1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "acp_thread"
7version = "0.1.0"
8dependencies = [
9 "action_log",
10 "agent-client-protocol",
11 "anyhow",
12 "base64 0.22.1",
13 "buffer_diff",
14 "chrono",
15 "collections",
16 "env_logger 0.11.8",
17 "file_icons",
18 "futures 0.3.31",
19 "gpui",
20 "image",
21 "indoc",
22 "itertools 0.14.0",
23 "language",
24 "language_model",
25 "log",
26 "markdown",
27 "multi_buffer",
28 "parking_lot",
29 "portable-pty",
30 "project",
31 "prompt_store",
32 "rand 0.9.2",
33 "serde",
34 "serde_json",
35 "settings",
36 "smol",
37 "task",
38 "telemetry",
39 "terminal",
40 "text",
41 "ui",
42 "url",
43 "urlencoding",
44 "util",
45 "uuid",
46 "watch",
47]
48
49[[package]]
50name = "acp_tools"
51version = "0.1.0"
52dependencies = [
53 "agent-client-protocol",
54 "collections",
55 "gpui",
56 "language",
57 "markdown",
58 "project",
59 "serde",
60 "serde_json",
61 "settings",
62 "theme",
63 "ui",
64 "util",
65 "workspace",
66]
67
68[[package]]
69name = "action_log"
70version = "0.1.0"
71dependencies = [
72 "anyhow",
73 "buffer_diff",
74 "clock",
75 "collections",
76 "ctor",
77 "fs",
78 "futures 0.3.31",
79 "gpui",
80 "language",
81 "log",
82 "pretty_assertions",
83 "project",
84 "rand 0.9.2",
85 "serde_json",
86 "settings",
87 "telemetry",
88 "text",
89 "util",
90 "watch",
91 "zlog",
92]
93
94[[package]]
95name = "activity_indicator"
96version = "0.1.0"
97dependencies = [
98 "anyhow",
99 "auto_update",
100 "editor",
101 "extension_host",
102 "fs",
103 "futures 0.3.31",
104 "gpui",
105 "language",
106 "project",
107 "proto",
108 "smallvec",
109 "ui",
110 "util",
111 "workspace",
112]
113
114[[package]]
115name = "addr2line"
116version = "0.24.2"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
119dependencies = [
120 "gimli 0.31.1",
121]
122
123[[package]]
124name = "addr2line"
125version = "0.25.1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
128dependencies = [
129 "gimli 0.32.3",
130]
131
132[[package]]
133name = "adler2"
134version = "2.0.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
137
138[[package]]
139name = "aes"
140version = "0.8.4"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
143dependencies = [
144 "cfg-if",
145 "cipher",
146 "cpufeatures",
147 "zeroize",
148]
149
150[[package]]
151name = "agent"
152version = "0.1.0"
153dependencies = [
154 "acp_thread",
155 "action_log",
156 "agent-client-protocol",
157 "agent_servers",
158 "agent_settings",
159 "anyhow",
160 "chrono",
161 "client",
162 "clock",
163 "cloud_api_types",
164 "cloud_llm_client",
165 "collections",
166 "context_server",
167 "ctor",
168 "db",
169 "derive_more",
170 "editor",
171 "env_logger 0.11.8",
172 "eval_utils",
173 "feature_flags",
174 "fs",
175 "futures 0.3.31",
176 "git",
177 "gpui",
178 "gpui_tokio",
179 "handlebars 4.5.0",
180 "heck 0.5.0",
181 "html_to_markdown",
182 "http_client",
183 "indoc",
184 "itertools 0.14.0",
185 "language",
186 "language_model",
187 "language_models",
188 "log",
189 "lsp",
190 "open",
191 "parking_lot",
192 "paths",
193 "pretty_assertions",
194 "project",
195 "prompt_store",
196 "rand 0.9.2",
197 "regex",
198 "reqwest_client",
199 "rust-embed",
200 "schemars",
201 "serde",
202 "serde_json",
203 "settings",
204 "shell_command_parser",
205 "smallvec",
206 "smol",
207 "sqlez",
208 "streaming_diff",
209 "strsim",
210 "task",
211 "telemetry",
212 "tempfile",
213 "text",
214 "theme",
215 "thiserror 2.0.17",
216 "ui",
217 "unindent",
218 "url",
219 "util",
220 "uuid",
221 "watch",
222 "web_search",
223 "zed_env_vars",
224 "zlog",
225 "zstd",
226]
227
228[[package]]
229name = "agent-client-protocol"
230version = "0.10.2"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
233dependencies = [
234 "agent-client-protocol-schema",
235 "anyhow",
236 "async-broadcast",
237 "async-trait",
238 "derive_more",
239 "futures 0.3.31",
240 "log",
241 "serde",
242 "serde_json",
243]
244
245[[package]]
246name = "agent-client-protocol-schema"
247version = "0.11.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
250dependencies = [
251 "anyhow",
252 "derive_more",
253 "schemars",
254 "serde",
255 "serde_json",
256 "strum 0.28.0",
257]
258
259[[package]]
260name = "agent_servers"
261version = "0.1.0"
262dependencies = [
263 "acp_thread",
264 "acp_tools",
265 "action_log",
266 "agent-client-protocol",
267 "anyhow",
268 "async-trait",
269 "chrono",
270 "client",
271 "collections",
272 "credentials_provider",
273 "env_logger 0.11.8",
274 "feature_flags",
275 "fs",
276 "futures 0.3.31",
277 "google_ai",
278 "gpui",
279 "gpui_tokio",
280 "http_client",
281 "indoc",
282 "language_model",
283 "libc",
284 "log",
285 "nix 0.29.0",
286 "project",
287 "release_channel",
288 "reqwest_client",
289 "serde",
290 "serde_json",
291 "settings",
292 "smol",
293 "task",
294 "tempfile",
295 "terminal",
296 "thiserror 2.0.17",
297 "ui",
298 "util",
299 "uuid",
300 "watch",
301]
302
303[[package]]
304name = "agent_settings"
305version = "0.1.0"
306dependencies = [
307 "agent-client-protocol",
308 "anyhow",
309 "collections",
310 "convert_case 0.8.0",
311 "fs",
312 "gpui",
313 "language_model",
314 "log",
315 "project",
316 "regex",
317 "schemars",
318 "serde",
319 "serde_json",
320 "serde_json_lenient",
321 "settings",
322 "util",
323]
324
325[[package]]
326name = "agent_ui"
327version = "0.1.0"
328dependencies = [
329 "acp_thread",
330 "action_log",
331 "agent",
332 "agent-client-protocol",
333 "agent_servers",
334 "agent_settings",
335 "ai_onboarding",
336 "anyhow",
337 "assistant_slash_command",
338 "assistant_slash_commands",
339 "assistant_text_thread",
340 "audio",
341 "base64 0.22.1",
342 "buffer_diff",
343 "chrono",
344 "client",
345 "cloud_api_types",
346 "cloud_llm_client",
347 "collections",
348 "command_palette_hooks",
349 "component",
350 "context_server",
351 "db",
352 "editor",
353 "eval_utils",
354 "extension",
355 "extension_host",
356 "feature_flags",
357 "file_icons",
358 "fs",
359 "futures 0.3.31",
360 "fuzzy",
361 "git",
362 "gpui",
363 "gpui_tokio",
364 "heapless",
365 "html_to_markdown",
366 "http_client",
367 "image",
368 "indoc",
369 "itertools 0.14.0",
370 "jsonschema",
371 "language",
372 "language_model",
373 "language_models",
374 "languages",
375 "log",
376 "lsp",
377 "markdown",
378 "menu",
379 "multi_buffer",
380 "notifications",
381 "ordered-float 2.10.1",
382 "parking_lot",
383 "paths",
384 "picker",
385 "postage",
386 "pretty_assertions",
387 "project",
388 "prompt_store",
389 "proto",
390 "rand 0.9.2",
391 "release_channel",
392 "reqwest_client",
393 "rope",
394 "rules_library",
395 "schemars",
396 "search",
397 "semver",
398 "serde",
399 "serde_json",
400 "serde_json_lenient",
401 "settings",
402 "smol",
403 "streaming_diff",
404 "task",
405 "telemetry",
406 "terminal",
407 "terminal_view",
408 "text",
409 "theme",
410 "time",
411 "time_format",
412 "tree-sitter-md",
413 "ui",
414 "ui_input",
415 "unindent",
416 "url",
417 "util",
418 "uuid",
419 "watch",
420 "workspace",
421 "zed_actions",
422]
423
424[[package]]
425name = "ahash"
426version = "0.7.8"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
429dependencies = [
430 "getrandom 0.2.16",
431 "once_cell",
432 "version_check",
433]
434
435[[package]]
436name = "ahash"
437version = "0.8.12"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
440dependencies = [
441 "cfg-if",
442 "const-random",
443 "getrandom 0.3.4",
444 "once_cell",
445 "serde",
446 "version_check",
447 "zerocopy",
448]
449
450[[package]]
451name = "aho-corasick"
452version = "1.1.3"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
455dependencies = [
456 "memchr",
457]
458
459[[package]]
460name = "ai_onboarding"
461version = "0.1.0"
462dependencies = [
463 "client",
464 "cloud_api_types",
465 "component",
466 "gpui",
467 "language_model",
468 "serde",
469 "smallvec",
470 "telemetry",
471 "ui",
472 "zed_actions",
473]
474
475[[package]]
476name = "alacritty_terminal"
477version = "0.25.1"
478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
479dependencies = [
480 "base64 0.22.1",
481 "bitflags 2.10.0",
482 "home",
483 "libc",
484 "log",
485 "mach2 0.5.0",
486 "miow",
487 "parking_lot",
488 "piper",
489 "polling",
490 "regex-automata",
491 "rustix 1.1.2",
492 "rustix-openpty",
493 "serde",
494 "signal-hook",
495 "unicode-width",
496 "vte",
497 "windows-sys 0.59.0",
498]
499
500[[package]]
501name = "aliasable"
502version = "0.1.3"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
505
506[[package]]
507name = "aligned-vec"
508version = "0.6.4"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
511dependencies = [
512 "equator",
513]
514
515[[package]]
516name = "alloc-no-stdlib"
517version = "2.0.4"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
520
521[[package]]
522name = "alloc-stdlib"
523version = "0.2.2"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
526dependencies = [
527 "alloc-no-stdlib",
528]
529
530[[package]]
531name = "allocator-api2"
532version = "0.2.21"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
535
536[[package]]
537name = "alsa"
538version = "0.10.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
541dependencies = [
542 "alsa-sys",
543 "bitflags 2.10.0",
544 "cfg-if",
545 "libc",
546]
547
548[[package]]
549name = "alsa-sys"
550version = "0.3.1"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
553dependencies = [
554 "libc",
555 "pkg-config",
556]
557
558[[package]]
559name = "ambient-authority"
560version = "0.0.2"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
563
564[[package]]
565name = "ammonia"
566version = "4.1.2"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
569dependencies = [
570 "cssparser",
571 "html5ever 0.35.0",
572 "maplit",
573 "tendril",
574 "url",
575]
576
577[[package]]
578name = "android_system_properties"
579version = "0.1.5"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
582dependencies = [
583 "libc",
584]
585
586[[package]]
587name = "anes"
588version = "0.1.6"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
591
592[[package]]
593name = "annotate-snippets"
594version = "0.12.12"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
597dependencies = [
598 "anstyle",
599 "memchr",
600 "unicode-width",
601]
602
603[[package]]
604name = "anstream"
605version = "0.6.21"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
608dependencies = [
609 "anstyle",
610 "anstyle-parse",
611 "anstyle-query",
612 "anstyle-wincon",
613 "colorchoice",
614 "is_terminal_polyfill",
615 "utf8parse",
616]
617
618[[package]]
619name = "anstyle"
620version = "1.0.13"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
623
624[[package]]
625name = "anstyle-parse"
626version = "0.2.7"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
629dependencies = [
630 "utf8parse",
631]
632
633[[package]]
634name = "anstyle-query"
635version = "1.1.4"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
638dependencies = [
639 "windows-sys 0.60.2",
640]
641
642[[package]]
643name = "anstyle-wincon"
644version = "3.0.10"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
647dependencies = [
648 "anstyle",
649 "once_cell_polyfill",
650 "windows-sys 0.60.2",
651]
652
653[[package]]
654name = "anthropic"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "chrono",
659 "futures 0.3.31",
660 "http_client",
661 "schemars",
662 "serde",
663 "serde_json",
664 "strum 0.27.2",
665 "thiserror 2.0.17",
666]
667
668[[package]]
669name = "any_vec"
670version = "0.14.0"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
673
674[[package]]
675name = "anyhow"
676version = "1.0.100"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
679
680[[package]]
681name = "approx"
682version = "0.5.1"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
685dependencies = [
686 "num-traits",
687]
688
689[[package]]
690name = "ar_archive_writer"
691version = "0.5.1"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
694dependencies = [
695 "object 0.37.3",
696]
697
698[[package]]
699name = "arbitrary"
700version = "1.4.2"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
703dependencies = [
704 "derive_arbitrary",
705]
706
707[[package]]
708name = "arg_enum_proc_macro"
709version = "0.3.4"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
712dependencies = [
713 "proc-macro2",
714 "quote",
715 "syn 2.0.117",
716]
717
718[[package]]
719name = "arraydeque"
720version = "0.5.1"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
723
724[[package]]
725name = "arrayref"
726version = "0.3.9"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
729
730[[package]]
731name = "arrayvec"
732version = "0.7.6"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
735
736[[package]]
737name = "as-raw-xcb-connection"
738version = "1.0.1"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
741
742[[package]]
743name = "ascii"
744version = "1.1.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
747
748[[package]]
749name = "ash"
750version = "0.38.0+1.3.281"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
753dependencies = [
754 "libloading",
755]
756
757[[package]]
758name = "ashpd"
759version = "0.13.2"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
762dependencies = [
763 "enumflags2",
764 "futures-channel",
765 "futures-util",
766 "getrandom 0.4.1",
767 "serde",
768 "serde_repr",
769 "wayland-backend",
770 "wayland-client",
771 "wayland-protocols",
772 "zbus",
773]
774
775[[package]]
776name = "askpass"
777version = "0.1.0"
778dependencies = [
779 "anyhow",
780 "futures 0.3.31",
781 "gpui",
782 "log",
783 "net",
784 "smol",
785 "tempfile",
786 "util",
787 "windows 0.61.3",
788 "zeroize",
789]
790
791[[package]]
792name = "assets"
793version = "0.1.0"
794dependencies = [
795 "anyhow",
796 "gpui",
797 "rust-embed",
798]
799
800[[package]]
801name = "assistant_slash_command"
802version = "0.1.0"
803dependencies = [
804 "anyhow",
805 "async-trait",
806 "collections",
807 "derive_more",
808 "extension",
809 "futures 0.3.31",
810 "gpui",
811 "language",
812 "language_model",
813 "parking_lot",
814 "pretty_assertions",
815 "serde",
816 "serde_json",
817 "ui",
818 "util",
819 "workspace",
820]
821
822[[package]]
823name = "assistant_slash_commands"
824version = "0.1.0"
825dependencies = [
826 "anyhow",
827 "assistant_slash_command",
828 "chrono",
829 "collections",
830 "editor",
831 "feature_flags",
832 "fs",
833 "futures 0.3.31",
834 "fuzzy",
835 "gpui",
836 "html_to_markdown",
837 "http_client",
838 "language",
839 "multi_buffer",
840 "pretty_assertions",
841 "project",
842 "prompt_store",
843 "rope",
844 "serde",
845 "serde_json",
846 "settings",
847 "smol",
848 "text",
849 "ui",
850 "util",
851 "workspace",
852 "worktree",
853 "zlog",
854]
855
856[[package]]
857name = "assistant_text_thread"
858version = "0.1.0"
859dependencies = [
860 "agent_settings",
861 "anyhow",
862 "assistant_slash_command",
863 "assistant_slash_commands",
864 "chrono",
865 "client",
866 "clock",
867 "cloud_llm_client",
868 "collections",
869 "context_server",
870 "fs",
871 "futures 0.3.31",
872 "fuzzy",
873 "gpui",
874 "itertools 0.14.0",
875 "language",
876 "language_model",
877 "log",
878 "open_ai",
879 "parking_lot",
880 "paths",
881 "pretty_assertions",
882 "project",
883 "prompt_store",
884 "proto",
885 "rand 0.9.2",
886 "regex",
887 "rpc",
888 "serde",
889 "serde_json",
890 "settings",
891 "smallvec",
892 "smol",
893 "telemetry",
894 "text",
895 "ui",
896 "unindent",
897 "util",
898 "uuid",
899 "workspace",
900 "zed_env_vars",
901]
902
903[[package]]
904name = "async-attributes"
905version = "1.1.2"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
908dependencies = [
909 "quote",
910 "syn 1.0.109",
911]
912
913[[package]]
914name = "async-broadcast"
915version = "0.7.2"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
918dependencies = [
919 "event-listener 5.4.1",
920 "event-listener-strategy",
921 "futures-core",
922 "pin-project-lite",
923]
924
925[[package]]
926name = "async-channel"
927version = "1.9.0"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
930dependencies = [
931 "concurrent-queue",
932 "event-listener 2.5.3",
933 "futures-core",
934]
935
936[[package]]
937name = "async-channel"
938version = "2.5.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
941dependencies = [
942 "concurrent-queue",
943 "event-listener-strategy",
944 "futures-core",
945 "pin-project-lite",
946]
947
948[[package]]
949name = "async-compat"
950version = "0.2.5"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
953dependencies = [
954 "futures-core",
955 "futures-io",
956 "once_cell",
957 "pin-project-lite",
958 "tokio",
959]
960
961[[package]]
962name = "async-compression"
963version = "0.4.32"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
966dependencies = [
967 "compression-codecs",
968 "compression-core",
969 "futures-core",
970 "futures-io",
971 "pin-project-lite",
972]
973
974[[package]]
975name = "async-dispatcher"
976version = "0.1.2"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
979dependencies = [
980 "async-task",
981 "futures-lite 1.13.0",
982]
983
984[[package]]
985name = "async-executor"
986version = "1.13.3"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
989dependencies = [
990 "async-task",
991 "concurrent-queue",
992 "fastrand 2.3.0",
993 "futures-lite 2.6.1",
994 "pin-project-lite",
995 "slab",
996]
997
998[[package]]
999name = "async-fs"
1000version = "2.2.0"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
1003dependencies = [
1004 "async-lock 3.4.2",
1005 "blocking",
1006 "futures-lite 2.6.1",
1007]
1008
1009[[package]]
1010name = "async-global-executor"
1011version = "2.4.1"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
1014dependencies = [
1015 "async-channel 2.5.0",
1016 "async-executor",
1017 "async-io",
1018 "async-lock 3.4.2",
1019 "blocking",
1020 "futures-lite 2.6.1",
1021 "once_cell",
1022]
1023
1024[[package]]
1025name = "async-io"
1026version = "2.6.0"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
1029dependencies = [
1030 "autocfg",
1031 "cfg-if",
1032 "concurrent-queue",
1033 "futures-io",
1034 "futures-lite 2.6.1",
1035 "parking",
1036 "polling",
1037 "rustix 1.1.2",
1038 "slab",
1039 "windows-sys 0.61.2",
1040]
1041
1042[[package]]
1043name = "async-lock"
1044version = "2.8.0"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
1047dependencies = [
1048 "event-listener 2.5.3",
1049]
1050
1051[[package]]
1052name = "async-lock"
1053version = "3.4.2"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
1056dependencies = [
1057 "event-listener 5.4.1",
1058 "event-listener-strategy",
1059 "pin-project-lite",
1060]
1061
1062[[package]]
1063name = "async-net"
1064version = "2.0.0"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1067dependencies = [
1068 "async-io",
1069 "blocking",
1070 "futures-lite 2.6.1",
1071]
1072
1073[[package]]
1074name = "async-pipe"
1075version = "0.1.3"
1076source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1077dependencies = [
1078 "futures 0.3.31",
1079 "log",
1080]
1081
1082[[package]]
1083name = "async-process"
1084version = "2.5.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1087dependencies = [
1088 "async-channel 2.5.0",
1089 "async-io",
1090 "async-lock 3.4.2",
1091 "async-signal",
1092 "async-task",
1093 "blocking",
1094 "cfg-if",
1095 "event-listener 5.4.1",
1096 "futures-lite 2.6.1",
1097 "rustix 1.1.2",
1098]
1099
1100[[package]]
1101name = "async-recursion"
1102version = "1.1.1"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1105dependencies = [
1106 "proc-macro2",
1107 "quote",
1108 "syn 2.0.117",
1109]
1110
1111[[package]]
1112name = "async-signal"
1113version = "0.2.13"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1116dependencies = [
1117 "async-io",
1118 "async-lock 3.4.2",
1119 "atomic-waker",
1120 "cfg-if",
1121 "futures-core",
1122 "futures-io",
1123 "rustix 1.1.2",
1124 "signal-hook-registry",
1125 "slab",
1126 "windows-sys 0.61.2",
1127]
1128
1129[[package]]
1130name = "async-std"
1131version = "1.13.2"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1134dependencies = [
1135 "async-attributes",
1136 "async-channel 1.9.0",
1137 "async-global-executor",
1138 "async-io",
1139 "async-lock 3.4.2",
1140 "async-process",
1141 "crossbeam-utils",
1142 "futures-channel",
1143 "futures-core",
1144 "futures-io",
1145 "futures-lite 2.6.1",
1146 "gloo-timers",
1147 "kv-log-macro",
1148 "log",
1149 "memchr",
1150 "once_cell",
1151 "pin-project-lite",
1152 "pin-utils",
1153 "slab",
1154 "wasm-bindgen-futures",
1155]
1156
1157[[package]]
1158name = "async-stream"
1159version = "0.3.6"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1162dependencies = [
1163 "async-stream-impl",
1164 "futures-core",
1165 "pin-project-lite",
1166]
1167
1168[[package]]
1169name = "async-stream-impl"
1170version = "0.3.6"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1173dependencies = [
1174 "proc-macro2",
1175 "quote",
1176 "syn 2.0.117",
1177]
1178
1179[[package]]
1180name = "async-tar"
1181version = "0.5.1"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1184dependencies = [
1185 "async-std",
1186 "filetime",
1187 "libc",
1188 "pin-project",
1189 "redox_syscall 0.2.16",
1190 "xattr",
1191]
1192
1193[[package]]
1194name = "async-task"
1195version = "4.7.1"
1196source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1197
1198[[package]]
1199name = "async-trait"
1200version = "0.1.89"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1203dependencies = [
1204 "proc-macro2",
1205 "quote",
1206 "syn 2.0.117",
1207]
1208
1209[[package]]
1210name = "async-tungstenite"
1211version = "0.31.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1214dependencies = [
1215 "atomic-waker",
1216 "futures-core",
1217 "futures-io",
1218 "futures-task",
1219 "futures-util",
1220 "log",
1221 "pin-project-lite",
1222 "rustls-pki-types",
1223 "tokio",
1224 "tokio-rustls 0.26.2",
1225 "tungstenite 0.27.0",
1226]
1227
1228[[package]]
1229name = "async_zip"
1230version = "0.0.18"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1233dependencies = [
1234 "async-compression",
1235 "crc32fast",
1236 "futures-lite 2.6.1",
1237 "pin-project",
1238 "thiserror 2.0.17",
1239]
1240
1241[[package]]
1242name = "asynchronous-codec"
1243version = "0.7.0"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1246dependencies = [
1247 "bytes 1.11.1",
1248 "futures-sink",
1249 "futures-util",
1250 "memchr",
1251 "pin-project-lite",
1252]
1253
1254[[package]]
1255name = "atoi"
1256version = "2.0.0"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1259dependencies = [
1260 "num-traits",
1261]
1262
1263[[package]]
1264name = "atomic"
1265version = "0.5.3"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1268
1269[[package]]
1270name = "atomic-waker"
1271version = "1.1.2"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1274
1275[[package]]
1276name = "audio"
1277version = "0.1.0"
1278dependencies = [
1279 "anyhow",
1280 "collections",
1281 "cpal",
1282 "crossbeam",
1283 "denoise",
1284 "gpui",
1285 "libwebrtc",
1286 "log",
1287 "parking_lot",
1288 "rodio",
1289 "serde",
1290 "settings",
1291 "thiserror 2.0.17",
1292 "util",
1293]
1294
1295[[package]]
1296name = "auditable-serde"
1297version = "0.8.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1300dependencies = [
1301 "semver",
1302 "serde",
1303 "serde_json",
1304 "topological-sort",
1305]
1306
1307[[package]]
1308name = "auto_update"
1309version = "0.1.0"
1310dependencies = [
1311 "anyhow",
1312 "client",
1313 "clock",
1314 "ctor",
1315 "db",
1316 "futures 0.3.31",
1317 "futures-lite 1.13.0",
1318 "gpui",
1319 "http_client",
1320 "log",
1321 "parking_lot",
1322 "paths",
1323 "release_channel",
1324 "semver",
1325 "serde",
1326 "serde_json",
1327 "settings",
1328 "smol",
1329 "tempfile",
1330 "util",
1331 "which 6.0.3",
1332 "workspace",
1333 "zlog",
1334]
1335
1336[[package]]
1337name = "auto_update_helper"
1338version = "0.1.0"
1339dependencies = [
1340 "anyhow",
1341 "log",
1342 "scopeguard",
1343 "simplelog",
1344 "tempfile",
1345 "windows 0.61.3",
1346 "winresource",
1347]
1348
1349[[package]]
1350name = "auto_update_ui"
1351version = "0.1.0"
1352dependencies = [
1353 "anyhow",
1354 "auto_update",
1355 "client",
1356 "editor",
1357 "gpui",
1358 "markdown_preview",
1359 "release_channel",
1360 "semver",
1361 "serde",
1362 "serde_json",
1363 "smol",
1364 "ui",
1365 "util",
1366 "workspace",
1367]
1368
1369[[package]]
1370name = "autocfg"
1371version = "1.5.0"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1374
1375[[package]]
1376name = "av1-grain"
1377version = "0.2.4"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1380dependencies = [
1381 "anyhow",
1382 "arrayvec",
1383 "log",
1384 "nom 7.1.3",
1385 "num-rational",
1386 "v_frame",
1387]
1388
1389[[package]]
1390name = "avif-serialize"
1391version = "0.8.6"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1394dependencies = [
1395 "arrayvec",
1396]
1397
1398[[package]]
1399name = "aws-config"
1400version = "1.8.10"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1403dependencies = [
1404 "aws-credential-types",
1405 "aws-runtime",
1406 "aws-sdk-sso",
1407 "aws-sdk-ssooidc",
1408 "aws-sdk-sts",
1409 "aws-smithy-async",
1410 "aws-smithy-http",
1411 "aws-smithy-json",
1412 "aws-smithy-runtime",
1413 "aws-smithy-runtime-api",
1414 "aws-smithy-types",
1415 "aws-types",
1416 "bytes 1.11.1",
1417 "fastrand 2.3.0",
1418 "hex",
1419 "http 1.3.1",
1420 "ring",
1421 "time",
1422 "tokio",
1423 "tracing",
1424 "url",
1425 "zeroize",
1426]
1427
1428[[package]]
1429name = "aws-credential-types"
1430version = "1.2.10"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1433dependencies = [
1434 "aws-smithy-async",
1435 "aws-smithy-runtime-api",
1436 "aws-smithy-types",
1437 "zeroize",
1438]
1439
1440[[package]]
1441name = "aws-lc-rs"
1442version = "1.15.4"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1445dependencies = [
1446 "aws-lc-sys",
1447 "untrusted 0.7.1",
1448 "zeroize",
1449]
1450
1451[[package]]
1452name = "aws-lc-sys"
1453version = "0.37.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1456dependencies = [
1457 "cc",
1458 "cmake",
1459 "dunce",
1460 "fs_extra",
1461]
1462
1463[[package]]
1464name = "aws-runtime"
1465version = "1.5.16"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1468dependencies = [
1469 "aws-credential-types",
1470 "aws-sigv4",
1471 "aws-smithy-async",
1472 "aws-smithy-eventstream",
1473 "aws-smithy-http",
1474 "aws-smithy-runtime",
1475 "aws-smithy-runtime-api",
1476 "aws-smithy-types",
1477 "aws-types",
1478 "bytes 1.11.1",
1479 "fastrand 2.3.0",
1480 "http 0.2.12",
1481 "http-body 0.4.6",
1482 "percent-encoding",
1483 "pin-project-lite",
1484 "tracing",
1485 "uuid",
1486]
1487
1488[[package]]
1489name = "aws-sdk-bedrockruntime"
1490version = "1.113.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1493dependencies = [
1494 "aws-credential-types",
1495 "aws-runtime",
1496 "aws-sigv4",
1497 "aws-smithy-async",
1498 "aws-smithy-eventstream",
1499 "aws-smithy-http",
1500 "aws-smithy-json",
1501 "aws-smithy-runtime",
1502 "aws-smithy-runtime-api",
1503 "aws-smithy-types",
1504 "aws-types",
1505 "bytes 1.11.1",
1506 "fastrand 2.3.0",
1507 "http 0.2.12",
1508 "hyper 0.14.32",
1509 "regex-lite",
1510 "tracing",
1511]
1512
1513[[package]]
1514name = "aws-sdk-kinesis"
1515version = "1.95.0"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1518dependencies = [
1519 "aws-credential-types",
1520 "aws-runtime",
1521 "aws-smithy-async",
1522 "aws-smithy-eventstream",
1523 "aws-smithy-http",
1524 "aws-smithy-json",
1525 "aws-smithy-runtime",
1526 "aws-smithy-runtime-api",
1527 "aws-smithy-types",
1528 "aws-types",
1529 "bytes 1.11.1",
1530 "fastrand 2.3.0",
1531 "http 0.2.12",
1532 "regex-lite",
1533 "tracing",
1534]
1535
1536[[package]]
1537name = "aws-sdk-s3"
1538version = "1.112.0"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1541dependencies = [
1542 "aws-credential-types",
1543 "aws-runtime",
1544 "aws-sigv4",
1545 "aws-smithy-async",
1546 "aws-smithy-checksums",
1547 "aws-smithy-eventstream",
1548 "aws-smithy-http",
1549 "aws-smithy-json",
1550 "aws-smithy-runtime",
1551 "aws-smithy-runtime-api",
1552 "aws-smithy-types",
1553 "aws-smithy-xml",
1554 "aws-types",
1555 "bytes 1.11.1",
1556 "fastrand 2.3.0",
1557 "hex",
1558 "hmac",
1559 "http 0.2.12",
1560 "http 1.3.1",
1561 "http-body 0.4.6",
1562 "lru",
1563 "percent-encoding",
1564 "regex-lite",
1565 "sha2",
1566 "tracing",
1567 "url",
1568]
1569
1570[[package]]
1571name = "aws-sdk-sso"
1572version = "1.88.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1575dependencies = [
1576 "aws-credential-types",
1577 "aws-runtime",
1578 "aws-smithy-async",
1579 "aws-smithy-http",
1580 "aws-smithy-json",
1581 "aws-smithy-runtime",
1582 "aws-smithy-runtime-api",
1583 "aws-smithy-types",
1584 "aws-types",
1585 "bytes 1.11.1",
1586 "fastrand 2.3.0",
1587 "http 0.2.12",
1588 "regex-lite",
1589 "tracing",
1590]
1591
1592[[package]]
1593name = "aws-sdk-ssooidc"
1594version = "1.90.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1597dependencies = [
1598 "aws-credential-types",
1599 "aws-runtime",
1600 "aws-smithy-async",
1601 "aws-smithy-http",
1602 "aws-smithy-json",
1603 "aws-smithy-runtime",
1604 "aws-smithy-runtime-api",
1605 "aws-smithy-types",
1606 "aws-types",
1607 "bytes 1.11.1",
1608 "fastrand 2.3.0",
1609 "http 0.2.12",
1610 "regex-lite",
1611 "tracing",
1612]
1613
1614[[package]]
1615name = "aws-sdk-sts"
1616version = "1.90.0"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1619dependencies = [
1620 "aws-credential-types",
1621 "aws-runtime",
1622 "aws-smithy-async",
1623 "aws-smithy-http",
1624 "aws-smithy-json",
1625 "aws-smithy-query",
1626 "aws-smithy-runtime",
1627 "aws-smithy-runtime-api",
1628 "aws-smithy-types",
1629 "aws-smithy-xml",
1630 "aws-types",
1631 "fastrand 2.3.0",
1632 "http 0.2.12",
1633 "regex-lite",
1634 "tracing",
1635]
1636
1637[[package]]
1638name = "aws-sigv4"
1639version = "1.3.6"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1642dependencies = [
1643 "aws-credential-types",
1644 "aws-smithy-eventstream",
1645 "aws-smithy-http",
1646 "aws-smithy-runtime-api",
1647 "aws-smithy-types",
1648 "bytes 1.11.1",
1649 "crypto-bigint 0.5.5",
1650 "form_urlencoded",
1651 "hex",
1652 "hmac",
1653 "http 0.2.12",
1654 "http 1.3.1",
1655 "p256",
1656 "percent-encoding",
1657 "ring",
1658 "sha2",
1659 "subtle",
1660 "time",
1661 "tracing",
1662 "zeroize",
1663]
1664
1665[[package]]
1666name = "aws-smithy-async"
1667version = "1.2.6"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1670dependencies = [
1671 "futures-util",
1672 "pin-project-lite",
1673 "tokio",
1674]
1675
1676[[package]]
1677name = "aws-smithy-checksums"
1678version = "0.63.11"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1681dependencies = [
1682 "aws-smithy-http",
1683 "aws-smithy-types",
1684 "bytes 1.11.1",
1685 "crc-fast",
1686 "hex",
1687 "http 0.2.12",
1688 "http-body 0.4.6",
1689 "md-5",
1690 "pin-project-lite",
1691 "sha1",
1692 "sha2",
1693 "tracing",
1694]
1695
1696[[package]]
1697name = "aws-smithy-eventstream"
1698version = "0.60.13"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1701dependencies = [
1702 "aws-smithy-types",
1703 "bytes 1.11.1",
1704 "crc32fast",
1705]
1706
1707[[package]]
1708name = "aws-smithy-http"
1709version = "0.62.5"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1712dependencies = [
1713 "aws-smithy-eventstream",
1714 "aws-smithy-runtime-api",
1715 "aws-smithy-types",
1716 "bytes 1.11.1",
1717 "bytes-utils",
1718 "futures-core",
1719 "futures-util",
1720 "http 0.2.12",
1721 "http 1.3.1",
1722 "http-body 0.4.6",
1723 "percent-encoding",
1724 "pin-project-lite",
1725 "pin-utils",
1726 "tracing",
1727]
1728
1729[[package]]
1730name = "aws-smithy-http-client"
1731version = "1.1.4"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1734dependencies = [
1735 "aws-smithy-async",
1736 "aws-smithy-runtime-api",
1737 "aws-smithy-types",
1738 "h2 0.3.27",
1739 "h2 0.4.12",
1740 "http 0.2.12",
1741 "http 1.3.1",
1742 "http-body 0.4.6",
1743 "hyper 0.14.32",
1744 "hyper 1.7.0",
1745 "hyper-rustls 0.24.2",
1746 "hyper-rustls 0.27.7",
1747 "hyper-util",
1748 "pin-project-lite",
1749 "rustls 0.21.12",
1750 "rustls 0.23.33",
1751 "rustls-native-certs 0.8.2",
1752 "rustls-pki-types",
1753 "tokio",
1754 "tokio-rustls 0.26.2",
1755 "tower 0.5.2",
1756 "tracing",
1757]
1758
1759[[package]]
1760name = "aws-smithy-json"
1761version = "0.61.7"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1764dependencies = [
1765 "aws-smithy-types",
1766]
1767
1768[[package]]
1769name = "aws-smithy-observability"
1770version = "0.1.4"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1773dependencies = [
1774 "aws-smithy-runtime-api",
1775]
1776
1777[[package]]
1778name = "aws-smithy-query"
1779version = "0.60.8"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1782dependencies = [
1783 "aws-smithy-types",
1784 "urlencoding",
1785]
1786
1787[[package]]
1788name = "aws-smithy-runtime"
1789version = "1.9.4"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1792dependencies = [
1793 "aws-smithy-async",
1794 "aws-smithy-http",
1795 "aws-smithy-http-client",
1796 "aws-smithy-observability",
1797 "aws-smithy-runtime-api",
1798 "aws-smithy-types",
1799 "bytes 1.11.1",
1800 "fastrand 2.3.0",
1801 "http 0.2.12",
1802 "http 1.3.1",
1803 "http-body 0.4.6",
1804 "http-body 1.0.1",
1805 "pin-project-lite",
1806 "pin-utils",
1807 "tokio",
1808 "tracing",
1809]
1810
1811[[package]]
1812name = "aws-smithy-runtime-api"
1813version = "1.9.2"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1816dependencies = [
1817 "aws-smithy-async",
1818 "aws-smithy-types",
1819 "bytes 1.11.1",
1820 "http 0.2.12",
1821 "http 1.3.1",
1822 "pin-project-lite",
1823 "tokio",
1824 "tracing",
1825 "zeroize",
1826]
1827
1828[[package]]
1829name = "aws-smithy-types"
1830version = "1.3.4"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1833dependencies = [
1834 "base64-simd",
1835 "bytes 1.11.1",
1836 "bytes-utils",
1837 "futures-core",
1838 "http 0.2.12",
1839 "http 1.3.1",
1840 "http-body 0.4.6",
1841 "http-body 1.0.1",
1842 "http-body-util",
1843 "itoa",
1844 "num-integer",
1845 "pin-project-lite",
1846 "pin-utils",
1847 "ryu",
1848 "serde",
1849 "time",
1850 "tokio",
1851 "tokio-util",
1852]
1853
1854[[package]]
1855name = "aws-smithy-xml"
1856version = "0.60.12"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1859dependencies = [
1860 "xmlparser",
1861]
1862
1863[[package]]
1864name = "aws-types"
1865version = "1.3.10"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1868dependencies = [
1869 "aws-credential-types",
1870 "aws-smithy-async",
1871 "aws-smithy-runtime-api",
1872 "aws-smithy-types",
1873 "rustc_version",
1874 "tracing",
1875]
1876
1877[[package]]
1878name = "aws_http_client"
1879version = "0.1.0"
1880dependencies = [
1881 "aws-smithy-runtime-api",
1882 "aws-smithy-types",
1883 "http_client",
1884]
1885
1886[[package]]
1887name = "axum"
1888version = "0.6.20"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1891dependencies = [
1892 "async-trait",
1893 "axum-core",
1894 "base64 0.21.7",
1895 "bitflags 1.3.2",
1896 "bytes 1.11.1",
1897 "futures-util",
1898 "headers",
1899 "http 0.2.12",
1900 "http-body 0.4.6",
1901 "hyper 0.14.32",
1902 "itoa",
1903 "matchit",
1904 "memchr",
1905 "mime",
1906 "percent-encoding",
1907 "pin-project-lite",
1908 "rustversion",
1909 "serde",
1910 "serde_json",
1911 "serde_path_to_error",
1912 "serde_urlencoded",
1913 "sha1",
1914 "sync_wrapper 0.1.2",
1915 "tokio",
1916 "tokio-tungstenite 0.20.1",
1917 "tower 0.4.13",
1918 "tower-layer",
1919 "tower-service",
1920]
1921
1922[[package]]
1923name = "axum-core"
1924version = "0.3.4"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1927dependencies = [
1928 "async-trait",
1929 "bytes 1.11.1",
1930 "futures-util",
1931 "http 0.2.12",
1932 "http-body 0.4.6",
1933 "mime",
1934 "rustversion",
1935 "tower-layer",
1936 "tower-service",
1937]
1938
1939[[package]]
1940name = "backtrace"
1941version = "0.3.76"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1944dependencies = [
1945 "addr2line 0.25.1",
1946 "cfg-if",
1947 "libc",
1948 "miniz_oxide",
1949 "object 0.37.3",
1950 "rustc-demangle",
1951 "windows-link 0.2.1",
1952]
1953
1954[[package]]
1955name = "base16ct"
1956version = "0.1.1"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1959
1960[[package]]
1961name = "base64"
1962version = "0.21.7"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1965
1966[[package]]
1967name = "base64"
1968version = "0.22.1"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1971
1972[[package]]
1973name = "base64-simd"
1974version = "0.8.0"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1977dependencies = [
1978 "outref",
1979 "vsimd",
1980]
1981
1982[[package]]
1983name = "base64ct"
1984version = "1.8.0"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1987
1988[[package]]
1989name = "bedrock"
1990version = "0.1.0"
1991dependencies = [
1992 "anyhow",
1993 "aws-sdk-bedrockruntime",
1994 "aws-smithy-types",
1995 "futures 0.3.31",
1996 "schemars",
1997 "serde",
1998 "serde_json",
1999 "strum 0.27.2",
2000 "thiserror 2.0.17",
2001]
2002
2003[[package]]
2004name = "bigdecimal"
2005version = "0.4.8"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
2008dependencies = [
2009 "autocfg",
2010 "libm",
2011 "num-bigint",
2012 "num-integer",
2013 "num-traits",
2014 "serde",
2015]
2016
2017[[package]]
2018name = "bincode"
2019version = "1.3.3"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2022dependencies = [
2023 "serde",
2024]
2025
2026[[package]]
2027name = "bindgen"
2028version = "0.71.1"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
2031dependencies = [
2032 "bitflags 2.10.0",
2033 "cexpr",
2034 "clang-sys",
2035 "itertools 0.12.1",
2036 "log",
2037 "prettyplease",
2038 "proc-macro2",
2039 "quote",
2040 "regex",
2041 "rustc-hash 2.1.1",
2042 "shlex",
2043 "syn 2.0.117",
2044]
2045
2046[[package]]
2047name = "bindgen"
2048version = "0.72.1"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2051dependencies = [
2052 "bitflags 2.10.0",
2053 "cexpr",
2054 "clang-sys",
2055 "itertools 0.12.1",
2056 "proc-macro2",
2057 "quote",
2058 "regex",
2059 "rustc-hash 2.1.1",
2060 "shlex",
2061 "syn 2.0.117",
2062]
2063
2064[[package]]
2065name = "bit-set"
2066version = "0.8.0"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2069dependencies = [
2070 "bit-vec 0.8.0",
2071]
2072
2073[[package]]
2074name = "bit-set"
2075version = "0.9.1"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2078dependencies = [
2079 "bit-vec 0.9.1",
2080]
2081
2082[[package]]
2083name = "bit-vec"
2084version = "0.8.0"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2087
2088[[package]]
2089name = "bit-vec"
2090version = "0.9.1"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2093
2094[[package]]
2095name = "bit_field"
2096version = "0.10.3"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2099
2100[[package]]
2101name = "bitflags"
2102version = "1.3.2"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2105
2106[[package]]
2107name = "bitflags"
2108version = "2.10.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2111dependencies = [
2112 "serde_core",
2113]
2114
2115[[package]]
2116name = "bitstream-io"
2117version = "2.6.0"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2120
2121[[package]]
2122name = "bitvec"
2123version = "1.0.1"
2124source = "registry+https://github.com/rust-lang/crates.io-index"
2125checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2126dependencies = [
2127 "funty",
2128 "radium",
2129 "tap",
2130 "wyz",
2131]
2132
2133[[package]]
2134name = "block"
2135version = "0.1.6"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2138
2139[[package]]
2140name = "block-buffer"
2141version = "0.10.4"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2144dependencies = [
2145 "generic-array",
2146]
2147
2148[[package]]
2149name = "block-padding"
2150version = "0.3.3"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2153dependencies = [
2154 "generic-array",
2155]
2156
2157[[package]]
2158name = "block2"
2159version = "0.6.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2162dependencies = [
2163 "objc2",
2164]
2165
2166[[package]]
2167name = "blocking"
2168version = "1.6.2"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2171dependencies = [
2172 "async-channel 2.5.0",
2173 "async-task",
2174 "futures-io",
2175 "futures-lite 2.6.1",
2176 "piper",
2177]
2178
2179[[package]]
2180name = "bmrng"
2181version = "0.5.2"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2184dependencies = [
2185 "futures-core",
2186 "tokio",
2187]
2188
2189[[package]]
2190name = "bon"
2191version = "3.8.2"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2194dependencies = [
2195 "bon-macros",
2196 "rustversion",
2197]
2198
2199[[package]]
2200name = "bon-macros"
2201version = "3.8.2"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2204dependencies = [
2205 "darling 0.21.3",
2206 "ident_case",
2207 "prettyplease",
2208 "proc-macro2",
2209 "quote",
2210 "rustversion",
2211 "syn 2.0.117",
2212]
2213
2214[[package]]
2215name = "borrow-or-share"
2216version = "0.2.4"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2219
2220[[package]]
2221name = "borsh"
2222version = "1.5.7"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2225dependencies = [
2226 "borsh-derive",
2227 "cfg_aliases 0.2.1",
2228]
2229
2230[[package]]
2231name = "borsh-derive"
2232version = "1.5.7"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2235dependencies = [
2236 "once_cell",
2237 "proc-macro-crate",
2238 "proc-macro2",
2239 "quote",
2240 "syn 2.0.117",
2241]
2242
2243[[package]]
2244name = "breadcrumbs"
2245version = "0.1.0"
2246dependencies = [
2247 "gpui",
2248 "ui",
2249 "workspace",
2250]
2251
2252[[package]]
2253name = "brotli"
2254version = "8.0.2"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
2257dependencies = [
2258 "alloc-no-stdlib",
2259 "alloc-stdlib",
2260 "brotli-decompressor",
2261]
2262
2263[[package]]
2264name = "brotli-decompressor"
2265version = "5.0.0"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
2268dependencies = [
2269 "alloc-no-stdlib",
2270 "alloc-stdlib",
2271]
2272
2273[[package]]
2274name = "brush-parser"
2275version = "0.3.0"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2278dependencies = [
2279 "bon",
2280 "cached",
2281 "indenter",
2282 "peg",
2283 "thiserror 2.0.17",
2284 "tracing",
2285 "utf8-chars",
2286]
2287
2288[[package]]
2289name = "bstr"
2290version = "1.12.0"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2293dependencies = [
2294 "memchr",
2295 "regex-automata",
2296 "serde",
2297]
2298
2299[[package]]
2300name = "buffer_diff"
2301version = "0.1.0"
2302dependencies = [
2303 "clock",
2304 "ctor",
2305 "futures 0.3.31",
2306 "git2",
2307 "gpui",
2308 "language",
2309 "log",
2310 "pretty_assertions",
2311 "rand 0.9.2",
2312 "rope",
2313 "settings",
2314 "sum_tree",
2315 "text",
2316 "tracing",
2317 "unindent",
2318 "util",
2319 "zlog",
2320 "ztracing",
2321]
2322
2323[[package]]
2324name = "built"
2325version = "0.7.7"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2328
2329[[package]]
2330name = "bumpalo"
2331version = "3.19.0"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2334dependencies = [
2335 "allocator-api2",
2336]
2337
2338[[package]]
2339name = "by_address"
2340version = "1.2.1"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2343
2344[[package]]
2345name = "bytecheck"
2346version = "0.6.12"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2349dependencies = [
2350 "bytecheck_derive",
2351 "ptr_meta",
2352 "simdutf8",
2353]
2354
2355[[package]]
2356name = "bytecheck_derive"
2357version = "0.6.12"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2360dependencies = [
2361 "proc-macro2",
2362 "quote",
2363 "syn 1.0.109",
2364]
2365
2366[[package]]
2367name = "bytecount"
2368version = "0.6.9"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2371
2372[[package]]
2373name = "bytemuck"
2374version = "1.24.0"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2377dependencies = [
2378 "bytemuck_derive",
2379]
2380
2381[[package]]
2382name = "bytemuck_derive"
2383version = "1.10.2"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2386dependencies = [
2387 "proc-macro2",
2388 "quote",
2389 "syn 2.0.117",
2390]
2391
2392[[package]]
2393name = "byteorder"
2394version = "1.5.0"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2397
2398[[package]]
2399name = "byteorder-lite"
2400version = "0.1.0"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2403
2404[[package]]
2405name = "bytes"
2406version = "0.4.12"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2409dependencies = [
2410 "byteorder",
2411 "iovec",
2412]
2413
2414[[package]]
2415name = "bytes"
2416version = "1.11.1"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2419
2420[[package]]
2421name = "bytes-utils"
2422version = "0.1.4"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2425dependencies = [
2426 "bytes 1.11.1",
2427 "either",
2428]
2429
2430[[package]]
2431name = "bzip2"
2432version = "0.4.4"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2435dependencies = [
2436 "bzip2-sys",
2437 "libc",
2438]
2439
2440[[package]]
2441name = "bzip2-sys"
2442version = "0.1.13+1.0.8"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2445dependencies = [
2446 "cc",
2447 "pkg-config",
2448]
2449
2450[[package]]
2451name = "cached"
2452version = "0.56.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2455dependencies = [
2456 "ahash 0.8.12",
2457 "cached_proc_macro",
2458 "cached_proc_macro_types",
2459 "hashbrown 0.15.5",
2460 "once_cell",
2461 "thiserror 2.0.17",
2462 "web-time",
2463]
2464
2465[[package]]
2466name = "cached_proc_macro"
2467version = "0.25.0"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2470dependencies = [
2471 "darling 0.20.11",
2472 "proc-macro2",
2473 "quote",
2474 "syn 2.0.117",
2475]
2476
2477[[package]]
2478name = "cached_proc_macro_types"
2479version = "0.1.1"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2482
2483[[package]]
2484name = "call"
2485version = "0.1.0"
2486dependencies = [
2487 "anyhow",
2488 "audio",
2489 "client",
2490 "collections",
2491 "feature_flags",
2492 "fs",
2493 "futures 0.3.31",
2494 "gpui",
2495 "gpui_tokio",
2496 "language",
2497 "livekit_client",
2498 "log",
2499 "postage",
2500 "project",
2501 "serde",
2502 "settings",
2503 "telemetry",
2504 "util",
2505 "workspace",
2506]
2507
2508[[package]]
2509name = "calloop"
2510version = "0.14.3"
2511source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2512dependencies = [
2513 "bitflags 2.10.0",
2514 "polling",
2515 "rustix 1.1.2",
2516 "slab",
2517 "tracing",
2518]
2519
2520[[package]]
2521name = "calloop-wayland-source"
2522version = "0.4.1"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2525dependencies = [
2526 "calloop",
2527 "rustix 1.1.2",
2528 "wayland-backend",
2529 "wayland-client",
2530]
2531
2532[[package]]
2533name = "camino"
2534version = "1.2.1"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2537dependencies = [
2538 "serde_core",
2539]
2540
2541[[package]]
2542name = "candle-core"
2543version = "0.9.1"
2544source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2545dependencies = [
2546 "byteorder",
2547 "float8",
2548 "gemm 0.17.1",
2549 "half",
2550 "memmap2",
2551 "num-traits",
2552 "num_cpus",
2553 "rand 0.9.2",
2554 "rand_distr",
2555 "rayon",
2556 "safetensors",
2557 "thiserror 1.0.69",
2558 "ug",
2559 "yoke 0.7.5",
2560 "zip 1.1.4",
2561]
2562
2563[[package]]
2564name = "candle-nn"
2565version = "0.9.1"
2566source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2567dependencies = [
2568 "candle-core",
2569 "half",
2570 "libc",
2571 "num-traits",
2572 "rayon",
2573 "safetensors",
2574 "serde",
2575 "thiserror 1.0.69",
2576]
2577
2578[[package]]
2579name = "candle-onnx"
2580version = "0.9.1"
2581source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2582dependencies = [
2583 "candle-core",
2584 "candle-nn",
2585 "prost 0.12.6",
2586]
2587
2588[[package]]
2589name = "cap-fs-ext"
2590version = "3.4.4"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2593dependencies = [
2594 "cap-primitives",
2595 "cap-std",
2596 "io-lifetimes",
2597 "windows-sys 0.59.0",
2598]
2599
2600[[package]]
2601name = "cap-net-ext"
2602version = "3.4.4"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2605dependencies = [
2606 "cap-primitives",
2607 "cap-std",
2608 "rustix 1.1.2",
2609 "smallvec",
2610]
2611
2612[[package]]
2613name = "cap-primitives"
2614version = "3.4.4"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2617dependencies = [
2618 "ambient-authority",
2619 "fs-set-times",
2620 "io-extras",
2621 "io-lifetimes",
2622 "ipnet",
2623 "maybe-owned",
2624 "rustix 1.1.2",
2625 "rustix-linux-procfs",
2626 "windows-sys 0.59.0",
2627 "winx",
2628]
2629
2630[[package]]
2631name = "cap-rand"
2632version = "3.4.4"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2635dependencies = [
2636 "ambient-authority",
2637 "rand 0.8.5",
2638]
2639
2640[[package]]
2641name = "cap-std"
2642version = "3.4.4"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2645dependencies = [
2646 "cap-primitives",
2647 "io-extras",
2648 "io-lifetimes",
2649 "rustix 1.1.2",
2650]
2651
2652[[package]]
2653name = "cap-time-ext"
2654version = "3.4.4"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2657dependencies = [
2658 "ambient-authority",
2659 "cap-primitives",
2660 "iana-time-zone",
2661 "once_cell",
2662 "rustix 1.1.2",
2663 "winx",
2664]
2665
2666[[package]]
2667name = "cargo-platform"
2668version = "0.1.9"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2671dependencies = [
2672 "serde",
2673]
2674
2675[[package]]
2676name = "cargo_metadata"
2677version = "0.19.2"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2680dependencies = [
2681 "camino",
2682 "cargo-platform",
2683 "semver",
2684 "serde",
2685 "serde_json",
2686 "thiserror 2.0.17",
2687]
2688
2689[[package]]
2690name = "cargo_toml"
2691version = "0.21.0"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2694dependencies = [
2695 "serde",
2696 "toml 0.8.23",
2697]
2698
2699[[package]]
2700name = "cast"
2701version = "0.3.0"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2704
2705[[package]]
2706name = "cbc"
2707version = "0.1.2"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2710dependencies = [
2711 "cipher",
2712]
2713
2714[[package]]
2715name = "cbindgen"
2716version = "0.28.0"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2719dependencies = [
2720 "heck 0.4.1",
2721 "indexmap",
2722 "log",
2723 "proc-macro2",
2724 "quote",
2725 "serde",
2726 "serde_json",
2727 "syn 2.0.117",
2728 "tempfile",
2729 "toml 0.8.23",
2730]
2731
2732[[package]]
2733name = "cc"
2734version = "1.2.49"
2735source = "registry+https://github.com/rust-lang/crates.io-index"
2736checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2737dependencies = [
2738 "find-msvc-tools",
2739 "jobserver",
2740 "libc",
2741 "shlex",
2742]
2743
2744[[package]]
2745name = "cesu8"
2746version = "1.1.0"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2749
2750[[package]]
2751name = "cexpr"
2752version = "0.6.0"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2755dependencies = [
2756 "nom 7.1.3",
2757]
2758
2759[[package]]
2760name = "cfg-expr"
2761version = "0.15.8"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2764dependencies = [
2765 "smallvec",
2766 "target-lexicon 0.12.16",
2767]
2768
2769[[package]]
2770name = "cfg-expr"
2771version = "0.20.6"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2774dependencies = [
2775 "smallvec",
2776 "target-lexicon 0.13.3",
2777]
2778
2779[[package]]
2780name = "cfg-if"
2781version = "1.0.4"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2784
2785[[package]]
2786name = "cfg_aliases"
2787version = "0.1.1"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2790
2791[[package]]
2792name = "cfg_aliases"
2793version = "0.2.1"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2796
2797[[package]]
2798name = "cgl"
2799version = "0.3.2"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2802dependencies = [
2803 "libc",
2804]
2805
2806[[package]]
2807name = "channel"
2808version = "0.1.0"
2809dependencies = [
2810 "anyhow",
2811 "client",
2812 "clock",
2813 "collections",
2814 "futures 0.3.31",
2815 "gpui",
2816 "http_client",
2817 "language",
2818 "log",
2819 "postage",
2820 "release_channel",
2821 "rpc",
2822 "semver",
2823 "settings",
2824 "text",
2825 "time",
2826 "util",
2827]
2828
2829[[package]]
2830name = "chardetng"
2831version = "0.1.17"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2834dependencies = [
2835 "cfg-if",
2836 "encoding_rs",
2837 "memchr",
2838]
2839
2840[[package]]
2841name = "chrono"
2842version = "0.4.42"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2845dependencies = [
2846 "iana-time-zone",
2847 "js-sys",
2848 "num-traits",
2849 "serde",
2850 "wasm-bindgen",
2851 "windows-link 0.2.1",
2852]
2853
2854[[package]]
2855name = "chunked_transfer"
2856version = "1.5.0"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2859
2860[[package]]
2861name = "ciborium"
2862version = "0.2.2"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2865dependencies = [
2866 "ciborium-io",
2867 "ciborium-ll",
2868 "serde",
2869]
2870
2871[[package]]
2872name = "ciborium-io"
2873version = "0.2.2"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2876
2877[[package]]
2878name = "ciborium-ll"
2879version = "0.2.2"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2882dependencies = [
2883 "ciborium-io",
2884 "half",
2885]
2886
2887[[package]]
2888name = "cipher"
2889version = "0.4.4"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2892dependencies = [
2893 "crypto-common",
2894 "inout",
2895 "zeroize",
2896]
2897
2898[[package]]
2899name = "circular-buffer"
2900version = "1.2.0"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2903
2904[[package]]
2905name = "clang-sys"
2906version = "1.8.1"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2909dependencies = [
2910 "glob",
2911 "libc",
2912 "libloading",
2913]
2914
2915[[package]]
2916name = "clap"
2917version = "4.5.49"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2920dependencies = [
2921 "clap_builder",
2922 "clap_derive",
2923]
2924
2925[[package]]
2926name = "clap_builder"
2927version = "4.5.49"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2930dependencies = [
2931 "anstream",
2932 "anstyle",
2933 "clap_lex",
2934 "strsim",
2935 "terminal_size",
2936]
2937
2938[[package]]
2939name = "clap_complete"
2940version = "4.5.59"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2943dependencies = [
2944 "clap",
2945]
2946
2947[[package]]
2948name = "clap_derive"
2949version = "4.5.49"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2952dependencies = [
2953 "heck 0.5.0",
2954 "proc-macro2",
2955 "quote",
2956 "syn 2.0.117",
2957]
2958
2959[[package]]
2960name = "clap_lex"
2961version = "0.7.6"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2964
2965[[package]]
2966name = "cli"
2967version = "0.1.0"
2968dependencies = [
2969 "anyhow",
2970 "askpass",
2971 "clap",
2972 "collections",
2973 "core-foundation 0.10.0",
2974 "core-services",
2975 "exec",
2976 "fork",
2977 "ipc-channel",
2978 "parking_lot",
2979 "paths",
2980 "plist",
2981 "rayon",
2982 "release_channel",
2983 "serde",
2984 "serde_json",
2985 "tempfile",
2986 "util",
2987 "walkdir",
2988 "windows 0.61.3",
2989]
2990
2991[[package]]
2992name = "client"
2993version = "0.1.0"
2994dependencies = [
2995 "anyhow",
2996 "async-tungstenite",
2997 "base64 0.22.1",
2998 "chrono",
2999 "clock",
3000 "cloud_api_client",
3001 "cloud_llm_client",
3002 "collections",
3003 "credentials_provider",
3004 "derive_more",
3005 "feature_flags",
3006 "fs",
3007 "futures 0.3.31",
3008 "gpui",
3009 "gpui_tokio",
3010 "http_client",
3011 "http_client_tls",
3012 "httparse",
3013 "log",
3014 "objc2-foundation",
3015 "parking_lot",
3016 "paths",
3017 "postage",
3018 "rand 0.9.2",
3019 "regex",
3020 "release_channel",
3021 "rpc",
3022 "rustls-pki-types",
3023 "semver",
3024 "serde",
3025 "serde_json",
3026 "serde_urlencoded",
3027 "settings",
3028 "sha2",
3029 "smol",
3030 "telemetry",
3031 "telemetry_events",
3032 "text",
3033 "thiserror 2.0.17",
3034 "time",
3035 "tiny_http",
3036 "tokio",
3037 "tokio-native-tls",
3038 "tokio-rustls 0.26.2",
3039 "tokio-socks",
3040 "url",
3041 "util",
3042 "windows 0.61.3",
3043 "worktree",
3044]
3045
3046[[package]]
3047name = "clock"
3048version = "0.1.0"
3049dependencies = [
3050 "parking_lot",
3051 "serde",
3052 "smallvec",
3053]
3054
3055[[package]]
3056name = "cloud_api_client"
3057version = "0.1.0"
3058dependencies = [
3059 "anyhow",
3060 "cloud_api_types",
3061 "futures 0.3.31",
3062 "gpui",
3063 "gpui_tokio",
3064 "http_client",
3065 "parking_lot",
3066 "serde_json",
3067 "thiserror 2.0.17",
3068 "yawc",
3069]
3070
3071[[package]]
3072name = "cloud_api_types"
3073version = "0.1.0"
3074dependencies = [
3075 "anyhow",
3076 "chrono",
3077 "ciborium",
3078 "cloud_llm_client",
3079 "pretty_assertions",
3080 "serde",
3081 "serde_json",
3082 "strum 0.27.2",
3083]
3084
3085[[package]]
3086name = "cloud_llm_client"
3087version = "0.1.0"
3088dependencies = [
3089 "anyhow",
3090 "serde",
3091 "serde_json",
3092 "strum 0.27.2",
3093 "uuid",
3094 "zeta_prompt",
3095]
3096
3097[[package]]
3098name = "cmake"
3099version = "0.1.56"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3102dependencies = [
3103 "cc",
3104]
3105
3106[[package]]
3107name = "cobs"
3108version = "0.3.0"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3111dependencies = [
3112 "thiserror 2.0.17",
3113]
3114
3115[[package]]
3116name = "cocoa"
3117version = "0.25.0"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3120dependencies = [
3121 "bitflags 1.3.2",
3122 "block",
3123 "cocoa-foundation 0.1.2",
3124 "core-foundation 0.9.4",
3125 "core-graphics 0.23.2",
3126 "foreign-types 0.5.0",
3127 "libc",
3128 "objc",
3129]
3130
3131[[package]]
3132name = "cocoa"
3133version = "0.26.0"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3136dependencies = [
3137 "bitflags 2.10.0",
3138 "block",
3139 "cocoa-foundation 0.2.0",
3140 "core-foundation 0.10.0",
3141 "core-graphics 0.24.0",
3142 "foreign-types 0.5.0",
3143 "libc",
3144 "objc",
3145]
3146
3147[[package]]
3148name = "cocoa-foundation"
3149version = "0.1.2"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3152dependencies = [
3153 "bitflags 1.3.2",
3154 "block",
3155 "core-foundation 0.9.4",
3156 "core-graphics-types 0.1.3",
3157 "libc",
3158 "objc",
3159]
3160
3161[[package]]
3162name = "cocoa-foundation"
3163version = "0.2.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3166dependencies = [
3167 "bitflags 2.10.0",
3168 "block",
3169 "core-foundation 0.10.0",
3170 "core-graphics-types 0.2.0",
3171 "libc",
3172 "objc",
3173]
3174
3175[[package]]
3176name = "codespan-reporting"
3177version = "0.13.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3180dependencies = [
3181 "serde",
3182 "termcolor",
3183 "unicode-width",
3184]
3185
3186[[package]]
3187name = "codestral"
3188version = "0.1.0"
3189dependencies = [
3190 "anyhow",
3191 "edit_prediction",
3192 "edit_prediction_types",
3193 "futures 0.3.31",
3194 "gpui",
3195 "http_client",
3196 "icons",
3197 "language",
3198 "language_model",
3199 "log",
3200 "serde",
3201 "serde_json",
3202 "text",
3203 "zeta_prompt",
3204]
3205
3206[[package]]
3207name = "collab"
3208version = "0.44.0"
3209dependencies = [
3210 "agent",
3211 "anyhow",
3212 "assistant_slash_command",
3213 "assistant_text_thread",
3214 "async-trait",
3215 "async-tungstenite",
3216 "aws-config",
3217 "aws-sdk-kinesis",
3218 "aws-sdk-s3",
3219 "axum",
3220 "buffer_diff",
3221 "call",
3222 "channel",
3223 "chrono",
3224 "client",
3225 "clock",
3226 "cloud_api_types",
3227 "collab",
3228 "collab_ui",
3229 "collections",
3230 "command_palette_hooks",
3231 "ctor",
3232 "dap",
3233 "dap_adapters",
3234 "dashmap",
3235 "debugger_ui",
3236 "editor",
3237 "envy",
3238 "extension",
3239 "file_finder",
3240 "fs",
3241 "futures 0.3.31",
3242 "git",
3243 "git_hosting_providers",
3244 "git_ui",
3245 "gpui",
3246 "gpui_tokio",
3247 "hex",
3248 "http_client",
3249 "indoc",
3250 "language",
3251 "language_model",
3252 "livekit_api",
3253 "livekit_client",
3254 "log",
3255 "lsp",
3256 "menu",
3257 "multi_buffer",
3258 "nanoid",
3259 "node_runtime",
3260 "notifications",
3261 "parking_lot",
3262 "pretty_assertions",
3263 "project",
3264 "prometheus",
3265 "prompt_store",
3266 "prost 0.9.0",
3267 "rand 0.9.2",
3268 "recent_projects",
3269 "release_channel",
3270 "remote",
3271 "remote_server",
3272 "reqwest 0.11.27",
3273 "rpc",
3274 "sea-orm",
3275 "sea-orm-macros",
3276 "semver",
3277 "serde",
3278 "serde_json",
3279 "session",
3280 "settings",
3281 "sha2",
3282 "smol",
3283 "sqlx",
3284 "strum 0.27.2",
3285 "task",
3286 "telemetry_events",
3287 "text",
3288 "theme",
3289 "time",
3290 "tokio",
3291 "toml 0.8.23",
3292 "tower 0.4.13",
3293 "tower-http 0.4.4",
3294 "tracing",
3295 "tracing-subscriber",
3296 "unindent",
3297 "util",
3298 "uuid",
3299 "workspace",
3300 "worktree",
3301 "zed_actions",
3302 "zlog",
3303]
3304
3305[[package]]
3306name = "collab_ui"
3307version = "0.1.0"
3308dependencies = [
3309 "anyhow",
3310 "call",
3311 "channel",
3312 "chrono",
3313 "client",
3314 "collections",
3315 "db",
3316 "editor",
3317 "futures 0.3.31",
3318 "fuzzy",
3319 "gpui",
3320 "livekit_client",
3321 "log",
3322 "menu",
3323 "notifications",
3324 "picker",
3325 "project",
3326 "release_channel",
3327 "rpc",
3328 "serde",
3329 "serde_json",
3330 "settings",
3331 "smallvec",
3332 "telemetry",
3333 "theme",
3334 "time",
3335 "time_format",
3336 "title_bar",
3337 "ui",
3338 "util",
3339 "workspace",
3340 "zed_actions",
3341]
3342
3343[[package]]
3344name = "collections"
3345version = "0.1.0"
3346dependencies = [
3347 "indexmap",
3348 "rustc-hash 2.1.1",
3349]
3350
3351[[package]]
3352name = "color_quant"
3353version = "1.1.0"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3356
3357[[package]]
3358name = "colorchoice"
3359version = "1.0.4"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3362
3363[[package]]
3364name = "combine"
3365version = "4.6.7"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3368dependencies = [
3369 "bytes 1.11.1",
3370 "memchr",
3371]
3372
3373[[package]]
3374name = "command-fds"
3375version = "0.3.2"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3378dependencies = [
3379 "nix 0.30.1",
3380 "thiserror 2.0.17",
3381]
3382
3383[[package]]
3384name = "command_palette"
3385version = "0.1.0"
3386dependencies = [
3387 "anyhow",
3388 "client",
3389 "collections",
3390 "command_palette_hooks",
3391 "db",
3392 "editor",
3393 "fuzzy",
3394 "go_to_line",
3395 "gpui",
3396 "language",
3397 "log",
3398 "menu",
3399 "picker",
3400 "postage",
3401 "project",
3402 "serde",
3403 "settings",
3404 "telemetry",
3405 "theme",
3406 "time",
3407 "ui",
3408 "util",
3409 "workspace",
3410 "zed_actions",
3411]
3412
3413[[package]]
3414name = "command_palette_hooks"
3415version = "0.1.0"
3416dependencies = [
3417 "collections",
3418 "derive_more",
3419 "gpui",
3420 "workspace",
3421]
3422
3423[[package]]
3424name = "component"
3425version = "0.1.0"
3426dependencies = [
3427 "collections",
3428 "documented",
3429 "gpui",
3430 "inventory",
3431 "parking_lot",
3432 "strum 0.27.2",
3433 "theme",
3434]
3435
3436[[package]]
3437name = "component_preview"
3438version = "0.1.0"
3439dependencies = [
3440 "anyhow",
3441 "client",
3442 "collections",
3443 "component",
3444 "db",
3445 "fs",
3446 "gpui",
3447 "gpui_platform",
3448 "language",
3449 "log",
3450 "node_runtime",
3451 "notifications",
3452 "project",
3453 "release_channel",
3454 "reqwest_client",
3455 "session",
3456 "settings",
3457 "theme",
3458 "ui",
3459 "ui_input",
3460 "uuid",
3461 "workspace",
3462]
3463
3464[[package]]
3465name = "compression-codecs"
3466version = "0.4.31"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3469dependencies = [
3470 "compression-core",
3471 "deflate64",
3472 "flate2",
3473 "memchr",
3474]
3475
3476[[package]]
3477name = "compression-core"
3478version = "0.4.29"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3481
3482[[package]]
3483name = "concurrent-queue"
3484version = "2.5.0"
3485source = "registry+https://github.com/rust-lang/crates.io-index"
3486checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3487dependencies = [
3488 "crossbeam-utils",
3489]
3490
3491[[package]]
3492name = "console"
3493version = "0.15.11"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3496dependencies = [
3497 "encode_unicode",
3498 "libc",
3499 "once_cell",
3500 "unicode-width",
3501 "windows-sys 0.59.0",
3502]
3503
3504[[package]]
3505name = "console_error_panic_hook"
3506version = "0.1.7"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3509dependencies = [
3510 "cfg-if",
3511 "wasm-bindgen",
3512]
3513
3514[[package]]
3515name = "const-oid"
3516version = "0.9.6"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3519
3520[[package]]
3521name = "const-random"
3522version = "0.1.18"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3525dependencies = [
3526 "const-random-macro",
3527]
3528
3529[[package]]
3530name = "const-random-macro"
3531version = "0.1.16"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3534dependencies = [
3535 "getrandom 0.2.16",
3536 "once_cell",
3537 "tiny-keccak",
3538]
3539
3540[[package]]
3541name = "const_format"
3542version = "0.2.35"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3545dependencies = [
3546 "const_format_proc_macros",
3547]
3548
3549[[package]]
3550name = "const_format_proc_macros"
3551version = "0.2.34"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3554dependencies = [
3555 "proc-macro2",
3556 "quote",
3557 "unicode-xid",
3558]
3559
3560[[package]]
3561name = "constant_time_eq"
3562version = "0.1.5"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3565
3566[[package]]
3567name = "context_server"
3568version = "0.1.0"
3569dependencies = [
3570 "anyhow",
3571 "async-trait",
3572 "base64 0.22.1",
3573 "collections",
3574 "futures 0.3.31",
3575 "gpui",
3576 "http_client",
3577 "log",
3578 "net",
3579 "parking_lot",
3580 "postage",
3581 "rand 0.9.2",
3582 "schemars",
3583 "serde",
3584 "serde_json",
3585 "settings",
3586 "sha2",
3587 "slotmap",
3588 "smol",
3589 "tempfile",
3590 "terminal",
3591 "tiny_http",
3592 "url",
3593 "util",
3594]
3595
3596[[package]]
3597name = "convert_case"
3598version = "0.8.0"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3601dependencies = [
3602 "unicode-segmentation",
3603]
3604
3605[[package]]
3606name = "convert_case"
3607version = "0.10.0"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3610dependencies = [
3611 "unicode-segmentation",
3612]
3613
3614[[package]]
3615name = "convert_case"
3616version = "0.11.0"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3619dependencies = [
3620 "unicode-segmentation",
3621]
3622
3623[[package]]
3624name = "copilot"
3625version = "0.1.0"
3626dependencies = [
3627 "anyhow",
3628 "async-std",
3629 "collections",
3630 "command_palette_hooks",
3631 "copilot_chat",
3632 "edit_prediction_types",
3633 "editor",
3634 "fs",
3635 "futures 0.3.31",
3636 "gpui",
3637 "icons",
3638 "indoc",
3639 "language",
3640 "log",
3641 "lsp",
3642 "node_runtime",
3643 "parking_lot",
3644 "paths",
3645 "pretty_assertions",
3646 "project",
3647 "rpc",
3648 "semver",
3649 "serde",
3650 "serde_json",
3651 "settings",
3652 "sum_tree",
3653 "theme",
3654 "util",
3655 "workspace",
3656 "zlog",
3657]
3658
3659[[package]]
3660name = "copilot_chat"
3661version = "0.1.0"
3662dependencies = [
3663 "anthropic",
3664 "anyhow",
3665 "collections",
3666 "dirs 4.0.0",
3667 "fs",
3668 "futures 0.3.31",
3669 "gpui",
3670 "http_client",
3671 "log",
3672 "paths",
3673 "serde",
3674 "serde_json",
3675 "settings",
3676]
3677
3678[[package]]
3679name = "copilot_ui"
3680version = "0.1.0"
3681dependencies = [
3682 "anyhow",
3683 "copilot",
3684 "gpui",
3685 "language",
3686 "log",
3687 "lsp",
3688 "menu",
3689 "project",
3690 "serde_json",
3691 "settings",
3692 "ui",
3693 "util",
3694 "workspace",
3695]
3696
3697[[package]]
3698name = "core-foundation"
3699version = "0.9.4"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3702dependencies = [
3703 "core-foundation-sys",
3704 "libc",
3705]
3706
3707[[package]]
3708name = "core-foundation"
3709version = "0.10.0"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3712dependencies = [
3713 "core-foundation-sys",
3714 "libc",
3715]
3716
3717[[package]]
3718name = "core-foundation-sys"
3719version = "0.8.7"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3722
3723[[package]]
3724name = "core-graphics"
3725version = "0.23.2"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3728dependencies = [
3729 "bitflags 1.3.2",
3730 "core-foundation 0.9.4",
3731 "core-graphics-types 0.1.3",
3732 "foreign-types 0.5.0",
3733 "libc",
3734]
3735
3736[[package]]
3737name = "core-graphics"
3738version = "0.24.0"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3741dependencies = [
3742 "bitflags 2.10.0",
3743 "core-foundation 0.10.0",
3744 "core-graphics-types 0.2.0",
3745 "foreign-types 0.5.0",
3746 "libc",
3747]
3748
3749[[package]]
3750name = "core-graphics-helmer-fork"
3751version = "0.24.0"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3754dependencies = [
3755 "bitflags 2.10.0",
3756 "core-foundation 0.9.4",
3757 "core-graphics-types 0.1.3",
3758 "foreign-types 0.5.0",
3759 "libc",
3760]
3761
3762[[package]]
3763name = "core-graphics-types"
3764version = "0.1.3"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3767dependencies = [
3768 "bitflags 1.3.2",
3769 "core-foundation 0.9.4",
3770 "libc",
3771]
3772
3773[[package]]
3774name = "core-graphics-types"
3775version = "0.2.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3778dependencies = [
3779 "bitflags 2.10.0",
3780 "core-foundation 0.10.0",
3781 "libc",
3782]
3783
3784[[package]]
3785name = "core-graphics2"
3786version = "0.5.2"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3789dependencies = [
3790 "bitflags 2.10.0",
3791 "block",
3792 "cfg-if",
3793 "core-foundation 0.10.0",
3794 "libc",
3795]
3796
3797[[package]]
3798name = "core-services"
3799version = "0.2.1"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3802dependencies = [
3803 "core-foundation 0.9.4",
3804]
3805
3806[[package]]
3807name = "core-text"
3808version = "21.0.0"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3811dependencies = [
3812 "core-foundation 0.10.0",
3813 "core-graphics 0.24.0",
3814 "foreign-types 0.5.0",
3815 "libc",
3816]
3817
3818[[package]]
3819name = "core-video"
3820version = "0.5.2"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3823dependencies = [
3824 "block",
3825 "core-foundation 0.10.0",
3826 "core-graphics2",
3827 "io-surface",
3828 "libc",
3829 "metal",
3830]
3831
3832[[package]]
3833name = "core_maths"
3834version = "0.1.1"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3837dependencies = [
3838 "libm",
3839]
3840
3841[[package]]
3842name = "coreaudio-rs"
3843version = "0.12.1"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3846dependencies = [
3847 "bitflags 1.3.2",
3848 "core-foundation-sys",
3849 "coreaudio-sys",
3850]
3851
3852[[package]]
3853name = "coreaudio-rs"
3854version = "0.13.0"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3857dependencies = [
3858 "bitflags 1.3.2",
3859 "libc",
3860 "objc2-audio-toolbox",
3861 "objc2-core-audio",
3862 "objc2-core-audio-types",
3863 "objc2-core-foundation",
3864]
3865
3866[[package]]
3867name = "coreaudio-sys"
3868version = "0.2.17"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3871dependencies = [
3872 "bindgen 0.72.1",
3873]
3874
3875[[package]]
3876name = "cosmic-text"
3877version = "0.17.1"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3880dependencies = [
3881 "bitflags 2.10.0",
3882 "fontdb 0.23.0",
3883 "harfrust",
3884 "linebender_resource_handle",
3885 "log",
3886 "rangemap",
3887 "rustc-hash 2.1.1",
3888 "self_cell",
3889 "skrifa 0.40.0",
3890 "smol_str",
3891 "swash",
3892 "sys-locale",
3893 "unicode-bidi",
3894 "unicode-linebreak",
3895 "unicode-script",
3896 "unicode-segmentation",
3897]
3898
3899[[package]]
3900name = "cpal"
3901version = "0.17.1"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3904dependencies = [
3905 "alsa",
3906 "coreaudio-rs 0.13.0",
3907 "dasp_sample",
3908 "jni",
3909 "js-sys",
3910 "libc",
3911 "mach2 0.5.0",
3912 "ndk",
3913 "ndk-context",
3914 "num-derive",
3915 "num-traits",
3916 "objc2",
3917 "objc2-audio-toolbox",
3918 "objc2-avf-audio",
3919 "objc2-core-audio",
3920 "objc2-core-audio-types",
3921 "objc2-core-foundation",
3922 "objc2-foundation",
3923 "wasm-bindgen",
3924 "wasm-bindgen-futures",
3925 "web-sys",
3926 "windows 0.62.2",
3927]
3928
3929[[package]]
3930name = "cpp_demangle"
3931version = "0.4.5"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3934dependencies = [
3935 "cfg-if",
3936]
3937
3938[[package]]
3939name = "cpufeatures"
3940version = "0.2.17"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3943dependencies = [
3944 "libc",
3945]
3946
3947[[package]]
3948name = "cranelift-assembler-x64"
3949version = "0.120.2"
3950source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "a5023e06632d8f351c2891793ccccfe4aef957954904392434038745fb6f1f68"
3952dependencies = [
3953 "cranelift-assembler-x64-meta",
3954]
3955
3956[[package]]
3957name = "cranelift-assembler-x64-meta"
3958version = "0.120.2"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "b1c4012b4c8c1f6eb05c0a0a540e3e1ee992631af51aa2bbb3e712903ce4fd65"
3961dependencies = [
3962 "cranelift-srcgen",
3963]
3964
3965[[package]]
3966name = "cranelift-bforest"
3967version = "0.120.2"
3968source = "registry+https://github.com/rust-lang/crates.io-index"
3969checksum = "4d6d883b4942ef3a7104096b8bc6f2d1a41393f159ac8de12aed27b25d67f895"
3970dependencies = [
3971 "cranelift-entity",
3972]
3973
3974[[package]]
3975name = "cranelift-bitset"
3976version = "0.120.2"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "db7b2ee9eec6ca8a716d900d5264d678fb2c290c58c46c8da7f94ee268175d17"
3979dependencies = [
3980 "serde",
3981 "serde_derive",
3982]
3983
3984[[package]]
3985name = "cranelift-codegen"
3986version = "0.120.2"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "aeda0892577afdce1ac2e9a983a55f8c5b87a59334e1f79d8f735a2d7ba4f4b4"
3989dependencies = [
3990 "bumpalo",
3991 "cranelift-assembler-x64",
3992 "cranelift-bforest",
3993 "cranelift-bitset",
3994 "cranelift-codegen-meta",
3995 "cranelift-codegen-shared",
3996 "cranelift-control",
3997 "cranelift-entity",
3998 "cranelift-isle",
3999 "gimli 0.31.1",
4000 "hashbrown 0.15.5",
4001 "log",
4002 "postcard",
4003 "pulley-interpreter",
4004 "regalloc2",
4005 "rustc-hash 2.1.1",
4006 "serde",
4007 "serde_derive",
4008 "sha2",
4009 "smallvec",
4010 "target-lexicon 0.13.3",
4011]
4012
4013[[package]]
4014name = "cranelift-codegen-meta"
4015version = "0.120.2"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "e461480d87f920c2787422463313326f67664e68108c14788ba1676f5edfcd15"
4018dependencies = [
4019 "cranelift-assembler-x64-meta",
4020 "cranelift-codegen-shared",
4021 "cranelift-srcgen",
4022 "pulley-interpreter",
4023]
4024
4025[[package]]
4026name = "cranelift-codegen-shared"
4027version = "0.120.2"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "976584d09f200c6c84c4b9ff7af64fc9ad0cb64dffa5780991edd3fe143a30a1"
4030
4031[[package]]
4032name = "cranelift-control"
4033version = "0.120.2"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "46d43d70f4e17c545aa88dbf4c84d4200755d27c6e3272ebe4de65802fa6a955"
4036dependencies = [
4037 "arbitrary",
4038]
4039
4040[[package]]
4041name = "cranelift-entity"
4042version = "0.120.2"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "d75418674520cb400c8772bfd6e11a62736c78fc1b6e418195696841d1bf91f1"
4045dependencies = [
4046 "cranelift-bitset",
4047 "serde",
4048 "serde_derive",
4049]
4050
4051[[package]]
4052name = "cranelift-frontend"
4053version = "0.120.2"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "3c8b1a91c86687a344f3c52dd6dfb6e50db0dfa7f2e9c7711b060b3623e1fdeb"
4056dependencies = [
4057 "cranelift-codegen",
4058 "log",
4059 "smallvec",
4060 "target-lexicon 0.13.3",
4061]
4062
4063[[package]]
4064name = "cranelift-isle"
4065version = "0.120.2"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "711baa4e3432d4129295b39ec2b4040cc1b558874ba0a37d08e832e857db7285"
4068
4069[[package]]
4070name = "cranelift-native"
4071version = "0.120.2"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "41c83e8666e3bcc5ffeaf6f01f356f0e1f9dcd69ce5511a1efd7ca5722001a3f"
4074dependencies = [
4075 "cranelift-codegen",
4076 "libc",
4077 "target-lexicon 0.13.3",
4078]
4079
4080[[package]]
4081name = "cranelift-srcgen"
4082version = "0.120.2"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "02e3f4d783a55c64266d17dc67d2708852235732a100fc40dd9f1051adc64d7b"
4085
4086[[package]]
4087name = "crash-context"
4088version = "0.6.3"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
4091dependencies = [
4092 "cfg-if",
4093 "libc",
4094 "mach2 0.4.3",
4095]
4096
4097[[package]]
4098name = "crash-handler"
4099version = "0.6.3"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
4102dependencies = [
4103 "cfg-if",
4104 "crash-context",
4105 "libc",
4106 "mach2 0.4.3",
4107 "parking_lot",
4108]
4109
4110[[package]]
4111name = "crashes"
4112version = "0.1.0"
4113dependencies = [
4114 "cfg-if",
4115 "crash-handler",
4116 "futures 0.3.31",
4117 "log",
4118 "mach2 0.5.0",
4119 "minidumper",
4120 "parking_lot",
4121 "paths",
4122 "release_channel",
4123 "serde",
4124 "serde_json",
4125 "smol",
4126 "system_specs",
4127 "windows 0.61.3",
4128 "zstd",
4129]
4130
4131[[package]]
4132name = "crc"
4133version = "3.3.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
4136dependencies = [
4137 "crc-catalog",
4138]
4139
4140[[package]]
4141name = "crc-catalog"
4142version = "2.4.0"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
4145
4146[[package]]
4147name = "crc-fast"
4148version = "1.6.0"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
4151dependencies = [
4152 "crc",
4153 "digest",
4154 "rand 0.9.2",
4155 "regex",
4156 "rustversion",
4157]
4158
4159[[package]]
4160name = "crc32fast"
4161version = "1.5.0"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
4164dependencies = [
4165 "cfg-if",
4166]
4167
4168[[package]]
4169name = "credentials_provider"
4170version = "0.1.0"
4171dependencies = [
4172 "anyhow",
4173 "futures 0.3.31",
4174 "gpui",
4175 "paths",
4176 "release_channel",
4177 "serde",
4178 "serde_json",
4179]
4180
4181[[package]]
4182name = "criterion"
4183version = "0.5.1"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4186dependencies = [
4187 "anes",
4188 "cast",
4189 "ciborium",
4190 "clap",
4191 "criterion-plot",
4192 "is-terminal",
4193 "itertools 0.10.5",
4194 "num-traits",
4195 "once_cell",
4196 "oorandom",
4197 "plotters",
4198 "rayon",
4199 "regex",
4200 "serde",
4201 "serde_derive",
4202 "serde_json",
4203 "tinytemplate",
4204 "walkdir",
4205]
4206
4207[[package]]
4208name = "criterion-plot"
4209version = "0.5.0"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4212dependencies = [
4213 "cast",
4214 "itertools 0.10.5",
4215]
4216
4217[[package]]
4218name = "crossbeam"
4219version = "0.8.4"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4222dependencies = [
4223 "crossbeam-channel",
4224 "crossbeam-deque",
4225 "crossbeam-epoch",
4226 "crossbeam-queue",
4227 "crossbeam-utils",
4228]
4229
4230[[package]]
4231name = "crossbeam-channel"
4232version = "0.5.15"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4235dependencies = [
4236 "crossbeam-utils",
4237]
4238
4239[[package]]
4240name = "crossbeam-deque"
4241version = "0.8.6"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4244dependencies = [
4245 "crossbeam-epoch",
4246 "crossbeam-utils",
4247]
4248
4249[[package]]
4250name = "crossbeam-epoch"
4251version = "0.9.18"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4254dependencies = [
4255 "crossbeam-utils",
4256]
4257
4258[[package]]
4259name = "crossbeam-queue"
4260version = "0.3.12"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4263dependencies = [
4264 "crossbeam-utils",
4265]
4266
4267[[package]]
4268name = "crossbeam-utils"
4269version = "0.8.21"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4272
4273[[package]]
4274name = "crunchy"
4275version = "0.2.4"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4278
4279[[package]]
4280name = "crypto-bigint"
4281version = "0.4.9"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4284dependencies = [
4285 "generic-array",
4286 "rand_core 0.6.4",
4287 "subtle",
4288 "zeroize",
4289]
4290
4291[[package]]
4292name = "crypto-bigint"
4293version = "0.5.5"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4296dependencies = [
4297 "rand_core 0.6.4",
4298 "subtle",
4299]
4300
4301[[package]]
4302name = "crypto-common"
4303version = "0.1.6"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4306dependencies = [
4307 "generic-array",
4308 "typenum",
4309]
4310
4311[[package]]
4312name = "cssparser"
4313version = "0.35.0"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4316dependencies = [
4317 "cssparser-macros",
4318 "dtoa-short",
4319 "itoa",
4320 "phf 0.11.3",
4321 "smallvec",
4322]
4323
4324[[package]]
4325name = "cssparser-macros"
4326version = "0.6.1"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4329dependencies = [
4330 "quote",
4331 "syn 2.0.117",
4332]
4333
4334[[package]]
4335name = "csv_preview"
4336version = "0.1.0"
4337dependencies = [
4338 "anyhow",
4339 "editor",
4340 "feature_flags",
4341 "gpui",
4342 "log",
4343 "text",
4344 "ui",
4345 "workspace",
4346]
4347
4348[[package]]
4349name = "ctor"
4350version = "0.4.3"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4353dependencies = [
4354 "ctor-proc-macro",
4355 "dtor",
4356]
4357
4358[[package]]
4359name = "ctor-proc-macro"
4360version = "0.0.6"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4363
4364[[package]]
4365name = "ctrlc"
4366version = "3.5.0"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4369dependencies = [
4370 "dispatch",
4371 "nix 0.30.1",
4372 "windows-sys 0.61.2",
4373]
4374
4375[[package]]
4376name = "cursor-icon"
4377version = "1.2.0"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4380
4381[[package]]
4382name = "cxx"
4383version = "1.0.187"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4386dependencies = [
4387 "cc",
4388 "cxx-build",
4389 "cxxbridge-cmd",
4390 "cxxbridge-flags",
4391 "cxxbridge-macro",
4392 "foldhash 0.2.0",
4393 "link-cplusplus",
4394]
4395
4396[[package]]
4397name = "cxx-build"
4398version = "1.0.187"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4401dependencies = [
4402 "cc",
4403 "codespan-reporting",
4404 "indexmap",
4405 "proc-macro2",
4406 "quote",
4407 "scratch",
4408 "syn 2.0.117",
4409]
4410
4411[[package]]
4412name = "cxxbridge-cmd"
4413version = "1.0.187"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4416dependencies = [
4417 "clap",
4418 "codespan-reporting",
4419 "indexmap",
4420 "proc-macro2",
4421 "quote",
4422 "syn 2.0.117",
4423]
4424
4425[[package]]
4426name = "cxxbridge-flags"
4427version = "1.0.187"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4430
4431[[package]]
4432name = "cxxbridge-macro"
4433version = "1.0.187"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4436dependencies = [
4437 "indexmap",
4438 "proc-macro2",
4439 "quote",
4440 "syn 2.0.117",
4441]
4442
4443[[package]]
4444name = "dap"
4445version = "0.1.0"
4446dependencies = [
4447 "anyhow",
4448 "async-compression",
4449 "async-pipe",
4450 "async-tar",
4451 "async-trait",
4452 "client",
4453 "collections",
4454 "dap-types",
4455 "fs",
4456 "futures 0.3.31",
4457 "gpui",
4458 "http_client",
4459 "language",
4460 "libc",
4461 "log",
4462 "node_runtime",
4463 "parking_lot",
4464 "paths",
4465 "proto",
4466 "schemars",
4467 "serde",
4468 "serde_json",
4469 "settings",
4470 "smallvec",
4471 "smol",
4472 "task",
4473 "telemetry",
4474 "util",
4475 "zlog",
4476]
4477
4478[[package]]
4479name = "dap-types"
4480version = "0.0.1"
4481source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4482dependencies = [
4483 "schemars",
4484 "serde",
4485 "serde_json",
4486]
4487
4488[[package]]
4489name = "dap_adapters"
4490version = "0.1.0"
4491dependencies = [
4492 "anyhow",
4493 "async-trait",
4494 "collections",
4495 "dap",
4496 "dotenvy",
4497 "fs",
4498 "futures 0.3.31",
4499 "gpui",
4500 "http_client",
4501 "json_dotpath",
4502 "language",
4503 "log",
4504 "node_runtime",
4505 "paths",
4506 "serde",
4507 "serde_json",
4508 "settings",
4509 "smol",
4510 "task",
4511 "util",
4512]
4513
4514[[package]]
4515name = "darling"
4516version = "0.20.11"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4519dependencies = [
4520 "darling_core 0.20.11",
4521 "darling_macro 0.20.11",
4522]
4523
4524[[package]]
4525name = "darling"
4526version = "0.21.3"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4529dependencies = [
4530 "darling_core 0.21.3",
4531 "darling_macro 0.21.3",
4532]
4533
4534[[package]]
4535name = "darling_core"
4536version = "0.20.11"
4537source = "registry+https://github.com/rust-lang/crates.io-index"
4538checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4539dependencies = [
4540 "fnv",
4541 "ident_case",
4542 "proc-macro2",
4543 "quote",
4544 "strsim",
4545 "syn 2.0.117",
4546]
4547
4548[[package]]
4549name = "darling_core"
4550version = "0.21.3"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4553dependencies = [
4554 "fnv",
4555 "ident_case",
4556 "proc-macro2",
4557 "quote",
4558 "strsim",
4559 "syn 2.0.117",
4560]
4561
4562[[package]]
4563name = "darling_macro"
4564version = "0.20.11"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4567dependencies = [
4568 "darling_core 0.20.11",
4569 "quote",
4570 "syn 2.0.117",
4571]
4572
4573[[package]]
4574name = "darling_macro"
4575version = "0.21.3"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4578dependencies = [
4579 "darling_core 0.21.3",
4580 "quote",
4581 "syn 2.0.117",
4582]
4583
4584[[package]]
4585name = "dashmap"
4586version = "6.1.0"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4589dependencies = [
4590 "cfg-if",
4591 "crossbeam-utils",
4592 "hashbrown 0.14.5",
4593 "lock_api",
4594 "once_cell",
4595 "parking_lot_core",
4596]
4597
4598[[package]]
4599name = "dasp_sample"
4600version = "0.11.0"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4603
4604[[package]]
4605name = "data-encoding"
4606version = "2.9.0"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4609
4610[[package]]
4611name = "data-url"
4612version = "0.3.2"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4615
4616[[package]]
4617name = "db"
4618version = "0.1.0"
4619dependencies = [
4620 "anyhow",
4621 "gpui",
4622 "indoc",
4623 "inventory",
4624 "log",
4625 "paths",
4626 "release_channel",
4627 "smol",
4628 "sqlez",
4629 "sqlez_macros",
4630 "tempfile",
4631 "util",
4632 "uuid",
4633 "zed_env_vars",
4634]
4635
4636[[package]]
4637name = "dbus"
4638version = "0.9.9"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4641dependencies = [
4642 "libc",
4643 "libdbus-sys",
4644 "windows-sys 0.59.0",
4645]
4646
4647[[package]]
4648name = "debug_adapter_extension"
4649version = "0.1.0"
4650dependencies = [
4651 "anyhow",
4652 "async-trait",
4653 "collections",
4654 "dap",
4655 "extension",
4656 "gpui",
4657 "serde_json",
4658 "task",
4659 "util",
4660]
4661
4662[[package]]
4663name = "debugger_tools"
4664version = "0.1.0"
4665dependencies = [
4666 "anyhow",
4667 "dap",
4668 "editor",
4669 "futures 0.3.31",
4670 "gpui",
4671 "project",
4672 "serde_json",
4673 "settings",
4674 "smol",
4675 "util",
4676 "workspace",
4677]
4678
4679[[package]]
4680name = "debugger_ui"
4681version = "0.1.0"
4682dependencies = [
4683 "alacritty_terminal",
4684 "anyhow",
4685 "bitflags 2.10.0",
4686 "client",
4687 "collections",
4688 "command_palette_hooks",
4689 "dap",
4690 "dap_adapters",
4691 "db",
4692 "debugger_tools",
4693 "editor",
4694 "feature_flags",
4695 "file_icons",
4696 "futures 0.3.31",
4697 "fuzzy",
4698 "gpui",
4699 "hex",
4700 "indoc",
4701 "itertools 0.14.0",
4702 "language",
4703 "log",
4704 "menu",
4705 "notifications",
4706 "parking_lot",
4707 "parse_int",
4708 "paths",
4709 "picker",
4710 "pretty_assertions",
4711 "project",
4712 "rpc",
4713 "schemars",
4714 "serde",
4715 "serde_json",
4716 "serde_json_lenient",
4717 "settings",
4718 "sysinfo 0.37.2",
4719 "task",
4720 "tasks_ui",
4721 "terminal_view",
4722 "text",
4723 "theme",
4724 "tree-sitter",
4725 "tree-sitter-go",
4726 "tree-sitter-json",
4727 "ui",
4728 "ui_input",
4729 "unindent",
4730 "util",
4731 "workspace",
4732 "zed_actions",
4733 "zlog",
4734]
4735
4736[[package]]
4737name = "debugid"
4738version = "0.8.0"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4741dependencies = [
4742 "uuid",
4743]
4744
4745[[package]]
4746name = "deepseek"
4747version = "0.1.0"
4748dependencies = [
4749 "anyhow",
4750 "futures 0.3.31",
4751 "http_client",
4752 "schemars",
4753 "serde",
4754 "serde_json",
4755]
4756
4757[[package]]
4758name = "deflate64"
4759version = "0.1.10"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4762
4763[[package]]
4764name = "denoise"
4765version = "0.1.0"
4766dependencies = [
4767 "candle-core",
4768 "candle-onnx",
4769 "log",
4770 "realfft",
4771 "rodio",
4772 "rustfft",
4773 "thiserror 2.0.17",
4774]
4775
4776[[package]]
4777name = "der"
4778version = "0.6.1"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4781dependencies = [
4782 "const-oid",
4783 "zeroize",
4784]
4785
4786[[package]]
4787name = "der"
4788version = "0.7.10"
4789source = "registry+https://github.com/rust-lang/crates.io-index"
4790checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4791dependencies = [
4792 "const-oid",
4793 "pem-rfc7468",
4794 "zeroize",
4795]
4796
4797[[package]]
4798name = "deranged"
4799version = "0.5.4"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4802dependencies = [
4803 "powerfmt",
4804 "serde_core",
4805]
4806
4807[[package]]
4808name = "derive_arbitrary"
4809version = "1.4.2"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4812dependencies = [
4813 "proc-macro2",
4814 "quote",
4815 "syn 2.0.117",
4816]
4817
4818[[package]]
4819name = "derive_more"
4820version = "2.1.1"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4823dependencies = [
4824 "derive_more-impl",
4825]
4826
4827[[package]]
4828name = "derive_more-impl"
4829version = "2.1.1"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4832dependencies = [
4833 "convert_case 0.10.0",
4834 "proc-macro2",
4835 "quote",
4836 "rustc_version",
4837 "syn 2.0.117",
4838 "unicode-xid",
4839]
4840
4841[[package]]
4842name = "derive_refineable"
4843version = "0.1.0"
4844dependencies = [
4845 "proc-macro2",
4846 "quote",
4847 "syn 2.0.117",
4848]
4849
4850[[package]]
4851name = "derive_setters"
4852version = "0.1.9"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4855dependencies = [
4856 "darling 0.21.3",
4857 "proc-macro2",
4858 "quote",
4859 "syn 2.0.117",
4860]
4861
4862[[package]]
4863name = "dev_container"
4864version = "0.1.0"
4865dependencies = [
4866 "fs",
4867 "futures 0.3.31",
4868 "gpui",
4869 "http 1.3.1",
4870 "http_client",
4871 "log",
4872 "menu",
4873 "node_runtime",
4874 "paths",
4875 "picker",
4876 "project",
4877 "serde",
4878 "serde_json",
4879 "settings",
4880 "smol",
4881 "ui",
4882 "util",
4883 "workspace",
4884 "worktree",
4885]
4886
4887[[package]]
4888name = "diagnostics"
4889version = "0.1.0"
4890dependencies = [
4891 "anyhow",
4892 "collections",
4893 "component",
4894 "ctor",
4895 "editor",
4896 "gpui",
4897 "indoc",
4898 "itertools 0.14.0",
4899 "language",
4900 "log",
4901 "lsp",
4902 "markdown",
4903 "pretty_assertions",
4904 "project",
4905 "rand 0.9.2",
4906 "serde",
4907 "serde_json",
4908 "settings",
4909 "text",
4910 "theme",
4911 "ui",
4912 "unindent",
4913 "util",
4914 "workspace",
4915 "zed_actions",
4916 "zlog",
4917]
4918
4919[[package]]
4920name = "dialoguer"
4921version = "0.11.0"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4924dependencies = [
4925 "console",
4926 "fuzzy-matcher",
4927 "shell-words",
4928 "tempfile",
4929 "thiserror 1.0.69",
4930 "zeroize",
4931]
4932
4933[[package]]
4934name = "diff"
4935version = "0.1.13"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4938
4939[[package]]
4940name = "diffy"
4941version = "0.4.2"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4944dependencies = [
4945 "nu-ansi-term",
4946]
4947
4948[[package]]
4949name = "digest"
4950version = "0.10.7"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4953dependencies = [
4954 "block-buffer",
4955 "const-oid",
4956 "crypto-common",
4957 "subtle",
4958]
4959
4960[[package]]
4961name = "dirs"
4962version = "4.0.0"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4965dependencies = [
4966 "dirs-sys 0.3.7",
4967]
4968
4969[[package]]
4970name = "dirs"
4971version = "5.0.1"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4974dependencies = [
4975 "dirs-sys 0.4.1",
4976]
4977
4978[[package]]
4979name = "dirs"
4980version = "6.0.0"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4983dependencies = [
4984 "dirs-sys 0.5.0",
4985]
4986
4987[[package]]
4988name = "dirs-sys"
4989version = "0.3.7"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4992dependencies = [
4993 "libc",
4994 "redox_users 0.4.6",
4995 "winapi",
4996]
4997
4998[[package]]
4999name = "dirs-sys"
5000version = "0.4.1"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
5003dependencies = [
5004 "libc",
5005 "option-ext",
5006 "redox_users 0.4.6",
5007 "windows-sys 0.48.0",
5008]
5009
5010[[package]]
5011name = "dirs-sys"
5012version = "0.5.0"
5013source = "registry+https://github.com/rust-lang/crates.io-index"
5014checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5015dependencies = [
5016 "libc",
5017 "option-ext",
5018 "redox_users 0.5.2",
5019 "windows-sys 0.61.2",
5020]
5021
5022[[package]]
5023name = "dispatch"
5024version = "0.2.0"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5027
5028[[package]]
5029name = "dispatch2"
5030version = "0.3.1"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5033dependencies = [
5034 "bitflags 2.10.0",
5035 "block2",
5036 "libc",
5037 "objc2",
5038]
5039
5040[[package]]
5041name = "displaydoc"
5042version = "0.2.5"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5045dependencies = [
5046 "proc-macro2",
5047 "quote",
5048 "syn 2.0.117",
5049]
5050
5051[[package]]
5052name = "dlib"
5053version = "0.5.2"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5056dependencies = [
5057 "libloading",
5058]
5059
5060[[package]]
5061name = "docs_preprocessor"
5062version = "0.1.0"
5063dependencies = [
5064 "anyhow",
5065 "collections",
5066 "jsonschema",
5067 "mdbook",
5068 "regex",
5069 "schemars",
5070 "serde",
5071 "serde_json",
5072 "settings",
5073 "task",
5074 "theme",
5075 "util",
5076 "zlog",
5077]
5078
5079[[package]]
5080name = "document-features"
5081version = "0.2.12"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5084dependencies = [
5085 "litrs",
5086]
5087
5088[[package]]
5089name = "documented"
5090version = "0.9.2"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5093dependencies = [
5094 "documented-macros",
5095 "phf 0.12.1",
5096 "thiserror 2.0.17",
5097]
5098
5099[[package]]
5100name = "documented-macros"
5101version = "0.9.2"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5104dependencies = [
5105 "convert_case 0.8.0",
5106 "itertools 0.14.0",
5107 "optfield",
5108 "proc-macro2",
5109 "quote",
5110 "strum 0.27.2",
5111 "syn 2.0.117",
5112]
5113
5114[[package]]
5115name = "dotenvy"
5116version = "0.15.7"
5117source = "registry+https://github.com/rust-lang/crates.io-index"
5118checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5119
5120[[package]]
5121name = "downcast-rs"
5122version = "1.2.1"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5125
5126[[package]]
5127name = "doxygen-rs"
5128version = "0.4.2"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5131dependencies = [
5132 "phf 0.11.3",
5133]
5134
5135[[package]]
5136name = "dtoa"
5137version = "1.0.10"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5140
5141[[package]]
5142name = "dtoa-short"
5143version = "0.3.5"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5146dependencies = [
5147 "dtoa",
5148]
5149
5150[[package]]
5151name = "dtor"
5152version = "0.0.6"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5155dependencies = [
5156 "dtor-proc-macro",
5157]
5158
5159[[package]]
5160name = "dtor-proc-macro"
5161version = "0.0.5"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5164
5165[[package]]
5166name = "dunce"
5167version = "1.0.5"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5170
5171[[package]]
5172name = "dwrote"
5173version = "0.11.5"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5176dependencies = [
5177 "lazy_static",
5178 "libc",
5179 "winapi",
5180 "wio",
5181]
5182
5183[[package]]
5184name = "dyn-clone"
5185version = "1.0.20"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5188
5189[[package]]
5190name = "dyn-stack"
5191version = "0.10.0"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5194dependencies = [
5195 "bytemuck",
5196 "reborrow",
5197]
5198
5199[[package]]
5200name = "dyn-stack"
5201version = "0.13.2"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5204dependencies = [
5205 "bytemuck",
5206 "dyn-stack-macros",
5207]
5208
5209[[package]]
5210name = "dyn-stack-macros"
5211version = "0.1.3"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5214
5215[[package]]
5216name = "ec4rs"
5217version = "1.2.0"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5220
5221[[package]]
5222name = "ecdsa"
5223version = "0.14.8"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5226dependencies = [
5227 "der 0.6.1",
5228 "elliptic-curve",
5229 "rfc6979",
5230 "signature 1.6.4",
5231]
5232
5233[[package]]
5234name = "edit_prediction"
5235version = "0.1.0"
5236dependencies = [
5237 "ai_onboarding",
5238 "anyhow",
5239 "brotli",
5240 "buffer_diff",
5241 "client",
5242 "clock",
5243 "cloud_api_types",
5244 "cloud_llm_client",
5245 "collections",
5246 "copilot",
5247 "copilot_ui",
5248 "ctor",
5249 "db",
5250 "edit_prediction_context",
5251 "edit_prediction_types",
5252 "feature_flags",
5253 "fs",
5254 "futures 0.3.31",
5255 "gpui",
5256 "heapless",
5257 "indoc",
5258 "itertools 0.14.0",
5259 "language",
5260 "language_model",
5261 "log",
5262 "lsp",
5263 "menu",
5264 "open_ai",
5265 "parking_lot",
5266 "postage",
5267 "pretty_assertions",
5268 "project",
5269 "pulldown-cmark 0.13.0",
5270 "rand 0.9.2",
5271 "regex",
5272 "release_channel",
5273 "semver",
5274 "serde",
5275 "serde_json",
5276 "settings",
5277 "strum 0.27.2",
5278 "telemetry",
5279 "telemetry_events",
5280 "text",
5281 "thiserror 2.0.17",
5282 "time",
5283 "toml 0.8.23",
5284 "ui",
5285 "util",
5286 "uuid",
5287 "workspace",
5288 "worktree",
5289 "zed_actions",
5290 "zeta_prompt",
5291 "zlog",
5292 "zstd",
5293]
5294
5295[[package]]
5296name = "edit_prediction_cli"
5297version = "0.1.0"
5298dependencies = [
5299 "anthropic",
5300 "anyhow",
5301 "chrono",
5302 "clap",
5303 "client",
5304 "cloud_llm_client",
5305 "collections",
5306 "db",
5307 "debug_adapter_extension",
5308 "dirs 4.0.0",
5309 "edit_prediction",
5310 "extension",
5311 "flate2",
5312 "fs",
5313 "futures 0.3.31",
5314 "gaoya",
5315 "gpui",
5316 "gpui_platform",
5317 "gpui_tokio",
5318 "http_client",
5319 "indoc",
5320 "language",
5321 "language_extension",
5322 "language_model",
5323 "language_models",
5324 "languages",
5325 "libc",
5326 "log",
5327 "node_runtime",
5328 "open_ai",
5329 "paths",
5330 "pretty_assertions",
5331 "project",
5332 "prompt_store",
5333 "rand 0.9.2",
5334 "release_channel",
5335 "reqwest_client",
5336 "rust-embed",
5337 "serde",
5338 "serde_json",
5339 "settings",
5340 "shellexpand 2.1.2",
5341 "similar",
5342 "smol",
5343 "sqlez",
5344 "sqlez_macros",
5345 "strum 0.27.2",
5346 "telemetry_events",
5347 "tempfile",
5348 "terminal_view",
5349 "toml 0.8.23",
5350 "util",
5351 "wasmtime",
5352 "watch",
5353 "workspace",
5354 "zeta_prompt",
5355]
5356
5357[[package]]
5358name = "edit_prediction_context"
5359version = "0.1.0"
5360dependencies = [
5361 "anyhow",
5362 "clock",
5363 "collections",
5364 "env_logger 0.11.8",
5365 "futures 0.3.31",
5366 "gpui",
5367 "indoc",
5368 "language",
5369 "log",
5370 "lsp",
5371 "parking_lot",
5372 "pretty_assertions",
5373 "project",
5374 "serde",
5375 "serde_json",
5376 "settings",
5377 "smallvec",
5378 "text",
5379 "tree-sitter",
5380 "util",
5381 "zeta_prompt",
5382]
5383
5384[[package]]
5385name = "edit_prediction_types"
5386version = "0.1.0"
5387dependencies = [
5388 "client",
5389 "gpui",
5390 "icons",
5391 "language",
5392 "text",
5393]
5394
5395[[package]]
5396name = "edit_prediction_ui"
5397version = "0.1.0"
5398dependencies = [
5399 "anyhow",
5400 "buffer_diff",
5401 "client",
5402 "cloud_llm_client",
5403 "codestral",
5404 "collections",
5405 "command_palette_hooks",
5406 "copilot",
5407 "copilot_chat",
5408 "copilot_ui",
5409 "edit_prediction",
5410 "edit_prediction_types",
5411 "editor",
5412 "feature_flags",
5413 "fs",
5414 "futures 0.3.31",
5415 "gpui",
5416 "indoc",
5417 "language",
5418 "markdown",
5419 "menu",
5420 "multi_buffer",
5421 "paths",
5422 "project",
5423 "regex",
5424 "settings",
5425 "telemetry",
5426 "text",
5427 "theme",
5428 "time",
5429 "ui",
5430 "util",
5431 "workspace",
5432 "zed_actions",
5433 "zeta_prompt",
5434]
5435
5436[[package]]
5437name = "editor"
5438version = "0.1.0"
5439dependencies = [
5440 "aho-corasick",
5441 "anyhow",
5442 "assets",
5443 "breadcrumbs",
5444 "buffer_diff",
5445 "client",
5446 "clock",
5447 "collections",
5448 "convert_case 0.8.0",
5449 "criterion",
5450 "ctor",
5451 "dap",
5452 "db",
5453 "edit_prediction_types",
5454 "emojis",
5455 "feature_flags",
5456 "file_icons",
5457 "fs",
5458 "futures 0.3.31",
5459 "fuzzy",
5460 "git",
5461 "gpui",
5462 "indoc",
5463 "itertools 0.14.0",
5464 "language",
5465 "languages",
5466 "linkify",
5467 "log",
5468 "lsp",
5469 "markdown",
5470 "menu",
5471 "multi_buffer",
5472 "ordered-float 2.10.1",
5473 "parking_lot",
5474 "pretty_assertions",
5475 "project",
5476 "proptest",
5477 "proptest-derive",
5478 "rand 0.9.2",
5479 "regex",
5480 "release_channel",
5481 "rope",
5482 "rpc",
5483 "schemars",
5484 "semver",
5485 "serde",
5486 "serde_json",
5487 "settings",
5488 "smallvec",
5489 "smol",
5490 "snippet",
5491 "sum_tree",
5492 "task",
5493 "telemetry",
5494 "text",
5495 "theme",
5496 "time",
5497 "tracing",
5498 "tree-sitter-bash",
5499 "tree-sitter-c",
5500 "tree-sitter-html",
5501 "tree-sitter-md",
5502 "tree-sitter-python",
5503 "tree-sitter-rust",
5504 "tree-sitter-typescript",
5505 "tree-sitter-yaml",
5506 "ui",
5507 "ui_input",
5508 "unicode-script",
5509 "unicode-segmentation",
5510 "unicode-width",
5511 "unindent",
5512 "url",
5513 "util",
5514 "uuid",
5515 "vim_mode_setting",
5516 "workspace",
5517 "zed_actions",
5518 "zlog",
5519 "ztracing",
5520]
5521
5522[[package]]
5523name = "either"
5524version = "1.15.0"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5527dependencies = [
5528 "serde",
5529]
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 = "elliptic-curve"
5545version = "0.12.3"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5548dependencies = [
5549 "base16ct",
5550 "crypto-bigint 0.4.9",
5551 "der 0.6.1",
5552 "digest",
5553 "ff",
5554 "generic-array",
5555 "group",
5556 "pkcs8 0.9.0",
5557 "rand_core 0.6.4",
5558 "sec1",
5559 "subtle",
5560 "zeroize",
5561]
5562
5563[[package]]
5564name = "email_address"
5565version = "0.2.9"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5568dependencies = [
5569 "serde",
5570]
5571
5572[[package]]
5573name = "embed-resource"
5574version = "3.0.6"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5577dependencies = [
5578 "cc",
5579 "memchr",
5580 "rustc_version",
5581 "toml 0.9.8",
5582 "vswhom",
5583 "winreg 0.55.0",
5584]
5585
5586[[package]]
5587name = "embedded-io"
5588version = "0.4.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5591
5592[[package]]
5593name = "embedded-io"
5594version = "0.6.1"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5597
5598[[package]]
5599name = "emojis"
5600version = "0.6.4"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5603dependencies = [
5604 "phf 0.11.3",
5605]
5606
5607[[package]]
5608name = "encode_unicode"
5609version = "1.0.0"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5612
5613[[package]]
5614name = "encoding_rs"
5615version = "0.8.35"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5618dependencies = [
5619 "cfg-if",
5620]
5621
5622[[package]]
5623name = "encoding_selector"
5624version = "0.1.0"
5625dependencies = [
5626 "editor",
5627 "encoding_rs",
5628 "fuzzy",
5629 "gpui",
5630 "language",
5631 "picker",
5632 "project",
5633 "ui",
5634 "util",
5635 "workspace",
5636]
5637
5638[[package]]
5639name = "endi"
5640version = "1.1.0"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
5642checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5643
5644[[package]]
5645name = "enum-as-inner"
5646version = "0.6.1"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5649dependencies = [
5650 "heck 0.5.0",
5651 "proc-macro2",
5652 "quote",
5653 "syn 2.0.117",
5654]
5655
5656[[package]]
5657name = "enumflags2"
5658version = "0.7.12"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5661dependencies = [
5662 "enumflags2_derive",
5663 "serde",
5664]
5665
5666[[package]]
5667name = "enumflags2_derive"
5668version = "0.7.12"
5669source = "registry+https://github.com/rust-lang/crates.io-index"
5670checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5671dependencies = [
5672 "proc-macro2",
5673 "quote",
5674 "syn 2.0.117",
5675]
5676
5677[[package]]
5678name = "env_filter"
5679version = "0.1.4"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5682dependencies = [
5683 "log",
5684 "regex",
5685]
5686
5687[[package]]
5688name = "env_logger"
5689version = "0.10.2"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5692dependencies = [
5693 "humantime",
5694 "is-terminal",
5695 "log",
5696 "regex",
5697 "termcolor",
5698]
5699
5700[[package]]
5701name = "env_logger"
5702version = "0.11.8"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5705dependencies = [
5706 "anstream",
5707 "anstyle",
5708 "env_filter",
5709 "jiff",
5710 "log",
5711]
5712
5713[[package]]
5714name = "envy"
5715version = "0.4.2"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5718dependencies = [
5719 "serde",
5720]
5721
5722[[package]]
5723name = "equator"
5724version = "0.4.2"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5727dependencies = [
5728 "equator-macro",
5729]
5730
5731[[package]]
5732name = "equator-macro"
5733version = "0.4.2"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5736dependencies = [
5737 "proc-macro2",
5738 "quote",
5739 "syn 2.0.117",
5740]
5741
5742[[package]]
5743name = "equivalent"
5744version = "1.0.2"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5747
5748[[package]]
5749name = "erased-serde"
5750version = "0.4.9"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5753dependencies = [
5754 "serde",
5755 "serde_core",
5756 "typeid",
5757]
5758
5759[[package]]
5760name = "errno"
5761version = "0.2.8"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5764dependencies = [
5765 "errno-dragonfly",
5766 "libc",
5767 "winapi",
5768]
5769
5770[[package]]
5771name = "errno"
5772version = "0.3.14"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5775dependencies = [
5776 "libc",
5777 "windows-sys 0.61.2",
5778]
5779
5780[[package]]
5781name = "errno-dragonfly"
5782version = "0.1.2"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5785dependencies = [
5786 "cc",
5787 "libc",
5788]
5789
5790[[package]]
5791name = "error-graph"
5792version = "0.1.1"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5795dependencies = [
5796 "serde",
5797]
5798
5799[[package]]
5800name = "etagere"
5801version = "0.2.15"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5804dependencies = [
5805 "euclid",
5806 "svg_fmt",
5807]
5808
5809[[package]]
5810name = "etcetera"
5811version = "0.8.0"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5814dependencies = [
5815 "cfg-if",
5816 "home",
5817 "windows-sys 0.48.0",
5818]
5819
5820[[package]]
5821name = "etw_tracing"
5822version = "0.1.0"
5823dependencies = [
5824 "anyhow",
5825 "gpui",
5826 "log",
5827 "net",
5828 "serde",
5829 "serde_json",
5830 "util",
5831 "windows 0.61.3",
5832 "windows-core 0.61.2",
5833 "workspace",
5834 "wprcontrol",
5835]
5836
5837[[package]]
5838name = "euclid"
5839version = "0.22.11"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5842dependencies = [
5843 "num-traits",
5844]
5845
5846[[package]]
5847name = "eval"
5848version = "0.1.0"
5849dependencies = [
5850 "acp_thread",
5851 "agent",
5852 "agent-client-protocol",
5853 "agent_settings",
5854 "agent_ui",
5855 "anyhow",
5856 "async-trait",
5857 "buffer_diff",
5858 "chrono",
5859 "clap",
5860 "client",
5861 "collections",
5862 "debug_adapter_extension",
5863 "dirs 4.0.0",
5864 "dotenvy",
5865 "env_logger 0.11.8",
5866 "extension",
5867 "fs",
5868 "futures 0.3.31",
5869 "gpui",
5870 "gpui_platform",
5871 "gpui_tokio",
5872 "handlebars 4.5.0",
5873 "language",
5874 "language_extension",
5875 "language_model",
5876 "language_models",
5877 "languages",
5878 "markdown",
5879 "node_runtime",
5880 "pathdiff",
5881 "paths",
5882 "pretty_assertions",
5883 "project",
5884 "prompt_store",
5885 "rand 0.9.2",
5886 "regex",
5887 "release_channel",
5888 "reqwest_client",
5889 "serde",
5890 "serde_json",
5891 "settings",
5892 "shellexpand 2.1.2",
5893 "telemetry",
5894 "terminal_view",
5895 "toml 0.8.23",
5896 "unindent",
5897 "util",
5898 "uuid",
5899 "watch",
5900]
5901
5902[[package]]
5903name = "eval_cli"
5904version = "0.1.0"
5905dependencies = [
5906 "acp_thread",
5907 "agent",
5908 "agent-client-protocol",
5909 "agent_ui",
5910 "anyhow",
5911 "clap",
5912 "client",
5913 "ctrlc",
5914 "db",
5915 "debug_adapter_extension",
5916 "env_logger 0.11.8",
5917 "extension",
5918 "feature_flags",
5919 "fs",
5920 "futures 0.3.31",
5921 "gpui",
5922 "gpui_platform",
5923 "gpui_tokio",
5924 "language",
5925 "language_extension",
5926 "language_model",
5927 "language_models",
5928 "languages",
5929 "node_runtime",
5930 "paths",
5931 "project",
5932 "prompt_store",
5933 "release_channel",
5934 "reqwest_client",
5935 "serde",
5936 "serde_json",
5937 "settings",
5938 "shellexpand 2.1.2",
5939 "terminal_view",
5940 "util",
5941 "watch",
5942]
5943
5944[[package]]
5945name = "eval_utils"
5946version = "0.1.0"
5947dependencies = [
5948 "gpui_platform",
5949 "serde",
5950 "smol",
5951]
5952
5953[[package]]
5954name = "event-listener"
5955version = "2.5.3"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5958
5959[[package]]
5960name = "event-listener"
5961version = "5.4.1"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5964dependencies = [
5965 "concurrent-queue",
5966 "parking",
5967 "pin-project-lite",
5968]
5969
5970[[package]]
5971name = "event-listener-strategy"
5972version = "0.5.4"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5975dependencies = [
5976 "event-listener 5.4.1",
5977 "pin-project-lite",
5978]
5979
5980[[package]]
5981name = "exec"
5982version = "0.3.1"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5985dependencies = [
5986 "errno 0.2.8",
5987 "libc",
5988]
5989
5990[[package]]
5991name = "explorer_command_injector"
5992version = "0.1.0"
5993dependencies = [
5994 "windows 0.61.3",
5995 "windows-core 0.61.2",
5996 "windows-registry 0.5.3",
5997]
5998
5999[[package]]
6000name = "exr"
6001version = "1.73.0"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
6004dependencies = [
6005 "bit_field",
6006 "half",
6007 "lebe",
6008 "miniz_oxide",
6009 "rayon-core",
6010 "smallvec",
6011 "zune-inflate",
6012]
6013
6014[[package]]
6015name = "extended"
6016version = "0.1.0"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
6019
6020[[package]]
6021name = "extension"
6022version = "0.1.0"
6023dependencies = [
6024 "anyhow",
6025 "async-trait",
6026 "cloud_api_types",
6027 "collections",
6028 "dap",
6029 "fs",
6030 "futures 0.3.31",
6031 "gpui",
6032 "heck 0.5.0",
6033 "http_client",
6034 "indoc",
6035 "language",
6036 "log",
6037 "lsp",
6038 "parking_lot",
6039 "pretty_assertions",
6040 "proto",
6041 "semver",
6042 "serde",
6043 "serde_json",
6044 "task",
6045 "tempfile",
6046 "toml 0.8.23",
6047 "tracing",
6048 "url",
6049 "util",
6050 "wasm-encoder 0.221.3",
6051 "wasmparser 0.221.3",
6052 "ztracing",
6053]
6054
6055[[package]]
6056name = "extension_cli"
6057version = "0.1.0"
6058dependencies = [
6059 "anyhow",
6060 "clap",
6061 "cloud_api_types",
6062 "env_logger 0.11.8",
6063 "extension",
6064 "fs",
6065 "gpui_platform",
6066 "language",
6067 "log",
6068 "reqwest_client",
6069 "serde",
6070 "serde_json",
6071 "serde_json_lenient",
6072 "settings_content",
6073 "snippet_provider",
6074 "task",
6075 "theme",
6076 "tokio",
6077 "toml 0.8.23",
6078 "tree-sitter",
6079 "wasmtime",
6080]
6081
6082[[package]]
6083name = "extension_host"
6084version = "0.1.0"
6085dependencies = [
6086 "anyhow",
6087 "async-compression",
6088 "async-tar",
6089 "async-trait",
6090 "client",
6091 "cloud_api_types",
6092 "collections",
6093 "criterion",
6094 "ctor",
6095 "dap",
6096 "extension",
6097 "fs",
6098 "futures 0.3.31",
6099 "gpui",
6100 "gpui_tokio",
6101 "http_client",
6102 "language",
6103 "language_extension",
6104 "log",
6105 "lsp",
6106 "moka",
6107 "node_runtime",
6108 "parking_lot",
6109 "paths",
6110 "project",
6111 "release_channel",
6112 "remote",
6113 "reqwest_client",
6114 "semver",
6115 "serde",
6116 "serde_json",
6117 "serde_json_lenient",
6118 "settings",
6119 "task",
6120 "telemetry",
6121 "tempfile",
6122 "theme",
6123 "theme_extension",
6124 "toml 0.8.23",
6125 "tracing",
6126 "url",
6127 "util",
6128 "wasmparser 0.221.3",
6129 "wasmtime",
6130 "wasmtime-wasi",
6131 "zlog",
6132 "ztracing",
6133]
6134
6135[[package]]
6136name = "extensions_ui"
6137version = "0.1.0"
6138dependencies = [
6139 "anyhow",
6140 "client",
6141 "cloud_api_types",
6142 "collections",
6143 "db",
6144 "editor",
6145 "extension",
6146 "extension_host",
6147 "fs",
6148 "fuzzy",
6149 "gpui",
6150 "language",
6151 "log",
6152 "num-format",
6153 "picker",
6154 "project",
6155 "release_channel",
6156 "semver",
6157 "serde",
6158 "settings",
6159 "smallvec",
6160 "strum 0.27.2",
6161 "telemetry",
6162 "theme",
6163 "ui",
6164 "util",
6165 "vim_mode_setting",
6166 "workspace",
6167 "zed_actions",
6168]
6169
6170[[package]]
6171name = "failspot"
6172version = "0.2.0"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6175
6176[[package]]
6177name = "fallible-iterator"
6178version = "0.3.0"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6181
6182[[package]]
6183name = "fancy-regex"
6184version = "0.16.2"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6187dependencies = [
6188 "bit-set 0.8.0",
6189 "regex-automata",
6190 "regex-syntax",
6191]
6192
6193[[package]]
6194name = "fancy-regex"
6195version = "0.17.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6198dependencies = [
6199 "bit-set 0.8.0",
6200 "regex-automata",
6201 "regex-syntax",
6202]
6203
6204[[package]]
6205name = "fast-srgb8"
6206version = "1.0.0"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6209
6210[[package]]
6211name = "fastrand"
6212version = "1.9.0"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6215dependencies = [
6216 "instant",
6217]
6218
6219[[package]]
6220name = "fastrand"
6221version = "2.3.0"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6224
6225[[package]]
6226name = "fax"
6227version = "0.2.6"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6230dependencies = [
6231 "fax_derive",
6232]
6233
6234[[package]]
6235name = "fax_derive"
6236version = "0.2.0"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6239dependencies = [
6240 "proc-macro2",
6241 "quote",
6242 "syn 2.0.117",
6243]
6244
6245[[package]]
6246name = "fd-lock"
6247version = "4.0.4"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6250dependencies = [
6251 "cfg-if",
6252 "rustix 1.1.2",
6253 "windows-sys 0.59.0",
6254]
6255
6256[[package]]
6257name = "fdeflate"
6258version = "0.3.7"
6259source = "registry+https://github.com/rust-lang/crates.io-index"
6260checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6261dependencies = [
6262 "simd-adler32",
6263]
6264
6265[[package]]
6266name = "feature_flags"
6267version = "0.1.0"
6268dependencies = [
6269 "gpui",
6270]
6271
6272[[package]]
6273name = "feedback"
6274version = "0.1.0"
6275dependencies = [
6276 "gpui",
6277 "system_specs",
6278 "urlencoding",
6279 "util",
6280 "workspace",
6281 "zed_actions",
6282]
6283
6284[[package]]
6285name = "ff"
6286version = "0.12.1"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6289dependencies = [
6290 "rand_core 0.6.4",
6291 "subtle",
6292]
6293
6294[[package]]
6295name = "file_finder"
6296version = "0.1.0"
6297dependencies = [
6298 "anyhow",
6299 "channel",
6300 "client",
6301 "collections",
6302 "ctor",
6303 "editor",
6304 "file_icons",
6305 "futures 0.3.31",
6306 "fuzzy",
6307 "gpui",
6308 "menu",
6309 "open_path_prompt",
6310 "picker",
6311 "pretty_assertions",
6312 "project",
6313 "project_panel",
6314 "remote_connection",
6315 "serde",
6316 "serde_json",
6317 "settings",
6318 "theme",
6319 "ui",
6320 "util",
6321 "workspace",
6322 "zed_actions",
6323 "zlog",
6324]
6325
6326[[package]]
6327name = "file_icons"
6328version = "0.1.0"
6329dependencies = [
6330 "gpui",
6331 "serde",
6332 "theme",
6333 "util",
6334]
6335
6336[[package]]
6337name = "filedescriptor"
6338version = "0.8.3"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6341dependencies = [
6342 "libc",
6343 "thiserror 1.0.69",
6344 "winapi",
6345]
6346
6347[[package]]
6348name = "filetime"
6349version = "0.2.26"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6352dependencies = [
6353 "cfg-if",
6354 "libc",
6355 "libredox",
6356 "windows-sys 0.60.2",
6357]
6358
6359[[package]]
6360name = "find-msvc-tools"
6361version = "0.1.5"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6364
6365[[package]]
6366name = "fixedbitset"
6367version = "0.4.2"
6368source = "registry+https://github.com/rust-lang/crates.io-index"
6369checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6370
6371[[package]]
6372name = "fixedbitset"
6373version = "0.5.7"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6376
6377[[package]]
6378name = "flate2"
6379version = "1.1.8"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6382dependencies = [
6383 "crc32fast",
6384 "miniz_oxide",
6385]
6386
6387[[package]]
6388name = "float-cmp"
6389version = "0.9.0"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6392
6393[[package]]
6394name = "float-ord"
6395version = "0.3.2"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6398
6399[[package]]
6400name = "float8"
6401version = "0.4.2"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6404dependencies = [
6405 "half",
6406 "num-traits",
6407 "rand 0.9.2",
6408 "rand_distr",
6409]
6410
6411[[package]]
6412name = "float_next_after"
6413version = "1.0.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6416
6417[[package]]
6418name = "fluent-uri"
6419version = "0.4.1"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6422dependencies = [
6423 "borrow-or-share",
6424 "ref-cast",
6425 "serde",
6426]
6427
6428[[package]]
6429name = "flume"
6430version = "0.11.1"
6431source = "registry+https://github.com/rust-lang/crates.io-index"
6432checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6433dependencies = [
6434 "futures-core",
6435 "futures-sink",
6436 "nanorand",
6437 "spin 0.9.8",
6438]
6439
6440[[package]]
6441name = "fnv"
6442version = "1.0.7"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6445
6446[[package]]
6447name = "foldhash"
6448version = "0.1.5"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6451
6452[[package]]
6453name = "foldhash"
6454version = "0.2.0"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6457
6458[[package]]
6459name = "font-types"
6460version = "0.10.0"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6463dependencies = [
6464 "bytemuck",
6465]
6466
6467[[package]]
6468name = "font-types"
6469version = "0.11.0"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6472dependencies = [
6473 "bytemuck",
6474]
6475
6476[[package]]
6477name = "fontconfig-parser"
6478version = "0.5.8"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6481dependencies = [
6482 "roxmltree",
6483]
6484
6485[[package]]
6486name = "fontdb"
6487version = "0.16.2"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6490dependencies = [
6491 "fontconfig-parser",
6492 "log",
6493 "memmap2",
6494 "slotmap",
6495 "tinyvec",
6496 "ttf-parser 0.20.0",
6497]
6498
6499[[package]]
6500name = "fontdb"
6501version = "0.23.0"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6504dependencies = [
6505 "fontconfig-parser",
6506 "log",
6507 "memmap2",
6508 "slotmap",
6509 "tinyvec",
6510 "ttf-parser 0.25.1",
6511]
6512
6513[[package]]
6514name = "foreign-types"
6515version = "0.3.2"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6518dependencies = [
6519 "foreign-types-shared 0.1.1",
6520]
6521
6522[[package]]
6523name = "foreign-types"
6524version = "0.5.0"
6525source = "registry+https://github.com/rust-lang/crates.io-index"
6526checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6527dependencies = [
6528 "foreign-types-macros",
6529 "foreign-types-shared 0.3.1",
6530]
6531
6532[[package]]
6533name = "foreign-types-macros"
6534version = "0.2.3"
6535source = "registry+https://github.com/rust-lang/crates.io-index"
6536checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6537dependencies = [
6538 "proc-macro2",
6539 "quote",
6540 "syn 2.0.117",
6541]
6542
6543[[package]]
6544name = "foreign-types-shared"
6545version = "0.1.1"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6548
6549[[package]]
6550name = "foreign-types-shared"
6551version = "0.3.1"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6554
6555[[package]]
6556name = "fork"
6557version = "0.4.0"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6560dependencies = [
6561 "libc",
6562]
6563
6564[[package]]
6565name = "form_urlencoded"
6566version = "1.2.2"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6569dependencies = [
6570 "percent-encoding",
6571]
6572
6573[[package]]
6574name = "fraction"
6575version = "0.15.3"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6578dependencies = [
6579 "lazy_static",
6580 "num",
6581]
6582
6583[[package]]
6584name = "freetype-sys"
6585version = "0.20.1"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6588dependencies = [
6589 "cc",
6590 "libc",
6591 "pkg-config",
6592]
6593
6594[[package]]
6595name = "fs"
6596version = "0.1.0"
6597dependencies = [
6598 "anyhow",
6599 "ashpd",
6600 "async-tar",
6601 "async-trait",
6602 "cocoa 0.26.0",
6603 "collections",
6604 "dunce",
6605 "fs",
6606 "futures 0.3.31",
6607 "git",
6608 "gpui",
6609 "ignore",
6610 "is_executable",
6611 "libc",
6612 "log",
6613 "notify 8.2.0",
6614 "objc",
6615 "parking_lot",
6616 "paths",
6617 "proto",
6618 "rope",
6619 "serde",
6620 "serde_json",
6621 "smol",
6622 "tempfile",
6623 "text",
6624 "time",
6625 "util",
6626 "windows 0.61.3",
6627]
6628
6629[[package]]
6630name = "fs-set-times"
6631version = "0.20.3"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6634dependencies = [
6635 "io-lifetimes",
6636 "rustix 1.1.2",
6637 "windows-sys 0.59.0",
6638]
6639
6640[[package]]
6641name = "fs2"
6642version = "0.4.3"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6645dependencies = [
6646 "libc",
6647 "winapi",
6648]
6649
6650[[package]]
6651name = "fs_benchmarks"
6652version = "0.1.0"
6653dependencies = [
6654 "fs",
6655 "gpui",
6656 "gpui_platform",
6657]
6658
6659[[package]]
6660name = "fs_extra"
6661version = "1.3.0"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6664
6665[[package]]
6666name = "fsevent-sys"
6667version = "4.1.0"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6670dependencies = [
6671 "libc",
6672]
6673
6674[[package]]
6675name = "fuchsia-cprng"
6676version = "0.1.1"
6677source = "registry+https://github.com/rust-lang/crates.io-index"
6678checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6679
6680[[package]]
6681name = "funty"
6682version = "2.0.0"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6685
6686[[package]]
6687name = "futf"
6688version = "0.1.5"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6691dependencies = [
6692 "mac",
6693 "new_debug_unreachable",
6694]
6695
6696[[package]]
6697name = "futures"
6698version = "0.1.31"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6701
6702[[package]]
6703name = "futures"
6704version = "0.3.31"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
6707dependencies = [
6708 "futures-channel",
6709 "futures-core",
6710 "futures-executor",
6711 "futures-io",
6712 "futures-sink",
6713 "futures-task",
6714 "futures-util",
6715]
6716
6717[[package]]
6718name = "futures-channel"
6719version = "0.3.31"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
6722dependencies = [
6723 "futures-core",
6724 "futures-sink",
6725]
6726
6727[[package]]
6728name = "futures-concurrency"
6729version = "7.7.1"
6730source = "registry+https://github.com/rust-lang/crates.io-index"
6731checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6732dependencies = [
6733 "fixedbitset 0.5.7",
6734 "futures-core",
6735 "futures-lite 2.6.1",
6736 "pin-project",
6737 "smallvec",
6738]
6739
6740[[package]]
6741name = "futures-core"
6742version = "0.3.31"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
6745
6746[[package]]
6747name = "futures-executor"
6748version = "0.3.31"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
6751dependencies = [
6752 "futures-core",
6753 "futures-task",
6754 "futures-util",
6755]
6756
6757[[package]]
6758name = "futures-intrusive"
6759version = "0.5.0"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6762dependencies = [
6763 "futures-core",
6764 "lock_api",
6765 "parking_lot",
6766]
6767
6768[[package]]
6769name = "futures-io"
6770version = "0.3.31"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
6773
6774[[package]]
6775name = "futures-lite"
6776version = "1.13.0"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6779dependencies = [
6780 "fastrand 1.9.0",
6781 "futures-core",
6782 "futures-io",
6783 "memchr",
6784 "parking",
6785 "pin-project-lite",
6786 "waker-fn",
6787]
6788
6789[[package]]
6790name = "futures-lite"
6791version = "2.6.1"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6794dependencies = [
6795 "fastrand 2.3.0",
6796 "futures-core",
6797 "futures-io",
6798 "parking",
6799 "pin-project-lite",
6800]
6801
6802[[package]]
6803name = "futures-macro"
6804version = "0.3.31"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
6807dependencies = [
6808 "proc-macro2",
6809 "quote",
6810 "syn 2.0.117",
6811]
6812
6813[[package]]
6814name = "futures-sink"
6815version = "0.3.31"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
6818
6819[[package]]
6820name = "futures-task"
6821version = "0.3.31"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
6824
6825[[package]]
6826name = "futures-util"
6827version = "0.3.31"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
6830dependencies = [
6831 "futures 0.1.31",
6832 "futures-channel",
6833 "futures-core",
6834 "futures-io",
6835 "futures-macro",
6836 "futures-sink",
6837 "futures-task",
6838 "memchr",
6839 "pin-project-lite",
6840 "pin-utils",
6841 "slab",
6842 "tokio-io",
6843]
6844
6845[[package]]
6846name = "fuzzy"
6847version = "0.1.0"
6848dependencies = [
6849 "gpui",
6850 "log",
6851 "util",
6852]
6853
6854[[package]]
6855name = "fuzzy-matcher"
6856version = "0.3.7"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
6859dependencies = [
6860 "thread_local",
6861]
6862
6863[[package]]
6864name = "gaoya"
6865version = "0.2.0"
6866source = "registry+https://github.com/rust-lang/crates.io-index"
6867checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6868dependencies = [
6869 "ahash 0.8.12",
6870 "crossbeam-utils",
6871 "fnv",
6872 "itertools 0.10.5",
6873 "num-traits",
6874 "rand 0.8.5",
6875 "rand_pcg",
6876 "random_choice",
6877 "rayon",
6878 "seahash",
6879 "sha-1",
6880 "shingles",
6881 "siphasher 0.3.11",
6882 "smallvec",
6883 "triomphe",
6884]
6885
6886[[package]]
6887name = "gemm"
6888version = "0.17.1"
6889source = "registry+https://github.com/rust-lang/crates.io-index"
6890checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6891dependencies = [
6892 "dyn-stack 0.10.0",
6893 "gemm-c32 0.17.1",
6894 "gemm-c64 0.17.1",
6895 "gemm-common 0.17.1",
6896 "gemm-f16 0.17.1",
6897 "gemm-f32 0.17.1",
6898 "gemm-f64 0.17.1",
6899 "num-complex",
6900 "num-traits",
6901 "paste",
6902 "raw-cpuid 10.7.0",
6903 "seq-macro",
6904]
6905
6906[[package]]
6907name = "gemm"
6908version = "0.18.2"
6909source = "registry+https://github.com/rust-lang/crates.io-index"
6910checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6911dependencies = [
6912 "dyn-stack 0.13.2",
6913 "gemm-c32 0.18.2",
6914 "gemm-c64 0.18.2",
6915 "gemm-common 0.18.2",
6916 "gemm-f16 0.18.2",
6917 "gemm-f32 0.18.2",
6918 "gemm-f64 0.18.2",
6919 "num-complex",
6920 "num-traits",
6921 "paste",
6922 "raw-cpuid 11.6.0",
6923 "seq-macro",
6924]
6925
6926[[package]]
6927name = "gemm-c32"
6928version = "0.17.1"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6931dependencies = [
6932 "dyn-stack 0.10.0",
6933 "gemm-common 0.17.1",
6934 "num-complex",
6935 "num-traits",
6936 "paste",
6937 "raw-cpuid 10.7.0",
6938 "seq-macro",
6939]
6940
6941[[package]]
6942name = "gemm-c32"
6943version = "0.18.2"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6946dependencies = [
6947 "dyn-stack 0.13.2",
6948 "gemm-common 0.18.2",
6949 "num-complex",
6950 "num-traits",
6951 "paste",
6952 "raw-cpuid 11.6.0",
6953 "seq-macro",
6954]
6955
6956[[package]]
6957name = "gemm-c64"
6958version = "0.17.1"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6961dependencies = [
6962 "dyn-stack 0.10.0",
6963 "gemm-common 0.17.1",
6964 "num-complex",
6965 "num-traits",
6966 "paste",
6967 "raw-cpuid 10.7.0",
6968 "seq-macro",
6969]
6970
6971[[package]]
6972name = "gemm-c64"
6973version = "0.18.2"
6974source = "registry+https://github.com/rust-lang/crates.io-index"
6975checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6976dependencies = [
6977 "dyn-stack 0.13.2",
6978 "gemm-common 0.18.2",
6979 "num-complex",
6980 "num-traits",
6981 "paste",
6982 "raw-cpuid 11.6.0",
6983 "seq-macro",
6984]
6985
6986[[package]]
6987name = "gemm-common"
6988version = "0.17.1"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6991dependencies = [
6992 "bytemuck",
6993 "dyn-stack 0.10.0",
6994 "half",
6995 "num-complex",
6996 "num-traits",
6997 "once_cell",
6998 "paste",
6999 "pulp 0.18.22",
7000 "raw-cpuid 10.7.0",
7001 "rayon",
7002 "seq-macro",
7003 "sysctl 0.5.5",
7004]
7005
7006[[package]]
7007name = "gemm-common"
7008version = "0.18.2"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7011dependencies = [
7012 "bytemuck",
7013 "dyn-stack 0.13.2",
7014 "half",
7015 "libm",
7016 "num-complex",
7017 "num-traits",
7018 "once_cell",
7019 "paste",
7020 "pulp 0.21.5",
7021 "raw-cpuid 11.6.0",
7022 "rayon",
7023 "seq-macro",
7024 "sysctl 0.6.0",
7025]
7026
7027[[package]]
7028name = "gemm-f16"
7029version = "0.17.1"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7032dependencies = [
7033 "dyn-stack 0.10.0",
7034 "gemm-common 0.17.1",
7035 "gemm-f32 0.17.1",
7036 "half",
7037 "num-complex",
7038 "num-traits",
7039 "paste",
7040 "raw-cpuid 10.7.0",
7041 "rayon",
7042 "seq-macro",
7043]
7044
7045[[package]]
7046name = "gemm-f16"
7047version = "0.18.2"
7048source = "registry+https://github.com/rust-lang/crates.io-index"
7049checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7050dependencies = [
7051 "dyn-stack 0.13.2",
7052 "gemm-common 0.18.2",
7053 "gemm-f32 0.18.2",
7054 "half",
7055 "num-complex",
7056 "num-traits",
7057 "paste",
7058 "raw-cpuid 11.6.0",
7059 "rayon",
7060 "seq-macro",
7061]
7062
7063[[package]]
7064name = "gemm-f32"
7065version = "0.17.1"
7066source = "registry+https://github.com/rust-lang/crates.io-index"
7067checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7068dependencies = [
7069 "dyn-stack 0.10.0",
7070 "gemm-common 0.17.1",
7071 "num-complex",
7072 "num-traits",
7073 "paste",
7074 "raw-cpuid 10.7.0",
7075 "seq-macro",
7076]
7077
7078[[package]]
7079name = "gemm-f32"
7080version = "0.18.2"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7083dependencies = [
7084 "dyn-stack 0.13.2",
7085 "gemm-common 0.18.2",
7086 "num-complex",
7087 "num-traits",
7088 "paste",
7089 "raw-cpuid 11.6.0",
7090 "seq-macro",
7091]
7092
7093[[package]]
7094name = "gemm-f64"
7095version = "0.17.1"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7098dependencies = [
7099 "dyn-stack 0.10.0",
7100 "gemm-common 0.17.1",
7101 "num-complex",
7102 "num-traits",
7103 "paste",
7104 "raw-cpuid 10.7.0",
7105 "seq-macro",
7106]
7107
7108[[package]]
7109name = "gemm-f64"
7110version = "0.18.2"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7113dependencies = [
7114 "dyn-stack 0.13.2",
7115 "gemm-common 0.18.2",
7116 "num-complex",
7117 "num-traits",
7118 "paste",
7119 "raw-cpuid 11.6.0",
7120 "seq-macro",
7121]
7122
7123[[package]]
7124name = "generator"
7125version = "0.8.7"
7126source = "registry+https://github.com/rust-lang/crates.io-index"
7127checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7128dependencies = [
7129 "cc",
7130 "cfg-if",
7131 "libc",
7132 "log",
7133 "rustversion",
7134 "windows 0.61.3",
7135]
7136
7137[[package]]
7138name = "generic-array"
7139version = "0.14.7"
7140source = "registry+https://github.com/rust-lang/crates.io-index"
7141checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7142dependencies = [
7143 "typenum",
7144 "version_check",
7145]
7146
7147[[package]]
7148name = "gethostname"
7149version = "1.1.0"
7150source = "registry+https://github.com/rust-lang/crates.io-index"
7151checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7152dependencies = [
7153 "rustix 1.1.2",
7154 "windows-link 0.2.1",
7155]
7156
7157[[package]]
7158name = "getrandom"
7159version = "0.2.16"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7162dependencies = [
7163 "cfg-if",
7164 "js-sys",
7165 "libc",
7166 "wasi",
7167 "wasm-bindgen",
7168]
7169
7170[[package]]
7171name = "getrandom"
7172version = "0.3.4"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7175dependencies = [
7176 "cfg-if",
7177 "js-sys",
7178 "libc",
7179 "r-efi",
7180 "wasip2",
7181 "wasm-bindgen",
7182]
7183
7184[[package]]
7185name = "getrandom"
7186version = "0.4.1"
7187source = "registry+https://github.com/rust-lang/crates.io-index"
7188checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7189dependencies = [
7190 "cfg-if",
7191 "libc",
7192 "r-efi",
7193 "wasip2",
7194 "wasip3",
7195]
7196
7197[[package]]
7198name = "gh-workflow"
7199version = "0.8.0"
7200source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7201dependencies = [
7202 "async-trait",
7203 "derive_more",
7204 "derive_setters",
7205 "gh-workflow-macros",
7206 "indexmap",
7207 "merge",
7208 "serde",
7209 "serde_json",
7210 "serde_yaml",
7211 "strum_macros 0.27.2",
7212]
7213
7214[[package]]
7215name = "gh-workflow-macros"
7216version = "0.8.0"
7217source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7218dependencies = [
7219 "heck 0.5.0",
7220 "quote",
7221 "syn 2.0.117",
7222]
7223
7224[[package]]
7225name = "gif"
7226version = "0.13.3"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7229dependencies = [
7230 "color_quant",
7231 "weezl",
7232]
7233
7234[[package]]
7235name = "gimli"
7236version = "0.31.1"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
7239dependencies = [
7240 "fallible-iterator",
7241 "indexmap",
7242 "stable_deref_trait",
7243]
7244
7245[[package]]
7246name = "gimli"
7247version = "0.32.3"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7250
7251[[package]]
7252name = "gio-sys"
7253version = "0.21.5"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7256dependencies = [
7257 "glib-sys",
7258 "gobject-sys",
7259 "libc",
7260 "system-deps 7.0.7",
7261 "windows-sys 0.61.2",
7262]
7263
7264[[package]]
7265name = "git"
7266version = "0.1.0"
7267dependencies = [
7268 "anyhow",
7269 "askpass",
7270 "async-trait",
7271 "collections",
7272 "derive_more",
7273 "futures 0.3.31",
7274 "git2",
7275 "gpui",
7276 "http_client",
7277 "itertools 0.14.0",
7278 "log",
7279 "parking_lot",
7280 "pretty_assertions",
7281 "rand 0.9.2",
7282 "regex",
7283 "rope",
7284 "schemars",
7285 "serde",
7286 "serde_json",
7287 "smallvec",
7288 "smol",
7289 "sum_tree",
7290 "tempfile",
7291 "text",
7292 "thiserror 2.0.17",
7293 "time",
7294 "url",
7295 "urlencoding",
7296 "util",
7297 "uuid",
7298 "ztracing",
7299]
7300
7301[[package]]
7302name = "git2"
7303version = "0.20.4"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7306dependencies = [
7307 "bitflags 2.10.0",
7308 "libc",
7309 "libgit2-sys",
7310 "log",
7311 "url",
7312]
7313
7314[[package]]
7315name = "git_graph"
7316version = "0.1.0"
7317dependencies = [
7318 "anyhow",
7319 "collections",
7320 "db",
7321 "feature_flags",
7322 "fs",
7323 "git",
7324 "git_ui",
7325 "gpui",
7326 "language",
7327 "menu",
7328 "project",
7329 "rand 0.9.2",
7330 "serde_json",
7331 "settings",
7332 "smallvec",
7333 "theme",
7334 "time",
7335 "ui",
7336 "workspace",
7337]
7338
7339[[package]]
7340name = "git_hosting_providers"
7341version = "0.1.0"
7342dependencies = [
7343 "anyhow",
7344 "async-trait",
7345 "futures 0.3.31",
7346 "git",
7347 "gpui",
7348 "http_client",
7349 "indoc",
7350 "itertools 0.14.0",
7351 "pretty_assertions",
7352 "regex",
7353 "serde",
7354 "serde_json",
7355 "settings",
7356 "url",
7357 "urlencoding",
7358 "util",
7359]
7360
7361[[package]]
7362name = "git_ui"
7363version = "0.1.0"
7364dependencies = [
7365 "agent_settings",
7366 "anyhow",
7367 "askpass",
7368 "buffer_diff",
7369 "call",
7370 "cloud_llm_client",
7371 "collections",
7372 "component",
7373 "ctor",
7374 "db",
7375 "editor",
7376 "feature_flags",
7377 "file_icons",
7378 "futures 0.3.31",
7379 "fuzzy",
7380 "git",
7381 "gpui",
7382 "indoc",
7383 "itertools 0.14.0",
7384 "language",
7385 "language_model",
7386 "linkify",
7387 "log",
7388 "markdown",
7389 "menu",
7390 "multi_buffer",
7391 "notifications",
7392 "panel",
7393 "picker",
7394 "pretty_assertions",
7395 "project",
7396 "prompt_store",
7397 "proto",
7398 "rand 0.9.2",
7399 "remote",
7400 "remote_connection",
7401 "schemars",
7402 "serde",
7403 "serde_json",
7404 "settings",
7405 "smallvec",
7406 "smol",
7407 "strum 0.27.2",
7408 "telemetry",
7409 "theme",
7410 "time",
7411 "time_format",
7412 "tracing",
7413 "ui",
7414 "ui_input",
7415 "unindent",
7416 "util",
7417 "watch",
7418 "windows 0.61.3",
7419 "workspace",
7420 "zed_actions",
7421 "zeroize",
7422 "zlog",
7423 "ztracing",
7424]
7425
7426[[package]]
7427name = "gl_generator"
7428version = "0.14.0"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7431dependencies = [
7432 "khronos_api",
7433 "log",
7434 "xml-rs",
7435]
7436
7437[[package]]
7438name = "glib"
7439version = "0.21.5"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7442dependencies = [
7443 "bitflags 2.10.0",
7444 "futures-channel",
7445 "futures-core",
7446 "futures-executor",
7447 "futures-task",
7448 "futures-util",
7449 "gio-sys",
7450 "glib-macros",
7451 "glib-sys",
7452 "gobject-sys",
7453 "libc",
7454 "memchr",
7455 "smallvec",
7456]
7457
7458[[package]]
7459name = "glib-macros"
7460version = "0.21.5"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7463dependencies = [
7464 "heck 0.5.0",
7465 "proc-macro-crate",
7466 "proc-macro2",
7467 "quote",
7468 "syn 2.0.117",
7469]
7470
7471[[package]]
7472name = "glib-sys"
7473version = "0.21.5"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7476dependencies = [
7477 "libc",
7478 "system-deps 7.0.7",
7479]
7480
7481[[package]]
7482name = "glob"
7483version = "0.3.3"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7486
7487[[package]]
7488name = "globset"
7489version = "0.4.17"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7492dependencies = [
7493 "aho-corasick",
7494 "bstr",
7495 "log",
7496 "regex-automata",
7497 "regex-syntax",
7498]
7499
7500[[package]]
7501name = "gloo-timers"
7502version = "0.3.0"
7503source = "registry+https://github.com/rust-lang/crates.io-index"
7504checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7505dependencies = [
7506 "futures-channel",
7507 "futures-core",
7508 "js-sys",
7509 "wasm-bindgen",
7510]
7511
7512[[package]]
7513name = "glow"
7514version = "0.17.0"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7517dependencies = [
7518 "js-sys",
7519 "slotmap",
7520 "wasm-bindgen",
7521 "web-sys",
7522]
7523
7524[[package]]
7525name = "glutin_wgl_sys"
7526version = "0.6.1"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7529dependencies = [
7530 "gl_generator",
7531]
7532
7533[[package]]
7534name = "go_to_line"
7535version = "0.1.0"
7536dependencies = [
7537 "editor",
7538 "gpui",
7539 "indoc",
7540 "language",
7541 "menu",
7542 "multi_buffer",
7543 "project",
7544 "rope",
7545 "serde",
7546 "serde_json",
7547 "settings",
7548 "text",
7549 "theme",
7550 "ui",
7551 "util",
7552 "workspace",
7553]
7554
7555[[package]]
7556name = "gobject-sys"
7557version = "0.21.5"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7560dependencies = [
7561 "glib-sys",
7562 "libc",
7563 "system-deps 7.0.7",
7564]
7565
7566[[package]]
7567name = "goblin"
7568version = "0.9.3"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7571dependencies = [
7572 "log",
7573 "plain",
7574 "scroll",
7575]
7576
7577[[package]]
7578name = "google_ai"
7579version = "0.1.0"
7580dependencies = [
7581 "anyhow",
7582 "futures 0.3.31",
7583 "http_client",
7584 "schemars",
7585 "serde",
7586 "serde_json",
7587 "settings",
7588 "strum 0.27.2",
7589]
7590
7591[[package]]
7592name = "gpu-allocator"
7593version = "0.28.0"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
7596dependencies = [
7597 "ash",
7598 "hashbrown 0.16.1",
7599 "log",
7600 "presser",
7601 "thiserror 2.0.17",
7602 "windows 0.62.2",
7603]
7604
7605[[package]]
7606name = "gpu-descriptor"
7607version = "0.3.2"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
7610dependencies = [
7611 "bitflags 2.10.0",
7612 "gpu-descriptor-types",
7613 "hashbrown 0.15.5",
7614]
7615
7616[[package]]
7617name = "gpu-descriptor-types"
7618version = "0.2.0"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
7621dependencies = [
7622 "bitflags 2.10.0",
7623]
7624
7625[[package]]
7626name = "gpui"
7627version = "0.2.2"
7628dependencies = [
7629 "anyhow",
7630 "async-channel 2.5.0",
7631 "async-task",
7632 "backtrace",
7633 "bindgen 0.71.1",
7634 "bitflags 2.10.0",
7635 "block",
7636 "cbindgen",
7637 "chrono",
7638 "circular-buffer",
7639 "cocoa 0.26.0",
7640 "cocoa-foundation 0.2.0",
7641 "collections",
7642 "core-foundation 0.10.0",
7643 "core-foundation-sys",
7644 "core-graphics 0.24.0",
7645 "core-text",
7646 "core-video",
7647 "ctor",
7648 "derive_more",
7649 "embed-resource",
7650 "env_logger 0.11.8",
7651 "etagere",
7652 "foreign-types 0.5.0",
7653 "futures 0.3.31",
7654 "futures-concurrency",
7655 "getrandom 0.3.4",
7656 "gpui_macros",
7657 "gpui_platform",
7658 "gpui_util",
7659 "gpui_web",
7660 "http_client",
7661 "image",
7662 "inventory",
7663 "itertools 0.14.0",
7664 "log",
7665 "lyon",
7666 "mach2 0.5.0",
7667 "media",
7668 "metal",
7669 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7670 "num_cpus",
7671 "objc",
7672 "objc2",
7673 "objc2-metal",
7674 "parking",
7675 "parking_lot",
7676 "pathfinder_geometry",
7677 "pin-project",
7678 "pollster 0.4.0",
7679 "postage",
7680 "profiling",
7681 "proptest",
7682 "rand 0.9.2",
7683 "raw-window-handle",
7684 "refineable",
7685 "reqwest_client",
7686 "resvg",
7687 "scheduler",
7688 "schemars",
7689 "seahash",
7690 "serde",
7691 "serde_json",
7692 "slotmap",
7693 "smallvec",
7694 "spin 0.10.0",
7695 "stacksafe",
7696 "strum 0.27.2",
7697 "sum_tree",
7698 "taffy",
7699 "thiserror 2.0.17",
7700 "unicode-segmentation",
7701 "url",
7702 "usvg",
7703 "util_macros",
7704 "uuid",
7705 "waker-fn",
7706 "wasm-bindgen",
7707 "web-time",
7708 "windows 0.61.3",
7709 "zed-font-kit",
7710 "zed-scap",
7711]
7712
7713[[package]]
7714name = "gpui_linux"
7715version = "0.1.0"
7716dependencies = [
7717 "anyhow",
7718 "as-raw-xcb-connection",
7719 "ashpd",
7720 "bitflags 2.10.0",
7721 "bytemuck",
7722 "calloop",
7723 "calloop-wayland-source",
7724 "collections",
7725 "filedescriptor",
7726 "futures 0.3.31",
7727 "gpui",
7728 "gpui_wgpu",
7729 "http_client",
7730 "itertools 0.14.0",
7731 "libc",
7732 "log",
7733 "oo7",
7734 "open",
7735 "parking_lot",
7736 "pathfinder_geometry",
7737 "pollster 0.4.0",
7738 "profiling",
7739 "raw-window-handle",
7740 "smallvec",
7741 "smol",
7742 "strum 0.27.2",
7743 "swash",
7744 "url",
7745 "util",
7746 "uuid",
7747 "wayland-backend",
7748 "wayland-client",
7749 "wayland-cursor",
7750 "wayland-protocols",
7751 "wayland-protocols-plasma",
7752 "wayland-protocols-wlr",
7753 "x11-clipboard",
7754 "x11rb",
7755 "xkbcommon",
7756 "zed-scap",
7757 "zed-xim",
7758]
7759
7760[[package]]
7761name = "gpui_macos"
7762version = "0.1.0"
7763dependencies = [
7764 "anyhow",
7765 "async-task",
7766 "block",
7767 "cbindgen",
7768 "cocoa 0.26.0",
7769 "collections",
7770 "core-foundation 0.10.0",
7771 "core-foundation-sys",
7772 "core-graphics 0.24.0",
7773 "core-text",
7774 "core-video",
7775 "ctor",
7776 "derive_more",
7777 "dispatch2",
7778 "etagere",
7779 "foreign-types 0.5.0",
7780 "futures 0.3.31",
7781 "gpui",
7782 "image",
7783 "itertools 0.14.0",
7784 "libc",
7785 "log",
7786 "mach2 0.5.0",
7787 "media",
7788 "metal",
7789 "objc",
7790 "parking_lot",
7791 "pathfinder_geometry",
7792 "raw-window-handle",
7793 "semver",
7794 "smallvec",
7795 "strum 0.27.2",
7796 "util",
7797 "uuid",
7798 "zed-font-kit",
7799]
7800
7801[[package]]
7802name = "gpui_macros"
7803version = "0.1.0"
7804dependencies = [
7805 "gpui",
7806 "heck 0.5.0",
7807 "proc-macro2",
7808 "quote",
7809 "syn 2.0.117",
7810]
7811
7812[[package]]
7813name = "gpui_platform"
7814version = "0.1.0"
7815dependencies = [
7816 "console_error_panic_hook",
7817 "gpui",
7818 "gpui_linux",
7819 "gpui_macos",
7820 "gpui_web",
7821 "gpui_windows",
7822]
7823
7824[[package]]
7825name = "gpui_tokio"
7826version = "0.1.0"
7827dependencies = [
7828 "anyhow",
7829 "gpui",
7830 "tokio",
7831 "util",
7832]
7833
7834[[package]]
7835name = "gpui_util"
7836version = "0.1.0"
7837dependencies = [
7838 "anyhow",
7839 "log",
7840]
7841
7842[[package]]
7843name = "gpui_web"
7844version = "0.1.0"
7845dependencies = [
7846 "anyhow",
7847 "console_error_panic_hook",
7848 "futures 0.3.31",
7849 "gpui",
7850 "gpui_wgpu",
7851 "http_client",
7852 "js-sys",
7853 "log",
7854 "parking_lot",
7855 "raw-window-handle",
7856 "smallvec",
7857 "uuid",
7858 "wasm-bindgen",
7859 "wasm-bindgen-futures",
7860 "wasm_thread",
7861 "web-sys",
7862 "web-time",
7863]
7864
7865[[package]]
7866name = "gpui_wgpu"
7867version = "0.1.0"
7868dependencies = [
7869 "anyhow",
7870 "bytemuck",
7871 "collections",
7872 "cosmic-text",
7873 "etagere",
7874 "gpui",
7875 "gpui_util",
7876 "itertools 0.14.0",
7877 "js-sys",
7878 "log",
7879 "parking_lot",
7880 "pollster 0.4.0",
7881 "profiling",
7882 "raw-window-handle",
7883 "smallvec",
7884 "swash",
7885 "wasm-bindgen",
7886 "wasm-bindgen-futures",
7887 "web-sys",
7888 "wgpu",
7889 "zed-font-kit",
7890]
7891
7892[[package]]
7893name = "gpui_windows"
7894version = "0.1.0"
7895dependencies = [
7896 "anyhow",
7897 "collections",
7898 "etagere",
7899 "futures 0.3.31",
7900 "gpui",
7901 "image",
7902 "itertools 0.14.0",
7903 "log",
7904 "parking_lot",
7905 "rand 0.9.2",
7906 "raw-window-handle",
7907 "smallvec",
7908 "util",
7909 "uuid",
7910 "windows 0.61.3",
7911 "windows-core 0.61.2",
7912 "windows-numerics 0.2.0",
7913 "windows-registry 0.5.3",
7914 "zed-scap",
7915]
7916
7917[[package]]
7918name = "grid"
7919version = "0.18.0"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7922
7923[[package]]
7924name = "group"
7925version = "0.12.1"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7928dependencies = [
7929 "ff",
7930 "rand_core 0.6.4",
7931 "subtle",
7932]
7933
7934[[package]]
7935name = "h2"
7936version = "0.3.27"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7939dependencies = [
7940 "bytes 1.11.1",
7941 "fnv",
7942 "futures-core",
7943 "futures-sink",
7944 "futures-util",
7945 "http 0.2.12",
7946 "indexmap",
7947 "slab",
7948 "tokio",
7949 "tokio-util",
7950 "tracing",
7951]
7952
7953[[package]]
7954name = "h2"
7955version = "0.4.12"
7956source = "registry+https://github.com/rust-lang/crates.io-index"
7957checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
7958dependencies = [
7959 "atomic-waker",
7960 "bytes 1.11.1",
7961 "fnv",
7962 "futures-core",
7963 "futures-sink",
7964 "http 1.3.1",
7965 "indexmap",
7966 "slab",
7967 "tokio",
7968 "tokio-util",
7969 "tracing",
7970]
7971
7972[[package]]
7973name = "half"
7974version = "2.7.1"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
7977dependencies = [
7978 "bytemuck",
7979 "cfg-if",
7980 "crunchy",
7981 "num-traits",
7982 "rand 0.9.2",
7983 "rand_distr",
7984 "zerocopy",
7985]
7986
7987[[package]]
7988name = "handlebars"
7989version = "4.5.0"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7992dependencies = [
7993 "log",
7994 "pest",
7995 "pest_derive",
7996 "rust-embed",
7997 "serde",
7998 "serde_json",
7999 "thiserror 1.0.69",
8000]
8001
8002[[package]]
8003name = "handlebars"
8004version = "5.1.2"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8007dependencies = [
8008 "log",
8009 "pest",
8010 "pest_derive",
8011 "serde",
8012 "serde_json",
8013 "thiserror 1.0.69",
8014]
8015
8016[[package]]
8017name = "harfrust"
8018version = "0.5.0"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8021dependencies = [
8022 "bitflags 2.10.0",
8023 "bytemuck",
8024 "core_maths",
8025 "read-fonts 0.37.0",
8026 "smallvec",
8027]
8028
8029[[package]]
8030name = "hash32"
8031version = "0.3.1"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8034dependencies = [
8035 "byteorder",
8036]
8037
8038[[package]]
8039name = "hashbrown"
8040version = "0.12.3"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8043dependencies = [
8044 "ahash 0.7.8",
8045]
8046
8047[[package]]
8048name = "hashbrown"
8049version = "0.14.5"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8052dependencies = [
8053 "ahash 0.8.12",
8054 "allocator-api2",
8055]
8056
8057[[package]]
8058name = "hashbrown"
8059version = "0.15.5"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8062dependencies = [
8063 "allocator-api2",
8064 "equivalent",
8065 "foldhash 0.1.5",
8066 "serde",
8067]
8068
8069[[package]]
8070name = "hashbrown"
8071version = "0.16.1"
8072source = "registry+https://github.com/rust-lang/crates.io-index"
8073checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8074dependencies = [
8075 "allocator-api2",
8076 "equivalent",
8077 "foldhash 0.2.0",
8078]
8079
8080[[package]]
8081name = "hashlink"
8082version = "0.8.4"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8085dependencies = [
8086 "hashbrown 0.14.5",
8087]
8088
8089[[package]]
8090name = "hashlink"
8091version = "0.10.0"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8094dependencies = [
8095 "hashbrown 0.15.5",
8096]
8097
8098[[package]]
8099name = "headers"
8100version = "0.3.9"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8103dependencies = [
8104 "base64 0.21.7",
8105 "bytes 1.11.1",
8106 "headers-core",
8107 "http 0.2.12",
8108 "httpdate",
8109 "mime",
8110 "sha1",
8111]
8112
8113[[package]]
8114name = "headers-core"
8115version = "0.2.0"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8118dependencies = [
8119 "http 0.2.12",
8120]
8121
8122[[package]]
8123name = "heapless"
8124version = "0.9.2"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8127dependencies = [
8128 "hash32",
8129 "stable_deref_trait",
8130]
8131
8132[[package]]
8133name = "heck"
8134version = "0.3.3"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8137dependencies = [
8138 "unicode-segmentation",
8139]
8140
8141[[package]]
8142name = "heck"
8143version = "0.4.1"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8146dependencies = [
8147 "unicode-segmentation",
8148]
8149
8150[[package]]
8151name = "heck"
8152version = "0.5.0"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8155
8156[[package]]
8157name = "heed"
8158version = "0.21.0"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8161dependencies = [
8162 "bitflags 2.10.0",
8163 "byteorder",
8164 "heed-traits",
8165 "heed-types",
8166 "libc",
8167 "lmdb-master-sys",
8168 "once_cell",
8169 "page_size",
8170 "serde",
8171 "synchronoise",
8172 "url",
8173]
8174
8175[[package]]
8176name = "heed-traits"
8177version = "0.20.0"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8180
8181[[package]]
8182name = "heed-types"
8183version = "0.21.0"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8186dependencies = [
8187 "bincode",
8188 "byteorder",
8189 "heed-traits",
8190 "serde",
8191 "serde_json",
8192]
8193
8194[[package]]
8195name = "hermit-abi"
8196version = "0.5.2"
8197source = "registry+https://github.com/rust-lang/crates.io-index"
8198checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8199
8200[[package]]
8201name = "hex"
8202version = "0.4.3"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8205
8206[[package]]
8207name = "hexf-parse"
8208version = "0.2.1"
8209source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8211
8212[[package]]
8213name = "hkdf"
8214version = "0.12.4"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8217dependencies = [
8218 "hmac",
8219]
8220
8221[[package]]
8222name = "hmac"
8223version = "0.12.1"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8226dependencies = [
8227 "digest",
8228]
8229
8230[[package]]
8231name = "home"
8232version = "0.5.11"
8233source = "registry+https://github.com/rust-lang/crates.io-index"
8234checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8235dependencies = [
8236 "windows-sys 0.59.0",
8237]
8238
8239[[package]]
8240name = "hound"
8241version = "3.5.1"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8244
8245[[package]]
8246name = "html5ever"
8247version = "0.27.0"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8250dependencies = [
8251 "log",
8252 "mac",
8253 "markup5ever 0.12.1",
8254 "proc-macro2",
8255 "quote",
8256 "syn 2.0.117",
8257]
8258
8259[[package]]
8260name = "html5ever"
8261version = "0.35.0"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8264dependencies = [
8265 "log",
8266 "markup5ever 0.35.0",
8267 "match_token",
8268]
8269
8270[[package]]
8271name = "html_to_markdown"
8272version = "0.1.0"
8273dependencies = [
8274 "anyhow",
8275 "html5ever 0.27.0",
8276 "indoc",
8277 "markup5ever_rcdom",
8278 "pretty_assertions",
8279 "regex",
8280]
8281
8282[[package]]
8283name = "http"
8284version = "0.2.12"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8287dependencies = [
8288 "bytes 1.11.1",
8289 "fnv",
8290 "itoa",
8291]
8292
8293[[package]]
8294name = "http"
8295version = "1.3.1"
8296source = "registry+https://github.com/rust-lang/crates.io-index"
8297checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8298dependencies = [
8299 "bytes 1.11.1",
8300 "fnv",
8301 "itoa",
8302]
8303
8304[[package]]
8305name = "http-body"
8306version = "0.4.6"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8309dependencies = [
8310 "bytes 1.11.1",
8311 "http 0.2.12",
8312 "pin-project-lite",
8313]
8314
8315[[package]]
8316name = "http-body"
8317version = "1.0.1"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8320dependencies = [
8321 "bytes 1.11.1",
8322 "http 1.3.1",
8323]
8324
8325[[package]]
8326name = "http-body-util"
8327version = "0.1.3"
8328source = "registry+https://github.com/rust-lang/crates.io-index"
8329checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8330dependencies = [
8331 "bytes 1.11.1",
8332 "futures-core",
8333 "http 1.3.1",
8334 "http-body 1.0.1",
8335 "pin-project-lite",
8336]
8337
8338[[package]]
8339name = "http-range-header"
8340version = "0.3.1"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8343
8344[[package]]
8345name = "http_client"
8346version = "0.1.0"
8347dependencies = [
8348 "anyhow",
8349 "async-compression",
8350 "async-fs",
8351 "async-tar",
8352 "bytes 1.11.1",
8353 "derive_more",
8354 "futures 0.3.31",
8355 "http 1.3.1",
8356 "http-body 1.0.1",
8357 "log",
8358 "parking_lot",
8359 "serde",
8360 "serde_json",
8361 "serde_urlencoded",
8362 "sha2",
8363 "tempfile",
8364 "url",
8365 "util",
8366]
8367
8368[[package]]
8369name = "http_client_tls"
8370version = "0.1.0"
8371dependencies = [
8372 "rustls 0.23.33",
8373 "rustls-platform-verifier",
8374]
8375
8376[[package]]
8377name = "httparse"
8378version = "1.10.1"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8381
8382[[package]]
8383name = "httpdate"
8384version = "1.0.3"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8387
8388[[package]]
8389name = "human_bytes"
8390version = "0.4.3"
8391source = "registry+https://github.com/rust-lang/crates.io-index"
8392checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8393
8394[[package]]
8395name = "humantime"
8396version = "2.3.0"
8397source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8399
8400[[package]]
8401name = "hyper"
8402version = "0.14.32"
8403source = "registry+https://github.com/rust-lang/crates.io-index"
8404checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8405dependencies = [
8406 "bytes 1.11.1",
8407 "futures-channel",
8408 "futures-core",
8409 "futures-util",
8410 "h2 0.3.27",
8411 "http 0.2.12",
8412 "http-body 0.4.6",
8413 "httparse",
8414 "httpdate",
8415 "itoa",
8416 "pin-project-lite",
8417 "socket2 0.5.10",
8418 "tokio",
8419 "tower-service",
8420 "tracing",
8421 "want",
8422]
8423
8424[[package]]
8425name = "hyper"
8426version = "1.7.0"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8429dependencies = [
8430 "atomic-waker",
8431 "bytes 1.11.1",
8432 "futures-channel",
8433 "futures-core",
8434 "h2 0.4.12",
8435 "http 1.3.1",
8436 "http-body 1.0.1",
8437 "httparse",
8438 "itoa",
8439 "pin-project-lite",
8440 "pin-utils",
8441 "smallvec",
8442 "tokio",
8443 "want",
8444]
8445
8446[[package]]
8447name = "hyper-rustls"
8448version = "0.24.2"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8451dependencies = [
8452 "futures-util",
8453 "http 0.2.12",
8454 "hyper 0.14.32",
8455 "log",
8456 "rustls 0.21.12",
8457 "rustls-native-certs 0.6.3",
8458 "tokio",
8459 "tokio-rustls 0.24.1",
8460]
8461
8462[[package]]
8463name = "hyper-rustls"
8464version = "0.27.7"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8467dependencies = [
8468 "http 1.3.1",
8469 "hyper 1.7.0",
8470 "hyper-util",
8471 "rustls 0.23.33",
8472 "rustls-native-certs 0.8.2",
8473 "rustls-pki-types",
8474 "tokio",
8475 "tokio-rustls 0.26.2",
8476 "tower-service",
8477]
8478
8479[[package]]
8480name = "hyper-tls"
8481version = "0.5.0"
8482source = "registry+https://github.com/rust-lang/crates.io-index"
8483checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8484dependencies = [
8485 "bytes 1.11.1",
8486 "hyper 0.14.32",
8487 "native-tls",
8488 "tokio",
8489 "tokio-native-tls",
8490]
8491
8492[[package]]
8493name = "hyper-util"
8494version = "0.1.17"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8497dependencies = [
8498 "base64 0.22.1",
8499 "bytes 1.11.1",
8500 "futures-channel",
8501 "futures-core",
8502 "futures-util",
8503 "http 1.3.1",
8504 "http-body 1.0.1",
8505 "hyper 1.7.0",
8506 "ipnet",
8507 "libc",
8508 "percent-encoding",
8509 "pin-project-lite",
8510 "socket2 0.6.1",
8511 "tokio",
8512 "tower-service",
8513 "tracing",
8514]
8515
8516[[package]]
8517name = "iana-time-zone"
8518version = "0.1.64"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8521dependencies = [
8522 "android_system_properties",
8523 "core-foundation-sys",
8524 "iana-time-zone-haiku",
8525 "js-sys",
8526 "log",
8527 "wasm-bindgen",
8528 "windows-core 0.62.2",
8529]
8530
8531[[package]]
8532name = "iana-time-zone-haiku"
8533version = "0.1.2"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8536dependencies = [
8537 "cc",
8538]
8539
8540[[package]]
8541name = "icons"
8542version = "0.1.0"
8543dependencies = [
8544 "serde",
8545 "strum 0.27.2",
8546]
8547
8548[[package]]
8549name = "icu_collections"
8550version = "2.0.0"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8553dependencies = [
8554 "displaydoc",
8555 "potential_utf",
8556 "yoke 0.8.0",
8557 "zerofrom",
8558 "zerovec",
8559]
8560
8561[[package]]
8562name = "icu_locale_core"
8563version = "2.0.0"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8566dependencies = [
8567 "displaydoc",
8568 "litemap",
8569 "tinystr",
8570 "writeable",
8571 "zerovec",
8572]
8573
8574[[package]]
8575name = "icu_normalizer"
8576version = "2.0.0"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8579dependencies = [
8580 "displaydoc",
8581 "icu_collections",
8582 "icu_normalizer_data",
8583 "icu_properties",
8584 "icu_provider",
8585 "smallvec",
8586 "zerovec",
8587]
8588
8589[[package]]
8590name = "icu_normalizer_data"
8591version = "2.0.0"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8594
8595[[package]]
8596name = "icu_properties"
8597version = "2.0.1"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8600dependencies = [
8601 "displaydoc",
8602 "icu_collections",
8603 "icu_locale_core",
8604 "icu_properties_data",
8605 "icu_provider",
8606 "potential_utf",
8607 "zerotrie",
8608 "zerovec",
8609]
8610
8611[[package]]
8612name = "icu_properties_data"
8613version = "2.0.1"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8616
8617[[package]]
8618name = "icu_provider"
8619version = "2.0.0"
8620source = "registry+https://github.com/rust-lang/crates.io-index"
8621checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8622dependencies = [
8623 "displaydoc",
8624 "icu_locale_core",
8625 "stable_deref_trait",
8626 "tinystr",
8627 "writeable",
8628 "yoke 0.8.0",
8629 "zerofrom",
8630 "zerotrie",
8631 "zerovec",
8632]
8633
8634[[package]]
8635name = "id-arena"
8636version = "2.2.1"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8639
8640[[package]]
8641name = "ident_case"
8642version = "1.0.1"
8643source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8645
8646[[package]]
8647name = "idna"
8648version = "1.1.0"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8651dependencies = [
8652 "idna_adapter",
8653 "smallvec",
8654 "utf8_iter",
8655]
8656
8657[[package]]
8658name = "idna_adapter"
8659version = "1.2.1"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8662dependencies = [
8663 "icu_normalizer",
8664 "icu_properties",
8665]
8666
8667[[package]]
8668name = "ignore"
8669version = "0.4.24"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8672dependencies = [
8673 "crossbeam-deque",
8674 "globset",
8675 "log",
8676 "memchr",
8677 "regex-automata",
8678 "same-file",
8679 "walkdir",
8680 "winapi-util",
8681]
8682
8683[[package]]
8684name = "image"
8685version = "0.25.8"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
8688dependencies = [
8689 "bytemuck",
8690 "byteorder-lite",
8691 "color_quant",
8692 "exr",
8693 "gif",
8694 "image-webp",
8695 "moxcms",
8696 "num-traits",
8697 "png 0.18.0",
8698 "qoi",
8699 "ravif",
8700 "rayon",
8701 "rgb",
8702 "tiff",
8703 "zune-core",
8704 "zune-jpeg",
8705]
8706
8707[[package]]
8708name = "image-webp"
8709version = "0.2.4"
8710source = "registry+https://github.com/rust-lang/crates.io-index"
8711checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8712dependencies = [
8713 "byteorder-lite",
8714 "quick-error 2.0.1",
8715]
8716
8717[[package]]
8718name = "image_viewer"
8719version = "0.1.0"
8720dependencies = [
8721 "anyhow",
8722 "db",
8723 "editor",
8724 "file_icons",
8725 "gpui",
8726 "language",
8727 "log",
8728 "project",
8729 "serde",
8730 "settings",
8731 "theme",
8732 "ui",
8733 "util",
8734 "workspace",
8735]
8736
8737[[package]]
8738name = "imagesize"
8739version = "0.13.0"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8742
8743[[package]]
8744name = "imara-diff"
8745version = "0.1.8"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8748dependencies = [
8749 "hashbrown 0.15.5",
8750]
8751
8752[[package]]
8753name = "imgref"
8754version = "1.12.0"
8755source = "registry+https://github.com/rust-lang/crates.io-index"
8756checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8757
8758[[package]]
8759name = "indenter"
8760version = "0.3.4"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8763
8764[[package]]
8765name = "indexmap"
8766version = "2.11.4"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8769dependencies = [
8770 "equivalent",
8771 "hashbrown 0.16.1",
8772 "serde",
8773 "serde_core",
8774]
8775
8776[[package]]
8777name = "indoc"
8778version = "2.0.6"
8779source = "registry+https://github.com/rust-lang/crates.io-index"
8780checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8781
8782[[package]]
8783name = "inherent"
8784version = "1.0.13"
8785source = "registry+https://github.com/rust-lang/crates.io-index"
8786checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8787dependencies = [
8788 "proc-macro2",
8789 "quote",
8790 "syn 2.0.117",
8791]
8792
8793[[package]]
8794name = "inotify"
8795version = "0.9.6"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8798dependencies = [
8799 "bitflags 1.3.2",
8800 "inotify-sys",
8801 "libc",
8802]
8803
8804[[package]]
8805name = "inotify"
8806version = "0.11.0"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8809dependencies = [
8810 "bitflags 2.10.0",
8811 "inotify-sys",
8812 "libc",
8813]
8814
8815[[package]]
8816name = "inotify-sys"
8817version = "0.1.5"
8818source = "registry+https://github.com/rust-lang/crates.io-index"
8819checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8820dependencies = [
8821 "libc",
8822]
8823
8824[[package]]
8825name = "inout"
8826version = "0.1.4"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8829dependencies = [
8830 "block-padding",
8831 "generic-array",
8832]
8833
8834[[package]]
8835name = "inspector_ui"
8836version = "0.1.0"
8837dependencies = [
8838 "anyhow",
8839 "command_palette_hooks",
8840 "editor",
8841 "fuzzy",
8842 "gpui",
8843 "language",
8844 "project",
8845 "serde_json",
8846 "serde_json_lenient",
8847 "theme",
8848 "ui",
8849 "util",
8850 "util_macros",
8851 "workspace",
8852 "zed_actions",
8853]
8854
8855[[package]]
8856name = "install_cli"
8857version = "0.1.0"
8858dependencies = [
8859 "anyhow",
8860 "client",
8861 "gpui",
8862 "release_channel",
8863 "smol",
8864 "util",
8865 "workspace",
8866]
8867
8868[[package]]
8869name = "instant"
8870version = "0.1.13"
8871source = "registry+https://github.com/rust-lang/crates.io-index"
8872checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8873dependencies = [
8874 "cfg-if",
8875]
8876
8877[[package]]
8878name = "interpolate_name"
8879version = "0.2.4"
8880source = "registry+https://github.com/rust-lang/crates.io-index"
8881checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8882dependencies = [
8883 "proc-macro2",
8884 "quote",
8885 "syn 2.0.117",
8886]
8887
8888[[package]]
8889name = "inventory"
8890version = "0.3.21"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8893dependencies = [
8894 "rustversion",
8895]
8896
8897[[package]]
8898name = "io-extras"
8899version = "0.18.4"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8902dependencies = [
8903 "io-lifetimes",
8904 "windows-sys 0.59.0",
8905]
8906
8907[[package]]
8908name = "io-lifetimes"
8909version = "2.0.4"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8912
8913[[package]]
8914name = "io-surface"
8915version = "0.16.1"
8916source = "registry+https://github.com/rust-lang/crates.io-index"
8917checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
8918dependencies = [
8919 "cgl",
8920 "core-foundation 0.10.0",
8921 "core-foundation-sys",
8922 "leaky-cow",
8923]
8924
8925[[package]]
8926name = "iovec"
8927version = "0.1.4"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8930dependencies = [
8931 "libc",
8932]
8933
8934[[package]]
8935name = "ipc-channel"
8936version = "0.19.0"
8937source = "registry+https://github.com/rust-lang/crates.io-index"
8938checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8939dependencies = [
8940 "bincode",
8941 "crossbeam-channel",
8942 "fnv",
8943 "lazy_static",
8944 "libc",
8945 "mio 1.1.0",
8946 "rand 0.8.5",
8947 "serde",
8948 "tempfile",
8949 "uuid",
8950 "windows 0.58.0",
8951]
8952
8953[[package]]
8954name = "ipnet"
8955version = "2.11.0"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8958
8959[[package]]
8960name = "iri-string"
8961version = "0.7.8"
8962source = "registry+https://github.com/rust-lang/crates.io-index"
8963checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
8964dependencies = [
8965 "memchr",
8966 "serde",
8967]
8968
8969[[package]]
8970name = "is-docker"
8971version = "0.2.0"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8974dependencies = [
8975 "once_cell",
8976]
8977
8978[[package]]
8979name = "is-terminal"
8980version = "0.4.16"
8981source = "registry+https://github.com/rust-lang/crates.io-index"
8982checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8983dependencies = [
8984 "hermit-abi",
8985 "libc",
8986 "windows-sys 0.59.0",
8987]
8988
8989[[package]]
8990name = "is-wsl"
8991version = "0.4.0"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8994dependencies = [
8995 "is-docker",
8996 "once_cell",
8997]
8998
8999[[package]]
9000name = "is_executable"
9001version = "1.0.5"
9002source = "registry+https://github.com/rust-lang/crates.io-index"
9003checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9004dependencies = [
9005 "windows-sys 0.60.2",
9006]
9007
9008[[package]]
9009name = "is_terminal_polyfill"
9010version = "1.70.1"
9011source = "registry+https://github.com/rust-lang/crates.io-index"
9012checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9013
9014[[package]]
9015name = "itertools"
9016version = "0.10.5"
9017source = "registry+https://github.com/rust-lang/crates.io-index"
9018checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9019dependencies = [
9020 "either",
9021]
9022
9023[[package]]
9024name = "itertools"
9025version = "0.11.0"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9028dependencies = [
9029 "either",
9030]
9031
9032[[package]]
9033name = "itertools"
9034version = "0.12.1"
9035source = "registry+https://github.com/rust-lang/crates.io-index"
9036checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
9037dependencies = [
9038 "either",
9039]
9040
9041[[package]]
9042name = "itertools"
9043version = "0.14.0"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9046dependencies = [
9047 "either",
9048]
9049
9050[[package]]
9051name = "itoa"
9052version = "1.0.15"
9053source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9055
9056[[package]]
9057name = "jiff"
9058version = "0.2.15"
9059source = "registry+https://github.com/rust-lang/crates.io-index"
9060checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9061dependencies = [
9062 "jiff-static",
9063 "log",
9064 "portable-atomic",
9065 "portable-atomic-util",
9066 "serde",
9067]
9068
9069[[package]]
9070name = "jiff-static"
9071version = "0.2.15"
9072source = "registry+https://github.com/rust-lang/crates.io-index"
9073checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9074dependencies = [
9075 "proc-macro2",
9076 "quote",
9077 "syn 2.0.117",
9078]
9079
9080[[package]]
9081name = "jni"
9082version = "0.21.1"
9083source = "registry+https://github.com/rust-lang/crates.io-index"
9084checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9085dependencies = [
9086 "cesu8",
9087 "cfg-if",
9088 "combine",
9089 "jni-sys",
9090 "log",
9091 "thiserror 1.0.69",
9092 "walkdir",
9093 "windows-sys 0.45.0",
9094]
9095
9096[[package]]
9097name = "jni-sys"
9098version = "0.3.0"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9101
9102[[package]]
9103name = "jobserver"
9104version = "0.1.34"
9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9107dependencies = [
9108 "getrandom 0.3.4",
9109 "libc",
9110]
9111
9112[[package]]
9113name = "journal"
9114version = "0.1.0"
9115dependencies = [
9116 "anyhow",
9117 "chrono",
9118 "editor",
9119 "gpui",
9120 "log",
9121 "serde",
9122 "settings",
9123 "shellexpand 2.1.2",
9124 "workspace",
9125]
9126
9127[[package]]
9128name = "js-sys"
9129version = "0.3.90"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9132dependencies = [
9133 "once_cell",
9134 "wasm-bindgen",
9135]
9136
9137[[package]]
9138name = "json5"
9139version = "0.4.1"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9142dependencies = [
9143 "pest",
9144 "pest_derive",
9145 "serde",
9146]
9147
9148[[package]]
9149name = "json_dotpath"
9150version = "1.1.0"
9151source = "registry+https://github.com/rust-lang/crates.io-index"
9152checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9153dependencies = [
9154 "serde",
9155 "serde_derive",
9156 "serde_json",
9157 "thiserror 1.0.69",
9158]
9159
9160[[package]]
9161name = "json_schema_store"
9162version = "0.1.0"
9163dependencies = [
9164 "anyhow",
9165 "collections",
9166 "dap",
9167 "extension",
9168 "gpui",
9169 "language",
9170 "parking_lot",
9171 "paths",
9172 "project",
9173 "schemars",
9174 "serde",
9175 "serde_json",
9176 "settings",
9177 "snippet_provider",
9178 "task",
9179 "theme",
9180 "util",
9181]
9182
9183[[package]]
9184name = "jsonschema"
9185version = "0.37.4"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9188dependencies = [
9189 "ahash 0.8.12",
9190 "bytecount",
9191 "data-encoding",
9192 "email_address",
9193 "fancy-regex 0.16.2",
9194 "fraction",
9195 "getrandom 0.3.4",
9196 "idna",
9197 "itoa",
9198 "num-cmp",
9199 "num-traits",
9200 "percent-encoding",
9201 "referencing",
9202 "regex",
9203 "regex-syntax",
9204 "reqwest 0.12.24",
9205 "serde",
9206 "serde_json",
9207 "unicode-general-category",
9208 "uuid-simd",
9209]
9210
9211[[package]]
9212name = "jsonwebtoken"
9213version = "10.3.0"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9216dependencies = [
9217 "aws-lc-rs",
9218 "base64 0.22.1",
9219 "getrandom 0.2.16",
9220 "js-sys",
9221 "pem",
9222 "serde",
9223 "serde_json",
9224 "signature 2.2.0",
9225 "simple_asn1",
9226]
9227
9228[[package]]
9229name = "jupyter-protocol"
9230version = "1.4.0"
9231source = "registry+https://github.com/rust-lang/crates.io-index"
9232checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9233dependencies = [
9234 "async-trait",
9235 "bytes 1.11.1",
9236 "chrono",
9237 "futures 0.3.31",
9238 "serde",
9239 "serde_json",
9240 "thiserror 2.0.17",
9241 "uuid",
9242]
9243
9244[[package]]
9245name = "jupyter-websocket-client"
9246version = "1.0.0"
9247source = "registry+https://github.com/rust-lang/crates.io-index"
9248checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
9249dependencies = [
9250 "anyhow",
9251 "async-trait",
9252 "async-tungstenite",
9253 "futures 0.3.31",
9254 "jupyter-protocol",
9255 "serde",
9256 "serde_json",
9257 "tokio",
9258 "url",
9259 "uuid",
9260]
9261
9262[[package]]
9263name = "keymap_editor"
9264version = "0.1.0"
9265dependencies = [
9266 "anyhow",
9267 "collections",
9268 "command_palette",
9269 "component",
9270 "db",
9271 "editor",
9272 "fs",
9273 "fuzzy",
9274 "gpui",
9275 "itertools 0.14.0",
9276 "json_schema_store",
9277 "language",
9278 "log",
9279 "menu",
9280 "notifications",
9281 "paths",
9282 "project",
9283 "search",
9284 "serde",
9285 "serde_json",
9286 "settings",
9287 "telemetry",
9288 "tempfile",
9289 "theme",
9290 "tree-sitter-json",
9291 "tree-sitter-rust",
9292 "ui",
9293 "ui_input",
9294 "util",
9295 "workspace",
9296 "zed_actions",
9297]
9298
9299[[package]]
9300name = "khronos-egl"
9301version = "6.0.0"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9304dependencies = [
9305 "libc",
9306 "libloading",
9307 "pkg-config",
9308]
9309
9310[[package]]
9311name = "khronos_api"
9312version = "3.1.0"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9315
9316[[package]]
9317name = "kqueue"
9318version = "1.1.1"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9321dependencies = [
9322 "kqueue-sys",
9323 "libc",
9324]
9325
9326[[package]]
9327name = "kqueue-sys"
9328version = "1.0.4"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9331dependencies = [
9332 "bitflags 1.3.2",
9333 "libc",
9334]
9335
9336[[package]]
9337name = "kurbo"
9338version = "0.11.3"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9341dependencies = [
9342 "arrayvec",
9343 "euclid",
9344 "smallvec",
9345]
9346
9347[[package]]
9348name = "kv-log-macro"
9349version = "1.0.7"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9352dependencies = [
9353 "log",
9354]
9355
9356[[package]]
9357name = "language"
9358version = "0.1.0"
9359dependencies = [
9360 "anyhow",
9361 "async-trait",
9362 "clock",
9363 "collections",
9364 "ctor",
9365 "diffy",
9366 "ec4rs",
9367 "encoding_rs",
9368 "fs",
9369 "futures 0.3.31",
9370 "fuzzy",
9371 "globset",
9372 "gpui",
9373 "http_client",
9374 "imara-diff",
9375 "indoc",
9376 "itertools 0.14.0",
9377 "log",
9378 "lsp",
9379 "parking_lot",
9380 "postage",
9381 "pretty_assertions",
9382 "rand 0.9.2",
9383 "regex",
9384 "rpc",
9385 "schemars",
9386 "semver",
9387 "serde",
9388 "serde_json",
9389 "settings",
9390 "shellexpand 2.1.2",
9391 "smallvec",
9392 "smol",
9393 "streaming-iterator",
9394 "strsim",
9395 "sum_tree",
9396 "task",
9397 "text",
9398 "theme",
9399 "toml 0.8.23",
9400 "tracing",
9401 "tree-sitter",
9402 "tree-sitter-elixir",
9403 "tree-sitter-embedded-template",
9404 "tree-sitter-heex",
9405 "tree-sitter-html",
9406 "tree-sitter-json",
9407 "tree-sitter-md",
9408 "tree-sitter-python",
9409 "tree-sitter-ruby",
9410 "tree-sitter-rust",
9411 "tree-sitter-typescript",
9412 "unicase",
9413 "unindent",
9414 "util",
9415 "watch",
9416 "zlog",
9417 "ztracing",
9418]
9419
9420[[package]]
9421name = "language_extension"
9422version = "0.1.0"
9423dependencies = [
9424 "anyhow",
9425 "async-trait",
9426 "collections",
9427 "extension",
9428 "fs",
9429 "futures 0.3.31",
9430 "gpui",
9431 "language",
9432 "log",
9433 "lsp",
9434 "project",
9435 "serde",
9436 "serde_json",
9437 "tracing",
9438 "util",
9439 "ztracing",
9440]
9441
9442[[package]]
9443name = "language_model"
9444version = "0.1.0"
9445dependencies = [
9446 "anthropic",
9447 "anyhow",
9448 "base64 0.22.1",
9449 "client",
9450 "cloud_api_client",
9451 "cloud_api_types",
9452 "cloud_llm_client",
9453 "collections",
9454 "credentials_provider",
9455 "futures 0.3.31",
9456 "gpui",
9457 "http_client",
9458 "icons",
9459 "image",
9460 "log",
9461 "open_ai",
9462 "open_router",
9463 "parking_lot",
9464 "proto",
9465 "schemars",
9466 "serde",
9467 "serde_json",
9468 "settings",
9469 "smol",
9470 "thiserror 2.0.17",
9471 "util",
9472 "zed_env_vars",
9473]
9474
9475[[package]]
9476name = "language_models"
9477version = "0.1.0"
9478dependencies = [
9479 "ai_onboarding",
9480 "anthropic",
9481 "anyhow",
9482 "aws-config",
9483 "aws-credential-types",
9484 "aws_http_client",
9485 "base64 0.22.1",
9486 "bedrock",
9487 "client",
9488 "cloud_api_types",
9489 "cloud_llm_client",
9490 "collections",
9491 "component",
9492 "convert_case 0.8.0",
9493 "copilot",
9494 "copilot_chat",
9495 "copilot_ui",
9496 "credentials_provider",
9497 "deepseek",
9498 "extension",
9499 "extension_host",
9500 "fs",
9501 "futures 0.3.31",
9502 "google_ai",
9503 "gpui",
9504 "gpui_tokio",
9505 "http_client",
9506 "language",
9507 "language_model",
9508 "lmstudio",
9509 "log",
9510 "menu",
9511 "mistral",
9512 "ollama",
9513 "open_ai",
9514 "open_router",
9515 "opencode",
9516 "partial-json-fixer",
9517 "pretty_assertions",
9518 "release_channel",
9519 "schemars",
9520 "semver",
9521 "serde",
9522 "serde_json",
9523 "settings",
9524 "smol",
9525 "strum 0.27.2",
9526 "thiserror 2.0.17",
9527 "tiktoken-rs",
9528 "tokio",
9529 "ui",
9530 "ui_input",
9531 "util",
9532 "vercel",
9533 "x_ai",
9534]
9535
9536[[package]]
9537name = "language_onboarding"
9538version = "0.1.0"
9539dependencies = [
9540 "db",
9541 "editor",
9542 "gpui",
9543 "project",
9544 "ui",
9545 "workspace",
9546]
9547
9548[[package]]
9549name = "language_selector"
9550version = "0.1.0"
9551dependencies = [
9552 "anyhow",
9553 "editor",
9554 "file_icons",
9555 "fuzzy",
9556 "gpui",
9557 "language",
9558 "open_path_prompt",
9559 "picker",
9560 "project",
9561 "serde_json",
9562 "settings",
9563 "ui",
9564 "util",
9565 "workspace",
9566]
9567
9568[[package]]
9569name = "language_tools"
9570version = "0.1.0"
9571dependencies = [
9572 "anyhow",
9573 "client",
9574 "collections",
9575 "command_palette_hooks",
9576 "edit_prediction",
9577 "editor",
9578 "futures 0.3.31",
9579 "gpui",
9580 "itertools 0.14.0",
9581 "language",
9582 "lsp",
9583 "menu",
9584 "project",
9585 "proto",
9586 "release_channel",
9587 "semver",
9588 "serde_json",
9589 "settings",
9590 "sysinfo 0.37.2",
9591 "telemetry",
9592 "theme",
9593 "tree-sitter",
9594 "ui",
9595 "util",
9596 "workspace",
9597 "zed_actions",
9598 "zlog",
9599]
9600
9601[[package]]
9602name = "languages"
9603version = "0.1.0"
9604dependencies = [
9605 "anyhow",
9606 "async-compression",
9607 "async-fs",
9608 "async-tar",
9609 "async-trait",
9610 "chrono",
9611 "collections",
9612 "futures 0.3.31",
9613 "globset",
9614 "gpui",
9615 "http_client",
9616 "itertools 0.14.0",
9617 "json_schema_store",
9618 "language",
9619 "log",
9620 "lsp",
9621 "node_runtime",
9622 "parking_lot",
9623 "pet",
9624 "pet-conda",
9625 "pet-core",
9626 "pet-fs",
9627 "pet-poetry",
9628 "pet-reporter",
9629 "pet-virtualenv",
9630 "pretty_assertions",
9631 "project",
9632 "regex",
9633 "rope",
9634 "rust-embed",
9635 "semver",
9636 "serde",
9637 "serde_json",
9638 "serde_json_lenient",
9639 "settings",
9640 "smallvec",
9641 "smol",
9642 "snippet",
9643 "task",
9644 "terminal",
9645 "theme",
9646 "toml 0.8.23",
9647 "tree-sitter",
9648 "tree-sitter-bash",
9649 "tree-sitter-c",
9650 "tree-sitter-cpp",
9651 "tree-sitter-css",
9652 "tree-sitter-diff",
9653 "tree-sitter-gitcommit",
9654 "tree-sitter-go",
9655 "tree-sitter-gomod",
9656 "tree-sitter-gowork",
9657 "tree-sitter-jsdoc",
9658 "tree-sitter-json",
9659 "tree-sitter-md",
9660 "tree-sitter-python",
9661 "tree-sitter-regex",
9662 "tree-sitter-rust",
9663 "tree-sitter-typescript",
9664 "tree-sitter-yaml",
9665 "unindent",
9666 "url",
9667 "util",
9668]
9669
9670[[package]]
9671name = "lazy_static"
9672version = "1.5.0"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9675dependencies = [
9676 "spin 0.9.8",
9677]
9678
9679[[package]]
9680name = "leak"
9681version = "0.1.2"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9684
9685[[package]]
9686name = "leaky-cow"
9687version = "0.1.1"
9688source = "registry+https://github.com/rust-lang/crates.io-index"
9689checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9690dependencies = [
9691 "leak",
9692]
9693
9694[[package]]
9695name = "leb128"
9696version = "0.2.5"
9697source = "registry+https://github.com/rust-lang/crates.io-index"
9698checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9699
9700[[package]]
9701name = "leb128fmt"
9702version = "0.1.0"
9703source = "registry+https://github.com/rust-lang/crates.io-index"
9704checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9705
9706[[package]]
9707name = "lebe"
9708version = "0.5.3"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9711
9712[[package]]
9713name = "libc"
9714version = "0.2.182"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9717
9718[[package]]
9719name = "libdbus-sys"
9720version = "0.2.6"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9723dependencies = [
9724 "cc",
9725 "pkg-config",
9726]
9727
9728[[package]]
9729name = "libfuzzer-sys"
9730version = "0.4.10"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9733dependencies = [
9734 "arbitrary",
9735 "cc",
9736]
9737
9738[[package]]
9739name = "libgit2-sys"
9740version = "0.18.3+1.9.2"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9743dependencies = [
9744 "cc",
9745 "libc",
9746 "libz-sys",
9747 "pkg-config",
9748]
9749
9750[[package]]
9751name = "libloading"
9752version = "0.8.9"
9753source = "registry+https://github.com/rust-lang/crates.io-index"
9754checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9755dependencies = [
9756 "cfg-if",
9757 "windows-link 0.2.1",
9758]
9759
9760[[package]]
9761name = "libm"
9762version = "0.2.15"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9765
9766[[package]]
9767name = "libmimalloc-sys"
9768version = "0.1.44"
9769source = "registry+https://github.com/rust-lang/crates.io-index"
9770checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9771dependencies = [
9772 "cc",
9773 "libc",
9774]
9775
9776[[package]]
9777name = "libredox"
9778version = "0.1.10"
9779source = "registry+https://github.com/rust-lang/crates.io-index"
9780checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9781dependencies = [
9782 "bitflags 2.10.0",
9783 "libc",
9784 "redox_syscall 0.5.18",
9785]
9786
9787[[package]]
9788name = "libsqlite3-sys"
9789version = "0.30.1"
9790source = "registry+https://github.com/rust-lang/crates.io-index"
9791checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9792dependencies = [
9793 "cc",
9794 "pkg-config",
9795 "vcpkg",
9796]
9797
9798[[package]]
9799name = "libwebrtc"
9800version = "0.3.26"
9801source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9802dependencies = [
9803 "cxx",
9804 "glib",
9805 "jni",
9806 "js-sys",
9807 "lazy_static",
9808 "livekit-protocol",
9809 "livekit-runtime",
9810 "log",
9811 "parking_lot",
9812 "serde",
9813 "serde_json",
9814 "thiserror 1.0.69",
9815 "tokio",
9816 "wasm-bindgen",
9817 "wasm-bindgen-futures",
9818 "web-sys",
9819 "webrtc-sys",
9820]
9821
9822[[package]]
9823name = "libz-sys"
9824version = "1.1.22"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9827dependencies = [
9828 "cc",
9829 "libc",
9830 "pkg-config",
9831 "vcpkg",
9832]
9833
9834[[package]]
9835name = "line_ending_selector"
9836version = "0.1.0"
9837dependencies = [
9838 "editor",
9839 "gpui",
9840 "language",
9841 "picker",
9842 "project",
9843 "ui",
9844 "util",
9845 "workspace",
9846]
9847
9848[[package]]
9849name = "linebender_resource_handle"
9850version = "0.1.1"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9853
9854[[package]]
9855name = "link-cplusplus"
9856version = "1.0.12"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
9859dependencies = [
9860 "cc",
9861]
9862
9863[[package]]
9864name = "linkify"
9865version = "0.10.0"
9866source = "registry+https://github.com/rust-lang/crates.io-index"
9867checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9868dependencies = [
9869 "memchr",
9870]
9871
9872[[package]]
9873name = "linux-raw-sys"
9874version = "0.4.15"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9877
9878[[package]]
9879name = "linux-raw-sys"
9880version = "0.11.0"
9881source = "registry+https://github.com/rust-lang/crates.io-index"
9882checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
9883
9884[[package]]
9885name = "litemap"
9886version = "0.8.0"
9887source = "registry+https://github.com/rust-lang/crates.io-index"
9888checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
9889
9890[[package]]
9891name = "litrs"
9892version = "1.0.0"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
9895
9896[[package]]
9897name = "livekit"
9898version = "0.7.32"
9899source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9900dependencies = [
9901 "base64 0.22.1",
9902 "bmrng",
9903 "bytes 1.11.1",
9904 "chrono",
9905 "futures-util",
9906 "lazy_static",
9907 "libloading",
9908 "libwebrtc",
9909 "livekit-api",
9910 "livekit-protocol",
9911 "livekit-runtime",
9912 "log",
9913 "parking_lot",
9914 "prost 0.12.6",
9915 "semver",
9916 "serde",
9917 "serde_json",
9918 "thiserror 1.0.69",
9919 "tokio",
9920]
9921
9922[[package]]
9923name = "livekit-api"
9924version = "0.4.14"
9925source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9926dependencies = [
9927 "base64 0.21.7",
9928 "futures-util",
9929 "http 1.3.1",
9930 "livekit-protocol",
9931 "livekit-runtime",
9932 "log",
9933 "parking_lot",
9934 "pbjson-types",
9935 "prost 0.12.6",
9936 "rand 0.9.2",
9937 "reqwest 0.12.24",
9938 "rustls-native-certs 0.6.3",
9939 "scopeguard",
9940 "serde",
9941 "sha2",
9942 "thiserror 1.0.69",
9943 "tokio",
9944 "tokio-rustls 0.26.2",
9945 "tokio-tungstenite 0.28.0",
9946 "url",
9947]
9948
9949[[package]]
9950name = "livekit-protocol"
9951version = "0.7.1"
9952source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9953dependencies = [
9954 "futures-util",
9955 "livekit-runtime",
9956 "parking_lot",
9957 "pbjson",
9958 "pbjson-types",
9959 "prost 0.12.6",
9960 "serde",
9961 "thiserror 1.0.69",
9962 "tokio",
9963]
9964
9965[[package]]
9966name = "livekit-runtime"
9967version = "0.4.0"
9968source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9969dependencies = [
9970 "tokio",
9971 "tokio-stream",
9972]
9973
9974[[package]]
9975name = "livekit_api"
9976version = "0.1.0"
9977dependencies = [
9978 "anyhow",
9979 "async-trait",
9980 "jsonwebtoken",
9981 "log",
9982 "prost 0.9.0",
9983 "prost-build 0.9.0",
9984 "prost-types 0.9.0",
9985 "serde",
9986 "zed-reqwest",
9987]
9988
9989[[package]]
9990name = "livekit_client"
9991version = "0.1.0"
9992dependencies = [
9993 "anyhow",
9994 "async-trait",
9995 "audio",
9996 "cocoa 0.26.0",
9997 "collections",
9998 "core-foundation 0.10.0",
9999 "core-video",
10000 "coreaudio-rs 0.12.1",
10001 "cpal",
10002 "futures 0.3.31",
10003 "gpui",
10004 "gpui_platform",
10005 "gpui_tokio",
10006 "http_client_tls",
10007 "image",
10008 "libwebrtc",
10009 "livekit",
10010 "livekit_api",
10011 "log",
10012 "nanoid",
10013 "objc",
10014 "parking_lot",
10015 "postage",
10016 "rodio",
10017 "serde",
10018 "serde_json",
10019 "serde_urlencoded",
10020 "settings",
10021 "simplelog",
10022 "smallvec",
10023 "tokio",
10024 "ui",
10025 "util",
10026 "webrtc-sys",
10027 "zed-scap",
10028]
10029
10030[[package]]
10031name = "lmdb-master-sys"
10032version = "0.2.5"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10035dependencies = [
10036 "cc",
10037 "doxygen-rs",
10038 "libc",
10039]
10040
10041[[package]]
10042name = "lmstudio"
10043version = "0.1.0"
10044dependencies = [
10045 "anyhow",
10046 "futures 0.3.31",
10047 "http_client",
10048 "schemars",
10049 "serde",
10050 "serde_json",
10051]
10052
10053[[package]]
10054name = "lock_api"
10055version = "0.4.14"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10058dependencies = [
10059 "scopeguard",
10060]
10061
10062[[package]]
10063name = "log"
10064version = "0.4.29"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10067dependencies = [
10068 "serde_core",
10069 "value-bag",
10070]
10071
10072[[package]]
10073name = "loom"
10074version = "0.7.2"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10077dependencies = [
10078 "cfg-if",
10079 "generator",
10080 "scoped-tls",
10081 "tracing",
10082 "tracing-subscriber",
10083]
10084
10085[[package]]
10086name = "loop9"
10087version = "0.1.5"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10090dependencies = [
10091 "imgref",
10092]
10093
10094[[package]]
10095name = "lru"
10096version = "0.12.5"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10099dependencies = [
10100 "hashbrown 0.15.5",
10101]
10102
10103[[package]]
10104name = "lru-slab"
10105version = "0.1.2"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10108
10109[[package]]
10110name = "lsp"
10111version = "0.1.0"
10112dependencies = [
10113 "anyhow",
10114 "async-pipe",
10115 "collections",
10116 "ctor",
10117 "futures 0.3.31",
10118 "gpui",
10119 "gpui_util",
10120 "log",
10121 "lsp-types",
10122 "parking_lot",
10123 "postage",
10124 "release_channel",
10125 "schemars",
10126 "semver",
10127 "serde",
10128 "serde_json",
10129 "smol",
10130 "util",
10131 "zlog",
10132]
10133
10134[[package]]
10135name = "lsp-types"
10136version = "0.95.1"
10137source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10138dependencies = [
10139 "bitflags 1.3.2",
10140 "serde",
10141 "serde_json",
10142 "url",
10143]
10144
10145[[package]]
10146name = "lyon"
10147version = "1.0.16"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10150dependencies = [
10151 "lyon_algorithms",
10152 "lyon_extra",
10153 "lyon_tessellation",
10154]
10155
10156[[package]]
10157name = "lyon_algorithms"
10158version = "1.0.16"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10161dependencies = [
10162 "lyon_path",
10163 "num-traits",
10164]
10165
10166[[package]]
10167name = "lyon_extra"
10168version = "1.0.3"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10171dependencies = [
10172 "lyon_path",
10173 "thiserror 1.0.69",
10174]
10175
10176[[package]]
10177name = "lyon_geom"
10178version = "1.0.17"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10181dependencies = [
10182 "arrayvec",
10183 "euclid",
10184 "num-traits",
10185]
10186
10187[[package]]
10188name = "lyon_path"
10189version = "1.0.16"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10192dependencies = [
10193 "lyon_geom",
10194 "num-traits",
10195]
10196
10197[[package]]
10198name = "lyon_tessellation"
10199version = "1.0.16"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10202dependencies = [
10203 "float_next_after",
10204 "lyon_path",
10205 "num-traits",
10206]
10207
10208[[package]]
10209name = "mac"
10210version = "0.1.1"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10213
10214[[package]]
10215name = "mach2"
10216version = "0.4.3"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10219dependencies = [
10220 "libc",
10221]
10222
10223[[package]]
10224name = "mach2"
10225version = "0.5.0"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10228dependencies = [
10229 "libc",
10230]
10231
10232[[package]]
10233name = "malloc_buf"
10234version = "0.0.6"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10237dependencies = [
10238 "libc",
10239]
10240
10241[[package]]
10242name = "maplit"
10243version = "1.0.2"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10246
10247[[package]]
10248name = "markdown"
10249version = "0.1.0"
10250dependencies = [
10251 "assets",
10252 "base64 0.22.1",
10253 "collections",
10254 "env_logger 0.11.8",
10255 "fs",
10256 "futures 0.3.31",
10257 "gpui",
10258 "gpui_platform",
10259 "language",
10260 "languages",
10261 "linkify",
10262 "log",
10263 "node_runtime",
10264 "pulldown-cmark 0.13.0",
10265 "settings",
10266 "sum_tree",
10267 "theme",
10268 "ui",
10269 "util",
10270]
10271
10272[[package]]
10273name = "markdown_preview"
10274version = "0.1.0"
10275dependencies = [
10276 "anyhow",
10277 "async-recursion",
10278 "collections",
10279 "editor",
10280 "gpui",
10281 "html5ever 0.27.0",
10282 "language",
10283 "linkify",
10284 "log",
10285 "markdown",
10286 "markup5ever_rcdom",
10287 "mermaid-rs-renderer",
10288 "pretty_assertions",
10289 "pulldown-cmark 0.13.0",
10290 "settings",
10291 "stacksafe",
10292 "theme",
10293 "ui",
10294 "urlencoding",
10295 "util",
10296 "workspace",
10297 "zed_actions",
10298]
10299
10300[[package]]
10301name = "markup5ever"
10302version = "0.12.1"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10305dependencies = [
10306 "log",
10307 "phf 0.11.3",
10308 "phf_codegen",
10309 "string_cache",
10310 "string_cache_codegen",
10311 "tendril",
10312]
10313
10314[[package]]
10315name = "markup5ever"
10316version = "0.35.0"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10319dependencies = [
10320 "log",
10321 "tendril",
10322 "web_atoms",
10323]
10324
10325[[package]]
10326name = "markup5ever_rcdom"
10327version = "0.3.0"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10330dependencies = [
10331 "html5ever 0.27.0",
10332 "markup5ever 0.12.1",
10333 "tendril",
10334 "xml5ever",
10335]
10336
10337[[package]]
10338name = "match_token"
10339version = "0.35.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10342dependencies = [
10343 "proc-macro2",
10344 "quote",
10345 "syn 2.0.117",
10346]
10347
10348[[package]]
10349name = "matchers"
10350version = "0.2.0"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10353dependencies = [
10354 "regex-automata",
10355]
10356
10357[[package]]
10358name = "matchit"
10359version = "0.7.3"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10362
10363[[package]]
10364name = "maybe-owned"
10365version = "0.3.4"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10368
10369[[package]]
10370name = "maybe-rayon"
10371version = "0.1.1"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10374dependencies = [
10375 "cfg-if",
10376 "rayon",
10377]
10378
10379[[package]]
10380name = "md-5"
10381version = "0.10.6"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10384dependencies = [
10385 "cfg-if",
10386 "digest",
10387]
10388
10389[[package]]
10390name = "mdbook"
10391version = "0.4.40"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10394dependencies = [
10395 "ammonia",
10396 "anyhow",
10397 "chrono",
10398 "clap",
10399 "clap_complete",
10400 "elasticlunr-rs",
10401 "env_logger 0.11.8",
10402 "futures-util",
10403 "handlebars 5.1.2",
10404 "ignore",
10405 "log",
10406 "memchr",
10407 "notify 6.1.1",
10408 "notify-debouncer-mini",
10409 "once_cell",
10410 "opener",
10411 "pathdiff",
10412 "pulldown-cmark 0.10.3",
10413 "regex",
10414 "serde",
10415 "serde_json",
10416 "shlex",
10417 "tempfile",
10418 "tokio",
10419 "toml 0.5.11",
10420 "topological-sort",
10421 "walkdir",
10422 "warp",
10423]
10424
10425[[package]]
10426name = "media"
10427version = "0.1.0"
10428dependencies = [
10429 "anyhow",
10430 "bindgen 0.71.1",
10431 "core-foundation 0.10.0",
10432 "core-video",
10433 "ctor",
10434 "foreign-types 0.5.0",
10435 "metal",
10436 "objc",
10437]
10438
10439[[package]]
10440name = "memchr"
10441version = "2.7.6"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10444
10445[[package]]
10446name = "memfd"
10447version = "0.6.5"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10450dependencies = [
10451 "rustix 1.1.2",
10452]
10453
10454[[package]]
10455name = "memmap2"
10456version = "0.9.8"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10459dependencies = [
10460 "libc",
10461 "stable_deref_trait",
10462]
10463
10464[[package]]
10465name = "memoffset"
10466version = "0.9.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10469dependencies = [
10470 "autocfg",
10471]
10472
10473[[package]]
10474name = "menu"
10475version = "0.1.0"
10476dependencies = [
10477 "gpui",
10478]
10479
10480[[package]]
10481name = "merge"
10482version = "0.1.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10485dependencies = [
10486 "merge_derive",
10487 "num-traits",
10488]
10489
10490[[package]]
10491name = "merge_derive"
10492version = "0.1.0"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10495dependencies = [
10496 "proc-macro-error",
10497 "proc-macro2",
10498 "quote",
10499 "syn 1.0.109",
10500]
10501
10502[[package]]
10503name = "mermaid-rs-renderer"
10504version = "0.2.0"
10505source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10506dependencies = [
10507 "anyhow",
10508 "fontdb 0.16.2",
10509 "json5",
10510 "once_cell",
10511 "regex",
10512 "serde",
10513 "serde_json",
10514 "thiserror 2.0.17",
10515 "ttf-parser 0.20.0",
10516]
10517
10518[[package]]
10519name = "metal"
10520version = "0.33.0"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10523dependencies = [
10524 "bitflags 2.10.0",
10525 "block",
10526 "core-graphics-types 0.2.0",
10527 "foreign-types 0.5.0",
10528 "log",
10529 "objc",
10530 "paste",
10531]
10532
10533[[package]]
10534name = "migrator"
10535version = "0.1.0"
10536dependencies = [
10537 "anyhow",
10538 "collections",
10539 "convert_case 0.8.0",
10540 "log",
10541 "pretty_assertions",
10542 "serde_json",
10543 "serde_json_lenient",
10544 "settings_content",
10545 "settings_json",
10546 "streaming-iterator",
10547 "tree-sitter",
10548 "tree-sitter-json",
10549 "unindent",
10550]
10551
10552[[package]]
10553name = "mimalloc"
10554version = "0.1.48"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10557dependencies = [
10558 "libmimalloc-sys",
10559]
10560
10561[[package]]
10562name = "mime"
10563version = "0.3.17"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10566
10567[[package]]
10568name = "mime_guess"
10569version = "2.0.5"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10572dependencies = [
10573 "mime",
10574 "unicase",
10575]
10576
10577[[package]]
10578name = "minidump-common"
10579version = "0.26.1"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10582dependencies = [
10583 "bitflags 2.10.0",
10584 "debugid",
10585 "num-derive",
10586 "num-traits",
10587 "range-map",
10588 "scroll",
10589 "smart-default",
10590]
10591
10592[[package]]
10593name = "minidump-writer"
10594version = "0.11.0"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10597dependencies = [
10598 "bitflags 2.10.0",
10599 "byteorder",
10600 "cfg-if",
10601 "crash-context",
10602 "error-graph",
10603 "failspot",
10604 "goblin",
10605 "libc",
10606 "log",
10607 "mach2 0.4.3",
10608 "memmap2",
10609 "memoffset",
10610 "minidump-common",
10611 "nix 0.29.0",
10612 "procfs-core",
10613 "scroll",
10614 "serde",
10615 "serde_json",
10616 "tempfile",
10617 "thiserror 2.0.17",
10618]
10619
10620[[package]]
10621name = "minidumper"
10622version = "0.9.0"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10625dependencies = [
10626 "cfg-if",
10627 "crash-context",
10628 "libc",
10629 "log",
10630 "minidump-writer",
10631 "parking_lot",
10632 "polling",
10633 "scroll",
10634 "thiserror 2.0.17",
10635 "uds",
10636]
10637
10638[[package]]
10639name = "minimal-lexical"
10640version = "0.2.1"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10643
10644[[package]]
10645name = "miniprofiler_ui"
10646version = "0.1.0"
10647dependencies = [
10648 "gpui",
10649 "rpc",
10650 "serde_json",
10651 "smol",
10652 "theme",
10653 "util",
10654 "workspace",
10655 "zed_actions",
10656]
10657
10658[[package]]
10659name = "miniz_oxide"
10660version = "0.8.9"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10663dependencies = [
10664 "adler2",
10665 "simd-adler32",
10666]
10667
10668[[package]]
10669name = "mio"
10670version = "0.8.11"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10673dependencies = [
10674 "libc",
10675 "log",
10676 "wasi",
10677 "windows-sys 0.48.0",
10678]
10679
10680[[package]]
10681name = "mio"
10682version = "1.1.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10685dependencies = [
10686 "libc",
10687 "log",
10688 "wasi",
10689 "windows-sys 0.61.2",
10690]
10691
10692[[package]]
10693name = "miow"
10694version = "0.6.1"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10697dependencies = [
10698 "windows-sys 0.61.2",
10699]
10700
10701[[package]]
10702name = "mistral"
10703version = "0.1.0"
10704dependencies = [
10705 "anyhow",
10706 "futures 0.3.31",
10707 "http_client",
10708 "schemars",
10709 "serde",
10710 "serde_json",
10711 "strum 0.27.2",
10712]
10713
10714[[package]]
10715name = "moka"
10716version = "0.12.11"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10719dependencies = [
10720 "crossbeam-channel",
10721 "crossbeam-epoch",
10722 "crossbeam-utils",
10723 "equivalent",
10724 "parking_lot",
10725 "portable-atomic",
10726 "rustc_version",
10727 "smallvec",
10728 "tagptr",
10729 "uuid",
10730]
10731
10732[[package]]
10733name = "moxcms"
10734version = "0.7.7"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10737dependencies = [
10738 "num-traits",
10739 "pxfm",
10740]
10741
10742[[package]]
10743name = "msvc_spectre_libs"
10744version = "0.1.3"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10747dependencies = [
10748 "cc",
10749]
10750
10751[[package]]
10752name = "multi_buffer"
10753version = "0.1.0"
10754dependencies = [
10755 "anyhow",
10756 "buffer_diff",
10757 "clock",
10758 "collections",
10759 "ctor",
10760 "gpui",
10761 "indoc",
10762 "itertools 0.14.0",
10763 "language",
10764 "log",
10765 "parking_lot",
10766 "pretty_assertions",
10767 "rand 0.9.2",
10768 "rope",
10769 "serde",
10770 "settings",
10771 "smallvec",
10772 "smol",
10773 "sum_tree",
10774 "text",
10775 "theme",
10776 "tracing",
10777 "tree-sitter",
10778 "util",
10779 "zlog",
10780 "ztracing",
10781]
10782
10783[[package]]
10784name = "multimap"
10785version = "0.8.3"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10788
10789[[package]]
10790name = "naga"
10791version = "29.0.0"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10794dependencies = [
10795 "arrayvec",
10796 "bit-set 0.9.1",
10797 "bitflags 2.10.0",
10798 "cfg-if",
10799 "cfg_aliases 0.2.1",
10800 "codespan-reporting",
10801 "half",
10802 "hashbrown 0.16.1",
10803 "hexf-parse",
10804 "indexmap",
10805 "libm",
10806 "log",
10807 "num-traits",
10808 "once_cell",
10809 "rustc-hash 1.1.0",
10810 "thiserror 2.0.17",
10811 "unicode-ident",
10812]
10813
10814[[package]]
10815name = "naga"
10816version = "29.0.0"
10817source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10818dependencies = [
10819 "arrayvec",
10820 "bit-set 0.9.1",
10821 "bitflags 2.10.0",
10822 "cfg-if",
10823 "cfg_aliases 0.2.1",
10824 "codespan-reporting",
10825 "half",
10826 "hashbrown 0.16.1",
10827 "hexf-parse",
10828 "indexmap",
10829 "libm",
10830 "log",
10831 "num-traits",
10832 "once_cell",
10833 "rustc-hash 1.1.0",
10834 "spirv",
10835 "thiserror 2.0.17",
10836 "unicode-ident",
10837]
10838
10839[[package]]
10840name = "nanoid"
10841version = "0.4.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10844dependencies = [
10845 "rand 0.8.5",
10846]
10847
10848[[package]]
10849name = "nanorand"
10850version = "0.7.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10853dependencies = [
10854 "getrandom 0.2.16",
10855]
10856
10857[[package]]
10858name = "native-tls"
10859version = "0.2.14"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10862dependencies = [
10863 "libc",
10864 "log",
10865 "openssl",
10866 "openssl-probe",
10867 "openssl-sys",
10868 "schannel",
10869 "security-framework 2.11.1",
10870 "security-framework-sys",
10871 "tempfile",
10872]
10873
10874[[package]]
10875name = "nbformat"
10876version = "1.2.0"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10879dependencies = [
10880 "anyhow",
10881 "chrono",
10882 "jupyter-protocol",
10883 "serde",
10884 "serde_json",
10885 "thiserror 1.0.69",
10886 "uuid",
10887]
10888
10889[[package]]
10890name = "nc"
10891version = "0.1.0"
10892dependencies = [
10893 "anyhow",
10894 "futures 0.3.31",
10895 "net",
10896 "smol",
10897]
10898
10899[[package]]
10900name = "ndk"
10901version = "0.9.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10904dependencies = [
10905 "bitflags 2.10.0",
10906 "jni-sys",
10907 "log",
10908 "ndk-sys",
10909 "num_enum",
10910 "thiserror 1.0.69",
10911]
10912
10913[[package]]
10914name = "ndk-context"
10915version = "0.1.1"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10918
10919[[package]]
10920name = "ndk-sys"
10921version = "0.6.0+11769913"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10924dependencies = [
10925 "jni-sys",
10926]
10927
10928[[package]]
10929name = "net"
10930version = "0.1.0"
10931dependencies = [
10932 "anyhow",
10933 "async-io",
10934 "smol",
10935 "tempfile",
10936 "windows 0.61.3",
10937]
10938
10939[[package]]
10940name = "new_debug_unreachable"
10941version = "1.0.6"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10944
10945[[package]]
10946name = "nix"
10947version = "0.28.0"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10950dependencies = [
10951 "bitflags 2.10.0",
10952 "cfg-if",
10953 "cfg_aliases 0.1.1",
10954 "libc",
10955]
10956
10957[[package]]
10958name = "nix"
10959version = "0.29.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10962dependencies = [
10963 "bitflags 2.10.0",
10964 "cfg-if",
10965 "cfg_aliases 0.2.1",
10966 "libc",
10967]
10968
10969[[package]]
10970name = "nix"
10971version = "0.30.1"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10974dependencies = [
10975 "bitflags 2.10.0",
10976 "cfg-if",
10977 "cfg_aliases 0.2.1",
10978 "libc",
10979]
10980
10981[[package]]
10982name = "node_runtime"
10983version = "0.1.0"
10984dependencies = [
10985 "anyhow",
10986 "async-compression",
10987 "async-std",
10988 "async-tar",
10989 "async-trait",
10990 "futures 0.3.31",
10991 "http_client",
10992 "log",
10993 "paths",
10994 "semver",
10995 "serde",
10996 "serde_json",
10997 "smol",
10998 "util",
10999 "watch",
11000 "which 6.0.3",
11001]
11002
11003[[package]]
11004name = "nom"
11005version = "7.1.3"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11008dependencies = [
11009 "memchr",
11010 "minimal-lexical",
11011]
11012
11013[[package]]
11014name = "nom"
11015version = "8.0.0"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11018dependencies = [
11019 "memchr",
11020]
11021
11022[[package]]
11023name = "noop_proc_macro"
11024version = "0.3.0"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11027
11028[[package]]
11029name = "normpath"
11030version = "1.5.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11033dependencies = [
11034 "windows-sys 0.61.2",
11035]
11036
11037[[package]]
11038name = "notifications"
11039version = "0.1.0"
11040dependencies = [
11041 "anyhow",
11042 "channel",
11043 "client",
11044 "component",
11045 "db",
11046 "gpui",
11047 "rpc",
11048 "sum_tree",
11049 "time",
11050 "ui",
11051 "util",
11052 "workspace",
11053 "zed_actions",
11054]
11055
11056[[package]]
11057name = "notify"
11058version = "6.1.1"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11061dependencies = [
11062 "bitflags 2.10.0",
11063 "crossbeam-channel",
11064 "filetime",
11065 "fsevent-sys",
11066 "inotify 0.9.6",
11067 "kqueue",
11068 "libc",
11069 "log",
11070 "mio 0.8.11",
11071 "walkdir",
11072 "windows-sys 0.48.0",
11073]
11074
11075[[package]]
11076name = "notify"
11077version = "8.2.0"
11078source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11079dependencies = [
11080 "bitflags 2.10.0",
11081 "fsevent-sys",
11082 "inotify 0.11.0",
11083 "kqueue",
11084 "libc",
11085 "log",
11086 "mio 1.1.0",
11087 "notify-types",
11088 "walkdir",
11089 "windows-sys 0.60.2",
11090]
11091
11092[[package]]
11093name = "notify-debouncer-mini"
11094version = "0.4.1"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11097dependencies = [
11098 "crossbeam-channel",
11099 "log",
11100 "notify 6.1.1",
11101]
11102
11103[[package]]
11104name = "notify-types"
11105version = "2.0.0"
11106source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11107
11108[[package]]
11109name = "ntapi"
11110version = "0.4.1"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11113dependencies = [
11114 "winapi",
11115]
11116
11117[[package]]
11118name = "nu-ansi-term"
11119version = "0.50.3"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11122dependencies = [
11123 "windows-sys 0.61.2",
11124]
11125
11126[[package]]
11127name = "num"
11128version = "0.4.3"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11131dependencies = [
11132 "num-bigint",
11133 "num-complex",
11134 "num-integer",
11135 "num-iter",
11136 "num-rational",
11137 "num-traits",
11138]
11139
11140[[package]]
11141name = "num-bigint"
11142version = "0.4.6"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11145dependencies = [
11146 "num-integer",
11147 "num-traits",
11148]
11149
11150[[package]]
11151name = "num-bigint-dig"
11152version = "0.8.6"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11155dependencies = [
11156 "lazy_static",
11157 "libm",
11158 "num-integer",
11159 "num-iter",
11160 "num-traits",
11161 "rand 0.8.5",
11162 "smallvec",
11163 "zeroize",
11164]
11165
11166[[package]]
11167name = "num-bigint-dig"
11168version = "0.9.1"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11171dependencies = [
11172 "libm",
11173 "num-integer",
11174 "num-iter",
11175 "num-traits",
11176 "once_cell",
11177 "rand 0.9.2",
11178 "serde",
11179 "smallvec",
11180 "zeroize",
11181]
11182
11183[[package]]
11184name = "num-cmp"
11185version = "0.1.0"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11188
11189[[package]]
11190name = "num-complex"
11191version = "0.4.6"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11194dependencies = [
11195 "bytemuck",
11196 "num-traits",
11197]
11198
11199[[package]]
11200name = "num-conv"
11201version = "0.2.0"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11204
11205[[package]]
11206name = "num-derive"
11207version = "0.4.2"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11210dependencies = [
11211 "proc-macro2",
11212 "quote",
11213 "syn 2.0.117",
11214]
11215
11216[[package]]
11217name = "num-format"
11218version = "0.4.4"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11221dependencies = [
11222 "arrayvec",
11223 "itoa",
11224]
11225
11226[[package]]
11227name = "num-integer"
11228version = "0.1.46"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11231dependencies = [
11232 "num-traits",
11233]
11234
11235[[package]]
11236name = "num-iter"
11237version = "0.1.45"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11240dependencies = [
11241 "autocfg",
11242 "num-integer",
11243 "num-traits",
11244]
11245
11246[[package]]
11247name = "num-rational"
11248version = "0.4.2"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11251dependencies = [
11252 "num-bigint",
11253 "num-integer",
11254 "num-traits",
11255]
11256
11257[[package]]
11258name = "num-traits"
11259version = "0.2.19"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11262dependencies = [
11263 "autocfg",
11264 "libm",
11265]
11266
11267[[package]]
11268name = "num_cpus"
11269version = "1.17.0"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11272dependencies = [
11273 "hermit-abi",
11274 "libc",
11275]
11276
11277[[package]]
11278name = "num_enum"
11279version = "0.7.4"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11282dependencies = [
11283 "num_enum_derive",
11284 "rustversion",
11285]
11286
11287[[package]]
11288name = "num_enum_derive"
11289version = "0.7.4"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11292dependencies = [
11293 "proc-macro-crate",
11294 "proc-macro2",
11295 "quote",
11296 "syn 2.0.117",
11297]
11298
11299[[package]]
11300name = "num_threads"
11301version = "0.1.7"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11304dependencies = [
11305 "libc",
11306]
11307
11308[[package]]
11309name = "nvim-rs"
11310version = "0.9.2"
11311source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11312dependencies = [
11313 "async-trait",
11314 "futures 0.3.31",
11315 "log",
11316 "rmp",
11317 "rmpv",
11318 "tokio",
11319 "tokio-util",
11320]
11321
11322[[package]]
11323name = "objc"
11324version = "0.2.7"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11327dependencies = [
11328 "malloc_buf",
11329 "objc_exception",
11330]
11331
11332[[package]]
11333name = "objc-foundation"
11334version = "0.1.1"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11337dependencies = [
11338 "block",
11339 "objc",
11340 "objc_id",
11341]
11342
11343[[package]]
11344name = "objc2"
11345version = "0.6.3"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11348dependencies = [
11349 "objc2-encode",
11350]
11351
11352[[package]]
11353name = "objc2-audio-toolbox"
11354version = "0.3.2"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11357dependencies = [
11358 "bitflags 2.10.0",
11359 "libc",
11360 "objc2",
11361 "objc2-core-audio",
11362 "objc2-core-audio-types",
11363 "objc2-core-foundation",
11364 "objc2-foundation",
11365]
11366
11367[[package]]
11368name = "objc2-avf-audio"
11369version = "0.3.2"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11372dependencies = [
11373 "objc2",
11374 "objc2-foundation",
11375]
11376
11377[[package]]
11378name = "objc2-core-audio"
11379version = "0.3.2"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11382dependencies = [
11383 "dispatch2",
11384 "objc2",
11385 "objc2-core-audio-types",
11386 "objc2-core-foundation",
11387 "objc2-foundation",
11388]
11389
11390[[package]]
11391name = "objc2-core-audio-types"
11392version = "0.3.2"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11395dependencies = [
11396 "bitflags 2.10.0",
11397 "objc2",
11398]
11399
11400[[package]]
11401name = "objc2-core-foundation"
11402version = "0.3.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11405dependencies = [
11406 "bitflags 2.10.0",
11407 "block2",
11408 "dispatch2",
11409 "libc",
11410 "objc2",
11411]
11412
11413[[package]]
11414name = "objc2-encode"
11415version = "4.1.0"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11418
11419[[package]]
11420name = "objc2-foundation"
11421version = "0.3.2"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11424dependencies = [
11425 "bitflags 2.10.0",
11426 "block2",
11427 "libc",
11428 "objc2",
11429 "objc2-core-foundation",
11430]
11431
11432[[package]]
11433name = "objc2-io-kit"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11437dependencies = [
11438 "libc",
11439 "objc2-core-foundation",
11440]
11441
11442[[package]]
11443name = "objc2-metal"
11444version = "0.3.2"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11447dependencies = [
11448 "bitflags 2.10.0",
11449 "block2",
11450 "dispatch2",
11451 "objc2",
11452 "objc2-core-foundation",
11453 "objc2-foundation",
11454]
11455
11456[[package]]
11457name = "objc2-quartz-core"
11458version = "0.3.2"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11461dependencies = [
11462 "bitflags 2.10.0",
11463 "objc2",
11464 "objc2-core-foundation",
11465 "objc2-foundation",
11466 "objc2-metal",
11467]
11468
11469[[package]]
11470name = "objc_exception"
11471version = "0.1.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11474dependencies = [
11475 "cc",
11476]
11477
11478[[package]]
11479name = "objc_id"
11480version = "0.1.1"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11483dependencies = [
11484 "objc",
11485]
11486
11487[[package]]
11488name = "object"
11489version = "0.36.7"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
11492dependencies = [
11493 "crc32fast",
11494 "hashbrown 0.15.5",
11495 "indexmap",
11496 "memchr",
11497]
11498
11499[[package]]
11500name = "object"
11501version = "0.37.3"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11504dependencies = [
11505 "memchr",
11506]
11507
11508[[package]]
11509name = "ollama"
11510version = "0.1.0"
11511dependencies = [
11512 "anyhow",
11513 "futures 0.3.31",
11514 "http_client",
11515 "schemars",
11516 "serde",
11517 "serde_json",
11518 "settings",
11519]
11520
11521[[package]]
11522name = "onboarding"
11523version = "0.1.0"
11524dependencies = [
11525 "anyhow",
11526 "client",
11527 "component",
11528 "db",
11529 "documented",
11530 "fs",
11531 "fuzzy",
11532 "gpui",
11533 "menu",
11534 "notifications",
11535 "picker",
11536 "project",
11537 "schemars",
11538 "serde",
11539 "settings",
11540 "telemetry",
11541 "theme",
11542 "ui",
11543 "util",
11544 "vim_mode_setting",
11545 "workspace",
11546 "zed_actions",
11547 "zlog",
11548]
11549
11550[[package]]
11551name = "once_cell"
11552version = "1.21.3"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11555
11556[[package]]
11557name = "once_cell_polyfill"
11558version = "1.70.1"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11561
11562[[package]]
11563name = "oo7"
11564version = "0.6.0"
11565source = "registry+https://github.com/rust-lang/crates.io-index"
11566checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11567dependencies = [
11568 "aes",
11569 "ashpd",
11570 "async-fs",
11571 "async-io",
11572 "async-lock 3.4.2",
11573 "blocking",
11574 "cbc",
11575 "cipher",
11576 "digest",
11577 "endi",
11578 "futures-lite 2.6.1",
11579 "futures-util",
11580 "getrandom 0.4.1",
11581 "hkdf",
11582 "hmac",
11583 "md-5",
11584 "num",
11585 "num-bigint-dig 0.9.1",
11586 "pbkdf2 0.12.2",
11587 "serde",
11588 "serde_bytes",
11589 "sha2",
11590 "subtle",
11591 "zbus",
11592 "zbus_macros",
11593 "zeroize",
11594 "zvariant",
11595]
11596
11597[[package]]
11598name = "oorandom"
11599version = "11.1.5"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11602
11603[[package]]
11604name = "open"
11605version = "5.3.2"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11608dependencies = [
11609 "is-wsl",
11610 "libc",
11611 "pathdiff",
11612]
11613
11614[[package]]
11615name = "open_ai"
11616version = "0.1.0"
11617dependencies = [
11618 "anyhow",
11619 "futures 0.3.31",
11620 "http_client",
11621 "log",
11622 "rand 0.9.2",
11623 "schemars",
11624 "serde",
11625 "serde_json",
11626 "settings",
11627 "strum 0.27.2",
11628 "thiserror 2.0.17",
11629]
11630
11631[[package]]
11632name = "open_path_prompt"
11633version = "0.1.0"
11634dependencies = [
11635 "editor",
11636 "file_icons",
11637 "futures 0.3.31",
11638 "fuzzy",
11639 "gpui",
11640 "picker",
11641 "project",
11642 "schemars",
11643 "serde",
11644 "serde_json",
11645 "settings",
11646 "theme",
11647 "ui",
11648 "util",
11649 "workspace",
11650]
11651
11652[[package]]
11653name = "open_router"
11654version = "0.1.0"
11655dependencies = [
11656 "anyhow",
11657 "futures 0.3.31",
11658 "http_client",
11659 "schemars",
11660 "serde",
11661 "serde_json",
11662 "settings",
11663 "strum 0.27.2",
11664 "thiserror 2.0.17",
11665]
11666
11667[[package]]
11668name = "opencode"
11669version = "0.1.0"
11670dependencies = [
11671 "anyhow",
11672 "futures 0.3.31",
11673 "google_ai",
11674 "http_client",
11675 "schemars",
11676 "serde",
11677 "serde_json",
11678 "strum 0.27.2",
11679]
11680
11681[[package]]
11682name = "opener"
11683version = "0.7.2"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11686dependencies = [
11687 "bstr",
11688 "dbus",
11689 "normpath",
11690 "windows-sys 0.59.0",
11691]
11692
11693[[package]]
11694name = "openssl"
11695version = "0.10.74"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11698dependencies = [
11699 "bitflags 2.10.0",
11700 "cfg-if",
11701 "foreign-types 0.3.2",
11702 "libc",
11703 "once_cell",
11704 "openssl-macros",
11705 "openssl-sys",
11706]
11707
11708[[package]]
11709name = "openssl-macros"
11710version = "0.1.1"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11713dependencies = [
11714 "proc-macro2",
11715 "quote",
11716 "syn 2.0.117",
11717]
11718
11719[[package]]
11720name = "openssl-probe"
11721version = "0.1.6"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11724
11725[[package]]
11726name = "openssl-sys"
11727version = "0.9.110"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11730dependencies = [
11731 "cc",
11732 "libc",
11733 "pkg-config",
11734 "vcpkg",
11735]
11736
11737[[package]]
11738name = "optfield"
11739version = "0.4.0"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11742dependencies = [
11743 "proc-macro2",
11744 "quote",
11745 "syn 2.0.117",
11746]
11747
11748[[package]]
11749name = "option-ext"
11750version = "0.2.0"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11753
11754[[package]]
11755name = "ordered-float"
11756version = "2.10.1"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11759dependencies = [
11760 "num-traits",
11761]
11762
11763[[package]]
11764name = "ordered-float"
11765version = "4.6.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11768dependencies = [
11769 "num-traits",
11770]
11771
11772[[package]]
11773name = "ordered-stream"
11774version = "0.2.0"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11777dependencies = [
11778 "futures-core",
11779 "pin-project-lite",
11780]
11781
11782[[package]]
11783name = "ouroboros"
11784version = "0.18.5"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11787dependencies = [
11788 "aliasable",
11789 "ouroboros_macro",
11790 "static_assertions",
11791]
11792
11793[[package]]
11794name = "ouroboros_macro"
11795version = "0.18.5"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11798dependencies = [
11799 "heck 0.4.1",
11800 "proc-macro2",
11801 "proc-macro2-diagnostics",
11802 "quote",
11803 "syn 2.0.117",
11804]
11805
11806[[package]]
11807name = "outline"
11808version = "0.1.0"
11809dependencies = [
11810 "editor",
11811 "fuzzy",
11812 "gpui",
11813 "indoc",
11814 "language",
11815 "lsp",
11816 "menu",
11817 "ordered-float 2.10.1",
11818 "picker",
11819 "project",
11820 "rope",
11821 "serde_json",
11822 "settings",
11823 "smol",
11824 "theme",
11825 "ui",
11826 "util",
11827 "workspace",
11828 "zed_actions",
11829]
11830
11831[[package]]
11832name = "outline_panel"
11833version = "0.1.0"
11834dependencies = [
11835 "anyhow",
11836 "collections",
11837 "db",
11838 "editor",
11839 "file_icons",
11840 "fuzzy",
11841 "gpui",
11842 "itertools 0.14.0",
11843 "language",
11844 "log",
11845 "lsp",
11846 "menu",
11847 "outline",
11848 "pretty_assertions",
11849 "project",
11850 "search",
11851 "serde",
11852 "serde_json",
11853 "settings",
11854 "smallvec",
11855 "smol",
11856 "theme",
11857 "ui",
11858 "util",
11859 "workspace",
11860 "worktree",
11861 "zed_actions",
11862]
11863
11864[[package]]
11865name = "outref"
11866version = "0.5.2"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11869
11870[[package]]
11871name = "p256"
11872version = "0.11.1"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11875dependencies = [
11876 "ecdsa",
11877 "elliptic-curve",
11878 "sha2",
11879]
11880
11881[[package]]
11882name = "page_size"
11883version = "0.6.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11886dependencies = [
11887 "libc",
11888 "winapi",
11889]
11890
11891[[package]]
11892name = "palette"
11893version = "0.7.6"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11896dependencies = [
11897 "approx",
11898 "fast-srgb8",
11899 "palette_derive",
11900]
11901
11902[[package]]
11903name = "palette_derive"
11904version = "0.7.6"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11907dependencies = [
11908 "by_address",
11909 "proc-macro2",
11910 "quote",
11911 "syn 2.0.117",
11912]
11913
11914[[package]]
11915name = "panel"
11916version = "0.1.0"
11917dependencies = [
11918 "gpui",
11919 "ui",
11920 "workspace",
11921]
11922
11923[[package]]
11924name = "parking"
11925version = "2.2.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11928
11929[[package]]
11930name = "parking_lot"
11931version = "0.12.5"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11934dependencies = [
11935 "lock_api",
11936 "parking_lot_core",
11937]
11938
11939[[package]]
11940name = "parking_lot_core"
11941version = "0.9.12"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11944dependencies = [
11945 "cfg-if",
11946 "libc",
11947 "redox_syscall 0.5.18",
11948 "smallvec",
11949 "windows-link 0.2.1",
11950]
11951
11952[[package]]
11953name = "parse_int"
11954version = "0.9.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11957dependencies = [
11958 "num-traits",
11959]
11960
11961[[package]]
11962name = "partial-json-fixer"
11963version = "0.5.3"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11966
11967[[package]]
11968name = "password-hash"
11969version = "0.4.2"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11972dependencies = [
11973 "base64ct",
11974 "rand_core 0.6.4",
11975 "subtle",
11976]
11977
11978[[package]]
11979name = "paste"
11980version = "1.0.15"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11983
11984[[package]]
11985name = "pathdiff"
11986version = "0.2.3"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11989
11990[[package]]
11991name = "pathfinder_geometry"
11992version = "0.5.1"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11995dependencies = [
11996 "log",
11997 "pathfinder_simd",
11998]
11999
12000[[package]]
12001name = "pathfinder_simd"
12002version = "0.5.5"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12005dependencies = [
12006 "rustc_version",
12007]
12008
12009[[package]]
12010name = "paths"
12011version = "0.1.0"
12012dependencies = [
12013 "dirs 4.0.0",
12014 "ignore",
12015 "util",
12016]
12017
12018[[package]]
12019name = "pbjson"
12020version = "0.6.0"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12023dependencies = [
12024 "base64 0.21.7",
12025 "serde",
12026]
12027
12028[[package]]
12029name = "pbjson-build"
12030version = "0.6.2"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12033dependencies = [
12034 "heck 0.4.1",
12035 "itertools 0.11.0",
12036 "prost 0.12.6",
12037 "prost-types 0.12.6",
12038]
12039
12040[[package]]
12041name = "pbjson-types"
12042version = "0.6.0"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12045dependencies = [
12046 "bytes 1.11.1",
12047 "chrono",
12048 "pbjson",
12049 "pbjson-build",
12050 "prost 0.12.6",
12051 "prost-build 0.12.6",
12052 "serde",
12053]
12054
12055[[package]]
12056name = "pbkdf2"
12057version = "0.11.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12060dependencies = [
12061 "digest",
12062 "hmac",
12063 "password-hash",
12064 "sha2",
12065]
12066
12067[[package]]
12068name = "pbkdf2"
12069version = "0.12.2"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12072dependencies = [
12073 "digest",
12074 "hmac",
12075]
12076
12077[[package]]
12078name = "pciid-parser"
12079version = "0.8.0"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12082
12083[[package]]
12084name = "peg"
12085version = "0.8.5"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12088dependencies = [
12089 "peg-macros",
12090 "peg-runtime",
12091]
12092
12093[[package]]
12094name = "peg-macros"
12095version = "0.8.5"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12098dependencies = [
12099 "peg-runtime",
12100 "proc-macro2",
12101 "quote",
12102]
12103
12104[[package]]
12105name = "peg-runtime"
12106version = "0.8.5"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12109
12110[[package]]
12111name = "pem"
12112version = "3.0.6"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12115dependencies = [
12116 "base64 0.22.1",
12117 "serde_core",
12118]
12119
12120[[package]]
12121name = "pem-rfc7468"
12122version = "0.7.0"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12125dependencies = [
12126 "base64ct",
12127]
12128
12129[[package]]
12130name = "percent-encoding"
12131version = "2.3.2"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12134
12135[[package]]
12136name = "perf"
12137version = "0.1.0"
12138dependencies = [
12139 "collections",
12140 "serde",
12141 "serde_json",
12142]
12143
12144[[package]]
12145name = "pest"
12146version = "2.8.3"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12149dependencies = [
12150 "memchr",
12151 "ucd-trie",
12152]
12153
12154[[package]]
12155name = "pest_derive"
12156version = "2.8.3"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12159dependencies = [
12160 "pest",
12161 "pest_generator",
12162]
12163
12164[[package]]
12165name = "pest_generator"
12166version = "2.8.3"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12169dependencies = [
12170 "pest",
12171 "pest_meta",
12172 "proc-macro2",
12173 "quote",
12174 "syn 2.0.117",
12175]
12176
12177[[package]]
12178name = "pest_meta"
12179version = "2.8.3"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12182dependencies = [
12183 "pest",
12184 "sha2",
12185]
12186
12187[[package]]
12188name = "pet"
12189version = "0.1.0"
12190source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12191dependencies = [
12192 "clap",
12193 "env_logger 0.10.2",
12194 "lazy_static",
12195 "log",
12196 "msvc_spectre_libs",
12197 "pet-conda",
12198 "pet-core",
12199 "pet-env-var-path",
12200 "pet-fs",
12201 "pet-global-virtualenvs",
12202 "pet-homebrew",
12203 "pet-jsonrpc",
12204 "pet-linux-global-python",
12205 "pet-mac-commandlinetools",
12206 "pet-mac-python-org",
12207 "pet-mac-xcode",
12208 "pet-pipenv",
12209 "pet-pixi",
12210 "pet-poetry",
12211 "pet-pyenv",
12212 "pet-python-utils",
12213 "pet-reporter",
12214 "pet-telemetry",
12215 "pet-uv",
12216 "pet-venv",
12217 "pet-virtualenv",
12218 "pet-virtualenvwrapper",
12219 "pet-windows-registry",
12220 "pet-windows-store",
12221 "pet-winpython",
12222 "serde",
12223 "serde_json",
12224 "tracing",
12225 "tracing-subscriber",
12226 "winresource",
12227]
12228
12229[[package]]
12230name = "pet-conda"
12231version = "0.1.0"
12232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12233dependencies = [
12234 "env_logger 0.10.2",
12235 "lazy_static",
12236 "log",
12237 "msvc_spectre_libs",
12238 "pet-core",
12239 "pet-fs",
12240 "pet-python-utils",
12241 "pet-reporter",
12242 "rayon",
12243 "regex",
12244 "serde",
12245 "serde_json",
12246 "yaml-rust2",
12247]
12248
12249[[package]]
12250name = "pet-core"
12251version = "0.1.0"
12252source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12253dependencies = [
12254 "clap",
12255 "lazy_static",
12256 "log",
12257 "msvc_spectre_libs",
12258 "pet-fs",
12259 "regex",
12260 "serde",
12261 "serde_json",
12262]
12263
12264[[package]]
12265name = "pet-env-var-path"
12266version = "0.1.0"
12267source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12268dependencies = [
12269 "lazy_static",
12270 "log",
12271 "msvc_spectre_libs",
12272 "pet-conda",
12273 "pet-core",
12274 "pet-fs",
12275 "pet-python-utils",
12276 "pet-virtualenv",
12277 "regex",
12278]
12279
12280[[package]]
12281name = "pet-fs"
12282version = "0.1.0"
12283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12284dependencies = [
12285 "glob",
12286 "log",
12287 "msvc_spectre_libs",
12288 "windows-sys 0.59.0",
12289]
12290
12291[[package]]
12292name = "pet-global-virtualenvs"
12293version = "0.1.0"
12294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12295dependencies = [
12296 "log",
12297 "msvc_spectre_libs",
12298 "pet-conda",
12299 "pet-core",
12300 "pet-fs",
12301 "pet-virtualenv",
12302]
12303
12304[[package]]
12305name = "pet-homebrew"
12306version = "0.1.0"
12307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12308dependencies = [
12309 "lazy_static",
12310 "log",
12311 "msvc_spectre_libs",
12312 "pet-conda",
12313 "pet-core",
12314 "pet-fs",
12315 "pet-python-utils",
12316 "pet-virtualenv",
12317 "rayon",
12318 "regex",
12319 "serde",
12320 "serde_json",
12321]
12322
12323[[package]]
12324name = "pet-jsonrpc"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "env_logger 0.10.2",
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-core",
12332 "serde",
12333 "serde_json",
12334]
12335
12336[[package]]
12337name = "pet-linux-global-python"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-core",
12344 "pet-fs",
12345 "pet-python-utils",
12346 "pet-virtualenv",
12347]
12348
12349[[package]]
12350name = "pet-mac-commandlinetools"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "log",
12355 "msvc_spectre_libs",
12356 "pet-core",
12357 "pet-fs",
12358 "pet-python-utils",
12359 "pet-virtualenv",
12360]
12361
12362[[package]]
12363name = "pet-mac-python-org"
12364version = "0.1.0"
12365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12366dependencies = [
12367 "log",
12368 "msvc_spectre_libs",
12369 "pet-core",
12370 "pet-fs",
12371 "pet-python-utils",
12372 "pet-virtualenv",
12373]
12374
12375[[package]]
12376name = "pet-mac-xcode"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "log",
12381 "msvc_spectre_libs",
12382 "pet-core",
12383 "pet-fs",
12384 "pet-python-utils",
12385 "pet-virtualenv",
12386]
12387
12388[[package]]
12389name = "pet-pipenv"
12390version = "0.1.0"
12391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12392dependencies = [
12393 "lazy_static",
12394 "log",
12395 "msvc_spectre_libs",
12396 "pet-core",
12397 "pet-fs",
12398 "pet-python-utils",
12399 "pet-virtualenv",
12400 "regex",
12401]
12402
12403[[package]]
12404name = "pet-pixi"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "log",
12409 "msvc_spectre_libs",
12410 "pet-conda",
12411 "pet-core",
12412 "pet-python-utils",
12413]
12414
12415[[package]]
12416name = "pet-poetry"
12417version = "0.1.0"
12418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12419dependencies = [
12420 "base64 0.22.1",
12421 "lazy_static",
12422 "log",
12423 "msvc_spectre_libs",
12424 "pet-core",
12425 "pet-fs",
12426 "pet-python-utils",
12427 "pet-reporter",
12428 "pet-virtualenv",
12429 "regex",
12430 "serde",
12431 "serde_json",
12432 "sha2",
12433 "toml 0.8.23",
12434]
12435
12436[[package]]
12437name = "pet-pyenv"
12438version = "0.1.0"
12439source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12440dependencies = [
12441 "lazy_static",
12442 "log",
12443 "msvc_spectre_libs",
12444 "pet-conda",
12445 "pet-core",
12446 "pet-fs",
12447 "pet-python-utils",
12448 "pet-reporter",
12449 "regex",
12450 "serde",
12451 "serde_json",
12452]
12453
12454[[package]]
12455name = "pet-python-utils"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "env_logger 0.10.2",
12460 "lazy_static",
12461 "log",
12462 "msvc_spectre_libs",
12463 "pet-core",
12464 "pet-fs",
12465 "regex",
12466 "serde",
12467 "serde_json",
12468 "sha2",
12469]
12470
12471[[package]]
12472name = "pet-reporter"
12473version = "0.1.0"
12474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12475dependencies = [
12476 "env_logger 0.10.2",
12477 "log",
12478 "msvc_spectre_libs",
12479 "pet-core",
12480 "pet-jsonrpc",
12481 "serde",
12482 "serde_json",
12483]
12484
12485[[package]]
12486name = "pet-telemetry"
12487version = "0.1.0"
12488source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12489dependencies = [
12490 "env_logger 0.10.2",
12491 "lazy_static",
12492 "log",
12493 "msvc_spectre_libs",
12494 "pet-core",
12495 "pet-fs",
12496 "pet-python-utils",
12497 "regex",
12498]
12499
12500[[package]]
12501name = "pet-uv"
12502version = "0.1.0"
12503source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12504dependencies = [
12505 "log",
12506 "pet-core",
12507 "pet-python-utils",
12508 "serde",
12509 "toml 0.9.8",
12510]
12511
12512[[package]]
12513name = "pet-venv"
12514version = "0.1.0"
12515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12516dependencies = [
12517 "log",
12518 "msvc_spectre_libs",
12519 "pet-core",
12520 "pet-python-utils",
12521 "pet-virtualenv",
12522]
12523
12524[[package]]
12525name = "pet-virtualenv"
12526version = "0.1.0"
12527source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12528dependencies = [
12529 "log",
12530 "msvc_spectre_libs",
12531 "pet-core",
12532 "pet-fs",
12533 "pet-python-utils",
12534]
12535
12536[[package]]
12537name = "pet-virtualenvwrapper"
12538version = "0.1.0"
12539source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12540dependencies = [
12541 "log",
12542 "msvc_spectre_libs",
12543 "pet-core",
12544 "pet-fs",
12545 "pet-python-utils",
12546 "pet-virtualenv",
12547]
12548
12549[[package]]
12550name = "pet-windows-registry"
12551version = "0.1.0"
12552source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12553dependencies = [
12554 "lazy_static",
12555 "log",
12556 "msvc_spectre_libs",
12557 "pet-conda",
12558 "pet-core",
12559 "pet-fs",
12560 "pet-python-utils",
12561 "pet-virtualenv",
12562 "pet-windows-store",
12563 "regex",
12564 "winreg 0.55.0",
12565]
12566
12567[[package]]
12568name = "pet-windows-store"
12569version = "0.1.0"
12570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12571dependencies = [
12572 "lazy_static",
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "pet-virtualenv",
12579 "regex",
12580 "winreg 0.55.0",
12581]
12582
12583[[package]]
12584name = "pet-winpython"
12585version = "0.1.0"
12586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12587dependencies = [
12588 "lazy_static",
12589 "log",
12590 "pet-core",
12591 "pet-fs",
12592 "pet-python-utils",
12593 "pet-virtualenv",
12594 "regex",
12595]
12596
12597[[package]]
12598name = "petgraph"
12599version = "0.6.5"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12602dependencies = [
12603 "fixedbitset 0.4.2",
12604 "indexmap",
12605]
12606
12607[[package]]
12608name = "pgvector"
12609version = "0.4.1"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12612dependencies = [
12613 "serde",
12614]
12615
12616[[package]]
12617name = "phf"
12618version = "0.11.3"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12621dependencies = [
12622 "phf_macros 0.11.3",
12623 "phf_shared 0.11.3",
12624]
12625
12626[[package]]
12627name = "phf"
12628version = "0.12.1"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12631dependencies = [
12632 "phf_macros 0.12.1",
12633 "phf_shared 0.12.1",
12634]
12635
12636[[package]]
12637name = "phf_codegen"
12638version = "0.11.3"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12641dependencies = [
12642 "phf_generator 0.11.3",
12643 "phf_shared 0.11.3",
12644]
12645
12646[[package]]
12647name = "phf_generator"
12648version = "0.11.3"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12651dependencies = [
12652 "phf_shared 0.11.3",
12653 "rand 0.8.5",
12654]
12655
12656[[package]]
12657name = "phf_generator"
12658version = "0.12.1"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12661dependencies = [
12662 "fastrand 2.3.0",
12663 "phf_shared 0.12.1",
12664]
12665
12666[[package]]
12667name = "phf_macros"
12668version = "0.11.3"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12671dependencies = [
12672 "phf_generator 0.11.3",
12673 "phf_shared 0.11.3",
12674 "proc-macro2",
12675 "quote",
12676 "syn 2.0.117",
12677]
12678
12679[[package]]
12680name = "phf_macros"
12681version = "0.12.1"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12684dependencies = [
12685 "phf_generator 0.12.1",
12686 "phf_shared 0.12.1",
12687 "proc-macro2",
12688 "quote",
12689 "syn 2.0.117",
12690]
12691
12692[[package]]
12693name = "phf_shared"
12694version = "0.11.3"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12697dependencies = [
12698 "siphasher 1.0.1",
12699]
12700
12701[[package]]
12702name = "phf_shared"
12703version = "0.12.1"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12706dependencies = [
12707 "siphasher 1.0.1",
12708]
12709
12710[[package]]
12711name = "picker"
12712version = "0.1.0"
12713dependencies = [
12714 "anyhow",
12715 "editor",
12716 "gpui",
12717 "menu",
12718 "schemars",
12719 "serde",
12720 "settings",
12721 "theme",
12722 "ui",
12723 "ui_input",
12724 "workspace",
12725 "zed_actions",
12726]
12727
12728[[package]]
12729name = "pico-args"
12730version = "0.5.0"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12733
12734[[package]]
12735name = "pin-project"
12736version = "1.1.10"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12739dependencies = [
12740 "pin-project-internal",
12741]
12742
12743[[package]]
12744name = "pin-project-internal"
12745version = "1.1.10"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12748dependencies = [
12749 "proc-macro2",
12750 "quote",
12751 "syn 2.0.117",
12752]
12753
12754[[package]]
12755name = "pin-project-lite"
12756version = "0.2.16"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12759
12760[[package]]
12761name = "pin-utils"
12762version = "0.1.0"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12765
12766[[package]]
12767name = "piper"
12768version = "0.2.4"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12771dependencies = [
12772 "atomic-waker",
12773 "fastrand 2.3.0",
12774 "futures-io",
12775]
12776
12777[[package]]
12778name = "pkcs1"
12779version = "0.7.5"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12782dependencies = [
12783 "der 0.7.10",
12784 "pkcs8 0.10.2",
12785 "spki 0.7.3",
12786]
12787
12788[[package]]
12789name = "pkcs8"
12790version = "0.9.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12793dependencies = [
12794 "der 0.6.1",
12795 "spki 0.6.0",
12796]
12797
12798[[package]]
12799name = "pkcs8"
12800version = "0.10.2"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12803dependencies = [
12804 "der 0.7.10",
12805 "spki 0.7.3",
12806]
12807
12808[[package]]
12809name = "pkg-config"
12810version = "0.3.32"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12813
12814[[package]]
12815name = "plain"
12816version = "0.2.3"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12819
12820[[package]]
12821name = "platform_title_bar"
12822version = "0.1.0"
12823dependencies = [
12824 "feature_flags",
12825 "gpui",
12826 "project",
12827 "settings",
12828 "smallvec",
12829 "theme",
12830 "ui",
12831 "windows 0.61.3",
12832 "workspace",
12833 "zed_actions",
12834]
12835
12836[[package]]
12837name = "plist"
12838version = "1.8.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12841dependencies = [
12842 "base64 0.22.1",
12843 "indexmap",
12844 "quick-xml 0.38.3",
12845 "serde",
12846 "time",
12847]
12848
12849[[package]]
12850name = "plotters"
12851version = "0.3.7"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12854dependencies = [
12855 "num-traits",
12856 "plotters-backend",
12857 "plotters-svg",
12858 "wasm-bindgen",
12859 "web-sys",
12860]
12861
12862[[package]]
12863name = "plotters-backend"
12864version = "0.3.7"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12867
12868[[package]]
12869name = "plotters-svg"
12870version = "0.3.7"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12873dependencies = [
12874 "plotters-backend",
12875]
12876
12877[[package]]
12878name = "png"
12879version = "0.17.16"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12882dependencies = [
12883 "bitflags 1.3.2",
12884 "crc32fast",
12885 "fdeflate",
12886 "flate2",
12887 "miniz_oxide",
12888]
12889
12890[[package]]
12891name = "png"
12892version = "0.18.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12895dependencies = [
12896 "bitflags 2.10.0",
12897 "crc32fast",
12898 "fdeflate",
12899 "flate2",
12900 "miniz_oxide",
12901]
12902
12903[[package]]
12904name = "polling"
12905version = "3.11.0"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12908dependencies = [
12909 "cfg-if",
12910 "concurrent-queue",
12911 "hermit-abi",
12912 "pin-project-lite",
12913 "rustix 1.1.2",
12914 "windows-sys 0.61.2",
12915]
12916
12917[[package]]
12918name = "pollster"
12919version = "0.2.5"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12922
12923[[package]]
12924name = "pollster"
12925version = "0.4.0"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12928
12929[[package]]
12930name = "pori"
12931version = "0.0.0"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12934dependencies = [
12935 "nom 7.1.3",
12936]
12937
12938[[package]]
12939name = "portable-atomic"
12940version = "1.11.1"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12943
12944[[package]]
12945name = "portable-atomic-util"
12946version = "0.2.4"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12949dependencies = [
12950 "portable-atomic",
12951]
12952
12953[[package]]
12954name = "portable-pty"
12955version = "0.9.0"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12958dependencies = [
12959 "anyhow",
12960 "bitflags 1.3.2",
12961 "downcast-rs",
12962 "filedescriptor",
12963 "lazy_static",
12964 "libc",
12965 "log",
12966 "nix 0.28.0",
12967 "serial2",
12968 "shared_library",
12969 "shell-words",
12970 "winapi",
12971 "winreg 0.10.1",
12972]
12973
12974[[package]]
12975name = "postage"
12976version = "0.5.0"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12979dependencies = [
12980 "atomic",
12981 "crossbeam-queue",
12982 "futures 0.3.31",
12983 "log",
12984 "parking_lot",
12985 "pin-project",
12986 "pollster 0.2.5",
12987 "static_assertions",
12988 "thiserror 1.0.69",
12989]
12990
12991[[package]]
12992name = "postcard"
12993version = "1.1.3"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12996dependencies = [
12997 "cobs",
12998 "embedded-io 0.4.0",
12999 "embedded-io 0.6.1",
13000 "serde",
13001]
13002
13003[[package]]
13004name = "potential_utf"
13005version = "0.1.3"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13008dependencies = [
13009 "zerovec",
13010]
13011
13012[[package]]
13013name = "powerfmt"
13014version = "0.2.0"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13017
13018[[package]]
13019name = "ppv-lite86"
13020version = "0.2.21"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13023dependencies = [
13024 "zerocopy",
13025]
13026
13027[[package]]
13028name = "precomputed-hash"
13029version = "0.1.1"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13032
13033[[package]]
13034name = "presser"
13035version = "0.3.1"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13038
13039[[package]]
13040name = "prettier"
13041version = "0.1.0"
13042dependencies = [
13043 "anyhow",
13044 "collections",
13045 "fs",
13046 "gpui",
13047 "language",
13048 "log",
13049 "lsp",
13050 "node_runtime",
13051 "parking_lot",
13052 "paths",
13053 "serde",
13054 "serde_json",
13055 "util",
13056]
13057
13058[[package]]
13059name = "pretty_assertions"
13060version = "1.4.1"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13063dependencies = [
13064 "diff",
13065 "yansi",
13066]
13067
13068[[package]]
13069name = "prettyplease"
13070version = "0.2.37"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13073dependencies = [
13074 "proc-macro2",
13075 "syn 2.0.117",
13076]
13077
13078[[package]]
13079name = "primal-check"
13080version = "0.3.4"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13083dependencies = [
13084 "num-integer",
13085]
13086
13087[[package]]
13088name = "proc-macro-crate"
13089version = "3.4.0"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13092dependencies = [
13093 "toml_edit 0.23.7",
13094]
13095
13096[[package]]
13097name = "proc-macro-error"
13098version = "1.0.4"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13101dependencies = [
13102 "proc-macro-error-attr",
13103 "proc-macro2",
13104 "quote",
13105 "syn 1.0.109",
13106 "version_check",
13107]
13108
13109[[package]]
13110name = "proc-macro-error-attr"
13111version = "1.0.4"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13114dependencies = [
13115 "proc-macro2",
13116 "quote",
13117 "version_check",
13118]
13119
13120[[package]]
13121name = "proc-macro-error-attr2"
13122version = "2.0.0"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13125dependencies = [
13126 "proc-macro2",
13127 "quote",
13128]
13129
13130[[package]]
13131name = "proc-macro-error2"
13132version = "2.0.1"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13135dependencies = [
13136 "proc-macro-error-attr2",
13137 "proc-macro2",
13138 "quote",
13139 "syn 2.0.117",
13140]
13141
13142[[package]]
13143name = "proc-macro2"
13144version = "1.0.101"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13147dependencies = [
13148 "unicode-ident",
13149]
13150
13151[[package]]
13152name = "proc-macro2-diagnostics"
13153version = "0.10.1"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13156dependencies = [
13157 "proc-macro2",
13158 "quote",
13159 "syn 2.0.117",
13160 "version_check",
13161 "yansi",
13162]
13163
13164[[package]]
13165name = "procfs-core"
13166version = "0.17.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13169dependencies = [
13170 "bitflags 2.10.0",
13171 "hex",
13172 "serde",
13173]
13174
13175[[package]]
13176name = "profiling"
13177version = "1.0.17"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13180dependencies = [
13181 "profiling-procmacros",
13182]
13183
13184[[package]]
13185name = "profiling-procmacros"
13186version = "1.0.17"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13189dependencies = [
13190 "quote",
13191 "syn 2.0.117",
13192]
13193
13194[[package]]
13195name = "project"
13196version = "0.1.0"
13197dependencies = [
13198 "aho-corasick",
13199 "anyhow",
13200 "askpass",
13201 "async-trait",
13202 "base64 0.22.1",
13203 "buffer_diff",
13204 "circular-buffer",
13205 "client",
13206 "clock",
13207 "collections",
13208 "context_server",
13209 "credentials_provider",
13210 "dap",
13211 "encoding_rs",
13212 "extension",
13213 "fancy-regex 0.17.0",
13214 "fs",
13215 "futures 0.3.31",
13216 "fuzzy",
13217 "git",
13218 "git2",
13219 "git_hosting_providers",
13220 "globset",
13221 "gpui",
13222 "http_client",
13223 "image",
13224 "indexmap",
13225 "itertools 0.14.0",
13226 "language",
13227 "log",
13228 "lsp",
13229 "markdown",
13230 "node_runtime",
13231 "parking_lot",
13232 "paths",
13233 "postage",
13234 "prettier",
13235 "pretty_assertions",
13236 "project",
13237 "rand 0.9.2",
13238 "regex",
13239 "release_channel",
13240 "remote",
13241 "rpc",
13242 "schemars",
13243 "semver",
13244 "serde",
13245 "serde_json",
13246 "settings",
13247 "sha2",
13248 "shellexpand 2.1.2",
13249 "smallvec",
13250 "smol",
13251 "snippet",
13252 "snippet_provider",
13253 "sum_tree",
13254 "task",
13255 "tempfile",
13256 "terminal",
13257 "text",
13258 "toml 0.8.23",
13259 "tracing",
13260 "unindent",
13261 "url",
13262 "util",
13263 "watch",
13264 "wax",
13265 "which 6.0.3",
13266 "worktree",
13267 "zeroize",
13268 "zlog",
13269 "ztracing",
13270]
13271
13272[[package]]
13273name = "project_benchmarks"
13274version = "0.1.0"
13275dependencies = [
13276 "anyhow",
13277 "askpass",
13278 "clap",
13279 "client",
13280 "futures 0.3.31",
13281 "gpui",
13282 "gpui_platform",
13283 "http_client",
13284 "language",
13285 "node_runtime",
13286 "project",
13287 "release_channel",
13288 "remote",
13289 "rpassword",
13290 "semver",
13291 "settings",
13292 "watch",
13293]
13294
13295[[package]]
13296name = "project_panel"
13297version = "0.1.0"
13298dependencies = [
13299 "anyhow",
13300 "client",
13301 "collections",
13302 "command_palette_hooks",
13303 "criterion",
13304 "editor",
13305 "feature_flags",
13306 "file_icons",
13307 "git",
13308 "git_ui",
13309 "gpui",
13310 "itertools 0.14.0",
13311 "language",
13312 "menu",
13313 "notifications",
13314 "pretty_assertions",
13315 "project",
13316 "rayon",
13317 "remote_connection",
13318 "schemars",
13319 "search",
13320 "serde",
13321 "serde_json",
13322 "settings",
13323 "smallvec",
13324 "telemetry",
13325 "tempfile",
13326 "theme",
13327 "ui",
13328 "util",
13329 "workspace",
13330 "worktree",
13331 "zed_actions",
13332]
13333
13334[[package]]
13335name = "project_symbols"
13336version = "0.1.0"
13337dependencies = [
13338 "anyhow",
13339 "editor",
13340 "futures 0.3.31",
13341 "fuzzy",
13342 "gpui",
13343 "language",
13344 "lsp",
13345 "ordered-float 2.10.1",
13346 "picker",
13347 "project",
13348 "release_channel",
13349 "semver",
13350 "serde_json",
13351 "settings",
13352 "theme",
13353 "util",
13354 "workspace",
13355]
13356
13357[[package]]
13358name = "prometheus"
13359version = "0.14.0"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13362dependencies = [
13363 "cfg-if",
13364 "fnv",
13365 "lazy_static",
13366 "memchr",
13367 "parking_lot",
13368 "protobuf",
13369 "thiserror 2.0.17",
13370]
13371
13372[[package]]
13373name = "prompt_store"
13374version = "0.1.0"
13375dependencies = [
13376 "anyhow",
13377 "assets",
13378 "chrono",
13379 "collections",
13380 "fs",
13381 "futures 0.3.31",
13382 "fuzzy",
13383 "gpui",
13384 "handlebars 4.5.0",
13385 "heed",
13386 "language",
13387 "log",
13388 "parking_lot",
13389 "paths",
13390 "rope",
13391 "serde",
13392 "strum 0.27.2",
13393 "tempfile",
13394 "text",
13395 "util",
13396 "uuid",
13397]
13398
13399[[package]]
13400name = "proptest"
13401version = "1.10.0"
13402source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13403dependencies = [
13404 "bit-set 0.8.0",
13405 "bit-vec 0.8.0",
13406 "bitflags 2.10.0",
13407 "num-traits",
13408 "proptest-macro",
13409 "rand 0.9.2",
13410 "rand_chacha 0.9.0",
13411 "rand_xorshift",
13412 "regex-syntax",
13413 "rusty-fork",
13414 "tempfile",
13415 "unarray",
13416]
13417
13418[[package]]
13419name = "proptest-derive"
13420version = "0.8.0"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13423dependencies = [
13424 "proc-macro2",
13425 "quote",
13426 "syn 2.0.117",
13427]
13428
13429[[package]]
13430name = "proptest-macro"
13431version = "0.5.0"
13432source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13433dependencies = [
13434 "convert_case 0.11.0",
13435 "proc-macro2",
13436 "quote",
13437 "syn 2.0.117",
13438]
13439
13440[[package]]
13441name = "prost"
13442version = "0.9.0"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13445dependencies = [
13446 "bytes 1.11.1",
13447 "prost-derive 0.9.0",
13448]
13449
13450[[package]]
13451name = "prost"
13452version = "0.12.6"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13455dependencies = [
13456 "bytes 1.11.1",
13457 "prost-derive 0.12.6",
13458]
13459
13460[[package]]
13461name = "prost-build"
13462version = "0.9.0"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13465dependencies = [
13466 "bytes 1.11.1",
13467 "heck 0.3.3",
13468 "itertools 0.10.5",
13469 "lazy_static",
13470 "log",
13471 "multimap",
13472 "petgraph",
13473 "prost 0.9.0",
13474 "prost-types 0.9.0",
13475 "regex",
13476 "tempfile",
13477 "which 4.4.2",
13478]
13479
13480[[package]]
13481name = "prost-build"
13482version = "0.12.6"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13485dependencies = [
13486 "bytes 1.11.1",
13487 "heck 0.5.0",
13488 "itertools 0.12.1",
13489 "log",
13490 "multimap",
13491 "once_cell",
13492 "petgraph",
13493 "prettyplease",
13494 "prost 0.12.6",
13495 "prost-types 0.12.6",
13496 "regex",
13497 "syn 2.0.117",
13498 "tempfile",
13499]
13500
13501[[package]]
13502name = "prost-derive"
13503version = "0.9.0"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13506dependencies = [
13507 "anyhow",
13508 "itertools 0.10.5",
13509 "proc-macro2",
13510 "quote",
13511 "syn 1.0.109",
13512]
13513
13514[[package]]
13515name = "prost-derive"
13516version = "0.12.6"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13519dependencies = [
13520 "anyhow",
13521 "itertools 0.12.1",
13522 "proc-macro2",
13523 "quote",
13524 "syn 2.0.117",
13525]
13526
13527[[package]]
13528name = "prost-types"
13529version = "0.9.0"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13532dependencies = [
13533 "bytes 1.11.1",
13534 "prost 0.9.0",
13535]
13536
13537[[package]]
13538name = "prost-types"
13539version = "0.12.6"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13542dependencies = [
13543 "prost 0.12.6",
13544]
13545
13546[[package]]
13547name = "proto"
13548version = "0.1.0"
13549dependencies = [
13550 "anyhow",
13551 "prost 0.9.0",
13552 "prost-build 0.9.0",
13553 "serde",
13554]
13555
13556[[package]]
13557name = "protobuf"
13558version = "3.7.2"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13561dependencies = [
13562 "once_cell",
13563 "protobuf-support",
13564 "thiserror 1.0.69",
13565]
13566
13567[[package]]
13568name = "protobuf-support"
13569version = "3.7.2"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13572dependencies = [
13573 "thiserror 1.0.69",
13574]
13575
13576[[package]]
13577name = "psm"
13578version = "0.1.30"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13581dependencies = [
13582 "ar_archive_writer",
13583 "cc",
13584]
13585
13586[[package]]
13587name = "ptr_meta"
13588version = "0.1.4"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13591dependencies = [
13592 "ptr_meta_derive",
13593]
13594
13595[[package]]
13596name = "ptr_meta_derive"
13597version = "0.1.4"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13600dependencies = [
13601 "proc-macro2",
13602 "quote",
13603 "syn 1.0.109",
13604]
13605
13606[[package]]
13607name = "pulldown-cmark"
13608version = "0.10.3"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13611dependencies = [
13612 "bitflags 2.10.0",
13613 "memchr",
13614 "pulldown-cmark-escape",
13615 "unicase",
13616]
13617
13618[[package]]
13619name = "pulldown-cmark"
13620version = "0.13.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13623dependencies = [
13624 "bitflags 2.10.0",
13625 "memchr",
13626 "unicase",
13627]
13628
13629[[package]]
13630name = "pulldown-cmark-escape"
13631version = "0.10.1"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13634
13635[[package]]
13636name = "pulley-interpreter"
13637version = "33.0.2"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "986beaef947a51d17b42b0ea18ceaa88450d35b6994737065ed505c39172db71"
13640dependencies = [
13641 "cranelift-bitset",
13642 "log",
13643 "wasmtime-math",
13644]
13645
13646[[package]]
13647name = "pulp"
13648version = "0.18.22"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13651dependencies = [
13652 "bytemuck",
13653 "libm",
13654 "num-complex",
13655 "reborrow",
13656]
13657
13658[[package]]
13659name = "pulp"
13660version = "0.21.5"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13663dependencies = [
13664 "bytemuck",
13665 "cfg-if",
13666 "libm",
13667 "num-complex",
13668 "reborrow",
13669 "version_check",
13670]
13671
13672[[package]]
13673name = "pxfm"
13674version = "0.1.25"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13677dependencies = [
13678 "num-traits",
13679]
13680
13681[[package]]
13682name = "qoi"
13683version = "0.4.1"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13686dependencies = [
13687 "bytemuck",
13688]
13689
13690[[package]]
13691name = "quick-error"
13692version = "1.2.3"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13695
13696[[package]]
13697name = "quick-error"
13698version = "2.0.1"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13701
13702[[package]]
13703name = "quick-xml"
13704version = "0.30.0"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13707dependencies = [
13708 "memchr",
13709]
13710
13711[[package]]
13712name = "quick-xml"
13713version = "0.37.5"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13716dependencies = [
13717 "memchr",
13718]
13719
13720[[package]]
13721name = "quick-xml"
13722version = "0.38.3"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13725dependencies = [
13726 "memchr",
13727]
13728
13729[[package]]
13730name = "quinn"
13731version = "0.11.9"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13734dependencies = [
13735 "bytes 1.11.1",
13736 "cfg_aliases 0.2.1",
13737 "pin-project-lite",
13738 "quinn-proto",
13739 "quinn-udp",
13740 "rustc-hash 2.1.1",
13741 "rustls 0.23.33",
13742 "socket2 0.6.1",
13743 "thiserror 2.0.17",
13744 "tokio",
13745 "tracing",
13746 "web-time",
13747]
13748
13749[[package]]
13750name = "quinn-proto"
13751version = "0.11.13"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13754dependencies = [
13755 "bytes 1.11.1",
13756 "getrandom 0.3.4",
13757 "lru-slab",
13758 "rand 0.9.2",
13759 "ring",
13760 "rustc-hash 2.1.1",
13761 "rustls 0.23.33",
13762 "rustls-pki-types",
13763 "slab",
13764 "thiserror 2.0.17",
13765 "tinyvec",
13766 "tracing",
13767 "web-time",
13768]
13769
13770[[package]]
13771name = "quinn-udp"
13772version = "0.5.14"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13775dependencies = [
13776 "cfg_aliases 0.2.1",
13777 "libc",
13778 "once_cell",
13779 "socket2 0.6.1",
13780 "tracing",
13781 "windows-sys 0.60.2",
13782]
13783
13784[[package]]
13785name = "quote"
13786version = "1.0.41"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13789dependencies = [
13790 "proc-macro2",
13791]
13792
13793[[package]]
13794name = "r-efi"
13795version = "5.3.0"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13798
13799[[package]]
13800name = "radium"
13801version = "0.7.0"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13804
13805[[package]]
13806name = "rand"
13807version = "0.3.23"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13810dependencies = [
13811 "libc",
13812 "rand 0.4.6",
13813]
13814
13815[[package]]
13816name = "rand"
13817version = "0.4.6"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13820dependencies = [
13821 "fuchsia-cprng",
13822 "libc",
13823 "rand_core 0.3.1",
13824 "rdrand",
13825 "winapi",
13826]
13827
13828[[package]]
13829name = "rand"
13830version = "0.8.5"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13833dependencies = [
13834 "libc",
13835 "rand_chacha 0.3.1",
13836 "rand_core 0.6.4",
13837]
13838
13839[[package]]
13840name = "rand"
13841version = "0.9.2"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13844dependencies = [
13845 "rand_chacha 0.9.0",
13846 "rand_core 0.9.3",
13847]
13848
13849[[package]]
13850name = "rand_chacha"
13851version = "0.3.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13854dependencies = [
13855 "ppv-lite86",
13856 "rand_core 0.6.4",
13857]
13858
13859[[package]]
13860name = "rand_chacha"
13861version = "0.9.0"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13864dependencies = [
13865 "ppv-lite86",
13866 "rand_core 0.9.3",
13867]
13868
13869[[package]]
13870name = "rand_core"
13871version = "0.3.1"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13874dependencies = [
13875 "rand_core 0.4.2",
13876]
13877
13878[[package]]
13879name = "rand_core"
13880version = "0.4.2"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13883
13884[[package]]
13885name = "rand_core"
13886version = "0.6.4"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13889dependencies = [
13890 "getrandom 0.2.16",
13891]
13892
13893[[package]]
13894name = "rand_core"
13895version = "0.9.3"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13898dependencies = [
13899 "getrandom 0.3.4",
13900]
13901
13902[[package]]
13903name = "rand_distr"
13904version = "0.5.1"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13907dependencies = [
13908 "num-traits",
13909 "rand 0.9.2",
13910]
13911
13912[[package]]
13913name = "rand_pcg"
13914version = "0.3.1"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13917dependencies = [
13918 "rand_core 0.6.4",
13919]
13920
13921[[package]]
13922name = "rand_xorshift"
13923version = "0.4.0"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13926dependencies = [
13927 "rand_core 0.9.3",
13928]
13929
13930[[package]]
13931name = "random_choice"
13932version = "0.3.2"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13935dependencies = [
13936 "rand 0.3.23",
13937]
13938
13939[[package]]
13940name = "range-alloc"
13941version = "0.1.4"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13944
13945[[package]]
13946name = "range-map"
13947version = "0.2.0"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13950dependencies = [
13951 "num-traits",
13952]
13953
13954[[package]]
13955name = "rangemap"
13956version = "1.7.1"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13959
13960[[package]]
13961name = "rav1e"
13962version = "0.7.1"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13965dependencies = [
13966 "arbitrary",
13967 "arg_enum_proc_macro",
13968 "arrayvec",
13969 "av1-grain",
13970 "bitstream-io",
13971 "built",
13972 "cfg-if",
13973 "interpolate_name",
13974 "itertools 0.12.1",
13975 "libc",
13976 "libfuzzer-sys",
13977 "log",
13978 "maybe-rayon",
13979 "new_debug_unreachable",
13980 "noop_proc_macro",
13981 "num-derive",
13982 "num-traits",
13983 "once_cell",
13984 "paste",
13985 "profiling",
13986 "rand 0.8.5",
13987 "rand_chacha 0.3.1",
13988 "simd_helpers",
13989 "system-deps 6.2.2",
13990 "thiserror 1.0.69",
13991 "v_frame",
13992 "wasm-bindgen",
13993]
13994
13995[[package]]
13996name = "ravif"
13997version = "0.11.20"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14000dependencies = [
14001 "avif-serialize",
14002 "imgref",
14003 "loop9",
14004 "quick-error 2.0.1",
14005 "rav1e",
14006 "rayon",
14007 "rgb",
14008]
14009
14010[[package]]
14011name = "raw-cpuid"
14012version = "10.7.0"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14015dependencies = [
14016 "bitflags 1.3.2",
14017]
14018
14019[[package]]
14020name = "raw-cpuid"
14021version = "11.6.0"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14024dependencies = [
14025 "bitflags 2.10.0",
14026]
14027
14028[[package]]
14029name = "raw-window-handle"
14030version = "0.6.2"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14033
14034[[package]]
14035name = "raw-window-metal"
14036version = "1.1.0"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14039dependencies = [
14040 "objc2",
14041 "objc2-core-foundation",
14042 "objc2-foundation",
14043 "objc2-quartz-core",
14044]
14045
14046[[package]]
14047name = "rayon"
14048version = "1.11.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14051dependencies = [
14052 "either",
14053 "rayon-core",
14054]
14055
14056[[package]]
14057name = "rayon-core"
14058version = "1.13.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14061dependencies = [
14062 "crossbeam-deque",
14063 "crossbeam-utils",
14064]
14065
14066[[package]]
14067name = "rdrand"
14068version = "0.4.0"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14071dependencies = [
14072 "rand_core 0.3.1",
14073]
14074
14075[[package]]
14076name = "read-fonts"
14077version = "0.35.0"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14080dependencies = [
14081 "bytemuck",
14082 "font-types 0.10.0",
14083]
14084
14085[[package]]
14086name = "read-fonts"
14087version = "0.37.0"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14090dependencies = [
14091 "bytemuck",
14092 "core_maths",
14093 "font-types 0.11.0",
14094]
14095
14096[[package]]
14097name = "realfft"
14098version = "3.5.0"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14101dependencies = [
14102 "rustfft",
14103]
14104
14105[[package]]
14106name = "reborrow"
14107version = "0.5.5"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14110
14111[[package]]
14112name = "recent_projects"
14113version = "0.1.0"
14114dependencies = [
14115 "anyhow",
14116 "askpass",
14117 "chrono",
14118 "db",
14119 "dev_container",
14120 "editor",
14121 "extension",
14122 "extension_host",
14123 "fs",
14124 "futures 0.3.31",
14125 "fuzzy",
14126 "gpui",
14127 "http_client",
14128 "indoc",
14129 "language",
14130 "log",
14131 "menu",
14132 "node_runtime",
14133 "open_path_prompt",
14134 "ordered-float 2.10.1",
14135 "paths",
14136 "picker",
14137 "project",
14138 "release_channel",
14139 "remote",
14140 "remote_connection",
14141 "remote_server",
14142 "semver",
14143 "serde",
14144 "serde_json",
14145 "settings",
14146 "smol",
14147 "task",
14148 "telemetry",
14149 "ui",
14150 "ui_input",
14151 "util",
14152 "windows-registry 0.6.1",
14153 "workspace",
14154 "worktree",
14155 "zed_actions",
14156]
14157
14158[[package]]
14159name = "redox_syscall"
14160version = "0.2.16"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14163dependencies = [
14164 "bitflags 1.3.2",
14165]
14166
14167[[package]]
14168name = "redox_syscall"
14169version = "0.5.18"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14172dependencies = [
14173 "bitflags 2.10.0",
14174]
14175
14176[[package]]
14177name = "redox_users"
14178version = "0.4.6"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14181dependencies = [
14182 "getrandom 0.2.16",
14183 "libredox",
14184 "thiserror 1.0.69",
14185]
14186
14187[[package]]
14188name = "redox_users"
14189version = "0.5.2"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14192dependencies = [
14193 "getrandom 0.2.16",
14194 "libredox",
14195 "thiserror 2.0.17",
14196]
14197
14198[[package]]
14199name = "ref-cast"
14200version = "1.0.25"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14203dependencies = [
14204 "ref-cast-impl",
14205]
14206
14207[[package]]
14208name = "ref-cast-impl"
14209version = "1.0.25"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14212dependencies = [
14213 "proc-macro2",
14214 "quote",
14215 "syn 2.0.117",
14216]
14217
14218[[package]]
14219name = "referencing"
14220version = "0.37.4"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14223dependencies = [
14224 "ahash 0.8.12",
14225 "fluent-uri",
14226 "getrandom 0.3.4",
14227 "hashbrown 0.16.1",
14228 "parking_lot",
14229 "percent-encoding",
14230 "serde_json",
14231]
14232
14233[[package]]
14234name = "refineable"
14235version = "0.1.0"
14236dependencies = [
14237 "derive_refineable",
14238]
14239
14240[[package]]
14241name = "regalloc2"
14242version = "0.12.2"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14245dependencies = [
14246 "allocator-api2",
14247 "bumpalo",
14248 "hashbrown 0.15.5",
14249 "log",
14250 "rustc-hash 2.1.1",
14251 "serde",
14252 "smallvec",
14253]
14254
14255[[package]]
14256name = "regex"
14257version = "1.12.2"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14260dependencies = [
14261 "aho-corasick",
14262 "memchr",
14263 "regex-automata",
14264 "regex-syntax",
14265]
14266
14267[[package]]
14268name = "regex-automata"
14269version = "0.4.13"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14272dependencies = [
14273 "aho-corasick",
14274 "memchr",
14275 "regex-syntax",
14276]
14277
14278[[package]]
14279name = "regex-lite"
14280version = "0.1.8"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14283
14284[[package]]
14285name = "regex-syntax"
14286version = "0.8.8"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14289
14290[[package]]
14291name = "release_channel"
14292version = "0.1.0"
14293dependencies = [
14294 "gpui",
14295 "semver",
14296]
14297
14298[[package]]
14299name = "remote"
14300version = "0.1.0"
14301dependencies = [
14302 "anyhow",
14303 "askpass",
14304 "async-trait",
14305 "base64 0.22.1",
14306 "collections",
14307 "fs",
14308 "futures 0.3.31",
14309 "gpui",
14310 "log",
14311 "parking_lot",
14312 "paths",
14313 "prost 0.9.0",
14314 "release_channel",
14315 "rpc",
14316 "schemars",
14317 "semver",
14318 "serde",
14319 "serde_json",
14320 "settings",
14321 "smol",
14322 "tempfile",
14323 "thiserror 2.0.17",
14324 "urlencoding",
14325 "util",
14326 "which 6.0.3",
14327]
14328
14329[[package]]
14330name = "remote_connection"
14331version = "0.1.0"
14332dependencies = [
14333 "anyhow",
14334 "askpass",
14335 "auto_update",
14336 "futures 0.3.31",
14337 "gpui",
14338 "log",
14339 "markdown",
14340 "menu",
14341 "release_channel",
14342 "remote",
14343 "semver",
14344 "settings",
14345 "theme",
14346 "ui",
14347 "ui_input",
14348 "workspace",
14349]
14350
14351[[package]]
14352name = "remote_server"
14353version = "0.1.0"
14354dependencies = [
14355 "action_log",
14356 "agent",
14357 "anyhow",
14358 "askpass",
14359 "cargo_toml",
14360 "clap",
14361 "client",
14362 "clock",
14363 "collections",
14364 "crash-handler",
14365 "crashes",
14366 "dap_adapters",
14367 "debug_adapter_extension",
14368 "editor",
14369 "env_logger 0.11.8",
14370 "extension",
14371 "extension_host",
14372 "fork",
14373 "fs",
14374 "futures 0.3.31",
14375 "git",
14376 "git2",
14377 "git_hosting_providers",
14378 "gpui",
14379 "gpui_platform",
14380 "gpui_tokio",
14381 "http_client",
14382 "image",
14383 "json_schema_store",
14384 "language",
14385 "language_extension",
14386 "language_model",
14387 "languages",
14388 "libc",
14389 "log",
14390 "lsp",
14391 "minidumper",
14392 "net",
14393 "node_runtime",
14394 "paths",
14395 "pretty_assertions",
14396 "project",
14397 "proto",
14398 "rayon",
14399 "release_channel",
14400 "remote",
14401 "reqwest_client",
14402 "rpc",
14403 "rust-embed",
14404 "semver",
14405 "serde",
14406 "serde_json",
14407 "settings",
14408 "shellexpand 2.1.2",
14409 "smol",
14410 "sysinfo 0.37.2",
14411 "task",
14412 "theme",
14413 "thiserror 2.0.17",
14414 "toml 0.8.23",
14415 "unindent",
14416 "util",
14417 "uuid",
14418 "watch",
14419 "windows 0.61.3",
14420 "worktree",
14421 "zlog",
14422]
14423
14424[[package]]
14425name = "rend"
14426version = "0.4.2"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14429dependencies = [
14430 "bytecheck",
14431]
14432
14433[[package]]
14434name = "renderdoc-sys"
14435version = "1.1.0"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14438
14439[[package]]
14440name = "repl"
14441version = "0.1.0"
14442dependencies = [
14443 "alacritty_terminal",
14444 "anyhow",
14445 "async-dispatcher",
14446 "async-task",
14447 "async-tungstenite",
14448 "base64 0.22.1",
14449 "client",
14450 "collections",
14451 "command_palette_hooks",
14452 "editor",
14453 "feature_flags",
14454 "file_icons",
14455 "futures 0.3.31",
14456 "gpui",
14457 "html_to_markdown",
14458 "http_client",
14459 "image",
14460 "indoc",
14461 "jupyter-protocol",
14462 "jupyter-websocket-client",
14463 "language",
14464 "languages",
14465 "log",
14466 "markdown",
14467 "menu",
14468 "multi_buffer",
14469 "nbformat",
14470 "picker",
14471 "project",
14472 "remote",
14473 "runtimelib",
14474 "serde",
14475 "serde_json",
14476 "settings",
14477 "shlex",
14478 "smol",
14479 "telemetry",
14480 "terminal",
14481 "terminal_view",
14482 "theme",
14483 "tree-sitter-md",
14484 "tree-sitter-python",
14485 "tree-sitter-typescript",
14486 "ui",
14487 "util",
14488 "uuid",
14489 "workspace",
14490 "zed_actions",
14491]
14492
14493[[package]]
14494name = "reqwest"
14495version = "0.11.27"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14498dependencies = [
14499 "base64 0.21.7",
14500 "bytes 1.11.1",
14501 "encoding_rs",
14502 "futures-core",
14503 "futures-util",
14504 "h2 0.3.27",
14505 "http 0.2.12",
14506 "http-body 0.4.6",
14507 "hyper 0.14.32",
14508 "hyper-tls",
14509 "ipnet",
14510 "js-sys",
14511 "log",
14512 "mime",
14513 "native-tls",
14514 "once_cell",
14515 "percent-encoding",
14516 "pin-project-lite",
14517 "rustls-pemfile 1.0.4",
14518 "serde",
14519 "serde_json",
14520 "serde_urlencoded",
14521 "sync_wrapper 0.1.2",
14522 "system-configuration 0.5.1",
14523 "tokio",
14524 "tokio-native-tls",
14525 "tower-service",
14526 "url",
14527 "wasm-bindgen",
14528 "wasm-bindgen-futures",
14529 "web-sys",
14530 "winreg 0.50.0",
14531]
14532
14533[[package]]
14534name = "reqwest"
14535version = "0.12.24"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14538dependencies = [
14539 "base64 0.22.1",
14540 "bytes 1.11.1",
14541 "futures-channel",
14542 "futures-core",
14543 "futures-util",
14544 "http 1.3.1",
14545 "http-body 1.0.1",
14546 "http-body-util",
14547 "hyper 1.7.0",
14548 "hyper-rustls 0.27.7",
14549 "hyper-util",
14550 "js-sys",
14551 "log",
14552 "percent-encoding",
14553 "pin-project-lite",
14554 "quinn",
14555 "rustls 0.23.33",
14556 "rustls-native-certs 0.8.2",
14557 "rustls-pki-types",
14558 "serde",
14559 "serde_json",
14560 "serde_urlencoded",
14561 "sync_wrapper 1.0.2",
14562 "tokio",
14563 "tokio-rustls 0.26.2",
14564 "tower 0.5.2",
14565 "tower-http 0.6.6",
14566 "tower-service",
14567 "url",
14568 "wasm-bindgen",
14569 "wasm-bindgen-futures",
14570 "web-sys",
14571]
14572
14573[[package]]
14574name = "reqwest_client"
14575version = "0.1.0"
14576dependencies = [
14577 "anyhow",
14578 "bytes 1.11.1",
14579 "futures 0.3.31",
14580 "gpui_util",
14581 "http_client",
14582 "http_client_tls",
14583 "log",
14584 "regex",
14585 "serde",
14586 "tokio",
14587 "zed-reqwest",
14588]
14589
14590[[package]]
14591name = "resvg"
14592version = "0.45.1"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14595dependencies = [
14596 "log",
14597 "pico-args",
14598 "rgb",
14599 "svgtypes",
14600 "tiny-skia",
14601 "usvg",
14602]
14603
14604[[package]]
14605name = "rfc6979"
14606version = "0.3.1"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14609dependencies = [
14610 "crypto-bigint 0.4.9",
14611 "hmac",
14612 "zeroize",
14613]
14614
14615[[package]]
14616name = "rgb"
14617version = "0.8.52"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14620dependencies = [
14621 "bytemuck",
14622]
14623
14624[[package]]
14625name = "ring"
14626version = "0.17.14"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14629dependencies = [
14630 "cc",
14631 "cfg-if",
14632 "getrandom 0.2.16",
14633 "libc",
14634 "untrusted 0.9.0",
14635 "windows-sys 0.52.0",
14636]
14637
14638[[package]]
14639name = "rkyv"
14640version = "0.7.45"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14643dependencies = [
14644 "bitvec",
14645 "bytecheck",
14646 "bytes 1.11.1",
14647 "hashbrown 0.12.3",
14648 "ptr_meta",
14649 "rend",
14650 "rkyv_derive",
14651 "seahash",
14652 "tinyvec",
14653 "uuid",
14654]
14655
14656[[package]]
14657name = "rkyv_derive"
14658version = "0.7.45"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14661dependencies = [
14662 "proc-macro2",
14663 "quote",
14664 "syn 1.0.109",
14665]
14666
14667[[package]]
14668name = "rmp"
14669version = "0.8.14"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14672dependencies = [
14673 "byteorder",
14674 "num-traits",
14675 "paste",
14676]
14677
14678[[package]]
14679name = "rmpv"
14680version = "1.3.0"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14683dependencies = [
14684 "num-traits",
14685 "rmp",
14686]
14687
14688[[package]]
14689name = "rodio"
14690version = "0.21.1"
14691source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14692dependencies = [
14693 "cpal",
14694 "dasp_sample",
14695 "hound",
14696 "num-rational",
14697 "rand 0.9.2",
14698 "rand_distr",
14699 "rtrb",
14700 "symphonia",
14701 "thiserror 2.0.17",
14702]
14703
14704[[package]]
14705name = "rope"
14706version = "0.1.0"
14707dependencies = [
14708 "criterion",
14709 "ctor",
14710 "gpui",
14711 "heapless",
14712 "log",
14713 "rand 0.9.2",
14714 "rayon",
14715 "sum_tree",
14716 "tracing",
14717 "unicode-segmentation",
14718 "util",
14719 "zlog",
14720 "ztracing",
14721]
14722
14723[[package]]
14724name = "roxmltree"
14725version = "0.20.0"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14728
14729[[package]]
14730name = "rpassword"
14731version = "7.4.0"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14734dependencies = [
14735 "libc",
14736 "rtoolbox",
14737 "windows-sys 0.59.0",
14738]
14739
14740[[package]]
14741name = "rpc"
14742version = "0.1.0"
14743dependencies = [
14744 "anyhow",
14745 "async-tungstenite",
14746 "base64 0.22.1",
14747 "collections",
14748 "futures 0.3.31",
14749 "gpui",
14750 "parking_lot",
14751 "proto",
14752 "rand 0.9.2",
14753 "rsa",
14754 "serde",
14755 "serde_json",
14756 "sha2",
14757 "strum 0.27.2",
14758 "tracing",
14759 "util",
14760 "zlog",
14761 "zstd",
14762]
14763
14764[[package]]
14765name = "rsa"
14766version = "0.9.10"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14769dependencies = [
14770 "const-oid",
14771 "digest",
14772 "num-bigint-dig 0.8.6",
14773 "num-integer",
14774 "num-traits",
14775 "pkcs1",
14776 "pkcs8 0.10.2",
14777 "rand_core 0.6.4",
14778 "signature 2.2.0",
14779 "spki 0.7.3",
14780 "subtle",
14781 "zeroize",
14782]
14783
14784[[package]]
14785name = "rtoolbox"
14786version = "0.0.3"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14789dependencies = [
14790 "libc",
14791 "windows-sys 0.52.0",
14792]
14793
14794[[package]]
14795name = "rtrb"
14796version = "0.3.2"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14799
14800[[package]]
14801name = "rules_library"
14802version = "0.1.0"
14803dependencies = [
14804 "anyhow",
14805 "collections",
14806 "editor",
14807 "gpui",
14808 "language",
14809 "language_model",
14810 "log",
14811 "menu",
14812 "picker",
14813 "platform_title_bar",
14814 "prompt_store",
14815 "release_channel",
14816 "rope",
14817 "serde",
14818 "settings",
14819 "theme",
14820 "ui",
14821 "ui_input",
14822 "util",
14823 "workspace",
14824 "zed_actions",
14825]
14826
14827[[package]]
14828name = "runtimelib"
14829version = "1.4.0"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14832dependencies = [
14833 "async-dispatcher",
14834 "async-std",
14835 "aws-lc-rs",
14836 "base64 0.22.1",
14837 "bytes 1.11.1",
14838 "chrono",
14839 "data-encoding",
14840 "dirs 6.0.0",
14841 "futures 0.3.31",
14842 "glob",
14843 "jupyter-protocol",
14844 "serde",
14845 "serde_json",
14846 "shellexpand 3.1.1",
14847 "smol",
14848 "thiserror 2.0.17",
14849 "uuid",
14850 "zeromq",
14851]
14852
14853[[package]]
14854name = "rust-embed"
14855version = "8.7.2"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
14858dependencies = [
14859 "rust-embed-impl",
14860 "rust-embed-utils",
14861 "walkdir",
14862]
14863
14864[[package]]
14865name = "rust-embed-impl"
14866version = "8.7.2"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
14869dependencies = [
14870 "proc-macro2",
14871 "quote",
14872 "rust-embed-utils",
14873 "syn 2.0.117",
14874 "walkdir",
14875]
14876
14877[[package]]
14878name = "rust-embed-utils"
14879version = "8.7.2"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
14882dependencies = [
14883 "globset",
14884 "sha2",
14885 "walkdir",
14886]
14887
14888[[package]]
14889name = "rust_decimal"
14890version = "1.39.0"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14893dependencies = [
14894 "arrayvec",
14895 "borsh",
14896 "bytes 1.11.1",
14897 "num-traits",
14898 "rand 0.8.5",
14899 "rkyv",
14900 "serde",
14901 "serde_json",
14902]
14903
14904[[package]]
14905name = "rustc-demangle"
14906version = "0.1.26"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14909
14910[[package]]
14911name = "rustc-hash"
14912version = "1.1.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14915
14916[[package]]
14917name = "rustc-hash"
14918version = "2.1.1"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14921
14922[[package]]
14923name = "rustc_version"
14924version = "0.4.1"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14927dependencies = [
14928 "semver",
14929]
14930
14931[[package]]
14932name = "rustfft"
14933version = "6.4.1"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14936dependencies = [
14937 "num-complex",
14938 "num-integer",
14939 "num-traits",
14940 "primal-check",
14941 "strength_reduce",
14942 "transpose",
14943]
14944
14945[[package]]
14946name = "rustix"
14947version = "0.38.44"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14950dependencies = [
14951 "bitflags 2.10.0",
14952 "errno 0.3.14",
14953 "libc",
14954 "linux-raw-sys 0.4.15",
14955 "windows-sys 0.59.0",
14956]
14957
14958[[package]]
14959name = "rustix"
14960version = "1.1.2"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14963dependencies = [
14964 "bitflags 2.10.0",
14965 "errno 0.3.14",
14966 "libc",
14967 "linux-raw-sys 0.11.0",
14968 "windows-sys 0.61.2",
14969]
14970
14971[[package]]
14972name = "rustix-linux-procfs"
14973version = "0.1.1"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14976dependencies = [
14977 "once_cell",
14978 "rustix 1.1.2",
14979]
14980
14981[[package]]
14982name = "rustix-openpty"
14983version = "0.2.0"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14986dependencies = [
14987 "errno 0.3.14",
14988 "libc",
14989 "rustix 1.1.2",
14990]
14991
14992[[package]]
14993name = "rustls"
14994version = "0.21.12"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14997dependencies = [
14998 "log",
14999 "ring",
15000 "rustls-webpki 0.101.7",
15001 "sct",
15002]
15003
15004[[package]]
15005name = "rustls"
15006version = "0.23.33"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15009dependencies = [
15010 "aws-lc-rs",
15011 "log",
15012 "once_cell",
15013 "ring",
15014 "rustls-pki-types",
15015 "rustls-webpki 0.103.7",
15016 "subtle",
15017 "zeroize",
15018]
15019
15020[[package]]
15021name = "rustls-native-certs"
15022version = "0.6.3"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15025dependencies = [
15026 "openssl-probe",
15027 "rustls-pemfile 1.0.4",
15028 "schannel",
15029 "security-framework 2.11.1",
15030]
15031
15032[[package]]
15033name = "rustls-native-certs"
15034version = "0.8.2"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15037dependencies = [
15038 "openssl-probe",
15039 "rustls-pki-types",
15040 "schannel",
15041 "security-framework 3.5.1",
15042]
15043
15044[[package]]
15045name = "rustls-pemfile"
15046version = "1.0.4"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15049dependencies = [
15050 "base64 0.21.7",
15051]
15052
15053[[package]]
15054name = "rustls-pemfile"
15055version = "2.2.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15058dependencies = [
15059 "rustls-pki-types",
15060]
15061
15062[[package]]
15063name = "rustls-pki-types"
15064version = "1.12.0"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15067dependencies = [
15068 "web-time",
15069 "zeroize",
15070]
15071
15072[[package]]
15073name = "rustls-platform-verifier"
15074version = "0.5.3"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15077dependencies = [
15078 "core-foundation 0.10.0",
15079 "core-foundation-sys",
15080 "jni",
15081 "log",
15082 "once_cell",
15083 "rustls 0.23.33",
15084 "rustls-native-certs 0.8.2",
15085 "rustls-platform-verifier-android",
15086 "rustls-webpki 0.103.7",
15087 "security-framework 3.5.1",
15088 "security-framework-sys",
15089 "webpki-root-certs",
15090 "windows-sys 0.59.0",
15091]
15092
15093[[package]]
15094name = "rustls-platform-verifier-android"
15095version = "0.1.1"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15098
15099[[package]]
15100name = "rustls-webpki"
15101version = "0.101.7"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15104dependencies = [
15105 "ring",
15106 "untrusted 0.9.0",
15107]
15108
15109[[package]]
15110name = "rustls-webpki"
15111version = "0.103.7"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15114dependencies = [
15115 "aws-lc-rs",
15116 "ring",
15117 "rustls-pki-types",
15118 "untrusted 0.9.0",
15119]
15120
15121[[package]]
15122name = "rustversion"
15123version = "1.0.22"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15126
15127[[package]]
15128name = "rusty-fork"
15129version = "0.3.1"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15132dependencies = [
15133 "fnv",
15134 "quick-error 1.2.3",
15135 "tempfile",
15136 "wait-timeout",
15137]
15138
15139[[package]]
15140name = "rustybuzz"
15141version = "0.20.1"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15144dependencies = [
15145 "bitflags 2.10.0",
15146 "bytemuck",
15147 "core_maths",
15148 "log",
15149 "smallvec",
15150 "ttf-parser 0.25.1",
15151 "unicode-bidi-mirroring",
15152 "unicode-ccc",
15153 "unicode-properties",
15154 "unicode-script",
15155]
15156
15157[[package]]
15158name = "ryu"
15159version = "1.0.20"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15162
15163[[package]]
15164name = "saa"
15165version = "5.4.9"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15168
15169[[package]]
15170name = "safetensors"
15171version = "0.4.5"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15174dependencies = [
15175 "serde",
15176 "serde_json",
15177]
15178
15179[[package]]
15180name = "same-file"
15181version = "1.0.6"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15184dependencies = [
15185 "winapi-util",
15186]
15187
15188[[package]]
15189name = "scc"
15190version = "3.5.6"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15193dependencies = [
15194 "saa",
15195 "sdd",
15196]
15197
15198[[package]]
15199name = "schannel"
15200version = "0.1.28"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15203dependencies = [
15204 "windows-sys 0.61.2",
15205]
15206
15207[[package]]
15208name = "scheduler"
15209version = "0.1.0"
15210dependencies = [
15211 "async-task",
15212 "backtrace",
15213 "chrono",
15214 "flume",
15215 "futures 0.3.31",
15216 "parking_lot",
15217 "rand 0.9.2",
15218 "web-time",
15219]
15220
15221[[package]]
15222name = "schema_generator"
15223version = "0.1.0"
15224dependencies = [
15225 "anyhow",
15226 "clap",
15227 "env_logger 0.11.8",
15228 "schemars",
15229 "serde",
15230 "serde_json",
15231 "settings",
15232 "theme",
15233]
15234
15235[[package]]
15236name = "schemars"
15237version = "1.0.4"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15240dependencies = [
15241 "dyn-clone",
15242 "indexmap",
15243 "ref-cast",
15244 "schemars_derive",
15245 "serde",
15246 "serde_json",
15247]
15248
15249[[package]]
15250name = "schemars_derive"
15251version = "1.0.4"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15254dependencies = [
15255 "proc-macro2",
15256 "quote",
15257 "serde_derive_internals",
15258 "syn 2.0.117",
15259]
15260
15261[[package]]
15262name = "scoped-tls"
15263version = "1.0.1"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15266
15267[[package]]
15268name = "scopeguard"
15269version = "1.2.0"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15272
15273[[package]]
15274name = "scratch"
15275version = "1.0.9"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15278
15279[[package]]
15280name = "screencapturekit"
15281version = "0.2.8"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15284dependencies = [
15285 "screencapturekit-sys",
15286]
15287
15288[[package]]
15289name = "screencapturekit-sys"
15290version = "0.2.8"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15293dependencies = [
15294 "block",
15295 "dispatch",
15296 "objc",
15297 "objc-foundation",
15298 "objc_id",
15299 "once_cell",
15300]
15301
15302[[package]]
15303name = "scroll"
15304version = "0.12.0"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15307dependencies = [
15308 "scroll_derive",
15309]
15310
15311[[package]]
15312name = "scroll_derive"
15313version = "0.12.1"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15316dependencies = [
15317 "proc-macro2",
15318 "quote",
15319 "syn 2.0.117",
15320]
15321
15322[[package]]
15323name = "sct"
15324version = "0.7.1"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15327dependencies = [
15328 "ring",
15329 "untrusted 0.9.0",
15330]
15331
15332[[package]]
15333name = "sdd"
15334version = "4.6.2"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15337
15338[[package]]
15339name = "sea-bae"
15340version = "0.2.1"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15343dependencies = [
15344 "heck 0.4.1",
15345 "proc-macro-error2",
15346 "proc-macro2",
15347 "quote",
15348 "syn 2.0.117",
15349]
15350
15351[[package]]
15352name = "sea-orm"
15353version = "1.1.10"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15356dependencies = [
15357 "async-stream",
15358 "async-trait",
15359 "bigdecimal",
15360 "chrono",
15361 "futures-util",
15362 "log",
15363 "ouroboros",
15364 "pgvector",
15365 "rust_decimal",
15366 "sea-orm-macros",
15367 "sea-query",
15368 "sea-query-binder",
15369 "serde",
15370 "serde_json",
15371 "sqlx",
15372 "strum 0.26.3",
15373 "thiserror 2.0.17",
15374 "time",
15375 "tracing",
15376 "url",
15377 "uuid",
15378]
15379
15380[[package]]
15381name = "sea-orm-macros"
15382version = "1.1.10"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15385dependencies = [
15386 "heck 0.4.1",
15387 "proc-macro2",
15388 "quote",
15389 "sea-bae",
15390 "syn 2.0.117",
15391 "unicode-ident",
15392]
15393
15394[[package]]
15395name = "sea-query"
15396version = "0.32.7"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15399dependencies = [
15400 "bigdecimal",
15401 "chrono",
15402 "inherent",
15403 "ordered-float 4.6.0",
15404 "rust_decimal",
15405 "serde_json",
15406 "time",
15407 "uuid",
15408]
15409
15410[[package]]
15411name = "sea-query-binder"
15412version = "0.7.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15415dependencies = [
15416 "bigdecimal",
15417 "chrono",
15418 "rust_decimal",
15419 "sea-query",
15420 "serde_json",
15421 "sqlx",
15422 "time",
15423 "uuid",
15424]
15425
15426[[package]]
15427name = "seahash"
15428version = "4.1.0"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15431
15432[[package]]
15433name = "search"
15434version = "0.1.0"
15435dependencies = [
15436 "any_vec",
15437 "anyhow",
15438 "bitflags 2.10.0",
15439 "collections",
15440 "editor",
15441 "fs",
15442 "futures 0.3.31",
15443 "gpui",
15444 "itertools 0.14.0",
15445 "language",
15446 "lsp",
15447 "menu",
15448 "multi_buffer",
15449 "pretty_assertions",
15450 "project",
15451 "serde",
15452 "serde_json",
15453 "settings",
15454 "smol",
15455 "theme",
15456 "tracing",
15457 "ui",
15458 "unindent",
15459 "util",
15460 "util_macros",
15461 "workspace",
15462 "zed_actions",
15463 "ztracing",
15464]
15465
15466[[package]]
15467name = "sec1"
15468version = "0.3.0"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15471dependencies = [
15472 "base16ct",
15473 "der 0.6.1",
15474 "generic-array",
15475 "pkcs8 0.9.0",
15476 "subtle",
15477 "zeroize",
15478]
15479
15480[[package]]
15481name = "security-framework"
15482version = "2.11.1"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15485dependencies = [
15486 "bitflags 2.10.0",
15487 "core-foundation 0.9.4",
15488 "core-foundation-sys",
15489 "libc",
15490 "security-framework-sys",
15491]
15492
15493[[package]]
15494name = "security-framework"
15495version = "3.5.1"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15498dependencies = [
15499 "bitflags 2.10.0",
15500 "core-foundation 0.10.0",
15501 "core-foundation-sys",
15502 "libc",
15503 "security-framework-sys",
15504]
15505
15506[[package]]
15507name = "security-framework-sys"
15508version = "2.15.0"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15511dependencies = [
15512 "core-foundation-sys",
15513 "libc",
15514]
15515
15516[[package]]
15517name = "self_cell"
15518version = "1.2.2"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15521
15522[[package]]
15523name = "semver"
15524version = "1.0.27"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15527dependencies = [
15528 "serde",
15529 "serde_core",
15530]
15531
15532[[package]]
15533name = "seq-macro"
15534version = "0.3.6"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15537
15538[[package]]
15539name = "serde"
15540version = "1.0.228"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15543dependencies = [
15544 "serde_core",
15545 "serde_derive",
15546]
15547
15548[[package]]
15549name = "serde_bytes"
15550version = "0.11.19"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15553dependencies = [
15554 "serde",
15555 "serde_core",
15556]
15557
15558[[package]]
15559name = "serde_core"
15560version = "1.0.228"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15563dependencies = [
15564 "serde_derive",
15565]
15566
15567[[package]]
15568name = "serde_derive"
15569version = "1.0.228"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15572dependencies = [
15573 "proc-macro2",
15574 "quote",
15575 "syn 2.0.117",
15576]
15577
15578[[package]]
15579name = "serde_derive_internals"
15580version = "0.29.1"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15583dependencies = [
15584 "proc-macro2",
15585 "quote",
15586 "syn 2.0.117",
15587]
15588
15589[[package]]
15590name = "serde_fmt"
15591version = "1.0.3"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15594dependencies = [
15595 "serde",
15596]
15597
15598[[package]]
15599name = "serde_json"
15600version = "1.0.145"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15603dependencies = [
15604 "indexmap",
15605 "itoa",
15606 "memchr",
15607 "ryu",
15608 "serde",
15609 "serde_core",
15610]
15611
15612[[package]]
15613name = "serde_json_lenient"
15614version = "0.2.4"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15617dependencies = [
15618 "indexmap",
15619 "itoa",
15620 "memchr",
15621 "ryu",
15622 "serde",
15623]
15624
15625[[package]]
15626name = "serde_path_to_error"
15627version = "0.1.20"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15630dependencies = [
15631 "itoa",
15632 "serde",
15633 "serde_core",
15634]
15635
15636[[package]]
15637name = "serde_repr"
15638version = "0.1.20"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15641dependencies = [
15642 "proc-macro2",
15643 "quote",
15644 "syn 2.0.117",
15645]
15646
15647[[package]]
15648name = "serde_spanned"
15649version = "0.6.9"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15652dependencies = [
15653 "serde",
15654]
15655
15656[[package]]
15657name = "serde_spanned"
15658version = "1.0.3"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15661dependencies = [
15662 "serde_core",
15663]
15664
15665[[package]]
15666name = "serde_urlencoded"
15667version = "0.7.1"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15670dependencies = [
15671 "form_urlencoded",
15672 "itoa",
15673 "ryu",
15674 "serde",
15675]
15676
15677[[package]]
15678name = "serde_yaml"
15679version = "0.9.34+deprecated"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15682dependencies = [
15683 "indexmap",
15684 "itoa",
15685 "ryu",
15686 "serde",
15687 "unsafe-libyaml",
15688]
15689
15690[[package]]
15691name = "serial2"
15692version = "0.2.33"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15695dependencies = [
15696 "cfg-if",
15697 "libc",
15698 "winapi",
15699]
15700
15701[[package]]
15702name = "session"
15703version = "0.1.0"
15704dependencies = [
15705 "db",
15706 "gpui",
15707 "serde_json",
15708 "util",
15709 "uuid",
15710]
15711
15712[[package]]
15713name = "settings"
15714version = "0.1.0"
15715dependencies = [
15716 "anyhow",
15717 "collections",
15718 "ec4rs",
15719 "fs",
15720 "futures 0.3.31",
15721 "gpui",
15722 "indoc",
15723 "inventory",
15724 "log",
15725 "migrator",
15726 "paths",
15727 "pretty_assertions",
15728 "release_channel",
15729 "rust-embed",
15730 "schemars",
15731 "serde",
15732 "serde_json",
15733 "serde_json_lenient",
15734 "settings_content",
15735 "settings_json",
15736 "settings_macros",
15737 "smallvec",
15738 "unindent",
15739 "util",
15740 "zlog",
15741]
15742
15743[[package]]
15744name = "settings_content"
15745version = "0.1.0"
15746dependencies = [
15747 "anyhow",
15748 "collections",
15749 "derive_more",
15750 "gpui",
15751 "log",
15752 "schemars",
15753 "serde",
15754 "serde_json",
15755 "serde_json_lenient",
15756 "settings_json",
15757 "settings_macros",
15758 "strum 0.27.2",
15759 "util",
15760]
15761
15762[[package]]
15763name = "settings_json"
15764version = "0.1.0"
15765dependencies = [
15766 "anyhow",
15767 "pretty_assertions",
15768 "serde",
15769 "serde_json",
15770 "serde_json_lenient",
15771 "serde_path_to_error",
15772 "tree-sitter",
15773 "tree-sitter-json",
15774 "unindent",
15775 "util",
15776]
15777
15778[[package]]
15779name = "settings_macros"
15780version = "0.1.0"
15781dependencies = [
15782 "quote",
15783 "settings",
15784 "syn 2.0.117",
15785]
15786
15787[[package]]
15788name = "settings_profile_selector"
15789version = "0.1.0"
15790dependencies = [
15791 "editor",
15792 "fuzzy",
15793 "gpui",
15794 "menu",
15795 "picker",
15796 "project",
15797 "serde_json",
15798 "settings",
15799 "theme",
15800 "ui",
15801 "workspace",
15802 "zed_actions",
15803]
15804
15805[[package]]
15806name = "settings_ui"
15807version = "0.1.0"
15808dependencies = [
15809 "agent",
15810 "agent_settings",
15811 "anyhow",
15812 "audio",
15813 "codestral",
15814 "component",
15815 "copilot",
15816 "copilot_ui",
15817 "cpal",
15818 "edit_prediction",
15819 "edit_prediction_ui",
15820 "editor",
15821 "feature_flags",
15822 "fs",
15823 "futures 0.3.31",
15824 "fuzzy",
15825 "gpui",
15826 "heck 0.5.0",
15827 "itertools 0.14.0",
15828 "language",
15829 "log",
15830 "menu",
15831 "paths",
15832 "picker",
15833 "platform_title_bar",
15834 "pretty_assertions",
15835 "project",
15836 "regex",
15837 "release_channel",
15838 "rodio",
15839 "schemars",
15840 "search",
15841 "serde",
15842 "serde_json",
15843 "settings",
15844 "shell_command_parser",
15845 "strum 0.27.2",
15846 "telemetry",
15847 "theme",
15848 "title_bar",
15849 "ui",
15850 "util",
15851 "workspace",
15852 "zed_actions",
15853]
15854
15855[[package]]
15856name = "sha-1"
15857version = "0.10.1"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15860dependencies = [
15861 "cfg-if",
15862 "cpufeatures",
15863 "digest",
15864]
15865
15866[[package]]
15867name = "sha1"
15868version = "0.10.6"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15871dependencies = [
15872 "cfg-if",
15873 "cpufeatures",
15874 "digest",
15875]
15876
15877[[package]]
15878name = "sha1_smol"
15879version = "1.0.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15882
15883[[package]]
15884name = "sha2"
15885version = "0.10.9"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15888dependencies = [
15889 "cfg-if",
15890 "cpufeatures",
15891 "digest",
15892]
15893
15894[[package]]
15895name = "sharded-slab"
15896version = "0.1.7"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15899dependencies = [
15900 "lazy_static",
15901]
15902
15903[[package]]
15904name = "shared_library"
15905version = "0.1.9"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15908dependencies = [
15909 "lazy_static",
15910 "libc",
15911]
15912
15913[[package]]
15914name = "shell-words"
15915version = "1.1.0"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15918
15919[[package]]
15920name = "shell_command_parser"
15921version = "0.1.0"
15922dependencies = [
15923 "brush-parser",
15924]
15925
15926[[package]]
15927name = "shellexpand"
15928version = "2.1.2"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15931dependencies = [
15932 "dirs 4.0.0",
15933]
15934
15935[[package]]
15936name = "shellexpand"
15937version = "3.1.1"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15940dependencies = [
15941 "dirs 6.0.0",
15942]
15943
15944[[package]]
15945name = "shingles"
15946version = "0.1.1"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15949
15950[[package]]
15951name = "shlex"
15952version = "1.3.0"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15955
15956[[package]]
15957name = "sidebar"
15958version = "0.1.0"
15959dependencies = [
15960 "acp_thread",
15961 "action_log",
15962 "agent",
15963 "agent-client-protocol",
15964 "agent_ui",
15965 "anyhow",
15966 "assistant_text_thread",
15967 "chrono",
15968 "editor",
15969 "feature_flags",
15970 "fs",
15971 "git",
15972 "gpui",
15973 "language_model",
15974 "menu",
15975 "pretty_assertions",
15976 "project",
15977 "prompt_store",
15978 "recent_projects",
15979 "serde_json",
15980 "settings",
15981 "theme",
15982 "ui",
15983 "util",
15984 "vim_mode_setting",
15985 "workspace",
15986 "zed_actions",
15987]
15988
15989[[package]]
15990name = "signal-hook"
15991version = "0.3.18"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15994dependencies = [
15995 "libc",
15996 "signal-hook-registry",
15997]
15998
15999[[package]]
16000name = "signal-hook-registry"
16001version = "1.4.6"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16004dependencies = [
16005 "libc",
16006]
16007
16008[[package]]
16009name = "signature"
16010version = "1.6.4"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16013dependencies = [
16014 "digest",
16015 "rand_core 0.6.4",
16016]
16017
16018[[package]]
16019name = "signature"
16020version = "2.2.0"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16023dependencies = [
16024 "digest",
16025 "rand_core 0.6.4",
16026]
16027
16028[[package]]
16029name = "simd-adler32"
16030version = "0.3.7"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16033
16034[[package]]
16035name = "simd_helpers"
16036version = "0.1.0"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16039dependencies = [
16040 "quote",
16041]
16042
16043[[package]]
16044name = "simdutf8"
16045version = "0.1.5"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16048
16049[[package]]
16050name = "similar"
16051version = "2.7.0"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16054
16055[[package]]
16056name = "simple_asn1"
16057version = "0.6.3"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16060dependencies = [
16061 "num-bigint",
16062 "num-traits",
16063 "thiserror 2.0.17",
16064 "time",
16065]
16066
16067[[package]]
16068name = "simplecss"
16069version = "0.2.2"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16072dependencies = [
16073 "log",
16074]
16075
16076[[package]]
16077name = "simplelog"
16078version = "0.12.2"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16081dependencies = [
16082 "log",
16083 "termcolor",
16084 "time",
16085]
16086
16087[[package]]
16088name = "siphasher"
16089version = "0.3.11"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16092
16093[[package]]
16094name = "siphasher"
16095version = "1.0.1"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16098
16099[[package]]
16100name = "skrifa"
16101version = "0.37.0"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16104dependencies = [
16105 "bytemuck",
16106 "read-fonts 0.35.0",
16107]
16108
16109[[package]]
16110name = "skrifa"
16111version = "0.40.0"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16114dependencies = [
16115 "bytemuck",
16116 "read-fonts 0.37.0",
16117]
16118
16119[[package]]
16120name = "slab"
16121version = "0.4.11"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16124
16125[[package]]
16126name = "slash_commands_example"
16127version = "0.1.0"
16128dependencies = [
16129 "zed_extension_api 0.1.0",
16130]
16131
16132[[package]]
16133name = "slotmap"
16134version = "1.0.7"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16137dependencies = [
16138 "version_check",
16139]
16140
16141[[package]]
16142name = "smallvec"
16143version = "1.15.1"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16146dependencies = [
16147 "serde",
16148]
16149
16150[[package]]
16151name = "smart-default"
16152version = "0.7.1"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16155dependencies = [
16156 "proc-macro2",
16157 "quote",
16158 "syn 2.0.117",
16159]
16160
16161[[package]]
16162name = "smol"
16163version = "2.0.2"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16166dependencies = [
16167 "async-channel 2.5.0",
16168 "async-executor",
16169 "async-fs",
16170 "async-io",
16171 "async-lock 3.4.2",
16172 "async-net",
16173 "async-process",
16174 "blocking",
16175 "futures-lite 2.6.1",
16176]
16177
16178[[package]]
16179name = "smol_str"
16180version = "0.3.5"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16183
16184[[package]]
16185name = "snippet"
16186version = "0.1.0"
16187dependencies = [
16188 "anyhow",
16189 "smallvec",
16190]
16191
16192[[package]]
16193name = "snippet_provider"
16194version = "0.1.0"
16195dependencies = [
16196 "anyhow",
16197 "collections",
16198 "extension",
16199 "fs",
16200 "futures 0.3.31",
16201 "gpui",
16202 "indoc",
16203 "parking_lot",
16204 "paths",
16205 "schemars",
16206 "serde",
16207 "serde_json",
16208 "serde_json_lenient",
16209 "snippet",
16210 "util",
16211]
16212
16213[[package]]
16214name = "snippets_ui"
16215version = "0.1.0"
16216dependencies = [
16217 "file_icons",
16218 "fuzzy",
16219 "gpui",
16220 "language",
16221 "open_path_prompt",
16222 "paths",
16223 "picker",
16224 "settings",
16225 "ui",
16226 "util",
16227 "workspace",
16228]
16229
16230[[package]]
16231name = "socket2"
16232version = "0.5.10"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16235dependencies = [
16236 "libc",
16237 "windows-sys 0.52.0",
16238]
16239
16240[[package]]
16241name = "socket2"
16242version = "0.6.1"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16245dependencies = [
16246 "libc",
16247 "windows-sys 0.60.2",
16248]
16249
16250[[package]]
16251name = "spdx"
16252version = "0.10.9"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16255dependencies = [
16256 "smallvec",
16257]
16258
16259[[package]]
16260name = "spin"
16261version = "0.9.8"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16264dependencies = [
16265 "lock_api",
16266]
16267
16268[[package]]
16269name = "spin"
16270version = "0.10.0"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16273dependencies = [
16274 "lock_api",
16275]
16276
16277[[package]]
16278name = "spirv"
16279version = "0.4.0+sdk-1.4.341.0"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16282dependencies = [
16283 "bitflags 2.10.0",
16284]
16285
16286[[package]]
16287name = "spki"
16288version = "0.6.0"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16291dependencies = [
16292 "base64ct",
16293 "der 0.6.1",
16294]
16295
16296[[package]]
16297name = "spki"
16298version = "0.7.3"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16301dependencies = [
16302 "base64ct",
16303 "der 0.7.10",
16304]
16305
16306[[package]]
16307name = "sptr"
16308version = "0.3.2"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
16311
16312[[package]]
16313name = "sqlez"
16314version = "0.1.0"
16315dependencies = [
16316 "anyhow",
16317 "collections",
16318 "futures 0.3.31",
16319 "indoc",
16320 "libsqlite3-sys",
16321 "log",
16322 "parking_lot",
16323 "smol",
16324 "sqlformat",
16325 "thread_local",
16326 "util",
16327 "uuid",
16328]
16329
16330[[package]]
16331name = "sqlez_macros"
16332version = "0.1.0"
16333dependencies = [
16334 "sqlez",
16335 "sqlformat",
16336 "syn 2.0.117",
16337]
16338
16339[[package]]
16340name = "sqlformat"
16341version = "0.2.6"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16344dependencies = [
16345 "nom 7.1.3",
16346 "unicode_categories",
16347]
16348
16349[[package]]
16350name = "sqlx"
16351version = "0.8.6"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16354dependencies = [
16355 "sqlx-core",
16356 "sqlx-macros",
16357 "sqlx-mysql",
16358 "sqlx-postgres",
16359 "sqlx-sqlite",
16360]
16361
16362[[package]]
16363name = "sqlx-core"
16364version = "0.8.6"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16367dependencies = [
16368 "base64 0.22.1",
16369 "bigdecimal",
16370 "bytes 1.11.1",
16371 "chrono",
16372 "crc",
16373 "crossbeam-queue",
16374 "either",
16375 "event-listener 5.4.1",
16376 "futures-core",
16377 "futures-intrusive",
16378 "futures-io",
16379 "futures-util",
16380 "hashbrown 0.15.5",
16381 "hashlink 0.10.0",
16382 "indexmap",
16383 "log",
16384 "memchr",
16385 "once_cell",
16386 "percent-encoding",
16387 "rust_decimal",
16388 "rustls 0.23.33",
16389 "serde",
16390 "serde_json",
16391 "sha2",
16392 "smallvec",
16393 "thiserror 2.0.17",
16394 "time",
16395 "tokio",
16396 "tokio-stream",
16397 "tracing",
16398 "url",
16399 "uuid",
16400 "webpki-roots",
16401]
16402
16403[[package]]
16404name = "sqlx-macros"
16405version = "0.8.6"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16408dependencies = [
16409 "proc-macro2",
16410 "quote",
16411 "sqlx-core",
16412 "sqlx-macros-core",
16413 "syn 2.0.117",
16414]
16415
16416[[package]]
16417name = "sqlx-macros-core"
16418version = "0.8.6"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16421dependencies = [
16422 "dotenvy",
16423 "either",
16424 "heck 0.5.0",
16425 "hex",
16426 "once_cell",
16427 "proc-macro2",
16428 "quote",
16429 "serde",
16430 "serde_json",
16431 "sha2",
16432 "sqlx-core",
16433 "sqlx-mysql",
16434 "sqlx-postgres",
16435 "sqlx-sqlite",
16436 "syn 2.0.117",
16437 "tokio",
16438 "url",
16439]
16440
16441[[package]]
16442name = "sqlx-mysql"
16443version = "0.8.6"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16446dependencies = [
16447 "atoi",
16448 "base64 0.22.1",
16449 "bigdecimal",
16450 "bitflags 2.10.0",
16451 "byteorder",
16452 "bytes 1.11.1",
16453 "chrono",
16454 "crc",
16455 "digest",
16456 "dotenvy",
16457 "either",
16458 "futures-channel",
16459 "futures-core",
16460 "futures-io",
16461 "futures-util",
16462 "generic-array",
16463 "hex",
16464 "hkdf",
16465 "hmac",
16466 "itoa",
16467 "log",
16468 "md-5",
16469 "memchr",
16470 "once_cell",
16471 "percent-encoding",
16472 "rand 0.8.5",
16473 "rsa",
16474 "rust_decimal",
16475 "serde",
16476 "sha1",
16477 "sha2",
16478 "smallvec",
16479 "sqlx-core",
16480 "stringprep",
16481 "thiserror 2.0.17",
16482 "time",
16483 "tracing",
16484 "uuid",
16485 "whoami",
16486]
16487
16488[[package]]
16489name = "sqlx-postgres"
16490version = "0.8.6"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16493dependencies = [
16494 "atoi",
16495 "base64 0.22.1",
16496 "bigdecimal",
16497 "bitflags 2.10.0",
16498 "byteorder",
16499 "chrono",
16500 "crc",
16501 "dotenvy",
16502 "etcetera",
16503 "futures-channel",
16504 "futures-core",
16505 "futures-util",
16506 "hex",
16507 "hkdf",
16508 "hmac",
16509 "home",
16510 "itoa",
16511 "log",
16512 "md-5",
16513 "memchr",
16514 "num-bigint",
16515 "once_cell",
16516 "rand 0.8.5",
16517 "rust_decimal",
16518 "serde",
16519 "serde_json",
16520 "sha2",
16521 "smallvec",
16522 "sqlx-core",
16523 "stringprep",
16524 "thiserror 2.0.17",
16525 "time",
16526 "tracing",
16527 "uuid",
16528 "whoami",
16529]
16530
16531[[package]]
16532name = "sqlx-sqlite"
16533version = "0.8.6"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16536dependencies = [
16537 "atoi",
16538 "chrono",
16539 "flume",
16540 "futures-channel",
16541 "futures-core",
16542 "futures-executor",
16543 "futures-intrusive",
16544 "futures-util",
16545 "libsqlite3-sys",
16546 "log",
16547 "percent-encoding",
16548 "serde",
16549 "serde_urlencoded",
16550 "sqlx-core",
16551 "thiserror 2.0.17",
16552 "time",
16553 "tracing",
16554 "url",
16555 "uuid",
16556]
16557
16558[[package]]
16559name = "stable_deref_trait"
16560version = "1.2.1"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16563
16564[[package]]
16565name = "stacker"
16566version = "0.1.23"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16569dependencies = [
16570 "cc",
16571 "cfg-if",
16572 "libc",
16573 "psm",
16574 "windows-sys 0.59.0",
16575]
16576
16577[[package]]
16578name = "stacksafe"
16579version = "0.1.4"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16582dependencies = [
16583 "stacker",
16584 "stacksafe-macro",
16585]
16586
16587[[package]]
16588name = "stacksafe-macro"
16589version = "0.1.4"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16592dependencies = [
16593 "proc-macro-error2",
16594 "quote",
16595 "syn 2.0.117",
16596]
16597
16598[[package]]
16599name = "static_assertions"
16600version = "1.1.0"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16603
16604[[package]]
16605name = "story"
16606version = "0.1.0"
16607dependencies = [
16608 "gpui",
16609 "itertools 0.14.0",
16610 "smallvec",
16611]
16612
16613[[package]]
16614name = "storybook"
16615version = "0.1.0"
16616dependencies = [
16617 "anyhow",
16618 "clap",
16619 "ctrlc",
16620 "dialoguer",
16621 "editor",
16622 "fuzzy",
16623 "gpui",
16624 "gpui_platform",
16625 "indoc",
16626 "language",
16627 "log",
16628 "menu",
16629 "picker",
16630 "reqwest_client",
16631 "rust-embed",
16632 "settings",
16633 "simplelog",
16634 "story",
16635 "strum 0.27.2",
16636 "theme",
16637 "title_bar",
16638 "ui",
16639]
16640
16641[[package]]
16642name = "streaming-iterator"
16643version = "0.1.9"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16646
16647[[package]]
16648name = "streaming_diff"
16649version = "0.1.0"
16650dependencies = [
16651 "ordered-float 2.10.1",
16652 "rand 0.9.2",
16653 "rope",
16654 "util",
16655]
16656
16657[[package]]
16658name = "strength_reduce"
16659version = "0.2.4"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16662
16663[[package]]
16664name = "strict-num"
16665version = "0.1.1"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16668dependencies = [
16669 "float-cmp",
16670]
16671
16672[[package]]
16673name = "string_cache"
16674version = "0.8.9"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16677dependencies = [
16678 "new_debug_unreachable",
16679 "parking_lot",
16680 "phf_shared 0.11.3",
16681 "precomputed-hash",
16682 "serde",
16683]
16684
16685[[package]]
16686name = "string_cache_codegen"
16687version = "0.5.4"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16690dependencies = [
16691 "phf_generator 0.11.3",
16692 "phf_shared 0.11.3",
16693 "proc-macro2",
16694 "quote",
16695]
16696
16697[[package]]
16698name = "stringprep"
16699version = "0.1.5"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16702dependencies = [
16703 "unicode-bidi",
16704 "unicode-normalization",
16705 "unicode-properties",
16706]
16707
16708[[package]]
16709name = "strsim"
16710version = "0.11.1"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16713
16714[[package]]
16715name = "strum"
16716version = "0.26.3"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16719
16720[[package]]
16721name = "strum"
16722version = "0.27.2"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16725dependencies = [
16726 "strum_macros 0.27.2",
16727]
16728
16729[[package]]
16730name = "strum"
16731version = "0.28.0"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16734dependencies = [
16735 "strum_macros 0.28.0",
16736]
16737
16738[[package]]
16739name = "strum_macros"
16740version = "0.27.2"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16743dependencies = [
16744 "heck 0.5.0",
16745 "proc-macro2",
16746 "quote",
16747 "syn 2.0.117",
16748]
16749
16750[[package]]
16751name = "strum_macros"
16752version = "0.28.0"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16755dependencies = [
16756 "heck 0.5.0",
16757 "proc-macro2",
16758 "quote",
16759 "syn 2.0.117",
16760]
16761
16762[[package]]
16763name = "subtle"
16764version = "2.6.1"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16767
16768[[package]]
16769name = "sum_tree"
16770version = "0.1.0"
16771dependencies = [
16772 "ctor",
16773 "heapless",
16774 "log",
16775 "proptest",
16776 "rand 0.9.2",
16777 "rayon",
16778 "tracing",
16779 "zlog",
16780 "ztracing",
16781]
16782
16783[[package]]
16784name = "sval"
16785version = "2.15.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16788
16789[[package]]
16790name = "sval_buffer"
16791version = "2.15.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16794dependencies = [
16795 "sval",
16796 "sval_ref",
16797]
16798
16799[[package]]
16800name = "sval_dynamic"
16801version = "2.15.0"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16804dependencies = [
16805 "sval",
16806]
16807
16808[[package]]
16809name = "sval_fmt"
16810version = "2.15.0"
16811source = "registry+https://github.com/rust-lang/crates.io-index"
16812checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16813dependencies = [
16814 "itoa",
16815 "ryu",
16816 "sval",
16817]
16818
16819[[package]]
16820name = "sval_json"
16821version = "2.15.0"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16824dependencies = [
16825 "itoa",
16826 "ryu",
16827 "sval",
16828]
16829
16830[[package]]
16831name = "sval_nested"
16832version = "2.15.0"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16835dependencies = [
16836 "sval",
16837 "sval_buffer",
16838 "sval_ref",
16839]
16840
16841[[package]]
16842name = "sval_ref"
16843version = "2.15.0"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16846dependencies = [
16847 "sval",
16848]
16849
16850[[package]]
16851name = "sval_serde"
16852version = "2.15.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16855dependencies = [
16856 "serde_core",
16857 "sval",
16858 "sval_nested",
16859]
16860
16861[[package]]
16862name = "svg_fmt"
16863version = "0.4.5"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16866
16867[[package]]
16868name = "svg_preview"
16869version = "0.1.0"
16870dependencies = [
16871 "file_icons",
16872 "gpui",
16873 "language",
16874 "multi_buffer",
16875 "ui",
16876 "workspace",
16877 "zed_actions",
16878]
16879
16880[[package]]
16881name = "svgtypes"
16882version = "0.15.3"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16885dependencies = [
16886 "kurbo",
16887 "siphasher 1.0.1",
16888]
16889
16890[[package]]
16891name = "swash"
16892version = "0.2.6"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16895dependencies = [
16896 "skrifa 0.37.0",
16897 "yazi",
16898 "zeno",
16899]
16900
16901[[package]]
16902name = "symphonia"
16903version = "0.5.5"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16906dependencies = [
16907 "lazy_static",
16908 "symphonia-bundle-flac",
16909 "symphonia-bundle-mp3",
16910 "symphonia-codec-aac",
16911 "symphonia-codec-pcm",
16912 "symphonia-codec-vorbis",
16913 "symphonia-core",
16914 "symphonia-format-isomp4",
16915 "symphonia-format-ogg",
16916 "symphonia-format-riff",
16917 "symphonia-metadata",
16918]
16919
16920[[package]]
16921name = "symphonia-bundle-flac"
16922version = "0.5.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16925dependencies = [
16926 "log",
16927 "symphonia-core",
16928 "symphonia-metadata",
16929 "symphonia-utils-xiph",
16930]
16931
16932[[package]]
16933name = "symphonia-bundle-mp3"
16934version = "0.5.5"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16937dependencies = [
16938 "lazy_static",
16939 "log",
16940 "symphonia-core",
16941 "symphonia-metadata",
16942]
16943
16944[[package]]
16945name = "symphonia-codec-aac"
16946version = "0.5.5"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16949dependencies = [
16950 "lazy_static",
16951 "log",
16952 "symphonia-core",
16953]
16954
16955[[package]]
16956name = "symphonia-codec-pcm"
16957version = "0.5.5"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16960dependencies = [
16961 "log",
16962 "symphonia-core",
16963]
16964
16965[[package]]
16966name = "symphonia-codec-vorbis"
16967version = "0.5.5"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16970dependencies = [
16971 "log",
16972 "symphonia-core",
16973 "symphonia-utils-xiph",
16974]
16975
16976[[package]]
16977name = "symphonia-core"
16978version = "0.5.5"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16981dependencies = [
16982 "arrayvec",
16983 "bitflags 1.3.2",
16984 "bytemuck",
16985 "lazy_static",
16986 "log",
16987]
16988
16989[[package]]
16990name = "symphonia-format-isomp4"
16991version = "0.5.5"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16994dependencies = [
16995 "encoding_rs",
16996 "log",
16997 "symphonia-core",
16998 "symphonia-metadata",
16999 "symphonia-utils-xiph",
17000]
17001
17002[[package]]
17003name = "symphonia-format-ogg"
17004version = "0.5.5"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17007dependencies = [
17008 "log",
17009 "symphonia-core",
17010 "symphonia-metadata",
17011 "symphonia-utils-xiph",
17012]
17013
17014[[package]]
17015name = "symphonia-format-riff"
17016version = "0.5.5"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17019dependencies = [
17020 "extended",
17021 "log",
17022 "symphonia-core",
17023 "symphonia-metadata",
17024]
17025
17026[[package]]
17027name = "symphonia-metadata"
17028version = "0.5.5"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17031dependencies = [
17032 "encoding_rs",
17033 "lazy_static",
17034 "log",
17035 "symphonia-core",
17036]
17037
17038[[package]]
17039name = "symphonia-utils-xiph"
17040version = "0.5.5"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17043dependencies = [
17044 "symphonia-core",
17045 "symphonia-metadata",
17046]
17047
17048[[package]]
17049name = "syn"
17050version = "1.0.109"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17053dependencies = [
17054 "proc-macro2",
17055 "quote",
17056 "unicode-ident",
17057]
17058
17059[[package]]
17060name = "syn"
17061version = "2.0.117"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17064dependencies = [
17065 "proc-macro2",
17066 "quote",
17067 "unicode-ident",
17068]
17069
17070[[package]]
17071name = "sync_wrapper"
17072version = "0.1.2"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17075
17076[[package]]
17077name = "sync_wrapper"
17078version = "1.0.2"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17081dependencies = [
17082 "futures-core",
17083]
17084
17085[[package]]
17086name = "synchronoise"
17087version = "1.0.1"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17090dependencies = [
17091 "crossbeam-queue",
17092]
17093
17094[[package]]
17095name = "synstructure"
17096version = "0.13.2"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17099dependencies = [
17100 "proc-macro2",
17101 "quote",
17102 "syn 2.0.117",
17103]
17104
17105[[package]]
17106name = "sys-locale"
17107version = "0.3.2"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17110dependencies = [
17111 "libc",
17112]
17113
17114[[package]]
17115name = "sysctl"
17116version = "0.5.5"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17119dependencies = [
17120 "bitflags 2.10.0",
17121 "byteorder",
17122 "enum-as-inner",
17123 "libc",
17124 "thiserror 1.0.69",
17125 "walkdir",
17126]
17127
17128[[package]]
17129name = "sysctl"
17130version = "0.6.0"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17133dependencies = [
17134 "bitflags 2.10.0",
17135 "byteorder",
17136 "enum-as-inner",
17137 "libc",
17138 "thiserror 1.0.69",
17139 "walkdir",
17140]
17141
17142[[package]]
17143name = "sysinfo"
17144version = "0.31.4"
17145source = "registry+https://github.com/rust-lang/crates.io-index"
17146checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17147dependencies = [
17148 "core-foundation-sys",
17149 "libc",
17150 "memchr",
17151 "ntapi",
17152 "rayon",
17153 "windows 0.57.0",
17154]
17155
17156[[package]]
17157name = "sysinfo"
17158version = "0.37.2"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17161dependencies = [
17162 "libc",
17163 "memchr",
17164 "ntapi",
17165 "objc2-core-foundation",
17166 "objc2-io-kit",
17167 "windows 0.61.3",
17168]
17169
17170[[package]]
17171name = "system-configuration"
17172version = "0.5.1"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17175dependencies = [
17176 "bitflags 1.3.2",
17177 "core-foundation 0.9.4",
17178 "system-configuration-sys 0.5.0",
17179]
17180
17181[[package]]
17182name = "system-configuration"
17183version = "0.6.1"
17184source = "registry+https://github.com/rust-lang/crates.io-index"
17185checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17186dependencies = [
17187 "bitflags 2.10.0",
17188 "core-foundation 0.9.4",
17189 "system-configuration-sys 0.6.0",
17190]
17191
17192[[package]]
17193name = "system-configuration-sys"
17194version = "0.5.0"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17197dependencies = [
17198 "core-foundation-sys",
17199 "libc",
17200]
17201
17202[[package]]
17203name = "system-configuration-sys"
17204version = "0.6.0"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17207dependencies = [
17208 "core-foundation-sys",
17209 "libc",
17210]
17211
17212[[package]]
17213name = "system-deps"
17214version = "6.2.2"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17217dependencies = [
17218 "cfg-expr 0.15.8",
17219 "heck 0.5.0",
17220 "pkg-config",
17221 "toml 0.8.23",
17222 "version-compare",
17223]
17224
17225[[package]]
17226name = "system-deps"
17227version = "7.0.7"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17230dependencies = [
17231 "cfg-expr 0.20.6",
17232 "heck 0.5.0",
17233 "pkg-config",
17234 "toml 0.9.8",
17235 "version-compare",
17236]
17237
17238[[package]]
17239name = "system-interface"
17240version = "0.27.3"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17243dependencies = [
17244 "bitflags 2.10.0",
17245 "cap-fs-ext",
17246 "cap-std",
17247 "fd-lock",
17248 "io-lifetimes",
17249 "rustix 0.38.44",
17250 "windows-sys 0.59.0",
17251 "winx",
17252]
17253
17254[[package]]
17255name = "system_specs"
17256version = "0.1.0"
17257dependencies = [
17258 "anyhow",
17259 "client",
17260 "gpui",
17261 "human_bytes",
17262 "pciid-parser",
17263 "release_channel",
17264 "semver",
17265 "serde",
17266 "sysinfo 0.37.2",
17267]
17268
17269[[package]]
17270name = "tab_switcher"
17271version = "0.1.0"
17272dependencies = [
17273 "collections",
17274 "ctor",
17275 "editor",
17276 "fuzzy",
17277 "gpui",
17278 "menu",
17279 "picker",
17280 "project",
17281 "schemars",
17282 "serde",
17283 "serde_json",
17284 "settings",
17285 "smol",
17286 "theme",
17287 "ui",
17288 "util",
17289 "workspace",
17290 "zlog",
17291]
17292
17293[[package]]
17294name = "taffy"
17295version = "0.9.0"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17298dependencies = [
17299 "arrayvec",
17300 "grid",
17301 "serde",
17302 "slotmap",
17303]
17304
17305[[package]]
17306name = "tagptr"
17307version = "0.2.0"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17310
17311[[package]]
17312name = "take-until"
17313version = "0.2.0"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17316
17317[[package]]
17318name = "tao-core-video-sys"
17319version = "0.2.0"
17320source = "registry+https://github.com/rust-lang/crates.io-index"
17321checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17322dependencies = [
17323 "cfg-if",
17324 "core-foundation-sys",
17325 "libc",
17326 "objc",
17327]
17328
17329[[package]]
17330name = "tap"
17331version = "1.0.1"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17334
17335[[package]]
17336name = "target-lexicon"
17337version = "0.12.16"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17340
17341[[package]]
17342name = "target-lexicon"
17343version = "0.13.3"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17346
17347[[package]]
17348name = "task"
17349version = "0.1.0"
17350dependencies = [
17351 "anyhow",
17352 "collections",
17353 "futures 0.3.31",
17354 "gpui",
17355 "hex",
17356 "log",
17357 "parking_lot",
17358 "pretty_assertions",
17359 "proto",
17360 "schemars",
17361 "serde",
17362 "serde_json",
17363 "serde_json_lenient",
17364 "sha2",
17365 "shellexpand 2.1.2",
17366 "util",
17367 "zed_actions",
17368]
17369
17370[[package]]
17371name = "tasks_ui"
17372version = "0.1.0"
17373dependencies = [
17374 "anyhow",
17375 "collections",
17376 "editor",
17377 "file_icons",
17378 "fuzzy",
17379 "gpui",
17380 "itertools 0.14.0",
17381 "language",
17382 "menu",
17383 "picker",
17384 "project",
17385 "serde",
17386 "serde_json",
17387 "task",
17388 "tree-sitter-rust",
17389 "tree-sitter-typescript",
17390 "ui",
17391 "util",
17392 "workspace",
17393 "zed_actions",
17394]
17395
17396[[package]]
17397name = "telemetry"
17398version = "0.1.0"
17399dependencies = [
17400 "futures 0.3.31",
17401 "serde",
17402 "serde_json",
17403 "telemetry_events",
17404]
17405
17406[[package]]
17407name = "telemetry_events"
17408version = "0.1.0"
17409dependencies = [
17410 "semver",
17411 "serde",
17412 "serde_json",
17413]
17414
17415[[package]]
17416name = "tempfile"
17417version = "3.23.0"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17420dependencies = [
17421 "fastrand 2.3.0",
17422 "getrandom 0.3.4",
17423 "once_cell",
17424 "rustix 1.1.2",
17425 "windows-sys 0.61.2",
17426]
17427
17428[[package]]
17429name = "tendril"
17430version = "0.4.3"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17433dependencies = [
17434 "futf",
17435 "mac",
17436 "utf-8",
17437]
17438
17439[[package]]
17440name = "termcolor"
17441version = "1.4.1"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17444dependencies = [
17445 "winapi-util",
17446]
17447
17448[[package]]
17449name = "terminal"
17450version = "0.1.0"
17451dependencies = [
17452 "alacritty_terminal",
17453 "anyhow",
17454 "collections",
17455 "futures 0.3.31",
17456 "gpui",
17457 "itertools 0.14.0",
17458 "libc",
17459 "log",
17460 "parking_lot",
17461 "rand 0.9.2",
17462 "regex",
17463 "release_channel",
17464 "schemars",
17465 "serde",
17466 "settings",
17467 "smol",
17468 "sysinfo 0.37.2",
17469 "task",
17470 "theme",
17471 "thiserror 2.0.17",
17472 "url",
17473 "urlencoding",
17474 "util",
17475 "util_macros",
17476 "windows 0.61.3",
17477]
17478
17479[[package]]
17480name = "terminal_size"
17481version = "0.4.3"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17484dependencies = [
17485 "rustix 1.1.2",
17486 "windows-sys 0.60.2",
17487]
17488
17489[[package]]
17490name = "terminal_view"
17491version = "0.1.0"
17492dependencies = [
17493 "anyhow",
17494 "assistant_slash_command",
17495 "async-recursion",
17496 "breadcrumbs",
17497 "collections",
17498 "db",
17499 "dirs 4.0.0",
17500 "editor",
17501 "futures 0.3.31",
17502 "gpui",
17503 "itertools 0.14.0",
17504 "language",
17505 "log",
17506 "menu",
17507 "pretty_assertions",
17508 "project",
17509 "regex",
17510 "schemars",
17511 "serde",
17512 "serde_json",
17513 "settings",
17514 "shellexpand 2.1.2",
17515 "task",
17516 "terminal",
17517 "theme",
17518 "ui",
17519 "util",
17520 "workspace",
17521 "zed_actions",
17522]
17523
17524[[package]]
17525name = "text"
17526version = "0.1.0"
17527dependencies = [
17528 "anyhow",
17529 "clock",
17530 "collections",
17531 "ctor",
17532 "gpui",
17533 "log",
17534 "parking_lot",
17535 "postage",
17536 "rand 0.9.2",
17537 "regex",
17538 "rope",
17539 "smallvec",
17540 "sum_tree",
17541 "util",
17542 "zlog",
17543]
17544
17545[[package]]
17546name = "theme"
17547version = "0.1.0"
17548dependencies = [
17549 "anyhow",
17550 "collections",
17551 "derive_more",
17552 "fs",
17553 "futures 0.3.31",
17554 "gpui",
17555 "log",
17556 "palette",
17557 "parking_lot",
17558 "refineable",
17559 "schemars",
17560 "serde",
17561 "serde_json",
17562 "serde_json_lenient",
17563 "settings",
17564 "strum 0.27.2",
17565 "thiserror 2.0.17",
17566 "util",
17567 "uuid",
17568]
17569
17570[[package]]
17571name = "theme_extension"
17572version = "0.1.0"
17573dependencies = [
17574 "anyhow",
17575 "extension",
17576 "fs",
17577 "gpui",
17578 "theme",
17579]
17580
17581[[package]]
17582name = "theme_importer"
17583version = "0.1.0"
17584dependencies = [
17585 "anyhow",
17586 "clap",
17587 "collections",
17588 "gpui",
17589 "indexmap",
17590 "log",
17591 "palette",
17592 "serde",
17593 "serde_json",
17594 "serde_json_lenient",
17595 "simplelog",
17596 "strum 0.27.2",
17597 "theme",
17598 "vscode_theme",
17599]
17600
17601[[package]]
17602name = "theme_selector"
17603version = "0.1.0"
17604dependencies = [
17605 "fs",
17606 "fuzzy",
17607 "gpui",
17608 "log",
17609 "picker",
17610 "serde",
17611 "settings",
17612 "telemetry",
17613 "theme",
17614 "ui",
17615 "util",
17616 "workspace",
17617 "zed_actions",
17618]
17619
17620[[package]]
17621name = "thiserror"
17622version = "1.0.69"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17625dependencies = [
17626 "thiserror-impl 1.0.69",
17627]
17628
17629[[package]]
17630name = "thiserror"
17631version = "2.0.17"
17632source = "registry+https://github.com/rust-lang/crates.io-index"
17633checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17634dependencies = [
17635 "thiserror-impl 2.0.17",
17636]
17637
17638[[package]]
17639name = "thiserror-impl"
17640version = "1.0.69"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17643dependencies = [
17644 "proc-macro2",
17645 "quote",
17646 "syn 2.0.117",
17647]
17648
17649[[package]]
17650name = "thiserror-impl"
17651version = "2.0.17"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17654dependencies = [
17655 "proc-macro2",
17656 "quote",
17657 "syn 2.0.117",
17658]
17659
17660[[package]]
17661name = "thread_local"
17662version = "1.1.9"
17663source = "registry+https://github.com/rust-lang/crates.io-index"
17664checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17665dependencies = [
17666 "cfg-if",
17667]
17668
17669[[package]]
17670name = "tiff"
17671version = "0.10.3"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17674dependencies = [
17675 "fax",
17676 "flate2",
17677 "half",
17678 "quick-error 2.0.1",
17679 "weezl",
17680 "zune-jpeg",
17681]
17682
17683[[package]]
17684name = "tiktoken-rs"
17685version = "0.9.1"
17686source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17687dependencies = [
17688 "anyhow",
17689 "base64 0.22.1",
17690 "bstr",
17691 "fancy-regex 0.16.2",
17692 "lazy_static",
17693 "regex",
17694 "rustc-hash 1.1.0",
17695]
17696
17697[[package]]
17698name = "time"
17699version = "0.3.47"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17702dependencies = [
17703 "deranged",
17704 "itoa",
17705 "libc",
17706 "num-conv",
17707 "num_threads",
17708 "powerfmt",
17709 "serde_core",
17710 "time-core",
17711 "time-macros",
17712]
17713
17714[[package]]
17715name = "time-core"
17716version = "0.1.8"
17717source = "registry+https://github.com/rust-lang/crates.io-index"
17718checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17719
17720[[package]]
17721name = "time-macros"
17722version = "0.2.27"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17725dependencies = [
17726 "num-conv",
17727 "time-core",
17728]
17729
17730[[package]]
17731name = "time_format"
17732version = "0.1.0"
17733dependencies = [
17734 "core-foundation 0.10.0",
17735 "core-foundation-sys",
17736 "sys-locale",
17737 "time",
17738 "windows 0.61.3",
17739]
17740
17741[[package]]
17742name = "tiny-keccak"
17743version = "2.0.2"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17746dependencies = [
17747 "crunchy",
17748]
17749
17750[[package]]
17751name = "tiny-skia"
17752version = "0.11.4"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17755dependencies = [
17756 "arrayref",
17757 "arrayvec",
17758 "bytemuck",
17759 "cfg-if",
17760 "log",
17761 "png 0.17.16",
17762 "tiny-skia-path",
17763]
17764
17765[[package]]
17766name = "tiny-skia-path"
17767version = "0.11.4"
17768source = "registry+https://github.com/rust-lang/crates.io-index"
17769checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17770dependencies = [
17771 "arrayref",
17772 "bytemuck",
17773 "strict-num",
17774]
17775
17776[[package]]
17777name = "tiny_http"
17778version = "0.12.0"
17779source = "registry+https://github.com/rust-lang/crates.io-index"
17780checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17781dependencies = [
17782 "ascii",
17783 "chunked_transfer",
17784 "httpdate",
17785 "log",
17786]
17787
17788[[package]]
17789name = "tinystr"
17790version = "0.8.1"
17791source = "registry+https://github.com/rust-lang/crates.io-index"
17792checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17793dependencies = [
17794 "displaydoc",
17795 "zerovec",
17796]
17797
17798[[package]]
17799name = "tinytemplate"
17800version = "1.2.1"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17803dependencies = [
17804 "serde",
17805 "serde_json",
17806]
17807
17808[[package]]
17809name = "tinyvec"
17810version = "1.10.0"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17813dependencies = [
17814 "tinyvec_macros",
17815]
17816
17817[[package]]
17818name = "tinyvec_macros"
17819version = "0.1.1"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17822
17823[[package]]
17824name = "title_bar"
17825version = "0.1.0"
17826dependencies = [
17827 "anyhow",
17828 "auto_update",
17829 "call",
17830 "channel",
17831 "chrono",
17832 "client",
17833 "cloud_api_types",
17834 "db",
17835 "git_ui",
17836 "gpui",
17837 "icons",
17838 "livekit_client",
17839 "notifications",
17840 "platform_title_bar",
17841 "project",
17842 "recent_projects",
17843 "release_channel",
17844 "remote",
17845 "remote_connection",
17846 "rpc",
17847 "schemars",
17848 "semver",
17849 "serde",
17850 "settings",
17851 "smallvec",
17852 "story",
17853 "telemetry",
17854 "theme",
17855 "ui",
17856 "util",
17857 "windows 0.61.3",
17858 "workspace",
17859 "zed_actions",
17860]
17861
17862[[package]]
17863name = "tokio"
17864version = "1.48.0"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17867dependencies = [
17868 "bytes 1.11.1",
17869 "libc",
17870 "mio 1.1.0",
17871 "parking_lot",
17872 "pin-project-lite",
17873 "signal-hook-registry",
17874 "socket2 0.6.1",
17875 "tokio-macros",
17876 "windows-sys 0.61.2",
17877]
17878
17879[[package]]
17880name = "tokio-io"
17881version = "0.1.13"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17884dependencies = [
17885 "bytes 0.4.12",
17886 "futures 0.1.31",
17887 "log",
17888]
17889
17890[[package]]
17891name = "tokio-macros"
17892version = "2.6.0"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17895dependencies = [
17896 "proc-macro2",
17897 "quote",
17898 "syn 2.0.117",
17899]
17900
17901[[package]]
17902name = "tokio-native-tls"
17903version = "0.3.1"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17906dependencies = [
17907 "native-tls",
17908 "tokio",
17909]
17910
17911[[package]]
17912name = "tokio-rustls"
17913version = "0.24.1"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17916dependencies = [
17917 "rustls 0.21.12",
17918 "tokio",
17919]
17920
17921[[package]]
17922name = "tokio-rustls"
17923version = "0.26.2"
17924source = "registry+https://github.com/rust-lang/crates.io-index"
17925checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17926dependencies = [
17927 "rustls 0.23.33",
17928 "tokio",
17929]
17930
17931[[package]]
17932name = "tokio-socks"
17933version = "0.5.2"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17936dependencies = [
17937 "either",
17938 "futures-io",
17939 "futures-util",
17940 "thiserror 1.0.69",
17941 "tokio",
17942]
17943
17944[[package]]
17945name = "tokio-stream"
17946version = "0.1.17"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17949dependencies = [
17950 "futures-core",
17951 "pin-project-lite",
17952 "tokio",
17953]
17954
17955[[package]]
17956name = "tokio-tungstenite"
17957version = "0.20.1"
17958source = "registry+https://github.com/rust-lang/crates.io-index"
17959checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17960dependencies = [
17961 "futures-util",
17962 "log",
17963 "tokio",
17964 "tungstenite 0.20.1",
17965]
17966
17967[[package]]
17968name = "tokio-tungstenite"
17969version = "0.21.0"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17972dependencies = [
17973 "futures-util",
17974 "log",
17975 "tokio",
17976 "tungstenite 0.21.0",
17977]
17978
17979[[package]]
17980name = "tokio-tungstenite"
17981version = "0.28.0"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17984dependencies = [
17985 "futures-util",
17986 "log",
17987 "rustls 0.23.33",
17988 "rustls-native-certs 0.8.2",
17989 "rustls-pki-types",
17990 "tokio",
17991 "tokio-rustls 0.26.2",
17992 "tungstenite 0.28.0",
17993]
17994
17995[[package]]
17996name = "tokio-util"
17997version = "0.7.16"
17998source = "registry+https://github.com/rust-lang/crates.io-index"
17999checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18000dependencies = [
18001 "bytes 1.11.1",
18002 "futures-core",
18003 "futures-io",
18004 "futures-sink",
18005 "pin-project-lite",
18006 "tokio",
18007]
18008
18009[[package]]
18010name = "toml"
18011version = "0.5.11"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18014dependencies = [
18015 "serde",
18016]
18017
18018[[package]]
18019name = "toml"
18020version = "0.8.23"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18023dependencies = [
18024 "serde",
18025 "serde_spanned 0.6.9",
18026 "toml_datetime 0.6.11",
18027 "toml_edit 0.22.27",
18028]
18029
18030[[package]]
18031name = "toml"
18032version = "0.9.8"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18035dependencies = [
18036 "indexmap",
18037 "serde_core",
18038 "serde_spanned 1.0.3",
18039 "toml_datetime 0.7.3",
18040 "toml_parser",
18041 "toml_writer",
18042 "winnow",
18043]
18044
18045[[package]]
18046name = "toml_datetime"
18047version = "0.6.11"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18050dependencies = [
18051 "serde",
18052]
18053
18054[[package]]
18055name = "toml_datetime"
18056version = "0.7.3"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18059dependencies = [
18060 "serde_core",
18061]
18062
18063[[package]]
18064name = "toml_edit"
18065version = "0.22.27"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18068dependencies = [
18069 "indexmap",
18070 "serde",
18071 "serde_spanned 0.6.9",
18072 "toml_datetime 0.6.11",
18073 "toml_write",
18074 "winnow",
18075]
18076
18077[[package]]
18078name = "toml_edit"
18079version = "0.23.7"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18082dependencies = [
18083 "indexmap",
18084 "toml_datetime 0.7.3",
18085 "toml_parser",
18086 "winnow",
18087]
18088
18089[[package]]
18090name = "toml_parser"
18091version = "1.0.4"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18094dependencies = [
18095 "winnow",
18096]
18097
18098[[package]]
18099name = "toml_write"
18100version = "0.1.2"
18101source = "registry+https://github.com/rust-lang/crates.io-index"
18102checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18103
18104[[package]]
18105name = "toml_writer"
18106version = "1.0.4"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18109
18110[[package]]
18111name = "toolchain_selector"
18112version = "0.1.0"
18113dependencies = [
18114 "anyhow",
18115 "convert_case 0.8.0",
18116 "editor",
18117 "futures 0.3.31",
18118 "fuzzy",
18119 "gpui",
18120 "language",
18121 "menu",
18122 "open_path_prompt",
18123 "picker",
18124 "project",
18125 "ui",
18126 "util",
18127 "workspace",
18128]
18129
18130[[package]]
18131name = "topological-sort"
18132version = "0.2.2"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18135
18136[[package]]
18137name = "tower"
18138version = "0.4.13"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18141dependencies = [
18142 "futures-core",
18143 "futures-util",
18144 "pin-project",
18145 "pin-project-lite",
18146 "tokio",
18147 "tower-layer",
18148 "tower-service",
18149 "tracing",
18150]
18151
18152[[package]]
18153name = "tower"
18154version = "0.5.2"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18157dependencies = [
18158 "futures-core",
18159 "futures-util",
18160 "pin-project-lite",
18161 "sync_wrapper 1.0.2",
18162 "tokio",
18163 "tower-layer",
18164 "tower-service",
18165]
18166
18167[[package]]
18168name = "tower-http"
18169version = "0.4.4"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18172dependencies = [
18173 "bitflags 2.10.0",
18174 "bytes 1.11.1",
18175 "futures-core",
18176 "futures-util",
18177 "http 0.2.12",
18178 "http-body 0.4.6",
18179 "http-range-header",
18180 "pin-project-lite",
18181 "tower-layer",
18182 "tower-service",
18183 "tracing",
18184]
18185
18186[[package]]
18187name = "tower-http"
18188version = "0.6.6"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18191dependencies = [
18192 "bitflags 2.10.0",
18193 "bytes 1.11.1",
18194 "futures-util",
18195 "http 1.3.1",
18196 "http-body 1.0.1",
18197 "iri-string",
18198 "pin-project-lite",
18199 "tower 0.5.2",
18200 "tower-layer",
18201 "tower-service",
18202]
18203
18204[[package]]
18205name = "tower-layer"
18206version = "0.3.3"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18209
18210[[package]]
18211name = "tower-service"
18212version = "0.3.3"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18215
18216[[package]]
18217name = "tracing"
18218version = "0.1.43"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18221dependencies = [
18222 "log",
18223 "pin-project-lite",
18224 "tracing-attributes",
18225 "tracing-core",
18226]
18227
18228[[package]]
18229name = "tracing-attributes"
18230version = "0.1.31"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18233dependencies = [
18234 "proc-macro2",
18235 "quote",
18236 "syn 2.0.117",
18237]
18238
18239[[package]]
18240name = "tracing-core"
18241version = "0.1.35"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18244dependencies = [
18245 "once_cell",
18246 "valuable",
18247]
18248
18249[[package]]
18250name = "tracing-log"
18251version = "0.2.0"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18254dependencies = [
18255 "log",
18256 "once_cell",
18257 "tracing-core",
18258]
18259
18260[[package]]
18261name = "tracing-serde"
18262version = "0.2.0"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18265dependencies = [
18266 "serde",
18267 "tracing-core",
18268]
18269
18270[[package]]
18271name = "tracing-subscriber"
18272version = "0.3.22"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18275dependencies = [
18276 "matchers",
18277 "nu-ansi-term",
18278 "once_cell",
18279 "regex-automata",
18280 "serde",
18281 "serde_json",
18282 "sharded-slab",
18283 "smallvec",
18284 "thread_local",
18285 "tracing",
18286 "tracing-core",
18287 "tracing-log",
18288 "tracing-serde",
18289]
18290
18291[[package]]
18292name = "tracing-tracy"
18293version = "0.11.4"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18296dependencies = [
18297 "tracing-core",
18298 "tracing-subscriber",
18299 "tracy-client",
18300]
18301
18302[[package]]
18303name = "tracy-client"
18304version = "0.18.3"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18307dependencies = [
18308 "loom",
18309 "once_cell",
18310 "tracy-client-sys",
18311]
18312
18313[[package]]
18314name = "tracy-client-sys"
18315version = "0.27.0"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18318dependencies = [
18319 "cc",
18320 "windows-targets 0.52.6",
18321]
18322
18323[[package]]
18324name = "trait-variant"
18325version = "0.1.2"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
18328dependencies = [
18329 "proc-macro2",
18330 "quote",
18331 "syn 2.0.117",
18332]
18333
18334[[package]]
18335name = "transpose"
18336version = "0.2.3"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18339dependencies = [
18340 "num-integer",
18341 "strength_reduce",
18342]
18343
18344[[package]]
18345name = "tree-sitter"
18346version = "0.26.3"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "974d205cc395652cfa8b37daa053fe56eebd429acf8dc055503fee648dae981e"
18349dependencies = [
18350 "cc",
18351 "regex",
18352 "regex-syntax",
18353 "serde_json",
18354 "streaming-iterator",
18355 "tree-sitter-language",
18356 "wasmtime-c-api-impl",
18357]
18358
18359[[package]]
18360name = "tree-sitter-bash"
18361version = "0.25.1"
18362source = "registry+https://github.com/rust-lang/crates.io-index"
18363checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18364dependencies = [
18365 "cc",
18366 "tree-sitter-language",
18367]
18368
18369[[package]]
18370name = "tree-sitter-c"
18371version = "0.24.1"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18374dependencies = [
18375 "cc",
18376 "tree-sitter-language",
18377]
18378
18379[[package]]
18380name = "tree-sitter-cpp"
18381version = "0.23.4"
18382source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18383dependencies = [
18384 "cc",
18385 "tree-sitter-language",
18386]
18387
18388[[package]]
18389name = "tree-sitter-css"
18390version = "0.23.2"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18393dependencies = [
18394 "cc",
18395 "tree-sitter-language",
18396]
18397
18398[[package]]
18399name = "tree-sitter-diff"
18400version = "0.1.0"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18403dependencies = [
18404 "cc",
18405 "tree-sitter-language",
18406]
18407
18408[[package]]
18409name = "tree-sitter-elixir"
18410version = "0.3.4"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18413dependencies = [
18414 "cc",
18415 "tree-sitter-language",
18416]
18417
18418[[package]]
18419name = "tree-sitter-embedded-template"
18420version = "0.23.2"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18423dependencies = [
18424 "cc",
18425 "tree-sitter-language",
18426]
18427
18428[[package]]
18429name = "tree-sitter-gitcommit"
18430version = "0.0.1"
18431source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18432dependencies = [
18433 "cc",
18434 "tree-sitter-language",
18435]
18436
18437[[package]]
18438name = "tree-sitter-go"
18439version = "0.25.0"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18442dependencies = [
18443 "cc",
18444 "tree-sitter-language",
18445]
18446
18447[[package]]
18448name = "tree-sitter-gomod"
18449version = "1.1.1"
18450source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18451dependencies = [
18452 "cc",
18453 "tree-sitter-language",
18454]
18455
18456[[package]]
18457name = "tree-sitter-gowork"
18458version = "0.0.1"
18459source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18460dependencies = [
18461 "cc",
18462 "tree-sitter-language",
18463]
18464
18465[[package]]
18466name = "tree-sitter-heex"
18467version = "0.0.1"
18468source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18469dependencies = [
18470 "cc",
18471 "tree-sitter-language",
18472]
18473
18474[[package]]
18475name = "tree-sitter-html"
18476version = "0.23.2"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "tree-sitter-jsdoc"
18486version = "0.23.2"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18489dependencies = [
18490 "cc",
18491 "tree-sitter-language",
18492]
18493
18494[[package]]
18495name = "tree-sitter-json"
18496version = "0.24.8"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18499dependencies = [
18500 "cc",
18501 "tree-sitter-language",
18502]
18503
18504[[package]]
18505name = "tree-sitter-language"
18506version = "0.1.5"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18509
18510[[package]]
18511name = "tree-sitter-md"
18512version = "0.3.2"
18513source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-python"
18521version = "0.25.0"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-regex"
18531version = "0.24.3"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-ruby"
18541version = "0.23.1"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18544dependencies = [
18545 "cc",
18546 "tree-sitter-language",
18547]
18548
18549[[package]]
18550name = "tree-sitter-rust"
18551version = "0.24.1"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "f715f73a0687261ddb686f0d64a1e5af57bd199c4d12be5fdda6676ce1885bf9"
18554dependencies = [
18555 "cc",
18556 "tree-sitter-language",
18557]
18558
18559[[package]]
18560name = "tree-sitter-typescript"
18561version = "0.23.2"
18562source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-yaml"
18570version = "0.6.1"
18571source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18572dependencies = [
18573 "cc",
18574 "tree-sitter-language",
18575]
18576
18577[[package]]
18578name = "triomphe"
18579version = "0.1.15"
18580source = "registry+https://github.com/rust-lang/crates.io-index"
18581checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18582dependencies = [
18583 "serde",
18584 "stable_deref_trait",
18585]
18586
18587[[package]]
18588name = "try-lock"
18589version = "0.2.5"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18592
18593[[package]]
18594name = "ttf-parser"
18595version = "0.20.0"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18598
18599[[package]]
18600name = "ttf-parser"
18601version = "0.25.1"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18604dependencies = [
18605 "core_maths",
18606]
18607
18608[[package]]
18609name = "tungstenite"
18610version = "0.20.1"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18613dependencies = [
18614 "byteorder",
18615 "bytes 1.11.1",
18616 "data-encoding",
18617 "http 0.2.12",
18618 "httparse",
18619 "log",
18620 "rand 0.8.5",
18621 "sha1",
18622 "thiserror 1.0.69",
18623 "url",
18624 "utf-8",
18625]
18626
18627[[package]]
18628name = "tungstenite"
18629version = "0.21.0"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18632dependencies = [
18633 "byteorder",
18634 "bytes 1.11.1",
18635 "data-encoding",
18636 "http 1.3.1",
18637 "httparse",
18638 "log",
18639 "rand 0.8.5",
18640 "sha1",
18641 "thiserror 1.0.69",
18642 "url",
18643 "utf-8",
18644]
18645
18646[[package]]
18647name = "tungstenite"
18648version = "0.27.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18651dependencies = [
18652 "bytes 1.11.1",
18653 "data-encoding",
18654 "http 1.3.1",
18655 "httparse",
18656 "log",
18657 "rand 0.9.2",
18658 "rustls 0.23.33",
18659 "rustls-pki-types",
18660 "sha1",
18661 "thiserror 2.0.17",
18662 "utf-8",
18663]
18664
18665[[package]]
18666name = "tungstenite"
18667version = "0.28.0"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18670dependencies = [
18671 "bytes 1.11.1",
18672 "data-encoding",
18673 "http 1.3.1",
18674 "httparse",
18675 "log",
18676 "rand 0.9.2",
18677 "rustls 0.23.33",
18678 "rustls-pki-types",
18679 "sha1",
18680 "thiserror 2.0.17",
18681 "utf-8",
18682]
18683
18684[[package]]
18685name = "typeid"
18686version = "1.0.3"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18689
18690[[package]]
18691name = "typenum"
18692version = "1.19.0"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18695
18696[[package]]
18697name = "ucd-trie"
18698version = "0.1.7"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18701
18702[[package]]
18703name = "uds"
18704version = "0.4.2"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18707dependencies = [
18708 "libc",
18709]
18710
18711[[package]]
18712name = "uds_windows"
18713version = "1.1.0"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18716dependencies = [
18717 "memoffset",
18718 "tempfile",
18719 "winapi",
18720]
18721
18722[[package]]
18723name = "ug"
18724version = "0.4.0"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18727dependencies = [
18728 "gemm 0.18.2",
18729 "half",
18730 "libloading",
18731 "memmap2",
18732 "num",
18733 "num-traits",
18734 "num_cpus",
18735 "rayon",
18736 "safetensors",
18737 "serde",
18738 "thiserror 1.0.69",
18739 "tracing",
18740 "yoke 0.7.5",
18741]
18742
18743[[package]]
18744name = "ui"
18745version = "0.1.0"
18746dependencies = [
18747 "chrono",
18748 "component",
18749 "documented",
18750 "gpui",
18751 "gpui_macros",
18752 "icons",
18753 "itertools 0.14.0",
18754 "menu",
18755 "schemars",
18756 "serde",
18757 "settings",
18758 "smallvec",
18759 "story",
18760 "strum 0.27.2",
18761 "theme",
18762 "ui_macros",
18763 "util",
18764 "windows 0.61.3",
18765]
18766
18767[[package]]
18768name = "ui_input"
18769version = "0.1.0"
18770dependencies = [
18771 "component",
18772 "gpui",
18773 "ui",
18774]
18775
18776[[package]]
18777name = "ui_macros"
18778version = "0.1.0"
18779dependencies = [
18780 "component",
18781 "quote",
18782 "syn 2.0.117",
18783 "ui",
18784]
18785
18786[[package]]
18787name = "ui_prompt"
18788version = "0.1.0"
18789dependencies = [
18790 "gpui",
18791 "markdown",
18792 "menu",
18793 "settings",
18794 "theme",
18795 "ui",
18796 "workspace",
18797]
18798
18799[[package]]
18800name = "unarray"
18801version = "0.1.4"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18804
18805[[package]]
18806name = "unicase"
18807version = "2.8.1"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18810
18811[[package]]
18812name = "unicode-bidi"
18813version = "0.3.18"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18816
18817[[package]]
18818name = "unicode-bidi-mirroring"
18819version = "0.4.0"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18822
18823[[package]]
18824name = "unicode-ccc"
18825version = "0.4.0"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18828
18829[[package]]
18830name = "unicode-general-category"
18831version = "1.1.0"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18834
18835[[package]]
18836name = "unicode-ident"
18837version = "1.0.19"
18838source = "registry+https://github.com/rust-lang/crates.io-index"
18839checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18840
18841[[package]]
18842name = "unicode-linebreak"
18843version = "0.1.5"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18846
18847[[package]]
18848name = "unicode-normalization"
18849version = "0.1.24"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18852dependencies = [
18853 "tinyvec",
18854]
18855
18856[[package]]
18857name = "unicode-properties"
18858version = "0.1.3"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18861
18862[[package]]
18863name = "unicode-script"
18864version = "0.5.8"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18867
18868[[package]]
18869name = "unicode-segmentation"
18870version = "1.12.0"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18873
18874[[package]]
18875name = "unicode-vo"
18876version = "0.1.0"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18879
18880[[package]]
18881name = "unicode-width"
18882version = "0.2.2"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18885
18886[[package]]
18887name = "unicode-xid"
18888version = "0.2.6"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18891
18892[[package]]
18893name = "unicode_categories"
18894version = "0.1.1"
18895source = "registry+https://github.com/rust-lang/crates.io-index"
18896checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18897
18898[[package]]
18899name = "unindent"
18900version = "0.2.4"
18901source = "registry+https://github.com/rust-lang/crates.io-index"
18902checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18903
18904[[package]]
18905name = "unsafe-libyaml"
18906version = "0.2.11"
18907source = "registry+https://github.com/rust-lang/crates.io-index"
18908checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18909
18910[[package]]
18911name = "untrusted"
18912version = "0.7.1"
18913source = "registry+https://github.com/rust-lang/crates.io-index"
18914checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18915
18916[[package]]
18917name = "untrusted"
18918version = "0.9.0"
18919source = "registry+https://github.com/rust-lang/crates.io-index"
18920checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18921
18922[[package]]
18923name = "url"
18924version = "2.5.7"
18925source = "registry+https://github.com/rust-lang/crates.io-index"
18926checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18927dependencies = [
18928 "form_urlencoded",
18929 "idna",
18930 "percent-encoding",
18931 "serde",
18932]
18933
18934[[package]]
18935name = "urlencoding"
18936version = "2.1.3"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18939
18940[[package]]
18941name = "usvg"
18942version = "0.45.1"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18945dependencies = [
18946 "base64 0.22.1",
18947 "data-url",
18948 "flate2",
18949 "fontdb 0.23.0",
18950 "imagesize",
18951 "kurbo",
18952 "log",
18953 "pico-args",
18954 "roxmltree",
18955 "rustybuzz",
18956 "simplecss",
18957 "siphasher 1.0.1",
18958 "strict-num",
18959 "svgtypes",
18960 "tiny-skia-path",
18961 "unicode-bidi",
18962 "unicode-script",
18963 "unicode-vo",
18964 "xmlwriter",
18965]
18966
18967[[package]]
18968name = "utf-8"
18969version = "0.7.6"
18970source = "registry+https://github.com/rust-lang/crates.io-index"
18971checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18972
18973[[package]]
18974name = "utf8-chars"
18975version = "3.0.6"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18978dependencies = [
18979 "arrayvec",
18980]
18981
18982[[package]]
18983name = "utf8_iter"
18984version = "1.0.4"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18987
18988[[package]]
18989name = "utf8parse"
18990version = "0.2.2"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18993
18994[[package]]
18995name = "util"
18996version = "0.1.0"
18997dependencies = [
18998 "anyhow",
18999 "async-fs",
19000 "async_zip",
19001 "collections",
19002 "command-fds",
19003 "dirs 4.0.0",
19004 "dunce",
19005 "futures 0.3.31",
19006 "futures-lite 1.13.0",
19007 "git2",
19008 "globset",
19009 "gpui_util",
19010 "itertools 0.14.0",
19011 "libc",
19012 "log",
19013 "mach2 0.5.0",
19014 "nix 0.29.0",
19015 "percent-encoding",
19016 "pretty_assertions",
19017 "rand 0.9.2",
19018 "regex",
19019 "rust-embed",
19020 "schemars",
19021 "serde",
19022 "serde_json",
19023 "serde_json_lenient",
19024 "shlex",
19025 "smol",
19026 "take-until",
19027 "tempfile",
19028 "tendril",
19029 "unicase",
19030 "url",
19031 "util_macros",
19032 "walkdir",
19033 "which 6.0.3",
19034]
19035
19036[[package]]
19037name = "util_macros"
19038version = "0.1.0"
19039dependencies = [
19040 "perf",
19041 "quote",
19042 "syn 2.0.117",
19043]
19044
19045[[package]]
19046name = "uuid"
19047version = "1.18.1"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19050dependencies = [
19051 "getrandom 0.3.4",
19052 "js-sys",
19053 "serde",
19054 "sha1_smol",
19055 "wasm-bindgen",
19056]
19057
19058[[package]]
19059name = "uuid-simd"
19060version = "0.8.0"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19063dependencies = [
19064 "outref",
19065 "vsimd",
19066]
19067
19068[[package]]
19069name = "v_frame"
19070version = "0.3.9"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19073dependencies = [
19074 "aligned-vec",
19075 "num-traits",
19076 "wasm-bindgen",
19077]
19078
19079[[package]]
19080name = "valuable"
19081version = "0.1.1"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19084
19085[[package]]
19086name = "value-bag"
19087version = "1.12.0"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19090dependencies = [
19091 "value-bag-serde1",
19092 "value-bag-sval2",
19093]
19094
19095[[package]]
19096name = "value-bag-serde1"
19097version = "1.12.0"
19098source = "registry+https://github.com/rust-lang/crates.io-index"
19099checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19100dependencies = [
19101 "erased-serde",
19102 "serde_core",
19103 "serde_fmt",
19104]
19105
19106[[package]]
19107name = "value-bag-sval2"
19108version = "1.12.0"
19109source = "registry+https://github.com/rust-lang/crates.io-index"
19110checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19111dependencies = [
19112 "sval",
19113 "sval_buffer",
19114 "sval_dynamic",
19115 "sval_fmt",
19116 "sval_json",
19117 "sval_ref",
19118 "sval_serde",
19119]
19120
19121[[package]]
19122name = "vcpkg"
19123version = "0.2.15"
19124source = "registry+https://github.com/rust-lang/crates.io-index"
19125checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19126
19127[[package]]
19128name = "vercel"
19129version = "0.1.0"
19130dependencies = [
19131 "anyhow",
19132 "schemars",
19133 "serde",
19134 "strum 0.27.2",
19135]
19136
19137[[package]]
19138name = "version-compare"
19139version = "0.2.0"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19142
19143[[package]]
19144name = "version_check"
19145version = "0.9.5"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19148
19149[[package]]
19150name = "vim"
19151version = "0.1.0"
19152dependencies = [
19153 "anyhow",
19154 "async-compat",
19155 "async-trait",
19156 "collections",
19157 "command_palette",
19158 "command_palette_hooks",
19159 "db",
19160 "editor",
19161 "env_logger 0.11.8",
19162 "futures 0.3.31",
19163 "fuzzy",
19164 "git_ui",
19165 "gpui",
19166 "indoc",
19167 "itertools 0.14.0",
19168 "language",
19169 "log",
19170 "lsp",
19171 "markdown_preview",
19172 "menu",
19173 "multi_buffer",
19174 "nvim-rs",
19175 "outline_panel",
19176 "parking_lot",
19177 "perf",
19178 "picker",
19179 "project",
19180 "project_panel",
19181 "regex",
19182 "release_channel",
19183 "schemars",
19184 "search",
19185 "semver",
19186 "serde",
19187 "serde_json",
19188 "settings",
19189 "settings_ui",
19190 "task",
19191 "text",
19192 "theme",
19193 "tokio",
19194 "ui",
19195 "util",
19196 "util_macros",
19197 "vim_mode_setting",
19198 "workspace",
19199 "zed_actions",
19200]
19201
19202[[package]]
19203name = "vim_mode_setting"
19204version = "0.1.0"
19205dependencies = [
19206 "gpui",
19207 "settings",
19208]
19209
19210[[package]]
19211name = "vscode_theme"
19212version = "0.2.0"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19215dependencies = [
19216 "serde",
19217]
19218
19219[[package]]
19220name = "vsimd"
19221version = "0.8.0"
19222source = "registry+https://github.com/rust-lang/crates.io-index"
19223checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19224
19225[[package]]
19226name = "vswhom"
19227version = "0.1.0"
19228source = "registry+https://github.com/rust-lang/crates.io-index"
19229checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19230dependencies = [
19231 "libc",
19232 "vswhom-sys",
19233]
19234
19235[[package]]
19236name = "vswhom-sys"
19237version = "0.1.3"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19240dependencies = [
19241 "cc",
19242 "libc",
19243]
19244
19245[[package]]
19246name = "vte"
19247version = "0.15.0"
19248source = "registry+https://github.com/rust-lang/crates.io-index"
19249checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19250dependencies = [
19251 "arrayvec",
19252 "bitflags 2.10.0",
19253 "cursor-icon",
19254 "log",
19255 "memchr",
19256 "serde",
19257]
19258
19259[[package]]
19260name = "wait-timeout"
19261version = "0.2.1"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19264dependencies = [
19265 "libc",
19266]
19267
19268[[package]]
19269name = "waker-fn"
19270version = "1.2.0"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19273
19274[[package]]
19275name = "walkdir"
19276version = "2.5.0"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19279dependencies = [
19280 "same-file",
19281 "winapi-util",
19282]
19283
19284[[package]]
19285name = "want"
19286version = "0.3.1"
19287source = "registry+https://github.com/rust-lang/crates.io-index"
19288checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19289dependencies = [
19290 "try-lock",
19291]
19292
19293[[package]]
19294name = "warp"
19295version = "0.3.7"
19296source = "registry+https://github.com/rust-lang/crates.io-index"
19297checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19298dependencies = [
19299 "bytes 1.11.1",
19300 "futures-channel",
19301 "futures-util",
19302 "headers",
19303 "http 0.2.12",
19304 "hyper 0.14.32",
19305 "log",
19306 "mime",
19307 "mime_guess",
19308 "percent-encoding",
19309 "pin-project",
19310 "scoped-tls",
19311 "serde",
19312 "serde_json",
19313 "serde_urlencoded",
19314 "tokio",
19315 "tokio-tungstenite 0.21.0",
19316 "tokio-util",
19317 "tower-service",
19318 "tracing",
19319]
19320
19321[[package]]
19322name = "wasi"
19323version = "0.11.1+wasi-snapshot-preview1"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19326
19327[[package]]
19328name = "wasip2"
19329version = "1.0.1+wasi-0.2.4"
19330source = "registry+https://github.com/rust-lang/crates.io-index"
19331checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19332dependencies = [
19333 "wit-bindgen 0.46.0",
19334]
19335
19336[[package]]
19337name = "wasip3"
19338version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19341dependencies = [
19342 "wit-bindgen 0.51.0",
19343]
19344
19345[[package]]
19346name = "wasite"
19347version = "0.1.0"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19350
19351[[package]]
19352name = "wasm-bindgen"
19353version = "0.2.113"
19354source = "registry+https://github.com/rust-lang/crates.io-index"
19355checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19356dependencies = [
19357 "cfg-if",
19358 "once_cell",
19359 "rustversion",
19360 "wasm-bindgen-macro",
19361 "wasm-bindgen-shared",
19362]
19363
19364[[package]]
19365name = "wasm-bindgen-futures"
19366version = "0.4.63"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19369dependencies = [
19370 "cfg-if",
19371 "futures-util",
19372 "js-sys",
19373 "once_cell",
19374 "wasm-bindgen",
19375 "web-sys",
19376]
19377
19378[[package]]
19379name = "wasm-bindgen-macro"
19380version = "0.2.113"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19383dependencies = [
19384 "quote",
19385 "wasm-bindgen-macro-support",
19386]
19387
19388[[package]]
19389name = "wasm-bindgen-macro-support"
19390version = "0.2.113"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19393dependencies = [
19394 "bumpalo",
19395 "proc-macro2",
19396 "quote",
19397 "syn 2.0.117",
19398 "wasm-bindgen-shared",
19399]
19400
19401[[package]]
19402name = "wasm-bindgen-shared"
19403version = "0.2.113"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19406dependencies = [
19407 "unicode-ident",
19408]
19409
19410[[package]]
19411name = "wasm-encoder"
19412version = "0.201.0"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19415dependencies = [
19416 "leb128",
19417]
19418
19419[[package]]
19420name = "wasm-encoder"
19421version = "0.221.3"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19424dependencies = [
19425 "leb128",
19426 "wasmparser 0.221.3",
19427]
19428
19429[[package]]
19430name = "wasm-encoder"
19431version = "0.227.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19434dependencies = [
19435 "leb128fmt",
19436 "wasmparser 0.227.1",
19437]
19438
19439[[package]]
19440name = "wasm-encoder"
19441version = "0.229.0"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "38ba1d491ecacb085a2552025c10a675a6fddcbd03b1fc9b36c536010ce265d2"
19444dependencies = [
19445 "leb128fmt",
19446 "wasmparser 0.229.0",
19447]
19448
19449[[package]]
19450name = "wasm-encoder"
19451version = "0.244.0"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19454dependencies = [
19455 "leb128fmt",
19456 "wasmparser 0.244.0",
19457]
19458
19459[[package]]
19460name = "wasm-metadata"
19461version = "0.201.0"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19464dependencies = [
19465 "anyhow",
19466 "indexmap",
19467 "serde",
19468 "serde_derive",
19469 "serde_json",
19470 "spdx",
19471 "wasm-encoder 0.201.0",
19472 "wasmparser 0.201.0",
19473]
19474
19475[[package]]
19476name = "wasm-metadata"
19477version = "0.227.1"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19480dependencies = [
19481 "anyhow",
19482 "auditable-serde",
19483 "flate2",
19484 "indexmap",
19485 "serde",
19486 "serde_derive",
19487 "serde_json",
19488 "spdx",
19489 "url",
19490 "wasm-encoder 0.227.1",
19491 "wasmparser 0.227.1",
19492]
19493
19494[[package]]
19495name = "wasm-metadata"
19496version = "0.244.0"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19499dependencies = [
19500 "anyhow",
19501 "indexmap",
19502 "wasm-encoder 0.244.0",
19503 "wasmparser 0.244.0",
19504]
19505
19506[[package]]
19507name = "wasm-streams"
19508version = "0.4.2"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19511dependencies = [
19512 "futures-util",
19513 "js-sys",
19514 "wasm-bindgen",
19515 "wasm-bindgen-futures",
19516 "web-sys",
19517]
19518
19519[[package]]
19520name = "wasm_thread"
19521version = "0.3.3"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19524dependencies = [
19525 "futures 0.3.31",
19526 "js-sys",
19527 "wasm-bindgen",
19528 "web-sys",
19529]
19530
19531[[package]]
19532name = "wasmparser"
19533version = "0.201.0"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19536dependencies = [
19537 "bitflags 2.10.0",
19538 "indexmap",
19539 "semver",
19540]
19541
19542[[package]]
19543name = "wasmparser"
19544version = "0.221.3"
19545source = "registry+https://github.com/rust-lang/crates.io-index"
19546checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19547dependencies = [
19548 "bitflags 2.10.0",
19549 "hashbrown 0.15.5",
19550 "indexmap",
19551 "semver",
19552 "serde",
19553]
19554
19555[[package]]
19556name = "wasmparser"
19557version = "0.227.1"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19560dependencies = [
19561 "bitflags 2.10.0",
19562 "hashbrown 0.15.5",
19563 "indexmap",
19564 "semver",
19565]
19566
19567[[package]]
19568name = "wasmparser"
19569version = "0.229.0"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "0cc3b1f053f5d41aa55640a1fa9b6d1b8a9e4418d118ce308d20e24ff3575a8c"
19572dependencies = [
19573 "bitflags 2.10.0",
19574 "hashbrown 0.15.5",
19575 "indexmap",
19576 "semver",
19577 "serde",
19578]
19579
19580[[package]]
19581name = "wasmparser"
19582version = "0.244.0"
19583source = "registry+https://github.com/rust-lang/crates.io-index"
19584checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19585dependencies = [
19586 "bitflags 2.10.0",
19587 "hashbrown 0.15.5",
19588 "indexmap",
19589 "semver",
19590]
19591
19592[[package]]
19593name = "wasmprinter"
19594version = "0.229.0"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "d25dac01892684a99b8fbfaf670eb6b56edea8a096438c75392daeb83156ae2e"
19597dependencies = [
19598 "anyhow",
19599 "termcolor",
19600 "wasmparser 0.229.0",
19601]
19602
19603[[package]]
19604name = "wasmtime"
19605version = "33.0.2"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "57373e1d8699662fb791270ac5dfac9da5c14f618ecf940cdb29dc3ad9472a3c"
19608dependencies = [
19609 "addr2line 0.24.2",
19610 "anyhow",
19611 "async-trait",
19612 "bitflags 2.10.0",
19613 "bumpalo",
19614 "cc",
19615 "cfg-if",
19616 "encoding_rs",
19617 "hashbrown 0.15.5",
19618 "indexmap",
19619 "libc",
19620 "log",
19621 "mach2 0.4.3",
19622 "memfd",
19623 "object 0.36.7",
19624 "once_cell",
19625 "postcard",
19626 "psm",
19627 "pulley-interpreter",
19628 "rayon",
19629 "rustix 1.1.2",
19630 "semver",
19631 "serde",
19632 "serde_derive",
19633 "smallvec",
19634 "sptr",
19635 "target-lexicon 0.13.3",
19636 "trait-variant",
19637 "wasmparser 0.229.0",
19638 "wasmtime-asm-macros",
19639 "wasmtime-component-macro",
19640 "wasmtime-component-util",
19641 "wasmtime-cranelift",
19642 "wasmtime-environ",
19643 "wasmtime-fiber",
19644 "wasmtime-jit-icache-coherence",
19645 "wasmtime-math",
19646 "wasmtime-slab",
19647 "wasmtime-versioned-export-macros",
19648 "wasmtime-winch",
19649 "windows-sys 0.59.0",
19650]
19651
19652[[package]]
19653name = "wasmtime-asm-macros"
19654version = "33.0.2"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "bd0fc91372865167a695dc98d0d6771799a388a7541d3f34e939d0539d6583de"
19657dependencies = [
19658 "cfg-if",
19659]
19660
19661[[package]]
19662name = "wasmtime-c-api-impl"
19663version = "33.0.2"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "46db556f1dccdd88e0672bd407162ab0036b72e5eccb0f4398d8251cba32dba1"
19666dependencies = [
19667 "anyhow",
19668 "log",
19669 "tracing",
19670 "wasmtime",
19671 "wasmtime-c-api-macros",
19672]
19673
19674[[package]]
19675name = "wasmtime-c-api-macros"
19676version = "33.0.2"
19677source = "registry+https://github.com/rust-lang/crates.io-index"
19678checksum = "315cc6bc8cdc66f296accb26d7625ae64c1c7b6da6f189e8a72ce6594bf7bd36"
19679dependencies = [
19680 "proc-macro2",
19681 "quote",
19682]
19683
19684[[package]]
19685name = "wasmtime-component-macro"
19686version = "33.0.2"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "25c9c7526675ff9a9794b115023c4af5128e3eb21389bfc3dc1fd344d549258f"
19689dependencies = [
19690 "anyhow",
19691 "proc-macro2",
19692 "quote",
19693 "syn 2.0.117",
19694 "wasmtime-component-util",
19695 "wasmtime-wit-bindgen",
19696 "wit-parser 0.229.0",
19697]
19698
19699[[package]]
19700name = "wasmtime-component-util"
19701version = "33.0.2"
19702source = "registry+https://github.com/rust-lang/crates.io-index"
19703checksum = "cc42ec8b078875804908d797cb4950fec781d9add9684c9026487fd8eb3f6291"
19704
19705[[package]]
19706name = "wasmtime-cranelift"
19707version = "33.0.2"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "b2bd72f0a6a0ffcc6a184ec86ac35c174e48ea0e97bbae277c8f15f8bf77a566"
19710dependencies = [
19711 "anyhow",
19712 "cfg-if",
19713 "cranelift-codegen",
19714 "cranelift-control",
19715 "cranelift-entity",
19716 "cranelift-frontend",
19717 "cranelift-native",
19718 "gimli 0.31.1",
19719 "itertools 0.14.0",
19720 "log",
19721 "object 0.36.7",
19722 "pulley-interpreter",
19723 "smallvec",
19724 "target-lexicon 0.13.3",
19725 "thiserror 2.0.17",
19726 "wasmparser 0.229.0",
19727 "wasmtime-environ",
19728 "wasmtime-versioned-export-macros",
19729]
19730
19731[[package]]
19732name = "wasmtime-environ"
19733version = "33.0.2"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "e6187bb108a23eb25d2a92aa65d6c89fb5ed53433a319038a2558567f3011ff2"
19736dependencies = [
19737 "anyhow",
19738 "cpp_demangle",
19739 "cranelift-bitset",
19740 "cranelift-entity",
19741 "gimli 0.31.1",
19742 "indexmap",
19743 "log",
19744 "object 0.36.7",
19745 "postcard",
19746 "rustc-demangle",
19747 "semver",
19748 "serde",
19749 "serde_derive",
19750 "smallvec",
19751 "target-lexicon 0.13.3",
19752 "wasm-encoder 0.229.0",
19753 "wasmparser 0.229.0",
19754 "wasmprinter",
19755 "wasmtime-component-util",
19756]
19757
19758[[package]]
19759name = "wasmtime-fiber"
19760version = "33.0.2"
19761source = "registry+https://github.com/rust-lang/crates.io-index"
19762checksum = "dc8965d2128c012329f390e24b8b2758dd93d01bf67e1a1a0dd3d8fd72f56873"
19763dependencies = [
19764 "anyhow",
19765 "cc",
19766 "cfg-if",
19767 "rustix 1.1.2",
19768 "wasmtime-asm-macros",
19769 "wasmtime-versioned-export-macros",
19770 "windows-sys 0.59.0",
19771]
19772
19773[[package]]
19774name = "wasmtime-jit-icache-coherence"
19775version = "33.0.2"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "7af0e940cb062a45c0b3f01a926f77da5947149e99beb4e3dd9846d5b8f11619"
19778dependencies = [
19779 "anyhow",
19780 "cfg-if",
19781 "libc",
19782 "windows-sys 0.59.0",
19783]
19784
19785[[package]]
19786name = "wasmtime-math"
19787version = "33.0.2"
19788source = "registry+https://github.com/rust-lang/crates.io-index"
19789checksum = "acfca360e719dda9a27e26944f2754ff2fd5bad88e21919c42c5a5f38ddd93cb"
19790dependencies = [
19791 "libm",
19792]
19793
19794[[package]]
19795name = "wasmtime-slab"
19796version = "33.0.2"
19797source = "registry+https://github.com/rust-lang/crates.io-index"
19798checksum = "48e240559cada55c4b24af979d5f6c95e0029f5772f32027ec3c62b258aaff65"
19799
19800[[package]]
19801name = "wasmtime-versioned-export-macros"
19802version = "33.0.2"
19803source = "registry+https://github.com/rust-lang/crates.io-index"
19804checksum = "d0963c1438357a3d8c0efe152b4ef5259846c1cf8b864340270744fe5b3bae5e"
19805dependencies = [
19806 "proc-macro2",
19807 "quote",
19808 "syn 2.0.117",
19809]
19810
19811[[package]]
19812name = "wasmtime-wasi"
19813version = "33.0.2"
19814source = "registry+https://github.com/rust-lang/crates.io-index"
19815checksum = "4ae951b72c7c6749a1c15dcdfb6d940a2614c932b4a54f474636e78e2c744b4c"
19816dependencies = [
19817 "anyhow",
19818 "async-trait",
19819 "bitflags 2.10.0",
19820 "bytes 1.11.1",
19821 "cap-fs-ext",
19822 "cap-net-ext",
19823 "cap-rand",
19824 "cap-std",
19825 "cap-time-ext",
19826 "fs-set-times",
19827 "futures 0.3.31",
19828 "io-extras",
19829 "io-lifetimes",
19830 "rustix 1.1.2",
19831 "system-interface",
19832 "thiserror 2.0.17",
19833 "tokio",
19834 "tracing",
19835 "url",
19836 "wasmtime",
19837 "wasmtime-wasi-io",
19838 "wiggle",
19839 "windows-sys 0.59.0",
19840]
19841
19842[[package]]
19843name = "wasmtime-wasi-io"
19844version = "33.0.2"
19845source = "registry+https://github.com/rust-lang/crates.io-index"
19846checksum = "a835790dcecc3d7051ec67da52ba9e04af25e1bc204275b9391e3f0042b10797"
19847dependencies = [
19848 "anyhow",
19849 "async-trait",
19850 "bytes 1.11.1",
19851 "futures 0.3.31",
19852 "wasmtime",
19853]
19854
19855[[package]]
19856name = "wasmtime-winch"
19857version = "33.0.2"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "cbc3b117d03d6eeabfa005a880c5c22c06503bb8820f3aa2e30f0e8d87b6752f"
19860dependencies = [
19861 "anyhow",
19862 "cranelift-codegen",
19863 "gimli 0.31.1",
19864 "object 0.36.7",
19865 "target-lexicon 0.13.3",
19866 "wasmparser 0.229.0",
19867 "wasmtime-cranelift",
19868 "wasmtime-environ",
19869 "winch-codegen",
19870]
19871
19872[[package]]
19873name = "wasmtime-wit-bindgen"
19874version = "33.0.2"
19875source = "registry+https://github.com/rust-lang/crates.io-index"
19876checksum = "1382f4f09390eab0d75d4994d0c3b0f6279f86a571807ec67a8253c87cf6a145"
19877dependencies = [
19878 "anyhow",
19879 "heck 0.5.0",
19880 "indexmap",
19881 "wit-parser 0.229.0",
19882]
19883
19884[[package]]
19885name = "wast"
19886version = "35.0.2"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19889dependencies = [
19890 "leb128",
19891]
19892
19893[[package]]
19894name = "watch"
19895version = "0.1.0"
19896dependencies = [
19897 "ctor",
19898 "futures 0.3.31",
19899 "gpui",
19900 "parking_lot",
19901 "zlog",
19902]
19903
19904[[package]]
19905name = "wax"
19906version = "0.7.0"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19909dependencies = [
19910 "const_format",
19911 "itertools 0.14.0",
19912 "nom 7.1.3",
19913 "pori",
19914 "regex",
19915 "thiserror 2.0.17",
19916 "walkdir",
19917]
19918
19919[[package]]
19920name = "wayland-backend"
19921version = "0.3.11"
19922source = "registry+https://github.com/rust-lang/crates.io-index"
19923checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19924dependencies = [
19925 "cc",
19926 "downcast-rs",
19927 "rustix 1.1.2",
19928 "scoped-tls",
19929 "smallvec",
19930 "wayland-sys",
19931]
19932
19933[[package]]
19934name = "wayland-client"
19935version = "0.31.11"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19938dependencies = [
19939 "bitflags 2.10.0",
19940 "rustix 1.1.2",
19941 "wayland-backend",
19942 "wayland-scanner",
19943]
19944
19945[[package]]
19946name = "wayland-cursor"
19947version = "0.31.11"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19950dependencies = [
19951 "rustix 1.1.2",
19952 "wayland-client",
19953 "xcursor",
19954]
19955
19956[[package]]
19957name = "wayland-protocols"
19958version = "0.32.9"
19959source = "registry+https://github.com/rust-lang/crates.io-index"
19960checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19961dependencies = [
19962 "bitflags 2.10.0",
19963 "wayland-backend",
19964 "wayland-client",
19965 "wayland-scanner",
19966]
19967
19968[[package]]
19969name = "wayland-protocols-plasma"
19970version = "0.3.9"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19973dependencies = [
19974 "bitflags 2.10.0",
19975 "wayland-backend",
19976 "wayland-client",
19977 "wayland-protocols",
19978 "wayland-scanner",
19979]
19980
19981[[package]]
19982name = "wayland-protocols-wlr"
19983version = "0.3.9"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19986dependencies = [
19987 "bitflags 2.10.0",
19988 "wayland-backend",
19989 "wayland-client",
19990 "wayland-protocols",
19991 "wayland-scanner",
19992]
19993
19994[[package]]
19995name = "wayland-scanner"
19996version = "0.31.7"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19999dependencies = [
20000 "proc-macro2",
20001 "quick-xml 0.37.5",
20002 "quote",
20003]
20004
20005[[package]]
20006name = "wayland-sys"
20007version = "0.31.7"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20010dependencies = [
20011 "dlib",
20012 "log",
20013 "once_cell",
20014 "pkg-config",
20015]
20016
20017[[package]]
20018name = "web-sys"
20019version = "0.3.90"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20022dependencies = [
20023 "js-sys",
20024 "wasm-bindgen",
20025]
20026
20027[[package]]
20028name = "web-time"
20029version = "1.1.0"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20032dependencies = [
20033 "js-sys",
20034 "wasm-bindgen",
20035]
20036
20037[[package]]
20038name = "web_atoms"
20039version = "0.1.3"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20042dependencies = [
20043 "phf 0.11.3",
20044 "phf_codegen",
20045 "string_cache",
20046 "string_cache_codegen",
20047]
20048
20049[[package]]
20050name = "web_search"
20051version = "0.1.0"
20052dependencies = [
20053 "anyhow",
20054 "cloud_llm_client",
20055 "collections",
20056 "gpui",
20057 "serde",
20058]
20059
20060[[package]]
20061name = "web_search_providers"
20062version = "0.1.0"
20063dependencies = [
20064 "anyhow",
20065 "client",
20066 "cloud_api_types",
20067 "cloud_llm_client",
20068 "futures 0.3.31",
20069 "gpui",
20070 "http_client",
20071 "language_model",
20072 "serde",
20073 "serde_json",
20074 "web_search",
20075]
20076
20077[[package]]
20078name = "webpki-root-certs"
20079version = "0.26.8"
20080source = "registry+https://github.com/rust-lang/crates.io-index"
20081checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20082dependencies = [
20083 "rustls-pki-types",
20084]
20085
20086[[package]]
20087name = "webpki-roots"
20088version = "0.26.8"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20091dependencies = [
20092 "rustls-pki-types",
20093]
20094
20095[[package]]
20096name = "webrtc-sys"
20097version = "0.3.23"
20098source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20099dependencies = [
20100 "cc",
20101 "cxx",
20102 "cxx-build",
20103 "glob",
20104 "log",
20105 "pkg-config",
20106 "webrtc-sys-build",
20107]
20108
20109[[package]]
20110name = "webrtc-sys-build"
20111version = "0.3.13"
20112source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20113dependencies = [
20114 "anyhow",
20115 "fs2",
20116 "regex",
20117 "reqwest 0.12.24",
20118 "scratch",
20119 "semver",
20120 "zip 0.6.6",
20121]
20122
20123[[package]]
20124name = "weezl"
20125version = "0.1.10"
20126source = "registry+https://github.com/rust-lang/crates.io-index"
20127checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20128
20129[[package]]
20130name = "wgpu"
20131version = "29.0.0"
20132source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20133dependencies = [
20134 "arrayvec",
20135 "bitflags 2.10.0",
20136 "bytemuck",
20137 "cfg-if",
20138 "cfg_aliases 0.2.1",
20139 "document-features",
20140 "hashbrown 0.16.1",
20141 "js-sys",
20142 "log",
20143 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20144 "parking_lot",
20145 "portable-atomic",
20146 "profiling",
20147 "raw-window-handle",
20148 "smallvec",
20149 "static_assertions",
20150 "wasm-bindgen",
20151 "wasm-bindgen-futures",
20152 "web-sys",
20153 "wgpu-core",
20154 "wgpu-hal",
20155 "wgpu-types",
20156]
20157
20158[[package]]
20159name = "wgpu-core"
20160version = "29.0.0"
20161source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20162dependencies = [
20163 "arrayvec",
20164 "bit-set 0.9.1",
20165 "bit-vec 0.9.1",
20166 "bitflags 2.10.0",
20167 "bytemuck",
20168 "cfg_aliases 0.2.1",
20169 "document-features",
20170 "hashbrown 0.16.1",
20171 "indexmap",
20172 "log",
20173 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20174 "once_cell",
20175 "parking_lot",
20176 "portable-atomic",
20177 "profiling",
20178 "raw-window-handle",
20179 "rustc-hash 1.1.0",
20180 "smallvec",
20181 "thiserror 2.0.17",
20182 "wgpu-core-deps-apple",
20183 "wgpu-core-deps-emscripten",
20184 "wgpu-core-deps-windows-linux-android",
20185 "wgpu-hal",
20186 "wgpu-naga-bridge",
20187 "wgpu-types",
20188]
20189
20190[[package]]
20191name = "wgpu-core-deps-apple"
20192version = "29.0.0"
20193source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20194dependencies = [
20195 "wgpu-hal",
20196]
20197
20198[[package]]
20199name = "wgpu-core-deps-emscripten"
20200version = "29.0.0"
20201source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20202dependencies = [
20203 "wgpu-hal",
20204]
20205
20206[[package]]
20207name = "wgpu-core-deps-windows-linux-android"
20208version = "29.0.0"
20209source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20210dependencies = [
20211 "wgpu-hal",
20212]
20213
20214[[package]]
20215name = "wgpu-hal"
20216version = "29.0.0"
20217source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20218dependencies = [
20219 "android_system_properties",
20220 "arrayvec",
20221 "ash",
20222 "bit-set 0.9.1",
20223 "bitflags 2.10.0",
20224 "block2",
20225 "bytemuck",
20226 "cfg-if",
20227 "cfg_aliases 0.2.1",
20228 "glow",
20229 "glutin_wgl_sys",
20230 "gpu-allocator",
20231 "gpu-descriptor",
20232 "hashbrown 0.16.1",
20233 "js-sys",
20234 "khronos-egl",
20235 "libc",
20236 "libloading",
20237 "log",
20238 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20239 "ndk-sys",
20240 "objc2",
20241 "objc2-core-foundation",
20242 "objc2-foundation",
20243 "objc2-metal",
20244 "objc2-quartz-core",
20245 "once_cell",
20246 "ordered-float 4.6.0",
20247 "parking_lot",
20248 "portable-atomic",
20249 "portable-atomic-util",
20250 "profiling",
20251 "range-alloc",
20252 "raw-window-handle",
20253 "raw-window-metal",
20254 "renderdoc-sys",
20255 "smallvec",
20256 "thiserror 2.0.17",
20257 "wasm-bindgen",
20258 "wayland-sys",
20259 "web-sys",
20260 "wgpu-naga-bridge",
20261 "wgpu-types",
20262 "windows 0.62.2",
20263 "windows-core 0.62.2",
20264]
20265
20266[[package]]
20267name = "wgpu-naga-bridge"
20268version = "29.0.0"
20269source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20270dependencies = [
20271 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20272 "wgpu-types",
20273]
20274
20275[[package]]
20276name = "wgpu-types"
20277version = "29.0.0"
20278source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20279dependencies = [
20280 "bitflags 2.10.0",
20281 "bytemuck",
20282 "js-sys",
20283 "log",
20284 "raw-window-handle",
20285 "web-sys",
20286]
20287
20288[[package]]
20289name = "which"
20290version = "4.4.2"
20291source = "registry+https://github.com/rust-lang/crates.io-index"
20292checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20293dependencies = [
20294 "either",
20295 "home",
20296 "once_cell",
20297 "rustix 0.38.44",
20298]
20299
20300[[package]]
20301name = "which"
20302version = "6.0.3"
20303source = "registry+https://github.com/rust-lang/crates.io-index"
20304checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20305dependencies = [
20306 "either",
20307 "home",
20308 "rustix 0.38.44",
20309 "winsafe",
20310]
20311
20312[[package]]
20313name = "which_key"
20314version = "0.1.0"
20315dependencies = [
20316 "command_palette",
20317 "gpui",
20318 "serde",
20319 "settings",
20320 "theme",
20321 "ui",
20322 "util",
20323 "workspace",
20324]
20325
20326[[package]]
20327name = "whoami"
20328version = "1.6.1"
20329source = "registry+https://github.com/rust-lang/crates.io-index"
20330checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20331dependencies = [
20332 "libredox",
20333 "wasite",
20334]
20335
20336[[package]]
20337name = "wiggle"
20338version = "33.0.2"
20339source = "registry+https://github.com/rust-lang/crates.io-index"
20340checksum = "649c1aca13ef9e9dccf2d5efbbebf12025bc5521c3fb7754355ef60f5eb810be"
20341dependencies = [
20342 "anyhow",
20343 "async-trait",
20344 "bitflags 2.10.0",
20345 "thiserror 2.0.17",
20346 "tracing",
20347 "wasmtime",
20348 "wiggle-macro",
20349]
20350
20351[[package]]
20352name = "wiggle-generate"
20353version = "33.0.2"
20354source = "registry+https://github.com/rust-lang/crates.io-index"
20355checksum = "164870fc34214ee42bd81b8ce9e7c179800fa1a7d4046d17a84e7f7bf422c8ad"
20356dependencies = [
20357 "anyhow",
20358 "heck 0.5.0",
20359 "proc-macro2",
20360 "quote",
20361 "syn 2.0.117",
20362 "witx",
20363]
20364
20365[[package]]
20366name = "wiggle-macro"
20367version = "33.0.2"
20368source = "registry+https://github.com/rust-lang/crates.io-index"
20369checksum = "d873bb5b59ca703b5e41562e96a4796d1af61bf4cf80bf8a7abda755a380ec1c"
20370dependencies = [
20371 "proc-macro2",
20372 "quote",
20373 "syn 2.0.117",
20374 "wiggle-generate",
20375]
20376
20377[[package]]
20378name = "winapi"
20379version = "0.3.9"
20380source = "registry+https://github.com/rust-lang/crates.io-index"
20381checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20382dependencies = [
20383 "winapi-i686-pc-windows-gnu",
20384 "winapi-x86_64-pc-windows-gnu",
20385]
20386
20387[[package]]
20388name = "winapi-i686-pc-windows-gnu"
20389version = "0.4.0"
20390source = "registry+https://github.com/rust-lang/crates.io-index"
20391checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20392
20393[[package]]
20394name = "winapi-util"
20395version = "0.1.11"
20396source = "registry+https://github.com/rust-lang/crates.io-index"
20397checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20398dependencies = [
20399 "windows-sys 0.61.2",
20400]
20401
20402[[package]]
20403name = "winapi-x86_64-pc-windows-gnu"
20404version = "0.4.0"
20405source = "registry+https://github.com/rust-lang/crates.io-index"
20406checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20407
20408[[package]]
20409name = "winch-codegen"
20410version = "33.0.2"
20411source = "registry+https://github.com/rust-lang/crates.io-index"
20412checksum = "7914c296fbcef59d1b89a15e82384d34dc9669bc09763f2ef068a28dd3a64ebf"
20413dependencies = [
20414 "anyhow",
20415 "cranelift-assembler-x64",
20416 "cranelift-codegen",
20417 "gimli 0.31.1",
20418 "regalloc2",
20419 "smallvec",
20420 "target-lexicon 0.13.3",
20421 "thiserror 2.0.17",
20422 "wasmparser 0.229.0",
20423 "wasmtime-cranelift",
20424 "wasmtime-environ",
20425]
20426
20427[[package]]
20428name = "windows"
20429version = "0.57.0"
20430source = "registry+https://github.com/rust-lang/crates.io-index"
20431checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20432dependencies = [
20433 "windows-core 0.57.0",
20434 "windows-targets 0.52.6",
20435]
20436
20437[[package]]
20438name = "windows"
20439version = "0.58.0"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20442dependencies = [
20443 "windows-core 0.58.0",
20444 "windows-targets 0.52.6",
20445]
20446
20447[[package]]
20448name = "windows"
20449version = "0.61.3"
20450source = "registry+https://github.com/rust-lang/crates.io-index"
20451checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20452dependencies = [
20453 "windows-collections 0.2.0",
20454 "windows-core 0.61.2",
20455 "windows-future 0.2.1",
20456 "windows-link 0.1.3",
20457 "windows-numerics 0.2.0",
20458]
20459
20460[[package]]
20461name = "windows"
20462version = "0.62.2"
20463source = "registry+https://github.com/rust-lang/crates.io-index"
20464checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20465dependencies = [
20466 "windows-collections 0.3.2",
20467 "windows-core 0.62.2",
20468 "windows-future 0.3.2",
20469 "windows-numerics 0.3.1",
20470]
20471
20472[[package]]
20473name = "windows-bindgen"
20474version = "0.61.1"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20477dependencies = [
20478 "serde",
20479 "serde_json",
20480 "windows-threading 0.1.0",
20481]
20482
20483[[package]]
20484name = "windows-capture"
20485version = "1.4.3"
20486source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20487dependencies = [
20488 "clap",
20489 "ctrlc",
20490 "parking_lot",
20491 "rayon",
20492 "thiserror 2.0.17",
20493 "windows 0.61.3",
20494 "windows-future 0.2.1",
20495]
20496
20497[[package]]
20498name = "windows-collections"
20499version = "0.2.0"
20500source = "registry+https://github.com/rust-lang/crates.io-index"
20501checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20502dependencies = [
20503 "windows-core 0.61.2",
20504]
20505
20506[[package]]
20507name = "windows-collections"
20508version = "0.3.2"
20509source = "registry+https://github.com/rust-lang/crates.io-index"
20510checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20511dependencies = [
20512 "windows-core 0.62.2",
20513]
20514
20515[[package]]
20516name = "windows-core"
20517version = "0.57.0"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20520dependencies = [
20521 "windows-implement 0.57.0",
20522 "windows-interface 0.57.0",
20523 "windows-result 0.1.2",
20524 "windows-targets 0.52.6",
20525]
20526
20527[[package]]
20528name = "windows-core"
20529version = "0.58.0"
20530source = "registry+https://github.com/rust-lang/crates.io-index"
20531checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20532dependencies = [
20533 "windows-implement 0.58.0",
20534 "windows-interface 0.58.0",
20535 "windows-result 0.2.0",
20536 "windows-strings 0.1.0",
20537 "windows-targets 0.52.6",
20538]
20539
20540[[package]]
20541name = "windows-core"
20542version = "0.61.2"
20543source = "registry+https://github.com/rust-lang/crates.io-index"
20544checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20545dependencies = [
20546 "windows-implement 0.60.2",
20547 "windows-interface 0.59.3",
20548 "windows-link 0.1.3",
20549 "windows-result 0.3.4",
20550 "windows-strings 0.4.2",
20551]
20552
20553[[package]]
20554name = "windows-core"
20555version = "0.62.2"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20558dependencies = [
20559 "windows-implement 0.60.2",
20560 "windows-interface 0.59.3",
20561 "windows-link 0.2.1",
20562 "windows-result 0.4.1",
20563 "windows-strings 0.5.1",
20564]
20565
20566[[package]]
20567name = "windows-future"
20568version = "0.2.1"
20569source = "registry+https://github.com/rust-lang/crates.io-index"
20570checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20571dependencies = [
20572 "windows-core 0.61.2",
20573 "windows-link 0.1.3",
20574 "windows-threading 0.1.0",
20575]
20576
20577[[package]]
20578name = "windows-future"
20579version = "0.3.2"
20580source = "registry+https://github.com/rust-lang/crates.io-index"
20581checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20582dependencies = [
20583 "windows-core 0.62.2",
20584 "windows-link 0.2.1",
20585 "windows-threading 0.2.1",
20586]
20587
20588[[package]]
20589name = "windows-implement"
20590version = "0.57.0"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20593dependencies = [
20594 "proc-macro2",
20595 "quote",
20596 "syn 2.0.117",
20597]
20598
20599[[package]]
20600name = "windows-implement"
20601version = "0.58.0"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20604dependencies = [
20605 "proc-macro2",
20606 "quote",
20607 "syn 2.0.117",
20608]
20609
20610[[package]]
20611name = "windows-implement"
20612version = "0.60.2"
20613source = "registry+https://github.com/rust-lang/crates.io-index"
20614checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20615dependencies = [
20616 "proc-macro2",
20617 "quote",
20618 "syn 2.0.117",
20619]
20620
20621[[package]]
20622name = "windows-interface"
20623version = "0.57.0"
20624source = "registry+https://github.com/rust-lang/crates.io-index"
20625checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20626dependencies = [
20627 "proc-macro2",
20628 "quote",
20629 "syn 2.0.117",
20630]
20631
20632[[package]]
20633name = "windows-interface"
20634version = "0.58.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20637dependencies = [
20638 "proc-macro2",
20639 "quote",
20640 "syn 2.0.117",
20641]
20642
20643[[package]]
20644name = "windows-interface"
20645version = "0.59.3"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20648dependencies = [
20649 "proc-macro2",
20650 "quote",
20651 "syn 2.0.117",
20652]
20653
20654[[package]]
20655name = "windows-link"
20656version = "0.1.3"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20659
20660[[package]]
20661name = "windows-link"
20662version = "0.2.1"
20663source = "registry+https://github.com/rust-lang/crates.io-index"
20664checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20665
20666[[package]]
20667name = "windows-numerics"
20668version = "0.2.0"
20669source = "registry+https://github.com/rust-lang/crates.io-index"
20670checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20671dependencies = [
20672 "windows-core 0.61.2",
20673 "windows-link 0.1.3",
20674]
20675
20676[[package]]
20677name = "windows-numerics"
20678version = "0.3.1"
20679source = "registry+https://github.com/rust-lang/crates.io-index"
20680checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20681dependencies = [
20682 "windows-core 0.62.2",
20683 "windows-link 0.2.1",
20684]
20685
20686[[package]]
20687name = "windows-registry"
20688version = "0.4.0"
20689source = "registry+https://github.com/rust-lang/crates.io-index"
20690checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20691dependencies = [
20692 "windows-result 0.3.4",
20693 "windows-strings 0.3.1",
20694 "windows-targets 0.53.5",
20695]
20696
20697[[package]]
20698name = "windows-registry"
20699version = "0.5.3"
20700source = "registry+https://github.com/rust-lang/crates.io-index"
20701checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20702dependencies = [
20703 "windows-link 0.1.3",
20704 "windows-result 0.3.4",
20705 "windows-strings 0.4.2",
20706]
20707
20708[[package]]
20709name = "windows-registry"
20710version = "0.6.1"
20711source = "registry+https://github.com/rust-lang/crates.io-index"
20712checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20713dependencies = [
20714 "windows-link 0.2.1",
20715 "windows-result 0.4.1",
20716 "windows-strings 0.5.1",
20717]
20718
20719[[package]]
20720name = "windows-result"
20721version = "0.1.2"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20724dependencies = [
20725 "windows-targets 0.52.6",
20726]
20727
20728[[package]]
20729name = "windows-result"
20730version = "0.2.0"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20733dependencies = [
20734 "windows-targets 0.52.6",
20735]
20736
20737[[package]]
20738name = "windows-result"
20739version = "0.3.4"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20742dependencies = [
20743 "windows-link 0.1.3",
20744]
20745
20746[[package]]
20747name = "windows-result"
20748version = "0.4.1"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20751dependencies = [
20752 "windows-link 0.2.1",
20753]
20754
20755[[package]]
20756name = "windows-strings"
20757version = "0.1.0"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20760dependencies = [
20761 "windows-result 0.2.0",
20762 "windows-targets 0.52.6",
20763]
20764
20765[[package]]
20766name = "windows-strings"
20767version = "0.3.1"
20768source = "registry+https://github.com/rust-lang/crates.io-index"
20769checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20770dependencies = [
20771 "windows-link 0.1.3",
20772]
20773
20774[[package]]
20775name = "windows-strings"
20776version = "0.4.2"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20779dependencies = [
20780 "windows-link 0.1.3",
20781]
20782
20783[[package]]
20784name = "windows-strings"
20785version = "0.5.1"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20788dependencies = [
20789 "windows-link 0.2.1",
20790]
20791
20792[[package]]
20793name = "windows-sys"
20794version = "0.45.0"
20795source = "registry+https://github.com/rust-lang/crates.io-index"
20796checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20797dependencies = [
20798 "windows-targets 0.42.2",
20799]
20800
20801[[package]]
20802name = "windows-sys"
20803version = "0.48.0"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20806dependencies = [
20807 "windows-targets 0.48.5",
20808]
20809
20810[[package]]
20811name = "windows-sys"
20812version = "0.52.0"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20815dependencies = [
20816 "windows-targets 0.52.6",
20817]
20818
20819[[package]]
20820name = "windows-sys"
20821version = "0.59.0"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20824dependencies = [
20825 "windows-targets 0.52.6",
20826]
20827
20828[[package]]
20829name = "windows-sys"
20830version = "0.60.2"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20833dependencies = [
20834 "windows-targets 0.53.5",
20835]
20836
20837[[package]]
20838name = "windows-sys"
20839version = "0.61.2"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20842dependencies = [
20843 "windows-link 0.2.1",
20844]
20845
20846[[package]]
20847name = "windows-targets"
20848version = "0.42.2"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20851dependencies = [
20852 "windows_aarch64_gnullvm 0.42.2",
20853 "windows_aarch64_msvc 0.42.2",
20854 "windows_i686_gnu 0.42.2",
20855 "windows_i686_msvc 0.42.2",
20856 "windows_x86_64_gnu 0.42.2",
20857 "windows_x86_64_gnullvm 0.42.2",
20858 "windows_x86_64_msvc 0.42.2",
20859]
20860
20861[[package]]
20862name = "windows-targets"
20863version = "0.48.5"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20866dependencies = [
20867 "windows_aarch64_gnullvm 0.48.5",
20868 "windows_aarch64_msvc 0.48.5",
20869 "windows_i686_gnu 0.48.5",
20870 "windows_i686_msvc 0.48.5",
20871 "windows_x86_64_gnu 0.48.5",
20872 "windows_x86_64_gnullvm 0.48.5",
20873 "windows_x86_64_msvc 0.48.5",
20874]
20875
20876[[package]]
20877name = "windows-targets"
20878version = "0.52.6"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20881dependencies = [
20882 "windows_aarch64_gnullvm 0.52.6",
20883 "windows_aarch64_msvc 0.52.6",
20884 "windows_i686_gnu 0.52.6",
20885 "windows_i686_gnullvm 0.52.6",
20886 "windows_i686_msvc 0.52.6",
20887 "windows_x86_64_gnu 0.52.6",
20888 "windows_x86_64_gnullvm 0.52.6",
20889 "windows_x86_64_msvc 0.52.6",
20890]
20891
20892[[package]]
20893name = "windows-targets"
20894version = "0.53.5"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20897dependencies = [
20898 "windows-link 0.2.1",
20899 "windows_aarch64_gnullvm 0.53.1",
20900 "windows_aarch64_msvc 0.53.1",
20901 "windows_i686_gnu 0.53.1",
20902 "windows_i686_gnullvm 0.53.1",
20903 "windows_i686_msvc 0.53.1",
20904 "windows_x86_64_gnu 0.53.1",
20905 "windows_x86_64_gnullvm 0.53.1",
20906 "windows_x86_64_msvc 0.53.1",
20907]
20908
20909[[package]]
20910name = "windows-threading"
20911version = "0.1.0"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20914dependencies = [
20915 "windows-link 0.1.3",
20916]
20917
20918[[package]]
20919name = "windows-threading"
20920version = "0.2.1"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20923dependencies = [
20924 "windows-link 0.2.1",
20925]
20926
20927[[package]]
20928name = "windows_aarch64_gnullvm"
20929version = "0.42.2"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20932
20933[[package]]
20934name = "windows_aarch64_gnullvm"
20935version = "0.48.5"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20938
20939[[package]]
20940name = "windows_aarch64_gnullvm"
20941version = "0.52.6"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20944
20945[[package]]
20946name = "windows_aarch64_gnullvm"
20947version = "0.53.1"
20948source = "registry+https://github.com/rust-lang/crates.io-index"
20949checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20950
20951[[package]]
20952name = "windows_aarch64_msvc"
20953version = "0.42.2"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20956
20957[[package]]
20958name = "windows_aarch64_msvc"
20959version = "0.48.5"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20962
20963[[package]]
20964name = "windows_aarch64_msvc"
20965version = "0.52.6"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20968
20969[[package]]
20970name = "windows_aarch64_msvc"
20971version = "0.53.1"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20974
20975[[package]]
20976name = "windows_i686_gnu"
20977version = "0.42.2"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20980
20981[[package]]
20982name = "windows_i686_gnu"
20983version = "0.48.5"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20986
20987[[package]]
20988name = "windows_i686_gnu"
20989version = "0.52.6"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20992
20993[[package]]
20994name = "windows_i686_gnu"
20995version = "0.53.1"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20998
20999[[package]]
21000name = "windows_i686_gnullvm"
21001version = "0.52.6"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21004
21005[[package]]
21006name = "windows_i686_gnullvm"
21007version = "0.53.1"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21010
21011[[package]]
21012name = "windows_i686_msvc"
21013version = "0.42.2"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21016
21017[[package]]
21018name = "windows_i686_msvc"
21019version = "0.48.5"
21020source = "registry+https://github.com/rust-lang/crates.io-index"
21021checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21022
21023[[package]]
21024name = "windows_i686_msvc"
21025version = "0.52.6"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21028
21029[[package]]
21030name = "windows_i686_msvc"
21031version = "0.53.1"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21034
21035[[package]]
21036name = "windows_x86_64_gnu"
21037version = "0.42.2"
21038source = "registry+https://github.com/rust-lang/crates.io-index"
21039checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21040
21041[[package]]
21042name = "windows_x86_64_gnu"
21043version = "0.48.5"
21044source = "registry+https://github.com/rust-lang/crates.io-index"
21045checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21046
21047[[package]]
21048name = "windows_x86_64_gnu"
21049version = "0.52.6"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21052
21053[[package]]
21054name = "windows_x86_64_gnu"
21055version = "0.53.1"
21056source = "registry+https://github.com/rust-lang/crates.io-index"
21057checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21058
21059[[package]]
21060name = "windows_x86_64_gnullvm"
21061version = "0.42.2"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21064
21065[[package]]
21066name = "windows_x86_64_gnullvm"
21067version = "0.48.5"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21070
21071[[package]]
21072name = "windows_x86_64_gnullvm"
21073version = "0.52.6"
21074source = "registry+https://github.com/rust-lang/crates.io-index"
21075checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21076
21077[[package]]
21078name = "windows_x86_64_gnullvm"
21079version = "0.53.1"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21082
21083[[package]]
21084name = "windows_x86_64_msvc"
21085version = "0.42.2"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21088
21089[[package]]
21090name = "windows_x86_64_msvc"
21091version = "0.48.5"
21092source = "registry+https://github.com/rust-lang/crates.io-index"
21093checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21094
21095[[package]]
21096name = "windows_x86_64_msvc"
21097version = "0.52.6"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21100
21101[[package]]
21102name = "windows_x86_64_msvc"
21103version = "0.53.1"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21106
21107[[package]]
21108name = "winnow"
21109version = "0.7.13"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21112dependencies = [
21113 "memchr",
21114]
21115
21116[[package]]
21117name = "winreg"
21118version = "0.10.1"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21121dependencies = [
21122 "winapi",
21123]
21124
21125[[package]]
21126name = "winreg"
21127version = "0.50.0"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21130dependencies = [
21131 "cfg-if",
21132 "windows-sys 0.48.0",
21133]
21134
21135[[package]]
21136name = "winreg"
21137version = "0.55.0"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21140dependencies = [
21141 "cfg-if",
21142 "windows-sys 0.59.0",
21143]
21144
21145[[package]]
21146name = "winresource"
21147version = "0.1.23"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21150dependencies = [
21151 "toml 0.8.23",
21152 "version_check",
21153]
21154
21155[[package]]
21156name = "winsafe"
21157version = "0.0.19"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21160
21161[[package]]
21162name = "winx"
21163version = "0.36.4"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21166dependencies = [
21167 "bitflags 2.10.0",
21168 "windows-sys 0.59.0",
21169]
21170
21171[[package]]
21172name = "wio"
21173version = "0.2.2"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21176dependencies = [
21177 "winapi",
21178]
21179
21180[[package]]
21181name = "wit-bindgen"
21182version = "0.22.0"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21185dependencies = [
21186 "bitflags 2.10.0",
21187 "wit-bindgen-rt 0.22.0",
21188 "wit-bindgen-rust-macro 0.22.0",
21189]
21190
21191[[package]]
21192name = "wit-bindgen"
21193version = "0.41.0"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21196dependencies = [
21197 "wit-bindgen-rt 0.41.0",
21198 "wit-bindgen-rust-macro 0.41.0",
21199]
21200
21201[[package]]
21202name = "wit-bindgen"
21203version = "0.46.0"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21206
21207[[package]]
21208name = "wit-bindgen"
21209version = "0.51.0"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21212dependencies = [
21213 "wit-bindgen-rust-macro 0.51.0",
21214]
21215
21216[[package]]
21217name = "wit-bindgen-core"
21218version = "0.22.0"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21221dependencies = [
21222 "anyhow",
21223 "wit-parser 0.201.0",
21224]
21225
21226[[package]]
21227name = "wit-bindgen-core"
21228version = "0.41.0"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21231dependencies = [
21232 "anyhow",
21233 "heck 0.5.0",
21234 "wit-parser 0.227.1",
21235]
21236
21237[[package]]
21238name = "wit-bindgen-core"
21239version = "0.51.0"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21242dependencies = [
21243 "anyhow",
21244 "heck 0.5.0",
21245 "wit-parser 0.244.0",
21246]
21247
21248[[package]]
21249name = "wit-bindgen-rt"
21250version = "0.22.0"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21253
21254[[package]]
21255name = "wit-bindgen-rt"
21256version = "0.41.0"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21259dependencies = [
21260 "bitflags 2.10.0",
21261 "futures 0.3.31",
21262 "once_cell",
21263]
21264
21265[[package]]
21266name = "wit-bindgen-rust"
21267version = "0.22.0"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21270dependencies = [
21271 "anyhow",
21272 "heck 0.4.1",
21273 "indexmap",
21274 "wasm-metadata 0.201.0",
21275 "wit-bindgen-core 0.22.0",
21276 "wit-component 0.201.0",
21277]
21278
21279[[package]]
21280name = "wit-bindgen-rust"
21281version = "0.41.0"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21284dependencies = [
21285 "anyhow",
21286 "heck 0.5.0",
21287 "indexmap",
21288 "prettyplease",
21289 "syn 2.0.117",
21290 "wasm-metadata 0.227.1",
21291 "wit-bindgen-core 0.41.0",
21292 "wit-component 0.227.1",
21293]
21294
21295[[package]]
21296name = "wit-bindgen-rust"
21297version = "0.51.0"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21300dependencies = [
21301 "anyhow",
21302 "heck 0.5.0",
21303 "indexmap",
21304 "prettyplease",
21305 "syn 2.0.117",
21306 "wasm-metadata 0.244.0",
21307 "wit-bindgen-core 0.51.0",
21308 "wit-component 0.244.0",
21309]
21310
21311[[package]]
21312name = "wit-bindgen-rust-macro"
21313version = "0.22.0"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21316dependencies = [
21317 "anyhow",
21318 "proc-macro2",
21319 "quote",
21320 "syn 2.0.117",
21321 "wit-bindgen-core 0.22.0",
21322 "wit-bindgen-rust 0.22.0",
21323]
21324
21325[[package]]
21326name = "wit-bindgen-rust-macro"
21327version = "0.41.0"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21330dependencies = [
21331 "anyhow",
21332 "prettyplease",
21333 "proc-macro2",
21334 "quote",
21335 "syn 2.0.117",
21336 "wit-bindgen-core 0.41.0",
21337 "wit-bindgen-rust 0.41.0",
21338]
21339
21340[[package]]
21341name = "wit-bindgen-rust-macro"
21342version = "0.51.0"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21345dependencies = [
21346 "anyhow",
21347 "prettyplease",
21348 "proc-macro2",
21349 "quote",
21350 "syn 2.0.117",
21351 "wit-bindgen-core 0.51.0",
21352 "wit-bindgen-rust 0.51.0",
21353]
21354
21355[[package]]
21356name = "wit-component"
21357version = "0.201.0"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21360dependencies = [
21361 "anyhow",
21362 "bitflags 2.10.0",
21363 "indexmap",
21364 "log",
21365 "serde",
21366 "serde_derive",
21367 "serde_json",
21368 "wasm-encoder 0.201.0",
21369 "wasm-metadata 0.201.0",
21370 "wasmparser 0.201.0",
21371 "wit-parser 0.201.0",
21372]
21373
21374[[package]]
21375name = "wit-component"
21376version = "0.227.1"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21379dependencies = [
21380 "anyhow",
21381 "bitflags 2.10.0",
21382 "indexmap",
21383 "log",
21384 "serde",
21385 "serde_derive",
21386 "serde_json",
21387 "wasm-encoder 0.227.1",
21388 "wasm-metadata 0.227.1",
21389 "wasmparser 0.227.1",
21390 "wit-parser 0.227.1",
21391]
21392
21393[[package]]
21394name = "wit-component"
21395version = "0.244.0"
21396source = "registry+https://github.com/rust-lang/crates.io-index"
21397checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21398dependencies = [
21399 "anyhow",
21400 "bitflags 2.10.0",
21401 "indexmap",
21402 "log",
21403 "serde",
21404 "serde_derive",
21405 "serde_json",
21406 "wasm-encoder 0.244.0",
21407 "wasm-metadata 0.244.0",
21408 "wasmparser 0.244.0",
21409 "wit-parser 0.244.0",
21410]
21411
21412[[package]]
21413name = "wit-parser"
21414version = "0.201.0"
21415source = "registry+https://github.com/rust-lang/crates.io-index"
21416checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21417dependencies = [
21418 "anyhow",
21419 "id-arena",
21420 "indexmap",
21421 "log",
21422 "semver",
21423 "serde",
21424 "serde_derive",
21425 "serde_json",
21426 "unicode-xid",
21427 "wasmparser 0.201.0",
21428]
21429
21430[[package]]
21431name = "wit-parser"
21432version = "0.227.1"
21433source = "registry+https://github.com/rust-lang/crates.io-index"
21434checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21435dependencies = [
21436 "anyhow",
21437 "id-arena",
21438 "indexmap",
21439 "log",
21440 "semver",
21441 "serde",
21442 "serde_derive",
21443 "serde_json",
21444 "unicode-xid",
21445 "wasmparser 0.227.1",
21446]
21447
21448[[package]]
21449name = "wit-parser"
21450version = "0.229.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "459c6ba62bf511d6b5f2a845a2a736822e38059c1cfa0b644b467bbbfae4efa6"
21453dependencies = [
21454 "anyhow",
21455 "id-arena",
21456 "indexmap",
21457 "log",
21458 "semver",
21459 "serde",
21460 "serde_derive",
21461 "serde_json",
21462 "unicode-xid",
21463 "wasmparser 0.229.0",
21464]
21465
21466[[package]]
21467name = "wit-parser"
21468version = "0.244.0"
21469source = "registry+https://github.com/rust-lang/crates.io-index"
21470checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21471dependencies = [
21472 "anyhow",
21473 "id-arena",
21474 "indexmap",
21475 "log",
21476 "semver",
21477 "serde",
21478 "serde_derive",
21479 "serde_json",
21480 "unicode-xid",
21481 "wasmparser 0.244.0",
21482]
21483
21484[[package]]
21485name = "witx"
21486version = "0.9.1"
21487source = "registry+https://github.com/rust-lang/crates.io-index"
21488checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21489dependencies = [
21490 "anyhow",
21491 "log",
21492 "thiserror 1.0.69",
21493 "wast",
21494]
21495
21496[[package]]
21497name = "workspace"
21498version = "0.1.0"
21499dependencies = [
21500 "any_vec",
21501 "anyhow",
21502 "async-recursion",
21503 "chrono",
21504 "client",
21505 "clock",
21506 "collections",
21507 "component",
21508 "db",
21509 "feature_flags",
21510 "fs",
21511 "futures 0.3.31",
21512 "git",
21513 "gpui",
21514 "http_client",
21515 "itertools 0.14.0",
21516 "language",
21517 "log",
21518 "markdown",
21519 "menu",
21520 "node_runtime",
21521 "parking_lot",
21522 "postage",
21523 "pretty_assertions",
21524 "project",
21525 "remote",
21526 "schemars",
21527 "serde",
21528 "serde_json",
21529 "session",
21530 "settings",
21531 "smallvec",
21532 "sqlez",
21533 "strum 0.27.2",
21534 "task",
21535 "telemetry",
21536 "tempfile",
21537 "theme",
21538 "ui",
21539 "util",
21540 "uuid",
21541 "vim_mode_setting",
21542 "windows 0.61.3",
21543 "zed_actions",
21544 "zlog",
21545]
21546
21547[[package]]
21548name = "worktree"
21549version = "0.1.0"
21550dependencies = [
21551 "anyhow",
21552 "async-lock 2.8.0",
21553 "chardetng",
21554 "clock",
21555 "collections",
21556 "encoding_rs",
21557 "fs",
21558 "futures 0.3.31",
21559 "fuzzy",
21560 "git",
21561 "gpui",
21562 "ignore",
21563 "language",
21564 "log",
21565 "parking_lot",
21566 "paths",
21567 "postage",
21568 "pretty_assertions",
21569 "rand 0.9.2",
21570 "rpc",
21571 "serde",
21572 "serde_json",
21573 "settings",
21574 "smallvec",
21575 "smol",
21576 "sum_tree",
21577 "text",
21578 "tracing",
21579 "util",
21580 "worktree",
21581 "zlog",
21582 "ztracing",
21583]
21584
21585[[package]]
21586name = "worktree_benchmarks"
21587version = "0.1.0"
21588dependencies = [
21589 "fs",
21590 "gpui_platform",
21591 "settings",
21592 "worktree",
21593]
21594
21595[[package]]
21596name = "wprcontrol"
21597version = "0.1.0"
21598source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21599dependencies = [
21600 "windows 0.61.3",
21601 "windows-bindgen",
21602 "windows-core 0.61.2",
21603 "windows-link 0.2.1",
21604]
21605
21606[[package]]
21607name = "writeable"
21608version = "0.6.1"
21609source = "registry+https://github.com/rust-lang/crates.io-index"
21610checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21611
21612[[package]]
21613name = "wyz"
21614version = "0.5.1"
21615source = "registry+https://github.com/rust-lang/crates.io-index"
21616checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21617dependencies = [
21618 "tap",
21619]
21620
21621[[package]]
21622name = "x11"
21623version = "2.21.0"
21624source = "registry+https://github.com/rust-lang/crates.io-index"
21625checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21626dependencies = [
21627 "libc",
21628 "pkg-config",
21629]
21630
21631[[package]]
21632name = "x11-clipboard"
21633version = "0.9.3"
21634source = "registry+https://github.com/rust-lang/crates.io-index"
21635checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21636dependencies = [
21637 "libc",
21638 "x11rb",
21639]
21640
21641[[package]]
21642name = "x11rb"
21643version = "0.13.2"
21644source = "registry+https://github.com/rust-lang/crates.io-index"
21645checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21646dependencies = [
21647 "as-raw-xcb-connection",
21648 "gethostname",
21649 "libc",
21650 "rustix 1.1.2",
21651 "x11rb-protocol",
21652 "xcursor",
21653]
21654
21655[[package]]
21656name = "x11rb-protocol"
21657version = "0.13.2"
21658source = "registry+https://github.com/rust-lang/crates.io-index"
21659checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21660
21661[[package]]
21662name = "x_ai"
21663version = "0.1.0"
21664dependencies = [
21665 "anyhow",
21666 "schemars",
21667 "serde",
21668 "strum 0.27.2",
21669]
21670
21671[[package]]
21672name = "xattr"
21673version = "0.2.3"
21674source = "registry+https://github.com/rust-lang/crates.io-index"
21675checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21676dependencies = [
21677 "libc",
21678]
21679
21680[[package]]
21681name = "xcb"
21682version = "1.6.0"
21683source = "registry+https://github.com/rust-lang/crates.io-index"
21684checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21685dependencies = [
21686 "bitflags 1.3.2",
21687 "libc",
21688 "quick-xml 0.30.0",
21689 "x11",
21690]
21691
21692[[package]]
21693name = "xcursor"
21694version = "0.3.10"
21695source = "registry+https://github.com/rust-lang/crates.io-index"
21696checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21697
21698[[package]]
21699name = "xim-ctext"
21700version = "0.3.0"
21701source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21702dependencies = [
21703 "encoding_rs",
21704]
21705
21706[[package]]
21707name = "xim-parser"
21708version = "0.2.1"
21709source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21710dependencies = [
21711 "bitflags 2.10.0",
21712]
21713
21714[[package]]
21715name = "xkbcommon"
21716version = "0.8.0"
21717source = "registry+https://github.com/rust-lang/crates.io-index"
21718checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21719dependencies = [
21720 "as-raw-xcb-connection",
21721 "libc",
21722 "memmap2",
21723 "xkeysym",
21724]
21725
21726[[package]]
21727name = "xkeysym"
21728version = "0.2.1"
21729source = "registry+https://github.com/rust-lang/crates.io-index"
21730checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21731
21732[[package]]
21733name = "xml-rs"
21734version = "0.8.28"
21735source = "registry+https://github.com/rust-lang/crates.io-index"
21736checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21737
21738[[package]]
21739name = "xml5ever"
21740version = "0.18.1"
21741source = "registry+https://github.com/rust-lang/crates.io-index"
21742checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21743dependencies = [
21744 "log",
21745 "mac",
21746 "markup5ever 0.12.1",
21747]
21748
21749[[package]]
21750name = "xmlparser"
21751version = "0.13.6"
21752source = "registry+https://github.com/rust-lang/crates.io-index"
21753checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21754
21755[[package]]
21756name = "xmlwriter"
21757version = "0.1.0"
21758source = "registry+https://github.com/rust-lang/crates.io-index"
21759checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21760
21761[[package]]
21762name = "xtask"
21763version = "0.1.0"
21764dependencies = [
21765 "annotate-snippets",
21766 "anyhow",
21767 "backtrace",
21768 "cargo_metadata",
21769 "cargo_toml",
21770 "clap",
21771 "gh-workflow",
21772 "indexmap",
21773 "indoc",
21774 "itertools 0.14.0",
21775 "regex",
21776 "serde",
21777 "serde_json",
21778 "serde_yaml",
21779 "strum 0.27.2",
21780 "toml 0.8.23",
21781 "toml_edit 0.22.27",
21782]
21783
21784[[package]]
21785name = "yaml-rust2"
21786version = "0.8.1"
21787source = "registry+https://github.com/rust-lang/crates.io-index"
21788checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21789dependencies = [
21790 "arraydeque",
21791 "encoding_rs",
21792 "hashlink 0.8.4",
21793]
21794
21795[[package]]
21796name = "yansi"
21797version = "1.0.1"
21798source = "registry+https://github.com/rust-lang/crates.io-index"
21799checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21800
21801[[package]]
21802name = "yawc"
21803version = "0.2.5"
21804source = "registry+https://github.com/rust-lang/crates.io-index"
21805checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21806dependencies = [
21807 "base64 0.22.1",
21808 "bytes 1.11.1",
21809 "flate2",
21810 "futures 0.3.31",
21811 "http-body-util",
21812 "hyper 1.7.0",
21813 "hyper-util",
21814 "js-sys",
21815 "nom 8.0.0",
21816 "pin-project",
21817 "rand 0.8.5",
21818 "sha1",
21819 "thiserror 1.0.69",
21820 "tokio",
21821 "tokio-rustls 0.26.2",
21822 "tokio-util",
21823 "url",
21824 "wasm-bindgen",
21825 "wasm-bindgen-futures",
21826 "web-sys",
21827 "webpki-roots",
21828]
21829
21830[[package]]
21831name = "yazi"
21832version = "0.2.1"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21835
21836[[package]]
21837name = "yeslogic-fontconfig-sys"
21838version = "6.0.0"
21839source = "registry+https://github.com/rust-lang/crates.io-index"
21840checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21841dependencies = [
21842 "dlib",
21843 "once_cell",
21844 "pkg-config",
21845]
21846
21847[[package]]
21848name = "yoke"
21849version = "0.7.5"
21850source = "registry+https://github.com/rust-lang/crates.io-index"
21851checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21852dependencies = [
21853 "serde",
21854 "stable_deref_trait",
21855 "yoke-derive 0.7.5",
21856 "zerofrom",
21857]
21858
21859[[package]]
21860name = "yoke"
21861version = "0.8.0"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21864dependencies = [
21865 "serde",
21866 "stable_deref_trait",
21867 "yoke-derive 0.8.0",
21868 "zerofrom",
21869]
21870
21871[[package]]
21872name = "yoke-derive"
21873version = "0.7.5"
21874source = "registry+https://github.com/rust-lang/crates.io-index"
21875checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21876dependencies = [
21877 "proc-macro2",
21878 "quote",
21879 "syn 2.0.117",
21880 "synstructure",
21881]
21882
21883[[package]]
21884name = "yoke-derive"
21885version = "0.8.0"
21886source = "registry+https://github.com/rust-lang/crates.io-index"
21887checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21888dependencies = [
21889 "proc-macro2",
21890 "quote",
21891 "syn 2.0.117",
21892 "synstructure",
21893]
21894
21895[[package]]
21896name = "zbus"
21897version = "5.13.2"
21898source = "registry+https://github.com/rust-lang/crates.io-index"
21899checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21900dependencies = [
21901 "async-broadcast",
21902 "async-executor",
21903 "async-io",
21904 "async-lock 3.4.2",
21905 "async-process",
21906 "async-recursion",
21907 "async-task",
21908 "async-trait",
21909 "blocking",
21910 "enumflags2",
21911 "event-listener 5.4.1",
21912 "futures-core",
21913 "futures-lite 2.6.1",
21914 "hex",
21915 "libc",
21916 "ordered-stream",
21917 "rustix 1.1.2",
21918 "serde",
21919 "serde_repr",
21920 "tracing",
21921 "uds_windows",
21922 "uuid",
21923 "windows-sys 0.61.2",
21924 "winnow",
21925 "zbus_macros",
21926 "zbus_names",
21927 "zvariant",
21928]
21929
21930[[package]]
21931name = "zbus_macros"
21932version = "5.13.2"
21933source = "registry+https://github.com/rust-lang/crates.io-index"
21934checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21935dependencies = [
21936 "proc-macro-crate",
21937 "proc-macro2",
21938 "quote",
21939 "syn 2.0.117",
21940 "zbus_names",
21941 "zvariant",
21942 "zvariant_utils",
21943]
21944
21945[[package]]
21946name = "zbus_names"
21947version = "4.3.1"
21948source = "registry+https://github.com/rust-lang/crates.io-index"
21949checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21950dependencies = [
21951 "serde",
21952 "winnow",
21953 "zvariant",
21954]
21955
21956[[package]]
21957name = "zed"
21958version = "0.230.0"
21959dependencies = [
21960 "acp_thread",
21961 "acp_tools",
21962 "action_log",
21963 "activity_indicator",
21964 "agent",
21965 "agent-client-protocol",
21966 "agent_servers",
21967 "agent_settings",
21968 "agent_ui",
21969 "anyhow",
21970 "ashpd",
21971 "askpass",
21972 "assets",
21973 "audio",
21974 "auto_update",
21975 "auto_update_ui",
21976 "breadcrumbs",
21977 "call",
21978 "channel",
21979 "chrono",
21980 "clap",
21981 "cli",
21982 "client",
21983 "clock",
21984 "codestral",
21985 "collab_ui",
21986 "collections",
21987 "command_palette",
21988 "component",
21989 "component_preview",
21990 "copilot",
21991 "copilot_chat",
21992 "copilot_ui",
21993 "crashes",
21994 "csv_preview",
21995 "dap_adapters",
21996 "db",
21997 "debug_adapter_extension",
21998 "debugger_tools",
21999 "debugger_ui",
22000 "dev_container",
22001 "diagnostics",
22002 "edit_prediction",
22003 "edit_prediction_ui",
22004 "editor",
22005 "encoding_selector",
22006 "env_logger 0.11.8",
22007 "etw_tracing",
22008 "extension",
22009 "extension_host",
22010 "extensions_ui",
22011 "feature_flags",
22012 "feedback",
22013 "file_finder",
22014 "fs",
22015 "futures 0.3.31",
22016 "git",
22017 "git_graph",
22018 "git_hosting_providers",
22019 "git_ui",
22020 "go_to_line",
22021 "gpui",
22022 "gpui_platform",
22023 "gpui_tokio",
22024 "http_client",
22025 "image",
22026 "image_viewer",
22027 "inspector_ui",
22028 "install_cli",
22029 "itertools 0.14.0",
22030 "journal",
22031 "json_schema_store",
22032 "keymap_editor",
22033 "language",
22034 "language_extension",
22035 "language_model",
22036 "language_models",
22037 "language_onboarding",
22038 "language_selector",
22039 "language_tools",
22040 "languages",
22041 "line_ending_selector",
22042 "log",
22043 "markdown",
22044 "markdown_preview",
22045 "menu",
22046 "migrator",
22047 "mimalloc",
22048 "miniprofiler_ui",
22049 "nc",
22050 "node_runtime",
22051 "notifications",
22052 "onboarding",
22053 "outline",
22054 "outline_panel",
22055 "parking_lot",
22056 "paths",
22057 "picker",
22058 "pkg-config",
22059 "pretty_assertions",
22060 "profiling",
22061 "project",
22062 "project_panel",
22063 "project_symbols",
22064 "prompt_store",
22065 "proto",
22066 "rayon",
22067 "recent_projects",
22068 "release_channel",
22069 "remote",
22070 "repl",
22071 "reqwest_client",
22072 "rope",
22073 "search",
22074 "semver",
22075 "serde",
22076 "serde_json",
22077 "session",
22078 "settings",
22079 "settings_profile_selector",
22080 "settings_ui",
22081 "shellexpand 2.1.2",
22082 "sidebar",
22083 "smol",
22084 "snippet_provider",
22085 "snippets_ui",
22086 "svg_preview",
22087 "sysinfo 0.37.2",
22088 "system_specs",
22089 "tab_switcher",
22090 "task",
22091 "tasks_ui",
22092 "telemetry",
22093 "telemetry_events",
22094 "tempfile",
22095 "terminal_view",
22096 "theme",
22097 "theme_extension",
22098 "theme_selector",
22099 "time",
22100 "time_format",
22101 "title_bar",
22102 "toolchain_selector",
22103 "tracing",
22104 "ui",
22105 "ui_prompt",
22106 "url",
22107 "urlencoding",
22108 "util",
22109 "uuid",
22110 "vim",
22111 "vim_mode_setting",
22112 "watch",
22113 "web_search",
22114 "web_search_providers",
22115 "which_key",
22116 "windows 0.61.3",
22117 "winresource",
22118 "workspace",
22119 "zed-reqwest",
22120 "zed_actions",
22121 "zed_env_vars",
22122 "zlog",
22123 "zlog_settings",
22124 "ztracing",
22125]
22126
22127[[package]]
22128name = "zed-font-kit"
22129version = "0.14.1-zed"
22130source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22131dependencies = [
22132 "bitflags 2.10.0",
22133 "byteorder",
22134 "core-foundation 0.10.0",
22135 "core-graphics 0.24.0",
22136 "core-text",
22137 "dirs 5.0.1",
22138 "dwrote",
22139 "float-ord",
22140 "freetype-sys",
22141 "lazy_static",
22142 "libc",
22143 "log",
22144 "pathfinder_geometry",
22145 "pathfinder_simd",
22146 "walkdir",
22147 "winapi",
22148 "yeslogic-fontconfig-sys",
22149]
22150
22151[[package]]
22152name = "zed-reqwest"
22153version = "0.12.15-zed"
22154source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22155dependencies = [
22156 "base64 0.22.1",
22157 "bytes 1.11.1",
22158 "encoding_rs",
22159 "futures-core",
22160 "futures-util",
22161 "h2 0.4.12",
22162 "http 1.3.1",
22163 "http-body 1.0.1",
22164 "http-body-util",
22165 "hyper 1.7.0",
22166 "hyper-rustls 0.27.7",
22167 "hyper-util",
22168 "ipnet",
22169 "js-sys",
22170 "log",
22171 "mime",
22172 "mime_guess",
22173 "once_cell",
22174 "percent-encoding",
22175 "pin-project-lite",
22176 "quinn",
22177 "rustls 0.23.33",
22178 "rustls-native-certs 0.8.2",
22179 "rustls-pemfile 2.2.0",
22180 "rustls-pki-types",
22181 "serde",
22182 "serde_json",
22183 "serde_urlencoded",
22184 "sync_wrapper 1.0.2",
22185 "system-configuration 0.6.1",
22186 "tokio",
22187 "tokio-rustls 0.26.2",
22188 "tokio-socks",
22189 "tokio-util",
22190 "tower 0.5.2",
22191 "tower-service",
22192 "url",
22193 "wasm-bindgen",
22194 "wasm-bindgen-futures",
22195 "wasm-streams",
22196 "web-sys",
22197 "windows-registry 0.4.0",
22198]
22199
22200[[package]]
22201name = "zed-scap"
22202version = "0.0.8-zed"
22203source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22204dependencies = [
22205 "anyhow",
22206 "cocoa 0.25.0",
22207 "core-graphics-helmer-fork",
22208 "log",
22209 "objc",
22210 "rand 0.8.5",
22211 "screencapturekit",
22212 "screencapturekit-sys",
22213 "sysinfo 0.31.4",
22214 "tao-core-video-sys",
22215 "windows 0.61.3",
22216 "windows-capture",
22217 "x11",
22218 "xcb",
22219]
22220
22221[[package]]
22222name = "zed-xim"
22223version = "0.4.0-zed"
22224source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22225dependencies = [
22226 "ahash 0.8.12",
22227 "hashbrown 0.14.5",
22228 "log",
22229 "x11rb",
22230 "xim-ctext",
22231 "xim-parser",
22232]
22233
22234[[package]]
22235name = "zed_actions"
22236version = "0.1.0"
22237dependencies = [
22238 "gpui",
22239 "schemars",
22240 "serde",
22241 "util",
22242 "uuid",
22243]
22244
22245[[package]]
22246name = "zed_env_vars"
22247version = "0.1.0"
22248dependencies = [
22249 "gpui",
22250]
22251
22252[[package]]
22253name = "zed_extension_api"
22254version = "0.1.0"
22255source = "registry+https://github.com/rust-lang/crates.io-index"
22256checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22257dependencies = [
22258 "serde",
22259 "serde_json",
22260 "wit-bindgen 0.22.0",
22261]
22262
22263[[package]]
22264name = "zed_extension_api"
22265version = "0.7.0"
22266source = "registry+https://github.com/rust-lang/crates.io-index"
22267checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22268dependencies = [
22269 "serde",
22270 "serde_json",
22271 "wit-bindgen 0.41.0",
22272]
22273
22274[[package]]
22275name = "zed_extension_api"
22276version = "0.8.0"
22277dependencies = [
22278 "serde",
22279 "serde_json",
22280 "wit-bindgen 0.41.0",
22281]
22282
22283[[package]]
22284name = "zed_glsl"
22285version = "0.2.2"
22286dependencies = [
22287 "zed_extension_api 0.1.0",
22288]
22289
22290[[package]]
22291name = "zed_html"
22292version = "0.3.1"
22293dependencies = [
22294 "zed_extension_api 0.7.0",
22295]
22296
22297[[package]]
22298name = "zed_proto"
22299version = "0.3.1"
22300dependencies = [
22301 "zed_extension_api 0.7.0",
22302]
22303
22304[[package]]
22305name = "zed_test_extension"
22306version = "0.1.0"
22307dependencies = [
22308 "zed_extension_api 0.8.0",
22309]
22310
22311[[package]]
22312name = "zeno"
22313version = "0.3.3"
22314source = "registry+https://github.com/rust-lang/crates.io-index"
22315checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22316
22317[[package]]
22318name = "zerocopy"
22319version = "0.8.27"
22320source = "registry+https://github.com/rust-lang/crates.io-index"
22321checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22322dependencies = [
22323 "zerocopy-derive",
22324]
22325
22326[[package]]
22327name = "zerocopy-derive"
22328version = "0.8.27"
22329source = "registry+https://github.com/rust-lang/crates.io-index"
22330checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22331dependencies = [
22332 "proc-macro2",
22333 "quote",
22334 "syn 2.0.117",
22335]
22336
22337[[package]]
22338name = "zerofrom"
22339version = "0.1.6"
22340source = "registry+https://github.com/rust-lang/crates.io-index"
22341checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22342dependencies = [
22343 "zerofrom-derive",
22344]
22345
22346[[package]]
22347name = "zerofrom-derive"
22348version = "0.1.6"
22349source = "registry+https://github.com/rust-lang/crates.io-index"
22350checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22351dependencies = [
22352 "proc-macro2",
22353 "quote",
22354 "syn 2.0.117",
22355 "synstructure",
22356]
22357
22358[[package]]
22359name = "zeroize"
22360version = "1.8.2"
22361source = "registry+https://github.com/rust-lang/crates.io-index"
22362checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22363dependencies = [
22364 "zeroize_derive",
22365]
22366
22367[[package]]
22368name = "zeroize_derive"
22369version = "1.4.2"
22370source = "registry+https://github.com/rust-lang/crates.io-index"
22371checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22372dependencies = [
22373 "proc-macro2",
22374 "quote",
22375 "syn 2.0.117",
22376]
22377
22378[[package]]
22379name = "zeromq"
22380version = "0.5.0"
22381source = "registry+https://github.com/rust-lang/crates.io-index"
22382checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22383dependencies = [
22384 "async-dispatcher",
22385 "async-std",
22386 "async-trait",
22387 "asynchronous-codec",
22388 "bytes 1.11.1",
22389 "crossbeam-queue",
22390 "futures 0.3.31",
22391 "log",
22392 "num-traits",
22393 "once_cell",
22394 "parking_lot",
22395 "rand 0.9.2",
22396 "regex",
22397 "scc",
22398 "thiserror 1.0.69",
22399 "uuid",
22400]
22401
22402[[package]]
22403name = "zerotrie"
22404version = "0.2.2"
22405source = "registry+https://github.com/rust-lang/crates.io-index"
22406checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22407dependencies = [
22408 "displaydoc",
22409 "yoke 0.8.0",
22410 "zerofrom",
22411]
22412
22413[[package]]
22414name = "zerovec"
22415version = "0.11.4"
22416source = "registry+https://github.com/rust-lang/crates.io-index"
22417checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22418dependencies = [
22419 "yoke 0.8.0",
22420 "zerofrom",
22421 "zerovec-derive",
22422]
22423
22424[[package]]
22425name = "zerovec-derive"
22426version = "0.11.1"
22427source = "registry+https://github.com/rust-lang/crates.io-index"
22428checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22429dependencies = [
22430 "proc-macro2",
22431 "quote",
22432 "syn 2.0.117",
22433]
22434
22435[[package]]
22436name = "zeta_prompt"
22437version = "0.1.0"
22438dependencies = [
22439 "anyhow",
22440 "indoc",
22441 "serde",
22442 "strum 0.27.2",
22443]
22444
22445[[package]]
22446name = "zip"
22447version = "0.6.6"
22448source = "registry+https://github.com/rust-lang/crates.io-index"
22449checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22450dependencies = [
22451 "aes",
22452 "byteorder",
22453 "bzip2",
22454 "constant_time_eq",
22455 "crc32fast",
22456 "crossbeam-utils",
22457 "flate2",
22458 "hmac",
22459 "pbkdf2 0.11.0",
22460 "sha1",
22461 "time",
22462 "zstd",
22463]
22464
22465[[package]]
22466name = "zip"
22467version = "1.1.4"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22470dependencies = [
22471 "arbitrary",
22472 "crc32fast",
22473 "crossbeam-utils",
22474 "displaydoc",
22475 "indexmap",
22476 "num_enum",
22477 "thiserror 1.0.69",
22478]
22479
22480[[package]]
22481name = "zlog"
22482version = "0.1.0"
22483dependencies = [
22484 "anyhow",
22485 "chrono",
22486 "collections",
22487 "log",
22488 "tempfile",
22489]
22490
22491[[package]]
22492name = "zlog_settings"
22493version = "0.1.0"
22494dependencies = [
22495 "collections",
22496 "gpui",
22497 "settings",
22498 "zlog",
22499]
22500
22501[[package]]
22502name = "zstd"
22503version = "0.11.2+zstd.1.5.2"
22504source = "registry+https://github.com/rust-lang/crates.io-index"
22505checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22506dependencies = [
22507 "zstd-safe",
22508]
22509
22510[[package]]
22511name = "zstd-safe"
22512version = "5.0.2+zstd.1.5.2"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22515dependencies = [
22516 "libc",
22517 "zstd-sys",
22518]
22519
22520[[package]]
22521name = "zstd-sys"
22522version = "2.0.16+zstd.1.5.7"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22525dependencies = [
22526 "cc",
22527 "pkg-config",
22528]
22529
22530[[package]]
22531name = "ztracing"
22532version = "0.1.0"
22533dependencies = [
22534 "tracing",
22535 "tracing-subscriber",
22536 "tracing-tracy",
22537 "tracy-client",
22538 "zlog",
22539 "ztracing_macro",
22540]
22541
22542[[package]]
22543name = "ztracing_macro"
22544version = "0.1.0"
22545
22546[[package]]
22547name = "zune-core"
22548version = "0.4.12"
22549source = "registry+https://github.com/rust-lang/crates.io-index"
22550checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22551
22552[[package]]
22553name = "zune-inflate"
22554version = "0.2.54"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22557dependencies = [
22558 "simd-adler32",
22559]
22560
22561[[package]]
22562name = "zune-jpeg"
22563version = "0.4.21"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22566dependencies = [
22567 "zune-core",
22568]
22569
22570[[package]]
22571name = "zvariant"
22572version = "5.9.2"
22573source = "registry+https://github.com/rust-lang/crates.io-index"
22574checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22575dependencies = [
22576 "endi",
22577 "enumflags2",
22578 "serde",
22579 "serde_bytes",
22580 "winnow",
22581 "zvariant_derive",
22582 "zvariant_utils",
22583]
22584
22585[[package]]
22586name = "zvariant_derive"
22587version = "5.9.2"
22588source = "registry+https://github.com/rust-lang/crates.io-index"
22589checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22590dependencies = [
22591 "proc-macro-crate",
22592 "proc-macro2",
22593 "quote",
22594 "syn 2.0.117",
22595 "zvariant_utils",
22596]
22597
22598[[package]]
22599name = "zvariant_utils"
22600version = "3.3.0"
22601source = "registry+https://github.com/rust-lang/crates.io-index"
22602checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22603dependencies = [
22604 "proc-macro2",
22605 "quote",
22606 "serde",
22607 "syn 2.0.117",
22608 "winnow",
22609]