Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-27T22:39:28.193Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

Cargo.lock

22978 lines · 492.9 KB · text
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "accesskit"
7version = "0.24.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d3b7f7f85a7e5f68090000ed7622545829afd484d210358702ae4cb97dd0c320"
10dependencies = [
11 "enumn",
12 "uuid",
13]
14
15[[package]]
16name = "accesskit_atspi_common"
17version = "0.18.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "842fd8203e6dfcf531d24f5bac792088edfba7d6b35844fead191603fb32a260"
20dependencies = [
21 "accesskit",
22 "accesskit_consumer 0.35.0",
23 "atspi-common",
24 "phf 0.13.1",
25 "serde",
26 "zvariant",
27]
28
29[[package]]
30name = "accesskit_consumer"
31version = "0.35.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "53cf47daed85312e763fbf85ceca136e0d7abc68e0a7e12abe11f48172bc3b10"
34dependencies = [
35 "accesskit",
36 "hashbrown 0.16.1",
37]
38
39[[package]]
40name = "accesskit_consumer"
41version = "0.37.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "f950720ce064757a1b629caad3a408e8d2c63bb01f29b8a3ff8daa331053ffeb"
44dependencies = [
45 "accesskit",
46 "hashbrown 0.16.1",
47]
48
49[[package]]
50name = "accesskit_macos"
51version = "0.26.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "534bc3fdc89a64a1db3c46b33c198fde2b7c3c7d094e5809c8c8bf2970c18243"
54dependencies = [
55 "accesskit",
56 "accesskit_consumer 0.35.0",
57 "hashbrown 0.16.1",
58 "objc2 0.5.2",
59 "objc2-app-kit 0.2.2",
60 "objc2-foundation 0.2.2",
61]
62
63[[package]]
64name = "accesskit_unix"
65version = "0.21.0"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "90e549dd7c6562b6a2ea807b44726e6241707db054a817dc4c7e2b8d3b39bfac"
68dependencies = [
69 "accesskit",
70 "accesskit_atspi_common",
71 "async-channel 2.5.0",
72 "async-executor",
73 "async-task",
74 "atspi",
75 "futures-lite 2.6.1",
76 "futures-util",
77 "serde",
78 "zbus",
79]
80
81[[package]]
82name = "accesskit_windows"
83version = "0.33.1"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "36e93ac7bf50b964f1cbb75f741629a4e950571baa1ef1274457ab5a80d9bcc2"
86dependencies = [
87 "accesskit",
88 "accesskit_consumer 0.37.0",
89 "hashbrown 0.16.1",
90 "static_assertions",
91 "windows 0.62.2",
92 "windows-core 0.62.2",
93]
94
95[[package]]
96name = "acp_thread"
97version = "0.1.0"
98dependencies = [
99 "action_log",
100 "agent-client-protocol",
101 "anyhow",
102 "async-channel 2.5.0",
103 "base64 0.22.1",
104 "buffer_diff",
105 "chrono",
106 "collections",
107 "env_logger 0.11.8",
108 "feature_flags",
109 "file_icons",
110 "futures 0.3.32",
111 "gpui",
112 "http_proxy",
113 "image",
114 "indoc",
115 "itertools 0.14.0",
116 "language",
117 "language_model",
118 "log",
119 "markdown",
120 "mime",
121 "multi_buffer",
122 "parking_lot",
123 "portable-pty",
124 "project",
125 "rand 0.9.4",
126 "sandbox",
127 "serde",
128 "serde_json",
129 "settings",
130 "task",
131 "telemetry",
132 "tempfile",
133 "terminal",
134 "text",
135 "ui",
136 "url",
137 "urlencoding",
138 "util",
139 "uuid",
140 "watch",
141]
142
143[[package]]
144name = "acp_tools"
145version = "0.1.0"
146dependencies = [
147 "agent-client-protocol",
148 "agent_servers",
149 "agent_ui",
150 "collections",
151 "gpui",
152 "language",
153 "markdown",
154 "project",
155 "serde",
156 "serde_json",
157 "settings",
158 "theme_settings",
159 "ui",
160 "util",
161 "workspace",
162]
163
164[[package]]
165name = "action_log"
166version = "0.1.0"
167dependencies = [
168 "anyhow",
169 "buffer_diff",
170 "clock",
171 "collections",
172 "ctor",
173 "fs",
174 "futures 0.3.32",
175 "git",
176 "gpui",
177 "indoc",
178 "language",
179 "log",
180 "pretty_assertions",
181 "project",
182 "rand 0.9.4",
183 "serde_json",
184 "settings",
185 "telemetry",
186 "text",
187 "util",
188 "watch",
189 "zlog",
190]
191
192[[package]]
193name = "activity_indicator"
194version = "0.1.0"
195dependencies = [
196 "anyhow",
197 "auto_update",
198 "editor",
199 "extension_host",
200 "fs",
201 "futures 0.3.32",
202 "gpui",
203 "language",
204 "project",
205 "proto",
206 "smallvec",
207 "ui",
208 "util",
209 "workspace",
210]
211
212[[package]]
213name = "addr2line"
214version = "0.25.1"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
217dependencies = [
218 "gimli",
219]
220
221[[package]]
222name = "adler2"
223version = "2.0.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
226
227[[package]]
228name = "aead"
229version = "0.5.2"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
232dependencies = [
233 "crypto-common",
234 "generic-array",
235]
236
237[[package]]
238name = "aes"
239version = "0.8.4"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
242dependencies = [
243 "cfg-if",
244 "cipher",
245 "cpufeatures",
246 "zeroize",
247]
248
249[[package]]
250name = "agent"
251version = "0.1.0"
252dependencies = [
253 "acp_thread",
254 "action_log",
255 "agent-client-protocol",
256 "agent_servers",
257 "agent_settings",
258 "agent_skills",
259 "anyhow",
260 "assets",
261 "async-channel 2.5.0",
262 "async-io",
263 "chrono",
264 "client",
265 "clock",
266 "cloud_api_types",
267 "cloud_llm_client",
268 "collections",
269 "context_server",
270 "ctor",
271 "db",
272 "editor",
273 "env_logger 0.11.8",
274 "eval_utils",
275 "feature_flags",
276 "fs",
277 "futures 0.3.32",
278 "git",
279 "gpui",
280 "gpui_tokio",
281 "handlebars 4.5.0",
282 "heck 0.5.0",
283 "html_to_markdown",
284 "http_client",
285 "http_proxy",
286 "indoc",
287 "itertools 0.14.0",
288 "language",
289 "language_model",
290 "language_models",
291 "log",
292 "lsp",
293 "parking_lot",
294 "paths",
295 "pretty_assertions",
296 "project",
297 "prompt_store",
298 "proptest",
299 "quick-xml 0.38.3",
300 "rand 0.9.4",
301 "regex",
302 "release_channel",
303 "reqwest_client",
304 "rust-embed",
305 "sandbox",
306 "schemars 1.0.4",
307 "serde",
308 "serde_json",
309 "settings",
310 "shell_command_parser",
311 "smallvec",
312 "sqlez",
313 "streaming_diff",
314 "strsim 0.11.1",
315 "task",
316 "telemetry",
317 "tempfile",
318 "text",
319 "theme",
320 "theme_settings",
321 "thiserror 2.0.17",
322 "ui",
323 "unindent",
324 "url",
325 "util",
326 "uuid",
327 "watch",
328 "web_search",
329 "zed_env_vars",
330 "zlog",
331 "zstd",
332]
333
334[[package]]
335name = "agent-client-protocol"
336version = "2.0.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "6d87bc7769eba641753ba5dc52f73ec3765d51022c6753bf040967125ddc86a8"
339dependencies = [
340 "agent-client-protocol-derive",
341 "agent-client-protocol-schema",
342 "async-io",
343 "async-process",
344 "blocking",
345 "futures 0.3.32",
346 "futures-concurrency",
347 "rustc-hash 2.1.1",
348 "rustix 1.1.2",
349 "schemars 1.0.4",
350 "serde",
351 "serde_json",
352 "shell-words",
353 "tracing",
354 "uuid",
355 "windows-sys 0.61.2",
356]
357
358[[package]]
359name = "agent-client-protocol-derive"
360version = "2.0.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "3abd4080f51e4f24f5042beb7fb7a66ede29a2dc1c2582c329532e1c27264ddc"
363dependencies = [
364 "quote",
365 "syn 3.0.3",
366]
367
368[[package]]
369name = "agent-client-protocol-schema"
370version = "1.5.0"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "d5c231915b4ab578c722eca2d1bd7df4d300bfd6cac3b8e9f0d1e3ddc95b187c"
373dependencies = [
374 "anyhow",
375 "derive_more",
376 "schemars 1.0.4",
377 "serde",
378 "serde_json",
379 "serde_with",
380 "strum 0.28.0",
381 "tracing",
382]
383
384[[package]]
385name = "agent_computer_ui"
386version = "0.1.0"
387dependencies = [
388 "anyhow",
389 "editor",
390 "futures 0.3.32",
391 "gpui",
392 "omega_effectd",
393 "serde",
394 "serde_json",
395 "smol",
396 "theme",
397 "ui",
398 "util",
399 "workspace",
400 "zed_actions",
401]
402
403[[package]]
404name = "agent_servers"
405version = "0.1.0"
406dependencies = [
407 "acp_thread",
408 "action_log",
409 "agent-client-protocol",
410 "anyhow",
411 "async-channel 2.5.0",
412 "chrono",
413 "client",
414 "collections",
415 "env_logger 0.11.8",
416 "feature_flags",
417 "fs",
418 "futures 0.3.32",
419 "google_ai",
420 "gpui",
421 "gpui_tokio",
422 "http_client",
423 "indoc",
424 "language_model",
425 "libc",
426 "log",
427 "nix 0.29.0",
428 "project",
429 "release_channel",
430 "remote",
431 "reqwest_client",
432 "serde",
433 "serde_json",
434 "settings",
435 "task",
436 "tempfile",
437 "terminal",
438 "thiserror 2.0.17",
439 "ui",
440 "util",
441 "uuid",
442 "watch",
443 "zed_credentials_provider",
444]
445
446[[package]]
447name = "agent_settings"
448version = "0.1.0"
449dependencies = [
450 "anyhow",
451 "collections",
452 "convert_case 0.11.0",
453 "fs",
454 "futures 0.3.32",
455 "gpui",
456 "language_model",
457 "log",
458 "paths",
459 "project",
460 "regex",
461 "schemars 1.0.4",
462 "serde",
463 "serde_json",
464 "serde_json_lenient",
465 "settings",
466 "util",
467]
468
469[[package]]
470name = "agent_skills"
471version = "0.1.0"
472dependencies = [
473 "anyhow",
474 "base64 0.22.1",
475 "const_format",
476 "fs",
477 "futures 0.3.32",
478 "gpui",
479 "paths",
480 "serde",
481 "serde_json",
482 "serde_yaml_ng",
483 "url",
484 "util",
485]
486
487[[package]]
488name = "agent_ui"
489version = "0.1.0"
490dependencies = [
491 "acp_thread",
492 "action_log",
493 "agent",
494 "agent-client-protocol",
495 "agent_servers",
496 "agent_settings",
497 "agent_skills",
498 "ai_onboarding",
499 "anyhow",
500 "app_identity",
501 "async-channel 2.5.0",
502 "audio",
503 "base64 0.22.1",
504 "buffer_diff",
505 "chrono",
506 "client",
507 "clock",
508 "cloud_api_types",
509 "collections",
510 "command_palette_hooks",
511 "component",
512 "context_server",
513 "db",
514 "editor",
515 "eval_utils",
516 "extension",
517 "extension_host",
518 "feature_flags",
519 "file_icons",
520 "fs",
521 "full_auto_ui",
522 "futures 0.3.32",
523 "fuzzy",
524 "git",
525 "git_ui",
526 "gpui",
527 "gpui_tokio",
528 "heapless",
529 "html_to_markdown",
530 "http_client",
531 "idna",
532 "image",
533 "indoc",
534 "itertools 0.14.0",
535 "jsonschema",
536 "language",
537 "language_model",
538 "language_models",
539 "languages",
540 "log",
541 "lru",
542 "lsp",
543 "markdown",
544 "menu",
545 "multi_buffer",
546 "node_runtime",
547 "notifications",
548 "omega_effectd",
549 "omega_exo_lane",
550 "omega_front_door",
551 "omega_harness",
552 "omega_identity",
553 "ordered-float 2.10.1",
554 "parking_lot",
555 "paths",
556 "picker",
557 "platform_title_bar",
558 "postage",
559 "pretty_assertions",
560 "project",
561 "prompt_store",
562 "proto",
563 "rand 0.9.4",
564 "release_channel",
565 "remote",
566 "remote_connection",
567 "remote_server",
568 "reqwest_client",
569 "rope",
570 "sandbox",
571 "schemars 1.0.4",
572 "search",
573 "semver",
574 "serde",
575 "serde_json",
576 "serde_json_lenient",
577 "settings",
578 "shlex",
579 "smol",
580 "streaming_diff",
581 "task",
582 "telemetry",
583 "tempfile",
584 "terminal",
585 "terminal_view",
586 "text",
587 "theme",
588 "theme_settings",
589 "time",
590 "tree-sitter-md",
591 "ui",
592 "unicode-script",
593 "unicode-segmentation",
594 "unindent",
595 "url",
596 "util",
597 "uuid",
598 "vim",
599 "watch",
600 "workspace",
601 "zed_actions",
602]
603
604[[package]]
605name = "ahash"
606version = "0.8.12"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
609dependencies = [
610 "cfg-if",
611 "const-random",
612 "getrandom 0.3.4",
613 "once_cell",
614 "serde",
615 "version_check",
616 "zerocopy",
617]
618
619[[package]]
620name = "aho-corasick"
621version = "1.1.3"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
624dependencies = [
625 "memchr",
626]
627
628[[package]]
629name = "ai_onboarding"
630version = "0.1.0"
631dependencies = [
632 "gpui",
633 "language_model",
634 "smallvec",
635 "ui",
636 "zed_actions",
637]
638
639[[package]]
640name = "alacritty_terminal"
641version = "0.26.1-dev"
642source = "git+https://github.com/zed-industries/alacritty?rev=4c129667ce56611becdc82de6e28218c80e2e88f#4c129667ce56611becdc82de6e28218c80e2e88f"
643dependencies = [
644 "base64 0.22.1",
645 "bitflags 2.13.1",
646 "home",
647 "libc",
648 "log",
649 "miow",
650 "parking_lot",
651 "piper",
652 "polling",
653 "regex-automata",
654 "rustix 1.1.2",
655 "rustix-openpty",
656 "serde",
657 "signal-hook",
658 "unicode-width",
659 "vte",
660 "windows-sys 0.59.0",
661]
662
663[[package]]
664name = "aligned"
665version = "0.4.3"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
668dependencies = [
669 "as-slice",
670]
671
672[[package]]
673name = "aligned-vec"
674version = "0.6.4"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
677dependencies = [
678 "equator",
679]
680
681[[package]]
682name = "allocator-api2"
683version = "0.2.21"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
686
687[[package]]
688name = "alsa"
689version = "0.10.0"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
692dependencies = [
693 "alsa-sys",
694 "bitflags 2.13.1",
695 "cfg-if",
696 "libc",
697]
698
699[[package]]
700name = "alsa-sys"
701version = "0.3.1"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
704dependencies = [
705 "libc",
706 "pkg-config",
707]
708
709[[package]]
710name = "ambient-authority"
711version = "0.0.2"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
714
715[[package]]
716name = "ammonia"
717version = "4.1.2"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
720dependencies = [
721 "cssparser 0.35.0",
722 "html5ever 0.35.0",
723 "maplit",
724 "tendril",
725 "url",
726]
727
728[[package]]
729name = "android_system_properties"
730version = "0.1.5"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
733dependencies = [
734 "libc",
735]
736
737[[package]]
738name = "anes"
739version = "0.1.6"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
742
743[[package]]
744name = "annotate-snippets"
745version = "0.12.12"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
748dependencies = [
749 "anstyle",
750 "memchr",
751 "unicode-width",
752]
753
754[[package]]
755name = "anstream"
756version = "0.6.21"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
759dependencies = [
760 "anstyle",
761 "anstyle-parse",
762 "anstyle-query",
763 "anstyle-wincon",
764 "colorchoice",
765 "is_terminal_polyfill",
766 "utf8parse",
767]
768
769[[package]]
770name = "anstyle"
771version = "1.0.13"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
774
775[[package]]
776name = "anstyle-parse"
777version = "0.2.7"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
780dependencies = [
781 "utf8parse",
782]
783
784[[package]]
785name = "anstyle-query"
786version = "1.1.4"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
789dependencies = [
790 "windows-sys 0.60.2",
791]
792
793[[package]]
794name = "anstyle-wincon"
795version = "3.0.10"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
798dependencies = [
799 "anstyle",
800 "once_cell_polyfill",
801 "windows-sys 0.60.2",
802]
803
804[[package]]
805name = "anthropic"
806version = "0.1.0"
807dependencies = [
808 "anyhow",
809 "chrono",
810 "collections",
811 "futures 0.3.32",
812 "http_client",
813 "language_model_core",
814 "log",
815 "schemars 1.0.4",
816 "serde",
817 "serde_json",
818 "strum 0.27.2",
819 "thiserror 2.0.17",
820]
821
822[[package]]
823name = "any_vec"
824version = "0.14.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
827
828[[package]]
829name = "anyhow"
830version = "1.0.102"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
833
834[[package]]
835name = "app_identity"
836version = "0.1.0"
837dependencies = [
838 "serde",
839 "serde_json",
840 "settings_json",
841 "sha2",
842]
843
844[[package]]
845name = "approx"
846version = "0.4.0"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
849dependencies = [
850 "num-traits",
851]
852
853[[package]]
854name = "approx"
855version = "0.5.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
858dependencies = [
859 "num-traits",
860]
861
862[[package]]
863name = "ar_archive_writer"
864version = "0.5.1"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
867dependencies = [
868 "object",
869]
870
871[[package]]
872name = "arbitrary"
873version = "1.4.2"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
876
877[[package]]
878name = "arc-swap"
879version = "1.9.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
882dependencies = [
883 "rustversion",
884]
885
886[[package]]
887name = "arg_enum_proc_macro"
888version = "0.3.4"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
891dependencies = [
892 "proc-macro2",
893 "quote",
894 "syn 2.0.117",
895]
896
897[[package]]
898name = "arraydeque"
899version = "0.5.1"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
902
903[[package]]
904name = "arrayref"
905version = "0.3.9"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
908
909[[package]]
910name = "arrayvec"
911version = "0.7.6"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
914
915[[package]]
916name = "as-raw-xcb-connection"
917version = "1.0.1"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
920
921[[package]]
922name = "as-slice"
923version = "0.2.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
926dependencies = [
927 "stable_deref_trait",
928]
929
930[[package]]
931name = "ascii"
932version = "1.1.0"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
935
936[[package]]
937name = "ascii-canvas"
938version = "3.0.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
941dependencies = [
942 "term",
943]
944
945[[package]]
946name = "ash"
947version = "0.38.0+1.3.281"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
950dependencies = [
951 "libloading",
952]
953
954[[package]]
955name = "ashpd"
956version = "0.13.2"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
959dependencies = [
960 "enumflags2",
961 "futures-channel",
962 "futures-util",
963 "getrandom 0.4.1",
964 "serde",
965 "serde_repr",
966 "wayland-backend",
967 "wayland-client",
968 "wayland-protocols",
969 "zbus",
970]
971
972[[package]]
973name = "askpass"
974version = "0.1.0"
975dependencies = [
976 "anyhow",
977 "futures 0.3.32",
978 "gpui",
979 "log",
980 "net",
981 "smol",
982 "tempfile",
983 "util",
984 "which 6.0.3",
985 "windows 0.61.3",
986 "zeroize",
987]
988
989[[package]]
990name = "assets"
991version = "0.1.0"
992dependencies = [
993 "anyhow",
994 "gpui",
995 "rust-embed",
996]
997
998[[package]]
999name = "async-attributes"
1000version = "1.1.2"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
1003dependencies = [
1004 "quote",
1005 "syn 1.0.109",
1006]
1007
1008[[package]]
1009name = "async-broadcast"
1010version = "0.7.2"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
1013dependencies = [
1014 "event-listener 5.4.1",
1015 "event-listener-strategy",
1016 "futures-core",
1017 "pin-project-lite",
1018]
1019
1020[[package]]
1021name = "async-channel"
1022version = "1.9.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
1025dependencies = [
1026 "concurrent-queue",
1027 "event-listener 2.5.3",
1028 "futures-core",
1029]
1030
1031[[package]]
1032name = "async-channel"
1033version = "2.5.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
1036dependencies = [
1037 "concurrent-queue",
1038 "event-listener-strategy",
1039 "futures-core",
1040 "pin-project-lite",
1041]
1042
1043[[package]]
1044name = "async-compat"
1045version = "0.2.5"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
1048dependencies = [
1049 "futures-core",
1050 "futures-io",
1051 "once_cell",
1052 "pin-project-lite",
1053 "tokio",
1054]
1055
1056[[package]]
1057name = "async-compression"
1058version = "0.4.32"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
1061dependencies = [
1062 "compression-codecs",
1063 "compression-core",
1064 "futures-core",
1065 "futures-io",
1066 "pin-project-lite",
1067]
1068
1069[[package]]
1070name = "async-dispatcher"
1071version = "0.1.2"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
1074dependencies = [
1075 "async-task",
1076 "futures-lite 1.13.0",
1077]
1078
1079[[package]]
1080name = "async-executor"
1081version = "1.13.3"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
1084dependencies = [
1085 "async-task",
1086 "concurrent-queue",
1087 "fastrand 2.3.0",
1088 "futures-lite 2.6.1",
1089 "pin-project-lite",
1090 "slab",
1091]
1092
1093[[package]]
1094name = "async-fs"
1095version = "2.2.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
1098dependencies = [
1099 "async-lock",
1100 "blocking",
1101 "futures-lite 2.6.1",
1102]
1103
1104[[package]]
1105name = "async-global-executor"
1106version = "2.4.1"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1109dependencies = [
1110 "async-channel 2.5.0",
1111 "async-executor",
1112 "async-io",
1113 "async-lock",
1114 "blocking",
1115 "futures-lite 2.6.1",
1116 "once_cell",
1117]
1118
1119[[package]]
1120name = "async-io"
1121version = "2.6.0"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1124dependencies = [
1125 "autocfg",
1126 "cfg-if",
1127 "concurrent-queue",
1128 "futures-io",
1129 "futures-lite 2.6.1",
1130 "parking",
1131 "polling",
1132 "rustix 1.1.2",
1133 "slab",
1134 "windows-sys 0.61.2",
1135]
1136
1137[[package]]
1138name = "async-lock"
1139version = "3.4.2"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1142dependencies = [
1143 "event-listener 5.4.1",
1144 "event-listener-strategy",
1145 "pin-project-lite",
1146]
1147
1148[[package]]
1149name = "async-native-tls"
1150version = "0.5.0"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
1153dependencies = [
1154 "futures-util",
1155 "native-tls",
1156 "thiserror 1.0.69",
1157 "url",
1158]
1159
1160[[package]]
1161name = "async-net"
1162version = "2.0.0"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1165dependencies = [
1166 "async-io",
1167 "blocking",
1168 "futures-lite 2.6.1",
1169]
1170
1171[[package]]
1172name = "async-pipe"
1173version = "0.1.3"
1174source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1175dependencies = [
1176 "futures 0.3.32",
1177 "log",
1178]
1179
1180[[package]]
1181name = "async-process"
1182version = "2.5.0"
1183source = "git+https://github.com/zed-industries/async-process.git?rev=0b6d6713570af61806e1e5cb40e0f757cb93fd9d#0b6d6713570af61806e1e5cb40e0f757cb93fd9d"
1184dependencies = [
1185 "async-channel 2.5.0",
1186 "async-io",
1187 "async-lock",
1188 "async-signal",
1189 "async-task",
1190 "blocking",
1191 "cfg-if",
1192 "event-listener 5.4.1",
1193 "futures-lite 2.6.1",
1194 "rustix 1.1.2",
1195]
1196
1197[[package]]
1198name = "async-recursion"
1199version = "1.1.1"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1202dependencies = [
1203 "proc-macro2",
1204 "quote",
1205 "syn 2.0.117",
1206]
1207
1208[[package]]
1209name = "async-signal"
1210version = "0.2.13"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1213dependencies = [
1214 "async-io",
1215 "async-lock",
1216 "atomic-waker",
1217 "cfg-if",
1218 "futures-core",
1219 "futures-io",
1220 "rustix 1.1.2",
1221 "signal-hook-registry",
1222 "slab",
1223 "windows-sys 0.61.2",
1224]
1225
1226[[package]]
1227name = "async-std"
1228version = "1.13.2"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1231dependencies = [
1232 "async-attributes",
1233 "async-channel 1.9.0",
1234 "async-global-executor",
1235 "async-io",
1236 "async-lock",
1237 "async-process",
1238 "crossbeam-utils",
1239 "futures-channel",
1240 "futures-core",
1241 "futures-io",
1242 "futures-lite 2.6.1",
1243 "gloo-timers",
1244 "kv-log-macro",
1245 "log",
1246 "memchr",
1247 "once_cell",
1248 "pin-project-lite",
1249 "pin-utils",
1250 "slab",
1251 "wasm-bindgen-futures",
1252]
1253
1254[[package]]
1255name = "async-tar"
1256version = "0.6.1"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "f6affe71e5b6180fb5eaf9e8127a243694baf6ae1120c199227167302f56c14b"
1259dependencies = [
1260 "async-std",
1261 "filetime",
1262 "futures-core",
1263 "libc",
1264 "redox_syscall 0.7.5",
1265 "xattr",
1266]
1267
1268[[package]]
1269name = "async-task"
1270version = "4.7.1"
1271source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1272
1273[[package]]
1274name = "async-trait"
1275version = "0.1.89"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1278dependencies = [
1279 "proc-macro2",
1280 "quote",
1281 "syn 2.0.117",
1282]
1283
1284[[package]]
1285name = "async-tungstenite"
1286version = "0.31.0"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1289dependencies = [
1290 "async-native-tls",
1291 "async-std",
1292 "atomic-waker",
1293 "futures-core",
1294 "futures-io",
1295 "futures-task",
1296 "futures-util",
1297 "log",
1298 "pin-project-lite",
1299 "rustls-pki-types",
1300 "tokio",
1301 "tokio-rustls 0.26.4",
1302 "tungstenite 0.27.0",
1303]
1304
1305[[package]]
1306name = "async_zip"
1307version = "0.0.18"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1310dependencies = [
1311 "async-compression",
1312 "crc32fast",
1313 "futures-lite 2.6.1",
1314 "pin-project",
1315 "thiserror 2.0.17",
1316]
1317
1318[[package]]
1319name = "asynchronous-codec"
1320version = "0.7.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1323dependencies = [
1324 "bytes 1.11.1",
1325 "futures-sink",
1326 "futures-util",
1327 "memchr",
1328 "pin-project-lite",
1329]
1330
1331[[package]]
1332name = "atomic"
1333version = "0.5.3"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1336
1337[[package]]
1338name = "atomic-waker"
1339version = "1.1.2"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1342
1343[[package]]
1344name = "atomic-write-file"
1345version = "0.3.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "84790c55b5704b0d35130bf16a4ce22a8e70eb0ea773522557524d9a4852663d"
1348dependencies = [
1349 "nix 0.30.1",
1350 "rand 0.9.4",
1351]
1352
1353[[package]]
1354name = "atspi"
1355version = "0.29.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "c77886257be21c9cd89a4ae7e64860c6f0eefca799bb79127913052bd0eefb3d"
1358dependencies = [
1359 "atspi-common",
1360 "atspi-proxies",
1361]
1362
1363[[package]]
1364name = "atspi-common"
1365version = "0.13.0"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "20c5617155740c98003016429ad13fe43ce7a77b007479350a9f8bf95a29f63d"
1368dependencies = [
1369 "enumflags2",
1370 "serde",
1371 "static_assertions",
1372 "zbus",
1373 "zbus-lockstep",
1374 "zbus-lockstep-macros",
1375 "zbus_names",
1376 "zvariant",
1377]
1378
1379[[package]]
1380name = "atspi-proxies"
1381version = "0.13.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "2230e48787ed3eb4088996eab66a32ca20c0b67bbd4fd6cdfe79f04f1f04c9fc"
1384dependencies = [
1385 "atspi-common",
1386 "serde",
1387 "zbus",
1388]
1389
1390[[package]]
1391name = "audio"
1392version = "0.1.0"
1393dependencies = [
1394 "anyhow",
1395 "collections",
1396 "cpal",
1397 "crossbeam",
1398 "gpui",
1399 "libwebrtc",
1400 "log",
1401 "parking_lot",
1402 "rodio",
1403 "serde",
1404 "settings",
1405 "thiserror 2.0.17",
1406 "util",
1407]
1408
1409[[package]]
1410name = "auditable-serde"
1411version = "0.8.0"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1414dependencies = [
1415 "semver",
1416 "serde",
1417 "serde_json",
1418 "topological-sort",
1419]
1420
1421[[package]]
1422name = "auto_update"
1423version = "0.1.0"
1424dependencies = [
1425 "anyhow",
1426 "app_identity",
1427 "client",
1428 "clock",
1429 "ctor",
1430 "db",
1431 "futures 0.3.32",
1432 "futures-lite 1.13.0",
1433 "gpui",
1434 "http_client",
1435 "log",
1436 "parking_lot",
1437 "paths",
1438 "release_channel",
1439 "semver",
1440 "serde",
1441 "serde_json",
1442 "settings",
1443 "smol",
1444 "tempfile",
1445 "util",
1446 "which 6.0.3",
1447 "workspace",
1448 "zlog",
1449]
1450
1451[[package]]
1452name = "auto_update_helper"
1453version = "0.1.0"
1454dependencies = [
1455 "anyhow",
1456 "log",
1457 "scopeguard",
1458 "simplelog",
1459 "tempfile",
1460 "windows 0.61.3",
1461 "windows_resources",
1462]
1463
1464[[package]]
1465name = "auto_update_ui"
1466version = "0.1.0"
1467dependencies = [
1468 "agent_skills",
1469 "anyhow",
1470 "auto_update",
1471 "client",
1472 "db",
1473 "editor",
1474 "gpui",
1475 "markdown_preview",
1476 "notifications",
1477 "prompt_store",
1478 "release_channel",
1479 "semver",
1480 "serde",
1481 "serde_json",
1482 "smol",
1483 "telemetry",
1484 "ui",
1485 "util",
1486 "workspace",
1487 "zed_actions",
1488]
1489
1490[[package]]
1491name = "autocfg"
1492version = "1.5.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1495
1496[[package]]
1497name = "av-scenechange"
1498version = "0.14.1"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
1501dependencies = [
1502 "aligned",
1503 "anyhow",
1504 "arg_enum_proc_macro",
1505 "arrayvec",
1506 "log",
1507 "num-rational",
1508 "num-traits",
1509 "pastey",
1510 "rayon",
1511 "thiserror 2.0.17",
1512 "v_frame",
1513 "y4m",
1514]
1515
1516[[package]]
1517name = "av1-grain"
1518version = "0.2.4"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1521dependencies = [
1522 "anyhow",
1523 "arrayvec",
1524 "log",
1525 "nom 7.1.3",
1526 "num-rational",
1527 "v_frame",
1528]
1529
1530[[package]]
1531name = "avif-serialize"
1532version = "0.8.6"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1535dependencies = [
1536 "arrayvec",
1537]
1538
1539[[package]]
1540name = "aws-config"
1541version = "1.8.14"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "8a8fc176d53d6fe85017f230405e3255cedb4a02221cb55ed6d76dccbbb099b2"
1544dependencies = [
1545 "aws-credential-types",
1546 "aws-runtime",
1547 "aws-sdk-sso",
1548 "aws-sdk-ssooidc",
1549 "aws-sdk-sts",
1550 "aws-smithy-async",
1551 "aws-smithy-http",
1552 "aws-smithy-json",
1553 "aws-smithy-runtime",
1554 "aws-smithy-runtime-api",
1555 "aws-smithy-types",
1556 "aws-types",
1557 "bytes 1.11.1",
1558 "fastrand 2.3.0",
1559 "hex",
1560 "http 1.3.1",
1561 "ring",
1562 "time",
1563 "tokio",
1564 "tracing",
1565 "url",
1566 "zeroize",
1567]
1568
1569[[package]]
1570name = "aws-credential-types"
1571version = "1.2.12"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "e26bbf46abc608f2dc61fd6cb3b7b0665497cc259a21520151ed98f8b37d2c79"
1574dependencies = [
1575 "aws-smithy-async",
1576 "aws-smithy-runtime-api",
1577 "aws-smithy-types",
1578 "zeroize",
1579]
1580
1581[[package]]
1582name = "aws-lc-rs"
1583version = "1.17.1"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
1586dependencies = [
1587 "aws-lc-sys",
1588 "untrusted 0.7.1",
1589 "zeroize",
1590]
1591
1592[[package]]
1593name = "aws-lc-sys"
1594version = "0.42.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
1597dependencies = [
1598 "cc",
1599 "cmake",
1600 "dunce",
1601 "fs_extra",
1602 "pkg-config",
1603]
1604
1605[[package]]
1606name = "aws-runtime"
1607version = "1.7.0"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "b0f92058d22a46adf53ec57a6a96f34447daf02bff52e8fb956c66bcd5c6ac12"
1610dependencies = [
1611 "aws-credential-types",
1612 "aws-sigv4",
1613 "aws-smithy-async",
1614 "aws-smithy-eventstream",
1615 "aws-smithy-http",
1616 "aws-smithy-runtime",
1617 "aws-smithy-runtime-api",
1618 "aws-smithy-types",
1619 "aws-types",
1620 "bytes 1.11.1",
1621 "bytes-utils",
1622 "fastrand 2.3.0",
1623 "http 1.3.1",
1624 "http-body 1.0.1",
1625 "percent-encoding",
1626 "pin-project-lite",
1627 "tracing",
1628 "uuid",
1629]
1630
1631[[package]]
1632name = "aws-sdk-bedrockruntime"
1633version = "1.125.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "731e9a808701bdc7c6e27dfbc284f5b40c30ac0392a2e58e3bc855b243a7c967"
1636dependencies = [
1637 "aws-credential-types",
1638 "aws-runtime",
1639 "aws-sigv4",
1640 "aws-smithy-async",
1641 "aws-smithy-eventstream",
1642 "aws-smithy-http",
1643 "aws-smithy-json",
1644 "aws-smithy-observability",
1645 "aws-smithy-runtime",
1646 "aws-smithy-runtime-api",
1647 "aws-smithy-types",
1648 "aws-types",
1649 "bytes 1.11.1",
1650 "fastrand 2.3.0",
1651 "http 0.2.12",
1652 "http 1.3.1",
1653 "http-body-util",
1654 "regex-lite",
1655 "tracing",
1656]
1657
1658[[package]]
1659name = "aws-sdk-sso"
1660version = "1.94.0"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "699da1961a289b23842d88fe2984c6ff68735fdf9bdcbc69ceaeb2491c9bf434"
1663dependencies = [
1664 "aws-credential-types",
1665 "aws-runtime",
1666 "aws-smithy-async",
1667 "aws-smithy-http",
1668 "aws-smithy-json",
1669 "aws-smithy-observability",
1670 "aws-smithy-runtime",
1671 "aws-smithy-runtime-api",
1672 "aws-smithy-types",
1673 "aws-types",
1674 "bytes 1.11.1",
1675 "fastrand 2.3.0",
1676 "http 0.2.12",
1677 "http 1.3.1",
1678 "regex-lite",
1679 "tracing",
1680]
1681
1682[[package]]
1683name = "aws-sdk-ssooidc"
1684version = "1.96.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "e3e3a4cb3b124833eafea9afd1a6cc5f8ddf3efefffc6651ef76a03cbc6b4981"
1687dependencies = [
1688 "aws-credential-types",
1689 "aws-runtime",
1690 "aws-smithy-async",
1691 "aws-smithy-http",
1692 "aws-smithy-json",
1693 "aws-smithy-observability",
1694 "aws-smithy-runtime",
1695 "aws-smithy-runtime-api",
1696 "aws-smithy-types",
1697 "aws-types",
1698 "bytes 1.11.1",
1699 "fastrand 2.3.0",
1700 "http 0.2.12",
1701 "http 1.3.1",
1702 "regex-lite",
1703 "tracing",
1704]
1705
1706[[package]]
1707name = "aws-sdk-sts"
1708version = "1.98.0"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "89c4f19655ab0856375e169865c91264de965bd74c407c7f1e403184b1049409"
1711dependencies = [
1712 "aws-credential-types",
1713 "aws-runtime",
1714 "aws-smithy-async",
1715 "aws-smithy-http",
1716 "aws-smithy-json",
1717 "aws-smithy-observability",
1718 "aws-smithy-query",
1719 "aws-smithy-runtime",
1720 "aws-smithy-runtime-api",
1721 "aws-smithy-types",
1722 "aws-smithy-xml",
1723 "aws-types",
1724 "fastrand 2.3.0",
1725 "http 0.2.12",
1726 "http 1.3.1",
1727 "regex-lite",
1728 "tracing",
1729]
1730
1731[[package]]
1732name = "aws-sigv4"
1733version = "1.4.0"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "68f6ae9b71597dc5fd115d52849d7a5556ad9265885ad3492ea8d73b93bbc46e"
1736dependencies = [
1737 "aws-credential-types",
1738 "aws-smithy-eventstream",
1739 "aws-smithy-http",
1740 "aws-smithy-runtime-api",
1741 "aws-smithy-types",
1742 "bytes 1.11.1",
1743 "form_urlencoded",
1744 "hex",
1745 "hmac",
1746 "http 0.2.12",
1747 "http 1.3.1",
1748 "percent-encoding",
1749 "sha2",
1750 "time",
1751 "tracing",
1752]
1753
1754[[package]]
1755name = "aws-smithy-async"
1756version = "1.2.14"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc"
1759dependencies = [
1760 "futures-util",
1761 "pin-project-lite",
1762 "tokio",
1763]
1764
1765[[package]]
1766name = "aws-smithy-eventstream"
1767version = "0.60.20"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548"
1770dependencies = [
1771 "aws-smithy-types",
1772 "bytes 1.11.1",
1773 "crc32fast",
1774]
1775
1776[[package]]
1777name = "aws-smithy-http"
1778version = "0.63.4"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "af4a8a5fe3e4ac7ee871237c340bbce13e982d37543b65700f4419e039f5d78e"
1781dependencies = [
1782 "aws-smithy-eventstream",
1783 "aws-smithy-runtime-api",
1784 "aws-smithy-types",
1785 "bytes 1.11.1",
1786 "bytes-utils",
1787 "futures-core",
1788 "futures-util",
1789 "http 1.3.1",
1790 "http-body 1.0.1",
1791 "http-body-util",
1792 "percent-encoding",
1793 "pin-project-lite",
1794 "pin-utils",
1795 "tracing",
1796]
1797
1798[[package]]
1799name = "aws-smithy-http-client"
1800version = "1.1.10"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "0709f0083aa19b704132684bc26d3c868e06bd428ccc4373b0b55c3e8748a58b"
1803dependencies = [
1804 "aws-smithy-async",
1805 "aws-smithy-runtime-api",
1806 "aws-smithy-types",
1807 "h2 0.3.27",
1808 "h2 0.4.12",
1809 "http 0.2.12",
1810 "http 1.3.1",
1811 "http-body 0.4.6",
1812 "hyper 0.14.32",
1813 "hyper 1.7.0",
1814 "hyper-rustls 0.24.2",
1815 "hyper-rustls 0.27.9",
1816 "hyper-util",
1817 "pin-project-lite",
1818 "rustls 0.21.12",
1819 "rustls 0.23.40",
1820 "rustls-native-certs 0.8.3",
1821 "rustls-pki-types",
1822 "tokio",
1823 "tokio-rustls 0.26.4",
1824 "tower",
1825 "tracing",
1826]
1827
1828[[package]]
1829name = "aws-smithy-json"
1830version = "0.62.5"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a"
1833dependencies = [
1834 "aws-smithy-types",
1835]
1836
1837[[package]]
1838name = "aws-smithy-observability"
1839version = "0.2.5"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "4d3f39d5bb871aaf461d59144557f16d5927a5248a983a40654d9cf3b9ba183b"
1842dependencies = [
1843 "aws-smithy-runtime-api",
1844]
1845
1846[[package]]
1847name = "aws-smithy-query"
1848version = "0.60.15"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd"
1851dependencies = [
1852 "aws-smithy-types",
1853 "urlencoding",
1854]
1855
1856[[package]]
1857name = "aws-smithy-runtime"
1858version = "1.10.1"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "8fd3dfc18c1ce097cf81fced7192731e63809829c6cbf933c1ec47452d08e1aa"
1861dependencies = [
1862 "aws-smithy-async",
1863 "aws-smithy-http",
1864 "aws-smithy-http-client",
1865 "aws-smithy-observability",
1866 "aws-smithy-runtime-api",
1867 "aws-smithy-types",
1868 "bytes 1.11.1",
1869 "fastrand 2.3.0",
1870 "http 0.2.12",
1871 "http 1.3.1",
1872 "http-body 0.4.6",
1873 "http-body 1.0.1",
1874 "http-body-util",
1875 "pin-project-lite",
1876 "pin-utils",
1877 "tokio",
1878 "tracing",
1879]
1880
1881[[package]]
1882name = "aws-smithy-runtime-api"
1883version = "1.11.4"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "8c55e0837e9b8526f49e0b9bfa9ee18ddee70e853f5bc09c5d11ebceddcb0fec"
1886dependencies = [
1887 "aws-smithy-async",
1888 "aws-smithy-types",
1889 "bytes 1.11.1",
1890 "http 0.2.12",
1891 "http 1.3.1",
1892 "pin-project-lite",
1893 "tokio",
1894 "tracing",
1895 "zeroize",
1896]
1897
1898[[package]]
1899name = "aws-smithy-types"
1900version = "1.4.7"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
1903dependencies = [
1904 "base64-simd",
1905 "bytes 1.11.1",
1906 "bytes-utils",
1907 "futures-core",
1908 "http 0.2.12",
1909 "http 1.3.1",
1910 "http-body 0.4.6",
1911 "http-body 1.0.1",
1912 "http-body-util",
1913 "itoa",
1914 "num-integer",
1915 "pin-project-lite",
1916 "pin-utils",
1917 "ryu",
1918 "serde",
1919 "time",
1920 "tokio",
1921 "tokio-util",
1922]
1923
1924[[package]]
1925name = "aws-smithy-xml"
1926version = "0.60.15"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3"
1929dependencies = [
1930 "xmlparser",
1931]
1932
1933[[package]]
1934name = "aws-types"
1935version = "1.3.12"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "6c50f3cdf47caa8d01f2be4a6663ea02418e892f9bbfd82c7b9a3a37eaccdd3a"
1938dependencies = [
1939 "aws-credential-types",
1940 "aws-smithy-async",
1941 "aws-smithy-runtime-api",
1942 "aws-smithy-types",
1943 "rustc_version",
1944 "tracing",
1945]
1946
1947[[package]]
1948name = "aws_http_client"
1949version = "0.1.0"
1950dependencies = [
1951 "aws-smithy-runtime-api",
1952 "aws-smithy-types",
1953 "http_client",
1954]
1955
1956[[package]]
1957name = "backtrace"
1958version = "0.3.76"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1961dependencies = [
1962 "addr2line",
1963 "cfg-if",
1964 "libc",
1965 "miniz_oxide",
1966 "object",
1967 "rustc-demangle",
1968 "windows-link 0.2.1",
1969]
1970
1971[[package]]
1972name = "base64"
1973version = "0.21.7"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1976
1977[[package]]
1978name = "base64"
1979version = "0.22.1"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1982
1983[[package]]
1984name = "base64-simd"
1985version = "0.8.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1988dependencies = [
1989 "outref",
1990 "vsimd",
1991]
1992
1993[[package]]
1994name = "base64ct"
1995version = "1.8.0"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1998
1999[[package]]
2000name = "bech32"
2001version = "0.11.1"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "32637268377fc7b10a8c6d51de3e7fba1ce5dd371a96e342b34e6078db558e7f"
2004
2005[[package]]
2006name = "bedrock"
2007version = "0.1.0"
2008dependencies = [
2009 "anyhow",
2010 "aws-sdk-bedrockruntime",
2011 "aws-smithy-types",
2012 "futures 0.3.32",
2013 "http_client",
2014 "schemars 1.0.4",
2015 "serde",
2016 "serde_json",
2017 "strum 0.27.2",
2018 "thiserror 2.0.17",
2019]
2020
2021[[package]]
2022name = "beef"
2023version = "0.5.2"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
2026
2027[[package]]
2028name = "benchmarks"
2029version = "0.1.0"
2030dependencies = [
2031 "action_log",
2032 "agent",
2033 "agent_settings",
2034 "assets",
2035 "criterion",
2036 "editor",
2037 "futures 0.3.32",
2038 "gpui",
2039 "gpui_platform",
2040 "itertools 0.14.0",
2041 "language",
2042 "language_model",
2043 "lsp",
2044 "markdown",
2045 "multi_buffer",
2046 "project",
2047 "prompt_store",
2048 "rand 0.9.4",
2049 "serde_json",
2050 "settings",
2051 "text",
2052 "theme",
2053 "theme_settings",
2054 "ui",
2055 "util",
2056 "zed_actions",
2057]
2058
2059[[package]]
2060name = "bincode"
2061version = "1.3.3"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2064dependencies = [
2065 "serde",
2066]
2067
2068[[package]]
2069name = "bindgen"
2070version = "0.71.1"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2073dependencies = [
2074 "bitflags 2.13.1",
2075 "cexpr",
2076 "clang-sys",
2077 "itertools 0.11.0",
2078 "log",
2079 "prettyplease",
2080 "proc-macro2",
2081 "quote",
2082 "regex",
2083 "rustc-hash 2.1.1",
2084 "shlex",
2085 "syn 2.0.117",
2086]
2087
2088[[package]]
2089name = "bindgen"
2090version = "0.72.1"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2093dependencies = [
2094 "bitflags 2.13.1",
2095 "cexpr",
2096 "clang-sys",
2097 "itertools 0.11.0",
2098 "proc-macro2",
2099 "quote",
2100 "regex",
2101 "rustc-hash 2.1.1",
2102 "shlex",
2103 "syn 2.0.117",
2104]
2105
2106[[package]]
2107name = "bip39"
2108version = "2.2.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc"
2111dependencies = [
2112 "bitcoin_hashes",
2113 "serde",
2114 "unicode-normalization",
2115]
2116
2117[[package]]
2118name = "bit-set"
2119version = "0.5.3"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2122dependencies = [
2123 "bit-vec 0.6.3",
2124]
2125
2126[[package]]
2127name = "bit-set"
2128version = "0.8.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2131dependencies = [
2132 "bit-vec 0.8.0",
2133]
2134
2135[[package]]
2136name = "bit-set"
2137version = "0.9.1"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2140dependencies = [
2141 "bit-vec 0.9.1",
2142]
2143
2144[[package]]
2145name = "bit-vec"
2146version = "0.6.3"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2149
2150[[package]]
2151name = "bit-vec"
2152version = "0.8.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2155
2156[[package]]
2157name = "bit-vec"
2158version = "0.9.1"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2161
2162[[package]]
2163name = "bit_field"
2164version = "0.10.3"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2167
2168[[package]]
2169name = "bitcoin-consensus-encoding"
2170version = "1.1.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "207311705279250ba465076a1bac4b1ac982855fff73fc5f67e22158ac58cdc9"
2173dependencies = [
2174 "bitcoin-internals",
2175 "hex-conservative 1.2.0",
2176 "serde",
2177]
2178
2179[[package]]
2180name = "bitcoin-internals"
2181version = "0.6.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "d573f4cf32996a8dce612e4348cece65a241f1882ed594047c9ba348e8869fa5"
2184
2185[[package]]
2186name = "bitcoin-io"
2187version = "0.1.101"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "bb5de036369d1ac59d3c1819ebc4d850f89466f5401c571a285b6ed564a4cb78"
2190dependencies = [
2191 "bitcoin-consensus-encoding",
2192]
2193
2194[[package]]
2195name = "bitcoin_hashes"
2196version = "0.14.101"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "bca4c7abb40c8817d77403c880988cfd484f23ab2365726afb2f798363e2c4a2"
2199dependencies = [
2200 "bitcoin-io",
2201 "hex-conservative 0.2.2",
2202 "serde",
2203]
2204
2205[[package]]
2206name = "bitflags"
2207version = "1.3.2"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2210
2211[[package]]
2212name = "bitflags"
2213version = "2.13.1"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
2216dependencies = [
2217 "serde_core",
2218]
2219
2220[[package]]
2221name = "bitstream-io"
2222version = "4.9.0"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
2225dependencies = [
2226 "core2",
2227]
2228
2229[[package]]
2230name = "block"
2231version = "0.1.6"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2234
2235[[package]]
2236name = "block-buffer"
2237version = "0.10.4"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2240dependencies = [
2241 "generic-array",
2242]
2243
2244[[package]]
2245name = "block-padding"
2246version = "0.3.3"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2249dependencies = [
2250 "generic-array",
2251]
2252
2253[[package]]
2254name = "block2"
2255version = "0.5.1"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2258dependencies = [
2259 "objc2 0.5.2",
2260]
2261
2262[[package]]
2263name = "block2"
2264version = "0.6.2"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2267dependencies = [
2268 "objc2 0.6.3",
2269]
2270
2271[[package]]
2272name = "blocking"
2273version = "1.6.2"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2276dependencies = [
2277 "async-channel 2.5.0",
2278 "async-task",
2279 "futures-io",
2280 "futures-lite 2.6.1",
2281 "piper",
2282]
2283
2284[[package]]
2285name = "bmrng"
2286version = "0.5.2"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2289dependencies = [
2290 "futures-core",
2291 "tokio",
2292]
2293
2294[[package]]
2295name = "bon"
2296version = "3.8.2"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2299dependencies = [
2300 "bon-macros",
2301 "rustversion",
2302]
2303
2304[[package]]
2305name = "bon-macros"
2306version = "3.8.2"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2309dependencies = [
2310 "darling 0.23.0",
2311 "ident_case",
2312 "prettyplease",
2313 "proc-macro2",
2314 "quote",
2315 "rustversion",
2316 "syn 2.0.117",
2317]
2318
2319[[package]]
2320name = "borrow-or-share"
2321version = "0.2.4"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2324
2325[[package]]
2326name = "borsh"
2327version = "1.5.7"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2330dependencies = [
2331 "cfg_aliases 0.2.1",
2332]
2333
2334[[package]]
2335name = "breadcrumbs"
2336version = "0.1.0"
2337dependencies = [
2338 "gpui",
2339 "ui",
2340 "workspace",
2341]
2342
2343[[package]]
2344name = "brush-parser"
2345version = "0.3.0"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2348dependencies = [
2349 "bon",
2350 "cached",
2351 "indenter",
2352 "peg",
2353 "thiserror 2.0.17",
2354 "tracing",
2355 "utf8-chars",
2356]
2357
2358[[package]]
2359name = "bs58"
2360version = "0.5.1"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
2363dependencies = [
2364 "tinyvec",
2365]
2366
2367[[package]]
2368name = "bstr"
2369version = "1.12.1"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
2372dependencies = [
2373 "memchr",
2374 "regex-automata",
2375 "serde",
2376]
2377
2378[[package]]
2379name = "buffer_diff"
2380version = "0.1.0"
2381dependencies = [
2382 "clock",
2383 "ctor",
2384 "gpui",
2385 "imara-diff",
2386 "language",
2387 "log",
2388 "pretty_assertions",
2389 "rand 0.9.4",
2390 "rope",
2391 "settings",
2392 "sum_tree",
2393 "text",
2394 "tracing",
2395 "unindent",
2396 "util",
2397 "zlog",
2398 "ztracing",
2399]
2400
2401[[package]]
2402name = "built"
2403version = "0.8.0"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
2406
2407[[package]]
2408name = "bumpalo"
2409version = "3.19.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2412dependencies = [
2413 "allocator-api2",
2414]
2415
2416[[package]]
2417name = "by_address"
2418version = "1.2.1"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2421
2422[[package]]
2423name = "bytecount"
2424version = "0.6.9"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2427
2428[[package]]
2429name = "bytemuck"
2430version = "1.24.0"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2433dependencies = [
2434 "bytemuck_derive",
2435]
2436
2437[[package]]
2438name = "bytemuck_derive"
2439version = "1.10.2"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2442dependencies = [
2443 "proc-macro2",
2444 "quote",
2445 "syn 2.0.117",
2446]
2447
2448[[package]]
2449name = "byteorder"
2450version = "1.5.0"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2453
2454[[package]]
2455name = "byteorder-lite"
2456version = "0.1.0"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2459
2460[[package]]
2461name = "bytes"
2462version = "0.4.12"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2465dependencies = [
2466 "byteorder",
2467 "iovec",
2468]
2469
2470[[package]]
2471name = "bytes"
2472version = "1.11.1"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2475
2476[[package]]
2477name = "bytes-utils"
2478version = "0.1.4"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2481dependencies = [
2482 "bytes 1.11.1",
2483 "either",
2484]
2485
2486[[package]]
2487name = "bzip2"
2488version = "0.4.4"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2491dependencies = [
2492 "bzip2-sys",
2493 "libc",
2494]
2495
2496[[package]]
2497name = "bzip2"
2498version = "0.6.1"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
2501dependencies = [
2502 "libbz2-rs-sys",
2503]
2504
2505[[package]]
2506name = "bzip2-sys"
2507version = "0.1.13+1.0.8"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2510dependencies = [
2511 "cc",
2512 "pkg-config",
2513]
2514
2515[[package]]
2516name = "cached"
2517version = "0.56.0"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2520dependencies = [
2521 "ahash",
2522 "cached_proc_macro",
2523 "cached_proc_macro_types",
2524 "hashbrown 0.15.5",
2525 "once_cell",
2526 "thiserror 2.0.17",
2527 "web-time",
2528]
2529
2530[[package]]
2531name = "cached_proc_macro"
2532version = "0.25.0"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2535dependencies = [
2536 "darling 0.20.11",
2537 "proc-macro2",
2538 "quote",
2539 "syn 2.0.117",
2540]
2541
2542[[package]]
2543name = "cached_proc_macro_types"
2544version = "0.1.1"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2547
2548[[package]]
2549name = "call"
2550version = "0.1.0"
2551dependencies = [
2552 "anyhow",
2553 "audio",
2554 "client",
2555 "collections",
2556 "feature_flags",
2557 "fs",
2558 "futures 0.3.32",
2559 "gpui",
2560 "gpui_tokio",
2561 "language",
2562 "livekit_client",
2563 "log",
2564 "postage",
2565 "project",
2566 "serde",
2567 "settings",
2568 "telemetry",
2569 "util",
2570 "workspace",
2571]
2572
2573[[package]]
2574name = "calloop"
2575version = "0.14.3"
2576source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2577dependencies = [
2578 "bitflags 2.13.1",
2579 "polling",
2580 "rustix 1.1.2",
2581 "slab",
2582 "tracing",
2583]
2584
2585[[package]]
2586name = "calloop-wayland-source"
2587version = "0.4.1"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2590dependencies = [
2591 "calloop",
2592 "rustix 1.1.2",
2593 "wayland-backend",
2594 "wayland-client",
2595]
2596
2597[[package]]
2598name = "camino"
2599version = "1.2.1"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2602dependencies = [
2603 "serde_core",
2604]
2605
2606[[package]]
2607name = "cap-fs-ext"
2608version = "3.4.4"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2611dependencies = [
2612 "cap-primitives",
2613 "cap-std",
2614 "io-lifetimes",
2615 "windows-sys 0.59.0",
2616]
2617
2618[[package]]
2619name = "cap-net-ext"
2620version = "3.4.4"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2623dependencies = [
2624 "cap-primitives",
2625 "cap-std",
2626 "rustix 1.1.2",
2627 "smallvec",
2628]
2629
2630[[package]]
2631name = "cap-primitives"
2632version = "3.4.4"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2635dependencies = [
2636 "ambient-authority",
2637 "fs-set-times",
2638 "io-extras",
2639 "io-lifetimes",
2640 "ipnet",
2641 "maybe-owned",
2642 "rustix 1.1.2",
2643 "rustix-linux-procfs",
2644 "windows-sys 0.59.0",
2645 "winx",
2646]
2647
2648[[package]]
2649name = "cap-rand"
2650version = "3.4.4"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2653dependencies = [
2654 "ambient-authority",
2655 "rand 0.8.6",
2656]
2657
2658[[package]]
2659name = "cap-std"
2660version = "3.4.4"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2663dependencies = [
2664 "cap-primitives",
2665 "io-extras",
2666 "io-lifetimes",
2667 "rustix 1.1.2",
2668]
2669
2670[[package]]
2671name = "cap-time-ext"
2672version = "3.4.4"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2675dependencies = [
2676 "ambient-authority",
2677 "cap-primitives",
2678 "iana-time-zone",
2679 "once_cell",
2680 "rustix 1.1.2",
2681 "winx",
2682]
2683
2684[[package]]
2685name = "cargo-platform"
2686version = "0.1.9"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2689dependencies = [
2690 "serde",
2691]
2692
2693[[package]]
2694name = "cargo-platform"
2695version = "0.3.2"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
2698dependencies = [
2699 "serde",
2700 "serde_core",
2701]
2702
2703[[package]]
2704name = "cargo_metadata"
2705version = "0.19.2"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2708dependencies = [
2709 "camino",
2710 "cargo-platform 0.1.9",
2711 "semver",
2712 "serde",
2713 "serde_json",
2714 "thiserror 2.0.17",
2715]
2716
2717[[package]]
2718name = "cargo_metadata"
2719version = "0.23.1"
2720source = "registry+https://github.com/rust-lang/crates.io-index"
2721checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
2722dependencies = [
2723 "camino",
2724 "cargo-platform 0.3.2",
2725 "semver",
2726 "serde",
2727 "serde_json",
2728 "thiserror 2.0.17",
2729]
2730
2731[[package]]
2732name = "cargo_toml"
2733version = "0.21.0"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2736dependencies = [
2737 "serde",
2738 "toml 0.8.23",
2739]
2740
2741[[package]]
2742name = "cast"
2743version = "0.3.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2746
2747[[package]]
2748name = "cbc"
2749version = "0.1.2"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2752dependencies = [
2753 "cipher",
2754]
2755
2756[[package]]
2757name = "cbindgen"
2758version = "0.28.0"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2761dependencies = [
2762 "heck 0.4.1",
2763 "indexmap 2.14.0",
2764 "log",
2765 "proc-macro2",
2766 "quote",
2767 "serde",
2768 "serde_json",
2769 "syn 2.0.117",
2770 "tempfile",
2771 "toml 0.8.23",
2772]
2773
2774[[package]]
2775name = "cc"
2776version = "1.2.49"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2779dependencies = [
2780 "find-msvc-tools",
2781 "jobserver",
2782 "libc",
2783 "shlex",
2784]
2785
2786[[package]]
2787name = "cesu8"
2788version = "1.1.0"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2791
2792[[package]]
2793name = "cexpr"
2794version = "0.6.0"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2797dependencies = [
2798 "nom 7.1.3",
2799]
2800
2801[[package]]
2802name = "cfg-expr"
2803version = "0.20.6"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2806dependencies = [
2807 "smallvec",
2808 "target-lexicon",
2809]
2810
2811[[package]]
2812name = "cfg-if"
2813version = "1.0.4"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2816
2817[[package]]
2818name = "cfg_aliases"
2819version = "0.1.1"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2822
2823[[package]]
2824name = "cfg_aliases"
2825version = "0.2.1"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2828
2829[[package]]
2830name = "cgl"
2831version = "0.3.2"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2834dependencies = [
2835 "libc",
2836]
2837
2838[[package]]
2839name = "cgmath"
2840version = "0.18.0"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
2843dependencies = [
2844 "approx 0.4.0",
2845 "num-traits",
2846]
2847
2848[[package]]
2849name = "chacha20"
2850version = "0.9.1"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
2853dependencies = [
2854 "cfg-if",
2855 "cipher",
2856 "cpufeatures",
2857]
2858
2859[[package]]
2860name = "chacha20poly1305"
2861version = "0.10.1"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
2864dependencies = [
2865 "aead",
2866 "chacha20",
2867 "cipher",
2868 "poly1305",
2869 "zeroize",
2870]
2871
2872[[package]]
2873name = "channel"
2874version = "0.1.0"
2875dependencies = [
2876 "anyhow",
2877 "client",
2878 "clock",
2879 "collections",
2880 "futures 0.3.32",
2881 "gpui",
2882 "http_client",
2883 "language",
2884 "log",
2885 "postage",
2886 "release_channel",
2887 "rpc",
2888 "semver",
2889 "settings",
2890 "text",
2891 "time",
2892 "util",
2893]
2894
2895[[package]]
2896name = "chardetng"
2897version = "0.1.17"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2900dependencies = [
2901 "cfg-if",
2902 "encoding_rs",
2903 "memchr",
2904]
2905
2906[[package]]
2907name = "chrono"
2908version = "0.4.42"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2911dependencies = [
2912 "iana-time-zone",
2913 "js-sys",
2914 "num-traits",
2915 "serde",
2916 "wasm-bindgen",
2917 "windows-link 0.2.1",
2918]
2919
2920[[package]]
2921name = "chunked_transfer"
2922version = "1.5.0"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2925
2926[[package]]
2927name = "ciborium"
2928version = "0.2.2"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2931dependencies = [
2932 "ciborium-io",
2933 "ciborium-ll",
2934 "serde",
2935]
2936
2937[[package]]
2938name = "ciborium-io"
2939version = "0.2.2"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2942
2943[[package]]
2944name = "ciborium-ll"
2945version = "0.2.2"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2948dependencies = [
2949 "ciborium-io",
2950 "half",
2951]
2952
2953[[package]]
2954name = "cipher"
2955version = "0.4.4"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2958dependencies = [
2959 "crypto-common",
2960 "inout",
2961 "zeroize",
2962]
2963
2964[[package]]
2965name = "circular-buffer"
2966version = "1.2.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2969
2970[[package]]
2971name = "clang-sys"
2972version = "1.8.1"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2975dependencies = [
2976 "glob",
2977 "libc",
2978 "libloading",
2979]
2980
2981[[package]]
2982name = "clap"
2983version = "4.5.49"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2986dependencies = [
2987 "clap_builder",
2988 "clap_derive",
2989]
2990
2991[[package]]
2992name = "clap_builder"
2993version = "4.5.49"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2996dependencies = [
2997 "anstream",
2998 "anstyle",
2999 "clap_lex",
3000 "strsim 0.11.1",
3001 "terminal_size",
3002]
3003
3004[[package]]
3005name = "clap_complete"
3006version = "4.5.59"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
3009dependencies = [
3010 "clap",
3011]
3012
3013[[package]]
3014name = "clap_complete_nushell"
3015version = "4.6.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "fbb9e9715d29a754b468591be588f6b926f5b0a1eb6a8b62acabeb66ff84d897"
3018dependencies = [
3019 "clap",
3020 "clap_complete",
3021]
3022
3023[[package]]
3024name = "clap_derive"
3025version = "4.5.49"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
3028dependencies = [
3029 "heck 0.5.0",
3030 "proc-macro2",
3031 "quote",
3032 "syn 2.0.117",
3033]
3034
3035[[package]]
3036name = "clap_lex"
3037version = "0.7.6"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
3040
3041[[package]]
3042name = "cli"
3043version = "0.1.0"
3044dependencies = [
3045 "anyhow",
3046 "askpass",
3047 "clap",
3048 "clap_complete",
3049 "clap_complete_nushell",
3050 "collections",
3051 "console",
3052 "core-foundation 0.10.0",
3053 "core-services",
3054 "dialoguer",
3055 "exec",
3056 "fork",
3057 "ipc-channel",
3058 "parking_lot",
3059 "paths",
3060 "plist",
3061 "rayon",
3062 "release_channel",
3063 "serde",
3064 "serde_json",
3065 "tempfile",
3066 "util",
3067 "walkdir",
3068 "windows 0.61.3",
3069 "windows_resources",
3070]
3071
3072[[package]]
3073name = "client"
3074version = "0.1.0"
3075dependencies = [
3076 "anyhow",
3077 "async-channel 2.5.0",
3078 "async-tungstenite",
3079 "chrono",
3080 "clock",
3081 "cloud_api_client",
3082 "cloud_api_types",
3083 "cloud_llm_client",
3084 "collections",
3085 "credentials_provider",
3086 "derive_more",
3087 "feature_flags",
3088 "fs",
3089 "futures 0.3.32",
3090 "gpui",
3091 "gpui_tokio",
3092 "http_client",
3093 "http_client_tls",
3094 "log",
3095 "objc2-foundation 0.3.2",
3096 "parking_lot",
3097 "paths",
3098 "postage",
3099 "proxy_handshake",
3100 "rand 0.9.4",
3101 "regex",
3102 "release_channel",
3103 "rpc",
3104 "rustls-pki-types",
3105 "semver",
3106 "serde",
3107 "serde_json",
3108 "serde_urlencoded",
3109 "settings",
3110 "sha2",
3111 "smol",
3112 "telemetry",
3113 "telemetry_events",
3114 "text",
3115 "thiserror 2.0.17",
3116 "time",
3117 "tiny_http",
3118 "tokio",
3119 "tokio-native-tls",
3120 "tokio-rustls 0.26.4",
3121 "url",
3122 "util",
3123 "windows 0.61.3",
3124 "worktree",
3125 "zed_credentials_provider",
3126]
3127
3128[[package]]
3129name = "clock"
3130version = "0.1.0"
3131dependencies = [
3132 "parking_lot",
3133 "serde",
3134 "smallvec",
3135]
3136
3137[[package]]
3138name = "cloud_api_client"
3139version = "0.1.0"
3140dependencies = [
3141 "anyhow",
3142 "async-lock",
3143 "cloud_api_types",
3144 "futures 0.3.32",
3145 "gpui",
3146 "gpui_tokio",
3147 "http_client",
3148 "parking_lot",
3149 "serde",
3150 "serde_json",
3151 "thiserror 2.0.17",
3152 "yawc",
3153]
3154
3155[[package]]
3156name = "cloud_api_types"
3157version = "0.1.0"
3158dependencies = [
3159 "anyhow",
3160 "chrono",
3161 "ciborium",
3162 "cloud_llm_client",
3163 "pretty_assertions",
3164 "serde",
3165 "serde_json",
3166 "strum 0.27.2",
3167 "zeta_prompt",
3168]
3169
3170[[package]]
3171name = "cloud_llm_client"
3172version = "0.1.0"
3173dependencies = [
3174 "anyhow",
3175 "serde",
3176 "serde_json",
3177 "strum 0.27.2",
3178 "uuid",
3179 "zeta_prompt",
3180]
3181
3182[[package]]
3183name = "cmake"
3184version = "0.1.56"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3187dependencies = [
3188 "cc",
3189]
3190
3191[[package]]
3192name = "cobs"
3193version = "0.3.0"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3196dependencies = [
3197 "thiserror 2.0.17",
3198]
3199
3200[[package]]
3201name = "cocoa"
3202version = "0.25.0"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3205dependencies = [
3206 "bitflags 1.3.2",
3207 "block",
3208 "cocoa-foundation 0.1.2",
3209 "core-foundation 0.9.4",
3210 "core-graphics 0.23.2",
3211 "foreign-types 0.5.0",
3212 "libc",
3213 "objc",
3214]
3215
3216[[package]]
3217name = "cocoa"
3218version = "0.26.0"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3221dependencies = [
3222 "bitflags 2.13.1",
3223 "block",
3224 "cocoa-foundation 0.2.0",
3225 "core-foundation 0.10.0",
3226 "core-graphics 0.24.0",
3227 "foreign-types 0.5.0",
3228 "libc",
3229 "objc",
3230]
3231
3232[[package]]
3233name = "cocoa-foundation"
3234version = "0.1.2"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3237dependencies = [
3238 "bitflags 1.3.2",
3239 "block",
3240 "core-foundation 0.9.4",
3241 "core-graphics-types 0.1.3",
3242 "libc",
3243 "objc",
3244]
3245
3246[[package]]
3247name = "cocoa-foundation"
3248version = "0.2.0"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3251dependencies = [
3252 "bitflags 2.13.1",
3253 "block",
3254 "core-foundation 0.10.0",
3255 "core-graphics-types 0.2.0",
3256 "libc",
3257 "objc",
3258]
3259
3260[[package]]
3261name = "codespan-reporting"
3262version = "0.13.0"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3265dependencies = [
3266 "serde",
3267 "termcolor",
3268 "unicode-width",
3269]
3270
3271[[package]]
3272name = "codestral"
3273version = "0.1.0"
3274dependencies = [
3275 "anyhow",
3276 "edit_prediction",
3277 "edit_prediction_types",
3278 "futures 0.3.32",
3279 "gpui",
3280 "http_client",
3281 "icons",
3282 "language",
3283 "language_model",
3284 "log",
3285 "serde",
3286 "serde_json",
3287 "text",
3288 "zed_credentials_provider",
3289 "zeta_prompt",
3290]
3291
3292[[package]]
3293name = "collections"
3294version = "0.1.0"
3295dependencies = [
3296 "gpui_util",
3297 "indexmap 2.14.0",
3298 "rustc-hash 2.1.1",
3299]
3300
3301[[package]]
3302name = "color_quant"
3303version = "1.1.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3306
3307[[package]]
3308name = "colorchoice"
3309version = "1.0.4"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3312
3313[[package]]
3314name = "combine"
3315version = "4.6.7"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3318dependencies = [
3319 "bytes 1.11.1",
3320 "memchr",
3321]
3322
3323[[package]]
3324name = "command-fds"
3325version = "0.3.2"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3328dependencies = [
3329 "nix 0.30.1",
3330 "thiserror 2.0.17",
3331]
3332
3333[[package]]
3334name = "command_palette"
3335version = "0.1.0"
3336dependencies = [
3337 "anyhow",
3338 "client",
3339 "collections",
3340 "command_palette_hooks",
3341 "db",
3342 "editor",
3343 "fuzzy_nucleo",
3344 "go_to_line",
3345 "gpui",
3346 "language",
3347 "log",
3348 "menu",
3349 "picker",
3350 "postage",
3351 "project",
3352 "serde",
3353 "settings",
3354 "telemetry",
3355 "theme",
3356 "theme_settings",
3357 "time",
3358 "ui",
3359 "util",
3360 "workspace",
3361 "zed_actions",
3362]
3363
3364[[package]]
3365name = "command_palette_hooks"
3366version = "0.1.0"
3367dependencies = [
3368 "collections",
3369 "derive_more",
3370 "gpui",
3371 "workspace",
3372]
3373
3374[[package]]
3375name = "compliance"
3376version = "0.1.0"
3377dependencies = [
3378 "anyhow",
3379 "async-trait",
3380 "derive_more",
3381 "futures 0.3.32",
3382 "indoc",
3383 "itertools 0.14.0",
3384 "jsonwebtoken",
3385 "octocrab",
3386 "regex",
3387 "semver",
3388 "serde",
3389 "serde_json",
3390 "tokio",
3391]
3392
3393[[package]]
3394name = "component"
3395version = "0.1.0"
3396dependencies = [
3397 "collections",
3398 "documented",
3399 "gpui",
3400 "inventory",
3401 "parking_lot",
3402 "strum 0.27.2",
3403 "theme",
3404]
3405
3406[[package]]
3407name = "component_preview"
3408version = "0.1.0"
3409dependencies = [
3410 "anyhow",
3411 "assets",
3412 "client",
3413 "collections",
3414 "command_palette_hooks",
3415 "component",
3416 "db",
3417 "editor",
3418 "env_logger 0.11.8",
3419 "fs",
3420 "gpui",
3421 "gpui_platform",
3422 "language",
3423 "log",
3424 "node_runtime",
3425 "notifications",
3426 "project",
3427 "release_channel",
3428 "reqwest_client",
3429 "session",
3430 "settings",
3431 "theme",
3432 "theme_settings",
3433 "ui",
3434 "ui_input",
3435 "uuid",
3436 "workspace",
3437]
3438
3439[[package]]
3440name = "compression-codecs"
3441version = "0.4.31"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3444dependencies = [
3445 "bzip2 0.6.1",
3446 "compression-core",
3447 "deflate64",
3448 "flate2",
3449 "memchr",
3450]
3451
3452[[package]]
3453name = "compression-core"
3454version = "0.4.29"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3457
3458[[package]]
3459name = "concurrent-queue"
3460version = "2.5.0"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3463dependencies = [
3464 "crossbeam-utils",
3465]
3466
3467[[package]]
3468name = "console"
3469version = "0.16.3"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
3472dependencies = [
3473 "encode_unicode",
3474 "libc",
3475 "unicode-width",
3476 "windows-sys 0.61.2",
3477]
3478
3479[[package]]
3480name = "console_error_panic_hook"
3481version = "0.1.7"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3484dependencies = [
3485 "cfg-if",
3486 "wasm-bindgen",
3487]
3488
3489[[package]]
3490name = "const-oid"
3491version = "0.9.6"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3494
3495[[package]]
3496name = "const-random"
3497version = "0.1.18"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3500dependencies = [
3501 "const-random-macro",
3502]
3503
3504[[package]]
3505name = "const-random-macro"
3506version = "0.1.16"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3509dependencies = [
3510 "getrandom 0.2.16",
3511 "once_cell",
3512 "tiny-keccak",
3513]
3514
3515[[package]]
3516name = "const_format"
3517version = "0.2.35"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3520dependencies = [
3521 "const_format_proc_macros",
3522]
3523
3524[[package]]
3525name = "const_format_proc_macros"
3526version = "0.2.34"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3529dependencies = [
3530 "proc-macro2",
3531 "quote",
3532 "unicode-xid",
3533]
3534
3535[[package]]
3536name = "constant_time_eq"
3537version = "0.1.5"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3540
3541[[package]]
3542name = "context_server"
3543version = "0.1.0"
3544dependencies = [
3545 "anyhow",
3546 "async-channel 2.5.0",
3547 "async-trait",
3548 "base64 0.22.1",
3549 "collections",
3550 "futures 0.3.32",
3551 "futures-lite 1.13.0",
3552 "gpui",
3553 "http_client",
3554 "log",
3555 "net",
3556 "oauth_callback_server",
3557 "parking_lot",
3558 "pollster 0.4.0",
3559 "postage",
3560 "rand 0.9.4",
3561 "schemars 1.0.4",
3562 "serde",
3563 "serde_json",
3564 "settings",
3565 "sha2",
3566 "slotmap",
3567 "tempfile",
3568 "url",
3569 "util",
3570]
3571
3572[[package]]
3573name = "convert_case"
3574version = "0.8.0"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3577dependencies = [
3578 "unicode-segmentation",
3579]
3580
3581[[package]]
3582name = "convert_case"
3583version = "0.10.0"
3584source = "registry+https://github.com/rust-lang/crates.io-index"
3585checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3586dependencies = [
3587 "unicode-segmentation",
3588]
3589
3590[[package]]
3591name = "convert_case"
3592version = "0.11.0"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3595dependencies = [
3596 "unicode-segmentation",
3597]
3598
3599[[package]]
3600name = "copilot"
3601version = "0.1.0"
3602dependencies = [
3603 "anyhow",
3604 "async-std",
3605 "collections",
3606 "command_palette_hooks",
3607 "copilot_chat",
3608 "edit_prediction_types",
3609 "editor",
3610 "fs",
3611 "futures 0.3.32",
3612 "gpui",
3613 "icons",
3614 "indoc",
3615 "language",
3616 "log",
3617 "lsp",
3618 "node_runtime",
3619 "parking_lot",
3620 "paths",
3621 "pretty_assertions",
3622 "project",
3623 "rpc",
3624 "serde",
3625 "serde_json",
3626 "settings",
3627 "sum_tree",
3628 "theme",
3629 "theme_settings",
3630 "util",
3631 "workspace",
3632 "zlog",
3633]
3634
3635[[package]]
3636name = "copilot_chat"
3637version = "0.1.0"
3638dependencies = [
3639 "anthropic",
3640 "anyhow",
3641 "collections",
3642 "dirs",
3643 "fs",
3644 "futures 0.3.32",
3645 "gpui",
3646 "http_client",
3647 "log",
3648 "paths",
3649 "serde",
3650 "serde_json",
3651 "settings",
3652 "sqlez",
3653 "tempfile",
3654]
3655
3656[[package]]
3657name = "copilot_ui"
3658version = "0.1.0"
3659dependencies = [
3660 "anyhow",
3661 "copilot",
3662 "gpui",
3663 "language",
3664 "log",
3665 "lsp",
3666 "menu",
3667 "project",
3668 "release_channel",
3669 "serde_json",
3670 "settings",
3671 "ui",
3672 "util",
3673 "workspace",
3674]
3675
3676[[package]]
3677name = "core-foundation"
3678version = "0.9.4"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3681dependencies = [
3682 "core-foundation-sys",
3683 "libc",
3684]
3685
3686[[package]]
3687name = "core-foundation"
3688version = "0.10.0"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3691dependencies = [
3692 "core-foundation-sys",
3693 "libc",
3694]
3695
3696[[package]]
3697name = "core-foundation-sys"
3698version = "0.8.7"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3701
3702[[package]]
3703name = "core-graphics"
3704version = "0.23.2"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3707dependencies = [
3708 "bitflags 1.3.2",
3709 "core-foundation 0.9.4",
3710 "core-graphics-types 0.1.3",
3711 "foreign-types 0.5.0",
3712 "libc",
3713]
3714
3715[[package]]
3716name = "core-graphics"
3717version = "0.24.0"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3720dependencies = [
3721 "bitflags 2.13.1",
3722 "core-foundation 0.10.0",
3723 "core-graphics-types 0.2.0",
3724 "foreign-types 0.5.0",
3725 "libc",
3726]
3727
3728[[package]]
3729name = "core-graphics-helmer-fork"
3730version = "0.24.0"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3733dependencies = [
3734 "bitflags 2.13.1",
3735 "core-foundation 0.9.4",
3736 "core-graphics-types 0.1.3",
3737 "foreign-types 0.5.0",
3738 "libc",
3739]
3740
3741[[package]]
3742name = "core-graphics-types"
3743version = "0.1.3"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3746dependencies = [
3747 "bitflags 1.3.2",
3748 "core-foundation 0.9.4",
3749 "libc",
3750]
3751
3752[[package]]
3753name = "core-graphics-types"
3754version = "0.2.0"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3757dependencies = [
3758 "bitflags 2.13.1",
3759 "core-foundation 0.10.0",
3760 "libc",
3761]
3762
3763[[package]]
3764name = "core-graphics2"
3765version = "0.5.2"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3768dependencies = [
3769 "bitflags 2.13.1",
3770 "block",
3771 "cfg-if",
3772 "core-foundation 0.10.0",
3773 "libc",
3774]
3775
3776[[package]]
3777name = "core-services"
3778version = "0.2.1"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3781dependencies = [
3782 "core-foundation 0.9.4",
3783]
3784
3785[[package]]
3786name = "core-text"
3787version = "21.0.0"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3790dependencies = [
3791 "core-foundation 0.10.0",
3792 "core-graphics 0.24.0",
3793 "foreign-types 0.5.0",
3794 "libc",
3795]
3796
3797[[package]]
3798name = "core-video"
3799version = "0.5.2"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3802dependencies = [
3803 "block",
3804 "core-foundation 0.10.0",
3805 "core-graphics2",
3806 "io-surface",
3807 "libc",
3808 "metal",
3809]
3810
3811[[package]]
3812name = "core2"
3813version = "0.4.0"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
3816dependencies = [
3817 "memchr",
3818]
3819
3820[[package]]
3821name = "core_maths"
3822version = "0.1.1"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3825dependencies = [
3826 "libm",
3827]
3828
3829[[package]]
3830name = "coreaudio-rs"
3831version = "0.12.1"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3834dependencies = [
3835 "bitflags 1.3.2",
3836 "core-foundation-sys",
3837 "coreaudio-sys",
3838]
3839
3840[[package]]
3841name = "coreaudio-rs"
3842version = "0.13.0"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3845dependencies = [
3846 "bitflags 1.3.2",
3847 "libc",
3848 "objc2-audio-toolbox",
3849 "objc2-core-audio",
3850 "objc2-core-audio-types",
3851 "objc2-core-foundation",
3852]
3853
3854[[package]]
3855name = "coreaudio-sys"
3856version = "0.2.17"
3857source = "registry+https://github.com/rust-lang/crates.io-index"
3858checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3859dependencies = [
3860 "bindgen 0.72.1",
3861]
3862
3863[[package]]
3864name = "cosmic-text"
3865version = "0.19.0"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "be17b688510d934ce13f48a2beba700e11583e281e0fda99c22bb256a14eda73"
3868dependencies = [
3869 "bitflags 2.13.1",
3870 "fontdb",
3871 "harfrust",
3872 "linebender_resource_handle",
3873 "log",
3874 "rangemap",
3875 "rustc-hash 2.1.1",
3876 "self_cell",
3877 "skrifa 0.40.0",
3878 "smol_str",
3879 "swash",
3880 "sys-locale",
3881 "unicode-bidi",
3882 "unicode-linebreak",
3883 "unicode-script",
3884 "unicode-segmentation",
3885]
3886
3887[[package]]
3888name = "cpal"
3889version = "0.17.1"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3892dependencies = [
3893 "alsa",
3894 "coreaudio-rs 0.13.0",
3895 "dasp_sample",
3896 "jni",
3897 "js-sys",
3898 "libc",
3899 "mach2 0.5.0",
3900 "ndk",
3901 "ndk-context",
3902 "num-derive",
3903 "num-traits",
3904 "objc2 0.6.3",
3905 "objc2-audio-toolbox",
3906 "objc2-avf-audio",
3907 "objc2-core-audio",
3908 "objc2-core-audio-types",
3909 "objc2-core-foundation",
3910 "objc2-foundation 0.3.2",
3911 "wasm-bindgen",
3912 "wasm-bindgen-futures",
3913 "web-sys",
3914 "windows 0.62.2",
3915]
3916
3917[[package]]
3918name = "cpp_demangle"
3919version = "0.4.5"
3920source = "registry+https://github.com/rust-lang/crates.io-index"
3921checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3922dependencies = [
3923 "cfg-if",
3924]
3925
3926[[package]]
3927name = "cpufeatures"
3928version = "0.2.17"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3931dependencies = [
3932 "libc",
3933]
3934
3935[[package]]
3936name = "cranelift-assembler-x64"
3937version = "0.123.12"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "3cd990d8a6304475bbad64534a0d418f5572f44d5f011437e6b9f1ee7d5c2570"
3940dependencies = [
3941 "cranelift-assembler-x64-meta",
3942]
3943
3944[[package]]
3945name = "cranelift-assembler-x64-meta"
3946version = "0.123.12"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "ccabe4636007296721080e02d7dab46d4319638ec4e3f6f7402fcb46dc5122c6"
3949dependencies = [
3950 "cranelift-srcgen",
3951]
3952
3953[[package]]
3954name = "cranelift-bforest"
3955version = "0.123.12"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "da7ed173c870c0aea202a9830880156905a028a88df076e35ce383a8acbf90a7"
3958dependencies = [
3959 "cranelift-entity",
3960]
3961
3962[[package]]
3963name = "cranelift-bitset"
3964version = "0.123.12"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "800cc586df98b12c502e76707c96565e40629a5322eaa15aaa34ba05f5721e31"
3967dependencies = [
3968 "serde",
3969 "serde_derive",
3970]
3971
3972[[package]]
3973name = "cranelift-codegen"
3974version = "0.123.12"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "ae93f863f9094ae34d2567f9edb0ae2c41d35228b286598354dd78b198868ebd"
3977dependencies = [
3978 "bumpalo",
3979 "cranelift-assembler-x64",
3980 "cranelift-bforest",
3981 "cranelift-bitset",
3982 "cranelift-codegen-meta",
3983 "cranelift-codegen-shared",
3984 "cranelift-control",
3985 "cranelift-entity",
3986 "cranelift-isle",
3987 "gimli",
3988 "hashbrown 0.15.5",
3989 "log",
3990 "postcard",
3991 "pulley-interpreter",
3992 "regalloc2",
3993 "rustc-hash 2.1.1",
3994 "serde",
3995 "serde_derive",
3996 "sha2",
3997 "smallvec",
3998 "target-lexicon",
3999 "wasmtime-internal-math",
4000]
4001
4002[[package]]
4003name = "cranelift-codegen-meta"
4004version = "0.123.12"
4005source = "registry+https://github.com/rust-lang/crates.io-index"
4006checksum = "38c505162bcf77dcb859905b3eac56a1917fc3cf326424fb06e7732031e3a8ae"
4007dependencies = [
4008 "cranelift-assembler-x64-meta",
4009 "cranelift-codegen-shared",
4010 "cranelift-srcgen",
4011 "heck 0.5.0",
4012 "pulley-interpreter",
4013]
4014
4015[[package]]
4016name = "cranelift-codegen-shared"
4017version = "0.123.12"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "e3b786958bcb79bdb5fbae095af58f0c2da7d7895c475c991f6a6bb5a9c7e6d9"
4020
4021[[package]]
4022name = "cranelift-control"
4023version = "0.123.12"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "2faf9a5009bce7f725ce2af7a08c4883ebac6af933e7e0aa7d84f976f4e6deb5"
4026dependencies = [
4027 "arbitrary",
4028]
4029
4030[[package]]
4031name = "cranelift-entity"
4032version = "0.123.12"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "017271194ba5e101d626560d0d6767efd341468d1ba0f4d015f19fe64020b65b"
4035dependencies = [
4036 "cranelift-bitset",
4037 "serde",
4038 "serde_derive",
4039]
4040
4041[[package]]
4042name = "cranelift-frontend"
4043version = "0.123.12"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "f80847f0929967f0cec82f9e0543b3901e0f0063690405891f22107b5a130fd8"
4046dependencies = [
4047 "cranelift-codegen",
4048 "log",
4049 "smallvec",
4050 "target-lexicon",
4051]
4052
4053[[package]]
4054name = "cranelift-isle"
4055version = "0.123.12"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "75904abbc0e7b46d20f7a49c8042c8a4481c0db4253b99889c723c566295d506"
4058
4059[[package]]
4060name = "cranelift-native"
4061version = "0.123.12"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "6e0135923540574362e16f01bf40000664263840991039ff3041ba717de6cf3a"
4064dependencies = [
4065 "cranelift-codegen",
4066 "libc",
4067 "target-lexicon",
4068]
4069
4070[[package]]
4071name = "cranelift-srcgen"
4072version = "0.123.12"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "93fb12f76c482e034f6ebefa843c914e74112f088215d8d36d33a649f9fab99b"
4075
4076[[package]]
4077name = "crash-context"
4078version = "0.6.3"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4081dependencies = [
4082 "cfg-if",
4083 "libc",
4084 "mach2 0.4.3",
4085]
4086
4087[[package]]
4088name = "crash-handler"
4089version = "0.7.0"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "0df5c9639f4942eb7702b964b3f9adf03a55724a57558cc177407388a8b936e2"
4092dependencies = [
4093 "cfg-if",
4094 "crash-context",
4095 "libc",
4096 "mach2 0.4.3",
4097 "parking_lot",
4098]
4099
4100[[package]]
4101name = "crashes"
4102version = "0.1.0"
4103dependencies = [
4104 "async-process",
4105 "crash-handler",
4106 "libc",
4107 "log",
4108 "mach2 0.5.0",
4109 "minidumper",
4110 "parking_lot",
4111 "serde",
4112 "serde_json",
4113 "system_specs",
4114 "windows 0.61.3",
4115 "zstd",
4116]
4117
4118[[package]]
4119name = "crc32fast"
4120version = "1.5.0"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4123dependencies = [
4124 "cfg-if",
4125]
4126
4127[[package]]
4128name = "credentials_provider"
4129version = "0.1.0"
4130dependencies = [
4131 "anyhow",
4132 "gpui",
4133 "serde",
4134]
4135
4136[[package]]
4137name = "criterion"
4138version = "0.5.1"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4141dependencies = [
4142 "anes",
4143 "cast",
4144 "ciborium",
4145 "clap",
4146 "criterion-plot",
4147 "is-terminal",
4148 "itertools 0.10.5",
4149 "num-traits",
4150 "once_cell",
4151 "oorandom",
4152 "plotters",
4153 "rayon",
4154 "regex",
4155 "serde",
4156 "serde_derive",
4157 "serde_json",
4158 "tinytemplate",
4159 "walkdir",
4160]
4161
4162[[package]]
4163name = "criterion-plot"
4164version = "0.5.0"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4167dependencies = [
4168 "cast",
4169 "itertools 0.10.5",
4170]
4171
4172[[package]]
4173name = "crossbeam"
4174version = "0.8.4"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4177dependencies = [
4178 "crossbeam-channel",
4179 "crossbeam-deque",
4180 "crossbeam-epoch",
4181 "crossbeam-queue",
4182 "crossbeam-utils",
4183]
4184
4185[[package]]
4186name = "crossbeam-channel"
4187version = "0.5.15"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4190dependencies = [
4191 "crossbeam-utils",
4192]
4193
4194[[package]]
4195name = "crossbeam-deque"
4196version = "0.8.6"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4199dependencies = [
4200 "crossbeam-epoch",
4201 "crossbeam-utils",
4202]
4203
4204[[package]]
4205name = "crossbeam-epoch"
4206version = "0.9.18"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4209dependencies = [
4210 "crossbeam-utils",
4211]
4212
4213[[package]]
4214name = "crossbeam-queue"
4215version = "0.3.12"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4218dependencies = [
4219 "crossbeam-utils",
4220]
4221
4222[[package]]
4223name = "crossbeam-utils"
4224version = "0.8.21"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4227
4228[[package]]
4229name = "crunchy"
4230version = "0.2.4"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4233
4234[[package]]
4235name = "crypto-common"
4236version = "0.1.6"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4239dependencies = [
4240 "generic-array",
4241 "rand_core 0.6.4",
4242 "typenum",
4243]
4244
4245[[package]]
4246name = "cssparser"
4247version = "0.35.0"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4250dependencies = [
4251 "cssparser-macros",
4252 "dtoa-short",
4253 "itoa",
4254 "phf 0.11.3",
4255 "smallvec",
4256]
4257
4258[[package]]
4259name = "cssparser"
4260version = "0.36.0"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
4263dependencies = [
4264 "cssparser-macros",
4265 "dtoa-short",
4266 "itoa",
4267 "phf 0.13.1",
4268 "smallvec",
4269]
4270
4271[[package]]
4272name = "cssparser-macros"
4273version = "0.6.1"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4276dependencies = [
4277 "quote",
4278 "syn 2.0.117",
4279]
4280
4281[[package]]
4282name = "csv_preview"
4283version = "0.1.0"
4284dependencies = [
4285 "anyhow",
4286 "editor",
4287 "feature_flags",
4288 "gpui",
4289 "log",
4290 "text",
4291 "ui",
4292 "workspace",
4293]
4294
4295[[package]]
4296name = "ctor"
4297version = "1.0.6"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "6d765eb1c0bda10d31e0ea185f5ee15da532d60b0912d2bd1441783439e749c5"
4300dependencies = [
4301 "link-section",
4302 "linktime-proc-macro",
4303]
4304
4305[[package]]
4306name = "ctrlc"
4307version = "3.5.0"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4310dependencies = [
4311 "dispatch",
4312 "nix 0.30.1",
4313 "windows-sys 0.61.2",
4314]
4315
4316[[package]]
4317name = "cursor-icon"
4318version = "1.2.0"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4321
4322[[package]]
4323name = "cxx"
4324version = "1.0.187"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4327dependencies = [
4328 "cc",
4329 "cxx-build",
4330 "cxxbridge-cmd",
4331 "cxxbridge-flags",
4332 "cxxbridge-macro",
4333 "foldhash 0.2.0",
4334 "link-cplusplus",
4335]
4336
4337[[package]]
4338name = "cxx-build"
4339version = "1.0.187"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4342dependencies = [
4343 "cc",
4344 "codespan-reporting",
4345 "indexmap 2.14.0",
4346 "proc-macro2",
4347 "quote",
4348 "scratch",
4349 "syn 2.0.117",
4350]
4351
4352[[package]]
4353name = "cxxbridge-cmd"
4354version = "1.0.187"
4355source = "registry+https://github.com/rust-lang/crates.io-index"
4356checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4357dependencies = [
4358 "clap",
4359 "codespan-reporting",
4360 "indexmap 2.14.0",
4361 "proc-macro2",
4362 "quote",
4363 "syn 2.0.117",
4364]
4365
4366[[package]]
4367name = "cxxbridge-flags"
4368version = "1.0.187"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4371
4372[[package]]
4373name = "cxxbridge-macro"
4374version = "1.0.187"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4377dependencies = [
4378 "indexmap 2.14.0",
4379 "proc-macro2",
4380 "quote",
4381 "syn 2.0.117",
4382]
4383
4384[[package]]
4385name = "dap"
4386version = "0.1.0"
4387dependencies = [
4388 "anyhow",
4389 "async-compression",
4390 "async-pipe",
4391 "async-tar",
4392 "async-trait",
4393 "client",
4394 "collections",
4395 "dap-types",
4396 "fs",
4397 "futures 0.3.32",
4398 "gpui",
4399 "http_client",
4400 "language",
4401 "libc",
4402 "log",
4403 "node_runtime",
4404 "parking_lot",
4405 "paths",
4406 "proto",
4407 "schemars 1.0.4",
4408 "serde",
4409 "serde_json",
4410 "settings",
4411 "smallvec",
4412 "smol",
4413 "task",
4414 "telemetry",
4415 "util",
4416 "zlog",
4417]
4418
4419[[package]]
4420name = "dap-types"
4421version = "0.0.1"
4422source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4423dependencies = [
4424 "schemars 1.0.4",
4425 "serde",
4426 "serde_json",
4427]
4428
4429[[package]]
4430name = "dap_adapters"
4431version = "0.1.0"
4432dependencies = [
4433 "anyhow",
4434 "async-trait",
4435 "collections",
4436 "dap",
4437 "dotenvy",
4438 "fs",
4439 "futures 0.3.32",
4440 "gpui",
4441 "http_client",
4442 "json_dotpath",
4443 "language",
4444 "log",
4445 "node_runtime",
4446 "paths",
4447 "serde",
4448 "serde_json",
4449 "settings",
4450 "smol",
4451 "task",
4452 "util",
4453]
4454
4455[[package]]
4456name = "darling"
4457version = "0.14.4"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
4460dependencies = [
4461 "darling_core 0.14.4",
4462 "darling_macro 0.14.4",
4463]
4464
4465[[package]]
4466name = "darling"
4467version = "0.20.11"
4468source = "registry+https://github.com/rust-lang/crates.io-index"
4469checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4470dependencies = [
4471 "darling_core 0.20.11",
4472 "darling_macro 0.20.11",
4473]
4474
4475[[package]]
4476name = "darling"
4477version = "0.21.3"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4480dependencies = [
4481 "darling_core 0.21.3",
4482 "darling_macro 0.21.3",
4483]
4484
4485[[package]]
4486name = "darling"
4487version = "0.23.0"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
4490dependencies = [
4491 "darling_core 0.23.0",
4492 "darling_macro 0.23.0",
4493]
4494
4495[[package]]
4496name = "darling_core"
4497version = "0.14.4"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
4500dependencies = [
4501 "fnv",
4502 "ident_case",
4503 "proc-macro2",
4504 "quote",
4505 "strsim 0.10.0",
4506 "syn 1.0.109",
4507]
4508
4509[[package]]
4510name = "darling_core"
4511version = "0.20.11"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4514dependencies = [
4515 "fnv",
4516 "ident_case",
4517 "proc-macro2",
4518 "quote",
4519 "strsim 0.11.1",
4520 "syn 2.0.117",
4521]
4522
4523[[package]]
4524name = "darling_core"
4525version = "0.21.3"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4528dependencies = [
4529 "fnv",
4530 "ident_case",
4531 "proc-macro2",
4532 "quote",
4533 "strsim 0.11.1",
4534 "syn 2.0.117",
4535]
4536
4537[[package]]
4538name = "darling_core"
4539version = "0.23.0"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
4542dependencies = [
4543 "ident_case",
4544 "proc-macro2",
4545 "quote",
4546 "strsim 0.11.1",
4547 "syn 2.0.117",
4548]
4549
4550[[package]]
4551name = "darling_macro"
4552version = "0.14.4"
4553source = "registry+https://github.com/rust-lang/crates.io-index"
4554checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
4555dependencies = [
4556 "darling_core 0.14.4",
4557 "quote",
4558 "syn 1.0.109",
4559]
4560
4561[[package]]
4562name = "darling_macro"
4563version = "0.20.11"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4566dependencies = [
4567 "darling_core 0.20.11",
4568 "quote",
4569 "syn 2.0.117",
4570]
4571
4572[[package]]
4573name = "darling_macro"
4574version = "0.21.3"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4577dependencies = [
4578 "darling_core 0.21.3",
4579 "quote",
4580 "syn 2.0.117",
4581]
4582
4583[[package]]
4584name = "darling_macro"
4585version = "0.23.0"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
4588dependencies = [
4589 "darling_core 0.23.0",
4590 "quote",
4591 "syn 2.0.117",
4592]
4593
4594[[package]]
4595name = "dasp_sample"
4596version = "0.11.0"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4599
4600[[package]]
4601name = "data-encoding"
4602version = "2.9.0"
4603source = "registry+https://github.com/rust-lang/crates.io-index"
4604checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4605
4606[[package]]
4607name = "data-url"
4608version = "0.3.2"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4611
4612[[package]]
4613name = "db"
4614version = "0.1.0"
4615dependencies = [
4616 "anyhow",
4617 "gpui",
4618 "indoc",
4619 "inventory",
4620 "log",
4621 "paths",
4622 "release_channel",
4623 "sqlez",
4624 "sqlez_macros",
4625 "tempfile",
4626 "util",
4627 "uuid",
4628 "zed_env_vars",
4629]
4630
4631[[package]]
4632name = "dbus"
4633version = "0.9.9"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4636dependencies = [
4637 "libc",
4638 "libdbus-sys",
4639 "windows-sys 0.59.0",
4640]
4641
4642[[package]]
4643name = "dbus-secret-service"
4644version = "4.1.0"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "708b509edf7889e53d7efb0ffadd994cc6c2345ccb62f55cfd6b0682165e4fa6"
4647dependencies = [
4648 "dbus",
4649 "openssl",
4650 "zeroize",
4651]
4652
4653[[package]]
4654name = "debug_adapter_extension"
4655version = "0.1.0"
4656dependencies = [
4657 "anyhow",
4658 "async-trait",
4659 "collections",
4660 "dap",
4661 "extension",
4662 "gpui",
4663 "serde_json",
4664 "task",
4665 "util",
4666]
4667
4668[[package]]
4669name = "debugger_tools"
4670version = "0.1.0"
4671dependencies = [
4672 "anyhow",
4673 "dap",
4674 "editor",
4675 "futures 0.3.32",
4676 "gpui",
4677 "project",
4678 "serde_json",
4679 "settings",
4680 "smol",
4681 "util",
4682 "workspace",
4683]
4684
4685[[package]]
4686name = "debugger_ui"
4687version = "0.1.0"
4688dependencies = [
4689 "anyhow",
4690 "bitflags 2.13.1",
4691 "client",
4692 "collections",
4693 "command_palette_hooks",
4694 "dap",
4695 "dap_adapters",
4696 "db",
4697 "debugger_tools",
4698 "editor",
4699 "feature_flags",
4700 "file_icons",
4701 "futures 0.3.32",
4702 "fuzzy",
4703 "gpui",
4704 "hex",
4705 "indoc",
4706 "itertools 0.14.0",
4707 "language",
4708 "log",
4709 "menu",
4710 "notifications",
4711 "parking_lot",
4712 "parse_int",
4713 "paths",
4714 "picker",
4715 "pretty_assertions",
4716 "project",
4717 "rpc",
4718 "schemars 1.0.4",
4719 "serde",
4720 "serde_json",
4721 "serde_json_lenient",
4722 "settings",
4723 "sysinfo 0.37.2",
4724 "task",
4725 "tasks_ui",
4726 "terminal",
4727 "terminal_view",
4728 "text",
4729 "theme",
4730 "theme_settings",
4731 "tree-sitter-go",
4732 "ui",
4733 "ui_input",
4734 "unindent",
4735 "util",
4736 "workspace",
4737 "zed_actions",
4738 "zlog",
4739]
4740
4741[[package]]
4742name = "debugid"
4743version = "0.8.0"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4746dependencies = [
4747 "uuid",
4748]
4749
4750[[package]]
4751name = "deepseek"
4752version = "0.1.0"
4753dependencies = [
4754 "anyhow",
4755 "futures 0.3.32",
4756 "http_client",
4757 "schemars 1.0.4",
4758 "serde",
4759 "serde_json",
4760]
4761
4762[[package]]
4763name = "deflate64"
4764version = "0.1.10"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4767
4768[[package]]
4769name = "der"
4770version = "0.7.10"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4773dependencies = [
4774 "const-oid",
4775 "pem-rfc7468",
4776 "zeroize",
4777]
4778
4779[[package]]
4780name = "deranged"
4781version = "0.5.4"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4784dependencies = [
4785 "powerfmt",
4786 "serde_core",
4787]
4788
4789[[package]]
4790name = "derive_builder"
4791version = "0.12.0"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
4794dependencies = [
4795 "derive_builder_macro",
4796]
4797
4798[[package]]
4799name = "derive_builder_core"
4800version = "0.12.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
4803dependencies = [
4804 "darling 0.14.4",
4805 "proc-macro2",
4806 "quote",
4807 "syn 1.0.109",
4808]
4809
4810[[package]]
4811name = "derive_builder_macro"
4812version = "0.12.0"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
4815dependencies = [
4816 "derive_builder_core",
4817 "syn 1.0.109",
4818]
4819
4820[[package]]
4821name = "derive_more"
4822version = "2.1.1"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4825dependencies = [
4826 "derive_more-impl",
4827]
4828
4829[[package]]
4830name = "derive_more-impl"
4831version = "2.1.1"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4834dependencies = [
4835 "convert_case 0.10.0",
4836 "proc-macro2",
4837 "quote",
4838 "rustc_version",
4839 "syn 2.0.117",
4840 "unicode-xid",
4841]
4842
4843[[package]]
4844name = "derive_refineable"
4845version = "0.1.0"
4846dependencies = [
4847 "proc-macro2",
4848 "quote",
4849 "syn 2.0.117",
4850]
4851
4852[[package]]
4853name = "derive_setters"
4854version = "0.1.9"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4857dependencies = [
4858 "darling 0.21.3",
4859 "proc-macro2",
4860 "quote",
4861 "syn 2.0.117",
4862]
4863
4864[[package]]
4865name = "dev_container"
4866version = "0.1.0"
4867dependencies = [
4868 "anyhow",
4869 "async-tar",
4870 "async-trait",
4871 "env_logger 0.11.8",
4872 "fs",
4873 "futures 0.3.32",
4874 "gpui",
4875 "http 1.3.1",
4876 "http_client",
4877 "indoc",
4878 "log",
4879 "menu",
4880 "paths",
4881 "picker",
4882 "project",
4883 "regex",
4884 "serde",
4885 "serde_json",
4886 "serde_json_lenient",
4887 "serde_yaml",
4888 "settings",
4889 "shlex",
4890 "ui",
4891 "util",
4892 "walkdir",
4893 "workspace",
4894 "worktree",
4895 "yaml-rust2",
4896]
4897
4898[[package]]
4899name = "diagnostics"
4900version = "0.1.0"
4901dependencies = [
4902 "agent_settings",
4903 "anyhow",
4904 "collections",
4905 "component",
4906 "ctor",
4907 "editor",
4908 "futures-lite 1.13.0",
4909 "gpui",
4910 "indoc",
4911 "itertools 0.14.0",
4912 "language",
4913 "log",
4914 "lsp",
4915 "markdown",
4916 "pretty_assertions",
4917 "project",
4918 "rand 0.9.4",
4919 "serde",
4920 "serde_json",
4921 "settings",
4922 "text",
4923 "theme",
4924 "theme_settings",
4925 "ui",
4926 "unindent",
4927 "util",
4928 "workspace",
4929 "zed_actions",
4930 "zlog",
4931]
4932
4933[[package]]
4934name = "dialoguer"
4935version = "0.12.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
4938dependencies = [
4939 "console",
4940 "shell-words",
4941]
4942
4943[[package]]
4944name = "diff"
4945version = "0.1.13"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4948
4949[[package]]
4950name = "diffy"
4951version = "0.4.2"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4954dependencies = [
4955 "nu-ansi-term",
4956]
4957
4958[[package]]
4959name = "digest"
4960version = "0.10.7"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4963dependencies = [
4964 "block-buffer",
4965 "const-oid",
4966 "crypto-common",
4967 "subtle",
4968]
4969
4970[[package]]
4971name = "dirs"
4972version = "6.0.0"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4975dependencies = [
4976 "dirs-sys",
4977]
4978
4979[[package]]
4980name = "dirs-next"
4981version = "2.0.0"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
4984dependencies = [
4985 "cfg-if",
4986 "dirs-sys-next",
4987]
4988
4989[[package]]
4990name = "dirs-sys"
4991version = "0.5.0"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4994dependencies = [
4995 "libc",
4996 "option-ext",
4997 "redox_users 0.5.2",
4998 "windows-sys 0.61.2",
4999]
5000
5001[[package]]
5002name = "dirs-sys-next"
5003version = "0.1.2"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
5006dependencies = [
5007 "libc",
5008 "redox_users 0.4.6",
5009 "winapi",
5010]
5011
5012[[package]]
5013name = "dispatch"
5014version = "0.2.0"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5017
5018[[package]]
5019name = "dispatch2"
5020version = "0.3.1"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5023dependencies = [
5024 "bitflags 2.13.1",
5025 "block2 0.6.2",
5026 "libc",
5027 "objc2 0.6.3",
5028]
5029
5030[[package]]
5031name = "displaydoc"
5032version = "0.2.5"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5035dependencies = [
5036 "proc-macro2",
5037 "quote",
5038 "syn 2.0.117",
5039]
5040
5041[[package]]
5042name = "dlib"
5043version = "0.5.3"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
5046dependencies = [
5047 "libloading",
5048]
5049
5050[[package]]
5051name = "docs_preprocessor"
5052version = "0.1.0"
5053dependencies = [
5054 "anyhow",
5055 "collections",
5056 "jsonschema",
5057 "mdbook",
5058 "regex",
5059 "schemars 1.0.4",
5060 "serde",
5061 "serde_json",
5062 "settings",
5063 "task",
5064 "theme",
5065 "util",
5066 "zlog",
5067]
5068
5069[[package]]
5070name = "document-features"
5071version = "0.2.12"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5074dependencies = [
5075 "litrs",
5076]
5077
5078[[package]]
5079name = "documented"
5080version = "0.9.2"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5083dependencies = [
5084 "documented-macros",
5085 "phf 0.12.1",
5086 "thiserror 2.0.17",
5087]
5088
5089[[package]]
5090name = "documented-macros"
5091version = "0.9.2"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5094dependencies = [
5095 "convert_case 0.8.0",
5096 "itertools 0.14.0",
5097 "optfield",
5098 "proc-macro2",
5099 "quote",
5100 "strum 0.27.2",
5101 "syn 2.0.117",
5102]
5103
5104[[package]]
5105name = "dotenvy"
5106version = "0.15.7"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5109
5110[[package]]
5111name = "downcast-rs"
5112version = "1.2.1"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5115
5116[[package]]
5117name = "doxygen-rs"
5118version = "0.4.2"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5121dependencies = [
5122 "phf 0.11.3",
5123]
5124
5125[[package]]
5126name = "dtoa"
5127version = "1.0.10"
5128source = "registry+https://github.com/rust-lang/crates.io-index"
5129checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5130
5131[[package]]
5132name = "dtoa-short"
5133version = "0.3.5"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5136dependencies = [
5137 "dtoa",
5138]
5139
5140[[package]]
5141name = "dugong"
5142version = "0.6.2"
5143source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
5144dependencies = [
5145 "dugong-graphlib",
5146 "rustc-hash 2.1.1",
5147 "serde",
5148 "serde_json",
5149]
5150
5151[[package]]
5152name = "dugong-graphlib"
5153version = "0.6.2"
5154source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
5155dependencies = [
5156 "hashbrown 0.16.1",
5157 "rustc-hash 2.1.1",
5158]
5159
5160[[package]]
5161name = "dunce"
5162version = "1.0.5"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5165
5166[[package]]
5167name = "dwrote"
5168version = "0.11.5"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5171dependencies = [
5172 "lazy_static",
5173 "libc",
5174 "winapi",
5175 "wio",
5176]
5177
5178[[package]]
5179name = "dyn-clone"
5180version = "1.0.20"
5181source = "registry+https://github.com/rust-lang/crates.io-index"
5182checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5183
5184[[package]]
5185name = "ec4rs"
5186version = "1.2.0"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5189
5190[[package]]
5191name = "edit_prediction"
5192version = "0.1.0"
5193dependencies = [
5194 "ai_onboarding",
5195 "anyhow",
5196 "buffer_diff",
5197 "client",
5198 "clock",
5199 "cloud_api_client",
5200 "cloud_api_types",
5201 "cloud_llm_client",
5202 "collections",
5203 "copilot",
5204 "copilot_ui",
5205 "credentials_provider",
5206 "criterion",
5207 "ctor",
5208 "db",
5209 "edit_prediction_context",
5210 "edit_prediction_metrics",
5211 "edit_prediction_types",
5212 "feature_flags",
5213 "fs",
5214 "futures 0.3.32",
5215 "git",
5216 "gpui",
5217 "heapless",
5218 "indoc",
5219 "itertools 0.14.0",
5220 "language",
5221 "language_model",
5222 "languages",
5223 "log",
5224 "lsp",
5225 "menu",
5226 "node_runtime",
5227 "open_ai",
5228 "parking_lot",
5229 "postage",
5230 "pretty_assertions",
5231 "project",
5232 "pulldown-cmark 0.13.0",
5233 "rand 0.9.4",
5234 "regex",
5235 "release_channel",
5236 "semver",
5237 "serde",
5238 "serde_json",
5239 "settings",
5240 "strum 0.27.2",
5241 "telemetry",
5242 "telemetry_events",
5243 "text",
5244 "thiserror 2.0.17",
5245 "time",
5246 "toml 0.8.23",
5247 "ui",
5248 "util",
5249 "uuid",
5250 "workspace",
5251 "worktree",
5252 "zed_actions",
5253 "zed_credentials_provider",
5254 "zeta_prompt",
5255 "zlog",
5256 "zstd",
5257]
5258
5259[[package]]
5260name = "edit_prediction_cli"
5261version = "0.1.0"
5262dependencies = [
5263 "anthropic",
5264 "anyhow",
5265 "chrono",
5266 "clap",
5267 "client",
5268 "cloud_llm_client",
5269 "collections",
5270 "db",
5271 "debug_adapter_extension",
5272 "dirs",
5273 "edit_prediction",
5274 "edit_prediction_context",
5275 "edit_prediction_metrics",
5276 "extension",
5277 "flate2",
5278 "fs",
5279 "futures 0.3.32",
5280 "gaoya",
5281 "gpui",
5282 "gpui_platform",
5283 "gpui_tokio",
5284 "http_client",
5285 "indoc",
5286 "language",
5287 "language_extension",
5288 "language_model",
5289 "language_models",
5290 "languages",
5291 "libc",
5292 "log",
5293 "node_runtime",
5294 "open_ai",
5295 "paths",
5296 "pretty_assertions",
5297 "project",
5298 "prompt_store",
5299 "rand 0.9.4",
5300 "release_channel",
5301 "reqwest_client",
5302 "rust-embed",
5303 "serde",
5304 "serde_json",
5305 "settings",
5306 "shellexpand",
5307 "similar",
5308 "smol",
5309 "sqlez",
5310 "sqlez_macros",
5311 "strum 0.27.2",
5312 "telemetry_events",
5313 "tempfile",
5314 "terminal_view",
5315 "toml 0.8.23",
5316 "util",
5317 "wasmtime",
5318 "watch",
5319 "workspace",
5320 "zeta_prompt",
5321]
5322
5323[[package]]
5324name = "edit_prediction_context"
5325version = "0.1.0"
5326dependencies = [
5327 "anyhow",
5328 "clock",
5329 "collections",
5330 "env_logger 0.11.8",
5331 "futures 0.3.32",
5332 "gpui",
5333 "indoc",
5334 "language",
5335 "log",
5336 "lsp",
5337 "parking_lot",
5338 "pretty_assertions",
5339 "project",
5340 "serde",
5341 "serde_json",
5342 "settings",
5343 "smallvec",
5344 "telemetry",
5345 "text",
5346 "tree-sitter",
5347 "util",
5348 "zeta_prompt",
5349]
5350
5351[[package]]
5352name = "edit_prediction_metrics"
5353version = "0.1.0"
5354dependencies = [
5355 "imara-diff",
5356 "indoc",
5357 "pretty_assertions",
5358 "serde",
5359 "serde_json",
5360 "similar",
5361 "tree-sitter",
5362 "zeta_prompt",
5363]
5364
5365[[package]]
5366name = "edit_prediction_types"
5367version = "0.1.0"
5368dependencies = [
5369 "client",
5370 "gpui",
5371 "icons",
5372 "language",
5373 "text",
5374]
5375
5376[[package]]
5377name = "edit_prediction_ui"
5378version = "0.1.0"
5379dependencies = [
5380 "anyhow",
5381 "buffer_diff",
5382 "client",
5383 "cloud_llm_client",
5384 "codestral",
5385 "collections",
5386 "command_palette_hooks",
5387 "copilot",
5388 "copilot_chat",
5389 "copilot_ui",
5390 "edit_prediction",
5391 "edit_prediction_types",
5392 "editor",
5393 "feature_flags",
5394 "fs",
5395 "futures 0.3.32",
5396 "gpui",
5397 "indoc",
5398 "language",
5399 "markdown",
5400 "menu",
5401 "multi_buffer",
5402 "paths",
5403 "project",
5404 "regex",
5405 "settings",
5406 "telemetry",
5407 "text",
5408 "theme",
5409 "theme_settings",
5410 "time",
5411 "ui",
5412 "util",
5413 "workspace",
5414 "zed_actions",
5415 "zeta_prompt",
5416]
5417
5418[[package]]
5419name = "editor"
5420version = "0.1.0"
5421dependencies = [
5422 "aho-corasick",
5423 "anyhow",
5424 "assets",
5425 "base64 0.22.1",
5426 "breadcrumbs",
5427 "buffer_diff",
5428 "client",
5429 "clock",
5430 "collections",
5431 "convert_case 0.11.0",
5432 "ctor",
5433 "dap",
5434 "db",
5435 "edit_prediction_types",
5436 "emojis",
5437 "feature_flags",
5438 "file_icons",
5439 "fs",
5440 "futures 0.3.32",
5441 "futures-lite 1.13.0",
5442 "fuzzy",
5443 "git",
5444 "gpui",
5445 "indoc",
5446 "itertools 0.14.0",
5447 "language",
5448 "languages",
5449 "linkify",
5450 "log",
5451 "lsp",
5452 "markdown",
5453 "menu",
5454 "multi_buffer",
5455 "ordered-float 2.10.1",
5456 "parking_lot",
5457 "pretty_assertions",
5458 "project",
5459 "proptest",
5460 "proptest-derive",
5461 "rand 0.9.4",
5462 "regex",
5463 "release_channel",
5464 "rope",
5465 "rpc",
5466 "schemars 1.0.4",
5467 "semver",
5468 "serde",
5469 "serde_json",
5470 "settings",
5471 "smallvec",
5472 "snippet",
5473 "sum_tree",
5474 "task",
5475 "telemetry",
5476 "text",
5477 "theme",
5478 "theme_settings",
5479 "time",
5480 "tracing",
5481 "tree-sitter-bash",
5482 "tree-sitter-c",
5483 "tree-sitter-go",
5484 "tree-sitter-html",
5485 "tree-sitter-md",
5486 "tree-sitter-python",
5487 "tree-sitter-rust",
5488 "tree-sitter-typescript",
5489 "tree-sitter-yaml",
5490 "ui",
5491 "ui_input",
5492 "unicode-script",
5493 "unicode-segmentation",
5494 "unicode-width",
5495 "unindent",
5496 "url",
5497 "urlencoding",
5498 "util",
5499 "uuid",
5500 "vim_mode_setting",
5501 "workspace",
5502 "zed_actions",
5503 "zlog",
5504 "ztracing",
5505]
5506
5507[[package]]
5508name = "editor_benchmarks"
5509version = "0.1.0"
5510dependencies = [
5511 "anyhow",
5512 "editor",
5513 "gpui",
5514 "gpui_platform",
5515 "language",
5516 "multi_buffer",
5517 "project",
5518 "release_channel",
5519 "semver",
5520 "settings",
5521 "theme",
5522 "workspace",
5523]
5524
5525[[package]]
5526name = "either"
5527version = "1.15.0"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5530
5531[[package]]
5532name = "elasticlunr-rs"
5533version = "3.0.2"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5536dependencies = [
5537 "regex",
5538 "serde",
5539 "serde_derive",
5540 "serde_json",
5541]
5542
5543[[package]]
5544name = "email_address"
5545version = "0.2.9"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5548dependencies = [
5549 "serde",
5550]
5551
5552[[package]]
5553name = "embed-resource"
5554version = "3.0.6"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5557dependencies = [
5558 "cc",
5559 "memchr",
5560 "rustc_version",
5561 "toml 0.9.8",
5562 "vswhom",
5563 "winreg 0.55.0",
5564]
5565
5566[[package]]
5567name = "embedded-io"
5568version = "0.4.0"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5571
5572[[package]]
5573name = "embedded-io"
5574version = "0.6.1"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5577
5578[[package]]
5579name = "emojis"
5580version = "0.6.4"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5583dependencies = [
5584 "phf 0.11.3",
5585]
5586
5587[[package]]
5588name = "ena"
5589version = "0.14.4"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "eabffdaee24bd1bf95c5ef7cec31260444317e72ea56c4c91750e8b7ee58d5f1"
5592dependencies = [
5593 "log",
5594]
5595
5596[[package]]
5597name = "encode_unicode"
5598version = "1.0.0"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5601
5602[[package]]
5603name = "encoding_rs"
5604version = "0.8.35"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5607dependencies = [
5608 "cfg-if",
5609]
5610
5611[[package]]
5612name = "encoding_selector"
5613version = "0.1.0"
5614dependencies = [
5615 "editor",
5616 "encoding_rs",
5617 "fuzzy",
5618 "gpui",
5619 "language",
5620 "picker",
5621 "project",
5622 "ui",
5623 "util",
5624 "workspace",
5625]
5626
5627[[package]]
5628name = "endi"
5629version = "1.1.0"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5632
5633[[package]]
5634name = "enumflags2"
5635version = "0.7.12"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5638dependencies = [
5639 "enumflags2_derive",
5640 "serde",
5641]
5642
5643[[package]]
5644name = "enumflags2_derive"
5645version = "0.7.12"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5648dependencies = [
5649 "proc-macro2",
5650 "quote",
5651 "syn 2.0.117",
5652]
5653
5654[[package]]
5655name = "enumn"
5656version = "0.1.14"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
5659dependencies = [
5660 "proc-macro2",
5661 "quote",
5662 "syn 2.0.117",
5663]
5664
5665[[package]]
5666name = "env_filter"
5667version = "0.1.4"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5670dependencies = [
5671 "log",
5672 "regex",
5673]
5674
5675[[package]]
5676name = "env_logger"
5677version = "0.10.2"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5680dependencies = [
5681 "humantime",
5682 "is-terminal",
5683 "log",
5684 "regex",
5685 "termcolor",
5686]
5687
5688[[package]]
5689name = "env_logger"
5690version = "0.11.8"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5693dependencies = [
5694 "anstream",
5695 "anstyle",
5696 "env_filter",
5697 "jiff",
5698 "log",
5699]
5700
5701[[package]]
5702name = "env_var"
5703version = "0.1.0"
5704dependencies = [
5705 "gpui_shared_string",
5706]
5707
5708[[package]]
5709name = "equator"
5710version = "0.4.2"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5713dependencies = [
5714 "equator-macro",
5715]
5716
5717[[package]]
5718name = "equator-macro"
5719version = "0.4.2"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5722dependencies = [
5723 "proc-macro2",
5724 "quote",
5725 "syn 2.0.117",
5726]
5727
5728[[package]]
5729name = "equivalent"
5730version = "1.0.2"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5733
5734[[package]]
5735name = "erased-serde"
5736version = "0.4.9"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5739dependencies = [
5740 "serde",
5741 "serde_core",
5742 "typeid",
5743]
5744
5745[[package]]
5746name = "errno"
5747version = "0.2.8"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5750dependencies = [
5751 "errno-dragonfly",
5752 "libc",
5753 "winapi",
5754]
5755
5756[[package]]
5757name = "errno"
5758version = "0.3.14"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5761dependencies = [
5762 "libc",
5763 "windows-sys 0.61.2",
5764]
5765
5766[[package]]
5767name = "errno-dragonfly"
5768version = "0.1.2"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5771dependencies = [
5772 "cc",
5773 "libc",
5774]
5775
5776[[package]]
5777name = "error-graph"
5778version = "0.1.1"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5781dependencies = [
5782 "serde",
5783]
5784
5785[[package]]
5786name = "etagere"
5787version = "0.2.15"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5790dependencies = [
5791 "euclid",
5792 "svg_fmt",
5793]
5794
5795[[package]]
5796name = "etw_tracing"
5797version = "0.1.0"
5798dependencies = [
5799 "anyhow",
5800 "gpui",
5801 "log",
5802 "net",
5803 "serde",
5804 "serde_json",
5805 "util",
5806 "windows 0.61.3",
5807 "windows-core 0.61.2",
5808 "workspace",
5809 "wprcontrol",
5810]
5811
5812[[package]]
5813name = "euclid"
5814version = "0.22.11"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5817dependencies = [
5818 "num-traits",
5819]
5820
5821[[package]]
5822name = "eval_cli"
5823version = "0.1.0"
5824dependencies = [
5825 "acp_thread",
5826 "agent",
5827 "agent-client-protocol",
5828 "agent_ui",
5829 "anyhow",
5830 "clap",
5831 "client",
5832 "ctrlc",
5833 "db",
5834 "debug_adapter_extension",
5835 "env_logger 0.11.8",
5836 "extension",
5837 "feature_flags",
5838 "fs",
5839 "futures 0.3.32",
5840 "gpui",
5841 "gpui_platform",
5842 "gpui_tokio",
5843 "language",
5844 "language_extension",
5845 "language_model",
5846 "language_models",
5847 "languages",
5848 "node_runtime",
5849 "paths",
5850 "project",
5851 "prompt_store",
5852 "release_channel",
5853 "reqwest_client",
5854 "serde",
5855 "serde_json",
5856 "settings",
5857 "shellexpand",
5858 "terminal_view",
5859 "theme",
5860 "theme_settings",
5861 "util",
5862 "watch",
5863]
5864
5865[[package]]
5866name = "eval_utils"
5867version = "0.1.0"
5868dependencies = [
5869 "gpui_platform",
5870 "serde",
5871 "smol",
5872]
5873
5874[[package]]
5875name = "event-listener"
5876version = "2.5.3"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5879
5880[[package]]
5881name = "event-listener"
5882version = "5.4.1"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5885dependencies = [
5886 "concurrent-queue",
5887 "parking",
5888 "pin-project-lite",
5889]
5890
5891[[package]]
5892name = "event-listener-strategy"
5893version = "0.5.4"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5896dependencies = [
5897 "event-listener 5.4.1",
5898 "pin-project-lite",
5899]
5900
5901[[package]]
5902name = "exec"
5903version = "0.3.1"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5906dependencies = [
5907 "errno 0.2.8",
5908 "libc",
5909]
5910
5911[[package]]
5912name = "explorer_command_injector"
5913version = "0.1.0"
5914dependencies = [
5915 "windows 0.61.3",
5916 "windows-core 0.61.2",
5917 "windows-registry 0.5.3",
5918]
5919
5920[[package]]
5921name = "exr"
5922version = "1.74.0"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
5925dependencies = [
5926 "bit_field",
5927 "half",
5928 "lebe",
5929 "miniz_oxide",
5930 "rayon-core",
5931 "smallvec",
5932 "zune-inflate",
5933]
5934
5935[[package]]
5936name = "extended"
5937version = "0.1.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5940
5941[[package]]
5942name = "extension"
5943version = "0.1.0"
5944dependencies = [
5945 "anyhow",
5946 "async-trait",
5947 "cloud_api_types",
5948 "collections",
5949 "dap",
5950 "fs",
5951 "futures 0.3.32",
5952 "gpui",
5953 "heck 0.5.0",
5954 "http_client",
5955 "indoc",
5956 "language",
5957 "log",
5958 "lsp",
5959 "parking_lot",
5960 "path",
5961 "pretty_assertions",
5962 "proto",
5963 "semver",
5964 "serde",
5965 "serde_json",
5966 "task",
5967 "tempfile",
5968 "toml 0.8.23",
5969 "tracing",
5970 "url",
5971 "util",
5972 "wasm-encoder 0.252.0",
5973 "wasmparser 0.252.0",
5974 "which 6.0.3",
5975 "ztracing",
5976]
5977
5978[[package]]
5979name = "extension_cli"
5980version = "0.1.0"
5981dependencies = [
5982 "anyhow",
5983 "clap",
5984 "cloud_api_types",
5985 "env_logger 0.11.8",
5986 "extension",
5987 "fs",
5988 "futures 0.3.32",
5989 "gpui_platform",
5990 "language",
5991 "log",
5992 "reqwest_client",
5993 "serde",
5994 "serde_json",
5995 "serde_json_lenient",
5996 "settings_content",
5997 "snippet_provider",
5998 "task",
5999 "theme_settings",
6000 "thiserror 2.0.17",
6001 "tokio",
6002 "toml 0.8.23",
6003 "tree-sitter",
6004 "wasmtime",
6005]
6006
6007[[package]]
6008name = "extension_host"
6009version = "0.1.0"
6010dependencies = [
6011 "anyhow",
6012 "app_identity",
6013 "async-compression",
6014 "async-tar",
6015 "async-trait",
6016 "client",
6017 "cloud_api_types",
6018 "collections",
6019 "criterion",
6020 "ctor",
6021 "dap",
6022 "extension",
6023 "fs",
6024 "futures 0.3.32",
6025 "gpui",
6026 "gpui_tokio",
6027 "http_client",
6028 "language",
6029 "language_extension",
6030 "log",
6031 "lsp",
6032 "moka",
6033 "node_runtime",
6034 "parking_lot",
6035 "paths",
6036 "project",
6037 "release_channel",
6038 "remote",
6039 "reqwest_client",
6040 "semver",
6041 "serde",
6042 "serde_json",
6043 "serde_json_lenient",
6044 "settings",
6045 "task",
6046 "telemetry",
6047 "tempfile",
6048 "theme",
6049 "theme_extension",
6050 "theme_settings",
6051 "toml 0.8.23",
6052 "tracing",
6053 "url",
6054 "util",
6055 "wasmparser 0.252.0",
6056 "wasmtime",
6057 "wasmtime-wasi",
6058 "zlog",
6059 "ztracing",
6060]
6061
6062[[package]]
6063name = "extensions_ui"
6064version = "0.1.0"
6065dependencies = [
6066 "anyhow",
6067 "cloud_api_types",
6068 "collections",
6069 "command_palette_hooks",
6070 "db",
6071 "editor",
6072 "extension",
6073 "extension_host",
6074 "fs",
6075 "fuzzy",
6076 "gpui",
6077 "language",
6078 "log",
6079 "num-format",
6080 "picker",
6081 "project",
6082 "release_channel",
6083 "schemars 1.0.4",
6084 "semver",
6085 "serde",
6086 "settings",
6087 "smallvec",
6088 "strum 0.27.2",
6089 "telemetry",
6090 "theme_settings",
6091 "ui",
6092 "util",
6093 "vim_mode_setting",
6094 "workspace",
6095 "zed_actions",
6096]
6097
6098[[package]]
6099name = "failspot"
6100version = "0.2.0"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6103
6104[[package]]
6105name = "fallible-iterator"
6106version = "0.3.0"
6107source = "registry+https://github.com/rust-lang/crates.io-index"
6108checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6109
6110[[package]]
6111name = "fancy-regex"
6112version = "0.16.2"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6115dependencies = [
6116 "bit-set 0.8.0",
6117 "regex-automata",
6118 "regex-syntax",
6119]
6120
6121[[package]]
6122name = "fancy-regex"
6123version = "0.18.0"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277"
6126dependencies = [
6127 "bit-set 0.8.0",
6128 "regex-automata",
6129 "regex-syntax",
6130]
6131
6132[[package]]
6133name = "fast-srgb8"
6134version = "1.0.0"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6137
6138[[package]]
6139name = "fastrand"
6140version = "1.9.0"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6143dependencies = [
6144 "instant",
6145]
6146
6147[[package]]
6148name = "fastrand"
6149version = "2.3.0"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6152dependencies = [
6153 "getrandom 0.2.16",
6154]
6155
6156[[package]]
6157name = "fax"
6158version = "0.2.6"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6161dependencies = [
6162 "fax_derive",
6163]
6164
6165[[package]]
6166name = "fax_derive"
6167version = "0.2.0"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6170dependencies = [
6171 "proc-macro2",
6172 "quote",
6173 "syn 2.0.117",
6174]
6175
6176[[package]]
6177name = "fd-lock"
6178version = "4.0.4"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6181dependencies = [
6182 "cfg-if",
6183 "rustix 1.1.2",
6184 "windows-sys 0.59.0",
6185]
6186
6187[[package]]
6188name = "fdeflate"
6189version = "0.3.7"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6192dependencies = [
6193 "simd-adler32",
6194]
6195
6196[[package]]
6197name = "feature_flags"
6198version = "0.1.0"
6199dependencies = [
6200 "collections",
6201 "feature_flags_macros",
6202 "fs",
6203 "gpui",
6204 "inventory",
6205 "schemars 1.0.4",
6206 "serde_json",
6207 "settings",
6208]
6209
6210[[package]]
6211name = "feature_flags_macros"
6212version = "0.1.0"
6213dependencies = [
6214 "proc-macro2",
6215 "quote",
6216 "syn 2.0.117",
6217]
6218
6219[[package]]
6220name = "feedback"
6221version = "0.1.0"
6222dependencies = [
6223 "app_identity",
6224 "client",
6225 "extension_host",
6226 "gpui",
6227 "system_specs",
6228 "urlencoding",
6229 "util",
6230 "workspace",
6231 "zed_actions",
6232]
6233
6234[[package]]
6235name = "file_finder"
6236version = "0.1.0"
6237dependencies = [
6238 "anyhow",
6239 "channel",
6240 "client",
6241 "collections",
6242 "ctor",
6243 "editor",
6244 "file_icons",
6245 "futures 0.3.32",
6246 "fuzzy",
6247 "fuzzy_nucleo",
6248 "gpui",
6249 "language",
6250 "menu",
6251 "open_path_prompt",
6252 "picker",
6253 "picker_preview",
6254 "pretty_assertions",
6255 "project",
6256 "project_panel",
6257 "remote_connection",
6258 "serde",
6259 "serde_json",
6260 "settings",
6261 "theme",
6262 "theme_settings",
6263 "ui",
6264 "util",
6265 "workspace",
6266 "zed_actions",
6267 "zlog",
6268]
6269
6270[[package]]
6271name = "file_icons"
6272version = "0.1.0"
6273dependencies = [
6274 "gpui",
6275 "serde",
6276 "theme",
6277 "util",
6278]
6279
6280[[package]]
6281name = "filedescriptor"
6282version = "0.8.3"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6285dependencies = [
6286 "libc",
6287 "thiserror 1.0.69",
6288 "winapi",
6289]
6290
6291[[package]]
6292name = "filetime"
6293version = "0.2.29"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
6296dependencies = [
6297 "cfg-if",
6298 "libc",
6299]
6300
6301[[package]]
6302name = "find-msvc-tools"
6303version = "0.1.5"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6306
6307[[package]]
6308name = "fixedbitset"
6309version = "0.4.2"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6312
6313[[package]]
6314name = "fixedbitset"
6315version = "0.5.7"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6318
6319[[package]]
6320name = "flate2"
6321version = "1.1.8"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6324dependencies = [
6325 "crc32fast",
6326 "miniz_oxide",
6327]
6328
6329[[package]]
6330name = "float-cmp"
6331version = "0.9.0"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6334
6335[[package]]
6336name = "float-ord"
6337version = "0.3.2"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6340
6341[[package]]
6342name = "float_next_after"
6343version = "1.0.0"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6346
6347[[package]]
6348name = "fluent-uri"
6349version = "0.4.1"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6352dependencies = [
6353 "borrow-or-share",
6354 "ref-cast",
6355 "serde",
6356]
6357
6358[[package]]
6359name = "flume"
6360version = "0.12.0"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
6363dependencies = [
6364 "fastrand 2.3.0",
6365 "futures-core",
6366 "futures-sink",
6367 "spin 0.9.8",
6368]
6369
6370[[package]]
6371name = "fnv"
6372version = "1.0.7"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6375
6376[[package]]
6377name = "foldhash"
6378version = "0.1.5"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6381
6382[[package]]
6383name = "foldhash"
6384version = "0.2.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6387
6388[[package]]
6389name = "font-types"
6390version = "0.10.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6393dependencies = [
6394 "bytemuck",
6395]
6396
6397[[package]]
6398name = "font-types"
6399version = "0.11.0"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6402dependencies = [
6403 "bytemuck",
6404]
6405
6406[[package]]
6407name = "fontconfig-parser"
6408version = "0.5.8"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6411dependencies = [
6412 "roxmltree 0.20.0",
6413]
6414
6415[[package]]
6416name = "fontdb"
6417version = "0.23.0"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6420dependencies = [
6421 "fontconfig-parser",
6422 "log",
6423 "memmap2",
6424 "slotmap",
6425 "tinyvec",
6426 "ttf-parser",
6427]
6428
6429[[package]]
6430name = "foreign-types"
6431version = "0.3.2"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6434dependencies = [
6435 "foreign-types-shared 0.1.1",
6436]
6437
6438[[package]]
6439name = "foreign-types"
6440version = "0.5.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6443dependencies = [
6444 "foreign-types-macros",
6445 "foreign-types-shared 0.3.1",
6446]
6447
6448[[package]]
6449name = "foreign-types-macros"
6450version = "0.2.3"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6453dependencies = [
6454 "proc-macro2",
6455 "quote",
6456 "syn 2.0.117",
6457]
6458
6459[[package]]
6460name = "foreign-types-shared"
6461version = "0.1.1"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6464
6465[[package]]
6466name = "foreign-types-shared"
6467version = "0.3.1"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6470
6471[[package]]
6472name = "fork"
6473version = "0.4.0"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6476dependencies = [
6477 "libc",
6478]
6479
6480[[package]]
6481name = "form_urlencoded"
6482version = "1.2.2"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6485dependencies = [
6486 "percent-encoding",
6487]
6488
6489[[package]]
6490name = "fraction"
6491version = "0.15.3"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6494dependencies = [
6495 "lazy_static",
6496 "num",
6497]
6498
6499[[package]]
6500name = "freetype-sys"
6501version = "0.20.1"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6504dependencies = [
6505 "cc",
6506 "libc",
6507 "pkg-config",
6508]
6509
6510[[package]]
6511name = "fs"
6512version = "0.1.0"
6513dependencies = [
6514 "anyhow",
6515 "ashpd",
6516 "async-channel 2.5.0",
6517 "async-std",
6518 "async-tar",
6519 "async-trait",
6520 "collections",
6521 "dunce",
6522 "fs",
6523 "futures 0.3.32",
6524 "git",
6525 "gpui",
6526 "ignore",
6527 "is_executable",
6528 "libc",
6529 "log",
6530 "notify 9.0.0-rc.4",
6531 "parking_lot",
6532 "path",
6533 "paths",
6534 "proto",
6535 "rope",
6536 "serde",
6537 "serde_json",
6538 "slotmap",
6539 "smol",
6540 "telemetry",
6541 "tempfile",
6542 "text",
6543 "thiserror 2.0.17",
6544 "time",
6545 "trash",
6546 "unicode-normalization",
6547 "util",
6548 "windows 0.61.3",
6549]
6550
6551[[package]]
6552name = "fs-set-times"
6553version = "0.20.3"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6556dependencies = [
6557 "io-lifetimes",
6558 "rustix 1.1.2",
6559 "windows-sys 0.59.0",
6560]
6561
6562[[package]]
6563name = "fs2"
6564version = "0.4.3"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6567dependencies = [
6568 "libc",
6569 "winapi",
6570]
6571
6572[[package]]
6573name = "fs_benchmarks"
6574version = "0.1.0"
6575dependencies = [
6576 "fs",
6577 "gpui",
6578 "gpui_platform",
6579]
6580
6581[[package]]
6582name = "fs_extra"
6583version = "1.3.0"
6584source = "registry+https://github.com/rust-lang/crates.io-index"
6585checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6586
6587[[package]]
6588name = "fsevent-sys"
6589version = "4.1.0"
6590source = "registry+https://github.com/rust-lang/crates.io-index"
6591checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6592dependencies = [
6593 "libc",
6594]
6595
6596[[package]]
6597name = "fuchsia-cprng"
6598version = "0.1.1"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6601
6602[[package]]
6603name = "full_auto_ui"
6604version = "0.1.0"
6605dependencies = [
6606 "agent_settings",
6607 "anyhow",
6608 "editor",
6609 "futures 0.3.32",
6610 "gpui",
6611 "log",
6612 "nostr",
6613 "omega_effectd",
6614 "omega_front_door",
6615 "project",
6616 "serde",
6617 "serde_json",
6618 "settings",
6619 "sha2",
6620 "smol",
6621 "tempfile",
6622 "theme",
6623 "ui",
6624 "util",
6625 "workroom_receipts",
6626 "workspace",
6627 "zed_actions",
6628]
6629
6630[[package]]
6631name = "futf"
6632version = "0.1.5"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6635dependencies = [
6636 "mac",
6637 "new_debug_unreachable",
6638]
6639
6640[[package]]
6641name = "futures"
6642version = "0.1.31"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6645
6646[[package]]
6647name = "futures"
6648version = "0.3.32"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
6651dependencies = [
6652 "futures-channel",
6653 "futures-core",
6654 "futures-executor",
6655 "futures-io",
6656 "futures-sink",
6657 "futures-task",
6658 "futures-util",
6659]
6660
6661[[package]]
6662name = "futures-channel"
6663version = "0.3.32"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
6666dependencies = [
6667 "futures-core",
6668 "futures-sink",
6669]
6670
6671[[package]]
6672name = "futures-concurrency"
6673version = "7.7.1"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6676dependencies = [
6677 "fixedbitset 0.5.7",
6678 "futures-core",
6679 "futures-lite 2.6.1",
6680 "pin-project",
6681 "smallvec",
6682]
6683
6684[[package]]
6685name = "futures-core"
6686version = "0.3.32"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
6689
6690[[package]]
6691name = "futures-executor"
6692version = "0.3.32"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
6695dependencies = [
6696 "futures-core",
6697 "futures-task",
6698 "futures-util",
6699]
6700
6701[[package]]
6702name = "futures-io"
6703version = "0.3.32"
6704source = "registry+https://github.com/rust-lang/crates.io-index"
6705checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
6706
6707[[package]]
6708name = "futures-lite"
6709version = "1.13.0"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6712dependencies = [
6713 "fastrand 1.9.0",
6714 "futures-core",
6715 "futures-io",
6716 "memchr",
6717 "parking",
6718 "pin-project-lite",
6719 "waker-fn",
6720]
6721
6722[[package]]
6723name = "futures-lite"
6724version = "2.6.1"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6727dependencies = [
6728 "fastrand 2.3.0",
6729 "futures-core",
6730 "futures-io",
6731 "parking",
6732 "pin-project-lite",
6733]
6734
6735[[package]]
6736name = "futures-macro"
6737version = "0.3.32"
6738source = "registry+https://github.com/rust-lang/crates.io-index"
6739checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
6740dependencies = [
6741 "proc-macro2",
6742 "quote",
6743 "syn 2.0.117",
6744]
6745
6746[[package]]
6747name = "futures-sink"
6748version = "0.3.32"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
6751
6752[[package]]
6753name = "futures-task"
6754version = "0.3.32"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
6757
6758[[package]]
6759name = "futures-util"
6760version = "0.3.32"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
6763dependencies = [
6764 "futures 0.1.31",
6765 "futures-channel",
6766 "futures-core",
6767 "futures-io",
6768 "futures-macro",
6769 "futures-sink",
6770 "futures-task",
6771 "libc",
6772 "memchr",
6773 "pin-project-lite",
6774 "slab",
6775 "tokio-io",
6776]
6777
6778[[package]]
6779name = "fuzzy"
6780version = "0.1.0"
6781dependencies = [
6782 "gpui",
6783 "log",
6784 "util",
6785]
6786
6787[[package]]
6788name = "fuzzy_nucleo"
6789version = "0.1.0"
6790dependencies = [
6791 "criterion",
6792 "fuzzy",
6793 "gpui",
6794 "nucleo",
6795 "util",
6796]
6797
6798[[package]]
6799name = "gaoya"
6800version = "0.2.0"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6803dependencies = [
6804 "ahash",
6805 "crossbeam-utils",
6806 "fnv",
6807 "itertools 0.10.5",
6808 "num-traits",
6809 "rand 0.8.6",
6810 "rand_pcg",
6811 "random_choice",
6812 "rayon",
6813 "seahash",
6814 "sha-1",
6815 "shingles",
6816 "siphasher 0.3.11",
6817 "smallvec",
6818 "triomphe",
6819]
6820
6821[[package]]
6822name = "generator"
6823version = "0.8.7"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
6826dependencies = [
6827 "cc",
6828 "cfg-if",
6829 "libc",
6830 "log",
6831 "rustversion",
6832 "windows 0.61.3",
6833]
6834
6835[[package]]
6836name = "generic-array"
6837version = "0.14.7"
6838source = "registry+https://github.com/rust-lang/crates.io-index"
6839checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
6840dependencies = [
6841 "typenum",
6842 "version_check",
6843]
6844
6845[[package]]
6846name = "gethostname"
6847version = "1.1.0"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
6850dependencies = [
6851 "rustix 1.1.2",
6852 "windows-link 0.2.1",
6853]
6854
6855[[package]]
6856name = "getopts"
6857version = "0.2.24"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
6860dependencies = [
6861 "unicode-width",
6862]
6863
6864[[package]]
6865name = "getrandom"
6866version = "0.2.16"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
6869dependencies = [
6870 "cfg-if",
6871 "js-sys",
6872 "libc",
6873 "wasi",
6874 "wasm-bindgen",
6875]
6876
6877[[package]]
6878name = "getrandom"
6879version = "0.3.4"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
6882dependencies = [
6883 "cfg-if",
6884 "js-sys",
6885 "libc",
6886 "r-efi",
6887 "wasip2",
6888 "wasm-bindgen",
6889]
6890
6891[[package]]
6892name = "getrandom"
6893version = "0.4.1"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
6896dependencies = [
6897 "cfg-if",
6898 "libc",
6899 "r-efi",
6900 "wasip2",
6901 "wasip3",
6902]
6903
6904[[package]]
6905name = "gh-workflow"
6906version = "0.8.0"
6907source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
6908dependencies = [
6909 "async-trait",
6910 "derive_more",
6911 "derive_setters",
6912 "gh-workflow-macros",
6913 "indexmap 2.14.0",
6914 "merge",
6915 "serde",
6916 "serde_json",
6917 "serde_yaml",
6918 "strum_macros 0.27.2",
6919]
6920
6921[[package]]
6922name = "gh-workflow-macros"
6923version = "0.8.0"
6924source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
6925dependencies = [
6926 "heck 0.5.0",
6927 "quote",
6928 "syn 2.0.117",
6929]
6930
6931[[package]]
6932name = "gif"
6933version = "0.14.2"
6934source = "registry+https://github.com/rust-lang/crates.io-index"
6935checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
6936dependencies = [
6937 "color_quant",
6938 "weezl",
6939]
6940
6941[[package]]
6942name = "gimli"
6943version = "0.32.3"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
6946dependencies = [
6947 "fallible-iterator",
6948 "indexmap 2.14.0",
6949 "stable_deref_trait",
6950]
6951
6952[[package]]
6953name = "gio-sys"
6954version = "0.21.5"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
6957dependencies = [
6958 "glib-sys",
6959 "gobject-sys",
6960 "libc",
6961 "system-deps",
6962 "windows-sys 0.61.2",
6963]
6964
6965[[package]]
6966name = "git"
6967version = "0.1.0"
6968dependencies = [
6969 "anyhow",
6970 "askpass",
6971 "async-channel 2.5.0",
6972 "async-trait",
6973 "collections",
6974 "derive_more",
6975 "futures 0.3.32",
6976 "gpui",
6977 "http_client",
6978 "itertools 0.14.0",
6979 "log",
6980 "parking_lot",
6981 "pretty_assertions",
6982 "rand 0.9.4",
6983 "regex",
6984 "rope",
6985 "schemars 1.0.4",
6986 "serde",
6987 "serde_json",
6988 "smallvec",
6989 "smol",
6990 "sum_tree",
6991 "tempfile",
6992 "text",
6993 "thiserror 2.0.17",
6994 "time",
6995 "url",
6996 "urlencoding",
6997 "util",
6998 "uuid",
6999 "ztracing",
7000]
7001
7002[[package]]
7003name = "git_hosting_providers"
7004version = "0.1.0"
7005dependencies = [
7006 "anyhow",
7007 "async-trait",
7008 "futures 0.3.32",
7009 "git",
7010 "gpui",
7011 "http_client",
7012 "indoc",
7013 "itertools 0.14.0",
7014 "pretty_assertions",
7015 "regex",
7016 "serde",
7017 "serde_json",
7018 "settings",
7019 "url",
7020 "urlencoding",
7021 "util",
7022]
7023
7024[[package]]
7025name = "git_ui"
7026version = "0.1.0"
7027dependencies = [
7028 "agent_settings",
7029 "anyhow",
7030 "askpass",
7031 "async-channel 2.5.0",
7032 "buffer_diff",
7033 "call",
7034 "client",
7035 "collections",
7036 "component",
7037 "ctor",
7038 "db",
7039 "editor",
7040 "file_icons",
7041 "fs",
7042 "futures 0.3.32",
7043 "futures-lite 1.13.0",
7044 "fuzzy",
7045 "fuzzy_nucleo",
7046 "git",
7047 "gpui",
7048 "indoc",
7049 "itertools 0.14.0",
7050 "language",
7051 "language_model",
7052 "log",
7053 "markdown",
7054 "menu",
7055 "multi_buffer",
7056 "notifications",
7057 "panel",
7058 "picker",
7059 "pretty_assertions",
7060 "project",
7061 "prompt_store",
7062 "proto",
7063 "rand 0.9.4",
7064 "release_channel",
7065 "remote",
7066 "remote_connection",
7067 "schemars 1.0.4",
7068 "search",
7069 "serde",
7070 "serde_json",
7071 "settings",
7072 "smallvec",
7073 "strum 0.27.2",
7074 "sysinfo 0.37.2",
7075 "task",
7076 "telemetry",
7077 "terminal",
7078 "theme",
7079 "theme_settings",
7080 "time",
7081 "time_format",
7082 "tracing",
7083 "ui",
7084 "ui_input",
7085 "unindent",
7086 "util",
7087 "watch",
7088 "windows 0.61.3",
7089 "workspace",
7090 "zed_actions",
7091 "zeroize",
7092 "zlog",
7093 "ztracing",
7094]
7095
7096[[package]]
7097name = "gl_generator"
7098version = "0.14.0"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7101dependencies = [
7102 "khronos_api",
7103 "log",
7104 "xml-rs",
7105]
7106
7107[[package]]
7108name = "glam"
7109version = "0.14.0"
7110source = "registry+https://github.com/rust-lang/crates.io-index"
7111checksum = "333928d5eb103c5d4050533cec0384302db6be8ef7d3cebd30ec6a35350353da"
7112
7113[[package]]
7114name = "glam"
7115version = "0.15.2"
7116source = "registry+https://github.com/rust-lang/crates.io-index"
7117checksum = "3abb554f8ee44336b72d522e0a7fe86a29e09f839a36022fa869a7dfe941a54b"
7118
7119[[package]]
7120name = "glam"
7121version = "0.16.0"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "4126c0479ccf7e8664c36a2d719f5f2c140fbb4f9090008098d2c291fa5b3f16"
7124
7125[[package]]
7126name = "glam"
7127version = "0.17.3"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "e01732b97afd8508eee3333a541b9f7610f454bb818669e66e90f5f57c93a776"
7130
7131[[package]]
7132name = "glam"
7133version = "0.18.0"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "525a3e490ba77b8e326fb67d4b44b4bd2f920f44d4cc73ccec50adc68e3bee34"
7136
7137[[package]]
7138name = "glam"
7139version = "0.19.0"
7140source = "registry+https://github.com/rust-lang/crates.io-index"
7141checksum = "2b8509e6791516e81c1a630d0bd7fbac36d2fa8712a9da8662e716b52d5051ca"
7142
7143[[package]]
7144name = "glam"
7145version = "0.20.5"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "f43e957e744be03f5801a55472f593d43fabdebf25a4585db250f04d86b1675f"
7148
7149[[package]]
7150name = "glam"
7151version = "0.21.3"
7152source = "registry+https://github.com/rust-lang/crates.io-index"
7153checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815"
7154
7155[[package]]
7156name = "glam"
7157version = "0.22.0"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774"
7160
7161[[package]]
7162name = "glam"
7163version = "0.23.0"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "8e4afd9ad95555081e109fe1d21f2a30c691b5f0919c67dfa690a2e1eb6bd51c"
7166
7167[[package]]
7168name = "glam"
7169version = "0.24.2"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
7172
7173[[package]]
7174name = "glam"
7175version = "0.25.0"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
7178
7179[[package]]
7180name = "glam"
7181version = "0.27.0"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
7184
7185[[package]]
7186name = "glam"
7187version = "0.28.0"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94"
7190
7191[[package]]
7192name = "glam"
7193version = "0.29.3"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "8babf46d4c1c9d92deac9f7be466f76dfc4482b6452fc5024b5e8daf6ffeb3ee"
7196
7197[[package]]
7198name = "glam"
7199version = "0.30.10"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9"
7202
7203[[package]]
7204name = "glam"
7205version = "0.31.1"
7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "556f6b2ea90b8d15a74e0e7bb41671c9bdf38cd9f78c284d750b9ce58a2b5be7"
7208
7209[[package]]
7210name = "glam"
7211version = "0.32.1"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "f70749695b063ecbf6b62949ccccde2e733ec3ecbbd71d467dca4e5c6c97cca0"
7214
7215[[package]]
7216name = "glib"
7217version = "0.21.5"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7220dependencies = [
7221 "bitflags 2.13.1",
7222 "futures-channel",
7223 "futures-core",
7224 "futures-executor",
7225 "futures-task",
7226 "futures-util",
7227 "gio-sys",
7228 "glib-macros",
7229 "glib-sys",
7230 "gobject-sys",
7231 "libc",
7232 "memchr",
7233 "smallvec",
7234]
7235
7236[[package]]
7237name = "glib-macros"
7238version = "0.21.5"
7239source = "registry+https://github.com/rust-lang/crates.io-index"
7240checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7241dependencies = [
7242 "heck 0.5.0",
7243 "proc-macro-crate",
7244 "proc-macro2",
7245 "quote",
7246 "syn 2.0.117",
7247]
7248
7249[[package]]
7250name = "glib-sys"
7251version = "0.21.5"
7252source = "registry+https://github.com/rust-lang/crates.io-index"
7253checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7254dependencies = [
7255 "libc",
7256 "system-deps",
7257]
7258
7259[[package]]
7260name = "glob"
7261version = "0.3.3"
7262source = "registry+https://github.com/rust-lang/crates.io-index"
7263checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7264
7265[[package]]
7266name = "globset"
7267version = "0.4.17"
7268source = "registry+https://github.com/rust-lang/crates.io-index"
7269checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7270dependencies = [
7271 "aho-corasick",
7272 "bstr",
7273 "log",
7274 "regex-automata",
7275 "regex-syntax",
7276]
7277
7278[[package]]
7279name = "gloo-timers"
7280version = "0.3.0"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7283dependencies = [
7284 "futures-channel",
7285 "futures-core",
7286 "js-sys",
7287 "wasm-bindgen",
7288]
7289
7290[[package]]
7291name = "glow"
7292version = "0.17.0"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7295dependencies = [
7296 "js-sys",
7297 "slotmap",
7298 "wasm-bindgen",
7299 "web-sys",
7300]
7301
7302[[package]]
7303name = "glutin_wgl_sys"
7304version = "0.6.1"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7307dependencies = [
7308 "gl_generator",
7309]
7310
7311[[package]]
7312name = "go_to_line"
7313version = "0.1.0"
7314dependencies = [
7315 "editor",
7316 "gpui",
7317 "indoc",
7318 "language",
7319 "menu",
7320 "multi_buffer",
7321 "project",
7322 "rope",
7323 "serde",
7324 "serde_json",
7325 "settings",
7326 "text",
7327 "theme",
7328 "ui",
7329 "util",
7330 "workspace",
7331]
7332
7333[[package]]
7334name = "gobject-sys"
7335version = "0.21.5"
7336source = "registry+https://github.com/rust-lang/crates.io-index"
7337checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7338dependencies = [
7339 "glib-sys",
7340 "libc",
7341 "system-deps",
7342]
7343
7344[[package]]
7345name = "goblin"
7346version = "0.9.3"
7347source = "registry+https://github.com/rust-lang/crates.io-index"
7348checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7349dependencies = [
7350 "log",
7351 "plain",
7352 "scroll",
7353]
7354
7355[[package]]
7356name = "google_ai"
7357version = "0.1.0"
7358dependencies = [
7359 "anyhow",
7360 "futures 0.3.32",
7361 "http_client",
7362 "language_model_core",
7363 "log",
7364 "schemars 1.0.4",
7365 "serde",
7366 "serde_json",
7367 "strum 0.27.2",
7368]
7369
7370[[package]]
7371name = "gpu-allocator"
7372version = "0.28.0"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7375dependencies = [
7376 "ash",
7377 "hashbrown 0.16.1",
7378 "log",
7379 "presser",
7380 "thiserror 2.0.17",
7381 "windows 0.62.2",
7382]
7383
7384[[package]]
7385name = "gpu-descriptor"
7386version = "0.3.2"
7387source = "registry+https://github.com/rust-lang/crates.io-index"
7388checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7389dependencies = [
7390 "bitflags 2.13.1",
7391 "gpu-descriptor-types",
7392 "hashbrown 0.15.5",
7393]
7394
7395[[package]]
7396name = "gpu-descriptor-types"
7397version = "0.2.0"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7400dependencies = [
7401 "bitflags 2.13.1",
7402]
7403
7404[[package]]
7405name = "gpui"
7406version = "0.2.2"
7407dependencies = [
7408 "accesskit",
7409 "anyhow",
7410 "async-channel 2.5.0",
7411 "async-task",
7412 "backtrace",
7413 "bindgen 0.71.1",
7414 "bitflags 2.13.1",
7415 "block",
7416 "cbindgen",
7417 "chrono",
7418 "cocoa 0.26.0",
7419 "cocoa-foundation 0.2.0",
7420 "collections",
7421 "core-foundation 0.10.0",
7422 "core-foundation-sys",
7423 "core-graphics 0.24.0",
7424 "core-text",
7425 "core-video",
7426 "criterion",
7427 "ctor",
7428 "derive_more",
7429 "embed-resource",
7430 "env_logger 0.11.8",
7431 "etagere",
7432 "foreign-types 0.5.0",
7433 "futures 0.3.32",
7434 "futures-concurrency",
7435 "getrandom 0.3.4",
7436 "gpui_macros",
7437 "gpui_platform",
7438 "gpui_shared_string",
7439 "gpui_util",
7440 "gpui_web",
7441 "hdrhistogram",
7442 "heapless",
7443 "http_client",
7444 "image",
7445 "inventory",
7446 "itertools 0.14.0",
7447 "log",
7448 "lyon",
7449 "mach2 0.5.0",
7450 "media",
7451 "metal",
7452 "num_cpus",
7453 "objc",
7454 "objc2 0.6.3",
7455 "objc2-metal 0.3.2",
7456 "parking",
7457 "parking_lot",
7458 "pathfinder_geometry",
7459 "pin-project",
7460 "pollster 0.4.0",
7461 "postage",
7462 "profiling",
7463 "proptest",
7464 "rand 0.9.4",
7465 "raw-window-handle",
7466 "refineable",
7467 "regex",
7468 "reqwest_client",
7469 "resvg",
7470 "scheduler",
7471 "schemars 1.0.4",
7472 "seahash",
7473 "serde",
7474 "serde_json",
7475 "slotmap",
7476 "smallvec",
7477 "spin 0.10.0",
7478 "stacksafe",
7479 "strum 0.27.2",
7480 "sum_tree",
7481 "taffy",
7482 "thiserror 2.0.17",
7483 "ttf-parser",
7484 "unicode-segmentation",
7485 "url",
7486 "usvg",
7487 "util_macros",
7488 "uuid",
7489 "waker-fn",
7490 "wasm-bindgen",
7491 "web-time",
7492 "windows 0.61.3",
7493 "zed-font-kit",
7494 "zed-scap",
7495]
7496
7497[[package]]
7498name = "gpui_linux"
7499version = "0.1.0"
7500dependencies = [
7501 "accesskit",
7502 "accesskit_unix",
7503 "anyhow",
7504 "as-raw-xcb-connection",
7505 "ashpd",
7506 "bitflags 2.13.1",
7507 "bytemuck",
7508 "calloop",
7509 "calloop-wayland-source",
7510 "collections",
7511 "filedescriptor",
7512 "futures 0.3.32",
7513 "gpui",
7514 "gpui_util",
7515 "gpui_wgpu",
7516 "http_client",
7517 "image",
7518 "itertools 0.14.0",
7519 "libc",
7520 "log",
7521 "notify-rust",
7522 "oo7",
7523 "open",
7524 "parking_lot",
7525 "pathfinder_geometry",
7526 "pollster 0.4.0",
7527 "profiling",
7528 "raw-window-handle",
7529 "smallvec",
7530 "smol",
7531 "strum 0.27.2",
7532 "swash",
7533 "url",
7534 "uuid",
7535 "wayland-backend",
7536 "wayland-client",
7537 "wayland-cursor",
7538 "wayland-protocols",
7539 "wayland-protocols-plasma",
7540 "wayland-protocols-wlr",
7541 "x11-clipboard",
7542 "x11rb",
7543 "xkbcommon",
7544 "zed-scap",
7545 "zed-xim",
7546]
7547
7548[[package]]
7549name = "gpui_macos"
7550version = "0.1.0"
7551dependencies = [
7552 "accesskit",
7553 "accesskit_macos",
7554 "anyhow",
7555 "async-task",
7556 "block",
7557 "block2 0.6.2",
7558 "cbindgen",
7559 "cocoa 0.26.0",
7560 "collections",
7561 "core-foundation 0.10.0",
7562 "core-foundation-sys",
7563 "core-graphics 0.24.0",
7564 "core-text",
7565 "core-video",
7566 "ctor",
7567 "derive_more",
7568 "dispatch2",
7569 "etagere",
7570 "foreign-types 0.5.0",
7571 "futures 0.3.32",
7572 "gpui",
7573 "gpui_util",
7574 "image",
7575 "itertools 0.14.0",
7576 "libc",
7577 "log",
7578 "mach2 0.5.0",
7579 "media",
7580 "metal",
7581 "objc",
7582 "objc2 0.6.3",
7583 "objc2-app-kit 0.3.2",
7584 "objc2-foundation 0.3.2",
7585 "objc2-user-notifications",
7586 "parking_lot",
7587 "pathfinder_geometry",
7588 "raw-window-handle",
7589 "semver",
7590 "smallvec",
7591 "strum 0.27.2",
7592 "uuid",
7593 "zed-font-kit",
7594]
7595
7596[[package]]
7597name = "gpui_macros"
7598version = "0.1.0"
7599dependencies = [
7600 "gpui",
7601 "heck 0.5.0",
7602 "proc-macro2",
7603 "quote",
7604 "syn 2.0.117",
7605]
7606
7607[[package]]
7608name = "gpui_platform"
7609version = "0.1.0"
7610dependencies = [
7611 "console_error_panic_hook",
7612 "gpui",
7613 "gpui_linux",
7614 "gpui_macos",
7615 "gpui_web",
7616 "gpui_windows",
7617]
7618
7619[[package]]
7620name = "gpui_shared_string"
7621version = "0.1.0"
7622dependencies = [
7623 "schemars 1.0.4",
7624 "serde",
7625 "smol_str",
7626]
7627
7628[[package]]
7629name = "gpui_tokio"
7630version = "0.1.0"
7631dependencies = [
7632 "anyhow",
7633 "gpui",
7634 "gpui_util",
7635 "tokio",
7636]
7637
7638[[package]]
7639name = "gpui_util"
7640version = "0.1.0"
7641dependencies = [
7642 "anyhow",
7643 "log",
7644 "which 6.0.3",
7645]
7646
7647[[package]]
7648name = "gpui_web"
7649version = "0.1.0"
7650dependencies = [
7651 "anyhow",
7652 "console_error_panic_hook",
7653 "futures 0.3.32",
7654 "gpui",
7655 "gpui_wgpu",
7656 "http_client",
7657 "js-sys",
7658 "log",
7659 "parking_lot",
7660 "raw-window-handle",
7661 "smallvec",
7662 "uuid",
7663 "wasm-bindgen",
7664 "wasm-bindgen-futures",
7665 "wasm_thread",
7666 "web-sys",
7667 "web-time",
7668]
7669
7670[[package]]
7671name = "gpui_wgpu"
7672version = "0.1.0"
7673dependencies = [
7674 "anyhow",
7675 "bytemuck",
7676 "collections",
7677 "cosmic-text",
7678 "criterion",
7679 "etagere",
7680 "gpui",
7681 "gpui_util",
7682 "itertools 0.14.0",
7683 "js-sys",
7684 "log",
7685 "parking_lot",
7686 "pollster 0.4.0",
7687 "profiling",
7688 "raw-window-handle",
7689 "smallvec",
7690 "swash",
7691 "unicode-segmentation",
7692 "wasm-bindgen",
7693 "wasm-bindgen-futures",
7694 "web-sys",
7695 "wgpu",
7696 "zed-font-kit",
7697]
7698
7699[[package]]
7700name = "gpui_windows"
7701version = "0.1.0"
7702dependencies = [
7703 "accesskit",
7704 "accesskit_windows",
7705 "anyhow",
7706 "collections",
7707 "dunce",
7708 "etagere",
7709 "futures 0.3.32",
7710 "gpui",
7711 "gpui_util",
7712 "image",
7713 "itertools 0.14.0",
7714 "log",
7715 "parking_lot",
7716 "rand 0.9.4",
7717 "raw-window-handle",
7718 "smallvec",
7719 "uuid",
7720 "windows 0.61.3",
7721 "windows-core 0.61.2",
7722 "windows-numerics 0.2.0",
7723 "windows-registry 0.5.3",
7724 "zed-scap",
7725]
7726
7727[[package]]
7728name = "grammars"
7729version = "0.1.0"
7730dependencies = [
7731 "anyhow",
7732 "language_core",
7733 "rust-embed",
7734 "toml 0.8.23",
7735 "tree-sitter",
7736 "tree-sitter-bash",
7737 "tree-sitter-c",
7738 "tree-sitter-cpp",
7739 "tree-sitter-css",
7740 "tree-sitter-diff",
7741 "tree-sitter-gitcommit",
7742 "tree-sitter-go",
7743 "tree-sitter-gomod",
7744 "tree-sitter-gowork",
7745 "tree-sitter-jsdoc",
7746 "tree-sitter-json",
7747 "tree-sitter-md",
7748 "tree-sitter-python",
7749 "tree-sitter-regex",
7750 "tree-sitter-rust",
7751 "tree-sitter-typescript",
7752 "tree-sitter-yaml",
7753]
7754
7755[[package]]
7756name = "grid"
7757version = "1.0.1"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "b40ca9252762c466af32d0b1002e91e4e1bc5398f77455e55474deb466355ff5"
7760
7761[[package]]
7762name = "h2"
7763version = "0.3.27"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7766dependencies = [
7767 "bytes 1.11.1",
7768 "fnv",
7769 "futures-core",
7770 "futures-sink",
7771 "futures-util",
7772 "http 0.2.12",
7773 "indexmap 2.14.0",
7774 "slab",
7775 "tokio",
7776 "tokio-util",
7777 "tracing",
7778]
7779
7780[[package]]
7781name = "h2"
7782version = "0.4.12"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7785dependencies = [
7786 "atomic-waker",
7787 "bytes 1.11.1",
7788 "fnv",
7789 "futures-core",
7790 "futures-sink",
7791 "http 1.3.1",
7792 "indexmap 2.14.0",
7793 "slab",
7794 "tokio",
7795 "tokio-util",
7796 "tracing",
7797]
7798
7799[[package]]
7800name = "half"
7801version = "2.7.1"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7804dependencies = [
7805 "cfg-if",
7806 "crunchy",
7807 "num-traits",
7808 "zerocopy",
7809]
7810
7811[[package]]
7812name = "handlebars"
7813version = "4.5.0"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7816dependencies = [
7817 "log",
7818 "pest",
7819 "pest_derive",
7820 "rust-embed",
7821 "serde",
7822 "serde_json",
7823 "thiserror 1.0.69",
7824]
7825
7826[[package]]
7827name = "handlebars"
7828version = "5.1.2"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
7831dependencies = [
7832 "log",
7833 "pest",
7834 "pest_derive",
7835 "serde",
7836 "serde_json",
7837 "thiserror 1.0.69",
7838]
7839
7840[[package]]
7841name = "harfrust"
7842version = "0.5.0"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
7845dependencies = [
7846 "bitflags 2.13.1",
7847 "bytemuck",
7848 "core_maths",
7849 "read-fonts 0.37.0",
7850 "smallvec",
7851]
7852
7853[[package]]
7854name = "hash32"
7855version = "0.3.1"
7856source = "registry+https://github.com/rust-lang/crates.io-index"
7857checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7858dependencies = [
7859 "byteorder",
7860]
7861
7862[[package]]
7863name = "hashbrown"
7864version = "0.12.3"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7867
7868[[package]]
7869name = "hashbrown"
7870version = "0.14.5"
7871source = "registry+https://github.com/rust-lang/crates.io-index"
7872checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7873dependencies = [
7874 "ahash",
7875 "allocator-api2",
7876]
7877
7878[[package]]
7879name = "hashbrown"
7880version = "0.15.5"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
7883dependencies = [
7884 "allocator-api2",
7885 "equivalent",
7886 "foldhash 0.1.5",
7887 "serde",
7888]
7889
7890[[package]]
7891name = "hashbrown"
7892version = "0.16.1"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
7895dependencies = [
7896 "allocator-api2",
7897 "equivalent",
7898 "foldhash 0.2.0",
7899]
7900
7901[[package]]
7902name = "hashbrown"
7903version = "0.17.1"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
7906dependencies = [
7907 "foldhash 0.2.0",
7908 "serde",
7909 "serde_core",
7910]
7911
7912[[package]]
7913name = "hashlink"
7914version = "0.8.4"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7917dependencies = [
7918 "hashbrown 0.14.5",
7919]
7920
7921[[package]]
7922name = "hdrhistogram"
7923version = "7.5.4"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
7926dependencies = [
7927 "base64 0.21.7",
7928 "byteorder",
7929 "crossbeam-channel",
7930 "flate2",
7931 "nom 7.1.3",
7932 "num-traits",
7933]
7934
7935[[package]]
7936name = "headers"
7937version = "0.3.9"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7940dependencies = [
7941 "base64 0.21.7",
7942 "bytes 1.11.1",
7943 "headers-core",
7944 "http 0.2.12",
7945 "httpdate",
7946 "mime",
7947 "sha1",
7948]
7949
7950[[package]]
7951name = "headers-core"
7952version = "0.2.0"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7955dependencies = [
7956 "http 0.2.12",
7957]
7958
7959[[package]]
7960name = "heapless"
7961version = "0.9.2"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
7964dependencies = [
7965 "hash32",
7966 "stable_deref_trait",
7967]
7968
7969[[package]]
7970name = "heck"
7971version = "0.3.3"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7974dependencies = [
7975 "unicode-segmentation",
7976]
7977
7978[[package]]
7979name = "heck"
7980version = "0.4.1"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7983dependencies = [
7984 "unicode-segmentation",
7985]
7986
7987[[package]]
7988name = "heck"
7989version = "0.5.0"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7992
7993[[package]]
7994name = "heed"
7995version = "0.21.0"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7998dependencies = [
7999 "bitflags 2.13.1",
8000 "byteorder",
8001 "heed-traits",
8002 "heed-types",
8003 "libc",
8004 "lmdb-master-sys",
8005 "once_cell",
8006 "page_size",
8007 "serde",
8008 "synchronoise",
8009 "url",
8010]
8011
8012[[package]]
8013name = "heed-traits"
8014version = "0.20.0"
8015source = "registry+https://github.com/rust-lang/crates.io-index"
8016checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8017
8018[[package]]
8019name = "heed-types"
8020version = "0.21.0"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8023dependencies = [
8024 "bincode",
8025 "byteorder",
8026 "heed-traits",
8027 "serde",
8028 "serde_json",
8029]
8030
8031[[package]]
8032name = "hermit-abi"
8033version = "0.5.2"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8036
8037[[package]]
8038name = "hex"
8039version = "0.4.3"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8042
8043[[package]]
8044name = "hex-conservative"
8045version = "0.2.2"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
8048dependencies = [
8049 "arrayvec",
8050]
8051
8052[[package]]
8053name = "hex-conservative"
8054version = "1.2.0"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "35431185f361ccf3ffc58254628af5f1f5d5f28531da2e02e5d6c82bbc282a10"
8057dependencies = [
8058 "arrayvec",
8059]
8060
8061[[package]]
8062name = "hexf-parse"
8063version = "0.2.1"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8066
8067[[package]]
8068name = "hkdf"
8069version = "0.12.4"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8072dependencies = [
8073 "hmac",
8074]
8075
8076[[package]]
8077name = "hmac"
8078version = "0.12.1"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8081dependencies = [
8082 "digest",
8083]
8084
8085[[package]]
8086name = "home"
8087version = "0.5.11"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8090dependencies = [
8091 "windows-sys 0.59.0",
8092]
8093
8094[[package]]
8095name = "hound"
8096version = "3.5.1"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8099
8100[[package]]
8101name = "html5ever"
8102version = "0.27.0"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8105dependencies = [
8106 "log",
8107 "mac",
8108 "markup5ever 0.12.1",
8109 "proc-macro2",
8110 "quote",
8111 "syn 2.0.117",
8112]
8113
8114[[package]]
8115name = "html5ever"
8116version = "0.35.0"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8119dependencies = [
8120 "log",
8121 "markup5ever 0.35.0",
8122 "match_token",
8123]
8124
8125[[package]]
8126name = "html_to_markdown"
8127version = "0.1.0"
8128dependencies = [
8129 "anyhow",
8130 "html5ever 0.27.0",
8131 "indoc",
8132 "markup5ever_rcdom",
8133 "pretty_assertions",
8134 "regex",
8135]
8136
8137[[package]]
8138name = "htmlize"
8139version = "1.1.0"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "2e815d50d9e411ba2690d730e6ec139c08260dddb756df315dbd16d01a587226"
8142dependencies = [
8143 "memchr",
8144 "pastey",
8145 "phf 0.13.1",
8146 "phf_codegen 0.13.1",
8147 "serde_json",
8148]
8149
8150[[package]]
8151name = "http"
8152version = "0.2.12"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8155dependencies = [
8156 "bytes 1.11.1",
8157 "fnv",
8158 "itoa",
8159]
8160
8161[[package]]
8162name = "http"
8163version = "1.3.1"
8164source = "registry+https://github.com/rust-lang/crates.io-index"
8165checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8166dependencies = [
8167 "bytes 1.11.1",
8168 "fnv",
8169 "itoa",
8170]
8171
8172[[package]]
8173name = "http-body"
8174version = "0.4.6"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8177dependencies = [
8178 "bytes 1.11.1",
8179 "http 0.2.12",
8180 "pin-project-lite",
8181]
8182
8183[[package]]
8184name = "http-body"
8185version = "1.0.1"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8188dependencies = [
8189 "bytes 1.11.1",
8190 "http 1.3.1",
8191]
8192
8193[[package]]
8194name = "http-body-util"
8195version = "0.1.3"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8198dependencies = [
8199 "bytes 1.11.1",
8200 "futures-core",
8201 "http 1.3.1",
8202 "http-body 1.0.1",
8203 "pin-project-lite",
8204]
8205
8206[[package]]
8207name = "http_client"
8208version = "0.1.0"
8209dependencies = [
8210 "anyhow",
8211 "async-compression",
8212 "async-fs",
8213 "async-tar",
8214 "bytes 1.11.1",
8215 "derive_more",
8216 "futures 0.3.32",
8217 "http 1.3.1",
8218 "http-body 1.0.1",
8219 "log",
8220 "parking_lot",
8221 "serde",
8222 "serde_json",
8223 "serde_urlencoded",
8224 "sha2",
8225 "tempfile",
8226 "url",
8227 "util",
8228]
8229
8230[[package]]
8231name = "http_client_tls"
8232version = "0.1.0"
8233dependencies = [
8234 "rustls 0.23.40",
8235 "rustls-platform-verifier",
8236]
8237
8238[[package]]
8239name = "http_proxy"
8240version = "0.1.0"
8241dependencies = [
8242 "anyhow",
8243 "base64 0.22.1",
8244 "futures 0.3.32",
8245 "httparse",
8246 "idna",
8247 "log",
8248 "percent-encoding",
8249 "proxyvars",
8250 "thiserror 2.0.17",
8251 "url",
8252]
8253
8254[[package]]
8255name = "httparse"
8256version = "1.10.1"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8259
8260[[package]]
8261name = "httpdate"
8262version = "1.0.3"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8265
8266[[package]]
8267name = "human_bytes"
8268version = "0.4.3"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8271
8272[[package]]
8273name = "humantime"
8274version = "2.3.0"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8277
8278[[package]]
8279name = "hyper"
8280version = "0.14.32"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8283dependencies = [
8284 "bytes 1.11.1",
8285 "futures-channel",
8286 "futures-core",
8287 "futures-util",
8288 "h2 0.3.27",
8289 "http 0.2.12",
8290 "http-body 0.4.6",
8291 "httparse",
8292 "httpdate",
8293 "itoa",
8294 "pin-project-lite",
8295 "socket2 0.5.10",
8296 "tokio",
8297 "tower-service",
8298 "tracing",
8299 "want",
8300]
8301
8302[[package]]
8303name = "hyper"
8304version = "1.7.0"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8307dependencies = [
8308 "atomic-waker",
8309 "bytes 1.11.1",
8310 "futures-channel",
8311 "futures-core",
8312 "h2 0.4.12",
8313 "http 1.3.1",
8314 "http-body 1.0.1",
8315 "httparse",
8316 "itoa",
8317 "pin-project-lite",
8318 "pin-utils",
8319 "smallvec",
8320 "tokio",
8321 "want",
8322]
8323
8324[[package]]
8325name = "hyper-rustls"
8326version = "0.24.2"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8329dependencies = [
8330 "futures-util",
8331 "http 0.2.12",
8332 "hyper 0.14.32",
8333 "log",
8334 "rustls 0.21.12",
8335 "tokio",
8336 "tokio-rustls 0.24.1",
8337]
8338
8339[[package]]
8340name = "hyper-rustls"
8341version = "0.27.9"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
8344dependencies = [
8345 "http 1.3.1",
8346 "hyper 1.7.0",
8347 "hyper-util",
8348 "log",
8349 "rustls 0.23.40",
8350 "rustls-native-certs 0.8.3",
8351 "tokio",
8352 "tokio-rustls 0.26.4",
8353 "tower-service",
8354]
8355
8356[[package]]
8357name = "hyper-timeout"
8358version = "0.5.2"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
8361dependencies = [
8362 "hyper 1.7.0",
8363 "hyper-util",
8364 "pin-project-lite",
8365 "tokio",
8366 "tower-service",
8367]
8368
8369[[package]]
8370name = "hyper-util"
8371version = "0.1.17"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8374dependencies = [
8375 "base64 0.22.1",
8376 "bytes 1.11.1",
8377 "futures-channel",
8378 "futures-core",
8379 "futures-util",
8380 "http 1.3.1",
8381 "http-body 1.0.1",
8382 "hyper 1.7.0",
8383 "ipnet",
8384 "libc",
8385 "percent-encoding",
8386 "pin-project-lite",
8387 "socket2 0.6.3",
8388 "tokio",
8389 "tower-service",
8390 "tracing",
8391]
8392
8393[[package]]
8394name = "iana-time-zone"
8395version = "0.1.64"
8396source = "registry+https://github.com/rust-lang/crates.io-index"
8397checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8398dependencies = [
8399 "android_system_properties",
8400 "core-foundation-sys",
8401 "iana-time-zone-haiku",
8402 "js-sys",
8403 "log",
8404 "wasm-bindgen",
8405 "windows-core 0.62.2",
8406]
8407
8408[[package]]
8409name = "iana-time-zone-haiku"
8410version = "0.1.2"
8411source = "registry+https://github.com/rust-lang/crates.io-index"
8412checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8413dependencies = [
8414 "cc",
8415]
8416
8417[[package]]
8418name = "icons"
8419version = "0.1.0"
8420dependencies = [
8421 "serde",
8422 "strum 0.27.2",
8423]
8424
8425[[package]]
8426name = "icu_collections"
8427version = "2.0.0"
8428source = "registry+https://github.com/rust-lang/crates.io-index"
8429checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8430dependencies = [
8431 "displaydoc",
8432 "potential_utf",
8433 "yoke",
8434 "zerofrom",
8435 "zerovec",
8436]
8437
8438[[package]]
8439name = "icu_locale_core"
8440version = "2.0.0"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8443dependencies = [
8444 "displaydoc",
8445 "litemap",
8446 "tinystr",
8447 "writeable",
8448 "zerovec",
8449]
8450
8451[[package]]
8452name = "icu_normalizer"
8453version = "2.0.0"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8456dependencies = [
8457 "displaydoc",
8458 "icu_collections",
8459 "icu_normalizer_data",
8460 "icu_properties",
8461 "icu_provider",
8462 "smallvec",
8463 "zerovec",
8464]
8465
8466[[package]]
8467name = "icu_normalizer_data"
8468version = "2.0.0"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8471
8472[[package]]
8473name = "icu_properties"
8474version = "2.0.1"
8475source = "registry+https://github.com/rust-lang/crates.io-index"
8476checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8477dependencies = [
8478 "displaydoc",
8479 "icu_collections",
8480 "icu_locale_core",
8481 "icu_properties_data",
8482 "icu_provider",
8483 "potential_utf",
8484 "zerotrie",
8485 "zerovec",
8486]
8487
8488[[package]]
8489name = "icu_properties_data"
8490version = "2.0.1"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8493
8494[[package]]
8495name = "icu_provider"
8496version = "2.0.0"
8497source = "registry+https://github.com/rust-lang/crates.io-index"
8498checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8499dependencies = [
8500 "displaydoc",
8501 "icu_locale_core",
8502 "stable_deref_trait",
8503 "tinystr",
8504 "writeable",
8505 "yoke",
8506 "zerofrom",
8507 "zerotrie",
8508 "zerovec",
8509]
8510
8511[[package]]
8512name = "id-arena"
8513version = "2.2.1"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8516
8517[[package]]
8518name = "ident_case"
8519version = "1.0.1"
8520source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8522
8523[[package]]
8524name = "idna"
8525version = "1.1.0"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8528dependencies = [
8529 "idna_adapter",
8530 "smallvec",
8531 "utf8_iter",
8532]
8533
8534[[package]]
8535name = "idna_adapter"
8536version = "1.2.1"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8539dependencies = [
8540 "icu_normalizer",
8541 "icu_properties",
8542]
8543
8544[[package]]
8545name = "ignore"
8546version = "0.4.24"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8549dependencies = [
8550 "crossbeam-deque",
8551 "globset",
8552 "log",
8553 "memchr",
8554 "regex-automata",
8555 "same-file",
8556 "walkdir",
8557 "winapi-util",
8558]
8559
8560[[package]]
8561name = "image"
8562version = "0.25.10"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
8565dependencies = [
8566 "bytemuck",
8567 "byteorder-lite",
8568 "color_quant",
8569 "exr",
8570 "gif",
8571 "image-webp",
8572 "moxcms",
8573 "num-traits",
8574 "png 0.18.0",
8575 "qoi",
8576 "ravif",
8577 "rayon",
8578 "tiff",
8579 "zune-core",
8580 "zune-jpeg",
8581]
8582
8583[[package]]
8584name = "image-webp"
8585version = "0.2.4"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8588dependencies = [
8589 "byteorder-lite",
8590 "quick-error 2.0.1",
8591]
8592
8593[[package]]
8594name = "image_viewer"
8595version = "0.1.0"
8596dependencies = [
8597 "anyhow",
8598 "db",
8599 "editor",
8600 "file_icons",
8601 "gpui",
8602 "language",
8603 "log",
8604 "menu",
8605 "project",
8606 "serde",
8607 "settings",
8608 "theme_settings",
8609 "ui",
8610 "util",
8611 "workspace",
8612]
8613
8614[[package]]
8615name = "imagesize"
8616version = "0.14.0"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c"
8619
8620[[package]]
8621name = "imara-diff"
8622version = "0.2.0"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c"
8625dependencies = [
8626 "hashbrown 0.15.5",
8627 "memchr",
8628]
8629
8630[[package]]
8631name = "imgref"
8632version = "1.12.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8635
8636[[package]]
8637name = "indenter"
8638version = "0.3.4"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8641
8642[[package]]
8643name = "indexmap"
8644version = "1.9.3"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8647dependencies = [
8648 "autocfg",
8649 "hashbrown 0.12.3",
8650 "serde",
8651]
8652
8653[[package]]
8654name = "indexmap"
8655version = "2.14.0"
8656source = "registry+https://github.com/rust-lang/crates.io-index"
8657checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
8658dependencies = [
8659 "equivalent",
8660 "hashbrown 0.17.1",
8661 "serde",
8662 "serde_core",
8663]
8664
8665[[package]]
8666name = "indoc"
8667version = "2.0.6"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8670
8671[[package]]
8672name = "inotify"
8673version = "0.9.6"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8676dependencies = [
8677 "bitflags 1.3.2",
8678 "inotify-sys",
8679 "libc",
8680]
8681
8682[[package]]
8683name = "inotify"
8684version = "0.11.0"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8687dependencies = [
8688 "bitflags 2.13.1",
8689 "inotify-sys",
8690 "libc",
8691]
8692
8693[[package]]
8694name = "inotify-sys"
8695version = "0.1.5"
8696source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8698dependencies = [
8699 "libc",
8700]
8701
8702[[package]]
8703name = "inout"
8704version = "0.1.4"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8707dependencies = [
8708 "block-padding",
8709 "generic-array",
8710]
8711
8712[[package]]
8713name = "input_latency_ui"
8714version = "0.1.0"
8715dependencies = [
8716 "chrono",
8717 "collections",
8718 "gpui",
8719 "hdrhistogram",
8720 "telemetry",
8721]
8722
8723[[package]]
8724name = "inspector_ui"
8725version = "0.1.0"
8726dependencies = [
8727 "anyhow",
8728 "command_palette_hooks",
8729 "editor",
8730 "fuzzy",
8731 "gpui",
8732 "language",
8733 "project",
8734 "serde_json",
8735 "serde_json_lenient",
8736 "theme_settings",
8737 "ui",
8738 "util",
8739 "util_macros",
8740 "workspace",
8741 "zed_actions",
8742]
8743
8744[[package]]
8745name = "install_cli"
8746version = "0.1.0"
8747dependencies = [
8748 "anyhow",
8749 "client",
8750 "gpui",
8751 "log",
8752 "release_channel",
8753 "smol",
8754 "util",
8755 "workspace",
8756]
8757
8758[[package]]
8759name = "instant"
8760version = "0.1.13"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8763dependencies = [
8764 "cfg-if",
8765 "js-sys",
8766 "wasm-bindgen",
8767 "web-sys",
8768]
8769
8770[[package]]
8771name = "interpolate_name"
8772version = "0.2.4"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8775dependencies = [
8776 "proc-macro2",
8777 "quote",
8778 "syn 2.0.117",
8779]
8780
8781[[package]]
8782name = "inventory"
8783version = "0.3.21"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8786dependencies = [
8787 "rustversion",
8788]
8789
8790[[package]]
8791name = "io-extras"
8792version = "0.18.4"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8795dependencies = [
8796 "io-lifetimes",
8797 "windows-sys 0.59.0",
8798]
8799
8800[[package]]
8801name = "io-lifetimes"
8802version = "2.0.4"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8805
8806[[package]]
8807name = "io-surface"
8808version = "0.16.1"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8811dependencies = [
8812 "cgl",
8813 "core-foundation 0.10.0",
8814 "core-foundation-sys",
8815 "leaky-cow",
8816]
8817
8818[[package]]
8819name = "iovec"
8820version = "0.1.4"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8823dependencies = [
8824 "libc",
8825]
8826
8827[[package]]
8828name = "ipc-channel"
8829version = "0.19.0"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8832dependencies = [
8833 "bincode",
8834 "crossbeam-channel",
8835 "fnv",
8836 "lazy_static",
8837 "libc",
8838 "mio 1.2.0",
8839 "rand 0.8.6",
8840 "serde",
8841 "tempfile",
8842 "uuid",
8843 "windows 0.58.0",
8844]
8845
8846[[package]]
8847name = "ipnet"
8848version = "2.11.0"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8851
8852[[package]]
8853name = "iri-string"
8854version = "0.7.8"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8857dependencies = [
8858 "memchr",
8859 "serde",
8860]
8861
8862[[package]]
8863name = "is-docker"
8864version = "0.2.0"
8865source = "registry+https://github.com/rust-lang/crates.io-index"
8866checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8867dependencies = [
8868 "once_cell",
8869]
8870
8871[[package]]
8872name = "is-terminal"
8873version = "0.4.16"
8874source = "registry+https://github.com/rust-lang/crates.io-index"
8875checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8876dependencies = [
8877 "hermit-abi",
8878 "libc",
8879 "windows-sys 0.59.0",
8880]
8881
8882[[package]]
8883name = "is-wsl"
8884version = "0.4.0"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8887dependencies = [
8888 "is-docker",
8889 "once_cell",
8890]
8891
8892[[package]]
8893name = "is_executable"
8894version = "1.0.5"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
8897dependencies = [
8898 "windows-sys 0.60.2",
8899]
8900
8901[[package]]
8902name = "is_terminal_polyfill"
8903version = "1.70.1"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8906
8907[[package]]
8908name = "itertools"
8909version = "0.10.5"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8912dependencies = [
8913 "either",
8914]
8915
8916[[package]]
8917name = "itertools"
8918version = "0.11.0"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8921dependencies = [
8922 "either",
8923]
8924
8925[[package]]
8926name = "itertools"
8927version = "0.14.0"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8930dependencies = [
8931 "either",
8932]
8933
8934[[package]]
8935name = "itoa"
8936version = "1.0.18"
8937source = "registry+https://github.com/rust-lang/crates.io-index"
8938checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
8939
8940[[package]]
8941name = "jiff"
8942version = "0.2.15"
8943source = "registry+https://github.com/rust-lang/crates.io-index"
8944checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
8945dependencies = [
8946 "jiff-static",
8947 "log",
8948 "portable-atomic",
8949 "portable-atomic-util",
8950 "serde",
8951]
8952
8953[[package]]
8954name = "jiff-static"
8955version = "0.2.15"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
8958dependencies = [
8959 "proc-macro2",
8960 "quote",
8961 "syn 2.0.117",
8962]
8963
8964[[package]]
8965name = "jni"
8966version = "0.21.1"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8969dependencies = [
8970 "cesu8",
8971 "cfg-if",
8972 "combine",
8973 "jni-sys",
8974 "log",
8975 "thiserror 1.0.69",
8976 "walkdir",
8977 "windows-sys 0.45.0",
8978]
8979
8980[[package]]
8981name = "jni-sys"
8982version = "0.3.0"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8985
8986[[package]]
8987name = "jobserver"
8988version = "0.1.34"
8989source = "registry+https://github.com/rust-lang/crates.io-index"
8990checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
8991dependencies = [
8992 "getrandom 0.3.4",
8993 "libc",
8994]
8995
8996[[package]]
8997name = "journal"
8998version = "0.1.0"
8999dependencies = [
9000 "anyhow",
9001 "chrono",
9002 "editor",
9003 "gpui",
9004 "log",
9005 "serde",
9006 "settings",
9007 "shellexpand",
9008 "workspace",
9009]
9010
9011[[package]]
9012name = "js-sys"
9013version = "0.3.97"
9014source = "registry+https://github.com/rust-lang/crates.io-index"
9015checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf"
9016dependencies = [
9017 "cfg-if",
9018 "futures-util",
9019 "once_cell",
9020 "wasm-bindgen",
9021]
9022
9023[[package]]
9024name = "json5"
9025version = "0.4.1"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9028dependencies = [
9029 "pest",
9030 "pest_derive",
9031 "serde",
9032]
9033
9034[[package]]
9035name = "json_dotpath"
9036version = "1.1.0"
9037source = "registry+https://github.com/rust-lang/crates.io-index"
9038checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9039dependencies = [
9040 "serde",
9041 "serde_derive",
9042 "serde_json",
9043 "thiserror 1.0.69",
9044]
9045
9046[[package]]
9047name = "json_schema_store"
9048version = "0.1.0"
9049dependencies = [
9050 "anyhow",
9051 "collections",
9052 "dap",
9053 "extension",
9054 "feature_flags",
9055 "gpui",
9056 "language",
9057 "parking_lot",
9058 "paths",
9059 "project",
9060 "schemars 1.0.4",
9061 "serde",
9062 "serde_json",
9063 "settings",
9064 "snippet_provider",
9065 "task",
9066 "theme",
9067 "util",
9068]
9069
9070[[package]]
9071name = "jsonschema"
9072version = "0.37.4"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9075dependencies = [
9076 "ahash",
9077 "bytecount",
9078 "data-encoding",
9079 "email_address",
9080 "fancy-regex 0.16.2",
9081 "fraction",
9082 "getrandom 0.3.4",
9083 "idna",
9084 "itoa",
9085 "num-cmp",
9086 "num-traits",
9087 "percent-encoding",
9088 "referencing",
9089 "regex",
9090 "regex-syntax",
9091 "reqwest",
9092 "serde",
9093 "serde_json",
9094 "unicode-general-category",
9095 "uuid-simd",
9096]
9097
9098[[package]]
9099name = "jsonwebtoken"
9100version = "10.3.0"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9103dependencies = [
9104 "aws-lc-rs",
9105 "base64 0.22.1",
9106 "getrandom 0.2.16",
9107 "js-sys",
9108 "pem",
9109 "serde",
9110 "serde_json",
9111 "signature",
9112 "simple_asn1",
9113]
9114
9115[[package]]
9116name = "jupyter-protocol"
9117version = "1.4.0"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9120dependencies = [
9121 "async-trait",
9122 "bytes 1.11.1",
9123 "chrono",
9124 "futures 0.3.32",
9125 "serde",
9126 "serde_json",
9127 "thiserror 2.0.17",
9128 "uuid",
9129]
9130
9131[[package]]
9132name = "jupyter-websocket-client"
9133version = "1.1.0"
9134source = "registry+https://github.com/rust-lang/crates.io-index"
9135checksum = "7c2ae4d8d5344f69bf9734b264e969c2139e30e932ce9b6455de9f65663ed614"
9136dependencies = [
9137 "anyhow",
9138 "async-trait",
9139 "async-tungstenite",
9140 "bytes 1.11.1",
9141 "futures 0.3.32",
9142 "jupyter-protocol",
9143 "serde",
9144 "serde_json",
9145 "tokio",
9146 "url",
9147 "uuid",
9148]
9149
9150[[package]]
9151name = "keymap_editor"
9152version = "0.1.0"
9153dependencies = [
9154 "anyhow",
9155 "collections",
9156 "command_palette",
9157 "component",
9158 "db",
9159 "editor",
9160 "fs",
9161 "fuzzy",
9162 "gpui",
9163 "itertools 0.14.0",
9164 "json_schema_store",
9165 "language",
9166 "log",
9167 "menu",
9168 "notifications",
9169 "paths",
9170 "project",
9171 "search",
9172 "serde",
9173 "serde_json",
9174 "settings",
9175 "telemetry",
9176 "tempfile",
9177 "theme",
9178 "theme_settings",
9179 "tree-sitter-json",
9180 "tree-sitter-rust",
9181 "ui",
9182 "ui_input",
9183 "util",
9184 "workspace",
9185 "zed_actions",
9186]
9187
9188[[package]]
9189name = "keyring"
9190version = "3.6.3"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c"
9193dependencies = [
9194 "byteorder",
9195 "dbus-secret-service",
9196 "log",
9197 "openssl",
9198 "security-framework 2.11.1",
9199 "security-framework 3.5.1",
9200 "windows-sys 0.60.2",
9201 "zeroize",
9202]
9203
9204[[package]]
9205name = "khronos-egl"
9206version = "6.0.0"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9209dependencies = [
9210 "libc",
9211 "libloading",
9212 "pkg-config",
9213]
9214
9215[[package]]
9216name = "khronos_api"
9217version = "3.1.0"
9218source = "registry+https://github.com/rust-lang/crates.io-index"
9219checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9220
9221[[package]]
9222name = "kqueue"
9223version = "1.2.0"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "273c0752728918e0ac4976f2b275b6fefb9ecd400585dec929419f3844cd87b5"
9226dependencies = [
9227 "kqueue-sys",
9228 "libc",
9229]
9230
9231[[package]]
9232name = "kqueue-sys"
9233version = "1.1.2"
9234source = "registry+https://github.com/rust-lang/crates.io-index"
9235checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087"
9236dependencies = [
9237 "bitflags 2.13.1",
9238 "libc",
9239]
9240
9241[[package]]
9242name = "kurbo"
9243version = "0.9.5"
9244source = "registry+https://github.com/rust-lang/crates.io-index"
9245checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
9246dependencies = [
9247 "arrayvec",
9248]
9249
9250[[package]]
9251name = "kurbo"
9252version = "0.13.1"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "4b60dfc32f652b926df6192e55525b16d186c69d47876c3ead4da5cc9f8450e2"
9255dependencies = [
9256 "arrayvec",
9257 "euclid",
9258 "polycool",
9259 "smallvec",
9260]
9261
9262[[package]]
9263name = "kv-log-macro"
9264version = "1.0.7"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9267dependencies = [
9268 "log",
9269]
9270
9271[[package]]
9272name = "lalrpop"
9273version = "0.20.2"
9274source = "registry+https://github.com/rust-lang/crates.io-index"
9275checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
9276dependencies = [
9277 "ascii-canvas",
9278 "bit-set 0.5.3",
9279 "ena",
9280 "itertools 0.11.0",
9281 "lalrpop-util",
9282 "petgraph",
9283 "pico-args",
9284 "regex",
9285 "regex-syntax",
9286 "string_cache",
9287 "term",
9288 "tiny-keccak",
9289 "unicode-xid",
9290 "walkdir",
9291]
9292
9293[[package]]
9294name = "lalrpop-util"
9295version = "0.20.2"
9296source = "registry+https://github.com/rust-lang/crates.io-index"
9297checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
9298dependencies = [
9299 "regex-automata",
9300]
9301
9302[[package]]
9303name = "language"
9304version = "0.1.0"
9305dependencies = [
9306 "anyhow",
9307 "async-trait",
9308 "clock",
9309 "collections",
9310 "criterion",
9311 "ctor",
9312 "diffy",
9313 "ec4rs",
9314 "encoding_rs",
9315 "fs",
9316 "futures 0.3.32",
9317 "futures-lite 1.13.0",
9318 "fuzzy_nucleo",
9319 "globset",
9320 "gpui",
9321 "grammars",
9322 "http_client",
9323 "imara-diff",
9324 "indoc",
9325 "itertools 0.14.0",
9326 "language_core",
9327 "log",
9328 "lsp",
9329 "parking_lot",
9330 "postage",
9331 "pretty_assertions",
9332 "rand 0.9.4",
9333 "regex",
9334 "rpc",
9335 "semver",
9336 "serde",
9337 "serde_json",
9338 "settings",
9339 "shellexpand",
9340 "smallvec",
9341 "streaming-iterator",
9342 "strsim 0.11.1",
9343 "sum_tree",
9344 "task",
9345 "text",
9346 "theme",
9347 "theme_settings",
9348 "toml 0.8.23",
9349 "tracing",
9350 "tree-sitter",
9351 "tree-sitter-c",
9352 "tree-sitter-elixir",
9353 "tree-sitter-embedded-template",
9354 "tree-sitter-heex",
9355 "tree-sitter-html",
9356 "tree-sitter-json",
9357 "tree-sitter-md",
9358 "tree-sitter-python",
9359 "tree-sitter-ruby",
9360 "tree-sitter-rust",
9361 "tree-sitter-typescript",
9362 "unicase",
9363 "unindent",
9364 "util",
9365 "watch",
9366 "zlog",
9367 "ztracing",
9368]
9369
9370[[package]]
9371name = "language_core"
9372version = "0.1.0"
9373dependencies = [
9374 "anyhow",
9375 "collections",
9376 "gpui_shared_string",
9377 "gpui_util",
9378 "log",
9379 "parking_lot",
9380 "path",
9381 "regex",
9382 "schemars 1.0.4",
9383 "serde",
9384 "serde_json",
9385 "toml 0.8.23",
9386 "tree-sitter",
9387]
9388
9389[[package]]
9390name = "language_extension"
9391version = "0.1.0"
9392dependencies = [
9393 "anyhow",
9394 "async-trait",
9395 "collections",
9396 "extension",
9397 "fs",
9398 "futures 0.3.32",
9399 "gpui",
9400 "language",
9401 "log",
9402 "lsp",
9403 "project",
9404 "serde",
9405 "serde_json",
9406 "tracing",
9407 "util",
9408 "ztracing",
9409]
9410
9411[[package]]
9412name = "language_model"
9413version = "0.1.0"
9414dependencies = [
9415 "anyhow",
9416 "base64 0.22.1",
9417 "collections",
9418 "credentials_provider",
9419 "env_var",
9420 "futures 0.3.32",
9421 "gpui",
9422 "gpui_util",
9423 "http_client",
9424 "icons",
9425 "image",
9426 "language_model_core",
9427 "log",
9428 "parking_lot",
9429 "serde",
9430 "serde_json",
9431 "thiserror 2.0.17",
9432]
9433
9434[[package]]
9435name = "language_model_core"
9436version = "0.1.0"
9437dependencies = [
9438 "anyhow",
9439 "async-lock",
9440 "cloud_llm_client",
9441 "futures 0.3.32",
9442 "gpui_shared_string",
9443 "http_client",
9444 "log",
9445 "partial-json-fixer",
9446 "pretty_assertions",
9447 "schemars 1.0.4",
9448 "serde",
9449 "serde_json",
9450 "strum 0.27.2",
9451 "thiserror 2.0.17",
9452]
9453
9454[[package]]
9455name = "language_models"
9456version = "0.1.0"
9457dependencies = [
9458 "ai_onboarding",
9459 "anthropic",
9460 "anyhow",
9461 "app_identity",
9462 "async-lock",
9463 "aws-config",
9464 "aws-credential-types",
9465 "aws-sigv4",
9466 "aws_http_client",
9467 "base64 0.22.1",
9468 "bedrock",
9469 "client",
9470 "clock",
9471 "cloud_api_client",
9472 "cloud_api_types",
9473 "cloud_llm_client",
9474 "collections",
9475 "component",
9476 "convert_case 0.11.0",
9477 "copilot",
9478 "copilot_chat",
9479 "copilot_ui",
9480 "credentials_provider",
9481 "db",
9482 "deepseek",
9483 "extension",
9484 "extension_host",
9485 "feature_flags",
9486 "fs",
9487 "futures 0.3.32",
9488 "google_ai",
9489 "gpui",
9490 "gpui_tokio",
9491 "http_client",
9492 "language",
9493 "language_model",
9494 "language_models_cloud",
9495 "llama_cpp",
9496 "lmstudio",
9497 "log",
9498 "menu",
9499 "mistral",
9500 "oauth_callback_server",
9501 "ollama",
9502 "open_ai",
9503 "open_router",
9504 "opencode",
9505 "parking_lot",
9506 "pretty_assertions",
9507 "rand 0.9.4",
9508 "release_channel",
9509 "schemars 1.0.4",
9510 "serde",
9511 "serde_json",
9512 "settings",
9513 "sha2",
9514 "smol",
9515 "strum 0.27.2",
9516 "tokio",
9517 "ui",
9518 "ui_input",
9519 "url",
9520 "util",
9521 "x_ai",
9522]
9523
9524[[package]]
9525name = "language_models_cloud"
9526version = "0.1.0"
9527dependencies = [
9528 "anthropic",
9529 "anyhow",
9530 "cloud_llm_client",
9531 "futures 0.3.32",
9532 "google_ai",
9533 "gpui",
9534 "http_client",
9535 "language_model",
9536 "log",
9537 "open_ai",
9538 "schemars 1.0.4",
9539 "semver",
9540 "serde",
9541 "serde_json",
9542 "thiserror 2.0.17",
9543]
9544
9545[[package]]
9546name = "language_onboarding"
9547version = "0.1.0"
9548dependencies = [
9549 "db",
9550 "editor",
9551 "gpui",
9552 "project",
9553 "ui",
9554 "workspace",
9555]
9556
9557[[package]]
9558name = "language_selector"
9559version = "0.1.0"
9560dependencies = [
9561 "anyhow",
9562 "editor",
9563 "file_icons",
9564 "fuzzy",
9565 "gpui",
9566 "language",
9567 "open_path_prompt",
9568 "picker",
9569 "project",
9570 "serde_json",
9571 "settings",
9572 "ui",
9573 "util",
9574 "workspace",
9575]
9576
9577[[package]]
9578name = "language_tools"
9579version = "0.1.0"
9580dependencies = [
9581 "anyhow",
9582 "client",
9583 "collections",
9584 "command_palette_hooks",
9585 "edit_prediction",
9586 "editor",
9587 "futures 0.3.32",
9588 "gpui",
9589 "itertools 0.14.0",
9590 "language",
9591 "lsp",
9592 "menu",
9593 "project",
9594 "proto",
9595 "release_channel",
9596 "semver",
9597 "serde_json",
9598 "settings",
9599 "sysinfo 0.37.2",
9600 "telemetry",
9601 "theme",
9602 "theme_settings",
9603 "tree-sitter",
9604 "ui",
9605 "util",
9606 "workspace",
9607 "zed_actions",
9608 "zlog",
9609]
9610
9611[[package]]
9612name = "languages"
9613version = "0.1.0"
9614dependencies = [
9615 "anyhow",
9616 "async-compression",
9617 "async-fs",
9618 "async-tar",
9619 "async-trait",
9620 "chrono",
9621 "collections",
9622 "fs",
9623 "futures 0.3.32",
9624 "globset",
9625 "gpui",
9626 "grammars",
9627 "http_client",
9628 "itertools 0.14.0",
9629 "json_schema_store",
9630 "language",
9631 "log",
9632 "lsp",
9633 "node_runtime",
9634 "parking_lot",
9635 "pet",
9636 "pet-conda",
9637 "pet-core",
9638 "pet-fs",
9639 "pet-poetry",
9640 "pet-reporter",
9641 "pet-virtualenv",
9642 "pretty_assertions",
9643 "project",
9644 "regex",
9645 "rope",
9646 "semver",
9647 "serde",
9648 "serde_json",
9649 "serde_json_lenient",
9650 "settings",
9651 "smallvec",
9652 "smol",
9653 "snippet",
9654 "task",
9655 "tempfile",
9656 "terminal",
9657 "theme",
9658 "tree-sitter",
9659 "tree-sitter-bash",
9660 "tree-sitter-c",
9661 "tree-sitter-cpp",
9662 "tree-sitter-css",
9663 "tree-sitter-gitcommit",
9664 "tree-sitter-go",
9665 "tree-sitter-python",
9666 "tree-sitter-rust",
9667 "tree-sitter-typescript",
9668 "unindent",
9669 "url",
9670 "util",
9671]
9672
9673[[package]]
9674name = "lazy_static"
9675version = "1.5.0"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9678dependencies = [
9679 "spin 0.9.8",
9680]
9681
9682[[package]]
9683name = "leak"
9684version = "0.1.2"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9687
9688[[package]]
9689name = "leaky-cow"
9690version = "0.1.1"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9693dependencies = [
9694 "leak",
9695]
9696
9697[[package]]
9698name = "leb128"
9699version = "0.2.5"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9702
9703[[package]]
9704name = "leb128fmt"
9705version = "0.1.0"
9706source = "registry+https://github.com/rust-lang/crates.io-index"
9707checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9708
9709[[package]]
9710name = "lebe"
9711version = "0.5.3"
9712source = "registry+https://github.com/rust-lang/crates.io-index"
9713checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9714
9715[[package]]
9716name = "libbz2-rs-sys"
9717version = "0.2.2"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9720
9721[[package]]
9722name = "libc"
9723version = "0.2.186"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
9726
9727[[package]]
9728name = "libdbus-sys"
9729version = "0.2.6"
9730source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9732dependencies = [
9733 "cc",
9734 "pkg-config",
9735]
9736
9737[[package]]
9738name = "libfuzzer-sys"
9739version = "0.4.10"
9740source = "registry+https://github.com/rust-lang/crates.io-index"
9741checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9742dependencies = [
9743 "arbitrary",
9744 "cc",
9745]
9746
9747[[package]]
9748name = "libloading"
9749version = "0.8.9"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9752dependencies = [
9753 "cfg-if",
9754 "windows-link 0.2.1",
9755]
9756
9757[[package]]
9758name = "libm"
9759version = "0.2.15"
9760source = "registry+https://github.com/rust-lang/crates.io-index"
9761checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9762
9763[[package]]
9764name = "libmimalloc-sys"
9765version = "0.1.44"
9766source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9768dependencies = [
9769 "cc",
9770 "libc",
9771]
9772
9773[[package]]
9774name = "libredox"
9775version = "0.1.10"
9776source = "registry+https://github.com/rust-lang/crates.io-index"
9777checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9778dependencies = [
9779 "bitflags 2.13.1",
9780 "libc",
9781]
9782
9783[[package]]
9784name = "libsqlite3-sys"
9785version = "0.30.1"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9788dependencies = [
9789 "cc",
9790 "pkg-config",
9791 "vcpkg",
9792]
9793
9794[[package]]
9795name = "libwebrtc"
9796version = "0.3.26"
9797source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
9798dependencies = [
9799 "cxx",
9800 "glib",
9801 "jni",
9802 "js-sys",
9803 "lazy_static",
9804 "livekit-protocol",
9805 "livekit-runtime",
9806 "log",
9807 "parking_lot",
9808 "serde",
9809 "serde_json",
9810 "thiserror 1.0.69",
9811 "tokio",
9812 "wasm-bindgen",
9813 "wasm-bindgen-futures",
9814 "web-sys",
9815 "webrtc-sys",
9816]
9817
9818[[package]]
9819name = "line_ending_selector"
9820version = "0.1.0"
9821dependencies = [
9822 "editor",
9823 "gpui",
9824 "language",
9825 "picker",
9826 "project",
9827 "ui",
9828 "util",
9829 "workspace",
9830]
9831
9832[[package]]
9833name = "linebender_resource_handle"
9834version = "0.1.1"
9835source = "registry+https://github.com/rust-lang/crates.io-index"
9836checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9837
9838[[package]]
9839name = "link-cplusplus"
9840version = "1.0.12"
9841source = "registry+https://github.com/rust-lang/crates.io-index"
9842checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9843dependencies = [
9844 "cc",
9845]
9846
9847[[package]]
9848name = "link-section"
9849version = "0.17.2"
9850source = "registry+https://github.com/rust-lang/crates.io-index"
9851checksum = "4d1e908a416d6e9f725743b84a36feea40c4c131e805fbc26d61f9f451f36080"
9852
9853[[package]]
9854name = "linkify"
9855version = "0.10.0"
9856source = "registry+https://github.com/rust-lang/crates.io-index"
9857checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9858dependencies = [
9859 "memchr",
9860]
9861
9862[[package]]
9863name = "linktime-proc-macro"
9864version = "0.1.0"
9865source = "registry+https://github.com/rust-lang/crates.io-index"
9866checksum = "a44cd706ff0d503ee32b2071166510ca27e281228de10cd3aa8d35ff94560f81"
9867
9868[[package]]
9869name = "linux-raw-sys"
9870version = "0.4.15"
9871source = "registry+https://github.com/rust-lang/crates.io-index"
9872checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9873
9874[[package]]
9875name = "linux-raw-sys"
9876version = "0.11.0"
9877source = "registry+https://github.com/rust-lang/crates.io-index"
9878checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9879
9880[[package]]
9881name = "litemap"
9882version = "0.8.0"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9885
9886[[package]]
9887name = "litrs"
9888version = "1.0.0"
9889source = "registry+https://github.com/rust-lang/crates.io-index"
9890checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9891
9892[[package]]
9893name = "livekit"
9894version = "0.7.32"
9895source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
9896dependencies = [
9897 "base64 0.22.1",
9898 "bmrng",
9899 "bytes 1.11.1",
9900 "chrono",
9901 "futures-util",
9902 "lazy_static",
9903 "libloading",
9904 "libwebrtc",
9905 "livekit-api",
9906 "livekit-protocol",
9907 "livekit-runtime",
9908 "log",
9909 "parking_lot",
9910 "prost 0.12.6",
9911 "semver",
9912 "serde",
9913 "serde_json",
9914 "thiserror 1.0.69",
9915 "tokio",
9916]
9917
9918[[package]]
9919name = "livekit-api"
9920version = "0.4.14"
9921source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
9922dependencies = [
9923 "base64 0.21.7",
9924 "futures-util",
9925 "http 1.3.1",
9926 "livekit-protocol",
9927 "livekit-runtime",
9928 "log",
9929 "parking_lot",
9930 "pbjson-types",
9931 "prost 0.12.6",
9932 "rand 0.9.4",
9933 "reqwest",
9934 "rustls-native-certs 0.6.3",
9935 "scopeguard",
9936 "serde",
9937 "sha2",
9938 "thiserror 1.0.69",
9939 "tokio",
9940 "tokio-rustls 0.26.4",
9941 "tokio-tungstenite 0.28.0",
9942 "url",
9943]
9944
9945[[package]]
9946name = "livekit-protocol"
9947version = "0.7.1"
9948source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
9949dependencies = [
9950 "futures-util",
9951 "livekit-runtime",
9952 "parking_lot",
9953 "pbjson",
9954 "pbjson-types",
9955 "prost 0.12.6",
9956 "serde",
9957 "thiserror 1.0.69",
9958 "tokio",
9959]
9960
9961[[package]]
9962name = "livekit-runtime"
9963version = "0.4.0"
9964source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
9965dependencies = [
9966 "tokio",
9967 "tokio-stream",
9968]
9969
9970[[package]]
9971name = "livekit_api"
9972version = "0.1.0"
9973dependencies = [
9974 "anyhow",
9975 "async-trait",
9976 "jsonwebtoken",
9977 "log",
9978 "prost 0.9.0",
9979 "prost-build 0.9.0",
9980 "prost-types 0.9.0",
9981 "serde",
9982 "zed-reqwest",
9983]
9984
9985[[package]]
9986name = "livekit_client"
9987version = "0.1.0"
9988dependencies = [
9989 "anyhow",
9990 "async-trait",
9991 "audio",
9992 "cocoa 0.26.0",
9993 "collections",
9994 "core-foundation 0.10.0",
9995 "core-video",
9996 "coreaudio-rs 0.12.1",
9997 "cpal",
9998 "futures 0.3.32",
9999 "gpui",
10000 "gpui_platform",
10001 "gpui_tokio",
10002 "http_client_tls",
10003 "image",
10004 "libwebrtc",
10005 "livekit",
10006 "livekit_api",
10007 "log",
10008 "nanoid",
10009 "objc",
10010 "parking_lot",
10011 "postage",
10012 "rodio",
10013 "serde",
10014 "serde_json",
10015 "serde_urlencoded",
10016 "settings",
10017 "simplelog",
10018 "smallvec",
10019 "tokio",
10020 "ui",
10021 "util",
10022 "webrtc-sys",
10023 "zed-scap",
10024]
10025
10026[[package]]
10027name = "llama_cpp"
10028version = "0.1.0"
10029dependencies = [
10030 "anyhow",
10031 "futures 0.3.32",
10032 "http_client",
10033 "schemars 1.0.4",
10034 "serde",
10035 "serde_json",
10036 "url",
10037]
10038
10039[[package]]
10040name = "lmdb-master-sys"
10041version = "0.2.5"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10044dependencies = [
10045 "cc",
10046 "doxygen-rs",
10047 "libc",
10048]
10049
10050[[package]]
10051name = "lmstudio"
10052version = "0.1.0"
10053dependencies = [
10054 "anyhow",
10055 "futures 0.3.32",
10056 "http_client",
10057 "schemars 1.0.4",
10058 "serde",
10059 "serde_json",
10060]
10061
10062[[package]]
10063name = "lock_api"
10064version = "0.4.14"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10067dependencies = [
10068 "scopeguard",
10069]
10070
10071[[package]]
10072name = "log"
10073version = "0.4.29"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10076dependencies = [
10077 "serde_core",
10078 "value-bag",
10079]
10080
10081[[package]]
10082name = "logos"
10083version = "0.14.4"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458"
10086dependencies = [
10087 "logos-derive",
10088]
10089
10090[[package]]
10091name = "logos-codegen"
10092version = "0.14.4"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f"
10095dependencies = [
10096 "beef",
10097 "fnv",
10098 "lazy_static",
10099 "proc-macro2",
10100 "quote",
10101 "regex-syntax",
10102 "syn 2.0.117",
10103]
10104
10105[[package]]
10106name = "logos-derive"
10107version = "0.14.4"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d"
10110dependencies = [
10111 "logos-codegen",
10112]
10113
10114[[package]]
10115name = "lol_html"
10116version = "2.8.1"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "6888e8653f6e49cb2924c660fc367a8beeb6239b71e117fa082153c6ea44d427"
10119dependencies = [
10120 "bitflags 2.13.1",
10121 "cfg-if",
10122 "cssparser 0.36.0",
10123 "encoding_rs",
10124 "foldhash 0.2.0",
10125 "hashbrown 0.16.1",
10126 "memchr",
10127 "mime",
10128 "precomputed-hash",
10129 "selectors",
10130 "thiserror 2.0.17",
10131]
10132
10133[[package]]
10134name = "loom"
10135version = "0.7.2"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10138dependencies = [
10139 "cfg-if",
10140 "generator",
10141 "scoped-tls",
10142 "tracing",
10143 "tracing-subscriber",
10144]
10145
10146[[package]]
10147name = "loop9"
10148version = "0.1.5"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10151dependencies = [
10152 "imgref",
10153]
10154
10155[[package]]
10156name = "lru"
10157version = "0.16.4"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
10160dependencies = [
10161 "hashbrown 0.16.1",
10162]
10163
10164[[package]]
10165name = "lru-slab"
10166version = "0.1.2"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10169
10170[[package]]
10171name = "lsp"
10172version = "0.1.0"
10173dependencies = [
10174 "anyhow",
10175 "async-channel 2.5.0",
10176 "async-pipe",
10177 "collections",
10178 "ctor",
10179 "futures 0.3.32",
10180 "futures-lite 1.13.0",
10181 "gpui",
10182 "gpui_util",
10183 "log",
10184 "lsp-types",
10185 "parking_lot",
10186 "postage",
10187 "release_channel",
10188 "schemars 1.0.4",
10189 "semver",
10190 "serde",
10191 "serde_json",
10192 "util",
10193 "zlog",
10194]
10195
10196[[package]]
10197name = "lsp-types"
10198version = "0.95.1"
10199source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10200dependencies = [
10201 "bitflags 1.3.2",
10202 "serde",
10203 "serde_json",
10204 "url",
10205]
10206
10207[[package]]
10208name = "lsp_locations"
10209version = "0.1.0"
10210dependencies = [
10211 "anyhow",
10212 "collections",
10213 "editor",
10214 "file_icons",
10215 "fuzzy",
10216 "gpui",
10217 "indoc",
10218 "language",
10219 "log",
10220 "lsp",
10221 "picker",
10222 "picker_preview",
10223 "project",
10224 "settings",
10225 "text",
10226 "theme",
10227 "theme_settings",
10228 "ui",
10229 "util",
10230 "workspace",
10231]
10232
10233[[package]]
10234name = "lyon"
10235version = "1.0.16"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10238dependencies = [
10239 "lyon_algorithms",
10240 "lyon_extra",
10241 "lyon_tessellation",
10242]
10243
10244[[package]]
10245name = "lyon_algorithms"
10246version = "1.0.16"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10249dependencies = [
10250 "lyon_path",
10251 "num-traits",
10252]
10253
10254[[package]]
10255name = "lyon_extra"
10256version = "1.0.3"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10259dependencies = [
10260 "lyon_path",
10261 "thiserror 1.0.69",
10262]
10263
10264[[package]]
10265name = "lyon_geom"
10266version = "1.0.17"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10269dependencies = [
10270 "arrayvec",
10271 "euclid",
10272 "num-traits",
10273]
10274
10275[[package]]
10276name = "lyon_path"
10277version = "1.0.16"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10280dependencies = [
10281 "lyon_geom",
10282 "num-traits",
10283]
10284
10285[[package]]
10286name = "lyon_tessellation"
10287version = "1.0.16"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10290dependencies = [
10291 "float_next_after",
10292 "lyon_path",
10293 "num-traits",
10294]
10295
10296[[package]]
10297name = "mac"
10298version = "0.1.1"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10301
10302[[package]]
10303name = "mac-notification-sys"
10304version = "0.6.15"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "fd604973958ddcc11b561193c0fb96ba146506ef2f231ef2e7c35fd2cbc9beca"
10307dependencies = [
10308 "cc",
10309 "log",
10310 "objc2 0.6.3",
10311 "objc2-foundation 0.3.2",
10312 "time",
10313 "uuid",
10314]
10315
10316[[package]]
10317name = "mach2"
10318version = "0.4.3"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10321dependencies = [
10322 "libc",
10323]
10324
10325[[package]]
10326name = "mach2"
10327version = "0.5.0"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10330dependencies = [
10331 "libc",
10332]
10333
10334[[package]]
10335name = "malloc_buf"
10336version = "0.0.6"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10339dependencies = [
10340 "libc",
10341]
10342
10343[[package]]
10344name = "manatee"
10345version = "0.6.2"
10346source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
10347dependencies = [
10348 "indexmap 2.14.0",
10349 "nalgebra",
10350 "rustc-hash 2.1.1",
10351 "thiserror 2.0.17",
10352]
10353
10354[[package]]
10355name = "maplit"
10356version = "1.0.2"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10359
10360[[package]]
10361name = "markdown"
10362version = "0.1.0"
10363dependencies = [
10364 "anyhow",
10365 "assets",
10366 "base64 0.22.1",
10367 "collections",
10368 "env_logger 0.11.8",
10369 "fs",
10370 "futures 0.3.32",
10371 "gpui",
10372 "gpui_platform",
10373 "html5ever 0.27.0",
10374 "image",
10375 "language",
10376 "languages",
10377 "linkify",
10378 "log",
10379 "markup5ever_rcdom",
10380 "mermaid_render",
10381 "node_runtime",
10382 "pulldown-cmark 0.13.0",
10383 "settings",
10384 "smallvec",
10385 "stacksafe",
10386 "sum_tree",
10387 "theme",
10388 "theme_settings",
10389 "ui",
10390 "util",
10391]
10392
10393[[package]]
10394name = "markdown_preview"
10395version = "0.1.0"
10396dependencies = [
10397 "anyhow",
10398 "buffer_diff",
10399 "db",
10400 "editor",
10401 "fs",
10402 "gpui",
10403 "language",
10404 "log",
10405 "markdown",
10406 "project",
10407 "serde_json",
10408 "settings",
10409 "tempfile",
10410 "theme",
10411 "theme_settings",
10412 "ui",
10413 "urlencoding",
10414 "util",
10415 "workspace",
10416 "zed_actions",
10417]
10418
10419[[package]]
10420name = "markup5ever"
10421version = "0.12.1"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10424dependencies = [
10425 "log",
10426 "phf 0.11.3",
10427 "phf_codegen 0.11.3",
10428 "string_cache",
10429 "string_cache_codegen",
10430 "tendril",
10431]
10432
10433[[package]]
10434name = "markup5ever"
10435version = "0.35.0"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10438dependencies = [
10439 "log",
10440 "tendril",
10441 "web_atoms",
10442]
10443
10444[[package]]
10445name = "markup5ever_rcdom"
10446version = "0.3.0"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10449dependencies = [
10450 "html5ever 0.27.0",
10451 "markup5ever 0.12.1",
10452 "tendril",
10453 "xml5ever",
10454]
10455
10456[[package]]
10457name = "match_token"
10458version = "0.35.0"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10461dependencies = [
10462 "proc-macro2",
10463 "quote",
10464 "syn 2.0.117",
10465]
10466
10467[[package]]
10468name = "matchers"
10469version = "0.2.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10472dependencies = [
10473 "regex-automata",
10474]
10475
10476[[package]]
10477name = "matrixmultiply"
10478version = "0.3.10"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
10481dependencies = [
10482 "autocfg",
10483 "rawpointer",
10484]
10485
10486[[package]]
10487name = "maybe-owned"
10488version = "0.3.4"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10491
10492[[package]]
10493name = "maybe-rayon"
10494version = "0.1.1"
10495source = "registry+https://github.com/rust-lang/crates.io-index"
10496checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10497dependencies = [
10498 "cfg-if",
10499 "rayon",
10500]
10501
10502[[package]]
10503name = "md-5"
10504version = "0.10.6"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10507dependencies = [
10508 "cfg-if",
10509 "digest",
10510]
10511
10512[[package]]
10513name = "mdbook"
10514version = "0.4.40"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10517dependencies = [
10518 "ammonia",
10519 "anyhow",
10520 "chrono",
10521 "clap",
10522 "clap_complete",
10523 "elasticlunr-rs",
10524 "env_logger 0.11.8",
10525 "futures-util",
10526 "handlebars 5.1.2",
10527 "ignore",
10528 "log",
10529 "memchr",
10530 "notify 6.1.1",
10531 "notify-debouncer-mini",
10532 "once_cell",
10533 "opener",
10534 "pathdiff",
10535 "pulldown-cmark 0.10.3",
10536 "regex",
10537 "serde",
10538 "serde_json",
10539 "shlex",
10540 "tempfile",
10541 "tokio",
10542 "toml 0.5.11",
10543 "topological-sort",
10544 "walkdir",
10545 "warp",
10546]
10547
10548[[package]]
10549name = "media"
10550version = "0.1.0"
10551dependencies = [
10552 "anyhow",
10553 "bindgen 0.71.1",
10554 "core-foundation 0.10.0",
10555 "core-video",
10556 "ctor",
10557 "foreign-types 0.5.0",
10558 "metal",
10559 "objc",
10560]
10561
10562[[package]]
10563name = "memchr"
10564version = "2.7.6"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10567
10568[[package]]
10569name = "memfd"
10570version = "0.6.5"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10573dependencies = [
10574 "rustix 1.1.2",
10575]
10576
10577[[package]]
10578name = "memmap2"
10579version = "0.9.8"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10582dependencies = [
10583 "libc",
10584]
10585
10586[[package]]
10587name = "memoffset"
10588version = "0.9.1"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10591dependencies = [
10592 "autocfg",
10593]
10594
10595[[package]]
10596name = "menu"
10597version = "0.1.0"
10598dependencies = [
10599 "gpui",
10600]
10601
10602[[package]]
10603name = "merge"
10604version = "0.1.0"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10607dependencies = [
10608 "merge_derive",
10609 "num-traits",
10610]
10611
10612[[package]]
10613name = "merge_derive"
10614version = "0.1.0"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10617dependencies = [
10618 "proc-macro-error",
10619 "proc-macro2",
10620 "quote",
10621 "syn 1.0.109",
10622]
10623
10624[[package]]
10625name = "mermaid_render"
10626version = "0.1.0"
10627dependencies = [
10628 "anyhow",
10629 "gpui",
10630 "mermaid_render",
10631 "merman",
10632 "quick-xml 0.38.3",
10633 "serde_json",
10634 "usvg",
10635]
10636
10637[[package]]
10638name = "merman"
10639version = "0.6.2"
10640source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
10641dependencies = [
10642 "merman-core",
10643 "merman-render",
10644 "thiserror 2.0.17",
10645]
10646
10647[[package]]
10648name = "merman-core"
10649version = "0.6.2"
10650source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
10651dependencies = [
10652 "chrono",
10653 "euclid",
10654 "htmlize",
10655 "indexmap 2.14.0",
10656 "json5",
10657 "lalrpop",
10658 "lalrpop-util",
10659 "logos",
10660 "lol_html",
10661 "regex",
10662 "rustc-hash 2.1.1",
10663 "ryu-js",
10664 "serde",
10665 "serde_json",
10666 "serde_yaml",
10667 "thiserror 2.0.17",
10668 "tracing",
10669 "url",
10670 "uuid",
10671]
10672
10673[[package]]
10674name = "merman-render"
10675version = "0.6.2"
10676source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
10677dependencies = [
10678 "base64 0.22.1",
10679 "chrono",
10680 "dugong",
10681 "indexmap 2.14.0",
10682 "manatee",
10683 "merman-core",
10684 "pulldown-cmark 0.12.2",
10685 "regex",
10686 "roughr-merman",
10687 "rustc-hash 2.1.1",
10688 "ryu-js",
10689 "serde",
10690 "serde_json",
10691 "svgtypes 0.11.0",
10692 "thiserror 2.0.17",
10693 "unicode-width",
10694 "url",
10695]
10696
10697[[package]]
10698name = "metal"
10699version = "0.33.0"
10700source = "registry+https://github.com/rust-lang/crates.io-index"
10701checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10702dependencies = [
10703 "bitflags 2.13.1",
10704 "block",
10705 "core-graphics-types 0.2.0",
10706 "foreign-types 0.5.0",
10707 "log",
10708 "objc",
10709 "paste",
10710]
10711
10712[[package]]
10713name = "migrator"
10714version = "0.1.0"
10715dependencies = [
10716 "anyhow",
10717 "collections",
10718 "convert_case 0.11.0",
10719 "log",
10720 "pretty_assertions",
10721 "serde_json",
10722 "serde_json_lenient",
10723 "settings_content",
10724 "settings_json",
10725 "streaming-iterator",
10726 "tree-sitter",
10727 "tree-sitter-json",
10728 "unindent",
10729]
10730
10731[[package]]
10732name = "mimalloc"
10733version = "0.1.48"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10736dependencies = [
10737 "libmimalloc-sys",
10738]
10739
10740[[package]]
10741name = "mime"
10742version = "0.3.17"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10745
10746[[package]]
10747name = "mime_guess"
10748version = "2.0.5"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10751dependencies = [
10752 "mime",
10753 "unicase",
10754]
10755
10756[[package]]
10757name = "minidump-common"
10758version = "0.26.1"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10761dependencies = [
10762 "bitflags 2.13.1",
10763 "debugid",
10764 "num-derive",
10765 "num-traits",
10766 "range-map",
10767 "scroll",
10768 "smart-default",
10769]
10770
10771[[package]]
10772name = "minidump-writer"
10773version = "0.11.0"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10776dependencies = [
10777 "bitflags 2.13.1",
10778 "byteorder",
10779 "cfg-if",
10780 "crash-context",
10781 "error-graph",
10782 "failspot",
10783 "goblin",
10784 "libc",
10785 "log",
10786 "mach2 0.4.3",
10787 "memmap2",
10788 "memoffset",
10789 "minidump-common",
10790 "nix 0.29.0",
10791 "procfs-core",
10792 "scroll",
10793 "serde",
10794 "serde_json",
10795 "tempfile",
10796 "thiserror 2.0.17",
10797]
10798
10799[[package]]
10800name = "minidumper"
10801version = "0.9.0"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10804dependencies = [
10805 "cfg-if",
10806 "crash-context",
10807 "libc",
10808 "log",
10809 "minidump-writer",
10810 "parking_lot",
10811 "polling",
10812 "scroll",
10813 "thiserror 2.0.17",
10814 "uds",
10815]
10816
10817[[package]]
10818name = "minimal-lexical"
10819version = "0.2.1"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10822
10823[[package]]
10824name = "miniprofiler_ui"
10825version = "0.1.0"
10826dependencies = [
10827 "command_palette_hooks",
10828 "gpui",
10829 "rpc",
10830 "serde_json",
10831 "settings",
10832 "smol",
10833 "theme_settings",
10834 "util",
10835 "workspace",
10836 "zed_actions",
10837]
10838
10839[[package]]
10840name = "miniz_oxide"
10841version = "0.8.9"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10844dependencies = [
10845 "adler2",
10846 "simd-adler32",
10847]
10848
10849[[package]]
10850name = "mio"
10851version = "0.8.11"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10854dependencies = [
10855 "libc",
10856 "log",
10857 "wasi",
10858 "windows-sys 0.48.0",
10859]
10860
10861[[package]]
10862name = "mio"
10863version = "1.2.0"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
10866dependencies = [
10867 "libc",
10868 "log",
10869 "wasi",
10870 "windows-sys 0.61.2",
10871]
10872
10873[[package]]
10874name = "miow"
10875version = "0.6.1"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10878dependencies = [
10879 "windows-sys 0.61.2",
10880]
10881
10882[[package]]
10883name = "mistral"
10884version = "0.1.0"
10885dependencies = [
10886 "anyhow",
10887 "futures 0.3.32",
10888 "http_client",
10889 "schemars 1.0.4",
10890 "serde",
10891 "serde_json",
10892 "strum 0.27.2",
10893]
10894
10895[[package]]
10896name = "moka"
10897version = "0.12.11"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10900dependencies = [
10901 "crossbeam-channel",
10902 "crossbeam-epoch",
10903 "crossbeam-utils",
10904 "equivalent",
10905 "parking_lot",
10906 "portable-atomic",
10907 "rustc_version",
10908 "smallvec",
10909 "tagptr",
10910 "uuid",
10911]
10912
10913[[package]]
10914name = "moxcms"
10915version = "0.8.1"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10918dependencies = [
10919 "num-traits",
10920 "pxfm",
10921]
10922
10923[[package]]
10924name = "msvc_spectre_libs"
10925version = "0.1.3"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10928dependencies = [
10929 "cc",
10930]
10931
10932[[package]]
10933name = "multi_buffer"
10934version = "0.1.0"
10935dependencies = [
10936 "anyhow",
10937 "buffer_diff",
10938 "clock",
10939 "collections",
10940 "ctor",
10941 "futures-lite 1.13.0",
10942 "gpui",
10943 "indoc",
10944 "itertools 0.14.0",
10945 "language",
10946 "log",
10947 "parking_lot",
10948 "pretty_assertions",
10949 "rand 0.9.4",
10950 "rope",
10951 "serde",
10952 "settings",
10953 "smallvec",
10954 "sum_tree",
10955 "text",
10956 "theme",
10957 "tracing",
10958 "tree-sitter",
10959 "unicode-segmentation",
10960 "util",
10961 "zlog",
10962 "ztracing",
10963]
10964
10965[[package]]
10966name = "multimap"
10967version = "0.8.3"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10970
10971[[package]]
10972name = "naga"
10973version = "29.0.4"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "b2bf919621e7975acb27d881bae2fb993e0d45c8e0446e85e6272971e00dc8df"
10976dependencies = [
10977 "arrayvec",
10978 "bit-set 0.9.1",
10979 "bitflags 2.13.1",
10980 "cfg-if",
10981 "cfg_aliases 0.2.1",
10982 "codespan-reporting",
10983 "half",
10984 "hashbrown 0.16.1",
10985 "hexf-parse",
10986 "indexmap 2.14.0",
10987 "libm",
10988 "log",
10989 "num-traits",
10990 "once_cell",
10991 "rustc-hash 1.1.0",
10992 "spirv",
10993 "thiserror 2.0.17",
10994 "unicode-ident",
10995]
10996
10997[[package]]
10998name = "nalgebra"
10999version = "0.34.2"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "df76ea0ff5c7e6b88689085804d6132ded0ddb9de5ca5b8aeb9eeadc0508a70a"
11002dependencies = [
11003 "approx 0.5.1",
11004 "glam 0.14.0",
11005 "glam 0.15.2",
11006 "glam 0.16.0",
11007 "glam 0.17.3",
11008 "glam 0.18.0",
11009 "glam 0.19.0",
11010 "glam 0.20.5",
11011 "glam 0.21.3",
11012 "glam 0.22.0",
11013 "glam 0.23.0",
11014 "glam 0.24.2",
11015 "glam 0.25.0",
11016 "glam 0.27.0",
11017 "glam 0.28.0",
11018 "glam 0.29.3",
11019 "glam 0.30.10",
11020 "glam 0.31.1",
11021 "glam 0.32.1",
11022 "matrixmultiply",
11023 "num-complex",
11024 "num-rational",
11025 "num-traits",
11026 "simba",
11027 "typenum",
11028]
11029
11030[[package]]
11031name = "nanoid"
11032version = "0.4.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
11035dependencies = [
11036 "rand 0.8.6",
11037]
11038
11039[[package]]
11040name = "native-tls"
11041version = "0.2.18"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
11044dependencies = [
11045 "libc",
11046 "log",
11047 "openssl",
11048 "openssl-probe 0.2.1",
11049 "openssl-sys",
11050 "schannel",
11051 "security-framework 3.5.1",
11052 "security-framework-sys",
11053 "tempfile",
11054]
11055
11056[[package]]
11057name = "nbformat"
11058version = "1.2.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
11061dependencies = [
11062 "anyhow",
11063 "chrono",
11064 "jupyter-protocol",
11065 "serde",
11066 "serde_json",
11067 "thiserror 1.0.69",
11068 "uuid",
11069]
11070
11071[[package]]
11072name = "ndk"
11073version = "0.9.0"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
11076dependencies = [
11077 "bitflags 2.13.1",
11078 "jni-sys",
11079 "log",
11080 "ndk-sys",
11081 "num_enum",
11082 "thiserror 1.0.69",
11083]
11084
11085[[package]]
11086name = "ndk-context"
11087version = "0.1.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
11090
11091[[package]]
11092name = "ndk-sys"
11093version = "0.6.0+11769913"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
11096dependencies = [
11097 "jni-sys",
11098]
11099
11100[[package]]
11101name = "net"
11102version = "0.1.0"
11103dependencies = [
11104 "anyhow",
11105 "async-io",
11106 "smol",
11107 "tempfile",
11108 "windows 0.61.3",
11109]
11110
11111[[package]]
11112name = "new_debug_unreachable"
11113version = "1.0.6"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11116
11117[[package]]
11118name = "nix"
11119version = "0.28.0"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11122dependencies = [
11123 "bitflags 2.13.1",
11124 "cfg-if",
11125 "cfg_aliases 0.1.1",
11126 "libc",
11127]
11128
11129[[package]]
11130name = "nix"
11131version = "0.29.0"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11134dependencies = [
11135 "bitflags 2.13.1",
11136 "cfg-if",
11137 "cfg_aliases 0.2.1",
11138 "libc",
11139 "memoffset",
11140]
11141
11142[[package]]
11143name = "nix"
11144version = "0.30.1"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11147dependencies = [
11148 "bitflags 2.13.1",
11149 "cfg-if",
11150 "cfg_aliases 0.2.1",
11151 "libc",
11152]
11153
11154[[package]]
11155name = "node_runtime"
11156version = "0.1.0"
11157dependencies = [
11158 "anyhow",
11159 "async-compression",
11160 "async-std",
11161 "async-tar",
11162 "async-trait",
11163 "chrono",
11164 "futures 0.3.32",
11165 "http_client",
11166 "log",
11167 "paths",
11168 "semver",
11169 "serde",
11170 "serde_json",
11171 "smol",
11172 "util",
11173 "watch",
11174 "which 6.0.3",
11175]
11176
11177[[package]]
11178name = "nom"
11179version = "7.1.3"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11182dependencies = [
11183 "memchr",
11184 "minimal-lexical",
11185]
11186
11187[[package]]
11188name = "nom"
11189version = "8.0.0"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11192dependencies = [
11193 "memchr",
11194]
11195
11196[[package]]
11197name = "noop_proc_macro"
11198version = "0.3.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11201
11202[[package]]
11203name = "normpath"
11204version = "1.5.0"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11207dependencies = [
11208 "windows-sys 0.61.2",
11209]
11210
11211[[package]]
11212name = "nostr"
11213version = "0.44.4"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "98cf5d15d70d1f8f4059e5f79923ac15891eb691d2843d01191e0585fb064d70"
11216dependencies = [
11217 "base64 0.22.1",
11218 "bech32",
11219 "bip39",
11220 "bitcoin_hashes",
11221 "cbc",
11222 "chacha20",
11223 "chacha20poly1305",
11224 "getrandom 0.2.16",
11225 "hex",
11226 "instant",
11227 "scrypt",
11228 "secp256k1",
11229 "serde",
11230 "serde_json",
11231 "unicode-normalization",
11232 "url",
11233]
11234
11235[[package]]
11236name = "notifications"
11237version = "0.1.0"
11238dependencies = [
11239 "anyhow",
11240 "channel",
11241 "client",
11242 "component",
11243 "futures-lite 1.13.0",
11244 "gpui",
11245 "rpc",
11246 "sum_tree",
11247 "time",
11248 "ui",
11249 "util",
11250 "workspace",
11251 "zed_actions",
11252]
11253
11254[[package]]
11255name = "notify"
11256version = "6.1.1"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11259dependencies = [
11260 "bitflags 2.13.1",
11261 "crossbeam-channel",
11262 "filetime",
11263 "fsevent-sys",
11264 "inotify 0.9.6",
11265 "kqueue",
11266 "libc",
11267 "log",
11268 "mio 0.8.11",
11269 "walkdir",
11270 "windows-sys 0.48.0",
11271]
11272
11273[[package]]
11274name = "notify"
11275version = "9.0.0-rc.4"
11276source = "git+https://github.com/zed-industries/notify?rev=0890bbb8ca40a4b5d1f67031698dd7918b37d991#0890bbb8ca40a4b5d1f67031698dd7918b37d991"
11277dependencies = [
11278 "bitflags 2.13.1",
11279 "inotify 0.11.0",
11280 "kqueue",
11281 "libc",
11282 "log",
11283 "mio 1.2.0",
11284 "notify-types",
11285 "objc2-core-foundation",
11286 "objc2-core-services",
11287 "walkdir",
11288 "windows-sys 0.61.2",
11289 "xxhash-rust",
11290]
11291
11292[[package]]
11293name = "notify-debouncer-mini"
11294version = "0.4.1"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11297dependencies = [
11298 "crossbeam-channel",
11299 "log",
11300 "notify 6.1.1",
11301]
11302
11303[[package]]
11304name = "notify-rust"
11305version = "4.18.0"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "c5b4c1b4f2aa9f25f63a7a49d3dd0ed567b3670da15330a66b29434be899b891"
11308dependencies = [
11309 "futures-lite 2.6.1",
11310 "log",
11311 "mac-notification-sys",
11312 "serde",
11313 "tauri-winrt-notification",
11314 "zbus",
11315]
11316
11317[[package]]
11318name = "notify-types"
11319version = "2.1.0"
11320source = "git+https://github.com/zed-industries/notify?rev=0890bbb8ca40a4b5d1f67031698dd7918b37d991#0890bbb8ca40a4b5d1f67031698dd7918b37d991"
11321dependencies = [
11322 "bitflags 2.13.1",
11323]
11324
11325[[package]]
11326name = "ntapi"
11327version = "0.4.1"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11330dependencies = [
11331 "winapi",
11332]
11333
11334[[package]]
11335name = "nu-ansi-term"
11336version = "0.50.3"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11339dependencies = [
11340 "windows-sys 0.61.2",
11341]
11342
11343[[package]]
11344name = "nucleo"
11345version = "0.5.0"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11348dependencies = [
11349 "nucleo-matcher",
11350 "parking_lot",
11351 "rayon",
11352]
11353
11354[[package]]
11355name = "nucleo-matcher"
11356version = "0.3.1"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11359dependencies = [
11360 "memchr",
11361 "unicode-segmentation",
11362]
11363
11364[[package]]
11365name = "num"
11366version = "0.4.3"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11369dependencies = [
11370 "num-bigint",
11371 "num-complex",
11372 "num-integer",
11373 "num-iter",
11374 "num-rational",
11375 "num-traits",
11376]
11377
11378[[package]]
11379name = "num-bigint"
11380version = "0.4.6"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11383dependencies = [
11384 "num-integer",
11385 "num-traits",
11386]
11387
11388[[package]]
11389name = "num-bigint-dig"
11390version = "0.8.6"
11391source = "registry+https://github.com/rust-lang/crates.io-index"
11392checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11393dependencies = [
11394 "lazy_static",
11395 "libm",
11396 "num-integer",
11397 "num-iter",
11398 "num-traits",
11399 "rand 0.8.6",
11400 "smallvec",
11401 "zeroize",
11402]
11403
11404[[package]]
11405name = "num-bigint-dig"
11406version = "0.9.1"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11409dependencies = [
11410 "libm",
11411 "num-integer",
11412 "num-iter",
11413 "num-traits",
11414 "once_cell",
11415 "rand 0.9.4",
11416 "serde",
11417 "smallvec",
11418 "zeroize",
11419]
11420
11421[[package]]
11422name = "num-cmp"
11423version = "0.1.0"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11426
11427[[package]]
11428name = "num-complex"
11429version = "0.4.6"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11432dependencies = [
11433 "num-traits",
11434]
11435
11436[[package]]
11437name = "num-conv"
11438version = "0.2.0"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11441
11442[[package]]
11443name = "num-derive"
11444version = "0.4.2"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11447dependencies = [
11448 "proc-macro2",
11449 "quote",
11450 "syn 2.0.117",
11451]
11452
11453[[package]]
11454name = "num-format"
11455version = "0.4.4"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11458dependencies = [
11459 "arrayvec",
11460 "itoa",
11461]
11462
11463[[package]]
11464name = "num-integer"
11465version = "0.1.46"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11468dependencies = [
11469 "num-traits",
11470]
11471
11472[[package]]
11473name = "num-iter"
11474version = "0.1.45"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11477dependencies = [
11478 "autocfg",
11479 "num-integer",
11480 "num-traits",
11481]
11482
11483[[package]]
11484name = "num-rational"
11485version = "0.4.2"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11488dependencies = [
11489 "num-bigint",
11490 "num-integer",
11491 "num-traits",
11492]
11493
11494[[package]]
11495name = "num-traits"
11496version = "0.2.19"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11499dependencies = [
11500 "autocfg",
11501 "libm",
11502]
11503
11504[[package]]
11505name = "num_cpus"
11506version = "1.17.0"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11509dependencies = [
11510 "hermit-abi",
11511 "libc",
11512]
11513
11514[[package]]
11515name = "num_enum"
11516version = "0.7.4"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11519dependencies = [
11520 "num_enum_derive",
11521 "rustversion",
11522]
11523
11524[[package]]
11525name = "num_enum_derive"
11526version = "0.7.4"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11529dependencies = [
11530 "proc-macro-crate",
11531 "proc-macro2",
11532 "quote",
11533 "syn 2.0.117",
11534]
11535
11536[[package]]
11537name = "num_threads"
11538version = "0.1.7"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11541dependencies = [
11542 "libc",
11543]
11544
11545[[package]]
11546name = "nvim-rs"
11547version = "0.9.2"
11548source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11549dependencies = [
11550 "async-trait",
11551 "futures 0.3.32",
11552 "log",
11553 "rmp",
11554 "rmpv",
11555 "tokio",
11556 "tokio-util",
11557]
11558
11559[[package]]
11560name = "oauth_callback_server"
11561version = "0.1.0"
11562dependencies = [
11563 "anyhow",
11564 "futures 0.3.32",
11565 "log",
11566 "tiny_http",
11567 "url",
11568]
11569
11570[[package]]
11571name = "objc"
11572version = "0.2.7"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11575dependencies = [
11576 "malloc_buf",
11577 "objc_exception",
11578]
11579
11580[[package]]
11581name = "objc-foundation"
11582version = "0.1.1"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11585dependencies = [
11586 "block",
11587 "objc",
11588 "objc_id",
11589]
11590
11591[[package]]
11592name = "objc-sys"
11593version = "0.3.5"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
11596
11597[[package]]
11598name = "objc2"
11599version = "0.5.2"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
11602dependencies = [
11603 "objc-sys",
11604 "objc2-encode",
11605]
11606
11607[[package]]
11608name = "objc2"
11609version = "0.6.3"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11612dependencies = [
11613 "objc2-encode",
11614]
11615
11616[[package]]
11617name = "objc2-app-kit"
11618version = "0.2.2"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
11621dependencies = [
11622 "bitflags 2.13.1",
11623 "block2 0.5.1",
11624 "libc",
11625 "objc2 0.5.2",
11626 "objc2-core-data",
11627 "objc2-core-image",
11628 "objc2-foundation 0.2.2",
11629 "objc2-quartz-core 0.2.2",
11630]
11631
11632[[package]]
11633name = "objc2-app-kit"
11634version = "0.3.2"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
11637dependencies = [
11638 "bitflags 2.13.1",
11639 "objc2 0.6.3",
11640 "objc2-core-foundation",
11641 "objc2-foundation 0.3.2",
11642]
11643
11644[[package]]
11645name = "objc2-audio-toolbox"
11646version = "0.3.2"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11649dependencies = [
11650 "bitflags 2.13.1",
11651 "libc",
11652 "objc2 0.6.3",
11653 "objc2-core-audio",
11654 "objc2-core-audio-types",
11655 "objc2-core-foundation",
11656 "objc2-foundation 0.3.2",
11657]
11658
11659[[package]]
11660name = "objc2-avf-audio"
11661version = "0.3.2"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11664dependencies = [
11665 "objc2 0.6.3",
11666 "objc2-foundation 0.3.2",
11667]
11668
11669[[package]]
11670name = "objc2-core-audio"
11671version = "0.3.2"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11674dependencies = [
11675 "dispatch2",
11676 "objc2 0.6.3",
11677 "objc2-core-audio-types",
11678 "objc2-core-foundation",
11679 "objc2-foundation 0.3.2",
11680]
11681
11682[[package]]
11683name = "objc2-core-audio-types"
11684version = "0.3.2"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11687dependencies = [
11688 "bitflags 2.13.1",
11689 "objc2 0.6.3",
11690]
11691
11692[[package]]
11693name = "objc2-core-data"
11694version = "0.2.2"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
11697dependencies = [
11698 "bitflags 2.13.1",
11699 "block2 0.5.1",
11700 "objc2 0.5.2",
11701 "objc2-foundation 0.2.2",
11702]
11703
11704[[package]]
11705name = "objc2-core-foundation"
11706version = "0.3.2"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11709dependencies = [
11710 "bitflags 2.13.1",
11711 "block2 0.6.2",
11712 "dispatch2",
11713 "libc",
11714 "objc2 0.6.3",
11715]
11716
11717[[package]]
11718name = "objc2-core-image"
11719version = "0.2.2"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
11722dependencies = [
11723 "block2 0.5.1",
11724 "objc2 0.5.2",
11725 "objc2-foundation 0.2.2",
11726 "objc2-metal 0.2.2",
11727]
11728
11729[[package]]
11730name = "objc2-core-location"
11731version = "0.3.2"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009"
11734dependencies = [
11735 "objc2 0.6.3",
11736 "objc2-foundation 0.3.2",
11737]
11738
11739[[package]]
11740name = "objc2-core-services"
11741version = "0.3.2"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "583300ad934cba24ff5292aee751ecc070f7ca6b39a574cc21b7b5e588e06a0b"
11744dependencies = [
11745 "libc",
11746 "objc2-core-foundation",
11747]
11748
11749[[package]]
11750name = "objc2-encode"
11751version = "4.1.0"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11754
11755[[package]]
11756name = "objc2-foundation"
11757version = "0.2.2"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
11760dependencies = [
11761 "bitflags 2.13.1",
11762 "block2 0.5.1",
11763 "libc",
11764 "objc2 0.5.2",
11765]
11766
11767[[package]]
11768name = "objc2-foundation"
11769version = "0.3.2"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11772dependencies = [
11773 "bitflags 2.13.1",
11774 "block2 0.6.2",
11775 "libc",
11776 "objc2 0.6.3",
11777 "objc2-core-foundation",
11778]
11779
11780[[package]]
11781name = "objc2-io-kit"
11782version = "0.3.2"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11785dependencies = [
11786 "libc",
11787 "objc2-core-foundation",
11788]
11789
11790[[package]]
11791name = "objc2-metal"
11792version = "0.2.2"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
11795dependencies = [
11796 "bitflags 2.13.1",
11797 "block2 0.5.1",
11798 "objc2 0.5.2",
11799 "objc2-foundation 0.2.2",
11800]
11801
11802[[package]]
11803name = "objc2-metal"
11804version = "0.3.2"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11807dependencies = [
11808 "bitflags 2.13.1",
11809 "block2 0.6.2",
11810 "dispatch2",
11811 "objc2 0.6.3",
11812 "objc2-core-foundation",
11813 "objc2-foundation 0.3.2",
11814]
11815
11816[[package]]
11817name = "objc2-quartz-core"
11818version = "0.2.2"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
11821dependencies = [
11822 "bitflags 2.13.1",
11823 "block2 0.5.1",
11824 "objc2 0.5.2",
11825 "objc2-foundation 0.2.2",
11826 "objc2-metal 0.2.2",
11827]
11828
11829[[package]]
11830name = "objc2-quartz-core"
11831version = "0.3.2"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11834dependencies = [
11835 "bitflags 2.13.1",
11836 "objc2 0.6.3",
11837 "objc2-core-foundation",
11838 "objc2-foundation 0.3.2",
11839 "objc2-metal 0.3.2",
11840]
11841
11842[[package]]
11843name = "objc2-user-notifications"
11844version = "0.3.2"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e"
11847dependencies = [
11848 "bitflags 2.13.1",
11849 "block2 0.6.2",
11850 "objc2 0.6.3",
11851 "objc2-core-location",
11852 "objc2-foundation 0.3.2",
11853]
11854
11855[[package]]
11856name = "objc_exception"
11857version = "0.1.2"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11860dependencies = [
11861 "cc",
11862]
11863
11864[[package]]
11865name = "objc_id"
11866version = "0.1.1"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11869dependencies = [
11870 "objc",
11871]
11872
11873[[package]]
11874name = "object"
11875version = "0.37.3"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11878dependencies = [
11879 "crc32fast",
11880 "hashbrown 0.15.5",
11881 "indexmap 2.14.0",
11882 "memchr",
11883]
11884
11885[[package]]
11886name = "octocrab"
11887version = "0.49.7"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11890dependencies = [
11891 "arc-swap",
11892 "async-trait",
11893 "base64 0.22.1",
11894 "bytes 1.11.1",
11895 "cargo_metadata 0.23.1",
11896 "cfg-if",
11897 "chrono",
11898 "either",
11899 "futures 0.3.32",
11900 "futures-core",
11901 "futures-util",
11902 "getrandom 0.2.16",
11903 "http 1.3.1",
11904 "http-body 1.0.1",
11905 "http-body-util",
11906 "hyper 1.7.0",
11907 "hyper-rustls 0.27.9",
11908 "hyper-timeout",
11909 "hyper-util",
11910 "jsonwebtoken",
11911 "once_cell",
11912 "percent-encoding",
11913 "pin-project",
11914 "secrecy",
11915 "serde",
11916 "serde_json",
11917 "serde_path_to_error",
11918 "serde_urlencoded",
11919 "snafu",
11920 "tokio",
11921 "tower",
11922 "tower-http",
11923 "url",
11924 "web-time",
11925]
11926
11927[[package]]
11928name = "ollama"
11929version = "0.1.0"
11930dependencies = [
11931 "anyhow",
11932 "futures 0.3.32",
11933 "http_client",
11934 "schemars 1.0.4",
11935 "serde",
11936 "serde_json",
11937 "settings",
11938]
11939
11940[[package]]
11941name = "omega_acp_server"
11942version = "0.1.0"
11943dependencies = [
11944 "agent-client-protocol",
11945 "futures 0.3.32",
11946 "log",
11947 "omega_front_door",
11948 "serde_json",
11949 "smol",
11950]
11951
11952[[package]]
11953name = "omega_deltas"
11954version = "0.1.0"
11955dependencies = [
11956 "serde_json",
11957 "sha2",
11958]
11959
11960[[package]]
11961name = "omega_effectd"
11962version = "0.1.0"
11963dependencies = [
11964 "anyhow",
11965 "async-io",
11966 "async-tungstenite",
11967 "base64 0.22.1",
11968 "credentials_provider",
11969 "futures 0.3.32",
11970 "gpui",
11971 "http_client",
11972 "libc",
11973 "log",
11974 "nostr",
11975 "omega_acp_server",
11976 "omega_identity",
11977 "paths",
11978 "rand 0.9.4",
11979 "serde",
11980 "serde_json",
11981 "sha2",
11982 "smol",
11983 "tempfile",
11984 "thiserror 2.0.17",
11985 "url",
11986 "util",
11987 "workroom_receipts",
11988 "zed_credentials_provider",
11989]
11990
11991[[package]]
11992name = "omega_exo_lane"
11993version = "0.1.0"
11994dependencies = [
11995 "omega_front_door",
11996 "omega_harness",
11997 "serde",
11998]
11999
12000[[package]]
12001name = "omega_front_door"
12002version = "0.1.0"
12003
12004[[package]]
12005name = "omega_harness"
12006version = "0.1.0"
12007dependencies = [
12008 "serde",
12009 "serde_json",
12010 "sha2",
12011]
12012
12013[[package]]
12014name = "omega_identity"
12015version = "0.1.0"
12016dependencies = [
12017 "anyhow",
12018 "app_identity",
12019 "atomic-write-file",
12020 "clap",
12021 "hex",
12022 "keyring",
12023 "libc",
12024 "nostr",
12025 "paths",
12026 "serde",
12027 "serde_json",
12028 "sha2",
12029 "smol",
12030 "tempfile",
12031 "thiserror 2.0.17",
12032 "windows-sys 0.61.2",
12033 "zeroize",
12034]
12035
12036[[package]]
12037name = "onboarding"
12038version = "0.1.0"
12039dependencies = [
12040 "anyhow",
12041 "app_identity",
12042 "client",
12043 "cloud_api_types",
12044 "collections",
12045 "command_palette_hooks",
12046 "component",
12047 "db",
12048 "documented",
12049 "fs",
12050 "futures 0.3.32",
12051 "fuzzy",
12052 "gpui",
12053 "menu",
12054 "notifications",
12055 "omega_identity",
12056 "paths",
12057 "picker",
12058 "project",
12059 "schemars 1.0.4",
12060 "serde",
12061 "serde_json",
12062 "settings",
12063 "telemetry",
12064 "theme",
12065 "theme_settings",
12066 "thiserror 2.0.17",
12067 "ui",
12068 "ui_input",
12069 "unicode-segmentation",
12070 "util",
12071 "uuid",
12072 "vim_mode_setting",
12073 "workspace",
12074 "zed_actions",
12075 "zeroize",
12076 "zlog",
12077]
12078
12079[[package]]
12080name = "once_cell"
12081version = "1.21.4"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
12084
12085[[package]]
12086name = "once_cell_polyfill"
12087version = "1.70.1"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
12090
12091[[package]]
12092name = "oo7"
12093version = "0.6.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
12096dependencies = [
12097 "aes",
12098 "ashpd",
12099 "async-fs",
12100 "async-io",
12101 "async-lock",
12102 "blocking",
12103 "cbc",
12104 "cipher",
12105 "digest",
12106 "endi",
12107 "futures-lite 2.6.1",
12108 "futures-util",
12109 "getrandom 0.4.1",
12110 "hkdf",
12111 "hmac",
12112 "md-5",
12113 "num",
12114 "num-bigint-dig 0.9.1",
12115 "pbkdf2 0.12.2",
12116 "serde",
12117 "serde_bytes",
12118 "sha2",
12119 "subtle",
12120 "zbus",
12121 "zbus_macros",
12122 "zeroize",
12123 "zvariant",
12124]
12125
12126[[package]]
12127name = "oorandom"
12128version = "11.1.5"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
12131
12132[[package]]
12133name = "opaque-debug"
12134version = "0.3.1"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
12137
12138[[package]]
12139name = "open"
12140version = "5.3.2"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
12143dependencies = [
12144 "is-wsl",
12145 "libc",
12146 "pathdiff",
12147]
12148
12149[[package]]
12150name = "open_ai"
12151version = "0.1.0"
12152dependencies = [
12153 "anyhow",
12154 "collections",
12155 "futures 0.3.32",
12156 "http_client",
12157 "language_model_core",
12158 "log",
12159 "pretty_assertions",
12160 "rand 0.9.4",
12161 "schemars 1.0.4",
12162 "serde",
12163 "serde_json",
12164 "strum 0.27.2",
12165 "thiserror 2.0.17",
12166]
12167
12168[[package]]
12169name = "open_path_prompt"
12170version = "0.1.0"
12171dependencies = [
12172 "editor",
12173 "file_icons",
12174 "futures 0.3.32",
12175 "fuzzy",
12176 "gpui",
12177 "picker",
12178 "project",
12179 "project_panel",
12180 "schemars 1.0.4",
12181 "serde",
12182 "serde_json",
12183 "settings",
12184 "theme",
12185 "theme_settings",
12186 "ui",
12187 "util",
12188 "workspace",
12189]
12190
12191[[package]]
12192name = "open_router"
12193version = "0.1.0"
12194dependencies = [
12195 "anyhow",
12196 "app_identity",
12197 "futures 0.3.32",
12198 "http_client",
12199 "language_model_core",
12200 "schemars 1.0.4",
12201 "serde",
12202 "serde_json",
12203 "settings",
12204 "strum 0.27.2",
12205 "thiserror 2.0.17",
12206]
12207
12208[[package]]
12209name = "opencode"
12210version = "0.1.0"
12211dependencies = [
12212 "anyhow",
12213 "futures 0.3.32",
12214 "google_ai",
12215 "http_client",
12216 "language_model_core",
12217 "schemars 1.0.4",
12218 "serde",
12219 "serde_json",
12220 "strum 0.27.2",
12221]
12222
12223[[package]]
12224name = "opener"
12225version = "0.7.2"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
12228dependencies = [
12229 "bstr",
12230 "dbus",
12231 "normpath",
12232 "windows-sys 0.59.0",
12233]
12234
12235[[package]]
12236name = "openssl"
12237version = "0.10.81"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
12240dependencies = [
12241 "bitflags 2.13.1",
12242 "cfg-if",
12243 "foreign-types 0.3.2",
12244 "libc",
12245 "openssl-macros",
12246 "openssl-sys",
12247]
12248
12249[[package]]
12250name = "openssl-macros"
12251version = "0.1.1"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
12254dependencies = [
12255 "proc-macro2",
12256 "quote",
12257 "syn 2.0.117",
12258]
12259
12260[[package]]
12261name = "openssl-probe"
12262version = "0.1.6"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
12265
12266[[package]]
12267name = "openssl-probe"
12268version = "0.2.1"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
12271
12272[[package]]
12273name = "openssl-src"
12274version = "300.6.1+3.6.3"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "46eb8fb9fb3b61ce1c0f8a026c4c1a0714d3a9e138e7fbde78753ce2babc3846"
12277dependencies = [
12278 "cc",
12279]
12280
12281[[package]]
12282name = "openssl-sys"
12283version = "0.9.117"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
12286dependencies = [
12287 "cc",
12288 "libc",
12289 "openssl-src",
12290 "pkg-config",
12291 "vcpkg",
12292]
12293
12294[[package]]
12295name = "optfield"
12296version = "0.4.0"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
12299dependencies = [
12300 "proc-macro2",
12301 "quote",
12302 "syn 2.0.117",
12303]
12304
12305[[package]]
12306name = "option-ext"
12307version = "0.2.0"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
12310
12311[[package]]
12312name = "ordered-float"
12313version = "2.10.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
12316dependencies = [
12317 "num-traits",
12318]
12319
12320[[package]]
12321name = "ordered-float"
12322version = "4.6.0"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
12325dependencies = [
12326 "num-traits",
12327]
12328
12329[[package]]
12330name = "ordered-stream"
12331version = "0.2.0"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
12334dependencies = [
12335 "futures-core",
12336 "pin-project-lite",
12337]
12338
12339[[package]]
12340name = "outline"
12341version = "0.1.0"
12342dependencies = [
12343 "editor",
12344 "futures 0.3.32",
12345 "fuzzy_nucleo",
12346 "gpui",
12347 "indoc",
12348 "language",
12349 "lsp",
12350 "menu",
12351 "picker",
12352 "picker_preview",
12353 "project",
12354 "rope",
12355 "serde_json",
12356 "settings",
12357 "theme",
12358 "theme_settings",
12359 "ui",
12360 "util",
12361 "workspace",
12362 "zed_actions",
12363]
12364
12365[[package]]
12366name = "outline_panel"
12367version = "0.1.0"
12368dependencies = [
12369 "anyhow",
12370 "async-channel 2.5.0",
12371 "collections",
12372 "db",
12373 "editor",
12374 "file_icons",
12375 "futures 0.3.32",
12376 "fuzzy",
12377 "gpui",
12378 "itertools 0.14.0",
12379 "language",
12380 "log",
12381 "lsp",
12382 "menu",
12383 "outline",
12384 "pretty_assertions",
12385 "project",
12386 "search",
12387 "serde",
12388 "serde_json",
12389 "settings",
12390 "smallvec",
12391 "theme",
12392 "theme_settings",
12393 "ui",
12394 "util",
12395 "workspace",
12396 "worktree",
12397 "zed_actions",
12398]
12399
12400[[package]]
12401name = "outref"
12402version = "0.5.2"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12405
12406[[package]]
12407name = "page_size"
12408version = "0.6.0"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12411dependencies = [
12412 "libc",
12413 "winapi",
12414]
12415
12416[[package]]
12417name = "palette"
12418version = "0.7.6"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12421dependencies = [
12422 "approx 0.5.1",
12423 "fast-srgb8",
12424 "palette_derive",
12425 "phf 0.11.3",
12426]
12427
12428[[package]]
12429name = "palette_derive"
12430version = "0.7.6"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12433dependencies = [
12434 "by_address",
12435 "proc-macro2",
12436 "quote",
12437 "syn 2.0.117",
12438]
12439
12440[[package]]
12441name = "panel"
12442version = "0.1.0"
12443dependencies = [
12444 "gpui",
12445 "ui",
12446 "workspace",
12447]
12448
12449[[package]]
12450name = "parking"
12451version = "2.2.1"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12454
12455[[package]]
12456name = "parking_lot"
12457version = "0.12.5"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12460dependencies = [
12461 "lock_api",
12462 "parking_lot_core",
12463]
12464
12465[[package]]
12466name = "parking_lot_core"
12467version = "0.9.12"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12470dependencies = [
12471 "cfg-if",
12472 "libc",
12473 "redox_syscall 0.5.18",
12474 "smallvec",
12475 "windows-link 0.2.1",
12476]
12477
12478[[package]]
12479name = "parse_int"
12480version = "0.9.0"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12483dependencies = [
12484 "num-traits",
12485]
12486
12487[[package]]
12488name = "partial-json-fixer"
12489version = "0.5.3"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12492
12493[[package]]
12494name = "password-hash"
12495version = "0.4.2"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12498dependencies = [
12499 "base64ct",
12500 "rand_core 0.6.4",
12501 "subtle",
12502]
12503
12504[[package]]
12505name = "password-hash"
12506version = "0.5.0"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
12509dependencies = [
12510 "base64ct",
12511 "rand_core 0.6.4",
12512 "subtle",
12513]
12514
12515[[package]]
12516name = "paste"
12517version = "1.0.15"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12520
12521[[package]]
12522name = "pastey"
12523version = "0.1.1"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12526
12527[[package]]
12528name = "path"
12529version = "0.1.0"
12530dependencies = [
12531 "anyhow",
12532 "dunce",
12533 "serde",
12534 "tempfile",
12535]
12536
12537[[package]]
12538name = "pathdiff"
12539version = "0.2.3"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12542
12543[[package]]
12544name = "pathfinder_geometry"
12545version = "0.5.1"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12548dependencies = [
12549 "log",
12550 "pathfinder_simd",
12551]
12552
12553[[package]]
12554name = "pathfinder_simd"
12555version = "0.5.5"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12558dependencies = [
12559 "rustc_version",
12560]
12561
12562[[package]]
12563name = "paths"
12564version = "0.1.0"
12565dependencies = [
12566 "app_identity",
12567 "dirs",
12568 "ignore",
12569 "util",
12570]
12571
12572[[package]]
12573name = "pbjson"
12574version = "0.6.0"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12577dependencies = [
12578 "base64 0.21.7",
12579 "serde",
12580]
12581
12582[[package]]
12583name = "pbjson-build"
12584version = "0.6.2"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12587dependencies = [
12588 "heck 0.4.1",
12589 "itertools 0.11.0",
12590 "prost 0.12.6",
12591 "prost-types 0.12.6",
12592]
12593
12594[[package]]
12595name = "pbjson-types"
12596version = "0.6.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12599dependencies = [
12600 "bytes 1.11.1",
12601 "chrono",
12602 "pbjson",
12603 "pbjson-build",
12604 "prost 0.12.6",
12605 "prost-build 0.12.6",
12606 "serde",
12607]
12608
12609[[package]]
12610name = "pbkdf2"
12611version = "0.11.0"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12614dependencies = [
12615 "digest",
12616 "hmac",
12617 "password-hash 0.4.2",
12618 "sha2",
12619]
12620
12621[[package]]
12622name = "pbkdf2"
12623version = "0.12.2"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12626dependencies = [
12627 "digest",
12628 "hmac",
12629]
12630
12631[[package]]
12632name = "pciid-parser"
12633version = "0.8.0"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12636
12637[[package]]
12638name = "peg"
12639version = "0.8.5"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12642dependencies = [
12643 "peg-macros",
12644 "peg-runtime",
12645]
12646
12647[[package]]
12648name = "peg-macros"
12649version = "0.8.5"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12652dependencies = [
12653 "peg-runtime",
12654 "proc-macro2",
12655 "quote",
12656]
12657
12658[[package]]
12659name = "peg-runtime"
12660version = "0.8.5"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12663
12664[[package]]
12665name = "pem"
12666version = "3.0.6"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12669dependencies = [
12670 "base64 0.22.1",
12671 "serde_core",
12672]
12673
12674[[package]]
12675name = "pem-rfc7468"
12676version = "0.7.0"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12679dependencies = [
12680 "base64ct",
12681]
12682
12683[[package]]
12684name = "percent-encoding"
12685version = "2.3.2"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12688
12689[[package]]
12690name = "perf"
12691version = "0.1.0"
12692dependencies = [
12693 "collections",
12694 "serde",
12695 "serde_json",
12696]
12697
12698[[package]]
12699name = "pest"
12700version = "2.8.3"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12703dependencies = [
12704 "memchr",
12705 "ucd-trie",
12706]
12707
12708[[package]]
12709name = "pest_derive"
12710version = "2.8.3"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12713dependencies = [
12714 "pest",
12715 "pest_generator",
12716]
12717
12718[[package]]
12719name = "pest_generator"
12720version = "2.8.3"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12723dependencies = [
12724 "pest",
12725 "pest_meta",
12726 "proc-macro2",
12727 "quote",
12728 "syn 2.0.117",
12729]
12730
12731[[package]]
12732name = "pest_meta"
12733version = "2.8.3"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12736dependencies = [
12737 "pest",
12738 "sha2",
12739]
12740
12741[[package]]
12742name = "pet"
12743version = "0.1.0"
12744source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12745dependencies = [
12746 "clap",
12747 "env_logger 0.10.2",
12748 "lazy_static",
12749 "log",
12750 "msvc_spectre_libs",
12751 "pet-conda",
12752 "pet-core",
12753 "pet-env-var-path",
12754 "pet-fs",
12755 "pet-global-virtualenvs",
12756 "pet-homebrew",
12757 "pet-jsonrpc",
12758 "pet-linux-global-python",
12759 "pet-mac-commandlinetools",
12760 "pet-mac-python-org",
12761 "pet-mac-xcode",
12762 "pet-pipenv",
12763 "pet-pixi",
12764 "pet-poetry",
12765 "pet-pyenv",
12766 "pet-python-utils",
12767 "pet-reporter",
12768 "pet-telemetry",
12769 "pet-uv",
12770 "pet-venv",
12771 "pet-virtualenv",
12772 "pet-virtualenvwrapper",
12773 "pet-windows-registry",
12774 "pet-windows-store",
12775 "pet-winpython",
12776 "serde",
12777 "serde_json",
12778 "tracing",
12779 "tracing-subscriber",
12780 "winresource",
12781]
12782
12783[[package]]
12784name = "pet-conda"
12785version = "0.1.0"
12786source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12787dependencies = [
12788 "env_logger 0.10.2",
12789 "lazy_static",
12790 "log",
12791 "msvc_spectre_libs",
12792 "pet-core",
12793 "pet-fs",
12794 "pet-python-utils",
12795 "pet-reporter",
12796 "rayon",
12797 "regex",
12798 "serde",
12799 "serde_json",
12800 "yaml-rust2",
12801]
12802
12803[[package]]
12804name = "pet-core"
12805version = "0.1.0"
12806source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12807dependencies = [
12808 "clap",
12809 "lazy_static",
12810 "log",
12811 "msvc_spectre_libs",
12812 "pet-fs",
12813 "regex",
12814 "serde",
12815 "serde_json",
12816]
12817
12818[[package]]
12819name = "pet-env-var-path"
12820version = "0.1.0"
12821source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12822dependencies = [
12823 "lazy_static",
12824 "log",
12825 "msvc_spectre_libs",
12826 "pet-conda",
12827 "pet-core",
12828 "pet-fs",
12829 "pet-python-utils",
12830 "pet-virtualenv",
12831 "regex",
12832]
12833
12834[[package]]
12835name = "pet-fs"
12836version = "0.1.0"
12837source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12838dependencies = [
12839 "glob",
12840 "log",
12841 "msvc_spectre_libs",
12842 "windows-sys 0.59.0",
12843]
12844
12845[[package]]
12846name = "pet-global-virtualenvs"
12847version = "0.1.0"
12848source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12849dependencies = [
12850 "log",
12851 "msvc_spectre_libs",
12852 "pet-conda",
12853 "pet-core",
12854 "pet-fs",
12855 "pet-virtualenv",
12856]
12857
12858[[package]]
12859name = "pet-homebrew"
12860version = "0.1.0"
12861source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12862dependencies = [
12863 "lazy_static",
12864 "log",
12865 "msvc_spectre_libs",
12866 "pet-conda",
12867 "pet-core",
12868 "pet-fs",
12869 "pet-python-utils",
12870 "pet-virtualenv",
12871 "rayon",
12872 "regex",
12873 "serde",
12874 "serde_json",
12875]
12876
12877[[package]]
12878name = "pet-jsonrpc"
12879version = "0.1.0"
12880source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12881dependencies = [
12882 "env_logger 0.10.2",
12883 "log",
12884 "msvc_spectre_libs",
12885 "pet-core",
12886 "serde",
12887 "serde_json",
12888]
12889
12890[[package]]
12891name = "pet-linux-global-python"
12892version = "0.1.0"
12893source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12894dependencies = [
12895 "log",
12896 "msvc_spectre_libs",
12897 "pet-core",
12898 "pet-fs",
12899 "pet-python-utils",
12900 "pet-virtualenv",
12901]
12902
12903[[package]]
12904name = "pet-mac-commandlinetools"
12905version = "0.1.0"
12906source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12907dependencies = [
12908 "log",
12909 "msvc_spectre_libs",
12910 "pet-core",
12911 "pet-fs",
12912 "pet-python-utils",
12913 "pet-virtualenv",
12914]
12915
12916[[package]]
12917name = "pet-mac-python-org"
12918version = "0.1.0"
12919source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12920dependencies = [
12921 "log",
12922 "msvc_spectre_libs",
12923 "pet-core",
12924 "pet-fs",
12925 "pet-python-utils",
12926 "pet-virtualenv",
12927]
12928
12929[[package]]
12930name = "pet-mac-xcode"
12931version = "0.1.0"
12932source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12933dependencies = [
12934 "log",
12935 "msvc_spectre_libs",
12936 "pet-core",
12937 "pet-fs",
12938 "pet-python-utils",
12939 "pet-virtualenv",
12940]
12941
12942[[package]]
12943name = "pet-pipenv"
12944version = "0.1.0"
12945source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12946dependencies = [
12947 "lazy_static",
12948 "log",
12949 "msvc_spectre_libs",
12950 "pet-core",
12951 "pet-fs",
12952 "pet-python-utils",
12953 "pet-virtualenv",
12954 "regex",
12955]
12956
12957[[package]]
12958name = "pet-pixi"
12959version = "0.1.0"
12960source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12961dependencies = [
12962 "log",
12963 "msvc_spectre_libs",
12964 "pet-conda",
12965 "pet-core",
12966 "pet-python-utils",
12967]
12968
12969[[package]]
12970name = "pet-poetry"
12971version = "0.1.0"
12972source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12973dependencies = [
12974 "base64 0.22.1",
12975 "lazy_static",
12976 "log",
12977 "msvc_spectre_libs",
12978 "pet-core",
12979 "pet-fs",
12980 "pet-python-utils",
12981 "pet-reporter",
12982 "pet-virtualenv",
12983 "regex",
12984 "serde",
12985 "serde_json",
12986 "sha2",
12987 "toml 0.8.23",
12988]
12989
12990[[package]]
12991name = "pet-pyenv"
12992version = "0.1.0"
12993source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12994dependencies = [
12995 "lazy_static",
12996 "log",
12997 "msvc_spectre_libs",
12998 "pet-conda",
12999 "pet-core",
13000 "pet-fs",
13001 "pet-python-utils",
13002 "pet-reporter",
13003 "regex",
13004 "serde",
13005 "serde_json",
13006]
13007
13008[[package]]
13009name = "pet-python-utils"
13010version = "0.1.0"
13011source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13012dependencies = [
13013 "env_logger 0.10.2",
13014 "lazy_static",
13015 "log",
13016 "msvc_spectre_libs",
13017 "pet-core",
13018 "pet-fs",
13019 "regex",
13020 "serde",
13021 "serde_json",
13022 "sha2",
13023]
13024
13025[[package]]
13026name = "pet-reporter"
13027version = "0.1.0"
13028source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13029dependencies = [
13030 "env_logger 0.10.2",
13031 "log",
13032 "msvc_spectre_libs",
13033 "pet-core",
13034 "pet-jsonrpc",
13035 "serde",
13036 "serde_json",
13037]
13038
13039[[package]]
13040name = "pet-telemetry"
13041version = "0.1.0"
13042source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13043dependencies = [
13044 "env_logger 0.10.2",
13045 "lazy_static",
13046 "log",
13047 "msvc_spectre_libs",
13048 "pet-core",
13049 "pet-fs",
13050 "pet-python-utils",
13051 "regex",
13052]
13053
13054[[package]]
13055name = "pet-uv"
13056version = "0.1.0"
13057source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13058dependencies = [
13059 "log",
13060 "pet-core",
13061 "pet-python-utils",
13062 "serde",
13063 "toml 0.9.8",
13064]
13065
13066[[package]]
13067name = "pet-venv"
13068version = "0.1.0"
13069source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13070dependencies = [
13071 "log",
13072 "msvc_spectre_libs",
13073 "pet-core",
13074 "pet-python-utils",
13075 "pet-virtualenv",
13076]
13077
13078[[package]]
13079name = "pet-virtualenv"
13080version = "0.1.0"
13081source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13082dependencies = [
13083 "log",
13084 "msvc_spectre_libs",
13085 "pet-core",
13086 "pet-fs",
13087 "pet-python-utils",
13088]
13089
13090[[package]]
13091name = "pet-virtualenvwrapper"
13092version = "0.1.0"
13093source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13094dependencies = [
13095 "log",
13096 "msvc_spectre_libs",
13097 "pet-core",
13098 "pet-fs",
13099 "pet-python-utils",
13100 "pet-virtualenv",
13101]
13102
13103[[package]]
13104name = "pet-windows-registry"
13105version = "0.1.0"
13106source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13107dependencies = [
13108 "lazy_static",
13109 "log",
13110 "msvc_spectre_libs",
13111 "pet-conda",
13112 "pet-core",
13113 "pet-fs",
13114 "pet-python-utils",
13115 "pet-virtualenv",
13116 "pet-windows-store",
13117 "regex",
13118 "winreg 0.55.0",
13119]
13120
13121[[package]]
13122name = "pet-windows-store"
13123version = "0.1.0"
13124source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13125dependencies = [
13126 "lazy_static",
13127 "log",
13128 "msvc_spectre_libs",
13129 "pet-core",
13130 "pet-fs",
13131 "pet-python-utils",
13132 "pet-virtualenv",
13133 "regex",
13134 "winreg 0.55.0",
13135]
13136
13137[[package]]
13138name = "pet-winpython"
13139version = "0.1.0"
13140source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
13141dependencies = [
13142 "lazy_static",
13143 "log",
13144 "pet-core",
13145 "pet-fs",
13146 "pet-python-utils",
13147 "pet-virtualenv",
13148 "regex",
13149]
13150
13151[[package]]
13152name = "petgraph"
13153version = "0.6.5"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
13156dependencies = [
13157 "fixedbitset 0.4.2",
13158 "indexmap 2.14.0",
13159]
13160
13161[[package]]
13162name = "phf"
13163version = "0.11.3"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
13166dependencies = [
13167 "phf_macros 0.11.3",
13168 "phf_shared 0.11.3",
13169]
13170
13171[[package]]
13172name = "phf"
13173version = "0.12.1"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
13176dependencies = [
13177 "phf_macros 0.12.1",
13178 "phf_shared 0.12.1",
13179]
13180
13181[[package]]
13182name = "phf"
13183version = "0.13.1"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
13186dependencies = [
13187 "phf_macros 0.13.1",
13188 "phf_shared 0.13.1",
13189 "serde",
13190]
13191
13192[[package]]
13193name = "phf_codegen"
13194version = "0.11.3"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
13197dependencies = [
13198 "phf_generator 0.11.3",
13199 "phf_shared 0.11.3",
13200]
13201
13202[[package]]
13203name = "phf_codegen"
13204version = "0.13.1"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
13207dependencies = [
13208 "phf_generator 0.13.1",
13209 "phf_shared 0.13.1",
13210]
13211
13212[[package]]
13213name = "phf_generator"
13214version = "0.11.3"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
13217dependencies = [
13218 "phf_shared 0.11.3",
13219 "rand 0.8.6",
13220]
13221
13222[[package]]
13223name = "phf_generator"
13224version = "0.12.1"
13225source = "registry+https://github.com/rust-lang/crates.io-index"
13226checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
13227dependencies = [
13228 "fastrand 2.3.0",
13229 "phf_shared 0.12.1",
13230]
13231
13232[[package]]
13233name = "phf_generator"
13234version = "0.13.1"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
13237dependencies = [
13238 "fastrand 2.3.0",
13239 "phf_shared 0.13.1",
13240]
13241
13242[[package]]
13243name = "phf_macros"
13244version = "0.11.3"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
13247dependencies = [
13248 "phf_generator 0.11.3",
13249 "phf_shared 0.11.3",
13250 "proc-macro2",
13251 "quote",
13252 "syn 2.0.117",
13253]
13254
13255[[package]]
13256name = "phf_macros"
13257version = "0.12.1"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
13260dependencies = [
13261 "phf_generator 0.12.1",
13262 "phf_shared 0.12.1",
13263 "proc-macro2",
13264 "quote",
13265 "syn 2.0.117",
13266]
13267
13268[[package]]
13269name = "phf_macros"
13270version = "0.13.1"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
13273dependencies = [
13274 "phf_generator 0.13.1",
13275 "phf_shared 0.13.1",
13276 "proc-macro2",
13277 "quote",
13278 "syn 2.0.117",
13279]
13280
13281[[package]]
13282name = "phf_shared"
13283version = "0.11.3"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
13286dependencies = [
13287 "siphasher 1.0.1",
13288]
13289
13290[[package]]
13291name = "phf_shared"
13292version = "0.12.1"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
13295dependencies = [
13296 "siphasher 1.0.1",
13297]
13298
13299[[package]]
13300name = "phf_shared"
13301version = "0.13.1"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
13304dependencies = [
13305 "siphasher 1.0.1",
13306]
13307
13308[[package]]
13309name = "picker"
13310version = "0.1.0"
13311dependencies = [
13312 "anyhow",
13313 "db",
13314 "editor",
13315 "gpui",
13316 "language",
13317 "menu",
13318 "project",
13319 "schemars 1.0.4",
13320 "serde",
13321 "serde_json",
13322 "settings",
13323 "theme",
13324 "theme_settings",
13325 "ui",
13326 "ui_input",
13327 "util",
13328 "workspace",
13329 "zed_actions",
13330]
13331
13332[[package]]
13333name = "picker_preview"
13334version = "0.1.0"
13335dependencies = [
13336 "editor",
13337 "gpui",
13338 "language",
13339 "multi_buffer",
13340 "picker",
13341 "project",
13342 "rope",
13343 "settings",
13344 "ui",
13345 "util",
13346]
13347
13348[[package]]
13349name = "pico-args"
13350version = "0.5.0"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
13353
13354[[package]]
13355name = "pin-project"
13356version = "1.1.10"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
13359dependencies = [
13360 "pin-project-internal",
13361]
13362
13363[[package]]
13364name = "pin-project-internal"
13365version = "1.1.10"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
13368dependencies = [
13369 "proc-macro2",
13370 "quote",
13371 "syn 2.0.117",
13372]
13373
13374[[package]]
13375name = "pin-project-lite"
13376version = "0.2.16"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
13379
13380[[package]]
13381name = "pin-utils"
13382version = "0.1.0"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
13385
13386[[package]]
13387name = "piper"
13388version = "0.2.4"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
13391dependencies = [
13392 "atomic-waker",
13393 "fastrand 2.3.0",
13394 "futures-io",
13395]
13396
13397[[package]]
13398name = "pkcs1"
13399version = "0.7.5"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
13402dependencies = [
13403 "der",
13404 "pkcs8",
13405 "spki",
13406]
13407
13408[[package]]
13409name = "pkcs8"
13410version = "0.10.2"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
13413dependencies = [
13414 "der",
13415 "spki",
13416]
13417
13418[[package]]
13419name = "pkg-config"
13420version = "0.3.32"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
13423
13424[[package]]
13425name = "plain"
13426version = "0.2.3"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
13429
13430[[package]]
13431name = "platform_title_bar"
13432version = "0.1.0"
13433dependencies = [
13434 "gpui",
13435 "project",
13436 "settings",
13437 "smallvec",
13438 "theme",
13439 "theme_settings",
13440 "ui",
13441 "windows 0.61.3",
13442 "workspace",
13443 "zed_actions",
13444]
13445
13446[[package]]
13447name = "plist"
13448version = "1.8.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
13451dependencies = [
13452 "base64 0.22.1",
13453 "indexmap 2.14.0",
13454 "quick-xml 0.38.3",
13455 "serde",
13456 "time",
13457]
13458
13459[[package]]
13460name = "plotters"
13461version = "0.3.7"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13464dependencies = [
13465 "num-traits",
13466 "plotters-backend",
13467 "plotters-svg",
13468 "wasm-bindgen",
13469 "web-sys",
13470]
13471
13472[[package]]
13473name = "plotters-backend"
13474version = "0.3.7"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13477
13478[[package]]
13479name = "plotters-svg"
13480version = "0.3.7"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13483dependencies = [
13484 "plotters-backend",
13485]
13486
13487[[package]]
13488name = "png"
13489version = "0.17.16"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13492dependencies = [
13493 "bitflags 1.3.2",
13494 "crc32fast",
13495 "fdeflate",
13496 "flate2",
13497 "miniz_oxide",
13498]
13499
13500[[package]]
13501name = "png"
13502version = "0.18.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13505dependencies = [
13506 "bitflags 2.13.1",
13507 "crc32fast",
13508 "fdeflate",
13509 "flate2",
13510 "miniz_oxide",
13511]
13512
13513[[package]]
13514name = "points_on_curve"
13515version = "0.7.0"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "ca77ae128f56aad518f82cf0af3dcda13b874e59a608dbb287c7887fec97b505"
13518dependencies = [
13519 "euclid",
13520 "num-traits",
13521]
13522
13523[[package]]
13524name = "polling"
13525version = "3.11.0"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13528dependencies = [
13529 "cfg-if",
13530 "concurrent-queue",
13531 "hermit-abi",
13532 "pin-project-lite",
13533 "rustix 1.1.2",
13534 "windows-sys 0.61.2",
13535]
13536
13537[[package]]
13538name = "pollster"
13539version = "0.2.5"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13542
13543[[package]]
13544name = "pollster"
13545version = "0.4.0"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13548
13549[[package]]
13550name = "poly1305"
13551version = "0.8.0"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
13554dependencies = [
13555 "cpufeatures",
13556 "opaque-debug",
13557 "universal-hash",
13558]
13559
13560[[package]]
13561name = "polycool"
13562version = "0.4.0"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6"
13565dependencies = [
13566 "arrayvec",
13567]
13568
13569[[package]]
13570name = "pori"
13571version = "0.0.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13574dependencies = [
13575 "nom 7.1.3",
13576]
13577
13578[[package]]
13579name = "portable-atomic"
13580version = "1.11.1"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13583
13584[[package]]
13585name = "portable-atomic-util"
13586version = "0.2.4"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13589dependencies = [
13590 "portable-atomic",
13591]
13592
13593[[package]]
13594name = "portable-pty"
13595version = "0.9.0"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13598dependencies = [
13599 "anyhow",
13600 "bitflags 1.3.2",
13601 "downcast-rs",
13602 "filedescriptor",
13603 "lazy_static",
13604 "libc",
13605 "log",
13606 "nix 0.28.0",
13607 "serial2",
13608 "shared_library",
13609 "shell-words",
13610 "winapi",
13611 "winreg 0.10.1",
13612]
13613
13614[[package]]
13615name = "postage"
13616version = "0.5.0"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13619dependencies = [
13620 "atomic",
13621 "crossbeam-queue",
13622 "futures 0.3.32",
13623 "log",
13624 "parking_lot",
13625 "pin-project",
13626 "pollster 0.2.5",
13627 "static_assertions",
13628 "thiserror 1.0.69",
13629]
13630
13631[[package]]
13632name = "postcard"
13633version = "1.1.3"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13636dependencies = [
13637 "cobs",
13638 "embedded-io 0.4.0",
13639 "embedded-io 0.6.1",
13640 "serde",
13641]
13642
13643[[package]]
13644name = "potential_utf"
13645version = "0.1.3"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13648dependencies = [
13649 "zerovec",
13650]
13651
13652[[package]]
13653name = "powerfmt"
13654version = "0.2.0"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13657
13658[[package]]
13659name = "ppv-lite86"
13660version = "0.2.21"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13663dependencies = [
13664 "zerocopy",
13665]
13666
13667[[package]]
13668name = "precomputed-hash"
13669version = "0.1.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13672
13673[[package]]
13674name = "presser"
13675version = "0.3.1"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13678
13679[[package]]
13680name = "prettier"
13681version = "0.1.0"
13682dependencies = [
13683 "anyhow",
13684 "collections",
13685 "fs",
13686 "gpui",
13687 "language",
13688 "log",
13689 "lsp",
13690 "node_runtime",
13691 "parking_lot",
13692 "paths",
13693 "serde",
13694 "serde_json",
13695 "util",
13696]
13697
13698[[package]]
13699name = "pretty_assertions"
13700version = "1.4.1"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13703dependencies = [
13704 "diff",
13705 "yansi",
13706]
13707
13708[[package]]
13709name = "prettyplease"
13710version = "0.2.37"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13713dependencies = [
13714 "proc-macro2",
13715 "syn 2.0.117",
13716]
13717
13718[[package]]
13719name = "proc-macro-crate"
13720version = "3.4.0"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13723dependencies = [
13724 "toml_edit 0.23.7",
13725]
13726
13727[[package]]
13728name = "proc-macro-error"
13729version = "1.0.4"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13732dependencies = [
13733 "proc-macro-error-attr",
13734 "proc-macro2",
13735 "quote",
13736 "syn 1.0.109",
13737 "version_check",
13738]
13739
13740[[package]]
13741name = "proc-macro-error-attr"
13742version = "1.0.4"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13745dependencies = [
13746 "proc-macro2",
13747 "quote",
13748 "version_check",
13749]
13750
13751[[package]]
13752name = "proc-macro-error-attr2"
13753version = "2.0.0"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13756dependencies = [
13757 "proc-macro2",
13758 "quote",
13759]
13760
13761[[package]]
13762name = "proc-macro-error2"
13763version = "2.0.1"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13766dependencies = [
13767 "proc-macro-error-attr2",
13768 "proc-macro2",
13769 "quote",
13770 "syn 2.0.117",
13771]
13772
13773[[package]]
13774name = "proc-macro2"
13775version = "1.0.101"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13778dependencies = [
13779 "unicode-ident",
13780]
13781
13782[[package]]
13783name = "procfs-core"
13784version = "0.17.0"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13787dependencies = [
13788 "bitflags 2.13.1",
13789 "hex",
13790 "serde",
13791]
13792
13793[[package]]
13794name = "profiling"
13795version = "1.0.17"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13798dependencies = [
13799 "profiling-procmacros",
13800]
13801
13802[[package]]
13803name = "profiling-procmacros"
13804version = "1.0.17"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13807dependencies = [
13808 "quote",
13809 "syn 2.0.117",
13810]
13811
13812[[package]]
13813name = "project"
13814version = "0.1.0"
13815dependencies = [
13816 "aho-corasick",
13817 "anyhow",
13818 "askpass",
13819 "async-channel 2.5.0",
13820 "async-trait",
13821 "base64 0.22.1",
13822 "buffer_diff",
13823 "circular-buffer",
13824 "client",
13825 "clock",
13826 "collections",
13827 "context_server",
13828 "credentials_provider",
13829 "dap",
13830 "encoding_rs",
13831 "extension",
13832 "fancy-regex 0.18.0",
13833 "fs",
13834 "futures 0.3.32",
13835 "fuzzy",
13836 "fuzzy_nucleo",
13837 "git",
13838 "git_hosting_providers",
13839 "globset",
13840 "gpui",
13841 "http_client",
13842 "image",
13843 "indexmap 2.14.0",
13844 "itertools 0.14.0",
13845 "language",
13846 "log",
13847 "lsp",
13848 "markdown",
13849 "node_runtime",
13850 "omega_harness",
13851 "parking_lot",
13852 "path",
13853 "paths",
13854 "percent-encoding",
13855 "postage",
13856 "prettier",
13857 "pretty_assertions",
13858 "project",
13859 "rand 0.9.4",
13860 "regex",
13861 "release_channel",
13862 "remote",
13863 "reqwest_client",
13864 "rpc",
13865 "schemars 1.0.4",
13866 "semver",
13867 "serde",
13868 "serde_json",
13869 "settings",
13870 "sha2",
13871 "shellexpand",
13872 "smallvec",
13873 "smol",
13874 "snippet",
13875 "snippet_provider",
13876 "sum_tree",
13877 "task",
13878 "tempfile",
13879 "terminal",
13880 "text",
13881 "toml 0.8.23",
13882 "tracing",
13883 "unindent",
13884 "url",
13885 "util",
13886 "watch",
13887 "wax",
13888 "which 6.0.3",
13889 "worktree",
13890 "zed_credentials_provider",
13891 "zeroize",
13892 "zlog",
13893 "ztracing",
13894]
13895
13896[[package]]
13897name = "project_benchmarks"
13898version = "0.1.0"
13899dependencies = [
13900 "anyhow",
13901 "askpass",
13902 "clap",
13903 "client",
13904 "futures 0.3.32",
13905 "gpui",
13906 "gpui_platform",
13907 "http_client",
13908 "language",
13909 "node_runtime",
13910 "project",
13911 "release_channel",
13912 "remote",
13913 "rpassword",
13914 "semver",
13915 "settings",
13916 "watch",
13917]
13918
13919[[package]]
13920name = "project_panel"
13921version = "0.1.0"
13922dependencies = [
13923 "anyhow",
13924 "client",
13925 "collections",
13926 "criterion",
13927 "editor",
13928 "feature_flags",
13929 "file_icons",
13930 "fs",
13931 "futures 0.3.32",
13932 "git",
13933 "git_ui",
13934 "gpui",
13935 "itertools 0.14.0",
13936 "language",
13937 "log",
13938 "markdown_preview",
13939 "menu",
13940 "notifications",
13941 "pretty_assertions",
13942 "project",
13943 "rayon",
13944 "remote_connection",
13945 "schemars 1.0.4",
13946 "search",
13947 "serde",
13948 "serde_json",
13949 "settings",
13950 "smallvec",
13951 "telemetry",
13952 "tempfile",
13953 "theme",
13954 "theme_settings",
13955 "ui",
13956 "util",
13957 "workspace",
13958 "worktree",
13959 "zed_actions",
13960]
13961
13962[[package]]
13963name = "project_symbols"
13964version = "0.1.0"
13965dependencies = [
13966 "anyhow",
13967 "editor",
13968 "futures 0.3.32",
13969 "fuzzy",
13970 "gpui",
13971 "language",
13972 "lsp",
13973 "ordered-float 2.10.1",
13974 "picker",
13975 "picker_preview",
13976 "project",
13977 "release_channel",
13978 "semver",
13979 "serde_json",
13980 "settings",
13981 "theme",
13982 "theme_settings",
13983 "util",
13984 "workspace",
13985]
13986
13987[[package]]
13988name = "prompt_store"
13989version = "0.1.0"
13990dependencies = [
13991 "agent_skills",
13992 "anyhow",
13993 "assets",
13994 "chrono",
13995 "collections",
13996 "db",
13997 "fs",
13998 "futures 0.3.32",
13999 "gpui",
14000 "handlebars 4.5.0",
14001 "heed",
14002 "language",
14003 "log",
14004 "parking_lot",
14005 "paths",
14006 "serde",
14007 "serde_json",
14008 "strum 0.27.2",
14009 "tempfile",
14010 "text",
14011 "util",
14012 "uuid",
14013]
14014
14015[[package]]
14016name = "proptest"
14017version = "1.10.0"
14018source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
14019dependencies = [
14020 "bit-set 0.8.0",
14021 "bit-vec 0.8.0",
14022 "bitflags 2.13.1",
14023 "num-traits",
14024 "proptest-macro",
14025 "rand 0.9.4",
14026 "rand_chacha 0.9.0",
14027 "rand_xorshift",
14028 "regex-syntax",
14029 "rusty-fork",
14030 "tempfile",
14031 "unarray",
14032]
14033
14034[[package]]
14035name = "proptest-derive"
14036version = "0.8.0"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
14039dependencies = [
14040 "proc-macro2",
14041 "quote",
14042 "syn 2.0.117",
14043]
14044
14045[[package]]
14046name = "proptest-macro"
14047version = "0.5.0"
14048source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
14049dependencies = [
14050 "convert_case 0.11.0",
14051 "proc-macro2",
14052 "quote",
14053 "syn 2.0.117",
14054]
14055
14056[[package]]
14057name = "prost"
14058version = "0.9.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
14061dependencies = [
14062 "bytes 1.11.1",
14063 "prost-derive 0.9.0",
14064]
14065
14066[[package]]
14067name = "prost"
14068version = "0.12.6"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
14071dependencies = [
14072 "bytes 1.11.1",
14073 "prost-derive 0.12.6",
14074]
14075
14076[[package]]
14077name = "prost-build"
14078version = "0.9.0"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
14081dependencies = [
14082 "bytes 1.11.1",
14083 "heck 0.3.3",
14084 "itertools 0.10.5",
14085 "lazy_static",
14086 "log",
14087 "multimap",
14088 "petgraph",
14089 "prost 0.9.0",
14090 "prost-types 0.9.0",
14091 "regex",
14092 "tempfile",
14093 "which 4.4.2",
14094]
14095
14096[[package]]
14097name = "prost-build"
14098version = "0.12.6"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
14101dependencies = [
14102 "bytes 1.11.1",
14103 "heck 0.5.0",
14104 "itertools 0.11.0",
14105 "log",
14106 "multimap",
14107 "once_cell",
14108 "petgraph",
14109 "prettyplease",
14110 "prost 0.12.6",
14111 "prost-types 0.12.6",
14112 "regex",
14113 "syn 2.0.117",
14114 "tempfile",
14115]
14116
14117[[package]]
14118name = "prost-derive"
14119version = "0.9.0"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
14122dependencies = [
14123 "anyhow",
14124 "itertools 0.10.5",
14125 "proc-macro2",
14126 "quote",
14127 "syn 1.0.109",
14128]
14129
14130[[package]]
14131name = "prost-derive"
14132version = "0.12.6"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
14135dependencies = [
14136 "anyhow",
14137 "itertools 0.11.0",
14138 "proc-macro2",
14139 "quote",
14140 "syn 2.0.117",
14141]
14142
14143[[package]]
14144name = "prost-types"
14145version = "0.9.0"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
14148dependencies = [
14149 "bytes 1.11.1",
14150 "prost 0.9.0",
14151]
14152
14153[[package]]
14154name = "prost-types"
14155version = "0.12.6"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
14158dependencies = [
14159 "prost 0.12.6",
14160]
14161
14162[[package]]
14163name = "proto"
14164version = "0.1.0"
14165dependencies = [
14166 "anyhow",
14167 "prost 0.9.0",
14168 "prost-build 0.9.0",
14169 "serde",
14170]
14171
14172[[package]]
14173name = "proxy_handshake"
14174version = "0.1.0"
14175dependencies = [
14176 "base64 0.22.1",
14177 "futures 0.3.32",
14178 "httparse",
14179 "percent-encoding",
14180 "piper",
14181 "proptest",
14182 "thiserror 2.0.17",
14183 "tokio",
14184 "url",
14185]
14186
14187[[package]]
14188name = "proxyvars"
14189version = "0.2.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "7285bf1ae9f4d28cd9b1100c9a3aab55263ec0aa44e4d439593e528fc1dc1e05"
14192dependencies = [
14193 "http 1.3.1",
14194 "ipnet",
14195]
14196
14197[[package]]
14198name = "psm"
14199version = "0.1.30"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
14202dependencies = [
14203 "ar_archive_writer",
14204 "cc",
14205]
14206
14207[[package]]
14208name = "pulldown-cmark"
14209version = "0.10.3"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
14212dependencies = [
14213 "bitflags 2.13.1",
14214 "memchr",
14215 "pulldown-cmark-escape 0.10.1",
14216 "unicase",
14217]
14218
14219[[package]]
14220name = "pulldown-cmark"
14221version = "0.12.2"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
14224dependencies = [
14225 "bitflags 2.13.1",
14226 "getopts",
14227 "memchr",
14228 "pulldown-cmark-escape 0.11.0",
14229 "unicase",
14230]
14231
14232[[package]]
14233name = "pulldown-cmark"
14234version = "0.13.0"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
14237dependencies = [
14238 "bitflags 2.13.1",
14239 "memchr",
14240 "unicase",
14241]
14242
14243[[package]]
14244name = "pulldown-cmark-escape"
14245version = "0.10.1"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
14248
14249[[package]]
14250name = "pulldown-cmark-escape"
14251version = "0.11.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
14254
14255[[package]]
14256name = "pulley-interpreter"
14257version = "36.0.12"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "558181096e0df4984f45cfc3a7087052df4a61c36089b135a08ceca9cbd352fb"
14260dependencies = [
14261 "cranelift-bitset",
14262 "log",
14263 "pulley-macros",
14264 "wasmtime-internal-math",
14265]
14266
14267[[package]]
14268name = "pulley-macros"
14269version = "36.0.12"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "b5d52e2f14e168d75cdabe9bd5fb1ff18a1b119dc6699684aee895dbc3524da9"
14272dependencies = [
14273 "proc-macro2",
14274 "quote",
14275 "syn 2.0.117",
14276]
14277
14278[[package]]
14279name = "pxfm"
14280version = "0.1.25"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
14283dependencies = [
14284 "num-traits",
14285]
14286
14287[[package]]
14288name = "qoi"
14289version = "0.4.1"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
14292dependencies = [
14293 "bytemuck",
14294]
14295
14296[[package]]
14297name = "quick-error"
14298version = "1.2.3"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
14301
14302[[package]]
14303name = "quick-error"
14304version = "2.0.1"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
14307
14308[[package]]
14309name = "quick-xml"
14310version = "0.30.0"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
14313dependencies = [
14314 "memchr",
14315]
14316
14317[[package]]
14318name = "quick-xml"
14319version = "0.37.5"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
14322dependencies = [
14323 "memchr",
14324]
14325
14326[[package]]
14327name = "quick-xml"
14328version = "0.38.3"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
14331dependencies = [
14332 "memchr",
14333]
14334
14335[[package]]
14336name = "quick-xml"
14337version = "0.39.3"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b"
14340dependencies = [
14341 "memchr",
14342 "serde",
14343]
14344
14345[[package]]
14346name = "quinn"
14347version = "0.11.9"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
14350dependencies = [
14351 "bytes 1.11.1",
14352 "cfg_aliases 0.2.1",
14353 "pin-project-lite",
14354 "quinn-proto",
14355 "quinn-udp",
14356 "rustc-hash 2.1.1",
14357 "rustls 0.23.40",
14358 "socket2 0.6.3",
14359 "thiserror 2.0.17",
14360 "tokio",
14361 "tracing",
14362 "web-time",
14363]
14364
14365[[package]]
14366name = "quinn-proto"
14367version = "0.11.14"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
14370dependencies = [
14371 "bytes 1.11.1",
14372 "getrandom 0.3.4",
14373 "lru-slab",
14374 "rand 0.9.4",
14375 "ring",
14376 "rustc-hash 2.1.1",
14377 "rustls 0.23.40",
14378 "rustls-pki-types",
14379 "slab",
14380 "thiserror 2.0.17",
14381 "tinyvec",
14382 "tracing",
14383 "web-time",
14384]
14385
14386[[package]]
14387name = "quinn-udp"
14388version = "0.5.14"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
14391dependencies = [
14392 "cfg_aliases 0.2.1",
14393 "libc",
14394 "once_cell",
14395 "socket2 0.6.3",
14396 "tracing",
14397 "windows-sys 0.60.2",
14398]
14399
14400[[package]]
14401name = "quote"
14402version = "1.0.41"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
14405dependencies = [
14406 "proc-macro2",
14407]
14408
14409[[package]]
14410name = "r-efi"
14411version = "5.3.0"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
14414
14415[[package]]
14416name = "rand"
14417version = "0.3.23"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
14420dependencies = [
14421 "libc",
14422 "rand 0.4.6",
14423]
14424
14425[[package]]
14426name = "rand"
14427version = "0.4.6"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
14430dependencies = [
14431 "fuchsia-cprng",
14432 "libc",
14433 "rand_core 0.3.1",
14434 "rdrand",
14435 "winapi",
14436]
14437
14438[[package]]
14439name = "rand"
14440version = "0.8.6"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
14443dependencies = [
14444 "libc",
14445 "rand_chacha 0.3.1",
14446 "rand_core 0.6.4",
14447]
14448
14449[[package]]
14450name = "rand"
14451version = "0.9.4"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
14454dependencies = [
14455 "rand_chacha 0.9.0",
14456 "rand_core 0.9.3",
14457]
14458
14459[[package]]
14460name = "rand_chacha"
14461version = "0.3.1"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14464dependencies = [
14465 "ppv-lite86",
14466 "rand_core 0.6.4",
14467]
14468
14469[[package]]
14470name = "rand_chacha"
14471version = "0.9.0"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14474dependencies = [
14475 "ppv-lite86",
14476 "rand_core 0.9.3",
14477]
14478
14479[[package]]
14480name = "rand_core"
14481version = "0.3.1"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14484dependencies = [
14485 "rand_core 0.4.2",
14486]
14487
14488[[package]]
14489name = "rand_core"
14490version = "0.4.2"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14493
14494[[package]]
14495name = "rand_core"
14496version = "0.6.4"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14499dependencies = [
14500 "getrandom 0.2.16",
14501]
14502
14503[[package]]
14504name = "rand_core"
14505version = "0.9.3"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14508dependencies = [
14509 "getrandom 0.3.4",
14510]
14511
14512[[package]]
14513name = "rand_distr"
14514version = "0.5.1"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14517dependencies = [
14518 "num-traits",
14519 "rand 0.9.4",
14520]
14521
14522[[package]]
14523name = "rand_pcg"
14524version = "0.3.1"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14527dependencies = [
14528 "rand_core 0.6.4",
14529]
14530
14531[[package]]
14532name = "rand_xorshift"
14533version = "0.4.0"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14536dependencies = [
14537 "rand_core 0.9.3",
14538]
14539
14540[[package]]
14541name = "random_choice"
14542version = "0.3.2"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14545dependencies = [
14546 "rand 0.3.23",
14547]
14548
14549[[package]]
14550name = "range-alloc"
14551version = "0.1.4"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14554
14555[[package]]
14556name = "range-map"
14557version = "0.2.0"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14560dependencies = [
14561 "num-traits",
14562]
14563
14564[[package]]
14565name = "rangemap"
14566version = "1.7.1"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14569
14570[[package]]
14571name = "rav1e"
14572version = "0.8.1"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14575dependencies = [
14576 "aligned-vec",
14577 "arbitrary",
14578 "arg_enum_proc_macro",
14579 "arrayvec",
14580 "av-scenechange",
14581 "av1-grain",
14582 "bitstream-io",
14583 "built",
14584 "cfg-if",
14585 "interpolate_name",
14586 "itertools 0.14.0",
14587 "libc",
14588 "libfuzzer-sys",
14589 "log",
14590 "maybe-rayon",
14591 "new_debug_unreachable",
14592 "noop_proc_macro",
14593 "num-derive",
14594 "num-traits",
14595 "paste",
14596 "profiling",
14597 "rand 0.9.4",
14598 "rand_chacha 0.9.0",
14599 "simd_helpers",
14600 "thiserror 2.0.17",
14601 "v_frame",
14602 "wasm-bindgen",
14603]
14604
14605[[package]]
14606name = "ravif"
14607version = "0.13.0"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14610dependencies = [
14611 "avif-serialize",
14612 "imgref",
14613 "loop9",
14614 "quick-error 2.0.1",
14615 "rav1e",
14616 "rayon",
14617 "rgb",
14618]
14619
14620[[package]]
14621name = "raw-window-handle"
14622version = "0.6.2"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14625
14626[[package]]
14627name = "raw-window-metal"
14628version = "1.1.0"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14631dependencies = [
14632 "objc2 0.6.3",
14633 "objc2-core-foundation",
14634 "objc2-foundation 0.3.2",
14635 "objc2-quartz-core 0.3.2",
14636]
14637
14638[[package]]
14639name = "rawpointer"
14640version = "0.2.1"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
14643
14644[[package]]
14645name = "rayon"
14646version = "1.11.0"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14649dependencies = [
14650 "either",
14651 "rayon-core",
14652]
14653
14654[[package]]
14655name = "rayon-core"
14656version = "1.13.0"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14659dependencies = [
14660 "crossbeam-deque",
14661 "crossbeam-utils",
14662]
14663
14664[[package]]
14665name = "rdrand"
14666version = "0.4.0"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14669dependencies = [
14670 "rand_core 0.3.1",
14671]
14672
14673[[package]]
14674name = "read-fonts"
14675version = "0.35.0"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14678dependencies = [
14679 "bytemuck",
14680 "font-types 0.10.0",
14681]
14682
14683[[package]]
14684name = "read-fonts"
14685version = "0.37.0"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14688dependencies = [
14689 "bytemuck",
14690 "core_maths",
14691 "font-types 0.11.0",
14692]
14693
14694[[package]]
14695name = "recent_projects"
14696version = "0.1.0"
14697dependencies = [
14698 "anyhow",
14699 "askpass",
14700 "chrono",
14701 "db",
14702 "dev_container",
14703 "editor",
14704 "extension",
14705 "extension_host",
14706 "fs",
14707 "futures 0.3.32",
14708 "fuzzy_nucleo",
14709 "gpui",
14710 "http_client",
14711 "indoc",
14712 "language",
14713 "log",
14714 "menu",
14715 "node_runtime",
14716 "open_path_prompt",
14717 "ordered-float 2.10.1",
14718 "paths",
14719 "picker",
14720 "project",
14721 "release_channel",
14722 "remote",
14723 "remote_connection",
14724 "remote_server",
14725 "semver",
14726 "serde",
14727 "serde_json",
14728 "settings",
14729 "task",
14730 "telemetry",
14731 "ui",
14732 "util",
14733 "windows-registry 0.6.1",
14734 "workspace",
14735 "worktree",
14736 "zed_actions",
14737]
14738
14739[[package]]
14740name = "redox_syscall"
14741version = "0.5.18"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14744dependencies = [
14745 "bitflags 2.13.1",
14746]
14747
14748[[package]]
14749name = "redox_syscall"
14750version = "0.7.5"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "4666a1a60d8412eab19d94f6d13dcc9cea0a5ef4fdf6a5db306537413c661b1b"
14753dependencies = [
14754 "bitflags 2.13.1",
14755]
14756
14757[[package]]
14758name = "redox_users"
14759version = "0.4.6"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14762dependencies = [
14763 "getrandom 0.2.16",
14764 "libredox",
14765 "thiserror 1.0.69",
14766]
14767
14768[[package]]
14769name = "redox_users"
14770version = "0.5.2"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14773dependencies = [
14774 "getrandom 0.2.16",
14775 "libredox",
14776 "thiserror 2.0.17",
14777]
14778
14779[[package]]
14780name = "ref-cast"
14781version = "1.0.25"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14784dependencies = [
14785 "ref-cast-impl",
14786]
14787
14788[[package]]
14789name = "ref-cast-impl"
14790version = "1.0.25"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14793dependencies = [
14794 "proc-macro2",
14795 "quote",
14796 "syn 2.0.117",
14797]
14798
14799[[package]]
14800name = "referencing"
14801version = "0.37.4"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14804dependencies = [
14805 "ahash",
14806 "fluent-uri",
14807 "getrandom 0.3.4",
14808 "hashbrown 0.16.1",
14809 "parking_lot",
14810 "percent-encoding",
14811 "serde_json",
14812]
14813
14814[[package]]
14815name = "refineable"
14816version = "0.1.0"
14817dependencies = [
14818 "derive_refineable",
14819]
14820
14821[[package]]
14822name = "regalloc2"
14823version = "0.12.2"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14826dependencies = [
14827 "allocator-api2",
14828 "bumpalo",
14829 "hashbrown 0.15.5",
14830 "log",
14831 "rustc-hash 2.1.1",
14832 "serde",
14833 "smallvec",
14834]
14835
14836[[package]]
14837name = "regex"
14838version = "1.12.3"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
14841dependencies = [
14842 "aho-corasick",
14843 "memchr",
14844 "regex-automata",
14845 "regex-syntax",
14846]
14847
14848[[package]]
14849name = "regex-automata"
14850version = "0.4.14"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
14853dependencies = [
14854 "aho-corasick",
14855 "memchr",
14856 "regex-syntax",
14857]
14858
14859[[package]]
14860name = "regex-lite"
14861version = "0.1.8"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14864
14865[[package]]
14866name = "regex-syntax"
14867version = "0.8.8"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14870
14871[[package]]
14872name = "release_channel"
14873version = "0.1.0"
14874dependencies = [
14875 "app_identity",
14876 "gpui",
14877 "semver",
14878]
14879
14880[[package]]
14881name = "remote"
14882version = "0.1.0"
14883dependencies = [
14884 "anyhow",
14885 "askpass",
14886 "async-trait",
14887 "base64 0.22.1",
14888 "collections",
14889 "fs",
14890 "futures 0.3.32",
14891 "gpui",
14892 "log",
14893 "parking_lot",
14894 "paths",
14895 "prost 0.9.0",
14896 "release_channel",
14897 "rpc",
14898 "schemars 1.0.4",
14899 "semver",
14900 "serde",
14901 "serde_json",
14902 "settings",
14903 "smol",
14904 "telemetry",
14905 "tempfile",
14906 "thiserror 2.0.17",
14907 "urlencoding",
14908 "util",
14909 "which 6.0.3",
14910]
14911
14912[[package]]
14913name = "remote_connection"
14914version = "0.1.0"
14915dependencies = [
14916 "anyhow",
14917 "askpass",
14918 "auto_update",
14919 "futures 0.3.32",
14920 "gpui",
14921 "log",
14922 "markdown",
14923 "menu",
14924 "release_channel",
14925 "remote",
14926 "semver",
14927 "settings",
14928 "theme_settings",
14929 "ui",
14930 "ui_input",
14931 "workspace",
14932]
14933
14934[[package]]
14935name = "remote_server"
14936version = "0.1.0"
14937dependencies = [
14938 "acp_thread",
14939 "action_log",
14940 "agent",
14941 "agent-client-protocol",
14942 "anyhow",
14943 "askpass",
14944 "async-channel 2.5.0",
14945 "cargo_toml",
14946 "clap",
14947 "client",
14948 "clock",
14949 "collections",
14950 "crash-handler",
14951 "crashes",
14952 "dap_adapters",
14953 "debug_adapter_extension",
14954 "editor",
14955 "env_logger 0.11.8",
14956 "extension",
14957 "extension_host",
14958 "fork",
14959 "fs",
14960 "futures 0.3.32",
14961 "git",
14962 "git_hosting_providers",
14963 "gpui",
14964 "gpui_platform",
14965 "gpui_tokio",
14966 "http_client",
14967 "image",
14968 "json_schema_store",
14969 "language",
14970 "language_extension",
14971 "language_model",
14972 "languages",
14973 "libc",
14974 "log",
14975 "lsp",
14976 "minidumper",
14977 "net",
14978 "node_runtime",
14979 "paths",
14980 "pretty_assertions",
14981 "project",
14982 "proto",
14983 "rayon",
14984 "release_channel",
14985 "remote",
14986 "reqwest_client",
14987 "rpc",
14988 "rust-embed",
14989 "semver",
14990 "serde",
14991 "serde_json",
14992 "settings",
14993 "shellexpand",
14994 "smol",
14995 "sysinfo 0.37.2",
14996 "task",
14997 "telemetry",
14998 "tempfile",
14999 "theme",
15000 "theme_settings",
15001 "thiserror 2.0.17",
15002 "toml 0.8.23",
15003 "unindent",
15004 "util",
15005 "uuid",
15006 "watch",
15007 "windows 0.61.3",
15008 "workspace",
15009 "worktree",
15010 "zlog",
15011]
15012
15013[[package]]
15014name = "renderdoc-sys"
15015version = "1.1.0"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
15018
15019[[package]]
15020name = "repl"
15021version = "0.1.0"
15022dependencies = [
15023 "anyhow",
15024 "async-dispatcher",
15025 "async-task",
15026 "async-trait",
15027 "async-tungstenite",
15028 "base64 0.22.1",
15029 "client",
15030 "collections",
15031 "command_palette_hooks",
15032 "editor",
15033 "feature_flags",
15034 "file_icons",
15035 "futures 0.3.32",
15036 "gpui",
15037 "html_to_markdown",
15038 "http_client",
15039 "image",
15040 "indoc",
15041 "jupyter-protocol",
15042 "jupyter-websocket-client",
15043 "language",
15044 "languages",
15045 "log",
15046 "markdown",
15047 "menu",
15048 "multi_buffer",
15049 "nbformat",
15050 "picker",
15051 "project",
15052 "remote",
15053 "runtimelib",
15054 "serde",
15055 "serde_json",
15056 "settings",
15057 "shlex",
15058 "smol",
15059 "task",
15060 "telemetry",
15061 "terminal",
15062 "terminal_view",
15063 "theme",
15064 "theme_settings",
15065 "tree-sitter-md",
15066 "tree-sitter-python",
15067 "tree-sitter-typescript",
15068 "ui",
15069 "util",
15070 "uuid",
15071 "workspace",
15072 "zed_actions",
15073]
15074
15075[[package]]
15076name = "reqwest"
15077version = "0.12.24"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
15080dependencies = [
15081 "base64 0.22.1",
15082 "bytes 1.11.1",
15083 "futures-channel",
15084 "futures-core",
15085 "futures-util",
15086 "http 1.3.1",
15087 "http-body 1.0.1",
15088 "http-body-util",
15089 "hyper 1.7.0",
15090 "hyper-rustls 0.27.9",
15091 "hyper-util",
15092 "js-sys",
15093 "log",
15094 "percent-encoding",
15095 "pin-project-lite",
15096 "quinn",
15097 "rustls 0.23.40",
15098 "rustls-native-certs 0.8.3",
15099 "rustls-pki-types",
15100 "serde",
15101 "serde_json",
15102 "serde_urlencoded",
15103 "sync_wrapper",
15104 "tokio",
15105 "tokio-rustls 0.26.4",
15106 "tower",
15107 "tower-http",
15108 "tower-service",
15109 "url",
15110 "wasm-bindgen",
15111 "wasm-bindgen-futures",
15112 "web-sys",
15113]
15114
15115[[package]]
15116name = "reqwest_client"
15117version = "0.1.0"
15118dependencies = [
15119 "anyhow",
15120 "bytes 1.11.1",
15121 "futures 0.3.32",
15122 "gpui_util",
15123 "http_client",
15124 "http_client_tls",
15125 "log",
15126 "regex",
15127 "serde",
15128 "tokio",
15129 "zed-reqwest",
15130]
15131
15132[[package]]
15133name = "resvg"
15134version = "0.46.0"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "b563218631706d614e23059436526d005b50ab5f2d506b55a17eb65c5eb83419"
15137dependencies = [
15138 "gif",
15139 "image-webp",
15140 "log",
15141 "pico-args",
15142 "rgb",
15143 "svgtypes 0.16.1",
15144 "tiny-skia",
15145 "usvg",
15146 "zune-jpeg",
15147]
15148
15149[[package]]
15150name = "rgb"
15151version = "0.8.52"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
15154dependencies = [
15155 "bytemuck",
15156]
15157
15158[[package]]
15159name = "ring"
15160version = "0.17.14"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
15163dependencies = [
15164 "cc",
15165 "cfg-if",
15166 "getrandom 0.2.16",
15167 "libc",
15168 "untrusted 0.9.0",
15169 "windows-sys 0.52.0",
15170]
15171
15172[[package]]
15173name = "rmp"
15174version = "0.8.14"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
15177dependencies = [
15178 "byteorder",
15179 "num-traits",
15180 "paste",
15181]
15182
15183[[package]]
15184name = "rmpv"
15185version = "1.3.0"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
15188dependencies = [
15189 "num-traits",
15190 "rmp",
15191]
15192
15193[[package]]
15194name = "rodio"
15195version = "0.21.1"
15196source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
15197dependencies = [
15198 "cpal",
15199 "dasp_sample",
15200 "hound",
15201 "num-rational",
15202 "rand 0.9.4",
15203 "rand_distr",
15204 "rtrb",
15205 "symphonia",
15206 "thiserror 2.0.17",
15207]
15208
15209[[package]]
15210name = "rope"
15211version = "0.1.0"
15212dependencies = [
15213 "criterion",
15214 "ctor",
15215 "gpui",
15216 "heapless",
15217 "log",
15218 "rand 0.9.4",
15219 "rayon",
15220 "sum_tree",
15221 "tracing",
15222 "unicode-segmentation",
15223 "util",
15224 "zlog",
15225 "ztracing",
15226]
15227
15228[[package]]
15229name = "roughr-merman"
15230version = "0.12.0"
15231source = "git+https://github.com/zed-industries/merman?tag=v0.6.2-with-patches#9acc3960f04a7deeb08079d60fa8183f15e8bde1"
15232dependencies = [
15233 "derive_builder",
15234 "euclid",
15235 "num-traits",
15236 "palette",
15237 "points_on_curve",
15238 "rand 0.8.6",
15239 "svg_path_ops",
15240 "svgtypes 0.11.0",
15241]
15242
15243[[package]]
15244name = "roxmltree"
15245version = "0.20.0"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
15248
15249[[package]]
15250name = "roxmltree"
15251version = "0.21.1"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
15254dependencies = [
15255 "memchr",
15256]
15257
15258[[package]]
15259name = "rpassword"
15260version = "7.5.2"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "5ac5b223d9738ef56e0b98305410be40fa0941bf6036c56f1506751e43552d64"
15263dependencies = [
15264 "libc",
15265 "rtoolbox",
15266 "windows-sys 0.61.2",
15267]
15268
15269[[package]]
15270name = "rpc"
15271version = "0.1.0"
15272dependencies = [
15273 "anyhow",
15274 "async-tungstenite",
15275 "base64 0.22.1",
15276 "collections",
15277 "futures 0.3.32",
15278 "gpui",
15279 "parking_lot",
15280 "proto",
15281 "rand 0.9.4",
15282 "rsa",
15283 "serde",
15284 "serde_json",
15285 "sha2",
15286 "strum 0.27.2",
15287 "tracing",
15288 "util",
15289 "zlog",
15290 "zstd",
15291]
15292
15293[[package]]
15294name = "rsa"
15295version = "0.9.10"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
15298dependencies = [
15299 "const-oid",
15300 "digest",
15301 "num-bigint-dig 0.8.6",
15302 "num-integer",
15303 "num-traits",
15304 "pkcs1",
15305 "pkcs8",
15306 "rand_core 0.6.4",
15307 "signature",
15308 "spki",
15309 "subtle",
15310 "zeroize",
15311]
15312
15313[[package]]
15314name = "rtoolbox"
15315version = "0.0.3"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
15318dependencies = [
15319 "libc",
15320 "windows-sys 0.52.0",
15321]
15322
15323[[package]]
15324name = "rtrb"
15325version = "0.3.2"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
15328
15329[[package]]
15330name = "runtimelib"
15331version = "1.4.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
15334dependencies = [
15335 "async-dispatcher",
15336 "async-std",
15337 "aws-lc-rs",
15338 "base64 0.22.1",
15339 "bytes 1.11.1",
15340 "chrono",
15341 "data-encoding",
15342 "dirs",
15343 "futures 0.3.32",
15344 "glob",
15345 "jupyter-protocol",
15346 "serde",
15347 "serde_json",
15348 "shellexpand",
15349 "smol",
15350 "thiserror 2.0.17",
15351 "uuid",
15352 "zeromq",
15353]
15354
15355[[package]]
15356name = "rust-embed"
15357version = "8.11.0"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15360dependencies = [
15361 "rust-embed-impl",
15362 "rust-embed-utils",
15363 "walkdir",
15364]
15365
15366[[package]]
15367name = "rust-embed-impl"
15368version = "8.11.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15371dependencies = [
15372 "proc-macro2",
15373 "quote",
15374 "rust-embed-utils",
15375 "syn 2.0.117",
15376 "walkdir",
15377]
15378
15379[[package]]
15380name = "rust-embed-utils"
15381version = "8.11.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15384dependencies = [
15385 "globset",
15386 "sha2",
15387 "walkdir",
15388]
15389
15390[[package]]
15391name = "rustc-demangle"
15392version = "0.1.26"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15395
15396[[package]]
15397name = "rustc-hash"
15398version = "1.1.0"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15401
15402[[package]]
15403name = "rustc-hash"
15404version = "2.1.1"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15407
15408[[package]]
15409name = "rustc_version"
15410version = "0.4.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15413dependencies = [
15414 "semver",
15415]
15416
15417[[package]]
15418name = "rustix"
15419version = "0.38.44"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15422dependencies = [
15423 "bitflags 2.13.1",
15424 "errno 0.3.14",
15425 "libc",
15426 "linux-raw-sys 0.4.15",
15427 "windows-sys 0.59.0",
15428]
15429
15430[[package]]
15431name = "rustix"
15432version = "1.1.2"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15435dependencies = [
15436 "bitflags 2.13.1",
15437 "errno 0.3.14",
15438 "libc",
15439 "linux-raw-sys 0.11.0",
15440 "windows-sys 0.61.2",
15441]
15442
15443[[package]]
15444name = "rustix-linux-procfs"
15445version = "0.1.1"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15448dependencies = [
15449 "once_cell",
15450 "rustix 1.1.2",
15451]
15452
15453[[package]]
15454name = "rustix-openpty"
15455version = "0.2.0"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15458dependencies = [
15459 "errno 0.3.14",
15460 "libc",
15461 "rustix 1.1.2",
15462]
15463
15464[[package]]
15465name = "rustls"
15466version = "0.21.12"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15469dependencies = [
15470 "log",
15471 "ring",
15472 "rustls-webpki 0.101.7",
15473 "sct",
15474]
15475
15476[[package]]
15477name = "rustls"
15478version = "0.23.40"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
15481dependencies = [
15482 "aws-lc-rs",
15483 "log",
15484 "once_cell",
15485 "ring",
15486 "rustls-pki-types",
15487 "rustls-webpki 0.103.13",
15488 "subtle",
15489 "zeroize",
15490]
15491
15492[[package]]
15493name = "rustls-native-certs"
15494version = "0.6.3"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15497dependencies = [
15498 "openssl-probe 0.1.6",
15499 "rustls-pemfile 1.0.4",
15500 "schannel",
15501 "security-framework 2.11.1",
15502]
15503
15504[[package]]
15505name = "rustls-native-certs"
15506version = "0.8.3"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
15509dependencies = [
15510 "openssl-probe 0.2.1",
15511 "rustls-pki-types",
15512 "schannel",
15513 "security-framework 3.5.1",
15514]
15515
15516[[package]]
15517name = "rustls-pemfile"
15518version = "1.0.4"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15521dependencies = [
15522 "base64 0.21.7",
15523]
15524
15525[[package]]
15526name = "rustls-pemfile"
15527version = "2.2.0"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15530dependencies = [
15531 "rustls-pki-types",
15532]
15533
15534[[package]]
15535name = "rustls-pki-types"
15536version = "1.12.0"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15539dependencies = [
15540 "web-time",
15541 "zeroize",
15542]
15543
15544[[package]]
15545name = "rustls-platform-verifier"
15546version = "0.5.3"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15549dependencies = [
15550 "core-foundation 0.10.0",
15551 "core-foundation-sys",
15552 "jni",
15553 "log",
15554 "once_cell",
15555 "rustls 0.23.40",
15556 "rustls-native-certs 0.8.3",
15557 "rustls-platform-verifier-android",
15558 "rustls-webpki 0.103.13",
15559 "security-framework 3.5.1",
15560 "security-framework-sys",
15561 "webpki-root-certs",
15562 "windows-sys 0.59.0",
15563]
15564
15565[[package]]
15566name = "rustls-platform-verifier-android"
15567version = "0.1.1"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15570
15571[[package]]
15572name = "rustls-webpki"
15573version = "0.101.7"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15576dependencies = [
15577 "ring",
15578 "untrusted 0.9.0",
15579]
15580
15581[[package]]
15582name = "rustls-webpki"
15583version = "0.103.13"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
15586dependencies = [
15587 "aws-lc-rs",
15588 "ring",
15589 "rustls-pki-types",
15590 "untrusted 0.9.0",
15591]
15592
15593[[package]]
15594name = "rustversion"
15595version = "1.0.22"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15598
15599[[package]]
15600name = "rusty-fork"
15601version = "0.3.1"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15604dependencies = [
15605 "fnv",
15606 "quick-error 1.2.3",
15607 "tempfile",
15608 "wait-timeout",
15609]
15610
15611[[package]]
15612name = "rustybuzz"
15613version = "0.20.1"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15616dependencies = [
15617 "bitflags 2.13.1",
15618 "bytemuck",
15619 "core_maths",
15620 "log",
15621 "smallvec",
15622 "ttf-parser",
15623 "unicode-bidi-mirroring",
15624 "unicode-ccc",
15625 "unicode-properties",
15626 "unicode-script",
15627]
15628
15629[[package]]
15630name = "ryu"
15631version = "1.0.23"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
15634
15635[[package]]
15636name = "ryu-js"
15637version = "1.0.2"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "dd29631678d6fb0903b69223673e122c32e9ae559d0960a38d574695ebc0ea15"
15640
15641[[package]]
15642name = "saa"
15643version = "5.4.9"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15646
15647[[package]]
15648name = "safe_arch"
15649version = "0.7.4"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
15652dependencies = [
15653 "bytemuck",
15654]
15655
15656[[package]]
15657name = "salsa20"
15658version = "0.10.2"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
15661dependencies = [
15662 "cipher",
15663]
15664
15665[[package]]
15666name = "same-file"
15667version = "1.0.6"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15670dependencies = [
15671 "winapi-util",
15672]
15673
15674[[package]]
15675name = "sandbox"
15676version = "0.1.0"
15677dependencies = [
15678 "anyhow",
15679 "futures 0.3.32",
15680 "http_proxy",
15681 "libc",
15682 "log",
15683 "nix 0.29.0",
15684 "seccompiler",
15685 "serde",
15686 "serde_json",
15687 "smol",
15688 "tempfile",
15689]
15690
15691[[package]]
15692name = "scc"
15693version = "3.5.6"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15696dependencies = [
15697 "saa",
15698 "sdd",
15699]
15700
15701[[package]]
15702name = "schannel"
15703version = "0.1.28"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15706dependencies = [
15707 "windows-sys 0.61.2",
15708]
15709
15710[[package]]
15711name = "scheduler"
15712version = "0.1.0"
15713dependencies = [
15714 "async-task",
15715 "backtrace",
15716 "chrono",
15717 "flume",
15718 "futures 0.3.32",
15719 "parking_lot",
15720 "rand 0.9.4",
15721 "web-time",
15722]
15723
15724[[package]]
15725name = "schema_generator"
15726version = "0.1.0"
15727dependencies = [
15728 "anyhow",
15729 "clap",
15730 "env_logger 0.11.8",
15731 "schemars 1.0.4",
15732 "serde",
15733 "serde_json",
15734 "settings",
15735 "theme",
15736 "theme_settings",
15737]
15738
15739[[package]]
15740name = "schemars"
15741version = "0.9.0"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
15744dependencies = [
15745 "dyn-clone",
15746 "ref-cast",
15747 "serde",
15748 "serde_json",
15749]
15750
15751[[package]]
15752name = "schemars"
15753version = "1.0.4"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15756dependencies = [
15757 "dyn-clone",
15758 "indexmap 2.14.0",
15759 "ref-cast",
15760 "schemars_derive",
15761 "serde",
15762 "serde_json",
15763]
15764
15765[[package]]
15766name = "schemars_derive"
15767version = "1.0.4"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15770dependencies = [
15771 "proc-macro2",
15772 "quote",
15773 "serde_derive_internals",
15774 "syn 2.0.117",
15775]
15776
15777[[package]]
15778name = "scoped-tls"
15779version = "1.0.1"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15782
15783[[package]]
15784name = "scopeguard"
15785version = "1.2.0"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15788
15789[[package]]
15790name = "scratch"
15791version = "1.0.9"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15794
15795[[package]]
15796name = "screencapturekit"
15797version = "0.2.8"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15800dependencies = [
15801 "screencapturekit-sys",
15802]
15803
15804[[package]]
15805name = "screencapturekit-sys"
15806version = "0.2.8"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15809dependencies = [
15810 "block",
15811 "dispatch",
15812 "objc",
15813 "objc-foundation",
15814 "objc_id",
15815 "once_cell",
15816]
15817
15818[[package]]
15819name = "scroll"
15820version = "0.12.0"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15823dependencies = [
15824 "scroll_derive",
15825]
15826
15827[[package]]
15828name = "scroll_derive"
15829version = "0.12.1"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15832dependencies = [
15833 "proc-macro2",
15834 "quote",
15835 "syn 2.0.117",
15836]
15837
15838[[package]]
15839name = "scrypt"
15840version = "0.11.0"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
15843dependencies = [
15844 "password-hash 0.5.0",
15845 "pbkdf2 0.12.2",
15846 "salsa20",
15847 "sha2",
15848]
15849
15850[[package]]
15851name = "sct"
15852version = "0.7.1"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15855dependencies = [
15856 "ring",
15857 "untrusted 0.9.0",
15858]
15859
15860[[package]]
15861name = "sdd"
15862version = "4.6.2"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15865
15866[[package]]
15867name = "seahash"
15868version = "4.1.0"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15871
15872[[package]]
15873name = "search"
15874version = "0.1.0"
15875dependencies = [
15876 "any_vec",
15877 "anyhow",
15878 "bitflags 2.13.1",
15879 "collections",
15880 "db",
15881 "editor",
15882 "file_icons",
15883 "fs",
15884 "futures 0.3.32",
15885 "gpui",
15886 "itertools 0.14.0",
15887 "language",
15888 "lsp",
15889 "menu",
15890 "multi_buffer",
15891 "picker",
15892 "picker_preview",
15893 "pretty_assertions",
15894 "project",
15895 "regex",
15896 "serde",
15897 "serde_json",
15898 "settings",
15899 "smol",
15900 "text",
15901 "theme",
15902 "theme_settings",
15903 "tracing",
15904 "ui",
15905 "unindent",
15906 "util",
15907 "util_macros",
15908 "workspace",
15909 "zed_actions",
15910 "ztracing",
15911]
15912
15913[[package]]
15914name = "seccompiler"
15915version = "0.5.0"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "a4ae55de56877481d112a559bbc12667635fdaf5e005712fd4e2b2fa50ffc884"
15918dependencies = [
15919 "libc",
15920]
15921
15922[[package]]
15923name = "secp256k1"
15924version = "0.29.1"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
15927dependencies = [
15928 "rand 0.8.6",
15929 "secp256k1-sys",
15930 "serde",
15931]
15932
15933[[package]]
15934name = "secp256k1-sys"
15935version = "0.10.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
15938dependencies = [
15939 "cc",
15940]
15941
15942[[package]]
15943name = "secrecy"
15944version = "0.10.3"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15947dependencies = [
15948 "zeroize",
15949]
15950
15951[[package]]
15952name = "security-framework"
15953version = "2.11.1"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15956dependencies = [
15957 "bitflags 2.13.1",
15958 "core-foundation 0.9.4",
15959 "core-foundation-sys",
15960 "libc",
15961 "security-framework-sys",
15962]
15963
15964[[package]]
15965name = "security-framework"
15966version = "3.5.1"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15969dependencies = [
15970 "bitflags 2.13.1",
15971 "core-foundation 0.10.0",
15972 "core-foundation-sys",
15973 "libc",
15974 "security-framework-sys",
15975]
15976
15977[[package]]
15978name = "security-framework-sys"
15979version = "2.15.0"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15982dependencies = [
15983 "core-foundation-sys",
15984 "libc",
15985]
15986
15987[[package]]
15988name = "selectors"
15989version = "0.35.0"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "93fdfed56cd634f04fe8b9ddf947ae3dc493483e819593d2ba17df9ad05db8b2"
15992dependencies = [
15993 "bitflags 2.13.1",
15994 "cssparser 0.36.0",
15995 "derive_more",
15996 "log",
15997 "new_debug_unreachable",
15998 "phf 0.13.1",
15999 "phf_codegen 0.13.1",
16000 "precomputed-hash",
16001 "rustc-hash 2.1.1",
16002 "servo_arc",
16003 "smallvec",
16004]
16005
16006[[package]]
16007name = "self_cell"
16008version = "1.2.2"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
16011
16012[[package]]
16013name = "semver"
16014version = "1.0.27"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
16017dependencies = [
16018 "serde",
16019 "serde_core",
16020]
16021
16022[[package]]
16023name = "serde"
16024version = "1.0.228"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
16027dependencies = [
16028 "serde_core",
16029 "serde_derive",
16030]
16031
16032[[package]]
16033name = "serde_bytes"
16034version = "0.11.19"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
16037dependencies = [
16038 "serde",
16039 "serde_core",
16040]
16041
16042[[package]]
16043name = "serde_core"
16044version = "1.0.228"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
16047dependencies = [
16048 "serde_derive",
16049]
16050
16051[[package]]
16052name = "serde_derive"
16053version = "1.0.228"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
16056dependencies = [
16057 "proc-macro2",
16058 "quote",
16059 "syn 2.0.117",
16060]
16061
16062[[package]]
16063name = "serde_derive_internals"
16064version = "0.29.1"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
16067dependencies = [
16068 "proc-macro2",
16069 "quote",
16070 "syn 2.0.117",
16071]
16072
16073[[package]]
16074name = "serde_fmt"
16075version = "1.0.3"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
16078dependencies = [
16079 "serde",
16080]
16081
16082[[package]]
16083name = "serde_json"
16084version = "1.0.145"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
16087dependencies = [
16088 "indexmap 2.14.0",
16089 "itoa",
16090 "memchr",
16091 "ryu",
16092 "serde",
16093 "serde_core",
16094]
16095
16096[[package]]
16097name = "serde_json_lenient"
16098version = "0.2.4"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
16101dependencies = [
16102 "indexmap 2.14.0",
16103 "itoa",
16104 "memchr",
16105 "ryu",
16106 "serde",
16107]
16108
16109[[package]]
16110name = "serde_path_to_error"
16111version = "0.1.20"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
16114dependencies = [
16115 "itoa",
16116 "serde",
16117 "serde_core",
16118]
16119
16120[[package]]
16121name = "serde_repr"
16122version = "0.1.20"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
16125dependencies = [
16126 "proc-macro2",
16127 "quote",
16128 "syn 2.0.117",
16129]
16130
16131[[package]]
16132name = "serde_spanned"
16133version = "0.6.9"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
16136dependencies = [
16137 "serde",
16138]
16139
16140[[package]]
16141name = "serde_spanned"
16142version = "1.0.3"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
16145dependencies = [
16146 "serde_core",
16147]
16148
16149[[package]]
16150name = "serde_urlencoded"
16151version = "0.7.1"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
16154dependencies = [
16155 "form_urlencoded",
16156 "itoa",
16157 "ryu",
16158 "serde",
16159]
16160
16161[[package]]
16162name = "serde_with"
16163version = "3.20.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2"
16166dependencies = [
16167 "base64 0.22.1",
16168 "bs58",
16169 "chrono",
16170 "hex",
16171 "indexmap 1.9.3",
16172 "indexmap 2.14.0",
16173 "schemars 0.9.0",
16174 "schemars 1.0.4",
16175 "serde_core",
16176 "serde_json",
16177 "serde_with_macros",
16178 "time",
16179]
16180
16181[[package]]
16182name = "serde_with_macros"
16183version = "3.20.0"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac"
16186dependencies = [
16187 "darling 0.23.0",
16188 "proc-macro2",
16189 "quote",
16190 "syn 2.0.117",
16191]
16192
16193[[package]]
16194name = "serde_yaml"
16195version = "0.9.34+deprecated"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
16198dependencies = [
16199 "indexmap 2.14.0",
16200 "itoa",
16201 "ryu",
16202 "serde",
16203 "unsafe-libyaml",
16204]
16205
16206[[package]]
16207name = "serde_yaml_ng"
16208version = "0.10.0"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f"
16211dependencies = [
16212 "indexmap 2.14.0",
16213 "itoa",
16214 "ryu",
16215 "serde",
16216 "unsafe-libyaml",
16217]
16218
16219[[package]]
16220name = "serial2"
16221version = "0.2.33"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
16224dependencies = [
16225 "cfg-if",
16226 "libc",
16227 "winapi",
16228]
16229
16230[[package]]
16231name = "servo_arc"
16232version = "0.4.3"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
16235dependencies = [
16236 "stable_deref_trait",
16237]
16238
16239[[package]]
16240name = "session"
16241version = "0.1.0"
16242dependencies = [
16243 "db",
16244 "gpui",
16245 "serde_json",
16246 "util",
16247 "uuid",
16248]
16249
16250[[package]]
16251name = "settings"
16252version = "0.1.0"
16253dependencies = [
16254 "anyhow",
16255 "collections",
16256 "ec4rs",
16257 "fs",
16258 "futures 0.3.32",
16259 "gpui",
16260 "indoc",
16261 "inventory",
16262 "log",
16263 "migrator",
16264 "paths",
16265 "pretty_assertions",
16266 "release_channel",
16267 "rust-embed",
16268 "schemars 1.0.4",
16269 "serde",
16270 "serde_json",
16271 "serde_json_lenient",
16272 "settings_content",
16273 "settings_json",
16274 "settings_macros",
16275 "smallvec",
16276 "unindent",
16277 "util",
16278 "zlog",
16279]
16280
16281[[package]]
16282name = "settings_content"
16283version = "0.1.0"
16284dependencies = [
16285 "anyhow",
16286 "collections",
16287 "derive_more",
16288 "gpui",
16289 "language_model_core",
16290 "log",
16291 "schemars 1.0.4",
16292 "serde",
16293 "serde_json",
16294 "serde_json_lenient",
16295 "settings_json",
16296 "settings_macros",
16297 "strum 0.27.2",
16298 "util",
16299]
16300
16301[[package]]
16302name = "settings_json"
16303version = "0.1.0"
16304dependencies = [
16305 "anyhow",
16306 "pretty_assertions",
16307 "serde",
16308 "serde_json",
16309 "serde_json_lenient",
16310 "serde_path_to_error",
16311 "tree-sitter",
16312 "tree-sitter-json",
16313 "unindent",
16314 "util",
16315]
16316
16317[[package]]
16318name = "settings_macros"
16319version = "0.1.0"
16320dependencies = [
16321 "quote",
16322 "settings",
16323 "syn 2.0.117",
16324]
16325
16326[[package]]
16327name = "settings_profile_selector"
16328version = "0.1.0"
16329dependencies = [
16330 "editor",
16331 "fuzzy",
16332 "gpui",
16333 "menu",
16334 "picker",
16335 "project",
16336 "serde_json",
16337 "settings",
16338 "theme",
16339 "theme_settings",
16340 "ui",
16341 "workspace",
16342 "zed_actions",
16343]
16344
16345[[package]]
16346name = "settings_ui"
16347version = "0.1.0"
16348dependencies = [
16349 "agent",
16350 "agent_settings",
16351 "agent_skills",
16352 "anyhow",
16353 "audio",
16354 "client",
16355 "cloud_api_types",
16356 "codestral",
16357 "collections",
16358 "component",
16359 "context_server",
16360 "copilot",
16361 "copilot_ui",
16362 "cpal",
16363 "edit_prediction",
16364 "edit_prediction_ui",
16365 "editor",
16366 "extension",
16367 "extension_host",
16368 "feature_flags",
16369 "fs",
16370 "futures 0.3.32",
16371 "fuzzy",
16372 "gpui",
16373 "heck 0.5.0",
16374 "http_client",
16375 "http_proxy",
16376 "itertools 0.14.0",
16377 "language",
16378 "language_model",
16379 "log",
16380 "menu",
16381 "omega_harness",
16382 "paths",
16383 "picker",
16384 "platform_title_bar",
16385 "pretty_assertions",
16386 "project",
16387 "regex",
16388 "release_channel",
16389 "rodio",
16390 "schemars 1.0.4",
16391 "search",
16392 "serde",
16393 "serde_json",
16394 "serde_yaml_ng",
16395 "settings",
16396 "shell_command_parser",
16397 "strum 0.27.2",
16398 "telemetry",
16399 "theme",
16400 "theme_settings",
16401 "title_bar",
16402 "ui",
16403 "ui_input",
16404 "url",
16405 "util",
16406 "workspace",
16407 "zed_actions",
16408 "zed_credentials_provider",
16409]
16410
16411[[package]]
16412name = "sha-1"
16413version = "0.10.1"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16416dependencies = [
16417 "cfg-if",
16418 "cpufeatures",
16419 "digest",
16420]
16421
16422[[package]]
16423name = "sha1"
16424version = "0.10.6"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16427dependencies = [
16428 "cfg-if",
16429 "cpufeatures",
16430 "digest",
16431]
16432
16433[[package]]
16434name = "sha1_smol"
16435version = "1.0.1"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16438
16439[[package]]
16440name = "sha2"
16441version = "0.10.9"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16444dependencies = [
16445 "cfg-if",
16446 "cpufeatures",
16447 "digest",
16448]
16449
16450[[package]]
16451name = "sharded-slab"
16452version = "0.1.7"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16455dependencies = [
16456 "lazy_static",
16457]
16458
16459[[package]]
16460name = "shared_library"
16461version = "0.1.9"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16464dependencies = [
16465 "lazy_static",
16466 "libc",
16467]
16468
16469[[package]]
16470name = "shell-words"
16471version = "1.1.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16474
16475[[package]]
16476name = "shell_command_parser"
16477version = "0.1.0"
16478dependencies = [
16479 "brush-parser",
16480]
16481
16482[[package]]
16483name = "shellexpand"
16484version = "3.1.1"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16487dependencies = [
16488 "dirs",
16489]
16490
16491[[package]]
16492name = "shingles"
16493version = "0.1.1"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16496
16497[[package]]
16498name = "shlex"
16499version = "1.3.0"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16502
16503[[package]]
16504name = "sidebar"
16505version = "0.1.0"
16506dependencies = [
16507 "acp_thread",
16508 "action_log",
16509 "agent",
16510 "agent-client-protocol",
16511 "agent_settings",
16512 "agent_ui",
16513 "anyhow",
16514 "async-channel 2.5.0",
16515 "chrono",
16516 "client",
16517 "clock",
16518 "db",
16519 "editor",
16520 "extension",
16521 "feature_flags",
16522 "fs",
16523 "git",
16524 "git_ui",
16525 "gpui",
16526 "http_client",
16527 "itertools 0.14.0",
16528 "language",
16529 "language_model",
16530 "log",
16531 "menu",
16532 "node_runtime",
16533 "notifications",
16534 "platform_title_bar",
16535 "pretty_assertions",
16536 "project",
16537 "prompt_store",
16538 "recent_projects",
16539 "release_channel",
16540 "remote",
16541 "remote_connection",
16542 "remote_server",
16543 "semver",
16544 "serde",
16545 "serde_json",
16546 "settings",
16547 "telemetry",
16548 "theme",
16549 "theme_settings",
16550 "ui",
16551 "unicode-segmentation",
16552 "util",
16553 "workspace",
16554 "zed_actions",
16555]
16556
16557[[package]]
16558name = "signal-hook"
16559version = "0.4.4"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
16562dependencies = [
16563 "libc",
16564 "signal-hook-registry",
16565]
16566
16567[[package]]
16568name = "signal-hook-registry"
16569version = "1.4.6"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16572dependencies = [
16573 "libc",
16574]
16575
16576[[package]]
16577name = "signature"
16578version = "2.2.0"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16581dependencies = [
16582 "digest",
16583 "rand_core 0.6.4",
16584]
16585
16586[[package]]
16587name = "simba"
16588version = "0.9.1"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
16591dependencies = [
16592 "approx 0.5.1",
16593 "num-complex",
16594 "num-traits",
16595 "paste",
16596 "wide",
16597]
16598
16599[[package]]
16600name = "simd-adler32"
16601version = "0.3.7"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16604
16605[[package]]
16606name = "simd_helpers"
16607version = "0.1.0"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16610dependencies = [
16611 "quote",
16612]
16613
16614[[package]]
16615name = "similar"
16616version = "2.7.0"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16619
16620[[package]]
16621name = "simple_asn1"
16622version = "0.6.3"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16625dependencies = [
16626 "num-bigint",
16627 "num-traits",
16628 "thiserror 2.0.17",
16629 "time",
16630]
16631
16632[[package]]
16633name = "simplecss"
16634version = "0.2.2"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16637dependencies = [
16638 "log",
16639]
16640
16641[[package]]
16642name = "simplelog"
16643version = "0.12.2"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16646dependencies = [
16647 "log",
16648 "termcolor",
16649 "time",
16650]
16651
16652[[package]]
16653name = "siphasher"
16654version = "0.3.11"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16657
16658[[package]]
16659name = "siphasher"
16660version = "1.0.1"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16663
16664[[package]]
16665name = "skrifa"
16666version = "0.37.0"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16669dependencies = [
16670 "bytemuck",
16671 "read-fonts 0.35.0",
16672]
16673
16674[[package]]
16675name = "skrifa"
16676version = "0.40.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16679dependencies = [
16680 "bytemuck",
16681 "read-fonts 0.37.0",
16682]
16683
16684[[package]]
16685name = "slab"
16686version = "0.4.11"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16689
16690[[package]]
16691name = "slotmap"
16692version = "1.0.7"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16695dependencies = [
16696 "version_check",
16697]
16698
16699[[package]]
16700name = "smallvec"
16701version = "1.15.1"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16704dependencies = [
16705 "serde",
16706]
16707
16708[[package]]
16709name = "smart-default"
16710version = "0.7.1"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16713dependencies = [
16714 "proc-macro2",
16715 "quote",
16716 "syn 2.0.117",
16717]
16718
16719[[package]]
16720name = "smol"
16721version = "2.0.2"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16724dependencies = [
16725 "async-channel 2.5.0",
16726 "async-executor",
16727 "async-fs",
16728 "async-io",
16729 "async-lock",
16730 "async-net",
16731 "async-process",
16732 "blocking",
16733 "futures-lite 2.6.1",
16734]
16735
16736[[package]]
16737name = "smol_str"
16738version = "0.3.6"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
16741dependencies = [
16742 "borsh",
16743 "serde_core",
16744]
16745
16746[[package]]
16747name = "snafu"
16748version = "0.8.9"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16751dependencies = [
16752 "snafu-derive",
16753]
16754
16755[[package]]
16756name = "snafu-derive"
16757version = "0.8.9"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16760dependencies = [
16761 "heck 0.5.0",
16762 "proc-macro2",
16763 "quote",
16764 "syn 2.0.117",
16765]
16766
16767[[package]]
16768name = "snippet"
16769version = "0.1.0"
16770dependencies = [
16771 "anyhow",
16772 "smallvec",
16773]
16774
16775[[package]]
16776name = "snippet_provider"
16777version = "0.1.0"
16778dependencies = [
16779 "anyhow",
16780 "collections",
16781 "extension",
16782 "fs",
16783 "futures 0.3.32",
16784 "gpui",
16785 "indoc",
16786 "parking_lot",
16787 "paths",
16788 "schemars 1.0.4",
16789 "serde",
16790 "serde_json",
16791 "serde_json_lenient",
16792 "snippet",
16793 "util",
16794]
16795
16796[[package]]
16797name = "snippets_ui"
16798version = "0.1.0"
16799dependencies = [
16800 "file_icons",
16801 "fuzzy",
16802 "gpui",
16803 "language",
16804 "open_path_prompt",
16805 "paths",
16806 "picker",
16807 "settings",
16808 "ui",
16809 "util",
16810 "workspace",
16811]
16812
16813[[package]]
16814name = "socket2"
16815version = "0.5.10"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16818dependencies = [
16819 "libc",
16820 "windows-sys 0.52.0",
16821]
16822
16823[[package]]
16824name = "socket2"
16825version = "0.6.3"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
16828dependencies = [
16829 "libc",
16830 "windows-sys 0.61.2",
16831]
16832
16833[[package]]
16834name = "spdx"
16835version = "0.10.9"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16838dependencies = [
16839 "smallvec",
16840]
16841
16842[[package]]
16843name = "spin"
16844version = "0.9.8"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16847dependencies = [
16848 "lock_api",
16849]
16850
16851[[package]]
16852name = "spin"
16853version = "0.10.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16856dependencies = [
16857 "lock_api",
16858]
16859
16860[[package]]
16861name = "spirv"
16862version = "0.4.0+sdk-1.4.341.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16865dependencies = [
16866 "bitflags 2.13.1",
16867]
16868
16869[[package]]
16870name = "spki"
16871version = "0.7.3"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16874dependencies = [
16875 "base64ct",
16876 "der",
16877]
16878
16879[[package]]
16880name = "sqlez"
16881version = "0.1.0"
16882dependencies = [
16883 "anyhow",
16884 "collections",
16885 "futures 0.3.32",
16886 "indoc",
16887 "libsqlite3-sys",
16888 "log",
16889 "parking_lot",
16890 "pollster 0.4.0",
16891 "sqlformat",
16892 "thread_local",
16893 "util",
16894 "uuid",
16895]
16896
16897[[package]]
16898name = "sqlez_macros"
16899version = "0.1.0"
16900dependencies = [
16901 "sqlez",
16902 "sqlformat",
16903 "syn 2.0.117",
16904]
16905
16906[[package]]
16907name = "sqlformat"
16908version = "0.2.6"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16911dependencies = [
16912 "nom 7.1.3",
16913 "unicode_categories",
16914]
16915
16916[[package]]
16917name = "stable_deref_trait"
16918version = "1.2.1"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16921
16922[[package]]
16923name = "stacker"
16924version = "0.1.23"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16927dependencies = [
16928 "cc",
16929 "cfg-if",
16930 "libc",
16931 "psm",
16932 "windows-sys 0.59.0",
16933]
16934
16935[[package]]
16936name = "stacksafe"
16937version = "0.1.4"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16940dependencies = [
16941 "stacker",
16942 "stacksafe-macro",
16943]
16944
16945[[package]]
16946name = "stacksafe-macro"
16947version = "0.1.4"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16950dependencies = [
16951 "proc-macro-error2",
16952 "quote",
16953 "syn 2.0.117",
16954]
16955
16956[[package]]
16957name = "static_assertions"
16958version = "1.1.0"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16961
16962[[package]]
16963name = "streaming-iterator"
16964version = "0.1.9"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16967
16968[[package]]
16969name = "streaming_diff"
16970version = "0.1.0"
16971dependencies = [
16972 "criterion",
16973 "ordered-float 2.10.1",
16974 "rand 0.9.4",
16975 "rope",
16976 "util",
16977]
16978
16979[[package]]
16980name = "strict-num"
16981version = "0.1.1"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16984dependencies = [
16985 "float-cmp",
16986]
16987
16988[[package]]
16989name = "string_cache"
16990version = "0.8.9"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16993dependencies = [
16994 "new_debug_unreachable",
16995 "parking_lot",
16996 "phf_shared 0.11.3",
16997 "precomputed-hash",
16998 "serde",
16999]
17000
17001[[package]]
17002name = "string_cache_codegen"
17003version = "0.5.4"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
17006dependencies = [
17007 "phf_generator 0.11.3",
17008 "phf_shared 0.11.3",
17009 "proc-macro2",
17010 "quote",
17011]
17012
17013[[package]]
17014name = "strsim"
17015version = "0.10.0"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
17018
17019[[package]]
17020name = "strsim"
17021version = "0.11.1"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
17024
17025[[package]]
17026name = "strum"
17027version = "0.27.2"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
17030dependencies = [
17031 "strum_macros 0.27.2",
17032]
17033
17034[[package]]
17035name = "strum"
17036version = "0.28.0"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
17039dependencies = [
17040 "strum_macros 0.28.0",
17041]
17042
17043[[package]]
17044name = "strum_macros"
17045version = "0.27.2"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
17048dependencies = [
17049 "heck 0.5.0",
17050 "proc-macro2",
17051 "quote",
17052 "syn 2.0.117",
17053]
17054
17055[[package]]
17056name = "strum_macros"
17057version = "0.28.0"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
17060dependencies = [
17061 "heck 0.5.0",
17062 "proc-macro2",
17063 "quote",
17064 "syn 2.0.117",
17065]
17066
17067[[package]]
17068name = "subtle"
17069version = "2.6.1"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
17072
17073[[package]]
17074name = "sum_tree"
17075version = "0.1.0"
17076dependencies = [
17077 "ctor",
17078 "heapless",
17079 "log",
17080 "proptest",
17081 "rand 0.9.4",
17082 "rayon",
17083 "tracing",
17084 "zlog",
17085 "ztracing",
17086]
17087
17088[[package]]
17089name = "sval"
17090version = "2.15.0"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
17093
17094[[package]]
17095name = "sval_buffer"
17096version = "2.15.0"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
17099dependencies = [
17100 "sval",
17101 "sval_ref",
17102]
17103
17104[[package]]
17105name = "sval_dynamic"
17106version = "2.15.0"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
17109dependencies = [
17110 "sval",
17111]
17112
17113[[package]]
17114name = "sval_fmt"
17115version = "2.15.0"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
17118dependencies = [
17119 "itoa",
17120 "ryu",
17121 "sval",
17122]
17123
17124[[package]]
17125name = "sval_json"
17126version = "2.15.0"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
17129dependencies = [
17130 "itoa",
17131 "ryu",
17132 "sval",
17133]
17134
17135[[package]]
17136name = "sval_nested"
17137version = "2.15.0"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
17140dependencies = [
17141 "sval",
17142 "sval_buffer",
17143 "sval_ref",
17144]
17145
17146[[package]]
17147name = "sval_ref"
17148version = "2.15.0"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17151dependencies = [
17152 "sval",
17153]
17154
17155[[package]]
17156name = "sval_serde"
17157version = "2.15.0"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17160dependencies = [
17161 "serde_core",
17162 "sval",
17163 "sval_nested",
17164]
17165
17166[[package]]
17167name = "svg_fmt"
17168version = "0.4.5"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17171
17172[[package]]
17173name = "svg_path_ops"
17174version = "0.11.0"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "a2ed183bad71dff813db12a317785a8565c9b44732cca3c2effd40a06eb9cd28"
17177dependencies = [
17178 "cgmath",
17179 "svgtypes 0.11.0",
17180]
17181
17182[[package]]
17183name = "svg_preview"
17184version = "0.1.0"
17185dependencies = [
17186 "file_icons",
17187 "gpui",
17188 "language",
17189 "multi_buffer",
17190 "ui",
17191 "workspace",
17192 "zed_actions",
17193]
17194
17195[[package]]
17196name = "svgtypes"
17197version = "0.11.0"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "ed4b0611e7f3277f68c0fa18e385d9e2d26923691379690039548f867cef02a7"
17200dependencies = [
17201 "kurbo 0.9.5",
17202 "siphasher 0.3.11",
17203]
17204
17205[[package]]
17206name = "svgtypes"
17207version = "0.16.1"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "695b5790b3131dafa99b3bbfd25a216edb3d216dad9ca208d4657bfb8f2abc3d"
17210dependencies = [
17211 "kurbo 0.13.1",
17212 "siphasher 1.0.1",
17213]
17214
17215[[package]]
17216name = "swash"
17217version = "0.2.6"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17220dependencies = [
17221 "skrifa 0.37.0",
17222 "yazi",
17223 "zeno",
17224]
17225
17226[[package]]
17227name = "symphonia"
17228version = "0.5.5"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17231dependencies = [
17232 "lazy_static",
17233 "symphonia-bundle-flac",
17234 "symphonia-bundle-mp3",
17235 "symphonia-codec-aac",
17236 "symphonia-codec-pcm",
17237 "symphonia-codec-vorbis",
17238 "symphonia-core",
17239 "symphonia-format-isomp4",
17240 "symphonia-format-ogg",
17241 "symphonia-format-riff",
17242 "symphonia-metadata",
17243]
17244
17245[[package]]
17246name = "symphonia-bundle-flac"
17247version = "0.5.5"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17250dependencies = [
17251 "log",
17252 "symphonia-core",
17253 "symphonia-metadata",
17254 "symphonia-utils-xiph",
17255]
17256
17257[[package]]
17258name = "symphonia-bundle-mp3"
17259version = "0.5.5"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17262dependencies = [
17263 "lazy_static",
17264 "log",
17265 "symphonia-core",
17266 "symphonia-metadata",
17267]
17268
17269[[package]]
17270name = "symphonia-codec-aac"
17271version = "0.5.5"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17274dependencies = [
17275 "lazy_static",
17276 "log",
17277 "symphonia-core",
17278]
17279
17280[[package]]
17281name = "symphonia-codec-pcm"
17282version = "0.5.5"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17285dependencies = [
17286 "log",
17287 "symphonia-core",
17288]
17289
17290[[package]]
17291name = "symphonia-codec-vorbis"
17292version = "0.5.5"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17295dependencies = [
17296 "log",
17297 "symphonia-core",
17298 "symphonia-utils-xiph",
17299]
17300
17301[[package]]
17302name = "symphonia-core"
17303version = "0.5.5"
17304source = "registry+https://github.com/rust-lang/crates.io-index"
17305checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17306dependencies = [
17307 "arrayvec",
17308 "bitflags 1.3.2",
17309 "bytemuck",
17310 "lazy_static",
17311 "log",
17312]
17313
17314[[package]]
17315name = "symphonia-format-isomp4"
17316version = "0.5.5"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17319dependencies = [
17320 "encoding_rs",
17321 "log",
17322 "symphonia-core",
17323 "symphonia-metadata",
17324 "symphonia-utils-xiph",
17325]
17326
17327[[package]]
17328name = "symphonia-format-ogg"
17329version = "0.5.5"
17330source = "registry+https://github.com/rust-lang/crates.io-index"
17331checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17332dependencies = [
17333 "log",
17334 "symphonia-core",
17335 "symphonia-metadata",
17336 "symphonia-utils-xiph",
17337]
17338
17339[[package]]
17340name = "symphonia-format-riff"
17341version = "0.5.5"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17344dependencies = [
17345 "extended",
17346 "log",
17347 "symphonia-core",
17348 "symphonia-metadata",
17349]
17350
17351[[package]]
17352name = "symphonia-metadata"
17353version = "0.5.5"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17356dependencies = [
17357 "encoding_rs",
17358 "lazy_static",
17359 "log",
17360 "symphonia-core",
17361]
17362
17363[[package]]
17364name = "symphonia-utils-xiph"
17365version = "0.5.5"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17368dependencies = [
17369 "symphonia-core",
17370 "symphonia-metadata",
17371]
17372
17373[[package]]
17374name = "syn"
17375version = "1.0.109"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17378dependencies = [
17379 "proc-macro2",
17380 "quote",
17381 "unicode-ident",
17382]
17383
17384[[package]]
17385name = "syn"
17386version = "2.0.117"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17389dependencies = [
17390 "proc-macro2",
17391 "quote",
17392 "unicode-ident",
17393]
17394
17395[[package]]
17396name = "syn"
17397version = "3.0.3"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
17400dependencies = [
17401 "proc-macro2",
17402 "quote",
17403 "unicode-ident",
17404]
17405
17406[[package]]
17407name = "sync_wrapper"
17408version = "1.0.2"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17411dependencies = [
17412 "futures-core",
17413]
17414
17415[[package]]
17416name = "synchronoise"
17417version = "1.0.1"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17420dependencies = [
17421 "crossbeam-queue",
17422]
17423
17424[[package]]
17425name = "synstructure"
17426version = "0.13.2"
17427source = "registry+https://github.com/rust-lang/crates.io-index"
17428checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17429dependencies = [
17430 "proc-macro2",
17431 "quote",
17432 "syn 2.0.117",
17433]
17434
17435[[package]]
17436name = "syntax_theme"
17437version = "0.1.0"
17438dependencies = [
17439 "gpui",
17440 "serde",
17441 "serde_json",
17442]
17443
17444[[package]]
17445name = "sys-locale"
17446version = "0.3.2"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17449dependencies = [
17450 "libc",
17451]
17452
17453[[package]]
17454name = "sysinfo"
17455version = "0.31.4"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17458dependencies = [
17459 "core-foundation-sys",
17460 "libc",
17461 "memchr",
17462 "ntapi",
17463 "rayon",
17464 "windows 0.57.0",
17465]
17466
17467[[package]]
17468name = "sysinfo"
17469version = "0.37.2"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17472dependencies = [
17473 "libc",
17474 "memchr",
17475 "ntapi",
17476 "objc2-core-foundation",
17477 "objc2-io-kit",
17478 "windows 0.61.3",
17479]
17480
17481[[package]]
17482name = "system-configuration"
17483version = "0.6.1"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17486dependencies = [
17487 "bitflags 2.13.1",
17488 "core-foundation 0.9.4",
17489 "system-configuration-sys",
17490]
17491
17492[[package]]
17493name = "system-configuration-sys"
17494version = "0.6.0"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17497dependencies = [
17498 "core-foundation-sys",
17499 "libc",
17500]
17501
17502[[package]]
17503name = "system-deps"
17504version = "7.0.7"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17507dependencies = [
17508 "cfg-expr",
17509 "heck 0.5.0",
17510 "pkg-config",
17511 "toml 0.9.8",
17512 "version-compare",
17513]
17514
17515[[package]]
17516name = "system-interface"
17517version = "0.27.3"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17520dependencies = [
17521 "bitflags 2.13.1",
17522 "cap-fs-ext",
17523 "cap-std",
17524 "fd-lock",
17525 "io-lifetimes",
17526 "rustix 0.38.44",
17527 "windows-sys 0.59.0",
17528 "winx",
17529]
17530
17531[[package]]
17532name = "system_specs"
17533version = "0.1.0"
17534dependencies = [
17535 "anyhow",
17536 "gpui",
17537 "human_bytes",
17538 "pciid-parser",
17539 "release_channel",
17540 "semver",
17541 "serde",
17542 "sysinfo 0.37.2",
17543]
17544
17545[[package]]
17546name = "tab_switcher"
17547version = "0.1.0"
17548dependencies = [
17549 "collections",
17550 "ctor",
17551 "editor",
17552 "fuzzy_nucleo",
17553 "gpui",
17554 "menu",
17555 "picker",
17556 "project",
17557 "schemars 1.0.4",
17558 "serde",
17559 "serde_json",
17560 "settings",
17561 "theme",
17562 "theme_settings",
17563 "ui",
17564 "util",
17565 "workspace",
17566 "zlog",
17567]
17568
17569[[package]]
17570name = "taffy"
17571version = "0.12.2"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "340a09581f29809fc0df82a3955501dc7f2a21f887e5d1c13dbe288fe1c0bef4"
17574dependencies = [
17575 "arrayvec",
17576 "grid",
17577 "serde",
17578 "slotmap",
17579]
17580
17581[[package]]
17582name = "tagptr"
17583version = "0.2.0"
17584source = "registry+https://github.com/rust-lang/crates.io-index"
17585checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17586
17587[[package]]
17588name = "take-until"
17589version = "0.2.0"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17592
17593[[package]]
17594name = "tao-core-video-sys"
17595version = "0.2.0"
17596source = "registry+https://github.com/rust-lang/crates.io-index"
17597checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17598dependencies = [
17599 "cfg-if",
17600 "core-foundation-sys",
17601 "libc",
17602 "objc",
17603]
17604
17605[[package]]
17606name = "target-lexicon"
17607version = "0.13.3"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17610
17611[[package]]
17612name = "task"
17613version = "0.1.0"
17614dependencies = [
17615 "anyhow",
17616 "collections",
17617 "futures 0.3.32",
17618 "gpui",
17619 "hex",
17620 "log",
17621 "parking_lot",
17622 "pretty_assertions",
17623 "proto",
17624 "schemars 1.0.4",
17625 "serde",
17626 "serde_json",
17627 "serde_json_lenient",
17628 "sha2",
17629 "shellexpand",
17630 "util",
17631 "zed_actions",
17632]
17633
17634[[package]]
17635name = "tasks_ui"
17636version = "0.1.0"
17637dependencies = [
17638 "anyhow",
17639 "collections",
17640 "editor",
17641 "file_icons",
17642 "fuzzy",
17643 "gpui",
17644 "itertools 0.14.0",
17645 "language",
17646 "menu",
17647 "picker",
17648 "project",
17649 "serde",
17650 "serde_json",
17651 "task",
17652 "tree-sitter",
17653 "tree-sitter-json",
17654 "tree-sitter-rust",
17655 "tree-sitter-typescript",
17656 "ui",
17657 "util",
17658 "workspace",
17659 "zed_actions",
17660]
17661
17662[[package]]
17663name = "tauri-winrt-notification"
17664version = "0.7.3"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "9ed071c670382e85fc2f48ae706492d8c338f4f89bf72520d32f8abfe880aade"
17667dependencies = [
17668 "thiserror 2.0.17",
17669 "windows 0.61.3",
17670 "windows-version",
17671]
17672
17673[[package]]
17674name = "telemetry"
17675version = "0.1.0"
17676dependencies = [
17677 "futures 0.3.32",
17678 "serde",
17679 "serde_json",
17680 "telemetry_events",
17681]
17682
17683[[package]]
17684name = "telemetry_events"
17685version = "0.1.0"
17686dependencies = [
17687 "semver",
17688 "serde",
17689 "serde_json",
17690]
17691
17692[[package]]
17693name = "tempfile"
17694version = "3.23.0"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17697dependencies = [
17698 "fastrand 2.3.0",
17699 "getrandom 0.3.4",
17700 "once_cell",
17701 "rustix 1.1.2",
17702 "windows-sys 0.61.2",
17703]
17704
17705[[package]]
17706name = "tendril"
17707version = "0.4.3"
17708source = "registry+https://github.com/rust-lang/crates.io-index"
17709checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17710dependencies = [
17711 "futf",
17712 "mac",
17713 "utf-8",
17714]
17715
17716[[package]]
17717name = "term"
17718version = "0.7.0"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
17721dependencies = [
17722 "dirs-next",
17723 "rustversion",
17724 "winapi",
17725]
17726
17727[[package]]
17728name = "termcolor"
17729version = "1.4.1"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17732dependencies = [
17733 "winapi-util",
17734]
17735
17736[[package]]
17737name = "terminal"
17738version = "0.1.0"
17739dependencies = [
17740 "alacritty_terminal",
17741 "anyhow",
17742 "async-channel 2.5.0",
17743 "collections",
17744 "futures 0.3.32",
17745 "futures-lite 1.13.0",
17746 "gpui",
17747 "itertools 0.14.0",
17748 "libc",
17749 "log",
17750 "parking_lot",
17751 "percent-encoding",
17752 "rand 0.9.4",
17753 "regex",
17754 "release_channel",
17755 "schemars 1.0.4",
17756 "serde",
17757 "settings",
17758 "sysinfo 0.37.2",
17759 "task",
17760 "theme",
17761 "theme_settings",
17762 "thiserror 2.0.17",
17763 "url",
17764 "urlencoding",
17765 "util",
17766 "util_macros",
17767 "vte",
17768 "windows 0.61.3",
17769]
17770
17771[[package]]
17772name = "terminal_size"
17773version = "0.4.3"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17776dependencies = [
17777 "rustix 1.1.2",
17778 "windows-sys 0.60.2",
17779]
17780
17781[[package]]
17782name = "terminal_view"
17783version = "0.1.0"
17784dependencies = [
17785 "anyhow",
17786 "async-recursion",
17787 "breadcrumbs",
17788 "collections",
17789 "db",
17790 "dirs",
17791 "editor",
17792 "futures 0.3.32",
17793 "gpui",
17794 "itertools 0.14.0",
17795 "language",
17796 "log",
17797 "menu",
17798 "pretty_assertions",
17799 "project",
17800 "regex",
17801 "release_channel",
17802 "remote",
17803 "rpc",
17804 "schemars 1.0.4",
17805 "semver",
17806 "serde",
17807 "serde_json",
17808 "settings",
17809 "shellexpand",
17810 "shlex",
17811 "task",
17812 "terminal",
17813 "theme",
17814 "theme_settings",
17815 "ui",
17816 "util",
17817 "workspace",
17818 "zed_actions",
17819]
17820
17821[[package]]
17822name = "text"
17823version = "0.1.0"
17824dependencies = [
17825 "anyhow",
17826 "clock",
17827 "collections",
17828 "ctor",
17829 "gpui",
17830 "log",
17831 "parking_lot",
17832 "postage",
17833 "rand 0.9.4",
17834 "regex",
17835 "rope",
17836 "smallvec",
17837 "sum_tree",
17838 "util",
17839 "zlog",
17840]
17841
17842[[package]]
17843name = "theme"
17844version = "0.1.0"
17845dependencies = [
17846 "anyhow",
17847 "collections",
17848 "gpui",
17849 "palette",
17850 "parking_lot",
17851 "refineable",
17852 "schemars 1.0.4",
17853 "serde",
17854 "serde_json",
17855 "serde_json_lenient",
17856 "strum 0.27.2",
17857 "syntax_theme",
17858 "thiserror 2.0.17",
17859 "uuid",
17860]
17861
17862[[package]]
17863name = "theme_extension"
17864version = "0.1.0"
17865dependencies = [
17866 "anyhow",
17867 "extension",
17868 "fs",
17869 "gpui",
17870 "theme",
17871 "theme_settings",
17872]
17873
17874[[package]]
17875name = "theme_importer"
17876version = "0.1.0"
17877dependencies = [
17878 "anyhow",
17879 "clap",
17880 "collections",
17881 "gpui",
17882 "indexmap 2.14.0",
17883 "log",
17884 "palette",
17885 "serde",
17886 "serde_json",
17887 "serde_json_lenient",
17888 "simplelog",
17889 "strum 0.27.2",
17890 "theme",
17891 "theme_settings",
17892 "vscode_theme",
17893]
17894
17895[[package]]
17896name = "theme_selector"
17897version = "0.1.0"
17898dependencies = [
17899 "editor",
17900 "fs",
17901 "fuzzy",
17902 "gpui",
17903 "log",
17904 "picker",
17905 "project",
17906 "serde",
17907 "serde_json",
17908 "settings",
17909 "telemetry",
17910 "theme",
17911 "theme_settings",
17912 "ui",
17913 "util",
17914 "workspace",
17915 "zed_actions",
17916]
17917
17918[[package]]
17919name = "theme_settings"
17920version = "0.1.0"
17921dependencies = [
17922 "anyhow",
17923 "collections",
17924 "gpui",
17925 "gpui_util",
17926 "log",
17927 "palette",
17928 "refineable",
17929 "schemars 1.0.4",
17930 "serde",
17931 "serde_json",
17932 "serde_json_lenient",
17933 "settings",
17934 "theme",
17935 "uuid",
17936]
17937
17938[[package]]
17939name = "thiserror"
17940version = "1.0.69"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17943dependencies = [
17944 "thiserror-impl 1.0.69",
17945]
17946
17947[[package]]
17948name = "thiserror"
17949version = "2.0.17"
17950source = "registry+https://github.com/rust-lang/crates.io-index"
17951checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17952dependencies = [
17953 "thiserror-impl 2.0.17",
17954]
17955
17956[[package]]
17957name = "thiserror-impl"
17958version = "1.0.69"
17959source = "registry+https://github.com/rust-lang/crates.io-index"
17960checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17961dependencies = [
17962 "proc-macro2",
17963 "quote",
17964 "syn 2.0.117",
17965]
17966
17967[[package]]
17968name = "thiserror-impl"
17969version = "2.0.17"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17972dependencies = [
17973 "proc-macro2",
17974 "quote",
17975 "syn 2.0.117",
17976]
17977
17978[[package]]
17979name = "thread_local"
17980version = "1.1.9"
17981source = "registry+https://github.com/rust-lang/crates.io-index"
17982checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17983dependencies = [
17984 "cfg-if",
17985]
17986
17987[[package]]
17988name = "tiff"
17989version = "0.11.3"
17990source = "registry+https://github.com/rust-lang/crates.io-index"
17991checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17992dependencies = [
17993 "fax",
17994 "flate2",
17995 "half",
17996 "quick-error 2.0.1",
17997 "weezl",
17998 "zune-jpeg",
17999]
18000
18001[[package]]
18002name = "time"
18003version = "0.3.47"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
18006dependencies = [
18007 "deranged",
18008 "itoa",
18009 "libc",
18010 "num-conv",
18011 "num_threads",
18012 "powerfmt",
18013 "serde_core",
18014 "time-core",
18015 "time-macros",
18016]
18017
18018[[package]]
18019name = "time-core"
18020version = "0.1.8"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
18023
18024[[package]]
18025name = "time-macros"
18026version = "0.2.27"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
18029dependencies = [
18030 "num-conv",
18031 "time-core",
18032]
18033
18034[[package]]
18035name = "time_format"
18036version = "0.1.0"
18037dependencies = [
18038 "core-foundation 0.10.0",
18039 "core-foundation-sys",
18040 "sys-locale",
18041 "time",
18042 "windows 0.61.3",
18043]
18044
18045[[package]]
18046name = "tiny-keccak"
18047version = "2.0.2"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
18050dependencies = [
18051 "crunchy",
18052]
18053
18054[[package]]
18055name = "tiny-skia"
18056version = "0.11.4"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
18059dependencies = [
18060 "arrayref",
18061 "arrayvec",
18062 "bytemuck",
18063 "cfg-if",
18064 "log",
18065 "png 0.17.16",
18066 "tiny-skia-path",
18067]
18068
18069[[package]]
18070name = "tiny-skia-path"
18071version = "0.11.4"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
18074dependencies = [
18075 "arrayref",
18076 "bytemuck",
18077 "strict-num",
18078]
18079
18080[[package]]
18081name = "tiny_http"
18082version = "0.12.0"
18083source = "registry+https://github.com/rust-lang/crates.io-index"
18084checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
18085dependencies = [
18086 "ascii",
18087 "chunked_transfer",
18088 "httpdate",
18089 "log",
18090]
18091
18092[[package]]
18093name = "tinystr"
18094version = "0.8.1"
18095source = "registry+https://github.com/rust-lang/crates.io-index"
18096checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
18097dependencies = [
18098 "displaydoc",
18099 "zerovec",
18100]
18101
18102[[package]]
18103name = "tinytemplate"
18104version = "1.2.1"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
18107dependencies = [
18108 "serde",
18109 "serde_json",
18110]
18111
18112[[package]]
18113name = "tinyvec"
18114version = "1.10.0"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
18117dependencies = [
18118 "tinyvec_macros",
18119]
18120
18121[[package]]
18122name = "tinyvec_macros"
18123version = "0.1.1"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
18126
18127[[package]]
18128name = "title_bar"
18129version = "0.1.0"
18130dependencies = [
18131 "agent_settings",
18132 "anyhow",
18133 "arrayvec",
18134 "auto_update",
18135 "call",
18136 "channel",
18137 "chrono",
18138 "client",
18139 "cloud_api_types",
18140 "command_palette_hooks",
18141 "db",
18142 "fs",
18143 "git_ui",
18144 "gpui",
18145 "icons",
18146 "livekit_client",
18147 "notifications",
18148 "platform_title_bar",
18149 "project",
18150 "recent_projects",
18151 "release_channel",
18152 "remote",
18153 "remote_connection",
18154 "rpc",
18155 "schemars 1.0.4",
18156 "semver",
18157 "serde",
18158 "settings",
18159 "smallvec",
18160 "telemetry",
18161 "theme",
18162 "ui",
18163 "util",
18164 "windows 0.61.3",
18165 "workspace",
18166 "zed_actions",
18167]
18168
18169[[package]]
18170name = "tokio"
18171version = "1.52.1"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
18174dependencies = [
18175 "bytes 1.11.1",
18176 "libc",
18177 "mio 1.2.0",
18178 "parking_lot",
18179 "pin-project-lite",
18180 "signal-hook-registry",
18181 "socket2 0.6.3",
18182 "tokio-macros",
18183 "windows-sys 0.61.2",
18184]
18185
18186[[package]]
18187name = "tokio-io"
18188version = "0.1.13"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18191dependencies = [
18192 "bytes 0.4.12",
18193 "futures 0.1.31",
18194 "log",
18195]
18196
18197[[package]]
18198name = "tokio-macros"
18199version = "2.7.0"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
18202dependencies = [
18203 "proc-macro2",
18204 "quote",
18205 "syn 2.0.117",
18206]
18207
18208[[package]]
18209name = "tokio-native-tls"
18210version = "0.3.1"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18213dependencies = [
18214 "native-tls",
18215 "tokio",
18216]
18217
18218[[package]]
18219name = "tokio-rustls"
18220version = "0.24.1"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18223dependencies = [
18224 "rustls 0.21.12",
18225 "tokio",
18226]
18227
18228[[package]]
18229name = "tokio-rustls"
18230version = "0.26.4"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
18233dependencies = [
18234 "rustls 0.23.40",
18235 "tokio",
18236]
18237
18238[[package]]
18239name = "tokio-socks"
18240version = "0.5.2"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18243dependencies = [
18244 "either",
18245 "futures-util",
18246 "thiserror 1.0.69",
18247 "tokio",
18248]
18249
18250[[package]]
18251name = "tokio-stream"
18252version = "0.1.17"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18255dependencies = [
18256 "futures-core",
18257 "pin-project-lite",
18258 "tokio",
18259]
18260
18261[[package]]
18262name = "tokio-tungstenite"
18263version = "0.21.0"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18266dependencies = [
18267 "futures-util",
18268 "log",
18269 "tokio",
18270 "tungstenite 0.21.0",
18271]
18272
18273[[package]]
18274name = "tokio-tungstenite"
18275version = "0.28.0"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18278dependencies = [
18279 "futures-util",
18280 "log",
18281 "rustls 0.23.40",
18282 "rustls-native-certs 0.8.3",
18283 "rustls-pki-types",
18284 "tokio",
18285 "tokio-rustls 0.26.4",
18286 "tungstenite 0.28.0",
18287]
18288
18289[[package]]
18290name = "tokio-util"
18291version = "0.7.18"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
18294dependencies = [
18295 "bytes 1.11.1",
18296 "futures-core",
18297 "futures-io",
18298 "futures-sink",
18299 "pin-project-lite",
18300 "tokio",
18301]
18302
18303[[package]]
18304name = "toml"
18305version = "0.5.11"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18308dependencies = [
18309 "serde",
18310]
18311
18312[[package]]
18313name = "toml"
18314version = "0.8.23"
18315source = "registry+https://github.com/rust-lang/crates.io-index"
18316checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18317dependencies = [
18318 "serde",
18319 "serde_spanned 0.6.9",
18320 "toml_datetime 0.6.11",
18321 "toml_edit 0.22.27",
18322]
18323
18324[[package]]
18325name = "toml"
18326version = "0.9.8"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18329dependencies = [
18330 "indexmap 2.14.0",
18331 "serde_core",
18332 "serde_spanned 1.0.3",
18333 "toml_datetime 0.7.3",
18334 "toml_parser",
18335 "toml_writer",
18336 "winnow 0.7.13",
18337]
18338
18339[[package]]
18340name = "toml_datetime"
18341version = "0.6.11"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18344dependencies = [
18345 "serde",
18346]
18347
18348[[package]]
18349name = "toml_datetime"
18350version = "0.7.3"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18353dependencies = [
18354 "serde_core",
18355]
18356
18357[[package]]
18358name = "toml_edit"
18359version = "0.22.27"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18362dependencies = [
18363 "indexmap 2.14.0",
18364 "serde",
18365 "serde_spanned 0.6.9",
18366 "toml_datetime 0.6.11",
18367 "toml_write",
18368 "winnow 0.7.13",
18369]
18370
18371[[package]]
18372name = "toml_edit"
18373version = "0.23.7"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18376dependencies = [
18377 "indexmap 2.14.0",
18378 "toml_datetime 0.7.3",
18379 "toml_parser",
18380 "winnow 0.7.13",
18381]
18382
18383[[package]]
18384name = "toml_parser"
18385version = "1.0.4"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18388dependencies = [
18389 "winnow 0.7.13",
18390]
18391
18392[[package]]
18393name = "toml_write"
18394version = "0.1.2"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18397
18398[[package]]
18399name = "toml_writer"
18400version = "1.0.4"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18403
18404[[package]]
18405name = "toolchain_selector"
18406version = "0.1.0"
18407dependencies = [
18408 "anyhow",
18409 "convert_case 0.11.0",
18410 "editor",
18411 "futures 0.3.32",
18412 "fuzzy",
18413 "gpui",
18414 "language",
18415 "menu",
18416 "open_path_prompt",
18417 "picker",
18418 "project",
18419 "ui",
18420 "util",
18421 "workspace",
18422]
18423
18424[[package]]
18425name = "topological-sort"
18426version = "0.2.2"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18429
18430[[package]]
18431name = "tower"
18432version = "0.5.2"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18435dependencies = [
18436 "futures-core",
18437 "futures-util",
18438 "pin-project-lite",
18439 "sync_wrapper",
18440 "tokio",
18441 "tokio-util",
18442 "tower-layer",
18443 "tower-service",
18444 "tracing",
18445]
18446
18447[[package]]
18448name = "tower-http"
18449version = "0.6.6"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18452dependencies = [
18453 "bitflags 2.13.1",
18454 "bytes 1.11.1",
18455 "futures-util",
18456 "http 1.3.1",
18457 "http-body 1.0.1",
18458 "iri-string",
18459 "pin-project-lite",
18460 "tower",
18461 "tower-layer",
18462 "tower-service",
18463 "tracing",
18464]
18465
18466[[package]]
18467name = "tower-layer"
18468version = "0.3.3"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18471
18472[[package]]
18473name = "tower-service"
18474version = "0.3.3"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18477
18478[[package]]
18479name = "tracing"
18480version = "0.1.43"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18483dependencies = [
18484 "log",
18485 "pin-project-lite",
18486 "tracing-attributes",
18487 "tracing-core",
18488]
18489
18490[[package]]
18491name = "tracing-attributes"
18492version = "0.1.31"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18495dependencies = [
18496 "proc-macro2",
18497 "quote",
18498 "syn 2.0.117",
18499]
18500
18501[[package]]
18502name = "tracing-core"
18503version = "0.1.35"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18506dependencies = [
18507 "once_cell",
18508 "valuable",
18509]
18510
18511[[package]]
18512name = "tracing-log"
18513version = "0.2.0"
18514source = "registry+https://github.com/rust-lang/crates.io-index"
18515checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18516dependencies = [
18517 "log",
18518 "once_cell",
18519 "tracing-core",
18520]
18521
18522[[package]]
18523name = "tracing-serde"
18524version = "0.2.0"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18527dependencies = [
18528 "serde",
18529 "tracing-core",
18530]
18531
18532[[package]]
18533name = "tracing-subscriber"
18534version = "0.3.22"
18535source = "registry+https://github.com/rust-lang/crates.io-index"
18536checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18537dependencies = [
18538 "matchers",
18539 "nu-ansi-term",
18540 "once_cell",
18541 "regex-automata",
18542 "serde",
18543 "serde_json",
18544 "sharded-slab",
18545 "smallvec",
18546 "thread_local",
18547 "tracing",
18548 "tracing-core",
18549 "tracing-log",
18550 "tracing-serde",
18551]
18552
18553[[package]]
18554name = "tracing-tracy"
18555version = "0.11.4"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18558dependencies = [
18559 "tracing-core",
18560 "tracing-subscriber",
18561 "tracy-client",
18562]
18563
18564[[package]]
18565name = "tracy-client"
18566version = "0.18.3"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18569dependencies = [
18570 "loom",
18571 "once_cell",
18572 "tracy-client-sys",
18573]
18574
18575[[package]]
18576name = "tracy-client-sys"
18577version = "0.27.0"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18580dependencies = [
18581 "cc",
18582 "windows-targets 0.52.6",
18583]
18584
18585[[package]]
18586name = "trash"
18587version = "5.2.5"
18588source = "git+https://github.com/zed-industries/trash-rs?rev=47761739192828a66b11a94ba5420b82d63c03c5#47761739192828a66b11a94ba5420b82d63c03c5"
18589dependencies = [
18590 "chrono",
18591 "libc",
18592 "log",
18593 "objc2 0.6.3",
18594 "objc2-foundation 0.3.2",
18595 "once_cell",
18596 "percent-encoding",
18597 "scopeguard",
18598 "urlencoding",
18599 "windows 0.56.0",
18600 "windows-core 0.56.0",
18601]
18602
18603[[package]]
18604name = "tree-sitter"
18605version = "0.26.9"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3"
18608dependencies = [
18609 "cc",
18610 "regex",
18611 "regex-syntax",
18612 "serde_json",
18613 "streaming-iterator",
18614 "tree-sitter-language",
18615 "wasmtime-c-api-impl",
18616]
18617
18618[[package]]
18619name = "tree-sitter-bash"
18620version = "0.25.1"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18623dependencies = [
18624 "cc",
18625 "tree-sitter-language",
18626]
18627
18628[[package]]
18629name = "tree-sitter-c"
18630version = "0.24.1"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18633dependencies = [
18634 "cc",
18635 "tree-sitter-language",
18636]
18637
18638[[package]]
18639name = "tree-sitter-cpp"
18640version = "0.23.4"
18641source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18642dependencies = [
18643 "cc",
18644 "tree-sitter-language",
18645]
18646
18647[[package]]
18648name = "tree-sitter-css"
18649version = "0.23.2"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18652dependencies = [
18653 "cc",
18654 "tree-sitter-language",
18655]
18656
18657[[package]]
18658name = "tree-sitter-diff"
18659version = "0.1.0"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18662dependencies = [
18663 "cc",
18664 "tree-sitter-language",
18665]
18666
18667[[package]]
18668name = "tree-sitter-elixir"
18669version = "0.3.4"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18672dependencies = [
18673 "cc",
18674 "tree-sitter-language",
18675]
18676
18677[[package]]
18678name = "tree-sitter-embedded-template"
18679version = "0.23.2"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18682dependencies = [
18683 "cc",
18684 "tree-sitter-language",
18685]
18686
18687[[package]]
18688name = "tree-sitter-gitcommit"
18689version = "0.0.1"
18690source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18691dependencies = [
18692 "cc",
18693 "tree-sitter-language",
18694]
18695
18696[[package]]
18697name = "tree-sitter-go"
18698version = "0.25.0"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18701dependencies = [
18702 "cc",
18703 "tree-sitter-language",
18704]
18705
18706[[package]]
18707name = "tree-sitter-gomod"
18708version = "1.1.1"
18709source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18710dependencies = [
18711 "cc",
18712 "tree-sitter-language",
18713]
18714
18715[[package]]
18716name = "tree-sitter-gowork"
18717version = "0.0.1"
18718source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18719dependencies = [
18720 "cc",
18721 "tree-sitter-language",
18722]
18723
18724[[package]]
18725name = "tree-sitter-heex"
18726version = "0.0.1"
18727source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18728dependencies = [
18729 "cc",
18730 "tree-sitter-language",
18731]
18732
18733[[package]]
18734name = "tree-sitter-html"
18735version = "0.23.2"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18738dependencies = [
18739 "cc",
18740 "tree-sitter-language",
18741]
18742
18743[[package]]
18744name = "tree-sitter-jsdoc"
18745version = "0.23.2"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18748dependencies = [
18749 "cc",
18750 "tree-sitter-language",
18751]
18752
18753[[package]]
18754name = "tree-sitter-json"
18755version = "0.24.8"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18758dependencies = [
18759 "cc",
18760 "tree-sitter-language",
18761]
18762
18763[[package]]
18764name = "tree-sitter-language"
18765version = "0.1.5"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18768
18769[[package]]
18770name = "tree-sitter-md"
18771version = "0.3.2"
18772source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=b596e737286780d7bfa9fcddceaeeb754574b352#b596e737286780d7bfa9fcddceaeeb754574b352"
18773dependencies = [
18774 "cc",
18775 "tree-sitter-language",
18776]
18777
18778[[package]]
18779name = "tree-sitter-python"
18780version = "0.25.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18783dependencies = [
18784 "cc",
18785 "tree-sitter-language",
18786]
18787
18788[[package]]
18789name = "tree-sitter-regex"
18790version = "0.24.3"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18793dependencies = [
18794 "cc",
18795 "tree-sitter-language",
18796]
18797
18798[[package]]
18799name = "tree-sitter-ruby"
18800version = "0.23.1"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18803dependencies = [
18804 "cc",
18805 "tree-sitter-language",
18806]
18807
18808[[package]]
18809name = "tree-sitter-rust"
18810version = "0.24.2"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18813dependencies = [
18814 "cc",
18815 "tree-sitter-language",
18816]
18817
18818[[package]]
18819name = "tree-sitter-typescript"
18820version = "0.23.2"
18821source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18822dependencies = [
18823 "cc",
18824 "tree-sitter-language",
18825]
18826
18827[[package]]
18828name = "tree-sitter-yaml"
18829version = "0.6.1"
18830source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18831dependencies = [
18832 "cc",
18833 "tree-sitter-language",
18834]
18835
18836[[package]]
18837name = "triomphe"
18838version = "0.1.15"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18841dependencies = [
18842 "serde",
18843 "stable_deref_trait",
18844]
18845
18846[[package]]
18847name = "try-lock"
18848version = "0.2.5"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18851
18852[[package]]
18853name = "ttf-parser"
18854version = "0.25.1"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18857dependencies = [
18858 "core_maths",
18859]
18860
18861[[package]]
18862name = "tungstenite"
18863version = "0.21.0"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18866dependencies = [
18867 "byteorder",
18868 "bytes 1.11.1",
18869 "data-encoding",
18870 "http 1.3.1",
18871 "httparse",
18872 "log",
18873 "rand 0.8.6",
18874 "sha1",
18875 "thiserror 1.0.69",
18876 "url",
18877 "utf-8",
18878]
18879
18880[[package]]
18881name = "tungstenite"
18882version = "0.27.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18885dependencies = [
18886 "bytes 1.11.1",
18887 "data-encoding",
18888 "http 1.3.1",
18889 "httparse",
18890 "log",
18891 "native-tls",
18892 "rand 0.9.4",
18893 "rustls 0.23.40",
18894 "rustls-pki-types",
18895 "sha1",
18896 "thiserror 2.0.17",
18897 "utf-8",
18898]
18899
18900[[package]]
18901name = "tungstenite"
18902version = "0.28.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18905dependencies = [
18906 "bytes 1.11.1",
18907 "data-encoding",
18908 "http 1.3.1",
18909 "httparse",
18910 "log",
18911 "rand 0.9.4",
18912 "rustls 0.23.40",
18913 "rustls-pki-types",
18914 "sha1",
18915 "thiserror 2.0.17",
18916 "utf-8",
18917]
18918
18919[[package]]
18920name = "typeid"
18921version = "1.0.3"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18924
18925[[package]]
18926name = "typenum"
18927version = "1.19.0"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18930
18931[[package]]
18932name = "ucd-trie"
18933version = "0.1.7"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18936
18937[[package]]
18938name = "uds"
18939version = "0.4.2"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18942dependencies = [
18943 "libc",
18944]
18945
18946[[package]]
18947name = "uds_windows"
18948version = "1.1.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18951dependencies = [
18952 "memoffset",
18953 "tempfile",
18954 "winapi",
18955]
18956
18957[[package]]
18958name = "ui"
18959version = "0.1.0"
18960dependencies = [
18961 "chrono",
18962 "component",
18963 "documented",
18964 "gpui",
18965 "gpui_macros",
18966 "gpui_util",
18967 "icons",
18968 "itertools 0.14.0",
18969 "log",
18970 "menu",
18971 "num-format",
18972 "schemars 1.0.4",
18973 "serde",
18974 "settings",
18975 "smallvec",
18976 "strum 0.27.2",
18977 "theme",
18978 "theme_settings",
18979 "ui_macros",
18980 "windows 0.61.3",
18981]
18982
18983[[package]]
18984name = "ui_input"
18985version = "0.1.0"
18986dependencies = [
18987 "component",
18988 "gpui",
18989 "ui",
18990]
18991
18992[[package]]
18993name = "ui_macros"
18994version = "0.1.0"
18995dependencies = [
18996 "component",
18997 "quote",
18998 "syn 2.0.117",
18999 "ui",
19000]
19001
19002[[package]]
19003name = "ui_prompt"
19004version = "0.1.0"
19005dependencies = [
19006 "gpui",
19007 "markdown",
19008 "menu",
19009 "settings",
19010 "theme",
19011 "theme_settings",
19012 "ui",
19013 "workspace",
19014]
19015
19016[[package]]
19017name = "unarray"
19018version = "0.1.4"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
19021
19022[[package]]
19023name = "unicase"
19024version = "2.8.1"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
19027
19028[[package]]
19029name = "unicode-bidi"
19030version = "0.3.18"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
19033
19034[[package]]
19035name = "unicode-bidi-mirroring"
19036version = "0.4.0"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19039
19040[[package]]
19041name = "unicode-ccc"
19042version = "0.4.0"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19045
19046[[package]]
19047name = "unicode-general-category"
19048version = "1.1.0"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19051
19052[[package]]
19053name = "unicode-ident"
19054version = "1.0.19"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19057
19058[[package]]
19059name = "unicode-linebreak"
19060version = "0.1.5"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19063
19064[[package]]
19065name = "unicode-normalization"
19066version = "0.1.24"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19069dependencies = [
19070 "tinyvec",
19071]
19072
19073[[package]]
19074name = "unicode-properties"
19075version = "0.1.3"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19078
19079[[package]]
19080name = "unicode-script"
19081version = "0.5.8"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19084
19085[[package]]
19086name = "unicode-segmentation"
19087version = "1.12.0"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19090
19091[[package]]
19092name = "unicode-vo"
19093version = "0.1.0"
19094source = "registry+https://github.com/rust-lang/crates.io-index"
19095checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19096
19097[[package]]
19098name = "unicode-width"
19099version = "0.2.2"
19100source = "registry+https://github.com/rust-lang/crates.io-index"
19101checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19102
19103[[package]]
19104name = "unicode-xid"
19105version = "0.2.6"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19108
19109[[package]]
19110name = "unicode_categories"
19111version = "0.1.1"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19114
19115[[package]]
19116name = "unindent"
19117version = "0.2.4"
19118source = "registry+https://github.com/rust-lang/crates.io-index"
19119checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19120
19121[[package]]
19122name = "universal-hash"
19123version = "0.5.1"
19124source = "registry+https://github.com/rust-lang/crates.io-index"
19125checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
19126dependencies = [
19127 "crypto-common",
19128 "subtle",
19129]
19130
19131[[package]]
19132name = "unsafe-libyaml"
19133version = "0.2.11"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19136
19137[[package]]
19138name = "untrusted"
19139version = "0.7.1"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19142
19143[[package]]
19144name = "untrusted"
19145version = "0.9.0"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19148
19149[[package]]
19150name = "url"
19151version = "2.5.7"
19152source = "registry+https://github.com/rust-lang/crates.io-index"
19153checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19154dependencies = [
19155 "form_urlencoded",
19156 "idna",
19157 "percent-encoding",
19158 "serde",
19159]
19160
19161[[package]]
19162name = "urlencoding"
19163version = "2.1.3"
19164source = "registry+https://github.com/rust-lang/crates.io-index"
19165checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19166
19167[[package]]
19168name = "usvg"
19169version = "0.46.0"
19170source = "registry+https://github.com/rust-lang/crates.io-index"
19171checksum = "e419dff010bb12512b0ae9e3d2f318dfbdf0167fde7eb05465134d4e8756076f"
19172dependencies = [
19173 "base64 0.22.1",
19174 "data-url",
19175 "flate2",
19176 "fontdb",
19177 "imagesize",
19178 "kurbo 0.13.1",
19179 "log",
19180 "pico-args",
19181 "roxmltree 0.21.1",
19182 "rustybuzz",
19183 "simplecss",
19184 "siphasher 1.0.1",
19185 "strict-num",
19186 "svgtypes 0.16.1",
19187 "tiny-skia-path",
19188 "unicode-bidi",
19189 "unicode-script",
19190 "unicode-vo",
19191 "xmlwriter",
19192]
19193
19194[[package]]
19195name = "utf-8"
19196version = "0.7.6"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19199
19200[[package]]
19201name = "utf8-chars"
19202version = "3.0.6"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19205dependencies = [
19206 "arrayvec",
19207]
19208
19209[[package]]
19210name = "utf8_iter"
19211version = "1.0.4"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19214
19215[[package]]
19216name = "utf8parse"
19217version = "0.2.2"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19220
19221[[package]]
19222name = "util"
19223version = "0.1.0"
19224dependencies = [
19225 "anyhow",
19226 "async-fs",
19227 "async_zip",
19228 "collections",
19229 "command-fds",
19230 "dirs",
19231 "dunce",
19232 "futures 0.3.32",
19233 "futures-lite 1.13.0",
19234 "globset",
19235 "gpui_util",
19236 "itertools 0.14.0",
19237 "libc",
19238 "log",
19239 "mach2 0.5.0",
19240 "nix 0.29.0",
19241 "path",
19242 "percent-encoding",
19243 "pretty_assertions",
19244 "rand 0.9.4",
19245 "regex",
19246 "rust-embed",
19247 "schemars 1.0.4",
19248 "serde",
19249 "serde_json",
19250 "serde_json_lenient",
19251 "shlex",
19252 "smol",
19253 "take-until",
19254 "tempfile",
19255 "tendril",
19256 "unicase",
19257 "url",
19258 "util_macros",
19259 "walkdir",
19260 "which 6.0.3",
19261 "windows 0.61.3",
19262]
19263
19264[[package]]
19265name = "util_macros"
19266version = "0.1.0"
19267dependencies = [
19268 "perf",
19269 "quote",
19270 "syn 2.0.117",
19271]
19272
19273[[package]]
19274name = "uuid"
19275version = "1.18.1"
19276source = "registry+https://github.com/rust-lang/crates.io-index"
19277checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19278dependencies = [
19279 "getrandom 0.3.4",
19280 "js-sys",
19281 "serde",
19282 "sha1_smol",
19283 "wasm-bindgen",
19284]
19285
19286[[package]]
19287name = "uuid-simd"
19288version = "0.8.0"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19291dependencies = [
19292 "outref",
19293 "vsimd",
19294]
19295
19296[[package]]
19297name = "v_frame"
19298version = "0.3.9"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19301dependencies = [
19302 "aligned-vec",
19303 "num-traits",
19304 "wasm-bindgen",
19305]
19306
19307[[package]]
19308name = "valuable"
19309version = "0.1.1"
19310source = "registry+https://github.com/rust-lang/crates.io-index"
19311checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19312
19313[[package]]
19314name = "value-bag"
19315version = "1.12.0"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19318dependencies = [
19319 "value-bag-serde1",
19320 "value-bag-sval2",
19321]
19322
19323[[package]]
19324name = "value-bag-serde1"
19325version = "1.12.0"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19328dependencies = [
19329 "erased-serde",
19330 "serde_core",
19331 "serde_fmt",
19332]
19333
19334[[package]]
19335name = "value-bag-sval2"
19336version = "1.12.0"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19339dependencies = [
19340 "sval",
19341 "sval_buffer",
19342 "sval_dynamic",
19343 "sval_fmt",
19344 "sval_json",
19345 "sval_ref",
19346 "sval_serde",
19347]
19348
19349[[package]]
19350name = "vcpkg"
19351version = "0.2.15"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19354
19355[[package]]
19356name = "version-compare"
19357version = "0.2.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19360
19361[[package]]
19362name = "version_check"
19363version = "0.9.5"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19366
19367[[package]]
19368name = "vim"
19369version = "0.1.0"
19370dependencies = [
19371 "anyhow",
19372 "async-compat",
19373 "async-trait",
19374 "collections",
19375 "command_palette",
19376 "command_palette_hooks",
19377 "db",
19378 "editor",
19379 "env_logger 0.11.8",
19380 "futures 0.3.32",
19381 "fuzzy",
19382 "git_ui",
19383 "gpui",
19384 "indoc",
19385 "itertools 0.14.0",
19386 "language",
19387 "log",
19388 "lsp",
19389 "markdown_preview",
19390 "menu",
19391 "multi_buffer",
19392 "nvim-rs",
19393 "outline_panel",
19394 "parking_lot",
19395 "perf",
19396 "picker",
19397 "project",
19398 "project_panel",
19399 "regex",
19400 "release_channel",
19401 "schemars 1.0.4",
19402 "search",
19403 "semver",
19404 "serde",
19405 "serde_json",
19406 "settings",
19407 "settings_ui",
19408 "task",
19409 "text",
19410 "theme",
19411 "theme_settings",
19412 "tokio",
19413 "ui",
19414 "util",
19415 "util_macros",
19416 "vim_mode_setting",
19417 "workspace",
19418 "zed_actions",
19419]
19420
19421[[package]]
19422name = "vim_mode_setting"
19423version = "0.1.0"
19424dependencies = [
19425 "gpui",
19426 "settings",
19427]
19428
19429[[package]]
19430name = "vscode_theme"
19431version = "0.2.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19434dependencies = [
19435 "serde",
19436]
19437
19438[[package]]
19439name = "vsimd"
19440version = "0.8.0"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19443
19444[[package]]
19445name = "vswhom"
19446version = "0.1.0"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19449dependencies = [
19450 "libc",
19451 "vswhom-sys",
19452]
19453
19454[[package]]
19455name = "vswhom-sys"
19456version = "0.1.3"
19457source = "registry+https://github.com/rust-lang/crates.io-index"
19458checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19459dependencies = [
19460 "cc",
19461 "libc",
19462]
19463
19464[[package]]
19465name = "vte"
19466version = "0.15.0"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19469dependencies = [
19470 "arrayvec",
19471 "bitflags 2.13.1",
19472 "cursor-icon",
19473 "log",
19474 "memchr",
19475 "serde",
19476]
19477
19478[[package]]
19479name = "wait-timeout"
19480version = "0.2.1"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19483dependencies = [
19484 "libc",
19485]
19486
19487[[package]]
19488name = "waker-fn"
19489version = "1.2.0"
19490source = "registry+https://github.com/rust-lang/crates.io-index"
19491checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19492
19493[[package]]
19494name = "walkdir"
19495version = "2.5.0"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19498dependencies = [
19499 "same-file",
19500 "winapi-util",
19501]
19502
19503[[package]]
19504name = "want"
19505version = "0.3.1"
19506source = "registry+https://github.com/rust-lang/crates.io-index"
19507checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19508dependencies = [
19509 "try-lock",
19510]
19511
19512[[package]]
19513name = "warp"
19514version = "0.3.7"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19517dependencies = [
19518 "bytes 1.11.1",
19519 "futures-channel",
19520 "futures-util",
19521 "headers",
19522 "http 0.2.12",
19523 "hyper 0.14.32",
19524 "log",
19525 "mime",
19526 "mime_guess",
19527 "percent-encoding",
19528 "pin-project",
19529 "scoped-tls",
19530 "serde",
19531 "serde_json",
19532 "serde_urlencoded",
19533 "tokio",
19534 "tokio-tungstenite 0.21.0",
19535 "tokio-util",
19536 "tower-service",
19537 "tracing",
19538]
19539
19540[[package]]
19541name = "wasi"
19542version = "0.11.1+wasi-snapshot-preview1"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19545
19546[[package]]
19547name = "wasip2"
19548version = "1.0.1+wasi-0.2.4"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19551dependencies = [
19552 "wit-bindgen 0.46.0",
19553]
19554
19555[[package]]
19556name = "wasip3"
19557version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19560dependencies = [
19561 "wit-bindgen 0.51.0",
19562]
19563
19564[[package]]
19565name = "wasm-bindgen"
19566version = "0.2.120"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1"
19569dependencies = [
19570 "cfg-if",
19571 "once_cell",
19572 "rustversion",
19573 "wasm-bindgen-macro",
19574 "wasm-bindgen-shared",
19575]
19576
19577[[package]]
19578name = "wasm-bindgen-futures"
19579version = "0.4.70"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "af934872acec734c2d80e6617bbb5ff4f12b052dd8e6332b0817bce889516084"
19582dependencies = [
19583 "js-sys",
19584 "wasm-bindgen",
19585]
19586
19587[[package]]
19588name = "wasm-bindgen-macro"
19589version = "0.2.120"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103"
19592dependencies = [
19593 "quote",
19594 "wasm-bindgen-macro-support",
19595]
19596
19597[[package]]
19598name = "wasm-bindgen-macro-support"
19599version = "0.2.120"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41"
19602dependencies = [
19603 "bumpalo",
19604 "proc-macro2",
19605 "quote",
19606 "syn 2.0.117",
19607 "wasm-bindgen-shared",
19608]
19609
19610[[package]]
19611name = "wasm-bindgen-shared"
19612version = "0.2.120"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea"
19615dependencies = [
19616 "unicode-ident",
19617]
19618
19619[[package]]
19620name = "wasm-encoder"
19621version = "0.201.0"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19624dependencies = [
19625 "leb128",
19626]
19627
19628[[package]]
19629name = "wasm-encoder"
19630version = "0.227.1"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19633dependencies = [
19634 "leb128fmt",
19635 "wasmparser 0.227.1",
19636]
19637
19638[[package]]
19639name = "wasm-encoder"
19640version = "0.236.1"
19641source = "registry+https://github.com/rust-lang/crates.io-index"
19642checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19643dependencies = [
19644 "leb128fmt",
19645 "wasmparser 0.236.1",
19646]
19647
19648[[package]]
19649name = "wasm-encoder"
19650version = "0.244.0"
19651source = "registry+https://github.com/rust-lang/crates.io-index"
19652checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19653dependencies = [
19654 "leb128fmt",
19655 "wasmparser 0.244.0",
19656]
19657
19658[[package]]
19659name = "wasm-encoder"
19660version = "0.252.0"
19661source = "registry+https://github.com/rust-lang/crates.io-index"
19662checksum = "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f"
19663dependencies = [
19664 "leb128fmt",
19665 "wasmparser 0.252.0",
19666]
19667
19668[[package]]
19669name = "wasm-metadata"
19670version = "0.201.0"
19671source = "registry+https://github.com/rust-lang/crates.io-index"
19672checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19673dependencies = [
19674 "anyhow",
19675 "indexmap 2.14.0",
19676 "serde",
19677 "serde_derive",
19678 "serde_json",
19679 "spdx",
19680 "wasm-encoder 0.201.0",
19681 "wasmparser 0.201.0",
19682]
19683
19684[[package]]
19685name = "wasm-metadata"
19686version = "0.227.1"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19689dependencies = [
19690 "anyhow",
19691 "auditable-serde",
19692 "flate2",
19693 "indexmap 2.14.0",
19694 "serde",
19695 "serde_derive",
19696 "serde_json",
19697 "spdx",
19698 "url",
19699 "wasm-encoder 0.227.1",
19700 "wasmparser 0.227.1",
19701]
19702
19703[[package]]
19704name = "wasm-metadata"
19705version = "0.244.0"
19706source = "registry+https://github.com/rust-lang/crates.io-index"
19707checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19708dependencies = [
19709 "anyhow",
19710 "indexmap 2.14.0",
19711 "wasm-encoder 0.244.0",
19712 "wasmparser 0.244.0",
19713]
19714
19715[[package]]
19716name = "wasm-streams"
19717version = "0.4.2"
19718source = "registry+https://github.com/rust-lang/crates.io-index"
19719checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19720dependencies = [
19721 "futures-util",
19722 "js-sys",
19723 "wasm-bindgen",
19724 "wasm-bindgen-futures",
19725 "web-sys",
19726]
19727
19728[[package]]
19729name = "wasm_thread"
19730version = "0.3.3"
19731source = "registry+https://github.com/rust-lang/crates.io-index"
19732checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19733dependencies = [
19734 "futures 0.3.32",
19735 "js-sys",
19736 "wasm-bindgen",
19737 "web-sys",
19738]
19739
19740[[package]]
19741name = "wasmparser"
19742version = "0.201.0"
19743source = "registry+https://github.com/rust-lang/crates.io-index"
19744checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19745dependencies = [
19746 "bitflags 2.13.1",
19747 "indexmap 2.14.0",
19748 "semver",
19749]
19750
19751[[package]]
19752name = "wasmparser"
19753version = "0.227.1"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19756dependencies = [
19757 "bitflags 2.13.1",
19758 "hashbrown 0.15.5",
19759 "indexmap 2.14.0",
19760 "semver",
19761]
19762
19763[[package]]
19764name = "wasmparser"
19765version = "0.236.1"
19766source = "registry+https://github.com/rust-lang/crates.io-index"
19767checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19768dependencies = [
19769 "bitflags 2.13.1",
19770 "hashbrown 0.15.5",
19771 "indexmap 2.14.0",
19772 "semver",
19773 "serde",
19774]
19775
19776[[package]]
19777name = "wasmparser"
19778version = "0.244.0"
19779source = "registry+https://github.com/rust-lang/crates.io-index"
19780checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19781dependencies = [
19782 "bitflags 2.13.1",
19783 "hashbrown 0.15.5",
19784 "indexmap 2.14.0",
19785 "semver",
19786]
19787
19788[[package]]
19789name = "wasmparser"
19790version = "0.252.0"
19791source = "registry+https://github.com/rust-lang/crates.io-index"
19792checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c"
19793dependencies = [
19794 "bitflags 2.13.1",
19795 "hashbrown 0.17.1",
19796 "indexmap 2.14.0",
19797 "semver",
19798 "serde",
19799]
19800
19801[[package]]
19802name = "wasmprinter"
19803version = "0.236.1"
19804source = "registry+https://github.com/rust-lang/crates.io-index"
19805checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19806dependencies = [
19807 "anyhow",
19808 "termcolor",
19809 "wasmparser 0.236.1",
19810]
19811
19812[[package]]
19813name = "wasmtime"
19814version = "36.0.12"
19815source = "registry+https://github.com/rust-lang/crates.io-index"
19816checksum = "4b4442dc12aa2473def8334f0e0f2b489be52c52507c938bbdc8be69ded4ded6"
19817dependencies = [
19818 "addr2line",
19819 "anyhow",
19820 "async-trait",
19821 "bitflags 2.13.1",
19822 "bumpalo",
19823 "cc",
19824 "cfg-if",
19825 "encoding_rs",
19826 "hashbrown 0.15.5",
19827 "indexmap 2.14.0",
19828 "libc",
19829 "log",
19830 "mach2 0.4.3",
19831 "memfd",
19832 "object",
19833 "once_cell",
19834 "postcard",
19835 "pulley-interpreter",
19836 "rayon",
19837 "rustix 1.1.2",
19838 "semver",
19839 "serde",
19840 "serde_derive",
19841 "smallvec",
19842 "target-lexicon",
19843 "wasmparser 0.236.1",
19844 "wasmtime-environ",
19845 "wasmtime-internal-asm-macros",
19846 "wasmtime-internal-component-macro",
19847 "wasmtime-internal-component-util",
19848 "wasmtime-internal-cranelift",
19849 "wasmtime-internal-fiber",
19850 "wasmtime-internal-jit-debug",
19851 "wasmtime-internal-jit-icache-coherence",
19852 "wasmtime-internal-math",
19853 "wasmtime-internal-slab",
19854 "wasmtime-internal-unwinder",
19855 "wasmtime-internal-versioned-export-macros",
19856 "wasmtime-internal-winch",
19857 "windows-sys 0.60.2",
19858]
19859
19860[[package]]
19861name = "wasmtime-c-api-impl"
19862version = "36.0.9"
19863source = "registry+https://github.com/rust-lang/crates.io-index"
19864checksum = "e5e71e971a27df819171b79597c0f1826fc7cf2c168111c64dbc5505a1ffbda7"
19865dependencies = [
19866 "anyhow",
19867 "log",
19868 "tracing",
19869 "wasmtime",
19870 "wasmtime-internal-c-api-macros",
19871]
19872
19873[[package]]
19874name = "wasmtime-environ"
19875version = "36.0.12"
19876source = "registry+https://github.com/rust-lang/crates.io-index"
19877checksum = "5d881c3d6205898a226cc487b117f23b9ed1c7da39952d65bd5eeb6745b3789c"
19878dependencies = [
19879 "anyhow",
19880 "cpp_demangle",
19881 "cranelift-bitset",
19882 "cranelift-entity",
19883 "gimli",
19884 "indexmap 2.14.0",
19885 "log",
19886 "object",
19887 "postcard",
19888 "rustc-demangle",
19889 "semver",
19890 "serde",
19891 "serde_derive",
19892 "smallvec",
19893 "target-lexicon",
19894 "wasm-encoder 0.236.1",
19895 "wasmparser 0.236.1",
19896 "wasmprinter",
19897 "wasmtime-internal-component-util",
19898]
19899
19900[[package]]
19901name = "wasmtime-internal-asm-macros"
19902version = "36.0.12"
19903source = "registry+https://github.com/rust-lang/crates.io-index"
19904checksum = "5ab1876bcfa51d6a05dea1c13933f53cbc1e316c783fddebc859f56a736eae07"
19905dependencies = [
19906 "cfg-if",
19907]
19908
19909[[package]]
19910name = "wasmtime-internal-c-api-macros"
19911version = "36.0.9"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "20b9553165039d365931a998d9b60278cc968ba9d81531cecde8ffc3effa1fe3"
19914dependencies = [
19915 "proc-macro2",
19916 "quote",
19917]
19918
19919[[package]]
19920name = "wasmtime-internal-component-macro"
19921version = "36.0.12"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "8ae1407944a0b13a8a77930b5b951aa7134beccecad7efac1ef9f03adb7d1a0f"
19924dependencies = [
19925 "anyhow",
19926 "proc-macro2",
19927 "quote",
19928 "syn 2.0.117",
19929 "wasmtime-internal-component-util",
19930 "wasmtime-internal-wit-bindgen",
19931 "wit-parser 0.236.1",
19932]
19933
19934[[package]]
19935name = "wasmtime-internal-component-util"
19936version = "36.0.12"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "646a53678ce6aaf6f097e18ca51f650f2841aea6d2bcd7b61931397b8b8f30db"
19939
19940[[package]]
19941name = "wasmtime-internal-cranelift"
19942version = "36.0.12"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "ab3495aa8300e4ca6b53f81a53ce5eff6621fd5ff8378ef9ae552d1479d57371"
19945dependencies = [
19946 "anyhow",
19947 "cfg-if",
19948 "cranelift-codegen",
19949 "cranelift-control",
19950 "cranelift-entity",
19951 "cranelift-frontend",
19952 "cranelift-native",
19953 "gimli",
19954 "itertools 0.14.0",
19955 "log",
19956 "object",
19957 "pulley-interpreter",
19958 "smallvec",
19959 "target-lexicon",
19960 "thiserror 2.0.17",
19961 "wasmparser 0.236.1",
19962 "wasmtime-environ",
19963 "wasmtime-internal-math",
19964 "wasmtime-internal-versioned-export-macros",
19965]
19966
19967[[package]]
19968name = "wasmtime-internal-fiber"
19969version = "36.0.12"
19970source = "registry+https://github.com/rust-lang/crates.io-index"
19971checksum = "29b5e4023a6b167da157338f5f0f505945eb45e78f1cac2d4dcce0922457d7d4"
19972dependencies = [
19973 "anyhow",
19974 "cc",
19975 "cfg-if",
19976 "libc",
19977 "rustix 1.1.2",
19978 "wasmtime-internal-asm-macros",
19979 "wasmtime-internal-versioned-export-macros",
19980 "windows-sys 0.60.2",
19981]
19982
19983[[package]]
19984name = "wasmtime-internal-jit-debug"
19985version = "36.0.12"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "9da71e2d573e3cc6f753a3b7bff98f425ca060c0e8071cc55c3d867a9edf3ecc"
19988dependencies = [
19989 "cc",
19990 "wasmtime-internal-versioned-export-macros",
19991]
19992
19993[[package]]
19994name = "wasmtime-internal-jit-icache-coherence"
19995version = "36.0.12"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "627d8f57909a4f9bb1dbe57a96229a54b89d5995353d0b321f3cb9a1a118977a"
19998dependencies = [
19999 "anyhow",
20000 "cfg-if",
20001 "libc",
20002 "windows-sys 0.60.2",
20003]
20004
20005[[package]]
20006name = "wasmtime-internal-math"
20007version = "36.0.12"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "45b99315585a8a27125dd9b0150edb115d6f6ff0baae453c21d30822aab77f00"
20010dependencies = [
20011 "libm",
20012]
20013
20014[[package]]
20015name = "wasmtime-internal-slab"
20016version = "36.0.12"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "8eaee97281dd3fe47ec3d46c16fb9fe2dd32f37d0523c2d5c484f11b348734e4"
20019
20020[[package]]
20021name = "wasmtime-internal-unwinder"
20022version = "36.0.12"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "d0c005f82c48492b6b44fa19ee5205bd933c4f8baca41e314eca8331dd3c4fd9"
20025dependencies = [
20026 "anyhow",
20027 "cfg-if",
20028 "cranelift-codegen",
20029 "log",
20030 "object",
20031]
20032
20033[[package]]
20034name = "wasmtime-internal-versioned-export-macros"
20035version = "36.0.12"
20036source = "registry+https://github.com/rust-lang/crates.io-index"
20037checksum = "7b73639a9c0c0e33a2ef942ca99b6772b48393be92bebbd0767c607e5b0a68e0"
20038dependencies = [
20039 "proc-macro2",
20040 "quote",
20041 "syn 2.0.117",
20042]
20043
20044[[package]]
20045name = "wasmtime-internal-winch"
20046version = "36.0.12"
20047source = "registry+https://github.com/rust-lang/crates.io-index"
20048checksum = "392ca021d084c7426616ef77e1284315555f11bcbb34f416d74b0732db622811"
20049dependencies = [
20050 "anyhow",
20051 "cranelift-codegen",
20052 "gimli",
20053 "object",
20054 "target-lexicon",
20055 "wasmparser 0.236.1",
20056 "wasmtime-environ",
20057 "wasmtime-internal-cranelift",
20058 "winch-codegen",
20059]
20060
20061[[package]]
20062name = "wasmtime-internal-wit-bindgen"
20063version = "36.0.12"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "7fd4703351476262d715b72431e80d10289908e3494050071d6521267f522d97"
20066dependencies = [
20067 "anyhow",
20068 "bitflags 2.13.1",
20069 "heck 0.5.0",
20070 "indexmap 2.14.0",
20071 "wit-parser 0.236.1",
20072]
20073
20074[[package]]
20075name = "wasmtime-wasi"
20076version = "36.0.12"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "21921b6e8e8ed876a288cb3b0b3aee68809fed8182ce26c9977ffc4af4cb77f6"
20079dependencies = [
20080 "anyhow",
20081 "async-trait",
20082 "bitflags 2.13.1",
20083 "bytes 1.11.1",
20084 "cap-fs-ext",
20085 "cap-net-ext",
20086 "cap-rand",
20087 "cap-std",
20088 "cap-time-ext",
20089 "fs-set-times",
20090 "futures 0.3.32",
20091 "io-extras",
20092 "io-lifetimes",
20093 "rustix 1.1.2",
20094 "system-interface",
20095 "thiserror 2.0.17",
20096 "tokio",
20097 "tracing",
20098 "url",
20099 "wasmtime",
20100 "wasmtime-wasi-io",
20101 "wiggle",
20102 "windows-sys 0.60.2",
20103]
20104
20105[[package]]
20106name = "wasmtime-wasi-io"
20107version = "36.0.12"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "2cceb2d110d8de61e7b0e8c501b838d3c6403a14cdca8cb612ff1228db537c6d"
20110dependencies = [
20111 "anyhow",
20112 "async-trait",
20113 "bytes 1.11.1",
20114 "futures 0.3.32",
20115 "wasmtime",
20116]
20117
20118[[package]]
20119name = "wast"
20120version = "35.0.2"
20121source = "registry+https://github.com/rust-lang/crates.io-index"
20122checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20123dependencies = [
20124 "leb128",
20125]
20126
20127[[package]]
20128name = "watch"
20129version = "0.1.0"
20130dependencies = [
20131 "ctor",
20132 "futures 0.3.32",
20133 "gpui",
20134 "parking_lot",
20135 "zlog",
20136]
20137
20138[[package]]
20139name = "wax"
20140version = "0.7.0"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20143dependencies = [
20144 "const_format",
20145 "itertools 0.14.0",
20146 "nom 7.1.3",
20147 "pori",
20148 "regex",
20149 "thiserror 2.0.17",
20150 "walkdir",
20151]
20152
20153[[package]]
20154name = "wayland-backend"
20155version = "0.3.15"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d"
20158dependencies = [
20159 "cc",
20160 "downcast-rs",
20161 "rustix 1.1.2",
20162 "scoped-tls",
20163 "smallvec",
20164 "wayland-sys",
20165]
20166
20167[[package]]
20168name = "wayland-client"
20169version = "0.31.11"
20170source = "registry+https://github.com/rust-lang/crates.io-index"
20171checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20172dependencies = [
20173 "bitflags 2.13.1",
20174 "rustix 1.1.2",
20175 "wayland-backend",
20176 "wayland-scanner",
20177]
20178
20179[[package]]
20180name = "wayland-cursor"
20181version = "0.31.11"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20184dependencies = [
20185 "rustix 1.1.2",
20186 "wayland-client",
20187 "xcursor",
20188]
20189
20190[[package]]
20191name = "wayland-protocols"
20192version = "0.32.9"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20195dependencies = [
20196 "bitflags 2.13.1",
20197 "wayland-backend",
20198 "wayland-client",
20199 "wayland-scanner",
20200]
20201
20202[[package]]
20203name = "wayland-protocols-plasma"
20204version = "0.3.9"
20205source = "registry+https://github.com/rust-lang/crates.io-index"
20206checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20207dependencies = [
20208 "bitflags 2.13.1",
20209 "wayland-backend",
20210 "wayland-client",
20211 "wayland-protocols",
20212 "wayland-scanner",
20213]
20214
20215[[package]]
20216name = "wayland-protocols-wlr"
20217version = "0.3.9"
20218source = "registry+https://github.com/rust-lang/crates.io-index"
20219checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20220dependencies = [
20221 "bitflags 2.13.1",
20222 "wayland-backend",
20223 "wayland-client",
20224 "wayland-protocols",
20225 "wayland-scanner",
20226]
20227
20228[[package]]
20229name = "wayland-scanner"
20230version = "0.31.7"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20233dependencies = [
20234 "proc-macro2",
20235 "quick-xml 0.37.5",
20236 "quote",
20237]
20238
20239[[package]]
20240name = "wayland-sys"
20241version = "0.31.11"
20242source = "registry+https://github.com/rust-lang/crates.io-index"
20243checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
20244dependencies = [
20245 "dlib",
20246 "log",
20247 "once_cell",
20248 "pkg-config",
20249]
20250
20251[[package]]
20252name = "web-sys"
20253version = "0.3.97"
20254source = "registry+https://github.com/rust-lang/crates.io-index"
20255checksum = "2eadbac71025cd7b0834f20d1fe8472e8495821b4e9801eb0a60bd1f19827602"
20256dependencies = [
20257 "js-sys",
20258 "wasm-bindgen",
20259]
20260
20261[[package]]
20262name = "web-time"
20263version = "1.1.0"
20264source = "registry+https://github.com/rust-lang/crates.io-index"
20265checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20266dependencies = [
20267 "js-sys",
20268 "serde",
20269 "wasm-bindgen",
20270]
20271
20272[[package]]
20273name = "web_atoms"
20274version = "0.1.3"
20275source = "registry+https://github.com/rust-lang/crates.io-index"
20276checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20277dependencies = [
20278 "phf 0.11.3",
20279 "phf_codegen 0.11.3",
20280 "string_cache",
20281 "string_cache_codegen",
20282]
20283
20284[[package]]
20285name = "web_search"
20286version = "0.1.0"
20287dependencies = [
20288 "anyhow",
20289 "cloud_llm_client",
20290 "collections",
20291 "gpui",
20292 "serde",
20293]
20294
20295[[package]]
20296name = "web_search_providers"
20297version = "0.1.0"
20298dependencies = [
20299 "anyhow",
20300 "client",
20301 "cloud_api_client",
20302 "cloud_api_types",
20303 "cloud_llm_client",
20304 "futures 0.3.32",
20305 "gpui",
20306 "http_client",
20307 "language_model",
20308 "serde",
20309 "serde_json",
20310 "web_search",
20311]
20312
20313[[package]]
20314name = "webpki-root-certs"
20315version = "0.26.8"
20316source = "registry+https://github.com/rust-lang/crates.io-index"
20317checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20318dependencies = [
20319 "rustls-pki-types",
20320]
20321
20322[[package]]
20323name = "webpki-roots"
20324version = "1.0.8"
20325source = "registry+https://github.com/rust-lang/crates.io-index"
20326checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
20327dependencies = [
20328 "rustls-pki-types",
20329]
20330
20331[[package]]
20332name = "webrtc-sys"
20333version = "0.3.23"
20334source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
20335dependencies = [
20336 "cc",
20337 "cxx",
20338 "cxx-build",
20339 "glob",
20340 "log",
20341 "pkg-config",
20342 "webrtc-sys-build",
20343]
20344
20345[[package]]
20346name = "webrtc-sys-build"
20347version = "0.3.13"
20348source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=d0e27be0cdad89eadab3e36207cda0a2b6e359ee#d0e27be0cdad89eadab3e36207cda0a2b6e359ee"
20349dependencies = [
20350 "anyhow",
20351 "fs2",
20352 "regex",
20353 "reqwest",
20354 "scratch",
20355 "semver",
20356 "zip",
20357]
20358
20359[[package]]
20360name = "weezl"
20361version = "0.1.10"
20362source = "registry+https://github.com/rust-lang/crates.io-index"
20363checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20364
20365[[package]]
20366name = "wgpu"
20367version = "29.0.4"
20368source = "registry+https://github.com/rust-lang/crates.io-index"
20369checksum = "76e8840e1ba2881d4cbb18d2147627a56af426ff064c0401eb0c8410c6325d07"
20370dependencies = [
20371 "arrayvec",
20372 "bitflags 2.13.1",
20373 "bytemuck",
20374 "cfg-if",
20375 "cfg_aliases 0.2.1",
20376 "document-features",
20377 "hashbrown 0.16.1",
20378 "js-sys",
20379 "log",
20380 "naga",
20381 "parking_lot",
20382 "portable-atomic",
20383 "profiling",
20384 "raw-window-handle",
20385 "smallvec",
20386 "static_assertions",
20387 "wasm-bindgen",
20388 "wasm-bindgen-futures",
20389 "web-sys",
20390 "wgpu-core",
20391 "wgpu-hal",
20392 "wgpu-types",
20393]
20394
20395[[package]]
20396name = "wgpu-core"
20397version = "29.0.4"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "2f519832254e56965a9940c4af57dcb75f702b6f6fa4a0b172f685395843a4d7"
20400dependencies = [
20401 "arrayvec",
20402 "bit-set 0.9.1",
20403 "bit-vec 0.9.1",
20404 "bitflags 2.13.1",
20405 "bytemuck",
20406 "cfg_aliases 0.2.1",
20407 "document-features",
20408 "hashbrown 0.16.1",
20409 "indexmap 2.14.0",
20410 "log",
20411 "naga",
20412 "once_cell",
20413 "parking_lot",
20414 "portable-atomic",
20415 "profiling",
20416 "raw-window-handle",
20417 "rustc-hash 1.1.0",
20418 "smallvec",
20419 "thiserror 2.0.17",
20420 "wgpu-core-deps-apple",
20421 "wgpu-core-deps-emscripten",
20422 "wgpu-core-deps-windows-linux-android",
20423 "wgpu-hal",
20424 "wgpu-naga-bridge",
20425 "wgpu-types",
20426]
20427
20428[[package]]
20429name = "wgpu-core-deps-apple"
20430version = "29.0.4"
20431source = "registry+https://github.com/rust-lang/crates.io-index"
20432checksum = "f5e39e26c4c0e07589e67d18546cf79ff45383659fc72fca4dd293358a0347f3"
20433dependencies = [
20434 "wgpu-hal",
20435]
20436
20437[[package]]
20438name = "wgpu-core-deps-emscripten"
20439version = "29.0.4"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "01e09be551dc939498bdd5f6b2c66e55ab275dad25825267a08605a80fc9f0af"
20442dependencies = [
20443 "wgpu-hal",
20444]
20445
20446[[package]]
20447name = "wgpu-core-deps-windows-linux-android"
20448version = "29.0.4"
20449source = "registry+https://github.com/rust-lang/crates.io-index"
20450checksum = "4e592c1bbef6ad047647ae6e666ebd8cee7a32bb4544d9700ec96cbf73230257"
20451dependencies = [
20452 "wgpu-hal",
20453]
20454
20455[[package]]
20456name = "wgpu-hal"
20457version = "29.0.4"
20458source = "registry+https://github.com/rust-lang/crates.io-index"
20459checksum = "97ace1c17727311c22a46e4e3faf56ea6de81af99dcc839bdfb54857b94d448d"
20460dependencies = [
20461 "android_system_properties",
20462 "arrayvec",
20463 "ash",
20464 "bit-set 0.9.1",
20465 "bitflags 2.13.1",
20466 "block2 0.6.2",
20467 "bytemuck",
20468 "cfg-if",
20469 "cfg_aliases 0.2.1",
20470 "glow",
20471 "glutin_wgl_sys",
20472 "gpu-allocator",
20473 "gpu-descriptor",
20474 "hashbrown 0.16.1",
20475 "js-sys",
20476 "khronos-egl",
20477 "libc",
20478 "libloading",
20479 "log",
20480 "naga",
20481 "ndk-sys",
20482 "objc2 0.6.3",
20483 "objc2-core-foundation",
20484 "objc2-foundation 0.3.2",
20485 "objc2-metal 0.3.2",
20486 "objc2-quartz-core 0.3.2",
20487 "once_cell",
20488 "ordered-float 4.6.0",
20489 "parking_lot",
20490 "portable-atomic",
20491 "portable-atomic-util",
20492 "profiling",
20493 "range-alloc",
20494 "raw-window-handle",
20495 "raw-window-metal",
20496 "renderdoc-sys",
20497 "smallvec",
20498 "thiserror 2.0.17",
20499 "wasm-bindgen",
20500 "wayland-sys",
20501 "web-sys",
20502 "wgpu-naga-bridge",
20503 "wgpu-types",
20504 "windows 0.62.2",
20505 "windows-core 0.62.2",
20506 "windows-result 0.4.1",
20507]
20508
20509[[package]]
20510name = "wgpu-naga-bridge"
20511version = "29.0.4"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "95226013f547544b223281cd16a4fb549aa9dcb562adbda0faae4c73ffbbc161"
20514dependencies = [
20515 "naga",
20516 "wgpu-types",
20517]
20518
20519[[package]]
20520name = "wgpu-types"
20521version = "29.0.4"
20522source = "registry+https://github.com/rust-lang/crates.io-index"
20523checksum = "84bf84cd9ca8ca45e2b223a3868f1adf9bfc0c66aeac212e76ee7e40fdadf8f5"
20524dependencies = [
20525 "bitflags 2.13.1",
20526 "bytemuck",
20527 "js-sys",
20528 "log",
20529 "raw-window-handle",
20530 "web-sys",
20531]
20532
20533[[package]]
20534name = "which"
20535version = "4.4.2"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20538dependencies = [
20539 "either",
20540 "home",
20541 "once_cell",
20542 "rustix 0.38.44",
20543]
20544
20545[[package]]
20546name = "which"
20547version = "6.0.3"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20550dependencies = [
20551 "either",
20552 "home",
20553 "rustix 0.38.44",
20554 "winsafe",
20555]
20556
20557[[package]]
20558name = "which_key"
20559version = "0.1.0"
20560dependencies = [
20561 "command_palette",
20562 "gpui",
20563 "serde",
20564 "settings",
20565 "theme_settings",
20566 "ui",
20567 "util",
20568 "workspace",
20569]
20570
20571[[package]]
20572name = "wide"
20573version = "0.7.33"
20574source = "registry+https://github.com/rust-lang/crates.io-index"
20575checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
20576dependencies = [
20577 "bytemuck",
20578 "safe_arch",
20579]
20580
20581[[package]]
20582name = "wiggle"
20583version = "36.0.12"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "55a0751406b641ff50ef42d4a1ca843a03040c488c0c27f92093633447464013"
20586dependencies = [
20587 "anyhow",
20588 "async-trait",
20589 "bitflags 2.13.1",
20590 "thiserror 2.0.17",
20591 "tracing",
20592 "wasmtime",
20593 "wiggle-macro",
20594]
20595
20596[[package]]
20597name = "wiggle-generate"
20598version = "36.0.12"
20599source = "registry+https://github.com/rust-lang/crates.io-index"
20600checksum = "ab62083fdcecdd0cac61b8c46e7de4f2629ebe8699fd9ce790d922cc89d50f5f"
20601dependencies = [
20602 "anyhow",
20603 "heck 0.5.0",
20604 "proc-macro2",
20605 "quote",
20606 "syn 2.0.117",
20607 "witx",
20608]
20609
20610[[package]]
20611name = "wiggle-macro"
20612version = "36.0.12"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "756b7a4a7f57ee2f53e9ef3501ed0faacda4b8dcb169a921cddc8bc09ebd199e"
20615dependencies = [
20616 "proc-macro2",
20617 "quote",
20618 "syn 2.0.117",
20619 "wiggle-generate",
20620]
20621
20622[[package]]
20623name = "winapi"
20624version = "0.3.9"
20625source = "registry+https://github.com/rust-lang/crates.io-index"
20626checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20627dependencies = [
20628 "winapi-i686-pc-windows-gnu",
20629 "winapi-x86_64-pc-windows-gnu",
20630]
20631
20632[[package]]
20633name = "winapi-i686-pc-windows-gnu"
20634version = "0.4.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20637
20638[[package]]
20639name = "winapi-util"
20640version = "0.1.11"
20641source = "registry+https://github.com/rust-lang/crates.io-index"
20642checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20643dependencies = [
20644 "windows-sys 0.61.2",
20645]
20646
20647[[package]]
20648name = "winapi-x86_64-pc-windows-gnu"
20649version = "0.4.0"
20650source = "registry+https://github.com/rust-lang/crates.io-index"
20651checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20652
20653[[package]]
20654name = "winch-codegen"
20655version = "36.0.12"
20656source = "registry+https://github.com/rust-lang/crates.io-index"
20657checksum = "61ec880b20caaa72245944b54cfb22aca111f8c805e12a7542b40d66921e5323"
20658dependencies = [
20659 "anyhow",
20660 "cranelift-assembler-x64",
20661 "cranelift-codegen",
20662 "gimli",
20663 "regalloc2",
20664 "smallvec",
20665 "target-lexicon",
20666 "thiserror 2.0.17",
20667 "wasmparser 0.236.1",
20668 "wasmtime-environ",
20669 "wasmtime-internal-cranelift",
20670 "wasmtime-internal-math",
20671]
20672
20673[[package]]
20674name = "windows"
20675version = "0.56.0"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20678dependencies = [
20679 "windows-core 0.56.0",
20680 "windows-targets 0.52.6",
20681]
20682
20683[[package]]
20684name = "windows"
20685version = "0.57.0"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20688dependencies = [
20689 "windows-core 0.57.0",
20690 "windows-targets 0.52.6",
20691]
20692
20693[[package]]
20694name = "windows"
20695version = "0.58.0"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20698dependencies = [
20699 "windows-core 0.58.0",
20700 "windows-targets 0.52.6",
20701]
20702
20703[[package]]
20704name = "windows"
20705version = "0.61.3"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20708dependencies = [
20709 "windows-collections 0.2.0",
20710 "windows-core 0.61.2",
20711 "windows-future 0.2.1",
20712 "windows-link 0.1.3",
20713 "windows-numerics 0.2.0",
20714]
20715
20716[[package]]
20717name = "windows"
20718version = "0.62.2"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20721dependencies = [
20722 "windows-collections 0.3.2",
20723 "windows-core 0.62.2",
20724 "windows-future 0.3.2",
20725 "windows-numerics 0.3.1",
20726]
20727
20728[[package]]
20729name = "windows-bindgen"
20730version = "0.61.1"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20733dependencies = [
20734 "serde",
20735 "serde_json",
20736 "windows-threading 0.1.0",
20737]
20738
20739[[package]]
20740name = "windows-capture"
20741version = "1.4.3"
20742source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20743dependencies = [
20744 "clap",
20745 "ctrlc",
20746 "parking_lot",
20747 "rayon",
20748 "thiserror 2.0.17",
20749 "windows 0.61.3",
20750 "windows-future 0.2.1",
20751]
20752
20753[[package]]
20754name = "windows-collections"
20755version = "0.2.0"
20756source = "registry+https://github.com/rust-lang/crates.io-index"
20757checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20758dependencies = [
20759 "windows-core 0.61.2",
20760]
20761
20762[[package]]
20763name = "windows-collections"
20764version = "0.3.2"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20767dependencies = [
20768 "windows-core 0.62.2",
20769]
20770
20771[[package]]
20772name = "windows-core"
20773version = "0.56.0"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20776dependencies = [
20777 "windows-implement 0.56.0",
20778 "windows-interface 0.56.0",
20779 "windows-result 0.1.2",
20780 "windows-targets 0.52.6",
20781]
20782
20783[[package]]
20784name = "windows-core"
20785version = "0.57.0"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20788dependencies = [
20789 "windows-implement 0.57.0",
20790 "windows-interface 0.57.0",
20791 "windows-result 0.1.2",
20792 "windows-targets 0.52.6",
20793]
20794
20795[[package]]
20796name = "windows-core"
20797version = "0.58.0"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20800dependencies = [
20801 "windows-implement 0.58.0",
20802 "windows-interface 0.58.0",
20803 "windows-result 0.2.0",
20804 "windows-strings 0.1.0",
20805 "windows-targets 0.52.6",
20806]
20807
20808[[package]]
20809name = "windows-core"
20810version = "0.61.2"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20813dependencies = [
20814 "windows-implement 0.60.2",
20815 "windows-interface 0.59.3",
20816 "windows-link 0.1.3",
20817 "windows-result 0.3.4",
20818 "windows-strings 0.4.2",
20819]
20820
20821[[package]]
20822name = "windows-core"
20823version = "0.62.2"
20824source = "registry+https://github.com/rust-lang/crates.io-index"
20825checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20826dependencies = [
20827 "windows-implement 0.60.2",
20828 "windows-interface 0.59.3",
20829 "windows-link 0.2.1",
20830 "windows-result 0.4.1",
20831 "windows-strings 0.5.1",
20832]
20833
20834[[package]]
20835name = "windows-future"
20836version = "0.2.1"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20839dependencies = [
20840 "windows-core 0.61.2",
20841 "windows-link 0.1.3",
20842 "windows-threading 0.1.0",
20843]
20844
20845[[package]]
20846name = "windows-future"
20847version = "0.3.2"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20850dependencies = [
20851 "windows-core 0.62.2",
20852 "windows-link 0.2.1",
20853 "windows-threading 0.2.1",
20854]
20855
20856[[package]]
20857name = "windows-implement"
20858version = "0.56.0"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20861dependencies = [
20862 "proc-macro2",
20863 "quote",
20864 "syn 2.0.117",
20865]
20866
20867[[package]]
20868name = "windows-implement"
20869version = "0.57.0"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20872dependencies = [
20873 "proc-macro2",
20874 "quote",
20875 "syn 2.0.117",
20876]
20877
20878[[package]]
20879name = "windows-implement"
20880version = "0.58.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20883dependencies = [
20884 "proc-macro2",
20885 "quote",
20886 "syn 2.0.117",
20887]
20888
20889[[package]]
20890name = "windows-implement"
20891version = "0.60.2"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20894dependencies = [
20895 "proc-macro2",
20896 "quote",
20897 "syn 2.0.117",
20898]
20899
20900[[package]]
20901name = "windows-interface"
20902version = "0.56.0"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20905dependencies = [
20906 "proc-macro2",
20907 "quote",
20908 "syn 2.0.117",
20909]
20910
20911[[package]]
20912name = "windows-interface"
20913version = "0.57.0"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20916dependencies = [
20917 "proc-macro2",
20918 "quote",
20919 "syn 2.0.117",
20920]
20921
20922[[package]]
20923name = "windows-interface"
20924version = "0.58.0"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20927dependencies = [
20928 "proc-macro2",
20929 "quote",
20930 "syn 2.0.117",
20931]
20932
20933[[package]]
20934name = "windows-interface"
20935version = "0.59.3"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20938dependencies = [
20939 "proc-macro2",
20940 "quote",
20941 "syn 2.0.117",
20942]
20943
20944[[package]]
20945name = "windows-link"
20946version = "0.1.3"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20949
20950[[package]]
20951name = "windows-link"
20952version = "0.2.1"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20955
20956[[package]]
20957name = "windows-numerics"
20958version = "0.2.0"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20961dependencies = [
20962 "windows-core 0.61.2",
20963 "windows-link 0.1.3",
20964]
20965
20966[[package]]
20967name = "windows-numerics"
20968version = "0.3.1"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20971dependencies = [
20972 "windows-core 0.62.2",
20973 "windows-link 0.2.1",
20974]
20975
20976[[package]]
20977name = "windows-registry"
20978version = "0.4.0"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20981dependencies = [
20982 "windows-result 0.3.4",
20983 "windows-strings 0.3.1",
20984 "windows-targets 0.53.5",
20985]
20986
20987[[package]]
20988name = "windows-registry"
20989version = "0.5.3"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20992dependencies = [
20993 "windows-link 0.1.3",
20994 "windows-result 0.3.4",
20995 "windows-strings 0.4.2",
20996]
20997
20998[[package]]
20999name = "windows-registry"
21000version = "0.6.1"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
21003dependencies = [
21004 "windows-link 0.2.1",
21005 "windows-result 0.4.1",
21006 "windows-strings 0.5.1",
21007]
21008
21009[[package]]
21010name = "windows-result"
21011version = "0.1.2"
21012source = "registry+https://github.com/rust-lang/crates.io-index"
21013checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
21014dependencies = [
21015 "windows-targets 0.52.6",
21016]
21017
21018[[package]]
21019name = "windows-result"
21020version = "0.2.0"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
21023dependencies = [
21024 "windows-targets 0.52.6",
21025]
21026
21027[[package]]
21028name = "windows-result"
21029version = "0.3.4"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
21032dependencies = [
21033 "windows-link 0.1.3",
21034]
21035
21036[[package]]
21037name = "windows-result"
21038version = "0.4.1"
21039source = "registry+https://github.com/rust-lang/crates.io-index"
21040checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21041dependencies = [
21042 "windows-link 0.2.1",
21043]
21044
21045[[package]]
21046name = "windows-strings"
21047version = "0.1.0"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21050dependencies = [
21051 "windows-result 0.2.0",
21052 "windows-targets 0.52.6",
21053]
21054
21055[[package]]
21056name = "windows-strings"
21057version = "0.3.1"
21058source = "registry+https://github.com/rust-lang/crates.io-index"
21059checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21060dependencies = [
21061 "windows-link 0.1.3",
21062]
21063
21064[[package]]
21065name = "windows-strings"
21066version = "0.4.2"
21067source = "registry+https://github.com/rust-lang/crates.io-index"
21068checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21069dependencies = [
21070 "windows-link 0.1.3",
21071]
21072
21073[[package]]
21074name = "windows-strings"
21075version = "0.5.1"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21078dependencies = [
21079 "windows-link 0.2.1",
21080]
21081
21082[[package]]
21083name = "windows-sys"
21084version = "0.45.0"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21087dependencies = [
21088 "windows-targets 0.42.2",
21089]
21090
21091[[package]]
21092name = "windows-sys"
21093version = "0.48.0"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21096dependencies = [
21097 "windows-targets 0.48.5",
21098]
21099
21100[[package]]
21101name = "windows-sys"
21102version = "0.52.0"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21105dependencies = [
21106 "windows-targets 0.52.6",
21107]
21108
21109[[package]]
21110name = "windows-sys"
21111version = "0.59.0"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21114dependencies = [
21115 "windows-targets 0.52.6",
21116]
21117
21118[[package]]
21119name = "windows-sys"
21120version = "0.60.2"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21123dependencies = [
21124 "windows-targets 0.53.5",
21125]
21126
21127[[package]]
21128name = "windows-sys"
21129version = "0.61.2"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21132dependencies = [
21133 "windows-link 0.2.1",
21134]
21135
21136[[package]]
21137name = "windows-targets"
21138version = "0.42.2"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21141dependencies = [
21142 "windows_aarch64_gnullvm 0.42.2",
21143 "windows_aarch64_msvc 0.42.2",
21144 "windows_i686_gnu 0.42.2",
21145 "windows_i686_msvc 0.42.2",
21146 "windows_x86_64_gnu 0.42.2",
21147 "windows_x86_64_gnullvm 0.42.2",
21148 "windows_x86_64_msvc 0.42.2",
21149]
21150
21151[[package]]
21152name = "windows-targets"
21153version = "0.48.5"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21156dependencies = [
21157 "windows_aarch64_gnullvm 0.48.5",
21158 "windows_aarch64_msvc 0.48.5",
21159 "windows_i686_gnu 0.48.5",
21160 "windows_i686_msvc 0.48.5",
21161 "windows_x86_64_gnu 0.48.5",
21162 "windows_x86_64_gnullvm 0.48.5",
21163 "windows_x86_64_msvc 0.48.5",
21164]
21165
21166[[package]]
21167name = "windows-targets"
21168version = "0.52.6"
21169source = "registry+https://github.com/rust-lang/crates.io-index"
21170checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21171dependencies = [
21172 "windows_aarch64_gnullvm 0.52.6",
21173 "windows_aarch64_msvc 0.52.6",
21174 "windows_i686_gnu 0.52.6",
21175 "windows_i686_gnullvm 0.52.6",
21176 "windows_i686_msvc 0.52.6",
21177 "windows_x86_64_gnu 0.52.6",
21178 "windows_x86_64_gnullvm 0.52.6",
21179 "windows_x86_64_msvc 0.52.6",
21180]
21181
21182[[package]]
21183name = "windows-targets"
21184version = "0.53.5"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21187dependencies = [
21188 "windows-link 0.2.1",
21189 "windows_aarch64_gnullvm 0.53.1",
21190 "windows_aarch64_msvc 0.53.1",
21191 "windows_i686_gnu 0.53.1",
21192 "windows_i686_gnullvm 0.53.1",
21193 "windows_i686_msvc 0.53.1",
21194 "windows_x86_64_gnu 0.53.1",
21195 "windows_x86_64_gnullvm 0.53.1",
21196 "windows_x86_64_msvc 0.53.1",
21197]
21198
21199[[package]]
21200name = "windows-threading"
21201version = "0.1.0"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21204dependencies = [
21205 "windows-link 0.1.3",
21206]
21207
21208[[package]]
21209name = "windows-threading"
21210version = "0.2.1"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21213dependencies = [
21214 "windows-link 0.2.1",
21215]
21216
21217[[package]]
21218name = "windows-version"
21219version = "0.1.7"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
21222dependencies = [
21223 "windows-link 0.2.1",
21224]
21225
21226[[package]]
21227name = "windows_aarch64_gnullvm"
21228version = "0.42.2"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21231
21232[[package]]
21233name = "windows_aarch64_gnullvm"
21234version = "0.48.5"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21237
21238[[package]]
21239name = "windows_aarch64_gnullvm"
21240version = "0.52.6"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21243
21244[[package]]
21245name = "windows_aarch64_gnullvm"
21246version = "0.53.1"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21249
21250[[package]]
21251name = "windows_aarch64_msvc"
21252version = "0.42.2"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21255
21256[[package]]
21257name = "windows_aarch64_msvc"
21258version = "0.48.5"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21261
21262[[package]]
21263name = "windows_aarch64_msvc"
21264version = "0.52.6"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21267
21268[[package]]
21269name = "windows_aarch64_msvc"
21270version = "0.53.1"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21273
21274[[package]]
21275name = "windows_i686_gnu"
21276version = "0.42.2"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21279
21280[[package]]
21281name = "windows_i686_gnu"
21282version = "0.48.5"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21285
21286[[package]]
21287name = "windows_i686_gnu"
21288version = "0.52.6"
21289source = "registry+https://github.com/rust-lang/crates.io-index"
21290checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21291
21292[[package]]
21293name = "windows_i686_gnu"
21294version = "0.53.1"
21295source = "registry+https://github.com/rust-lang/crates.io-index"
21296checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21297
21298[[package]]
21299name = "windows_i686_gnullvm"
21300version = "0.52.6"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21303
21304[[package]]
21305name = "windows_i686_gnullvm"
21306version = "0.53.1"
21307source = "registry+https://github.com/rust-lang/crates.io-index"
21308checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21309
21310[[package]]
21311name = "windows_i686_msvc"
21312version = "0.42.2"
21313source = "registry+https://github.com/rust-lang/crates.io-index"
21314checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21315
21316[[package]]
21317name = "windows_i686_msvc"
21318version = "0.48.5"
21319source = "registry+https://github.com/rust-lang/crates.io-index"
21320checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21321
21322[[package]]
21323name = "windows_i686_msvc"
21324version = "0.52.6"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21327
21328[[package]]
21329name = "windows_i686_msvc"
21330version = "0.53.1"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21333
21334[[package]]
21335name = "windows_resources"
21336version = "0.1.0"
21337dependencies = [
21338 "embed-resource",
21339]
21340
21341[[package]]
21342name = "windows_x86_64_gnu"
21343version = "0.42.2"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21346
21347[[package]]
21348name = "windows_x86_64_gnu"
21349version = "0.48.5"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21352
21353[[package]]
21354name = "windows_x86_64_gnu"
21355version = "0.52.6"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21358
21359[[package]]
21360name = "windows_x86_64_gnu"
21361version = "0.53.1"
21362source = "registry+https://github.com/rust-lang/crates.io-index"
21363checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21364
21365[[package]]
21366name = "windows_x86_64_gnullvm"
21367version = "0.42.2"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21370
21371[[package]]
21372name = "windows_x86_64_gnullvm"
21373version = "0.48.5"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21376
21377[[package]]
21378name = "windows_x86_64_gnullvm"
21379version = "0.52.6"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21382
21383[[package]]
21384name = "windows_x86_64_gnullvm"
21385version = "0.53.1"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21388
21389[[package]]
21390name = "windows_x86_64_msvc"
21391version = "0.42.2"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21394
21395[[package]]
21396name = "windows_x86_64_msvc"
21397version = "0.48.5"
21398source = "registry+https://github.com/rust-lang/crates.io-index"
21399checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21400
21401[[package]]
21402name = "windows_x86_64_msvc"
21403version = "0.52.6"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21406
21407[[package]]
21408name = "windows_x86_64_msvc"
21409version = "0.53.1"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21412
21413[[package]]
21414name = "winnow"
21415version = "0.7.13"
21416source = "registry+https://github.com/rust-lang/crates.io-index"
21417checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21418dependencies = [
21419 "memchr",
21420]
21421
21422[[package]]
21423name = "winnow"
21424version = "1.0.2"
21425source = "registry+https://github.com/rust-lang/crates.io-index"
21426checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0"
21427dependencies = [
21428 "memchr",
21429]
21430
21431[[package]]
21432name = "winreg"
21433version = "0.10.1"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21436dependencies = [
21437 "winapi",
21438]
21439
21440[[package]]
21441name = "winreg"
21442version = "0.55.0"
21443source = "registry+https://github.com/rust-lang/crates.io-index"
21444checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21445dependencies = [
21446 "cfg-if",
21447 "windows-sys 0.59.0",
21448]
21449
21450[[package]]
21451name = "winresource"
21452version = "0.1.23"
21453source = "registry+https://github.com/rust-lang/crates.io-index"
21454checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21455dependencies = [
21456 "toml 0.8.23",
21457 "version_check",
21458]
21459
21460[[package]]
21461name = "winsafe"
21462version = "0.0.19"
21463source = "registry+https://github.com/rust-lang/crates.io-index"
21464checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21465
21466[[package]]
21467name = "winx"
21468version = "0.36.4"
21469source = "registry+https://github.com/rust-lang/crates.io-index"
21470checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21471dependencies = [
21472 "bitflags 2.13.1",
21473 "windows-sys 0.59.0",
21474]
21475
21476[[package]]
21477name = "wio"
21478version = "0.2.2"
21479source = "registry+https://github.com/rust-lang/crates.io-index"
21480checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21481dependencies = [
21482 "winapi",
21483]
21484
21485[[package]]
21486name = "wit-bindgen"
21487version = "0.22.0"
21488source = "registry+https://github.com/rust-lang/crates.io-index"
21489checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21490dependencies = [
21491 "bitflags 2.13.1",
21492 "wit-bindgen-rt 0.22.0",
21493 "wit-bindgen-rust-macro 0.22.0",
21494]
21495
21496[[package]]
21497name = "wit-bindgen"
21498version = "0.41.0"
21499source = "registry+https://github.com/rust-lang/crates.io-index"
21500checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21501dependencies = [
21502 "wit-bindgen-rt 0.41.0",
21503 "wit-bindgen-rust-macro 0.41.0",
21504]
21505
21506[[package]]
21507name = "wit-bindgen"
21508version = "0.46.0"
21509source = "registry+https://github.com/rust-lang/crates.io-index"
21510checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21511
21512[[package]]
21513name = "wit-bindgen"
21514version = "0.51.0"
21515source = "registry+https://github.com/rust-lang/crates.io-index"
21516checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21517dependencies = [
21518 "wit-bindgen-rust-macro 0.51.0",
21519]
21520
21521[[package]]
21522name = "wit-bindgen-core"
21523version = "0.22.0"
21524source = "registry+https://github.com/rust-lang/crates.io-index"
21525checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21526dependencies = [
21527 "anyhow",
21528 "wit-parser 0.201.0",
21529]
21530
21531[[package]]
21532name = "wit-bindgen-core"
21533version = "0.41.0"
21534source = "registry+https://github.com/rust-lang/crates.io-index"
21535checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21536dependencies = [
21537 "anyhow",
21538 "heck 0.5.0",
21539 "wit-parser 0.227.1",
21540]
21541
21542[[package]]
21543name = "wit-bindgen-core"
21544version = "0.51.0"
21545source = "registry+https://github.com/rust-lang/crates.io-index"
21546checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21547dependencies = [
21548 "anyhow",
21549 "heck 0.5.0",
21550 "wit-parser 0.244.0",
21551]
21552
21553[[package]]
21554name = "wit-bindgen-rt"
21555version = "0.22.0"
21556source = "registry+https://github.com/rust-lang/crates.io-index"
21557checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21558
21559[[package]]
21560name = "wit-bindgen-rt"
21561version = "0.41.0"
21562source = "registry+https://github.com/rust-lang/crates.io-index"
21563checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21564dependencies = [
21565 "bitflags 2.13.1",
21566 "futures 0.3.32",
21567 "once_cell",
21568]
21569
21570[[package]]
21571name = "wit-bindgen-rust"
21572version = "0.22.0"
21573source = "registry+https://github.com/rust-lang/crates.io-index"
21574checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21575dependencies = [
21576 "anyhow",
21577 "heck 0.4.1",
21578 "indexmap 2.14.0",
21579 "wasm-metadata 0.201.0",
21580 "wit-bindgen-core 0.22.0",
21581 "wit-component 0.201.0",
21582]
21583
21584[[package]]
21585name = "wit-bindgen-rust"
21586version = "0.41.0"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21589dependencies = [
21590 "anyhow",
21591 "heck 0.5.0",
21592 "indexmap 2.14.0",
21593 "prettyplease",
21594 "syn 2.0.117",
21595 "wasm-metadata 0.227.1",
21596 "wit-bindgen-core 0.41.0",
21597 "wit-component 0.227.1",
21598]
21599
21600[[package]]
21601name = "wit-bindgen-rust"
21602version = "0.51.0"
21603source = "registry+https://github.com/rust-lang/crates.io-index"
21604checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21605dependencies = [
21606 "anyhow",
21607 "heck 0.5.0",
21608 "indexmap 2.14.0",
21609 "prettyplease",
21610 "syn 2.0.117",
21611 "wasm-metadata 0.244.0",
21612 "wit-bindgen-core 0.51.0",
21613 "wit-component 0.244.0",
21614]
21615
21616[[package]]
21617name = "wit-bindgen-rust-macro"
21618version = "0.22.0"
21619source = "registry+https://github.com/rust-lang/crates.io-index"
21620checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21621dependencies = [
21622 "anyhow",
21623 "proc-macro2",
21624 "quote",
21625 "syn 2.0.117",
21626 "wit-bindgen-core 0.22.0",
21627 "wit-bindgen-rust 0.22.0",
21628]
21629
21630[[package]]
21631name = "wit-bindgen-rust-macro"
21632version = "0.41.0"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21635dependencies = [
21636 "anyhow",
21637 "prettyplease",
21638 "proc-macro2",
21639 "quote",
21640 "syn 2.0.117",
21641 "wit-bindgen-core 0.41.0",
21642 "wit-bindgen-rust 0.41.0",
21643]
21644
21645[[package]]
21646name = "wit-bindgen-rust-macro"
21647version = "0.51.0"
21648source = "registry+https://github.com/rust-lang/crates.io-index"
21649checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21650dependencies = [
21651 "anyhow",
21652 "prettyplease",
21653 "proc-macro2",
21654 "quote",
21655 "syn 2.0.117",
21656 "wit-bindgen-core 0.51.0",
21657 "wit-bindgen-rust 0.51.0",
21658]
21659
21660[[package]]
21661name = "wit-component"
21662version = "0.201.0"
21663source = "registry+https://github.com/rust-lang/crates.io-index"
21664checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21665dependencies = [
21666 "anyhow",
21667 "bitflags 2.13.1",
21668 "indexmap 2.14.0",
21669 "log",
21670 "serde",
21671 "serde_derive",
21672 "serde_json",
21673 "wasm-encoder 0.201.0",
21674 "wasm-metadata 0.201.0",
21675 "wasmparser 0.201.0",
21676 "wit-parser 0.201.0",
21677]
21678
21679[[package]]
21680name = "wit-component"
21681version = "0.227.1"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21684dependencies = [
21685 "anyhow",
21686 "bitflags 2.13.1",
21687 "indexmap 2.14.0",
21688 "log",
21689 "serde",
21690 "serde_derive",
21691 "serde_json",
21692 "wasm-encoder 0.227.1",
21693 "wasm-metadata 0.227.1",
21694 "wasmparser 0.227.1",
21695 "wit-parser 0.227.1",
21696]
21697
21698[[package]]
21699name = "wit-component"
21700version = "0.244.0"
21701source = "registry+https://github.com/rust-lang/crates.io-index"
21702checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21703dependencies = [
21704 "anyhow",
21705 "bitflags 2.13.1",
21706 "indexmap 2.14.0",
21707 "log",
21708 "serde",
21709 "serde_derive",
21710 "serde_json",
21711 "wasm-encoder 0.244.0",
21712 "wasm-metadata 0.244.0",
21713 "wasmparser 0.244.0",
21714 "wit-parser 0.244.0",
21715]
21716
21717[[package]]
21718name = "wit-parser"
21719version = "0.201.0"
21720source = "registry+https://github.com/rust-lang/crates.io-index"
21721checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21722dependencies = [
21723 "anyhow",
21724 "id-arena",
21725 "indexmap 2.14.0",
21726 "log",
21727 "semver",
21728 "serde",
21729 "serde_derive",
21730 "serde_json",
21731 "unicode-xid",
21732 "wasmparser 0.201.0",
21733]
21734
21735[[package]]
21736name = "wit-parser"
21737version = "0.227.1"
21738source = "registry+https://github.com/rust-lang/crates.io-index"
21739checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21740dependencies = [
21741 "anyhow",
21742 "id-arena",
21743 "indexmap 2.14.0",
21744 "log",
21745 "semver",
21746 "serde",
21747 "serde_derive",
21748 "serde_json",
21749 "unicode-xid",
21750 "wasmparser 0.227.1",
21751]
21752
21753[[package]]
21754name = "wit-parser"
21755version = "0.236.1"
21756source = "registry+https://github.com/rust-lang/crates.io-index"
21757checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21758dependencies = [
21759 "anyhow",
21760 "id-arena",
21761 "indexmap 2.14.0",
21762 "log",
21763 "semver",
21764 "serde",
21765 "serde_derive",
21766 "serde_json",
21767 "unicode-xid",
21768 "wasmparser 0.236.1",
21769]
21770
21771[[package]]
21772name = "wit-parser"
21773version = "0.244.0"
21774source = "registry+https://github.com/rust-lang/crates.io-index"
21775checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21776dependencies = [
21777 "anyhow",
21778 "id-arena",
21779 "indexmap 2.14.0",
21780 "log",
21781 "semver",
21782 "serde",
21783 "serde_derive",
21784 "serde_json",
21785 "unicode-xid",
21786 "wasmparser 0.244.0",
21787]
21788
21789[[package]]
21790name = "witx"
21791version = "0.9.1"
21792source = "registry+https://github.com/rust-lang/crates.io-index"
21793checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21794dependencies = [
21795 "anyhow",
21796 "log",
21797 "thiserror 1.0.69",
21798 "wast",
21799]
21800
21801[[package]]
21802name = "workroom_receipts"
21803version = "0.1.0"
21804dependencies = [
21805 "serde",
21806 "serde_json",
21807]
21808
21809[[package]]
21810name = "workroom_ui"
21811version = "0.1.0"
21812dependencies = [
21813 "anyhow",
21814 "app_identity",
21815 "chrono",
21816 "editor",
21817 "futures 0.3.32",
21818 "gpui",
21819 "omega_effectd",
21820 "omega_identity",
21821 "serde",
21822 "serde_json",
21823 "smol",
21824 "theme",
21825 "ui",
21826 "util",
21827 "uuid",
21828 "workspace",
21829 "zed_actions",
21830]
21831
21832[[package]]
21833name = "workspace"
21834version = "0.1.0"
21835dependencies = [
21836 "agent_settings",
21837 "any_vec",
21838 "anyhow",
21839 "async-recursion",
21840 "chrono",
21841 "client",
21842 "clock",
21843 "collections",
21844 "component",
21845 "db",
21846 "dirs",
21847 "fs",
21848 "futures 0.3.32",
21849 "futures-lite 1.13.0",
21850 "git",
21851 "gpui",
21852 "http_client",
21853 "itertools 0.14.0",
21854 "language",
21855 "log",
21856 "markdown",
21857 "menu",
21858 "node_runtime",
21859 "parking_lot",
21860 "postage",
21861 "pretty_assertions",
21862 "project",
21863 "proptest",
21864 "proptest-derive",
21865 "remote",
21866 "schemars 1.0.4",
21867 "serde",
21868 "serde_json",
21869 "session",
21870 "settings",
21871 "smallvec",
21872 "sqlez",
21873 "strum 0.27.2",
21874 "task",
21875 "telemetry",
21876 "tempfile",
21877 "theme",
21878 "theme_settings",
21879 "ui",
21880 "ui_input",
21881 "url",
21882 "util",
21883 "uuid",
21884 "windows 0.61.3",
21885 "zed_actions",
21886 "zlog",
21887]
21888
21889[[package]]
21890name = "worktree"
21891version = "0.1.0"
21892dependencies = [
21893 "anyhow",
21894 "async-channel 2.5.0",
21895 "async-lock",
21896 "chardetng",
21897 "clock",
21898 "collections",
21899 "encoding_rs",
21900 "fs",
21901 "futures 0.3.32",
21902 "fuzzy",
21903 "git",
21904 "gpui",
21905 "ignore",
21906 "language",
21907 "log",
21908 "parking_lot",
21909 "paths",
21910 "postage",
21911 "pretty_assertions",
21912 "rand 0.9.4",
21913 "rpc",
21914 "serde",
21915 "serde_json",
21916 "settings",
21917 "smallvec",
21918 "sum_tree",
21919 "text",
21920 "tracing",
21921 "util",
21922 "worktree",
21923 "zlog",
21924 "ztracing",
21925]
21926
21927[[package]]
21928name = "worktree_benchmarks"
21929version = "0.1.0"
21930dependencies = [
21931 "fs",
21932 "gpui_platform",
21933 "settings",
21934 "worktree",
21935]
21936
21937[[package]]
21938name = "wprcontrol"
21939version = "0.1.0"
21940source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21941dependencies = [
21942 "windows 0.61.3",
21943 "windows-bindgen",
21944 "windows-core 0.61.2",
21945 "windows-link 0.2.1",
21946]
21947
21948[[package]]
21949name = "writeable"
21950version = "0.6.1"
21951source = "registry+https://github.com/rust-lang/crates.io-index"
21952checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21953
21954[[package]]
21955name = "x11"
21956version = "2.21.0"
21957source = "registry+https://github.com/rust-lang/crates.io-index"
21958checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21959dependencies = [
21960 "libc",
21961 "pkg-config",
21962]
21963
21964[[package]]
21965name = "x11-clipboard"
21966version = "0.9.3"
21967source = "registry+https://github.com/rust-lang/crates.io-index"
21968checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21969dependencies = [
21970 "libc",
21971 "x11rb",
21972]
21973
21974[[package]]
21975name = "x11rb"
21976version = "0.13.2"
21977source = "registry+https://github.com/rust-lang/crates.io-index"
21978checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21979dependencies = [
21980 "as-raw-xcb-connection",
21981 "gethostname",
21982 "libc",
21983 "rustix 1.1.2",
21984 "x11rb-protocol",
21985 "xcursor",
21986]
21987
21988[[package]]
21989name = "x11rb-protocol"
21990version = "0.13.2"
21991source = "registry+https://github.com/rust-lang/crates.io-index"
21992checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21993
21994[[package]]
21995name = "x_ai"
21996version = "0.1.0"
21997dependencies = [
21998 "anyhow",
21999 "schemars 1.0.4",
22000 "serde",
22001 "strum 0.27.2",
22002]
22003
22004[[package]]
22005name = "xattr"
22006version = "1.6.1"
22007source = "registry+https://github.com/rust-lang/crates.io-index"
22008checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
22009dependencies = [
22010 "libc",
22011 "rustix 1.1.2",
22012]
22013
22014[[package]]
22015name = "xcb"
22016version = "1.6.0"
22017source = "registry+https://github.com/rust-lang/crates.io-index"
22018checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
22019dependencies = [
22020 "bitflags 1.3.2",
22021 "libc",
22022 "quick-xml 0.30.0",
22023 "x11",
22024]
22025
22026[[package]]
22027name = "xcursor"
22028version = "0.3.10"
22029source = "registry+https://github.com/rust-lang/crates.io-index"
22030checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
22031
22032[[package]]
22033name = "xim-ctext"
22034version = "0.3.0"
22035source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22036dependencies = [
22037 "encoding_rs",
22038]
22039
22040[[package]]
22041name = "xim-parser"
22042version = "0.2.1"
22043source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22044dependencies = [
22045 "bitflags 2.13.1",
22046]
22047
22048[[package]]
22049name = "xkbcommon"
22050version = "0.8.0"
22051source = "registry+https://github.com/rust-lang/crates.io-index"
22052checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
22053dependencies = [
22054 "as-raw-xcb-connection",
22055 "libc",
22056 "memmap2",
22057 "xkeysym",
22058]
22059
22060[[package]]
22061name = "xkeysym"
22062version = "0.2.1"
22063source = "registry+https://github.com/rust-lang/crates.io-index"
22064checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
22065
22066[[package]]
22067name = "xml-rs"
22068version = "0.8.28"
22069source = "registry+https://github.com/rust-lang/crates.io-index"
22070checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
22071
22072[[package]]
22073name = "xml5ever"
22074version = "0.18.1"
22075source = "registry+https://github.com/rust-lang/crates.io-index"
22076checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
22077dependencies = [
22078 "log",
22079 "mac",
22080 "markup5ever 0.12.1",
22081]
22082
22083[[package]]
22084name = "xmlparser"
22085version = "0.13.6"
22086source = "registry+https://github.com/rust-lang/crates.io-index"
22087checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22088
22089[[package]]
22090name = "xmlwriter"
22091version = "0.1.0"
22092source = "registry+https://github.com/rust-lang/crates.io-index"
22093checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22094
22095[[package]]
22096name = "xtask"
22097version = "0.1.0"
22098dependencies = [
22099 "annotate-snippets",
22100 "anyhow",
22101 "backtrace",
22102 "cargo_metadata 0.19.2",
22103 "cargo_toml",
22104 "clap",
22105 "compliance",
22106 "gh-workflow",
22107 "indexmap 2.14.0",
22108 "indoc",
22109 "itertools 0.14.0",
22110 "regex",
22111 "serde",
22112 "serde_json",
22113 "serde_yaml",
22114 "strum 0.27.2",
22115 "tokio",
22116 "toml 0.8.23",
22117 "toml_edit 0.22.27",
22118]
22119
22120[[package]]
22121name = "xxhash-rust"
22122version = "0.8.15"
22123source = "registry+https://github.com/rust-lang/crates.io-index"
22124checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
22125
22126[[package]]
22127name = "y4m"
22128version = "0.8.0"
22129source = "registry+https://github.com/rust-lang/crates.io-index"
22130checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22131
22132[[package]]
22133name = "yaml-rust2"
22134version = "0.8.1"
22135source = "registry+https://github.com/rust-lang/crates.io-index"
22136checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22137dependencies = [
22138 "arraydeque",
22139 "encoding_rs",
22140 "hashlink",
22141]
22142
22143[[package]]
22144name = "yansi"
22145version = "1.0.1"
22146source = "registry+https://github.com/rust-lang/crates.io-index"
22147checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22148
22149[[package]]
22150name = "yawc"
22151version = "0.3.3"
22152source = "git+https://github.com/zed-industries/yawc?rev=71a452f551cac178367eaac5d7418a09afa1f3a2#71a452f551cac178367eaac5d7418a09afa1f3a2"
22153dependencies = [
22154 "base64 0.22.1",
22155 "bytes 1.11.1",
22156 "flate2",
22157 "futures 0.3.32",
22158 "getrandom 0.2.16",
22159 "http-body-util",
22160 "hyper 1.7.0",
22161 "hyper-util",
22162 "js-sys",
22163 "log",
22164 "nom 8.0.0",
22165 "pin-project",
22166 "rand 0.8.6",
22167 "sha1",
22168 "thiserror 2.0.17",
22169 "tokio",
22170 "tokio-rustls 0.26.4",
22171 "tokio-util",
22172 "url",
22173 "wasm-bindgen",
22174 "wasm-bindgen-futures",
22175 "web-sys",
22176 "webpki-roots",
22177]
22178
22179[[package]]
22180name = "yazi"
22181version = "0.2.1"
22182source = "registry+https://github.com/rust-lang/crates.io-index"
22183checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22184
22185[[package]]
22186name = "yeslogic-fontconfig-sys"
22187version = "6.0.0"
22188source = "registry+https://github.com/rust-lang/crates.io-index"
22189checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22190dependencies = [
22191 "dlib",
22192 "once_cell",
22193 "pkg-config",
22194]
22195
22196[[package]]
22197name = "yoke"
22198version = "0.8.0"
22199source = "registry+https://github.com/rust-lang/crates.io-index"
22200checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22201dependencies = [
22202 "serde",
22203 "stable_deref_trait",
22204 "yoke-derive",
22205 "zerofrom",
22206]
22207
22208[[package]]
22209name = "yoke-derive"
22210version = "0.8.0"
22211source = "registry+https://github.com/rust-lang/crates.io-index"
22212checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22213dependencies = [
22214 "proc-macro2",
22215 "quote",
22216 "syn 2.0.117",
22217 "synstructure",
22218]
22219
22220[[package]]
22221name = "zbus"
22222version = "5.13.2"
22223source = "registry+https://github.com/rust-lang/crates.io-index"
22224checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22225dependencies = [
22226 "async-broadcast",
22227 "async-executor",
22228 "async-io",
22229 "async-lock",
22230 "async-process",
22231 "async-recursion",
22232 "async-task",
22233 "async-trait",
22234 "blocking",
22235 "enumflags2",
22236 "event-listener 5.4.1",
22237 "futures-core",
22238 "futures-lite 2.6.1",
22239 "hex",
22240 "libc",
22241 "ordered-stream",
22242 "rustix 1.1.2",
22243 "serde",
22244 "serde_repr",
22245 "tracing",
22246 "uds_windows",
22247 "uuid",
22248 "windows-sys 0.61.2",
22249 "winnow 0.7.13",
22250 "zbus_macros",
22251 "zbus_names",
22252 "zvariant",
22253]
22254
22255[[package]]
22256name = "zbus-lockstep"
22257version = "0.5.2"
22258source = "registry+https://github.com/rust-lang/crates.io-index"
22259checksum = "6998de05217a084b7578728a9443d04ea4cd80f2a0839b8d78770b76ccd45863"
22260dependencies = [
22261 "zbus_xml",
22262 "zvariant",
22263]
22264
22265[[package]]
22266name = "zbus-lockstep-macros"
22267version = "0.5.2"
22268source = "registry+https://github.com/rust-lang/crates.io-index"
22269checksum = "10da05367f3a7b7553c8cdf8fa91aee6b64afebe32b51c95177957efc47ca3a0"
22270dependencies = [
22271 "proc-macro2",
22272 "quote",
22273 "syn 2.0.117",
22274 "zbus-lockstep",
22275 "zbus_xml",
22276 "zvariant",
22277]
22278
22279[[package]]
22280name = "zbus_macros"
22281version = "5.13.2"
22282source = "registry+https://github.com/rust-lang/crates.io-index"
22283checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22284dependencies = [
22285 "proc-macro-crate",
22286 "proc-macro2",
22287 "quote",
22288 "syn 2.0.117",
22289 "zbus_names",
22290 "zvariant",
22291 "zvariant_utils",
22292]
22293
22294[[package]]
22295name = "zbus_names"
22296version = "4.3.2"
22297source = "registry+https://github.com/rust-lang/crates.io-index"
22298checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d"
22299dependencies = [
22300 "serde",
22301 "winnow 1.0.2",
22302 "zvariant",
22303]
22304
22305[[package]]
22306name = "zbus_xml"
22307version = "5.1.1"
22308source = "registry+https://github.com/rust-lang/crates.io-index"
22309checksum = "a8067892e940ed1727dea64690378601603b31d62dfde019a5335fbb7c0e0ed9"
22310dependencies = [
22311 "quick-xml 0.39.3",
22312 "serde",
22313 "zbus_names",
22314 "zvariant",
22315]
22316
22317[[package]]
22318name = "zed"
22319version = "1.14.0"
22320dependencies = [
22321 "acp_thread",
22322 "acp_tools",
22323 "action_log",
22324 "activity_indicator",
22325 "agent",
22326 "agent-client-protocol",
22327 "agent_computer_ui",
22328 "agent_servers",
22329 "agent_settings",
22330 "agent_skills",
22331 "agent_ui",
22332 "anyhow",
22333 "app_identity",
22334 "ashpd",
22335 "askpass",
22336 "assets",
22337 "audio",
22338 "auto_update",
22339 "auto_update_ui",
22340 "breadcrumbs",
22341 "call",
22342 "channel",
22343 "chrono",
22344 "clap",
22345 "cli",
22346 "client",
22347 "clock",
22348 "codestral",
22349 "collections",
22350 "command_palette",
22351 "component",
22352 "component_preview",
22353 "copilot",
22354 "copilot_chat",
22355 "copilot_ui",
22356 "crashes",
22357 "csv_preview",
22358 "dap_adapters",
22359 "db",
22360 "debug_adapter_extension",
22361 "debugger_tools",
22362 "debugger_ui",
22363 "dev_container",
22364 "diagnostics",
22365 "edit_prediction",
22366 "edit_prediction_ui",
22367 "editor",
22368 "encoding_selector",
22369 "env_logger 0.11.8",
22370 "etw_tracing",
22371 "extension",
22372 "extension_host",
22373 "extensions_ui",
22374 "feature_flags",
22375 "feedback",
22376 "file_finder",
22377 "fs",
22378 "futures 0.3.32",
22379 "git",
22380 "git_hosting_providers",
22381 "git_ui",
22382 "go_to_line",
22383 "gpui",
22384 "gpui_platform",
22385 "gpui_tokio",
22386 "hdrhistogram",
22387 "http_client",
22388 "image",
22389 "image_viewer",
22390 "input_latency_ui",
22391 "inspector_ui",
22392 "install_cli",
22393 "itertools 0.14.0",
22394 "journal",
22395 "json_schema_store",
22396 "keymap_editor",
22397 "language",
22398 "language_extension",
22399 "language_model",
22400 "language_models",
22401 "language_onboarding",
22402 "language_selector",
22403 "language_tools",
22404 "languages",
22405 "line_ending_selector",
22406 "log",
22407 "lsp_locations",
22408 "markdown",
22409 "markdown_preview",
22410 "menu",
22411 "migrator",
22412 "mimalloc",
22413 "miniprofiler_ui",
22414 "node_runtime",
22415 "notifications",
22416 "omega_effectd",
22417 "omega_front_door",
22418 "onboarding",
22419 "outline",
22420 "outline_panel",
22421 "parking_lot",
22422 "paths",
22423 "picker",
22424 "pkg-config",
22425 "pretty_assertions",
22426 "profiling",
22427 "project",
22428 "project_panel",
22429 "project_symbols",
22430 "prompt_store",
22431 "proto",
22432 "rayon",
22433 "recent_projects",
22434 "release_channel",
22435 "remote",
22436 "repl",
22437 "reqwest_client",
22438 "rope",
22439 "sandbox",
22440 "search",
22441 "semver",
22442 "serde",
22443 "serde_json",
22444 "session",
22445 "settings",
22446 "settings_profile_selector",
22447 "settings_ui",
22448 "shellexpand",
22449 "sidebar",
22450 "smol",
22451 "snippet_provider",
22452 "snippets_ui",
22453 "svg_preview",
22454 "sysinfo 0.37.2",
22455 "system_specs",
22456 "tab_switcher",
22457 "task",
22458 "tasks_ui",
22459 "telemetry",
22460 "telemetry_events",
22461 "tempfile",
22462 "terminal_view",
22463 "theme",
22464 "theme_extension",
22465 "theme_selector",
22466 "theme_settings",
22467 "time",
22468 "time_format",
22469 "title_bar",
22470 "toolchain_selector",
22471 "tracing",
22472 "ui",
22473 "ui_prompt",
22474 "url",
22475 "urlencoding",
22476 "util",
22477 "uuid",
22478 "vim",
22479 "vim_mode_setting",
22480 "watch",
22481 "web_search",
22482 "web_search_providers",
22483 "which_key",
22484 "windows 0.61.3",
22485 "windows_resources",
22486 "workroom_ui",
22487 "workspace",
22488 "zed-reqwest",
22489 "zed_actions",
22490 "zed_env_vars",
22491 "zlog",
22492 "zlog_settings",
22493 "ztracing",
22494]
22495
22496[[package]]
22497name = "zed-font-kit"
22498version = "0.14.1-zed"
22499source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22500dependencies = [
22501 "bitflags 2.13.1",
22502 "byteorder",
22503 "core-foundation 0.10.0",
22504 "core-graphics 0.24.0",
22505 "core-text",
22506 "dirs",
22507 "dwrote",
22508 "float-ord",
22509 "freetype-sys",
22510 "lazy_static",
22511 "libc",
22512 "log",
22513 "pathfinder_geometry",
22514 "pathfinder_simd",
22515 "walkdir",
22516 "winapi",
22517 "yeslogic-fontconfig-sys",
22518]
22519
22520[[package]]
22521name = "zed-reqwest"
22522version = "0.12.15-zed"
22523source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22524dependencies = [
22525 "base64 0.22.1",
22526 "bytes 1.11.1",
22527 "encoding_rs",
22528 "futures-core",
22529 "futures-util",
22530 "h2 0.4.12",
22531 "http 1.3.1",
22532 "http-body 1.0.1",
22533 "http-body-util",
22534 "hyper 1.7.0",
22535 "hyper-rustls 0.27.9",
22536 "hyper-util",
22537 "ipnet",
22538 "js-sys",
22539 "log",
22540 "mime",
22541 "mime_guess",
22542 "once_cell",
22543 "percent-encoding",
22544 "pin-project-lite",
22545 "quinn",
22546 "rustls 0.23.40",
22547 "rustls-native-certs 0.8.3",
22548 "rustls-pemfile 2.2.0",
22549 "rustls-pki-types",
22550 "serde",
22551 "serde_json",
22552 "serde_urlencoded",
22553 "sync_wrapper",
22554 "system-configuration",
22555 "tokio",
22556 "tokio-rustls 0.26.4",
22557 "tokio-socks",
22558 "tokio-util",
22559 "tower",
22560 "tower-service",
22561 "url",
22562 "wasm-bindgen",
22563 "wasm-bindgen-futures",
22564 "wasm-streams",
22565 "web-sys",
22566 "windows-registry 0.4.0",
22567]
22568
22569[[package]]
22570name = "zed-scap"
22571version = "0.0.8-zed"
22572source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22573dependencies = [
22574 "anyhow",
22575 "cocoa 0.25.0",
22576 "core-graphics-helmer-fork",
22577 "log",
22578 "objc",
22579 "rand 0.8.6",
22580 "screencapturekit",
22581 "screencapturekit-sys",
22582 "sysinfo 0.31.4",
22583 "tao-core-video-sys",
22584 "windows 0.61.3",
22585 "windows-capture",
22586 "x11",
22587 "xcb",
22588]
22589
22590[[package]]
22591name = "zed-xim"
22592version = "0.4.0-zed"
22593source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22594dependencies = [
22595 "ahash",
22596 "hashbrown 0.14.5",
22597 "log",
22598 "x11rb",
22599 "xim-ctext",
22600 "xim-parser",
22601]
22602
22603[[package]]
22604name = "zed_actions"
22605version = "0.1.0"
22606dependencies = [
22607 "gpui",
22608 "schemars 1.0.4",
22609 "serde",
22610 "util",
22611]
22612
22613[[package]]
22614name = "zed_credentials_provider"
22615version = "0.1.0"
22616dependencies = [
22617 "anyhow",
22618 "credentials_provider",
22619 "futures 0.3.32",
22620 "gpui",
22621 "paths",
22622 "release_channel",
22623 "serde",
22624 "serde_json",
22625]
22626
22627[[package]]
22628name = "zed_env_vars"
22629version = "0.1.0"
22630dependencies = [
22631 "env_var",
22632]
22633
22634[[package]]
22635name = "zed_extension_api"
22636version = "0.1.0"
22637source = "registry+https://github.com/rust-lang/crates.io-index"
22638checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22639dependencies = [
22640 "serde",
22641 "serde_json",
22642 "wit-bindgen 0.22.0",
22643]
22644
22645[[package]]
22646name = "zed_extension_api"
22647version = "0.7.0"
22648source = "registry+https://github.com/rust-lang/crates.io-index"
22649checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22650dependencies = [
22651 "serde",
22652 "serde_json",
22653 "wit-bindgen 0.41.0",
22654]
22655
22656[[package]]
22657name = "zed_extension_api"
22658version = "0.8.0"
22659dependencies = [
22660 "serde",
22661 "serde_json",
22662 "wit-bindgen 0.41.0",
22663]
22664
22665[[package]]
22666name = "zed_glsl"
22667version = "0.2.4"
22668dependencies = [
22669 "zed_extension_api 0.1.0",
22670]
22671
22672[[package]]
22673name = "zed_html"
22674version = "0.3.1"
22675dependencies = [
22676 "zed_extension_api 0.7.0",
22677]
22678
22679[[package]]
22680name = "zed_proto"
22681version = "0.3.2"
22682dependencies = [
22683 "zed_extension_api 0.7.0",
22684]
22685
22686[[package]]
22687name = "zed_test_extension"
22688version = "0.1.0"
22689dependencies = [
22690 "zed_extension_api 0.8.0",
22691]
22692
22693[[package]]
22694name = "zeno"
22695version = "0.3.3"
22696source = "registry+https://github.com/rust-lang/crates.io-index"
22697checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22698
22699[[package]]
22700name = "zerocopy"
22701version = "0.8.27"
22702source = "registry+https://github.com/rust-lang/crates.io-index"
22703checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22704dependencies = [
22705 "zerocopy-derive",
22706]
22707
22708[[package]]
22709name = "zerocopy-derive"
22710version = "0.8.27"
22711source = "registry+https://github.com/rust-lang/crates.io-index"
22712checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22713dependencies = [
22714 "proc-macro2",
22715 "quote",
22716 "syn 2.0.117",
22717]
22718
22719[[package]]
22720name = "zerofrom"
22721version = "0.1.6"
22722source = "registry+https://github.com/rust-lang/crates.io-index"
22723checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22724dependencies = [
22725 "zerofrom-derive",
22726]
22727
22728[[package]]
22729name = "zerofrom-derive"
22730version = "0.1.6"
22731source = "registry+https://github.com/rust-lang/crates.io-index"
22732checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22733dependencies = [
22734 "proc-macro2",
22735 "quote",
22736 "syn 2.0.117",
22737 "synstructure",
22738]
22739
22740[[package]]
22741name = "zeroize"
22742version = "1.8.2"
22743source = "registry+https://github.com/rust-lang/crates.io-index"
22744checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22745dependencies = [
22746 "zeroize_derive",
22747]
22748
22749[[package]]
22750name = "zeroize_derive"
22751version = "1.4.2"
22752source = "registry+https://github.com/rust-lang/crates.io-index"
22753checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22754dependencies = [
22755 "proc-macro2",
22756 "quote",
22757 "syn 2.0.117",
22758]
22759
22760[[package]]
22761name = "zeromq"
22762version = "0.5.0"
22763source = "registry+https://github.com/rust-lang/crates.io-index"
22764checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22765dependencies = [
22766 "async-dispatcher",
22767 "async-std",
22768 "async-trait",
22769 "asynchronous-codec",
22770 "bytes 1.11.1",
22771 "crossbeam-queue",
22772 "futures 0.3.32",
22773 "log",
22774 "num-traits",
22775 "once_cell",
22776 "parking_lot",
22777 "rand 0.9.4",
22778 "regex",
22779 "scc",
22780 "thiserror 1.0.69",
22781 "uuid",
22782]
22783
22784[[package]]
22785name = "zerotrie"
22786version = "0.2.2"
22787source = "registry+https://github.com/rust-lang/crates.io-index"
22788checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22789dependencies = [
22790 "displaydoc",
22791 "yoke",
22792 "zerofrom",
22793]
22794
22795[[package]]
22796name = "zerovec"
22797version = "0.11.4"
22798source = "registry+https://github.com/rust-lang/crates.io-index"
22799checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22800dependencies = [
22801 "yoke",
22802 "zerofrom",
22803 "zerovec-derive",
22804]
22805
22806[[package]]
22807name = "zerovec-derive"
22808version = "0.11.1"
22809source = "registry+https://github.com/rust-lang/crates.io-index"
22810checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22811dependencies = [
22812 "proc-macro2",
22813 "quote",
22814 "syn 2.0.117",
22815]
22816
22817[[package]]
22818name = "zeta_prompt"
22819version = "0.1.0"
22820dependencies = [
22821 "anyhow",
22822 "imara-diff",
22823 "indoc",
22824 "serde",
22825 "strum 0.27.2",
22826]
22827
22828[[package]]
22829name = "zip"
22830version = "0.6.6"
22831source = "registry+https://github.com/rust-lang/crates.io-index"
22832checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22833dependencies = [
22834 "aes",
22835 "byteorder",
22836 "bzip2 0.4.4",
22837 "constant_time_eq",
22838 "crc32fast",
22839 "crossbeam-utils",
22840 "flate2",
22841 "hmac",
22842 "pbkdf2 0.11.0",
22843 "sha1",
22844 "time",
22845 "zstd",
22846]
22847
22848[[package]]
22849name = "zlog"
22850version = "0.1.0"
22851dependencies = [
22852 "anyhow",
22853 "chrono",
22854 "collections",
22855 "log",
22856 "tempfile",
22857]
22858
22859[[package]]
22860name = "zlog_settings"
22861version = "0.1.0"
22862dependencies = [
22863 "collections",
22864 "gpui",
22865 "settings",
22866 "zlog",
22867]
22868
22869[[package]]
22870name = "zstd"
22871version = "0.11.2+zstd.1.5.2"
22872source = "registry+https://github.com/rust-lang/crates.io-index"
22873checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22874dependencies = [
22875 "zstd-safe",
22876]
22877
22878[[package]]
22879name = "zstd-safe"
22880version = "5.0.2+zstd.1.5.2"
22881source = "registry+https://github.com/rust-lang/crates.io-index"
22882checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22883dependencies = [
22884 "libc",
22885 "zstd-sys",
22886]
22887
22888[[package]]
22889name = "zstd-sys"
22890version = "2.0.16+zstd.1.5.7"
22891source = "registry+https://github.com/rust-lang/crates.io-index"
22892checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22893dependencies = [
22894 "cc",
22895 "pkg-config",
22896]
22897
22898[[package]]
22899name = "ztracing"
22900version = "0.1.0"
22901dependencies = [
22902 "tracing",
22903 "tracing-subscriber",
22904 "tracing-tracy",
22905 "tracy-client",
22906 "zlog",
22907 "ztracing_macro",
22908]
22909
22910[[package]]
22911name = "ztracing_macro"
22912version = "0.1.0"
22913
22914[[package]]
22915name = "zune-core"
22916version = "0.5.1"
22917source = "registry+https://github.com/rust-lang/crates.io-index"
22918checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22919
22920[[package]]
22921name = "zune-inflate"
22922version = "0.2.54"
22923source = "registry+https://github.com/rust-lang/crates.io-index"
22924checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22925dependencies = [
22926 "simd-adler32",
22927]
22928
22929[[package]]
22930name = "zune-jpeg"
22931version = "0.5.15"
22932source = "registry+https://github.com/rust-lang/crates.io-index"
22933checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22934dependencies = [
22935 "zune-core",
22936]
22937
22938[[package]]
22939name = "zvariant"
22940version = "5.11.0"
22941source = "registry+https://github.com/rust-lang/crates.io-index"
22942checksum = "1c1567a6ec68df868cbbfde844cfc6d81649fe5109a62b116b19fabd53e618ee"
22943dependencies = [
22944 "endi",
22945 "enumflags2",
22946 "serde",
22947 "serde_bytes",
22948 "winnow 1.0.2",
22949 "zvariant_derive",
22950 "zvariant_utils",
22951]
22952
22953[[package]]
22954name = "zvariant_derive"
22955version = "5.11.0"
22956source = "registry+https://github.com/rust-lang/crates.io-index"
22957checksum = "c7d5b780599bbde114e39d9a0799577fad1ced5105d38515745f7b3099d8ceda"
22958dependencies = [
22959 "proc-macro-crate",
22960 "proc-macro2",
22961 "quote",
22962 "syn 2.0.117",
22963 "zvariant_utils",
22964]
22965
22966[[package]]
22967name = "zvariant_utils"
22968version = "3.3.1"
22969source = "registry+https://github.com/rust-lang/crates.io-index"
22970checksum = "6d464f5733ffa07a3164d656f18533caace9d0638596721355d73256a410d691"
22971dependencies = [
22972 "proc-macro2",
22973 "quote",
22974 "serde",
22975 "syn 2.0.117",
22976 "winnow 1.0.2",
22977]
22978
Served at tenant.openagents/omega Member data and write actions are omitted.