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 "feature_flags",
18 "file_icons",
19 "futures 0.3.32",
20 "gpui",
21 "image",
22 "indoc",
23 "itertools 0.14.0",
24 "language",
25 "language_model",
26 "log",
27 "markdown",
28 "multi_buffer",
29 "parking_lot",
30 "portable-pty",
31 "project",
32 "prompt_store",
33 "rand 0.9.3",
34 "serde",
35 "serde_json",
36 "settings",
37 "smol",
38 "task",
39 "telemetry",
40 "terminal",
41 "text",
42 "ui",
43 "url",
44 "urlencoding",
45 "util",
46 "uuid",
47 "watch",
48]
49
50[[package]]
51name = "acp_tools"
52version = "0.1.0"
53dependencies = [
54 "agent-client-protocol",
55 "collections",
56 "gpui",
57 "language",
58 "log",
59 "markdown",
60 "project",
61 "serde",
62 "serde_json",
63 "settings",
64 "smol",
65 "theme_settings",
66 "ui",
67 "util",
68 "workspace",
69]
70
71[[package]]
72name = "action_log"
73version = "0.1.0"
74dependencies = [
75 "anyhow",
76 "buffer_diff",
77 "clock",
78 "collections",
79 "ctor",
80 "fs",
81 "futures 0.3.32",
82 "git",
83 "gpui",
84 "language",
85 "log",
86 "pretty_assertions",
87 "project",
88 "rand 0.9.3",
89 "serde_json",
90 "settings",
91 "telemetry",
92 "text",
93 "util",
94 "watch",
95 "zlog",
96]
97
98[[package]]
99name = "activity_indicator"
100version = "0.1.0"
101dependencies = [
102 "anyhow",
103 "auto_update",
104 "editor",
105 "extension_host",
106 "fs",
107 "futures 0.3.32",
108 "gpui",
109 "language",
110 "project",
111 "proto",
112 "smallvec",
113 "ui",
114 "util",
115 "workspace",
116]
117
118[[package]]
119name = "addr2line"
120version = "0.25.1"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
123dependencies = [
124 "gimli",
125]
126
127[[package]]
128name = "adler2"
129version = "2.0.1"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
132
133[[package]]
134name = "aes"
135version = "0.8.4"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
138dependencies = [
139 "cfg-if",
140 "cipher",
141 "cpufeatures",
142 "zeroize",
143]
144
145[[package]]
146name = "agent"
147version = "0.1.0"
148dependencies = [
149 "acp_thread",
150 "action_log",
151 "agent-client-protocol",
152 "agent_servers",
153 "agent_settings",
154 "anyhow",
155 "chrono",
156 "client",
157 "clock",
158 "cloud_api_types",
159 "cloud_llm_client",
160 "collections",
161 "context_server",
162 "ctor",
163 "db",
164 "derive_more",
165 "editor",
166 "env_logger 0.11.8",
167 "eval_utils",
168 "feature_flags",
169 "fs",
170 "futures 0.3.32",
171 "git",
172 "gpui",
173 "gpui_tokio",
174 "handlebars 4.5.0",
175 "heck 0.5.0",
176 "html_to_markdown",
177 "http_client",
178 "indoc",
179 "itertools 0.14.0",
180 "language",
181 "language_model",
182 "language_models",
183 "log",
184 "lsp",
185 "open",
186 "parking_lot",
187 "paths",
188 "pretty_assertions",
189 "project",
190 "prompt_store",
191 "rand 0.9.3",
192 "regex",
193 "reqwest_client",
194 "rust-embed",
195 "schemars 1.0.4",
196 "serde",
197 "serde_json",
198 "settings",
199 "shell_command_parser",
200 "smallvec",
201 "smol",
202 "sqlez",
203 "streaming_diff",
204 "strsim",
205 "task",
206 "telemetry",
207 "tempfile",
208 "text",
209 "theme",
210 "thiserror 2.0.17",
211 "ui",
212 "unindent",
213 "url",
214 "util",
215 "uuid",
216 "watch",
217 "web_search",
218 "zed_env_vars",
219 "zlog",
220 "zstd",
221]
222
223[[package]]
224name = "agent-client-protocol"
225version = "0.11.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "2af62fb84df2af0f933d8f5fd78b843fa5eb0ec5a48fa1b528c41951d0bbe36c"
228dependencies = [
229 "agent-client-protocol-derive",
230 "agent-client-protocol-schema",
231 "anyhow",
232 "futures 0.3.32",
233 "futures-concurrency",
234 "jsonrpcmsg",
235 "rmcp",
236 "rustc-hash 2.1.1",
237 "schemars 1.0.4",
238 "serde",
239 "serde_json",
240 "thiserror 2.0.17",
241 "tokio",
242 "tokio-util",
243 "tracing",
244 "uuid",
245]
246
247[[package]]
248name = "agent-client-protocol-derive"
249version = "0.11.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "ce42c2d3c048c12897eef2e577dfff1e3355c632c9f1625cc953b9df48b44631"
252dependencies = [
253 "proc-macro2",
254 "quote",
255 "syn 2.0.117",
256]
257
258[[package]]
259name = "agent-client-protocol-schema"
260version = "0.12.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "49bae57dad1c28a362fbdcf7bab0583316a02b45a70792109fced55780a3b63c"
263dependencies = [
264 "anyhow",
265 "derive_more",
266 "schemars 1.0.4",
267 "serde",
268 "serde_json",
269 "serde_with",
270 "strum 0.28.0",
271 "tracing",
272]
273
274[[package]]
275name = "agent_servers"
276version = "0.1.0"
277dependencies = [
278 "acp_thread",
279 "acp_tools",
280 "action_log",
281 "agent-client-protocol",
282 "anyhow",
283 "chrono",
284 "client",
285 "collections",
286 "env_logger 0.11.8",
287 "feature_flags",
288 "fs",
289 "futures 0.3.32",
290 "google_ai",
291 "gpui",
292 "gpui_tokio",
293 "http_client",
294 "indoc",
295 "language_model",
296 "libc",
297 "log",
298 "nix 0.29.0",
299 "project",
300 "release_channel",
301 "remote",
302 "reqwest_client",
303 "serde",
304 "serde_json",
305 "settings",
306 "smol",
307 "task",
308 "tempfile",
309 "terminal",
310 "thiserror 2.0.17",
311 "ui",
312 "util",
313 "uuid",
314 "watch",
315 "zed_credentials_provider",
316]
317
318[[package]]
319name = "agent_settings"
320version = "0.1.0"
321dependencies = [
322 "agent-client-protocol",
323 "anyhow",
324 "collections",
325 "convert_case 0.8.0",
326 "fs",
327 "futures 0.3.32",
328 "gpui",
329 "language_model",
330 "log",
331 "paths",
332 "project",
333 "regex",
334 "schemars 1.0.4",
335 "serde",
336 "serde_json",
337 "serde_json_lenient",
338 "settings",
339 "util",
340]
341
342[[package]]
343name = "agent_ui"
344version = "0.1.0"
345dependencies = [
346 "acp_thread",
347 "action_log",
348 "agent",
349 "agent-client-protocol",
350 "agent_servers",
351 "agent_settings",
352 "ai_onboarding",
353 "anyhow",
354 "audio",
355 "base64 0.22.1",
356 "buffer_diff",
357 "chrono",
358 "client",
359 "clock",
360 "cloud_api_types",
361 "collections",
362 "command_palette_hooks",
363 "component",
364 "context_server",
365 "db",
366 "editor",
367 "eval_utils",
368 "extension",
369 "extension_host",
370 "feature_flags",
371 "file_icons",
372 "fs",
373 "futures 0.3.32",
374 "fuzzy",
375 "git",
376 "git_ui",
377 "gpui",
378 "gpui_tokio",
379 "heapless",
380 "html_to_markdown",
381 "http_client",
382 "image",
383 "indoc",
384 "itertools 0.14.0",
385 "jsonschema",
386 "language",
387 "language_model",
388 "language_models",
389 "languages",
390 "log",
391 "lsp",
392 "markdown",
393 "menu",
394 "multi_buffer",
395 "node_runtime",
396 "notifications",
397 "ordered-float 2.10.1",
398 "parking_lot",
399 "paths",
400 "picker",
401 "postage",
402 "pretty_assertions",
403 "project",
404 "prompt_store",
405 "proto",
406 "rand 0.9.3",
407 "release_channel",
408 "remote",
409 "remote_connection",
410 "remote_server",
411 "reqwest_client",
412 "rope",
413 "rules_library",
414 "schemars 1.0.4",
415 "search",
416 "semver",
417 "serde",
418 "serde_json",
419 "serde_json_lenient",
420 "settings",
421 "smol",
422 "streaming_diff",
423 "task",
424 "telemetry",
425 "tempfile",
426 "terminal",
427 "terminal_view",
428 "text",
429 "theme",
430 "theme_settings",
431 "time",
432 "tree-sitter-md",
433 "ui",
434 "ui_input",
435 "unindent",
436 "url",
437 "util",
438 "uuid",
439 "vim",
440 "watch",
441 "workspace",
442 "zed_actions",
443]
444
445[[package]]
446name = "ahash"
447version = "0.7.8"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
450dependencies = [
451 "getrandom 0.2.16",
452 "once_cell",
453 "version_check",
454]
455
456[[package]]
457name = "ahash"
458version = "0.8.12"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
461dependencies = [
462 "cfg-if",
463 "const-random",
464 "getrandom 0.3.4",
465 "once_cell",
466 "serde",
467 "version_check",
468 "zerocopy",
469]
470
471[[package]]
472name = "aho-corasick"
473version = "1.1.3"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
476dependencies = [
477 "memchr",
478]
479
480[[package]]
481name = "ai_onboarding"
482version = "0.1.0"
483dependencies = [
484 "client",
485 "cloud_api_types",
486 "component",
487 "gpui",
488 "language_model",
489 "serde",
490 "smallvec",
491 "telemetry",
492 "ui",
493 "zed_actions",
494]
495
496[[package]]
497name = "alacritty_terminal"
498version = "0.25.1"
499source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
500dependencies = [
501 "base64 0.22.1",
502 "bitflags 2.10.0",
503 "home",
504 "libc",
505 "log",
506 "mach2 0.5.0",
507 "miow",
508 "parking_lot",
509 "piper",
510 "polling",
511 "regex-automata",
512 "rustix 1.1.2",
513 "rustix-openpty",
514 "serde",
515 "signal-hook",
516 "unicode-width",
517 "vte",
518 "windows-sys 0.59.0",
519]
520
521[[package]]
522name = "aliasable"
523version = "0.1.3"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
526
527[[package]]
528name = "aligned"
529version = "0.4.3"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
532dependencies = [
533 "as-slice",
534]
535
536[[package]]
537name = "aligned-vec"
538version = "0.6.4"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
541dependencies = [
542 "equator",
543]
544
545[[package]]
546name = "allocator-api2"
547version = "0.2.21"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
550
551[[package]]
552name = "alsa"
553version = "0.10.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
556dependencies = [
557 "alsa-sys",
558 "bitflags 2.10.0",
559 "cfg-if",
560 "libc",
561]
562
563[[package]]
564name = "alsa-sys"
565version = "0.3.1"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
568dependencies = [
569 "libc",
570 "pkg-config",
571]
572
573[[package]]
574name = "ambient-authority"
575version = "0.0.2"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
578
579[[package]]
580name = "ammonia"
581version = "4.1.2"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
584dependencies = [
585 "cssparser",
586 "html5ever 0.35.0",
587 "maplit",
588 "tendril",
589 "url",
590]
591
592[[package]]
593name = "android_system_properties"
594version = "0.1.5"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
597dependencies = [
598 "libc",
599]
600
601[[package]]
602name = "anes"
603version = "0.1.6"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
606
607[[package]]
608name = "annotate-snippets"
609version = "0.12.12"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
612dependencies = [
613 "anstyle",
614 "memchr",
615 "unicode-width",
616]
617
618[[package]]
619name = "anstream"
620version = "0.6.21"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
623dependencies = [
624 "anstyle",
625 "anstyle-parse",
626 "anstyle-query",
627 "anstyle-wincon",
628 "colorchoice",
629 "is_terminal_polyfill",
630 "utf8parse",
631]
632
633[[package]]
634name = "anstyle"
635version = "1.0.13"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
638
639[[package]]
640name = "anstyle-parse"
641version = "0.2.7"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
644dependencies = [
645 "utf8parse",
646]
647
648[[package]]
649name = "anstyle-query"
650version = "1.1.4"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
653dependencies = [
654 "windows-sys 0.60.2",
655]
656
657[[package]]
658name = "anstyle-wincon"
659version = "3.0.10"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
662dependencies = [
663 "anstyle",
664 "once_cell_polyfill",
665 "windows-sys 0.60.2",
666]
667
668[[package]]
669name = "anthropic"
670version = "0.1.0"
671dependencies = [
672 "anyhow",
673 "chrono",
674 "collections",
675 "futures 0.3.32",
676 "http_client",
677 "language_model_core",
678 "log",
679 "schemars 1.0.4",
680 "serde",
681 "serde_json",
682 "strum 0.27.2",
683 "thiserror 2.0.17",
684]
685
686[[package]]
687name = "any_vec"
688version = "0.14.0"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
691
692[[package]]
693name = "anyhow"
694version = "1.0.102"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
697
698[[package]]
699name = "approx"
700version = "0.5.1"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
703dependencies = [
704 "num-traits",
705]
706
707[[package]]
708name = "ar_archive_writer"
709version = "0.5.1"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
712dependencies = [
713 "object",
714]
715
716[[package]]
717name = "arbitrary"
718version = "1.4.2"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
721dependencies = [
722 "derive_arbitrary",
723]
724
725[[package]]
726name = "arc-swap"
727version = "1.9.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
730dependencies = [
731 "rustversion",
732]
733
734[[package]]
735name = "arg_enum_proc_macro"
736version = "0.3.4"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
739dependencies = [
740 "proc-macro2",
741 "quote",
742 "syn 2.0.117",
743]
744
745[[package]]
746name = "arraydeque"
747version = "0.5.1"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
750
751[[package]]
752name = "arrayref"
753version = "0.3.9"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
756
757[[package]]
758name = "arrayvec"
759version = "0.7.6"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
762
763[[package]]
764name = "as-raw-xcb-connection"
765version = "1.0.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
768
769[[package]]
770name = "as-slice"
771version = "0.2.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
774dependencies = [
775 "stable_deref_trait",
776]
777
778[[package]]
779name = "ascii"
780version = "1.1.0"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
783
784[[package]]
785name = "ash"
786version = "0.38.0+1.3.281"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
789dependencies = [
790 "libloading",
791]
792
793[[package]]
794name = "ashpd"
795version = "0.13.2"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
798dependencies = [
799 "enumflags2",
800 "futures-channel",
801 "futures-util",
802 "getrandom 0.4.1",
803 "serde",
804 "serde_repr",
805 "wayland-backend",
806 "wayland-client",
807 "wayland-protocols",
808 "zbus",
809]
810
811[[package]]
812name = "askpass"
813version = "0.1.0"
814dependencies = [
815 "anyhow",
816 "futures 0.3.32",
817 "gpui",
818 "log",
819 "net",
820 "smol",
821 "tempfile",
822 "util",
823 "windows 0.61.3",
824 "zeroize",
825]
826
827[[package]]
828name = "assets"
829version = "0.1.0"
830dependencies = [
831 "anyhow",
832 "gpui",
833 "rust-embed",
834]
835
836[[package]]
837name = "async-attributes"
838version = "1.1.2"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
841dependencies = [
842 "quote",
843 "syn 1.0.109",
844]
845
846[[package]]
847name = "async-broadcast"
848version = "0.7.2"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
851dependencies = [
852 "event-listener 5.4.1",
853 "event-listener-strategy",
854 "futures-core",
855 "pin-project-lite",
856]
857
858[[package]]
859name = "async-channel"
860version = "1.9.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
863dependencies = [
864 "concurrent-queue",
865 "event-listener 2.5.3",
866 "futures-core",
867]
868
869[[package]]
870name = "async-channel"
871version = "2.5.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
874dependencies = [
875 "concurrent-queue",
876 "event-listener-strategy",
877 "futures-core",
878 "pin-project-lite",
879]
880
881[[package]]
882name = "async-compat"
883version = "0.2.5"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
886dependencies = [
887 "futures-core",
888 "futures-io",
889 "once_cell",
890 "pin-project-lite",
891 "tokio",
892]
893
894[[package]]
895name = "async-compression"
896version = "0.4.32"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
899dependencies = [
900 "compression-codecs",
901 "compression-core",
902 "futures-core",
903 "futures-io",
904 "pin-project-lite",
905]
906
907[[package]]
908name = "async-dispatcher"
909version = "0.1.2"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
912dependencies = [
913 "async-task",
914 "futures-lite 1.13.0",
915]
916
917[[package]]
918name = "async-executor"
919version = "1.13.3"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
922dependencies = [
923 "async-task",
924 "concurrent-queue",
925 "fastrand 2.3.0",
926 "futures-lite 2.6.1",
927 "pin-project-lite",
928 "slab",
929]
930
931[[package]]
932name = "async-fs"
933version = "2.2.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
936dependencies = [
937 "async-lock 3.4.2",
938 "blocking",
939 "futures-lite 2.6.1",
940]
941
942[[package]]
943name = "async-global-executor"
944version = "2.4.1"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
947dependencies = [
948 "async-channel 2.5.0",
949 "async-executor",
950 "async-io",
951 "async-lock 3.4.2",
952 "blocking",
953 "futures-lite 2.6.1",
954 "once_cell",
955]
956
957[[package]]
958name = "async-io"
959version = "2.6.0"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
962dependencies = [
963 "autocfg",
964 "cfg-if",
965 "concurrent-queue",
966 "futures-io",
967 "futures-lite 2.6.1",
968 "parking",
969 "polling",
970 "rustix 1.1.2",
971 "slab",
972 "windows-sys 0.61.2",
973]
974
975[[package]]
976name = "async-lock"
977version = "2.8.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
980dependencies = [
981 "event-listener 2.5.3",
982]
983
984[[package]]
985name = "async-lock"
986version = "3.4.2"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
989dependencies = [
990 "event-listener 5.4.1",
991 "event-listener-strategy",
992 "pin-project-lite",
993]
994
995[[package]]
996name = "async-net"
997version = "2.0.0"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
1000dependencies = [
1001 "async-io",
1002 "blocking",
1003 "futures-lite 2.6.1",
1004]
1005
1006[[package]]
1007name = "async-pipe"
1008version = "0.1.3"
1009source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
1010dependencies = [
1011 "futures 0.3.32",
1012 "log",
1013]
1014
1015[[package]]
1016name = "async-process"
1017version = "2.5.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
1020dependencies = [
1021 "async-channel 2.5.0",
1022 "async-io",
1023 "async-lock 3.4.2",
1024 "async-signal",
1025 "async-task",
1026 "blocking",
1027 "cfg-if",
1028 "event-listener 5.4.1",
1029 "futures-lite 2.6.1",
1030 "rustix 1.1.2",
1031]
1032
1033[[package]]
1034name = "async-recursion"
1035version = "1.1.1"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
1038dependencies = [
1039 "proc-macro2",
1040 "quote",
1041 "syn 2.0.117",
1042]
1043
1044[[package]]
1045name = "async-signal"
1046version = "0.2.13"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
1049dependencies = [
1050 "async-io",
1051 "async-lock 3.4.2",
1052 "atomic-waker",
1053 "cfg-if",
1054 "futures-core",
1055 "futures-io",
1056 "rustix 1.1.2",
1057 "signal-hook-registry",
1058 "slab",
1059 "windows-sys 0.61.2",
1060]
1061
1062[[package]]
1063name = "async-std"
1064version = "1.13.2"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
1067dependencies = [
1068 "async-attributes",
1069 "async-channel 1.9.0",
1070 "async-global-executor",
1071 "async-io",
1072 "async-lock 3.4.2",
1073 "async-process",
1074 "crossbeam-utils",
1075 "futures-channel",
1076 "futures-core",
1077 "futures-io",
1078 "futures-lite 2.6.1",
1079 "gloo-timers",
1080 "kv-log-macro",
1081 "log",
1082 "memchr",
1083 "once_cell",
1084 "pin-project-lite",
1085 "pin-utils",
1086 "slab",
1087 "wasm-bindgen-futures",
1088]
1089
1090[[package]]
1091name = "async-stream"
1092version = "0.3.6"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1095dependencies = [
1096 "async-stream-impl",
1097 "futures-core",
1098 "pin-project-lite",
1099]
1100
1101[[package]]
1102name = "async-stream-impl"
1103version = "0.3.6"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1106dependencies = [
1107 "proc-macro2",
1108 "quote",
1109 "syn 2.0.117",
1110]
1111
1112[[package]]
1113name = "async-tar"
1114version = "0.5.1"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
1117dependencies = [
1118 "async-std",
1119 "filetime",
1120 "libc",
1121 "pin-project",
1122 "redox_syscall 0.2.16",
1123 "xattr",
1124]
1125
1126[[package]]
1127name = "async-task"
1128version = "4.7.1"
1129source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
1130
1131[[package]]
1132name = "async-trait"
1133version = "0.1.89"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
1136dependencies = [
1137 "proc-macro2",
1138 "quote",
1139 "syn 2.0.117",
1140]
1141
1142[[package]]
1143name = "async-tungstenite"
1144version = "0.31.0"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
1147dependencies = [
1148 "atomic-waker",
1149 "futures-core",
1150 "futures-io",
1151 "futures-task",
1152 "futures-util",
1153 "log",
1154 "pin-project-lite",
1155 "rustls-pki-types",
1156 "tokio",
1157 "tokio-rustls 0.26.2",
1158 "tungstenite 0.27.0",
1159]
1160
1161[[package]]
1162name = "async_zip"
1163version = "0.0.18"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
1166dependencies = [
1167 "async-compression",
1168 "crc32fast",
1169 "futures-lite 2.6.1",
1170 "pin-project",
1171 "thiserror 2.0.17",
1172]
1173
1174[[package]]
1175name = "asynchronous-codec"
1176version = "0.7.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1179dependencies = [
1180 "bytes 1.11.1",
1181 "futures-sink",
1182 "futures-util",
1183 "memchr",
1184 "pin-project-lite",
1185]
1186
1187[[package]]
1188name = "atoi"
1189version = "2.0.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1192dependencies = [
1193 "num-traits",
1194]
1195
1196[[package]]
1197name = "atomic"
1198version = "0.5.3"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1201
1202[[package]]
1203name = "atomic-waker"
1204version = "1.1.2"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1207
1208[[package]]
1209name = "audio"
1210version = "0.1.0"
1211dependencies = [
1212 "anyhow",
1213 "collections",
1214 "cpal",
1215 "crossbeam",
1216 "denoise",
1217 "gpui",
1218 "libwebrtc",
1219 "log",
1220 "parking_lot",
1221 "rodio",
1222 "serde",
1223 "settings",
1224 "thiserror 2.0.17",
1225 "util",
1226]
1227
1228[[package]]
1229name = "auditable-serde"
1230version = "0.8.0"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1233dependencies = [
1234 "semver",
1235 "serde",
1236 "serde_json",
1237 "topological-sort",
1238]
1239
1240[[package]]
1241name = "auto_update"
1242version = "0.1.0"
1243dependencies = [
1244 "anyhow",
1245 "client",
1246 "clock",
1247 "ctor",
1248 "db",
1249 "futures 0.3.32",
1250 "futures-lite 1.13.0",
1251 "gpui",
1252 "http_client",
1253 "log",
1254 "parking_lot",
1255 "paths",
1256 "release_channel",
1257 "semver",
1258 "serde",
1259 "serde_json",
1260 "settings",
1261 "smol",
1262 "tempfile",
1263 "util",
1264 "which 6.0.3",
1265 "workspace",
1266 "zlog",
1267]
1268
1269[[package]]
1270name = "auto_update_helper"
1271version = "0.1.0"
1272dependencies = [
1273 "anyhow",
1274 "log",
1275 "scopeguard",
1276 "simplelog",
1277 "tempfile",
1278 "windows 0.61.3",
1279 "winresource",
1280]
1281
1282[[package]]
1283name = "auto_update_ui"
1284version = "0.1.0"
1285dependencies = [
1286 "agent_settings",
1287 "anyhow",
1288 "auto_update",
1289 "client",
1290 "db",
1291 "editor",
1292 "fs",
1293 "gpui",
1294 "markdown_preview",
1295 "notifications",
1296 "release_channel",
1297 "semver",
1298 "serde",
1299 "serde_json",
1300 "smol",
1301 "telemetry",
1302 "ui",
1303 "util",
1304 "workspace",
1305 "zed_actions",
1306]
1307
1308[[package]]
1309name = "autocfg"
1310version = "1.5.0"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
1313
1314[[package]]
1315name = "av-scenechange"
1316version = "0.14.1"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
1319dependencies = [
1320 "aligned",
1321 "anyhow",
1322 "arg_enum_proc_macro",
1323 "arrayvec",
1324 "log",
1325 "num-rational",
1326 "num-traits",
1327 "pastey 0.1.1",
1328 "rayon",
1329 "thiserror 2.0.17",
1330 "v_frame",
1331 "y4m",
1332]
1333
1334[[package]]
1335name = "av1-grain"
1336version = "0.2.4"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
1339dependencies = [
1340 "anyhow",
1341 "arrayvec",
1342 "log",
1343 "nom 7.1.3",
1344 "num-rational",
1345 "v_frame",
1346]
1347
1348[[package]]
1349name = "avif-serialize"
1350version = "0.8.6"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
1353dependencies = [
1354 "arrayvec",
1355]
1356
1357[[package]]
1358name = "aws-config"
1359version = "1.8.10"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
1362dependencies = [
1363 "aws-credential-types",
1364 "aws-runtime",
1365 "aws-sdk-sso",
1366 "aws-sdk-ssooidc",
1367 "aws-sdk-sts",
1368 "aws-smithy-async",
1369 "aws-smithy-http",
1370 "aws-smithy-json",
1371 "aws-smithy-runtime",
1372 "aws-smithy-runtime-api",
1373 "aws-smithy-types",
1374 "aws-types",
1375 "bytes 1.11.1",
1376 "fastrand 2.3.0",
1377 "hex",
1378 "http 1.3.1",
1379 "ring",
1380 "time",
1381 "tokio",
1382 "tracing",
1383 "url",
1384 "zeroize",
1385]
1386
1387[[package]]
1388name = "aws-credential-types"
1389version = "1.2.10"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
1392dependencies = [
1393 "aws-smithy-async",
1394 "aws-smithy-runtime-api",
1395 "aws-smithy-types",
1396 "zeroize",
1397]
1398
1399[[package]]
1400name = "aws-lc-rs"
1401version = "1.15.4"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
1404dependencies = [
1405 "aws-lc-sys",
1406 "untrusted 0.7.1",
1407 "zeroize",
1408]
1409
1410[[package]]
1411name = "aws-lc-sys"
1412version = "0.37.0"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
1415dependencies = [
1416 "cc",
1417 "cmake",
1418 "dunce",
1419 "fs_extra",
1420]
1421
1422[[package]]
1423name = "aws-runtime"
1424version = "1.5.16"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
1427dependencies = [
1428 "aws-credential-types",
1429 "aws-sigv4",
1430 "aws-smithy-async",
1431 "aws-smithy-eventstream",
1432 "aws-smithy-http",
1433 "aws-smithy-runtime",
1434 "aws-smithy-runtime-api",
1435 "aws-smithy-types",
1436 "aws-types",
1437 "bytes 1.11.1",
1438 "fastrand 2.3.0",
1439 "http 0.2.12",
1440 "http-body 0.4.6",
1441 "percent-encoding",
1442 "pin-project-lite",
1443 "tracing",
1444 "uuid",
1445]
1446
1447[[package]]
1448name = "aws-sdk-bedrockruntime"
1449version = "1.113.0"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
1452dependencies = [
1453 "aws-credential-types",
1454 "aws-runtime",
1455 "aws-sigv4",
1456 "aws-smithy-async",
1457 "aws-smithy-eventstream",
1458 "aws-smithy-http",
1459 "aws-smithy-json",
1460 "aws-smithy-runtime",
1461 "aws-smithy-runtime-api",
1462 "aws-smithy-types",
1463 "aws-types",
1464 "bytes 1.11.1",
1465 "fastrand 2.3.0",
1466 "http 0.2.12",
1467 "hyper 0.14.32",
1468 "regex-lite",
1469 "tracing",
1470]
1471
1472[[package]]
1473name = "aws-sdk-kinesis"
1474version = "1.95.0"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
1477dependencies = [
1478 "aws-credential-types",
1479 "aws-runtime",
1480 "aws-smithy-async",
1481 "aws-smithy-eventstream",
1482 "aws-smithy-http",
1483 "aws-smithy-json",
1484 "aws-smithy-runtime",
1485 "aws-smithy-runtime-api",
1486 "aws-smithy-types",
1487 "aws-types",
1488 "bytes 1.11.1",
1489 "fastrand 2.3.0",
1490 "http 0.2.12",
1491 "regex-lite",
1492 "tracing",
1493]
1494
1495[[package]]
1496name = "aws-sdk-s3"
1497version = "1.112.0"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
1500dependencies = [
1501 "aws-credential-types",
1502 "aws-runtime",
1503 "aws-sigv4",
1504 "aws-smithy-async",
1505 "aws-smithy-checksums",
1506 "aws-smithy-eventstream",
1507 "aws-smithy-http",
1508 "aws-smithy-json",
1509 "aws-smithy-runtime",
1510 "aws-smithy-runtime-api",
1511 "aws-smithy-types",
1512 "aws-smithy-xml",
1513 "aws-types",
1514 "bytes 1.11.1",
1515 "fastrand 2.3.0",
1516 "hex",
1517 "hmac",
1518 "http 0.2.12",
1519 "http 1.3.1",
1520 "http-body 0.4.6",
1521 "lru",
1522 "percent-encoding",
1523 "regex-lite",
1524 "sha2",
1525 "tracing",
1526 "url",
1527]
1528
1529[[package]]
1530name = "aws-sdk-sso"
1531version = "1.88.0"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
1534dependencies = [
1535 "aws-credential-types",
1536 "aws-runtime",
1537 "aws-smithy-async",
1538 "aws-smithy-http",
1539 "aws-smithy-json",
1540 "aws-smithy-runtime",
1541 "aws-smithy-runtime-api",
1542 "aws-smithy-types",
1543 "aws-types",
1544 "bytes 1.11.1",
1545 "fastrand 2.3.0",
1546 "http 0.2.12",
1547 "regex-lite",
1548 "tracing",
1549]
1550
1551[[package]]
1552name = "aws-sdk-ssooidc"
1553version = "1.90.0"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
1556dependencies = [
1557 "aws-credential-types",
1558 "aws-runtime",
1559 "aws-smithy-async",
1560 "aws-smithy-http",
1561 "aws-smithy-json",
1562 "aws-smithy-runtime",
1563 "aws-smithy-runtime-api",
1564 "aws-smithy-types",
1565 "aws-types",
1566 "bytes 1.11.1",
1567 "fastrand 2.3.0",
1568 "http 0.2.12",
1569 "regex-lite",
1570 "tracing",
1571]
1572
1573[[package]]
1574name = "aws-sdk-sts"
1575version = "1.90.0"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
1578dependencies = [
1579 "aws-credential-types",
1580 "aws-runtime",
1581 "aws-smithy-async",
1582 "aws-smithy-http",
1583 "aws-smithy-json",
1584 "aws-smithy-query",
1585 "aws-smithy-runtime",
1586 "aws-smithy-runtime-api",
1587 "aws-smithy-types",
1588 "aws-smithy-xml",
1589 "aws-types",
1590 "fastrand 2.3.0",
1591 "http 0.2.12",
1592 "regex-lite",
1593 "tracing",
1594]
1595
1596[[package]]
1597name = "aws-sigv4"
1598version = "1.3.6"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
1601dependencies = [
1602 "aws-credential-types",
1603 "aws-smithy-eventstream",
1604 "aws-smithy-http",
1605 "aws-smithy-runtime-api",
1606 "aws-smithy-types",
1607 "bytes 1.11.1",
1608 "crypto-bigint 0.5.5",
1609 "form_urlencoded",
1610 "hex",
1611 "hmac",
1612 "http 0.2.12",
1613 "http 1.3.1",
1614 "p256",
1615 "percent-encoding",
1616 "ring",
1617 "sha2",
1618 "subtle",
1619 "time",
1620 "tracing",
1621 "zeroize",
1622]
1623
1624[[package]]
1625name = "aws-smithy-async"
1626version = "1.2.6"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
1629dependencies = [
1630 "futures-util",
1631 "pin-project-lite",
1632 "tokio",
1633]
1634
1635[[package]]
1636name = "aws-smithy-checksums"
1637version = "0.63.11"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
1640dependencies = [
1641 "aws-smithy-http",
1642 "aws-smithy-types",
1643 "bytes 1.11.1",
1644 "crc-fast",
1645 "hex",
1646 "http 0.2.12",
1647 "http-body 0.4.6",
1648 "md-5",
1649 "pin-project-lite",
1650 "sha1",
1651 "sha2",
1652 "tracing",
1653]
1654
1655[[package]]
1656name = "aws-smithy-eventstream"
1657version = "0.60.13"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
1660dependencies = [
1661 "aws-smithy-types",
1662 "bytes 1.11.1",
1663 "crc32fast",
1664]
1665
1666[[package]]
1667name = "aws-smithy-http"
1668version = "0.62.5"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
1671dependencies = [
1672 "aws-smithy-eventstream",
1673 "aws-smithy-runtime-api",
1674 "aws-smithy-types",
1675 "bytes 1.11.1",
1676 "bytes-utils",
1677 "futures-core",
1678 "futures-util",
1679 "http 0.2.12",
1680 "http 1.3.1",
1681 "http-body 0.4.6",
1682 "percent-encoding",
1683 "pin-project-lite",
1684 "pin-utils",
1685 "tracing",
1686]
1687
1688[[package]]
1689name = "aws-smithy-http-client"
1690version = "1.1.4"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
1693dependencies = [
1694 "aws-smithy-async",
1695 "aws-smithy-runtime-api",
1696 "aws-smithy-types",
1697 "h2 0.3.27",
1698 "h2 0.4.12",
1699 "http 0.2.12",
1700 "http 1.3.1",
1701 "http-body 0.4.6",
1702 "hyper 0.14.32",
1703 "hyper 1.7.0",
1704 "hyper-rustls 0.24.2",
1705 "hyper-rustls 0.27.7",
1706 "hyper-util",
1707 "pin-project-lite",
1708 "rustls 0.21.12",
1709 "rustls 0.23.33",
1710 "rustls-native-certs 0.8.2",
1711 "rustls-pki-types",
1712 "tokio",
1713 "tokio-rustls 0.26.2",
1714 "tower 0.5.2",
1715 "tracing",
1716]
1717
1718[[package]]
1719name = "aws-smithy-json"
1720version = "0.61.7"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
1723dependencies = [
1724 "aws-smithy-types",
1725]
1726
1727[[package]]
1728name = "aws-smithy-observability"
1729version = "0.1.4"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
1732dependencies = [
1733 "aws-smithy-runtime-api",
1734]
1735
1736[[package]]
1737name = "aws-smithy-query"
1738version = "0.60.8"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
1741dependencies = [
1742 "aws-smithy-types",
1743 "urlencoding",
1744]
1745
1746[[package]]
1747name = "aws-smithy-runtime"
1748version = "1.9.4"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
1751dependencies = [
1752 "aws-smithy-async",
1753 "aws-smithy-http",
1754 "aws-smithy-http-client",
1755 "aws-smithy-observability",
1756 "aws-smithy-runtime-api",
1757 "aws-smithy-types",
1758 "bytes 1.11.1",
1759 "fastrand 2.3.0",
1760 "http 0.2.12",
1761 "http 1.3.1",
1762 "http-body 0.4.6",
1763 "http-body 1.0.1",
1764 "pin-project-lite",
1765 "pin-utils",
1766 "tokio",
1767 "tracing",
1768]
1769
1770[[package]]
1771name = "aws-smithy-runtime-api"
1772version = "1.9.2"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
1775dependencies = [
1776 "aws-smithy-async",
1777 "aws-smithy-types",
1778 "bytes 1.11.1",
1779 "http 0.2.12",
1780 "http 1.3.1",
1781 "pin-project-lite",
1782 "tokio",
1783 "tracing",
1784 "zeroize",
1785]
1786
1787[[package]]
1788name = "aws-smithy-types"
1789version = "1.3.4"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
1792dependencies = [
1793 "base64-simd",
1794 "bytes 1.11.1",
1795 "bytes-utils",
1796 "futures-core",
1797 "http 0.2.12",
1798 "http 1.3.1",
1799 "http-body 0.4.6",
1800 "http-body 1.0.1",
1801 "http-body-util",
1802 "itoa",
1803 "num-integer",
1804 "pin-project-lite",
1805 "pin-utils",
1806 "ryu",
1807 "serde",
1808 "time",
1809 "tokio",
1810 "tokio-util",
1811]
1812
1813[[package]]
1814name = "aws-smithy-xml"
1815version = "0.60.12"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
1818dependencies = [
1819 "xmlparser",
1820]
1821
1822[[package]]
1823name = "aws-types"
1824version = "1.3.10"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
1827dependencies = [
1828 "aws-credential-types",
1829 "aws-smithy-async",
1830 "aws-smithy-runtime-api",
1831 "aws-smithy-types",
1832 "rustc_version",
1833 "tracing",
1834]
1835
1836[[package]]
1837name = "aws_http_client"
1838version = "0.1.0"
1839dependencies = [
1840 "aws-smithy-runtime-api",
1841 "aws-smithy-types",
1842 "http_client",
1843]
1844
1845[[package]]
1846name = "axum"
1847version = "0.6.20"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1850dependencies = [
1851 "async-trait",
1852 "axum-core",
1853 "base64 0.21.7",
1854 "bitflags 1.3.2",
1855 "bytes 1.11.1",
1856 "futures-util",
1857 "headers",
1858 "http 0.2.12",
1859 "http-body 0.4.6",
1860 "hyper 0.14.32",
1861 "itoa",
1862 "matchit",
1863 "memchr",
1864 "mime",
1865 "percent-encoding",
1866 "pin-project-lite",
1867 "rustversion",
1868 "serde",
1869 "serde_json",
1870 "serde_path_to_error",
1871 "serde_urlencoded",
1872 "sha1",
1873 "sync_wrapper 0.1.2",
1874 "tokio",
1875 "tokio-tungstenite 0.20.1",
1876 "tower 0.4.13",
1877 "tower-layer",
1878 "tower-service",
1879]
1880
1881[[package]]
1882name = "axum-core"
1883version = "0.3.4"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1886dependencies = [
1887 "async-trait",
1888 "bytes 1.11.1",
1889 "futures-util",
1890 "http 0.2.12",
1891 "http-body 0.4.6",
1892 "mime",
1893 "rustversion",
1894 "tower-layer",
1895 "tower-service",
1896]
1897
1898[[package]]
1899name = "backtrace"
1900version = "0.3.76"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
1903dependencies = [
1904 "addr2line",
1905 "cfg-if",
1906 "libc",
1907 "miniz_oxide",
1908 "object",
1909 "rustc-demangle",
1910 "windows-link 0.2.1",
1911]
1912
1913[[package]]
1914name = "base16ct"
1915version = "0.1.1"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1918
1919[[package]]
1920name = "base64"
1921version = "0.21.7"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1924
1925[[package]]
1926name = "base64"
1927version = "0.22.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1930
1931[[package]]
1932name = "base64-simd"
1933version = "0.8.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1936dependencies = [
1937 "outref",
1938 "vsimd",
1939]
1940
1941[[package]]
1942name = "base64ct"
1943version = "1.8.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
1946
1947[[package]]
1948name = "bedrock"
1949version = "0.1.0"
1950dependencies = [
1951 "anyhow",
1952 "aws-sdk-bedrockruntime",
1953 "aws-smithy-types",
1954 "futures 0.3.32",
1955 "schemars 1.0.4",
1956 "serde",
1957 "serde_json",
1958 "strum 0.27.2",
1959 "thiserror 2.0.17",
1960]
1961
1962[[package]]
1963name = "bigdecimal"
1964version = "0.4.8"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1967dependencies = [
1968 "autocfg",
1969 "libm",
1970 "num-bigint",
1971 "num-integer",
1972 "num-traits",
1973 "serde",
1974]
1975
1976[[package]]
1977name = "bincode"
1978version = "1.3.3"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1981dependencies = [
1982 "serde",
1983]
1984
1985[[package]]
1986name = "bindgen"
1987version = "0.71.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1990dependencies = [
1991 "bitflags 2.10.0",
1992 "cexpr",
1993 "clang-sys",
1994 "itertools 0.11.0",
1995 "log",
1996 "prettyplease",
1997 "proc-macro2",
1998 "quote",
1999 "regex",
2000 "rustc-hash 2.1.1",
2001 "shlex",
2002 "syn 2.0.117",
2003]
2004
2005[[package]]
2006name = "bindgen"
2007version = "0.72.1"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
2010dependencies = [
2011 "bitflags 2.10.0",
2012 "cexpr",
2013 "clang-sys",
2014 "itertools 0.11.0",
2015 "proc-macro2",
2016 "quote",
2017 "regex",
2018 "rustc-hash 2.1.1",
2019 "shlex",
2020 "syn 2.0.117",
2021]
2022
2023[[package]]
2024name = "bit-set"
2025version = "0.8.0"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
2028dependencies = [
2029 "bit-vec 0.8.0",
2030]
2031
2032[[package]]
2033name = "bit-set"
2034version = "0.9.1"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
2037dependencies = [
2038 "bit-vec 0.9.1",
2039]
2040
2041[[package]]
2042name = "bit-vec"
2043version = "0.8.0"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2046
2047[[package]]
2048name = "bit-vec"
2049version = "0.9.1"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
2052
2053[[package]]
2054name = "bit_field"
2055version = "0.10.3"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
2058
2059[[package]]
2060name = "bitflags"
2061version = "1.3.2"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2064
2065[[package]]
2066name = "bitflags"
2067version = "2.10.0"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2070dependencies = [
2071 "serde_core",
2072]
2073
2074[[package]]
2075name = "bitstream-io"
2076version = "4.9.0"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
2079dependencies = [
2080 "core2",
2081]
2082
2083[[package]]
2084name = "bitvec"
2085version = "1.0.1"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2088dependencies = [
2089 "funty",
2090 "radium",
2091 "tap",
2092 "wyz",
2093]
2094
2095[[package]]
2096name = "block"
2097version = "0.1.6"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2100
2101[[package]]
2102name = "block-buffer"
2103version = "0.10.4"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2106dependencies = [
2107 "generic-array",
2108]
2109
2110[[package]]
2111name = "block-padding"
2112version = "0.3.3"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2115dependencies = [
2116 "generic-array",
2117]
2118
2119[[package]]
2120name = "block2"
2121version = "0.6.2"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
2124dependencies = [
2125 "objc2",
2126]
2127
2128[[package]]
2129name = "blocking"
2130version = "1.6.2"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
2133dependencies = [
2134 "async-channel 2.5.0",
2135 "async-task",
2136 "futures-io",
2137 "futures-lite 2.6.1",
2138 "piper",
2139]
2140
2141[[package]]
2142name = "bmrng"
2143version = "0.5.2"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
2146dependencies = [
2147 "futures-core",
2148 "tokio",
2149]
2150
2151[[package]]
2152name = "bon"
2153version = "3.8.2"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
2156dependencies = [
2157 "bon-macros",
2158 "rustversion",
2159]
2160
2161[[package]]
2162name = "bon-macros"
2163version = "3.8.2"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
2166dependencies = [
2167 "darling 0.23.0",
2168 "ident_case",
2169 "prettyplease",
2170 "proc-macro2",
2171 "quote",
2172 "rustversion",
2173 "syn 2.0.117",
2174]
2175
2176[[package]]
2177name = "borrow-or-share"
2178version = "0.2.4"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
2181
2182[[package]]
2183name = "borsh"
2184version = "1.5.7"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2187dependencies = [
2188 "borsh-derive",
2189 "cfg_aliases 0.2.1",
2190]
2191
2192[[package]]
2193name = "borsh-derive"
2194version = "1.5.7"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2197dependencies = [
2198 "once_cell",
2199 "proc-macro-crate",
2200 "proc-macro2",
2201 "quote",
2202 "syn 2.0.117",
2203]
2204
2205[[package]]
2206name = "breadcrumbs"
2207version = "0.1.0"
2208dependencies = [
2209 "gpui",
2210 "ui",
2211 "workspace",
2212]
2213
2214[[package]]
2215name = "brush-parser"
2216version = "0.3.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
2219dependencies = [
2220 "bon",
2221 "cached",
2222 "indenter",
2223 "peg",
2224 "thiserror 2.0.17",
2225 "tracing",
2226 "utf8-chars",
2227]
2228
2229[[package]]
2230name = "bstr"
2231version = "1.12.1"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
2234dependencies = [
2235 "memchr",
2236 "regex-automata",
2237 "serde",
2238]
2239
2240[[package]]
2241name = "buffer_diff"
2242version = "0.1.0"
2243dependencies = [
2244 "clock",
2245 "ctor",
2246 "futures 0.3.32",
2247 "git2",
2248 "gpui",
2249 "language",
2250 "log",
2251 "pretty_assertions",
2252 "rand 0.9.3",
2253 "rope",
2254 "settings",
2255 "sum_tree",
2256 "text",
2257 "tracing",
2258 "unindent",
2259 "util",
2260 "zlog",
2261 "ztracing",
2262]
2263
2264[[package]]
2265name = "built"
2266version = "0.8.0"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
2269
2270[[package]]
2271name = "bumpalo"
2272version = "3.19.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2275dependencies = [
2276 "allocator-api2",
2277]
2278
2279[[package]]
2280name = "by_address"
2281version = "1.2.1"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2284
2285[[package]]
2286name = "bytecheck"
2287version = "0.6.12"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2290dependencies = [
2291 "bytecheck_derive",
2292 "ptr_meta",
2293 "simdutf8",
2294]
2295
2296[[package]]
2297name = "bytecheck_derive"
2298version = "0.6.12"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2301dependencies = [
2302 "proc-macro2",
2303 "quote",
2304 "syn 1.0.109",
2305]
2306
2307[[package]]
2308name = "bytecount"
2309version = "0.6.9"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2312
2313[[package]]
2314name = "bytemuck"
2315version = "1.24.0"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
2318dependencies = [
2319 "bytemuck_derive",
2320]
2321
2322[[package]]
2323name = "bytemuck_derive"
2324version = "1.10.2"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
2327dependencies = [
2328 "proc-macro2",
2329 "quote",
2330 "syn 2.0.117",
2331]
2332
2333[[package]]
2334name = "byteorder"
2335version = "1.5.0"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2338
2339[[package]]
2340name = "byteorder-lite"
2341version = "0.1.0"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2344
2345[[package]]
2346name = "bytes"
2347version = "0.4.12"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2350dependencies = [
2351 "byteorder",
2352 "iovec",
2353]
2354
2355[[package]]
2356name = "bytes"
2357version = "1.11.1"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
2360
2361[[package]]
2362name = "bytes-utils"
2363version = "0.1.4"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2366dependencies = [
2367 "bytes 1.11.1",
2368 "either",
2369]
2370
2371[[package]]
2372name = "bzip2"
2373version = "0.4.4"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2376dependencies = [
2377 "bzip2-sys",
2378 "libc",
2379]
2380
2381[[package]]
2382name = "bzip2"
2383version = "0.6.1"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
2386dependencies = [
2387 "libbz2-rs-sys",
2388]
2389
2390[[package]]
2391name = "bzip2-sys"
2392version = "0.1.13+1.0.8"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2395dependencies = [
2396 "cc",
2397 "pkg-config",
2398]
2399
2400[[package]]
2401name = "cached"
2402version = "0.56.0"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
2405dependencies = [
2406 "ahash 0.8.12",
2407 "cached_proc_macro",
2408 "cached_proc_macro_types",
2409 "hashbrown 0.15.5",
2410 "once_cell",
2411 "thiserror 2.0.17",
2412 "web-time",
2413]
2414
2415[[package]]
2416name = "cached_proc_macro"
2417version = "0.25.0"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
2420dependencies = [
2421 "darling 0.20.11",
2422 "proc-macro2",
2423 "quote",
2424 "syn 2.0.117",
2425]
2426
2427[[package]]
2428name = "cached_proc_macro_types"
2429version = "0.1.1"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2432
2433[[package]]
2434name = "call"
2435version = "0.1.0"
2436dependencies = [
2437 "anyhow",
2438 "audio",
2439 "client",
2440 "collections",
2441 "feature_flags",
2442 "fs",
2443 "futures 0.3.32",
2444 "gpui",
2445 "gpui_tokio",
2446 "language",
2447 "livekit_client",
2448 "log",
2449 "postage",
2450 "project",
2451 "serde",
2452 "settings",
2453 "telemetry",
2454 "util",
2455 "workspace",
2456]
2457
2458[[package]]
2459name = "calloop"
2460version = "0.14.3"
2461source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
2462dependencies = [
2463 "bitflags 2.10.0",
2464 "polling",
2465 "rustix 1.1.2",
2466 "slab",
2467 "tracing",
2468]
2469
2470[[package]]
2471name = "calloop-wayland-source"
2472version = "0.4.1"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
2475dependencies = [
2476 "calloop",
2477 "rustix 1.1.2",
2478 "wayland-backend",
2479 "wayland-client",
2480]
2481
2482[[package]]
2483name = "camino"
2484version = "1.2.1"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
2487dependencies = [
2488 "serde_core",
2489]
2490
2491[[package]]
2492name = "candle-core"
2493version = "0.9.1"
2494source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2495dependencies = [
2496 "byteorder",
2497 "float8",
2498 "gemm 0.17.1",
2499 "half",
2500 "memmap2",
2501 "num-traits",
2502 "num_cpus",
2503 "rand 0.9.3",
2504 "rand_distr",
2505 "rayon",
2506 "safetensors",
2507 "thiserror 1.0.69",
2508 "ug",
2509 "yoke 0.7.5",
2510 "zip 1.1.4",
2511]
2512
2513[[package]]
2514name = "candle-nn"
2515version = "0.9.1"
2516source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2517dependencies = [
2518 "candle-core",
2519 "half",
2520 "libc",
2521 "num-traits",
2522 "rayon",
2523 "safetensors",
2524 "serde",
2525 "thiserror 1.0.69",
2526]
2527
2528[[package]]
2529name = "candle-onnx"
2530version = "0.9.1"
2531source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
2532dependencies = [
2533 "candle-core",
2534 "candle-nn",
2535 "prost 0.12.6",
2536]
2537
2538[[package]]
2539name = "cap-fs-ext"
2540version = "3.4.4"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2543dependencies = [
2544 "cap-primitives",
2545 "cap-std",
2546 "io-lifetimes",
2547 "windows-sys 0.59.0",
2548]
2549
2550[[package]]
2551name = "cap-net-ext"
2552version = "3.4.4"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2555dependencies = [
2556 "cap-primitives",
2557 "cap-std",
2558 "rustix 1.1.2",
2559 "smallvec",
2560]
2561
2562[[package]]
2563name = "cap-primitives"
2564version = "3.4.4"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2567dependencies = [
2568 "ambient-authority",
2569 "fs-set-times",
2570 "io-extras",
2571 "io-lifetimes",
2572 "ipnet",
2573 "maybe-owned",
2574 "rustix 1.1.2",
2575 "rustix-linux-procfs",
2576 "windows-sys 0.59.0",
2577 "winx",
2578]
2579
2580[[package]]
2581name = "cap-rand"
2582version = "3.4.4"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2585dependencies = [
2586 "ambient-authority",
2587 "rand 0.8.5",
2588]
2589
2590[[package]]
2591name = "cap-std"
2592version = "3.4.4"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2595dependencies = [
2596 "cap-primitives",
2597 "io-extras",
2598 "io-lifetimes",
2599 "rustix 1.1.2",
2600]
2601
2602[[package]]
2603name = "cap-time-ext"
2604version = "3.4.4"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2607dependencies = [
2608 "ambient-authority",
2609 "cap-primitives",
2610 "iana-time-zone",
2611 "once_cell",
2612 "rustix 1.1.2",
2613 "winx",
2614]
2615
2616[[package]]
2617name = "cargo-platform"
2618version = "0.1.9"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2621dependencies = [
2622 "serde",
2623]
2624
2625[[package]]
2626name = "cargo-platform"
2627version = "0.3.2"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
2630dependencies = [
2631 "serde",
2632 "serde_core",
2633]
2634
2635[[package]]
2636name = "cargo_metadata"
2637version = "0.19.2"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2640dependencies = [
2641 "camino",
2642 "cargo-platform 0.1.9",
2643 "semver",
2644 "serde",
2645 "serde_json",
2646 "thiserror 2.0.17",
2647]
2648
2649[[package]]
2650name = "cargo_metadata"
2651version = "0.23.1"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
2654dependencies = [
2655 "camino",
2656 "cargo-platform 0.3.2",
2657 "semver",
2658 "serde",
2659 "serde_json",
2660 "thiserror 2.0.17",
2661]
2662
2663[[package]]
2664name = "cargo_toml"
2665version = "0.21.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2668dependencies = [
2669 "serde",
2670 "toml 0.8.23",
2671]
2672
2673[[package]]
2674name = "cast"
2675version = "0.3.0"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2678
2679[[package]]
2680name = "cbc"
2681version = "0.1.2"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2684dependencies = [
2685 "cipher",
2686]
2687
2688[[package]]
2689name = "cbindgen"
2690version = "0.28.0"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2693dependencies = [
2694 "heck 0.4.1",
2695 "indexmap 2.11.4",
2696 "log",
2697 "proc-macro2",
2698 "quote",
2699 "serde",
2700 "serde_json",
2701 "syn 2.0.117",
2702 "tempfile",
2703 "toml 0.8.23",
2704]
2705
2706[[package]]
2707name = "cc"
2708version = "1.2.49"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2711dependencies = [
2712 "find-msvc-tools",
2713 "jobserver",
2714 "libc",
2715 "shlex",
2716]
2717
2718[[package]]
2719name = "cesu8"
2720version = "1.1.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2723
2724[[package]]
2725name = "cexpr"
2726version = "0.6.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2729dependencies = [
2730 "nom 7.1.3",
2731]
2732
2733[[package]]
2734name = "cfg-expr"
2735version = "0.20.6"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
2738dependencies = [
2739 "smallvec",
2740 "target-lexicon",
2741]
2742
2743[[package]]
2744name = "cfg-if"
2745version = "1.0.4"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2748
2749[[package]]
2750name = "cfg_aliases"
2751version = "0.1.1"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2754
2755[[package]]
2756name = "cfg_aliases"
2757version = "0.2.1"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2760
2761[[package]]
2762name = "cgl"
2763version = "0.3.2"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2766dependencies = [
2767 "libc",
2768]
2769
2770[[package]]
2771name = "channel"
2772version = "0.1.0"
2773dependencies = [
2774 "anyhow",
2775 "client",
2776 "clock",
2777 "collections",
2778 "futures 0.3.32",
2779 "gpui",
2780 "http_client",
2781 "language",
2782 "log",
2783 "postage",
2784 "release_channel",
2785 "rpc",
2786 "semver",
2787 "settings",
2788 "text",
2789 "time",
2790 "util",
2791]
2792
2793[[package]]
2794name = "chardetng"
2795version = "0.1.17"
2796source = "registry+https://github.com/rust-lang/crates.io-index"
2797checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
2798dependencies = [
2799 "cfg-if",
2800 "encoding_rs",
2801 "memchr",
2802]
2803
2804[[package]]
2805name = "chrono"
2806version = "0.4.42"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
2809dependencies = [
2810 "iana-time-zone",
2811 "js-sys",
2812 "num-traits",
2813 "serde",
2814 "wasm-bindgen",
2815 "windows-link 0.2.1",
2816]
2817
2818[[package]]
2819name = "chunked_transfer"
2820version = "1.5.0"
2821source = "registry+https://github.com/rust-lang/crates.io-index"
2822checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2823
2824[[package]]
2825name = "ciborium"
2826version = "0.2.2"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2829dependencies = [
2830 "ciborium-io",
2831 "ciborium-ll",
2832 "serde",
2833]
2834
2835[[package]]
2836name = "ciborium-io"
2837version = "0.2.2"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2840
2841[[package]]
2842name = "ciborium-ll"
2843version = "0.2.2"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2846dependencies = [
2847 "ciborium-io",
2848 "half",
2849]
2850
2851[[package]]
2852name = "cipher"
2853version = "0.4.4"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2856dependencies = [
2857 "crypto-common",
2858 "inout",
2859 "zeroize",
2860]
2861
2862[[package]]
2863name = "circular-buffer"
2864version = "1.2.0"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
2867
2868[[package]]
2869name = "clang-sys"
2870version = "1.8.1"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2873dependencies = [
2874 "glob",
2875 "libc",
2876 "libloading",
2877]
2878
2879[[package]]
2880name = "clap"
2881version = "4.5.49"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
2884dependencies = [
2885 "clap_builder",
2886 "clap_derive",
2887]
2888
2889[[package]]
2890name = "clap_builder"
2891version = "4.5.49"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
2894dependencies = [
2895 "anstream",
2896 "anstyle",
2897 "clap_lex",
2898 "strsim",
2899 "terminal_size",
2900]
2901
2902[[package]]
2903name = "clap_complete"
2904version = "4.5.59"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
2907dependencies = [
2908 "clap",
2909]
2910
2911[[package]]
2912name = "clap_derive"
2913version = "4.5.49"
2914source = "registry+https://github.com/rust-lang/crates.io-index"
2915checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
2916dependencies = [
2917 "heck 0.5.0",
2918 "proc-macro2",
2919 "quote",
2920 "syn 2.0.117",
2921]
2922
2923[[package]]
2924name = "clap_lex"
2925version = "0.7.6"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
2928
2929[[package]]
2930name = "cli"
2931version = "0.1.0"
2932dependencies = [
2933 "anyhow",
2934 "askpass",
2935 "clap",
2936 "collections",
2937 "console",
2938 "core-foundation 0.10.0",
2939 "core-services",
2940 "dialoguer",
2941 "exec",
2942 "fork",
2943 "ipc-channel",
2944 "parking_lot",
2945 "paths",
2946 "plist",
2947 "rayon",
2948 "release_channel",
2949 "serde",
2950 "serde_json",
2951 "tempfile",
2952 "util",
2953 "walkdir",
2954 "windows 0.61.3",
2955]
2956
2957[[package]]
2958name = "client"
2959version = "0.1.0"
2960dependencies = [
2961 "anyhow",
2962 "async-tungstenite",
2963 "base64 0.22.1",
2964 "chrono",
2965 "clock",
2966 "cloud_api_client",
2967 "cloud_api_types",
2968 "cloud_llm_client",
2969 "collections",
2970 "credentials_provider",
2971 "db",
2972 "derive_more",
2973 "feature_flags",
2974 "fs",
2975 "futures 0.3.32",
2976 "gpui",
2977 "gpui_tokio",
2978 "http_client",
2979 "http_client_tls",
2980 "httparse",
2981 "log",
2982 "objc2-foundation",
2983 "parking_lot",
2984 "paths",
2985 "postage",
2986 "rand 0.9.3",
2987 "regex",
2988 "release_channel",
2989 "rpc",
2990 "rustls-pki-types",
2991 "semver",
2992 "serde",
2993 "serde_json",
2994 "serde_urlencoded",
2995 "settings",
2996 "sha2",
2997 "smol",
2998 "telemetry",
2999 "telemetry_events",
3000 "text",
3001 "thiserror 2.0.17",
3002 "time",
3003 "tiny_http",
3004 "tokio",
3005 "tokio-native-tls",
3006 "tokio-rustls 0.26.2",
3007 "tokio-socks",
3008 "url",
3009 "util",
3010 "windows 0.61.3",
3011 "worktree",
3012 "zed_credentials_provider",
3013]
3014
3015[[package]]
3016name = "clock"
3017version = "0.1.0"
3018dependencies = [
3019 "parking_lot",
3020 "serde",
3021 "smallvec",
3022]
3023
3024[[package]]
3025name = "cloud_api_client"
3026version = "0.1.0"
3027dependencies = [
3028 "anyhow",
3029 "cloud_api_types",
3030 "futures 0.3.32",
3031 "gpui",
3032 "gpui_tokio",
3033 "http_client",
3034 "parking_lot",
3035 "serde_json",
3036 "smol",
3037 "thiserror 2.0.17",
3038 "yawc",
3039]
3040
3041[[package]]
3042name = "cloud_api_types"
3043version = "0.1.0"
3044dependencies = [
3045 "anyhow",
3046 "chrono",
3047 "ciborium",
3048 "cloud_llm_client",
3049 "pretty_assertions",
3050 "serde",
3051 "serde_json",
3052 "strum 0.27.2",
3053]
3054
3055[[package]]
3056name = "cloud_llm_client"
3057version = "0.1.0"
3058dependencies = [
3059 "anyhow",
3060 "serde",
3061 "serde_json",
3062 "strum 0.27.2",
3063 "uuid",
3064 "zeta_prompt",
3065]
3066
3067[[package]]
3068name = "cmake"
3069version = "0.1.56"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
3072dependencies = [
3073 "cc",
3074]
3075
3076[[package]]
3077name = "cobs"
3078version = "0.3.0"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
3081dependencies = [
3082 "thiserror 2.0.17",
3083]
3084
3085[[package]]
3086name = "cocoa"
3087version = "0.25.0"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
3090dependencies = [
3091 "bitflags 1.3.2",
3092 "block",
3093 "cocoa-foundation 0.1.2",
3094 "core-foundation 0.9.4",
3095 "core-graphics 0.23.2",
3096 "foreign-types 0.5.0",
3097 "libc",
3098 "objc",
3099]
3100
3101[[package]]
3102name = "cocoa"
3103version = "0.26.0"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
3106dependencies = [
3107 "bitflags 2.10.0",
3108 "block",
3109 "cocoa-foundation 0.2.0",
3110 "core-foundation 0.10.0",
3111 "core-graphics 0.24.0",
3112 "foreign-types 0.5.0",
3113 "libc",
3114 "objc",
3115]
3116
3117[[package]]
3118name = "cocoa-foundation"
3119version = "0.1.2"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
3122dependencies = [
3123 "bitflags 1.3.2",
3124 "block",
3125 "core-foundation 0.9.4",
3126 "core-graphics-types 0.1.3",
3127 "libc",
3128 "objc",
3129]
3130
3131[[package]]
3132name = "cocoa-foundation"
3133version = "0.2.0"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
3136dependencies = [
3137 "bitflags 2.10.0",
3138 "block",
3139 "core-foundation 0.10.0",
3140 "core-graphics-types 0.2.0",
3141 "libc",
3142 "objc",
3143]
3144
3145[[package]]
3146name = "codespan-reporting"
3147version = "0.13.0"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
3150dependencies = [
3151 "serde",
3152 "termcolor",
3153 "unicode-width",
3154]
3155
3156[[package]]
3157name = "codestral"
3158version = "0.1.0"
3159dependencies = [
3160 "anyhow",
3161 "edit_prediction",
3162 "edit_prediction_types",
3163 "futures 0.3.32",
3164 "gpui",
3165 "http_client",
3166 "icons",
3167 "language",
3168 "language_model",
3169 "log",
3170 "serde",
3171 "serde_json",
3172 "text",
3173 "zed_credentials_provider",
3174 "zeta_prompt",
3175]
3176
3177[[package]]
3178name = "collab"
3179version = "0.44.0"
3180dependencies = [
3181 "agent",
3182 "anyhow",
3183 "async-trait",
3184 "async-tungstenite",
3185 "aws-config",
3186 "aws-sdk-kinesis",
3187 "aws-sdk-s3",
3188 "axum",
3189 "buffer_diff",
3190 "call",
3191 "channel",
3192 "chrono",
3193 "client",
3194 "clock",
3195 "cloud_api_types",
3196 "collab",
3197 "collab_ui",
3198 "collections",
3199 "command_palette_hooks",
3200 "ctor",
3201 "dap",
3202 "dap_adapters",
3203 "dashmap",
3204 "debugger_ui",
3205 "editor",
3206 "envy",
3207 "extension",
3208 "file_finder",
3209 "fs",
3210 "futures 0.3.32",
3211 "git",
3212 "git_hosting_providers",
3213 "git_ui",
3214 "gpui",
3215 "gpui_tokio",
3216 "hex",
3217 "http_client",
3218 "indoc",
3219 "language",
3220 "language_model",
3221 "livekit_api",
3222 "livekit_client",
3223 "log",
3224 "lsp",
3225 "menu",
3226 "multi_buffer",
3227 "nanoid",
3228 "node_runtime",
3229 "notifications",
3230 "parking_lot",
3231 "pretty_assertions",
3232 "project",
3233 "prometheus",
3234 "prompt_store",
3235 "prost 0.9.0",
3236 "rand 0.9.3",
3237 "recent_projects",
3238 "release_channel",
3239 "remote",
3240 "remote_server",
3241 "reqwest 0.11.27",
3242 "rpc",
3243 "sea-orm",
3244 "sea-orm-macros",
3245 "semver",
3246 "serde",
3247 "serde_json",
3248 "session",
3249 "settings",
3250 "sha2",
3251 "smol",
3252 "sqlx",
3253 "strum 0.27.2",
3254 "task",
3255 "telemetry_events",
3256 "text",
3257 "theme",
3258 "theme_settings",
3259 "time",
3260 "tokio",
3261 "toml 0.8.23",
3262 "tower 0.4.13",
3263 "tower-http 0.4.4",
3264 "tracing",
3265 "tracing-subscriber",
3266 "unindent",
3267 "util",
3268 "uuid",
3269 "workspace",
3270 "worktree",
3271 "zed_actions",
3272 "zlog",
3273]
3274
3275[[package]]
3276name = "collab_ui"
3277version = "0.1.0"
3278dependencies = [
3279 "anyhow",
3280 "call",
3281 "channel",
3282 "client",
3283 "collections",
3284 "db",
3285 "editor",
3286 "futures 0.3.32",
3287 "fuzzy",
3288 "gpui",
3289 "livekit_client",
3290 "menu",
3291 "notifications",
3292 "picker",
3293 "project",
3294 "release_channel",
3295 "rpc",
3296 "serde",
3297 "serde_json",
3298 "settings",
3299 "smallvec",
3300 "telemetry",
3301 "theme",
3302 "theme_settings",
3303 "time",
3304 "title_bar",
3305 "ui",
3306 "util",
3307 "workspace",
3308 "zed_actions",
3309]
3310
3311[[package]]
3312name = "collections"
3313version = "0.1.0"
3314dependencies = [
3315 "indexmap 2.11.4",
3316 "rustc-hash 2.1.1",
3317]
3318
3319[[package]]
3320name = "color_quant"
3321version = "1.1.0"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3324
3325[[package]]
3326name = "colorchoice"
3327version = "1.0.4"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
3330
3331[[package]]
3332name = "combine"
3333version = "4.6.7"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3336dependencies = [
3337 "bytes 1.11.1",
3338 "memchr",
3339]
3340
3341[[package]]
3342name = "command-fds"
3343version = "0.3.2"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
3346dependencies = [
3347 "nix 0.30.1",
3348 "thiserror 2.0.17",
3349]
3350
3351[[package]]
3352name = "command_palette"
3353version = "0.1.0"
3354dependencies = [
3355 "anyhow",
3356 "client",
3357 "collections",
3358 "command_palette_hooks",
3359 "db",
3360 "editor",
3361 "fuzzy_nucleo",
3362 "go_to_line",
3363 "gpui",
3364 "language",
3365 "log",
3366 "menu",
3367 "picker",
3368 "postage",
3369 "project",
3370 "serde",
3371 "settings",
3372 "telemetry",
3373 "theme",
3374 "theme_settings",
3375 "time",
3376 "ui",
3377 "util",
3378 "workspace",
3379 "zed_actions",
3380]
3381
3382[[package]]
3383name = "command_palette_hooks"
3384version = "0.1.0"
3385dependencies = [
3386 "collections",
3387 "derive_more",
3388 "gpui",
3389 "workspace",
3390]
3391
3392[[package]]
3393name = "compliance"
3394version = "0.1.0"
3395dependencies = [
3396 "anyhow",
3397 "async-trait",
3398 "derive_more",
3399 "futures 0.3.32",
3400 "indoc",
3401 "itertools 0.14.0",
3402 "jsonwebtoken",
3403 "octocrab",
3404 "regex",
3405 "semver",
3406 "serde",
3407 "serde_json",
3408 "tokio",
3409]
3410
3411[[package]]
3412name = "component"
3413version = "0.1.0"
3414dependencies = [
3415 "collections",
3416 "documented",
3417 "gpui",
3418 "inventory",
3419 "parking_lot",
3420 "strum 0.27.2",
3421 "theme",
3422]
3423
3424[[package]]
3425name = "component_preview"
3426version = "0.1.0"
3427dependencies = [
3428 "anyhow",
3429 "client",
3430 "collections",
3431 "component",
3432 "db",
3433 "fs",
3434 "gpui",
3435 "gpui_platform",
3436 "language",
3437 "log",
3438 "node_runtime",
3439 "notifications",
3440 "project",
3441 "release_channel",
3442 "reqwest_client",
3443 "session",
3444 "settings",
3445 "theme",
3446 "theme_settings",
3447 "ui",
3448 "ui_input",
3449 "uuid",
3450 "workspace",
3451]
3452
3453[[package]]
3454name = "compression-codecs"
3455version = "0.4.31"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
3458dependencies = [
3459 "bzip2 0.6.1",
3460 "compression-core",
3461 "deflate64",
3462 "flate2",
3463 "memchr",
3464]
3465
3466[[package]]
3467name = "compression-core"
3468version = "0.4.29"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
3471
3472[[package]]
3473name = "concurrent-queue"
3474version = "2.5.0"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3477dependencies = [
3478 "crossbeam-utils",
3479]
3480
3481[[package]]
3482name = "console"
3483version = "0.16.3"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
3486dependencies = [
3487 "encode_unicode",
3488 "libc",
3489 "unicode-width",
3490 "windows-sys 0.61.2",
3491]
3492
3493[[package]]
3494name = "console_error_panic_hook"
3495version = "0.1.7"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
3498dependencies = [
3499 "cfg-if",
3500 "wasm-bindgen",
3501]
3502
3503[[package]]
3504name = "const-oid"
3505version = "0.9.6"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3508
3509[[package]]
3510name = "const-random"
3511version = "0.1.18"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3514dependencies = [
3515 "const-random-macro",
3516]
3517
3518[[package]]
3519name = "const-random-macro"
3520version = "0.1.16"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3523dependencies = [
3524 "getrandom 0.2.16",
3525 "once_cell",
3526 "tiny-keccak",
3527]
3528
3529[[package]]
3530name = "const_format"
3531version = "0.2.35"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
3534dependencies = [
3535 "const_format_proc_macros",
3536]
3537
3538[[package]]
3539name = "const_format_proc_macros"
3540version = "0.2.34"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
3543dependencies = [
3544 "proc-macro2",
3545 "quote",
3546 "unicode-xid",
3547]
3548
3549[[package]]
3550name = "constant_time_eq"
3551version = "0.1.5"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3554
3555[[package]]
3556name = "context_server"
3557version = "0.1.0"
3558dependencies = [
3559 "anyhow",
3560 "async-trait",
3561 "base64 0.22.1",
3562 "collections",
3563 "futures 0.3.32",
3564 "gpui",
3565 "http_client",
3566 "log",
3567 "net",
3568 "parking_lot",
3569 "postage",
3570 "rand 0.9.3",
3571 "schemars 1.0.4",
3572 "serde",
3573 "serde_json",
3574 "settings",
3575 "sha2",
3576 "slotmap",
3577 "smol",
3578 "tempfile",
3579 "tiny_http",
3580 "url",
3581 "util",
3582]
3583
3584[[package]]
3585name = "convert_case"
3586version = "0.8.0"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3589dependencies = [
3590 "unicode-segmentation",
3591]
3592
3593[[package]]
3594name = "convert_case"
3595version = "0.10.0"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
3598dependencies = [
3599 "unicode-segmentation",
3600]
3601
3602[[package]]
3603name = "convert_case"
3604version = "0.11.0"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
3607dependencies = [
3608 "unicode-segmentation",
3609]
3610
3611[[package]]
3612name = "copilot"
3613version = "0.1.0"
3614dependencies = [
3615 "anyhow",
3616 "async-std",
3617 "collections",
3618 "command_palette_hooks",
3619 "copilot_chat",
3620 "edit_prediction_types",
3621 "editor",
3622 "fs",
3623 "futures 0.3.32",
3624 "gpui",
3625 "icons",
3626 "indoc",
3627 "language",
3628 "log",
3629 "lsp",
3630 "node_runtime",
3631 "parking_lot",
3632 "paths",
3633 "pretty_assertions",
3634 "project",
3635 "rpc",
3636 "semver",
3637 "serde",
3638 "serde_json",
3639 "settings",
3640 "sum_tree",
3641 "theme",
3642 "theme_settings",
3643 "util",
3644 "workspace",
3645 "zlog",
3646]
3647
3648[[package]]
3649name = "copilot_chat"
3650version = "0.1.0"
3651dependencies = [
3652 "anthropic",
3653 "anyhow",
3654 "collections",
3655 "dirs",
3656 "fs",
3657 "futures 0.3.32",
3658 "gpui",
3659 "http_client",
3660 "log",
3661 "paths",
3662 "serde",
3663 "serde_json",
3664 "settings",
3665]
3666
3667[[package]]
3668name = "copilot_ui"
3669version = "0.1.0"
3670dependencies = [
3671 "anyhow",
3672 "copilot",
3673 "gpui",
3674 "language",
3675 "log",
3676 "lsp",
3677 "menu",
3678 "project",
3679 "serde_json",
3680 "settings",
3681 "ui",
3682 "util",
3683 "workspace",
3684]
3685
3686[[package]]
3687name = "core-foundation"
3688version = "0.9.4"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3691dependencies = [
3692 "core-foundation-sys",
3693 "libc",
3694]
3695
3696[[package]]
3697name = "core-foundation"
3698version = "0.10.0"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3701dependencies = [
3702 "core-foundation-sys",
3703 "libc",
3704]
3705
3706[[package]]
3707name = "core-foundation-sys"
3708version = "0.8.7"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3711
3712[[package]]
3713name = "core-graphics"
3714version = "0.23.2"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3717dependencies = [
3718 "bitflags 1.3.2",
3719 "core-foundation 0.9.4",
3720 "core-graphics-types 0.1.3",
3721 "foreign-types 0.5.0",
3722 "libc",
3723]
3724
3725[[package]]
3726name = "core-graphics"
3727version = "0.24.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3730dependencies = [
3731 "bitflags 2.10.0",
3732 "core-foundation 0.10.0",
3733 "core-graphics-types 0.2.0",
3734 "foreign-types 0.5.0",
3735 "libc",
3736]
3737
3738[[package]]
3739name = "core-graphics-helmer-fork"
3740version = "0.24.0"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3743dependencies = [
3744 "bitflags 2.10.0",
3745 "core-foundation 0.9.4",
3746 "core-graphics-types 0.1.3",
3747 "foreign-types 0.5.0",
3748 "libc",
3749]
3750
3751[[package]]
3752name = "core-graphics-types"
3753version = "0.1.3"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3756dependencies = [
3757 "bitflags 1.3.2",
3758 "core-foundation 0.9.4",
3759 "libc",
3760]
3761
3762[[package]]
3763name = "core-graphics-types"
3764version = "0.2.0"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3767dependencies = [
3768 "bitflags 2.10.0",
3769 "core-foundation 0.10.0",
3770 "libc",
3771]
3772
3773[[package]]
3774name = "core-graphics2"
3775version = "0.5.2"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
3778dependencies = [
3779 "bitflags 2.10.0",
3780 "block",
3781 "cfg-if",
3782 "core-foundation 0.10.0",
3783 "libc",
3784]
3785
3786[[package]]
3787name = "core-services"
3788version = "0.2.1"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3791dependencies = [
3792 "core-foundation 0.9.4",
3793]
3794
3795[[package]]
3796name = "core-text"
3797version = "21.0.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3800dependencies = [
3801 "core-foundation 0.10.0",
3802 "core-graphics 0.24.0",
3803 "foreign-types 0.5.0",
3804 "libc",
3805]
3806
3807[[package]]
3808name = "core-video"
3809version = "0.5.2"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
3812dependencies = [
3813 "block",
3814 "core-foundation 0.10.0",
3815 "core-graphics2",
3816 "io-surface",
3817 "libc",
3818 "metal",
3819]
3820
3821[[package]]
3822name = "core2"
3823version = "0.4.0"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
3826dependencies = [
3827 "memchr",
3828]
3829
3830[[package]]
3831name = "core_maths"
3832version = "0.1.1"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3835dependencies = [
3836 "libm",
3837]
3838
3839[[package]]
3840name = "coreaudio-rs"
3841version = "0.12.1"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3844dependencies = [
3845 "bitflags 1.3.2",
3846 "core-foundation-sys",
3847 "coreaudio-sys",
3848]
3849
3850[[package]]
3851name = "coreaudio-rs"
3852version = "0.13.0"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
3855dependencies = [
3856 "bitflags 1.3.2",
3857 "libc",
3858 "objc2-audio-toolbox",
3859 "objc2-core-audio",
3860 "objc2-core-audio-types",
3861 "objc2-core-foundation",
3862]
3863
3864[[package]]
3865name = "coreaudio-sys"
3866version = "0.2.17"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
3869dependencies = [
3870 "bindgen 0.72.1",
3871]
3872
3873[[package]]
3874name = "cosmic-text"
3875version = "0.17.1"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
3878dependencies = [
3879 "bitflags 2.10.0",
3880 "fontdb 0.23.0",
3881 "harfrust",
3882 "linebender_resource_handle",
3883 "log",
3884 "rangemap",
3885 "rustc-hash 2.1.1",
3886 "self_cell",
3887 "skrifa 0.40.0",
3888 "smol_str",
3889 "swash",
3890 "sys-locale",
3891 "unicode-bidi",
3892 "unicode-linebreak",
3893 "unicode-script",
3894 "unicode-segmentation",
3895]
3896
3897[[package]]
3898name = "cpal"
3899version = "0.17.1"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
3902dependencies = [
3903 "alsa",
3904 "coreaudio-rs 0.13.0",
3905 "dasp_sample",
3906 "jni",
3907 "js-sys",
3908 "libc",
3909 "mach2 0.5.0",
3910 "ndk",
3911 "ndk-context",
3912 "num-derive",
3913 "num-traits",
3914 "objc2",
3915 "objc2-audio-toolbox",
3916 "objc2-avf-audio",
3917 "objc2-core-audio",
3918 "objc2-core-audio-types",
3919 "objc2-core-foundation",
3920 "objc2-foundation",
3921 "wasm-bindgen",
3922 "wasm-bindgen-futures",
3923 "web-sys",
3924 "windows 0.62.2",
3925]
3926
3927[[package]]
3928name = "cpp_demangle"
3929version = "0.4.5"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
3932dependencies = [
3933 "cfg-if",
3934]
3935
3936[[package]]
3937name = "cpufeatures"
3938version = "0.2.17"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3941dependencies = [
3942 "libc",
3943]
3944
3945[[package]]
3946name = "cranelift-assembler-x64"
3947version = "0.123.7"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
3950dependencies = [
3951 "cranelift-assembler-x64-meta",
3952]
3953
3954[[package]]
3955name = "cranelift-assembler-x64-meta"
3956version = "0.123.7"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
3959dependencies = [
3960 "cranelift-srcgen",
3961]
3962
3963[[package]]
3964name = "cranelift-bforest"
3965version = "0.123.7"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
3968dependencies = [
3969 "cranelift-entity",
3970]
3971
3972[[package]]
3973name = "cranelift-bitset"
3974version = "0.123.7"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
3977dependencies = [
3978 "serde",
3979 "serde_derive",
3980]
3981
3982[[package]]
3983name = "cranelift-codegen"
3984version = "0.123.7"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
3987dependencies = [
3988 "bumpalo",
3989 "cranelift-assembler-x64",
3990 "cranelift-bforest",
3991 "cranelift-bitset",
3992 "cranelift-codegen-meta",
3993 "cranelift-codegen-shared",
3994 "cranelift-control",
3995 "cranelift-entity",
3996 "cranelift-isle",
3997 "gimli",
3998 "hashbrown 0.15.5",
3999 "log",
4000 "postcard",
4001 "pulley-interpreter",
4002 "regalloc2",
4003 "rustc-hash 2.1.1",
4004 "serde",
4005 "serde_derive",
4006 "sha2",
4007 "smallvec",
4008 "target-lexicon",
4009 "wasmtime-internal-math",
4010]
4011
4012[[package]]
4013name = "cranelift-codegen-meta"
4014version = "0.123.7"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
4017dependencies = [
4018 "cranelift-assembler-x64-meta",
4019 "cranelift-codegen-shared",
4020 "cranelift-srcgen",
4021 "heck 0.5.0",
4022 "pulley-interpreter",
4023]
4024
4025[[package]]
4026name = "cranelift-codegen-shared"
4027version = "0.123.7"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
4030
4031[[package]]
4032name = "cranelift-control"
4033version = "0.123.7"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
4036dependencies = [
4037 "arbitrary",
4038]
4039
4040[[package]]
4041name = "cranelift-entity"
4042version = "0.123.7"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
4045dependencies = [
4046 "cranelift-bitset",
4047 "serde",
4048 "serde_derive",
4049]
4050
4051[[package]]
4052name = "cranelift-frontend"
4053version = "0.123.7"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
4056dependencies = [
4057 "cranelift-codegen",
4058 "log",
4059 "smallvec",
4060 "target-lexicon",
4061]
4062
4063[[package]]
4064name = "cranelift-isle"
4065version = "0.123.7"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
4068
4069[[package]]
4070name = "cranelift-native"
4071version = "0.123.7"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
4074dependencies = [
4075 "cranelift-codegen",
4076 "libc",
4077 "target-lexicon",
4078]
4079
4080[[package]]
4081name = "cranelift-srcgen"
4082version = "0.123.7"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
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.32",
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.3",
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 "gpui",
4174 "serde",
4175]
4176
4177[[package]]
4178name = "criterion"
4179version = "0.5.1"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
4182dependencies = [
4183 "anes",
4184 "cast",
4185 "ciborium",
4186 "clap",
4187 "criterion-plot",
4188 "is-terminal",
4189 "itertools 0.10.5",
4190 "num-traits",
4191 "once_cell",
4192 "oorandom",
4193 "plotters",
4194 "rayon",
4195 "regex",
4196 "serde",
4197 "serde_derive",
4198 "serde_json",
4199 "tinytemplate",
4200 "walkdir",
4201]
4202
4203[[package]]
4204name = "criterion-plot"
4205version = "0.5.0"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
4208dependencies = [
4209 "cast",
4210 "itertools 0.10.5",
4211]
4212
4213[[package]]
4214name = "crossbeam"
4215version = "0.8.4"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
4218dependencies = [
4219 "crossbeam-channel",
4220 "crossbeam-deque",
4221 "crossbeam-epoch",
4222 "crossbeam-queue",
4223 "crossbeam-utils",
4224]
4225
4226[[package]]
4227name = "crossbeam-channel"
4228version = "0.5.15"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
4231dependencies = [
4232 "crossbeam-utils",
4233]
4234
4235[[package]]
4236name = "crossbeam-deque"
4237version = "0.8.6"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
4240dependencies = [
4241 "crossbeam-epoch",
4242 "crossbeam-utils",
4243]
4244
4245[[package]]
4246name = "crossbeam-epoch"
4247version = "0.9.18"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
4250dependencies = [
4251 "crossbeam-utils",
4252]
4253
4254[[package]]
4255name = "crossbeam-queue"
4256version = "0.3.12"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
4259dependencies = [
4260 "crossbeam-utils",
4261]
4262
4263[[package]]
4264name = "crossbeam-utils"
4265version = "0.8.21"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
4268
4269[[package]]
4270name = "crunchy"
4271version = "0.2.4"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
4274
4275[[package]]
4276name = "crypto-bigint"
4277version = "0.4.9"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
4280dependencies = [
4281 "generic-array",
4282 "rand_core 0.6.4",
4283 "subtle",
4284 "zeroize",
4285]
4286
4287[[package]]
4288name = "crypto-bigint"
4289version = "0.5.5"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
4292dependencies = [
4293 "rand_core 0.6.4",
4294 "subtle",
4295]
4296
4297[[package]]
4298name = "crypto-common"
4299version = "0.1.6"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
4302dependencies = [
4303 "generic-array",
4304 "typenum",
4305]
4306
4307[[package]]
4308name = "cssparser"
4309version = "0.35.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
4312dependencies = [
4313 "cssparser-macros",
4314 "dtoa-short",
4315 "itoa",
4316 "phf 0.11.3",
4317 "smallvec",
4318]
4319
4320[[package]]
4321name = "cssparser-macros"
4322version = "0.6.1"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
4325dependencies = [
4326 "quote",
4327 "syn 2.0.117",
4328]
4329
4330[[package]]
4331name = "csv_preview"
4332version = "0.1.0"
4333dependencies = [
4334 "anyhow",
4335 "editor",
4336 "feature_flags",
4337 "gpui",
4338 "log",
4339 "text",
4340 "ui",
4341 "workspace",
4342]
4343
4344[[package]]
4345name = "ctor"
4346version = "0.4.3"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
4349dependencies = [
4350 "ctor-proc-macro",
4351 "dtor",
4352]
4353
4354[[package]]
4355name = "ctor-proc-macro"
4356version = "0.0.6"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
4359
4360[[package]]
4361name = "ctrlc"
4362version = "3.5.0"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
4365dependencies = [
4366 "dispatch",
4367 "nix 0.30.1",
4368 "windows-sys 0.61.2",
4369]
4370
4371[[package]]
4372name = "cursor-icon"
4373version = "1.2.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
4376
4377[[package]]
4378name = "cxx"
4379version = "1.0.187"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
4382dependencies = [
4383 "cc",
4384 "cxx-build",
4385 "cxxbridge-cmd",
4386 "cxxbridge-flags",
4387 "cxxbridge-macro",
4388 "foldhash 0.2.0",
4389 "link-cplusplus",
4390]
4391
4392[[package]]
4393name = "cxx-build"
4394version = "1.0.187"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
4397dependencies = [
4398 "cc",
4399 "codespan-reporting",
4400 "indexmap 2.11.4",
4401 "proc-macro2",
4402 "quote",
4403 "scratch",
4404 "syn 2.0.117",
4405]
4406
4407[[package]]
4408name = "cxxbridge-cmd"
4409version = "1.0.187"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
4412dependencies = [
4413 "clap",
4414 "codespan-reporting",
4415 "indexmap 2.11.4",
4416 "proc-macro2",
4417 "quote",
4418 "syn 2.0.117",
4419]
4420
4421[[package]]
4422name = "cxxbridge-flags"
4423version = "1.0.187"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
4426
4427[[package]]
4428name = "cxxbridge-macro"
4429version = "1.0.187"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
4432dependencies = [
4433 "indexmap 2.11.4",
4434 "proc-macro2",
4435 "quote",
4436 "syn 2.0.117",
4437]
4438
4439[[package]]
4440name = "dap"
4441version = "0.1.0"
4442dependencies = [
4443 "anyhow",
4444 "async-compression",
4445 "async-pipe",
4446 "async-tar",
4447 "async-trait",
4448 "client",
4449 "collections",
4450 "dap-types",
4451 "fs",
4452 "futures 0.3.32",
4453 "gpui",
4454 "http_client",
4455 "language",
4456 "libc",
4457 "log",
4458 "node_runtime",
4459 "parking_lot",
4460 "paths",
4461 "proto",
4462 "schemars 1.0.4",
4463 "serde",
4464 "serde_json",
4465 "settings",
4466 "smallvec",
4467 "smol",
4468 "task",
4469 "telemetry",
4470 "util",
4471 "zlog",
4472]
4473
4474[[package]]
4475name = "dap-types"
4476version = "0.0.1"
4477source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
4478dependencies = [
4479 "schemars 1.0.4",
4480 "serde",
4481 "serde_json",
4482]
4483
4484[[package]]
4485name = "dap_adapters"
4486version = "0.1.0"
4487dependencies = [
4488 "anyhow",
4489 "async-trait",
4490 "collections",
4491 "dap",
4492 "dotenvy",
4493 "fs",
4494 "futures 0.3.32",
4495 "gpui",
4496 "http_client",
4497 "json_dotpath",
4498 "language",
4499 "log",
4500 "node_runtime",
4501 "paths",
4502 "serde",
4503 "serde_json",
4504 "settings",
4505 "smol",
4506 "task",
4507 "util",
4508]
4509
4510[[package]]
4511name = "darling"
4512version = "0.20.11"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4515dependencies = [
4516 "darling_core 0.20.11",
4517 "darling_macro 0.20.11",
4518]
4519
4520[[package]]
4521name = "darling"
4522version = "0.21.3"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
4525dependencies = [
4526 "darling_core 0.21.3",
4527 "darling_macro 0.21.3",
4528]
4529
4530[[package]]
4531name = "darling"
4532version = "0.23.0"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
4535dependencies = [
4536 "darling_core 0.23.0",
4537 "darling_macro 0.23.0",
4538]
4539
4540[[package]]
4541name = "darling_core"
4542version = "0.20.11"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4545dependencies = [
4546 "fnv",
4547 "ident_case",
4548 "proc-macro2",
4549 "quote",
4550 "strsim",
4551 "syn 2.0.117",
4552]
4553
4554[[package]]
4555name = "darling_core"
4556version = "0.21.3"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
4559dependencies = [
4560 "fnv",
4561 "ident_case",
4562 "proc-macro2",
4563 "quote",
4564 "strsim",
4565 "syn 2.0.117",
4566]
4567
4568[[package]]
4569name = "darling_core"
4570version = "0.23.0"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
4573dependencies = [
4574 "ident_case",
4575 "proc-macro2",
4576 "quote",
4577 "strsim",
4578 "syn 2.0.117",
4579]
4580
4581[[package]]
4582name = "darling_macro"
4583version = "0.20.11"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4586dependencies = [
4587 "darling_core 0.20.11",
4588 "quote",
4589 "syn 2.0.117",
4590]
4591
4592[[package]]
4593name = "darling_macro"
4594version = "0.21.3"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
4597dependencies = [
4598 "darling_core 0.21.3",
4599 "quote",
4600 "syn 2.0.117",
4601]
4602
4603[[package]]
4604name = "darling_macro"
4605version = "0.23.0"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
4608dependencies = [
4609 "darling_core 0.23.0",
4610 "quote",
4611 "syn 2.0.117",
4612]
4613
4614[[package]]
4615name = "dashmap"
4616version = "6.1.0"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4619dependencies = [
4620 "cfg-if",
4621 "crossbeam-utils",
4622 "hashbrown 0.14.5",
4623 "lock_api",
4624 "once_cell",
4625 "parking_lot_core",
4626]
4627
4628[[package]]
4629name = "dasp_sample"
4630version = "0.11.0"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4633
4634[[package]]
4635name = "data-encoding"
4636version = "2.9.0"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4639
4640[[package]]
4641name = "data-url"
4642version = "0.3.2"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
4645
4646[[package]]
4647name = "db"
4648version = "0.1.0"
4649dependencies = [
4650 "anyhow",
4651 "gpui",
4652 "indoc",
4653 "inventory",
4654 "log",
4655 "paths",
4656 "release_channel",
4657 "smol",
4658 "sqlez",
4659 "sqlez_macros",
4660 "tempfile",
4661 "util",
4662 "uuid",
4663 "zed_env_vars",
4664]
4665
4666[[package]]
4667name = "dbus"
4668version = "0.9.9"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
4671dependencies = [
4672 "libc",
4673 "libdbus-sys",
4674 "windows-sys 0.59.0",
4675]
4676
4677[[package]]
4678name = "debug_adapter_extension"
4679version = "0.1.0"
4680dependencies = [
4681 "anyhow",
4682 "async-trait",
4683 "collections",
4684 "dap",
4685 "extension",
4686 "gpui",
4687 "serde_json",
4688 "task",
4689 "util",
4690]
4691
4692[[package]]
4693name = "debugger_tools"
4694version = "0.1.0"
4695dependencies = [
4696 "anyhow",
4697 "dap",
4698 "editor",
4699 "futures 0.3.32",
4700 "gpui",
4701 "project",
4702 "serde_json",
4703 "settings",
4704 "smol",
4705 "util",
4706 "workspace",
4707]
4708
4709[[package]]
4710name = "debugger_ui"
4711version = "0.1.0"
4712dependencies = [
4713 "alacritty_terminal",
4714 "anyhow",
4715 "bitflags 2.10.0",
4716 "client",
4717 "collections",
4718 "command_palette_hooks",
4719 "dap",
4720 "dap_adapters",
4721 "db",
4722 "debugger_tools",
4723 "editor",
4724 "feature_flags",
4725 "file_icons",
4726 "futures 0.3.32",
4727 "fuzzy",
4728 "gpui",
4729 "hex",
4730 "indoc",
4731 "itertools 0.14.0",
4732 "language",
4733 "log",
4734 "menu",
4735 "notifications",
4736 "parking_lot",
4737 "parse_int",
4738 "paths",
4739 "picker",
4740 "pretty_assertions",
4741 "project",
4742 "rpc",
4743 "schemars 1.0.4",
4744 "serde",
4745 "serde_json",
4746 "serde_json_lenient",
4747 "settings",
4748 "sysinfo 0.37.2",
4749 "task",
4750 "tasks_ui",
4751 "terminal_view",
4752 "text",
4753 "theme",
4754 "theme_settings",
4755 "tree-sitter",
4756 "tree-sitter-go",
4757 "tree-sitter-json",
4758 "ui",
4759 "ui_input",
4760 "unindent",
4761 "util",
4762 "workspace",
4763 "zed_actions",
4764 "zlog",
4765]
4766
4767[[package]]
4768name = "debugid"
4769version = "0.8.0"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
4772dependencies = [
4773 "uuid",
4774]
4775
4776[[package]]
4777name = "deepseek"
4778version = "0.1.0"
4779dependencies = [
4780 "anyhow",
4781 "futures 0.3.32",
4782 "http_client",
4783 "schemars 1.0.4",
4784 "serde",
4785 "serde_json",
4786]
4787
4788[[package]]
4789name = "deflate64"
4790version = "0.1.10"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
4793
4794[[package]]
4795name = "denoise"
4796version = "0.1.0"
4797dependencies = [
4798 "candle-core",
4799 "candle-onnx",
4800 "log",
4801 "realfft",
4802 "rodio",
4803 "rustfft",
4804 "thiserror 2.0.17",
4805]
4806
4807[[package]]
4808name = "der"
4809version = "0.6.1"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4812dependencies = [
4813 "const-oid",
4814 "zeroize",
4815]
4816
4817[[package]]
4818name = "der"
4819version = "0.7.10"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4822dependencies = [
4823 "const-oid",
4824 "pem-rfc7468",
4825 "zeroize",
4826]
4827
4828[[package]]
4829name = "deranged"
4830version = "0.5.4"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
4833dependencies = [
4834 "powerfmt",
4835 "serde_core",
4836]
4837
4838[[package]]
4839name = "derive_arbitrary"
4840version = "1.4.2"
4841source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
4843dependencies = [
4844 "proc-macro2",
4845 "quote",
4846 "syn 2.0.117",
4847]
4848
4849[[package]]
4850name = "derive_more"
4851version = "2.1.1"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
4854dependencies = [
4855 "derive_more-impl",
4856]
4857
4858[[package]]
4859name = "derive_more-impl"
4860version = "2.1.1"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
4863dependencies = [
4864 "convert_case 0.10.0",
4865 "proc-macro2",
4866 "quote",
4867 "rustc_version",
4868 "syn 2.0.117",
4869 "unicode-xid",
4870]
4871
4872[[package]]
4873name = "derive_refineable"
4874version = "0.1.0"
4875dependencies = [
4876 "proc-macro2",
4877 "quote",
4878 "syn 2.0.117",
4879]
4880
4881[[package]]
4882name = "derive_setters"
4883version = "0.1.9"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
4886dependencies = [
4887 "darling 0.21.3",
4888 "proc-macro2",
4889 "quote",
4890 "syn 2.0.117",
4891]
4892
4893[[package]]
4894name = "dev_container"
4895version = "0.1.0"
4896dependencies = [
4897 "async-tar",
4898 "async-trait",
4899 "env_logger 0.11.8",
4900 "fs",
4901 "futures 0.3.32",
4902 "gpui",
4903 "http 1.3.1",
4904 "http_client",
4905 "log",
4906 "menu",
4907 "paths",
4908 "picker",
4909 "project",
4910 "regex",
4911 "serde",
4912 "serde_json",
4913 "serde_json_lenient",
4914 "settings",
4915 "shlex",
4916 "ui",
4917 "util",
4918 "walkdir",
4919 "workspace",
4920 "worktree",
4921]
4922
4923[[package]]
4924name = "diagnostics"
4925version = "0.1.0"
4926dependencies = [
4927 "agent_settings",
4928 "anyhow",
4929 "collections",
4930 "component",
4931 "ctor",
4932 "editor",
4933 "gpui",
4934 "indoc",
4935 "itertools 0.14.0",
4936 "language",
4937 "log",
4938 "lsp",
4939 "markdown",
4940 "pretty_assertions",
4941 "project",
4942 "rand 0.9.3",
4943 "serde",
4944 "serde_json",
4945 "settings",
4946 "text",
4947 "theme",
4948 "theme_settings",
4949 "ui",
4950 "unindent",
4951 "util",
4952 "workspace",
4953 "zed_actions",
4954 "zlog",
4955]
4956
4957[[package]]
4958name = "dialoguer"
4959version = "0.12.0"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
4962dependencies = [
4963 "console",
4964 "shell-words",
4965]
4966
4967[[package]]
4968name = "diff"
4969version = "0.1.13"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4972
4973[[package]]
4974name = "diffy"
4975version = "0.4.2"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4978dependencies = [
4979 "nu-ansi-term",
4980]
4981
4982[[package]]
4983name = "digest"
4984version = "0.10.7"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4987dependencies = [
4988 "block-buffer",
4989 "const-oid",
4990 "crypto-common",
4991 "subtle",
4992]
4993
4994[[package]]
4995name = "dirs"
4996version = "6.0.0"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4999dependencies = [
5000 "dirs-sys",
5001]
5002
5003[[package]]
5004name = "dirs-sys"
5005version = "0.5.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
5008dependencies = [
5009 "libc",
5010 "option-ext",
5011 "redox_users",
5012 "windows-sys 0.61.2",
5013]
5014
5015[[package]]
5016name = "dispatch"
5017version = "0.2.0"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
5020
5021[[package]]
5022name = "dispatch2"
5023version = "0.3.1"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
5026dependencies = [
5027 "bitflags 2.10.0",
5028 "block2",
5029 "libc",
5030 "objc2",
5031]
5032
5033[[package]]
5034name = "displaydoc"
5035version = "0.2.5"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
5038dependencies = [
5039 "proc-macro2",
5040 "quote",
5041 "syn 2.0.117",
5042]
5043
5044[[package]]
5045name = "dlib"
5046version = "0.5.2"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
5049dependencies = [
5050 "libloading",
5051]
5052
5053[[package]]
5054name = "docs_preprocessor"
5055version = "0.1.0"
5056dependencies = [
5057 "anyhow",
5058 "collections",
5059 "jsonschema",
5060 "mdbook",
5061 "regex",
5062 "schemars 1.0.4",
5063 "serde",
5064 "serde_json",
5065 "settings",
5066 "task",
5067 "theme",
5068 "util",
5069 "zlog",
5070]
5071
5072[[package]]
5073name = "document-features"
5074version = "0.2.12"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
5077dependencies = [
5078 "litrs",
5079]
5080
5081[[package]]
5082name = "documented"
5083version = "0.9.2"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
5086dependencies = [
5087 "documented-macros",
5088 "phf 0.12.1",
5089 "thiserror 2.0.17",
5090]
5091
5092[[package]]
5093name = "documented-macros"
5094version = "0.9.2"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
5097dependencies = [
5098 "convert_case 0.8.0",
5099 "itertools 0.14.0",
5100 "optfield",
5101 "proc-macro2",
5102 "quote",
5103 "strum 0.27.2",
5104 "syn 2.0.117",
5105]
5106
5107[[package]]
5108name = "dotenvy"
5109version = "0.15.7"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
5112
5113[[package]]
5114name = "downcast-rs"
5115version = "1.2.1"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
5118
5119[[package]]
5120name = "doxygen-rs"
5121version = "0.4.2"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
5124dependencies = [
5125 "phf 0.11.3",
5126]
5127
5128[[package]]
5129name = "dtoa"
5130version = "1.0.10"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
5133
5134[[package]]
5135name = "dtoa-short"
5136version = "0.3.5"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
5139dependencies = [
5140 "dtoa",
5141]
5142
5143[[package]]
5144name = "dtor"
5145version = "0.0.6"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
5148dependencies = [
5149 "dtor-proc-macro",
5150]
5151
5152[[package]]
5153name = "dtor-proc-macro"
5154version = "0.0.5"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
5157
5158[[package]]
5159name = "dunce"
5160version = "1.0.5"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
5163
5164[[package]]
5165name = "dwrote"
5166version = "0.11.5"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
5169dependencies = [
5170 "lazy_static",
5171 "libc",
5172 "winapi",
5173 "wio",
5174]
5175
5176[[package]]
5177name = "dyn-clone"
5178version = "1.0.20"
5179source = "registry+https://github.com/rust-lang/crates.io-index"
5180checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
5181
5182[[package]]
5183name = "dyn-stack"
5184version = "0.10.0"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
5187dependencies = [
5188 "bytemuck",
5189 "reborrow",
5190]
5191
5192[[package]]
5193name = "dyn-stack"
5194version = "0.13.2"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
5197dependencies = [
5198 "bytemuck",
5199 "dyn-stack-macros",
5200]
5201
5202[[package]]
5203name = "dyn-stack-macros"
5204version = "0.1.3"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
5207
5208[[package]]
5209name = "ec4rs"
5210version = "1.2.0"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
5213
5214[[package]]
5215name = "ecdsa"
5216version = "0.14.8"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
5219dependencies = [
5220 "der 0.6.1",
5221 "elliptic-curve",
5222 "rfc6979",
5223 "signature 1.6.4",
5224]
5225
5226[[package]]
5227name = "edit_prediction"
5228version = "0.1.0"
5229dependencies = [
5230 "ai_onboarding",
5231 "anyhow",
5232 "buffer_diff",
5233 "client",
5234 "clock",
5235 "cloud_api_client",
5236 "cloud_api_types",
5237 "cloud_llm_client",
5238 "collections",
5239 "copilot",
5240 "copilot_ui",
5241 "credentials_provider",
5242 "criterion",
5243 "ctor",
5244 "db",
5245 "edit_prediction_context",
5246 "edit_prediction_metrics",
5247 "edit_prediction_types",
5248 "feature_flags",
5249 "fs",
5250 "futures 0.3.32",
5251 "gpui",
5252 "heapless",
5253 "indoc",
5254 "itertools 0.14.0",
5255 "language",
5256 "language_model",
5257 "languages",
5258 "log",
5259 "lsp",
5260 "menu",
5261 "node_runtime",
5262 "open_ai",
5263 "parking_lot",
5264 "postage",
5265 "pretty_assertions",
5266 "project",
5267 "pulldown-cmark 0.13.0",
5268 "rand 0.9.3",
5269 "regex",
5270 "release_channel",
5271 "semver",
5272 "serde",
5273 "serde_json",
5274 "settings",
5275 "strum 0.27.2",
5276 "telemetry",
5277 "telemetry_events",
5278 "text",
5279 "thiserror 2.0.17",
5280 "time",
5281 "toml 0.8.23",
5282 "ui",
5283 "util",
5284 "uuid",
5285 "workspace",
5286 "worktree",
5287 "zed_actions",
5288 "zed_credentials_provider",
5289 "zeta_prompt",
5290 "zlog",
5291 "zstd",
5292]
5293
5294[[package]]
5295name = "edit_prediction_cli"
5296version = "0.1.0"
5297dependencies = [
5298 "anthropic",
5299 "anyhow",
5300 "chrono",
5301 "clap",
5302 "client",
5303 "cloud_llm_client",
5304 "collections",
5305 "db",
5306 "debug_adapter_extension",
5307 "dirs",
5308 "edit_prediction",
5309 "edit_prediction_metrics",
5310 "extension",
5311 "flate2",
5312 "fs",
5313 "futures 0.3.32",
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.3",
5334 "release_channel",
5335 "reqwest_client",
5336 "rust-embed",
5337 "serde",
5338 "serde_json",
5339 "settings",
5340 "shellexpand",
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.32",
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_metrics"
5386version = "0.1.0"
5387dependencies = [
5388 "indoc",
5389 "language",
5390 "pretty_assertions",
5391 "serde",
5392 "serde_json",
5393 "similar",
5394 "tree-sitter",
5395 "zeta_prompt",
5396]
5397
5398[[package]]
5399name = "edit_prediction_types"
5400version = "0.1.0"
5401dependencies = [
5402 "client",
5403 "gpui",
5404 "icons",
5405 "language",
5406 "text",
5407]
5408
5409[[package]]
5410name = "edit_prediction_ui"
5411version = "0.1.0"
5412dependencies = [
5413 "anyhow",
5414 "buffer_diff",
5415 "client",
5416 "cloud_llm_client",
5417 "codestral",
5418 "collections",
5419 "command_palette_hooks",
5420 "copilot",
5421 "copilot_chat",
5422 "copilot_ui",
5423 "edit_prediction",
5424 "edit_prediction_types",
5425 "editor",
5426 "feature_flags",
5427 "fs",
5428 "futures 0.3.32",
5429 "gpui",
5430 "indoc",
5431 "language",
5432 "markdown",
5433 "menu",
5434 "multi_buffer",
5435 "paths",
5436 "project",
5437 "regex",
5438 "settings",
5439 "telemetry",
5440 "text",
5441 "theme",
5442 "theme_settings",
5443 "time",
5444 "ui",
5445 "util",
5446 "workspace",
5447 "zed_actions",
5448 "zeta_prompt",
5449]
5450
5451[[package]]
5452name = "editor"
5453version = "0.1.0"
5454dependencies = [
5455 "aho-corasick",
5456 "anyhow",
5457 "assets",
5458 "breadcrumbs",
5459 "buffer_diff",
5460 "client",
5461 "clock",
5462 "collections",
5463 "convert_case 0.8.0",
5464 "criterion",
5465 "ctor",
5466 "dap",
5467 "db",
5468 "edit_prediction_types",
5469 "emojis",
5470 "feature_flags",
5471 "file_icons",
5472 "fs",
5473 "futures 0.3.32",
5474 "fuzzy",
5475 "git",
5476 "gpui",
5477 "indoc",
5478 "itertools 0.14.0",
5479 "language",
5480 "languages",
5481 "linkify",
5482 "log",
5483 "lsp",
5484 "markdown",
5485 "menu",
5486 "multi_buffer",
5487 "ordered-float 2.10.1",
5488 "parking_lot",
5489 "pretty_assertions",
5490 "project",
5491 "proptest",
5492 "proptest-derive",
5493 "rand 0.9.3",
5494 "regex",
5495 "release_channel",
5496 "rope",
5497 "rpc",
5498 "schemars 1.0.4",
5499 "semver",
5500 "serde",
5501 "serde_json",
5502 "settings",
5503 "smallvec",
5504 "smol",
5505 "snippet",
5506 "sum_tree",
5507 "task",
5508 "telemetry",
5509 "text",
5510 "theme",
5511 "theme_settings",
5512 "time",
5513 "tracing",
5514 "tree-sitter-bash",
5515 "tree-sitter-c",
5516 "tree-sitter-html",
5517 "tree-sitter-md",
5518 "tree-sitter-python",
5519 "tree-sitter-rust",
5520 "tree-sitter-typescript",
5521 "tree-sitter-yaml",
5522 "ui",
5523 "ui_input",
5524 "unicode-script",
5525 "unicode-segmentation",
5526 "unicode-width",
5527 "unindent",
5528 "url",
5529 "util",
5530 "uuid",
5531 "vim_mode_setting",
5532 "workspace",
5533 "zed_actions",
5534 "zlog",
5535 "ztracing",
5536]
5537
5538[[package]]
5539name = "either"
5540version = "1.15.0"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
5543dependencies = [
5544 "serde",
5545]
5546
5547[[package]]
5548name = "elasticlunr-rs"
5549version = "3.0.2"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
5552dependencies = [
5553 "regex",
5554 "serde",
5555 "serde_derive",
5556 "serde_json",
5557]
5558
5559[[package]]
5560name = "elliptic-curve"
5561version = "0.12.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
5564dependencies = [
5565 "base16ct",
5566 "crypto-bigint 0.4.9",
5567 "der 0.6.1",
5568 "digest",
5569 "ff",
5570 "generic-array",
5571 "group",
5572 "pkcs8 0.9.0",
5573 "rand_core 0.6.4",
5574 "sec1",
5575 "subtle",
5576 "zeroize",
5577]
5578
5579[[package]]
5580name = "email_address"
5581version = "0.2.9"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
5584dependencies = [
5585 "serde",
5586]
5587
5588[[package]]
5589name = "embed-resource"
5590version = "3.0.6"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
5593dependencies = [
5594 "cc",
5595 "memchr",
5596 "rustc_version",
5597 "toml 0.9.8",
5598 "vswhom",
5599 "winreg 0.55.0",
5600]
5601
5602[[package]]
5603name = "embedded-io"
5604version = "0.4.0"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
5607
5608[[package]]
5609name = "embedded-io"
5610version = "0.6.1"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
5613
5614[[package]]
5615name = "emojis"
5616version = "0.6.4"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
5619dependencies = [
5620 "phf 0.11.3",
5621]
5622
5623[[package]]
5624name = "encode_unicode"
5625version = "1.0.0"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
5628
5629[[package]]
5630name = "encoding_rs"
5631version = "0.8.35"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
5634dependencies = [
5635 "cfg-if",
5636]
5637
5638[[package]]
5639name = "encoding_selector"
5640version = "0.1.0"
5641dependencies = [
5642 "editor",
5643 "encoding_rs",
5644 "fuzzy",
5645 "gpui",
5646 "language",
5647 "picker",
5648 "project",
5649 "ui",
5650 "util",
5651 "workspace",
5652]
5653
5654[[package]]
5655name = "endi"
5656version = "1.1.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
5659
5660[[package]]
5661name = "enum-as-inner"
5662version = "0.6.1"
5663source = "registry+https://github.com/rust-lang/crates.io-index"
5664checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
5665dependencies = [
5666 "heck 0.5.0",
5667 "proc-macro2",
5668 "quote",
5669 "syn 2.0.117",
5670]
5671
5672[[package]]
5673name = "enumflags2"
5674version = "0.7.12"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
5677dependencies = [
5678 "enumflags2_derive",
5679 "serde",
5680]
5681
5682[[package]]
5683name = "enumflags2_derive"
5684version = "0.7.12"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
5687dependencies = [
5688 "proc-macro2",
5689 "quote",
5690 "syn 2.0.117",
5691]
5692
5693[[package]]
5694name = "env_filter"
5695version = "0.1.4"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
5698dependencies = [
5699 "log",
5700 "regex",
5701]
5702
5703[[package]]
5704name = "env_logger"
5705version = "0.10.2"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
5708dependencies = [
5709 "humantime",
5710 "is-terminal",
5711 "log",
5712 "regex",
5713 "termcolor",
5714]
5715
5716[[package]]
5717name = "env_logger"
5718version = "0.11.8"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
5721dependencies = [
5722 "anstream",
5723 "anstyle",
5724 "env_filter",
5725 "jiff",
5726 "log",
5727]
5728
5729[[package]]
5730name = "env_var"
5731version = "0.1.0"
5732dependencies = [
5733 "gpui_shared_string",
5734]
5735
5736[[package]]
5737name = "envy"
5738version = "0.4.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
5741dependencies = [
5742 "serde",
5743]
5744
5745[[package]]
5746name = "equator"
5747version = "0.4.2"
5748source = "registry+https://github.com/rust-lang/crates.io-index"
5749checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
5750dependencies = [
5751 "equator-macro",
5752]
5753
5754[[package]]
5755name = "equator-macro"
5756version = "0.4.2"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
5759dependencies = [
5760 "proc-macro2",
5761 "quote",
5762 "syn 2.0.117",
5763]
5764
5765[[package]]
5766name = "equivalent"
5767version = "1.0.2"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
5770
5771[[package]]
5772name = "erased-serde"
5773version = "0.4.9"
5774source = "registry+https://github.com/rust-lang/crates.io-index"
5775checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
5776dependencies = [
5777 "serde",
5778 "serde_core",
5779 "typeid",
5780]
5781
5782[[package]]
5783name = "errno"
5784version = "0.2.8"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
5787dependencies = [
5788 "errno-dragonfly",
5789 "libc",
5790 "winapi",
5791]
5792
5793[[package]]
5794name = "errno"
5795version = "0.3.14"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
5798dependencies = [
5799 "libc",
5800 "windows-sys 0.61.2",
5801]
5802
5803[[package]]
5804name = "errno-dragonfly"
5805version = "0.1.2"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
5808dependencies = [
5809 "cc",
5810 "libc",
5811]
5812
5813[[package]]
5814name = "error-graph"
5815version = "0.1.1"
5816source = "registry+https://github.com/rust-lang/crates.io-index"
5817checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
5818dependencies = [
5819 "serde",
5820]
5821
5822[[package]]
5823name = "etagere"
5824version = "0.2.15"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
5827dependencies = [
5828 "euclid",
5829 "svg_fmt",
5830]
5831
5832[[package]]
5833name = "etcetera"
5834version = "0.8.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
5837dependencies = [
5838 "cfg-if",
5839 "home",
5840 "windows-sys 0.48.0",
5841]
5842
5843[[package]]
5844name = "etw_tracing"
5845version = "0.1.0"
5846dependencies = [
5847 "anyhow",
5848 "gpui",
5849 "log",
5850 "net",
5851 "serde",
5852 "serde_json",
5853 "util",
5854 "windows 0.61.3",
5855 "windows-core 0.61.2",
5856 "workspace",
5857 "wprcontrol",
5858]
5859
5860[[package]]
5861name = "euclid"
5862version = "0.22.11"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
5865dependencies = [
5866 "num-traits",
5867]
5868
5869[[package]]
5870name = "eval_cli"
5871version = "0.1.0"
5872dependencies = [
5873 "acp_thread",
5874 "agent",
5875 "agent-client-protocol",
5876 "agent_ui",
5877 "anyhow",
5878 "clap",
5879 "client",
5880 "ctrlc",
5881 "db",
5882 "debug_adapter_extension",
5883 "env_logger 0.11.8",
5884 "extension",
5885 "feature_flags",
5886 "fs",
5887 "futures 0.3.32",
5888 "gpui",
5889 "gpui_platform",
5890 "gpui_tokio",
5891 "language",
5892 "language_extension",
5893 "language_model",
5894 "language_models",
5895 "languages",
5896 "node_runtime",
5897 "paths",
5898 "project",
5899 "prompt_store",
5900 "release_channel",
5901 "reqwest_client",
5902 "serde",
5903 "serde_json",
5904 "settings",
5905 "shellexpand",
5906 "terminal_view",
5907 "util",
5908 "watch",
5909]
5910
5911[[package]]
5912name = "eval_utils"
5913version = "0.1.0"
5914dependencies = [
5915 "gpui_platform",
5916 "serde",
5917 "smol",
5918]
5919
5920[[package]]
5921name = "event-listener"
5922version = "2.5.3"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5925
5926[[package]]
5927name = "event-listener"
5928version = "5.4.1"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
5931dependencies = [
5932 "concurrent-queue",
5933 "parking",
5934 "pin-project-lite",
5935]
5936
5937[[package]]
5938name = "event-listener-strategy"
5939version = "0.5.4"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5942dependencies = [
5943 "event-listener 5.4.1",
5944 "pin-project-lite",
5945]
5946
5947[[package]]
5948name = "exec"
5949version = "0.3.1"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5952dependencies = [
5953 "errno 0.2.8",
5954 "libc",
5955]
5956
5957[[package]]
5958name = "explorer_command_injector"
5959version = "0.1.0"
5960dependencies = [
5961 "windows 0.61.3",
5962 "windows-core 0.61.2",
5963 "windows-registry 0.5.3",
5964]
5965
5966[[package]]
5967name = "exr"
5968version = "1.74.0"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
5971dependencies = [
5972 "bit_field",
5973 "half",
5974 "lebe",
5975 "miniz_oxide",
5976 "rayon-core",
5977 "smallvec",
5978 "zune-inflate",
5979]
5980
5981[[package]]
5982name = "extended"
5983version = "0.1.0"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
5986
5987[[package]]
5988name = "extension"
5989version = "0.1.0"
5990dependencies = [
5991 "anyhow",
5992 "async-trait",
5993 "cloud_api_types",
5994 "collections",
5995 "dap",
5996 "fs",
5997 "futures 0.3.32",
5998 "gpui",
5999 "heck 0.5.0",
6000 "http_client",
6001 "indoc",
6002 "language",
6003 "log",
6004 "lsp",
6005 "parking_lot",
6006 "pretty_assertions",
6007 "proto",
6008 "semver",
6009 "serde",
6010 "serde_json",
6011 "task",
6012 "tempfile",
6013 "toml 0.8.23",
6014 "tracing",
6015 "url",
6016 "util",
6017 "wasm-encoder 0.221.3",
6018 "wasmparser 0.221.3",
6019 "ztracing",
6020]
6021
6022[[package]]
6023name = "extension_cli"
6024version = "0.1.0"
6025dependencies = [
6026 "anyhow",
6027 "clap",
6028 "cloud_api_types",
6029 "env_logger 0.11.8",
6030 "extension",
6031 "fs",
6032 "gpui_platform",
6033 "language",
6034 "log",
6035 "reqwest_client",
6036 "serde",
6037 "serde_json",
6038 "serde_json_lenient",
6039 "settings_content",
6040 "snippet_provider",
6041 "task",
6042 "theme_settings",
6043 "tokio",
6044 "toml 0.8.23",
6045 "tree-sitter",
6046 "wasmtime",
6047]
6048
6049[[package]]
6050name = "extension_host"
6051version = "0.1.0"
6052dependencies = [
6053 "anyhow",
6054 "async-compression",
6055 "async-tar",
6056 "async-trait",
6057 "client",
6058 "cloud_api_types",
6059 "collections",
6060 "criterion",
6061 "ctor",
6062 "dap",
6063 "extension",
6064 "fs",
6065 "futures 0.3.32",
6066 "gpui",
6067 "gpui_tokio",
6068 "http_client",
6069 "language",
6070 "language_extension",
6071 "log",
6072 "lsp",
6073 "moka",
6074 "node_runtime",
6075 "parking_lot",
6076 "paths",
6077 "project",
6078 "release_channel",
6079 "remote",
6080 "reqwest_client",
6081 "semver",
6082 "serde",
6083 "serde_json",
6084 "serde_json_lenient",
6085 "settings",
6086 "task",
6087 "telemetry",
6088 "tempfile",
6089 "theme",
6090 "theme_extension",
6091 "theme_settings",
6092 "toml 0.8.23",
6093 "tracing",
6094 "url",
6095 "util",
6096 "wasmparser 0.221.3",
6097 "wasmtime",
6098 "wasmtime-wasi",
6099 "zlog",
6100 "ztracing",
6101]
6102
6103[[package]]
6104name = "extensions_ui"
6105version = "0.1.0"
6106dependencies = [
6107 "anyhow",
6108 "client",
6109 "cloud_api_types",
6110 "collections",
6111 "db",
6112 "editor",
6113 "extension",
6114 "extension_host",
6115 "fs",
6116 "fuzzy",
6117 "gpui",
6118 "language",
6119 "log",
6120 "num-format",
6121 "picker",
6122 "project",
6123 "release_channel",
6124 "semver",
6125 "serde",
6126 "settings",
6127 "smallvec",
6128 "strum 0.27.2",
6129 "telemetry",
6130 "theme_settings",
6131 "ui",
6132 "util",
6133 "vim_mode_setting",
6134 "workspace",
6135 "zed_actions",
6136]
6137
6138[[package]]
6139name = "failspot"
6140version = "0.2.0"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
6143
6144[[package]]
6145name = "fallible-iterator"
6146version = "0.3.0"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
6149
6150[[package]]
6151name = "fancy-regex"
6152version = "0.16.2"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
6155dependencies = [
6156 "bit-set 0.8.0",
6157 "regex-automata",
6158 "regex-syntax",
6159]
6160
6161[[package]]
6162name = "fancy-regex"
6163version = "0.17.0"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
6166dependencies = [
6167 "bit-set 0.8.0",
6168 "regex-automata",
6169 "regex-syntax",
6170]
6171
6172[[package]]
6173name = "fast-srgb8"
6174version = "1.0.0"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
6177
6178[[package]]
6179name = "fastrand"
6180version = "1.9.0"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
6183dependencies = [
6184 "instant",
6185]
6186
6187[[package]]
6188name = "fastrand"
6189version = "2.3.0"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
6192
6193[[package]]
6194name = "fax"
6195version = "0.2.6"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
6198dependencies = [
6199 "fax_derive",
6200]
6201
6202[[package]]
6203name = "fax_derive"
6204version = "0.2.0"
6205source = "registry+https://github.com/rust-lang/crates.io-index"
6206checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
6207dependencies = [
6208 "proc-macro2",
6209 "quote",
6210 "syn 2.0.117",
6211]
6212
6213[[package]]
6214name = "fd-lock"
6215version = "4.0.4"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
6218dependencies = [
6219 "cfg-if",
6220 "rustix 1.1.2",
6221 "windows-sys 0.59.0",
6222]
6223
6224[[package]]
6225name = "fdeflate"
6226version = "0.3.7"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
6229dependencies = [
6230 "simd-adler32",
6231]
6232
6233[[package]]
6234name = "feature_flags"
6235version = "0.1.0"
6236dependencies = [
6237 "collections",
6238 "feature_flags_macros",
6239 "fs",
6240 "gpui",
6241 "inventory",
6242 "schemars 1.0.4",
6243 "serde_json",
6244 "settings",
6245]
6246
6247[[package]]
6248name = "feature_flags_macros"
6249version = "0.1.0"
6250dependencies = [
6251 "proc-macro2",
6252 "quote",
6253 "syn 2.0.117",
6254]
6255
6256[[package]]
6257name = "feedback"
6258version = "0.1.0"
6259dependencies = [
6260 "extension_host",
6261 "gpui",
6262 "system_specs",
6263 "urlencoding",
6264 "util",
6265 "workspace",
6266 "zed_actions",
6267]
6268
6269[[package]]
6270name = "ff"
6271version = "0.12.1"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
6274dependencies = [
6275 "rand_core 0.6.4",
6276 "subtle",
6277]
6278
6279[[package]]
6280name = "file_finder"
6281version = "0.1.0"
6282dependencies = [
6283 "anyhow",
6284 "channel",
6285 "client",
6286 "collections",
6287 "ctor",
6288 "editor",
6289 "file_icons",
6290 "futures 0.3.32",
6291 "fuzzy",
6292 "fuzzy_nucleo",
6293 "gpui",
6294 "menu",
6295 "open_path_prompt",
6296 "picker",
6297 "pretty_assertions",
6298 "project",
6299 "project_panel",
6300 "remote_connection",
6301 "serde",
6302 "serde_json",
6303 "settings",
6304 "theme",
6305 "theme_settings",
6306 "ui",
6307 "util",
6308 "workspace",
6309 "zed_actions",
6310 "zlog",
6311]
6312
6313[[package]]
6314name = "file_icons"
6315version = "0.1.0"
6316dependencies = [
6317 "gpui",
6318 "serde",
6319 "theme",
6320 "util",
6321]
6322
6323[[package]]
6324name = "filedescriptor"
6325version = "0.8.3"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
6328dependencies = [
6329 "libc",
6330 "thiserror 1.0.69",
6331 "winapi",
6332]
6333
6334[[package]]
6335name = "filetime"
6336version = "0.2.26"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
6339dependencies = [
6340 "cfg-if",
6341 "libc",
6342 "libredox",
6343 "windows-sys 0.60.2",
6344]
6345
6346[[package]]
6347name = "find-msvc-tools"
6348version = "0.1.5"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
6351
6352[[package]]
6353name = "fixedbitset"
6354version = "0.4.2"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
6357
6358[[package]]
6359name = "fixedbitset"
6360version = "0.5.7"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
6363
6364[[package]]
6365name = "flate2"
6366version = "1.1.8"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
6369dependencies = [
6370 "crc32fast",
6371 "miniz_oxide",
6372]
6373
6374[[package]]
6375name = "float-cmp"
6376version = "0.9.0"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
6379
6380[[package]]
6381name = "float-ord"
6382version = "0.3.2"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
6385
6386[[package]]
6387name = "float8"
6388version = "0.4.2"
6389source = "registry+https://github.com/rust-lang/crates.io-index"
6390checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
6391dependencies = [
6392 "half",
6393 "num-traits",
6394 "rand 0.9.3",
6395 "rand_distr",
6396]
6397
6398[[package]]
6399name = "float_next_after"
6400version = "1.0.0"
6401source = "registry+https://github.com/rust-lang/crates.io-index"
6402checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
6403
6404[[package]]
6405name = "fluent-uri"
6406version = "0.4.1"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
6409dependencies = [
6410 "borrow-or-share",
6411 "ref-cast",
6412 "serde",
6413]
6414
6415[[package]]
6416name = "flume"
6417version = "0.11.1"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
6420dependencies = [
6421 "futures-core",
6422 "futures-sink",
6423 "nanorand",
6424 "spin 0.9.8",
6425]
6426
6427[[package]]
6428name = "fnv"
6429version = "1.0.7"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
6432
6433[[package]]
6434name = "foldhash"
6435version = "0.1.5"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
6438
6439[[package]]
6440name = "foldhash"
6441version = "0.2.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
6444
6445[[package]]
6446name = "font-types"
6447version = "0.10.0"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
6450dependencies = [
6451 "bytemuck",
6452]
6453
6454[[package]]
6455name = "font-types"
6456version = "0.11.0"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
6459dependencies = [
6460 "bytemuck",
6461]
6462
6463[[package]]
6464name = "fontconfig-parser"
6465version = "0.5.8"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
6468dependencies = [
6469 "roxmltree",
6470]
6471
6472[[package]]
6473name = "fontdb"
6474version = "0.16.2"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
6477dependencies = [
6478 "fontconfig-parser",
6479 "log",
6480 "memmap2",
6481 "slotmap",
6482 "tinyvec",
6483 "ttf-parser 0.20.0",
6484]
6485
6486[[package]]
6487name = "fontdb"
6488version = "0.23.0"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
6491dependencies = [
6492 "fontconfig-parser",
6493 "log",
6494 "memmap2",
6495 "slotmap",
6496 "tinyvec",
6497 "ttf-parser 0.25.1",
6498]
6499
6500[[package]]
6501name = "foreign-types"
6502version = "0.3.2"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
6505dependencies = [
6506 "foreign-types-shared 0.1.1",
6507]
6508
6509[[package]]
6510name = "foreign-types"
6511version = "0.5.0"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
6514dependencies = [
6515 "foreign-types-macros",
6516 "foreign-types-shared 0.3.1",
6517]
6518
6519[[package]]
6520name = "foreign-types-macros"
6521version = "0.2.3"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
6524dependencies = [
6525 "proc-macro2",
6526 "quote",
6527 "syn 2.0.117",
6528]
6529
6530[[package]]
6531name = "foreign-types-shared"
6532version = "0.1.1"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
6535
6536[[package]]
6537name = "foreign-types-shared"
6538version = "0.3.1"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
6541
6542[[package]]
6543name = "fork"
6544version = "0.4.0"
6545source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
6547dependencies = [
6548 "libc",
6549]
6550
6551[[package]]
6552name = "form_urlencoded"
6553version = "1.2.2"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
6556dependencies = [
6557 "percent-encoding",
6558]
6559
6560[[package]]
6561name = "fraction"
6562version = "0.15.3"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
6565dependencies = [
6566 "lazy_static",
6567 "num",
6568]
6569
6570[[package]]
6571name = "freetype-sys"
6572version = "0.20.1"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
6575dependencies = [
6576 "cc",
6577 "libc",
6578 "pkg-config",
6579]
6580
6581[[package]]
6582name = "fs"
6583version = "0.1.0"
6584dependencies = [
6585 "anyhow",
6586 "ashpd",
6587 "async-tar",
6588 "async-trait",
6589 "collections",
6590 "dunce",
6591 "fs",
6592 "futures 0.3.32",
6593 "git",
6594 "gpui",
6595 "ignore",
6596 "is_executable",
6597 "libc",
6598 "log",
6599 "notify 8.2.0",
6600 "parking_lot",
6601 "paths",
6602 "proto",
6603 "rope",
6604 "serde",
6605 "serde_json",
6606 "smol",
6607 "tempfile",
6608 "text",
6609 "thiserror 2.0.17",
6610 "time",
6611 "trash",
6612 "util",
6613 "windows 0.61.3",
6614]
6615
6616[[package]]
6617name = "fs-set-times"
6618version = "0.20.3"
6619source = "registry+https://github.com/rust-lang/crates.io-index"
6620checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
6621dependencies = [
6622 "io-lifetimes",
6623 "rustix 1.1.2",
6624 "windows-sys 0.59.0",
6625]
6626
6627[[package]]
6628name = "fs2"
6629version = "0.4.3"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
6632dependencies = [
6633 "libc",
6634 "winapi",
6635]
6636
6637[[package]]
6638name = "fs_benchmarks"
6639version = "0.1.0"
6640dependencies = [
6641 "fs",
6642 "gpui",
6643 "gpui_platform",
6644]
6645
6646[[package]]
6647name = "fs_extra"
6648version = "1.3.0"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
6651
6652[[package]]
6653name = "fsevent-sys"
6654version = "4.1.0"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
6657dependencies = [
6658 "libc",
6659]
6660
6661[[package]]
6662name = "fuchsia-cprng"
6663version = "0.1.1"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
6666
6667[[package]]
6668name = "funty"
6669version = "2.0.0"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
6672
6673[[package]]
6674name = "futf"
6675version = "0.1.5"
6676source = "registry+https://github.com/rust-lang/crates.io-index"
6677checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
6678dependencies = [
6679 "mac",
6680 "new_debug_unreachable",
6681]
6682
6683[[package]]
6684name = "futures"
6685version = "0.1.31"
6686source = "registry+https://github.com/rust-lang/crates.io-index"
6687checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
6688
6689[[package]]
6690name = "futures"
6691version = "0.3.32"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
6694dependencies = [
6695 "futures-channel",
6696 "futures-core",
6697 "futures-executor",
6698 "futures-io",
6699 "futures-sink",
6700 "futures-task",
6701 "futures-util",
6702]
6703
6704[[package]]
6705name = "futures-channel"
6706version = "0.3.32"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
6709dependencies = [
6710 "futures-core",
6711 "futures-sink",
6712]
6713
6714[[package]]
6715name = "futures-concurrency"
6716version = "7.7.1"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
6719dependencies = [
6720 "fixedbitset 0.5.7",
6721 "futures-core",
6722 "futures-lite 2.6.1",
6723 "pin-project",
6724 "smallvec",
6725]
6726
6727[[package]]
6728name = "futures-core"
6729version = "0.3.32"
6730source = "registry+https://github.com/rust-lang/crates.io-index"
6731checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
6732
6733[[package]]
6734name = "futures-executor"
6735version = "0.3.32"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
6738dependencies = [
6739 "futures-core",
6740 "futures-task",
6741 "futures-util",
6742]
6743
6744[[package]]
6745name = "futures-intrusive"
6746version = "0.5.0"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
6749dependencies = [
6750 "futures-core",
6751 "lock_api",
6752 "parking_lot",
6753]
6754
6755[[package]]
6756name = "futures-io"
6757version = "0.3.32"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
6760
6761[[package]]
6762name = "futures-lite"
6763version = "1.13.0"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
6766dependencies = [
6767 "fastrand 1.9.0",
6768 "futures-core",
6769 "futures-io",
6770 "memchr",
6771 "parking",
6772 "pin-project-lite",
6773 "waker-fn",
6774]
6775
6776[[package]]
6777name = "futures-lite"
6778version = "2.6.1"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
6781dependencies = [
6782 "fastrand 2.3.0",
6783 "futures-core",
6784 "futures-io",
6785 "parking",
6786 "pin-project-lite",
6787]
6788
6789[[package]]
6790name = "futures-macro"
6791version = "0.3.32"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
6794dependencies = [
6795 "proc-macro2",
6796 "quote",
6797 "syn 2.0.117",
6798]
6799
6800[[package]]
6801name = "futures-sink"
6802version = "0.3.32"
6803source = "registry+https://github.com/rust-lang/crates.io-index"
6804checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
6805
6806[[package]]
6807name = "futures-task"
6808version = "0.3.32"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
6811
6812[[package]]
6813name = "futures-util"
6814version = "0.3.32"
6815source = "registry+https://github.com/rust-lang/crates.io-index"
6816checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
6817dependencies = [
6818 "futures 0.1.31",
6819 "futures-channel",
6820 "futures-core",
6821 "futures-io",
6822 "futures-macro",
6823 "futures-sink",
6824 "futures-task",
6825 "libc",
6826 "memchr",
6827 "pin-project-lite",
6828 "slab",
6829 "tokio-io",
6830]
6831
6832[[package]]
6833name = "fuzzy"
6834version = "0.1.0"
6835dependencies = [
6836 "gpui",
6837 "log",
6838 "util",
6839]
6840
6841[[package]]
6842name = "fuzzy_nucleo"
6843version = "0.1.0"
6844dependencies = [
6845 "criterion",
6846 "fuzzy",
6847 "gpui",
6848 "nucleo",
6849 "util",
6850]
6851
6852[[package]]
6853name = "gaoya"
6854version = "0.2.0"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
6857dependencies = [
6858 "ahash 0.8.12",
6859 "crossbeam-utils",
6860 "fnv",
6861 "itertools 0.10.5",
6862 "num-traits",
6863 "rand 0.8.5",
6864 "rand_pcg",
6865 "random_choice",
6866 "rayon",
6867 "seahash",
6868 "sha-1",
6869 "shingles",
6870 "siphasher 0.3.11",
6871 "smallvec",
6872 "triomphe",
6873]
6874
6875[[package]]
6876name = "gemm"
6877version = "0.17.1"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
6880dependencies = [
6881 "dyn-stack 0.10.0",
6882 "gemm-c32 0.17.1",
6883 "gemm-c64 0.17.1",
6884 "gemm-common 0.17.1",
6885 "gemm-f16 0.17.1",
6886 "gemm-f32 0.17.1",
6887 "gemm-f64 0.17.1",
6888 "num-complex",
6889 "num-traits",
6890 "paste",
6891 "raw-cpuid 10.7.0",
6892 "seq-macro",
6893]
6894
6895[[package]]
6896name = "gemm"
6897version = "0.18.2"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
6900dependencies = [
6901 "dyn-stack 0.13.2",
6902 "gemm-c32 0.18.2",
6903 "gemm-c64 0.18.2",
6904 "gemm-common 0.18.2",
6905 "gemm-f16 0.18.2",
6906 "gemm-f32 0.18.2",
6907 "gemm-f64 0.18.2",
6908 "num-complex",
6909 "num-traits",
6910 "paste",
6911 "raw-cpuid 11.6.0",
6912 "seq-macro",
6913]
6914
6915[[package]]
6916name = "gemm-c32"
6917version = "0.17.1"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
6920dependencies = [
6921 "dyn-stack 0.10.0",
6922 "gemm-common 0.17.1",
6923 "num-complex",
6924 "num-traits",
6925 "paste",
6926 "raw-cpuid 10.7.0",
6927 "seq-macro",
6928]
6929
6930[[package]]
6931name = "gemm-c32"
6932version = "0.18.2"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
6935dependencies = [
6936 "dyn-stack 0.13.2",
6937 "gemm-common 0.18.2",
6938 "num-complex",
6939 "num-traits",
6940 "paste",
6941 "raw-cpuid 11.6.0",
6942 "seq-macro",
6943]
6944
6945[[package]]
6946name = "gemm-c64"
6947version = "0.17.1"
6948source = "registry+https://github.com/rust-lang/crates.io-index"
6949checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
6950dependencies = [
6951 "dyn-stack 0.10.0",
6952 "gemm-common 0.17.1",
6953 "num-complex",
6954 "num-traits",
6955 "paste",
6956 "raw-cpuid 10.7.0",
6957 "seq-macro",
6958]
6959
6960[[package]]
6961name = "gemm-c64"
6962version = "0.18.2"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
6965dependencies = [
6966 "dyn-stack 0.13.2",
6967 "gemm-common 0.18.2",
6968 "num-complex",
6969 "num-traits",
6970 "paste",
6971 "raw-cpuid 11.6.0",
6972 "seq-macro",
6973]
6974
6975[[package]]
6976name = "gemm-common"
6977version = "0.17.1"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
6980dependencies = [
6981 "bytemuck",
6982 "dyn-stack 0.10.0",
6983 "half",
6984 "num-complex",
6985 "num-traits",
6986 "once_cell",
6987 "paste",
6988 "pulp 0.18.22",
6989 "raw-cpuid 10.7.0",
6990 "rayon",
6991 "seq-macro",
6992 "sysctl 0.5.5",
6993]
6994
6995[[package]]
6996name = "gemm-common"
6997version = "0.18.2"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
7000dependencies = [
7001 "bytemuck",
7002 "dyn-stack 0.13.2",
7003 "half",
7004 "libm",
7005 "num-complex",
7006 "num-traits",
7007 "once_cell",
7008 "paste",
7009 "pulp 0.21.5",
7010 "raw-cpuid 11.6.0",
7011 "rayon",
7012 "seq-macro",
7013 "sysctl 0.6.0",
7014]
7015
7016[[package]]
7017name = "gemm-f16"
7018version = "0.17.1"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
7021dependencies = [
7022 "dyn-stack 0.10.0",
7023 "gemm-common 0.17.1",
7024 "gemm-f32 0.17.1",
7025 "half",
7026 "num-complex",
7027 "num-traits",
7028 "paste",
7029 "raw-cpuid 10.7.0",
7030 "rayon",
7031 "seq-macro",
7032]
7033
7034[[package]]
7035name = "gemm-f16"
7036version = "0.18.2"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
7039dependencies = [
7040 "dyn-stack 0.13.2",
7041 "gemm-common 0.18.2",
7042 "gemm-f32 0.18.2",
7043 "half",
7044 "num-complex",
7045 "num-traits",
7046 "paste",
7047 "raw-cpuid 11.6.0",
7048 "rayon",
7049 "seq-macro",
7050]
7051
7052[[package]]
7053name = "gemm-f32"
7054version = "0.17.1"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
7057dependencies = [
7058 "dyn-stack 0.10.0",
7059 "gemm-common 0.17.1",
7060 "num-complex",
7061 "num-traits",
7062 "paste",
7063 "raw-cpuid 10.7.0",
7064 "seq-macro",
7065]
7066
7067[[package]]
7068name = "gemm-f32"
7069version = "0.18.2"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
7072dependencies = [
7073 "dyn-stack 0.13.2",
7074 "gemm-common 0.18.2",
7075 "num-complex",
7076 "num-traits",
7077 "paste",
7078 "raw-cpuid 11.6.0",
7079 "seq-macro",
7080]
7081
7082[[package]]
7083name = "gemm-f64"
7084version = "0.17.1"
7085source = "registry+https://github.com/rust-lang/crates.io-index"
7086checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
7087dependencies = [
7088 "dyn-stack 0.10.0",
7089 "gemm-common 0.17.1",
7090 "num-complex",
7091 "num-traits",
7092 "paste",
7093 "raw-cpuid 10.7.0",
7094 "seq-macro",
7095]
7096
7097[[package]]
7098name = "gemm-f64"
7099version = "0.18.2"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
7102dependencies = [
7103 "dyn-stack 0.13.2",
7104 "gemm-common 0.18.2",
7105 "num-complex",
7106 "num-traits",
7107 "paste",
7108 "raw-cpuid 11.6.0",
7109 "seq-macro",
7110]
7111
7112[[package]]
7113name = "generator"
7114version = "0.8.7"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
7117dependencies = [
7118 "cc",
7119 "cfg-if",
7120 "libc",
7121 "log",
7122 "rustversion",
7123 "windows 0.61.3",
7124]
7125
7126[[package]]
7127name = "generic-array"
7128version = "0.14.7"
7129source = "registry+https://github.com/rust-lang/crates.io-index"
7130checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
7131dependencies = [
7132 "typenum",
7133 "version_check",
7134]
7135
7136[[package]]
7137name = "gethostname"
7138version = "1.1.0"
7139source = "registry+https://github.com/rust-lang/crates.io-index"
7140checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
7141dependencies = [
7142 "rustix 1.1.2",
7143 "windows-link 0.2.1",
7144]
7145
7146[[package]]
7147name = "getrandom"
7148version = "0.2.16"
7149source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
7151dependencies = [
7152 "cfg-if",
7153 "js-sys",
7154 "libc",
7155 "wasi",
7156 "wasm-bindgen",
7157]
7158
7159[[package]]
7160name = "getrandom"
7161version = "0.3.4"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
7164dependencies = [
7165 "cfg-if",
7166 "js-sys",
7167 "libc",
7168 "r-efi",
7169 "wasip2",
7170 "wasm-bindgen",
7171]
7172
7173[[package]]
7174name = "getrandom"
7175version = "0.4.1"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
7178dependencies = [
7179 "cfg-if",
7180 "libc",
7181 "r-efi",
7182 "wasip2",
7183 "wasip3",
7184]
7185
7186[[package]]
7187name = "gh-workflow"
7188version = "0.8.0"
7189source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7190dependencies = [
7191 "async-trait",
7192 "derive_more",
7193 "derive_setters",
7194 "gh-workflow-macros",
7195 "indexmap 2.11.4",
7196 "merge",
7197 "serde",
7198 "serde_json",
7199 "serde_yaml",
7200 "strum_macros 0.27.2",
7201]
7202
7203[[package]]
7204name = "gh-workflow-macros"
7205version = "0.8.0"
7206source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
7207dependencies = [
7208 "heck 0.5.0",
7209 "quote",
7210 "syn 2.0.117",
7211]
7212
7213[[package]]
7214name = "gif"
7215version = "0.13.3"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
7218dependencies = [
7219 "color_quant",
7220 "weezl",
7221]
7222
7223[[package]]
7224name = "gif"
7225version = "0.14.2"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
7228dependencies = [
7229 "color_quant",
7230 "weezl",
7231]
7232
7233[[package]]
7234name = "gimli"
7235version = "0.32.3"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
7238dependencies = [
7239 "fallible-iterator",
7240 "indexmap 2.11.4",
7241 "stable_deref_trait",
7242]
7243
7244[[package]]
7245name = "gio-sys"
7246version = "0.21.5"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
7249dependencies = [
7250 "glib-sys",
7251 "gobject-sys",
7252 "libc",
7253 "system-deps",
7254 "windows-sys 0.61.2",
7255]
7256
7257[[package]]
7258name = "git"
7259version = "0.1.0"
7260dependencies = [
7261 "anyhow",
7262 "askpass",
7263 "async-trait",
7264 "collections",
7265 "derive_more",
7266 "futures 0.3.32",
7267 "git2",
7268 "gpui",
7269 "http_client",
7270 "itertools 0.14.0",
7271 "log",
7272 "parking_lot",
7273 "pretty_assertions",
7274 "rand 0.9.3",
7275 "regex",
7276 "rope",
7277 "schemars 1.0.4",
7278 "serde",
7279 "serde_json",
7280 "smallvec",
7281 "smol",
7282 "sum_tree",
7283 "tempfile",
7284 "text",
7285 "thiserror 2.0.17",
7286 "time",
7287 "url",
7288 "urlencoding",
7289 "util",
7290 "uuid",
7291 "ztracing",
7292]
7293
7294[[package]]
7295name = "git2"
7296version = "0.20.4"
7297source = "registry+https://github.com/rust-lang/crates.io-index"
7298checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
7299dependencies = [
7300 "bitflags 2.10.0",
7301 "libc",
7302 "libgit2-sys",
7303 "log",
7304 "url",
7305]
7306
7307[[package]]
7308name = "git_graph"
7309version = "0.1.0"
7310dependencies = [
7311 "anyhow",
7312 "collections",
7313 "db",
7314 "editor",
7315 "fs",
7316 "git",
7317 "git_ui",
7318 "gpui",
7319 "language",
7320 "menu",
7321 "project",
7322 "rand 0.9.3",
7323 "remote_connection",
7324 "search",
7325 "serde_json",
7326 "settings",
7327 "smallvec",
7328 "smol",
7329 "theme",
7330 "theme_settings",
7331 "time",
7332 "ui",
7333 "workspace",
7334]
7335
7336[[package]]
7337name = "git_hosting_providers"
7338version = "0.1.0"
7339dependencies = [
7340 "anyhow",
7341 "async-trait",
7342 "futures 0.3.32",
7343 "git",
7344 "gpui",
7345 "http_client",
7346 "indoc",
7347 "itertools 0.14.0",
7348 "pretty_assertions",
7349 "regex",
7350 "serde",
7351 "serde_json",
7352 "settings",
7353 "url",
7354 "urlencoding",
7355 "util",
7356]
7357
7358[[package]]
7359name = "git_ui"
7360version = "0.1.0"
7361dependencies = [
7362 "agent_settings",
7363 "alacritty_terminal",
7364 "anyhow",
7365 "askpass",
7366 "buffer_diff",
7367 "call",
7368 "collections",
7369 "component",
7370 "ctor",
7371 "db",
7372 "editor",
7373 "file_icons",
7374 "fs",
7375 "futures 0.3.32",
7376 "fuzzy",
7377 "fuzzy_nucleo",
7378 "git",
7379 "gpui",
7380 "indoc",
7381 "itertools 0.14.0",
7382 "language",
7383 "language_model",
7384 "linkify",
7385 "log",
7386 "markdown",
7387 "menu",
7388 "multi_buffer",
7389 "notifications",
7390 "panel",
7391 "picker",
7392 "pretty_assertions",
7393 "project",
7394 "prompt_store",
7395 "proto",
7396 "rand 0.9.3",
7397 "remote",
7398 "remote_connection",
7399 "schemars 1.0.4",
7400 "serde",
7401 "serde_json",
7402 "settings",
7403 "smallvec",
7404 "smol",
7405 "strum 0.27.2",
7406 "telemetry",
7407 "theme",
7408 "theme_settings",
7409 "time",
7410 "time_format",
7411 "tracing",
7412 "ui",
7413 "ui_input",
7414 "unindent",
7415 "util",
7416 "watch",
7417 "windows 0.61.3",
7418 "workspace",
7419 "zed_actions",
7420 "zeroize",
7421 "zlog",
7422 "ztracing",
7423]
7424
7425[[package]]
7426name = "gl_generator"
7427version = "0.14.0"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
7430dependencies = [
7431 "khronos_api",
7432 "log",
7433 "xml-rs",
7434]
7435
7436[[package]]
7437name = "glib"
7438version = "0.21.5"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
7441dependencies = [
7442 "bitflags 2.10.0",
7443 "futures-channel",
7444 "futures-core",
7445 "futures-executor",
7446 "futures-task",
7447 "futures-util",
7448 "gio-sys",
7449 "glib-macros",
7450 "glib-sys",
7451 "gobject-sys",
7452 "libc",
7453 "memchr",
7454 "smallvec",
7455]
7456
7457[[package]]
7458name = "glib-macros"
7459version = "0.21.5"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
7462dependencies = [
7463 "heck 0.5.0",
7464 "proc-macro-crate",
7465 "proc-macro2",
7466 "quote",
7467 "syn 2.0.117",
7468]
7469
7470[[package]]
7471name = "glib-sys"
7472version = "0.21.5"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
7475dependencies = [
7476 "libc",
7477 "system-deps",
7478]
7479
7480[[package]]
7481name = "glob"
7482version = "0.3.3"
7483source = "registry+https://github.com/rust-lang/crates.io-index"
7484checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
7485
7486[[package]]
7487name = "globset"
7488version = "0.4.17"
7489source = "registry+https://github.com/rust-lang/crates.io-index"
7490checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
7491dependencies = [
7492 "aho-corasick",
7493 "bstr",
7494 "log",
7495 "regex-automata",
7496 "regex-syntax",
7497]
7498
7499[[package]]
7500name = "gloo-timers"
7501version = "0.3.0"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
7504dependencies = [
7505 "futures-channel",
7506 "futures-core",
7507 "js-sys",
7508 "wasm-bindgen",
7509]
7510
7511[[package]]
7512name = "glow"
7513version = "0.17.0"
7514source = "registry+https://github.com/rust-lang/crates.io-index"
7515checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
7516dependencies = [
7517 "js-sys",
7518 "slotmap",
7519 "wasm-bindgen",
7520 "web-sys",
7521]
7522
7523[[package]]
7524name = "glutin_wgl_sys"
7525version = "0.6.1"
7526source = "registry+https://github.com/rust-lang/crates.io-index"
7527checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
7528dependencies = [
7529 "gl_generator",
7530]
7531
7532[[package]]
7533name = "go_to_line"
7534version = "0.1.0"
7535dependencies = [
7536 "editor",
7537 "gpui",
7538 "indoc",
7539 "language",
7540 "menu",
7541 "multi_buffer",
7542 "project",
7543 "rope",
7544 "serde",
7545 "serde_json",
7546 "settings",
7547 "text",
7548 "theme",
7549 "ui",
7550 "util",
7551 "workspace",
7552]
7553
7554[[package]]
7555name = "gobject-sys"
7556version = "0.21.5"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
7559dependencies = [
7560 "glib-sys",
7561 "libc",
7562 "system-deps",
7563]
7564
7565[[package]]
7566name = "goblin"
7567version = "0.9.3"
7568source = "registry+https://github.com/rust-lang/crates.io-index"
7569checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
7570dependencies = [
7571 "log",
7572 "plain",
7573 "scroll",
7574]
7575
7576[[package]]
7577name = "google_ai"
7578version = "0.1.0"
7579dependencies = [
7580 "anyhow",
7581 "futures 0.3.32",
7582 "http_client",
7583 "language_model_core",
7584 "log",
7585 "schemars 1.0.4",
7586 "serde",
7587 "serde_json",
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 "cocoa 0.26.0",
7639 "cocoa-foundation 0.2.0",
7640 "collections",
7641 "core-foundation 0.10.0",
7642 "core-foundation-sys",
7643 "core-graphics 0.24.0",
7644 "core-text",
7645 "core-video",
7646 "ctor",
7647 "derive_more",
7648 "embed-resource",
7649 "env_logger 0.11.8",
7650 "etagere",
7651 "foreign-types 0.5.0",
7652 "futures 0.3.32",
7653 "futures-concurrency",
7654 "getrandom 0.3.4",
7655 "gpui_macros",
7656 "gpui_platform",
7657 "gpui_shared_string",
7658 "gpui_util",
7659 "gpui_web",
7660 "hdrhistogram",
7661 "http_client",
7662 "image",
7663 "inventory",
7664 "itertools 0.14.0",
7665 "log",
7666 "lyon",
7667 "mach2 0.5.0",
7668 "media",
7669 "metal",
7670 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
7671 "num_cpus",
7672 "objc",
7673 "objc2",
7674 "objc2-metal",
7675 "parking",
7676 "parking_lot",
7677 "pathfinder_geometry",
7678 "pin-project",
7679 "pollster 0.4.0",
7680 "postage",
7681 "profiling",
7682 "proptest",
7683 "rand 0.9.3",
7684 "raw-window-handle",
7685 "refineable",
7686 "regex",
7687 "reqwest_client",
7688 "resvg",
7689 "scheduler",
7690 "schemars 1.0.4",
7691 "seahash",
7692 "serde",
7693 "serde_json",
7694 "slotmap",
7695 "smallvec",
7696 "spin 0.10.0",
7697 "stacksafe",
7698 "strum 0.27.2",
7699 "sum_tree",
7700 "taffy",
7701 "thiserror 2.0.17",
7702 "ttf-parser 0.25.1",
7703 "unicode-segmentation",
7704 "url",
7705 "usvg",
7706 "util_macros",
7707 "uuid",
7708 "waker-fn",
7709 "wasm-bindgen",
7710 "web-time",
7711 "windows 0.61.3",
7712 "zed-font-kit",
7713 "zed-scap",
7714]
7715
7716[[package]]
7717name = "gpui_linux"
7718version = "0.1.0"
7719dependencies = [
7720 "anyhow",
7721 "as-raw-xcb-connection",
7722 "ashpd",
7723 "bitflags 2.10.0",
7724 "bytemuck",
7725 "calloop",
7726 "calloop-wayland-source",
7727 "collections",
7728 "filedescriptor",
7729 "futures 0.3.32",
7730 "gpui",
7731 "gpui_wgpu",
7732 "http_client",
7733 "image",
7734 "itertools 0.14.0",
7735 "libc",
7736 "log",
7737 "oo7",
7738 "open",
7739 "parking_lot",
7740 "pathfinder_geometry",
7741 "pollster 0.4.0",
7742 "profiling",
7743 "raw-window-handle",
7744 "smallvec",
7745 "smol",
7746 "strum 0.27.2",
7747 "swash",
7748 "url",
7749 "util",
7750 "uuid",
7751 "wayland-backend",
7752 "wayland-client",
7753 "wayland-cursor",
7754 "wayland-protocols",
7755 "wayland-protocols-plasma",
7756 "wayland-protocols-wlr",
7757 "x11-clipboard",
7758 "x11rb",
7759 "xkbcommon",
7760 "zed-scap",
7761 "zed-xim",
7762]
7763
7764[[package]]
7765name = "gpui_macos"
7766version = "0.1.0"
7767dependencies = [
7768 "anyhow",
7769 "async-task",
7770 "block",
7771 "cbindgen",
7772 "cocoa 0.26.0",
7773 "collections",
7774 "core-foundation 0.10.0",
7775 "core-foundation-sys",
7776 "core-graphics 0.24.0",
7777 "core-text",
7778 "core-video",
7779 "ctor",
7780 "derive_more",
7781 "dispatch2",
7782 "etagere",
7783 "foreign-types 0.5.0",
7784 "futures 0.3.32",
7785 "gpui",
7786 "image",
7787 "itertools 0.14.0",
7788 "libc",
7789 "log",
7790 "mach2 0.5.0",
7791 "media",
7792 "metal",
7793 "objc",
7794 "objc2-app-kit",
7795 "parking_lot",
7796 "pathfinder_geometry",
7797 "raw-window-handle",
7798 "semver",
7799 "smallvec",
7800 "strum 0.27.2",
7801 "util",
7802 "uuid",
7803 "zed-font-kit",
7804]
7805
7806[[package]]
7807name = "gpui_macros"
7808version = "0.1.0"
7809dependencies = [
7810 "gpui",
7811 "heck 0.5.0",
7812 "proc-macro2",
7813 "quote",
7814 "syn 2.0.117",
7815]
7816
7817[[package]]
7818name = "gpui_platform"
7819version = "0.1.0"
7820dependencies = [
7821 "console_error_panic_hook",
7822 "gpui",
7823 "gpui_linux",
7824 "gpui_macos",
7825 "gpui_web",
7826 "gpui_windows",
7827]
7828
7829[[package]]
7830name = "gpui_shared_string"
7831version = "0.1.0"
7832dependencies = [
7833 "derive_more",
7834 "gpui_util",
7835 "schemars 1.0.4",
7836 "serde",
7837]
7838
7839[[package]]
7840name = "gpui_tokio"
7841version = "0.1.0"
7842dependencies = [
7843 "anyhow",
7844 "gpui",
7845 "tokio",
7846 "util",
7847]
7848
7849[[package]]
7850name = "gpui_util"
7851version = "0.1.0"
7852dependencies = [
7853 "anyhow",
7854 "log",
7855]
7856
7857[[package]]
7858name = "gpui_web"
7859version = "0.1.0"
7860dependencies = [
7861 "anyhow",
7862 "console_error_panic_hook",
7863 "futures 0.3.32",
7864 "gpui",
7865 "gpui_wgpu",
7866 "http_client",
7867 "js-sys",
7868 "log",
7869 "parking_lot",
7870 "raw-window-handle",
7871 "smallvec",
7872 "uuid",
7873 "wasm-bindgen",
7874 "wasm-bindgen-futures",
7875 "wasm_thread",
7876 "web-sys",
7877 "web-time",
7878]
7879
7880[[package]]
7881name = "gpui_wgpu"
7882version = "0.1.0"
7883dependencies = [
7884 "anyhow",
7885 "bytemuck",
7886 "collections",
7887 "cosmic-text",
7888 "etagere",
7889 "gpui",
7890 "gpui_util",
7891 "itertools 0.14.0",
7892 "js-sys",
7893 "log",
7894 "parking_lot",
7895 "pollster 0.4.0",
7896 "profiling",
7897 "raw-window-handle",
7898 "smallvec",
7899 "swash",
7900 "wasm-bindgen",
7901 "wasm-bindgen-futures",
7902 "web-sys",
7903 "wgpu",
7904 "zed-font-kit",
7905]
7906
7907[[package]]
7908name = "gpui_windows"
7909version = "0.1.0"
7910dependencies = [
7911 "anyhow",
7912 "collections",
7913 "etagere",
7914 "futures 0.3.32",
7915 "gpui",
7916 "image",
7917 "itertools 0.14.0",
7918 "log",
7919 "parking_lot",
7920 "rand 0.9.3",
7921 "raw-window-handle",
7922 "smallvec",
7923 "util",
7924 "uuid",
7925 "windows 0.61.3",
7926 "windows-core 0.61.2",
7927 "windows-numerics 0.2.0",
7928 "windows-registry 0.5.3",
7929 "zed-scap",
7930]
7931
7932[[package]]
7933name = "grammars"
7934version = "0.1.0"
7935dependencies = [
7936 "anyhow",
7937 "language_core",
7938 "rust-embed",
7939 "toml 0.8.23",
7940 "tree-sitter",
7941 "tree-sitter-bash",
7942 "tree-sitter-c",
7943 "tree-sitter-cpp",
7944 "tree-sitter-css",
7945 "tree-sitter-diff",
7946 "tree-sitter-gitcommit",
7947 "tree-sitter-go",
7948 "tree-sitter-gomod",
7949 "tree-sitter-gowork",
7950 "tree-sitter-jsdoc",
7951 "tree-sitter-json",
7952 "tree-sitter-md",
7953 "tree-sitter-python",
7954 "tree-sitter-regex",
7955 "tree-sitter-rust",
7956 "tree-sitter-typescript",
7957 "tree-sitter-yaml",
7958 "util",
7959]
7960
7961[[package]]
7962name = "grid"
7963version = "0.18.0"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
7966
7967[[package]]
7968name = "group"
7969version = "0.12.1"
7970source = "registry+https://github.com/rust-lang/crates.io-index"
7971checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7972dependencies = [
7973 "ff",
7974 "rand_core 0.6.4",
7975 "subtle",
7976]
7977
7978[[package]]
7979name = "h2"
7980version = "0.3.27"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
7983dependencies = [
7984 "bytes 1.11.1",
7985 "fnv",
7986 "futures-core",
7987 "futures-sink",
7988 "futures-util",
7989 "http 0.2.12",
7990 "indexmap 2.11.4",
7991 "slab",
7992 "tokio",
7993 "tokio-util",
7994 "tracing",
7995]
7996
7997[[package]]
7998name = "h2"
7999version = "0.4.12"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
8002dependencies = [
8003 "atomic-waker",
8004 "bytes 1.11.1",
8005 "fnv",
8006 "futures-core",
8007 "futures-sink",
8008 "http 1.3.1",
8009 "indexmap 2.11.4",
8010 "slab",
8011 "tokio",
8012 "tokio-util",
8013 "tracing",
8014]
8015
8016[[package]]
8017name = "half"
8018version = "2.7.1"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
8021dependencies = [
8022 "bytemuck",
8023 "cfg-if",
8024 "crunchy",
8025 "num-traits",
8026 "rand 0.9.3",
8027 "rand_distr",
8028 "zerocopy",
8029]
8030
8031[[package]]
8032name = "handlebars"
8033version = "4.5.0"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
8036dependencies = [
8037 "log",
8038 "pest",
8039 "pest_derive",
8040 "rust-embed",
8041 "serde",
8042 "serde_json",
8043 "thiserror 1.0.69",
8044]
8045
8046[[package]]
8047name = "handlebars"
8048version = "5.1.2"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
8051dependencies = [
8052 "log",
8053 "pest",
8054 "pest_derive",
8055 "serde",
8056 "serde_json",
8057 "thiserror 1.0.69",
8058]
8059
8060[[package]]
8061name = "harfrust"
8062version = "0.5.0"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
8065dependencies = [
8066 "bitflags 2.10.0",
8067 "bytemuck",
8068 "core_maths",
8069 "read-fonts 0.37.0",
8070 "smallvec",
8071]
8072
8073[[package]]
8074name = "hash32"
8075version = "0.3.1"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
8078dependencies = [
8079 "byteorder",
8080]
8081
8082[[package]]
8083name = "hashbrown"
8084version = "0.12.3"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
8087dependencies = [
8088 "ahash 0.7.8",
8089]
8090
8091[[package]]
8092name = "hashbrown"
8093version = "0.14.5"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
8096dependencies = [
8097 "ahash 0.8.12",
8098 "allocator-api2",
8099]
8100
8101[[package]]
8102name = "hashbrown"
8103version = "0.15.5"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
8106dependencies = [
8107 "allocator-api2",
8108 "equivalent",
8109 "foldhash 0.1.5",
8110 "serde",
8111]
8112
8113[[package]]
8114name = "hashbrown"
8115version = "0.16.1"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
8118dependencies = [
8119 "allocator-api2",
8120 "equivalent",
8121 "foldhash 0.2.0",
8122]
8123
8124[[package]]
8125name = "hashlink"
8126version = "0.8.4"
8127source = "registry+https://github.com/rust-lang/crates.io-index"
8128checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
8129dependencies = [
8130 "hashbrown 0.14.5",
8131]
8132
8133[[package]]
8134name = "hashlink"
8135version = "0.10.0"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
8138dependencies = [
8139 "hashbrown 0.15.5",
8140]
8141
8142[[package]]
8143name = "hdrhistogram"
8144version = "7.5.4"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
8147dependencies = [
8148 "base64 0.21.7",
8149 "byteorder",
8150 "crossbeam-channel",
8151 "flate2",
8152 "nom 7.1.3",
8153 "num-traits",
8154]
8155
8156[[package]]
8157name = "headers"
8158version = "0.3.9"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
8161dependencies = [
8162 "base64 0.21.7",
8163 "bytes 1.11.1",
8164 "headers-core",
8165 "http 0.2.12",
8166 "httpdate",
8167 "mime",
8168 "sha1",
8169]
8170
8171[[package]]
8172name = "headers-core"
8173version = "0.2.0"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
8176dependencies = [
8177 "http 0.2.12",
8178]
8179
8180[[package]]
8181name = "heapless"
8182version = "0.9.2"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
8185dependencies = [
8186 "hash32",
8187 "stable_deref_trait",
8188]
8189
8190[[package]]
8191name = "heck"
8192version = "0.3.3"
8193source = "registry+https://github.com/rust-lang/crates.io-index"
8194checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
8195dependencies = [
8196 "unicode-segmentation",
8197]
8198
8199[[package]]
8200name = "heck"
8201version = "0.4.1"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
8204dependencies = [
8205 "unicode-segmentation",
8206]
8207
8208[[package]]
8209name = "heck"
8210version = "0.5.0"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
8213
8214[[package]]
8215name = "heed"
8216version = "0.21.0"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
8219dependencies = [
8220 "bitflags 2.10.0",
8221 "byteorder",
8222 "heed-traits",
8223 "heed-types",
8224 "libc",
8225 "lmdb-master-sys",
8226 "once_cell",
8227 "page_size",
8228 "serde",
8229 "synchronoise",
8230 "url",
8231]
8232
8233[[package]]
8234name = "heed-traits"
8235version = "0.20.0"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
8238
8239[[package]]
8240name = "heed-types"
8241version = "0.21.0"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
8244dependencies = [
8245 "bincode",
8246 "byteorder",
8247 "heed-traits",
8248 "serde",
8249 "serde_json",
8250]
8251
8252[[package]]
8253name = "hermit-abi"
8254version = "0.5.2"
8255source = "registry+https://github.com/rust-lang/crates.io-index"
8256checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
8257
8258[[package]]
8259name = "hex"
8260version = "0.4.3"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
8263
8264[[package]]
8265name = "hexf-parse"
8266version = "0.2.1"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
8269
8270[[package]]
8271name = "hkdf"
8272version = "0.12.4"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
8275dependencies = [
8276 "hmac",
8277]
8278
8279[[package]]
8280name = "hmac"
8281version = "0.12.1"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
8284dependencies = [
8285 "digest",
8286]
8287
8288[[package]]
8289name = "home"
8290version = "0.5.11"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
8293dependencies = [
8294 "windows-sys 0.59.0",
8295]
8296
8297[[package]]
8298name = "hound"
8299version = "3.5.1"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
8302
8303[[package]]
8304name = "html5ever"
8305version = "0.27.0"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
8308dependencies = [
8309 "log",
8310 "mac",
8311 "markup5ever 0.12.1",
8312 "proc-macro2",
8313 "quote",
8314 "syn 2.0.117",
8315]
8316
8317[[package]]
8318name = "html5ever"
8319version = "0.35.0"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
8322dependencies = [
8323 "log",
8324 "markup5ever 0.35.0",
8325 "match_token",
8326]
8327
8328[[package]]
8329name = "html_to_markdown"
8330version = "0.1.0"
8331dependencies = [
8332 "anyhow",
8333 "html5ever 0.27.0",
8334 "indoc",
8335 "markup5ever_rcdom",
8336 "pretty_assertions",
8337 "regex",
8338]
8339
8340[[package]]
8341name = "http"
8342version = "0.2.12"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
8345dependencies = [
8346 "bytes 1.11.1",
8347 "fnv",
8348 "itoa",
8349]
8350
8351[[package]]
8352name = "http"
8353version = "1.3.1"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
8356dependencies = [
8357 "bytes 1.11.1",
8358 "fnv",
8359 "itoa",
8360]
8361
8362[[package]]
8363name = "http-body"
8364version = "0.4.6"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
8367dependencies = [
8368 "bytes 1.11.1",
8369 "http 0.2.12",
8370 "pin-project-lite",
8371]
8372
8373[[package]]
8374name = "http-body"
8375version = "1.0.1"
8376source = "registry+https://github.com/rust-lang/crates.io-index"
8377checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
8378dependencies = [
8379 "bytes 1.11.1",
8380 "http 1.3.1",
8381]
8382
8383[[package]]
8384name = "http-body-util"
8385version = "0.1.3"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
8388dependencies = [
8389 "bytes 1.11.1",
8390 "futures-core",
8391 "http 1.3.1",
8392 "http-body 1.0.1",
8393 "pin-project-lite",
8394]
8395
8396[[package]]
8397name = "http-range-header"
8398version = "0.3.1"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
8401
8402[[package]]
8403name = "http_client"
8404version = "0.1.0"
8405dependencies = [
8406 "anyhow",
8407 "async-compression",
8408 "async-fs",
8409 "async-tar",
8410 "bytes 1.11.1",
8411 "derive_more",
8412 "futures 0.3.32",
8413 "http 1.3.1",
8414 "http-body 1.0.1",
8415 "log",
8416 "parking_lot",
8417 "serde",
8418 "serde_json",
8419 "serde_urlencoded",
8420 "sha2",
8421 "tempfile",
8422 "url",
8423 "util",
8424]
8425
8426[[package]]
8427name = "http_client_tls"
8428version = "0.1.0"
8429dependencies = [
8430 "rustls 0.23.33",
8431 "rustls-platform-verifier",
8432]
8433
8434[[package]]
8435name = "httparse"
8436version = "1.10.1"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
8439
8440[[package]]
8441name = "httpdate"
8442version = "1.0.3"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
8445
8446[[package]]
8447name = "human_bytes"
8448version = "0.4.3"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
8451
8452[[package]]
8453name = "humantime"
8454version = "2.3.0"
8455source = "registry+https://github.com/rust-lang/crates.io-index"
8456checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
8457
8458[[package]]
8459name = "hyper"
8460version = "0.14.32"
8461source = "registry+https://github.com/rust-lang/crates.io-index"
8462checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
8463dependencies = [
8464 "bytes 1.11.1",
8465 "futures-channel",
8466 "futures-core",
8467 "futures-util",
8468 "h2 0.3.27",
8469 "http 0.2.12",
8470 "http-body 0.4.6",
8471 "httparse",
8472 "httpdate",
8473 "itoa",
8474 "pin-project-lite",
8475 "socket2 0.5.10",
8476 "tokio",
8477 "tower-service",
8478 "tracing",
8479 "want",
8480]
8481
8482[[package]]
8483name = "hyper"
8484version = "1.7.0"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
8487dependencies = [
8488 "atomic-waker",
8489 "bytes 1.11.1",
8490 "futures-channel",
8491 "futures-core",
8492 "h2 0.4.12",
8493 "http 1.3.1",
8494 "http-body 1.0.1",
8495 "httparse",
8496 "itoa",
8497 "pin-project-lite",
8498 "pin-utils",
8499 "smallvec",
8500 "tokio",
8501 "want",
8502]
8503
8504[[package]]
8505name = "hyper-rustls"
8506version = "0.24.2"
8507source = "registry+https://github.com/rust-lang/crates.io-index"
8508checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
8509dependencies = [
8510 "futures-util",
8511 "http 0.2.12",
8512 "hyper 0.14.32",
8513 "log",
8514 "rustls 0.21.12",
8515 "rustls-native-certs 0.6.3",
8516 "tokio",
8517 "tokio-rustls 0.24.1",
8518]
8519
8520[[package]]
8521name = "hyper-rustls"
8522version = "0.27.7"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
8525dependencies = [
8526 "http 1.3.1",
8527 "hyper 1.7.0",
8528 "hyper-util",
8529 "log",
8530 "rustls 0.23.33",
8531 "rustls-native-certs 0.8.2",
8532 "rustls-pki-types",
8533 "tokio",
8534 "tokio-rustls 0.26.2",
8535 "tower-service",
8536]
8537
8538[[package]]
8539name = "hyper-timeout"
8540version = "0.5.2"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
8543dependencies = [
8544 "hyper 1.7.0",
8545 "hyper-util",
8546 "pin-project-lite",
8547 "tokio",
8548 "tower-service",
8549]
8550
8551[[package]]
8552name = "hyper-tls"
8553version = "0.5.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
8556dependencies = [
8557 "bytes 1.11.1",
8558 "hyper 0.14.32",
8559 "native-tls",
8560 "tokio",
8561 "tokio-native-tls",
8562]
8563
8564[[package]]
8565name = "hyper-util"
8566version = "0.1.17"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
8569dependencies = [
8570 "base64 0.22.1",
8571 "bytes 1.11.1",
8572 "futures-channel",
8573 "futures-core",
8574 "futures-util",
8575 "http 1.3.1",
8576 "http-body 1.0.1",
8577 "hyper 1.7.0",
8578 "ipnet",
8579 "libc",
8580 "percent-encoding",
8581 "pin-project-lite",
8582 "socket2 0.6.1",
8583 "tokio",
8584 "tower-service",
8585 "tracing",
8586]
8587
8588[[package]]
8589name = "iana-time-zone"
8590version = "0.1.64"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
8593dependencies = [
8594 "android_system_properties",
8595 "core-foundation-sys",
8596 "iana-time-zone-haiku",
8597 "js-sys",
8598 "log",
8599 "wasm-bindgen",
8600 "windows-core 0.62.2",
8601]
8602
8603[[package]]
8604name = "iana-time-zone-haiku"
8605version = "0.1.2"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
8608dependencies = [
8609 "cc",
8610]
8611
8612[[package]]
8613name = "icons"
8614version = "0.1.0"
8615dependencies = [
8616 "serde",
8617 "strum 0.27.2",
8618]
8619
8620[[package]]
8621name = "icu_collections"
8622version = "2.0.0"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
8625dependencies = [
8626 "displaydoc",
8627 "potential_utf",
8628 "yoke 0.8.0",
8629 "zerofrom",
8630 "zerovec",
8631]
8632
8633[[package]]
8634name = "icu_locale_core"
8635version = "2.0.0"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
8638dependencies = [
8639 "displaydoc",
8640 "litemap",
8641 "tinystr",
8642 "writeable",
8643 "zerovec",
8644]
8645
8646[[package]]
8647name = "icu_normalizer"
8648version = "2.0.0"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
8651dependencies = [
8652 "displaydoc",
8653 "icu_collections",
8654 "icu_normalizer_data",
8655 "icu_properties",
8656 "icu_provider",
8657 "smallvec",
8658 "zerovec",
8659]
8660
8661[[package]]
8662name = "icu_normalizer_data"
8663version = "2.0.0"
8664source = "registry+https://github.com/rust-lang/crates.io-index"
8665checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
8666
8667[[package]]
8668name = "icu_properties"
8669version = "2.0.1"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
8672dependencies = [
8673 "displaydoc",
8674 "icu_collections",
8675 "icu_locale_core",
8676 "icu_properties_data",
8677 "icu_provider",
8678 "potential_utf",
8679 "zerotrie",
8680 "zerovec",
8681]
8682
8683[[package]]
8684name = "icu_properties_data"
8685version = "2.0.1"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
8688
8689[[package]]
8690name = "icu_provider"
8691version = "2.0.0"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
8694dependencies = [
8695 "displaydoc",
8696 "icu_locale_core",
8697 "stable_deref_trait",
8698 "tinystr",
8699 "writeable",
8700 "yoke 0.8.0",
8701 "zerofrom",
8702 "zerotrie",
8703 "zerovec",
8704]
8705
8706[[package]]
8707name = "id-arena"
8708version = "2.2.1"
8709source = "registry+https://github.com/rust-lang/crates.io-index"
8710checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
8711
8712[[package]]
8713name = "ident_case"
8714version = "1.0.1"
8715source = "registry+https://github.com/rust-lang/crates.io-index"
8716checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
8717
8718[[package]]
8719name = "idna"
8720version = "1.1.0"
8721source = "registry+https://github.com/rust-lang/crates.io-index"
8722checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
8723dependencies = [
8724 "idna_adapter",
8725 "smallvec",
8726 "utf8_iter",
8727]
8728
8729[[package]]
8730name = "idna_adapter"
8731version = "1.2.1"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
8734dependencies = [
8735 "icu_normalizer",
8736 "icu_properties",
8737]
8738
8739[[package]]
8740name = "ignore"
8741version = "0.4.24"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
8744dependencies = [
8745 "crossbeam-deque",
8746 "globset",
8747 "log",
8748 "memchr",
8749 "regex-automata",
8750 "same-file",
8751 "walkdir",
8752 "winapi-util",
8753]
8754
8755[[package]]
8756name = "image"
8757version = "0.25.10"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
8760dependencies = [
8761 "bytemuck",
8762 "byteorder-lite",
8763 "color_quant",
8764 "exr",
8765 "gif 0.14.2",
8766 "image-webp",
8767 "moxcms",
8768 "num-traits",
8769 "png 0.18.0",
8770 "qoi",
8771 "ravif",
8772 "rayon",
8773 "rgb",
8774 "tiff",
8775 "zune-core 0.5.1",
8776 "zune-jpeg 0.5.15",
8777]
8778
8779[[package]]
8780name = "image-webp"
8781version = "0.2.4"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
8784dependencies = [
8785 "byteorder-lite",
8786 "quick-error 2.0.1",
8787]
8788
8789[[package]]
8790name = "image_viewer"
8791version = "0.1.0"
8792dependencies = [
8793 "anyhow",
8794 "db",
8795 "editor",
8796 "file_icons",
8797 "gpui",
8798 "language",
8799 "log",
8800 "project",
8801 "serde",
8802 "settings",
8803 "theme_settings",
8804 "ui",
8805 "util",
8806 "workspace",
8807]
8808
8809[[package]]
8810name = "imagesize"
8811version = "0.13.0"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8814
8815[[package]]
8816name = "imara-diff"
8817version = "0.1.8"
8818source = "registry+https://github.com/rust-lang/crates.io-index"
8819checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8820dependencies = [
8821 "hashbrown 0.15.5",
8822]
8823
8824[[package]]
8825name = "imgref"
8826version = "1.12.0"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
8829
8830[[package]]
8831name = "indenter"
8832version = "0.3.4"
8833source = "registry+https://github.com/rust-lang/crates.io-index"
8834checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
8835
8836[[package]]
8837name = "indexmap"
8838version = "1.9.3"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
8841dependencies = [
8842 "autocfg",
8843 "hashbrown 0.12.3",
8844 "serde",
8845]
8846
8847[[package]]
8848name = "indexmap"
8849version = "2.11.4"
8850source = "registry+https://github.com/rust-lang/crates.io-index"
8851checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
8852dependencies = [
8853 "equivalent",
8854 "hashbrown 0.16.1",
8855 "serde",
8856 "serde_core",
8857]
8858
8859[[package]]
8860name = "indoc"
8861version = "2.0.6"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8864
8865[[package]]
8866name = "inherent"
8867version = "1.0.13"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
8870dependencies = [
8871 "proc-macro2",
8872 "quote",
8873 "syn 2.0.117",
8874]
8875
8876[[package]]
8877name = "inotify"
8878version = "0.9.6"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
8881dependencies = [
8882 "bitflags 1.3.2",
8883 "inotify-sys",
8884 "libc",
8885]
8886
8887[[package]]
8888name = "inotify"
8889version = "0.11.0"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8892dependencies = [
8893 "bitflags 2.10.0",
8894 "inotify-sys",
8895 "libc",
8896]
8897
8898[[package]]
8899name = "inotify-sys"
8900version = "0.1.5"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8903dependencies = [
8904 "libc",
8905]
8906
8907[[package]]
8908name = "inout"
8909version = "0.1.4"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8912dependencies = [
8913 "block-padding",
8914 "generic-array",
8915]
8916
8917[[package]]
8918name = "input_latency_ui"
8919version = "0.1.0"
8920dependencies = [
8921 "chrono",
8922 "gpui",
8923 "hdrhistogram",
8924]
8925
8926[[package]]
8927name = "inspector_ui"
8928version = "0.1.0"
8929dependencies = [
8930 "anyhow",
8931 "command_palette_hooks",
8932 "editor",
8933 "fuzzy",
8934 "gpui",
8935 "language",
8936 "project",
8937 "serde_json",
8938 "serde_json_lenient",
8939 "theme_settings",
8940 "ui",
8941 "util",
8942 "util_macros",
8943 "workspace",
8944 "zed_actions",
8945]
8946
8947[[package]]
8948name = "install_cli"
8949version = "0.1.0"
8950dependencies = [
8951 "anyhow",
8952 "client",
8953 "gpui",
8954 "release_channel",
8955 "smol",
8956 "util",
8957 "workspace",
8958]
8959
8960[[package]]
8961name = "instant"
8962version = "0.1.13"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8965dependencies = [
8966 "cfg-if",
8967]
8968
8969[[package]]
8970name = "interpolate_name"
8971version = "0.2.4"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8974dependencies = [
8975 "proc-macro2",
8976 "quote",
8977 "syn 2.0.117",
8978]
8979
8980[[package]]
8981name = "inventory"
8982version = "0.3.21"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
8985dependencies = [
8986 "rustversion",
8987]
8988
8989[[package]]
8990name = "io-extras"
8991version = "0.18.4"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8994dependencies = [
8995 "io-lifetimes",
8996 "windows-sys 0.59.0",
8997]
8998
8999[[package]]
9000name = "io-lifetimes"
9001version = "2.0.4"
9002source = "registry+https://github.com/rust-lang/crates.io-index"
9003checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
9004
9005[[package]]
9006name = "io-surface"
9007version = "0.16.1"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
9010dependencies = [
9011 "cgl",
9012 "core-foundation 0.10.0",
9013 "core-foundation-sys",
9014 "leaky-cow",
9015]
9016
9017[[package]]
9018name = "iovec"
9019version = "0.1.4"
9020source = "registry+https://github.com/rust-lang/crates.io-index"
9021checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
9022dependencies = [
9023 "libc",
9024]
9025
9026[[package]]
9027name = "ipc-channel"
9028version = "0.19.0"
9029source = "registry+https://github.com/rust-lang/crates.io-index"
9030checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
9031dependencies = [
9032 "bincode",
9033 "crossbeam-channel",
9034 "fnv",
9035 "lazy_static",
9036 "libc",
9037 "mio 1.1.0",
9038 "rand 0.8.5",
9039 "serde",
9040 "tempfile",
9041 "uuid",
9042 "windows 0.58.0",
9043]
9044
9045[[package]]
9046name = "ipnet"
9047version = "2.11.0"
9048source = "registry+https://github.com/rust-lang/crates.io-index"
9049checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
9050
9051[[package]]
9052name = "iri-string"
9053version = "0.7.8"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
9056dependencies = [
9057 "memchr",
9058 "serde",
9059]
9060
9061[[package]]
9062name = "is-docker"
9063version = "0.2.0"
9064source = "registry+https://github.com/rust-lang/crates.io-index"
9065checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
9066dependencies = [
9067 "once_cell",
9068]
9069
9070[[package]]
9071name = "is-terminal"
9072version = "0.4.16"
9073source = "registry+https://github.com/rust-lang/crates.io-index"
9074checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
9075dependencies = [
9076 "hermit-abi",
9077 "libc",
9078 "windows-sys 0.59.0",
9079]
9080
9081[[package]]
9082name = "is-wsl"
9083version = "0.4.0"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
9086dependencies = [
9087 "is-docker",
9088 "once_cell",
9089]
9090
9091[[package]]
9092name = "is_executable"
9093version = "1.0.5"
9094source = "registry+https://github.com/rust-lang/crates.io-index"
9095checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
9096dependencies = [
9097 "windows-sys 0.60.2",
9098]
9099
9100[[package]]
9101name = "is_terminal_polyfill"
9102version = "1.70.1"
9103source = "registry+https://github.com/rust-lang/crates.io-index"
9104checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
9105
9106[[package]]
9107name = "itertools"
9108version = "0.10.5"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
9111dependencies = [
9112 "either",
9113]
9114
9115[[package]]
9116name = "itertools"
9117version = "0.11.0"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
9120dependencies = [
9121 "either",
9122]
9123
9124[[package]]
9125name = "itertools"
9126version = "0.14.0"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
9129dependencies = [
9130 "either",
9131]
9132
9133[[package]]
9134name = "itoa"
9135version = "1.0.15"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
9138
9139[[package]]
9140name = "jiff"
9141version = "0.2.15"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
9144dependencies = [
9145 "jiff-static",
9146 "log",
9147 "portable-atomic",
9148 "portable-atomic-util",
9149 "serde",
9150]
9151
9152[[package]]
9153name = "jiff-static"
9154version = "0.2.15"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
9157dependencies = [
9158 "proc-macro2",
9159 "quote",
9160 "syn 2.0.117",
9161]
9162
9163[[package]]
9164name = "jni"
9165version = "0.21.1"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
9168dependencies = [
9169 "cesu8",
9170 "cfg-if",
9171 "combine",
9172 "jni-sys",
9173 "log",
9174 "thiserror 1.0.69",
9175 "walkdir",
9176 "windows-sys 0.45.0",
9177]
9178
9179[[package]]
9180name = "jni-sys"
9181version = "0.3.0"
9182source = "registry+https://github.com/rust-lang/crates.io-index"
9183checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
9184
9185[[package]]
9186name = "jobserver"
9187version = "0.1.34"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
9190dependencies = [
9191 "getrandom 0.3.4",
9192 "libc",
9193]
9194
9195[[package]]
9196name = "journal"
9197version = "0.1.0"
9198dependencies = [
9199 "anyhow",
9200 "chrono",
9201 "editor",
9202 "gpui",
9203 "log",
9204 "serde",
9205 "settings",
9206 "shellexpand",
9207 "workspace",
9208]
9209
9210[[package]]
9211name = "js-sys"
9212version = "0.3.90"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
9215dependencies = [
9216 "once_cell",
9217 "wasm-bindgen",
9218]
9219
9220[[package]]
9221name = "json5"
9222version = "0.4.1"
9223source = "registry+https://github.com/rust-lang/crates.io-index"
9224checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
9225dependencies = [
9226 "pest",
9227 "pest_derive",
9228 "serde",
9229]
9230
9231[[package]]
9232name = "json_dotpath"
9233version = "1.1.0"
9234source = "registry+https://github.com/rust-lang/crates.io-index"
9235checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
9236dependencies = [
9237 "serde",
9238 "serde_derive",
9239 "serde_json",
9240 "thiserror 1.0.69",
9241]
9242
9243[[package]]
9244name = "json_schema_store"
9245version = "0.1.0"
9246dependencies = [
9247 "anyhow",
9248 "collections",
9249 "dap",
9250 "extension",
9251 "feature_flags",
9252 "gpui",
9253 "language",
9254 "parking_lot",
9255 "paths",
9256 "project",
9257 "schemars 1.0.4",
9258 "serde",
9259 "serde_json",
9260 "settings",
9261 "snippet_provider",
9262 "task",
9263 "theme",
9264 "util",
9265]
9266
9267[[package]]
9268name = "jsonrpcmsg"
9269version = "0.1.2"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "6d833a15225c779251e13929203518c2ff26e2fe0f322d584b213f4f4dad37bd"
9272dependencies = [
9273 "serde",
9274 "serde_json",
9275]
9276
9277[[package]]
9278name = "jsonschema"
9279version = "0.37.4"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
9282dependencies = [
9283 "ahash 0.8.12",
9284 "bytecount",
9285 "data-encoding",
9286 "email_address",
9287 "fancy-regex 0.16.2",
9288 "fraction",
9289 "getrandom 0.3.4",
9290 "idna",
9291 "itoa",
9292 "num-cmp",
9293 "num-traits",
9294 "percent-encoding",
9295 "referencing",
9296 "regex",
9297 "regex-syntax",
9298 "reqwest 0.12.24",
9299 "serde",
9300 "serde_json",
9301 "unicode-general-category",
9302 "uuid-simd",
9303]
9304
9305[[package]]
9306name = "jsonwebtoken"
9307version = "10.3.0"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
9310dependencies = [
9311 "aws-lc-rs",
9312 "base64 0.22.1",
9313 "getrandom 0.2.16",
9314 "js-sys",
9315 "pem",
9316 "serde",
9317 "serde_json",
9318 "signature 2.2.0",
9319 "simple_asn1",
9320]
9321
9322[[package]]
9323name = "jupyter-protocol"
9324version = "1.4.0"
9325source = "registry+https://github.com/rust-lang/crates.io-index"
9326checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
9327dependencies = [
9328 "async-trait",
9329 "bytes 1.11.1",
9330 "chrono",
9331 "futures 0.3.32",
9332 "serde",
9333 "serde_json",
9334 "thiserror 2.0.17",
9335 "uuid",
9336]
9337
9338[[package]]
9339name = "jupyter-websocket-client"
9340version = "1.1.0"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "7c2ae4d8d5344f69bf9734b264e969c2139e30e932ce9b6455de9f65663ed614"
9343dependencies = [
9344 "anyhow",
9345 "async-trait",
9346 "async-tungstenite",
9347 "bytes 1.11.1",
9348 "futures 0.3.32",
9349 "jupyter-protocol",
9350 "serde",
9351 "serde_json",
9352 "tokio",
9353 "url",
9354 "uuid",
9355]
9356
9357[[package]]
9358name = "keymap_editor"
9359version = "0.1.0"
9360dependencies = [
9361 "anyhow",
9362 "collections",
9363 "command_palette",
9364 "component",
9365 "db",
9366 "editor",
9367 "fs",
9368 "fuzzy",
9369 "gpui",
9370 "itertools 0.14.0",
9371 "json_schema_store",
9372 "language",
9373 "log",
9374 "menu",
9375 "notifications",
9376 "paths",
9377 "project",
9378 "search",
9379 "serde",
9380 "serde_json",
9381 "settings",
9382 "telemetry",
9383 "tempfile",
9384 "theme",
9385 "theme_settings",
9386 "tree-sitter-json",
9387 "tree-sitter-rust",
9388 "ui",
9389 "ui_input",
9390 "util",
9391 "workspace",
9392 "zed_actions",
9393]
9394
9395[[package]]
9396name = "khronos-egl"
9397version = "6.0.0"
9398source = "registry+https://github.com/rust-lang/crates.io-index"
9399checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
9400dependencies = [
9401 "libc",
9402 "libloading",
9403 "pkg-config",
9404]
9405
9406[[package]]
9407name = "khronos_api"
9408version = "3.1.0"
9409source = "registry+https://github.com/rust-lang/crates.io-index"
9410checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
9411
9412[[package]]
9413name = "kqueue"
9414version = "1.1.1"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
9417dependencies = [
9418 "kqueue-sys",
9419 "libc",
9420]
9421
9422[[package]]
9423name = "kqueue-sys"
9424version = "1.0.4"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
9427dependencies = [
9428 "bitflags 1.3.2",
9429 "libc",
9430]
9431
9432[[package]]
9433name = "kurbo"
9434version = "0.11.3"
9435source = "registry+https://github.com/rust-lang/crates.io-index"
9436checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
9437dependencies = [
9438 "arrayvec",
9439 "euclid",
9440 "smallvec",
9441]
9442
9443[[package]]
9444name = "kv-log-macro"
9445version = "1.0.7"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
9448dependencies = [
9449 "log",
9450]
9451
9452[[package]]
9453name = "language"
9454version = "0.1.0"
9455dependencies = [
9456 "anyhow",
9457 "async-trait",
9458 "clock",
9459 "collections",
9460 "criterion",
9461 "ctor",
9462 "diffy",
9463 "ec4rs",
9464 "encoding_rs",
9465 "fs",
9466 "futures 0.3.32",
9467 "fuzzy",
9468 "globset",
9469 "gpui",
9470 "http_client",
9471 "imara-diff",
9472 "indoc",
9473 "itertools 0.14.0",
9474 "language_core",
9475 "log",
9476 "lsp",
9477 "parking_lot",
9478 "postage",
9479 "pretty_assertions",
9480 "rand 0.9.3",
9481 "regex",
9482 "rpc",
9483 "semver",
9484 "serde",
9485 "serde_json",
9486 "settings",
9487 "shellexpand",
9488 "smallvec",
9489 "smol",
9490 "streaming-iterator",
9491 "strsim",
9492 "sum_tree",
9493 "task",
9494 "text",
9495 "theme",
9496 "theme_settings",
9497 "toml 0.8.23",
9498 "tracing",
9499 "tree-sitter",
9500 "tree-sitter-elixir",
9501 "tree-sitter-embedded-template",
9502 "tree-sitter-heex",
9503 "tree-sitter-html",
9504 "tree-sitter-json",
9505 "tree-sitter-md",
9506 "tree-sitter-python",
9507 "tree-sitter-ruby",
9508 "tree-sitter-rust",
9509 "tree-sitter-typescript",
9510 "unicase",
9511 "unindent",
9512 "util",
9513 "watch",
9514 "zlog",
9515 "ztracing",
9516]
9517
9518[[package]]
9519name = "language_core"
9520version = "0.1.0"
9521dependencies = [
9522 "anyhow",
9523 "collections",
9524 "gpui_shared_string",
9525 "log",
9526 "lsp",
9527 "parking_lot",
9528 "regex",
9529 "schemars 1.0.4",
9530 "serde",
9531 "serde_json",
9532 "toml 0.8.23",
9533 "tree-sitter",
9534 "util",
9535]
9536
9537[[package]]
9538name = "language_extension"
9539version = "0.1.0"
9540dependencies = [
9541 "anyhow",
9542 "async-trait",
9543 "collections",
9544 "extension",
9545 "fs",
9546 "futures 0.3.32",
9547 "gpui",
9548 "language",
9549 "log",
9550 "lsp",
9551 "project",
9552 "serde",
9553 "serde_json",
9554 "tracing",
9555 "util",
9556 "ztracing",
9557]
9558
9559[[package]]
9560name = "language_model"
9561version = "0.1.0"
9562dependencies = [
9563 "anyhow",
9564 "base64 0.22.1",
9565 "collections",
9566 "credentials_provider",
9567 "env_var",
9568 "futures 0.3.32",
9569 "gpui",
9570 "http_client",
9571 "icons",
9572 "image",
9573 "language_model_core",
9574 "log",
9575 "parking_lot",
9576 "serde",
9577 "serde_json",
9578 "thiserror 2.0.17",
9579 "util",
9580]
9581
9582[[package]]
9583name = "language_model_core"
9584version = "0.1.0"
9585dependencies = [
9586 "anyhow",
9587 "cloud_llm_client",
9588 "futures 0.3.32",
9589 "gpui_shared_string",
9590 "http_client",
9591 "partial-json-fixer",
9592 "schemars 1.0.4",
9593 "serde",
9594 "serde_json",
9595 "smol",
9596 "strum 0.27.2",
9597 "thiserror 2.0.17",
9598]
9599
9600[[package]]
9601name = "language_models"
9602version = "0.1.0"
9603dependencies = [
9604 "ai_onboarding",
9605 "anthropic",
9606 "anyhow",
9607 "aws-config",
9608 "aws-credential-types",
9609 "aws_http_client",
9610 "base64 0.22.1",
9611 "bedrock",
9612 "client",
9613 "cloud_api_client",
9614 "cloud_api_types",
9615 "collections",
9616 "component",
9617 "convert_case 0.8.0",
9618 "copilot",
9619 "copilot_chat",
9620 "copilot_ui",
9621 "credentials_provider",
9622 "deepseek",
9623 "extension",
9624 "extension_host",
9625 "fs",
9626 "futures 0.3.32",
9627 "google_ai",
9628 "gpui",
9629 "gpui_tokio",
9630 "http_client",
9631 "language",
9632 "language_model",
9633 "language_models_cloud",
9634 "lmstudio",
9635 "log",
9636 "menu",
9637 "mistral",
9638 "ollama",
9639 "open_ai",
9640 "open_router",
9641 "opencode",
9642 "pretty_assertions",
9643 "release_channel",
9644 "schemars 1.0.4",
9645 "serde",
9646 "serde_json",
9647 "settings",
9648 "smol",
9649 "strum 0.27.2",
9650 "tokio",
9651 "ui",
9652 "ui_input",
9653 "util",
9654 "vercel",
9655 "x_ai",
9656]
9657
9658[[package]]
9659name = "language_models_cloud"
9660version = "0.1.0"
9661dependencies = [
9662 "anthropic",
9663 "anyhow",
9664 "cloud_llm_client",
9665 "futures 0.3.32",
9666 "google_ai",
9667 "gpui",
9668 "http_client",
9669 "language_model",
9670 "open_ai",
9671 "schemars 1.0.4",
9672 "semver",
9673 "serde",
9674 "serde_json",
9675 "smol",
9676 "thiserror 2.0.17",
9677]
9678
9679[[package]]
9680name = "language_onboarding"
9681version = "0.1.0"
9682dependencies = [
9683 "db",
9684 "editor",
9685 "gpui",
9686 "project",
9687 "ui",
9688 "workspace",
9689]
9690
9691[[package]]
9692name = "language_selector"
9693version = "0.1.0"
9694dependencies = [
9695 "anyhow",
9696 "editor",
9697 "file_icons",
9698 "fuzzy",
9699 "gpui",
9700 "language",
9701 "open_path_prompt",
9702 "picker",
9703 "project",
9704 "serde_json",
9705 "settings",
9706 "ui",
9707 "util",
9708 "workspace",
9709]
9710
9711[[package]]
9712name = "language_tools"
9713version = "0.1.0"
9714dependencies = [
9715 "anyhow",
9716 "client",
9717 "collections",
9718 "command_palette_hooks",
9719 "edit_prediction",
9720 "editor",
9721 "futures 0.3.32",
9722 "gpui",
9723 "itertools 0.14.0",
9724 "language",
9725 "lsp",
9726 "menu",
9727 "project",
9728 "proto",
9729 "release_channel",
9730 "semver",
9731 "serde_json",
9732 "settings",
9733 "sysinfo 0.37.2",
9734 "telemetry",
9735 "theme",
9736 "theme_settings",
9737 "tree-sitter",
9738 "ui",
9739 "util",
9740 "workspace",
9741 "zed_actions",
9742 "zlog",
9743]
9744
9745[[package]]
9746name = "languages"
9747version = "0.1.0"
9748dependencies = [
9749 "anyhow",
9750 "async-compression",
9751 "async-fs",
9752 "async-tar",
9753 "async-trait",
9754 "chrono",
9755 "collections",
9756 "fs",
9757 "futures 0.3.32",
9758 "globset",
9759 "gpui",
9760 "grammars",
9761 "http_client",
9762 "itertools 0.14.0",
9763 "json_schema_store",
9764 "language",
9765 "log",
9766 "lsp",
9767 "node_runtime",
9768 "parking_lot",
9769 "pet",
9770 "pet-conda",
9771 "pet-core",
9772 "pet-fs",
9773 "pet-poetry",
9774 "pet-reporter",
9775 "pet-virtualenv",
9776 "pretty_assertions",
9777 "project",
9778 "regex",
9779 "rope",
9780 "semver",
9781 "serde",
9782 "serde_json",
9783 "serde_json_lenient",
9784 "settings",
9785 "smallvec",
9786 "smol",
9787 "snippet",
9788 "task",
9789 "terminal",
9790 "theme",
9791 "tree-sitter",
9792 "tree-sitter-bash",
9793 "tree-sitter-c",
9794 "tree-sitter-cpp",
9795 "tree-sitter-css",
9796 "tree-sitter-gitcommit",
9797 "tree-sitter-go",
9798 "tree-sitter-python",
9799 "tree-sitter-rust",
9800 "tree-sitter-typescript",
9801 "unindent",
9802 "url",
9803 "util",
9804]
9805
9806[[package]]
9807name = "lazy_static"
9808version = "1.5.0"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
9811dependencies = [
9812 "spin 0.9.8",
9813]
9814
9815[[package]]
9816name = "leak"
9817version = "0.1.2"
9818source = "registry+https://github.com/rust-lang/crates.io-index"
9819checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9820
9821[[package]]
9822name = "leaky-cow"
9823version = "0.1.1"
9824source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9826dependencies = [
9827 "leak",
9828]
9829
9830[[package]]
9831name = "leb128"
9832version = "0.2.5"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9835
9836[[package]]
9837name = "leb128fmt"
9838version = "0.1.0"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9841
9842[[package]]
9843name = "lebe"
9844version = "0.5.3"
9845source = "registry+https://github.com/rust-lang/crates.io-index"
9846checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
9847
9848[[package]]
9849name = "libbz2-rs-sys"
9850version = "0.2.2"
9851source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
9853
9854[[package]]
9855name = "libc"
9856version = "0.2.182"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
9859
9860[[package]]
9861name = "libdbus-sys"
9862version = "0.2.6"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
9865dependencies = [
9866 "cc",
9867 "pkg-config",
9868]
9869
9870[[package]]
9871name = "libfuzzer-sys"
9872version = "0.4.10"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
9875dependencies = [
9876 "arbitrary",
9877 "cc",
9878]
9879
9880[[package]]
9881name = "libgit2-sys"
9882version = "0.18.3+1.9.2"
9883source = "registry+https://github.com/rust-lang/crates.io-index"
9884checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
9885dependencies = [
9886 "cc",
9887 "libc",
9888 "libz-sys",
9889 "pkg-config",
9890]
9891
9892[[package]]
9893name = "libloading"
9894version = "0.8.9"
9895source = "registry+https://github.com/rust-lang/crates.io-index"
9896checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
9897dependencies = [
9898 "cfg-if",
9899 "windows-link 0.2.1",
9900]
9901
9902[[package]]
9903name = "libm"
9904version = "0.2.15"
9905source = "registry+https://github.com/rust-lang/crates.io-index"
9906checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
9907
9908[[package]]
9909name = "libmimalloc-sys"
9910version = "0.1.44"
9911source = "registry+https://github.com/rust-lang/crates.io-index"
9912checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
9913dependencies = [
9914 "cc",
9915 "libc",
9916]
9917
9918[[package]]
9919name = "libredox"
9920version = "0.1.10"
9921source = "registry+https://github.com/rust-lang/crates.io-index"
9922checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
9923dependencies = [
9924 "bitflags 2.10.0",
9925 "libc",
9926 "redox_syscall 0.5.18",
9927]
9928
9929[[package]]
9930name = "libsqlite3-sys"
9931version = "0.30.1"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9934dependencies = [
9935 "cc",
9936 "pkg-config",
9937 "vcpkg",
9938]
9939
9940[[package]]
9941name = "libwebrtc"
9942version = "0.3.26"
9943source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
9944dependencies = [
9945 "cxx",
9946 "glib",
9947 "jni",
9948 "js-sys",
9949 "lazy_static",
9950 "livekit-protocol",
9951 "livekit-runtime",
9952 "log",
9953 "parking_lot",
9954 "serde",
9955 "serde_json",
9956 "thiserror 1.0.69",
9957 "tokio",
9958 "wasm-bindgen",
9959 "wasm-bindgen-futures",
9960 "web-sys",
9961 "webrtc-sys",
9962]
9963
9964[[package]]
9965name = "libz-sys"
9966version = "1.1.22"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9969dependencies = [
9970 "cc",
9971 "libc",
9972 "pkg-config",
9973 "vcpkg",
9974]
9975
9976[[package]]
9977name = "line_ending_selector"
9978version = "0.1.0"
9979dependencies = [
9980 "editor",
9981 "gpui",
9982 "language",
9983 "picker",
9984 "project",
9985 "ui",
9986 "util",
9987 "workspace",
9988]
9989
9990[[package]]
9991name = "linebender_resource_handle"
9992version = "0.1.1"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
9995
9996[[package]]
9997name = "link-cplusplus"
9998version = "1.0.12"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
10001dependencies = [
10002 "cc",
10003]
10004
10005[[package]]
10006name = "linkify"
10007version = "0.10.0"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
10010dependencies = [
10011 "memchr",
10012]
10013
10014[[package]]
10015name = "linux-raw-sys"
10016version = "0.4.15"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
10019
10020[[package]]
10021name = "linux-raw-sys"
10022version = "0.11.0"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
10025
10026[[package]]
10027name = "litemap"
10028version = "0.8.0"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
10031
10032[[package]]
10033name = "litrs"
10034version = "1.0.0"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
10037
10038[[package]]
10039name = "livekit"
10040version = "0.7.32"
10041source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10042dependencies = [
10043 "base64 0.22.1",
10044 "bmrng",
10045 "bytes 1.11.1",
10046 "chrono",
10047 "futures-util",
10048 "lazy_static",
10049 "libloading",
10050 "libwebrtc",
10051 "livekit-api",
10052 "livekit-protocol",
10053 "livekit-runtime",
10054 "log",
10055 "parking_lot",
10056 "prost 0.12.6",
10057 "semver",
10058 "serde",
10059 "serde_json",
10060 "thiserror 1.0.69",
10061 "tokio",
10062]
10063
10064[[package]]
10065name = "livekit-api"
10066version = "0.4.14"
10067source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10068dependencies = [
10069 "base64 0.21.7",
10070 "futures-util",
10071 "http 1.3.1",
10072 "livekit-protocol",
10073 "livekit-runtime",
10074 "log",
10075 "parking_lot",
10076 "pbjson-types",
10077 "prost 0.12.6",
10078 "rand 0.9.3",
10079 "reqwest 0.12.24",
10080 "rustls-native-certs 0.6.3",
10081 "scopeguard",
10082 "serde",
10083 "sha2",
10084 "thiserror 1.0.69",
10085 "tokio",
10086 "tokio-rustls 0.26.2",
10087 "tokio-tungstenite 0.28.0",
10088 "url",
10089]
10090
10091[[package]]
10092name = "livekit-protocol"
10093version = "0.7.1"
10094source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10095dependencies = [
10096 "futures-util",
10097 "livekit-runtime",
10098 "parking_lot",
10099 "pbjson",
10100 "pbjson-types",
10101 "prost 0.12.6",
10102 "serde",
10103 "thiserror 1.0.69",
10104 "tokio",
10105]
10106
10107[[package]]
10108name = "livekit-runtime"
10109version = "0.4.0"
10110source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10111dependencies = [
10112 "tokio",
10113 "tokio-stream",
10114]
10115
10116[[package]]
10117name = "livekit_api"
10118version = "0.1.0"
10119dependencies = [
10120 "anyhow",
10121 "async-trait",
10122 "jsonwebtoken",
10123 "log",
10124 "prost 0.9.0",
10125 "prost-build 0.9.0",
10126 "prost-types 0.9.0",
10127 "serde",
10128 "zed-reqwest",
10129]
10130
10131[[package]]
10132name = "livekit_client"
10133version = "0.1.0"
10134dependencies = [
10135 "anyhow",
10136 "async-trait",
10137 "audio",
10138 "cocoa 0.26.0",
10139 "collections",
10140 "core-foundation 0.10.0",
10141 "core-video",
10142 "coreaudio-rs 0.12.1",
10143 "cpal",
10144 "futures 0.3.32",
10145 "gpui",
10146 "gpui_platform",
10147 "gpui_tokio",
10148 "http_client_tls",
10149 "image",
10150 "libwebrtc",
10151 "livekit",
10152 "livekit_api",
10153 "log",
10154 "nanoid",
10155 "objc",
10156 "parking_lot",
10157 "postage",
10158 "rodio",
10159 "serde",
10160 "serde_json",
10161 "serde_urlencoded",
10162 "settings",
10163 "simplelog",
10164 "smallvec",
10165 "tokio",
10166 "ui",
10167 "util",
10168 "webrtc-sys",
10169 "zed-scap",
10170]
10171
10172[[package]]
10173name = "lmdb-master-sys"
10174version = "0.2.5"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10177dependencies = [
10178 "cc",
10179 "doxygen-rs",
10180 "libc",
10181]
10182
10183[[package]]
10184name = "lmstudio"
10185version = "0.1.0"
10186dependencies = [
10187 "anyhow",
10188 "futures 0.3.32",
10189 "http_client",
10190 "schemars 1.0.4",
10191 "serde",
10192 "serde_json",
10193]
10194
10195[[package]]
10196name = "lock_api"
10197version = "0.4.14"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10200dependencies = [
10201 "scopeguard",
10202]
10203
10204[[package]]
10205name = "log"
10206version = "0.4.29"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10209dependencies = [
10210 "serde_core",
10211 "value-bag",
10212]
10213
10214[[package]]
10215name = "loom"
10216version = "0.7.2"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10219dependencies = [
10220 "cfg-if",
10221 "generator",
10222 "scoped-tls",
10223 "tracing",
10224 "tracing-subscriber",
10225]
10226
10227[[package]]
10228name = "loop9"
10229version = "0.1.5"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10232dependencies = [
10233 "imgref",
10234]
10235
10236[[package]]
10237name = "lru"
10238version = "0.12.5"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10241dependencies = [
10242 "hashbrown 0.15.5",
10243]
10244
10245[[package]]
10246name = "lru-slab"
10247version = "0.1.2"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10250
10251[[package]]
10252name = "lsp"
10253version = "0.1.0"
10254dependencies = [
10255 "anyhow",
10256 "async-pipe",
10257 "collections",
10258 "ctor",
10259 "futures 0.3.32",
10260 "gpui",
10261 "gpui_util",
10262 "log",
10263 "lsp-types",
10264 "parking_lot",
10265 "postage",
10266 "release_channel",
10267 "schemars 1.0.4",
10268 "semver",
10269 "serde",
10270 "serde_json",
10271 "smol",
10272 "util",
10273 "zlog",
10274]
10275
10276[[package]]
10277name = "lsp-types"
10278version = "0.95.1"
10279source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10280dependencies = [
10281 "bitflags 1.3.2",
10282 "serde",
10283 "serde_json",
10284 "url",
10285]
10286
10287[[package]]
10288name = "lyon"
10289version = "1.0.16"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10292dependencies = [
10293 "lyon_algorithms",
10294 "lyon_extra",
10295 "lyon_tessellation",
10296]
10297
10298[[package]]
10299name = "lyon_algorithms"
10300version = "1.0.16"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10303dependencies = [
10304 "lyon_path",
10305 "num-traits",
10306]
10307
10308[[package]]
10309name = "lyon_extra"
10310version = "1.0.3"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10313dependencies = [
10314 "lyon_path",
10315 "thiserror 1.0.69",
10316]
10317
10318[[package]]
10319name = "lyon_geom"
10320version = "1.0.17"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10323dependencies = [
10324 "arrayvec",
10325 "euclid",
10326 "num-traits",
10327]
10328
10329[[package]]
10330name = "lyon_path"
10331version = "1.0.16"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10334dependencies = [
10335 "lyon_geom",
10336 "num-traits",
10337]
10338
10339[[package]]
10340name = "lyon_tessellation"
10341version = "1.0.16"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10344dependencies = [
10345 "float_next_after",
10346 "lyon_path",
10347 "num-traits",
10348]
10349
10350[[package]]
10351name = "mac"
10352version = "0.1.1"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10355
10356[[package]]
10357name = "mach2"
10358version = "0.4.3"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10361dependencies = [
10362 "libc",
10363]
10364
10365[[package]]
10366name = "mach2"
10367version = "0.5.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10370dependencies = [
10371 "libc",
10372]
10373
10374[[package]]
10375name = "malloc_buf"
10376version = "0.0.6"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10379dependencies = [
10380 "libc",
10381]
10382
10383[[package]]
10384name = "maplit"
10385version = "1.0.2"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10388
10389[[package]]
10390name = "markdown"
10391version = "0.1.0"
10392dependencies = [
10393 "anyhow",
10394 "assets",
10395 "base64 0.22.1",
10396 "collections",
10397 "env_logger 0.11.8",
10398 "fs",
10399 "futures 0.3.32",
10400 "gpui",
10401 "gpui_platform",
10402 "html5ever 0.27.0",
10403 "language",
10404 "languages",
10405 "linkify",
10406 "log",
10407 "markup5ever_rcdom",
10408 "mermaid-rs-renderer",
10409 "node_runtime",
10410 "pulldown-cmark 0.13.0",
10411 "settings",
10412 "stacksafe",
10413 "sum_tree",
10414 "theme",
10415 "theme_settings",
10416 "ui",
10417 "util",
10418]
10419
10420[[package]]
10421name = "markdown_preview"
10422version = "0.1.0"
10423dependencies = [
10424 "anyhow",
10425 "editor",
10426 "gpui",
10427 "language",
10428 "log",
10429 "markdown",
10430 "project",
10431 "settings",
10432 "tempfile",
10433 "theme_settings",
10434 "ui",
10435 "urlencoding",
10436 "util",
10437 "workspace",
10438 "zed_actions",
10439]
10440
10441[[package]]
10442name = "markup5ever"
10443version = "0.12.1"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10446dependencies = [
10447 "log",
10448 "phf 0.11.3",
10449 "phf_codegen",
10450 "string_cache",
10451 "string_cache_codegen",
10452 "tendril",
10453]
10454
10455[[package]]
10456name = "markup5ever"
10457version = "0.35.0"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10460dependencies = [
10461 "log",
10462 "tendril",
10463 "web_atoms",
10464]
10465
10466[[package]]
10467name = "markup5ever_rcdom"
10468version = "0.3.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10471dependencies = [
10472 "html5ever 0.27.0",
10473 "markup5ever 0.12.1",
10474 "tendril",
10475 "xml5ever",
10476]
10477
10478[[package]]
10479name = "match_token"
10480version = "0.35.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10483dependencies = [
10484 "proc-macro2",
10485 "quote",
10486 "syn 2.0.117",
10487]
10488
10489[[package]]
10490name = "matchers"
10491version = "0.2.0"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10494dependencies = [
10495 "regex-automata",
10496]
10497
10498[[package]]
10499name = "matchit"
10500version = "0.7.3"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10503
10504[[package]]
10505name = "maybe-owned"
10506version = "0.3.4"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10509
10510[[package]]
10511name = "maybe-rayon"
10512version = "0.1.1"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10515dependencies = [
10516 "cfg-if",
10517 "rayon",
10518]
10519
10520[[package]]
10521name = "md-5"
10522version = "0.10.6"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10525dependencies = [
10526 "cfg-if",
10527 "digest",
10528]
10529
10530[[package]]
10531name = "mdbook"
10532version = "0.4.40"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10535dependencies = [
10536 "ammonia",
10537 "anyhow",
10538 "chrono",
10539 "clap",
10540 "clap_complete",
10541 "elasticlunr-rs",
10542 "env_logger 0.11.8",
10543 "futures-util",
10544 "handlebars 5.1.2",
10545 "ignore",
10546 "log",
10547 "memchr",
10548 "notify 6.1.1",
10549 "notify-debouncer-mini",
10550 "once_cell",
10551 "opener",
10552 "pathdiff",
10553 "pulldown-cmark 0.10.3",
10554 "regex",
10555 "serde",
10556 "serde_json",
10557 "shlex",
10558 "tempfile",
10559 "tokio",
10560 "toml 0.5.11",
10561 "topological-sort",
10562 "walkdir",
10563 "warp",
10564]
10565
10566[[package]]
10567name = "media"
10568version = "0.1.0"
10569dependencies = [
10570 "anyhow",
10571 "bindgen 0.71.1",
10572 "core-foundation 0.10.0",
10573 "core-video",
10574 "ctor",
10575 "foreign-types 0.5.0",
10576 "metal",
10577 "objc",
10578]
10579
10580[[package]]
10581name = "memchr"
10582version = "2.7.6"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10585
10586[[package]]
10587name = "memfd"
10588version = "0.6.5"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10591dependencies = [
10592 "rustix 1.1.2",
10593]
10594
10595[[package]]
10596name = "memmap2"
10597version = "0.9.8"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10600dependencies = [
10601 "libc",
10602 "stable_deref_trait",
10603]
10604
10605[[package]]
10606name = "memoffset"
10607version = "0.9.1"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10610dependencies = [
10611 "autocfg",
10612]
10613
10614[[package]]
10615name = "menu"
10616version = "0.1.0"
10617dependencies = [
10618 "gpui",
10619]
10620
10621[[package]]
10622name = "merge"
10623version = "0.1.0"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10626dependencies = [
10627 "merge_derive",
10628 "num-traits",
10629]
10630
10631[[package]]
10632name = "merge_derive"
10633version = "0.1.0"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10636dependencies = [
10637 "proc-macro-error",
10638 "proc-macro2",
10639 "quote",
10640 "syn 1.0.109",
10641]
10642
10643[[package]]
10644name = "mermaid-rs-renderer"
10645version = "0.2.0"
10646source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10647dependencies = [
10648 "anyhow",
10649 "fontdb 0.16.2",
10650 "json5",
10651 "once_cell",
10652 "regex",
10653 "serde",
10654 "serde_json",
10655 "thiserror 2.0.17",
10656 "ttf-parser 0.20.0",
10657]
10658
10659[[package]]
10660name = "metal"
10661version = "0.33.0"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10664dependencies = [
10665 "bitflags 2.10.0",
10666 "block",
10667 "core-graphics-types 0.2.0",
10668 "foreign-types 0.5.0",
10669 "log",
10670 "objc",
10671 "paste",
10672]
10673
10674[[package]]
10675name = "migrator"
10676version = "0.1.0"
10677dependencies = [
10678 "anyhow",
10679 "collections",
10680 "convert_case 0.8.0",
10681 "log",
10682 "pretty_assertions",
10683 "serde_json",
10684 "serde_json_lenient",
10685 "settings_content",
10686 "settings_json",
10687 "streaming-iterator",
10688 "tree-sitter",
10689 "tree-sitter-json",
10690 "unindent",
10691]
10692
10693[[package]]
10694name = "mimalloc"
10695version = "0.1.48"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10698dependencies = [
10699 "libmimalloc-sys",
10700]
10701
10702[[package]]
10703name = "mime"
10704version = "0.3.17"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10707
10708[[package]]
10709name = "mime_guess"
10710version = "2.0.5"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10713dependencies = [
10714 "mime",
10715 "unicase",
10716]
10717
10718[[package]]
10719name = "minidump-common"
10720version = "0.26.1"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10723dependencies = [
10724 "bitflags 2.10.0",
10725 "debugid",
10726 "num-derive",
10727 "num-traits",
10728 "range-map",
10729 "scroll",
10730 "smart-default",
10731]
10732
10733[[package]]
10734name = "minidump-writer"
10735version = "0.11.0"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10738dependencies = [
10739 "bitflags 2.10.0",
10740 "byteorder",
10741 "cfg-if",
10742 "crash-context",
10743 "error-graph",
10744 "failspot",
10745 "goblin",
10746 "libc",
10747 "log",
10748 "mach2 0.4.3",
10749 "memmap2",
10750 "memoffset",
10751 "minidump-common",
10752 "nix 0.29.0",
10753 "procfs-core",
10754 "scroll",
10755 "serde",
10756 "serde_json",
10757 "tempfile",
10758 "thiserror 2.0.17",
10759]
10760
10761[[package]]
10762name = "minidumper"
10763version = "0.9.0"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10766dependencies = [
10767 "cfg-if",
10768 "crash-context",
10769 "libc",
10770 "log",
10771 "minidump-writer",
10772 "parking_lot",
10773 "polling",
10774 "scroll",
10775 "thiserror 2.0.17",
10776 "uds",
10777]
10778
10779[[package]]
10780name = "minimal-lexical"
10781version = "0.2.1"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10784
10785[[package]]
10786name = "miniprofiler_ui"
10787version = "0.1.0"
10788dependencies = [
10789 "gpui",
10790 "rpc",
10791 "serde_json",
10792 "smol",
10793 "theme_settings",
10794 "util",
10795 "workspace",
10796 "zed_actions",
10797]
10798
10799[[package]]
10800name = "miniz_oxide"
10801version = "0.8.9"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10804dependencies = [
10805 "adler2",
10806 "simd-adler32",
10807]
10808
10809[[package]]
10810name = "mio"
10811version = "0.8.11"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10814dependencies = [
10815 "libc",
10816 "log",
10817 "wasi",
10818 "windows-sys 0.48.0",
10819]
10820
10821[[package]]
10822name = "mio"
10823version = "1.1.0"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10826dependencies = [
10827 "libc",
10828 "log",
10829 "wasi",
10830 "windows-sys 0.61.2",
10831]
10832
10833[[package]]
10834name = "miow"
10835version = "0.6.1"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10838dependencies = [
10839 "windows-sys 0.61.2",
10840]
10841
10842[[package]]
10843name = "mistral"
10844version = "0.1.0"
10845dependencies = [
10846 "anyhow",
10847 "futures 0.3.32",
10848 "http_client",
10849 "schemars 1.0.4",
10850 "serde",
10851 "serde_json",
10852 "strum 0.27.2",
10853]
10854
10855[[package]]
10856name = "moka"
10857version = "0.12.11"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10860dependencies = [
10861 "crossbeam-channel",
10862 "crossbeam-epoch",
10863 "crossbeam-utils",
10864 "equivalent",
10865 "parking_lot",
10866 "portable-atomic",
10867 "rustc_version",
10868 "smallvec",
10869 "tagptr",
10870 "uuid",
10871]
10872
10873[[package]]
10874name = "moxcms"
10875version = "0.8.1"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10878dependencies = [
10879 "num-traits",
10880 "pxfm",
10881]
10882
10883[[package]]
10884name = "msvc_spectre_libs"
10885version = "0.1.3"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10888dependencies = [
10889 "cc",
10890]
10891
10892[[package]]
10893name = "multi_buffer"
10894version = "0.1.0"
10895dependencies = [
10896 "anyhow",
10897 "buffer_diff",
10898 "clock",
10899 "collections",
10900 "ctor",
10901 "gpui",
10902 "indoc",
10903 "itertools 0.14.0",
10904 "language",
10905 "log",
10906 "parking_lot",
10907 "pretty_assertions",
10908 "rand 0.9.3",
10909 "rope",
10910 "serde",
10911 "settings",
10912 "smallvec",
10913 "smol",
10914 "sum_tree",
10915 "text",
10916 "theme",
10917 "tracing",
10918 "tree-sitter",
10919 "unicode-segmentation",
10920 "util",
10921 "zlog",
10922 "ztracing",
10923]
10924
10925[[package]]
10926name = "multimap"
10927version = "0.8.3"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10930
10931[[package]]
10932name = "naga"
10933version = "29.0.0"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10936dependencies = [
10937 "arrayvec",
10938 "bit-set 0.9.1",
10939 "bitflags 2.10.0",
10940 "cfg-if",
10941 "cfg_aliases 0.2.1",
10942 "codespan-reporting",
10943 "half",
10944 "hashbrown 0.16.1",
10945 "hexf-parse",
10946 "indexmap 2.11.4",
10947 "libm",
10948 "log",
10949 "num-traits",
10950 "once_cell",
10951 "rustc-hash 1.1.0",
10952 "thiserror 2.0.17",
10953 "unicode-ident",
10954]
10955
10956[[package]]
10957name = "naga"
10958version = "29.0.0"
10959source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10960dependencies = [
10961 "arrayvec",
10962 "bit-set 0.9.1",
10963 "bitflags 2.10.0",
10964 "cfg-if",
10965 "cfg_aliases 0.2.1",
10966 "codespan-reporting",
10967 "half",
10968 "hashbrown 0.16.1",
10969 "hexf-parse",
10970 "indexmap 2.11.4",
10971 "libm",
10972 "log",
10973 "num-traits",
10974 "once_cell",
10975 "rustc-hash 1.1.0",
10976 "spirv",
10977 "thiserror 2.0.17",
10978 "unicode-ident",
10979]
10980
10981[[package]]
10982name = "nanoid"
10983version = "0.4.0"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10986dependencies = [
10987 "rand 0.8.5",
10988]
10989
10990[[package]]
10991name = "nanorand"
10992version = "0.7.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10995dependencies = [
10996 "getrandom 0.2.16",
10997]
10998
10999[[package]]
11000name = "native-tls"
11001version = "0.2.14"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
11004dependencies = [
11005 "libc",
11006 "log",
11007 "openssl",
11008 "openssl-probe",
11009 "openssl-sys",
11010 "schannel",
11011 "security-framework 2.11.1",
11012 "security-framework-sys",
11013 "tempfile",
11014]
11015
11016[[package]]
11017name = "nbformat"
11018version = "1.2.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
11021dependencies = [
11022 "anyhow",
11023 "chrono",
11024 "jupyter-protocol",
11025 "serde",
11026 "serde_json",
11027 "thiserror 1.0.69",
11028 "uuid",
11029]
11030
11031[[package]]
11032name = "nc"
11033version = "0.1.0"
11034dependencies = [
11035 "anyhow",
11036 "futures 0.3.32",
11037 "net",
11038 "smol",
11039]
11040
11041[[package]]
11042name = "ndk"
11043version = "0.9.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
11046dependencies = [
11047 "bitflags 2.10.0",
11048 "jni-sys",
11049 "log",
11050 "ndk-sys",
11051 "num_enum",
11052 "thiserror 1.0.69",
11053]
11054
11055[[package]]
11056name = "ndk-context"
11057version = "0.1.1"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
11060
11061[[package]]
11062name = "ndk-sys"
11063version = "0.6.0+11769913"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
11066dependencies = [
11067 "jni-sys",
11068]
11069
11070[[package]]
11071name = "net"
11072version = "0.1.0"
11073dependencies = [
11074 "anyhow",
11075 "async-io",
11076 "smol",
11077 "tempfile",
11078 "windows 0.61.3",
11079]
11080
11081[[package]]
11082name = "new_debug_unreachable"
11083version = "1.0.6"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11086
11087[[package]]
11088name = "nix"
11089version = "0.28.0"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11092dependencies = [
11093 "bitflags 2.10.0",
11094 "cfg-if",
11095 "cfg_aliases 0.1.1",
11096 "libc",
11097]
11098
11099[[package]]
11100name = "nix"
11101version = "0.29.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11104dependencies = [
11105 "bitflags 2.10.0",
11106 "cfg-if",
11107 "cfg_aliases 0.2.1",
11108 "libc",
11109]
11110
11111[[package]]
11112name = "nix"
11113version = "0.30.1"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11116dependencies = [
11117 "bitflags 2.10.0",
11118 "cfg-if",
11119 "cfg_aliases 0.2.1",
11120 "libc",
11121]
11122
11123[[package]]
11124name = "node_runtime"
11125version = "0.1.0"
11126dependencies = [
11127 "anyhow",
11128 "async-compression",
11129 "async-std",
11130 "async-tar",
11131 "async-trait",
11132 "futures 0.3.32",
11133 "http_client",
11134 "log",
11135 "paths",
11136 "semver",
11137 "serde",
11138 "serde_json",
11139 "smol",
11140 "util",
11141 "watch",
11142 "which 6.0.3",
11143]
11144
11145[[package]]
11146name = "nom"
11147version = "7.1.3"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11150dependencies = [
11151 "memchr",
11152 "minimal-lexical",
11153]
11154
11155[[package]]
11156name = "nom"
11157version = "8.0.0"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11160dependencies = [
11161 "memchr",
11162]
11163
11164[[package]]
11165name = "noop_proc_macro"
11166version = "0.3.0"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11169
11170[[package]]
11171name = "normpath"
11172version = "1.5.0"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11175dependencies = [
11176 "windows-sys 0.61.2",
11177]
11178
11179[[package]]
11180name = "notifications"
11181version = "0.1.0"
11182dependencies = [
11183 "anyhow",
11184 "channel",
11185 "client",
11186 "component",
11187 "db",
11188 "gpui",
11189 "rpc",
11190 "sum_tree",
11191 "time",
11192 "ui",
11193 "util",
11194 "workspace",
11195 "zed_actions",
11196]
11197
11198[[package]]
11199name = "notify"
11200version = "6.1.1"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11203dependencies = [
11204 "bitflags 2.10.0",
11205 "crossbeam-channel",
11206 "filetime",
11207 "fsevent-sys",
11208 "inotify 0.9.6",
11209 "kqueue",
11210 "libc",
11211 "log",
11212 "mio 0.8.11",
11213 "walkdir",
11214 "windows-sys 0.48.0",
11215]
11216
11217[[package]]
11218name = "notify"
11219version = "8.2.0"
11220source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11221dependencies = [
11222 "bitflags 2.10.0",
11223 "fsevent-sys",
11224 "inotify 0.11.0",
11225 "kqueue",
11226 "libc",
11227 "log",
11228 "mio 1.1.0",
11229 "notify-types",
11230 "walkdir",
11231 "windows-sys 0.60.2",
11232]
11233
11234[[package]]
11235name = "notify-debouncer-mini"
11236version = "0.4.1"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11239dependencies = [
11240 "crossbeam-channel",
11241 "log",
11242 "notify 6.1.1",
11243]
11244
11245[[package]]
11246name = "notify-types"
11247version = "2.0.0"
11248source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11249
11250[[package]]
11251name = "ntapi"
11252version = "0.4.1"
11253source = "registry+https://github.com/rust-lang/crates.io-index"
11254checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11255dependencies = [
11256 "winapi",
11257]
11258
11259[[package]]
11260name = "nu-ansi-term"
11261version = "0.50.3"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11264dependencies = [
11265 "windows-sys 0.61.2",
11266]
11267
11268[[package]]
11269name = "nucleo"
11270version = "0.5.0"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11273dependencies = [
11274 "nucleo-matcher",
11275 "parking_lot",
11276 "rayon",
11277]
11278
11279[[package]]
11280name = "nucleo-matcher"
11281version = "0.3.1"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11284dependencies = [
11285 "memchr",
11286 "unicode-segmentation",
11287]
11288
11289[[package]]
11290name = "num"
11291version = "0.4.3"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11294dependencies = [
11295 "num-bigint",
11296 "num-complex",
11297 "num-integer",
11298 "num-iter",
11299 "num-rational",
11300 "num-traits",
11301]
11302
11303[[package]]
11304name = "num-bigint"
11305version = "0.4.6"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11308dependencies = [
11309 "num-integer",
11310 "num-traits",
11311]
11312
11313[[package]]
11314name = "num-bigint-dig"
11315version = "0.8.6"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11318dependencies = [
11319 "lazy_static",
11320 "libm",
11321 "num-integer",
11322 "num-iter",
11323 "num-traits",
11324 "rand 0.8.5",
11325 "smallvec",
11326 "zeroize",
11327]
11328
11329[[package]]
11330name = "num-bigint-dig"
11331version = "0.9.1"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11334dependencies = [
11335 "libm",
11336 "num-integer",
11337 "num-iter",
11338 "num-traits",
11339 "once_cell",
11340 "rand 0.9.3",
11341 "serde",
11342 "smallvec",
11343 "zeroize",
11344]
11345
11346[[package]]
11347name = "num-cmp"
11348version = "0.1.0"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11351
11352[[package]]
11353name = "num-complex"
11354version = "0.4.6"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11357dependencies = [
11358 "bytemuck",
11359 "num-traits",
11360]
11361
11362[[package]]
11363name = "num-conv"
11364version = "0.2.0"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11367
11368[[package]]
11369name = "num-derive"
11370version = "0.4.2"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11373dependencies = [
11374 "proc-macro2",
11375 "quote",
11376 "syn 2.0.117",
11377]
11378
11379[[package]]
11380name = "num-format"
11381version = "0.4.4"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11384dependencies = [
11385 "arrayvec",
11386 "itoa",
11387]
11388
11389[[package]]
11390name = "num-integer"
11391version = "0.1.46"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11394dependencies = [
11395 "num-traits",
11396]
11397
11398[[package]]
11399name = "num-iter"
11400version = "0.1.45"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11403dependencies = [
11404 "autocfg",
11405 "num-integer",
11406 "num-traits",
11407]
11408
11409[[package]]
11410name = "num-rational"
11411version = "0.4.2"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11414dependencies = [
11415 "num-bigint",
11416 "num-integer",
11417 "num-traits",
11418]
11419
11420[[package]]
11421name = "num-traits"
11422version = "0.2.19"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11425dependencies = [
11426 "autocfg",
11427 "libm",
11428]
11429
11430[[package]]
11431name = "num_cpus"
11432version = "1.17.0"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11435dependencies = [
11436 "hermit-abi",
11437 "libc",
11438]
11439
11440[[package]]
11441name = "num_enum"
11442version = "0.7.4"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11445dependencies = [
11446 "num_enum_derive",
11447 "rustversion",
11448]
11449
11450[[package]]
11451name = "num_enum_derive"
11452version = "0.7.4"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11455dependencies = [
11456 "proc-macro-crate",
11457 "proc-macro2",
11458 "quote",
11459 "syn 2.0.117",
11460]
11461
11462[[package]]
11463name = "num_threads"
11464version = "0.1.7"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11467dependencies = [
11468 "libc",
11469]
11470
11471[[package]]
11472name = "nvim-rs"
11473version = "0.9.2"
11474source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11475dependencies = [
11476 "async-trait",
11477 "futures 0.3.32",
11478 "log",
11479 "rmp",
11480 "rmpv",
11481 "tokio",
11482 "tokio-util",
11483]
11484
11485[[package]]
11486name = "objc"
11487version = "0.2.7"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11490dependencies = [
11491 "malloc_buf",
11492 "objc_exception",
11493]
11494
11495[[package]]
11496name = "objc-foundation"
11497version = "0.1.1"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11500dependencies = [
11501 "block",
11502 "objc",
11503 "objc_id",
11504]
11505
11506[[package]]
11507name = "objc2"
11508version = "0.6.3"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11511dependencies = [
11512 "objc2-encode",
11513]
11514
11515[[package]]
11516name = "objc2-app-kit"
11517version = "0.3.1"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11520dependencies = [
11521 "objc2",
11522 "objc2-foundation",
11523]
11524
11525[[package]]
11526name = "objc2-audio-toolbox"
11527version = "0.3.2"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11530dependencies = [
11531 "bitflags 2.10.0",
11532 "libc",
11533 "objc2",
11534 "objc2-core-audio",
11535 "objc2-core-audio-types",
11536 "objc2-core-foundation",
11537 "objc2-foundation",
11538]
11539
11540[[package]]
11541name = "objc2-avf-audio"
11542version = "0.3.2"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11545dependencies = [
11546 "objc2",
11547 "objc2-foundation",
11548]
11549
11550[[package]]
11551name = "objc2-core-audio"
11552version = "0.3.2"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11555dependencies = [
11556 "dispatch2",
11557 "objc2",
11558 "objc2-core-audio-types",
11559 "objc2-core-foundation",
11560 "objc2-foundation",
11561]
11562
11563[[package]]
11564name = "objc2-core-audio-types"
11565version = "0.3.2"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11568dependencies = [
11569 "bitflags 2.10.0",
11570 "objc2",
11571]
11572
11573[[package]]
11574name = "objc2-core-foundation"
11575version = "0.3.2"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11578dependencies = [
11579 "bitflags 2.10.0",
11580 "block2",
11581 "dispatch2",
11582 "libc",
11583 "objc2",
11584]
11585
11586[[package]]
11587name = "objc2-encode"
11588version = "4.1.0"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11591
11592[[package]]
11593name = "objc2-foundation"
11594version = "0.3.2"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11597dependencies = [
11598 "bitflags 2.10.0",
11599 "block2",
11600 "libc",
11601 "objc2",
11602 "objc2-core-foundation",
11603]
11604
11605[[package]]
11606name = "objc2-io-kit"
11607version = "0.3.2"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11610dependencies = [
11611 "libc",
11612 "objc2-core-foundation",
11613]
11614
11615[[package]]
11616name = "objc2-metal"
11617version = "0.3.2"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11620dependencies = [
11621 "bitflags 2.10.0",
11622 "block2",
11623 "dispatch2",
11624 "objc2",
11625 "objc2-core-foundation",
11626 "objc2-foundation",
11627]
11628
11629[[package]]
11630name = "objc2-quartz-core"
11631version = "0.3.2"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11634dependencies = [
11635 "bitflags 2.10.0",
11636 "objc2",
11637 "objc2-core-foundation",
11638 "objc2-foundation",
11639 "objc2-metal",
11640]
11641
11642[[package]]
11643name = "objc_exception"
11644version = "0.1.2"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11647dependencies = [
11648 "cc",
11649]
11650
11651[[package]]
11652name = "objc_id"
11653version = "0.1.1"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11656dependencies = [
11657 "objc",
11658]
11659
11660[[package]]
11661name = "object"
11662version = "0.37.3"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11665dependencies = [
11666 "crc32fast",
11667 "hashbrown 0.15.5",
11668 "indexmap 2.11.4",
11669 "memchr",
11670]
11671
11672[[package]]
11673name = "octocrab"
11674version = "0.49.7"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11677dependencies = [
11678 "arc-swap",
11679 "async-trait",
11680 "base64 0.22.1",
11681 "bytes 1.11.1",
11682 "cargo_metadata 0.23.1",
11683 "cfg-if",
11684 "chrono",
11685 "either",
11686 "futures 0.3.32",
11687 "futures-core",
11688 "futures-util",
11689 "getrandom 0.2.16",
11690 "http 1.3.1",
11691 "http-body 1.0.1",
11692 "http-body-util",
11693 "hyper 1.7.0",
11694 "hyper-rustls 0.27.7",
11695 "hyper-timeout",
11696 "hyper-util",
11697 "jsonwebtoken",
11698 "once_cell",
11699 "percent-encoding",
11700 "pin-project",
11701 "secrecy",
11702 "serde",
11703 "serde_json",
11704 "serde_path_to_error",
11705 "serde_urlencoded",
11706 "snafu",
11707 "tokio",
11708 "tower 0.5.2",
11709 "tower-http 0.6.6",
11710 "url",
11711 "web-time",
11712]
11713
11714[[package]]
11715name = "ollama"
11716version = "0.1.0"
11717dependencies = [
11718 "anyhow",
11719 "futures 0.3.32",
11720 "http_client",
11721 "schemars 1.0.4",
11722 "serde",
11723 "serde_json",
11724 "settings",
11725]
11726
11727[[package]]
11728name = "onboarding"
11729version = "0.1.0"
11730dependencies = [
11731 "anyhow",
11732 "client",
11733 "cloud_api_types",
11734 "collections",
11735 "component",
11736 "db",
11737 "documented",
11738 "fs",
11739 "fuzzy",
11740 "gpui",
11741 "menu",
11742 "notifications",
11743 "picker",
11744 "project",
11745 "schemars 1.0.4",
11746 "serde",
11747 "settings",
11748 "telemetry",
11749 "theme",
11750 "theme_settings",
11751 "ui",
11752 "util",
11753 "vim_mode_setting",
11754 "workspace",
11755 "zed_actions",
11756 "zlog",
11757]
11758
11759[[package]]
11760name = "once_cell"
11761version = "1.21.3"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11764
11765[[package]]
11766name = "once_cell_polyfill"
11767version = "1.70.1"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11770
11771[[package]]
11772name = "oo7"
11773version = "0.6.0"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11776dependencies = [
11777 "aes",
11778 "ashpd",
11779 "async-fs",
11780 "async-io",
11781 "async-lock 3.4.2",
11782 "blocking",
11783 "cbc",
11784 "cipher",
11785 "digest",
11786 "endi",
11787 "futures-lite 2.6.1",
11788 "futures-util",
11789 "getrandom 0.4.1",
11790 "hkdf",
11791 "hmac",
11792 "md-5",
11793 "num",
11794 "num-bigint-dig 0.9.1",
11795 "pbkdf2 0.12.2",
11796 "serde",
11797 "serde_bytes",
11798 "sha2",
11799 "subtle",
11800 "zbus",
11801 "zbus_macros",
11802 "zeroize",
11803 "zvariant",
11804]
11805
11806[[package]]
11807name = "oorandom"
11808version = "11.1.5"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11811
11812[[package]]
11813name = "open"
11814version = "5.3.2"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11817dependencies = [
11818 "is-wsl",
11819 "libc",
11820 "pathdiff",
11821]
11822
11823[[package]]
11824name = "open_ai"
11825version = "0.1.0"
11826dependencies = [
11827 "anyhow",
11828 "collections",
11829 "futures 0.3.32",
11830 "http_client",
11831 "language_model_core",
11832 "log",
11833 "pretty_assertions",
11834 "rand 0.9.3",
11835 "schemars 1.0.4",
11836 "serde",
11837 "serde_json",
11838 "strum 0.27.2",
11839 "thiserror 2.0.17",
11840]
11841
11842[[package]]
11843name = "open_path_prompt"
11844version = "0.1.0"
11845dependencies = [
11846 "editor",
11847 "file_icons",
11848 "futures 0.3.32",
11849 "fuzzy",
11850 "gpui",
11851 "picker",
11852 "project",
11853 "schemars 1.0.4",
11854 "serde",
11855 "serde_json",
11856 "settings",
11857 "theme",
11858 "theme_settings",
11859 "ui",
11860 "util",
11861 "workspace",
11862]
11863
11864[[package]]
11865name = "open_router"
11866version = "0.1.0"
11867dependencies = [
11868 "anyhow",
11869 "futures 0.3.32",
11870 "http_client",
11871 "language_model_core",
11872 "schemars 1.0.4",
11873 "serde",
11874 "serde_json",
11875 "settings",
11876 "strum 0.27.2",
11877 "thiserror 2.0.17",
11878]
11879
11880[[package]]
11881name = "opencode"
11882version = "0.1.0"
11883dependencies = [
11884 "anyhow",
11885 "futures 0.3.32",
11886 "google_ai",
11887 "http_client",
11888 "schemars 1.0.4",
11889 "serde",
11890 "serde_json",
11891 "strum 0.27.2",
11892]
11893
11894[[package]]
11895name = "opener"
11896version = "0.7.2"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11899dependencies = [
11900 "bstr",
11901 "dbus",
11902 "normpath",
11903 "windows-sys 0.59.0",
11904]
11905
11906[[package]]
11907name = "openssl"
11908version = "0.10.74"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11911dependencies = [
11912 "bitflags 2.10.0",
11913 "cfg-if",
11914 "foreign-types 0.3.2",
11915 "libc",
11916 "once_cell",
11917 "openssl-macros",
11918 "openssl-sys",
11919]
11920
11921[[package]]
11922name = "openssl-macros"
11923version = "0.1.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11926dependencies = [
11927 "proc-macro2",
11928 "quote",
11929 "syn 2.0.117",
11930]
11931
11932[[package]]
11933name = "openssl-probe"
11934version = "0.1.6"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11937
11938[[package]]
11939name = "openssl-sys"
11940version = "0.9.110"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11943dependencies = [
11944 "cc",
11945 "libc",
11946 "pkg-config",
11947 "vcpkg",
11948]
11949
11950[[package]]
11951name = "optfield"
11952version = "0.4.0"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11955dependencies = [
11956 "proc-macro2",
11957 "quote",
11958 "syn 2.0.117",
11959]
11960
11961[[package]]
11962name = "option-ext"
11963version = "0.2.0"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11966
11967[[package]]
11968name = "ordered-float"
11969version = "2.10.1"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11972dependencies = [
11973 "num-traits",
11974]
11975
11976[[package]]
11977name = "ordered-float"
11978version = "4.6.0"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11981dependencies = [
11982 "num-traits",
11983]
11984
11985[[package]]
11986name = "ordered-stream"
11987version = "0.2.0"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11990dependencies = [
11991 "futures-core",
11992 "pin-project-lite",
11993]
11994
11995[[package]]
11996name = "ouroboros"
11997version = "0.18.5"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
12000dependencies = [
12001 "aliasable",
12002 "ouroboros_macro",
12003 "static_assertions",
12004]
12005
12006[[package]]
12007name = "ouroboros_macro"
12008version = "0.18.5"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
12011dependencies = [
12012 "heck 0.4.1",
12013 "proc-macro2",
12014 "proc-macro2-diagnostics",
12015 "quote",
12016 "syn 2.0.117",
12017]
12018
12019[[package]]
12020name = "outline"
12021version = "0.1.0"
12022dependencies = [
12023 "editor",
12024 "fuzzy",
12025 "gpui",
12026 "indoc",
12027 "language",
12028 "lsp",
12029 "menu",
12030 "ordered-float 2.10.1",
12031 "picker",
12032 "project",
12033 "rope",
12034 "serde_json",
12035 "settings",
12036 "smol",
12037 "theme",
12038 "theme_settings",
12039 "ui",
12040 "util",
12041 "workspace",
12042 "zed_actions",
12043]
12044
12045[[package]]
12046name = "outline_panel"
12047version = "0.1.0"
12048dependencies = [
12049 "anyhow",
12050 "collections",
12051 "db",
12052 "editor",
12053 "file_icons",
12054 "fuzzy",
12055 "gpui",
12056 "itertools 0.14.0",
12057 "language",
12058 "log",
12059 "lsp",
12060 "menu",
12061 "outline",
12062 "pretty_assertions",
12063 "project",
12064 "search",
12065 "serde",
12066 "serde_json",
12067 "settings",
12068 "smallvec",
12069 "smol",
12070 "theme",
12071 "theme_settings",
12072 "ui",
12073 "util",
12074 "workspace",
12075 "worktree",
12076 "zed_actions",
12077]
12078
12079[[package]]
12080name = "outref"
12081version = "0.5.2"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12084
12085[[package]]
12086name = "p256"
12087version = "0.11.1"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12090dependencies = [
12091 "ecdsa",
12092 "elliptic-curve",
12093 "sha2",
12094]
12095
12096[[package]]
12097name = "page_size"
12098version = "0.6.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12101dependencies = [
12102 "libc",
12103 "winapi",
12104]
12105
12106[[package]]
12107name = "palette"
12108version = "0.7.6"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12111dependencies = [
12112 "approx",
12113 "fast-srgb8",
12114 "palette_derive",
12115]
12116
12117[[package]]
12118name = "palette_derive"
12119version = "0.7.6"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12122dependencies = [
12123 "by_address",
12124 "proc-macro2",
12125 "quote",
12126 "syn 2.0.117",
12127]
12128
12129[[package]]
12130name = "panel"
12131version = "0.1.0"
12132dependencies = [
12133 "gpui",
12134 "ui",
12135 "workspace",
12136]
12137
12138[[package]]
12139name = "parking"
12140version = "2.2.1"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12143
12144[[package]]
12145name = "parking_lot"
12146version = "0.12.5"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12149dependencies = [
12150 "lock_api",
12151 "parking_lot_core",
12152]
12153
12154[[package]]
12155name = "parking_lot_core"
12156version = "0.9.12"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12159dependencies = [
12160 "cfg-if",
12161 "libc",
12162 "redox_syscall 0.5.18",
12163 "smallvec",
12164 "windows-link 0.2.1",
12165]
12166
12167[[package]]
12168name = "parse_int"
12169version = "0.9.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12172dependencies = [
12173 "num-traits",
12174]
12175
12176[[package]]
12177name = "partial-json-fixer"
12178version = "0.5.3"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12181
12182[[package]]
12183name = "password-hash"
12184version = "0.4.2"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12187dependencies = [
12188 "base64ct",
12189 "rand_core 0.6.4",
12190 "subtle",
12191]
12192
12193[[package]]
12194name = "paste"
12195version = "1.0.15"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12198
12199[[package]]
12200name = "pastey"
12201version = "0.1.1"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12204
12205[[package]]
12206name = "pastey"
12207version = "0.2.1"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec"
12210
12211[[package]]
12212name = "pathdiff"
12213version = "0.2.3"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12216
12217[[package]]
12218name = "pathfinder_geometry"
12219version = "0.5.1"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12222dependencies = [
12223 "log",
12224 "pathfinder_simd",
12225]
12226
12227[[package]]
12228name = "pathfinder_simd"
12229version = "0.5.5"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12232dependencies = [
12233 "rustc_version",
12234]
12235
12236[[package]]
12237name = "paths"
12238version = "0.1.0"
12239dependencies = [
12240 "dirs",
12241 "ignore",
12242 "util",
12243]
12244
12245[[package]]
12246name = "pbjson"
12247version = "0.6.0"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12250dependencies = [
12251 "base64 0.21.7",
12252 "serde",
12253]
12254
12255[[package]]
12256name = "pbjson-build"
12257version = "0.6.2"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12260dependencies = [
12261 "heck 0.4.1",
12262 "itertools 0.11.0",
12263 "prost 0.12.6",
12264 "prost-types 0.12.6",
12265]
12266
12267[[package]]
12268name = "pbjson-types"
12269version = "0.6.0"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12272dependencies = [
12273 "bytes 1.11.1",
12274 "chrono",
12275 "pbjson",
12276 "pbjson-build",
12277 "prost 0.12.6",
12278 "prost-build 0.12.6",
12279 "serde",
12280]
12281
12282[[package]]
12283name = "pbkdf2"
12284version = "0.11.0"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12287dependencies = [
12288 "digest",
12289 "hmac",
12290 "password-hash",
12291 "sha2",
12292]
12293
12294[[package]]
12295name = "pbkdf2"
12296version = "0.12.2"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12299dependencies = [
12300 "digest",
12301 "hmac",
12302]
12303
12304[[package]]
12305name = "pciid-parser"
12306version = "0.8.0"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12309
12310[[package]]
12311name = "peg"
12312version = "0.8.5"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12315dependencies = [
12316 "peg-macros",
12317 "peg-runtime",
12318]
12319
12320[[package]]
12321name = "peg-macros"
12322version = "0.8.5"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12325dependencies = [
12326 "peg-runtime",
12327 "proc-macro2",
12328 "quote",
12329]
12330
12331[[package]]
12332name = "peg-runtime"
12333version = "0.8.5"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12336
12337[[package]]
12338name = "pem"
12339version = "3.0.6"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12342dependencies = [
12343 "base64 0.22.1",
12344 "serde_core",
12345]
12346
12347[[package]]
12348name = "pem-rfc7468"
12349version = "0.7.0"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12352dependencies = [
12353 "base64ct",
12354]
12355
12356[[package]]
12357name = "percent-encoding"
12358version = "2.3.2"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12361
12362[[package]]
12363name = "perf"
12364version = "0.1.0"
12365dependencies = [
12366 "collections",
12367 "serde",
12368 "serde_json",
12369]
12370
12371[[package]]
12372name = "pest"
12373version = "2.8.3"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12376dependencies = [
12377 "memchr",
12378 "ucd-trie",
12379]
12380
12381[[package]]
12382name = "pest_derive"
12383version = "2.8.3"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12386dependencies = [
12387 "pest",
12388 "pest_generator",
12389]
12390
12391[[package]]
12392name = "pest_generator"
12393version = "2.8.3"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12396dependencies = [
12397 "pest",
12398 "pest_meta",
12399 "proc-macro2",
12400 "quote",
12401 "syn 2.0.117",
12402]
12403
12404[[package]]
12405name = "pest_meta"
12406version = "2.8.3"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12409dependencies = [
12410 "pest",
12411 "sha2",
12412]
12413
12414[[package]]
12415name = "pet"
12416version = "0.1.0"
12417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12418dependencies = [
12419 "clap",
12420 "env_logger 0.10.2",
12421 "lazy_static",
12422 "log",
12423 "msvc_spectre_libs",
12424 "pet-conda",
12425 "pet-core",
12426 "pet-env-var-path",
12427 "pet-fs",
12428 "pet-global-virtualenvs",
12429 "pet-homebrew",
12430 "pet-jsonrpc",
12431 "pet-linux-global-python",
12432 "pet-mac-commandlinetools",
12433 "pet-mac-python-org",
12434 "pet-mac-xcode",
12435 "pet-pipenv",
12436 "pet-pixi",
12437 "pet-poetry",
12438 "pet-pyenv",
12439 "pet-python-utils",
12440 "pet-reporter",
12441 "pet-telemetry",
12442 "pet-uv",
12443 "pet-venv",
12444 "pet-virtualenv",
12445 "pet-virtualenvwrapper",
12446 "pet-windows-registry",
12447 "pet-windows-store",
12448 "pet-winpython",
12449 "serde",
12450 "serde_json",
12451 "tracing",
12452 "tracing-subscriber",
12453 "winresource",
12454]
12455
12456[[package]]
12457name = "pet-conda"
12458version = "0.1.0"
12459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12460dependencies = [
12461 "env_logger 0.10.2",
12462 "lazy_static",
12463 "log",
12464 "msvc_spectre_libs",
12465 "pet-core",
12466 "pet-fs",
12467 "pet-python-utils",
12468 "pet-reporter",
12469 "rayon",
12470 "regex",
12471 "serde",
12472 "serde_json",
12473 "yaml-rust2",
12474]
12475
12476[[package]]
12477name = "pet-core"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "clap",
12482 "lazy_static",
12483 "log",
12484 "msvc_spectre_libs",
12485 "pet-fs",
12486 "regex",
12487 "serde",
12488 "serde_json",
12489]
12490
12491[[package]]
12492name = "pet-env-var-path"
12493version = "0.1.0"
12494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12495dependencies = [
12496 "lazy_static",
12497 "log",
12498 "msvc_spectre_libs",
12499 "pet-conda",
12500 "pet-core",
12501 "pet-fs",
12502 "pet-python-utils",
12503 "pet-virtualenv",
12504 "regex",
12505]
12506
12507[[package]]
12508name = "pet-fs"
12509version = "0.1.0"
12510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12511dependencies = [
12512 "glob",
12513 "log",
12514 "msvc_spectre_libs",
12515 "windows-sys 0.59.0",
12516]
12517
12518[[package]]
12519name = "pet-global-virtualenvs"
12520version = "0.1.0"
12521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12522dependencies = [
12523 "log",
12524 "msvc_spectre_libs",
12525 "pet-conda",
12526 "pet-core",
12527 "pet-fs",
12528 "pet-virtualenv",
12529]
12530
12531[[package]]
12532name = "pet-homebrew"
12533version = "0.1.0"
12534source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12535dependencies = [
12536 "lazy_static",
12537 "log",
12538 "msvc_spectre_libs",
12539 "pet-conda",
12540 "pet-core",
12541 "pet-fs",
12542 "pet-python-utils",
12543 "pet-virtualenv",
12544 "rayon",
12545 "regex",
12546 "serde",
12547 "serde_json",
12548]
12549
12550[[package]]
12551name = "pet-jsonrpc"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "env_logger 0.10.2",
12556 "log",
12557 "msvc_spectre_libs",
12558 "pet-core",
12559 "serde",
12560 "serde_json",
12561]
12562
12563[[package]]
12564name = "pet-linux-global-python"
12565version = "0.1.0"
12566source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12567dependencies = [
12568 "log",
12569 "msvc_spectre_libs",
12570 "pet-core",
12571 "pet-fs",
12572 "pet-python-utils",
12573 "pet-virtualenv",
12574]
12575
12576[[package]]
12577name = "pet-mac-commandlinetools"
12578version = "0.1.0"
12579source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12580dependencies = [
12581 "log",
12582 "msvc_spectre_libs",
12583 "pet-core",
12584 "pet-fs",
12585 "pet-python-utils",
12586 "pet-virtualenv",
12587]
12588
12589[[package]]
12590name = "pet-mac-python-org"
12591version = "0.1.0"
12592source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12593dependencies = [
12594 "log",
12595 "msvc_spectre_libs",
12596 "pet-core",
12597 "pet-fs",
12598 "pet-python-utils",
12599 "pet-virtualenv",
12600]
12601
12602[[package]]
12603name = "pet-mac-xcode"
12604version = "0.1.0"
12605source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12606dependencies = [
12607 "log",
12608 "msvc_spectre_libs",
12609 "pet-core",
12610 "pet-fs",
12611 "pet-python-utils",
12612 "pet-virtualenv",
12613]
12614
12615[[package]]
12616name = "pet-pipenv"
12617version = "0.1.0"
12618source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12619dependencies = [
12620 "lazy_static",
12621 "log",
12622 "msvc_spectre_libs",
12623 "pet-core",
12624 "pet-fs",
12625 "pet-python-utils",
12626 "pet-virtualenv",
12627 "regex",
12628]
12629
12630[[package]]
12631name = "pet-pixi"
12632version = "0.1.0"
12633source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12634dependencies = [
12635 "log",
12636 "msvc_spectre_libs",
12637 "pet-conda",
12638 "pet-core",
12639 "pet-python-utils",
12640]
12641
12642[[package]]
12643name = "pet-poetry"
12644version = "0.1.0"
12645source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12646dependencies = [
12647 "base64 0.22.1",
12648 "lazy_static",
12649 "log",
12650 "msvc_spectre_libs",
12651 "pet-core",
12652 "pet-fs",
12653 "pet-python-utils",
12654 "pet-reporter",
12655 "pet-virtualenv",
12656 "regex",
12657 "serde",
12658 "serde_json",
12659 "sha2",
12660 "toml 0.8.23",
12661]
12662
12663[[package]]
12664name = "pet-pyenv"
12665version = "0.1.0"
12666source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12667dependencies = [
12668 "lazy_static",
12669 "log",
12670 "msvc_spectre_libs",
12671 "pet-conda",
12672 "pet-core",
12673 "pet-fs",
12674 "pet-python-utils",
12675 "pet-reporter",
12676 "regex",
12677 "serde",
12678 "serde_json",
12679]
12680
12681[[package]]
12682name = "pet-python-utils"
12683version = "0.1.0"
12684source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12685dependencies = [
12686 "env_logger 0.10.2",
12687 "lazy_static",
12688 "log",
12689 "msvc_spectre_libs",
12690 "pet-core",
12691 "pet-fs",
12692 "regex",
12693 "serde",
12694 "serde_json",
12695 "sha2",
12696]
12697
12698[[package]]
12699name = "pet-reporter"
12700version = "0.1.0"
12701source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12702dependencies = [
12703 "env_logger 0.10.2",
12704 "log",
12705 "msvc_spectre_libs",
12706 "pet-core",
12707 "pet-jsonrpc",
12708 "serde",
12709 "serde_json",
12710]
12711
12712[[package]]
12713name = "pet-telemetry"
12714version = "0.1.0"
12715source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12716dependencies = [
12717 "env_logger 0.10.2",
12718 "lazy_static",
12719 "log",
12720 "msvc_spectre_libs",
12721 "pet-core",
12722 "pet-fs",
12723 "pet-python-utils",
12724 "regex",
12725]
12726
12727[[package]]
12728name = "pet-uv"
12729version = "0.1.0"
12730source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12731dependencies = [
12732 "log",
12733 "pet-core",
12734 "pet-python-utils",
12735 "serde",
12736 "toml 0.9.8",
12737]
12738
12739[[package]]
12740name = "pet-venv"
12741version = "0.1.0"
12742source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12743dependencies = [
12744 "log",
12745 "msvc_spectre_libs",
12746 "pet-core",
12747 "pet-python-utils",
12748 "pet-virtualenv",
12749]
12750
12751[[package]]
12752name = "pet-virtualenv"
12753version = "0.1.0"
12754source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12755dependencies = [
12756 "log",
12757 "msvc_spectre_libs",
12758 "pet-core",
12759 "pet-fs",
12760 "pet-python-utils",
12761]
12762
12763[[package]]
12764name = "pet-virtualenvwrapper"
12765version = "0.1.0"
12766source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12767dependencies = [
12768 "log",
12769 "msvc_spectre_libs",
12770 "pet-core",
12771 "pet-fs",
12772 "pet-python-utils",
12773 "pet-virtualenv",
12774]
12775
12776[[package]]
12777name = "pet-windows-registry"
12778version = "0.1.0"
12779source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12780dependencies = [
12781 "lazy_static",
12782 "log",
12783 "msvc_spectre_libs",
12784 "pet-conda",
12785 "pet-core",
12786 "pet-fs",
12787 "pet-python-utils",
12788 "pet-virtualenv",
12789 "pet-windows-store",
12790 "regex",
12791 "winreg 0.55.0",
12792]
12793
12794[[package]]
12795name = "pet-windows-store"
12796version = "0.1.0"
12797source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12798dependencies = [
12799 "lazy_static",
12800 "log",
12801 "msvc_spectre_libs",
12802 "pet-core",
12803 "pet-fs",
12804 "pet-python-utils",
12805 "pet-virtualenv",
12806 "regex",
12807 "winreg 0.55.0",
12808]
12809
12810[[package]]
12811name = "pet-winpython"
12812version = "0.1.0"
12813source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12814dependencies = [
12815 "lazy_static",
12816 "log",
12817 "pet-core",
12818 "pet-fs",
12819 "pet-python-utils",
12820 "pet-virtualenv",
12821 "regex",
12822]
12823
12824[[package]]
12825name = "petgraph"
12826version = "0.6.5"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12829dependencies = [
12830 "fixedbitset 0.4.2",
12831 "indexmap 2.11.4",
12832]
12833
12834[[package]]
12835name = "pgvector"
12836version = "0.4.1"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12839dependencies = [
12840 "serde",
12841]
12842
12843[[package]]
12844name = "phf"
12845version = "0.11.3"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12848dependencies = [
12849 "phf_macros 0.11.3",
12850 "phf_shared 0.11.3",
12851]
12852
12853[[package]]
12854name = "phf"
12855version = "0.12.1"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12858dependencies = [
12859 "phf_macros 0.12.1",
12860 "phf_shared 0.12.1",
12861]
12862
12863[[package]]
12864name = "phf_codegen"
12865version = "0.11.3"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12868dependencies = [
12869 "phf_generator 0.11.3",
12870 "phf_shared 0.11.3",
12871]
12872
12873[[package]]
12874name = "phf_generator"
12875version = "0.11.3"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12878dependencies = [
12879 "phf_shared 0.11.3",
12880 "rand 0.8.5",
12881]
12882
12883[[package]]
12884name = "phf_generator"
12885version = "0.12.1"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12888dependencies = [
12889 "fastrand 2.3.0",
12890 "phf_shared 0.12.1",
12891]
12892
12893[[package]]
12894name = "phf_macros"
12895version = "0.11.3"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12898dependencies = [
12899 "phf_generator 0.11.3",
12900 "phf_shared 0.11.3",
12901 "proc-macro2",
12902 "quote",
12903 "syn 2.0.117",
12904]
12905
12906[[package]]
12907name = "phf_macros"
12908version = "0.12.1"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12911dependencies = [
12912 "phf_generator 0.12.1",
12913 "phf_shared 0.12.1",
12914 "proc-macro2",
12915 "quote",
12916 "syn 2.0.117",
12917]
12918
12919[[package]]
12920name = "phf_shared"
12921version = "0.11.3"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12924dependencies = [
12925 "siphasher 1.0.1",
12926]
12927
12928[[package]]
12929name = "phf_shared"
12930version = "0.12.1"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12933dependencies = [
12934 "siphasher 1.0.1",
12935]
12936
12937[[package]]
12938name = "picker"
12939version = "0.1.0"
12940dependencies = [
12941 "anyhow",
12942 "editor",
12943 "gpui",
12944 "menu",
12945 "schemars 1.0.4",
12946 "serde",
12947 "settings",
12948 "theme",
12949 "theme_settings",
12950 "ui",
12951 "ui_input",
12952 "workspace",
12953 "zed_actions",
12954]
12955
12956[[package]]
12957name = "pico-args"
12958version = "0.5.0"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12961
12962[[package]]
12963name = "pin-project"
12964version = "1.1.10"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12967dependencies = [
12968 "pin-project-internal",
12969]
12970
12971[[package]]
12972name = "pin-project-internal"
12973version = "1.1.10"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12976dependencies = [
12977 "proc-macro2",
12978 "quote",
12979 "syn 2.0.117",
12980]
12981
12982[[package]]
12983name = "pin-project-lite"
12984version = "0.2.16"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12987
12988[[package]]
12989name = "pin-utils"
12990version = "0.1.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12993
12994[[package]]
12995name = "piper"
12996version = "0.2.4"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12999dependencies = [
13000 "atomic-waker",
13001 "fastrand 2.3.0",
13002 "futures-io",
13003]
13004
13005[[package]]
13006name = "pkcs1"
13007version = "0.7.5"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
13010dependencies = [
13011 "der 0.7.10",
13012 "pkcs8 0.10.2",
13013 "spki 0.7.3",
13014]
13015
13016[[package]]
13017name = "pkcs8"
13018version = "0.9.0"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
13021dependencies = [
13022 "der 0.6.1",
13023 "spki 0.6.0",
13024]
13025
13026[[package]]
13027name = "pkcs8"
13028version = "0.10.2"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
13031dependencies = [
13032 "der 0.7.10",
13033 "spki 0.7.3",
13034]
13035
13036[[package]]
13037name = "pkg-config"
13038version = "0.3.32"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
13041
13042[[package]]
13043name = "plain"
13044version = "0.2.3"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
13047
13048[[package]]
13049name = "platform_title_bar"
13050version = "0.1.0"
13051dependencies = [
13052 "gpui",
13053 "project",
13054 "settings",
13055 "smallvec",
13056 "theme",
13057 "theme_settings",
13058 "ui",
13059 "windows 0.61.3",
13060 "workspace",
13061 "zed_actions",
13062]
13063
13064[[package]]
13065name = "plist"
13066version = "1.8.0"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
13069dependencies = [
13070 "base64 0.22.1",
13071 "indexmap 2.11.4",
13072 "quick-xml 0.38.3",
13073 "serde",
13074 "time",
13075]
13076
13077[[package]]
13078name = "plotters"
13079version = "0.3.7"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13082dependencies = [
13083 "num-traits",
13084 "plotters-backend",
13085 "plotters-svg",
13086 "wasm-bindgen",
13087 "web-sys",
13088]
13089
13090[[package]]
13091name = "plotters-backend"
13092version = "0.3.7"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13095
13096[[package]]
13097name = "plotters-svg"
13098version = "0.3.7"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13101dependencies = [
13102 "plotters-backend",
13103]
13104
13105[[package]]
13106name = "png"
13107version = "0.17.16"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13110dependencies = [
13111 "bitflags 1.3.2",
13112 "crc32fast",
13113 "fdeflate",
13114 "flate2",
13115 "miniz_oxide",
13116]
13117
13118[[package]]
13119name = "png"
13120version = "0.18.0"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13123dependencies = [
13124 "bitflags 2.10.0",
13125 "crc32fast",
13126 "fdeflate",
13127 "flate2",
13128 "miniz_oxide",
13129]
13130
13131[[package]]
13132name = "polling"
13133version = "3.11.0"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13136dependencies = [
13137 "cfg-if",
13138 "concurrent-queue",
13139 "hermit-abi",
13140 "pin-project-lite",
13141 "rustix 1.1.2",
13142 "windows-sys 0.61.2",
13143]
13144
13145[[package]]
13146name = "pollster"
13147version = "0.2.5"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13150
13151[[package]]
13152name = "pollster"
13153version = "0.4.0"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13156
13157[[package]]
13158name = "pori"
13159version = "0.0.0"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13162dependencies = [
13163 "nom 7.1.3",
13164]
13165
13166[[package]]
13167name = "portable-atomic"
13168version = "1.11.1"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13171
13172[[package]]
13173name = "portable-atomic-util"
13174version = "0.2.4"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13177dependencies = [
13178 "portable-atomic",
13179]
13180
13181[[package]]
13182name = "portable-pty"
13183version = "0.9.0"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13186dependencies = [
13187 "anyhow",
13188 "bitflags 1.3.2",
13189 "downcast-rs",
13190 "filedescriptor",
13191 "lazy_static",
13192 "libc",
13193 "log",
13194 "nix 0.28.0",
13195 "serial2",
13196 "shared_library",
13197 "shell-words",
13198 "winapi",
13199 "winreg 0.10.1",
13200]
13201
13202[[package]]
13203name = "postage"
13204version = "0.5.0"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13207dependencies = [
13208 "atomic",
13209 "crossbeam-queue",
13210 "futures 0.3.32",
13211 "log",
13212 "parking_lot",
13213 "pin-project",
13214 "pollster 0.2.5",
13215 "static_assertions",
13216 "thiserror 1.0.69",
13217]
13218
13219[[package]]
13220name = "postcard"
13221version = "1.1.3"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13224dependencies = [
13225 "cobs",
13226 "embedded-io 0.4.0",
13227 "embedded-io 0.6.1",
13228 "serde",
13229]
13230
13231[[package]]
13232name = "potential_utf"
13233version = "0.1.3"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13236dependencies = [
13237 "zerovec",
13238]
13239
13240[[package]]
13241name = "powerfmt"
13242version = "0.2.0"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13245
13246[[package]]
13247name = "ppv-lite86"
13248version = "0.2.21"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13251dependencies = [
13252 "zerocopy",
13253]
13254
13255[[package]]
13256name = "precomputed-hash"
13257version = "0.1.1"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13260
13261[[package]]
13262name = "presser"
13263version = "0.3.1"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13266
13267[[package]]
13268name = "prettier"
13269version = "0.1.0"
13270dependencies = [
13271 "anyhow",
13272 "collections",
13273 "fs",
13274 "gpui",
13275 "language",
13276 "log",
13277 "lsp",
13278 "node_runtime",
13279 "parking_lot",
13280 "paths",
13281 "serde",
13282 "serde_json",
13283 "util",
13284]
13285
13286[[package]]
13287name = "pretty_assertions"
13288version = "1.4.1"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13291dependencies = [
13292 "diff",
13293 "yansi",
13294]
13295
13296[[package]]
13297name = "prettyplease"
13298version = "0.2.37"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13301dependencies = [
13302 "proc-macro2",
13303 "syn 2.0.117",
13304]
13305
13306[[package]]
13307name = "primal-check"
13308version = "0.3.4"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13311dependencies = [
13312 "num-integer",
13313]
13314
13315[[package]]
13316name = "proc-macro-crate"
13317version = "3.4.0"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13320dependencies = [
13321 "toml_edit 0.23.7",
13322]
13323
13324[[package]]
13325name = "proc-macro-error"
13326version = "1.0.4"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13329dependencies = [
13330 "proc-macro-error-attr",
13331 "proc-macro2",
13332 "quote",
13333 "syn 1.0.109",
13334 "version_check",
13335]
13336
13337[[package]]
13338name = "proc-macro-error-attr"
13339version = "1.0.4"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13342dependencies = [
13343 "proc-macro2",
13344 "quote",
13345 "version_check",
13346]
13347
13348[[package]]
13349name = "proc-macro-error-attr2"
13350version = "2.0.0"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13353dependencies = [
13354 "proc-macro2",
13355 "quote",
13356]
13357
13358[[package]]
13359name = "proc-macro-error2"
13360version = "2.0.1"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13363dependencies = [
13364 "proc-macro-error-attr2",
13365 "proc-macro2",
13366 "quote",
13367 "syn 2.0.117",
13368]
13369
13370[[package]]
13371name = "proc-macro2"
13372version = "1.0.101"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13375dependencies = [
13376 "unicode-ident",
13377]
13378
13379[[package]]
13380name = "proc-macro2-diagnostics"
13381version = "0.10.1"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13384dependencies = [
13385 "proc-macro2",
13386 "quote",
13387 "syn 2.0.117",
13388 "version_check",
13389 "yansi",
13390]
13391
13392[[package]]
13393name = "procfs-core"
13394version = "0.17.0"
13395source = "registry+https://github.com/rust-lang/crates.io-index"
13396checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13397dependencies = [
13398 "bitflags 2.10.0",
13399 "hex",
13400 "serde",
13401]
13402
13403[[package]]
13404name = "profiling"
13405version = "1.0.17"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13408dependencies = [
13409 "profiling-procmacros",
13410]
13411
13412[[package]]
13413name = "profiling-procmacros"
13414version = "1.0.17"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13417dependencies = [
13418 "quote",
13419 "syn 2.0.117",
13420]
13421
13422[[package]]
13423name = "project"
13424version = "0.1.0"
13425dependencies = [
13426 "aho-corasick",
13427 "anyhow",
13428 "askpass",
13429 "async-trait",
13430 "base64 0.22.1",
13431 "buffer_diff",
13432 "circular-buffer",
13433 "client",
13434 "clock",
13435 "collections",
13436 "context_server",
13437 "credentials_provider",
13438 "dap",
13439 "encoding_rs",
13440 "extension",
13441 "fancy-regex 0.17.0",
13442 "fs",
13443 "futures 0.3.32",
13444 "fuzzy",
13445 "fuzzy_nucleo",
13446 "git",
13447 "git2",
13448 "git_hosting_providers",
13449 "globset",
13450 "gpui",
13451 "http_client",
13452 "image",
13453 "indexmap 2.11.4",
13454 "itertools 0.14.0",
13455 "language",
13456 "log",
13457 "lsp",
13458 "markdown",
13459 "node_runtime",
13460 "parking_lot",
13461 "paths",
13462 "percent-encoding",
13463 "postage",
13464 "prettier",
13465 "pretty_assertions",
13466 "project",
13467 "rand 0.9.3",
13468 "regex",
13469 "release_channel",
13470 "remote",
13471 "rpc",
13472 "schemars 1.0.4",
13473 "semver",
13474 "serde",
13475 "serde_json",
13476 "settings",
13477 "sha2",
13478 "shellexpand",
13479 "smallvec",
13480 "smol",
13481 "snippet",
13482 "snippet_provider",
13483 "sum_tree",
13484 "task",
13485 "tempfile",
13486 "terminal",
13487 "text",
13488 "toml 0.8.23",
13489 "tracing",
13490 "unindent",
13491 "url",
13492 "util",
13493 "watch",
13494 "wax",
13495 "which 6.0.3",
13496 "worktree",
13497 "zed_credentials_provider",
13498 "zeroize",
13499 "zlog",
13500 "ztracing",
13501]
13502
13503[[package]]
13504name = "project_benchmarks"
13505version = "0.1.0"
13506dependencies = [
13507 "anyhow",
13508 "askpass",
13509 "clap",
13510 "client",
13511 "futures 0.3.32",
13512 "gpui",
13513 "gpui_platform",
13514 "http_client",
13515 "language",
13516 "node_runtime",
13517 "project",
13518 "release_channel",
13519 "remote",
13520 "rpassword",
13521 "semver",
13522 "settings",
13523 "watch",
13524]
13525
13526[[package]]
13527name = "project_panel"
13528version = "0.1.0"
13529dependencies = [
13530 "anyhow",
13531 "client",
13532 "collections",
13533 "command_palette_hooks",
13534 "criterion",
13535 "editor",
13536 "feature_flags",
13537 "file_icons",
13538 "fs",
13539 "futures 0.3.32",
13540 "git",
13541 "git_ui",
13542 "gpui",
13543 "itertools 0.14.0",
13544 "language",
13545 "menu",
13546 "notifications",
13547 "pretty_assertions",
13548 "project",
13549 "rayon",
13550 "remote_connection",
13551 "schemars 1.0.4",
13552 "search",
13553 "serde",
13554 "serde_json",
13555 "settings",
13556 "smallvec",
13557 "telemetry",
13558 "tempfile",
13559 "theme",
13560 "theme_settings",
13561 "ui",
13562 "util",
13563 "workspace",
13564 "worktree",
13565 "zed_actions",
13566]
13567
13568[[package]]
13569name = "project_symbols"
13570version = "0.1.0"
13571dependencies = [
13572 "anyhow",
13573 "editor",
13574 "futures 0.3.32",
13575 "fuzzy",
13576 "gpui",
13577 "language",
13578 "lsp",
13579 "ordered-float 2.10.1",
13580 "picker",
13581 "project",
13582 "release_channel",
13583 "semver",
13584 "serde_json",
13585 "settings",
13586 "theme",
13587 "theme_settings",
13588 "util",
13589 "workspace",
13590]
13591
13592[[package]]
13593name = "prometheus"
13594version = "0.14.0"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13597dependencies = [
13598 "cfg-if",
13599 "fnv",
13600 "lazy_static",
13601 "memchr",
13602 "parking_lot",
13603 "protobuf",
13604 "thiserror 2.0.17",
13605]
13606
13607[[package]]
13608name = "prompt_store"
13609version = "0.1.0"
13610dependencies = [
13611 "anyhow",
13612 "assets",
13613 "chrono",
13614 "collections",
13615 "fs",
13616 "futures 0.3.32",
13617 "fuzzy",
13618 "gpui",
13619 "handlebars 4.5.0",
13620 "heed",
13621 "language",
13622 "log",
13623 "parking_lot",
13624 "paths",
13625 "rope",
13626 "serde",
13627 "strum 0.27.2",
13628 "tempfile",
13629 "text",
13630 "util",
13631 "uuid",
13632]
13633
13634[[package]]
13635name = "proptest"
13636version = "1.10.0"
13637source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13638dependencies = [
13639 "bit-set 0.8.0",
13640 "bit-vec 0.8.0",
13641 "bitflags 2.10.0",
13642 "num-traits",
13643 "proptest-macro",
13644 "rand 0.9.3",
13645 "rand_chacha 0.9.0",
13646 "rand_xorshift",
13647 "regex-syntax",
13648 "rusty-fork",
13649 "tempfile",
13650 "unarray",
13651]
13652
13653[[package]]
13654name = "proptest-derive"
13655version = "0.8.0"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13658dependencies = [
13659 "proc-macro2",
13660 "quote",
13661 "syn 2.0.117",
13662]
13663
13664[[package]]
13665name = "proptest-macro"
13666version = "0.5.0"
13667source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13668dependencies = [
13669 "convert_case 0.11.0",
13670 "proc-macro2",
13671 "quote",
13672 "syn 2.0.117",
13673]
13674
13675[[package]]
13676name = "prost"
13677version = "0.9.0"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13680dependencies = [
13681 "bytes 1.11.1",
13682 "prost-derive 0.9.0",
13683]
13684
13685[[package]]
13686name = "prost"
13687version = "0.12.6"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13690dependencies = [
13691 "bytes 1.11.1",
13692 "prost-derive 0.12.6",
13693]
13694
13695[[package]]
13696name = "prost-build"
13697version = "0.9.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13700dependencies = [
13701 "bytes 1.11.1",
13702 "heck 0.3.3",
13703 "itertools 0.10.5",
13704 "lazy_static",
13705 "log",
13706 "multimap",
13707 "petgraph",
13708 "prost 0.9.0",
13709 "prost-types 0.9.0",
13710 "regex",
13711 "tempfile",
13712 "which 4.4.2",
13713]
13714
13715[[package]]
13716name = "prost-build"
13717version = "0.12.6"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13720dependencies = [
13721 "bytes 1.11.1",
13722 "heck 0.5.0",
13723 "itertools 0.11.0",
13724 "log",
13725 "multimap",
13726 "once_cell",
13727 "petgraph",
13728 "prettyplease",
13729 "prost 0.12.6",
13730 "prost-types 0.12.6",
13731 "regex",
13732 "syn 2.0.117",
13733 "tempfile",
13734]
13735
13736[[package]]
13737name = "prost-derive"
13738version = "0.9.0"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13741dependencies = [
13742 "anyhow",
13743 "itertools 0.10.5",
13744 "proc-macro2",
13745 "quote",
13746 "syn 1.0.109",
13747]
13748
13749[[package]]
13750name = "prost-derive"
13751version = "0.12.6"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13754dependencies = [
13755 "anyhow",
13756 "itertools 0.11.0",
13757 "proc-macro2",
13758 "quote",
13759 "syn 2.0.117",
13760]
13761
13762[[package]]
13763name = "prost-types"
13764version = "0.9.0"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13767dependencies = [
13768 "bytes 1.11.1",
13769 "prost 0.9.0",
13770]
13771
13772[[package]]
13773name = "prost-types"
13774version = "0.12.6"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13777dependencies = [
13778 "prost 0.12.6",
13779]
13780
13781[[package]]
13782name = "proto"
13783version = "0.1.0"
13784dependencies = [
13785 "anyhow",
13786 "prost 0.9.0",
13787 "prost-build 0.9.0",
13788 "serde",
13789]
13790
13791[[package]]
13792name = "protobuf"
13793version = "3.7.2"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13796dependencies = [
13797 "once_cell",
13798 "protobuf-support",
13799 "thiserror 1.0.69",
13800]
13801
13802[[package]]
13803name = "protobuf-support"
13804version = "3.7.2"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13807dependencies = [
13808 "thiserror 1.0.69",
13809]
13810
13811[[package]]
13812name = "psm"
13813version = "0.1.30"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13816dependencies = [
13817 "ar_archive_writer",
13818 "cc",
13819]
13820
13821[[package]]
13822name = "ptr_meta"
13823version = "0.1.4"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13826dependencies = [
13827 "ptr_meta_derive",
13828]
13829
13830[[package]]
13831name = "ptr_meta_derive"
13832version = "0.1.4"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13835dependencies = [
13836 "proc-macro2",
13837 "quote",
13838 "syn 1.0.109",
13839]
13840
13841[[package]]
13842name = "pulldown-cmark"
13843version = "0.10.3"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13846dependencies = [
13847 "bitflags 2.10.0",
13848 "memchr",
13849 "pulldown-cmark-escape",
13850 "unicase",
13851]
13852
13853[[package]]
13854name = "pulldown-cmark"
13855version = "0.13.0"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13858dependencies = [
13859 "bitflags 2.10.0",
13860 "memchr",
13861 "unicase",
13862]
13863
13864[[package]]
13865name = "pulldown-cmark-escape"
13866version = "0.10.1"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13869
13870[[package]]
13871name = "pulley-interpreter"
13872version = "36.0.7"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13875dependencies = [
13876 "cranelift-bitset",
13877 "log",
13878 "pulley-macros",
13879 "wasmtime-internal-math",
13880]
13881
13882[[package]]
13883name = "pulley-macros"
13884version = "36.0.7"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13887dependencies = [
13888 "proc-macro2",
13889 "quote",
13890 "syn 2.0.117",
13891]
13892
13893[[package]]
13894name = "pulp"
13895version = "0.18.22"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13898dependencies = [
13899 "bytemuck",
13900 "libm",
13901 "num-complex",
13902 "reborrow",
13903]
13904
13905[[package]]
13906name = "pulp"
13907version = "0.21.5"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13910dependencies = [
13911 "bytemuck",
13912 "cfg-if",
13913 "libm",
13914 "num-complex",
13915 "reborrow",
13916 "version_check",
13917]
13918
13919[[package]]
13920name = "pxfm"
13921version = "0.1.25"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13924dependencies = [
13925 "num-traits",
13926]
13927
13928[[package]]
13929name = "qoi"
13930version = "0.4.1"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13933dependencies = [
13934 "bytemuck",
13935]
13936
13937[[package]]
13938name = "quick-error"
13939version = "1.2.3"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13942
13943[[package]]
13944name = "quick-error"
13945version = "2.0.1"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13948
13949[[package]]
13950name = "quick-xml"
13951version = "0.30.0"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13954dependencies = [
13955 "memchr",
13956]
13957
13958[[package]]
13959name = "quick-xml"
13960version = "0.37.5"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13963dependencies = [
13964 "memchr",
13965]
13966
13967[[package]]
13968name = "quick-xml"
13969version = "0.38.3"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13972dependencies = [
13973 "memchr",
13974]
13975
13976[[package]]
13977name = "quinn"
13978version = "0.11.9"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13981dependencies = [
13982 "bytes 1.11.1",
13983 "cfg_aliases 0.2.1",
13984 "pin-project-lite",
13985 "quinn-proto",
13986 "quinn-udp",
13987 "rustc-hash 2.1.1",
13988 "rustls 0.23.33",
13989 "socket2 0.6.1",
13990 "thiserror 2.0.17",
13991 "tokio",
13992 "tracing",
13993 "web-time",
13994]
13995
13996[[package]]
13997name = "quinn-proto"
13998version = "0.11.13"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
14001dependencies = [
14002 "bytes 1.11.1",
14003 "getrandom 0.3.4",
14004 "lru-slab",
14005 "rand 0.9.3",
14006 "ring",
14007 "rustc-hash 2.1.1",
14008 "rustls 0.23.33",
14009 "rustls-pki-types",
14010 "slab",
14011 "thiserror 2.0.17",
14012 "tinyvec",
14013 "tracing",
14014 "web-time",
14015]
14016
14017[[package]]
14018name = "quinn-udp"
14019version = "0.5.14"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
14022dependencies = [
14023 "cfg_aliases 0.2.1",
14024 "libc",
14025 "once_cell",
14026 "socket2 0.6.1",
14027 "tracing",
14028 "windows-sys 0.60.2",
14029]
14030
14031[[package]]
14032name = "quote"
14033version = "1.0.41"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
14036dependencies = [
14037 "proc-macro2",
14038]
14039
14040[[package]]
14041name = "r-efi"
14042version = "5.3.0"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
14045
14046[[package]]
14047name = "radium"
14048version = "0.7.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
14051
14052[[package]]
14053name = "rand"
14054version = "0.3.23"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
14057dependencies = [
14058 "libc",
14059 "rand 0.4.6",
14060]
14061
14062[[package]]
14063name = "rand"
14064version = "0.4.6"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
14067dependencies = [
14068 "fuchsia-cprng",
14069 "libc",
14070 "rand_core 0.3.1",
14071 "rdrand",
14072 "winapi",
14073]
14074
14075[[package]]
14076name = "rand"
14077version = "0.8.5"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
14080dependencies = [
14081 "libc",
14082 "rand_chacha 0.3.1",
14083 "rand_core 0.6.4",
14084]
14085
14086[[package]]
14087name = "rand"
14088version = "0.9.3"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14091dependencies = [
14092 "rand_chacha 0.9.0",
14093 "rand_core 0.9.3",
14094]
14095
14096[[package]]
14097name = "rand_chacha"
14098version = "0.3.1"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14101dependencies = [
14102 "ppv-lite86",
14103 "rand_core 0.6.4",
14104]
14105
14106[[package]]
14107name = "rand_chacha"
14108version = "0.9.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14111dependencies = [
14112 "ppv-lite86",
14113 "rand_core 0.9.3",
14114]
14115
14116[[package]]
14117name = "rand_core"
14118version = "0.3.1"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14121dependencies = [
14122 "rand_core 0.4.2",
14123]
14124
14125[[package]]
14126name = "rand_core"
14127version = "0.4.2"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14130
14131[[package]]
14132name = "rand_core"
14133version = "0.6.4"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14136dependencies = [
14137 "getrandom 0.2.16",
14138]
14139
14140[[package]]
14141name = "rand_core"
14142version = "0.9.3"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14145dependencies = [
14146 "getrandom 0.3.4",
14147]
14148
14149[[package]]
14150name = "rand_distr"
14151version = "0.5.1"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14154dependencies = [
14155 "num-traits",
14156 "rand 0.9.3",
14157]
14158
14159[[package]]
14160name = "rand_pcg"
14161version = "0.3.1"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14164dependencies = [
14165 "rand_core 0.6.4",
14166]
14167
14168[[package]]
14169name = "rand_xorshift"
14170version = "0.4.0"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14173dependencies = [
14174 "rand_core 0.9.3",
14175]
14176
14177[[package]]
14178name = "random_choice"
14179version = "0.3.2"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14182dependencies = [
14183 "rand 0.3.23",
14184]
14185
14186[[package]]
14187name = "range-alloc"
14188version = "0.1.4"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14191
14192[[package]]
14193name = "range-map"
14194version = "0.2.0"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14197dependencies = [
14198 "num-traits",
14199]
14200
14201[[package]]
14202name = "rangemap"
14203version = "1.7.1"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14206
14207[[package]]
14208name = "rav1e"
14209version = "0.8.1"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14212dependencies = [
14213 "aligned-vec",
14214 "arbitrary",
14215 "arg_enum_proc_macro",
14216 "arrayvec",
14217 "av-scenechange",
14218 "av1-grain",
14219 "bitstream-io",
14220 "built",
14221 "cfg-if",
14222 "interpolate_name",
14223 "itertools 0.14.0",
14224 "libc",
14225 "libfuzzer-sys",
14226 "log",
14227 "maybe-rayon",
14228 "new_debug_unreachable",
14229 "noop_proc_macro",
14230 "num-derive",
14231 "num-traits",
14232 "paste",
14233 "profiling",
14234 "rand 0.9.3",
14235 "rand_chacha 0.9.0",
14236 "simd_helpers",
14237 "thiserror 2.0.17",
14238 "v_frame",
14239 "wasm-bindgen",
14240]
14241
14242[[package]]
14243name = "ravif"
14244version = "0.13.0"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14247dependencies = [
14248 "avif-serialize",
14249 "imgref",
14250 "loop9",
14251 "quick-error 2.0.1",
14252 "rav1e",
14253 "rayon",
14254 "rgb",
14255]
14256
14257[[package]]
14258name = "raw-cpuid"
14259version = "10.7.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14262dependencies = [
14263 "bitflags 1.3.2",
14264]
14265
14266[[package]]
14267name = "raw-cpuid"
14268version = "11.6.0"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14271dependencies = [
14272 "bitflags 2.10.0",
14273]
14274
14275[[package]]
14276name = "raw-window-handle"
14277version = "0.6.2"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14280
14281[[package]]
14282name = "raw-window-metal"
14283version = "1.1.0"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14286dependencies = [
14287 "objc2",
14288 "objc2-core-foundation",
14289 "objc2-foundation",
14290 "objc2-quartz-core",
14291]
14292
14293[[package]]
14294name = "rayon"
14295version = "1.11.0"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14298dependencies = [
14299 "either",
14300 "rayon-core",
14301]
14302
14303[[package]]
14304name = "rayon-core"
14305version = "1.13.0"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14308dependencies = [
14309 "crossbeam-deque",
14310 "crossbeam-utils",
14311]
14312
14313[[package]]
14314name = "rdrand"
14315version = "0.4.0"
14316source = "registry+https://github.com/rust-lang/crates.io-index"
14317checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14318dependencies = [
14319 "rand_core 0.3.1",
14320]
14321
14322[[package]]
14323name = "read-fonts"
14324version = "0.35.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14327dependencies = [
14328 "bytemuck",
14329 "font-types 0.10.0",
14330]
14331
14332[[package]]
14333name = "read-fonts"
14334version = "0.37.0"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14337dependencies = [
14338 "bytemuck",
14339 "core_maths",
14340 "font-types 0.11.0",
14341]
14342
14343[[package]]
14344name = "realfft"
14345version = "3.5.0"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14348dependencies = [
14349 "rustfft",
14350]
14351
14352[[package]]
14353name = "reborrow"
14354version = "0.5.5"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14357
14358[[package]]
14359name = "recent_projects"
14360version = "0.1.0"
14361dependencies = [
14362 "anyhow",
14363 "askpass",
14364 "chrono",
14365 "db",
14366 "dev_container",
14367 "editor",
14368 "extension",
14369 "extension_host",
14370 "fs",
14371 "futures 0.3.32",
14372 "fuzzy_nucleo",
14373 "gpui",
14374 "http_client",
14375 "indoc",
14376 "language",
14377 "log",
14378 "menu",
14379 "node_runtime",
14380 "open_path_prompt",
14381 "ordered-float 2.10.1",
14382 "paths",
14383 "picker",
14384 "project",
14385 "release_channel",
14386 "remote",
14387 "remote_connection",
14388 "remote_server",
14389 "semver",
14390 "serde",
14391 "serde_json",
14392 "settings",
14393 "smol",
14394 "task",
14395 "telemetry",
14396 "ui",
14397 "ui_input",
14398 "util",
14399 "windows-registry 0.6.1",
14400 "workspace",
14401 "worktree",
14402 "zed_actions",
14403]
14404
14405[[package]]
14406name = "redox_syscall"
14407version = "0.2.16"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14410dependencies = [
14411 "bitflags 1.3.2",
14412]
14413
14414[[package]]
14415name = "redox_syscall"
14416version = "0.5.18"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14419dependencies = [
14420 "bitflags 2.10.0",
14421]
14422
14423[[package]]
14424name = "redox_users"
14425version = "0.5.2"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14428dependencies = [
14429 "getrandom 0.2.16",
14430 "libredox",
14431 "thiserror 2.0.17",
14432]
14433
14434[[package]]
14435name = "ref-cast"
14436version = "1.0.25"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14439dependencies = [
14440 "ref-cast-impl",
14441]
14442
14443[[package]]
14444name = "ref-cast-impl"
14445version = "1.0.25"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14448dependencies = [
14449 "proc-macro2",
14450 "quote",
14451 "syn 2.0.117",
14452]
14453
14454[[package]]
14455name = "referencing"
14456version = "0.37.4"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14459dependencies = [
14460 "ahash 0.8.12",
14461 "fluent-uri",
14462 "getrandom 0.3.4",
14463 "hashbrown 0.16.1",
14464 "parking_lot",
14465 "percent-encoding",
14466 "serde_json",
14467]
14468
14469[[package]]
14470name = "refineable"
14471version = "0.1.0"
14472dependencies = [
14473 "derive_refineable",
14474]
14475
14476[[package]]
14477name = "regalloc2"
14478version = "0.12.2"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14481dependencies = [
14482 "allocator-api2",
14483 "bumpalo",
14484 "hashbrown 0.15.5",
14485 "log",
14486 "rustc-hash 2.1.1",
14487 "serde",
14488 "smallvec",
14489]
14490
14491[[package]]
14492name = "regex"
14493version = "1.12.3"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
14496dependencies = [
14497 "aho-corasick",
14498 "memchr",
14499 "regex-automata",
14500 "regex-syntax",
14501]
14502
14503[[package]]
14504name = "regex-automata"
14505version = "0.4.13"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14508dependencies = [
14509 "aho-corasick",
14510 "memchr",
14511 "regex-syntax",
14512]
14513
14514[[package]]
14515name = "regex-lite"
14516version = "0.1.8"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14519
14520[[package]]
14521name = "regex-syntax"
14522version = "0.8.8"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14525
14526[[package]]
14527name = "release_channel"
14528version = "0.1.0"
14529dependencies = [
14530 "gpui",
14531 "semver",
14532]
14533
14534[[package]]
14535name = "remote"
14536version = "0.1.0"
14537dependencies = [
14538 "anyhow",
14539 "askpass",
14540 "async-trait",
14541 "base64 0.22.1",
14542 "collections",
14543 "fs",
14544 "futures 0.3.32",
14545 "gpui",
14546 "log",
14547 "parking_lot",
14548 "paths",
14549 "prost 0.9.0",
14550 "release_channel",
14551 "rpc",
14552 "schemars 1.0.4",
14553 "semver",
14554 "serde",
14555 "serde_json",
14556 "settings",
14557 "smol",
14558 "tempfile",
14559 "thiserror 2.0.17",
14560 "urlencoding",
14561 "util",
14562 "which 6.0.3",
14563]
14564
14565[[package]]
14566name = "remote_connection"
14567version = "0.1.0"
14568dependencies = [
14569 "anyhow",
14570 "askpass",
14571 "auto_update",
14572 "futures 0.3.32",
14573 "gpui",
14574 "log",
14575 "markdown",
14576 "menu",
14577 "release_channel",
14578 "remote",
14579 "semver",
14580 "settings",
14581 "theme_settings",
14582 "ui",
14583 "ui_input",
14584 "workspace",
14585]
14586
14587[[package]]
14588name = "remote_server"
14589version = "0.1.0"
14590dependencies = [
14591 "action_log",
14592 "agent",
14593 "anyhow",
14594 "askpass",
14595 "cargo_toml",
14596 "clap",
14597 "client",
14598 "clock",
14599 "collections",
14600 "crash-handler",
14601 "crashes",
14602 "dap_adapters",
14603 "debug_adapter_extension",
14604 "editor",
14605 "env_logger 0.11.8",
14606 "extension",
14607 "extension_host",
14608 "fork",
14609 "fs",
14610 "futures 0.3.32",
14611 "git",
14612 "git2",
14613 "git_hosting_providers",
14614 "gpui",
14615 "gpui_platform",
14616 "gpui_tokio",
14617 "http_client",
14618 "image",
14619 "json_schema_store",
14620 "language",
14621 "language_extension",
14622 "language_model",
14623 "languages",
14624 "libc",
14625 "log",
14626 "lsp",
14627 "minidumper",
14628 "net",
14629 "node_runtime",
14630 "paths",
14631 "pretty_assertions",
14632 "project",
14633 "proto",
14634 "rayon",
14635 "release_channel",
14636 "remote",
14637 "reqwest_client",
14638 "rpc",
14639 "rust-embed",
14640 "semver",
14641 "serde",
14642 "serde_json",
14643 "settings",
14644 "shellexpand",
14645 "smol",
14646 "sysinfo 0.37.2",
14647 "task",
14648 "theme",
14649 "theme_settings",
14650 "thiserror 2.0.17",
14651 "toml 0.8.23",
14652 "unindent",
14653 "util",
14654 "uuid",
14655 "watch",
14656 "windows 0.61.3",
14657 "worktree",
14658 "zlog",
14659]
14660
14661[[package]]
14662name = "rend"
14663version = "0.4.2"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14666dependencies = [
14667 "bytecheck",
14668]
14669
14670[[package]]
14671name = "renderdoc-sys"
14672version = "1.1.0"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14675
14676[[package]]
14677name = "repl"
14678version = "0.1.0"
14679dependencies = [
14680 "alacritty_terminal",
14681 "anyhow",
14682 "async-dispatcher",
14683 "async-task",
14684 "async-tungstenite",
14685 "base64 0.22.1",
14686 "client",
14687 "collections",
14688 "command_palette_hooks",
14689 "editor",
14690 "feature_flags",
14691 "file_icons",
14692 "futures 0.3.32",
14693 "gpui",
14694 "html_to_markdown",
14695 "http_client",
14696 "image",
14697 "indoc",
14698 "jupyter-protocol",
14699 "jupyter-websocket-client",
14700 "language",
14701 "languages",
14702 "log",
14703 "markdown",
14704 "menu",
14705 "multi_buffer",
14706 "nbformat",
14707 "picker",
14708 "project",
14709 "remote",
14710 "runtimelib",
14711 "serde",
14712 "serde_json",
14713 "settings",
14714 "shlex",
14715 "smol",
14716 "telemetry",
14717 "terminal",
14718 "terminal_view",
14719 "theme",
14720 "theme_settings",
14721 "tree-sitter-md",
14722 "tree-sitter-python",
14723 "tree-sitter-typescript",
14724 "ui",
14725 "util",
14726 "uuid",
14727 "workspace",
14728 "zed_actions",
14729]
14730
14731[[package]]
14732name = "reqwest"
14733version = "0.11.27"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14736dependencies = [
14737 "base64 0.21.7",
14738 "bytes 1.11.1",
14739 "encoding_rs",
14740 "futures-core",
14741 "futures-util",
14742 "h2 0.3.27",
14743 "http 0.2.12",
14744 "http-body 0.4.6",
14745 "hyper 0.14.32",
14746 "hyper-tls",
14747 "ipnet",
14748 "js-sys",
14749 "log",
14750 "mime",
14751 "native-tls",
14752 "once_cell",
14753 "percent-encoding",
14754 "pin-project-lite",
14755 "rustls-pemfile 1.0.4",
14756 "serde",
14757 "serde_json",
14758 "serde_urlencoded",
14759 "sync_wrapper 0.1.2",
14760 "system-configuration 0.5.1",
14761 "tokio",
14762 "tokio-native-tls",
14763 "tower-service",
14764 "url",
14765 "wasm-bindgen",
14766 "wasm-bindgen-futures",
14767 "web-sys",
14768 "winreg 0.50.0",
14769]
14770
14771[[package]]
14772name = "reqwest"
14773version = "0.12.24"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14776dependencies = [
14777 "base64 0.22.1",
14778 "bytes 1.11.1",
14779 "futures-channel",
14780 "futures-core",
14781 "futures-util",
14782 "http 1.3.1",
14783 "http-body 1.0.1",
14784 "http-body-util",
14785 "hyper 1.7.0",
14786 "hyper-rustls 0.27.7",
14787 "hyper-util",
14788 "js-sys",
14789 "log",
14790 "percent-encoding",
14791 "pin-project-lite",
14792 "quinn",
14793 "rustls 0.23.33",
14794 "rustls-native-certs 0.8.2",
14795 "rustls-pki-types",
14796 "serde",
14797 "serde_json",
14798 "serde_urlencoded",
14799 "sync_wrapper 1.0.2",
14800 "tokio",
14801 "tokio-rustls 0.26.2",
14802 "tower 0.5.2",
14803 "tower-http 0.6.6",
14804 "tower-service",
14805 "url",
14806 "wasm-bindgen",
14807 "wasm-bindgen-futures",
14808 "web-sys",
14809]
14810
14811[[package]]
14812name = "reqwest_client"
14813version = "0.1.0"
14814dependencies = [
14815 "anyhow",
14816 "bytes 1.11.1",
14817 "futures 0.3.32",
14818 "gpui_util",
14819 "http_client",
14820 "http_client_tls",
14821 "log",
14822 "regex",
14823 "serde",
14824 "tokio",
14825 "zed-reqwest",
14826]
14827
14828[[package]]
14829name = "resvg"
14830version = "0.45.1"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14833dependencies = [
14834 "gif 0.13.3",
14835 "image-webp",
14836 "log",
14837 "pico-args",
14838 "rgb",
14839 "svgtypes",
14840 "tiny-skia",
14841 "usvg",
14842 "zune-jpeg 0.4.21",
14843]
14844
14845[[package]]
14846name = "rfc6979"
14847version = "0.3.1"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14850dependencies = [
14851 "crypto-bigint 0.4.9",
14852 "hmac",
14853 "zeroize",
14854]
14855
14856[[package]]
14857name = "rgb"
14858version = "0.8.52"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14861dependencies = [
14862 "bytemuck",
14863]
14864
14865[[package]]
14866name = "ring"
14867version = "0.17.14"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14870dependencies = [
14871 "cc",
14872 "cfg-if",
14873 "getrandom 0.2.16",
14874 "libc",
14875 "untrusted 0.9.0",
14876 "windows-sys 0.52.0",
14877]
14878
14879[[package]]
14880name = "rkyv"
14881version = "0.7.45"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14884dependencies = [
14885 "bitvec",
14886 "bytecheck",
14887 "bytes 1.11.1",
14888 "hashbrown 0.12.3",
14889 "ptr_meta",
14890 "rend",
14891 "rkyv_derive",
14892 "seahash",
14893 "tinyvec",
14894 "uuid",
14895]
14896
14897[[package]]
14898name = "rkyv_derive"
14899version = "0.7.45"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14902dependencies = [
14903 "proc-macro2",
14904 "quote",
14905 "syn 1.0.109",
14906]
14907
14908[[package]]
14909name = "rmcp"
14910version = "1.3.0"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "2231b2c085b371c01bc90c0e6c1cab8834711b6394533375bdbf870b0166d419"
14913dependencies = [
14914 "async-trait",
14915 "base64 0.22.1",
14916 "chrono",
14917 "futures 0.3.32",
14918 "pastey 0.2.1",
14919 "pin-project-lite",
14920 "rmcp-macros",
14921 "schemars 1.0.4",
14922 "serde",
14923 "serde_json",
14924 "thiserror 2.0.17",
14925 "tokio",
14926 "tokio-util",
14927 "tracing",
14928]
14929
14930[[package]]
14931name = "rmcp-macros"
14932version = "1.3.0"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "36ea0e100fadf81be85d7ff70f86cd805c7572601d4ab2946207f36540854b43"
14935dependencies = [
14936 "darling 0.23.0",
14937 "proc-macro2",
14938 "quote",
14939 "serde_json",
14940 "syn 2.0.117",
14941]
14942
14943[[package]]
14944name = "rmp"
14945version = "0.8.14"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14948dependencies = [
14949 "byteorder",
14950 "num-traits",
14951 "paste",
14952]
14953
14954[[package]]
14955name = "rmpv"
14956version = "1.3.0"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14959dependencies = [
14960 "num-traits",
14961 "rmp",
14962]
14963
14964[[package]]
14965name = "rodio"
14966version = "0.21.1"
14967source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14968dependencies = [
14969 "cpal",
14970 "dasp_sample",
14971 "hound",
14972 "num-rational",
14973 "rand 0.9.3",
14974 "rand_distr",
14975 "rtrb",
14976 "symphonia",
14977 "thiserror 2.0.17",
14978]
14979
14980[[package]]
14981name = "rope"
14982version = "0.1.0"
14983dependencies = [
14984 "criterion",
14985 "ctor",
14986 "gpui",
14987 "heapless",
14988 "log",
14989 "rand 0.9.3",
14990 "rayon",
14991 "sum_tree",
14992 "tracing",
14993 "unicode-segmentation",
14994 "util",
14995 "zlog",
14996 "ztracing",
14997]
14998
14999[[package]]
15000name = "roxmltree"
15001version = "0.20.0"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
15004
15005[[package]]
15006name = "rpassword"
15007version = "7.4.0"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
15010dependencies = [
15011 "libc",
15012 "rtoolbox",
15013 "windows-sys 0.59.0",
15014]
15015
15016[[package]]
15017name = "rpc"
15018version = "0.1.0"
15019dependencies = [
15020 "anyhow",
15021 "async-tungstenite",
15022 "base64 0.22.1",
15023 "collections",
15024 "futures 0.3.32",
15025 "gpui",
15026 "parking_lot",
15027 "proto",
15028 "rand 0.9.3",
15029 "rsa",
15030 "serde",
15031 "serde_json",
15032 "sha2",
15033 "strum 0.27.2",
15034 "tracing",
15035 "util",
15036 "zlog",
15037 "zstd",
15038]
15039
15040[[package]]
15041name = "rsa"
15042version = "0.9.10"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
15045dependencies = [
15046 "const-oid",
15047 "digest",
15048 "num-bigint-dig 0.8.6",
15049 "num-integer",
15050 "num-traits",
15051 "pkcs1",
15052 "pkcs8 0.10.2",
15053 "rand_core 0.6.4",
15054 "signature 2.2.0",
15055 "spki 0.7.3",
15056 "subtle",
15057 "zeroize",
15058]
15059
15060[[package]]
15061name = "rtoolbox"
15062version = "0.0.3"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
15065dependencies = [
15066 "libc",
15067 "windows-sys 0.52.0",
15068]
15069
15070[[package]]
15071name = "rtrb"
15072version = "0.3.2"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
15075
15076[[package]]
15077name = "rules_library"
15078version = "0.1.0"
15079dependencies = [
15080 "anyhow",
15081 "collections",
15082 "editor",
15083 "gpui",
15084 "language",
15085 "language_model",
15086 "log",
15087 "menu",
15088 "picker",
15089 "platform_title_bar",
15090 "prompt_store",
15091 "release_channel",
15092 "rope",
15093 "serde",
15094 "settings",
15095 "theme_settings",
15096 "ui",
15097 "ui_input",
15098 "util",
15099 "workspace",
15100 "zed_actions",
15101]
15102
15103[[package]]
15104name = "runtimelib"
15105version = "1.4.0"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
15108dependencies = [
15109 "async-dispatcher",
15110 "async-std",
15111 "aws-lc-rs",
15112 "base64 0.22.1",
15113 "bytes 1.11.1",
15114 "chrono",
15115 "data-encoding",
15116 "dirs",
15117 "futures 0.3.32",
15118 "glob",
15119 "jupyter-protocol",
15120 "serde",
15121 "serde_json",
15122 "shellexpand",
15123 "smol",
15124 "thiserror 2.0.17",
15125 "uuid",
15126 "zeromq",
15127]
15128
15129[[package]]
15130name = "rust-embed"
15131version = "8.11.0"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15134dependencies = [
15135 "rust-embed-impl",
15136 "rust-embed-utils",
15137 "walkdir",
15138]
15139
15140[[package]]
15141name = "rust-embed-impl"
15142version = "8.11.0"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15145dependencies = [
15146 "proc-macro2",
15147 "quote",
15148 "rust-embed-utils",
15149 "syn 2.0.117",
15150 "walkdir",
15151]
15152
15153[[package]]
15154name = "rust-embed-utils"
15155version = "8.11.0"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15158dependencies = [
15159 "globset",
15160 "sha2",
15161 "walkdir",
15162]
15163
15164[[package]]
15165name = "rust_decimal"
15166version = "1.39.0"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15169dependencies = [
15170 "arrayvec",
15171 "borsh",
15172 "bytes 1.11.1",
15173 "num-traits",
15174 "rand 0.8.5",
15175 "rkyv",
15176 "serde",
15177 "serde_json",
15178]
15179
15180[[package]]
15181name = "rustc-demangle"
15182version = "0.1.26"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15185
15186[[package]]
15187name = "rustc-hash"
15188version = "1.1.0"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15191
15192[[package]]
15193name = "rustc-hash"
15194version = "2.1.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15197
15198[[package]]
15199name = "rustc_version"
15200version = "0.4.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15203dependencies = [
15204 "semver",
15205]
15206
15207[[package]]
15208name = "rustfft"
15209version = "6.4.1"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15212dependencies = [
15213 "num-complex",
15214 "num-integer",
15215 "num-traits",
15216 "primal-check",
15217 "strength_reduce",
15218 "transpose",
15219]
15220
15221[[package]]
15222name = "rustix"
15223version = "0.38.44"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15226dependencies = [
15227 "bitflags 2.10.0",
15228 "errno 0.3.14",
15229 "libc",
15230 "linux-raw-sys 0.4.15",
15231 "windows-sys 0.59.0",
15232]
15233
15234[[package]]
15235name = "rustix"
15236version = "1.1.2"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15239dependencies = [
15240 "bitflags 2.10.0",
15241 "errno 0.3.14",
15242 "libc",
15243 "linux-raw-sys 0.11.0",
15244 "windows-sys 0.61.2",
15245]
15246
15247[[package]]
15248name = "rustix-linux-procfs"
15249version = "0.1.1"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15252dependencies = [
15253 "once_cell",
15254 "rustix 1.1.2",
15255]
15256
15257[[package]]
15258name = "rustix-openpty"
15259version = "0.2.0"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15262dependencies = [
15263 "errno 0.3.14",
15264 "libc",
15265 "rustix 1.1.2",
15266]
15267
15268[[package]]
15269name = "rustls"
15270version = "0.21.12"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15273dependencies = [
15274 "log",
15275 "ring",
15276 "rustls-webpki 0.101.7",
15277 "sct",
15278]
15279
15280[[package]]
15281name = "rustls"
15282version = "0.23.33"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15285dependencies = [
15286 "aws-lc-rs",
15287 "log",
15288 "once_cell",
15289 "ring",
15290 "rustls-pki-types",
15291 "rustls-webpki 0.103.7",
15292 "subtle",
15293 "zeroize",
15294]
15295
15296[[package]]
15297name = "rustls-native-certs"
15298version = "0.6.3"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15301dependencies = [
15302 "openssl-probe",
15303 "rustls-pemfile 1.0.4",
15304 "schannel",
15305 "security-framework 2.11.1",
15306]
15307
15308[[package]]
15309name = "rustls-native-certs"
15310version = "0.8.2"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15313dependencies = [
15314 "openssl-probe",
15315 "rustls-pki-types",
15316 "schannel",
15317 "security-framework 3.5.1",
15318]
15319
15320[[package]]
15321name = "rustls-pemfile"
15322version = "1.0.4"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15325dependencies = [
15326 "base64 0.21.7",
15327]
15328
15329[[package]]
15330name = "rustls-pemfile"
15331version = "2.2.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15334dependencies = [
15335 "rustls-pki-types",
15336]
15337
15338[[package]]
15339name = "rustls-pki-types"
15340version = "1.12.0"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15343dependencies = [
15344 "web-time",
15345 "zeroize",
15346]
15347
15348[[package]]
15349name = "rustls-platform-verifier"
15350version = "0.5.3"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15353dependencies = [
15354 "core-foundation 0.10.0",
15355 "core-foundation-sys",
15356 "jni",
15357 "log",
15358 "once_cell",
15359 "rustls 0.23.33",
15360 "rustls-native-certs 0.8.2",
15361 "rustls-platform-verifier-android",
15362 "rustls-webpki 0.103.7",
15363 "security-framework 3.5.1",
15364 "security-framework-sys",
15365 "webpki-root-certs",
15366 "windows-sys 0.59.0",
15367]
15368
15369[[package]]
15370name = "rustls-platform-verifier-android"
15371version = "0.1.1"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15374
15375[[package]]
15376name = "rustls-webpki"
15377version = "0.101.7"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15380dependencies = [
15381 "ring",
15382 "untrusted 0.9.0",
15383]
15384
15385[[package]]
15386name = "rustls-webpki"
15387version = "0.103.7"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15390dependencies = [
15391 "aws-lc-rs",
15392 "ring",
15393 "rustls-pki-types",
15394 "untrusted 0.9.0",
15395]
15396
15397[[package]]
15398name = "rustversion"
15399version = "1.0.22"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15402
15403[[package]]
15404name = "rusty-fork"
15405version = "0.3.1"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15408dependencies = [
15409 "fnv",
15410 "quick-error 1.2.3",
15411 "tempfile",
15412 "wait-timeout",
15413]
15414
15415[[package]]
15416name = "rustybuzz"
15417version = "0.20.1"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15420dependencies = [
15421 "bitflags 2.10.0",
15422 "bytemuck",
15423 "core_maths",
15424 "log",
15425 "smallvec",
15426 "ttf-parser 0.25.1",
15427 "unicode-bidi-mirroring",
15428 "unicode-ccc",
15429 "unicode-properties",
15430 "unicode-script",
15431]
15432
15433[[package]]
15434name = "ryu"
15435version = "1.0.20"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15438
15439[[package]]
15440name = "saa"
15441version = "5.4.9"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15444
15445[[package]]
15446name = "safetensors"
15447version = "0.4.5"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15450dependencies = [
15451 "serde",
15452 "serde_json",
15453]
15454
15455[[package]]
15456name = "same-file"
15457version = "1.0.6"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15460dependencies = [
15461 "winapi-util",
15462]
15463
15464[[package]]
15465name = "scc"
15466version = "3.5.6"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15469dependencies = [
15470 "saa",
15471 "sdd",
15472]
15473
15474[[package]]
15475name = "schannel"
15476version = "0.1.28"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15479dependencies = [
15480 "windows-sys 0.61.2",
15481]
15482
15483[[package]]
15484name = "scheduler"
15485version = "0.1.0"
15486dependencies = [
15487 "async-task",
15488 "backtrace",
15489 "chrono",
15490 "flume",
15491 "futures 0.3.32",
15492 "parking_lot",
15493 "rand 0.9.3",
15494 "web-time",
15495]
15496
15497[[package]]
15498name = "schema_generator"
15499version = "0.1.0"
15500dependencies = [
15501 "anyhow",
15502 "clap",
15503 "env_logger 0.11.8",
15504 "schemars 1.0.4",
15505 "serde",
15506 "serde_json",
15507 "settings",
15508 "theme",
15509 "theme_settings",
15510]
15511
15512[[package]]
15513name = "schemars"
15514version = "0.9.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
15517dependencies = [
15518 "dyn-clone",
15519 "ref-cast",
15520 "serde",
15521 "serde_json",
15522]
15523
15524[[package]]
15525name = "schemars"
15526version = "1.0.4"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15529dependencies = [
15530 "chrono",
15531 "dyn-clone",
15532 "indexmap 2.11.4",
15533 "ref-cast",
15534 "schemars_derive",
15535 "serde",
15536 "serde_json",
15537]
15538
15539[[package]]
15540name = "schemars_derive"
15541version = "1.0.4"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15544dependencies = [
15545 "proc-macro2",
15546 "quote",
15547 "serde_derive_internals",
15548 "syn 2.0.117",
15549]
15550
15551[[package]]
15552name = "scoped-tls"
15553version = "1.0.1"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15556
15557[[package]]
15558name = "scopeguard"
15559version = "1.2.0"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15562
15563[[package]]
15564name = "scratch"
15565version = "1.0.9"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15568
15569[[package]]
15570name = "screencapturekit"
15571version = "0.2.8"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15574dependencies = [
15575 "screencapturekit-sys",
15576]
15577
15578[[package]]
15579name = "screencapturekit-sys"
15580version = "0.2.8"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15583dependencies = [
15584 "block",
15585 "dispatch",
15586 "objc",
15587 "objc-foundation",
15588 "objc_id",
15589 "once_cell",
15590]
15591
15592[[package]]
15593name = "scroll"
15594version = "0.12.0"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15597dependencies = [
15598 "scroll_derive",
15599]
15600
15601[[package]]
15602name = "scroll_derive"
15603version = "0.12.1"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15606dependencies = [
15607 "proc-macro2",
15608 "quote",
15609 "syn 2.0.117",
15610]
15611
15612[[package]]
15613name = "sct"
15614version = "0.7.1"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15617dependencies = [
15618 "ring",
15619 "untrusted 0.9.0",
15620]
15621
15622[[package]]
15623name = "sdd"
15624version = "4.6.2"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15627
15628[[package]]
15629name = "sea-bae"
15630version = "0.2.1"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15633dependencies = [
15634 "heck 0.4.1",
15635 "proc-macro-error2",
15636 "proc-macro2",
15637 "quote",
15638 "syn 2.0.117",
15639]
15640
15641[[package]]
15642name = "sea-orm"
15643version = "1.1.10"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15646dependencies = [
15647 "async-stream",
15648 "async-trait",
15649 "bigdecimal",
15650 "chrono",
15651 "futures-util",
15652 "log",
15653 "ouroboros",
15654 "pgvector",
15655 "rust_decimal",
15656 "sea-orm-macros",
15657 "sea-query",
15658 "sea-query-binder",
15659 "serde",
15660 "serde_json",
15661 "sqlx",
15662 "strum 0.26.3",
15663 "thiserror 2.0.17",
15664 "time",
15665 "tracing",
15666 "url",
15667 "uuid",
15668]
15669
15670[[package]]
15671name = "sea-orm-macros"
15672version = "1.1.10"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15675dependencies = [
15676 "heck 0.4.1",
15677 "proc-macro2",
15678 "quote",
15679 "sea-bae",
15680 "syn 2.0.117",
15681 "unicode-ident",
15682]
15683
15684[[package]]
15685name = "sea-query"
15686version = "0.32.7"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15689dependencies = [
15690 "bigdecimal",
15691 "chrono",
15692 "inherent",
15693 "ordered-float 4.6.0",
15694 "rust_decimal",
15695 "serde_json",
15696 "time",
15697 "uuid",
15698]
15699
15700[[package]]
15701name = "sea-query-binder"
15702version = "0.7.0"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15705dependencies = [
15706 "bigdecimal",
15707 "chrono",
15708 "rust_decimal",
15709 "sea-query",
15710 "serde_json",
15711 "sqlx",
15712 "time",
15713 "uuid",
15714]
15715
15716[[package]]
15717name = "seahash"
15718version = "4.1.0"
15719source = "registry+https://github.com/rust-lang/crates.io-index"
15720checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15721
15722[[package]]
15723name = "search"
15724version = "0.1.0"
15725dependencies = [
15726 "any_vec",
15727 "anyhow",
15728 "bitflags 2.10.0",
15729 "collections",
15730 "editor",
15731 "fs",
15732 "futures 0.3.32",
15733 "gpui",
15734 "itertools 0.14.0",
15735 "language",
15736 "lsp",
15737 "menu",
15738 "multi_buffer",
15739 "pretty_assertions",
15740 "project",
15741 "serde",
15742 "serde_json",
15743 "settings",
15744 "smol",
15745 "theme",
15746 "theme_settings",
15747 "tracing",
15748 "ui",
15749 "unindent",
15750 "util",
15751 "util_macros",
15752 "workspace",
15753 "zed_actions",
15754 "ztracing",
15755]
15756
15757[[package]]
15758name = "sec1"
15759version = "0.3.0"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15762dependencies = [
15763 "base16ct",
15764 "der 0.6.1",
15765 "generic-array",
15766 "pkcs8 0.9.0",
15767 "subtle",
15768 "zeroize",
15769]
15770
15771[[package]]
15772name = "secrecy"
15773version = "0.10.3"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15776dependencies = [
15777 "zeroize",
15778]
15779
15780[[package]]
15781name = "security-framework"
15782version = "2.11.1"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15785dependencies = [
15786 "bitflags 2.10.0",
15787 "core-foundation 0.9.4",
15788 "core-foundation-sys",
15789 "libc",
15790 "security-framework-sys",
15791]
15792
15793[[package]]
15794name = "security-framework"
15795version = "3.5.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15798dependencies = [
15799 "bitflags 2.10.0",
15800 "core-foundation 0.10.0",
15801 "core-foundation-sys",
15802 "libc",
15803 "security-framework-sys",
15804]
15805
15806[[package]]
15807name = "security-framework-sys"
15808version = "2.15.0"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15811dependencies = [
15812 "core-foundation-sys",
15813 "libc",
15814]
15815
15816[[package]]
15817name = "self_cell"
15818version = "1.2.2"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15821
15822[[package]]
15823name = "semver"
15824version = "1.0.27"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15827dependencies = [
15828 "serde",
15829 "serde_core",
15830]
15831
15832[[package]]
15833name = "seq-macro"
15834version = "0.3.6"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15837
15838[[package]]
15839name = "serde"
15840version = "1.0.228"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15843dependencies = [
15844 "serde_core",
15845 "serde_derive",
15846]
15847
15848[[package]]
15849name = "serde_bytes"
15850version = "0.11.19"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15853dependencies = [
15854 "serde",
15855 "serde_core",
15856]
15857
15858[[package]]
15859name = "serde_core"
15860version = "1.0.228"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15863dependencies = [
15864 "serde_derive",
15865]
15866
15867[[package]]
15868name = "serde_derive"
15869version = "1.0.228"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15872dependencies = [
15873 "proc-macro2",
15874 "quote",
15875 "syn 2.0.117",
15876]
15877
15878[[package]]
15879name = "serde_derive_internals"
15880version = "0.29.1"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15883dependencies = [
15884 "proc-macro2",
15885 "quote",
15886 "syn 2.0.117",
15887]
15888
15889[[package]]
15890name = "serde_fmt"
15891version = "1.0.3"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15894dependencies = [
15895 "serde",
15896]
15897
15898[[package]]
15899name = "serde_json"
15900version = "1.0.145"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15903dependencies = [
15904 "indexmap 2.11.4",
15905 "itoa",
15906 "memchr",
15907 "ryu",
15908 "serde",
15909 "serde_core",
15910]
15911
15912[[package]]
15913name = "serde_json_lenient"
15914version = "0.2.4"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15917dependencies = [
15918 "indexmap 2.11.4",
15919 "itoa",
15920 "memchr",
15921 "ryu",
15922 "serde",
15923]
15924
15925[[package]]
15926name = "serde_path_to_error"
15927version = "0.1.20"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15930dependencies = [
15931 "itoa",
15932 "serde",
15933 "serde_core",
15934]
15935
15936[[package]]
15937name = "serde_repr"
15938version = "0.1.20"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15941dependencies = [
15942 "proc-macro2",
15943 "quote",
15944 "syn 2.0.117",
15945]
15946
15947[[package]]
15948name = "serde_spanned"
15949version = "0.6.9"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15952dependencies = [
15953 "serde",
15954]
15955
15956[[package]]
15957name = "serde_spanned"
15958version = "1.0.3"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15961dependencies = [
15962 "serde_core",
15963]
15964
15965[[package]]
15966name = "serde_urlencoded"
15967version = "0.7.1"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15970dependencies = [
15971 "form_urlencoded",
15972 "itoa",
15973 "ryu",
15974 "serde",
15975]
15976
15977[[package]]
15978name = "serde_with"
15979version = "3.18.0"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
15982dependencies = [
15983 "base64 0.22.1",
15984 "chrono",
15985 "hex",
15986 "indexmap 1.9.3",
15987 "indexmap 2.11.4",
15988 "schemars 0.9.0",
15989 "schemars 1.0.4",
15990 "serde_core",
15991 "serde_json",
15992 "serde_with_macros",
15993 "time",
15994]
15995
15996[[package]]
15997name = "serde_with_macros"
15998version = "3.18.0"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
16001dependencies = [
16002 "darling 0.23.0",
16003 "proc-macro2",
16004 "quote",
16005 "syn 2.0.117",
16006]
16007
16008[[package]]
16009name = "serde_yaml"
16010version = "0.9.34+deprecated"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
16013dependencies = [
16014 "indexmap 2.11.4",
16015 "itoa",
16016 "ryu",
16017 "serde",
16018 "unsafe-libyaml",
16019]
16020
16021[[package]]
16022name = "serial2"
16023version = "0.2.33"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
16026dependencies = [
16027 "cfg-if",
16028 "libc",
16029 "winapi",
16030]
16031
16032[[package]]
16033name = "session"
16034version = "0.1.0"
16035dependencies = [
16036 "db",
16037 "gpui",
16038 "serde_json",
16039 "util",
16040 "uuid",
16041]
16042
16043[[package]]
16044name = "settings"
16045version = "0.1.0"
16046dependencies = [
16047 "anyhow",
16048 "collections",
16049 "ec4rs",
16050 "fs",
16051 "futures 0.3.32",
16052 "gpui",
16053 "indoc",
16054 "inventory",
16055 "log",
16056 "migrator",
16057 "paths",
16058 "pretty_assertions",
16059 "release_channel",
16060 "rust-embed",
16061 "schemars 1.0.4",
16062 "serde",
16063 "serde_json",
16064 "serde_json_lenient",
16065 "settings_content",
16066 "settings_json",
16067 "settings_macros",
16068 "smallvec",
16069 "unindent",
16070 "util",
16071 "zlog",
16072]
16073
16074[[package]]
16075name = "settings_content"
16076version = "0.1.0"
16077dependencies = [
16078 "anyhow",
16079 "collections",
16080 "derive_more",
16081 "gpui",
16082 "language_model_core",
16083 "log",
16084 "schemars 1.0.4",
16085 "serde",
16086 "serde_json",
16087 "serde_json_lenient",
16088 "settings_json",
16089 "settings_macros",
16090 "strum 0.27.2",
16091 "util",
16092]
16093
16094[[package]]
16095name = "settings_json"
16096version = "0.1.0"
16097dependencies = [
16098 "anyhow",
16099 "pretty_assertions",
16100 "serde",
16101 "serde_json",
16102 "serde_json_lenient",
16103 "serde_path_to_error",
16104 "tree-sitter",
16105 "tree-sitter-json",
16106 "unindent",
16107 "util",
16108]
16109
16110[[package]]
16111name = "settings_macros"
16112version = "0.1.0"
16113dependencies = [
16114 "quote",
16115 "settings",
16116 "syn 2.0.117",
16117]
16118
16119[[package]]
16120name = "settings_profile_selector"
16121version = "0.1.0"
16122dependencies = [
16123 "editor",
16124 "fuzzy",
16125 "gpui",
16126 "menu",
16127 "picker",
16128 "project",
16129 "serde_json",
16130 "settings",
16131 "theme",
16132 "theme_settings",
16133 "ui",
16134 "workspace",
16135 "zed_actions",
16136]
16137
16138[[package]]
16139name = "settings_ui"
16140version = "0.1.0"
16141dependencies = [
16142 "agent",
16143 "agent_settings",
16144 "anyhow",
16145 "audio",
16146 "codestral",
16147 "component",
16148 "copilot",
16149 "copilot_ui",
16150 "cpal",
16151 "edit_prediction",
16152 "edit_prediction_ui",
16153 "editor",
16154 "feature_flags",
16155 "fs",
16156 "futures 0.3.32",
16157 "fuzzy",
16158 "gpui",
16159 "heck 0.5.0",
16160 "itertools 0.14.0",
16161 "language",
16162 "log",
16163 "menu",
16164 "paths",
16165 "picker",
16166 "platform_title_bar",
16167 "pretty_assertions",
16168 "project",
16169 "regex",
16170 "release_channel",
16171 "rodio",
16172 "schemars 1.0.4",
16173 "search",
16174 "serde",
16175 "serde_json",
16176 "settings",
16177 "shell_command_parser",
16178 "strum 0.27.2",
16179 "telemetry",
16180 "theme",
16181 "theme_settings",
16182 "title_bar",
16183 "ui",
16184 "util",
16185 "workspace",
16186 "zed_actions",
16187 "zed_credentials_provider",
16188]
16189
16190[[package]]
16191name = "sha-1"
16192version = "0.10.1"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16195dependencies = [
16196 "cfg-if",
16197 "cpufeatures",
16198 "digest",
16199]
16200
16201[[package]]
16202name = "sha1"
16203version = "0.10.6"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16206dependencies = [
16207 "cfg-if",
16208 "cpufeatures",
16209 "digest",
16210]
16211
16212[[package]]
16213name = "sha1_smol"
16214version = "1.0.1"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16217
16218[[package]]
16219name = "sha2"
16220version = "0.10.9"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16223dependencies = [
16224 "cfg-if",
16225 "cpufeatures",
16226 "digest",
16227]
16228
16229[[package]]
16230name = "sharded-slab"
16231version = "0.1.7"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16234dependencies = [
16235 "lazy_static",
16236]
16237
16238[[package]]
16239name = "shared_library"
16240version = "0.1.9"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16243dependencies = [
16244 "lazy_static",
16245 "libc",
16246]
16247
16248[[package]]
16249name = "shell-words"
16250version = "1.1.0"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16253
16254[[package]]
16255name = "shell_command_parser"
16256version = "0.1.0"
16257dependencies = [
16258 "brush-parser",
16259]
16260
16261[[package]]
16262name = "shellexpand"
16263version = "3.1.1"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16266dependencies = [
16267 "dirs",
16268]
16269
16270[[package]]
16271name = "shingles"
16272version = "0.1.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16275
16276[[package]]
16277name = "shlex"
16278version = "1.3.0"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16281
16282[[package]]
16283name = "sidebar"
16284version = "0.1.0"
16285dependencies = [
16286 "acp_thread",
16287 "action_log",
16288 "agent",
16289 "agent-client-protocol",
16290 "agent_settings",
16291 "agent_ui",
16292 "anyhow",
16293 "chrono",
16294 "client",
16295 "clock",
16296 "db",
16297 "editor",
16298 "extension",
16299 "feature_flags",
16300 "fs",
16301 "git",
16302 "gpui",
16303 "http_client",
16304 "language",
16305 "language_model",
16306 "log",
16307 "menu",
16308 "node_runtime",
16309 "platform_title_bar",
16310 "pretty_assertions",
16311 "project",
16312 "prompt_store",
16313 "recent_projects",
16314 "release_channel",
16315 "remote",
16316 "remote_connection",
16317 "remote_server",
16318 "semver",
16319 "serde",
16320 "serde_json",
16321 "settings",
16322 "smol",
16323 "telemetry",
16324 "theme",
16325 "theme_settings",
16326 "ui",
16327 "util",
16328 "workspace",
16329 "zed_actions",
16330]
16331
16332[[package]]
16333name = "signal-hook"
16334version = "0.3.18"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16337dependencies = [
16338 "libc",
16339 "signal-hook-registry",
16340]
16341
16342[[package]]
16343name = "signal-hook-registry"
16344version = "1.4.6"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16347dependencies = [
16348 "libc",
16349]
16350
16351[[package]]
16352name = "signature"
16353version = "1.6.4"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16356dependencies = [
16357 "digest",
16358 "rand_core 0.6.4",
16359]
16360
16361[[package]]
16362name = "signature"
16363version = "2.2.0"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16366dependencies = [
16367 "digest",
16368 "rand_core 0.6.4",
16369]
16370
16371[[package]]
16372name = "simd-adler32"
16373version = "0.3.7"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16376
16377[[package]]
16378name = "simd_helpers"
16379version = "0.1.0"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16382dependencies = [
16383 "quote",
16384]
16385
16386[[package]]
16387name = "simdutf8"
16388version = "0.1.5"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16391
16392[[package]]
16393name = "similar"
16394version = "2.7.0"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16397
16398[[package]]
16399name = "simple_asn1"
16400version = "0.6.3"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16403dependencies = [
16404 "num-bigint",
16405 "num-traits",
16406 "thiserror 2.0.17",
16407 "time",
16408]
16409
16410[[package]]
16411name = "simplecss"
16412version = "0.2.2"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16415dependencies = [
16416 "log",
16417]
16418
16419[[package]]
16420name = "simplelog"
16421version = "0.12.2"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16424dependencies = [
16425 "log",
16426 "termcolor",
16427 "time",
16428]
16429
16430[[package]]
16431name = "siphasher"
16432version = "0.3.11"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16435
16436[[package]]
16437name = "siphasher"
16438version = "1.0.1"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16441
16442[[package]]
16443name = "skrifa"
16444version = "0.37.0"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16447dependencies = [
16448 "bytemuck",
16449 "read-fonts 0.35.0",
16450]
16451
16452[[package]]
16453name = "skrifa"
16454version = "0.40.0"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16457dependencies = [
16458 "bytemuck",
16459 "read-fonts 0.37.0",
16460]
16461
16462[[package]]
16463name = "slab"
16464version = "0.4.11"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16467
16468[[package]]
16469name = "slotmap"
16470version = "1.0.7"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16473dependencies = [
16474 "version_check",
16475]
16476
16477[[package]]
16478name = "smallvec"
16479version = "1.15.1"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16482dependencies = [
16483 "serde",
16484]
16485
16486[[package]]
16487name = "smart-default"
16488version = "0.7.1"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16491dependencies = [
16492 "proc-macro2",
16493 "quote",
16494 "syn 2.0.117",
16495]
16496
16497[[package]]
16498name = "smol"
16499version = "2.0.2"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16502dependencies = [
16503 "async-channel 2.5.0",
16504 "async-executor",
16505 "async-fs",
16506 "async-io",
16507 "async-lock 3.4.2",
16508 "async-net",
16509 "async-process",
16510 "blocking",
16511 "futures-lite 2.6.1",
16512]
16513
16514[[package]]
16515name = "smol_str"
16516version = "0.3.5"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16519
16520[[package]]
16521name = "snafu"
16522version = "0.8.9"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16525dependencies = [
16526 "snafu-derive",
16527]
16528
16529[[package]]
16530name = "snafu-derive"
16531version = "0.8.9"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16534dependencies = [
16535 "heck 0.5.0",
16536 "proc-macro2",
16537 "quote",
16538 "syn 2.0.117",
16539]
16540
16541[[package]]
16542name = "snippet"
16543version = "0.1.0"
16544dependencies = [
16545 "anyhow",
16546 "smallvec",
16547]
16548
16549[[package]]
16550name = "snippet_provider"
16551version = "0.1.0"
16552dependencies = [
16553 "anyhow",
16554 "collections",
16555 "extension",
16556 "fs",
16557 "futures 0.3.32",
16558 "gpui",
16559 "indoc",
16560 "parking_lot",
16561 "paths",
16562 "schemars 1.0.4",
16563 "serde",
16564 "serde_json",
16565 "serde_json_lenient",
16566 "snippet",
16567 "util",
16568]
16569
16570[[package]]
16571name = "snippets_ui"
16572version = "0.1.0"
16573dependencies = [
16574 "file_icons",
16575 "fuzzy",
16576 "gpui",
16577 "language",
16578 "open_path_prompt",
16579 "paths",
16580 "picker",
16581 "settings",
16582 "ui",
16583 "util",
16584 "workspace",
16585]
16586
16587[[package]]
16588name = "socket2"
16589version = "0.5.10"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16592dependencies = [
16593 "libc",
16594 "windows-sys 0.52.0",
16595]
16596
16597[[package]]
16598name = "socket2"
16599version = "0.6.1"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16602dependencies = [
16603 "libc",
16604 "windows-sys 0.60.2",
16605]
16606
16607[[package]]
16608name = "spdx"
16609version = "0.10.9"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16612dependencies = [
16613 "smallvec",
16614]
16615
16616[[package]]
16617name = "spin"
16618version = "0.9.8"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16621dependencies = [
16622 "lock_api",
16623]
16624
16625[[package]]
16626name = "spin"
16627version = "0.10.0"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16630dependencies = [
16631 "lock_api",
16632]
16633
16634[[package]]
16635name = "spirv"
16636version = "0.4.0+sdk-1.4.341.0"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16639dependencies = [
16640 "bitflags 2.10.0",
16641]
16642
16643[[package]]
16644name = "spki"
16645version = "0.6.0"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16648dependencies = [
16649 "base64ct",
16650 "der 0.6.1",
16651]
16652
16653[[package]]
16654name = "spki"
16655version = "0.7.3"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16658dependencies = [
16659 "base64ct",
16660 "der 0.7.10",
16661]
16662
16663[[package]]
16664name = "sqlez"
16665version = "0.1.0"
16666dependencies = [
16667 "anyhow",
16668 "collections",
16669 "futures 0.3.32",
16670 "indoc",
16671 "libsqlite3-sys",
16672 "log",
16673 "parking_lot",
16674 "smol",
16675 "sqlformat",
16676 "thread_local",
16677 "util",
16678 "uuid",
16679]
16680
16681[[package]]
16682name = "sqlez_macros"
16683version = "0.1.0"
16684dependencies = [
16685 "sqlez",
16686 "sqlformat",
16687 "syn 2.0.117",
16688]
16689
16690[[package]]
16691name = "sqlformat"
16692version = "0.2.6"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16695dependencies = [
16696 "nom 7.1.3",
16697 "unicode_categories",
16698]
16699
16700[[package]]
16701name = "sqlx"
16702version = "0.8.6"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16705dependencies = [
16706 "sqlx-core",
16707 "sqlx-macros",
16708 "sqlx-mysql",
16709 "sqlx-postgres",
16710 "sqlx-sqlite",
16711]
16712
16713[[package]]
16714name = "sqlx-core"
16715version = "0.8.6"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16718dependencies = [
16719 "base64 0.22.1",
16720 "bigdecimal",
16721 "bytes 1.11.1",
16722 "chrono",
16723 "crc",
16724 "crossbeam-queue",
16725 "either",
16726 "event-listener 5.4.1",
16727 "futures-core",
16728 "futures-intrusive",
16729 "futures-io",
16730 "futures-util",
16731 "hashbrown 0.15.5",
16732 "hashlink 0.10.0",
16733 "indexmap 2.11.4",
16734 "log",
16735 "memchr",
16736 "once_cell",
16737 "percent-encoding",
16738 "rust_decimal",
16739 "rustls 0.23.33",
16740 "serde",
16741 "serde_json",
16742 "sha2",
16743 "smallvec",
16744 "thiserror 2.0.17",
16745 "time",
16746 "tokio",
16747 "tokio-stream",
16748 "tracing",
16749 "url",
16750 "uuid",
16751 "webpki-roots",
16752]
16753
16754[[package]]
16755name = "sqlx-macros"
16756version = "0.8.6"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16759dependencies = [
16760 "proc-macro2",
16761 "quote",
16762 "sqlx-core",
16763 "sqlx-macros-core",
16764 "syn 2.0.117",
16765]
16766
16767[[package]]
16768name = "sqlx-macros-core"
16769version = "0.8.6"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16772dependencies = [
16773 "dotenvy",
16774 "either",
16775 "heck 0.5.0",
16776 "hex",
16777 "once_cell",
16778 "proc-macro2",
16779 "quote",
16780 "serde",
16781 "serde_json",
16782 "sha2",
16783 "sqlx-core",
16784 "sqlx-mysql",
16785 "sqlx-postgres",
16786 "sqlx-sqlite",
16787 "syn 2.0.117",
16788 "tokio",
16789 "url",
16790]
16791
16792[[package]]
16793name = "sqlx-mysql"
16794version = "0.8.6"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16797dependencies = [
16798 "atoi",
16799 "base64 0.22.1",
16800 "bigdecimal",
16801 "bitflags 2.10.0",
16802 "byteorder",
16803 "bytes 1.11.1",
16804 "chrono",
16805 "crc",
16806 "digest",
16807 "dotenvy",
16808 "either",
16809 "futures-channel",
16810 "futures-core",
16811 "futures-io",
16812 "futures-util",
16813 "generic-array",
16814 "hex",
16815 "hkdf",
16816 "hmac",
16817 "itoa",
16818 "log",
16819 "md-5",
16820 "memchr",
16821 "once_cell",
16822 "percent-encoding",
16823 "rand 0.8.5",
16824 "rsa",
16825 "rust_decimal",
16826 "serde",
16827 "sha1",
16828 "sha2",
16829 "smallvec",
16830 "sqlx-core",
16831 "stringprep",
16832 "thiserror 2.0.17",
16833 "time",
16834 "tracing",
16835 "uuid",
16836 "whoami",
16837]
16838
16839[[package]]
16840name = "sqlx-postgres"
16841version = "0.8.6"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16844dependencies = [
16845 "atoi",
16846 "base64 0.22.1",
16847 "bigdecimal",
16848 "bitflags 2.10.0",
16849 "byteorder",
16850 "chrono",
16851 "crc",
16852 "dotenvy",
16853 "etcetera",
16854 "futures-channel",
16855 "futures-core",
16856 "futures-util",
16857 "hex",
16858 "hkdf",
16859 "hmac",
16860 "home",
16861 "itoa",
16862 "log",
16863 "md-5",
16864 "memchr",
16865 "num-bigint",
16866 "once_cell",
16867 "rand 0.8.5",
16868 "rust_decimal",
16869 "serde",
16870 "serde_json",
16871 "sha2",
16872 "smallvec",
16873 "sqlx-core",
16874 "stringprep",
16875 "thiserror 2.0.17",
16876 "time",
16877 "tracing",
16878 "uuid",
16879 "whoami",
16880]
16881
16882[[package]]
16883name = "sqlx-sqlite"
16884version = "0.8.6"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16887dependencies = [
16888 "atoi",
16889 "chrono",
16890 "flume",
16891 "futures-channel",
16892 "futures-core",
16893 "futures-executor",
16894 "futures-intrusive",
16895 "futures-util",
16896 "libsqlite3-sys",
16897 "log",
16898 "percent-encoding",
16899 "serde",
16900 "serde_urlencoded",
16901 "sqlx-core",
16902 "thiserror 2.0.17",
16903 "time",
16904 "tracing",
16905 "url",
16906 "uuid",
16907]
16908
16909[[package]]
16910name = "stable_deref_trait"
16911version = "1.2.1"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16914
16915[[package]]
16916name = "stacker"
16917version = "0.1.23"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16920dependencies = [
16921 "cc",
16922 "cfg-if",
16923 "libc",
16924 "psm",
16925 "windows-sys 0.59.0",
16926]
16927
16928[[package]]
16929name = "stacksafe"
16930version = "0.1.4"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16933dependencies = [
16934 "stacker",
16935 "stacksafe-macro",
16936]
16937
16938[[package]]
16939name = "stacksafe-macro"
16940version = "0.1.4"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16943dependencies = [
16944 "proc-macro-error2",
16945 "quote",
16946 "syn 2.0.117",
16947]
16948
16949[[package]]
16950name = "static_assertions"
16951version = "1.1.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16954
16955[[package]]
16956name = "streaming-iterator"
16957version = "0.1.9"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16960
16961[[package]]
16962name = "streaming_diff"
16963version = "0.1.0"
16964dependencies = [
16965 "ordered-float 2.10.1",
16966 "rand 0.9.3",
16967 "rope",
16968 "util",
16969]
16970
16971[[package]]
16972name = "strength_reduce"
16973version = "0.2.4"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16976
16977[[package]]
16978name = "strict-num"
16979version = "0.1.1"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16982dependencies = [
16983 "float-cmp",
16984]
16985
16986[[package]]
16987name = "string_cache"
16988version = "0.8.9"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16991dependencies = [
16992 "new_debug_unreachable",
16993 "parking_lot",
16994 "phf_shared 0.11.3",
16995 "precomputed-hash",
16996 "serde",
16997]
16998
16999[[package]]
17000name = "string_cache_codegen"
17001version = "0.5.4"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
17004dependencies = [
17005 "phf_generator 0.11.3",
17006 "phf_shared 0.11.3",
17007 "proc-macro2",
17008 "quote",
17009]
17010
17011[[package]]
17012name = "stringprep"
17013version = "0.1.5"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
17016dependencies = [
17017 "unicode-bidi",
17018 "unicode-normalization",
17019 "unicode-properties",
17020]
17021
17022[[package]]
17023name = "strsim"
17024version = "0.11.1"
17025source = "registry+https://github.com/rust-lang/crates.io-index"
17026checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
17027
17028[[package]]
17029name = "strum"
17030version = "0.26.3"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
17033
17034[[package]]
17035name = "strum"
17036version = "0.27.2"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
17039dependencies = [
17040 "strum_macros 0.27.2",
17041]
17042
17043[[package]]
17044name = "strum"
17045version = "0.28.0"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
17048dependencies = [
17049 "strum_macros 0.28.0",
17050]
17051
17052[[package]]
17053name = "strum_macros"
17054version = "0.27.2"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
17057dependencies = [
17058 "heck 0.5.0",
17059 "proc-macro2",
17060 "quote",
17061 "syn 2.0.117",
17062]
17063
17064[[package]]
17065name = "strum_macros"
17066version = "0.28.0"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
17069dependencies = [
17070 "heck 0.5.0",
17071 "proc-macro2",
17072 "quote",
17073 "syn 2.0.117",
17074]
17075
17076[[package]]
17077name = "subtle"
17078version = "2.6.1"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
17081
17082[[package]]
17083name = "sum_tree"
17084version = "0.1.0"
17085dependencies = [
17086 "ctor",
17087 "heapless",
17088 "log",
17089 "proptest",
17090 "rand 0.9.3",
17091 "rayon",
17092 "tracing",
17093 "zlog",
17094 "ztracing",
17095]
17096
17097[[package]]
17098name = "sval"
17099version = "2.15.0"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
17102
17103[[package]]
17104name = "sval_buffer"
17105version = "2.15.0"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
17108dependencies = [
17109 "sval",
17110 "sval_ref",
17111]
17112
17113[[package]]
17114name = "sval_dynamic"
17115version = "2.15.0"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
17118dependencies = [
17119 "sval",
17120]
17121
17122[[package]]
17123name = "sval_fmt"
17124version = "2.15.0"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
17127dependencies = [
17128 "itoa",
17129 "ryu",
17130 "sval",
17131]
17132
17133[[package]]
17134name = "sval_json"
17135version = "2.15.0"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
17138dependencies = [
17139 "itoa",
17140 "ryu",
17141 "sval",
17142]
17143
17144[[package]]
17145name = "sval_nested"
17146version = "2.15.0"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
17149dependencies = [
17150 "sval",
17151 "sval_buffer",
17152 "sval_ref",
17153]
17154
17155[[package]]
17156name = "sval_ref"
17157version = "2.15.0"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17160dependencies = [
17161 "sval",
17162]
17163
17164[[package]]
17165name = "sval_serde"
17166version = "2.15.0"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17169dependencies = [
17170 "serde_core",
17171 "sval",
17172 "sval_nested",
17173]
17174
17175[[package]]
17176name = "svg_fmt"
17177version = "0.4.5"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17180
17181[[package]]
17182name = "svg_preview"
17183version = "0.1.0"
17184dependencies = [
17185 "file_icons",
17186 "gpui",
17187 "language",
17188 "multi_buffer",
17189 "ui",
17190 "workspace",
17191 "zed_actions",
17192]
17193
17194[[package]]
17195name = "svgtypes"
17196version = "0.15.3"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17199dependencies = [
17200 "kurbo",
17201 "siphasher 1.0.1",
17202]
17203
17204[[package]]
17205name = "swash"
17206version = "0.2.6"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17209dependencies = [
17210 "skrifa 0.37.0",
17211 "yazi",
17212 "zeno",
17213]
17214
17215[[package]]
17216name = "symphonia"
17217version = "0.5.5"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17220dependencies = [
17221 "lazy_static",
17222 "symphonia-bundle-flac",
17223 "symphonia-bundle-mp3",
17224 "symphonia-codec-aac",
17225 "symphonia-codec-pcm",
17226 "symphonia-codec-vorbis",
17227 "symphonia-core",
17228 "symphonia-format-isomp4",
17229 "symphonia-format-ogg",
17230 "symphonia-format-riff",
17231 "symphonia-metadata",
17232]
17233
17234[[package]]
17235name = "symphonia-bundle-flac"
17236version = "0.5.5"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17239dependencies = [
17240 "log",
17241 "symphonia-core",
17242 "symphonia-metadata",
17243 "symphonia-utils-xiph",
17244]
17245
17246[[package]]
17247name = "symphonia-bundle-mp3"
17248version = "0.5.5"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17251dependencies = [
17252 "lazy_static",
17253 "log",
17254 "symphonia-core",
17255 "symphonia-metadata",
17256]
17257
17258[[package]]
17259name = "symphonia-codec-aac"
17260version = "0.5.5"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17263dependencies = [
17264 "lazy_static",
17265 "log",
17266 "symphonia-core",
17267]
17268
17269[[package]]
17270name = "symphonia-codec-pcm"
17271version = "0.5.5"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17274dependencies = [
17275 "log",
17276 "symphonia-core",
17277]
17278
17279[[package]]
17280name = "symphonia-codec-vorbis"
17281version = "0.5.5"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17284dependencies = [
17285 "log",
17286 "symphonia-core",
17287 "symphonia-utils-xiph",
17288]
17289
17290[[package]]
17291name = "symphonia-core"
17292version = "0.5.5"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17295dependencies = [
17296 "arrayvec",
17297 "bitflags 1.3.2",
17298 "bytemuck",
17299 "lazy_static",
17300 "log",
17301]
17302
17303[[package]]
17304name = "symphonia-format-isomp4"
17305version = "0.5.5"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17308dependencies = [
17309 "encoding_rs",
17310 "log",
17311 "symphonia-core",
17312 "symphonia-metadata",
17313 "symphonia-utils-xiph",
17314]
17315
17316[[package]]
17317name = "symphonia-format-ogg"
17318version = "0.5.5"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17321dependencies = [
17322 "log",
17323 "symphonia-core",
17324 "symphonia-metadata",
17325 "symphonia-utils-xiph",
17326]
17327
17328[[package]]
17329name = "symphonia-format-riff"
17330version = "0.5.5"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17333dependencies = [
17334 "extended",
17335 "log",
17336 "symphonia-core",
17337 "symphonia-metadata",
17338]
17339
17340[[package]]
17341name = "symphonia-metadata"
17342version = "0.5.5"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17345dependencies = [
17346 "encoding_rs",
17347 "lazy_static",
17348 "log",
17349 "symphonia-core",
17350]
17351
17352[[package]]
17353name = "symphonia-utils-xiph"
17354version = "0.5.5"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17357dependencies = [
17358 "symphonia-core",
17359 "symphonia-metadata",
17360]
17361
17362[[package]]
17363name = "syn"
17364version = "1.0.109"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17367dependencies = [
17368 "proc-macro2",
17369 "quote",
17370 "unicode-ident",
17371]
17372
17373[[package]]
17374name = "syn"
17375version = "2.0.117"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17378dependencies = [
17379 "proc-macro2",
17380 "quote",
17381 "unicode-ident",
17382]
17383
17384[[package]]
17385name = "sync_wrapper"
17386version = "0.1.2"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17389
17390[[package]]
17391name = "sync_wrapper"
17392version = "1.0.2"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17395dependencies = [
17396 "futures-core",
17397]
17398
17399[[package]]
17400name = "synchronoise"
17401version = "1.0.1"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17404dependencies = [
17405 "crossbeam-queue",
17406]
17407
17408[[package]]
17409name = "synstructure"
17410version = "0.13.2"
17411source = "registry+https://github.com/rust-lang/crates.io-index"
17412checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17413dependencies = [
17414 "proc-macro2",
17415 "quote",
17416 "syn 2.0.117",
17417]
17418
17419[[package]]
17420name = "syntax_theme"
17421version = "0.1.0"
17422dependencies = [
17423 "gpui",
17424 "serde",
17425 "serde_json",
17426]
17427
17428[[package]]
17429name = "sys-locale"
17430version = "0.3.2"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17433dependencies = [
17434 "libc",
17435]
17436
17437[[package]]
17438name = "sysctl"
17439version = "0.5.5"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17442dependencies = [
17443 "bitflags 2.10.0",
17444 "byteorder",
17445 "enum-as-inner",
17446 "libc",
17447 "thiserror 1.0.69",
17448 "walkdir",
17449]
17450
17451[[package]]
17452name = "sysctl"
17453version = "0.6.0"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17456dependencies = [
17457 "bitflags 2.10.0",
17458 "byteorder",
17459 "enum-as-inner",
17460 "libc",
17461 "thiserror 1.0.69",
17462 "walkdir",
17463]
17464
17465[[package]]
17466name = "sysinfo"
17467version = "0.31.4"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17470dependencies = [
17471 "core-foundation-sys",
17472 "libc",
17473 "memchr",
17474 "ntapi",
17475 "rayon",
17476 "windows 0.57.0",
17477]
17478
17479[[package]]
17480name = "sysinfo"
17481version = "0.37.2"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17484dependencies = [
17485 "libc",
17486 "memchr",
17487 "ntapi",
17488 "objc2-core-foundation",
17489 "objc2-io-kit",
17490 "windows 0.61.3",
17491]
17492
17493[[package]]
17494name = "system-configuration"
17495version = "0.5.1"
17496source = "registry+https://github.com/rust-lang/crates.io-index"
17497checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17498dependencies = [
17499 "bitflags 1.3.2",
17500 "core-foundation 0.9.4",
17501 "system-configuration-sys 0.5.0",
17502]
17503
17504[[package]]
17505name = "system-configuration"
17506version = "0.6.1"
17507source = "registry+https://github.com/rust-lang/crates.io-index"
17508checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17509dependencies = [
17510 "bitflags 2.10.0",
17511 "core-foundation 0.9.4",
17512 "system-configuration-sys 0.6.0",
17513]
17514
17515[[package]]
17516name = "system-configuration-sys"
17517version = "0.5.0"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17520dependencies = [
17521 "core-foundation-sys",
17522 "libc",
17523]
17524
17525[[package]]
17526name = "system-configuration-sys"
17527version = "0.6.0"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17530dependencies = [
17531 "core-foundation-sys",
17532 "libc",
17533]
17534
17535[[package]]
17536name = "system-deps"
17537version = "7.0.7"
17538source = "registry+https://github.com/rust-lang/crates.io-index"
17539checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17540dependencies = [
17541 "cfg-expr",
17542 "heck 0.5.0",
17543 "pkg-config",
17544 "toml 0.9.8",
17545 "version-compare",
17546]
17547
17548[[package]]
17549name = "system-interface"
17550version = "0.27.3"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17553dependencies = [
17554 "bitflags 2.10.0",
17555 "cap-fs-ext",
17556 "cap-std",
17557 "fd-lock",
17558 "io-lifetimes",
17559 "rustix 0.38.44",
17560 "windows-sys 0.59.0",
17561 "winx",
17562]
17563
17564[[package]]
17565name = "system_specs"
17566version = "0.1.0"
17567dependencies = [
17568 "anyhow",
17569 "client",
17570 "gpui",
17571 "human_bytes",
17572 "pciid-parser",
17573 "release_channel",
17574 "semver",
17575 "serde",
17576 "sysinfo 0.37.2",
17577]
17578
17579[[package]]
17580name = "tab_switcher"
17581version = "0.1.0"
17582dependencies = [
17583 "collections",
17584 "ctor",
17585 "editor",
17586 "fuzzy_nucleo",
17587 "gpui",
17588 "menu",
17589 "picker",
17590 "project",
17591 "schemars 1.0.4",
17592 "serde",
17593 "serde_json",
17594 "settings",
17595 "theme",
17596 "theme_settings",
17597 "ui",
17598 "util",
17599 "workspace",
17600 "zlog",
17601]
17602
17603[[package]]
17604name = "taffy"
17605version = "0.9.0"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17608dependencies = [
17609 "arrayvec",
17610 "grid",
17611 "serde",
17612 "slotmap",
17613]
17614
17615[[package]]
17616name = "tagptr"
17617version = "0.2.0"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17620
17621[[package]]
17622name = "take-until"
17623version = "0.2.0"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17626
17627[[package]]
17628name = "tao-core-video-sys"
17629version = "0.2.0"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17632dependencies = [
17633 "cfg-if",
17634 "core-foundation-sys",
17635 "libc",
17636 "objc",
17637]
17638
17639[[package]]
17640name = "tap"
17641version = "1.0.1"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17644
17645[[package]]
17646name = "target-lexicon"
17647version = "0.13.3"
17648source = "registry+https://github.com/rust-lang/crates.io-index"
17649checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17650
17651[[package]]
17652name = "task"
17653version = "0.1.0"
17654dependencies = [
17655 "anyhow",
17656 "collections",
17657 "futures 0.3.32",
17658 "gpui",
17659 "hex",
17660 "log",
17661 "parking_lot",
17662 "pretty_assertions",
17663 "proto",
17664 "schemars 1.0.4",
17665 "serde",
17666 "serde_json",
17667 "serde_json_lenient",
17668 "sha2",
17669 "shellexpand",
17670 "util",
17671 "zed_actions",
17672]
17673
17674[[package]]
17675name = "tasks_ui"
17676version = "0.1.0"
17677dependencies = [
17678 "anyhow",
17679 "collections",
17680 "editor",
17681 "file_icons",
17682 "fuzzy",
17683 "gpui",
17684 "itertools 0.14.0",
17685 "language",
17686 "menu",
17687 "picker",
17688 "project",
17689 "serde",
17690 "serde_json",
17691 "task",
17692 "tree-sitter-rust",
17693 "tree-sitter-typescript",
17694 "ui",
17695 "util",
17696 "workspace",
17697 "zed_actions",
17698]
17699
17700[[package]]
17701name = "telemetry"
17702version = "0.1.0"
17703dependencies = [
17704 "futures 0.3.32",
17705 "serde",
17706 "serde_json",
17707 "telemetry_events",
17708]
17709
17710[[package]]
17711name = "telemetry_events"
17712version = "0.1.0"
17713dependencies = [
17714 "semver",
17715 "serde",
17716 "serde_json",
17717]
17718
17719[[package]]
17720name = "tempfile"
17721version = "3.23.0"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17724dependencies = [
17725 "fastrand 2.3.0",
17726 "getrandom 0.3.4",
17727 "once_cell",
17728 "rustix 1.1.2",
17729 "windows-sys 0.61.2",
17730]
17731
17732[[package]]
17733name = "tendril"
17734version = "0.4.3"
17735source = "registry+https://github.com/rust-lang/crates.io-index"
17736checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17737dependencies = [
17738 "futf",
17739 "mac",
17740 "utf-8",
17741]
17742
17743[[package]]
17744name = "termcolor"
17745version = "1.4.1"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17748dependencies = [
17749 "winapi-util",
17750]
17751
17752[[package]]
17753name = "terminal"
17754version = "0.1.0"
17755dependencies = [
17756 "alacritty_terminal",
17757 "anyhow",
17758 "collections",
17759 "futures 0.3.32",
17760 "gpui",
17761 "itertools 0.14.0",
17762 "libc",
17763 "log",
17764 "parking_lot",
17765 "rand 0.9.3",
17766 "regex",
17767 "release_channel",
17768 "schemars 1.0.4",
17769 "serde",
17770 "settings",
17771 "smol",
17772 "sysinfo 0.37.2",
17773 "task",
17774 "theme",
17775 "theme_settings",
17776 "thiserror 2.0.17",
17777 "url",
17778 "urlencoding",
17779 "util",
17780 "util_macros",
17781 "windows 0.61.3",
17782]
17783
17784[[package]]
17785name = "terminal_size"
17786version = "0.4.3"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17789dependencies = [
17790 "rustix 1.1.2",
17791 "windows-sys 0.60.2",
17792]
17793
17794[[package]]
17795name = "terminal_view"
17796version = "0.1.0"
17797dependencies = [
17798 "anyhow",
17799 "async-recursion",
17800 "breadcrumbs",
17801 "collections",
17802 "db",
17803 "dirs",
17804 "editor",
17805 "futures 0.3.32",
17806 "gpui",
17807 "itertools 0.14.0",
17808 "language",
17809 "log",
17810 "menu",
17811 "pretty_assertions",
17812 "project",
17813 "regex",
17814 "release_channel",
17815 "remote",
17816 "rpc",
17817 "schemars 1.0.4",
17818 "semver",
17819 "serde",
17820 "serde_json",
17821 "settings",
17822 "shellexpand",
17823 "task",
17824 "terminal",
17825 "theme",
17826 "theme_settings",
17827 "ui",
17828 "util",
17829 "workspace",
17830 "zed_actions",
17831]
17832
17833[[package]]
17834name = "text"
17835version = "0.1.0"
17836dependencies = [
17837 "anyhow",
17838 "clock",
17839 "collections",
17840 "ctor",
17841 "gpui",
17842 "log",
17843 "parking_lot",
17844 "postage",
17845 "rand 0.9.3",
17846 "regex",
17847 "rope",
17848 "smallvec",
17849 "sum_tree",
17850 "util",
17851 "zlog",
17852]
17853
17854[[package]]
17855name = "theme"
17856version = "0.1.0"
17857dependencies = [
17858 "anyhow",
17859 "collections",
17860 "gpui",
17861 "palette",
17862 "parking_lot",
17863 "refineable",
17864 "schemars 1.0.4",
17865 "serde",
17866 "serde_json",
17867 "serde_json_lenient",
17868 "strum 0.27.2",
17869 "syntax_theme",
17870 "thiserror 2.0.17",
17871 "uuid",
17872]
17873
17874[[package]]
17875name = "theme_extension"
17876version = "0.1.0"
17877dependencies = [
17878 "anyhow",
17879 "extension",
17880 "fs",
17881 "gpui",
17882 "theme",
17883 "theme_settings",
17884]
17885
17886[[package]]
17887name = "theme_importer"
17888version = "0.1.0"
17889dependencies = [
17890 "anyhow",
17891 "clap",
17892 "collections",
17893 "gpui",
17894 "indexmap 2.11.4",
17895 "log",
17896 "palette",
17897 "serde",
17898 "serde_json",
17899 "serde_json_lenient",
17900 "simplelog",
17901 "strum 0.27.2",
17902 "theme",
17903 "theme_settings",
17904 "vscode_theme",
17905]
17906
17907[[package]]
17908name = "theme_selector"
17909version = "0.1.0"
17910dependencies = [
17911 "editor",
17912 "fs",
17913 "fuzzy",
17914 "gpui",
17915 "log",
17916 "picker",
17917 "project",
17918 "serde",
17919 "serde_json",
17920 "settings",
17921 "telemetry",
17922 "theme",
17923 "theme_settings",
17924 "ui",
17925 "util",
17926 "workspace",
17927 "zed_actions",
17928]
17929
17930[[package]]
17931name = "theme_settings"
17932version = "0.1.0"
17933dependencies = [
17934 "anyhow",
17935 "collections",
17936 "gpui",
17937 "gpui_util",
17938 "log",
17939 "palette",
17940 "refineable",
17941 "schemars 1.0.4",
17942 "serde",
17943 "serde_json",
17944 "serde_json_lenient",
17945 "settings",
17946 "theme",
17947 "uuid",
17948]
17949
17950[[package]]
17951name = "thiserror"
17952version = "1.0.69"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17955dependencies = [
17956 "thiserror-impl 1.0.69",
17957]
17958
17959[[package]]
17960name = "thiserror"
17961version = "2.0.17"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17964dependencies = [
17965 "thiserror-impl 2.0.17",
17966]
17967
17968[[package]]
17969name = "thiserror-impl"
17970version = "1.0.69"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17973dependencies = [
17974 "proc-macro2",
17975 "quote",
17976 "syn 2.0.117",
17977]
17978
17979[[package]]
17980name = "thiserror-impl"
17981version = "2.0.17"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17984dependencies = [
17985 "proc-macro2",
17986 "quote",
17987 "syn 2.0.117",
17988]
17989
17990[[package]]
17991name = "thread_local"
17992version = "1.1.9"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17995dependencies = [
17996 "cfg-if",
17997]
17998
17999[[package]]
18000name = "tiff"
18001version = "0.11.3"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
18004dependencies = [
18005 "fax",
18006 "flate2",
18007 "half",
18008 "quick-error 2.0.1",
18009 "weezl",
18010 "zune-jpeg 0.5.15",
18011]
18012
18013[[package]]
18014name = "time"
18015version = "0.3.47"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
18018dependencies = [
18019 "deranged",
18020 "itoa",
18021 "libc",
18022 "num-conv",
18023 "num_threads",
18024 "powerfmt",
18025 "serde_core",
18026 "time-core",
18027 "time-macros",
18028]
18029
18030[[package]]
18031name = "time-core"
18032version = "0.1.8"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
18035
18036[[package]]
18037name = "time-macros"
18038version = "0.2.27"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
18041dependencies = [
18042 "num-conv",
18043 "time-core",
18044]
18045
18046[[package]]
18047name = "time_format"
18048version = "0.1.0"
18049dependencies = [
18050 "core-foundation 0.10.0",
18051 "core-foundation-sys",
18052 "sys-locale",
18053 "time",
18054 "windows 0.61.3",
18055]
18056
18057[[package]]
18058name = "tiny-keccak"
18059version = "2.0.2"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
18062dependencies = [
18063 "crunchy",
18064]
18065
18066[[package]]
18067name = "tiny-skia"
18068version = "0.11.4"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
18071dependencies = [
18072 "arrayref",
18073 "arrayvec",
18074 "bytemuck",
18075 "cfg-if",
18076 "log",
18077 "png 0.17.16",
18078 "tiny-skia-path",
18079]
18080
18081[[package]]
18082name = "tiny-skia-path"
18083version = "0.11.4"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
18086dependencies = [
18087 "arrayref",
18088 "bytemuck",
18089 "strict-num",
18090]
18091
18092[[package]]
18093name = "tiny_http"
18094version = "0.12.0"
18095source = "registry+https://github.com/rust-lang/crates.io-index"
18096checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
18097dependencies = [
18098 "ascii",
18099 "chunked_transfer",
18100 "httpdate",
18101 "log",
18102]
18103
18104[[package]]
18105name = "tinystr"
18106version = "0.8.1"
18107source = "registry+https://github.com/rust-lang/crates.io-index"
18108checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
18109dependencies = [
18110 "displaydoc",
18111 "zerovec",
18112]
18113
18114[[package]]
18115name = "tinytemplate"
18116version = "1.2.1"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
18119dependencies = [
18120 "serde",
18121 "serde_json",
18122]
18123
18124[[package]]
18125name = "tinyvec"
18126version = "1.10.0"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
18129dependencies = [
18130 "tinyvec_macros",
18131]
18132
18133[[package]]
18134name = "tinyvec_macros"
18135version = "0.1.1"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
18138
18139[[package]]
18140name = "title_bar"
18141version = "0.1.0"
18142dependencies = [
18143 "anyhow",
18144 "arrayvec",
18145 "auto_update",
18146 "call",
18147 "channel",
18148 "chrono",
18149 "client",
18150 "cloud_api_types",
18151 "db",
18152 "git_ui",
18153 "gpui",
18154 "icons",
18155 "livekit_client",
18156 "notifications",
18157 "platform_title_bar",
18158 "project",
18159 "recent_projects",
18160 "release_channel",
18161 "remote",
18162 "remote_connection",
18163 "rpc",
18164 "schemars 1.0.4",
18165 "semver",
18166 "serde",
18167 "settings",
18168 "smallvec",
18169 "telemetry",
18170 "theme",
18171 "ui",
18172 "util",
18173 "windows 0.61.3",
18174 "workspace",
18175 "zed_actions",
18176]
18177
18178[[package]]
18179name = "tokio"
18180version = "1.48.0"
18181source = "registry+https://github.com/rust-lang/crates.io-index"
18182checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18183dependencies = [
18184 "bytes 1.11.1",
18185 "libc",
18186 "mio 1.1.0",
18187 "parking_lot",
18188 "pin-project-lite",
18189 "signal-hook-registry",
18190 "socket2 0.6.1",
18191 "tokio-macros",
18192 "windows-sys 0.61.2",
18193]
18194
18195[[package]]
18196name = "tokio-io"
18197version = "0.1.13"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18200dependencies = [
18201 "bytes 0.4.12",
18202 "futures 0.1.31",
18203 "log",
18204]
18205
18206[[package]]
18207name = "tokio-macros"
18208version = "2.6.0"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18211dependencies = [
18212 "proc-macro2",
18213 "quote",
18214 "syn 2.0.117",
18215]
18216
18217[[package]]
18218name = "tokio-native-tls"
18219version = "0.3.1"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18222dependencies = [
18223 "native-tls",
18224 "tokio",
18225]
18226
18227[[package]]
18228name = "tokio-rustls"
18229version = "0.24.1"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18232dependencies = [
18233 "rustls 0.21.12",
18234 "tokio",
18235]
18236
18237[[package]]
18238name = "tokio-rustls"
18239version = "0.26.2"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18242dependencies = [
18243 "rustls 0.23.33",
18244 "tokio",
18245]
18246
18247[[package]]
18248name = "tokio-socks"
18249version = "0.5.2"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18252dependencies = [
18253 "either",
18254 "futures-io",
18255 "futures-util",
18256 "thiserror 1.0.69",
18257 "tokio",
18258]
18259
18260[[package]]
18261name = "tokio-stream"
18262version = "0.1.17"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18265dependencies = [
18266 "futures-core",
18267 "pin-project-lite",
18268 "tokio",
18269]
18270
18271[[package]]
18272name = "tokio-tungstenite"
18273version = "0.20.1"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18276dependencies = [
18277 "futures-util",
18278 "log",
18279 "tokio",
18280 "tungstenite 0.20.1",
18281]
18282
18283[[package]]
18284name = "tokio-tungstenite"
18285version = "0.21.0"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18288dependencies = [
18289 "futures-util",
18290 "log",
18291 "tokio",
18292 "tungstenite 0.21.0",
18293]
18294
18295[[package]]
18296name = "tokio-tungstenite"
18297version = "0.28.0"
18298source = "registry+https://github.com/rust-lang/crates.io-index"
18299checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18300dependencies = [
18301 "futures-util",
18302 "log",
18303 "rustls 0.23.33",
18304 "rustls-native-certs 0.8.2",
18305 "rustls-pki-types",
18306 "tokio",
18307 "tokio-rustls 0.26.2",
18308 "tungstenite 0.28.0",
18309]
18310
18311[[package]]
18312name = "tokio-util"
18313version = "0.7.16"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18316dependencies = [
18317 "bytes 1.11.1",
18318 "futures-core",
18319 "futures-io",
18320 "futures-sink",
18321 "pin-project-lite",
18322 "tokio",
18323]
18324
18325[[package]]
18326name = "toml"
18327version = "0.5.11"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18330dependencies = [
18331 "serde",
18332]
18333
18334[[package]]
18335name = "toml"
18336version = "0.8.23"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18339dependencies = [
18340 "serde",
18341 "serde_spanned 0.6.9",
18342 "toml_datetime 0.6.11",
18343 "toml_edit 0.22.27",
18344]
18345
18346[[package]]
18347name = "toml"
18348version = "0.9.8"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18351dependencies = [
18352 "indexmap 2.11.4",
18353 "serde_core",
18354 "serde_spanned 1.0.3",
18355 "toml_datetime 0.7.3",
18356 "toml_parser",
18357 "toml_writer",
18358 "winnow",
18359]
18360
18361[[package]]
18362name = "toml_datetime"
18363version = "0.6.11"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18366dependencies = [
18367 "serde",
18368]
18369
18370[[package]]
18371name = "toml_datetime"
18372version = "0.7.3"
18373source = "registry+https://github.com/rust-lang/crates.io-index"
18374checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18375dependencies = [
18376 "serde_core",
18377]
18378
18379[[package]]
18380name = "toml_edit"
18381version = "0.22.27"
18382source = "registry+https://github.com/rust-lang/crates.io-index"
18383checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18384dependencies = [
18385 "indexmap 2.11.4",
18386 "serde",
18387 "serde_spanned 0.6.9",
18388 "toml_datetime 0.6.11",
18389 "toml_write",
18390 "winnow",
18391]
18392
18393[[package]]
18394name = "toml_edit"
18395version = "0.23.7"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18398dependencies = [
18399 "indexmap 2.11.4",
18400 "toml_datetime 0.7.3",
18401 "toml_parser",
18402 "winnow",
18403]
18404
18405[[package]]
18406name = "toml_parser"
18407version = "1.0.4"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18410dependencies = [
18411 "winnow",
18412]
18413
18414[[package]]
18415name = "toml_write"
18416version = "0.1.2"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18419
18420[[package]]
18421name = "toml_writer"
18422version = "1.0.4"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18425
18426[[package]]
18427name = "toolchain_selector"
18428version = "0.1.0"
18429dependencies = [
18430 "anyhow",
18431 "convert_case 0.8.0",
18432 "editor",
18433 "futures 0.3.32",
18434 "fuzzy",
18435 "gpui",
18436 "language",
18437 "menu",
18438 "open_path_prompt",
18439 "picker",
18440 "project",
18441 "ui",
18442 "util",
18443 "workspace",
18444]
18445
18446[[package]]
18447name = "topological-sort"
18448version = "0.2.2"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18451
18452[[package]]
18453name = "tower"
18454version = "0.4.13"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18457dependencies = [
18458 "futures-core",
18459 "futures-util",
18460 "pin-project",
18461 "pin-project-lite",
18462 "tokio",
18463 "tower-layer",
18464 "tower-service",
18465 "tracing",
18466]
18467
18468[[package]]
18469name = "tower"
18470version = "0.5.2"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18473dependencies = [
18474 "futures-core",
18475 "futures-util",
18476 "pin-project-lite",
18477 "sync_wrapper 1.0.2",
18478 "tokio",
18479 "tokio-util",
18480 "tower-layer",
18481 "tower-service",
18482 "tracing",
18483]
18484
18485[[package]]
18486name = "tower-http"
18487version = "0.4.4"
18488source = "registry+https://github.com/rust-lang/crates.io-index"
18489checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18490dependencies = [
18491 "bitflags 2.10.0",
18492 "bytes 1.11.1",
18493 "futures-core",
18494 "futures-util",
18495 "http 0.2.12",
18496 "http-body 0.4.6",
18497 "http-range-header",
18498 "pin-project-lite",
18499 "tower-layer",
18500 "tower-service",
18501 "tracing",
18502]
18503
18504[[package]]
18505name = "tower-http"
18506version = "0.6.6"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18509dependencies = [
18510 "bitflags 2.10.0",
18511 "bytes 1.11.1",
18512 "futures-util",
18513 "http 1.3.1",
18514 "http-body 1.0.1",
18515 "iri-string",
18516 "pin-project-lite",
18517 "tower 0.5.2",
18518 "tower-layer",
18519 "tower-service",
18520 "tracing",
18521]
18522
18523[[package]]
18524name = "tower-layer"
18525version = "0.3.3"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18528
18529[[package]]
18530name = "tower-service"
18531version = "0.3.3"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18534
18535[[package]]
18536name = "tracing"
18537version = "0.1.43"
18538source = "registry+https://github.com/rust-lang/crates.io-index"
18539checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18540dependencies = [
18541 "log",
18542 "pin-project-lite",
18543 "tracing-attributes",
18544 "tracing-core",
18545]
18546
18547[[package]]
18548name = "tracing-attributes"
18549version = "0.1.31"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18552dependencies = [
18553 "proc-macro2",
18554 "quote",
18555 "syn 2.0.117",
18556]
18557
18558[[package]]
18559name = "tracing-core"
18560version = "0.1.35"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18563dependencies = [
18564 "once_cell",
18565 "valuable",
18566]
18567
18568[[package]]
18569name = "tracing-log"
18570version = "0.2.0"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18573dependencies = [
18574 "log",
18575 "once_cell",
18576 "tracing-core",
18577]
18578
18579[[package]]
18580name = "tracing-serde"
18581version = "0.2.0"
18582source = "registry+https://github.com/rust-lang/crates.io-index"
18583checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18584dependencies = [
18585 "serde",
18586 "tracing-core",
18587]
18588
18589[[package]]
18590name = "tracing-subscriber"
18591version = "0.3.22"
18592source = "registry+https://github.com/rust-lang/crates.io-index"
18593checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18594dependencies = [
18595 "matchers",
18596 "nu-ansi-term",
18597 "once_cell",
18598 "regex-automata",
18599 "serde",
18600 "serde_json",
18601 "sharded-slab",
18602 "smallvec",
18603 "thread_local",
18604 "tracing",
18605 "tracing-core",
18606 "tracing-log",
18607 "tracing-serde",
18608]
18609
18610[[package]]
18611name = "tracing-tracy"
18612version = "0.11.4"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18615dependencies = [
18616 "tracing-core",
18617 "tracing-subscriber",
18618 "tracy-client",
18619]
18620
18621[[package]]
18622name = "tracy-client"
18623version = "0.18.3"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18626dependencies = [
18627 "loom",
18628 "once_cell",
18629 "tracy-client-sys",
18630]
18631
18632[[package]]
18633name = "tracy-client-sys"
18634version = "0.27.0"
18635source = "registry+https://github.com/rust-lang/crates.io-index"
18636checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18637dependencies = [
18638 "cc",
18639 "windows-targets 0.52.6",
18640]
18641
18642[[package]]
18643name = "transpose"
18644version = "0.2.3"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18647dependencies = [
18648 "num-integer",
18649 "strength_reduce",
18650]
18651
18652[[package]]
18653name = "trash"
18654version = "5.2.5"
18655source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18656dependencies = [
18657 "chrono",
18658 "libc",
18659 "log",
18660 "objc2",
18661 "objc2-foundation",
18662 "once_cell",
18663 "percent-encoding",
18664 "scopeguard",
18665 "urlencoding",
18666 "windows 0.56.0",
18667 "windows-core 0.56.0",
18668]
18669
18670[[package]]
18671name = "tree-sitter"
18672version = "0.26.8"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18675dependencies = [
18676 "cc",
18677 "regex",
18678 "regex-syntax",
18679 "serde_json",
18680 "streaming-iterator",
18681 "tree-sitter-language",
18682 "wasmtime-c-api-impl",
18683]
18684
18685[[package]]
18686name = "tree-sitter-bash"
18687version = "0.25.1"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18690dependencies = [
18691 "cc",
18692 "tree-sitter-language",
18693]
18694
18695[[package]]
18696name = "tree-sitter-c"
18697version = "0.24.1"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18700dependencies = [
18701 "cc",
18702 "tree-sitter-language",
18703]
18704
18705[[package]]
18706name = "tree-sitter-cpp"
18707version = "0.23.4"
18708source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18709dependencies = [
18710 "cc",
18711 "tree-sitter-language",
18712]
18713
18714[[package]]
18715name = "tree-sitter-css"
18716version = "0.23.2"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18719dependencies = [
18720 "cc",
18721 "tree-sitter-language",
18722]
18723
18724[[package]]
18725name = "tree-sitter-diff"
18726version = "0.1.0"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18729dependencies = [
18730 "cc",
18731 "tree-sitter-language",
18732]
18733
18734[[package]]
18735name = "tree-sitter-elixir"
18736version = "0.3.4"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18739dependencies = [
18740 "cc",
18741 "tree-sitter-language",
18742]
18743
18744[[package]]
18745name = "tree-sitter-embedded-template"
18746version = "0.23.2"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18749dependencies = [
18750 "cc",
18751 "tree-sitter-language",
18752]
18753
18754[[package]]
18755name = "tree-sitter-gitcommit"
18756version = "0.0.1"
18757source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18758dependencies = [
18759 "cc",
18760 "tree-sitter-language",
18761]
18762
18763[[package]]
18764name = "tree-sitter-go"
18765version = "0.25.0"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18768dependencies = [
18769 "cc",
18770 "tree-sitter-language",
18771]
18772
18773[[package]]
18774name = "tree-sitter-gomod"
18775version = "1.1.1"
18776source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18777dependencies = [
18778 "cc",
18779 "tree-sitter-language",
18780]
18781
18782[[package]]
18783name = "tree-sitter-gowork"
18784version = "0.0.1"
18785source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18786dependencies = [
18787 "cc",
18788 "tree-sitter-language",
18789]
18790
18791[[package]]
18792name = "tree-sitter-heex"
18793version = "0.0.1"
18794source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18795dependencies = [
18796 "cc",
18797 "tree-sitter-language",
18798]
18799
18800[[package]]
18801name = "tree-sitter-html"
18802version = "0.23.2"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18805dependencies = [
18806 "cc",
18807 "tree-sitter-language",
18808]
18809
18810[[package]]
18811name = "tree-sitter-jsdoc"
18812version = "0.23.2"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18815dependencies = [
18816 "cc",
18817 "tree-sitter-language",
18818]
18819
18820[[package]]
18821name = "tree-sitter-json"
18822version = "0.24.8"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18825dependencies = [
18826 "cc",
18827 "tree-sitter-language",
18828]
18829
18830[[package]]
18831name = "tree-sitter-language"
18832version = "0.1.5"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18835
18836[[package]]
18837name = "tree-sitter-md"
18838version = "0.3.2"
18839source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18840dependencies = [
18841 "cc",
18842 "tree-sitter-language",
18843]
18844
18845[[package]]
18846name = "tree-sitter-python"
18847version = "0.25.0"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18850dependencies = [
18851 "cc",
18852 "tree-sitter-language",
18853]
18854
18855[[package]]
18856name = "tree-sitter-regex"
18857version = "0.24.3"
18858source = "registry+https://github.com/rust-lang/crates.io-index"
18859checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18860dependencies = [
18861 "cc",
18862 "tree-sitter-language",
18863]
18864
18865[[package]]
18866name = "tree-sitter-ruby"
18867version = "0.23.1"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18870dependencies = [
18871 "cc",
18872 "tree-sitter-language",
18873]
18874
18875[[package]]
18876name = "tree-sitter-rust"
18877version = "0.24.2"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18880dependencies = [
18881 "cc",
18882 "tree-sitter-language",
18883]
18884
18885[[package]]
18886name = "tree-sitter-typescript"
18887version = "0.23.2"
18888source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18889dependencies = [
18890 "cc",
18891 "tree-sitter-language",
18892]
18893
18894[[package]]
18895name = "tree-sitter-yaml"
18896version = "0.6.1"
18897source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18898dependencies = [
18899 "cc",
18900 "tree-sitter-language",
18901]
18902
18903[[package]]
18904name = "triomphe"
18905version = "0.1.15"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18908dependencies = [
18909 "serde",
18910 "stable_deref_trait",
18911]
18912
18913[[package]]
18914name = "try-lock"
18915version = "0.2.5"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18918
18919[[package]]
18920name = "ttf-parser"
18921version = "0.20.0"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18924
18925[[package]]
18926name = "ttf-parser"
18927version = "0.25.1"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18930dependencies = [
18931 "core_maths",
18932]
18933
18934[[package]]
18935name = "tungstenite"
18936version = "0.20.1"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18939dependencies = [
18940 "byteorder",
18941 "bytes 1.11.1",
18942 "data-encoding",
18943 "http 0.2.12",
18944 "httparse",
18945 "log",
18946 "rand 0.8.5",
18947 "sha1",
18948 "thiserror 1.0.69",
18949 "url",
18950 "utf-8",
18951]
18952
18953[[package]]
18954name = "tungstenite"
18955version = "0.21.0"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18958dependencies = [
18959 "byteorder",
18960 "bytes 1.11.1",
18961 "data-encoding",
18962 "http 1.3.1",
18963 "httparse",
18964 "log",
18965 "rand 0.8.5",
18966 "sha1",
18967 "thiserror 1.0.69",
18968 "url",
18969 "utf-8",
18970]
18971
18972[[package]]
18973name = "tungstenite"
18974version = "0.27.0"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18977dependencies = [
18978 "bytes 1.11.1",
18979 "data-encoding",
18980 "http 1.3.1",
18981 "httparse",
18982 "log",
18983 "rand 0.9.3",
18984 "rustls 0.23.33",
18985 "rustls-pki-types",
18986 "sha1",
18987 "thiserror 2.0.17",
18988 "utf-8",
18989]
18990
18991[[package]]
18992name = "tungstenite"
18993version = "0.28.0"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18996dependencies = [
18997 "bytes 1.11.1",
18998 "data-encoding",
18999 "http 1.3.1",
19000 "httparse",
19001 "log",
19002 "rand 0.9.3",
19003 "rustls 0.23.33",
19004 "rustls-pki-types",
19005 "sha1",
19006 "thiserror 2.0.17",
19007 "utf-8",
19008]
19009
19010[[package]]
19011name = "typeid"
19012version = "1.0.3"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
19015
19016[[package]]
19017name = "typenum"
19018version = "1.19.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
19021
19022[[package]]
19023name = "ucd-trie"
19024version = "0.1.7"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
19027
19028[[package]]
19029name = "uds"
19030version = "0.4.2"
19031source = "registry+https://github.com/rust-lang/crates.io-index"
19032checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
19033dependencies = [
19034 "libc",
19035]
19036
19037[[package]]
19038name = "uds_windows"
19039version = "1.1.0"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
19042dependencies = [
19043 "memoffset",
19044 "tempfile",
19045 "winapi",
19046]
19047
19048[[package]]
19049name = "ug"
19050version = "0.4.0"
19051source = "registry+https://github.com/rust-lang/crates.io-index"
19052checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
19053dependencies = [
19054 "gemm 0.18.2",
19055 "half",
19056 "libloading",
19057 "memmap2",
19058 "num",
19059 "num-traits",
19060 "num_cpus",
19061 "rayon",
19062 "safetensors",
19063 "serde",
19064 "thiserror 1.0.69",
19065 "tracing",
19066 "yoke 0.7.5",
19067]
19068
19069[[package]]
19070name = "ui"
19071version = "0.1.0"
19072dependencies = [
19073 "chrono",
19074 "component",
19075 "documented",
19076 "gpui",
19077 "gpui_macros",
19078 "gpui_util",
19079 "icons",
19080 "itertools 0.14.0",
19081 "menu",
19082 "schemars 1.0.4",
19083 "serde",
19084 "smallvec",
19085 "strum 0.27.2",
19086 "theme",
19087 "ui_macros",
19088 "windows 0.61.3",
19089]
19090
19091[[package]]
19092name = "ui_input"
19093version = "0.1.0"
19094dependencies = [
19095 "component",
19096 "gpui",
19097 "ui",
19098]
19099
19100[[package]]
19101name = "ui_macros"
19102version = "0.1.0"
19103dependencies = [
19104 "component",
19105 "quote",
19106 "syn 2.0.117",
19107 "ui",
19108]
19109
19110[[package]]
19111name = "ui_prompt"
19112version = "0.1.0"
19113dependencies = [
19114 "gpui",
19115 "markdown",
19116 "menu",
19117 "settings",
19118 "theme_settings",
19119 "ui",
19120 "workspace",
19121]
19122
19123[[package]]
19124name = "unarray"
19125version = "0.1.4"
19126source = "registry+https://github.com/rust-lang/crates.io-index"
19127checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
19128
19129[[package]]
19130name = "unicase"
19131version = "2.8.1"
19132source = "registry+https://github.com/rust-lang/crates.io-index"
19133checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
19134
19135[[package]]
19136name = "unicode-bidi"
19137version = "0.3.18"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
19140
19141[[package]]
19142name = "unicode-bidi-mirroring"
19143version = "0.4.0"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19146
19147[[package]]
19148name = "unicode-ccc"
19149version = "0.4.0"
19150source = "registry+https://github.com/rust-lang/crates.io-index"
19151checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19152
19153[[package]]
19154name = "unicode-general-category"
19155version = "1.1.0"
19156source = "registry+https://github.com/rust-lang/crates.io-index"
19157checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19158
19159[[package]]
19160name = "unicode-ident"
19161version = "1.0.19"
19162source = "registry+https://github.com/rust-lang/crates.io-index"
19163checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19164
19165[[package]]
19166name = "unicode-linebreak"
19167version = "0.1.5"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19170
19171[[package]]
19172name = "unicode-normalization"
19173version = "0.1.24"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19176dependencies = [
19177 "tinyvec",
19178]
19179
19180[[package]]
19181name = "unicode-properties"
19182version = "0.1.3"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19185
19186[[package]]
19187name = "unicode-script"
19188version = "0.5.8"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19191
19192[[package]]
19193name = "unicode-segmentation"
19194version = "1.12.0"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19197
19198[[package]]
19199name = "unicode-vo"
19200version = "0.1.0"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19203
19204[[package]]
19205name = "unicode-width"
19206version = "0.2.2"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19209
19210[[package]]
19211name = "unicode-xid"
19212version = "0.2.6"
19213source = "registry+https://github.com/rust-lang/crates.io-index"
19214checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19215
19216[[package]]
19217name = "unicode_categories"
19218version = "0.1.1"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19221
19222[[package]]
19223name = "unindent"
19224version = "0.2.4"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19227
19228[[package]]
19229name = "unsafe-libyaml"
19230version = "0.2.11"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19233
19234[[package]]
19235name = "untrusted"
19236version = "0.7.1"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19239
19240[[package]]
19241name = "untrusted"
19242version = "0.9.0"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19245
19246[[package]]
19247name = "url"
19248version = "2.5.7"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19251dependencies = [
19252 "form_urlencoded",
19253 "idna",
19254 "percent-encoding",
19255 "serde",
19256]
19257
19258[[package]]
19259name = "urlencoding"
19260version = "2.1.3"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19263
19264[[package]]
19265name = "usvg"
19266version = "0.45.1"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19269dependencies = [
19270 "base64 0.22.1",
19271 "data-url",
19272 "flate2",
19273 "fontdb 0.23.0",
19274 "imagesize",
19275 "kurbo",
19276 "log",
19277 "pico-args",
19278 "roxmltree",
19279 "rustybuzz",
19280 "simplecss",
19281 "siphasher 1.0.1",
19282 "strict-num",
19283 "svgtypes",
19284 "tiny-skia-path",
19285 "unicode-bidi",
19286 "unicode-script",
19287 "unicode-vo",
19288 "xmlwriter",
19289]
19290
19291[[package]]
19292name = "utf-8"
19293version = "0.7.6"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19296
19297[[package]]
19298name = "utf8-chars"
19299version = "3.0.6"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19302dependencies = [
19303 "arrayvec",
19304]
19305
19306[[package]]
19307name = "utf8_iter"
19308version = "1.0.4"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19311
19312[[package]]
19313name = "utf8parse"
19314version = "0.2.2"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19317
19318[[package]]
19319name = "util"
19320version = "0.1.0"
19321dependencies = [
19322 "anyhow",
19323 "async-fs",
19324 "async_zip",
19325 "collections",
19326 "command-fds",
19327 "dirs",
19328 "dunce",
19329 "futures 0.3.32",
19330 "futures-lite 1.13.0",
19331 "git2",
19332 "globset",
19333 "gpui_util",
19334 "itertools 0.14.0",
19335 "libc",
19336 "log",
19337 "mach2 0.5.0",
19338 "nix 0.29.0",
19339 "percent-encoding",
19340 "pretty_assertions",
19341 "rand 0.9.3",
19342 "regex",
19343 "rust-embed",
19344 "schemars 1.0.4",
19345 "serde",
19346 "serde_json",
19347 "serde_json_lenient",
19348 "shlex",
19349 "smol",
19350 "take-until",
19351 "tempfile",
19352 "tendril",
19353 "unicase",
19354 "url",
19355 "util_macros",
19356 "walkdir",
19357 "which 6.0.3",
19358]
19359
19360[[package]]
19361name = "util_macros"
19362version = "0.1.0"
19363dependencies = [
19364 "perf",
19365 "quote",
19366 "syn 2.0.117",
19367]
19368
19369[[package]]
19370name = "uuid"
19371version = "1.18.1"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19374dependencies = [
19375 "getrandom 0.3.4",
19376 "js-sys",
19377 "serde",
19378 "sha1_smol",
19379 "wasm-bindgen",
19380]
19381
19382[[package]]
19383name = "uuid-simd"
19384version = "0.8.0"
19385source = "registry+https://github.com/rust-lang/crates.io-index"
19386checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19387dependencies = [
19388 "outref",
19389 "vsimd",
19390]
19391
19392[[package]]
19393name = "v_frame"
19394version = "0.3.9"
19395source = "registry+https://github.com/rust-lang/crates.io-index"
19396checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19397dependencies = [
19398 "aligned-vec",
19399 "num-traits",
19400 "wasm-bindgen",
19401]
19402
19403[[package]]
19404name = "valuable"
19405version = "0.1.1"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19408
19409[[package]]
19410name = "value-bag"
19411version = "1.12.0"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19414dependencies = [
19415 "value-bag-serde1",
19416 "value-bag-sval2",
19417]
19418
19419[[package]]
19420name = "value-bag-serde1"
19421version = "1.12.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19424dependencies = [
19425 "erased-serde",
19426 "serde_core",
19427 "serde_fmt",
19428]
19429
19430[[package]]
19431name = "value-bag-sval2"
19432version = "1.12.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19435dependencies = [
19436 "sval",
19437 "sval_buffer",
19438 "sval_dynamic",
19439 "sval_fmt",
19440 "sval_json",
19441 "sval_ref",
19442 "sval_serde",
19443]
19444
19445[[package]]
19446name = "vcpkg"
19447version = "0.2.15"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19450
19451[[package]]
19452name = "vercel"
19453version = "0.1.0"
19454dependencies = [
19455 "anyhow",
19456 "schemars 1.0.4",
19457 "serde",
19458 "strum 0.27.2",
19459]
19460
19461[[package]]
19462name = "version-compare"
19463version = "0.2.0"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19466
19467[[package]]
19468name = "version_check"
19469version = "0.9.5"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19472
19473[[package]]
19474name = "vim"
19475version = "0.1.0"
19476dependencies = [
19477 "anyhow",
19478 "async-compat",
19479 "async-trait",
19480 "collections",
19481 "command_palette",
19482 "command_palette_hooks",
19483 "db",
19484 "editor",
19485 "env_logger 0.11.8",
19486 "futures 0.3.32",
19487 "fuzzy",
19488 "git_ui",
19489 "gpui",
19490 "indoc",
19491 "itertools 0.14.0",
19492 "language",
19493 "log",
19494 "lsp",
19495 "markdown_preview",
19496 "menu",
19497 "multi_buffer",
19498 "nvim-rs",
19499 "outline_panel",
19500 "parking_lot",
19501 "perf",
19502 "picker",
19503 "project",
19504 "project_panel",
19505 "regex",
19506 "release_channel",
19507 "schemars 1.0.4",
19508 "search",
19509 "semver",
19510 "serde",
19511 "serde_json",
19512 "settings",
19513 "settings_ui",
19514 "task",
19515 "text",
19516 "theme",
19517 "theme_settings",
19518 "tokio",
19519 "ui",
19520 "util",
19521 "util_macros",
19522 "vim_mode_setting",
19523 "workspace",
19524 "zed_actions",
19525]
19526
19527[[package]]
19528name = "vim_mode_setting"
19529version = "0.1.0"
19530dependencies = [
19531 "gpui",
19532 "settings",
19533]
19534
19535[[package]]
19536name = "vscode_theme"
19537version = "0.2.0"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19540dependencies = [
19541 "serde",
19542]
19543
19544[[package]]
19545name = "vsimd"
19546version = "0.8.0"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19549
19550[[package]]
19551name = "vswhom"
19552version = "0.1.0"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19555dependencies = [
19556 "libc",
19557 "vswhom-sys",
19558]
19559
19560[[package]]
19561name = "vswhom-sys"
19562version = "0.1.3"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19565dependencies = [
19566 "cc",
19567 "libc",
19568]
19569
19570[[package]]
19571name = "vte"
19572version = "0.15.0"
19573source = "registry+https://github.com/rust-lang/crates.io-index"
19574checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19575dependencies = [
19576 "arrayvec",
19577 "bitflags 2.10.0",
19578 "cursor-icon",
19579 "log",
19580 "memchr",
19581 "serde",
19582]
19583
19584[[package]]
19585name = "wait-timeout"
19586version = "0.2.1"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19589dependencies = [
19590 "libc",
19591]
19592
19593[[package]]
19594name = "waker-fn"
19595version = "1.2.0"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19598
19599[[package]]
19600name = "walkdir"
19601version = "2.5.0"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19604dependencies = [
19605 "same-file",
19606 "winapi-util",
19607]
19608
19609[[package]]
19610name = "want"
19611version = "0.3.1"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19614dependencies = [
19615 "try-lock",
19616]
19617
19618[[package]]
19619name = "warp"
19620version = "0.3.7"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19623dependencies = [
19624 "bytes 1.11.1",
19625 "futures-channel",
19626 "futures-util",
19627 "headers",
19628 "http 0.2.12",
19629 "hyper 0.14.32",
19630 "log",
19631 "mime",
19632 "mime_guess",
19633 "percent-encoding",
19634 "pin-project",
19635 "scoped-tls",
19636 "serde",
19637 "serde_json",
19638 "serde_urlencoded",
19639 "tokio",
19640 "tokio-tungstenite 0.21.0",
19641 "tokio-util",
19642 "tower-service",
19643 "tracing",
19644]
19645
19646[[package]]
19647name = "wasi"
19648version = "0.11.1+wasi-snapshot-preview1"
19649source = "registry+https://github.com/rust-lang/crates.io-index"
19650checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19651
19652[[package]]
19653name = "wasip2"
19654version = "1.0.1+wasi-0.2.4"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19657dependencies = [
19658 "wit-bindgen 0.46.0",
19659]
19660
19661[[package]]
19662name = "wasip3"
19663version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19666dependencies = [
19667 "wit-bindgen 0.51.0",
19668]
19669
19670[[package]]
19671name = "wasite"
19672version = "0.1.0"
19673source = "registry+https://github.com/rust-lang/crates.io-index"
19674checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19675
19676[[package]]
19677name = "wasm-bindgen"
19678version = "0.2.113"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19681dependencies = [
19682 "cfg-if",
19683 "once_cell",
19684 "rustversion",
19685 "wasm-bindgen-macro",
19686 "wasm-bindgen-shared",
19687]
19688
19689[[package]]
19690name = "wasm-bindgen-futures"
19691version = "0.4.63"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19694dependencies = [
19695 "cfg-if",
19696 "futures-util",
19697 "js-sys",
19698 "once_cell",
19699 "wasm-bindgen",
19700 "web-sys",
19701]
19702
19703[[package]]
19704name = "wasm-bindgen-macro"
19705version = "0.2.113"
19706source = "registry+https://github.com/rust-lang/crates.io-index"
19707checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19708dependencies = [
19709 "quote",
19710 "wasm-bindgen-macro-support",
19711]
19712
19713[[package]]
19714name = "wasm-bindgen-macro-support"
19715version = "0.2.113"
19716source = "registry+https://github.com/rust-lang/crates.io-index"
19717checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19718dependencies = [
19719 "bumpalo",
19720 "proc-macro2",
19721 "quote",
19722 "syn 2.0.117",
19723 "wasm-bindgen-shared",
19724]
19725
19726[[package]]
19727name = "wasm-bindgen-shared"
19728version = "0.2.113"
19729source = "registry+https://github.com/rust-lang/crates.io-index"
19730checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19731dependencies = [
19732 "unicode-ident",
19733]
19734
19735[[package]]
19736name = "wasm-encoder"
19737version = "0.201.0"
19738source = "registry+https://github.com/rust-lang/crates.io-index"
19739checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19740dependencies = [
19741 "leb128",
19742]
19743
19744[[package]]
19745name = "wasm-encoder"
19746version = "0.221.3"
19747source = "registry+https://github.com/rust-lang/crates.io-index"
19748checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19749dependencies = [
19750 "leb128",
19751 "wasmparser 0.221.3",
19752]
19753
19754[[package]]
19755name = "wasm-encoder"
19756version = "0.227.1"
19757source = "registry+https://github.com/rust-lang/crates.io-index"
19758checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19759dependencies = [
19760 "leb128fmt",
19761 "wasmparser 0.227.1",
19762]
19763
19764[[package]]
19765name = "wasm-encoder"
19766version = "0.236.1"
19767source = "registry+https://github.com/rust-lang/crates.io-index"
19768checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19769dependencies = [
19770 "leb128fmt",
19771 "wasmparser 0.236.1",
19772]
19773
19774[[package]]
19775name = "wasm-encoder"
19776version = "0.244.0"
19777source = "registry+https://github.com/rust-lang/crates.io-index"
19778checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19779dependencies = [
19780 "leb128fmt",
19781 "wasmparser 0.244.0",
19782]
19783
19784[[package]]
19785name = "wasm-metadata"
19786version = "0.201.0"
19787source = "registry+https://github.com/rust-lang/crates.io-index"
19788checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19789dependencies = [
19790 "anyhow",
19791 "indexmap 2.11.4",
19792 "serde",
19793 "serde_derive",
19794 "serde_json",
19795 "spdx",
19796 "wasm-encoder 0.201.0",
19797 "wasmparser 0.201.0",
19798]
19799
19800[[package]]
19801name = "wasm-metadata"
19802version = "0.227.1"
19803source = "registry+https://github.com/rust-lang/crates.io-index"
19804checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19805dependencies = [
19806 "anyhow",
19807 "auditable-serde",
19808 "flate2",
19809 "indexmap 2.11.4",
19810 "serde",
19811 "serde_derive",
19812 "serde_json",
19813 "spdx",
19814 "url",
19815 "wasm-encoder 0.227.1",
19816 "wasmparser 0.227.1",
19817]
19818
19819[[package]]
19820name = "wasm-metadata"
19821version = "0.244.0"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19824dependencies = [
19825 "anyhow",
19826 "indexmap 2.11.4",
19827 "wasm-encoder 0.244.0",
19828 "wasmparser 0.244.0",
19829]
19830
19831[[package]]
19832name = "wasm-streams"
19833version = "0.4.2"
19834source = "registry+https://github.com/rust-lang/crates.io-index"
19835checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19836dependencies = [
19837 "futures-util",
19838 "js-sys",
19839 "wasm-bindgen",
19840 "wasm-bindgen-futures",
19841 "web-sys",
19842]
19843
19844[[package]]
19845name = "wasm_thread"
19846version = "0.3.3"
19847source = "registry+https://github.com/rust-lang/crates.io-index"
19848checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19849dependencies = [
19850 "futures 0.3.32",
19851 "js-sys",
19852 "wasm-bindgen",
19853 "web-sys",
19854]
19855
19856[[package]]
19857name = "wasmparser"
19858version = "0.201.0"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19861dependencies = [
19862 "bitflags 2.10.0",
19863 "indexmap 2.11.4",
19864 "semver",
19865]
19866
19867[[package]]
19868name = "wasmparser"
19869version = "0.221.3"
19870source = "registry+https://github.com/rust-lang/crates.io-index"
19871checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19872dependencies = [
19873 "bitflags 2.10.0",
19874 "hashbrown 0.15.5",
19875 "indexmap 2.11.4",
19876 "semver",
19877 "serde",
19878]
19879
19880[[package]]
19881name = "wasmparser"
19882version = "0.227.1"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19885dependencies = [
19886 "bitflags 2.10.0",
19887 "hashbrown 0.15.5",
19888 "indexmap 2.11.4",
19889 "semver",
19890]
19891
19892[[package]]
19893name = "wasmparser"
19894version = "0.236.1"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19897dependencies = [
19898 "bitflags 2.10.0",
19899 "hashbrown 0.15.5",
19900 "indexmap 2.11.4",
19901 "semver",
19902 "serde",
19903]
19904
19905[[package]]
19906name = "wasmparser"
19907version = "0.244.0"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19910dependencies = [
19911 "bitflags 2.10.0",
19912 "hashbrown 0.15.5",
19913 "indexmap 2.11.4",
19914 "semver",
19915]
19916
19917[[package]]
19918name = "wasmprinter"
19919version = "0.236.1"
19920source = "registry+https://github.com/rust-lang/crates.io-index"
19921checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19922dependencies = [
19923 "anyhow",
19924 "termcolor",
19925 "wasmparser 0.236.1",
19926]
19927
19928[[package]]
19929name = "wasmtime"
19930version = "36.0.7"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19933dependencies = [
19934 "addr2line",
19935 "anyhow",
19936 "async-trait",
19937 "bitflags 2.10.0",
19938 "bumpalo",
19939 "cc",
19940 "cfg-if",
19941 "encoding_rs",
19942 "hashbrown 0.15.5",
19943 "indexmap 2.11.4",
19944 "libc",
19945 "log",
19946 "mach2 0.4.3",
19947 "memfd",
19948 "object",
19949 "once_cell",
19950 "postcard",
19951 "pulley-interpreter",
19952 "rayon",
19953 "rustix 1.1.2",
19954 "semver",
19955 "serde",
19956 "serde_derive",
19957 "smallvec",
19958 "target-lexicon",
19959 "wasmparser 0.236.1",
19960 "wasmtime-environ",
19961 "wasmtime-internal-asm-macros",
19962 "wasmtime-internal-component-macro",
19963 "wasmtime-internal-component-util",
19964 "wasmtime-internal-cranelift",
19965 "wasmtime-internal-fiber",
19966 "wasmtime-internal-jit-debug",
19967 "wasmtime-internal-jit-icache-coherence",
19968 "wasmtime-internal-math",
19969 "wasmtime-internal-slab",
19970 "wasmtime-internal-unwinder",
19971 "wasmtime-internal-versioned-export-macros",
19972 "wasmtime-internal-winch",
19973 "windows-sys 0.60.2",
19974]
19975
19976[[package]]
19977name = "wasmtime-c-api-impl"
19978version = "36.0.6"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19981dependencies = [
19982 "anyhow",
19983 "log",
19984 "tracing",
19985 "wasmtime",
19986 "wasmtime-internal-c-api-macros",
19987]
19988
19989[[package]]
19990name = "wasmtime-environ"
19991version = "36.0.7"
19992source = "registry+https://github.com/rust-lang/crates.io-index"
19993checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19994dependencies = [
19995 "anyhow",
19996 "cpp_demangle",
19997 "cranelift-bitset",
19998 "cranelift-entity",
19999 "gimli",
20000 "indexmap 2.11.4",
20001 "log",
20002 "object",
20003 "postcard",
20004 "rustc-demangle",
20005 "semver",
20006 "serde",
20007 "serde_derive",
20008 "smallvec",
20009 "target-lexicon",
20010 "wasm-encoder 0.236.1",
20011 "wasmparser 0.236.1",
20012 "wasmprinter",
20013 "wasmtime-internal-component-util",
20014]
20015
20016[[package]]
20017name = "wasmtime-internal-asm-macros"
20018version = "36.0.7"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
20021dependencies = [
20022 "cfg-if",
20023]
20024
20025[[package]]
20026name = "wasmtime-internal-c-api-macros"
20027version = "36.0.6"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
20030dependencies = [
20031 "proc-macro2",
20032 "quote",
20033]
20034
20035[[package]]
20036name = "wasmtime-internal-component-macro"
20037version = "36.0.7"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
20040dependencies = [
20041 "anyhow",
20042 "proc-macro2",
20043 "quote",
20044 "syn 2.0.117",
20045 "wasmtime-internal-component-util",
20046 "wasmtime-internal-wit-bindgen",
20047 "wit-parser 0.236.1",
20048]
20049
20050[[package]]
20051name = "wasmtime-internal-component-util"
20052version = "36.0.7"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
20055
20056[[package]]
20057name = "wasmtime-internal-cranelift"
20058version = "36.0.7"
20059source = "registry+https://github.com/rust-lang/crates.io-index"
20060checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
20061dependencies = [
20062 "anyhow",
20063 "cfg-if",
20064 "cranelift-codegen",
20065 "cranelift-control",
20066 "cranelift-entity",
20067 "cranelift-frontend",
20068 "cranelift-native",
20069 "gimli",
20070 "itertools 0.14.0",
20071 "log",
20072 "object",
20073 "pulley-interpreter",
20074 "smallvec",
20075 "target-lexicon",
20076 "thiserror 2.0.17",
20077 "wasmparser 0.236.1",
20078 "wasmtime-environ",
20079 "wasmtime-internal-math",
20080 "wasmtime-internal-versioned-export-macros",
20081]
20082
20083[[package]]
20084name = "wasmtime-internal-fiber"
20085version = "36.0.7"
20086source = "registry+https://github.com/rust-lang/crates.io-index"
20087checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
20088dependencies = [
20089 "anyhow",
20090 "cc",
20091 "cfg-if",
20092 "libc",
20093 "rustix 1.1.2",
20094 "wasmtime-internal-asm-macros",
20095 "wasmtime-internal-versioned-export-macros",
20096 "windows-sys 0.60.2",
20097]
20098
20099[[package]]
20100name = "wasmtime-internal-jit-debug"
20101version = "36.0.7"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
20104dependencies = [
20105 "cc",
20106 "wasmtime-internal-versioned-export-macros",
20107]
20108
20109[[package]]
20110name = "wasmtime-internal-jit-icache-coherence"
20111version = "36.0.7"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
20114dependencies = [
20115 "anyhow",
20116 "cfg-if",
20117 "libc",
20118 "windows-sys 0.60.2",
20119]
20120
20121[[package]]
20122name = "wasmtime-internal-math"
20123version = "36.0.7"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
20126dependencies = [
20127 "libm",
20128]
20129
20130[[package]]
20131name = "wasmtime-internal-slab"
20132version = "36.0.7"
20133source = "registry+https://github.com/rust-lang/crates.io-index"
20134checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
20135
20136[[package]]
20137name = "wasmtime-internal-unwinder"
20138version = "36.0.7"
20139source = "registry+https://github.com/rust-lang/crates.io-index"
20140checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
20141dependencies = [
20142 "anyhow",
20143 "cfg-if",
20144 "cranelift-codegen",
20145 "log",
20146 "object",
20147]
20148
20149[[package]]
20150name = "wasmtime-internal-versioned-export-macros"
20151version = "36.0.7"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
20154dependencies = [
20155 "proc-macro2",
20156 "quote",
20157 "syn 2.0.117",
20158]
20159
20160[[package]]
20161name = "wasmtime-internal-winch"
20162version = "36.0.7"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20165dependencies = [
20166 "anyhow",
20167 "cranelift-codegen",
20168 "gimli",
20169 "object",
20170 "target-lexicon",
20171 "wasmparser 0.236.1",
20172 "wasmtime-environ",
20173 "wasmtime-internal-cranelift",
20174 "winch-codegen",
20175]
20176
20177[[package]]
20178name = "wasmtime-internal-wit-bindgen"
20179version = "36.0.7"
20180source = "registry+https://github.com/rust-lang/crates.io-index"
20181checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20182dependencies = [
20183 "anyhow",
20184 "bitflags 2.10.0",
20185 "heck 0.5.0",
20186 "indexmap 2.11.4",
20187 "wit-parser 0.236.1",
20188]
20189
20190[[package]]
20191name = "wasmtime-wasi"
20192version = "36.0.6"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20195dependencies = [
20196 "anyhow",
20197 "async-trait",
20198 "bitflags 2.10.0",
20199 "bytes 1.11.1",
20200 "cap-fs-ext",
20201 "cap-net-ext",
20202 "cap-rand",
20203 "cap-std",
20204 "cap-time-ext",
20205 "fs-set-times",
20206 "futures 0.3.32",
20207 "io-extras",
20208 "io-lifetimes",
20209 "rustix 1.1.2",
20210 "system-interface",
20211 "thiserror 2.0.17",
20212 "tokio",
20213 "tracing",
20214 "url",
20215 "wasmtime",
20216 "wasmtime-wasi-io",
20217 "wiggle",
20218 "windows-sys 0.60.2",
20219]
20220
20221[[package]]
20222name = "wasmtime-wasi-io"
20223version = "36.0.6"
20224source = "registry+https://github.com/rust-lang/crates.io-index"
20225checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20226dependencies = [
20227 "anyhow",
20228 "async-trait",
20229 "bytes 1.11.1",
20230 "futures 0.3.32",
20231 "wasmtime",
20232]
20233
20234[[package]]
20235name = "wast"
20236version = "35.0.2"
20237source = "registry+https://github.com/rust-lang/crates.io-index"
20238checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20239dependencies = [
20240 "leb128",
20241]
20242
20243[[package]]
20244name = "watch"
20245version = "0.1.0"
20246dependencies = [
20247 "ctor",
20248 "futures 0.3.32",
20249 "gpui",
20250 "parking_lot",
20251 "zlog",
20252]
20253
20254[[package]]
20255name = "wax"
20256version = "0.7.0"
20257source = "registry+https://github.com/rust-lang/crates.io-index"
20258checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20259dependencies = [
20260 "const_format",
20261 "itertools 0.14.0",
20262 "nom 7.1.3",
20263 "pori",
20264 "regex",
20265 "thiserror 2.0.17",
20266 "walkdir",
20267]
20268
20269[[package]]
20270name = "wayland-backend"
20271version = "0.3.11"
20272source = "registry+https://github.com/rust-lang/crates.io-index"
20273checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20274dependencies = [
20275 "cc",
20276 "downcast-rs",
20277 "rustix 1.1.2",
20278 "scoped-tls",
20279 "smallvec",
20280 "wayland-sys",
20281]
20282
20283[[package]]
20284name = "wayland-client"
20285version = "0.31.11"
20286source = "registry+https://github.com/rust-lang/crates.io-index"
20287checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20288dependencies = [
20289 "bitflags 2.10.0",
20290 "rustix 1.1.2",
20291 "wayland-backend",
20292 "wayland-scanner",
20293]
20294
20295[[package]]
20296name = "wayland-cursor"
20297version = "0.31.11"
20298source = "registry+https://github.com/rust-lang/crates.io-index"
20299checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20300dependencies = [
20301 "rustix 1.1.2",
20302 "wayland-client",
20303 "xcursor",
20304]
20305
20306[[package]]
20307name = "wayland-protocols"
20308version = "0.32.9"
20309source = "registry+https://github.com/rust-lang/crates.io-index"
20310checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20311dependencies = [
20312 "bitflags 2.10.0",
20313 "wayland-backend",
20314 "wayland-client",
20315 "wayland-scanner",
20316]
20317
20318[[package]]
20319name = "wayland-protocols-plasma"
20320version = "0.3.9"
20321source = "registry+https://github.com/rust-lang/crates.io-index"
20322checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20323dependencies = [
20324 "bitflags 2.10.0",
20325 "wayland-backend",
20326 "wayland-client",
20327 "wayland-protocols",
20328 "wayland-scanner",
20329]
20330
20331[[package]]
20332name = "wayland-protocols-wlr"
20333version = "0.3.9"
20334source = "registry+https://github.com/rust-lang/crates.io-index"
20335checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20336dependencies = [
20337 "bitflags 2.10.0",
20338 "wayland-backend",
20339 "wayland-client",
20340 "wayland-protocols",
20341 "wayland-scanner",
20342]
20343
20344[[package]]
20345name = "wayland-scanner"
20346version = "0.31.7"
20347source = "registry+https://github.com/rust-lang/crates.io-index"
20348checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20349dependencies = [
20350 "proc-macro2",
20351 "quick-xml 0.37.5",
20352 "quote",
20353]
20354
20355[[package]]
20356name = "wayland-sys"
20357version = "0.31.7"
20358source = "registry+https://github.com/rust-lang/crates.io-index"
20359checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20360dependencies = [
20361 "dlib",
20362 "log",
20363 "once_cell",
20364 "pkg-config",
20365]
20366
20367[[package]]
20368name = "web-sys"
20369version = "0.3.90"
20370source = "registry+https://github.com/rust-lang/crates.io-index"
20371checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20372dependencies = [
20373 "js-sys",
20374 "wasm-bindgen",
20375]
20376
20377[[package]]
20378name = "web-time"
20379version = "1.1.0"
20380source = "registry+https://github.com/rust-lang/crates.io-index"
20381checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20382dependencies = [
20383 "js-sys",
20384 "serde",
20385 "wasm-bindgen",
20386]
20387
20388[[package]]
20389name = "web_atoms"
20390version = "0.1.3"
20391source = "registry+https://github.com/rust-lang/crates.io-index"
20392checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20393dependencies = [
20394 "phf 0.11.3",
20395 "phf_codegen",
20396 "string_cache",
20397 "string_cache_codegen",
20398]
20399
20400[[package]]
20401name = "web_search"
20402version = "0.1.0"
20403dependencies = [
20404 "anyhow",
20405 "cloud_llm_client",
20406 "collections",
20407 "gpui",
20408 "serde",
20409]
20410
20411[[package]]
20412name = "web_search_providers"
20413version = "0.1.0"
20414dependencies = [
20415 "anyhow",
20416 "client",
20417 "cloud_api_client",
20418 "cloud_api_types",
20419 "cloud_llm_client",
20420 "futures 0.3.32",
20421 "gpui",
20422 "http_client",
20423 "language_model",
20424 "serde",
20425 "serde_json",
20426 "web_search",
20427]
20428
20429[[package]]
20430name = "webpki-root-certs"
20431version = "0.26.8"
20432source = "registry+https://github.com/rust-lang/crates.io-index"
20433checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20434dependencies = [
20435 "rustls-pki-types",
20436]
20437
20438[[package]]
20439name = "webpki-roots"
20440version = "0.26.8"
20441source = "registry+https://github.com/rust-lang/crates.io-index"
20442checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20443dependencies = [
20444 "rustls-pki-types",
20445]
20446
20447[[package]]
20448name = "webrtc-sys"
20449version = "0.3.23"
20450source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20451dependencies = [
20452 "cc",
20453 "cxx",
20454 "cxx-build",
20455 "glob",
20456 "log",
20457 "pkg-config",
20458 "webrtc-sys-build",
20459]
20460
20461[[package]]
20462name = "webrtc-sys-build"
20463version = "0.3.13"
20464source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20465dependencies = [
20466 "anyhow",
20467 "fs2",
20468 "regex",
20469 "reqwest 0.12.24",
20470 "scratch",
20471 "semver",
20472 "zip 0.6.6",
20473]
20474
20475[[package]]
20476name = "weezl"
20477version = "0.1.10"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20480
20481[[package]]
20482name = "wgpu"
20483version = "29.0.0"
20484source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20485dependencies = [
20486 "arrayvec",
20487 "bitflags 2.10.0",
20488 "bytemuck",
20489 "cfg-if",
20490 "cfg_aliases 0.2.1",
20491 "document-features",
20492 "hashbrown 0.16.1",
20493 "js-sys",
20494 "log",
20495 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20496 "parking_lot",
20497 "portable-atomic",
20498 "profiling",
20499 "raw-window-handle",
20500 "smallvec",
20501 "static_assertions",
20502 "wasm-bindgen",
20503 "wasm-bindgen-futures",
20504 "web-sys",
20505 "wgpu-core",
20506 "wgpu-hal",
20507 "wgpu-types",
20508]
20509
20510[[package]]
20511name = "wgpu-core"
20512version = "29.0.0"
20513source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20514dependencies = [
20515 "arrayvec",
20516 "bit-set 0.9.1",
20517 "bit-vec 0.9.1",
20518 "bitflags 2.10.0",
20519 "bytemuck",
20520 "cfg_aliases 0.2.1",
20521 "document-features",
20522 "hashbrown 0.16.1",
20523 "indexmap 2.11.4",
20524 "log",
20525 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20526 "once_cell",
20527 "parking_lot",
20528 "portable-atomic",
20529 "profiling",
20530 "raw-window-handle",
20531 "rustc-hash 1.1.0",
20532 "smallvec",
20533 "thiserror 2.0.17",
20534 "wgpu-core-deps-apple",
20535 "wgpu-core-deps-emscripten",
20536 "wgpu-core-deps-windows-linux-android",
20537 "wgpu-hal",
20538 "wgpu-naga-bridge",
20539 "wgpu-types",
20540]
20541
20542[[package]]
20543name = "wgpu-core-deps-apple"
20544version = "29.0.0"
20545source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20546dependencies = [
20547 "wgpu-hal",
20548]
20549
20550[[package]]
20551name = "wgpu-core-deps-emscripten"
20552version = "29.0.0"
20553source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20554dependencies = [
20555 "wgpu-hal",
20556]
20557
20558[[package]]
20559name = "wgpu-core-deps-windows-linux-android"
20560version = "29.0.0"
20561source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20562dependencies = [
20563 "wgpu-hal",
20564]
20565
20566[[package]]
20567name = "wgpu-hal"
20568version = "29.0.0"
20569source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20570dependencies = [
20571 "android_system_properties",
20572 "arrayvec",
20573 "ash",
20574 "bit-set 0.9.1",
20575 "bitflags 2.10.0",
20576 "block2",
20577 "bytemuck",
20578 "cfg-if",
20579 "cfg_aliases 0.2.1",
20580 "glow",
20581 "glutin_wgl_sys",
20582 "gpu-allocator",
20583 "gpu-descriptor",
20584 "hashbrown 0.16.1",
20585 "js-sys",
20586 "khronos-egl",
20587 "libc",
20588 "libloading",
20589 "log",
20590 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20591 "ndk-sys",
20592 "objc2",
20593 "objc2-core-foundation",
20594 "objc2-foundation",
20595 "objc2-metal",
20596 "objc2-quartz-core",
20597 "once_cell",
20598 "ordered-float 4.6.0",
20599 "parking_lot",
20600 "portable-atomic",
20601 "portable-atomic-util",
20602 "profiling",
20603 "range-alloc",
20604 "raw-window-handle",
20605 "raw-window-metal",
20606 "renderdoc-sys",
20607 "smallvec",
20608 "thiserror 2.0.17",
20609 "wasm-bindgen",
20610 "wayland-sys",
20611 "web-sys",
20612 "wgpu-naga-bridge",
20613 "wgpu-types",
20614 "windows 0.62.2",
20615 "windows-core 0.62.2",
20616]
20617
20618[[package]]
20619name = "wgpu-naga-bridge"
20620version = "29.0.0"
20621source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20622dependencies = [
20623 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20624 "wgpu-types",
20625]
20626
20627[[package]]
20628name = "wgpu-types"
20629version = "29.0.0"
20630source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20631dependencies = [
20632 "bitflags 2.10.0",
20633 "bytemuck",
20634 "js-sys",
20635 "log",
20636 "raw-window-handle",
20637 "web-sys",
20638]
20639
20640[[package]]
20641name = "which"
20642version = "4.4.2"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20645dependencies = [
20646 "either",
20647 "home",
20648 "once_cell",
20649 "rustix 0.38.44",
20650]
20651
20652[[package]]
20653name = "which"
20654version = "6.0.3"
20655source = "registry+https://github.com/rust-lang/crates.io-index"
20656checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20657dependencies = [
20658 "either",
20659 "home",
20660 "rustix 0.38.44",
20661 "winsafe",
20662]
20663
20664[[package]]
20665name = "which_key"
20666version = "0.1.0"
20667dependencies = [
20668 "command_palette",
20669 "gpui",
20670 "serde",
20671 "settings",
20672 "theme_settings",
20673 "ui",
20674 "util",
20675 "workspace",
20676]
20677
20678[[package]]
20679name = "whoami"
20680version = "1.6.1"
20681source = "registry+https://github.com/rust-lang/crates.io-index"
20682checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20683dependencies = [
20684 "libredox",
20685 "wasite",
20686]
20687
20688[[package]]
20689name = "wiggle"
20690version = "36.0.6"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20693dependencies = [
20694 "anyhow",
20695 "async-trait",
20696 "bitflags 2.10.0",
20697 "thiserror 2.0.17",
20698 "tracing",
20699 "wasmtime",
20700 "wiggle-macro",
20701]
20702
20703[[package]]
20704name = "wiggle-generate"
20705version = "36.0.6"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20708dependencies = [
20709 "anyhow",
20710 "heck 0.5.0",
20711 "proc-macro2",
20712 "quote",
20713 "syn 2.0.117",
20714 "witx",
20715]
20716
20717[[package]]
20718name = "wiggle-macro"
20719version = "36.0.6"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20722dependencies = [
20723 "proc-macro2",
20724 "quote",
20725 "syn 2.0.117",
20726 "wiggle-generate",
20727]
20728
20729[[package]]
20730name = "winapi"
20731version = "0.3.9"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20734dependencies = [
20735 "winapi-i686-pc-windows-gnu",
20736 "winapi-x86_64-pc-windows-gnu",
20737]
20738
20739[[package]]
20740name = "winapi-i686-pc-windows-gnu"
20741version = "0.4.0"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20744
20745[[package]]
20746name = "winapi-util"
20747version = "0.1.11"
20748source = "registry+https://github.com/rust-lang/crates.io-index"
20749checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20750dependencies = [
20751 "windows-sys 0.61.2",
20752]
20753
20754[[package]]
20755name = "winapi-x86_64-pc-windows-gnu"
20756version = "0.4.0"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20759
20760[[package]]
20761name = "winch-codegen"
20762version = "36.0.7"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20765dependencies = [
20766 "anyhow",
20767 "cranelift-assembler-x64",
20768 "cranelift-codegen",
20769 "gimli",
20770 "regalloc2",
20771 "smallvec",
20772 "target-lexicon",
20773 "thiserror 2.0.17",
20774 "wasmparser 0.236.1",
20775 "wasmtime-environ",
20776 "wasmtime-internal-cranelift",
20777 "wasmtime-internal-math",
20778]
20779
20780[[package]]
20781name = "windows"
20782version = "0.56.0"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20785dependencies = [
20786 "windows-core 0.56.0",
20787 "windows-targets 0.52.6",
20788]
20789
20790[[package]]
20791name = "windows"
20792version = "0.57.0"
20793source = "registry+https://github.com/rust-lang/crates.io-index"
20794checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20795dependencies = [
20796 "windows-core 0.57.0",
20797 "windows-targets 0.52.6",
20798]
20799
20800[[package]]
20801name = "windows"
20802version = "0.58.0"
20803source = "registry+https://github.com/rust-lang/crates.io-index"
20804checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20805dependencies = [
20806 "windows-core 0.58.0",
20807 "windows-targets 0.52.6",
20808]
20809
20810[[package]]
20811name = "windows"
20812version = "0.61.3"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20815dependencies = [
20816 "windows-collections 0.2.0",
20817 "windows-core 0.61.2",
20818 "windows-future 0.2.1",
20819 "windows-link 0.1.3",
20820 "windows-numerics 0.2.0",
20821]
20822
20823[[package]]
20824name = "windows"
20825version = "0.62.2"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20828dependencies = [
20829 "windows-collections 0.3.2",
20830 "windows-core 0.62.2",
20831 "windows-future 0.3.2",
20832 "windows-numerics 0.3.1",
20833]
20834
20835[[package]]
20836name = "windows-bindgen"
20837version = "0.61.1"
20838source = "registry+https://github.com/rust-lang/crates.io-index"
20839checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20840dependencies = [
20841 "serde",
20842 "serde_json",
20843 "windows-threading 0.1.0",
20844]
20845
20846[[package]]
20847name = "windows-capture"
20848version = "1.4.3"
20849source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20850dependencies = [
20851 "clap",
20852 "ctrlc",
20853 "parking_lot",
20854 "rayon",
20855 "thiserror 2.0.17",
20856 "windows 0.61.3",
20857 "windows-future 0.2.1",
20858]
20859
20860[[package]]
20861name = "windows-collections"
20862version = "0.2.0"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20865dependencies = [
20866 "windows-core 0.61.2",
20867]
20868
20869[[package]]
20870name = "windows-collections"
20871version = "0.3.2"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20874dependencies = [
20875 "windows-core 0.62.2",
20876]
20877
20878[[package]]
20879name = "windows-core"
20880version = "0.56.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20883dependencies = [
20884 "windows-implement 0.56.0",
20885 "windows-interface 0.56.0",
20886 "windows-result 0.1.2",
20887 "windows-targets 0.52.6",
20888]
20889
20890[[package]]
20891name = "windows-core"
20892version = "0.57.0"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20895dependencies = [
20896 "windows-implement 0.57.0",
20897 "windows-interface 0.57.0",
20898 "windows-result 0.1.2",
20899 "windows-targets 0.52.6",
20900]
20901
20902[[package]]
20903name = "windows-core"
20904version = "0.58.0"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20907dependencies = [
20908 "windows-implement 0.58.0",
20909 "windows-interface 0.58.0",
20910 "windows-result 0.2.0",
20911 "windows-strings 0.1.0",
20912 "windows-targets 0.52.6",
20913]
20914
20915[[package]]
20916name = "windows-core"
20917version = "0.61.2"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20920dependencies = [
20921 "windows-implement 0.60.2",
20922 "windows-interface 0.59.3",
20923 "windows-link 0.1.3",
20924 "windows-result 0.3.4",
20925 "windows-strings 0.4.2",
20926]
20927
20928[[package]]
20929name = "windows-core"
20930version = "0.62.2"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20933dependencies = [
20934 "windows-implement 0.60.2",
20935 "windows-interface 0.59.3",
20936 "windows-link 0.2.1",
20937 "windows-result 0.4.1",
20938 "windows-strings 0.5.1",
20939]
20940
20941[[package]]
20942name = "windows-future"
20943version = "0.2.1"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20946dependencies = [
20947 "windows-core 0.61.2",
20948 "windows-link 0.1.3",
20949 "windows-threading 0.1.0",
20950]
20951
20952[[package]]
20953name = "windows-future"
20954version = "0.3.2"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20957dependencies = [
20958 "windows-core 0.62.2",
20959 "windows-link 0.2.1",
20960 "windows-threading 0.2.1",
20961]
20962
20963[[package]]
20964name = "windows-implement"
20965version = "0.56.0"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20968dependencies = [
20969 "proc-macro2",
20970 "quote",
20971 "syn 2.0.117",
20972]
20973
20974[[package]]
20975name = "windows-implement"
20976version = "0.57.0"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20979dependencies = [
20980 "proc-macro2",
20981 "quote",
20982 "syn 2.0.117",
20983]
20984
20985[[package]]
20986name = "windows-implement"
20987version = "0.58.0"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20990dependencies = [
20991 "proc-macro2",
20992 "quote",
20993 "syn 2.0.117",
20994]
20995
20996[[package]]
20997name = "windows-implement"
20998version = "0.60.2"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
21001dependencies = [
21002 "proc-macro2",
21003 "quote",
21004 "syn 2.0.117",
21005]
21006
21007[[package]]
21008name = "windows-interface"
21009version = "0.56.0"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
21012dependencies = [
21013 "proc-macro2",
21014 "quote",
21015 "syn 2.0.117",
21016]
21017
21018[[package]]
21019name = "windows-interface"
21020version = "0.57.0"
21021source = "registry+https://github.com/rust-lang/crates.io-index"
21022checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
21023dependencies = [
21024 "proc-macro2",
21025 "quote",
21026 "syn 2.0.117",
21027]
21028
21029[[package]]
21030name = "windows-interface"
21031version = "0.58.0"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
21034dependencies = [
21035 "proc-macro2",
21036 "quote",
21037 "syn 2.0.117",
21038]
21039
21040[[package]]
21041name = "windows-interface"
21042version = "0.59.3"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
21045dependencies = [
21046 "proc-macro2",
21047 "quote",
21048 "syn 2.0.117",
21049]
21050
21051[[package]]
21052name = "windows-link"
21053version = "0.1.3"
21054source = "registry+https://github.com/rust-lang/crates.io-index"
21055checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
21056
21057[[package]]
21058name = "windows-link"
21059version = "0.2.1"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
21062
21063[[package]]
21064name = "windows-numerics"
21065version = "0.2.0"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
21068dependencies = [
21069 "windows-core 0.61.2",
21070 "windows-link 0.1.3",
21071]
21072
21073[[package]]
21074name = "windows-numerics"
21075version = "0.3.1"
21076source = "registry+https://github.com/rust-lang/crates.io-index"
21077checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
21078dependencies = [
21079 "windows-core 0.62.2",
21080 "windows-link 0.2.1",
21081]
21082
21083[[package]]
21084name = "windows-registry"
21085version = "0.4.0"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
21088dependencies = [
21089 "windows-result 0.3.4",
21090 "windows-strings 0.3.1",
21091 "windows-targets 0.53.5",
21092]
21093
21094[[package]]
21095name = "windows-registry"
21096version = "0.5.3"
21097source = "registry+https://github.com/rust-lang/crates.io-index"
21098checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
21099dependencies = [
21100 "windows-link 0.1.3",
21101 "windows-result 0.3.4",
21102 "windows-strings 0.4.2",
21103]
21104
21105[[package]]
21106name = "windows-registry"
21107version = "0.6.1"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
21110dependencies = [
21111 "windows-link 0.2.1",
21112 "windows-result 0.4.1",
21113 "windows-strings 0.5.1",
21114]
21115
21116[[package]]
21117name = "windows-result"
21118version = "0.1.2"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
21121dependencies = [
21122 "windows-targets 0.52.6",
21123]
21124
21125[[package]]
21126name = "windows-result"
21127version = "0.2.0"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
21130dependencies = [
21131 "windows-targets 0.52.6",
21132]
21133
21134[[package]]
21135name = "windows-result"
21136version = "0.3.4"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
21139dependencies = [
21140 "windows-link 0.1.3",
21141]
21142
21143[[package]]
21144name = "windows-result"
21145version = "0.4.1"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21148dependencies = [
21149 "windows-link 0.2.1",
21150]
21151
21152[[package]]
21153name = "windows-strings"
21154version = "0.1.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21157dependencies = [
21158 "windows-result 0.2.0",
21159 "windows-targets 0.52.6",
21160]
21161
21162[[package]]
21163name = "windows-strings"
21164version = "0.3.1"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21167dependencies = [
21168 "windows-link 0.1.3",
21169]
21170
21171[[package]]
21172name = "windows-strings"
21173version = "0.4.2"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21176dependencies = [
21177 "windows-link 0.1.3",
21178]
21179
21180[[package]]
21181name = "windows-strings"
21182version = "0.5.1"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21185dependencies = [
21186 "windows-link 0.2.1",
21187]
21188
21189[[package]]
21190name = "windows-sys"
21191version = "0.45.0"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21194dependencies = [
21195 "windows-targets 0.42.2",
21196]
21197
21198[[package]]
21199name = "windows-sys"
21200version = "0.48.0"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21203dependencies = [
21204 "windows-targets 0.48.5",
21205]
21206
21207[[package]]
21208name = "windows-sys"
21209version = "0.52.0"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21212dependencies = [
21213 "windows-targets 0.52.6",
21214]
21215
21216[[package]]
21217name = "windows-sys"
21218version = "0.59.0"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21221dependencies = [
21222 "windows-targets 0.52.6",
21223]
21224
21225[[package]]
21226name = "windows-sys"
21227version = "0.60.2"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21230dependencies = [
21231 "windows-targets 0.53.5",
21232]
21233
21234[[package]]
21235name = "windows-sys"
21236version = "0.61.2"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21239dependencies = [
21240 "windows-link 0.2.1",
21241]
21242
21243[[package]]
21244name = "windows-targets"
21245version = "0.42.2"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21248dependencies = [
21249 "windows_aarch64_gnullvm 0.42.2",
21250 "windows_aarch64_msvc 0.42.2",
21251 "windows_i686_gnu 0.42.2",
21252 "windows_i686_msvc 0.42.2",
21253 "windows_x86_64_gnu 0.42.2",
21254 "windows_x86_64_gnullvm 0.42.2",
21255 "windows_x86_64_msvc 0.42.2",
21256]
21257
21258[[package]]
21259name = "windows-targets"
21260version = "0.48.5"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21263dependencies = [
21264 "windows_aarch64_gnullvm 0.48.5",
21265 "windows_aarch64_msvc 0.48.5",
21266 "windows_i686_gnu 0.48.5",
21267 "windows_i686_msvc 0.48.5",
21268 "windows_x86_64_gnu 0.48.5",
21269 "windows_x86_64_gnullvm 0.48.5",
21270 "windows_x86_64_msvc 0.48.5",
21271]
21272
21273[[package]]
21274name = "windows-targets"
21275version = "0.52.6"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21278dependencies = [
21279 "windows_aarch64_gnullvm 0.52.6",
21280 "windows_aarch64_msvc 0.52.6",
21281 "windows_i686_gnu 0.52.6",
21282 "windows_i686_gnullvm 0.52.6",
21283 "windows_i686_msvc 0.52.6",
21284 "windows_x86_64_gnu 0.52.6",
21285 "windows_x86_64_gnullvm 0.52.6",
21286 "windows_x86_64_msvc 0.52.6",
21287]
21288
21289[[package]]
21290name = "windows-targets"
21291version = "0.53.5"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21294dependencies = [
21295 "windows-link 0.2.1",
21296 "windows_aarch64_gnullvm 0.53.1",
21297 "windows_aarch64_msvc 0.53.1",
21298 "windows_i686_gnu 0.53.1",
21299 "windows_i686_gnullvm 0.53.1",
21300 "windows_i686_msvc 0.53.1",
21301 "windows_x86_64_gnu 0.53.1",
21302 "windows_x86_64_gnullvm 0.53.1",
21303 "windows_x86_64_msvc 0.53.1",
21304]
21305
21306[[package]]
21307name = "windows-threading"
21308version = "0.1.0"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21311dependencies = [
21312 "windows-link 0.1.3",
21313]
21314
21315[[package]]
21316name = "windows-threading"
21317version = "0.2.1"
21318source = "registry+https://github.com/rust-lang/crates.io-index"
21319checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21320dependencies = [
21321 "windows-link 0.2.1",
21322]
21323
21324[[package]]
21325name = "windows_aarch64_gnullvm"
21326version = "0.42.2"
21327source = "registry+https://github.com/rust-lang/crates.io-index"
21328checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21329
21330[[package]]
21331name = "windows_aarch64_gnullvm"
21332version = "0.48.5"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21335
21336[[package]]
21337name = "windows_aarch64_gnullvm"
21338version = "0.52.6"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21341
21342[[package]]
21343name = "windows_aarch64_gnullvm"
21344version = "0.53.1"
21345source = "registry+https://github.com/rust-lang/crates.io-index"
21346checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21347
21348[[package]]
21349name = "windows_aarch64_msvc"
21350version = "0.42.2"
21351source = "registry+https://github.com/rust-lang/crates.io-index"
21352checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21353
21354[[package]]
21355name = "windows_aarch64_msvc"
21356version = "0.48.5"
21357source = "registry+https://github.com/rust-lang/crates.io-index"
21358checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21359
21360[[package]]
21361name = "windows_aarch64_msvc"
21362version = "0.52.6"
21363source = "registry+https://github.com/rust-lang/crates.io-index"
21364checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21365
21366[[package]]
21367name = "windows_aarch64_msvc"
21368version = "0.53.1"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21371
21372[[package]]
21373name = "windows_i686_gnu"
21374version = "0.42.2"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21377
21378[[package]]
21379name = "windows_i686_gnu"
21380version = "0.48.5"
21381source = "registry+https://github.com/rust-lang/crates.io-index"
21382checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21383
21384[[package]]
21385name = "windows_i686_gnu"
21386version = "0.52.6"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21389
21390[[package]]
21391name = "windows_i686_gnu"
21392version = "0.53.1"
21393source = "registry+https://github.com/rust-lang/crates.io-index"
21394checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21395
21396[[package]]
21397name = "windows_i686_gnullvm"
21398version = "0.52.6"
21399source = "registry+https://github.com/rust-lang/crates.io-index"
21400checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21401
21402[[package]]
21403name = "windows_i686_gnullvm"
21404version = "0.53.1"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21407
21408[[package]]
21409name = "windows_i686_msvc"
21410version = "0.42.2"
21411source = "registry+https://github.com/rust-lang/crates.io-index"
21412checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21413
21414[[package]]
21415name = "windows_i686_msvc"
21416version = "0.48.5"
21417source = "registry+https://github.com/rust-lang/crates.io-index"
21418checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21419
21420[[package]]
21421name = "windows_i686_msvc"
21422version = "0.52.6"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21425
21426[[package]]
21427name = "windows_i686_msvc"
21428version = "0.53.1"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21431
21432[[package]]
21433name = "windows_x86_64_gnu"
21434version = "0.42.2"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21437
21438[[package]]
21439name = "windows_x86_64_gnu"
21440version = "0.48.5"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21443
21444[[package]]
21445name = "windows_x86_64_gnu"
21446version = "0.52.6"
21447source = "registry+https://github.com/rust-lang/crates.io-index"
21448checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21449
21450[[package]]
21451name = "windows_x86_64_gnu"
21452version = "0.53.1"
21453source = "registry+https://github.com/rust-lang/crates.io-index"
21454checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21455
21456[[package]]
21457name = "windows_x86_64_gnullvm"
21458version = "0.42.2"
21459source = "registry+https://github.com/rust-lang/crates.io-index"
21460checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21461
21462[[package]]
21463name = "windows_x86_64_gnullvm"
21464version = "0.48.5"
21465source = "registry+https://github.com/rust-lang/crates.io-index"
21466checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21467
21468[[package]]
21469name = "windows_x86_64_gnullvm"
21470version = "0.52.6"
21471source = "registry+https://github.com/rust-lang/crates.io-index"
21472checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21473
21474[[package]]
21475name = "windows_x86_64_gnullvm"
21476version = "0.53.1"
21477source = "registry+https://github.com/rust-lang/crates.io-index"
21478checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21479
21480[[package]]
21481name = "windows_x86_64_msvc"
21482version = "0.42.2"
21483source = "registry+https://github.com/rust-lang/crates.io-index"
21484checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21485
21486[[package]]
21487name = "windows_x86_64_msvc"
21488version = "0.48.5"
21489source = "registry+https://github.com/rust-lang/crates.io-index"
21490checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21491
21492[[package]]
21493name = "windows_x86_64_msvc"
21494version = "0.52.6"
21495source = "registry+https://github.com/rust-lang/crates.io-index"
21496checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21497
21498[[package]]
21499name = "windows_x86_64_msvc"
21500version = "0.53.1"
21501source = "registry+https://github.com/rust-lang/crates.io-index"
21502checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21503
21504[[package]]
21505name = "winnow"
21506version = "0.7.13"
21507source = "registry+https://github.com/rust-lang/crates.io-index"
21508checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21509dependencies = [
21510 "memchr",
21511]
21512
21513[[package]]
21514name = "winreg"
21515version = "0.10.1"
21516source = "registry+https://github.com/rust-lang/crates.io-index"
21517checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21518dependencies = [
21519 "winapi",
21520]
21521
21522[[package]]
21523name = "winreg"
21524version = "0.50.0"
21525source = "registry+https://github.com/rust-lang/crates.io-index"
21526checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21527dependencies = [
21528 "cfg-if",
21529 "windows-sys 0.48.0",
21530]
21531
21532[[package]]
21533name = "winreg"
21534version = "0.55.0"
21535source = "registry+https://github.com/rust-lang/crates.io-index"
21536checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21537dependencies = [
21538 "cfg-if",
21539 "windows-sys 0.59.0",
21540]
21541
21542[[package]]
21543name = "winresource"
21544version = "0.1.23"
21545source = "registry+https://github.com/rust-lang/crates.io-index"
21546checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21547dependencies = [
21548 "toml 0.8.23",
21549 "version_check",
21550]
21551
21552[[package]]
21553name = "winsafe"
21554version = "0.0.19"
21555source = "registry+https://github.com/rust-lang/crates.io-index"
21556checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21557
21558[[package]]
21559name = "winx"
21560version = "0.36.4"
21561source = "registry+https://github.com/rust-lang/crates.io-index"
21562checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21563dependencies = [
21564 "bitflags 2.10.0",
21565 "windows-sys 0.59.0",
21566]
21567
21568[[package]]
21569name = "wio"
21570version = "0.2.2"
21571source = "registry+https://github.com/rust-lang/crates.io-index"
21572checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21573dependencies = [
21574 "winapi",
21575]
21576
21577[[package]]
21578name = "wit-bindgen"
21579version = "0.22.0"
21580source = "registry+https://github.com/rust-lang/crates.io-index"
21581checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21582dependencies = [
21583 "bitflags 2.10.0",
21584 "wit-bindgen-rt 0.22.0",
21585 "wit-bindgen-rust-macro 0.22.0",
21586]
21587
21588[[package]]
21589name = "wit-bindgen"
21590version = "0.41.0"
21591source = "registry+https://github.com/rust-lang/crates.io-index"
21592checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21593dependencies = [
21594 "wit-bindgen-rt 0.41.0",
21595 "wit-bindgen-rust-macro 0.41.0",
21596]
21597
21598[[package]]
21599name = "wit-bindgen"
21600version = "0.46.0"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21603
21604[[package]]
21605name = "wit-bindgen"
21606version = "0.51.0"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21609dependencies = [
21610 "wit-bindgen-rust-macro 0.51.0",
21611]
21612
21613[[package]]
21614name = "wit-bindgen-core"
21615version = "0.22.0"
21616source = "registry+https://github.com/rust-lang/crates.io-index"
21617checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21618dependencies = [
21619 "anyhow",
21620 "wit-parser 0.201.0",
21621]
21622
21623[[package]]
21624name = "wit-bindgen-core"
21625version = "0.41.0"
21626source = "registry+https://github.com/rust-lang/crates.io-index"
21627checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21628dependencies = [
21629 "anyhow",
21630 "heck 0.5.0",
21631 "wit-parser 0.227.1",
21632]
21633
21634[[package]]
21635name = "wit-bindgen-core"
21636version = "0.51.0"
21637source = "registry+https://github.com/rust-lang/crates.io-index"
21638checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21639dependencies = [
21640 "anyhow",
21641 "heck 0.5.0",
21642 "wit-parser 0.244.0",
21643]
21644
21645[[package]]
21646name = "wit-bindgen-rt"
21647version = "0.22.0"
21648source = "registry+https://github.com/rust-lang/crates.io-index"
21649checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21650
21651[[package]]
21652name = "wit-bindgen-rt"
21653version = "0.41.0"
21654source = "registry+https://github.com/rust-lang/crates.io-index"
21655checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21656dependencies = [
21657 "bitflags 2.10.0",
21658 "futures 0.3.32",
21659 "once_cell",
21660]
21661
21662[[package]]
21663name = "wit-bindgen-rust"
21664version = "0.22.0"
21665source = "registry+https://github.com/rust-lang/crates.io-index"
21666checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21667dependencies = [
21668 "anyhow",
21669 "heck 0.4.1",
21670 "indexmap 2.11.4",
21671 "wasm-metadata 0.201.0",
21672 "wit-bindgen-core 0.22.0",
21673 "wit-component 0.201.0",
21674]
21675
21676[[package]]
21677name = "wit-bindgen-rust"
21678version = "0.41.0"
21679source = "registry+https://github.com/rust-lang/crates.io-index"
21680checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21681dependencies = [
21682 "anyhow",
21683 "heck 0.5.0",
21684 "indexmap 2.11.4",
21685 "prettyplease",
21686 "syn 2.0.117",
21687 "wasm-metadata 0.227.1",
21688 "wit-bindgen-core 0.41.0",
21689 "wit-component 0.227.1",
21690]
21691
21692[[package]]
21693name = "wit-bindgen-rust"
21694version = "0.51.0"
21695source = "registry+https://github.com/rust-lang/crates.io-index"
21696checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21697dependencies = [
21698 "anyhow",
21699 "heck 0.5.0",
21700 "indexmap 2.11.4",
21701 "prettyplease",
21702 "syn 2.0.117",
21703 "wasm-metadata 0.244.0",
21704 "wit-bindgen-core 0.51.0",
21705 "wit-component 0.244.0",
21706]
21707
21708[[package]]
21709name = "wit-bindgen-rust-macro"
21710version = "0.22.0"
21711source = "registry+https://github.com/rust-lang/crates.io-index"
21712checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21713dependencies = [
21714 "anyhow",
21715 "proc-macro2",
21716 "quote",
21717 "syn 2.0.117",
21718 "wit-bindgen-core 0.22.0",
21719 "wit-bindgen-rust 0.22.0",
21720]
21721
21722[[package]]
21723name = "wit-bindgen-rust-macro"
21724version = "0.41.0"
21725source = "registry+https://github.com/rust-lang/crates.io-index"
21726checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21727dependencies = [
21728 "anyhow",
21729 "prettyplease",
21730 "proc-macro2",
21731 "quote",
21732 "syn 2.0.117",
21733 "wit-bindgen-core 0.41.0",
21734 "wit-bindgen-rust 0.41.0",
21735]
21736
21737[[package]]
21738name = "wit-bindgen-rust-macro"
21739version = "0.51.0"
21740source = "registry+https://github.com/rust-lang/crates.io-index"
21741checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21742dependencies = [
21743 "anyhow",
21744 "prettyplease",
21745 "proc-macro2",
21746 "quote",
21747 "syn 2.0.117",
21748 "wit-bindgen-core 0.51.0",
21749 "wit-bindgen-rust 0.51.0",
21750]
21751
21752[[package]]
21753name = "wit-component"
21754version = "0.201.0"
21755source = "registry+https://github.com/rust-lang/crates.io-index"
21756checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21757dependencies = [
21758 "anyhow",
21759 "bitflags 2.10.0",
21760 "indexmap 2.11.4",
21761 "log",
21762 "serde",
21763 "serde_derive",
21764 "serde_json",
21765 "wasm-encoder 0.201.0",
21766 "wasm-metadata 0.201.0",
21767 "wasmparser 0.201.0",
21768 "wit-parser 0.201.0",
21769]
21770
21771[[package]]
21772name = "wit-component"
21773version = "0.227.1"
21774source = "registry+https://github.com/rust-lang/crates.io-index"
21775checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21776dependencies = [
21777 "anyhow",
21778 "bitflags 2.10.0",
21779 "indexmap 2.11.4",
21780 "log",
21781 "serde",
21782 "serde_derive",
21783 "serde_json",
21784 "wasm-encoder 0.227.1",
21785 "wasm-metadata 0.227.1",
21786 "wasmparser 0.227.1",
21787 "wit-parser 0.227.1",
21788]
21789
21790[[package]]
21791name = "wit-component"
21792version = "0.244.0"
21793source = "registry+https://github.com/rust-lang/crates.io-index"
21794checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21795dependencies = [
21796 "anyhow",
21797 "bitflags 2.10.0",
21798 "indexmap 2.11.4",
21799 "log",
21800 "serde",
21801 "serde_derive",
21802 "serde_json",
21803 "wasm-encoder 0.244.0",
21804 "wasm-metadata 0.244.0",
21805 "wasmparser 0.244.0",
21806 "wit-parser 0.244.0",
21807]
21808
21809[[package]]
21810name = "wit-parser"
21811version = "0.201.0"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21814dependencies = [
21815 "anyhow",
21816 "id-arena",
21817 "indexmap 2.11.4",
21818 "log",
21819 "semver",
21820 "serde",
21821 "serde_derive",
21822 "serde_json",
21823 "unicode-xid",
21824 "wasmparser 0.201.0",
21825]
21826
21827[[package]]
21828name = "wit-parser"
21829version = "0.227.1"
21830source = "registry+https://github.com/rust-lang/crates.io-index"
21831checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21832dependencies = [
21833 "anyhow",
21834 "id-arena",
21835 "indexmap 2.11.4",
21836 "log",
21837 "semver",
21838 "serde",
21839 "serde_derive",
21840 "serde_json",
21841 "unicode-xid",
21842 "wasmparser 0.227.1",
21843]
21844
21845[[package]]
21846name = "wit-parser"
21847version = "0.236.1"
21848source = "registry+https://github.com/rust-lang/crates.io-index"
21849checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21850dependencies = [
21851 "anyhow",
21852 "id-arena",
21853 "indexmap 2.11.4",
21854 "log",
21855 "semver",
21856 "serde",
21857 "serde_derive",
21858 "serde_json",
21859 "unicode-xid",
21860 "wasmparser 0.236.1",
21861]
21862
21863[[package]]
21864name = "wit-parser"
21865version = "0.244.0"
21866source = "registry+https://github.com/rust-lang/crates.io-index"
21867checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21868dependencies = [
21869 "anyhow",
21870 "id-arena",
21871 "indexmap 2.11.4",
21872 "log",
21873 "semver",
21874 "serde",
21875 "serde_derive",
21876 "serde_json",
21877 "unicode-xid",
21878 "wasmparser 0.244.0",
21879]
21880
21881[[package]]
21882name = "witx"
21883version = "0.9.1"
21884source = "registry+https://github.com/rust-lang/crates.io-index"
21885checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21886dependencies = [
21887 "anyhow",
21888 "log",
21889 "thiserror 1.0.69",
21890 "wast",
21891]
21892
21893[[package]]
21894name = "workspace"
21895version = "0.1.0"
21896dependencies = [
21897 "agent_settings",
21898 "any_vec",
21899 "anyhow",
21900 "async-recursion",
21901 "chrono",
21902 "client",
21903 "clock",
21904 "collections",
21905 "component",
21906 "db",
21907 "fs",
21908 "futures 0.3.32",
21909 "git",
21910 "gpui",
21911 "http_client",
21912 "itertools 0.14.0",
21913 "language",
21914 "log",
21915 "markdown",
21916 "menu",
21917 "node_runtime",
21918 "parking_lot",
21919 "postage",
21920 "pretty_assertions",
21921 "project",
21922 "remote",
21923 "schemars 1.0.4",
21924 "serde",
21925 "serde_json",
21926 "session",
21927 "settings",
21928 "smallvec",
21929 "sqlez",
21930 "strum 0.27.2",
21931 "task",
21932 "telemetry",
21933 "tempfile",
21934 "theme",
21935 "theme_settings",
21936 "ui",
21937 "util",
21938 "uuid",
21939 "vim_mode_setting",
21940 "windows 0.61.3",
21941 "zed_actions",
21942 "zlog",
21943]
21944
21945[[package]]
21946name = "worktree"
21947version = "0.1.0"
21948dependencies = [
21949 "anyhow",
21950 "async-lock 2.8.0",
21951 "chardetng",
21952 "clock",
21953 "collections",
21954 "encoding_rs",
21955 "fs",
21956 "futures 0.3.32",
21957 "fuzzy",
21958 "git",
21959 "gpui",
21960 "ignore",
21961 "language",
21962 "log",
21963 "parking_lot",
21964 "paths",
21965 "postage",
21966 "pretty_assertions",
21967 "rand 0.9.3",
21968 "rpc",
21969 "serde",
21970 "serde_json",
21971 "settings",
21972 "smallvec",
21973 "smol",
21974 "sum_tree",
21975 "text",
21976 "tracing",
21977 "util",
21978 "worktree",
21979 "zlog",
21980 "ztracing",
21981]
21982
21983[[package]]
21984name = "worktree_benchmarks"
21985version = "0.1.0"
21986dependencies = [
21987 "fs",
21988 "gpui_platform",
21989 "settings",
21990 "worktree",
21991]
21992
21993[[package]]
21994name = "wprcontrol"
21995version = "0.1.0"
21996source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21997dependencies = [
21998 "windows 0.61.3",
21999 "windows-bindgen",
22000 "windows-core 0.61.2",
22001 "windows-link 0.2.1",
22002]
22003
22004[[package]]
22005name = "writeable"
22006version = "0.6.1"
22007source = "registry+https://github.com/rust-lang/crates.io-index"
22008checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
22009
22010[[package]]
22011name = "wyz"
22012version = "0.5.1"
22013source = "registry+https://github.com/rust-lang/crates.io-index"
22014checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
22015dependencies = [
22016 "tap",
22017]
22018
22019[[package]]
22020name = "x11"
22021version = "2.21.0"
22022source = "registry+https://github.com/rust-lang/crates.io-index"
22023checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
22024dependencies = [
22025 "libc",
22026 "pkg-config",
22027]
22028
22029[[package]]
22030name = "x11-clipboard"
22031version = "0.9.3"
22032source = "registry+https://github.com/rust-lang/crates.io-index"
22033checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
22034dependencies = [
22035 "libc",
22036 "x11rb",
22037]
22038
22039[[package]]
22040name = "x11rb"
22041version = "0.13.2"
22042source = "registry+https://github.com/rust-lang/crates.io-index"
22043checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
22044dependencies = [
22045 "as-raw-xcb-connection",
22046 "gethostname",
22047 "libc",
22048 "rustix 1.1.2",
22049 "x11rb-protocol",
22050 "xcursor",
22051]
22052
22053[[package]]
22054name = "x11rb-protocol"
22055version = "0.13.2"
22056source = "registry+https://github.com/rust-lang/crates.io-index"
22057checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
22058
22059[[package]]
22060name = "x_ai"
22061version = "0.1.0"
22062dependencies = [
22063 "anyhow",
22064 "schemars 1.0.4",
22065 "serde",
22066 "strum 0.27.2",
22067]
22068
22069[[package]]
22070name = "xattr"
22071version = "0.2.3"
22072source = "registry+https://github.com/rust-lang/crates.io-index"
22073checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
22074dependencies = [
22075 "libc",
22076]
22077
22078[[package]]
22079name = "xcb"
22080version = "1.6.0"
22081source = "registry+https://github.com/rust-lang/crates.io-index"
22082checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
22083dependencies = [
22084 "bitflags 1.3.2",
22085 "libc",
22086 "quick-xml 0.30.0",
22087 "x11",
22088]
22089
22090[[package]]
22091name = "xcursor"
22092version = "0.3.10"
22093source = "registry+https://github.com/rust-lang/crates.io-index"
22094checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
22095
22096[[package]]
22097name = "xim-ctext"
22098version = "0.3.0"
22099source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22100dependencies = [
22101 "encoding_rs",
22102]
22103
22104[[package]]
22105name = "xim-parser"
22106version = "0.2.1"
22107source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22108dependencies = [
22109 "bitflags 2.10.0",
22110]
22111
22112[[package]]
22113name = "xkbcommon"
22114version = "0.8.0"
22115source = "registry+https://github.com/rust-lang/crates.io-index"
22116checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
22117dependencies = [
22118 "as-raw-xcb-connection",
22119 "libc",
22120 "memmap2",
22121 "xkeysym",
22122]
22123
22124[[package]]
22125name = "xkeysym"
22126version = "0.2.1"
22127source = "registry+https://github.com/rust-lang/crates.io-index"
22128checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
22129
22130[[package]]
22131name = "xml-rs"
22132version = "0.8.28"
22133source = "registry+https://github.com/rust-lang/crates.io-index"
22134checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
22135
22136[[package]]
22137name = "xml5ever"
22138version = "0.18.1"
22139source = "registry+https://github.com/rust-lang/crates.io-index"
22140checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
22141dependencies = [
22142 "log",
22143 "mac",
22144 "markup5ever 0.12.1",
22145]
22146
22147[[package]]
22148name = "xmlparser"
22149version = "0.13.6"
22150source = "registry+https://github.com/rust-lang/crates.io-index"
22151checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22152
22153[[package]]
22154name = "xmlwriter"
22155version = "0.1.0"
22156source = "registry+https://github.com/rust-lang/crates.io-index"
22157checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22158
22159[[package]]
22160name = "xtask"
22161version = "0.1.0"
22162dependencies = [
22163 "annotate-snippets",
22164 "anyhow",
22165 "backtrace",
22166 "cargo_metadata 0.19.2",
22167 "cargo_toml",
22168 "clap",
22169 "compliance",
22170 "gh-workflow",
22171 "indexmap 2.11.4",
22172 "indoc",
22173 "itertools 0.14.0",
22174 "regex",
22175 "serde",
22176 "serde_json",
22177 "serde_yaml",
22178 "strum 0.27.2",
22179 "tokio",
22180 "toml 0.8.23",
22181 "toml_edit 0.22.27",
22182]
22183
22184[[package]]
22185name = "y4m"
22186version = "0.8.0"
22187source = "registry+https://github.com/rust-lang/crates.io-index"
22188checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22189
22190[[package]]
22191name = "yaml-rust2"
22192version = "0.8.1"
22193source = "registry+https://github.com/rust-lang/crates.io-index"
22194checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22195dependencies = [
22196 "arraydeque",
22197 "encoding_rs",
22198 "hashlink 0.8.4",
22199]
22200
22201[[package]]
22202name = "yansi"
22203version = "1.0.1"
22204source = "registry+https://github.com/rust-lang/crates.io-index"
22205checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22206
22207[[package]]
22208name = "yawc"
22209version = "0.2.5"
22210source = "registry+https://github.com/rust-lang/crates.io-index"
22211checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22212dependencies = [
22213 "base64 0.22.1",
22214 "bytes 1.11.1",
22215 "flate2",
22216 "futures 0.3.32",
22217 "http-body-util",
22218 "hyper 1.7.0",
22219 "hyper-util",
22220 "js-sys",
22221 "nom 8.0.0",
22222 "pin-project",
22223 "rand 0.8.5",
22224 "sha1",
22225 "thiserror 1.0.69",
22226 "tokio",
22227 "tokio-rustls 0.26.2",
22228 "tokio-util",
22229 "url",
22230 "wasm-bindgen",
22231 "wasm-bindgen-futures",
22232 "web-sys",
22233 "webpki-roots",
22234]
22235
22236[[package]]
22237name = "yazi"
22238version = "0.2.1"
22239source = "registry+https://github.com/rust-lang/crates.io-index"
22240checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22241
22242[[package]]
22243name = "yeslogic-fontconfig-sys"
22244version = "6.0.0"
22245source = "registry+https://github.com/rust-lang/crates.io-index"
22246checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22247dependencies = [
22248 "dlib",
22249 "once_cell",
22250 "pkg-config",
22251]
22252
22253[[package]]
22254name = "yoke"
22255version = "0.7.5"
22256source = "registry+https://github.com/rust-lang/crates.io-index"
22257checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22258dependencies = [
22259 "serde",
22260 "stable_deref_trait",
22261 "yoke-derive 0.7.5",
22262 "zerofrom",
22263]
22264
22265[[package]]
22266name = "yoke"
22267version = "0.8.0"
22268source = "registry+https://github.com/rust-lang/crates.io-index"
22269checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22270dependencies = [
22271 "serde",
22272 "stable_deref_trait",
22273 "yoke-derive 0.8.0",
22274 "zerofrom",
22275]
22276
22277[[package]]
22278name = "yoke-derive"
22279version = "0.7.5"
22280source = "registry+https://github.com/rust-lang/crates.io-index"
22281checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22282dependencies = [
22283 "proc-macro2",
22284 "quote",
22285 "syn 2.0.117",
22286 "synstructure",
22287]
22288
22289[[package]]
22290name = "yoke-derive"
22291version = "0.8.0"
22292source = "registry+https://github.com/rust-lang/crates.io-index"
22293checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22294dependencies = [
22295 "proc-macro2",
22296 "quote",
22297 "syn 2.0.117",
22298 "synstructure",
22299]
22300
22301[[package]]
22302name = "zbus"
22303version = "5.13.2"
22304source = "registry+https://github.com/rust-lang/crates.io-index"
22305checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22306dependencies = [
22307 "async-broadcast",
22308 "async-executor",
22309 "async-io",
22310 "async-lock 3.4.2",
22311 "async-process",
22312 "async-recursion",
22313 "async-task",
22314 "async-trait",
22315 "blocking",
22316 "enumflags2",
22317 "event-listener 5.4.1",
22318 "futures-core",
22319 "futures-lite 2.6.1",
22320 "hex",
22321 "libc",
22322 "ordered-stream",
22323 "rustix 1.1.2",
22324 "serde",
22325 "serde_repr",
22326 "tracing",
22327 "uds_windows",
22328 "uuid",
22329 "windows-sys 0.61.2",
22330 "winnow",
22331 "zbus_macros",
22332 "zbus_names",
22333 "zvariant",
22334]
22335
22336[[package]]
22337name = "zbus_macros"
22338version = "5.13.2"
22339source = "registry+https://github.com/rust-lang/crates.io-index"
22340checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22341dependencies = [
22342 "proc-macro-crate",
22343 "proc-macro2",
22344 "quote",
22345 "syn 2.0.117",
22346 "zbus_names",
22347 "zvariant",
22348 "zvariant_utils",
22349]
22350
22351[[package]]
22352name = "zbus_names"
22353version = "4.3.1"
22354source = "registry+https://github.com/rust-lang/crates.io-index"
22355checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22356dependencies = [
22357 "serde",
22358 "winnow",
22359 "zvariant",
22360]
22361
22362[[package]]
22363name = "zed"
22364version = "0.235.0"
22365dependencies = [
22366 "acp_thread",
22367 "acp_tools",
22368 "action_log",
22369 "activity_indicator",
22370 "agent",
22371 "agent-client-protocol",
22372 "agent_servers",
22373 "agent_settings",
22374 "agent_ui",
22375 "anyhow",
22376 "ashpd",
22377 "askpass",
22378 "assets",
22379 "audio",
22380 "auto_update",
22381 "auto_update_ui",
22382 "breadcrumbs",
22383 "call",
22384 "channel",
22385 "chrono",
22386 "clap",
22387 "cli",
22388 "client",
22389 "clock",
22390 "codestral",
22391 "collab_ui",
22392 "collections",
22393 "command_palette",
22394 "component",
22395 "component_preview",
22396 "copilot",
22397 "copilot_chat",
22398 "copilot_ui",
22399 "crashes",
22400 "csv_preview",
22401 "dap_adapters",
22402 "db",
22403 "debug_adapter_extension",
22404 "debugger_tools",
22405 "debugger_ui",
22406 "dev_container",
22407 "diagnostics",
22408 "edit_prediction",
22409 "edit_prediction_ui",
22410 "editor",
22411 "encoding_selector",
22412 "env_logger 0.11.8",
22413 "etw_tracing",
22414 "extension",
22415 "extension_host",
22416 "extensions_ui",
22417 "feature_flags",
22418 "feedback",
22419 "file_finder",
22420 "fs",
22421 "futures 0.3.32",
22422 "git",
22423 "git_graph",
22424 "git_hosting_providers",
22425 "git_ui",
22426 "go_to_line",
22427 "gpui",
22428 "gpui_platform",
22429 "gpui_tokio",
22430 "http_client",
22431 "image",
22432 "image_viewer",
22433 "input_latency_ui",
22434 "inspector_ui",
22435 "install_cli",
22436 "itertools 0.14.0",
22437 "journal",
22438 "json_schema_store",
22439 "keymap_editor",
22440 "language",
22441 "language_extension",
22442 "language_model",
22443 "language_models",
22444 "language_onboarding",
22445 "language_selector",
22446 "language_tools",
22447 "languages",
22448 "line_ending_selector",
22449 "log",
22450 "markdown",
22451 "markdown_preview",
22452 "menu",
22453 "migrator",
22454 "mimalloc",
22455 "miniprofiler_ui",
22456 "nc",
22457 "node_runtime",
22458 "notifications",
22459 "onboarding",
22460 "outline",
22461 "outline_panel",
22462 "parking_lot",
22463 "paths",
22464 "picker",
22465 "pkg-config",
22466 "pretty_assertions",
22467 "profiling",
22468 "project",
22469 "project_panel",
22470 "project_symbols",
22471 "prompt_store",
22472 "proto",
22473 "rayon",
22474 "recent_projects",
22475 "release_channel",
22476 "remote",
22477 "repl",
22478 "reqwest_client",
22479 "rope",
22480 "search",
22481 "semver",
22482 "serde",
22483 "serde_json",
22484 "session",
22485 "settings",
22486 "settings_profile_selector",
22487 "settings_ui",
22488 "shellexpand",
22489 "sidebar",
22490 "smol",
22491 "snippet_provider",
22492 "snippets_ui",
22493 "svg_preview",
22494 "sysinfo 0.37.2",
22495 "system_specs",
22496 "tab_switcher",
22497 "task",
22498 "tasks_ui",
22499 "telemetry",
22500 "telemetry_events",
22501 "tempfile",
22502 "terminal_view",
22503 "theme",
22504 "theme_extension",
22505 "theme_selector",
22506 "theme_settings",
22507 "time",
22508 "time_format",
22509 "title_bar",
22510 "toolchain_selector",
22511 "tracing",
22512 "ui",
22513 "ui_prompt",
22514 "url",
22515 "urlencoding",
22516 "util",
22517 "uuid",
22518 "vim",
22519 "vim_mode_setting",
22520 "watch",
22521 "web_search",
22522 "web_search_providers",
22523 "which_key",
22524 "windows 0.61.3",
22525 "winresource",
22526 "workspace",
22527 "zed-reqwest",
22528 "zed_actions",
22529 "zed_env_vars",
22530 "zlog",
22531 "zlog_settings",
22532 "ztracing",
22533]
22534
22535[[package]]
22536name = "zed-font-kit"
22537version = "0.14.1-zed"
22538source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22539dependencies = [
22540 "bitflags 2.10.0",
22541 "byteorder",
22542 "core-foundation 0.10.0",
22543 "core-graphics 0.24.0",
22544 "core-text",
22545 "dirs",
22546 "dwrote",
22547 "float-ord",
22548 "freetype-sys",
22549 "lazy_static",
22550 "libc",
22551 "log",
22552 "pathfinder_geometry",
22553 "pathfinder_simd",
22554 "walkdir",
22555 "winapi",
22556 "yeslogic-fontconfig-sys",
22557]
22558
22559[[package]]
22560name = "zed-reqwest"
22561version = "0.12.15-zed"
22562source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22563dependencies = [
22564 "base64 0.22.1",
22565 "bytes 1.11.1",
22566 "encoding_rs",
22567 "futures-core",
22568 "futures-util",
22569 "h2 0.4.12",
22570 "http 1.3.1",
22571 "http-body 1.0.1",
22572 "http-body-util",
22573 "hyper 1.7.0",
22574 "hyper-rustls 0.27.7",
22575 "hyper-util",
22576 "ipnet",
22577 "js-sys",
22578 "log",
22579 "mime",
22580 "mime_guess",
22581 "once_cell",
22582 "percent-encoding",
22583 "pin-project-lite",
22584 "quinn",
22585 "rustls 0.23.33",
22586 "rustls-native-certs 0.8.2",
22587 "rustls-pemfile 2.2.0",
22588 "rustls-pki-types",
22589 "serde",
22590 "serde_json",
22591 "serde_urlencoded",
22592 "sync_wrapper 1.0.2",
22593 "system-configuration 0.6.1",
22594 "tokio",
22595 "tokio-rustls 0.26.2",
22596 "tokio-socks",
22597 "tokio-util",
22598 "tower 0.5.2",
22599 "tower-service",
22600 "url",
22601 "wasm-bindgen",
22602 "wasm-bindgen-futures",
22603 "wasm-streams",
22604 "web-sys",
22605 "windows-registry 0.4.0",
22606]
22607
22608[[package]]
22609name = "zed-scap"
22610version = "0.0.8-zed"
22611source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22612dependencies = [
22613 "anyhow",
22614 "cocoa 0.25.0",
22615 "core-graphics-helmer-fork",
22616 "log",
22617 "objc",
22618 "rand 0.8.5",
22619 "screencapturekit",
22620 "screencapturekit-sys",
22621 "sysinfo 0.31.4",
22622 "tao-core-video-sys",
22623 "windows 0.61.3",
22624 "windows-capture",
22625 "x11",
22626 "xcb",
22627]
22628
22629[[package]]
22630name = "zed-xim"
22631version = "0.4.0-zed"
22632source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22633dependencies = [
22634 "ahash 0.8.12",
22635 "hashbrown 0.14.5",
22636 "log",
22637 "x11rb",
22638 "xim-ctext",
22639 "xim-parser",
22640]
22641
22642[[package]]
22643name = "zed_actions"
22644version = "0.1.0"
22645dependencies = [
22646 "gpui",
22647 "schemars 1.0.4",
22648 "serde",
22649 "util",
22650 "uuid",
22651]
22652
22653[[package]]
22654name = "zed_credentials_provider"
22655version = "0.1.0"
22656dependencies = [
22657 "anyhow",
22658 "credentials_provider",
22659 "futures 0.3.32",
22660 "gpui",
22661 "paths",
22662 "release_channel",
22663 "serde",
22664 "serde_json",
22665]
22666
22667[[package]]
22668name = "zed_env_vars"
22669version = "0.1.0"
22670dependencies = [
22671 "env_var",
22672]
22673
22674[[package]]
22675name = "zed_extension_api"
22676version = "0.1.0"
22677source = "registry+https://github.com/rust-lang/crates.io-index"
22678checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22679dependencies = [
22680 "serde",
22681 "serde_json",
22682 "wit-bindgen 0.22.0",
22683]
22684
22685[[package]]
22686name = "zed_extension_api"
22687version = "0.7.0"
22688source = "registry+https://github.com/rust-lang/crates.io-index"
22689checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22690dependencies = [
22691 "serde",
22692 "serde_json",
22693 "wit-bindgen 0.41.0",
22694]
22695
22696[[package]]
22697name = "zed_extension_api"
22698version = "0.8.0"
22699dependencies = [
22700 "serde",
22701 "serde_json",
22702 "wit-bindgen 0.41.0",
22703]
22704
22705[[package]]
22706name = "zed_glsl"
22707version = "0.2.3"
22708dependencies = [
22709 "zed_extension_api 0.1.0",
22710]
22711
22712[[package]]
22713name = "zed_html"
22714version = "0.3.1"
22715dependencies = [
22716 "zed_extension_api 0.7.0",
22717]
22718
22719[[package]]
22720name = "zed_proto"
22721version = "0.3.2"
22722dependencies = [
22723 "zed_extension_api 0.7.0",
22724]
22725
22726[[package]]
22727name = "zed_test_extension"
22728version = "0.1.0"
22729dependencies = [
22730 "zed_extension_api 0.8.0",
22731]
22732
22733[[package]]
22734name = "zeno"
22735version = "0.3.3"
22736source = "registry+https://github.com/rust-lang/crates.io-index"
22737checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22738
22739[[package]]
22740name = "zerocopy"
22741version = "0.8.27"
22742source = "registry+https://github.com/rust-lang/crates.io-index"
22743checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22744dependencies = [
22745 "zerocopy-derive",
22746]
22747
22748[[package]]
22749name = "zerocopy-derive"
22750version = "0.8.27"
22751source = "registry+https://github.com/rust-lang/crates.io-index"
22752checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22753dependencies = [
22754 "proc-macro2",
22755 "quote",
22756 "syn 2.0.117",
22757]
22758
22759[[package]]
22760name = "zerofrom"
22761version = "0.1.6"
22762source = "registry+https://github.com/rust-lang/crates.io-index"
22763checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22764dependencies = [
22765 "zerofrom-derive",
22766]
22767
22768[[package]]
22769name = "zerofrom-derive"
22770version = "0.1.6"
22771source = "registry+https://github.com/rust-lang/crates.io-index"
22772checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22773dependencies = [
22774 "proc-macro2",
22775 "quote",
22776 "syn 2.0.117",
22777 "synstructure",
22778]
22779
22780[[package]]
22781name = "zeroize"
22782version = "1.8.2"
22783source = "registry+https://github.com/rust-lang/crates.io-index"
22784checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22785dependencies = [
22786 "zeroize_derive",
22787]
22788
22789[[package]]
22790name = "zeroize_derive"
22791version = "1.4.2"
22792source = "registry+https://github.com/rust-lang/crates.io-index"
22793checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22794dependencies = [
22795 "proc-macro2",
22796 "quote",
22797 "syn 2.0.117",
22798]
22799
22800[[package]]
22801name = "zeromq"
22802version = "0.5.0"
22803source = "registry+https://github.com/rust-lang/crates.io-index"
22804checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22805dependencies = [
22806 "async-dispatcher",
22807 "async-std",
22808 "async-trait",
22809 "asynchronous-codec",
22810 "bytes 1.11.1",
22811 "crossbeam-queue",
22812 "futures 0.3.32",
22813 "log",
22814 "num-traits",
22815 "once_cell",
22816 "parking_lot",
22817 "rand 0.9.3",
22818 "regex",
22819 "scc",
22820 "thiserror 1.0.69",
22821 "uuid",
22822]
22823
22824[[package]]
22825name = "zerotrie"
22826version = "0.2.2"
22827source = "registry+https://github.com/rust-lang/crates.io-index"
22828checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22829dependencies = [
22830 "displaydoc",
22831 "yoke 0.8.0",
22832 "zerofrom",
22833]
22834
22835[[package]]
22836name = "zerovec"
22837version = "0.11.4"
22838source = "registry+https://github.com/rust-lang/crates.io-index"
22839checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22840dependencies = [
22841 "yoke 0.8.0",
22842 "zerofrom",
22843 "zerovec-derive",
22844]
22845
22846[[package]]
22847name = "zerovec-derive"
22848version = "0.11.1"
22849source = "registry+https://github.com/rust-lang/crates.io-index"
22850checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22851dependencies = [
22852 "proc-macro2",
22853 "quote",
22854 "syn 2.0.117",
22855]
22856
22857[[package]]
22858name = "zeta_prompt"
22859version = "0.1.0"
22860dependencies = [
22861 "anyhow",
22862 "imara-diff",
22863 "indoc",
22864 "serde",
22865 "strum 0.27.2",
22866]
22867
22868[[package]]
22869name = "zip"
22870version = "0.6.6"
22871source = "registry+https://github.com/rust-lang/crates.io-index"
22872checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22873dependencies = [
22874 "aes",
22875 "byteorder",
22876 "bzip2 0.4.4",
22877 "constant_time_eq",
22878 "crc32fast",
22879 "crossbeam-utils",
22880 "flate2",
22881 "hmac",
22882 "pbkdf2 0.11.0",
22883 "sha1",
22884 "time",
22885 "zstd",
22886]
22887
22888[[package]]
22889name = "zip"
22890version = "1.1.4"
22891source = "registry+https://github.com/rust-lang/crates.io-index"
22892checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22893dependencies = [
22894 "arbitrary",
22895 "crc32fast",
22896 "crossbeam-utils",
22897 "displaydoc",
22898 "indexmap 2.11.4",
22899 "num_enum",
22900 "thiserror 1.0.69",
22901]
22902
22903[[package]]
22904name = "zlog"
22905version = "0.1.0"
22906dependencies = [
22907 "anyhow",
22908 "chrono",
22909 "collections",
22910 "log",
22911 "tempfile",
22912]
22913
22914[[package]]
22915name = "zlog_settings"
22916version = "0.1.0"
22917dependencies = [
22918 "collections",
22919 "gpui",
22920 "settings",
22921 "zlog",
22922]
22923
22924[[package]]
22925name = "zstd"
22926version = "0.11.2+zstd.1.5.2"
22927source = "registry+https://github.com/rust-lang/crates.io-index"
22928checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22929dependencies = [
22930 "zstd-safe",
22931]
22932
22933[[package]]
22934name = "zstd-safe"
22935version = "5.0.2+zstd.1.5.2"
22936source = "registry+https://github.com/rust-lang/crates.io-index"
22937checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22938dependencies = [
22939 "libc",
22940 "zstd-sys",
22941]
22942
22943[[package]]
22944name = "zstd-sys"
22945version = "2.0.16+zstd.1.5.7"
22946source = "registry+https://github.com/rust-lang/crates.io-index"
22947checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22948dependencies = [
22949 "cc",
22950 "pkg-config",
22951]
22952
22953[[package]]
22954name = "ztracing"
22955version = "0.1.0"
22956dependencies = [
22957 "tracing",
22958 "tracing-subscriber",
22959 "tracing-tracy",
22960 "tracy-client",
22961 "zlog",
22962 "ztracing_macro",
22963]
22964
22965[[package]]
22966name = "ztracing_macro"
22967version = "0.1.0"
22968
22969[[package]]
22970name = "zune-core"
22971version = "0.4.12"
22972source = "registry+https://github.com/rust-lang/crates.io-index"
22973checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22974
22975[[package]]
22976name = "zune-core"
22977version = "0.5.1"
22978source = "registry+https://github.com/rust-lang/crates.io-index"
22979checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22980
22981[[package]]
22982name = "zune-inflate"
22983version = "0.2.54"
22984source = "registry+https://github.com/rust-lang/crates.io-index"
22985checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22986dependencies = [
22987 "simd-adler32",
22988]
22989
22990[[package]]
22991name = "zune-jpeg"
22992version = "0.4.21"
22993source = "registry+https://github.com/rust-lang/crates.io-index"
22994checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22995dependencies = [
22996 "zune-core 0.4.12",
22997]
22998
22999[[package]]
23000name = "zune-jpeg"
23001version = "0.5.15"
23002source = "registry+https://github.com/rust-lang/crates.io-index"
23003checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
23004dependencies = [
23005 "zune-core 0.5.1",
23006]
23007
23008[[package]]
23009name = "zvariant"
23010version = "5.9.2"
23011source = "registry+https://github.com/rust-lang/crates.io-index"
23012checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
23013dependencies = [
23014 "endi",
23015 "enumflags2",
23016 "serde",
23017 "serde_bytes",
23018 "winnow",
23019 "zvariant_derive",
23020 "zvariant_utils",
23021]
23022
23023[[package]]
23024name = "zvariant_derive"
23025version = "5.9.2"
23026source = "registry+https://github.com/rust-lang/crates.io-index"
23027checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
23028dependencies = [
23029 "proc-macro-crate",
23030 "proc-macro2",
23031 "quote",
23032 "syn 2.0.117",
23033 "zvariant_utils",
23034]
23035
23036[[package]]
23037name = "zvariant_utils"
23038version = "3.3.0"
23039source = "registry+https://github.com/rust-lang/crates.io-index"
23040checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
23041dependencies = [
23042 "proc-macro2",
23043 "quote",
23044 "serde",
23045 "syn 2.0.117",
23046 "winnow",
23047]