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.97"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
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.100",
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.7",
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.7",
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 "language_model",
662 "parking_lot",
663 "project",
664 "serde",
665 "serde_json",
666]
667
668[[package]]
669name = "assistant_tools"
670version = "0.1.0"
671dependencies = [
672 "anyhow",
673 "assistant_tool",
674 "chrono",
675 "collections",
676 "feature_flags",
677 "futures 0.3.31",
678 "gpui",
679 "language",
680 "language_model",
681 "project",
682 "rand 0.8.5",
683 "release_channel",
684 "schemars",
685 "serde",
686 "serde_json",
687 "settings",
688 "theme",
689 "ui",
690 "util",
691 "workspace",
692]
693
694[[package]]
695name = "async-attributes"
696version = "1.1.2"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
699dependencies = [
700 "quote",
701 "syn 1.0.109",
702]
703
704[[package]]
705name = "async-broadcast"
706version = "0.7.2"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
709dependencies = [
710 "event-listener 5.3.1",
711 "event-listener-strategy",
712 "futures-core",
713 "pin-project-lite",
714]
715
716[[package]]
717name = "async-channel"
718version = "1.9.0"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
721dependencies = [
722 "concurrent-queue",
723 "event-listener 2.5.3",
724 "futures-core",
725]
726
727[[package]]
728name = "async-channel"
729version = "2.3.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
732dependencies = [
733 "concurrent-queue",
734 "event-listener-strategy",
735 "futures-core",
736 "pin-project-lite",
737]
738
739[[package]]
740name = "async-compat"
741version = "0.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
744dependencies = [
745 "futures-core",
746 "futures-io",
747 "once_cell",
748 "pin-project-lite",
749 "tokio",
750]
751
752[[package]]
753name = "async-compression"
754version = "0.4.20"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
757dependencies = [
758 "deflate64",
759 "flate2",
760 "futures-core",
761 "futures-io",
762 "memchr",
763 "pin-project-lite",
764]
765
766[[package]]
767name = "async-dispatcher"
768version = "0.1.2"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
771dependencies = [
772 "async-task",
773 "futures-lite 1.13.0",
774]
775
776[[package]]
777name = "async-executor"
778version = "1.13.1"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
781dependencies = [
782 "async-task",
783 "concurrent-queue",
784 "fastrand 2.3.0",
785 "futures-lite 2.6.0",
786 "slab",
787]
788
789[[package]]
790name = "async-fs"
791version = "2.1.2"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
794dependencies = [
795 "async-lock",
796 "blocking",
797 "futures-lite 2.6.0",
798]
799
800[[package]]
801name = "async-global-executor"
802version = "2.4.1"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
805dependencies = [
806 "async-channel 2.3.1",
807 "async-executor",
808 "async-io",
809 "async-lock",
810 "blocking",
811 "futures-lite 2.6.0",
812 "once_cell",
813]
814
815[[package]]
816name = "async-io"
817version = "2.4.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
820dependencies = [
821 "async-lock",
822 "cfg-if",
823 "concurrent-queue",
824 "futures-io",
825 "futures-lite 2.6.0",
826 "parking",
827 "polling",
828 "rustix",
829 "slab",
830 "tracing",
831 "windows-sys 0.59.0",
832]
833
834[[package]]
835name = "async-lock"
836version = "3.4.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
839dependencies = [
840 "event-listener 5.3.1",
841 "event-listener-strategy",
842 "pin-project-lite",
843]
844
845[[package]]
846name = "async-native-tls"
847version = "0.5.0"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
850dependencies = [
851 "futures-util",
852 "native-tls",
853 "thiserror 1.0.69",
854 "url",
855]
856
857[[package]]
858name = "async-net"
859version = "2.0.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
862dependencies = [
863 "async-io",
864 "blocking",
865 "futures-lite 2.6.0",
866]
867
868[[package]]
869name = "async-pipe"
870version = "0.1.3"
871source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
872dependencies = [
873 "futures 0.3.31",
874 "log",
875]
876
877[[package]]
878name = "async-process"
879version = "2.3.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
882dependencies = [
883 "async-channel 2.3.1",
884 "async-io",
885 "async-lock",
886 "async-signal",
887 "async-task",
888 "blocking",
889 "cfg-if",
890 "event-listener 5.3.1",
891 "futures-lite 2.6.0",
892 "rustix",
893 "tracing",
894]
895
896[[package]]
897name = "async-recursion"
898version = "0.3.2"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
901dependencies = [
902 "proc-macro2",
903 "quote",
904 "syn 1.0.109",
905]
906
907[[package]]
908name = "async-recursion"
909version = "1.1.1"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
912dependencies = [
913 "proc-macro2",
914 "quote",
915 "syn 2.0.100",
916]
917
918[[package]]
919name = "async-signal"
920version = "0.2.10"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
923dependencies = [
924 "async-io",
925 "async-lock",
926 "atomic-waker",
927 "cfg-if",
928 "futures-core",
929 "futures-io",
930 "rustix",
931 "signal-hook-registry",
932 "slab",
933 "windows-sys 0.59.0",
934]
935
936[[package]]
937name = "async-std"
938version = "1.13.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
941dependencies = [
942 "async-attributes",
943 "async-channel 1.9.0",
944 "async-global-executor",
945 "async-io",
946 "async-lock",
947 "async-process",
948 "crossbeam-utils",
949 "futures-channel",
950 "futures-core",
951 "futures-io",
952 "futures-lite 2.6.0",
953 "gloo-timers",
954 "kv-log-macro",
955 "log",
956 "memchr",
957 "once_cell",
958 "pin-project-lite",
959 "pin-utils",
960 "slab",
961 "wasm-bindgen-futures",
962]
963
964[[package]]
965name = "async-stream"
966version = "0.3.6"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
969dependencies = [
970 "async-stream-impl",
971 "futures-core",
972 "pin-project-lite",
973]
974
975[[package]]
976name = "async-stream-impl"
977version = "0.3.6"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
980dependencies = [
981 "proc-macro2",
982 "quote",
983 "syn 2.0.100",
984]
985
986[[package]]
987name = "async-stripe"
988version = "0.40.0"
989source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
990dependencies = [
991 "chrono",
992 "futures-util",
993 "http-types",
994 "hyper 0.14.32",
995 "hyper-rustls 0.24.2",
996 "serde",
997 "serde_json",
998 "serde_path_to_error",
999 "serde_qs 0.10.1",
1000 "smart-default",
1001 "smol_str",
1002 "thiserror 1.0.69",
1003 "tokio",
1004]
1005
1006[[package]]
1007name = "async-tar"
1008version = "0.5.0"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1011dependencies = [
1012 "async-std",
1013 "filetime",
1014 "libc",
1015 "pin-project",
1016 "redox_syscall 0.2.16",
1017 "xattr",
1018]
1019
1020[[package]]
1021name = "async-task"
1022version = "4.7.1"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1025
1026[[package]]
1027name = "async-tls"
1028version = "0.13.0"
1029source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1030dependencies = [
1031 "futures-core",
1032 "futures-io",
1033 "rustls 0.23.23",
1034 "rustls-pemfile 2.2.0",
1035 "webpki-roots",
1036]
1037
1038[[package]]
1039name = "async-trait"
1040version = "0.1.87"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1043dependencies = [
1044 "proc-macro2",
1045 "quote",
1046 "syn 2.0.100",
1047]
1048
1049[[package]]
1050name = "async-tungstenite"
1051version = "0.28.2"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1054dependencies = [
1055 "async-std",
1056 "async-tls",
1057 "atomic-waker",
1058 "futures-core",
1059 "futures-io",
1060 "futures-task",
1061 "futures-util",
1062 "log",
1063 "pin-project-lite",
1064 "tungstenite 0.24.0",
1065]
1066
1067[[package]]
1068name = "async-watch"
1069version = "0.3.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1072dependencies = [
1073 "event-listener 2.5.3",
1074]
1075
1076[[package]]
1077name = "async_zip"
1078version = "0.0.17"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1081dependencies = [
1082 "async-compression",
1083 "crc32fast",
1084 "futures-lite 2.6.0",
1085 "pin-project",
1086 "thiserror 1.0.69",
1087]
1088
1089[[package]]
1090name = "asynchronous-codec"
1091version = "0.7.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1094dependencies = [
1095 "bytes 1.10.1",
1096 "futures-sink",
1097 "futures-util",
1098 "memchr",
1099 "pin-project-lite",
1100]
1101
1102[[package]]
1103name = "atoi"
1104version = "2.0.0"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1107dependencies = [
1108 "num-traits",
1109]
1110
1111[[package]]
1112name = "atomic"
1113version = "0.5.3"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1116
1117[[package]]
1118name = "atomic-waker"
1119version = "1.1.2"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1122
1123[[package]]
1124name = "audio"
1125version = "0.1.0"
1126dependencies = [
1127 "anyhow",
1128 "collections",
1129 "derive_more",
1130 "gpui",
1131 "parking_lot",
1132 "rodio",
1133 "util",
1134]
1135
1136[[package]]
1137name = "auto_update"
1138version = "0.1.0"
1139dependencies = [
1140 "anyhow",
1141 "client",
1142 "db",
1143 "gpui",
1144 "http_client",
1145 "log",
1146 "paths",
1147 "release_channel",
1148 "schemars",
1149 "serde",
1150 "serde_json",
1151 "settings",
1152 "smol",
1153 "tempfile",
1154 "which 6.0.3",
1155 "workspace",
1156]
1157
1158[[package]]
1159name = "auto_update_ui"
1160version = "0.1.0"
1161dependencies = [
1162 "anyhow",
1163 "auto_update",
1164 "client",
1165 "editor",
1166 "gpui",
1167 "http_client",
1168 "markdown_preview",
1169 "release_channel",
1170 "serde",
1171 "serde_json",
1172 "smol",
1173 "util",
1174 "workspace",
1175]
1176
1177[[package]]
1178name = "autocfg"
1179version = "1.4.0"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1182
1183[[package]]
1184name = "av1-grain"
1185version = "0.2.3"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1188dependencies = [
1189 "anyhow",
1190 "arrayvec",
1191 "log",
1192 "nom",
1193 "num-rational",
1194 "v_frame",
1195]
1196
1197[[package]]
1198name = "avif-serialize"
1199version = "0.8.2"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1202dependencies = [
1203 "arrayvec",
1204]
1205
1206[[package]]
1207name = "aws-config"
1208version = "1.5.16"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1211dependencies = [
1212 "aws-credential-types",
1213 "aws-runtime",
1214 "aws-sdk-sso",
1215 "aws-sdk-ssooidc",
1216 "aws-sdk-sts",
1217 "aws-smithy-async",
1218 "aws-smithy-http",
1219 "aws-smithy-json",
1220 "aws-smithy-runtime",
1221 "aws-smithy-runtime-api",
1222 "aws-smithy-types",
1223 "aws-types",
1224 "bytes 1.10.1",
1225 "fastrand 2.3.0",
1226 "hex",
1227 "http 0.2.12",
1228 "ring",
1229 "time",
1230 "tokio",
1231 "tracing",
1232 "url",
1233 "zeroize",
1234]
1235
1236[[package]]
1237name = "aws-credential-types"
1238version = "1.2.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1241dependencies = [
1242 "aws-smithy-async",
1243 "aws-smithy-runtime-api",
1244 "aws-smithy-types",
1245 "zeroize",
1246]
1247
1248[[package]]
1249name = "aws-lc-rs"
1250version = "1.12.6"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1253dependencies = [
1254 "aws-lc-sys",
1255 "zeroize",
1256]
1257
1258[[package]]
1259name = "aws-lc-sys"
1260version = "0.27.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1263dependencies = [
1264 "bindgen 0.69.5",
1265 "cc",
1266 "cmake",
1267 "dunce",
1268 "fs_extra",
1269]
1270
1271[[package]]
1272name = "aws-runtime"
1273version = "1.5.5"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1276dependencies = [
1277 "aws-credential-types",
1278 "aws-sigv4",
1279 "aws-smithy-async",
1280 "aws-smithy-eventstream",
1281 "aws-smithy-http",
1282 "aws-smithy-runtime",
1283 "aws-smithy-runtime-api",
1284 "aws-smithy-types",
1285 "aws-types",
1286 "bytes 1.10.1",
1287 "fastrand 2.3.0",
1288 "http 0.2.12",
1289 "http-body 0.4.6",
1290 "once_cell",
1291 "percent-encoding",
1292 "pin-project-lite",
1293 "tracing",
1294 "uuid",
1295]
1296
1297[[package]]
1298name = "aws-sdk-bedrockruntime"
1299version = "1.74.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1302dependencies = [
1303 "aws-credential-types",
1304 "aws-runtime",
1305 "aws-smithy-async",
1306 "aws-smithy-eventstream",
1307 "aws-smithy-http",
1308 "aws-smithy-json",
1309 "aws-smithy-runtime",
1310 "aws-smithy-runtime-api",
1311 "aws-smithy-types",
1312 "aws-types",
1313 "bytes 1.10.1",
1314 "fastrand 2.3.0",
1315 "http 0.2.12",
1316 "once_cell",
1317 "regex-lite",
1318 "tracing",
1319]
1320
1321[[package]]
1322name = "aws-sdk-kinesis"
1323version = "1.61.0"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1326dependencies = [
1327 "aws-credential-types",
1328 "aws-runtime",
1329 "aws-smithy-async",
1330 "aws-smithy-http",
1331 "aws-smithy-json",
1332 "aws-smithy-runtime",
1333 "aws-smithy-runtime-api",
1334 "aws-smithy-types",
1335 "aws-types",
1336 "bytes 1.10.1",
1337 "http 0.2.12",
1338 "once_cell",
1339 "regex-lite",
1340 "tracing",
1341]
1342
1343[[package]]
1344name = "aws-sdk-s3"
1345version = "1.76.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1348dependencies = [
1349 "aws-credential-types",
1350 "aws-runtime",
1351 "aws-sigv4",
1352 "aws-smithy-async",
1353 "aws-smithy-checksums",
1354 "aws-smithy-eventstream",
1355 "aws-smithy-http",
1356 "aws-smithy-json",
1357 "aws-smithy-runtime",
1358 "aws-smithy-runtime-api",
1359 "aws-smithy-types",
1360 "aws-smithy-xml",
1361 "aws-types",
1362 "bytes 1.10.1",
1363 "fastrand 2.3.0",
1364 "hex",
1365 "hmac",
1366 "http 0.2.12",
1367 "http-body 0.4.6",
1368 "lru",
1369 "once_cell",
1370 "percent-encoding",
1371 "regex-lite",
1372 "sha2",
1373 "tracing",
1374 "url",
1375]
1376
1377[[package]]
1378name = "aws-sdk-sso"
1379version = "1.58.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1382dependencies = [
1383 "aws-credential-types",
1384 "aws-runtime",
1385 "aws-smithy-async",
1386 "aws-smithy-http",
1387 "aws-smithy-json",
1388 "aws-smithy-runtime",
1389 "aws-smithy-runtime-api",
1390 "aws-smithy-types",
1391 "aws-types",
1392 "bytes 1.10.1",
1393 "http 0.2.12",
1394 "once_cell",
1395 "regex-lite",
1396 "tracing",
1397]
1398
1399[[package]]
1400name = "aws-sdk-ssooidc"
1401version = "1.59.0"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1404dependencies = [
1405 "aws-credential-types",
1406 "aws-runtime",
1407 "aws-smithy-async",
1408 "aws-smithy-http",
1409 "aws-smithy-json",
1410 "aws-smithy-runtime",
1411 "aws-smithy-runtime-api",
1412 "aws-smithy-types",
1413 "aws-types",
1414 "bytes 1.10.1",
1415 "http 0.2.12",
1416 "once_cell",
1417 "regex-lite",
1418 "tracing",
1419]
1420
1421[[package]]
1422name = "aws-sdk-sts"
1423version = "1.59.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1426dependencies = [
1427 "aws-credential-types",
1428 "aws-runtime",
1429 "aws-smithy-async",
1430 "aws-smithy-http",
1431 "aws-smithy-json",
1432 "aws-smithy-query",
1433 "aws-smithy-runtime",
1434 "aws-smithy-runtime-api",
1435 "aws-smithy-types",
1436 "aws-smithy-xml",
1437 "aws-types",
1438 "http 0.2.12",
1439 "once_cell",
1440 "regex-lite",
1441 "tracing",
1442]
1443
1444[[package]]
1445name = "aws-sigv4"
1446version = "1.2.9"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1449dependencies = [
1450 "aws-credential-types",
1451 "aws-smithy-eventstream",
1452 "aws-smithy-http",
1453 "aws-smithy-runtime-api",
1454 "aws-smithy-types",
1455 "bytes 1.10.1",
1456 "crypto-bigint 0.5.5",
1457 "form_urlencoded",
1458 "hex",
1459 "hmac",
1460 "http 0.2.12",
1461 "http 1.2.0",
1462 "once_cell",
1463 "p256",
1464 "percent-encoding",
1465 "ring",
1466 "sha2",
1467 "subtle",
1468 "time",
1469 "tracing",
1470 "zeroize",
1471]
1472
1473[[package]]
1474name = "aws-smithy-async"
1475version = "1.2.4"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1478dependencies = [
1479 "futures-util",
1480 "pin-project-lite",
1481 "tokio",
1482]
1483
1484[[package]]
1485name = "aws-smithy-checksums"
1486version = "0.62.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1489dependencies = [
1490 "aws-smithy-http",
1491 "aws-smithy-types",
1492 "bytes 1.10.1",
1493 "crc32c",
1494 "crc32fast",
1495 "crc64fast-nvme",
1496 "hex",
1497 "http 0.2.12",
1498 "http-body 0.4.6",
1499 "md-5",
1500 "pin-project-lite",
1501 "sha1",
1502 "sha2",
1503 "tracing",
1504]
1505
1506[[package]]
1507name = "aws-smithy-eventstream"
1508version = "0.60.6"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1511dependencies = [
1512 "aws-smithy-types",
1513 "bytes 1.10.1",
1514 "crc32fast",
1515]
1516
1517[[package]]
1518name = "aws-smithy-http"
1519version = "0.60.12"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1522dependencies = [
1523 "aws-smithy-eventstream",
1524 "aws-smithy-runtime-api",
1525 "aws-smithy-types",
1526 "bytes 1.10.1",
1527 "bytes-utils",
1528 "futures-core",
1529 "http 0.2.12",
1530 "http-body 0.4.6",
1531 "once_cell",
1532 "percent-encoding",
1533 "pin-project-lite",
1534 "pin-utils",
1535 "tracing",
1536]
1537
1538[[package]]
1539name = "aws-smithy-json"
1540version = "0.61.2"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1543dependencies = [
1544 "aws-smithy-types",
1545]
1546
1547[[package]]
1548name = "aws-smithy-query"
1549version = "0.60.7"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1552dependencies = [
1553 "aws-smithy-types",
1554 "urlencoding",
1555]
1556
1557[[package]]
1558name = "aws-smithy-runtime"
1559version = "1.7.8"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1562dependencies = [
1563 "aws-smithy-async",
1564 "aws-smithy-http",
1565 "aws-smithy-runtime-api",
1566 "aws-smithy-types",
1567 "bytes 1.10.1",
1568 "fastrand 2.3.0",
1569 "h2 0.3.26",
1570 "http 0.2.12",
1571 "http-body 0.4.6",
1572 "http-body 1.0.1",
1573 "httparse",
1574 "hyper 0.14.32",
1575 "hyper-rustls 0.24.2",
1576 "once_cell",
1577 "pin-project-lite",
1578 "pin-utils",
1579 "rustls 0.21.12",
1580 "tokio",
1581 "tracing",
1582]
1583
1584[[package]]
1585name = "aws-smithy-runtime-api"
1586version = "1.7.3"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1589dependencies = [
1590 "aws-smithy-async",
1591 "aws-smithy-types",
1592 "bytes 1.10.1",
1593 "http 0.2.12",
1594 "http 1.2.0",
1595 "pin-project-lite",
1596 "tokio",
1597 "tracing",
1598 "zeroize",
1599]
1600
1601[[package]]
1602name = "aws-smithy-types"
1603version = "1.2.13"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1606dependencies = [
1607 "base64-simd",
1608 "bytes 1.10.1",
1609 "bytes-utils",
1610 "futures-core",
1611 "http 0.2.12",
1612 "http 1.2.0",
1613 "http-body 0.4.6",
1614 "http-body 1.0.1",
1615 "http-body-util",
1616 "itoa",
1617 "num-integer",
1618 "pin-project-lite",
1619 "pin-utils",
1620 "ryu",
1621 "serde",
1622 "time",
1623 "tokio",
1624 "tokio-util",
1625]
1626
1627[[package]]
1628name = "aws-smithy-xml"
1629version = "0.60.9"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1632dependencies = [
1633 "xmlparser",
1634]
1635
1636[[package]]
1637name = "aws-types"
1638version = "1.3.5"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1641dependencies = [
1642 "aws-credential-types",
1643 "aws-smithy-async",
1644 "aws-smithy-runtime-api",
1645 "aws-smithy-types",
1646 "rustc_version",
1647 "tracing",
1648]
1649
1650[[package]]
1651name = "aws_http_client"
1652version = "0.1.0"
1653dependencies = [
1654 "aws-smithy-runtime-api",
1655 "aws-smithy-types",
1656 "futures 0.3.31",
1657 "http_client",
1658 "tokio",
1659]
1660
1661[[package]]
1662name = "axum"
1663version = "0.6.20"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1666dependencies = [
1667 "async-trait",
1668 "axum-core",
1669 "base64 0.21.7",
1670 "bitflags 1.3.2",
1671 "bytes 1.10.1",
1672 "futures-util",
1673 "headers",
1674 "http 0.2.12",
1675 "http-body 0.4.6",
1676 "hyper 0.14.32",
1677 "itoa",
1678 "matchit",
1679 "memchr",
1680 "mime",
1681 "percent-encoding",
1682 "pin-project-lite",
1683 "rustversion",
1684 "serde",
1685 "serde_json",
1686 "serde_path_to_error",
1687 "serde_urlencoded",
1688 "sha1",
1689 "sync_wrapper 0.1.2",
1690 "tokio",
1691 "tokio-tungstenite 0.20.1",
1692 "tower",
1693 "tower-layer",
1694 "tower-service",
1695]
1696
1697[[package]]
1698name = "axum-core"
1699version = "0.3.4"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1702dependencies = [
1703 "async-trait",
1704 "bytes 1.10.1",
1705 "futures-util",
1706 "http 0.2.12",
1707 "http-body 0.4.6",
1708 "mime",
1709 "rustversion",
1710 "tower-layer",
1711 "tower-service",
1712]
1713
1714[[package]]
1715name = "axum-extra"
1716version = "0.4.2"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1719dependencies = [
1720 "axum",
1721 "bytes 1.10.1",
1722 "futures-util",
1723 "http 0.2.12",
1724 "mime",
1725 "pin-project-lite",
1726 "serde",
1727 "serde_json",
1728 "tokio",
1729 "tower",
1730 "tower-http 0.3.5",
1731 "tower-layer",
1732 "tower-service",
1733]
1734
1735[[package]]
1736name = "backtrace"
1737version = "0.3.74"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1740dependencies = [
1741 "addr2line",
1742 "cfg-if",
1743 "libc",
1744 "miniz_oxide",
1745 "object",
1746 "rustc-demangle",
1747 "windows-targets 0.52.6",
1748]
1749
1750[[package]]
1751name = "base16ct"
1752version = "0.1.1"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1755
1756[[package]]
1757name = "base64"
1758version = "0.13.1"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1761
1762[[package]]
1763name = "base64"
1764version = "0.21.7"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1767
1768[[package]]
1769name = "base64"
1770version = "0.22.1"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1773
1774[[package]]
1775name = "base64-simd"
1776version = "0.8.0"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1779dependencies = [
1780 "outref",
1781 "vsimd",
1782]
1783
1784[[package]]
1785name = "base64ct"
1786version = "1.6.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1789
1790[[package]]
1791name = "bedrock"
1792version = "0.1.0"
1793dependencies = [
1794 "anyhow",
1795 "aws-sdk-bedrockruntime",
1796 "aws-smithy-types",
1797 "futures 0.3.31",
1798 "schemars",
1799 "serde",
1800 "serde_json",
1801 "strum",
1802 "thiserror 1.0.69",
1803 "tokio",
1804]
1805
1806[[package]]
1807name = "bigdecimal"
1808version = "0.4.7"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1811dependencies = [
1812 "autocfg",
1813 "libm",
1814 "num-bigint",
1815 "num-integer",
1816 "num-traits",
1817 "serde",
1818]
1819
1820[[package]]
1821name = "bincode"
1822version = "1.3.3"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1825dependencies = [
1826 "serde",
1827]
1828
1829[[package]]
1830name = "bindgen"
1831version = "0.69.5"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1834dependencies = [
1835 "bitflags 2.8.0",
1836 "cexpr",
1837 "clang-sys",
1838 "itertools 0.10.5",
1839 "lazy_static",
1840 "lazycell",
1841 "log",
1842 "prettyplease",
1843 "proc-macro2",
1844 "quote",
1845 "regex",
1846 "rustc-hash 1.1.0",
1847 "shlex",
1848 "syn 2.0.100",
1849 "which 4.4.2",
1850]
1851
1852[[package]]
1853name = "bindgen"
1854version = "0.70.1"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1857dependencies = [
1858 "bitflags 2.8.0",
1859 "cexpr",
1860 "clang-sys",
1861 "itertools 0.10.5",
1862 "log",
1863 "prettyplease",
1864 "proc-macro2",
1865 "quote",
1866 "regex",
1867 "rustc-hash 1.1.0",
1868 "shlex",
1869 "syn 2.0.100",
1870]
1871
1872[[package]]
1873name = "bit-set"
1874version = "0.5.3"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1877dependencies = [
1878 "bit-vec 0.6.3",
1879]
1880
1881[[package]]
1882name = "bit-set"
1883version = "0.8.0"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1886dependencies = [
1887 "bit-vec 0.8.0",
1888]
1889
1890[[package]]
1891name = "bit-vec"
1892version = "0.6.3"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1895
1896[[package]]
1897name = "bit-vec"
1898version = "0.8.0"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1901
1902[[package]]
1903name = "bit_field"
1904version = "0.10.2"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1907
1908[[package]]
1909name = "bitflags"
1910version = "1.3.2"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1913
1914[[package]]
1915name = "bitflags"
1916version = "2.8.0"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1919dependencies = [
1920 "serde",
1921]
1922
1923[[package]]
1924name = "bitstream-io"
1925version = "2.6.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1928
1929[[package]]
1930name = "bitvec"
1931version = "1.0.1"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1934dependencies = [
1935 "funty",
1936 "radium",
1937 "tap",
1938 "wyz",
1939]
1940
1941[[package]]
1942name = "blade-graphics"
1943version = "0.6.0"
1944source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1945dependencies = [
1946 "ash",
1947 "ash-window",
1948 "bitflags 2.8.0",
1949 "bytemuck",
1950 "codespan-reporting",
1951 "glow",
1952 "gpu-alloc",
1953 "gpu-alloc-ash",
1954 "hidden-trait",
1955 "js-sys",
1956 "khronos-egl",
1957 "libloading",
1958 "log",
1959 "mint",
1960 "naga",
1961 "objc2",
1962 "objc2-app-kit",
1963 "objc2-foundation",
1964 "objc2-metal",
1965 "objc2-quartz-core",
1966 "objc2-ui-kit",
1967 "raw-window-handle",
1968 "slab",
1969 "wasm-bindgen",
1970 "web-sys",
1971]
1972
1973[[package]]
1974name = "blade-macros"
1975version = "0.3.0"
1976source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1977dependencies = [
1978 "proc-macro2",
1979 "quote",
1980 "syn 2.0.100",
1981]
1982
1983[[package]]
1984name = "blade-util"
1985version = "0.2.0"
1986source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1987dependencies = [
1988 "blade-graphics",
1989 "bytemuck",
1990 "log",
1991 "profiling",
1992]
1993
1994[[package]]
1995name = "blake3"
1996version = "1.6.1"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
1999dependencies = [
2000 "arrayref",
2001 "arrayvec",
2002 "cc",
2003 "cfg-if",
2004 "constant_time_eq 0.3.1",
2005]
2006
2007[[package]]
2008name = "block"
2009version = "0.1.6"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2012
2013[[package]]
2014name = "block-buffer"
2015version = "0.10.4"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2018dependencies = [
2019 "generic-array",
2020]
2021
2022[[package]]
2023name = "block-padding"
2024version = "0.3.3"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2027dependencies = [
2028 "generic-array",
2029]
2030
2031[[package]]
2032name = "block2"
2033version = "0.5.1"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2036dependencies = [
2037 "objc2",
2038]
2039
2040[[package]]
2041name = "blocking"
2042version = "1.6.1"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2045dependencies = [
2046 "async-channel 2.3.1",
2047 "async-task",
2048 "futures-io",
2049 "futures-lite 2.6.0",
2050 "piper",
2051]
2052
2053[[package]]
2054name = "borsh"
2055version = "1.5.3"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2058dependencies = [
2059 "borsh-derive",
2060 "cfg_aliases 0.2.1",
2061]
2062
2063[[package]]
2064name = "borsh-derive"
2065version = "1.5.3"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2068dependencies = [
2069 "once_cell",
2070 "proc-macro-crate",
2071 "proc-macro2",
2072 "quote",
2073 "syn 2.0.100",
2074]
2075
2076[[package]]
2077name = "breadcrumbs"
2078version = "0.1.0"
2079dependencies = [
2080 "editor",
2081 "gpui",
2082 "itertools 0.14.0",
2083 "theme",
2084 "ui",
2085 "workspace",
2086 "zed_actions",
2087]
2088
2089[[package]]
2090name = "bstr"
2091version = "1.11.1"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2094dependencies = [
2095 "memchr",
2096 "regex-automata 0.4.9",
2097 "serde",
2098]
2099
2100[[package]]
2101name = "buffer_diff"
2102version = "0.1.0"
2103dependencies = [
2104 "anyhow",
2105 "clock",
2106 "ctor",
2107 "env_logger 0.11.7",
2108 "futures 0.3.31",
2109 "git2",
2110 "gpui",
2111 "language",
2112 "log",
2113 "pretty_assertions",
2114 "rand 0.8.5",
2115 "rope",
2116 "serde_json",
2117 "sum_tree",
2118 "text",
2119 "unindent",
2120 "util",
2121]
2122
2123[[package]]
2124name = "built"
2125version = "0.7.5"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2128
2129[[package]]
2130name = "bumpalo"
2131version = "3.16.0"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2134dependencies = [
2135 "allocator-api2",
2136]
2137
2138[[package]]
2139name = "by_address"
2140version = "1.2.1"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2143
2144[[package]]
2145name = "bytecheck"
2146version = "0.6.12"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2149dependencies = [
2150 "bytecheck_derive",
2151 "ptr_meta",
2152 "simdutf8",
2153]
2154
2155[[package]]
2156name = "bytecheck_derive"
2157version = "0.6.12"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2160dependencies = [
2161 "proc-macro2",
2162 "quote",
2163 "syn 1.0.109",
2164]
2165
2166[[package]]
2167name = "bytemuck"
2168version = "1.21.0"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2171dependencies = [
2172 "bytemuck_derive",
2173]
2174
2175[[package]]
2176name = "bytemuck_derive"
2177version = "1.8.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2180dependencies = [
2181 "proc-macro2",
2182 "quote",
2183 "syn 2.0.100",
2184]
2185
2186[[package]]
2187name = "byteorder"
2188version = "1.5.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2191
2192[[package]]
2193name = "byteorder-lite"
2194version = "0.1.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2197
2198[[package]]
2199name = "bytes"
2200version = "0.4.12"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2203dependencies = [
2204 "byteorder",
2205 "iovec",
2206]
2207
2208[[package]]
2209name = "bytes"
2210version = "1.10.1"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2213
2214[[package]]
2215name = "bytes-utils"
2216version = "0.1.4"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2219dependencies = [
2220 "bytes 1.10.1",
2221 "either",
2222]
2223
2224[[package]]
2225name = "bzip2"
2226version = "0.4.4"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2229dependencies = [
2230 "bzip2-sys",
2231 "libc",
2232]
2233
2234[[package]]
2235name = "bzip2-sys"
2236version = "0.1.11+1.0.8"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2239dependencies = [
2240 "cc",
2241 "libc",
2242 "pkg-config",
2243]
2244
2245[[package]]
2246name = "call"
2247version = "0.1.0"
2248dependencies = [
2249 "anyhow",
2250 "audio",
2251 "client",
2252 "collections",
2253 "fs",
2254 "futures 0.3.31",
2255 "gpui",
2256 "http_client",
2257 "language",
2258 "livekit_client",
2259 "livekit_client_macos",
2260 "log",
2261 "postage",
2262 "project",
2263 "schemars",
2264 "serde",
2265 "serde_derive",
2266 "settings",
2267 "telemetry",
2268 "util",
2269]
2270
2271[[package]]
2272name = "calloop"
2273version = "0.13.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2276dependencies = [
2277 "bitflags 2.8.0",
2278 "log",
2279 "polling",
2280 "rustix",
2281 "slab",
2282 "thiserror 1.0.69",
2283]
2284
2285[[package]]
2286name = "calloop-wayland-source"
2287version = "0.3.0"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2290dependencies = [
2291 "calloop",
2292 "rustix",
2293 "wayland-backend",
2294 "wayland-client",
2295]
2296
2297[[package]]
2298name = "camino"
2299version = "1.1.9"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2302dependencies = [
2303 "serde",
2304]
2305
2306[[package]]
2307name = "cap-fs-ext"
2308version = "3.4.2"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2311dependencies = [
2312 "cap-primitives",
2313 "cap-std",
2314 "io-lifetimes",
2315 "windows-sys 0.59.0",
2316]
2317
2318[[package]]
2319name = "cap-net-ext"
2320version = "3.4.2"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2323dependencies = [
2324 "cap-primitives",
2325 "cap-std",
2326 "rustix",
2327 "smallvec",
2328]
2329
2330[[package]]
2331name = "cap-primitives"
2332version = "3.4.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2335dependencies = [
2336 "ambient-authority",
2337 "fs-set-times",
2338 "io-extras",
2339 "io-lifetimes",
2340 "ipnet",
2341 "maybe-owned",
2342 "rustix",
2343 "windows-sys 0.59.0",
2344 "winx",
2345]
2346
2347[[package]]
2348name = "cap-rand"
2349version = "3.4.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2352dependencies = [
2353 "ambient-authority",
2354 "rand 0.8.5",
2355]
2356
2357[[package]]
2358name = "cap-std"
2359version = "3.4.2"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2362dependencies = [
2363 "cap-primitives",
2364 "io-extras",
2365 "io-lifetimes",
2366 "rustix",
2367]
2368
2369[[package]]
2370name = "cap-time-ext"
2371version = "3.4.2"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2374dependencies = [
2375 "ambient-authority",
2376 "cap-primitives",
2377 "iana-time-zone",
2378 "once_cell",
2379 "rustix",
2380 "winx",
2381]
2382
2383[[package]]
2384name = "cargo-platform"
2385version = "0.1.9"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2388dependencies = [
2389 "serde",
2390]
2391
2392[[package]]
2393name = "cargo_metadata"
2394version = "0.19.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2397dependencies = [
2398 "camino",
2399 "cargo-platform",
2400 "semver",
2401 "serde",
2402 "serde_json",
2403 "thiserror 2.0.6",
2404]
2405
2406[[package]]
2407name = "cargo_toml"
2408version = "0.21.0"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2411dependencies = [
2412 "serde",
2413 "toml 0.8.20",
2414]
2415
2416[[package]]
2417name = "cast"
2418version = "0.3.0"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2421
2422[[package]]
2423name = "cbc"
2424version = "0.1.2"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2427dependencies = [
2428 "cipher",
2429]
2430
2431[[package]]
2432name = "cbindgen"
2433version = "0.27.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2436dependencies = [
2437 "clap",
2438 "heck 0.4.1",
2439 "indexmap",
2440 "log",
2441 "proc-macro2",
2442 "quote",
2443 "serde",
2444 "serde_json",
2445 "syn 2.0.100",
2446 "tempfile",
2447 "toml 0.8.20",
2448]
2449
2450[[package]]
2451name = "cbindgen"
2452version = "0.28.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2455dependencies = [
2456 "heck 0.4.1",
2457 "indexmap",
2458 "log",
2459 "proc-macro2",
2460 "quote",
2461 "serde",
2462 "serde_json",
2463 "syn 2.0.100",
2464 "tempfile",
2465 "toml 0.8.20",
2466]
2467
2468[[package]]
2469name = "cc"
2470version = "1.2.12"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2473dependencies = [
2474 "jobserver",
2475 "libc",
2476 "shlex",
2477]
2478
2479[[package]]
2480name = "cesu8"
2481version = "1.1.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2484
2485[[package]]
2486name = "cexpr"
2487version = "0.6.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2490dependencies = [
2491 "nom",
2492]
2493
2494[[package]]
2495name = "cfg-expr"
2496version = "0.15.8"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2499dependencies = [
2500 "smallvec",
2501 "target-lexicon 0.12.16",
2502]
2503
2504[[package]]
2505name = "cfg-if"
2506version = "1.0.0"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2509
2510[[package]]
2511name = "cfg_aliases"
2512version = "0.1.1"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2515
2516[[package]]
2517name = "cfg_aliases"
2518version = "0.2.1"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2521
2522[[package]]
2523name = "channel"
2524version = "0.1.0"
2525dependencies = [
2526 "anyhow",
2527 "client",
2528 "clock",
2529 "collections",
2530 "futures 0.3.31",
2531 "gpui",
2532 "http_client",
2533 "language",
2534 "log",
2535 "rand 0.8.5",
2536 "release_channel",
2537 "rpc",
2538 "settings",
2539 "sum_tree",
2540 "text",
2541 "time",
2542 "util",
2543]
2544
2545[[package]]
2546name = "chrono"
2547version = "0.4.40"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2550dependencies = [
2551 "android-tzdata",
2552 "iana-time-zone",
2553 "js-sys",
2554 "num-traits",
2555 "serde",
2556 "wasm-bindgen",
2557 "windows-link",
2558]
2559
2560[[package]]
2561name = "chunked_transfer"
2562version = "1.5.0"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2565
2566[[package]]
2567name = "ciborium"
2568version = "0.2.2"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2571dependencies = [
2572 "ciborium-io",
2573 "ciborium-ll",
2574 "serde",
2575]
2576
2577[[package]]
2578name = "ciborium-io"
2579version = "0.2.2"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2582
2583[[package]]
2584name = "ciborium-ll"
2585version = "0.2.2"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2588dependencies = [
2589 "ciborium-io",
2590 "half",
2591]
2592
2593[[package]]
2594name = "cipher"
2595version = "0.4.4"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2598dependencies = [
2599 "crypto-common",
2600 "inout",
2601 "zeroize",
2602]
2603
2604[[package]]
2605name = "clang-sys"
2606version = "1.8.1"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2609dependencies = [
2610 "glob",
2611 "libc",
2612 "libloading",
2613]
2614
2615[[package]]
2616name = "clap"
2617version = "4.5.32"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2620dependencies = [
2621 "clap_builder",
2622 "clap_derive",
2623]
2624
2625[[package]]
2626name = "clap_builder"
2627version = "4.5.32"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2630dependencies = [
2631 "anstream",
2632 "anstyle",
2633 "clap_lex",
2634 "strsim",
2635 "terminal_size",
2636]
2637
2638[[package]]
2639name = "clap_complete"
2640version = "4.5.38"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2643dependencies = [
2644 "clap",
2645]
2646
2647[[package]]
2648name = "clap_derive"
2649version = "4.5.32"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2652dependencies = [
2653 "heck 0.5.0",
2654 "proc-macro2",
2655 "quote",
2656 "syn 2.0.100",
2657]
2658
2659[[package]]
2660name = "clap_lex"
2661version = "0.7.4"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2664
2665[[package]]
2666name = "cli"
2667version = "0.1.0"
2668dependencies = [
2669 "anyhow",
2670 "clap",
2671 "collections",
2672 "core-foundation 0.9.4",
2673 "core-services",
2674 "exec",
2675 "fork",
2676 "ipc-channel",
2677 "parking_lot",
2678 "paths",
2679 "plist",
2680 "release_channel",
2681 "serde",
2682 "tempfile",
2683 "util",
2684 "windows 0.60.0",
2685]
2686
2687[[package]]
2688name = "client"
2689version = "0.1.0"
2690dependencies = [
2691 "anyhow",
2692 "async-native-tls",
2693 "async-recursion 0.3.2",
2694 "async-tungstenite",
2695 "chrono",
2696 "clock",
2697 "cocoa 0.26.0",
2698 "collections",
2699 "credentials_provider",
2700 "feature_flags",
2701 "futures 0.3.31",
2702 "gpui",
2703 "http_client",
2704 "log",
2705 "parking_lot",
2706 "paths",
2707 "postage",
2708 "rand 0.8.5",
2709 "release_channel",
2710 "rpc",
2711 "schemars",
2712 "serde",
2713 "serde_json",
2714 "settings",
2715 "sha2",
2716 "smol",
2717 "telemetry",
2718 "telemetry_events",
2719 "text",
2720 "thiserror 1.0.69",
2721 "time",
2722 "tiny_http",
2723 "tokio-socks",
2724 "url",
2725 "util",
2726 "windows 0.60.0",
2727 "worktree",
2728]
2729
2730[[package]]
2731name = "clock"
2732version = "0.1.0"
2733dependencies = [
2734 "parking_lot",
2735 "serde",
2736 "smallvec",
2737]
2738
2739[[package]]
2740name = "cmake"
2741version = "0.1.53"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2744dependencies = [
2745 "cc",
2746]
2747
2748[[package]]
2749name = "cobs"
2750version = "0.2.3"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2753
2754[[package]]
2755name = "cocoa"
2756version = "0.25.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2759dependencies = [
2760 "bitflags 1.3.2",
2761 "block",
2762 "cocoa-foundation 0.1.2",
2763 "core-foundation 0.9.4",
2764 "core-graphics 0.23.2",
2765 "foreign-types 0.5.0",
2766 "libc",
2767 "objc",
2768]
2769
2770[[package]]
2771name = "cocoa"
2772version = "0.26.0"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2775dependencies = [
2776 "bitflags 2.8.0",
2777 "block",
2778 "cocoa-foundation 0.2.0",
2779 "core-foundation 0.10.0",
2780 "core-graphics 0.24.0",
2781 "foreign-types 0.5.0",
2782 "libc",
2783 "objc",
2784]
2785
2786[[package]]
2787name = "cocoa-foundation"
2788version = "0.1.2"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2791dependencies = [
2792 "bitflags 1.3.2",
2793 "block",
2794 "core-foundation 0.9.4",
2795 "core-graphics-types 0.1.3",
2796 "libc",
2797 "objc",
2798]
2799
2800[[package]]
2801name = "cocoa-foundation"
2802version = "0.2.0"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2805dependencies = [
2806 "bitflags 2.8.0",
2807 "block",
2808 "core-foundation 0.10.0",
2809 "core-graphics-types 0.2.0",
2810 "libc",
2811 "objc",
2812]
2813
2814[[package]]
2815name = "codespan-reporting"
2816version = "0.11.1"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2819dependencies = [
2820 "termcolor",
2821 "unicode-width",
2822]
2823
2824[[package]]
2825name = "collab"
2826version = "0.44.0"
2827dependencies = [
2828 "anthropic",
2829 "anyhow",
2830 "assistant",
2831 "assistant_context_editor",
2832 "assistant_slash_command",
2833 "assistant_tool",
2834 "async-stripe",
2835 "async-trait",
2836 "async-tungstenite",
2837 "audio",
2838 "aws-config",
2839 "aws-sdk-kinesis",
2840 "aws-sdk-s3",
2841 "axum",
2842 "axum-extra",
2843 "base64 0.22.1",
2844 "buffer_diff",
2845 "call",
2846 "channel",
2847 "chrono",
2848 "client",
2849 "clock",
2850 "collab_ui",
2851 "collections",
2852 "context_server",
2853 "ctor",
2854 "dashmap 6.1.0",
2855 "derive_more",
2856 "editor",
2857 "env_logger 0.11.7",
2858 "envy",
2859 "extension",
2860 "file_finder",
2861 "fs",
2862 "futures 0.3.31",
2863 "git",
2864 "git_hosting_providers",
2865 "git_ui",
2866 "google_ai",
2867 "gpui",
2868 "hex",
2869 "http_client",
2870 "hyper 0.14.32",
2871 "indoc",
2872 "jsonwebtoken",
2873 "language",
2874 "language_model",
2875 "livekit_api",
2876 "livekit_client",
2877 "livekit_client_macos",
2878 "log",
2879 "lsp",
2880 "menu",
2881 "multi_buffer",
2882 "nanoid",
2883 "node_runtime",
2884 "notifications",
2885 "open_ai",
2886 "parking_lot",
2887 "pretty_assertions",
2888 "project",
2889 "prometheus",
2890 "prompt_store",
2891 "prost 0.9.0",
2892 "rand 0.8.5",
2893 "recent_projects",
2894 "release_channel",
2895 "remote",
2896 "remote_server",
2897 "reqwest 0.11.27",
2898 "reqwest_client",
2899 "rpc",
2900 "rustc-demangle",
2901 "scrypt",
2902 "sea-orm",
2903 "semantic_version",
2904 "semver",
2905 "serde",
2906 "serde_derive",
2907 "serde_json",
2908 "session",
2909 "settings",
2910 "sha2",
2911 "sqlx",
2912 "strum",
2913 "subtle",
2914 "supermaven_api",
2915 "telemetry_events",
2916 "text",
2917 "theme",
2918 "thiserror 1.0.69",
2919 "time",
2920 "tokio",
2921 "toml 0.8.20",
2922 "tower",
2923 "tower-http 0.4.4",
2924 "tracing",
2925 "tracing-subscriber",
2926 "unindent",
2927 "util",
2928 "uuid",
2929 "workspace",
2930 "worktree",
2931]
2932
2933[[package]]
2934name = "collab_ui"
2935version = "0.1.0"
2936dependencies = [
2937 "anyhow",
2938 "call",
2939 "channel",
2940 "chrono",
2941 "client",
2942 "collections",
2943 "db",
2944 "editor",
2945 "emojis",
2946 "futures 0.3.31",
2947 "fuzzy",
2948 "gpui",
2949 "http_client",
2950 "language",
2951 "menu",
2952 "notifications",
2953 "picker",
2954 "pretty_assertions",
2955 "project",
2956 "release_channel",
2957 "rich_text",
2958 "rpc",
2959 "schemars",
2960 "serde",
2961 "serde_derive",
2962 "serde_json",
2963 "settings",
2964 "smallvec",
2965 "story",
2966 "telemetry",
2967 "theme",
2968 "time",
2969 "time_format",
2970 "title_bar",
2971 "tree-sitter-md",
2972 "ui",
2973 "util",
2974 "workspace",
2975]
2976
2977[[package]]
2978name = "collections"
2979version = "0.1.0"
2980dependencies = [
2981 "indexmap",
2982 "rustc-hash 2.1.1",
2983]
2984
2985[[package]]
2986name = "color_quant"
2987version = "1.1.0"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2990
2991[[package]]
2992name = "colorchoice"
2993version = "1.0.3"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2996
2997[[package]]
2998name = "combine"
2999version = "4.6.7"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3002dependencies = [
3003 "bytes 1.10.1",
3004 "memchr",
3005]
3006
3007[[package]]
3008name = "command_palette"
3009version = "0.1.0"
3010dependencies = [
3011 "client",
3012 "collections",
3013 "command_palette_hooks",
3014 "ctor",
3015 "editor",
3016 "env_logger 0.11.7",
3017 "fuzzy",
3018 "go_to_line",
3019 "gpui",
3020 "language",
3021 "menu",
3022 "picker",
3023 "postage",
3024 "project",
3025 "serde",
3026 "serde_json",
3027 "settings",
3028 "telemetry",
3029 "theme",
3030 "ui",
3031 "util",
3032 "workspace",
3033 "zed_actions",
3034]
3035
3036[[package]]
3037name = "command_palette_hooks"
3038version = "0.1.0"
3039dependencies = [
3040 "collections",
3041 "derive_more",
3042 "gpui",
3043]
3044
3045[[package]]
3046name = "component"
3047version = "0.1.0"
3048dependencies = [
3049 "collections",
3050 "gpui",
3051 "linkme",
3052 "parking_lot",
3053 "theme",
3054]
3055
3056[[package]]
3057name = "component_preview"
3058version = "0.1.0"
3059dependencies = [
3060 "client",
3061 "collections",
3062 "component",
3063 "gpui",
3064 "languages",
3065 "notifications",
3066 "project",
3067 "ui",
3068 "workspace",
3069]
3070
3071[[package]]
3072name = "concurrent-queue"
3073version = "2.5.0"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3076dependencies = [
3077 "crossbeam-utils",
3078]
3079
3080[[package]]
3081name = "console"
3082version = "0.15.8"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3085dependencies = [
3086 "encode_unicode",
3087 "lazy_static",
3088 "libc",
3089 "unicode-width",
3090 "windows-sys 0.52.0",
3091]
3092
3093[[package]]
3094name = "const-oid"
3095version = "0.9.6"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3098
3099[[package]]
3100name = "const-random"
3101version = "0.1.18"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3104dependencies = [
3105 "const-random-macro",
3106]
3107
3108[[package]]
3109name = "const-random-macro"
3110version = "0.1.16"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3113dependencies = [
3114 "getrandom 0.2.15",
3115 "once_cell",
3116 "tiny-keccak",
3117]
3118
3119[[package]]
3120name = "constant_time_eq"
3121version = "0.1.5"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3124
3125[[package]]
3126name = "constant_time_eq"
3127version = "0.3.1"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3130
3131[[package]]
3132name = "context_server"
3133version = "0.1.0"
3134dependencies = [
3135 "anyhow",
3136 "assistant_tool",
3137 "async-trait",
3138 "collections",
3139 "command_palette_hooks",
3140 "context_server_settings",
3141 "extension",
3142 "futures 0.3.31",
3143 "gpui",
3144 "language_model",
3145 "log",
3146 "parking_lot",
3147 "postage",
3148 "project",
3149 "serde",
3150 "serde_json",
3151 "settings",
3152 "smol",
3153 "url",
3154 "util",
3155]
3156
3157[[package]]
3158name = "context_server_settings"
3159version = "0.1.0"
3160dependencies = [
3161 "anyhow",
3162 "collections",
3163 "gpui",
3164 "schemars",
3165 "serde",
3166 "serde_json",
3167 "settings",
3168]
3169
3170[[package]]
3171name = "convert_case"
3172version = "0.4.0"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3175
3176[[package]]
3177name = "convert_case"
3178version = "0.8.0"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3181dependencies = [
3182 "unicode-segmentation",
3183]
3184
3185[[package]]
3186name = "copilot"
3187version = "0.1.0"
3188dependencies = [
3189 "anyhow",
3190 "async-compression",
3191 "async-std",
3192 "async-tar",
3193 "chrono",
3194 "client",
3195 "clock",
3196 "collections",
3197 "command_palette_hooks",
3198 "ctor",
3199 "editor",
3200 "env_logger 0.11.7",
3201 "fs",
3202 "futures 0.3.31",
3203 "gpui",
3204 "http_client",
3205 "indoc",
3206 "inline_completion",
3207 "language",
3208 "log",
3209 "lsp",
3210 "menu",
3211 "node_runtime",
3212 "parking_lot",
3213 "paths",
3214 "project",
3215 "rpc",
3216 "schemars",
3217 "serde",
3218 "serde_json",
3219 "settings",
3220 "smol",
3221 "strum",
3222 "task",
3223 "theme",
3224 "ui",
3225 "util",
3226 "workspace",
3227]
3228
3229[[package]]
3230name = "core-foundation"
3231version = "0.9.4"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3234dependencies = [
3235 "core-foundation-sys",
3236 "libc",
3237]
3238
3239[[package]]
3240name = "core-foundation"
3241version = "0.10.0"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3244dependencies = [
3245 "core-foundation-sys",
3246 "libc",
3247]
3248
3249[[package]]
3250name = "core-foundation-sys"
3251version = "0.8.7"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3254
3255[[package]]
3256name = "core-graphics"
3257version = "0.23.2"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3260dependencies = [
3261 "bitflags 1.3.2",
3262 "core-foundation 0.9.4",
3263 "core-graphics-types 0.1.3",
3264 "foreign-types 0.5.0",
3265 "libc",
3266]
3267
3268[[package]]
3269name = "core-graphics"
3270version = "0.24.0"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3273dependencies = [
3274 "bitflags 2.8.0",
3275 "core-foundation 0.10.0",
3276 "core-graphics-types 0.2.0",
3277 "foreign-types 0.5.0",
3278 "libc",
3279]
3280
3281[[package]]
3282name = "core-graphics-types"
3283version = "0.1.3"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3286dependencies = [
3287 "bitflags 1.3.2",
3288 "core-foundation 0.9.4",
3289 "libc",
3290]
3291
3292[[package]]
3293name = "core-graphics-types"
3294version = "0.2.0"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3297dependencies = [
3298 "bitflags 2.8.0",
3299 "core-foundation 0.10.0",
3300 "libc",
3301]
3302
3303[[package]]
3304name = "core-services"
3305version = "0.2.1"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3308dependencies = [
3309 "core-foundation 0.9.4",
3310]
3311
3312[[package]]
3313name = "core-text"
3314version = "20.1.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3317dependencies = [
3318 "core-foundation 0.9.4",
3319 "core-graphics 0.23.2",
3320 "foreign-types 0.5.0",
3321 "libc",
3322]
3323
3324[[package]]
3325name = "coreaudio-rs"
3326version = "0.11.3"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3329dependencies = [
3330 "bitflags 1.3.2",
3331 "core-foundation-sys",
3332 "coreaudio-sys",
3333]
3334
3335[[package]]
3336name = "coreaudio-rs"
3337version = "0.12.1"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3340dependencies = [
3341 "bitflags 1.3.2",
3342 "core-foundation-sys",
3343 "coreaudio-sys",
3344]
3345
3346[[package]]
3347name = "coreaudio-sys"
3348version = "0.2.16"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3351dependencies = [
3352 "bindgen 0.70.1",
3353]
3354
3355[[package]]
3356name = "cosmic-text"
3357version = "0.11.2"
3358source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3359dependencies = [
3360 "bitflags 2.8.0",
3361 "fontdb",
3362 "log",
3363 "rangemap",
3364 "rayon",
3365 "rustc-hash 1.1.0",
3366 "rustybuzz",
3367 "self_cell",
3368 "swash",
3369 "sys-locale",
3370 "ttf-parser",
3371 "unicode-bidi",
3372 "unicode-linebreak",
3373 "unicode-script",
3374 "unicode-segmentation",
3375]
3376
3377[[package]]
3378name = "cpal"
3379version = "0.15.3"
3380source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3381dependencies = [
3382 "alsa",
3383 "core-foundation-sys",
3384 "coreaudio-rs 0.11.3",
3385 "dasp_sample",
3386 "jni",
3387 "js-sys",
3388 "libc",
3389 "mach2",
3390 "ndk",
3391 "ndk-context",
3392 "oboe",
3393 "wasm-bindgen",
3394 "wasm-bindgen-futures",
3395 "web-sys",
3396 "windows 0.54.0",
3397]
3398
3399[[package]]
3400name = "cpp_demangle"
3401version = "0.4.4"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3404dependencies = [
3405 "cfg-if",
3406]
3407
3408[[package]]
3409name = "cpufeatures"
3410version = "0.2.16"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3413dependencies = [
3414 "libc",
3415]
3416
3417[[package]]
3418name = "cranelift-bforest"
3419version = "0.116.1"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3422dependencies = [
3423 "cranelift-entity",
3424]
3425
3426[[package]]
3427name = "cranelift-bitset"
3428version = "0.116.1"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3431dependencies = [
3432 "serde",
3433 "serde_derive",
3434]
3435
3436[[package]]
3437name = "cranelift-codegen"
3438version = "0.116.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3441dependencies = [
3442 "bumpalo",
3443 "cranelift-bforest",
3444 "cranelift-bitset",
3445 "cranelift-codegen-meta",
3446 "cranelift-codegen-shared",
3447 "cranelift-control",
3448 "cranelift-entity",
3449 "cranelift-isle",
3450 "gimli",
3451 "hashbrown 0.14.5",
3452 "log",
3453 "regalloc2",
3454 "rustc-hash 2.1.1",
3455 "serde",
3456 "smallvec",
3457 "target-lexicon 0.13.2",
3458]
3459
3460[[package]]
3461name = "cranelift-codegen-meta"
3462version = "0.116.1"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3465dependencies = [
3466 "cranelift-codegen-shared",
3467]
3468
3469[[package]]
3470name = "cranelift-codegen-shared"
3471version = "0.116.1"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3474
3475[[package]]
3476name = "cranelift-control"
3477version = "0.116.1"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3480dependencies = [
3481 "arbitrary",
3482]
3483
3484[[package]]
3485name = "cranelift-entity"
3486version = "0.116.1"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3489dependencies = [
3490 "cranelift-bitset",
3491 "serde",
3492 "serde_derive",
3493]
3494
3495[[package]]
3496name = "cranelift-frontend"
3497version = "0.116.1"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3500dependencies = [
3501 "cranelift-codegen",
3502 "log",
3503 "smallvec",
3504 "target-lexicon 0.13.2",
3505]
3506
3507[[package]]
3508name = "cranelift-isle"
3509version = "0.116.1"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3512
3513[[package]]
3514name = "cranelift-native"
3515version = "0.116.1"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3518dependencies = [
3519 "cranelift-codegen",
3520 "libc",
3521 "target-lexicon 0.13.2",
3522]
3523
3524[[package]]
3525name = "crc"
3526version = "3.2.1"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3529dependencies = [
3530 "crc-catalog",
3531]
3532
3533[[package]]
3534name = "crc-catalog"
3535version = "2.4.0"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3538
3539[[package]]
3540name = "crc32c"
3541version = "0.6.8"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3544dependencies = [
3545 "rustc_version",
3546]
3547
3548[[package]]
3549name = "crc32fast"
3550version = "1.4.2"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3553dependencies = [
3554 "cfg-if",
3555]
3556
3557[[package]]
3558name = "crc64fast-nvme"
3559version = "1.1.1"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3562dependencies = [
3563 "cbindgen 0.27.0",
3564 "crc",
3565]
3566
3567[[package]]
3568name = "credentials_provider"
3569version = "0.1.0"
3570dependencies = [
3571 "anyhow",
3572 "futures 0.3.31",
3573 "gpui",
3574 "paths",
3575 "release_channel",
3576 "serde",
3577 "serde_json",
3578]
3579
3580[[package]]
3581name = "criterion"
3582version = "0.5.1"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3585dependencies = [
3586 "anes",
3587 "cast",
3588 "ciborium",
3589 "clap",
3590 "criterion-plot",
3591 "is-terminal",
3592 "itertools 0.10.5",
3593 "num-traits",
3594 "once_cell",
3595 "oorandom",
3596 "plotters",
3597 "rayon",
3598 "regex",
3599 "serde",
3600 "serde_derive",
3601 "serde_json",
3602 "tinytemplate",
3603 "walkdir",
3604]
3605
3606[[package]]
3607name = "criterion-plot"
3608version = "0.5.0"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3611dependencies = [
3612 "cast",
3613 "itertools 0.10.5",
3614]
3615
3616[[package]]
3617name = "crossbeam-channel"
3618version = "0.5.13"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3621dependencies = [
3622 "crossbeam-utils",
3623]
3624
3625[[package]]
3626name = "crossbeam-deque"
3627version = "0.8.5"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3630dependencies = [
3631 "crossbeam-epoch",
3632 "crossbeam-utils",
3633]
3634
3635[[package]]
3636name = "crossbeam-epoch"
3637version = "0.9.18"
3638source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3640dependencies = [
3641 "crossbeam-utils",
3642]
3643
3644[[package]]
3645name = "crossbeam-queue"
3646version = "0.3.11"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3649dependencies = [
3650 "crossbeam-utils",
3651]
3652
3653[[package]]
3654name = "crossbeam-utils"
3655version = "0.8.20"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3658
3659[[package]]
3660name = "crunchy"
3661version = "0.2.2"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3664
3665[[package]]
3666name = "crypto-bigint"
3667version = "0.4.9"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3670dependencies = [
3671 "generic-array",
3672 "rand_core 0.6.4",
3673 "subtle",
3674 "zeroize",
3675]
3676
3677[[package]]
3678name = "crypto-bigint"
3679version = "0.5.5"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3682dependencies = [
3683 "rand_core 0.6.4",
3684 "subtle",
3685]
3686
3687[[package]]
3688name = "crypto-common"
3689version = "0.1.6"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3692dependencies = [
3693 "generic-array",
3694 "rand_core 0.6.4",
3695 "typenum",
3696]
3697
3698[[package]]
3699name = "ctor"
3700version = "0.4.1"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3703dependencies = [
3704 "ctor-proc-macro",
3705 "dtor",
3706]
3707
3708[[package]]
3709name = "ctor-proc-macro"
3710version = "0.0.5"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3713
3714[[package]]
3715name = "ctrlc"
3716version = "3.4.5"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3719dependencies = [
3720 "nix",
3721 "windows-sys 0.59.0",
3722]
3723
3724[[package]]
3725name = "cursor-icon"
3726version = "1.1.0"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3729
3730[[package]]
3731name = "cxx"
3732version = "1.0.134"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3735dependencies = [
3736 "cc",
3737 "cxxbridge-cmd",
3738 "cxxbridge-flags",
3739 "cxxbridge-macro",
3740 "foldhash",
3741 "link-cplusplus",
3742]
3743
3744[[package]]
3745name = "cxx-build"
3746version = "1.0.134"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3749dependencies = [
3750 "cc",
3751 "codespan-reporting",
3752 "proc-macro2",
3753 "quote",
3754 "scratch",
3755 "syn 2.0.100",
3756]
3757
3758[[package]]
3759name = "cxxbridge-cmd"
3760version = "1.0.134"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3763dependencies = [
3764 "clap",
3765 "codespan-reporting",
3766 "proc-macro2",
3767 "quote",
3768 "syn 2.0.100",
3769]
3770
3771[[package]]
3772name = "cxxbridge-flags"
3773version = "1.0.134"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3776
3777[[package]]
3778name = "cxxbridge-macro"
3779version = "1.0.134"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3782dependencies = [
3783 "proc-macro2",
3784 "quote",
3785 "rustversion",
3786 "syn 2.0.100",
3787]
3788
3789[[package]]
3790name = "dashmap"
3791version = "5.5.3"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3794dependencies = [
3795 "cfg-if",
3796 "hashbrown 0.14.5",
3797 "lock_api",
3798 "once_cell",
3799 "parking_lot_core",
3800]
3801
3802[[package]]
3803name = "dashmap"
3804version = "6.1.0"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3807dependencies = [
3808 "cfg-if",
3809 "crossbeam-utils",
3810 "hashbrown 0.14.5",
3811 "lock_api",
3812 "once_cell",
3813 "parking_lot_core",
3814]
3815
3816[[package]]
3817name = "dasp_sample"
3818version = "0.11.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3821
3822[[package]]
3823name = "data-encoding"
3824version = "2.6.0"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3827
3828[[package]]
3829name = "data-url"
3830version = "0.3.1"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3833
3834[[package]]
3835name = "db"
3836version = "0.1.0"
3837dependencies = [
3838 "anyhow",
3839 "gpui",
3840 "indoc",
3841 "log",
3842 "paths",
3843 "release_channel",
3844 "smol",
3845 "sqlez",
3846 "sqlez_macros",
3847 "tempfile",
3848 "util",
3849]
3850
3851[[package]]
3852name = "dbus"
3853version = "0.9.7"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3856dependencies = [
3857 "libc",
3858 "libdbus-sys",
3859 "winapi",
3860]
3861
3862[[package]]
3863name = "deepseek"
3864version = "0.1.0"
3865dependencies = [
3866 "anyhow",
3867 "futures 0.3.31",
3868 "http_client",
3869 "schemars",
3870 "serde",
3871 "serde_json",
3872]
3873
3874[[package]]
3875name = "deflate64"
3876version = "0.1.9"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3879
3880[[package]]
3881name = "der"
3882version = "0.6.1"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3885dependencies = [
3886 "const-oid",
3887 "zeroize",
3888]
3889
3890[[package]]
3891name = "der"
3892version = "0.7.9"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3895dependencies = [
3896 "const-oid",
3897 "pem-rfc7468",
3898 "zeroize",
3899]
3900
3901[[package]]
3902name = "deranged"
3903version = "0.3.11"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3906dependencies = [
3907 "powerfmt",
3908 "serde",
3909]
3910
3911[[package]]
3912name = "derive_more"
3913version = "0.99.19"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3916dependencies = [
3917 "convert_case 0.4.0",
3918 "proc-macro2",
3919 "quote",
3920 "rustc_version",
3921 "syn 2.0.100",
3922]
3923
3924[[package]]
3925name = "derive_refineable"
3926version = "0.1.0"
3927dependencies = [
3928 "proc-macro2",
3929 "quote",
3930 "syn 1.0.109",
3931]
3932
3933[[package]]
3934name = "diagnostics"
3935version = "0.1.0"
3936dependencies = [
3937 "anyhow",
3938 "client",
3939 "collections",
3940 "ctor",
3941 "editor",
3942 "env_logger 0.11.7",
3943 "gpui",
3944 "language",
3945 "log",
3946 "lsp",
3947 "pretty_assertions",
3948 "project",
3949 "rand 0.8.5",
3950 "serde",
3951 "serde_json",
3952 "settings",
3953 "theme",
3954 "ui",
3955 "unindent",
3956 "util",
3957 "workspace",
3958]
3959
3960[[package]]
3961name = "dialoguer"
3962version = "0.11.0"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3965dependencies = [
3966 "console",
3967 "fuzzy-matcher",
3968 "shell-words",
3969 "tempfile",
3970 "thiserror 1.0.69",
3971 "zeroize",
3972]
3973
3974[[package]]
3975name = "diff"
3976version = "0.1.13"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3979
3980[[package]]
3981name = "digest"
3982version = "0.10.7"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3985dependencies = [
3986 "block-buffer",
3987 "const-oid",
3988 "crypto-common",
3989 "subtle",
3990]
3991
3992[[package]]
3993name = "dirs"
3994version = "4.0.0"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3997dependencies = [
3998 "dirs-sys 0.3.7",
3999]
4000
4001[[package]]
4002name = "dirs"
4003version = "5.0.1"
4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4006dependencies = [
4007 "dirs-sys 0.4.1",
4008]
4009
4010[[package]]
4011name = "dirs-sys"
4012version = "0.3.7"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4015dependencies = [
4016 "libc",
4017 "redox_users",
4018 "winapi",
4019]
4020
4021[[package]]
4022name = "dirs-sys"
4023version = "0.4.1"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4026dependencies = [
4027 "libc",
4028 "option-ext",
4029 "redox_users",
4030 "windows-sys 0.48.0",
4031]
4032
4033[[package]]
4034name = "displaydoc"
4035version = "0.2.5"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4038dependencies = [
4039 "proc-macro2",
4040 "quote",
4041 "syn 2.0.100",
4042]
4043
4044[[package]]
4045name = "dlib"
4046version = "0.5.2"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4049dependencies = [
4050 "libloading",
4051]
4052
4053[[package]]
4054name = "docs_preprocessor"
4055version = "0.1.0"
4056dependencies = [
4057 "anyhow",
4058 "clap",
4059 "mdbook",
4060 "regex",
4061 "serde",
4062 "serde_json",
4063 "settings",
4064 "util",
4065]
4066
4067[[package]]
4068name = "dotenvy"
4069version = "0.15.7"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4072
4073[[package]]
4074name = "downcast-rs"
4075version = "1.2.1"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4078
4079[[package]]
4080name = "doxygen-rs"
4081version = "0.4.2"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4084dependencies = [
4085 "phf",
4086]
4087
4088[[package]]
4089name = "dtor"
4090version = "0.0.5"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4093dependencies = [
4094 "dtor-proc-macro",
4095]
4096
4097[[package]]
4098name = "dtor-proc-macro"
4099version = "0.0.5"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4102
4103[[package]]
4104name = "dunce"
4105version = "1.0.5"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4108
4109[[package]]
4110name = "dwrote"
4111version = "0.11.2"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4114dependencies = [
4115 "lazy_static",
4116 "libc",
4117 "winapi",
4118 "wio",
4119]
4120
4121[[package]]
4122name = "dyn-clone"
4123version = "1.0.17"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4126
4127[[package]]
4128name = "ec4rs"
4129version = "1.1.1"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4132
4133[[package]]
4134name = "ecdsa"
4135version = "0.14.8"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4138dependencies = [
4139 "der 0.6.1",
4140 "elliptic-curve",
4141 "rfc6979",
4142 "signature 1.6.4",
4143]
4144
4145[[package]]
4146name = "editor"
4147version = "0.1.0"
4148dependencies = [
4149 "aho-corasick",
4150 "anyhow",
4151 "assets",
4152 "buffer_diff",
4153 "chrono",
4154 "client",
4155 "clock",
4156 "collections",
4157 "convert_case 0.8.0",
4158 "ctor",
4159 "db",
4160 "emojis",
4161 "env_logger 0.11.7",
4162 "file_icons",
4163 "fs",
4164 "futures 0.3.31",
4165 "fuzzy",
4166 "git",
4167 "gpui",
4168 "http_client",
4169 "indoc",
4170 "inline_completion",
4171 "itertools 0.14.0",
4172 "language",
4173 "languages",
4174 "linkify",
4175 "log",
4176 "lsp",
4177 "markdown",
4178 "multi_buffer",
4179 "ordered-float 2.10.1",
4180 "parking_lot",
4181 "pretty_assertions",
4182 "project",
4183 "rand 0.8.5",
4184 "release_channel",
4185 "rpc",
4186 "schemars",
4187 "serde",
4188 "serde_json",
4189 "settings",
4190 "smallvec",
4191 "smol",
4192 "snippet",
4193 "sum_tree",
4194 "task",
4195 "telemetry",
4196 "tempfile",
4197 "text",
4198 "theme",
4199 "time",
4200 "time_format",
4201 "tree-sitter-html",
4202 "tree-sitter-rust",
4203 "tree-sitter-typescript",
4204 "ui",
4205 "unicode-script",
4206 "unicode-segmentation",
4207 "unindent",
4208 "url",
4209 "util",
4210 "uuid",
4211 "workspace",
4212 "zed_actions",
4213]
4214
4215[[package]]
4216name = "either"
4217version = "1.13.0"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4220dependencies = [
4221 "serde",
4222]
4223
4224[[package]]
4225name = "elasticlunr-rs"
4226version = "3.0.2"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4229dependencies = [
4230 "regex",
4231 "serde",
4232 "serde_derive",
4233 "serde_json",
4234]
4235
4236[[package]]
4237name = "elliptic-curve"
4238version = "0.12.3"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4241dependencies = [
4242 "base16ct",
4243 "crypto-bigint 0.4.9",
4244 "der 0.6.1",
4245 "digest",
4246 "ff",
4247 "generic-array",
4248 "group",
4249 "pkcs8 0.9.0",
4250 "rand_core 0.6.4",
4251 "sec1",
4252 "subtle",
4253 "zeroize",
4254]
4255
4256[[package]]
4257name = "embed-resource"
4258version = "3.0.2"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4261dependencies = [
4262 "cc",
4263 "memchr",
4264 "rustc_version",
4265 "toml 0.8.20",
4266 "vswhom",
4267 "winreg 0.52.0",
4268]
4269
4270[[package]]
4271name = "embedded-io"
4272version = "0.4.0"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4275
4276[[package]]
4277name = "embedded-io"
4278version = "0.6.1"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4281
4282[[package]]
4283name = "emojis"
4284version = "0.6.4"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4287dependencies = [
4288 "phf",
4289]
4290
4291[[package]]
4292name = "encode_unicode"
4293version = "0.3.6"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4296
4297[[package]]
4298name = "encoding_rs"
4299version = "0.8.35"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4302dependencies = [
4303 "cfg-if",
4304]
4305
4306[[package]]
4307name = "endi"
4308version = "1.1.0"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4311
4312[[package]]
4313name = "enumflags2"
4314version = "0.7.10"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4317dependencies = [
4318 "enumflags2_derive",
4319 "serde",
4320]
4321
4322[[package]]
4323name = "enumflags2_derive"
4324version = "0.7.10"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4327dependencies = [
4328 "proc-macro2",
4329 "quote",
4330 "syn 2.0.100",
4331]
4332
4333[[package]]
4334name = "env_filter"
4335version = "0.1.2"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4338dependencies = [
4339 "log",
4340 "regex",
4341]
4342
4343[[package]]
4344name = "env_home"
4345version = "0.1.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4348
4349[[package]]
4350name = "env_logger"
4351version = "0.10.2"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4354dependencies = [
4355 "humantime",
4356 "is-terminal",
4357 "log",
4358 "regex",
4359 "termcolor",
4360]
4361
4362[[package]]
4363name = "env_logger"
4364version = "0.11.7"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4367dependencies = [
4368 "anstream",
4369 "anstyle",
4370 "env_filter",
4371 "jiff",
4372 "log",
4373]
4374
4375[[package]]
4376name = "envy"
4377version = "0.4.2"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4380dependencies = [
4381 "serde",
4382]
4383
4384[[package]]
4385name = "equivalent"
4386version = "1.0.1"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4389
4390[[package]]
4391name = "erased-serde"
4392version = "0.4.5"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4395dependencies = [
4396 "serde",
4397 "typeid",
4398]
4399
4400[[package]]
4401name = "errno"
4402version = "0.2.8"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4405dependencies = [
4406 "errno-dragonfly",
4407 "libc",
4408 "winapi",
4409]
4410
4411[[package]]
4412name = "errno"
4413version = "0.3.10"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4416dependencies = [
4417 "libc",
4418 "windows-sys 0.59.0",
4419]
4420
4421[[package]]
4422name = "errno-dragonfly"
4423version = "0.1.2"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4426dependencies = [
4427 "cc",
4428 "libc",
4429]
4430
4431[[package]]
4432name = "etagere"
4433version = "0.2.15"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4436dependencies = [
4437 "euclid",
4438 "svg_fmt",
4439]
4440
4441[[package]]
4442name = "etcetera"
4443version = "0.8.0"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4446dependencies = [
4447 "cfg-if",
4448 "home",
4449 "windows-sys 0.48.0",
4450]
4451
4452[[package]]
4453name = "euclid"
4454version = "0.22.11"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4457dependencies = [
4458 "num-traits",
4459]
4460
4461[[package]]
4462name = "evals"
4463version = "0.1.0"
4464dependencies = [
4465 "anyhow",
4466 "clap",
4467 "client",
4468 "clock",
4469 "collections",
4470 "env_logger 0.11.7",
4471 "feature_flags",
4472 "fs",
4473 "gpui",
4474 "http_client",
4475 "language",
4476 "languages",
4477 "node_runtime",
4478 "open_ai",
4479 "project",
4480 "reqwest_client",
4481 "semantic_index",
4482 "serde",
4483 "serde_json",
4484 "settings",
4485 "smol",
4486 "util",
4487]
4488
4489[[package]]
4490name = "event-listener"
4491version = "2.5.3"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4494
4495[[package]]
4496name = "event-listener"
4497version = "5.3.1"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4500dependencies = [
4501 "concurrent-queue",
4502 "parking",
4503 "pin-project-lite",
4504]
4505
4506[[package]]
4507name = "event-listener-strategy"
4508version = "0.5.3"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4511dependencies = [
4512 "event-listener 5.3.1",
4513 "pin-project-lite",
4514]
4515
4516[[package]]
4517name = "exec"
4518version = "0.3.1"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4521dependencies = [
4522 "errno 0.2.8",
4523 "libc",
4524]
4525
4526[[package]]
4527name = "exr"
4528version = "1.73.0"
4529source = "registry+https://github.com/rust-lang/crates.io-index"
4530checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4531dependencies = [
4532 "bit_field",
4533 "half",
4534 "lebe",
4535 "miniz_oxide",
4536 "rayon-core",
4537 "smallvec",
4538 "zune-inflate",
4539]
4540
4541[[package]]
4542name = "extension"
4543version = "0.1.0"
4544dependencies = [
4545 "anyhow",
4546 "async-compression",
4547 "async-tar",
4548 "async-trait",
4549 "collections",
4550 "convert_case 0.8.0",
4551 "fs",
4552 "futures 0.3.31",
4553 "gpui",
4554 "http_client",
4555 "language",
4556 "log",
4557 "lsp",
4558 "parking_lot",
4559 "semantic_version",
4560 "serde",
4561 "serde_json",
4562 "toml 0.8.20",
4563 "util",
4564 "wasm-encoder 0.221.3",
4565 "wasmparser 0.221.3",
4566 "wit-component 0.221.3",
4567]
4568
4569[[package]]
4570name = "extension_cli"
4571version = "0.1.0"
4572dependencies = [
4573 "anyhow",
4574 "clap",
4575 "env_logger 0.11.7",
4576 "extension",
4577 "fs",
4578 "language",
4579 "log",
4580 "reqwest_client",
4581 "rpc",
4582 "serde",
4583 "serde_json",
4584 "theme",
4585 "tokio",
4586 "toml 0.8.20",
4587 "tree-sitter",
4588 "wasmtime",
4589]
4590
4591[[package]]
4592name = "extension_host"
4593version = "0.1.0"
4594dependencies = [
4595 "anyhow",
4596 "async-compression",
4597 "async-tar",
4598 "async-trait",
4599 "client",
4600 "collections",
4601 "context_server_settings",
4602 "ctor",
4603 "env_logger 0.11.7",
4604 "extension",
4605 "fs",
4606 "futures 0.3.31",
4607 "gpui",
4608 "http_client",
4609 "language",
4610 "language_extension",
4611 "log",
4612 "lsp",
4613 "node_runtime",
4614 "parking_lot",
4615 "paths",
4616 "project",
4617 "release_channel",
4618 "remote",
4619 "reqwest_client",
4620 "schemars",
4621 "semantic_version",
4622 "serde",
4623 "serde_json",
4624 "serde_json_lenient",
4625 "settings",
4626 "task",
4627 "telemetry",
4628 "tempfile",
4629 "theme",
4630 "theme_extension",
4631 "toml 0.8.20",
4632 "url",
4633 "util",
4634 "wasmparser 0.221.3",
4635 "wasmtime",
4636 "wasmtime-wasi",
4637]
4638
4639[[package]]
4640name = "extensions_ui"
4641version = "0.1.0"
4642dependencies = [
4643 "anyhow",
4644 "client",
4645 "collections",
4646 "db",
4647 "editor",
4648 "extension_host",
4649 "feature_flags",
4650 "fs",
4651 "fuzzy",
4652 "gpui",
4653 "language",
4654 "num-format",
4655 "picker",
4656 "project",
4657 "release_channel",
4658 "semantic_version",
4659 "serde",
4660 "settings",
4661 "smallvec",
4662 "telemetry",
4663 "theme",
4664 "ui",
4665 "util",
4666 "vim_mode_setting",
4667 "workspace",
4668 "zed_actions",
4669]
4670
4671[[package]]
4672name = "fallible-iterator"
4673version = "0.3.0"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4676
4677[[package]]
4678name = "fancy-regex"
4679version = "0.13.0"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4682dependencies = [
4683 "bit-set 0.5.3",
4684 "regex-automata 0.4.9",
4685 "regex-syntax 0.8.5",
4686]
4687
4688[[package]]
4689name = "fancy-regex"
4690version = "0.14.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4693dependencies = [
4694 "bit-set 0.8.0",
4695 "regex-automata 0.4.9",
4696 "regex-syntax 0.8.5",
4697]
4698
4699[[package]]
4700name = "fast-srgb8"
4701version = "1.0.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4704
4705[[package]]
4706name = "fastrand"
4707version = "1.9.0"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4710dependencies = [
4711 "instant",
4712]
4713
4714[[package]]
4715name = "fastrand"
4716version = "2.3.0"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4719
4720[[package]]
4721name = "fd-lock"
4722version = "4.0.2"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4725dependencies = [
4726 "cfg-if",
4727 "rustix",
4728 "windows-sys 0.52.0",
4729]
4730
4731[[package]]
4732name = "fdeflate"
4733version = "0.3.7"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4736dependencies = [
4737 "simd-adler32",
4738]
4739
4740[[package]]
4741name = "feature_flags"
4742version = "0.1.0"
4743dependencies = [
4744 "futures 0.3.31",
4745 "gpui",
4746 "smol",
4747]
4748
4749[[package]]
4750name = "feedback"
4751version = "0.1.0"
4752dependencies = [
4753 "anyhow",
4754 "bitflags 2.8.0",
4755 "client",
4756 "db",
4757 "editor",
4758 "futures 0.3.31",
4759 "gpui",
4760 "http_client",
4761 "human_bytes",
4762 "language",
4763 "log",
4764 "menu",
4765 "project",
4766 "regex",
4767 "release_channel",
4768 "serde",
4769 "serde_derive",
4770 "serde_json",
4771 "smol",
4772 "sysinfo",
4773 "ui",
4774 "urlencoding",
4775 "util",
4776 "workspace",
4777 "zed_actions",
4778]
4779
4780[[package]]
4781name = "ff"
4782version = "0.12.1"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4785dependencies = [
4786 "rand_core 0.6.4",
4787 "subtle",
4788]
4789
4790[[package]]
4791name = "file_finder"
4792version = "0.1.0"
4793dependencies = [
4794 "anyhow",
4795 "collections",
4796 "ctor",
4797 "editor",
4798 "env_logger 0.11.7",
4799 "file_icons",
4800 "futures 0.3.31",
4801 "fuzzy",
4802 "gpui",
4803 "language",
4804 "menu",
4805 "picker",
4806 "project",
4807 "schemars",
4808 "serde",
4809 "serde_derive",
4810 "serde_json",
4811 "settings",
4812 "text",
4813 "theme",
4814 "ui",
4815 "util",
4816 "workspace",
4817]
4818
4819[[package]]
4820name = "file_icons"
4821version = "0.1.0"
4822dependencies = [
4823 "gpui",
4824 "serde",
4825 "settings",
4826 "theme",
4827 "util",
4828]
4829
4830[[package]]
4831name = "filedescriptor"
4832version = "0.8.3"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4835dependencies = [
4836 "libc",
4837 "thiserror 1.0.69",
4838 "winapi",
4839]
4840
4841[[package]]
4842name = "filetime"
4843version = "0.2.25"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4846dependencies = [
4847 "cfg-if",
4848 "libc",
4849 "libredox",
4850 "windows-sys 0.59.0",
4851]
4852
4853[[package]]
4854name = "fixedbitset"
4855version = "0.4.2"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4858
4859[[package]]
4860name = "flate2"
4861version = "1.0.35"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4864dependencies = [
4865 "crc32fast",
4866 "miniz_oxide",
4867]
4868
4869[[package]]
4870name = "float-cmp"
4871version = "0.9.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4874
4875[[package]]
4876name = "float-ord"
4877version = "0.3.2"
4878source = "registry+https://github.com/rust-lang/crates.io-index"
4879checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4880
4881[[package]]
4882name = "float_next_after"
4883version = "1.0.0"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4886
4887[[package]]
4888name = "flume"
4889version = "0.11.1"
4890source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4892dependencies = [
4893 "futures-core",
4894 "futures-sink",
4895 "nanorand",
4896 "spin",
4897]
4898
4899[[package]]
4900name = "fnv"
4901version = "1.0.7"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4904
4905[[package]]
4906name = "foldhash"
4907version = "0.1.3"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4910
4911[[package]]
4912name = "font-kit"
4913version = "0.14.1"
4914source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4915dependencies = [
4916 "bitflags 2.8.0",
4917 "byteorder",
4918 "core-foundation 0.9.4",
4919 "core-graphics 0.23.2",
4920 "core-text",
4921 "dirs 5.0.1",
4922 "dwrote",
4923 "float-ord",
4924 "freetype-sys",
4925 "lazy_static",
4926 "libc",
4927 "log",
4928 "pathfinder_geometry",
4929 "pathfinder_simd",
4930 "walkdir",
4931 "winapi",
4932 "yeslogic-fontconfig-sys",
4933]
4934
4935[[package]]
4936name = "font-types"
4937version = "0.7.3"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4940dependencies = [
4941 "bytemuck",
4942]
4943
4944[[package]]
4945name = "fontconfig-parser"
4946version = "0.5.7"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4949dependencies = [
4950 "roxmltree",
4951]
4952
4953[[package]]
4954name = "fontdb"
4955version = "0.18.0"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4958dependencies = [
4959 "fontconfig-parser",
4960 "log",
4961 "memmap2",
4962 "slotmap",
4963 "tinyvec",
4964 "ttf-parser",
4965]
4966
4967[[package]]
4968name = "foreign-types"
4969version = "0.3.2"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4972dependencies = [
4973 "foreign-types-shared 0.1.1",
4974]
4975
4976[[package]]
4977name = "foreign-types"
4978version = "0.5.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4981dependencies = [
4982 "foreign-types-macros",
4983 "foreign-types-shared 0.3.1",
4984]
4985
4986[[package]]
4987name = "foreign-types-macros"
4988version = "0.2.3"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4991dependencies = [
4992 "proc-macro2",
4993 "quote",
4994 "syn 2.0.100",
4995]
4996
4997[[package]]
4998name = "foreign-types-shared"
4999version = "0.1.1"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5002
5003[[package]]
5004name = "foreign-types-shared"
5005version = "0.3.1"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5008
5009[[package]]
5010name = "fork"
5011version = "0.2.0"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5014dependencies = [
5015 "libc",
5016]
5017
5018[[package]]
5019name = "form_urlencoded"
5020version = "1.2.1"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5023dependencies = [
5024 "percent-encoding",
5025]
5026
5027[[package]]
5028name = "freetype-sys"
5029version = "0.20.1"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5032dependencies = [
5033 "cc",
5034 "libc",
5035 "pkg-config",
5036]
5037
5038[[package]]
5039name = "fs"
5040version = "0.1.0"
5041dependencies = [
5042 "anyhow",
5043 "ashpd",
5044 "async-tar",
5045 "async-trait",
5046 "cocoa 0.26.0",
5047 "collections",
5048 "fsevent",
5049 "futures 0.3.31",
5050 "git",
5051 "git2",
5052 "gpui",
5053 "libc",
5054 "log",
5055 "notify 6.1.1",
5056 "objc",
5057 "parking_lot",
5058 "paths",
5059 "proto",
5060 "rope",
5061 "serde",
5062 "serde_json",
5063 "smol",
5064 "tempfile",
5065 "text",
5066 "time",
5067 "util",
5068 "windows 0.60.0",
5069]
5070
5071[[package]]
5072name = "fs-set-times"
5073version = "0.20.2"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5076dependencies = [
5077 "io-lifetimes",
5078 "rustix",
5079 "windows-sys 0.59.0",
5080]
5081
5082[[package]]
5083name = "fs2"
5084version = "0.4.3"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5087dependencies = [
5088 "libc",
5089 "winapi",
5090]
5091
5092[[package]]
5093name = "fs_extra"
5094version = "1.3.0"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5097
5098[[package]]
5099name = "fsevent"
5100version = "0.1.0"
5101dependencies = [
5102 "bitflags 2.8.0",
5103 "core-foundation 0.9.4",
5104 "fsevent-sys 3.1.0",
5105 "parking_lot",
5106 "tempfile",
5107]
5108
5109[[package]]
5110name = "fsevent-sys"
5111version = "3.1.0"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5114dependencies = [
5115 "libc",
5116]
5117
5118[[package]]
5119name = "fsevent-sys"
5120version = "4.1.0"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5123dependencies = [
5124 "libc",
5125]
5126
5127[[package]]
5128name = "funty"
5129version = "2.0.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5132
5133[[package]]
5134name = "futf"
5135version = "0.1.5"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5138dependencies = [
5139 "mac",
5140 "new_debug_unreachable",
5141]
5142
5143[[package]]
5144name = "futures"
5145version = "0.1.31"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5148
5149[[package]]
5150name = "futures"
5151version = "0.3.31"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5154dependencies = [
5155 "futures-channel",
5156 "futures-core",
5157 "futures-executor",
5158 "futures-io",
5159 "futures-sink",
5160 "futures-task",
5161 "futures-util",
5162]
5163
5164[[package]]
5165name = "futures-batch"
5166version = "0.6.1"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5169dependencies = [
5170 "futures 0.3.31",
5171 "futures-timer",
5172 "pin-utils",
5173]
5174
5175[[package]]
5176name = "futures-channel"
5177version = "0.3.31"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5180dependencies = [
5181 "futures-core",
5182 "futures-sink",
5183]
5184
5185[[package]]
5186name = "futures-core"
5187version = "0.3.31"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5190
5191[[package]]
5192name = "futures-executor"
5193version = "0.3.31"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5196dependencies = [
5197 "futures-core",
5198 "futures-task",
5199 "futures-util",
5200]
5201
5202[[package]]
5203name = "futures-intrusive"
5204version = "0.5.0"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5207dependencies = [
5208 "futures-core",
5209 "lock_api",
5210 "parking_lot",
5211]
5212
5213[[package]]
5214name = "futures-io"
5215version = "0.3.31"
5216source = "registry+https://github.com/rust-lang/crates.io-index"
5217checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5218
5219[[package]]
5220name = "futures-lite"
5221version = "1.13.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5224dependencies = [
5225 "fastrand 1.9.0",
5226 "futures-core",
5227 "futures-io",
5228 "memchr",
5229 "parking",
5230 "pin-project-lite",
5231 "waker-fn",
5232]
5233
5234[[package]]
5235name = "futures-lite"
5236version = "2.6.0"
5237source = "registry+https://github.com/rust-lang/crates.io-index"
5238checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5239dependencies = [
5240 "fastrand 2.3.0",
5241 "futures-core",
5242 "futures-io",
5243 "parking",
5244 "pin-project-lite",
5245]
5246
5247[[package]]
5248name = "futures-macro"
5249version = "0.3.31"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5252dependencies = [
5253 "proc-macro2",
5254 "quote",
5255 "syn 2.0.100",
5256]
5257
5258[[package]]
5259name = "futures-sink"
5260version = "0.3.31"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5263
5264[[package]]
5265name = "futures-task"
5266version = "0.3.31"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5269
5270[[package]]
5271name = "futures-timer"
5272version = "3.0.3"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5275
5276[[package]]
5277name = "futures-util"
5278version = "0.3.31"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5281dependencies = [
5282 "futures 0.1.31",
5283 "futures-channel",
5284 "futures-core",
5285 "futures-io",
5286 "futures-macro",
5287 "futures-sink",
5288 "futures-task",
5289 "memchr",
5290 "pin-project-lite",
5291 "pin-utils",
5292 "slab",
5293 "tokio-io",
5294]
5295
5296[[package]]
5297name = "fuzzy"
5298version = "0.1.0"
5299dependencies = [
5300 "gpui",
5301 "log",
5302 "util",
5303]
5304
5305[[package]]
5306name = "fuzzy-matcher"
5307version = "0.3.7"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5310dependencies = [
5311 "thread_local",
5312]
5313
5314[[package]]
5315name = "generic-array"
5316version = "0.14.7"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5319dependencies = [
5320 "typenum",
5321 "version_check",
5322]
5323
5324[[package]]
5325name = "gethostname"
5326version = "0.4.3"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5329dependencies = [
5330 "libc",
5331 "windows-targets 0.48.5",
5332]
5333
5334[[package]]
5335name = "getrandom"
5336version = "0.1.16"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5339dependencies = [
5340 "cfg-if",
5341 "libc",
5342 "wasi 0.9.0+wasi-snapshot-preview1",
5343]
5344
5345[[package]]
5346name = "getrandom"
5347version = "0.2.15"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5350dependencies = [
5351 "cfg-if",
5352 "js-sys",
5353 "libc",
5354 "wasi 0.11.0+wasi-snapshot-preview1",
5355 "wasm-bindgen",
5356]
5357
5358[[package]]
5359name = "getrandom"
5360version = "0.3.1"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5363dependencies = [
5364 "cfg-if",
5365 "libc",
5366 "wasi 0.13.3+wasi-0.2.2",
5367 "windows-targets 0.52.6",
5368]
5369
5370[[package]]
5371name = "gif"
5372version = "0.13.1"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5375dependencies = [
5376 "color_quant",
5377 "weezl",
5378]
5379
5380[[package]]
5381name = "gimli"
5382version = "0.31.1"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5385dependencies = [
5386 "fallible-iterator",
5387 "indexmap",
5388 "stable_deref_trait",
5389]
5390
5391[[package]]
5392name = "git"
5393version = "0.1.0"
5394dependencies = [
5395 "anyhow",
5396 "askpass",
5397 "async-trait",
5398 "collections",
5399 "derive_more",
5400 "futures 0.3.31",
5401 "git2",
5402 "gpui",
5403 "http_client",
5404 "log",
5405 "parking_lot",
5406 "pretty_assertions",
5407 "regex",
5408 "rope",
5409 "schemars",
5410 "serde",
5411 "serde_json",
5412 "smol",
5413 "sum_tree",
5414 "text",
5415 "time",
5416 "unindent",
5417 "url",
5418 "util",
5419]
5420
5421[[package]]
5422name = "git2"
5423version = "0.20.0"
5424source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5425dependencies = [
5426 "bitflags 2.8.0",
5427 "libc",
5428 "libgit2-sys",
5429 "log",
5430 "url",
5431]
5432
5433[[package]]
5434name = "git_hosting_providers"
5435version = "0.1.0"
5436dependencies = [
5437 "anyhow",
5438 "async-trait",
5439 "futures 0.3.31",
5440 "git",
5441 "gpui",
5442 "http_client",
5443 "indoc",
5444 "pretty_assertions",
5445 "regex",
5446 "serde",
5447 "serde_json",
5448 "url",
5449 "util",
5450]
5451
5452[[package]]
5453name = "git_ui"
5454version = "0.1.0"
5455dependencies = [
5456 "anyhow",
5457 "askpass",
5458 "assistant_settings",
5459 "buffer_diff",
5460 "chrono",
5461 "collections",
5462 "command_palette_hooks",
5463 "component",
5464 "ctor",
5465 "db",
5466 "editor",
5467 "env_logger 0.11.7",
5468 "futures 0.3.31",
5469 "fuzzy",
5470 "git",
5471 "gpui",
5472 "itertools 0.14.0",
5473 "language",
5474 "language_model",
5475 "linkify",
5476 "linkme",
5477 "log",
5478 "menu",
5479 "multi_buffer",
5480 "notifications",
5481 "panel",
5482 "picker",
5483 "postage",
5484 "pretty_assertions",
5485 "project",
5486 "schemars",
5487 "serde",
5488 "serde_derive",
5489 "serde_json",
5490 "settings",
5491 "smallvec",
5492 "strum",
5493 "telemetry",
5494 "theme",
5495 "time",
5496 "time_format",
5497 "ui",
5498 "unindent",
5499 "util",
5500 "windows 0.60.0",
5501 "workspace",
5502 "zed_actions",
5503]
5504
5505[[package]]
5506name = "glob"
5507version = "0.3.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5510
5511[[package]]
5512name = "globset"
5513version = "0.4.16"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5516dependencies = [
5517 "aho-corasick",
5518 "bstr",
5519 "log",
5520 "regex-automata 0.4.9",
5521 "regex-syntax 0.8.5",
5522]
5523
5524[[package]]
5525name = "gloo-timers"
5526version = "0.3.0"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5529dependencies = [
5530 "futures-channel",
5531 "futures-core",
5532 "js-sys",
5533 "wasm-bindgen",
5534]
5535
5536[[package]]
5537name = "glow"
5538version = "0.14.2"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5541dependencies = [
5542 "js-sys",
5543 "slotmap",
5544 "wasm-bindgen",
5545 "web-sys",
5546]
5547
5548[[package]]
5549name = "go_to_line"
5550version = "0.1.0"
5551dependencies = [
5552 "anyhow",
5553 "editor",
5554 "gpui",
5555 "indoc",
5556 "language",
5557 "menu",
5558 "project",
5559 "rope",
5560 "schemars",
5561 "serde",
5562 "serde_json",
5563 "settings",
5564 "text",
5565 "theme",
5566 "tree-sitter-rust",
5567 "tree-sitter-typescript",
5568 "ui",
5569 "util",
5570 "workspace",
5571]
5572
5573[[package]]
5574name = "google_ai"
5575version = "0.1.0"
5576dependencies = [
5577 "anyhow",
5578 "futures 0.3.31",
5579 "http_client",
5580 "schemars",
5581 "serde",
5582 "serde_json",
5583 "strum",
5584]
5585
5586[[package]]
5587name = "gpu-alloc"
5588version = "0.6.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5591dependencies = [
5592 "bitflags 2.8.0",
5593 "gpu-alloc-types",
5594]
5595
5596[[package]]
5597name = "gpu-alloc-ash"
5598version = "0.7.0"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5601dependencies = [
5602 "ash",
5603 "gpu-alloc-types",
5604 "tinyvec",
5605]
5606
5607[[package]]
5608name = "gpu-alloc-types"
5609version = "0.3.0"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5612dependencies = [
5613 "bitflags 2.8.0",
5614]
5615
5616[[package]]
5617name = "gpui"
5618version = "0.1.0"
5619dependencies = [
5620 "anyhow",
5621 "as-raw-xcb-connection",
5622 "ashpd",
5623 "async-task",
5624 "backtrace",
5625 "bindgen 0.70.1",
5626 "blade-graphics",
5627 "blade-macros",
5628 "blade-util",
5629 "block",
5630 "bytemuck",
5631 "calloop",
5632 "calloop-wayland-source",
5633 "cbindgen 0.28.0",
5634 "cocoa 0.26.0",
5635 "collections",
5636 "core-foundation 0.9.4",
5637 "core-foundation-sys",
5638 "core-graphics 0.23.2",
5639 "core-text",
5640 "cosmic-text",
5641 "ctor",
5642 "derive_more",
5643 "embed-resource",
5644 "env_logger 0.11.7",
5645 "etagere",
5646 "filedescriptor",
5647 "flume",
5648 "font-kit",
5649 "foreign-types 0.5.0",
5650 "futures 0.3.31",
5651 "gpui_macros",
5652 "http_client",
5653 "image",
5654 "inventory",
5655 "itertools 0.14.0",
5656 "log",
5657 "lyon",
5658 "media",
5659 "metal",
5660 "naga",
5661 "num_cpus",
5662 "objc",
5663 "objc2",
5664 "objc2-metal",
5665 "oo7",
5666 "open",
5667 "parking",
5668 "parking_lot",
5669 "pathfinder_geometry",
5670 "postage",
5671 "profiling",
5672 "rand 0.8.5",
5673 "raw-window-handle",
5674 "refineable",
5675 "reqwest_client",
5676 "resvg",
5677 "schemars",
5678 "seahash",
5679 "semantic_version",
5680 "serde",
5681 "serde_derive",
5682 "serde_json",
5683 "slotmap",
5684 "smallvec",
5685 "smol",
5686 "strum",
5687 "sum_tree",
5688 "taffy",
5689 "thiserror 1.0.69",
5690 "unicode-segmentation",
5691 "usvg",
5692 "util",
5693 "uuid",
5694 "waker-fn",
5695 "wayland-backend",
5696 "wayland-client",
5697 "wayland-cursor",
5698 "wayland-protocols",
5699 "wayland-protocols-plasma",
5700 "windows 0.60.0",
5701 "windows-core 0.60.1",
5702 "x11-clipboard",
5703 "x11rb",
5704 "xim",
5705 "xkbcommon",
5706]
5707
5708[[package]]
5709name = "gpui_macros"
5710version = "0.1.0"
5711dependencies = [
5712 "gpui",
5713 "proc-macro2",
5714 "quote",
5715 "syn 1.0.109",
5716]
5717
5718[[package]]
5719name = "gpui_tokio"
5720version = "0.1.0"
5721dependencies = [
5722 "gpui",
5723 "tokio",
5724 "util",
5725]
5726
5727[[package]]
5728name = "grid"
5729version = "0.13.0"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5732
5733[[package]]
5734name = "group"
5735version = "0.12.1"
5736source = "registry+https://github.com/rust-lang/crates.io-index"
5737checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5738dependencies = [
5739 "ff",
5740 "rand_core 0.6.4",
5741 "subtle",
5742]
5743
5744[[package]]
5745name = "h2"
5746version = "0.3.26"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5749dependencies = [
5750 "bytes 1.10.1",
5751 "fnv",
5752 "futures-core",
5753 "futures-sink",
5754 "futures-util",
5755 "http 0.2.12",
5756 "indexmap",
5757 "slab",
5758 "tokio",
5759 "tokio-util",
5760 "tracing",
5761]
5762
5763[[package]]
5764name = "h2"
5765version = "0.4.7"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5768dependencies = [
5769 "atomic-waker",
5770 "bytes 1.10.1",
5771 "fnv",
5772 "futures-core",
5773 "futures-sink",
5774 "http 1.2.0",
5775 "indexmap",
5776 "slab",
5777 "tokio",
5778 "tokio-util",
5779 "tracing",
5780]
5781
5782[[package]]
5783name = "half"
5784version = "2.4.1"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5787dependencies = [
5788 "cfg-if",
5789 "crunchy",
5790]
5791
5792[[package]]
5793name = "handlebars"
5794version = "4.5.0"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5797dependencies = [
5798 "log",
5799 "pest",
5800 "pest_derive",
5801 "serde",
5802 "serde_json",
5803 "thiserror 1.0.69",
5804]
5805
5806[[package]]
5807name = "handlebars"
5808version = "6.2.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5811dependencies = [
5812 "log",
5813 "num-order",
5814 "pest",
5815 "pest_derive",
5816 "serde",
5817 "serde_json",
5818 "thiserror 1.0.69",
5819]
5820
5821[[package]]
5822name = "hashbrown"
5823version = "0.12.3"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5826dependencies = [
5827 "ahash 0.7.8",
5828]
5829
5830[[package]]
5831name = "hashbrown"
5832version = "0.14.5"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5835dependencies = [
5836 "ahash 0.8.11",
5837 "allocator-api2",
5838]
5839
5840[[package]]
5841name = "hashbrown"
5842version = "0.15.2"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5845dependencies = [
5846 "allocator-api2",
5847 "equivalent",
5848 "foldhash",
5849 "serde",
5850]
5851
5852[[package]]
5853name = "hashlink"
5854version = "0.8.4"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5857dependencies = [
5858 "hashbrown 0.14.5",
5859]
5860
5861[[package]]
5862name = "hashlink"
5863version = "0.10.0"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5866dependencies = [
5867 "hashbrown 0.15.2",
5868]
5869
5870[[package]]
5871name = "headers"
5872version = "0.3.9"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5875dependencies = [
5876 "base64 0.21.7",
5877 "bytes 1.10.1",
5878 "headers-core",
5879 "http 0.2.12",
5880 "httpdate",
5881 "mime",
5882 "sha1",
5883]
5884
5885[[package]]
5886name = "headers-core"
5887version = "0.2.0"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5890dependencies = [
5891 "http 0.2.12",
5892]
5893
5894[[package]]
5895name = "heck"
5896version = "0.3.3"
5897source = "registry+https://github.com/rust-lang/crates.io-index"
5898checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5899dependencies = [
5900 "unicode-segmentation",
5901]
5902
5903[[package]]
5904name = "heck"
5905version = "0.4.1"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5908dependencies = [
5909 "unicode-segmentation",
5910]
5911
5912[[package]]
5913name = "heck"
5914version = "0.5.0"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5917
5918[[package]]
5919name = "heed"
5920version = "0.21.0"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5923dependencies = [
5924 "bitflags 2.8.0",
5925 "byteorder",
5926 "heed-traits",
5927 "heed-types",
5928 "libc",
5929 "lmdb-master-sys",
5930 "once_cell",
5931 "page_size",
5932 "serde",
5933 "synchronoise",
5934 "url",
5935]
5936
5937[[package]]
5938name = "heed-traits"
5939version = "0.20.0"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5942
5943[[package]]
5944name = "heed-types"
5945version = "0.21.0"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5948dependencies = [
5949 "bincode",
5950 "byteorder",
5951 "heed-traits",
5952 "serde",
5953 "serde_json",
5954]
5955
5956[[package]]
5957name = "hermit-abi"
5958version = "0.3.9"
5959source = "registry+https://github.com/rust-lang/crates.io-index"
5960checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5961
5962[[package]]
5963name = "hermit-abi"
5964version = "0.4.0"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5967
5968[[package]]
5969name = "hex"
5970version = "0.4.3"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5973
5974[[package]]
5975name = "hexf-parse"
5976version = "0.2.1"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5979
5980[[package]]
5981name = "hidden-trait"
5982version = "0.1.2"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5985dependencies = [
5986 "proc-macro2",
5987 "quote",
5988 "syn 1.0.109",
5989]
5990
5991[[package]]
5992name = "hkdf"
5993version = "0.12.4"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5996dependencies = [
5997 "hmac",
5998]
5999
6000[[package]]
6001name = "hmac"
6002version = "0.12.1"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6005dependencies = [
6006 "digest",
6007]
6008
6009[[package]]
6010name = "home"
6011version = "0.5.9"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6014dependencies = [
6015 "windows-sys 0.52.0",
6016]
6017
6018[[package]]
6019name = "hound"
6020version = "3.5.1"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6023
6024[[package]]
6025name = "html5ever"
6026version = "0.27.0"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6029dependencies = [
6030 "log",
6031 "mac",
6032 "markup5ever",
6033 "proc-macro2",
6034 "quote",
6035 "syn 2.0.100",
6036]
6037
6038[[package]]
6039name = "html_to_markdown"
6040version = "0.1.0"
6041dependencies = [
6042 "anyhow",
6043 "html5ever",
6044 "indoc",
6045 "markup5ever_rcdom",
6046 "pretty_assertions",
6047 "regex",
6048]
6049
6050[[package]]
6051name = "http"
6052version = "0.2.12"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6055dependencies = [
6056 "bytes 1.10.1",
6057 "fnv",
6058 "itoa",
6059]
6060
6061[[package]]
6062name = "http"
6063version = "1.2.0"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6066dependencies = [
6067 "bytes 1.10.1",
6068 "fnv",
6069 "itoa",
6070]
6071
6072[[package]]
6073name = "http-body"
6074version = "0.4.6"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6077dependencies = [
6078 "bytes 1.10.1",
6079 "http 0.2.12",
6080 "pin-project-lite",
6081]
6082
6083[[package]]
6084name = "http-body"
6085version = "1.0.1"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6088dependencies = [
6089 "bytes 1.10.1",
6090 "http 1.2.0",
6091]
6092
6093[[package]]
6094name = "http-body-util"
6095version = "0.1.2"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6098dependencies = [
6099 "bytes 1.10.1",
6100 "futures-util",
6101 "http 1.2.0",
6102 "http-body 1.0.1",
6103 "pin-project-lite",
6104]
6105
6106[[package]]
6107name = "http-range-header"
6108version = "0.3.1"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6111
6112[[package]]
6113name = "http-types"
6114version = "2.12.0"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6117dependencies = [
6118 "anyhow",
6119 "async-channel 1.9.0",
6120 "base64 0.13.1",
6121 "futures-lite 1.13.0",
6122 "http 0.2.12",
6123 "infer",
6124 "pin-project-lite",
6125 "rand 0.7.3",
6126 "serde",
6127 "serde_json",
6128 "serde_qs 0.8.5",
6129 "serde_urlencoded",
6130 "url",
6131]
6132
6133[[package]]
6134name = "http_client"
6135version = "0.1.0"
6136dependencies = [
6137 "anyhow",
6138 "bytes 1.10.1",
6139 "derive_more",
6140 "futures 0.3.31",
6141 "http 1.2.0",
6142 "log",
6143 "rustls 0.23.23",
6144 "rustls-platform-verifier",
6145 "serde",
6146 "serde_json",
6147 "url",
6148]
6149
6150[[package]]
6151name = "httparse"
6152version = "1.9.5"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6155
6156[[package]]
6157name = "httpdate"
6158version = "1.0.3"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6161
6162[[package]]
6163name = "human_bytes"
6164version = "0.4.3"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6167
6168[[package]]
6169name = "humantime"
6170version = "2.1.0"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6173
6174[[package]]
6175name = "hyper"
6176version = "0.14.32"
6177source = "registry+https://github.com/rust-lang/crates.io-index"
6178checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6179dependencies = [
6180 "bytes 1.10.1",
6181 "futures-channel",
6182 "futures-core",
6183 "futures-util",
6184 "h2 0.3.26",
6185 "http 0.2.12",
6186 "http-body 0.4.6",
6187 "httparse",
6188 "httpdate",
6189 "itoa",
6190 "pin-project-lite",
6191 "socket2",
6192 "tokio",
6193 "tower-service",
6194 "tracing",
6195 "want",
6196]
6197
6198[[package]]
6199name = "hyper"
6200version = "1.5.1"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6203dependencies = [
6204 "bytes 1.10.1",
6205 "futures-channel",
6206 "futures-util",
6207 "h2 0.4.7",
6208 "http 1.2.0",
6209 "http-body 1.0.1",
6210 "httparse",
6211 "itoa",
6212 "pin-project-lite",
6213 "smallvec",
6214 "tokio",
6215 "want",
6216]
6217
6218[[package]]
6219name = "hyper-rustls"
6220version = "0.24.2"
6221source = "registry+https://github.com/rust-lang/crates.io-index"
6222checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6223dependencies = [
6224 "futures-util",
6225 "http 0.2.12",
6226 "hyper 0.14.32",
6227 "log",
6228 "rustls 0.21.12",
6229 "rustls-native-certs 0.6.3",
6230 "tokio",
6231 "tokio-rustls 0.24.1",
6232]
6233
6234[[package]]
6235name = "hyper-rustls"
6236version = "0.27.3"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6239dependencies = [
6240 "futures-util",
6241 "http 1.2.0",
6242 "hyper 1.5.1",
6243 "hyper-util",
6244 "rustls 0.23.23",
6245 "rustls-native-certs 0.8.1",
6246 "rustls-pki-types",
6247 "tokio",
6248 "tokio-rustls 0.26.1",
6249 "tower-service",
6250]
6251
6252[[package]]
6253name = "hyper-tls"
6254version = "0.5.0"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6257dependencies = [
6258 "bytes 1.10.1",
6259 "hyper 0.14.32",
6260 "native-tls",
6261 "tokio",
6262 "tokio-native-tls",
6263]
6264
6265[[package]]
6266name = "hyper-util"
6267version = "0.1.10"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6270dependencies = [
6271 "bytes 1.10.1",
6272 "futures-channel",
6273 "futures-util",
6274 "http 1.2.0",
6275 "http-body 1.0.1",
6276 "hyper 1.5.1",
6277 "pin-project-lite",
6278 "socket2",
6279 "tokio",
6280 "tower-service",
6281 "tracing",
6282]
6283
6284[[package]]
6285name = "iana-time-zone"
6286version = "0.1.61"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6289dependencies = [
6290 "android_system_properties",
6291 "core-foundation-sys",
6292 "iana-time-zone-haiku",
6293 "js-sys",
6294 "wasm-bindgen",
6295 "windows-core 0.52.0",
6296]
6297
6298[[package]]
6299name = "iana-time-zone-haiku"
6300version = "0.1.2"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6303dependencies = [
6304 "cc",
6305]
6306
6307[[package]]
6308name = "icu_collections"
6309version = "1.5.0"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6312dependencies = [
6313 "displaydoc",
6314 "yoke",
6315 "zerofrom",
6316 "zerovec",
6317]
6318
6319[[package]]
6320name = "icu_locid"
6321version = "1.5.0"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6324dependencies = [
6325 "displaydoc",
6326 "litemap",
6327 "tinystr",
6328 "writeable",
6329 "zerovec",
6330]
6331
6332[[package]]
6333name = "icu_locid_transform"
6334version = "1.5.0"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6337dependencies = [
6338 "displaydoc",
6339 "icu_locid",
6340 "icu_locid_transform_data",
6341 "icu_provider",
6342 "tinystr",
6343 "zerovec",
6344]
6345
6346[[package]]
6347name = "icu_locid_transform_data"
6348version = "1.5.0"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6351
6352[[package]]
6353name = "icu_normalizer"
6354version = "1.5.0"
6355source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6357dependencies = [
6358 "displaydoc",
6359 "icu_collections",
6360 "icu_normalizer_data",
6361 "icu_properties",
6362 "icu_provider",
6363 "smallvec",
6364 "utf16_iter",
6365 "utf8_iter",
6366 "write16",
6367 "zerovec",
6368]
6369
6370[[package]]
6371name = "icu_normalizer_data"
6372version = "1.5.0"
6373source = "registry+https://github.com/rust-lang/crates.io-index"
6374checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6375
6376[[package]]
6377name = "icu_properties"
6378version = "1.5.1"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6381dependencies = [
6382 "displaydoc",
6383 "icu_collections",
6384 "icu_locid_transform",
6385 "icu_properties_data",
6386 "icu_provider",
6387 "tinystr",
6388 "zerovec",
6389]
6390
6391[[package]]
6392name = "icu_properties_data"
6393version = "1.5.0"
6394source = "registry+https://github.com/rust-lang/crates.io-index"
6395checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6396
6397[[package]]
6398name = "icu_provider"
6399version = "1.5.0"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6402dependencies = [
6403 "displaydoc",
6404 "icu_locid",
6405 "icu_provider_macros",
6406 "stable_deref_trait",
6407 "tinystr",
6408 "writeable",
6409 "yoke",
6410 "zerofrom",
6411 "zerovec",
6412]
6413
6414[[package]]
6415name = "icu_provider_macros"
6416version = "1.5.0"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6419dependencies = [
6420 "proc-macro2",
6421 "quote",
6422 "syn 2.0.100",
6423]
6424
6425[[package]]
6426name = "id-arena"
6427version = "2.2.1"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6430
6431[[package]]
6432name = "idna"
6433version = "1.0.3"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6436dependencies = [
6437 "idna_adapter",
6438 "smallvec",
6439 "utf8_iter",
6440]
6441
6442[[package]]
6443name = "idna_adapter"
6444version = "1.2.0"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6447dependencies = [
6448 "icu_normalizer",
6449 "icu_properties",
6450]
6451
6452[[package]]
6453name = "ignore"
6454version = "0.4.23"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6457dependencies = [
6458 "crossbeam-deque",
6459 "globset",
6460 "log",
6461 "memchr",
6462 "regex-automata 0.4.9",
6463 "same-file",
6464 "walkdir",
6465 "winapi-util",
6466]
6467
6468[[package]]
6469name = "image"
6470version = "0.25.5"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6473dependencies = [
6474 "bytemuck",
6475 "byteorder-lite",
6476 "color_quant",
6477 "exr",
6478 "gif",
6479 "image-webp",
6480 "num-traits",
6481 "png",
6482 "qoi",
6483 "ravif",
6484 "rayon",
6485 "rgb",
6486 "tiff",
6487 "zune-core",
6488 "zune-jpeg",
6489]
6490
6491[[package]]
6492name = "image-webp"
6493version = "0.2.0"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6496dependencies = [
6497 "byteorder-lite",
6498 "quick-error",
6499]
6500
6501[[package]]
6502name = "image_viewer"
6503version = "0.1.0"
6504dependencies = [
6505 "anyhow",
6506 "db",
6507 "editor",
6508 "file_icons",
6509 "gpui",
6510 "project",
6511 "schemars",
6512 "serde",
6513 "settings",
6514 "theme",
6515 "ui",
6516 "util",
6517 "workspace",
6518]
6519
6520[[package]]
6521name = "imagesize"
6522version = "0.13.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6525
6526[[package]]
6527name = "imara-diff"
6528version = "0.1.8"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6531dependencies = [
6532 "hashbrown 0.15.2",
6533]
6534
6535[[package]]
6536name = "imgref"
6537version = "1.11.0"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6540
6541[[package]]
6542name = "indexed_docs"
6543version = "0.1.0"
6544dependencies = [
6545 "anyhow",
6546 "async-trait",
6547 "cargo_metadata",
6548 "collections",
6549 "derive_more",
6550 "extension",
6551 "fs",
6552 "futures 0.3.31",
6553 "fuzzy",
6554 "gpui",
6555 "heed",
6556 "html_to_markdown",
6557 "http_client",
6558 "indexmap",
6559 "indoc",
6560 "parking_lot",
6561 "paths",
6562 "pretty_assertions",
6563 "serde",
6564 "strum",
6565 "util",
6566]
6567
6568[[package]]
6569name = "indexmap"
6570version = "2.7.1"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6573dependencies = [
6574 "equivalent",
6575 "hashbrown 0.15.2",
6576 "serde",
6577]
6578
6579[[package]]
6580name = "indoc"
6581version = "2.0.6"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6584
6585[[package]]
6586name = "infer"
6587version = "0.2.3"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6590
6591[[package]]
6592name = "inherent"
6593version = "1.0.11"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6596dependencies = [
6597 "proc-macro2",
6598 "quote",
6599 "syn 2.0.100",
6600]
6601
6602[[package]]
6603name = "inline_completion"
6604version = "0.1.0"
6605dependencies = [
6606 "gpui",
6607 "language",
6608 "project",
6609]
6610
6611[[package]]
6612name = "inline_completion_button"
6613version = "0.1.0"
6614dependencies = [
6615 "anyhow",
6616 "client",
6617 "copilot",
6618 "editor",
6619 "feature_flags",
6620 "fs",
6621 "futures 0.3.31",
6622 "gpui",
6623 "indoc",
6624 "inline_completion",
6625 "language",
6626 "lsp",
6627 "paths",
6628 "project",
6629 "regex",
6630 "serde_json",
6631 "settings",
6632 "supermaven",
6633 "telemetry",
6634 "theme",
6635 "ui",
6636 "workspace",
6637 "zed_actions",
6638 "zeta",
6639]
6640
6641[[package]]
6642name = "inotify"
6643version = "0.9.6"
6644source = "registry+https://github.com/rust-lang/crates.io-index"
6645checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6646dependencies = [
6647 "bitflags 1.3.2",
6648 "inotify-sys",
6649 "libc",
6650]
6651
6652[[package]]
6653name = "inotify"
6654version = "0.11.0"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6657dependencies = [
6658 "bitflags 2.8.0",
6659 "inotify-sys",
6660 "libc",
6661]
6662
6663[[package]]
6664name = "inotify-sys"
6665version = "0.1.5"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6668dependencies = [
6669 "libc",
6670]
6671
6672[[package]]
6673name = "inout"
6674version = "0.1.3"
6675source = "registry+https://github.com/rust-lang/crates.io-index"
6676checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6677dependencies = [
6678 "block-padding",
6679 "generic-array",
6680]
6681
6682[[package]]
6683name = "install_cli"
6684version = "0.1.0"
6685dependencies = [
6686 "anyhow",
6687 "gpui",
6688 "smol",
6689 "util",
6690]
6691
6692[[package]]
6693name = "instant"
6694version = "0.1.13"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6697dependencies = [
6698 "cfg-if",
6699]
6700
6701[[package]]
6702name = "interpolate_name"
6703version = "0.2.4"
6704source = "registry+https://github.com/rust-lang/crates.io-index"
6705checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6706dependencies = [
6707 "proc-macro2",
6708 "quote",
6709 "syn 2.0.100",
6710]
6711
6712[[package]]
6713name = "inventory"
6714version = "0.3.20"
6715source = "registry+https://github.com/rust-lang/crates.io-index"
6716checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6717dependencies = [
6718 "rustversion",
6719]
6720
6721[[package]]
6722name = "io-extras"
6723version = "0.18.4"
6724source = "registry+https://github.com/rust-lang/crates.io-index"
6725checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6726dependencies = [
6727 "io-lifetimes",
6728 "windows-sys 0.59.0",
6729]
6730
6731[[package]]
6732name = "io-lifetimes"
6733version = "2.0.4"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6736
6737[[package]]
6738name = "iovec"
6739version = "0.1.4"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6742dependencies = [
6743 "libc",
6744]
6745
6746[[package]]
6747name = "ipc-channel"
6748version = "0.19.0"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6751dependencies = [
6752 "bincode",
6753 "crossbeam-channel",
6754 "fnv",
6755 "lazy_static",
6756 "libc",
6757 "mio 1.0.3",
6758 "rand 0.8.5",
6759 "serde",
6760 "tempfile",
6761 "uuid",
6762 "windows 0.58.0",
6763]
6764
6765[[package]]
6766name = "ipnet"
6767version = "2.10.1"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6770
6771[[package]]
6772name = "is-docker"
6773version = "0.2.0"
6774source = "registry+https://github.com/rust-lang/crates.io-index"
6775checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6776dependencies = [
6777 "once_cell",
6778]
6779
6780[[package]]
6781name = "is-terminal"
6782version = "0.4.13"
6783source = "registry+https://github.com/rust-lang/crates.io-index"
6784checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6785dependencies = [
6786 "hermit-abi 0.4.0",
6787 "libc",
6788 "windows-sys 0.52.0",
6789]
6790
6791[[package]]
6792name = "is-wsl"
6793version = "0.4.0"
6794source = "registry+https://github.com/rust-lang/crates.io-index"
6795checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6796dependencies = [
6797 "is-docker",
6798 "once_cell",
6799]
6800
6801[[package]]
6802name = "is_terminal_polyfill"
6803version = "1.70.1"
6804source = "registry+https://github.com/rust-lang/crates.io-index"
6805checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6806
6807[[package]]
6808name = "itertools"
6809version = "0.10.5"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6812dependencies = [
6813 "either",
6814]
6815
6816[[package]]
6817name = "itertools"
6818version = "0.11.0"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6821dependencies = [
6822 "either",
6823]
6824
6825[[package]]
6826name = "itertools"
6827version = "0.12.1"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6830dependencies = [
6831 "either",
6832]
6833
6834[[package]]
6835name = "itertools"
6836version = "0.14.0"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6839dependencies = [
6840 "either",
6841]
6842
6843[[package]]
6844name = "itoa"
6845version = "1.0.14"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6848
6849[[package]]
6850name = "jiff"
6851version = "0.2.4"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6854dependencies = [
6855 "jiff-static",
6856 "log",
6857 "portable-atomic",
6858 "portable-atomic-util",
6859 "serde",
6860]
6861
6862[[package]]
6863name = "jiff-static"
6864version = "0.2.4"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6867dependencies = [
6868 "proc-macro2",
6869 "quote",
6870 "syn 2.0.100",
6871]
6872
6873[[package]]
6874name = "jni"
6875version = "0.21.1"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6878dependencies = [
6879 "cesu8",
6880 "cfg-if",
6881 "combine",
6882 "jni-sys",
6883 "log",
6884 "thiserror 1.0.69",
6885 "walkdir",
6886 "windows-sys 0.45.0",
6887]
6888
6889[[package]]
6890name = "jni-sys"
6891version = "0.3.0"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6894
6895[[package]]
6896name = "jobserver"
6897version = "0.1.32"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6900dependencies = [
6901 "libc",
6902]
6903
6904[[package]]
6905name = "journal"
6906version = "0.1.0"
6907dependencies = [
6908 "anyhow",
6909 "chrono",
6910 "editor",
6911 "gpui",
6912 "log",
6913 "schemars",
6914 "serde",
6915 "settings",
6916 "shellexpand 2.1.2",
6917 "workspace",
6918]
6919
6920[[package]]
6921name = "jpeg-decoder"
6922version = "0.3.1"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6925
6926[[package]]
6927name = "js-sys"
6928version = "0.3.76"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6931dependencies = [
6932 "once_cell",
6933 "wasm-bindgen",
6934]
6935
6936[[package]]
6937name = "jsonwebtoken"
6938version = "9.3.1"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6941dependencies = [
6942 "base64 0.22.1",
6943 "js-sys",
6944 "pem",
6945 "ring",
6946 "serde",
6947 "serde_json",
6948 "simple_asn1",
6949]
6950
6951[[package]]
6952name = "jupyter-protocol"
6953version = "0.6.0"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6956dependencies = [
6957 "anyhow",
6958 "async-trait",
6959 "bytes 1.10.1",
6960 "chrono",
6961 "futures 0.3.31",
6962 "serde",
6963 "serde_json",
6964 "uuid",
6965]
6966
6967[[package]]
6968name = "jupyter-websocket-client"
6969version = "0.9.0"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6972dependencies = [
6973 "anyhow",
6974 "async-trait",
6975 "async-tungstenite",
6976 "futures 0.3.31",
6977 "jupyter-protocol",
6978 "serde",
6979 "serde_json",
6980 "url",
6981 "uuid",
6982]
6983
6984[[package]]
6985name = "khronos-egl"
6986version = "6.0.0"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6989dependencies = [
6990 "libc",
6991 "libloading",
6992]
6993
6994[[package]]
6995name = "kqueue"
6996version = "1.0.8"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6999dependencies = [
7000 "kqueue-sys",
7001 "libc",
7002]
7003
7004[[package]]
7005name = "kqueue-sys"
7006version = "1.0.4"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7009dependencies = [
7010 "bitflags 1.3.2",
7011 "libc",
7012]
7013
7014[[package]]
7015name = "kurbo"
7016version = "0.11.1"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7019dependencies = [
7020 "arrayvec",
7021 "smallvec",
7022]
7023
7024[[package]]
7025name = "kv-log-macro"
7026version = "1.0.7"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7029dependencies = [
7030 "log",
7031]
7032
7033[[package]]
7034name = "language"
7035version = "0.1.0"
7036dependencies = [
7037 "anyhow",
7038 "async-trait",
7039 "async-watch",
7040 "clock",
7041 "collections",
7042 "ctor",
7043 "ec4rs",
7044 "env_logger 0.11.7",
7045 "fs",
7046 "futures 0.3.31",
7047 "fuzzy",
7048 "globset",
7049 "gpui",
7050 "http_client",
7051 "imara-diff",
7052 "indoc",
7053 "itertools 0.14.0",
7054 "log",
7055 "lsp",
7056 "parking_lot",
7057 "postage",
7058 "pretty_assertions",
7059 "rand 0.8.5",
7060 "regex",
7061 "rpc",
7062 "schemars",
7063 "serde",
7064 "serde_json",
7065 "settings",
7066 "smallvec",
7067 "smol",
7068 "streaming-iterator",
7069 "strsim",
7070 "sum_tree",
7071 "task",
7072 "text",
7073 "theme",
7074 "tree-sitter",
7075 "tree-sitter-elixir",
7076 "tree-sitter-embedded-template",
7077 "tree-sitter-heex",
7078 "tree-sitter-html",
7079 "tree-sitter-json",
7080 "tree-sitter-md",
7081 "tree-sitter-ruby",
7082 "tree-sitter-rust",
7083 "tree-sitter-typescript",
7084 "unicase",
7085 "unindent",
7086 "util",
7087]
7088
7089[[package]]
7090name = "language_extension"
7091version = "0.1.0"
7092dependencies = [
7093 "anyhow",
7094 "async-trait",
7095 "collections",
7096 "extension",
7097 "fs",
7098 "futures 0.3.31",
7099 "gpui",
7100 "language",
7101 "lsp",
7102 "serde",
7103 "serde_json",
7104 "util",
7105]
7106
7107[[package]]
7108name = "language_model"
7109version = "0.1.0"
7110dependencies = [
7111 "anthropic",
7112 "anyhow",
7113 "base64 0.22.1",
7114 "client",
7115 "collections",
7116 "futures 0.3.31",
7117 "google_ai",
7118 "gpui",
7119 "http_client",
7120 "image",
7121 "log",
7122 "open_ai",
7123 "parking_lot",
7124 "proto",
7125 "schemars",
7126 "serde",
7127 "serde_json",
7128 "smol",
7129 "strum",
7130 "telemetry_events",
7131 "thiserror 1.0.69",
7132 "ui",
7133 "util",
7134]
7135
7136[[package]]
7137name = "language_model_selector"
7138version = "0.1.0"
7139dependencies = [
7140 "feature_flags",
7141 "gpui",
7142 "language_model",
7143 "log",
7144 "picker",
7145 "proto",
7146 "ui",
7147 "workspace",
7148 "zed_actions",
7149]
7150
7151[[package]]
7152name = "language_models"
7153version = "0.1.0"
7154dependencies = [
7155 "anthropic",
7156 "anyhow",
7157 "aws-config",
7158 "aws-credential-types",
7159 "aws_http_client",
7160 "bedrock",
7161 "client",
7162 "collections",
7163 "copilot",
7164 "credentials_provider",
7165 "deepseek",
7166 "editor",
7167 "feature_flags",
7168 "fs",
7169 "futures 0.3.31",
7170 "google_ai",
7171 "gpui",
7172 "gpui_tokio",
7173 "http_client",
7174 "language_model",
7175 "lmstudio",
7176 "log",
7177 "menu",
7178 "mistral",
7179 "ollama",
7180 "open_ai",
7181 "project",
7182 "proto",
7183 "schemars",
7184 "serde",
7185 "serde_json",
7186 "settings",
7187 "smol",
7188 "strum",
7189 "theme",
7190 "tiktoken-rs",
7191 "tokio",
7192 "ui",
7193 "util",
7194]
7195
7196[[package]]
7197name = "language_selector"
7198version = "0.1.0"
7199dependencies = [
7200 "anyhow",
7201 "editor",
7202 "file_finder",
7203 "file_icons",
7204 "fuzzy",
7205 "gpui",
7206 "language",
7207 "picker",
7208 "project",
7209 "settings",
7210 "ui",
7211 "util",
7212 "workspace",
7213]
7214
7215[[package]]
7216name = "language_tools"
7217version = "0.1.0"
7218dependencies = [
7219 "anyhow",
7220 "client",
7221 "collections",
7222 "copilot",
7223 "editor",
7224 "env_logger 0.11.7",
7225 "futures 0.3.31",
7226 "gpui",
7227 "itertools 0.14.0",
7228 "language",
7229 "lsp",
7230 "project",
7231 "release_channel",
7232 "serde_json",
7233 "settings",
7234 "theme",
7235 "tree-sitter",
7236 "ui",
7237 "util",
7238 "workspace",
7239 "zed_actions",
7240]
7241
7242[[package]]
7243name = "languages"
7244version = "0.1.0"
7245dependencies = [
7246 "anyhow",
7247 "async-compression",
7248 "async-tar",
7249 "async-trait",
7250 "collections",
7251 "futures 0.3.31",
7252 "gpui",
7253 "http_client",
7254 "language",
7255 "log",
7256 "lsp",
7257 "node_runtime",
7258 "paths",
7259 "pet",
7260 "pet-conda",
7261 "pet-core",
7262 "pet-fs",
7263 "pet-poetry",
7264 "pet-reporter",
7265 "pretty_assertions",
7266 "project",
7267 "regex",
7268 "rope",
7269 "rust-embed",
7270 "serde",
7271 "serde_json",
7272 "settings",
7273 "smol",
7274 "snippet_provider",
7275 "task",
7276 "text",
7277 "theme",
7278 "toml 0.8.20",
7279 "tree-sitter",
7280 "tree-sitter-bash",
7281 "tree-sitter-c",
7282 "tree-sitter-cpp",
7283 "tree-sitter-css",
7284 "tree-sitter-diff",
7285 "tree-sitter-gitcommit",
7286 "tree-sitter-go",
7287 "tree-sitter-gomod",
7288 "tree-sitter-gowork",
7289 "tree-sitter-jsdoc",
7290 "tree-sitter-json",
7291 "tree-sitter-md",
7292 "tree-sitter-python",
7293 "tree-sitter-regex",
7294 "tree-sitter-rust",
7295 "tree-sitter-typescript",
7296 "tree-sitter-yaml",
7297 "unindent",
7298 "util",
7299 "workspace",
7300]
7301
7302[[package]]
7303name = "lazy_static"
7304version = "1.5.0"
7305source = "registry+https://github.com/rust-lang/crates.io-index"
7306checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7307dependencies = [
7308 "spin",
7309]
7310
7311[[package]]
7312name = "lazycell"
7313version = "1.3.0"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7316
7317[[package]]
7318name = "leb128"
7319version = "0.2.5"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7322
7323[[package]]
7324name = "lebe"
7325version = "0.5.2"
7326source = "registry+https://github.com/rust-lang/crates.io-index"
7327checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7328
7329[[package]]
7330name = "libc"
7331version = "0.2.171"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7334
7335[[package]]
7336name = "libdbus-sys"
7337version = "0.2.5"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7340dependencies = [
7341 "cc",
7342 "pkg-config",
7343]
7344
7345[[package]]
7346name = "libfuzzer-sys"
7347version = "0.4.8"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7350dependencies = [
7351 "arbitrary",
7352 "cc",
7353]
7354
7355[[package]]
7356name = "libgit2-sys"
7357version = "0.18.0+1.9.0"
7358source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7359dependencies = [
7360 "cc",
7361 "libc",
7362 "libz-sys",
7363 "pkg-config",
7364]
7365
7366[[package]]
7367name = "libloading"
7368version = "0.8.6"
7369source = "registry+https://github.com/rust-lang/crates.io-index"
7370checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7371dependencies = [
7372 "cfg-if",
7373 "windows-targets 0.48.5",
7374]
7375
7376[[package]]
7377name = "libm"
7378version = "0.2.11"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7381
7382[[package]]
7383name = "libmimalloc-sys"
7384version = "0.1.39"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7387dependencies = [
7388 "cc",
7389 "libc",
7390]
7391
7392[[package]]
7393name = "libredox"
7394version = "0.1.3"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7397dependencies = [
7398 "bitflags 2.8.0",
7399 "libc",
7400 "redox_syscall 0.5.8",
7401]
7402
7403[[package]]
7404name = "libsqlite3-sys"
7405version = "0.30.1"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7408dependencies = [
7409 "cc",
7410 "pkg-config",
7411 "vcpkg",
7412]
7413
7414[[package]]
7415name = "libwebrtc"
7416version = "0.3.7"
7417source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7418dependencies = [
7419 "cxx",
7420 "jni",
7421 "js-sys",
7422 "lazy_static",
7423 "livekit-protocol",
7424 "livekit-runtime",
7425 "log",
7426 "parking_lot",
7427 "serde",
7428 "serde_json",
7429 "thiserror 1.0.69",
7430 "tokio",
7431 "wasm-bindgen",
7432 "wasm-bindgen-futures",
7433 "web-sys",
7434 "webrtc-sys",
7435]
7436
7437[[package]]
7438name = "libz-sys"
7439version = "1.1.20"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7442dependencies = [
7443 "cc",
7444 "libc",
7445 "pkg-config",
7446 "vcpkg",
7447]
7448
7449[[package]]
7450name = "link-cplusplus"
7451version = "1.0.9"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7454dependencies = [
7455 "cc",
7456]
7457
7458[[package]]
7459name = "linkify"
7460version = "0.10.0"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7463dependencies = [
7464 "memchr",
7465]
7466
7467[[package]]
7468name = "linkme"
7469version = "0.3.32"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7472dependencies = [
7473 "linkme-impl",
7474]
7475
7476[[package]]
7477name = "linkme-impl"
7478version = "0.3.32"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7481dependencies = [
7482 "proc-macro2",
7483 "quote",
7484 "syn 2.0.100",
7485]
7486
7487[[package]]
7488name = "linux-raw-sys"
7489version = "0.4.14"
7490source = "registry+https://github.com/rust-lang/crates.io-index"
7491checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7492
7493[[package]]
7494name = "litemap"
7495version = "0.7.4"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7498
7499[[package]]
7500name = "livekit"
7501version = "0.7.0"
7502source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7503dependencies = [
7504 "chrono",
7505 "futures-util",
7506 "lazy_static",
7507 "libwebrtc",
7508 "livekit-api",
7509 "livekit-protocol",
7510 "livekit-runtime",
7511 "log",
7512 "parking_lot",
7513 "prost 0.12.6",
7514 "semver",
7515 "serde",
7516 "serde_json",
7517 "thiserror 1.0.69",
7518 "tokio",
7519]
7520
7521[[package]]
7522name = "livekit-api"
7523version = "0.4.1"
7524source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7525dependencies = [
7526 "async-tungstenite",
7527 "futures-util",
7528 "http 0.2.12",
7529 "jsonwebtoken",
7530 "livekit-protocol",
7531 "livekit-runtime",
7532 "log",
7533 "parking_lot",
7534 "prost 0.12.6",
7535 "reqwest 0.11.27",
7536 "scopeguard",
7537 "serde",
7538 "serde_json",
7539 "sha2",
7540 "thiserror 1.0.69",
7541 "tokio",
7542 "tokio-tungstenite 0.20.1",
7543 "url",
7544]
7545
7546[[package]]
7547name = "livekit-protocol"
7548version = "0.3.6"
7549source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7550dependencies = [
7551 "futures-util",
7552 "livekit-runtime",
7553 "parking_lot",
7554 "pbjson",
7555 "pbjson-types",
7556 "prost 0.12.6",
7557 "prost-types 0.12.6",
7558 "serde",
7559 "thiserror 1.0.69",
7560 "tokio",
7561]
7562
7563[[package]]
7564name = "livekit-runtime"
7565version = "0.3.1"
7566source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7567dependencies = [
7568 "async-io",
7569 "async-std",
7570 "async-task",
7571 "futures 0.3.31",
7572]
7573
7574[[package]]
7575name = "livekit_api"
7576version = "0.1.0"
7577dependencies = [
7578 "anyhow",
7579 "async-trait",
7580 "jsonwebtoken",
7581 "log",
7582 "prost 0.9.0",
7583 "prost-build 0.9.0",
7584 "prost-types 0.9.0",
7585 "reqwest 0.12.8",
7586 "serde",
7587]
7588
7589[[package]]
7590name = "livekit_client"
7591version = "0.1.0"
7592dependencies = [
7593 "anyhow",
7594 "async-trait",
7595 "collections",
7596 "core-foundation 0.9.4",
7597 "coreaudio-rs 0.12.1",
7598 "cpal",
7599 "futures 0.3.31",
7600 "gpui",
7601 "http 0.2.12",
7602 "http_client",
7603 "image",
7604 "livekit",
7605 "livekit_api",
7606 "log",
7607 "media",
7608 "nanoid",
7609 "parking_lot",
7610 "postage",
7611 "serde",
7612 "serde_json",
7613 "sha2",
7614 "simplelog",
7615 "smallvec",
7616 "util",
7617]
7618
7619[[package]]
7620name = "livekit_client_macos"
7621version = "0.1.0"
7622dependencies = [
7623 "anyhow",
7624 "async-broadcast",
7625 "async-trait",
7626 "collections",
7627 "core-foundation 0.9.4",
7628 "futures 0.3.31",
7629 "gpui",
7630 "livekit_api",
7631 "log",
7632 "media",
7633 "nanoid",
7634 "parking_lot",
7635 "postage",
7636 "serde",
7637 "serde_json",
7638 "sha2",
7639 "simplelog",
7640]
7641
7642[[package]]
7643name = "lmdb-master-sys"
7644version = "0.2.4"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7647dependencies = [
7648 "cc",
7649 "doxygen-rs",
7650 "libc",
7651]
7652
7653[[package]]
7654name = "lmstudio"
7655version = "0.1.0"
7656dependencies = [
7657 "anyhow",
7658 "futures 0.3.31",
7659 "http_client",
7660 "schemars",
7661 "serde",
7662 "serde_json",
7663]
7664
7665[[package]]
7666name = "lock_api"
7667version = "0.4.12"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7670dependencies = [
7671 "autocfg",
7672 "scopeguard",
7673]
7674
7675[[package]]
7676name = "log"
7677version = "0.4.26"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7680dependencies = [
7681 "serde",
7682 "value-bag",
7683]
7684
7685[[package]]
7686name = "loop9"
7687version = "0.1.5"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7690dependencies = [
7691 "imgref",
7692]
7693
7694[[package]]
7695name = "lru"
7696version = "0.12.5"
7697source = "registry+https://github.com/rust-lang/crates.io-index"
7698checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7699dependencies = [
7700 "hashbrown 0.15.2",
7701]
7702
7703[[package]]
7704name = "lsp"
7705version = "0.1.0"
7706dependencies = [
7707 "anyhow",
7708 "async-pipe",
7709 "collections",
7710 "ctor",
7711 "env_logger 0.11.7",
7712 "futures 0.3.31",
7713 "gpui",
7714 "log",
7715 "lsp-types",
7716 "parking_lot",
7717 "postage",
7718 "release_channel",
7719 "schemars",
7720 "serde",
7721 "serde_json",
7722 "smol",
7723 "util",
7724]
7725
7726[[package]]
7727name = "lsp-types"
7728version = "0.95.1"
7729source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7730dependencies = [
7731 "bitflags 1.3.2",
7732 "serde",
7733 "serde_json",
7734 "serde_repr",
7735 "url",
7736]
7737
7738[[package]]
7739name = "lua-src"
7740version = "547.0.0"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7743dependencies = [
7744 "cc",
7745]
7746
7747[[package]]
7748name = "luajit-src"
7749version = "210.5.12+a4f56a4"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7752dependencies = [
7753 "cc",
7754 "which 7.0.2",
7755]
7756
7757[[package]]
7758name = "lyon"
7759version = "1.0.1"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7762dependencies = [
7763 "lyon_algorithms",
7764 "lyon_extra",
7765 "lyon_tessellation",
7766]
7767
7768[[package]]
7769name = "lyon_algorithms"
7770version = "1.0.5"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7773dependencies = [
7774 "lyon_path",
7775 "num-traits",
7776]
7777
7778[[package]]
7779name = "lyon_extra"
7780version = "1.0.3"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7783dependencies = [
7784 "lyon_path",
7785 "thiserror 1.0.69",
7786]
7787
7788[[package]]
7789name = "lyon_geom"
7790version = "1.0.6"
7791source = "registry+https://github.com/rust-lang/crates.io-index"
7792checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7793dependencies = [
7794 "arrayvec",
7795 "euclid",
7796 "num-traits",
7797]
7798
7799[[package]]
7800name = "lyon_path"
7801version = "1.0.6"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7804dependencies = [
7805 "lyon_geom",
7806 "num-traits",
7807]
7808
7809[[package]]
7810name = "lyon_tessellation"
7811version = "1.0.15"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7814dependencies = [
7815 "float_next_after",
7816 "lyon_path",
7817 "num-traits",
7818]
7819
7820[[package]]
7821name = "mac"
7822version = "0.1.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7825
7826[[package]]
7827name = "mach2"
7828version = "0.4.2"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7831dependencies = [
7832 "libc",
7833]
7834
7835[[package]]
7836name = "malloc_buf"
7837version = "0.0.6"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7840dependencies = [
7841 "libc",
7842]
7843
7844[[package]]
7845name = "maplit"
7846version = "1.0.2"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7849
7850[[package]]
7851name = "markdown"
7852version = "0.1.0"
7853dependencies = [
7854 "anyhow",
7855 "assets",
7856 "env_logger 0.11.7",
7857 "gpui",
7858 "language",
7859 "languages",
7860 "linkify",
7861 "log",
7862 "node_runtime",
7863 "pulldown-cmark 0.12.2",
7864 "settings",
7865 "theme",
7866 "ui",
7867 "util",
7868]
7869
7870[[package]]
7871name = "markdown_preview"
7872version = "0.1.0"
7873dependencies = [
7874 "anyhow",
7875 "async-recursion 1.1.1",
7876 "collections",
7877 "editor",
7878 "gpui",
7879 "language",
7880 "linkify",
7881 "log",
7882 "pretty_assertions",
7883 "pulldown-cmark 0.12.2",
7884 "settings",
7885 "theme",
7886 "ui",
7887 "util",
7888 "workspace",
7889]
7890
7891[[package]]
7892name = "markup5ever"
7893version = "0.12.1"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7896dependencies = [
7897 "log",
7898 "phf",
7899 "phf_codegen",
7900 "string_cache",
7901 "string_cache_codegen",
7902 "tendril",
7903]
7904
7905[[package]]
7906name = "markup5ever_rcdom"
7907version = "0.3.0"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7910dependencies = [
7911 "html5ever",
7912 "markup5ever",
7913 "tendril",
7914 "xml5ever",
7915]
7916
7917[[package]]
7918name = "matchers"
7919version = "0.1.0"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7922dependencies = [
7923 "regex-automata 0.1.10",
7924]
7925
7926[[package]]
7927name = "matchit"
7928version = "0.7.3"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7931
7932[[package]]
7933name = "maybe-owned"
7934version = "0.3.4"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7937
7938[[package]]
7939name = "maybe-rayon"
7940version = "0.1.1"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7943dependencies = [
7944 "cfg-if",
7945 "rayon",
7946]
7947
7948[[package]]
7949name = "md-5"
7950version = "0.10.6"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7953dependencies = [
7954 "cfg-if",
7955 "digest",
7956]
7957
7958[[package]]
7959name = "mdbook"
7960version = "0.4.47"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
7963dependencies = [
7964 "ammonia",
7965 "anyhow",
7966 "chrono",
7967 "clap",
7968 "clap_complete",
7969 "elasticlunr-rs",
7970 "env_logger 0.11.7",
7971 "futures-util",
7972 "handlebars 6.2.0",
7973 "hex",
7974 "ignore",
7975 "log",
7976 "memchr",
7977 "notify 8.0.0",
7978 "notify-debouncer-mini",
7979 "once_cell",
7980 "opener",
7981 "pathdiff",
7982 "pulldown-cmark 0.10.3",
7983 "regex",
7984 "serde",
7985 "serde_json",
7986 "sha2",
7987 "shlex",
7988 "tempfile",
7989 "tokio",
7990 "toml 0.5.11",
7991 "topological-sort",
7992 "walkdir",
7993 "warp",
7994]
7995
7996[[package]]
7997name = "media"
7998version = "0.1.0"
7999dependencies = [
8000 "anyhow",
8001 "bindgen 0.70.1",
8002 "core-foundation 0.9.4",
8003 "ctor",
8004 "foreign-types 0.5.0",
8005 "metal",
8006 "objc",
8007]
8008
8009[[package]]
8010name = "memchr"
8011version = "2.7.4"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8014
8015[[package]]
8016name = "memfd"
8017version = "0.6.4"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8020dependencies = [
8021 "rustix",
8022]
8023
8024[[package]]
8025name = "memmap2"
8026version = "0.9.5"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8029dependencies = [
8030 "libc",
8031]
8032
8033[[package]]
8034name = "memoffset"
8035version = "0.9.1"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8038dependencies = [
8039 "autocfg",
8040]
8041
8042[[package]]
8043name = "menu"
8044version = "0.1.0"
8045dependencies = [
8046 "gpui",
8047 "serde",
8048]
8049
8050[[package]]
8051name = "metal"
8052version = "0.31.0"
8053source = "registry+https://github.com/rust-lang/crates.io-index"
8054checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8055dependencies = [
8056 "bitflags 2.8.0",
8057 "block",
8058 "core-graphics-types 0.1.3",
8059 "foreign-types 0.5.0",
8060 "log",
8061 "objc",
8062 "paste",
8063]
8064
8065[[package]]
8066name = "migrator"
8067version = "0.1.0"
8068dependencies = [
8069 "anyhow",
8070 "collections",
8071 "convert_case 0.8.0",
8072 "log",
8073 "pretty_assertions",
8074 "streaming-iterator",
8075 "tree-sitter",
8076 "tree-sitter-json",
8077]
8078
8079[[package]]
8080name = "mimalloc"
8081version = "0.1.43"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8084dependencies = [
8085 "libmimalloc-sys",
8086]
8087
8088[[package]]
8089name = "mime"
8090version = "0.3.17"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8093
8094[[package]]
8095name = "mime_guess"
8096version = "2.0.5"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8099dependencies = [
8100 "mime",
8101 "unicase",
8102]
8103
8104[[package]]
8105name = "minimal-lexical"
8106version = "0.2.1"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8109
8110[[package]]
8111name = "miniz_oxide"
8112version = "0.8.0"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8115dependencies = [
8116 "adler2",
8117 "simd-adler32",
8118]
8119
8120[[package]]
8121name = "mint"
8122version = "0.5.9"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8125
8126[[package]]
8127name = "mio"
8128version = "0.8.11"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8131dependencies = [
8132 "libc",
8133 "log",
8134 "wasi 0.11.0+wasi-snapshot-preview1",
8135 "windows-sys 0.48.0",
8136]
8137
8138[[package]]
8139name = "mio"
8140version = "1.0.3"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8143dependencies = [
8144 "libc",
8145 "log",
8146 "wasi 0.11.0+wasi-snapshot-preview1",
8147 "windows-sys 0.52.0",
8148]
8149
8150[[package]]
8151name = "miow"
8152version = "0.6.0"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8155dependencies = [
8156 "windows-sys 0.48.0",
8157]
8158
8159[[package]]
8160name = "mistral"
8161version = "0.1.0"
8162dependencies = [
8163 "anyhow",
8164 "futures 0.3.31",
8165 "http_client",
8166 "schemars",
8167 "serde",
8168 "serde_json",
8169 "strum",
8170]
8171
8172[[package]]
8173name = "mlua"
8174version = "0.10.3"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8177dependencies = [
8178 "bstr",
8179 "either",
8180 "futures-util",
8181 "mlua-sys",
8182 "num-traits",
8183 "parking_lot",
8184 "rustc-hash 2.1.1",
8185]
8186
8187[[package]]
8188name = "mlua-sys"
8189version = "0.6.7"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8192dependencies = [
8193 "cc",
8194 "cfg-if",
8195 "lua-src",
8196 "luajit-src",
8197 "pkg-config",
8198]
8199
8200[[package]]
8201name = "msvc_spectre_libs"
8202version = "0.1.2"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8205dependencies = [
8206 "cc",
8207]
8208
8209[[package]]
8210name = "multi_buffer"
8211version = "0.1.0"
8212dependencies = [
8213 "anyhow",
8214 "buffer_diff",
8215 "clock",
8216 "collections",
8217 "ctor",
8218 "env_logger 0.11.7",
8219 "futures 0.3.31",
8220 "gpui",
8221 "indoc",
8222 "itertools 0.14.0",
8223 "language",
8224 "log",
8225 "parking_lot",
8226 "pretty_assertions",
8227 "project",
8228 "rand 0.8.5",
8229 "rope",
8230 "serde",
8231 "settings",
8232 "smallvec",
8233 "smol",
8234 "sum_tree",
8235 "text",
8236 "theme",
8237 "tree-sitter",
8238 "util",
8239]
8240
8241[[package]]
8242name = "multimap"
8243version = "0.8.3"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8246
8247[[package]]
8248name = "multimap"
8249version = "0.10.0"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8252
8253[[package]]
8254name = "naga"
8255version = "23.1.0"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8258dependencies = [
8259 "arrayvec",
8260 "bit-set 0.8.0",
8261 "bitflags 2.8.0",
8262 "cfg_aliases 0.1.1",
8263 "codespan-reporting",
8264 "hexf-parse",
8265 "indexmap",
8266 "log",
8267 "rustc-hash 1.1.0",
8268 "spirv",
8269 "termcolor",
8270 "thiserror 1.0.69",
8271 "unicode-xid",
8272]
8273
8274[[package]]
8275name = "nanoid"
8276version = "0.4.0"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8279dependencies = [
8280 "rand 0.8.5",
8281]
8282
8283[[package]]
8284name = "nanorand"
8285version = "0.7.0"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8288dependencies = [
8289 "getrandom 0.2.15",
8290]
8291
8292[[package]]
8293name = "native-tls"
8294version = "0.2.12"
8295source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8297dependencies = [
8298 "libc",
8299 "log",
8300 "openssl",
8301 "openssl-probe",
8302 "openssl-sys",
8303 "schannel",
8304 "security-framework 2.11.1",
8305 "security-framework-sys",
8306 "tempfile",
8307]
8308
8309[[package]]
8310name = "nbformat"
8311version = "0.10.0"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8314dependencies = [
8315 "anyhow",
8316 "chrono",
8317 "jupyter-protocol",
8318 "serde",
8319 "serde_json",
8320 "thiserror 1.0.69",
8321 "uuid",
8322]
8323
8324[[package]]
8325name = "ndk"
8326version = "0.8.0"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8329dependencies = [
8330 "bitflags 2.8.0",
8331 "jni-sys",
8332 "log",
8333 "ndk-sys",
8334 "num_enum",
8335 "thiserror 1.0.69",
8336]
8337
8338[[package]]
8339name = "ndk-context"
8340version = "0.1.1"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8343
8344[[package]]
8345name = "ndk-sys"
8346version = "0.5.0+25.2.9519653"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8349dependencies = [
8350 "jni-sys",
8351]
8352
8353[[package]]
8354name = "new_debug_unreachable"
8355version = "1.0.6"
8356source = "registry+https://github.com/rust-lang/crates.io-index"
8357checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8358
8359[[package]]
8360name = "nix"
8361version = "0.29.0"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8364dependencies = [
8365 "bitflags 2.8.0",
8366 "cfg-if",
8367 "cfg_aliases 0.2.1",
8368 "libc",
8369 "memoffset",
8370]
8371
8372[[package]]
8373name = "node_runtime"
8374version = "0.1.0"
8375dependencies = [
8376 "anyhow",
8377 "async-compression",
8378 "async-std",
8379 "async-tar",
8380 "async-trait",
8381 "async-watch",
8382 "async_zip",
8383 "futures 0.3.31",
8384 "http_client",
8385 "log",
8386 "paths",
8387 "semver",
8388 "serde",
8389 "serde_json",
8390 "smol",
8391 "tempfile",
8392 "util",
8393 "walkdir",
8394 "which 6.0.3",
8395]
8396
8397[[package]]
8398name = "nom"
8399version = "7.1.3"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8402dependencies = [
8403 "memchr",
8404 "minimal-lexical",
8405]
8406
8407[[package]]
8408name = "noop_proc_macro"
8409version = "0.3.0"
8410source = "registry+https://github.com/rust-lang/crates.io-index"
8411checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8412
8413[[package]]
8414name = "normpath"
8415version = "1.3.0"
8416source = "registry+https://github.com/rust-lang/crates.io-index"
8417checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8418dependencies = [
8419 "windows-sys 0.59.0",
8420]
8421
8422[[package]]
8423name = "notifications"
8424version = "0.1.0"
8425dependencies = [
8426 "anyhow",
8427 "channel",
8428 "client",
8429 "collections",
8430 "component",
8431 "db",
8432 "gpui",
8433 "linkme",
8434 "rpc",
8435 "settings",
8436 "sum_tree",
8437 "time",
8438 "ui",
8439 "util",
8440 "workspace",
8441]
8442
8443[[package]]
8444name = "notify"
8445version = "6.1.1"
8446source = "registry+https://github.com/rust-lang/crates.io-index"
8447checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8448dependencies = [
8449 "bitflags 2.8.0",
8450 "crossbeam-channel",
8451 "filetime",
8452 "fsevent-sys 4.1.0",
8453 "inotify 0.9.6",
8454 "kqueue",
8455 "libc",
8456 "log",
8457 "mio 0.8.11",
8458 "walkdir",
8459 "windows-sys 0.48.0",
8460]
8461
8462[[package]]
8463name = "notify"
8464version = "8.0.0"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8467dependencies = [
8468 "bitflags 2.8.0",
8469 "filetime",
8470 "fsevent-sys 4.1.0",
8471 "inotify 0.11.0",
8472 "kqueue",
8473 "libc",
8474 "log",
8475 "mio 1.0.3",
8476 "notify-types",
8477 "walkdir",
8478 "windows-sys 0.59.0",
8479]
8480
8481[[package]]
8482name = "notify-debouncer-mini"
8483version = "0.6.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8486dependencies = [
8487 "log",
8488 "notify 8.0.0",
8489 "notify-types",
8490 "tempfile",
8491]
8492
8493[[package]]
8494name = "notify-types"
8495version = "2.0.0"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8498
8499[[package]]
8500name = "ntapi"
8501version = "0.4.1"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8504dependencies = [
8505 "winapi",
8506]
8507
8508[[package]]
8509name = "nu-ansi-term"
8510version = "0.46.0"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8513dependencies = [
8514 "overload",
8515 "winapi",
8516]
8517
8518[[package]]
8519name = "num"
8520version = "0.4.3"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8523dependencies = [
8524 "num-bigint",
8525 "num-complex",
8526 "num-integer",
8527 "num-iter",
8528 "num-rational",
8529 "num-traits",
8530]
8531
8532[[package]]
8533name = "num-bigint"
8534version = "0.4.6"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8537dependencies = [
8538 "num-integer",
8539 "num-traits",
8540]
8541
8542[[package]]
8543name = "num-bigint-dig"
8544version = "0.8.4"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8547dependencies = [
8548 "byteorder",
8549 "lazy_static",
8550 "libm",
8551 "num-integer",
8552 "num-iter",
8553 "num-traits",
8554 "rand 0.8.5",
8555 "serde",
8556 "smallvec",
8557 "zeroize",
8558]
8559
8560[[package]]
8561name = "num-complex"
8562version = "0.4.6"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8565dependencies = [
8566 "num-traits",
8567]
8568
8569[[package]]
8570name = "num-conv"
8571version = "0.1.0"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8574
8575[[package]]
8576name = "num-derive"
8577version = "0.4.2"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8580dependencies = [
8581 "proc-macro2",
8582 "quote",
8583 "syn 2.0.100",
8584]
8585
8586[[package]]
8587name = "num-format"
8588version = "0.4.4"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8591dependencies = [
8592 "arrayvec",
8593 "itoa",
8594]
8595
8596[[package]]
8597name = "num-integer"
8598version = "0.1.46"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8601dependencies = [
8602 "num-traits",
8603]
8604
8605[[package]]
8606name = "num-iter"
8607version = "0.1.45"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8610dependencies = [
8611 "autocfg",
8612 "num-integer",
8613 "num-traits",
8614]
8615
8616[[package]]
8617name = "num-modular"
8618version = "0.6.1"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8621
8622[[package]]
8623name = "num-order"
8624version = "1.2.0"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8627dependencies = [
8628 "num-modular",
8629]
8630
8631[[package]]
8632name = "num-rational"
8633version = "0.4.2"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8636dependencies = [
8637 "num-bigint",
8638 "num-integer",
8639 "num-traits",
8640]
8641
8642[[package]]
8643name = "num-traits"
8644version = "0.2.19"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8647dependencies = [
8648 "autocfg",
8649 "libm",
8650]
8651
8652[[package]]
8653name = "num_cpus"
8654version = "1.16.0"
8655source = "registry+https://github.com/rust-lang/crates.io-index"
8656checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8657dependencies = [
8658 "hermit-abi 0.3.9",
8659 "libc",
8660]
8661
8662[[package]]
8663name = "num_enum"
8664version = "0.7.3"
8665source = "registry+https://github.com/rust-lang/crates.io-index"
8666checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8667dependencies = [
8668 "num_enum_derive",
8669]
8670
8671[[package]]
8672name = "num_enum_derive"
8673version = "0.7.3"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8676dependencies = [
8677 "proc-macro-crate",
8678 "proc-macro2",
8679 "quote",
8680 "syn 2.0.100",
8681]
8682
8683[[package]]
8684name = "num_threads"
8685version = "0.1.7"
8686source = "registry+https://github.com/rust-lang/crates.io-index"
8687checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8688dependencies = [
8689 "libc",
8690]
8691
8692[[package]]
8693name = "nvim-rs"
8694version = "0.8.0-pre"
8695source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8696dependencies = [
8697 "async-trait",
8698 "futures 0.3.31",
8699 "log",
8700 "parity-tokio-ipc",
8701 "rmp",
8702 "rmpv",
8703 "tokio",
8704 "tokio-util",
8705 "winapi",
8706]
8707
8708[[package]]
8709name = "objc"
8710version = "0.2.7"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8713dependencies = [
8714 "malloc_buf",
8715]
8716
8717[[package]]
8718name = "objc-sys"
8719version = "0.3.5"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8722
8723[[package]]
8724name = "objc2"
8725version = "0.5.2"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8728dependencies = [
8729 "objc-sys",
8730 "objc2-encode",
8731]
8732
8733[[package]]
8734name = "objc2-app-kit"
8735version = "0.2.2"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8738dependencies = [
8739 "bitflags 2.8.0",
8740 "block2",
8741 "libc",
8742 "objc2",
8743 "objc2-core-data",
8744 "objc2-core-image",
8745 "objc2-foundation",
8746 "objc2-quartz-core",
8747]
8748
8749[[package]]
8750name = "objc2-cloud-kit"
8751version = "0.2.2"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8754dependencies = [
8755 "bitflags 2.8.0",
8756 "block2",
8757 "objc2",
8758 "objc2-core-location",
8759 "objc2-foundation",
8760]
8761
8762[[package]]
8763name = "objc2-contacts"
8764version = "0.2.2"
8765source = "registry+https://github.com/rust-lang/crates.io-index"
8766checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8767dependencies = [
8768 "block2",
8769 "objc2",
8770 "objc2-foundation",
8771]
8772
8773[[package]]
8774name = "objc2-core-data"
8775version = "0.2.2"
8776source = "registry+https://github.com/rust-lang/crates.io-index"
8777checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8778dependencies = [
8779 "bitflags 2.8.0",
8780 "block2",
8781 "objc2",
8782 "objc2-foundation",
8783]
8784
8785[[package]]
8786name = "objc2-core-image"
8787version = "0.2.2"
8788source = "registry+https://github.com/rust-lang/crates.io-index"
8789checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8790dependencies = [
8791 "block2",
8792 "objc2",
8793 "objc2-foundation",
8794 "objc2-metal",
8795]
8796
8797[[package]]
8798name = "objc2-core-location"
8799version = "0.2.2"
8800source = "registry+https://github.com/rust-lang/crates.io-index"
8801checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8802dependencies = [
8803 "block2",
8804 "objc2",
8805 "objc2-contacts",
8806 "objc2-foundation",
8807]
8808
8809[[package]]
8810name = "objc2-encode"
8811version = "4.0.3"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8814
8815[[package]]
8816name = "objc2-foundation"
8817version = "0.2.2"
8818source = "registry+https://github.com/rust-lang/crates.io-index"
8819checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8820dependencies = [
8821 "bitflags 2.8.0",
8822 "block2",
8823 "libc",
8824 "objc2",
8825]
8826
8827[[package]]
8828name = "objc2-link-presentation"
8829version = "0.2.2"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8832dependencies = [
8833 "block2",
8834 "objc2",
8835 "objc2-app-kit",
8836 "objc2-foundation",
8837]
8838
8839[[package]]
8840name = "objc2-metal"
8841version = "0.2.2"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8844dependencies = [
8845 "bitflags 2.8.0",
8846 "block2",
8847 "objc2",
8848 "objc2-foundation",
8849]
8850
8851[[package]]
8852name = "objc2-quartz-core"
8853version = "0.2.2"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8856dependencies = [
8857 "bitflags 2.8.0",
8858 "block2",
8859 "objc2",
8860 "objc2-foundation",
8861 "objc2-metal",
8862]
8863
8864[[package]]
8865name = "objc2-symbols"
8866version = "0.2.2"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8869dependencies = [
8870 "objc2",
8871 "objc2-foundation",
8872]
8873
8874[[package]]
8875name = "objc2-ui-kit"
8876version = "0.2.2"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8879dependencies = [
8880 "bitflags 2.8.0",
8881 "block2",
8882 "objc2",
8883 "objc2-cloud-kit",
8884 "objc2-core-data",
8885 "objc2-core-image",
8886 "objc2-core-location",
8887 "objc2-foundation",
8888 "objc2-link-presentation",
8889 "objc2-quartz-core",
8890 "objc2-symbols",
8891 "objc2-uniform-type-identifiers",
8892 "objc2-user-notifications",
8893]
8894
8895[[package]]
8896name = "objc2-uniform-type-identifiers"
8897version = "0.2.2"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8900dependencies = [
8901 "block2",
8902 "objc2",
8903 "objc2-foundation",
8904]
8905
8906[[package]]
8907name = "objc2-user-notifications"
8908version = "0.2.2"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8911dependencies = [
8912 "bitflags 2.8.0",
8913 "block2",
8914 "objc2",
8915 "objc2-core-location",
8916 "objc2-foundation",
8917]
8918
8919[[package]]
8920name = "object"
8921version = "0.36.5"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8924dependencies = [
8925 "crc32fast",
8926 "hashbrown 0.15.2",
8927 "indexmap",
8928 "memchr",
8929]
8930
8931[[package]]
8932name = "oboe"
8933version = "0.6.1"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8936dependencies = [
8937 "jni",
8938 "ndk",
8939 "ndk-context",
8940 "num-derive",
8941 "num-traits",
8942 "oboe-sys",
8943]
8944
8945[[package]]
8946name = "oboe-sys"
8947version = "0.6.1"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8950dependencies = [
8951 "cc",
8952]
8953
8954[[package]]
8955name = "ollama"
8956version = "0.1.0"
8957dependencies = [
8958 "anyhow",
8959 "futures 0.3.31",
8960 "http_client",
8961 "schemars",
8962 "serde",
8963 "serde_json",
8964]
8965
8966[[package]]
8967name = "once_cell"
8968version = "1.20.3"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8971
8972[[package]]
8973name = "oo7"
8974version = "0.4.1"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8977dependencies = [
8978 "aes",
8979 "ashpd",
8980 "async-fs",
8981 "async-io",
8982 "async-lock",
8983 "blocking",
8984 "cbc",
8985 "cipher",
8986 "digest",
8987 "endi",
8988 "futures-lite 2.6.0",
8989 "futures-util",
8990 "getrandom 0.3.1",
8991 "hkdf",
8992 "hmac",
8993 "md-5",
8994 "num",
8995 "num-bigint-dig",
8996 "pbkdf2 0.12.2",
8997 "rand 0.9.0",
8998 "serde",
8999 "sha2",
9000 "subtle",
9001 "zbus",
9002 "zbus_macros",
9003 "zeroize",
9004 "zvariant",
9005]
9006
9007[[package]]
9008name = "oorandom"
9009version = "11.1.4"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9012
9013[[package]]
9014name = "open"
9015version = "5.3.2"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9018dependencies = [
9019 "is-wsl",
9020 "libc",
9021 "pathdiff",
9022]
9023
9024[[package]]
9025name = "open_ai"
9026version = "0.1.0"
9027dependencies = [
9028 "anyhow",
9029 "futures 0.3.31",
9030 "http_client",
9031 "schemars",
9032 "serde",
9033 "serde_json",
9034 "strum",
9035]
9036
9037[[package]]
9038name = "opener"
9039version = "0.7.2"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9042dependencies = [
9043 "bstr",
9044 "dbus",
9045 "normpath",
9046 "windows-sys 0.59.0",
9047]
9048
9049[[package]]
9050name = "openssl"
9051version = "0.10.70"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9054dependencies = [
9055 "bitflags 2.8.0",
9056 "cfg-if",
9057 "foreign-types 0.3.2",
9058 "libc",
9059 "once_cell",
9060 "openssl-macros",
9061 "openssl-sys",
9062]
9063
9064[[package]]
9065name = "openssl-macros"
9066version = "0.1.1"
9067source = "registry+https://github.com/rust-lang/crates.io-index"
9068checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9069dependencies = [
9070 "proc-macro2",
9071 "quote",
9072 "syn 2.0.100",
9073]
9074
9075[[package]]
9076name = "openssl-probe"
9077version = "0.1.5"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9080
9081[[package]]
9082name = "openssl-src"
9083version = "300.4.1+3.4.0"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9086dependencies = [
9087 "cc",
9088]
9089
9090[[package]]
9091name = "openssl-sys"
9092version = "0.9.105"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9095dependencies = [
9096 "cc",
9097 "libc",
9098 "openssl-src",
9099 "pkg-config",
9100 "vcpkg",
9101]
9102
9103[[package]]
9104name = "option-ext"
9105version = "0.2.0"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9108
9109[[package]]
9110name = "ordered-float"
9111version = "2.10.1"
9112source = "registry+https://github.com/rust-lang/crates.io-index"
9113checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9114dependencies = [
9115 "num-traits",
9116]
9117
9118[[package]]
9119name = "ordered-float"
9120version = "3.9.2"
9121source = "registry+https://github.com/rust-lang/crates.io-index"
9122checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9123dependencies = [
9124 "num-traits",
9125]
9126
9127[[package]]
9128name = "ordered-stream"
9129version = "0.2.0"
9130source = "registry+https://github.com/rust-lang/crates.io-index"
9131checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9132dependencies = [
9133 "futures-core",
9134 "pin-project-lite",
9135]
9136
9137[[package]]
9138name = "ouroboros"
9139version = "0.18.4"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9142dependencies = [
9143 "aliasable",
9144 "ouroboros_macro",
9145 "static_assertions",
9146]
9147
9148[[package]]
9149name = "ouroboros_macro"
9150version = "0.18.4"
9151source = "registry+https://github.com/rust-lang/crates.io-index"
9152checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9153dependencies = [
9154 "heck 0.4.1",
9155 "itertools 0.12.1",
9156 "proc-macro2",
9157 "proc-macro2-diagnostics",
9158 "quote",
9159 "syn 2.0.100",
9160]
9161
9162[[package]]
9163name = "outline"
9164version = "0.1.0"
9165dependencies = [
9166 "editor",
9167 "fuzzy",
9168 "gpui",
9169 "indoc",
9170 "language",
9171 "menu",
9172 "ordered-float 2.10.1",
9173 "picker",
9174 "project",
9175 "rope",
9176 "serde_json",
9177 "settings",
9178 "smol",
9179 "theme",
9180 "tree-sitter-rust",
9181 "tree-sitter-typescript",
9182 "ui",
9183 "util",
9184 "workspace",
9185 "zed_actions",
9186]
9187
9188[[package]]
9189name = "outline_panel"
9190version = "0.1.0"
9191dependencies = [
9192 "anyhow",
9193 "collections",
9194 "db",
9195 "editor",
9196 "file_icons",
9197 "fuzzy",
9198 "gpui",
9199 "itertools 0.14.0",
9200 "language",
9201 "log",
9202 "menu",
9203 "outline",
9204 "pretty_assertions",
9205 "project",
9206 "schemars",
9207 "search",
9208 "serde",
9209 "serde_json",
9210 "settings",
9211 "smallvec",
9212 "smol",
9213 "theme",
9214 "ui",
9215 "util",
9216 "workspace",
9217 "worktree",
9218 "zed_actions",
9219]
9220
9221[[package]]
9222name = "outref"
9223version = "0.5.1"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9226
9227[[package]]
9228name = "overload"
9229version = "0.1.1"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9232
9233[[package]]
9234name = "p256"
9235version = "0.11.1"
9236source = "registry+https://github.com/rust-lang/crates.io-index"
9237checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9238dependencies = [
9239 "ecdsa",
9240 "elliptic-curve",
9241 "sha2",
9242]
9243
9244[[package]]
9245name = "page_size"
9246version = "0.6.0"
9247source = "registry+https://github.com/rust-lang/crates.io-index"
9248checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9249dependencies = [
9250 "libc",
9251 "winapi",
9252]
9253
9254[[package]]
9255name = "palette"
9256version = "0.7.6"
9257source = "registry+https://github.com/rust-lang/crates.io-index"
9258checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9259dependencies = [
9260 "approx",
9261 "fast-srgb8",
9262 "palette_derive",
9263]
9264
9265[[package]]
9266name = "palette_derive"
9267version = "0.7.6"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9270dependencies = [
9271 "by_address",
9272 "proc-macro2",
9273 "quote",
9274 "syn 2.0.100",
9275]
9276
9277[[package]]
9278name = "panel"
9279version = "0.1.0"
9280dependencies = [
9281 "editor",
9282 "gpui",
9283 "settings",
9284 "theme",
9285 "ui",
9286 "workspace",
9287]
9288
9289[[package]]
9290name = "parity-tokio-ipc"
9291version = "0.9.0"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9294dependencies = [
9295 "futures 0.3.31",
9296 "libc",
9297 "log",
9298 "rand 0.7.3",
9299 "tokio",
9300 "winapi",
9301]
9302
9303[[package]]
9304name = "parking"
9305version = "2.2.1"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9308
9309[[package]]
9310name = "parking_lot"
9311version = "0.12.3"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9314dependencies = [
9315 "lock_api",
9316 "parking_lot_core",
9317]
9318
9319[[package]]
9320name = "parking_lot_core"
9321version = "0.9.10"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9324dependencies = [
9325 "cfg-if",
9326 "libc",
9327 "redox_syscall 0.5.8",
9328 "smallvec",
9329 "windows-targets 0.52.6",
9330]
9331
9332[[package]]
9333name = "password-hash"
9334version = "0.4.2"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9337dependencies = [
9338 "base64ct",
9339 "rand_core 0.6.4",
9340 "subtle",
9341]
9342
9343[[package]]
9344name = "password-hash"
9345version = "0.5.0"
9346source = "registry+https://github.com/rust-lang/crates.io-index"
9347checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9348dependencies = [
9349 "base64ct",
9350 "rand_core 0.6.4",
9351 "subtle",
9352]
9353
9354[[package]]
9355name = "paste"
9356version = "1.0.15"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9359
9360[[package]]
9361name = "pathdiff"
9362version = "0.2.3"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9365
9366[[package]]
9367name = "pathfinder_geometry"
9368version = "0.5.1"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9371dependencies = [
9372 "log",
9373 "pathfinder_simd",
9374]
9375
9376[[package]]
9377name = "pathfinder_simd"
9378version = "0.5.4"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9381dependencies = [
9382 "rustc_version",
9383]
9384
9385[[package]]
9386name = "paths"
9387version = "0.1.0"
9388dependencies = [
9389 "dirs 4.0.0",
9390 "util",
9391]
9392
9393[[package]]
9394name = "pbjson"
9395version = "0.6.0"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9398dependencies = [
9399 "base64 0.21.7",
9400 "serde",
9401]
9402
9403[[package]]
9404name = "pbjson-build"
9405version = "0.6.2"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9408dependencies = [
9409 "heck 0.4.1",
9410 "itertools 0.11.0",
9411 "prost 0.12.6",
9412 "prost-types 0.12.6",
9413]
9414
9415[[package]]
9416name = "pbjson-types"
9417version = "0.6.0"
9418source = "registry+https://github.com/rust-lang/crates.io-index"
9419checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9420dependencies = [
9421 "bytes 1.10.1",
9422 "chrono",
9423 "pbjson",
9424 "pbjson-build",
9425 "prost 0.12.6",
9426 "prost-build 0.12.6",
9427 "serde",
9428]
9429
9430[[package]]
9431name = "pbkdf2"
9432version = "0.11.0"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9435dependencies = [
9436 "digest",
9437 "hmac",
9438 "password-hash 0.4.2",
9439 "sha2",
9440]
9441
9442[[package]]
9443name = "pbkdf2"
9444version = "0.12.2"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9447dependencies = [
9448 "digest",
9449 "hmac",
9450]
9451
9452[[package]]
9453name = "pem"
9454version = "3.0.4"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9457dependencies = [
9458 "base64 0.22.1",
9459 "serde",
9460]
9461
9462[[package]]
9463name = "pem-rfc7468"
9464version = "0.7.0"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9467dependencies = [
9468 "base64ct",
9469]
9470
9471[[package]]
9472name = "percent-encoding"
9473version = "2.3.1"
9474source = "registry+https://github.com/rust-lang/crates.io-index"
9475checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9476
9477[[package]]
9478name = "perplexity"
9479version = "0.1.0"
9480dependencies = [
9481 "serde",
9482 "zed_extension_api 0.3.0",
9483]
9484
9485[[package]]
9486name = "pest"
9487version = "2.7.15"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9490dependencies = [
9491 "memchr",
9492 "thiserror 2.0.6",
9493 "ucd-trie",
9494]
9495
9496[[package]]
9497name = "pest_derive"
9498version = "2.7.15"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9501dependencies = [
9502 "pest",
9503 "pest_generator",
9504]
9505
9506[[package]]
9507name = "pest_generator"
9508version = "2.7.15"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9511dependencies = [
9512 "pest",
9513 "pest_meta",
9514 "proc-macro2",
9515 "quote",
9516 "syn 2.0.100",
9517]
9518
9519[[package]]
9520name = "pest_meta"
9521version = "2.7.15"
9522source = "registry+https://github.com/rust-lang/crates.io-index"
9523checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9524dependencies = [
9525 "once_cell",
9526 "pest",
9527 "sha2",
9528]
9529
9530[[package]]
9531name = "pet"
9532version = "0.1.0"
9533source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9534dependencies = [
9535 "clap",
9536 "env_logger 0.10.2",
9537 "lazy_static",
9538 "log",
9539 "msvc_spectre_libs",
9540 "pet-conda",
9541 "pet-core",
9542 "pet-env-var-path",
9543 "pet-fs",
9544 "pet-global-virtualenvs",
9545 "pet-homebrew",
9546 "pet-jsonrpc",
9547 "pet-linux-global-python",
9548 "pet-mac-commandlinetools",
9549 "pet-mac-python-org",
9550 "pet-mac-xcode",
9551 "pet-pipenv",
9552 "pet-pixi",
9553 "pet-poetry",
9554 "pet-pyenv",
9555 "pet-python-utils",
9556 "pet-reporter",
9557 "pet-telemetry",
9558 "pet-venv",
9559 "pet-virtualenv",
9560 "pet-virtualenvwrapper",
9561 "pet-windows-registry",
9562 "pet-windows-store",
9563 "serde",
9564 "serde_json",
9565]
9566
9567[[package]]
9568name = "pet-conda"
9569version = "0.1.0"
9570source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9571dependencies = [
9572 "env_logger 0.10.2",
9573 "lazy_static",
9574 "log",
9575 "msvc_spectre_libs",
9576 "pet-core",
9577 "pet-fs",
9578 "pet-python-utils",
9579 "pet-reporter",
9580 "regex",
9581 "serde",
9582 "serde_json",
9583 "yaml-rust2",
9584]
9585
9586[[package]]
9587name = "pet-core"
9588version = "0.1.0"
9589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9590dependencies = [
9591 "clap",
9592 "lazy_static",
9593 "log",
9594 "msvc_spectre_libs",
9595 "pet-fs",
9596 "regex",
9597 "serde",
9598 "serde_json",
9599]
9600
9601[[package]]
9602name = "pet-env-var-path"
9603version = "0.1.0"
9604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9605dependencies = [
9606 "lazy_static",
9607 "log",
9608 "msvc_spectre_libs",
9609 "pet-conda",
9610 "pet-core",
9611 "pet-fs",
9612 "pet-python-utils",
9613 "pet-virtualenv",
9614 "regex",
9615]
9616
9617[[package]]
9618name = "pet-fs"
9619version = "0.1.0"
9620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9621dependencies = [
9622 "log",
9623 "msvc_spectre_libs",
9624]
9625
9626[[package]]
9627name = "pet-global-virtualenvs"
9628version = "0.1.0"
9629source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9630dependencies = [
9631 "log",
9632 "msvc_spectre_libs",
9633 "pet-conda",
9634 "pet-core",
9635 "pet-fs",
9636 "pet-virtualenv",
9637]
9638
9639[[package]]
9640name = "pet-homebrew"
9641version = "0.1.0"
9642source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9643dependencies = [
9644 "lazy_static",
9645 "log",
9646 "msvc_spectre_libs",
9647 "pet-conda",
9648 "pet-core",
9649 "pet-fs",
9650 "pet-python-utils",
9651 "pet-virtualenv",
9652 "regex",
9653 "serde",
9654 "serde_json",
9655]
9656
9657[[package]]
9658name = "pet-jsonrpc"
9659version = "0.1.0"
9660source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9661dependencies = [
9662 "env_logger 0.10.2",
9663 "log",
9664 "msvc_spectre_libs",
9665 "pet-core",
9666 "serde",
9667 "serde_json",
9668]
9669
9670[[package]]
9671name = "pet-linux-global-python"
9672version = "0.1.0"
9673source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9674dependencies = [
9675 "log",
9676 "msvc_spectre_libs",
9677 "pet-core",
9678 "pet-fs",
9679 "pet-python-utils",
9680 "pet-virtualenv",
9681]
9682
9683[[package]]
9684name = "pet-mac-commandlinetools"
9685version = "0.1.0"
9686source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9687dependencies = [
9688 "log",
9689 "msvc_spectre_libs",
9690 "pet-core",
9691 "pet-fs",
9692 "pet-python-utils",
9693 "pet-virtualenv",
9694]
9695
9696[[package]]
9697name = "pet-mac-python-org"
9698version = "0.1.0"
9699source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9700dependencies = [
9701 "log",
9702 "msvc_spectre_libs",
9703 "pet-core",
9704 "pet-fs",
9705 "pet-python-utils",
9706 "pet-virtualenv",
9707]
9708
9709[[package]]
9710name = "pet-mac-xcode"
9711version = "0.1.0"
9712source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9713dependencies = [
9714 "log",
9715 "msvc_spectre_libs",
9716 "pet-core",
9717 "pet-fs",
9718 "pet-python-utils",
9719 "pet-virtualenv",
9720]
9721
9722[[package]]
9723name = "pet-pipenv"
9724version = "0.1.0"
9725source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9726dependencies = [
9727 "log",
9728 "msvc_spectre_libs",
9729 "pet-core",
9730 "pet-fs",
9731 "pet-python-utils",
9732 "pet-virtualenv",
9733]
9734
9735[[package]]
9736name = "pet-pixi"
9737version = "0.1.0"
9738source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9739dependencies = [
9740 "log",
9741 "msvc_spectre_libs",
9742 "pet-conda",
9743 "pet-core",
9744 "pet-python-utils",
9745]
9746
9747[[package]]
9748name = "pet-poetry"
9749version = "0.1.0"
9750source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9751dependencies = [
9752 "base64 0.22.1",
9753 "lazy_static",
9754 "log",
9755 "msvc_spectre_libs",
9756 "pet-core",
9757 "pet-fs",
9758 "pet-python-utils",
9759 "pet-reporter",
9760 "pet-virtualenv",
9761 "regex",
9762 "serde",
9763 "serde_json",
9764 "sha2",
9765 "toml 0.8.20",
9766]
9767
9768[[package]]
9769name = "pet-pyenv"
9770version = "0.1.0"
9771source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9772dependencies = [
9773 "lazy_static",
9774 "log",
9775 "msvc_spectre_libs",
9776 "pet-conda",
9777 "pet-core",
9778 "pet-fs",
9779 "pet-python-utils",
9780 "pet-reporter",
9781 "regex",
9782 "serde",
9783 "serde_json",
9784]
9785
9786[[package]]
9787name = "pet-python-utils"
9788version = "0.1.0"
9789source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9790dependencies = [
9791 "env_logger 0.10.2",
9792 "lazy_static",
9793 "log",
9794 "msvc_spectre_libs",
9795 "pet-core",
9796 "pet-fs",
9797 "regex",
9798 "serde",
9799 "serde_json",
9800 "sha2",
9801]
9802
9803[[package]]
9804name = "pet-reporter"
9805version = "0.1.0"
9806source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9807dependencies = [
9808 "env_logger 0.10.2",
9809 "log",
9810 "msvc_spectre_libs",
9811 "pet-core",
9812 "pet-jsonrpc",
9813 "serde",
9814 "serde_json",
9815]
9816
9817[[package]]
9818name = "pet-telemetry"
9819version = "0.1.0"
9820source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9821dependencies = [
9822 "env_logger 0.10.2",
9823 "lazy_static",
9824 "log",
9825 "msvc_spectre_libs",
9826 "pet-core",
9827 "pet-fs",
9828 "pet-python-utils",
9829 "regex",
9830]
9831
9832[[package]]
9833name = "pet-venv"
9834version = "0.1.0"
9835source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9836dependencies = [
9837 "log",
9838 "msvc_spectre_libs",
9839 "pet-core",
9840 "pet-python-utils",
9841 "pet-virtualenv",
9842]
9843
9844[[package]]
9845name = "pet-virtualenv"
9846version = "0.1.0"
9847source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9848dependencies = [
9849 "log",
9850 "msvc_spectre_libs",
9851 "pet-core",
9852 "pet-fs",
9853 "pet-python-utils",
9854]
9855
9856[[package]]
9857name = "pet-virtualenvwrapper"
9858version = "0.1.0"
9859source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9860dependencies = [
9861 "log",
9862 "msvc_spectre_libs",
9863 "pet-core",
9864 "pet-fs",
9865 "pet-python-utils",
9866 "pet-virtualenv",
9867]
9868
9869[[package]]
9870name = "pet-windows-registry"
9871version = "0.1.0"
9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9873dependencies = [
9874 "lazy_static",
9875 "log",
9876 "msvc_spectre_libs",
9877 "pet-conda",
9878 "pet-core",
9879 "pet-fs",
9880 "pet-python-utils",
9881 "pet-virtualenv",
9882 "pet-windows-store",
9883 "regex",
9884 "winreg 0.52.0",
9885]
9886
9887[[package]]
9888name = "pet-windows-store"
9889version = "0.1.0"
9890source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9891dependencies = [
9892 "lazy_static",
9893 "log",
9894 "msvc_spectre_libs",
9895 "pet-core",
9896 "pet-fs",
9897 "pet-python-utils",
9898 "pet-virtualenv",
9899 "regex",
9900 "winreg 0.52.0",
9901]
9902
9903[[package]]
9904name = "petgraph"
9905version = "0.6.5"
9906source = "registry+https://github.com/rust-lang/crates.io-index"
9907checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9908dependencies = [
9909 "fixedbitset",
9910 "indexmap",
9911]
9912
9913[[package]]
9914name = "phf"
9915version = "0.11.2"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9918dependencies = [
9919 "phf_macros",
9920 "phf_shared 0.11.2",
9921]
9922
9923[[package]]
9924name = "phf_codegen"
9925version = "0.11.2"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9928dependencies = [
9929 "phf_generator 0.11.2",
9930 "phf_shared 0.11.2",
9931]
9932
9933[[package]]
9934name = "phf_generator"
9935version = "0.10.0"
9936source = "registry+https://github.com/rust-lang/crates.io-index"
9937checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9938dependencies = [
9939 "phf_shared 0.10.0",
9940 "rand 0.8.5",
9941]
9942
9943[[package]]
9944name = "phf_generator"
9945version = "0.11.2"
9946source = "registry+https://github.com/rust-lang/crates.io-index"
9947checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9948dependencies = [
9949 "phf_shared 0.11.2",
9950 "rand 0.8.5",
9951]
9952
9953[[package]]
9954name = "phf_macros"
9955version = "0.11.2"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9958dependencies = [
9959 "phf_generator 0.11.2",
9960 "phf_shared 0.11.2",
9961 "proc-macro2",
9962 "quote",
9963 "syn 2.0.100",
9964]
9965
9966[[package]]
9967name = "phf_shared"
9968version = "0.10.0"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9971dependencies = [
9972 "siphasher 0.3.11",
9973]
9974
9975[[package]]
9976name = "phf_shared"
9977version = "0.11.2"
9978source = "registry+https://github.com/rust-lang/crates.io-index"
9979checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9980dependencies = [
9981 "siphasher 0.3.11",
9982]
9983
9984[[package]]
9985name = "picker"
9986version = "0.1.0"
9987dependencies = [
9988 "anyhow",
9989 "ctor",
9990 "editor",
9991 "env_logger 0.11.7",
9992 "gpui",
9993 "menu",
9994 "schemars",
9995 "serde",
9996 "serde_json",
9997 "ui",
9998 "util",
9999 "workspace",
10000]
10001
10002[[package]]
10003name = "pico-args"
10004version = "0.5.0"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10007
10008[[package]]
10009name = "pin-project"
10010version = "1.1.7"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10013dependencies = [
10014 "pin-project-internal",
10015]
10016
10017[[package]]
10018name = "pin-project-internal"
10019version = "1.1.7"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10022dependencies = [
10023 "proc-macro2",
10024 "quote",
10025 "syn 2.0.100",
10026]
10027
10028[[package]]
10029name = "pin-project-lite"
10030version = "0.2.16"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10033
10034[[package]]
10035name = "pin-utils"
10036version = "0.1.0"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10039
10040[[package]]
10041name = "piper"
10042version = "0.2.4"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10045dependencies = [
10046 "atomic-waker",
10047 "fastrand 2.3.0",
10048 "futures-io",
10049]
10050
10051[[package]]
10052name = "pkcs1"
10053version = "0.7.5"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10056dependencies = [
10057 "der 0.7.9",
10058 "pkcs8 0.10.2",
10059 "spki 0.7.3",
10060]
10061
10062[[package]]
10063name = "pkcs8"
10064version = "0.9.0"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10067dependencies = [
10068 "der 0.6.1",
10069 "spki 0.6.0",
10070]
10071
10072[[package]]
10073name = "pkcs8"
10074version = "0.10.2"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10077dependencies = [
10078 "der 0.7.9",
10079 "spki 0.7.3",
10080]
10081
10082[[package]]
10083name = "pkg-config"
10084version = "0.3.31"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10087
10088[[package]]
10089name = "plist"
10090version = "1.7.0"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10093dependencies = [
10094 "base64 0.22.1",
10095 "indexmap",
10096 "quick-xml 0.32.0",
10097 "serde",
10098 "time",
10099]
10100
10101[[package]]
10102name = "plotters"
10103version = "0.3.7"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10106dependencies = [
10107 "num-traits",
10108 "plotters-backend",
10109 "plotters-svg",
10110 "wasm-bindgen",
10111 "web-sys",
10112]
10113
10114[[package]]
10115name = "plotters-backend"
10116version = "0.3.7"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10119
10120[[package]]
10121name = "plotters-svg"
10122version = "0.3.7"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10125dependencies = [
10126 "plotters-backend",
10127]
10128
10129[[package]]
10130name = "png"
10131version = "0.17.15"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10134dependencies = [
10135 "bitflags 1.3.2",
10136 "crc32fast",
10137 "fdeflate",
10138 "flate2",
10139 "miniz_oxide",
10140]
10141
10142[[package]]
10143name = "polling"
10144version = "3.7.4"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10147dependencies = [
10148 "cfg-if",
10149 "concurrent-queue",
10150 "hermit-abi 0.4.0",
10151 "pin-project-lite",
10152 "rustix",
10153 "tracing",
10154 "windows-sys 0.59.0",
10155]
10156
10157[[package]]
10158name = "pollster"
10159version = "0.2.5"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10162
10163[[package]]
10164name = "portable-atomic"
10165version = "1.11.0"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10168
10169[[package]]
10170name = "portable-atomic-util"
10171version = "0.2.4"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10174dependencies = [
10175 "portable-atomic",
10176]
10177
10178[[package]]
10179name = "postage"
10180version = "0.5.0"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10183dependencies = [
10184 "atomic",
10185 "crossbeam-queue",
10186 "futures 0.3.31",
10187 "log",
10188 "parking_lot",
10189 "pin-project",
10190 "pollster",
10191 "static_assertions",
10192 "thiserror 1.0.69",
10193]
10194
10195[[package]]
10196name = "postcard"
10197version = "1.1.1"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10200dependencies = [
10201 "cobs",
10202 "embedded-io 0.4.0",
10203 "embedded-io 0.6.1",
10204 "serde",
10205]
10206
10207[[package]]
10208name = "powerfmt"
10209version = "0.2.0"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10212
10213[[package]]
10214name = "ppv-lite86"
10215version = "0.2.20"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10218dependencies = [
10219 "zerocopy 0.7.35",
10220]
10221
10222[[package]]
10223name = "precomputed-hash"
10224version = "0.1.1"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10227
10228[[package]]
10229name = "prettier"
10230version = "0.1.0"
10231dependencies = [
10232 "anyhow",
10233 "collections",
10234 "fs",
10235 "gpui",
10236 "language",
10237 "log",
10238 "lsp",
10239 "node_runtime",
10240 "parking_lot",
10241 "paths",
10242 "serde",
10243 "serde_json",
10244 "util",
10245]
10246
10247[[package]]
10248name = "pretty_assertions"
10249version = "1.4.1"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10252dependencies = [
10253 "diff",
10254 "yansi",
10255]
10256
10257[[package]]
10258name = "prettyplease"
10259version = "0.2.25"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10262dependencies = [
10263 "proc-macro2",
10264 "syn 2.0.100",
10265]
10266
10267[[package]]
10268name = "proc-macro-crate"
10269version = "3.2.0"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10272dependencies = [
10273 "toml_edit",
10274]
10275
10276[[package]]
10277name = "proc-macro-error-attr2"
10278version = "2.0.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10281dependencies = [
10282 "proc-macro2",
10283 "quote",
10284]
10285
10286[[package]]
10287name = "proc-macro-error2"
10288version = "2.0.1"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10291dependencies = [
10292 "proc-macro-error-attr2",
10293 "proc-macro2",
10294 "quote",
10295 "syn 2.0.100",
10296]
10297
10298[[package]]
10299name = "proc-macro2"
10300version = "1.0.94"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10303dependencies = [
10304 "unicode-ident",
10305]
10306
10307[[package]]
10308name = "proc-macro2-diagnostics"
10309version = "0.10.1"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10312dependencies = [
10313 "proc-macro2",
10314 "quote",
10315 "syn 2.0.100",
10316 "version_check",
10317 "yansi",
10318]
10319
10320[[package]]
10321name = "profiling"
10322version = "1.0.16"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10325dependencies = [
10326 "profiling-procmacros",
10327]
10328
10329[[package]]
10330name = "profiling-procmacros"
10331version = "1.0.16"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10334dependencies = [
10335 "quote",
10336 "syn 2.0.100",
10337]
10338
10339[[package]]
10340name = "project"
10341version = "0.1.0"
10342dependencies = [
10343 "aho-corasick",
10344 "anyhow",
10345 "askpass",
10346 "async-trait",
10347 "buffer_diff",
10348 "client",
10349 "clock",
10350 "collections",
10351 "env_logger 0.11.7",
10352 "extension",
10353 "fancy-regex 0.14.0",
10354 "fs",
10355 "futures 0.3.31",
10356 "fuzzy",
10357 "git",
10358 "git2",
10359 "globset",
10360 "gpui",
10361 "http_client",
10362 "image",
10363 "itertools 0.14.0",
10364 "language",
10365 "log",
10366 "lsp",
10367 "node_runtime",
10368 "parking_lot",
10369 "pathdiff",
10370 "paths",
10371 "postage",
10372 "prettier",
10373 "pretty_assertions",
10374 "rand 0.8.5",
10375 "regex",
10376 "release_channel",
10377 "remote",
10378 "rpc",
10379 "schemars",
10380 "serde",
10381 "serde_json",
10382 "settings",
10383 "sha2",
10384 "shellexpand 2.1.2",
10385 "shlex",
10386 "smol",
10387 "snippet",
10388 "snippet_provider",
10389 "task",
10390 "tempfile",
10391 "terminal",
10392 "text",
10393 "toml 0.8.20",
10394 "unindent",
10395 "url",
10396 "util",
10397 "which 6.0.3",
10398 "worktree",
10399]
10400
10401[[package]]
10402name = "project_panel"
10403version = "0.1.0"
10404dependencies = [
10405 "anyhow",
10406 "client",
10407 "collections",
10408 "command_palette_hooks",
10409 "db",
10410 "editor",
10411 "file_icons",
10412 "git",
10413 "gpui",
10414 "indexmap",
10415 "language",
10416 "menu",
10417 "pretty_assertions",
10418 "project",
10419 "schemars",
10420 "search",
10421 "serde",
10422 "serde_derive",
10423 "serde_json",
10424 "settings",
10425 "smallvec",
10426 "theme",
10427 "ui",
10428 "util",
10429 "workspace",
10430 "worktree",
10431 "zed_actions",
10432]
10433
10434[[package]]
10435name = "project_symbols"
10436version = "0.1.0"
10437dependencies = [
10438 "anyhow",
10439 "editor",
10440 "futures 0.3.31",
10441 "fuzzy",
10442 "gpui",
10443 "language",
10444 "lsp",
10445 "ordered-float 2.10.1",
10446 "picker",
10447 "project",
10448 "release_channel",
10449 "serde_json",
10450 "settings",
10451 "theme",
10452 "util",
10453 "workspace",
10454]
10455
10456[[package]]
10457name = "prometheus"
10458version = "0.13.4"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10461dependencies = [
10462 "cfg-if",
10463 "fnv",
10464 "lazy_static",
10465 "memchr",
10466 "parking_lot",
10467 "protobuf",
10468 "thiserror 1.0.69",
10469]
10470
10471[[package]]
10472name = "prompt_library"
10473version = "0.1.0"
10474dependencies = [
10475 "anyhow",
10476 "collections",
10477 "editor",
10478 "gpui",
10479 "language",
10480 "language_model",
10481 "log",
10482 "menu",
10483 "picker",
10484 "prompt_store",
10485 "release_channel",
10486 "rope",
10487 "serde",
10488 "settings",
10489 "theme",
10490 "ui",
10491 "util",
10492 "workspace",
10493 "zed_actions",
10494]
10495
10496[[package]]
10497name = "prompt_store"
10498version = "0.1.0"
10499dependencies = [
10500 "anyhow",
10501 "assets",
10502 "chrono",
10503 "collections",
10504 "fs",
10505 "futures 0.3.31",
10506 "fuzzy",
10507 "gpui",
10508 "handlebars 4.5.0",
10509 "heed",
10510 "language",
10511 "log",
10512 "parking_lot",
10513 "paths",
10514 "rope",
10515 "serde",
10516 "text",
10517 "util",
10518 "uuid",
10519]
10520
10521[[package]]
10522name = "prost"
10523version = "0.9.0"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10526dependencies = [
10527 "bytes 1.10.1",
10528 "prost-derive 0.9.0",
10529]
10530
10531[[package]]
10532name = "prost"
10533version = "0.12.6"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10536dependencies = [
10537 "bytes 1.10.1",
10538 "prost-derive 0.12.6",
10539]
10540
10541[[package]]
10542name = "prost-build"
10543version = "0.9.0"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10546dependencies = [
10547 "bytes 1.10.1",
10548 "heck 0.3.3",
10549 "itertools 0.10.5",
10550 "lazy_static",
10551 "log",
10552 "multimap 0.8.3",
10553 "petgraph",
10554 "prost 0.9.0",
10555 "prost-types 0.9.0",
10556 "regex",
10557 "tempfile",
10558 "which 4.4.2",
10559]
10560
10561[[package]]
10562name = "prost-build"
10563version = "0.12.6"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10566dependencies = [
10567 "bytes 1.10.1",
10568 "heck 0.4.1",
10569 "itertools 0.10.5",
10570 "log",
10571 "multimap 0.10.0",
10572 "once_cell",
10573 "petgraph",
10574 "prettyplease",
10575 "prost 0.12.6",
10576 "prost-types 0.12.6",
10577 "regex",
10578 "syn 2.0.100",
10579 "tempfile",
10580]
10581
10582[[package]]
10583name = "prost-derive"
10584version = "0.9.0"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10587dependencies = [
10588 "anyhow",
10589 "itertools 0.10.5",
10590 "proc-macro2",
10591 "quote",
10592 "syn 1.0.109",
10593]
10594
10595[[package]]
10596name = "prost-derive"
10597version = "0.12.6"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10600dependencies = [
10601 "anyhow",
10602 "itertools 0.10.5",
10603 "proc-macro2",
10604 "quote",
10605 "syn 2.0.100",
10606]
10607
10608[[package]]
10609name = "prost-types"
10610version = "0.9.0"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10613dependencies = [
10614 "bytes 1.10.1",
10615 "prost 0.9.0",
10616]
10617
10618[[package]]
10619name = "prost-types"
10620version = "0.12.6"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10623dependencies = [
10624 "prost 0.12.6",
10625]
10626
10627[[package]]
10628name = "proto"
10629version = "0.1.0"
10630dependencies = [
10631 "anyhow",
10632 "collections",
10633 "prost 0.9.0",
10634 "prost-build 0.9.0",
10635 "serde",
10636]
10637
10638[[package]]
10639name = "protobuf"
10640version = "2.28.0"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10643
10644[[package]]
10645name = "psm"
10646version = "0.1.24"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10649dependencies = [
10650 "cc",
10651]
10652
10653[[package]]
10654name = "ptr_meta"
10655version = "0.1.4"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10658dependencies = [
10659 "ptr_meta_derive",
10660]
10661
10662[[package]]
10663name = "ptr_meta_derive"
10664version = "0.1.4"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10667dependencies = [
10668 "proc-macro2",
10669 "quote",
10670 "syn 1.0.109",
10671]
10672
10673[[package]]
10674name = "pulldown-cmark"
10675version = "0.10.3"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10678dependencies = [
10679 "bitflags 2.8.0",
10680 "memchr",
10681 "pulldown-cmark-escape",
10682 "unicase",
10683]
10684
10685[[package]]
10686name = "pulldown-cmark"
10687version = "0.12.2"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10690dependencies = [
10691 "bitflags 2.8.0",
10692 "memchr",
10693 "unicase",
10694]
10695
10696[[package]]
10697name = "pulldown-cmark-escape"
10698version = "0.10.1"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10701
10702[[package]]
10703name = "pulley-interpreter"
10704version = "29.0.1"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10707dependencies = [
10708 "cranelift-bitset",
10709 "log",
10710 "sptr",
10711 "wasmtime-math",
10712]
10713
10714[[package]]
10715name = "qoi"
10716version = "0.4.1"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10719dependencies = [
10720 "bytemuck",
10721]
10722
10723[[package]]
10724name = "quick-error"
10725version = "2.0.1"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10728
10729[[package]]
10730name = "quick-xml"
10731version = "0.32.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10734dependencies = [
10735 "memchr",
10736]
10737
10738[[package]]
10739name = "quick-xml"
10740version = "0.37.2"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10743dependencies = [
10744 "memchr",
10745]
10746
10747[[package]]
10748name = "quinn"
10749version = "0.11.6"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10752dependencies = [
10753 "bytes 1.10.1",
10754 "pin-project-lite",
10755 "quinn-proto",
10756 "quinn-udp",
10757 "rustc-hash 2.1.1",
10758 "rustls 0.23.23",
10759 "socket2",
10760 "thiserror 2.0.6",
10761 "tokio",
10762 "tracing",
10763]
10764
10765[[package]]
10766name = "quinn-proto"
10767version = "0.11.9"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10770dependencies = [
10771 "bytes 1.10.1",
10772 "getrandom 0.2.15",
10773 "rand 0.8.5",
10774 "ring",
10775 "rustc-hash 2.1.1",
10776 "rustls 0.23.23",
10777 "rustls-pki-types",
10778 "slab",
10779 "thiserror 2.0.6",
10780 "tinyvec",
10781 "tracing",
10782 "web-time",
10783]
10784
10785[[package]]
10786name = "quinn-udp"
10787version = "0.5.9"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10790dependencies = [
10791 "cfg_aliases 0.2.1",
10792 "libc",
10793 "once_cell",
10794 "socket2",
10795 "tracing",
10796 "windows-sys 0.59.0",
10797]
10798
10799[[package]]
10800name = "quote"
10801version = "1.0.40"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10804dependencies = [
10805 "proc-macro2",
10806]
10807
10808[[package]]
10809name = "radium"
10810version = "0.7.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10813
10814[[package]]
10815name = "rand"
10816version = "0.7.3"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10819dependencies = [
10820 "getrandom 0.1.16",
10821 "libc",
10822 "rand_chacha 0.2.2",
10823 "rand_core 0.5.1",
10824 "rand_hc",
10825]
10826
10827[[package]]
10828name = "rand"
10829version = "0.8.5"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10832dependencies = [
10833 "libc",
10834 "rand_chacha 0.3.1",
10835 "rand_core 0.6.4",
10836]
10837
10838[[package]]
10839name = "rand"
10840version = "0.9.0"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10843dependencies = [
10844 "rand_chacha 0.9.0",
10845 "rand_core 0.9.0",
10846 "zerocopy 0.8.18",
10847]
10848
10849[[package]]
10850name = "rand_chacha"
10851version = "0.2.2"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10854dependencies = [
10855 "ppv-lite86",
10856 "rand_core 0.5.1",
10857]
10858
10859[[package]]
10860name = "rand_chacha"
10861version = "0.3.1"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10864dependencies = [
10865 "ppv-lite86",
10866 "rand_core 0.6.4",
10867]
10868
10869[[package]]
10870name = "rand_chacha"
10871version = "0.9.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10874dependencies = [
10875 "ppv-lite86",
10876 "rand_core 0.9.0",
10877]
10878
10879[[package]]
10880name = "rand_core"
10881version = "0.5.1"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10884dependencies = [
10885 "getrandom 0.1.16",
10886]
10887
10888[[package]]
10889name = "rand_core"
10890version = "0.6.4"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10893dependencies = [
10894 "getrandom 0.2.15",
10895]
10896
10897[[package]]
10898name = "rand_core"
10899version = "0.9.0"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10902dependencies = [
10903 "getrandom 0.3.1",
10904 "zerocopy 0.8.18",
10905]
10906
10907[[package]]
10908name = "rand_hc"
10909version = "0.2.0"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10912dependencies = [
10913 "rand_core 0.5.1",
10914]
10915
10916[[package]]
10917name = "rangemap"
10918version = "1.5.1"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10921
10922[[package]]
10923name = "rav1e"
10924version = "0.7.1"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10927dependencies = [
10928 "arbitrary",
10929 "arg_enum_proc_macro",
10930 "arrayvec",
10931 "av1-grain",
10932 "bitstream-io",
10933 "built",
10934 "cfg-if",
10935 "interpolate_name",
10936 "itertools 0.12.1",
10937 "libc",
10938 "libfuzzer-sys",
10939 "log",
10940 "maybe-rayon",
10941 "new_debug_unreachable",
10942 "noop_proc_macro",
10943 "num-derive",
10944 "num-traits",
10945 "once_cell",
10946 "paste",
10947 "profiling",
10948 "rand 0.8.5",
10949 "rand_chacha 0.3.1",
10950 "simd_helpers",
10951 "system-deps",
10952 "thiserror 1.0.69",
10953 "v_frame",
10954 "wasm-bindgen",
10955]
10956
10957[[package]]
10958name = "ravif"
10959version = "0.11.11"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10962dependencies = [
10963 "avif-serialize",
10964 "imgref",
10965 "loop9",
10966 "quick-error",
10967 "rav1e",
10968 "rayon",
10969 "rgb",
10970]
10971
10972[[package]]
10973name = "raw-window-handle"
10974version = "0.6.2"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10977
10978[[package]]
10979name = "raw-window-metal"
10980version = "0.4.0"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10983dependencies = [
10984 "cocoa 0.25.0",
10985 "core-graphics 0.23.2",
10986 "objc",
10987 "raw-window-handle",
10988]
10989
10990[[package]]
10991name = "rayon"
10992version = "1.10.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10995dependencies = [
10996 "either",
10997 "rayon-core",
10998]
10999
11000[[package]]
11001name = "rayon-core"
11002version = "1.12.1"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11005dependencies = [
11006 "crossbeam-deque",
11007 "crossbeam-utils",
11008]
11009
11010[[package]]
11011name = "read-fonts"
11012version = "0.22.5"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11015dependencies = [
11016 "bytemuck",
11017 "font-types",
11018]
11019
11020[[package]]
11021name = "recent_projects"
11022version = "0.1.0"
11023dependencies = [
11024 "anyhow",
11025 "auto_update",
11026 "editor",
11027 "extension_host",
11028 "file_finder",
11029 "futures 0.3.31",
11030 "fuzzy",
11031 "gpui",
11032 "language",
11033 "log",
11034 "markdown",
11035 "menu",
11036 "ordered-float 2.10.1",
11037 "paths",
11038 "picker",
11039 "project",
11040 "release_channel",
11041 "remote",
11042 "schemars",
11043 "serde",
11044 "serde_json",
11045 "settings",
11046 "smol",
11047 "task",
11048 "telemetry",
11049 "theme",
11050 "ui",
11051 "util",
11052 "workspace",
11053 "zed_actions",
11054]
11055
11056[[package]]
11057name = "redox_syscall"
11058version = "0.2.16"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11061dependencies = [
11062 "bitflags 1.3.2",
11063]
11064
11065[[package]]
11066name = "redox_syscall"
11067version = "0.5.8"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11070dependencies = [
11071 "bitflags 2.8.0",
11072]
11073
11074[[package]]
11075name = "redox_users"
11076version = "0.4.6"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11079dependencies = [
11080 "getrandom 0.2.15",
11081 "libredox",
11082 "thiserror 1.0.69",
11083]
11084
11085[[package]]
11086name = "refineable"
11087version = "0.1.0"
11088dependencies = [
11089 "derive_refineable",
11090]
11091
11092[[package]]
11093name = "regalloc2"
11094version = "0.11.1"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11097dependencies = [
11098 "allocator-api2",
11099 "bumpalo",
11100 "hashbrown 0.15.2",
11101 "log",
11102 "rustc-hash 2.1.1",
11103 "smallvec",
11104]
11105
11106[[package]]
11107name = "regex"
11108version = "1.11.1"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11111dependencies = [
11112 "aho-corasick",
11113 "memchr",
11114 "regex-automata 0.4.9",
11115 "regex-syntax 0.8.5",
11116]
11117
11118[[package]]
11119name = "regex-automata"
11120version = "0.1.10"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11123dependencies = [
11124 "regex-syntax 0.6.29",
11125]
11126
11127[[package]]
11128name = "regex-automata"
11129version = "0.4.9"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11132dependencies = [
11133 "aho-corasick",
11134 "memchr",
11135 "regex-syntax 0.8.5",
11136]
11137
11138[[package]]
11139name = "regex-lite"
11140version = "0.1.6"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11143
11144[[package]]
11145name = "regex-syntax"
11146version = "0.6.29"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11149
11150[[package]]
11151name = "regex-syntax"
11152version = "0.8.5"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11155
11156[[package]]
11157name = "release_channel"
11158version = "0.1.0"
11159dependencies = [
11160 "gpui",
11161]
11162
11163[[package]]
11164name = "remote"
11165version = "0.1.0"
11166dependencies = [
11167 "anyhow",
11168 "askpass",
11169 "async-trait",
11170 "collections",
11171 "fs",
11172 "futures 0.3.31",
11173 "gpui",
11174 "itertools 0.14.0",
11175 "log",
11176 "parking_lot",
11177 "paths",
11178 "prost 0.9.0",
11179 "release_channel",
11180 "rpc",
11181 "schemars",
11182 "serde",
11183 "serde_json",
11184 "shlex",
11185 "smol",
11186 "tempfile",
11187 "thiserror 1.0.69",
11188 "util",
11189]
11190
11191[[package]]
11192name = "remote_server"
11193version = "0.1.0"
11194dependencies = [
11195 "anyhow",
11196 "async-watch",
11197 "backtrace",
11198 "cargo_toml",
11199 "chrono",
11200 "clap",
11201 "client",
11202 "clock",
11203 "env_logger 0.11.7",
11204 "extension",
11205 "extension_host",
11206 "fork",
11207 "fs",
11208 "futures 0.3.31",
11209 "git",
11210 "git_hosting_providers",
11211 "gpui",
11212 "gpui_tokio",
11213 "http_client",
11214 "language",
11215 "language_extension",
11216 "languages",
11217 "libc",
11218 "log",
11219 "lsp",
11220 "node_runtime",
11221 "paths",
11222 "project",
11223 "proto",
11224 "release_channel",
11225 "remote",
11226 "reqwest_client",
11227 "rpc",
11228 "rust-embed",
11229 "serde",
11230 "serde_json",
11231 "settings",
11232 "shellexpand 2.1.2",
11233 "smol",
11234 "sysinfo",
11235 "telemetry_events",
11236 "toml 0.8.20",
11237 "unindent",
11238 "util",
11239 "worktree",
11240]
11241
11242[[package]]
11243name = "rend"
11244version = "0.4.2"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11247dependencies = [
11248 "bytecheck",
11249]
11250
11251[[package]]
11252name = "repl"
11253version = "0.1.0"
11254dependencies = [
11255 "alacritty_terminal",
11256 "anyhow",
11257 "async-dispatcher",
11258 "async-tungstenite",
11259 "base64 0.22.1",
11260 "client",
11261 "collections",
11262 "command_palette_hooks",
11263 "editor",
11264 "env_logger 0.11.7",
11265 "feature_flags",
11266 "file_icons",
11267 "futures 0.3.31",
11268 "gpui",
11269 "http_client",
11270 "image",
11271 "indoc",
11272 "jupyter-protocol",
11273 "jupyter-websocket-client",
11274 "language",
11275 "languages",
11276 "log",
11277 "markdown_preview",
11278 "menu",
11279 "multi_buffer",
11280 "nbformat",
11281 "picker",
11282 "project",
11283 "runtimelib",
11284 "schemars",
11285 "serde",
11286 "serde_json",
11287 "settings",
11288 "smol",
11289 "telemetry",
11290 "terminal",
11291 "terminal_view",
11292 "theme",
11293 "tree-sitter-md",
11294 "tree-sitter-python",
11295 "tree-sitter-typescript",
11296 "ui",
11297 "util",
11298 "uuid",
11299 "workspace",
11300]
11301
11302[[package]]
11303name = "reqwest"
11304version = "0.11.27"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11307dependencies = [
11308 "base64 0.21.7",
11309 "bytes 1.10.1",
11310 "encoding_rs",
11311 "futures-core",
11312 "futures-util",
11313 "h2 0.3.26",
11314 "http 0.2.12",
11315 "http-body 0.4.6",
11316 "hyper 0.14.32",
11317 "hyper-rustls 0.24.2",
11318 "hyper-tls",
11319 "ipnet",
11320 "js-sys",
11321 "log",
11322 "mime",
11323 "native-tls",
11324 "once_cell",
11325 "percent-encoding",
11326 "pin-project-lite",
11327 "rustls 0.21.12",
11328 "rustls-native-certs 0.6.3",
11329 "rustls-pemfile 1.0.4",
11330 "serde",
11331 "serde_json",
11332 "serde_urlencoded",
11333 "sync_wrapper 0.1.2",
11334 "system-configuration 0.5.1",
11335 "tokio",
11336 "tokio-native-tls",
11337 "tokio-rustls 0.24.1",
11338 "tower-service",
11339 "url",
11340 "wasm-bindgen",
11341 "wasm-bindgen-futures",
11342 "web-sys",
11343 "winreg 0.50.0",
11344]
11345
11346[[package]]
11347name = "reqwest"
11348version = "0.12.8"
11349source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11350dependencies = [
11351 "base64 0.22.1",
11352 "bytes 1.10.1",
11353 "encoding_rs",
11354 "futures-core",
11355 "futures-util",
11356 "h2 0.4.7",
11357 "http 1.2.0",
11358 "http-body 1.0.1",
11359 "http-body-util",
11360 "hyper 1.5.1",
11361 "hyper-rustls 0.27.3",
11362 "hyper-util",
11363 "ipnet",
11364 "js-sys",
11365 "log",
11366 "mime",
11367 "once_cell",
11368 "percent-encoding",
11369 "pin-project-lite",
11370 "quinn",
11371 "rustls 0.23.23",
11372 "rustls-native-certs 0.8.1",
11373 "rustls-pemfile 2.2.0",
11374 "rustls-pki-types",
11375 "serde",
11376 "serde_json",
11377 "serde_urlencoded",
11378 "sync_wrapper 1.0.2",
11379 "system-configuration 0.6.1",
11380 "tokio",
11381 "tokio-rustls 0.26.1",
11382 "tokio-socks",
11383 "tokio-util",
11384 "tower-service",
11385 "url",
11386 "wasm-bindgen",
11387 "wasm-bindgen-futures",
11388 "wasm-streams",
11389 "web-sys",
11390 "windows-registry",
11391]
11392
11393[[package]]
11394name = "reqwest_client"
11395version = "0.1.0"
11396dependencies = [
11397 "anyhow",
11398 "bytes 1.10.1",
11399 "futures 0.3.31",
11400 "gpui",
11401 "http_client",
11402 "log",
11403 "regex",
11404 "reqwest 0.12.8",
11405 "serde",
11406 "smol",
11407 "tokio",
11408]
11409
11410[[package]]
11411name = "resvg"
11412version = "0.44.0"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11415dependencies = [
11416 "log",
11417 "pico-args",
11418 "rgb",
11419 "svgtypes",
11420 "tiny-skia",
11421 "usvg",
11422]
11423
11424[[package]]
11425name = "rfc6979"
11426version = "0.3.1"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11429dependencies = [
11430 "crypto-bigint 0.4.9",
11431 "hmac",
11432 "zeroize",
11433]
11434
11435[[package]]
11436name = "rgb"
11437version = "0.8.50"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11440dependencies = [
11441 "bytemuck",
11442]
11443
11444[[package]]
11445name = "rich_text"
11446version = "0.1.0"
11447dependencies = [
11448 "futures 0.3.31",
11449 "gpui",
11450 "language",
11451 "linkify",
11452 "pulldown-cmark 0.12.2",
11453 "theme",
11454 "ui",
11455 "util",
11456]
11457
11458[[package]]
11459name = "ring"
11460version = "0.17.8"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11463dependencies = [
11464 "cc",
11465 "cfg-if",
11466 "getrandom 0.2.15",
11467 "libc",
11468 "spin",
11469 "untrusted",
11470 "windows-sys 0.52.0",
11471]
11472
11473[[package]]
11474name = "rkyv"
11475version = "0.7.45"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11478dependencies = [
11479 "bitvec",
11480 "bytecheck",
11481 "bytes 1.10.1",
11482 "hashbrown 0.12.3",
11483 "ptr_meta",
11484 "rend",
11485 "rkyv_derive",
11486 "seahash",
11487 "tinyvec",
11488 "uuid",
11489]
11490
11491[[package]]
11492name = "rkyv_derive"
11493version = "0.7.45"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11496dependencies = [
11497 "proc-macro2",
11498 "quote",
11499 "syn 1.0.109",
11500]
11501
11502[[package]]
11503name = "rmp"
11504version = "0.8.14"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11507dependencies = [
11508 "byteorder",
11509 "num-traits",
11510 "paste",
11511]
11512
11513[[package]]
11514name = "rmpv"
11515version = "1.3.0"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11518dependencies = [
11519 "num-traits",
11520 "rmp",
11521]
11522
11523[[package]]
11524name = "rodio"
11525version = "0.20.1"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11528dependencies = [
11529 "cpal",
11530 "hound",
11531]
11532
11533[[package]]
11534name = "rope"
11535version = "0.1.0"
11536dependencies = [
11537 "arrayvec",
11538 "criterion",
11539 "ctor",
11540 "env_logger 0.11.7",
11541 "gpui",
11542 "log",
11543 "rand 0.8.5",
11544 "rayon",
11545 "smallvec",
11546 "sum_tree",
11547 "unicode-segmentation",
11548 "util",
11549]
11550
11551[[package]]
11552name = "roxmltree"
11553version = "0.20.0"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11556
11557[[package]]
11558name = "rpc"
11559version = "0.1.0"
11560dependencies = [
11561 "anyhow",
11562 "async-tungstenite",
11563 "base64 0.22.1",
11564 "chrono",
11565 "collections",
11566 "env_logger 0.11.7",
11567 "futures 0.3.31",
11568 "gpui",
11569 "parking_lot",
11570 "proto",
11571 "rand 0.8.5",
11572 "rsa",
11573 "serde",
11574 "serde_json",
11575 "sha2",
11576 "strum",
11577 "tracing",
11578 "util",
11579 "zstd",
11580]
11581
11582[[package]]
11583name = "rsa"
11584version = "0.9.8"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11587dependencies = [
11588 "const-oid",
11589 "digest",
11590 "num-bigint-dig",
11591 "num-integer",
11592 "num-traits",
11593 "pkcs1",
11594 "pkcs8 0.10.2",
11595 "rand_core 0.6.4",
11596 "signature 2.2.0",
11597 "spki 0.7.3",
11598 "subtle",
11599 "zeroize",
11600]
11601
11602[[package]]
11603name = "runtimelib"
11604version = "0.25.0"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11607dependencies = [
11608 "anyhow",
11609 "async-dispatcher",
11610 "async-std",
11611 "base64 0.22.1",
11612 "bytes 1.10.1",
11613 "chrono",
11614 "data-encoding",
11615 "dirs 5.0.1",
11616 "futures 0.3.31",
11617 "glob",
11618 "jupyter-protocol",
11619 "ring",
11620 "serde",
11621 "serde_json",
11622 "shellexpand 3.1.0",
11623 "smol",
11624 "uuid",
11625 "zeromq",
11626]
11627
11628[[package]]
11629name = "rust-embed"
11630version = "8.5.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11633dependencies = [
11634 "rust-embed-impl",
11635 "rust-embed-utils",
11636 "walkdir",
11637]
11638
11639[[package]]
11640name = "rust-embed-impl"
11641version = "8.5.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11644dependencies = [
11645 "proc-macro2",
11646 "quote",
11647 "rust-embed-utils",
11648 "syn 2.0.100",
11649 "walkdir",
11650]
11651
11652[[package]]
11653name = "rust-embed-utils"
11654version = "8.5.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11657dependencies = [
11658 "globset",
11659 "sha2",
11660 "walkdir",
11661]
11662
11663[[package]]
11664name = "rust_decimal"
11665version = "1.36.0"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11668dependencies = [
11669 "arrayvec",
11670 "borsh",
11671 "bytes 1.10.1",
11672 "num-traits",
11673 "rand 0.8.5",
11674 "rkyv",
11675 "serde",
11676 "serde_json",
11677]
11678
11679[[package]]
11680name = "rustc-demangle"
11681version = "0.1.24"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11684
11685[[package]]
11686name = "rustc-hash"
11687version = "1.1.0"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11690
11691[[package]]
11692name = "rustc-hash"
11693version = "2.1.1"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11696
11697[[package]]
11698name = "rustc_version"
11699version = "0.4.1"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11702dependencies = [
11703 "semver",
11704]
11705
11706[[package]]
11707name = "rustix"
11708version = "0.38.42"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11711dependencies = [
11712 "bitflags 2.8.0",
11713 "errno 0.3.10",
11714 "itoa",
11715 "libc",
11716 "linux-raw-sys",
11717 "once_cell",
11718 "windows-sys 0.59.0",
11719]
11720
11721[[package]]
11722name = "rustix-openpty"
11723version = "0.1.1"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11726dependencies = [
11727 "errno 0.3.10",
11728 "libc",
11729 "rustix",
11730]
11731
11732[[package]]
11733name = "rustls"
11734version = "0.21.12"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11737dependencies = [
11738 "log",
11739 "ring",
11740 "rustls-webpki 0.101.7",
11741 "sct",
11742]
11743
11744[[package]]
11745name = "rustls"
11746version = "0.23.23"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11749dependencies = [
11750 "aws-lc-rs",
11751 "log",
11752 "once_cell",
11753 "ring",
11754 "rustls-pki-types",
11755 "rustls-webpki 0.102.8",
11756 "subtle",
11757 "zeroize",
11758]
11759
11760[[package]]
11761name = "rustls-native-certs"
11762version = "0.6.3"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11765dependencies = [
11766 "openssl-probe",
11767 "rustls-pemfile 1.0.4",
11768 "schannel",
11769 "security-framework 2.11.1",
11770]
11771
11772[[package]]
11773name = "rustls-native-certs"
11774version = "0.8.1"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11777dependencies = [
11778 "openssl-probe",
11779 "rustls-pki-types",
11780 "schannel",
11781 "security-framework 3.0.1",
11782]
11783
11784[[package]]
11785name = "rustls-pemfile"
11786version = "1.0.4"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11789dependencies = [
11790 "base64 0.21.7",
11791]
11792
11793[[package]]
11794name = "rustls-pemfile"
11795version = "2.2.0"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11798dependencies = [
11799 "rustls-pki-types",
11800]
11801
11802[[package]]
11803name = "rustls-pki-types"
11804version = "1.10.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11807dependencies = [
11808 "web-time",
11809]
11810
11811[[package]]
11812name = "rustls-platform-verifier"
11813version = "0.5.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11816dependencies = [
11817 "core-foundation 0.10.0",
11818 "core-foundation-sys",
11819 "jni",
11820 "log",
11821 "once_cell",
11822 "rustls 0.23.23",
11823 "rustls-native-certs 0.8.1",
11824 "rustls-platform-verifier-android",
11825 "rustls-webpki 0.102.8",
11826 "security-framework 3.0.1",
11827 "security-framework-sys",
11828 "webpki-root-certs",
11829 "windows-sys 0.52.0",
11830]
11831
11832[[package]]
11833name = "rustls-platform-verifier-android"
11834version = "0.1.1"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11837
11838[[package]]
11839name = "rustls-webpki"
11840version = "0.101.7"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11843dependencies = [
11844 "ring",
11845 "untrusted",
11846]
11847
11848[[package]]
11849name = "rustls-webpki"
11850version = "0.102.8"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11853dependencies = [
11854 "aws-lc-rs",
11855 "ring",
11856 "rustls-pki-types",
11857 "untrusted",
11858]
11859
11860[[package]]
11861name = "rustversion"
11862version = "1.0.18"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11865
11866[[package]]
11867name = "rustybuzz"
11868version = "0.14.1"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11871dependencies = [
11872 "bitflags 2.8.0",
11873 "bytemuck",
11874 "libm",
11875 "smallvec",
11876 "ttf-parser",
11877 "unicode-bidi-mirroring",
11878 "unicode-ccc",
11879 "unicode-properties",
11880 "unicode-script",
11881]
11882
11883[[package]]
11884name = "ryu"
11885version = "1.0.18"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11888
11889[[package]]
11890name = "salsa20"
11891version = "0.10.2"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11894dependencies = [
11895 "cipher",
11896]
11897
11898[[package]]
11899name = "same-file"
11900version = "1.0.6"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11903dependencies = [
11904 "winapi-util",
11905]
11906
11907[[package]]
11908name = "schannel"
11909version = "0.1.27"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11912dependencies = [
11913 "windows-sys 0.59.0",
11914]
11915
11916[[package]]
11917name = "schema_generator"
11918version = "0.1.0"
11919dependencies = [
11920 "anyhow",
11921 "clap",
11922 "env_logger 0.11.7",
11923 "schemars",
11924 "serde",
11925 "serde_json",
11926 "theme",
11927]
11928
11929[[package]]
11930name = "schemars"
11931version = "0.8.22"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
11934dependencies = [
11935 "dyn-clone",
11936 "indexmap",
11937 "schemars_derive",
11938 "serde",
11939 "serde_json",
11940]
11941
11942[[package]]
11943name = "schemars_derive"
11944version = "0.8.22"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
11947dependencies = [
11948 "proc-macro2",
11949 "quote",
11950 "serde_derive_internals",
11951 "syn 2.0.100",
11952]
11953
11954[[package]]
11955name = "scoped-tls"
11956version = "1.0.1"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11959
11960[[package]]
11961name = "scopeguard"
11962version = "1.2.0"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11965
11966[[package]]
11967name = "scratch"
11968version = "1.0.7"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11971
11972[[package]]
11973name = "scripting_tool"
11974version = "0.1.0"
11975dependencies = [
11976 "anyhow",
11977 "buffer_diff",
11978 "clock",
11979 "collections",
11980 "futures 0.3.31",
11981 "gpui",
11982 "language",
11983 "log",
11984 "mlua",
11985 "parking_lot",
11986 "project",
11987 "rand 0.8.5",
11988 "regex",
11989 "schemars",
11990 "serde",
11991 "serde_json",
11992 "settings",
11993 "util",
11994]
11995
11996[[package]]
11997name = "scrypt"
11998version = "0.11.0"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12001dependencies = [
12002 "password-hash 0.5.0",
12003 "pbkdf2 0.12.2",
12004 "salsa20",
12005 "sha2",
12006]
12007
12008[[package]]
12009name = "sct"
12010version = "0.7.1"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12013dependencies = [
12014 "ring",
12015 "untrusted",
12016]
12017
12018[[package]]
12019name = "sea-bae"
12020version = "0.2.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12023dependencies = [
12024 "heck 0.4.1",
12025 "proc-macro-error2",
12026 "proc-macro2",
12027 "quote",
12028 "syn 2.0.100",
12029]
12030
12031[[package]]
12032name = "sea-orm"
12033version = "1.1.5"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12036dependencies = [
12037 "async-stream",
12038 "async-trait",
12039 "bigdecimal",
12040 "chrono",
12041 "futures 0.3.31",
12042 "log",
12043 "ouroboros",
12044 "rust_decimal",
12045 "sea-orm-macros",
12046 "sea-query",
12047 "sea-query-binder",
12048 "serde",
12049 "serde_json",
12050 "sqlx",
12051 "strum",
12052 "thiserror 1.0.69",
12053 "time",
12054 "tracing",
12055 "url",
12056 "uuid",
12057]
12058
12059[[package]]
12060name = "sea-orm-macros"
12061version = "1.1.5"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12064dependencies = [
12065 "heck 0.4.1",
12066 "proc-macro2",
12067 "quote",
12068 "sea-bae",
12069 "syn 2.0.100",
12070 "unicode-ident",
12071]
12072
12073[[package]]
12074name = "sea-query"
12075version = "0.32.1"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12078dependencies = [
12079 "bigdecimal",
12080 "chrono",
12081 "inherent",
12082 "ordered-float 3.9.2",
12083 "rust_decimal",
12084 "serde_json",
12085 "time",
12086 "uuid",
12087]
12088
12089[[package]]
12090name = "sea-query-binder"
12091version = "0.7.0"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12094dependencies = [
12095 "bigdecimal",
12096 "chrono",
12097 "rust_decimal",
12098 "sea-query",
12099 "serde_json",
12100 "sqlx",
12101 "time",
12102 "uuid",
12103]
12104
12105[[package]]
12106name = "seahash"
12107version = "4.1.0"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12110
12111[[package]]
12112name = "search"
12113version = "0.1.0"
12114dependencies = [
12115 "any_vec",
12116 "anyhow",
12117 "bitflags 2.8.0",
12118 "client",
12119 "collections",
12120 "editor",
12121 "futures 0.3.31",
12122 "gpui",
12123 "language",
12124 "menu",
12125 "project",
12126 "schemars",
12127 "serde",
12128 "serde_json",
12129 "settings",
12130 "smol",
12131 "theme",
12132 "ui",
12133 "unindent",
12134 "util",
12135 "workspace",
12136 "zed_actions",
12137]
12138
12139[[package]]
12140name = "sec1"
12141version = "0.3.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12144dependencies = [
12145 "base16ct",
12146 "der 0.6.1",
12147 "generic-array",
12148 "pkcs8 0.9.0",
12149 "subtle",
12150 "zeroize",
12151]
12152
12153[[package]]
12154name = "security-framework"
12155version = "2.11.1"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12158dependencies = [
12159 "bitflags 2.8.0",
12160 "core-foundation 0.9.4",
12161 "core-foundation-sys",
12162 "libc",
12163 "security-framework-sys",
12164]
12165
12166[[package]]
12167name = "security-framework"
12168version = "3.0.1"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12171dependencies = [
12172 "bitflags 2.8.0",
12173 "core-foundation 0.10.0",
12174 "core-foundation-sys",
12175 "libc",
12176 "security-framework-sys",
12177]
12178
12179[[package]]
12180name = "security-framework-sys"
12181version = "2.12.1"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12184dependencies = [
12185 "core-foundation-sys",
12186 "libc",
12187]
12188
12189[[package]]
12190name = "self_cell"
12191version = "1.1.0"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12194
12195[[package]]
12196name = "semantic_index"
12197version = "0.1.0"
12198dependencies = [
12199 "anyhow",
12200 "arrayvec",
12201 "blake3",
12202 "client",
12203 "clock",
12204 "collections",
12205 "env_logger 0.11.7",
12206 "feature_flags",
12207 "fs",
12208 "futures 0.3.31",
12209 "futures-batch",
12210 "gpui",
12211 "heed",
12212 "http_client",
12213 "language",
12214 "language_model",
12215 "languages",
12216 "log",
12217 "open_ai",
12218 "parking_lot",
12219 "project",
12220 "reqwest_client",
12221 "serde",
12222 "serde_json",
12223 "settings",
12224 "sha2",
12225 "smol",
12226 "streaming-iterator",
12227 "tempfile",
12228 "theme",
12229 "tree-sitter",
12230 "ui",
12231 "unindent",
12232 "util",
12233 "workspace",
12234 "worktree",
12235]
12236
12237[[package]]
12238name = "semantic_version"
12239version = "0.1.0"
12240dependencies = [
12241 "anyhow",
12242 "serde",
12243]
12244
12245[[package]]
12246name = "semver"
12247version = "1.0.25"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12250dependencies = [
12251 "serde",
12252]
12253
12254[[package]]
12255name = "serde"
12256version = "1.0.218"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12259dependencies = [
12260 "serde_derive",
12261]
12262
12263[[package]]
12264name = "serde_derive"
12265version = "1.0.218"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12268dependencies = [
12269 "proc-macro2",
12270 "quote",
12271 "syn 2.0.100",
12272]
12273
12274[[package]]
12275name = "serde_derive_internals"
12276version = "0.29.1"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12279dependencies = [
12280 "proc-macro2",
12281 "quote",
12282 "syn 2.0.100",
12283]
12284
12285[[package]]
12286name = "serde_fmt"
12287version = "1.0.3"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12290dependencies = [
12291 "serde",
12292]
12293
12294[[package]]
12295name = "serde_json"
12296version = "1.0.139"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12299dependencies = [
12300 "indexmap",
12301 "itoa",
12302 "memchr",
12303 "ryu",
12304 "serde",
12305]
12306
12307[[package]]
12308name = "serde_json_lenient"
12309version = "0.2.4"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12312dependencies = [
12313 "indexmap",
12314 "itoa",
12315 "memchr",
12316 "ryu",
12317 "serde",
12318]
12319
12320[[package]]
12321name = "serde_path_to_error"
12322version = "0.1.16"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12325dependencies = [
12326 "itoa",
12327 "serde",
12328]
12329
12330[[package]]
12331name = "serde_qs"
12332version = "0.8.5"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12335dependencies = [
12336 "percent-encoding",
12337 "serde",
12338 "thiserror 1.0.69",
12339]
12340
12341[[package]]
12342name = "serde_qs"
12343version = "0.10.1"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12346dependencies = [
12347 "percent-encoding",
12348 "serde",
12349 "thiserror 1.0.69",
12350]
12351
12352[[package]]
12353name = "serde_repr"
12354version = "0.1.19"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12357dependencies = [
12358 "proc-macro2",
12359 "quote",
12360 "syn 2.0.100",
12361]
12362
12363[[package]]
12364name = "serde_spanned"
12365version = "0.6.8"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12368dependencies = [
12369 "serde",
12370]
12371
12372[[package]]
12373name = "serde_urlencoded"
12374version = "0.7.1"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12377dependencies = [
12378 "form_urlencoded",
12379 "itoa",
12380 "ryu",
12381 "serde",
12382]
12383
12384[[package]]
12385name = "session"
12386version = "0.1.0"
12387dependencies = [
12388 "db",
12389 "gpui",
12390 "serde_json",
12391 "util",
12392 "uuid",
12393]
12394
12395[[package]]
12396name = "settings"
12397version = "0.1.0"
12398dependencies = [
12399 "anyhow",
12400 "collections",
12401 "ec4rs",
12402 "fs",
12403 "futures 0.3.31",
12404 "gpui",
12405 "indoc",
12406 "inventory",
12407 "log",
12408 "paths",
12409 "pretty_assertions",
12410 "release_channel",
12411 "rust-embed",
12412 "schemars",
12413 "serde",
12414 "serde_derive",
12415 "serde_json",
12416 "serde_json_lenient",
12417 "smallvec",
12418 "streaming-iterator",
12419 "tree-sitter",
12420 "tree-sitter-json",
12421 "unindent",
12422 "util",
12423]
12424
12425[[package]]
12426name = "settings_ui"
12427version = "0.1.0"
12428dependencies = [
12429 "command_palette_hooks",
12430 "editor",
12431 "feature_flags",
12432 "gpui",
12433 "settings",
12434 "theme",
12435 "ui",
12436 "workspace",
12437]
12438
12439[[package]]
12440name = "sha1"
12441version = "0.10.6"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12444dependencies = [
12445 "cfg-if",
12446 "cpufeatures",
12447 "digest",
12448]
12449
12450[[package]]
12451name = "sha1_smol"
12452version = "1.0.1"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12455
12456[[package]]
12457name = "sha2"
12458version = "0.10.8"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12461dependencies = [
12462 "cfg-if",
12463 "cpufeatures",
12464 "digest",
12465]
12466
12467[[package]]
12468name = "sharded-slab"
12469version = "0.1.7"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12472dependencies = [
12473 "lazy_static",
12474]
12475
12476[[package]]
12477name = "shell-words"
12478version = "1.1.0"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12481
12482[[package]]
12483name = "shellexpand"
12484version = "2.1.2"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12487dependencies = [
12488 "dirs 4.0.0",
12489]
12490
12491[[package]]
12492name = "shellexpand"
12493version = "3.1.0"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12496dependencies = [
12497 "dirs 5.0.1",
12498]
12499
12500[[package]]
12501name = "shlex"
12502version = "1.3.0"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12505
12506[[package]]
12507name = "signal-hook"
12508version = "0.3.17"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12511dependencies = [
12512 "libc",
12513 "signal-hook-registry",
12514]
12515
12516[[package]]
12517name = "signal-hook-registry"
12518version = "1.4.2"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12521dependencies = [
12522 "libc",
12523]
12524
12525[[package]]
12526name = "signature"
12527version = "1.6.4"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12530dependencies = [
12531 "digest",
12532 "rand_core 0.6.4",
12533]
12534
12535[[package]]
12536name = "signature"
12537version = "2.2.0"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12540dependencies = [
12541 "digest",
12542 "rand_core 0.6.4",
12543]
12544
12545[[package]]
12546name = "simd-adler32"
12547version = "0.3.7"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12550
12551[[package]]
12552name = "simd_helpers"
12553version = "0.1.0"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12556dependencies = [
12557 "quote",
12558]
12559
12560[[package]]
12561name = "simdutf8"
12562version = "0.1.5"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12565
12566[[package]]
12567name = "simple_asn1"
12568version = "0.6.2"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12571dependencies = [
12572 "num-bigint",
12573 "num-traits",
12574 "thiserror 1.0.69",
12575 "time",
12576]
12577
12578[[package]]
12579name = "simplecss"
12580version = "0.2.1"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12583dependencies = [
12584 "log",
12585]
12586
12587[[package]]
12588name = "simplelog"
12589version = "0.12.2"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12592dependencies = [
12593 "log",
12594 "termcolor",
12595 "time",
12596]
12597
12598[[package]]
12599name = "siphasher"
12600version = "0.3.11"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12603
12604[[package]]
12605name = "siphasher"
12606version = "1.0.1"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12609
12610[[package]]
12611name = "skrifa"
12612version = "0.22.3"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12615dependencies = [
12616 "bytemuck",
12617 "read-fonts",
12618]
12619
12620[[package]]
12621name = "slab"
12622version = "0.4.9"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12625dependencies = [
12626 "autocfg",
12627]
12628
12629[[package]]
12630name = "slash_commands_example"
12631version = "0.1.0"
12632dependencies = [
12633 "zed_extension_api 0.1.0",
12634]
12635
12636[[package]]
12637name = "slotmap"
12638version = "1.0.7"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12641dependencies = [
12642 "version_check",
12643]
12644
12645[[package]]
12646name = "smallvec"
12647version = "1.14.0"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12650dependencies = [
12651 "serde",
12652]
12653
12654[[package]]
12655name = "smart-default"
12656version = "0.6.0"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12659dependencies = [
12660 "proc-macro2",
12661 "quote",
12662 "syn 1.0.109",
12663]
12664
12665[[package]]
12666name = "smol"
12667version = "2.0.2"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12670dependencies = [
12671 "async-channel 2.3.1",
12672 "async-executor",
12673 "async-fs",
12674 "async-io",
12675 "async-lock",
12676 "async-net",
12677 "async-process",
12678 "blocking",
12679 "futures-lite 2.6.0",
12680]
12681
12682[[package]]
12683name = "smol_str"
12684version = "0.1.24"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12687dependencies = [
12688 "serde",
12689]
12690
12691[[package]]
12692name = "snippet"
12693version = "0.1.0"
12694dependencies = [
12695 "anyhow",
12696 "smallvec",
12697]
12698
12699[[package]]
12700name = "snippet_provider"
12701version = "0.1.0"
12702dependencies = [
12703 "anyhow",
12704 "collections",
12705 "extension",
12706 "fs",
12707 "futures 0.3.31",
12708 "gpui",
12709 "parking_lot",
12710 "paths",
12711 "schemars",
12712 "serde",
12713 "serde_json_lenient",
12714 "snippet",
12715 "util",
12716]
12717
12718[[package]]
12719name = "snippets_ui"
12720version = "0.1.0"
12721dependencies = [
12722 "fuzzy",
12723 "gpui",
12724 "language",
12725 "paths",
12726 "picker",
12727 "ui",
12728 "util",
12729 "workspace",
12730]
12731
12732[[package]]
12733name = "socket2"
12734version = "0.5.8"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12737dependencies = [
12738 "libc",
12739 "windows-sys 0.52.0",
12740]
12741
12742[[package]]
12743name = "spdx"
12744version = "0.10.7"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12747dependencies = [
12748 "smallvec",
12749]
12750
12751[[package]]
12752name = "spin"
12753version = "0.9.8"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12756dependencies = [
12757 "lock_api",
12758]
12759
12760[[package]]
12761name = "spirv"
12762version = "0.3.0+sdk-1.3.268.0"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12765dependencies = [
12766 "bitflags 2.8.0",
12767]
12768
12769[[package]]
12770name = "spki"
12771version = "0.6.0"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12774dependencies = [
12775 "base64ct",
12776 "der 0.6.1",
12777]
12778
12779[[package]]
12780name = "spki"
12781version = "0.7.3"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12784dependencies = [
12785 "base64ct",
12786 "der 0.7.9",
12787]
12788
12789[[package]]
12790name = "sptr"
12791version = "0.3.2"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12794
12795[[package]]
12796name = "sqlez"
12797version = "0.1.0"
12798dependencies = [
12799 "anyhow",
12800 "collections",
12801 "futures 0.3.31",
12802 "indoc",
12803 "libsqlite3-sys",
12804 "parking_lot",
12805 "smol",
12806 "sqlformat",
12807 "thread_local",
12808 "util",
12809 "uuid",
12810]
12811
12812[[package]]
12813name = "sqlez_macros"
12814version = "0.1.0"
12815dependencies = [
12816 "sqlez",
12817 "sqlformat",
12818 "syn 1.0.109",
12819]
12820
12821[[package]]
12822name = "sqlformat"
12823version = "0.2.6"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12826dependencies = [
12827 "nom",
12828 "unicode_categories",
12829]
12830
12831[[package]]
12832name = "sqlx"
12833version = "0.8.3"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12836dependencies = [
12837 "sqlx-core",
12838 "sqlx-macros",
12839 "sqlx-mysql",
12840 "sqlx-postgres",
12841 "sqlx-sqlite",
12842]
12843
12844[[package]]
12845name = "sqlx-core"
12846version = "0.8.3"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12849dependencies = [
12850 "bigdecimal",
12851 "bytes 1.10.1",
12852 "chrono",
12853 "crc",
12854 "crossbeam-queue",
12855 "either",
12856 "event-listener 5.3.1",
12857 "futures-core",
12858 "futures-intrusive",
12859 "futures-io",
12860 "futures-util",
12861 "hashbrown 0.15.2",
12862 "hashlink 0.10.0",
12863 "indexmap",
12864 "log",
12865 "memchr",
12866 "once_cell",
12867 "percent-encoding",
12868 "rust_decimal",
12869 "rustls 0.23.23",
12870 "rustls-pemfile 2.2.0",
12871 "serde",
12872 "serde_json",
12873 "sha2",
12874 "smallvec",
12875 "thiserror 2.0.6",
12876 "time",
12877 "tokio",
12878 "tokio-stream",
12879 "tracing",
12880 "url",
12881 "uuid",
12882 "webpki-roots",
12883]
12884
12885[[package]]
12886name = "sqlx-macros"
12887version = "0.8.3"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12890dependencies = [
12891 "proc-macro2",
12892 "quote",
12893 "sqlx-core",
12894 "sqlx-macros-core",
12895 "syn 2.0.100",
12896]
12897
12898[[package]]
12899name = "sqlx-macros-core"
12900version = "0.8.3"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12903dependencies = [
12904 "dotenvy",
12905 "either",
12906 "heck 0.5.0",
12907 "hex",
12908 "once_cell",
12909 "proc-macro2",
12910 "quote",
12911 "serde",
12912 "serde_json",
12913 "sha2",
12914 "sqlx-core",
12915 "sqlx-mysql",
12916 "sqlx-postgres",
12917 "sqlx-sqlite",
12918 "syn 2.0.100",
12919 "tempfile",
12920 "tokio",
12921 "url",
12922]
12923
12924[[package]]
12925name = "sqlx-mysql"
12926version = "0.8.3"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12929dependencies = [
12930 "atoi",
12931 "base64 0.22.1",
12932 "bigdecimal",
12933 "bitflags 2.8.0",
12934 "byteorder",
12935 "bytes 1.10.1",
12936 "chrono",
12937 "crc",
12938 "digest",
12939 "dotenvy",
12940 "either",
12941 "futures-channel",
12942 "futures-core",
12943 "futures-io",
12944 "futures-util",
12945 "generic-array",
12946 "hex",
12947 "hkdf",
12948 "hmac",
12949 "itoa",
12950 "log",
12951 "md-5",
12952 "memchr",
12953 "once_cell",
12954 "percent-encoding",
12955 "rand 0.8.5",
12956 "rsa",
12957 "rust_decimal",
12958 "serde",
12959 "sha1",
12960 "sha2",
12961 "smallvec",
12962 "sqlx-core",
12963 "stringprep",
12964 "thiserror 2.0.6",
12965 "time",
12966 "tracing",
12967 "uuid",
12968 "whoami",
12969]
12970
12971[[package]]
12972name = "sqlx-postgres"
12973version = "0.8.3"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12976dependencies = [
12977 "atoi",
12978 "base64 0.22.1",
12979 "bigdecimal",
12980 "bitflags 2.8.0",
12981 "byteorder",
12982 "chrono",
12983 "crc",
12984 "dotenvy",
12985 "etcetera",
12986 "futures-channel",
12987 "futures-core",
12988 "futures-util",
12989 "hex",
12990 "hkdf",
12991 "hmac",
12992 "home",
12993 "itoa",
12994 "log",
12995 "md-5",
12996 "memchr",
12997 "num-bigint",
12998 "once_cell",
12999 "rand 0.8.5",
13000 "rust_decimal",
13001 "serde",
13002 "serde_json",
13003 "sha2",
13004 "smallvec",
13005 "sqlx-core",
13006 "stringprep",
13007 "thiserror 2.0.6",
13008 "time",
13009 "tracing",
13010 "uuid",
13011 "whoami",
13012]
13013
13014[[package]]
13015name = "sqlx-sqlite"
13016version = "0.8.3"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13019dependencies = [
13020 "atoi",
13021 "chrono",
13022 "flume",
13023 "futures-channel",
13024 "futures-core",
13025 "futures-executor",
13026 "futures-intrusive",
13027 "futures-util",
13028 "libsqlite3-sys",
13029 "log",
13030 "percent-encoding",
13031 "serde",
13032 "serde_urlencoded",
13033 "sqlx-core",
13034 "time",
13035 "tracing",
13036 "url",
13037 "uuid",
13038]
13039
13040[[package]]
13041name = "stable_deref_trait"
13042version = "1.2.0"
13043source = "registry+https://github.com/rust-lang/crates.io-index"
13044checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13045
13046[[package]]
13047name = "static_assertions"
13048version = "1.1.0"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13051
13052[[package]]
13053name = "story"
13054version = "0.1.0"
13055dependencies = [
13056 "gpui",
13057 "itertools 0.14.0",
13058 "smallvec",
13059]
13060
13061[[package]]
13062name = "storybook"
13063version = "0.1.0"
13064dependencies = [
13065 "anyhow",
13066 "clap",
13067 "collab_ui",
13068 "ctrlc",
13069 "dialoguer",
13070 "editor",
13071 "fuzzy",
13072 "gpui",
13073 "indoc",
13074 "language",
13075 "log",
13076 "menu",
13077 "picker",
13078 "project",
13079 "reqwest_client",
13080 "rust-embed",
13081 "settings",
13082 "simplelog",
13083 "story",
13084 "strum",
13085 "theme",
13086 "title_bar",
13087 "ui",
13088]
13089
13090[[package]]
13091name = "streaming-iterator"
13092version = "0.1.9"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13095
13096[[package]]
13097name = "streaming_diff"
13098version = "0.1.0"
13099dependencies = [
13100 "ordered-float 2.10.1",
13101 "rand 0.8.5",
13102 "rope",
13103 "util",
13104]
13105
13106[[package]]
13107name = "strict-num"
13108version = "0.1.1"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13111dependencies = [
13112 "float-cmp",
13113]
13114
13115[[package]]
13116name = "string_cache"
13117version = "0.8.7"
13118source = "registry+https://github.com/rust-lang/crates.io-index"
13119checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13120dependencies = [
13121 "new_debug_unreachable",
13122 "once_cell",
13123 "parking_lot",
13124 "phf_shared 0.10.0",
13125 "precomputed-hash",
13126 "serde",
13127]
13128
13129[[package]]
13130name = "string_cache_codegen"
13131version = "0.5.2"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13134dependencies = [
13135 "phf_generator 0.10.0",
13136 "phf_shared 0.10.0",
13137 "proc-macro2",
13138 "quote",
13139]
13140
13141[[package]]
13142name = "stringprep"
13143version = "0.1.5"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13146dependencies = [
13147 "unicode-bidi",
13148 "unicode-normalization",
13149 "unicode-properties",
13150]
13151
13152[[package]]
13153name = "strsim"
13154version = "0.11.1"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13157
13158[[package]]
13159name = "strum"
13160version = "0.26.3"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13163dependencies = [
13164 "strum_macros",
13165]
13166
13167[[package]]
13168name = "strum_macros"
13169version = "0.26.4"
13170source = "registry+https://github.com/rust-lang/crates.io-index"
13171checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13172dependencies = [
13173 "heck 0.5.0",
13174 "proc-macro2",
13175 "quote",
13176 "rustversion",
13177 "syn 2.0.100",
13178]
13179
13180[[package]]
13181name = "subtle"
13182version = "2.6.1"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13185
13186[[package]]
13187name = "sum_tree"
13188version = "0.1.0"
13189dependencies = [
13190 "arrayvec",
13191 "ctor",
13192 "env_logger 0.11.7",
13193 "log",
13194 "rand 0.8.5",
13195 "rayon",
13196]
13197
13198[[package]]
13199name = "supermaven"
13200version = "0.1.0"
13201dependencies = [
13202 "anyhow",
13203 "client",
13204 "collections",
13205 "editor",
13206 "env_logger 0.11.7",
13207 "futures 0.3.31",
13208 "gpui",
13209 "http_client",
13210 "inline_completion",
13211 "language",
13212 "log",
13213 "postage",
13214 "project",
13215 "serde",
13216 "serde_json",
13217 "settings",
13218 "smol",
13219 "supermaven_api",
13220 "text",
13221 "theme",
13222 "ui",
13223 "unicode-segmentation",
13224 "util",
13225]
13226
13227[[package]]
13228name = "supermaven_api"
13229version = "0.1.0"
13230dependencies = [
13231 "anyhow",
13232 "futures 0.3.31",
13233 "http_client",
13234 "paths",
13235 "serde",
13236 "serde_json",
13237 "smol",
13238]
13239
13240[[package]]
13241name = "sval"
13242version = "2.13.2"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13245
13246[[package]]
13247name = "sval_buffer"
13248version = "2.13.2"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13251dependencies = [
13252 "sval",
13253 "sval_ref",
13254]
13255
13256[[package]]
13257name = "sval_dynamic"
13258version = "2.13.2"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13261dependencies = [
13262 "sval",
13263]
13264
13265[[package]]
13266name = "sval_fmt"
13267version = "2.13.2"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13270dependencies = [
13271 "itoa",
13272 "ryu",
13273 "sval",
13274]
13275
13276[[package]]
13277name = "sval_json"
13278version = "2.13.2"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13281dependencies = [
13282 "itoa",
13283 "ryu",
13284 "sval",
13285]
13286
13287[[package]]
13288name = "sval_nested"
13289version = "2.13.2"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13292dependencies = [
13293 "sval",
13294 "sval_buffer",
13295 "sval_ref",
13296]
13297
13298[[package]]
13299name = "sval_ref"
13300version = "2.13.2"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13303dependencies = [
13304 "sval",
13305]
13306
13307[[package]]
13308name = "sval_serde"
13309version = "2.13.2"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13312dependencies = [
13313 "serde",
13314 "sval",
13315 "sval_nested",
13316]
13317
13318[[package]]
13319name = "svg_fmt"
13320version = "0.4.4"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13323
13324[[package]]
13325name = "svgtypes"
13326version = "0.15.2"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13329dependencies = [
13330 "kurbo",
13331 "siphasher 1.0.1",
13332]
13333
13334[[package]]
13335name = "swash"
13336version = "0.1.19"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13339dependencies = [
13340 "skrifa",
13341 "yazi",
13342 "zeno",
13343]
13344
13345[[package]]
13346name = "syn"
13347version = "1.0.109"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13350dependencies = [
13351 "proc-macro2",
13352 "quote",
13353 "unicode-ident",
13354]
13355
13356[[package]]
13357name = "syn"
13358version = "2.0.100"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13361dependencies = [
13362 "proc-macro2",
13363 "quote",
13364 "unicode-ident",
13365]
13366
13367[[package]]
13368name = "sync_wrapper"
13369version = "0.1.2"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13372
13373[[package]]
13374name = "sync_wrapper"
13375version = "1.0.2"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13378dependencies = [
13379 "futures-core",
13380]
13381
13382[[package]]
13383name = "synchronoise"
13384version = "1.0.1"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13387dependencies = [
13388 "crossbeam-queue",
13389]
13390
13391[[package]]
13392name = "synstructure"
13393version = "0.13.1"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13396dependencies = [
13397 "proc-macro2",
13398 "quote",
13399 "syn 2.0.100",
13400]
13401
13402[[package]]
13403name = "sys-locale"
13404version = "0.3.2"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13407dependencies = [
13408 "libc",
13409]
13410
13411[[package]]
13412name = "sysinfo"
13413version = "0.31.4"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13416dependencies = [
13417 "core-foundation-sys",
13418 "libc",
13419 "memchr",
13420 "ntapi",
13421 "rayon",
13422 "windows 0.57.0",
13423]
13424
13425[[package]]
13426name = "system-configuration"
13427version = "0.5.1"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13430dependencies = [
13431 "bitflags 1.3.2",
13432 "core-foundation 0.9.4",
13433 "system-configuration-sys 0.5.0",
13434]
13435
13436[[package]]
13437name = "system-configuration"
13438version = "0.6.1"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13441dependencies = [
13442 "bitflags 2.8.0",
13443 "core-foundation 0.9.4",
13444 "system-configuration-sys 0.6.0",
13445]
13446
13447[[package]]
13448name = "system-configuration-sys"
13449version = "0.5.0"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13452dependencies = [
13453 "core-foundation-sys",
13454 "libc",
13455]
13456
13457[[package]]
13458name = "system-configuration-sys"
13459version = "0.6.0"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13462dependencies = [
13463 "core-foundation-sys",
13464 "libc",
13465]
13466
13467[[package]]
13468name = "system-deps"
13469version = "6.2.2"
13470source = "registry+https://github.com/rust-lang/crates.io-index"
13471checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13472dependencies = [
13473 "cfg-expr",
13474 "heck 0.5.0",
13475 "pkg-config",
13476 "toml 0.8.20",
13477 "version-compare",
13478]
13479
13480[[package]]
13481name = "system-interface"
13482version = "0.27.3"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13485dependencies = [
13486 "bitflags 2.8.0",
13487 "cap-fs-ext",
13488 "cap-std",
13489 "fd-lock",
13490 "io-lifetimes",
13491 "rustix",
13492 "windows-sys 0.59.0",
13493 "winx",
13494]
13495
13496[[package]]
13497name = "tab_switcher"
13498version = "0.1.0"
13499dependencies = [
13500 "anyhow",
13501 "collections",
13502 "ctor",
13503 "editor",
13504 "env_logger 0.11.7",
13505 "gpui",
13506 "language",
13507 "menu",
13508 "picker",
13509 "project",
13510 "schemars",
13511 "serde",
13512 "serde_json",
13513 "settings",
13514 "theme",
13515 "ui",
13516 "util",
13517 "workspace",
13518]
13519
13520[[package]]
13521name = "taffy"
13522version = "0.4.4"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13525dependencies = [
13526 "arrayvec",
13527 "grid",
13528 "num-traits",
13529 "serde",
13530 "slotmap",
13531]
13532
13533[[package]]
13534name = "take-until"
13535version = "0.2.0"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13538
13539[[package]]
13540name = "tap"
13541version = "1.0.1"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13544
13545[[package]]
13546name = "target-lexicon"
13547version = "0.12.16"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13550
13551[[package]]
13552name = "target-lexicon"
13553version = "0.13.2"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13556
13557[[package]]
13558name = "task"
13559version = "0.1.0"
13560dependencies = [
13561 "anyhow",
13562 "collections",
13563 "futures 0.3.31",
13564 "gpui",
13565 "hex",
13566 "parking_lot",
13567 "schemars",
13568 "serde",
13569 "serde_json_lenient",
13570 "sha2",
13571 "shellexpand 2.1.2",
13572 "util",
13573 "zed_actions",
13574]
13575
13576[[package]]
13577name = "tasks_ui"
13578version = "0.1.0"
13579dependencies = [
13580 "anyhow",
13581 "editor",
13582 "file_icons",
13583 "fuzzy",
13584 "gpui",
13585 "language",
13586 "menu",
13587 "picker",
13588 "project",
13589 "schemars",
13590 "serde",
13591 "serde_json",
13592 "settings",
13593 "task",
13594 "tree-sitter-rust",
13595 "tree-sitter-typescript",
13596 "ui",
13597 "util",
13598 "workspace",
13599 "zed_actions",
13600]
13601
13602[[package]]
13603name = "telemetry"
13604version = "0.1.0"
13605dependencies = [
13606 "futures 0.3.31",
13607 "serde",
13608 "serde_json",
13609 "telemetry_events",
13610]
13611
13612[[package]]
13613name = "telemetry_events"
13614version = "0.1.0"
13615dependencies = [
13616 "semantic_version",
13617 "serde",
13618 "serde_json",
13619]
13620
13621[[package]]
13622name = "tempfile"
13623version = "3.17.1"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13626dependencies = [
13627 "cfg-if",
13628 "fastrand 2.3.0",
13629 "getrandom 0.3.1",
13630 "once_cell",
13631 "rustix",
13632 "windows-sys 0.59.0",
13633]
13634
13635[[package]]
13636name = "tendril"
13637version = "0.4.3"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13640dependencies = [
13641 "futf",
13642 "mac",
13643 "utf-8",
13644]
13645
13646[[package]]
13647name = "termcolor"
13648version = "1.4.1"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13651dependencies = [
13652 "winapi-util",
13653]
13654
13655[[package]]
13656name = "terminal"
13657version = "0.1.0"
13658dependencies = [
13659 "alacritty_terminal",
13660 "anyhow",
13661 "collections",
13662 "dirs 4.0.0",
13663 "futures 0.3.31",
13664 "gpui",
13665 "libc",
13666 "rand 0.8.5",
13667 "regex",
13668 "release_channel",
13669 "schemars",
13670 "serde",
13671 "serde_derive",
13672 "settings",
13673 "smol",
13674 "sysinfo",
13675 "task",
13676 "theme",
13677 "thiserror 1.0.69",
13678 "util",
13679 "windows 0.60.0",
13680]
13681
13682[[package]]
13683name = "terminal_size"
13684version = "0.4.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13687dependencies = [
13688 "rustix",
13689 "windows-sys 0.59.0",
13690]
13691
13692[[package]]
13693name = "terminal_view"
13694version = "0.1.0"
13695dependencies = [
13696 "anyhow",
13697 "async-recursion 1.1.1",
13698 "breadcrumbs",
13699 "client",
13700 "collections",
13701 "db",
13702 "dirs 4.0.0",
13703 "editor",
13704 "futures 0.3.31",
13705 "gpui",
13706 "itertools 0.14.0",
13707 "language",
13708 "log",
13709 "project",
13710 "rand 0.8.5",
13711 "schemars",
13712 "search",
13713 "serde",
13714 "serde_json",
13715 "settings",
13716 "shellexpand 2.1.2",
13717 "smol",
13718 "task",
13719 "terminal",
13720 "theme",
13721 "ui",
13722 "util",
13723 "workspace",
13724 "zed_actions",
13725]
13726
13727[[package]]
13728name = "text"
13729version = "0.1.0"
13730dependencies = [
13731 "anyhow",
13732 "clock",
13733 "collections",
13734 "ctor",
13735 "env_logger 0.11.7",
13736 "gpui",
13737 "http_client",
13738 "log",
13739 "parking_lot",
13740 "postage",
13741 "rand 0.8.5",
13742 "regex",
13743 "rope",
13744 "smallvec",
13745 "sum_tree",
13746 "util",
13747]
13748
13749[[package]]
13750name = "theme"
13751version = "0.1.0"
13752dependencies = [
13753 "anyhow",
13754 "collections",
13755 "derive_more",
13756 "fs",
13757 "futures 0.3.31",
13758 "gpui",
13759 "indexmap",
13760 "log",
13761 "palette",
13762 "parking_lot",
13763 "refineable",
13764 "schemars",
13765 "serde",
13766 "serde_derive",
13767 "serde_json",
13768 "serde_json_lenient",
13769 "serde_repr",
13770 "settings",
13771 "strum",
13772 "thiserror 1.0.69",
13773 "util",
13774 "uuid",
13775]
13776
13777[[package]]
13778name = "theme_extension"
13779version = "0.1.0"
13780dependencies = [
13781 "anyhow",
13782 "extension",
13783 "fs",
13784 "gpui",
13785 "theme",
13786]
13787
13788[[package]]
13789name = "theme_importer"
13790version = "0.1.0"
13791dependencies = [
13792 "anyhow",
13793 "clap",
13794 "gpui",
13795 "indexmap",
13796 "log",
13797 "palette",
13798 "rust-embed",
13799 "serde",
13800 "serde_json",
13801 "serde_json_lenient",
13802 "simplelog",
13803 "strum",
13804 "theme",
13805 "vscode_theme",
13806]
13807
13808[[package]]
13809name = "theme_selector"
13810version = "0.1.0"
13811dependencies = [
13812 "fs",
13813 "fuzzy",
13814 "gpui",
13815 "log",
13816 "picker",
13817 "serde",
13818 "settings",
13819 "telemetry",
13820 "theme",
13821 "ui",
13822 "util",
13823 "workspace",
13824 "zed_actions",
13825]
13826
13827[[package]]
13828name = "thiserror"
13829version = "1.0.69"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13832dependencies = [
13833 "thiserror-impl 1.0.69",
13834]
13835
13836[[package]]
13837name = "thiserror"
13838version = "2.0.6"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13841dependencies = [
13842 "thiserror-impl 2.0.6",
13843]
13844
13845[[package]]
13846name = "thiserror-impl"
13847version = "1.0.69"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13850dependencies = [
13851 "proc-macro2",
13852 "quote",
13853 "syn 2.0.100",
13854]
13855
13856[[package]]
13857name = "thiserror-impl"
13858version = "2.0.6"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13861dependencies = [
13862 "proc-macro2",
13863 "quote",
13864 "syn 2.0.100",
13865]
13866
13867[[package]]
13868name = "thread_local"
13869version = "1.1.8"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13872dependencies = [
13873 "cfg-if",
13874 "once_cell",
13875]
13876
13877[[package]]
13878name = "tiff"
13879version = "0.9.1"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13882dependencies = [
13883 "flate2",
13884 "jpeg-decoder",
13885 "weezl",
13886]
13887
13888[[package]]
13889name = "tiktoken-rs"
13890version = "0.6.0"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13893dependencies = [
13894 "anyhow",
13895 "base64 0.21.7",
13896 "bstr",
13897 "fancy-regex 0.13.0",
13898 "lazy_static",
13899 "parking_lot",
13900 "regex",
13901 "rustc-hash 1.1.0",
13902]
13903
13904[[package]]
13905name = "time"
13906version = "0.3.37"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13909dependencies = [
13910 "deranged",
13911 "itoa",
13912 "libc",
13913 "num-conv",
13914 "num_threads",
13915 "powerfmt",
13916 "serde",
13917 "time-core",
13918 "time-macros",
13919]
13920
13921[[package]]
13922name = "time-core"
13923version = "0.1.2"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13926
13927[[package]]
13928name = "time-macros"
13929version = "0.2.19"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13932dependencies = [
13933 "num-conv",
13934 "time-core",
13935]
13936
13937[[package]]
13938name = "time_format"
13939version = "0.1.0"
13940dependencies = [
13941 "core-foundation 0.9.4",
13942 "core-foundation-sys",
13943 "sys-locale",
13944 "time",
13945]
13946
13947[[package]]
13948name = "tiny-keccak"
13949version = "2.0.2"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13952dependencies = [
13953 "crunchy",
13954]
13955
13956[[package]]
13957name = "tiny-skia"
13958version = "0.11.4"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13961dependencies = [
13962 "arrayref",
13963 "arrayvec",
13964 "bytemuck",
13965 "cfg-if",
13966 "log",
13967 "png",
13968 "tiny-skia-path",
13969]
13970
13971[[package]]
13972name = "tiny-skia-path"
13973version = "0.11.4"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13976dependencies = [
13977 "arrayref",
13978 "bytemuck",
13979 "strict-num",
13980]
13981
13982[[package]]
13983name = "tiny_http"
13984version = "0.8.2"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13987dependencies = [
13988 "ascii",
13989 "chrono",
13990 "chunked_transfer",
13991 "log",
13992 "url",
13993]
13994
13995[[package]]
13996name = "tinystr"
13997version = "0.7.6"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14000dependencies = [
14001 "displaydoc",
14002 "zerovec",
14003]
14004
14005[[package]]
14006name = "tinytemplate"
14007version = "1.2.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14010dependencies = [
14011 "serde",
14012 "serde_json",
14013]
14014
14015[[package]]
14016name = "tinyvec"
14017version = "1.8.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14020dependencies = [
14021 "tinyvec_macros",
14022]
14023
14024[[package]]
14025name = "tinyvec_macros"
14026version = "0.1.1"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14029
14030[[package]]
14031name = "title_bar"
14032version = "0.1.0"
14033dependencies = [
14034 "auto_update",
14035 "call",
14036 "client",
14037 "collections",
14038 "feature_flags",
14039 "git_ui",
14040 "gpui",
14041 "http_client",
14042 "notifications",
14043 "pretty_assertions",
14044 "project",
14045 "remote",
14046 "rpc",
14047 "schemars",
14048 "serde",
14049 "settings",
14050 "smallvec",
14051 "story",
14052 "telemetry",
14053 "theme",
14054 "tree-sitter-md",
14055 "ui",
14056 "util",
14057 "windows 0.60.0",
14058 "workspace",
14059 "zed_actions",
14060 "zeta",
14061]
14062
14063[[package]]
14064name = "tokio"
14065version = "1.43.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14068dependencies = [
14069 "backtrace",
14070 "bytes 1.10.1",
14071 "libc",
14072 "mio 1.0.3",
14073 "parking_lot",
14074 "pin-project-lite",
14075 "signal-hook-registry",
14076 "socket2",
14077 "tokio-macros",
14078 "windows-sys 0.52.0",
14079]
14080
14081[[package]]
14082name = "tokio-io"
14083version = "0.1.13"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14086dependencies = [
14087 "bytes 0.4.12",
14088 "futures 0.1.31",
14089 "log",
14090]
14091
14092[[package]]
14093name = "tokio-macros"
14094version = "2.5.0"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14097dependencies = [
14098 "proc-macro2",
14099 "quote",
14100 "syn 2.0.100",
14101]
14102
14103[[package]]
14104name = "tokio-native-tls"
14105version = "0.3.1"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14108dependencies = [
14109 "native-tls",
14110 "tokio",
14111]
14112
14113[[package]]
14114name = "tokio-rustls"
14115version = "0.24.1"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14118dependencies = [
14119 "rustls 0.21.12",
14120 "tokio",
14121]
14122
14123[[package]]
14124name = "tokio-rustls"
14125version = "0.26.1"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14128dependencies = [
14129 "rustls 0.23.23",
14130 "tokio",
14131]
14132
14133[[package]]
14134name = "tokio-socks"
14135version = "0.5.2"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14138dependencies = [
14139 "either",
14140 "futures-io",
14141 "futures-util",
14142 "thiserror 1.0.69",
14143 "tokio",
14144]
14145
14146[[package]]
14147name = "tokio-stream"
14148version = "0.1.17"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14151dependencies = [
14152 "futures-core",
14153 "pin-project-lite",
14154 "tokio",
14155]
14156
14157[[package]]
14158name = "tokio-tungstenite"
14159version = "0.20.1"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14162dependencies = [
14163 "futures-util",
14164 "log",
14165 "rustls 0.21.12",
14166 "rustls-native-certs 0.6.3",
14167 "tokio",
14168 "tokio-rustls 0.24.1",
14169 "tungstenite 0.20.1",
14170]
14171
14172[[package]]
14173name = "tokio-tungstenite"
14174version = "0.21.0"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14177dependencies = [
14178 "futures-util",
14179 "log",
14180 "tokio",
14181 "tungstenite 0.21.0",
14182]
14183
14184[[package]]
14185name = "tokio-util"
14186version = "0.7.13"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14189dependencies = [
14190 "bytes 1.10.1",
14191 "futures-core",
14192 "futures-io",
14193 "futures-sink",
14194 "pin-project-lite",
14195 "tokio",
14196]
14197
14198[[package]]
14199name = "toml"
14200version = "0.5.11"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14203dependencies = [
14204 "serde",
14205]
14206
14207[[package]]
14208name = "toml"
14209version = "0.8.20"
14210source = "registry+https://github.com/rust-lang/crates.io-index"
14211checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14212dependencies = [
14213 "serde",
14214 "serde_spanned",
14215 "toml_datetime",
14216 "toml_edit",
14217]
14218
14219[[package]]
14220name = "toml_datetime"
14221version = "0.6.8"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14224dependencies = [
14225 "serde",
14226]
14227
14228[[package]]
14229name = "toml_edit"
14230version = "0.22.23"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14233dependencies = [
14234 "indexmap",
14235 "serde",
14236 "serde_spanned",
14237 "toml_datetime",
14238 "winnow 0.7.1",
14239]
14240
14241[[package]]
14242name = "toolchain_selector"
14243version = "0.1.0"
14244dependencies = [
14245 "editor",
14246 "fuzzy",
14247 "gpui",
14248 "language",
14249 "picker",
14250 "project",
14251 "ui",
14252 "util",
14253 "workspace",
14254]
14255
14256[[package]]
14257name = "topological-sort"
14258version = "0.2.2"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14261
14262[[package]]
14263name = "tower"
14264version = "0.4.13"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14267dependencies = [
14268 "futures-core",
14269 "futures-util",
14270 "pin-project",
14271 "pin-project-lite",
14272 "tokio",
14273 "tower-layer",
14274 "tower-service",
14275 "tracing",
14276]
14277
14278[[package]]
14279name = "tower-http"
14280version = "0.3.5"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14283dependencies = [
14284 "bitflags 1.3.2",
14285 "bytes 1.10.1",
14286 "futures-core",
14287 "futures-util",
14288 "http 0.2.12",
14289 "http-body 0.4.6",
14290 "http-range-header",
14291 "pin-project-lite",
14292 "tower-layer",
14293 "tower-service",
14294]
14295
14296[[package]]
14297name = "tower-http"
14298version = "0.4.4"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14301dependencies = [
14302 "bitflags 2.8.0",
14303 "bytes 1.10.1",
14304 "futures-core",
14305 "futures-util",
14306 "http 0.2.12",
14307 "http-body 0.4.6",
14308 "http-range-header",
14309 "pin-project-lite",
14310 "tower-layer",
14311 "tower-service",
14312 "tracing",
14313]
14314
14315[[package]]
14316name = "tower-layer"
14317version = "0.3.3"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14320
14321[[package]]
14322name = "tower-service"
14323version = "0.3.3"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14326
14327[[package]]
14328name = "tracing"
14329version = "0.1.41"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14332dependencies = [
14333 "log",
14334 "pin-project-lite",
14335 "tracing-attributes",
14336 "tracing-core",
14337]
14338
14339[[package]]
14340name = "tracing-attributes"
14341version = "0.1.28"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14344dependencies = [
14345 "proc-macro2",
14346 "quote",
14347 "syn 2.0.100",
14348]
14349
14350[[package]]
14351name = "tracing-core"
14352version = "0.1.33"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14355dependencies = [
14356 "once_cell",
14357 "valuable",
14358]
14359
14360[[package]]
14361name = "tracing-log"
14362version = "0.2.0"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14365dependencies = [
14366 "log",
14367 "once_cell",
14368 "tracing-core",
14369]
14370
14371[[package]]
14372name = "tracing-serde"
14373version = "0.2.0"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14376dependencies = [
14377 "serde",
14378 "tracing-core",
14379]
14380
14381[[package]]
14382name = "tracing-subscriber"
14383version = "0.3.19"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14386dependencies = [
14387 "matchers",
14388 "nu-ansi-term",
14389 "once_cell",
14390 "regex",
14391 "serde",
14392 "serde_json",
14393 "sharded-slab",
14394 "smallvec",
14395 "thread_local",
14396 "tracing",
14397 "tracing-core",
14398 "tracing-log",
14399 "tracing-serde",
14400]
14401
14402[[package]]
14403name = "trait-variant"
14404version = "0.1.2"
14405source = "registry+https://github.com/rust-lang/crates.io-index"
14406checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14407dependencies = [
14408 "proc-macro2",
14409 "quote",
14410 "syn 2.0.100",
14411]
14412
14413[[package]]
14414name = "tree-sitter"
14415version = "0.25.3"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14418dependencies = [
14419 "cc",
14420 "regex",
14421 "regex-syntax 0.8.5",
14422 "serde_json",
14423 "streaming-iterator",
14424 "tree-sitter-language",
14425 "wasmtime-c-api-impl",
14426]
14427
14428[[package]]
14429name = "tree-sitter-bash"
14430version = "0.23.3"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14433dependencies = [
14434 "cc",
14435 "tree-sitter-language",
14436]
14437
14438[[package]]
14439name = "tree-sitter-c"
14440version = "0.23.4"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14443dependencies = [
14444 "cc",
14445 "tree-sitter-language",
14446]
14447
14448[[package]]
14449name = "tree-sitter-cpp"
14450version = "0.23.4"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14453dependencies = [
14454 "cc",
14455 "tree-sitter-language",
14456]
14457
14458[[package]]
14459name = "tree-sitter-css"
14460version = "0.23.2"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14463dependencies = [
14464 "cc",
14465 "tree-sitter-language",
14466]
14467
14468[[package]]
14469name = "tree-sitter-diff"
14470version = "0.1.0"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14473dependencies = [
14474 "cc",
14475 "tree-sitter-language",
14476]
14477
14478[[package]]
14479name = "tree-sitter-elixir"
14480version = "0.3.4"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14483dependencies = [
14484 "cc",
14485 "tree-sitter-language",
14486]
14487
14488[[package]]
14489name = "tree-sitter-embedded-template"
14490version = "0.23.2"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14493dependencies = [
14494 "cc",
14495 "tree-sitter-language",
14496]
14497
14498[[package]]
14499name = "tree-sitter-gitcommit"
14500version = "0.0.1"
14501source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14502dependencies = [
14503 "cc",
14504 "tree-sitter-language",
14505]
14506
14507[[package]]
14508name = "tree-sitter-go"
14509version = "0.23.4"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14512dependencies = [
14513 "cc",
14514 "tree-sitter-language",
14515]
14516
14517[[package]]
14518name = "tree-sitter-gomod"
14519version = "1.1.1"
14520source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14521dependencies = [
14522 "cc",
14523 "tree-sitter-language",
14524]
14525
14526[[package]]
14527name = "tree-sitter-gowork"
14528version = "0.0.1"
14529source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14530dependencies = [
14531 "cc",
14532 "tree-sitter-language",
14533]
14534
14535[[package]]
14536name = "tree-sitter-heex"
14537version = "0.0.1"
14538source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14539dependencies = [
14540 "cc",
14541 "tree-sitter-language",
14542]
14543
14544[[package]]
14545name = "tree-sitter-html"
14546version = "0.23.2"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14549dependencies = [
14550 "cc",
14551 "tree-sitter-language",
14552]
14553
14554[[package]]
14555name = "tree-sitter-jsdoc"
14556version = "0.23.2"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14559dependencies = [
14560 "cc",
14561 "tree-sitter-language",
14562]
14563
14564[[package]]
14565name = "tree-sitter-json"
14566version = "0.24.8"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14569dependencies = [
14570 "cc",
14571 "tree-sitter-language",
14572]
14573
14574[[package]]
14575name = "tree-sitter-language"
14576version = "0.1.3"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14579
14580[[package]]
14581name = "tree-sitter-md"
14582version = "0.3.2"
14583source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14584dependencies = [
14585 "cc",
14586 "tree-sitter-language",
14587]
14588
14589[[package]]
14590name = "tree-sitter-python"
14591version = "0.23.6"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14594dependencies = [
14595 "cc",
14596 "tree-sitter-language",
14597]
14598
14599[[package]]
14600name = "tree-sitter-regex"
14601version = "0.24.3"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14604dependencies = [
14605 "cc",
14606 "tree-sitter-language",
14607]
14608
14609[[package]]
14610name = "tree-sitter-ruby"
14611version = "0.23.1"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14614dependencies = [
14615 "cc",
14616 "tree-sitter-language",
14617]
14618
14619[[package]]
14620name = "tree-sitter-rust"
14621version = "0.23.2"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14624dependencies = [
14625 "cc",
14626 "tree-sitter-language",
14627]
14628
14629[[package]]
14630name = "tree-sitter-typescript"
14631version = "0.23.2"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14634dependencies = [
14635 "cc",
14636 "tree-sitter-language",
14637]
14638
14639[[package]]
14640name = "tree-sitter-yaml"
14641version = "0.6.1"
14642source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14643dependencies = [
14644 "cc",
14645 "tree-sitter-language",
14646]
14647
14648[[package]]
14649name = "try-lock"
14650version = "0.2.5"
14651source = "registry+https://github.com/rust-lang/crates.io-index"
14652checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14653
14654[[package]]
14655name = "ttf-parser"
14656version = "0.21.1"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14659
14660[[package]]
14661name = "tungstenite"
14662version = "0.20.1"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14665dependencies = [
14666 "byteorder",
14667 "bytes 1.10.1",
14668 "data-encoding",
14669 "http 0.2.12",
14670 "httparse",
14671 "log",
14672 "rand 0.8.5",
14673 "rustls 0.21.12",
14674 "sha1",
14675 "thiserror 1.0.69",
14676 "url",
14677 "utf-8",
14678]
14679
14680[[package]]
14681name = "tungstenite"
14682version = "0.21.0"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14685dependencies = [
14686 "byteorder",
14687 "bytes 1.10.1",
14688 "data-encoding",
14689 "http 1.2.0",
14690 "httparse",
14691 "log",
14692 "rand 0.8.5",
14693 "sha1",
14694 "thiserror 1.0.69",
14695 "url",
14696 "utf-8",
14697]
14698
14699[[package]]
14700name = "tungstenite"
14701version = "0.24.0"
14702source = "registry+https://github.com/rust-lang/crates.io-index"
14703checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14704dependencies = [
14705 "byteorder",
14706 "bytes 1.10.1",
14707 "data-encoding",
14708 "http 1.2.0",
14709 "httparse",
14710 "log",
14711 "rand 0.8.5",
14712 "sha1",
14713 "thiserror 1.0.69",
14714 "utf-8",
14715]
14716
14717[[package]]
14718name = "typeid"
14719version = "1.0.2"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14722
14723[[package]]
14724name = "typenum"
14725version = "1.17.0"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14728
14729[[package]]
14730name = "ucd-trie"
14731version = "0.1.7"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14734
14735[[package]]
14736name = "uds_windows"
14737version = "1.1.0"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14740dependencies = [
14741 "memoffset",
14742 "tempfile",
14743 "winapi",
14744]
14745
14746[[package]]
14747name = "ui"
14748version = "0.1.0"
14749dependencies = [
14750 "chrono",
14751 "component",
14752 "gpui",
14753 "itertools 0.14.0",
14754 "linkme",
14755 "menu",
14756 "serde",
14757 "settings",
14758 "smallvec",
14759 "story",
14760 "strum",
14761 "theme",
14762 "ui_macros",
14763 "util",
14764 "windows 0.60.0",
14765]
14766
14767[[package]]
14768name = "ui_input"
14769version = "0.1.0"
14770dependencies = [
14771 "editor",
14772 "gpui",
14773 "settings",
14774 "theme",
14775 "ui",
14776]
14777
14778[[package]]
14779name = "ui_macros"
14780version = "0.1.0"
14781dependencies = [
14782 "convert_case 0.8.0",
14783 "linkme",
14784 "proc-macro2",
14785 "quote",
14786 "syn 1.0.109",
14787]
14788
14789[[package]]
14790name = "unicase"
14791version = "2.8.1"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14794
14795[[package]]
14796name = "unicode-bidi"
14797version = "0.3.17"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14800
14801[[package]]
14802name = "unicode-bidi-mirroring"
14803version = "0.2.0"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14806
14807[[package]]
14808name = "unicode-ccc"
14809version = "0.2.0"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14812
14813[[package]]
14814name = "unicode-ident"
14815version = "1.0.14"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14818
14819[[package]]
14820name = "unicode-linebreak"
14821version = "0.1.5"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14824
14825[[package]]
14826name = "unicode-normalization"
14827version = "0.1.24"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14830dependencies = [
14831 "tinyvec",
14832]
14833
14834[[package]]
14835name = "unicode-properties"
14836version = "0.1.3"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14839
14840[[package]]
14841name = "unicode-script"
14842version = "0.5.7"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14845
14846[[package]]
14847name = "unicode-segmentation"
14848version = "1.12.0"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14851
14852[[package]]
14853name = "unicode-width"
14854version = "0.1.14"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14857
14858[[package]]
14859name = "unicode-xid"
14860version = "0.2.6"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14863
14864[[package]]
14865name = "unicode_categories"
14866version = "0.1.1"
14867source = "registry+https://github.com/rust-lang/crates.io-index"
14868checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14869
14870[[package]]
14871name = "unindent"
14872version = "0.2.3"
14873source = "registry+https://github.com/rust-lang/crates.io-index"
14874checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14875
14876[[package]]
14877name = "untrusted"
14878version = "0.9.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14881
14882[[package]]
14883name = "url"
14884version = "2.5.4"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14887dependencies = [
14888 "form_urlencoded",
14889 "idna",
14890 "percent-encoding",
14891 "serde",
14892]
14893
14894[[package]]
14895name = "urlencoding"
14896version = "2.1.3"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14899
14900[[package]]
14901name = "usvg"
14902version = "0.44.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14905dependencies = [
14906 "base64 0.22.1",
14907 "data-url",
14908 "flate2",
14909 "imagesize",
14910 "kurbo",
14911 "log",
14912 "pico-args",
14913 "roxmltree",
14914 "simplecss",
14915 "siphasher 1.0.1",
14916 "strict-num",
14917 "svgtypes",
14918 "tiny-skia-path",
14919 "xmlwriter",
14920]
14921
14922[[package]]
14923name = "utf-8"
14924version = "0.7.6"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14927
14928[[package]]
14929name = "utf16_iter"
14930version = "1.0.5"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14933
14934[[package]]
14935name = "utf8_iter"
14936version = "1.0.4"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14939
14940[[package]]
14941name = "utf8parse"
14942version = "0.2.2"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14945
14946[[package]]
14947name = "util"
14948version = "0.1.0"
14949dependencies = [
14950 "anyhow",
14951 "async-fs",
14952 "collections",
14953 "dirs 4.0.0",
14954 "dunce",
14955 "futures 0.3.31",
14956 "futures-lite 1.13.0",
14957 "git2",
14958 "globset",
14959 "itertools 0.14.0",
14960 "libc",
14961 "log",
14962 "rand 0.8.5",
14963 "regex",
14964 "rust-embed",
14965 "serde",
14966 "serde_json",
14967 "smol",
14968 "take-until",
14969 "tempfile",
14970 "tendril",
14971 "unicase",
14972 "util_macros",
14973]
14974
14975[[package]]
14976name = "util_macros"
14977version = "0.1.0"
14978dependencies = [
14979 "quote",
14980 "syn 1.0.109",
14981]
14982
14983[[package]]
14984name = "uuid"
14985version = "1.13.2"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14988dependencies = [
14989 "getrandom 0.3.1",
14990 "serde",
14991 "sha1_smol",
14992]
14993
14994[[package]]
14995name = "v_frame"
14996version = "0.3.8"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14999dependencies = [
15000 "aligned-vec",
15001 "num-traits",
15002 "wasm-bindgen",
15003]
15004
15005[[package]]
15006name = "valuable"
15007version = "0.1.0"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15010
15011[[package]]
15012name = "value-bag"
15013version = "1.10.0"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15016dependencies = [
15017 "value-bag-serde1",
15018 "value-bag-sval2",
15019]
15020
15021[[package]]
15022name = "value-bag-serde1"
15023version = "1.10.0"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15026dependencies = [
15027 "erased-serde",
15028 "serde",
15029 "serde_fmt",
15030]
15031
15032[[package]]
15033name = "value-bag-sval2"
15034version = "1.10.0"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15037dependencies = [
15038 "sval",
15039 "sval_buffer",
15040 "sval_dynamic",
15041 "sval_fmt",
15042 "sval_json",
15043 "sval_ref",
15044 "sval_serde",
15045]
15046
15047[[package]]
15048name = "vcpkg"
15049version = "0.2.15"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15052
15053[[package]]
15054name = "version-compare"
15055version = "0.2.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15058
15059[[package]]
15060name = "version_check"
15061version = "0.9.5"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15064
15065[[package]]
15066name = "vim"
15067version = "0.1.0"
15068dependencies = [
15069 "anyhow",
15070 "assets",
15071 "async-compat",
15072 "async-trait",
15073 "collections",
15074 "command_palette",
15075 "command_palette_hooks",
15076 "editor",
15077 "futures 0.3.31",
15078 "git_ui",
15079 "gpui",
15080 "indoc",
15081 "itertools 0.14.0",
15082 "language",
15083 "libc",
15084 "log",
15085 "lsp",
15086 "multi_buffer",
15087 "nvim-rs",
15088 "parking_lot",
15089 "picker",
15090 "project",
15091 "project_panel",
15092 "regex",
15093 "release_channel",
15094 "schemars",
15095 "search",
15096 "serde",
15097 "serde_derive",
15098 "serde_json",
15099 "settings",
15100 "task",
15101 "theme",
15102 "tokio",
15103 "ui",
15104 "util",
15105 "vim_mode_setting",
15106 "workspace",
15107 "zed_actions",
15108]
15109
15110[[package]]
15111name = "vim_mode_setting"
15112version = "0.1.0"
15113dependencies = [
15114 "anyhow",
15115 "gpui",
15116 "settings",
15117]
15118
15119[[package]]
15120name = "vscode_theme"
15121version = "0.2.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15124dependencies = [
15125 "serde",
15126]
15127
15128[[package]]
15129name = "vsimd"
15130version = "0.8.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15133
15134[[package]]
15135name = "vswhom"
15136version = "0.1.0"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15139dependencies = [
15140 "libc",
15141 "vswhom-sys",
15142]
15143
15144[[package]]
15145name = "vswhom-sys"
15146version = "0.1.2"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15149dependencies = [
15150 "cc",
15151 "libc",
15152]
15153
15154[[package]]
15155name = "vte"
15156version = "0.15.0"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15159dependencies = [
15160 "arrayvec",
15161 "bitflags 2.8.0",
15162 "cursor-icon",
15163 "log",
15164 "memchr",
15165 "serde",
15166]
15167
15168[[package]]
15169name = "waker-fn"
15170version = "1.2.0"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15173
15174[[package]]
15175name = "walkdir"
15176version = "2.5.0"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15179dependencies = [
15180 "same-file",
15181 "winapi-util",
15182]
15183
15184[[package]]
15185name = "want"
15186version = "0.3.1"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15189dependencies = [
15190 "try-lock",
15191]
15192
15193[[package]]
15194name = "warp"
15195version = "0.3.7"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15198dependencies = [
15199 "bytes 1.10.1",
15200 "futures-channel",
15201 "futures-util",
15202 "headers",
15203 "http 0.2.12",
15204 "hyper 0.14.32",
15205 "log",
15206 "mime",
15207 "mime_guess",
15208 "percent-encoding",
15209 "pin-project",
15210 "scoped-tls",
15211 "serde",
15212 "serde_json",
15213 "serde_urlencoded",
15214 "tokio",
15215 "tokio-tungstenite 0.21.0",
15216 "tokio-util",
15217 "tower-service",
15218 "tracing",
15219]
15220
15221[[package]]
15222name = "wasi"
15223version = "0.9.0+wasi-snapshot-preview1"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15226
15227[[package]]
15228name = "wasi"
15229version = "0.11.0+wasi-snapshot-preview1"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15232
15233[[package]]
15234name = "wasi"
15235version = "0.13.3+wasi-0.2.2"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15238dependencies = [
15239 "wit-bindgen-rt 0.33.0",
15240]
15241
15242[[package]]
15243name = "wasite"
15244version = "0.1.0"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15247
15248[[package]]
15249name = "wasm-bindgen"
15250version = "0.2.99"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15253dependencies = [
15254 "cfg-if",
15255 "once_cell",
15256 "wasm-bindgen-macro",
15257]
15258
15259[[package]]
15260name = "wasm-bindgen-backend"
15261version = "0.2.99"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15264dependencies = [
15265 "bumpalo",
15266 "log",
15267 "proc-macro2",
15268 "quote",
15269 "syn 2.0.100",
15270 "wasm-bindgen-shared",
15271]
15272
15273[[package]]
15274name = "wasm-bindgen-futures"
15275version = "0.4.49"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15278dependencies = [
15279 "cfg-if",
15280 "js-sys",
15281 "once_cell",
15282 "wasm-bindgen",
15283 "web-sys",
15284]
15285
15286[[package]]
15287name = "wasm-bindgen-macro"
15288version = "0.2.99"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15291dependencies = [
15292 "quote",
15293 "wasm-bindgen-macro-support",
15294]
15295
15296[[package]]
15297name = "wasm-bindgen-macro-support"
15298version = "0.2.99"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15301dependencies = [
15302 "proc-macro2",
15303 "quote",
15304 "syn 2.0.100",
15305 "wasm-bindgen-backend",
15306 "wasm-bindgen-shared",
15307]
15308
15309[[package]]
15310name = "wasm-bindgen-shared"
15311version = "0.2.99"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15314
15315[[package]]
15316name = "wasm-encoder"
15317version = "0.201.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15320dependencies = [
15321 "leb128",
15322]
15323
15324[[package]]
15325name = "wasm-encoder"
15326version = "0.221.3"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15329dependencies = [
15330 "leb128",
15331 "wasmparser 0.221.3",
15332]
15333
15334[[package]]
15335name = "wasm-metadata"
15336version = "0.201.0"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15339dependencies = [
15340 "anyhow",
15341 "indexmap",
15342 "serde",
15343 "serde_derive",
15344 "serde_json",
15345 "spdx",
15346 "wasm-encoder 0.201.0",
15347 "wasmparser 0.201.0",
15348]
15349
15350[[package]]
15351name = "wasm-metadata"
15352version = "0.221.3"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15355dependencies = [
15356 "anyhow",
15357 "indexmap",
15358 "serde",
15359 "serde_derive",
15360 "serde_json",
15361 "spdx",
15362 "wasm-encoder 0.221.3",
15363 "wasmparser 0.221.3",
15364]
15365
15366[[package]]
15367name = "wasm-streams"
15368version = "0.4.2"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15371dependencies = [
15372 "futures-util",
15373 "js-sys",
15374 "wasm-bindgen",
15375 "wasm-bindgen-futures",
15376 "web-sys",
15377]
15378
15379[[package]]
15380name = "wasmparser"
15381version = "0.201.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15384dependencies = [
15385 "bitflags 2.8.0",
15386 "indexmap",
15387 "semver",
15388]
15389
15390[[package]]
15391name = "wasmparser"
15392version = "0.221.3"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15395dependencies = [
15396 "bitflags 2.8.0",
15397 "hashbrown 0.15.2",
15398 "indexmap",
15399 "semver",
15400 "serde",
15401]
15402
15403[[package]]
15404name = "wasmprinter"
15405version = "0.221.3"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15408dependencies = [
15409 "anyhow",
15410 "termcolor",
15411 "wasmparser 0.221.3",
15412]
15413
15414[[package]]
15415name = "wasmtime"
15416version = "29.0.1"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15419dependencies = [
15420 "anyhow",
15421 "async-trait",
15422 "bitflags 2.8.0",
15423 "bumpalo",
15424 "cc",
15425 "cfg-if",
15426 "encoding_rs",
15427 "hashbrown 0.14.5",
15428 "indexmap",
15429 "libc",
15430 "log",
15431 "mach2",
15432 "memfd",
15433 "object",
15434 "once_cell",
15435 "paste",
15436 "postcard",
15437 "psm",
15438 "pulley-interpreter",
15439 "rustix",
15440 "semver",
15441 "serde",
15442 "serde_derive",
15443 "smallvec",
15444 "sptr",
15445 "target-lexicon 0.13.2",
15446 "trait-variant",
15447 "wasmparser 0.221.3",
15448 "wasmtime-asm-macros",
15449 "wasmtime-component-macro",
15450 "wasmtime-component-util",
15451 "wasmtime-cranelift",
15452 "wasmtime-environ",
15453 "wasmtime-fiber",
15454 "wasmtime-jit-icache-coherence",
15455 "wasmtime-math",
15456 "wasmtime-slab",
15457 "wasmtime-versioned-export-macros",
15458 "wasmtime-winch",
15459 "windows-sys 0.59.0",
15460]
15461
15462[[package]]
15463name = "wasmtime-asm-macros"
15464version = "29.0.1"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15467dependencies = [
15468 "cfg-if",
15469]
15470
15471[[package]]
15472name = "wasmtime-c-api-impl"
15473version = "29.0.1"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15476dependencies = [
15477 "anyhow",
15478 "log",
15479 "tracing",
15480 "wasmtime",
15481 "wasmtime-c-api-macros",
15482]
15483
15484[[package]]
15485name = "wasmtime-c-api-macros"
15486version = "29.0.1"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15489dependencies = [
15490 "proc-macro2",
15491 "quote",
15492]
15493
15494[[package]]
15495name = "wasmtime-component-macro"
15496version = "29.0.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15499dependencies = [
15500 "anyhow",
15501 "proc-macro2",
15502 "quote",
15503 "syn 2.0.100",
15504 "wasmtime-component-util",
15505 "wasmtime-wit-bindgen",
15506 "wit-parser 0.221.3",
15507]
15508
15509[[package]]
15510name = "wasmtime-component-util"
15511version = "29.0.1"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15514
15515[[package]]
15516name = "wasmtime-cranelift"
15517version = "29.0.1"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15520dependencies = [
15521 "anyhow",
15522 "cfg-if",
15523 "cranelift-codegen",
15524 "cranelift-control",
15525 "cranelift-entity",
15526 "cranelift-frontend",
15527 "cranelift-native",
15528 "gimli",
15529 "itertools 0.12.1",
15530 "log",
15531 "object",
15532 "smallvec",
15533 "target-lexicon 0.13.2",
15534 "thiserror 1.0.69",
15535 "wasmparser 0.221.3",
15536 "wasmtime-environ",
15537 "wasmtime-versioned-export-macros",
15538]
15539
15540[[package]]
15541name = "wasmtime-environ"
15542version = "29.0.1"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15545dependencies = [
15546 "anyhow",
15547 "cpp_demangle",
15548 "cranelift-bitset",
15549 "cranelift-entity",
15550 "gimli",
15551 "indexmap",
15552 "log",
15553 "object",
15554 "postcard",
15555 "rustc-demangle",
15556 "semver",
15557 "serde",
15558 "serde_derive",
15559 "smallvec",
15560 "target-lexicon 0.13.2",
15561 "wasm-encoder 0.221.3",
15562 "wasmparser 0.221.3",
15563 "wasmprinter",
15564 "wasmtime-component-util",
15565]
15566
15567[[package]]
15568name = "wasmtime-fiber"
15569version = "29.0.1"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15572dependencies = [
15573 "anyhow",
15574 "cc",
15575 "cfg-if",
15576 "rustix",
15577 "wasmtime-asm-macros",
15578 "wasmtime-versioned-export-macros",
15579 "windows-sys 0.59.0",
15580]
15581
15582[[package]]
15583name = "wasmtime-jit-icache-coherence"
15584version = "29.0.1"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15587dependencies = [
15588 "anyhow",
15589 "cfg-if",
15590 "libc",
15591 "windows-sys 0.59.0",
15592]
15593
15594[[package]]
15595name = "wasmtime-math"
15596version = "29.0.1"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15599dependencies = [
15600 "libm",
15601]
15602
15603[[package]]
15604name = "wasmtime-slab"
15605version = "29.0.1"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15608
15609[[package]]
15610name = "wasmtime-versioned-export-macros"
15611version = "29.0.1"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15614dependencies = [
15615 "proc-macro2",
15616 "quote",
15617 "syn 2.0.100",
15618]
15619
15620[[package]]
15621name = "wasmtime-wasi"
15622version = "29.0.1"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15625dependencies = [
15626 "anyhow",
15627 "async-trait",
15628 "bitflags 2.8.0",
15629 "bytes 1.10.1",
15630 "cap-fs-ext",
15631 "cap-net-ext",
15632 "cap-rand",
15633 "cap-std",
15634 "cap-time-ext",
15635 "fs-set-times",
15636 "futures 0.3.31",
15637 "io-extras",
15638 "io-lifetimes",
15639 "rustix",
15640 "system-interface",
15641 "thiserror 1.0.69",
15642 "tokio",
15643 "tracing",
15644 "trait-variant",
15645 "url",
15646 "wasmtime",
15647 "wiggle",
15648 "windows-sys 0.59.0",
15649]
15650
15651[[package]]
15652name = "wasmtime-winch"
15653version = "29.0.1"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15656dependencies = [
15657 "anyhow",
15658 "cranelift-codegen",
15659 "gimli",
15660 "object",
15661 "target-lexicon 0.13.2",
15662 "wasmparser 0.221.3",
15663 "wasmtime-cranelift",
15664 "wasmtime-environ",
15665 "winch-codegen",
15666]
15667
15668[[package]]
15669name = "wasmtime-wit-bindgen"
15670version = "29.0.1"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15673dependencies = [
15674 "anyhow",
15675 "heck 0.5.0",
15676 "indexmap",
15677 "wit-parser 0.221.3",
15678]
15679
15680[[package]]
15681name = "wast"
15682version = "35.0.2"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15685dependencies = [
15686 "leb128",
15687]
15688
15689[[package]]
15690name = "wayland-backend"
15691version = "0.3.8"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15694dependencies = [
15695 "cc",
15696 "downcast-rs",
15697 "rustix",
15698 "scoped-tls",
15699 "smallvec",
15700 "wayland-sys",
15701]
15702
15703[[package]]
15704name = "wayland-client"
15705version = "0.31.8"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15708dependencies = [
15709 "bitflags 2.8.0",
15710 "rustix",
15711 "wayland-backend",
15712 "wayland-scanner",
15713]
15714
15715[[package]]
15716name = "wayland-cursor"
15717version = "0.31.8"
15718source = "registry+https://github.com/rust-lang/crates.io-index"
15719checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15720dependencies = [
15721 "rustix",
15722 "wayland-client",
15723 "xcursor",
15724]
15725
15726[[package]]
15727name = "wayland-protocols"
15728version = "0.31.2"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15731dependencies = [
15732 "bitflags 2.8.0",
15733 "wayland-backend",
15734 "wayland-client",
15735 "wayland-scanner",
15736]
15737
15738[[package]]
15739name = "wayland-protocols-plasma"
15740version = "0.2.0"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15743dependencies = [
15744 "bitflags 2.8.0",
15745 "wayland-backend",
15746 "wayland-client",
15747 "wayland-protocols",
15748 "wayland-scanner",
15749]
15750
15751[[package]]
15752name = "wayland-scanner"
15753version = "0.31.6"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15756dependencies = [
15757 "proc-macro2",
15758 "quick-xml 0.37.2",
15759 "quote",
15760]
15761
15762[[package]]
15763name = "wayland-sys"
15764version = "0.31.6"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15767dependencies = [
15768 "dlib",
15769 "log",
15770 "once_cell",
15771 "pkg-config",
15772]
15773
15774[[package]]
15775name = "web-sys"
15776version = "0.3.76"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15779dependencies = [
15780 "js-sys",
15781 "wasm-bindgen",
15782]
15783
15784[[package]]
15785name = "web-time"
15786version = "1.1.0"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15789dependencies = [
15790 "js-sys",
15791 "wasm-bindgen",
15792]
15793
15794[[package]]
15795name = "webpki-root-certs"
15796version = "0.26.8"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15799dependencies = [
15800 "rustls-pki-types",
15801]
15802
15803[[package]]
15804name = "webpki-roots"
15805version = "0.26.7"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15808dependencies = [
15809 "rustls-pki-types",
15810]
15811
15812[[package]]
15813name = "webrtc-sys"
15814version = "0.3.5"
15815source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15816dependencies = [
15817 "cc",
15818 "cxx",
15819 "cxx-build",
15820 "glob",
15821 "log",
15822 "webrtc-sys-build",
15823]
15824
15825[[package]]
15826name = "webrtc-sys-build"
15827version = "0.3.5"
15828source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15829dependencies = [
15830 "fs2",
15831 "regex",
15832 "reqwest 0.11.27",
15833 "scratch",
15834 "semver",
15835 "zip",
15836]
15837
15838[[package]]
15839name = "weezl"
15840version = "0.1.8"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15843
15844[[package]]
15845name = "welcome"
15846version = "0.1.0"
15847dependencies = [
15848 "anyhow",
15849 "client",
15850 "db",
15851 "editor",
15852 "fuzzy",
15853 "gpui",
15854 "install_cli",
15855 "language",
15856 "picker",
15857 "project",
15858 "schemars",
15859 "serde",
15860 "settings",
15861 "telemetry",
15862 "ui",
15863 "util",
15864 "vim_mode_setting",
15865 "workspace",
15866 "zed_actions",
15867]
15868
15869[[package]]
15870name = "which"
15871version = "4.4.2"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15874dependencies = [
15875 "either",
15876 "home",
15877 "once_cell",
15878 "rustix",
15879]
15880
15881[[package]]
15882name = "which"
15883version = "6.0.3"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15886dependencies = [
15887 "either",
15888 "home",
15889 "rustix",
15890 "winsafe",
15891]
15892
15893[[package]]
15894name = "which"
15895version = "7.0.2"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15898dependencies = [
15899 "either",
15900 "env_home",
15901 "rustix",
15902 "winsafe",
15903]
15904
15905[[package]]
15906name = "whoami"
15907version = "1.5.2"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15910dependencies = [
15911 "redox_syscall 0.5.8",
15912 "wasite",
15913]
15914
15915[[package]]
15916name = "wiggle"
15917version = "29.0.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15920dependencies = [
15921 "anyhow",
15922 "async-trait",
15923 "bitflags 2.8.0",
15924 "thiserror 1.0.69",
15925 "tracing",
15926 "wasmtime",
15927 "wiggle-macro",
15928]
15929
15930[[package]]
15931name = "wiggle-generate"
15932version = "29.0.1"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15935dependencies = [
15936 "anyhow",
15937 "heck 0.5.0",
15938 "proc-macro2",
15939 "quote",
15940 "shellexpand 2.1.2",
15941 "syn 2.0.100",
15942 "witx",
15943]
15944
15945[[package]]
15946name = "wiggle-macro"
15947version = "29.0.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15950dependencies = [
15951 "proc-macro2",
15952 "quote",
15953 "syn 2.0.100",
15954 "wiggle-generate",
15955]
15956
15957[[package]]
15958name = "winapi"
15959version = "0.3.9"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15962dependencies = [
15963 "winapi-i686-pc-windows-gnu",
15964 "winapi-x86_64-pc-windows-gnu",
15965]
15966
15967[[package]]
15968name = "winapi-i686-pc-windows-gnu"
15969version = "0.4.0"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15972
15973[[package]]
15974name = "winapi-util"
15975version = "0.1.9"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15978dependencies = [
15979 "windows-sys 0.48.0",
15980]
15981
15982[[package]]
15983name = "winapi-x86_64-pc-windows-gnu"
15984version = "0.4.0"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15987
15988[[package]]
15989name = "winch-codegen"
15990version = "29.0.1"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15993dependencies = [
15994 "anyhow",
15995 "cranelift-codegen",
15996 "gimli",
15997 "regalloc2",
15998 "smallvec",
15999 "target-lexicon 0.13.2",
16000 "thiserror 1.0.69",
16001 "wasmparser 0.221.3",
16002 "wasmtime-cranelift",
16003 "wasmtime-environ",
16004]
16005
16006[[package]]
16007name = "windows"
16008version = "0.54.0"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16011dependencies = [
16012 "windows-core 0.54.0",
16013 "windows-targets 0.52.6",
16014]
16015
16016[[package]]
16017name = "windows"
16018version = "0.57.0"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16021dependencies = [
16022 "windows-core 0.57.0",
16023 "windows-targets 0.52.6",
16024]
16025
16026[[package]]
16027name = "windows"
16028version = "0.58.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16031dependencies = [
16032 "windows-core 0.58.0",
16033 "windows-targets 0.52.6",
16034]
16035
16036[[package]]
16037name = "windows"
16038version = "0.60.0"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16041dependencies = [
16042 "windows-collections",
16043 "windows-core 0.60.1",
16044 "windows-future",
16045 "windows-link",
16046 "windows-numerics",
16047]
16048
16049[[package]]
16050name = "windows-collections"
16051version = "0.1.1"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16054dependencies = [
16055 "windows-core 0.60.1",
16056]
16057
16058[[package]]
16059name = "windows-core"
16060version = "0.52.0"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16063dependencies = [
16064 "windows-targets 0.52.6",
16065]
16066
16067[[package]]
16068name = "windows-core"
16069version = "0.54.0"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16072dependencies = [
16073 "windows-result 0.1.2",
16074 "windows-targets 0.52.6",
16075]
16076
16077[[package]]
16078name = "windows-core"
16079version = "0.57.0"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16082dependencies = [
16083 "windows-implement 0.57.0",
16084 "windows-interface 0.57.0",
16085 "windows-result 0.1.2",
16086 "windows-targets 0.52.6",
16087]
16088
16089[[package]]
16090name = "windows-core"
16091version = "0.58.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16094dependencies = [
16095 "windows-implement 0.58.0",
16096 "windows-interface 0.58.0",
16097 "windows-result 0.2.0",
16098 "windows-strings 0.1.0",
16099 "windows-targets 0.52.6",
16100]
16101
16102[[package]]
16103name = "windows-core"
16104version = "0.60.1"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16107dependencies = [
16108 "windows-implement 0.59.0",
16109 "windows-interface 0.59.0",
16110 "windows-link",
16111 "windows-result 0.3.1",
16112 "windows-strings 0.3.1",
16113]
16114
16115[[package]]
16116name = "windows-future"
16117version = "0.1.1"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16120dependencies = [
16121 "windows-core 0.60.1",
16122 "windows-link",
16123]
16124
16125[[package]]
16126name = "windows-implement"
16127version = "0.57.0"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16130dependencies = [
16131 "proc-macro2",
16132 "quote",
16133 "syn 2.0.100",
16134]
16135
16136[[package]]
16137name = "windows-implement"
16138version = "0.58.0"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16141dependencies = [
16142 "proc-macro2",
16143 "quote",
16144 "syn 2.0.100",
16145]
16146
16147[[package]]
16148name = "windows-implement"
16149version = "0.59.0"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16152dependencies = [
16153 "proc-macro2",
16154 "quote",
16155 "syn 2.0.100",
16156]
16157
16158[[package]]
16159name = "windows-interface"
16160version = "0.57.0"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16163dependencies = [
16164 "proc-macro2",
16165 "quote",
16166 "syn 2.0.100",
16167]
16168
16169[[package]]
16170name = "windows-interface"
16171version = "0.58.0"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16174dependencies = [
16175 "proc-macro2",
16176 "quote",
16177 "syn 2.0.100",
16178]
16179
16180[[package]]
16181name = "windows-interface"
16182version = "0.59.0"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16185dependencies = [
16186 "proc-macro2",
16187 "quote",
16188 "syn 2.0.100",
16189]
16190
16191[[package]]
16192name = "windows-link"
16193version = "0.1.0"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16196
16197[[package]]
16198name = "windows-numerics"
16199version = "0.1.1"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16202dependencies = [
16203 "windows-core 0.60.1",
16204 "windows-link",
16205]
16206
16207[[package]]
16208name = "windows-registry"
16209version = "0.2.0"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16212dependencies = [
16213 "windows-result 0.2.0",
16214 "windows-strings 0.1.0",
16215 "windows-targets 0.52.6",
16216]
16217
16218[[package]]
16219name = "windows-result"
16220version = "0.1.2"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16223dependencies = [
16224 "windows-targets 0.52.6",
16225]
16226
16227[[package]]
16228name = "windows-result"
16229version = "0.2.0"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16232dependencies = [
16233 "windows-targets 0.52.6",
16234]
16235
16236[[package]]
16237name = "windows-result"
16238version = "0.3.1"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16241dependencies = [
16242 "windows-link",
16243]
16244
16245[[package]]
16246name = "windows-strings"
16247version = "0.1.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16250dependencies = [
16251 "windows-result 0.2.0",
16252 "windows-targets 0.52.6",
16253]
16254
16255[[package]]
16256name = "windows-strings"
16257version = "0.3.1"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16260dependencies = [
16261 "windows-link",
16262]
16263
16264[[package]]
16265name = "windows-sys"
16266version = "0.45.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16269dependencies = [
16270 "windows-targets 0.42.2",
16271]
16272
16273[[package]]
16274name = "windows-sys"
16275version = "0.48.0"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16278dependencies = [
16279 "windows-targets 0.48.5",
16280]
16281
16282[[package]]
16283name = "windows-sys"
16284version = "0.52.0"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16287dependencies = [
16288 "windows-targets 0.52.6",
16289]
16290
16291[[package]]
16292name = "windows-sys"
16293version = "0.59.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16296dependencies = [
16297 "windows-targets 0.52.6",
16298]
16299
16300[[package]]
16301name = "windows-targets"
16302version = "0.42.2"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16305dependencies = [
16306 "windows_aarch64_gnullvm 0.42.2",
16307 "windows_aarch64_msvc 0.42.2",
16308 "windows_i686_gnu 0.42.2",
16309 "windows_i686_msvc 0.42.2",
16310 "windows_x86_64_gnu 0.42.2",
16311 "windows_x86_64_gnullvm 0.42.2",
16312 "windows_x86_64_msvc 0.42.2",
16313]
16314
16315[[package]]
16316name = "windows-targets"
16317version = "0.48.5"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16320dependencies = [
16321 "windows_aarch64_gnullvm 0.48.5",
16322 "windows_aarch64_msvc 0.48.5",
16323 "windows_i686_gnu 0.48.5",
16324 "windows_i686_msvc 0.48.5",
16325 "windows_x86_64_gnu 0.48.5",
16326 "windows_x86_64_gnullvm 0.48.5",
16327 "windows_x86_64_msvc 0.48.5",
16328]
16329
16330[[package]]
16331name = "windows-targets"
16332version = "0.52.6"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16335dependencies = [
16336 "windows_aarch64_gnullvm 0.52.6",
16337 "windows_aarch64_msvc 0.52.6",
16338 "windows_i686_gnu 0.52.6",
16339 "windows_i686_gnullvm",
16340 "windows_i686_msvc 0.52.6",
16341 "windows_x86_64_gnu 0.52.6",
16342 "windows_x86_64_gnullvm 0.52.6",
16343 "windows_x86_64_msvc 0.52.6",
16344]
16345
16346[[package]]
16347name = "windows_aarch64_gnullvm"
16348version = "0.42.2"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16351
16352[[package]]
16353name = "windows_aarch64_gnullvm"
16354version = "0.48.5"
16355source = "registry+https://github.com/rust-lang/crates.io-index"
16356checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16357
16358[[package]]
16359name = "windows_aarch64_gnullvm"
16360version = "0.52.6"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16363
16364[[package]]
16365name = "windows_aarch64_msvc"
16366version = "0.42.2"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16369
16370[[package]]
16371name = "windows_aarch64_msvc"
16372version = "0.48.5"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16375
16376[[package]]
16377name = "windows_aarch64_msvc"
16378version = "0.52.6"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16381
16382[[package]]
16383name = "windows_i686_gnu"
16384version = "0.42.2"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16387
16388[[package]]
16389name = "windows_i686_gnu"
16390version = "0.48.5"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16393
16394[[package]]
16395name = "windows_i686_gnu"
16396version = "0.52.6"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16399
16400[[package]]
16401name = "windows_i686_gnullvm"
16402version = "0.52.6"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16405
16406[[package]]
16407name = "windows_i686_msvc"
16408version = "0.42.2"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16411
16412[[package]]
16413name = "windows_i686_msvc"
16414version = "0.48.5"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16417
16418[[package]]
16419name = "windows_i686_msvc"
16420version = "0.52.6"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16423
16424[[package]]
16425name = "windows_x86_64_gnu"
16426version = "0.42.2"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16429
16430[[package]]
16431name = "windows_x86_64_gnu"
16432version = "0.48.5"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16435
16436[[package]]
16437name = "windows_x86_64_gnu"
16438version = "0.52.6"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16441
16442[[package]]
16443name = "windows_x86_64_gnullvm"
16444version = "0.42.2"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16447
16448[[package]]
16449name = "windows_x86_64_gnullvm"
16450version = "0.48.5"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16453
16454[[package]]
16455name = "windows_x86_64_gnullvm"
16456version = "0.52.6"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16459
16460[[package]]
16461name = "windows_x86_64_msvc"
16462version = "0.42.2"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16465
16466[[package]]
16467name = "windows_x86_64_msvc"
16468version = "0.48.5"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16471
16472[[package]]
16473name = "windows_x86_64_msvc"
16474version = "0.52.6"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16477
16478[[package]]
16479name = "winnow"
16480version = "0.6.20"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16483dependencies = [
16484 "memchr",
16485]
16486
16487[[package]]
16488name = "winnow"
16489version = "0.7.1"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16492dependencies = [
16493 "memchr",
16494]
16495
16496[[package]]
16497name = "winreg"
16498version = "0.50.0"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16501dependencies = [
16502 "cfg-if",
16503 "windows-sys 0.48.0",
16504]
16505
16506[[package]]
16507name = "winreg"
16508version = "0.52.0"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16511dependencies = [
16512 "cfg-if",
16513 "windows-sys 0.48.0",
16514]
16515
16516[[package]]
16517name = "winresource"
16518version = "0.1.19"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16521dependencies = [
16522 "toml 0.8.20",
16523 "version_check",
16524]
16525
16526[[package]]
16527name = "winsafe"
16528version = "0.0.19"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16531
16532[[package]]
16533name = "winx"
16534version = "0.36.4"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16537dependencies = [
16538 "bitflags 2.8.0",
16539 "windows-sys 0.59.0",
16540]
16541
16542[[package]]
16543name = "wio"
16544version = "0.2.2"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16547dependencies = [
16548 "winapi",
16549]
16550
16551[[package]]
16552name = "wit-bindgen"
16553version = "0.22.0"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16556dependencies = [
16557 "bitflags 2.8.0",
16558 "wit-bindgen-rt 0.22.0",
16559 "wit-bindgen-rust-macro",
16560]
16561
16562[[package]]
16563name = "wit-bindgen-core"
16564version = "0.22.0"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16567dependencies = [
16568 "anyhow",
16569 "wit-parser 0.201.0",
16570]
16571
16572[[package]]
16573name = "wit-bindgen-rt"
16574version = "0.22.0"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16577
16578[[package]]
16579name = "wit-bindgen-rt"
16580version = "0.33.0"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16583dependencies = [
16584 "bitflags 2.8.0",
16585]
16586
16587[[package]]
16588name = "wit-bindgen-rust"
16589version = "0.22.0"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16592dependencies = [
16593 "anyhow",
16594 "heck 0.4.1",
16595 "indexmap",
16596 "wasm-metadata 0.201.0",
16597 "wit-bindgen-core",
16598 "wit-component 0.201.0",
16599]
16600
16601[[package]]
16602name = "wit-bindgen-rust-macro"
16603version = "0.22.0"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16606dependencies = [
16607 "anyhow",
16608 "proc-macro2",
16609 "quote",
16610 "syn 2.0.100",
16611 "wit-bindgen-core",
16612 "wit-bindgen-rust",
16613]
16614
16615[[package]]
16616name = "wit-component"
16617version = "0.201.0"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16620dependencies = [
16621 "anyhow",
16622 "bitflags 2.8.0",
16623 "indexmap",
16624 "log",
16625 "serde",
16626 "serde_derive",
16627 "serde_json",
16628 "wasm-encoder 0.201.0",
16629 "wasm-metadata 0.201.0",
16630 "wasmparser 0.201.0",
16631 "wit-parser 0.201.0",
16632]
16633
16634[[package]]
16635name = "wit-component"
16636version = "0.221.3"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16639dependencies = [
16640 "anyhow",
16641 "bitflags 2.8.0",
16642 "indexmap",
16643 "log",
16644 "serde",
16645 "serde_derive",
16646 "serde_json",
16647 "wasm-encoder 0.221.3",
16648 "wasm-metadata 0.221.3",
16649 "wasmparser 0.221.3",
16650 "wit-parser 0.221.3",
16651]
16652
16653[[package]]
16654name = "wit-parser"
16655version = "0.201.0"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16658dependencies = [
16659 "anyhow",
16660 "id-arena",
16661 "indexmap",
16662 "log",
16663 "semver",
16664 "serde",
16665 "serde_derive",
16666 "serde_json",
16667 "unicode-xid",
16668 "wasmparser 0.201.0",
16669]
16670
16671[[package]]
16672name = "wit-parser"
16673version = "0.221.3"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16676dependencies = [
16677 "anyhow",
16678 "id-arena",
16679 "indexmap",
16680 "log",
16681 "semver",
16682 "serde",
16683 "serde_derive",
16684 "serde_json",
16685 "unicode-xid",
16686 "wasmparser 0.221.3",
16687]
16688
16689[[package]]
16690name = "witx"
16691version = "0.9.1"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16694dependencies = [
16695 "anyhow",
16696 "log",
16697 "thiserror 1.0.69",
16698 "wast",
16699]
16700
16701[[package]]
16702name = "workspace"
16703version = "0.1.0"
16704dependencies = [
16705 "any_vec",
16706 "anyhow",
16707 "async-recursion 1.1.1",
16708 "bincode",
16709 "call",
16710 "client",
16711 "clock",
16712 "collections",
16713 "component",
16714 "db",
16715 "derive_more",
16716 "env_logger 0.11.7",
16717 "fs",
16718 "futures 0.3.31",
16719 "gpui",
16720 "http_client",
16721 "itertools 0.14.0",
16722 "language",
16723 "log",
16724 "node_runtime",
16725 "parking_lot",
16726 "postage",
16727 "project",
16728 "remote",
16729 "schemars",
16730 "serde",
16731 "serde_json",
16732 "session",
16733 "settings",
16734 "smallvec",
16735 "sqlez",
16736 "strum",
16737 "task",
16738 "telemetry",
16739 "tempfile",
16740 "theme",
16741 "ui",
16742 "util",
16743 "uuid",
16744 "zed_actions",
16745]
16746
16747[[package]]
16748name = "worktree"
16749version = "0.1.0"
16750dependencies = [
16751 "anyhow",
16752 "clock",
16753 "collections",
16754 "env_logger 0.11.7",
16755 "fs",
16756 "futures 0.3.31",
16757 "fuzzy",
16758 "git",
16759 "git2",
16760 "git_hosting_providers",
16761 "gpui",
16762 "http_client",
16763 "ignore",
16764 "language",
16765 "log",
16766 "parking_lot",
16767 "paths",
16768 "postage",
16769 "pretty_assertions",
16770 "rand 0.8.5",
16771 "rpc",
16772 "schemars",
16773 "serde",
16774 "serde_json",
16775 "settings",
16776 "smallvec",
16777 "smol",
16778 "sum_tree",
16779 "text",
16780 "util",
16781]
16782
16783[[package]]
16784name = "write16"
16785version = "1.0.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16788
16789[[package]]
16790name = "writeable"
16791version = "0.5.5"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16794
16795[[package]]
16796name = "wyz"
16797version = "0.5.1"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16800dependencies = [
16801 "tap",
16802]
16803
16804[[package]]
16805name = "x11-clipboard"
16806version = "0.9.3"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16809dependencies = [
16810 "libc",
16811 "x11rb",
16812]
16813
16814[[package]]
16815name = "x11rb"
16816version = "0.13.1"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16819dependencies = [
16820 "as-raw-xcb-connection",
16821 "gethostname",
16822 "libc",
16823 "rustix",
16824 "x11rb-protocol",
16825]
16826
16827[[package]]
16828name = "x11rb-protocol"
16829version = "0.13.1"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16832
16833[[package]]
16834name = "xattr"
16835version = "0.2.3"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16838dependencies = [
16839 "libc",
16840]
16841
16842[[package]]
16843name = "xcursor"
16844version = "0.3.8"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16847
16848[[package]]
16849name = "xdg-home"
16850version = "1.3.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16853dependencies = [
16854 "libc",
16855 "windows-sys 0.59.0",
16856]
16857
16858[[package]]
16859name = "xim"
16860version = "0.4.0"
16861source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16862dependencies = [
16863 "ahash 0.8.11",
16864 "hashbrown 0.14.5",
16865 "log",
16866 "x11rb",
16867 "xim-ctext",
16868 "xim-parser",
16869]
16870
16871[[package]]
16872name = "xim-ctext"
16873version = "0.3.0"
16874source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16875dependencies = [
16876 "encoding_rs",
16877]
16878
16879[[package]]
16880name = "xim-parser"
16881version = "0.2.1"
16882source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16883dependencies = [
16884 "bitflags 2.8.0",
16885]
16886
16887[[package]]
16888name = "xkbcommon"
16889version = "0.7.0"
16890source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16891dependencies = [
16892 "as-raw-xcb-connection",
16893 "libc",
16894 "memmap2",
16895 "xkeysym",
16896]
16897
16898[[package]]
16899name = "xkeysym"
16900version = "0.2.1"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16903
16904[[package]]
16905name = "xml5ever"
16906version = "0.18.1"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16909dependencies = [
16910 "log",
16911 "mac",
16912 "markup5ever",
16913]
16914
16915[[package]]
16916name = "xmlparser"
16917version = "0.13.6"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16920
16921[[package]]
16922name = "xmlwriter"
16923version = "0.1.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16926
16927[[package]]
16928name = "xtask"
16929version = "0.1.0"
16930dependencies = [
16931 "anyhow",
16932 "cargo_metadata",
16933 "cargo_toml",
16934 "clap",
16935]
16936
16937[[package]]
16938name = "yaml-rust2"
16939version = "0.8.1"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16942dependencies = [
16943 "arraydeque",
16944 "encoding_rs",
16945 "hashlink 0.8.4",
16946]
16947
16948[[package]]
16949name = "yansi"
16950version = "1.0.1"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16953
16954[[package]]
16955name = "yazi"
16956version = "0.1.6"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16959
16960[[package]]
16961name = "yeslogic-fontconfig-sys"
16962version = "6.0.0"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16965dependencies = [
16966 "dlib",
16967 "once_cell",
16968 "pkg-config",
16969]
16970
16971[[package]]
16972name = "yoke"
16973version = "0.7.5"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16976dependencies = [
16977 "serde",
16978 "stable_deref_trait",
16979 "yoke-derive",
16980 "zerofrom",
16981]
16982
16983[[package]]
16984name = "yoke-derive"
16985version = "0.7.5"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16988dependencies = [
16989 "proc-macro2",
16990 "quote",
16991 "syn 2.0.100",
16992 "synstructure",
16993]
16994
16995[[package]]
16996name = "zbus"
16997version = "5.5.0"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17000dependencies = [
17001 "async-broadcast",
17002 "async-executor",
17003 "async-fs",
17004 "async-io",
17005 "async-lock",
17006 "async-process",
17007 "async-recursion 1.1.1",
17008 "async-task",
17009 "async-trait",
17010 "blocking",
17011 "enumflags2",
17012 "event-listener 5.3.1",
17013 "futures-core",
17014 "futures-lite 2.6.0",
17015 "hex",
17016 "nix",
17017 "ordered-stream",
17018 "serde",
17019 "serde_repr",
17020 "static_assertions",
17021 "tracing",
17022 "uds_windows",
17023 "windows-sys 0.59.0",
17024 "winnow 0.7.1",
17025 "xdg-home",
17026 "zbus_macros",
17027 "zbus_names",
17028 "zvariant",
17029]
17030
17031[[package]]
17032name = "zbus_macros"
17033version = "5.5.0"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17036dependencies = [
17037 "proc-macro-crate",
17038 "proc-macro2",
17039 "quote",
17040 "syn 2.0.100",
17041 "zbus_names",
17042 "zvariant",
17043 "zvariant_utils",
17044]
17045
17046[[package]]
17047name = "zbus_names"
17048version = "4.1.0"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17051dependencies = [
17052 "serde",
17053 "static_assertions",
17054 "winnow 0.6.20",
17055 "zvariant",
17056]
17057
17058[[package]]
17059name = "zed"
17060version = "0.179.0"
17061dependencies = [
17062 "activity_indicator",
17063 "anyhow",
17064 "ashpd",
17065 "assets",
17066 "assistant",
17067 "assistant2",
17068 "assistant_context_editor",
17069 "assistant_settings",
17070 "assistant_tools",
17071 "async-watch",
17072 "audio",
17073 "auto_update",
17074 "auto_update_ui",
17075 "backtrace",
17076 "breadcrumbs",
17077 "call",
17078 "channel",
17079 "chrono",
17080 "clap",
17081 "cli",
17082 "client",
17083 "collab_ui",
17084 "collections",
17085 "command_palette",
17086 "command_palette_hooks",
17087 "component_preview",
17088 "copilot",
17089 "db",
17090 "diagnostics",
17091 "editor",
17092 "env_logger 0.11.7",
17093 "extension",
17094 "extension_host",
17095 "extensions_ui",
17096 "feature_flags",
17097 "feedback",
17098 "file_finder",
17099 "fs",
17100 "futures 0.3.31",
17101 "git",
17102 "git_hosting_providers",
17103 "git_ui",
17104 "go_to_line",
17105 "gpui",
17106 "gpui_tokio",
17107 "http_client",
17108 "image_viewer",
17109 "inline_completion_button",
17110 "install_cli",
17111 "journal",
17112 "language",
17113 "language_extension",
17114 "language_model",
17115 "language_models",
17116 "language_selector",
17117 "language_tools",
17118 "languages",
17119 "libc",
17120 "log",
17121 "markdown",
17122 "markdown_preview",
17123 "menu",
17124 "migrator",
17125 "mimalloc",
17126 "nix",
17127 "node_runtime",
17128 "notifications",
17129 "outline",
17130 "outline_panel",
17131 "parking_lot",
17132 "paths",
17133 "picker",
17134 "profiling",
17135 "project",
17136 "project_panel",
17137 "project_symbols",
17138 "prompt_store",
17139 "proto",
17140 "recent_projects",
17141 "release_channel",
17142 "remote",
17143 "repl",
17144 "reqwest_client",
17145 "rope",
17146 "search",
17147 "serde",
17148 "serde_json",
17149 "session",
17150 "settings",
17151 "settings_ui",
17152 "shellexpand 2.1.2",
17153 "simplelog",
17154 "smol",
17155 "snippet_provider",
17156 "snippets_ui",
17157 "supermaven",
17158 "sysinfo",
17159 "tab_switcher",
17160 "task",
17161 "tasks_ui",
17162 "telemetry",
17163 "telemetry_events",
17164 "terminal_view",
17165 "theme",
17166 "theme_extension",
17167 "theme_selector",
17168 "time",
17169 "toolchain_selector",
17170 "tree-sitter-md",
17171 "tree-sitter-rust",
17172 "ui",
17173 "url",
17174 "urlencoding",
17175 "util",
17176 "uuid",
17177 "vim",
17178 "vim_mode_setting",
17179 "welcome",
17180 "windows 0.60.0",
17181 "winresource",
17182 "workspace",
17183 "zed_actions",
17184 "zeta",
17185]
17186
17187[[package]]
17188name = "zed_actions"
17189version = "0.1.0"
17190dependencies = [
17191 "gpui",
17192 "schemars",
17193 "serde",
17194]
17195
17196[[package]]
17197name = "zed_emmet"
17198version = "0.0.3"
17199dependencies = [
17200 "zed_extension_api 0.1.0",
17201]
17202
17203[[package]]
17204name = "zed_extension_api"
17205version = "0.1.0"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17208dependencies = [
17209 "serde",
17210 "serde_json",
17211 "wit-bindgen",
17212]
17213
17214[[package]]
17215name = "zed_extension_api"
17216version = "0.3.0"
17217dependencies = [
17218 "serde",
17219 "serde_json",
17220 "wit-bindgen",
17221]
17222
17223[[package]]
17224name = "zed_glsl"
17225version = "0.1.0"
17226dependencies = [
17227 "zed_extension_api 0.1.0",
17228]
17229
17230[[package]]
17231name = "zed_html"
17232version = "0.1.6"
17233dependencies = [
17234 "zed_extension_api 0.1.0",
17235]
17236
17237[[package]]
17238name = "zed_llm_client"
17239version = "0.4.1"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17242dependencies = [
17243 "serde",
17244 "serde_json",
17245 "uuid",
17246]
17247
17248[[package]]
17249name = "zed_proto"
17250version = "0.2.1"
17251dependencies = [
17252 "zed_extension_api 0.1.0",
17253]
17254
17255[[package]]
17256name = "zed_ruff"
17257version = "0.1.0"
17258dependencies = [
17259 "zed_extension_api 0.1.0",
17260]
17261
17262[[package]]
17263name = "zed_snippets"
17264version = "0.0.5"
17265dependencies = [
17266 "serde_json",
17267 "zed_extension_api 0.1.0",
17268]
17269
17270[[package]]
17271name = "zed_test_extension"
17272version = "0.1.0"
17273dependencies = [
17274 "zed_extension_api 0.3.0",
17275]
17276
17277[[package]]
17278name = "zed_toml"
17279version = "0.1.3"
17280dependencies = [
17281 "zed_extension_api 0.1.0",
17282]
17283
17284[[package]]
17285name = "zeno"
17286version = "0.2.3"
17287source = "registry+https://github.com/rust-lang/crates.io-index"
17288checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17289
17290[[package]]
17291name = "zerocopy"
17292version = "0.7.35"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17295dependencies = [
17296 "byteorder",
17297 "zerocopy-derive 0.7.35",
17298]
17299
17300[[package]]
17301name = "zerocopy"
17302version = "0.8.18"
17303source = "registry+https://github.com/rust-lang/crates.io-index"
17304checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17305dependencies = [
17306 "zerocopy-derive 0.8.18",
17307]
17308
17309[[package]]
17310name = "zerocopy-derive"
17311version = "0.7.35"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17314dependencies = [
17315 "proc-macro2",
17316 "quote",
17317 "syn 2.0.100",
17318]
17319
17320[[package]]
17321name = "zerocopy-derive"
17322version = "0.8.18"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17325dependencies = [
17326 "proc-macro2",
17327 "quote",
17328 "syn 2.0.100",
17329]
17330
17331[[package]]
17332name = "zerofrom"
17333version = "0.1.5"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17336dependencies = [
17337 "zerofrom-derive",
17338]
17339
17340[[package]]
17341name = "zerofrom-derive"
17342version = "0.1.5"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17345dependencies = [
17346 "proc-macro2",
17347 "quote",
17348 "syn 2.0.100",
17349 "synstructure",
17350]
17351
17352[[package]]
17353name = "zeroize"
17354version = "1.8.1"
17355source = "registry+https://github.com/rust-lang/crates.io-index"
17356checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17357dependencies = [
17358 "zeroize_derive",
17359]
17360
17361[[package]]
17362name = "zeroize_derive"
17363version = "1.4.2"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17366dependencies = [
17367 "proc-macro2",
17368 "quote",
17369 "syn 2.0.100",
17370]
17371
17372[[package]]
17373name = "zeromq"
17374version = "0.5.0-pre"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17377dependencies = [
17378 "async-dispatcher",
17379 "async-std",
17380 "async-trait",
17381 "asynchronous-codec",
17382 "bytes 1.10.1",
17383 "crossbeam-queue",
17384 "dashmap 5.5.3",
17385 "futures 0.3.31",
17386 "log",
17387 "num-traits",
17388 "once_cell",
17389 "parking_lot",
17390 "rand 0.8.5",
17391 "regex",
17392 "thiserror 1.0.69",
17393 "uuid",
17394]
17395
17396[[package]]
17397name = "zerovec"
17398version = "0.10.4"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17401dependencies = [
17402 "yoke",
17403 "zerofrom",
17404 "zerovec-derive",
17405]
17406
17407[[package]]
17408name = "zerovec-derive"
17409version = "0.10.3"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17412dependencies = [
17413 "proc-macro2",
17414 "quote",
17415 "syn 2.0.100",
17416]
17417
17418[[package]]
17419name = "zeta"
17420version = "0.1.0"
17421dependencies = [
17422 "anyhow",
17423 "arrayvec",
17424 "call",
17425 "chrono",
17426 "client",
17427 "clock",
17428 "collections",
17429 "command_palette_hooks",
17430 "ctor",
17431 "db",
17432 "editor",
17433 "env_logger 0.11.7",
17434 "feature_flags",
17435 "fs",
17436 "futures 0.3.31",
17437 "gpui",
17438 "http_client",
17439 "indoc",
17440 "inline_completion",
17441 "language",
17442 "language_model",
17443 "log",
17444 "menu",
17445 "migrator",
17446 "paths",
17447 "postage",
17448 "project",
17449 "regex",
17450 "release_channel",
17451 "reqwest_client",
17452 "rpc",
17453 "serde",
17454 "serde_json",
17455 "settings",
17456 "telemetry",
17457 "telemetry_events",
17458 "theme",
17459 "thiserror 1.0.69",
17460 "tree-sitter-go",
17461 "tree-sitter-rust",
17462 "ui",
17463 "unindent",
17464 "util",
17465 "uuid",
17466 "workspace",
17467 "worktree",
17468 "zed_actions",
17469 "zed_llm_client",
17470]
17471
17472[[package]]
17473name = "zip"
17474version = "0.6.6"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17477dependencies = [
17478 "aes",
17479 "byteorder",
17480 "bzip2",
17481 "constant_time_eq 0.1.5",
17482 "crc32fast",
17483 "crossbeam-utils",
17484 "flate2",
17485 "hmac",
17486 "pbkdf2 0.11.0",
17487 "sha1",
17488 "time",
17489 "zstd",
17490]
17491
17492[[package]]
17493name = "zstd"
17494version = "0.11.2+zstd.1.5.2"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17497dependencies = [
17498 "zstd-safe",
17499]
17500
17501[[package]]
17502name = "zstd-safe"
17503version = "5.0.2+zstd.1.5.2"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17506dependencies = [
17507 "libc",
17508 "zstd-sys",
17509]
17510
17511[[package]]
17512name = "zstd-sys"
17513version = "2.0.13+zstd.1.5.6"
17514source = "registry+https://github.com/rust-lang/crates.io-index"
17515checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17516dependencies = [
17517 "cc",
17518 "pkg-config",
17519]
17520
17521[[package]]
17522name = "zune-core"
17523version = "0.4.12"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17526
17527[[package]]
17528name = "zune-inflate"
17529version = "0.2.54"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17532dependencies = [
17533 "simd-adler32",
17534]
17535
17536[[package]]
17537name = "zune-jpeg"
17538version = "0.4.13"
17539source = "registry+https://github.com/rust-lang/crates.io-index"
17540checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17541dependencies = [
17542 "zune-core",
17543]
17544
17545[[package]]
17546name = "zvariant"
17547version = "5.4.0"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17550dependencies = [
17551 "endi",
17552 "enumflags2",
17553 "serde",
17554 "static_assertions",
17555 "url",
17556 "winnow 0.7.1",
17557 "zvariant_derive",
17558 "zvariant_utils",
17559]
17560
17561[[package]]
17562name = "zvariant_derive"
17563version = "5.4.0"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17566dependencies = [
17567 "proc-macro-crate",
17568 "proc-macro2",
17569 "quote",
17570 "syn 2.0.100",
17571 "zvariant_utils",
17572]
17573
17574[[package]]
17575name = "zvariant_utils"
17576version = "3.2.0"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17579dependencies = [
17580 "proc-macro2",
17581 "quote",
17582 "serde",
17583 "static_assertions",
17584 "syn 2.0.100",
17585 "winnow 0.7.1",
17586]