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