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.6"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1240dependencies = [
1241 "aws-lc-sys",
1242 "zeroize",
1243]
1244
1245[[package]]
1246name = "aws-lc-sys"
1247version = "0.27.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1250dependencies = [
1251 "bindgen 0.69.5",
1252 "cc",
1253 "cmake",
1254 "dunce",
1255 "fs_extra",
1256]
1257
1258[[package]]
1259name = "aws-runtime"
1260version = "1.5.5"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1263dependencies = [
1264 "aws-credential-types",
1265 "aws-sigv4",
1266 "aws-smithy-async",
1267 "aws-smithy-eventstream",
1268 "aws-smithy-http",
1269 "aws-smithy-runtime",
1270 "aws-smithy-runtime-api",
1271 "aws-smithy-types",
1272 "aws-types",
1273 "bytes 1.10.1",
1274 "fastrand 2.3.0",
1275 "http 0.2.12",
1276 "http-body 0.4.6",
1277 "once_cell",
1278 "percent-encoding",
1279 "pin-project-lite",
1280 "tracing",
1281 "uuid",
1282]
1283
1284[[package]]
1285name = "aws-sdk-bedrockruntime"
1286version = "1.74.0"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1289dependencies = [
1290 "aws-credential-types",
1291 "aws-runtime",
1292 "aws-smithy-async",
1293 "aws-smithy-eventstream",
1294 "aws-smithy-http",
1295 "aws-smithy-json",
1296 "aws-smithy-runtime",
1297 "aws-smithy-runtime-api",
1298 "aws-smithy-types",
1299 "aws-types",
1300 "bytes 1.10.1",
1301 "fastrand 2.3.0",
1302 "http 0.2.12",
1303 "once_cell",
1304 "regex-lite",
1305 "tracing",
1306]
1307
1308[[package]]
1309name = "aws-sdk-kinesis"
1310version = "1.61.0"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1313dependencies = [
1314 "aws-credential-types",
1315 "aws-runtime",
1316 "aws-smithy-async",
1317 "aws-smithy-http",
1318 "aws-smithy-json",
1319 "aws-smithy-runtime",
1320 "aws-smithy-runtime-api",
1321 "aws-smithy-types",
1322 "aws-types",
1323 "bytes 1.10.1",
1324 "http 0.2.12",
1325 "once_cell",
1326 "regex-lite",
1327 "tracing",
1328]
1329
1330[[package]]
1331name = "aws-sdk-s3"
1332version = "1.76.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1335dependencies = [
1336 "aws-credential-types",
1337 "aws-runtime",
1338 "aws-sigv4",
1339 "aws-smithy-async",
1340 "aws-smithy-checksums",
1341 "aws-smithy-eventstream",
1342 "aws-smithy-http",
1343 "aws-smithy-json",
1344 "aws-smithy-runtime",
1345 "aws-smithy-runtime-api",
1346 "aws-smithy-types",
1347 "aws-smithy-xml",
1348 "aws-types",
1349 "bytes 1.10.1",
1350 "fastrand 2.3.0",
1351 "hex",
1352 "hmac",
1353 "http 0.2.12",
1354 "http-body 0.4.6",
1355 "lru",
1356 "once_cell",
1357 "percent-encoding",
1358 "regex-lite",
1359 "sha2",
1360 "tracing",
1361 "url",
1362]
1363
1364[[package]]
1365name = "aws-sdk-sso"
1366version = "1.58.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1369dependencies = [
1370 "aws-credential-types",
1371 "aws-runtime",
1372 "aws-smithy-async",
1373 "aws-smithy-http",
1374 "aws-smithy-json",
1375 "aws-smithy-runtime",
1376 "aws-smithy-runtime-api",
1377 "aws-smithy-types",
1378 "aws-types",
1379 "bytes 1.10.1",
1380 "http 0.2.12",
1381 "once_cell",
1382 "regex-lite",
1383 "tracing",
1384]
1385
1386[[package]]
1387name = "aws-sdk-ssooidc"
1388version = "1.59.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1391dependencies = [
1392 "aws-credential-types",
1393 "aws-runtime",
1394 "aws-smithy-async",
1395 "aws-smithy-http",
1396 "aws-smithy-json",
1397 "aws-smithy-runtime",
1398 "aws-smithy-runtime-api",
1399 "aws-smithy-types",
1400 "aws-types",
1401 "bytes 1.10.1",
1402 "http 0.2.12",
1403 "once_cell",
1404 "regex-lite",
1405 "tracing",
1406]
1407
1408[[package]]
1409name = "aws-sdk-sts"
1410version = "1.59.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1413dependencies = [
1414 "aws-credential-types",
1415 "aws-runtime",
1416 "aws-smithy-async",
1417 "aws-smithy-http",
1418 "aws-smithy-json",
1419 "aws-smithy-query",
1420 "aws-smithy-runtime",
1421 "aws-smithy-runtime-api",
1422 "aws-smithy-types",
1423 "aws-smithy-xml",
1424 "aws-types",
1425 "http 0.2.12",
1426 "once_cell",
1427 "regex-lite",
1428 "tracing",
1429]
1430
1431[[package]]
1432name = "aws-sigv4"
1433version = "1.2.9"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1436dependencies = [
1437 "aws-credential-types",
1438 "aws-smithy-eventstream",
1439 "aws-smithy-http",
1440 "aws-smithy-runtime-api",
1441 "aws-smithy-types",
1442 "bytes 1.10.1",
1443 "crypto-bigint 0.5.5",
1444 "form_urlencoded",
1445 "hex",
1446 "hmac",
1447 "http 0.2.12",
1448 "http 1.2.0",
1449 "once_cell",
1450 "p256",
1451 "percent-encoding",
1452 "ring",
1453 "sha2",
1454 "subtle",
1455 "time",
1456 "tracing",
1457 "zeroize",
1458]
1459
1460[[package]]
1461name = "aws-smithy-async"
1462version = "1.2.4"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1465dependencies = [
1466 "futures-util",
1467 "pin-project-lite",
1468 "tokio",
1469]
1470
1471[[package]]
1472name = "aws-smithy-checksums"
1473version = "0.62.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1476dependencies = [
1477 "aws-smithy-http",
1478 "aws-smithy-types",
1479 "bytes 1.10.1",
1480 "crc32c",
1481 "crc32fast",
1482 "crc64fast-nvme",
1483 "hex",
1484 "http 0.2.12",
1485 "http-body 0.4.6",
1486 "md-5",
1487 "pin-project-lite",
1488 "sha1",
1489 "sha2",
1490 "tracing",
1491]
1492
1493[[package]]
1494name = "aws-smithy-eventstream"
1495version = "0.60.6"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1498dependencies = [
1499 "aws-smithy-types",
1500 "bytes 1.10.1",
1501 "crc32fast",
1502]
1503
1504[[package]]
1505name = "aws-smithy-http"
1506version = "0.60.12"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1509dependencies = [
1510 "aws-smithy-eventstream",
1511 "aws-smithy-runtime-api",
1512 "aws-smithy-types",
1513 "bytes 1.10.1",
1514 "bytes-utils",
1515 "futures-core",
1516 "http 0.2.12",
1517 "http-body 0.4.6",
1518 "once_cell",
1519 "percent-encoding",
1520 "pin-project-lite",
1521 "pin-utils",
1522 "tracing",
1523]
1524
1525[[package]]
1526name = "aws-smithy-json"
1527version = "0.61.2"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1530dependencies = [
1531 "aws-smithy-types",
1532]
1533
1534[[package]]
1535name = "aws-smithy-query"
1536version = "0.60.7"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1539dependencies = [
1540 "aws-smithy-types",
1541 "urlencoding",
1542]
1543
1544[[package]]
1545name = "aws-smithy-runtime"
1546version = "1.7.8"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1549dependencies = [
1550 "aws-smithy-async",
1551 "aws-smithy-http",
1552 "aws-smithy-runtime-api",
1553 "aws-smithy-types",
1554 "bytes 1.10.1",
1555 "fastrand 2.3.0",
1556 "h2 0.3.26",
1557 "http 0.2.12",
1558 "http-body 0.4.6",
1559 "http-body 1.0.1",
1560 "httparse",
1561 "hyper 0.14.32",
1562 "hyper-rustls 0.24.2",
1563 "once_cell",
1564 "pin-project-lite",
1565 "pin-utils",
1566 "rustls 0.21.12",
1567 "tokio",
1568 "tracing",
1569]
1570
1571[[package]]
1572name = "aws-smithy-runtime-api"
1573version = "1.7.3"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1576dependencies = [
1577 "aws-smithy-async",
1578 "aws-smithy-types",
1579 "bytes 1.10.1",
1580 "http 0.2.12",
1581 "http 1.2.0",
1582 "pin-project-lite",
1583 "tokio",
1584 "tracing",
1585 "zeroize",
1586]
1587
1588[[package]]
1589name = "aws-smithy-types"
1590version = "1.2.13"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1593dependencies = [
1594 "base64-simd",
1595 "bytes 1.10.1",
1596 "bytes-utils",
1597 "futures-core",
1598 "http 0.2.12",
1599 "http 1.2.0",
1600 "http-body 0.4.6",
1601 "http-body 1.0.1",
1602 "http-body-util",
1603 "itoa",
1604 "num-integer",
1605 "pin-project-lite",
1606 "pin-utils",
1607 "ryu",
1608 "serde",
1609 "time",
1610 "tokio",
1611 "tokio-util",
1612]
1613
1614[[package]]
1615name = "aws-smithy-xml"
1616version = "0.60.9"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1619dependencies = [
1620 "xmlparser",
1621]
1622
1623[[package]]
1624name = "aws-types"
1625version = "1.3.5"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1628dependencies = [
1629 "aws-credential-types",
1630 "aws-smithy-async",
1631 "aws-smithy-runtime-api",
1632 "aws-smithy-types",
1633 "rustc_version",
1634 "tracing",
1635]
1636
1637[[package]]
1638name = "aws_http_client"
1639version = "0.1.0"
1640dependencies = [
1641 "aws-smithy-runtime-api",
1642 "aws-smithy-types",
1643 "futures 0.3.31",
1644 "http_client",
1645 "tokio",
1646]
1647
1648[[package]]
1649name = "axum"
1650version = "0.6.20"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1653dependencies = [
1654 "async-trait",
1655 "axum-core",
1656 "base64 0.21.7",
1657 "bitflags 1.3.2",
1658 "bytes 1.10.1",
1659 "futures-util",
1660 "headers",
1661 "http 0.2.12",
1662 "http-body 0.4.6",
1663 "hyper 0.14.32",
1664 "itoa",
1665 "matchit",
1666 "memchr",
1667 "mime",
1668 "percent-encoding",
1669 "pin-project-lite",
1670 "rustversion",
1671 "serde",
1672 "serde_json",
1673 "serde_path_to_error",
1674 "serde_urlencoded",
1675 "sha1",
1676 "sync_wrapper 0.1.2",
1677 "tokio",
1678 "tokio-tungstenite 0.20.1",
1679 "tower",
1680 "tower-layer",
1681 "tower-service",
1682]
1683
1684[[package]]
1685name = "axum-core"
1686version = "0.3.4"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1689dependencies = [
1690 "async-trait",
1691 "bytes 1.10.1",
1692 "futures-util",
1693 "http 0.2.12",
1694 "http-body 0.4.6",
1695 "mime",
1696 "rustversion",
1697 "tower-layer",
1698 "tower-service",
1699]
1700
1701[[package]]
1702name = "axum-extra"
1703version = "0.4.2"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1706dependencies = [
1707 "axum",
1708 "bytes 1.10.1",
1709 "futures-util",
1710 "http 0.2.12",
1711 "mime",
1712 "pin-project-lite",
1713 "serde",
1714 "serde_json",
1715 "tokio",
1716 "tower",
1717 "tower-http 0.3.5",
1718 "tower-layer",
1719 "tower-service",
1720]
1721
1722[[package]]
1723name = "backtrace"
1724version = "0.3.74"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1727dependencies = [
1728 "addr2line",
1729 "cfg-if",
1730 "libc",
1731 "miniz_oxide",
1732 "object",
1733 "rustc-demangle",
1734 "windows-targets 0.52.6",
1735]
1736
1737[[package]]
1738name = "base16ct"
1739version = "0.1.1"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1742
1743[[package]]
1744name = "base64"
1745version = "0.13.1"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1748
1749[[package]]
1750name = "base64"
1751version = "0.21.7"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1754
1755[[package]]
1756name = "base64"
1757version = "0.22.1"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1760
1761[[package]]
1762name = "base64-simd"
1763version = "0.8.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1766dependencies = [
1767 "outref",
1768 "vsimd",
1769]
1770
1771[[package]]
1772name = "base64ct"
1773version = "1.6.0"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1776
1777[[package]]
1778name = "bedrock"
1779version = "0.1.0"
1780dependencies = [
1781 "anyhow",
1782 "aws-sdk-bedrockruntime",
1783 "aws-smithy-types",
1784 "futures 0.3.31",
1785 "schemars",
1786 "serde",
1787 "serde_json",
1788 "strum",
1789 "thiserror 1.0.69",
1790 "tokio",
1791]
1792
1793[[package]]
1794name = "bigdecimal"
1795version = "0.4.7"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1798dependencies = [
1799 "autocfg",
1800 "libm",
1801 "num-bigint",
1802 "num-integer",
1803 "num-traits",
1804 "serde",
1805]
1806
1807[[package]]
1808name = "bincode"
1809version = "1.3.3"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1812dependencies = [
1813 "serde",
1814]
1815
1816[[package]]
1817name = "bindgen"
1818version = "0.69.5"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1821dependencies = [
1822 "bitflags 2.8.0",
1823 "cexpr",
1824 "clang-sys",
1825 "itertools 0.10.5",
1826 "lazy_static",
1827 "lazycell",
1828 "log",
1829 "prettyplease",
1830 "proc-macro2",
1831 "quote",
1832 "regex",
1833 "rustc-hash 1.1.0",
1834 "shlex",
1835 "syn 2.0.90",
1836 "which 4.4.2",
1837]
1838
1839[[package]]
1840name = "bindgen"
1841version = "0.70.1"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1844dependencies = [
1845 "bitflags 2.8.0",
1846 "cexpr",
1847 "clang-sys",
1848 "itertools 0.10.5",
1849 "log",
1850 "prettyplease",
1851 "proc-macro2",
1852 "quote",
1853 "regex",
1854 "rustc-hash 1.1.0",
1855 "shlex",
1856 "syn 2.0.90",
1857]
1858
1859[[package]]
1860name = "bit-set"
1861version = "0.5.3"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1864dependencies = [
1865 "bit-vec 0.6.3",
1866]
1867
1868[[package]]
1869name = "bit-set"
1870version = "0.8.0"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1873dependencies = [
1874 "bit-vec 0.8.0",
1875]
1876
1877[[package]]
1878name = "bit-vec"
1879version = "0.6.3"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1882
1883[[package]]
1884name = "bit-vec"
1885version = "0.8.0"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1888
1889[[package]]
1890name = "bit_field"
1891version = "0.10.2"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1894
1895[[package]]
1896name = "bitflags"
1897version = "1.3.2"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1900
1901[[package]]
1902name = "bitflags"
1903version = "2.8.0"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1906dependencies = [
1907 "serde",
1908]
1909
1910[[package]]
1911name = "bitstream-io"
1912version = "2.6.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1915
1916[[package]]
1917name = "bitvec"
1918version = "1.0.1"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1921dependencies = [
1922 "funty",
1923 "radium",
1924 "tap",
1925 "wyz",
1926]
1927
1928[[package]]
1929name = "blade-graphics"
1930version = "0.6.0"
1931source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1932dependencies = [
1933 "ash",
1934 "ash-window",
1935 "bitflags 2.8.0",
1936 "bytemuck",
1937 "codespan-reporting",
1938 "glow",
1939 "gpu-alloc",
1940 "gpu-alloc-ash",
1941 "hidden-trait",
1942 "js-sys",
1943 "khronos-egl",
1944 "libloading",
1945 "log",
1946 "mint",
1947 "naga",
1948 "objc2",
1949 "objc2-app-kit",
1950 "objc2-foundation",
1951 "objc2-metal",
1952 "objc2-quartz-core",
1953 "objc2-ui-kit",
1954 "raw-window-handle",
1955 "slab",
1956 "wasm-bindgen",
1957 "web-sys",
1958]
1959
1960[[package]]
1961name = "blade-macros"
1962version = "0.3.0"
1963source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1964dependencies = [
1965 "proc-macro2",
1966 "quote",
1967 "syn 2.0.90",
1968]
1969
1970[[package]]
1971name = "blade-util"
1972version = "0.2.0"
1973source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1974dependencies = [
1975 "blade-graphics",
1976 "bytemuck",
1977 "log",
1978 "profiling",
1979]
1980
1981[[package]]
1982name = "blake3"
1983version = "1.6.1"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
1986dependencies = [
1987 "arrayref",
1988 "arrayvec",
1989 "cc",
1990 "cfg-if",
1991 "constant_time_eq 0.3.1",
1992]
1993
1994[[package]]
1995name = "block"
1996version = "0.1.6"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1999
2000[[package]]
2001name = "block-buffer"
2002version = "0.10.4"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2005dependencies = [
2006 "generic-array",
2007]
2008
2009[[package]]
2010name = "block-padding"
2011version = "0.3.3"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2014dependencies = [
2015 "generic-array",
2016]
2017
2018[[package]]
2019name = "block2"
2020version = "0.5.1"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2023dependencies = [
2024 "objc2",
2025]
2026
2027[[package]]
2028name = "blocking"
2029version = "1.6.1"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2032dependencies = [
2033 "async-channel 2.3.1",
2034 "async-task",
2035 "futures-io",
2036 "futures-lite 2.6.0",
2037 "piper",
2038]
2039
2040[[package]]
2041name = "borsh"
2042version = "1.5.3"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2045dependencies = [
2046 "borsh-derive",
2047 "cfg_aliases 0.2.1",
2048]
2049
2050[[package]]
2051name = "borsh-derive"
2052version = "1.5.3"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2055dependencies = [
2056 "once_cell",
2057 "proc-macro-crate",
2058 "proc-macro2",
2059 "quote",
2060 "syn 2.0.90",
2061]
2062
2063[[package]]
2064name = "breadcrumbs"
2065version = "0.1.0"
2066dependencies = [
2067 "editor",
2068 "gpui",
2069 "itertools 0.14.0",
2070 "theme",
2071 "ui",
2072 "workspace",
2073 "zed_actions",
2074]
2075
2076[[package]]
2077name = "bstr"
2078version = "1.11.1"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2081dependencies = [
2082 "memchr",
2083 "regex-automata 0.4.9",
2084 "serde",
2085]
2086
2087[[package]]
2088name = "buffer_diff"
2089version = "0.1.0"
2090dependencies = [
2091 "anyhow",
2092 "clock",
2093 "ctor",
2094 "env_logger 0.11.6",
2095 "futures 0.3.31",
2096 "git2",
2097 "gpui",
2098 "language",
2099 "log",
2100 "pretty_assertions",
2101 "rand 0.8.5",
2102 "rope",
2103 "serde_json",
2104 "sum_tree",
2105 "text",
2106 "unindent",
2107 "util",
2108]
2109
2110[[package]]
2111name = "built"
2112version = "0.7.5"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2115
2116[[package]]
2117name = "bumpalo"
2118version = "3.16.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2121dependencies = [
2122 "allocator-api2",
2123]
2124
2125[[package]]
2126name = "by_address"
2127version = "1.2.1"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2130
2131[[package]]
2132name = "bytecheck"
2133version = "0.6.12"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2136dependencies = [
2137 "bytecheck_derive",
2138 "ptr_meta",
2139 "simdutf8",
2140]
2141
2142[[package]]
2143name = "bytecheck_derive"
2144version = "0.6.12"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2147dependencies = [
2148 "proc-macro2",
2149 "quote",
2150 "syn 1.0.109",
2151]
2152
2153[[package]]
2154name = "bytemuck"
2155version = "1.21.0"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2158dependencies = [
2159 "bytemuck_derive",
2160]
2161
2162[[package]]
2163name = "bytemuck_derive"
2164version = "1.8.0"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2167dependencies = [
2168 "proc-macro2",
2169 "quote",
2170 "syn 2.0.90",
2171]
2172
2173[[package]]
2174name = "byteorder"
2175version = "1.5.0"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2178
2179[[package]]
2180name = "byteorder-lite"
2181version = "0.1.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2184
2185[[package]]
2186name = "bytes"
2187version = "0.4.12"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2190dependencies = [
2191 "byteorder",
2192 "iovec",
2193]
2194
2195[[package]]
2196name = "bytes"
2197version = "1.10.1"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2200
2201[[package]]
2202name = "bytes-utils"
2203version = "0.1.4"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2206dependencies = [
2207 "bytes 1.10.1",
2208 "either",
2209]
2210
2211[[package]]
2212name = "bzip2"
2213version = "0.4.4"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2216dependencies = [
2217 "bzip2-sys",
2218 "libc",
2219]
2220
2221[[package]]
2222name = "bzip2-sys"
2223version = "0.1.11+1.0.8"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2226dependencies = [
2227 "cc",
2228 "libc",
2229 "pkg-config",
2230]
2231
2232[[package]]
2233name = "call"
2234version = "0.1.0"
2235dependencies = [
2236 "anyhow",
2237 "audio",
2238 "client",
2239 "collections",
2240 "fs",
2241 "futures 0.3.31",
2242 "gpui",
2243 "http_client",
2244 "language",
2245 "livekit_client",
2246 "livekit_client_macos",
2247 "log",
2248 "postage",
2249 "project",
2250 "schemars",
2251 "serde",
2252 "serde_derive",
2253 "settings",
2254 "telemetry",
2255 "util",
2256]
2257
2258[[package]]
2259name = "calloop"
2260version = "0.13.0"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2263dependencies = [
2264 "bitflags 2.8.0",
2265 "log",
2266 "polling",
2267 "rustix",
2268 "slab",
2269 "thiserror 1.0.69",
2270]
2271
2272[[package]]
2273name = "calloop-wayland-source"
2274version = "0.3.0"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2277dependencies = [
2278 "calloop",
2279 "rustix",
2280 "wayland-backend",
2281 "wayland-client",
2282]
2283
2284[[package]]
2285name = "camino"
2286version = "1.1.9"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2289dependencies = [
2290 "serde",
2291]
2292
2293[[package]]
2294name = "cap-fs-ext"
2295version = "3.4.2"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2298dependencies = [
2299 "cap-primitives",
2300 "cap-std",
2301 "io-lifetimes",
2302 "windows-sys 0.59.0",
2303]
2304
2305[[package]]
2306name = "cap-net-ext"
2307version = "3.4.2"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2310dependencies = [
2311 "cap-primitives",
2312 "cap-std",
2313 "rustix",
2314 "smallvec",
2315]
2316
2317[[package]]
2318name = "cap-primitives"
2319version = "3.4.2"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2322dependencies = [
2323 "ambient-authority",
2324 "fs-set-times",
2325 "io-extras",
2326 "io-lifetimes",
2327 "ipnet",
2328 "maybe-owned",
2329 "rustix",
2330 "windows-sys 0.59.0",
2331 "winx",
2332]
2333
2334[[package]]
2335name = "cap-rand"
2336version = "3.4.2"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2339dependencies = [
2340 "ambient-authority",
2341 "rand 0.8.5",
2342]
2343
2344[[package]]
2345name = "cap-std"
2346version = "3.4.2"
2347source = "registry+https://github.com/rust-lang/crates.io-index"
2348checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2349dependencies = [
2350 "cap-primitives",
2351 "io-extras",
2352 "io-lifetimes",
2353 "rustix",
2354]
2355
2356[[package]]
2357name = "cap-time-ext"
2358version = "3.4.2"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2361dependencies = [
2362 "ambient-authority",
2363 "cap-primitives",
2364 "iana-time-zone",
2365 "once_cell",
2366 "rustix",
2367 "winx",
2368]
2369
2370[[package]]
2371name = "cargo-platform"
2372version = "0.1.9"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2375dependencies = [
2376 "serde",
2377]
2378
2379[[package]]
2380name = "cargo_metadata"
2381version = "0.19.2"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2384dependencies = [
2385 "camino",
2386 "cargo-platform",
2387 "semver",
2388 "serde",
2389 "serde_json",
2390 "thiserror 2.0.6",
2391]
2392
2393[[package]]
2394name = "cargo_toml"
2395version = "0.21.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2398dependencies = [
2399 "serde",
2400 "toml 0.8.20",
2401]
2402
2403[[package]]
2404name = "cast"
2405version = "0.3.0"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2408
2409[[package]]
2410name = "cbc"
2411version = "0.1.2"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2414dependencies = [
2415 "cipher",
2416]
2417
2418[[package]]
2419name = "cbindgen"
2420version = "0.27.0"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2423dependencies = [
2424 "clap",
2425 "heck 0.4.1",
2426 "indexmap",
2427 "log",
2428 "proc-macro2",
2429 "quote",
2430 "serde",
2431 "serde_json",
2432 "syn 2.0.90",
2433 "tempfile",
2434 "toml 0.8.20",
2435]
2436
2437[[package]]
2438name = "cbindgen"
2439version = "0.28.0"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2442dependencies = [
2443 "heck 0.4.1",
2444 "indexmap",
2445 "log",
2446 "proc-macro2",
2447 "quote",
2448 "serde",
2449 "serde_json",
2450 "syn 2.0.90",
2451 "tempfile",
2452 "toml 0.8.20",
2453]
2454
2455[[package]]
2456name = "cc"
2457version = "1.2.12"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2460dependencies = [
2461 "jobserver",
2462 "libc",
2463 "shlex",
2464]
2465
2466[[package]]
2467name = "cesu8"
2468version = "1.1.0"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2471
2472[[package]]
2473name = "cexpr"
2474version = "0.6.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2477dependencies = [
2478 "nom",
2479]
2480
2481[[package]]
2482name = "cfg-expr"
2483version = "0.15.8"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2486dependencies = [
2487 "smallvec",
2488 "target-lexicon 0.12.16",
2489]
2490
2491[[package]]
2492name = "cfg-if"
2493version = "1.0.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2496
2497[[package]]
2498name = "cfg_aliases"
2499version = "0.1.1"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2502
2503[[package]]
2504name = "cfg_aliases"
2505version = "0.2.1"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2508
2509[[package]]
2510name = "channel"
2511version = "0.1.0"
2512dependencies = [
2513 "anyhow",
2514 "client",
2515 "clock",
2516 "collections",
2517 "futures 0.3.31",
2518 "gpui",
2519 "http_client",
2520 "language",
2521 "log",
2522 "rand 0.8.5",
2523 "release_channel",
2524 "rpc",
2525 "settings",
2526 "sum_tree",
2527 "text",
2528 "time",
2529 "util",
2530]
2531
2532[[package]]
2533name = "chrono"
2534version = "0.4.40"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2537dependencies = [
2538 "android-tzdata",
2539 "iana-time-zone",
2540 "js-sys",
2541 "num-traits",
2542 "serde",
2543 "wasm-bindgen",
2544 "windows-link",
2545]
2546
2547[[package]]
2548name = "chunked_transfer"
2549version = "1.5.0"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2552
2553[[package]]
2554name = "ciborium"
2555version = "0.2.2"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2558dependencies = [
2559 "ciborium-io",
2560 "ciborium-ll",
2561 "serde",
2562]
2563
2564[[package]]
2565name = "ciborium-io"
2566version = "0.2.2"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2569
2570[[package]]
2571name = "ciborium-ll"
2572version = "0.2.2"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2575dependencies = [
2576 "ciborium-io",
2577 "half",
2578]
2579
2580[[package]]
2581name = "cipher"
2582version = "0.4.4"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2585dependencies = [
2586 "crypto-common",
2587 "inout",
2588 "zeroize",
2589]
2590
2591[[package]]
2592name = "clang-sys"
2593version = "1.8.1"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2596dependencies = [
2597 "glob",
2598 "libc",
2599 "libloading",
2600]
2601
2602[[package]]
2603name = "clap"
2604version = "4.5.31"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2607dependencies = [
2608 "clap_builder",
2609 "clap_derive",
2610]
2611
2612[[package]]
2613name = "clap_builder"
2614version = "4.5.31"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2617dependencies = [
2618 "anstream",
2619 "anstyle",
2620 "clap_lex",
2621 "strsim",
2622 "terminal_size",
2623]
2624
2625[[package]]
2626name = "clap_complete"
2627version = "4.5.38"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2630dependencies = [
2631 "clap",
2632]
2633
2634[[package]]
2635name = "clap_derive"
2636version = "4.5.28"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
2639dependencies = [
2640 "heck 0.5.0",
2641 "proc-macro2",
2642 "quote",
2643 "syn 2.0.90",
2644]
2645
2646[[package]]
2647name = "clap_lex"
2648version = "0.7.4"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2651
2652[[package]]
2653name = "cli"
2654version = "0.1.0"
2655dependencies = [
2656 "anyhow",
2657 "clap",
2658 "collections",
2659 "core-foundation 0.9.4",
2660 "core-services",
2661 "exec",
2662 "fork",
2663 "ipc-channel",
2664 "parking_lot",
2665 "paths",
2666 "plist",
2667 "release_channel",
2668 "serde",
2669 "tempfile",
2670 "util",
2671 "windows 0.60.0",
2672]
2673
2674[[package]]
2675name = "client"
2676version = "0.1.0"
2677dependencies = [
2678 "anyhow",
2679 "async-native-tls",
2680 "async-recursion 0.3.2",
2681 "async-tungstenite",
2682 "chrono",
2683 "clock",
2684 "cocoa 0.26.0",
2685 "collections",
2686 "credentials_provider",
2687 "feature_flags",
2688 "futures 0.3.31",
2689 "gpui",
2690 "http_client",
2691 "log",
2692 "parking_lot",
2693 "paths",
2694 "postage",
2695 "rand 0.8.5",
2696 "release_channel",
2697 "rpc",
2698 "schemars",
2699 "serde",
2700 "serde_json",
2701 "settings",
2702 "sha2",
2703 "smol",
2704 "telemetry",
2705 "telemetry_events",
2706 "text",
2707 "thiserror 1.0.69",
2708 "time",
2709 "tiny_http",
2710 "tokio-socks",
2711 "url",
2712 "util",
2713 "windows 0.60.0",
2714 "worktree",
2715]
2716
2717[[package]]
2718name = "clock"
2719version = "0.1.0"
2720dependencies = [
2721 "parking_lot",
2722 "serde",
2723 "smallvec",
2724]
2725
2726[[package]]
2727name = "cmake"
2728version = "0.1.53"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2731dependencies = [
2732 "cc",
2733]
2734
2735[[package]]
2736name = "cobs"
2737version = "0.2.3"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2740
2741[[package]]
2742name = "cocoa"
2743version = "0.25.0"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2746dependencies = [
2747 "bitflags 1.3.2",
2748 "block",
2749 "cocoa-foundation 0.1.2",
2750 "core-foundation 0.9.4",
2751 "core-graphics 0.23.2",
2752 "foreign-types 0.5.0",
2753 "libc",
2754 "objc",
2755]
2756
2757[[package]]
2758name = "cocoa"
2759version = "0.26.0"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2762dependencies = [
2763 "bitflags 2.8.0",
2764 "block",
2765 "cocoa-foundation 0.2.0",
2766 "core-foundation 0.10.0",
2767 "core-graphics 0.24.0",
2768 "foreign-types 0.5.0",
2769 "libc",
2770 "objc",
2771]
2772
2773[[package]]
2774name = "cocoa-foundation"
2775version = "0.1.2"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2778dependencies = [
2779 "bitflags 1.3.2",
2780 "block",
2781 "core-foundation 0.9.4",
2782 "core-graphics-types 0.1.3",
2783 "libc",
2784 "objc",
2785]
2786
2787[[package]]
2788name = "cocoa-foundation"
2789version = "0.2.0"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2792dependencies = [
2793 "bitflags 2.8.0",
2794 "block",
2795 "core-foundation 0.10.0",
2796 "core-graphics-types 0.2.0",
2797 "libc",
2798 "objc",
2799]
2800
2801[[package]]
2802name = "codespan-reporting"
2803version = "0.11.1"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2806dependencies = [
2807 "termcolor",
2808 "unicode-width",
2809]
2810
2811[[package]]
2812name = "collab"
2813version = "0.44.0"
2814dependencies = [
2815 "anthropic",
2816 "anyhow",
2817 "assistant",
2818 "assistant_context_editor",
2819 "assistant_slash_command",
2820 "assistant_tool",
2821 "async-stripe",
2822 "async-trait",
2823 "async-tungstenite",
2824 "audio",
2825 "aws-config",
2826 "aws-sdk-kinesis",
2827 "aws-sdk-s3",
2828 "axum",
2829 "axum-extra",
2830 "base64 0.22.1",
2831 "buffer_diff",
2832 "call",
2833 "channel",
2834 "chrono",
2835 "client",
2836 "clock",
2837 "collab_ui",
2838 "collections",
2839 "context_server",
2840 "ctor",
2841 "dashmap 6.1.0",
2842 "derive_more",
2843 "editor",
2844 "env_logger 0.11.6",
2845 "envy",
2846 "extension",
2847 "file_finder",
2848 "fs",
2849 "futures 0.3.31",
2850 "git",
2851 "git_hosting_providers",
2852 "git_ui",
2853 "google_ai",
2854 "gpui",
2855 "hex",
2856 "http_client",
2857 "hyper 0.14.32",
2858 "indoc",
2859 "jsonwebtoken",
2860 "language",
2861 "language_model",
2862 "livekit_api",
2863 "livekit_client",
2864 "livekit_client_macos",
2865 "log",
2866 "lsp",
2867 "menu",
2868 "multi_buffer",
2869 "nanoid",
2870 "node_runtime",
2871 "notifications",
2872 "open_ai",
2873 "parking_lot",
2874 "pretty_assertions",
2875 "project",
2876 "prometheus",
2877 "prompt_store",
2878 "prost 0.9.0",
2879 "rand 0.8.5",
2880 "recent_projects",
2881 "release_channel",
2882 "remote",
2883 "remote_server",
2884 "reqwest 0.11.27",
2885 "reqwest_client",
2886 "rpc",
2887 "rustc-demangle",
2888 "scrypt",
2889 "sea-orm",
2890 "semantic_version",
2891 "semver",
2892 "serde",
2893 "serde_derive",
2894 "serde_json",
2895 "session",
2896 "settings",
2897 "sha2",
2898 "sqlx",
2899 "strum",
2900 "subtle",
2901 "supermaven_api",
2902 "telemetry_events",
2903 "text",
2904 "theme",
2905 "thiserror 1.0.69",
2906 "time",
2907 "tokio",
2908 "toml 0.8.20",
2909 "tower",
2910 "tower-http 0.4.4",
2911 "tracing",
2912 "tracing-subscriber",
2913 "unindent",
2914 "util",
2915 "uuid",
2916 "workspace",
2917 "worktree",
2918]
2919
2920[[package]]
2921name = "collab_ui"
2922version = "0.1.0"
2923dependencies = [
2924 "anyhow",
2925 "call",
2926 "channel",
2927 "chrono",
2928 "client",
2929 "collections",
2930 "db",
2931 "editor",
2932 "emojis",
2933 "futures 0.3.31",
2934 "fuzzy",
2935 "gpui",
2936 "http_client",
2937 "language",
2938 "menu",
2939 "notifications",
2940 "picker",
2941 "pretty_assertions",
2942 "project",
2943 "release_channel",
2944 "rich_text",
2945 "rpc",
2946 "schemars",
2947 "serde",
2948 "serde_derive",
2949 "serde_json",
2950 "settings",
2951 "smallvec",
2952 "story",
2953 "telemetry",
2954 "theme",
2955 "time",
2956 "time_format",
2957 "title_bar",
2958 "tree-sitter-md",
2959 "ui",
2960 "util",
2961 "workspace",
2962]
2963
2964[[package]]
2965name = "collections"
2966version = "0.1.0"
2967dependencies = [
2968 "indexmap",
2969 "rustc-hash 2.1.1",
2970]
2971
2972[[package]]
2973name = "color_quant"
2974version = "1.1.0"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2977
2978[[package]]
2979name = "colorchoice"
2980version = "1.0.3"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2983
2984[[package]]
2985name = "combine"
2986version = "4.6.7"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2989dependencies = [
2990 "bytes 1.10.1",
2991 "memchr",
2992]
2993
2994[[package]]
2995name = "command_palette"
2996version = "0.1.0"
2997dependencies = [
2998 "client",
2999 "collections",
3000 "command_palette_hooks",
3001 "ctor",
3002 "editor",
3003 "env_logger 0.11.6",
3004 "fuzzy",
3005 "go_to_line",
3006 "gpui",
3007 "language",
3008 "menu",
3009 "picker",
3010 "postage",
3011 "project",
3012 "serde",
3013 "serde_json",
3014 "settings",
3015 "telemetry",
3016 "theme",
3017 "ui",
3018 "util",
3019 "workspace",
3020 "zed_actions",
3021]
3022
3023[[package]]
3024name = "command_palette_hooks"
3025version = "0.1.0"
3026dependencies = [
3027 "collections",
3028 "derive_more",
3029 "gpui",
3030]
3031
3032[[package]]
3033name = "component"
3034version = "0.1.0"
3035dependencies = [
3036 "collections",
3037 "gpui",
3038 "linkme",
3039 "parking_lot",
3040 "theme",
3041]
3042
3043[[package]]
3044name = "component_preview"
3045version = "0.1.0"
3046dependencies = [
3047 "client",
3048 "collections",
3049 "component",
3050 "gpui",
3051 "languages",
3052 "notifications",
3053 "project",
3054 "ui",
3055 "workspace",
3056]
3057
3058[[package]]
3059name = "concurrent-queue"
3060version = "2.5.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3063dependencies = [
3064 "crossbeam-utils",
3065]
3066
3067[[package]]
3068name = "console"
3069version = "0.15.8"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3072dependencies = [
3073 "encode_unicode",
3074 "lazy_static",
3075 "libc",
3076 "unicode-width",
3077 "windows-sys 0.52.0",
3078]
3079
3080[[package]]
3081name = "const-oid"
3082version = "0.9.6"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3085
3086[[package]]
3087name = "const-random"
3088version = "0.1.18"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3091dependencies = [
3092 "const-random-macro",
3093]
3094
3095[[package]]
3096name = "const-random-macro"
3097version = "0.1.16"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3100dependencies = [
3101 "getrandom 0.2.15",
3102 "once_cell",
3103 "tiny-keccak",
3104]
3105
3106[[package]]
3107name = "constant_time_eq"
3108version = "0.1.5"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3111
3112[[package]]
3113name = "constant_time_eq"
3114version = "0.3.1"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3117
3118[[package]]
3119name = "context_server"
3120version = "0.1.0"
3121dependencies = [
3122 "anyhow",
3123 "assistant_tool",
3124 "async-trait",
3125 "collections",
3126 "command_palette_hooks",
3127 "context_server_settings",
3128 "extension",
3129 "futures 0.3.31",
3130 "gpui",
3131 "log",
3132 "parking_lot",
3133 "postage",
3134 "project",
3135 "serde",
3136 "serde_json",
3137 "settings",
3138 "smol",
3139 "url",
3140 "util",
3141]
3142
3143[[package]]
3144name = "context_server_settings"
3145version = "0.1.0"
3146dependencies = [
3147 "anyhow",
3148 "collections",
3149 "gpui",
3150 "schemars",
3151 "serde",
3152 "serde_json",
3153 "settings",
3154]
3155
3156[[package]]
3157name = "convert_case"
3158version = "0.4.0"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3161
3162[[package]]
3163name = "convert_case"
3164version = "0.8.0"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3167dependencies = [
3168 "unicode-segmentation",
3169]
3170
3171[[package]]
3172name = "copilot"
3173version = "0.1.0"
3174dependencies = [
3175 "anyhow",
3176 "async-compression",
3177 "async-std",
3178 "async-tar",
3179 "chrono",
3180 "client",
3181 "clock",
3182 "collections",
3183 "command_palette_hooks",
3184 "ctor",
3185 "editor",
3186 "env_logger 0.11.6",
3187 "fs",
3188 "futures 0.3.31",
3189 "gpui",
3190 "http_client",
3191 "indoc",
3192 "inline_completion",
3193 "language",
3194 "log",
3195 "lsp",
3196 "menu",
3197 "node_runtime",
3198 "parking_lot",
3199 "paths",
3200 "project",
3201 "rpc",
3202 "schemars",
3203 "serde",
3204 "serde_json",
3205 "settings",
3206 "smol",
3207 "strum",
3208 "task",
3209 "theme",
3210 "ui",
3211 "util",
3212 "workspace",
3213]
3214
3215[[package]]
3216name = "core-foundation"
3217version = "0.9.4"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3220dependencies = [
3221 "core-foundation-sys",
3222 "libc",
3223]
3224
3225[[package]]
3226name = "core-foundation"
3227version = "0.10.0"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3230dependencies = [
3231 "core-foundation-sys",
3232 "libc",
3233]
3234
3235[[package]]
3236name = "core-foundation-sys"
3237version = "0.8.7"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3240
3241[[package]]
3242name = "core-graphics"
3243version = "0.23.2"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3246dependencies = [
3247 "bitflags 1.3.2",
3248 "core-foundation 0.9.4",
3249 "core-graphics-types 0.1.3",
3250 "foreign-types 0.5.0",
3251 "libc",
3252]
3253
3254[[package]]
3255name = "core-graphics"
3256version = "0.24.0"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3259dependencies = [
3260 "bitflags 2.8.0",
3261 "core-foundation 0.10.0",
3262 "core-graphics-types 0.2.0",
3263 "foreign-types 0.5.0",
3264 "libc",
3265]
3266
3267[[package]]
3268name = "core-graphics-types"
3269version = "0.1.3"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3272dependencies = [
3273 "bitflags 1.3.2",
3274 "core-foundation 0.9.4",
3275 "libc",
3276]
3277
3278[[package]]
3279name = "core-graphics-types"
3280version = "0.2.0"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3283dependencies = [
3284 "bitflags 2.8.0",
3285 "core-foundation 0.10.0",
3286 "libc",
3287]
3288
3289[[package]]
3290name = "core-services"
3291version = "0.2.1"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3294dependencies = [
3295 "core-foundation 0.9.4",
3296]
3297
3298[[package]]
3299name = "core-text"
3300version = "20.1.0"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3303dependencies = [
3304 "core-foundation 0.9.4",
3305 "core-graphics 0.23.2",
3306 "foreign-types 0.5.0",
3307 "libc",
3308]
3309
3310[[package]]
3311name = "coreaudio-rs"
3312version = "0.11.3"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3315dependencies = [
3316 "bitflags 1.3.2",
3317 "core-foundation-sys",
3318 "coreaudio-sys",
3319]
3320
3321[[package]]
3322name = "coreaudio-rs"
3323version = "0.12.1"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3326dependencies = [
3327 "bitflags 1.3.2",
3328 "core-foundation-sys",
3329 "coreaudio-sys",
3330]
3331
3332[[package]]
3333name = "coreaudio-sys"
3334version = "0.2.16"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3337dependencies = [
3338 "bindgen 0.70.1",
3339]
3340
3341[[package]]
3342name = "cosmic-text"
3343version = "0.11.2"
3344source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3345dependencies = [
3346 "bitflags 2.8.0",
3347 "fontdb",
3348 "log",
3349 "rangemap",
3350 "rayon",
3351 "rustc-hash 1.1.0",
3352 "rustybuzz",
3353 "self_cell",
3354 "swash",
3355 "sys-locale",
3356 "ttf-parser",
3357 "unicode-bidi",
3358 "unicode-linebreak",
3359 "unicode-script",
3360 "unicode-segmentation",
3361]
3362
3363[[package]]
3364name = "cpal"
3365version = "0.15.3"
3366source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3367dependencies = [
3368 "alsa",
3369 "core-foundation-sys",
3370 "coreaudio-rs 0.11.3",
3371 "dasp_sample",
3372 "jni",
3373 "js-sys",
3374 "libc",
3375 "mach2",
3376 "ndk",
3377 "ndk-context",
3378 "oboe",
3379 "wasm-bindgen",
3380 "wasm-bindgen-futures",
3381 "web-sys",
3382 "windows 0.54.0",
3383]
3384
3385[[package]]
3386name = "cpp_demangle"
3387version = "0.4.4"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3390dependencies = [
3391 "cfg-if",
3392]
3393
3394[[package]]
3395name = "cpufeatures"
3396version = "0.2.16"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3399dependencies = [
3400 "libc",
3401]
3402
3403[[package]]
3404name = "cranelift-bforest"
3405version = "0.116.1"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3408dependencies = [
3409 "cranelift-entity",
3410]
3411
3412[[package]]
3413name = "cranelift-bitset"
3414version = "0.116.1"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3417dependencies = [
3418 "serde",
3419 "serde_derive",
3420]
3421
3422[[package]]
3423name = "cranelift-codegen"
3424version = "0.116.1"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3427dependencies = [
3428 "bumpalo",
3429 "cranelift-bforest",
3430 "cranelift-bitset",
3431 "cranelift-codegen-meta",
3432 "cranelift-codegen-shared",
3433 "cranelift-control",
3434 "cranelift-entity",
3435 "cranelift-isle",
3436 "gimli",
3437 "hashbrown 0.14.5",
3438 "log",
3439 "regalloc2",
3440 "rustc-hash 2.1.1",
3441 "serde",
3442 "smallvec",
3443 "target-lexicon 0.13.2",
3444]
3445
3446[[package]]
3447name = "cranelift-codegen-meta"
3448version = "0.116.1"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3451dependencies = [
3452 "cranelift-codegen-shared",
3453]
3454
3455[[package]]
3456name = "cranelift-codegen-shared"
3457version = "0.116.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3460
3461[[package]]
3462name = "cranelift-control"
3463version = "0.116.1"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3466dependencies = [
3467 "arbitrary",
3468]
3469
3470[[package]]
3471name = "cranelift-entity"
3472version = "0.116.1"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3475dependencies = [
3476 "cranelift-bitset",
3477 "serde",
3478 "serde_derive",
3479]
3480
3481[[package]]
3482name = "cranelift-frontend"
3483version = "0.116.1"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3486dependencies = [
3487 "cranelift-codegen",
3488 "log",
3489 "smallvec",
3490 "target-lexicon 0.13.2",
3491]
3492
3493[[package]]
3494name = "cranelift-isle"
3495version = "0.116.1"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3498
3499[[package]]
3500name = "cranelift-native"
3501version = "0.116.1"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3504dependencies = [
3505 "cranelift-codegen",
3506 "libc",
3507 "target-lexicon 0.13.2",
3508]
3509
3510[[package]]
3511name = "crc"
3512version = "3.2.1"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3515dependencies = [
3516 "crc-catalog",
3517]
3518
3519[[package]]
3520name = "crc-catalog"
3521version = "2.4.0"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3524
3525[[package]]
3526name = "crc32c"
3527version = "0.6.8"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3530dependencies = [
3531 "rustc_version",
3532]
3533
3534[[package]]
3535name = "crc32fast"
3536version = "1.4.2"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3539dependencies = [
3540 "cfg-if",
3541]
3542
3543[[package]]
3544name = "crc64fast-nvme"
3545version = "1.1.1"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3548dependencies = [
3549 "cbindgen 0.27.0",
3550 "crc",
3551]
3552
3553[[package]]
3554name = "credentials_provider"
3555version = "0.1.0"
3556dependencies = [
3557 "anyhow",
3558 "futures 0.3.31",
3559 "gpui",
3560 "paths",
3561 "release_channel",
3562 "serde",
3563 "serde_json",
3564]
3565
3566[[package]]
3567name = "criterion"
3568version = "0.5.1"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3571dependencies = [
3572 "anes",
3573 "cast",
3574 "ciborium",
3575 "clap",
3576 "criterion-plot",
3577 "is-terminal",
3578 "itertools 0.10.5",
3579 "num-traits",
3580 "once_cell",
3581 "oorandom",
3582 "plotters",
3583 "rayon",
3584 "regex",
3585 "serde",
3586 "serde_derive",
3587 "serde_json",
3588 "tinytemplate",
3589 "walkdir",
3590]
3591
3592[[package]]
3593name = "criterion-plot"
3594version = "0.5.0"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3597dependencies = [
3598 "cast",
3599 "itertools 0.10.5",
3600]
3601
3602[[package]]
3603name = "crossbeam-channel"
3604version = "0.5.13"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3607dependencies = [
3608 "crossbeam-utils",
3609]
3610
3611[[package]]
3612name = "crossbeam-deque"
3613version = "0.8.5"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3616dependencies = [
3617 "crossbeam-epoch",
3618 "crossbeam-utils",
3619]
3620
3621[[package]]
3622name = "crossbeam-epoch"
3623version = "0.9.18"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3626dependencies = [
3627 "crossbeam-utils",
3628]
3629
3630[[package]]
3631name = "crossbeam-queue"
3632version = "0.3.11"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3635dependencies = [
3636 "crossbeam-utils",
3637]
3638
3639[[package]]
3640name = "crossbeam-utils"
3641version = "0.8.20"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3644
3645[[package]]
3646name = "crunchy"
3647version = "0.2.2"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3650
3651[[package]]
3652name = "crypto-bigint"
3653version = "0.4.9"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3656dependencies = [
3657 "generic-array",
3658 "rand_core 0.6.4",
3659 "subtle",
3660 "zeroize",
3661]
3662
3663[[package]]
3664name = "crypto-bigint"
3665version = "0.5.5"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3668dependencies = [
3669 "rand_core 0.6.4",
3670 "subtle",
3671]
3672
3673[[package]]
3674name = "crypto-common"
3675version = "0.1.6"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3678dependencies = [
3679 "generic-array",
3680 "rand_core 0.6.4",
3681 "typenum",
3682]
3683
3684[[package]]
3685name = "ctor"
3686version = "0.4.0"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3689dependencies = [
3690 "ctor-proc-macro",
3691 "dtor",
3692]
3693
3694[[package]]
3695name = "ctor-proc-macro"
3696version = "0.0.5"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3699
3700[[package]]
3701name = "ctrlc"
3702version = "3.4.5"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3705dependencies = [
3706 "nix",
3707 "windows-sys 0.59.0",
3708]
3709
3710[[package]]
3711name = "cursor-icon"
3712version = "1.1.0"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3715
3716[[package]]
3717name = "cxx"
3718version = "1.0.134"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3721dependencies = [
3722 "cc",
3723 "cxxbridge-cmd",
3724 "cxxbridge-flags",
3725 "cxxbridge-macro",
3726 "foldhash",
3727 "link-cplusplus",
3728]
3729
3730[[package]]
3731name = "cxx-build"
3732version = "1.0.134"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3735dependencies = [
3736 "cc",
3737 "codespan-reporting",
3738 "proc-macro2",
3739 "quote",
3740 "scratch",
3741 "syn 2.0.90",
3742]
3743
3744[[package]]
3745name = "cxxbridge-cmd"
3746version = "1.0.134"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3749dependencies = [
3750 "clap",
3751 "codespan-reporting",
3752 "proc-macro2",
3753 "quote",
3754 "syn 2.0.90",
3755]
3756
3757[[package]]
3758name = "cxxbridge-flags"
3759version = "1.0.134"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3762
3763[[package]]
3764name = "cxxbridge-macro"
3765version = "1.0.134"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3768dependencies = [
3769 "proc-macro2",
3770 "quote",
3771 "rustversion",
3772 "syn 2.0.90",
3773]
3774
3775[[package]]
3776name = "dashmap"
3777version = "5.5.3"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3780dependencies = [
3781 "cfg-if",
3782 "hashbrown 0.14.5",
3783 "lock_api",
3784 "once_cell",
3785 "parking_lot_core",
3786]
3787
3788[[package]]
3789name = "dashmap"
3790version = "6.1.0"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3793dependencies = [
3794 "cfg-if",
3795 "crossbeam-utils",
3796 "hashbrown 0.14.5",
3797 "lock_api",
3798 "once_cell",
3799 "parking_lot_core",
3800]
3801
3802[[package]]
3803name = "dasp_sample"
3804version = "0.11.0"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3807
3808[[package]]
3809name = "data-encoding"
3810version = "2.6.0"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3813
3814[[package]]
3815name = "data-url"
3816version = "0.3.1"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3819
3820[[package]]
3821name = "db"
3822version = "0.1.0"
3823dependencies = [
3824 "anyhow",
3825 "gpui",
3826 "indoc",
3827 "log",
3828 "paths",
3829 "release_channel",
3830 "smol",
3831 "sqlez",
3832 "sqlez_macros",
3833 "tempfile",
3834 "util",
3835]
3836
3837[[package]]
3838name = "dbus"
3839version = "0.9.7"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3842dependencies = [
3843 "libc",
3844 "libdbus-sys",
3845 "winapi",
3846]
3847
3848[[package]]
3849name = "deepseek"
3850version = "0.1.0"
3851dependencies = [
3852 "anyhow",
3853 "futures 0.3.31",
3854 "http_client",
3855 "schemars",
3856 "serde",
3857 "serde_json",
3858]
3859
3860[[package]]
3861name = "deflate64"
3862version = "0.1.9"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3865
3866[[package]]
3867name = "der"
3868version = "0.6.1"
3869source = "registry+https://github.com/rust-lang/crates.io-index"
3870checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3871dependencies = [
3872 "const-oid",
3873 "zeroize",
3874]
3875
3876[[package]]
3877name = "der"
3878version = "0.7.9"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3881dependencies = [
3882 "const-oid",
3883 "pem-rfc7468",
3884 "zeroize",
3885]
3886
3887[[package]]
3888name = "deranged"
3889version = "0.3.11"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3892dependencies = [
3893 "powerfmt",
3894 "serde",
3895]
3896
3897[[package]]
3898name = "derive_more"
3899version = "0.99.19"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3902dependencies = [
3903 "convert_case 0.4.0",
3904 "proc-macro2",
3905 "quote",
3906 "rustc_version",
3907 "syn 2.0.90",
3908]
3909
3910[[package]]
3911name = "derive_refineable"
3912version = "0.1.0"
3913dependencies = [
3914 "proc-macro2",
3915 "quote",
3916 "syn 1.0.109",
3917]
3918
3919[[package]]
3920name = "diagnostics"
3921version = "0.1.0"
3922dependencies = [
3923 "anyhow",
3924 "client",
3925 "collections",
3926 "ctor",
3927 "editor",
3928 "env_logger 0.11.6",
3929 "gpui",
3930 "language",
3931 "log",
3932 "lsp",
3933 "pretty_assertions",
3934 "project",
3935 "rand 0.8.5",
3936 "serde",
3937 "serde_json",
3938 "settings",
3939 "theme",
3940 "ui",
3941 "unindent",
3942 "util",
3943 "workspace",
3944]
3945
3946[[package]]
3947name = "dialoguer"
3948version = "0.11.0"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3951dependencies = [
3952 "console",
3953 "fuzzy-matcher",
3954 "shell-words",
3955 "tempfile",
3956 "thiserror 1.0.69",
3957 "zeroize",
3958]
3959
3960[[package]]
3961name = "diff"
3962version = "0.1.13"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3965
3966[[package]]
3967name = "digest"
3968version = "0.10.7"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3971dependencies = [
3972 "block-buffer",
3973 "const-oid",
3974 "crypto-common",
3975 "subtle",
3976]
3977
3978[[package]]
3979name = "dirs"
3980version = "4.0.0"
3981source = "registry+https://github.com/rust-lang/crates.io-index"
3982checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3983dependencies = [
3984 "dirs-sys 0.3.7",
3985]
3986
3987[[package]]
3988name = "dirs"
3989version = "5.0.1"
3990source = "registry+https://github.com/rust-lang/crates.io-index"
3991checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3992dependencies = [
3993 "dirs-sys 0.4.1",
3994]
3995
3996[[package]]
3997name = "dirs-sys"
3998version = "0.3.7"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4001dependencies = [
4002 "libc",
4003 "redox_users",
4004 "winapi",
4005]
4006
4007[[package]]
4008name = "dirs-sys"
4009version = "0.4.1"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4012dependencies = [
4013 "libc",
4014 "option-ext",
4015 "redox_users",
4016 "windows-sys 0.48.0",
4017]
4018
4019[[package]]
4020name = "displaydoc"
4021version = "0.2.5"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4024dependencies = [
4025 "proc-macro2",
4026 "quote",
4027 "syn 2.0.90",
4028]
4029
4030[[package]]
4031name = "dlib"
4032version = "0.5.2"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4035dependencies = [
4036 "libloading",
4037]
4038
4039[[package]]
4040name = "docs_preprocessor"
4041version = "0.1.0"
4042dependencies = [
4043 "anyhow",
4044 "clap",
4045 "mdbook",
4046 "regex",
4047 "serde",
4048 "serde_json",
4049 "settings",
4050 "util",
4051]
4052
4053[[package]]
4054name = "dotenvy"
4055version = "0.15.7"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4058
4059[[package]]
4060name = "downcast-rs"
4061version = "1.2.1"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4064
4065[[package]]
4066name = "doxygen-rs"
4067version = "0.4.2"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4070dependencies = [
4071 "phf",
4072]
4073
4074[[package]]
4075name = "dtor"
4076version = "0.0.4"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4079dependencies = [
4080 "dtor-proc-macro",
4081]
4082
4083[[package]]
4084name = "dtor-proc-macro"
4085version = "0.0.5"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4088
4089[[package]]
4090name = "dunce"
4091version = "1.0.5"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4094
4095[[package]]
4096name = "dwrote"
4097version = "0.11.2"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4100dependencies = [
4101 "lazy_static",
4102 "libc",
4103 "winapi",
4104 "wio",
4105]
4106
4107[[package]]
4108name = "dyn-clone"
4109version = "1.0.17"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4112
4113[[package]]
4114name = "ec4rs"
4115version = "1.1.1"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4118
4119[[package]]
4120name = "ecdsa"
4121version = "0.14.8"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4124dependencies = [
4125 "der 0.6.1",
4126 "elliptic-curve",
4127 "rfc6979",
4128 "signature 1.6.4",
4129]
4130
4131[[package]]
4132name = "editor"
4133version = "0.1.0"
4134dependencies = [
4135 "aho-corasick",
4136 "anyhow",
4137 "assets",
4138 "buffer_diff",
4139 "chrono",
4140 "client",
4141 "clock",
4142 "collections",
4143 "convert_case 0.8.0",
4144 "ctor",
4145 "db",
4146 "emojis",
4147 "env_logger 0.11.6",
4148 "file_icons",
4149 "fs",
4150 "futures 0.3.31",
4151 "fuzzy",
4152 "git",
4153 "gpui",
4154 "http_client",
4155 "indoc",
4156 "inline_completion",
4157 "itertools 0.14.0",
4158 "language",
4159 "languages",
4160 "linkify",
4161 "log",
4162 "lsp",
4163 "markdown",
4164 "multi_buffer",
4165 "ordered-float 2.10.1",
4166 "parking_lot",
4167 "pretty_assertions",
4168 "project",
4169 "rand 0.8.5",
4170 "release_channel",
4171 "rpc",
4172 "schemars",
4173 "serde",
4174 "serde_json",
4175 "settings",
4176 "smallvec",
4177 "smol",
4178 "snippet",
4179 "sum_tree",
4180 "task",
4181 "telemetry",
4182 "tempfile",
4183 "text",
4184 "theme",
4185 "time",
4186 "time_format",
4187 "tree-sitter-html",
4188 "tree-sitter-rust",
4189 "tree-sitter-typescript",
4190 "ui",
4191 "unicode-script",
4192 "unicode-segmentation",
4193 "unindent",
4194 "url",
4195 "util",
4196 "uuid",
4197 "workspace",
4198 "zed_actions",
4199]
4200
4201[[package]]
4202name = "either"
4203version = "1.13.0"
4204source = "registry+https://github.com/rust-lang/crates.io-index"
4205checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4206dependencies = [
4207 "serde",
4208]
4209
4210[[package]]
4211name = "elasticlunr-rs"
4212version = "3.0.2"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4215dependencies = [
4216 "regex",
4217 "serde",
4218 "serde_derive",
4219 "serde_json",
4220]
4221
4222[[package]]
4223name = "elliptic-curve"
4224version = "0.12.3"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4227dependencies = [
4228 "base16ct",
4229 "crypto-bigint 0.4.9",
4230 "der 0.6.1",
4231 "digest",
4232 "ff",
4233 "generic-array",
4234 "group",
4235 "pkcs8 0.9.0",
4236 "rand_core 0.6.4",
4237 "sec1",
4238 "subtle",
4239 "zeroize",
4240]
4241
4242[[package]]
4243name = "embed-resource"
4244version = "3.0.2"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4247dependencies = [
4248 "cc",
4249 "memchr",
4250 "rustc_version",
4251 "toml 0.8.20",
4252 "vswhom",
4253 "winreg 0.52.0",
4254]
4255
4256[[package]]
4257name = "embedded-io"
4258version = "0.4.0"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4261
4262[[package]]
4263name = "embedded-io"
4264version = "0.6.1"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4267
4268[[package]]
4269name = "emojis"
4270version = "0.6.4"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4273dependencies = [
4274 "phf",
4275]
4276
4277[[package]]
4278name = "encode_unicode"
4279version = "0.3.6"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4282
4283[[package]]
4284name = "encoding_rs"
4285version = "0.8.35"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4288dependencies = [
4289 "cfg-if",
4290]
4291
4292[[package]]
4293name = "endi"
4294version = "1.1.0"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4297
4298[[package]]
4299name = "enumflags2"
4300version = "0.7.10"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4303dependencies = [
4304 "enumflags2_derive",
4305 "serde",
4306]
4307
4308[[package]]
4309name = "enumflags2_derive"
4310version = "0.7.10"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4313dependencies = [
4314 "proc-macro2",
4315 "quote",
4316 "syn 2.0.90",
4317]
4318
4319[[package]]
4320name = "env_filter"
4321version = "0.1.2"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4324dependencies = [
4325 "log",
4326 "regex",
4327]
4328
4329[[package]]
4330name = "env_home"
4331version = "0.1.0"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4334
4335[[package]]
4336name = "env_logger"
4337version = "0.10.2"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4340dependencies = [
4341 "humantime",
4342 "is-terminal",
4343 "log",
4344 "regex",
4345 "termcolor",
4346]
4347
4348[[package]]
4349name = "env_logger"
4350version = "0.11.6"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4353dependencies = [
4354 "anstream",
4355 "anstyle",
4356 "env_filter",
4357 "humantime",
4358 "log",
4359]
4360
4361[[package]]
4362name = "envy"
4363version = "0.4.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4366dependencies = [
4367 "serde",
4368]
4369
4370[[package]]
4371name = "equivalent"
4372version = "1.0.1"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4375
4376[[package]]
4377name = "erased-serde"
4378version = "0.4.5"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4381dependencies = [
4382 "serde",
4383 "typeid",
4384]
4385
4386[[package]]
4387name = "errno"
4388version = "0.2.8"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4391dependencies = [
4392 "errno-dragonfly",
4393 "libc",
4394 "winapi",
4395]
4396
4397[[package]]
4398name = "errno"
4399version = "0.3.10"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4402dependencies = [
4403 "libc",
4404 "windows-sys 0.59.0",
4405]
4406
4407[[package]]
4408name = "errno-dragonfly"
4409version = "0.1.2"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4412dependencies = [
4413 "cc",
4414 "libc",
4415]
4416
4417[[package]]
4418name = "etagere"
4419version = "0.2.15"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4422dependencies = [
4423 "euclid",
4424 "svg_fmt",
4425]
4426
4427[[package]]
4428name = "etcetera"
4429version = "0.8.0"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4432dependencies = [
4433 "cfg-if",
4434 "home",
4435 "windows-sys 0.48.0",
4436]
4437
4438[[package]]
4439name = "euclid"
4440version = "0.22.11"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4443dependencies = [
4444 "num-traits",
4445]
4446
4447[[package]]
4448name = "evals"
4449version = "0.1.0"
4450dependencies = [
4451 "anyhow",
4452 "clap",
4453 "client",
4454 "clock",
4455 "collections",
4456 "env_logger 0.11.6",
4457 "feature_flags",
4458 "fs",
4459 "gpui",
4460 "http_client",
4461 "language",
4462 "languages",
4463 "node_runtime",
4464 "open_ai",
4465 "project",
4466 "reqwest_client",
4467 "semantic_index",
4468 "serde",
4469 "serde_json",
4470 "settings",
4471 "smol",
4472 "util",
4473]
4474
4475[[package]]
4476name = "event-listener"
4477version = "2.5.3"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4480
4481[[package]]
4482name = "event-listener"
4483version = "5.3.1"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4486dependencies = [
4487 "concurrent-queue",
4488 "parking",
4489 "pin-project-lite",
4490]
4491
4492[[package]]
4493name = "event-listener-strategy"
4494version = "0.5.3"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4497dependencies = [
4498 "event-listener 5.3.1",
4499 "pin-project-lite",
4500]
4501
4502[[package]]
4503name = "exec"
4504version = "0.3.1"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4507dependencies = [
4508 "errno 0.2.8",
4509 "libc",
4510]
4511
4512[[package]]
4513name = "exr"
4514version = "1.73.0"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4517dependencies = [
4518 "bit_field",
4519 "half",
4520 "lebe",
4521 "miniz_oxide",
4522 "rayon-core",
4523 "smallvec",
4524 "zune-inflate",
4525]
4526
4527[[package]]
4528name = "extension"
4529version = "0.1.0"
4530dependencies = [
4531 "anyhow",
4532 "async-compression",
4533 "async-tar",
4534 "async-trait",
4535 "collections",
4536 "convert_case 0.8.0",
4537 "fs",
4538 "futures 0.3.31",
4539 "gpui",
4540 "http_client",
4541 "language",
4542 "log",
4543 "lsp",
4544 "parking_lot",
4545 "semantic_version",
4546 "serde",
4547 "serde_json",
4548 "toml 0.8.20",
4549 "util",
4550 "wasm-encoder 0.221.3",
4551 "wasmparser 0.221.3",
4552 "wit-component 0.221.3",
4553]
4554
4555[[package]]
4556name = "extension_cli"
4557version = "0.1.0"
4558dependencies = [
4559 "anyhow",
4560 "clap",
4561 "env_logger 0.11.6",
4562 "extension",
4563 "fs",
4564 "language",
4565 "log",
4566 "reqwest_client",
4567 "rpc",
4568 "serde",
4569 "serde_json",
4570 "theme",
4571 "tokio",
4572 "toml 0.8.20",
4573 "tree-sitter",
4574 "wasmtime",
4575]
4576
4577[[package]]
4578name = "extension_host"
4579version = "0.1.0"
4580dependencies = [
4581 "anyhow",
4582 "async-compression",
4583 "async-tar",
4584 "async-trait",
4585 "client",
4586 "collections",
4587 "context_server_settings",
4588 "ctor",
4589 "env_logger 0.11.6",
4590 "extension",
4591 "fs",
4592 "futures 0.3.31",
4593 "gpui",
4594 "http_client",
4595 "language",
4596 "language_extension",
4597 "log",
4598 "lsp",
4599 "node_runtime",
4600 "parking_lot",
4601 "paths",
4602 "project",
4603 "release_channel",
4604 "remote",
4605 "reqwest_client",
4606 "schemars",
4607 "semantic_version",
4608 "serde",
4609 "serde_json",
4610 "serde_json_lenient",
4611 "settings",
4612 "task",
4613 "telemetry",
4614 "tempfile",
4615 "theme",
4616 "theme_extension",
4617 "toml 0.8.20",
4618 "url",
4619 "util",
4620 "wasmparser 0.221.3",
4621 "wasmtime",
4622 "wasmtime-wasi",
4623]
4624
4625[[package]]
4626name = "extensions_ui"
4627version = "0.1.0"
4628dependencies = [
4629 "anyhow",
4630 "client",
4631 "collections",
4632 "db",
4633 "editor",
4634 "extension_host",
4635 "feature_flags",
4636 "fs",
4637 "fuzzy",
4638 "gpui",
4639 "language",
4640 "num-format",
4641 "picker",
4642 "project",
4643 "release_channel",
4644 "semantic_version",
4645 "serde",
4646 "settings",
4647 "smallvec",
4648 "telemetry",
4649 "theme",
4650 "ui",
4651 "util",
4652 "vim_mode_setting",
4653 "workspace",
4654 "zed_actions",
4655]
4656
4657[[package]]
4658name = "fallible-iterator"
4659version = "0.3.0"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4662
4663[[package]]
4664name = "fancy-regex"
4665version = "0.13.0"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4668dependencies = [
4669 "bit-set 0.5.3",
4670 "regex-automata 0.4.9",
4671 "regex-syntax 0.8.5",
4672]
4673
4674[[package]]
4675name = "fancy-regex"
4676version = "0.14.0"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4679dependencies = [
4680 "bit-set 0.8.0",
4681 "regex-automata 0.4.9",
4682 "regex-syntax 0.8.5",
4683]
4684
4685[[package]]
4686name = "fast-srgb8"
4687version = "1.0.0"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4690
4691[[package]]
4692name = "fastrand"
4693version = "1.9.0"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4696dependencies = [
4697 "instant",
4698]
4699
4700[[package]]
4701name = "fastrand"
4702version = "2.3.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4705
4706[[package]]
4707name = "fd-lock"
4708version = "4.0.2"
4709source = "registry+https://github.com/rust-lang/crates.io-index"
4710checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4711dependencies = [
4712 "cfg-if",
4713 "rustix",
4714 "windows-sys 0.52.0",
4715]
4716
4717[[package]]
4718name = "fdeflate"
4719version = "0.3.7"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4722dependencies = [
4723 "simd-adler32",
4724]
4725
4726[[package]]
4727name = "feature_flags"
4728version = "0.1.0"
4729dependencies = [
4730 "futures 0.3.31",
4731 "gpui",
4732 "smol",
4733]
4734
4735[[package]]
4736name = "feedback"
4737version = "0.1.0"
4738dependencies = [
4739 "anyhow",
4740 "bitflags 2.8.0",
4741 "client",
4742 "db",
4743 "editor",
4744 "futures 0.3.31",
4745 "gpui",
4746 "http_client",
4747 "human_bytes",
4748 "language",
4749 "log",
4750 "menu",
4751 "project",
4752 "regex",
4753 "release_channel",
4754 "serde",
4755 "serde_derive",
4756 "serde_json",
4757 "smol",
4758 "sysinfo",
4759 "ui",
4760 "urlencoding",
4761 "util",
4762 "workspace",
4763 "zed_actions",
4764]
4765
4766[[package]]
4767name = "ff"
4768version = "0.12.1"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4771dependencies = [
4772 "rand_core 0.6.4",
4773 "subtle",
4774]
4775
4776[[package]]
4777name = "file_finder"
4778version = "0.1.0"
4779dependencies = [
4780 "anyhow",
4781 "collections",
4782 "ctor",
4783 "editor",
4784 "env_logger 0.11.6",
4785 "file_icons",
4786 "futures 0.3.31",
4787 "fuzzy",
4788 "gpui",
4789 "language",
4790 "menu",
4791 "picker",
4792 "project",
4793 "schemars",
4794 "serde",
4795 "serde_derive",
4796 "serde_json",
4797 "settings",
4798 "text",
4799 "theme",
4800 "ui",
4801 "util",
4802 "workspace",
4803]
4804
4805[[package]]
4806name = "file_icons"
4807version = "0.1.0"
4808dependencies = [
4809 "gpui",
4810 "serde",
4811 "settings",
4812 "theme",
4813 "util",
4814]
4815
4816[[package]]
4817name = "filedescriptor"
4818version = "0.8.3"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4821dependencies = [
4822 "libc",
4823 "thiserror 1.0.69",
4824 "winapi",
4825]
4826
4827[[package]]
4828name = "filetime"
4829version = "0.2.25"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4832dependencies = [
4833 "cfg-if",
4834 "libc",
4835 "libredox",
4836 "windows-sys 0.59.0",
4837]
4838
4839[[package]]
4840name = "fixedbitset"
4841version = "0.4.2"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4844
4845[[package]]
4846name = "flate2"
4847version = "1.0.35"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4850dependencies = [
4851 "crc32fast",
4852 "miniz_oxide",
4853]
4854
4855[[package]]
4856name = "float-cmp"
4857version = "0.9.0"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4860
4861[[package]]
4862name = "float-ord"
4863version = "0.3.2"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4866
4867[[package]]
4868name = "float_next_after"
4869version = "1.0.0"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4872
4873[[package]]
4874name = "flume"
4875version = "0.11.1"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4878dependencies = [
4879 "futures-core",
4880 "futures-sink",
4881 "nanorand",
4882 "spin",
4883]
4884
4885[[package]]
4886name = "fnv"
4887version = "1.0.7"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4890
4891[[package]]
4892name = "foldhash"
4893version = "0.1.3"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4896
4897[[package]]
4898name = "font-kit"
4899version = "0.14.1"
4900source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4901dependencies = [
4902 "bitflags 2.8.0",
4903 "byteorder",
4904 "core-foundation 0.9.4",
4905 "core-graphics 0.23.2",
4906 "core-text",
4907 "dirs 5.0.1",
4908 "dwrote",
4909 "float-ord",
4910 "freetype-sys",
4911 "lazy_static",
4912 "libc",
4913 "log",
4914 "pathfinder_geometry",
4915 "pathfinder_simd",
4916 "walkdir",
4917 "winapi",
4918 "yeslogic-fontconfig-sys",
4919]
4920
4921[[package]]
4922name = "font-types"
4923version = "0.7.3"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4926dependencies = [
4927 "bytemuck",
4928]
4929
4930[[package]]
4931name = "fontconfig-parser"
4932version = "0.5.7"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4935dependencies = [
4936 "roxmltree",
4937]
4938
4939[[package]]
4940name = "fontdb"
4941version = "0.18.0"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4944dependencies = [
4945 "fontconfig-parser",
4946 "log",
4947 "memmap2",
4948 "slotmap",
4949 "tinyvec",
4950 "ttf-parser",
4951]
4952
4953[[package]]
4954name = "foreign-types"
4955version = "0.3.2"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4958dependencies = [
4959 "foreign-types-shared 0.1.1",
4960]
4961
4962[[package]]
4963name = "foreign-types"
4964version = "0.5.0"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4967dependencies = [
4968 "foreign-types-macros",
4969 "foreign-types-shared 0.3.1",
4970]
4971
4972[[package]]
4973name = "foreign-types-macros"
4974version = "0.2.3"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4977dependencies = [
4978 "proc-macro2",
4979 "quote",
4980 "syn 2.0.90",
4981]
4982
4983[[package]]
4984name = "foreign-types-shared"
4985version = "0.1.1"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4988
4989[[package]]
4990name = "foreign-types-shared"
4991version = "0.3.1"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4994
4995[[package]]
4996name = "fork"
4997version = "0.2.0"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5000dependencies = [
5001 "libc",
5002]
5003
5004[[package]]
5005name = "form_urlencoded"
5006version = "1.2.1"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5009dependencies = [
5010 "percent-encoding",
5011]
5012
5013[[package]]
5014name = "freetype-sys"
5015version = "0.20.1"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5018dependencies = [
5019 "cc",
5020 "libc",
5021 "pkg-config",
5022]
5023
5024[[package]]
5025name = "fs"
5026version = "0.1.0"
5027dependencies = [
5028 "anyhow",
5029 "ashpd",
5030 "async-tar",
5031 "async-trait",
5032 "cocoa 0.26.0",
5033 "collections",
5034 "fsevent",
5035 "futures 0.3.31",
5036 "git",
5037 "git2",
5038 "gpui",
5039 "libc",
5040 "log",
5041 "notify 6.1.1",
5042 "objc",
5043 "parking_lot",
5044 "paths",
5045 "proto",
5046 "rope",
5047 "serde",
5048 "serde_json",
5049 "smol",
5050 "tempfile",
5051 "text",
5052 "time",
5053 "util",
5054 "windows 0.60.0",
5055]
5056
5057[[package]]
5058name = "fs-set-times"
5059version = "0.20.2"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5062dependencies = [
5063 "io-lifetimes",
5064 "rustix",
5065 "windows-sys 0.59.0",
5066]
5067
5068[[package]]
5069name = "fs2"
5070version = "0.4.3"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5073dependencies = [
5074 "libc",
5075 "winapi",
5076]
5077
5078[[package]]
5079name = "fs_extra"
5080version = "1.3.0"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5083
5084[[package]]
5085name = "fsevent"
5086version = "0.1.0"
5087dependencies = [
5088 "bitflags 2.8.0",
5089 "core-foundation 0.9.4",
5090 "fsevent-sys 3.1.0",
5091 "parking_lot",
5092 "tempfile",
5093]
5094
5095[[package]]
5096name = "fsevent-sys"
5097version = "3.1.0"
5098source = "registry+https://github.com/rust-lang/crates.io-index"
5099checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5100dependencies = [
5101 "libc",
5102]
5103
5104[[package]]
5105name = "fsevent-sys"
5106version = "4.1.0"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5109dependencies = [
5110 "libc",
5111]
5112
5113[[package]]
5114name = "funty"
5115version = "2.0.0"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5118
5119[[package]]
5120name = "futf"
5121version = "0.1.5"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5124dependencies = [
5125 "mac",
5126 "new_debug_unreachable",
5127]
5128
5129[[package]]
5130name = "futures"
5131version = "0.1.31"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5134
5135[[package]]
5136name = "futures"
5137version = "0.3.31"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5140dependencies = [
5141 "futures-channel",
5142 "futures-core",
5143 "futures-executor",
5144 "futures-io",
5145 "futures-sink",
5146 "futures-task",
5147 "futures-util",
5148]
5149
5150[[package]]
5151name = "futures-batch"
5152version = "0.6.1"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5155dependencies = [
5156 "futures 0.3.31",
5157 "futures-timer",
5158 "pin-utils",
5159]
5160
5161[[package]]
5162name = "futures-channel"
5163version = "0.3.31"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5166dependencies = [
5167 "futures-core",
5168 "futures-sink",
5169]
5170
5171[[package]]
5172name = "futures-core"
5173version = "0.3.31"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5176
5177[[package]]
5178name = "futures-executor"
5179version = "0.3.31"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5182dependencies = [
5183 "futures-core",
5184 "futures-task",
5185 "futures-util",
5186]
5187
5188[[package]]
5189name = "futures-intrusive"
5190version = "0.5.0"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5193dependencies = [
5194 "futures-core",
5195 "lock_api",
5196 "parking_lot",
5197]
5198
5199[[package]]
5200name = "futures-io"
5201version = "0.3.31"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5204
5205[[package]]
5206name = "futures-lite"
5207version = "1.13.0"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5210dependencies = [
5211 "fastrand 1.9.0",
5212 "futures-core",
5213 "futures-io",
5214 "memchr",
5215 "parking",
5216 "pin-project-lite",
5217 "waker-fn",
5218]
5219
5220[[package]]
5221name = "futures-lite"
5222version = "2.6.0"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5225dependencies = [
5226 "fastrand 2.3.0",
5227 "futures-core",
5228 "futures-io",
5229 "parking",
5230 "pin-project-lite",
5231]
5232
5233[[package]]
5234name = "futures-macro"
5235version = "0.3.31"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5238dependencies = [
5239 "proc-macro2",
5240 "quote",
5241 "syn 2.0.90",
5242]
5243
5244[[package]]
5245name = "futures-sink"
5246version = "0.3.31"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5249
5250[[package]]
5251name = "futures-task"
5252version = "0.3.31"
5253source = "registry+https://github.com/rust-lang/crates.io-index"
5254checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5255
5256[[package]]
5257name = "futures-timer"
5258version = "3.0.3"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5261
5262[[package]]
5263name = "futures-util"
5264version = "0.3.31"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5267dependencies = [
5268 "futures 0.1.31",
5269 "futures-channel",
5270 "futures-core",
5271 "futures-io",
5272 "futures-macro",
5273 "futures-sink",
5274 "futures-task",
5275 "memchr",
5276 "pin-project-lite",
5277 "pin-utils",
5278 "slab",
5279 "tokio-io",
5280]
5281
5282[[package]]
5283name = "fuzzy"
5284version = "0.1.0"
5285dependencies = [
5286 "gpui",
5287 "log",
5288 "util",
5289]
5290
5291[[package]]
5292name = "fuzzy-matcher"
5293version = "0.3.7"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5296dependencies = [
5297 "thread_local",
5298]
5299
5300[[package]]
5301name = "generic-array"
5302version = "0.14.7"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5305dependencies = [
5306 "typenum",
5307 "version_check",
5308]
5309
5310[[package]]
5311name = "gethostname"
5312version = "0.4.3"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5315dependencies = [
5316 "libc",
5317 "windows-targets 0.48.5",
5318]
5319
5320[[package]]
5321name = "getrandom"
5322version = "0.1.16"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5325dependencies = [
5326 "cfg-if",
5327 "libc",
5328 "wasi 0.9.0+wasi-snapshot-preview1",
5329]
5330
5331[[package]]
5332name = "getrandom"
5333version = "0.2.15"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5336dependencies = [
5337 "cfg-if",
5338 "js-sys",
5339 "libc",
5340 "wasi 0.11.0+wasi-snapshot-preview1",
5341 "wasm-bindgen",
5342]
5343
5344[[package]]
5345name = "getrandom"
5346version = "0.3.1"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5349dependencies = [
5350 "cfg-if",
5351 "libc",
5352 "wasi 0.13.3+wasi-0.2.2",
5353 "windows-targets 0.52.6",
5354]
5355
5356[[package]]
5357name = "gif"
5358version = "0.13.1"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5361dependencies = [
5362 "color_quant",
5363 "weezl",
5364]
5365
5366[[package]]
5367name = "gimli"
5368version = "0.31.1"
5369source = "registry+https://github.com/rust-lang/crates.io-index"
5370checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5371dependencies = [
5372 "fallible-iterator",
5373 "indexmap",
5374 "stable_deref_trait",
5375]
5376
5377[[package]]
5378name = "git"
5379version = "0.1.0"
5380dependencies = [
5381 "anyhow",
5382 "askpass",
5383 "async-trait",
5384 "collections",
5385 "derive_more",
5386 "futures 0.3.31",
5387 "git2",
5388 "gpui",
5389 "http_client",
5390 "log",
5391 "parking_lot",
5392 "pretty_assertions",
5393 "regex",
5394 "rope",
5395 "schemars",
5396 "serde",
5397 "serde_json",
5398 "smol",
5399 "sum_tree",
5400 "text",
5401 "time",
5402 "unindent",
5403 "url",
5404 "util",
5405]
5406
5407[[package]]
5408name = "git2"
5409version = "0.20.0"
5410source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5411dependencies = [
5412 "bitflags 2.8.0",
5413 "libc",
5414 "libgit2-sys",
5415 "log",
5416 "url",
5417]
5418
5419[[package]]
5420name = "git_hosting_providers"
5421version = "0.1.0"
5422dependencies = [
5423 "anyhow",
5424 "async-trait",
5425 "futures 0.3.31",
5426 "git",
5427 "gpui",
5428 "http_client",
5429 "indoc",
5430 "pretty_assertions",
5431 "regex",
5432 "serde",
5433 "serde_json",
5434 "url",
5435 "util",
5436]
5437
5438[[package]]
5439name = "git_ui"
5440version = "0.1.0"
5441dependencies = [
5442 "anyhow",
5443 "askpass",
5444 "buffer_diff",
5445 "collections",
5446 "component",
5447 "ctor",
5448 "db",
5449 "editor",
5450 "env_logger 0.11.6",
5451 "futures 0.3.31",
5452 "fuzzy",
5453 "git",
5454 "gpui",
5455 "itertools 0.14.0",
5456 "language",
5457 "language_model",
5458 "linkify",
5459 "linkme",
5460 "log",
5461 "menu",
5462 "multi_buffer",
5463 "notifications",
5464 "panel",
5465 "picker",
5466 "postage",
5467 "pretty_assertions",
5468 "project",
5469 "schemars",
5470 "serde",
5471 "serde_derive",
5472 "serde_json",
5473 "settings",
5474 "smallvec",
5475 "strum",
5476 "telemetry",
5477 "theme",
5478 "time",
5479 "time_format",
5480 "ui",
5481 "unindent",
5482 "util",
5483 "windows 0.60.0",
5484 "workspace",
5485 "zed_actions",
5486]
5487
5488[[package]]
5489name = "glob"
5490version = "0.3.1"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5493
5494[[package]]
5495name = "globset"
5496version = "0.4.16"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5499dependencies = [
5500 "aho-corasick",
5501 "bstr",
5502 "log",
5503 "regex-automata 0.4.9",
5504 "regex-syntax 0.8.5",
5505]
5506
5507[[package]]
5508name = "gloo-timers"
5509version = "0.3.0"
5510source = "registry+https://github.com/rust-lang/crates.io-index"
5511checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5512dependencies = [
5513 "futures-channel",
5514 "futures-core",
5515 "js-sys",
5516 "wasm-bindgen",
5517]
5518
5519[[package]]
5520name = "glow"
5521version = "0.14.2"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5524dependencies = [
5525 "js-sys",
5526 "slotmap",
5527 "wasm-bindgen",
5528 "web-sys",
5529]
5530
5531[[package]]
5532name = "go_to_line"
5533version = "0.1.0"
5534dependencies = [
5535 "anyhow",
5536 "editor",
5537 "gpui",
5538 "indoc",
5539 "language",
5540 "menu",
5541 "project",
5542 "rope",
5543 "schemars",
5544 "serde",
5545 "serde_json",
5546 "settings",
5547 "text",
5548 "theme",
5549 "tree-sitter-rust",
5550 "tree-sitter-typescript",
5551 "ui",
5552 "util",
5553 "workspace",
5554]
5555
5556[[package]]
5557name = "google_ai"
5558version = "0.1.0"
5559dependencies = [
5560 "anyhow",
5561 "futures 0.3.31",
5562 "http_client",
5563 "schemars",
5564 "serde",
5565 "serde_json",
5566 "strum",
5567]
5568
5569[[package]]
5570name = "gpu-alloc"
5571version = "0.6.0"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5574dependencies = [
5575 "bitflags 2.8.0",
5576 "gpu-alloc-types",
5577]
5578
5579[[package]]
5580name = "gpu-alloc-ash"
5581version = "0.7.0"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5584dependencies = [
5585 "ash",
5586 "gpu-alloc-types",
5587 "tinyvec",
5588]
5589
5590[[package]]
5591name = "gpu-alloc-types"
5592version = "0.3.0"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5595dependencies = [
5596 "bitflags 2.8.0",
5597]
5598
5599[[package]]
5600name = "gpui"
5601version = "0.1.0"
5602dependencies = [
5603 "anyhow",
5604 "as-raw-xcb-connection",
5605 "ashpd",
5606 "async-task",
5607 "backtrace",
5608 "bindgen 0.70.1",
5609 "blade-graphics",
5610 "blade-macros",
5611 "blade-util",
5612 "block",
5613 "bytemuck",
5614 "calloop",
5615 "calloop-wayland-source",
5616 "cbindgen 0.28.0",
5617 "cocoa 0.26.0",
5618 "collections",
5619 "core-foundation 0.9.4",
5620 "core-foundation-sys",
5621 "core-graphics 0.23.2",
5622 "core-text",
5623 "cosmic-text",
5624 "ctor",
5625 "derive_more",
5626 "embed-resource",
5627 "env_logger 0.11.6",
5628 "etagere",
5629 "filedescriptor",
5630 "flume",
5631 "font-kit",
5632 "foreign-types 0.5.0",
5633 "futures 0.3.31",
5634 "gpui_macros",
5635 "http_client",
5636 "image",
5637 "inventory",
5638 "itertools 0.14.0",
5639 "log",
5640 "lyon",
5641 "media",
5642 "metal",
5643 "naga",
5644 "num_cpus",
5645 "objc",
5646 "objc2",
5647 "objc2-metal",
5648 "oo7",
5649 "open",
5650 "parking",
5651 "parking_lot",
5652 "pathfinder_geometry",
5653 "postage",
5654 "profiling",
5655 "rand 0.8.5",
5656 "raw-window-handle",
5657 "refineable",
5658 "reqwest_client",
5659 "resvg",
5660 "schemars",
5661 "seahash",
5662 "semantic_version",
5663 "serde",
5664 "serde_derive",
5665 "serde_json",
5666 "slotmap",
5667 "smallvec",
5668 "smol",
5669 "strum",
5670 "sum_tree",
5671 "taffy",
5672 "thiserror 1.0.69",
5673 "unicode-segmentation",
5674 "usvg",
5675 "util",
5676 "uuid",
5677 "waker-fn",
5678 "wayland-backend",
5679 "wayland-client",
5680 "wayland-cursor",
5681 "wayland-protocols",
5682 "wayland-protocols-plasma",
5683 "windows 0.60.0",
5684 "windows-core 0.60.1",
5685 "x11-clipboard",
5686 "x11rb",
5687 "xim",
5688 "xkbcommon",
5689]
5690
5691[[package]]
5692name = "gpui_macros"
5693version = "0.1.0"
5694dependencies = [
5695 "gpui",
5696 "proc-macro2",
5697 "quote",
5698 "syn 1.0.109",
5699]
5700
5701[[package]]
5702name = "gpui_tokio"
5703version = "0.1.0"
5704dependencies = [
5705 "gpui",
5706 "tokio",
5707 "util",
5708]
5709
5710[[package]]
5711name = "grid"
5712version = "0.13.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5715
5716[[package]]
5717name = "group"
5718version = "0.12.1"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5721dependencies = [
5722 "ff",
5723 "rand_core 0.6.4",
5724 "subtle",
5725]
5726
5727[[package]]
5728name = "h2"
5729version = "0.3.26"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5732dependencies = [
5733 "bytes 1.10.1",
5734 "fnv",
5735 "futures-core",
5736 "futures-sink",
5737 "futures-util",
5738 "http 0.2.12",
5739 "indexmap",
5740 "slab",
5741 "tokio",
5742 "tokio-util",
5743 "tracing",
5744]
5745
5746[[package]]
5747name = "h2"
5748version = "0.4.7"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5751dependencies = [
5752 "atomic-waker",
5753 "bytes 1.10.1",
5754 "fnv",
5755 "futures-core",
5756 "futures-sink",
5757 "http 1.2.0",
5758 "indexmap",
5759 "slab",
5760 "tokio",
5761 "tokio-util",
5762 "tracing",
5763]
5764
5765[[package]]
5766name = "half"
5767version = "2.4.1"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5770dependencies = [
5771 "cfg-if",
5772 "crunchy",
5773]
5774
5775[[package]]
5776name = "handlebars"
5777version = "4.5.0"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5780dependencies = [
5781 "log",
5782 "pest",
5783 "pest_derive",
5784 "serde",
5785 "serde_json",
5786 "thiserror 1.0.69",
5787]
5788
5789[[package]]
5790name = "handlebars"
5791version = "6.2.0"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5794dependencies = [
5795 "log",
5796 "num-order",
5797 "pest",
5798 "pest_derive",
5799 "serde",
5800 "serde_json",
5801 "thiserror 1.0.69",
5802]
5803
5804[[package]]
5805name = "hashbrown"
5806version = "0.12.3"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5809dependencies = [
5810 "ahash 0.7.8",
5811]
5812
5813[[package]]
5814name = "hashbrown"
5815version = "0.14.5"
5816source = "registry+https://github.com/rust-lang/crates.io-index"
5817checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5818dependencies = [
5819 "ahash 0.8.11",
5820 "allocator-api2",
5821]
5822
5823[[package]]
5824name = "hashbrown"
5825version = "0.15.2"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5828dependencies = [
5829 "allocator-api2",
5830 "equivalent",
5831 "foldhash",
5832 "serde",
5833]
5834
5835[[package]]
5836name = "hashlink"
5837version = "0.8.4"
5838source = "registry+https://github.com/rust-lang/crates.io-index"
5839checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5840dependencies = [
5841 "hashbrown 0.14.5",
5842]
5843
5844[[package]]
5845name = "hashlink"
5846version = "0.10.0"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5849dependencies = [
5850 "hashbrown 0.15.2",
5851]
5852
5853[[package]]
5854name = "headers"
5855version = "0.3.9"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5858dependencies = [
5859 "base64 0.21.7",
5860 "bytes 1.10.1",
5861 "headers-core",
5862 "http 0.2.12",
5863 "httpdate",
5864 "mime",
5865 "sha1",
5866]
5867
5868[[package]]
5869name = "headers-core"
5870version = "0.2.0"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5873dependencies = [
5874 "http 0.2.12",
5875]
5876
5877[[package]]
5878name = "heck"
5879version = "0.3.3"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5882dependencies = [
5883 "unicode-segmentation",
5884]
5885
5886[[package]]
5887name = "heck"
5888version = "0.4.1"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5891dependencies = [
5892 "unicode-segmentation",
5893]
5894
5895[[package]]
5896name = "heck"
5897version = "0.5.0"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5900
5901[[package]]
5902name = "heed"
5903version = "0.21.0"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5906dependencies = [
5907 "bitflags 2.8.0",
5908 "byteorder",
5909 "heed-traits",
5910 "heed-types",
5911 "libc",
5912 "lmdb-master-sys",
5913 "once_cell",
5914 "page_size",
5915 "serde",
5916 "synchronoise",
5917 "url",
5918]
5919
5920[[package]]
5921name = "heed-traits"
5922version = "0.20.0"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5925
5926[[package]]
5927name = "heed-types"
5928version = "0.21.0"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5931dependencies = [
5932 "bincode",
5933 "byteorder",
5934 "heed-traits",
5935 "serde",
5936 "serde_json",
5937]
5938
5939[[package]]
5940name = "hermit-abi"
5941version = "0.3.9"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5944
5945[[package]]
5946name = "hermit-abi"
5947version = "0.4.0"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5950
5951[[package]]
5952name = "hex"
5953version = "0.4.3"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5956
5957[[package]]
5958name = "hexf-parse"
5959version = "0.2.1"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5962
5963[[package]]
5964name = "hidden-trait"
5965version = "0.1.2"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5968dependencies = [
5969 "proc-macro2",
5970 "quote",
5971 "syn 1.0.109",
5972]
5973
5974[[package]]
5975name = "hkdf"
5976version = "0.12.4"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5979dependencies = [
5980 "hmac",
5981]
5982
5983[[package]]
5984name = "hmac"
5985version = "0.12.1"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5988dependencies = [
5989 "digest",
5990]
5991
5992[[package]]
5993name = "home"
5994version = "0.5.9"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5997dependencies = [
5998 "windows-sys 0.52.0",
5999]
6000
6001[[package]]
6002name = "hound"
6003version = "3.5.1"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6006
6007[[package]]
6008name = "html5ever"
6009version = "0.27.0"
6010source = "registry+https://github.com/rust-lang/crates.io-index"
6011checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6012dependencies = [
6013 "log",
6014 "mac",
6015 "markup5ever",
6016 "proc-macro2",
6017 "quote",
6018 "syn 2.0.90",
6019]
6020
6021[[package]]
6022name = "html_to_markdown"
6023version = "0.1.0"
6024dependencies = [
6025 "anyhow",
6026 "html5ever",
6027 "indoc",
6028 "markup5ever_rcdom",
6029 "pretty_assertions",
6030 "regex",
6031]
6032
6033[[package]]
6034name = "http"
6035version = "0.2.12"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6038dependencies = [
6039 "bytes 1.10.1",
6040 "fnv",
6041 "itoa",
6042]
6043
6044[[package]]
6045name = "http"
6046version = "1.2.0"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6049dependencies = [
6050 "bytes 1.10.1",
6051 "fnv",
6052 "itoa",
6053]
6054
6055[[package]]
6056name = "http-body"
6057version = "0.4.6"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6060dependencies = [
6061 "bytes 1.10.1",
6062 "http 0.2.12",
6063 "pin-project-lite",
6064]
6065
6066[[package]]
6067name = "http-body"
6068version = "1.0.1"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6071dependencies = [
6072 "bytes 1.10.1",
6073 "http 1.2.0",
6074]
6075
6076[[package]]
6077name = "http-body-util"
6078version = "0.1.2"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6081dependencies = [
6082 "bytes 1.10.1",
6083 "futures-util",
6084 "http 1.2.0",
6085 "http-body 1.0.1",
6086 "pin-project-lite",
6087]
6088
6089[[package]]
6090name = "http-range-header"
6091version = "0.3.1"
6092source = "registry+https://github.com/rust-lang/crates.io-index"
6093checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6094
6095[[package]]
6096name = "http-types"
6097version = "2.12.0"
6098source = "registry+https://github.com/rust-lang/crates.io-index"
6099checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6100dependencies = [
6101 "anyhow",
6102 "async-channel 1.9.0",
6103 "base64 0.13.1",
6104 "futures-lite 1.13.0",
6105 "http 0.2.12",
6106 "infer",
6107 "pin-project-lite",
6108 "rand 0.7.3",
6109 "serde",
6110 "serde_json",
6111 "serde_qs 0.8.5",
6112 "serde_urlencoded",
6113 "url",
6114]
6115
6116[[package]]
6117name = "http_client"
6118version = "0.1.0"
6119dependencies = [
6120 "anyhow",
6121 "bytes 1.10.1",
6122 "derive_more",
6123 "futures 0.3.31",
6124 "http 1.2.0",
6125 "log",
6126 "rustls 0.23.23",
6127 "rustls-platform-verifier",
6128 "serde",
6129 "serde_json",
6130 "url",
6131]
6132
6133[[package]]
6134name = "httparse"
6135version = "1.9.5"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6138
6139[[package]]
6140name = "httpdate"
6141version = "1.0.3"
6142source = "registry+https://github.com/rust-lang/crates.io-index"
6143checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6144
6145[[package]]
6146name = "human_bytes"
6147version = "0.4.3"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6150
6151[[package]]
6152name = "humantime"
6153version = "2.1.0"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6156
6157[[package]]
6158name = "hyper"
6159version = "0.14.32"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6162dependencies = [
6163 "bytes 1.10.1",
6164 "futures-channel",
6165 "futures-core",
6166 "futures-util",
6167 "h2 0.3.26",
6168 "http 0.2.12",
6169 "http-body 0.4.6",
6170 "httparse",
6171 "httpdate",
6172 "itoa",
6173 "pin-project-lite",
6174 "socket2",
6175 "tokio",
6176 "tower-service",
6177 "tracing",
6178 "want",
6179]
6180
6181[[package]]
6182name = "hyper"
6183version = "1.5.1"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6186dependencies = [
6187 "bytes 1.10.1",
6188 "futures-channel",
6189 "futures-util",
6190 "h2 0.4.7",
6191 "http 1.2.0",
6192 "http-body 1.0.1",
6193 "httparse",
6194 "itoa",
6195 "pin-project-lite",
6196 "smallvec",
6197 "tokio",
6198 "want",
6199]
6200
6201[[package]]
6202name = "hyper-rustls"
6203version = "0.24.2"
6204source = "registry+https://github.com/rust-lang/crates.io-index"
6205checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6206dependencies = [
6207 "futures-util",
6208 "http 0.2.12",
6209 "hyper 0.14.32",
6210 "log",
6211 "rustls 0.21.12",
6212 "rustls-native-certs 0.6.3",
6213 "tokio",
6214 "tokio-rustls 0.24.1",
6215]
6216
6217[[package]]
6218name = "hyper-rustls"
6219version = "0.27.3"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6222dependencies = [
6223 "futures-util",
6224 "http 1.2.0",
6225 "hyper 1.5.1",
6226 "hyper-util",
6227 "rustls 0.23.23",
6228 "rustls-native-certs 0.8.1",
6229 "rustls-pki-types",
6230 "tokio",
6231 "tokio-rustls 0.26.1",
6232 "tower-service",
6233]
6234
6235[[package]]
6236name = "hyper-tls"
6237version = "0.5.0"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6240dependencies = [
6241 "bytes 1.10.1",
6242 "hyper 0.14.32",
6243 "native-tls",
6244 "tokio",
6245 "tokio-native-tls",
6246]
6247
6248[[package]]
6249name = "hyper-util"
6250version = "0.1.10"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6253dependencies = [
6254 "bytes 1.10.1",
6255 "futures-channel",
6256 "futures-util",
6257 "http 1.2.0",
6258 "http-body 1.0.1",
6259 "hyper 1.5.1",
6260 "pin-project-lite",
6261 "socket2",
6262 "tokio",
6263 "tower-service",
6264 "tracing",
6265]
6266
6267[[package]]
6268name = "iana-time-zone"
6269version = "0.1.61"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6272dependencies = [
6273 "android_system_properties",
6274 "core-foundation-sys",
6275 "iana-time-zone-haiku",
6276 "js-sys",
6277 "wasm-bindgen",
6278 "windows-core 0.52.0",
6279]
6280
6281[[package]]
6282name = "iana-time-zone-haiku"
6283version = "0.1.2"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6286dependencies = [
6287 "cc",
6288]
6289
6290[[package]]
6291name = "icu_collections"
6292version = "1.5.0"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6295dependencies = [
6296 "displaydoc",
6297 "yoke",
6298 "zerofrom",
6299 "zerovec",
6300]
6301
6302[[package]]
6303name = "icu_locid"
6304version = "1.5.0"
6305source = "registry+https://github.com/rust-lang/crates.io-index"
6306checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6307dependencies = [
6308 "displaydoc",
6309 "litemap",
6310 "tinystr",
6311 "writeable",
6312 "zerovec",
6313]
6314
6315[[package]]
6316name = "icu_locid_transform"
6317version = "1.5.0"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6320dependencies = [
6321 "displaydoc",
6322 "icu_locid",
6323 "icu_locid_transform_data",
6324 "icu_provider",
6325 "tinystr",
6326 "zerovec",
6327]
6328
6329[[package]]
6330name = "icu_locid_transform_data"
6331version = "1.5.0"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6334
6335[[package]]
6336name = "icu_normalizer"
6337version = "1.5.0"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6340dependencies = [
6341 "displaydoc",
6342 "icu_collections",
6343 "icu_normalizer_data",
6344 "icu_properties",
6345 "icu_provider",
6346 "smallvec",
6347 "utf16_iter",
6348 "utf8_iter",
6349 "write16",
6350 "zerovec",
6351]
6352
6353[[package]]
6354name = "icu_normalizer_data"
6355version = "1.5.0"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6358
6359[[package]]
6360name = "icu_properties"
6361version = "1.5.1"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6364dependencies = [
6365 "displaydoc",
6366 "icu_collections",
6367 "icu_locid_transform",
6368 "icu_properties_data",
6369 "icu_provider",
6370 "tinystr",
6371 "zerovec",
6372]
6373
6374[[package]]
6375name = "icu_properties_data"
6376version = "1.5.0"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6379
6380[[package]]
6381name = "icu_provider"
6382version = "1.5.0"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6385dependencies = [
6386 "displaydoc",
6387 "icu_locid",
6388 "icu_provider_macros",
6389 "stable_deref_trait",
6390 "tinystr",
6391 "writeable",
6392 "yoke",
6393 "zerofrom",
6394 "zerovec",
6395]
6396
6397[[package]]
6398name = "icu_provider_macros"
6399version = "1.5.0"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6402dependencies = [
6403 "proc-macro2",
6404 "quote",
6405 "syn 2.0.90",
6406]
6407
6408[[package]]
6409name = "id-arena"
6410version = "2.2.1"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6413
6414[[package]]
6415name = "idna"
6416version = "1.0.3"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6419dependencies = [
6420 "idna_adapter",
6421 "smallvec",
6422 "utf8_iter",
6423]
6424
6425[[package]]
6426name = "idna_adapter"
6427version = "1.2.0"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6430dependencies = [
6431 "icu_normalizer",
6432 "icu_properties",
6433]
6434
6435[[package]]
6436name = "ignore"
6437version = "0.4.23"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6440dependencies = [
6441 "crossbeam-deque",
6442 "globset",
6443 "log",
6444 "memchr",
6445 "regex-automata 0.4.9",
6446 "same-file",
6447 "walkdir",
6448 "winapi-util",
6449]
6450
6451[[package]]
6452name = "image"
6453version = "0.25.5"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6456dependencies = [
6457 "bytemuck",
6458 "byteorder-lite",
6459 "color_quant",
6460 "exr",
6461 "gif",
6462 "image-webp",
6463 "num-traits",
6464 "png",
6465 "qoi",
6466 "ravif",
6467 "rayon",
6468 "rgb",
6469 "tiff",
6470 "zune-core",
6471 "zune-jpeg",
6472]
6473
6474[[package]]
6475name = "image-webp"
6476version = "0.2.0"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6479dependencies = [
6480 "byteorder-lite",
6481 "quick-error",
6482]
6483
6484[[package]]
6485name = "image_viewer"
6486version = "0.1.0"
6487dependencies = [
6488 "anyhow",
6489 "db",
6490 "editor",
6491 "file_icons",
6492 "gpui",
6493 "project",
6494 "schemars",
6495 "serde",
6496 "settings",
6497 "theme",
6498 "ui",
6499 "util",
6500 "workspace",
6501]
6502
6503[[package]]
6504name = "imagesize"
6505version = "0.13.0"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6508
6509[[package]]
6510name = "imara-diff"
6511version = "0.1.8"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6514dependencies = [
6515 "hashbrown 0.15.2",
6516]
6517
6518[[package]]
6519name = "imgref"
6520version = "1.11.0"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6523
6524[[package]]
6525name = "indexed_docs"
6526version = "0.1.0"
6527dependencies = [
6528 "anyhow",
6529 "async-trait",
6530 "cargo_metadata",
6531 "collections",
6532 "derive_more",
6533 "extension",
6534 "fs",
6535 "futures 0.3.31",
6536 "fuzzy",
6537 "gpui",
6538 "heed",
6539 "html_to_markdown",
6540 "http_client",
6541 "indexmap",
6542 "indoc",
6543 "parking_lot",
6544 "paths",
6545 "pretty_assertions",
6546 "serde",
6547 "strum",
6548 "util",
6549]
6550
6551[[package]]
6552name = "indexmap"
6553version = "2.7.1"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6556dependencies = [
6557 "equivalent",
6558 "hashbrown 0.15.2",
6559 "serde",
6560]
6561
6562[[package]]
6563name = "indoc"
6564version = "2.0.6"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6567
6568[[package]]
6569name = "infer"
6570version = "0.2.3"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6573
6574[[package]]
6575name = "inherent"
6576version = "1.0.11"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6579dependencies = [
6580 "proc-macro2",
6581 "quote",
6582 "syn 2.0.90",
6583]
6584
6585[[package]]
6586name = "inline_completion"
6587version = "0.1.0"
6588dependencies = [
6589 "gpui",
6590 "language",
6591 "project",
6592]
6593
6594[[package]]
6595name = "inline_completion_button"
6596version = "0.1.0"
6597dependencies = [
6598 "anyhow",
6599 "client",
6600 "copilot",
6601 "editor",
6602 "feature_flags",
6603 "fs",
6604 "futures 0.3.31",
6605 "gpui",
6606 "indoc",
6607 "inline_completion",
6608 "language",
6609 "lsp",
6610 "paths",
6611 "project",
6612 "regex",
6613 "serde_json",
6614 "settings",
6615 "supermaven",
6616 "telemetry",
6617 "theme",
6618 "ui",
6619 "workspace",
6620 "zed_actions",
6621 "zeta",
6622]
6623
6624[[package]]
6625name = "inotify"
6626version = "0.9.6"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6629dependencies = [
6630 "bitflags 1.3.2",
6631 "inotify-sys",
6632 "libc",
6633]
6634
6635[[package]]
6636name = "inotify"
6637version = "0.11.0"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6640dependencies = [
6641 "bitflags 2.8.0",
6642 "inotify-sys",
6643 "libc",
6644]
6645
6646[[package]]
6647name = "inotify-sys"
6648version = "0.1.5"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6651dependencies = [
6652 "libc",
6653]
6654
6655[[package]]
6656name = "inout"
6657version = "0.1.3"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6660dependencies = [
6661 "block-padding",
6662 "generic-array",
6663]
6664
6665[[package]]
6666name = "install_cli"
6667version = "0.1.0"
6668dependencies = [
6669 "anyhow",
6670 "gpui",
6671 "smol",
6672 "util",
6673]
6674
6675[[package]]
6676name = "instant"
6677version = "0.1.13"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6680dependencies = [
6681 "cfg-if",
6682]
6683
6684[[package]]
6685name = "interpolate_name"
6686version = "0.2.4"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6689dependencies = [
6690 "proc-macro2",
6691 "quote",
6692 "syn 2.0.90",
6693]
6694
6695[[package]]
6696name = "inventory"
6697version = "0.3.20"
6698source = "registry+https://github.com/rust-lang/crates.io-index"
6699checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6700dependencies = [
6701 "rustversion",
6702]
6703
6704[[package]]
6705name = "io-extras"
6706version = "0.18.4"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6709dependencies = [
6710 "io-lifetimes",
6711 "windows-sys 0.59.0",
6712]
6713
6714[[package]]
6715name = "io-lifetimes"
6716version = "2.0.4"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6719
6720[[package]]
6721name = "iovec"
6722version = "0.1.4"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6725dependencies = [
6726 "libc",
6727]
6728
6729[[package]]
6730name = "ipc-channel"
6731version = "0.19.0"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6734dependencies = [
6735 "bincode",
6736 "crossbeam-channel",
6737 "fnv",
6738 "lazy_static",
6739 "libc",
6740 "mio 1.0.3",
6741 "rand 0.8.5",
6742 "serde",
6743 "tempfile",
6744 "uuid",
6745 "windows 0.58.0",
6746]
6747
6748[[package]]
6749name = "ipnet"
6750version = "2.10.1"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6753
6754[[package]]
6755name = "is-docker"
6756version = "0.2.0"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6759dependencies = [
6760 "once_cell",
6761]
6762
6763[[package]]
6764name = "is-terminal"
6765version = "0.4.13"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6768dependencies = [
6769 "hermit-abi 0.4.0",
6770 "libc",
6771 "windows-sys 0.52.0",
6772]
6773
6774[[package]]
6775name = "is-wsl"
6776version = "0.4.0"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6779dependencies = [
6780 "is-docker",
6781 "once_cell",
6782]
6783
6784[[package]]
6785name = "is_terminal_polyfill"
6786version = "1.70.1"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6789
6790[[package]]
6791name = "itertools"
6792version = "0.10.5"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6795dependencies = [
6796 "either",
6797]
6798
6799[[package]]
6800name = "itertools"
6801version = "0.11.0"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6804dependencies = [
6805 "either",
6806]
6807
6808[[package]]
6809name = "itertools"
6810version = "0.12.1"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6813dependencies = [
6814 "either",
6815]
6816
6817[[package]]
6818name = "itertools"
6819version = "0.14.0"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6822dependencies = [
6823 "either",
6824]
6825
6826[[package]]
6827name = "itoa"
6828version = "1.0.14"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6831
6832[[package]]
6833name = "jni"
6834version = "0.21.1"
6835source = "registry+https://github.com/rust-lang/crates.io-index"
6836checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6837dependencies = [
6838 "cesu8",
6839 "cfg-if",
6840 "combine",
6841 "jni-sys",
6842 "log",
6843 "thiserror 1.0.69",
6844 "walkdir",
6845 "windows-sys 0.45.0",
6846]
6847
6848[[package]]
6849name = "jni-sys"
6850version = "0.3.0"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6853
6854[[package]]
6855name = "jobserver"
6856version = "0.1.32"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6859dependencies = [
6860 "libc",
6861]
6862
6863[[package]]
6864name = "journal"
6865version = "0.1.0"
6866dependencies = [
6867 "anyhow",
6868 "chrono",
6869 "editor",
6870 "gpui",
6871 "log",
6872 "schemars",
6873 "serde",
6874 "settings",
6875 "shellexpand 2.1.2",
6876 "workspace",
6877]
6878
6879[[package]]
6880name = "jpeg-decoder"
6881version = "0.3.1"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6884
6885[[package]]
6886name = "js-sys"
6887version = "0.3.76"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6890dependencies = [
6891 "once_cell",
6892 "wasm-bindgen",
6893]
6894
6895[[package]]
6896name = "jsonwebtoken"
6897version = "9.3.1"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6900dependencies = [
6901 "base64 0.22.1",
6902 "js-sys",
6903 "pem",
6904 "ring",
6905 "serde",
6906 "serde_json",
6907 "simple_asn1",
6908]
6909
6910[[package]]
6911name = "jupyter-protocol"
6912version = "0.6.0"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6915dependencies = [
6916 "anyhow",
6917 "async-trait",
6918 "bytes 1.10.1",
6919 "chrono",
6920 "futures 0.3.31",
6921 "serde",
6922 "serde_json",
6923 "uuid",
6924]
6925
6926[[package]]
6927name = "jupyter-websocket-client"
6928version = "0.9.0"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6931dependencies = [
6932 "anyhow",
6933 "async-trait",
6934 "async-tungstenite",
6935 "futures 0.3.31",
6936 "jupyter-protocol",
6937 "serde",
6938 "serde_json",
6939 "url",
6940 "uuid",
6941]
6942
6943[[package]]
6944name = "khronos-egl"
6945version = "6.0.0"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6948dependencies = [
6949 "libc",
6950 "libloading",
6951]
6952
6953[[package]]
6954name = "kqueue"
6955version = "1.0.8"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6958dependencies = [
6959 "kqueue-sys",
6960 "libc",
6961]
6962
6963[[package]]
6964name = "kqueue-sys"
6965version = "1.0.4"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6968dependencies = [
6969 "bitflags 1.3.2",
6970 "libc",
6971]
6972
6973[[package]]
6974name = "kurbo"
6975version = "0.11.1"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6978dependencies = [
6979 "arrayvec",
6980 "smallvec",
6981]
6982
6983[[package]]
6984name = "kv-log-macro"
6985version = "1.0.7"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6988dependencies = [
6989 "log",
6990]
6991
6992[[package]]
6993name = "language"
6994version = "0.1.0"
6995dependencies = [
6996 "anyhow",
6997 "async-trait",
6998 "async-watch",
6999 "clock",
7000 "collections",
7001 "ctor",
7002 "ec4rs",
7003 "env_logger 0.11.6",
7004 "fs",
7005 "futures 0.3.31",
7006 "fuzzy",
7007 "globset",
7008 "gpui",
7009 "http_client",
7010 "imara-diff",
7011 "indoc",
7012 "itertools 0.14.0",
7013 "log",
7014 "lsp",
7015 "parking_lot",
7016 "postage",
7017 "pretty_assertions",
7018 "rand 0.8.5",
7019 "regex",
7020 "rpc",
7021 "schemars",
7022 "serde",
7023 "serde_json",
7024 "settings",
7025 "smallvec",
7026 "smol",
7027 "streaming-iterator",
7028 "strsim",
7029 "sum_tree",
7030 "task",
7031 "text",
7032 "theme",
7033 "tree-sitter",
7034 "tree-sitter-elixir",
7035 "tree-sitter-embedded-template",
7036 "tree-sitter-heex",
7037 "tree-sitter-html",
7038 "tree-sitter-json",
7039 "tree-sitter-md",
7040 "tree-sitter-ruby",
7041 "tree-sitter-rust",
7042 "tree-sitter-typescript",
7043 "unicase",
7044 "unindent",
7045 "util",
7046]
7047
7048[[package]]
7049name = "language_extension"
7050version = "0.1.0"
7051dependencies = [
7052 "anyhow",
7053 "async-trait",
7054 "collections",
7055 "extension",
7056 "fs",
7057 "futures 0.3.31",
7058 "gpui",
7059 "language",
7060 "lsp",
7061 "serde",
7062 "serde_json",
7063 "util",
7064]
7065
7066[[package]]
7067name = "language_model"
7068version = "0.1.0"
7069dependencies = [
7070 "anthropic",
7071 "anyhow",
7072 "base64 0.22.1",
7073 "client",
7074 "collections",
7075 "futures 0.3.31",
7076 "google_ai",
7077 "gpui",
7078 "http_client",
7079 "image",
7080 "log",
7081 "open_ai",
7082 "parking_lot",
7083 "proto",
7084 "schemars",
7085 "serde",
7086 "serde_json",
7087 "smol",
7088 "strum",
7089 "telemetry_events",
7090 "thiserror 1.0.69",
7091 "ui",
7092 "util",
7093]
7094
7095[[package]]
7096name = "language_model_selector"
7097version = "0.1.0"
7098dependencies = [
7099 "feature_flags",
7100 "gpui",
7101 "language_model",
7102 "log",
7103 "picker",
7104 "proto",
7105 "ui",
7106 "workspace",
7107 "zed_actions",
7108]
7109
7110[[package]]
7111name = "language_models"
7112version = "0.1.0"
7113dependencies = [
7114 "anthropic",
7115 "anyhow",
7116 "aws-config",
7117 "aws-credential-types",
7118 "aws_http_client",
7119 "bedrock",
7120 "client",
7121 "collections",
7122 "copilot",
7123 "credentials_provider",
7124 "deepseek",
7125 "editor",
7126 "feature_flags",
7127 "fs",
7128 "futures 0.3.31",
7129 "google_ai",
7130 "gpui",
7131 "gpui_tokio",
7132 "http_client",
7133 "language_model",
7134 "lmstudio",
7135 "menu",
7136 "mistral",
7137 "ollama",
7138 "open_ai",
7139 "project",
7140 "proto",
7141 "schemars",
7142 "serde",
7143 "serde_json",
7144 "settings",
7145 "smol",
7146 "strum",
7147 "theme",
7148 "tiktoken-rs",
7149 "tokio",
7150 "ui",
7151 "util",
7152]
7153
7154[[package]]
7155name = "language_selector"
7156version = "0.1.0"
7157dependencies = [
7158 "anyhow",
7159 "editor",
7160 "file_finder",
7161 "file_icons",
7162 "fuzzy",
7163 "gpui",
7164 "language",
7165 "picker",
7166 "project",
7167 "settings",
7168 "ui",
7169 "util",
7170 "workspace",
7171]
7172
7173[[package]]
7174name = "language_tools"
7175version = "0.1.0"
7176dependencies = [
7177 "anyhow",
7178 "client",
7179 "collections",
7180 "copilot",
7181 "editor",
7182 "env_logger 0.11.6",
7183 "futures 0.3.31",
7184 "gpui",
7185 "itertools 0.14.0",
7186 "language",
7187 "lsp",
7188 "project",
7189 "release_channel",
7190 "serde_json",
7191 "settings",
7192 "theme",
7193 "tree-sitter",
7194 "ui",
7195 "util",
7196 "workspace",
7197 "zed_actions",
7198]
7199
7200[[package]]
7201name = "languages"
7202version = "0.1.0"
7203dependencies = [
7204 "anyhow",
7205 "async-compression",
7206 "async-tar",
7207 "async-trait",
7208 "collections",
7209 "futures 0.3.31",
7210 "gpui",
7211 "http_client",
7212 "language",
7213 "log",
7214 "lsp",
7215 "node_runtime",
7216 "paths",
7217 "pet",
7218 "pet-conda",
7219 "pet-core",
7220 "pet-fs",
7221 "pet-poetry",
7222 "pet-reporter",
7223 "pretty_assertions",
7224 "project",
7225 "regex",
7226 "rope",
7227 "rust-embed",
7228 "serde",
7229 "serde_json",
7230 "settings",
7231 "smol",
7232 "snippet_provider",
7233 "task",
7234 "text",
7235 "theme",
7236 "toml 0.8.20",
7237 "tree-sitter",
7238 "tree-sitter-bash",
7239 "tree-sitter-c",
7240 "tree-sitter-cpp",
7241 "tree-sitter-css",
7242 "tree-sitter-diff",
7243 "tree-sitter-gitcommit",
7244 "tree-sitter-go",
7245 "tree-sitter-gomod",
7246 "tree-sitter-gowork",
7247 "tree-sitter-jsdoc",
7248 "tree-sitter-json",
7249 "tree-sitter-md",
7250 "tree-sitter-python",
7251 "tree-sitter-regex",
7252 "tree-sitter-rust",
7253 "tree-sitter-typescript",
7254 "tree-sitter-yaml",
7255 "unindent",
7256 "util",
7257 "workspace",
7258]
7259
7260[[package]]
7261name = "lazy_static"
7262version = "1.5.0"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7265dependencies = [
7266 "spin",
7267]
7268
7269[[package]]
7270name = "lazycell"
7271version = "1.3.0"
7272source = "registry+https://github.com/rust-lang/crates.io-index"
7273checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7274
7275[[package]]
7276name = "leb128"
7277version = "0.2.5"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7280
7281[[package]]
7282name = "lebe"
7283version = "0.5.2"
7284source = "registry+https://github.com/rust-lang/crates.io-index"
7285checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7286
7287[[package]]
7288name = "libc"
7289version = "0.2.170"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7292
7293[[package]]
7294name = "libdbus-sys"
7295version = "0.2.5"
7296source = "registry+https://github.com/rust-lang/crates.io-index"
7297checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7298dependencies = [
7299 "cc",
7300 "pkg-config",
7301]
7302
7303[[package]]
7304name = "libfuzzer-sys"
7305version = "0.4.8"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7308dependencies = [
7309 "arbitrary",
7310 "cc",
7311]
7312
7313[[package]]
7314name = "libgit2-sys"
7315version = "0.18.0+1.9.0"
7316source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7317dependencies = [
7318 "cc",
7319 "libc",
7320 "libz-sys",
7321 "pkg-config",
7322]
7323
7324[[package]]
7325name = "libloading"
7326version = "0.8.6"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7329dependencies = [
7330 "cfg-if",
7331 "windows-targets 0.48.5",
7332]
7333
7334[[package]]
7335name = "libm"
7336version = "0.2.11"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7339
7340[[package]]
7341name = "libmimalloc-sys"
7342version = "0.1.39"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7345dependencies = [
7346 "cc",
7347 "libc",
7348]
7349
7350[[package]]
7351name = "libredox"
7352version = "0.1.3"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7355dependencies = [
7356 "bitflags 2.8.0",
7357 "libc",
7358 "redox_syscall 0.5.8",
7359]
7360
7361[[package]]
7362name = "libsqlite3-sys"
7363version = "0.30.1"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7366dependencies = [
7367 "cc",
7368 "pkg-config",
7369 "vcpkg",
7370]
7371
7372[[package]]
7373name = "libwebrtc"
7374version = "0.3.7"
7375source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7376dependencies = [
7377 "cxx",
7378 "jni",
7379 "js-sys",
7380 "lazy_static",
7381 "livekit-protocol",
7382 "livekit-runtime",
7383 "log",
7384 "parking_lot",
7385 "serde",
7386 "serde_json",
7387 "thiserror 1.0.69",
7388 "tokio",
7389 "wasm-bindgen",
7390 "wasm-bindgen-futures",
7391 "web-sys",
7392 "webrtc-sys",
7393]
7394
7395[[package]]
7396name = "libz-sys"
7397version = "1.1.20"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7400dependencies = [
7401 "cc",
7402 "libc",
7403 "pkg-config",
7404 "vcpkg",
7405]
7406
7407[[package]]
7408name = "link-cplusplus"
7409version = "1.0.9"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7412dependencies = [
7413 "cc",
7414]
7415
7416[[package]]
7417name = "linkify"
7418version = "0.10.0"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7421dependencies = [
7422 "memchr",
7423]
7424
7425[[package]]
7426name = "linkme"
7427version = "0.3.32"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7430dependencies = [
7431 "linkme-impl",
7432]
7433
7434[[package]]
7435name = "linkme-impl"
7436version = "0.3.32"
7437source = "registry+https://github.com/rust-lang/crates.io-index"
7438checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7439dependencies = [
7440 "proc-macro2",
7441 "quote",
7442 "syn 2.0.90",
7443]
7444
7445[[package]]
7446name = "linux-raw-sys"
7447version = "0.4.14"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7450
7451[[package]]
7452name = "litemap"
7453version = "0.7.4"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7456
7457[[package]]
7458name = "livekit"
7459version = "0.7.0"
7460source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7461dependencies = [
7462 "chrono",
7463 "futures-util",
7464 "lazy_static",
7465 "libwebrtc",
7466 "livekit-api",
7467 "livekit-protocol",
7468 "livekit-runtime",
7469 "log",
7470 "parking_lot",
7471 "prost 0.12.6",
7472 "semver",
7473 "serde",
7474 "serde_json",
7475 "thiserror 1.0.69",
7476 "tokio",
7477]
7478
7479[[package]]
7480name = "livekit-api"
7481version = "0.4.1"
7482source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7483dependencies = [
7484 "async-tungstenite",
7485 "futures-util",
7486 "http 0.2.12",
7487 "jsonwebtoken",
7488 "livekit-protocol",
7489 "livekit-runtime",
7490 "log",
7491 "parking_lot",
7492 "prost 0.12.6",
7493 "reqwest 0.11.27",
7494 "scopeguard",
7495 "serde",
7496 "serde_json",
7497 "sha2",
7498 "thiserror 1.0.69",
7499 "tokio",
7500 "tokio-tungstenite 0.20.1",
7501 "url",
7502]
7503
7504[[package]]
7505name = "livekit-protocol"
7506version = "0.3.6"
7507source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7508dependencies = [
7509 "futures-util",
7510 "livekit-runtime",
7511 "parking_lot",
7512 "pbjson",
7513 "pbjson-types",
7514 "prost 0.12.6",
7515 "prost-types 0.12.6",
7516 "serde",
7517 "thiserror 1.0.69",
7518 "tokio",
7519]
7520
7521[[package]]
7522name = "livekit-runtime"
7523version = "0.3.1"
7524source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7525dependencies = [
7526 "async-io",
7527 "async-std",
7528 "async-task",
7529 "futures 0.3.31",
7530]
7531
7532[[package]]
7533name = "livekit_api"
7534version = "0.1.0"
7535dependencies = [
7536 "anyhow",
7537 "async-trait",
7538 "jsonwebtoken",
7539 "log",
7540 "prost 0.9.0",
7541 "prost-build 0.9.0",
7542 "prost-types 0.9.0",
7543 "reqwest 0.12.8",
7544 "serde",
7545]
7546
7547[[package]]
7548name = "livekit_client"
7549version = "0.1.0"
7550dependencies = [
7551 "anyhow",
7552 "async-trait",
7553 "collections",
7554 "core-foundation 0.9.4",
7555 "coreaudio-rs 0.12.1",
7556 "cpal",
7557 "futures 0.3.31",
7558 "gpui",
7559 "http 0.2.12",
7560 "http_client",
7561 "image",
7562 "livekit",
7563 "livekit_api",
7564 "log",
7565 "media",
7566 "nanoid",
7567 "parking_lot",
7568 "postage",
7569 "serde",
7570 "serde_json",
7571 "sha2",
7572 "simplelog",
7573 "smallvec",
7574 "util",
7575]
7576
7577[[package]]
7578name = "livekit_client_macos"
7579version = "0.1.0"
7580dependencies = [
7581 "anyhow",
7582 "async-broadcast",
7583 "async-trait",
7584 "collections",
7585 "core-foundation 0.9.4",
7586 "futures 0.3.31",
7587 "gpui",
7588 "livekit_api",
7589 "log",
7590 "media",
7591 "nanoid",
7592 "parking_lot",
7593 "postage",
7594 "serde",
7595 "serde_json",
7596 "sha2",
7597 "simplelog",
7598]
7599
7600[[package]]
7601name = "lmdb-master-sys"
7602version = "0.2.4"
7603source = "registry+https://github.com/rust-lang/crates.io-index"
7604checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7605dependencies = [
7606 "cc",
7607 "doxygen-rs",
7608 "libc",
7609]
7610
7611[[package]]
7612name = "lmstudio"
7613version = "0.1.0"
7614dependencies = [
7615 "anyhow",
7616 "futures 0.3.31",
7617 "http_client",
7618 "schemars",
7619 "serde",
7620 "serde_json",
7621]
7622
7623[[package]]
7624name = "lock_api"
7625version = "0.4.12"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7628dependencies = [
7629 "autocfg",
7630 "scopeguard",
7631]
7632
7633[[package]]
7634name = "log"
7635version = "0.4.26"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7638dependencies = [
7639 "serde",
7640 "value-bag",
7641]
7642
7643[[package]]
7644name = "loop9"
7645version = "0.1.5"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7648dependencies = [
7649 "imgref",
7650]
7651
7652[[package]]
7653name = "lru"
7654version = "0.12.5"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7657dependencies = [
7658 "hashbrown 0.15.2",
7659]
7660
7661[[package]]
7662name = "lsp"
7663version = "0.1.0"
7664dependencies = [
7665 "anyhow",
7666 "async-pipe",
7667 "collections",
7668 "ctor",
7669 "env_logger 0.11.6",
7670 "futures 0.3.31",
7671 "gpui",
7672 "log",
7673 "lsp-types",
7674 "parking_lot",
7675 "postage",
7676 "release_channel",
7677 "schemars",
7678 "serde",
7679 "serde_json",
7680 "smol",
7681 "util",
7682]
7683
7684[[package]]
7685name = "lsp-types"
7686version = "0.95.1"
7687source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7688dependencies = [
7689 "bitflags 1.3.2",
7690 "serde",
7691 "serde_json",
7692 "serde_repr",
7693 "url",
7694]
7695
7696[[package]]
7697name = "lua-src"
7698version = "547.0.0"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7701dependencies = [
7702 "cc",
7703]
7704
7705[[package]]
7706name = "luajit-src"
7707version = "210.5.12+a4f56a4"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7710dependencies = [
7711 "cc",
7712 "which 7.0.2",
7713]
7714
7715[[package]]
7716name = "lyon"
7717version = "1.0.1"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7720dependencies = [
7721 "lyon_algorithms",
7722 "lyon_extra",
7723 "lyon_tessellation",
7724]
7725
7726[[package]]
7727name = "lyon_algorithms"
7728version = "1.0.5"
7729source = "registry+https://github.com/rust-lang/crates.io-index"
7730checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7731dependencies = [
7732 "lyon_path",
7733 "num-traits",
7734]
7735
7736[[package]]
7737name = "lyon_extra"
7738version = "1.0.3"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7741dependencies = [
7742 "lyon_path",
7743 "thiserror 1.0.69",
7744]
7745
7746[[package]]
7747name = "lyon_geom"
7748version = "1.0.6"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7751dependencies = [
7752 "arrayvec",
7753 "euclid",
7754 "num-traits",
7755]
7756
7757[[package]]
7758name = "lyon_path"
7759version = "1.0.6"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7762dependencies = [
7763 "lyon_geom",
7764 "num-traits",
7765]
7766
7767[[package]]
7768name = "lyon_tessellation"
7769version = "1.0.15"
7770source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7772dependencies = [
7773 "float_next_after",
7774 "lyon_path",
7775 "num-traits",
7776]
7777
7778[[package]]
7779name = "mac"
7780version = "0.1.1"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7783
7784[[package]]
7785name = "mach2"
7786version = "0.4.2"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7789dependencies = [
7790 "libc",
7791]
7792
7793[[package]]
7794name = "malloc_buf"
7795version = "0.0.6"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7798dependencies = [
7799 "libc",
7800]
7801
7802[[package]]
7803name = "maplit"
7804version = "1.0.2"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7807
7808[[package]]
7809name = "markdown"
7810version = "0.1.0"
7811dependencies = [
7812 "anyhow",
7813 "assets",
7814 "env_logger 0.11.6",
7815 "gpui",
7816 "language",
7817 "languages",
7818 "linkify",
7819 "log",
7820 "node_runtime",
7821 "pulldown-cmark 0.12.2",
7822 "settings",
7823 "theme",
7824 "ui",
7825 "util",
7826]
7827
7828[[package]]
7829name = "markdown_preview"
7830version = "0.1.0"
7831dependencies = [
7832 "anyhow",
7833 "async-recursion 1.1.1",
7834 "collections",
7835 "editor",
7836 "gpui",
7837 "language",
7838 "linkify",
7839 "log",
7840 "pretty_assertions",
7841 "pulldown-cmark 0.12.2",
7842 "settings",
7843 "theme",
7844 "ui",
7845 "util",
7846 "workspace",
7847]
7848
7849[[package]]
7850name = "markup5ever"
7851version = "0.12.1"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7854dependencies = [
7855 "log",
7856 "phf",
7857 "phf_codegen",
7858 "string_cache",
7859 "string_cache_codegen",
7860 "tendril",
7861]
7862
7863[[package]]
7864name = "markup5ever_rcdom"
7865version = "0.3.0"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7868dependencies = [
7869 "html5ever",
7870 "markup5ever",
7871 "tendril",
7872 "xml5ever",
7873]
7874
7875[[package]]
7876name = "matchers"
7877version = "0.1.0"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7880dependencies = [
7881 "regex-automata 0.1.10",
7882]
7883
7884[[package]]
7885name = "matchit"
7886version = "0.7.3"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7889
7890[[package]]
7891name = "maybe-owned"
7892version = "0.3.4"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7895
7896[[package]]
7897name = "maybe-rayon"
7898version = "0.1.1"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7901dependencies = [
7902 "cfg-if",
7903 "rayon",
7904]
7905
7906[[package]]
7907name = "md-5"
7908version = "0.10.6"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7911dependencies = [
7912 "cfg-if",
7913 "digest",
7914]
7915
7916[[package]]
7917name = "mdbook"
7918version = "0.4.45"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7921dependencies = [
7922 "ammonia",
7923 "anyhow",
7924 "chrono",
7925 "clap",
7926 "clap_complete",
7927 "elasticlunr-rs",
7928 "env_logger 0.11.6",
7929 "futures-util",
7930 "handlebars 6.2.0",
7931 "ignore",
7932 "log",
7933 "memchr",
7934 "notify 8.0.0",
7935 "notify-debouncer-mini",
7936 "once_cell",
7937 "opener",
7938 "pathdiff",
7939 "pulldown-cmark 0.10.3",
7940 "regex",
7941 "serde",
7942 "serde_json",
7943 "shlex",
7944 "tempfile",
7945 "tokio",
7946 "toml 0.5.11",
7947 "topological-sort",
7948 "walkdir",
7949 "warp",
7950]
7951
7952[[package]]
7953name = "media"
7954version = "0.1.0"
7955dependencies = [
7956 "anyhow",
7957 "bindgen 0.70.1",
7958 "core-foundation 0.9.4",
7959 "ctor",
7960 "foreign-types 0.5.0",
7961 "metal",
7962 "objc",
7963]
7964
7965[[package]]
7966name = "memchr"
7967version = "2.7.4"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7970
7971[[package]]
7972name = "memfd"
7973version = "0.6.4"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7976dependencies = [
7977 "rustix",
7978]
7979
7980[[package]]
7981name = "memmap2"
7982version = "0.9.5"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7985dependencies = [
7986 "libc",
7987]
7988
7989[[package]]
7990name = "memoffset"
7991version = "0.9.1"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7994dependencies = [
7995 "autocfg",
7996]
7997
7998[[package]]
7999name = "menu"
8000version = "0.1.0"
8001dependencies = [
8002 "gpui",
8003 "serde",
8004]
8005
8006[[package]]
8007name = "metal"
8008version = "0.31.0"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8011dependencies = [
8012 "bitflags 2.8.0",
8013 "block",
8014 "core-graphics-types 0.1.3",
8015 "foreign-types 0.5.0",
8016 "log",
8017 "objc",
8018 "paste",
8019]
8020
8021[[package]]
8022name = "migrator"
8023version = "0.1.0"
8024dependencies = [
8025 "anyhow",
8026 "collections",
8027 "convert_case 0.8.0",
8028 "log",
8029 "pretty_assertions",
8030 "streaming-iterator",
8031 "tree-sitter",
8032 "tree-sitter-json",
8033]
8034
8035[[package]]
8036name = "mimalloc"
8037version = "0.1.43"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8040dependencies = [
8041 "libmimalloc-sys",
8042]
8043
8044[[package]]
8045name = "mime"
8046version = "0.3.17"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8049
8050[[package]]
8051name = "mime_guess"
8052version = "2.0.5"
8053source = "registry+https://github.com/rust-lang/crates.io-index"
8054checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8055dependencies = [
8056 "mime",
8057 "unicase",
8058]
8059
8060[[package]]
8061name = "minimal-lexical"
8062version = "0.2.1"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8065
8066[[package]]
8067name = "miniz_oxide"
8068version = "0.8.0"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8071dependencies = [
8072 "adler2",
8073 "simd-adler32",
8074]
8075
8076[[package]]
8077name = "mint"
8078version = "0.5.9"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8081
8082[[package]]
8083name = "mio"
8084version = "0.8.11"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8087dependencies = [
8088 "libc",
8089 "log",
8090 "wasi 0.11.0+wasi-snapshot-preview1",
8091 "windows-sys 0.48.0",
8092]
8093
8094[[package]]
8095name = "mio"
8096version = "1.0.3"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8099dependencies = [
8100 "libc",
8101 "log",
8102 "wasi 0.11.0+wasi-snapshot-preview1",
8103 "windows-sys 0.52.0",
8104]
8105
8106[[package]]
8107name = "miow"
8108version = "0.6.0"
8109source = "registry+https://github.com/rust-lang/crates.io-index"
8110checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8111dependencies = [
8112 "windows-sys 0.48.0",
8113]
8114
8115[[package]]
8116name = "mistral"
8117version = "0.1.0"
8118dependencies = [
8119 "anyhow",
8120 "futures 0.3.31",
8121 "http_client",
8122 "schemars",
8123 "serde",
8124 "serde_json",
8125 "strum",
8126]
8127
8128[[package]]
8129name = "mlua"
8130version = "0.10.3"
8131source = "registry+https://github.com/rust-lang/crates.io-index"
8132checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8133dependencies = [
8134 "bstr",
8135 "either",
8136 "futures-util",
8137 "mlua-sys",
8138 "num-traits",
8139 "parking_lot",
8140 "rustc-hash 2.1.1",
8141]
8142
8143[[package]]
8144name = "mlua-sys"
8145version = "0.6.7"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8148dependencies = [
8149 "cc",
8150 "cfg-if",
8151 "lua-src",
8152 "luajit-src",
8153 "pkg-config",
8154]
8155
8156[[package]]
8157name = "msvc_spectre_libs"
8158version = "0.1.2"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8161dependencies = [
8162 "cc",
8163]
8164
8165[[package]]
8166name = "multi_buffer"
8167version = "0.1.0"
8168dependencies = [
8169 "anyhow",
8170 "buffer_diff",
8171 "clock",
8172 "collections",
8173 "ctor",
8174 "env_logger 0.11.6",
8175 "futures 0.3.31",
8176 "gpui",
8177 "indoc",
8178 "itertools 0.14.0",
8179 "language",
8180 "log",
8181 "parking_lot",
8182 "pretty_assertions",
8183 "project",
8184 "rand 0.8.5",
8185 "rope",
8186 "serde",
8187 "settings",
8188 "smallvec",
8189 "smol",
8190 "sum_tree",
8191 "text",
8192 "theme",
8193 "tree-sitter",
8194 "util",
8195]
8196
8197[[package]]
8198name = "multimap"
8199version = "0.8.3"
8200source = "registry+https://github.com/rust-lang/crates.io-index"
8201checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8202
8203[[package]]
8204name = "multimap"
8205version = "0.10.0"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8208
8209[[package]]
8210name = "naga"
8211version = "23.1.0"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8214dependencies = [
8215 "arrayvec",
8216 "bit-set 0.8.0",
8217 "bitflags 2.8.0",
8218 "cfg_aliases 0.1.1",
8219 "codespan-reporting",
8220 "hexf-parse",
8221 "indexmap",
8222 "log",
8223 "rustc-hash 1.1.0",
8224 "spirv",
8225 "termcolor",
8226 "thiserror 1.0.69",
8227 "unicode-xid",
8228]
8229
8230[[package]]
8231name = "nanoid"
8232version = "0.4.0"
8233source = "registry+https://github.com/rust-lang/crates.io-index"
8234checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8235dependencies = [
8236 "rand 0.8.5",
8237]
8238
8239[[package]]
8240name = "nanorand"
8241version = "0.7.0"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8244dependencies = [
8245 "getrandom 0.2.15",
8246]
8247
8248[[package]]
8249name = "native-tls"
8250version = "0.2.12"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8253dependencies = [
8254 "libc",
8255 "log",
8256 "openssl",
8257 "openssl-probe",
8258 "openssl-sys",
8259 "schannel",
8260 "security-framework 2.11.1",
8261 "security-framework-sys",
8262 "tempfile",
8263]
8264
8265[[package]]
8266name = "nbformat"
8267version = "0.10.0"
8268source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8270dependencies = [
8271 "anyhow",
8272 "chrono",
8273 "jupyter-protocol",
8274 "serde",
8275 "serde_json",
8276 "thiserror 1.0.69",
8277 "uuid",
8278]
8279
8280[[package]]
8281name = "ndk"
8282version = "0.8.0"
8283source = "registry+https://github.com/rust-lang/crates.io-index"
8284checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8285dependencies = [
8286 "bitflags 2.8.0",
8287 "jni-sys",
8288 "log",
8289 "ndk-sys",
8290 "num_enum",
8291 "thiserror 1.0.69",
8292]
8293
8294[[package]]
8295name = "ndk-context"
8296version = "0.1.1"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8299
8300[[package]]
8301name = "ndk-sys"
8302version = "0.5.0+25.2.9519653"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8305dependencies = [
8306 "jni-sys",
8307]
8308
8309[[package]]
8310name = "new_debug_unreachable"
8311version = "1.0.6"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8314
8315[[package]]
8316name = "nix"
8317version = "0.29.0"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8320dependencies = [
8321 "bitflags 2.8.0",
8322 "cfg-if",
8323 "cfg_aliases 0.2.1",
8324 "libc",
8325 "memoffset",
8326]
8327
8328[[package]]
8329name = "node_runtime"
8330version = "0.1.0"
8331dependencies = [
8332 "anyhow",
8333 "async-compression",
8334 "async-std",
8335 "async-tar",
8336 "async-trait",
8337 "async-watch",
8338 "async_zip",
8339 "futures 0.3.31",
8340 "http_client",
8341 "log",
8342 "paths",
8343 "semver",
8344 "serde",
8345 "serde_json",
8346 "smol",
8347 "tempfile",
8348 "util",
8349 "walkdir",
8350 "which 6.0.3",
8351]
8352
8353[[package]]
8354name = "nom"
8355version = "7.1.3"
8356source = "registry+https://github.com/rust-lang/crates.io-index"
8357checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8358dependencies = [
8359 "memchr",
8360 "minimal-lexical",
8361]
8362
8363[[package]]
8364name = "noop_proc_macro"
8365version = "0.3.0"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8368
8369[[package]]
8370name = "normpath"
8371version = "1.3.0"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8374dependencies = [
8375 "windows-sys 0.59.0",
8376]
8377
8378[[package]]
8379name = "notifications"
8380version = "0.1.0"
8381dependencies = [
8382 "anyhow",
8383 "channel",
8384 "client",
8385 "collections",
8386 "component",
8387 "db",
8388 "gpui",
8389 "linkme",
8390 "rpc",
8391 "settings",
8392 "sum_tree",
8393 "time",
8394 "ui",
8395 "util",
8396 "workspace",
8397]
8398
8399[[package]]
8400name = "notify"
8401version = "6.1.1"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8404dependencies = [
8405 "bitflags 2.8.0",
8406 "crossbeam-channel",
8407 "filetime",
8408 "fsevent-sys 4.1.0",
8409 "inotify 0.9.6",
8410 "kqueue",
8411 "libc",
8412 "log",
8413 "mio 0.8.11",
8414 "walkdir",
8415 "windows-sys 0.48.0",
8416]
8417
8418[[package]]
8419name = "notify"
8420version = "8.0.0"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8423dependencies = [
8424 "bitflags 2.8.0",
8425 "filetime",
8426 "fsevent-sys 4.1.0",
8427 "inotify 0.11.0",
8428 "kqueue",
8429 "libc",
8430 "log",
8431 "mio 1.0.3",
8432 "notify-types",
8433 "walkdir",
8434 "windows-sys 0.59.0",
8435]
8436
8437[[package]]
8438name = "notify-debouncer-mini"
8439version = "0.6.0"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8442dependencies = [
8443 "log",
8444 "notify 8.0.0",
8445 "notify-types",
8446 "tempfile",
8447]
8448
8449[[package]]
8450name = "notify-types"
8451version = "2.0.0"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8454
8455[[package]]
8456name = "ntapi"
8457version = "0.4.1"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8460dependencies = [
8461 "winapi",
8462]
8463
8464[[package]]
8465name = "nu-ansi-term"
8466version = "0.46.0"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8469dependencies = [
8470 "overload",
8471 "winapi",
8472]
8473
8474[[package]]
8475name = "num"
8476version = "0.4.3"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8479dependencies = [
8480 "num-bigint",
8481 "num-complex",
8482 "num-integer",
8483 "num-iter",
8484 "num-rational",
8485 "num-traits",
8486]
8487
8488[[package]]
8489name = "num-bigint"
8490version = "0.4.6"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8493dependencies = [
8494 "num-integer",
8495 "num-traits",
8496]
8497
8498[[package]]
8499name = "num-bigint-dig"
8500version = "0.8.4"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8503dependencies = [
8504 "byteorder",
8505 "lazy_static",
8506 "libm",
8507 "num-integer",
8508 "num-iter",
8509 "num-traits",
8510 "rand 0.8.5",
8511 "serde",
8512 "smallvec",
8513 "zeroize",
8514]
8515
8516[[package]]
8517name = "num-complex"
8518version = "0.4.6"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8521dependencies = [
8522 "num-traits",
8523]
8524
8525[[package]]
8526name = "num-conv"
8527version = "0.1.0"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8530
8531[[package]]
8532name = "num-derive"
8533version = "0.4.2"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8536dependencies = [
8537 "proc-macro2",
8538 "quote",
8539 "syn 2.0.90",
8540]
8541
8542[[package]]
8543name = "num-format"
8544version = "0.4.4"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8547dependencies = [
8548 "arrayvec",
8549 "itoa",
8550]
8551
8552[[package]]
8553name = "num-integer"
8554version = "0.1.46"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8557dependencies = [
8558 "num-traits",
8559]
8560
8561[[package]]
8562name = "num-iter"
8563version = "0.1.45"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8566dependencies = [
8567 "autocfg",
8568 "num-integer",
8569 "num-traits",
8570]
8571
8572[[package]]
8573name = "num-modular"
8574version = "0.6.1"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8577
8578[[package]]
8579name = "num-order"
8580version = "1.2.0"
8581source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8583dependencies = [
8584 "num-modular",
8585]
8586
8587[[package]]
8588name = "num-rational"
8589version = "0.4.2"
8590source = "registry+https://github.com/rust-lang/crates.io-index"
8591checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8592dependencies = [
8593 "num-bigint",
8594 "num-integer",
8595 "num-traits",
8596]
8597
8598[[package]]
8599name = "num-traits"
8600version = "0.2.19"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8603dependencies = [
8604 "autocfg",
8605 "libm",
8606]
8607
8608[[package]]
8609name = "num_cpus"
8610version = "1.16.0"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8613dependencies = [
8614 "hermit-abi 0.3.9",
8615 "libc",
8616]
8617
8618[[package]]
8619name = "num_enum"
8620version = "0.7.3"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8623dependencies = [
8624 "num_enum_derive",
8625]
8626
8627[[package]]
8628name = "num_enum_derive"
8629version = "0.7.3"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8632dependencies = [
8633 "proc-macro-crate",
8634 "proc-macro2",
8635 "quote",
8636 "syn 2.0.90",
8637]
8638
8639[[package]]
8640name = "num_threads"
8641version = "0.1.7"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8644dependencies = [
8645 "libc",
8646]
8647
8648[[package]]
8649name = "nvim-rs"
8650version = "0.8.0-pre"
8651source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8652dependencies = [
8653 "async-trait",
8654 "futures 0.3.31",
8655 "log",
8656 "parity-tokio-ipc",
8657 "rmp",
8658 "rmpv",
8659 "tokio",
8660 "tokio-util",
8661 "winapi",
8662]
8663
8664[[package]]
8665name = "objc"
8666version = "0.2.7"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8669dependencies = [
8670 "malloc_buf",
8671]
8672
8673[[package]]
8674name = "objc-sys"
8675version = "0.3.5"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8678
8679[[package]]
8680name = "objc2"
8681version = "0.5.2"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8684dependencies = [
8685 "objc-sys",
8686 "objc2-encode",
8687]
8688
8689[[package]]
8690name = "objc2-app-kit"
8691version = "0.2.2"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8694dependencies = [
8695 "bitflags 2.8.0",
8696 "block2",
8697 "libc",
8698 "objc2",
8699 "objc2-core-data",
8700 "objc2-core-image",
8701 "objc2-foundation",
8702 "objc2-quartz-core",
8703]
8704
8705[[package]]
8706name = "objc2-cloud-kit"
8707version = "0.2.2"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8710dependencies = [
8711 "bitflags 2.8.0",
8712 "block2",
8713 "objc2",
8714 "objc2-core-location",
8715 "objc2-foundation",
8716]
8717
8718[[package]]
8719name = "objc2-contacts"
8720version = "0.2.2"
8721source = "registry+https://github.com/rust-lang/crates.io-index"
8722checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8723dependencies = [
8724 "block2",
8725 "objc2",
8726 "objc2-foundation",
8727]
8728
8729[[package]]
8730name = "objc2-core-data"
8731version = "0.2.2"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8734dependencies = [
8735 "bitflags 2.8.0",
8736 "block2",
8737 "objc2",
8738 "objc2-foundation",
8739]
8740
8741[[package]]
8742name = "objc2-core-image"
8743version = "0.2.2"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8746dependencies = [
8747 "block2",
8748 "objc2",
8749 "objc2-foundation",
8750 "objc2-metal",
8751]
8752
8753[[package]]
8754name = "objc2-core-location"
8755version = "0.2.2"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8758dependencies = [
8759 "block2",
8760 "objc2",
8761 "objc2-contacts",
8762 "objc2-foundation",
8763]
8764
8765[[package]]
8766name = "objc2-encode"
8767version = "4.0.3"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8770
8771[[package]]
8772name = "objc2-foundation"
8773version = "0.2.2"
8774source = "registry+https://github.com/rust-lang/crates.io-index"
8775checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8776dependencies = [
8777 "bitflags 2.8.0",
8778 "block2",
8779 "libc",
8780 "objc2",
8781]
8782
8783[[package]]
8784name = "objc2-link-presentation"
8785version = "0.2.2"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8788dependencies = [
8789 "block2",
8790 "objc2",
8791 "objc2-app-kit",
8792 "objc2-foundation",
8793]
8794
8795[[package]]
8796name = "objc2-metal"
8797version = "0.2.2"
8798source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8800dependencies = [
8801 "bitflags 2.8.0",
8802 "block2",
8803 "objc2",
8804 "objc2-foundation",
8805]
8806
8807[[package]]
8808name = "objc2-quartz-core"
8809version = "0.2.2"
8810source = "registry+https://github.com/rust-lang/crates.io-index"
8811checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8812dependencies = [
8813 "bitflags 2.8.0",
8814 "block2",
8815 "objc2",
8816 "objc2-foundation",
8817 "objc2-metal",
8818]
8819
8820[[package]]
8821name = "objc2-symbols"
8822version = "0.2.2"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8825dependencies = [
8826 "objc2",
8827 "objc2-foundation",
8828]
8829
8830[[package]]
8831name = "objc2-ui-kit"
8832version = "0.2.2"
8833source = "registry+https://github.com/rust-lang/crates.io-index"
8834checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8835dependencies = [
8836 "bitflags 2.8.0",
8837 "block2",
8838 "objc2",
8839 "objc2-cloud-kit",
8840 "objc2-core-data",
8841 "objc2-core-image",
8842 "objc2-core-location",
8843 "objc2-foundation",
8844 "objc2-link-presentation",
8845 "objc2-quartz-core",
8846 "objc2-symbols",
8847 "objc2-uniform-type-identifiers",
8848 "objc2-user-notifications",
8849]
8850
8851[[package]]
8852name = "objc2-uniform-type-identifiers"
8853version = "0.2.2"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8856dependencies = [
8857 "block2",
8858 "objc2",
8859 "objc2-foundation",
8860]
8861
8862[[package]]
8863name = "objc2-user-notifications"
8864version = "0.2.2"
8865source = "registry+https://github.com/rust-lang/crates.io-index"
8866checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8867dependencies = [
8868 "bitflags 2.8.0",
8869 "block2",
8870 "objc2",
8871 "objc2-core-location",
8872 "objc2-foundation",
8873]
8874
8875[[package]]
8876name = "object"
8877version = "0.36.5"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8880dependencies = [
8881 "crc32fast",
8882 "hashbrown 0.15.2",
8883 "indexmap",
8884 "memchr",
8885]
8886
8887[[package]]
8888name = "oboe"
8889version = "0.6.1"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8892dependencies = [
8893 "jni",
8894 "ndk",
8895 "ndk-context",
8896 "num-derive",
8897 "num-traits",
8898 "oboe-sys",
8899]
8900
8901[[package]]
8902name = "oboe-sys"
8903version = "0.6.1"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8906dependencies = [
8907 "cc",
8908]
8909
8910[[package]]
8911name = "ollama"
8912version = "0.1.0"
8913dependencies = [
8914 "anyhow",
8915 "futures 0.3.31",
8916 "http_client",
8917 "schemars",
8918 "serde",
8919 "serde_json",
8920]
8921
8922[[package]]
8923name = "once_cell"
8924version = "1.20.3"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8927
8928[[package]]
8929name = "oo7"
8930version = "0.4.1"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8933dependencies = [
8934 "aes",
8935 "ashpd",
8936 "async-fs",
8937 "async-io",
8938 "async-lock",
8939 "blocking",
8940 "cbc",
8941 "cipher",
8942 "digest",
8943 "endi",
8944 "futures-lite 2.6.0",
8945 "futures-util",
8946 "getrandom 0.3.1",
8947 "hkdf",
8948 "hmac",
8949 "md-5",
8950 "num",
8951 "num-bigint-dig",
8952 "pbkdf2 0.12.2",
8953 "rand 0.9.0",
8954 "serde",
8955 "sha2",
8956 "subtle",
8957 "zbus",
8958 "zbus_macros",
8959 "zeroize",
8960 "zvariant",
8961]
8962
8963[[package]]
8964name = "oorandom"
8965version = "11.1.4"
8966source = "registry+https://github.com/rust-lang/crates.io-index"
8967checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8968
8969[[package]]
8970name = "open"
8971version = "5.3.2"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8974dependencies = [
8975 "is-wsl",
8976 "libc",
8977 "pathdiff",
8978]
8979
8980[[package]]
8981name = "open_ai"
8982version = "0.1.0"
8983dependencies = [
8984 "anyhow",
8985 "futures 0.3.31",
8986 "http_client",
8987 "schemars",
8988 "serde",
8989 "serde_json",
8990 "strum",
8991]
8992
8993[[package]]
8994name = "opener"
8995version = "0.7.2"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8998dependencies = [
8999 "bstr",
9000 "dbus",
9001 "normpath",
9002 "windows-sys 0.59.0",
9003]
9004
9005[[package]]
9006name = "openssl"
9007version = "0.10.70"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9010dependencies = [
9011 "bitflags 2.8.0",
9012 "cfg-if",
9013 "foreign-types 0.3.2",
9014 "libc",
9015 "once_cell",
9016 "openssl-macros",
9017 "openssl-sys",
9018]
9019
9020[[package]]
9021name = "openssl-macros"
9022version = "0.1.1"
9023source = "registry+https://github.com/rust-lang/crates.io-index"
9024checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9025dependencies = [
9026 "proc-macro2",
9027 "quote",
9028 "syn 2.0.90",
9029]
9030
9031[[package]]
9032name = "openssl-probe"
9033version = "0.1.5"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9036
9037[[package]]
9038name = "openssl-src"
9039version = "300.4.1+3.4.0"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9042dependencies = [
9043 "cc",
9044]
9045
9046[[package]]
9047name = "openssl-sys"
9048version = "0.9.105"
9049source = "registry+https://github.com/rust-lang/crates.io-index"
9050checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9051dependencies = [
9052 "cc",
9053 "libc",
9054 "openssl-src",
9055 "pkg-config",
9056 "vcpkg",
9057]
9058
9059[[package]]
9060name = "option-ext"
9061version = "0.2.0"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9064
9065[[package]]
9066name = "ordered-float"
9067version = "2.10.1"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9070dependencies = [
9071 "num-traits",
9072]
9073
9074[[package]]
9075name = "ordered-float"
9076version = "3.9.2"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9079dependencies = [
9080 "num-traits",
9081]
9082
9083[[package]]
9084name = "ordered-stream"
9085version = "0.2.0"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9088dependencies = [
9089 "futures-core",
9090 "pin-project-lite",
9091]
9092
9093[[package]]
9094name = "ouroboros"
9095version = "0.18.4"
9096source = "registry+https://github.com/rust-lang/crates.io-index"
9097checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9098dependencies = [
9099 "aliasable",
9100 "ouroboros_macro",
9101 "static_assertions",
9102]
9103
9104[[package]]
9105name = "ouroboros_macro"
9106version = "0.18.4"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9109dependencies = [
9110 "heck 0.4.1",
9111 "itertools 0.12.1",
9112 "proc-macro2",
9113 "proc-macro2-diagnostics",
9114 "quote",
9115 "syn 2.0.90",
9116]
9117
9118[[package]]
9119name = "outline"
9120version = "0.1.0"
9121dependencies = [
9122 "editor",
9123 "fuzzy",
9124 "gpui",
9125 "indoc",
9126 "language",
9127 "menu",
9128 "ordered-float 2.10.1",
9129 "picker",
9130 "project",
9131 "rope",
9132 "serde_json",
9133 "settings",
9134 "smol",
9135 "theme",
9136 "tree-sitter-rust",
9137 "tree-sitter-typescript",
9138 "ui",
9139 "util",
9140 "workspace",
9141 "zed_actions",
9142]
9143
9144[[package]]
9145name = "outline_panel"
9146version = "0.1.0"
9147dependencies = [
9148 "anyhow",
9149 "collections",
9150 "db",
9151 "editor",
9152 "file_icons",
9153 "fuzzy",
9154 "gpui",
9155 "itertools 0.14.0",
9156 "language",
9157 "log",
9158 "menu",
9159 "outline",
9160 "pretty_assertions",
9161 "project",
9162 "schemars",
9163 "search",
9164 "serde",
9165 "serde_json",
9166 "settings",
9167 "smallvec",
9168 "smol",
9169 "theme",
9170 "ui",
9171 "util",
9172 "workspace",
9173 "worktree",
9174 "zed_actions",
9175]
9176
9177[[package]]
9178name = "outref"
9179version = "0.5.1"
9180source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9182
9183[[package]]
9184name = "overload"
9185version = "0.1.1"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9188
9189[[package]]
9190name = "p256"
9191version = "0.11.1"
9192source = "registry+https://github.com/rust-lang/crates.io-index"
9193checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9194dependencies = [
9195 "ecdsa",
9196 "elliptic-curve",
9197 "sha2",
9198]
9199
9200[[package]]
9201name = "page_size"
9202version = "0.6.0"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9205dependencies = [
9206 "libc",
9207 "winapi",
9208]
9209
9210[[package]]
9211name = "palette"
9212version = "0.7.6"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9215dependencies = [
9216 "approx",
9217 "fast-srgb8",
9218 "palette_derive",
9219]
9220
9221[[package]]
9222name = "palette_derive"
9223version = "0.7.6"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9226dependencies = [
9227 "by_address",
9228 "proc-macro2",
9229 "quote",
9230 "syn 2.0.90",
9231]
9232
9233[[package]]
9234name = "panel"
9235version = "0.1.0"
9236dependencies = [
9237 "editor",
9238 "gpui",
9239 "settings",
9240 "theme",
9241 "ui",
9242 "workspace",
9243]
9244
9245[[package]]
9246name = "parity-tokio-ipc"
9247version = "0.9.0"
9248source = "registry+https://github.com/rust-lang/crates.io-index"
9249checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9250dependencies = [
9251 "futures 0.3.31",
9252 "libc",
9253 "log",
9254 "rand 0.7.3",
9255 "tokio",
9256 "winapi",
9257]
9258
9259[[package]]
9260name = "parking"
9261version = "2.2.1"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9264
9265[[package]]
9266name = "parking_lot"
9267version = "0.12.3"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9270dependencies = [
9271 "lock_api",
9272 "parking_lot_core",
9273]
9274
9275[[package]]
9276name = "parking_lot_core"
9277version = "0.9.10"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9280dependencies = [
9281 "cfg-if",
9282 "libc",
9283 "redox_syscall 0.5.8",
9284 "smallvec",
9285 "windows-targets 0.52.6",
9286]
9287
9288[[package]]
9289name = "password-hash"
9290version = "0.4.2"
9291source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9293dependencies = [
9294 "base64ct",
9295 "rand_core 0.6.4",
9296 "subtle",
9297]
9298
9299[[package]]
9300name = "password-hash"
9301version = "0.5.0"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9304dependencies = [
9305 "base64ct",
9306 "rand_core 0.6.4",
9307 "subtle",
9308]
9309
9310[[package]]
9311name = "paste"
9312version = "1.0.15"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9315
9316[[package]]
9317name = "pathdiff"
9318version = "0.2.3"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9321
9322[[package]]
9323name = "pathfinder_geometry"
9324version = "0.5.1"
9325source = "registry+https://github.com/rust-lang/crates.io-index"
9326checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9327dependencies = [
9328 "log",
9329 "pathfinder_simd",
9330]
9331
9332[[package]]
9333name = "pathfinder_simd"
9334version = "0.5.4"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9337dependencies = [
9338 "rustc_version",
9339]
9340
9341[[package]]
9342name = "paths"
9343version = "0.1.0"
9344dependencies = [
9345 "dirs 4.0.0",
9346 "util",
9347]
9348
9349[[package]]
9350name = "pbjson"
9351version = "0.6.0"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9354dependencies = [
9355 "base64 0.21.7",
9356 "serde",
9357]
9358
9359[[package]]
9360name = "pbjson-build"
9361version = "0.6.2"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9364dependencies = [
9365 "heck 0.4.1",
9366 "itertools 0.11.0",
9367 "prost 0.12.6",
9368 "prost-types 0.12.6",
9369]
9370
9371[[package]]
9372name = "pbjson-types"
9373version = "0.6.0"
9374source = "registry+https://github.com/rust-lang/crates.io-index"
9375checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9376dependencies = [
9377 "bytes 1.10.1",
9378 "chrono",
9379 "pbjson",
9380 "pbjson-build",
9381 "prost 0.12.6",
9382 "prost-build 0.12.6",
9383 "serde",
9384]
9385
9386[[package]]
9387name = "pbkdf2"
9388version = "0.11.0"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9391dependencies = [
9392 "digest",
9393 "hmac",
9394 "password-hash 0.4.2",
9395 "sha2",
9396]
9397
9398[[package]]
9399name = "pbkdf2"
9400version = "0.12.2"
9401source = "registry+https://github.com/rust-lang/crates.io-index"
9402checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9403dependencies = [
9404 "digest",
9405 "hmac",
9406]
9407
9408[[package]]
9409name = "pem"
9410version = "3.0.4"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9413dependencies = [
9414 "base64 0.22.1",
9415 "serde",
9416]
9417
9418[[package]]
9419name = "pem-rfc7468"
9420version = "0.7.0"
9421source = "registry+https://github.com/rust-lang/crates.io-index"
9422checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9423dependencies = [
9424 "base64ct",
9425]
9426
9427[[package]]
9428name = "percent-encoding"
9429version = "2.3.1"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9432
9433[[package]]
9434name = "perplexity"
9435version = "0.1.0"
9436dependencies = [
9437 "serde",
9438 "zed_extension_api 0.3.0",
9439]
9440
9441[[package]]
9442name = "pest"
9443version = "2.7.15"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9446dependencies = [
9447 "memchr",
9448 "thiserror 2.0.6",
9449 "ucd-trie",
9450]
9451
9452[[package]]
9453name = "pest_derive"
9454version = "2.7.15"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9457dependencies = [
9458 "pest",
9459 "pest_generator",
9460]
9461
9462[[package]]
9463name = "pest_generator"
9464version = "2.7.15"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9467dependencies = [
9468 "pest",
9469 "pest_meta",
9470 "proc-macro2",
9471 "quote",
9472 "syn 2.0.90",
9473]
9474
9475[[package]]
9476name = "pest_meta"
9477version = "2.7.15"
9478source = "registry+https://github.com/rust-lang/crates.io-index"
9479checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9480dependencies = [
9481 "once_cell",
9482 "pest",
9483 "sha2",
9484]
9485
9486[[package]]
9487name = "pet"
9488version = "0.1.0"
9489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9490dependencies = [
9491 "clap",
9492 "env_logger 0.10.2",
9493 "lazy_static",
9494 "log",
9495 "msvc_spectre_libs",
9496 "pet-conda",
9497 "pet-core",
9498 "pet-env-var-path",
9499 "pet-fs",
9500 "pet-global-virtualenvs",
9501 "pet-homebrew",
9502 "pet-jsonrpc",
9503 "pet-linux-global-python",
9504 "pet-mac-commandlinetools",
9505 "pet-mac-python-org",
9506 "pet-mac-xcode",
9507 "pet-pipenv",
9508 "pet-pixi",
9509 "pet-poetry",
9510 "pet-pyenv",
9511 "pet-python-utils",
9512 "pet-reporter",
9513 "pet-telemetry",
9514 "pet-venv",
9515 "pet-virtualenv",
9516 "pet-virtualenvwrapper",
9517 "pet-windows-registry",
9518 "pet-windows-store",
9519 "serde",
9520 "serde_json",
9521]
9522
9523[[package]]
9524name = "pet-conda"
9525version = "0.1.0"
9526source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9527dependencies = [
9528 "env_logger 0.10.2",
9529 "lazy_static",
9530 "log",
9531 "msvc_spectre_libs",
9532 "pet-core",
9533 "pet-fs",
9534 "pet-python-utils",
9535 "pet-reporter",
9536 "regex",
9537 "serde",
9538 "serde_json",
9539 "yaml-rust2",
9540]
9541
9542[[package]]
9543name = "pet-core"
9544version = "0.1.0"
9545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9546dependencies = [
9547 "clap",
9548 "lazy_static",
9549 "log",
9550 "msvc_spectre_libs",
9551 "pet-fs",
9552 "regex",
9553 "serde",
9554 "serde_json",
9555]
9556
9557[[package]]
9558name = "pet-env-var-path"
9559version = "0.1.0"
9560source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9561dependencies = [
9562 "lazy_static",
9563 "log",
9564 "msvc_spectre_libs",
9565 "pet-conda",
9566 "pet-core",
9567 "pet-fs",
9568 "pet-python-utils",
9569 "pet-virtualenv",
9570 "regex",
9571]
9572
9573[[package]]
9574name = "pet-fs"
9575version = "0.1.0"
9576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9577dependencies = [
9578 "log",
9579 "msvc_spectre_libs",
9580]
9581
9582[[package]]
9583name = "pet-global-virtualenvs"
9584version = "0.1.0"
9585source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9586dependencies = [
9587 "log",
9588 "msvc_spectre_libs",
9589 "pet-conda",
9590 "pet-core",
9591 "pet-fs",
9592 "pet-virtualenv",
9593]
9594
9595[[package]]
9596name = "pet-homebrew"
9597version = "0.1.0"
9598source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9599dependencies = [
9600 "lazy_static",
9601 "log",
9602 "msvc_spectre_libs",
9603 "pet-conda",
9604 "pet-core",
9605 "pet-fs",
9606 "pet-python-utils",
9607 "pet-virtualenv",
9608 "regex",
9609 "serde",
9610 "serde_json",
9611]
9612
9613[[package]]
9614name = "pet-jsonrpc"
9615version = "0.1.0"
9616source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9617dependencies = [
9618 "env_logger 0.10.2",
9619 "log",
9620 "msvc_spectre_libs",
9621 "pet-core",
9622 "serde",
9623 "serde_json",
9624]
9625
9626[[package]]
9627name = "pet-linux-global-python"
9628version = "0.1.0"
9629source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9630dependencies = [
9631 "log",
9632 "msvc_spectre_libs",
9633 "pet-core",
9634 "pet-fs",
9635 "pet-python-utils",
9636 "pet-virtualenv",
9637]
9638
9639[[package]]
9640name = "pet-mac-commandlinetools"
9641version = "0.1.0"
9642source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9643dependencies = [
9644 "log",
9645 "msvc_spectre_libs",
9646 "pet-core",
9647 "pet-fs",
9648 "pet-python-utils",
9649 "pet-virtualenv",
9650]
9651
9652[[package]]
9653name = "pet-mac-python-org"
9654version = "0.1.0"
9655source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9656dependencies = [
9657 "log",
9658 "msvc_spectre_libs",
9659 "pet-core",
9660 "pet-fs",
9661 "pet-python-utils",
9662 "pet-virtualenv",
9663]
9664
9665[[package]]
9666name = "pet-mac-xcode"
9667version = "0.1.0"
9668source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9669dependencies = [
9670 "log",
9671 "msvc_spectre_libs",
9672 "pet-core",
9673 "pet-fs",
9674 "pet-python-utils",
9675 "pet-virtualenv",
9676]
9677
9678[[package]]
9679name = "pet-pipenv"
9680version = "0.1.0"
9681source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9682dependencies = [
9683 "log",
9684 "msvc_spectre_libs",
9685 "pet-core",
9686 "pet-fs",
9687 "pet-python-utils",
9688 "pet-virtualenv",
9689]
9690
9691[[package]]
9692name = "pet-pixi"
9693version = "0.1.0"
9694source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9695dependencies = [
9696 "log",
9697 "msvc_spectre_libs",
9698 "pet-conda",
9699 "pet-core",
9700 "pet-python-utils",
9701]
9702
9703[[package]]
9704name = "pet-poetry"
9705version = "0.1.0"
9706source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9707dependencies = [
9708 "base64 0.22.1",
9709 "lazy_static",
9710 "log",
9711 "msvc_spectre_libs",
9712 "pet-core",
9713 "pet-fs",
9714 "pet-python-utils",
9715 "pet-reporter",
9716 "pet-virtualenv",
9717 "regex",
9718 "serde",
9719 "serde_json",
9720 "sha2",
9721 "toml 0.8.20",
9722]
9723
9724[[package]]
9725name = "pet-pyenv"
9726version = "0.1.0"
9727source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9728dependencies = [
9729 "lazy_static",
9730 "log",
9731 "msvc_spectre_libs",
9732 "pet-conda",
9733 "pet-core",
9734 "pet-fs",
9735 "pet-python-utils",
9736 "pet-reporter",
9737 "regex",
9738 "serde",
9739 "serde_json",
9740]
9741
9742[[package]]
9743name = "pet-python-utils"
9744version = "0.1.0"
9745source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9746dependencies = [
9747 "env_logger 0.10.2",
9748 "lazy_static",
9749 "log",
9750 "msvc_spectre_libs",
9751 "pet-core",
9752 "pet-fs",
9753 "regex",
9754 "serde",
9755 "serde_json",
9756 "sha2",
9757]
9758
9759[[package]]
9760name = "pet-reporter"
9761version = "0.1.0"
9762source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9763dependencies = [
9764 "env_logger 0.10.2",
9765 "log",
9766 "msvc_spectre_libs",
9767 "pet-core",
9768 "pet-jsonrpc",
9769 "serde",
9770 "serde_json",
9771]
9772
9773[[package]]
9774name = "pet-telemetry"
9775version = "0.1.0"
9776source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9777dependencies = [
9778 "env_logger 0.10.2",
9779 "lazy_static",
9780 "log",
9781 "msvc_spectre_libs",
9782 "pet-core",
9783 "pet-fs",
9784 "pet-python-utils",
9785 "regex",
9786]
9787
9788[[package]]
9789name = "pet-venv"
9790version = "0.1.0"
9791source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9792dependencies = [
9793 "log",
9794 "msvc_spectre_libs",
9795 "pet-core",
9796 "pet-python-utils",
9797 "pet-virtualenv",
9798]
9799
9800[[package]]
9801name = "pet-virtualenv"
9802version = "0.1.0"
9803source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9804dependencies = [
9805 "log",
9806 "msvc_spectre_libs",
9807 "pet-core",
9808 "pet-fs",
9809 "pet-python-utils",
9810]
9811
9812[[package]]
9813name = "pet-virtualenvwrapper"
9814version = "0.1.0"
9815source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9816dependencies = [
9817 "log",
9818 "msvc_spectre_libs",
9819 "pet-core",
9820 "pet-fs",
9821 "pet-python-utils",
9822 "pet-virtualenv",
9823]
9824
9825[[package]]
9826name = "pet-windows-registry"
9827version = "0.1.0"
9828source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9829dependencies = [
9830 "lazy_static",
9831 "log",
9832 "msvc_spectre_libs",
9833 "pet-conda",
9834 "pet-core",
9835 "pet-fs",
9836 "pet-python-utils",
9837 "pet-virtualenv",
9838 "pet-windows-store",
9839 "regex",
9840 "winreg 0.52.0",
9841]
9842
9843[[package]]
9844name = "pet-windows-store"
9845version = "0.1.0"
9846source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9847dependencies = [
9848 "lazy_static",
9849 "log",
9850 "msvc_spectre_libs",
9851 "pet-core",
9852 "pet-fs",
9853 "pet-python-utils",
9854 "pet-virtualenv",
9855 "regex",
9856 "winreg 0.52.0",
9857]
9858
9859[[package]]
9860name = "petgraph"
9861version = "0.6.5"
9862source = "registry+https://github.com/rust-lang/crates.io-index"
9863checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9864dependencies = [
9865 "fixedbitset",
9866 "indexmap",
9867]
9868
9869[[package]]
9870name = "phf"
9871version = "0.11.2"
9872source = "registry+https://github.com/rust-lang/crates.io-index"
9873checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9874dependencies = [
9875 "phf_macros",
9876 "phf_shared 0.11.2",
9877]
9878
9879[[package]]
9880name = "phf_codegen"
9881version = "0.11.2"
9882source = "registry+https://github.com/rust-lang/crates.io-index"
9883checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9884dependencies = [
9885 "phf_generator 0.11.2",
9886 "phf_shared 0.11.2",
9887]
9888
9889[[package]]
9890name = "phf_generator"
9891version = "0.10.0"
9892source = "registry+https://github.com/rust-lang/crates.io-index"
9893checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9894dependencies = [
9895 "phf_shared 0.10.0",
9896 "rand 0.8.5",
9897]
9898
9899[[package]]
9900name = "phf_generator"
9901version = "0.11.2"
9902source = "registry+https://github.com/rust-lang/crates.io-index"
9903checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9904dependencies = [
9905 "phf_shared 0.11.2",
9906 "rand 0.8.5",
9907]
9908
9909[[package]]
9910name = "phf_macros"
9911version = "0.11.2"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9914dependencies = [
9915 "phf_generator 0.11.2",
9916 "phf_shared 0.11.2",
9917 "proc-macro2",
9918 "quote",
9919 "syn 2.0.90",
9920]
9921
9922[[package]]
9923name = "phf_shared"
9924version = "0.10.0"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9927dependencies = [
9928 "siphasher 0.3.11",
9929]
9930
9931[[package]]
9932name = "phf_shared"
9933version = "0.11.2"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9936dependencies = [
9937 "siphasher 0.3.11",
9938]
9939
9940[[package]]
9941name = "picker"
9942version = "0.1.0"
9943dependencies = [
9944 "anyhow",
9945 "ctor",
9946 "editor",
9947 "env_logger 0.11.6",
9948 "gpui",
9949 "menu",
9950 "schemars",
9951 "serde",
9952 "serde_json",
9953 "ui",
9954 "util",
9955 "workspace",
9956]
9957
9958[[package]]
9959name = "pico-args"
9960version = "0.5.0"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9963
9964[[package]]
9965name = "pin-project"
9966version = "1.1.7"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9969dependencies = [
9970 "pin-project-internal",
9971]
9972
9973[[package]]
9974name = "pin-project-internal"
9975version = "1.1.7"
9976source = "registry+https://github.com/rust-lang/crates.io-index"
9977checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9978dependencies = [
9979 "proc-macro2",
9980 "quote",
9981 "syn 2.0.90",
9982]
9983
9984[[package]]
9985name = "pin-project-lite"
9986version = "0.2.16"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9989
9990[[package]]
9991name = "pin-utils"
9992version = "0.1.0"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9995
9996[[package]]
9997name = "piper"
9998version = "0.2.4"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10001dependencies = [
10002 "atomic-waker",
10003 "fastrand 2.3.0",
10004 "futures-io",
10005]
10006
10007[[package]]
10008name = "pkcs1"
10009version = "0.7.5"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10012dependencies = [
10013 "der 0.7.9",
10014 "pkcs8 0.10.2",
10015 "spki 0.7.3",
10016]
10017
10018[[package]]
10019name = "pkcs8"
10020version = "0.9.0"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10023dependencies = [
10024 "der 0.6.1",
10025 "spki 0.6.0",
10026]
10027
10028[[package]]
10029name = "pkcs8"
10030version = "0.10.2"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10033dependencies = [
10034 "der 0.7.9",
10035 "spki 0.7.3",
10036]
10037
10038[[package]]
10039name = "pkg-config"
10040version = "0.3.31"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10043
10044[[package]]
10045name = "plist"
10046version = "1.7.0"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10049dependencies = [
10050 "base64 0.22.1",
10051 "indexmap",
10052 "quick-xml 0.32.0",
10053 "serde",
10054 "time",
10055]
10056
10057[[package]]
10058name = "plotters"
10059version = "0.3.7"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10062dependencies = [
10063 "num-traits",
10064 "plotters-backend",
10065 "plotters-svg",
10066 "wasm-bindgen",
10067 "web-sys",
10068]
10069
10070[[package]]
10071name = "plotters-backend"
10072version = "0.3.7"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10075
10076[[package]]
10077name = "plotters-svg"
10078version = "0.3.7"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10081dependencies = [
10082 "plotters-backend",
10083]
10084
10085[[package]]
10086name = "png"
10087version = "0.17.15"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10090dependencies = [
10091 "bitflags 1.3.2",
10092 "crc32fast",
10093 "fdeflate",
10094 "flate2",
10095 "miniz_oxide",
10096]
10097
10098[[package]]
10099name = "polling"
10100version = "3.7.4"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10103dependencies = [
10104 "cfg-if",
10105 "concurrent-queue",
10106 "hermit-abi 0.4.0",
10107 "pin-project-lite",
10108 "rustix",
10109 "tracing",
10110 "windows-sys 0.59.0",
10111]
10112
10113[[package]]
10114name = "pollster"
10115version = "0.2.5"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10118
10119[[package]]
10120name = "postage"
10121version = "0.5.0"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10124dependencies = [
10125 "atomic",
10126 "crossbeam-queue",
10127 "futures 0.3.31",
10128 "log",
10129 "parking_lot",
10130 "pin-project",
10131 "pollster",
10132 "static_assertions",
10133 "thiserror 1.0.69",
10134]
10135
10136[[package]]
10137name = "postcard"
10138version = "1.1.1"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10141dependencies = [
10142 "cobs",
10143 "embedded-io 0.4.0",
10144 "embedded-io 0.6.1",
10145 "serde",
10146]
10147
10148[[package]]
10149name = "powerfmt"
10150version = "0.2.0"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10153
10154[[package]]
10155name = "ppv-lite86"
10156version = "0.2.20"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10159dependencies = [
10160 "zerocopy 0.7.35",
10161]
10162
10163[[package]]
10164name = "precomputed-hash"
10165version = "0.1.1"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10168
10169[[package]]
10170name = "prettier"
10171version = "0.1.0"
10172dependencies = [
10173 "anyhow",
10174 "collections",
10175 "fs",
10176 "gpui",
10177 "language",
10178 "log",
10179 "lsp",
10180 "node_runtime",
10181 "parking_lot",
10182 "paths",
10183 "serde",
10184 "serde_json",
10185 "util",
10186]
10187
10188[[package]]
10189name = "pretty_assertions"
10190version = "1.4.1"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10193dependencies = [
10194 "diff",
10195 "yansi",
10196]
10197
10198[[package]]
10199name = "prettyplease"
10200version = "0.2.25"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10203dependencies = [
10204 "proc-macro2",
10205 "syn 2.0.90",
10206]
10207
10208[[package]]
10209name = "proc-macro-crate"
10210version = "3.2.0"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10213dependencies = [
10214 "toml_edit",
10215]
10216
10217[[package]]
10218name = "proc-macro-error-attr2"
10219version = "2.0.0"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10222dependencies = [
10223 "proc-macro2",
10224 "quote",
10225]
10226
10227[[package]]
10228name = "proc-macro-error2"
10229version = "2.0.1"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10232dependencies = [
10233 "proc-macro-error-attr2",
10234 "proc-macro2",
10235 "quote",
10236 "syn 2.0.90",
10237]
10238
10239[[package]]
10240name = "proc-macro2"
10241version = "1.0.93"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10244dependencies = [
10245 "unicode-ident",
10246]
10247
10248[[package]]
10249name = "proc-macro2-diagnostics"
10250version = "0.10.1"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10253dependencies = [
10254 "proc-macro2",
10255 "quote",
10256 "syn 2.0.90",
10257 "version_check",
10258 "yansi",
10259]
10260
10261[[package]]
10262name = "profiling"
10263version = "1.0.16"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10266dependencies = [
10267 "profiling-procmacros",
10268]
10269
10270[[package]]
10271name = "profiling-procmacros"
10272version = "1.0.16"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10275dependencies = [
10276 "quote",
10277 "syn 2.0.90",
10278]
10279
10280[[package]]
10281name = "project"
10282version = "0.1.0"
10283dependencies = [
10284 "aho-corasick",
10285 "anyhow",
10286 "askpass",
10287 "async-trait",
10288 "buffer_diff",
10289 "client",
10290 "clock",
10291 "collections",
10292 "env_logger 0.11.6",
10293 "fancy-regex 0.14.0",
10294 "fs",
10295 "futures 0.3.31",
10296 "fuzzy",
10297 "git",
10298 "git2",
10299 "globset",
10300 "gpui",
10301 "http_client",
10302 "image",
10303 "itertools 0.14.0",
10304 "language",
10305 "log",
10306 "lsp",
10307 "node_runtime",
10308 "parking_lot",
10309 "pathdiff",
10310 "paths",
10311 "postage",
10312 "prettier",
10313 "pretty_assertions",
10314 "rand 0.8.5",
10315 "regex",
10316 "release_channel",
10317 "remote",
10318 "rpc",
10319 "schemars",
10320 "serde",
10321 "serde_json",
10322 "settings",
10323 "sha2",
10324 "shellexpand 2.1.2",
10325 "shlex",
10326 "smol",
10327 "snippet",
10328 "snippet_provider",
10329 "task",
10330 "tempfile",
10331 "terminal",
10332 "text",
10333 "toml 0.8.20",
10334 "unindent",
10335 "url",
10336 "util",
10337 "which 6.0.3",
10338 "worktree",
10339]
10340
10341[[package]]
10342name = "project_panel"
10343version = "0.1.0"
10344dependencies = [
10345 "anyhow",
10346 "client",
10347 "collections",
10348 "command_palette_hooks",
10349 "db",
10350 "editor",
10351 "file_icons",
10352 "git",
10353 "gpui",
10354 "indexmap",
10355 "language",
10356 "menu",
10357 "pretty_assertions",
10358 "project",
10359 "schemars",
10360 "search",
10361 "serde",
10362 "serde_derive",
10363 "serde_json",
10364 "settings",
10365 "smallvec",
10366 "theme",
10367 "ui",
10368 "util",
10369 "workspace",
10370 "worktree",
10371 "zed_actions",
10372]
10373
10374[[package]]
10375name = "project_symbols"
10376version = "0.1.0"
10377dependencies = [
10378 "anyhow",
10379 "editor",
10380 "futures 0.3.31",
10381 "fuzzy",
10382 "gpui",
10383 "language",
10384 "lsp",
10385 "ordered-float 2.10.1",
10386 "picker",
10387 "project",
10388 "release_channel",
10389 "serde_json",
10390 "settings",
10391 "theme",
10392 "util",
10393 "workspace",
10394]
10395
10396[[package]]
10397name = "prometheus"
10398version = "0.13.4"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10401dependencies = [
10402 "cfg-if",
10403 "fnv",
10404 "lazy_static",
10405 "memchr",
10406 "parking_lot",
10407 "protobuf",
10408 "thiserror 1.0.69",
10409]
10410
10411[[package]]
10412name = "prompt_library"
10413version = "0.1.0"
10414dependencies = [
10415 "anyhow",
10416 "collections",
10417 "editor",
10418 "gpui",
10419 "language",
10420 "language_model",
10421 "log",
10422 "menu",
10423 "picker",
10424 "prompt_store",
10425 "release_channel",
10426 "rope",
10427 "serde",
10428 "settings",
10429 "theme",
10430 "ui",
10431 "util",
10432 "workspace",
10433 "zed_actions",
10434]
10435
10436[[package]]
10437name = "prompt_store"
10438version = "0.1.0"
10439dependencies = [
10440 "anyhow",
10441 "assets",
10442 "chrono",
10443 "collections",
10444 "fs",
10445 "futures 0.3.31",
10446 "fuzzy",
10447 "gpui",
10448 "handlebars 4.5.0",
10449 "heed",
10450 "language",
10451 "log",
10452 "parking_lot",
10453 "paths",
10454 "rope",
10455 "serde",
10456 "text",
10457 "util",
10458 "uuid",
10459]
10460
10461[[package]]
10462name = "prost"
10463version = "0.9.0"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10466dependencies = [
10467 "bytes 1.10.1",
10468 "prost-derive 0.9.0",
10469]
10470
10471[[package]]
10472name = "prost"
10473version = "0.12.6"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10476dependencies = [
10477 "bytes 1.10.1",
10478 "prost-derive 0.12.6",
10479]
10480
10481[[package]]
10482name = "prost-build"
10483version = "0.9.0"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10486dependencies = [
10487 "bytes 1.10.1",
10488 "heck 0.3.3",
10489 "itertools 0.10.5",
10490 "lazy_static",
10491 "log",
10492 "multimap 0.8.3",
10493 "petgraph",
10494 "prost 0.9.0",
10495 "prost-types 0.9.0",
10496 "regex",
10497 "tempfile",
10498 "which 4.4.2",
10499]
10500
10501[[package]]
10502name = "prost-build"
10503version = "0.12.6"
10504source = "registry+https://github.com/rust-lang/crates.io-index"
10505checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10506dependencies = [
10507 "bytes 1.10.1",
10508 "heck 0.5.0",
10509 "itertools 0.10.5",
10510 "log",
10511 "multimap 0.10.0",
10512 "once_cell",
10513 "petgraph",
10514 "prettyplease",
10515 "prost 0.12.6",
10516 "prost-types 0.12.6",
10517 "regex",
10518 "syn 2.0.90",
10519 "tempfile",
10520]
10521
10522[[package]]
10523name = "prost-derive"
10524version = "0.9.0"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10527dependencies = [
10528 "anyhow",
10529 "itertools 0.10.5",
10530 "proc-macro2",
10531 "quote",
10532 "syn 1.0.109",
10533]
10534
10535[[package]]
10536name = "prost-derive"
10537version = "0.12.6"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10540dependencies = [
10541 "anyhow",
10542 "itertools 0.10.5",
10543 "proc-macro2",
10544 "quote",
10545 "syn 2.0.90",
10546]
10547
10548[[package]]
10549name = "prost-types"
10550version = "0.9.0"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10553dependencies = [
10554 "bytes 1.10.1",
10555 "prost 0.9.0",
10556]
10557
10558[[package]]
10559name = "prost-types"
10560version = "0.12.6"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10563dependencies = [
10564 "prost 0.12.6",
10565]
10566
10567[[package]]
10568name = "proto"
10569version = "0.1.0"
10570dependencies = [
10571 "anyhow",
10572 "collections",
10573 "prost 0.9.0",
10574 "prost-build 0.9.0",
10575 "serde",
10576]
10577
10578[[package]]
10579name = "protobuf"
10580version = "2.28.0"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10583
10584[[package]]
10585name = "psm"
10586version = "0.1.24"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10589dependencies = [
10590 "cc",
10591]
10592
10593[[package]]
10594name = "ptr_meta"
10595version = "0.1.4"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10598dependencies = [
10599 "ptr_meta_derive",
10600]
10601
10602[[package]]
10603name = "ptr_meta_derive"
10604version = "0.1.4"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10607dependencies = [
10608 "proc-macro2",
10609 "quote",
10610 "syn 1.0.109",
10611]
10612
10613[[package]]
10614name = "pulldown-cmark"
10615version = "0.10.3"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10618dependencies = [
10619 "bitflags 2.8.0",
10620 "memchr",
10621 "pulldown-cmark-escape",
10622 "unicase",
10623]
10624
10625[[package]]
10626name = "pulldown-cmark"
10627version = "0.12.2"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10630dependencies = [
10631 "bitflags 2.8.0",
10632 "memchr",
10633 "unicase",
10634]
10635
10636[[package]]
10637name = "pulldown-cmark-escape"
10638version = "0.10.1"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10641
10642[[package]]
10643name = "pulley-interpreter"
10644version = "29.0.1"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10647dependencies = [
10648 "cranelift-bitset",
10649 "log",
10650 "sptr",
10651 "wasmtime-math",
10652]
10653
10654[[package]]
10655name = "qoi"
10656version = "0.4.1"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10659dependencies = [
10660 "bytemuck",
10661]
10662
10663[[package]]
10664name = "quick-error"
10665version = "2.0.1"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10668
10669[[package]]
10670name = "quick-xml"
10671version = "0.32.0"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10674dependencies = [
10675 "memchr",
10676]
10677
10678[[package]]
10679name = "quick-xml"
10680version = "0.37.2"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10683dependencies = [
10684 "memchr",
10685]
10686
10687[[package]]
10688name = "quinn"
10689version = "0.11.6"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10692dependencies = [
10693 "bytes 1.10.1",
10694 "pin-project-lite",
10695 "quinn-proto",
10696 "quinn-udp",
10697 "rustc-hash 2.1.1",
10698 "rustls 0.23.23",
10699 "socket2",
10700 "thiserror 2.0.6",
10701 "tokio",
10702 "tracing",
10703]
10704
10705[[package]]
10706name = "quinn-proto"
10707version = "0.11.9"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10710dependencies = [
10711 "bytes 1.10.1",
10712 "getrandom 0.2.15",
10713 "rand 0.8.5",
10714 "ring",
10715 "rustc-hash 2.1.1",
10716 "rustls 0.23.23",
10717 "rustls-pki-types",
10718 "slab",
10719 "thiserror 2.0.6",
10720 "tinyvec",
10721 "tracing",
10722 "web-time",
10723]
10724
10725[[package]]
10726name = "quinn-udp"
10727version = "0.5.9"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10730dependencies = [
10731 "cfg_aliases 0.2.1",
10732 "libc",
10733 "once_cell",
10734 "socket2",
10735 "tracing",
10736 "windows-sys 0.59.0",
10737]
10738
10739[[package]]
10740name = "quote"
10741version = "1.0.38"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10744dependencies = [
10745 "proc-macro2",
10746]
10747
10748[[package]]
10749name = "radium"
10750version = "0.7.0"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10753
10754[[package]]
10755name = "rand"
10756version = "0.7.3"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10759dependencies = [
10760 "getrandom 0.1.16",
10761 "libc",
10762 "rand_chacha 0.2.2",
10763 "rand_core 0.5.1",
10764 "rand_hc",
10765]
10766
10767[[package]]
10768name = "rand"
10769version = "0.8.5"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10772dependencies = [
10773 "libc",
10774 "rand_chacha 0.3.1",
10775 "rand_core 0.6.4",
10776]
10777
10778[[package]]
10779name = "rand"
10780version = "0.9.0"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10783dependencies = [
10784 "rand_chacha 0.9.0",
10785 "rand_core 0.9.0",
10786 "zerocopy 0.8.18",
10787]
10788
10789[[package]]
10790name = "rand_chacha"
10791version = "0.2.2"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10794dependencies = [
10795 "ppv-lite86",
10796 "rand_core 0.5.1",
10797]
10798
10799[[package]]
10800name = "rand_chacha"
10801version = "0.3.1"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10804dependencies = [
10805 "ppv-lite86",
10806 "rand_core 0.6.4",
10807]
10808
10809[[package]]
10810name = "rand_chacha"
10811version = "0.9.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10814dependencies = [
10815 "ppv-lite86",
10816 "rand_core 0.9.0",
10817]
10818
10819[[package]]
10820name = "rand_core"
10821version = "0.5.1"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10824dependencies = [
10825 "getrandom 0.1.16",
10826]
10827
10828[[package]]
10829name = "rand_core"
10830version = "0.6.4"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10833dependencies = [
10834 "getrandom 0.2.15",
10835]
10836
10837[[package]]
10838name = "rand_core"
10839version = "0.9.0"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10842dependencies = [
10843 "getrandom 0.3.1",
10844 "zerocopy 0.8.18",
10845]
10846
10847[[package]]
10848name = "rand_hc"
10849version = "0.2.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10852dependencies = [
10853 "rand_core 0.5.1",
10854]
10855
10856[[package]]
10857name = "rangemap"
10858version = "1.5.1"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10861
10862[[package]]
10863name = "rav1e"
10864version = "0.7.1"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10867dependencies = [
10868 "arbitrary",
10869 "arg_enum_proc_macro",
10870 "arrayvec",
10871 "av1-grain",
10872 "bitstream-io",
10873 "built",
10874 "cfg-if",
10875 "interpolate_name",
10876 "itertools 0.12.1",
10877 "libc",
10878 "libfuzzer-sys",
10879 "log",
10880 "maybe-rayon",
10881 "new_debug_unreachable",
10882 "noop_proc_macro",
10883 "num-derive",
10884 "num-traits",
10885 "once_cell",
10886 "paste",
10887 "profiling",
10888 "rand 0.8.5",
10889 "rand_chacha 0.3.1",
10890 "simd_helpers",
10891 "system-deps",
10892 "thiserror 1.0.69",
10893 "v_frame",
10894 "wasm-bindgen",
10895]
10896
10897[[package]]
10898name = "ravif"
10899version = "0.11.11"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10902dependencies = [
10903 "avif-serialize",
10904 "imgref",
10905 "loop9",
10906 "quick-error",
10907 "rav1e",
10908 "rayon",
10909 "rgb",
10910]
10911
10912[[package]]
10913name = "raw-window-handle"
10914version = "0.6.2"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10917
10918[[package]]
10919name = "raw-window-metal"
10920version = "0.4.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10923dependencies = [
10924 "cocoa 0.25.0",
10925 "core-graphics 0.23.2",
10926 "objc",
10927 "raw-window-handle",
10928]
10929
10930[[package]]
10931name = "rayon"
10932version = "1.10.0"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10935dependencies = [
10936 "either",
10937 "rayon-core",
10938]
10939
10940[[package]]
10941name = "rayon-core"
10942version = "1.12.1"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10945dependencies = [
10946 "crossbeam-deque",
10947 "crossbeam-utils",
10948]
10949
10950[[package]]
10951name = "read-fonts"
10952version = "0.22.5"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10955dependencies = [
10956 "bytemuck",
10957 "font-types",
10958]
10959
10960[[package]]
10961name = "recent_projects"
10962version = "0.1.0"
10963dependencies = [
10964 "anyhow",
10965 "auto_update",
10966 "editor",
10967 "extension_host",
10968 "file_finder",
10969 "futures 0.3.31",
10970 "fuzzy",
10971 "gpui",
10972 "language",
10973 "log",
10974 "markdown",
10975 "menu",
10976 "ordered-float 2.10.1",
10977 "paths",
10978 "picker",
10979 "project",
10980 "release_channel",
10981 "remote",
10982 "schemars",
10983 "serde",
10984 "serde_json",
10985 "settings",
10986 "smol",
10987 "task",
10988 "telemetry",
10989 "theme",
10990 "ui",
10991 "util",
10992 "workspace",
10993 "zed_actions",
10994]
10995
10996[[package]]
10997name = "redox_syscall"
10998version = "0.2.16"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11001dependencies = [
11002 "bitflags 1.3.2",
11003]
11004
11005[[package]]
11006name = "redox_syscall"
11007version = "0.5.8"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11010dependencies = [
11011 "bitflags 2.8.0",
11012]
11013
11014[[package]]
11015name = "redox_users"
11016version = "0.4.6"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11019dependencies = [
11020 "getrandom 0.2.15",
11021 "libredox",
11022 "thiserror 1.0.69",
11023]
11024
11025[[package]]
11026name = "refineable"
11027version = "0.1.0"
11028dependencies = [
11029 "derive_refineable",
11030]
11031
11032[[package]]
11033name = "regalloc2"
11034version = "0.11.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11037dependencies = [
11038 "allocator-api2",
11039 "bumpalo",
11040 "hashbrown 0.15.2",
11041 "log",
11042 "rustc-hash 2.1.1",
11043 "smallvec",
11044]
11045
11046[[package]]
11047name = "regex"
11048version = "1.11.1"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11051dependencies = [
11052 "aho-corasick",
11053 "memchr",
11054 "regex-automata 0.4.9",
11055 "regex-syntax 0.8.5",
11056]
11057
11058[[package]]
11059name = "regex-automata"
11060version = "0.1.10"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11063dependencies = [
11064 "regex-syntax 0.6.29",
11065]
11066
11067[[package]]
11068name = "regex-automata"
11069version = "0.4.9"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11072dependencies = [
11073 "aho-corasick",
11074 "memchr",
11075 "regex-syntax 0.8.5",
11076]
11077
11078[[package]]
11079name = "regex-lite"
11080version = "0.1.6"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11083
11084[[package]]
11085name = "regex-syntax"
11086version = "0.6.29"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11089
11090[[package]]
11091name = "regex-syntax"
11092version = "0.8.5"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11095
11096[[package]]
11097name = "release_channel"
11098version = "0.1.0"
11099dependencies = [
11100 "gpui",
11101]
11102
11103[[package]]
11104name = "remote"
11105version = "0.1.0"
11106dependencies = [
11107 "anyhow",
11108 "askpass",
11109 "async-trait",
11110 "collections",
11111 "fs",
11112 "futures 0.3.31",
11113 "gpui",
11114 "itertools 0.14.0",
11115 "log",
11116 "parking_lot",
11117 "paths",
11118 "prost 0.9.0",
11119 "release_channel",
11120 "rpc",
11121 "schemars",
11122 "serde",
11123 "serde_json",
11124 "shlex",
11125 "smol",
11126 "tempfile",
11127 "thiserror 1.0.69",
11128 "util",
11129]
11130
11131[[package]]
11132name = "remote_server"
11133version = "0.1.0"
11134dependencies = [
11135 "anyhow",
11136 "async-watch",
11137 "backtrace",
11138 "cargo_toml",
11139 "chrono",
11140 "clap",
11141 "client",
11142 "clock",
11143 "env_logger 0.11.6",
11144 "extension",
11145 "extension_host",
11146 "fork",
11147 "fs",
11148 "futures 0.3.31",
11149 "git",
11150 "git_hosting_providers",
11151 "gpui",
11152 "gpui_tokio",
11153 "http_client",
11154 "language",
11155 "language_extension",
11156 "languages",
11157 "libc",
11158 "log",
11159 "lsp",
11160 "node_runtime",
11161 "paths",
11162 "project",
11163 "proto",
11164 "release_channel",
11165 "remote",
11166 "reqwest_client",
11167 "rpc",
11168 "rust-embed",
11169 "serde",
11170 "serde_json",
11171 "settings",
11172 "shellexpand 2.1.2",
11173 "smol",
11174 "sysinfo",
11175 "telemetry_events",
11176 "toml 0.8.20",
11177 "unindent",
11178 "util",
11179 "worktree",
11180]
11181
11182[[package]]
11183name = "rend"
11184version = "0.4.2"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11187dependencies = [
11188 "bytecheck",
11189]
11190
11191[[package]]
11192name = "repl"
11193version = "0.1.0"
11194dependencies = [
11195 "alacritty_terminal",
11196 "anyhow",
11197 "async-dispatcher",
11198 "async-tungstenite",
11199 "base64 0.22.1",
11200 "client",
11201 "collections",
11202 "command_palette_hooks",
11203 "editor",
11204 "env_logger 0.11.6",
11205 "feature_flags",
11206 "file_icons",
11207 "futures 0.3.31",
11208 "gpui",
11209 "http_client",
11210 "image",
11211 "indoc",
11212 "jupyter-protocol",
11213 "jupyter-websocket-client",
11214 "language",
11215 "languages",
11216 "log",
11217 "markdown_preview",
11218 "menu",
11219 "multi_buffer",
11220 "nbformat",
11221 "picker",
11222 "project",
11223 "runtimelib",
11224 "schemars",
11225 "serde",
11226 "serde_json",
11227 "settings",
11228 "smol",
11229 "telemetry",
11230 "terminal",
11231 "terminal_view",
11232 "theme",
11233 "tree-sitter-md",
11234 "tree-sitter-python",
11235 "tree-sitter-typescript",
11236 "ui",
11237 "util",
11238 "uuid",
11239 "workspace",
11240]
11241
11242[[package]]
11243name = "reqwest"
11244version = "0.11.27"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11247dependencies = [
11248 "base64 0.21.7",
11249 "bytes 1.10.1",
11250 "encoding_rs",
11251 "futures-core",
11252 "futures-util",
11253 "h2 0.3.26",
11254 "http 0.2.12",
11255 "http-body 0.4.6",
11256 "hyper 0.14.32",
11257 "hyper-rustls 0.24.2",
11258 "hyper-tls",
11259 "ipnet",
11260 "js-sys",
11261 "log",
11262 "mime",
11263 "native-tls",
11264 "once_cell",
11265 "percent-encoding",
11266 "pin-project-lite",
11267 "rustls 0.21.12",
11268 "rustls-native-certs 0.6.3",
11269 "rustls-pemfile 1.0.4",
11270 "serde",
11271 "serde_json",
11272 "serde_urlencoded",
11273 "sync_wrapper 0.1.2",
11274 "system-configuration 0.5.1",
11275 "tokio",
11276 "tokio-native-tls",
11277 "tokio-rustls 0.24.1",
11278 "tower-service",
11279 "url",
11280 "wasm-bindgen",
11281 "wasm-bindgen-futures",
11282 "web-sys",
11283 "winreg 0.50.0",
11284]
11285
11286[[package]]
11287name = "reqwest"
11288version = "0.12.8"
11289source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11290dependencies = [
11291 "base64 0.22.1",
11292 "bytes 1.10.1",
11293 "encoding_rs",
11294 "futures-core",
11295 "futures-util",
11296 "h2 0.4.7",
11297 "http 1.2.0",
11298 "http-body 1.0.1",
11299 "http-body-util",
11300 "hyper 1.5.1",
11301 "hyper-rustls 0.27.3",
11302 "hyper-util",
11303 "ipnet",
11304 "js-sys",
11305 "log",
11306 "mime",
11307 "once_cell",
11308 "percent-encoding",
11309 "pin-project-lite",
11310 "quinn",
11311 "rustls 0.23.23",
11312 "rustls-native-certs 0.8.1",
11313 "rustls-pemfile 2.2.0",
11314 "rustls-pki-types",
11315 "serde",
11316 "serde_json",
11317 "serde_urlencoded",
11318 "sync_wrapper 1.0.2",
11319 "system-configuration 0.6.1",
11320 "tokio",
11321 "tokio-rustls 0.26.1",
11322 "tokio-socks",
11323 "tokio-util",
11324 "tower-service",
11325 "url",
11326 "wasm-bindgen",
11327 "wasm-bindgen-futures",
11328 "wasm-streams",
11329 "web-sys",
11330 "windows-registry",
11331]
11332
11333[[package]]
11334name = "reqwest_client"
11335version = "0.1.0"
11336dependencies = [
11337 "anyhow",
11338 "bytes 1.10.1",
11339 "futures 0.3.31",
11340 "gpui",
11341 "http_client",
11342 "log",
11343 "regex",
11344 "reqwest 0.12.8",
11345 "serde",
11346 "smol",
11347 "tokio",
11348]
11349
11350[[package]]
11351name = "resvg"
11352version = "0.44.0"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11355dependencies = [
11356 "log",
11357 "pico-args",
11358 "rgb",
11359 "svgtypes",
11360 "tiny-skia",
11361 "usvg",
11362]
11363
11364[[package]]
11365name = "rfc6979"
11366version = "0.3.1"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11369dependencies = [
11370 "crypto-bigint 0.4.9",
11371 "hmac",
11372 "zeroize",
11373]
11374
11375[[package]]
11376name = "rgb"
11377version = "0.8.50"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11380dependencies = [
11381 "bytemuck",
11382]
11383
11384[[package]]
11385name = "rich_text"
11386version = "0.1.0"
11387dependencies = [
11388 "futures 0.3.31",
11389 "gpui",
11390 "language",
11391 "linkify",
11392 "pulldown-cmark 0.12.2",
11393 "theme",
11394 "ui",
11395 "util",
11396]
11397
11398[[package]]
11399name = "ring"
11400version = "0.17.8"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11403dependencies = [
11404 "cc",
11405 "cfg-if",
11406 "getrandom 0.2.15",
11407 "libc",
11408 "spin",
11409 "untrusted",
11410 "windows-sys 0.52.0",
11411]
11412
11413[[package]]
11414name = "rkyv"
11415version = "0.7.45"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11418dependencies = [
11419 "bitvec",
11420 "bytecheck",
11421 "bytes 1.10.1",
11422 "hashbrown 0.12.3",
11423 "ptr_meta",
11424 "rend",
11425 "rkyv_derive",
11426 "seahash",
11427 "tinyvec",
11428 "uuid",
11429]
11430
11431[[package]]
11432name = "rkyv_derive"
11433version = "0.7.45"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11436dependencies = [
11437 "proc-macro2",
11438 "quote",
11439 "syn 1.0.109",
11440]
11441
11442[[package]]
11443name = "rmp"
11444version = "0.8.14"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11447dependencies = [
11448 "byteorder",
11449 "num-traits",
11450 "paste",
11451]
11452
11453[[package]]
11454name = "rmpv"
11455version = "1.3.0"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11458dependencies = [
11459 "num-traits",
11460 "rmp",
11461]
11462
11463[[package]]
11464name = "rodio"
11465version = "0.20.1"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11468dependencies = [
11469 "cpal",
11470 "hound",
11471]
11472
11473[[package]]
11474name = "rope"
11475version = "0.1.0"
11476dependencies = [
11477 "arrayvec",
11478 "criterion",
11479 "ctor",
11480 "env_logger 0.11.6",
11481 "gpui",
11482 "log",
11483 "rand 0.8.5",
11484 "rayon",
11485 "smallvec",
11486 "sum_tree",
11487 "unicode-segmentation",
11488 "util",
11489]
11490
11491[[package]]
11492name = "roxmltree"
11493version = "0.20.0"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11496
11497[[package]]
11498name = "rpc"
11499version = "0.1.0"
11500dependencies = [
11501 "anyhow",
11502 "async-tungstenite",
11503 "base64 0.22.1",
11504 "chrono",
11505 "collections",
11506 "env_logger 0.11.6",
11507 "futures 0.3.31",
11508 "gpui",
11509 "parking_lot",
11510 "proto",
11511 "rand 0.8.5",
11512 "rsa",
11513 "serde",
11514 "serde_json",
11515 "sha2",
11516 "strum",
11517 "tracing",
11518 "util",
11519 "zstd",
11520]
11521
11522[[package]]
11523name = "rsa"
11524version = "0.9.7"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11527dependencies = [
11528 "const-oid",
11529 "digest",
11530 "num-bigint-dig",
11531 "num-integer",
11532 "num-traits",
11533 "pkcs1",
11534 "pkcs8 0.10.2",
11535 "rand_core 0.6.4",
11536 "signature 2.2.0",
11537 "spki 0.7.3",
11538 "subtle",
11539 "zeroize",
11540]
11541
11542[[package]]
11543name = "runtimelib"
11544version = "0.25.0"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11547dependencies = [
11548 "anyhow",
11549 "async-dispatcher",
11550 "async-std",
11551 "base64 0.22.1",
11552 "bytes 1.10.1",
11553 "chrono",
11554 "data-encoding",
11555 "dirs 5.0.1",
11556 "futures 0.3.31",
11557 "glob",
11558 "jupyter-protocol",
11559 "ring",
11560 "serde",
11561 "serde_json",
11562 "shellexpand 3.1.0",
11563 "smol",
11564 "uuid",
11565 "zeromq",
11566]
11567
11568[[package]]
11569name = "rust-embed"
11570version = "8.5.0"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11573dependencies = [
11574 "rust-embed-impl",
11575 "rust-embed-utils",
11576 "walkdir",
11577]
11578
11579[[package]]
11580name = "rust-embed-impl"
11581version = "8.5.0"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11584dependencies = [
11585 "proc-macro2",
11586 "quote",
11587 "rust-embed-utils",
11588 "syn 2.0.90",
11589 "walkdir",
11590]
11591
11592[[package]]
11593name = "rust-embed-utils"
11594version = "8.5.0"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11597dependencies = [
11598 "globset",
11599 "sha2",
11600 "walkdir",
11601]
11602
11603[[package]]
11604name = "rust_decimal"
11605version = "1.36.0"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11608dependencies = [
11609 "arrayvec",
11610 "borsh",
11611 "bytes 1.10.1",
11612 "num-traits",
11613 "rand 0.8.5",
11614 "rkyv",
11615 "serde",
11616 "serde_json",
11617]
11618
11619[[package]]
11620name = "rustc-demangle"
11621version = "0.1.24"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11624
11625[[package]]
11626name = "rustc-hash"
11627version = "1.1.0"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11630
11631[[package]]
11632name = "rustc-hash"
11633version = "2.1.1"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11636
11637[[package]]
11638name = "rustc_version"
11639version = "0.4.1"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11642dependencies = [
11643 "semver",
11644]
11645
11646[[package]]
11647name = "rustix"
11648version = "0.38.42"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11651dependencies = [
11652 "bitflags 2.8.0",
11653 "errno 0.3.10",
11654 "itoa",
11655 "libc",
11656 "linux-raw-sys",
11657 "once_cell",
11658 "windows-sys 0.59.0",
11659]
11660
11661[[package]]
11662name = "rustix-openpty"
11663version = "0.1.1"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11666dependencies = [
11667 "errno 0.3.10",
11668 "libc",
11669 "rustix",
11670]
11671
11672[[package]]
11673name = "rustls"
11674version = "0.21.12"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11677dependencies = [
11678 "log",
11679 "ring",
11680 "rustls-webpki 0.101.7",
11681 "sct",
11682]
11683
11684[[package]]
11685name = "rustls"
11686version = "0.23.23"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11689dependencies = [
11690 "aws-lc-rs",
11691 "log",
11692 "once_cell",
11693 "ring",
11694 "rustls-pki-types",
11695 "rustls-webpki 0.102.8",
11696 "subtle",
11697 "zeroize",
11698]
11699
11700[[package]]
11701name = "rustls-native-certs"
11702version = "0.6.3"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11705dependencies = [
11706 "openssl-probe",
11707 "rustls-pemfile 1.0.4",
11708 "schannel",
11709 "security-framework 2.11.1",
11710]
11711
11712[[package]]
11713name = "rustls-native-certs"
11714version = "0.8.1"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11717dependencies = [
11718 "openssl-probe",
11719 "rustls-pki-types",
11720 "schannel",
11721 "security-framework 3.0.1",
11722]
11723
11724[[package]]
11725name = "rustls-pemfile"
11726version = "1.0.4"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11729dependencies = [
11730 "base64 0.21.7",
11731]
11732
11733[[package]]
11734name = "rustls-pemfile"
11735version = "2.2.0"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11738dependencies = [
11739 "rustls-pki-types",
11740]
11741
11742[[package]]
11743name = "rustls-pki-types"
11744version = "1.10.0"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11747dependencies = [
11748 "web-time",
11749]
11750
11751[[package]]
11752name = "rustls-platform-verifier"
11753version = "0.5.0"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11756dependencies = [
11757 "core-foundation 0.10.0",
11758 "core-foundation-sys",
11759 "jni",
11760 "log",
11761 "once_cell",
11762 "rustls 0.23.23",
11763 "rustls-native-certs 0.8.1",
11764 "rustls-platform-verifier-android",
11765 "rustls-webpki 0.102.8",
11766 "security-framework 3.0.1",
11767 "security-framework-sys",
11768 "webpki-root-certs",
11769 "windows-sys 0.52.0",
11770]
11771
11772[[package]]
11773name = "rustls-platform-verifier-android"
11774version = "0.1.1"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11777
11778[[package]]
11779name = "rustls-webpki"
11780version = "0.101.7"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11783dependencies = [
11784 "ring",
11785 "untrusted",
11786]
11787
11788[[package]]
11789name = "rustls-webpki"
11790version = "0.102.8"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11793dependencies = [
11794 "aws-lc-rs",
11795 "ring",
11796 "rustls-pki-types",
11797 "untrusted",
11798]
11799
11800[[package]]
11801name = "rustversion"
11802version = "1.0.18"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11805
11806[[package]]
11807name = "rustybuzz"
11808version = "0.14.1"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11811dependencies = [
11812 "bitflags 2.8.0",
11813 "bytemuck",
11814 "libm",
11815 "smallvec",
11816 "ttf-parser",
11817 "unicode-bidi-mirroring",
11818 "unicode-ccc",
11819 "unicode-properties",
11820 "unicode-script",
11821]
11822
11823[[package]]
11824name = "ryu"
11825version = "1.0.18"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11828
11829[[package]]
11830name = "salsa20"
11831version = "0.10.2"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11834dependencies = [
11835 "cipher",
11836]
11837
11838[[package]]
11839name = "same-file"
11840version = "1.0.6"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11843dependencies = [
11844 "winapi-util",
11845]
11846
11847[[package]]
11848name = "schannel"
11849version = "0.1.27"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11852dependencies = [
11853 "windows-sys 0.59.0",
11854]
11855
11856[[package]]
11857name = "schema_generator"
11858version = "0.1.0"
11859dependencies = [
11860 "anyhow",
11861 "clap",
11862 "env_logger 0.11.6",
11863 "schemars",
11864 "serde",
11865 "serde_json",
11866 "theme",
11867]
11868
11869[[package]]
11870name = "schemars"
11871version = "0.8.21"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11874dependencies = [
11875 "dyn-clone",
11876 "indexmap",
11877 "schemars_derive",
11878 "serde",
11879 "serde_json",
11880]
11881
11882[[package]]
11883name = "schemars_derive"
11884version = "0.8.21"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11887dependencies = [
11888 "proc-macro2",
11889 "quote",
11890 "serde_derive_internals",
11891 "syn 2.0.90",
11892]
11893
11894[[package]]
11895name = "scoped-tls"
11896version = "1.0.1"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11899
11900[[package]]
11901name = "scopeguard"
11902version = "1.2.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11905
11906[[package]]
11907name = "scratch"
11908version = "1.0.7"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11911
11912[[package]]
11913name = "scripting_tool"
11914version = "0.1.0"
11915dependencies = [
11916 "anyhow",
11917 "collections",
11918 "futures 0.3.31",
11919 "gpui",
11920 "language",
11921 "log",
11922 "mlua",
11923 "parking_lot",
11924 "project",
11925 "rand 0.8.5",
11926 "regex",
11927 "schemars",
11928 "serde",
11929 "serde_json",
11930 "settings",
11931 "util",
11932]
11933
11934[[package]]
11935name = "scrypt"
11936version = "0.11.0"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11939dependencies = [
11940 "password-hash 0.5.0",
11941 "pbkdf2 0.12.2",
11942 "salsa20",
11943 "sha2",
11944]
11945
11946[[package]]
11947name = "sct"
11948version = "0.7.1"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11951dependencies = [
11952 "ring",
11953 "untrusted",
11954]
11955
11956[[package]]
11957name = "sea-bae"
11958version = "0.2.1"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11961dependencies = [
11962 "heck 0.4.1",
11963 "proc-macro-error2",
11964 "proc-macro2",
11965 "quote",
11966 "syn 2.0.90",
11967]
11968
11969[[package]]
11970name = "sea-orm"
11971version = "1.1.5"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11974dependencies = [
11975 "async-stream",
11976 "async-trait",
11977 "bigdecimal",
11978 "chrono",
11979 "futures 0.3.31",
11980 "log",
11981 "ouroboros",
11982 "rust_decimal",
11983 "sea-orm-macros",
11984 "sea-query",
11985 "sea-query-binder",
11986 "serde",
11987 "serde_json",
11988 "sqlx",
11989 "strum",
11990 "thiserror 1.0.69",
11991 "time",
11992 "tracing",
11993 "url",
11994 "uuid",
11995]
11996
11997[[package]]
11998name = "sea-orm-macros"
11999version = "1.1.5"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12002dependencies = [
12003 "heck 0.4.1",
12004 "proc-macro2",
12005 "quote",
12006 "sea-bae",
12007 "syn 2.0.90",
12008 "unicode-ident",
12009]
12010
12011[[package]]
12012name = "sea-query"
12013version = "0.32.1"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12016dependencies = [
12017 "bigdecimal",
12018 "chrono",
12019 "inherent",
12020 "ordered-float 3.9.2",
12021 "rust_decimal",
12022 "serde_json",
12023 "time",
12024 "uuid",
12025]
12026
12027[[package]]
12028name = "sea-query-binder"
12029version = "0.7.0"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12032dependencies = [
12033 "bigdecimal",
12034 "chrono",
12035 "rust_decimal",
12036 "sea-query",
12037 "serde_json",
12038 "sqlx",
12039 "time",
12040 "uuid",
12041]
12042
12043[[package]]
12044name = "seahash"
12045version = "4.1.0"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12048
12049[[package]]
12050name = "search"
12051version = "0.1.0"
12052dependencies = [
12053 "any_vec",
12054 "anyhow",
12055 "bitflags 2.8.0",
12056 "client",
12057 "collections",
12058 "editor",
12059 "futures 0.3.31",
12060 "gpui",
12061 "language",
12062 "menu",
12063 "project",
12064 "schemars",
12065 "serde",
12066 "serde_json",
12067 "settings",
12068 "smol",
12069 "theme",
12070 "ui",
12071 "unindent",
12072 "util",
12073 "workspace",
12074 "zed_actions",
12075]
12076
12077[[package]]
12078name = "sec1"
12079version = "0.3.0"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12082dependencies = [
12083 "base16ct",
12084 "der 0.6.1",
12085 "generic-array",
12086 "pkcs8 0.9.0",
12087 "subtle",
12088 "zeroize",
12089]
12090
12091[[package]]
12092name = "security-framework"
12093version = "2.11.1"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12096dependencies = [
12097 "bitflags 2.8.0",
12098 "core-foundation 0.9.4",
12099 "core-foundation-sys",
12100 "libc",
12101 "security-framework-sys",
12102]
12103
12104[[package]]
12105name = "security-framework"
12106version = "3.0.1"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12109dependencies = [
12110 "bitflags 2.8.0",
12111 "core-foundation 0.10.0",
12112 "core-foundation-sys",
12113 "libc",
12114 "security-framework-sys",
12115]
12116
12117[[package]]
12118name = "security-framework-sys"
12119version = "2.12.1"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12122dependencies = [
12123 "core-foundation-sys",
12124 "libc",
12125]
12126
12127[[package]]
12128name = "self_cell"
12129version = "1.1.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12132
12133[[package]]
12134name = "semantic_index"
12135version = "0.1.0"
12136dependencies = [
12137 "anyhow",
12138 "arrayvec",
12139 "blake3",
12140 "client",
12141 "clock",
12142 "collections",
12143 "env_logger 0.11.6",
12144 "feature_flags",
12145 "fs",
12146 "futures 0.3.31",
12147 "futures-batch",
12148 "gpui",
12149 "heed",
12150 "http_client",
12151 "language",
12152 "language_model",
12153 "languages",
12154 "log",
12155 "open_ai",
12156 "parking_lot",
12157 "project",
12158 "reqwest_client",
12159 "serde",
12160 "serde_json",
12161 "settings",
12162 "sha2",
12163 "smol",
12164 "streaming-iterator",
12165 "tempfile",
12166 "theme",
12167 "tree-sitter",
12168 "ui",
12169 "unindent",
12170 "util",
12171 "workspace",
12172 "worktree",
12173]
12174
12175[[package]]
12176name = "semantic_version"
12177version = "0.1.0"
12178dependencies = [
12179 "anyhow",
12180 "serde",
12181]
12182
12183[[package]]
12184name = "semver"
12185version = "1.0.25"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12188dependencies = [
12189 "serde",
12190]
12191
12192[[package]]
12193name = "serde"
12194version = "1.0.218"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12197dependencies = [
12198 "serde_derive",
12199]
12200
12201[[package]]
12202name = "serde_derive"
12203version = "1.0.218"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12206dependencies = [
12207 "proc-macro2",
12208 "quote",
12209 "syn 2.0.90",
12210]
12211
12212[[package]]
12213name = "serde_derive_internals"
12214version = "0.29.1"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12217dependencies = [
12218 "proc-macro2",
12219 "quote",
12220 "syn 2.0.90",
12221]
12222
12223[[package]]
12224name = "serde_fmt"
12225version = "1.0.3"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12228dependencies = [
12229 "serde",
12230]
12231
12232[[package]]
12233name = "serde_json"
12234version = "1.0.139"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12237dependencies = [
12238 "indexmap",
12239 "itoa",
12240 "memchr",
12241 "ryu",
12242 "serde",
12243]
12244
12245[[package]]
12246name = "serde_json_lenient"
12247version = "0.2.4"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12250dependencies = [
12251 "indexmap",
12252 "itoa",
12253 "memchr",
12254 "ryu",
12255 "serde",
12256]
12257
12258[[package]]
12259name = "serde_path_to_error"
12260version = "0.1.16"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12263dependencies = [
12264 "itoa",
12265 "serde",
12266]
12267
12268[[package]]
12269name = "serde_qs"
12270version = "0.8.5"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12273dependencies = [
12274 "percent-encoding",
12275 "serde",
12276 "thiserror 1.0.69",
12277]
12278
12279[[package]]
12280name = "serde_qs"
12281version = "0.10.1"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12284dependencies = [
12285 "percent-encoding",
12286 "serde",
12287 "thiserror 1.0.69",
12288]
12289
12290[[package]]
12291name = "serde_repr"
12292version = "0.1.19"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12295dependencies = [
12296 "proc-macro2",
12297 "quote",
12298 "syn 2.0.90",
12299]
12300
12301[[package]]
12302name = "serde_spanned"
12303version = "0.6.8"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12306dependencies = [
12307 "serde",
12308]
12309
12310[[package]]
12311name = "serde_urlencoded"
12312version = "0.7.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12315dependencies = [
12316 "form_urlencoded",
12317 "itoa",
12318 "ryu",
12319 "serde",
12320]
12321
12322[[package]]
12323name = "session"
12324version = "0.1.0"
12325dependencies = [
12326 "db",
12327 "gpui",
12328 "serde_json",
12329 "util",
12330 "uuid",
12331]
12332
12333[[package]]
12334name = "settings"
12335version = "0.1.0"
12336dependencies = [
12337 "anyhow",
12338 "collections",
12339 "ec4rs",
12340 "fs",
12341 "futures 0.3.31",
12342 "gpui",
12343 "indoc",
12344 "inventory",
12345 "log",
12346 "paths",
12347 "pretty_assertions",
12348 "release_channel",
12349 "rust-embed",
12350 "schemars",
12351 "serde",
12352 "serde_derive",
12353 "serde_json",
12354 "serde_json_lenient",
12355 "smallvec",
12356 "streaming-iterator",
12357 "tree-sitter",
12358 "tree-sitter-json",
12359 "unindent",
12360 "util",
12361]
12362
12363[[package]]
12364name = "settings_ui"
12365version = "0.1.0"
12366dependencies = [
12367 "command_palette_hooks",
12368 "editor",
12369 "feature_flags",
12370 "gpui",
12371 "settings",
12372 "theme",
12373 "ui",
12374 "workspace",
12375]
12376
12377[[package]]
12378name = "sha1"
12379version = "0.10.6"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12382dependencies = [
12383 "cfg-if",
12384 "cpufeatures",
12385 "digest",
12386]
12387
12388[[package]]
12389name = "sha1_smol"
12390version = "1.0.1"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12393
12394[[package]]
12395name = "sha2"
12396version = "0.10.8"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12399dependencies = [
12400 "cfg-if",
12401 "cpufeatures",
12402 "digest",
12403]
12404
12405[[package]]
12406name = "sharded-slab"
12407version = "0.1.7"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12410dependencies = [
12411 "lazy_static",
12412]
12413
12414[[package]]
12415name = "shell-words"
12416version = "1.1.0"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12419
12420[[package]]
12421name = "shellexpand"
12422version = "2.1.2"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12425dependencies = [
12426 "dirs 4.0.0",
12427]
12428
12429[[package]]
12430name = "shellexpand"
12431version = "3.1.0"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12434dependencies = [
12435 "dirs 5.0.1",
12436]
12437
12438[[package]]
12439name = "shlex"
12440version = "1.3.0"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12443
12444[[package]]
12445name = "signal-hook"
12446version = "0.3.17"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12449dependencies = [
12450 "libc",
12451 "signal-hook-registry",
12452]
12453
12454[[package]]
12455name = "signal-hook-registry"
12456version = "1.4.2"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12459dependencies = [
12460 "libc",
12461]
12462
12463[[package]]
12464name = "signature"
12465version = "1.6.4"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12468dependencies = [
12469 "digest",
12470 "rand_core 0.6.4",
12471]
12472
12473[[package]]
12474name = "signature"
12475version = "2.2.0"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12478dependencies = [
12479 "digest",
12480 "rand_core 0.6.4",
12481]
12482
12483[[package]]
12484name = "simd-adler32"
12485version = "0.3.7"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12488
12489[[package]]
12490name = "simd_helpers"
12491version = "0.1.0"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12494dependencies = [
12495 "quote",
12496]
12497
12498[[package]]
12499name = "simdutf8"
12500version = "0.1.5"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12503
12504[[package]]
12505name = "simple_asn1"
12506version = "0.6.2"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12509dependencies = [
12510 "num-bigint",
12511 "num-traits",
12512 "thiserror 1.0.69",
12513 "time",
12514]
12515
12516[[package]]
12517name = "simplecss"
12518version = "0.2.1"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12521dependencies = [
12522 "log",
12523]
12524
12525[[package]]
12526name = "simplelog"
12527version = "0.12.2"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12530dependencies = [
12531 "log",
12532 "termcolor",
12533 "time",
12534]
12535
12536[[package]]
12537name = "siphasher"
12538version = "0.3.11"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12541
12542[[package]]
12543name = "siphasher"
12544version = "1.0.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12547
12548[[package]]
12549name = "skrifa"
12550version = "0.22.3"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12553dependencies = [
12554 "bytemuck",
12555 "read-fonts",
12556]
12557
12558[[package]]
12559name = "slab"
12560version = "0.4.9"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12563dependencies = [
12564 "autocfg",
12565]
12566
12567[[package]]
12568name = "slash_commands_example"
12569version = "0.1.0"
12570dependencies = [
12571 "zed_extension_api 0.1.0",
12572]
12573
12574[[package]]
12575name = "slotmap"
12576version = "1.0.7"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12579dependencies = [
12580 "version_check",
12581]
12582
12583[[package]]
12584name = "smallvec"
12585version = "1.14.0"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12588dependencies = [
12589 "serde",
12590]
12591
12592[[package]]
12593name = "smart-default"
12594version = "0.6.0"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12597dependencies = [
12598 "proc-macro2",
12599 "quote",
12600 "syn 1.0.109",
12601]
12602
12603[[package]]
12604name = "smol"
12605version = "2.0.2"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12608dependencies = [
12609 "async-channel 2.3.1",
12610 "async-executor",
12611 "async-fs",
12612 "async-io",
12613 "async-lock",
12614 "async-net",
12615 "async-process",
12616 "blocking",
12617 "futures-lite 2.6.0",
12618]
12619
12620[[package]]
12621name = "smol_str"
12622version = "0.1.24"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12625dependencies = [
12626 "serde",
12627]
12628
12629[[package]]
12630name = "snippet"
12631version = "0.1.0"
12632dependencies = [
12633 "anyhow",
12634 "smallvec",
12635]
12636
12637[[package]]
12638name = "snippet_provider"
12639version = "0.1.0"
12640dependencies = [
12641 "anyhow",
12642 "collections",
12643 "extension",
12644 "fs",
12645 "futures 0.3.31",
12646 "gpui",
12647 "parking_lot",
12648 "paths",
12649 "schemars",
12650 "serde",
12651 "serde_json_lenient",
12652 "snippet",
12653 "util",
12654]
12655
12656[[package]]
12657name = "snippets_ui"
12658version = "0.1.0"
12659dependencies = [
12660 "fuzzy",
12661 "gpui",
12662 "language",
12663 "paths",
12664 "picker",
12665 "ui",
12666 "util",
12667 "workspace",
12668]
12669
12670[[package]]
12671name = "socket2"
12672version = "0.5.8"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12675dependencies = [
12676 "libc",
12677 "windows-sys 0.52.0",
12678]
12679
12680[[package]]
12681name = "spdx"
12682version = "0.10.7"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12685dependencies = [
12686 "smallvec",
12687]
12688
12689[[package]]
12690name = "spin"
12691version = "0.9.8"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12694dependencies = [
12695 "lock_api",
12696]
12697
12698[[package]]
12699name = "spirv"
12700version = "0.3.0+sdk-1.3.268.0"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12703dependencies = [
12704 "bitflags 2.8.0",
12705]
12706
12707[[package]]
12708name = "spki"
12709version = "0.6.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12712dependencies = [
12713 "base64ct",
12714 "der 0.6.1",
12715]
12716
12717[[package]]
12718name = "spki"
12719version = "0.7.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12722dependencies = [
12723 "base64ct",
12724 "der 0.7.9",
12725]
12726
12727[[package]]
12728name = "sptr"
12729version = "0.3.2"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12732
12733[[package]]
12734name = "sqlez"
12735version = "0.1.0"
12736dependencies = [
12737 "anyhow",
12738 "collections",
12739 "futures 0.3.31",
12740 "indoc",
12741 "libsqlite3-sys",
12742 "parking_lot",
12743 "smol",
12744 "sqlformat",
12745 "thread_local",
12746 "util",
12747 "uuid",
12748]
12749
12750[[package]]
12751name = "sqlez_macros"
12752version = "0.1.0"
12753dependencies = [
12754 "sqlez",
12755 "sqlformat",
12756 "syn 1.0.109",
12757]
12758
12759[[package]]
12760name = "sqlformat"
12761version = "0.2.6"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12764dependencies = [
12765 "nom",
12766 "unicode_categories",
12767]
12768
12769[[package]]
12770name = "sqlx"
12771version = "0.8.3"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12774dependencies = [
12775 "sqlx-core",
12776 "sqlx-macros",
12777 "sqlx-mysql",
12778 "sqlx-postgres",
12779 "sqlx-sqlite",
12780]
12781
12782[[package]]
12783name = "sqlx-core"
12784version = "0.8.3"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12787dependencies = [
12788 "bigdecimal",
12789 "bytes 1.10.1",
12790 "chrono",
12791 "crc",
12792 "crossbeam-queue",
12793 "either",
12794 "event-listener 5.3.1",
12795 "futures-core",
12796 "futures-intrusive",
12797 "futures-io",
12798 "futures-util",
12799 "hashbrown 0.15.2",
12800 "hashlink 0.10.0",
12801 "indexmap",
12802 "log",
12803 "memchr",
12804 "once_cell",
12805 "percent-encoding",
12806 "rust_decimal",
12807 "rustls 0.23.23",
12808 "rustls-pemfile 2.2.0",
12809 "serde",
12810 "serde_json",
12811 "sha2",
12812 "smallvec",
12813 "thiserror 2.0.6",
12814 "time",
12815 "tokio",
12816 "tokio-stream",
12817 "tracing",
12818 "url",
12819 "uuid",
12820 "webpki-roots",
12821]
12822
12823[[package]]
12824name = "sqlx-macros"
12825version = "0.8.3"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12828dependencies = [
12829 "proc-macro2",
12830 "quote",
12831 "sqlx-core",
12832 "sqlx-macros-core",
12833 "syn 2.0.90",
12834]
12835
12836[[package]]
12837name = "sqlx-macros-core"
12838version = "0.8.3"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12841dependencies = [
12842 "dotenvy",
12843 "either",
12844 "heck 0.5.0",
12845 "hex",
12846 "once_cell",
12847 "proc-macro2",
12848 "quote",
12849 "serde",
12850 "serde_json",
12851 "sha2",
12852 "sqlx-core",
12853 "sqlx-mysql",
12854 "sqlx-postgres",
12855 "sqlx-sqlite",
12856 "syn 2.0.90",
12857 "tempfile",
12858 "tokio",
12859 "url",
12860]
12861
12862[[package]]
12863name = "sqlx-mysql"
12864version = "0.8.3"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12867dependencies = [
12868 "atoi",
12869 "base64 0.22.1",
12870 "bigdecimal",
12871 "bitflags 2.8.0",
12872 "byteorder",
12873 "bytes 1.10.1",
12874 "chrono",
12875 "crc",
12876 "digest",
12877 "dotenvy",
12878 "either",
12879 "futures-channel",
12880 "futures-core",
12881 "futures-io",
12882 "futures-util",
12883 "generic-array",
12884 "hex",
12885 "hkdf",
12886 "hmac",
12887 "itoa",
12888 "log",
12889 "md-5",
12890 "memchr",
12891 "once_cell",
12892 "percent-encoding",
12893 "rand 0.8.5",
12894 "rsa",
12895 "rust_decimal",
12896 "serde",
12897 "sha1",
12898 "sha2",
12899 "smallvec",
12900 "sqlx-core",
12901 "stringprep",
12902 "thiserror 2.0.6",
12903 "time",
12904 "tracing",
12905 "uuid",
12906 "whoami",
12907]
12908
12909[[package]]
12910name = "sqlx-postgres"
12911version = "0.8.3"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12914dependencies = [
12915 "atoi",
12916 "base64 0.22.1",
12917 "bigdecimal",
12918 "bitflags 2.8.0",
12919 "byteorder",
12920 "chrono",
12921 "crc",
12922 "dotenvy",
12923 "etcetera",
12924 "futures-channel",
12925 "futures-core",
12926 "futures-util",
12927 "hex",
12928 "hkdf",
12929 "hmac",
12930 "home",
12931 "itoa",
12932 "log",
12933 "md-5",
12934 "memchr",
12935 "num-bigint",
12936 "once_cell",
12937 "rand 0.8.5",
12938 "rust_decimal",
12939 "serde",
12940 "serde_json",
12941 "sha2",
12942 "smallvec",
12943 "sqlx-core",
12944 "stringprep",
12945 "thiserror 2.0.6",
12946 "time",
12947 "tracing",
12948 "uuid",
12949 "whoami",
12950]
12951
12952[[package]]
12953name = "sqlx-sqlite"
12954version = "0.8.3"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12957dependencies = [
12958 "atoi",
12959 "chrono",
12960 "flume",
12961 "futures-channel",
12962 "futures-core",
12963 "futures-executor",
12964 "futures-intrusive",
12965 "futures-util",
12966 "libsqlite3-sys",
12967 "log",
12968 "percent-encoding",
12969 "serde",
12970 "serde_urlencoded",
12971 "sqlx-core",
12972 "time",
12973 "tracing",
12974 "url",
12975 "uuid",
12976]
12977
12978[[package]]
12979name = "stable_deref_trait"
12980version = "1.2.0"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12983
12984[[package]]
12985name = "static_assertions"
12986version = "1.1.0"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12989
12990[[package]]
12991name = "story"
12992version = "0.1.0"
12993dependencies = [
12994 "gpui",
12995 "itertools 0.14.0",
12996 "smallvec",
12997]
12998
12999[[package]]
13000name = "storybook"
13001version = "0.1.0"
13002dependencies = [
13003 "anyhow",
13004 "clap",
13005 "collab_ui",
13006 "ctrlc",
13007 "dialoguer",
13008 "editor",
13009 "fuzzy",
13010 "gpui",
13011 "indoc",
13012 "language",
13013 "log",
13014 "menu",
13015 "picker",
13016 "project",
13017 "reqwest_client",
13018 "rust-embed",
13019 "settings",
13020 "simplelog",
13021 "story",
13022 "strum",
13023 "theme",
13024 "title_bar",
13025 "ui",
13026]
13027
13028[[package]]
13029name = "streaming-iterator"
13030version = "0.1.9"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13033
13034[[package]]
13035name = "streaming_diff"
13036version = "0.1.0"
13037dependencies = [
13038 "ordered-float 2.10.1",
13039 "rand 0.8.5",
13040 "rope",
13041 "util",
13042]
13043
13044[[package]]
13045name = "strict-num"
13046version = "0.1.1"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13049dependencies = [
13050 "float-cmp",
13051]
13052
13053[[package]]
13054name = "string_cache"
13055version = "0.8.7"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13058dependencies = [
13059 "new_debug_unreachable",
13060 "once_cell",
13061 "parking_lot",
13062 "phf_shared 0.10.0",
13063 "precomputed-hash",
13064 "serde",
13065]
13066
13067[[package]]
13068name = "string_cache_codegen"
13069version = "0.5.2"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13072dependencies = [
13073 "phf_generator 0.10.0",
13074 "phf_shared 0.10.0",
13075 "proc-macro2",
13076 "quote",
13077]
13078
13079[[package]]
13080name = "stringprep"
13081version = "0.1.5"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13084dependencies = [
13085 "unicode-bidi",
13086 "unicode-normalization",
13087 "unicode-properties",
13088]
13089
13090[[package]]
13091name = "strsim"
13092version = "0.11.1"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13095
13096[[package]]
13097name = "strum"
13098version = "0.26.3"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13101dependencies = [
13102 "strum_macros",
13103]
13104
13105[[package]]
13106name = "strum_macros"
13107version = "0.26.4"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13110dependencies = [
13111 "heck 0.5.0",
13112 "proc-macro2",
13113 "quote",
13114 "rustversion",
13115 "syn 2.0.90",
13116]
13117
13118[[package]]
13119name = "subtle"
13120version = "2.6.1"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13123
13124[[package]]
13125name = "sum_tree"
13126version = "0.1.0"
13127dependencies = [
13128 "arrayvec",
13129 "ctor",
13130 "env_logger 0.11.6",
13131 "log",
13132 "rand 0.8.5",
13133 "rayon",
13134]
13135
13136[[package]]
13137name = "supermaven"
13138version = "0.1.0"
13139dependencies = [
13140 "anyhow",
13141 "client",
13142 "collections",
13143 "editor",
13144 "env_logger 0.11.6",
13145 "futures 0.3.31",
13146 "gpui",
13147 "http_client",
13148 "inline_completion",
13149 "language",
13150 "log",
13151 "postage",
13152 "project",
13153 "serde",
13154 "serde_json",
13155 "settings",
13156 "smol",
13157 "supermaven_api",
13158 "text",
13159 "theme",
13160 "ui",
13161 "unicode-segmentation",
13162 "util",
13163]
13164
13165[[package]]
13166name = "supermaven_api"
13167version = "0.1.0"
13168dependencies = [
13169 "anyhow",
13170 "futures 0.3.31",
13171 "http_client",
13172 "paths",
13173 "serde",
13174 "serde_json",
13175 "smol",
13176]
13177
13178[[package]]
13179name = "sval"
13180version = "2.13.2"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13183
13184[[package]]
13185name = "sval_buffer"
13186version = "2.13.2"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13189dependencies = [
13190 "sval",
13191 "sval_ref",
13192]
13193
13194[[package]]
13195name = "sval_dynamic"
13196version = "2.13.2"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13199dependencies = [
13200 "sval",
13201]
13202
13203[[package]]
13204name = "sval_fmt"
13205version = "2.13.2"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13208dependencies = [
13209 "itoa",
13210 "ryu",
13211 "sval",
13212]
13213
13214[[package]]
13215name = "sval_json"
13216version = "2.13.2"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13219dependencies = [
13220 "itoa",
13221 "ryu",
13222 "sval",
13223]
13224
13225[[package]]
13226name = "sval_nested"
13227version = "2.13.2"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13230dependencies = [
13231 "sval",
13232 "sval_buffer",
13233 "sval_ref",
13234]
13235
13236[[package]]
13237name = "sval_ref"
13238version = "2.13.2"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13241dependencies = [
13242 "sval",
13243]
13244
13245[[package]]
13246name = "sval_serde"
13247version = "2.13.2"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13250dependencies = [
13251 "serde",
13252 "sval",
13253 "sval_nested",
13254]
13255
13256[[package]]
13257name = "svg_fmt"
13258version = "0.4.4"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13261
13262[[package]]
13263name = "svgtypes"
13264version = "0.15.2"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13267dependencies = [
13268 "kurbo",
13269 "siphasher 1.0.1",
13270]
13271
13272[[package]]
13273name = "swash"
13274version = "0.1.19"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13277dependencies = [
13278 "skrifa",
13279 "yazi",
13280 "zeno",
13281]
13282
13283[[package]]
13284name = "syn"
13285version = "1.0.109"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13288dependencies = [
13289 "proc-macro2",
13290 "quote",
13291 "unicode-ident",
13292]
13293
13294[[package]]
13295name = "syn"
13296version = "2.0.90"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13299dependencies = [
13300 "proc-macro2",
13301 "quote",
13302 "unicode-ident",
13303]
13304
13305[[package]]
13306name = "sync_wrapper"
13307version = "0.1.2"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13310
13311[[package]]
13312name = "sync_wrapper"
13313version = "1.0.2"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13316dependencies = [
13317 "futures-core",
13318]
13319
13320[[package]]
13321name = "synchronoise"
13322version = "1.0.1"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13325dependencies = [
13326 "crossbeam-queue",
13327]
13328
13329[[package]]
13330name = "synstructure"
13331version = "0.13.1"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13334dependencies = [
13335 "proc-macro2",
13336 "quote",
13337 "syn 2.0.90",
13338]
13339
13340[[package]]
13341name = "sys-locale"
13342version = "0.3.2"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13345dependencies = [
13346 "libc",
13347]
13348
13349[[package]]
13350name = "sysinfo"
13351version = "0.31.4"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13354dependencies = [
13355 "core-foundation-sys",
13356 "libc",
13357 "memchr",
13358 "ntapi",
13359 "rayon",
13360 "windows 0.57.0",
13361]
13362
13363[[package]]
13364name = "system-configuration"
13365version = "0.5.1"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13368dependencies = [
13369 "bitflags 1.3.2",
13370 "core-foundation 0.9.4",
13371 "system-configuration-sys 0.5.0",
13372]
13373
13374[[package]]
13375name = "system-configuration"
13376version = "0.6.1"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13379dependencies = [
13380 "bitflags 2.8.0",
13381 "core-foundation 0.9.4",
13382 "system-configuration-sys 0.6.0",
13383]
13384
13385[[package]]
13386name = "system-configuration-sys"
13387version = "0.5.0"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13390dependencies = [
13391 "core-foundation-sys",
13392 "libc",
13393]
13394
13395[[package]]
13396name = "system-configuration-sys"
13397version = "0.6.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13400dependencies = [
13401 "core-foundation-sys",
13402 "libc",
13403]
13404
13405[[package]]
13406name = "system-deps"
13407version = "6.2.2"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13410dependencies = [
13411 "cfg-expr",
13412 "heck 0.5.0",
13413 "pkg-config",
13414 "toml 0.8.20",
13415 "version-compare",
13416]
13417
13418[[package]]
13419name = "system-interface"
13420version = "0.27.3"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13423dependencies = [
13424 "bitflags 2.8.0",
13425 "cap-fs-ext",
13426 "cap-std",
13427 "fd-lock",
13428 "io-lifetimes",
13429 "rustix",
13430 "windows-sys 0.59.0",
13431 "winx",
13432]
13433
13434[[package]]
13435name = "tab_switcher"
13436version = "0.1.0"
13437dependencies = [
13438 "anyhow",
13439 "collections",
13440 "ctor",
13441 "editor",
13442 "env_logger 0.11.6",
13443 "gpui",
13444 "language",
13445 "menu",
13446 "picker",
13447 "project",
13448 "schemars",
13449 "serde",
13450 "serde_json",
13451 "settings",
13452 "theme",
13453 "ui",
13454 "util",
13455 "workspace",
13456]
13457
13458[[package]]
13459name = "taffy"
13460version = "0.4.4"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13463dependencies = [
13464 "arrayvec",
13465 "grid",
13466 "num-traits",
13467 "serde",
13468 "slotmap",
13469]
13470
13471[[package]]
13472name = "take-until"
13473version = "0.2.0"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13476
13477[[package]]
13478name = "tap"
13479version = "1.0.1"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13482
13483[[package]]
13484name = "target-lexicon"
13485version = "0.12.16"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13488
13489[[package]]
13490name = "target-lexicon"
13491version = "0.13.2"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13494
13495[[package]]
13496name = "task"
13497version = "0.1.0"
13498dependencies = [
13499 "anyhow",
13500 "collections",
13501 "futures 0.3.31",
13502 "gpui",
13503 "hex",
13504 "parking_lot",
13505 "schemars",
13506 "serde",
13507 "serde_json_lenient",
13508 "sha2",
13509 "shellexpand 2.1.2",
13510 "util",
13511 "zed_actions",
13512]
13513
13514[[package]]
13515name = "tasks_ui"
13516version = "0.1.0"
13517dependencies = [
13518 "anyhow",
13519 "editor",
13520 "file_icons",
13521 "fuzzy",
13522 "gpui",
13523 "language",
13524 "menu",
13525 "picker",
13526 "project",
13527 "schemars",
13528 "serde",
13529 "serde_json",
13530 "settings",
13531 "task",
13532 "tree-sitter-rust",
13533 "tree-sitter-typescript",
13534 "ui",
13535 "util",
13536 "workspace",
13537 "zed_actions",
13538]
13539
13540[[package]]
13541name = "telemetry"
13542version = "0.1.0"
13543dependencies = [
13544 "futures 0.3.31",
13545 "serde",
13546 "serde_json",
13547 "telemetry_events",
13548]
13549
13550[[package]]
13551name = "telemetry_events"
13552version = "0.1.0"
13553dependencies = [
13554 "semantic_version",
13555 "serde",
13556 "serde_json",
13557]
13558
13559[[package]]
13560name = "tempfile"
13561version = "3.17.1"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13564dependencies = [
13565 "cfg-if",
13566 "fastrand 2.3.0",
13567 "getrandom 0.3.1",
13568 "once_cell",
13569 "rustix",
13570 "windows-sys 0.59.0",
13571]
13572
13573[[package]]
13574name = "tendril"
13575version = "0.4.3"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13578dependencies = [
13579 "futf",
13580 "mac",
13581 "utf-8",
13582]
13583
13584[[package]]
13585name = "termcolor"
13586version = "1.4.1"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13589dependencies = [
13590 "winapi-util",
13591]
13592
13593[[package]]
13594name = "terminal"
13595version = "0.1.0"
13596dependencies = [
13597 "alacritty_terminal",
13598 "anyhow",
13599 "collections",
13600 "dirs 4.0.0",
13601 "futures 0.3.31",
13602 "gpui",
13603 "libc",
13604 "rand 0.8.5",
13605 "regex",
13606 "release_channel",
13607 "schemars",
13608 "serde",
13609 "serde_derive",
13610 "settings",
13611 "smol",
13612 "sysinfo",
13613 "task",
13614 "theme",
13615 "thiserror 1.0.69",
13616 "util",
13617 "windows 0.60.0",
13618]
13619
13620[[package]]
13621name = "terminal_size"
13622version = "0.4.1"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13625dependencies = [
13626 "rustix",
13627 "windows-sys 0.59.0",
13628]
13629
13630[[package]]
13631name = "terminal_view"
13632version = "0.1.0"
13633dependencies = [
13634 "anyhow",
13635 "async-recursion 1.1.1",
13636 "breadcrumbs",
13637 "client",
13638 "collections",
13639 "db",
13640 "dirs 4.0.0",
13641 "editor",
13642 "futures 0.3.31",
13643 "gpui",
13644 "itertools 0.14.0",
13645 "language",
13646 "log",
13647 "project",
13648 "rand 0.8.5",
13649 "schemars",
13650 "search",
13651 "serde",
13652 "serde_json",
13653 "settings",
13654 "shellexpand 2.1.2",
13655 "smol",
13656 "task",
13657 "terminal",
13658 "theme",
13659 "ui",
13660 "util",
13661 "workspace",
13662 "zed_actions",
13663]
13664
13665[[package]]
13666name = "text"
13667version = "0.1.0"
13668dependencies = [
13669 "anyhow",
13670 "clock",
13671 "collections",
13672 "ctor",
13673 "env_logger 0.11.6",
13674 "gpui",
13675 "http_client",
13676 "log",
13677 "parking_lot",
13678 "postage",
13679 "rand 0.8.5",
13680 "regex",
13681 "rope",
13682 "smallvec",
13683 "sum_tree",
13684 "util",
13685]
13686
13687[[package]]
13688name = "theme"
13689version = "0.1.0"
13690dependencies = [
13691 "anyhow",
13692 "collections",
13693 "derive_more",
13694 "fs",
13695 "futures 0.3.31",
13696 "gpui",
13697 "indexmap",
13698 "log",
13699 "palette",
13700 "parking_lot",
13701 "refineable",
13702 "schemars",
13703 "serde",
13704 "serde_derive",
13705 "serde_json",
13706 "serde_json_lenient",
13707 "serde_repr",
13708 "settings",
13709 "strum",
13710 "thiserror 1.0.69",
13711 "util",
13712 "uuid",
13713]
13714
13715[[package]]
13716name = "theme_extension"
13717version = "0.1.0"
13718dependencies = [
13719 "anyhow",
13720 "extension",
13721 "fs",
13722 "gpui",
13723 "theme",
13724]
13725
13726[[package]]
13727name = "theme_importer"
13728version = "0.1.0"
13729dependencies = [
13730 "anyhow",
13731 "clap",
13732 "gpui",
13733 "indexmap",
13734 "log",
13735 "palette",
13736 "rust-embed",
13737 "serde",
13738 "serde_json",
13739 "serde_json_lenient",
13740 "simplelog",
13741 "strum",
13742 "theme",
13743 "vscode_theme",
13744]
13745
13746[[package]]
13747name = "theme_selector"
13748version = "0.1.0"
13749dependencies = [
13750 "fs",
13751 "fuzzy",
13752 "gpui",
13753 "log",
13754 "picker",
13755 "serde",
13756 "settings",
13757 "telemetry",
13758 "theme",
13759 "ui",
13760 "util",
13761 "workspace",
13762 "zed_actions",
13763]
13764
13765[[package]]
13766name = "thiserror"
13767version = "1.0.69"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13770dependencies = [
13771 "thiserror-impl 1.0.69",
13772]
13773
13774[[package]]
13775name = "thiserror"
13776version = "2.0.6"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13779dependencies = [
13780 "thiserror-impl 2.0.6",
13781]
13782
13783[[package]]
13784name = "thiserror-impl"
13785version = "1.0.69"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13788dependencies = [
13789 "proc-macro2",
13790 "quote",
13791 "syn 2.0.90",
13792]
13793
13794[[package]]
13795name = "thiserror-impl"
13796version = "2.0.6"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13799dependencies = [
13800 "proc-macro2",
13801 "quote",
13802 "syn 2.0.90",
13803]
13804
13805[[package]]
13806name = "thread_local"
13807version = "1.1.8"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13810dependencies = [
13811 "cfg-if",
13812 "once_cell",
13813]
13814
13815[[package]]
13816name = "tiff"
13817version = "0.9.1"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13820dependencies = [
13821 "flate2",
13822 "jpeg-decoder",
13823 "weezl",
13824]
13825
13826[[package]]
13827name = "tiktoken-rs"
13828version = "0.6.0"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13831dependencies = [
13832 "anyhow",
13833 "base64 0.21.7",
13834 "bstr",
13835 "fancy-regex 0.13.0",
13836 "lazy_static",
13837 "parking_lot",
13838 "regex",
13839 "rustc-hash 1.1.0",
13840]
13841
13842[[package]]
13843name = "time"
13844version = "0.3.37"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13847dependencies = [
13848 "deranged",
13849 "itoa",
13850 "libc",
13851 "num-conv",
13852 "num_threads",
13853 "powerfmt",
13854 "serde",
13855 "time-core",
13856 "time-macros",
13857]
13858
13859[[package]]
13860name = "time-core"
13861version = "0.1.2"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13864
13865[[package]]
13866name = "time-macros"
13867version = "0.2.19"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13870dependencies = [
13871 "num-conv",
13872 "time-core",
13873]
13874
13875[[package]]
13876name = "time_format"
13877version = "0.1.0"
13878dependencies = [
13879 "core-foundation 0.9.4",
13880 "core-foundation-sys",
13881 "sys-locale",
13882 "time",
13883]
13884
13885[[package]]
13886name = "tiny-keccak"
13887version = "2.0.2"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13890dependencies = [
13891 "crunchy",
13892]
13893
13894[[package]]
13895name = "tiny-skia"
13896version = "0.11.4"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13899dependencies = [
13900 "arrayref",
13901 "arrayvec",
13902 "bytemuck",
13903 "cfg-if",
13904 "log",
13905 "png",
13906 "tiny-skia-path",
13907]
13908
13909[[package]]
13910name = "tiny-skia-path"
13911version = "0.11.4"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13914dependencies = [
13915 "arrayref",
13916 "bytemuck",
13917 "strict-num",
13918]
13919
13920[[package]]
13921name = "tiny_http"
13922version = "0.8.2"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13925dependencies = [
13926 "ascii",
13927 "chrono",
13928 "chunked_transfer",
13929 "log",
13930 "url",
13931]
13932
13933[[package]]
13934name = "tinystr"
13935version = "0.7.6"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13938dependencies = [
13939 "displaydoc",
13940 "zerovec",
13941]
13942
13943[[package]]
13944name = "tinytemplate"
13945version = "1.2.1"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13948dependencies = [
13949 "serde",
13950 "serde_json",
13951]
13952
13953[[package]]
13954name = "tinyvec"
13955version = "1.8.0"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13958dependencies = [
13959 "tinyvec_macros",
13960]
13961
13962[[package]]
13963name = "tinyvec_macros"
13964version = "0.1.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13967
13968[[package]]
13969name = "title_bar"
13970version = "0.1.0"
13971dependencies = [
13972 "auto_update",
13973 "call",
13974 "client",
13975 "collections",
13976 "feature_flags",
13977 "gpui",
13978 "http_client",
13979 "notifications",
13980 "pretty_assertions",
13981 "project",
13982 "remote",
13983 "rpc",
13984 "schemars",
13985 "serde",
13986 "settings",
13987 "smallvec",
13988 "story",
13989 "telemetry",
13990 "theme",
13991 "tree-sitter-md",
13992 "ui",
13993 "util",
13994 "windows 0.60.0",
13995 "workspace",
13996 "zed_actions",
13997 "zeta",
13998]
13999
14000[[package]]
14001name = "tokio"
14002version = "1.43.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14005dependencies = [
14006 "backtrace",
14007 "bytes 1.10.1",
14008 "libc",
14009 "mio 1.0.3",
14010 "parking_lot",
14011 "pin-project-lite",
14012 "signal-hook-registry",
14013 "socket2",
14014 "tokio-macros",
14015 "windows-sys 0.52.0",
14016]
14017
14018[[package]]
14019name = "tokio-io"
14020version = "0.1.13"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14023dependencies = [
14024 "bytes 0.4.12",
14025 "futures 0.1.31",
14026 "log",
14027]
14028
14029[[package]]
14030name = "tokio-macros"
14031version = "2.5.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14034dependencies = [
14035 "proc-macro2",
14036 "quote",
14037 "syn 2.0.90",
14038]
14039
14040[[package]]
14041name = "tokio-native-tls"
14042version = "0.3.1"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14045dependencies = [
14046 "native-tls",
14047 "tokio",
14048]
14049
14050[[package]]
14051name = "tokio-rustls"
14052version = "0.24.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14055dependencies = [
14056 "rustls 0.21.12",
14057 "tokio",
14058]
14059
14060[[package]]
14061name = "tokio-rustls"
14062version = "0.26.1"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14065dependencies = [
14066 "rustls 0.23.23",
14067 "tokio",
14068]
14069
14070[[package]]
14071name = "tokio-socks"
14072version = "0.5.2"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14075dependencies = [
14076 "either",
14077 "futures-io",
14078 "futures-util",
14079 "thiserror 1.0.69",
14080 "tokio",
14081]
14082
14083[[package]]
14084name = "tokio-stream"
14085version = "0.1.17"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14088dependencies = [
14089 "futures-core",
14090 "pin-project-lite",
14091 "tokio",
14092]
14093
14094[[package]]
14095name = "tokio-tungstenite"
14096version = "0.20.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14099dependencies = [
14100 "futures-util",
14101 "log",
14102 "rustls 0.21.12",
14103 "rustls-native-certs 0.6.3",
14104 "tokio",
14105 "tokio-rustls 0.24.1",
14106 "tungstenite 0.20.1",
14107]
14108
14109[[package]]
14110name = "tokio-tungstenite"
14111version = "0.21.0"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14114dependencies = [
14115 "futures-util",
14116 "log",
14117 "tokio",
14118 "tungstenite 0.21.0",
14119]
14120
14121[[package]]
14122name = "tokio-util"
14123version = "0.7.13"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14126dependencies = [
14127 "bytes 1.10.1",
14128 "futures-core",
14129 "futures-io",
14130 "futures-sink",
14131 "pin-project-lite",
14132 "tokio",
14133]
14134
14135[[package]]
14136name = "toml"
14137version = "0.5.11"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14140dependencies = [
14141 "serde",
14142]
14143
14144[[package]]
14145name = "toml"
14146version = "0.8.20"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14149dependencies = [
14150 "serde",
14151 "serde_spanned",
14152 "toml_datetime",
14153 "toml_edit",
14154]
14155
14156[[package]]
14157name = "toml_datetime"
14158version = "0.6.8"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14161dependencies = [
14162 "serde",
14163]
14164
14165[[package]]
14166name = "toml_edit"
14167version = "0.22.23"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14170dependencies = [
14171 "indexmap",
14172 "serde",
14173 "serde_spanned",
14174 "toml_datetime",
14175 "winnow 0.7.1",
14176]
14177
14178[[package]]
14179name = "toolchain_selector"
14180version = "0.1.0"
14181dependencies = [
14182 "editor",
14183 "fuzzy",
14184 "gpui",
14185 "language",
14186 "picker",
14187 "project",
14188 "ui",
14189 "util",
14190 "workspace",
14191]
14192
14193[[package]]
14194name = "topological-sort"
14195version = "0.2.2"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14198
14199[[package]]
14200name = "tower"
14201version = "0.4.13"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14204dependencies = [
14205 "futures-core",
14206 "futures-util",
14207 "pin-project",
14208 "pin-project-lite",
14209 "tokio",
14210 "tower-layer",
14211 "tower-service",
14212 "tracing",
14213]
14214
14215[[package]]
14216name = "tower-http"
14217version = "0.3.5"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14220dependencies = [
14221 "bitflags 1.3.2",
14222 "bytes 1.10.1",
14223 "futures-core",
14224 "futures-util",
14225 "http 0.2.12",
14226 "http-body 0.4.6",
14227 "http-range-header",
14228 "pin-project-lite",
14229 "tower-layer",
14230 "tower-service",
14231]
14232
14233[[package]]
14234name = "tower-http"
14235version = "0.4.4"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14238dependencies = [
14239 "bitflags 2.8.0",
14240 "bytes 1.10.1",
14241 "futures-core",
14242 "futures-util",
14243 "http 0.2.12",
14244 "http-body 0.4.6",
14245 "http-range-header",
14246 "pin-project-lite",
14247 "tower-layer",
14248 "tower-service",
14249 "tracing",
14250]
14251
14252[[package]]
14253name = "tower-layer"
14254version = "0.3.3"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14257
14258[[package]]
14259name = "tower-service"
14260version = "0.3.3"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14263
14264[[package]]
14265name = "tracing"
14266version = "0.1.41"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14269dependencies = [
14270 "log",
14271 "pin-project-lite",
14272 "tracing-attributes",
14273 "tracing-core",
14274]
14275
14276[[package]]
14277name = "tracing-attributes"
14278version = "0.1.28"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14281dependencies = [
14282 "proc-macro2",
14283 "quote",
14284 "syn 2.0.90",
14285]
14286
14287[[package]]
14288name = "tracing-core"
14289version = "0.1.33"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14292dependencies = [
14293 "once_cell",
14294 "valuable",
14295]
14296
14297[[package]]
14298name = "tracing-log"
14299version = "0.2.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14302dependencies = [
14303 "log",
14304 "once_cell",
14305 "tracing-core",
14306]
14307
14308[[package]]
14309name = "tracing-serde"
14310version = "0.2.0"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14313dependencies = [
14314 "serde",
14315 "tracing-core",
14316]
14317
14318[[package]]
14319name = "tracing-subscriber"
14320version = "0.3.19"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14323dependencies = [
14324 "matchers",
14325 "nu-ansi-term",
14326 "once_cell",
14327 "regex",
14328 "serde",
14329 "serde_json",
14330 "sharded-slab",
14331 "smallvec",
14332 "thread_local",
14333 "tracing",
14334 "tracing-core",
14335 "tracing-log",
14336 "tracing-serde",
14337]
14338
14339[[package]]
14340name = "trait-variant"
14341version = "0.1.2"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14344dependencies = [
14345 "proc-macro2",
14346 "quote",
14347 "syn 2.0.90",
14348]
14349
14350[[package]]
14351name = "tree-sitter"
14352version = "0.25.3"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14355dependencies = [
14356 "cc",
14357 "regex",
14358 "regex-syntax 0.8.5",
14359 "serde_json",
14360 "streaming-iterator",
14361 "tree-sitter-language",
14362 "wasmtime-c-api-impl",
14363]
14364
14365[[package]]
14366name = "tree-sitter-bash"
14367version = "0.23.3"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14370dependencies = [
14371 "cc",
14372 "tree-sitter-language",
14373]
14374
14375[[package]]
14376name = "tree-sitter-c"
14377version = "0.23.4"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14380dependencies = [
14381 "cc",
14382 "tree-sitter-language",
14383]
14384
14385[[package]]
14386name = "tree-sitter-cpp"
14387version = "0.23.4"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14390dependencies = [
14391 "cc",
14392 "tree-sitter-language",
14393]
14394
14395[[package]]
14396name = "tree-sitter-css"
14397version = "0.23.2"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14400dependencies = [
14401 "cc",
14402 "tree-sitter-language",
14403]
14404
14405[[package]]
14406name = "tree-sitter-diff"
14407version = "0.1.0"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14410dependencies = [
14411 "cc",
14412 "tree-sitter-language",
14413]
14414
14415[[package]]
14416name = "tree-sitter-elixir"
14417version = "0.3.4"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14420dependencies = [
14421 "cc",
14422 "tree-sitter-language",
14423]
14424
14425[[package]]
14426name = "tree-sitter-embedded-template"
14427version = "0.23.2"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14430dependencies = [
14431 "cc",
14432 "tree-sitter-language",
14433]
14434
14435[[package]]
14436name = "tree-sitter-gitcommit"
14437version = "0.0.1"
14438source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14439dependencies = [
14440 "cc",
14441 "tree-sitter-language",
14442]
14443
14444[[package]]
14445name = "tree-sitter-go"
14446version = "0.23.4"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14449dependencies = [
14450 "cc",
14451 "tree-sitter-language",
14452]
14453
14454[[package]]
14455name = "tree-sitter-gomod"
14456version = "1.1.1"
14457source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14458dependencies = [
14459 "cc",
14460 "tree-sitter-language",
14461]
14462
14463[[package]]
14464name = "tree-sitter-gowork"
14465version = "0.0.1"
14466source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14467dependencies = [
14468 "cc",
14469 "tree-sitter-language",
14470]
14471
14472[[package]]
14473name = "tree-sitter-heex"
14474version = "0.0.1"
14475source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14476dependencies = [
14477 "cc",
14478 "tree-sitter-language",
14479]
14480
14481[[package]]
14482name = "tree-sitter-html"
14483version = "0.23.2"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14486dependencies = [
14487 "cc",
14488 "tree-sitter-language",
14489]
14490
14491[[package]]
14492name = "tree-sitter-jsdoc"
14493version = "0.23.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14496dependencies = [
14497 "cc",
14498 "tree-sitter-language",
14499]
14500
14501[[package]]
14502name = "tree-sitter-json"
14503version = "0.24.8"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14506dependencies = [
14507 "cc",
14508 "tree-sitter-language",
14509]
14510
14511[[package]]
14512name = "tree-sitter-language"
14513version = "0.1.3"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14516
14517[[package]]
14518name = "tree-sitter-md"
14519version = "0.3.2"
14520source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14521dependencies = [
14522 "cc",
14523 "tree-sitter-language",
14524]
14525
14526[[package]]
14527name = "tree-sitter-python"
14528version = "0.23.6"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14531dependencies = [
14532 "cc",
14533 "tree-sitter-language",
14534]
14535
14536[[package]]
14537name = "tree-sitter-regex"
14538version = "0.24.3"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14541dependencies = [
14542 "cc",
14543 "tree-sitter-language",
14544]
14545
14546[[package]]
14547name = "tree-sitter-ruby"
14548version = "0.23.1"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14551dependencies = [
14552 "cc",
14553 "tree-sitter-language",
14554]
14555
14556[[package]]
14557name = "tree-sitter-rust"
14558version = "0.23.2"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14561dependencies = [
14562 "cc",
14563 "tree-sitter-language",
14564]
14565
14566[[package]]
14567name = "tree-sitter-typescript"
14568version = "0.23.2"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14571dependencies = [
14572 "cc",
14573 "tree-sitter-language",
14574]
14575
14576[[package]]
14577name = "tree-sitter-yaml"
14578version = "0.6.1"
14579source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14580dependencies = [
14581 "cc",
14582 "tree-sitter-language",
14583]
14584
14585[[package]]
14586name = "try-lock"
14587version = "0.2.5"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14590
14591[[package]]
14592name = "ttf-parser"
14593version = "0.21.1"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14596
14597[[package]]
14598name = "tungstenite"
14599version = "0.20.1"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14602dependencies = [
14603 "byteorder",
14604 "bytes 1.10.1",
14605 "data-encoding",
14606 "http 0.2.12",
14607 "httparse",
14608 "log",
14609 "rand 0.8.5",
14610 "rustls 0.21.12",
14611 "sha1",
14612 "thiserror 1.0.69",
14613 "url",
14614 "utf-8",
14615]
14616
14617[[package]]
14618name = "tungstenite"
14619version = "0.21.0"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14622dependencies = [
14623 "byteorder",
14624 "bytes 1.10.1",
14625 "data-encoding",
14626 "http 1.2.0",
14627 "httparse",
14628 "log",
14629 "rand 0.8.5",
14630 "sha1",
14631 "thiserror 1.0.69",
14632 "url",
14633 "utf-8",
14634]
14635
14636[[package]]
14637name = "tungstenite"
14638version = "0.24.0"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14641dependencies = [
14642 "byteorder",
14643 "bytes 1.10.1",
14644 "data-encoding",
14645 "http 1.2.0",
14646 "httparse",
14647 "log",
14648 "rand 0.8.5",
14649 "sha1",
14650 "thiserror 1.0.69",
14651 "utf-8",
14652]
14653
14654[[package]]
14655name = "typeid"
14656version = "1.0.2"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14659
14660[[package]]
14661name = "typenum"
14662version = "1.17.0"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14665
14666[[package]]
14667name = "ucd-trie"
14668version = "0.1.7"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14671
14672[[package]]
14673name = "uds_windows"
14674version = "1.1.0"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14677dependencies = [
14678 "memoffset",
14679 "tempfile",
14680 "winapi",
14681]
14682
14683[[package]]
14684name = "ui"
14685version = "0.1.0"
14686dependencies = [
14687 "chrono",
14688 "component",
14689 "gpui",
14690 "itertools 0.14.0",
14691 "linkme",
14692 "menu",
14693 "serde",
14694 "settings",
14695 "smallvec",
14696 "story",
14697 "strum",
14698 "theme",
14699 "ui_macros",
14700 "util",
14701 "windows 0.60.0",
14702]
14703
14704[[package]]
14705name = "ui_input"
14706version = "0.1.0"
14707dependencies = [
14708 "editor",
14709 "gpui",
14710 "settings",
14711 "theme",
14712 "ui",
14713]
14714
14715[[package]]
14716name = "ui_macros"
14717version = "0.1.0"
14718dependencies = [
14719 "convert_case 0.8.0",
14720 "linkme",
14721 "proc-macro2",
14722 "quote",
14723 "syn 1.0.109",
14724]
14725
14726[[package]]
14727name = "unicase"
14728version = "2.8.1"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14731
14732[[package]]
14733name = "unicode-bidi"
14734version = "0.3.17"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14737
14738[[package]]
14739name = "unicode-bidi-mirroring"
14740version = "0.2.0"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14743
14744[[package]]
14745name = "unicode-ccc"
14746version = "0.2.0"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14749
14750[[package]]
14751name = "unicode-ident"
14752version = "1.0.14"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14755
14756[[package]]
14757name = "unicode-linebreak"
14758version = "0.1.5"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14761
14762[[package]]
14763name = "unicode-normalization"
14764version = "0.1.24"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14767dependencies = [
14768 "tinyvec",
14769]
14770
14771[[package]]
14772name = "unicode-properties"
14773version = "0.1.3"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14776
14777[[package]]
14778name = "unicode-script"
14779version = "0.5.7"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14782
14783[[package]]
14784name = "unicode-segmentation"
14785version = "1.12.0"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14788
14789[[package]]
14790name = "unicode-width"
14791version = "0.1.14"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14794
14795[[package]]
14796name = "unicode-xid"
14797version = "0.2.6"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14800
14801[[package]]
14802name = "unicode_categories"
14803version = "0.1.1"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14806
14807[[package]]
14808name = "unindent"
14809version = "0.2.3"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14812
14813[[package]]
14814name = "untrusted"
14815version = "0.9.0"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14818
14819[[package]]
14820name = "url"
14821version = "2.5.4"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14824dependencies = [
14825 "form_urlencoded",
14826 "idna",
14827 "percent-encoding",
14828 "serde",
14829]
14830
14831[[package]]
14832name = "urlencoding"
14833version = "2.1.3"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14836
14837[[package]]
14838name = "usvg"
14839version = "0.44.0"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14842dependencies = [
14843 "base64 0.22.1",
14844 "data-url",
14845 "flate2",
14846 "imagesize",
14847 "kurbo",
14848 "log",
14849 "pico-args",
14850 "roxmltree",
14851 "simplecss",
14852 "siphasher 1.0.1",
14853 "strict-num",
14854 "svgtypes",
14855 "tiny-skia-path",
14856 "xmlwriter",
14857]
14858
14859[[package]]
14860name = "utf-8"
14861version = "0.7.6"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14864
14865[[package]]
14866name = "utf16_iter"
14867version = "1.0.5"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14870
14871[[package]]
14872name = "utf8_iter"
14873version = "1.0.4"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14876
14877[[package]]
14878name = "utf8parse"
14879version = "0.2.2"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14882
14883[[package]]
14884name = "util"
14885version = "0.1.0"
14886dependencies = [
14887 "anyhow",
14888 "async-fs",
14889 "collections",
14890 "dirs 4.0.0",
14891 "dunce",
14892 "futures 0.3.31",
14893 "futures-lite 1.13.0",
14894 "git2",
14895 "globset",
14896 "itertools 0.14.0",
14897 "libc",
14898 "log",
14899 "rand 0.8.5",
14900 "regex",
14901 "rust-embed",
14902 "serde",
14903 "serde_json",
14904 "smol",
14905 "take-until",
14906 "tempfile",
14907 "tendril",
14908 "unicase",
14909 "util_macros",
14910]
14911
14912[[package]]
14913name = "util_macros"
14914version = "0.1.0"
14915dependencies = [
14916 "quote",
14917 "syn 1.0.109",
14918]
14919
14920[[package]]
14921name = "uuid"
14922version = "1.13.2"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14925dependencies = [
14926 "getrandom 0.3.1",
14927 "serde",
14928 "sha1_smol",
14929]
14930
14931[[package]]
14932name = "v_frame"
14933version = "0.3.8"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14936dependencies = [
14937 "aligned-vec",
14938 "num-traits",
14939 "wasm-bindgen",
14940]
14941
14942[[package]]
14943name = "valuable"
14944version = "0.1.0"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14947
14948[[package]]
14949name = "value-bag"
14950version = "1.10.0"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14953dependencies = [
14954 "value-bag-serde1",
14955 "value-bag-sval2",
14956]
14957
14958[[package]]
14959name = "value-bag-serde1"
14960version = "1.10.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14963dependencies = [
14964 "erased-serde",
14965 "serde",
14966 "serde_fmt",
14967]
14968
14969[[package]]
14970name = "value-bag-sval2"
14971version = "1.10.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14974dependencies = [
14975 "sval",
14976 "sval_buffer",
14977 "sval_dynamic",
14978 "sval_fmt",
14979 "sval_json",
14980 "sval_ref",
14981 "sval_serde",
14982]
14983
14984[[package]]
14985name = "vcpkg"
14986version = "0.2.15"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14989
14990[[package]]
14991name = "version-compare"
14992version = "0.2.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14995
14996[[package]]
14997name = "version_check"
14998version = "0.9.5"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15001
15002[[package]]
15003name = "vim"
15004version = "0.1.0"
15005dependencies = [
15006 "anyhow",
15007 "assets",
15008 "async-compat",
15009 "async-trait",
15010 "collections",
15011 "command_palette",
15012 "command_palette_hooks",
15013 "editor",
15014 "futures 0.3.31",
15015 "git_ui",
15016 "gpui",
15017 "indoc",
15018 "itertools 0.14.0",
15019 "language",
15020 "libc",
15021 "log",
15022 "lsp",
15023 "multi_buffer",
15024 "nvim-rs",
15025 "parking_lot",
15026 "picker",
15027 "project",
15028 "project_panel",
15029 "regex",
15030 "release_channel",
15031 "schemars",
15032 "search",
15033 "serde",
15034 "serde_derive",
15035 "serde_json",
15036 "settings",
15037 "task",
15038 "theme",
15039 "tokio",
15040 "ui",
15041 "util",
15042 "vim_mode_setting",
15043 "workspace",
15044 "zed_actions",
15045]
15046
15047[[package]]
15048name = "vim_mode_setting"
15049version = "0.1.0"
15050dependencies = [
15051 "anyhow",
15052 "gpui",
15053 "settings",
15054]
15055
15056[[package]]
15057name = "vscode_theme"
15058version = "0.2.0"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15061dependencies = [
15062 "serde",
15063]
15064
15065[[package]]
15066name = "vsimd"
15067version = "0.8.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15070
15071[[package]]
15072name = "vswhom"
15073version = "0.1.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15076dependencies = [
15077 "libc",
15078 "vswhom-sys",
15079]
15080
15081[[package]]
15082name = "vswhom-sys"
15083version = "0.1.2"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15086dependencies = [
15087 "cc",
15088 "libc",
15089]
15090
15091[[package]]
15092name = "vte"
15093version = "0.15.0"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15096dependencies = [
15097 "arrayvec",
15098 "bitflags 2.8.0",
15099 "cursor-icon",
15100 "log",
15101 "memchr",
15102 "serde",
15103]
15104
15105[[package]]
15106name = "waker-fn"
15107version = "1.2.0"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15110
15111[[package]]
15112name = "walkdir"
15113version = "2.5.0"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15116dependencies = [
15117 "same-file",
15118 "winapi-util",
15119]
15120
15121[[package]]
15122name = "want"
15123version = "0.3.1"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15126dependencies = [
15127 "try-lock",
15128]
15129
15130[[package]]
15131name = "warp"
15132version = "0.3.7"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15135dependencies = [
15136 "bytes 1.10.1",
15137 "futures-channel",
15138 "futures-util",
15139 "headers",
15140 "http 0.2.12",
15141 "hyper 0.14.32",
15142 "log",
15143 "mime",
15144 "mime_guess",
15145 "percent-encoding",
15146 "pin-project",
15147 "scoped-tls",
15148 "serde",
15149 "serde_json",
15150 "serde_urlencoded",
15151 "tokio",
15152 "tokio-tungstenite 0.21.0",
15153 "tokio-util",
15154 "tower-service",
15155 "tracing",
15156]
15157
15158[[package]]
15159name = "wasi"
15160version = "0.9.0+wasi-snapshot-preview1"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15163
15164[[package]]
15165name = "wasi"
15166version = "0.11.0+wasi-snapshot-preview1"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15169
15170[[package]]
15171name = "wasi"
15172version = "0.13.3+wasi-0.2.2"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15175dependencies = [
15176 "wit-bindgen-rt 0.33.0",
15177]
15178
15179[[package]]
15180name = "wasite"
15181version = "0.1.0"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15184
15185[[package]]
15186name = "wasm-bindgen"
15187version = "0.2.99"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15190dependencies = [
15191 "cfg-if",
15192 "once_cell",
15193 "wasm-bindgen-macro",
15194]
15195
15196[[package]]
15197name = "wasm-bindgen-backend"
15198version = "0.2.99"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15201dependencies = [
15202 "bumpalo",
15203 "log",
15204 "proc-macro2",
15205 "quote",
15206 "syn 2.0.90",
15207 "wasm-bindgen-shared",
15208]
15209
15210[[package]]
15211name = "wasm-bindgen-futures"
15212version = "0.4.49"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15215dependencies = [
15216 "cfg-if",
15217 "js-sys",
15218 "once_cell",
15219 "wasm-bindgen",
15220 "web-sys",
15221]
15222
15223[[package]]
15224name = "wasm-bindgen-macro"
15225version = "0.2.99"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15228dependencies = [
15229 "quote",
15230 "wasm-bindgen-macro-support",
15231]
15232
15233[[package]]
15234name = "wasm-bindgen-macro-support"
15235version = "0.2.99"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15238dependencies = [
15239 "proc-macro2",
15240 "quote",
15241 "syn 2.0.90",
15242 "wasm-bindgen-backend",
15243 "wasm-bindgen-shared",
15244]
15245
15246[[package]]
15247name = "wasm-bindgen-shared"
15248version = "0.2.99"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15251
15252[[package]]
15253name = "wasm-encoder"
15254version = "0.201.0"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15257dependencies = [
15258 "leb128",
15259]
15260
15261[[package]]
15262name = "wasm-encoder"
15263version = "0.221.3"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15266dependencies = [
15267 "leb128",
15268 "wasmparser 0.221.3",
15269]
15270
15271[[package]]
15272name = "wasm-metadata"
15273version = "0.201.0"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15276dependencies = [
15277 "anyhow",
15278 "indexmap",
15279 "serde",
15280 "serde_derive",
15281 "serde_json",
15282 "spdx",
15283 "wasm-encoder 0.201.0",
15284 "wasmparser 0.201.0",
15285]
15286
15287[[package]]
15288name = "wasm-metadata"
15289version = "0.221.3"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15292dependencies = [
15293 "anyhow",
15294 "indexmap",
15295 "serde",
15296 "serde_derive",
15297 "serde_json",
15298 "spdx",
15299 "wasm-encoder 0.221.3",
15300 "wasmparser 0.221.3",
15301]
15302
15303[[package]]
15304name = "wasm-streams"
15305version = "0.4.2"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15308dependencies = [
15309 "futures-util",
15310 "js-sys",
15311 "wasm-bindgen",
15312 "wasm-bindgen-futures",
15313 "web-sys",
15314]
15315
15316[[package]]
15317name = "wasmparser"
15318version = "0.201.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15321dependencies = [
15322 "bitflags 2.8.0",
15323 "indexmap",
15324 "semver",
15325]
15326
15327[[package]]
15328name = "wasmparser"
15329version = "0.221.3"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15332dependencies = [
15333 "bitflags 2.8.0",
15334 "hashbrown 0.15.2",
15335 "indexmap",
15336 "semver",
15337 "serde",
15338]
15339
15340[[package]]
15341name = "wasmprinter"
15342version = "0.221.3"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15345dependencies = [
15346 "anyhow",
15347 "termcolor",
15348 "wasmparser 0.221.3",
15349]
15350
15351[[package]]
15352name = "wasmtime"
15353version = "29.0.1"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15356dependencies = [
15357 "anyhow",
15358 "async-trait",
15359 "bitflags 2.8.0",
15360 "bumpalo",
15361 "cc",
15362 "cfg-if",
15363 "encoding_rs",
15364 "hashbrown 0.14.5",
15365 "indexmap",
15366 "libc",
15367 "log",
15368 "mach2",
15369 "memfd",
15370 "object",
15371 "once_cell",
15372 "paste",
15373 "postcard",
15374 "psm",
15375 "pulley-interpreter",
15376 "rustix",
15377 "semver",
15378 "serde",
15379 "serde_derive",
15380 "smallvec",
15381 "sptr",
15382 "target-lexicon 0.13.2",
15383 "trait-variant",
15384 "wasmparser 0.221.3",
15385 "wasmtime-asm-macros",
15386 "wasmtime-component-macro",
15387 "wasmtime-component-util",
15388 "wasmtime-cranelift",
15389 "wasmtime-environ",
15390 "wasmtime-fiber",
15391 "wasmtime-jit-icache-coherence",
15392 "wasmtime-math",
15393 "wasmtime-slab",
15394 "wasmtime-versioned-export-macros",
15395 "wasmtime-winch",
15396 "windows-sys 0.59.0",
15397]
15398
15399[[package]]
15400name = "wasmtime-asm-macros"
15401version = "29.0.1"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15404dependencies = [
15405 "cfg-if",
15406]
15407
15408[[package]]
15409name = "wasmtime-c-api-impl"
15410version = "29.0.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15413dependencies = [
15414 "anyhow",
15415 "log",
15416 "tracing",
15417 "wasmtime",
15418 "wasmtime-c-api-macros",
15419]
15420
15421[[package]]
15422name = "wasmtime-c-api-macros"
15423version = "29.0.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15426dependencies = [
15427 "proc-macro2",
15428 "quote",
15429]
15430
15431[[package]]
15432name = "wasmtime-component-macro"
15433version = "29.0.1"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15436dependencies = [
15437 "anyhow",
15438 "proc-macro2",
15439 "quote",
15440 "syn 2.0.90",
15441 "wasmtime-component-util",
15442 "wasmtime-wit-bindgen",
15443 "wit-parser 0.221.3",
15444]
15445
15446[[package]]
15447name = "wasmtime-component-util"
15448version = "29.0.1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15451
15452[[package]]
15453name = "wasmtime-cranelift"
15454version = "29.0.1"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15457dependencies = [
15458 "anyhow",
15459 "cfg-if",
15460 "cranelift-codegen",
15461 "cranelift-control",
15462 "cranelift-entity",
15463 "cranelift-frontend",
15464 "cranelift-native",
15465 "gimli",
15466 "itertools 0.12.1",
15467 "log",
15468 "object",
15469 "smallvec",
15470 "target-lexicon 0.13.2",
15471 "thiserror 1.0.69",
15472 "wasmparser 0.221.3",
15473 "wasmtime-environ",
15474 "wasmtime-versioned-export-macros",
15475]
15476
15477[[package]]
15478name = "wasmtime-environ"
15479version = "29.0.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15482dependencies = [
15483 "anyhow",
15484 "cpp_demangle",
15485 "cranelift-bitset",
15486 "cranelift-entity",
15487 "gimli",
15488 "indexmap",
15489 "log",
15490 "object",
15491 "postcard",
15492 "rustc-demangle",
15493 "semver",
15494 "serde",
15495 "serde_derive",
15496 "smallvec",
15497 "target-lexicon 0.13.2",
15498 "wasm-encoder 0.221.3",
15499 "wasmparser 0.221.3",
15500 "wasmprinter",
15501 "wasmtime-component-util",
15502]
15503
15504[[package]]
15505name = "wasmtime-fiber"
15506version = "29.0.1"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15509dependencies = [
15510 "anyhow",
15511 "cc",
15512 "cfg-if",
15513 "rustix",
15514 "wasmtime-asm-macros",
15515 "wasmtime-versioned-export-macros",
15516 "windows-sys 0.59.0",
15517]
15518
15519[[package]]
15520name = "wasmtime-jit-icache-coherence"
15521version = "29.0.1"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15524dependencies = [
15525 "anyhow",
15526 "cfg-if",
15527 "libc",
15528 "windows-sys 0.59.0",
15529]
15530
15531[[package]]
15532name = "wasmtime-math"
15533version = "29.0.1"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15536dependencies = [
15537 "libm",
15538]
15539
15540[[package]]
15541name = "wasmtime-slab"
15542version = "29.0.1"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15545
15546[[package]]
15547name = "wasmtime-versioned-export-macros"
15548version = "29.0.1"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15551dependencies = [
15552 "proc-macro2",
15553 "quote",
15554 "syn 2.0.90",
15555]
15556
15557[[package]]
15558name = "wasmtime-wasi"
15559version = "29.0.1"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15562dependencies = [
15563 "anyhow",
15564 "async-trait",
15565 "bitflags 2.8.0",
15566 "bytes 1.10.1",
15567 "cap-fs-ext",
15568 "cap-net-ext",
15569 "cap-rand",
15570 "cap-std",
15571 "cap-time-ext",
15572 "fs-set-times",
15573 "futures 0.3.31",
15574 "io-extras",
15575 "io-lifetimes",
15576 "rustix",
15577 "system-interface",
15578 "thiserror 1.0.69",
15579 "tokio",
15580 "tracing",
15581 "trait-variant",
15582 "url",
15583 "wasmtime",
15584 "wiggle",
15585 "windows-sys 0.59.0",
15586]
15587
15588[[package]]
15589name = "wasmtime-winch"
15590version = "29.0.1"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15593dependencies = [
15594 "anyhow",
15595 "cranelift-codegen",
15596 "gimli",
15597 "object",
15598 "target-lexicon 0.13.2",
15599 "wasmparser 0.221.3",
15600 "wasmtime-cranelift",
15601 "wasmtime-environ",
15602 "winch-codegen",
15603]
15604
15605[[package]]
15606name = "wasmtime-wit-bindgen"
15607version = "29.0.1"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15610dependencies = [
15611 "anyhow",
15612 "heck 0.5.0",
15613 "indexmap",
15614 "wit-parser 0.221.3",
15615]
15616
15617[[package]]
15618name = "wast"
15619version = "35.0.2"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15622dependencies = [
15623 "leb128",
15624]
15625
15626[[package]]
15627name = "wayland-backend"
15628version = "0.3.8"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15631dependencies = [
15632 "cc",
15633 "downcast-rs",
15634 "rustix",
15635 "scoped-tls",
15636 "smallvec",
15637 "wayland-sys",
15638]
15639
15640[[package]]
15641name = "wayland-client"
15642version = "0.31.8"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15645dependencies = [
15646 "bitflags 2.8.0",
15647 "rustix",
15648 "wayland-backend",
15649 "wayland-scanner",
15650]
15651
15652[[package]]
15653name = "wayland-cursor"
15654version = "0.31.8"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15657dependencies = [
15658 "rustix",
15659 "wayland-client",
15660 "xcursor",
15661]
15662
15663[[package]]
15664name = "wayland-protocols"
15665version = "0.31.2"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15668dependencies = [
15669 "bitflags 2.8.0",
15670 "wayland-backend",
15671 "wayland-client",
15672 "wayland-scanner",
15673]
15674
15675[[package]]
15676name = "wayland-protocols-plasma"
15677version = "0.2.0"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15680dependencies = [
15681 "bitflags 2.8.0",
15682 "wayland-backend",
15683 "wayland-client",
15684 "wayland-protocols",
15685 "wayland-scanner",
15686]
15687
15688[[package]]
15689name = "wayland-scanner"
15690version = "0.31.6"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15693dependencies = [
15694 "proc-macro2",
15695 "quick-xml 0.37.2",
15696 "quote",
15697]
15698
15699[[package]]
15700name = "wayland-sys"
15701version = "0.31.6"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15704dependencies = [
15705 "dlib",
15706 "log",
15707 "once_cell",
15708 "pkg-config",
15709]
15710
15711[[package]]
15712name = "web-sys"
15713version = "0.3.76"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15716dependencies = [
15717 "js-sys",
15718 "wasm-bindgen",
15719]
15720
15721[[package]]
15722name = "web-time"
15723version = "1.1.0"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15726dependencies = [
15727 "js-sys",
15728 "wasm-bindgen",
15729]
15730
15731[[package]]
15732name = "webpki-root-certs"
15733version = "0.26.8"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15736dependencies = [
15737 "rustls-pki-types",
15738]
15739
15740[[package]]
15741name = "webpki-roots"
15742version = "0.26.7"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15745dependencies = [
15746 "rustls-pki-types",
15747]
15748
15749[[package]]
15750name = "webrtc-sys"
15751version = "0.3.5"
15752source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15753dependencies = [
15754 "cc",
15755 "cxx",
15756 "cxx-build",
15757 "glob",
15758 "log",
15759 "webrtc-sys-build",
15760]
15761
15762[[package]]
15763name = "webrtc-sys-build"
15764version = "0.3.5"
15765source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15766dependencies = [
15767 "fs2",
15768 "regex",
15769 "reqwest 0.11.27",
15770 "scratch",
15771 "semver",
15772 "zip",
15773]
15774
15775[[package]]
15776name = "weezl"
15777version = "0.1.8"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15780
15781[[package]]
15782name = "welcome"
15783version = "0.1.0"
15784dependencies = [
15785 "anyhow",
15786 "client",
15787 "db",
15788 "editor",
15789 "fuzzy",
15790 "gpui",
15791 "install_cli",
15792 "language",
15793 "picker",
15794 "project",
15795 "schemars",
15796 "serde",
15797 "settings",
15798 "telemetry",
15799 "ui",
15800 "util",
15801 "vim_mode_setting",
15802 "workspace",
15803 "zed_actions",
15804]
15805
15806[[package]]
15807name = "which"
15808version = "4.4.2"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15811dependencies = [
15812 "either",
15813 "home",
15814 "once_cell",
15815 "rustix",
15816]
15817
15818[[package]]
15819name = "which"
15820version = "6.0.3"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15823dependencies = [
15824 "either",
15825 "home",
15826 "rustix",
15827 "winsafe",
15828]
15829
15830[[package]]
15831name = "which"
15832version = "7.0.2"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15835dependencies = [
15836 "either",
15837 "env_home",
15838 "rustix",
15839 "winsafe",
15840]
15841
15842[[package]]
15843name = "whoami"
15844version = "1.5.2"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15847dependencies = [
15848 "redox_syscall 0.5.8",
15849 "wasite",
15850]
15851
15852[[package]]
15853name = "wiggle"
15854version = "29.0.1"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15857dependencies = [
15858 "anyhow",
15859 "async-trait",
15860 "bitflags 2.8.0",
15861 "thiserror 1.0.69",
15862 "tracing",
15863 "wasmtime",
15864 "wiggle-macro",
15865]
15866
15867[[package]]
15868name = "wiggle-generate"
15869version = "29.0.1"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15872dependencies = [
15873 "anyhow",
15874 "heck 0.5.0",
15875 "proc-macro2",
15876 "quote",
15877 "shellexpand 2.1.2",
15878 "syn 2.0.90",
15879 "witx",
15880]
15881
15882[[package]]
15883name = "wiggle-macro"
15884version = "29.0.1"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15887dependencies = [
15888 "proc-macro2",
15889 "quote",
15890 "syn 2.0.90",
15891 "wiggle-generate",
15892]
15893
15894[[package]]
15895name = "winapi"
15896version = "0.3.9"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15899dependencies = [
15900 "winapi-i686-pc-windows-gnu",
15901 "winapi-x86_64-pc-windows-gnu",
15902]
15903
15904[[package]]
15905name = "winapi-i686-pc-windows-gnu"
15906version = "0.4.0"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15909
15910[[package]]
15911name = "winapi-util"
15912version = "0.1.9"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15915dependencies = [
15916 "windows-sys 0.48.0",
15917]
15918
15919[[package]]
15920name = "winapi-x86_64-pc-windows-gnu"
15921version = "0.4.0"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15924
15925[[package]]
15926name = "winch-codegen"
15927version = "29.0.1"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15930dependencies = [
15931 "anyhow",
15932 "cranelift-codegen",
15933 "gimli",
15934 "regalloc2",
15935 "smallvec",
15936 "target-lexicon 0.13.2",
15937 "thiserror 1.0.69",
15938 "wasmparser 0.221.3",
15939 "wasmtime-cranelift",
15940 "wasmtime-environ",
15941]
15942
15943[[package]]
15944name = "windows"
15945version = "0.54.0"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15948dependencies = [
15949 "windows-core 0.54.0",
15950 "windows-targets 0.52.6",
15951]
15952
15953[[package]]
15954name = "windows"
15955version = "0.57.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15958dependencies = [
15959 "windows-core 0.57.0",
15960 "windows-targets 0.52.6",
15961]
15962
15963[[package]]
15964name = "windows"
15965version = "0.58.0"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15968dependencies = [
15969 "windows-core 0.58.0",
15970 "windows-targets 0.52.6",
15971]
15972
15973[[package]]
15974name = "windows"
15975version = "0.60.0"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
15978dependencies = [
15979 "windows-collections",
15980 "windows-core 0.60.1",
15981 "windows-future",
15982 "windows-link",
15983 "windows-numerics",
15984]
15985
15986[[package]]
15987name = "windows-collections"
15988version = "0.1.1"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
15991dependencies = [
15992 "windows-core 0.60.1",
15993]
15994
15995[[package]]
15996name = "windows-core"
15997version = "0.52.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16000dependencies = [
16001 "windows-targets 0.52.6",
16002]
16003
16004[[package]]
16005name = "windows-core"
16006version = "0.54.0"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16009dependencies = [
16010 "windows-result 0.1.2",
16011 "windows-targets 0.52.6",
16012]
16013
16014[[package]]
16015name = "windows-core"
16016version = "0.57.0"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16019dependencies = [
16020 "windows-implement 0.57.0",
16021 "windows-interface 0.57.0",
16022 "windows-result 0.1.2",
16023 "windows-targets 0.52.6",
16024]
16025
16026[[package]]
16027name = "windows-core"
16028version = "0.58.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16031dependencies = [
16032 "windows-implement 0.58.0",
16033 "windows-interface 0.58.0",
16034 "windows-result 0.2.0",
16035 "windows-strings 0.1.0",
16036 "windows-targets 0.52.6",
16037]
16038
16039[[package]]
16040name = "windows-core"
16041version = "0.60.1"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16044dependencies = [
16045 "windows-implement 0.59.0",
16046 "windows-interface 0.59.0",
16047 "windows-link",
16048 "windows-result 0.3.1",
16049 "windows-strings 0.3.1",
16050]
16051
16052[[package]]
16053name = "windows-future"
16054version = "0.1.1"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16057dependencies = [
16058 "windows-core 0.60.1",
16059 "windows-link",
16060]
16061
16062[[package]]
16063name = "windows-implement"
16064version = "0.57.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16067dependencies = [
16068 "proc-macro2",
16069 "quote",
16070 "syn 2.0.90",
16071]
16072
16073[[package]]
16074name = "windows-implement"
16075version = "0.58.0"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16078dependencies = [
16079 "proc-macro2",
16080 "quote",
16081 "syn 2.0.90",
16082]
16083
16084[[package]]
16085name = "windows-implement"
16086version = "0.59.0"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16089dependencies = [
16090 "proc-macro2",
16091 "quote",
16092 "syn 2.0.90",
16093]
16094
16095[[package]]
16096name = "windows-interface"
16097version = "0.57.0"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16100dependencies = [
16101 "proc-macro2",
16102 "quote",
16103 "syn 2.0.90",
16104]
16105
16106[[package]]
16107name = "windows-interface"
16108version = "0.58.0"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16111dependencies = [
16112 "proc-macro2",
16113 "quote",
16114 "syn 2.0.90",
16115]
16116
16117[[package]]
16118name = "windows-interface"
16119version = "0.59.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16122dependencies = [
16123 "proc-macro2",
16124 "quote",
16125 "syn 2.0.90",
16126]
16127
16128[[package]]
16129name = "windows-link"
16130version = "0.1.0"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16133
16134[[package]]
16135name = "windows-numerics"
16136version = "0.1.1"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16139dependencies = [
16140 "windows-core 0.60.1",
16141 "windows-link",
16142]
16143
16144[[package]]
16145name = "windows-registry"
16146version = "0.2.0"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16149dependencies = [
16150 "windows-result 0.2.0",
16151 "windows-strings 0.1.0",
16152 "windows-targets 0.52.6",
16153]
16154
16155[[package]]
16156name = "windows-result"
16157version = "0.1.2"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16160dependencies = [
16161 "windows-targets 0.52.6",
16162]
16163
16164[[package]]
16165name = "windows-result"
16166version = "0.2.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16169dependencies = [
16170 "windows-targets 0.52.6",
16171]
16172
16173[[package]]
16174name = "windows-result"
16175version = "0.3.1"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16178dependencies = [
16179 "windows-link",
16180]
16181
16182[[package]]
16183name = "windows-strings"
16184version = "0.1.0"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16187dependencies = [
16188 "windows-result 0.2.0",
16189 "windows-targets 0.52.6",
16190]
16191
16192[[package]]
16193name = "windows-strings"
16194version = "0.3.1"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16197dependencies = [
16198 "windows-link",
16199]
16200
16201[[package]]
16202name = "windows-sys"
16203version = "0.45.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16206dependencies = [
16207 "windows-targets 0.42.2",
16208]
16209
16210[[package]]
16211name = "windows-sys"
16212version = "0.48.0"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16215dependencies = [
16216 "windows-targets 0.48.5",
16217]
16218
16219[[package]]
16220name = "windows-sys"
16221version = "0.52.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16224dependencies = [
16225 "windows-targets 0.52.6",
16226]
16227
16228[[package]]
16229name = "windows-sys"
16230version = "0.59.0"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16233dependencies = [
16234 "windows-targets 0.52.6",
16235]
16236
16237[[package]]
16238name = "windows-targets"
16239version = "0.42.2"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16242dependencies = [
16243 "windows_aarch64_gnullvm 0.42.2",
16244 "windows_aarch64_msvc 0.42.2",
16245 "windows_i686_gnu 0.42.2",
16246 "windows_i686_msvc 0.42.2",
16247 "windows_x86_64_gnu 0.42.2",
16248 "windows_x86_64_gnullvm 0.42.2",
16249 "windows_x86_64_msvc 0.42.2",
16250]
16251
16252[[package]]
16253name = "windows-targets"
16254version = "0.48.5"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16257dependencies = [
16258 "windows_aarch64_gnullvm 0.48.5",
16259 "windows_aarch64_msvc 0.48.5",
16260 "windows_i686_gnu 0.48.5",
16261 "windows_i686_msvc 0.48.5",
16262 "windows_x86_64_gnu 0.48.5",
16263 "windows_x86_64_gnullvm 0.48.5",
16264 "windows_x86_64_msvc 0.48.5",
16265]
16266
16267[[package]]
16268name = "windows-targets"
16269version = "0.52.6"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16272dependencies = [
16273 "windows_aarch64_gnullvm 0.52.6",
16274 "windows_aarch64_msvc 0.52.6",
16275 "windows_i686_gnu 0.52.6",
16276 "windows_i686_gnullvm",
16277 "windows_i686_msvc 0.52.6",
16278 "windows_x86_64_gnu 0.52.6",
16279 "windows_x86_64_gnullvm 0.52.6",
16280 "windows_x86_64_msvc 0.52.6",
16281]
16282
16283[[package]]
16284name = "windows_aarch64_gnullvm"
16285version = "0.42.2"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16288
16289[[package]]
16290name = "windows_aarch64_gnullvm"
16291version = "0.48.5"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16294
16295[[package]]
16296name = "windows_aarch64_gnullvm"
16297version = "0.52.6"
16298source = "registry+https://github.com/rust-lang/crates.io-index"
16299checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16300
16301[[package]]
16302name = "windows_aarch64_msvc"
16303version = "0.42.2"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16306
16307[[package]]
16308name = "windows_aarch64_msvc"
16309version = "0.48.5"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16312
16313[[package]]
16314name = "windows_aarch64_msvc"
16315version = "0.52.6"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16318
16319[[package]]
16320name = "windows_i686_gnu"
16321version = "0.42.2"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16324
16325[[package]]
16326name = "windows_i686_gnu"
16327version = "0.48.5"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16330
16331[[package]]
16332name = "windows_i686_gnu"
16333version = "0.52.6"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16336
16337[[package]]
16338name = "windows_i686_gnullvm"
16339version = "0.52.6"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16342
16343[[package]]
16344name = "windows_i686_msvc"
16345version = "0.42.2"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16348
16349[[package]]
16350name = "windows_i686_msvc"
16351version = "0.48.5"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16354
16355[[package]]
16356name = "windows_i686_msvc"
16357version = "0.52.6"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16360
16361[[package]]
16362name = "windows_x86_64_gnu"
16363version = "0.42.2"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16366
16367[[package]]
16368name = "windows_x86_64_gnu"
16369version = "0.48.5"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16372
16373[[package]]
16374name = "windows_x86_64_gnu"
16375version = "0.52.6"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16378
16379[[package]]
16380name = "windows_x86_64_gnullvm"
16381version = "0.42.2"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16384
16385[[package]]
16386name = "windows_x86_64_gnullvm"
16387version = "0.48.5"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16390
16391[[package]]
16392name = "windows_x86_64_gnullvm"
16393version = "0.52.6"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16396
16397[[package]]
16398name = "windows_x86_64_msvc"
16399version = "0.42.2"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16402
16403[[package]]
16404name = "windows_x86_64_msvc"
16405version = "0.48.5"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16408
16409[[package]]
16410name = "windows_x86_64_msvc"
16411version = "0.52.6"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16414
16415[[package]]
16416name = "winnow"
16417version = "0.6.20"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16420dependencies = [
16421 "memchr",
16422]
16423
16424[[package]]
16425name = "winnow"
16426version = "0.7.1"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16429dependencies = [
16430 "memchr",
16431]
16432
16433[[package]]
16434name = "winreg"
16435version = "0.50.0"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16438dependencies = [
16439 "cfg-if",
16440 "windows-sys 0.48.0",
16441]
16442
16443[[package]]
16444name = "winreg"
16445version = "0.52.0"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16448dependencies = [
16449 "cfg-if",
16450 "windows-sys 0.48.0",
16451]
16452
16453[[package]]
16454name = "winresource"
16455version = "0.1.19"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16458dependencies = [
16459 "toml 0.8.20",
16460 "version_check",
16461]
16462
16463[[package]]
16464name = "winsafe"
16465version = "0.0.19"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16468
16469[[package]]
16470name = "winx"
16471version = "0.36.4"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16474dependencies = [
16475 "bitflags 2.8.0",
16476 "windows-sys 0.59.0",
16477]
16478
16479[[package]]
16480name = "wio"
16481version = "0.2.2"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16484dependencies = [
16485 "winapi",
16486]
16487
16488[[package]]
16489name = "wit-bindgen"
16490version = "0.22.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16493dependencies = [
16494 "bitflags 2.8.0",
16495 "wit-bindgen-rt 0.22.0",
16496 "wit-bindgen-rust-macro",
16497]
16498
16499[[package]]
16500name = "wit-bindgen-core"
16501version = "0.22.0"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16504dependencies = [
16505 "anyhow",
16506 "wit-parser 0.201.0",
16507]
16508
16509[[package]]
16510name = "wit-bindgen-rt"
16511version = "0.22.0"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16514
16515[[package]]
16516name = "wit-bindgen-rt"
16517version = "0.33.0"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16520dependencies = [
16521 "bitflags 2.8.0",
16522]
16523
16524[[package]]
16525name = "wit-bindgen-rust"
16526version = "0.22.0"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16529dependencies = [
16530 "anyhow",
16531 "heck 0.4.1",
16532 "indexmap",
16533 "wasm-metadata 0.201.0",
16534 "wit-bindgen-core",
16535 "wit-component 0.201.0",
16536]
16537
16538[[package]]
16539name = "wit-bindgen-rust-macro"
16540version = "0.22.0"
16541source = "registry+https://github.com/rust-lang/crates.io-index"
16542checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16543dependencies = [
16544 "anyhow",
16545 "proc-macro2",
16546 "quote",
16547 "syn 2.0.90",
16548 "wit-bindgen-core",
16549 "wit-bindgen-rust",
16550]
16551
16552[[package]]
16553name = "wit-component"
16554version = "0.201.0"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16557dependencies = [
16558 "anyhow",
16559 "bitflags 2.8.0",
16560 "indexmap",
16561 "log",
16562 "serde",
16563 "serde_derive",
16564 "serde_json",
16565 "wasm-encoder 0.201.0",
16566 "wasm-metadata 0.201.0",
16567 "wasmparser 0.201.0",
16568 "wit-parser 0.201.0",
16569]
16570
16571[[package]]
16572name = "wit-component"
16573version = "0.221.3"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16576dependencies = [
16577 "anyhow",
16578 "bitflags 2.8.0",
16579 "indexmap",
16580 "log",
16581 "serde",
16582 "serde_derive",
16583 "serde_json",
16584 "wasm-encoder 0.221.3",
16585 "wasm-metadata 0.221.3",
16586 "wasmparser 0.221.3",
16587 "wit-parser 0.221.3",
16588]
16589
16590[[package]]
16591name = "wit-parser"
16592version = "0.201.0"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16595dependencies = [
16596 "anyhow",
16597 "id-arena",
16598 "indexmap",
16599 "log",
16600 "semver",
16601 "serde",
16602 "serde_derive",
16603 "serde_json",
16604 "unicode-xid",
16605 "wasmparser 0.201.0",
16606]
16607
16608[[package]]
16609name = "wit-parser"
16610version = "0.221.3"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16613dependencies = [
16614 "anyhow",
16615 "id-arena",
16616 "indexmap",
16617 "log",
16618 "semver",
16619 "serde",
16620 "serde_derive",
16621 "serde_json",
16622 "unicode-xid",
16623 "wasmparser 0.221.3",
16624]
16625
16626[[package]]
16627name = "witx"
16628version = "0.9.1"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16631dependencies = [
16632 "anyhow",
16633 "log",
16634 "thiserror 1.0.69",
16635 "wast",
16636]
16637
16638[[package]]
16639name = "workspace"
16640version = "0.1.0"
16641dependencies = [
16642 "any_vec",
16643 "anyhow",
16644 "async-recursion 1.1.1",
16645 "bincode",
16646 "call",
16647 "client",
16648 "clock",
16649 "collections",
16650 "component",
16651 "db",
16652 "derive_more",
16653 "env_logger 0.11.6",
16654 "fs",
16655 "futures 0.3.31",
16656 "gpui",
16657 "http_client",
16658 "itertools 0.14.0",
16659 "language",
16660 "log",
16661 "node_runtime",
16662 "parking_lot",
16663 "postage",
16664 "project",
16665 "remote",
16666 "schemars",
16667 "serde",
16668 "serde_json",
16669 "session",
16670 "settings",
16671 "smallvec",
16672 "sqlez",
16673 "strum",
16674 "task",
16675 "telemetry",
16676 "tempfile",
16677 "theme",
16678 "ui",
16679 "util",
16680 "uuid",
16681 "zed_actions",
16682]
16683
16684[[package]]
16685name = "worktree"
16686version = "0.1.0"
16687dependencies = [
16688 "anyhow",
16689 "clock",
16690 "collections",
16691 "env_logger 0.11.6",
16692 "fs",
16693 "futures 0.3.31",
16694 "fuzzy",
16695 "git",
16696 "git2",
16697 "git_hosting_providers",
16698 "gpui",
16699 "http_client",
16700 "ignore",
16701 "language",
16702 "log",
16703 "parking_lot",
16704 "paths",
16705 "postage",
16706 "pretty_assertions",
16707 "rand 0.8.5",
16708 "rpc",
16709 "schemars",
16710 "serde",
16711 "serde_json",
16712 "settings",
16713 "smallvec",
16714 "smol",
16715 "sum_tree",
16716 "text",
16717 "util",
16718]
16719
16720[[package]]
16721name = "write16"
16722version = "1.0.0"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16725
16726[[package]]
16727name = "writeable"
16728version = "0.5.5"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16731
16732[[package]]
16733name = "wyz"
16734version = "0.5.1"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16737dependencies = [
16738 "tap",
16739]
16740
16741[[package]]
16742name = "x11-clipboard"
16743version = "0.9.3"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16746dependencies = [
16747 "libc",
16748 "x11rb",
16749]
16750
16751[[package]]
16752name = "x11rb"
16753version = "0.13.1"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16756dependencies = [
16757 "as-raw-xcb-connection",
16758 "gethostname",
16759 "libc",
16760 "rustix",
16761 "x11rb-protocol",
16762]
16763
16764[[package]]
16765name = "x11rb-protocol"
16766version = "0.13.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16769
16770[[package]]
16771name = "xattr"
16772version = "0.2.3"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16775dependencies = [
16776 "libc",
16777]
16778
16779[[package]]
16780name = "xcursor"
16781version = "0.3.8"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16784
16785[[package]]
16786name = "xdg-home"
16787version = "1.3.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16790dependencies = [
16791 "libc",
16792 "windows-sys 0.59.0",
16793]
16794
16795[[package]]
16796name = "xim"
16797version = "0.4.0"
16798source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16799dependencies = [
16800 "ahash 0.8.11",
16801 "hashbrown 0.14.5",
16802 "log",
16803 "x11rb",
16804 "xim-ctext",
16805 "xim-parser",
16806]
16807
16808[[package]]
16809name = "xim-ctext"
16810version = "0.3.0"
16811source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16812dependencies = [
16813 "encoding_rs",
16814]
16815
16816[[package]]
16817name = "xim-parser"
16818version = "0.2.1"
16819source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16820dependencies = [
16821 "bitflags 2.8.0",
16822]
16823
16824[[package]]
16825name = "xkbcommon"
16826version = "0.7.0"
16827source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16828dependencies = [
16829 "as-raw-xcb-connection",
16830 "libc",
16831 "memmap2",
16832 "xkeysym",
16833]
16834
16835[[package]]
16836name = "xkeysym"
16837version = "0.2.1"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16840
16841[[package]]
16842name = "xml5ever"
16843version = "0.18.1"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16846dependencies = [
16847 "log",
16848 "mac",
16849 "markup5ever",
16850]
16851
16852[[package]]
16853name = "xmlparser"
16854version = "0.13.6"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16857
16858[[package]]
16859name = "xmlwriter"
16860version = "0.1.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16863
16864[[package]]
16865name = "xtask"
16866version = "0.1.0"
16867dependencies = [
16868 "anyhow",
16869 "cargo_metadata",
16870 "cargo_toml",
16871 "clap",
16872]
16873
16874[[package]]
16875name = "yaml-rust2"
16876version = "0.8.1"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16879dependencies = [
16880 "arraydeque",
16881 "encoding_rs",
16882 "hashlink 0.8.4",
16883]
16884
16885[[package]]
16886name = "yansi"
16887version = "1.0.1"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16890
16891[[package]]
16892name = "yazi"
16893version = "0.1.6"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16896
16897[[package]]
16898name = "yeslogic-fontconfig-sys"
16899version = "6.0.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16902dependencies = [
16903 "dlib",
16904 "once_cell",
16905 "pkg-config",
16906]
16907
16908[[package]]
16909name = "yoke"
16910version = "0.7.5"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16913dependencies = [
16914 "serde",
16915 "stable_deref_trait",
16916 "yoke-derive",
16917 "zerofrom",
16918]
16919
16920[[package]]
16921name = "yoke-derive"
16922version = "0.7.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16925dependencies = [
16926 "proc-macro2",
16927 "quote",
16928 "syn 2.0.90",
16929 "synstructure",
16930]
16931
16932[[package]]
16933name = "zbus"
16934version = "5.5.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16937dependencies = [
16938 "async-broadcast",
16939 "async-executor",
16940 "async-fs",
16941 "async-io",
16942 "async-lock",
16943 "async-process",
16944 "async-recursion 1.1.1",
16945 "async-task",
16946 "async-trait",
16947 "blocking",
16948 "enumflags2",
16949 "event-listener 5.3.1",
16950 "futures-core",
16951 "futures-lite 2.6.0",
16952 "hex",
16953 "nix",
16954 "ordered-stream",
16955 "serde",
16956 "serde_repr",
16957 "static_assertions",
16958 "tracing",
16959 "uds_windows",
16960 "windows-sys 0.59.0",
16961 "winnow 0.7.1",
16962 "xdg-home",
16963 "zbus_macros",
16964 "zbus_names",
16965 "zvariant",
16966]
16967
16968[[package]]
16969name = "zbus_macros"
16970version = "5.5.0"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16973dependencies = [
16974 "proc-macro-crate",
16975 "proc-macro2",
16976 "quote",
16977 "syn 2.0.90",
16978 "zbus_names",
16979 "zvariant",
16980 "zvariant_utils",
16981]
16982
16983[[package]]
16984name = "zbus_names"
16985version = "4.1.0"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16988dependencies = [
16989 "serde",
16990 "static_assertions",
16991 "winnow 0.6.20",
16992 "zvariant",
16993]
16994
16995[[package]]
16996name = "zed"
16997version = "0.178.0"
16998dependencies = [
16999 "activity_indicator",
17000 "anyhow",
17001 "ashpd",
17002 "assets",
17003 "assistant",
17004 "assistant2",
17005 "assistant_context_editor",
17006 "assistant_settings",
17007 "assistant_tools",
17008 "async-watch",
17009 "audio",
17010 "auto_update",
17011 "auto_update_ui",
17012 "backtrace",
17013 "breadcrumbs",
17014 "call",
17015 "channel",
17016 "chrono",
17017 "clap",
17018 "cli",
17019 "client",
17020 "collab_ui",
17021 "collections",
17022 "command_palette",
17023 "command_palette_hooks",
17024 "component_preview",
17025 "copilot",
17026 "db",
17027 "diagnostics",
17028 "editor",
17029 "env_logger 0.11.6",
17030 "extension",
17031 "extension_host",
17032 "extensions_ui",
17033 "feature_flags",
17034 "feedback",
17035 "file_finder",
17036 "fs",
17037 "futures 0.3.31",
17038 "git",
17039 "git_hosting_providers",
17040 "git_ui",
17041 "go_to_line",
17042 "gpui",
17043 "gpui_tokio",
17044 "http_client",
17045 "image_viewer",
17046 "inline_completion_button",
17047 "install_cli",
17048 "journal",
17049 "language",
17050 "language_extension",
17051 "language_model",
17052 "language_models",
17053 "language_selector",
17054 "language_tools",
17055 "languages",
17056 "libc",
17057 "log",
17058 "markdown",
17059 "markdown_preview",
17060 "menu",
17061 "migrator",
17062 "mimalloc",
17063 "nix",
17064 "node_runtime",
17065 "notifications",
17066 "outline",
17067 "outline_panel",
17068 "parking_lot",
17069 "paths",
17070 "picker",
17071 "profiling",
17072 "project",
17073 "project_panel",
17074 "project_symbols",
17075 "prompt_store",
17076 "proto",
17077 "recent_projects",
17078 "release_channel",
17079 "remote",
17080 "repl",
17081 "reqwest_client",
17082 "rope",
17083 "search",
17084 "serde",
17085 "serde_json",
17086 "session",
17087 "settings",
17088 "settings_ui",
17089 "shellexpand 2.1.2",
17090 "simplelog",
17091 "smol",
17092 "snippet_provider",
17093 "snippets_ui",
17094 "supermaven",
17095 "sysinfo",
17096 "tab_switcher",
17097 "task",
17098 "tasks_ui",
17099 "telemetry",
17100 "telemetry_events",
17101 "terminal_view",
17102 "theme",
17103 "theme_extension",
17104 "theme_selector",
17105 "time",
17106 "toolchain_selector",
17107 "tree-sitter-md",
17108 "tree-sitter-rust",
17109 "ui",
17110 "url",
17111 "urlencoding",
17112 "util",
17113 "uuid",
17114 "vim",
17115 "vim_mode_setting",
17116 "welcome",
17117 "windows 0.60.0",
17118 "winresource",
17119 "workspace",
17120 "zed_actions",
17121 "zeta",
17122]
17123
17124[[package]]
17125name = "zed_actions"
17126version = "0.1.0"
17127dependencies = [
17128 "gpui",
17129 "schemars",
17130 "serde",
17131]
17132
17133[[package]]
17134name = "zed_emmet"
17135version = "0.0.3"
17136dependencies = [
17137 "zed_extension_api 0.1.0",
17138]
17139
17140[[package]]
17141name = "zed_extension_api"
17142version = "0.1.0"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17145dependencies = [
17146 "serde",
17147 "serde_json",
17148 "wit-bindgen",
17149]
17150
17151[[package]]
17152name = "zed_extension_api"
17153version = "0.3.0"
17154dependencies = [
17155 "serde",
17156 "serde_json",
17157 "wit-bindgen",
17158]
17159
17160[[package]]
17161name = "zed_glsl"
17162version = "0.1.0"
17163dependencies = [
17164 "zed_extension_api 0.1.0",
17165]
17166
17167[[package]]
17168name = "zed_html"
17169version = "0.1.6"
17170dependencies = [
17171 "zed_extension_api 0.1.0",
17172]
17173
17174[[package]]
17175name = "zed_llm_client"
17176version = "0.4.1"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17179dependencies = [
17180 "serde",
17181 "serde_json",
17182 "uuid",
17183]
17184
17185[[package]]
17186name = "zed_proto"
17187version = "0.2.1"
17188dependencies = [
17189 "zed_extension_api 0.1.0",
17190]
17191
17192[[package]]
17193name = "zed_purescript"
17194version = "0.1.0"
17195dependencies = [
17196 "zed_extension_api 0.1.0",
17197]
17198
17199[[package]]
17200name = "zed_ruff"
17201version = "0.1.0"
17202dependencies = [
17203 "zed_extension_api 0.1.0",
17204]
17205
17206[[package]]
17207name = "zed_snippets"
17208version = "0.0.5"
17209dependencies = [
17210 "serde_json",
17211 "zed_extension_api 0.1.0",
17212]
17213
17214[[package]]
17215name = "zed_test_extension"
17216version = "0.1.0"
17217dependencies = [
17218 "zed_extension_api 0.3.0",
17219]
17220
17221[[package]]
17222name = "zed_toml"
17223version = "0.1.3"
17224dependencies = [
17225 "zed_extension_api 0.1.0",
17226]
17227
17228[[package]]
17229name = "zed_uiua"
17230version = "0.0.1"
17231dependencies = [
17232 "zed_extension_api 0.1.0",
17233]
17234
17235[[package]]
17236name = "zed_zig"
17237version = "0.3.3"
17238dependencies = [
17239 "zed_extension_api 0.1.0",
17240]
17241
17242[[package]]
17243name = "zeno"
17244version = "0.2.3"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17247
17248[[package]]
17249name = "zerocopy"
17250version = "0.7.35"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17253dependencies = [
17254 "byteorder",
17255 "zerocopy-derive 0.7.35",
17256]
17257
17258[[package]]
17259name = "zerocopy"
17260version = "0.8.18"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17263dependencies = [
17264 "zerocopy-derive 0.8.18",
17265]
17266
17267[[package]]
17268name = "zerocopy-derive"
17269version = "0.7.35"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17272dependencies = [
17273 "proc-macro2",
17274 "quote",
17275 "syn 2.0.90",
17276]
17277
17278[[package]]
17279name = "zerocopy-derive"
17280version = "0.8.18"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17283dependencies = [
17284 "proc-macro2",
17285 "quote",
17286 "syn 2.0.90",
17287]
17288
17289[[package]]
17290name = "zerofrom"
17291version = "0.1.5"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17294dependencies = [
17295 "zerofrom-derive",
17296]
17297
17298[[package]]
17299name = "zerofrom-derive"
17300version = "0.1.5"
17301source = "registry+https://github.com/rust-lang/crates.io-index"
17302checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17303dependencies = [
17304 "proc-macro2",
17305 "quote",
17306 "syn 2.0.90",
17307 "synstructure",
17308]
17309
17310[[package]]
17311name = "zeroize"
17312version = "1.8.1"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17315dependencies = [
17316 "zeroize_derive",
17317]
17318
17319[[package]]
17320name = "zeroize_derive"
17321version = "1.4.2"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17324dependencies = [
17325 "proc-macro2",
17326 "quote",
17327 "syn 2.0.90",
17328]
17329
17330[[package]]
17331name = "zeromq"
17332version = "0.5.0-pre"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17335dependencies = [
17336 "async-dispatcher",
17337 "async-std",
17338 "async-trait",
17339 "asynchronous-codec",
17340 "bytes 1.10.1",
17341 "crossbeam-queue",
17342 "dashmap 5.5.3",
17343 "futures 0.3.31",
17344 "log",
17345 "num-traits",
17346 "once_cell",
17347 "parking_lot",
17348 "rand 0.8.5",
17349 "regex",
17350 "thiserror 1.0.69",
17351 "uuid",
17352]
17353
17354[[package]]
17355name = "zerovec"
17356version = "0.10.4"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17359dependencies = [
17360 "yoke",
17361 "zerofrom",
17362 "zerovec-derive",
17363]
17364
17365[[package]]
17366name = "zerovec-derive"
17367version = "0.10.3"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17370dependencies = [
17371 "proc-macro2",
17372 "quote",
17373 "syn 2.0.90",
17374]
17375
17376[[package]]
17377name = "zeta"
17378version = "0.1.0"
17379dependencies = [
17380 "anyhow",
17381 "arrayvec",
17382 "call",
17383 "chrono",
17384 "client",
17385 "clock",
17386 "collections",
17387 "command_palette_hooks",
17388 "ctor",
17389 "db",
17390 "editor",
17391 "env_logger 0.11.6",
17392 "feature_flags",
17393 "fs",
17394 "futures 0.3.31",
17395 "gpui",
17396 "http_client",
17397 "indoc",
17398 "inline_completion",
17399 "language",
17400 "language_model",
17401 "log",
17402 "menu",
17403 "migrator",
17404 "paths",
17405 "postage",
17406 "project",
17407 "regex",
17408 "release_channel",
17409 "reqwest_client",
17410 "rpc",
17411 "serde",
17412 "serde_json",
17413 "settings",
17414 "telemetry",
17415 "telemetry_events",
17416 "theme",
17417 "thiserror 1.0.69",
17418 "tree-sitter-go",
17419 "tree-sitter-rust",
17420 "ui",
17421 "unindent",
17422 "util",
17423 "uuid",
17424 "workspace",
17425 "worktree",
17426 "zed_actions",
17427 "zed_llm_client",
17428]
17429
17430[[package]]
17431name = "zip"
17432version = "0.6.6"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17435dependencies = [
17436 "aes",
17437 "byteorder",
17438 "bzip2",
17439 "constant_time_eq 0.1.5",
17440 "crc32fast",
17441 "crossbeam-utils",
17442 "flate2",
17443 "hmac",
17444 "pbkdf2 0.11.0",
17445 "sha1",
17446 "time",
17447 "zstd",
17448]
17449
17450[[package]]
17451name = "zstd"
17452version = "0.11.2+zstd.1.5.2"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17455dependencies = [
17456 "zstd-safe",
17457]
17458
17459[[package]]
17460name = "zstd-safe"
17461version = "5.0.2+zstd.1.5.2"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17464dependencies = [
17465 "libc",
17466 "zstd-sys",
17467]
17468
17469[[package]]
17470name = "zstd-sys"
17471version = "2.0.13+zstd.1.5.6"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17474dependencies = [
17475 "cc",
17476 "pkg-config",
17477]
17478
17479[[package]]
17480name = "zune-core"
17481version = "0.4.12"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17484
17485[[package]]
17486name = "zune-inflate"
17487version = "0.2.54"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17490dependencies = [
17491 "simd-adler32",
17492]
17493
17494[[package]]
17495name = "zune-jpeg"
17496version = "0.4.13"
17497source = "registry+https://github.com/rust-lang/crates.io-index"
17498checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17499dependencies = [
17500 "zune-core",
17501]
17502
17503[[package]]
17504name = "zvariant"
17505version = "5.4.0"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17508dependencies = [
17509 "endi",
17510 "enumflags2",
17511 "serde",
17512 "static_assertions",
17513 "url",
17514 "winnow 0.7.1",
17515 "zvariant_derive",
17516 "zvariant_utils",
17517]
17518
17519[[package]]
17520name = "zvariant_derive"
17521version = "5.4.0"
17522source = "registry+https://github.com/rust-lang/crates.io-index"
17523checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17524dependencies = [
17525 "proc-macro-crate",
17526 "proc-macro2",
17527 "quote",
17528 "syn 2.0.90",
17529 "zvariant_utils",
17530]
17531
17532[[package]]
17533name = "zvariant_utils"
17534version = "3.2.0"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17537dependencies = [
17538 "proc-macro2",
17539 "quote",
17540 "serde",
17541 "static_assertions",
17542 "syn 2.0.90",
17543 "winnow 0.7.1",
17544]