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?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
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 "scripting_tool",
494 "serde",
495 "serde_json",
496 "settings",
497 "smol",
498 "streaming_diff",
499 "telemetry_events",
500 "terminal",
501 "terminal_view",
502 "text",
503 "theme",
504 "time",
505 "time_format",
506 "ui",
507 "util",
508 "uuid",
509 "vim_mode_setting",
510 "workspace",
511 "zed_actions",
512]
513
514[[package]]
515name = "assistant_context_editor"
516version = "0.1.0"
517dependencies = [
518 "anyhow",
519 "assistant_settings",
520 "assistant_slash_command",
521 "assistant_slash_commands",
522 "chrono",
523 "client",
524 "clock",
525 "collections",
526 "context_server",
527 "editor",
528 "fs",
529 "futures 0.3.31",
530 "fuzzy",
531 "gpui",
532 "indexed_docs",
533 "language",
534 "language_model",
535 "language_model_selector",
536 "languages",
537 "log",
538 "multi_buffer",
539 "open_ai",
540 "parking_lot",
541 "paths",
542 "picker",
543 "pretty_assertions",
544 "project",
545 "prompt_store",
546 "rand 0.8.5",
547 "regex",
548 "rope",
549 "rpc",
550 "serde",
551 "serde_json",
552 "settings",
553 "smallvec",
554 "smol",
555 "strum",
556 "telemetry_events",
557 "text",
558 "theme",
559 "tree-sitter-md",
560 "ui",
561 "unindent",
562 "util",
563 "uuid",
564 "workspace",
565]
566
567[[package]]
568name = "assistant_settings"
569version = "0.1.0"
570dependencies = [
571 "anthropic",
572 "anyhow",
573 "deepseek",
574 "feature_flags",
575 "fs",
576 "gpui",
577 "language_model",
578 "lmstudio",
579 "log",
580 "ollama",
581 "open_ai",
582 "paths",
583 "schemars",
584 "serde",
585 "serde_json_lenient",
586 "settings",
587]
588
589[[package]]
590name = "assistant_slash_command"
591version = "0.1.0"
592dependencies = [
593 "anyhow",
594 "async-trait",
595 "collections",
596 "derive_more",
597 "extension",
598 "futures 0.3.31",
599 "gpui",
600 "language",
601 "language_model",
602 "parking_lot",
603 "pretty_assertions",
604 "serde",
605 "serde_json",
606 "ui",
607 "workspace",
608]
609
610[[package]]
611name = "assistant_slash_commands"
612version = "0.1.0"
613dependencies = [
614 "anyhow",
615 "assistant_slash_command",
616 "cargo_toml",
617 "chrono",
618 "collections",
619 "context_server",
620 "editor",
621 "env_logger 0.11.6",
622 "feature_flags",
623 "fs",
624 "futures 0.3.31",
625 "fuzzy",
626 "globset",
627 "gpui",
628 "html_to_markdown",
629 "http_client",
630 "indexed_docs",
631 "language",
632 "language_model",
633 "log",
634 "pretty_assertions",
635 "project",
636 "prompt_store",
637 "rope",
638 "schemars",
639 "semantic_index",
640 "serde",
641 "serde_json",
642 "settings",
643 "smol",
644 "terminal_view",
645 "text",
646 "toml 0.8.20",
647 "ui",
648 "util",
649 "workspace",
650 "worktree",
651]
652
653[[package]]
654name = "assistant_tool"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "collections",
659 "derive_more",
660 "gpui",
661 "parking_lot",
662 "project",
663 "serde",
664 "serde_json",
665]
666
667[[package]]
668name = "assistant_tools"
669version = "0.1.0"
670dependencies = [
671 "anyhow",
672 "assistant_tool",
673 "chrono",
674 "gpui",
675 "project",
676 "schemars",
677 "serde",
678 "serde_json",
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]
3144
3145[[package]]
3146name = "context_server_settings"
3147version = "0.1.0"
3148dependencies = [
3149 "anyhow",
3150 "collections",
3151 "gpui",
3152 "schemars",
3153 "serde",
3154 "serde_json",
3155 "settings",
3156]
3157
3158[[package]]
3159name = "convert_case"
3160version = "0.4.0"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3163
3164[[package]]
3165name = "convert_case"
3166version = "0.8.0"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3169dependencies = [
3170 "unicode-segmentation",
3171]
3172
3173[[package]]
3174name = "copilot"
3175version = "0.1.0"
3176dependencies = [
3177 "anyhow",
3178 "async-compression",
3179 "async-std",
3180 "async-tar",
3181 "chrono",
3182 "client",
3183 "clock",
3184 "collections",
3185 "command_palette_hooks",
3186 "ctor",
3187 "editor",
3188 "env_logger 0.11.6",
3189 "fs",
3190 "futures 0.3.31",
3191 "gpui",
3192 "http_client",
3193 "indoc",
3194 "inline_completion",
3195 "language",
3196 "log",
3197 "lsp",
3198 "menu",
3199 "node_runtime",
3200 "parking_lot",
3201 "paths",
3202 "project",
3203 "rpc",
3204 "schemars",
3205 "serde",
3206 "serde_json",
3207 "settings",
3208 "smol",
3209 "strum",
3210 "task",
3211 "theme",
3212 "ui",
3213 "util",
3214 "workspace",
3215]
3216
3217[[package]]
3218name = "core-foundation"
3219version = "0.9.4"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3222dependencies = [
3223 "core-foundation-sys",
3224 "libc",
3225]
3226
3227[[package]]
3228name = "core-foundation"
3229version = "0.10.0"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3232dependencies = [
3233 "core-foundation-sys",
3234 "libc",
3235]
3236
3237[[package]]
3238name = "core-foundation-sys"
3239version = "0.8.7"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3242
3243[[package]]
3244name = "core-graphics"
3245version = "0.23.2"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3248dependencies = [
3249 "bitflags 1.3.2",
3250 "core-foundation 0.9.4",
3251 "core-graphics-types 0.1.3",
3252 "foreign-types 0.5.0",
3253 "libc",
3254]
3255
3256[[package]]
3257name = "core-graphics"
3258version = "0.24.0"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3261dependencies = [
3262 "bitflags 2.8.0",
3263 "core-foundation 0.10.0",
3264 "core-graphics-types 0.2.0",
3265 "foreign-types 0.5.0",
3266 "libc",
3267]
3268
3269[[package]]
3270name = "core-graphics-types"
3271version = "0.1.3"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3274dependencies = [
3275 "bitflags 1.3.2",
3276 "core-foundation 0.9.4",
3277 "libc",
3278]
3279
3280[[package]]
3281name = "core-graphics-types"
3282version = "0.2.0"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3285dependencies = [
3286 "bitflags 2.8.0",
3287 "core-foundation 0.10.0",
3288 "libc",
3289]
3290
3291[[package]]
3292name = "core-services"
3293version = "0.2.1"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3296dependencies = [
3297 "core-foundation 0.9.4",
3298]
3299
3300[[package]]
3301name = "core-text"
3302version = "20.1.0"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3305dependencies = [
3306 "core-foundation 0.9.4",
3307 "core-graphics 0.23.2",
3308 "foreign-types 0.5.0",
3309 "libc",
3310]
3311
3312[[package]]
3313name = "coreaudio-rs"
3314version = "0.11.3"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3317dependencies = [
3318 "bitflags 1.3.2",
3319 "core-foundation-sys",
3320 "coreaudio-sys",
3321]
3322
3323[[package]]
3324name = "coreaudio-rs"
3325version = "0.12.1"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3328dependencies = [
3329 "bitflags 1.3.2",
3330 "core-foundation-sys",
3331 "coreaudio-sys",
3332]
3333
3334[[package]]
3335name = "coreaudio-sys"
3336version = "0.2.16"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3339dependencies = [
3340 "bindgen 0.70.1",
3341]
3342
3343[[package]]
3344name = "cosmic-text"
3345version = "0.11.2"
3346source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3347dependencies = [
3348 "bitflags 2.8.0",
3349 "fontdb",
3350 "log",
3351 "rangemap",
3352 "rayon",
3353 "rustc-hash 1.1.0",
3354 "rustybuzz",
3355 "self_cell",
3356 "swash",
3357 "sys-locale",
3358 "ttf-parser",
3359 "unicode-bidi",
3360 "unicode-linebreak",
3361 "unicode-script",
3362 "unicode-segmentation",
3363]
3364
3365[[package]]
3366name = "cpal"
3367version = "0.15.3"
3368source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3369dependencies = [
3370 "alsa",
3371 "core-foundation-sys",
3372 "coreaudio-rs 0.11.3",
3373 "dasp_sample",
3374 "jni",
3375 "js-sys",
3376 "libc",
3377 "mach2",
3378 "ndk",
3379 "ndk-context",
3380 "oboe",
3381 "wasm-bindgen",
3382 "wasm-bindgen-futures",
3383 "web-sys",
3384 "windows 0.54.0",
3385]
3386
3387[[package]]
3388name = "cpp_demangle"
3389version = "0.4.4"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3392dependencies = [
3393 "cfg-if",
3394]
3395
3396[[package]]
3397name = "cpufeatures"
3398version = "0.2.16"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3401dependencies = [
3402 "libc",
3403]
3404
3405[[package]]
3406name = "cranelift-bforest"
3407version = "0.116.1"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3410dependencies = [
3411 "cranelift-entity",
3412]
3413
3414[[package]]
3415name = "cranelift-bitset"
3416version = "0.116.1"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3419dependencies = [
3420 "serde",
3421 "serde_derive",
3422]
3423
3424[[package]]
3425name = "cranelift-codegen"
3426version = "0.116.1"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3429dependencies = [
3430 "bumpalo",
3431 "cranelift-bforest",
3432 "cranelift-bitset",
3433 "cranelift-codegen-meta",
3434 "cranelift-codegen-shared",
3435 "cranelift-control",
3436 "cranelift-entity",
3437 "cranelift-isle",
3438 "gimli",
3439 "hashbrown 0.14.5",
3440 "log",
3441 "regalloc2",
3442 "rustc-hash 2.1.1",
3443 "serde",
3444 "smallvec",
3445 "target-lexicon 0.13.2",
3446]
3447
3448[[package]]
3449name = "cranelift-codegen-meta"
3450version = "0.116.1"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3453dependencies = [
3454 "cranelift-codegen-shared",
3455]
3456
3457[[package]]
3458name = "cranelift-codegen-shared"
3459version = "0.116.1"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3462
3463[[package]]
3464name = "cranelift-control"
3465version = "0.116.1"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3468dependencies = [
3469 "arbitrary",
3470]
3471
3472[[package]]
3473name = "cranelift-entity"
3474version = "0.116.1"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3477dependencies = [
3478 "cranelift-bitset",
3479 "serde",
3480 "serde_derive",
3481]
3482
3483[[package]]
3484name = "cranelift-frontend"
3485version = "0.116.1"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3488dependencies = [
3489 "cranelift-codegen",
3490 "log",
3491 "smallvec",
3492 "target-lexicon 0.13.2",
3493]
3494
3495[[package]]
3496name = "cranelift-isle"
3497version = "0.116.1"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3500
3501[[package]]
3502name = "cranelift-native"
3503version = "0.116.1"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3506dependencies = [
3507 "cranelift-codegen",
3508 "libc",
3509 "target-lexicon 0.13.2",
3510]
3511
3512[[package]]
3513name = "crc"
3514version = "3.2.1"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3517dependencies = [
3518 "crc-catalog",
3519]
3520
3521[[package]]
3522name = "crc-catalog"
3523version = "2.4.0"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3526
3527[[package]]
3528name = "crc32c"
3529version = "0.6.8"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3532dependencies = [
3533 "rustc_version",
3534]
3535
3536[[package]]
3537name = "crc32fast"
3538version = "1.4.2"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3541dependencies = [
3542 "cfg-if",
3543]
3544
3545[[package]]
3546name = "crc64fast-nvme"
3547version = "1.1.1"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3550dependencies = [
3551 "cbindgen 0.27.0",
3552 "crc",
3553]
3554
3555[[package]]
3556name = "credentials_provider"
3557version = "0.1.0"
3558dependencies = [
3559 "anyhow",
3560 "futures 0.3.31",
3561 "gpui",
3562 "paths",
3563 "release_channel",
3564 "serde",
3565 "serde_json",
3566]
3567
3568[[package]]
3569name = "criterion"
3570version = "0.5.1"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3573dependencies = [
3574 "anes",
3575 "cast",
3576 "ciborium",
3577 "clap",
3578 "criterion-plot",
3579 "is-terminal",
3580 "itertools 0.10.5",
3581 "num-traits",
3582 "once_cell",
3583 "oorandom",
3584 "plotters",
3585 "rayon",
3586 "regex",
3587 "serde",
3588 "serde_derive",
3589 "serde_json",
3590 "tinytemplate",
3591 "walkdir",
3592]
3593
3594[[package]]
3595name = "criterion-plot"
3596version = "0.5.0"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3599dependencies = [
3600 "cast",
3601 "itertools 0.10.5",
3602]
3603
3604[[package]]
3605name = "crossbeam-channel"
3606version = "0.5.13"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3609dependencies = [
3610 "crossbeam-utils",
3611]
3612
3613[[package]]
3614name = "crossbeam-deque"
3615version = "0.8.5"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3618dependencies = [
3619 "crossbeam-epoch",
3620 "crossbeam-utils",
3621]
3622
3623[[package]]
3624name = "crossbeam-epoch"
3625version = "0.9.18"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3628dependencies = [
3629 "crossbeam-utils",
3630]
3631
3632[[package]]
3633name = "crossbeam-queue"
3634version = "0.3.11"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3637dependencies = [
3638 "crossbeam-utils",
3639]
3640
3641[[package]]
3642name = "crossbeam-utils"
3643version = "0.8.20"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3646
3647[[package]]
3648name = "crunchy"
3649version = "0.2.2"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3652
3653[[package]]
3654name = "crypto-bigint"
3655version = "0.4.9"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3658dependencies = [
3659 "generic-array",
3660 "rand_core 0.6.4",
3661 "subtle",
3662 "zeroize",
3663]
3664
3665[[package]]
3666name = "crypto-bigint"
3667version = "0.5.5"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3670dependencies = [
3671 "rand_core 0.6.4",
3672 "subtle",
3673]
3674
3675[[package]]
3676name = "crypto-common"
3677version = "0.1.6"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3680dependencies = [
3681 "generic-array",
3682 "rand_core 0.6.4",
3683 "typenum",
3684]
3685
3686[[package]]
3687name = "ctor"
3688version = "0.4.0"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3691dependencies = [
3692 "ctor-proc-macro",
3693 "dtor",
3694]
3695
3696[[package]]
3697name = "ctor-proc-macro"
3698version = "0.0.5"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3701
3702[[package]]
3703name = "ctrlc"
3704version = "3.4.5"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3707dependencies = [
3708 "nix",
3709 "windows-sys 0.59.0",
3710]
3711
3712[[package]]
3713name = "cursor-icon"
3714version = "1.1.0"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3717
3718[[package]]
3719name = "cxx"
3720version = "1.0.134"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3723dependencies = [
3724 "cc",
3725 "cxxbridge-cmd",
3726 "cxxbridge-flags",
3727 "cxxbridge-macro",
3728 "foldhash",
3729 "link-cplusplus",
3730]
3731
3732[[package]]
3733name = "cxx-build"
3734version = "1.0.134"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3737dependencies = [
3738 "cc",
3739 "codespan-reporting",
3740 "proc-macro2",
3741 "quote",
3742 "scratch",
3743 "syn 2.0.90",
3744]
3745
3746[[package]]
3747name = "cxxbridge-cmd"
3748version = "1.0.134"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3751dependencies = [
3752 "clap",
3753 "codespan-reporting",
3754 "proc-macro2",
3755 "quote",
3756 "syn 2.0.90",
3757]
3758
3759[[package]]
3760name = "cxxbridge-flags"
3761version = "1.0.134"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3764
3765[[package]]
3766name = "cxxbridge-macro"
3767version = "1.0.134"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3770dependencies = [
3771 "proc-macro2",
3772 "quote",
3773 "rustversion",
3774 "syn 2.0.90",
3775]
3776
3777[[package]]
3778name = "dashmap"
3779version = "5.5.3"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3782dependencies = [
3783 "cfg-if",
3784 "hashbrown 0.14.5",
3785 "lock_api",
3786 "once_cell",
3787 "parking_lot_core",
3788]
3789
3790[[package]]
3791name = "dashmap"
3792version = "6.1.0"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3795dependencies = [
3796 "cfg-if",
3797 "crossbeam-utils",
3798 "hashbrown 0.14.5",
3799 "lock_api",
3800 "once_cell",
3801 "parking_lot_core",
3802]
3803
3804[[package]]
3805name = "dasp_sample"
3806version = "0.11.0"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3809
3810[[package]]
3811name = "data-encoding"
3812version = "2.6.0"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3815
3816[[package]]
3817name = "data-url"
3818version = "0.3.1"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3821
3822[[package]]
3823name = "db"
3824version = "0.1.0"
3825dependencies = [
3826 "anyhow",
3827 "gpui",
3828 "indoc",
3829 "log",
3830 "paths",
3831 "release_channel",
3832 "smol",
3833 "sqlez",
3834 "sqlez_macros",
3835 "tempfile",
3836 "util",
3837]
3838
3839[[package]]
3840name = "dbus"
3841version = "0.9.7"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3844dependencies = [
3845 "libc",
3846 "libdbus-sys",
3847 "winapi",
3848]
3849
3850[[package]]
3851name = "deepseek"
3852version = "0.1.0"
3853dependencies = [
3854 "anyhow",
3855 "futures 0.3.31",
3856 "http_client",
3857 "schemars",
3858 "serde",
3859 "serde_json",
3860]
3861
3862[[package]]
3863name = "deflate64"
3864version = "0.1.9"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3867
3868[[package]]
3869name = "der"
3870version = "0.6.1"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3873dependencies = [
3874 "const-oid",
3875 "zeroize",
3876]
3877
3878[[package]]
3879name = "der"
3880version = "0.7.9"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3883dependencies = [
3884 "const-oid",
3885 "pem-rfc7468",
3886 "zeroize",
3887]
3888
3889[[package]]
3890name = "deranged"
3891version = "0.3.11"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3894dependencies = [
3895 "powerfmt",
3896 "serde",
3897]
3898
3899[[package]]
3900name = "derive_more"
3901version = "0.99.19"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3904dependencies = [
3905 "convert_case 0.4.0",
3906 "proc-macro2",
3907 "quote",
3908 "rustc_version",
3909 "syn 2.0.90",
3910]
3911
3912[[package]]
3913name = "derive_refineable"
3914version = "0.1.0"
3915dependencies = [
3916 "proc-macro2",
3917 "quote",
3918 "syn 1.0.109",
3919]
3920
3921[[package]]
3922name = "diagnostics"
3923version = "0.1.0"
3924dependencies = [
3925 "anyhow",
3926 "client",
3927 "collections",
3928 "ctor",
3929 "editor",
3930 "env_logger 0.11.6",
3931 "gpui",
3932 "language",
3933 "log",
3934 "lsp",
3935 "pretty_assertions",
3936 "project",
3937 "rand 0.8.5",
3938 "serde",
3939 "serde_json",
3940 "settings",
3941 "theme",
3942 "ui",
3943 "unindent",
3944 "util",
3945 "workspace",
3946]
3947
3948[[package]]
3949name = "dialoguer"
3950version = "0.11.0"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3953dependencies = [
3954 "console",
3955 "fuzzy-matcher",
3956 "shell-words",
3957 "tempfile",
3958 "thiserror 1.0.69",
3959 "zeroize",
3960]
3961
3962[[package]]
3963name = "diff"
3964version = "0.1.13"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3967
3968[[package]]
3969name = "digest"
3970version = "0.10.7"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3973dependencies = [
3974 "block-buffer",
3975 "const-oid",
3976 "crypto-common",
3977 "subtle",
3978]
3979
3980[[package]]
3981name = "dirs"
3982version = "4.0.0"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3985dependencies = [
3986 "dirs-sys 0.3.7",
3987]
3988
3989[[package]]
3990name = "dirs"
3991version = "5.0.1"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3994dependencies = [
3995 "dirs-sys 0.4.1",
3996]
3997
3998[[package]]
3999name = "dirs-sys"
4000version = "0.3.7"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4003dependencies = [
4004 "libc",
4005 "redox_users",
4006 "winapi",
4007]
4008
4009[[package]]
4010name = "dirs-sys"
4011version = "0.4.1"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4014dependencies = [
4015 "libc",
4016 "option-ext",
4017 "redox_users",
4018 "windows-sys 0.48.0",
4019]
4020
4021[[package]]
4022name = "displaydoc"
4023version = "0.2.5"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4026dependencies = [
4027 "proc-macro2",
4028 "quote",
4029 "syn 2.0.90",
4030]
4031
4032[[package]]
4033name = "dlib"
4034version = "0.5.2"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4037dependencies = [
4038 "libloading",
4039]
4040
4041[[package]]
4042name = "docs_preprocessor"
4043version = "0.1.0"
4044dependencies = [
4045 "anyhow",
4046 "clap",
4047 "mdbook",
4048 "regex",
4049 "serde",
4050 "serde_json",
4051 "settings",
4052 "util",
4053]
4054
4055[[package]]
4056name = "dotenvy"
4057version = "0.15.7"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4060
4061[[package]]
4062name = "downcast-rs"
4063version = "1.2.1"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4066
4067[[package]]
4068name = "doxygen-rs"
4069version = "0.4.2"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4072dependencies = [
4073 "phf",
4074]
4075
4076[[package]]
4077name = "dtor"
4078version = "0.0.4"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4081dependencies = [
4082 "dtor-proc-macro",
4083]
4084
4085[[package]]
4086name = "dtor-proc-macro"
4087version = "0.0.5"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4090
4091[[package]]
4092name = "dunce"
4093version = "1.0.5"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4096
4097[[package]]
4098name = "dwrote"
4099version = "0.11.2"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4102dependencies = [
4103 "lazy_static",
4104 "libc",
4105 "winapi",
4106 "wio",
4107]
4108
4109[[package]]
4110name = "dyn-clone"
4111version = "1.0.17"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4114
4115[[package]]
4116name = "ec4rs"
4117version = "1.1.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4120
4121[[package]]
4122name = "ecdsa"
4123version = "0.14.8"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4126dependencies = [
4127 "der 0.6.1",
4128 "elliptic-curve",
4129 "rfc6979",
4130 "signature 1.6.4",
4131]
4132
4133[[package]]
4134name = "editor"
4135version = "0.1.0"
4136dependencies = [
4137 "aho-corasick",
4138 "anyhow",
4139 "assets",
4140 "buffer_diff",
4141 "chrono",
4142 "client",
4143 "clock",
4144 "collections",
4145 "convert_case 0.8.0",
4146 "ctor",
4147 "db",
4148 "emojis",
4149 "env_logger 0.11.6",
4150 "file_icons",
4151 "fs",
4152 "futures 0.3.31",
4153 "fuzzy",
4154 "git",
4155 "gpui",
4156 "http_client",
4157 "indoc",
4158 "inline_completion",
4159 "itertools 0.14.0",
4160 "language",
4161 "languages",
4162 "linkify",
4163 "log",
4164 "lsp",
4165 "markdown",
4166 "multi_buffer",
4167 "ordered-float 2.10.1",
4168 "parking_lot",
4169 "pretty_assertions",
4170 "project",
4171 "rand 0.8.5",
4172 "release_channel",
4173 "rpc",
4174 "schemars",
4175 "serde",
4176 "serde_json",
4177 "settings",
4178 "smallvec",
4179 "smol",
4180 "snippet",
4181 "sum_tree",
4182 "task",
4183 "telemetry",
4184 "tempfile",
4185 "text",
4186 "theme",
4187 "time",
4188 "time_format",
4189 "tree-sitter-html",
4190 "tree-sitter-rust",
4191 "tree-sitter-typescript",
4192 "ui",
4193 "unicode-script",
4194 "unicode-segmentation",
4195 "unindent",
4196 "url",
4197 "util",
4198 "uuid",
4199 "workspace",
4200 "zed_actions",
4201]
4202
4203[[package]]
4204name = "either"
4205version = "1.13.0"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4208dependencies = [
4209 "serde",
4210]
4211
4212[[package]]
4213name = "elasticlunr-rs"
4214version = "3.0.2"
4215source = "registry+https://github.com/rust-lang/crates.io-index"
4216checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4217dependencies = [
4218 "regex",
4219 "serde",
4220 "serde_derive",
4221 "serde_json",
4222]
4223
4224[[package]]
4225name = "elliptic-curve"
4226version = "0.12.3"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4229dependencies = [
4230 "base16ct",
4231 "crypto-bigint 0.4.9",
4232 "der 0.6.1",
4233 "digest",
4234 "ff",
4235 "generic-array",
4236 "group",
4237 "pkcs8 0.9.0",
4238 "rand_core 0.6.4",
4239 "sec1",
4240 "subtle",
4241 "zeroize",
4242]
4243
4244[[package]]
4245name = "embed-resource"
4246version = "3.0.2"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4249dependencies = [
4250 "cc",
4251 "memchr",
4252 "rustc_version",
4253 "toml 0.8.20",
4254 "vswhom",
4255 "winreg 0.52.0",
4256]
4257
4258[[package]]
4259name = "embedded-io"
4260version = "0.4.0"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4263
4264[[package]]
4265name = "embedded-io"
4266version = "0.6.1"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4269
4270[[package]]
4271name = "emojis"
4272version = "0.6.4"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4275dependencies = [
4276 "phf",
4277]
4278
4279[[package]]
4280name = "encode_unicode"
4281version = "0.3.6"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4284
4285[[package]]
4286name = "encoding_rs"
4287version = "0.8.35"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4290dependencies = [
4291 "cfg-if",
4292]
4293
4294[[package]]
4295name = "endi"
4296version = "1.1.0"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4299
4300[[package]]
4301name = "enumflags2"
4302version = "0.7.10"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4305dependencies = [
4306 "enumflags2_derive",
4307 "serde",
4308]
4309
4310[[package]]
4311name = "enumflags2_derive"
4312version = "0.7.10"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4315dependencies = [
4316 "proc-macro2",
4317 "quote",
4318 "syn 2.0.90",
4319]
4320
4321[[package]]
4322name = "env_filter"
4323version = "0.1.2"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4326dependencies = [
4327 "log",
4328 "regex",
4329]
4330
4331[[package]]
4332name = "env_home"
4333version = "0.1.0"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4336
4337[[package]]
4338name = "env_logger"
4339version = "0.10.2"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4342dependencies = [
4343 "humantime",
4344 "is-terminal",
4345 "log",
4346 "regex",
4347 "termcolor",
4348]
4349
4350[[package]]
4351name = "env_logger"
4352version = "0.11.6"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4355dependencies = [
4356 "anstream",
4357 "anstyle",
4358 "env_filter",
4359 "humantime",
4360 "log",
4361]
4362
4363[[package]]
4364name = "envy"
4365version = "0.4.2"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4368dependencies = [
4369 "serde",
4370]
4371
4372[[package]]
4373name = "equivalent"
4374version = "1.0.1"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4377
4378[[package]]
4379name = "erased-serde"
4380version = "0.4.5"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4383dependencies = [
4384 "serde",
4385 "typeid",
4386]
4387
4388[[package]]
4389name = "errno"
4390version = "0.2.8"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4393dependencies = [
4394 "errno-dragonfly",
4395 "libc",
4396 "winapi",
4397]
4398
4399[[package]]
4400name = "errno"
4401version = "0.3.10"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4404dependencies = [
4405 "libc",
4406 "windows-sys 0.52.0",
4407]
4408
4409[[package]]
4410name = "errno-dragonfly"
4411version = "0.1.2"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4414dependencies = [
4415 "cc",
4416 "libc",
4417]
4418
4419[[package]]
4420name = "etagere"
4421version = "0.2.15"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4424dependencies = [
4425 "euclid",
4426 "svg_fmt",
4427]
4428
4429[[package]]
4430name = "etcetera"
4431version = "0.8.0"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4434dependencies = [
4435 "cfg-if",
4436 "home",
4437 "windows-sys 0.48.0",
4438]
4439
4440[[package]]
4441name = "euclid"
4442version = "0.22.11"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4445dependencies = [
4446 "num-traits",
4447]
4448
4449[[package]]
4450name = "evals"
4451version = "0.1.0"
4452dependencies = [
4453 "anyhow",
4454 "clap",
4455 "client",
4456 "clock",
4457 "collections",
4458 "env_logger 0.11.6",
4459 "feature_flags",
4460 "fs",
4461 "git",
4462 "gpui",
4463 "http_client",
4464 "language",
4465 "languages",
4466 "node_runtime",
4467 "open_ai",
4468 "project",
4469 "reqwest_client",
4470 "semantic_index",
4471 "serde",
4472 "serde_json",
4473 "settings",
4474 "smol",
4475 "util",
4476]
4477
4478[[package]]
4479name = "event-listener"
4480version = "2.5.3"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4483
4484[[package]]
4485name = "event-listener"
4486version = "5.3.1"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4489dependencies = [
4490 "concurrent-queue",
4491 "parking",
4492 "pin-project-lite",
4493]
4494
4495[[package]]
4496name = "event-listener-strategy"
4497version = "0.5.3"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4500dependencies = [
4501 "event-listener 5.3.1",
4502 "pin-project-lite",
4503]
4504
4505[[package]]
4506name = "exec"
4507version = "0.3.1"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4510dependencies = [
4511 "errno 0.2.8",
4512 "libc",
4513]
4514
4515[[package]]
4516name = "exr"
4517version = "1.73.0"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4520dependencies = [
4521 "bit_field",
4522 "half",
4523 "lebe",
4524 "miniz_oxide",
4525 "rayon-core",
4526 "smallvec",
4527 "zune-inflate",
4528]
4529
4530[[package]]
4531name = "extension"
4532version = "0.1.0"
4533dependencies = [
4534 "anyhow",
4535 "async-compression",
4536 "async-tar",
4537 "async-trait",
4538 "collections",
4539 "convert_case 0.8.0",
4540 "fs",
4541 "futures 0.3.31",
4542 "gpui",
4543 "http_client",
4544 "language",
4545 "log",
4546 "lsp",
4547 "parking_lot",
4548 "semantic_version",
4549 "serde",
4550 "serde_json",
4551 "toml 0.8.20",
4552 "util",
4553 "wasm-encoder 0.221.3",
4554 "wasmparser 0.221.3",
4555 "wit-component 0.221.3",
4556]
4557
4558[[package]]
4559name = "extension_cli"
4560version = "0.1.0"
4561dependencies = [
4562 "anyhow",
4563 "clap",
4564 "env_logger 0.11.6",
4565 "extension",
4566 "fs",
4567 "language",
4568 "log",
4569 "reqwest_client",
4570 "rpc",
4571 "serde",
4572 "serde_json",
4573 "theme",
4574 "tokio",
4575 "toml 0.8.20",
4576 "tree-sitter",
4577 "wasmtime",
4578]
4579
4580[[package]]
4581name = "extension_host"
4582version = "0.1.0"
4583dependencies = [
4584 "anyhow",
4585 "async-compression",
4586 "async-tar",
4587 "async-trait",
4588 "client",
4589 "collections",
4590 "context_server_settings",
4591 "ctor",
4592 "env_logger 0.11.6",
4593 "extension",
4594 "fs",
4595 "futures 0.3.31",
4596 "gpui",
4597 "http_client",
4598 "language",
4599 "language_extension",
4600 "log",
4601 "lsp",
4602 "node_runtime",
4603 "parking_lot",
4604 "paths",
4605 "project",
4606 "release_channel",
4607 "remote",
4608 "reqwest_client",
4609 "schemars",
4610 "semantic_version",
4611 "serde",
4612 "serde_json",
4613 "serde_json_lenient",
4614 "settings",
4615 "task",
4616 "telemetry",
4617 "tempfile",
4618 "theme",
4619 "theme_extension",
4620 "toml 0.8.20",
4621 "url",
4622 "util",
4623 "wasmparser 0.221.3",
4624 "wasmtime",
4625 "wasmtime-wasi",
4626]
4627
4628[[package]]
4629name = "extensions_ui"
4630version = "0.1.0"
4631dependencies = [
4632 "anyhow",
4633 "client",
4634 "collections",
4635 "db",
4636 "editor",
4637 "extension_host",
4638 "feature_flags",
4639 "fs",
4640 "fuzzy",
4641 "gpui",
4642 "language",
4643 "num-format",
4644 "picker",
4645 "project",
4646 "release_channel",
4647 "semantic_version",
4648 "serde",
4649 "settings",
4650 "smallvec",
4651 "telemetry",
4652 "theme",
4653 "ui",
4654 "util",
4655 "vim_mode_setting",
4656 "workspace",
4657 "zed_actions",
4658]
4659
4660[[package]]
4661name = "fallible-iterator"
4662version = "0.3.0"
4663source = "registry+https://github.com/rust-lang/crates.io-index"
4664checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4665
4666[[package]]
4667name = "fancy-regex"
4668version = "0.13.0"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4671dependencies = [
4672 "bit-set 0.5.3",
4673 "regex-automata 0.4.9",
4674 "regex-syntax 0.8.5",
4675]
4676
4677[[package]]
4678name = "fancy-regex"
4679version = "0.14.0"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4682dependencies = [
4683 "bit-set 0.8.0",
4684 "regex-automata 0.4.9",
4685 "regex-syntax 0.8.5",
4686]
4687
4688[[package]]
4689name = "fast-srgb8"
4690version = "1.0.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4693
4694[[package]]
4695name = "fastrand"
4696version = "1.9.0"
4697source = "registry+https://github.com/rust-lang/crates.io-index"
4698checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4699dependencies = [
4700 "instant",
4701]
4702
4703[[package]]
4704name = "fastrand"
4705version = "2.3.0"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4708
4709[[package]]
4710name = "fd-lock"
4711version = "4.0.2"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4714dependencies = [
4715 "cfg-if",
4716 "rustix",
4717 "windows-sys 0.52.0",
4718]
4719
4720[[package]]
4721name = "fdeflate"
4722version = "0.3.7"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4725dependencies = [
4726 "simd-adler32",
4727]
4728
4729[[package]]
4730name = "feature_flags"
4731version = "0.1.0"
4732dependencies = [
4733 "futures 0.3.31",
4734 "gpui",
4735 "smol",
4736]
4737
4738[[package]]
4739name = "feedback"
4740version = "0.1.0"
4741dependencies = [
4742 "anyhow",
4743 "bitflags 2.8.0",
4744 "client",
4745 "db",
4746 "editor",
4747 "futures 0.3.31",
4748 "gpui",
4749 "http_client",
4750 "human_bytes",
4751 "language",
4752 "log",
4753 "menu",
4754 "project",
4755 "regex",
4756 "release_channel",
4757 "serde",
4758 "serde_derive",
4759 "serde_json",
4760 "smol",
4761 "sysinfo",
4762 "ui",
4763 "urlencoding",
4764 "util",
4765 "workspace",
4766 "zed_actions",
4767]
4768
4769[[package]]
4770name = "ff"
4771version = "0.12.1"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4774dependencies = [
4775 "rand_core 0.6.4",
4776 "subtle",
4777]
4778
4779[[package]]
4780name = "file_finder"
4781version = "0.1.0"
4782dependencies = [
4783 "anyhow",
4784 "collections",
4785 "ctor",
4786 "editor",
4787 "env_logger 0.11.6",
4788 "file_icons",
4789 "futures 0.3.31",
4790 "fuzzy",
4791 "gpui",
4792 "language",
4793 "menu",
4794 "picker",
4795 "project",
4796 "schemars",
4797 "serde",
4798 "serde_derive",
4799 "serde_json",
4800 "settings",
4801 "text",
4802 "theme",
4803 "ui",
4804 "util",
4805 "workspace",
4806]
4807
4808[[package]]
4809name = "file_icons"
4810version = "0.1.0"
4811dependencies = [
4812 "gpui",
4813 "serde",
4814 "settings",
4815 "theme",
4816 "util",
4817]
4818
4819[[package]]
4820name = "filedescriptor"
4821version = "0.8.3"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4824dependencies = [
4825 "libc",
4826 "thiserror 1.0.69",
4827 "winapi",
4828]
4829
4830[[package]]
4831name = "filetime"
4832version = "0.2.25"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4835dependencies = [
4836 "cfg-if",
4837 "libc",
4838 "libredox",
4839 "windows-sys 0.59.0",
4840]
4841
4842[[package]]
4843name = "fixedbitset"
4844version = "0.4.2"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4847
4848[[package]]
4849name = "flate2"
4850version = "1.0.35"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4853dependencies = [
4854 "crc32fast",
4855 "miniz_oxide",
4856]
4857
4858[[package]]
4859name = "float-cmp"
4860version = "0.9.0"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4863
4864[[package]]
4865name = "float-ord"
4866version = "0.3.2"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4869
4870[[package]]
4871name = "float_next_after"
4872version = "1.0.0"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4875
4876[[package]]
4877name = "flume"
4878version = "0.11.1"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4881dependencies = [
4882 "futures-core",
4883 "futures-sink",
4884 "nanorand",
4885 "spin",
4886]
4887
4888[[package]]
4889name = "fnv"
4890version = "1.0.7"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4893
4894[[package]]
4895name = "foldhash"
4896version = "0.1.3"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4899
4900[[package]]
4901name = "font-kit"
4902version = "0.14.1"
4903source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4904dependencies = [
4905 "bitflags 2.8.0",
4906 "byteorder",
4907 "core-foundation 0.9.4",
4908 "core-graphics 0.23.2",
4909 "core-text",
4910 "dirs 5.0.1",
4911 "dwrote",
4912 "float-ord",
4913 "freetype-sys",
4914 "lazy_static",
4915 "libc",
4916 "log",
4917 "pathfinder_geometry",
4918 "pathfinder_simd",
4919 "walkdir",
4920 "winapi",
4921 "yeslogic-fontconfig-sys",
4922]
4923
4924[[package]]
4925name = "font-types"
4926version = "0.7.3"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4929dependencies = [
4930 "bytemuck",
4931]
4932
4933[[package]]
4934name = "fontconfig-parser"
4935version = "0.5.7"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4938dependencies = [
4939 "roxmltree",
4940]
4941
4942[[package]]
4943name = "fontdb"
4944version = "0.18.0"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4947dependencies = [
4948 "fontconfig-parser",
4949 "log",
4950 "memmap2",
4951 "slotmap",
4952 "tinyvec",
4953 "ttf-parser",
4954]
4955
4956[[package]]
4957name = "foreign-types"
4958version = "0.3.2"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4961dependencies = [
4962 "foreign-types-shared 0.1.1",
4963]
4964
4965[[package]]
4966name = "foreign-types"
4967version = "0.5.0"
4968source = "registry+https://github.com/rust-lang/crates.io-index"
4969checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4970dependencies = [
4971 "foreign-types-macros",
4972 "foreign-types-shared 0.3.1",
4973]
4974
4975[[package]]
4976name = "foreign-types-macros"
4977version = "0.2.3"
4978source = "registry+https://github.com/rust-lang/crates.io-index"
4979checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4980dependencies = [
4981 "proc-macro2",
4982 "quote",
4983 "syn 2.0.90",
4984]
4985
4986[[package]]
4987name = "foreign-types-shared"
4988version = "0.1.1"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4991
4992[[package]]
4993name = "foreign-types-shared"
4994version = "0.3.1"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4997
4998[[package]]
4999name = "fork"
5000version = "0.2.0"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5003dependencies = [
5004 "libc",
5005]
5006
5007[[package]]
5008name = "form_urlencoded"
5009version = "1.2.1"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5012dependencies = [
5013 "percent-encoding",
5014]
5015
5016[[package]]
5017name = "freetype-sys"
5018version = "0.20.1"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5021dependencies = [
5022 "cc",
5023 "libc",
5024 "pkg-config",
5025]
5026
5027[[package]]
5028name = "fs"
5029version = "0.1.0"
5030dependencies = [
5031 "anyhow",
5032 "ashpd",
5033 "async-tar",
5034 "async-trait",
5035 "cocoa 0.26.0",
5036 "collections",
5037 "fsevent",
5038 "futures 0.3.31",
5039 "git",
5040 "git2",
5041 "gpui",
5042 "libc",
5043 "log",
5044 "notify 6.1.1",
5045 "objc",
5046 "parking_lot",
5047 "paths",
5048 "proto",
5049 "rope",
5050 "serde",
5051 "serde_json",
5052 "smol",
5053 "tempfile",
5054 "text",
5055 "time",
5056 "util",
5057 "windows 0.58.0",
5058]
5059
5060[[package]]
5061name = "fs-set-times"
5062version = "0.20.2"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5065dependencies = [
5066 "io-lifetimes",
5067 "rustix",
5068 "windows-sys 0.52.0",
5069]
5070
5071[[package]]
5072name = "fs2"
5073version = "0.4.3"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5076dependencies = [
5077 "libc",
5078 "winapi",
5079]
5080
5081[[package]]
5082name = "fs_extra"
5083version = "1.3.0"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5086
5087[[package]]
5088name = "fsevent"
5089version = "0.1.0"
5090dependencies = [
5091 "bitflags 2.8.0",
5092 "core-foundation 0.9.4",
5093 "fsevent-sys 3.1.0",
5094 "parking_lot",
5095 "tempfile",
5096]
5097
5098[[package]]
5099name = "fsevent-sys"
5100version = "3.1.0"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5103dependencies = [
5104 "libc",
5105]
5106
5107[[package]]
5108name = "fsevent-sys"
5109version = "4.1.0"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5112dependencies = [
5113 "libc",
5114]
5115
5116[[package]]
5117name = "funty"
5118version = "2.0.0"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5121
5122[[package]]
5123name = "futf"
5124version = "0.1.5"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5127dependencies = [
5128 "mac",
5129 "new_debug_unreachable",
5130]
5131
5132[[package]]
5133name = "futures"
5134version = "0.1.31"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5137
5138[[package]]
5139name = "futures"
5140version = "0.3.31"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5143dependencies = [
5144 "futures-channel",
5145 "futures-core",
5146 "futures-executor",
5147 "futures-io",
5148 "futures-sink",
5149 "futures-task",
5150 "futures-util",
5151]
5152
5153[[package]]
5154name = "futures-batch"
5155version = "0.6.1"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5158dependencies = [
5159 "futures 0.3.31",
5160 "futures-timer",
5161 "pin-utils",
5162]
5163
5164[[package]]
5165name = "futures-channel"
5166version = "0.3.31"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5169dependencies = [
5170 "futures-core",
5171 "futures-sink",
5172]
5173
5174[[package]]
5175name = "futures-core"
5176version = "0.3.31"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5179
5180[[package]]
5181name = "futures-executor"
5182version = "0.3.31"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5185dependencies = [
5186 "futures-core",
5187 "futures-task",
5188 "futures-util",
5189]
5190
5191[[package]]
5192name = "futures-intrusive"
5193version = "0.5.0"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5196dependencies = [
5197 "futures-core",
5198 "lock_api",
5199 "parking_lot",
5200]
5201
5202[[package]]
5203name = "futures-io"
5204version = "0.3.31"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5207
5208[[package]]
5209name = "futures-lite"
5210version = "1.13.0"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5213dependencies = [
5214 "fastrand 1.9.0",
5215 "futures-core",
5216 "futures-io",
5217 "memchr",
5218 "parking",
5219 "pin-project-lite",
5220 "waker-fn",
5221]
5222
5223[[package]]
5224name = "futures-lite"
5225version = "2.6.0"
5226source = "registry+https://github.com/rust-lang/crates.io-index"
5227checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5228dependencies = [
5229 "fastrand 2.3.0",
5230 "futures-core",
5231 "futures-io",
5232 "parking",
5233 "pin-project-lite",
5234]
5235
5236[[package]]
5237name = "futures-macro"
5238version = "0.3.31"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5241dependencies = [
5242 "proc-macro2",
5243 "quote",
5244 "syn 2.0.90",
5245]
5246
5247[[package]]
5248name = "futures-sink"
5249version = "0.3.31"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5252
5253[[package]]
5254name = "futures-task"
5255version = "0.3.31"
5256source = "registry+https://github.com/rust-lang/crates.io-index"
5257checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5258
5259[[package]]
5260name = "futures-timer"
5261version = "3.0.3"
5262source = "registry+https://github.com/rust-lang/crates.io-index"
5263checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5264
5265[[package]]
5266name = "futures-util"
5267version = "0.3.31"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5270dependencies = [
5271 "futures 0.1.31",
5272 "futures-channel",
5273 "futures-core",
5274 "futures-io",
5275 "futures-macro",
5276 "futures-sink",
5277 "futures-task",
5278 "memchr",
5279 "pin-project-lite",
5280 "pin-utils",
5281 "slab",
5282 "tokio-io",
5283]
5284
5285[[package]]
5286name = "fuzzy"
5287version = "0.1.0"
5288dependencies = [
5289 "gpui",
5290 "log",
5291 "util",
5292]
5293
5294[[package]]
5295name = "fuzzy-matcher"
5296version = "0.3.7"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5299dependencies = [
5300 "thread_local",
5301]
5302
5303[[package]]
5304name = "generic-array"
5305version = "0.14.7"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5308dependencies = [
5309 "typenum",
5310 "version_check",
5311]
5312
5313[[package]]
5314name = "gethostname"
5315version = "0.4.3"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5318dependencies = [
5319 "libc",
5320 "windows-targets 0.48.5",
5321]
5322
5323[[package]]
5324name = "getrandom"
5325version = "0.1.16"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5328dependencies = [
5329 "cfg-if",
5330 "libc",
5331 "wasi 0.9.0+wasi-snapshot-preview1",
5332]
5333
5334[[package]]
5335name = "getrandom"
5336version = "0.2.15"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5339dependencies = [
5340 "cfg-if",
5341 "js-sys",
5342 "libc",
5343 "wasi 0.11.0+wasi-snapshot-preview1",
5344 "wasm-bindgen",
5345]
5346
5347[[package]]
5348name = "getrandom"
5349version = "0.3.1"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5352dependencies = [
5353 "cfg-if",
5354 "libc",
5355 "wasi 0.13.3+wasi-0.2.2",
5356 "windows-targets 0.52.6",
5357]
5358
5359[[package]]
5360name = "gif"
5361version = "0.13.1"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5364dependencies = [
5365 "color_quant",
5366 "weezl",
5367]
5368
5369[[package]]
5370name = "gimli"
5371version = "0.31.1"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5374dependencies = [
5375 "fallible-iterator",
5376 "indexmap",
5377 "stable_deref_trait",
5378]
5379
5380[[package]]
5381name = "git"
5382version = "0.1.0"
5383dependencies = [
5384 "anyhow",
5385 "askpass",
5386 "async-trait",
5387 "collections",
5388 "derive_more",
5389 "futures 0.3.31",
5390 "git2",
5391 "gpui",
5392 "http_client",
5393 "log",
5394 "parking_lot",
5395 "pretty_assertions",
5396 "regex",
5397 "rope",
5398 "schemars",
5399 "serde",
5400 "serde_json",
5401 "smol",
5402 "sum_tree",
5403 "text",
5404 "time",
5405 "unindent",
5406 "url",
5407 "util",
5408]
5409
5410[[package]]
5411name = "git2"
5412version = "0.20.0"
5413source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5414dependencies = [
5415 "bitflags 2.8.0",
5416 "libc",
5417 "libgit2-sys",
5418 "log",
5419 "url",
5420]
5421
5422[[package]]
5423name = "git_hosting_providers"
5424version = "0.1.0"
5425dependencies = [
5426 "anyhow",
5427 "async-trait",
5428 "futures 0.3.31",
5429 "git",
5430 "gpui",
5431 "http_client",
5432 "indoc",
5433 "pretty_assertions",
5434 "regex",
5435 "serde",
5436 "serde_json",
5437 "url",
5438 "util",
5439]
5440
5441[[package]]
5442name = "git_ui"
5443version = "0.1.0"
5444dependencies = [
5445 "anyhow",
5446 "askpass",
5447 "buffer_diff",
5448 "collections",
5449 "component",
5450 "ctor",
5451 "db",
5452 "editor",
5453 "env_logger 0.11.6",
5454 "feature_flags",
5455 "futures 0.3.31",
5456 "fuzzy",
5457 "git",
5458 "gpui",
5459 "itertools 0.14.0",
5460 "language",
5461 "language_model",
5462 "linkify",
5463 "linkme",
5464 "log",
5465 "menu",
5466 "multi_buffer",
5467 "panel",
5468 "picker",
5469 "postage",
5470 "pretty_assertions",
5471 "project",
5472 "schemars",
5473 "serde",
5474 "serde_derive",
5475 "serde_json",
5476 "settings",
5477 "smallvec",
5478 "strum",
5479 "telemetry",
5480 "theme",
5481 "time",
5482 "ui",
5483 "unindent",
5484 "util",
5485 "windows 0.58.0",
5486 "workspace",
5487 "zed_actions",
5488]
5489
5490[[package]]
5491name = "glob"
5492version = "0.3.1"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5495
5496[[package]]
5497name = "globset"
5498version = "0.4.16"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5501dependencies = [
5502 "aho-corasick",
5503 "bstr",
5504 "log",
5505 "regex-automata 0.4.9",
5506 "regex-syntax 0.8.5",
5507]
5508
5509[[package]]
5510name = "gloo-timers"
5511version = "0.3.0"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5514dependencies = [
5515 "futures-channel",
5516 "futures-core",
5517 "js-sys",
5518 "wasm-bindgen",
5519]
5520
5521[[package]]
5522name = "glow"
5523version = "0.14.2"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5526dependencies = [
5527 "js-sys",
5528 "slotmap",
5529 "wasm-bindgen",
5530 "web-sys",
5531]
5532
5533[[package]]
5534name = "go_to_line"
5535version = "0.1.0"
5536dependencies = [
5537 "anyhow",
5538 "editor",
5539 "gpui",
5540 "indoc",
5541 "language",
5542 "menu",
5543 "project",
5544 "rope",
5545 "schemars",
5546 "serde",
5547 "serde_json",
5548 "settings",
5549 "text",
5550 "theme",
5551 "tree-sitter-rust",
5552 "tree-sitter-typescript",
5553 "ui",
5554 "util",
5555 "workspace",
5556]
5557
5558[[package]]
5559name = "google_ai"
5560version = "0.1.0"
5561dependencies = [
5562 "anyhow",
5563 "futures 0.3.31",
5564 "http_client",
5565 "schemars",
5566 "serde",
5567 "serde_json",
5568 "strum",
5569]
5570
5571[[package]]
5572name = "gpu-alloc"
5573version = "0.6.0"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5576dependencies = [
5577 "bitflags 2.8.0",
5578 "gpu-alloc-types",
5579]
5580
5581[[package]]
5582name = "gpu-alloc-ash"
5583version = "0.7.0"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5586dependencies = [
5587 "ash",
5588 "gpu-alloc-types",
5589 "tinyvec",
5590]
5591
5592[[package]]
5593name = "gpu-alloc-types"
5594version = "0.3.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5597dependencies = [
5598 "bitflags 2.8.0",
5599]
5600
5601[[package]]
5602name = "gpui"
5603version = "0.1.0"
5604dependencies = [
5605 "anyhow",
5606 "as-raw-xcb-connection",
5607 "ashpd",
5608 "async-task",
5609 "backtrace",
5610 "bindgen 0.70.1",
5611 "blade-graphics",
5612 "blade-macros",
5613 "blade-util",
5614 "block",
5615 "bytemuck",
5616 "calloop",
5617 "calloop-wayland-source",
5618 "cbindgen 0.28.0",
5619 "cocoa 0.26.0",
5620 "collections",
5621 "core-foundation 0.9.4",
5622 "core-foundation-sys",
5623 "core-graphics 0.23.2",
5624 "core-text",
5625 "cosmic-text",
5626 "ctor",
5627 "derive_more",
5628 "embed-resource",
5629 "env_logger 0.11.6",
5630 "etagere",
5631 "filedescriptor",
5632 "flume",
5633 "font-kit",
5634 "foreign-types 0.5.0",
5635 "futures 0.3.31",
5636 "gpui_macros",
5637 "http_client",
5638 "image",
5639 "inventory",
5640 "itertools 0.14.0",
5641 "log",
5642 "lyon",
5643 "media",
5644 "metal",
5645 "naga",
5646 "num_cpus",
5647 "objc",
5648 "objc2",
5649 "objc2-metal",
5650 "oo7",
5651 "open",
5652 "parking",
5653 "parking_lot",
5654 "pathfinder_geometry",
5655 "postage",
5656 "profiling",
5657 "rand 0.8.5",
5658 "raw-window-handle",
5659 "refineable",
5660 "reqwest_client",
5661 "resvg",
5662 "schemars",
5663 "seahash",
5664 "semantic_version",
5665 "serde",
5666 "serde_derive",
5667 "serde_json",
5668 "slotmap",
5669 "smallvec",
5670 "smol",
5671 "strum",
5672 "sum_tree",
5673 "taffy",
5674 "thiserror 1.0.69",
5675 "unicode-segmentation",
5676 "usvg",
5677 "util",
5678 "uuid",
5679 "waker-fn",
5680 "wayland-backend",
5681 "wayland-client",
5682 "wayland-cursor",
5683 "wayland-protocols",
5684 "wayland-protocols-plasma",
5685 "windows 0.58.0",
5686 "windows-core 0.58.0",
5687 "x11-clipboard",
5688 "x11rb",
5689 "xim",
5690 "xkbcommon",
5691]
5692
5693[[package]]
5694name = "gpui_macros"
5695version = "0.1.0"
5696dependencies = [
5697 "gpui",
5698 "proc-macro2",
5699 "quote",
5700 "syn 1.0.109",
5701]
5702
5703[[package]]
5704name = "gpui_tokio"
5705version = "0.1.0"
5706dependencies = [
5707 "gpui",
5708 "tokio",
5709 "util",
5710]
5711
5712[[package]]
5713name = "grid"
5714version = "0.13.0"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5717
5718[[package]]
5719name = "group"
5720version = "0.12.1"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5723dependencies = [
5724 "ff",
5725 "rand_core 0.6.4",
5726 "subtle",
5727]
5728
5729[[package]]
5730name = "h2"
5731version = "0.3.26"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5734dependencies = [
5735 "bytes 1.10.1",
5736 "fnv",
5737 "futures-core",
5738 "futures-sink",
5739 "futures-util",
5740 "http 0.2.12",
5741 "indexmap",
5742 "slab",
5743 "tokio",
5744 "tokio-util",
5745 "tracing",
5746]
5747
5748[[package]]
5749name = "h2"
5750version = "0.4.7"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5753dependencies = [
5754 "atomic-waker",
5755 "bytes 1.10.1",
5756 "fnv",
5757 "futures-core",
5758 "futures-sink",
5759 "http 1.2.0",
5760 "indexmap",
5761 "slab",
5762 "tokio",
5763 "tokio-util",
5764 "tracing",
5765]
5766
5767[[package]]
5768name = "half"
5769version = "2.4.1"
5770source = "registry+https://github.com/rust-lang/crates.io-index"
5771checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5772dependencies = [
5773 "cfg-if",
5774 "crunchy",
5775]
5776
5777[[package]]
5778name = "handlebars"
5779version = "4.5.0"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5782dependencies = [
5783 "log",
5784 "pest",
5785 "pest_derive",
5786 "serde",
5787 "serde_json",
5788 "thiserror 1.0.69",
5789]
5790
5791[[package]]
5792name = "handlebars"
5793version = "6.2.0"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5796dependencies = [
5797 "log",
5798 "num-order",
5799 "pest",
5800 "pest_derive",
5801 "serde",
5802 "serde_json",
5803 "thiserror 1.0.69",
5804]
5805
5806[[package]]
5807name = "hashbrown"
5808version = "0.12.3"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5811dependencies = [
5812 "ahash 0.7.8",
5813]
5814
5815[[package]]
5816name = "hashbrown"
5817version = "0.14.5"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5820dependencies = [
5821 "ahash 0.8.11",
5822 "allocator-api2",
5823]
5824
5825[[package]]
5826name = "hashbrown"
5827version = "0.15.2"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5830dependencies = [
5831 "allocator-api2",
5832 "equivalent",
5833 "foldhash",
5834 "serde",
5835]
5836
5837[[package]]
5838name = "hashlink"
5839version = "0.8.4"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5842dependencies = [
5843 "hashbrown 0.14.5",
5844]
5845
5846[[package]]
5847name = "hashlink"
5848version = "0.10.0"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5851dependencies = [
5852 "hashbrown 0.15.2",
5853]
5854
5855[[package]]
5856name = "headers"
5857version = "0.3.9"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5860dependencies = [
5861 "base64 0.21.7",
5862 "bytes 1.10.1",
5863 "headers-core",
5864 "http 0.2.12",
5865 "httpdate",
5866 "mime",
5867 "sha1",
5868]
5869
5870[[package]]
5871name = "headers-core"
5872version = "0.2.0"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5875dependencies = [
5876 "http 0.2.12",
5877]
5878
5879[[package]]
5880name = "heck"
5881version = "0.3.3"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5884dependencies = [
5885 "unicode-segmentation",
5886]
5887
5888[[package]]
5889name = "heck"
5890version = "0.4.1"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5893dependencies = [
5894 "unicode-segmentation",
5895]
5896
5897[[package]]
5898name = "heck"
5899version = "0.5.0"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5902
5903[[package]]
5904name = "heed"
5905version = "0.21.0"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5908dependencies = [
5909 "bitflags 2.8.0",
5910 "byteorder",
5911 "heed-traits",
5912 "heed-types",
5913 "libc",
5914 "lmdb-master-sys",
5915 "once_cell",
5916 "page_size",
5917 "serde",
5918 "synchronoise",
5919 "url",
5920]
5921
5922[[package]]
5923name = "heed-traits"
5924version = "0.20.0"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5927
5928[[package]]
5929name = "heed-types"
5930version = "0.21.0"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5933dependencies = [
5934 "bincode",
5935 "byteorder",
5936 "heed-traits",
5937 "serde",
5938 "serde_json",
5939]
5940
5941[[package]]
5942name = "hermit-abi"
5943version = "0.3.9"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5946
5947[[package]]
5948name = "hermit-abi"
5949version = "0.4.0"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5952
5953[[package]]
5954name = "hex"
5955version = "0.4.3"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5958
5959[[package]]
5960name = "hexf-parse"
5961version = "0.2.1"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5964
5965[[package]]
5966name = "hidden-trait"
5967version = "0.1.2"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5970dependencies = [
5971 "proc-macro2",
5972 "quote",
5973 "syn 1.0.109",
5974]
5975
5976[[package]]
5977name = "hkdf"
5978version = "0.12.4"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5981dependencies = [
5982 "hmac",
5983]
5984
5985[[package]]
5986name = "hmac"
5987version = "0.12.1"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5990dependencies = [
5991 "digest",
5992]
5993
5994[[package]]
5995name = "home"
5996version = "0.5.9"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5999dependencies = [
6000 "windows-sys 0.52.0",
6001]
6002
6003[[package]]
6004name = "hound"
6005version = "3.5.1"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6008
6009[[package]]
6010name = "html5ever"
6011version = "0.27.0"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6014dependencies = [
6015 "log",
6016 "mac",
6017 "markup5ever",
6018 "proc-macro2",
6019 "quote",
6020 "syn 2.0.90",
6021]
6022
6023[[package]]
6024name = "html_to_markdown"
6025version = "0.1.0"
6026dependencies = [
6027 "anyhow",
6028 "html5ever",
6029 "indoc",
6030 "markup5ever_rcdom",
6031 "pretty_assertions",
6032 "regex",
6033]
6034
6035[[package]]
6036name = "http"
6037version = "0.2.12"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6040dependencies = [
6041 "bytes 1.10.1",
6042 "fnv",
6043 "itoa",
6044]
6045
6046[[package]]
6047name = "http"
6048version = "1.2.0"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6051dependencies = [
6052 "bytes 1.10.1",
6053 "fnv",
6054 "itoa",
6055]
6056
6057[[package]]
6058name = "http-body"
6059version = "0.4.6"
6060source = "registry+https://github.com/rust-lang/crates.io-index"
6061checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6062dependencies = [
6063 "bytes 1.10.1",
6064 "http 0.2.12",
6065 "pin-project-lite",
6066]
6067
6068[[package]]
6069name = "http-body"
6070version = "1.0.1"
6071source = "registry+https://github.com/rust-lang/crates.io-index"
6072checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6073dependencies = [
6074 "bytes 1.10.1",
6075 "http 1.2.0",
6076]
6077
6078[[package]]
6079name = "http-body-util"
6080version = "0.1.2"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6083dependencies = [
6084 "bytes 1.10.1",
6085 "futures-util",
6086 "http 1.2.0",
6087 "http-body 1.0.1",
6088 "pin-project-lite",
6089]
6090
6091[[package]]
6092name = "http-range-header"
6093version = "0.3.1"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6096
6097[[package]]
6098name = "http-types"
6099version = "2.12.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6102dependencies = [
6103 "anyhow",
6104 "async-channel 1.9.0",
6105 "base64 0.13.1",
6106 "futures-lite 1.13.0",
6107 "http 0.2.12",
6108 "infer",
6109 "pin-project-lite",
6110 "rand 0.7.3",
6111 "serde",
6112 "serde_json",
6113 "serde_qs 0.8.5",
6114 "serde_urlencoded",
6115 "url",
6116]
6117
6118[[package]]
6119name = "http_client"
6120version = "0.1.0"
6121dependencies = [
6122 "anyhow",
6123 "bytes 1.10.1",
6124 "derive_more",
6125 "futures 0.3.31",
6126 "http 1.2.0",
6127 "log",
6128 "rustls 0.23.23",
6129 "rustls-platform-verifier",
6130 "serde",
6131 "serde_json",
6132 "url",
6133]
6134
6135[[package]]
6136name = "httparse"
6137version = "1.9.5"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6140
6141[[package]]
6142name = "httpdate"
6143version = "1.0.3"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6146
6147[[package]]
6148name = "human_bytes"
6149version = "0.4.3"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6152
6153[[package]]
6154name = "humantime"
6155version = "2.1.0"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6158
6159[[package]]
6160name = "hyper"
6161version = "0.14.32"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6164dependencies = [
6165 "bytes 1.10.1",
6166 "futures-channel",
6167 "futures-core",
6168 "futures-util",
6169 "h2 0.3.26",
6170 "http 0.2.12",
6171 "http-body 0.4.6",
6172 "httparse",
6173 "httpdate",
6174 "itoa",
6175 "pin-project-lite",
6176 "socket2",
6177 "tokio",
6178 "tower-service",
6179 "tracing",
6180 "want",
6181]
6182
6183[[package]]
6184name = "hyper"
6185version = "1.5.1"
6186source = "registry+https://github.com/rust-lang/crates.io-index"
6187checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6188dependencies = [
6189 "bytes 1.10.1",
6190 "futures-channel",
6191 "futures-util",
6192 "h2 0.4.7",
6193 "http 1.2.0",
6194 "http-body 1.0.1",
6195 "httparse",
6196 "itoa",
6197 "pin-project-lite",
6198 "smallvec",
6199 "tokio",
6200 "want",
6201]
6202
6203[[package]]
6204name = "hyper-rustls"
6205version = "0.24.2"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6208dependencies = [
6209 "futures-util",
6210 "http 0.2.12",
6211 "hyper 0.14.32",
6212 "log",
6213 "rustls 0.21.12",
6214 "rustls-native-certs 0.6.3",
6215 "tokio",
6216 "tokio-rustls 0.24.1",
6217]
6218
6219[[package]]
6220name = "hyper-rustls"
6221version = "0.27.3"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6224dependencies = [
6225 "futures-util",
6226 "http 1.2.0",
6227 "hyper 1.5.1",
6228 "hyper-util",
6229 "rustls 0.23.23",
6230 "rustls-native-certs 0.8.1",
6231 "rustls-pki-types",
6232 "tokio",
6233 "tokio-rustls 0.26.1",
6234 "tower-service",
6235]
6236
6237[[package]]
6238name = "hyper-tls"
6239version = "0.5.0"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6242dependencies = [
6243 "bytes 1.10.1",
6244 "hyper 0.14.32",
6245 "native-tls",
6246 "tokio",
6247 "tokio-native-tls",
6248]
6249
6250[[package]]
6251name = "hyper-util"
6252version = "0.1.10"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6255dependencies = [
6256 "bytes 1.10.1",
6257 "futures-channel",
6258 "futures-util",
6259 "http 1.2.0",
6260 "http-body 1.0.1",
6261 "hyper 1.5.1",
6262 "pin-project-lite",
6263 "socket2",
6264 "tokio",
6265 "tower-service",
6266 "tracing",
6267]
6268
6269[[package]]
6270name = "iana-time-zone"
6271version = "0.1.61"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6274dependencies = [
6275 "android_system_properties",
6276 "core-foundation-sys",
6277 "iana-time-zone-haiku",
6278 "js-sys",
6279 "wasm-bindgen",
6280 "windows-core 0.52.0",
6281]
6282
6283[[package]]
6284name = "iana-time-zone-haiku"
6285version = "0.1.2"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6288dependencies = [
6289 "cc",
6290]
6291
6292[[package]]
6293name = "icu_collections"
6294version = "1.5.0"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6297dependencies = [
6298 "displaydoc",
6299 "yoke",
6300 "zerofrom",
6301 "zerovec",
6302]
6303
6304[[package]]
6305name = "icu_locid"
6306version = "1.5.0"
6307source = "registry+https://github.com/rust-lang/crates.io-index"
6308checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6309dependencies = [
6310 "displaydoc",
6311 "litemap",
6312 "tinystr",
6313 "writeable",
6314 "zerovec",
6315]
6316
6317[[package]]
6318name = "icu_locid_transform"
6319version = "1.5.0"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6322dependencies = [
6323 "displaydoc",
6324 "icu_locid",
6325 "icu_locid_transform_data",
6326 "icu_provider",
6327 "tinystr",
6328 "zerovec",
6329]
6330
6331[[package]]
6332name = "icu_locid_transform_data"
6333version = "1.5.0"
6334source = "registry+https://github.com/rust-lang/crates.io-index"
6335checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6336
6337[[package]]
6338name = "icu_normalizer"
6339version = "1.5.0"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6342dependencies = [
6343 "displaydoc",
6344 "icu_collections",
6345 "icu_normalizer_data",
6346 "icu_properties",
6347 "icu_provider",
6348 "smallvec",
6349 "utf16_iter",
6350 "utf8_iter",
6351 "write16",
6352 "zerovec",
6353]
6354
6355[[package]]
6356name = "icu_normalizer_data"
6357version = "1.5.0"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6360
6361[[package]]
6362name = "icu_properties"
6363version = "1.5.1"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6366dependencies = [
6367 "displaydoc",
6368 "icu_collections",
6369 "icu_locid_transform",
6370 "icu_properties_data",
6371 "icu_provider",
6372 "tinystr",
6373 "zerovec",
6374]
6375
6376[[package]]
6377name = "icu_properties_data"
6378version = "1.5.0"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6381
6382[[package]]
6383name = "icu_provider"
6384version = "1.5.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6387dependencies = [
6388 "displaydoc",
6389 "icu_locid",
6390 "icu_provider_macros",
6391 "stable_deref_trait",
6392 "tinystr",
6393 "writeable",
6394 "yoke",
6395 "zerofrom",
6396 "zerovec",
6397]
6398
6399[[package]]
6400name = "icu_provider_macros"
6401version = "1.5.0"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6404dependencies = [
6405 "proc-macro2",
6406 "quote",
6407 "syn 2.0.90",
6408]
6409
6410[[package]]
6411name = "id-arena"
6412version = "2.2.1"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6415
6416[[package]]
6417name = "idna"
6418version = "1.0.3"
6419source = "registry+https://github.com/rust-lang/crates.io-index"
6420checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6421dependencies = [
6422 "idna_adapter",
6423 "smallvec",
6424 "utf8_iter",
6425]
6426
6427[[package]]
6428name = "idna_adapter"
6429version = "1.2.0"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6432dependencies = [
6433 "icu_normalizer",
6434 "icu_properties",
6435]
6436
6437[[package]]
6438name = "ignore"
6439version = "0.4.23"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6442dependencies = [
6443 "crossbeam-deque",
6444 "globset",
6445 "log",
6446 "memchr",
6447 "regex-automata 0.4.9",
6448 "same-file",
6449 "walkdir",
6450 "winapi-util",
6451]
6452
6453[[package]]
6454name = "image"
6455version = "0.25.5"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6458dependencies = [
6459 "bytemuck",
6460 "byteorder-lite",
6461 "color_quant",
6462 "exr",
6463 "gif",
6464 "image-webp",
6465 "num-traits",
6466 "png",
6467 "qoi",
6468 "ravif",
6469 "rayon",
6470 "rgb",
6471 "tiff",
6472 "zune-core",
6473 "zune-jpeg",
6474]
6475
6476[[package]]
6477name = "image-webp"
6478version = "0.2.0"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6481dependencies = [
6482 "byteorder-lite",
6483 "quick-error",
6484]
6485
6486[[package]]
6487name = "image_viewer"
6488version = "0.1.0"
6489dependencies = [
6490 "anyhow",
6491 "db",
6492 "editor",
6493 "file_icons",
6494 "gpui",
6495 "project",
6496 "schemars",
6497 "serde",
6498 "settings",
6499 "theme",
6500 "ui",
6501 "util",
6502 "workspace",
6503]
6504
6505[[package]]
6506name = "imagesize"
6507version = "0.13.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6510
6511[[package]]
6512name = "imara-diff"
6513version = "0.1.8"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6516dependencies = [
6517 "hashbrown 0.15.2",
6518]
6519
6520[[package]]
6521name = "imgref"
6522version = "1.11.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6525
6526[[package]]
6527name = "indexed_docs"
6528version = "0.1.0"
6529dependencies = [
6530 "anyhow",
6531 "async-trait",
6532 "cargo_metadata",
6533 "collections",
6534 "derive_more",
6535 "extension",
6536 "fs",
6537 "futures 0.3.31",
6538 "fuzzy",
6539 "gpui",
6540 "heed",
6541 "html_to_markdown",
6542 "http_client",
6543 "indexmap",
6544 "indoc",
6545 "parking_lot",
6546 "paths",
6547 "pretty_assertions",
6548 "serde",
6549 "strum",
6550 "util",
6551]
6552
6553[[package]]
6554name = "indexmap"
6555version = "2.7.1"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6558dependencies = [
6559 "equivalent",
6560 "hashbrown 0.15.2",
6561 "serde",
6562]
6563
6564[[package]]
6565name = "indoc"
6566version = "2.0.6"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6569
6570[[package]]
6571name = "infer"
6572version = "0.2.3"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6575
6576[[package]]
6577name = "inherent"
6578version = "1.0.11"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6581dependencies = [
6582 "proc-macro2",
6583 "quote",
6584 "syn 2.0.90",
6585]
6586
6587[[package]]
6588name = "inline_completion"
6589version = "0.1.0"
6590dependencies = [
6591 "gpui",
6592 "language",
6593 "project",
6594]
6595
6596[[package]]
6597name = "inline_completion_button"
6598version = "0.1.0"
6599dependencies = [
6600 "anyhow",
6601 "client",
6602 "copilot",
6603 "editor",
6604 "feature_flags",
6605 "fs",
6606 "futures 0.3.31",
6607 "gpui",
6608 "indoc",
6609 "inline_completion",
6610 "language",
6611 "lsp",
6612 "paths",
6613 "project",
6614 "regex",
6615 "serde_json",
6616 "settings",
6617 "supermaven",
6618 "telemetry",
6619 "theme",
6620 "ui",
6621 "workspace",
6622 "zed_actions",
6623 "zeta",
6624]
6625
6626[[package]]
6627name = "inotify"
6628version = "0.9.6"
6629source = "registry+https://github.com/rust-lang/crates.io-index"
6630checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6631dependencies = [
6632 "bitflags 1.3.2",
6633 "inotify-sys",
6634 "libc",
6635]
6636
6637[[package]]
6638name = "inotify"
6639version = "0.11.0"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6642dependencies = [
6643 "bitflags 2.8.0",
6644 "inotify-sys",
6645 "libc",
6646]
6647
6648[[package]]
6649name = "inotify-sys"
6650version = "0.1.5"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6653dependencies = [
6654 "libc",
6655]
6656
6657[[package]]
6658name = "inout"
6659version = "0.1.3"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6662dependencies = [
6663 "block-padding",
6664 "generic-array",
6665]
6666
6667[[package]]
6668name = "install_cli"
6669version = "0.1.0"
6670dependencies = [
6671 "anyhow",
6672 "gpui",
6673 "smol",
6674 "util",
6675]
6676
6677[[package]]
6678name = "instant"
6679version = "0.1.13"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6682dependencies = [
6683 "cfg-if",
6684]
6685
6686[[package]]
6687name = "interpolate_name"
6688version = "0.2.4"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6691dependencies = [
6692 "proc-macro2",
6693 "quote",
6694 "syn 2.0.90",
6695]
6696
6697[[package]]
6698name = "inventory"
6699version = "0.3.20"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6702dependencies = [
6703 "rustversion",
6704]
6705
6706[[package]]
6707name = "io-extras"
6708version = "0.18.4"
6709source = "registry+https://github.com/rust-lang/crates.io-index"
6710checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6711dependencies = [
6712 "io-lifetimes",
6713 "windows-sys 0.52.0",
6714]
6715
6716[[package]]
6717name = "io-lifetimes"
6718version = "2.0.4"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6721
6722[[package]]
6723name = "iovec"
6724version = "0.1.4"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6727dependencies = [
6728 "libc",
6729]
6730
6731[[package]]
6732name = "ipc-channel"
6733version = "0.19.0"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6736dependencies = [
6737 "bincode",
6738 "crossbeam-channel",
6739 "fnv",
6740 "lazy_static",
6741 "libc",
6742 "mio 1.0.3",
6743 "rand 0.8.5",
6744 "serde",
6745 "tempfile",
6746 "uuid",
6747 "windows 0.58.0",
6748]
6749
6750[[package]]
6751name = "ipnet"
6752version = "2.10.1"
6753source = "registry+https://github.com/rust-lang/crates.io-index"
6754checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6755
6756[[package]]
6757name = "is-docker"
6758version = "0.2.0"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6761dependencies = [
6762 "once_cell",
6763]
6764
6765[[package]]
6766name = "is-terminal"
6767version = "0.4.13"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6770dependencies = [
6771 "hermit-abi 0.4.0",
6772 "libc",
6773 "windows-sys 0.52.0",
6774]
6775
6776[[package]]
6777name = "is-wsl"
6778version = "0.4.0"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6781dependencies = [
6782 "is-docker",
6783 "once_cell",
6784]
6785
6786[[package]]
6787name = "is_terminal_polyfill"
6788version = "1.70.1"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6791
6792[[package]]
6793name = "itertools"
6794version = "0.10.5"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6797dependencies = [
6798 "either",
6799]
6800
6801[[package]]
6802name = "itertools"
6803version = "0.11.0"
6804source = "registry+https://github.com/rust-lang/crates.io-index"
6805checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6806dependencies = [
6807 "either",
6808]
6809
6810[[package]]
6811name = "itertools"
6812version = "0.12.1"
6813source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6815dependencies = [
6816 "either",
6817]
6818
6819[[package]]
6820name = "itertools"
6821version = "0.14.0"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6824dependencies = [
6825 "either",
6826]
6827
6828[[package]]
6829name = "itoa"
6830version = "1.0.14"
6831source = "registry+https://github.com/rust-lang/crates.io-index"
6832checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6833
6834[[package]]
6835name = "jni"
6836version = "0.21.1"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6839dependencies = [
6840 "cesu8",
6841 "cfg-if",
6842 "combine",
6843 "jni-sys",
6844 "log",
6845 "thiserror 1.0.69",
6846 "walkdir",
6847 "windows-sys 0.45.0",
6848]
6849
6850[[package]]
6851name = "jni-sys"
6852version = "0.3.0"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6855
6856[[package]]
6857name = "jobserver"
6858version = "0.1.32"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6861dependencies = [
6862 "libc",
6863]
6864
6865[[package]]
6866name = "journal"
6867version = "0.1.0"
6868dependencies = [
6869 "anyhow",
6870 "chrono",
6871 "editor",
6872 "gpui",
6873 "log",
6874 "schemars",
6875 "serde",
6876 "settings",
6877 "shellexpand 2.1.2",
6878 "workspace",
6879]
6880
6881[[package]]
6882name = "jpeg-decoder"
6883version = "0.3.1"
6884source = "registry+https://github.com/rust-lang/crates.io-index"
6885checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6886
6887[[package]]
6888name = "js-sys"
6889version = "0.3.76"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6892dependencies = [
6893 "once_cell",
6894 "wasm-bindgen",
6895]
6896
6897[[package]]
6898name = "jsonwebtoken"
6899version = "9.3.1"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6902dependencies = [
6903 "base64 0.22.1",
6904 "js-sys",
6905 "pem",
6906 "ring",
6907 "serde",
6908 "serde_json",
6909 "simple_asn1",
6910]
6911
6912[[package]]
6913name = "jupyter-protocol"
6914version = "0.6.0"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6917dependencies = [
6918 "anyhow",
6919 "async-trait",
6920 "bytes 1.10.1",
6921 "chrono",
6922 "futures 0.3.31",
6923 "serde",
6924 "serde_json",
6925 "uuid",
6926]
6927
6928[[package]]
6929name = "jupyter-websocket-client"
6930version = "0.9.0"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6933dependencies = [
6934 "anyhow",
6935 "async-trait",
6936 "async-tungstenite",
6937 "futures 0.3.31",
6938 "jupyter-protocol",
6939 "serde",
6940 "serde_json",
6941 "url",
6942 "uuid",
6943]
6944
6945[[package]]
6946name = "khronos-egl"
6947version = "6.0.0"
6948source = "registry+https://github.com/rust-lang/crates.io-index"
6949checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6950dependencies = [
6951 "libc",
6952 "libloading",
6953]
6954
6955[[package]]
6956name = "kqueue"
6957version = "1.0.8"
6958source = "registry+https://github.com/rust-lang/crates.io-index"
6959checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6960dependencies = [
6961 "kqueue-sys",
6962 "libc",
6963]
6964
6965[[package]]
6966name = "kqueue-sys"
6967version = "1.0.4"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6970dependencies = [
6971 "bitflags 1.3.2",
6972 "libc",
6973]
6974
6975[[package]]
6976name = "kurbo"
6977version = "0.11.1"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6980dependencies = [
6981 "arrayvec",
6982 "smallvec",
6983]
6984
6985[[package]]
6986name = "kv-log-macro"
6987version = "1.0.7"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6990dependencies = [
6991 "log",
6992]
6993
6994[[package]]
6995name = "language"
6996version = "0.1.0"
6997dependencies = [
6998 "anyhow",
6999 "async-trait",
7000 "async-watch",
7001 "clock",
7002 "collections",
7003 "ctor",
7004 "ec4rs",
7005 "env_logger 0.11.6",
7006 "fs",
7007 "futures 0.3.31",
7008 "fuzzy",
7009 "globset",
7010 "gpui",
7011 "http_client",
7012 "imara-diff",
7013 "indoc",
7014 "itertools 0.14.0",
7015 "log",
7016 "lsp",
7017 "parking_lot",
7018 "postage",
7019 "pretty_assertions",
7020 "rand 0.8.5",
7021 "regex",
7022 "rpc",
7023 "schemars",
7024 "serde",
7025 "serde_json",
7026 "settings",
7027 "smallvec",
7028 "smol",
7029 "streaming-iterator",
7030 "strsim",
7031 "sum_tree",
7032 "task",
7033 "text",
7034 "theme",
7035 "tree-sitter",
7036 "tree-sitter-elixir",
7037 "tree-sitter-embedded-template",
7038 "tree-sitter-heex",
7039 "tree-sitter-html",
7040 "tree-sitter-json",
7041 "tree-sitter-md",
7042 "tree-sitter-ruby",
7043 "tree-sitter-rust",
7044 "tree-sitter-typescript",
7045 "unicase",
7046 "unindent",
7047 "util",
7048]
7049
7050[[package]]
7051name = "language_extension"
7052version = "0.1.0"
7053dependencies = [
7054 "anyhow",
7055 "async-trait",
7056 "collections",
7057 "extension",
7058 "fs",
7059 "futures 0.3.31",
7060 "gpui",
7061 "language",
7062 "lsp",
7063 "serde",
7064 "serde_json",
7065 "util",
7066]
7067
7068[[package]]
7069name = "language_model"
7070version = "0.1.0"
7071dependencies = [
7072 "anthropic",
7073 "anyhow",
7074 "base64 0.22.1",
7075 "client",
7076 "collections",
7077 "futures 0.3.31",
7078 "google_ai",
7079 "gpui",
7080 "http_client",
7081 "image",
7082 "log",
7083 "open_ai",
7084 "parking_lot",
7085 "proto",
7086 "schemars",
7087 "serde",
7088 "serde_json",
7089 "smol",
7090 "strum",
7091 "telemetry_events",
7092 "thiserror 1.0.69",
7093 "ui",
7094 "util",
7095]
7096
7097[[package]]
7098name = "language_model_selector"
7099version = "0.1.0"
7100dependencies = [
7101 "feature_flags",
7102 "gpui",
7103 "language_model",
7104 "log",
7105 "picker",
7106 "proto",
7107 "ui",
7108 "workspace",
7109 "zed_actions",
7110]
7111
7112[[package]]
7113name = "language_models"
7114version = "0.1.0"
7115dependencies = [
7116 "anthropic",
7117 "anyhow",
7118 "aws-config",
7119 "aws-credential-types",
7120 "aws_http_client",
7121 "bedrock",
7122 "client",
7123 "collections",
7124 "copilot",
7125 "credentials_provider",
7126 "deepseek",
7127 "editor",
7128 "feature_flags",
7129 "fs",
7130 "futures 0.3.31",
7131 "google_ai",
7132 "gpui",
7133 "gpui_tokio",
7134 "http_client",
7135 "language_model",
7136 "lmstudio",
7137 "menu",
7138 "mistral",
7139 "ollama",
7140 "open_ai",
7141 "project",
7142 "proto",
7143 "schemars",
7144 "serde",
7145 "serde_json",
7146 "settings",
7147 "smol",
7148 "strum",
7149 "theme",
7150 "tiktoken-rs",
7151 "tokio",
7152 "ui",
7153 "util",
7154]
7155
7156[[package]]
7157name = "language_selector"
7158version = "0.1.0"
7159dependencies = [
7160 "anyhow",
7161 "editor",
7162 "file_finder",
7163 "file_icons",
7164 "fuzzy",
7165 "gpui",
7166 "language",
7167 "picker",
7168 "project",
7169 "settings",
7170 "ui",
7171 "util",
7172 "workspace",
7173]
7174
7175[[package]]
7176name = "language_tools"
7177version = "0.1.0"
7178dependencies = [
7179 "anyhow",
7180 "client",
7181 "collections",
7182 "copilot",
7183 "editor",
7184 "env_logger 0.11.6",
7185 "futures 0.3.31",
7186 "gpui",
7187 "itertools 0.14.0",
7188 "language",
7189 "lsp",
7190 "project",
7191 "release_channel",
7192 "serde_json",
7193 "settings",
7194 "theme",
7195 "tree-sitter",
7196 "ui",
7197 "util",
7198 "workspace",
7199 "zed_actions",
7200]
7201
7202[[package]]
7203name = "languages"
7204version = "0.1.0"
7205dependencies = [
7206 "anyhow",
7207 "async-compression",
7208 "async-tar",
7209 "async-trait",
7210 "collections",
7211 "futures 0.3.31",
7212 "gpui",
7213 "http_client",
7214 "language",
7215 "log",
7216 "lsp",
7217 "node_runtime",
7218 "paths",
7219 "pet",
7220 "pet-conda",
7221 "pet-core",
7222 "pet-fs",
7223 "pet-poetry",
7224 "pet-reporter",
7225 "pretty_assertions",
7226 "project",
7227 "regex",
7228 "rope",
7229 "rust-embed",
7230 "serde",
7231 "serde_json",
7232 "settings",
7233 "smol",
7234 "snippet_provider",
7235 "task",
7236 "text",
7237 "theme",
7238 "toml 0.8.20",
7239 "tree-sitter",
7240 "tree-sitter-bash",
7241 "tree-sitter-c",
7242 "tree-sitter-cpp",
7243 "tree-sitter-css",
7244 "tree-sitter-diff",
7245 "tree-sitter-gitcommit",
7246 "tree-sitter-go",
7247 "tree-sitter-gomod",
7248 "tree-sitter-gowork",
7249 "tree-sitter-jsdoc",
7250 "tree-sitter-json",
7251 "tree-sitter-md",
7252 "tree-sitter-python",
7253 "tree-sitter-regex",
7254 "tree-sitter-rust",
7255 "tree-sitter-typescript",
7256 "tree-sitter-yaml",
7257 "unindent",
7258 "util",
7259 "workspace",
7260]
7261
7262[[package]]
7263name = "lazy_static"
7264version = "1.5.0"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7267dependencies = [
7268 "spin",
7269]
7270
7271[[package]]
7272name = "lazycell"
7273version = "1.3.0"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7276
7277[[package]]
7278name = "leb128"
7279version = "0.2.5"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7282
7283[[package]]
7284name = "lebe"
7285version = "0.5.2"
7286source = "registry+https://github.com/rust-lang/crates.io-index"
7287checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7288
7289[[package]]
7290name = "libc"
7291version = "0.2.170"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7294
7295[[package]]
7296name = "libdbus-sys"
7297version = "0.2.5"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7300dependencies = [
7301 "cc",
7302 "pkg-config",
7303]
7304
7305[[package]]
7306name = "libfuzzer-sys"
7307version = "0.4.8"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7310dependencies = [
7311 "arbitrary",
7312 "cc",
7313]
7314
7315[[package]]
7316name = "libgit2-sys"
7317version = "0.18.0+1.9.0"
7318source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7319dependencies = [
7320 "cc",
7321 "libc",
7322 "libz-sys",
7323 "pkg-config",
7324]
7325
7326[[package]]
7327name = "libloading"
7328version = "0.8.6"
7329source = "registry+https://github.com/rust-lang/crates.io-index"
7330checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7331dependencies = [
7332 "cfg-if",
7333 "windows-targets 0.52.6",
7334]
7335
7336[[package]]
7337name = "libm"
7338version = "0.2.11"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7341
7342[[package]]
7343name = "libmimalloc-sys"
7344version = "0.1.39"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7347dependencies = [
7348 "cc",
7349 "libc",
7350]
7351
7352[[package]]
7353name = "libredox"
7354version = "0.1.3"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7357dependencies = [
7358 "bitflags 2.8.0",
7359 "libc",
7360 "redox_syscall 0.5.8",
7361]
7362
7363[[package]]
7364name = "libsqlite3-sys"
7365version = "0.30.1"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7368dependencies = [
7369 "cc",
7370 "pkg-config",
7371 "vcpkg",
7372]
7373
7374[[package]]
7375name = "libwebrtc"
7376version = "0.3.7"
7377source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7378dependencies = [
7379 "cxx",
7380 "jni",
7381 "js-sys",
7382 "lazy_static",
7383 "livekit-protocol",
7384 "livekit-runtime",
7385 "log",
7386 "parking_lot",
7387 "serde",
7388 "serde_json",
7389 "thiserror 1.0.69",
7390 "tokio",
7391 "wasm-bindgen",
7392 "wasm-bindgen-futures",
7393 "web-sys",
7394 "webrtc-sys",
7395]
7396
7397[[package]]
7398name = "libz-sys"
7399version = "1.1.20"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7402dependencies = [
7403 "cc",
7404 "libc",
7405 "pkg-config",
7406 "vcpkg",
7407]
7408
7409[[package]]
7410name = "link-cplusplus"
7411version = "1.0.9"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7414dependencies = [
7415 "cc",
7416]
7417
7418[[package]]
7419name = "linkify"
7420version = "0.10.0"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7423dependencies = [
7424 "memchr",
7425]
7426
7427[[package]]
7428name = "linkme"
7429version = "0.3.32"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7432dependencies = [
7433 "linkme-impl",
7434]
7435
7436[[package]]
7437name = "linkme-impl"
7438version = "0.3.32"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7441dependencies = [
7442 "proc-macro2",
7443 "quote",
7444 "syn 2.0.90",
7445]
7446
7447[[package]]
7448name = "linux-raw-sys"
7449version = "0.4.14"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7452
7453[[package]]
7454name = "litemap"
7455version = "0.7.4"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7458
7459[[package]]
7460name = "livekit"
7461version = "0.7.0"
7462source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7463dependencies = [
7464 "chrono",
7465 "futures-util",
7466 "lazy_static",
7467 "libwebrtc",
7468 "livekit-api",
7469 "livekit-protocol",
7470 "livekit-runtime",
7471 "log",
7472 "parking_lot",
7473 "prost 0.12.6",
7474 "semver",
7475 "serde",
7476 "serde_json",
7477 "thiserror 1.0.69",
7478 "tokio",
7479]
7480
7481[[package]]
7482name = "livekit-api"
7483version = "0.4.1"
7484source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7485dependencies = [
7486 "async-tungstenite",
7487 "futures-util",
7488 "http 0.2.12",
7489 "jsonwebtoken",
7490 "livekit-protocol",
7491 "livekit-runtime",
7492 "log",
7493 "parking_lot",
7494 "prost 0.12.6",
7495 "reqwest 0.11.27",
7496 "scopeguard",
7497 "serde",
7498 "serde_json",
7499 "sha2",
7500 "thiserror 1.0.69",
7501 "tokio",
7502 "tokio-tungstenite 0.20.1",
7503 "url",
7504]
7505
7506[[package]]
7507name = "livekit-protocol"
7508version = "0.3.6"
7509source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7510dependencies = [
7511 "futures-util",
7512 "livekit-runtime",
7513 "parking_lot",
7514 "pbjson",
7515 "pbjson-types",
7516 "prost 0.12.6",
7517 "prost-types 0.12.6",
7518 "serde",
7519 "thiserror 1.0.69",
7520 "tokio",
7521]
7522
7523[[package]]
7524name = "livekit-runtime"
7525version = "0.3.1"
7526source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7527dependencies = [
7528 "async-io",
7529 "async-std",
7530 "async-task",
7531 "futures 0.3.31",
7532]
7533
7534[[package]]
7535name = "livekit_api"
7536version = "0.1.0"
7537dependencies = [
7538 "anyhow",
7539 "async-trait",
7540 "jsonwebtoken",
7541 "log",
7542 "prost 0.9.0",
7543 "prost-build 0.9.0",
7544 "prost-types 0.9.0",
7545 "reqwest 0.12.8",
7546 "serde",
7547]
7548
7549[[package]]
7550name = "livekit_client"
7551version = "0.1.0"
7552dependencies = [
7553 "anyhow",
7554 "async-trait",
7555 "collections",
7556 "core-foundation 0.9.4",
7557 "coreaudio-rs 0.12.1",
7558 "cpal",
7559 "futures 0.3.31",
7560 "gpui",
7561 "http 0.2.12",
7562 "http_client",
7563 "image",
7564 "livekit",
7565 "livekit_api",
7566 "log",
7567 "media",
7568 "nanoid",
7569 "parking_lot",
7570 "postage",
7571 "serde",
7572 "serde_json",
7573 "sha2",
7574 "simplelog",
7575 "smallvec",
7576 "util",
7577]
7578
7579[[package]]
7580name = "livekit_client_macos"
7581version = "0.1.0"
7582dependencies = [
7583 "anyhow",
7584 "async-broadcast",
7585 "async-trait",
7586 "collections",
7587 "core-foundation 0.9.4",
7588 "futures 0.3.31",
7589 "gpui",
7590 "livekit_api",
7591 "log",
7592 "media",
7593 "nanoid",
7594 "parking_lot",
7595 "postage",
7596 "serde",
7597 "serde_json",
7598 "sha2",
7599 "simplelog",
7600]
7601
7602[[package]]
7603name = "lmdb-master-sys"
7604version = "0.2.4"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7607dependencies = [
7608 "cc",
7609 "doxygen-rs",
7610 "libc",
7611]
7612
7613[[package]]
7614name = "lmstudio"
7615version = "0.1.0"
7616dependencies = [
7617 "anyhow",
7618 "futures 0.3.31",
7619 "http_client",
7620 "schemars",
7621 "serde",
7622 "serde_json",
7623]
7624
7625[[package]]
7626name = "lock_api"
7627version = "0.4.12"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7630dependencies = [
7631 "autocfg",
7632 "scopeguard",
7633]
7634
7635[[package]]
7636name = "log"
7637version = "0.4.26"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7640dependencies = [
7641 "serde",
7642 "value-bag",
7643]
7644
7645[[package]]
7646name = "loop9"
7647version = "0.1.5"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7650dependencies = [
7651 "imgref",
7652]
7653
7654[[package]]
7655name = "lru"
7656version = "0.12.5"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7659dependencies = [
7660 "hashbrown 0.15.2",
7661]
7662
7663[[package]]
7664name = "lsp"
7665version = "0.1.0"
7666dependencies = [
7667 "anyhow",
7668 "async-pipe",
7669 "collections",
7670 "ctor",
7671 "env_logger 0.11.6",
7672 "futures 0.3.31",
7673 "gpui",
7674 "log",
7675 "lsp-types",
7676 "parking_lot",
7677 "postage",
7678 "release_channel",
7679 "schemars",
7680 "serde",
7681 "serde_json",
7682 "smol",
7683 "util",
7684]
7685
7686[[package]]
7687name = "lsp-types"
7688version = "0.95.1"
7689source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7690dependencies = [
7691 "bitflags 1.3.2",
7692 "serde",
7693 "serde_json",
7694 "serde_repr",
7695 "url",
7696]
7697
7698[[package]]
7699name = "lua-src"
7700version = "547.0.0"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7703dependencies = [
7704 "cc",
7705]
7706
7707[[package]]
7708name = "luajit-src"
7709version = "210.5.12+a4f56a4"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7712dependencies = [
7713 "cc",
7714 "which 7.0.2",
7715]
7716
7717[[package]]
7718name = "lyon"
7719version = "1.0.1"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7722dependencies = [
7723 "lyon_algorithms",
7724 "lyon_extra",
7725 "lyon_tessellation",
7726]
7727
7728[[package]]
7729name = "lyon_algorithms"
7730version = "1.0.5"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7733dependencies = [
7734 "lyon_path",
7735 "num-traits",
7736]
7737
7738[[package]]
7739name = "lyon_extra"
7740version = "1.0.3"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7743dependencies = [
7744 "lyon_path",
7745 "thiserror 1.0.69",
7746]
7747
7748[[package]]
7749name = "lyon_geom"
7750version = "1.0.6"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7753dependencies = [
7754 "arrayvec",
7755 "euclid",
7756 "num-traits",
7757]
7758
7759[[package]]
7760name = "lyon_path"
7761version = "1.0.6"
7762source = "registry+https://github.com/rust-lang/crates.io-index"
7763checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7764dependencies = [
7765 "lyon_geom",
7766 "num-traits",
7767]
7768
7769[[package]]
7770name = "lyon_tessellation"
7771version = "1.0.15"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7774dependencies = [
7775 "float_next_after",
7776 "lyon_path",
7777 "num-traits",
7778]
7779
7780[[package]]
7781name = "mac"
7782version = "0.1.1"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7785
7786[[package]]
7787name = "mach2"
7788version = "0.4.2"
7789source = "registry+https://github.com/rust-lang/crates.io-index"
7790checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7791dependencies = [
7792 "libc",
7793]
7794
7795[[package]]
7796name = "malloc_buf"
7797version = "0.0.6"
7798source = "registry+https://github.com/rust-lang/crates.io-index"
7799checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7800dependencies = [
7801 "libc",
7802]
7803
7804[[package]]
7805name = "maplit"
7806version = "1.0.2"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7809
7810[[package]]
7811name = "markdown"
7812version = "0.1.0"
7813dependencies = [
7814 "anyhow",
7815 "assets",
7816 "env_logger 0.11.6",
7817 "gpui",
7818 "language",
7819 "languages",
7820 "linkify",
7821 "log",
7822 "node_runtime",
7823 "pulldown-cmark 0.12.2",
7824 "settings",
7825 "theme",
7826 "ui",
7827 "util",
7828]
7829
7830[[package]]
7831name = "markdown_preview"
7832version = "0.1.0"
7833dependencies = [
7834 "anyhow",
7835 "async-recursion 1.1.1",
7836 "collections",
7837 "editor",
7838 "gpui",
7839 "language",
7840 "linkify",
7841 "log",
7842 "pretty_assertions",
7843 "pulldown-cmark 0.12.2",
7844 "settings",
7845 "theme",
7846 "ui",
7847 "util",
7848 "workspace",
7849]
7850
7851[[package]]
7852name = "markup5ever"
7853version = "0.12.1"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7856dependencies = [
7857 "log",
7858 "phf",
7859 "phf_codegen",
7860 "string_cache",
7861 "string_cache_codegen",
7862 "tendril",
7863]
7864
7865[[package]]
7866name = "markup5ever_rcdom"
7867version = "0.3.0"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7870dependencies = [
7871 "html5ever",
7872 "markup5ever",
7873 "tendril",
7874 "xml5ever",
7875]
7876
7877[[package]]
7878name = "matchers"
7879version = "0.1.0"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7882dependencies = [
7883 "regex-automata 0.1.10",
7884]
7885
7886[[package]]
7887name = "matchit"
7888version = "0.7.3"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7891
7892[[package]]
7893name = "maybe-owned"
7894version = "0.3.4"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7897
7898[[package]]
7899name = "maybe-rayon"
7900version = "0.1.1"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7903dependencies = [
7904 "cfg-if",
7905 "rayon",
7906]
7907
7908[[package]]
7909name = "md-5"
7910version = "0.10.6"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7913dependencies = [
7914 "cfg-if",
7915 "digest",
7916]
7917
7918[[package]]
7919name = "mdbook"
7920version = "0.4.45"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7923dependencies = [
7924 "ammonia",
7925 "anyhow",
7926 "chrono",
7927 "clap",
7928 "clap_complete",
7929 "elasticlunr-rs",
7930 "env_logger 0.11.6",
7931 "futures-util",
7932 "handlebars 6.2.0",
7933 "ignore",
7934 "log",
7935 "memchr",
7936 "notify 8.0.0",
7937 "notify-debouncer-mini",
7938 "once_cell",
7939 "opener",
7940 "pathdiff",
7941 "pulldown-cmark 0.10.3",
7942 "regex",
7943 "serde",
7944 "serde_json",
7945 "shlex",
7946 "tempfile",
7947 "tokio",
7948 "toml 0.5.11",
7949 "topological-sort",
7950 "walkdir",
7951 "warp",
7952]
7953
7954[[package]]
7955name = "media"
7956version = "0.1.0"
7957dependencies = [
7958 "anyhow",
7959 "bindgen 0.70.1",
7960 "core-foundation 0.9.4",
7961 "ctor",
7962 "foreign-types 0.5.0",
7963 "metal",
7964 "objc",
7965]
7966
7967[[package]]
7968name = "memchr"
7969version = "2.7.4"
7970source = "registry+https://github.com/rust-lang/crates.io-index"
7971checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7972
7973[[package]]
7974name = "memfd"
7975version = "0.6.4"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7978dependencies = [
7979 "rustix",
7980]
7981
7982[[package]]
7983name = "memmap2"
7984version = "0.9.5"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7987dependencies = [
7988 "libc",
7989]
7990
7991[[package]]
7992name = "memoffset"
7993version = "0.9.1"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7996dependencies = [
7997 "autocfg",
7998]
7999
8000[[package]]
8001name = "menu"
8002version = "0.1.0"
8003dependencies = [
8004 "gpui",
8005 "serde",
8006]
8007
8008[[package]]
8009name = "metal"
8010version = "0.31.0"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8013dependencies = [
8014 "bitflags 2.8.0",
8015 "block",
8016 "core-graphics-types 0.1.3",
8017 "foreign-types 0.5.0",
8018 "log",
8019 "objc",
8020 "paste",
8021]
8022
8023[[package]]
8024name = "migrator"
8025version = "0.1.0"
8026dependencies = [
8027 "anyhow",
8028 "collections",
8029 "convert_case 0.8.0",
8030 "log",
8031 "pretty_assertions",
8032 "streaming-iterator",
8033 "tree-sitter",
8034 "tree-sitter-json",
8035]
8036
8037[[package]]
8038name = "mimalloc"
8039version = "0.1.43"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8042dependencies = [
8043 "libmimalloc-sys",
8044]
8045
8046[[package]]
8047name = "mime"
8048version = "0.3.17"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8051
8052[[package]]
8053name = "mime_guess"
8054version = "2.0.5"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8057dependencies = [
8058 "mime",
8059 "unicase",
8060]
8061
8062[[package]]
8063name = "minimal-lexical"
8064version = "0.2.1"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8067
8068[[package]]
8069name = "miniz_oxide"
8070version = "0.8.0"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8073dependencies = [
8074 "adler2",
8075 "simd-adler32",
8076]
8077
8078[[package]]
8079name = "mint"
8080version = "0.5.9"
8081source = "registry+https://github.com/rust-lang/crates.io-index"
8082checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8083
8084[[package]]
8085name = "mio"
8086version = "0.8.11"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8089dependencies = [
8090 "libc",
8091 "log",
8092 "wasi 0.11.0+wasi-snapshot-preview1",
8093 "windows-sys 0.48.0",
8094]
8095
8096[[package]]
8097name = "mio"
8098version = "1.0.3"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8101dependencies = [
8102 "libc",
8103 "log",
8104 "wasi 0.11.0+wasi-snapshot-preview1",
8105 "windows-sys 0.52.0",
8106]
8107
8108[[package]]
8109name = "miow"
8110version = "0.6.0"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8113dependencies = [
8114 "windows-sys 0.48.0",
8115]
8116
8117[[package]]
8118name = "mistral"
8119version = "0.1.0"
8120dependencies = [
8121 "anyhow",
8122 "futures 0.3.31",
8123 "http_client",
8124 "schemars",
8125 "serde",
8126 "serde_json",
8127 "strum",
8128]
8129
8130[[package]]
8131name = "mlua"
8132version = "0.10.3"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8135dependencies = [
8136 "bstr",
8137 "either",
8138 "futures-util",
8139 "mlua-sys",
8140 "num-traits",
8141 "parking_lot",
8142 "rustc-hash 2.1.1",
8143]
8144
8145[[package]]
8146name = "mlua-sys"
8147version = "0.6.7"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8150dependencies = [
8151 "cc",
8152 "cfg-if",
8153 "lua-src",
8154 "luajit-src",
8155 "pkg-config",
8156]
8157
8158[[package]]
8159name = "msvc_spectre_libs"
8160version = "0.1.2"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8163dependencies = [
8164 "cc",
8165]
8166
8167[[package]]
8168name = "multi_buffer"
8169version = "0.1.0"
8170dependencies = [
8171 "anyhow",
8172 "buffer_diff",
8173 "clock",
8174 "collections",
8175 "ctor",
8176 "env_logger 0.11.6",
8177 "futures 0.3.31",
8178 "gpui",
8179 "indoc",
8180 "itertools 0.14.0",
8181 "language",
8182 "log",
8183 "parking_lot",
8184 "pretty_assertions",
8185 "project",
8186 "rand 0.8.5",
8187 "rope",
8188 "serde",
8189 "settings",
8190 "smallvec",
8191 "smol",
8192 "sum_tree",
8193 "text",
8194 "theme",
8195 "tree-sitter",
8196 "util",
8197]
8198
8199[[package]]
8200name = "multimap"
8201version = "0.8.3"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8204
8205[[package]]
8206name = "multimap"
8207version = "0.10.0"
8208source = "registry+https://github.com/rust-lang/crates.io-index"
8209checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8210
8211[[package]]
8212name = "naga"
8213version = "23.1.0"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8216dependencies = [
8217 "arrayvec",
8218 "bit-set 0.8.0",
8219 "bitflags 2.8.0",
8220 "cfg_aliases 0.1.1",
8221 "codespan-reporting",
8222 "hexf-parse",
8223 "indexmap",
8224 "log",
8225 "rustc-hash 1.1.0",
8226 "spirv",
8227 "termcolor",
8228 "thiserror 1.0.69",
8229 "unicode-xid",
8230]
8231
8232[[package]]
8233name = "nanoid"
8234version = "0.4.0"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8237dependencies = [
8238 "rand 0.8.5",
8239]
8240
8241[[package]]
8242name = "nanorand"
8243version = "0.7.0"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8246dependencies = [
8247 "getrandom 0.2.15",
8248]
8249
8250[[package]]
8251name = "native-tls"
8252version = "0.2.12"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8255dependencies = [
8256 "libc",
8257 "log",
8258 "openssl",
8259 "openssl-probe",
8260 "openssl-sys",
8261 "schannel",
8262 "security-framework 2.11.1",
8263 "security-framework-sys",
8264 "tempfile",
8265]
8266
8267[[package]]
8268name = "nbformat"
8269version = "0.10.0"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8272dependencies = [
8273 "anyhow",
8274 "chrono",
8275 "jupyter-protocol",
8276 "serde",
8277 "serde_json",
8278 "thiserror 1.0.69",
8279 "uuid",
8280]
8281
8282[[package]]
8283name = "ndk"
8284version = "0.8.0"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8287dependencies = [
8288 "bitflags 2.8.0",
8289 "jni-sys",
8290 "log",
8291 "ndk-sys",
8292 "num_enum",
8293 "thiserror 1.0.69",
8294]
8295
8296[[package]]
8297name = "ndk-context"
8298version = "0.1.1"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8301
8302[[package]]
8303name = "ndk-sys"
8304version = "0.5.0+25.2.9519653"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8307dependencies = [
8308 "jni-sys",
8309]
8310
8311[[package]]
8312name = "new_debug_unreachable"
8313version = "1.0.6"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8316
8317[[package]]
8318name = "nix"
8319version = "0.29.0"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8322dependencies = [
8323 "bitflags 2.8.0",
8324 "cfg-if",
8325 "cfg_aliases 0.2.1",
8326 "libc",
8327 "memoffset",
8328]
8329
8330[[package]]
8331name = "node_runtime"
8332version = "0.1.0"
8333dependencies = [
8334 "anyhow",
8335 "async-compression",
8336 "async-std",
8337 "async-tar",
8338 "async-trait",
8339 "async-watch",
8340 "async_zip",
8341 "futures 0.3.31",
8342 "http_client",
8343 "log",
8344 "paths",
8345 "semver",
8346 "serde",
8347 "serde_json",
8348 "smol",
8349 "tempfile",
8350 "util",
8351 "walkdir",
8352 "which 6.0.3",
8353]
8354
8355[[package]]
8356name = "nom"
8357version = "7.1.3"
8358source = "registry+https://github.com/rust-lang/crates.io-index"
8359checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8360dependencies = [
8361 "memchr",
8362 "minimal-lexical",
8363]
8364
8365[[package]]
8366name = "noop_proc_macro"
8367version = "0.3.0"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8370
8371[[package]]
8372name = "normpath"
8373version = "1.3.0"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8376dependencies = [
8377 "windows-sys 0.59.0",
8378]
8379
8380[[package]]
8381name = "notifications"
8382version = "0.1.0"
8383dependencies = [
8384 "anyhow",
8385 "channel",
8386 "client",
8387 "collections",
8388 "component",
8389 "db",
8390 "gpui",
8391 "linkme",
8392 "rpc",
8393 "settings",
8394 "sum_tree",
8395 "time",
8396 "ui",
8397 "util",
8398 "workspace",
8399]
8400
8401[[package]]
8402name = "notify"
8403version = "6.1.1"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8406dependencies = [
8407 "bitflags 2.8.0",
8408 "crossbeam-channel",
8409 "filetime",
8410 "fsevent-sys 4.1.0",
8411 "inotify 0.9.6",
8412 "kqueue",
8413 "libc",
8414 "log",
8415 "mio 0.8.11",
8416 "walkdir",
8417 "windows-sys 0.48.0",
8418]
8419
8420[[package]]
8421name = "notify"
8422version = "8.0.0"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8425dependencies = [
8426 "bitflags 2.8.0",
8427 "filetime",
8428 "fsevent-sys 4.1.0",
8429 "inotify 0.11.0",
8430 "kqueue",
8431 "libc",
8432 "log",
8433 "mio 1.0.3",
8434 "notify-types",
8435 "walkdir",
8436 "windows-sys 0.59.0",
8437]
8438
8439[[package]]
8440name = "notify-debouncer-mini"
8441version = "0.6.0"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8444dependencies = [
8445 "log",
8446 "notify 8.0.0",
8447 "notify-types",
8448 "tempfile",
8449]
8450
8451[[package]]
8452name = "notify-types"
8453version = "2.0.0"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8456
8457[[package]]
8458name = "ntapi"
8459version = "0.4.1"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8462dependencies = [
8463 "winapi",
8464]
8465
8466[[package]]
8467name = "nu-ansi-term"
8468version = "0.46.0"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8471dependencies = [
8472 "overload",
8473 "winapi",
8474]
8475
8476[[package]]
8477name = "num"
8478version = "0.4.3"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8481dependencies = [
8482 "num-bigint",
8483 "num-complex",
8484 "num-integer",
8485 "num-iter",
8486 "num-rational",
8487 "num-traits",
8488]
8489
8490[[package]]
8491name = "num-bigint"
8492version = "0.4.6"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8495dependencies = [
8496 "num-integer",
8497 "num-traits",
8498]
8499
8500[[package]]
8501name = "num-bigint-dig"
8502version = "0.8.4"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8505dependencies = [
8506 "byteorder",
8507 "lazy_static",
8508 "libm",
8509 "num-integer",
8510 "num-iter",
8511 "num-traits",
8512 "rand 0.8.5",
8513 "serde",
8514 "smallvec",
8515 "zeroize",
8516]
8517
8518[[package]]
8519name = "num-complex"
8520version = "0.4.6"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8523dependencies = [
8524 "num-traits",
8525]
8526
8527[[package]]
8528name = "num-conv"
8529version = "0.1.0"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8532
8533[[package]]
8534name = "num-derive"
8535version = "0.4.2"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8538dependencies = [
8539 "proc-macro2",
8540 "quote",
8541 "syn 2.0.90",
8542]
8543
8544[[package]]
8545name = "num-format"
8546version = "0.4.4"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8549dependencies = [
8550 "arrayvec",
8551 "itoa",
8552]
8553
8554[[package]]
8555name = "num-integer"
8556version = "0.1.46"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8559dependencies = [
8560 "num-traits",
8561]
8562
8563[[package]]
8564name = "num-iter"
8565version = "0.1.45"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8568dependencies = [
8569 "autocfg",
8570 "num-integer",
8571 "num-traits",
8572]
8573
8574[[package]]
8575name = "num-modular"
8576version = "0.6.1"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8579
8580[[package]]
8581name = "num-order"
8582version = "1.2.0"
8583source = "registry+https://github.com/rust-lang/crates.io-index"
8584checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8585dependencies = [
8586 "num-modular",
8587]
8588
8589[[package]]
8590name = "num-rational"
8591version = "0.4.2"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8594dependencies = [
8595 "num-bigint",
8596 "num-integer",
8597 "num-traits",
8598]
8599
8600[[package]]
8601name = "num-traits"
8602version = "0.2.19"
8603source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8605dependencies = [
8606 "autocfg",
8607 "libm",
8608]
8609
8610[[package]]
8611name = "num_cpus"
8612version = "1.16.0"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8615dependencies = [
8616 "hermit-abi 0.3.9",
8617 "libc",
8618]
8619
8620[[package]]
8621name = "num_enum"
8622version = "0.7.3"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8625dependencies = [
8626 "num_enum_derive",
8627]
8628
8629[[package]]
8630name = "num_enum_derive"
8631version = "0.7.3"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8634dependencies = [
8635 "proc-macro-crate",
8636 "proc-macro2",
8637 "quote",
8638 "syn 2.0.90",
8639]
8640
8641[[package]]
8642name = "num_threads"
8643version = "0.1.7"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8646dependencies = [
8647 "libc",
8648]
8649
8650[[package]]
8651name = "nvim-rs"
8652version = "0.8.0-pre"
8653source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8654dependencies = [
8655 "async-trait",
8656 "futures 0.3.31",
8657 "log",
8658 "parity-tokio-ipc",
8659 "rmp",
8660 "rmpv",
8661 "tokio",
8662 "tokio-util",
8663 "winapi",
8664]
8665
8666[[package]]
8667name = "objc"
8668version = "0.2.7"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8671dependencies = [
8672 "malloc_buf",
8673]
8674
8675[[package]]
8676name = "objc-sys"
8677version = "0.3.5"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8680
8681[[package]]
8682name = "objc2"
8683version = "0.5.2"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8686dependencies = [
8687 "objc-sys",
8688 "objc2-encode",
8689]
8690
8691[[package]]
8692name = "objc2-app-kit"
8693version = "0.2.2"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8696dependencies = [
8697 "bitflags 2.8.0",
8698 "block2",
8699 "libc",
8700 "objc2",
8701 "objc2-core-data",
8702 "objc2-core-image",
8703 "objc2-foundation",
8704 "objc2-quartz-core",
8705]
8706
8707[[package]]
8708name = "objc2-cloud-kit"
8709version = "0.2.2"
8710source = "registry+https://github.com/rust-lang/crates.io-index"
8711checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8712dependencies = [
8713 "bitflags 2.8.0",
8714 "block2",
8715 "objc2",
8716 "objc2-core-location",
8717 "objc2-foundation",
8718]
8719
8720[[package]]
8721name = "objc2-contacts"
8722version = "0.2.2"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8725dependencies = [
8726 "block2",
8727 "objc2",
8728 "objc2-foundation",
8729]
8730
8731[[package]]
8732name = "objc2-core-data"
8733version = "0.2.2"
8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8736dependencies = [
8737 "bitflags 2.8.0",
8738 "block2",
8739 "objc2",
8740 "objc2-foundation",
8741]
8742
8743[[package]]
8744name = "objc2-core-image"
8745version = "0.2.2"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8748dependencies = [
8749 "block2",
8750 "objc2",
8751 "objc2-foundation",
8752 "objc2-metal",
8753]
8754
8755[[package]]
8756name = "objc2-core-location"
8757version = "0.2.2"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8760dependencies = [
8761 "block2",
8762 "objc2",
8763 "objc2-contacts",
8764 "objc2-foundation",
8765]
8766
8767[[package]]
8768name = "objc2-encode"
8769version = "4.0.3"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8772
8773[[package]]
8774name = "objc2-foundation"
8775version = "0.2.2"
8776source = "registry+https://github.com/rust-lang/crates.io-index"
8777checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8778dependencies = [
8779 "bitflags 2.8.0",
8780 "block2",
8781 "libc",
8782 "objc2",
8783]
8784
8785[[package]]
8786name = "objc2-link-presentation"
8787version = "0.2.2"
8788source = "registry+https://github.com/rust-lang/crates.io-index"
8789checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8790dependencies = [
8791 "block2",
8792 "objc2",
8793 "objc2-app-kit",
8794 "objc2-foundation",
8795]
8796
8797[[package]]
8798name = "objc2-metal"
8799version = "0.2.2"
8800source = "registry+https://github.com/rust-lang/crates.io-index"
8801checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8802dependencies = [
8803 "bitflags 2.8.0",
8804 "block2",
8805 "objc2",
8806 "objc2-foundation",
8807]
8808
8809[[package]]
8810name = "objc2-quartz-core"
8811version = "0.2.2"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8814dependencies = [
8815 "bitflags 2.8.0",
8816 "block2",
8817 "objc2",
8818 "objc2-foundation",
8819 "objc2-metal",
8820]
8821
8822[[package]]
8823name = "objc2-symbols"
8824version = "0.2.2"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8827dependencies = [
8828 "objc2",
8829 "objc2-foundation",
8830]
8831
8832[[package]]
8833name = "objc2-ui-kit"
8834version = "0.2.2"
8835source = "registry+https://github.com/rust-lang/crates.io-index"
8836checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8837dependencies = [
8838 "bitflags 2.8.0",
8839 "block2",
8840 "objc2",
8841 "objc2-cloud-kit",
8842 "objc2-core-data",
8843 "objc2-core-image",
8844 "objc2-core-location",
8845 "objc2-foundation",
8846 "objc2-link-presentation",
8847 "objc2-quartz-core",
8848 "objc2-symbols",
8849 "objc2-uniform-type-identifiers",
8850 "objc2-user-notifications",
8851]
8852
8853[[package]]
8854name = "objc2-uniform-type-identifiers"
8855version = "0.2.2"
8856source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8858dependencies = [
8859 "block2",
8860 "objc2",
8861 "objc2-foundation",
8862]
8863
8864[[package]]
8865name = "objc2-user-notifications"
8866version = "0.2.2"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8869dependencies = [
8870 "bitflags 2.8.0",
8871 "block2",
8872 "objc2",
8873 "objc2-core-location",
8874 "objc2-foundation",
8875]
8876
8877[[package]]
8878name = "object"
8879version = "0.36.5"
8880source = "registry+https://github.com/rust-lang/crates.io-index"
8881checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8882dependencies = [
8883 "crc32fast",
8884 "hashbrown 0.15.2",
8885 "indexmap",
8886 "memchr",
8887]
8888
8889[[package]]
8890name = "oboe"
8891version = "0.6.1"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8894dependencies = [
8895 "jni",
8896 "ndk",
8897 "ndk-context",
8898 "num-derive",
8899 "num-traits",
8900 "oboe-sys",
8901]
8902
8903[[package]]
8904name = "oboe-sys"
8905version = "0.6.1"
8906source = "registry+https://github.com/rust-lang/crates.io-index"
8907checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8908dependencies = [
8909 "cc",
8910]
8911
8912[[package]]
8913name = "ollama"
8914version = "0.1.0"
8915dependencies = [
8916 "anyhow",
8917 "futures 0.3.31",
8918 "http_client",
8919 "schemars",
8920 "serde",
8921 "serde_json",
8922]
8923
8924[[package]]
8925name = "once_cell"
8926version = "1.20.3"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8929
8930[[package]]
8931name = "oo7"
8932version = "0.4.1"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8935dependencies = [
8936 "aes",
8937 "ashpd",
8938 "async-fs",
8939 "async-io",
8940 "async-lock",
8941 "blocking",
8942 "cbc",
8943 "cipher",
8944 "digest",
8945 "endi",
8946 "futures-lite 2.6.0",
8947 "futures-util",
8948 "getrandom 0.3.1",
8949 "hkdf",
8950 "hmac",
8951 "md-5",
8952 "num",
8953 "num-bigint-dig",
8954 "pbkdf2 0.12.2",
8955 "rand 0.9.0",
8956 "serde",
8957 "sha2",
8958 "subtle",
8959 "zbus",
8960 "zbus_macros",
8961 "zeroize",
8962 "zvariant",
8963]
8964
8965[[package]]
8966name = "oorandom"
8967version = "11.1.4"
8968source = "registry+https://github.com/rust-lang/crates.io-index"
8969checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8970
8971[[package]]
8972name = "open"
8973version = "5.3.2"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8976dependencies = [
8977 "is-wsl",
8978 "libc",
8979 "pathdiff",
8980]
8981
8982[[package]]
8983name = "open_ai"
8984version = "0.1.0"
8985dependencies = [
8986 "anyhow",
8987 "futures 0.3.31",
8988 "http_client",
8989 "schemars",
8990 "serde",
8991 "serde_json",
8992 "strum",
8993]
8994
8995[[package]]
8996name = "opener"
8997version = "0.7.2"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9000dependencies = [
9001 "bstr",
9002 "dbus",
9003 "normpath",
9004 "windows-sys 0.59.0",
9005]
9006
9007[[package]]
9008name = "openssl"
9009version = "0.10.70"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9012dependencies = [
9013 "bitflags 2.8.0",
9014 "cfg-if",
9015 "foreign-types 0.3.2",
9016 "libc",
9017 "once_cell",
9018 "openssl-macros",
9019 "openssl-sys",
9020]
9021
9022[[package]]
9023name = "openssl-macros"
9024version = "0.1.1"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9027dependencies = [
9028 "proc-macro2",
9029 "quote",
9030 "syn 2.0.90",
9031]
9032
9033[[package]]
9034name = "openssl-probe"
9035version = "0.1.5"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9038
9039[[package]]
9040name = "openssl-src"
9041version = "300.4.1+3.4.0"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9044dependencies = [
9045 "cc",
9046]
9047
9048[[package]]
9049name = "openssl-sys"
9050version = "0.9.105"
9051source = "registry+https://github.com/rust-lang/crates.io-index"
9052checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9053dependencies = [
9054 "cc",
9055 "libc",
9056 "openssl-src",
9057 "pkg-config",
9058 "vcpkg",
9059]
9060
9061[[package]]
9062name = "option-ext"
9063version = "0.2.0"
9064source = "registry+https://github.com/rust-lang/crates.io-index"
9065checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9066
9067[[package]]
9068name = "ordered-float"
9069version = "2.10.1"
9070source = "registry+https://github.com/rust-lang/crates.io-index"
9071checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9072dependencies = [
9073 "num-traits",
9074]
9075
9076[[package]]
9077name = "ordered-float"
9078version = "3.9.2"
9079source = "registry+https://github.com/rust-lang/crates.io-index"
9080checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9081dependencies = [
9082 "num-traits",
9083]
9084
9085[[package]]
9086name = "ordered-stream"
9087version = "0.2.0"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9090dependencies = [
9091 "futures-core",
9092 "pin-project-lite",
9093]
9094
9095[[package]]
9096name = "ouroboros"
9097version = "0.18.4"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9100dependencies = [
9101 "aliasable",
9102 "ouroboros_macro",
9103 "static_assertions",
9104]
9105
9106[[package]]
9107name = "ouroboros_macro"
9108version = "0.18.4"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9111dependencies = [
9112 "heck 0.4.1",
9113 "itertools 0.12.1",
9114 "proc-macro2",
9115 "proc-macro2-diagnostics",
9116 "quote",
9117 "syn 2.0.90",
9118]
9119
9120[[package]]
9121name = "outline"
9122version = "0.1.0"
9123dependencies = [
9124 "editor",
9125 "fuzzy",
9126 "gpui",
9127 "indoc",
9128 "language",
9129 "menu",
9130 "ordered-float 2.10.1",
9131 "picker",
9132 "project",
9133 "rope",
9134 "serde_json",
9135 "settings",
9136 "smol",
9137 "theme",
9138 "tree-sitter-rust",
9139 "tree-sitter-typescript",
9140 "ui",
9141 "util",
9142 "workspace",
9143 "zed_actions",
9144]
9145
9146[[package]]
9147name = "outline_panel"
9148version = "0.1.0"
9149dependencies = [
9150 "anyhow",
9151 "collections",
9152 "db",
9153 "editor",
9154 "file_icons",
9155 "fuzzy",
9156 "gpui",
9157 "itertools 0.14.0",
9158 "language",
9159 "log",
9160 "menu",
9161 "outline",
9162 "pretty_assertions",
9163 "project",
9164 "schemars",
9165 "search",
9166 "serde",
9167 "serde_json",
9168 "settings",
9169 "smallvec",
9170 "smol",
9171 "theme",
9172 "ui",
9173 "util",
9174 "workspace",
9175 "worktree",
9176 "zed_actions",
9177]
9178
9179[[package]]
9180name = "outref"
9181version = "0.5.1"
9182source = "registry+https://github.com/rust-lang/crates.io-index"
9183checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9184
9185[[package]]
9186name = "overload"
9187version = "0.1.1"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9190
9191[[package]]
9192name = "p256"
9193version = "0.11.1"
9194source = "registry+https://github.com/rust-lang/crates.io-index"
9195checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9196dependencies = [
9197 "ecdsa",
9198 "elliptic-curve",
9199 "sha2",
9200]
9201
9202[[package]]
9203name = "page_size"
9204version = "0.6.0"
9205source = "registry+https://github.com/rust-lang/crates.io-index"
9206checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9207dependencies = [
9208 "libc",
9209 "winapi",
9210]
9211
9212[[package]]
9213name = "palette"
9214version = "0.7.6"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9217dependencies = [
9218 "approx",
9219 "fast-srgb8",
9220 "palette_derive",
9221]
9222
9223[[package]]
9224name = "palette_derive"
9225version = "0.7.6"
9226source = "registry+https://github.com/rust-lang/crates.io-index"
9227checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9228dependencies = [
9229 "by_address",
9230 "proc-macro2",
9231 "quote",
9232 "syn 2.0.90",
9233]
9234
9235[[package]]
9236name = "panel"
9237version = "0.1.0"
9238dependencies = [
9239 "editor",
9240 "gpui",
9241 "settings",
9242 "theme",
9243 "ui",
9244 "workspace",
9245]
9246
9247[[package]]
9248name = "parity-tokio-ipc"
9249version = "0.9.0"
9250source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9252dependencies = [
9253 "futures 0.3.31",
9254 "libc",
9255 "log",
9256 "rand 0.7.3",
9257 "tokio",
9258 "winapi",
9259]
9260
9261[[package]]
9262name = "parking"
9263version = "2.2.1"
9264source = "registry+https://github.com/rust-lang/crates.io-index"
9265checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9266
9267[[package]]
9268name = "parking_lot"
9269version = "0.12.3"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9272dependencies = [
9273 "lock_api",
9274 "parking_lot_core",
9275]
9276
9277[[package]]
9278name = "parking_lot_core"
9279version = "0.9.10"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9282dependencies = [
9283 "cfg-if",
9284 "libc",
9285 "redox_syscall 0.5.8",
9286 "smallvec",
9287 "windows-targets 0.52.6",
9288]
9289
9290[[package]]
9291name = "password-hash"
9292version = "0.4.2"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9295dependencies = [
9296 "base64ct",
9297 "rand_core 0.6.4",
9298 "subtle",
9299]
9300
9301[[package]]
9302name = "password-hash"
9303version = "0.5.0"
9304source = "registry+https://github.com/rust-lang/crates.io-index"
9305checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9306dependencies = [
9307 "base64ct",
9308 "rand_core 0.6.4",
9309 "subtle",
9310]
9311
9312[[package]]
9313name = "paste"
9314version = "1.0.15"
9315source = "registry+https://github.com/rust-lang/crates.io-index"
9316checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9317
9318[[package]]
9319name = "pathdiff"
9320version = "0.2.3"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9323
9324[[package]]
9325name = "pathfinder_geometry"
9326version = "0.5.1"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9329dependencies = [
9330 "log",
9331 "pathfinder_simd",
9332]
9333
9334[[package]]
9335name = "pathfinder_simd"
9336version = "0.5.4"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9339dependencies = [
9340 "rustc_version",
9341]
9342
9343[[package]]
9344name = "paths"
9345version = "0.1.0"
9346dependencies = [
9347 "dirs 4.0.0",
9348 "util",
9349]
9350
9351[[package]]
9352name = "pbjson"
9353version = "0.6.0"
9354source = "registry+https://github.com/rust-lang/crates.io-index"
9355checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9356dependencies = [
9357 "base64 0.21.7",
9358 "serde",
9359]
9360
9361[[package]]
9362name = "pbjson-build"
9363version = "0.6.2"
9364source = "registry+https://github.com/rust-lang/crates.io-index"
9365checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9366dependencies = [
9367 "heck 0.4.1",
9368 "itertools 0.11.0",
9369 "prost 0.12.6",
9370 "prost-types 0.12.6",
9371]
9372
9373[[package]]
9374name = "pbjson-types"
9375version = "0.6.0"
9376source = "registry+https://github.com/rust-lang/crates.io-index"
9377checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9378dependencies = [
9379 "bytes 1.10.1",
9380 "chrono",
9381 "pbjson",
9382 "pbjson-build",
9383 "prost 0.12.6",
9384 "prost-build 0.12.6",
9385 "serde",
9386]
9387
9388[[package]]
9389name = "pbkdf2"
9390version = "0.11.0"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9393dependencies = [
9394 "digest",
9395 "hmac",
9396 "password-hash 0.4.2",
9397 "sha2",
9398]
9399
9400[[package]]
9401name = "pbkdf2"
9402version = "0.12.2"
9403source = "registry+https://github.com/rust-lang/crates.io-index"
9404checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9405dependencies = [
9406 "digest",
9407 "hmac",
9408]
9409
9410[[package]]
9411name = "pem"
9412version = "3.0.4"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9415dependencies = [
9416 "base64 0.22.1",
9417 "serde",
9418]
9419
9420[[package]]
9421name = "pem-rfc7468"
9422version = "0.7.0"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9425dependencies = [
9426 "base64ct",
9427]
9428
9429[[package]]
9430name = "percent-encoding"
9431version = "2.3.1"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9434
9435[[package]]
9436name = "perplexity"
9437version = "0.1.0"
9438dependencies = [
9439 "serde",
9440 "zed_extension_api 0.3.0",
9441]
9442
9443[[package]]
9444name = "pest"
9445version = "2.7.15"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9448dependencies = [
9449 "memchr",
9450 "thiserror 2.0.6",
9451 "ucd-trie",
9452]
9453
9454[[package]]
9455name = "pest_derive"
9456version = "2.7.15"
9457source = "registry+https://github.com/rust-lang/crates.io-index"
9458checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9459dependencies = [
9460 "pest",
9461 "pest_generator",
9462]
9463
9464[[package]]
9465name = "pest_generator"
9466version = "2.7.15"
9467source = "registry+https://github.com/rust-lang/crates.io-index"
9468checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9469dependencies = [
9470 "pest",
9471 "pest_meta",
9472 "proc-macro2",
9473 "quote",
9474 "syn 2.0.90",
9475]
9476
9477[[package]]
9478name = "pest_meta"
9479version = "2.7.15"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9482dependencies = [
9483 "once_cell",
9484 "pest",
9485 "sha2",
9486]
9487
9488[[package]]
9489name = "pet"
9490version = "0.1.0"
9491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9492dependencies = [
9493 "clap",
9494 "env_logger 0.10.2",
9495 "lazy_static",
9496 "log",
9497 "msvc_spectre_libs",
9498 "pet-conda",
9499 "pet-core",
9500 "pet-env-var-path",
9501 "pet-fs",
9502 "pet-global-virtualenvs",
9503 "pet-homebrew",
9504 "pet-jsonrpc",
9505 "pet-linux-global-python",
9506 "pet-mac-commandlinetools",
9507 "pet-mac-python-org",
9508 "pet-mac-xcode",
9509 "pet-pipenv",
9510 "pet-pixi",
9511 "pet-poetry",
9512 "pet-pyenv",
9513 "pet-python-utils",
9514 "pet-reporter",
9515 "pet-telemetry",
9516 "pet-venv",
9517 "pet-virtualenv",
9518 "pet-virtualenvwrapper",
9519 "pet-windows-registry",
9520 "pet-windows-store",
9521 "serde",
9522 "serde_json",
9523]
9524
9525[[package]]
9526name = "pet-conda"
9527version = "0.1.0"
9528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9529dependencies = [
9530 "env_logger 0.10.2",
9531 "lazy_static",
9532 "log",
9533 "msvc_spectre_libs",
9534 "pet-core",
9535 "pet-fs",
9536 "pet-python-utils",
9537 "pet-reporter",
9538 "regex",
9539 "serde",
9540 "serde_json",
9541 "yaml-rust2",
9542]
9543
9544[[package]]
9545name = "pet-core"
9546version = "0.1.0"
9547source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9548dependencies = [
9549 "clap",
9550 "lazy_static",
9551 "log",
9552 "msvc_spectre_libs",
9553 "pet-fs",
9554 "regex",
9555 "serde",
9556 "serde_json",
9557]
9558
9559[[package]]
9560name = "pet-env-var-path"
9561version = "0.1.0"
9562source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9563dependencies = [
9564 "lazy_static",
9565 "log",
9566 "msvc_spectre_libs",
9567 "pet-conda",
9568 "pet-core",
9569 "pet-fs",
9570 "pet-python-utils",
9571 "pet-virtualenv",
9572 "regex",
9573]
9574
9575[[package]]
9576name = "pet-fs"
9577version = "0.1.0"
9578source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9579dependencies = [
9580 "log",
9581 "msvc_spectre_libs",
9582]
9583
9584[[package]]
9585name = "pet-global-virtualenvs"
9586version = "0.1.0"
9587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9588dependencies = [
9589 "log",
9590 "msvc_spectre_libs",
9591 "pet-conda",
9592 "pet-core",
9593 "pet-fs",
9594 "pet-virtualenv",
9595]
9596
9597[[package]]
9598name = "pet-homebrew"
9599version = "0.1.0"
9600source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9601dependencies = [
9602 "lazy_static",
9603 "log",
9604 "msvc_spectre_libs",
9605 "pet-conda",
9606 "pet-core",
9607 "pet-fs",
9608 "pet-python-utils",
9609 "pet-virtualenv",
9610 "regex",
9611 "serde",
9612 "serde_json",
9613]
9614
9615[[package]]
9616name = "pet-jsonrpc"
9617version = "0.1.0"
9618source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9619dependencies = [
9620 "env_logger 0.10.2",
9621 "log",
9622 "msvc_spectre_libs",
9623 "pet-core",
9624 "serde",
9625 "serde_json",
9626]
9627
9628[[package]]
9629name = "pet-linux-global-python"
9630version = "0.1.0"
9631source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9632dependencies = [
9633 "log",
9634 "msvc_spectre_libs",
9635 "pet-core",
9636 "pet-fs",
9637 "pet-python-utils",
9638 "pet-virtualenv",
9639]
9640
9641[[package]]
9642name = "pet-mac-commandlinetools"
9643version = "0.1.0"
9644source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9645dependencies = [
9646 "log",
9647 "msvc_spectre_libs",
9648 "pet-core",
9649 "pet-fs",
9650 "pet-python-utils",
9651 "pet-virtualenv",
9652]
9653
9654[[package]]
9655name = "pet-mac-python-org"
9656version = "0.1.0"
9657source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9658dependencies = [
9659 "log",
9660 "msvc_spectre_libs",
9661 "pet-core",
9662 "pet-fs",
9663 "pet-python-utils",
9664 "pet-virtualenv",
9665]
9666
9667[[package]]
9668name = "pet-mac-xcode"
9669version = "0.1.0"
9670source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9671dependencies = [
9672 "log",
9673 "msvc_spectre_libs",
9674 "pet-core",
9675 "pet-fs",
9676 "pet-python-utils",
9677 "pet-virtualenv",
9678]
9679
9680[[package]]
9681name = "pet-pipenv"
9682version = "0.1.0"
9683source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9684dependencies = [
9685 "log",
9686 "msvc_spectre_libs",
9687 "pet-core",
9688 "pet-fs",
9689 "pet-python-utils",
9690 "pet-virtualenv",
9691]
9692
9693[[package]]
9694name = "pet-pixi"
9695version = "0.1.0"
9696source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9697dependencies = [
9698 "log",
9699 "msvc_spectre_libs",
9700 "pet-conda",
9701 "pet-core",
9702 "pet-python-utils",
9703]
9704
9705[[package]]
9706name = "pet-poetry"
9707version = "0.1.0"
9708source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9709dependencies = [
9710 "base64 0.22.1",
9711 "lazy_static",
9712 "log",
9713 "msvc_spectre_libs",
9714 "pet-core",
9715 "pet-fs",
9716 "pet-python-utils",
9717 "pet-reporter",
9718 "pet-virtualenv",
9719 "regex",
9720 "serde",
9721 "serde_json",
9722 "sha2",
9723 "toml 0.8.20",
9724]
9725
9726[[package]]
9727name = "pet-pyenv"
9728version = "0.1.0"
9729source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9730dependencies = [
9731 "lazy_static",
9732 "log",
9733 "msvc_spectre_libs",
9734 "pet-conda",
9735 "pet-core",
9736 "pet-fs",
9737 "pet-python-utils",
9738 "pet-reporter",
9739 "regex",
9740 "serde",
9741 "serde_json",
9742]
9743
9744[[package]]
9745name = "pet-python-utils"
9746version = "0.1.0"
9747source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9748dependencies = [
9749 "env_logger 0.10.2",
9750 "lazy_static",
9751 "log",
9752 "msvc_spectre_libs",
9753 "pet-core",
9754 "pet-fs",
9755 "regex",
9756 "serde",
9757 "serde_json",
9758 "sha2",
9759]
9760
9761[[package]]
9762name = "pet-reporter"
9763version = "0.1.0"
9764source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9765dependencies = [
9766 "env_logger 0.10.2",
9767 "log",
9768 "msvc_spectre_libs",
9769 "pet-core",
9770 "pet-jsonrpc",
9771 "serde",
9772 "serde_json",
9773]
9774
9775[[package]]
9776name = "pet-telemetry"
9777version = "0.1.0"
9778source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9779dependencies = [
9780 "env_logger 0.10.2",
9781 "lazy_static",
9782 "log",
9783 "msvc_spectre_libs",
9784 "pet-core",
9785 "pet-fs",
9786 "pet-python-utils",
9787 "regex",
9788]
9789
9790[[package]]
9791name = "pet-venv"
9792version = "0.1.0"
9793source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9794dependencies = [
9795 "log",
9796 "msvc_spectre_libs",
9797 "pet-core",
9798 "pet-python-utils",
9799 "pet-virtualenv",
9800]
9801
9802[[package]]
9803name = "pet-virtualenv"
9804version = "0.1.0"
9805source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9806dependencies = [
9807 "log",
9808 "msvc_spectre_libs",
9809 "pet-core",
9810 "pet-fs",
9811 "pet-python-utils",
9812]
9813
9814[[package]]
9815name = "pet-virtualenvwrapper"
9816version = "0.1.0"
9817source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9818dependencies = [
9819 "log",
9820 "msvc_spectre_libs",
9821 "pet-core",
9822 "pet-fs",
9823 "pet-python-utils",
9824 "pet-virtualenv",
9825]
9826
9827[[package]]
9828name = "pet-windows-registry"
9829version = "0.1.0"
9830source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9831dependencies = [
9832 "lazy_static",
9833 "log",
9834 "msvc_spectre_libs",
9835 "pet-conda",
9836 "pet-core",
9837 "pet-fs",
9838 "pet-python-utils",
9839 "pet-virtualenv",
9840 "pet-windows-store",
9841 "regex",
9842 "winreg 0.52.0",
9843]
9844
9845[[package]]
9846name = "pet-windows-store"
9847version = "0.1.0"
9848source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9849dependencies = [
9850 "lazy_static",
9851 "log",
9852 "msvc_spectre_libs",
9853 "pet-core",
9854 "pet-fs",
9855 "pet-python-utils",
9856 "pet-virtualenv",
9857 "regex",
9858 "winreg 0.52.0",
9859]
9860
9861[[package]]
9862name = "petgraph"
9863version = "0.6.5"
9864source = "registry+https://github.com/rust-lang/crates.io-index"
9865checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9866dependencies = [
9867 "fixedbitset",
9868 "indexmap",
9869]
9870
9871[[package]]
9872name = "phf"
9873version = "0.11.2"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9876dependencies = [
9877 "phf_macros",
9878 "phf_shared 0.11.2",
9879]
9880
9881[[package]]
9882name = "phf_codegen"
9883version = "0.11.2"
9884source = "registry+https://github.com/rust-lang/crates.io-index"
9885checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9886dependencies = [
9887 "phf_generator 0.11.2",
9888 "phf_shared 0.11.2",
9889]
9890
9891[[package]]
9892name = "phf_generator"
9893version = "0.10.0"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9896dependencies = [
9897 "phf_shared 0.10.0",
9898 "rand 0.8.5",
9899]
9900
9901[[package]]
9902name = "phf_generator"
9903version = "0.11.2"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9906dependencies = [
9907 "phf_shared 0.11.2",
9908 "rand 0.8.5",
9909]
9910
9911[[package]]
9912name = "phf_macros"
9913version = "0.11.2"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9916dependencies = [
9917 "phf_generator 0.11.2",
9918 "phf_shared 0.11.2",
9919 "proc-macro2",
9920 "quote",
9921 "syn 2.0.90",
9922]
9923
9924[[package]]
9925name = "phf_shared"
9926version = "0.10.0"
9927source = "registry+https://github.com/rust-lang/crates.io-index"
9928checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9929dependencies = [
9930 "siphasher 0.3.11",
9931]
9932
9933[[package]]
9934name = "phf_shared"
9935version = "0.11.2"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9938dependencies = [
9939 "siphasher 0.3.11",
9940]
9941
9942[[package]]
9943name = "picker"
9944version = "0.1.0"
9945dependencies = [
9946 "anyhow",
9947 "ctor",
9948 "editor",
9949 "env_logger 0.11.6",
9950 "gpui",
9951 "menu",
9952 "schemars",
9953 "serde",
9954 "serde_json",
9955 "ui",
9956 "util",
9957 "workspace",
9958]
9959
9960[[package]]
9961name = "pico-args"
9962version = "0.5.0"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9965
9966[[package]]
9967name = "pin-project"
9968version = "1.1.7"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9971dependencies = [
9972 "pin-project-internal",
9973]
9974
9975[[package]]
9976name = "pin-project-internal"
9977version = "1.1.7"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9980dependencies = [
9981 "proc-macro2",
9982 "quote",
9983 "syn 2.0.90",
9984]
9985
9986[[package]]
9987name = "pin-project-lite"
9988version = "0.2.16"
9989source = "registry+https://github.com/rust-lang/crates.io-index"
9990checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9991
9992[[package]]
9993name = "pin-utils"
9994version = "0.1.0"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9997
9998[[package]]
9999name = "piper"
10000version = "0.2.4"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10003dependencies = [
10004 "atomic-waker",
10005 "fastrand 2.3.0",
10006 "futures-io",
10007]
10008
10009[[package]]
10010name = "pkcs1"
10011version = "0.7.5"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10014dependencies = [
10015 "der 0.7.9",
10016 "pkcs8 0.10.2",
10017 "spki 0.7.3",
10018]
10019
10020[[package]]
10021name = "pkcs8"
10022version = "0.9.0"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10025dependencies = [
10026 "der 0.6.1",
10027 "spki 0.6.0",
10028]
10029
10030[[package]]
10031name = "pkcs8"
10032version = "0.10.2"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10035dependencies = [
10036 "der 0.7.9",
10037 "spki 0.7.3",
10038]
10039
10040[[package]]
10041name = "pkg-config"
10042version = "0.3.31"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10045
10046[[package]]
10047name = "plist"
10048version = "1.7.0"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10051dependencies = [
10052 "base64 0.22.1",
10053 "indexmap",
10054 "quick-xml 0.32.0",
10055 "serde",
10056 "time",
10057]
10058
10059[[package]]
10060name = "plotters"
10061version = "0.3.7"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10064dependencies = [
10065 "num-traits",
10066 "plotters-backend",
10067 "plotters-svg",
10068 "wasm-bindgen",
10069 "web-sys",
10070]
10071
10072[[package]]
10073name = "plotters-backend"
10074version = "0.3.7"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10077
10078[[package]]
10079name = "plotters-svg"
10080version = "0.3.7"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10083dependencies = [
10084 "plotters-backend",
10085]
10086
10087[[package]]
10088name = "png"
10089version = "0.17.15"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10092dependencies = [
10093 "bitflags 1.3.2",
10094 "crc32fast",
10095 "fdeflate",
10096 "flate2",
10097 "miniz_oxide",
10098]
10099
10100[[package]]
10101name = "polling"
10102version = "3.7.4"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10105dependencies = [
10106 "cfg-if",
10107 "concurrent-queue",
10108 "hermit-abi 0.4.0",
10109 "pin-project-lite",
10110 "rustix",
10111 "tracing",
10112 "windows-sys 0.59.0",
10113]
10114
10115[[package]]
10116name = "pollster"
10117version = "0.2.5"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10120
10121[[package]]
10122name = "postage"
10123version = "0.5.0"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10126dependencies = [
10127 "atomic",
10128 "crossbeam-queue",
10129 "futures 0.3.31",
10130 "log",
10131 "parking_lot",
10132 "pin-project",
10133 "pollster",
10134 "static_assertions",
10135 "thiserror 1.0.69",
10136]
10137
10138[[package]]
10139name = "postcard"
10140version = "1.1.1"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10143dependencies = [
10144 "cobs",
10145 "embedded-io 0.4.0",
10146 "embedded-io 0.6.1",
10147 "serde",
10148]
10149
10150[[package]]
10151name = "powerfmt"
10152version = "0.2.0"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10155
10156[[package]]
10157name = "ppv-lite86"
10158version = "0.2.20"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10161dependencies = [
10162 "zerocopy 0.7.35",
10163]
10164
10165[[package]]
10166name = "precomputed-hash"
10167version = "0.1.1"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10170
10171[[package]]
10172name = "prettier"
10173version = "0.1.0"
10174dependencies = [
10175 "anyhow",
10176 "collections",
10177 "fs",
10178 "gpui",
10179 "language",
10180 "log",
10181 "lsp",
10182 "node_runtime",
10183 "parking_lot",
10184 "paths",
10185 "serde",
10186 "serde_json",
10187 "util",
10188]
10189
10190[[package]]
10191name = "pretty_assertions"
10192version = "1.4.1"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10195dependencies = [
10196 "diff",
10197 "yansi",
10198]
10199
10200[[package]]
10201name = "prettyplease"
10202version = "0.2.25"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10205dependencies = [
10206 "proc-macro2",
10207 "syn 2.0.90",
10208]
10209
10210[[package]]
10211name = "proc-macro-crate"
10212version = "3.2.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10215dependencies = [
10216 "toml_edit",
10217]
10218
10219[[package]]
10220name = "proc-macro-error-attr2"
10221version = "2.0.0"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10224dependencies = [
10225 "proc-macro2",
10226 "quote",
10227]
10228
10229[[package]]
10230name = "proc-macro-error2"
10231version = "2.0.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10234dependencies = [
10235 "proc-macro-error-attr2",
10236 "proc-macro2",
10237 "quote",
10238 "syn 2.0.90",
10239]
10240
10241[[package]]
10242name = "proc-macro2"
10243version = "1.0.93"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10246dependencies = [
10247 "unicode-ident",
10248]
10249
10250[[package]]
10251name = "proc-macro2-diagnostics"
10252version = "0.10.1"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10255dependencies = [
10256 "proc-macro2",
10257 "quote",
10258 "syn 2.0.90",
10259 "version_check",
10260 "yansi",
10261]
10262
10263[[package]]
10264name = "profiling"
10265version = "1.0.16"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10268dependencies = [
10269 "profiling-procmacros",
10270]
10271
10272[[package]]
10273name = "profiling-procmacros"
10274version = "1.0.16"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10277dependencies = [
10278 "quote",
10279 "syn 2.0.90",
10280]
10281
10282[[package]]
10283name = "project"
10284version = "0.1.0"
10285dependencies = [
10286 "aho-corasick",
10287 "anyhow",
10288 "askpass",
10289 "async-trait",
10290 "buffer_diff",
10291 "client",
10292 "clock",
10293 "collections",
10294 "env_logger 0.11.6",
10295 "fancy-regex 0.14.0",
10296 "fs",
10297 "futures 0.3.31",
10298 "fuzzy",
10299 "git",
10300 "git2",
10301 "globset",
10302 "gpui",
10303 "http_client",
10304 "image",
10305 "itertools 0.14.0",
10306 "language",
10307 "log",
10308 "lsp",
10309 "node_runtime",
10310 "parking_lot",
10311 "pathdiff",
10312 "paths",
10313 "postage",
10314 "prettier",
10315 "pretty_assertions",
10316 "rand 0.8.5",
10317 "regex",
10318 "release_channel",
10319 "remote",
10320 "rpc",
10321 "schemars",
10322 "serde",
10323 "serde_json",
10324 "settings",
10325 "sha2",
10326 "shellexpand 2.1.2",
10327 "shlex",
10328 "smol",
10329 "snippet",
10330 "snippet_provider",
10331 "task",
10332 "tempfile",
10333 "terminal",
10334 "text",
10335 "toml 0.8.20",
10336 "unindent",
10337 "url",
10338 "util",
10339 "which 6.0.3",
10340 "worktree",
10341]
10342
10343[[package]]
10344name = "project_panel"
10345version = "0.1.0"
10346dependencies = [
10347 "anyhow",
10348 "client",
10349 "collections",
10350 "command_palette_hooks",
10351 "db",
10352 "editor",
10353 "file_icons",
10354 "git",
10355 "gpui",
10356 "indexmap",
10357 "language",
10358 "menu",
10359 "pretty_assertions",
10360 "project",
10361 "schemars",
10362 "search",
10363 "serde",
10364 "serde_derive",
10365 "serde_json",
10366 "settings",
10367 "smallvec",
10368 "theme",
10369 "ui",
10370 "util",
10371 "workspace",
10372 "worktree",
10373 "zed_actions",
10374]
10375
10376[[package]]
10377name = "project_symbols"
10378version = "0.1.0"
10379dependencies = [
10380 "anyhow",
10381 "editor",
10382 "futures 0.3.31",
10383 "fuzzy",
10384 "gpui",
10385 "language",
10386 "lsp",
10387 "ordered-float 2.10.1",
10388 "picker",
10389 "project",
10390 "release_channel",
10391 "serde_json",
10392 "settings",
10393 "theme",
10394 "util",
10395 "workspace",
10396]
10397
10398[[package]]
10399name = "prometheus"
10400version = "0.13.4"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10403dependencies = [
10404 "cfg-if",
10405 "fnv",
10406 "lazy_static",
10407 "memchr",
10408 "parking_lot",
10409 "protobuf",
10410 "thiserror 1.0.69",
10411]
10412
10413[[package]]
10414name = "prompt_library"
10415version = "0.1.0"
10416dependencies = [
10417 "anyhow",
10418 "collections",
10419 "editor",
10420 "gpui",
10421 "language",
10422 "language_model",
10423 "log",
10424 "menu",
10425 "picker",
10426 "prompt_store",
10427 "release_channel",
10428 "rope",
10429 "serde",
10430 "settings",
10431 "theme",
10432 "ui",
10433 "util",
10434 "workspace",
10435 "zed_actions",
10436]
10437
10438[[package]]
10439name = "prompt_store"
10440version = "0.1.0"
10441dependencies = [
10442 "anyhow",
10443 "assets",
10444 "chrono",
10445 "collections",
10446 "fs",
10447 "futures 0.3.31",
10448 "fuzzy",
10449 "gpui",
10450 "handlebars 4.5.0",
10451 "heed",
10452 "language",
10453 "log",
10454 "parking_lot",
10455 "paths",
10456 "rope",
10457 "serde",
10458 "text",
10459 "util",
10460 "uuid",
10461]
10462
10463[[package]]
10464name = "prost"
10465version = "0.9.0"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10468dependencies = [
10469 "bytes 1.10.1",
10470 "prost-derive 0.9.0",
10471]
10472
10473[[package]]
10474name = "prost"
10475version = "0.12.6"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10478dependencies = [
10479 "bytes 1.10.1",
10480 "prost-derive 0.12.6",
10481]
10482
10483[[package]]
10484name = "prost-build"
10485version = "0.9.0"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10488dependencies = [
10489 "bytes 1.10.1",
10490 "heck 0.3.3",
10491 "itertools 0.10.5",
10492 "lazy_static",
10493 "log",
10494 "multimap 0.8.3",
10495 "petgraph",
10496 "prost 0.9.0",
10497 "prost-types 0.9.0",
10498 "regex",
10499 "tempfile",
10500 "which 4.4.2",
10501]
10502
10503[[package]]
10504name = "prost-build"
10505version = "0.12.6"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10508dependencies = [
10509 "bytes 1.10.1",
10510 "heck 0.5.0",
10511 "itertools 0.12.1",
10512 "log",
10513 "multimap 0.10.0",
10514 "once_cell",
10515 "petgraph",
10516 "prettyplease",
10517 "prost 0.12.6",
10518 "prost-types 0.12.6",
10519 "regex",
10520 "syn 2.0.90",
10521 "tempfile",
10522]
10523
10524[[package]]
10525name = "prost-derive"
10526version = "0.9.0"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10529dependencies = [
10530 "anyhow",
10531 "itertools 0.10.5",
10532 "proc-macro2",
10533 "quote",
10534 "syn 1.0.109",
10535]
10536
10537[[package]]
10538name = "prost-derive"
10539version = "0.12.6"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10542dependencies = [
10543 "anyhow",
10544 "itertools 0.12.1",
10545 "proc-macro2",
10546 "quote",
10547 "syn 2.0.90",
10548]
10549
10550[[package]]
10551name = "prost-types"
10552version = "0.9.0"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10555dependencies = [
10556 "bytes 1.10.1",
10557 "prost 0.9.0",
10558]
10559
10560[[package]]
10561name = "prost-types"
10562version = "0.12.6"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10565dependencies = [
10566 "prost 0.12.6",
10567]
10568
10569[[package]]
10570name = "proto"
10571version = "0.1.0"
10572dependencies = [
10573 "anyhow",
10574 "collections",
10575 "prost 0.9.0",
10576 "prost-build 0.9.0",
10577 "serde",
10578]
10579
10580[[package]]
10581name = "protobuf"
10582version = "2.28.0"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10585
10586[[package]]
10587name = "psm"
10588version = "0.1.24"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10591dependencies = [
10592 "cc",
10593]
10594
10595[[package]]
10596name = "ptr_meta"
10597version = "0.1.4"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10600dependencies = [
10601 "ptr_meta_derive",
10602]
10603
10604[[package]]
10605name = "ptr_meta_derive"
10606version = "0.1.4"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10609dependencies = [
10610 "proc-macro2",
10611 "quote",
10612 "syn 1.0.109",
10613]
10614
10615[[package]]
10616name = "pulldown-cmark"
10617version = "0.10.3"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10620dependencies = [
10621 "bitflags 2.8.0",
10622 "memchr",
10623 "pulldown-cmark-escape",
10624 "unicase",
10625]
10626
10627[[package]]
10628name = "pulldown-cmark"
10629version = "0.12.2"
10630source = "registry+https://github.com/rust-lang/crates.io-index"
10631checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10632dependencies = [
10633 "bitflags 2.8.0",
10634 "memchr",
10635 "unicase",
10636]
10637
10638[[package]]
10639name = "pulldown-cmark-escape"
10640version = "0.10.1"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10643
10644[[package]]
10645name = "pulley-interpreter"
10646version = "29.0.1"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10649dependencies = [
10650 "cranelift-bitset",
10651 "log",
10652 "sptr",
10653 "wasmtime-math",
10654]
10655
10656[[package]]
10657name = "qoi"
10658version = "0.4.1"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10661dependencies = [
10662 "bytemuck",
10663]
10664
10665[[package]]
10666name = "quick-error"
10667version = "2.0.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10670
10671[[package]]
10672name = "quick-xml"
10673version = "0.32.0"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10676dependencies = [
10677 "memchr",
10678]
10679
10680[[package]]
10681name = "quick-xml"
10682version = "0.37.2"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10685dependencies = [
10686 "memchr",
10687]
10688
10689[[package]]
10690name = "quinn"
10691version = "0.11.6"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10694dependencies = [
10695 "bytes 1.10.1",
10696 "pin-project-lite",
10697 "quinn-proto",
10698 "quinn-udp",
10699 "rustc-hash 2.1.1",
10700 "rustls 0.23.23",
10701 "socket2",
10702 "thiserror 2.0.6",
10703 "tokio",
10704 "tracing",
10705]
10706
10707[[package]]
10708name = "quinn-proto"
10709version = "0.11.9"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10712dependencies = [
10713 "bytes 1.10.1",
10714 "getrandom 0.2.15",
10715 "rand 0.8.5",
10716 "ring",
10717 "rustc-hash 2.1.1",
10718 "rustls 0.23.23",
10719 "rustls-pki-types",
10720 "slab",
10721 "thiserror 2.0.6",
10722 "tinyvec",
10723 "tracing",
10724 "web-time",
10725]
10726
10727[[package]]
10728name = "quinn-udp"
10729version = "0.5.9"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10732dependencies = [
10733 "cfg_aliases 0.2.1",
10734 "libc",
10735 "once_cell",
10736 "socket2",
10737 "tracing",
10738 "windows-sys 0.52.0",
10739]
10740
10741[[package]]
10742name = "quote"
10743version = "1.0.38"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10746dependencies = [
10747 "proc-macro2",
10748]
10749
10750[[package]]
10751name = "radium"
10752version = "0.7.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10755
10756[[package]]
10757name = "rand"
10758version = "0.7.3"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10761dependencies = [
10762 "getrandom 0.1.16",
10763 "libc",
10764 "rand_chacha 0.2.2",
10765 "rand_core 0.5.1",
10766 "rand_hc",
10767]
10768
10769[[package]]
10770name = "rand"
10771version = "0.8.5"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10774dependencies = [
10775 "libc",
10776 "rand_chacha 0.3.1",
10777 "rand_core 0.6.4",
10778]
10779
10780[[package]]
10781name = "rand"
10782version = "0.9.0"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10785dependencies = [
10786 "rand_chacha 0.9.0",
10787 "rand_core 0.9.0",
10788 "zerocopy 0.8.18",
10789]
10790
10791[[package]]
10792name = "rand_chacha"
10793version = "0.2.2"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10796dependencies = [
10797 "ppv-lite86",
10798 "rand_core 0.5.1",
10799]
10800
10801[[package]]
10802name = "rand_chacha"
10803version = "0.3.1"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10806dependencies = [
10807 "ppv-lite86",
10808 "rand_core 0.6.4",
10809]
10810
10811[[package]]
10812name = "rand_chacha"
10813version = "0.9.0"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10816dependencies = [
10817 "ppv-lite86",
10818 "rand_core 0.9.0",
10819]
10820
10821[[package]]
10822name = "rand_core"
10823version = "0.5.1"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10826dependencies = [
10827 "getrandom 0.1.16",
10828]
10829
10830[[package]]
10831name = "rand_core"
10832version = "0.6.4"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10835dependencies = [
10836 "getrandom 0.2.15",
10837]
10838
10839[[package]]
10840name = "rand_core"
10841version = "0.9.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10844dependencies = [
10845 "getrandom 0.3.1",
10846 "zerocopy 0.8.18",
10847]
10848
10849[[package]]
10850name = "rand_hc"
10851version = "0.2.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10854dependencies = [
10855 "rand_core 0.5.1",
10856]
10857
10858[[package]]
10859name = "rangemap"
10860version = "1.5.1"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10863
10864[[package]]
10865name = "rav1e"
10866version = "0.7.1"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10869dependencies = [
10870 "arbitrary",
10871 "arg_enum_proc_macro",
10872 "arrayvec",
10873 "av1-grain",
10874 "bitstream-io",
10875 "built",
10876 "cfg-if",
10877 "interpolate_name",
10878 "itertools 0.12.1",
10879 "libc",
10880 "libfuzzer-sys",
10881 "log",
10882 "maybe-rayon",
10883 "new_debug_unreachable",
10884 "noop_proc_macro",
10885 "num-derive",
10886 "num-traits",
10887 "once_cell",
10888 "paste",
10889 "profiling",
10890 "rand 0.8.5",
10891 "rand_chacha 0.3.1",
10892 "simd_helpers",
10893 "system-deps",
10894 "thiserror 1.0.69",
10895 "v_frame",
10896 "wasm-bindgen",
10897]
10898
10899[[package]]
10900name = "ravif"
10901version = "0.11.11"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10904dependencies = [
10905 "avif-serialize",
10906 "imgref",
10907 "loop9",
10908 "quick-error",
10909 "rav1e",
10910 "rayon",
10911 "rgb",
10912]
10913
10914[[package]]
10915name = "raw-window-handle"
10916version = "0.6.2"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10919
10920[[package]]
10921name = "raw-window-metal"
10922version = "0.4.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10925dependencies = [
10926 "cocoa 0.25.0",
10927 "core-graphics 0.23.2",
10928 "objc",
10929 "raw-window-handle",
10930]
10931
10932[[package]]
10933name = "rayon"
10934version = "1.10.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10937dependencies = [
10938 "either",
10939 "rayon-core",
10940]
10941
10942[[package]]
10943name = "rayon-core"
10944version = "1.12.1"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10947dependencies = [
10948 "crossbeam-deque",
10949 "crossbeam-utils",
10950]
10951
10952[[package]]
10953name = "read-fonts"
10954version = "0.22.5"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10957dependencies = [
10958 "bytemuck",
10959 "font-types",
10960]
10961
10962[[package]]
10963name = "recent_projects"
10964version = "0.1.0"
10965dependencies = [
10966 "anyhow",
10967 "auto_update",
10968 "editor",
10969 "extension_host",
10970 "file_finder",
10971 "futures 0.3.31",
10972 "fuzzy",
10973 "gpui",
10974 "language",
10975 "log",
10976 "markdown",
10977 "menu",
10978 "ordered-float 2.10.1",
10979 "paths",
10980 "picker",
10981 "project",
10982 "release_channel",
10983 "remote",
10984 "schemars",
10985 "serde",
10986 "serde_json",
10987 "settings",
10988 "smol",
10989 "task",
10990 "telemetry",
10991 "theme",
10992 "ui",
10993 "util",
10994 "workspace",
10995 "zed_actions",
10996]
10997
10998[[package]]
10999name = "redox_syscall"
11000version = "0.2.16"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11003dependencies = [
11004 "bitflags 1.3.2",
11005]
11006
11007[[package]]
11008name = "redox_syscall"
11009version = "0.5.8"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11012dependencies = [
11013 "bitflags 2.8.0",
11014]
11015
11016[[package]]
11017name = "redox_users"
11018version = "0.4.6"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11021dependencies = [
11022 "getrandom 0.2.15",
11023 "libredox",
11024 "thiserror 1.0.69",
11025]
11026
11027[[package]]
11028name = "refineable"
11029version = "0.1.0"
11030dependencies = [
11031 "derive_refineable",
11032]
11033
11034[[package]]
11035name = "regalloc2"
11036version = "0.11.1"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11039dependencies = [
11040 "allocator-api2",
11041 "bumpalo",
11042 "hashbrown 0.15.2",
11043 "log",
11044 "rustc-hash 2.1.1",
11045 "smallvec",
11046]
11047
11048[[package]]
11049name = "regex"
11050version = "1.11.1"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11053dependencies = [
11054 "aho-corasick",
11055 "memchr",
11056 "regex-automata 0.4.9",
11057 "regex-syntax 0.8.5",
11058]
11059
11060[[package]]
11061name = "regex-automata"
11062version = "0.1.10"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11065dependencies = [
11066 "regex-syntax 0.6.29",
11067]
11068
11069[[package]]
11070name = "regex-automata"
11071version = "0.4.9"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11074dependencies = [
11075 "aho-corasick",
11076 "memchr",
11077 "regex-syntax 0.8.5",
11078]
11079
11080[[package]]
11081name = "regex-lite"
11082version = "0.1.6"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11085
11086[[package]]
11087name = "regex-syntax"
11088version = "0.6.29"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11091
11092[[package]]
11093name = "regex-syntax"
11094version = "0.8.5"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11097
11098[[package]]
11099name = "release_channel"
11100version = "0.1.0"
11101dependencies = [
11102 "gpui",
11103]
11104
11105[[package]]
11106name = "remote"
11107version = "0.1.0"
11108dependencies = [
11109 "anyhow",
11110 "askpass",
11111 "async-trait",
11112 "collections",
11113 "fs",
11114 "futures 0.3.31",
11115 "gpui",
11116 "itertools 0.14.0",
11117 "log",
11118 "parking_lot",
11119 "paths",
11120 "prost 0.9.0",
11121 "release_channel",
11122 "rpc",
11123 "schemars",
11124 "serde",
11125 "serde_json",
11126 "shlex",
11127 "smol",
11128 "tempfile",
11129 "thiserror 1.0.69",
11130 "util",
11131]
11132
11133[[package]]
11134name = "remote_server"
11135version = "0.1.0"
11136dependencies = [
11137 "anyhow",
11138 "async-watch",
11139 "backtrace",
11140 "cargo_toml",
11141 "chrono",
11142 "clap",
11143 "client",
11144 "clock",
11145 "env_logger 0.11.6",
11146 "extension",
11147 "extension_host",
11148 "fork",
11149 "fs",
11150 "futures 0.3.31",
11151 "git",
11152 "git_hosting_providers",
11153 "gpui",
11154 "gpui_tokio",
11155 "http_client",
11156 "language",
11157 "language_extension",
11158 "languages",
11159 "libc",
11160 "log",
11161 "lsp",
11162 "node_runtime",
11163 "paths",
11164 "project",
11165 "proto",
11166 "release_channel",
11167 "remote",
11168 "reqwest_client",
11169 "rpc",
11170 "rust-embed",
11171 "serde",
11172 "serde_json",
11173 "settings",
11174 "shellexpand 2.1.2",
11175 "smol",
11176 "sysinfo",
11177 "telemetry_events",
11178 "toml 0.8.20",
11179 "unindent",
11180 "util",
11181 "worktree",
11182]
11183
11184[[package]]
11185name = "rend"
11186version = "0.4.2"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11189dependencies = [
11190 "bytecheck",
11191]
11192
11193[[package]]
11194name = "repl"
11195version = "0.1.0"
11196dependencies = [
11197 "alacritty_terminal",
11198 "anyhow",
11199 "async-dispatcher",
11200 "async-tungstenite",
11201 "base64 0.22.1",
11202 "client",
11203 "collections",
11204 "command_palette_hooks",
11205 "editor",
11206 "env_logger 0.11.6",
11207 "feature_flags",
11208 "file_icons",
11209 "futures 0.3.31",
11210 "gpui",
11211 "http_client",
11212 "image",
11213 "indoc",
11214 "jupyter-protocol",
11215 "jupyter-websocket-client",
11216 "language",
11217 "languages",
11218 "log",
11219 "markdown_preview",
11220 "menu",
11221 "multi_buffer",
11222 "nbformat",
11223 "picker",
11224 "project",
11225 "runtimelib",
11226 "schemars",
11227 "serde",
11228 "serde_json",
11229 "settings",
11230 "smol",
11231 "telemetry",
11232 "terminal",
11233 "terminal_view",
11234 "theme",
11235 "tree-sitter-md",
11236 "tree-sitter-python",
11237 "tree-sitter-typescript",
11238 "ui",
11239 "util",
11240 "uuid",
11241 "workspace",
11242]
11243
11244[[package]]
11245name = "reqwest"
11246version = "0.11.27"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11249dependencies = [
11250 "base64 0.21.7",
11251 "bytes 1.10.1",
11252 "encoding_rs",
11253 "futures-core",
11254 "futures-util",
11255 "h2 0.3.26",
11256 "http 0.2.12",
11257 "http-body 0.4.6",
11258 "hyper 0.14.32",
11259 "hyper-rustls 0.24.2",
11260 "hyper-tls",
11261 "ipnet",
11262 "js-sys",
11263 "log",
11264 "mime",
11265 "native-tls",
11266 "once_cell",
11267 "percent-encoding",
11268 "pin-project-lite",
11269 "rustls 0.21.12",
11270 "rustls-native-certs 0.6.3",
11271 "rustls-pemfile 1.0.4",
11272 "serde",
11273 "serde_json",
11274 "serde_urlencoded",
11275 "sync_wrapper 0.1.2",
11276 "system-configuration 0.5.1",
11277 "tokio",
11278 "tokio-native-tls",
11279 "tokio-rustls 0.24.1",
11280 "tower-service",
11281 "url",
11282 "wasm-bindgen",
11283 "wasm-bindgen-futures",
11284 "web-sys",
11285 "winreg 0.50.0",
11286]
11287
11288[[package]]
11289name = "reqwest"
11290version = "0.12.8"
11291source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11292dependencies = [
11293 "base64 0.22.1",
11294 "bytes 1.10.1",
11295 "encoding_rs",
11296 "futures-core",
11297 "futures-util",
11298 "h2 0.4.7",
11299 "http 1.2.0",
11300 "http-body 1.0.1",
11301 "http-body-util",
11302 "hyper 1.5.1",
11303 "hyper-rustls 0.27.3",
11304 "hyper-util",
11305 "ipnet",
11306 "js-sys",
11307 "log",
11308 "mime",
11309 "once_cell",
11310 "percent-encoding",
11311 "pin-project-lite",
11312 "quinn",
11313 "rustls 0.23.23",
11314 "rustls-native-certs 0.8.1",
11315 "rustls-pemfile 2.2.0",
11316 "rustls-pki-types",
11317 "serde",
11318 "serde_json",
11319 "serde_urlencoded",
11320 "sync_wrapper 1.0.2",
11321 "system-configuration 0.6.1",
11322 "tokio",
11323 "tokio-rustls 0.26.1",
11324 "tokio-socks",
11325 "tokio-util",
11326 "tower-service",
11327 "url",
11328 "wasm-bindgen",
11329 "wasm-bindgen-futures",
11330 "wasm-streams",
11331 "web-sys",
11332 "windows-registry",
11333]
11334
11335[[package]]
11336name = "reqwest_client"
11337version = "0.1.0"
11338dependencies = [
11339 "anyhow",
11340 "bytes 1.10.1",
11341 "futures 0.3.31",
11342 "gpui",
11343 "http_client",
11344 "log",
11345 "regex",
11346 "reqwest 0.12.8",
11347 "serde",
11348 "smol",
11349 "tokio",
11350]
11351
11352[[package]]
11353name = "resvg"
11354version = "0.44.0"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11357dependencies = [
11358 "log",
11359 "pico-args",
11360 "rgb",
11361 "svgtypes",
11362 "tiny-skia",
11363 "usvg",
11364]
11365
11366[[package]]
11367name = "rfc6979"
11368version = "0.3.1"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11371dependencies = [
11372 "crypto-bigint 0.4.9",
11373 "hmac",
11374 "zeroize",
11375]
11376
11377[[package]]
11378name = "rgb"
11379version = "0.8.50"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11382dependencies = [
11383 "bytemuck",
11384]
11385
11386[[package]]
11387name = "rich_text"
11388version = "0.1.0"
11389dependencies = [
11390 "futures 0.3.31",
11391 "gpui",
11392 "language",
11393 "linkify",
11394 "pulldown-cmark 0.12.2",
11395 "theme",
11396 "ui",
11397 "util",
11398]
11399
11400[[package]]
11401name = "ring"
11402version = "0.17.8"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11405dependencies = [
11406 "cc",
11407 "cfg-if",
11408 "getrandom 0.2.15",
11409 "libc",
11410 "spin",
11411 "untrusted",
11412 "windows-sys 0.52.0",
11413]
11414
11415[[package]]
11416name = "rkyv"
11417version = "0.7.45"
11418source = "registry+https://github.com/rust-lang/crates.io-index"
11419checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11420dependencies = [
11421 "bitvec",
11422 "bytecheck",
11423 "bytes 1.10.1",
11424 "hashbrown 0.12.3",
11425 "ptr_meta",
11426 "rend",
11427 "rkyv_derive",
11428 "seahash",
11429 "tinyvec",
11430 "uuid",
11431]
11432
11433[[package]]
11434name = "rkyv_derive"
11435version = "0.7.45"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11438dependencies = [
11439 "proc-macro2",
11440 "quote",
11441 "syn 1.0.109",
11442]
11443
11444[[package]]
11445name = "rmp"
11446version = "0.8.14"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11449dependencies = [
11450 "byteorder",
11451 "num-traits",
11452 "paste",
11453]
11454
11455[[package]]
11456name = "rmpv"
11457version = "1.3.0"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11460dependencies = [
11461 "num-traits",
11462 "rmp",
11463]
11464
11465[[package]]
11466name = "rodio"
11467version = "0.20.1"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11470dependencies = [
11471 "cpal",
11472 "hound",
11473]
11474
11475[[package]]
11476name = "rope"
11477version = "0.1.0"
11478dependencies = [
11479 "arrayvec",
11480 "criterion",
11481 "ctor",
11482 "env_logger 0.11.6",
11483 "gpui",
11484 "log",
11485 "rand 0.8.5",
11486 "rayon",
11487 "smallvec",
11488 "sum_tree",
11489 "unicode-segmentation",
11490 "util",
11491]
11492
11493[[package]]
11494name = "roxmltree"
11495version = "0.20.0"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11498
11499[[package]]
11500name = "rpc"
11501version = "0.1.0"
11502dependencies = [
11503 "anyhow",
11504 "async-tungstenite",
11505 "base64 0.22.1",
11506 "chrono",
11507 "collections",
11508 "env_logger 0.11.6",
11509 "futures 0.3.31",
11510 "gpui",
11511 "parking_lot",
11512 "proto",
11513 "rand 0.8.5",
11514 "rsa",
11515 "serde",
11516 "serde_json",
11517 "sha2",
11518 "strum",
11519 "tracing",
11520 "util",
11521 "zstd",
11522]
11523
11524[[package]]
11525name = "rsa"
11526version = "0.9.7"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11529dependencies = [
11530 "const-oid",
11531 "digest",
11532 "num-bigint-dig",
11533 "num-integer",
11534 "num-traits",
11535 "pkcs1",
11536 "pkcs8 0.10.2",
11537 "rand_core 0.6.4",
11538 "signature 2.2.0",
11539 "spki 0.7.3",
11540 "subtle",
11541 "zeroize",
11542]
11543
11544[[package]]
11545name = "runtimelib"
11546version = "0.25.0"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11549dependencies = [
11550 "anyhow",
11551 "async-dispatcher",
11552 "async-std",
11553 "base64 0.22.1",
11554 "bytes 1.10.1",
11555 "chrono",
11556 "data-encoding",
11557 "dirs 5.0.1",
11558 "futures 0.3.31",
11559 "glob",
11560 "jupyter-protocol",
11561 "ring",
11562 "serde",
11563 "serde_json",
11564 "shellexpand 3.1.0",
11565 "smol",
11566 "uuid",
11567 "zeromq",
11568]
11569
11570[[package]]
11571name = "rust-embed"
11572version = "8.5.0"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11575dependencies = [
11576 "rust-embed-impl",
11577 "rust-embed-utils",
11578 "walkdir",
11579]
11580
11581[[package]]
11582name = "rust-embed-impl"
11583version = "8.5.0"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11586dependencies = [
11587 "proc-macro2",
11588 "quote",
11589 "rust-embed-utils",
11590 "syn 2.0.90",
11591 "walkdir",
11592]
11593
11594[[package]]
11595name = "rust-embed-utils"
11596version = "8.5.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11599dependencies = [
11600 "globset",
11601 "sha2",
11602 "walkdir",
11603]
11604
11605[[package]]
11606name = "rust_decimal"
11607version = "1.36.0"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11610dependencies = [
11611 "arrayvec",
11612 "borsh",
11613 "bytes 1.10.1",
11614 "num-traits",
11615 "rand 0.8.5",
11616 "rkyv",
11617 "serde",
11618 "serde_json",
11619]
11620
11621[[package]]
11622name = "rustc-demangle"
11623version = "0.1.24"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11626
11627[[package]]
11628name = "rustc-hash"
11629version = "1.1.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11632
11633[[package]]
11634name = "rustc-hash"
11635version = "2.1.1"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11638
11639[[package]]
11640name = "rustc_version"
11641version = "0.4.1"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11644dependencies = [
11645 "semver",
11646]
11647
11648[[package]]
11649name = "rustix"
11650version = "0.38.42"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11653dependencies = [
11654 "bitflags 2.8.0",
11655 "errno 0.3.10",
11656 "itoa",
11657 "libc",
11658 "linux-raw-sys",
11659 "once_cell",
11660 "windows-sys 0.52.0",
11661]
11662
11663[[package]]
11664name = "rustix-openpty"
11665version = "0.1.1"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11668dependencies = [
11669 "errno 0.3.10",
11670 "libc",
11671 "rustix",
11672]
11673
11674[[package]]
11675name = "rustls"
11676version = "0.21.12"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11679dependencies = [
11680 "log",
11681 "ring",
11682 "rustls-webpki 0.101.7",
11683 "sct",
11684]
11685
11686[[package]]
11687name = "rustls"
11688version = "0.23.23"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11691dependencies = [
11692 "aws-lc-rs",
11693 "log",
11694 "once_cell",
11695 "ring",
11696 "rustls-pki-types",
11697 "rustls-webpki 0.102.8",
11698 "subtle",
11699 "zeroize",
11700]
11701
11702[[package]]
11703name = "rustls-native-certs"
11704version = "0.6.3"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11707dependencies = [
11708 "openssl-probe",
11709 "rustls-pemfile 1.0.4",
11710 "schannel",
11711 "security-framework 2.11.1",
11712]
11713
11714[[package]]
11715name = "rustls-native-certs"
11716version = "0.8.1"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11719dependencies = [
11720 "openssl-probe",
11721 "rustls-pki-types",
11722 "schannel",
11723 "security-framework 3.0.1",
11724]
11725
11726[[package]]
11727name = "rustls-pemfile"
11728version = "1.0.4"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11731dependencies = [
11732 "base64 0.21.7",
11733]
11734
11735[[package]]
11736name = "rustls-pemfile"
11737version = "2.2.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11740dependencies = [
11741 "rustls-pki-types",
11742]
11743
11744[[package]]
11745name = "rustls-pki-types"
11746version = "1.10.0"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11749dependencies = [
11750 "web-time",
11751]
11752
11753[[package]]
11754name = "rustls-platform-verifier"
11755version = "0.5.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11758dependencies = [
11759 "core-foundation 0.10.0",
11760 "core-foundation-sys",
11761 "jni",
11762 "log",
11763 "once_cell",
11764 "rustls 0.23.23",
11765 "rustls-native-certs 0.8.1",
11766 "rustls-platform-verifier-android",
11767 "rustls-webpki 0.102.8",
11768 "security-framework 3.0.1",
11769 "security-framework-sys",
11770 "webpki-root-certs",
11771 "windows-sys 0.52.0",
11772]
11773
11774[[package]]
11775name = "rustls-platform-verifier-android"
11776version = "0.1.1"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11779
11780[[package]]
11781name = "rustls-webpki"
11782version = "0.101.7"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11785dependencies = [
11786 "ring",
11787 "untrusted",
11788]
11789
11790[[package]]
11791name = "rustls-webpki"
11792version = "0.102.8"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11795dependencies = [
11796 "aws-lc-rs",
11797 "ring",
11798 "rustls-pki-types",
11799 "untrusted",
11800]
11801
11802[[package]]
11803name = "rustversion"
11804version = "1.0.18"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11807
11808[[package]]
11809name = "rustybuzz"
11810version = "0.14.1"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11813dependencies = [
11814 "bitflags 2.8.0",
11815 "bytemuck",
11816 "libm",
11817 "smallvec",
11818 "ttf-parser",
11819 "unicode-bidi-mirroring",
11820 "unicode-ccc",
11821 "unicode-properties",
11822 "unicode-script",
11823]
11824
11825[[package]]
11826name = "ryu"
11827version = "1.0.18"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11830
11831[[package]]
11832name = "salsa20"
11833version = "0.10.2"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11836dependencies = [
11837 "cipher",
11838]
11839
11840[[package]]
11841name = "same-file"
11842version = "1.0.6"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11845dependencies = [
11846 "winapi-util",
11847]
11848
11849[[package]]
11850name = "schannel"
11851version = "0.1.27"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11854dependencies = [
11855 "windows-sys 0.59.0",
11856]
11857
11858[[package]]
11859name = "schema_generator"
11860version = "0.1.0"
11861dependencies = [
11862 "anyhow",
11863 "clap",
11864 "env_logger 0.11.6",
11865 "schemars",
11866 "serde",
11867 "serde_json",
11868 "theme",
11869]
11870
11871[[package]]
11872name = "schemars"
11873version = "0.8.21"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11876dependencies = [
11877 "dyn-clone",
11878 "indexmap",
11879 "schemars_derive",
11880 "serde",
11881 "serde_json",
11882]
11883
11884[[package]]
11885name = "schemars_derive"
11886version = "0.8.21"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11889dependencies = [
11890 "proc-macro2",
11891 "quote",
11892 "serde_derive_internals",
11893 "syn 2.0.90",
11894]
11895
11896[[package]]
11897name = "scoped-tls"
11898version = "1.0.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11901
11902[[package]]
11903name = "scopeguard"
11904version = "1.2.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11907
11908[[package]]
11909name = "scratch"
11910version = "1.0.7"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11913
11914[[package]]
11915name = "scripting_tool"
11916version = "0.1.0"
11917dependencies = [
11918 "anyhow",
11919 "collections",
11920 "futures 0.3.31",
11921 "gpui",
11922 "log",
11923 "mlua",
11924 "parking_lot",
11925 "project",
11926 "rand 0.8.5",
11927 "regex",
11928 "schemars",
11929 "serde",
11930 "serde_json",
11931 "settings",
11932 "util",
11933]
11934
11935[[package]]
11936name = "scrypt"
11937version = "0.11.0"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11940dependencies = [
11941 "password-hash 0.5.0",
11942 "pbkdf2 0.12.2",
11943 "salsa20",
11944 "sha2",
11945]
11946
11947[[package]]
11948name = "sct"
11949version = "0.7.1"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11952dependencies = [
11953 "ring",
11954 "untrusted",
11955]
11956
11957[[package]]
11958name = "sea-bae"
11959version = "0.2.1"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11962dependencies = [
11963 "heck 0.4.1",
11964 "proc-macro-error2",
11965 "proc-macro2",
11966 "quote",
11967 "syn 2.0.90",
11968]
11969
11970[[package]]
11971name = "sea-orm"
11972version = "1.1.5"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11975dependencies = [
11976 "async-stream",
11977 "async-trait",
11978 "bigdecimal",
11979 "chrono",
11980 "futures 0.3.31",
11981 "log",
11982 "ouroboros",
11983 "rust_decimal",
11984 "sea-orm-macros",
11985 "sea-query",
11986 "sea-query-binder",
11987 "serde",
11988 "serde_json",
11989 "sqlx",
11990 "strum",
11991 "thiserror 1.0.69",
11992 "time",
11993 "tracing",
11994 "url",
11995 "uuid",
11996]
11997
11998[[package]]
11999name = "sea-orm-macros"
12000version = "1.1.5"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12003dependencies = [
12004 "heck 0.4.1",
12005 "proc-macro2",
12006 "quote",
12007 "sea-bae",
12008 "syn 2.0.90",
12009 "unicode-ident",
12010]
12011
12012[[package]]
12013name = "sea-query"
12014version = "0.32.1"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12017dependencies = [
12018 "bigdecimal",
12019 "chrono",
12020 "inherent",
12021 "ordered-float 3.9.2",
12022 "rust_decimal",
12023 "serde_json",
12024 "time",
12025 "uuid",
12026]
12027
12028[[package]]
12029name = "sea-query-binder"
12030version = "0.7.0"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12033dependencies = [
12034 "bigdecimal",
12035 "chrono",
12036 "rust_decimal",
12037 "sea-query",
12038 "serde_json",
12039 "sqlx",
12040 "time",
12041 "uuid",
12042]
12043
12044[[package]]
12045name = "seahash"
12046version = "4.1.0"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12049
12050[[package]]
12051name = "search"
12052version = "0.1.0"
12053dependencies = [
12054 "any_vec",
12055 "anyhow",
12056 "bitflags 2.8.0",
12057 "client",
12058 "collections",
12059 "editor",
12060 "futures 0.3.31",
12061 "gpui",
12062 "language",
12063 "menu",
12064 "project",
12065 "schemars",
12066 "serde",
12067 "serde_json",
12068 "settings",
12069 "smol",
12070 "theme",
12071 "ui",
12072 "unindent",
12073 "util",
12074 "workspace",
12075 "zed_actions",
12076]
12077
12078[[package]]
12079name = "sec1"
12080version = "0.3.0"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12083dependencies = [
12084 "base16ct",
12085 "der 0.6.1",
12086 "generic-array",
12087 "pkcs8 0.9.0",
12088 "subtle",
12089 "zeroize",
12090]
12091
12092[[package]]
12093name = "security-framework"
12094version = "2.11.1"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12097dependencies = [
12098 "bitflags 2.8.0",
12099 "core-foundation 0.9.4",
12100 "core-foundation-sys",
12101 "libc",
12102 "security-framework-sys",
12103]
12104
12105[[package]]
12106name = "security-framework"
12107version = "3.0.1"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12110dependencies = [
12111 "bitflags 2.8.0",
12112 "core-foundation 0.10.0",
12113 "core-foundation-sys",
12114 "libc",
12115 "security-framework-sys",
12116]
12117
12118[[package]]
12119name = "security-framework-sys"
12120version = "2.12.1"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12123dependencies = [
12124 "core-foundation-sys",
12125 "libc",
12126]
12127
12128[[package]]
12129name = "self_cell"
12130version = "1.1.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12133
12134[[package]]
12135name = "semantic_index"
12136version = "0.1.0"
12137dependencies = [
12138 "anyhow",
12139 "arrayvec",
12140 "blake3",
12141 "client",
12142 "clock",
12143 "collections",
12144 "env_logger 0.11.6",
12145 "feature_flags",
12146 "fs",
12147 "futures 0.3.31",
12148 "futures-batch",
12149 "gpui",
12150 "heed",
12151 "http_client",
12152 "language",
12153 "language_model",
12154 "languages",
12155 "log",
12156 "open_ai",
12157 "parking_lot",
12158 "project",
12159 "reqwest_client",
12160 "serde",
12161 "serde_json",
12162 "settings",
12163 "sha2",
12164 "smol",
12165 "streaming-iterator",
12166 "tempfile",
12167 "theme",
12168 "tree-sitter",
12169 "ui",
12170 "unindent",
12171 "util",
12172 "workspace",
12173 "worktree",
12174]
12175
12176[[package]]
12177name = "semantic_version"
12178version = "0.1.0"
12179dependencies = [
12180 "anyhow",
12181 "serde",
12182]
12183
12184[[package]]
12185name = "semver"
12186version = "1.0.25"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12189dependencies = [
12190 "serde",
12191]
12192
12193[[package]]
12194name = "serde"
12195version = "1.0.218"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12198dependencies = [
12199 "serde_derive",
12200]
12201
12202[[package]]
12203name = "serde_derive"
12204version = "1.0.218"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12207dependencies = [
12208 "proc-macro2",
12209 "quote",
12210 "syn 2.0.90",
12211]
12212
12213[[package]]
12214name = "serde_derive_internals"
12215version = "0.29.1"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12218dependencies = [
12219 "proc-macro2",
12220 "quote",
12221 "syn 2.0.90",
12222]
12223
12224[[package]]
12225name = "serde_fmt"
12226version = "1.0.3"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12229dependencies = [
12230 "serde",
12231]
12232
12233[[package]]
12234name = "serde_json"
12235version = "1.0.139"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12238dependencies = [
12239 "indexmap",
12240 "itoa",
12241 "memchr",
12242 "ryu",
12243 "serde",
12244]
12245
12246[[package]]
12247name = "serde_json_lenient"
12248version = "0.2.4"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12251dependencies = [
12252 "indexmap",
12253 "itoa",
12254 "memchr",
12255 "ryu",
12256 "serde",
12257]
12258
12259[[package]]
12260name = "serde_path_to_error"
12261version = "0.1.16"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12264dependencies = [
12265 "itoa",
12266 "serde",
12267]
12268
12269[[package]]
12270name = "serde_qs"
12271version = "0.8.5"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12274dependencies = [
12275 "percent-encoding",
12276 "serde",
12277 "thiserror 1.0.69",
12278]
12279
12280[[package]]
12281name = "serde_qs"
12282version = "0.10.1"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12285dependencies = [
12286 "percent-encoding",
12287 "serde",
12288 "thiserror 1.0.69",
12289]
12290
12291[[package]]
12292name = "serde_repr"
12293version = "0.1.19"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12296dependencies = [
12297 "proc-macro2",
12298 "quote",
12299 "syn 2.0.90",
12300]
12301
12302[[package]]
12303name = "serde_spanned"
12304version = "0.6.8"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12307dependencies = [
12308 "serde",
12309]
12310
12311[[package]]
12312name = "serde_urlencoded"
12313version = "0.7.1"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12316dependencies = [
12317 "form_urlencoded",
12318 "itoa",
12319 "ryu",
12320 "serde",
12321]
12322
12323[[package]]
12324name = "session"
12325version = "0.1.0"
12326dependencies = [
12327 "db",
12328 "gpui",
12329 "serde_json",
12330 "util",
12331 "uuid",
12332]
12333
12334[[package]]
12335name = "settings"
12336version = "0.1.0"
12337dependencies = [
12338 "anyhow",
12339 "collections",
12340 "ec4rs",
12341 "fs",
12342 "futures 0.3.31",
12343 "gpui",
12344 "indoc",
12345 "inventory",
12346 "log",
12347 "paths",
12348 "pretty_assertions",
12349 "release_channel",
12350 "rust-embed",
12351 "schemars",
12352 "serde",
12353 "serde_derive",
12354 "serde_json",
12355 "serde_json_lenient",
12356 "smallvec",
12357 "streaming-iterator",
12358 "tree-sitter",
12359 "tree-sitter-json",
12360 "unindent",
12361 "util",
12362]
12363
12364[[package]]
12365name = "settings_ui"
12366version = "0.1.0"
12367dependencies = [
12368 "command_palette_hooks",
12369 "editor",
12370 "feature_flags",
12371 "gpui",
12372 "settings",
12373 "theme",
12374 "ui",
12375 "workspace",
12376]
12377
12378[[package]]
12379name = "sha1"
12380version = "0.10.6"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12383dependencies = [
12384 "cfg-if",
12385 "cpufeatures",
12386 "digest",
12387]
12388
12389[[package]]
12390name = "sha1_smol"
12391version = "1.0.1"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12394
12395[[package]]
12396name = "sha2"
12397version = "0.10.8"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12400dependencies = [
12401 "cfg-if",
12402 "cpufeatures",
12403 "digest",
12404]
12405
12406[[package]]
12407name = "sharded-slab"
12408version = "0.1.7"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12411dependencies = [
12412 "lazy_static",
12413]
12414
12415[[package]]
12416name = "shell-words"
12417version = "1.1.0"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12420
12421[[package]]
12422name = "shellexpand"
12423version = "2.1.2"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12426dependencies = [
12427 "dirs 4.0.0",
12428]
12429
12430[[package]]
12431name = "shellexpand"
12432version = "3.1.0"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12435dependencies = [
12436 "dirs 5.0.1",
12437]
12438
12439[[package]]
12440name = "shlex"
12441version = "1.3.0"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12444
12445[[package]]
12446name = "signal-hook"
12447version = "0.3.17"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12450dependencies = [
12451 "libc",
12452 "signal-hook-registry",
12453]
12454
12455[[package]]
12456name = "signal-hook-registry"
12457version = "1.4.2"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12460dependencies = [
12461 "libc",
12462]
12463
12464[[package]]
12465name = "signature"
12466version = "1.6.4"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12469dependencies = [
12470 "digest",
12471 "rand_core 0.6.4",
12472]
12473
12474[[package]]
12475name = "signature"
12476version = "2.2.0"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12479dependencies = [
12480 "digest",
12481 "rand_core 0.6.4",
12482]
12483
12484[[package]]
12485name = "simd-adler32"
12486version = "0.3.7"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12489
12490[[package]]
12491name = "simd_helpers"
12492version = "0.1.0"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12495dependencies = [
12496 "quote",
12497]
12498
12499[[package]]
12500name = "simdutf8"
12501version = "0.1.5"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12504
12505[[package]]
12506name = "simple_asn1"
12507version = "0.6.2"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12510dependencies = [
12511 "num-bigint",
12512 "num-traits",
12513 "thiserror 1.0.69",
12514 "time",
12515]
12516
12517[[package]]
12518name = "simplecss"
12519version = "0.2.1"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12522dependencies = [
12523 "log",
12524]
12525
12526[[package]]
12527name = "simplelog"
12528version = "0.12.2"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12531dependencies = [
12532 "log",
12533 "termcolor",
12534 "time",
12535]
12536
12537[[package]]
12538name = "siphasher"
12539version = "0.3.11"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12542
12543[[package]]
12544name = "siphasher"
12545version = "1.0.1"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12548
12549[[package]]
12550name = "skrifa"
12551version = "0.22.3"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12554dependencies = [
12555 "bytemuck",
12556 "read-fonts",
12557]
12558
12559[[package]]
12560name = "slab"
12561version = "0.4.9"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12564dependencies = [
12565 "autocfg",
12566]
12567
12568[[package]]
12569name = "slash_commands_example"
12570version = "0.1.0"
12571dependencies = [
12572 "zed_extension_api 0.1.0",
12573]
12574
12575[[package]]
12576name = "slotmap"
12577version = "1.0.7"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12580dependencies = [
12581 "version_check",
12582]
12583
12584[[package]]
12585name = "smallvec"
12586version = "1.14.0"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12589dependencies = [
12590 "serde",
12591]
12592
12593[[package]]
12594name = "smart-default"
12595version = "0.6.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12598dependencies = [
12599 "proc-macro2",
12600 "quote",
12601 "syn 1.0.109",
12602]
12603
12604[[package]]
12605name = "smol"
12606version = "2.0.2"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12609dependencies = [
12610 "async-channel 2.3.1",
12611 "async-executor",
12612 "async-fs",
12613 "async-io",
12614 "async-lock",
12615 "async-net",
12616 "async-process",
12617 "blocking",
12618 "futures-lite 2.6.0",
12619]
12620
12621[[package]]
12622name = "smol_str"
12623version = "0.1.24"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12626dependencies = [
12627 "serde",
12628]
12629
12630[[package]]
12631name = "snippet"
12632version = "0.1.0"
12633dependencies = [
12634 "anyhow",
12635 "smallvec",
12636]
12637
12638[[package]]
12639name = "snippet_provider"
12640version = "0.1.0"
12641dependencies = [
12642 "anyhow",
12643 "collections",
12644 "extension",
12645 "fs",
12646 "futures 0.3.31",
12647 "gpui",
12648 "parking_lot",
12649 "paths",
12650 "schemars",
12651 "serde",
12652 "serde_json_lenient",
12653 "snippet",
12654 "util",
12655]
12656
12657[[package]]
12658name = "snippets_ui"
12659version = "0.1.0"
12660dependencies = [
12661 "fuzzy",
12662 "gpui",
12663 "language",
12664 "paths",
12665 "picker",
12666 "ui",
12667 "util",
12668 "workspace",
12669]
12670
12671[[package]]
12672name = "socket2"
12673version = "0.5.8"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12676dependencies = [
12677 "libc",
12678 "windows-sys 0.52.0",
12679]
12680
12681[[package]]
12682name = "spdx"
12683version = "0.10.7"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12686dependencies = [
12687 "smallvec",
12688]
12689
12690[[package]]
12691name = "spin"
12692version = "0.9.8"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12695dependencies = [
12696 "lock_api",
12697]
12698
12699[[package]]
12700name = "spirv"
12701version = "0.3.0+sdk-1.3.268.0"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12704dependencies = [
12705 "bitflags 2.8.0",
12706]
12707
12708[[package]]
12709name = "spki"
12710version = "0.6.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12713dependencies = [
12714 "base64ct",
12715 "der 0.6.1",
12716]
12717
12718[[package]]
12719name = "spki"
12720version = "0.7.3"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12723dependencies = [
12724 "base64ct",
12725 "der 0.7.9",
12726]
12727
12728[[package]]
12729name = "sptr"
12730version = "0.3.2"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12733
12734[[package]]
12735name = "sqlez"
12736version = "0.1.0"
12737dependencies = [
12738 "anyhow",
12739 "collections",
12740 "futures 0.3.31",
12741 "indoc",
12742 "libsqlite3-sys",
12743 "parking_lot",
12744 "smol",
12745 "sqlformat",
12746 "thread_local",
12747 "util",
12748 "uuid",
12749]
12750
12751[[package]]
12752name = "sqlez_macros"
12753version = "0.1.0"
12754dependencies = [
12755 "sqlez",
12756 "sqlformat",
12757 "syn 1.0.109",
12758]
12759
12760[[package]]
12761name = "sqlformat"
12762version = "0.2.6"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12765dependencies = [
12766 "nom",
12767 "unicode_categories",
12768]
12769
12770[[package]]
12771name = "sqlx"
12772version = "0.8.3"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12775dependencies = [
12776 "sqlx-core",
12777 "sqlx-macros",
12778 "sqlx-mysql",
12779 "sqlx-postgres",
12780 "sqlx-sqlite",
12781]
12782
12783[[package]]
12784name = "sqlx-core"
12785version = "0.8.3"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12788dependencies = [
12789 "bigdecimal",
12790 "bytes 1.10.1",
12791 "chrono",
12792 "crc",
12793 "crossbeam-queue",
12794 "either",
12795 "event-listener 5.3.1",
12796 "futures-core",
12797 "futures-intrusive",
12798 "futures-io",
12799 "futures-util",
12800 "hashbrown 0.15.2",
12801 "hashlink 0.10.0",
12802 "indexmap",
12803 "log",
12804 "memchr",
12805 "once_cell",
12806 "percent-encoding",
12807 "rust_decimal",
12808 "rustls 0.23.23",
12809 "rustls-pemfile 2.2.0",
12810 "serde",
12811 "serde_json",
12812 "sha2",
12813 "smallvec",
12814 "thiserror 2.0.6",
12815 "time",
12816 "tokio",
12817 "tokio-stream",
12818 "tracing",
12819 "url",
12820 "uuid",
12821 "webpki-roots",
12822]
12823
12824[[package]]
12825name = "sqlx-macros"
12826version = "0.8.3"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12829dependencies = [
12830 "proc-macro2",
12831 "quote",
12832 "sqlx-core",
12833 "sqlx-macros-core",
12834 "syn 2.0.90",
12835]
12836
12837[[package]]
12838name = "sqlx-macros-core"
12839version = "0.8.3"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12842dependencies = [
12843 "dotenvy",
12844 "either",
12845 "heck 0.5.0",
12846 "hex",
12847 "once_cell",
12848 "proc-macro2",
12849 "quote",
12850 "serde",
12851 "serde_json",
12852 "sha2",
12853 "sqlx-core",
12854 "sqlx-mysql",
12855 "sqlx-postgres",
12856 "sqlx-sqlite",
12857 "syn 2.0.90",
12858 "tempfile",
12859 "tokio",
12860 "url",
12861]
12862
12863[[package]]
12864name = "sqlx-mysql"
12865version = "0.8.3"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12868dependencies = [
12869 "atoi",
12870 "base64 0.22.1",
12871 "bigdecimal",
12872 "bitflags 2.8.0",
12873 "byteorder",
12874 "bytes 1.10.1",
12875 "chrono",
12876 "crc",
12877 "digest",
12878 "dotenvy",
12879 "either",
12880 "futures-channel",
12881 "futures-core",
12882 "futures-io",
12883 "futures-util",
12884 "generic-array",
12885 "hex",
12886 "hkdf",
12887 "hmac",
12888 "itoa",
12889 "log",
12890 "md-5",
12891 "memchr",
12892 "once_cell",
12893 "percent-encoding",
12894 "rand 0.8.5",
12895 "rsa",
12896 "rust_decimal",
12897 "serde",
12898 "sha1",
12899 "sha2",
12900 "smallvec",
12901 "sqlx-core",
12902 "stringprep",
12903 "thiserror 2.0.6",
12904 "time",
12905 "tracing",
12906 "uuid",
12907 "whoami",
12908]
12909
12910[[package]]
12911name = "sqlx-postgres"
12912version = "0.8.3"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12915dependencies = [
12916 "atoi",
12917 "base64 0.22.1",
12918 "bigdecimal",
12919 "bitflags 2.8.0",
12920 "byteorder",
12921 "chrono",
12922 "crc",
12923 "dotenvy",
12924 "etcetera",
12925 "futures-channel",
12926 "futures-core",
12927 "futures-util",
12928 "hex",
12929 "hkdf",
12930 "hmac",
12931 "home",
12932 "itoa",
12933 "log",
12934 "md-5",
12935 "memchr",
12936 "num-bigint",
12937 "once_cell",
12938 "rand 0.8.5",
12939 "rust_decimal",
12940 "serde",
12941 "serde_json",
12942 "sha2",
12943 "smallvec",
12944 "sqlx-core",
12945 "stringprep",
12946 "thiserror 2.0.6",
12947 "time",
12948 "tracing",
12949 "uuid",
12950 "whoami",
12951]
12952
12953[[package]]
12954name = "sqlx-sqlite"
12955version = "0.8.3"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12958dependencies = [
12959 "atoi",
12960 "chrono",
12961 "flume",
12962 "futures-channel",
12963 "futures-core",
12964 "futures-executor",
12965 "futures-intrusive",
12966 "futures-util",
12967 "libsqlite3-sys",
12968 "log",
12969 "percent-encoding",
12970 "serde",
12971 "serde_urlencoded",
12972 "sqlx-core",
12973 "time",
12974 "tracing",
12975 "url",
12976 "uuid",
12977]
12978
12979[[package]]
12980name = "stable_deref_trait"
12981version = "1.2.0"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12984
12985[[package]]
12986name = "static_assertions"
12987version = "1.1.0"
12988source = "registry+https://github.com/rust-lang/crates.io-index"
12989checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12990
12991[[package]]
12992name = "story"
12993version = "0.1.0"
12994dependencies = [
12995 "gpui",
12996 "itertools 0.14.0",
12997 "smallvec",
12998]
12999
13000[[package]]
13001name = "storybook"
13002version = "0.1.0"
13003dependencies = [
13004 "anyhow",
13005 "clap",
13006 "collab_ui",
13007 "ctrlc",
13008 "dialoguer",
13009 "editor",
13010 "fuzzy",
13011 "gpui",
13012 "indoc",
13013 "language",
13014 "log",
13015 "menu",
13016 "picker",
13017 "project",
13018 "reqwest_client",
13019 "rust-embed",
13020 "settings",
13021 "simplelog",
13022 "story",
13023 "strum",
13024 "theme",
13025 "title_bar",
13026 "ui",
13027]
13028
13029[[package]]
13030name = "streaming-iterator"
13031version = "0.1.9"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13034
13035[[package]]
13036name = "streaming_diff"
13037version = "0.1.0"
13038dependencies = [
13039 "ordered-float 2.10.1",
13040 "rand 0.8.5",
13041 "rope",
13042 "util",
13043]
13044
13045[[package]]
13046name = "strict-num"
13047version = "0.1.1"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13050dependencies = [
13051 "float-cmp",
13052]
13053
13054[[package]]
13055name = "string_cache"
13056version = "0.8.7"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13059dependencies = [
13060 "new_debug_unreachable",
13061 "once_cell",
13062 "parking_lot",
13063 "phf_shared 0.10.0",
13064 "precomputed-hash",
13065 "serde",
13066]
13067
13068[[package]]
13069name = "string_cache_codegen"
13070version = "0.5.2"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13073dependencies = [
13074 "phf_generator 0.10.0",
13075 "phf_shared 0.10.0",
13076 "proc-macro2",
13077 "quote",
13078]
13079
13080[[package]]
13081name = "stringprep"
13082version = "0.1.5"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13085dependencies = [
13086 "unicode-bidi",
13087 "unicode-normalization",
13088 "unicode-properties",
13089]
13090
13091[[package]]
13092name = "strsim"
13093version = "0.11.1"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13096
13097[[package]]
13098name = "strum"
13099version = "0.26.3"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13102dependencies = [
13103 "strum_macros",
13104]
13105
13106[[package]]
13107name = "strum_macros"
13108version = "0.26.4"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13111dependencies = [
13112 "heck 0.5.0",
13113 "proc-macro2",
13114 "quote",
13115 "rustversion",
13116 "syn 2.0.90",
13117]
13118
13119[[package]]
13120name = "subtle"
13121version = "2.6.1"
13122source = "registry+https://github.com/rust-lang/crates.io-index"
13123checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13124
13125[[package]]
13126name = "sum_tree"
13127version = "0.1.0"
13128dependencies = [
13129 "arrayvec",
13130 "ctor",
13131 "env_logger 0.11.6",
13132 "log",
13133 "rand 0.8.5",
13134 "rayon",
13135]
13136
13137[[package]]
13138name = "supermaven"
13139version = "0.1.0"
13140dependencies = [
13141 "anyhow",
13142 "client",
13143 "collections",
13144 "editor",
13145 "env_logger 0.11.6",
13146 "futures 0.3.31",
13147 "gpui",
13148 "http_client",
13149 "inline_completion",
13150 "language",
13151 "log",
13152 "postage",
13153 "project",
13154 "serde",
13155 "serde_json",
13156 "settings",
13157 "smol",
13158 "supermaven_api",
13159 "text",
13160 "theme",
13161 "ui",
13162 "unicode-segmentation",
13163 "util",
13164]
13165
13166[[package]]
13167name = "supermaven_api"
13168version = "0.1.0"
13169dependencies = [
13170 "anyhow",
13171 "futures 0.3.31",
13172 "http_client",
13173 "paths",
13174 "serde",
13175 "serde_json",
13176 "smol",
13177]
13178
13179[[package]]
13180name = "sval"
13181version = "2.13.2"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13184
13185[[package]]
13186name = "sval_buffer"
13187version = "2.13.2"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13190dependencies = [
13191 "sval",
13192 "sval_ref",
13193]
13194
13195[[package]]
13196name = "sval_dynamic"
13197version = "2.13.2"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13200dependencies = [
13201 "sval",
13202]
13203
13204[[package]]
13205name = "sval_fmt"
13206version = "2.13.2"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13209dependencies = [
13210 "itoa",
13211 "ryu",
13212 "sval",
13213]
13214
13215[[package]]
13216name = "sval_json"
13217version = "2.13.2"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13220dependencies = [
13221 "itoa",
13222 "ryu",
13223 "sval",
13224]
13225
13226[[package]]
13227name = "sval_nested"
13228version = "2.13.2"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13231dependencies = [
13232 "sval",
13233 "sval_buffer",
13234 "sval_ref",
13235]
13236
13237[[package]]
13238name = "sval_ref"
13239version = "2.13.2"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13242dependencies = [
13243 "sval",
13244]
13245
13246[[package]]
13247name = "sval_serde"
13248version = "2.13.2"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13251dependencies = [
13252 "serde",
13253 "sval",
13254 "sval_nested",
13255]
13256
13257[[package]]
13258name = "svg_fmt"
13259version = "0.4.4"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13262
13263[[package]]
13264name = "svgtypes"
13265version = "0.15.2"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13268dependencies = [
13269 "kurbo",
13270 "siphasher 1.0.1",
13271]
13272
13273[[package]]
13274name = "swash"
13275version = "0.1.19"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13278dependencies = [
13279 "skrifa",
13280 "yazi",
13281 "zeno",
13282]
13283
13284[[package]]
13285name = "syn"
13286version = "1.0.109"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13289dependencies = [
13290 "proc-macro2",
13291 "quote",
13292 "unicode-ident",
13293]
13294
13295[[package]]
13296name = "syn"
13297version = "2.0.90"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13300dependencies = [
13301 "proc-macro2",
13302 "quote",
13303 "unicode-ident",
13304]
13305
13306[[package]]
13307name = "sync_wrapper"
13308version = "0.1.2"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13311
13312[[package]]
13313name = "sync_wrapper"
13314version = "1.0.2"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13317dependencies = [
13318 "futures-core",
13319]
13320
13321[[package]]
13322name = "synchronoise"
13323version = "1.0.1"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13326dependencies = [
13327 "crossbeam-queue",
13328]
13329
13330[[package]]
13331name = "synstructure"
13332version = "0.13.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13335dependencies = [
13336 "proc-macro2",
13337 "quote",
13338 "syn 2.0.90",
13339]
13340
13341[[package]]
13342name = "sys-locale"
13343version = "0.3.2"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13346dependencies = [
13347 "libc",
13348]
13349
13350[[package]]
13351name = "sysinfo"
13352version = "0.31.4"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13355dependencies = [
13356 "core-foundation-sys",
13357 "libc",
13358 "memchr",
13359 "ntapi",
13360 "rayon",
13361 "windows 0.57.0",
13362]
13363
13364[[package]]
13365name = "system-configuration"
13366version = "0.5.1"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13369dependencies = [
13370 "bitflags 1.3.2",
13371 "core-foundation 0.9.4",
13372 "system-configuration-sys 0.5.0",
13373]
13374
13375[[package]]
13376name = "system-configuration"
13377version = "0.6.1"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13380dependencies = [
13381 "bitflags 2.8.0",
13382 "core-foundation 0.9.4",
13383 "system-configuration-sys 0.6.0",
13384]
13385
13386[[package]]
13387name = "system-configuration-sys"
13388version = "0.5.0"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13391dependencies = [
13392 "core-foundation-sys",
13393 "libc",
13394]
13395
13396[[package]]
13397name = "system-configuration-sys"
13398version = "0.6.0"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13401dependencies = [
13402 "core-foundation-sys",
13403 "libc",
13404]
13405
13406[[package]]
13407name = "system-deps"
13408version = "6.2.2"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13411dependencies = [
13412 "cfg-expr",
13413 "heck 0.5.0",
13414 "pkg-config",
13415 "toml 0.8.20",
13416 "version-compare",
13417]
13418
13419[[package]]
13420name = "system-interface"
13421version = "0.27.3"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13424dependencies = [
13425 "bitflags 2.8.0",
13426 "cap-fs-ext",
13427 "cap-std",
13428 "fd-lock",
13429 "io-lifetimes",
13430 "rustix",
13431 "windows-sys 0.52.0",
13432 "winx",
13433]
13434
13435[[package]]
13436name = "tab_switcher"
13437version = "0.1.0"
13438dependencies = [
13439 "anyhow",
13440 "collections",
13441 "ctor",
13442 "editor",
13443 "env_logger 0.11.6",
13444 "gpui",
13445 "language",
13446 "menu",
13447 "picker",
13448 "project",
13449 "schemars",
13450 "serde",
13451 "serde_json",
13452 "settings",
13453 "theme",
13454 "ui",
13455 "util",
13456 "workspace",
13457]
13458
13459[[package]]
13460name = "taffy"
13461version = "0.4.4"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13464dependencies = [
13465 "arrayvec",
13466 "grid",
13467 "num-traits",
13468 "serde",
13469 "slotmap",
13470]
13471
13472[[package]]
13473name = "take-until"
13474version = "0.2.0"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13477
13478[[package]]
13479name = "tap"
13480version = "1.0.1"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13483
13484[[package]]
13485name = "target-lexicon"
13486version = "0.12.16"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13489
13490[[package]]
13491name = "target-lexicon"
13492version = "0.13.2"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13495
13496[[package]]
13497name = "task"
13498version = "0.1.0"
13499dependencies = [
13500 "anyhow",
13501 "collections",
13502 "futures 0.3.31",
13503 "gpui",
13504 "hex",
13505 "parking_lot",
13506 "schemars",
13507 "serde",
13508 "serde_json_lenient",
13509 "sha2",
13510 "shellexpand 2.1.2",
13511 "util",
13512 "zed_actions",
13513]
13514
13515[[package]]
13516name = "tasks_ui"
13517version = "0.1.0"
13518dependencies = [
13519 "anyhow",
13520 "editor",
13521 "file_icons",
13522 "fuzzy",
13523 "gpui",
13524 "language",
13525 "menu",
13526 "picker",
13527 "project",
13528 "schemars",
13529 "serde",
13530 "serde_json",
13531 "settings",
13532 "task",
13533 "tree-sitter-rust",
13534 "tree-sitter-typescript",
13535 "ui",
13536 "util",
13537 "workspace",
13538 "zed_actions",
13539]
13540
13541[[package]]
13542name = "telemetry"
13543version = "0.1.0"
13544dependencies = [
13545 "futures 0.3.31",
13546 "serde",
13547 "serde_json",
13548 "telemetry_events",
13549]
13550
13551[[package]]
13552name = "telemetry_events"
13553version = "0.1.0"
13554dependencies = [
13555 "semantic_version",
13556 "serde",
13557 "serde_json",
13558]
13559
13560[[package]]
13561name = "tempfile"
13562version = "3.17.1"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13565dependencies = [
13566 "cfg-if",
13567 "fastrand 2.3.0",
13568 "getrandom 0.3.1",
13569 "once_cell",
13570 "rustix",
13571 "windows-sys 0.52.0",
13572]
13573
13574[[package]]
13575name = "tendril"
13576version = "0.4.3"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13579dependencies = [
13580 "futf",
13581 "mac",
13582 "utf-8",
13583]
13584
13585[[package]]
13586name = "termcolor"
13587version = "1.4.1"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13590dependencies = [
13591 "winapi-util",
13592]
13593
13594[[package]]
13595name = "terminal"
13596version = "0.1.0"
13597dependencies = [
13598 "alacritty_terminal",
13599 "anyhow",
13600 "collections",
13601 "dirs 4.0.0",
13602 "futures 0.3.31",
13603 "gpui",
13604 "libc",
13605 "rand 0.8.5",
13606 "regex",
13607 "release_channel",
13608 "schemars",
13609 "serde",
13610 "serde_derive",
13611 "settings",
13612 "smol",
13613 "sysinfo",
13614 "task",
13615 "theme",
13616 "thiserror 1.0.69",
13617 "util",
13618 "windows 0.58.0",
13619]
13620
13621[[package]]
13622name = "terminal_size"
13623version = "0.4.1"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13626dependencies = [
13627 "rustix",
13628 "windows-sys 0.59.0",
13629]
13630
13631[[package]]
13632name = "terminal_view"
13633version = "0.1.0"
13634dependencies = [
13635 "anyhow",
13636 "async-recursion 1.1.1",
13637 "breadcrumbs",
13638 "client",
13639 "collections",
13640 "db",
13641 "dirs 4.0.0",
13642 "editor",
13643 "futures 0.3.31",
13644 "gpui",
13645 "itertools 0.14.0",
13646 "language",
13647 "log",
13648 "project",
13649 "rand 0.8.5",
13650 "schemars",
13651 "search",
13652 "serde",
13653 "serde_json",
13654 "settings",
13655 "shellexpand 2.1.2",
13656 "smol",
13657 "task",
13658 "terminal",
13659 "theme",
13660 "ui",
13661 "util",
13662 "workspace",
13663 "zed_actions",
13664]
13665
13666[[package]]
13667name = "text"
13668version = "0.1.0"
13669dependencies = [
13670 "anyhow",
13671 "clock",
13672 "collections",
13673 "ctor",
13674 "env_logger 0.11.6",
13675 "gpui",
13676 "http_client",
13677 "log",
13678 "parking_lot",
13679 "postage",
13680 "rand 0.8.5",
13681 "regex",
13682 "rope",
13683 "smallvec",
13684 "sum_tree",
13685 "util",
13686]
13687
13688[[package]]
13689name = "theme"
13690version = "0.1.0"
13691dependencies = [
13692 "anyhow",
13693 "collections",
13694 "derive_more",
13695 "fs",
13696 "futures 0.3.31",
13697 "gpui",
13698 "indexmap",
13699 "log",
13700 "palette",
13701 "parking_lot",
13702 "refineable",
13703 "schemars",
13704 "serde",
13705 "serde_derive",
13706 "serde_json",
13707 "serde_json_lenient",
13708 "serde_repr",
13709 "settings",
13710 "strum",
13711 "thiserror 1.0.69",
13712 "util",
13713 "uuid",
13714]
13715
13716[[package]]
13717name = "theme_extension"
13718version = "0.1.0"
13719dependencies = [
13720 "anyhow",
13721 "extension",
13722 "fs",
13723 "gpui",
13724 "theme",
13725]
13726
13727[[package]]
13728name = "theme_importer"
13729version = "0.1.0"
13730dependencies = [
13731 "anyhow",
13732 "clap",
13733 "gpui",
13734 "indexmap",
13735 "log",
13736 "palette",
13737 "rust-embed",
13738 "serde",
13739 "serde_json",
13740 "serde_json_lenient",
13741 "simplelog",
13742 "strum",
13743 "theme",
13744 "vscode_theme",
13745]
13746
13747[[package]]
13748name = "theme_selector"
13749version = "0.1.0"
13750dependencies = [
13751 "fs",
13752 "fuzzy",
13753 "gpui",
13754 "log",
13755 "picker",
13756 "serde",
13757 "settings",
13758 "telemetry",
13759 "theme",
13760 "ui",
13761 "util",
13762 "workspace",
13763 "zed_actions",
13764]
13765
13766[[package]]
13767name = "thiserror"
13768version = "1.0.69"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13771dependencies = [
13772 "thiserror-impl 1.0.69",
13773]
13774
13775[[package]]
13776name = "thiserror"
13777version = "2.0.6"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13780dependencies = [
13781 "thiserror-impl 2.0.6",
13782]
13783
13784[[package]]
13785name = "thiserror-impl"
13786version = "1.0.69"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13789dependencies = [
13790 "proc-macro2",
13791 "quote",
13792 "syn 2.0.90",
13793]
13794
13795[[package]]
13796name = "thiserror-impl"
13797version = "2.0.6"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13800dependencies = [
13801 "proc-macro2",
13802 "quote",
13803 "syn 2.0.90",
13804]
13805
13806[[package]]
13807name = "thread_local"
13808version = "1.1.8"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13811dependencies = [
13812 "cfg-if",
13813 "once_cell",
13814]
13815
13816[[package]]
13817name = "tiff"
13818version = "0.9.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13821dependencies = [
13822 "flate2",
13823 "jpeg-decoder",
13824 "weezl",
13825]
13826
13827[[package]]
13828name = "tiktoken-rs"
13829version = "0.6.0"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13832dependencies = [
13833 "anyhow",
13834 "base64 0.21.7",
13835 "bstr",
13836 "fancy-regex 0.13.0",
13837 "lazy_static",
13838 "parking_lot",
13839 "regex",
13840 "rustc-hash 1.1.0",
13841]
13842
13843[[package]]
13844name = "time"
13845version = "0.3.37"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13848dependencies = [
13849 "deranged",
13850 "itoa",
13851 "libc",
13852 "num-conv",
13853 "num_threads",
13854 "powerfmt",
13855 "serde",
13856 "time-core",
13857 "time-macros",
13858]
13859
13860[[package]]
13861name = "time-core"
13862version = "0.1.2"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13865
13866[[package]]
13867name = "time-macros"
13868version = "0.2.19"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13871dependencies = [
13872 "num-conv",
13873 "time-core",
13874]
13875
13876[[package]]
13877name = "time_format"
13878version = "0.1.0"
13879dependencies = [
13880 "core-foundation 0.9.4",
13881 "core-foundation-sys",
13882 "sys-locale",
13883 "time",
13884]
13885
13886[[package]]
13887name = "tiny-keccak"
13888version = "2.0.2"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13891dependencies = [
13892 "crunchy",
13893]
13894
13895[[package]]
13896name = "tiny-skia"
13897version = "0.11.4"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13900dependencies = [
13901 "arrayref",
13902 "arrayvec",
13903 "bytemuck",
13904 "cfg-if",
13905 "log",
13906 "png",
13907 "tiny-skia-path",
13908]
13909
13910[[package]]
13911name = "tiny-skia-path"
13912version = "0.11.4"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13915dependencies = [
13916 "arrayref",
13917 "bytemuck",
13918 "strict-num",
13919]
13920
13921[[package]]
13922name = "tiny_http"
13923version = "0.8.2"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13926dependencies = [
13927 "ascii",
13928 "chrono",
13929 "chunked_transfer",
13930 "log",
13931 "url",
13932]
13933
13934[[package]]
13935name = "tinystr"
13936version = "0.7.6"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13939dependencies = [
13940 "displaydoc",
13941 "zerovec",
13942]
13943
13944[[package]]
13945name = "tinytemplate"
13946version = "1.2.1"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13949dependencies = [
13950 "serde",
13951 "serde_json",
13952]
13953
13954[[package]]
13955name = "tinyvec"
13956version = "1.8.0"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13959dependencies = [
13960 "tinyvec_macros",
13961]
13962
13963[[package]]
13964name = "tinyvec_macros"
13965version = "0.1.1"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13968
13969[[package]]
13970name = "title_bar"
13971version = "0.1.0"
13972dependencies = [
13973 "auto_update",
13974 "call",
13975 "client",
13976 "collections",
13977 "feature_flags",
13978 "gpui",
13979 "http_client",
13980 "notifications",
13981 "pretty_assertions",
13982 "project",
13983 "remote",
13984 "rpc",
13985 "schemars",
13986 "serde",
13987 "settings",
13988 "smallvec",
13989 "story",
13990 "telemetry",
13991 "theme",
13992 "tree-sitter-md",
13993 "ui",
13994 "util",
13995 "windows 0.58.0",
13996 "workspace",
13997 "zed_actions",
13998 "zeta",
13999]
14000
14001[[package]]
14002name = "tokio"
14003version = "1.43.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14006dependencies = [
14007 "backtrace",
14008 "bytes 1.10.1",
14009 "libc",
14010 "mio 1.0.3",
14011 "parking_lot",
14012 "pin-project-lite",
14013 "signal-hook-registry",
14014 "socket2",
14015 "tokio-macros",
14016 "windows-sys 0.52.0",
14017]
14018
14019[[package]]
14020name = "tokio-io"
14021version = "0.1.13"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14024dependencies = [
14025 "bytes 0.4.12",
14026 "futures 0.1.31",
14027 "log",
14028]
14029
14030[[package]]
14031name = "tokio-macros"
14032version = "2.5.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14035dependencies = [
14036 "proc-macro2",
14037 "quote",
14038 "syn 2.0.90",
14039]
14040
14041[[package]]
14042name = "tokio-native-tls"
14043version = "0.3.1"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14046dependencies = [
14047 "native-tls",
14048 "tokio",
14049]
14050
14051[[package]]
14052name = "tokio-rustls"
14053version = "0.24.1"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14056dependencies = [
14057 "rustls 0.21.12",
14058 "tokio",
14059]
14060
14061[[package]]
14062name = "tokio-rustls"
14063version = "0.26.1"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14066dependencies = [
14067 "rustls 0.23.23",
14068 "tokio",
14069]
14070
14071[[package]]
14072name = "tokio-socks"
14073version = "0.5.2"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14076dependencies = [
14077 "either",
14078 "futures-io",
14079 "futures-util",
14080 "thiserror 1.0.69",
14081 "tokio",
14082]
14083
14084[[package]]
14085name = "tokio-stream"
14086version = "0.1.17"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14089dependencies = [
14090 "futures-core",
14091 "pin-project-lite",
14092 "tokio",
14093]
14094
14095[[package]]
14096name = "tokio-tungstenite"
14097version = "0.20.1"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14100dependencies = [
14101 "futures-util",
14102 "log",
14103 "rustls 0.21.12",
14104 "rustls-native-certs 0.6.3",
14105 "tokio",
14106 "tokio-rustls 0.24.1",
14107 "tungstenite 0.20.1",
14108]
14109
14110[[package]]
14111name = "tokio-tungstenite"
14112version = "0.21.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14115dependencies = [
14116 "futures-util",
14117 "log",
14118 "tokio",
14119 "tungstenite 0.21.0",
14120]
14121
14122[[package]]
14123name = "tokio-util"
14124version = "0.7.13"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14127dependencies = [
14128 "bytes 1.10.1",
14129 "futures-core",
14130 "futures-io",
14131 "futures-sink",
14132 "pin-project-lite",
14133 "tokio",
14134]
14135
14136[[package]]
14137name = "toml"
14138version = "0.5.11"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14141dependencies = [
14142 "serde",
14143]
14144
14145[[package]]
14146name = "toml"
14147version = "0.8.20"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14150dependencies = [
14151 "serde",
14152 "serde_spanned",
14153 "toml_datetime",
14154 "toml_edit",
14155]
14156
14157[[package]]
14158name = "toml_datetime"
14159version = "0.6.8"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14162dependencies = [
14163 "serde",
14164]
14165
14166[[package]]
14167name = "toml_edit"
14168version = "0.22.23"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14171dependencies = [
14172 "indexmap",
14173 "serde",
14174 "serde_spanned",
14175 "toml_datetime",
14176 "winnow 0.7.1",
14177]
14178
14179[[package]]
14180name = "toolchain_selector"
14181version = "0.1.0"
14182dependencies = [
14183 "editor",
14184 "fuzzy",
14185 "gpui",
14186 "language",
14187 "picker",
14188 "project",
14189 "ui",
14190 "util",
14191 "workspace",
14192]
14193
14194[[package]]
14195name = "topological-sort"
14196version = "0.2.2"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14199
14200[[package]]
14201name = "tower"
14202version = "0.4.13"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14205dependencies = [
14206 "futures-core",
14207 "futures-util",
14208 "pin-project",
14209 "pin-project-lite",
14210 "tokio",
14211 "tower-layer",
14212 "tower-service",
14213 "tracing",
14214]
14215
14216[[package]]
14217name = "tower-http"
14218version = "0.3.5"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14221dependencies = [
14222 "bitflags 1.3.2",
14223 "bytes 1.10.1",
14224 "futures-core",
14225 "futures-util",
14226 "http 0.2.12",
14227 "http-body 0.4.6",
14228 "http-range-header",
14229 "pin-project-lite",
14230 "tower-layer",
14231 "tower-service",
14232]
14233
14234[[package]]
14235name = "tower-http"
14236version = "0.4.4"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14239dependencies = [
14240 "bitflags 2.8.0",
14241 "bytes 1.10.1",
14242 "futures-core",
14243 "futures-util",
14244 "http 0.2.12",
14245 "http-body 0.4.6",
14246 "http-range-header",
14247 "pin-project-lite",
14248 "tower-layer",
14249 "tower-service",
14250 "tracing",
14251]
14252
14253[[package]]
14254name = "tower-layer"
14255version = "0.3.3"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14258
14259[[package]]
14260name = "tower-service"
14261version = "0.3.3"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14264
14265[[package]]
14266name = "tracing"
14267version = "0.1.41"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14270dependencies = [
14271 "log",
14272 "pin-project-lite",
14273 "tracing-attributes",
14274 "tracing-core",
14275]
14276
14277[[package]]
14278name = "tracing-attributes"
14279version = "0.1.28"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14282dependencies = [
14283 "proc-macro2",
14284 "quote",
14285 "syn 2.0.90",
14286]
14287
14288[[package]]
14289name = "tracing-core"
14290version = "0.1.33"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14293dependencies = [
14294 "once_cell",
14295 "valuable",
14296]
14297
14298[[package]]
14299name = "tracing-log"
14300version = "0.2.0"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14303dependencies = [
14304 "log",
14305 "once_cell",
14306 "tracing-core",
14307]
14308
14309[[package]]
14310name = "tracing-serde"
14311version = "0.2.0"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14314dependencies = [
14315 "serde",
14316 "tracing-core",
14317]
14318
14319[[package]]
14320name = "tracing-subscriber"
14321version = "0.3.19"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14324dependencies = [
14325 "matchers",
14326 "nu-ansi-term",
14327 "once_cell",
14328 "regex",
14329 "serde",
14330 "serde_json",
14331 "sharded-slab",
14332 "smallvec",
14333 "thread_local",
14334 "tracing",
14335 "tracing-core",
14336 "tracing-log",
14337 "tracing-serde",
14338]
14339
14340[[package]]
14341name = "trait-variant"
14342version = "0.1.2"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14345dependencies = [
14346 "proc-macro2",
14347 "quote",
14348 "syn 2.0.90",
14349]
14350
14351[[package]]
14352name = "tree-sitter"
14353version = "0.25.3"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14356dependencies = [
14357 "cc",
14358 "regex",
14359 "regex-syntax 0.8.5",
14360 "serde_json",
14361 "streaming-iterator",
14362 "tree-sitter-language",
14363 "wasmtime-c-api-impl",
14364]
14365
14366[[package]]
14367name = "tree-sitter-bash"
14368version = "0.23.3"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14371dependencies = [
14372 "cc",
14373 "tree-sitter-language",
14374]
14375
14376[[package]]
14377name = "tree-sitter-c"
14378version = "0.23.4"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14381dependencies = [
14382 "cc",
14383 "tree-sitter-language",
14384]
14385
14386[[package]]
14387name = "tree-sitter-cpp"
14388version = "0.23.4"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14391dependencies = [
14392 "cc",
14393 "tree-sitter-language",
14394]
14395
14396[[package]]
14397name = "tree-sitter-css"
14398version = "0.23.2"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14401dependencies = [
14402 "cc",
14403 "tree-sitter-language",
14404]
14405
14406[[package]]
14407name = "tree-sitter-diff"
14408version = "0.1.0"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14411dependencies = [
14412 "cc",
14413 "tree-sitter-language",
14414]
14415
14416[[package]]
14417name = "tree-sitter-elixir"
14418version = "0.3.4"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14421dependencies = [
14422 "cc",
14423 "tree-sitter-language",
14424]
14425
14426[[package]]
14427name = "tree-sitter-embedded-template"
14428version = "0.23.2"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14431dependencies = [
14432 "cc",
14433 "tree-sitter-language",
14434]
14435
14436[[package]]
14437name = "tree-sitter-gitcommit"
14438version = "0.0.1"
14439source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14440dependencies = [
14441 "cc",
14442 "tree-sitter-language",
14443]
14444
14445[[package]]
14446name = "tree-sitter-go"
14447version = "0.23.4"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14450dependencies = [
14451 "cc",
14452 "tree-sitter-language",
14453]
14454
14455[[package]]
14456name = "tree-sitter-gomod"
14457version = "1.1.1"
14458source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14459dependencies = [
14460 "cc",
14461 "tree-sitter-language",
14462]
14463
14464[[package]]
14465name = "tree-sitter-gowork"
14466version = "0.0.1"
14467source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14468dependencies = [
14469 "cc",
14470 "tree-sitter-language",
14471]
14472
14473[[package]]
14474name = "tree-sitter-heex"
14475version = "0.0.1"
14476source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14477dependencies = [
14478 "cc",
14479 "tree-sitter-language",
14480]
14481
14482[[package]]
14483name = "tree-sitter-html"
14484version = "0.23.2"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14487dependencies = [
14488 "cc",
14489 "tree-sitter-language",
14490]
14491
14492[[package]]
14493name = "tree-sitter-jsdoc"
14494version = "0.23.2"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14497dependencies = [
14498 "cc",
14499 "tree-sitter-language",
14500]
14501
14502[[package]]
14503name = "tree-sitter-json"
14504version = "0.24.8"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14507dependencies = [
14508 "cc",
14509 "tree-sitter-language",
14510]
14511
14512[[package]]
14513name = "tree-sitter-language"
14514version = "0.1.3"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14517
14518[[package]]
14519name = "tree-sitter-md"
14520version = "0.3.2"
14521source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14522dependencies = [
14523 "cc",
14524 "tree-sitter-language",
14525]
14526
14527[[package]]
14528name = "tree-sitter-python"
14529version = "0.23.6"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14532dependencies = [
14533 "cc",
14534 "tree-sitter-language",
14535]
14536
14537[[package]]
14538name = "tree-sitter-regex"
14539version = "0.24.3"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14542dependencies = [
14543 "cc",
14544 "tree-sitter-language",
14545]
14546
14547[[package]]
14548name = "tree-sitter-ruby"
14549version = "0.23.1"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14552dependencies = [
14553 "cc",
14554 "tree-sitter-language",
14555]
14556
14557[[package]]
14558name = "tree-sitter-rust"
14559version = "0.23.2"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14562dependencies = [
14563 "cc",
14564 "tree-sitter-language",
14565]
14566
14567[[package]]
14568name = "tree-sitter-typescript"
14569version = "0.23.2"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14572dependencies = [
14573 "cc",
14574 "tree-sitter-language",
14575]
14576
14577[[package]]
14578name = "tree-sitter-yaml"
14579version = "0.6.1"
14580source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14581dependencies = [
14582 "cc",
14583 "tree-sitter-language",
14584]
14585
14586[[package]]
14587name = "try-lock"
14588version = "0.2.5"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14591
14592[[package]]
14593name = "ttf-parser"
14594version = "0.21.1"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14597
14598[[package]]
14599name = "tungstenite"
14600version = "0.20.1"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14603dependencies = [
14604 "byteorder",
14605 "bytes 1.10.1",
14606 "data-encoding",
14607 "http 0.2.12",
14608 "httparse",
14609 "log",
14610 "rand 0.8.5",
14611 "rustls 0.21.12",
14612 "sha1",
14613 "thiserror 1.0.69",
14614 "url",
14615 "utf-8",
14616]
14617
14618[[package]]
14619name = "tungstenite"
14620version = "0.21.0"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14623dependencies = [
14624 "byteorder",
14625 "bytes 1.10.1",
14626 "data-encoding",
14627 "http 1.2.0",
14628 "httparse",
14629 "log",
14630 "rand 0.8.5",
14631 "sha1",
14632 "thiserror 1.0.69",
14633 "url",
14634 "utf-8",
14635]
14636
14637[[package]]
14638name = "tungstenite"
14639version = "0.24.0"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14642dependencies = [
14643 "byteorder",
14644 "bytes 1.10.1",
14645 "data-encoding",
14646 "http 1.2.0",
14647 "httparse",
14648 "log",
14649 "rand 0.8.5",
14650 "sha1",
14651 "thiserror 1.0.69",
14652 "utf-8",
14653]
14654
14655[[package]]
14656name = "typeid"
14657version = "1.0.2"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14660
14661[[package]]
14662name = "typenum"
14663version = "1.17.0"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14666
14667[[package]]
14668name = "ucd-trie"
14669version = "0.1.7"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14672
14673[[package]]
14674name = "uds_windows"
14675version = "1.1.0"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14678dependencies = [
14679 "memoffset",
14680 "tempfile",
14681 "winapi",
14682]
14683
14684[[package]]
14685name = "ui"
14686version = "0.1.0"
14687dependencies = [
14688 "chrono",
14689 "component",
14690 "gpui",
14691 "itertools 0.14.0",
14692 "linkme",
14693 "menu",
14694 "serde",
14695 "settings",
14696 "smallvec",
14697 "story",
14698 "strum",
14699 "theme",
14700 "ui_macros",
14701 "util",
14702 "windows 0.58.0",
14703]
14704
14705[[package]]
14706name = "ui_input"
14707version = "0.1.0"
14708dependencies = [
14709 "editor",
14710 "gpui",
14711 "settings",
14712 "theme",
14713 "ui",
14714]
14715
14716[[package]]
14717name = "ui_macros"
14718version = "0.1.0"
14719dependencies = [
14720 "convert_case 0.8.0",
14721 "linkme",
14722 "proc-macro2",
14723 "quote",
14724 "syn 1.0.109",
14725]
14726
14727[[package]]
14728name = "unicase"
14729version = "2.8.1"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14732
14733[[package]]
14734name = "unicode-bidi"
14735version = "0.3.17"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14738
14739[[package]]
14740name = "unicode-bidi-mirroring"
14741version = "0.2.0"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14744
14745[[package]]
14746name = "unicode-ccc"
14747version = "0.2.0"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14750
14751[[package]]
14752name = "unicode-ident"
14753version = "1.0.14"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14756
14757[[package]]
14758name = "unicode-linebreak"
14759version = "0.1.5"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14762
14763[[package]]
14764name = "unicode-normalization"
14765version = "0.1.24"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14768dependencies = [
14769 "tinyvec",
14770]
14771
14772[[package]]
14773name = "unicode-properties"
14774version = "0.1.3"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14777
14778[[package]]
14779name = "unicode-script"
14780version = "0.5.7"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14783
14784[[package]]
14785name = "unicode-segmentation"
14786version = "1.12.0"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14789
14790[[package]]
14791name = "unicode-width"
14792version = "0.1.14"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14795
14796[[package]]
14797name = "unicode-xid"
14798version = "0.2.6"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14801
14802[[package]]
14803name = "unicode_categories"
14804version = "0.1.1"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14807
14808[[package]]
14809name = "unindent"
14810version = "0.2.3"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14813
14814[[package]]
14815name = "untrusted"
14816version = "0.9.0"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14819
14820[[package]]
14821name = "url"
14822version = "2.5.4"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14825dependencies = [
14826 "form_urlencoded",
14827 "idna",
14828 "percent-encoding",
14829 "serde",
14830]
14831
14832[[package]]
14833name = "urlencoding"
14834version = "2.1.3"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14837
14838[[package]]
14839name = "usvg"
14840version = "0.44.0"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14843dependencies = [
14844 "base64 0.22.1",
14845 "data-url",
14846 "flate2",
14847 "imagesize",
14848 "kurbo",
14849 "log",
14850 "pico-args",
14851 "roxmltree",
14852 "simplecss",
14853 "siphasher 1.0.1",
14854 "strict-num",
14855 "svgtypes",
14856 "tiny-skia-path",
14857 "xmlwriter",
14858]
14859
14860[[package]]
14861name = "utf-8"
14862version = "0.7.6"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14865
14866[[package]]
14867name = "utf16_iter"
14868version = "1.0.5"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14871
14872[[package]]
14873name = "utf8_iter"
14874version = "1.0.4"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14877
14878[[package]]
14879name = "utf8parse"
14880version = "0.2.2"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14883
14884[[package]]
14885name = "util"
14886version = "0.1.0"
14887dependencies = [
14888 "anyhow",
14889 "async-fs",
14890 "collections",
14891 "dirs 4.0.0",
14892 "dunce",
14893 "futures 0.3.31",
14894 "futures-lite 1.13.0",
14895 "git2",
14896 "globset",
14897 "itertools 0.14.0",
14898 "libc",
14899 "log",
14900 "rand 0.8.5",
14901 "regex",
14902 "rust-embed",
14903 "serde",
14904 "serde_json",
14905 "smol",
14906 "take-until",
14907 "tempfile",
14908 "tendril",
14909 "unicase",
14910 "util_macros",
14911]
14912
14913[[package]]
14914name = "util_macros"
14915version = "0.1.0"
14916dependencies = [
14917 "quote",
14918 "syn 1.0.109",
14919]
14920
14921[[package]]
14922name = "uuid"
14923version = "1.13.2"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14926dependencies = [
14927 "getrandom 0.3.1",
14928 "serde",
14929 "sha1_smol",
14930]
14931
14932[[package]]
14933name = "v_frame"
14934version = "0.3.8"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14937dependencies = [
14938 "aligned-vec",
14939 "num-traits",
14940 "wasm-bindgen",
14941]
14942
14943[[package]]
14944name = "valuable"
14945version = "0.1.0"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14948
14949[[package]]
14950name = "value-bag"
14951version = "1.10.0"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14954dependencies = [
14955 "value-bag-serde1",
14956 "value-bag-sval2",
14957]
14958
14959[[package]]
14960name = "value-bag-serde1"
14961version = "1.10.0"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14964dependencies = [
14965 "erased-serde",
14966 "serde",
14967 "serde_fmt",
14968]
14969
14970[[package]]
14971name = "value-bag-sval2"
14972version = "1.10.0"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14975dependencies = [
14976 "sval",
14977 "sval_buffer",
14978 "sval_dynamic",
14979 "sval_fmt",
14980 "sval_json",
14981 "sval_ref",
14982 "sval_serde",
14983]
14984
14985[[package]]
14986name = "vcpkg"
14987version = "0.2.15"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14990
14991[[package]]
14992name = "version-compare"
14993version = "0.2.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14996
14997[[package]]
14998name = "version_check"
14999version = "0.9.5"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15002
15003[[package]]
15004name = "vim"
15005version = "0.1.0"
15006dependencies = [
15007 "anyhow",
15008 "assets",
15009 "async-compat",
15010 "async-trait",
15011 "collections",
15012 "command_palette",
15013 "command_palette_hooks",
15014 "editor",
15015 "futures 0.3.31",
15016 "git_ui",
15017 "gpui",
15018 "indoc",
15019 "itertools 0.14.0",
15020 "language",
15021 "libc",
15022 "log",
15023 "lsp",
15024 "multi_buffer",
15025 "nvim-rs",
15026 "parking_lot",
15027 "picker",
15028 "project",
15029 "project_panel",
15030 "regex",
15031 "release_channel",
15032 "schemars",
15033 "search",
15034 "serde",
15035 "serde_derive",
15036 "serde_json",
15037 "settings",
15038 "task",
15039 "theme",
15040 "tokio",
15041 "ui",
15042 "util",
15043 "vim_mode_setting",
15044 "workspace",
15045 "zed_actions",
15046]
15047
15048[[package]]
15049name = "vim_mode_setting"
15050version = "0.1.0"
15051dependencies = [
15052 "anyhow",
15053 "gpui",
15054 "settings",
15055]
15056
15057[[package]]
15058name = "vscode_theme"
15059version = "0.2.0"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15062dependencies = [
15063 "serde",
15064]
15065
15066[[package]]
15067name = "vsimd"
15068version = "0.8.0"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15071
15072[[package]]
15073name = "vswhom"
15074version = "0.1.0"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15077dependencies = [
15078 "libc",
15079 "vswhom-sys",
15080]
15081
15082[[package]]
15083name = "vswhom-sys"
15084version = "0.1.2"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15087dependencies = [
15088 "cc",
15089 "libc",
15090]
15091
15092[[package]]
15093name = "vte"
15094version = "0.15.0"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15097dependencies = [
15098 "arrayvec",
15099 "bitflags 2.8.0",
15100 "cursor-icon",
15101 "log",
15102 "memchr",
15103 "serde",
15104]
15105
15106[[package]]
15107name = "waker-fn"
15108version = "1.2.0"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15111
15112[[package]]
15113name = "walkdir"
15114version = "2.5.0"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15117dependencies = [
15118 "same-file",
15119 "winapi-util",
15120]
15121
15122[[package]]
15123name = "want"
15124version = "0.3.1"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15127dependencies = [
15128 "try-lock",
15129]
15130
15131[[package]]
15132name = "warp"
15133version = "0.3.7"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15136dependencies = [
15137 "bytes 1.10.1",
15138 "futures-channel",
15139 "futures-util",
15140 "headers",
15141 "http 0.2.12",
15142 "hyper 0.14.32",
15143 "log",
15144 "mime",
15145 "mime_guess",
15146 "percent-encoding",
15147 "pin-project",
15148 "scoped-tls",
15149 "serde",
15150 "serde_json",
15151 "serde_urlencoded",
15152 "tokio",
15153 "tokio-tungstenite 0.21.0",
15154 "tokio-util",
15155 "tower-service",
15156 "tracing",
15157]
15158
15159[[package]]
15160name = "wasi"
15161version = "0.9.0+wasi-snapshot-preview1"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15164
15165[[package]]
15166name = "wasi"
15167version = "0.11.0+wasi-snapshot-preview1"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15170
15171[[package]]
15172name = "wasi"
15173version = "0.13.3+wasi-0.2.2"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15176dependencies = [
15177 "wit-bindgen-rt 0.33.0",
15178]
15179
15180[[package]]
15181name = "wasite"
15182version = "0.1.0"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15185
15186[[package]]
15187name = "wasm-bindgen"
15188version = "0.2.99"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15191dependencies = [
15192 "cfg-if",
15193 "once_cell",
15194 "wasm-bindgen-macro",
15195]
15196
15197[[package]]
15198name = "wasm-bindgen-backend"
15199version = "0.2.99"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15202dependencies = [
15203 "bumpalo",
15204 "log",
15205 "proc-macro2",
15206 "quote",
15207 "syn 2.0.90",
15208 "wasm-bindgen-shared",
15209]
15210
15211[[package]]
15212name = "wasm-bindgen-futures"
15213version = "0.4.49"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15216dependencies = [
15217 "cfg-if",
15218 "js-sys",
15219 "once_cell",
15220 "wasm-bindgen",
15221 "web-sys",
15222]
15223
15224[[package]]
15225name = "wasm-bindgen-macro"
15226version = "0.2.99"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15229dependencies = [
15230 "quote",
15231 "wasm-bindgen-macro-support",
15232]
15233
15234[[package]]
15235name = "wasm-bindgen-macro-support"
15236version = "0.2.99"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15239dependencies = [
15240 "proc-macro2",
15241 "quote",
15242 "syn 2.0.90",
15243 "wasm-bindgen-backend",
15244 "wasm-bindgen-shared",
15245]
15246
15247[[package]]
15248name = "wasm-bindgen-shared"
15249version = "0.2.99"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15252
15253[[package]]
15254name = "wasm-encoder"
15255version = "0.201.0"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15258dependencies = [
15259 "leb128",
15260]
15261
15262[[package]]
15263name = "wasm-encoder"
15264version = "0.221.3"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15267dependencies = [
15268 "leb128",
15269 "wasmparser 0.221.3",
15270]
15271
15272[[package]]
15273name = "wasm-metadata"
15274version = "0.201.0"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15277dependencies = [
15278 "anyhow",
15279 "indexmap",
15280 "serde",
15281 "serde_derive",
15282 "serde_json",
15283 "spdx",
15284 "wasm-encoder 0.201.0",
15285 "wasmparser 0.201.0",
15286]
15287
15288[[package]]
15289name = "wasm-metadata"
15290version = "0.221.3"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15293dependencies = [
15294 "anyhow",
15295 "indexmap",
15296 "serde",
15297 "serde_derive",
15298 "serde_json",
15299 "spdx",
15300 "wasm-encoder 0.221.3",
15301 "wasmparser 0.221.3",
15302]
15303
15304[[package]]
15305name = "wasm-streams"
15306version = "0.4.2"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15309dependencies = [
15310 "futures-util",
15311 "js-sys",
15312 "wasm-bindgen",
15313 "wasm-bindgen-futures",
15314 "web-sys",
15315]
15316
15317[[package]]
15318name = "wasmparser"
15319version = "0.201.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15322dependencies = [
15323 "bitflags 2.8.0",
15324 "indexmap",
15325 "semver",
15326]
15327
15328[[package]]
15329name = "wasmparser"
15330version = "0.221.3"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15333dependencies = [
15334 "bitflags 2.8.0",
15335 "hashbrown 0.15.2",
15336 "indexmap",
15337 "semver",
15338 "serde",
15339]
15340
15341[[package]]
15342name = "wasmprinter"
15343version = "0.221.3"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15346dependencies = [
15347 "anyhow",
15348 "termcolor",
15349 "wasmparser 0.221.3",
15350]
15351
15352[[package]]
15353name = "wasmtime"
15354version = "29.0.1"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15357dependencies = [
15358 "anyhow",
15359 "async-trait",
15360 "bitflags 2.8.0",
15361 "bumpalo",
15362 "cc",
15363 "cfg-if",
15364 "encoding_rs",
15365 "hashbrown 0.14.5",
15366 "indexmap",
15367 "libc",
15368 "log",
15369 "mach2",
15370 "memfd",
15371 "object",
15372 "once_cell",
15373 "paste",
15374 "postcard",
15375 "psm",
15376 "pulley-interpreter",
15377 "rustix",
15378 "semver",
15379 "serde",
15380 "serde_derive",
15381 "smallvec",
15382 "sptr",
15383 "target-lexicon 0.13.2",
15384 "trait-variant",
15385 "wasmparser 0.221.3",
15386 "wasmtime-asm-macros",
15387 "wasmtime-component-macro",
15388 "wasmtime-component-util",
15389 "wasmtime-cranelift",
15390 "wasmtime-environ",
15391 "wasmtime-fiber",
15392 "wasmtime-jit-icache-coherence",
15393 "wasmtime-math",
15394 "wasmtime-slab",
15395 "wasmtime-versioned-export-macros",
15396 "wasmtime-winch",
15397 "windows-sys 0.59.0",
15398]
15399
15400[[package]]
15401name = "wasmtime-asm-macros"
15402version = "29.0.1"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15405dependencies = [
15406 "cfg-if",
15407]
15408
15409[[package]]
15410name = "wasmtime-c-api-impl"
15411version = "29.0.1"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15414dependencies = [
15415 "anyhow",
15416 "log",
15417 "tracing",
15418 "wasmtime",
15419 "wasmtime-c-api-macros",
15420]
15421
15422[[package]]
15423name = "wasmtime-c-api-macros"
15424version = "29.0.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15427dependencies = [
15428 "proc-macro2",
15429 "quote",
15430]
15431
15432[[package]]
15433name = "wasmtime-component-macro"
15434version = "29.0.1"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15437dependencies = [
15438 "anyhow",
15439 "proc-macro2",
15440 "quote",
15441 "syn 2.0.90",
15442 "wasmtime-component-util",
15443 "wasmtime-wit-bindgen",
15444 "wit-parser 0.221.3",
15445]
15446
15447[[package]]
15448name = "wasmtime-component-util"
15449version = "29.0.1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15452
15453[[package]]
15454name = "wasmtime-cranelift"
15455version = "29.0.1"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15458dependencies = [
15459 "anyhow",
15460 "cfg-if",
15461 "cranelift-codegen",
15462 "cranelift-control",
15463 "cranelift-entity",
15464 "cranelift-frontend",
15465 "cranelift-native",
15466 "gimli",
15467 "itertools 0.12.1",
15468 "log",
15469 "object",
15470 "smallvec",
15471 "target-lexicon 0.13.2",
15472 "thiserror 1.0.69",
15473 "wasmparser 0.221.3",
15474 "wasmtime-environ",
15475 "wasmtime-versioned-export-macros",
15476]
15477
15478[[package]]
15479name = "wasmtime-environ"
15480version = "29.0.1"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15483dependencies = [
15484 "anyhow",
15485 "cpp_demangle",
15486 "cranelift-bitset",
15487 "cranelift-entity",
15488 "gimli",
15489 "indexmap",
15490 "log",
15491 "object",
15492 "postcard",
15493 "rustc-demangle",
15494 "semver",
15495 "serde",
15496 "serde_derive",
15497 "smallvec",
15498 "target-lexicon 0.13.2",
15499 "wasm-encoder 0.221.3",
15500 "wasmparser 0.221.3",
15501 "wasmprinter",
15502 "wasmtime-component-util",
15503]
15504
15505[[package]]
15506name = "wasmtime-fiber"
15507version = "29.0.1"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15510dependencies = [
15511 "anyhow",
15512 "cc",
15513 "cfg-if",
15514 "rustix",
15515 "wasmtime-asm-macros",
15516 "wasmtime-versioned-export-macros",
15517 "windows-sys 0.59.0",
15518]
15519
15520[[package]]
15521name = "wasmtime-jit-icache-coherence"
15522version = "29.0.1"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15525dependencies = [
15526 "anyhow",
15527 "cfg-if",
15528 "libc",
15529 "windows-sys 0.59.0",
15530]
15531
15532[[package]]
15533name = "wasmtime-math"
15534version = "29.0.1"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15537dependencies = [
15538 "libm",
15539]
15540
15541[[package]]
15542name = "wasmtime-slab"
15543version = "29.0.1"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15546
15547[[package]]
15548name = "wasmtime-versioned-export-macros"
15549version = "29.0.1"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15552dependencies = [
15553 "proc-macro2",
15554 "quote",
15555 "syn 2.0.90",
15556]
15557
15558[[package]]
15559name = "wasmtime-wasi"
15560version = "29.0.1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15563dependencies = [
15564 "anyhow",
15565 "async-trait",
15566 "bitflags 2.8.0",
15567 "bytes 1.10.1",
15568 "cap-fs-ext",
15569 "cap-net-ext",
15570 "cap-rand",
15571 "cap-std",
15572 "cap-time-ext",
15573 "fs-set-times",
15574 "futures 0.3.31",
15575 "io-extras",
15576 "io-lifetimes",
15577 "rustix",
15578 "system-interface",
15579 "thiserror 1.0.69",
15580 "tokio",
15581 "tracing",
15582 "trait-variant",
15583 "url",
15584 "wasmtime",
15585 "wiggle",
15586 "windows-sys 0.59.0",
15587]
15588
15589[[package]]
15590name = "wasmtime-winch"
15591version = "29.0.1"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15594dependencies = [
15595 "anyhow",
15596 "cranelift-codegen",
15597 "gimli",
15598 "object",
15599 "target-lexicon 0.13.2",
15600 "wasmparser 0.221.3",
15601 "wasmtime-cranelift",
15602 "wasmtime-environ",
15603 "winch-codegen",
15604]
15605
15606[[package]]
15607name = "wasmtime-wit-bindgen"
15608version = "29.0.1"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15611dependencies = [
15612 "anyhow",
15613 "heck 0.5.0",
15614 "indexmap",
15615 "wit-parser 0.221.3",
15616]
15617
15618[[package]]
15619name = "wast"
15620version = "35.0.2"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15623dependencies = [
15624 "leb128",
15625]
15626
15627[[package]]
15628name = "wayland-backend"
15629version = "0.3.8"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15632dependencies = [
15633 "cc",
15634 "downcast-rs",
15635 "rustix",
15636 "scoped-tls",
15637 "smallvec",
15638 "wayland-sys",
15639]
15640
15641[[package]]
15642name = "wayland-client"
15643version = "0.31.8"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15646dependencies = [
15647 "bitflags 2.8.0",
15648 "rustix",
15649 "wayland-backend",
15650 "wayland-scanner",
15651]
15652
15653[[package]]
15654name = "wayland-cursor"
15655version = "0.31.8"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15658dependencies = [
15659 "rustix",
15660 "wayland-client",
15661 "xcursor",
15662]
15663
15664[[package]]
15665name = "wayland-protocols"
15666version = "0.31.2"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15669dependencies = [
15670 "bitflags 2.8.0",
15671 "wayland-backend",
15672 "wayland-client",
15673 "wayland-scanner",
15674]
15675
15676[[package]]
15677name = "wayland-protocols-plasma"
15678version = "0.2.0"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15681dependencies = [
15682 "bitflags 2.8.0",
15683 "wayland-backend",
15684 "wayland-client",
15685 "wayland-protocols",
15686 "wayland-scanner",
15687]
15688
15689[[package]]
15690name = "wayland-scanner"
15691version = "0.31.6"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15694dependencies = [
15695 "proc-macro2",
15696 "quick-xml 0.37.2",
15697 "quote",
15698]
15699
15700[[package]]
15701name = "wayland-sys"
15702version = "0.31.6"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15705dependencies = [
15706 "dlib",
15707 "log",
15708 "once_cell",
15709 "pkg-config",
15710]
15711
15712[[package]]
15713name = "web-sys"
15714version = "0.3.76"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15717dependencies = [
15718 "js-sys",
15719 "wasm-bindgen",
15720]
15721
15722[[package]]
15723name = "web-time"
15724version = "1.1.0"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15727dependencies = [
15728 "js-sys",
15729 "wasm-bindgen",
15730]
15731
15732[[package]]
15733name = "webpki-root-certs"
15734version = "0.26.8"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15737dependencies = [
15738 "rustls-pki-types",
15739]
15740
15741[[package]]
15742name = "webpki-roots"
15743version = "0.26.7"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15746dependencies = [
15747 "rustls-pki-types",
15748]
15749
15750[[package]]
15751name = "webrtc-sys"
15752version = "0.3.5"
15753source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15754dependencies = [
15755 "cc",
15756 "cxx",
15757 "cxx-build",
15758 "glob",
15759 "log",
15760 "webrtc-sys-build",
15761]
15762
15763[[package]]
15764name = "webrtc-sys-build"
15765version = "0.3.5"
15766source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15767dependencies = [
15768 "fs2",
15769 "regex",
15770 "reqwest 0.11.27",
15771 "scratch",
15772 "semver",
15773 "zip",
15774]
15775
15776[[package]]
15777name = "weezl"
15778version = "0.1.8"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15781
15782[[package]]
15783name = "welcome"
15784version = "0.1.0"
15785dependencies = [
15786 "anyhow",
15787 "client",
15788 "db",
15789 "editor",
15790 "fuzzy",
15791 "gpui",
15792 "install_cli",
15793 "language",
15794 "picker",
15795 "project",
15796 "schemars",
15797 "serde",
15798 "settings",
15799 "telemetry",
15800 "ui",
15801 "util",
15802 "vim_mode_setting",
15803 "workspace",
15804 "zed_actions",
15805]
15806
15807[[package]]
15808name = "which"
15809version = "4.4.2"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15812dependencies = [
15813 "either",
15814 "home",
15815 "once_cell",
15816 "rustix",
15817]
15818
15819[[package]]
15820name = "which"
15821version = "6.0.3"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15824dependencies = [
15825 "either",
15826 "home",
15827 "rustix",
15828 "winsafe",
15829]
15830
15831[[package]]
15832name = "which"
15833version = "7.0.2"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15836dependencies = [
15837 "either",
15838 "env_home",
15839 "rustix",
15840 "winsafe",
15841]
15842
15843[[package]]
15844name = "whoami"
15845version = "1.5.2"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15848dependencies = [
15849 "redox_syscall 0.5.8",
15850 "wasite",
15851]
15852
15853[[package]]
15854name = "wiggle"
15855version = "29.0.1"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15858dependencies = [
15859 "anyhow",
15860 "async-trait",
15861 "bitflags 2.8.0",
15862 "thiserror 1.0.69",
15863 "tracing",
15864 "wasmtime",
15865 "wiggle-macro",
15866]
15867
15868[[package]]
15869name = "wiggle-generate"
15870version = "29.0.1"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15873dependencies = [
15874 "anyhow",
15875 "heck 0.5.0",
15876 "proc-macro2",
15877 "quote",
15878 "shellexpand 2.1.2",
15879 "syn 2.0.90",
15880 "witx",
15881]
15882
15883[[package]]
15884name = "wiggle-macro"
15885version = "29.0.1"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15888dependencies = [
15889 "proc-macro2",
15890 "quote",
15891 "syn 2.0.90",
15892 "wiggle-generate",
15893]
15894
15895[[package]]
15896name = "winapi"
15897version = "0.3.9"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15900dependencies = [
15901 "winapi-i686-pc-windows-gnu",
15902 "winapi-x86_64-pc-windows-gnu",
15903]
15904
15905[[package]]
15906name = "winapi-i686-pc-windows-gnu"
15907version = "0.4.0"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15910
15911[[package]]
15912name = "winapi-util"
15913version = "0.1.9"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15916dependencies = [
15917 "windows-sys 0.52.0",
15918]
15919
15920[[package]]
15921name = "winapi-x86_64-pc-windows-gnu"
15922version = "0.4.0"
15923source = "registry+https://github.com/rust-lang/crates.io-index"
15924checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15925
15926[[package]]
15927name = "winch-codegen"
15928version = "29.0.1"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15931dependencies = [
15932 "anyhow",
15933 "cranelift-codegen",
15934 "gimli",
15935 "regalloc2",
15936 "smallvec",
15937 "target-lexicon 0.13.2",
15938 "thiserror 1.0.69",
15939 "wasmparser 0.221.3",
15940 "wasmtime-cranelift",
15941 "wasmtime-environ",
15942]
15943
15944[[package]]
15945name = "windows"
15946version = "0.54.0"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15949dependencies = [
15950 "windows-core 0.54.0",
15951 "windows-targets 0.52.6",
15952]
15953
15954[[package]]
15955name = "windows"
15956version = "0.57.0"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15959dependencies = [
15960 "windows-core 0.57.0",
15961 "windows-targets 0.52.6",
15962]
15963
15964[[package]]
15965name = "windows"
15966version = "0.58.0"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15969dependencies = [
15970 "windows-core 0.58.0",
15971 "windows-targets 0.52.6",
15972]
15973
15974[[package]]
15975name = "windows-core"
15976version = "0.52.0"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15979dependencies = [
15980 "windows-targets 0.52.6",
15981]
15982
15983[[package]]
15984name = "windows-core"
15985version = "0.54.0"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15988dependencies = [
15989 "windows-result 0.1.2",
15990 "windows-targets 0.52.6",
15991]
15992
15993[[package]]
15994name = "windows-core"
15995version = "0.57.0"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15998dependencies = [
15999 "windows-implement 0.57.0",
16000 "windows-interface 0.57.0",
16001 "windows-result 0.1.2",
16002 "windows-targets 0.52.6",
16003]
16004
16005[[package]]
16006name = "windows-core"
16007version = "0.58.0"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16010dependencies = [
16011 "windows-implement 0.58.0",
16012 "windows-interface 0.58.0",
16013 "windows-result 0.2.0",
16014 "windows-strings",
16015 "windows-targets 0.52.6",
16016]
16017
16018[[package]]
16019name = "windows-implement"
16020version = "0.57.0"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16023dependencies = [
16024 "proc-macro2",
16025 "quote",
16026 "syn 2.0.90",
16027]
16028
16029[[package]]
16030name = "windows-implement"
16031version = "0.58.0"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16034dependencies = [
16035 "proc-macro2",
16036 "quote",
16037 "syn 2.0.90",
16038]
16039
16040[[package]]
16041name = "windows-interface"
16042version = "0.57.0"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16045dependencies = [
16046 "proc-macro2",
16047 "quote",
16048 "syn 2.0.90",
16049]
16050
16051[[package]]
16052name = "windows-interface"
16053version = "0.58.0"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16056dependencies = [
16057 "proc-macro2",
16058 "quote",
16059 "syn 2.0.90",
16060]
16061
16062[[package]]
16063name = "windows-link"
16064version = "0.1.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16067
16068[[package]]
16069name = "windows-registry"
16070version = "0.2.0"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16073dependencies = [
16074 "windows-result 0.2.0",
16075 "windows-strings",
16076 "windows-targets 0.52.6",
16077]
16078
16079[[package]]
16080name = "windows-result"
16081version = "0.1.2"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16084dependencies = [
16085 "windows-targets 0.52.6",
16086]
16087
16088[[package]]
16089name = "windows-result"
16090version = "0.2.0"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16093dependencies = [
16094 "windows-targets 0.52.6",
16095]
16096
16097[[package]]
16098name = "windows-strings"
16099version = "0.1.0"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16102dependencies = [
16103 "windows-result 0.2.0",
16104 "windows-targets 0.52.6",
16105]
16106
16107[[package]]
16108name = "windows-sys"
16109version = "0.45.0"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16112dependencies = [
16113 "windows-targets 0.42.2",
16114]
16115
16116[[package]]
16117name = "windows-sys"
16118version = "0.48.0"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16121dependencies = [
16122 "windows-targets 0.48.5",
16123]
16124
16125[[package]]
16126name = "windows-sys"
16127version = "0.52.0"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16130dependencies = [
16131 "windows-targets 0.52.6",
16132]
16133
16134[[package]]
16135name = "windows-sys"
16136version = "0.59.0"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16139dependencies = [
16140 "windows-targets 0.52.6",
16141]
16142
16143[[package]]
16144name = "windows-targets"
16145version = "0.42.2"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16148dependencies = [
16149 "windows_aarch64_gnullvm 0.42.2",
16150 "windows_aarch64_msvc 0.42.2",
16151 "windows_i686_gnu 0.42.2",
16152 "windows_i686_msvc 0.42.2",
16153 "windows_x86_64_gnu 0.42.2",
16154 "windows_x86_64_gnullvm 0.42.2",
16155 "windows_x86_64_msvc 0.42.2",
16156]
16157
16158[[package]]
16159name = "windows-targets"
16160version = "0.48.5"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16163dependencies = [
16164 "windows_aarch64_gnullvm 0.48.5",
16165 "windows_aarch64_msvc 0.48.5",
16166 "windows_i686_gnu 0.48.5",
16167 "windows_i686_msvc 0.48.5",
16168 "windows_x86_64_gnu 0.48.5",
16169 "windows_x86_64_gnullvm 0.48.5",
16170 "windows_x86_64_msvc 0.48.5",
16171]
16172
16173[[package]]
16174name = "windows-targets"
16175version = "0.52.6"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16178dependencies = [
16179 "windows_aarch64_gnullvm 0.52.6",
16180 "windows_aarch64_msvc 0.52.6",
16181 "windows_i686_gnu 0.52.6",
16182 "windows_i686_gnullvm",
16183 "windows_i686_msvc 0.52.6",
16184 "windows_x86_64_gnu 0.52.6",
16185 "windows_x86_64_gnullvm 0.52.6",
16186 "windows_x86_64_msvc 0.52.6",
16187]
16188
16189[[package]]
16190name = "windows_aarch64_gnullvm"
16191version = "0.42.2"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16194
16195[[package]]
16196name = "windows_aarch64_gnullvm"
16197version = "0.48.5"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16200
16201[[package]]
16202name = "windows_aarch64_gnullvm"
16203version = "0.52.6"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16206
16207[[package]]
16208name = "windows_aarch64_msvc"
16209version = "0.42.2"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16212
16213[[package]]
16214name = "windows_aarch64_msvc"
16215version = "0.48.5"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16218
16219[[package]]
16220name = "windows_aarch64_msvc"
16221version = "0.52.6"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16224
16225[[package]]
16226name = "windows_i686_gnu"
16227version = "0.42.2"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16230
16231[[package]]
16232name = "windows_i686_gnu"
16233version = "0.48.5"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16236
16237[[package]]
16238name = "windows_i686_gnu"
16239version = "0.52.6"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16242
16243[[package]]
16244name = "windows_i686_gnullvm"
16245version = "0.52.6"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16248
16249[[package]]
16250name = "windows_i686_msvc"
16251version = "0.42.2"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16254
16255[[package]]
16256name = "windows_i686_msvc"
16257version = "0.48.5"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16260
16261[[package]]
16262name = "windows_i686_msvc"
16263version = "0.52.6"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16266
16267[[package]]
16268name = "windows_x86_64_gnu"
16269version = "0.42.2"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16272
16273[[package]]
16274name = "windows_x86_64_gnu"
16275version = "0.48.5"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16278
16279[[package]]
16280name = "windows_x86_64_gnu"
16281version = "0.52.6"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16284
16285[[package]]
16286name = "windows_x86_64_gnullvm"
16287version = "0.42.2"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16290
16291[[package]]
16292name = "windows_x86_64_gnullvm"
16293version = "0.48.5"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16296
16297[[package]]
16298name = "windows_x86_64_gnullvm"
16299version = "0.52.6"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16302
16303[[package]]
16304name = "windows_x86_64_msvc"
16305version = "0.42.2"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16308
16309[[package]]
16310name = "windows_x86_64_msvc"
16311version = "0.48.5"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16314
16315[[package]]
16316name = "windows_x86_64_msvc"
16317version = "0.52.6"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16320
16321[[package]]
16322name = "winnow"
16323version = "0.6.20"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16326dependencies = [
16327 "memchr",
16328]
16329
16330[[package]]
16331name = "winnow"
16332version = "0.7.1"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16335dependencies = [
16336 "memchr",
16337]
16338
16339[[package]]
16340name = "winreg"
16341version = "0.50.0"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16344dependencies = [
16345 "cfg-if",
16346 "windows-sys 0.48.0",
16347]
16348
16349[[package]]
16350name = "winreg"
16351version = "0.52.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16354dependencies = [
16355 "cfg-if",
16356 "windows-sys 0.48.0",
16357]
16358
16359[[package]]
16360name = "winresource"
16361version = "0.1.19"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16364dependencies = [
16365 "toml 0.8.20",
16366 "version_check",
16367]
16368
16369[[package]]
16370name = "winsafe"
16371version = "0.0.19"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16374
16375[[package]]
16376name = "winx"
16377version = "0.36.4"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16380dependencies = [
16381 "bitflags 2.8.0",
16382 "windows-sys 0.52.0",
16383]
16384
16385[[package]]
16386name = "wio"
16387version = "0.2.2"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16390dependencies = [
16391 "winapi",
16392]
16393
16394[[package]]
16395name = "wit-bindgen"
16396version = "0.22.0"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16399dependencies = [
16400 "bitflags 2.8.0",
16401 "wit-bindgen-rt 0.22.0",
16402 "wit-bindgen-rust-macro",
16403]
16404
16405[[package]]
16406name = "wit-bindgen-core"
16407version = "0.22.0"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16410dependencies = [
16411 "anyhow",
16412 "wit-parser 0.201.0",
16413]
16414
16415[[package]]
16416name = "wit-bindgen-rt"
16417version = "0.22.0"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16420
16421[[package]]
16422name = "wit-bindgen-rt"
16423version = "0.33.0"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16426dependencies = [
16427 "bitflags 2.8.0",
16428]
16429
16430[[package]]
16431name = "wit-bindgen-rust"
16432version = "0.22.0"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16435dependencies = [
16436 "anyhow",
16437 "heck 0.4.1",
16438 "indexmap",
16439 "wasm-metadata 0.201.0",
16440 "wit-bindgen-core",
16441 "wit-component 0.201.0",
16442]
16443
16444[[package]]
16445name = "wit-bindgen-rust-macro"
16446version = "0.22.0"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16449dependencies = [
16450 "anyhow",
16451 "proc-macro2",
16452 "quote",
16453 "syn 2.0.90",
16454 "wit-bindgen-core",
16455 "wit-bindgen-rust",
16456]
16457
16458[[package]]
16459name = "wit-component"
16460version = "0.201.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16463dependencies = [
16464 "anyhow",
16465 "bitflags 2.8.0",
16466 "indexmap",
16467 "log",
16468 "serde",
16469 "serde_derive",
16470 "serde_json",
16471 "wasm-encoder 0.201.0",
16472 "wasm-metadata 0.201.0",
16473 "wasmparser 0.201.0",
16474 "wit-parser 0.201.0",
16475]
16476
16477[[package]]
16478name = "wit-component"
16479version = "0.221.3"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16482dependencies = [
16483 "anyhow",
16484 "bitflags 2.8.0",
16485 "indexmap",
16486 "log",
16487 "serde",
16488 "serde_derive",
16489 "serde_json",
16490 "wasm-encoder 0.221.3",
16491 "wasm-metadata 0.221.3",
16492 "wasmparser 0.221.3",
16493 "wit-parser 0.221.3",
16494]
16495
16496[[package]]
16497name = "wit-parser"
16498version = "0.201.0"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16501dependencies = [
16502 "anyhow",
16503 "id-arena",
16504 "indexmap",
16505 "log",
16506 "semver",
16507 "serde",
16508 "serde_derive",
16509 "serde_json",
16510 "unicode-xid",
16511 "wasmparser 0.201.0",
16512]
16513
16514[[package]]
16515name = "wit-parser"
16516version = "0.221.3"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16519dependencies = [
16520 "anyhow",
16521 "id-arena",
16522 "indexmap",
16523 "log",
16524 "semver",
16525 "serde",
16526 "serde_derive",
16527 "serde_json",
16528 "unicode-xid",
16529 "wasmparser 0.221.3",
16530]
16531
16532[[package]]
16533name = "witx"
16534version = "0.9.1"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16537dependencies = [
16538 "anyhow",
16539 "log",
16540 "thiserror 1.0.69",
16541 "wast",
16542]
16543
16544[[package]]
16545name = "workspace"
16546version = "0.1.0"
16547dependencies = [
16548 "any_vec",
16549 "anyhow",
16550 "async-recursion 1.1.1",
16551 "bincode",
16552 "call",
16553 "client",
16554 "clock",
16555 "collections",
16556 "component",
16557 "db",
16558 "derive_more",
16559 "env_logger 0.11.6",
16560 "fs",
16561 "futures 0.3.31",
16562 "gpui",
16563 "http_client",
16564 "itertools 0.14.0",
16565 "language",
16566 "log",
16567 "node_runtime",
16568 "parking_lot",
16569 "postage",
16570 "project",
16571 "remote",
16572 "schemars",
16573 "serde",
16574 "serde_json",
16575 "session",
16576 "settings",
16577 "smallvec",
16578 "sqlez",
16579 "strum",
16580 "task",
16581 "telemetry",
16582 "tempfile",
16583 "theme",
16584 "ui",
16585 "util",
16586 "uuid",
16587 "zed_actions",
16588]
16589
16590[[package]]
16591name = "worktree"
16592version = "0.1.0"
16593dependencies = [
16594 "anyhow",
16595 "clock",
16596 "collections",
16597 "env_logger 0.11.6",
16598 "fs",
16599 "futures 0.3.31",
16600 "fuzzy",
16601 "git",
16602 "git2",
16603 "git_hosting_providers",
16604 "gpui",
16605 "http_client",
16606 "ignore",
16607 "language",
16608 "log",
16609 "parking_lot",
16610 "paths",
16611 "postage",
16612 "pretty_assertions",
16613 "rand 0.8.5",
16614 "rpc",
16615 "schemars",
16616 "serde",
16617 "serde_json",
16618 "settings",
16619 "smallvec",
16620 "smol",
16621 "sum_tree",
16622 "text",
16623 "util",
16624]
16625
16626[[package]]
16627name = "write16"
16628version = "1.0.0"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16631
16632[[package]]
16633name = "writeable"
16634version = "0.5.5"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16637
16638[[package]]
16639name = "wyz"
16640version = "0.5.1"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16643dependencies = [
16644 "tap",
16645]
16646
16647[[package]]
16648name = "x11-clipboard"
16649version = "0.9.3"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16652dependencies = [
16653 "libc",
16654 "x11rb",
16655]
16656
16657[[package]]
16658name = "x11rb"
16659version = "0.13.1"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16662dependencies = [
16663 "as-raw-xcb-connection",
16664 "gethostname",
16665 "libc",
16666 "rustix",
16667 "x11rb-protocol",
16668]
16669
16670[[package]]
16671name = "x11rb-protocol"
16672version = "0.13.1"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16675
16676[[package]]
16677name = "xattr"
16678version = "0.2.3"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16681dependencies = [
16682 "libc",
16683]
16684
16685[[package]]
16686name = "xcursor"
16687version = "0.3.8"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16690
16691[[package]]
16692name = "xdg-home"
16693version = "1.3.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16696dependencies = [
16697 "libc",
16698 "windows-sys 0.59.0",
16699]
16700
16701[[package]]
16702name = "xim"
16703version = "0.4.0"
16704source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16705dependencies = [
16706 "ahash 0.8.11",
16707 "hashbrown 0.14.5",
16708 "log",
16709 "x11rb",
16710 "xim-ctext",
16711 "xim-parser",
16712]
16713
16714[[package]]
16715name = "xim-ctext"
16716version = "0.3.0"
16717source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16718dependencies = [
16719 "encoding_rs",
16720]
16721
16722[[package]]
16723name = "xim-parser"
16724version = "0.2.1"
16725source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16726dependencies = [
16727 "bitflags 2.8.0",
16728]
16729
16730[[package]]
16731name = "xkbcommon"
16732version = "0.7.0"
16733source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16734dependencies = [
16735 "as-raw-xcb-connection",
16736 "libc",
16737 "memmap2",
16738 "xkeysym",
16739]
16740
16741[[package]]
16742name = "xkeysym"
16743version = "0.2.1"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16746
16747[[package]]
16748name = "xml5ever"
16749version = "0.18.1"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16752dependencies = [
16753 "log",
16754 "mac",
16755 "markup5ever",
16756]
16757
16758[[package]]
16759name = "xmlparser"
16760version = "0.13.6"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16763
16764[[package]]
16765name = "xmlwriter"
16766version = "0.1.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16769
16770[[package]]
16771name = "xtask"
16772version = "0.1.0"
16773dependencies = [
16774 "anyhow",
16775 "cargo_metadata",
16776 "cargo_toml",
16777 "clap",
16778]
16779
16780[[package]]
16781name = "yaml-rust2"
16782version = "0.8.1"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16785dependencies = [
16786 "arraydeque",
16787 "encoding_rs",
16788 "hashlink 0.8.4",
16789]
16790
16791[[package]]
16792name = "yansi"
16793version = "1.0.1"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16796
16797[[package]]
16798name = "yazi"
16799version = "0.1.6"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16802
16803[[package]]
16804name = "yeslogic-fontconfig-sys"
16805version = "6.0.0"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16808dependencies = [
16809 "dlib",
16810 "once_cell",
16811 "pkg-config",
16812]
16813
16814[[package]]
16815name = "yoke"
16816version = "0.7.5"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16819dependencies = [
16820 "serde",
16821 "stable_deref_trait",
16822 "yoke-derive",
16823 "zerofrom",
16824]
16825
16826[[package]]
16827name = "yoke-derive"
16828version = "0.7.5"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16831dependencies = [
16832 "proc-macro2",
16833 "quote",
16834 "syn 2.0.90",
16835 "synstructure",
16836]
16837
16838[[package]]
16839name = "zbus"
16840version = "5.5.0"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16843dependencies = [
16844 "async-broadcast",
16845 "async-executor",
16846 "async-fs",
16847 "async-io",
16848 "async-lock",
16849 "async-process",
16850 "async-recursion 1.1.1",
16851 "async-task",
16852 "async-trait",
16853 "blocking",
16854 "enumflags2",
16855 "event-listener 5.3.1",
16856 "futures-core",
16857 "futures-lite 2.6.0",
16858 "hex",
16859 "nix",
16860 "ordered-stream",
16861 "serde",
16862 "serde_repr",
16863 "static_assertions",
16864 "tracing",
16865 "uds_windows",
16866 "windows-sys 0.59.0",
16867 "winnow 0.7.1",
16868 "xdg-home",
16869 "zbus_macros",
16870 "zbus_names",
16871 "zvariant",
16872]
16873
16874[[package]]
16875name = "zbus_macros"
16876version = "5.5.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16879dependencies = [
16880 "proc-macro-crate",
16881 "proc-macro2",
16882 "quote",
16883 "syn 2.0.90",
16884 "zbus_names",
16885 "zvariant",
16886 "zvariant_utils",
16887]
16888
16889[[package]]
16890name = "zbus_names"
16891version = "4.1.0"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16894dependencies = [
16895 "serde",
16896 "static_assertions",
16897 "winnow 0.6.20",
16898 "zvariant",
16899]
16900
16901[[package]]
16902name = "zed"
16903version = "0.178.0"
16904dependencies = [
16905 "activity_indicator",
16906 "anyhow",
16907 "ashpd",
16908 "assets",
16909 "assistant",
16910 "assistant2",
16911 "assistant_context_editor",
16912 "assistant_settings",
16913 "assistant_tools",
16914 "async-watch",
16915 "audio",
16916 "auto_update",
16917 "auto_update_ui",
16918 "backtrace",
16919 "breadcrumbs",
16920 "call",
16921 "channel",
16922 "chrono",
16923 "clap",
16924 "cli",
16925 "client",
16926 "collab_ui",
16927 "collections",
16928 "command_palette",
16929 "command_palette_hooks",
16930 "component_preview",
16931 "copilot",
16932 "db",
16933 "diagnostics",
16934 "editor",
16935 "env_logger 0.11.6",
16936 "extension",
16937 "extension_host",
16938 "extensions_ui",
16939 "feature_flags",
16940 "feedback",
16941 "file_finder",
16942 "fs",
16943 "futures 0.3.31",
16944 "git",
16945 "git_hosting_providers",
16946 "git_ui",
16947 "go_to_line",
16948 "gpui",
16949 "gpui_tokio",
16950 "http_client",
16951 "image_viewer",
16952 "inline_completion_button",
16953 "install_cli",
16954 "journal",
16955 "language",
16956 "language_extension",
16957 "language_model",
16958 "language_models",
16959 "language_selector",
16960 "language_tools",
16961 "languages",
16962 "libc",
16963 "log",
16964 "markdown",
16965 "markdown_preview",
16966 "menu",
16967 "migrator",
16968 "mimalloc",
16969 "nix",
16970 "node_runtime",
16971 "notifications",
16972 "outline",
16973 "outline_panel",
16974 "parking_lot",
16975 "paths",
16976 "picker",
16977 "profiling",
16978 "project",
16979 "project_panel",
16980 "project_symbols",
16981 "prompt_store",
16982 "proto",
16983 "recent_projects",
16984 "release_channel",
16985 "remote",
16986 "repl",
16987 "reqwest_client",
16988 "rope",
16989 "search",
16990 "serde",
16991 "serde_json",
16992 "session",
16993 "settings",
16994 "settings_ui",
16995 "shellexpand 2.1.2",
16996 "simplelog",
16997 "smol",
16998 "snippet_provider",
16999 "snippets_ui",
17000 "supermaven",
17001 "sysinfo",
17002 "tab_switcher",
17003 "task",
17004 "tasks_ui",
17005 "telemetry",
17006 "telemetry_events",
17007 "terminal_view",
17008 "theme",
17009 "theme_extension",
17010 "theme_selector",
17011 "time",
17012 "toolchain_selector",
17013 "tree-sitter-md",
17014 "tree-sitter-rust",
17015 "ui",
17016 "url",
17017 "urlencoding",
17018 "util",
17019 "uuid",
17020 "vim",
17021 "vim_mode_setting",
17022 "welcome",
17023 "windows 0.58.0",
17024 "winresource",
17025 "workspace",
17026 "zed_actions",
17027 "zeta",
17028]
17029
17030[[package]]
17031name = "zed_actions"
17032version = "0.1.0"
17033dependencies = [
17034 "gpui",
17035 "schemars",
17036 "serde",
17037]
17038
17039[[package]]
17040name = "zed_emmet"
17041version = "0.0.3"
17042dependencies = [
17043 "zed_extension_api 0.1.0",
17044]
17045
17046[[package]]
17047name = "zed_extension_api"
17048version = "0.1.0"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17051dependencies = [
17052 "serde",
17053 "serde_json",
17054 "wit-bindgen",
17055]
17056
17057[[package]]
17058name = "zed_extension_api"
17059version = "0.3.0"
17060dependencies = [
17061 "serde",
17062 "serde_json",
17063 "wit-bindgen",
17064]
17065
17066[[package]]
17067name = "zed_glsl"
17068version = "0.1.0"
17069dependencies = [
17070 "zed_extension_api 0.1.0",
17071]
17072
17073[[package]]
17074name = "zed_html"
17075version = "0.1.6"
17076dependencies = [
17077 "zed_extension_api 0.1.0",
17078]
17079
17080[[package]]
17081name = "zed_llm_client"
17082version = "0.4.1"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17085dependencies = [
17086 "serde",
17087 "serde_json",
17088 "uuid",
17089]
17090
17091[[package]]
17092name = "zed_proto"
17093version = "0.2.1"
17094dependencies = [
17095 "zed_extension_api 0.1.0",
17096]
17097
17098[[package]]
17099name = "zed_purescript"
17100version = "0.1.0"
17101dependencies = [
17102 "zed_extension_api 0.1.0",
17103]
17104
17105[[package]]
17106name = "zed_ruff"
17107version = "0.1.0"
17108dependencies = [
17109 "zed_extension_api 0.1.0",
17110]
17111
17112[[package]]
17113name = "zed_snippets"
17114version = "0.0.5"
17115dependencies = [
17116 "serde_json",
17117 "zed_extension_api 0.1.0",
17118]
17119
17120[[package]]
17121name = "zed_terraform"
17122version = "0.1.2"
17123dependencies = [
17124 "zed_extension_api 0.1.0",
17125]
17126
17127[[package]]
17128name = "zed_test_extension"
17129version = "0.1.0"
17130dependencies = [
17131 "zed_extension_api 0.3.0",
17132]
17133
17134[[package]]
17135name = "zed_toml"
17136version = "0.1.3"
17137dependencies = [
17138 "zed_extension_api 0.1.0",
17139]
17140
17141[[package]]
17142name = "zed_uiua"
17143version = "0.0.1"
17144dependencies = [
17145 "zed_extension_api 0.1.0",
17146]
17147
17148[[package]]
17149name = "zed_zig"
17150version = "0.3.3"
17151dependencies = [
17152 "zed_extension_api 0.1.0",
17153]
17154
17155[[package]]
17156name = "zeno"
17157version = "0.2.3"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17160
17161[[package]]
17162name = "zerocopy"
17163version = "0.7.35"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17166dependencies = [
17167 "byteorder",
17168 "zerocopy-derive 0.7.35",
17169]
17170
17171[[package]]
17172name = "zerocopy"
17173version = "0.8.18"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17176dependencies = [
17177 "zerocopy-derive 0.8.18",
17178]
17179
17180[[package]]
17181name = "zerocopy-derive"
17182version = "0.7.35"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17185dependencies = [
17186 "proc-macro2",
17187 "quote",
17188 "syn 2.0.90",
17189]
17190
17191[[package]]
17192name = "zerocopy-derive"
17193version = "0.8.18"
17194source = "registry+https://github.com/rust-lang/crates.io-index"
17195checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17196dependencies = [
17197 "proc-macro2",
17198 "quote",
17199 "syn 2.0.90",
17200]
17201
17202[[package]]
17203name = "zerofrom"
17204version = "0.1.5"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17207dependencies = [
17208 "zerofrom-derive",
17209]
17210
17211[[package]]
17212name = "zerofrom-derive"
17213version = "0.1.5"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17216dependencies = [
17217 "proc-macro2",
17218 "quote",
17219 "syn 2.0.90",
17220 "synstructure",
17221]
17222
17223[[package]]
17224name = "zeroize"
17225version = "1.8.1"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17228dependencies = [
17229 "zeroize_derive",
17230]
17231
17232[[package]]
17233name = "zeroize_derive"
17234version = "1.4.2"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17237dependencies = [
17238 "proc-macro2",
17239 "quote",
17240 "syn 2.0.90",
17241]
17242
17243[[package]]
17244name = "zeromq"
17245version = "0.5.0-pre"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17248dependencies = [
17249 "async-dispatcher",
17250 "async-std",
17251 "async-trait",
17252 "asynchronous-codec",
17253 "bytes 1.10.1",
17254 "crossbeam-queue",
17255 "dashmap 5.5.3",
17256 "futures 0.3.31",
17257 "log",
17258 "num-traits",
17259 "once_cell",
17260 "parking_lot",
17261 "rand 0.8.5",
17262 "regex",
17263 "thiserror 1.0.69",
17264 "uuid",
17265]
17266
17267[[package]]
17268name = "zerovec"
17269version = "0.10.4"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17272dependencies = [
17273 "yoke",
17274 "zerofrom",
17275 "zerovec-derive",
17276]
17277
17278[[package]]
17279name = "zerovec-derive"
17280version = "0.10.3"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17283dependencies = [
17284 "proc-macro2",
17285 "quote",
17286 "syn 2.0.90",
17287]
17288
17289[[package]]
17290name = "zeta"
17291version = "0.1.0"
17292dependencies = [
17293 "anyhow",
17294 "arrayvec",
17295 "call",
17296 "chrono",
17297 "client",
17298 "clock",
17299 "collections",
17300 "command_palette_hooks",
17301 "ctor",
17302 "db",
17303 "editor",
17304 "env_logger 0.11.6",
17305 "feature_flags",
17306 "fs",
17307 "futures 0.3.31",
17308 "gpui",
17309 "http_client",
17310 "indoc",
17311 "inline_completion",
17312 "language",
17313 "language_model",
17314 "log",
17315 "menu",
17316 "migrator",
17317 "paths",
17318 "postage",
17319 "project",
17320 "regex",
17321 "release_channel",
17322 "reqwest_client",
17323 "rpc",
17324 "serde",
17325 "serde_json",
17326 "settings",
17327 "telemetry",
17328 "telemetry_events",
17329 "theme",
17330 "thiserror 1.0.69",
17331 "tree-sitter-go",
17332 "tree-sitter-rust",
17333 "ui",
17334 "unindent",
17335 "util",
17336 "uuid",
17337 "workspace",
17338 "worktree",
17339 "zed_actions",
17340 "zed_llm_client",
17341]
17342
17343[[package]]
17344name = "zip"
17345version = "0.6.6"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17348dependencies = [
17349 "aes",
17350 "byteorder",
17351 "bzip2",
17352 "constant_time_eq 0.1.5",
17353 "crc32fast",
17354 "crossbeam-utils",
17355 "flate2",
17356 "hmac",
17357 "pbkdf2 0.11.0",
17358 "sha1",
17359 "time",
17360 "zstd",
17361]
17362
17363[[package]]
17364name = "zstd"
17365version = "0.11.2+zstd.1.5.2"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17368dependencies = [
17369 "zstd-safe",
17370]
17371
17372[[package]]
17373name = "zstd-safe"
17374version = "5.0.2+zstd.1.5.2"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17377dependencies = [
17378 "libc",
17379 "zstd-sys",
17380]
17381
17382[[package]]
17383name = "zstd-sys"
17384version = "2.0.13+zstd.1.5.6"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17387dependencies = [
17388 "cc",
17389 "pkg-config",
17390]
17391
17392[[package]]
17393name = "zune-core"
17394version = "0.4.12"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17397
17398[[package]]
17399name = "zune-inflate"
17400version = "0.2.54"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17403dependencies = [
17404 "simd-adler32",
17405]
17406
17407[[package]]
17408name = "zune-jpeg"
17409version = "0.4.13"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17412dependencies = [
17413 "zune-core",
17414]
17415
17416[[package]]
17417name = "zvariant"
17418version = "5.4.0"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17421dependencies = [
17422 "endi",
17423 "enumflags2",
17424 "serde",
17425 "static_assertions",
17426 "url",
17427 "winnow 0.7.1",
17428 "zvariant_derive",
17429 "zvariant_utils",
17430]
17431
17432[[package]]
17433name = "zvariant_derive"
17434version = "5.4.0"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17437dependencies = [
17438 "proc-macro-crate",
17439 "proc-macro2",
17440 "quote",
17441 "syn 2.0.90",
17442 "zvariant_utils",
17443]
17444
17445[[package]]
17446name = "zvariant_utils"
17447version = "3.2.0"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17450dependencies = [
17451 "proc-macro2",
17452 "quote",
17453 "serde",
17454 "static_assertions",
17455 "syn 2.0.90",
17456 "winnow 0.7.1",
17457]