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