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