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