1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy 0.7.35",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?rev=03c2907b44b4189aac5fdeaea331f5aab5c7072e#03c2907b44b4189aac5fdeaea331f5aab5c7072e"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.96"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.6",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "gpui",
471 "heed",
472 "html_to_markdown",
473 "http_client",
474 "indoc",
475 "itertools 0.14.0",
476 "language",
477 "language_model",
478 "language_model_selector",
479 "log",
480 "lsp",
481 "markdown",
482 "menu",
483 "multi_buffer",
484 "parking_lot",
485 "paths",
486 "picker",
487 "project",
488 "prompt_library",
489 "prompt_store",
490 "proto",
491 "rand 0.8.5",
492 "rope",
493 "serde",
494 "serde_json",
495 "settings",
496 "smol",
497 "streaming_diff",
498 "telemetry_events",
499 "terminal",
500 "terminal_view",
501 "text",
502 "theme",
503 "time",
504 "time_format",
505 "ui",
506 "util",
507 "uuid",
508 "vim_mode_setting",
509 "workspace",
510 "zed_actions",
511]
512
513[[package]]
514name = "assistant_context_editor"
515version = "0.1.0"
516dependencies = [
517 "anyhow",
518 "assistant_settings",
519 "assistant_slash_command",
520 "assistant_slash_commands",
521 "chrono",
522 "client",
523 "clock",
524 "collections",
525 "context_server",
526 "editor",
527 "fs",
528 "futures 0.3.31",
529 "fuzzy",
530 "gpui",
531 "indexed_docs",
532 "language",
533 "language_model",
534 "language_model_selector",
535 "languages",
536 "log",
537 "multi_buffer",
538 "open_ai",
539 "parking_lot",
540 "paths",
541 "picker",
542 "pretty_assertions",
543 "project",
544 "prompt_store",
545 "rand 0.8.5",
546 "regex",
547 "rope",
548 "rpc",
549 "serde",
550 "serde_json",
551 "settings",
552 "smallvec",
553 "smol",
554 "strum",
555 "telemetry_events",
556 "text",
557 "theme",
558 "tree-sitter-md",
559 "ui",
560 "unindent",
561 "util",
562 "uuid",
563 "workspace",
564]
565
566[[package]]
567name = "assistant_settings"
568version = "0.1.0"
569dependencies = [
570 "anthropic",
571 "anyhow",
572 "deepseek",
573 "feature_flags",
574 "fs",
575 "gpui",
576 "language_model",
577 "lmstudio",
578 "log",
579 "ollama",
580 "open_ai",
581 "paths",
582 "schemars",
583 "serde",
584 "serde_json_lenient",
585 "settings",
586]
587
588[[package]]
589name = "assistant_slash_command"
590version = "0.1.0"
591dependencies = [
592 "anyhow",
593 "async-trait",
594 "collections",
595 "derive_more",
596 "extension",
597 "futures 0.3.31",
598 "gpui",
599 "language",
600 "language_model",
601 "parking_lot",
602 "pretty_assertions",
603 "serde",
604 "serde_json",
605 "ui",
606 "workspace",
607]
608
609[[package]]
610name = "assistant_slash_commands"
611version = "0.1.0"
612dependencies = [
613 "anyhow",
614 "assistant_slash_command",
615 "cargo_toml",
616 "chrono",
617 "collections",
618 "context_server",
619 "editor",
620 "env_logger 0.11.6",
621 "feature_flags",
622 "fs",
623 "futures 0.3.31",
624 "fuzzy",
625 "globset",
626 "gpui",
627 "html_to_markdown",
628 "http_client",
629 "indexed_docs",
630 "language",
631 "language_model",
632 "log",
633 "pretty_assertions",
634 "project",
635 "prompt_store",
636 "rope",
637 "schemars",
638 "semantic_index",
639 "serde",
640 "serde_json",
641 "settings",
642 "smol",
643 "terminal_view",
644 "text",
645 "toml 0.8.20",
646 "ui",
647 "util",
648 "workspace",
649 "worktree",
650]
651
652[[package]]
653name = "assistant_tool"
654version = "0.1.0"
655dependencies = [
656 "anyhow",
657 "collections",
658 "derive_more",
659 "gpui",
660 "parking_lot",
661 "serde",
662 "serde_json",
663 "workspace",
664]
665
666[[package]]
667name = "assistant_tools"
668version = "0.1.0"
669dependencies = [
670 "anyhow",
671 "assistant_tool",
672 "chrono",
673 "gpui",
674 "project",
675 "schemars",
676 "serde",
677 "serde_json",
678 "workspace",
679]
680
681[[package]]
682name = "async-attributes"
683version = "1.1.2"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
686dependencies = [
687 "quote",
688 "syn 1.0.109",
689]
690
691[[package]]
692name = "async-broadcast"
693version = "0.7.2"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
696dependencies = [
697 "event-listener 5.3.1",
698 "event-listener-strategy",
699 "futures-core",
700 "pin-project-lite",
701]
702
703[[package]]
704name = "async-channel"
705version = "1.9.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
708dependencies = [
709 "concurrent-queue",
710 "event-listener 2.5.3",
711 "futures-core",
712]
713
714[[package]]
715name = "async-channel"
716version = "2.3.1"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
719dependencies = [
720 "concurrent-queue",
721 "event-listener-strategy",
722 "futures-core",
723 "pin-project-lite",
724]
725
726[[package]]
727name = "async-compat"
728version = "0.2.4"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
731dependencies = [
732 "futures-core",
733 "futures-io",
734 "once_cell",
735 "pin-project-lite",
736 "tokio",
737]
738
739[[package]]
740name = "async-compression"
741version = "0.4.20"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
744dependencies = [
745 "deflate64",
746 "flate2",
747 "futures-core",
748 "futures-io",
749 "memchr",
750 "pin-project-lite",
751]
752
753[[package]]
754name = "async-dispatcher"
755version = "0.1.2"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
758dependencies = [
759 "async-task",
760 "futures-lite 1.13.0",
761]
762
763[[package]]
764name = "async-executor"
765version = "1.13.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
768dependencies = [
769 "async-task",
770 "concurrent-queue",
771 "fastrand 2.3.0",
772 "futures-lite 2.6.0",
773 "slab",
774]
775
776[[package]]
777name = "async-fs"
778version = "2.1.2"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
781dependencies = [
782 "async-lock",
783 "blocking",
784 "futures-lite 2.6.0",
785]
786
787[[package]]
788name = "async-global-executor"
789version = "2.4.1"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
792dependencies = [
793 "async-channel 2.3.1",
794 "async-executor",
795 "async-io",
796 "async-lock",
797 "blocking",
798 "futures-lite 2.6.0",
799 "once_cell",
800]
801
802[[package]]
803name = "async-io"
804version = "2.4.0"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
807dependencies = [
808 "async-lock",
809 "cfg-if",
810 "concurrent-queue",
811 "futures-io",
812 "futures-lite 2.6.0",
813 "parking",
814 "polling",
815 "rustix",
816 "slab",
817 "tracing",
818 "windows-sys 0.59.0",
819]
820
821[[package]]
822name = "async-lock"
823version = "3.4.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
826dependencies = [
827 "event-listener 5.3.1",
828 "event-listener-strategy",
829 "pin-project-lite",
830]
831
832[[package]]
833name = "async-native-tls"
834version = "0.5.0"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
837dependencies = [
838 "futures-util",
839 "native-tls",
840 "thiserror 1.0.69",
841 "url",
842]
843
844[[package]]
845name = "async-net"
846version = "2.0.0"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
849dependencies = [
850 "async-io",
851 "blocking",
852 "futures-lite 2.6.0",
853]
854
855[[package]]
856name = "async-pipe"
857version = "0.1.3"
858source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
859dependencies = [
860 "futures 0.3.31",
861 "log",
862]
863
864[[package]]
865name = "async-process"
866version = "2.3.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
869dependencies = [
870 "async-channel 2.3.1",
871 "async-io",
872 "async-lock",
873 "async-signal",
874 "async-task",
875 "blocking",
876 "cfg-if",
877 "event-listener 5.3.1",
878 "futures-lite 2.6.0",
879 "rustix",
880 "tracing",
881]
882
883[[package]]
884name = "async-recursion"
885version = "0.3.2"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
888dependencies = [
889 "proc-macro2",
890 "quote",
891 "syn 1.0.109",
892]
893
894[[package]]
895name = "async-recursion"
896version = "1.1.1"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
899dependencies = [
900 "proc-macro2",
901 "quote",
902 "syn 2.0.90",
903]
904
905[[package]]
906name = "async-signal"
907version = "0.2.10"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
910dependencies = [
911 "async-io",
912 "async-lock",
913 "atomic-waker",
914 "cfg-if",
915 "futures-core",
916 "futures-io",
917 "rustix",
918 "signal-hook-registry",
919 "slab",
920 "windows-sys 0.59.0",
921]
922
923[[package]]
924name = "async-std"
925version = "1.13.0"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
928dependencies = [
929 "async-attributes",
930 "async-channel 1.9.0",
931 "async-global-executor",
932 "async-io",
933 "async-lock",
934 "async-process",
935 "crossbeam-utils",
936 "futures-channel",
937 "futures-core",
938 "futures-io",
939 "futures-lite 2.6.0",
940 "gloo-timers",
941 "kv-log-macro",
942 "log",
943 "memchr",
944 "once_cell",
945 "pin-project-lite",
946 "pin-utils",
947 "slab",
948 "wasm-bindgen-futures",
949]
950
951[[package]]
952name = "async-stream"
953version = "0.3.6"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
956dependencies = [
957 "async-stream-impl",
958 "futures-core",
959 "pin-project-lite",
960]
961
962[[package]]
963name = "async-stream-impl"
964version = "0.3.6"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
967dependencies = [
968 "proc-macro2",
969 "quote",
970 "syn 2.0.90",
971]
972
973[[package]]
974name = "async-stripe"
975version = "0.40.0"
976source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
977dependencies = [
978 "chrono",
979 "futures-util",
980 "http-types",
981 "hyper 0.14.32",
982 "hyper-rustls 0.24.2",
983 "serde",
984 "serde_json",
985 "serde_path_to_error",
986 "serde_qs 0.10.1",
987 "smart-default",
988 "smol_str",
989 "thiserror 1.0.69",
990 "tokio",
991]
992
993[[package]]
994name = "async-tar"
995version = "0.5.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
998dependencies = [
999 "async-std",
1000 "filetime",
1001 "libc",
1002 "pin-project",
1003 "redox_syscall 0.2.16",
1004 "xattr",
1005]
1006
1007[[package]]
1008name = "async-task"
1009version = "4.7.1"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1012
1013[[package]]
1014name = "async-tls"
1015version = "0.13.0"
1016source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1017dependencies = [
1018 "futures-core",
1019 "futures-io",
1020 "rustls 0.23.23",
1021 "rustls-pemfile 2.2.0",
1022 "webpki-roots",
1023]
1024
1025[[package]]
1026name = "async-trait"
1027version = "0.1.86"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
1030dependencies = [
1031 "proc-macro2",
1032 "quote",
1033 "syn 2.0.90",
1034]
1035
1036[[package]]
1037name = "async-tungstenite"
1038version = "0.28.2"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1041dependencies = [
1042 "async-std",
1043 "async-tls",
1044 "atomic-waker",
1045 "futures-core",
1046 "futures-io",
1047 "futures-task",
1048 "futures-util",
1049 "log",
1050 "pin-project-lite",
1051 "tungstenite 0.24.0",
1052]
1053
1054[[package]]
1055name = "async-watch"
1056version = "0.3.1"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1059dependencies = [
1060 "event-listener 2.5.3",
1061]
1062
1063[[package]]
1064name = "async_zip"
1065version = "0.0.17"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1068dependencies = [
1069 "async-compression",
1070 "crc32fast",
1071 "futures-lite 2.6.0",
1072 "pin-project",
1073 "thiserror 1.0.69",
1074]
1075
1076[[package]]
1077name = "asynchronous-codec"
1078version = "0.7.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1081dependencies = [
1082 "bytes 1.10.1",
1083 "futures-sink",
1084 "futures-util",
1085 "memchr",
1086 "pin-project-lite",
1087]
1088
1089[[package]]
1090name = "atoi"
1091version = "2.0.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1094dependencies = [
1095 "num-traits",
1096]
1097
1098[[package]]
1099name = "atomic"
1100version = "0.5.3"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1103
1104[[package]]
1105name = "atomic-waker"
1106version = "1.1.2"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1109
1110[[package]]
1111name = "audio"
1112version = "0.1.0"
1113dependencies = [
1114 "anyhow",
1115 "collections",
1116 "derive_more",
1117 "gpui",
1118 "parking_lot",
1119 "rodio",
1120 "util",
1121]
1122
1123[[package]]
1124name = "auto_update"
1125version = "0.1.0"
1126dependencies = [
1127 "anyhow",
1128 "client",
1129 "db",
1130 "gpui",
1131 "http_client",
1132 "log",
1133 "paths",
1134 "release_channel",
1135 "schemars",
1136 "serde",
1137 "serde_json",
1138 "settings",
1139 "smol",
1140 "tempfile",
1141 "which 6.0.3",
1142 "workspace",
1143]
1144
1145[[package]]
1146name = "auto_update_ui"
1147version = "0.1.0"
1148dependencies = [
1149 "anyhow",
1150 "auto_update",
1151 "client",
1152 "editor",
1153 "gpui",
1154 "http_client",
1155 "markdown_preview",
1156 "release_channel",
1157 "serde",
1158 "serde_json",
1159 "smol",
1160 "util",
1161 "workspace",
1162]
1163
1164[[package]]
1165name = "autocfg"
1166version = "1.4.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1169
1170[[package]]
1171name = "av1-grain"
1172version = "0.2.3"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1175dependencies = [
1176 "anyhow",
1177 "arrayvec",
1178 "log",
1179 "nom",
1180 "num-rational",
1181 "v_frame",
1182]
1183
1184[[package]]
1185name = "avif-serialize"
1186version = "0.8.2"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1189dependencies = [
1190 "arrayvec",
1191]
1192
1193[[package]]
1194name = "aws-config"
1195version = "1.5.16"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1198dependencies = [
1199 "aws-credential-types",
1200 "aws-runtime",
1201 "aws-sdk-sso",
1202 "aws-sdk-ssooidc",
1203 "aws-sdk-sts",
1204 "aws-smithy-async",
1205 "aws-smithy-http",
1206 "aws-smithy-json",
1207 "aws-smithy-runtime",
1208 "aws-smithy-runtime-api",
1209 "aws-smithy-types",
1210 "aws-types",
1211 "bytes 1.10.1",
1212 "fastrand 2.3.0",
1213 "hex",
1214 "http 0.2.12",
1215 "ring",
1216 "time",
1217 "tokio",
1218 "tracing",
1219 "url",
1220 "zeroize",
1221]
1222
1223[[package]]
1224name = "aws-credential-types"
1225version = "1.2.1"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1228dependencies = [
1229 "aws-smithy-async",
1230 "aws-smithy-runtime-api",
1231 "aws-smithy-types",
1232 "zeroize",
1233]
1234
1235[[package]]
1236name = "aws-lc-rs"
1237version = "1.12.2"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "4c2b7ddaa2c56a367ad27a094ad8ef4faacf8a617c2575acb2ba88949df999ca"
1240dependencies = [
1241 "aws-lc-sys",
1242 "paste",
1243 "zeroize",
1244]
1245
1246[[package]]
1247name = "aws-lc-sys"
1248version = "0.25.0"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "71b2ddd3ada61a305e1d8bb6c005d1eaa7d14d903681edfc400406d523a9b491"
1251dependencies = [
1252 "bindgen 0.69.5",
1253 "cc",
1254 "cmake",
1255 "dunce",
1256 "fs_extra",
1257 "paste",
1258]
1259
1260[[package]]
1261name = "aws-runtime"
1262version = "1.5.5"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1265dependencies = [
1266 "aws-credential-types",
1267 "aws-sigv4",
1268 "aws-smithy-async",
1269 "aws-smithy-eventstream",
1270 "aws-smithy-http",
1271 "aws-smithy-runtime",
1272 "aws-smithy-runtime-api",
1273 "aws-smithy-types",
1274 "aws-types",
1275 "bytes 1.10.1",
1276 "fastrand 2.3.0",
1277 "http 0.2.12",
1278 "http-body 0.4.6",
1279 "once_cell",
1280 "percent-encoding",
1281 "pin-project-lite",
1282 "tracing",
1283 "uuid",
1284]
1285
1286[[package]]
1287name = "aws-sdk-bedrockruntime"
1288version = "1.74.0"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1291dependencies = [
1292 "aws-credential-types",
1293 "aws-runtime",
1294 "aws-smithy-async",
1295 "aws-smithy-eventstream",
1296 "aws-smithy-http",
1297 "aws-smithy-json",
1298 "aws-smithy-runtime",
1299 "aws-smithy-runtime-api",
1300 "aws-smithy-types",
1301 "aws-types",
1302 "bytes 1.10.1",
1303 "fastrand 2.3.0",
1304 "http 0.2.12",
1305 "once_cell",
1306 "regex-lite",
1307 "tracing",
1308]
1309
1310[[package]]
1311name = "aws-sdk-kinesis"
1312version = "1.61.0"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1315dependencies = [
1316 "aws-credential-types",
1317 "aws-runtime",
1318 "aws-smithy-async",
1319 "aws-smithy-http",
1320 "aws-smithy-json",
1321 "aws-smithy-runtime",
1322 "aws-smithy-runtime-api",
1323 "aws-smithy-types",
1324 "aws-types",
1325 "bytes 1.10.1",
1326 "http 0.2.12",
1327 "once_cell",
1328 "regex-lite",
1329 "tracing",
1330]
1331
1332[[package]]
1333name = "aws-sdk-s3"
1334version = "1.76.0"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1337dependencies = [
1338 "aws-credential-types",
1339 "aws-runtime",
1340 "aws-sigv4",
1341 "aws-smithy-async",
1342 "aws-smithy-checksums",
1343 "aws-smithy-eventstream",
1344 "aws-smithy-http",
1345 "aws-smithy-json",
1346 "aws-smithy-runtime",
1347 "aws-smithy-runtime-api",
1348 "aws-smithy-types",
1349 "aws-smithy-xml",
1350 "aws-types",
1351 "bytes 1.10.1",
1352 "fastrand 2.3.0",
1353 "hex",
1354 "hmac",
1355 "http 0.2.12",
1356 "http-body 0.4.6",
1357 "lru",
1358 "once_cell",
1359 "percent-encoding",
1360 "regex-lite",
1361 "sha2",
1362 "tracing",
1363 "url",
1364]
1365
1366[[package]]
1367name = "aws-sdk-sso"
1368version = "1.58.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1371dependencies = [
1372 "aws-credential-types",
1373 "aws-runtime",
1374 "aws-smithy-async",
1375 "aws-smithy-http",
1376 "aws-smithy-json",
1377 "aws-smithy-runtime",
1378 "aws-smithy-runtime-api",
1379 "aws-smithy-types",
1380 "aws-types",
1381 "bytes 1.10.1",
1382 "http 0.2.12",
1383 "once_cell",
1384 "regex-lite",
1385 "tracing",
1386]
1387
1388[[package]]
1389name = "aws-sdk-ssooidc"
1390version = "1.59.0"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1393dependencies = [
1394 "aws-credential-types",
1395 "aws-runtime",
1396 "aws-smithy-async",
1397 "aws-smithy-http",
1398 "aws-smithy-json",
1399 "aws-smithy-runtime",
1400 "aws-smithy-runtime-api",
1401 "aws-smithy-types",
1402 "aws-types",
1403 "bytes 1.10.1",
1404 "http 0.2.12",
1405 "once_cell",
1406 "regex-lite",
1407 "tracing",
1408]
1409
1410[[package]]
1411name = "aws-sdk-sts"
1412version = "1.59.0"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1415dependencies = [
1416 "aws-credential-types",
1417 "aws-runtime",
1418 "aws-smithy-async",
1419 "aws-smithy-http",
1420 "aws-smithy-json",
1421 "aws-smithy-query",
1422 "aws-smithy-runtime",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "aws-smithy-xml",
1426 "aws-types",
1427 "http 0.2.12",
1428 "once_cell",
1429 "regex-lite",
1430 "tracing",
1431]
1432
1433[[package]]
1434name = "aws-sigv4"
1435version = "1.2.9"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1438dependencies = [
1439 "aws-credential-types",
1440 "aws-smithy-eventstream",
1441 "aws-smithy-http",
1442 "aws-smithy-runtime-api",
1443 "aws-smithy-types",
1444 "bytes 1.10.1",
1445 "crypto-bigint 0.5.5",
1446 "form_urlencoded",
1447 "hex",
1448 "hmac",
1449 "http 0.2.12",
1450 "http 1.2.0",
1451 "once_cell",
1452 "p256",
1453 "percent-encoding",
1454 "ring",
1455 "sha2",
1456 "subtle",
1457 "time",
1458 "tracing",
1459 "zeroize",
1460]
1461
1462[[package]]
1463name = "aws-smithy-async"
1464version = "1.2.4"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1467dependencies = [
1468 "futures-util",
1469 "pin-project-lite",
1470 "tokio",
1471]
1472
1473[[package]]
1474name = "aws-smithy-checksums"
1475version = "0.62.0"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1478dependencies = [
1479 "aws-smithy-http",
1480 "aws-smithy-types",
1481 "bytes 1.10.1",
1482 "crc32c",
1483 "crc32fast",
1484 "crc64fast-nvme",
1485 "hex",
1486 "http 0.2.12",
1487 "http-body 0.4.6",
1488 "md-5",
1489 "pin-project-lite",
1490 "sha1",
1491 "sha2",
1492 "tracing",
1493]
1494
1495[[package]]
1496name = "aws-smithy-eventstream"
1497version = "0.60.6"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1500dependencies = [
1501 "aws-smithy-types",
1502 "bytes 1.10.1",
1503 "crc32fast",
1504]
1505
1506[[package]]
1507name = "aws-smithy-http"
1508version = "0.60.12"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1511dependencies = [
1512 "aws-smithy-eventstream",
1513 "aws-smithy-runtime-api",
1514 "aws-smithy-types",
1515 "bytes 1.10.1",
1516 "bytes-utils",
1517 "futures-core",
1518 "http 0.2.12",
1519 "http-body 0.4.6",
1520 "once_cell",
1521 "percent-encoding",
1522 "pin-project-lite",
1523 "pin-utils",
1524 "tracing",
1525]
1526
1527[[package]]
1528name = "aws-smithy-json"
1529version = "0.61.2"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1532dependencies = [
1533 "aws-smithy-types",
1534]
1535
1536[[package]]
1537name = "aws-smithy-query"
1538version = "0.60.7"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1541dependencies = [
1542 "aws-smithy-types",
1543 "urlencoding",
1544]
1545
1546[[package]]
1547name = "aws-smithy-runtime"
1548version = "1.7.8"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1551dependencies = [
1552 "aws-smithy-async",
1553 "aws-smithy-http",
1554 "aws-smithy-runtime-api",
1555 "aws-smithy-types",
1556 "bytes 1.10.1",
1557 "fastrand 2.3.0",
1558 "h2 0.3.26",
1559 "http 0.2.12",
1560 "http-body 0.4.6",
1561 "http-body 1.0.1",
1562 "httparse",
1563 "hyper 0.14.32",
1564 "hyper-rustls 0.24.2",
1565 "once_cell",
1566 "pin-project-lite",
1567 "pin-utils",
1568 "rustls 0.21.12",
1569 "tokio",
1570 "tracing",
1571]
1572
1573[[package]]
1574name = "aws-smithy-runtime-api"
1575version = "1.7.3"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1578dependencies = [
1579 "aws-smithy-async",
1580 "aws-smithy-types",
1581 "bytes 1.10.1",
1582 "http 0.2.12",
1583 "http 1.2.0",
1584 "pin-project-lite",
1585 "tokio",
1586 "tracing",
1587 "zeroize",
1588]
1589
1590[[package]]
1591name = "aws-smithy-types"
1592version = "1.2.13"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1595dependencies = [
1596 "base64-simd",
1597 "bytes 1.10.1",
1598 "bytes-utils",
1599 "futures-core",
1600 "http 0.2.12",
1601 "http 1.2.0",
1602 "http-body 0.4.6",
1603 "http-body 1.0.1",
1604 "http-body-util",
1605 "itoa",
1606 "num-integer",
1607 "pin-project-lite",
1608 "pin-utils",
1609 "ryu",
1610 "serde",
1611 "time",
1612 "tokio",
1613 "tokio-util",
1614]
1615
1616[[package]]
1617name = "aws-smithy-xml"
1618version = "0.60.9"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1621dependencies = [
1622 "xmlparser",
1623]
1624
1625[[package]]
1626name = "aws-types"
1627version = "1.3.5"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1630dependencies = [
1631 "aws-credential-types",
1632 "aws-smithy-async",
1633 "aws-smithy-runtime-api",
1634 "aws-smithy-types",
1635 "rustc_version",
1636 "tracing",
1637]
1638
1639[[package]]
1640name = "aws_http_client"
1641version = "0.1.0"
1642dependencies = [
1643 "aws-smithy-runtime-api",
1644 "aws-smithy-types",
1645 "futures 0.3.31",
1646 "http_client",
1647 "tokio",
1648]
1649
1650[[package]]
1651name = "axum"
1652version = "0.6.20"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1655dependencies = [
1656 "async-trait",
1657 "axum-core",
1658 "base64 0.21.7",
1659 "bitflags 1.3.2",
1660 "bytes 1.10.1",
1661 "futures-util",
1662 "headers",
1663 "http 0.2.12",
1664 "http-body 0.4.6",
1665 "hyper 0.14.32",
1666 "itoa",
1667 "matchit",
1668 "memchr",
1669 "mime",
1670 "percent-encoding",
1671 "pin-project-lite",
1672 "rustversion",
1673 "serde",
1674 "serde_json",
1675 "serde_path_to_error",
1676 "serde_urlencoded",
1677 "sha1",
1678 "sync_wrapper 0.1.2",
1679 "tokio",
1680 "tokio-tungstenite 0.20.1",
1681 "tower",
1682 "tower-layer",
1683 "tower-service",
1684]
1685
1686[[package]]
1687name = "axum-core"
1688version = "0.3.4"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1691dependencies = [
1692 "async-trait",
1693 "bytes 1.10.1",
1694 "futures-util",
1695 "http 0.2.12",
1696 "http-body 0.4.6",
1697 "mime",
1698 "rustversion",
1699 "tower-layer",
1700 "tower-service",
1701]
1702
1703[[package]]
1704name = "axum-extra"
1705version = "0.4.2"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1708dependencies = [
1709 "axum",
1710 "bytes 1.10.1",
1711 "futures-util",
1712 "http 0.2.12",
1713 "mime",
1714 "pin-project-lite",
1715 "serde",
1716 "serde_json",
1717 "tokio",
1718 "tower",
1719 "tower-http 0.3.5",
1720 "tower-layer",
1721 "tower-service",
1722]
1723
1724[[package]]
1725name = "backtrace"
1726version = "0.3.74"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1729dependencies = [
1730 "addr2line",
1731 "cfg-if",
1732 "libc",
1733 "miniz_oxide",
1734 "object",
1735 "rustc-demangle",
1736 "windows-targets 0.52.6",
1737]
1738
1739[[package]]
1740name = "base16ct"
1741version = "0.1.1"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1744
1745[[package]]
1746name = "base64"
1747version = "0.13.1"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1750
1751[[package]]
1752name = "base64"
1753version = "0.21.7"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1756
1757[[package]]
1758name = "base64"
1759version = "0.22.1"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1762
1763[[package]]
1764name = "base64-simd"
1765version = "0.8.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1768dependencies = [
1769 "outref",
1770 "vsimd",
1771]
1772
1773[[package]]
1774name = "base64ct"
1775version = "1.6.0"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1778
1779[[package]]
1780name = "bedrock"
1781version = "0.1.0"
1782dependencies = [
1783 "anyhow",
1784 "aws-sdk-bedrockruntime",
1785 "aws-smithy-types",
1786 "futures 0.3.31",
1787 "schemars",
1788 "serde",
1789 "serde_json",
1790 "strum",
1791 "thiserror 1.0.69",
1792 "tokio",
1793]
1794
1795[[package]]
1796name = "bigdecimal"
1797version = "0.4.7"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1800dependencies = [
1801 "autocfg",
1802 "libm",
1803 "num-bigint",
1804 "num-integer",
1805 "num-traits",
1806 "serde",
1807]
1808
1809[[package]]
1810name = "bincode"
1811version = "1.3.3"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1814dependencies = [
1815 "serde",
1816]
1817
1818[[package]]
1819name = "bindgen"
1820version = "0.69.5"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1823dependencies = [
1824 "bitflags 2.8.0",
1825 "cexpr",
1826 "clang-sys",
1827 "itertools 0.12.1",
1828 "lazy_static",
1829 "lazycell",
1830 "log",
1831 "prettyplease",
1832 "proc-macro2",
1833 "quote",
1834 "regex",
1835 "rustc-hash 1.1.0",
1836 "shlex",
1837 "syn 2.0.90",
1838 "which 4.4.2",
1839]
1840
1841[[package]]
1842name = "bindgen"
1843version = "0.70.1"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1846dependencies = [
1847 "bitflags 2.8.0",
1848 "cexpr",
1849 "clang-sys",
1850 "itertools 0.12.1",
1851 "log",
1852 "prettyplease",
1853 "proc-macro2",
1854 "quote",
1855 "regex",
1856 "rustc-hash 1.1.0",
1857 "shlex",
1858 "syn 2.0.90",
1859]
1860
1861[[package]]
1862name = "bit-set"
1863version = "0.5.3"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1866dependencies = [
1867 "bit-vec 0.6.3",
1868]
1869
1870[[package]]
1871name = "bit-set"
1872version = "0.8.0"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1875dependencies = [
1876 "bit-vec 0.8.0",
1877]
1878
1879[[package]]
1880name = "bit-vec"
1881version = "0.6.3"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1884
1885[[package]]
1886name = "bit-vec"
1887version = "0.8.0"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1890
1891[[package]]
1892name = "bit_field"
1893version = "0.10.2"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1896
1897[[package]]
1898name = "bitflags"
1899version = "1.3.2"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1902
1903[[package]]
1904name = "bitflags"
1905version = "2.8.0"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1908dependencies = [
1909 "serde",
1910]
1911
1912[[package]]
1913name = "bitstream-io"
1914version = "2.6.0"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1917
1918[[package]]
1919name = "bitvec"
1920version = "1.0.1"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1923dependencies = [
1924 "funty",
1925 "radium",
1926 "tap",
1927 "wyz",
1928]
1929
1930[[package]]
1931name = "blade-graphics"
1932version = "0.6.0"
1933source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1934dependencies = [
1935 "ash",
1936 "ash-window",
1937 "bitflags 2.8.0",
1938 "bytemuck",
1939 "codespan-reporting",
1940 "glow",
1941 "gpu-alloc",
1942 "gpu-alloc-ash",
1943 "hidden-trait",
1944 "js-sys",
1945 "khronos-egl",
1946 "libloading",
1947 "log",
1948 "mint",
1949 "naga",
1950 "objc2",
1951 "objc2-app-kit",
1952 "objc2-foundation",
1953 "objc2-metal",
1954 "objc2-quartz-core",
1955 "objc2-ui-kit",
1956 "raw-window-handle",
1957 "slab",
1958 "wasm-bindgen",
1959 "web-sys",
1960]
1961
1962[[package]]
1963name = "blade-macros"
1964version = "0.3.0"
1965source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1966dependencies = [
1967 "proc-macro2",
1968 "quote",
1969 "syn 2.0.90",
1970]
1971
1972[[package]]
1973name = "blade-util"
1974version = "0.2.0"
1975source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1976dependencies = [
1977 "blade-graphics",
1978 "bytemuck",
1979 "log",
1980 "profiling",
1981]
1982
1983[[package]]
1984name = "blake3"
1985version = "1.6.1"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
1988dependencies = [
1989 "arrayref",
1990 "arrayvec",
1991 "cc",
1992 "cfg-if",
1993 "constant_time_eq 0.3.1",
1994]
1995
1996[[package]]
1997name = "block"
1998version = "0.1.6"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2001
2002[[package]]
2003name = "block-buffer"
2004version = "0.10.4"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2007dependencies = [
2008 "generic-array",
2009]
2010
2011[[package]]
2012name = "block-padding"
2013version = "0.3.3"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2016dependencies = [
2017 "generic-array",
2018]
2019
2020[[package]]
2021name = "block2"
2022version = "0.5.1"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2025dependencies = [
2026 "objc2",
2027]
2028
2029[[package]]
2030name = "blocking"
2031version = "1.6.1"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2034dependencies = [
2035 "async-channel 2.3.1",
2036 "async-task",
2037 "futures-io",
2038 "futures-lite 2.6.0",
2039 "piper",
2040]
2041
2042[[package]]
2043name = "borsh"
2044version = "1.5.3"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2047dependencies = [
2048 "borsh-derive",
2049 "cfg_aliases 0.2.1",
2050]
2051
2052[[package]]
2053name = "borsh-derive"
2054version = "1.5.3"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2057dependencies = [
2058 "once_cell",
2059 "proc-macro-crate",
2060 "proc-macro2",
2061 "quote",
2062 "syn 2.0.90",
2063]
2064
2065[[package]]
2066name = "breadcrumbs"
2067version = "0.1.0"
2068dependencies = [
2069 "editor",
2070 "gpui",
2071 "itertools 0.14.0",
2072 "theme",
2073 "ui",
2074 "workspace",
2075 "zed_actions",
2076]
2077
2078[[package]]
2079name = "bstr"
2080version = "1.11.1"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2083dependencies = [
2084 "memchr",
2085 "regex-automata 0.4.9",
2086 "serde",
2087]
2088
2089[[package]]
2090name = "buffer_diff"
2091version = "0.1.0"
2092dependencies = [
2093 "anyhow",
2094 "clock",
2095 "ctor",
2096 "env_logger 0.11.6",
2097 "futures 0.3.31",
2098 "git2",
2099 "gpui",
2100 "language",
2101 "log",
2102 "pretty_assertions",
2103 "rand 0.8.5",
2104 "rope",
2105 "serde_json",
2106 "sum_tree",
2107 "text",
2108 "unindent",
2109 "util",
2110]
2111
2112[[package]]
2113name = "built"
2114version = "0.7.5"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2117
2118[[package]]
2119name = "bumpalo"
2120version = "3.16.0"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2123dependencies = [
2124 "allocator-api2",
2125]
2126
2127[[package]]
2128name = "by_address"
2129version = "1.2.1"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2132
2133[[package]]
2134name = "bytecheck"
2135version = "0.6.12"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2138dependencies = [
2139 "bytecheck_derive",
2140 "ptr_meta",
2141 "simdutf8",
2142]
2143
2144[[package]]
2145name = "bytecheck_derive"
2146version = "0.6.12"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2149dependencies = [
2150 "proc-macro2",
2151 "quote",
2152 "syn 1.0.109",
2153]
2154
2155[[package]]
2156name = "bytemuck"
2157version = "1.21.0"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2160dependencies = [
2161 "bytemuck_derive",
2162]
2163
2164[[package]]
2165name = "bytemuck_derive"
2166version = "1.8.0"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2169dependencies = [
2170 "proc-macro2",
2171 "quote",
2172 "syn 2.0.90",
2173]
2174
2175[[package]]
2176name = "byteorder"
2177version = "1.5.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2180
2181[[package]]
2182name = "byteorder-lite"
2183version = "0.1.0"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2186
2187[[package]]
2188name = "bytes"
2189version = "0.4.12"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2192dependencies = [
2193 "byteorder",
2194 "iovec",
2195]
2196
2197[[package]]
2198name = "bytes"
2199version = "1.10.1"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2202
2203[[package]]
2204name = "bytes-utils"
2205version = "0.1.4"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2208dependencies = [
2209 "bytes 1.10.1",
2210 "either",
2211]
2212
2213[[package]]
2214name = "bzip2"
2215version = "0.4.4"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2218dependencies = [
2219 "bzip2-sys",
2220 "libc",
2221]
2222
2223[[package]]
2224name = "bzip2-sys"
2225version = "0.1.11+1.0.8"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2228dependencies = [
2229 "cc",
2230 "libc",
2231 "pkg-config",
2232]
2233
2234[[package]]
2235name = "call"
2236version = "0.1.0"
2237dependencies = [
2238 "anyhow",
2239 "audio",
2240 "client",
2241 "collections",
2242 "fs",
2243 "futures 0.3.31",
2244 "gpui",
2245 "http_client",
2246 "language",
2247 "livekit_client",
2248 "livekit_client_macos",
2249 "log",
2250 "postage",
2251 "project",
2252 "schemars",
2253 "serde",
2254 "serde_derive",
2255 "settings",
2256 "telemetry",
2257 "util",
2258]
2259
2260[[package]]
2261name = "calloop"
2262version = "0.13.0"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2265dependencies = [
2266 "bitflags 2.8.0",
2267 "log",
2268 "polling",
2269 "rustix",
2270 "slab",
2271 "thiserror 1.0.69",
2272]
2273
2274[[package]]
2275name = "calloop-wayland-source"
2276version = "0.3.0"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2279dependencies = [
2280 "calloop",
2281 "rustix",
2282 "wayland-backend",
2283 "wayland-client",
2284]
2285
2286[[package]]
2287name = "camino"
2288version = "1.1.9"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2291dependencies = [
2292 "serde",
2293]
2294
2295[[package]]
2296name = "cap-fs-ext"
2297version = "3.4.2"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2300dependencies = [
2301 "cap-primitives",
2302 "cap-std",
2303 "io-lifetimes",
2304 "windows-sys 0.52.0",
2305]
2306
2307[[package]]
2308name = "cap-net-ext"
2309version = "3.4.2"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2312dependencies = [
2313 "cap-primitives",
2314 "cap-std",
2315 "rustix",
2316 "smallvec",
2317]
2318
2319[[package]]
2320name = "cap-primitives"
2321version = "3.4.2"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2324dependencies = [
2325 "ambient-authority",
2326 "fs-set-times",
2327 "io-extras",
2328 "io-lifetimes",
2329 "ipnet",
2330 "maybe-owned",
2331 "rustix",
2332 "windows-sys 0.52.0",
2333 "winx",
2334]
2335
2336[[package]]
2337name = "cap-rand"
2338version = "3.4.2"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2341dependencies = [
2342 "ambient-authority",
2343 "rand 0.8.5",
2344]
2345
2346[[package]]
2347name = "cap-std"
2348version = "3.4.2"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2351dependencies = [
2352 "cap-primitives",
2353 "io-extras",
2354 "io-lifetimes",
2355 "rustix",
2356]
2357
2358[[package]]
2359name = "cap-time-ext"
2360version = "3.4.2"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2363dependencies = [
2364 "ambient-authority",
2365 "cap-primitives",
2366 "iana-time-zone",
2367 "once_cell",
2368 "rustix",
2369 "winx",
2370]
2371
2372[[package]]
2373name = "cargo-platform"
2374version = "0.1.9"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2377dependencies = [
2378 "serde",
2379]
2380
2381[[package]]
2382name = "cargo_metadata"
2383version = "0.19.2"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2386dependencies = [
2387 "camino",
2388 "cargo-platform",
2389 "semver",
2390 "serde",
2391 "serde_json",
2392 "thiserror 2.0.6",
2393]
2394
2395[[package]]
2396name = "cargo_toml"
2397version = "0.21.0"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2400dependencies = [
2401 "serde",
2402 "toml 0.8.20",
2403]
2404
2405[[package]]
2406name = "cast"
2407version = "0.3.0"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2410
2411[[package]]
2412name = "cbc"
2413version = "0.1.2"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2416dependencies = [
2417 "cipher",
2418]
2419
2420[[package]]
2421name = "cbindgen"
2422version = "0.27.0"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2425dependencies = [
2426 "clap",
2427 "heck 0.4.1",
2428 "indexmap",
2429 "log",
2430 "proc-macro2",
2431 "quote",
2432 "serde",
2433 "serde_json",
2434 "syn 2.0.90",
2435 "tempfile",
2436 "toml 0.8.20",
2437]
2438
2439[[package]]
2440name = "cbindgen"
2441version = "0.28.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2444dependencies = [
2445 "heck 0.4.1",
2446 "indexmap",
2447 "log",
2448 "proc-macro2",
2449 "quote",
2450 "serde",
2451 "serde_json",
2452 "syn 2.0.90",
2453 "tempfile",
2454 "toml 0.8.20",
2455]
2456
2457[[package]]
2458name = "cc"
2459version = "1.2.12"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2462dependencies = [
2463 "jobserver",
2464 "libc",
2465 "shlex",
2466]
2467
2468[[package]]
2469name = "cesu8"
2470version = "1.1.0"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2473
2474[[package]]
2475name = "cexpr"
2476version = "0.6.0"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2479dependencies = [
2480 "nom",
2481]
2482
2483[[package]]
2484name = "cfg-expr"
2485version = "0.15.8"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2488dependencies = [
2489 "smallvec",
2490 "target-lexicon 0.12.16",
2491]
2492
2493[[package]]
2494name = "cfg-if"
2495version = "1.0.0"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2498
2499[[package]]
2500name = "cfg_aliases"
2501version = "0.1.1"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2504
2505[[package]]
2506name = "cfg_aliases"
2507version = "0.2.1"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2510
2511[[package]]
2512name = "channel"
2513version = "0.1.0"
2514dependencies = [
2515 "anyhow",
2516 "client",
2517 "clock",
2518 "collections",
2519 "futures 0.3.31",
2520 "gpui",
2521 "http_client",
2522 "language",
2523 "log",
2524 "rand 0.8.5",
2525 "release_channel",
2526 "rpc",
2527 "settings",
2528 "sum_tree",
2529 "text",
2530 "time",
2531 "util",
2532]
2533
2534[[package]]
2535name = "chrono"
2536version = "0.4.40"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2539dependencies = [
2540 "android-tzdata",
2541 "iana-time-zone",
2542 "js-sys",
2543 "num-traits",
2544 "serde",
2545 "wasm-bindgen",
2546 "windows-link",
2547]
2548
2549[[package]]
2550name = "chunked_transfer"
2551version = "1.5.0"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2554
2555[[package]]
2556name = "ciborium"
2557version = "0.2.2"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2560dependencies = [
2561 "ciborium-io",
2562 "ciborium-ll",
2563 "serde",
2564]
2565
2566[[package]]
2567name = "ciborium-io"
2568version = "0.2.2"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2571
2572[[package]]
2573name = "ciborium-ll"
2574version = "0.2.2"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2577dependencies = [
2578 "ciborium-io",
2579 "half",
2580]
2581
2582[[package]]
2583name = "cipher"
2584version = "0.4.4"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2587dependencies = [
2588 "crypto-common",
2589 "inout",
2590 "zeroize",
2591]
2592
2593[[package]]
2594name = "clang-sys"
2595version = "1.8.1"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2598dependencies = [
2599 "glob",
2600 "libc",
2601 "libloading",
2602]
2603
2604[[package]]
2605name = "clap"
2606version = "4.5.31"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2609dependencies = [
2610 "clap_builder",
2611 "clap_derive",
2612]
2613
2614[[package]]
2615name = "clap_builder"
2616version = "4.5.31"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2619dependencies = [
2620 "anstream",
2621 "anstyle",
2622 "clap_lex",
2623 "strsim",
2624 "terminal_size",
2625]
2626
2627[[package]]
2628name = "clap_complete"
2629version = "4.5.38"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2632dependencies = [
2633 "clap",
2634]
2635
2636[[package]]
2637name = "clap_derive"
2638version = "4.5.28"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
2641dependencies = [
2642 "heck 0.5.0",
2643 "proc-macro2",
2644 "quote",
2645 "syn 2.0.90",
2646]
2647
2648[[package]]
2649name = "clap_lex"
2650version = "0.7.4"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2653
2654[[package]]
2655name = "cli"
2656version = "0.1.0"
2657dependencies = [
2658 "anyhow",
2659 "clap",
2660 "collections",
2661 "core-foundation 0.9.4",
2662 "core-services",
2663 "exec",
2664 "fork",
2665 "ipc-channel",
2666 "parking_lot",
2667 "paths",
2668 "plist",
2669 "release_channel",
2670 "serde",
2671 "tempfile",
2672 "util",
2673 "windows 0.58.0",
2674]
2675
2676[[package]]
2677name = "client"
2678version = "0.1.0"
2679dependencies = [
2680 "anyhow",
2681 "async-native-tls",
2682 "async-recursion 0.3.2",
2683 "async-tungstenite",
2684 "chrono",
2685 "clock",
2686 "cocoa 0.26.0",
2687 "collections",
2688 "credentials_provider",
2689 "feature_flags",
2690 "futures 0.3.31",
2691 "gpui",
2692 "http_client",
2693 "log",
2694 "parking_lot",
2695 "paths",
2696 "postage",
2697 "rand 0.8.5",
2698 "release_channel",
2699 "rpc",
2700 "schemars",
2701 "serde",
2702 "serde_json",
2703 "settings",
2704 "sha2",
2705 "smol",
2706 "telemetry",
2707 "telemetry_events",
2708 "text",
2709 "thiserror 1.0.69",
2710 "time",
2711 "tiny_http",
2712 "tokio-socks",
2713 "url",
2714 "util",
2715 "windows 0.58.0",
2716 "worktree",
2717]
2718
2719[[package]]
2720name = "clock"
2721version = "0.1.0"
2722dependencies = [
2723 "parking_lot",
2724 "serde",
2725 "smallvec",
2726]
2727
2728[[package]]
2729name = "cmake"
2730version = "0.1.53"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2733dependencies = [
2734 "cc",
2735]
2736
2737[[package]]
2738name = "cobs"
2739version = "0.2.3"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2742
2743[[package]]
2744name = "cocoa"
2745version = "0.25.0"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2748dependencies = [
2749 "bitflags 1.3.2",
2750 "block",
2751 "cocoa-foundation 0.1.2",
2752 "core-foundation 0.9.4",
2753 "core-graphics 0.23.2",
2754 "foreign-types 0.5.0",
2755 "libc",
2756 "objc",
2757]
2758
2759[[package]]
2760name = "cocoa"
2761version = "0.26.0"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2764dependencies = [
2765 "bitflags 2.8.0",
2766 "block",
2767 "cocoa-foundation 0.2.0",
2768 "core-foundation 0.10.0",
2769 "core-graphics 0.24.0",
2770 "foreign-types 0.5.0",
2771 "libc",
2772 "objc",
2773]
2774
2775[[package]]
2776name = "cocoa-foundation"
2777version = "0.1.2"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2780dependencies = [
2781 "bitflags 1.3.2",
2782 "block",
2783 "core-foundation 0.9.4",
2784 "core-graphics-types 0.1.3",
2785 "libc",
2786 "objc",
2787]
2788
2789[[package]]
2790name = "cocoa-foundation"
2791version = "0.2.0"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2794dependencies = [
2795 "bitflags 2.8.0",
2796 "block",
2797 "core-foundation 0.10.0",
2798 "core-graphics-types 0.2.0",
2799 "libc",
2800 "objc",
2801]
2802
2803[[package]]
2804name = "codespan-reporting"
2805version = "0.11.1"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2808dependencies = [
2809 "termcolor",
2810 "unicode-width",
2811]
2812
2813[[package]]
2814name = "collab"
2815version = "0.44.0"
2816dependencies = [
2817 "anthropic",
2818 "anyhow",
2819 "assistant",
2820 "assistant_context_editor",
2821 "assistant_slash_command",
2822 "assistant_tool",
2823 "async-stripe",
2824 "async-trait",
2825 "async-tungstenite",
2826 "audio",
2827 "aws-config",
2828 "aws-sdk-kinesis",
2829 "aws-sdk-s3",
2830 "axum",
2831 "axum-extra",
2832 "base64 0.22.1",
2833 "buffer_diff",
2834 "call",
2835 "channel",
2836 "chrono",
2837 "client",
2838 "clock",
2839 "collab_ui",
2840 "collections",
2841 "context_server",
2842 "ctor",
2843 "dashmap 6.1.0",
2844 "derive_more",
2845 "editor",
2846 "env_logger 0.11.6",
2847 "envy",
2848 "extension",
2849 "file_finder",
2850 "fs",
2851 "futures 0.3.31",
2852 "git",
2853 "git_hosting_providers",
2854 "git_ui",
2855 "google_ai",
2856 "gpui",
2857 "hex",
2858 "http_client",
2859 "hyper 0.14.32",
2860 "indoc",
2861 "jsonwebtoken",
2862 "language",
2863 "language_model",
2864 "livekit_api",
2865 "livekit_client",
2866 "livekit_client_macos",
2867 "log",
2868 "lsp",
2869 "menu",
2870 "multi_buffer",
2871 "nanoid",
2872 "node_runtime",
2873 "notifications",
2874 "open_ai",
2875 "parking_lot",
2876 "pretty_assertions",
2877 "project",
2878 "prometheus",
2879 "prompt_store",
2880 "prost 0.9.0",
2881 "rand 0.8.5",
2882 "recent_projects",
2883 "release_channel",
2884 "remote",
2885 "remote_server",
2886 "reqwest 0.11.27",
2887 "reqwest_client",
2888 "rpc",
2889 "rustc-demangle",
2890 "scrypt",
2891 "sea-orm",
2892 "semantic_version",
2893 "semver",
2894 "serde",
2895 "serde_derive",
2896 "serde_json",
2897 "session",
2898 "settings",
2899 "sha2",
2900 "sqlx",
2901 "strum",
2902 "subtle",
2903 "supermaven_api",
2904 "telemetry_events",
2905 "text",
2906 "theme",
2907 "thiserror 1.0.69",
2908 "time",
2909 "tokio",
2910 "toml 0.8.20",
2911 "tower",
2912 "tower-http 0.4.4",
2913 "tracing",
2914 "tracing-subscriber",
2915 "unindent",
2916 "util",
2917 "uuid",
2918 "workspace",
2919 "worktree",
2920]
2921
2922[[package]]
2923name = "collab_ui"
2924version = "0.1.0"
2925dependencies = [
2926 "anyhow",
2927 "call",
2928 "channel",
2929 "chrono",
2930 "client",
2931 "collections",
2932 "db",
2933 "editor",
2934 "emojis",
2935 "futures 0.3.31",
2936 "fuzzy",
2937 "gpui",
2938 "http_client",
2939 "language",
2940 "menu",
2941 "notifications",
2942 "picker",
2943 "pretty_assertions",
2944 "project",
2945 "release_channel",
2946 "rich_text",
2947 "rpc",
2948 "schemars",
2949 "serde",
2950 "serde_derive",
2951 "serde_json",
2952 "settings",
2953 "smallvec",
2954 "story",
2955 "telemetry",
2956 "theme",
2957 "time",
2958 "time_format",
2959 "title_bar",
2960 "tree-sitter-md",
2961 "ui",
2962 "util",
2963 "workspace",
2964]
2965
2966[[package]]
2967name = "collections"
2968version = "0.1.0"
2969dependencies = [
2970 "indexmap",
2971 "rustc-hash 2.1.1",
2972]
2973
2974[[package]]
2975name = "color_quant"
2976version = "1.1.0"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2979
2980[[package]]
2981name = "colorchoice"
2982version = "1.0.3"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2985
2986[[package]]
2987name = "combine"
2988version = "4.6.7"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2991dependencies = [
2992 "bytes 1.10.1",
2993 "memchr",
2994]
2995
2996[[package]]
2997name = "command_palette"
2998version = "0.1.0"
2999dependencies = [
3000 "client",
3001 "collections",
3002 "command_palette_hooks",
3003 "ctor",
3004 "editor",
3005 "env_logger 0.11.6",
3006 "fuzzy",
3007 "go_to_line",
3008 "gpui",
3009 "language",
3010 "menu",
3011 "picker",
3012 "postage",
3013 "project",
3014 "serde",
3015 "serde_json",
3016 "settings",
3017 "telemetry",
3018 "theme",
3019 "ui",
3020 "util",
3021 "workspace",
3022 "zed_actions",
3023]
3024
3025[[package]]
3026name = "command_palette_hooks"
3027version = "0.1.0"
3028dependencies = [
3029 "collections",
3030 "derive_more",
3031 "gpui",
3032]
3033
3034[[package]]
3035name = "component"
3036version = "0.1.0"
3037dependencies = [
3038 "collections",
3039 "gpui",
3040 "linkme",
3041 "parking_lot",
3042 "theme",
3043]
3044
3045[[package]]
3046name = "component_preview"
3047version = "0.1.0"
3048dependencies = [
3049 "client",
3050 "collections",
3051 "component",
3052 "gpui",
3053 "languages",
3054 "notifications",
3055 "project",
3056 "ui",
3057 "workspace",
3058]
3059
3060[[package]]
3061name = "concurrent-queue"
3062version = "2.5.0"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3065dependencies = [
3066 "crossbeam-utils",
3067]
3068
3069[[package]]
3070name = "console"
3071version = "0.15.8"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3074dependencies = [
3075 "encode_unicode",
3076 "lazy_static",
3077 "libc",
3078 "unicode-width",
3079 "windows-sys 0.52.0",
3080]
3081
3082[[package]]
3083name = "const-oid"
3084version = "0.9.6"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3087
3088[[package]]
3089name = "const-random"
3090version = "0.1.18"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3093dependencies = [
3094 "const-random-macro",
3095]
3096
3097[[package]]
3098name = "const-random-macro"
3099version = "0.1.16"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3102dependencies = [
3103 "getrandom 0.2.15",
3104 "once_cell",
3105 "tiny-keccak",
3106]
3107
3108[[package]]
3109name = "constant_time_eq"
3110version = "0.1.5"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3113
3114[[package]]
3115name = "constant_time_eq"
3116version = "0.3.1"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3119
3120[[package]]
3121name = "context_server"
3122version = "0.1.0"
3123dependencies = [
3124 "anyhow",
3125 "assistant_tool",
3126 "async-trait",
3127 "collections",
3128 "command_palette_hooks",
3129 "context_server_settings",
3130 "extension",
3131 "futures 0.3.31",
3132 "gpui",
3133 "log",
3134 "parking_lot",
3135 "postage",
3136 "project",
3137 "serde",
3138 "serde_json",
3139 "settings",
3140 "smol",
3141 "url",
3142 "util",
3143 "workspace",
3144]
3145
3146[[package]]
3147name = "context_server_settings"
3148version = "0.1.0"
3149dependencies = [
3150 "anyhow",
3151 "collections",
3152 "gpui",
3153 "schemars",
3154 "serde",
3155 "serde_json",
3156 "settings",
3157]
3158
3159[[package]]
3160name = "convert_case"
3161version = "0.4.0"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3164
3165[[package]]
3166name = "convert_case"
3167version = "0.8.0"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3170dependencies = [
3171 "unicode-segmentation",
3172]
3173
3174[[package]]
3175name = "copilot"
3176version = "0.1.0"
3177dependencies = [
3178 "anyhow",
3179 "async-compression",
3180 "async-std",
3181 "async-tar",
3182 "chrono",
3183 "client",
3184 "clock",
3185 "collections",
3186 "command_palette_hooks",
3187 "ctor",
3188 "editor",
3189 "env_logger 0.11.6",
3190 "fs",
3191 "futures 0.3.31",
3192 "gpui",
3193 "http_client",
3194 "indoc",
3195 "inline_completion",
3196 "language",
3197 "log",
3198 "lsp",
3199 "menu",
3200 "node_runtime",
3201 "parking_lot",
3202 "paths",
3203 "project",
3204 "rpc",
3205 "schemars",
3206 "serde",
3207 "serde_json",
3208 "settings",
3209 "smol",
3210 "strum",
3211 "task",
3212 "theme",
3213 "ui",
3214 "util",
3215 "workspace",
3216]
3217
3218[[package]]
3219name = "core-foundation"
3220version = "0.9.4"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3223dependencies = [
3224 "core-foundation-sys",
3225 "libc",
3226]
3227
3228[[package]]
3229name = "core-foundation"
3230version = "0.10.0"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3233dependencies = [
3234 "core-foundation-sys",
3235 "libc",
3236]
3237
3238[[package]]
3239name = "core-foundation-sys"
3240version = "0.8.7"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3243
3244[[package]]
3245name = "core-graphics"
3246version = "0.23.2"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3249dependencies = [
3250 "bitflags 1.3.2",
3251 "core-foundation 0.9.4",
3252 "core-graphics-types 0.1.3",
3253 "foreign-types 0.5.0",
3254 "libc",
3255]
3256
3257[[package]]
3258name = "core-graphics"
3259version = "0.24.0"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3262dependencies = [
3263 "bitflags 2.8.0",
3264 "core-foundation 0.10.0",
3265 "core-graphics-types 0.2.0",
3266 "foreign-types 0.5.0",
3267 "libc",
3268]
3269
3270[[package]]
3271name = "core-graphics-types"
3272version = "0.1.3"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3275dependencies = [
3276 "bitflags 1.3.2",
3277 "core-foundation 0.9.4",
3278 "libc",
3279]
3280
3281[[package]]
3282name = "core-graphics-types"
3283version = "0.2.0"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3286dependencies = [
3287 "bitflags 2.8.0",
3288 "core-foundation 0.10.0",
3289 "libc",
3290]
3291
3292[[package]]
3293name = "core-services"
3294version = "0.2.1"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3297dependencies = [
3298 "core-foundation 0.9.4",
3299]
3300
3301[[package]]
3302name = "core-text"
3303version = "20.1.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3306dependencies = [
3307 "core-foundation 0.9.4",
3308 "core-graphics 0.23.2",
3309 "foreign-types 0.5.0",
3310 "libc",
3311]
3312
3313[[package]]
3314name = "coreaudio-rs"
3315version = "0.11.3"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3318dependencies = [
3319 "bitflags 1.3.2",
3320 "core-foundation-sys",
3321 "coreaudio-sys",
3322]
3323
3324[[package]]
3325name = "coreaudio-rs"
3326version = "0.12.1"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3329dependencies = [
3330 "bitflags 1.3.2",
3331 "core-foundation-sys",
3332 "coreaudio-sys",
3333]
3334
3335[[package]]
3336name = "coreaudio-sys"
3337version = "0.2.16"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3340dependencies = [
3341 "bindgen 0.70.1",
3342]
3343
3344[[package]]
3345name = "cosmic-text"
3346version = "0.11.2"
3347source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3348dependencies = [
3349 "bitflags 2.8.0",
3350 "fontdb",
3351 "log",
3352 "rangemap",
3353 "rayon",
3354 "rustc-hash 1.1.0",
3355 "rustybuzz",
3356 "self_cell",
3357 "swash",
3358 "sys-locale",
3359 "ttf-parser",
3360 "unicode-bidi",
3361 "unicode-linebreak",
3362 "unicode-script",
3363 "unicode-segmentation",
3364]
3365
3366[[package]]
3367name = "cpal"
3368version = "0.15.3"
3369source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3370dependencies = [
3371 "alsa",
3372 "core-foundation-sys",
3373 "coreaudio-rs 0.11.3",
3374 "dasp_sample",
3375 "jni",
3376 "js-sys",
3377 "libc",
3378 "mach2",
3379 "ndk",
3380 "ndk-context",
3381 "oboe",
3382 "wasm-bindgen",
3383 "wasm-bindgen-futures",
3384 "web-sys",
3385 "windows 0.54.0",
3386]
3387
3388[[package]]
3389name = "cpp_demangle"
3390version = "0.4.4"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3393dependencies = [
3394 "cfg-if",
3395]
3396
3397[[package]]
3398name = "cpufeatures"
3399version = "0.2.16"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3402dependencies = [
3403 "libc",
3404]
3405
3406[[package]]
3407name = "cranelift-bforest"
3408version = "0.116.1"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3411dependencies = [
3412 "cranelift-entity",
3413]
3414
3415[[package]]
3416name = "cranelift-bitset"
3417version = "0.116.1"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3420dependencies = [
3421 "serde",
3422 "serde_derive",
3423]
3424
3425[[package]]
3426name = "cranelift-codegen"
3427version = "0.116.1"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3430dependencies = [
3431 "bumpalo",
3432 "cranelift-bforest",
3433 "cranelift-bitset",
3434 "cranelift-codegen-meta",
3435 "cranelift-codegen-shared",
3436 "cranelift-control",
3437 "cranelift-entity",
3438 "cranelift-isle",
3439 "gimli",
3440 "hashbrown 0.14.5",
3441 "log",
3442 "regalloc2",
3443 "rustc-hash 2.1.1",
3444 "serde",
3445 "smallvec",
3446 "target-lexicon 0.13.2",
3447]
3448
3449[[package]]
3450name = "cranelift-codegen-meta"
3451version = "0.116.1"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3454dependencies = [
3455 "cranelift-codegen-shared",
3456]
3457
3458[[package]]
3459name = "cranelift-codegen-shared"
3460version = "0.116.1"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3463
3464[[package]]
3465name = "cranelift-control"
3466version = "0.116.1"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3469dependencies = [
3470 "arbitrary",
3471]
3472
3473[[package]]
3474name = "cranelift-entity"
3475version = "0.116.1"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3478dependencies = [
3479 "cranelift-bitset",
3480 "serde",
3481 "serde_derive",
3482]
3483
3484[[package]]
3485name = "cranelift-frontend"
3486version = "0.116.1"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3489dependencies = [
3490 "cranelift-codegen",
3491 "log",
3492 "smallvec",
3493 "target-lexicon 0.13.2",
3494]
3495
3496[[package]]
3497name = "cranelift-isle"
3498version = "0.116.1"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3501
3502[[package]]
3503name = "cranelift-native"
3504version = "0.116.1"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3507dependencies = [
3508 "cranelift-codegen",
3509 "libc",
3510 "target-lexicon 0.13.2",
3511]
3512
3513[[package]]
3514name = "crc"
3515version = "3.2.1"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3518dependencies = [
3519 "crc-catalog",
3520]
3521
3522[[package]]
3523name = "crc-catalog"
3524version = "2.4.0"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3527
3528[[package]]
3529name = "crc32c"
3530version = "0.6.8"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3533dependencies = [
3534 "rustc_version",
3535]
3536
3537[[package]]
3538name = "crc32fast"
3539version = "1.4.2"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3542dependencies = [
3543 "cfg-if",
3544]
3545
3546[[package]]
3547name = "crc64fast-nvme"
3548version = "1.1.1"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3551dependencies = [
3552 "cbindgen 0.27.0",
3553 "crc",
3554]
3555
3556[[package]]
3557name = "credentials_provider"
3558version = "0.1.0"
3559dependencies = [
3560 "anyhow",
3561 "futures 0.3.31",
3562 "gpui",
3563 "paths",
3564 "release_channel",
3565 "serde",
3566 "serde_json",
3567]
3568
3569[[package]]
3570name = "criterion"
3571version = "0.5.1"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3574dependencies = [
3575 "anes",
3576 "cast",
3577 "ciborium",
3578 "clap",
3579 "criterion-plot",
3580 "is-terminal",
3581 "itertools 0.10.5",
3582 "num-traits",
3583 "once_cell",
3584 "oorandom",
3585 "plotters",
3586 "rayon",
3587 "regex",
3588 "serde",
3589 "serde_derive",
3590 "serde_json",
3591 "tinytemplate",
3592 "walkdir",
3593]
3594
3595[[package]]
3596name = "criterion-plot"
3597version = "0.5.0"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3600dependencies = [
3601 "cast",
3602 "itertools 0.10.5",
3603]
3604
3605[[package]]
3606name = "crossbeam-channel"
3607version = "0.5.13"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3610dependencies = [
3611 "crossbeam-utils",
3612]
3613
3614[[package]]
3615name = "crossbeam-deque"
3616version = "0.8.5"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3619dependencies = [
3620 "crossbeam-epoch",
3621 "crossbeam-utils",
3622]
3623
3624[[package]]
3625name = "crossbeam-epoch"
3626version = "0.9.18"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3629dependencies = [
3630 "crossbeam-utils",
3631]
3632
3633[[package]]
3634name = "crossbeam-queue"
3635version = "0.3.11"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3638dependencies = [
3639 "crossbeam-utils",
3640]
3641
3642[[package]]
3643name = "crossbeam-utils"
3644version = "0.8.20"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3647
3648[[package]]
3649name = "crunchy"
3650version = "0.2.2"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3653
3654[[package]]
3655name = "crypto-bigint"
3656version = "0.4.9"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3659dependencies = [
3660 "generic-array",
3661 "rand_core 0.6.4",
3662 "subtle",
3663 "zeroize",
3664]
3665
3666[[package]]
3667name = "crypto-bigint"
3668version = "0.5.5"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3671dependencies = [
3672 "rand_core 0.6.4",
3673 "subtle",
3674]
3675
3676[[package]]
3677name = "crypto-common"
3678version = "0.1.6"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3681dependencies = [
3682 "generic-array",
3683 "rand_core 0.6.4",
3684 "typenum",
3685]
3686
3687[[package]]
3688name = "ctor"
3689version = "0.4.0"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3692dependencies = [
3693 "ctor-proc-macro",
3694 "dtor",
3695]
3696
3697[[package]]
3698name = "ctor-proc-macro"
3699version = "0.0.5"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3702
3703[[package]]
3704name = "ctrlc"
3705version = "3.4.5"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3708dependencies = [
3709 "nix",
3710 "windows-sys 0.59.0",
3711]
3712
3713[[package]]
3714name = "cursor-icon"
3715version = "1.1.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3718
3719[[package]]
3720name = "cxx"
3721version = "1.0.134"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3724dependencies = [
3725 "cc",
3726 "cxxbridge-cmd",
3727 "cxxbridge-flags",
3728 "cxxbridge-macro",
3729 "foldhash",
3730 "link-cplusplus",
3731]
3732
3733[[package]]
3734name = "cxx-build"
3735version = "1.0.134"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3738dependencies = [
3739 "cc",
3740 "codespan-reporting",
3741 "proc-macro2",
3742 "quote",
3743 "scratch",
3744 "syn 2.0.90",
3745]
3746
3747[[package]]
3748name = "cxxbridge-cmd"
3749version = "1.0.134"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3752dependencies = [
3753 "clap",
3754 "codespan-reporting",
3755 "proc-macro2",
3756 "quote",
3757 "syn 2.0.90",
3758]
3759
3760[[package]]
3761name = "cxxbridge-flags"
3762version = "1.0.134"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3765
3766[[package]]
3767name = "cxxbridge-macro"
3768version = "1.0.134"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3771dependencies = [
3772 "proc-macro2",
3773 "quote",
3774 "rustversion",
3775 "syn 2.0.90",
3776]
3777
3778[[package]]
3779name = "dashmap"
3780version = "5.5.3"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3783dependencies = [
3784 "cfg-if",
3785 "hashbrown 0.14.5",
3786 "lock_api",
3787 "once_cell",
3788 "parking_lot_core",
3789]
3790
3791[[package]]
3792name = "dashmap"
3793version = "6.1.0"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3796dependencies = [
3797 "cfg-if",
3798 "crossbeam-utils",
3799 "hashbrown 0.14.5",
3800 "lock_api",
3801 "once_cell",
3802 "parking_lot_core",
3803]
3804
3805[[package]]
3806name = "dasp_sample"
3807version = "0.11.0"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3810
3811[[package]]
3812name = "data-encoding"
3813version = "2.6.0"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3816
3817[[package]]
3818name = "data-url"
3819version = "0.3.1"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3822
3823[[package]]
3824name = "db"
3825version = "0.1.0"
3826dependencies = [
3827 "anyhow",
3828 "gpui",
3829 "indoc",
3830 "log",
3831 "paths",
3832 "release_channel",
3833 "smol",
3834 "sqlez",
3835 "sqlez_macros",
3836 "tempfile",
3837 "util",
3838]
3839
3840[[package]]
3841name = "dbus"
3842version = "0.9.7"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3845dependencies = [
3846 "libc",
3847 "libdbus-sys",
3848 "winapi",
3849]
3850
3851[[package]]
3852name = "deepseek"
3853version = "0.1.0"
3854dependencies = [
3855 "anyhow",
3856 "futures 0.3.31",
3857 "http_client",
3858 "schemars",
3859 "serde",
3860 "serde_json",
3861]
3862
3863[[package]]
3864name = "deflate64"
3865version = "0.1.9"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3868
3869[[package]]
3870name = "der"
3871version = "0.6.1"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3874dependencies = [
3875 "const-oid",
3876 "zeroize",
3877]
3878
3879[[package]]
3880name = "der"
3881version = "0.7.9"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3884dependencies = [
3885 "const-oid",
3886 "pem-rfc7468",
3887 "zeroize",
3888]
3889
3890[[package]]
3891name = "deranged"
3892version = "0.3.11"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3895dependencies = [
3896 "powerfmt",
3897 "serde",
3898]
3899
3900[[package]]
3901name = "derive_more"
3902version = "0.99.19"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3905dependencies = [
3906 "convert_case 0.4.0",
3907 "proc-macro2",
3908 "quote",
3909 "rustc_version",
3910 "syn 2.0.90",
3911]
3912
3913[[package]]
3914name = "derive_refineable"
3915version = "0.1.0"
3916dependencies = [
3917 "proc-macro2",
3918 "quote",
3919 "syn 1.0.109",
3920]
3921
3922[[package]]
3923name = "diagnostics"
3924version = "0.1.0"
3925dependencies = [
3926 "anyhow",
3927 "client",
3928 "collections",
3929 "ctor",
3930 "editor",
3931 "env_logger 0.11.6",
3932 "gpui",
3933 "language",
3934 "log",
3935 "lsp",
3936 "pretty_assertions",
3937 "project",
3938 "rand 0.8.5",
3939 "serde",
3940 "serde_json",
3941 "settings",
3942 "theme",
3943 "ui",
3944 "unindent",
3945 "util",
3946 "workspace",
3947]
3948
3949[[package]]
3950name = "dialoguer"
3951version = "0.11.0"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3954dependencies = [
3955 "console",
3956 "fuzzy-matcher",
3957 "shell-words",
3958 "tempfile",
3959 "thiserror 1.0.69",
3960 "zeroize",
3961]
3962
3963[[package]]
3964name = "diff"
3965version = "0.1.13"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3968
3969[[package]]
3970name = "digest"
3971version = "0.10.7"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3974dependencies = [
3975 "block-buffer",
3976 "const-oid",
3977 "crypto-common",
3978 "subtle",
3979]
3980
3981[[package]]
3982name = "dirs"
3983version = "4.0.0"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3986dependencies = [
3987 "dirs-sys 0.3.7",
3988]
3989
3990[[package]]
3991name = "dirs"
3992version = "5.0.1"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3995dependencies = [
3996 "dirs-sys 0.4.1",
3997]
3998
3999[[package]]
4000name = "dirs-sys"
4001version = "0.3.7"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4004dependencies = [
4005 "libc",
4006 "redox_users",
4007 "winapi",
4008]
4009
4010[[package]]
4011name = "dirs-sys"
4012version = "0.4.1"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4015dependencies = [
4016 "libc",
4017 "option-ext",
4018 "redox_users",
4019 "windows-sys 0.48.0",
4020]
4021
4022[[package]]
4023name = "displaydoc"
4024version = "0.2.5"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4027dependencies = [
4028 "proc-macro2",
4029 "quote",
4030 "syn 2.0.90",
4031]
4032
4033[[package]]
4034name = "dlib"
4035version = "0.5.2"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4038dependencies = [
4039 "libloading",
4040]
4041
4042[[package]]
4043name = "docs_preprocessor"
4044version = "0.1.0"
4045dependencies = [
4046 "anyhow",
4047 "clap",
4048 "mdbook",
4049 "regex",
4050 "serde",
4051 "serde_json",
4052 "settings",
4053 "util",
4054]
4055
4056[[package]]
4057name = "dotenvy"
4058version = "0.15.7"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4061
4062[[package]]
4063name = "downcast-rs"
4064version = "1.2.1"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4067
4068[[package]]
4069name = "doxygen-rs"
4070version = "0.4.2"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4073dependencies = [
4074 "phf",
4075]
4076
4077[[package]]
4078name = "dtor"
4079version = "0.0.4"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4082dependencies = [
4083 "dtor-proc-macro",
4084]
4085
4086[[package]]
4087name = "dtor-proc-macro"
4088version = "0.0.5"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4091
4092[[package]]
4093name = "dunce"
4094version = "1.0.5"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4097
4098[[package]]
4099name = "dwrote"
4100version = "0.11.2"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4103dependencies = [
4104 "lazy_static",
4105 "libc",
4106 "winapi",
4107 "wio",
4108]
4109
4110[[package]]
4111name = "dyn-clone"
4112version = "1.0.17"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4115
4116[[package]]
4117name = "ec4rs"
4118version = "1.1.1"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4121
4122[[package]]
4123name = "ecdsa"
4124version = "0.14.8"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4127dependencies = [
4128 "der 0.6.1",
4129 "elliptic-curve",
4130 "rfc6979",
4131 "signature 1.6.4",
4132]
4133
4134[[package]]
4135name = "editor"
4136version = "0.1.0"
4137dependencies = [
4138 "aho-corasick",
4139 "anyhow",
4140 "assets",
4141 "buffer_diff",
4142 "chrono",
4143 "client",
4144 "clock",
4145 "collections",
4146 "convert_case 0.8.0",
4147 "ctor",
4148 "db",
4149 "emojis",
4150 "env_logger 0.11.6",
4151 "file_icons",
4152 "fs",
4153 "futures 0.3.31",
4154 "fuzzy",
4155 "git",
4156 "gpui",
4157 "http_client",
4158 "indoc",
4159 "inline_completion",
4160 "itertools 0.14.0",
4161 "language",
4162 "languages",
4163 "linkify",
4164 "log",
4165 "lsp",
4166 "markdown",
4167 "multi_buffer",
4168 "ordered-float 2.10.1",
4169 "parking_lot",
4170 "pretty_assertions",
4171 "project",
4172 "rand 0.8.5",
4173 "release_channel",
4174 "rpc",
4175 "schemars",
4176 "serde",
4177 "serde_json",
4178 "settings",
4179 "smallvec",
4180 "smol",
4181 "snippet",
4182 "sum_tree",
4183 "task",
4184 "telemetry",
4185 "tempfile",
4186 "text",
4187 "theme",
4188 "time",
4189 "time_format",
4190 "tree-sitter-html",
4191 "tree-sitter-rust",
4192 "tree-sitter-typescript",
4193 "ui",
4194 "unicode-script",
4195 "unicode-segmentation",
4196 "unindent",
4197 "url",
4198 "util",
4199 "uuid",
4200 "workspace",
4201 "zed_actions",
4202]
4203
4204[[package]]
4205name = "either"
4206version = "1.13.0"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4209dependencies = [
4210 "serde",
4211]
4212
4213[[package]]
4214name = "elasticlunr-rs"
4215version = "3.0.2"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4218dependencies = [
4219 "regex",
4220 "serde",
4221 "serde_derive",
4222 "serde_json",
4223]
4224
4225[[package]]
4226name = "elliptic-curve"
4227version = "0.12.3"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4230dependencies = [
4231 "base16ct",
4232 "crypto-bigint 0.4.9",
4233 "der 0.6.1",
4234 "digest",
4235 "ff",
4236 "generic-array",
4237 "group",
4238 "pkcs8 0.9.0",
4239 "rand_core 0.6.4",
4240 "sec1",
4241 "subtle",
4242 "zeroize",
4243]
4244
4245[[package]]
4246name = "embed-resource"
4247version = "3.0.2"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4250dependencies = [
4251 "cc",
4252 "memchr",
4253 "rustc_version",
4254 "toml 0.8.20",
4255 "vswhom",
4256 "winreg 0.52.0",
4257]
4258
4259[[package]]
4260name = "embedded-io"
4261version = "0.4.0"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4264
4265[[package]]
4266name = "embedded-io"
4267version = "0.6.1"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4270
4271[[package]]
4272name = "emojis"
4273version = "0.6.4"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4276dependencies = [
4277 "phf",
4278]
4279
4280[[package]]
4281name = "encode_unicode"
4282version = "0.3.6"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4285
4286[[package]]
4287name = "encoding_rs"
4288version = "0.8.35"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4291dependencies = [
4292 "cfg-if",
4293]
4294
4295[[package]]
4296name = "endi"
4297version = "1.1.0"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4300
4301[[package]]
4302name = "enumflags2"
4303version = "0.7.10"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4306dependencies = [
4307 "enumflags2_derive",
4308 "serde",
4309]
4310
4311[[package]]
4312name = "enumflags2_derive"
4313version = "0.7.10"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4316dependencies = [
4317 "proc-macro2",
4318 "quote",
4319 "syn 2.0.90",
4320]
4321
4322[[package]]
4323name = "env_filter"
4324version = "0.1.2"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4327dependencies = [
4328 "log",
4329 "regex",
4330]
4331
4332[[package]]
4333name = "env_home"
4334version = "0.1.0"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4337
4338[[package]]
4339name = "env_logger"
4340version = "0.10.2"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4343dependencies = [
4344 "humantime",
4345 "is-terminal",
4346 "log",
4347 "regex",
4348 "termcolor",
4349]
4350
4351[[package]]
4352name = "env_logger"
4353version = "0.11.6"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4356dependencies = [
4357 "anstream",
4358 "anstyle",
4359 "env_filter",
4360 "humantime",
4361 "log",
4362]
4363
4364[[package]]
4365name = "envy"
4366version = "0.4.2"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4369dependencies = [
4370 "serde",
4371]
4372
4373[[package]]
4374name = "equivalent"
4375version = "1.0.1"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4378
4379[[package]]
4380name = "erased-serde"
4381version = "0.4.5"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4384dependencies = [
4385 "serde",
4386 "typeid",
4387]
4388
4389[[package]]
4390name = "errno"
4391version = "0.2.8"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4394dependencies = [
4395 "errno-dragonfly",
4396 "libc",
4397 "winapi",
4398]
4399
4400[[package]]
4401name = "errno"
4402version = "0.3.10"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4405dependencies = [
4406 "libc",
4407 "windows-sys 0.52.0",
4408]
4409
4410[[package]]
4411name = "errno-dragonfly"
4412version = "0.1.2"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4415dependencies = [
4416 "cc",
4417 "libc",
4418]
4419
4420[[package]]
4421name = "etagere"
4422version = "0.2.15"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4425dependencies = [
4426 "euclid",
4427 "svg_fmt",
4428]
4429
4430[[package]]
4431name = "etcetera"
4432version = "0.8.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4435dependencies = [
4436 "cfg-if",
4437 "home",
4438 "windows-sys 0.48.0",
4439]
4440
4441[[package]]
4442name = "euclid"
4443version = "0.22.11"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4446dependencies = [
4447 "num-traits",
4448]
4449
4450[[package]]
4451name = "evals"
4452version = "0.1.0"
4453dependencies = [
4454 "anyhow",
4455 "clap",
4456 "client",
4457 "clock",
4458 "collections",
4459 "env_logger 0.11.6",
4460 "feature_flags",
4461 "fs",
4462 "git",
4463 "gpui",
4464 "http_client",
4465 "language",
4466 "languages",
4467 "node_runtime",
4468 "open_ai",
4469 "project",
4470 "reqwest_client",
4471 "semantic_index",
4472 "serde",
4473 "serde_json",
4474 "settings",
4475 "smol",
4476 "util",
4477]
4478
4479[[package]]
4480name = "event-listener"
4481version = "2.5.3"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4484
4485[[package]]
4486name = "event-listener"
4487version = "5.3.1"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4490dependencies = [
4491 "concurrent-queue",
4492 "parking",
4493 "pin-project-lite",
4494]
4495
4496[[package]]
4497name = "event-listener-strategy"
4498version = "0.5.3"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4501dependencies = [
4502 "event-listener 5.3.1",
4503 "pin-project-lite",
4504]
4505
4506[[package]]
4507name = "exec"
4508version = "0.3.1"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4511dependencies = [
4512 "errno 0.2.8",
4513 "libc",
4514]
4515
4516[[package]]
4517name = "exr"
4518version = "1.73.0"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4521dependencies = [
4522 "bit_field",
4523 "half",
4524 "lebe",
4525 "miniz_oxide",
4526 "rayon-core",
4527 "smallvec",
4528 "zune-inflate",
4529]
4530
4531[[package]]
4532name = "extension"
4533version = "0.1.0"
4534dependencies = [
4535 "anyhow",
4536 "async-compression",
4537 "async-tar",
4538 "async-trait",
4539 "collections",
4540 "convert_case 0.8.0",
4541 "fs",
4542 "futures 0.3.31",
4543 "gpui",
4544 "http_client",
4545 "language",
4546 "log",
4547 "lsp",
4548 "parking_lot",
4549 "semantic_version",
4550 "serde",
4551 "serde_json",
4552 "toml 0.8.20",
4553 "util",
4554 "wasm-encoder 0.221.3",
4555 "wasmparser 0.221.3",
4556 "wit-component 0.221.3",
4557]
4558
4559[[package]]
4560name = "extension_cli"
4561version = "0.1.0"
4562dependencies = [
4563 "anyhow",
4564 "clap",
4565 "env_logger 0.11.6",
4566 "extension",
4567 "fs",
4568 "language",
4569 "log",
4570 "reqwest_client",
4571 "rpc",
4572 "serde",
4573 "serde_json",
4574 "theme",
4575 "tokio",
4576 "toml 0.8.20",
4577 "tree-sitter",
4578 "wasmtime",
4579]
4580
4581[[package]]
4582name = "extension_host"
4583version = "0.1.0"
4584dependencies = [
4585 "anyhow",
4586 "async-compression",
4587 "async-tar",
4588 "async-trait",
4589 "client",
4590 "collections",
4591 "context_server_settings",
4592 "ctor",
4593 "env_logger 0.11.6",
4594 "extension",
4595 "fs",
4596 "futures 0.3.31",
4597 "gpui",
4598 "http_client",
4599 "language",
4600 "language_extension",
4601 "log",
4602 "lsp",
4603 "node_runtime",
4604 "parking_lot",
4605 "paths",
4606 "project",
4607 "release_channel",
4608 "remote",
4609 "reqwest_client",
4610 "schemars",
4611 "semantic_version",
4612 "serde",
4613 "serde_json",
4614 "serde_json_lenient",
4615 "settings",
4616 "task",
4617 "telemetry",
4618 "tempfile",
4619 "theme",
4620 "theme_extension",
4621 "toml 0.8.20",
4622 "url",
4623 "util",
4624 "wasmparser 0.221.3",
4625 "wasmtime",
4626 "wasmtime-wasi",
4627]
4628
4629[[package]]
4630name = "extensions_ui"
4631version = "0.1.0"
4632dependencies = [
4633 "anyhow",
4634 "client",
4635 "collections",
4636 "db",
4637 "editor",
4638 "extension_host",
4639 "feature_flags",
4640 "fs",
4641 "fuzzy",
4642 "gpui",
4643 "language",
4644 "num-format",
4645 "picker",
4646 "project",
4647 "release_channel",
4648 "semantic_version",
4649 "serde",
4650 "settings",
4651 "smallvec",
4652 "telemetry",
4653 "theme",
4654 "ui",
4655 "util",
4656 "vim_mode_setting",
4657 "workspace",
4658 "zed_actions",
4659]
4660
4661[[package]]
4662name = "fallible-iterator"
4663version = "0.3.0"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4666
4667[[package]]
4668name = "fancy-regex"
4669version = "0.13.0"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4672dependencies = [
4673 "bit-set 0.5.3",
4674 "regex-automata 0.4.9",
4675 "regex-syntax 0.8.5",
4676]
4677
4678[[package]]
4679name = "fancy-regex"
4680version = "0.14.0"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4683dependencies = [
4684 "bit-set 0.8.0",
4685 "regex-automata 0.4.9",
4686 "regex-syntax 0.8.5",
4687]
4688
4689[[package]]
4690name = "fast-srgb8"
4691version = "1.0.0"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4694
4695[[package]]
4696name = "fastrand"
4697version = "1.9.0"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4700dependencies = [
4701 "instant",
4702]
4703
4704[[package]]
4705name = "fastrand"
4706version = "2.3.0"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4709
4710[[package]]
4711name = "fd-lock"
4712version = "4.0.2"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4715dependencies = [
4716 "cfg-if",
4717 "rustix",
4718 "windows-sys 0.52.0",
4719]
4720
4721[[package]]
4722name = "fdeflate"
4723version = "0.3.7"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4726dependencies = [
4727 "simd-adler32",
4728]
4729
4730[[package]]
4731name = "feature_flags"
4732version = "0.1.0"
4733dependencies = [
4734 "futures 0.3.31",
4735 "gpui",
4736 "smol",
4737]
4738
4739[[package]]
4740name = "feedback"
4741version = "0.1.0"
4742dependencies = [
4743 "anyhow",
4744 "bitflags 2.8.0",
4745 "client",
4746 "db",
4747 "editor",
4748 "futures 0.3.31",
4749 "gpui",
4750 "http_client",
4751 "human_bytes",
4752 "language",
4753 "log",
4754 "menu",
4755 "project",
4756 "regex",
4757 "release_channel",
4758 "serde",
4759 "serde_derive",
4760 "serde_json",
4761 "smol",
4762 "sysinfo",
4763 "ui",
4764 "urlencoding",
4765 "util",
4766 "workspace",
4767 "zed_actions",
4768]
4769
4770[[package]]
4771name = "ff"
4772version = "0.12.1"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4775dependencies = [
4776 "rand_core 0.6.4",
4777 "subtle",
4778]
4779
4780[[package]]
4781name = "file_finder"
4782version = "0.1.0"
4783dependencies = [
4784 "anyhow",
4785 "collections",
4786 "ctor",
4787 "editor",
4788 "env_logger 0.11.6",
4789 "file_icons",
4790 "futures 0.3.31",
4791 "fuzzy",
4792 "gpui",
4793 "language",
4794 "menu",
4795 "picker",
4796 "project",
4797 "schemars",
4798 "serde",
4799 "serde_derive",
4800 "serde_json",
4801 "settings",
4802 "text",
4803 "theme",
4804 "ui",
4805 "util",
4806 "workspace",
4807]
4808
4809[[package]]
4810name = "file_icons"
4811version = "0.1.0"
4812dependencies = [
4813 "gpui",
4814 "serde",
4815 "settings",
4816 "theme",
4817 "util",
4818]
4819
4820[[package]]
4821name = "filedescriptor"
4822version = "0.8.3"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4825dependencies = [
4826 "libc",
4827 "thiserror 1.0.69",
4828 "winapi",
4829]
4830
4831[[package]]
4832name = "filetime"
4833version = "0.2.25"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4836dependencies = [
4837 "cfg-if",
4838 "libc",
4839 "libredox",
4840 "windows-sys 0.59.0",
4841]
4842
4843[[package]]
4844name = "fixedbitset"
4845version = "0.4.2"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4848
4849[[package]]
4850name = "flate2"
4851version = "1.0.35"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4854dependencies = [
4855 "crc32fast",
4856 "miniz_oxide",
4857]
4858
4859[[package]]
4860name = "float-cmp"
4861version = "0.9.0"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4864
4865[[package]]
4866name = "float-ord"
4867version = "0.3.2"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4870
4871[[package]]
4872name = "float_next_after"
4873version = "1.0.0"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4876
4877[[package]]
4878name = "flume"
4879version = "0.11.1"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4882dependencies = [
4883 "futures-core",
4884 "futures-sink",
4885 "nanorand",
4886 "spin",
4887]
4888
4889[[package]]
4890name = "fnv"
4891version = "1.0.7"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4894
4895[[package]]
4896name = "foldhash"
4897version = "0.1.3"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4900
4901[[package]]
4902name = "font-kit"
4903version = "0.14.1"
4904source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4905dependencies = [
4906 "bitflags 2.8.0",
4907 "byteorder",
4908 "core-foundation 0.9.4",
4909 "core-graphics 0.23.2",
4910 "core-text",
4911 "dirs 5.0.1",
4912 "dwrote",
4913 "float-ord",
4914 "freetype-sys",
4915 "lazy_static",
4916 "libc",
4917 "log",
4918 "pathfinder_geometry",
4919 "pathfinder_simd",
4920 "walkdir",
4921 "winapi",
4922 "yeslogic-fontconfig-sys",
4923]
4924
4925[[package]]
4926name = "font-types"
4927version = "0.7.3"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4930dependencies = [
4931 "bytemuck",
4932]
4933
4934[[package]]
4935name = "fontconfig-parser"
4936version = "0.5.7"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4939dependencies = [
4940 "roxmltree",
4941]
4942
4943[[package]]
4944name = "fontdb"
4945version = "0.18.0"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4948dependencies = [
4949 "fontconfig-parser",
4950 "log",
4951 "memmap2",
4952 "slotmap",
4953 "tinyvec",
4954 "ttf-parser",
4955]
4956
4957[[package]]
4958name = "foreign-types"
4959version = "0.3.2"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4962dependencies = [
4963 "foreign-types-shared 0.1.1",
4964]
4965
4966[[package]]
4967name = "foreign-types"
4968version = "0.5.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4971dependencies = [
4972 "foreign-types-macros",
4973 "foreign-types-shared 0.3.1",
4974]
4975
4976[[package]]
4977name = "foreign-types-macros"
4978version = "0.2.3"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4981dependencies = [
4982 "proc-macro2",
4983 "quote",
4984 "syn 2.0.90",
4985]
4986
4987[[package]]
4988name = "foreign-types-shared"
4989version = "0.1.1"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4992
4993[[package]]
4994name = "foreign-types-shared"
4995version = "0.3.1"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4998
4999[[package]]
5000name = "fork"
5001version = "0.2.0"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5004dependencies = [
5005 "libc",
5006]
5007
5008[[package]]
5009name = "form_urlencoded"
5010version = "1.2.1"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5013dependencies = [
5014 "percent-encoding",
5015]
5016
5017[[package]]
5018name = "freetype-sys"
5019version = "0.20.1"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5022dependencies = [
5023 "cc",
5024 "libc",
5025 "pkg-config",
5026]
5027
5028[[package]]
5029name = "fs"
5030version = "0.1.0"
5031dependencies = [
5032 "anyhow",
5033 "ashpd",
5034 "async-tar",
5035 "async-trait",
5036 "cocoa 0.26.0",
5037 "collections",
5038 "fsevent",
5039 "futures 0.3.31",
5040 "git",
5041 "git2",
5042 "gpui",
5043 "libc",
5044 "log",
5045 "notify 6.1.1",
5046 "objc",
5047 "parking_lot",
5048 "paths",
5049 "proto",
5050 "rope",
5051 "serde",
5052 "serde_json",
5053 "smol",
5054 "tempfile",
5055 "text",
5056 "time",
5057 "util",
5058 "windows 0.58.0",
5059]
5060
5061[[package]]
5062name = "fs-set-times"
5063version = "0.20.2"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5066dependencies = [
5067 "io-lifetimes",
5068 "rustix",
5069 "windows-sys 0.52.0",
5070]
5071
5072[[package]]
5073name = "fs2"
5074version = "0.4.3"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5077dependencies = [
5078 "libc",
5079 "winapi",
5080]
5081
5082[[package]]
5083name = "fs_extra"
5084version = "1.3.0"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5087
5088[[package]]
5089name = "fsevent"
5090version = "0.1.0"
5091dependencies = [
5092 "bitflags 2.8.0",
5093 "core-foundation 0.9.4",
5094 "fsevent-sys 3.1.0",
5095 "parking_lot",
5096 "tempfile",
5097]
5098
5099[[package]]
5100name = "fsevent-sys"
5101version = "3.1.0"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5104dependencies = [
5105 "libc",
5106]
5107
5108[[package]]
5109name = "fsevent-sys"
5110version = "4.1.0"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5113dependencies = [
5114 "libc",
5115]
5116
5117[[package]]
5118name = "funty"
5119version = "2.0.0"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5122
5123[[package]]
5124name = "futf"
5125version = "0.1.5"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5128dependencies = [
5129 "mac",
5130 "new_debug_unreachable",
5131]
5132
5133[[package]]
5134name = "futures"
5135version = "0.1.31"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5138
5139[[package]]
5140name = "futures"
5141version = "0.3.31"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5144dependencies = [
5145 "futures-channel",
5146 "futures-core",
5147 "futures-executor",
5148 "futures-io",
5149 "futures-sink",
5150 "futures-task",
5151 "futures-util",
5152]
5153
5154[[package]]
5155name = "futures-batch"
5156version = "0.6.1"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5159dependencies = [
5160 "futures 0.3.31",
5161 "futures-timer",
5162 "pin-utils",
5163]
5164
5165[[package]]
5166name = "futures-channel"
5167version = "0.3.31"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5170dependencies = [
5171 "futures-core",
5172 "futures-sink",
5173]
5174
5175[[package]]
5176name = "futures-core"
5177version = "0.3.31"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5180
5181[[package]]
5182name = "futures-executor"
5183version = "0.3.31"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5186dependencies = [
5187 "futures-core",
5188 "futures-task",
5189 "futures-util",
5190]
5191
5192[[package]]
5193name = "futures-intrusive"
5194version = "0.5.0"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5197dependencies = [
5198 "futures-core",
5199 "lock_api",
5200 "parking_lot",
5201]
5202
5203[[package]]
5204name = "futures-io"
5205version = "0.3.31"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5208
5209[[package]]
5210name = "futures-lite"
5211version = "1.13.0"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5214dependencies = [
5215 "fastrand 1.9.0",
5216 "futures-core",
5217 "futures-io",
5218 "memchr",
5219 "parking",
5220 "pin-project-lite",
5221 "waker-fn",
5222]
5223
5224[[package]]
5225name = "futures-lite"
5226version = "2.6.0"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5229dependencies = [
5230 "fastrand 2.3.0",
5231 "futures-core",
5232 "futures-io",
5233 "parking",
5234 "pin-project-lite",
5235]
5236
5237[[package]]
5238name = "futures-macro"
5239version = "0.3.31"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5242dependencies = [
5243 "proc-macro2",
5244 "quote",
5245 "syn 2.0.90",
5246]
5247
5248[[package]]
5249name = "futures-sink"
5250version = "0.3.31"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5253
5254[[package]]
5255name = "futures-task"
5256version = "0.3.31"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5259
5260[[package]]
5261name = "futures-timer"
5262version = "3.0.3"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5265
5266[[package]]
5267name = "futures-util"
5268version = "0.3.31"
5269source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5271dependencies = [
5272 "futures 0.1.31",
5273 "futures-channel",
5274 "futures-core",
5275 "futures-io",
5276 "futures-macro",
5277 "futures-sink",
5278 "futures-task",
5279 "memchr",
5280 "pin-project-lite",
5281 "pin-utils",
5282 "slab",
5283 "tokio-io",
5284]
5285
5286[[package]]
5287name = "fuzzy"
5288version = "0.1.0"
5289dependencies = [
5290 "gpui",
5291 "log",
5292 "util",
5293]
5294
5295[[package]]
5296name = "fuzzy-matcher"
5297version = "0.3.7"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5300dependencies = [
5301 "thread_local",
5302]
5303
5304[[package]]
5305name = "generic-array"
5306version = "0.14.7"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5309dependencies = [
5310 "typenum",
5311 "version_check",
5312]
5313
5314[[package]]
5315name = "gethostname"
5316version = "0.4.3"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5319dependencies = [
5320 "libc",
5321 "windows-targets 0.48.5",
5322]
5323
5324[[package]]
5325name = "getrandom"
5326version = "0.1.16"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5329dependencies = [
5330 "cfg-if",
5331 "libc",
5332 "wasi 0.9.0+wasi-snapshot-preview1",
5333]
5334
5335[[package]]
5336name = "getrandom"
5337version = "0.2.15"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5340dependencies = [
5341 "cfg-if",
5342 "js-sys",
5343 "libc",
5344 "wasi 0.11.0+wasi-snapshot-preview1",
5345 "wasm-bindgen",
5346]
5347
5348[[package]]
5349name = "getrandom"
5350version = "0.3.1"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5353dependencies = [
5354 "cfg-if",
5355 "libc",
5356 "wasi 0.13.3+wasi-0.2.2",
5357 "windows-targets 0.52.6",
5358]
5359
5360[[package]]
5361name = "gif"
5362version = "0.13.1"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5365dependencies = [
5366 "color_quant",
5367 "weezl",
5368]
5369
5370[[package]]
5371name = "gimli"
5372version = "0.31.1"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5375dependencies = [
5376 "fallible-iterator",
5377 "indexmap",
5378 "stable_deref_trait",
5379]
5380
5381[[package]]
5382name = "git"
5383version = "0.1.0"
5384dependencies = [
5385 "anyhow",
5386 "askpass",
5387 "async-trait",
5388 "collections",
5389 "derive_more",
5390 "futures 0.3.31",
5391 "git2",
5392 "gpui",
5393 "http_client",
5394 "log",
5395 "parking_lot",
5396 "pretty_assertions",
5397 "regex",
5398 "rope",
5399 "schemars",
5400 "serde",
5401 "serde_json",
5402 "smol",
5403 "sum_tree",
5404 "text",
5405 "time",
5406 "unindent",
5407 "url",
5408 "util",
5409]
5410
5411[[package]]
5412name = "git2"
5413version = "0.20.0"
5414source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5415dependencies = [
5416 "bitflags 2.8.0",
5417 "libc",
5418 "libgit2-sys",
5419 "log",
5420 "url",
5421]
5422
5423[[package]]
5424name = "git_hosting_providers"
5425version = "0.1.0"
5426dependencies = [
5427 "anyhow",
5428 "async-trait",
5429 "futures 0.3.31",
5430 "git",
5431 "gpui",
5432 "http_client",
5433 "indoc",
5434 "pretty_assertions",
5435 "regex",
5436 "serde",
5437 "serde_json",
5438 "url",
5439 "util",
5440]
5441
5442[[package]]
5443name = "git_ui"
5444version = "0.1.0"
5445dependencies = [
5446 "anyhow",
5447 "askpass",
5448 "buffer_diff",
5449 "collections",
5450 "component",
5451 "ctor",
5452 "db",
5453 "editor",
5454 "env_logger 0.11.6",
5455 "feature_flags",
5456 "futures 0.3.31",
5457 "fuzzy",
5458 "git",
5459 "gpui",
5460 "itertools 0.14.0",
5461 "language",
5462 "language_model",
5463 "linkify",
5464 "linkme",
5465 "log",
5466 "menu",
5467 "multi_buffer",
5468 "panel",
5469 "picker",
5470 "postage",
5471 "pretty_assertions",
5472 "project",
5473 "schemars",
5474 "serde",
5475 "serde_derive",
5476 "serde_json",
5477 "settings",
5478 "smallvec",
5479 "strum",
5480 "telemetry",
5481 "theme",
5482 "time",
5483 "ui",
5484 "unindent",
5485 "util",
5486 "windows 0.58.0",
5487 "workspace",
5488 "zed_actions",
5489]
5490
5491[[package]]
5492name = "glob"
5493version = "0.3.1"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5496
5497[[package]]
5498name = "globset"
5499version = "0.4.16"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5502dependencies = [
5503 "aho-corasick",
5504 "bstr",
5505 "log",
5506 "regex-automata 0.4.9",
5507 "regex-syntax 0.8.5",
5508]
5509
5510[[package]]
5511name = "gloo-timers"
5512version = "0.3.0"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5515dependencies = [
5516 "futures-channel",
5517 "futures-core",
5518 "js-sys",
5519 "wasm-bindgen",
5520]
5521
5522[[package]]
5523name = "glow"
5524version = "0.14.2"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5527dependencies = [
5528 "js-sys",
5529 "slotmap",
5530 "wasm-bindgen",
5531 "web-sys",
5532]
5533
5534[[package]]
5535name = "go_to_line"
5536version = "0.1.0"
5537dependencies = [
5538 "anyhow",
5539 "editor",
5540 "gpui",
5541 "indoc",
5542 "language",
5543 "menu",
5544 "project",
5545 "rope",
5546 "schemars",
5547 "serde",
5548 "serde_json",
5549 "settings",
5550 "text",
5551 "theme",
5552 "tree-sitter-rust",
5553 "tree-sitter-typescript",
5554 "ui",
5555 "util",
5556 "workspace",
5557]
5558
5559[[package]]
5560name = "google_ai"
5561version = "0.1.0"
5562dependencies = [
5563 "anyhow",
5564 "futures 0.3.31",
5565 "http_client",
5566 "schemars",
5567 "serde",
5568 "serde_json",
5569 "strum",
5570]
5571
5572[[package]]
5573name = "gpu-alloc"
5574version = "0.6.0"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5577dependencies = [
5578 "bitflags 2.8.0",
5579 "gpu-alloc-types",
5580]
5581
5582[[package]]
5583name = "gpu-alloc-ash"
5584version = "0.7.0"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5587dependencies = [
5588 "ash",
5589 "gpu-alloc-types",
5590 "tinyvec",
5591]
5592
5593[[package]]
5594name = "gpu-alloc-types"
5595version = "0.3.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5598dependencies = [
5599 "bitflags 2.8.0",
5600]
5601
5602[[package]]
5603name = "gpui"
5604version = "0.1.0"
5605dependencies = [
5606 "anyhow",
5607 "as-raw-xcb-connection",
5608 "ashpd",
5609 "async-task",
5610 "backtrace",
5611 "bindgen 0.70.1",
5612 "blade-graphics",
5613 "blade-macros",
5614 "blade-util",
5615 "block",
5616 "bytemuck",
5617 "calloop",
5618 "calloop-wayland-source",
5619 "cbindgen 0.28.0",
5620 "cocoa 0.26.0",
5621 "collections",
5622 "core-foundation 0.9.4",
5623 "core-foundation-sys",
5624 "core-graphics 0.23.2",
5625 "core-text",
5626 "cosmic-text",
5627 "ctor",
5628 "derive_more",
5629 "embed-resource",
5630 "env_logger 0.11.6",
5631 "etagere",
5632 "filedescriptor",
5633 "flume",
5634 "font-kit",
5635 "foreign-types 0.5.0",
5636 "futures 0.3.31",
5637 "gpui_macros",
5638 "http_client",
5639 "image",
5640 "inventory",
5641 "itertools 0.14.0",
5642 "log",
5643 "lyon",
5644 "media",
5645 "metal",
5646 "naga",
5647 "num_cpus",
5648 "objc",
5649 "objc2",
5650 "objc2-metal",
5651 "oo7",
5652 "open",
5653 "parking",
5654 "parking_lot",
5655 "pathfinder_geometry",
5656 "postage",
5657 "profiling",
5658 "rand 0.8.5",
5659 "raw-window-handle",
5660 "refineable",
5661 "reqwest_client",
5662 "resvg",
5663 "schemars",
5664 "seahash",
5665 "semantic_version",
5666 "serde",
5667 "serde_derive",
5668 "serde_json",
5669 "slotmap",
5670 "smallvec",
5671 "smol",
5672 "strum",
5673 "sum_tree",
5674 "taffy",
5675 "thiserror 1.0.69",
5676 "unicode-segmentation",
5677 "usvg",
5678 "util",
5679 "uuid",
5680 "waker-fn",
5681 "wayland-backend",
5682 "wayland-client",
5683 "wayland-cursor",
5684 "wayland-protocols",
5685 "wayland-protocols-plasma",
5686 "windows 0.58.0",
5687 "windows-core 0.58.0",
5688 "x11-clipboard",
5689 "x11rb",
5690 "xim",
5691 "xkbcommon",
5692]
5693
5694[[package]]
5695name = "gpui_macros"
5696version = "0.1.0"
5697dependencies = [
5698 "gpui",
5699 "proc-macro2",
5700 "quote",
5701 "syn 1.0.109",
5702]
5703
5704[[package]]
5705name = "gpui_tokio"
5706version = "0.1.0"
5707dependencies = [
5708 "gpui",
5709 "tokio",
5710 "util",
5711]
5712
5713[[package]]
5714name = "grid"
5715version = "0.13.0"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5718
5719[[package]]
5720name = "group"
5721version = "0.12.1"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5724dependencies = [
5725 "ff",
5726 "rand_core 0.6.4",
5727 "subtle",
5728]
5729
5730[[package]]
5731name = "h2"
5732version = "0.3.26"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5735dependencies = [
5736 "bytes 1.10.1",
5737 "fnv",
5738 "futures-core",
5739 "futures-sink",
5740 "futures-util",
5741 "http 0.2.12",
5742 "indexmap",
5743 "slab",
5744 "tokio",
5745 "tokio-util",
5746 "tracing",
5747]
5748
5749[[package]]
5750name = "h2"
5751version = "0.4.7"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5754dependencies = [
5755 "atomic-waker",
5756 "bytes 1.10.1",
5757 "fnv",
5758 "futures-core",
5759 "futures-sink",
5760 "http 1.2.0",
5761 "indexmap",
5762 "slab",
5763 "tokio",
5764 "tokio-util",
5765 "tracing",
5766]
5767
5768[[package]]
5769name = "half"
5770version = "2.4.1"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5773dependencies = [
5774 "cfg-if",
5775 "crunchy",
5776]
5777
5778[[package]]
5779name = "handlebars"
5780version = "4.5.0"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5783dependencies = [
5784 "log",
5785 "pest",
5786 "pest_derive",
5787 "serde",
5788 "serde_json",
5789 "thiserror 1.0.69",
5790]
5791
5792[[package]]
5793name = "handlebars"
5794version = "6.2.0"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5797dependencies = [
5798 "log",
5799 "num-order",
5800 "pest",
5801 "pest_derive",
5802 "serde",
5803 "serde_json",
5804 "thiserror 1.0.69",
5805]
5806
5807[[package]]
5808name = "hashbrown"
5809version = "0.12.3"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5812dependencies = [
5813 "ahash 0.7.8",
5814]
5815
5816[[package]]
5817name = "hashbrown"
5818version = "0.14.5"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5821dependencies = [
5822 "ahash 0.8.11",
5823 "allocator-api2",
5824]
5825
5826[[package]]
5827name = "hashbrown"
5828version = "0.15.2"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5831dependencies = [
5832 "allocator-api2",
5833 "equivalent",
5834 "foldhash",
5835 "serde",
5836]
5837
5838[[package]]
5839name = "hashlink"
5840version = "0.8.4"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5843dependencies = [
5844 "hashbrown 0.14.5",
5845]
5846
5847[[package]]
5848name = "hashlink"
5849version = "0.10.0"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5852dependencies = [
5853 "hashbrown 0.15.2",
5854]
5855
5856[[package]]
5857name = "headers"
5858version = "0.3.9"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5861dependencies = [
5862 "base64 0.21.7",
5863 "bytes 1.10.1",
5864 "headers-core",
5865 "http 0.2.12",
5866 "httpdate",
5867 "mime",
5868 "sha1",
5869]
5870
5871[[package]]
5872name = "headers-core"
5873version = "0.2.0"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5876dependencies = [
5877 "http 0.2.12",
5878]
5879
5880[[package]]
5881name = "heck"
5882version = "0.3.3"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5885dependencies = [
5886 "unicode-segmentation",
5887]
5888
5889[[package]]
5890name = "heck"
5891version = "0.4.1"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5894dependencies = [
5895 "unicode-segmentation",
5896]
5897
5898[[package]]
5899name = "heck"
5900version = "0.5.0"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5903
5904[[package]]
5905name = "heed"
5906version = "0.21.0"
5907source = "registry+https://github.com/rust-lang/crates.io-index"
5908checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5909dependencies = [
5910 "bitflags 2.8.0",
5911 "byteorder",
5912 "heed-traits",
5913 "heed-types",
5914 "libc",
5915 "lmdb-master-sys",
5916 "once_cell",
5917 "page_size",
5918 "serde",
5919 "synchronoise",
5920 "url",
5921]
5922
5923[[package]]
5924name = "heed-traits"
5925version = "0.20.0"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5928
5929[[package]]
5930name = "heed-types"
5931version = "0.21.0"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5934dependencies = [
5935 "bincode",
5936 "byteorder",
5937 "heed-traits",
5938 "serde",
5939 "serde_json",
5940]
5941
5942[[package]]
5943name = "hermit-abi"
5944version = "0.3.9"
5945source = "registry+https://github.com/rust-lang/crates.io-index"
5946checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5947
5948[[package]]
5949name = "hermit-abi"
5950version = "0.4.0"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5953
5954[[package]]
5955name = "hex"
5956version = "0.4.3"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5959
5960[[package]]
5961name = "hexf-parse"
5962version = "0.2.1"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5965
5966[[package]]
5967name = "hidden-trait"
5968version = "0.1.2"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5971dependencies = [
5972 "proc-macro2",
5973 "quote",
5974 "syn 1.0.109",
5975]
5976
5977[[package]]
5978name = "hkdf"
5979version = "0.12.4"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5982dependencies = [
5983 "hmac",
5984]
5985
5986[[package]]
5987name = "hmac"
5988version = "0.12.1"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5991dependencies = [
5992 "digest",
5993]
5994
5995[[package]]
5996name = "home"
5997version = "0.5.9"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6000dependencies = [
6001 "windows-sys 0.52.0",
6002]
6003
6004[[package]]
6005name = "hound"
6006version = "3.5.1"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6009
6010[[package]]
6011name = "html5ever"
6012version = "0.27.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6015dependencies = [
6016 "log",
6017 "mac",
6018 "markup5ever",
6019 "proc-macro2",
6020 "quote",
6021 "syn 2.0.90",
6022]
6023
6024[[package]]
6025name = "html_to_markdown"
6026version = "0.1.0"
6027dependencies = [
6028 "anyhow",
6029 "html5ever",
6030 "indoc",
6031 "markup5ever_rcdom",
6032 "pretty_assertions",
6033 "regex",
6034]
6035
6036[[package]]
6037name = "http"
6038version = "0.2.12"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6041dependencies = [
6042 "bytes 1.10.1",
6043 "fnv",
6044 "itoa",
6045]
6046
6047[[package]]
6048name = "http"
6049version = "1.2.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6052dependencies = [
6053 "bytes 1.10.1",
6054 "fnv",
6055 "itoa",
6056]
6057
6058[[package]]
6059name = "http-body"
6060version = "0.4.6"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6063dependencies = [
6064 "bytes 1.10.1",
6065 "http 0.2.12",
6066 "pin-project-lite",
6067]
6068
6069[[package]]
6070name = "http-body"
6071version = "1.0.1"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6074dependencies = [
6075 "bytes 1.10.1",
6076 "http 1.2.0",
6077]
6078
6079[[package]]
6080name = "http-body-util"
6081version = "0.1.2"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6084dependencies = [
6085 "bytes 1.10.1",
6086 "futures-util",
6087 "http 1.2.0",
6088 "http-body 1.0.1",
6089 "pin-project-lite",
6090]
6091
6092[[package]]
6093name = "http-range-header"
6094version = "0.3.1"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6097
6098[[package]]
6099name = "http-types"
6100version = "2.12.0"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6103dependencies = [
6104 "anyhow",
6105 "async-channel 1.9.0",
6106 "base64 0.13.1",
6107 "futures-lite 1.13.0",
6108 "http 0.2.12",
6109 "infer",
6110 "pin-project-lite",
6111 "rand 0.7.3",
6112 "serde",
6113 "serde_json",
6114 "serde_qs 0.8.5",
6115 "serde_urlencoded",
6116 "url",
6117]
6118
6119[[package]]
6120name = "http_client"
6121version = "0.1.0"
6122dependencies = [
6123 "anyhow",
6124 "bytes 1.10.1",
6125 "derive_more",
6126 "futures 0.3.31",
6127 "http 1.2.0",
6128 "log",
6129 "rustls 0.23.23",
6130 "rustls-platform-verifier",
6131 "serde",
6132 "serde_json",
6133 "url",
6134]
6135
6136[[package]]
6137name = "httparse"
6138version = "1.9.5"
6139source = "registry+https://github.com/rust-lang/crates.io-index"
6140checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6141
6142[[package]]
6143name = "httpdate"
6144version = "1.0.3"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6147
6148[[package]]
6149name = "human_bytes"
6150version = "0.4.3"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6153
6154[[package]]
6155name = "humantime"
6156version = "2.1.0"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6159
6160[[package]]
6161name = "hyper"
6162version = "0.14.32"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6165dependencies = [
6166 "bytes 1.10.1",
6167 "futures-channel",
6168 "futures-core",
6169 "futures-util",
6170 "h2 0.3.26",
6171 "http 0.2.12",
6172 "http-body 0.4.6",
6173 "httparse",
6174 "httpdate",
6175 "itoa",
6176 "pin-project-lite",
6177 "socket2",
6178 "tokio",
6179 "tower-service",
6180 "tracing",
6181 "want",
6182]
6183
6184[[package]]
6185name = "hyper"
6186version = "1.5.1"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6189dependencies = [
6190 "bytes 1.10.1",
6191 "futures-channel",
6192 "futures-util",
6193 "h2 0.4.7",
6194 "http 1.2.0",
6195 "http-body 1.0.1",
6196 "httparse",
6197 "itoa",
6198 "pin-project-lite",
6199 "smallvec",
6200 "tokio",
6201 "want",
6202]
6203
6204[[package]]
6205name = "hyper-rustls"
6206version = "0.24.2"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6209dependencies = [
6210 "futures-util",
6211 "http 0.2.12",
6212 "hyper 0.14.32",
6213 "log",
6214 "rustls 0.21.12",
6215 "rustls-native-certs 0.6.3",
6216 "tokio",
6217 "tokio-rustls 0.24.1",
6218]
6219
6220[[package]]
6221name = "hyper-rustls"
6222version = "0.27.3"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6225dependencies = [
6226 "futures-util",
6227 "http 1.2.0",
6228 "hyper 1.5.1",
6229 "hyper-util",
6230 "rustls 0.23.23",
6231 "rustls-native-certs 0.8.1",
6232 "rustls-pki-types",
6233 "tokio",
6234 "tokio-rustls 0.26.1",
6235 "tower-service",
6236]
6237
6238[[package]]
6239name = "hyper-tls"
6240version = "0.5.0"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6243dependencies = [
6244 "bytes 1.10.1",
6245 "hyper 0.14.32",
6246 "native-tls",
6247 "tokio",
6248 "tokio-native-tls",
6249]
6250
6251[[package]]
6252name = "hyper-util"
6253version = "0.1.10"
6254source = "registry+https://github.com/rust-lang/crates.io-index"
6255checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6256dependencies = [
6257 "bytes 1.10.1",
6258 "futures-channel",
6259 "futures-util",
6260 "http 1.2.0",
6261 "http-body 1.0.1",
6262 "hyper 1.5.1",
6263 "pin-project-lite",
6264 "socket2",
6265 "tokio",
6266 "tower-service",
6267 "tracing",
6268]
6269
6270[[package]]
6271name = "iana-time-zone"
6272version = "0.1.61"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6275dependencies = [
6276 "android_system_properties",
6277 "core-foundation-sys",
6278 "iana-time-zone-haiku",
6279 "js-sys",
6280 "wasm-bindgen",
6281 "windows-core 0.52.0",
6282]
6283
6284[[package]]
6285name = "iana-time-zone-haiku"
6286version = "0.1.2"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6289dependencies = [
6290 "cc",
6291]
6292
6293[[package]]
6294name = "icu_collections"
6295version = "1.5.0"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6298dependencies = [
6299 "displaydoc",
6300 "yoke",
6301 "zerofrom",
6302 "zerovec",
6303]
6304
6305[[package]]
6306name = "icu_locid"
6307version = "1.5.0"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6310dependencies = [
6311 "displaydoc",
6312 "litemap",
6313 "tinystr",
6314 "writeable",
6315 "zerovec",
6316]
6317
6318[[package]]
6319name = "icu_locid_transform"
6320version = "1.5.0"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6323dependencies = [
6324 "displaydoc",
6325 "icu_locid",
6326 "icu_locid_transform_data",
6327 "icu_provider",
6328 "tinystr",
6329 "zerovec",
6330]
6331
6332[[package]]
6333name = "icu_locid_transform_data"
6334version = "1.5.0"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6337
6338[[package]]
6339name = "icu_normalizer"
6340version = "1.5.0"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6343dependencies = [
6344 "displaydoc",
6345 "icu_collections",
6346 "icu_normalizer_data",
6347 "icu_properties",
6348 "icu_provider",
6349 "smallvec",
6350 "utf16_iter",
6351 "utf8_iter",
6352 "write16",
6353 "zerovec",
6354]
6355
6356[[package]]
6357name = "icu_normalizer_data"
6358version = "1.5.0"
6359source = "registry+https://github.com/rust-lang/crates.io-index"
6360checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6361
6362[[package]]
6363name = "icu_properties"
6364version = "1.5.1"
6365source = "registry+https://github.com/rust-lang/crates.io-index"
6366checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6367dependencies = [
6368 "displaydoc",
6369 "icu_collections",
6370 "icu_locid_transform",
6371 "icu_properties_data",
6372 "icu_provider",
6373 "tinystr",
6374 "zerovec",
6375]
6376
6377[[package]]
6378name = "icu_properties_data"
6379version = "1.5.0"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6382
6383[[package]]
6384name = "icu_provider"
6385version = "1.5.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6388dependencies = [
6389 "displaydoc",
6390 "icu_locid",
6391 "icu_provider_macros",
6392 "stable_deref_trait",
6393 "tinystr",
6394 "writeable",
6395 "yoke",
6396 "zerofrom",
6397 "zerovec",
6398]
6399
6400[[package]]
6401name = "icu_provider_macros"
6402version = "1.5.0"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6405dependencies = [
6406 "proc-macro2",
6407 "quote",
6408 "syn 2.0.90",
6409]
6410
6411[[package]]
6412name = "id-arena"
6413version = "2.2.1"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6416
6417[[package]]
6418name = "idna"
6419version = "1.0.3"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6422dependencies = [
6423 "idna_adapter",
6424 "smallvec",
6425 "utf8_iter",
6426]
6427
6428[[package]]
6429name = "idna_adapter"
6430version = "1.2.0"
6431source = "registry+https://github.com/rust-lang/crates.io-index"
6432checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6433dependencies = [
6434 "icu_normalizer",
6435 "icu_properties",
6436]
6437
6438[[package]]
6439name = "ignore"
6440version = "0.4.23"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6443dependencies = [
6444 "crossbeam-deque",
6445 "globset",
6446 "log",
6447 "memchr",
6448 "regex-automata 0.4.9",
6449 "same-file",
6450 "walkdir",
6451 "winapi-util",
6452]
6453
6454[[package]]
6455name = "image"
6456version = "0.25.5"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6459dependencies = [
6460 "bytemuck",
6461 "byteorder-lite",
6462 "color_quant",
6463 "exr",
6464 "gif",
6465 "image-webp",
6466 "num-traits",
6467 "png",
6468 "qoi",
6469 "ravif",
6470 "rayon",
6471 "rgb",
6472 "tiff",
6473 "zune-core",
6474 "zune-jpeg",
6475]
6476
6477[[package]]
6478name = "image-webp"
6479version = "0.2.0"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6482dependencies = [
6483 "byteorder-lite",
6484 "quick-error",
6485]
6486
6487[[package]]
6488name = "image_viewer"
6489version = "0.1.0"
6490dependencies = [
6491 "anyhow",
6492 "db",
6493 "editor",
6494 "file_icons",
6495 "gpui",
6496 "project",
6497 "schemars",
6498 "serde",
6499 "settings",
6500 "theme",
6501 "ui",
6502 "util",
6503 "workspace",
6504]
6505
6506[[package]]
6507name = "imagesize"
6508version = "0.13.0"
6509source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6511
6512[[package]]
6513name = "imara-diff"
6514version = "0.1.8"
6515source = "registry+https://github.com/rust-lang/crates.io-index"
6516checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6517dependencies = [
6518 "hashbrown 0.15.2",
6519]
6520
6521[[package]]
6522name = "imgref"
6523version = "1.11.0"
6524source = "registry+https://github.com/rust-lang/crates.io-index"
6525checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6526
6527[[package]]
6528name = "indexed_docs"
6529version = "0.1.0"
6530dependencies = [
6531 "anyhow",
6532 "async-trait",
6533 "cargo_metadata",
6534 "collections",
6535 "derive_more",
6536 "extension",
6537 "fs",
6538 "futures 0.3.31",
6539 "fuzzy",
6540 "gpui",
6541 "heed",
6542 "html_to_markdown",
6543 "http_client",
6544 "indexmap",
6545 "indoc",
6546 "parking_lot",
6547 "paths",
6548 "pretty_assertions",
6549 "serde",
6550 "strum",
6551 "util",
6552]
6553
6554[[package]]
6555name = "indexmap"
6556version = "2.7.1"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6559dependencies = [
6560 "equivalent",
6561 "hashbrown 0.15.2",
6562 "serde",
6563]
6564
6565[[package]]
6566name = "indoc"
6567version = "2.0.6"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6570
6571[[package]]
6572name = "infer"
6573version = "0.2.3"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6576
6577[[package]]
6578name = "inherent"
6579version = "1.0.11"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6582dependencies = [
6583 "proc-macro2",
6584 "quote",
6585 "syn 2.0.90",
6586]
6587
6588[[package]]
6589name = "inline_completion"
6590version = "0.1.0"
6591dependencies = [
6592 "gpui",
6593 "language",
6594 "project",
6595]
6596
6597[[package]]
6598name = "inline_completion_button"
6599version = "0.1.0"
6600dependencies = [
6601 "anyhow",
6602 "client",
6603 "copilot",
6604 "editor",
6605 "feature_flags",
6606 "fs",
6607 "futures 0.3.31",
6608 "gpui",
6609 "indoc",
6610 "inline_completion",
6611 "language",
6612 "lsp",
6613 "paths",
6614 "project",
6615 "regex",
6616 "serde_json",
6617 "settings",
6618 "supermaven",
6619 "telemetry",
6620 "theme",
6621 "ui",
6622 "workspace",
6623 "zed_actions",
6624 "zeta",
6625]
6626
6627[[package]]
6628name = "inotify"
6629version = "0.9.6"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6632dependencies = [
6633 "bitflags 1.3.2",
6634 "inotify-sys",
6635 "libc",
6636]
6637
6638[[package]]
6639name = "inotify"
6640version = "0.11.0"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6643dependencies = [
6644 "bitflags 2.8.0",
6645 "inotify-sys",
6646 "libc",
6647]
6648
6649[[package]]
6650name = "inotify-sys"
6651version = "0.1.5"
6652source = "registry+https://github.com/rust-lang/crates.io-index"
6653checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6654dependencies = [
6655 "libc",
6656]
6657
6658[[package]]
6659name = "inout"
6660version = "0.1.3"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6663dependencies = [
6664 "block-padding",
6665 "generic-array",
6666]
6667
6668[[package]]
6669name = "install_cli"
6670version = "0.1.0"
6671dependencies = [
6672 "anyhow",
6673 "gpui",
6674 "smol",
6675 "util",
6676]
6677
6678[[package]]
6679name = "instant"
6680version = "0.1.13"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6683dependencies = [
6684 "cfg-if",
6685]
6686
6687[[package]]
6688name = "interpolate_name"
6689version = "0.2.4"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6692dependencies = [
6693 "proc-macro2",
6694 "quote",
6695 "syn 2.0.90",
6696]
6697
6698[[package]]
6699name = "inventory"
6700version = "0.3.20"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6703dependencies = [
6704 "rustversion",
6705]
6706
6707[[package]]
6708name = "io-extras"
6709version = "0.18.4"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6712dependencies = [
6713 "io-lifetimes",
6714 "windows-sys 0.52.0",
6715]
6716
6717[[package]]
6718name = "io-lifetimes"
6719version = "2.0.4"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6722
6723[[package]]
6724name = "iovec"
6725version = "0.1.4"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6728dependencies = [
6729 "libc",
6730]
6731
6732[[package]]
6733name = "ipc-channel"
6734version = "0.19.0"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6737dependencies = [
6738 "bincode",
6739 "crossbeam-channel",
6740 "fnv",
6741 "lazy_static",
6742 "libc",
6743 "mio 1.0.3",
6744 "rand 0.8.5",
6745 "serde",
6746 "tempfile",
6747 "uuid",
6748 "windows 0.58.0",
6749]
6750
6751[[package]]
6752name = "ipnet"
6753version = "2.10.1"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6756
6757[[package]]
6758name = "is-docker"
6759version = "0.2.0"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6762dependencies = [
6763 "once_cell",
6764]
6765
6766[[package]]
6767name = "is-terminal"
6768version = "0.4.13"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6771dependencies = [
6772 "hermit-abi 0.4.0",
6773 "libc",
6774 "windows-sys 0.52.0",
6775]
6776
6777[[package]]
6778name = "is-wsl"
6779version = "0.4.0"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6782dependencies = [
6783 "is-docker",
6784 "once_cell",
6785]
6786
6787[[package]]
6788name = "is_terminal_polyfill"
6789version = "1.70.1"
6790source = "registry+https://github.com/rust-lang/crates.io-index"
6791checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6792
6793[[package]]
6794name = "itertools"
6795version = "0.10.5"
6796source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6798dependencies = [
6799 "either",
6800]
6801
6802[[package]]
6803name = "itertools"
6804version = "0.11.0"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6807dependencies = [
6808 "either",
6809]
6810
6811[[package]]
6812name = "itertools"
6813version = "0.12.1"
6814source = "registry+https://github.com/rust-lang/crates.io-index"
6815checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6816dependencies = [
6817 "either",
6818]
6819
6820[[package]]
6821name = "itertools"
6822version = "0.14.0"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6825dependencies = [
6826 "either",
6827]
6828
6829[[package]]
6830name = "itoa"
6831version = "1.0.14"
6832source = "registry+https://github.com/rust-lang/crates.io-index"
6833checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6834
6835[[package]]
6836name = "jni"
6837version = "0.21.1"
6838source = "registry+https://github.com/rust-lang/crates.io-index"
6839checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6840dependencies = [
6841 "cesu8",
6842 "cfg-if",
6843 "combine",
6844 "jni-sys",
6845 "log",
6846 "thiserror 1.0.69",
6847 "walkdir",
6848 "windows-sys 0.45.0",
6849]
6850
6851[[package]]
6852name = "jni-sys"
6853version = "0.3.0"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6856
6857[[package]]
6858name = "jobserver"
6859version = "0.1.32"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6862dependencies = [
6863 "libc",
6864]
6865
6866[[package]]
6867name = "journal"
6868version = "0.1.0"
6869dependencies = [
6870 "anyhow",
6871 "chrono",
6872 "editor",
6873 "gpui",
6874 "log",
6875 "schemars",
6876 "serde",
6877 "settings",
6878 "shellexpand 2.1.2",
6879 "workspace",
6880]
6881
6882[[package]]
6883name = "jpeg-decoder"
6884version = "0.3.1"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6887
6888[[package]]
6889name = "js-sys"
6890version = "0.3.76"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6893dependencies = [
6894 "once_cell",
6895 "wasm-bindgen",
6896]
6897
6898[[package]]
6899name = "jsonwebtoken"
6900version = "9.3.1"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6903dependencies = [
6904 "base64 0.22.1",
6905 "js-sys",
6906 "pem",
6907 "ring",
6908 "serde",
6909 "serde_json",
6910 "simple_asn1",
6911]
6912
6913[[package]]
6914name = "jupyter-protocol"
6915version = "0.6.0"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6918dependencies = [
6919 "anyhow",
6920 "async-trait",
6921 "bytes 1.10.1",
6922 "chrono",
6923 "futures 0.3.31",
6924 "serde",
6925 "serde_json",
6926 "uuid",
6927]
6928
6929[[package]]
6930name = "jupyter-websocket-client"
6931version = "0.9.0"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6934dependencies = [
6935 "anyhow",
6936 "async-trait",
6937 "async-tungstenite",
6938 "futures 0.3.31",
6939 "jupyter-protocol",
6940 "serde",
6941 "serde_json",
6942 "url",
6943 "uuid",
6944]
6945
6946[[package]]
6947name = "khronos-egl"
6948version = "6.0.0"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6951dependencies = [
6952 "libc",
6953 "libloading",
6954]
6955
6956[[package]]
6957name = "kqueue"
6958version = "1.0.8"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6961dependencies = [
6962 "kqueue-sys",
6963 "libc",
6964]
6965
6966[[package]]
6967name = "kqueue-sys"
6968version = "1.0.4"
6969source = "registry+https://github.com/rust-lang/crates.io-index"
6970checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6971dependencies = [
6972 "bitflags 1.3.2",
6973 "libc",
6974]
6975
6976[[package]]
6977name = "kurbo"
6978version = "0.11.1"
6979source = "registry+https://github.com/rust-lang/crates.io-index"
6980checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6981dependencies = [
6982 "arrayvec",
6983 "smallvec",
6984]
6985
6986[[package]]
6987name = "kv-log-macro"
6988version = "1.0.7"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6991dependencies = [
6992 "log",
6993]
6994
6995[[package]]
6996name = "language"
6997version = "0.1.0"
6998dependencies = [
6999 "anyhow",
7000 "async-trait",
7001 "async-watch",
7002 "clock",
7003 "collections",
7004 "ctor",
7005 "ec4rs",
7006 "env_logger 0.11.6",
7007 "fs",
7008 "futures 0.3.31",
7009 "fuzzy",
7010 "globset",
7011 "gpui",
7012 "http_client",
7013 "imara-diff",
7014 "indoc",
7015 "itertools 0.14.0",
7016 "log",
7017 "lsp",
7018 "parking_lot",
7019 "postage",
7020 "pretty_assertions",
7021 "rand 0.8.5",
7022 "regex",
7023 "rpc",
7024 "schemars",
7025 "serde",
7026 "serde_json",
7027 "settings",
7028 "smallvec",
7029 "smol",
7030 "streaming-iterator",
7031 "strsim",
7032 "sum_tree",
7033 "task",
7034 "text",
7035 "theme",
7036 "tree-sitter",
7037 "tree-sitter-elixir",
7038 "tree-sitter-embedded-template",
7039 "tree-sitter-heex",
7040 "tree-sitter-html",
7041 "tree-sitter-json",
7042 "tree-sitter-md",
7043 "tree-sitter-ruby",
7044 "tree-sitter-rust",
7045 "tree-sitter-typescript",
7046 "unicase",
7047 "unindent",
7048 "util",
7049]
7050
7051[[package]]
7052name = "language_extension"
7053version = "0.1.0"
7054dependencies = [
7055 "anyhow",
7056 "async-trait",
7057 "collections",
7058 "extension",
7059 "fs",
7060 "futures 0.3.31",
7061 "gpui",
7062 "language",
7063 "lsp",
7064 "serde",
7065 "serde_json",
7066 "util",
7067]
7068
7069[[package]]
7070name = "language_model"
7071version = "0.1.0"
7072dependencies = [
7073 "anthropic",
7074 "anyhow",
7075 "base64 0.22.1",
7076 "client",
7077 "collections",
7078 "futures 0.3.31",
7079 "google_ai",
7080 "gpui",
7081 "http_client",
7082 "image",
7083 "log",
7084 "open_ai",
7085 "parking_lot",
7086 "proto",
7087 "schemars",
7088 "serde",
7089 "serde_json",
7090 "smol",
7091 "strum",
7092 "telemetry_events",
7093 "thiserror 1.0.69",
7094 "ui",
7095 "util",
7096]
7097
7098[[package]]
7099name = "language_model_selector"
7100version = "0.1.0"
7101dependencies = [
7102 "feature_flags",
7103 "gpui",
7104 "language_model",
7105 "log",
7106 "picker",
7107 "proto",
7108 "ui",
7109 "workspace",
7110 "zed_actions",
7111]
7112
7113[[package]]
7114name = "language_models"
7115version = "0.1.0"
7116dependencies = [
7117 "anthropic",
7118 "anyhow",
7119 "aws-config",
7120 "aws-credential-types",
7121 "aws_http_client",
7122 "bedrock",
7123 "client",
7124 "collections",
7125 "copilot",
7126 "credentials_provider",
7127 "deepseek",
7128 "editor",
7129 "feature_flags",
7130 "fs",
7131 "futures 0.3.31",
7132 "google_ai",
7133 "gpui",
7134 "gpui_tokio",
7135 "http_client",
7136 "language_model",
7137 "lmstudio",
7138 "menu",
7139 "mistral",
7140 "ollama",
7141 "open_ai",
7142 "project",
7143 "proto",
7144 "schemars",
7145 "serde",
7146 "serde_json",
7147 "settings",
7148 "smol",
7149 "strum",
7150 "theme",
7151 "tiktoken-rs",
7152 "tokio",
7153 "ui",
7154 "util",
7155]
7156
7157[[package]]
7158name = "language_selector"
7159version = "0.1.0"
7160dependencies = [
7161 "anyhow",
7162 "editor",
7163 "file_finder",
7164 "file_icons",
7165 "fuzzy",
7166 "gpui",
7167 "language",
7168 "picker",
7169 "project",
7170 "settings",
7171 "ui",
7172 "util",
7173 "workspace",
7174]
7175
7176[[package]]
7177name = "language_tools"
7178version = "0.1.0"
7179dependencies = [
7180 "anyhow",
7181 "client",
7182 "collections",
7183 "copilot",
7184 "editor",
7185 "env_logger 0.11.6",
7186 "futures 0.3.31",
7187 "gpui",
7188 "itertools 0.14.0",
7189 "language",
7190 "lsp",
7191 "project",
7192 "release_channel",
7193 "serde_json",
7194 "settings",
7195 "theme",
7196 "tree-sitter",
7197 "ui",
7198 "util",
7199 "workspace",
7200 "zed_actions",
7201]
7202
7203[[package]]
7204name = "languages"
7205version = "0.1.0"
7206dependencies = [
7207 "anyhow",
7208 "async-compression",
7209 "async-tar",
7210 "async-trait",
7211 "collections",
7212 "futures 0.3.31",
7213 "gpui",
7214 "http_client",
7215 "language",
7216 "log",
7217 "lsp",
7218 "node_runtime",
7219 "paths",
7220 "pet",
7221 "pet-conda",
7222 "pet-core",
7223 "pet-fs",
7224 "pet-poetry",
7225 "pet-reporter",
7226 "pretty_assertions",
7227 "project",
7228 "regex",
7229 "rope",
7230 "rust-embed",
7231 "serde",
7232 "serde_json",
7233 "settings",
7234 "smol",
7235 "snippet_provider",
7236 "task",
7237 "text",
7238 "theme",
7239 "toml 0.8.20",
7240 "tree-sitter",
7241 "tree-sitter-bash",
7242 "tree-sitter-c",
7243 "tree-sitter-cpp",
7244 "tree-sitter-css",
7245 "tree-sitter-diff",
7246 "tree-sitter-gitcommit",
7247 "tree-sitter-go",
7248 "tree-sitter-gomod",
7249 "tree-sitter-gowork",
7250 "tree-sitter-jsdoc",
7251 "tree-sitter-json",
7252 "tree-sitter-md",
7253 "tree-sitter-python",
7254 "tree-sitter-regex",
7255 "tree-sitter-rust",
7256 "tree-sitter-typescript",
7257 "tree-sitter-yaml",
7258 "unindent",
7259 "util",
7260 "workspace",
7261]
7262
7263[[package]]
7264name = "lazy_static"
7265version = "1.5.0"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7268dependencies = [
7269 "spin",
7270]
7271
7272[[package]]
7273name = "lazycell"
7274version = "1.3.0"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7277
7278[[package]]
7279name = "leb128"
7280version = "0.2.5"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7283
7284[[package]]
7285name = "lebe"
7286version = "0.5.2"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7289
7290[[package]]
7291name = "libc"
7292version = "0.2.170"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7295
7296[[package]]
7297name = "libdbus-sys"
7298version = "0.2.5"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7301dependencies = [
7302 "cc",
7303 "pkg-config",
7304]
7305
7306[[package]]
7307name = "libfuzzer-sys"
7308version = "0.4.8"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7311dependencies = [
7312 "arbitrary",
7313 "cc",
7314]
7315
7316[[package]]
7317name = "libgit2-sys"
7318version = "0.18.0+1.9.0"
7319source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7320dependencies = [
7321 "cc",
7322 "libc",
7323 "libz-sys",
7324 "pkg-config",
7325]
7326
7327[[package]]
7328name = "libloading"
7329version = "0.8.6"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7332dependencies = [
7333 "cfg-if",
7334 "windows-targets 0.52.6",
7335]
7336
7337[[package]]
7338name = "libm"
7339version = "0.2.11"
7340source = "registry+https://github.com/rust-lang/crates.io-index"
7341checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7342
7343[[package]]
7344name = "libmimalloc-sys"
7345version = "0.1.39"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7348dependencies = [
7349 "cc",
7350 "libc",
7351]
7352
7353[[package]]
7354name = "libredox"
7355version = "0.1.3"
7356source = "registry+https://github.com/rust-lang/crates.io-index"
7357checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7358dependencies = [
7359 "bitflags 2.8.0",
7360 "libc",
7361 "redox_syscall 0.5.8",
7362]
7363
7364[[package]]
7365name = "libsqlite3-sys"
7366version = "0.30.1"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7369dependencies = [
7370 "cc",
7371 "pkg-config",
7372 "vcpkg",
7373]
7374
7375[[package]]
7376name = "libwebrtc"
7377version = "0.3.7"
7378source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7379dependencies = [
7380 "cxx",
7381 "jni",
7382 "js-sys",
7383 "lazy_static",
7384 "livekit-protocol",
7385 "livekit-runtime",
7386 "log",
7387 "parking_lot",
7388 "serde",
7389 "serde_json",
7390 "thiserror 1.0.69",
7391 "tokio",
7392 "wasm-bindgen",
7393 "wasm-bindgen-futures",
7394 "web-sys",
7395 "webrtc-sys",
7396]
7397
7398[[package]]
7399name = "libz-sys"
7400version = "1.1.20"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7403dependencies = [
7404 "cc",
7405 "libc",
7406 "pkg-config",
7407 "vcpkg",
7408]
7409
7410[[package]]
7411name = "link-cplusplus"
7412version = "1.0.9"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7415dependencies = [
7416 "cc",
7417]
7418
7419[[package]]
7420name = "linkify"
7421version = "0.10.0"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7424dependencies = [
7425 "memchr",
7426]
7427
7428[[package]]
7429name = "linkme"
7430version = "0.3.32"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7433dependencies = [
7434 "linkme-impl",
7435]
7436
7437[[package]]
7438name = "linkme-impl"
7439version = "0.3.32"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7442dependencies = [
7443 "proc-macro2",
7444 "quote",
7445 "syn 2.0.90",
7446]
7447
7448[[package]]
7449name = "linux-raw-sys"
7450version = "0.4.14"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7453
7454[[package]]
7455name = "litemap"
7456version = "0.7.4"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7459
7460[[package]]
7461name = "livekit"
7462version = "0.7.0"
7463source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7464dependencies = [
7465 "chrono",
7466 "futures-util",
7467 "lazy_static",
7468 "libwebrtc",
7469 "livekit-api",
7470 "livekit-protocol",
7471 "livekit-runtime",
7472 "log",
7473 "parking_lot",
7474 "prost 0.12.6",
7475 "semver",
7476 "serde",
7477 "serde_json",
7478 "thiserror 1.0.69",
7479 "tokio",
7480]
7481
7482[[package]]
7483name = "livekit-api"
7484version = "0.4.1"
7485source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7486dependencies = [
7487 "async-tungstenite",
7488 "futures-util",
7489 "http 0.2.12",
7490 "jsonwebtoken",
7491 "livekit-protocol",
7492 "livekit-runtime",
7493 "log",
7494 "parking_lot",
7495 "prost 0.12.6",
7496 "reqwest 0.11.27",
7497 "scopeguard",
7498 "serde",
7499 "serde_json",
7500 "sha2",
7501 "thiserror 1.0.69",
7502 "tokio",
7503 "tokio-tungstenite 0.20.1",
7504 "url",
7505]
7506
7507[[package]]
7508name = "livekit-protocol"
7509version = "0.3.6"
7510source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7511dependencies = [
7512 "futures-util",
7513 "livekit-runtime",
7514 "parking_lot",
7515 "pbjson",
7516 "pbjson-types",
7517 "prost 0.12.6",
7518 "prost-types 0.12.6",
7519 "serde",
7520 "thiserror 1.0.69",
7521 "tokio",
7522]
7523
7524[[package]]
7525name = "livekit-runtime"
7526version = "0.3.1"
7527source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7528dependencies = [
7529 "async-io",
7530 "async-std",
7531 "async-task",
7532 "futures 0.3.31",
7533]
7534
7535[[package]]
7536name = "livekit_api"
7537version = "0.1.0"
7538dependencies = [
7539 "anyhow",
7540 "async-trait",
7541 "jsonwebtoken",
7542 "log",
7543 "prost 0.9.0",
7544 "prost-build 0.9.0",
7545 "prost-types 0.9.0",
7546 "reqwest 0.12.8",
7547 "serde",
7548]
7549
7550[[package]]
7551name = "livekit_client"
7552version = "0.1.0"
7553dependencies = [
7554 "anyhow",
7555 "async-trait",
7556 "collections",
7557 "core-foundation 0.9.4",
7558 "coreaudio-rs 0.12.1",
7559 "cpal",
7560 "futures 0.3.31",
7561 "gpui",
7562 "http 0.2.12",
7563 "http_client",
7564 "image",
7565 "livekit",
7566 "livekit_api",
7567 "log",
7568 "media",
7569 "nanoid",
7570 "parking_lot",
7571 "postage",
7572 "serde",
7573 "serde_json",
7574 "sha2",
7575 "simplelog",
7576 "smallvec",
7577 "util",
7578]
7579
7580[[package]]
7581name = "livekit_client_macos"
7582version = "0.1.0"
7583dependencies = [
7584 "anyhow",
7585 "async-broadcast",
7586 "async-trait",
7587 "collections",
7588 "core-foundation 0.9.4",
7589 "futures 0.3.31",
7590 "gpui",
7591 "livekit_api",
7592 "log",
7593 "media",
7594 "nanoid",
7595 "parking_lot",
7596 "postage",
7597 "serde",
7598 "serde_json",
7599 "sha2",
7600 "simplelog",
7601]
7602
7603[[package]]
7604name = "lmdb-master-sys"
7605version = "0.2.4"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7608dependencies = [
7609 "cc",
7610 "doxygen-rs",
7611 "libc",
7612]
7613
7614[[package]]
7615name = "lmstudio"
7616version = "0.1.0"
7617dependencies = [
7618 "anyhow",
7619 "futures 0.3.31",
7620 "http_client",
7621 "schemars",
7622 "serde",
7623 "serde_json",
7624]
7625
7626[[package]]
7627name = "lock_api"
7628version = "0.4.12"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7631dependencies = [
7632 "autocfg",
7633 "scopeguard",
7634]
7635
7636[[package]]
7637name = "log"
7638version = "0.4.26"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7641dependencies = [
7642 "serde",
7643 "value-bag",
7644]
7645
7646[[package]]
7647name = "loop9"
7648version = "0.1.5"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7651dependencies = [
7652 "imgref",
7653]
7654
7655[[package]]
7656name = "lru"
7657version = "0.12.5"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7660dependencies = [
7661 "hashbrown 0.15.2",
7662]
7663
7664[[package]]
7665name = "lsp"
7666version = "0.1.0"
7667dependencies = [
7668 "anyhow",
7669 "async-pipe",
7670 "collections",
7671 "ctor",
7672 "env_logger 0.11.6",
7673 "futures 0.3.31",
7674 "gpui",
7675 "log",
7676 "lsp-types",
7677 "parking_lot",
7678 "postage",
7679 "release_channel",
7680 "schemars",
7681 "serde",
7682 "serde_json",
7683 "smol",
7684 "util",
7685]
7686
7687[[package]]
7688name = "lsp-types"
7689version = "0.95.1"
7690source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7691dependencies = [
7692 "bitflags 1.3.2",
7693 "serde",
7694 "serde_json",
7695 "serde_repr",
7696 "url",
7697]
7698
7699[[package]]
7700name = "lua-src"
7701version = "547.0.0"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7704dependencies = [
7705 "cc",
7706]
7707
7708[[package]]
7709name = "luajit-src"
7710version = "210.5.12+a4f56a4"
7711source = "registry+https://github.com/rust-lang/crates.io-index"
7712checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7713dependencies = [
7714 "cc",
7715 "which 7.0.2",
7716]
7717
7718[[package]]
7719name = "lyon"
7720version = "1.0.1"
7721source = "registry+https://github.com/rust-lang/crates.io-index"
7722checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7723dependencies = [
7724 "lyon_algorithms",
7725 "lyon_extra",
7726 "lyon_tessellation",
7727]
7728
7729[[package]]
7730name = "lyon_algorithms"
7731version = "1.0.5"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7734dependencies = [
7735 "lyon_path",
7736 "num-traits",
7737]
7738
7739[[package]]
7740name = "lyon_extra"
7741version = "1.0.3"
7742source = "registry+https://github.com/rust-lang/crates.io-index"
7743checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7744dependencies = [
7745 "lyon_path",
7746 "thiserror 1.0.69",
7747]
7748
7749[[package]]
7750name = "lyon_geom"
7751version = "1.0.6"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7754dependencies = [
7755 "arrayvec",
7756 "euclid",
7757 "num-traits",
7758]
7759
7760[[package]]
7761name = "lyon_path"
7762version = "1.0.6"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7765dependencies = [
7766 "lyon_geom",
7767 "num-traits",
7768]
7769
7770[[package]]
7771name = "lyon_tessellation"
7772version = "1.0.15"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7775dependencies = [
7776 "float_next_after",
7777 "lyon_path",
7778 "num-traits",
7779]
7780
7781[[package]]
7782name = "mac"
7783version = "0.1.1"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7786
7787[[package]]
7788name = "mach2"
7789version = "0.4.2"
7790source = "registry+https://github.com/rust-lang/crates.io-index"
7791checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7792dependencies = [
7793 "libc",
7794]
7795
7796[[package]]
7797name = "malloc_buf"
7798version = "0.0.6"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7801dependencies = [
7802 "libc",
7803]
7804
7805[[package]]
7806name = "maplit"
7807version = "1.0.2"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7810
7811[[package]]
7812name = "markdown"
7813version = "0.1.0"
7814dependencies = [
7815 "anyhow",
7816 "assets",
7817 "env_logger 0.11.6",
7818 "gpui",
7819 "language",
7820 "languages",
7821 "linkify",
7822 "log",
7823 "node_runtime",
7824 "pulldown-cmark 0.12.2",
7825 "settings",
7826 "theme",
7827 "ui",
7828 "util",
7829]
7830
7831[[package]]
7832name = "markdown_preview"
7833version = "0.1.0"
7834dependencies = [
7835 "anyhow",
7836 "async-recursion 1.1.1",
7837 "collections",
7838 "editor",
7839 "gpui",
7840 "language",
7841 "linkify",
7842 "log",
7843 "pretty_assertions",
7844 "pulldown-cmark 0.12.2",
7845 "settings",
7846 "theme",
7847 "ui",
7848 "util",
7849 "workspace",
7850]
7851
7852[[package]]
7853name = "markup5ever"
7854version = "0.12.1"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7857dependencies = [
7858 "log",
7859 "phf",
7860 "phf_codegen",
7861 "string_cache",
7862 "string_cache_codegen",
7863 "tendril",
7864]
7865
7866[[package]]
7867name = "markup5ever_rcdom"
7868version = "0.3.0"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7871dependencies = [
7872 "html5ever",
7873 "markup5ever",
7874 "tendril",
7875 "xml5ever",
7876]
7877
7878[[package]]
7879name = "matchers"
7880version = "0.1.0"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7883dependencies = [
7884 "regex-automata 0.1.10",
7885]
7886
7887[[package]]
7888name = "matchit"
7889version = "0.7.3"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7892
7893[[package]]
7894name = "maybe-owned"
7895version = "0.3.4"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7898
7899[[package]]
7900name = "maybe-rayon"
7901version = "0.1.1"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7904dependencies = [
7905 "cfg-if",
7906 "rayon",
7907]
7908
7909[[package]]
7910name = "md-5"
7911version = "0.10.6"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7914dependencies = [
7915 "cfg-if",
7916 "digest",
7917]
7918
7919[[package]]
7920name = "mdbook"
7921version = "0.4.45"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7924dependencies = [
7925 "ammonia",
7926 "anyhow",
7927 "chrono",
7928 "clap",
7929 "clap_complete",
7930 "elasticlunr-rs",
7931 "env_logger 0.11.6",
7932 "futures-util",
7933 "handlebars 6.2.0",
7934 "ignore",
7935 "log",
7936 "memchr",
7937 "notify 8.0.0",
7938 "notify-debouncer-mini",
7939 "once_cell",
7940 "opener",
7941 "pathdiff",
7942 "pulldown-cmark 0.10.3",
7943 "regex",
7944 "serde",
7945 "serde_json",
7946 "shlex",
7947 "tempfile",
7948 "tokio",
7949 "toml 0.5.11",
7950 "topological-sort",
7951 "walkdir",
7952 "warp",
7953]
7954
7955[[package]]
7956name = "media"
7957version = "0.1.0"
7958dependencies = [
7959 "anyhow",
7960 "bindgen 0.70.1",
7961 "core-foundation 0.9.4",
7962 "ctor",
7963 "foreign-types 0.5.0",
7964 "metal",
7965 "objc",
7966]
7967
7968[[package]]
7969name = "memchr"
7970version = "2.7.4"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7973
7974[[package]]
7975name = "memfd"
7976version = "0.6.4"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7979dependencies = [
7980 "rustix",
7981]
7982
7983[[package]]
7984name = "memmap2"
7985version = "0.9.5"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7988dependencies = [
7989 "libc",
7990]
7991
7992[[package]]
7993name = "memoffset"
7994version = "0.9.1"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7997dependencies = [
7998 "autocfg",
7999]
8000
8001[[package]]
8002name = "menu"
8003version = "0.1.0"
8004dependencies = [
8005 "gpui",
8006 "serde",
8007]
8008
8009[[package]]
8010name = "metal"
8011version = "0.31.0"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8014dependencies = [
8015 "bitflags 2.8.0",
8016 "block",
8017 "core-graphics-types 0.1.3",
8018 "foreign-types 0.5.0",
8019 "log",
8020 "objc",
8021 "paste",
8022]
8023
8024[[package]]
8025name = "migrator"
8026version = "0.1.0"
8027dependencies = [
8028 "anyhow",
8029 "collections",
8030 "convert_case 0.8.0",
8031 "log",
8032 "pretty_assertions",
8033 "streaming-iterator",
8034 "tree-sitter",
8035 "tree-sitter-json",
8036]
8037
8038[[package]]
8039name = "mimalloc"
8040version = "0.1.43"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8043dependencies = [
8044 "libmimalloc-sys",
8045]
8046
8047[[package]]
8048name = "mime"
8049version = "0.3.17"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8052
8053[[package]]
8054name = "mime_guess"
8055version = "2.0.5"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8058dependencies = [
8059 "mime",
8060 "unicase",
8061]
8062
8063[[package]]
8064name = "minimal-lexical"
8065version = "0.2.1"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8068
8069[[package]]
8070name = "miniz_oxide"
8071version = "0.8.0"
8072source = "registry+https://github.com/rust-lang/crates.io-index"
8073checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8074dependencies = [
8075 "adler2",
8076 "simd-adler32",
8077]
8078
8079[[package]]
8080name = "mint"
8081version = "0.5.9"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8084
8085[[package]]
8086name = "mio"
8087version = "0.8.11"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8090dependencies = [
8091 "libc",
8092 "log",
8093 "wasi 0.11.0+wasi-snapshot-preview1",
8094 "windows-sys 0.48.0",
8095]
8096
8097[[package]]
8098name = "mio"
8099version = "1.0.3"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8102dependencies = [
8103 "libc",
8104 "log",
8105 "wasi 0.11.0+wasi-snapshot-preview1",
8106 "windows-sys 0.52.0",
8107]
8108
8109[[package]]
8110name = "miow"
8111version = "0.6.0"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8114dependencies = [
8115 "windows-sys 0.48.0",
8116]
8117
8118[[package]]
8119name = "mistral"
8120version = "0.1.0"
8121dependencies = [
8122 "anyhow",
8123 "futures 0.3.31",
8124 "http_client",
8125 "schemars",
8126 "serde",
8127 "serde_json",
8128 "strum",
8129]
8130
8131[[package]]
8132name = "mlua"
8133version = "0.10.3"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8136dependencies = [
8137 "bstr",
8138 "either",
8139 "futures-util",
8140 "mlua-sys",
8141 "num-traits",
8142 "parking_lot",
8143 "rustc-hash 2.1.1",
8144]
8145
8146[[package]]
8147name = "mlua-sys"
8148version = "0.6.7"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8151dependencies = [
8152 "cc",
8153 "cfg-if",
8154 "lua-src",
8155 "luajit-src",
8156 "pkg-config",
8157]
8158
8159[[package]]
8160name = "msvc_spectre_libs"
8161version = "0.1.2"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8164dependencies = [
8165 "cc",
8166]
8167
8168[[package]]
8169name = "multi_buffer"
8170version = "0.1.0"
8171dependencies = [
8172 "anyhow",
8173 "buffer_diff",
8174 "clock",
8175 "collections",
8176 "ctor",
8177 "env_logger 0.11.6",
8178 "futures 0.3.31",
8179 "gpui",
8180 "indoc",
8181 "itertools 0.14.0",
8182 "language",
8183 "log",
8184 "parking_lot",
8185 "pretty_assertions",
8186 "project",
8187 "rand 0.8.5",
8188 "rope",
8189 "serde",
8190 "settings",
8191 "smallvec",
8192 "smol",
8193 "sum_tree",
8194 "text",
8195 "theme",
8196 "tree-sitter",
8197 "util",
8198]
8199
8200[[package]]
8201name = "multimap"
8202version = "0.8.3"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8205
8206[[package]]
8207name = "multimap"
8208version = "0.10.0"
8209source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8211
8212[[package]]
8213name = "naga"
8214version = "23.1.0"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8217dependencies = [
8218 "arrayvec",
8219 "bit-set 0.8.0",
8220 "bitflags 2.8.0",
8221 "cfg_aliases 0.1.1",
8222 "codespan-reporting",
8223 "hexf-parse",
8224 "indexmap",
8225 "log",
8226 "rustc-hash 1.1.0",
8227 "spirv",
8228 "termcolor",
8229 "thiserror 1.0.69",
8230 "unicode-xid",
8231]
8232
8233[[package]]
8234name = "nanoid"
8235version = "0.4.0"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8238dependencies = [
8239 "rand 0.8.5",
8240]
8241
8242[[package]]
8243name = "nanorand"
8244version = "0.7.0"
8245source = "registry+https://github.com/rust-lang/crates.io-index"
8246checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8247dependencies = [
8248 "getrandom 0.2.15",
8249]
8250
8251[[package]]
8252name = "native-tls"
8253version = "0.2.12"
8254source = "registry+https://github.com/rust-lang/crates.io-index"
8255checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8256dependencies = [
8257 "libc",
8258 "log",
8259 "openssl",
8260 "openssl-probe",
8261 "openssl-sys",
8262 "schannel",
8263 "security-framework 2.11.1",
8264 "security-framework-sys",
8265 "tempfile",
8266]
8267
8268[[package]]
8269name = "nbformat"
8270version = "0.10.0"
8271source = "registry+https://github.com/rust-lang/crates.io-index"
8272checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8273dependencies = [
8274 "anyhow",
8275 "chrono",
8276 "jupyter-protocol",
8277 "serde",
8278 "serde_json",
8279 "thiserror 1.0.69",
8280 "uuid",
8281]
8282
8283[[package]]
8284name = "ndk"
8285version = "0.8.0"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8288dependencies = [
8289 "bitflags 2.8.0",
8290 "jni-sys",
8291 "log",
8292 "ndk-sys",
8293 "num_enum",
8294 "thiserror 1.0.69",
8295]
8296
8297[[package]]
8298name = "ndk-context"
8299version = "0.1.1"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8302
8303[[package]]
8304name = "ndk-sys"
8305version = "0.5.0+25.2.9519653"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8308dependencies = [
8309 "jni-sys",
8310]
8311
8312[[package]]
8313name = "new_debug_unreachable"
8314version = "1.0.6"
8315source = "registry+https://github.com/rust-lang/crates.io-index"
8316checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8317
8318[[package]]
8319name = "nix"
8320version = "0.29.0"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8323dependencies = [
8324 "bitflags 2.8.0",
8325 "cfg-if",
8326 "cfg_aliases 0.2.1",
8327 "libc",
8328 "memoffset",
8329]
8330
8331[[package]]
8332name = "node_runtime"
8333version = "0.1.0"
8334dependencies = [
8335 "anyhow",
8336 "async-compression",
8337 "async-std",
8338 "async-tar",
8339 "async-trait",
8340 "async-watch",
8341 "async_zip",
8342 "futures 0.3.31",
8343 "http_client",
8344 "log",
8345 "paths",
8346 "semver",
8347 "serde",
8348 "serde_json",
8349 "smol",
8350 "tempfile",
8351 "util",
8352 "walkdir",
8353 "which 6.0.3",
8354]
8355
8356[[package]]
8357name = "nom"
8358version = "7.1.3"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8361dependencies = [
8362 "memchr",
8363 "minimal-lexical",
8364]
8365
8366[[package]]
8367name = "noop_proc_macro"
8368version = "0.3.0"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8371
8372[[package]]
8373name = "normpath"
8374version = "1.3.0"
8375source = "registry+https://github.com/rust-lang/crates.io-index"
8376checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8377dependencies = [
8378 "windows-sys 0.59.0",
8379]
8380
8381[[package]]
8382name = "notifications"
8383version = "0.1.0"
8384dependencies = [
8385 "anyhow",
8386 "channel",
8387 "client",
8388 "collections",
8389 "component",
8390 "db",
8391 "gpui",
8392 "linkme",
8393 "rpc",
8394 "settings",
8395 "sum_tree",
8396 "time",
8397 "ui",
8398 "util",
8399 "workspace",
8400]
8401
8402[[package]]
8403name = "notify"
8404version = "6.1.1"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8407dependencies = [
8408 "bitflags 2.8.0",
8409 "crossbeam-channel",
8410 "filetime",
8411 "fsevent-sys 4.1.0",
8412 "inotify 0.9.6",
8413 "kqueue",
8414 "libc",
8415 "log",
8416 "mio 0.8.11",
8417 "walkdir",
8418 "windows-sys 0.48.0",
8419]
8420
8421[[package]]
8422name = "notify"
8423version = "8.0.0"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8426dependencies = [
8427 "bitflags 2.8.0",
8428 "filetime",
8429 "fsevent-sys 4.1.0",
8430 "inotify 0.11.0",
8431 "kqueue",
8432 "libc",
8433 "log",
8434 "mio 1.0.3",
8435 "notify-types",
8436 "walkdir",
8437 "windows-sys 0.59.0",
8438]
8439
8440[[package]]
8441name = "notify-debouncer-mini"
8442version = "0.6.0"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8445dependencies = [
8446 "log",
8447 "notify 8.0.0",
8448 "notify-types",
8449 "tempfile",
8450]
8451
8452[[package]]
8453name = "notify-types"
8454version = "2.0.0"
8455source = "registry+https://github.com/rust-lang/crates.io-index"
8456checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8457
8458[[package]]
8459name = "ntapi"
8460version = "0.4.1"
8461source = "registry+https://github.com/rust-lang/crates.io-index"
8462checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8463dependencies = [
8464 "winapi",
8465]
8466
8467[[package]]
8468name = "nu-ansi-term"
8469version = "0.46.0"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8472dependencies = [
8473 "overload",
8474 "winapi",
8475]
8476
8477[[package]]
8478name = "num"
8479version = "0.4.3"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8482dependencies = [
8483 "num-bigint",
8484 "num-complex",
8485 "num-integer",
8486 "num-iter",
8487 "num-rational",
8488 "num-traits",
8489]
8490
8491[[package]]
8492name = "num-bigint"
8493version = "0.4.6"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8496dependencies = [
8497 "num-integer",
8498 "num-traits",
8499]
8500
8501[[package]]
8502name = "num-bigint-dig"
8503version = "0.8.4"
8504source = "registry+https://github.com/rust-lang/crates.io-index"
8505checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8506dependencies = [
8507 "byteorder",
8508 "lazy_static",
8509 "libm",
8510 "num-integer",
8511 "num-iter",
8512 "num-traits",
8513 "rand 0.8.5",
8514 "serde",
8515 "smallvec",
8516 "zeroize",
8517]
8518
8519[[package]]
8520name = "num-complex"
8521version = "0.4.6"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8524dependencies = [
8525 "num-traits",
8526]
8527
8528[[package]]
8529name = "num-conv"
8530version = "0.1.0"
8531source = "registry+https://github.com/rust-lang/crates.io-index"
8532checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8533
8534[[package]]
8535name = "num-derive"
8536version = "0.4.2"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8539dependencies = [
8540 "proc-macro2",
8541 "quote",
8542 "syn 2.0.90",
8543]
8544
8545[[package]]
8546name = "num-format"
8547version = "0.4.4"
8548source = "registry+https://github.com/rust-lang/crates.io-index"
8549checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8550dependencies = [
8551 "arrayvec",
8552 "itoa",
8553]
8554
8555[[package]]
8556name = "num-integer"
8557version = "0.1.46"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8560dependencies = [
8561 "num-traits",
8562]
8563
8564[[package]]
8565name = "num-iter"
8566version = "0.1.45"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8569dependencies = [
8570 "autocfg",
8571 "num-integer",
8572 "num-traits",
8573]
8574
8575[[package]]
8576name = "num-modular"
8577version = "0.6.1"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8580
8581[[package]]
8582name = "num-order"
8583version = "1.2.0"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8586dependencies = [
8587 "num-modular",
8588]
8589
8590[[package]]
8591name = "num-rational"
8592version = "0.4.2"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8595dependencies = [
8596 "num-bigint",
8597 "num-integer",
8598 "num-traits",
8599]
8600
8601[[package]]
8602name = "num-traits"
8603version = "0.2.19"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8606dependencies = [
8607 "autocfg",
8608 "libm",
8609]
8610
8611[[package]]
8612name = "num_cpus"
8613version = "1.16.0"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8616dependencies = [
8617 "hermit-abi 0.3.9",
8618 "libc",
8619]
8620
8621[[package]]
8622name = "num_enum"
8623version = "0.7.3"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8626dependencies = [
8627 "num_enum_derive",
8628]
8629
8630[[package]]
8631name = "num_enum_derive"
8632version = "0.7.3"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8635dependencies = [
8636 "proc-macro-crate",
8637 "proc-macro2",
8638 "quote",
8639 "syn 2.0.90",
8640]
8641
8642[[package]]
8643name = "num_threads"
8644version = "0.1.7"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8647dependencies = [
8648 "libc",
8649]
8650
8651[[package]]
8652name = "nvim-rs"
8653version = "0.8.0-pre"
8654source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8655dependencies = [
8656 "async-trait",
8657 "futures 0.3.31",
8658 "log",
8659 "parity-tokio-ipc",
8660 "rmp",
8661 "rmpv",
8662 "tokio",
8663 "tokio-util",
8664 "winapi",
8665]
8666
8667[[package]]
8668name = "objc"
8669version = "0.2.7"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8672dependencies = [
8673 "malloc_buf",
8674]
8675
8676[[package]]
8677name = "objc-sys"
8678version = "0.3.5"
8679source = "registry+https://github.com/rust-lang/crates.io-index"
8680checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8681
8682[[package]]
8683name = "objc2"
8684version = "0.5.2"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8687dependencies = [
8688 "objc-sys",
8689 "objc2-encode",
8690]
8691
8692[[package]]
8693name = "objc2-app-kit"
8694version = "0.2.2"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8697dependencies = [
8698 "bitflags 2.8.0",
8699 "block2",
8700 "libc",
8701 "objc2",
8702 "objc2-core-data",
8703 "objc2-core-image",
8704 "objc2-foundation",
8705 "objc2-quartz-core",
8706]
8707
8708[[package]]
8709name = "objc2-cloud-kit"
8710version = "0.2.2"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8713dependencies = [
8714 "bitflags 2.8.0",
8715 "block2",
8716 "objc2",
8717 "objc2-core-location",
8718 "objc2-foundation",
8719]
8720
8721[[package]]
8722name = "objc2-contacts"
8723version = "0.2.2"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8726dependencies = [
8727 "block2",
8728 "objc2",
8729 "objc2-foundation",
8730]
8731
8732[[package]]
8733name = "objc2-core-data"
8734version = "0.2.2"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8737dependencies = [
8738 "bitflags 2.8.0",
8739 "block2",
8740 "objc2",
8741 "objc2-foundation",
8742]
8743
8744[[package]]
8745name = "objc2-core-image"
8746version = "0.2.2"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8749dependencies = [
8750 "block2",
8751 "objc2",
8752 "objc2-foundation",
8753 "objc2-metal",
8754]
8755
8756[[package]]
8757name = "objc2-core-location"
8758version = "0.2.2"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8761dependencies = [
8762 "block2",
8763 "objc2",
8764 "objc2-contacts",
8765 "objc2-foundation",
8766]
8767
8768[[package]]
8769name = "objc2-encode"
8770version = "4.0.3"
8771source = "registry+https://github.com/rust-lang/crates.io-index"
8772checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8773
8774[[package]]
8775name = "objc2-foundation"
8776version = "0.2.2"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8779dependencies = [
8780 "bitflags 2.8.0",
8781 "block2",
8782 "libc",
8783 "objc2",
8784]
8785
8786[[package]]
8787name = "objc2-link-presentation"
8788version = "0.2.2"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8791dependencies = [
8792 "block2",
8793 "objc2",
8794 "objc2-app-kit",
8795 "objc2-foundation",
8796]
8797
8798[[package]]
8799name = "objc2-metal"
8800version = "0.2.2"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8803dependencies = [
8804 "bitflags 2.8.0",
8805 "block2",
8806 "objc2",
8807 "objc2-foundation",
8808]
8809
8810[[package]]
8811name = "objc2-quartz-core"
8812version = "0.2.2"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8815dependencies = [
8816 "bitflags 2.8.0",
8817 "block2",
8818 "objc2",
8819 "objc2-foundation",
8820 "objc2-metal",
8821]
8822
8823[[package]]
8824name = "objc2-symbols"
8825version = "0.2.2"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8828dependencies = [
8829 "objc2",
8830 "objc2-foundation",
8831]
8832
8833[[package]]
8834name = "objc2-ui-kit"
8835version = "0.2.2"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8838dependencies = [
8839 "bitflags 2.8.0",
8840 "block2",
8841 "objc2",
8842 "objc2-cloud-kit",
8843 "objc2-core-data",
8844 "objc2-core-image",
8845 "objc2-core-location",
8846 "objc2-foundation",
8847 "objc2-link-presentation",
8848 "objc2-quartz-core",
8849 "objc2-symbols",
8850 "objc2-uniform-type-identifiers",
8851 "objc2-user-notifications",
8852]
8853
8854[[package]]
8855name = "objc2-uniform-type-identifiers"
8856version = "0.2.2"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8859dependencies = [
8860 "block2",
8861 "objc2",
8862 "objc2-foundation",
8863]
8864
8865[[package]]
8866name = "objc2-user-notifications"
8867version = "0.2.2"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8870dependencies = [
8871 "bitflags 2.8.0",
8872 "block2",
8873 "objc2",
8874 "objc2-core-location",
8875 "objc2-foundation",
8876]
8877
8878[[package]]
8879name = "object"
8880version = "0.36.5"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8883dependencies = [
8884 "crc32fast",
8885 "hashbrown 0.15.2",
8886 "indexmap",
8887 "memchr",
8888]
8889
8890[[package]]
8891name = "oboe"
8892version = "0.6.1"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8895dependencies = [
8896 "jni",
8897 "ndk",
8898 "ndk-context",
8899 "num-derive",
8900 "num-traits",
8901 "oboe-sys",
8902]
8903
8904[[package]]
8905name = "oboe-sys"
8906version = "0.6.1"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8909dependencies = [
8910 "cc",
8911]
8912
8913[[package]]
8914name = "ollama"
8915version = "0.1.0"
8916dependencies = [
8917 "anyhow",
8918 "futures 0.3.31",
8919 "http_client",
8920 "schemars",
8921 "serde",
8922 "serde_json",
8923]
8924
8925[[package]]
8926name = "once_cell"
8927version = "1.20.3"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8930
8931[[package]]
8932name = "oo7"
8933version = "0.4.1"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8936dependencies = [
8937 "aes",
8938 "ashpd",
8939 "async-fs",
8940 "async-io",
8941 "async-lock",
8942 "blocking",
8943 "cbc",
8944 "cipher",
8945 "digest",
8946 "endi",
8947 "futures-lite 2.6.0",
8948 "futures-util",
8949 "getrandom 0.3.1",
8950 "hkdf",
8951 "hmac",
8952 "md-5",
8953 "num",
8954 "num-bigint-dig",
8955 "pbkdf2 0.12.2",
8956 "rand 0.9.0",
8957 "serde",
8958 "sha2",
8959 "subtle",
8960 "zbus",
8961 "zbus_macros",
8962 "zeroize",
8963 "zvariant",
8964]
8965
8966[[package]]
8967name = "oorandom"
8968version = "11.1.4"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8971
8972[[package]]
8973name = "open"
8974version = "5.3.2"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8977dependencies = [
8978 "is-wsl",
8979 "libc",
8980 "pathdiff",
8981]
8982
8983[[package]]
8984name = "open_ai"
8985version = "0.1.0"
8986dependencies = [
8987 "anyhow",
8988 "futures 0.3.31",
8989 "http_client",
8990 "schemars",
8991 "serde",
8992 "serde_json",
8993 "strum",
8994]
8995
8996[[package]]
8997name = "opener"
8998version = "0.7.2"
8999source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9001dependencies = [
9002 "bstr",
9003 "dbus",
9004 "normpath",
9005 "windows-sys 0.59.0",
9006]
9007
9008[[package]]
9009name = "openssl"
9010version = "0.10.70"
9011source = "registry+https://github.com/rust-lang/crates.io-index"
9012checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9013dependencies = [
9014 "bitflags 2.8.0",
9015 "cfg-if",
9016 "foreign-types 0.3.2",
9017 "libc",
9018 "once_cell",
9019 "openssl-macros",
9020 "openssl-sys",
9021]
9022
9023[[package]]
9024name = "openssl-macros"
9025version = "0.1.1"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9028dependencies = [
9029 "proc-macro2",
9030 "quote",
9031 "syn 2.0.90",
9032]
9033
9034[[package]]
9035name = "openssl-probe"
9036version = "0.1.5"
9037source = "registry+https://github.com/rust-lang/crates.io-index"
9038checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9039
9040[[package]]
9041name = "openssl-src"
9042version = "300.4.1+3.4.0"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9045dependencies = [
9046 "cc",
9047]
9048
9049[[package]]
9050name = "openssl-sys"
9051version = "0.9.105"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9054dependencies = [
9055 "cc",
9056 "libc",
9057 "openssl-src",
9058 "pkg-config",
9059 "vcpkg",
9060]
9061
9062[[package]]
9063name = "option-ext"
9064version = "0.2.0"
9065source = "registry+https://github.com/rust-lang/crates.io-index"
9066checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9067
9068[[package]]
9069name = "ordered-float"
9070version = "2.10.1"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9073dependencies = [
9074 "num-traits",
9075]
9076
9077[[package]]
9078name = "ordered-float"
9079version = "3.9.2"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9082dependencies = [
9083 "num-traits",
9084]
9085
9086[[package]]
9087name = "ordered-stream"
9088version = "0.2.0"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9091dependencies = [
9092 "futures-core",
9093 "pin-project-lite",
9094]
9095
9096[[package]]
9097name = "ouroboros"
9098version = "0.18.4"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9101dependencies = [
9102 "aliasable",
9103 "ouroboros_macro",
9104 "static_assertions",
9105]
9106
9107[[package]]
9108name = "ouroboros_macro"
9109version = "0.18.4"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9112dependencies = [
9113 "heck 0.4.1",
9114 "itertools 0.12.1",
9115 "proc-macro2",
9116 "proc-macro2-diagnostics",
9117 "quote",
9118 "syn 2.0.90",
9119]
9120
9121[[package]]
9122name = "outline"
9123version = "0.1.0"
9124dependencies = [
9125 "editor",
9126 "fuzzy",
9127 "gpui",
9128 "indoc",
9129 "language",
9130 "menu",
9131 "ordered-float 2.10.1",
9132 "picker",
9133 "project",
9134 "rope",
9135 "serde_json",
9136 "settings",
9137 "smol",
9138 "theme",
9139 "tree-sitter-rust",
9140 "tree-sitter-typescript",
9141 "ui",
9142 "util",
9143 "workspace",
9144 "zed_actions",
9145]
9146
9147[[package]]
9148name = "outline_panel"
9149version = "0.1.0"
9150dependencies = [
9151 "anyhow",
9152 "collections",
9153 "db",
9154 "editor",
9155 "file_icons",
9156 "fuzzy",
9157 "gpui",
9158 "itertools 0.14.0",
9159 "language",
9160 "log",
9161 "menu",
9162 "outline",
9163 "pretty_assertions",
9164 "project",
9165 "schemars",
9166 "search",
9167 "serde",
9168 "serde_json",
9169 "settings",
9170 "smallvec",
9171 "smol",
9172 "theme",
9173 "ui",
9174 "util",
9175 "workspace",
9176 "worktree",
9177 "zed_actions",
9178]
9179
9180[[package]]
9181name = "outref"
9182version = "0.5.1"
9183source = "registry+https://github.com/rust-lang/crates.io-index"
9184checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9185
9186[[package]]
9187name = "overload"
9188version = "0.1.1"
9189source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9191
9192[[package]]
9193name = "p256"
9194version = "0.11.1"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9197dependencies = [
9198 "ecdsa",
9199 "elliptic-curve",
9200 "sha2",
9201]
9202
9203[[package]]
9204name = "page_size"
9205version = "0.6.0"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9208dependencies = [
9209 "libc",
9210 "winapi",
9211]
9212
9213[[package]]
9214name = "palette"
9215version = "0.7.6"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9218dependencies = [
9219 "approx",
9220 "fast-srgb8",
9221 "palette_derive",
9222]
9223
9224[[package]]
9225name = "palette_derive"
9226version = "0.7.6"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9229dependencies = [
9230 "by_address",
9231 "proc-macro2",
9232 "quote",
9233 "syn 2.0.90",
9234]
9235
9236[[package]]
9237name = "panel"
9238version = "0.1.0"
9239dependencies = [
9240 "editor",
9241 "gpui",
9242 "settings",
9243 "theme",
9244 "ui",
9245 "workspace",
9246]
9247
9248[[package]]
9249name = "parity-tokio-ipc"
9250version = "0.9.0"
9251source = "registry+https://github.com/rust-lang/crates.io-index"
9252checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9253dependencies = [
9254 "futures 0.3.31",
9255 "libc",
9256 "log",
9257 "rand 0.7.3",
9258 "tokio",
9259 "winapi",
9260]
9261
9262[[package]]
9263name = "parking"
9264version = "2.2.1"
9265source = "registry+https://github.com/rust-lang/crates.io-index"
9266checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9267
9268[[package]]
9269name = "parking_lot"
9270version = "0.12.3"
9271source = "registry+https://github.com/rust-lang/crates.io-index"
9272checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9273dependencies = [
9274 "lock_api",
9275 "parking_lot_core",
9276]
9277
9278[[package]]
9279name = "parking_lot_core"
9280version = "0.9.10"
9281source = "registry+https://github.com/rust-lang/crates.io-index"
9282checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9283dependencies = [
9284 "cfg-if",
9285 "libc",
9286 "redox_syscall 0.5.8",
9287 "smallvec",
9288 "windows-targets 0.52.6",
9289]
9290
9291[[package]]
9292name = "password-hash"
9293version = "0.4.2"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9296dependencies = [
9297 "base64ct",
9298 "rand_core 0.6.4",
9299 "subtle",
9300]
9301
9302[[package]]
9303name = "password-hash"
9304version = "0.5.0"
9305source = "registry+https://github.com/rust-lang/crates.io-index"
9306checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9307dependencies = [
9308 "base64ct",
9309 "rand_core 0.6.4",
9310 "subtle",
9311]
9312
9313[[package]]
9314name = "paste"
9315version = "1.0.15"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9318
9319[[package]]
9320name = "pathdiff"
9321version = "0.2.3"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9324
9325[[package]]
9326name = "pathfinder_geometry"
9327version = "0.5.1"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9330dependencies = [
9331 "log",
9332 "pathfinder_simd",
9333]
9334
9335[[package]]
9336name = "pathfinder_simd"
9337version = "0.5.4"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9340dependencies = [
9341 "rustc_version",
9342]
9343
9344[[package]]
9345name = "paths"
9346version = "0.1.0"
9347dependencies = [
9348 "dirs 4.0.0",
9349 "util",
9350]
9351
9352[[package]]
9353name = "pbjson"
9354version = "0.6.0"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9357dependencies = [
9358 "base64 0.21.7",
9359 "serde",
9360]
9361
9362[[package]]
9363name = "pbjson-build"
9364version = "0.6.2"
9365source = "registry+https://github.com/rust-lang/crates.io-index"
9366checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9367dependencies = [
9368 "heck 0.4.1",
9369 "itertools 0.11.0",
9370 "prost 0.12.6",
9371 "prost-types 0.12.6",
9372]
9373
9374[[package]]
9375name = "pbjson-types"
9376version = "0.6.0"
9377source = "registry+https://github.com/rust-lang/crates.io-index"
9378checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9379dependencies = [
9380 "bytes 1.10.1",
9381 "chrono",
9382 "pbjson",
9383 "pbjson-build",
9384 "prost 0.12.6",
9385 "prost-build 0.12.6",
9386 "serde",
9387]
9388
9389[[package]]
9390name = "pbkdf2"
9391version = "0.11.0"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9394dependencies = [
9395 "digest",
9396 "hmac",
9397 "password-hash 0.4.2",
9398 "sha2",
9399]
9400
9401[[package]]
9402name = "pbkdf2"
9403version = "0.12.2"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9406dependencies = [
9407 "digest",
9408 "hmac",
9409]
9410
9411[[package]]
9412name = "pem"
9413version = "3.0.4"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9416dependencies = [
9417 "base64 0.22.1",
9418 "serde",
9419]
9420
9421[[package]]
9422name = "pem-rfc7468"
9423version = "0.7.0"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9426dependencies = [
9427 "base64ct",
9428]
9429
9430[[package]]
9431name = "percent-encoding"
9432version = "2.3.1"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9435
9436[[package]]
9437name = "perplexity"
9438version = "0.1.0"
9439dependencies = [
9440 "serde",
9441 "zed_extension_api 0.3.0",
9442]
9443
9444[[package]]
9445name = "pest"
9446version = "2.7.15"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9449dependencies = [
9450 "memchr",
9451 "thiserror 2.0.6",
9452 "ucd-trie",
9453]
9454
9455[[package]]
9456name = "pest_derive"
9457version = "2.7.15"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9460dependencies = [
9461 "pest",
9462 "pest_generator",
9463]
9464
9465[[package]]
9466name = "pest_generator"
9467version = "2.7.15"
9468source = "registry+https://github.com/rust-lang/crates.io-index"
9469checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9470dependencies = [
9471 "pest",
9472 "pest_meta",
9473 "proc-macro2",
9474 "quote",
9475 "syn 2.0.90",
9476]
9477
9478[[package]]
9479name = "pest_meta"
9480version = "2.7.15"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9483dependencies = [
9484 "once_cell",
9485 "pest",
9486 "sha2",
9487]
9488
9489[[package]]
9490name = "pet"
9491version = "0.1.0"
9492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9493dependencies = [
9494 "clap",
9495 "env_logger 0.10.2",
9496 "lazy_static",
9497 "log",
9498 "msvc_spectre_libs",
9499 "pet-conda",
9500 "pet-core",
9501 "pet-env-var-path",
9502 "pet-fs",
9503 "pet-global-virtualenvs",
9504 "pet-homebrew",
9505 "pet-jsonrpc",
9506 "pet-linux-global-python",
9507 "pet-mac-commandlinetools",
9508 "pet-mac-python-org",
9509 "pet-mac-xcode",
9510 "pet-pipenv",
9511 "pet-pixi",
9512 "pet-poetry",
9513 "pet-pyenv",
9514 "pet-python-utils",
9515 "pet-reporter",
9516 "pet-telemetry",
9517 "pet-venv",
9518 "pet-virtualenv",
9519 "pet-virtualenvwrapper",
9520 "pet-windows-registry",
9521 "pet-windows-store",
9522 "serde",
9523 "serde_json",
9524]
9525
9526[[package]]
9527name = "pet-conda"
9528version = "0.1.0"
9529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9530dependencies = [
9531 "env_logger 0.10.2",
9532 "lazy_static",
9533 "log",
9534 "msvc_spectre_libs",
9535 "pet-core",
9536 "pet-fs",
9537 "pet-python-utils",
9538 "pet-reporter",
9539 "regex",
9540 "serde",
9541 "serde_json",
9542 "yaml-rust2",
9543]
9544
9545[[package]]
9546name = "pet-core"
9547version = "0.1.0"
9548source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9549dependencies = [
9550 "clap",
9551 "lazy_static",
9552 "log",
9553 "msvc_spectre_libs",
9554 "pet-fs",
9555 "regex",
9556 "serde",
9557 "serde_json",
9558]
9559
9560[[package]]
9561name = "pet-env-var-path"
9562version = "0.1.0"
9563source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9564dependencies = [
9565 "lazy_static",
9566 "log",
9567 "msvc_spectre_libs",
9568 "pet-conda",
9569 "pet-core",
9570 "pet-fs",
9571 "pet-python-utils",
9572 "pet-virtualenv",
9573 "regex",
9574]
9575
9576[[package]]
9577name = "pet-fs"
9578version = "0.1.0"
9579source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9580dependencies = [
9581 "log",
9582 "msvc_spectre_libs",
9583]
9584
9585[[package]]
9586name = "pet-global-virtualenvs"
9587version = "0.1.0"
9588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9589dependencies = [
9590 "log",
9591 "msvc_spectre_libs",
9592 "pet-conda",
9593 "pet-core",
9594 "pet-fs",
9595 "pet-virtualenv",
9596]
9597
9598[[package]]
9599name = "pet-homebrew"
9600version = "0.1.0"
9601source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9602dependencies = [
9603 "lazy_static",
9604 "log",
9605 "msvc_spectre_libs",
9606 "pet-conda",
9607 "pet-core",
9608 "pet-fs",
9609 "pet-python-utils",
9610 "pet-virtualenv",
9611 "regex",
9612 "serde",
9613 "serde_json",
9614]
9615
9616[[package]]
9617name = "pet-jsonrpc"
9618version = "0.1.0"
9619source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9620dependencies = [
9621 "env_logger 0.10.2",
9622 "log",
9623 "msvc_spectre_libs",
9624 "pet-core",
9625 "serde",
9626 "serde_json",
9627]
9628
9629[[package]]
9630name = "pet-linux-global-python"
9631version = "0.1.0"
9632source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9633dependencies = [
9634 "log",
9635 "msvc_spectre_libs",
9636 "pet-core",
9637 "pet-fs",
9638 "pet-python-utils",
9639 "pet-virtualenv",
9640]
9641
9642[[package]]
9643name = "pet-mac-commandlinetools"
9644version = "0.1.0"
9645source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9646dependencies = [
9647 "log",
9648 "msvc_spectre_libs",
9649 "pet-core",
9650 "pet-fs",
9651 "pet-python-utils",
9652 "pet-virtualenv",
9653]
9654
9655[[package]]
9656name = "pet-mac-python-org"
9657version = "0.1.0"
9658source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9659dependencies = [
9660 "log",
9661 "msvc_spectre_libs",
9662 "pet-core",
9663 "pet-fs",
9664 "pet-python-utils",
9665 "pet-virtualenv",
9666]
9667
9668[[package]]
9669name = "pet-mac-xcode"
9670version = "0.1.0"
9671source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9672dependencies = [
9673 "log",
9674 "msvc_spectre_libs",
9675 "pet-core",
9676 "pet-fs",
9677 "pet-python-utils",
9678 "pet-virtualenv",
9679]
9680
9681[[package]]
9682name = "pet-pipenv"
9683version = "0.1.0"
9684source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9685dependencies = [
9686 "log",
9687 "msvc_spectre_libs",
9688 "pet-core",
9689 "pet-fs",
9690 "pet-python-utils",
9691 "pet-virtualenv",
9692]
9693
9694[[package]]
9695name = "pet-pixi"
9696version = "0.1.0"
9697source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9698dependencies = [
9699 "log",
9700 "msvc_spectre_libs",
9701 "pet-conda",
9702 "pet-core",
9703 "pet-python-utils",
9704]
9705
9706[[package]]
9707name = "pet-poetry"
9708version = "0.1.0"
9709source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9710dependencies = [
9711 "base64 0.22.1",
9712 "lazy_static",
9713 "log",
9714 "msvc_spectre_libs",
9715 "pet-core",
9716 "pet-fs",
9717 "pet-python-utils",
9718 "pet-reporter",
9719 "pet-virtualenv",
9720 "regex",
9721 "serde",
9722 "serde_json",
9723 "sha2",
9724 "toml 0.8.20",
9725]
9726
9727[[package]]
9728name = "pet-pyenv"
9729version = "0.1.0"
9730source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9731dependencies = [
9732 "lazy_static",
9733 "log",
9734 "msvc_spectre_libs",
9735 "pet-conda",
9736 "pet-core",
9737 "pet-fs",
9738 "pet-python-utils",
9739 "pet-reporter",
9740 "regex",
9741 "serde",
9742 "serde_json",
9743]
9744
9745[[package]]
9746name = "pet-python-utils"
9747version = "0.1.0"
9748source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9749dependencies = [
9750 "env_logger 0.10.2",
9751 "lazy_static",
9752 "log",
9753 "msvc_spectre_libs",
9754 "pet-core",
9755 "pet-fs",
9756 "regex",
9757 "serde",
9758 "serde_json",
9759 "sha2",
9760]
9761
9762[[package]]
9763name = "pet-reporter"
9764version = "0.1.0"
9765source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9766dependencies = [
9767 "env_logger 0.10.2",
9768 "log",
9769 "msvc_spectre_libs",
9770 "pet-core",
9771 "pet-jsonrpc",
9772 "serde",
9773 "serde_json",
9774]
9775
9776[[package]]
9777name = "pet-telemetry"
9778version = "0.1.0"
9779source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9780dependencies = [
9781 "env_logger 0.10.2",
9782 "lazy_static",
9783 "log",
9784 "msvc_spectre_libs",
9785 "pet-core",
9786 "pet-fs",
9787 "pet-python-utils",
9788 "regex",
9789]
9790
9791[[package]]
9792name = "pet-venv"
9793version = "0.1.0"
9794source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9795dependencies = [
9796 "log",
9797 "msvc_spectre_libs",
9798 "pet-core",
9799 "pet-python-utils",
9800 "pet-virtualenv",
9801]
9802
9803[[package]]
9804name = "pet-virtualenv"
9805version = "0.1.0"
9806source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9807dependencies = [
9808 "log",
9809 "msvc_spectre_libs",
9810 "pet-core",
9811 "pet-fs",
9812 "pet-python-utils",
9813]
9814
9815[[package]]
9816name = "pet-virtualenvwrapper"
9817version = "0.1.0"
9818source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9819dependencies = [
9820 "log",
9821 "msvc_spectre_libs",
9822 "pet-core",
9823 "pet-fs",
9824 "pet-python-utils",
9825 "pet-virtualenv",
9826]
9827
9828[[package]]
9829name = "pet-windows-registry"
9830version = "0.1.0"
9831source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9832dependencies = [
9833 "lazy_static",
9834 "log",
9835 "msvc_spectre_libs",
9836 "pet-conda",
9837 "pet-core",
9838 "pet-fs",
9839 "pet-python-utils",
9840 "pet-virtualenv",
9841 "pet-windows-store",
9842 "regex",
9843 "winreg 0.52.0",
9844]
9845
9846[[package]]
9847name = "pet-windows-store"
9848version = "0.1.0"
9849source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9850dependencies = [
9851 "lazy_static",
9852 "log",
9853 "msvc_spectre_libs",
9854 "pet-core",
9855 "pet-fs",
9856 "pet-python-utils",
9857 "pet-virtualenv",
9858 "regex",
9859 "winreg 0.52.0",
9860]
9861
9862[[package]]
9863name = "petgraph"
9864version = "0.6.5"
9865source = "registry+https://github.com/rust-lang/crates.io-index"
9866checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9867dependencies = [
9868 "fixedbitset",
9869 "indexmap",
9870]
9871
9872[[package]]
9873name = "phf"
9874version = "0.11.2"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9877dependencies = [
9878 "phf_macros",
9879 "phf_shared 0.11.2",
9880]
9881
9882[[package]]
9883name = "phf_codegen"
9884version = "0.11.2"
9885source = "registry+https://github.com/rust-lang/crates.io-index"
9886checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9887dependencies = [
9888 "phf_generator 0.11.2",
9889 "phf_shared 0.11.2",
9890]
9891
9892[[package]]
9893name = "phf_generator"
9894version = "0.10.0"
9895source = "registry+https://github.com/rust-lang/crates.io-index"
9896checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9897dependencies = [
9898 "phf_shared 0.10.0",
9899 "rand 0.8.5",
9900]
9901
9902[[package]]
9903name = "phf_generator"
9904version = "0.11.2"
9905source = "registry+https://github.com/rust-lang/crates.io-index"
9906checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9907dependencies = [
9908 "phf_shared 0.11.2",
9909 "rand 0.8.5",
9910]
9911
9912[[package]]
9913name = "phf_macros"
9914version = "0.11.2"
9915source = "registry+https://github.com/rust-lang/crates.io-index"
9916checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9917dependencies = [
9918 "phf_generator 0.11.2",
9919 "phf_shared 0.11.2",
9920 "proc-macro2",
9921 "quote",
9922 "syn 2.0.90",
9923]
9924
9925[[package]]
9926name = "phf_shared"
9927version = "0.10.0"
9928source = "registry+https://github.com/rust-lang/crates.io-index"
9929checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9930dependencies = [
9931 "siphasher 0.3.11",
9932]
9933
9934[[package]]
9935name = "phf_shared"
9936version = "0.11.2"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9939dependencies = [
9940 "siphasher 0.3.11",
9941]
9942
9943[[package]]
9944name = "picker"
9945version = "0.1.0"
9946dependencies = [
9947 "anyhow",
9948 "ctor",
9949 "editor",
9950 "env_logger 0.11.6",
9951 "gpui",
9952 "menu",
9953 "schemars",
9954 "serde",
9955 "serde_json",
9956 "ui",
9957 "util",
9958 "workspace",
9959]
9960
9961[[package]]
9962name = "pico-args"
9963version = "0.5.0"
9964source = "registry+https://github.com/rust-lang/crates.io-index"
9965checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9966
9967[[package]]
9968name = "pin-project"
9969version = "1.1.7"
9970source = "registry+https://github.com/rust-lang/crates.io-index"
9971checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9972dependencies = [
9973 "pin-project-internal",
9974]
9975
9976[[package]]
9977name = "pin-project-internal"
9978version = "1.1.7"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9981dependencies = [
9982 "proc-macro2",
9983 "quote",
9984 "syn 2.0.90",
9985]
9986
9987[[package]]
9988name = "pin-project-lite"
9989version = "0.2.16"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9992
9993[[package]]
9994name = "pin-utils"
9995version = "0.1.0"
9996source = "registry+https://github.com/rust-lang/crates.io-index"
9997checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9998
9999[[package]]
10000name = "piper"
10001version = "0.2.4"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10004dependencies = [
10005 "atomic-waker",
10006 "fastrand 2.3.0",
10007 "futures-io",
10008]
10009
10010[[package]]
10011name = "pkcs1"
10012version = "0.7.5"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10015dependencies = [
10016 "der 0.7.9",
10017 "pkcs8 0.10.2",
10018 "spki 0.7.3",
10019]
10020
10021[[package]]
10022name = "pkcs8"
10023version = "0.9.0"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10026dependencies = [
10027 "der 0.6.1",
10028 "spki 0.6.0",
10029]
10030
10031[[package]]
10032name = "pkcs8"
10033version = "0.10.2"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10036dependencies = [
10037 "der 0.7.9",
10038 "spki 0.7.3",
10039]
10040
10041[[package]]
10042name = "pkg-config"
10043version = "0.3.31"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10046
10047[[package]]
10048name = "plist"
10049version = "1.7.0"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10052dependencies = [
10053 "base64 0.22.1",
10054 "indexmap",
10055 "quick-xml 0.32.0",
10056 "serde",
10057 "time",
10058]
10059
10060[[package]]
10061name = "plotters"
10062version = "0.3.7"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10065dependencies = [
10066 "num-traits",
10067 "plotters-backend",
10068 "plotters-svg",
10069 "wasm-bindgen",
10070 "web-sys",
10071]
10072
10073[[package]]
10074name = "plotters-backend"
10075version = "0.3.7"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10078
10079[[package]]
10080name = "plotters-svg"
10081version = "0.3.7"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10084dependencies = [
10085 "plotters-backend",
10086]
10087
10088[[package]]
10089name = "png"
10090version = "0.17.15"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10093dependencies = [
10094 "bitflags 1.3.2",
10095 "crc32fast",
10096 "fdeflate",
10097 "flate2",
10098 "miniz_oxide",
10099]
10100
10101[[package]]
10102name = "polling"
10103version = "3.7.4"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10106dependencies = [
10107 "cfg-if",
10108 "concurrent-queue",
10109 "hermit-abi 0.4.0",
10110 "pin-project-lite",
10111 "rustix",
10112 "tracing",
10113 "windows-sys 0.59.0",
10114]
10115
10116[[package]]
10117name = "pollster"
10118version = "0.2.5"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10121
10122[[package]]
10123name = "postage"
10124version = "0.5.0"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10127dependencies = [
10128 "atomic",
10129 "crossbeam-queue",
10130 "futures 0.3.31",
10131 "log",
10132 "parking_lot",
10133 "pin-project",
10134 "pollster",
10135 "static_assertions",
10136 "thiserror 1.0.69",
10137]
10138
10139[[package]]
10140name = "postcard"
10141version = "1.1.1"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10144dependencies = [
10145 "cobs",
10146 "embedded-io 0.4.0",
10147 "embedded-io 0.6.1",
10148 "serde",
10149]
10150
10151[[package]]
10152name = "powerfmt"
10153version = "0.2.0"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10156
10157[[package]]
10158name = "ppv-lite86"
10159version = "0.2.20"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10162dependencies = [
10163 "zerocopy 0.7.35",
10164]
10165
10166[[package]]
10167name = "precomputed-hash"
10168version = "0.1.1"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10171
10172[[package]]
10173name = "prettier"
10174version = "0.1.0"
10175dependencies = [
10176 "anyhow",
10177 "collections",
10178 "fs",
10179 "gpui",
10180 "language",
10181 "log",
10182 "lsp",
10183 "node_runtime",
10184 "parking_lot",
10185 "paths",
10186 "serde",
10187 "serde_json",
10188 "util",
10189]
10190
10191[[package]]
10192name = "pretty_assertions"
10193version = "1.4.1"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10196dependencies = [
10197 "diff",
10198 "yansi",
10199]
10200
10201[[package]]
10202name = "prettyplease"
10203version = "0.2.25"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10206dependencies = [
10207 "proc-macro2",
10208 "syn 2.0.90",
10209]
10210
10211[[package]]
10212name = "proc-macro-crate"
10213version = "3.2.0"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10216dependencies = [
10217 "toml_edit",
10218]
10219
10220[[package]]
10221name = "proc-macro-error-attr2"
10222version = "2.0.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10225dependencies = [
10226 "proc-macro2",
10227 "quote",
10228]
10229
10230[[package]]
10231name = "proc-macro-error2"
10232version = "2.0.1"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10235dependencies = [
10236 "proc-macro-error-attr2",
10237 "proc-macro2",
10238 "quote",
10239 "syn 2.0.90",
10240]
10241
10242[[package]]
10243name = "proc-macro2"
10244version = "1.0.93"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10247dependencies = [
10248 "unicode-ident",
10249]
10250
10251[[package]]
10252name = "proc-macro2-diagnostics"
10253version = "0.10.1"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10256dependencies = [
10257 "proc-macro2",
10258 "quote",
10259 "syn 2.0.90",
10260 "version_check",
10261 "yansi",
10262]
10263
10264[[package]]
10265name = "profiling"
10266version = "1.0.16"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10269dependencies = [
10270 "profiling-procmacros",
10271]
10272
10273[[package]]
10274name = "profiling-procmacros"
10275version = "1.0.16"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10278dependencies = [
10279 "quote",
10280 "syn 2.0.90",
10281]
10282
10283[[package]]
10284name = "project"
10285version = "0.1.0"
10286dependencies = [
10287 "aho-corasick",
10288 "anyhow",
10289 "askpass",
10290 "async-trait",
10291 "buffer_diff",
10292 "client",
10293 "clock",
10294 "collections",
10295 "env_logger 0.11.6",
10296 "fancy-regex 0.14.0",
10297 "fs",
10298 "futures 0.3.31",
10299 "fuzzy",
10300 "git",
10301 "git2",
10302 "globset",
10303 "gpui",
10304 "http_client",
10305 "image",
10306 "itertools 0.14.0",
10307 "language",
10308 "log",
10309 "lsp",
10310 "node_runtime",
10311 "parking_lot",
10312 "pathdiff",
10313 "paths",
10314 "postage",
10315 "prettier",
10316 "pretty_assertions",
10317 "rand 0.8.5",
10318 "regex",
10319 "release_channel",
10320 "remote",
10321 "rpc",
10322 "schemars",
10323 "serde",
10324 "serde_json",
10325 "settings",
10326 "sha2",
10327 "shellexpand 2.1.2",
10328 "shlex",
10329 "smol",
10330 "snippet",
10331 "snippet_provider",
10332 "task",
10333 "tempfile",
10334 "terminal",
10335 "text",
10336 "toml 0.8.20",
10337 "unindent",
10338 "url",
10339 "util",
10340 "which 6.0.3",
10341 "worktree",
10342]
10343
10344[[package]]
10345name = "project_panel"
10346version = "0.1.0"
10347dependencies = [
10348 "anyhow",
10349 "client",
10350 "collections",
10351 "command_palette_hooks",
10352 "db",
10353 "editor",
10354 "file_icons",
10355 "git",
10356 "gpui",
10357 "indexmap",
10358 "language",
10359 "menu",
10360 "pretty_assertions",
10361 "project",
10362 "schemars",
10363 "search",
10364 "serde",
10365 "serde_derive",
10366 "serde_json",
10367 "settings",
10368 "smallvec",
10369 "theme",
10370 "ui",
10371 "util",
10372 "workspace",
10373 "worktree",
10374 "zed_actions",
10375]
10376
10377[[package]]
10378name = "project_symbols"
10379version = "0.1.0"
10380dependencies = [
10381 "anyhow",
10382 "editor",
10383 "futures 0.3.31",
10384 "fuzzy",
10385 "gpui",
10386 "language",
10387 "lsp",
10388 "ordered-float 2.10.1",
10389 "picker",
10390 "project",
10391 "release_channel",
10392 "serde_json",
10393 "settings",
10394 "theme",
10395 "util",
10396 "workspace",
10397]
10398
10399[[package]]
10400name = "prometheus"
10401version = "0.13.4"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10404dependencies = [
10405 "cfg-if",
10406 "fnv",
10407 "lazy_static",
10408 "memchr",
10409 "parking_lot",
10410 "protobuf",
10411 "thiserror 1.0.69",
10412]
10413
10414[[package]]
10415name = "prompt_library"
10416version = "0.1.0"
10417dependencies = [
10418 "anyhow",
10419 "collections",
10420 "editor",
10421 "gpui",
10422 "language",
10423 "language_model",
10424 "log",
10425 "menu",
10426 "picker",
10427 "prompt_store",
10428 "release_channel",
10429 "rope",
10430 "serde",
10431 "settings",
10432 "theme",
10433 "ui",
10434 "util",
10435 "workspace",
10436 "zed_actions",
10437]
10438
10439[[package]]
10440name = "prompt_store"
10441version = "0.1.0"
10442dependencies = [
10443 "anyhow",
10444 "assets",
10445 "chrono",
10446 "collections",
10447 "fs",
10448 "futures 0.3.31",
10449 "fuzzy",
10450 "gpui",
10451 "handlebars 4.5.0",
10452 "heed",
10453 "language",
10454 "log",
10455 "parking_lot",
10456 "paths",
10457 "rope",
10458 "serde",
10459 "text",
10460 "util",
10461 "uuid",
10462]
10463
10464[[package]]
10465name = "prost"
10466version = "0.9.0"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10469dependencies = [
10470 "bytes 1.10.1",
10471 "prost-derive 0.9.0",
10472]
10473
10474[[package]]
10475name = "prost"
10476version = "0.12.6"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10479dependencies = [
10480 "bytes 1.10.1",
10481 "prost-derive 0.12.6",
10482]
10483
10484[[package]]
10485name = "prost-build"
10486version = "0.9.0"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10489dependencies = [
10490 "bytes 1.10.1",
10491 "heck 0.3.3",
10492 "itertools 0.10.5",
10493 "lazy_static",
10494 "log",
10495 "multimap 0.8.3",
10496 "petgraph",
10497 "prost 0.9.0",
10498 "prost-types 0.9.0",
10499 "regex",
10500 "tempfile",
10501 "which 4.4.2",
10502]
10503
10504[[package]]
10505name = "prost-build"
10506version = "0.12.6"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10509dependencies = [
10510 "bytes 1.10.1",
10511 "heck 0.5.0",
10512 "itertools 0.12.1",
10513 "log",
10514 "multimap 0.10.0",
10515 "once_cell",
10516 "petgraph",
10517 "prettyplease",
10518 "prost 0.12.6",
10519 "prost-types 0.12.6",
10520 "regex",
10521 "syn 2.0.90",
10522 "tempfile",
10523]
10524
10525[[package]]
10526name = "prost-derive"
10527version = "0.9.0"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10530dependencies = [
10531 "anyhow",
10532 "itertools 0.10.5",
10533 "proc-macro2",
10534 "quote",
10535 "syn 1.0.109",
10536]
10537
10538[[package]]
10539name = "prost-derive"
10540version = "0.12.6"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10543dependencies = [
10544 "anyhow",
10545 "itertools 0.12.1",
10546 "proc-macro2",
10547 "quote",
10548 "syn 2.0.90",
10549]
10550
10551[[package]]
10552name = "prost-types"
10553version = "0.9.0"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10556dependencies = [
10557 "bytes 1.10.1",
10558 "prost 0.9.0",
10559]
10560
10561[[package]]
10562name = "prost-types"
10563version = "0.12.6"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10566dependencies = [
10567 "prost 0.12.6",
10568]
10569
10570[[package]]
10571name = "proto"
10572version = "0.1.0"
10573dependencies = [
10574 "anyhow",
10575 "collections",
10576 "prost 0.9.0",
10577 "prost-build 0.9.0",
10578 "serde",
10579]
10580
10581[[package]]
10582name = "protobuf"
10583version = "2.28.0"
10584source = "registry+https://github.com/rust-lang/crates.io-index"
10585checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10586
10587[[package]]
10588name = "psm"
10589version = "0.1.24"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10592dependencies = [
10593 "cc",
10594]
10595
10596[[package]]
10597name = "ptr_meta"
10598version = "0.1.4"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10601dependencies = [
10602 "ptr_meta_derive",
10603]
10604
10605[[package]]
10606name = "ptr_meta_derive"
10607version = "0.1.4"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10610dependencies = [
10611 "proc-macro2",
10612 "quote",
10613 "syn 1.0.109",
10614]
10615
10616[[package]]
10617name = "pulldown-cmark"
10618version = "0.10.3"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10621dependencies = [
10622 "bitflags 2.8.0",
10623 "memchr",
10624 "pulldown-cmark-escape",
10625 "unicase",
10626]
10627
10628[[package]]
10629name = "pulldown-cmark"
10630version = "0.12.2"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10633dependencies = [
10634 "bitflags 2.8.0",
10635 "memchr",
10636 "unicase",
10637]
10638
10639[[package]]
10640name = "pulldown-cmark-escape"
10641version = "0.10.1"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10644
10645[[package]]
10646name = "pulley-interpreter"
10647version = "29.0.1"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10650dependencies = [
10651 "cranelift-bitset",
10652 "log",
10653 "sptr",
10654 "wasmtime-math",
10655]
10656
10657[[package]]
10658name = "qoi"
10659version = "0.4.1"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10662dependencies = [
10663 "bytemuck",
10664]
10665
10666[[package]]
10667name = "quick-error"
10668version = "2.0.1"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10671
10672[[package]]
10673name = "quick-xml"
10674version = "0.32.0"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10677dependencies = [
10678 "memchr",
10679]
10680
10681[[package]]
10682name = "quick-xml"
10683version = "0.37.2"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10686dependencies = [
10687 "memchr",
10688]
10689
10690[[package]]
10691name = "quinn"
10692version = "0.11.6"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10695dependencies = [
10696 "bytes 1.10.1",
10697 "pin-project-lite",
10698 "quinn-proto",
10699 "quinn-udp",
10700 "rustc-hash 2.1.1",
10701 "rustls 0.23.23",
10702 "socket2",
10703 "thiserror 2.0.6",
10704 "tokio",
10705 "tracing",
10706]
10707
10708[[package]]
10709name = "quinn-proto"
10710version = "0.11.9"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10713dependencies = [
10714 "bytes 1.10.1",
10715 "getrandom 0.2.15",
10716 "rand 0.8.5",
10717 "ring",
10718 "rustc-hash 2.1.1",
10719 "rustls 0.23.23",
10720 "rustls-pki-types",
10721 "slab",
10722 "thiserror 2.0.6",
10723 "tinyvec",
10724 "tracing",
10725 "web-time",
10726]
10727
10728[[package]]
10729name = "quinn-udp"
10730version = "0.5.9"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10733dependencies = [
10734 "cfg_aliases 0.2.1",
10735 "libc",
10736 "once_cell",
10737 "socket2",
10738 "tracing",
10739 "windows-sys 0.52.0",
10740]
10741
10742[[package]]
10743name = "quote"
10744version = "1.0.38"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10747dependencies = [
10748 "proc-macro2",
10749]
10750
10751[[package]]
10752name = "radium"
10753version = "0.7.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10756
10757[[package]]
10758name = "rand"
10759version = "0.7.3"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10762dependencies = [
10763 "getrandom 0.1.16",
10764 "libc",
10765 "rand_chacha 0.2.2",
10766 "rand_core 0.5.1",
10767 "rand_hc",
10768]
10769
10770[[package]]
10771name = "rand"
10772version = "0.8.5"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10775dependencies = [
10776 "libc",
10777 "rand_chacha 0.3.1",
10778 "rand_core 0.6.4",
10779]
10780
10781[[package]]
10782name = "rand"
10783version = "0.9.0"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10786dependencies = [
10787 "rand_chacha 0.9.0",
10788 "rand_core 0.9.0",
10789 "zerocopy 0.8.18",
10790]
10791
10792[[package]]
10793name = "rand_chacha"
10794version = "0.2.2"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10797dependencies = [
10798 "ppv-lite86",
10799 "rand_core 0.5.1",
10800]
10801
10802[[package]]
10803name = "rand_chacha"
10804version = "0.3.1"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10807dependencies = [
10808 "ppv-lite86",
10809 "rand_core 0.6.4",
10810]
10811
10812[[package]]
10813name = "rand_chacha"
10814version = "0.9.0"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10817dependencies = [
10818 "ppv-lite86",
10819 "rand_core 0.9.0",
10820]
10821
10822[[package]]
10823name = "rand_core"
10824version = "0.5.1"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10827dependencies = [
10828 "getrandom 0.1.16",
10829]
10830
10831[[package]]
10832name = "rand_core"
10833version = "0.6.4"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10836dependencies = [
10837 "getrandom 0.2.15",
10838]
10839
10840[[package]]
10841name = "rand_core"
10842version = "0.9.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10845dependencies = [
10846 "getrandom 0.3.1",
10847 "zerocopy 0.8.18",
10848]
10849
10850[[package]]
10851name = "rand_hc"
10852version = "0.2.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10855dependencies = [
10856 "rand_core 0.5.1",
10857]
10858
10859[[package]]
10860name = "rangemap"
10861version = "1.5.1"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10864
10865[[package]]
10866name = "rav1e"
10867version = "0.7.1"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10870dependencies = [
10871 "arbitrary",
10872 "arg_enum_proc_macro",
10873 "arrayvec",
10874 "av1-grain",
10875 "bitstream-io",
10876 "built",
10877 "cfg-if",
10878 "interpolate_name",
10879 "itertools 0.12.1",
10880 "libc",
10881 "libfuzzer-sys",
10882 "log",
10883 "maybe-rayon",
10884 "new_debug_unreachable",
10885 "noop_proc_macro",
10886 "num-derive",
10887 "num-traits",
10888 "once_cell",
10889 "paste",
10890 "profiling",
10891 "rand 0.8.5",
10892 "rand_chacha 0.3.1",
10893 "simd_helpers",
10894 "system-deps",
10895 "thiserror 1.0.69",
10896 "v_frame",
10897 "wasm-bindgen",
10898]
10899
10900[[package]]
10901name = "ravif"
10902version = "0.11.11"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10905dependencies = [
10906 "avif-serialize",
10907 "imgref",
10908 "loop9",
10909 "quick-error",
10910 "rav1e",
10911 "rayon",
10912 "rgb",
10913]
10914
10915[[package]]
10916name = "raw-window-handle"
10917version = "0.6.2"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10920
10921[[package]]
10922name = "raw-window-metal"
10923version = "0.4.0"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10926dependencies = [
10927 "cocoa 0.25.0",
10928 "core-graphics 0.23.2",
10929 "objc",
10930 "raw-window-handle",
10931]
10932
10933[[package]]
10934name = "rayon"
10935version = "1.10.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10938dependencies = [
10939 "either",
10940 "rayon-core",
10941]
10942
10943[[package]]
10944name = "rayon-core"
10945version = "1.12.1"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10948dependencies = [
10949 "crossbeam-deque",
10950 "crossbeam-utils",
10951]
10952
10953[[package]]
10954name = "read-fonts"
10955version = "0.22.5"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10958dependencies = [
10959 "bytemuck",
10960 "font-types",
10961]
10962
10963[[package]]
10964name = "recent_projects"
10965version = "0.1.0"
10966dependencies = [
10967 "anyhow",
10968 "auto_update",
10969 "editor",
10970 "extension_host",
10971 "file_finder",
10972 "futures 0.3.31",
10973 "fuzzy",
10974 "gpui",
10975 "language",
10976 "log",
10977 "markdown",
10978 "menu",
10979 "ordered-float 2.10.1",
10980 "paths",
10981 "picker",
10982 "project",
10983 "release_channel",
10984 "remote",
10985 "schemars",
10986 "serde",
10987 "serde_json",
10988 "settings",
10989 "smol",
10990 "task",
10991 "telemetry",
10992 "theme",
10993 "ui",
10994 "util",
10995 "workspace",
10996 "zed_actions",
10997]
10998
10999[[package]]
11000name = "redox_syscall"
11001version = "0.2.16"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11004dependencies = [
11005 "bitflags 1.3.2",
11006]
11007
11008[[package]]
11009name = "redox_syscall"
11010version = "0.5.8"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11013dependencies = [
11014 "bitflags 2.8.0",
11015]
11016
11017[[package]]
11018name = "redox_users"
11019version = "0.4.6"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11022dependencies = [
11023 "getrandom 0.2.15",
11024 "libredox",
11025 "thiserror 1.0.69",
11026]
11027
11028[[package]]
11029name = "refineable"
11030version = "0.1.0"
11031dependencies = [
11032 "derive_refineable",
11033]
11034
11035[[package]]
11036name = "regalloc2"
11037version = "0.11.1"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11040dependencies = [
11041 "allocator-api2",
11042 "bumpalo",
11043 "hashbrown 0.15.2",
11044 "log",
11045 "rustc-hash 2.1.1",
11046 "smallvec",
11047]
11048
11049[[package]]
11050name = "regex"
11051version = "1.11.1"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11054dependencies = [
11055 "aho-corasick",
11056 "memchr",
11057 "regex-automata 0.4.9",
11058 "regex-syntax 0.8.5",
11059]
11060
11061[[package]]
11062name = "regex-automata"
11063version = "0.1.10"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11066dependencies = [
11067 "regex-syntax 0.6.29",
11068]
11069
11070[[package]]
11071name = "regex-automata"
11072version = "0.4.9"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11075dependencies = [
11076 "aho-corasick",
11077 "memchr",
11078 "regex-syntax 0.8.5",
11079]
11080
11081[[package]]
11082name = "regex-lite"
11083version = "0.1.6"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11086
11087[[package]]
11088name = "regex-syntax"
11089version = "0.6.29"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11092
11093[[package]]
11094name = "regex-syntax"
11095version = "0.8.5"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11098
11099[[package]]
11100name = "release_channel"
11101version = "0.1.0"
11102dependencies = [
11103 "gpui",
11104]
11105
11106[[package]]
11107name = "remote"
11108version = "0.1.0"
11109dependencies = [
11110 "anyhow",
11111 "askpass",
11112 "async-trait",
11113 "collections",
11114 "fs",
11115 "futures 0.3.31",
11116 "gpui",
11117 "itertools 0.14.0",
11118 "log",
11119 "parking_lot",
11120 "paths",
11121 "prost 0.9.0",
11122 "release_channel",
11123 "rpc",
11124 "schemars",
11125 "serde",
11126 "serde_json",
11127 "shlex",
11128 "smol",
11129 "tempfile",
11130 "thiserror 1.0.69",
11131 "util",
11132]
11133
11134[[package]]
11135name = "remote_server"
11136version = "0.1.0"
11137dependencies = [
11138 "anyhow",
11139 "async-watch",
11140 "backtrace",
11141 "cargo_toml",
11142 "chrono",
11143 "clap",
11144 "client",
11145 "clock",
11146 "env_logger 0.11.6",
11147 "extension",
11148 "extension_host",
11149 "fork",
11150 "fs",
11151 "futures 0.3.31",
11152 "git",
11153 "git_hosting_providers",
11154 "gpui",
11155 "gpui_tokio",
11156 "http_client",
11157 "language",
11158 "language_extension",
11159 "languages",
11160 "libc",
11161 "log",
11162 "lsp",
11163 "node_runtime",
11164 "paths",
11165 "project",
11166 "proto",
11167 "release_channel",
11168 "remote",
11169 "reqwest_client",
11170 "rpc",
11171 "rust-embed",
11172 "serde",
11173 "serde_json",
11174 "settings",
11175 "shellexpand 2.1.2",
11176 "smol",
11177 "sysinfo",
11178 "telemetry_events",
11179 "toml 0.8.20",
11180 "unindent",
11181 "util",
11182 "worktree",
11183]
11184
11185[[package]]
11186name = "rend"
11187version = "0.4.2"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11190dependencies = [
11191 "bytecheck",
11192]
11193
11194[[package]]
11195name = "repl"
11196version = "0.1.0"
11197dependencies = [
11198 "alacritty_terminal",
11199 "anyhow",
11200 "async-dispatcher",
11201 "async-tungstenite",
11202 "base64 0.22.1",
11203 "client",
11204 "collections",
11205 "command_palette_hooks",
11206 "editor",
11207 "env_logger 0.11.6",
11208 "feature_flags",
11209 "file_icons",
11210 "futures 0.3.31",
11211 "gpui",
11212 "http_client",
11213 "image",
11214 "indoc",
11215 "jupyter-protocol",
11216 "jupyter-websocket-client",
11217 "language",
11218 "languages",
11219 "log",
11220 "markdown_preview",
11221 "menu",
11222 "multi_buffer",
11223 "nbformat",
11224 "picker",
11225 "project",
11226 "runtimelib",
11227 "schemars",
11228 "serde",
11229 "serde_json",
11230 "settings",
11231 "smol",
11232 "telemetry",
11233 "terminal",
11234 "terminal_view",
11235 "theme",
11236 "tree-sitter-md",
11237 "tree-sitter-python",
11238 "tree-sitter-typescript",
11239 "ui",
11240 "util",
11241 "uuid",
11242 "workspace",
11243]
11244
11245[[package]]
11246name = "reqwest"
11247version = "0.11.27"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11250dependencies = [
11251 "base64 0.21.7",
11252 "bytes 1.10.1",
11253 "encoding_rs",
11254 "futures-core",
11255 "futures-util",
11256 "h2 0.3.26",
11257 "http 0.2.12",
11258 "http-body 0.4.6",
11259 "hyper 0.14.32",
11260 "hyper-rustls 0.24.2",
11261 "hyper-tls",
11262 "ipnet",
11263 "js-sys",
11264 "log",
11265 "mime",
11266 "native-tls",
11267 "once_cell",
11268 "percent-encoding",
11269 "pin-project-lite",
11270 "rustls 0.21.12",
11271 "rustls-native-certs 0.6.3",
11272 "rustls-pemfile 1.0.4",
11273 "serde",
11274 "serde_json",
11275 "serde_urlencoded",
11276 "sync_wrapper 0.1.2",
11277 "system-configuration 0.5.1",
11278 "tokio",
11279 "tokio-native-tls",
11280 "tokio-rustls 0.24.1",
11281 "tower-service",
11282 "url",
11283 "wasm-bindgen",
11284 "wasm-bindgen-futures",
11285 "web-sys",
11286 "winreg 0.50.0",
11287]
11288
11289[[package]]
11290name = "reqwest"
11291version = "0.12.8"
11292source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11293dependencies = [
11294 "base64 0.22.1",
11295 "bytes 1.10.1",
11296 "encoding_rs",
11297 "futures-core",
11298 "futures-util",
11299 "h2 0.4.7",
11300 "http 1.2.0",
11301 "http-body 1.0.1",
11302 "http-body-util",
11303 "hyper 1.5.1",
11304 "hyper-rustls 0.27.3",
11305 "hyper-util",
11306 "ipnet",
11307 "js-sys",
11308 "log",
11309 "mime",
11310 "once_cell",
11311 "percent-encoding",
11312 "pin-project-lite",
11313 "quinn",
11314 "rustls 0.23.23",
11315 "rustls-native-certs 0.8.1",
11316 "rustls-pemfile 2.2.0",
11317 "rustls-pki-types",
11318 "serde",
11319 "serde_json",
11320 "serde_urlencoded",
11321 "sync_wrapper 1.0.2",
11322 "system-configuration 0.6.1",
11323 "tokio",
11324 "tokio-rustls 0.26.1",
11325 "tokio-socks",
11326 "tokio-util",
11327 "tower-service",
11328 "url",
11329 "wasm-bindgen",
11330 "wasm-bindgen-futures",
11331 "wasm-streams",
11332 "web-sys",
11333 "windows-registry",
11334]
11335
11336[[package]]
11337name = "reqwest_client"
11338version = "0.1.0"
11339dependencies = [
11340 "anyhow",
11341 "bytes 1.10.1",
11342 "futures 0.3.31",
11343 "gpui",
11344 "http_client",
11345 "log",
11346 "regex",
11347 "reqwest 0.12.8",
11348 "serde",
11349 "smol",
11350 "tokio",
11351]
11352
11353[[package]]
11354name = "resvg"
11355version = "0.44.0"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11358dependencies = [
11359 "log",
11360 "pico-args",
11361 "rgb",
11362 "svgtypes",
11363 "tiny-skia",
11364 "usvg",
11365]
11366
11367[[package]]
11368name = "rfc6979"
11369version = "0.3.1"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11372dependencies = [
11373 "crypto-bigint 0.4.9",
11374 "hmac",
11375 "zeroize",
11376]
11377
11378[[package]]
11379name = "rgb"
11380version = "0.8.50"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11383dependencies = [
11384 "bytemuck",
11385]
11386
11387[[package]]
11388name = "rich_text"
11389version = "0.1.0"
11390dependencies = [
11391 "futures 0.3.31",
11392 "gpui",
11393 "language",
11394 "linkify",
11395 "pulldown-cmark 0.12.2",
11396 "theme",
11397 "ui",
11398 "util",
11399]
11400
11401[[package]]
11402name = "ring"
11403version = "0.17.8"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11406dependencies = [
11407 "cc",
11408 "cfg-if",
11409 "getrandom 0.2.15",
11410 "libc",
11411 "spin",
11412 "untrusted",
11413 "windows-sys 0.52.0",
11414]
11415
11416[[package]]
11417name = "rkyv"
11418version = "0.7.45"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11421dependencies = [
11422 "bitvec",
11423 "bytecheck",
11424 "bytes 1.10.1",
11425 "hashbrown 0.12.3",
11426 "ptr_meta",
11427 "rend",
11428 "rkyv_derive",
11429 "seahash",
11430 "tinyvec",
11431 "uuid",
11432]
11433
11434[[package]]
11435name = "rkyv_derive"
11436version = "0.7.45"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11439dependencies = [
11440 "proc-macro2",
11441 "quote",
11442 "syn 1.0.109",
11443]
11444
11445[[package]]
11446name = "rmp"
11447version = "0.8.14"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11450dependencies = [
11451 "byteorder",
11452 "num-traits",
11453 "paste",
11454]
11455
11456[[package]]
11457name = "rmpv"
11458version = "1.3.0"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11461dependencies = [
11462 "num-traits",
11463 "rmp",
11464]
11465
11466[[package]]
11467name = "rodio"
11468version = "0.20.1"
11469source = "registry+https://github.com/rust-lang/crates.io-index"
11470checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11471dependencies = [
11472 "cpal",
11473 "hound",
11474]
11475
11476[[package]]
11477name = "rope"
11478version = "0.1.0"
11479dependencies = [
11480 "arrayvec",
11481 "criterion",
11482 "ctor",
11483 "env_logger 0.11.6",
11484 "gpui",
11485 "log",
11486 "rand 0.8.5",
11487 "rayon",
11488 "smallvec",
11489 "sum_tree",
11490 "unicode-segmentation",
11491 "util",
11492]
11493
11494[[package]]
11495name = "roxmltree"
11496version = "0.20.0"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11499
11500[[package]]
11501name = "rpc"
11502version = "0.1.0"
11503dependencies = [
11504 "anyhow",
11505 "async-tungstenite",
11506 "base64 0.22.1",
11507 "chrono",
11508 "collections",
11509 "env_logger 0.11.6",
11510 "futures 0.3.31",
11511 "gpui",
11512 "parking_lot",
11513 "proto",
11514 "rand 0.8.5",
11515 "rsa",
11516 "serde",
11517 "serde_json",
11518 "sha2",
11519 "strum",
11520 "tracing",
11521 "util",
11522 "zstd",
11523]
11524
11525[[package]]
11526name = "rsa"
11527version = "0.9.7"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11530dependencies = [
11531 "const-oid",
11532 "digest",
11533 "num-bigint-dig",
11534 "num-integer",
11535 "num-traits",
11536 "pkcs1",
11537 "pkcs8 0.10.2",
11538 "rand_core 0.6.4",
11539 "signature 2.2.0",
11540 "spki 0.7.3",
11541 "subtle",
11542 "zeroize",
11543]
11544
11545[[package]]
11546name = "runtimelib"
11547version = "0.25.0"
11548source = "registry+https://github.com/rust-lang/crates.io-index"
11549checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11550dependencies = [
11551 "anyhow",
11552 "async-dispatcher",
11553 "async-std",
11554 "base64 0.22.1",
11555 "bytes 1.10.1",
11556 "chrono",
11557 "data-encoding",
11558 "dirs 5.0.1",
11559 "futures 0.3.31",
11560 "glob",
11561 "jupyter-protocol",
11562 "ring",
11563 "serde",
11564 "serde_json",
11565 "shellexpand 3.1.0",
11566 "smol",
11567 "uuid",
11568 "zeromq",
11569]
11570
11571[[package]]
11572name = "rust-embed"
11573version = "8.5.0"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11576dependencies = [
11577 "rust-embed-impl",
11578 "rust-embed-utils",
11579 "walkdir",
11580]
11581
11582[[package]]
11583name = "rust-embed-impl"
11584version = "8.5.0"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11587dependencies = [
11588 "proc-macro2",
11589 "quote",
11590 "rust-embed-utils",
11591 "syn 2.0.90",
11592 "walkdir",
11593]
11594
11595[[package]]
11596name = "rust-embed-utils"
11597version = "8.5.0"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11600dependencies = [
11601 "globset",
11602 "sha2",
11603 "walkdir",
11604]
11605
11606[[package]]
11607name = "rust_decimal"
11608version = "1.36.0"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11611dependencies = [
11612 "arrayvec",
11613 "borsh",
11614 "bytes 1.10.1",
11615 "num-traits",
11616 "rand 0.8.5",
11617 "rkyv",
11618 "serde",
11619 "serde_json",
11620]
11621
11622[[package]]
11623name = "rustc-demangle"
11624version = "0.1.24"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11627
11628[[package]]
11629name = "rustc-hash"
11630version = "1.1.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11633
11634[[package]]
11635name = "rustc-hash"
11636version = "2.1.1"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11639
11640[[package]]
11641name = "rustc_version"
11642version = "0.4.1"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11645dependencies = [
11646 "semver",
11647]
11648
11649[[package]]
11650name = "rustix"
11651version = "0.38.42"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11654dependencies = [
11655 "bitflags 2.8.0",
11656 "errno 0.3.10",
11657 "itoa",
11658 "libc",
11659 "linux-raw-sys",
11660 "once_cell",
11661 "windows-sys 0.52.0",
11662]
11663
11664[[package]]
11665name = "rustix-openpty"
11666version = "0.1.1"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11669dependencies = [
11670 "errno 0.3.10",
11671 "libc",
11672 "rustix",
11673]
11674
11675[[package]]
11676name = "rustls"
11677version = "0.21.12"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11680dependencies = [
11681 "log",
11682 "ring",
11683 "rustls-webpki 0.101.7",
11684 "sct",
11685]
11686
11687[[package]]
11688name = "rustls"
11689version = "0.23.23"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11692dependencies = [
11693 "aws-lc-rs",
11694 "log",
11695 "once_cell",
11696 "ring",
11697 "rustls-pki-types",
11698 "rustls-webpki 0.102.8",
11699 "subtle",
11700 "zeroize",
11701]
11702
11703[[package]]
11704name = "rustls-native-certs"
11705version = "0.6.3"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11708dependencies = [
11709 "openssl-probe",
11710 "rustls-pemfile 1.0.4",
11711 "schannel",
11712 "security-framework 2.11.1",
11713]
11714
11715[[package]]
11716name = "rustls-native-certs"
11717version = "0.8.1"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11720dependencies = [
11721 "openssl-probe",
11722 "rustls-pki-types",
11723 "schannel",
11724 "security-framework 3.0.1",
11725]
11726
11727[[package]]
11728name = "rustls-pemfile"
11729version = "1.0.4"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11732dependencies = [
11733 "base64 0.21.7",
11734]
11735
11736[[package]]
11737name = "rustls-pemfile"
11738version = "2.2.0"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11741dependencies = [
11742 "rustls-pki-types",
11743]
11744
11745[[package]]
11746name = "rustls-pki-types"
11747version = "1.10.0"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11750dependencies = [
11751 "web-time",
11752]
11753
11754[[package]]
11755name = "rustls-platform-verifier"
11756version = "0.5.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11759dependencies = [
11760 "core-foundation 0.10.0",
11761 "core-foundation-sys",
11762 "jni",
11763 "log",
11764 "once_cell",
11765 "rustls 0.23.23",
11766 "rustls-native-certs 0.8.1",
11767 "rustls-platform-verifier-android",
11768 "rustls-webpki 0.102.8",
11769 "security-framework 3.0.1",
11770 "security-framework-sys",
11771 "webpki-root-certs",
11772 "windows-sys 0.52.0",
11773]
11774
11775[[package]]
11776name = "rustls-platform-verifier-android"
11777version = "0.1.1"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11780
11781[[package]]
11782name = "rustls-webpki"
11783version = "0.101.7"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11786dependencies = [
11787 "ring",
11788 "untrusted",
11789]
11790
11791[[package]]
11792name = "rustls-webpki"
11793version = "0.102.8"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11796dependencies = [
11797 "aws-lc-rs",
11798 "ring",
11799 "rustls-pki-types",
11800 "untrusted",
11801]
11802
11803[[package]]
11804name = "rustversion"
11805version = "1.0.18"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11808
11809[[package]]
11810name = "rustybuzz"
11811version = "0.14.1"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11814dependencies = [
11815 "bitflags 2.8.0",
11816 "bytemuck",
11817 "libm",
11818 "smallvec",
11819 "ttf-parser",
11820 "unicode-bidi-mirroring",
11821 "unicode-ccc",
11822 "unicode-properties",
11823 "unicode-script",
11824]
11825
11826[[package]]
11827name = "ryu"
11828version = "1.0.18"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11831
11832[[package]]
11833name = "salsa20"
11834version = "0.10.2"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11837dependencies = [
11838 "cipher",
11839]
11840
11841[[package]]
11842name = "same-file"
11843version = "1.0.6"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11846dependencies = [
11847 "winapi-util",
11848]
11849
11850[[package]]
11851name = "schannel"
11852version = "0.1.27"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11855dependencies = [
11856 "windows-sys 0.59.0",
11857]
11858
11859[[package]]
11860name = "schema_generator"
11861version = "0.1.0"
11862dependencies = [
11863 "anyhow",
11864 "clap",
11865 "env_logger 0.11.6",
11866 "schemars",
11867 "serde",
11868 "serde_json",
11869 "theme",
11870]
11871
11872[[package]]
11873name = "schemars"
11874version = "0.8.21"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11877dependencies = [
11878 "dyn-clone",
11879 "indexmap",
11880 "schemars_derive",
11881 "serde",
11882 "serde_json",
11883]
11884
11885[[package]]
11886name = "schemars_derive"
11887version = "0.8.21"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11890dependencies = [
11891 "proc-macro2",
11892 "quote",
11893 "serde_derive_internals",
11894 "syn 2.0.90",
11895]
11896
11897[[package]]
11898name = "scoped-tls"
11899version = "1.0.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11902
11903[[package]]
11904name = "scopeguard"
11905version = "1.2.0"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11908
11909[[package]]
11910name = "scratch"
11911version = "1.0.7"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11914
11915[[package]]
11916name = "scripting_tool"
11917version = "0.1.0"
11918dependencies = [
11919 "anyhow",
11920 "assistant_tool",
11921 "collections",
11922 "futures 0.3.31",
11923 "gpui",
11924 "mlua",
11925 "parking_lot",
11926 "project",
11927 "regex",
11928 "schemars",
11929 "serde",
11930 "serde_json",
11931 "settings",
11932 "util",
11933 "workspace",
11934]
11935
11936[[package]]
11937name = "scrypt"
11938version = "0.11.0"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11941dependencies = [
11942 "password-hash 0.5.0",
11943 "pbkdf2 0.12.2",
11944 "salsa20",
11945 "sha2",
11946]
11947
11948[[package]]
11949name = "sct"
11950version = "0.7.1"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11953dependencies = [
11954 "ring",
11955 "untrusted",
11956]
11957
11958[[package]]
11959name = "sea-bae"
11960version = "0.2.1"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11963dependencies = [
11964 "heck 0.4.1",
11965 "proc-macro-error2",
11966 "proc-macro2",
11967 "quote",
11968 "syn 2.0.90",
11969]
11970
11971[[package]]
11972name = "sea-orm"
11973version = "1.1.5"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11976dependencies = [
11977 "async-stream",
11978 "async-trait",
11979 "bigdecimal",
11980 "chrono",
11981 "futures 0.3.31",
11982 "log",
11983 "ouroboros",
11984 "rust_decimal",
11985 "sea-orm-macros",
11986 "sea-query",
11987 "sea-query-binder",
11988 "serde",
11989 "serde_json",
11990 "sqlx",
11991 "strum",
11992 "thiserror 1.0.69",
11993 "time",
11994 "tracing",
11995 "url",
11996 "uuid",
11997]
11998
11999[[package]]
12000name = "sea-orm-macros"
12001version = "1.1.5"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12004dependencies = [
12005 "heck 0.4.1",
12006 "proc-macro2",
12007 "quote",
12008 "sea-bae",
12009 "syn 2.0.90",
12010 "unicode-ident",
12011]
12012
12013[[package]]
12014name = "sea-query"
12015version = "0.32.1"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12018dependencies = [
12019 "bigdecimal",
12020 "chrono",
12021 "inherent",
12022 "ordered-float 3.9.2",
12023 "rust_decimal",
12024 "serde_json",
12025 "time",
12026 "uuid",
12027]
12028
12029[[package]]
12030name = "sea-query-binder"
12031version = "0.7.0"
12032source = "registry+https://github.com/rust-lang/crates.io-index"
12033checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12034dependencies = [
12035 "bigdecimal",
12036 "chrono",
12037 "rust_decimal",
12038 "sea-query",
12039 "serde_json",
12040 "sqlx",
12041 "time",
12042 "uuid",
12043]
12044
12045[[package]]
12046name = "seahash"
12047version = "4.1.0"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12050
12051[[package]]
12052name = "search"
12053version = "0.1.0"
12054dependencies = [
12055 "any_vec",
12056 "anyhow",
12057 "bitflags 2.8.0",
12058 "client",
12059 "collections",
12060 "editor",
12061 "futures 0.3.31",
12062 "gpui",
12063 "language",
12064 "menu",
12065 "project",
12066 "schemars",
12067 "serde",
12068 "serde_json",
12069 "settings",
12070 "smol",
12071 "theme",
12072 "ui",
12073 "unindent",
12074 "util",
12075 "workspace",
12076 "zed_actions",
12077]
12078
12079[[package]]
12080name = "sec1"
12081version = "0.3.0"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12084dependencies = [
12085 "base16ct",
12086 "der 0.6.1",
12087 "generic-array",
12088 "pkcs8 0.9.0",
12089 "subtle",
12090 "zeroize",
12091]
12092
12093[[package]]
12094name = "security-framework"
12095version = "2.11.1"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12098dependencies = [
12099 "bitflags 2.8.0",
12100 "core-foundation 0.9.4",
12101 "core-foundation-sys",
12102 "libc",
12103 "security-framework-sys",
12104]
12105
12106[[package]]
12107name = "security-framework"
12108version = "3.0.1"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12111dependencies = [
12112 "bitflags 2.8.0",
12113 "core-foundation 0.10.0",
12114 "core-foundation-sys",
12115 "libc",
12116 "security-framework-sys",
12117]
12118
12119[[package]]
12120name = "security-framework-sys"
12121version = "2.12.1"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12124dependencies = [
12125 "core-foundation-sys",
12126 "libc",
12127]
12128
12129[[package]]
12130name = "self_cell"
12131version = "1.1.0"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12134
12135[[package]]
12136name = "semantic_index"
12137version = "0.1.0"
12138dependencies = [
12139 "anyhow",
12140 "arrayvec",
12141 "blake3",
12142 "client",
12143 "clock",
12144 "collections",
12145 "env_logger 0.11.6",
12146 "feature_flags",
12147 "fs",
12148 "futures 0.3.31",
12149 "futures-batch",
12150 "gpui",
12151 "heed",
12152 "http_client",
12153 "language",
12154 "language_model",
12155 "languages",
12156 "log",
12157 "open_ai",
12158 "parking_lot",
12159 "project",
12160 "reqwest_client",
12161 "serde",
12162 "serde_json",
12163 "settings",
12164 "sha2",
12165 "smol",
12166 "streaming-iterator",
12167 "tempfile",
12168 "theme",
12169 "tree-sitter",
12170 "ui",
12171 "unindent",
12172 "util",
12173 "workspace",
12174 "worktree",
12175]
12176
12177[[package]]
12178name = "semantic_version"
12179version = "0.1.0"
12180dependencies = [
12181 "anyhow",
12182 "serde",
12183]
12184
12185[[package]]
12186name = "semver"
12187version = "1.0.25"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12190dependencies = [
12191 "serde",
12192]
12193
12194[[package]]
12195name = "serde"
12196version = "1.0.218"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12199dependencies = [
12200 "serde_derive",
12201]
12202
12203[[package]]
12204name = "serde_derive"
12205version = "1.0.218"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12208dependencies = [
12209 "proc-macro2",
12210 "quote",
12211 "syn 2.0.90",
12212]
12213
12214[[package]]
12215name = "serde_derive_internals"
12216version = "0.29.1"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12219dependencies = [
12220 "proc-macro2",
12221 "quote",
12222 "syn 2.0.90",
12223]
12224
12225[[package]]
12226name = "serde_fmt"
12227version = "1.0.3"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12230dependencies = [
12231 "serde",
12232]
12233
12234[[package]]
12235name = "serde_json"
12236version = "1.0.139"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12239dependencies = [
12240 "indexmap",
12241 "itoa",
12242 "memchr",
12243 "ryu",
12244 "serde",
12245]
12246
12247[[package]]
12248name = "serde_json_lenient"
12249version = "0.2.4"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12252dependencies = [
12253 "indexmap",
12254 "itoa",
12255 "memchr",
12256 "ryu",
12257 "serde",
12258]
12259
12260[[package]]
12261name = "serde_path_to_error"
12262version = "0.1.16"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12265dependencies = [
12266 "itoa",
12267 "serde",
12268]
12269
12270[[package]]
12271name = "serde_qs"
12272version = "0.8.5"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12275dependencies = [
12276 "percent-encoding",
12277 "serde",
12278 "thiserror 1.0.69",
12279]
12280
12281[[package]]
12282name = "serde_qs"
12283version = "0.10.1"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12286dependencies = [
12287 "percent-encoding",
12288 "serde",
12289 "thiserror 1.0.69",
12290]
12291
12292[[package]]
12293name = "serde_repr"
12294version = "0.1.19"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12297dependencies = [
12298 "proc-macro2",
12299 "quote",
12300 "syn 2.0.90",
12301]
12302
12303[[package]]
12304name = "serde_spanned"
12305version = "0.6.8"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12308dependencies = [
12309 "serde",
12310]
12311
12312[[package]]
12313name = "serde_urlencoded"
12314version = "0.7.1"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12317dependencies = [
12318 "form_urlencoded",
12319 "itoa",
12320 "ryu",
12321 "serde",
12322]
12323
12324[[package]]
12325name = "session"
12326version = "0.1.0"
12327dependencies = [
12328 "db",
12329 "gpui",
12330 "serde_json",
12331 "util",
12332 "uuid",
12333]
12334
12335[[package]]
12336name = "settings"
12337version = "0.1.0"
12338dependencies = [
12339 "anyhow",
12340 "collections",
12341 "ec4rs",
12342 "fs",
12343 "futures 0.3.31",
12344 "gpui",
12345 "indoc",
12346 "inventory",
12347 "log",
12348 "paths",
12349 "pretty_assertions",
12350 "release_channel",
12351 "rust-embed",
12352 "schemars",
12353 "serde",
12354 "serde_derive",
12355 "serde_json",
12356 "serde_json_lenient",
12357 "smallvec",
12358 "streaming-iterator",
12359 "tree-sitter",
12360 "tree-sitter-json",
12361 "unindent",
12362 "util",
12363]
12364
12365[[package]]
12366name = "settings_ui"
12367version = "0.1.0"
12368dependencies = [
12369 "command_palette_hooks",
12370 "editor",
12371 "feature_flags",
12372 "gpui",
12373 "settings",
12374 "theme",
12375 "ui",
12376 "workspace",
12377]
12378
12379[[package]]
12380name = "sha1"
12381version = "0.10.6"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12384dependencies = [
12385 "cfg-if",
12386 "cpufeatures",
12387 "digest",
12388]
12389
12390[[package]]
12391name = "sha1_smol"
12392version = "1.0.1"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12395
12396[[package]]
12397name = "sha2"
12398version = "0.10.8"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12401dependencies = [
12402 "cfg-if",
12403 "cpufeatures",
12404 "digest",
12405]
12406
12407[[package]]
12408name = "sharded-slab"
12409version = "0.1.7"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12412dependencies = [
12413 "lazy_static",
12414]
12415
12416[[package]]
12417name = "shell-words"
12418version = "1.1.0"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12421
12422[[package]]
12423name = "shellexpand"
12424version = "2.1.2"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12427dependencies = [
12428 "dirs 4.0.0",
12429]
12430
12431[[package]]
12432name = "shellexpand"
12433version = "3.1.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12436dependencies = [
12437 "dirs 5.0.1",
12438]
12439
12440[[package]]
12441name = "shlex"
12442version = "1.3.0"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12445
12446[[package]]
12447name = "signal-hook"
12448version = "0.3.17"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12451dependencies = [
12452 "libc",
12453 "signal-hook-registry",
12454]
12455
12456[[package]]
12457name = "signal-hook-registry"
12458version = "1.4.2"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12461dependencies = [
12462 "libc",
12463]
12464
12465[[package]]
12466name = "signature"
12467version = "1.6.4"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12470dependencies = [
12471 "digest",
12472 "rand_core 0.6.4",
12473]
12474
12475[[package]]
12476name = "signature"
12477version = "2.2.0"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12480dependencies = [
12481 "digest",
12482 "rand_core 0.6.4",
12483]
12484
12485[[package]]
12486name = "simd-adler32"
12487version = "0.3.7"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12490
12491[[package]]
12492name = "simd_helpers"
12493version = "0.1.0"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12496dependencies = [
12497 "quote",
12498]
12499
12500[[package]]
12501name = "simdutf8"
12502version = "0.1.5"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12505
12506[[package]]
12507name = "simple_asn1"
12508version = "0.6.2"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12511dependencies = [
12512 "num-bigint",
12513 "num-traits",
12514 "thiserror 1.0.69",
12515 "time",
12516]
12517
12518[[package]]
12519name = "simplecss"
12520version = "0.2.1"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12523dependencies = [
12524 "log",
12525]
12526
12527[[package]]
12528name = "simplelog"
12529version = "0.12.2"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12532dependencies = [
12533 "log",
12534 "termcolor",
12535 "time",
12536]
12537
12538[[package]]
12539name = "siphasher"
12540version = "0.3.11"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12543
12544[[package]]
12545name = "siphasher"
12546version = "1.0.1"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12549
12550[[package]]
12551name = "skrifa"
12552version = "0.22.3"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12555dependencies = [
12556 "bytemuck",
12557 "read-fonts",
12558]
12559
12560[[package]]
12561name = "slab"
12562version = "0.4.9"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12565dependencies = [
12566 "autocfg",
12567]
12568
12569[[package]]
12570name = "slash_commands_example"
12571version = "0.1.0"
12572dependencies = [
12573 "zed_extension_api 0.1.0",
12574]
12575
12576[[package]]
12577name = "slotmap"
12578version = "1.0.7"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12581dependencies = [
12582 "version_check",
12583]
12584
12585[[package]]
12586name = "smallvec"
12587version = "1.14.0"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12590dependencies = [
12591 "serde",
12592]
12593
12594[[package]]
12595name = "smart-default"
12596version = "0.6.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12599dependencies = [
12600 "proc-macro2",
12601 "quote",
12602 "syn 1.0.109",
12603]
12604
12605[[package]]
12606name = "smol"
12607version = "2.0.2"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12610dependencies = [
12611 "async-channel 2.3.1",
12612 "async-executor",
12613 "async-fs",
12614 "async-io",
12615 "async-lock",
12616 "async-net",
12617 "async-process",
12618 "blocking",
12619 "futures-lite 2.6.0",
12620]
12621
12622[[package]]
12623name = "smol_str"
12624version = "0.1.24"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12627dependencies = [
12628 "serde",
12629]
12630
12631[[package]]
12632name = "snippet"
12633version = "0.1.0"
12634dependencies = [
12635 "anyhow",
12636 "smallvec",
12637]
12638
12639[[package]]
12640name = "snippet_provider"
12641version = "0.1.0"
12642dependencies = [
12643 "anyhow",
12644 "collections",
12645 "extension",
12646 "fs",
12647 "futures 0.3.31",
12648 "gpui",
12649 "parking_lot",
12650 "paths",
12651 "schemars",
12652 "serde",
12653 "serde_json_lenient",
12654 "snippet",
12655 "util",
12656]
12657
12658[[package]]
12659name = "snippets_ui"
12660version = "0.1.0"
12661dependencies = [
12662 "fuzzy",
12663 "gpui",
12664 "language",
12665 "paths",
12666 "picker",
12667 "ui",
12668 "util",
12669 "workspace",
12670]
12671
12672[[package]]
12673name = "socket2"
12674version = "0.5.8"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12677dependencies = [
12678 "libc",
12679 "windows-sys 0.52.0",
12680]
12681
12682[[package]]
12683name = "spdx"
12684version = "0.10.7"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12687dependencies = [
12688 "smallvec",
12689]
12690
12691[[package]]
12692name = "spin"
12693version = "0.9.8"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12696dependencies = [
12697 "lock_api",
12698]
12699
12700[[package]]
12701name = "spirv"
12702version = "0.3.0+sdk-1.3.268.0"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12705dependencies = [
12706 "bitflags 2.8.0",
12707]
12708
12709[[package]]
12710name = "spki"
12711version = "0.6.0"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12714dependencies = [
12715 "base64ct",
12716 "der 0.6.1",
12717]
12718
12719[[package]]
12720name = "spki"
12721version = "0.7.3"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12724dependencies = [
12725 "base64ct",
12726 "der 0.7.9",
12727]
12728
12729[[package]]
12730name = "sptr"
12731version = "0.3.2"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12734
12735[[package]]
12736name = "sqlez"
12737version = "0.1.0"
12738dependencies = [
12739 "anyhow",
12740 "collections",
12741 "futures 0.3.31",
12742 "indoc",
12743 "libsqlite3-sys",
12744 "parking_lot",
12745 "smol",
12746 "sqlformat",
12747 "thread_local",
12748 "util",
12749 "uuid",
12750]
12751
12752[[package]]
12753name = "sqlez_macros"
12754version = "0.1.0"
12755dependencies = [
12756 "sqlez",
12757 "sqlformat",
12758 "syn 1.0.109",
12759]
12760
12761[[package]]
12762name = "sqlformat"
12763version = "0.2.6"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12766dependencies = [
12767 "nom",
12768 "unicode_categories",
12769]
12770
12771[[package]]
12772name = "sqlx"
12773version = "0.8.3"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12776dependencies = [
12777 "sqlx-core",
12778 "sqlx-macros",
12779 "sqlx-mysql",
12780 "sqlx-postgres",
12781 "sqlx-sqlite",
12782]
12783
12784[[package]]
12785name = "sqlx-core"
12786version = "0.8.3"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12789dependencies = [
12790 "bigdecimal",
12791 "bytes 1.10.1",
12792 "chrono",
12793 "crc",
12794 "crossbeam-queue",
12795 "either",
12796 "event-listener 5.3.1",
12797 "futures-core",
12798 "futures-intrusive",
12799 "futures-io",
12800 "futures-util",
12801 "hashbrown 0.15.2",
12802 "hashlink 0.10.0",
12803 "indexmap",
12804 "log",
12805 "memchr",
12806 "once_cell",
12807 "percent-encoding",
12808 "rust_decimal",
12809 "rustls 0.23.23",
12810 "rustls-pemfile 2.2.0",
12811 "serde",
12812 "serde_json",
12813 "sha2",
12814 "smallvec",
12815 "thiserror 2.0.6",
12816 "time",
12817 "tokio",
12818 "tokio-stream",
12819 "tracing",
12820 "url",
12821 "uuid",
12822 "webpki-roots",
12823]
12824
12825[[package]]
12826name = "sqlx-macros"
12827version = "0.8.3"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12830dependencies = [
12831 "proc-macro2",
12832 "quote",
12833 "sqlx-core",
12834 "sqlx-macros-core",
12835 "syn 2.0.90",
12836]
12837
12838[[package]]
12839name = "sqlx-macros-core"
12840version = "0.8.3"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12843dependencies = [
12844 "dotenvy",
12845 "either",
12846 "heck 0.5.0",
12847 "hex",
12848 "once_cell",
12849 "proc-macro2",
12850 "quote",
12851 "serde",
12852 "serde_json",
12853 "sha2",
12854 "sqlx-core",
12855 "sqlx-mysql",
12856 "sqlx-postgres",
12857 "sqlx-sqlite",
12858 "syn 2.0.90",
12859 "tempfile",
12860 "tokio",
12861 "url",
12862]
12863
12864[[package]]
12865name = "sqlx-mysql"
12866version = "0.8.3"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12869dependencies = [
12870 "atoi",
12871 "base64 0.22.1",
12872 "bigdecimal",
12873 "bitflags 2.8.0",
12874 "byteorder",
12875 "bytes 1.10.1",
12876 "chrono",
12877 "crc",
12878 "digest",
12879 "dotenvy",
12880 "either",
12881 "futures-channel",
12882 "futures-core",
12883 "futures-io",
12884 "futures-util",
12885 "generic-array",
12886 "hex",
12887 "hkdf",
12888 "hmac",
12889 "itoa",
12890 "log",
12891 "md-5",
12892 "memchr",
12893 "once_cell",
12894 "percent-encoding",
12895 "rand 0.8.5",
12896 "rsa",
12897 "rust_decimal",
12898 "serde",
12899 "sha1",
12900 "sha2",
12901 "smallvec",
12902 "sqlx-core",
12903 "stringprep",
12904 "thiserror 2.0.6",
12905 "time",
12906 "tracing",
12907 "uuid",
12908 "whoami",
12909]
12910
12911[[package]]
12912name = "sqlx-postgres"
12913version = "0.8.3"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12916dependencies = [
12917 "atoi",
12918 "base64 0.22.1",
12919 "bigdecimal",
12920 "bitflags 2.8.0",
12921 "byteorder",
12922 "chrono",
12923 "crc",
12924 "dotenvy",
12925 "etcetera",
12926 "futures-channel",
12927 "futures-core",
12928 "futures-util",
12929 "hex",
12930 "hkdf",
12931 "hmac",
12932 "home",
12933 "itoa",
12934 "log",
12935 "md-5",
12936 "memchr",
12937 "num-bigint",
12938 "once_cell",
12939 "rand 0.8.5",
12940 "rust_decimal",
12941 "serde",
12942 "serde_json",
12943 "sha2",
12944 "smallvec",
12945 "sqlx-core",
12946 "stringprep",
12947 "thiserror 2.0.6",
12948 "time",
12949 "tracing",
12950 "uuid",
12951 "whoami",
12952]
12953
12954[[package]]
12955name = "sqlx-sqlite"
12956version = "0.8.3"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12959dependencies = [
12960 "atoi",
12961 "chrono",
12962 "flume",
12963 "futures-channel",
12964 "futures-core",
12965 "futures-executor",
12966 "futures-intrusive",
12967 "futures-util",
12968 "libsqlite3-sys",
12969 "log",
12970 "percent-encoding",
12971 "serde",
12972 "serde_urlencoded",
12973 "sqlx-core",
12974 "time",
12975 "tracing",
12976 "url",
12977 "uuid",
12978]
12979
12980[[package]]
12981name = "stable_deref_trait"
12982version = "1.2.0"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12985
12986[[package]]
12987name = "static_assertions"
12988version = "1.1.0"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12991
12992[[package]]
12993name = "story"
12994version = "0.1.0"
12995dependencies = [
12996 "gpui",
12997 "itertools 0.14.0",
12998 "smallvec",
12999]
13000
13001[[package]]
13002name = "storybook"
13003version = "0.1.0"
13004dependencies = [
13005 "anyhow",
13006 "clap",
13007 "collab_ui",
13008 "ctrlc",
13009 "dialoguer",
13010 "editor",
13011 "fuzzy",
13012 "gpui",
13013 "indoc",
13014 "language",
13015 "log",
13016 "menu",
13017 "picker",
13018 "project",
13019 "reqwest_client",
13020 "rust-embed",
13021 "settings",
13022 "simplelog",
13023 "story",
13024 "strum",
13025 "theme",
13026 "title_bar",
13027 "ui",
13028]
13029
13030[[package]]
13031name = "streaming-iterator"
13032version = "0.1.9"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13035
13036[[package]]
13037name = "streaming_diff"
13038version = "0.1.0"
13039dependencies = [
13040 "ordered-float 2.10.1",
13041 "rand 0.8.5",
13042 "rope",
13043 "util",
13044]
13045
13046[[package]]
13047name = "strict-num"
13048version = "0.1.1"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13051dependencies = [
13052 "float-cmp",
13053]
13054
13055[[package]]
13056name = "string_cache"
13057version = "0.8.7"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13060dependencies = [
13061 "new_debug_unreachable",
13062 "once_cell",
13063 "parking_lot",
13064 "phf_shared 0.10.0",
13065 "precomputed-hash",
13066 "serde",
13067]
13068
13069[[package]]
13070name = "string_cache_codegen"
13071version = "0.5.2"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13074dependencies = [
13075 "phf_generator 0.10.0",
13076 "phf_shared 0.10.0",
13077 "proc-macro2",
13078 "quote",
13079]
13080
13081[[package]]
13082name = "stringprep"
13083version = "0.1.5"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13086dependencies = [
13087 "unicode-bidi",
13088 "unicode-normalization",
13089 "unicode-properties",
13090]
13091
13092[[package]]
13093name = "strsim"
13094version = "0.11.1"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13097
13098[[package]]
13099name = "strum"
13100version = "0.26.3"
13101source = "registry+https://github.com/rust-lang/crates.io-index"
13102checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13103dependencies = [
13104 "strum_macros",
13105]
13106
13107[[package]]
13108name = "strum_macros"
13109version = "0.26.4"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13112dependencies = [
13113 "heck 0.5.0",
13114 "proc-macro2",
13115 "quote",
13116 "rustversion",
13117 "syn 2.0.90",
13118]
13119
13120[[package]]
13121name = "subtle"
13122version = "2.6.1"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13125
13126[[package]]
13127name = "sum_tree"
13128version = "0.1.0"
13129dependencies = [
13130 "arrayvec",
13131 "ctor",
13132 "env_logger 0.11.6",
13133 "log",
13134 "rand 0.8.5",
13135 "rayon",
13136]
13137
13138[[package]]
13139name = "supermaven"
13140version = "0.1.0"
13141dependencies = [
13142 "anyhow",
13143 "client",
13144 "collections",
13145 "editor",
13146 "env_logger 0.11.6",
13147 "futures 0.3.31",
13148 "gpui",
13149 "http_client",
13150 "inline_completion",
13151 "language",
13152 "log",
13153 "postage",
13154 "project",
13155 "serde",
13156 "serde_json",
13157 "settings",
13158 "smol",
13159 "supermaven_api",
13160 "text",
13161 "theme",
13162 "ui",
13163 "unicode-segmentation",
13164 "util",
13165]
13166
13167[[package]]
13168name = "supermaven_api"
13169version = "0.1.0"
13170dependencies = [
13171 "anyhow",
13172 "futures 0.3.31",
13173 "http_client",
13174 "paths",
13175 "serde",
13176 "serde_json",
13177 "smol",
13178]
13179
13180[[package]]
13181name = "sval"
13182version = "2.13.2"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13185
13186[[package]]
13187name = "sval_buffer"
13188version = "2.13.2"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13191dependencies = [
13192 "sval",
13193 "sval_ref",
13194]
13195
13196[[package]]
13197name = "sval_dynamic"
13198version = "2.13.2"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13201dependencies = [
13202 "sval",
13203]
13204
13205[[package]]
13206name = "sval_fmt"
13207version = "2.13.2"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13210dependencies = [
13211 "itoa",
13212 "ryu",
13213 "sval",
13214]
13215
13216[[package]]
13217name = "sval_json"
13218version = "2.13.2"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13221dependencies = [
13222 "itoa",
13223 "ryu",
13224 "sval",
13225]
13226
13227[[package]]
13228name = "sval_nested"
13229version = "2.13.2"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13232dependencies = [
13233 "sval",
13234 "sval_buffer",
13235 "sval_ref",
13236]
13237
13238[[package]]
13239name = "sval_ref"
13240version = "2.13.2"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13243dependencies = [
13244 "sval",
13245]
13246
13247[[package]]
13248name = "sval_serde"
13249version = "2.13.2"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13252dependencies = [
13253 "serde",
13254 "sval",
13255 "sval_nested",
13256]
13257
13258[[package]]
13259name = "svg_fmt"
13260version = "0.4.4"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13263
13264[[package]]
13265name = "svgtypes"
13266version = "0.15.2"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13269dependencies = [
13270 "kurbo",
13271 "siphasher 1.0.1",
13272]
13273
13274[[package]]
13275name = "swash"
13276version = "0.1.19"
13277source = "registry+https://github.com/rust-lang/crates.io-index"
13278checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13279dependencies = [
13280 "skrifa",
13281 "yazi",
13282 "zeno",
13283]
13284
13285[[package]]
13286name = "syn"
13287version = "1.0.109"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13290dependencies = [
13291 "proc-macro2",
13292 "quote",
13293 "unicode-ident",
13294]
13295
13296[[package]]
13297name = "syn"
13298version = "2.0.90"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13301dependencies = [
13302 "proc-macro2",
13303 "quote",
13304 "unicode-ident",
13305]
13306
13307[[package]]
13308name = "sync_wrapper"
13309version = "0.1.2"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13312
13313[[package]]
13314name = "sync_wrapper"
13315version = "1.0.2"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13318dependencies = [
13319 "futures-core",
13320]
13321
13322[[package]]
13323name = "synchronoise"
13324version = "1.0.1"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13327dependencies = [
13328 "crossbeam-queue",
13329]
13330
13331[[package]]
13332name = "synstructure"
13333version = "0.13.1"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13336dependencies = [
13337 "proc-macro2",
13338 "quote",
13339 "syn 2.0.90",
13340]
13341
13342[[package]]
13343name = "sys-locale"
13344version = "0.3.2"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13347dependencies = [
13348 "libc",
13349]
13350
13351[[package]]
13352name = "sysinfo"
13353version = "0.31.4"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13356dependencies = [
13357 "core-foundation-sys",
13358 "libc",
13359 "memchr",
13360 "ntapi",
13361 "rayon",
13362 "windows 0.57.0",
13363]
13364
13365[[package]]
13366name = "system-configuration"
13367version = "0.5.1"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13370dependencies = [
13371 "bitflags 1.3.2",
13372 "core-foundation 0.9.4",
13373 "system-configuration-sys 0.5.0",
13374]
13375
13376[[package]]
13377name = "system-configuration"
13378version = "0.6.1"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13381dependencies = [
13382 "bitflags 2.8.0",
13383 "core-foundation 0.9.4",
13384 "system-configuration-sys 0.6.0",
13385]
13386
13387[[package]]
13388name = "system-configuration-sys"
13389version = "0.5.0"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13392dependencies = [
13393 "core-foundation-sys",
13394 "libc",
13395]
13396
13397[[package]]
13398name = "system-configuration-sys"
13399version = "0.6.0"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13402dependencies = [
13403 "core-foundation-sys",
13404 "libc",
13405]
13406
13407[[package]]
13408name = "system-deps"
13409version = "6.2.2"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13412dependencies = [
13413 "cfg-expr",
13414 "heck 0.5.0",
13415 "pkg-config",
13416 "toml 0.8.20",
13417 "version-compare",
13418]
13419
13420[[package]]
13421name = "system-interface"
13422version = "0.27.3"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13425dependencies = [
13426 "bitflags 2.8.0",
13427 "cap-fs-ext",
13428 "cap-std",
13429 "fd-lock",
13430 "io-lifetimes",
13431 "rustix",
13432 "windows-sys 0.52.0",
13433 "winx",
13434]
13435
13436[[package]]
13437name = "tab_switcher"
13438version = "0.1.0"
13439dependencies = [
13440 "anyhow",
13441 "collections",
13442 "ctor",
13443 "editor",
13444 "env_logger 0.11.6",
13445 "gpui",
13446 "language",
13447 "menu",
13448 "picker",
13449 "project",
13450 "schemars",
13451 "serde",
13452 "serde_json",
13453 "settings",
13454 "theme",
13455 "ui",
13456 "util",
13457 "workspace",
13458]
13459
13460[[package]]
13461name = "taffy"
13462version = "0.4.4"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13465dependencies = [
13466 "arrayvec",
13467 "grid",
13468 "num-traits",
13469 "serde",
13470 "slotmap",
13471]
13472
13473[[package]]
13474name = "take-until"
13475version = "0.2.0"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13478
13479[[package]]
13480name = "tap"
13481version = "1.0.1"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13484
13485[[package]]
13486name = "target-lexicon"
13487version = "0.12.16"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13490
13491[[package]]
13492name = "target-lexicon"
13493version = "0.13.2"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13496
13497[[package]]
13498name = "task"
13499version = "0.1.0"
13500dependencies = [
13501 "anyhow",
13502 "collections",
13503 "futures 0.3.31",
13504 "gpui",
13505 "hex",
13506 "parking_lot",
13507 "schemars",
13508 "serde",
13509 "serde_json_lenient",
13510 "sha2",
13511 "shellexpand 2.1.2",
13512 "util",
13513 "zed_actions",
13514]
13515
13516[[package]]
13517name = "tasks_ui"
13518version = "0.1.0"
13519dependencies = [
13520 "anyhow",
13521 "editor",
13522 "file_icons",
13523 "fuzzy",
13524 "gpui",
13525 "language",
13526 "menu",
13527 "picker",
13528 "project",
13529 "schemars",
13530 "serde",
13531 "serde_json",
13532 "settings",
13533 "task",
13534 "tree-sitter-rust",
13535 "tree-sitter-typescript",
13536 "ui",
13537 "util",
13538 "workspace",
13539 "zed_actions",
13540]
13541
13542[[package]]
13543name = "telemetry"
13544version = "0.1.0"
13545dependencies = [
13546 "futures 0.3.31",
13547 "serde",
13548 "serde_json",
13549 "telemetry_events",
13550]
13551
13552[[package]]
13553name = "telemetry_events"
13554version = "0.1.0"
13555dependencies = [
13556 "semantic_version",
13557 "serde",
13558 "serde_json",
13559]
13560
13561[[package]]
13562name = "tempfile"
13563version = "3.17.1"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13566dependencies = [
13567 "cfg-if",
13568 "fastrand 2.3.0",
13569 "getrandom 0.3.1",
13570 "once_cell",
13571 "rustix",
13572 "windows-sys 0.52.0",
13573]
13574
13575[[package]]
13576name = "tendril"
13577version = "0.4.3"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13580dependencies = [
13581 "futf",
13582 "mac",
13583 "utf-8",
13584]
13585
13586[[package]]
13587name = "termcolor"
13588version = "1.4.1"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13591dependencies = [
13592 "winapi-util",
13593]
13594
13595[[package]]
13596name = "terminal"
13597version = "0.1.0"
13598dependencies = [
13599 "alacritty_terminal",
13600 "anyhow",
13601 "collections",
13602 "dirs 4.0.0",
13603 "futures 0.3.31",
13604 "gpui",
13605 "libc",
13606 "rand 0.8.5",
13607 "regex",
13608 "release_channel",
13609 "schemars",
13610 "serde",
13611 "serde_derive",
13612 "settings",
13613 "smol",
13614 "sysinfo",
13615 "task",
13616 "theme",
13617 "thiserror 1.0.69",
13618 "util",
13619 "windows 0.58.0",
13620]
13621
13622[[package]]
13623name = "terminal_size"
13624version = "0.4.1"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13627dependencies = [
13628 "rustix",
13629 "windows-sys 0.59.0",
13630]
13631
13632[[package]]
13633name = "terminal_view"
13634version = "0.1.0"
13635dependencies = [
13636 "anyhow",
13637 "async-recursion 1.1.1",
13638 "breadcrumbs",
13639 "client",
13640 "collections",
13641 "db",
13642 "dirs 4.0.0",
13643 "editor",
13644 "futures 0.3.31",
13645 "gpui",
13646 "itertools 0.14.0",
13647 "language",
13648 "log",
13649 "project",
13650 "rand 0.8.5",
13651 "schemars",
13652 "search",
13653 "serde",
13654 "serde_json",
13655 "settings",
13656 "shellexpand 2.1.2",
13657 "smol",
13658 "task",
13659 "terminal",
13660 "theme",
13661 "ui",
13662 "util",
13663 "workspace",
13664 "zed_actions",
13665]
13666
13667[[package]]
13668name = "text"
13669version = "0.1.0"
13670dependencies = [
13671 "anyhow",
13672 "clock",
13673 "collections",
13674 "ctor",
13675 "env_logger 0.11.6",
13676 "gpui",
13677 "http_client",
13678 "log",
13679 "parking_lot",
13680 "postage",
13681 "rand 0.8.5",
13682 "regex",
13683 "rope",
13684 "smallvec",
13685 "sum_tree",
13686 "util",
13687]
13688
13689[[package]]
13690name = "theme"
13691version = "0.1.0"
13692dependencies = [
13693 "anyhow",
13694 "collections",
13695 "derive_more",
13696 "fs",
13697 "futures 0.3.31",
13698 "gpui",
13699 "indexmap",
13700 "log",
13701 "palette",
13702 "parking_lot",
13703 "refineable",
13704 "schemars",
13705 "serde",
13706 "serde_derive",
13707 "serde_json",
13708 "serde_json_lenient",
13709 "serde_repr",
13710 "settings",
13711 "strum",
13712 "thiserror 1.0.69",
13713 "util",
13714 "uuid",
13715]
13716
13717[[package]]
13718name = "theme_extension"
13719version = "0.1.0"
13720dependencies = [
13721 "anyhow",
13722 "extension",
13723 "fs",
13724 "gpui",
13725 "theme",
13726]
13727
13728[[package]]
13729name = "theme_importer"
13730version = "0.1.0"
13731dependencies = [
13732 "anyhow",
13733 "clap",
13734 "gpui",
13735 "indexmap",
13736 "log",
13737 "palette",
13738 "rust-embed",
13739 "serde",
13740 "serde_json",
13741 "serde_json_lenient",
13742 "simplelog",
13743 "strum",
13744 "theme",
13745 "vscode_theme",
13746]
13747
13748[[package]]
13749name = "theme_selector"
13750version = "0.1.0"
13751dependencies = [
13752 "fs",
13753 "fuzzy",
13754 "gpui",
13755 "log",
13756 "picker",
13757 "serde",
13758 "settings",
13759 "telemetry",
13760 "theme",
13761 "ui",
13762 "util",
13763 "workspace",
13764 "zed_actions",
13765]
13766
13767[[package]]
13768name = "thiserror"
13769version = "1.0.69"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13772dependencies = [
13773 "thiserror-impl 1.0.69",
13774]
13775
13776[[package]]
13777name = "thiserror"
13778version = "2.0.6"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13781dependencies = [
13782 "thiserror-impl 2.0.6",
13783]
13784
13785[[package]]
13786name = "thiserror-impl"
13787version = "1.0.69"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13790dependencies = [
13791 "proc-macro2",
13792 "quote",
13793 "syn 2.0.90",
13794]
13795
13796[[package]]
13797name = "thiserror-impl"
13798version = "2.0.6"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13801dependencies = [
13802 "proc-macro2",
13803 "quote",
13804 "syn 2.0.90",
13805]
13806
13807[[package]]
13808name = "thread_local"
13809version = "1.1.8"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13812dependencies = [
13813 "cfg-if",
13814 "once_cell",
13815]
13816
13817[[package]]
13818name = "tiff"
13819version = "0.9.1"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13822dependencies = [
13823 "flate2",
13824 "jpeg-decoder",
13825 "weezl",
13826]
13827
13828[[package]]
13829name = "tiktoken-rs"
13830version = "0.6.0"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13833dependencies = [
13834 "anyhow",
13835 "base64 0.21.7",
13836 "bstr",
13837 "fancy-regex 0.13.0",
13838 "lazy_static",
13839 "parking_lot",
13840 "regex",
13841 "rustc-hash 1.1.0",
13842]
13843
13844[[package]]
13845name = "time"
13846version = "0.3.37"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13849dependencies = [
13850 "deranged",
13851 "itoa",
13852 "libc",
13853 "num-conv",
13854 "num_threads",
13855 "powerfmt",
13856 "serde",
13857 "time-core",
13858 "time-macros",
13859]
13860
13861[[package]]
13862name = "time-core"
13863version = "0.1.2"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13866
13867[[package]]
13868name = "time-macros"
13869version = "0.2.19"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13872dependencies = [
13873 "num-conv",
13874 "time-core",
13875]
13876
13877[[package]]
13878name = "time_format"
13879version = "0.1.0"
13880dependencies = [
13881 "core-foundation 0.9.4",
13882 "core-foundation-sys",
13883 "sys-locale",
13884 "time",
13885]
13886
13887[[package]]
13888name = "tiny-keccak"
13889version = "2.0.2"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13892dependencies = [
13893 "crunchy",
13894]
13895
13896[[package]]
13897name = "tiny-skia"
13898version = "0.11.4"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13901dependencies = [
13902 "arrayref",
13903 "arrayvec",
13904 "bytemuck",
13905 "cfg-if",
13906 "log",
13907 "png",
13908 "tiny-skia-path",
13909]
13910
13911[[package]]
13912name = "tiny-skia-path"
13913version = "0.11.4"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13916dependencies = [
13917 "arrayref",
13918 "bytemuck",
13919 "strict-num",
13920]
13921
13922[[package]]
13923name = "tiny_http"
13924version = "0.8.2"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13927dependencies = [
13928 "ascii",
13929 "chrono",
13930 "chunked_transfer",
13931 "log",
13932 "url",
13933]
13934
13935[[package]]
13936name = "tinystr"
13937version = "0.7.6"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13940dependencies = [
13941 "displaydoc",
13942 "zerovec",
13943]
13944
13945[[package]]
13946name = "tinytemplate"
13947version = "1.2.1"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13950dependencies = [
13951 "serde",
13952 "serde_json",
13953]
13954
13955[[package]]
13956name = "tinyvec"
13957version = "1.8.0"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13960dependencies = [
13961 "tinyvec_macros",
13962]
13963
13964[[package]]
13965name = "tinyvec_macros"
13966version = "0.1.1"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13969
13970[[package]]
13971name = "title_bar"
13972version = "0.1.0"
13973dependencies = [
13974 "auto_update",
13975 "call",
13976 "client",
13977 "collections",
13978 "feature_flags",
13979 "gpui",
13980 "http_client",
13981 "notifications",
13982 "pretty_assertions",
13983 "project",
13984 "remote",
13985 "rpc",
13986 "schemars",
13987 "serde",
13988 "settings",
13989 "smallvec",
13990 "story",
13991 "telemetry",
13992 "theme",
13993 "tree-sitter-md",
13994 "ui",
13995 "util",
13996 "windows 0.58.0",
13997 "workspace",
13998 "zed_actions",
13999 "zeta",
14000]
14001
14002[[package]]
14003name = "tokio"
14004version = "1.43.0"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14007dependencies = [
14008 "backtrace",
14009 "bytes 1.10.1",
14010 "libc",
14011 "mio 1.0.3",
14012 "parking_lot",
14013 "pin-project-lite",
14014 "signal-hook-registry",
14015 "socket2",
14016 "tokio-macros",
14017 "windows-sys 0.52.0",
14018]
14019
14020[[package]]
14021name = "tokio-io"
14022version = "0.1.13"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14025dependencies = [
14026 "bytes 0.4.12",
14027 "futures 0.1.31",
14028 "log",
14029]
14030
14031[[package]]
14032name = "tokio-macros"
14033version = "2.5.0"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14036dependencies = [
14037 "proc-macro2",
14038 "quote",
14039 "syn 2.0.90",
14040]
14041
14042[[package]]
14043name = "tokio-native-tls"
14044version = "0.3.1"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14047dependencies = [
14048 "native-tls",
14049 "tokio",
14050]
14051
14052[[package]]
14053name = "tokio-rustls"
14054version = "0.24.1"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14057dependencies = [
14058 "rustls 0.21.12",
14059 "tokio",
14060]
14061
14062[[package]]
14063name = "tokio-rustls"
14064version = "0.26.1"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14067dependencies = [
14068 "rustls 0.23.23",
14069 "tokio",
14070]
14071
14072[[package]]
14073name = "tokio-socks"
14074version = "0.5.2"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14077dependencies = [
14078 "either",
14079 "futures-io",
14080 "futures-util",
14081 "thiserror 1.0.69",
14082 "tokio",
14083]
14084
14085[[package]]
14086name = "tokio-stream"
14087version = "0.1.17"
14088source = "registry+https://github.com/rust-lang/crates.io-index"
14089checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14090dependencies = [
14091 "futures-core",
14092 "pin-project-lite",
14093 "tokio",
14094]
14095
14096[[package]]
14097name = "tokio-tungstenite"
14098version = "0.20.1"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14101dependencies = [
14102 "futures-util",
14103 "log",
14104 "rustls 0.21.12",
14105 "rustls-native-certs 0.6.3",
14106 "tokio",
14107 "tokio-rustls 0.24.1",
14108 "tungstenite 0.20.1",
14109]
14110
14111[[package]]
14112name = "tokio-tungstenite"
14113version = "0.21.0"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14116dependencies = [
14117 "futures-util",
14118 "log",
14119 "tokio",
14120 "tungstenite 0.21.0",
14121]
14122
14123[[package]]
14124name = "tokio-util"
14125version = "0.7.13"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14128dependencies = [
14129 "bytes 1.10.1",
14130 "futures-core",
14131 "futures-io",
14132 "futures-sink",
14133 "pin-project-lite",
14134 "tokio",
14135]
14136
14137[[package]]
14138name = "toml"
14139version = "0.5.11"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14142dependencies = [
14143 "serde",
14144]
14145
14146[[package]]
14147name = "toml"
14148version = "0.8.20"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14151dependencies = [
14152 "serde",
14153 "serde_spanned",
14154 "toml_datetime",
14155 "toml_edit",
14156]
14157
14158[[package]]
14159name = "toml_datetime"
14160version = "0.6.8"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14163dependencies = [
14164 "serde",
14165]
14166
14167[[package]]
14168name = "toml_edit"
14169version = "0.22.23"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14172dependencies = [
14173 "indexmap",
14174 "serde",
14175 "serde_spanned",
14176 "toml_datetime",
14177 "winnow 0.7.1",
14178]
14179
14180[[package]]
14181name = "toolchain_selector"
14182version = "0.1.0"
14183dependencies = [
14184 "editor",
14185 "fuzzy",
14186 "gpui",
14187 "language",
14188 "picker",
14189 "project",
14190 "ui",
14191 "util",
14192 "workspace",
14193]
14194
14195[[package]]
14196name = "topological-sort"
14197version = "0.2.2"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14200
14201[[package]]
14202name = "tower"
14203version = "0.4.13"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14206dependencies = [
14207 "futures-core",
14208 "futures-util",
14209 "pin-project",
14210 "pin-project-lite",
14211 "tokio",
14212 "tower-layer",
14213 "tower-service",
14214 "tracing",
14215]
14216
14217[[package]]
14218name = "tower-http"
14219version = "0.3.5"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14222dependencies = [
14223 "bitflags 1.3.2",
14224 "bytes 1.10.1",
14225 "futures-core",
14226 "futures-util",
14227 "http 0.2.12",
14228 "http-body 0.4.6",
14229 "http-range-header",
14230 "pin-project-lite",
14231 "tower-layer",
14232 "tower-service",
14233]
14234
14235[[package]]
14236name = "tower-http"
14237version = "0.4.4"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14240dependencies = [
14241 "bitflags 2.8.0",
14242 "bytes 1.10.1",
14243 "futures-core",
14244 "futures-util",
14245 "http 0.2.12",
14246 "http-body 0.4.6",
14247 "http-range-header",
14248 "pin-project-lite",
14249 "tower-layer",
14250 "tower-service",
14251 "tracing",
14252]
14253
14254[[package]]
14255name = "tower-layer"
14256version = "0.3.3"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14259
14260[[package]]
14261name = "tower-service"
14262version = "0.3.3"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14265
14266[[package]]
14267name = "tracing"
14268version = "0.1.41"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14271dependencies = [
14272 "log",
14273 "pin-project-lite",
14274 "tracing-attributes",
14275 "tracing-core",
14276]
14277
14278[[package]]
14279name = "tracing-attributes"
14280version = "0.1.28"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14283dependencies = [
14284 "proc-macro2",
14285 "quote",
14286 "syn 2.0.90",
14287]
14288
14289[[package]]
14290name = "tracing-core"
14291version = "0.1.33"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14294dependencies = [
14295 "once_cell",
14296 "valuable",
14297]
14298
14299[[package]]
14300name = "tracing-log"
14301version = "0.2.0"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14304dependencies = [
14305 "log",
14306 "once_cell",
14307 "tracing-core",
14308]
14309
14310[[package]]
14311name = "tracing-serde"
14312version = "0.2.0"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14315dependencies = [
14316 "serde",
14317 "tracing-core",
14318]
14319
14320[[package]]
14321name = "tracing-subscriber"
14322version = "0.3.19"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14325dependencies = [
14326 "matchers",
14327 "nu-ansi-term",
14328 "once_cell",
14329 "regex",
14330 "serde",
14331 "serde_json",
14332 "sharded-slab",
14333 "smallvec",
14334 "thread_local",
14335 "tracing",
14336 "tracing-core",
14337 "tracing-log",
14338 "tracing-serde",
14339]
14340
14341[[package]]
14342name = "trait-variant"
14343version = "0.1.2"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14346dependencies = [
14347 "proc-macro2",
14348 "quote",
14349 "syn 2.0.90",
14350]
14351
14352[[package]]
14353name = "tree-sitter"
14354version = "0.25.3"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14357dependencies = [
14358 "cc",
14359 "regex",
14360 "regex-syntax 0.8.5",
14361 "serde_json",
14362 "streaming-iterator",
14363 "tree-sitter-language",
14364 "wasmtime-c-api-impl",
14365]
14366
14367[[package]]
14368name = "tree-sitter-bash"
14369version = "0.23.3"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14372dependencies = [
14373 "cc",
14374 "tree-sitter-language",
14375]
14376
14377[[package]]
14378name = "tree-sitter-c"
14379version = "0.23.4"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14382dependencies = [
14383 "cc",
14384 "tree-sitter-language",
14385]
14386
14387[[package]]
14388name = "tree-sitter-cpp"
14389version = "0.23.4"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14392dependencies = [
14393 "cc",
14394 "tree-sitter-language",
14395]
14396
14397[[package]]
14398name = "tree-sitter-css"
14399version = "0.23.2"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14402dependencies = [
14403 "cc",
14404 "tree-sitter-language",
14405]
14406
14407[[package]]
14408name = "tree-sitter-diff"
14409version = "0.1.0"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14412dependencies = [
14413 "cc",
14414 "tree-sitter-language",
14415]
14416
14417[[package]]
14418name = "tree-sitter-elixir"
14419version = "0.3.4"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14422dependencies = [
14423 "cc",
14424 "tree-sitter-language",
14425]
14426
14427[[package]]
14428name = "tree-sitter-embedded-template"
14429version = "0.23.2"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14432dependencies = [
14433 "cc",
14434 "tree-sitter-language",
14435]
14436
14437[[package]]
14438name = "tree-sitter-gitcommit"
14439version = "0.0.1"
14440source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14441dependencies = [
14442 "cc",
14443 "tree-sitter-language",
14444]
14445
14446[[package]]
14447name = "tree-sitter-go"
14448version = "0.23.4"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14451dependencies = [
14452 "cc",
14453 "tree-sitter-language",
14454]
14455
14456[[package]]
14457name = "tree-sitter-gomod"
14458version = "1.1.1"
14459source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14460dependencies = [
14461 "cc",
14462 "tree-sitter-language",
14463]
14464
14465[[package]]
14466name = "tree-sitter-gowork"
14467version = "0.0.1"
14468source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14469dependencies = [
14470 "cc",
14471 "tree-sitter-language",
14472]
14473
14474[[package]]
14475name = "tree-sitter-heex"
14476version = "0.0.1"
14477source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14478dependencies = [
14479 "cc",
14480 "tree-sitter-language",
14481]
14482
14483[[package]]
14484name = "tree-sitter-html"
14485version = "0.23.2"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14488dependencies = [
14489 "cc",
14490 "tree-sitter-language",
14491]
14492
14493[[package]]
14494name = "tree-sitter-jsdoc"
14495version = "0.23.2"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14498dependencies = [
14499 "cc",
14500 "tree-sitter-language",
14501]
14502
14503[[package]]
14504name = "tree-sitter-json"
14505version = "0.24.8"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14508dependencies = [
14509 "cc",
14510 "tree-sitter-language",
14511]
14512
14513[[package]]
14514name = "tree-sitter-language"
14515version = "0.1.3"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14518
14519[[package]]
14520name = "tree-sitter-md"
14521version = "0.3.2"
14522source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14523dependencies = [
14524 "cc",
14525 "tree-sitter-language",
14526]
14527
14528[[package]]
14529name = "tree-sitter-python"
14530version = "0.23.6"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14533dependencies = [
14534 "cc",
14535 "tree-sitter-language",
14536]
14537
14538[[package]]
14539name = "tree-sitter-regex"
14540version = "0.24.3"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14543dependencies = [
14544 "cc",
14545 "tree-sitter-language",
14546]
14547
14548[[package]]
14549name = "tree-sitter-ruby"
14550version = "0.23.1"
14551source = "registry+https://github.com/rust-lang/crates.io-index"
14552checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14553dependencies = [
14554 "cc",
14555 "tree-sitter-language",
14556]
14557
14558[[package]]
14559name = "tree-sitter-rust"
14560version = "0.23.2"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14563dependencies = [
14564 "cc",
14565 "tree-sitter-language",
14566]
14567
14568[[package]]
14569name = "tree-sitter-typescript"
14570version = "0.23.2"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14573dependencies = [
14574 "cc",
14575 "tree-sitter-language",
14576]
14577
14578[[package]]
14579name = "tree-sitter-yaml"
14580version = "0.6.1"
14581source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14582dependencies = [
14583 "cc",
14584 "tree-sitter-language",
14585]
14586
14587[[package]]
14588name = "try-lock"
14589version = "0.2.5"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14592
14593[[package]]
14594name = "ttf-parser"
14595version = "0.21.1"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14598
14599[[package]]
14600name = "tungstenite"
14601version = "0.20.1"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14604dependencies = [
14605 "byteorder",
14606 "bytes 1.10.1",
14607 "data-encoding",
14608 "http 0.2.12",
14609 "httparse",
14610 "log",
14611 "rand 0.8.5",
14612 "rustls 0.21.12",
14613 "sha1",
14614 "thiserror 1.0.69",
14615 "url",
14616 "utf-8",
14617]
14618
14619[[package]]
14620name = "tungstenite"
14621version = "0.21.0"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14624dependencies = [
14625 "byteorder",
14626 "bytes 1.10.1",
14627 "data-encoding",
14628 "http 1.2.0",
14629 "httparse",
14630 "log",
14631 "rand 0.8.5",
14632 "sha1",
14633 "thiserror 1.0.69",
14634 "url",
14635 "utf-8",
14636]
14637
14638[[package]]
14639name = "tungstenite"
14640version = "0.24.0"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14643dependencies = [
14644 "byteorder",
14645 "bytes 1.10.1",
14646 "data-encoding",
14647 "http 1.2.0",
14648 "httparse",
14649 "log",
14650 "rand 0.8.5",
14651 "sha1",
14652 "thiserror 1.0.69",
14653 "utf-8",
14654]
14655
14656[[package]]
14657name = "typeid"
14658version = "1.0.2"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14661
14662[[package]]
14663name = "typenum"
14664version = "1.17.0"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14667
14668[[package]]
14669name = "ucd-trie"
14670version = "0.1.7"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14673
14674[[package]]
14675name = "uds_windows"
14676version = "1.1.0"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14679dependencies = [
14680 "memoffset",
14681 "tempfile",
14682 "winapi",
14683]
14684
14685[[package]]
14686name = "ui"
14687version = "0.1.0"
14688dependencies = [
14689 "chrono",
14690 "component",
14691 "gpui",
14692 "itertools 0.14.0",
14693 "linkme",
14694 "menu",
14695 "serde",
14696 "settings",
14697 "smallvec",
14698 "story",
14699 "strum",
14700 "theme",
14701 "ui_macros",
14702 "util",
14703 "windows 0.58.0",
14704]
14705
14706[[package]]
14707name = "ui_input"
14708version = "0.1.0"
14709dependencies = [
14710 "editor",
14711 "gpui",
14712 "settings",
14713 "theme",
14714 "ui",
14715]
14716
14717[[package]]
14718name = "ui_macros"
14719version = "0.1.0"
14720dependencies = [
14721 "convert_case 0.8.0",
14722 "linkme",
14723 "proc-macro2",
14724 "quote",
14725 "syn 1.0.109",
14726]
14727
14728[[package]]
14729name = "unicase"
14730version = "2.8.1"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14733
14734[[package]]
14735name = "unicode-bidi"
14736version = "0.3.17"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14739
14740[[package]]
14741name = "unicode-bidi-mirroring"
14742version = "0.2.0"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14745
14746[[package]]
14747name = "unicode-ccc"
14748version = "0.2.0"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14751
14752[[package]]
14753name = "unicode-ident"
14754version = "1.0.14"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14757
14758[[package]]
14759name = "unicode-linebreak"
14760version = "0.1.5"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14763
14764[[package]]
14765name = "unicode-normalization"
14766version = "0.1.24"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14769dependencies = [
14770 "tinyvec",
14771]
14772
14773[[package]]
14774name = "unicode-properties"
14775version = "0.1.3"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14778
14779[[package]]
14780name = "unicode-script"
14781version = "0.5.7"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14784
14785[[package]]
14786name = "unicode-segmentation"
14787version = "1.12.0"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14790
14791[[package]]
14792name = "unicode-width"
14793version = "0.1.14"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14796
14797[[package]]
14798name = "unicode-xid"
14799version = "0.2.6"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14802
14803[[package]]
14804name = "unicode_categories"
14805version = "0.1.1"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14808
14809[[package]]
14810name = "unindent"
14811version = "0.2.3"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14814
14815[[package]]
14816name = "untrusted"
14817version = "0.9.0"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14820
14821[[package]]
14822name = "url"
14823version = "2.5.4"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14826dependencies = [
14827 "form_urlencoded",
14828 "idna",
14829 "percent-encoding",
14830 "serde",
14831]
14832
14833[[package]]
14834name = "urlencoding"
14835version = "2.1.3"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14838
14839[[package]]
14840name = "usvg"
14841version = "0.44.0"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14844dependencies = [
14845 "base64 0.22.1",
14846 "data-url",
14847 "flate2",
14848 "imagesize",
14849 "kurbo",
14850 "log",
14851 "pico-args",
14852 "roxmltree",
14853 "simplecss",
14854 "siphasher 1.0.1",
14855 "strict-num",
14856 "svgtypes",
14857 "tiny-skia-path",
14858 "xmlwriter",
14859]
14860
14861[[package]]
14862name = "utf-8"
14863version = "0.7.6"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14866
14867[[package]]
14868name = "utf16_iter"
14869version = "1.0.5"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14872
14873[[package]]
14874name = "utf8_iter"
14875version = "1.0.4"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14878
14879[[package]]
14880name = "utf8parse"
14881version = "0.2.2"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14884
14885[[package]]
14886name = "util"
14887version = "0.1.0"
14888dependencies = [
14889 "anyhow",
14890 "async-fs",
14891 "collections",
14892 "dirs 4.0.0",
14893 "dunce",
14894 "futures 0.3.31",
14895 "futures-lite 1.13.0",
14896 "git2",
14897 "globset",
14898 "itertools 0.14.0",
14899 "libc",
14900 "log",
14901 "rand 0.8.5",
14902 "regex",
14903 "rust-embed",
14904 "serde",
14905 "serde_json",
14906 "smol",
14907 "take-until",
14908 "tempfile",
14909 "tendril",
14910 "unicase",
14911 "util_macros",
14912]
14913
14914[[package]]
14915name = "util_macros"
14916version = "0.1.0"
14917dependencies = [
14918 "quote",
14919 "syn 1.0.109",
14920]
14921
14922[[package]]
14923name = "uuid"
14924version = "1.13.2"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14927dependencies = [
14928 "getrandom 0.3.1",
14929 "serde",
14930 "sha1_smol",
14931]
14932
14933[[package]]
14934name = "v_frame"
14935version = "0.3.8"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14938dependencies = [
14939 "aligned-vec",
14940 "num-traits",
14941 "wasm-bindgen",
14942]
14943
14944[[package]]
14945name = "valuable"
14946version = "0.1.0"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14949
14950[[package]]
14951name = "value-bag"
14952version = "1.10.0"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14955dependencies = [
14956 "value-bag-serde1",
14957 "value-bag-sval2",
14958]
14959
14960[[package]]
14961name = "value-bag-serde1"
14962version = "1.10.0"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14965dependencies = [
14966 "erased-serde",
14967 "serde",
14968 "serde_fmt",
14969]
14970
14971[[package]]
14972name = "value-bag-sval2"
14973version = "1.10.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14976dependencies = [
14977 "sval",
14978 "sval_buffer",
14979 "sval_dynamic",
14980 "sval_fmt",
14981 "sval_json",
14982 "sval_ref",
14983 "sval_serde",
14984]
14985
14986[[package]]
14987name = "vcpkg"
14988version = "0.2.15"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14991
14992[[package]]
14993name = "version-compare"
14994version = "0.2.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14997
14998[[package]]
14999name = "version_check"
15000version = "0.9.5"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15003
15004[[package]]
15005name = "vim"
15006version = "0.1.0"
15007dependencies = [
15008 "anyhow",
15009 "assets",
15010 "async-compat",
15011 "async-trait",
15012 "collections",
15013 "command_palette",
15014 "command_palette_hooks",
15015 "editor",
15016 "futures 0.3.31",
15017 "git_ui",
15018 "gpui",
15019 "indoc",
15020 "itertools 0.14.0",
15021 "language",
15022 "libc",
15023 "log",
15024 "lsp",
15025 "multi_buffer",
15026 "nvim-rs",
15027 "parking_lot",
15028 "picker",
15029 "project",
15030 "project_panel",
15031 "regex",
15032 "release_channel",
15033 "schemars",
15034 "search",
15035 "serde",
15036 "serde_derive",
15037 "serde_json",
15038 "settings",
15039 "task",
15040 "theme",
15041 "tokio",
15042 "ui",
15043 "util",
15044 "vim_mode_setting",
15045 "workspace",
15046 "zed_actions",
15047]
15048
15049[[package]]
15050name = "vim_mode_setting"
15051version = "0.1.0"
15052dependencies = [
15053 "anyhow",
15054 "gpui",
15055 "settings",
15056]
15057
15058[[package]]
15059name = "vscode_theme"
15060version = "0.2.0"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15063dependencies = [
15064 "serde",
15065]
15066
15067[[package]]
15068name = "vsimd"
15069version = "0.8.0"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15072
15073[[package]]
15074name = "vswhom"
15075version = "0.1.0"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15078dependencies = [
15079 "libc",
15080 "vswhom-sys",
15081]
15082
15083[[package]]
15084name = "vswhom-sys"
15085version = "0.1.2"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15088dependencies = [
15089 "cc",
15090 "libc",
15091]
15092
15093[[package]]
15094name = "vte"
15095version = "0.15.0"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15098dependencies = [
15099 "arrayvec",
15100 "bitflags 2.8.0",
15101 "cursor-icon",
15102 "log",
15103 "memchr",
15104 "serde",
15105]
15106
15107[[package]]
15108name = "waker-fn"
15109version = "1.2.0"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15112
15113[[package]]
15114name = "walkdir"
15115version = "2.5.0"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15118dependencies = [
15119 "same-file",
15120 "winapi-util",
15121]
15122
15123[[package]]
15124name = "want"
15125version = "0.3.1"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15128dependencies = [
15129 "try-lock",
15130]
15131
15132[[package]]
15133name = "warp"
15134version = "0.3.7"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15137dependencies = [
15138 "bytes 1.10.1",
15139 "futures-channel",
15140 "futures-util",
15141 "headers",
15142 "http 0.2.12",
15143 "hyper 0.14.32",
15144 "log",
15145 "mime",
15146 "mime_guess",
15147 "percent-encoding",
15148 "pin-project",
15149 "scoped-tls",
15150 "serde",
15151 "serde_json",
15152 "serde_urlencoded",
15153 "tokio",
15154 "tokio-tungstenite 0.21.0",
15155 "tokio-util",
15156 "tower-service",
15157 "tracing",
15158]
15159
15160[[package]]
15161name = "wasi"
15162version = "0.9.0+wasi-snapshot-preview1"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15165
15166[[package]]
15167name = "wasi"
15168version = "0.11.0+wasi-snapshot-preview1"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15171
15172[[package]]
15173name = "wasi"
15174version = "0.13.3+wasi-0.2.2"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15177dependencies = [
15178 "wit-bindgen-rt 0.33.0",
15179]
15180
15181[[package]]
15182name = "wasite"
15183version = "0.1.0"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15186
15187[[package]]
15188name = "wasm-bindgen"
15189version = "0.2.99"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15192dependencies = [
15193 "cfg-if",
15194 "once_cell",
15195 "wasm-bindgen-macro",
15196]
15197
15198[[package]]
15199name = "wasm-bindgen-backend"
15200version = "0.2.99"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15203dependencies = [
15204 "bumpalo",
15205 "log",
15206 "proc-macro2",
15207 "quote",
15208 "syn 2.0.90",
15209 "wasm-bindgen-shared",
15210]
15211
15212[[package]]
15213name = "wasm-bindgen-futures"
15214version = "0.4.49"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15217dependencies = [
15218 "cfg-if",
15219 "js-sys",
15220 "once_cell",
15221 "wasm-bindgen",
15222 "web-sys",
15223]
15224
15225[[package]]
15226name = "wasm-bindgen-macro"
15227version = "0.2.99"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15230dependencies = [
15231 "quote",
15232 "wasm-bindgen-macro-support",
15233]
15234
15235[[package]]
15236name = "wasm-bindgen-macro-support"
15237version = "0.2.99"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15240dependencies = [
15241 "proc-macro2",
15242 "quote",
15243 "syn 2.0.90",
15244 "wasm-bindgen-backend",
15245 "wasm-bindgen-shared",
15246]
15247
15248[[package]]
15249name = "wasm-bindgen-shared"
15250version = "0.2.99"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15253
15254[[package]]
15255name = "wasm-encoder"
15256version = "0.201.0"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15259dependencies = [
15260 "leb128",
15261]
15262
15263[[package]]
15264name = "wasm-encoder"
15265version = "0.221.3"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15268dependencies = [
15269 "leb128",
15270 "wasmparser 0.221.3",
15271]
15272
15273[[package]]
15274name = "wasm-metadata"
15275version = "0.201.0"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15278dependencies = [
15279 "anyhow",
15280 "indexmap",
15281 "serde",
15282 "serde_derive",
15283 "serde_json",
15284 "spdx",
15285 "wasm-encoder 0.201.0",
15286 "wasmparser 0.201.0",
15287]
15288
15289[[package]]
15290name = "wasm-metadata"
15291version = "0.221.3"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15294dependencies = [
15295 "anyhow",
15296 "indexmap",
15297 "serde",
15298 "serde_derive",
15299 "serde_json",
15300 "spdx",
15301 "wasm-encoder 0.221.3",
15302 "wasmparser 0.221.3",
15303]
15304
15305[[package]]
15306name = "wasm-streams"
15307version = "0.4.2"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15310dependencies = [
15311 "futures-util",
15312 "js-sys",
15313 "wasm-bindgen",
15314 "wasm-bindgen-futures",
15315 "web-sys",
15316]
15317
15318[[package]]
15319name = "wasmparser"
15320version = "0.201.0"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15323dependencies = [
15324 "bitflags 2.8.0",
15325 "indexmap",
15326 "semver",
15327]
15328
15329[[package]]
15330name = "wasmparser"
15331version = "0.221.3"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15334dependencies = [
15335 "bitflags 2.8.0",
15336 "hashbrown 0.15.2",
15337 "indexmap",
15338 "semver",
15339 "serde",
15340]
15341
15342[[package]]
15343name = "wasmprinter"
15344version = "0.221.3"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15347dependencies = [
15348 "anyhow",
15349 "termcolor",
15350 "wasmparser 0.221.3",
15351]
15352
15353[[package]]
15354name = "wasmtime"
15355version = "29.0.1"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15358dependencies = [
15359 "anyhow",
15360 "async-trait",
15361 "bitflags 2.8.0",
15362 "bumpalo",
15363 "cc",
15364 "cfg-if",
15365 "encoding_rs",
15366 "hashbrown 0.14.5",
15367 "indexmap",
15368 "libc",
15369 "log",
15370 "mach2",
15371 "memfd",
15372 "object",
15373 "once_cell",
15374 "paste",
15375 "postcard",
15376 "psm",
15377 "pulley-interpreter",
15378 "rustix",
15379 "semver",
15380 "serde",
15381 "serde_derive",
15382 "smallvec",
15383 "sptr",
15384 "target-lexicon 0.13.2",
15385 "trait-variant",
15386 "wasmparser 0.221.3",
15387 "wasmtime-asm-macros",
15388 "wasmtime-component-macro",
15389 "wasmtime-component-util",
15390 "wasmtime-cranelift",
15391 "wasmtime-environ",
15392 "wasmtime-fiber",
15393 "wasmtime-jit-icache-coherence",
15394 "wasmtime-math",
15395 "wasmtime-slab",
15396 "wasmtime-versioned-export-macros",
15397 "wasmtime-winch",
15398 "windows-sys 0.59.0",
15399]
15400
15401[[package]]
15402name = "wasmtime-asm-macros"
15403version = "29.0.1"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15406dependencies = [
15407 "cfg-if",
15408]
15409
15410[[package]]
15411name = "wasmtime-c-api-impl"
15412version = "29.0.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15415dependencies = [
15416 "anyhow",
15417 "log",
15418 "tracing",
15419 "wasmtime",
15420 "wasmtime-c-api-macros",
15421]
15422
15423[[package]]
15424name = "wasmtime-c-api-macros"
15425version = "29.0.1"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15428dependencies = [
15429 "proc-macro2",
15430 "quote",
15431]
15432
15433[[package]]
15434name = "wasmtime-component-macro"
15435version = "29.0.1"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15438dependencies = [
15439 "anyhow",
15440 "proc-macro2",
15441 "quote",
15442 "syn 2.0.90",
15443 "wasmtime-component-util",
15444 "wasmtime-wit-bindgen",
15445 "wit-parser 0.221.3",
15446]
15447
15448[[package]]
15449name = "wasmtime-component-util"
15450version = "29.0.1"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15453
15454[[package]]
15455name = "wasmtime-cranelift"
15456version = "29.0.1"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15459dependencies = [
15460 "anyhow",
15461 "cfg-if",
15462 "cranelift-codegen",
15463 "cranelift-control",
15464 "cranelift-entity",
15465 "cranelift-frontend",
15466 "cranelift-native",
15467 "gimli",
15468 "itertools 0.12.1",
15469 "log",
15470 "object",
15471 "smallvec",
15472 "target-lexicon 0.13.2",
15473 "thiserror 1.0.69",
15474 "wasmparser 0.221.3",
15475 "wasmtime-environ",
15476 "wasmtime-versioned-export-macros",
15477]
15478
15479[[package]]
15480name = "wasmtime-environ"
15481version = "29.0.1"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15484dependencies = [
15485 "anyhow",
15486 "cpp_demangle",
15487 "cranelift-bitset",
15488 "cranelift-entity",
15489 "gimli",
15490 "indexmap",
15491 "log",
15492 "object",
15493 "postcard",
15494 "rustc-demangle",
15495 "semver",
15496 "serde",
15497 "serde_derive",
15498 "smallvec",
15499 "target-lexicon 0.13.2",
15500 "wasm-encoder 0.221.3",
15501 "wasmparser 0.221.3",
15502 "wasmprinter",
15503 "wasmtime-component-util",
15504]
15505
15506[[package]]
15507name = "wasmtime-fiber"
15508version = "29.0.1"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15511dependencies = [
15512 "anyhow",
15513 "cc",
15514 "cfg-if",
15515 "rustix",
15516 "wasmtime-asm-macros",
15517 "wasmtime-versioned-export-macros",
15518 "windows-sys 0.59.0",
15519]
15520
15521[[package]]
15522name = "wasmtime-jit-icache-coherence"
15523version = "29.0.1"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15526dependencies = [
15527 "anyhow",
15528 "cfg-if",
15529 "libc",
15530 "windows-sys 0.59.0",
15531]
15532
15533[[package]]
15534name = "wasmtime-math"
15535version = "29.0.1"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15538dependencies = [
15539 "libm",
15540]
15541
15542[[package]]
15543name = "wasmtime-slab"
15544version = "29.0.1"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15547
15548[[package]]
15549name = "wasmtime-versioned-export-macros"
15550version = "29.0.1"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15553dependencies = [
15554 "proc-macro2",
15555 "quote",
15556 "syn 2.0.90",
15557]
15558
15559[[package]]
15560name = "wasmtime-wasi"
15561version = "29.0.1"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15564dependencies = [
15565 "anyhow",
15566 "async-trait",
15567 "bitflags 2.8.0",
15568 "bytes 1.10.1",
15569 "cap-fs-ext",
15570 "cap-net-ext",
15571 "cap-rand",
15572 "cap-std",
15573 "cap-time-ext",
15574 "fs-set-times",
15575 "futures 0.3.31",
15576 "io-extras",
15577 "io-lifetimes",
15578 "rustix",
15579 "system-interface",
15580 "thiserror 1.0.69",
15581 "tokio",
15582 "tracing",
15583 "trait-variant",
15584 "url",
15585 "wasmtime",
15586 "wiggle",
15587 "windows-sys 0.59.0",
15588]
15589
15590[[package]]
15591name = "wasmtime-winch"
15592version = "29.0.1"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15595dependencies = [
15596 "anyhow",
15597 "cranelift-codegen",
15598 "gimli",
15599 "object",
15600 "target-lexicon 0.13.2",
15601 "wasmparser 0.221.3",
15602 "wasmtime-cranelift",
15603 "wasmtime-environ",
15604 "winch-codegen",
15605]
15606
15607[[package]]
15608name = "wasmtime-wit-bindgen"
15609version = "29.0.1"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15612dependencies = [
15613 "anyhow",
15614 "heck 0.5.0",
15615 "indexmap",
15616 "wit-parser 0.221.3",
15617]
15618
15619[[package]]
15620name = "wast"
15621version = "35.0.2"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15624dependencies = [
15625 "leb128",
15626]
15627
15628[[package]]
15629name = "wayland-backend"
15630version = "0.3.8"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15633dependencies = [
15634 "cc",
15635 "downcast-rs",
15636 "rustix",
15637 "scoped-tls",
15638 "smallvec",
15639 "wayland-sys",
15640]
15641
15642[[package]]
15643name = "wayland-client"
15644version = "0.31.8"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15647dependencies = [
15648 "bitflags 2.8.0",
15649 "rustix",
15650 "wayland-backend",
15651 "wayland-scanner",
15652]
15653
15654[[package]]
15655name = "wayland-cursor"
15656version = "0.31.8"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15659dependencies = [
15660 "rustix",
15661 "wayland-client",
15662 "xcursor",
15663]
15664
15665[[package]]
15666name = "wayland-protocols"
15667version = "0.31.2"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15670dependencies = [
15671 "bitflags 2.8.0",
15672 "wayland-backend",
15673 "wayland-client",
15674 "wayland-scanner",
15675]
15676
15677[[package]]
15678name = "wayland-protocols-plasma"
15679version = "0.2.0"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15682dependencies = [
15683 "bitflags 2.8.0",
15684 "wayland-backend",
15685 "wayland-client",
15686 "wayland-protocols",
15687 "wayland-scanner",
15688]
15689
15690[[package]]
15691name = "wayland-scanner"
15692version = "0.31.6"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15695dependencies = [
15696 "proc-macro2",
15697 "quick-xml 0.37.2",
15698 "quote",
15699]
15700
15701[[package]]
15702name = "wayland-sys"
15703version = "0.31.6"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15706dependencies = [
15707 "dlib",
15708 "log",
15709 "once_cell",
15710 "pkg-config",
15711]
15712
15713[[package]]
15714name = "web-sys"
15715version = "0.3.76"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15718dependencies = [
15719 "js-sys",
15720 "wasm-bindgen",
15721]
15722
15723[[package]]
15724name = "web-time"
15725version = "1.1.0"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15728dependencies = [
15729 "js-sys",
15730 "wasm-bindgen",
15731]
15732
15733[[package]]
15734name = "webpki-root-certs"
15735version = "0.26.8"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15738dependencies = [
15739 "rustls-pki-types",
15740]
15741
15742[[package]]
15743name = "webpki-roots"
15744version = "0.26.7"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15747dependencies = [
15748 "rustls-pki-types",
15749]
15750
15751[[package]]
15752name = "webrtc-sys"
15753version = "0.3.5"
15754source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15755dependencies = [
15756 "cc",
15757 "cxx",
15758 "cxx-build",
15759 "glob",
15760 "log",
15761 "webrtc-sys-build",
15762]
15763
15764[[package]]
15765name = "webrtc-sys-build"
15766version = "0.3.5"
15767source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15768dependencies = [
15769 "fs2",
15770 "regex",
15771 "reqwest 0.11.27",
15772 "scratch",
15773 "semver",
15774 "zip",
15775]
15776
15777[[package]]
15778name = "weezl"
15779version = "0.1.8"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15782
15783[[package]]
15784name = "welcome"
15785version = "0.1.0"
15786dependencies = [
15787 "anyhow",
15788 "client",
15789 "db",
15790 "editor",
15791 "fuzzy",
15792 "gpui",
15793 "install_cli",
15794 "language",
15795 "picker",
15796 "project",
15797 "schemars",
15798 "serde",
15799 "settings",
15800 "telemetry",
15801 "ui",
15802 "util",
15803 "vim_mode_setting",
15804 "workspace",
15805 "zed_actions",
15806]
15807
15808[[package]]
15809name = "which"
15810version = "4.4.2"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15813dependencies = [
15814 "either",
15815 "home",
15816 "once_cell",
15817 "rustix",
15818]
15819
15820[[package]]
15821name = "which"
15822version = "6.0.3"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15825dependencies = [
15826 "either",
15827 "home",
15828 "rustix",
15829 "winsafe",
15830]
15831
15832[[package]]
15833name = "which"
15834version = "7.0.2"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15837dependencies = [
15838 "either",
15839 "env_home",
15840 "rustix",
15841 "winsafe",
15842]
15843
15844[[package]]
15845name = "whoami"
15846version = "1.5.2"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15849dependencies = [
15850 "redox_syscall 0.5.8",
15851 "wasite",
15852]
15853
15854[[package]]
15855name = "wiggle"
15856version = "29.0.1"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15859dependencies = [
15860 "anyhow",
15861 "async-trait",
15862 "bitflags 2.8.0",
15863 "thiserror 1.0.69",
15864 "tracing",
15865 "wasmtime",
15866 "wiggle-macro",
15867]
15868
15869[[package]]
15870name = "wiggle-generate"
15871version = "29.0.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15874dependencies = [
15875 "anyhow",
15876 "heck 0.5.0",
15877 "proc-macro2",
15878 "quote",
15879 "shellexpand 2.1.2",
15880 "syn 2.0.90",
15881 "witx",
15882]
15883
15884[[package]]
15885name = "wiggle-macro"
15886version = "29.0.1"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15889dependencies = [
15890 "proc-macro2",
15891 "quote",
15892 "syn 2.0.90",
15893 "wiggle-generate",
15894]
15895
15896[[package]]
15897name = "winapi"
15898version = "0.3.9"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15901dependencies = [
15902 "winapi-i686-pc-windows-gnu",
15903 "winapi-x86_64-pc-windows-gnu",
15904]
15905
15906[[package]]
15907name = "winapi-i686-pc-windows-gnu"
15908version = "0.4.0"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15911
15912[[package]]
15913name = "winapi-util"
15914version = "0.1.9"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15917dependencies = [
15918 "windows-sys 0.52.0",
15919]
15920
15921[[package]]
15922name = "winapi-x86_64-pc-windows-gnu"
15923version = "0.4.0"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15926
15927[[package]]
15928name = "winch-codegen"
15929version = "29.0.1"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15932dependencies = [
15933 "anyhow",
15934 "cranelift-codegen",
15935 "gimli",
15936 "regalloc2",
15937 "smallvec",
15938 "target-lexicon 0.13.2",
15939 "thiserror 1.0.69",
15940 "wasmparser 0.221.3",
15941 "wasmtime-cranelift",
15942 "wasmtime-environ",
15943]
15944
15945[[package]]
15946name = "windows"
15947version = "0.54.0"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15950dependencies = [
15951 "windows-core 0.54.0",
15952 "windows-targets 0.52.6",
15953]
15954
15955[[package]]
15956name = "windows"
15957version = "0.57.0"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15960dependencies = [
15961 "windows-core 0.57.0",
15962 "windows-targets 0.52.6",
15963]
15964
15965[[package]]
15966name = "windows"
15967version = "0.58.0"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15970dependencies = [
15971 "windows-core 0.58.0",
15972 "windows-targets 0.52.6",
15973]
15974
15975[[package]]
15976name = "windows-core"
15977version = "0.52.0"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15980dependencies = [
15981 "windows-targets 0.52.6",
15982]
15983
15984[[package]]
15985name = "windows-core"
15986version = "0.54.0"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15989dependencies = [
15990 "windows-result 0.1.2",
15991 "windows-targets 0.52.6",
15992]
15993
15994[[package]]
15995name = "windows-core"
15996version = "0.57.0"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15999dependencies = [
16000 "windows-implement 0.57.0",
16001 "windows-interface 0.57.0",
16002 "windows-result 0.1.2",
16003 "windows-targets 0.52.6",
16004]
16005
16006[[package]]
16007name = "windows-core"
16008version = "0.58.0"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16011dependencies = [
16012 "windows-implement 0.58.0",
16013 "windows-interface 0.58.0",
16014 "windows-result 0.2.0",
16015 "windows-strings",
16016 "windows-targets 0.52.6",
16017]
16018
16019[[package]]
16020name = "windows-implement"
16021version = "0.57.0"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16024dependencies = [
16025 "proc-macro2",
16026 "quote",
16027 "syn 2.0.90",
16028]
16029
16030[[package]]
16031name = "windows-implement"
16032version = "0.58.0"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16035dependencies = [
16036 "proc-macro2",
16037 "quote",
16038 "syn 2.0.90",
16039]
16040
16041[[package]]
16042name = "windows-interface"
16043version = "0.57.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16046dependencies = [
16047 "proc-macro2",
16048 "quote",
16049 "syn 2.0.90",
16050]
16051
16052[[package]]
16053name = "windows-interface"
16054version = "0.58.0"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16057dependencies = [
16058 "proc-macro2",
16059 "quote",
16060 "syn 2.0.90",
16061]
16062
16063[[package]]
16064name = "windows-link"
16065version = "0.1.0"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16068
16069[[package]]
16070name = "windows-registry"
16071version = "0.2.0"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16074dependencies = [
16075 "windows-result 0.2.0",
16076 "windows-strings",
16077 "windows-targets 0.52.6",
16078]
16079
16080[[package]]
16081name = "windows-result"
16082version = "0.1.2"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16085dependencies = [
16086 "windows-targets 0.52.6",
16087]
16088
16089[[package]]
16090name = "windows-result"
16091version = "0.2.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16094dependencies = [
16095 "windows-targets 0.52.6",
16096]
16097
16098[[package]]
16099name = "windows-strings"
16100version = "0.1.0"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16103dependencies = [
16104 "windows-result 0.2.0",
16105 "windows-targets 0.52.6",
16106]
16107
16108[[package]]
16109name = "windows-sys"
16110version = "0.45.0"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16113dependencies = [
16114 "windows-targets 0.42.2",
16115]
16116
16117[[package]]
16118name = "windows-sys"
16119version = "0.48.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16122dependencies = [
16123 "windows-targets 0.48.5",
16124]
16125
16126[[package]]
16127name = "windows-sys"
16128version = "0.52.0"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16131dependencies = [
16132 "windows-targets 0.52.6",
16133]
16134
16135[[package]]
16136name = "windows-sys"
16137version = "0.59.0"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16140dependencies = [
16141 "windows-targets 0.52.6",
16142]
16143
16144[[package]]
16145name = "windows-targets"
16146version = "0.42.2"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16149dependencies = [
16150 "windows_aarch64_gnullvm 0.42.2",
16151 "windows_aarch64_msvc 0.42.2",
16152 "windows_i686_gnu 0.42.2",
16153 "windows_i686_msvc 0.42.2",
16154 "windows_x86_64_gnu 0.42.2",
16155 "windows_x86_64_gnullvm 0.42.2",
16156 "windows_x86_64_msvc 0.42.2",
16157]
16158
16159[[package]]
16160name = "windows-targets"
16161version = "0.48.5"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16164dependencies = [
16165 "windows_aarch64_gnullvm 0.48.5",
16166 "windows_aarch64_msvc 0.48.5",
16167 "windows_i686_gnu 0.48.5",
16168 "windows_i686_msvc 0.48.5",
16169 "windows_x86_64_gnu 0.48.5",
16170 "windows_x86_64_gnullvm 0.48.5",
16171 "windows_x86_64_msvc 0.48.5",
16172]
16173
16174[[package]]
16175name = "windows-targets"
16176version = "0.52.6"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16179dependencies = [
16180 "windows_aarch64_gnullvm 0.52.6",
16181 "windows_aarch64_msvc 0.52.6",
16182 "windows_i686_gnu 0.52.6",
16183 "windows_i686_gnullvm",
16184 "windows_i686_msvc 0.52.6",
16185 "windows_x86_64_gnu 0.52.6",
16186 "windows_x86_64_gnullvm 0.52.6",
16187 "windows_x86_64_msvc 0.52.6",
16188]
16189
16190[[package]]
16191name = "windows_aarch64_gnullvm"
16192version = "0.42.2"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16195
16196[[package]]
16197name = "windows_aarch64_gnullvm"
16198version = "0.48.5"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16201
16202[[package]]
16203name = "windows_aarch64_gnullvm"
16204version = "0.52.6"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16207
16208[[package]]
16209name = "windows_aarch64_msvc"
16210version = "0.42.2"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16213
16214[[package]]
16215name = "windows_aarch64_msvc"
16216version = "0.48.5"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16219
16220[[package]]
16221name = "windows_aarch64_msvc"
16222version = "0.52.6"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16225
16226[[package]]
16227name = "windows_i686_gnu"
16228version = "0.42.2"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16231
16232[[package]]
16233name = "windows_i686_gnu"
16234version = "0.48.5"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16237
16238[[package]]
16239name = "windows_i686_gnu"
16240version = "0.52.6"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16243
16244[[package]]
16245name = "windows_i686_gnullvm"
16246version = "0.52.6"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16249
16250[[package]]
16251name = "windows_i686_msvc"
16252version = "0.42.2"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16255
16256[[package]]
16257name = "windows_i686_msvc"
16258version = "0.48.5"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16261
16262[[package]]
16263name = "windows_i686_msvc"
16264version = "0.52.6"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16267
16268[[package]]
16269name = "windows_x86_64_gnu"
16270version = "0.42.2"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16273
16274[[package]]
16275name = "windows_x86_64_gnu"
16276version = "0.48.5"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16279
16280[[package]]
16281name = "windows_x86_64_gnu"
16282version = "0.52.6"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16285
16286[[package]]
16287name = "windows_x86_64_gnullvm"
16288version = "0.42.2"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16291
16292[[package]]
16293name = "windows_x86_64_gnullvm"
16294version = "0.48.5"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16297
16298[[package]]
16299name = "windows_x86_64_gnullvm"
16300version = "0.52.6"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16303
16304[[package]]
16305name = "windows_x86_64_msvc"
16306version = "0.42.2"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16309
16310[[package]]
16311name = "windows_x86_64_msvc"
16312version = "0.48.5"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16315
16316[[package]]
16317name = "windows_x86_64_msvc"
16318version = "0.52.6"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16321
16322[[package]]
16323name = "winnow"
16324version = "0.6.20"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16327dependencies = [
16328 "memchr",
16329]
16330
16331[[package]]
16332name = "winnow"
16333version = "0.7.1"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16336dependencies = [
16337 "memchr",
16338]
16339
16340[[package]]
16341name = "winreg"
16342version = "0.50.0"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16345dependencies = [
16346 "cfg-if",
16347 "windows-sys 0.48.0",
16348]
16349
16350[[package]]
16351name = "winreg"
16352version = "0.52.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16355dependencies = [
16356 "cfg-if",
16357 "windows-sys 0.48.0",
16358]
16359
16360[[package]]
16361name = "winresource"
16362version = "0.1.19"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16365dependencies = [
16366 "toml 0.8.20",
16367 "version_check",
16368]
16369
16370[[package]]
16371name = "winsafe"
16372version = "0.0.19"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16375
16376[[package]]
16377name = "winx"
16378version = "0.36.4"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16381dependencies = [
16382 "bitflags 2.8.0",
16383 "windows-sys 0.52.0",
16384]
16385
16386[[package]]
16387name = "wio"
16388version = "0.2.2"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16391dependencies = [
16392 "winapi",
16393]
16394
16395[[package]]
16396name = "wit-bindgen"
16397version = "0.22.0"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16400dependencies = [
16401 "bitflags 2.8.0",
16402 "wit-bindgen-rt 0.22.0",
16403 "wit-bindgen-rust-macro",
16404]
16405
16406[[package]]
16407name = "wit-bindgen-core"
16408version = "0.22.0"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16411dependencies = [
16412 "anyhow",
16413 "wit-parser 0.201.0",
16414]
16415
16416[[package]]
16417name = "wit-bindgen-rt"
16418version = "0.22.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16421
16422[[package]]
16423name = "wit-bindgen-rt"
16424version = "0.33.0"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16427dependencies = [
16428 "bitflags 2.8.0",
16429]
16430
16431[[package]]
16432name = "wit-bindgen-rust"
16433version = "0.22.0"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16436dependencies = [
16437 "anyhow",
16438 "heck 0.4.1",
16439 "indexmap",
16440 "wasm-metadata 0.201.0",
16441 "wit-bindgen-core",
16442 "wit-component 0.201.0",
16443]
16444
16445[[package]]
16446name = "wit-bindgen-rust-macro"
16447version = "0.22.0"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16450dependencies = [
16451 "anyhow",
16452 "proc-macro2",
16453 "quote",
16454 "syn 2.0.90",
16455 "wit-bindgen-core",
16456 "wit-bindgen-rust",
16457]
16458
16459[[package]]
16460name = "wit-component"
16461version = "0.201.0"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16464dependencies = [
16465 "anyhow",
16466 "bitflags 2.8.0",
16467 "indexmap",
16468 "log",
16469 "serde",
16470 "serde_derive",
16471 "serde_json",
16472 "wasm-encoder 0.201.0",
16473 "wasm-metadata 0.201.0",
16474 "wasmparser 0.201.0",
16475 "wit-parser 0.201.0",
16476]
16477
16478[[package]]
16479name = "wit-component"
16480version = "0.221.3"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16483dependencies = [
16484 "anyhow",
16485 "bitflags 2.8.0",
16486 "indexmap",
16487 "log",
16488 "serde",
16489 "serde_derive",
16490 "serde_json",
16491 "wasm-encoder 0.221.3",
16492 "wasm-metadata 0.221.3",
16493 "wasmparser 0.221.3",
16494 "wit-parser 0.221.3",
16495]
16496
16497[[package]]
16498name = "wit-parser"
16499version = "0.201.0"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16502dependencies = [
16503 "anyhow",
16504 "id-arena",
16505 "indexmap",
16506 "log",
16507 "semver",
16508 "serde",
16509 "serde_derive",
16510 "serde_json",
16511 "unicode-xid",
16512 "wasmparser 0.201.0",
16513]
16514
16515[[package]]
16516name = "wit-parser"
16517version = "0.221.3"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16520dependencies = [
16521 "anyhow",
16522 "id-arena",
16523 "indexmap",
16524 "log",
16525 "semver",
16526 "serde",
16527 "serde_derive",
16528 "serde_json",
16529 "unicode-xid",
16530 "wasmparser 0.221.3",
16531]
16532
16533[[package]]
16534name = "witx"
16535version = "0.9.1"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16538dependencies = [
16539 "anyhow",
16540 "log",
16541 "thiserror 1.0.69",
16542 "wast",
16543]
16544
16545[[package]]
16546name = "workspace"
16547version = "0.1.0"
16548dependencies = [
16549 "any_vec",
16550 "anyhow",
16551 "async-recursion 1.1.1",
16552 "bincode",
16553 "call",
16554 "client",
16555 "clock",
16556 "collections",
16557 "component",
16558 "db",
16559 "derive_more",
16560 "env_logger 0.11.6",
16561 "fs",
16562 "futures 0.3.31",
16563 "gpui",
16564 "http_client",
16565 "itertools 0.14.0",
16566 "language",
16567 "log",
16568 "node_runtime",
16569 "parking_lot",
16570 "postage",
16571 "project",
16572 "remote",
16573 "schemars",
16574 "serde",
16575 "serde_json",
16576 "session",
16577 "settings",
16578 "smallvec",
16579 "sqlez",
16580 "strum",
16581 "task",
16582 "telemetry",
16583 "tempfile",
16584 "theme",
16585 "ui",
16586 "util",
16587 "uuid",
16588 "zed_actions",
16589]
16590
16591[[package]]
16592name = "worktree"
16593version = "0.1.0"
16594dependencies = [
16595 "anyhow",
16596 "clock",
16597 "collections",
16598 "env_logger 0.11.6",
16599 "fs",
16600 "futures 0.3.31",
16601 "fuzzy",
16602 "git",
16603 "git2",
16604 "git_hosting_providers",
16605 "gpui",
16606 "http_client",
16607 "ignore",
16608 "language",
16609 "log",
16610 "parking_lot",
16611 "paths",
16612 "postage",
16613 "pretty_assertions",
16614 "rand 0.8.5",
16615 "rpc",
16616 "schemars",
16617 "serde",
16618 "serde_json",
16619 "settings",
16620 "smallvec",
16621 "smol",
16622 "sum_tree",
16623 "text",
16624 "util",
16625]
16626
16627[[package]]
16628name = "write16"
16629version = "1.0.0"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16632
16633[[package]]
16634name = "writeable"
16635version = "0.5.5"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16638
16639[[package]]
16640name = "wyz"
16641version = "0.5.1"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16644dependencies = [
16645 "tap",
16646]
16647
16648[[package]]
16649name = "x11-clipboard"
16650version = "0.9.3"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16653dependencies = [
16654 "libc",
16655 "x11rb",
16656]
16657
16658[[package]]
16659name = "x11rb"
16660version = "0.13.1"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16663dependencies = [
16664 "as-raw-xcb-connection",
16665 "gethostname",
16666 "libc",
16667 "rustix",
16668 "x11rb-protocol",
16669]
16670
16671[[package]]
16672name = "x11rb-protocol"
16673version = "0.13.1"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16676
16677[[package]]
16678name = "xattr"
16679version = "0.2.3"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16682dependencies = [
16683 "libc",
16684]
16685
16686[[package]]
16687name = "xcursor"
16688version = "0.3.8"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16691
16692[[package]]
16693name = "xdg-home"
16694version = "1.3.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16697dependencies = [
16698 "libc",
16699 "windows-sys 0.59.0",
16700]
16701
16702[[package]]
16703name = "xim"
16704version = "0.4.0"
16705source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16706dependencies = [
16707 "ahash 0.8.11",
16708 "hashbrown 0.14.5",
16709 "log",
16710 "x11rb",
16711 "xim-ctext",
16712 "xim-parser",
16713]
16714
16715[[package]]
16716name = "xim-ctext"
16717version = "0.3.0"
16718source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16719dependencies = [
16720 "encoding_rs",
16721]
16722
16723[[package]]
16724name = "xim-parser"
16725version = "0.2.1"
16726source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16727dependencies = [
16728 "bitflags 2.8.0",
16729]
16730
16731[[package]]
16732name = "xkbcommon"
16733version = "0.7.0"
16734source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16735dependencies = [
16736 "as-raw-xcb-connection",
16737 "libc",
16738 "memmap2",
16739 "xkeysym",
16740]
16741
16742[[package]]
16743name = "xkeysym"
16744version = "0.2.1"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16747
16748[[package]]
16749name = "xml5ever"
16750version = "0.18.1"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16753dependencies = [
16754 "log",
16755 "mac",
16756 "markup5ever",
16757]
16758
16759[[package]]
16760name = "xmlparser"
16761version = "0.13.6"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16764
16765[[package]]
16766name = "xmlwriter"
16767version = "0.1.0"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16770
16771[[package]]
16772name = "xtask"
16773version = "0.1.0"
16774dependencies = [
16775 "anyhow",
16776 "cargo_metadata",
16777 "cargo_toml",
16778 "clap",
16779]
16780
16781[[package]]
16782name = "yaml-rust2"
16783version = "0.8.1"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16786dependencies = [
16787 "arraydeque",
16788 "encoding_rs",
16789 "hashlink 0.8.4",
16790]
16791
16792[[package]]
16793name = "yansi"
16794version = "1.0.1"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16797
16798[[package]]
16799name = "yazi"
16800version = "0.1.6"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16803
16804[[package]]
16805name = "yeslogic-fontconfig-sys"
16806version = "6.0.0"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16809dependencies = [
16810 "dlib",
16811 "once_cell",
16812 "pkg-config",
16813]
16814
16815[[package]]
16816name = "yoke"
16817version = "0.7.5"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16820dependencies = [
16821 "serde",
16822 "stable_deref_trait",
16823 "yoke-derive",
16824 "zerofrom",
16825]
16826
16827[[package]]
16828name = "yoke-derive"
16829version = "0.7.5"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16832dependencies = [
16833 "proc-macro2",
16834 "quote",
16835 "syn 2.0.90",
16836 "synstructure",
16837]
16838
16839[[package]]
16840name = "zbus"
16841version = "5.5.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16844dependencies = [
16845 "async-broadcast",
16846 "async-executor",
16847 "async-fs",
16848 "async-io",
16849 "async-lock",
16850 "async-process",
16851 "async-recursion 1.1.1",
16852 "async-task",
16853 "async-trait",
16854 "blocking",
16855 "enumflags2",
16856 "event-listener 5.3.1",
16857 "futures-core",
16858 "futures-lite 2.6.0",
16859 "hex",
16860 "nix",
16861 "ordered-stream",
16862 "serde",
16863 "serde_repr",
16864 "static_assertions",
16865 "tracing",
16866 "uds_windows",
16867 "windows-sys 0.59.0",
16868 "winnow 0.7.1",
16869 "xdg-home",
16870 "zbus_macros",
16871 "zbus_names",
16872 "zvariant",
16873]
16874
16875[[package]]
16876name = "zbus_macros"
16877version = "5.5.0"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16880dependencies = [
16881 "proc-macro-crate",
16882 "proc-macro2",
16883 "quote",
16884 "syn 2.0.90",
16885 "zbus_names",
16886 "zvariant",
16887 "zvariant_utils",
16888]
16889
16890[[package]]
16891name = "zbus_names"
16892version = "4.1.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16895dependencies = [
16896 "serde",
16897 "static_assertions",
16898 "winnow 0.6.20",
16899 "zvariant",
16900]
16901
16902[[package]]
16903name = "zed"
16904version = "0.178.0"
16905dependencies = [
16906 "activity_indicator",
16907 "anyhow",
16908 "ashpd",
16909 "assets",
16910 "assistant",
16911 "assistant2",
16912 "assistant_context_editor",
16913 "assistant_settings",
16914 "assistant_tools",
16915 "async-watch",
16916 "audio",
16917 "auto_update",
16918 "auto_update_ui",
16919 "backtrace",
16920 "breadcrumbs",
16921 "call",
16922 "channel",
16923 "chrono",
16924 "clap",
16925 "cli",
16926 "client",
16927 "collab_ui",
16928 "collections",
16929 "command_palette",
16930 "command_palette_hooks",
16931 "component_preview",
16932 "copilot",
16933 "db",
16934 "diagnostics",
16935 "editor",
16936 "env_logger 0.11.6",
16937 "extension",
16938 "extension_host",
16939 "extensions_ui",
16940 "feature_flags",
16941 "feedback",
16942 "file_finder",
16943 "fs",
16944 "futures 0.3.31",
16945 "git",
16946 "git_hosting_providers",
16947 "git_ui",
16948 "go_to_line",
16949 "gpui",
16950 "gpui_tokio",
16951 "http_client",
16952 "image_viewer",
16953 "inline_completion_button",
16954 "install_cli",
16955 "journal",
16956 "language",
16957 "language_extension",
16958 "language_model",
16959 "language_models",
16960 "language_selector",
16961 "language_tools",
16962 "languages",
16963 "libc",
16964 "log",
16965 "markdown",
16966 "markdown_preview",
16967 "menu",
16968 "migrator",
16969 "mimalloc",
16970 "nix",
16971 "node_runtime",
16972 "notifications",
16973 "outline",
16974 "outline_panel",
16975 "parking_lot",
16976 "paths",
16977 "picker",
16978 "profiling",
16979 "project",
16980 "project_panel",
16981 "project_symbols",
16982 "prompt_store",
16983 "proto",
16984 "recent_projects",
16985 "release_channel",
16986 "remote",
16987 "repl",
16988 "reqwest_client",
16989 "rope",
16990 "scripting_tool",
16991 "search",
16992 "serde",
16993 "serde_json",
16994 "session",
16995 "settings",
16996 "settings_ui",
16997 "shellexpand 2.1.2",
16998 "simplelog",
16999 "smol",
17000 "snippet_provider",
17001 "snippets_ui",
17002 "supermaven",
17003 "sysinfo",
17004 "tab_switcher",
17005 "task",
17006 "tasks_ui",
17007 "telemetry",
17008 "telemetry_events",
17009 "terminal_view",
17010 "theme",
17011 "theme_extension",
17012 "theme_selector",
17013 "time",
17014 "toolchain_selector",
17015 "tree-sitter-md",
17016 "tree-sitter-rust",
17017 "ui",
17018 "url",
17019 "urlencoding",
17020 "util",
17021 "uuid",
17022 "vim",
17023 "vim_mode_setting",
17024 "welcome",
17025 "windows 0.58.0",
17026 "winresource",
17027 "workspace",
17028 "zed_actions",
17029 "zeta",
17030]
17031
17032[[package]]
17033name = "zed_actions"
17034version = "0.1.0"
17035dependencies = [
17036 "gpui",
17037 "schemars",
17038 "serde",
17039]
17040
17041[[package]]
17042name = "zed_emmet"
17043version = "0.0.3"
17044dependencies = [
17045 "zed_extension_api 0.1.0",
17046]
17047
17048[[package]]
17049name = "zed_extension_api"
17050version = "0.1.0"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17053dependencies = [
17054 "serde",
17055 "serde_json",
17056 "wit-bindgen",
17057]
17058
17059[[package]]
17060name = "zed_extension_api"
17061version = "0.3.0"
17062dependencies = [
17063 "serde",
17064 "serde_json",
17065 "wit-bindgen",
17066]
17067
17068[[package]]
17069name = "zed_glsl"
17070version = "0.1.0"
17071dependencies = [
17072 "zed_extension_api 0.1.0",
17073]
17074
17075[[package]]
17076name = "zed_html"
17077version = "0.1.6"
17078dependencies = [
17079 "zed_extension_api 0.1.0",
17080]
17081
17082[[package]]
17083name = "zed_llm_client"
17084version = "0.4.1"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17087dependencies = [
17088 "serde",
17089 "serde_json",
17090 "uuid",
17091]
17092
17093[[package]]
17094name = "zed_proto"
17095version = "0.2.1"
17096dependencies = [
17097 "zed_extension_api 0.1.0",
17098]
17099
17100[[package]]
17101name = "zed_purescript"
17102version = "0.1.0"
17103dependencies = [
17104 "zed_extension_api 0.1.0",
17105]
17106
17107[[package]]
17108name = "zed_ruff"
17109version = "0.1.0"
17110dependencies = [
17111 "zed_extension_api 0.1.0",
17112]
17113
17114[[package]]
17115name = "zed_snippets"
17116version = "0.0.5"
17117dependencies = [
17118 "serde_json",
17119 "zed_extension_api 0.1.0",
17120]
17121
17122[[package]]
17123name = "zed_terraform"
17124version = "0.1.2"
17125dependencies = [
17126 "zed_extension_api 0.1.0",
17127]
17128
17129[[package]]
17130name = "zed_test_extension"
17131version = "0.1.0"
17132dependencies = [
17133 "zed_extension_api 0.3.0",
17134]
17135
17136[[package]]
17137name = "zed_toml"
17138version = "0.1.3"
17139dependencies = [
17140 "zed_extension_api 0.1.0",
17141]
17142
17143[[package]]
17144name = "zed_uiua"
17145version = "0.0.1"
17146dependencies = [
17147 "zed_extension_api 0.1.0",
17148]
17149
17150[[package]]
17151name = "zed_zig"
17152version = "0.3.3"
17153dependencies = [
17154 "zed_extension_api 0.1.0",
17155]
17156
17157[[package]]
17158name = "zeno"
17159version = "0.2.3"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17162
17163[[package]]
17164name = "zerocopy"
17165version = "0.7.35"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17168dependencies = [
17169 "byteorder",
17170 "zerocopy-derive 0.7.35",
17171]
17172
17173[[package]]
17174name = "zerocopy"
17175version = "0.8.18"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17178dependencies = [
17179 "zerocopy-derive 0.8.18",
17180]
17181
17182[[package]]
17183name = "zerocopy-derive"
17184version = "0.7.35"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17187dependencies = [
17188 "proc-macro2",
17189 "quote",
17190 "syn 2.0.90",
17191]
17192
17193[[package]]
17194name = "zerocopy-derive"
17195version = "0.8.18"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17198dependencies = [
17199 "proc-macro2",
17200 "quote",
17201 "syn 2.0.90",
17202]
17203
17204[[package]]
17205name = "zerofrom"
17206version = "0.1.5"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17209dependencies = [
17210 "zerofrom-derive",
17211]
17212
17213[[package]]
17214name = "zerofrom-derive"
17215version = "0.1.5"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17218dependencies = [
17219 "proc-macro2",
17220 "quote",
17221 "syn 2.0.90",
17222 "synstructure",
17223]
17224
17225[[package]]
17226name = "zeroize"
17227version = "1.8.1"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17230dependencies = [
17231 "zeroize_derive",
17232]
17233
17234[[package]]
17235name = "zeroize_derive"
17236version = "1.4.2"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17239dependencies = [
17240 "proc-macro2",
17241 "quote",
17242 "syn 2.0.90",
17243]
17244
17245[[package]]
17246name = "zeromq"
17247version = "0.5.0-pre"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17250dependencies = [
17251 "async-dispatcher",
17252 "async-std",
17253 "async-trait",
17254 "asynchronous-codec",
17255 "bytes 1.10.1",
17256 "crossbeam-queue",
17257 "dashmap 5.5.3",
17258 "futures 0.3.31",
17259 "log",
17260 "num-traits",
17261 "once_cell",
17262 "parking_lot",
17263 "rand 0.8.5",
17264 "regex",
17265 "thiserror 1.0.69",
17266 "uuid",
17267]
17268
17269[[package]]
17270name = "zerovec"
17271version = "0.10.4"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17274dependencies = [
17275 "yoke",
17276 "zerofrom",
17277 "zerovec-derive",
17278]
17279
17280[[package]]
17281name = "zerovec-derive"
17282version = "0.10.3"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17285dependencies = [
17286 "proc-macro2",
17287 "quote",
17288 "syn 2.0.90",
17289]
17290
17291[[package]]
17292name = "zeta"
17293version = "0.1.0"
17294dependencies = [
17295 "anyhow",
17296 "arrayvec",
17297 "call",
17298 "chrono",
17299 "client",
17300 "clock",
17301 "collections",
17302 "command_palette_hooks",
17303 "ctor",
17304 "db",
17305 "editor",
17306 "env_logger 0.11.6",
17307 "feature_flags",
17308 "fs",
17309 "futures 0.3.31",
17310 "gpui",
17311 "http_client",
17312 "indoc",
17313 "inline_completion",
17314 "language",
17315 "language_model",
17316 "log",
17317 "menu",
17318 "migrator",
17319 "paths",
17320 "postage",
17321 "project",
17322 "regex",
17323 "release_channel",
17324 "reqwest_client",
17325 "rpc",
17326 "serde",
17327 "serde_json",
17328 "settings",
17329 "telemetry",
17330 "telemetry_events",
17331 "theme",
17332 "thiserror 1.0.69",
17333 "tree-sitter-go",
17334 "tree-sitter-rust",
17335 "ui",
17336 "unindent",
17337 "util",
17338 "uuid",
17339 "workspace",
17340 "worktree",
17341 "zed_actions",
17342 "zed_llm_client",
17343]
17344
17345[[package]]
17346name = "zip"
17347version = "0.6.6"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17350dependencies = [
17351 "aes",
17352 "byteorder",
17353 "bzip2",
17354 "constant_time_eq 0.1.5",
17355 "crc32fast",
17356 "crossbeam-utils",
17357 "flate2",
17358 "hmac",
17359 "pbkdf2 0.11.0",
17360 "sha1",
17361 "time",
17362 "zstd",
17363]
17364
17365[[package]]
17366name = "zstd"
17367version = "0.11.2+zstd.1.5.2"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17370dependencies = [
17371 "zstd-safe",
17372]
17373
17374[[package]]
17375name = "zstd-safe"
17376version = "5.0.2+zstd.1.5.2"
17377source = "registry+https://github.com/rust-lang/crates.io-index"
17378checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17379dependencies = [
17380 "libc",
17381 "zstd-sys",
17382]
17383
17384[[package]]
17385name = "zstd-sys"
17386version = "2.0.13+zstd.1.5.6"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17389dependencies = [
17390 "cc",
17391 "pkg-config",
17392]
17393
17394[[package]]
17395name = "zune-core"
17396version = "0.4.12"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17399
17400[[package]]
17401name = "zune-inflate"
17402version = "0.2.54"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17405dependencies = [
17406 "simd-adler32",
17407]
17408
17409[[package]]
17410name = "zune-jpeg"
17411version = "0.4.13"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17414dependencies = [
17415 "zune-core",
17416]
17417
17418[[package]]
17419name = "zvariant"
17420version = "5.4.0"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17423dependencies = [
17424 "endi",
17425 "enumflags2",
17426 "serde",
17427 "static_assertions",
17428 "url",
17429 "winnow 0.7.1",
17430 "zvariant_derive",
17431 "zvariant_utils",
17432]
17433
17434[[package]]
17435name = "zvariant_derive"
17436version = "5.4.0"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17439dependencies = [
17440 "proc-macro-crate",
17441 "proc-macro2",
17442 "quote",
17443 "syn 2.0.90",
17444 "zvariant_utils",
17445]
17446
17447[[package]]
17448name = "zvariant_utils"
17449version = "3.2.0"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17452dependencies = [
17453 "proc-macro2",
17454 "quote",
17455 "serde",
17456 "static_assertions",
17457 "syn 2.0.90",
17458 "winnow 0.7.1",
17459]