1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy 0.7.35",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.97"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.100",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.7",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "gpui",
471 "heed",
472 "html_to_markdown",
473 "http_client",
474 "indoc",
475 "itertools 0.14.0",
476 "language",
477 "language_model",
478 "language_model_selector",
479 "log",
480 "lsp",
481 "markdown",
482 "menu",
483 "multi_buffer",
484 "parking_lot",
485 "paths",
486 "picker",
487 "project",
488 "prompt_library",
489 "prompt_store",
490 "proto",
491 "rand 0.8.5",
492 "rope",
493 "scripting_tool",
494 "serde",
495 "serde_json",
496 "settings",
497 "smol",
498 "streaming_diff",
499 "telemetry_events",
500 "terminal",
501 "terminal_view",
502 "text",
503 "theme",
504 "time",
505 "time_format",
506 "ui",
507 "util",
508 "uuid",
509 "vim_mode_setting",
510 "workspace",
511 "zed_actions",
512]
513
514[[package]]
515name = "assistant_context_editor"
516version = "0.1.0"
517dependencies = [
518 "anyhow",
519 "assistant_settings",
520 "assistant_slash_command",
521 "assistant_slash_commands",
522 "chrono",
523 "client",
524 "clock",
525 "collections",
526 "context_server",
527 "editor",
528 "fs",
529 "futures 0.3.31",
530 "fuzzy",
531 "gpui",
532 "indexed_docs",
533 "language",
534 "language_model",
535 "language_model_selector",
536 "languages",
537 "log",
538 "multi_buffer",
539 "open_ai",
540 "parking_lot",
541 "paths",
542 "picker",
543 "pretty_assertions",
544 "project",
545 "prompt_store",
546 "rand 0.8.5",
547 "regex",
548 "rope",
549 "rpc",
550 "serde",
551 "serde_json",
552 "settings",
553 "smallvec",
554 "smol",
555 "strum",
556 "telemetry_events",
557 "text",
558 "theme",
559 "tree-sitter-md",
560 "ui",
561 "unindent",
562 "util",
563 "uuid",
564 "workspace",
565]
566
567[[package]]
568name = "assistant_settings"
569version = "0.1.0"
570dependencies = [
571 "anthropic",
572 "anyhow",
573 "deepseek",
574 "feature_flags",
575 "fs",
576 "gpui",
577 "language_model",
578 "lmstudio",
579 "log",
580 "ollama",
581 "open_ai",
582 "paths",
583 "schemars",
584 "serde",
585 "serde_json_lenient",
586 "settings",
587]
588
589[[package]]
590name = "assistant_slash_command"
591version = "0.1.0"
592dependencies = [
593 "anyhow",
594 "async-trait",
595 "collections",
596 "derive_more",
597 "extension",
598 "futures 0.3.31",
599 "gpui",
600 "language",
601 "language_model",
602 "parking_lot",
603 "pretty_assertions",
604 "serde",
605 "serde_json",
606 "ui",
607 "workspace",
608]
609
610[[package]]
611name = "assistant_slash_commands"
612version = "0.1.0"
613dependencies = [
614 "anyhow",
615 "assistant_slash_command",
616 "cargo_toml",
617 "chrono",
618 "collections",
619 "context_server",
620 "editor",
621 "env_logger 0.11.7",
622 "feature_flags",
623 "fs",
624 "futures 0.3.31",
625 "fuzzy",
626 "globset",
627 "gpui",
628 "html_to_markdown",
629 "http_client",
630 "indexed_docs",
631 "language",
632 "language_model",
633 "log",
634 "pretty_assertions",
635 "project",
636 "prompt_store",
637 "rope",
638 "schemars",
639 "semantic_index",
640 "serde",
641 "serde_json",
642 "settings",
643 "smol",
644 "terminal_view",
645 "text",
646 "toml 0.8.20",
647 "ui",
648 "util",
649 "workspace",
650 "worktree",
651]
652
653[[package]]
654name = "assistant_tool"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "collections",
659 "derive_more",
660 "gpui",
661 "language_model",
662 "parking_lot",
663 "project",
664 "serde",
665 "serde_json",
666]
667
668[[package]]
669name = "assistant_tools"
670version = "0.1.0"
671dependencies = [
672 "anyhow",
673 "assistant_tool",
674 "chrono",
675 "collections",
676 "feature_flags",
677 "futures 0.3.31",
678 "gpui",
679 "language",
680 "language_model",
681 "project",
682 "rand 0.8.5",
683 "release_channel",
684 "schemars",
685 "serde",
686 "serde_json",
687 "settings",
688 "theme",
689 "ui",
690 "util",
691 "workspace",
692]
693
694[[package]]
695name = "async-attributes"
696version = "1.1.2"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
699dependencies = [
700 "quote",
701 "syn 1.0.109",
702]
703
704[[package]]
705name = "async-broadcast"
706version = "0.7.2"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
709dependencies = [
710 "event-listener 5.3.1",
711 "event-listener-strategy",
712 "futures-core",
713 "pin-project-lite",
714]
715
716[[package]]
717name = "async-channel"
718version = "1.9.0"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
721dependencies = [
722 "concurrent-queue",
723 "event-listener 2.5.3",
724 "futures-core",
725]
726
727[[package]]
728name = "async-channel"
729version = "2.3.1"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
732dependencies = [
733 "concurrent-queue",
734 "event-listener-strategy",
735 "futures-core",
736 "pin-project-lite",
737]
738
739[[package]]
740name = "async-compat"
741version = "0.2.4"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
744dependencies = [
745 "futures-core",
746 "futures-io",
747 "once_cell",
748 "pin-project-lite",
749 "tokio",
750]
751
752[[package]]
753name = "async-compression"
754version = "0.4.20"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
757dependencies = [
758 "deflate64",
759 "flate2",
760 "futures-core",
761 "futures-io",
762 "memchr",
763 "pin-project-lite",
764]
765
766[[package]]
767name = "async-dispatcher"
768version = "0.1.2"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
771dependencies = [
772 "async-task",
773 "futures-lite 1.13.0",
774]
775
776[[package]]
777name = "async-executor"
778version = "1.13.1"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
781dependencies = [
782 "async-task",
783 "concurrent-queue",
784 "fastrand 2.3.0",
785 "futures-lite 2.6.0",
786 "slab",
787]
788
789[[package]]
790name = "async-fs"
791version = "2.1.2"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
794dependencies = [
795 "async-lock",
796 "blocking",
797 "futures-lite 2.6.0",
798]
799
800[[package]]
801name = "async-global-executor"
802version = "2.4.1"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
805dependencies = [
806 "async-channel 2.3.1",
807 "async-executor",
808 "async-io",
809 "async-lock",
810 "blocking",
811 "futures-lite 2.6.0",
812 "once_cell",
813]
814
815[[package]]
816name = "async-io"
817version = "2.4.0"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
820dependencies = [
821 "async-lock",
822 "cfg-if",
823 "concurrent-queue",
824 "futures-io",
825 "futures-lite 2.6.0",
826 "parking",
827 "polling",
828 "rustix",
829 "slab",
830 "tracing",
831 "windows-sys 0.59.0",
832]
833
834[[package]]
835name = "async-lock"
836version = "3.4.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
839dependencies = [
840 "event-listener 5.3.1",
841 "event-listener-strategy",
842 "pin-project-lite",
843]
844
845[[package]]
846name = "async-native-tls"
847version = "0.5.0"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
850dependencies = [
851 "futures-util",
852 "native-tls",
853 "thiserror 1.0.69",
854 "url",
855]
856
857[[package]]
858name = "async-net"
859version = "2.0.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
862dependencies = [
863 "async-io",
864 "blocking",
865 "futures-lite 2.6.0",
866]
867
868[[package]]
869name = "async-pipe"
870version = "0.1.3"
871source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
872dependencies = [
873 "futures 0.3.31",
874 "log",
875]
876
877[[package]]
878name = "async-process"
879version = "2.3.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
882dependencies = [
883 "async-channel 2.3.1",
884 "async-io",
885 "async-lock",
886 "async-signal",
887 "async-task",
888 "blocking",
889 "cfg-if",
890 "event-listener 5.3.1",
891 "futures-lite 2.6.0",
892 "rustix",
893 "tracing",
894]
895
896[[package]]
897name = "async-recursion"
898version = "0.3.2"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
901dependencies = [
902 "proc-macro2",
903 "quote",
904 "syn 1.0.109",
905]
906
907[[package]]
908name = "async-recursion"
909version = "1.1.1"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
912dependencies = [
913 "proc-macro2",
914 "quote",
915 "syn 2.0.100",
916]
917
918[[package]]
919name = "async-signal"
920version = "0.2.10"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
923dependencies = [
924 "async-io",
925 "async-lock",
926 "atomic-waker",
927 "cfg-if",
928 "futures-core",
929 "futures-io",
930 "rustix",
931 "signal-hook-registry",
932 "slab",
933 "windows-sys 0.59.0",
934]
935
936[[package]]
937name = "async-std"
938version = "1.13.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
941dependencies = [
942 "async-attributes",
943 "async-channel 1.9.0",
944 "async-global-executor",
945 "async-io",
946 "async-lock",
947 "async-process",
948 "crossbeam-utils",
949 "futures-channel",
950 "futures-core",
951 "futures-io",
952 "futures-lite 2.6.0",
953 "gloo-timers",
954 "kv-log-macro",
955 "log",
956 "memchr",
957 "once_cell",
958 "pin-project-lite",
959 "pin-utils",
960 "slab",
961 "wasm-bindgen-futures",
962]
963
964[[package]]
965name = "async-stream"
966version = "0.3.6"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
969dependencies = [
970 "async-stream-impl",
971 "futures-core",
972 "pin-project-lite",
973]
974
975[[package]]
976name = "async-stream-impl"
977version = "0.3.6"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
980dependencies = [
981 "proc-macro2",
982 "quote",
983 "syn 2.0.100",
984]
985
986[[package]]
987name = "async-stripe"
988version = "0.40.0"
989source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
990dependencies = [
991 "chrono",
992 "futures-util",
993 "http-types",
994 "hyper 0.14.32",
995 "hyper-rustls 0.24.2",
996 "serde",
997 "serde_json",
998 "serde_path_to_error",
999 "serde_qs 0.10.1",
1000 "smart-default",
1001 "smol_str",
1002 "thiserror 1.0.69",
1003 "tokio",
1004]
1005
1006[[package]]
1007name = "async-tar"
1008version = "0.5.0"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1011dependencies = [
1012 "async-std",
1013 "filetime",
1014 "libc",
1015 "pin-project",
1016 "redox_syscall 0.2.16",
1017 "xattr",
1018]
1019
1020[[package]]
1021name = "async-task"
1022version = "4.7.1"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1025
1026[[package]]
1027name = "async-tls"
1028version = "0.13.0"
1029source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1030dependencies = [
1031 "futures-core",
1032 "futures-io",
1033 "rustls 0.23.23",
1034 "rustls-pemfile 2.2.0",
1035 "webpki-roots",
1036]
1037
1038[[package]]
1039name = "async-trait"
1040version = "0.1.87"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1043dependencies = [
1044 "proc-macro2",
1045 "quote",
1046 "syn 2.0.100",
1047]
1048
1049[[package]]
1050name = "async-tungstenite"
1051version = "0.28.2"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1054dependencies = [
1055 "async-std",
1056 "async-tls",
1057 "atomic-waker",
1058 "futures-core",
1059 "futures-io",
1060 "futures-task",
1061 "futures-util",
1062 "log",
1063 "pin-project-lite",
1064 "tungstenite 0.24.0",
1065]
1066
1067[[package]]
1068name = "async-watch"
1069version = "0.3.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1072dependencies = [
1073 "event-listener 2.5.3",
1074]
1075
1076[[package]]
1077name = "async_zip"
1078version = "0.0.17"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1081dependencies = [
1082 "async-compression",
1083 "crc32fast",
1084 "futures-lite 2.6.0",
1085 "pin-project",
1086 "thiserror 1.0.69",
1087]
1088
1089[[package]]
1090name = "asynchronous-codec"
1091version = "0.7.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1094dependencies = [
1095 "bytes 1.10.1",
1096 "futures-sink",
1097 "futures-util",
1098 "memchr",
1099 "pin-project-lite",
1100]
1101
1102[[package]]
1103name = "atoi"
1104version = "2.0.0"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1107dependencies = [
1108 "num-traits",
1109]
1110
1111[[package]]
1112name = "atomic"
1113version = "0.5.3"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1116
1117[[package]]
1118name = "atomic-waker"
1119version = "1.1.2"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1122
1123[[package]]
1124name = "audio"
1125version = "0.1.0"
1126dependencies = [
1127 "anyhow",
1128 "collections",
1129 "derive_more",
1130 "gpui",
1131 "parking_lot",
1132 "rodio",
1133 "util",
1134]
1135
1136[[package]]
1137name = "auto_update"
1138version = "0.1.0"
1139dependencies = [
1140 "anyhow",
1141 "client",
1142 "db",
1143 "gpui",
1144 "http_client",
1145 "log",
1146 "paths",
1147 "release_channel",
1148 "schemars",
1149 "serde",
1150 "serde_json",
1151 "settings",
1152 "smol",
1153 "tempfile",
1154 "which 6.0.3",
1155 "workspace",
1156]
1157
1158[[package]]
1159name = "auto_update_ui"
1160version = "0.1.0"
1161dependencies = [
1162 "anyhow",
1163 "auto_update",
1164 "client",
1165 "editor",
1166 "gpui",
1167 "http_client",
1168 "markdown_preview",
1169 "release_channel",
1170 "serde",
1171 "serde_json",
1172 "smol",
1173 "util",
1174 "workspace",
1175]
1176
1177[[package]]
1178name = "autocfg"
1179version = "1.4.0"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1182
1183[[package]]
1184name = "av1-grain"
1185version = "0.2.3"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1188dependencies = [
1189 "anyhow",
1190 "arrayvec",
1191 "log",
1192 "nom",
1193 "num-rational",
1194 "v_frame",
1195]
1196
1197[[package]]
1198name = "avif-serialize"
1199version = "0.8.2"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1202dependencies = [
1203 "arrayvec",
1204]
1205
1206[[package]]
1207name = "aws-config"
1208version = "1.5.16"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1211dependencies = [
1212 "aws-credential-types",
1213 "aws-runtime",
1214 "aws-sdk-sso",
1215 "aws-sdk-ssooidc",
1216 "aws-sdk-sts",
1217 "aws-smithy-async",
1218 "aws-smithy-http",
1219 "aws-smithy-json",
1220 "aws-smithy-runtime",
1221 "aws-smithy-runtime-api",
1222 "aws-smithy-types",
1223 "aws-types",
1224 "bytes 1.10.1",
1225 "fastrand 2.3.0",
1226 "hex",
1227 "http 0.2.12",
1228 "ring",
1229 "time",
1230 "tokio",
1231 "tracing",
1232 "url",
1233 "zeroize",
1234]
1235
1236[[package]]
1237name = "aws-credential-types"
1238version = "1.2.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1241dependencies = [
1242 "aws-smithy-async",
1243 "aws-smithy-runtime-api",
1244 "aws-smithy-types",
1245 "zeroize",
1246]
1247
1248[[package]]
1249name = "aws-lc-rs"
1250version = "1.12.6"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1253dependencies = [
1254 "aws-lc-sys",
1255 "zeroize",
1256]
1257
1258[[package]]
1259name = "aws-lc-sys"
1260version = "0.27.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1263dependencies = [
1264 "bindgen 0.69.5",
1265 "cc",
1266 "cmake",
1267 "dunce",
1268 "fs_extra",
1269]
1270
1271[[package]]
1272name = "aws-runtime"
1273version = "1.5.5"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1276dependencies = [
1277 "aws-credential-types",
1278 "aws-sigv4",
1279 "aws-smithy-async",
1280 "aws-smithy-eventstream",
1281 "aws-smithy-http",
1282 "aws-smithy-runtime",
1283 "aws-smithy-runtime-api",
1284 "aws-smithy-types",
1285 "aws-types",
1286 "bytes 1.10.1",
1287 "fastrand 2.3.0",
1288 "http 0.2.12",
1289 "http-body 0.4.6",
1290 "once_cell",
1291 "percent-encoding",
1292 "pin-project-lite",
1293 "tracing",
1294 "uuid",
1295]
1296
1297[[package]]
1298name = "aws-sdk-bedrockruntime"
1299version = "1.74.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1302dependencies = [
1303 "aws-credential-types",
1304 "aws-runtime",
1305 "aws-smithy-async",
1306 "aws-smithy-eventstream",
1307 "aws-smithy-http",
1308 "aws-smithy-json",
1309 "aws-smithy-runtime",
1310 "aws-smithy-runtime-api",
1311 "aws-smithy-types",
1312 "aws-types",
1313 "bytes 1.10.1",
1314 "fastrand 2.3.0",
1315 "http 0.2.12",
1316 "once_cell",
1317 "regex-lite",
1318 "tracing",
1319]
1320
1321[[package]]
1322name = "aws-sdk-kinesis"
1323version = "1.61.0"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1326dependencies = [
1327 "aws-credential-types",
1328 "aws-runtime",
1329 "aws-smithy-async",
1330 "aws-smithy-http",
1331 "aws-smithy-json",
1332 "aws-smithy-runtime",
1333 "aws-smithy-runtime-api",
1334 "aws-smithy-types",
1335 "aws-types",
1336 "bytes 1.10.1",
1337 "http 0.2.12",
1338 "once_cell",
1339 "regex-lite",
1340 "tracing",
1341]
1342
1343[[package]]
1344name = "aws-sdk-s3"
1345version = "1.76.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1348dependencies = [
1349 "aws-credential-types",
1350 "aws-runtime",
1351 "aws-sigv4",
1352 "aws-smithy-async",
1353 "aws-smithy-checksums",
1354 "aws-smithy-eventstream",
1355 "aws-smithy-http",
1356 "aws-smithy-json",
1357 "aws-smithy-runtime",
1358 "aws-smithy-runtime-api",
1359 "aws-smithy-types",
1360 "aws-smithy-xml",
1361 "aws-types",
1362 "bytes 1.10.1",
1363 "fastrand 2.3.0",
1364 "hex",
1365 "hmac",
1366 "http 0.2.12",
1367 "http-body 0.4.6",
1368 "lru",
1369 "once_cell",
1370 "percent-encoding",
1371 "regex-lite",
1372 "sha2",
1373 "tracing",
1374 "url",
1375]
1376
1377[[package]]
1378name = "aws-sdk-sso"
1379version = "1.58.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1382dependencies = [
1383 "aws-credential-types",
1384 "aws-runtime",
1385 "aws-smithy-async",
1386 "aws-smithy-http",
1387 "aws-smithy-json",
1388 "aws-smithy-runtime",
1389 "aws-smithy-runtime-api",
1390 "aws-smithy-types",
1391 "aws-types",
1392 "bytes 1.10.1",
1393 "http 0.2.12",
1394 "once_cell",
1395 "regex-lite",
1396 "tracing",
1397]
1398
1399[[package]]
1400name = "aws-sdk-ssooidc"
1401version = "1.59.0"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1404dependencies = [
1405 "aws-credential-types",
1406 "aws-runtime",
1407 "aws-smithy-async",
1408 "aws-smithy-http",
1409 "aws-smithy-json",
1410 "aws-smithy-runtime",
1411 "aws-smithy-runtime-api",
1412 "aws-smithy-types",
1413 "aws-types",
1414 "bytes 1.10.1",
1415 "http 0.2.12",
1416 "once_cell",
1417 "regex-lite",
1418 "tracing",
1419]
1420
1421[[package]]
1422name = "aws-sdk-sts"
1423version = "1.59.0"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1426dependencies = [
1427 "aws-credential-types",
1428 "aws-runtime",
1429 "aws-smithy-async",
1430 "aws-smithy-http",
1431 "aws-smithy-json",
1432 "aws-smithy-query",
1433 "aws-smithy-runtime",
1434 "aws-smithy-runtime-api",
1435 "aws-smithy-types",
1436 "aws-smithy-xml",
1437 "aws-types",
1438 "http 0.2.12",
1439 "once_cell",
1440 "regex-lite",
1441 "tracing",
1442]
1443
1444[[package]]
1445name = "aws-sigv4"
1446version = "1.2.9"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1449dependencies = [
1450 "aws-credential-types",
1451 "aws-smithy-eventstream",
1452 "aws-smithy-http",
1453 "aws-smithy-runtime-api",
1454 "aws-smithy-types",
1455 "bytes 1.10.1",
1456 "crypto-bigint 0.5.5",
1457 "form_urlencoded",
1458 "hex",
1459 "hmac",
1460 "http 0.2.12",
1461 "http 1.2.0",
1462 "once_cell",
1463 "p256",
1464 "percent-encoding",
1465 "ring",
1466 "sha2",
1467 "subtle",
1468 "time",
1469 "tracing",
1470 "zeroize",
1471]
1472
1473[[package]]
1474name = "aws-smithy-async"
1475version = "1.2.4"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1478dependencies = [
1479 "futures-util",
1480 "pin-project-lite",
1481 "tokio",
1482]
1483
1484[[package]]
1485name = "aws-smithy-checksums"
1486version = "0.62.0"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1489dependencies = [
1490 "aws-smithy-http",
1491 "aws-smithy-types",
1492 "bytes 1.10.1",
1493 "crc32c",
1494 "crc32fast",
1495 "crc64fast-nvme",
1496 "hex",
1497 "http 0.2.12",
1498 "http-body 0.4.6",
1499 "md-5",
1500 "pin-project-lite",
1501 "sha1",
1502 "sha2",
1503 "tracing",
1504]
1505
1506[[package]]
1507name = "aws-smithy-eventstream"
1508version = "0.60.6"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1511dependencies = [
1512 "aws-smithy-types",
1513 "bytes 1.10.1",
1514 "crc32fast",
1515]
1516
1517[[package]]
1518name = "aws-smithy-http"
1519version = "0.60.12"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1522dependencies = [
1523 "aws-smithy-eventstream",
1524 "aws-smithy-runtime-api",
1525 "aws-smithy-types",
1526 "bytes 1.10.1",
1527 "bytes-utils",
1528 "futures-core",
1529 "http 0.2.12",
1530 "http-body 0.4.6",
1531 "once_cell",
1532 "percent-encoding",
1533 "pin-project-lite",
1534 "pin-utils",
1535 "tracing",
1536]
1537
1538[[package]]
1539name = "aws-smithy-json"
1540version = "0.61.2"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1543dependencies = [
1544 "aws-smithy-types",
1545]
1546
1547[[package]]
1548name = "aws-smithy-query"
1549version = "0.60.7"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1552dependencies = [
1553 "aws-smithy-types",
1554 "urlencoding",
1555]
1556
1557[[package]]
1558name = "aws-smithy-runtime"
1559version = "1.7.8"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1562dependencies = [
1563 "aws-smithy-async",
1564 "aws-smithy-http",
1565 "aws-smithy-runtime-api",
1566 "aws-smithy-types",
1567 "bytes 1.10.1",
1568 "fastrand 2.3.0",
1569 "h2 0.3.26",
1570 "http 0.2.12",
1571 "http-body 0.4.6",
1572 "http-body 1.0.1",
1573 "httparse",
1574 "hyper 0.14.32",
1575 "hyper-rustls 0.24.2",
1576 "once_cell",
1577 "pin-project-lite",
1578 "pin-utils",
1579 "rustls 0.21.12",
1580 "tokio",
1581 "tracing",
1582]
1583
1584[[package]]
1585name = "aws-smithy-runtime-api"
1586version = "1.7.3"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1589dependencies = [
1590 "aws-smithy-async",
1591 "aws-smithy-types",
1592 "bytes 1.10.1",
1593 "http 0.2.12",
1594 "http 1.2.0",
1595 "pin-project-lite",
1596 "tokio",
1597 "tracing",
1598 "zeroize",
1599]
1600
1601[[package]]
1602name = "aws-smithy-types"
1603version = "1.2.13"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1606dependencies = [
1607 "base64-simd",
1608 "bytes 1.10.1",
1609 "bytes-utils",
1610 "futures-core",
1611 "http 0.2.12",
1612 "http 1.2.0",
1613 "http-body 0.4.6",
1614 "http-body 1.0.1",
1615 "http-body-util",
1616 "itoa",
1617 "num-integer",
1618 "pin-project-lite",
1619 "pin-utils",
1620 "ryu",
1621 "serde",
1622 "time",
1623 "tokio",
1624 "tokio-util",
1625]
1626
1627[[package]]
1628name = "aws-smithy-xml"
1629version = "0.60.9"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1632dependencies = [
1633 "xmlparser",
1634]
1635
1636[[package]]
1637name = "aws-types"
1638version = "1.3.5"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1641dependencies = [
1642 "aws-credential-types",
1643 "aws-smithy-async",
1644 "aws-smithy-runtime-api",
1645 "aws-smithy-types",
1646 "rustc_version",
1647 "tracing",
1648]
1649
1650[[package]]
1651name = "aws_http_client"
1652version = "0.1.0"
1653dependencies = [
1654 "aws-smithy-runtime-api",
1655 "aws-smithy-types",
1656 "futures 0.3.31",
1657 "http_client",
1658 "tokio",
1659]
1660
1661[[package]]
1662name = "axum"
1663version = "0.6.20"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1666dependencies = [
1667 "async-trait",
1668 "axum-core",
1669 "base64 0.21.7",
1670 "bitflags 1.3.2",
1671 "bytes 1.10.1",
1672 "futures-util",
1673 "headers",
1674 "http 0.2.12",
1675 "http-body 0.4.6",
1676 "hyper 0.14.32",
1677 "itoa",
1678 "matchit",
1679 "memchr",
1680 "mime",
1681 "percent-encoding",
1682 "pin-project-lite",
1683 "rustversion",
1684 "serde",
1685 "serde_json",
1686 "serde_path_to_error",
1687 "serde_urlencoded",
1688 "sha1",
1689 "sync_wrapper 0.1.2",
1690 "tokio",
1691 "tokio-tungstenite 0.20.1",
1692 "tower",
1693 "tower-layer",
1694 "tower-service",
1695]
1696
1697[[package]]
1698name = "axum-core"
1699version = "0.3.4"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1702dependencies = [
1703 "async-trait",
1704 "bytes 1.10.1",
1705 "futures-util",
1706 "http 0.2.12",
1707 "http-body 0.4.6",
1708 "mime",
1709 "rustversion",
1710 "tower-layer",
1711 "tower-service",
1712]
1713
1714[[package]]
1715name = "axum-extra"
1716version = "0.4.2"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1719dependencies = [
1720 "axum",
1721 "bytes 1.10.1",
1722 "futures-util",
1723 "http 0.2.12",
1724 "mime",
1725 "pin-project-lite",
1726 "serde",
1727 "serde_json",
1728 "tokio",
1729 "tower",
1730 "tower-http 0.3.5",
1731 "tower-layer",
1732 "tower-service",
1733]
1734
1735[[package]]
1736name = "backtrace"
1737version = "0.3.74"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1740dependencies = [
1741 "addr2line",
1742 "cfg-if",
1743 "libc",
1744 "miniz_oxide",
1745 "object",
1746 "rustc-demangle",
1747 "windows-targets 0.52.6",
1748]
1749
1750[[package]]
1751name = "base16ct"
1752version = "0.1.1"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1755
1756[[package]]
1757name = "base64"
1758version = "0.13.1"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1761
1762[[package]]
1763name = "base64"
1764version = "0.21.7"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1767
1768[[package]]
1769name = "base64"
1770version = "0.22.1"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1773
1774[[package]]
1775name = "base64-simd"
1776version = "0.8.0"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1779dependencies = [
1780 "outref",
1781 "vsimd",
1782]
1783
1784[[package]]
1785name = "base64ct"
1786version = "1.6.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1789
1790[[package]]
1791name = "bedrock"
1792version = "0.1.0"
1793dependencies = [
1794 "anyhow",
1795 "aws-sdk-bedrockruntime",
1796 "aws-smithy-types",
1797 "futures 0.3.31",
1798 "schemars",
1799 "serde",
1800 "serde_json",
1801 "strum",
1802 "thiserror 1.0.69",
1803 "tokio",
1804]
1805
1806[[package]]
1807name = "bigdecimal"
1808version = "0.4.7"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1811dependencies = [
1812 "autocfg",
1813 "libm",
1814 "num-bigint",
1815 "num-integer",
1816 "num-traits",
1817 "serde",
1818]
1819
1820[[package]]
1821name = "bincode"
1822version = "1.3.3"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1825dependencies = [
1826 "serde",
1827]
1828
1829[[package]]
1830name = "bindgen"
1831version = "0.69.5"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1834dependencies = [
1835 "bitflags 2.8.0",
1836 "cexpr",
1837 "clang-sys",
1838 "itertools 0.12.1",
1839 "lazy_static",
1840 "lazycell",
1841 "log",
1842 "prettyplease",
1843 "proc-macro2",
1844 "quote",
1845 "regex",
1846 "rustc-hash 1.1.0",
1847 "shlex",
1848 "syn 2.0.100",
1849 "which 4.4.2",
1850]
1851
1852[[package]]
1853name = "bindgen"
1854version = "0.70.1"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1857dependencies = [
1858 "bitflags 2.8.0",
1859 "cexpr",
1860 "clang-sys",
1861 "itertools 0.12.1",
1862 "log",
1863 "prettyplease",
1864 "proc-macro2",
1865 "quote",
1866 "regex",
1867 "rustc-hash 1.1.0",
1868 "shlex",
1869 "syn 2.0.100",
1870]
1871
1872[[package]]
1873name = "bit-set"
1874version = "0.5.3"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1877dependencies = [
1878 "bit-vec 0.6.3",
1879]
1880
1881[[package]]
1882name = "bit-set"
1883version = "0.8.0"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1886dependencies = [
1887 "bit-vec 0.8.0",
1888]
1889
1890[[package]]
1891name = "bit-vec"
1892version = "0.6.3"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1895
1896[[package]]
1897name = "bit-vec"
1898version = "0.8.0"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1901
1902[[package]]
1903name = "bit_field"
1904version = "0.10.2"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1907
1908[[package]]
1909name = "bitflags"
1910version = "1.3.2"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1913
1914[[package]]
1915name = "bitflags"
1916version = "2.8.0"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1919dependencies = [
1920 "serde",
1921]
1922
1923[[package]]
1924name = "bitstream-io"
1925version = "2.6.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1928
1929[[package]]
1930name = "bitvec"
1931version = "1.0.1"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1934dependencies = [
1935 "funty",
1936 "radium",
1937 "tap",
1938 "wyz",
1939]
1940
1941[[package]]
1942name = "blade-graphics"
1943version = "0.6.0"
1944source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1945dependencies = [
1946 "ash",
1947 "ash-window",
1948 "bitflags 2.8.0",
1949 "bytemuck",
1950 "codespan-reporting",
1951 "glow",
1952 "gpu-alloc",
1953 "gpu-alloc-ash",
1954 "hidden-trait",
1955 "js-sys",
1956 "khronos-egl",
1957 "libloading",
1958 "log",
1959 "mint",
1960 "naga",
1961 "objc2",
1962 "objc2-app-kit",
1963 "objc2-foundation",
1964 "objc2-metal",
1965 "objc2-quartz-core",
1966 "objc2-ui-kit",
1967 "raw-window-handle",
1968 "slab",
1969 "wasm-bindgen",
1970 "web-sys",
1971]
1972
1973[[package]]
1974name = "blade-macros"
1975version = "0.3.0"
1976source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1977dependencies = [
1978 "proc-macro2",
1979 "quote",
1980 "syn 2.0.100",
1981]
1982
1983[[package]]
1984name = "blade-util"
1985version = "0.2.0"
1986source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1987dependencies = [
1988 "blade-graphics",
1989 "bytemuck",
1990 "log",
1991 "profiling",
1992]
1993
1994[[package]]
1995name = "blake3"
1996version = "1.6.1"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
1999dependencies = [
2000 "arrayref",
2001 "arrayvec",
2002 "cc",
2003 "cfg-if",
2004 "constant_time_eq 0.3.1",
2005]
2006
2007[[package]]
2008name = "block"
2009version = "0.1.6"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2012
2013[[package]]
2014name = "block-buffer"
2015version = "0.10.4"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2018dependencies = [
2019 "generic-array",
2020]
2021
2022[[package]]
2023name = "block-padding"
2024version = "0.3.3"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2027dependencies = [
2028 "generic-array",
2029]
2030
2031[[package]]
2032name = "block2"
2033version = "0.5.1"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2036dependencies = [
2037 "objc2",
2038]
2039
2040[[package]]
2041name = "blocking"
2042version = "1.6.1"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2045dependencies = [
2046 "async-channel 2.3.1",
2047 "async-task",
2048 "futures-io",
2049 "futures-lite 2.6.0",
2050 "piper",
2051]
2052
2053[[package]]
2054name = "borsh"
2055version = "1.5.3"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2058dependencies = [
2059 "borsh-derive",
2060 "cfg_aliases 0.2.1",
2061]
2062
2063[[package]]
2064name = "borsh-derive"
2065version = "1.5.3"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2068dependencies = [
2069 "once_cell",
2070 "proc-macro-crate",
2071 "proc-macro2",
2072 "quote",
2073 "syn 2.0.100",
2074]
2075
2076[[package]]
2077name = "breadcrumbs"
2078version = "0.1.0"
2079dependencies = [
2080 "editor",
2081 "gpui",
2082 "itertools 0.14.0",
2083 "theme",
2084 "ui",
2085 "workspace",
2086 "zed_actions",
2087]
2088
2089[[package]]
2090name = "bstr"
2091version = "1.11.1"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2094dependencies = [
2095 "memchr",
2096 "regex-automata 0.4.9",
2097 "serde",
2098]
2099
2100[[package]]
2101name = "buffer_diff"
2102version = "0.1.0"
2103dependencies = [
2104 "anyhow",
2105 "clock",
2106 "ctor",
2107 "env_logger 0.11.7",
2108 "futures 0.3.31",
2109 "git2",
2110 "gpui",
2111 "language",
2112 "log",
2113 "pretty_assertions",
2114 "rand 0.8.5",
2115 "rope",
2116 "serde_json",
2117 "sum_tree",
2118 "text",
2119 "unindent",
2120 "util",
2121]
2122
2123[[package]]
2124name = "built"
2125version = "0.7.5"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2128
2129[[package]]
2130name = "bumpalo"
2131version = "3.16.0"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2134dependencies = [
2135 "allocator-api2",
2136]
2137
2138[[package]]
2139name = "by_address"
2140version = "1.2.1"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2143
2144[[package]]
2145name = "bytecheck"
2146version = "0.6.12"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2149dependencies = [
2150 "bytecheck_derive",
2151 "ptr_meta",
2152 "simdutf8",
2153]
2154
2155[[package]]
2156name = "bytecheck_derive"
2157version = "0.6.12"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2160dependencies = [
2161 "proc-macro2",
2162 "quote",
2163 "syn 1.0.109",
2164]
2165
2166[[package]]
2167name = "bytemuck"
2168version = "1.21.0"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2171dependencies = [
2172 "bytemuck_derive",
2173]
2174
2175[[package]]
2176name = "bytemuck_derive"
2177version = "1.8.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2180dependencies = [
2181 "proc-macro2",
2182 "quote",
2183 "syn 2.0.100",
2184]
2185
2186[[package]]
2187name = "byteorder"
2188version = "1.5.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2191
2192[[package]]
2193name = "byteorder-lite"
2194version = "0.1.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2197
2198[[package]]
2199name = "bytes"
2200version = "0.4.12"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2203dependencies = [
2204 "byteorder",
2205 "iovec",
2206]
2207
2208[[package]]
2209name = "bytes"
2210version = "1.10.1"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2213
2214[[package]]
2215name = "bytes-utils"
2216version = "0.1.4"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2219dependencies = [
2220 "bytes 1.10.1",
2221 "either",
2222]
2223
2224[[package]]
2225name = "bzip2"
2226version = "0.4.4"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2229dependencies = [
2230 "bzip2-sys",
2231 "libc",
2232]
2233
2234[[package]]
2235name = "bzip2-sys"
2236version = "0.1.11+1.0.8"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2239dependencies = [
2240 "cc",
2241 "libc",
2242 "pkg-config",
2243]
2244
2245[[package]]
2246name = "call"
2247version = "0.1.0"
2248dependencies = [
2249 "anyhow",
2250 "audio",
2251 "client",
2252 "collections",
2253 "fs",
2254 "futures 0.3.31",
2255 "gpui",
2256 "http_client",
2257 "language",
2258 "livekit_client",
2259 "livekit_client_macos",
2260 "log",
2261 "postage",
2262 "project",
2263 "schemars",
2264 "serde",
2265 "serde_derive",
2266 "settings",
2267 "telemetry",
2268 "util",
2269]
2270
2271[[package]]
2272name = "calloop"
2273version = "0.13.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2276dependencies = [
2277 "bitflags 2.8.0",
2278 "log",
2279 "polling",
2280 "rustix",
2281 "slab",
2282 "thiserror 1.0.69",
2283]
2284
2285[[package]]
2286name = "calloop-wayland-source"
2287version = "0.3.0"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2290dependencies = [
2291 "calloop",
2292 "rustix",
2293 "wayland-backend",
2294 "wayland-client",
2295]
2296
2297[[package]]
2298name = "camino"
2299version = "1.1.9"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2302dependencies = [
2303 "serde",
2304]
2305
2306[[package]]
2307name = "cap-fs-ext"
2308version = "3.4.2"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2311dependencies = [
2312 "cap-primitives",
2313 "cap-std",
2314 "io-lifetimes",
2315 "windows-sys 0.59.0",
2316]
2317
2318[[package]]
2319name = "cap-net-ext"
2320version = "3.4.2"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2323dependencies = [
2324 "cap-primitives",
2325 "cap-std",
2326 "rustix",
2327 "smallvec",
2328]
2329
2330[[package]]
2331name = "cap-primitives"
2332version = "3.4.2"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2335dependencies = [
2336 "ambient-authority",
2337 "fs-set-times",
2338 "io-extras",
2339 "io-lifetimes",
2340 "ipnet",
2341 "maybe-owned",
2342 "rustix",
2343 "windows-sys 0.59.0",
2344 "winx",
2345]
2346
2347[[package]]
2348name = "cap-rand"
2349version = "3.4.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2352dependencies = [
2353 "ambient-authority",
2354 "rand 0.8.5",
2355]
2356
2357[[package]]
2358name = "cap-std"
2359version = "3.4.2"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2362dependencies = [
2363 "cap-primitives",
2364 "io-extras",
2365 "io-lifetimes",
2366 "rustix",
2367]
2368
2369[[package]]
2370name = "cap-time-ext"
2371version = "3.4.2"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2374dependencies = [
2375 "ambient-authority",
2376 "cap-primitives",
2377 "iana-time-zone",
2378 "once_cell",
2379 "rustix",
2380 "winx",
2381]
2382
2383[[package]]
2384name = "cargo-platform"
2385version = "0.1.9"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2388dependencies = [
2389 "serde",
2390]
2391
2392[[package]]
2393name = "cargo_metadata"
2394version = "0.19.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2397dependencies = [
2398 "camino",
2399 "cargo-platform",
2400 "semver",
2401 "serde",
2402 "serde_json",
2403 "thiserror 2.0.6",
2404]
2405
2406[[package]]
2407name = "cargo_toml"
2408version = "0.21.0"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2411dependencies = [
2412 "serde",
2413 "toml 0.8.20",
2414]
2415
2416[[package]]
2417name = "cast"
2418version = "0.3.0"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2421
2422[[package]]
2423name = "cbc"
2424version = "0.1.2"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2427dependencies = [
2428 "cipher",
2429]
2430
2431[[package]]
2432name = "cbindgen"
2433version = "0.27.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2436dependencies = [
2437 "clap",
2438 "heck 0.4.1",
2439 "indexmap",
2440 "log",
2441 "proc-macro2",
2442 "quote",
2443 "serde",
2444 "serde_json",
2445 "syn 2.0.100",
2446 "tempfile",
2447 "toml 0.8.20",
2448]
2449
2450[[package]]
2451name = "cbindgen"
2452version = "0.28.0"
2453source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2455dependencies = [
2456 "heck 0.4.1",
2457 "indexmap",
2458 "log",
2459 "proc-macro2",
2460 "quote",
2461 "serde",
2462 "serde_json",
2463 "syn 2.0.100",
2464 "tempfile",
2465 "toml 0.8.20",
2466]
2467
2468[[package]]
2469name = "cc"
2470version = "1.2.12"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2473dependencies = [
2474 "jobserver",
2475 "libc",
2476 "shlex",
2477]
2478
2479[[package]]
2480name = "cesu8"
2481version = "1.1.0"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2484
2485[[package]]
2486name = "cexpr"
2487version = "0.6.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2490dependencies = [
2491 "nom",
2492]
2493
2494[[package]]
2495name = "cfg-expr"
2496version = "0.15.8"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2499dependencies = [
2500 "smallvec",
2501 "target-lexicon 0.12.16",
2502]
2503
2504[[package]]
2505name = "cfg-if"
2506version = "1.0.0"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2509
2510[[package]]
2511name = "cfg_aliases"
2512version = "0.1.1"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2515
2516[[package]]
2517name = "cfg_aliases"
2518version = "0.2.1"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2521
2522[[package]]
2523name = "channel"
2524version = "0.1.0"
2525dependencies = [
2526 "anyhow",
2527 "client",
2528 "clock",
2529 "collections",
2530 "futures 0.3.31",
2531 "gpui",
2532 "http_client",
2533 "language",
2534 "log",
2535 "rand 0.8.5",
2536 "release_channel",
2537 "rpc",
2538 "settings",
2539 "sum_tree",
2540 "text",
2541 "time",
2542 "util",
2543]
2544
2545[[package]]
2546name = "chrono"
2547version = "0.4.40"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2550dependencies = [
2551 "android-tzdata",
2552 "iana-time-zone",
2553 "js-sys",
2554 "num-traits",
2555 "serde",
2556 "wasm-bindgen",
2557 "windows-link",
2558]
2559
2560[[package]]
2561name = "chunked_transfer"
2562version = "1.5.0"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2565
2566[[package]]
2567name = "ciborium"
2568version = "0.2.2"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2571dependencies = [
2572 "ciborium-io",
2573 "ciborium-ll",
2574 "serde",
2575]
2576
2577[[package]]
2578name = "ciborium-io"
2579version = "0.2.2"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2582
2583[[package]]
2584name = "ciborium-ll"
2585version = "0.2.2"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2588dependencies = [
2589 "ciborium-io",
2590 "half",
2591]
2592
2593[[package]]
2594name = "cipher"
2595version = "0.4.4"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2598dependencies = [
2599 "crypto-common",
2600 "inout",
2601 "zeroize",
2602]
2603
2604[[package]]
2605name = "clang-sys"
2606version = "1.8.1"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2609dependencies = [
2610 "glob",
2611 "libc",
2612 "libloading",
2613]
2614
2615[[package]]
2616name = "clap"
2617version = "4.5.32"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2620dependencies = [
2621 "clap_builder",
2622 "clap_derive",
2623]
2624
2625[[package]]
2626name = "clap_builder"
2627version = "4.5.32"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2630dependencies = [
2631 "anstream",
2632 "anstyle",
2633 "clap_lex",
2634 "strsim",
2635 "terminal_size",
2636]
2637
2638[[package]]
2639name = "clap_complete"
2640version = "4.5.38"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2643dependencies = [
2644 "clap",
2645]
2646
2647[[package]]
2648name = "clap_derive"
2649version = "4.5.32"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2652dependencies = [
2653 "heck 0.5.0",
2654 "proc-macro2",
2655 "quote",
2656 "syn 2.0.100",
2657]
2658
2659[[package]]
2660name = "clap_lex"
2661version = "0.7.4"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2664
2665[[package]]
2666name = "cli"
2667version = "0.1.0"
2668dependencies = [
2669 "anyhow",
2670 "clap",
2671 "collections",
2672 "core-foundation 0.9.4",
2673 "core-services",
2674 "exec",
2675 "fork",
2676 "ipc-channel",
2677 "parking_lot",
2678 "paths",
2679 "plist",
2680 "release_channel",
2681 "serde",
2682 "tempfile",
2683 "util",
2684 "windows 0.60.0",
2685]
2686
2687[[package]]
2688name = "client"
2689version = "0.1.0"
2690dependencies = [
2691 "anyhow",
2692 "async-native-tls",
2693 "async-recursion 0.3.2",
2694 "async-tungstenite",
2695 "chrono",
2696 "clock",
2697 "cocoa 0.26.0",
2698 "collections",
2699 "credentials_provider",
2700 "feature_flags",
2701 "futures 0.3.31",
2702 "gpui",
2703 "http_client",
2704 "log",
2705 "parking_lot",
2706 "paths",
2707 "postage",
2708 "rand 0.8.5",
2709 "release_channel",
2710 "rpc",
2711 "schemars",
2712 "serde",
2713 "serde_json",
2714 "settings",
2715 "sha2",
2716 "smol",
2717 "telemetry",
2718 "telemetry_events",
2719 "text",
2720 "thiserror 1.0.69",
2721 "time",
2722 "tiny_http",
2723 "tokio-socks",
2724 "url",
2725 "util",
2726 "windows 0.60.0",
2727 "worktree",
2728]
2729
2730[[package]]
2731name = "clock"
2732version = "0.1.0"
2733dependencies = [
2734 "parking_lot",
2735 "serde",
2736 "smallvec",
2737]
2738
2739[[package]]
2740name = "cmake"
2741version = "0.1.53"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2744dependencies = [
2745 "cc",
2746]
2747
2748[[package]]
2749name = "cobs"
2750version = "0.2.3"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2753
2754[[package]]
2755name = "cocoa"
2756version = "0.25.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2759dependencies = [
2760 "bitflags 1.3.2",
2761 "block",
2762 "cocoa-foundation 0.1.2",
2763 "core-foundation 0.9.4",
2764 "core-graphics 0.23.2",
2765 "foreign-types 0.5.0",
2766 "libc",
2767 "objc",
2768]
2769
2770[[package]]
2771name = "cocoa"
2772version = "0.26.0"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2775dependencies = [
2776 "bitflags 2.8.0",
2777 "block",
2778 "cocoa-foundation 0.2.0",
2779 "core-foundation 0.10.0",
2780 "core-graphics 0.24.0",
2781 "foreign-types 0.5.0",
2782 "libc",
2783 "objc",
2784]
2785
2786[[package]]
2787name = "cocoa-foundation"
2788version = "0.1.2"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2791dependencies = [
2792 "bitflags 1.3.2",
2793 "block",
2794 "core-foundation 0.9.4",
2795 "core-graphics-types 0.1.3",
2796 "libc",
2797 "objc",
2798]
2799
2800[[package]]
2801name = "cocoa-foundation"
2802version = "0.2.0"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2805dependencies = [
2806 "bitflags 2.8.0",
2807 "block",
2808 "core-foundation 0.10.0",
2809 "core-graphics-types 0.2.0",
2810 "libc",
2811 "objc",
2812]
2813
2814[[package]]
2815name = "codespan-reporting"
2816version = "0.11.1"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2819dependencies = [
2820 "termcolor",
2821 "unicode-width",
2822]
2823
2824[[package]]
2825name = "collab"
2826version = "0.44.0"
2827dependencies = [
2828 "anthropic",
2829 "anyhow",
2830 "assistant",
2831 "assistant_context_editor",
2832 "assistant_slash_command",
2833 "assistant_tool",
2834 "async-stripe",
2835 "async-trait",
2836 "async-tungstenite",
2837 "audio",
2838 "aws-config",
2839 "aws-sdk-kinesis",
2840 "aws-sdk-s3",
2841 "axum",
2842 "axum-extra",
2843 "base64 0.22.1",
2844 "buffer_diff",
2845 "call",
2846 "channel",
2847 "chrono",
2848 "client",
2849 "clock",
2850 "collab_ui",
2851 "collections",
2852 "context_server",
2853 "ctor",
2854 "dashmap 6.1.0",
2855 "derive_more",
2856 "editor",
2857 "env_logger 0.11.7",
2858 "envy",
2859 "extension",
2860 "file_finder",
2861 "fs",
2862 "futures 0.3.31",
2863 "git",
2864 "git_hosting_providers",
2865 "git_ui",
2866 "google_ai",
2867 "gpui",
2868 "hex",
2869 "http_client",
2870 "hyper 0.14.32",
2871 "indoc",
2872 "jsonwebtoken",
2873 "language",
2874 "language_model",
2875 "livekit_api",
2876 "livekit_client",
2877 "livekit_client_macos",
2878 "log",
2879 "lsp",
2880 "menu",
2881 "multi_buffer",
2882 "nanoid",
2883 "node_runtime",
2884 "notifications",
2885 "open_ai",
2886 "parking_lot",
2887 "pretty_assertions",
2888 "project",
2889 "prometheus",
2890 "prompt_store",
2891 "prost 0.9.0",
2892 "rand 0.8.5",
2893 "recent_projects",
2894 "release_channel",
2895 "remote",
2896 "remote_server",
2897 "reqwest 0.11.27",
2898 "reqwest_client",
2899 "rpc",
2900 "rustc-demangle",
2901 "scrypt",
2902 "sea-orm",
2903 "semantic_version",
2904 "semver",
2905 "serde",
2906 "serde_derive",
2907 "serde_json",
2908 "session",
2909 "settings",
2910 "sha2",
2911 "sqlx",
2912 "strum",
2913 "subtle",
2914 "supermaven_api",
2915 "telemetry_events",
2916 "text",
2917 "theme",
2918 "thiserror 1.0.69",
2919 "time",
2920 "tokio",
2921 "toml 0.8.20",
2922 "tower",
2923 "tower-http 0.4.4",
2924 "tracing",
2925 "tracing-subscriber",
2926 "unindent",
2927 "util",
2928 "uuid",
2929 "workspace",
2930 "worktree",
2931]
2932
2933[[package]]
2934name = "collab_ui"
2935version = "0.1.0"
2936dependencies = [
2937 "anyhow",
2938 "call",
2939 "channel",
2940 "chrono",
2941 "client",
2942 "collections",
2943 "db",
2944 "editor",
2945 "emojis",
2946 "futures 0.3.31",
2947 "fuzzy",
2948 "gpui",
2949 "http_client",
2950 "language",
2951 "menu",
2952 "notifications",
2953 "picker",
2954 "pretty_assertions",
2955 "project",
2956 "release_channel",
2957 "rich_text",
2958 "rpc",
2959 "schemars",
2960 "serde",
2961 "serde_derive",
2962 "serde_json",
2963 "settings",
2964 "smallvec",
2965 "story",
2966 "telemetry",
2967 "theme",
2968 "time",
2969 "time_format",
2970 "title_bar",
2971 "tree-sitter-md",
2972 "ui",
2973 "util",
2974 "workspace",
2975]
2976
2977[[package]]
2978name = "collections"
2979version = "0.1.0"
2980dependencies = [
2981 "indexmap",
2982 "rustc-hash 2.1.1",
2983]
2984
2985[[package]]
2986name = "color_quant"
2987version = "1.1.0"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2990
2991[[package]]
2992name = "colorchoice"
2993version = "1.0.3"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2996
2997[[package]]
2998name = "combine"
2999version = "4.6.7"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3002dependencies = [
3003 "bytes 1.10.1",
3004 "memchr",
3005]
3006
3007[[package]]
3008name = "command_palette"
3009version = "0.1.0"
3010dependencies = [
3011 "client",
3012 "collections",
3013 "command_palette_hooks",
3014 "ctor",
3015 "editor",
3016 "env_logger 0.11.7",
3017 "fuzzy",
3018 "go_to_line",
3019 "gpui",
3020 "language",
3021 "menu",
3022 "picker",
3023 "postage",
3024 "project",
3025 "serde",
3026 "serde_json",
3027 "settings",
3028 "telemetry",
3029 "theme",
3030 "ui",
3031 "util",
3032 "workspace",
3033 "zed_actions",
3034]
3035
3036[[package]]
3037name = "command_palette_hooks"
3038version = "0.1.0"
3039dependencies = [
3040 "collections",
3041 "derive_more",
3042 "gpui",
3043]
3044
3045[[package]]
3046name = "component"
3047version = "0.1.0"
3048dependencies = [
3049 "collections",
3050 "gpui",
3051 "linkme",
3052 "parking_lot",
3053 "theme",
3054]
3055
3056[[package]]
3057name = "component_preview"
3058version = "0.1.0"
3059dependencies = [
3060 "client",
3061 "collections",
3062 "component",
3063 "gpui",
3064 "languages",
3065 "notifications",
3066 "project",
3067 "ui",
3068 "workspace",
3069]
3070
3071[[package]]
3072name = "concurrent-queue"
3073version = "2.5.0"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3076dependencies = [
3077 "crossbeam-utils",
3078]
3079
3080[[package]]
3081name = "console"
3082version = "0.15.8"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3085dependencies = [
3086 "encode_unicode",
3087 "lazy_static",
3088 "libc",
3089 "unicode-width",
3090 "windows-sys 0.52.0",
3091]
3092
3093[[package]]
3094name = "const-oid"
3095version = "0.9.6"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3098
3099[[package]]
3100name = "const-random"
3101version = "0.1.18"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3104dependencies = [
3105 "const-random-macro",
3106]
3107
3108[[package]]
3109name = "const-random-macro"
3110version = "0.1.16"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3113dependencies = [
3114 "getrandom 0.2.15",
3115 "once_cell",
3116 "tiny-keccak",
3117]
3118
3119[[package]]
3120name = "constant_time_eq"
3121version = "0.1.5"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3124
3125[[package]]
3126name = "constant_time_eq"
3127version = "0.3.1"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3130
3131[[package]]
3132name = "context_server"
3133version = "0.1.0"
3134dependencies = [
3135 "anyhow",
3136 "assistant_tool",
3137 "async-trait",
3138 "collections",
3139 "command_palette_hooks",
3140 "context_server_settings",
3141 "extension",
3142 "futures 0.3.31",
3143 "gpui",
3144 "language_model",
3145 "log",
3146 "parking_lot",
3147 "postage",
3148 "project",
3149 "serde",
3150 "serde_json",
3151 "settings",
3152 "smol",
3153 "url",
3154 "util",
3155]
3156
3157[[package]]
3158name = "context_server_settings"
3159version = "0.1.0"
3160dependencies = [
3161 "anyhow",
3162 "collections",
3163 "gpui",
3164 "schemars",
3165 "serde",
3166 "serde_json",
3167 "settings",
3168]
3169
3170[[package]]
3171name = "convert_case"
3172version = "0.4.0"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3175
3176[[package]]
3177name = "convert_case"
3178version = "0.8.0"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3181dependencies = [
3182 "unicode-segmentation",
3183]
3184
3185[[package]]
3186name = "copilot"
3187version = "0.1.0"
3188dependencies = [
3189 "anyhow",
3190 "async-compression",
3191 "async-std",
3192 "async-tar",
3193 "chrono",
3194 "client",
3195 "clock",
3196 "collections",
3197 "command_palette_hooks",
3198 "ctor",
3199 "editor",
3200 "env_logger 0.11.7",
3201 "fs",
3202 "futures 0.3.31",
3203 "gpui",
3204 "http_client",
3205 "indoc",
3206 "inline_completion",
3207 "language",
3208 "log",
3209 "lsp",
3210 "menu",
3211 "node_runtime",
3212 "parking_lot",
3213 "paths",
3214 "project",
3215 "rpc",
3216 "schemars",
3217 "serde",
3218 "serde_json",
3219 "settings",
3220 "smol",
3221 "strum",
3222 "task",
3223 "theme",
3224 "ui",
3225 "util",
3226 "workspace",
3227]
3228
3229[[package]]
3230name = "core-foundation"
3231version = "0.9.4"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3234dependencies = [
3235 "core-foundation-sys",
3236 "libc",
3237]
3238
3239[[package]]
3240name = "core-foundation"
3241version = "0.10.0"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3244dependencies = [
3245 "core-foundation-sys",
3246 "libc",
3247]
3248
3249[[package]]
3250name = "core-foundation-sys"
3251version = "0.8.7"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3254
3255[[package]]
3256name = "core-graphics"
3257version = "0.23.2"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3260dependencies = [
3261 "bitflags 1.3.2",
3262 "core-foundation 0.9.4",
3263 "core-graphics-types 0.1.3",
3264 "foreign-types 0.5.0",
3265 "libc",
3266]
3267
3268[[package]]
3269name = "core-graphics"
3270version = "0.24.0"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3273dependencies = [
3274 "bitflags 2.8.0",
3275 "core-foundation 0.10.0",
3276 "core-graphics-types 0.2.0",
3277 "foreign-types 0.5.0",
3278 "libc",
3279]
3280
3281[[package]]
3282name = "core-graphics-types"
3283version = "0.1.3"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3286dependencies = [
3287 "bitflags 1.3.2",
3288 "core-foundation 0.9.4",
3289 "libc",
3290]
3291
3292[[package]]
3293name = "core-graphics-types"
3294version = "0.2.0"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3297dependencies = [
3298 "bitflags 2.8.0",
3299 "core-foundation 0.10.0",
3300 "libc",
3301]
3302
3303[[package]]
3304name = "core-services"
3305version = "0.2.1"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3308dependencies = [
3309 "core-foundation 0.9.4",
3310]
3311
3312[[package]]
3313name = "core-text"
3314version = "20.1.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3317dependencies = [
3318 "core-foundation 0.9.4",
3319 "core-graphics 0.23.2",
3320 "foreign-types 0.5.0",
3321 "libc",
3322]
3323
3324[[package]]
3325name = "core_maths"
3326version = "0.1.1"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3329dependencies = [
3330 "libm",
3331]
3332
3333[[package]]
3334name = "coreaudio-rs"
3335version = "0.11.3"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3338dependencies = [
3339 "bitflags 1.3.2",
3340 "core-foundation-sys",
3341 "coreaudio-sys",
3342]
3343
3344[[package]]
3345name = "coreaudio-rs"
3346version = "0.12.1"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3349dependencies = [
3350 "bitflags 1.3.2",
3351 "core-foundation-sys",
3352 "coreaudio-sys",
3353]
3354
3355[[package]]
3356name = "coreaudio-sys"
3357version = "0.2.16"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3360dependencies = [
3361 "bindgen 0.70.1",
3362]
3363
3364[[package]]
3365name = "cosmic-text"
3366version = "0.11.2"
3367source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3368dependencies = [
3369 "bitflags 2.8.0",
3370 "fontdb 0.18.0",
3371 "log",
3372 "rangemap",
3373 "rayon",
3374 "rustc-hash 1.1.0",
3375 "rustybuzz 0.14.1",
3376 "self_cell",
3377 "swash",
3378 "sys-locale",
3379 "ttf-parser 0.21.1",
3380 "unicode-bidi",
3381 "unicode-linebreak",
3382 "unicode-script",
3383 "unicode-segmentation",
3384]
3385
3386[[package]]
3387name = "cpal"
3388version = "0.15.3"
3389source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3390dependencies = [
3391 "alsa",
3392 "core-foundation-sys",
3393 "coreaudio-rs 0.11.3",
3394 "dasp_sample",
3395 "jni",
3396 "js-sys",
3397 "libc",
3398 "mach2",
3399 "ndk",
3400 "ndk-context",
3401 "oboe",
3402 "wasm-bindgen",
3403 "wasm-bindgen-futures",
3404 "web-sys",
3405 "windows 0.54.0",
3406]
3407
3408[[package]]
3409name = "cpp_demangle"
3410version = "0.4.4"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3413dependencies = [
3414 "cfg-if",
3415]
3416
3417[[package]]
3418name = "cpufeatures"
3419version = "0.2.16"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3422dependencies = [
3423 "libc",
3424]
3425
3426[[package]]
3427name = "cranelift-bforest"
3428version = "0.116.1"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3431dependencies = [
3432 "cranelift-entity",
3433]
3434
3435[[package]]
3436name = "cranelift-bitset"
3437version = "0.116.1"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3440dependencies = [
3441 "serde",
3442 "serde_derive",
3443]
3444
3445[[package]]
3446name = "cranelift-codegen"
3447version = "0.116.1"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3450dependencies = [
3451 "bumpalo",
3452 "cranelift-bforest",
3453 "cranelift-bitset",
3454 "cranelift-codegen-meta",
3455 "cranelift-codegen-shared",
3456 "cranelift-control",
3457 "cranelift-entity",
3458 "cranelift-isle",
3459 "gimli",
3460 "hashbrown 0.14.5",
3461 "log",
3462 "regalloc2",
3463 "rustc-hash 2.1.1",
3464 "serde",
3465 "smallvec",
3466 "target-lexicon 0.13.2",
3467]
3468
3469[[package]]
3470name = "cranelift-codegen-meta"
3471version = "0.116.1"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3474dependencies = [
3475 "cranelift-codegen-shared",
3476]
3477
3478[[package]]
3479name = "cranelift-codegen-shared"
3480version = "0.116.1"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3483
3484[[package]]
3485name = "cranelift-control"
3486version = "0.116.1"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3489dependencies = [
3490 "arbitrary",
3491]
3492
3493[[package]]
3494name = "cranelift-entity"
3495version = "0.116.1"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3498dependencies = [
3499 "cranelift-bitset",
3500 "serde",
3501 "serde_derive",
3502]
3503
3504[[package]]
3505name = "cranelift-frontend"
3506version = "0.116.1"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3509dependencies = [
3510 "cranelift-codegen",
3511 "log",
3512 "smallvec",
3513 "target-lexicon 0.13.2",
3514]
3515
3516[[package]]
3517name = "cranelift-isle"
3518version = "0.116.1"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3521
3522[[package]]
3523name = "cranelift-native"
3524version = "0.116.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3527dependencies = [
3528 "cranelift-codegen",
3529 "libc",
3530 "target-lexicon 0.13.2",
3531]
3532
3533[[package]]
3534name = "crc"
3535version = "3.2.1"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3538dependencies = [
3539 "crc-catalog",
3540]
3541
3542[[package]]
3543name = "crc-catalog"
3544version = "2.4.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3547
3548[[package]]
3549name = "crc32c"
3550version = "0.6.8"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3553dependencies = [
3554 "rustc_version",
3555]
3556
3557[[package]]
3558name = "crc32fast"
3559version = "1.4.2"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3562dependencies = [
3563 "cfg-if",
3564]
3565
3566[[package]]
3567name = "crc64fast-nvme"
3568version = "1.1.1"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3571dependencies = [
3572 "cbindgen 0.27.0",
3573 "crc",
3574]
3575
3576[[package]]
3577name = "credentials_provider"
3578version = "0.1.0"
3579dependencies = [
3580 "anyhow",
3581 "futures 0.3.31",
3582 "gpui",
3583 "paths",
3584 "release_channel",
3585 "serde",
3586 "serde_json",
3587]
3588
3589[[package]]
3590name = "criterion"
3591version = "0.5.1"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3594dependencies = [
3595 "anes",
3596 "cast",
3597 "ciborium",
3598 "clap",
3599 "criterion-plot",
3600 "is-terminal",
3601 "itertools 0.10.5",
3602 "num-traits",
3603 "once_cell",
3604 "oorandom",
3605 "plotters",
3606 "rayon",
3607 "regex",
3608 "serde",
3609 "serde_derive",
3610 "serde_json",
3611 "tinytemplate",
3612 "walkdir",
3613]
3614
3615[[package]]
3616name = "criterion-plot"
3617version = "0.5.0"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3620dependencies = [
3621 "cast",
3622 "itertools 0.10.5",
3623]
3624
3625[[package]]
3626name = "crossbeam-channel"
3627version = "0.5.13"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3630dependencies = [
3631 "crossbeam-utils",
3632]
3633
3634[[package]]
3635name = "crossbeam-deque"
3636version = "0.8.5"
3637source = "registry+https://github.com/rust-lang/crates.io-index"
3638checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3639dependencies = [
3640 "crossbeam-epoch",
3641 "crossbeam-utils",
3642]
3643
3644[[package]]
3645name = "crossbeam-epoch"
3646version = "0.9.18"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3649dependencies = [
3650 "crossbeam-utils",
3651]
3652
3653[[package]]
3654name = "crossbeam-queue"
3655version = "0.3.11"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3658dependencies = [
3659 "crossbeam-utils",
3660]
3661
3662[[package]]
3663name = "crossbeam-utils"
3664version = "0.8.20"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3667
3668[[package]]
3669name = "crunchy"
3670version = "0.2.2"
3671source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3673
3674[[package]]
3675name = "crypto-bigint"
3676version = "0.4.9"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3679dependencies = [
3680 "generic-array",
3681 "rand_core 0.6.4",
3682 "subtle",
3683 "zeroize",
3684]
3685
3686[[package]]
3687name = "crypto-bigint"
3688version = "0.5.5"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3691dependencies = [
3692 "rand_core 0.6.4",
3693 "subtle",
3694]
3695
3696[[package]]
3697name = "crypto-common"
3698version = "0.1.6"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3701dependencies = [
3702 "generic-array",
3703 "rand_core 0.6.4",
3704 "typenum",
3705]
3706
3707[[package]]
3708name = "ctor"
3709version = "0.4.1"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3712dependencies = [
3713 "ctor-proc-macro",
3714 "dtor",
3715]
3716
3717[[package]]
3718name = "ctor-proc-macro"
3719version = "0.0.5"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3722
3723[[package]]
3724name = "ctrlc"
3725version = "3.4.5"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3728dependencies = [
3729 "nix",
3730 "windows-sys 0.59.0",
3731]
3732
3733[[package]]
3734name = "cursor-icon"
3735version = "1.1.0"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3738
3739[[package]]
3740name = "cxx"
3741version = "1.0.134"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3744dependencies = [
3745 "cc",
3746 "cxxbridge-cmd",
3747 "cxxbridge-flags",
3748 "cxxbridge-macro",
3749 "foldhash",
3750 "link-cplusplus",
3751]
3752
3753[[package]]
3754name = "cxx-build"
3755version = "1.0.134"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3758dependencies = [
3759 "cc",
3760 "codespan-reporting",
3761 "proc-macro2",
3762 "quote",
3763 "scratch",
3764 "syn 2.0.100",
3765]
3766
3767[[package]]
3768name = "cxxbridge-cmd"
3769version = "1.0.134"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3772dependencies = [
3773 "clap",
3774 "codespan-reporting",
3775 "proc-macro2",
3776 "quote",
3777 "syn 2.0.100",
3778]
3779
3780[[package]]
3781name = "cxxbridge-flags"
3782version = "1.0.134"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3785
3786[[package]]
3787name = "cxxbridge-macro"
3788version = "1.0.134"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3791dependencies = [
3792 "proc-macro2",
3793 "quote",
3794 "rustversion",
3795 "syn 2.0.100",
3796]
3797
3798[[package]]
3799name = "dashmap"
3800version = "5.5.3"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3803dependencies = [
3804 "cfg-if",
3805 "hashbrown 0.14.5",
3806 "lock_api",
3807 "once_cell",
3808 "parking_lot_core",
3809]
3810
3811[[package]]
3812name = "dashmap"
3813version = "6.1.0"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3816dependencies = [
3817 "cfg-if",
3818 "crossbeam-utils",
3819 "hashbrown 0.14.5",
3820 "lock_api",
3821 "once_cell",
3822 "parking_lot_core",
3823]
3824
3825[[package]]
3826name = "dasp_sample"
3827version = "0.11.0"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3830
3831[[package]]
3832name = "data-encoding"
3833version = "2.6.0"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3836
3837[[package]]
3838name = "data-url"
3839version = "0.3.1"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3842
3843[[package]]
3844name = "db"
3845version = "0.1.0"
3846dependencies = [
3847 "anyhow",
3848 "gpui",
3849 "indoc",
3850 "log",
3851 "paths",
3852 "release_channel",
3853 "smol",
3854 "sqlez",
3855 "sqlez_macros",
3856 "tempfile",
3857 "util",
3858]
3859
3860[[package]]
3861name = "dbus"
3862version = "0.9.7"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3865dependencies = [
3866 "libc",
3867 "libdbus-sys",
3868 "winapi",
3869]
3870
3871[[package]]
3872name = "deepseek"
3873version = "0.1.0"
3874dependencies = [
3875 "anyhow",
3876 "futures 0.3.31",
3877 "http_client",
3878 "schemars",
3879 "serde",
3880 "serde_json",
3881]
3882
3883[[package]]
3884name = "deflate64"
3885version = "0.1.9"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3888
3889[[package]]
3890name = "der"
3891version = "0.6.1"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3894dependencies = [
3895 "const-oid",
3896 "zeroize",
3897]
3898
3899[[package]]
3900name = "der"
3901version = "0.7.9"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3904dependencies = [
3905 "const-oid",
3906 "pem-rfc7468",
3907 "zeroize",
3908]
3909
3910[[package]]
3911name = "deranged"
3912version = "0.3.11"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3915dependencies = [
3916 "powerfmt",
3917 "serde",
3918]
3919
3920[[package]]
3921name = "derive_more"
3922version = "0.99.19"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3925dependencies = [
3926 "convert_case 0.4.0",
3927 "proc-macro2",
3928 "quote",
3929 "rustc_version",
3930 "syn 2.0.100",
3931]
3932
3933[[package]]
3934name = "derive_refineable"
3935version = "0.1.0"
3936dependencies = [
3937 "proc-macro2",
3938 "quote",
3939 "syn 1.0.109",
3940]
3941
3942[[package]]
3943name = "diagnostics"
3944version = "0.1.0"
3945dependencies = [
3946 "anyhow",
3947 "client",
3948 "collections",
3949 "ctor",
3950 "editor",
3951 "env_logger 0.11.7",
3952 "gpui",
3953 "language",
3954 "log",
3955 "lsp",
3956 "pretty_assertions",
3957 "project",
3958 "rand 0.8.5",
3959 "serde",
3960 "serde_json",
3961 "settings",
3962 "theme",
3963 "ui",
3964 "unindent",
3965 "util",
3966 "workspace",
3967]
3968
3969[[package]]
3970name = "dialoguer"
3971version = "0.11.0"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3974dependencies = [
3975 "console",
3976 "fuzzy-matcher",
3977 "shell-words",
3978 "tempfile",
3979 "thiserror 1.0.69",
3980 "zeroize",
3981]
3982
3983[[package]]
3984name = "diff"
3985version = "0.1.13"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3988
3989[[package]]
3990name = "digest"
3991version = "0.10.7"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3994dependencies = [
3995 "block-buffer",
3996 "const-oid",
3997 "crypto-common",
3998 "subtle",
3999]
4000
4001[[package]]
4002name = "dirs"
4003version = "4.0.0"
4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4006dependencies = [
4007 "dirs-sys 0.3.7",
4008]
4009
4010[[package]]
4011name = "dirs"
4012version = "5.0.1"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4015dependencies = [
4016 "dirs-sys 0.4.1",
4017]
4018
4019[[package]]
4020name = "dirs-sys"
4021version = "0.3.7"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4024dependencies = [
4025 "libc",
4026 "redox_users",
4027 "winapi",
4028]
4029
4030[[package]]
4031name = "dirs-sys"
4032version = "0.4.1"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4035dependencies = [
4036 "libc",
4037 "option-ext",
4038 "redox_users",
4039 "windows-sys 0.48.0",
4040]
4041
4042[[package]]
4043name = "displaydoc"
4044version = "0.2.5"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4047dependencies = [
4048 "proc-macro2",
4049 "quote",
4050 "syn 2.0.100",
4051]
4052
4053[[package]]
4054name = "dlib"
4055version = "0.5.2"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4058dependencies = [
4059 "libloading",
4060]
4061
4062[[package]]
4063name = "docs_preprocessor"
4064version = "0.1.0"
4065dependencies = [
4066 "anyhow",
4067 "clap",
4068 "mdbook",
4069 "regex",
4070 "serde",
4071 "serde_json",
4072 "settings",
4073 "util",
4074]
4075
4076[[package]]
4077name = "dotenvy"
4078version = "0.15.7"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4081
4082[[package]]
4083name = "downcast-rs"
4084version = "1.2.1"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4087
4088[[package]]
4089name = "doxygen-rs"
4090version = "0.4.2"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4093dependencies = [
4094 "phf",
4095]
4096
4097[[package]]
4098name = "dtor"
4099version = "0.0.5"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4102dependencies = [
4103 "dtor-proc-macro",
4104]
4105
4106[[package]]
4107name = "dtor-proc-macro"
4108version = "0.0.5"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4111
4112[[package]]
4113name = "dunce"
4114version = "1.0.5"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4117
4118[[package]]
4119name = "dwrote"
4120version = "0.11.2"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4123dependencies = [
4124 "lazy_static",
4125 "libc",
4126 "winapi",
4127 "wio",
4128]
4129
4130[[package]]
4131name = "dyn-clone"
4132version = "1.0.17"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4135
4136[[package]]
4137name = "ec4rs"
4138version = "1.1.1"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4141
4142[[package]]
4143name = "ecdsa"
4144version = "0.14.8"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4147dependencies = [
4148 "der 0.6.1",
4149 "elliptic-curve",
4150 "rfc6979",
4151 "signature 1.6.4",
4152]
4153
4154[[package]]
4155name = "editor"
4156version = "0.1.0"
4157dependencies = [
4158 "aho-corasick",
4159 "anyhow",
4160 "assets",
4161 "buffer_diff",
4162 "chrono",
4163 "client",
4164 "clock",
4165 "collections",
4166 "convert_case 0.8.0",
4167 "ctor",
4168 "db",
4169 "emojis",
4170 "env_logger 0.11.7",
4171 "file_icons",
4172 "fs",
4173 "futures 0.3.31",
4174 "fuzzy",
4175 "git",
4176 "gpui",
4177 "http_client",
4178 "indoc",
4179 "inline_completion",
4180 "itertools 0.14.0",
4181 "language",
4182 "languages",
4183 "linkify",
4184 "log",
4185 "lsp",
4186 "markdown",
4187 "multi_buffer",
4188 "ordered-float 2.10.1",
4189 "parking_lot",
4190 "pretty_assertions",
4191 "project",
4192 "rand 0.8.5",
4193 "release_channel",
4194 "rpc",
4195 "schemars",
4196 "serde",
4197 "serde_json",
4198 "settings",
4199 "smallvec",
4200 "smol",
4201 "snippet",
4202 "sum_tree",
4203 "task",
4204 "telemetry",
4205 "tempfile",
4206 "text",
4207 "theme",
4208 "time",
4209 "time_format",
4210 "tree-sitter-html",
4211 "tree-sitter-rust",
4212 "tree-sitter-typescript",
4213 "ui",
4214 "unicode-script",
4215 "unicode-segmentation",
4216 "unindent",
4217 "url",
4218 "util",
4219 "uuid",
4220 "workspace",
4221 "zed_actions",
4222]
4223
4224[[package]]
4225name = "either"
4226version = "1.13.0"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4229dependencies = [
4230 "serde",
4231]
4232
4233[[package]]
4234name = "elasticlunr-rs"
4235version = "3.0.2"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4238dependencies = [
4239 "regex",
4240 "serde",
4241 "serde_derive",
4242 "serde_json",
4243]
4244
4245[[package]]
4246name = "elliptic-curve"
4247version = "0.12.3"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4250dependencies = [
4251 "base16ct",
4252 "crypto-bigint 0.4.9",
4253 "der 0.6.1",
4254 "digest",
4255 "ff",
4256 "generic-array",
4257 "group",
4258 "pkcs8 0.9.0",
4259 "rand_core 0.6.4",
4260 "sec1",
4261 "subtle",
4262 "zeroize",
4263]
4264
4265[[package]]
4266name = "embed-resource"
4267version = "3.0.2"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4270dependencies = [
4271 "cc",
4272 "memchr",
4273 "rustc_version",
4274 "toml 0.8.20",
4275 "vswhom",
4276 "winreg 0.52.0",
4277]
4278
4279[[package]]
4280name = "embedded-io"
4281version = "0.4.0"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4284
4285[[package]]
4286name = "embedded-io"
4287version = "0.6.1"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4290
4291[[package]]
4292name = "emojis"
4293version = "0.6.4"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4296dependencies = [
4297 "phf",
4298]
4299
4300[[package]]
4301name = "encode_unicode"
4302version = "0.3.6"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4305
4306[[package]]
4307name = "encoding_rs"
4308version = "0.8.35"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4311dependencies = [
4312 "cfg-if",
4313]
4314
4315[[package]]
4316name = "endi"
4317version = "1.1.0"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4320
4321[[package]]
4322name = "enumflags2"
4323version = "0.7.10"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4326dependencies = [
4327 "enumflags2_derive",
4328 "serde",
4329]
4330
4331[[package]]
4332name = "enumflags2_derive"
4333version = "0.7.10"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4336dependencies = [
4337 "proc-macro2",
4338 "quote",
4339 "syn 2.0.100",
4340]
4341
4342[[package]]
4343name = "env_filter"
4344version = "0.1.2"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4347dependencies = [
4348 "log",
4349 "regex",
4350]
4351
4352[[package]]
4353name = "env_home"
4354version = "0.1.0"
4355source = "registry+https://github.com/rust-lang/crates.io-index"
4356checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4357
4358[[package]]
4359name = "env_logger"
4360version = "0.10.2"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4363dependencies = [
4364 "humantime",
4365 "is-terminal",
4366 "log",
4367 "regex",
4368 "termcolor",
4369]
4370
4371[[package]]
4372name = "env_logger"
4373version = "0.11.7"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4376dependencies = [
4377 "anstream",
4378 "anstyle",
4379 "env_filter",
4380 "jiff",
4381 "log",
4382]
4383
4384[[package]]
4385name = "envy"
4386version = "0.4.2"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4389dependencies = [
4390 "serde",
4391]
4392
4393[[package]]
4394name = "equivalent"
4395version = "1.0.1"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4398
4399[[package]]
4400name = "erased-serde"
4401version = "0.4.5"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4404dependencies = [
4405 "serde",
4406 "typeid",
4407]
4408
4409[[package]]
4410name = "errno"
4411version = "0.2.8"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4414dependencies = [
4415 "errno-dragonfly",
4416 "libc",
4417 "winapi",
4418]
4419
4420[[package]]
4421name = "errno"
4422version = "0.3.10"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4425dependencies = [
4426 "libc",
4427 "windows-sys 0.59.0",
4428]
4429
4430[[package]]
4431name = "errno-dragonfly"
4432version = "0.1.2"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4435dependencies = [
4436 "cc",
4437 "libc",
4438]
4439
4440[[package]]
4441name = "etagere"
4442version = "0.2.15"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4445dependencies = [
4446 "euclid",
4447 "svg_fmt",
4448]
4449
4450[[package]]
4451name = "etcetera"
4452version = "0.8.0"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4455dependencies = [
4456 "cfg-if",
4457 "home",
4458 "windows-sys 0.48.0",
4459]
4460
4461[[package]]
4462name = "euclid"
4463version = "0.22.11"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4466dependencies = [
4467 "num-traits",
4468]
4469
4470[[package]]
4471name = "evals"
4472version = "0.1.0"
4473dependencies = [
4474 "anyhow",
4475 "clap",
4476 "client",
4477 "clock",
4478 "collections",
4479 "env_logger 0.11.7",
4480 "feature_flags",
4481 "fs",
4482 "gpui",
4483 "http_client",
4484 "language",
4485 "languages",
4486 "node_runtime",
4487 "open_ai",
4488 "project",
4489 "reqwest_client",
4490 "semantic_index",
4491 "serde",
4492 "serde_json",
4493 "settings",
4494 "smol",
4495 "util",
4496]
4497
4498[[package]]
4499name = "event-listener"
4500version = "2.5.3"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4503
4504[[package]]
4505name = "event-listener"
4506version = "5.3.1"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4509dependencies = [
4510 "concurrent-queue",
4511 "parking",
4512 "pin-project-lite",
4513]
4514
4515[[package]]
4516name = "event-listener-strategy"
4517version = "0.5.3"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4520dependencies = [
4521 "event-listener 5.3.1",
4522 "pin-project-lite",
4523]
4524
4525[[package]]
4526name = "exec"
4527version = "0.3.1"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4530dependencies = [
4531 "errno 0.2.8",
4532 "libc",
4533]
4534
4535[[package]]
4536name = "exr"
4537version = "1.73.0"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4540dependencies = [
4541 "bit_field",
4542 "half",
4543 "lebe",
4544 "miniz_oxide",
4545 "rayon-core",
4546 "smallvec",
4547 "zune-inflate",
4548]
4549
4550[[package]]
4551name = "extension"
4552version = "0.1.0"
4553dependencies = [
4554 "anyhow",
4555 "async-compression",
4556 "async-tar",
4557 "async-trait",
4558 "collections",
4559 "convert_case 0.8.0",
4560 "fs",
4561 "futures 0.3.31",
4562 "gpui",
4563 "http_client",
4564 "language",
4565 "log",
4566 "lsp",
4567 "parking_lot",
4568 "semantic_version",
4569 "serde",
4570 "serde_json",
4571 "toml 0.8.20",
4572 "util",
4573 "wasm-encoder 0.221.3",
4574 "wasmparser 0.221.3",
4575 "wit-component 0.221.3",
4576]
4577
4578[[package]]
4579name = "extension_cli"
4580version = "0.1.0"
4581dependencies = [
4582 "anyhow",
4583 "clap",
4584 "env_logger 0.11.7",
4585 "extension",
4586 "fs",
4587 "language",
4588 "log",
4589 "reqwest_client",
4590 "rpc",
4591 "serde",
4592 "serde_json",
4593 "theme",
4594 "tokio",
4595 "toml 0.8.20",
4596 "tree-sitter",
4597 "wasmtime",
4598]
4599
4600[[package]]
4601name = "extension_host"
4602version = "0.1.0"
4603dependencies = [
4604 "anyhow",
4605 "async-compression",
4606 "async-tar",
4607 "async-trait",
4608 "client",
4609 "collections",
4610 "context_server_settings",
4611 "ctor",
4612 "env_logger 0.11.7",
4613 "extension",
4614 "fs",
4615 "futures 0.3.31",
4616 "gpui",
4617 "http_client",
4618 "language",
4619 "language_extension",
4620 "log",
4621 "lsp",
4622 "node_runtime",
4623 "parking_lot",
4624 "paths",
4625 "project",
4626 "release_channel",
4627 "remote",
4628 "reqwest_client",
4629 "schemars",
4630 "semantic_version",
4631 "serde",
4632 "serde_json",
4633 "serde_json_lenient",
4634 "settings",
4635 "task",
4636 "telemetry",
4637 "tempfile",
4638 "theme",
4639 "theme_extension",
4640 "toml 0.8.20",
4641 "url",
4642 "util",
4643 "wasmparser 0.221.3",
4644 "wasmtime",
4645 "wasmtime-wasi",
4646]
4647
4648[[package]]
4649name = "extensions_ui"
4650version = "0.1.0"
4651dependencies = [
4652 "anyhow",
4653 "client",
4654 "collections",
4655 "db",
4656 "editor",
4657 "extension_host",
4658 "feature_flags",
4659 "fs",
4660 "fuzzy",
4661 "gpui",
4662 "language",
4663 "num-format",
4664 "picker",
4665 "project",
4666 "release_channel",
4667 "semantic_version",
4668 "serde",
4669 "settings",
4670 "smallvec",
4671 "telemetry",
4672 "theme",
4673 "ui",
4674 "util",
4675 "vim_mode_setting",
4676 "workspace",
4677 "zed_actions",
4678]
4679
4680[[package]]
4681name = "fallible-iterator"
4682version = "0.3.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4685
4686[[package]]
4687name = "fancy-regex"
4688version = "0.13.0"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4691dependencies = [
4692 "bit-set 0.5.3",
4693 "regex-automata 0.4.9",
4694 "regex-syntax 0.8.5",
4695]
4696
4697[[package]]
4698name = "fancy-regex"
4699version = "0.14.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4702dependencies = [
4703 "bit-set 0.8.0",
4704 "regex-automata 0.4.9",
4705 "regex-syntax 0.8.5",
4706]
4707
4708[[package]]
4709name = "fast-srgb8"
4710version = "1.0.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4713
4714[[package]]
4715name = "fastrand"
4716version = "1.9.0"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4719dependencies = [
4720 "instant",
4721]
4722
4723[[package]]
4724name = "fastrand"
4725version = "2.3.0"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4728
4729[[package]]
4730name = "fd-lock"
4731version = "4.0.2"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4734dependencies = [
4735 "cfg-if",
4736 "rustix",
4737 "windows-sys 0.52.0",
4738]
4739
4740[[package]]
4741name = "fdeflate"
4742version = "0.3.7"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4745dependencies = [
4746 "simd-adler32",
4747]
4748
4749[[package]]
4750name = "feature_flags"
4751version = "0.1.0"
4752dependencies = [
4753 "futures 0.3.31",
4754 "gpui",
4755 "smol",
4756]
4757
4758[[package]]
4759name = "feedback"
4760version = "0.1.0"
4761dependencies = [
4762 "anyhow",
4763 "bitflags 2.8.0",
4764 "client",
4765 "db",
4766 "editor",
4767 "futures 0.3.31",
4768 "gpui",
4769 "http_client",
4770 "human_bytes",
4771 "language",
4772 "log",
4773 "menu",
4774 "project",
4775 "regex",
4776 "release_channel",
4777 "serde",
4778 "serde_derive",
4779 "serde_json",
4780 "smol",
4781 "sysinfo",
4782 "ui",
4783 "urlencoding",
4784 "util",
4785 "workspace",
4786 "zed_actions",
4787]
4788
4789[[package]]
4790name = "ff"
4791version = "0.12.1"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4794dependencies = [
4795 "rand_core 0.6.4",
4796 "subtle",
4797]
4798
4799[[package]]
4800name = "file_finder"
4801version = "0.1.0"
4802dependencies = [
4803 "anyhow",
4804 "collections",
4805 "ctor",
4806 "editor",
4807 "env_logger 0.11.7",
4808 "file_icons",
4809 "futures 0.3.31",
4810 "fuzzy",
4811 "gpui",
4812 "language",
4813 "menu",
4814 "picker",
4815 "project",
4816 "schemars",
4817 "serde",
4818 "serde_derive",
4819 "serde_json",
4820 "settings",
4821 "text",
4822 "theme",
4823 "ui",
4824 "util",
4825 "workspace",
4826]
4827
4828[[package]]
4829name = "file_icons"
4830version = "0.1.0"
4831dependencies = [
4832 "gpui",
4833 "serde",
4834 "settings",
4835 "theme",
4836 "util",
4837]
4838
4839[[package]]
4840name = "filedescriptor"
4841version = "0.8.3"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4844dependencies = [
4845 "libc",
4846 "thiserror 1.0.69",
4847 "winapi",
4848]
4849
4850[[package]]
4851name = "filetime"
4852version = "0.2.25"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4855dependencies = [
4856 "cfg-if",
4857 "libc",
4858 "libredox",
4859 "windows-sys 0.59.0",
4860]
4861
4862[[package]]
4863name = "fixedbitset"
4864version = "0.4.2"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4867
4868[[package]]
4869name = "flate2"
4870version = "1.0.35"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4873dependencies = [
4874 "crc32fast",
4875 "miniz_oxide",
4876]
4877
4878[[package]]
4879name = "float-cmp"
4880version = "0.9.0"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4883
4884[[package]]
4885name = "float-ord"
4886version = "0.3.2"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4889
4890[[package]]
4891name = "float_next_after"
4892version = "1.0.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4895
4896[[package]]
4897name = "flume"
4898version = "0.11.1"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4901dependencies = [
4902 "futures-core",
4903 "futures-sink",
4904 "nanorand",
4905 "spin",
4906]
4907
4908[[package]]
4909name = "fnv"
4910version = "1.0.7"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4913
4914[[package]]
4915name = "foldhash"
4916version = "0.1.3"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4919
4920[[package]]
4921name = "font-kit"
4922version = "0.14.1"
4923source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4924dependencies = [
4925 "bitflags 2.8.0",
4926 "byteorder",
4927 "core-foundation 0.9.4",
4928 "core-graphics 0.23.2",
4929 "core-text",
4930 "dirs 5.0.1",
4931 "dwrote",
4932 "float-ord",
4933 "freetype-sys",
4934 "lazy_static",
4935 "libc",
4936 "log",
4937 "pathfinder_geometry",
4938 "pathfinder_simd",
4939 "walkdir",
4940 "winapi",
4941 "yeslogic-fontconfig-sys",
4942]
4943
4944[[package]]
4945name = "font-types"
4946version = "0.7.3"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4949dependencies = [
4950 "bytemuck",
4951]
4952
4953[[package]]
4954name = "fontconfig-parser"
4955version = "0.5.7"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4958dependencies = [
4959 "roxmltree",
4960]
4961
4962[[package]]
4963name = "fontdb"
4964version = "0.18.0"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4967dependencies = [
4968 "fontconfig-parser",
4969 "log",
4970 "memmap2",
4971 "slotmap",
4972 "tinyvec",
4973 "ttf-parser 0.21.1",
4974]
4975
4976[[package]]
4977name = "fontdb"
4978version = "0.23.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
4981dependencies = [
4982 "fontconfig-parser",
4983 "log",
4984 "memmap2",
4985 "slotmap",
4986 "tinyvec",
4987 "ttf-parser 0.25.1",
4988]
4989
4990[[package]]
4991name = "foreign-types"
4992version = "0.3.2"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4995dependencies = [
4996 "foreign-types-shared 0.1.1",
4997]
4998
4999[[package]]
5000name = "foreign-types"
5001version = "0.5.0"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5004dependencies = [
5005 "foreign-types-macros",
5006 "foreign-types-shared 0.3.1",
5007]
5008
5009[[package]]
5010name = "foreign-types-macros"
5011version = "0.2.3"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5014dependencies = [
5015 "proc-macro2",
5016 "quote",
5017 "syn 2.0.100",
5018]
5019
5020[[package]]
5021name = "foreign-types-shared"
5022version = "0.1.1"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5025
5026[[package]]
5027name = "foreign-types-shared"
5028version = "0.3.1"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5031
5032[[package]]
5033name = "fork"
5034version = "0.2.0"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5037dependencies = [
5038 "libc",
5039]
5040
5041[[package]]
5042name = "form_urlencoded"
5043version = "1.2.1"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5046dependencies = [
5047 "percent-encoding",
5048]
5049
5050[[package]]
5051name = "freetype-sys"
5052version = "0.20.1"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5055dependencies = [
5056 "cc",
5057 "libc",
5058 "pkg-config",
5059]
5060
5061[[package]]
5062name = "fs"
5063version = "0.1.0"
5064dependencies = [
5065 "anyhow",
5066 "ashpd",
5067 "async-tar",
5068 "async-trait",
5069 "cocoa 0.26.0",
5070 "collections",
5071 "fsevent",
5072 "futures 0.3.31",
5073 "git",
5074 "git2",
5075 "gpui",
5076 "libc",
5077 "log",
5078 "notify 6.1.1",
5079 "objc",
5080 "parking_lot",
5081 "paths",
5082 "proto",
5083 "rope",
5084 "serde",
5085 "serde_json",
5086 "smol",
5087 "tempfile",
5088 "text",
5089 "time",
5090 "util",
5091 "windows 0.60.0",
5092]
5093
5094[[package]]
5095name = "fs-set-times"
5096version = "0.20.2"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5099dependencies = [
5100 "io-lifetimes",
5101 "rustix",
5102 "windows-sys 0.59.0",
5103]
5104
5105[[package]]
5106name = "fs2"
5107version = "0.4.3"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5110dependencies = [
5111 "libc",
5112 "winapi",
5113]
5114
5115[[package]]
5116name = "fs_extra"
5117version = "1.3.0"
5118source = "registry+https://github.com/rust-lang/crates.io-index"
5119checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5120
5121[[package]]
5122name = "fsevent"
5123version = "0.1.0"
5124dependencies = [
5125 "bitflags 2.8.0",
5126 "core-foundation 0.9.4",
5127 "fsevent-sys 3.1.0",
5128 "parking_lot",
5129 "tempfile",
5130]
5131
5132[[package]]
5133name = "fsevent-sys"
5134version = "3.1.0"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5137dependencies = [
5138 "libc",
5139]
5140
5141[[package]]
5142name = "fsevent-sys"
5143version = "4.1.0"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5146dependencies = [
5147 "libc",
5148]
5149
5150[[package]]
5151name = "funty"
5152version = "2.0.0"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5155
5156[[package]]
5157name = "futf"
5158version = "0.1.5"
5159source = "registry+https://github.com/rust-lang/crates.io-index"
5160checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5161dependencies = [
5162 "mac",
5163 "new_debug_unreachable",
5164]
5165
5166[[package]]
5167name = "futures"
5168version = "0.1.31"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5171
5172[[package]]
5173name = "futures"
5174version = "0.3.31"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5177dependencies = [
5178 "futures-channel",
5179 "futures-core",
5180 "futures-executor",
5181 "futures-io",
5182 "futures-sink",
5183 "futures-task",
5184 "futures-util",
5185]
5186
5187[[package]]
5188name = "futures-batch"
5189version = "0.6.1"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5192dependencies = [
5193 "futures 0.3.31",
5194 "futures-timer",
5195 "pin-utils",
5196]
5197
5198[[package]]
5199name = "futures-channel"
5200version = "0.3.31"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5203dependencies = [
5204 "futures-core",
5205 "futures-sink",
5206]
5207
5208[[package]]
5209name = "futures-core"
5210version = "0.3.31"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5213
5214[[package]]
5215name = "futures-executor"
5216version = "0.3.31"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5219dependencies = [
5220 "futures-core",
5221 "futures-task",
5222 "futures-util",
5223]
5224
5225[[package]]
5226name = "futures-intrusive"
5227version = "0.5.0"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5230dependencies = [
5231 "futures-core",
5232 "lock_api",
5233 "parking_lot",
5234]
5235
5236[[package]]
5237name = "futures-io"
5238version = "0.3.31"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5241
5242[[package]]
5243name = "futures-lite"
5244version = "1.13.0"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5247dependencies = [
5248 "fastrand 1.9.0",
5249 "futures-core",
5250 "futures-io",
5251 "memchr",
5252 "parking",
5253 "pin-project-lite",
5254 "waker-fn",
5255]
5256
5257[[package]]
5258name = "futures-lite"
5259version = "2.6.0"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5262dependencies = [
5263 "fastrand 2.3.0",
5264 "futures-core",
5265 "futures-io",
5266 "parking",
5267 "pin-project-lite",
5268]
5269
5270[[package]]
5271name = "futures-macro"
5272version = "0.3.31"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5275dependencies = [
5276 "proc-macro2",
5277 "quote",
5278 "syn 2.0.100",
5279]
5280
5281[[package]]
5282name = "futures-sink"
5283version = "0.3.31"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5286
5287[[package]]
5288name = "futures-task"
5289version = "0.3.31"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5292
5293[[package]]
5294name = "futures-timer"
5295version = "3.0.3"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5298
5299[[package]]
5300name = "futures-util"
5301version = "0.3.31"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5304dependencies = [
5305 "futures 0.1.31",
5306 "futures-channel",
5307 "futures-core",
5308 "futures-io",
5309 "futures-macro",
5310 "futures-sink",
5311 "futures-task",
5312 "memchr",
5313 "pin-project-lite",
5314 "pin-utils",
5315 "slab",
5316 "tokio-io",
5317]
5318
5319[[package]]
5320name = "fuzzy"
5321version = "0.1.0"
5322dependencies = [
5323 "gpui",
5324 "log",
5325 "util",
5326]
5327
5328[[package]]
5329name = "fuzzy-matcher"
5330version = "0.3.7"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5333dependencies = [
5334 "thread_local",
5335]
5336
5337[[package]]
5338name = "generic-array"
5339version = "0.14.7"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5342dependencies = [
5343 "typenum",
5344 "version_check",
5345]
5346
5347[[package]]
5348name = "gethostname"
5349version = "0.4.3"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5352dependencies = [
5353 "libc",
5354 "windows-targets 0.48.5",
5355]
5356
5357[[package]]
5358name = "getrandom"
5359version = "0.1.16"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5362dependencies = [
5363 "cfg-if",
5364 "libc",
5365 "wasi 0.9.0+wasi-snapshot-preview1",
5366]
5367
5368[[package]]
5369name = "getrandom"
5370version = "0.2.15"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5373dependencies = [
5374 "cfg-if",
5375 "js-sys",
5376 "libc",
5377 "wasi 0.11.0+wasi-snapshot-preview1",
5378 "wasm-bindgen",
5379]
5380
5381[[package]]
5382name = "getrandom"
5383version = "0.3.1"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5386dependencies = [
5387 "cfg-if",
5388 "libc",
5389 "wasi 0.13.3+wasi-0.2.2",
5390 "windows-targets 0.52.6",
5391]
5392
5393[[package]]
5394name = "gif"
5395version = "0.13.1"
5396source = "registry+https://github.com/rust-lang/crates.io-index"
5397checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5398dependencies = [
5399 "color_quant",
5400 "weezl",
5401]
5402
5403[[package]]
5404name = "gimli"
5405version = "0.31.1"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5408dependencies = [
5409 "fallible-iterator",
5410 "indexmap",
5411 "stable_deref_trait",
5412]
5413
5414[[package]]
5415name = "git"
5416version = "0.1.0"
5417dependencies = [
5418 "anyhow",
5419 "askpass",
5420 "async-trait",
5421 "collections",
5422 "derive_more",
5423 "futures 0.3.31",
5424 "git2",
5425 "gpui",
5426 "http_client",
5427 "log",
5428 "parking_lot",
5429 "pretty_assertions",
5430 "regex",
5431 "rope",
5432 "schemars",
5433 "serde",
5434 "serde_json",
5435 "smol",
5436 "sum_tree",
5437 "text",
5438 "time",
5439 "unindent",
5440 "url",
5441 "util",
5442]
5443
5444[[package]]
5445name = "git2"
5446version = "0.20.0"
5447source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5448dependencies = [
5449 "bitflags 2.8.0",
5450 "libc",
5451 "libgit2-sys",
5452 "log",
5453 "url",
5454]
5455
5456[[package]]
5457name = "git_hosting_providers"
5458version = "0.1.0"
5459dependencies = [
5460 "anyhow",
5461 "async-trait",
5462 "futures 0.3.31",
5463 "git",
5464 "gpui",
5465 "http_client",
5466 "indoc",
5467 "pretty_assertions",
5468 "regex",
5469 "serde",
5470 "serde_json",
5471 "url",
5472 "util",
5473]
5474
5475[[package]]
5476name = "git_ui"
5477version = "0.1.0"
5478dependencies = [
5479 "anyhow",
5480 "askpass",
5481 "assistant_settings",
5482 "buffer_diff",
5483 "chrono",
5484 "collections",
5485 "command_palette_hooks",
5486 "component",
5487 "ctor",
5488 "db",
5489 "editor",
5490 "env_logger 0.11.7",
5491 "futures 0.3.31",
5492 "fuzzy",
5493 "git",
5494 "gpui",
5495 "itertools 0.14.0",
5496 "language",
5497 "language_model",
5498 "linkify",
5499 "linkme",
5500 "log",
5501 "menu",
5502 "multi_buffer",
5503 "notifications",
5504 "panel",
5505 "picker",
5506 "postage",
5507 "pretty_assertions",
5508 "project",
5509 "schemars",
5510 "serde",
5511 "serde_derive",
5512 "serde_json",
5513 "settings",
5514 "smallvec",
5515 "strum",
5516 "telemetry",
5517 "theme",
5518 "time",
5519 "time_format",
5520 "ui",
5521 "unindent",
5522 "util",
5523 "windows 0.60.0",
5524 "workspace",
5525 "zed_actions",
5526]
5527
5528[[package]]
5529name = "glob"
5530version = "0.3.1"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5533
5534[[package]]
5535name = "globset"
5536version = "0.4.16"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5539dependencies = [
5540 "aho-corasick",
5541 "bstr",
5542 "log",
5543 "regex-automata 0.4.9",
5544 "regex-syntax 0.8.5",
5545]
5546
5547[[package]]
5548name = "gloo-timers"
5549version = "0.3.0"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5552dependencies = [
5553 "futures-channel",
5554 "futures-core",
5555 "js-sys",
5556 "wasm-bindgen",
5557]
5558
5559[[package]]
5560name = "glow"
5561version = "0.14.2"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5564dependencies = [
5565 "js-sys",
5566 "slotmap",
5567 "wasm-bindgen",
5568 "web-sys",
5569]
5570
5571[[package]]
5572name = "go_to_line"
5573version = "0.1.0"
5574dependencies = [
5575 "anyhow",
5576 "editor",
5577 "gpui",
5578 "indoc",
5579 "language",
5580 "menu",
5581 "project",
5582 "rope",
5583 "schemars",
5584 "serde",
5585 "serde_json",
5586 "settings",
5587 "text",
5588 "theme",
5589 "tree-sitter-rust",
5590 "tree-sitter-typescript",
5591 "ui",
5592 "util",
5593 "workspace",
5594]
5595
5596[[package]]
5597name = "google_ai"
5598version = "0.1.0"
5599dependencies = [
5600 "anyhow",
5601 "futures 0.3.31",
5602 "http_client",
5603 "schemars",
5604 "serde",
5605 "serde_json",
5606 "strum",
5607]
5608
5609[[package]]
5610name = "gpu-alloc"
5611version = "0.6.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5614dependencies = [
5615 "bitflags 2.8.0",
5616 "gpu-alloc-types",
5617]
5618
5619[[package]]
5620name = "gpu-alloc-ash"
5621version = "0.7.0"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5624dependencies = [
5625 "ash",
5626 "gpu-alloc-types",
5627 "tinyvec",
5628]
5629
5630[[package]]
5631name = "gpu-alloc-types"
5632version = "0.3.0"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5635dependencies = [
5636 "bitflags 2.8.0",
5637]
5638
5639[[package]]
5640name = "gpui"
5641version = "0.1.0"
5642dependencies = [
5643 "anyhow",
5644 "as-raw-xcb-connection",
5645 "ashpd",
5646 "async-task",
5647 "backtrace",
5648 "bindgen 0.70.1",
5649 "blade-graphics",
5650 "blade-macros",
5651 "blade-util",
5652 "block",
5653 "bytemuck",
5654 "calloop",
5655 "calloop-wayland-source",
5656 "cbindgen 0.28.0",
5657 "cocoa 0.26.0",
5658 "collections",
5659 "core-foundation 0.9.4",
5660 "core-foundation-sys",
5661 "core-graphics 0.23.2",
5662 "core-text",
5663 "cosmic-text",
5664 "ctor",
5665 "derive_more",
5666 "embed-resource",
5667 "env_logger 0.11.7",
5668 "etagere",
5669 "filedescriptor",
5670 "flume",
5671 "font-kit",
5672 "foreign-types 0.5.0",
5673 "futures 0.3.31",
5674 "gpui_macros",
5675 "http_client",
5676 "image",
5677 "inventory",
5678 "itertools 0.14.0",
5679 "log",
5680 "lyon",
5681 "media",
5682 "metal",
5683 "naga",
5684 "num_cpus",
5685 "objc",
5686 "objc2",
5687 "objc2-metal",
5688 "oo7",
5689 "open",
5690 "parking",
5691 "parking_lot",
5692 "pathfinder_geometry",
5693 "postage",
5694 "profiling",
5695 "rand 0.8.5",
5696 "raw-window-handle",
5697 "refineable",
5698 "reqwest_client",
5699 "resvg",
5700 "schemars",
5701 "seahash",
5702 "semantic_version",
5703 "serde",
5704 "serde_derive",
5705 "serde_json",
5706 "slotmap",
5707 "smallvec",
5708 "smol",
5709 "strum",
5710 "sum_tree",
5711 "taffy",
5712 "thiserror 1.0.69",
5713 "unicode-segmentation",
5714 "usvg",
5715 "util",
5716 "uuid",
5717 "waker-fn",
5718 "wayland-backend",
5719 "wayland-client",
5720 "wayland-cursor",
5721 "wayland-protocols",
5722 "wayland-protocols-plasma",
5723 "windows 0.60.0",
5724 "windows-core 0.60.1",
5725 "x11-clipboard",
5726 "x11rb",
5727 "xim",
5728 "xkbcommon",
5729]
5730
5731[[package]]
5732name = "gpui_macros"
5733version = "0.1.0"
5734dependencies = [
5735 "gpui",
5736 "proc-macro2",
5737 "quote",
5738 "syn 1.0.109",
5739]
5740
5741[[package]]
5742name = "gpui_tokio"
5743version = "0.1.0"
5744dependencies = [
5745 "gpui",
5746 "tokio",
5747 "util",
5748]
5749
5750[[package]]
5751name = "grid"
5752version = "0.13.0"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5755
5756[[package]]
5757name = "group"
5758version = "0.12.1"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5761dependencies = [
5762 "ff",
5763 "rand_core 0.6.4",
5764 "subtle",
5765]
5766
5767[[package]]
5768name = "h2"
5769version = "0.3.26"
5770source = "registry+https://github.com/rust-lang/crates.io-index"
5771checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5772dependencies = [
5773 "bytes 1.10.1",
5774 "fnv",
5775 "futures-core",
5776 "futures-sink",
5777 "futures-util",
5778 "http 0.2.12",
5779 "indexmap",
5780 "slab",
5781 "tokio",
5782 "tokio-util",
5783 "tracing",
5784]
5785
5786[[package]]
5787name = "h2"
5788version = "0.4.7"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5791dependencies = [
5792 "atomic-waker",
5793 "bytes 1.10.1",
5794 "fnv",
5795 "futures-core",
5796 "futures-sink",
5797 "http 1.2.0",
5798 "indexmap",
5799 "slab",
5800 "tokio",
5801 "tokio-util",
5802 "tracing",
5803]
5804
5805[[package]]
5806name = "half"
5807version = "2.4.1"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5810dependencies = [
5811 "cfg-if",
5812 "crunchy",
5813]
5814
5815[[package]]
5816name = "handlebars"
5817version = "4.5.0"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5820dependencies = [
5821 "log",
5822 "pest",
5823 "pest_derive",
5824 "serde",
5825 "serde_json",
5826 "thiserror 1.0.69",
5827]
5828
5829[[package]]
5830name = "handlebars"
5831version = "6.2.0"
5832source = "registry+https://github.com/rust-lang/crates.io-index"
5833checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5834dependencies = [
5835 "log",
5836 "num-order",
5837 "pest",
5838 "pest_derive",
5839 "serde",
5840 "serde_json",
5841 "thiserror 1.0.69",
5842]
5843
5844[[package]]
5845name = "hashbrown"
5846version = "0.12.3"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5849dependencies = [
5850 "ahash 0.7.8",
5851]
5852
5853[[package]]
5854name = "hashbrown"
5855version = "0.14.5"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5858dependencies = [
5859 "ahash 0.8.11",
5860 "allocator-api2",
5861]
5862
5863[[package]]
5864name = "hashbrown"
5865version = "0.15.2"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5868dependencies = [
5869 "allocator-api2",
5870 "equivalent",
5871 "foldhash",
5872 "serde",
5873]
5874
5875[[package]]
5876name = "hashlink"
5877version = "0.8.4"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5880dependencies = [
5881 "hashbrown 0.14.5",
5882]
5883
5884[[package]]
5885name = "hashlink"
5886version = "0.10.0"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5889dependencies = [
5890 "hashbrown 0.15.2",
5891]
5892
5893[[package]]
5894name = "headers"
5895version = "0.3.9"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5898dependencies = [
5899 "base64 0.21.7",
5900 "bytes 1.10.1",
5901 "headers-core",
5902 "http 0.2.12",
5903 "httpdate",
5904 "mime",
5905 "sha1",
5906]
5907
5908[[package]]
5909name = "headers-core"
5910version = "0.2.0"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5913dependencies = [
5914 "http 0.2.12",
5915]
5916
5917[[package]]
5918name = "heck"
5919version = "0.3.3"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5922dependencies = [
5923 "unicode-segmentation",
5924]
5925
5926[[package]]
5927name = "heck"
5928version = "0.4.1"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5931dependencies = [
5932 "unicode-segmentation",
5933]
5934
5935[[package]]
5936name = "heck"
5937version = "0.5.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5940
5941[[package]]
5942name = "heed"
5943version = "0.21.0"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5946dependencies = [
5947 "bitflags 2.8.0",
5948 "byteorder",
5949 "heed-traits",
5950 "heed-types",
5951 "libc",
5952 "lmdb-master-sys",
5953 "once_cell",
5954 "page_size",
5955 "serde",
5956 "synchronoise",
5957 "url",
5958]
5959
5960[[package]]
5961name = "heed-traits"
5962version = "0.20.0"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5965
5966[[package]]
5967name = "heed-types"
5968version = "0.21.0"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5971dependencies = [
5972 "bincode",
5973 "byteorder",
5974 "heed-traits",
5975 "serde",
5976 "serde_json",
5977]
5978
5979[[package]]
5980name = "hermit-abi"
5981version = "0.3.9"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5984
5985[[package]]
5986name = "hermit-abi"
5987version = "0.4.0"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5990
5991[[package]]
5992name = "hex"
5993version = "0.4.3"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5996
5997[[package]]
5998name = "hexf-parse"
5999version = "0.2.1"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6002
6003[[package]]
6004name = "hidden-trait"
6005version = "0.1.2"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6008dependencies = [
6009 "proc-macro2",
6010 "quote",
6011 "syn 1.0.109",
6012]
6013
6014[[package]]
6015name = "hkdf"
6016version = "0.12.4"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6019dependencies = [
6020 "hmac",
6021]
6022
6023[[package]]
6024name = "hmac"
6025version = "0.12.1"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6028dependencies = [
6029 "digest",
6030]
6031
6032[[package]]
6033name = "home"
6034version = "0.5.9"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6037dependencies = [
6038 "windows-sys 0.52.0",
6039]
6040
6041[[package]]
6042name = "hound"
6043version = "3.5.1"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6046
6047[[package]]
6048name = "html5ever"
6049version = "0.27.0"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6052dependencies = [
6053 "log",
6054 "mac",
6055 "markup5ever",
6056 "proc-macro2",
6057 "quote",
6058 "syn 2.0.100",
6059]
6060
6061[[package]]
6062name = "html_to_markdown"
6063version = "0.1.0"
6064dependencies = [
6065 "anyhow",
6066 "html5ever",
6067 "indoc",
6068 "markup5ever_rcdom",
6069 "pretty_assertions",
6070 "regex",
6071]
6072
6073[[package]]
6074name = "http"
6075version = "0.2.12"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6078dependencies = [
6079 "bytes 1.10.1",
6080 "fnv",
6081 "itoa",
6082]
6083
6084[[package]]
6085name = "http"
6086version = "1.2.0"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6089dependencies = [
6090 "bytes 1.10.1",
6091 "fnv",
6092 "itoa",
6093]
6094
6095[[package]]
6096name = "http-body"
6097version = "0.4.6"
6098source = "registry+https://github.com/rust-lang/crates.io-index"
6099checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6100dependencies = [
6101 "bytes 1.10.1",
6102 "http 0.2.12",
6103 "pin-project-lite",
6104]
6105
6106[[package]]
6107name = "http-body"
6108version = "1.0.1"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6111dependencies = [
6112 "bytes 1.10.1",
6113 "http 1.2.0",
6114]
6115
6116[[package]]
6117name = "http-body-util"
6118version = "0.1.2"
6119source = "registry+https://github.com/rust-lang/crates.io-index"
6120checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6121dependencies = [
6122 "bytes 1.10.1",
6123 "futures-util",
6124 "http 1.2.0",
6125 "http-body 1.0.1",
6126 "pin-project-lite",
6127]
6128
6129[[package]]
6130name = "http-range-header"
6131version = "0.3.1"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6134
6135[[package]]
6136name = "http-types"
6137version = "2.12.0"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6140dependencies = [
6141 "anyhow",
6142 "async-channel 1.9.0",
6143 "base64 0.13.1",
6144 "futures-lite 1.13.0",
6145 "http 0.2.12",
6146 "infer",
6147 "pin-project-lite",
6148 "rand 0.7.3",
6149 "serde",
6150 "serde_json",
6151 "serde_qs 0.8.5",
6152 "serde_urlencoded",
6153 "url",
6154]
6155
6156[[package]]
6157name = "http_client"
6158version = "0.1.0"
6159dependencies = [
6160 "anyhow",
6161 "bytes 1.10.1",
6162 "derive_more",
6163 "futures 0.3.31",
6164 "http 1.2.0",
6165 "log",
6166 "rustls 0.23.23",
6167 "rustls-platform-verifier",
6168 "serde",
6169 "serde_json",
6170 "url",
6171]
6172
6173[[package]]
6174name = "httparse"
6175version = "1.9.5"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6178
6179[[package]]
6180name = "httpdate"
6181version = "1.0.3"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6184
6185[[package]]
6186name = "human_bytes"
6187version = "0.4.3"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6190
6191[[package]]
6192name = "humantime"
6193version = "2.1.0"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6196
6197[[package]]
6198name = "hyper"
6199version = "0.14.32"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6202dependencies = [
6203 "bytes 1.10.1",
6204 "futures-channel",
6205 "futures-core",
6206 "futures-util",
6207 "h2 0.3.26",
6208 "http 0.2.12",
6209 "http-body 0.4.6",
6210 "httparse",
6211 "httpdate",
6212 "itoa",
6213 "pin-project-lite",
6214 "socket2",
6215 "tokio",
6216 "tower-service",
6217 "tracing",
6218 "want",
6219]
6220
6221[[package]]
6222name = "hyper"
6223version = "1.5.1"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6226dependencies = [
6227 "bytes 1.10.1",
6228 "futures-channel",
6229 "futures-util",
6230 "h2 0.4.7",
6231 "http 1.2.0",
6232 "http-body 1.0.1",
6233 "httparse",
6234 "itoa",
6235 "pin-project-lite",
6236 "smallvec",
6237 "tokio",
6238 "want",
6239]
6240
6241[[package]]
6242name = "hyper-rustls"
6243version = "0.24.2"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6246dependencies = [
6247 "futures-util",
6248 "http 0.2.12",
6249 "hyper 0.14.32",
6250 "log",
6251 "rustls 0.21.12",
6252 "rustls-native-certs 0.6.3",
6253 "tokio",
6254 "tokio-rustls 0.24.1",
6255]
6256
6257[[package]]
6258name = "hyper-rustls"
6259version = "0.27.3"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6262dependencies = [
6263 "futures-util",
6264 "http 1.2.0",
6265 "hyper 1.5.1",
6266 "hyper-util",
6267 "rustls 0.23.23",
6268 "rustls-native-certs 0.8.1",
6269 "rustls-pki-types",
6270 "tokio",
6271 "tokio-rustls 0.26.1",
6272 "tower-service",
6273]
6274
6275[[package]]
6276name = "hyper-tls"
6277version = "0.5.0"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6280dependencies = [
6281 "bytes 1.10.1",
6282 "hyper 0.14.32",
6283 "native-tls",
6284 "tokio",
6285 "tokio-native-tls",
6286]
6287
6288[[package]]
6289name = "hyper-util"
6290version = "0.1.10"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6293dependencies = [
6294 "bytes 1.10.1",
6295 "futures-channel",
6296 "futures-util",
6297 "http 1.2.0",
6298 "http-body 1.0.1",
6299 "hyper 1.5.1",
6300 "pin-project-lite",
6301 "socket2",
6302 "tokio",
6303 "tower-service",
6304 "tracing",
6305]
6306
6307[[package]]
6308name = "iana-time-zone"
6309version = "0.1.61"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6312dependencies = [
6313 "android_system_properties",
6314 "core-foundation-sys",
6315 "iana-time-zone-haiku",
6316 "js-sys",
6317 "wasm-bindgen",
6318 "windows-core 0.52.0",
6319]
6320
6321[[package]]
6322name = "iana-time-zone-haiku"
6323version = "0.1.2"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6326dependencies = [
6327 "cc",
6328]
6329
6330[[package]]
6331name = "icu_collections"
6332version = "1.5.0"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6335dependencies = [
6336 "displaydoc",
6337 "yoke",
6338 "zerofrom",
6339 "zerovec",
6340]
6341
6342[[package]]
6343name = "icu_locid"
6344version = "1.5.0"
6345source = "registry+https://github.com/rust-lang/crates.io-index"
6346checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6347dependencies = [
6348 "displaydoc",
6349 "litemap",
6350 "tinystr",
6351 "writeable",
6352 "zerovec",
6353]
6354
6355[[package]]
6356name = "icu_locid_transform"
6357version = "1.5.0"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6360dependencies = [
6361 "displaydoc",
6362 "icu_locid",
6363 "icu_locid_transform_data",
6364 "icu_provider",
6365 "tinystr",
6366 "zerovec",
6367]
6368
6369[[package]]
6370name = "icu_locid_transform_data"
6371version = "1.5.0"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6374
6375[[package]]
6376name = "icu_normalizer"
6377version = "1.5.0"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6380dependencies = [
6381 "displaydoc",
6382 "icu_collections",
6383 "icu_normalizer_data",
6384 "icu_properties",
6385 "icu_provider",
6386 "smallvec",
6387 "utf16_iter",
6388 "utf8_iter",
6389 "write16",
6390 "zerovec",
6391]
6392
6393[[package]]
6394name = "icu_normalizer_data"
6395version = "1.5.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6398
6399[[package]]
6400name = "icu_properties"
6401version = "1.5.1"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6404dependencies = [
6405 "displaydoc",
6406 "icu_collections",
6407 "icu_locid_transform",
6408 "icu_properties_data",
6409 "icu_provider",
6410 "tinystr",
6411 "zerovec",
6412]
6413
6414[[package]]
6415name = "icu_properties_data"
6416version = "1.5.0"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6419
6420[[package]]
6421name = "icu_provider"
6422version = "1.5.0"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6425dependencies = [
6426 "displaydoc",
6427 "icu_locid",
6428 "icu_provider_macros",
6429 "stable_deref_trait",
6430 "tinystr",
6431 "writeable",
6432 "yoke",
6433 "zerofrom",
6434 "zerovec",
6435]
6436
6437[[package]]
6438name = "icu_provider_macros"
6439version = "1.5.0"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6442dependencies = [
6443 "proc-macro2",
6444 "quote",
6445 "syn 2.0.100",
6446]
6447
6448[[package]]
6449name = "id-arena"
6450version = "2.2.1"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6453
6454[[package]]
6455name = "idna"
6456version = "1.0.3"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6459dependencies = [
6460 "idna_adapter",
6461 "smallvec",
6462 "utf8_iter",
6463]
6464
6465[[package]]
6466name = "idna_adapter"
6467version = "1.2.0"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6470dependencies = [
6471 "icu_normalizer",
6472 "icu_properties",
6473]
6474
6475[[package]]
6476name = "ignore"
6477version = "0.4.23"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6480dependencies = [
6481 "crossbeam-deque",
6482 "globset",
6483 "log",
6484 "memchr",
6485 "regex-automata 0.4.9",
6486 "same-file",
6487 "walkdir",
6488 "winapi-util",
6489]
6490
6491[[package]]
6492name = "image"
6493version = "0.25.5"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6496dependencies = [
6497 "bytemuck",
6498 "byteorder-lite",
6499 "color_quant",
6500 "exr",
6501 "gif",
6502 "image-webp",
6503 "num-traits",
6504 "png",
6505 "qoi",
6506 "ravif",
6507 "rayon",
6508 "rgb",
6509 "tiff",
6510 "zune-core",
6511 "zune-jpeg",
6512]
6513
6514[[package]]
6515name = "image-webp"
6516version = "0.2.0"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6519dependencies = [
6520 "byteorder-lite",
6521 "quick-error",
6522]
6523
6524[[package]]
6525name = "image_viewer"
6526version = "0.1.0"
6527dependencies = [
6528 "anyhow",
6529 "db",
6530 "editor",
6531 "file_icons",
6532 "gpui",
6533 "project",
6534 "schemars",
6535 "serde",
6536 "settings",
6537 "theme",
6538 "ui",
6539 "util",
6540 "workspace",
6541]
6542
6543[[package]]
6544name = "imagesize"
6545version = "0.13.0"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6548
6549[[package]]
6550name = "imara-diff"
6551version = "0.1.8"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6554dependencies = [
6555 "hashbrown 0.15.2",
6556]
6557
6558[[package]]
6559name = "imgref"
6560version = "1.11.0"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6563
6564[[package]]
6565name = "indexed_docs"
6566version = "0.1.0"
6567dependencies = [
6568 "anyhow",
6569 "async-trait",
6570 "cargo_metadata",
6571 "collections",
6572 "derive_more",
6573 "extension",
6574 "fs",
6575 "futures 0.3.31",
6576 "fuzzy",
6577 "gpui",
6578 "heed",
6579 "html_to_markdown",
6580 "http_client",
6581 "indexmap",
6582 "indoc",
6583 "parking_lot",
6584 "paths",
6585 "pretty_assertions",
6586 "serde",
6587 "strum",
6588 "util",
6589]
6590
6591[[package]]
6592name = "indexmap"
6593version = "2.7.1"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6596dependencies = [
6597 "equivalent",
6598 "hashbrown 0.15.2",
6599 "serde",
6600]
6601
6602[[package]]
6603name = "indoc"
6604version = "2.0.6"
6605source = "registry+https://github.com/rust-lang/crates.io-index"
6606checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6607
6608[[package]]
6609name = "infer"
6610version = "0.2.3"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6613
6614[[package]]
6615name = "inherent"
6616version = "1.0.11"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6619dependencies = [
6620 "proc-macro2",
6621 "quote",
6622 "syn 2.0.100",
6623]
6624
6625[[package]]
6626name = "inline_completion"
6627version = "0.1.0"
6628dependencies = [
6629 "gpui",
6630 "language",
6631 "project",
6632]
6633
6634[[package]]
6635name = "inline_completion_button"
6636version = "0.1.0"
6637dependencies = [
6638 "anyhow",
6639 "client",
6640 "copilot",
6641 "editor",
6642 "feature_flags",
6643 "fs",
6644 "futures 0.3.31",
6645 "gpui",
6646 "indoc",
6647 "inline_completion",
6648 "language",
6649 "lsp",
6650 "paths",
6651 "project",
6652 "regex",
6653 "serde_json",
6654 "settings",
6655 "supermaven",
6656 "telemetry",
6657 "theme",
6658 "ui",
6659 "workspace",
6660 "zed_actions",
6661 "zeta",
6662]
6663
6664[[package]]
6665name = "inotify"
6666version = "0.9.6"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6669dependencies = [
6670 "bitflags 1.3.2",
6671 "inotify-sys",
6672 "libc",
6673]
6674
6675[[package]]
6676name = "inotify"
6677version = "0.11.0"
6678source = "registry+https://github.com/rust-lang/crates.io-index"
6679checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6680dependencies = [
6681 "bitflags 2.8.0",
6682 "inotify-sys",
6683 "libc",
6684]
6685
6686[[package]]
6687name = "inotify-sys"
6688version = "0.1.5"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6691dependencies = [
6692 "libc",
6693]
6694
6695[[package]]
6696name = "inout"
6697version = "0.1.3"
6698source = "registry+https://github.com/rust-lang/crates.io-index"
6699checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6700dependencies = [
6701 "block-padding",
6702 "generic-array",
6703]
6704
6705[[package]]
6706name = "install_cli"
6707version = "0.1.0"
6708dependencies = [
6709 "anyhow",
6710 "gpui",
6711 "smol",
6712 "util",
6713]
6714
6715[[package]]
6716name = "instant"
6717version = "0.1.13"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6720dependencies = [
6721 "cfg-if",
6722]
6723
6724[[package]]
6725name = "interpolate_name"
6726version = "0.2.4"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6729dependencies = [
6730 "proc-macro2",
6731 "quote",
6732 "syn 2.0.100",
6733]
6734
6735[[package]]
6736name = "inventory"
6737version = "0.3.20"
6738source = "registry+https://github.com/rust-lang/crates.io-index"
6739checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6740dependencies = [
6741 "rustversion",
6742]
6743
6744[[package]]
6745name = "io-extras"
6746version = "0.18.4"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6749dependencies = [
6750 "io-lifetimes",
6751 "windows-sys 0.59.0",
6752]
6753
6754[[package]]
6755name = "io-lifetimes"
6756version = "2.0.4"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6759
6760[[package]]
6761name = "iovec"
6762version = "0.1.4"
6763source = "registry+https://github.com/rust-lang/crates.io-index"
6764checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6765dependencies = [
6766 "libc",
6767]
6768
6769[[package]]
6770name = "ipc-channel"
6771version = "0.19.0"
6772source = "registry+https://github.com/rust-lang/crates.io-index"
6773checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6774dependencies = [
6775 "bincode",
6776 "crossbeam-channel",
6777 "fnv",
6778 "lazy_static",
6779 "libc",
6780 "mio 1.0.3",
6781 "rand 0.8.5",
6782 "serde",
6783 "tempfile",
6784 "uuid",
6785 "windows 0.58.0",
6786]
6787
6788[[package]]
6789name = "ipnet"
6790version = "2.10.1"
6791source = "registry+https://github.com/rust-lang/crates.io-index"
6792checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6793
6794[[package]]
6795name = "is-docker"
6796version = "0.2.0"
6797source = "registry+https://github.com/rust-lang/crates.io-index"
6798checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6799dependencies = [
6800 "once_cell",
6801]
6802
6803[[package]]
6804name = "is-terminal"
6805version = "0.4.13"
6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6808dependencies = [
6809 "hermit-abi 0.4.0",
6810 "libc",
6811 "windows-sys 0.52.0",
6812]
6813
6814[[package]]
6815name = "is-wsl"
6816version = "0.4.0"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6819dependencies = [
6820 "is-docker",
6821 "once_cell",
6822]
6823
6824[[package]]
6825name = "is_terminal_polyfill"
6826version = "1.70.1"
6827source = "registry+https://github.com/rust-lang/crates.io-index"
6828checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6829
6830[[package]]
6831name = "itertools"
6832version = "0.10.5"
6833source = "registry+https://github.com/rust-lang/crates.io-index"
6834checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6835dependencies = [
6836 "either",
6837]
6838
6839[[package]]
6840name = "itertools"
6841version = "0.11.0"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6844dependencies = [
6845 "either",
6846]
6847
6848[[package]]
6849name = "itertools"
6850version = "0.12.1"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6853dependencies = [
6854 "either",
6855]
6856
6857[[package]]
6858name = "itertools"
6859version = "0.14.0"
6860source = "registry+https://github.com/rust-lang/crates.io-index"
6861checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6862dependencies = [
6863 "either",
6864]
6865
6866[[package]]
6867name = "itoa"
6868version = "1.0.14"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6871
6872[[package]]
6873name = "jiff"
6874version = "0.2.4"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6877dependencies = [
6878 "jiff-static",
6879 "log",
6880 "portable-atomic",
6881 "portable-atomic-util",
6882 "serde",
6883]
6884
6885[[package]]
6886name = "jiff-static"
6887version = "0.2.4"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6890dependencies = [
6891 "proc-macro2",
6892 "quote",
6893 "syn 2.0.100",
6894]
6895
6896[[package]]
6897name = "jni"
6898version = "0.21.1"
6899source = "registry+https://github.com/rust-lang/crates.io-index"
6900checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6901dependencies = [
6902 "cesu8",
6903 "cfg-if",
6904 "combine",
6905 "jni-sys",
6906 "log",
6907 "thiserror 1.0.69",
6908 "walkdir",
6909 "windows-sys 0.45.0",
6910]
6911
6912[[package]]
6913name = "jni-sys"
6914version = "0.3.0"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6917
6918[[package]]
6919name = "jobserver"
6920version = "0.1.32"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6923dependencies = [
6924 "libc",
6925]
6926
6927[[package]]
6928name = "journal"
6929version = "0.1.0"
6930dependencies = [
6931 "anyhow",
6932 "chrono",
6933 "editor",
6934 "gpui",
6935 "log",
6936 "schemars",
6937 "serde",
6938 "settings",
6939 "shellexpand 2.1.2",
6940 "workspace",
6941]
6942
6943[[package]]
6944name = "jpeg-decoder"
6945version = "0.3.1"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6948
6949[[package]]
6950name = "js-sys"
6951version = "0.3.76"
6952source = "registry+https://github.com/rust-lang/crates.io-index"
6953checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6954dependencies = [
6955 "once_cell",
6956 "wasm-bindgen",
6957]
6958
6959[[package]]
6960name = "jsonwebtoken"
6961version = "9.3.1"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6964dependencies = [
6965 "base64 0.22.1",
6966 "js-sys",
6967 "pem",
6968 "ring",
6969 "serde",
6970 "serde_json",
6971 "simple_asn1",
6972]
6973
6974[[package]]
6975name = "jupyter-protocol"
6976version = "0.6.0"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6979dependencies = [
6980 "anyhow",
6981 "async-trait",
6982 "bytes 1.10.1",
6983 "chrono",
6984 "futures 0.3.31",
6985 "serde",
6986 "serde_json",
6987 "uuid",
6988]
6989
6990[[package]]
6991name = "jupyter-websocket-client"
6992version = "0.9.0"
6993source = "registry+https://github.com/rust-lang/crates.io-index"
6994checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6995dependencies = [
6996 "anyhow",
6997 "async-trait",
6998 "async-tungstenite",
6999 "futures 0.3.31",
7000 "jupyter-protocol",
7001 "serde",
7002 "serde_json",
7003 "url",
7004 "uuid",
7005]
7006
7007[[package]]
7008name = "khronos-egl"
7009version = "6.0.0"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7012dependencies = [
7013 "libc",
7014 "libloading",
7015]
7016
7017[[package]]
7018name = "kqueue"
7019version = "1.0.8"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7022dependencies = [
7023 "kqueue-sys",
7024 "libc",
7025]
7026
7027[[package]]
7028name = "kqueue-sys"
7029version = "1.0.4"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7032dependencies = [
7033 "bitflags 1.3.2",
7034 "libc",
7035]
7036
7037[[package]]
7038name = "kurbo"
7039version = "0.11.1"
7040source = "registry+https://github.com/rust-lang/crates.io-index"
7041checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7042dependencies = [
7043 "arrayvec",
7044 "smallvec",
7045]
7046
7047[[package]]
7048name = "kv-log-macro"
7049version = "1.0.7"
7050source = "registry+https://github.com/rust-lang/crates.io-index"
7051checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7052dependencies = [
7053 "log",
7054]
7055
7056[[package]]
7057name = "language"
7058version = "0.1.0"
7059dependencies = [
7060 "anyhow",
7061 "async-trait",
7062 "async-watch",
7063 "clock",
7064 "collections",
7065 "ctor",
7066 "ec4rs",
7067 "env_logger 0.11.7",
7068 "fs",
7069 "futures 0.3.31",
7070 "fuzzy",
7071 "globset",
7072 "gpui",
7073 "http_client",
7074 "imara-diff",
7075 "indoc",
7076 "itertools 0.14.0",
7077 "log",
7078 "lsp",
7079 "parking_lot",
7080 "postage",
7081 "pretty_assertions",
7082 "rand 0.8.5",
7083 "regex",
7084 "rpc",
7085 "schemars",
7086 "serde",
7087 "serde_json",
7088 "settings",
7089 "smallvec",
7090 "smol",
7091 "streaming-iterator",
7092 "strsim",
7093 "sum_tree",
7094 "task",
7095 "text",
7096 "theme",
7097 "tree-sitter",
7098 "tree-sitter-elixir",
7099 "tree-sitter-embedded-template",
7100 "tree-sitter-heex",
7101 "tree-sitter-html",
7102 "tree-sitter-json",
7103 "tree-sitter-md",
7104 "tree-sitter-ruby",
7105 "tree-sitter-rust",
7106 "tree-sitter-typescript",
7107 "unicase",
7108 "unindent",
7109 "util",
7110]
7111
7112[[package]]
7113name = "language_extension"
7114version = "0.1.0"
7115dependencies = [
7116 "anyhow",
7117 "async-trait",
7118 "collections",
7119 "extension",
7120 "fs",
7121 "futures 0.3.31",
7122 "gpui",
7123 "language",
7124 "lsp",
7125 "serde",
7126 "serde_json",
7127 "util",
7128]
7129
7130[[package]]
7131name = "language_model"
7132version = "0.1.0"
7133dependencies = [
7134 "anthropic",
7135 "anyhow",
7136 "base64 0.22.1",
7137 "client",
7138 "collections",
7139 "futures 0.3.31",
7140 "google_ai",
7141 "gpui",
7142 "http_client",
7143 "image",
7144 "log",
7145 "open_ai",
7146 "parking_lot",
7147 "proto",
7148 "schemars",
7149 "serde",
7150 "serde_json",
7151 "smol",
7152 "strum",
7153 "telemetry_events",
7154 "thiserror 1.0.69",
7155 "ui",
7156 "util",
7157]
7158
7159[[package]]
7160name = "language_model_selector"
7161version = "0.1.0"
7162dependencies = [
7163 "feature_flags",
7164 "gpui",
7165 "language_model",
7166 "log",
7167 "picker",
7168 "proto",
7169 "ui",
7170 "workspace",
7171 "zed_actions",
7172]
7173
7174[[package]]
7175name = "language_models"
7176version = "0.1.0"
7177dependencies = [
7178 "anthropic",
7179 "anyhow",
7180 "aws-config",
7181 "aws-credential-types",
7182 "aws_http_client",
7183 "bedrock",
7184 "client",
7185 "collections",
7186 "copilot",
7187 "credentials_provider",
7188 "deepseek",
7189 "editor",
7190 "feature_flags",
7191 "fs",
7192 "futures 0.3.31",
7193 "google_ai",
7194 "gpui",
7195 "gpui_tokio",
7196 "http_client",
7197 "language_model",
7198 "lmstudio",
7199 "log",
7200 "menu",
7201 "mistral",
7202 "ollama",
7203 "open_ai",
7204 "project",
7205 "proto",
7206 "schemars",
7207 "serde",
7208 "serde_json",
7209 "settings",
7210 "smol",
7211 "strum",
7212 "theme",
7213 "tiktoken-rs",
7214 "tokio",
7215 "ui",
7216 "util",
7217]
7218
7219[[package]]
7220name = "language_selector"
7221version = "0.1.0"
7222dependencies = [
7223 "anyhow",
7224 "editor",
7225 "file_finder",
7226 "file_icons",
7227 "fuzzy",
7228 "gpui",
7229 "language",
7230 "picker",
7231 "project",
7232 "settings",
7233 "ui",
7234 "util",
7235 "workspace",
7236]
7237
7238[[package]]
7239name = "language_tools"
7240version = "0.1.0"
7241dependencies = [
7242 "anyhow",
7243 "client",
7244 "collections",
7245 "copilot",
7246 "editor",
7247 "env_logger 0.11.7",
7248 "futures 0.3.31",
7249 "gpui",
7250 "itertools 0.14.0",
7251 "language",
7252 "lsp",
7253 "project",
7254 "release_channel",
7255 "serde_json",
7256 "settings",
7257 "theme",
7258 "tree-sitter",
7259 "ui",
7260 "util",
7261 "workspace",
7262 "zed_actions",
7263]
7264
7265[[package]]
7266name = "languages"
7267version = "0.1.0"
7268dependencies = [
7269 "anyhow",
7270 "async-compression",
7271 "async-tar",
7272 "async-trait",
7273 "collections",
7274 "futures 0.3.31",
7275 "gpui",
7276 "http_client",
7277 "language",
7278 "log",
7279 "lsp",
7280 "node_runtime",
7281 "paths",
7282 "pet",
7283 "pet-conda",
7284 "pet-core",
7285 "pet-fs",
7286 "pet-poetry",
7287 "pet-reporter",
7288 "pretty_assertions",
7289 "project",
7290 "regex",
7291 "rope",
7292 "rust-embed",
7293 "serde",
7294 "serde_json",
7295 "settings",
7296 "smol",
7297 "snippet_provider",
7298 "task",
7299 "text",
7300 "theme",
7301 "toml 0.8.20",
7302 "tree-sitter",
7303 "tree-sitter-bash",
7304 "tree-sitter-c",
7305 "tree-sitter-cpp",
7306 "tree-sitter-css",
7307 "tree-sitter-diff",
7308 "tree-sitter-gitcommit",
7309 "tree-sitter-go",
7310 "tree-sitter-gomod",
7311 "tree-sitter-gowork",
7312 "tree-sitter-jsdoc",
7313 "tree-sitter-json",
7314 "tree-sitter-md",
7315 "tree-sitter-python",
7316 "tree-sitter-regex",
7317 "tree-sitter-rust",
7318 "tree-sitter-typescript",
7319 "tree-sitter-yaml",
7320 "unindent",
7321 "util",
7322 "workspace",
7323]
7324
7325[[package]]
7326name = "lazy_static"
7327version = "1.5.0"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7330dependencies = [
7331 "spin",
7332]
7333
7334[[package]]
7335name = "lazycell"
7336version = "1.3.0"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7339
7340[[package]]
7341name = "leb128"
7342version = "0.2.5"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7345
7346[[package]]
7347name = "lebe"
7348version = "0.5.2"
7349source = "registry+https://github.com/rust-lang/crates.io-index"
7350checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7351
7352[[package]]
7353name = "libc"
7354version = "0.2.171"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7357
7358[[package]]
7359name = "libdbus-sys"
7360version = "0.2.5"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7363dependencies = [
7364 "cc",
7365 "pkg-config",
7366]
7367
7368[[package]]
7369name = "libfuzzer-sys"
7370version = "0.4.8"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7373dependencies = [
7374 "arbitrary",
7375 "cc",
7376]
7377
7378[[package]]
7379name = "libgit2-sys"
7380version = "0.18.0+1.9.0"
7381source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7382dependencies = [
7383 "cc",
7384 "libc",
7385 "libz-sys",
7386 "pkg-config",
7387]
7388
7389[[package]]
7390name = "libloading"
7391version = "0.8.6"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7394dependencies = [
7395 "cfg-if",
7396 "windows-targets 0.52.6",
7397]
7398
7399[[package]]
7400name = "libm"
7401version = "0.2.11"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7404
7405[[package]]
7406name = "libmimalloc-sys"
7407version = "0.1.39"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7410dependencies = [
7411 "cc",
7412 "libc",
7413]
7414
7415[[package]]
7416name = "libredox"
7417version = "0.1.3"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7420dependencies = [
7421 "bitflags 2.8.0",
7422 "libc",
7423 "redox_syscall 0.5.8",
7424]
7425
7426[[package]]
7427name = "libsqlite3-sys"
7428version = "0.30.1"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7431dependencies = [
7432 "cc",
7433 "pkg-config",
7434 "vcpkg",
7435]
7436
7437[[package]]
7438name = "libwebrtc"
7439version = "0.3.7"
7440source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7441dependencies = [
7442 "cxx",
7443 "jni",
7444 "js-sys",
7445 "lazy_static",
7446 "livekit-protocol",
7447 "livekit-runtime",
7448 "log",
7449 "parking_lot",
7450 "serde",
7451 "serde_json",
7452 "thiserror 1.0.69",
7453 "tokio",
7454 "wasm-bindgen",
7455 "wasm-bindgen-futures",
7456 "web-sys",
7457 "webrtc-sys",
7458]
7459
7460[[package]]
7461name = "libz-sys"
7462version = "1.1.20"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7465dependencies = [
7466 "cc",
7467 "libc",
7468 "pkg-config",
7469 "vcpkg",
7470]
7471
7472[[package]]
7473name = "link-cplusplus"
7474version = "1.0.9"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7477dependencies = [
7478 "cc",
7479]
7480
7481[[package]]
7482name = "linkify"
7483version = "0.10.0"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7486dependencies = [
7487 "memchr",
7488]
7489
7490[[package]]
7491name = "linkme"
7492version = "0.3.32"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7495dependencies = [
7496 "linkme-impl",
7497]
7498
7499[[package]]
7500name = "linkme-impl"
7501version = "0.3.32"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7504dependencies = [
7505 "proc-macro2",
7506 "quote",
7507 "syn 2.0.100",
7508]
7509
7510[[package]]
7511name = "linux-raw-sys"
7512version = "0.4.14"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7515
7516[[package]]
7517name = "litemap"
7518version = "0.7.4"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7521
7522[[package]]
7523name = "livekit"
7524version = "0.7.0"
7525source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7526dependencies = [
7527 "chrono",
7528 "futures-util",
7529 "lazy_static",
7530 "libwebrtc",
7531 "livekit-api",
7532 "livekit-protocol",
7533 "livekit-runtime",
7534 "log",
7535 "parking_lot",
7536 "prost 0.12.6",
7537 "semver",
7538 "serde",
7539 "serde_json",
7540 "thiserror 1.0.69",
7541 "tokio",
7542]
7543
7544[[package]]
7545name = "livekit-api"
7546version = "0.4.1"
7547source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7548dependencies = [
7549 "async-tungstenite",
7550 "futures-util",
7551 "http 0.2.12",
7552 "jsonwebtoken",
7553 "livekit-protocol",
7554 "livekit-runtime",
7555 "log",
7556 "parking_lot",
7557 "prost 0.12.6",
7558 "reqwest 0.11.27",
7559 "scopeguard",
7560 "serde",
7561 "serde_json",
7562 "sha2",
7563 "thiserror 1.0.69",
7564 "tokio",
7565 "tokio-tungstenite 0.20.1",
7566 "url",
7567]
7568
7569[[package]]
7570name = "livekit-protocol"
7571version = "0.3.6"
7572source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7573dependencies = [
7574 "futures-util",
7575 "livekit-runtime",
7576 "parking_lot",
7577 "pbjson",
7578 "pbjson-types",
7579 "prost 0.12.6",
7580 "prost-types 0.12.6",
7581 "serde",
7582 "thiserror 1.0.69",
7583 "tokio",
7584]
7585
7586[[package]]
7587name = "livekit-runtime"
7588version = "0.3.1"
7589source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7590dependencies = [
7591 "async-io",
7592 "async-std",
7593 "async-task",
7594 "futures 0.3.31",
7595]
7596
7597[[package]]
7598name = "livekit_api"
7599version = "0.1.0"
7600dependencies = [
7601 "anyhow",
7602 "async-trait",
7603 "jsonwebtoken",
7604 "log",
7605 "prost 0.9.0",
7606 "prost-build 0.9.0",
7607 "prost-types 0.9.0",
7608 "reqwest 0.12.8",
7609 "serde",
7610]
7611
7612[[package]]
7613name = "livekit_client"
7614version = "0.1.0"
7615dependencies = [
7616 "anyhow",
7617 "async-trait",
7618 "collections",
7619 "core-foundation 0.9.4",
7620 "coreaudio-rs 0.12.1",
7621 "cpal",
7622 "futures 0.3.31",
7623 "gpui",
7624 "http 0.2.12",
7625 "http_client",
7626 "image",
7627 "livekit",
7628 "livekit_api",
7629 "log",
7630 "media",
7631 "nanoid",
7632 "parking_lot",
7633 "postage",
7634 "serde",
7635 "serde_json",
7636 "sha2",
7637 "simplelog",
7638 "smallvec",
7639 "util",
7640]
7641
7642[[package]]
7643name = "livekit_client_macos"
7644version = "0.1.0"
7645dependencies = [
7646 "anyhow",
7647 "async-broadcast",
7648 "async-trait",
7649 "collections",
7650 "core-foundation 0.9.4",
7651 "futures 0.3.31",
7652 "gpui",
7653 "livekit_api",
7654 "log",
7655 "media",
7656 "nanoid",
7657 "parking_lot",
7658 "postage",
7659 "serde",
7660 "serde_json",
7661 "sha2",
7662 "simplelog",
7663]
7664
7665[[package]]
7666name = "lmdb-master-sys"
7667version = "0.2.4"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7670dependencies = [
7671 "cc",
7672 "doxygen-rs",
7673 "libc",
7674]
7675
7676[[package]]
7677name = "lmstudio"
7678version = "0.1.0"
7679dependencies = [
7680 "anyhow",
7681 "futures 0.3.31",
7682 "http_client",
7683 "schemars",
7684 "serde",
7685 "serde_json",
7686]
7687
7688[[package]]
7689name = "lock_api"
7690version = "0.4.12"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7693dependencies = [
7694 "autocfg",
7695 "scopeguard",
7696]
7697
7698[[package]]
7699name = "log"
7700version = "0.4.26"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7703dependencies = [
7704 "serde",
7705 "value-bag",
7706]
7707
7708[[package]]
7709name = "loop9"
7710version = "0.1.5"
7711source = "registry+https://github.com/rust-lang/crates.io-index"
7712checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7713dependencies = [
7714 "imgref",
7715]
7716
7717[[package]]
7718name = "lru"
7719version = "0.12.5"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7722dependencies = [
7723 "hashbrown 0.15.2",
7724]
7725
7726[[package]]
7727name = "lsp"
7728version = "0.1.0"
7729dependencies = [
7730 "anyhow",
7731 "async-pipe",
7732 "collections",
7733 "ctor",
7734 "env_logger 0.11.7",
7735 "futures 0.3.31",
7736 "gpui",
7737 "log",
7738 "lsp-types",
7739 "parking_lot",
7740 "postage",
7741 "release_channel",
7742 "schemars",
7743 "serde",
7744 "serde_json",
7745 "smol",
7746 "util",
7747]
7748
7749[[package]]
7750name = "lsp-types"
7751version = "0.95.1"
7752source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7753dependencies = [
7754 "bitflags 1.3.2",
7755 "serde",
7756 "serde_json",
7757 "serde_repr",
7758 "url",
7759]
7760
7761[[package]]
7762name = "lua-src"
7763version = "547.0.0"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7766dependencies = [
7767 "cc",
7768]
7769
7770[[package]]
7771name = "luajit-src"
7772version = "210.5.12+a4f56a4"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7775dependencies = [
7776 "cc",
7777 "which 7.0.2",
7778]
7779
7780[[package]]
7781name = "lyon"
7782version = "1.0.1"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7785dependencies = [
7786 "lyon_algorithms",
7787 "lyon_extra",
7788 "lyon_tessellation",
7789]
7790
7791[[package]]
7792name = "lyon_algorithms"
7793version = "1.0.5"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7796dependencies = [
7797 "lyon_path",
7798 "num-traits",
7799]
7800
7801[[package]]
7802name = "lyon_extra"
7803version = "1.0.3"
7804source = "registry+https://github.com/rust-lang/crates.io-index"
7805checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7806dependencies = [
7807 "lyon_path",
7808 "thiserror 1.0.69",
7809]
7810
7811[[package]]
7812name = "lyon_geom"
7813version = "1.0.6"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7816dependencies = [
7817 "arrayvec",
7818 "euclid",
7819 "num-traits",
7820]
7821
7822[[package]]
7823name = "lyon_path"
7824version = "1.0.6"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7827dependencies = [
7828 "lyon_geom",
7829 "num-traits",
7830]
7831
7832[[package]]
7833name = "lyon_tessellation"
7834version = "1.0.15"
7835source = "registry+https://github.com/rust-lang/crates.io-index"
7836checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7837dependencies = [
7838 "float_next_after",
7839 "lyon_path",
7840 "num-traits",
7841]
7842
7843[[package]]
7844name = "mac"
7845version = "0.1.1"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7848
7849[[package]]
7850name = "mach2"
7851version = "0.4.2"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7854dependencies = [
7855 "libc",
7856]
7857
7858[[package]]
7859name = "malloc_buf"
7860version = "0.0.6"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7863dependencies = [
7864 "libc",
7865]
7866
7867[[package]]
7868name = "maplit"
7869version = "1.0.2"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7872
7873[[package]]
7874name = "markdown"
7875version = "0.1.0"
7876dependencies = [
7877 "anyhow",
7878 "assets",
7879 "env_logger 0.11.7",
7880 "gpui",
7881 "language",
7882 "languages",
7883 "linkify",
7884 "log",
7885 "node_runtime",
7886 "pulldown-cmark 0.12.2",
7887 "settings",
7888 "theme",
7889 "ui",
7890 "util",
7891]
7892
7893[[package]]
7894name = "markdown_preview"
7895version = "0.1.0"
7896dependencies = [
7897 "anyhow",
7898 "async-recursion 1.1.1",
7899 "collections",
7900 "editor",
7901 "gpui",
7902 "language",
7903 "linkify",
7904 "log",
7905 "pretty_assertions",
7906 "pulldown-cmark 0.12.2",
7907 "settings",
7908 "theme",
7909 "ui",
7910 "util",
7911 "workspace",
7912]
7913
7914[[package]]
7915name = "markup5ever"
7916version = "0.12.1"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7919dependencies = [
7920 "log",
7921 "phf",
7922 "phf_codegen",
7923 "string_cache",
7924 "string_cache_codegen",
7925 "tendril",
7926]
7927
7928[[package]]
7929name = "markup5ever_rcdom"
7930version = "0.3.0"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7933dependencies = [
7934 "html5ever",
7935 "markup5ever",
7936 "tendril",
7937 "xml5ever",
7938]
7939
7940[[package]]
7941name = "matchers"
7942version = "0.1.0"
7943source = "registry+https://github.com/rust-lang/crates.io-index"
7944checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7945dependencies = [
7946 "regex-automata 0.1.10",
7947]
7948
7949[[package]]
7950name = "matchit"
7951version = "0.7.3"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7954
7955[[package]]
7956name = "maybe-owned"
7957version = "0.3.4"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7960
7961[[package]]
7962name = "maybe-rayon"
7963version = "0.1.1"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7966dependencies = [
7967 "cfg-if",
7968 "rayon",
7969]
7970
7971[[package]]
7972name = "md-5"
7973version = "0.10.6"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7976dependencies = [
7977 "cfg-if",
7978 "digest",
7979]
7980
7981[[package]]
7982name = "mdbook"
7983version = "0.4.47"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
7986dependencies = [
7987 "ammonia",
7988 "anyhow",
7989 "chrono",
7990 "clap",
7991 "clap_complete",
7992 "elasticlunr-rs",
7993 "env_logger 0.11.7",
7994 "futures-util",
7995 "handlebars 6.2.0",
7996 "hex",
7997 "ignore",
7998 "log",
7999 "memchr",
8000 "notify 8.0.0",
8001 "notify-debouncer-mini",
8002 "once_cell",
8003 "opener",
8004 "pathdiff",
8005 "pulldown-cmark 0.10.3",
8006 "regex",
8007 "serde",
8008 "serde_json",
8009 "sha2",
8010 "shlex",
8011 "tempfile",
8012 "tokio",
8013 "toml 0.5.11",
8014 "topological-sort",
8015 "walkdir",
8016 "warp",
8017]
8018
8019[[package]]
8020name = "media"
8021version = "0.1.0"
8022dependencies = [
8023 "anyhow",
8024 "bindgen 0.70.1",
8025 "core-foundation 0.9.4",
8026 "ctor",
8027 "foreign-types 0.5.0",
8028 "metal",
8029 "objc",
8030]
8031
8032[[package]]
8033name = "memchr"
8034version = "2.7.4"
8035source = "registry+https://github.com/rust-lang/crates.io-index"
8036checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8037
8038[[package]]
8039name = "memfd"
8040version = "0.6.4"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8043dependencies = [
8044 "rustix",
8045]
8046
8047[[package]]
8048name = "memmap2"
8049version = "0.9.5"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8052dependencies = [
8053 "libc",
8054]
8055
8056[[package]]
8057name = "memoffset"
8058version = "0.9.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8061dependencies = [
8062 "autocfg",
8063]
8064
8065[[package]]
8066name = "menu"
8067version = "0.1.0"
8068dependencies = [
8069 "gpui",
8070 "serde",
8071]
8072
8073[[package]]
8074name = "metal"
8075version = "0.31.0"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8078dependencies = [
8079 "bitflags 2.8.0",
8080 "block",
8081 "core-graphics-types 0.1.3",
8082 "foreign-types 0.5.0",
8083 "log",
8084 "objc",
8085 "paste",
8086]
8087
8088[[package]]
8089name = "migrator"
8090version = "0.1.0"
8091dependencies = [
8092 "anyhow",
8093 "collections",
8094 "convert_case 0.8.0",
8095 "log",
8096 "pretty_assertions",
8097 "streaming-iterator",
8098 "tree-sitter",
8099 "tree-sitter-json",
8100]
8101
8102[[package]]
8103name = "mimalloc"
8104version = "0.1.43"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8107dependencies = [
8108 "libmimalloc-sys",
8109]
8110
8111[[package]]
8112name = "mime"
8113version = "0.3.17"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8116
8117[[package]]
8118name = "mime_guess"
8119version = "2.0.5"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8122dependencies = [
8123 "mime",
8124 "unicase",
8125]
8126
8127[[package]]
8128name = "minimal-lexical"
8129version = "0.2.1"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8132
8133[[package]]
8134name = "miniz_oxide"
8135version = "0.8.0"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8138dependencies = [
8139 "adler2",
8140 "simd-adler32",
8141]
8142
8143[[package]]
8144name = "mint"
8145version = "0.5.9"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8148
8149[[package]]
8150name = "mio"
8151version = "0.8.11"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8154dependencies = [
8155 "libc",
8156 "log",
8157 "wasi 0.11.0+wasi-snapshot-preview1",
8158 "windows-sys 0.48.0",
8159]
8160
8161[[package]]
8162name = "mio"
8163version = "1.0.3"
8164source = "registry+https://github.com/rust-lang/crates.io-index"
8165checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8166dependencies = [
8167 "libc",
8168 "log",
8169 "wasi 0.11.0+wasi-snapshot-preview1",
8170 "windows-sys 0.52.0",
8171]
8172
8173[[package]]
8174name = "miow"
8175version = "0.6.0"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8178dependencies = [
8179 "windows-sys 0.48.0",
8180]
8181
8182[[package]]
8183name = "mistral"
8184version = "0.1.0"
8185dependencies = [
8186 "anyhow",
8187 "futures 0.3.31",
8188 "http_client",
8189 "schemars",
8190 "serde",
8191 "serde_json",
8192 "strum",
8193]
8194
8195[[package]]
8196name = "mlua"
8197version = "0.10.3"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8200dependencies = [
8201 "bstr",
8202 "either",
8203 "futures-util",
8204 "mlua-sys",
8205 "num-traits",
8206 "parking_lot",
8207 "rustc-hash 2.1.1",
8208]
8209
8210[[package]]
8211name = "mlua-sys"
8212version = "0.6.7"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8215dependencies = [
8216 "cc",
8217 "cfg-if",
8218 "lua-src",
8219 "luajit-src",
8220 "pkg-config",
8221]
8222
8223[[package]]
8224name = "msvc_spectre_libs"
8225version = "0.1.2"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8228dependencies = [
8229 "cc",
8230]
8231
8232[[package]]
8233name = "multi_buffer"
8234version = "0.1.0"
8235dependencies = [
8236 "anyhow",
8237 "buffer_diff",
8238 "clock",
8239 "collections",
8240 "ctor",
8241 "env_logger 0.11.7",
8242 "futures 0.3.31",
8243 "gpui",
8244 "indoc",
8245 "itertools 0.14.0",
8246 "language",
8247 "log",
8248 "parking_lot",
8249 "pretty_assertions",
8250 "project",
8251 "rand 0.8.5",
8252 "rope",
8253 "serde",
8254 "settings",
8255 "smallvec",
8256 "smol",
8257 "sum_tree",
8258 "text",
8259 "theme",
8260 "tree-sitter",
8261 "util",
8262]
8263
8264[[package]]
8265name = "multimap"
8266version = "0.8.3"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8269
8270[[package]]
8271name = "multimap"
8272version = "0.10.0"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8275
8276[[package]]
8277name = "naga"
8278version = "23.1.0"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8281dependencies = [
8282 "arrayvec",
8283 "bit-set 0.8.0",
8284 "bitflags 2.8.0",
8285 "cfg_aliases 0.1.1",
8286 "codespan-reporting",
8287 "hexf-parse",
8288 "indexmap",
8289 "log",
8290 "rustc-hash 1.1.0",
8291 "spirv",
8292 "termcolor",
8293 "thiserror 1.0.69",
8294 "unicode-xid",
8295]
8296
8297[[package]]
8298name = "nanoid"
8299version = "0.4.0"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8302dependencies = [
8303 "rand 0.8.5",
8304]
8305
8306[[package]]
8307name = "nanorand"
8308version = "0.7.0"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8311dependencies = [
8312 "getrandom 0.2.15",
8313]
8314
8315[[package]]
8316name = "native-tls"
8317version = "0.2.12"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8320dependencies = [
8321 "libc",
8322 "log",
8323 "openssl",
8324 "openssl-probe",
8325 "openssl-sys",
8326 "schannel",
8327 "security-framework 2.11.1",
8328 "security-framework-sys",
8329 "tempfile",
8330]
8331
8332[[package]]
8333name = "nbformat"
8334version = "0.10.0"
8335source = "registry+https://github.com/rust-lang/crates.io-index"
8336checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8337dependencies = [
8338 "anyhow",
8339 "chrono",
8340 "jupyter-protocol",
8341 "serde",
8342 "serde_json",
8343 "thiserror 1.0.69",
8344 "uuid",
8345]
8346
8347[[package]]
8348name = "ndk"
8349version = "0.8.0"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8352dependencies = [
8353 "bitflags 2.8.0",
8354 "jni-sys",
8355 "log",
8356 "ndk-sys",
8357 "num_enum",
8358 "thiserror 1.0.69",
8359]
8360
8361[[package]]
8362name = "ndk-context"
8363version = "0.1.1"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8366
8367[[package]]
8368name = "ndk-sys"
8369version = "0.5.0+25.2.9519653"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8372dependencies = [
8373 "jni-sys",
8374]
8375
8376[[package]]
8377name = "new_debug_unreachable"
8378version = "1.0.6"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8381
8382[[package]]
8383name = "nix"
8384version = "0.29.0"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8387dependencies = [
8388 "bitflags 2.8.0",
8389 "cfg-if",
8390 "cfg_aliases 0.2.1",
8391 "libc",
8392 "memoffset",
8393]
8394
8395[[package]]
8396name = "node_runtime"
8397version = "0.1.0"
8398dependencies = [
8399 "anyhow",
8400 "async-compression",
8401 "async-std",
8402 "async-tar",
8403 "async-trait",
8404 "async-watch",
8405 "async_zip",
8406 "futures 0.3.31",
8407 "http_client",
8408 "log",
8409 "paths",
8410 "semver",
8411 "serde",
8412 "serde_json",
8413 "smol",
8414 "tempfile",
8415 "util",
8416 "walkdir",
8417 "which 6.0.3",
8418]
8419
8420[[package]]
8421name = "nom"
8422version = "7.1.3"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8425dependencies = [
8426 "memchr",
8427 "minimal-lexical",
8428]
8429
8430[[package]]
8431name = "noop_proc_macro"
8432version = "0.3.0"
8433source = "registry+https://github.com/rust-lang/crates.io-index"
8434checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8435
8436[[package]]
8437name = "normpath"
8438version = "1.3.0"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8441dependencies = [
8442 "windows-sys 0.59.0",
8443]
8444
8445[[package]]
8446name = "notifications"
8447version = "0.1.0"
8448dependencies = [
8449 "anyhow",
8450 "channel",
8451 "client",
8452 "collections",
8453 "component",
8454 "db",
8455 "gpui",
8456 "linkme",
8457 "rpc",
8458 "settings",
8459 "sum_tree",
8460 "time",
8461 "ui",
8462 "util",
8463 "workspace",
8464]
8465
8466[[package]]
8467name = "notify"
8468version = "6.1.1"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8471dependencies = [
8472 "bitflags 2.8.0",
8473 "crossbeam-channel",
8474 "filetime",
8475 "fsevent-sys 4.1.0",
8476 "inotify 0.9.6",
8477 "kqueue",
8478 "libc",
8479 "log",
8480 "mio 0.8.11",
8481 "walkdir",
8482 "windows-sys 0.48.0",
8483]
8484
8485[[package]]
8486name = "notify"
8487version = "8.0.0"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8490dependencies = [
8491 "bitflags 2.8.0",
8492 "filetime",
8493 "fsevent-sys 4.1.0",
8494 "inotify 0.11.0",
8495 "kqueue",
8496 "libc",
8497 "log",
8498 "mio 1.0.3",
8499 "notify-types",
8500 "walkdir",
8501 "windows-sys 0.59.0",
8502]
8503
8504[[package]]
8505name = "notify-debouncer-mini"
8506version = "0.6.0"
8507source = "registry+https://github.com/rust-lang/crates.io-index"
8508checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8509dependencies = [
8510 "log",
8511 "notify 8.0.0",
8512 "notify-types",
8513 "tempfile",
8514]
8515
8516[[package]]
8517name = "notify-types"
8518version = "2.0.0"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8521
8522[[package]]
8523name = "ntapi"
8524version = "0.4.1"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8527dependencies = [
8528 "winapi",
8529]
8530
8531[[package]]
8532name = "nu-ansi-term"
8533version = "0.46.0"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8536dependencies = [
8537 "overload",
8538 "winapi",
8539]
8540
8541[[package]]
8542name = "num"
8543version = "0.4.3"
8544source = "registry+https://github.com/rust-lang/crates.io-index"
8545checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8546dependencies = [
8547 "num-bigint",
8548 "num-complex",
8549 "num-integer",
8550 "num-iter",
8551 "num-rational",
8552 "num-traits",
8553]
8554
8555[[package]]
8556name = "num-bigint"
8557version = "0.4.6"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8560dependencies = [
8561 "num-integer",
8562 "num-traits",
8563]
8564
8565[[package]]
8566name = "num-bigint-dig"
8567version = "0.8.4"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8570dependencies = [
8571 "byteorder",
8572 "lazy_static",
8573 "libm",
8574 "num-integer",
8575 "num-iter",
8576 "num-traits",
8577 "rand 0.8.5",
8578 "serde",
8579 "smallvec",
8580 "zeroize",
8581]
8582
8583[[package]]
8584name = "num-complex"
8585version = "0.4.6"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8588dependencies = [
8589 "num-traits",
8590]
8591
8592[[package]]
8593name = "num-conv"
8594version = "0.1.0"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8597
8598[[package]]
8599name = "num-derive"
8600version = "0.4.2"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8603dependencies = [
8604 "proc-macro2",
8605 "quote",
8606 "syn 2.0.100",
8607]
8608
8609[[package]]
8610name = "num-format"
8611version = "0.4.4"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8614dependencies = [
8615 "arrayvec",
8616 "itoa",
8617]
8618
8619[[package]]
8620name = "num-integer"
8621version = "0.1.46"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8624dependencies = [
8625 "num-traits",
8626]
8627
8628[[package]]
8629name = "num-iter"
8630version = "0.1.45"
8631source = "registry+https://github.com/rust-lang/crates.io-index"
8632checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8633dependencies = [
8634 "autocfg",
8635 "num-integer",
8636 "num-traits",
8637]
8638
8639[[package]]
8640name = "num-modular"
8641version = "0.6.1"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8644
8645[[package]]
8646name = "num-order"
8647version = "1.2.0"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8650dependencies = [
8651 "num-modular",
8652]
8653
8654[[package]]
8655name = "num-rational"
8656version = "0.4.2"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8659dependencies = [
8660 "num-bigint",
8661 "num-integer",
8662 "num-traits",
8663]
8664
8665[[package]]
8666name = "num-traits"
8667version = "0.2.19"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8670dependencies = [
8671 "autocfg",
8672 "libm",
8673]
8674
8675[[package]]
8676name = "num_cpus"
8677version = "1.16.0"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8680dependencies = [
8681 "hermit-abi 0.3.9",
8682 "libc",
8683]
8684
8685[[package]]
8686name = "num_enum"
8687version = "0.7.3"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8690dependencies = [
8691 "num_enum_derive",
8692]
8693
8694[[package]]
8695name = "num_enum_derive"
8696version = "0.7.3"
8697source = "registry+https://github.com/rust-lang/crates.io-index"
8698checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8699dependencies = [
8700 "proc-macro-crate",
8701 "proc-macro2",
8702 "quote",
8703 "syn 2.0.100",
8704]
8705
8706[[package]]
8707name = "num_threads"
8708version = "0.1.7"
8709source = "registry+https://github.com/rust-lang/crates.io-index"
8710checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8711dependencies = [
8712 "libc",
8713]
8714
8715[[package]]
8716name = "nvim-rs"
8717version = "0.8.0-pre"
8718source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8719dependencies = [
8720 "async-trait",
8721 "futures 0.3.31",
8722 "log",
8723 "parity-tokio-ipc",
8724 "rmp",
8725 "rmpv",
8726 "tokio",
8727 "tokio-util",
8728 "winapi",
8729]
8730
8731[[package]]
8732name = "objc"
8733version = "0.2.7"
8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8736dependencies = [
8737 "malloc_buf",
8738]
8739
8740[[package]]
8741name = "objc-sys"
8742version = "0.3.5"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8745
8746[[package]]
8747name = "objc2"
8748version = "0.5.2"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8751dependencies = [
8752 "objc-sys",
8753 "objc2-encode",
8754]
8755
8756[[package]]
8757name = "objc2-app-kit"
8758version = "0.2.2"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8761dependencies = [
8762 "bitflags 2.8.0",
8763 "block2",
8764 "libc",
8765 "objc2",
8766 "objc2-core-data",
8767 "objc2-core-image",
8768 "objc2-foundation",
8769 "objc2-quartz-core",
8770]
8771
8772[[package]]
8773name = "objc2-cloud-kit"
8774version = "0.2.2"
8775source = "registry+https://github.com/rust-lang/crates.io-index"
8776checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8777dependencies = [
8778 "bitflags 2.8.0",
8779 "block2",
8780 "objc2",
8781 "objc2-core-location",
8782 "objc2-foundation",
8783]
8784
8785[[package]]
8786name = "objc2-contacts"
8787version = "0.2.2"
8788source = "registry+https://github.com/rust-lang/crates.io-index"
8789checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8790dependencies = [
8791 "block2",
8792 "objc2",
8793 "objc2-foundation",
8794]
8795
8796[[package]]
8797name = "objc2-core-data"
8798version = "0.2.2"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8801dependencies = [
8802 "bitflags 2.8.0",
8803 "block2",
8804 "objc2",
8805 "objc2-foundation",
8806]
8807
8808[[package]]
8809name = "objc2-core-image"
8810version = "0.2.2"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8813dependencies = [
8814 "block2",
8815 "objc2",
8816 "objc2-foundation",
8817 "objc2-metal",
8818]
8819
8820[[package]]
8821name = "objc2-core-location"
8822version = "0.2.2"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8825dependencies = [
8826 "block2",
8827 "objc2",
8828 "objc2-contacts",
8829 "objc2-foundation",
8830]
8831
8832[[package]]
8833name = "objc2-encode"
8834version = "4.0.3"
8835source = "registry+https://github.com/rust-lang/crates.io-index"
8836checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8837
8838[[package]]
8839name = "objc2-foundation"
8840version = "0.2.2"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8843dependencies = [
8844 "bitflags 2.8.0",
8845 "block2",
8846 "libc",
8847 "objc2",
8848]
8849
8850[[package]]
8851name = "objc2-link-presentation"
8852version = "0.2.2"
8853source = "registry+https://github.com/rust-lang/crates.io-index"
8854checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8855dependencies = [
8856 "block2",
8857 "objc2",
8858 "objc2-app-kit",
8859 "objc2-foundation",
8860]
8861
8862[[package]]
8863name = "objc2-metal"
8864version = "0.2.2"
8865source = "registry+https://github.com/rust-lang/crates.io-index"
8866checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8867dependencies = [
8868 "bitflags 2.8.0",
8869 "block2",
8870 "objc2",
8871 "objc2-foundation",
8872]
8873
8874[[package]]
8875name = "objc2-quartz-core"
8876version = "0.2.2"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8879dependencies = [
8880 "bitflags 2.8.0",
8881 "block2",
8882 "objc2",
8883 "objc2-foundation",
8884 "objc2-metal",
8885]
8886
8887[[package]]
8888name = "objc2-symbols"
8889version = "0.2.2"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8892dependencies = [
8893 "objc2",
8894 "objc2-foundation",
8895]
8896
8897[[package]]
8898name = "objc2-ui-kit"
8899version = "0.2.2"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8902dependencies = [
8903 "bitflags 2.8.0",
8904 "block2",
8905 "objc2",
8906 "objc2-cloud-kit",
8907 "objc2-core-data",
8908 "objc2-core-image",
8909 "objc2-core-location",
8910 "objc2-foundation",
8911 "objc2-link-presentation",
8912 "objc2-quartz-core",
8913 "objc2-symbols",
8914 "objc2-uniform-type-identifiers",
8915 "objc2-user-notifications",
8916]
8917
8918[[package]]
8919name = "objc2-uniform-type-identifiers"
8920version = "0.2.2"
8921source = "registry+https://github.com/rust-lang/crates.io-index"
8922checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8923dependencies = [
8924 "block2",
8925 "objc2",
8926 "objc2-foundation",
8927]
8928
8929[[package]]
8930name = "objc2-user-notifications"
8931version = "0.2.2"
8932source = "registry+https://github.com/rust-lang/crates.io-index"
8933checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8934dependencies = [
8935 "bitflags 2.8.0",
8936 "block2",
8937 "objc2",
8938 "objc2-core-location",
8939 "objc2-foundation",
8940]
8941
8942[[package]]
8943name = "object"
8944version = "0.36.5"
8945source = "registry+https://github.com/rust-lang/crates.io-index"
8946checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8947dependencies = [
8948 "crc32fast",
8949 "hashbrown 0.15.2",
8950 "indexmap",
8951 "memchr",
8952]
8953
8954[[package]]
8955name = "oboe"
8956version = "0.6.1"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8959dependencies = [
8960 "jni",
8961 "ndk",
8962 "ndk-context",
8963 "num-derive",
8964 "num-traits",
8965 "oboe-sys",
8966]
8967
8968[[package]]
8969name = "oboe-sys"
8970version = "0.6.1"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8973dependencies = [
8974 "cc",
8975]
8976
8977[[package]]
8978name = "ollama"
8979version = "0.1.0"
8980dependencies = [
8981 "anyhow",
8982 "futures 0.3.31",
8983 "http_client",
8984 "schemars",
8985 "serde",
8986 "serde_json",
8987]
8988
8989[[package]]
8990name = "once_cell"
8991version = "1.20.3"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8994
8995[[package]]
8996name = "oo7"
8997version = "0.4.1"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9000dependencies = [
9001 "aes",
9002 "ashpd",
9003 "async-fs",
9004 "async-io",
9005 "async-lock",
9006 "blocking",
9007 "cbc",
9008 "cipher",
9009 "digest",
9010 "endi",
9011 "futures-lite 2.6.0",
9012 "futures-util",
9013 "getrandom 0.3.1",
9014 "hkdf",
9015 "hmac",
9016 "md-5",
9017 "num",
9018 "num-bigint-dig",
9019 "pbkdf2 0.12.2",
9020 "rand 0.9.0",
9021 "serde",
9022 "sha2",
9023 "subtle",
9024 "zbus",
9025 "zbus_macros",
9026 "zeroize",
9027 "zvariant",
9028]
9029
9030[[package]]
9031name = "oorandom"
9032version = "11.1.4"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9035
9036[[package]]
9037name = "open"
9038version = "5.3.2"
9039source = "registry+https://github.com/rust-lang/crates.io-index"
9040checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9041dependencies = [
9042 "is-wsl",
9043 "libc",
9044 "pathdiff",
9045]
9046
9047[[package]]
9048name = "open_ai"
9049version = "0.1.0"
9050dependencies = [
9051 "anyhow",
9052 "futures 0.3.31",
9053 "http_client",
9054 "schemars",
9055 "serde",
9056 "serde_json",
9057 "strum",
9058]
9059
9060[[package]]
9061name = "opener"
9062version = "0.7.2"
9063source = "registry+https://github.com/rust-lang/crates.io-index"
9064checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9065dependencies = [
9066 "bstr",
9067 "dbus",
9068 "normpath",
9069 "windows-sys 0.59.0",
9070]
9071
9072[[package]]
9073name = "openssl"
9074version = "0.10.70"
9075source = "registry+https://github.com/rust-lang/crates.io-index"
9076checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9077dependencies = [
9078 "bitflags 2.8.0",
9079 "cfg-if",
9080 "foreign-types 0.3.2",
9081 "libc",
9082 "once_cell",
9083 "openssl-macros",
9084 "openssl-sys",
9085]
9086
9087[[package]]
9088name = "openssl-macros"
9089version = "0.1.1"
9090source = "registry+https://github.com/rust-lang/crates.io-index"
9091checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9092dependencies = [
9093 "proc-macro2",
9094 "quote",
9095 "syn 2.0.100",
9096]
9097
9098[[package]]
9099name = "openssl-probe"
9100version = "0.1.5"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9103
9104[[package]]
9105name = "openssl-src"
9106version = "300.4.1+3.4.0"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9109dependencies = [
9110 "cc",
9111]
9112
9113[[package]]
9114name = "openssl-sys"
9115version = "0.9.105"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9118dependencies = [
9119 "cc",
9120 "libc",
9121 "openssl-src",
9122 "pkg-config",
9123 "vcpkg",
9124]
9125
9126[[package]]
9127name = "option-ext"
9128version = "0.2.0"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9131
9132[[package]]
9133name = "ordered-float"
9134version = "2.10.1"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9137dependencies = [
9138 "num-traits",
9139]
9140
9141[[package]]
9142name = "ordered-float"
9143version = "3.9.2"
9144source = "registry+https://github.com/rust-lang/crates.io-index"
9145checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9146dependencies = [
9147 "num-traits",
9148]
9149
9150[[package]]
9151name = "ordered-stream"
9152version = "0.2.0"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9155dependencies = [
9156 "futures-core",
9157 "pin-project-lite",
9158]
9159
9160[[package]]
9161name = "ouroboros"
9162version = "0.18.4"
9163source = "registry+https://github.com/rust-lang/crates.io-index"
9164checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9165dependencies = [
9166 "aliasable",
9167 "ouroboros_macro",
9168 "static_assertions",
9169]
9170
9171[[package]]
9172name = "ouroboros_macro"
9173version = "0.18.4"
9174source = "registry+https://github.com/rust-lang/crates.io-index"
9175checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9176dependencies = [
9177 "heck 0.4.1",
9178 "itertools 0.12.1",
9179 "proc-macro2",
9180 "proc-macro2-diagnostics",
9181 "quote",
9182 "syn 2.0.100",
9183]
9184
9185[[package]]
9186name = "outline"
9187version = "0.1.0"
9188dependencies = [
9189 "editor",
9190 "fuzzy",
9191 "gpui",
9192 "indoc",
9193 "language",
9194 "menu",
9195 "ordered-float 2.10.1",
9196 "picker",
9197 "project",
9198 "rope",
9199 "serde_json",
9200 "settings",
9201 "smol",
9202 "theme",
9203 "tree-sitter-rust",
9204 "tree-sitter-typescript",
9205 "ui",
9206 "util",
9207 "workspace",
9208 "zed_actions",
9209]
9210
9211[[package]]
9212name = "outline_panel"
9213version = "0.1.0"
9214dependencies = [
9215 "anyhow",
9216 "collections",
9217 "db",
9218 "editor",
9219 "file_icons",
9220 "fuzzy",
9221 "gpui",
9222 "itertools 0.14.0",
9223 "language",
9224 "log",
9225 "menu",
9226 "outline",
9227 "pretty_assertions",
9228 "project",
9229 "schemars",
9230 "search",
9231 "serde",
9232 "serde_json",
9233 "settings",
9234 "smallvec",
9235 "smol",
9236 "theme",
9237 "ui",
9238 "util",
9239 "workspace",
9240 "worktree",
9241 "zed_actions",
9242]
9243
9244[[package]]
9245name = "outref"
9246version = "0.5.1"
9247source = "registry+https://github.com/rust-lang/crates.io-index"
9248checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9249
9250[[package]]
9251name = "overload"
9252version = "0.1.1"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9255
9256[[package]]
9257name = "p256"
9258version = "0.11.1"
9259source = "registry+https://github.com/rust-lang/crates.io-index"
9260checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9261dependencies = [
9262 "ecdsa",
9263 "elliptic-curve",
9264 "sha2",
9265]
9266
9267[[package]]
9268name = "page_size"
9269version = "0.6.0"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9272dependencies = [
9273 "libc",
9274 "winapi",
9275]
9276
9277[[package]]
9278name = "palette"
9279version = "0.7.6"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9282dependencies = [
9283 "approx",
9284 "fast-srgb8",
9285 "palette_derive",
9286]
9287
9288[[package]]
9289name = "palette_derive"
9290version = "0.7.6"
9291source = "registry+https://github.com/rust-lang/crates.io-index"
9292checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9293dependencies = [
9294 "by_address",
9295 "proc-macro2",
9296 "quote",
9297 "syn 2.0.100",
9298]
9299
9300[[package]]
9301name = "panel"
9302version = "0.1.0"
9303dependencies = [
9304 "editor",
9305 "gpui",
9306 "settings",
9307 "theme",
9308 "ui",
9309 "workspace",
9310]
9311
9312[[package]]
9313name = "parity-tokio-ipc"
9314version = "0.9.0"
9315source = "registry+https://github.com/rust-lang/crates.io-index"
9316checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9317dependencies = [
9318 "futures 0.3.31",
9319 "libc",
9320 "log",
9321 "rand 0.7.3",
9322 "tokio",
9323 "winapi",
9324]
9325
9326[[package]]
9327name = "parking"
9328version = "2.2.1"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9331
9332[[package]]
9333name = "parking_lot"
9334version = "0.12.3"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9337dependencies = [
9338 "lock_api",
9339 "parking_lot_core",
9340]
9341
9342[[package]]
9343name = "parking_lot_core"
9344version = "0.9.10"
9345source = "registry+https://github.com/rust-lang/crates.io-index"
9346checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9347dependencies = [
9348 "cfg-if",
9349 "libc",
9350 "redox_syscall 0.5.8",
9351 "smallvec",
9352 "windows-targets 0.52.6",
9353]
9354
9355[[package]]
9356name = "password-hash"
9357version = "0.4.2"
9358source = "registry+https://github.com/rust-lang/crates.io-index"
9359checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9360dependencies = [
9361 "base64ct",
9362 "rand_core 0.6.4",
9363 "subtle",
9364]
9365
9366[[package]]
9367name = "password-hash"
9368version = "0.5.0"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9371dependencies = [
9372 "base64ct",
9373 "rand_core 0.6.4",
9374 "subtle",
9375]
9376
9377[[package]]
9378name = "paste"
9379version = "1.0.15"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9382
9383[[package]]
9384name = "pathdiff"
9385version = "0.2.3"
9386source = "registry+https://github.com/rust-lang/crates.io-index"
9387checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9388
9389[[package]]
9390name = "pathfinder_geometry"
9391version = "0.5.1"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9394dependencies = [
9395 "log",
9396 "pathfinder_simd",
9397]
9398
9399[[package]]
9400name = "pathfinder_simd"
9401version = "0.5.4"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9404dependencies = [
9405 "rustc_version",
9406]
9407
9408[[package]]
9409name = "paths"
9410version = "0.1.0"
9411dependencies = [
9412 "dirs 4.0.0",
9413 "util",
9414]
9415
9416[[package]]
9417name = "pbjson"
9418version = "0.6.0"
9419source = "registry+https://github.com/rust-lang/crates.io-index"
9420checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9421dependencies = [
9422 "base64 0.21.7",
9423 "serde",
9424]
9425
9426[[package]]
9427name = "pbjson-build"
9428version = "0.6.2"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9431dependencies = [
9432 "heck 0.4.1",
9433 "itertools 0.11.0",
9434 "prost 0.12.6",
9435 "prost-types 0.12.6",
9436]
9437
9438[[package]]
9439name = "pbjson-types"
9440version = "0.6.0"
9441source = "registry+https://github.com/rust-lang/crates.io-index"
9442checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9443dependencies = [
9444 "bytes 1.10.1",
9445 "chrono",
9446 "pbjson",
9447 "pbjson-build",
9448 "prost 0.12.6",
9449 "prost-build 0.12.6",
9450 "serde",
9451]
9452
9453[[package]]
9454name = "pbkdf2"
9455version = "0.11.0"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9458dependencies = [
9459 "digest",
9460 "hmac",
9461 "password-hash 0.4.2",
9462 "sha2",
9463]
9464
9465[[package]]
9466name = "pbkdf2"
9467version = "0.12.2"
9468source = "registry+https://github.com/rust-lang/crates.io-index"
9469checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9470dependencies = [
9471 "digest",
9472 "hmac",
9473]
9474
9475[[package]]
9476name = "pem"
9477version = "3.0.4"
9478source = "registry+https://github.com/rust-lang/crates.io-index"
9479checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9480dependencies = [
9481 "base64 0.22.1",
9482 "serde",
9483]
9484
9485[[package]]
9486name = "pem-rfc7468"
9487version = "0.7.0"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9490dependencies = [
9491 "base64ct",
9492]
9493
9494[[package]]
9495name = "percent-encoding"
9496version = "2.3.1"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9499
9500[[package]]
9501name = "perplexity"
9502version = "0.1.0"
9503dependencies = [
9504 "serde",
9505 "zed_extension_api 0.3.0",
9506]
9507
9508[[package]]
9509name = "pest"
9510version = "2.7.15"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9513dependencies = [
9514 "memchr",
9515 "thiserror 2.0.6",
9516 "ucd-trie",
9517]
9518
9519[[package]]
9520name = "pest_derive"
9521version = "2.7.15"
9522source = "registry+https://github.com/rust-lang/crates.io-index"
9523checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9524dependencies = [
9525 "pest",
9526 "pest_generator",
9527]
9528
9529[[package]]
9530name = "pest_generator"
9531version = "2.7.15"
9532source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9534dependencies = [
9535 "pest",
9536 "pest_meta",
9537 "proc-macro2",
9538 "quote",
9539 "syn 2.0.100",
9540]
9541
9542[[package]]
9543name = "pest_meta"
9544version = "2.7.15"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9547dependencies = [
9548 "once_cell",
9549 "pest",
9550 "sha2",
9551]
9552
9553[[package]]
9554name = "pet"
9555version = "0.1.0"
9556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9557dependencies = [
9558 "clap",
9559 "env_logger 0.10.2",
9560 "lazy_static",
9561 "log",
9562 "msvc_spectre_libs",
9563 "pet-conda",
9564 "pet-core",
9565 "pet-env-var-path",
9566 "pet-fs",
9567 "pet-global-virtualenvs",
9568 "pet-homebrew",
9569 "pet-jsonrpc",
9570 "pet-linux-global-python",
9571 "pet-mac-commandlinetools",
9572 "pet-mac-python-org",
9573 "pet-mac-xcode",
9574 "pet-pipenv",
9575 "pet-pixi",
9576 "pet-poetry",
9577 "pet-pyenv",
9578 "pet-python-utils",
9579 "pet-reporter",
9580 "pet-telemetry",
9581 "pet-venv",
9582 "pet-virtualenv",
9583 "pet-virtualenvwrapper",
9584 "pet-windows-registry",
9585 "pet-windows-store",
9586 "serde",
9587 "serde_json",
9588]
9589
9590[[package]]
9591name = "pet-conda"
9592version = "0.1.0"
9593source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9594dependencies = [
9595 "env_logger 0.10.2",
9596 "lazy_static",
9597 "log",
9598 "msvc_spectre_libs",
9599 "pet-core",
9600 "pet-fs",
9601 "pet-python-utils",
9602 "pet-reporter",
9603 "regex",
9604 "serde",
9605 "serde_json",
9606 "yaml-rust2",
9607]
9608
9609[[package]]
9610name = "pet-core"
9611version = "0.1.0"
9612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9613dependencies = [
9614 "clap",
9615 "lazy_static",
9616 "log",
9617 "msvc_spectre_libs",
9618 "pet-fs",
9619 "regex",
9620 "serde",
9621 "serde_json",
9622]
9623
9624[[package]]
9625name = "pet-env-var-path"
9626version = "0.1.0"
9627source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9628dependencies = [
9629 "lazy_static",
9630 "log",
9631 "msvc_spectre_libs",
9632 "pet-conda",
9633 "pet-core",
9634 "pet-fs",
9635 "pet-python-utils",
9636 "pet-virtualenv",
9637 "regex",
9638]
9639
9640[[package]]
9641name = "pet-fs"
9642version = "0.1.0"
9643source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9644dependencies = [
9645 "log",
9646 "msvc_spectre_libs",
9647]
9648
9649[[package]]
9650name = "pet-global-virtualenvs"
9651version = "0.1.0"
9652source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9653dependencies = [
9654 "log",
9655 "msvc_spectre_libs",
9656 "pet-conda",
9657 "pet-core",
9658 "pet-fs",
9659 "pet-virtualenv",
9660]
9661
9662[[package]]
9663name = "pet-homebrew"
9664version = "0.1.0"
9665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9666dependencies = [
9667 "lazy_static",
9668 "log",
9669 "msvc_spectre_libs",
9670 "pet-conda",
9671 "pet-core",
9672 "pet-fs",
9673 "pet-python-utils",
9674 "pet-virtualenv",
9675 "regex",
9676 "serde",
9677 "serde_json",
9678]
9679
9680[[package]]
9681name = "pet-jsonrpc"
9682version = "0.1.0"
9683source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9684dependencies = [
9685 "env_logger 0.10.2",
9686 "log",
9687 "msvc_spectre_libs",
9688 "pet-core",
9689 "serde",
9690 "serde_json",
9691]
9692
9693[[package]]
9694name = "pet-linux-global-python"
9695version = "0.1.0"
9696source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9697dependencies = [
9698 "log",
9699 "msvc_spectre_libs",
9700 "pet-core",
9701 "pet-fs",
9702 "pet-python-utils",
9703 "pet-virtualenv",
9704]
9705
9706[[package]]
9707name = "pet-mac-commandlinetools"
9708version = "0.1.0"
9709source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9710dependencies = [
9711 "log",
9712 "msvc_spectre_libs",
9713 "pet-core",
9714 "pet-fs",
9715 "pet-python-utils",
9716 "pet-virtualenv",
9717]
9718
9719[[package]]
9720name = "pet-mac-python-org"
9721version = "0.1.0"
9722source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9723dependencies = [
9724 "log",
9725 "msvc_spectre_libs",
9726 "pet-core",
9727 "pet-fs",
9728 "pet-python-utils",
9729 "pet-virtualenv",
9730]
9731
9732[[package]]
9733name = "pet-mac-xcode"
9734version = "0.1.0"
9735source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9736dependencies = [
9737 "log",
9738 "msvc_spectre_libs",
9739 "pet-core",
9740 "pet-fs",
9741 "pet-python-utils",
9742 "pet-virtualenv",
9743]
9744
9745[[package]]
9746name = "pet-pipenv"
9747version = "0.1.0"
9748source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9749dependencies = [
9750 "log",
9751 "msvc_spectre_libs",
9752 "pet-core",
9753 "pet-fs",
9754 "pet-python-utils",
9755 "pet-virtualenv",
9756]
9757
9758[[package]]
9759name = "pet-pixi"
9760version = "0.1.0"
9761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9762dependencies = [
9763 "log",
9764 "msvc_spectre_libs",
9765 "pet-conda",
9766 "pet-core",
9767 "pet-python-utils",
9768]
9769
9770[[package]]
9771name = "pet-poetry"
9772version = "0.1.0"
9773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9774dependencies = [
9775 "base64 0.22.1",
9776 "lazy_static",
9777 "log",
9778 "msvc_spectre_libs",
9779 "pet-core",
9780 "pet-fs",
9781 "pet-python-utils",
9782 "pet-reporter",
9783 "pet-virtualenv",
9784 "regex",
9785 "serde",
9786 "serde_json",
9787 "sha2",
9788 "toml 0.8.20",
9789]
9790
9791[[package]]
9792name = "pet-pyenv"
9793version = "0.1.0"
9794source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9795dependencies = [
9796 "lazy_static",
9797 "log",
9798 "msvc_spectre_libs",
9799 "pet-conda",
9800 "pet-core",
9801 "pet-fs",
9802 "pet-python-utils",
9803 "pet-reporter",
9804 "regex",
9805 "serde",
9806 "serde_json",
9807]
9808
9809[[package]]
9810name = "pet-python-utils"
9811version = "0.1.0"
9812source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9813dependencies = [
9814 "env_logger 0.10.2",
9815 "lazy_static",
9816 "log",
9817 "msvc_spectre_libs",
9818 "pet-core",
9819 "pet-fs",
9820 "regex",
9821 "serde",
9822 "serde_json",
9823 "sha2",
9824]
9825
9826[[package]]
9827name = "pet-reporter"
9828version = "0.1.0"
9829source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9830dependencies = [
9831 "env_logger 0.10.2",
9832 "log",
9833 "msvc_spectre_libs",
9834 "pet-core",
9835 "pet-jsonrpc",
9836 "serde",
9837 "serde_json",
9838]
9839
9840[[package]]
9841name = "pet-telemetry"
9842version = "0.1.0"
9843source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9844dependencies = [
9845 "env_logger 0.10.2",
9846 "lazy_static",
9847 "log",
9848 "msvc_spectre_libs",
9849 "pet-core",
9850 "pet-fs",
9851 "pet-python-utils",
9852 "regex",
9853]
9854
9855[[package]]
9856name = "pet-venv"
9857version = "0.1.0"
9858source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9859dependencies = [
9860 "log",
9861 "msvc_spectre_libs",
9862 "pet-core",
9863 "pet-python-utils",
9864 "pet-virtualenv",
9865]
9866
9867[[package]]
9868name = "pet-virtualenv"
9869version = "0.1.0"
9870source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9871dependencies = [
9872 "log",
9873 "msvc_spectre_libs",
9874 "pet-core",
9875 "pet-fs",
9876 "pet-python-utils",
9877]
9878
9879[[package]]
9880name = "pet-virtualenvwrapper"
9881version = "0.1.0"
9882source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9883dependencies = [
9884 "log",
9885 "msvc_spectre_libs",
9886 "pet-core",
9887 "pet-fs",
9888 "pet-python-utils",
9889 "pet-virtualenv",
9890]
9891
9892[[package]]
9893name = "pet-windows-registry"
9894version = "0.1.0"
9895source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9896dependencies = [
9897 "lazy_static",
9898 "log",
9899 "msvc_spectre_libs",
9900 "pet-conda",
9901 "pet-core",
9902 "pet-fs",
9903 "pet-python-utils",
9904 "pet-virtualenv",
9905 "pet-windows-store",
9906 "regex",
9907 "winreg 0.52.0",
9908]
9909
9910[[package]]
9911name = "pet-windows-store"
9912version = "0.1.0"
9913source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9914dependencies = [
9915 "lazy_static",
9916 "log",
9917 "msvc_spectre_libs",
9918 "pet-core",
9919 "pet-fs",
9920 "pet-python-utils",
9921 "pet-virtualenv",
9922 "regex",
9923 "winreg 0.52.0",
9924]
9925
9926[[package]]
9927name = "petgraph"
9928version = "0.6.5"
9929source = "registry+https://github.com/rust-lang/crates.io-index"
9930checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9931dependencies = [
9932 "fixedbitset",
9933 "indexmap",
9934]
9935
9936[[package]]
9937name = "phf"
9938version = "0.11.2"
9939source = "registry+https://github.com/rust-lang/crates.io-index"
9940checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9941dependencies = [
9942 "phf_macros",
9943 "phf_shared 0.11.2",
9944]
9945
9946[[package]]
9947name = "phf_codegen"
9948version = "0.11.2"
9949source = "registry+https://github.com/rust-lang/crates.io-index"
9950checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9951dependencies = [
9952 "phf_generator 0.11.2",
9953 "phf_shared 0.11.2",
9954]
9955
9956[[package]]
9957name = "phf_generator"
9958version = "0.10.0"
9959source = "registry+https://github.com/rust-lang/crates.io-index"
9960checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9961dependencies = [
9962 "phf_shared 0.10.0",
9963 "rand 0.8.5",
9964]
9965
9966[[package]]
9967name = "phf_generator"
9968version = "0.11.2"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9971dependencies = [
9972 "phf_shared 0.11.2",
9973 "rand 0.8.5",
9974]
9975
9976[[package]]
9977name = "phf_macros"
9978version = "0.11.2"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9981dependencies = [
9982 "phf_generator 0.11.2",
9983 "phf_shared 0.11.2",
9984 "proc-macro2",
9985 "quote",
9986 "syn 2.0.100",
9987]
9988
9989[[package]]
9990name = "phf_shared"
9991version = "0.10.0"
9992source = "registry+https://github.com/rust-lang/crates.io-index"
9993checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9994dependencies = [
9995 "siphasher 0.3.11",
9996]
9997
9998[[package]]
9999name = "phf_shared"
10000version = "0.11.2"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10003dependencies = [
10004 "siphasher 0.3.11",
10005]
10006
10007[[package]]
10008name = "picker"
10009version = "0.1.0"
10010dependencies = [
10011 "anyhow",
10012 "ctor",
10013 "editor",
10014 "env_logger 0.11.7",
10015 "gpui",
10016 "menu",
10017 "schemars",
10018 "serde",
10019 "serde_json",
10020 "ui",
10021 "util",
10022 "workspace",
10023]
10024
10025[[package]]
10026name = "pico-args"
10027version = "0.5.0"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10030
10031[[package]]
10032name = "pin-project"
10033version = "1.1.7"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10036dependencies = [
10037 "pin-project-internal",
10038]
10039
10040[[package]]
10041name = "pin-project-internal"
10042version = "1.1.7"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10045dependencies = [
10046 "proc-macro2",
10047 "quote",
10048 "syn 2.0.100",
10049]
10050
10051[[package]]
10052name = "pin-project-lite"
10053version = "0.2.16"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10056
10057[[package]]
10058name = "pin-utils"
10059version = "0.1.0"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10062
10063[[package]]
10064name = "piper"
10065version = "0.2.4"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10068dependencies = [
10069 "atomic-waker",
10070 "fastrand 2.3.0",
10071 "futures-io",
10072]
10073
10074[[package]]
10075name = "pkcs1"
10076version = "0.7.5"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10079dependencies = [
10080 "der 0.7.9",
10081 "pkcs8 0.10.2",
10082 "spki 0.7.3",
10083]
10084
10085[[package]]
10086name = "pkcs8"
10087version = "0.9.0"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10090dependencies = [
10091 "der 0.6.1",
10092 "spki 0.6.0",
10093]
10094
10095[[package]]
10096name = "pkcs8"
10097version = "0.10.2"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10100dependencies = [
10101 "der 0.7.9",
10102 "spki 0.7.3",
10103]
10104
10105[[package]]
10106name = "pkg-config"
10107version = "0.3.31"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10110
10111[[package]]
10112name = "plist"
10113version = "1.7.0"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10116dependencies = [
10117 "base64 0.22.1",
10118 "indexmap",
10119 "quick-xml 0.32.0",
10120 "serde",
10121 "time",
10122]
10123
10124[[package]]
10125name = "plotters"
10126version = "0.3.7"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10129dependencies = [
10130 "num-traits",
10131 "plotters-backend",
10132 "plotters-svg",
10133 "wasm-bindgen",
10134 "web-sys",
10135]
10136
10137[[package]]
10138name = "plotters-backend"
10139version = "0.3.7"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10142
10143[[package]]
10144name = "plotters-svg"
10145version = "0.3.7"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10148dependencies = [
10149 "plotters-backend",
10150]
10151
10152[[package]]
10153name = "png"
10154version = "0.17.15"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10157dependencies = [
10158 "bitflags 1.3.2",
10159 "crc32fast",
10160 "fdeflate",
10161 "flate2",
10162 "miniz_oxide",
10163]
10164
10165[[package]]
10166name = "polling"
10167version = "3.7.4"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10170dependencies = [
10171 "cfg-if",
10172 "concurrent-queue",
10173 "hermit-abi 0.4.0",
10174 "pin-project-lite",
10175 "rustix",
10176 "tracing",
10177 "windows-sys 0.59.0",
10178]
10179
10180[[package]]
10181name = "pollster"
10182version = "0.2.5"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10185
10186[[package]]
10187name = "portable-atomic"
10188version = "1.11.0"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10191
10192[[package]]
10193name = "portable-atomic-util"
10194version = "0.2.4"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10197dependencies = [
10198 "portable-atomic",
10199]
10200
10201[[package]]
10202name = "postage"
10203version = "0.5.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10206dependencies = [
10207 "atomic",
10208 "crossbeam-queue",
10209 "futures 0.3.31",
10210 "log",
10211 "parking_lot",
10212 "pin-project",
10213 "pollster",
10214 "static_assertions",
10215 "thiserror 1.0.69",
10216]
10217
10218[[package]]
10219name = "postcard"
10220version = "1.1.1"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10223dependencies = [
10224 "cobs",
10225 "embedded-io 0.4.0",
10226 "embedded-io 0.6.1",
10227 "serde",
10228]
10229
10230[[package]]
10231name = "powerfmt"
10232version = "0.2.0"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10235
10236[[package]]
10237name = "ppv-lite86"
10238version = "0.2.20"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10241dependencies = [
10242 "zerocopy 0.7.35",
10243]
10244
10245[[package]]
10246name = "precomputed-hash"
10247version = "0.1.1"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10250
10251[[package]]
10252name = "prettier"
10253version = "0.1.0"
10254dependencies = [
10255 "anyhow",
10256 "collections",
10257 "fs",
10258 "gpui",
10259 "language",
10260 "log",
10261 "lsp",
10262 "node_runtime",
10263 "parking_lot",
10264 "paths",
10265 "serde",
10266 "serde_json",
10267 "util",
10268]
10269
10270[[package]]
10271name = "pretty_assertions"
10272version = "1.4.1"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10275dependencies = [
10276 "diff",
10277 "yansi",
10278]
10279
10280[[package]]
10281name = "prettyplease"
10282version = "0.2.25"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10285dependencies = [
10286 "proc-macro2",
10287 "syn 2.0.100",
10288]
10289
10290[[package]]
10291name = "proc-macro-crate"
10292version = "3.2.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10295dependencies = [
10296 "toml_edit",
10297]
10298
10299[[package]]
10300name = "proc-macro-error-attr2"
10301version = "2.0.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10304dependencies = [
10305 "proc-macro2",
10306 "quote",
10307]
10308
10309[[package]]
10310name = "proc-macro-error2"
10311version = "2.0.1"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10314dependencies = [
10315 "proc-macro-error-attr2",
10316 "proc-macro2",
10317 "quote",
10318 "syn 2.0.100",
10319]
10320
10321[[package]]
10322name = "proc-macro2"
10323version = "1.0.94"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10326dependencies = [
10327 "unicode-ident",
10328]
10329
10330[[package]]
10331name = "proc-macro2-diagnostics"
10332version = "0.10.1"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10335dependencies = [
10336 "proc-macro2",
10337 "quote",
10338 "syn 2.0.100",
10339 "version_check",
10340 "yansi",
10341]
10342
10343[[package]]
10344name = "profiling"
10345version = "1.0.16"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10348dependencies = [
10349 "profiling-procmacros",
10350]
10351
10352[[package]]
10353name = "profiling-procmacros"
10354version = "1.0.16"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10357dependencies = [
10358 "quote",
10359 "syn 2.0.100",
10360]
10361
10362[[package]]
10363name = "project"
10364version = "0.1.0"
10365dependencies = [
10366 "aho-corasick",
10367 "anyhow",
10368 "askpass",
10369 "async-trait",
10370 "buffer_diff",
10371 "client",
10372 "clock",
10373 "collections",
10374 "env_logger 0.11.7",
10375 "extension",
10376 "fancy-regex 0.14.0",
10377 "fs",
10378 "futures 0.3.31",
10379 "fuzzy",
10380 "git",
10381 "git2",
10382 "globset",
10383 "gpui",
10384 "http_client",
10385 "image",
10386 "itertools 0.14.0",
10387 "language",
10388 "log",
10389 "lsp",
10390 "node_runtime",
10391 "parking_lot",
10392 "pathdiff",
10393 "paths",
10394 "postage",
10395 "prettier",
10396 "pretty_assertions",
10397 "rand 0.8.5",
10398 "regex",
10399 "release_channel",
10400 "remote",
10401 "rpc",
10402 "schemars",
10403 "serde",
10404 "serde_json",
10405 "settings",
10406 "sha2",
10407 "shellexpand 2.1.2",
10408 "shlex",
10409 "smol",
10410 "snippet",
10411 "snippet_provider",
10412 "task",
10413 "tempfile",
10414 "terminal",
10415 "text",
10416 "toml 0.8.20",
10417 "unindent",
10418 "url",
10419 "util",
10420 "which 6.0.3",
10421 "worktree",
10422]
10423
10424[[package]]
10425name = "project_panel"
10426version = "0.1.0"
10427dependencies = [
10428 "anyhow",
10429 "client",
10430 "collections",
10431 "command_palette_hooks",
10432 "db",
10433 "editor",
10434 "file_icons",
10435 "git",
10436 "gpui",
10437 "indexmap",
10438 "language",
10439 "menu",
10440 "pretty_assertions",
10441 "project",
10442 "schemars",
10443 "search",
10444 "serde",
10445 "serde_derive",
10446 "serde_json",
10447 "settings",
10448 "smallvec",
10449 "theme",
10450 "ui",
10451 "util",
10452 "workspace",
10453 "worktree",
10454 "zed_actions",
10455]
10456
10457[[package]]
10458name = "project_symbols"
10459version = "0.1.0"
10460dependencies = [
10461 "anyhow",
10462 "editor",
10463 "futures 0.3.31",
10464 "fuzzy",
10465 "gpui",
10466 "language",
10467 "lsp",
10468 "ordered-float 2.10.1",
10469 "picker",
10470 "project",
10471 "release_channel",
10472 "serde_json",
10473 "settings",
10474 "theme",
10475 "util",
10476 "workspace",
10477]
10478
10479[[package]]
10480name = "prometheus"
10481version = "0.13.4"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10484dependencies = [
10485 "cfg-if",
10486 "fnv",
10487 "lazy_static",
10488 "memchr",
10489 "parking_lot",
10490 "protobuf",
10491 "thiserror 1.0.69",
10492]
10493
10494[[package]]
10495name = "prompt_library"
10496version = "0.1.0"
10497dependencies = [
10498 "anyhow",
10499 "collections",
10500 "editor",
10501 "gpui",
10502 "language",
10503 "language_model",
10504 "log",
10505 "menu",
10506 "picker",
10507 "prompt_store",
10508 "release_channel",
10509 "rope",
10510 "serde",
10511 "settings",
10512 "theme",
10513 "ui",
10514 "util",
10515 "workspace",
10516 "zed_actions",
10517]
10518
10519[[package]]
10520name = "prompt_store"
10521version = "0.1.0"
10522dependencies = [
10523 "anyhow",
10524 "assets",
10525 "chrono",
10526 "collections",
10527 "fs",
10528 "futures 0.3.31",
10529 "fuzzy",
10530 "gpui",
10531 "handlebars 4.5.0",
10532 "heed",
10533 "language",
10534 "log",
10535 "parking_lot",
10536 "paths",
10537 "rope",
10538 "serde",
10539 "text",
10540 "util",
10541 "uuid",
10542]
10543
10544[[package]]
10545name = "prost"
10546version = "0.9.0"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10549dependencies = [
10550 "bytes 1.10.1",
10551 "prost-derive 0.9.0",
10552]
10553
10554[[package]]
10555name = "prost"
10556version = "0.12.6"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10559dependencies = [
10560 "bytes 1.10.1",
10561 "prost-derive 0.12.6",
10562]
10563
10564[[package]]
10565name = "prost-build"
10566version = "0.9.0"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10569dependencies = [
10570 "bytes 1.10.1",
10571 "heck 0.3.3",
10572 "itertools 0.10.5",
10573 "lazy_static",
10574 "log",
10575 "multimap 0.8.3",
10576 "petgraph",
10577 "prost 0.9.0",
10578 "prost-types 0.9.0",
10579 "regex",
10580 "tempfile",
10581 "which 4.4.2",
10582]
10583
10584[[package]]
10585name = "prost-build"
10586version = "0.12.6"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10589dependencies = [
10590 "bytes 1.10.1",
10591 "heck 0.5.0",
10592 "itertools 0.12.1",
10593 "log",
10594 "multimap 0.10.0",
10595 "once_cell",
10596 "petgraph",
10597 "prettyplease",
10598 "prost 0.12.6",
10599 "prost-types 0.12.6",
10600 "regex",
10601 "syn 2.0.100",
10602 "tempfile",
10603]
10604
10605[[package]]
10606name = "prost-derive"
10607version = "0.9.0"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10610dependencies = [
10611 "anyhow",
10612 "itertools 0.10.5",
10613 "proc-macro2",
10614 "quote",
10615 "syn 1.0.109",
10616]
10617
10618[[package]]
10619name = "prost-derive"
10620version = "0.12.6"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10623dependencies = [
10624 "anyhow",
10625 "itertools 0.12.1",
10626 "proc-macro2",
10627 "quote",
10628 "syn 2.0.100",
10629]
10630
10631[[package]]
10632name = "prost-types"
10633version = "0.9.0"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10636dependencies = [
10637 "bytes 1.10.1",
10638 "prost 0.9.0",
10639]
10640
10641[[package]]
10642name = "prost-types"
10643version = "0.12.6"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10646dependencies = [
10647 "prost 0.12.6",
10648]
10649
10650[[package]]
10651name = "proto"
10652version = "0.1.0"
10653dependencies = [
10654 "anyhow",
10655 "collections",
10656 "prost 0.9.0",
10657 "prost-build 0.9.0",
10658 "serde",
10659]
10660
10661[[package]]
10662name = "protobuf"
10663version = "2.28.0"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10666
10667[[package]]
10668name = "psm"
10669version = "0.1.24"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10672dependencies = [
10673 "cc",
10674]
10675
10676[[package]]
10677name = "ptr_meta"
10678version = "0.1.4"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10681dependencies = [
10682 "ptr_meta_derive",
10683]
10684
10685[[package]]
10686name = "ptr_meta_derive"
10687version = "0.1.4"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10690dependencies = [
10691 "proc-macro2",
10692 "quote",
10693 "syn 1.0.109",
10694]
10695
10696[[package]]
10697name = "pulldown-cmark"
10698version = "0.10.3"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10701dependencies = [
10702 "bitflags 2.8.0",
10703 "memchr",
10704 "pulldown-cmark-escape",
10705 "unicase",
10706]
10707
10708[[package]]
10709name = "pulldown-cmark"
10710version = "0.12.2"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10713dependencies = [
10714 "bitflags 2.8.0",
10715 "memchr",
10716 "unicase",
10717]
10718
10719[[package]]
10720name = "pulldown-cmark-escape"
10721version = "0.10.1"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10724
10725[[package]]
10726name = "pulley-interpreter"
10727version = "29.0.1"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10730dependencies = [
10731 "cranelift-bitset",
10732 "log",
10733 "sptr",
10734 "wasmtime-math",
10735]
10736
10737[[package]]
10738name = "qoi"
10739version = "0.4.1"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10742dependencies = [
10743 "bytemuck",
10744]
10745
10746[[package]]
10747name = "quick-error"
10748version = "2.0.1"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10751
10752[[package]]
10753name = "quick-xml"
10754version = "0.32.0"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10757dependencies = [
10758 "memchr",
10759]
10760
10761[[package]]
10762name = "quick-xml"
10763version = "0.37.2"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10766dependencies = [
10767 "memchr",
10768]
10769
10770[[package]]
10771name = "quinn"
10772version = "0.11.6"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10775dependencies = [
10776 "bytes 1.10.1",
10777 "pin-project-lite",
10778 "quinn-proto",
10779 "quinn-udp",
10780 "rustc-hash 2.1.1",
10781 "rustls 0.23.23",
10782 "socket2",
10783 "thiserror 2.0.6",
10784 "tokio",
10785 "tracing",
10786]
10787
10788[[package]]
10789name = "quinn-proto"
10790version = "0.11.9"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10793dependencies = [
10794 "bytes 1.10.1",
10795 "getrandom 0.2.15",
10796 "rand 0.8.5",
10797 "ring",
10798 "rustc-hash 2.1.1",
10799 "rustls 0.23.23",
10800 "rustls-pki-types",
10801 "slab",
10802 "thiserror 2.0.6",
10803 "tinyvec",
10804 "tracing",
10805 "web-time",
10806]
10807
10808[[package]]
10809name = "quinn-udp"
10810version = "0.5.9"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10813dependencies = [
10814 "cfg_aliases 0.2.1",
10815 "libc",
10816 "once_cell",
10817 "socket2",
10818 "tracing",
10819 "windows-sys 0.59.0",
10820]
10821
10822[[package]]
10823name = "quote"
10824version = "1.0.40"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10827dependencies = [
10828 "proc-macro2",
10829]
10830
10831[[package]]
10832name = "radium"
10833version = "0.7.0"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10836
10837[[package]]
10838name = "rand"
10839version = "0.7.3"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10842dependencies = [
10843 "getrandom 0.1.16",
10844 "libc",
10845 "rand_chacha 0.2.2",
10846 "rand_core 0.5.1",
10847 "rand_hc",
10848]
10849
10850[[package]]
10851name = "rand"
10852version = "0.8.5"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10855dependencies = [
10856 "libc",
10857 "rand_chacha 0.3.1",
10858 "rand_core 0.6.4",
10859]
10860
10861[[package]]
10862name = "rand"
10863version = "0.9.0"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10866dependencies = [
10867 "rand_chacha 0.9.0",
10868 "rand_core 0.9.0",
10869 "zerocopy 0.8.18",
10870]
10871
10872[[package]]
10873name = "rand_chacha"
10874version = "0.2.2"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10877dependencies = [
10878 "ppv-lite86",
10879 "rand_core 0.5.1",
10880]
10881
10882[[package]]
10883name = "rand_chacha"
10884version = "0.3.1"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10887dependencies = [
10888 "ppv-lite86",
10889 "rand_core 0.6.4",
10890]
10891
10892[[package]]
10893name = "rand_chacha"
10894version = "0.9.0"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10897dependencies = [
10898 "ppv-lite86",
10899 "rand_core 0.9.0",
10900]
10901
10902[[package]]
10903name = "rand_core"
10904version = "0.5.1"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10907dependencies = [
10908 "getrandom 0.1.16",
10909]
10910
10911[[package]]
10912name = "rand_core"
10913version = "0.6.4"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10916dependencies = [
10917 "getrandom 0.2.15",
10918]
10919
10920[[package]]
10921name = "rand_core"
10922version = "0.9.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10925dependencies = [
10926 "getrandom 0.3.1",
10927 "zerocopy 0.8.18",
10928]
10929
10930[[package]]
10931name = "rand_hc"
10932version = "0.2.0"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10935dependencies = [
10936 "rand_core 0.5.1",
10937]
10938
10939[[package]]
10940name = "rangemap"
10941version = "1.5.1"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10944
10945[[package]]
10946name = "rav1e"
10947version = "0.7.1"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10950dependencies = [
10951 "arbitrary",
10952 "arg_enum_proc_macro",
10953 "arrayvec",
10954 "av1-grain",
10955 "bitstream-io",
10956 "built",
10957 "cfg-if",
10958 "interpolate_name",
10959 "itertools 0.12.1",
10960 "libc",
10961 "libfuzzer-sys",
10962 "log",
10963 "maybe-rayon",
10964 "new_debug_unreachable",
10965 "noop_proc_macro",
10966 "num-derive",
10967 "num-traits",
10968 "once_cell",
10969 "paste",
10970 "profiling",
10971 "rand 0.8.5",
10972 "rand_chacha 0.3.1",
10973 "simd_helpers",
10974 "system-deps",
10975 "thiserror 1.0.69",
10976 "v_frame",
10977 "wasm-bindgen",
10978]
10979
10980[[package]]
10981name = "ravif"
10982version = "0.11.11"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10985dependencies = [
10986 "avif-serialize",
10987 "imgref",
10988 "loop9",
10989 "quick-error",
10990 "rav1e",
10991 "rayon",
10992 "rgb",
10993]
10994
10995[[package]]
10996name = "raw-window-handle"
10997version = "0.6.2"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11000
11001[[package]]
11002name = "raw-window-metal"
11003version = "0.4.0"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11006dependencies = [
11007 "cocoa 0.25.0",
11008 "core-graphics 0.23.2",
11009 "objc",
11010 "raw-window-handle",
11011]
11012
11013[[package]]
11014name = "rayon"
11015version = "1.10.0"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11018dependencies = [
11019 "either",
11020 "rayon-core",
11021]
11022
11023[[package]]
11024name = "rayon-core"
11025version = "1.12.1"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11028dependencies = [
11029 "crossbeam-deque",
11030 "crossbeam-utils",
11031]
11032
11033[[package]]
11034name = "read-fonts"
11035version = "0.22.5"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11038dependencies = [
11039 "bytemuck",
11040 "font-types",
11041]
11042
11043[[package]]
11044name = "recent_projects"
11045version = "0.1.0"
11046dependencies = [
11047 "anyhow",
11048 "auto_update",
11049 "editor",
11050 "extension_host",
11051 "file_finder",
11052 "futures 0.3.31",
11053 "fuzzy",
11054 "gpui",
11055 "language",
11056 "log",
11057 "markdown",
11058 "menu",
11059 "ordered-float 2.10.1",
11060 "paths",
11061 "picker",
11062 "project",
11063 "release_channel",
11064 "remote",
11065 "schemars",
11066 "serde",
11067 "serde_json",
11068 "settings",
11069 "smol",
11070 "task",
11071 "telemetry",
11072 "theme",
11073 "ui",
11074 "util",
11075 "workspace",
11076 "zed_actions",
11077]
11078
11079[[package]]
11080name = "redox_syscall"
11081version = "0.2.16"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11084dependencies = [
11085 "bitflags 1.3.2",
11086]
11087
11088[[package]]
11089name = "redox_syscall"
11090version = "0.5.8"
11091source = "registry+https://github.com/rust-lang/crates.io-index"
11092checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11093dependencies = [
11094 "bitflags 2.8.0",
11095]
11096
11097[[package]]
11098name = "redox_users"
11099version = "0.4.6"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11102dependencies = [
11103 "getrandom 0.2.15",
11104 "libredox",
11105 "thiserror 1.0.69",
11106]
11107
11108[[package]]
11109name = "refineable"
11110version = "0.1.0"
11111dependencies = [
11112 "derive_refineable",
11113]
11114
11115[[package]]
11116name = "regalloc2"
11117version = "0.11.1"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11120dependencies = [
11121 "allocator-api2",
11122 "bumpalo",
11123 "hashbrown 0.15.2",
11124 "log",
11125 "rustc-hash 2.1.1",
11126 "smallvec",
11127]
11128
11129[[package]]
11130name = "regex"
11131version = "1.11.1"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11134dependencies = [
11135 "aho-corasick",
11136 "memchr",
11137 "regex-automata 0.4.9",
11138 "regex-syntax 0.8.5",
11139]
11140
11141[[package]]
11142name = "regex-automata"
11143version = "0.1.10"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11146dependencies = [
11147 "regex-syntax 0.6.29",
11148]
11149
11150[[package]]
11151name = "regex-automata"
11152version = "0.4.9"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11155dependencies = [
11156 "aho-corasick",
11157 "memchr",
11158 "regex-syntax 0.8.5",
11159]
11160
11161[[package]]
11162name = "regex-lite"
11163version = "0.1.6"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11166
11167[[package]]
11168name = "regex-syntax"
11169version = "0.6.29"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11172
11173[[package]]
11174name = "regex-syntax"
11175version = "0.8.5"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11178
11179[[package]]
11180name = "release_channel"
11181version = "0.1.0"
11182dependencies = [
11183 "gpui",
11184]
11185
11186[[package]]
11187name = "remote"
11188version = "0.1.0"
11189dependencies = [
11190 "anyhow",
11191 "askpass",
11192 "async-trait",
11193 "collections",
11194 "fs",
11195 "futures 0.3.31",
11196 "gpui",
11197 "itertools 0.14.0",
11198 "log",
11199 "parking_lot",
11200 "paths",
11201 "prost 0.9.0",
11202 "release_channel",
11203 "rpc",
11204 "schemars",
11205 "serde",
11206 "serde_json",
11207 "shlex",
11208 "smol",
11209 "tempfile",
11210 "thiserror 1.0.69",
11211 "util",
11212]
11213
11214[[package]]
11215name = "remote_server"
11216version = "0.1.0"
11217dependencies = [
11218 "anyhow",
11219 "async-watch",
11220 "backtrace",
11221 "cargo_toml",
11222 "chrono",
11223 "clap",
11224 "client",
11225 "clock",
11226 "env_logger 0.11.7",
11227 "extension",
11228 "extension_host",
11229 "fork",
11230 "fs",
11231 "futures 0.3.31",
11232 "git",
11233 "git_hosting_providers",
11234 "gpui",
11235 "gpui_tokio",
11236 "http_client",
11237 "language",
11238 "language_extension",
11239 "languages",
11240 "libc",
11241 "log",
11242 "lsp",
11243 "node_runtime",
11244 "paths",
11245 "project",
11246 "proto",
11247 "release_channel",
11248 "remote",
11249 "reqwest_client",
11250 "rpc",
11251 "rust-embed",
11252 "serde",
11253 "serde_json",
11254 "settings",
11255 "shellexpand 2.1.2",
11256 "smol",
11257 "sysinfo",
11258 "telemetry_events",
11259 "toml 0.8.20",
11260 "unindent",
11261 "util",
11262 "worktree",
11263]
11264
11265[[package]]
11266name = "rend"
11267version = "0.4.2"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11270dependencies = [
11271 "bytecheck",
11272]
11273
11274[[package]]
11275name = "repl"
11276version = "0.1.0"
11277dependencies = [
11278 "alacritty_terminal",
11279 "anyhow",
11280 "async-dispatcher",
11281 "async-tungstenite",
11282 "base64 0.22.1",
11283 "client",
11284 "collections",
11285 "command_palette_hooks",
11286 "editor",
11287 "env_logger 0.11.7",
11288 "feature_flags",
11289 "file_icons",
11290 "futures 0.3.31",
11291 "gpui",
11292 "http_client",
11293 "image",
11294 "indoc",
11295 "jupyter-protocol",
11296 "jupyter-websocket-client",
11297 "language",
11298 "languages",
11299 "log",
11300 "markdown_preview",
11301 "menu",
11302 "multi_buffer",
11303 "nbformat",
11304 "picker",
11305 "project",
11306 "runtimelib",
11307 "schemars",
11308 "serde",
11309 "serde_json",
11310 "settings",
11311 "smol",
11312 "telemetry",
11313 "terminal",
11314 "terminal_view",
11315 "theme",
11316 "tree-sitter-md",
11317 "tree-sitter-python",
11318 "tree-sitter-typescript",
11319 "ui",
11320 "util",
11321 "uuid",
11322 "workspace",
11323]
11324
11325[[package]]
11326name = "reqwest"
11327version = "0.11.27"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11330dependencies = [
11331 "base64 0.21.7",
11332 "bytes 1.10.1",
11333 "encoding_rs",
11334 "futures-core",
11335 "futures-util",
11336 "h2 0.3.26",
11337 "http 0.2.12",
11338 "http-body 0.4.6",
11339 "hyper 0.14.32",
11340 "hyper-rustls 0.24.2",
11341 "hyper-tls",
11342 "ipnet",
11343 "js-sys",
11344 "log",
11345 "mime",
11346 "native-tls",
11347 "once_cell",
11348 "percent-encoding",
11349 "pin-project-lite",
11350 "rustls 0.21.12",
11351 "rustls-native-certs 0.6.3",
11352 "rustls-pemfile 1.0.4",
11353 "serde",
11354 "serde_json",
11355 "serde_urlencoded",
11356 "sync_wrapper 0.1.2",
11357 "system-configuration 0.5.1",
11358 "tokio",
11359 "tokio-native-tls",
11360 "tokio-rustls 0.24.1",
11361 "tower-service",
11362 "url",
11363 "wasm-bindgen",
11364 "wasm-bindgen-futures",
11365 "web-sys",
11366 "winreg 0.50.0",
11367]
11368
11369[[package]]
11370name = "reqwest"
11371version = "0.12.8"
11372source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11373dependencies = [
11374 "base64 0.22.1",
11375 "bytes 1.10.1",
11376 "encoding_rs",
11377 "futures-core",
11378 "futures-util",
11379 "h2 0.4.7",
11380 "http 1.2.0",
11381 "http-body 1.0.1",
11382 "http-body-util",
11383 "hyper 1.5.1",
11384 "hyper-rustls 0.27.3",
11385 "hyper-util",
11386 "ipnet",
11387 "js-sys",
11388 "log",
11389 "mime",
11390 "once_cell",
11391 "percent-encoding",
11392 "pin-project-lite",
11393 "quinn",
11394 "rustls 0.23.23",
11395 "rustls-native-certs 0.8.1",
11396 "rustls-pemfile 2.2.0",
11397 "rustls-pki-types",
11398 "serde",
11399 "serde_json",
11400 "serde_urlencoded",
11401 "sync_wrapper 1.0.2",
11402 "system-configuration 0.6.1",
11403 "tokio",
11404 "tokio-rustls 0.26.1",
11405 "tokio-socks",
11406 "tokio-util",
11407 "tower-service",
11408 "url",
11409 "wasm-bindgen",
11410 "wasm-bindgen-futures",
11411 "wasm-streams",
11412 "web-sys",
11413 "windows-registry",
11414]
11415
11416[[package]]
11417name = "reqwest_client"
11418version = "0.1.0"
11419dependencies = [
11420 "anyhow",
11421 "bytes 1.10.1",
11422 "futures 0.3.31",
11423 "gpui",
11424 "http_client",
11425 "log",
11426 "regex",
11427 "reqwest 0.12.8",
11428 "serde",
11429 "smol",
11430 "tokio",
11431]
11432
11433[[package]]
11434name = "resvg"
11435version = "0.45.0"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11438dependencies = [
11439 "log",
11440 "pico-args",
11441 "rgb",
11442 "svgtypes",
11443 "tiny-skia",
11444 "usvg",
11445]
11446
11447[[package]]
11448name = "rfc6979"
11449version = "0.3.1"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11452dependencies = [
11453 "crypto-bigint 0.4.9",
11454 "hmac",
11455 "zeroize",
11456]
11457
11458[[package]]
11459name = "rgb"
11460version = "0.8.50"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11463dependencies = [
11464 "bytemuck",
11465]
11466
11467[[package]]
11468name = "rich_text"
11469version = "0.1.0"
11470dependencies = [
11471 "futures 0.3.31",
11472 "gpui",
11473 "language",
11474 "linkify",
11475 "pulldown-cmark 0.12.2",
11476 "theme",
11477 "ui",
11478 "util",
11479]
11480
11481[[package]]
11482name = "ring"
11483version = "0.17.8"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11486dependencies = [
11487 "cc",
11488 "cfg-if",
11489 "getrandom 0.2.15",
11490 "libc",
11491 "spin",
11492 "untrusted",
11493 "windows-sys 0.52.0",
11494]
11495
11496[[package]]
11497name = "rkyv"
11498version = "0.7.45"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11501dependencies = [
11502 "bitvec",
11503 "bytecheck",
11504 "bytes 1.10.1",
11505 "hashbrown 0.12.3",
11506 "ptr_meta",
11507 "rend",
11508 "rkyv_derive",
11509 "seahash",
11510 "tinyvec",
11511 "uuid",
11512]
11513
11514[[package]]
11515name = "rkyv_derive"
11516version = "0.7.45"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11519dependencies = [
11520 "proc-macro2",
11521 "quote",
11522 "syn 1.0.109",
11523]
11524
11525[[package]]
11526name = "rmp"
11527version = "0.8.14"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11530dependencies = [
11531 "byteorder",
11532 "num-traits",
11533 "paste",
11534]
11535
11536[[package]]
11537name = "rmpv"
11538version = "1.3.0"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11541dependencies = [
11542 "num-traits",
11543 "rmp",
11544]
11545
11546[[package]]
11547name = "rodio"
11548version = "0.20.1"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11551dependencies = [
11552 "cpal",
11553 "hound",
11554]
11555
11556[[package]]
11557name = "rope"
11558version = "0.1.0"
11559dependencies = [
11560 "arrayvec",
11561 "criterion",
11562 "ctor",
11563 "env_logger 0.11.7",
11564 "gpui",
11565 "log",
11566 "rand 0.8.5",
11567 "rayon",
11568 "smallvec",
11569 "sum_tree",
11570 "unicode-segmentation",
11571 "util",
11572]
11573
11574[[package]]
11575name = "roxmltree"
11576version = "0.20.0"
11577source = "registry+https://github.com/rust-lang/crates.io-index"
11578checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11579
11580[[package]]
11581name = "rpc"
11582version = "0.1.0"
11583dependencies = [
11584 "anyhow",
11585 "async-tungstenite",
11586 "base64 0.22.1",
11587 "chrono",
11588 "collections",
11589 "env_logger 0.11.7",
11590 "futures 0.3.31",
11591 "gpui",
11592 "parking_lot",
11593 "proto",
11594 "rand 0.8.5",
11595 "rsa",
11596 "serde",
11597 "serde_json",
11598 "sha2",
11599 "strum",
11600 "tracing",
11601 "util",
11602 "zstd",
11603]
11604
11605[[package]]
11606name = "rsa"
11607version = "0.9.8"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11610dependencies = [
11611 "const-oid",
11612 "digest",
11613 "num-bigint-dig",
11614 "num-integer",
11615 "num-traits",
11616 "pkcs1",
11617 "pkcs8 0.10.2",
11618 "rand_core 0.6.4",
11619 "signature 2.2.0",
11620 "spki 0.7.3",
11621 "subtle",
11622 "zeroize",
11623]
11624
11625[[package]]
11626name = "runtimelib"
11627version = "0.25.0"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11630dependencies = [
11631 "anyhow",
11632 "async-dispatcher",
11633 "async-std",
11634 "base64 0.22.1",
11635 "bytes 1.10.1",
11636 "chrono",
11637 "data-encoding",
11638 "dirs 5.0.1",
11639 "futures 0.3.31",
11640 "glob",
11641 "jupyter-protocol",
11642 "ring",
11643 "serde",
11644 "serde_json",
11645 "shellexpand 3.1.0",
11646 "smol",
11647 "uuid",
11648 "zeromq",
11649]
11650
11651[[package]]
11652name = "rust-embed"
11653version = "8.5.0"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11656dependencies = [
11657 "rust-embed-impl",
11658 "rust-embed-utils",
11659 "walkdir",
11660]
11661
11662[[package]]
11663name = "rust-embed-impl"
11664version = "8.5.0"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11667dependencies = [
11668 "proc-macro2",
11669 "quote",
11670 "rust-embed-utils",
11671 "syn 2.0.100",
11672 "walkdir",
11673]
11674
11675[[package]]
11676name = "rust-embed-utils"
11677version = "8.5.0"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11680dependencies = [
11681 "globset",
11682 "sha2",
11683 "walkdir",
11684]
11685
11686[[package]]
11687name = "rust_decimal"
11688version = "1.36.0"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11691dependencies = [
11692 "arrayvec",
11693 "borsh",
11694 "bytes 1.10.1",
11695 "num-traits",
11696 "rand 0.8.5",
11697 "rkyv",
11698 "serde",
11699 "serde_json",
11700]
11701
11702[[package]]
11703name = "rustc-demangle"
11704version = "0.1.24"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11707
11708[[package]]
11709name = "rustc-hash"
11710version = "1.1.0"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11713
11714[[package]]
11715name = "rustc-hash"
11716version = "2.1.1"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11719
11720[[package]]
11721name = "rustc_version"
11722version = "0.4.1"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11725dependencies = [
11726 "semver",
11727]
11728
11729[[package]]
11730name = "rustix"
11731version = "0.38.42"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11734dependencies = [
11735 "bitflags 2.8.0",
11736 "errno 0.3.10",
11737 "itoa",
11738 "libc",
11739 "linux-raw-sys",
11740 "once_cell",
11741 "windows-sys 0.59.0",
11742]
11743
11744[[package]]
11745name = "rustix-openpty"
11746version = "0.1.1"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11749dependencies = [
11750 "errno 0.3.10",
11751 "libc",
11752 "rustix",
11753]
11754
11755[[package]]
11756name = "rustls"
11757version = "0.21.12"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11760dependencies = [
11761 "log",
11762 "ring",
11763 "rustls-webpki 0.101.7",
11764 "sct",
11765]
11766
11767[[package]]
11768name = "rustls"
11769version = "0.23.23"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11772dependencies = [
11773 "aws-lc-rs",
11774 "log",
11775 "once_cell",
11776 "ring",
11777 "rustls-pki-types",
11778 "rustls-webpki 0.102.8",
11779 "subtle",
11780 "zeroize",
11781]
11782
11783[[package]]
11784name = "rustls-native-certs"
11785version = "0.6.3"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11788dependencies = [
11789 "openssl-probe",
11790 "rustls-pemfile 1.0.4",
11791 "schannel",
11792 "security-framework 2.11.1",
11793]
11794
11795[[package]]
11796name = "rustls-native-certs"
11797version = "0.8.1"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11800dependencies = [
11801 "openssl-probe",
11802 "rustls-pki-types",
11803 "schannel",
11804 "security-framework 3.0.1",
11805]
11806
11807[[package]]
11808name = "rustls-pemfile"
11809version = "1.0.4"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11812dependencies = [
11813 "base64 0.21.7",
11814]
11815
11816[[package]]
11817name = "rustls-pemfile"
11818version = "2.2.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11821dependencies = [
11822 "rustls-pki-types",
11823]
11824
11825[[package]]
11826name = "rustls-pki-types"
11827version = "1.10.0"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11830dependencies = [
11831 "web-time",
11832]
11833
11834[[package]]
11835name = "rustls-platform-verifier"
11836version = "0.5.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11839dependencies = [
11840 "core-foundation 0.10.0",
11841 "core-foundation-sys",
11842 "jni",
11843 "log",
11844 "once_cell",
11845 "rustls 0.23.23",
11846 "rustls-native-certs 0.8.1",
11847 "rustls-platform-verifier-android",
11848 "rustls-webpki 0.102.8",
11849 "security-framework 3.0.1",
11850 "security-framework-sys",
11851 "webpki-root-certs",
11852 "windows-sys 0.52.0",
11853]
11854
11855[[package]]
11856name = "rustls-platform-verifier-android"
11857version = "0.1.1"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11860
11861[[package]]
11862name = "rustls-webpki"
11863version = "0.101.7"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11866dependencies = [
11867 "ring",
11868 "untrusted",
11869]
11870
11871[[package]]
11872name = "rustls-webpki"
11873version = "0.102.8"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11876dependencies = [
11877 "aws-lc-rs",
11878 "ring",
11879 "rustls-pki-types",
11880 "untrusted",
11881]
11882
11883[[package]]
11884name = "rustversion"
11885version = "1.0.18"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11888
11889[[package]]
11890name = "rustybuzz"
11891version = "0.14.1"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11894dependencies = [
11895 "bitflags 2.8.0",
11896 "bytemuck",
11897 "libm",
11898 "smallvec",
11899 "ttf-parser 0.21.1",
11900 "unicode-bidi-mirroring 0.2.0",
11901 "unicode-ccc 0.2.0",
11902 "unicode-properties",
11903 "unicode-script",
11904]
11905
11906[[package]]
11907name = "rustybuzz"
11908version = "0.20.1"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11911dependencies = [
11912 "bitflags 2.8.0",
11913 "bytemuck",
11914 "core_maths",
11915 "log",
11916 "smallvec",
11917 "ttf-parser 0.25.1",
11918 "unicode-bidi-mirroring 0.4.0",
11919 "unicode-ccc 0.4.0",
11920 "unicode-properties",
11921 "unicode-script",
11922]
11923
11924[[package]]
11925name = "ryu"
11926version = "1.0.18"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11929
11930[[package]]
11931name = "salsa20"
11932version = "0.10.2"
11933source = "registry+https://github.com/rust-lang/crates.io-index"
11934checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11935dependencies = [
11936 "cipher",
11937]
11938
11939[[package]]
11940name = "same-file"
11941version = "1.0.6"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11944dependencies = [
11945 "winapi-util",
11946]
11947
11948[[package]]
11949name = "schannel"
11950version = "0.1.27"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11953dependencies = [
11954 "windows-sys 0.59.0",
11955]
11956
11957[[package]]
11958name = "schema_generator"
11959version = "0.1.0"
11960dependencies = [
11961 "anyhow",
11962 "clap",
11963 "env_logger 0.11.7",
11964 "schemars",
11965 "serde",
11966 "serde_json",
11967 "theme",
11968]
11969
11970[[package]]
11971name = "schemars"
11972version = "0.8.22"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
11975dependencies = [
11976 "dyn-clone",
11977 "indexmap",
11978 "schemars_derive",
11979 "serde",
11980 "serde_json",
11981]
11982
11983[[package]]
11984name = "schemars_derive"
11985version = "0.8.22"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
11988dependencies = [
11989 "proc-macro2",
11990 "quote",
11991 "serde_derive_internals",
11992 "syn 2.0.100",
11993]
11994
11995[[package]]
11996name = "scoped-tls"
11997version = "1.0.1"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12000
12001[[package]]
12002name = "scopeguard"
12003version = "1.2.0"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12006
12007[[package]]
12008name = "scratch"
12009version = "1.0.7"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12012
12013[[package]]
12014name = "scripting_tool"
12015version = "0.1.0"
12016dependencies = [
12017 "anyhow",
12018 "buffer_diff",
12019 "clock",
12020 "collections",
12021 "futures 0.3.31",
12022 "gpui",
12023 "language",
12024 "log",
12025 "mlua",
12026 "parking_lot",
12027 "project",
12028 "rand 0.8.5",
12029 "regex",
12030 "schemars",
12031 "serde",
12032 "serde_json",
12033 "settings",
12034 "util",
12035]
12036
12037[[package]]
12038name = "scrypt"
12039version = "0.11.0"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12042dependencies = [
12043 "password-hash 0.5.0",
12044 "pbkdf2 0.12.2",
12045 "salsa20",
12046 "sha2",
12047]
12048
12049[[package]]
12050name = "sct"
12051version = "0.7.1"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12054dependencies = [
12055 "ring",
12056 "untrusted",
12057]
12058
12059[[package]]
12060name = "sea-bae"
12061version = "0.2.1"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12064dependencies = [
12065 "heck 0.4.1",
12066 "proc-macro-error2",
12067 "proc-macro2",
12068 "quote",
12069 "syn 2.0.100",
12070]
12071
12072[[package]]
12073name = "sea-orm"
12074version = "1.1.5"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12077dependencies = [
12078 "async-stream",
12079 "async-trait",
12080 "bigdecimal",
12081 "chrono",
12082 "futures 0.3.31",
12083 "log",
12084 "ouroboros",
12085 "rust_decimal",
12086 "sea-orm-macros",
12087 "sea-query",
12088 "sea-query-binder",
12089 "serde",
12090 "serde_json",
12091 "sqlx",
12092 "strum",
12093 "thiserror 1.0.69",
12094 "time",
12095 "tracing",
12096 "url",
12097 "uuid",
12098]
12099
12100[[package]]
12101name = "sea-orm-macros"
12102version = "1.1.5"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12105dependencies = [
12106 "heck 0.4.1",
12107 "proc-macro2",
12108 "quote",
12109 "sea-bae",
12110 "syn 2.0.100",
12111 "unicode-ident",
12112]
12113
12114[[package]]
12115name = "sea-query"
12116version = "0.32.1"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12119dependencies = [
12120 "bigdecimal",
12121 "chrono",
12122 "inherent",
12123 "ordered-float 3.9.2",
12124 "rust_decimal",
12125 "serde_json",
12126 "time",
12127 "uuid",
12128]
12129
12130[[package]]
12131name = "sea-query-binder"
12132version = "0.7.0"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12135dependencies = [
12136 "bigdecimal",
12137 "chrono",
12138 "rust_decimal",
12139 "sea-query",
12140 "serde_json",
12141 "sqlx",
12142 "time",
12143 "uuid",
12144]
12145
12146[[package]]
12147name = "seahash"
12148version = "4.1.0"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12151
12152[[package]]
12153name = "search"
12154version = "0.1.0"
12155dependencies = [
12156 "any_vec",
12157 "anyhow",
12158 "bitflags 2.8.0",
12159 "client",
12160 "collections",
12161 "editor",
12162 "futures 0.3.31",
12163 "gpui",
12164 "language",
12165 "menu",
12166 "project",
12167 "schemars",
12168 "serde",
12169 "serde_json",
12170 "settings",
12171 "smol",
12172 "theme",
12173 "ui",
12174 "unindent",
12175 "util",
12176 "workspace",
12177 "zed_actions",
12178]
12179
12180[[package]]
12181name = "sec1"
12182version = "0.3.0"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12185dependencies = [
12186 "base16ct",
12187 "der 0.6.1",
12188 "generic-array",
12189 "pkcs8 0.9.0",
12190 "subtle",
12191 "zeroize",
12192]
12193
12194[[package]]
12195name = "security-framework"
12196version = "2.11.1"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12199dependencies = [
12200 "bitflags 2.8.0",
12201 "core-foundation 0.9.4",
12202 "core-foundation-sys",
12203 "libc",
12204 "security-framework-sys",
12205]
12206
12207[[package]]
12208name = "security-framework"
12209version = "3.0.1"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12212dependencies = [
12213 "bitflags 2.8.0",
12214 "core-foundation 0.10.0",
12215 "core-foundation-sys",
12216 "libc",
12217 "security-framework-sys",
12218]
12219
12220[[package]]
12221name = "security-framework-sys"
12222version = "2.12.1"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12225dependencies = [
12226 "core-foundation-sys",
12227 "libc",
12228]
12229
12230[[package]]
12231name = "self_cell"
12232version = "1.1.0"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12235
12236[[package]]
12237name = "semantic_index"
12238version = "0.1.0"
12239dependencies = [
12240 "anyhow",
12241 "arrayvec",
12242 "blake3",
12243 "client",
12244 "clock",
12245 "collections",
12246 "env_logger 0.11.7",
12247 "feature_flags",
12248 "fs",
12249 "futures 0.3.31",
12250 "futures-batch",
12251 "gpui",
12252 "heed",
12253 "http_client",
12254 "language",
12255 "language_model",
12256 "languages",
12257 "log",
12258 "open_ai",
12259 "parking_lot",
12260 "project",
12261 "reqwest_client",
12262 "serde",
12263 "serde_json",
12264 "settings",
12265 "sha2",
12266 "smol",
12267 "streaming-iterator",
12268 "tempfile",
12269 "theme",
12270 "tree-sitter",
12271 "ui",
12272 "unindent",
12273 "util",
12274 "workspace",
12275 "worktree",
12276]
12277
12278[[package]]
12279name = "semantic_version"
12280version = "0.1.0"
12281dependencies = [
12282 "anyhow",
12283 "serde",
12284]
12285
12286[[package]]
12287name = "semver"
12288version = "1.0.25"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12291dependencies = [
12292 "serde",
12293]
12294
12295[[package]]
12296name = "serde"
12297version = "1.0.218"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12300dependencies = [
12301 "serde_derive",
12302]
12303
12304[[package]]
12305name = "serde_derive"
12306version = "1.0.218"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12309dependencies = [
12310 "proc-macro2",
12311 "quote",
12312 "syn 2.0.100",
12313]
12314
12315[[package]]
12316name = "serde_derive_internals"
12317version = "0.29.1"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12320dependencies = [
12321 "proc-macro2",
12322 "quote",
12323 "syn 2.0.100",
12324]
12325
12326[[package]]
12327name = "serde_fmt"
12328version = "1.0.3"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12331dependencies = [
12332 "serde",
12333]
12334
12335[[package]]
12336name = "serde_json"
12337version = "1.0.139"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12340dependencies = [
12341 "indexmap",
12342 "itoa",
12343 "memchr",
12344 "ryu",
12345 "serde",
12346]
12347
12348[[package]]
12349name = "serde_json_lenient"
12350version = "0.2.4"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12353dependencies = [
12354 "indexmap",
12355 "itoa",
12356 "memchr",
12357 "ryu",
12358 "serde",
12359]
12360
12361[[package]]
12362name = "serde_path_to_error"
12363version = "0.1.16"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12366dependencies = [
12367 "itoa",
12368 "serde",
12369]
12370
12371[[package]]
12372name = "serde_qs"
12373version = "0.8.5"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12376dependencies = [
12377 "percent-encoding",
12378 "serde",
12379 "thiserror 1.0.69",
12380]
12381
12382[[package]]
12383name = "serde_qs"
12384version = "0.10.1"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12387dependencies = [
12388 "percent-encoding",
12389 "serde",
12390 "thiserror 1.0.69",
12391]
12392
12393[[package]]
12394name = "serde_repr"
12395version = "0.1.19"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12398dependencies = [
12399 "proc-macro2",
12400 "quote",
12401 "syn 2.0.100",
12402]
12403
12404[[package]]
12405name = "serde_spanned"
12406version = "0.6.8"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12409dependencies = [
12410 "serde",
12411]
12412
12413[[package]]
12414name = "serde_urlencoded"
12415version = "0.7.1"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12418dependencies = [
12419 "form_urlencoded",
12420 "itoa",
12421 "ryu",
12422 "serde",
12423]
12424
12425[[package]]
12426name = "session"
12427version = "0.1.0"
12428dependencies = [
12429 "db",
12430 "gpui",
12431 "serde_json",
12432 "util",
12433 "uuid",
12434]
12435
12436[[package]]
12437name = "settings"
12438version = "0.1.0"
12439dependencies = [
12440 "anyhow",
12441 "collections",
12442 "ec4rs",
12443 "fs",
12444 "futures 0.3.31",
12445 "gpui",
12446 "indoc",
12447 "inventory",
12448 "log",
12449 "paths",
12450 "pretty_assertions",
12451 "release_channel",
12452 "rust-embed",
12453 "schemars",
12454 "serde",
12455 "serde_derive",
12456 "serde_json",
12457 "serde_json_lenient",
12458 "smallvec",
12459 "streaming-iterator",
12460 "tree-sitter",
12461 "tree-sitter-json",
12462 "unindent",
12463 "util",
12464]
12465
12466[[package]]
12467name = "settings_ui"
12468version = "0.1.0"
12469dependencies = [
12470 "command_palette_hooks",
12471 "editor",
12472 "feature_flags",
12473 "gpui",
12474 "settings",
12475 "theme",
12476 "ui",
12477 "workspace",
12478]
12479
12480[[package]]
12481name = "sha1"
12482version = "0.10.6"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12485dependencies = [
12486 "cfg-if",
12487 "cpufeatures",
12488 "digest",
12489]
12490
12491[[package]]
12492name = "sha1_smol"
12493version = "1.0.1"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12496
12497[[package]]
12498name = "sha2"
12499version = "0.10.8"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12502dependencies = [
12503 "cfg-if",
12504 "cpufeatures",
12505 "digest",
12506]
12507
12508[[package]]
12509name = "sharded-slab"
12510version = "0.1.7"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12513dependencies = [
12514 "lazy_static",
12515]
12516
12517[[package]]
12518name = "shell-words"
12519version = "1.1.0"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12522
12523[[package]]
12524name = "shellexpand"
12525version = "2.1.2"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12528dependencies = [
12529 "dirs 4.0.0",
12530]
12531
12532[[package]]
12533name = "shellexpand"
12534version = "3.1.0"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12537dependencies = [
12538 "dirs 5.0.1",
12539]
12540
12541[[package]]
12542name = "shlex"
12543version = "1.3.0"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12546
12547[[package]]
12548name = "signal-hook"
12549version = "0.3.17"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12552dependencies = [
12553 "libc",
12554 "signal-hook-registry",
12555]
12556
12557[[package]]
12558name = "signal-hook-registry"
12559version = "1.4.2"
12560source = "registry+https://github.com/rust-lang/crates.io-index"
12561checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12562dependencies = [
12563 "libc",
12564]
12565
12566[[package]]
12567name = "signature"
12568version = "1.6.4"
12569source = "registry+https://github.com/rust-lang/crates.io-index"
12570checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12571dependencies = [
12572 "digest",
12573 "rand_core 0.6.4",
12574]
12575
12576[[package]]
12577name = "signature"
12578version = "2.2.0"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12581dependencies = [
12582 "digest",
12583 "rand_core 0.6.4",
12584]
12585
12586[[package]]
12587name = "simd-adler32"
12588version = "0.3.7"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12591
12592[[package]]
12593name = "simd_helpers"
12594version = "0.1.0"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12597dependencies = [
12598 "quote",
12599]
12600
12601[[package]]
12602name = "simdutf8"
12603version = "0.1.5"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12606
12607[[package]]
12608name = "simple_asn1"
12609version = "0.6.2"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12612dependencies = [
12613 "num-bigint",
12614 "num-traits",
12615 "thiserror 1.0.69",
12616 "time",
12617]
12618
12619[[package]]
12620name = "simplecss"
12621version = "0.2.1"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12624dependencies = [
12625 "log",
12626]
12627
12628[[package]]
12629name = "simplelog"
12630version = "0.12.2"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12633dependencies = [
12634 "log",
12635 "termcolor",
12636 "time",
12637]
12638
12639[[package]]
12640name = "siphasher"
12641version = "0.3.11"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12644
12645[[package]]
12646name = "siphasher"
12647version = "1.0.1"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12650
12651[[package]]
12652name = "skrifa"
12653version = "0.22.3"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12656dependencies = [
12657 "bytemuck",
12658 "read-fonts",
12659]
12660
12661[[package]]
12662name = "slab"
12663version = "0.4.9"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12666dependencies = [
12667 "autocfg",
12668]
12669
12670[[package]]
12671name = "slash_commands_example"
12672version = "0.1.0"
12673dependencies = [
12674 "zed_extension_api 0.1.0",
12675]
12676
12677[[package]]
12678name = "slotmap"
12679version = "1.0.7"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12682dependencies = [
12683 "version_check",
12684]
12685
12686[[package]]
12687name = "smallvec"
12688version = "1.14.0"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12691dependencies = [
12692 "serde",
12693]
12694
12695[[package]]
12696name = "smart-default"
12697version = "0.6.0"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12700dependencies = [
12701 "proc-macro2",
12702 "quote",
12703 "syn 1.0.109",
12704]
12705
12706[[package]]
12707name = "smol"
12708version = "2.0.2"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12711dependencies = [
12712 "async-channel 2.3.1",
12713 "async-executor",
12714 "async-fs",
12715 "async-io",
12716 "async-lock",
12717 "async-net",
12718 "async-process",
12719 "blocking",
12720 "futures-lite 2.6.0",
12721]
12722
12723[[package]]
12724name = "smol_str"
12725version = "0.1.24"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12728dependencies = [
12729 "serde",
12730]
12731
12732[[package]]
12733name = "snippet"
12734version = "0.1.0"
12735dependencies = [
12736 "anyhow",
12737 "smallvec",
12738]
12739
12740[[package]]
12741name = "snippet_provider"
12742version = "0.1.0"
12743dependencies = [
12744 "anyhow",
12745 "collections",
12746 "extension",
12747 "fs",
12748 "futures 0.3.31",
12749 "gpui",
12750 "parking_lot",
12751 "paths",
12752 "schemars",
12753 "serde",
12754 "serde_json_lenient",
12755 "snippet",
12756 "util",
12757]
12758
12759[[package]]
12760name = "snippets_ui"
12761version = "0.1.0"
12762dependencies = [
12763 "fuzzy",
12764 "gpui",
12765 "language",
12766 "paths",
12767 "picker",
12768 "ui",
12769 "util",
12770 "workspace",
12771]
12772
12773[[package]]
12774name = "socket2"
12775version = "0.5.8"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12778dependencies = [
12779 "libc",
12780 "windows-sys 0.52.0",
12781]
12782
12783[[package]]
12784name = "spdx"
12785version = "0.10.7"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12788dependencies = [
12789 "smallvec",
12790]
12791
12792[[package]]
12793name = "spin"
12794version = "0.9.8"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12797dependencies = [
12798 "lock_api",
12799]
12800
12801[[package]]
12802name = "spirv"
12803version = "0.3.0+sdk-1.3.268.0"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12806dependencies = [
12807 "bitflags 2.8.0",
12808]
12809
12810[[package]]
12811name = "spki"
12812version = "0.6.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12815dependencies = [
12816 "base64ct",
12817 "der 0.6.1",
12818]
12819
12820[[package]]
12821name = "spki"
12822version = "0.7.3"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12825dependencies = [
12826 "base64ct",
12827 "der 0.7.9",
12828]
12829
12830[[package]]
12831name = "sptr"
12832version = "0.3.2"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12835
12836[[package]]
12837name = "sqlez"
12838version = "0.1.0"
12839dependencies = [
12840 "anyhow",
12841 "collections",
12842 "futures 0.3.31",
12843 "indoc",
12844 "libsqlite3-sys",
12845 "parking_lot",
12846 "smol",
12847 "sqlformat",
12848 "thread_local",
12849 "util",
12850 "uuid",
12851]
12852
12853[[package]]
12854name = "sqlez_macros"
12855version = "0.1.0"
12856dependencies = [
12857 "sqlez",
12858 "sqlformat",
12859 "syn 1.0.109",
12860]
12861
12862[[package]]
12863name = "sqlformat"
12864version = "0.2.6"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12867dependencies = [
12868 "nom",
12869 "unicode_categories",
12870]
12871
12872[[package]]
12873name = "sqlx"
12874version = "0.8.3"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12877dependencies = [
12878 "sqlx-core",
12879 "sqlx-macros",
12880 "sqlx-mysql",
12881 "sqlx-postgres",
12882 "sqlx-sqlite",
12883]
12884
12885[[package]]
12886name = "sqlx-core"
12887version = "0.8.3"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12890dependencies = [
12891 "bigdecimal",
12892 "bytes 1.10.1",
12893 "chrono",
12894 "crc",
12895 "crossbeam-queue",
12896 "either",
12897 "event-listener 5.3.1",
12898 "futures-core",
12899 "futures-intrusive",
12900 "futures-io",
12901 "futures-util",
12902 "hashbrown 0.15.2",
12903 "hashlink 0.10.0",
12904 "indexmap",
12905 "log",
12906 "memchr",
12907 "once_cell",
12908 "percent-encoding",
12909 "rust_decimal",
12910 "rustls 0.23.23",
12911 "rustls-pemfile 2.2.0",
12912 "serde",
12913 "serde_json",
12914 "sha2",
12915 "smallvec",
12916 "thiserror 2.0.6",
12917 "time",
12918 "tokio",
12919 "tokio-stream",
12920 "tracing",
12921 "url",
12922 "uuid",
12923 "webpki-roots",
12924]
12925
12926[[package]]
12927name = "sqlx-macros"
12928version = "0.8.3"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12931dependencies = [
12932 "proc-macro2",
12933 "quote",
12934 "sqlx-core",
12935 "sqlx-macros-core",
12936 "syn 2.0.100",
12937]
12938
12939[[package]]
12940name = "sqlx-macros-core"
12941version = "0.8.3"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12944dependencies = [
12945 "dotenvy",
12946 "either",
12947 "heck 0.5.0",
12948 "hex",
12949 "once_cell",
12950 "proc-macro2",
12951 "quote",
12952 "serde",
12953 "serde_json",
12954 "sha2",
12955 "sqlx-core",
12956 "sqlx-mysql",
12957 "sqlx-postgres",
12958 "sqlx-sqlite",
12959 "syn 2.0.100",
12960 "tempfile",
12961 "tokio",
12962 "url",
12963]
12964
12965[[package]]
12966name = "sqlx-mysql"
12967version = "0.8.3"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12970dependencies = [
12971 "atoi",
12972 "base64 0.22.1",
12973 "bigdecimal",
12974 "bitflags 2.8.0",
12975 "byteorder",
12976 "bytes 1.10.1",
12977 "chrono",
12978 "crc",
12979 "digest",
12980 "dotenvy",
12981 "either",
12982 "futures-channel",
12983 "futures-core",
12984 "futures-io",
12985 "futures-util",
12986 "generic-array",
12987 "hex",
12988 "hkdf",
12989 "hmac",
12990 "itoa",
12991 "log",
12992 "md-5",
12993 "memchr",
12994 "once_cell",
12995 "percent-encoding",
12996 "rand 0.8.5",
12997 "rsa",
12998 "rust_decimal",
12999 "serde",
13000 "sha1",
13001 "sha2",
13002 "smallvec",
13003 "sqlx-core",
13004 "stringprep",
13005 "thiserror 2.0.6",
13006 "time",
13007 "tracing",
13008 "uuid",
13009 "whoami",
13010]
13011
13012[[package]]
13013name = "sqlx-postgres"
13014version = "0.8.3"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13017dependencies = [
13018 "atoi",
13019 "base64 0.22.1",
13020 "bigdecimal",
13021 "bitflags 2.8.0",
13022 "byteorder",
13023 "chrono",
13024 "crc",
13025 "dotenvy",
13026 "etcetera",
13027 "futures-channel",
13028 "futures-core",
13029 "futures-util",
13030 "hex",
13031 "hkdf",
13032 "hmac",
13033 "home",
13034 "itoa",
13035 "log",
13036 "md-5",
13037 "memchr",
13038 "num-bigint",
13039 "once_cell",
13040 "rand 0.8.5",
13041 "rust_decimal",
13042 "serde",
13043 "serde_json",
13044 "sha2",
13045 "smallvec",
13046 "sqlx-core",
13047 "stringprep",
13048 "thiserror 2.0.6",
13049 "time",
13050 "tracing",
13051 "uuid",
13052 "whoami",
13053]
13054
13055[[package]]
13056name = "sqlx-sqlite"
13057version = "0.8.3"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13060dependencies = [
13061 "atoi",
13062 "chrono",
13063 "flume",
13064 "futures-channel",
13065 "futures-core",
13066 "futures-executor",
13067 "futures-intrusive",
13068 "futures-util",
13069 "libsqlite3-sys",
13070 "log",
13071 "percent-encoding",
13072 "serde",
13073 "serde_urlencoded",
13074 "sqlx-core",
13075 "time",
13076 "tracing",
13077 "url",
13078 "uuid",
13079]
13080
13081[[package]]
13082name = "stable_deref_trait"
13083version = "1.2.0"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13086
13087[[package]]
13088name = "static_assertions"
13089version = "1.1.0"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13092
13093[[package]]
13094name = "story"
13095version = "0.1.0"
13096dependencies = [
13097 "gpui",
13098 "itertools 0.14.0",
13099 "smallvec",
13100]
13101
13102[[package]]
13103name = "storybook"
13104version = "0.1.0"
13105dependencies = [
13106 "anyhow",
13107 "clap",
13108 "collab_ui",
13109 "ctrlc",
13110 "dialoguer",
13111 "editor",
13112 "fuzzy",
13113 "gpui",
13114 "indoc",
13115 "language",
13116 "log",
13117 "menu",
13118 "picker",
13119 "project",
13120 "reqwest_client",
13121 "rust-embed",
13122 "settings",
13123 "simplelog",
13124 "story",
13125 "strum",
13126 "theme",
13127 "title_bar",
13128 "ui",
13129]
13130
13131[[package]]
13132name = "streaming-iterator"
13133version = "0.1.9"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13136
13137[[package]]
13138name = "streaming_diff"
13139version = "0.1.0"
13140dependencies = [
13141 "ordered-float 2.10.1",
13142 "rand 0.8.5",
13143 "rope",
13144 "util",
13145]
13146
13147[[package]]
13148name = "strict-num"
13149version = "0.1.1"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13152dependencies = [
13153 "float-cmp",
13154]
13155
13156[[package]]
13157name = "string_cache"
13158version = "0.8.7"
13159source = "registry+https://github.com/rust-lang/crates.io-index"
13160checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13161dependencies = [
13162 "new_debug_unreachable",
13163 "once_cell",
13164 "parking_lot",
13165 "phf_shared 0.10.0",
13166 "precomputed-hash",
13167 "serde",
13168]
13169
13170[[package]]
13171name = "string_cache_codegen"
13172version = "0.5.2"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13175dependencies = [
13176 "phf_generator 0.10.0",
13177 "phf_shared 0.10.0",
13178 "proc-macro2",
13179 "quote",
13180]
13181
13182[[package]]
13183name = "stringprep"
13184version = "0.1.5"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13187dependencies = [
13188 "unicode-bidi",
13189 "unicode-normalization",
13190 "unicode-properties",
13191]
13192
13193[[package]]
13194name = "strsim"
13195version = "0.11.1"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13198
13199[[package]]
13200name = "strum"
13201version = "0.26.3"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13204dependencies = [
13205 "strum_macros",
13206]
13207
13208[[package]]
13209name = "strum_macros"
13210version = "0.26.4"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13213dependencies = [
13214 "heck 0.5.0",
13215 "proc-macro2",
13216 "quote",
13217 "rustversion",
13218 "syn 2.0.100",
13219]
13220
13221[[package]]
13222name = "subtle"
13223version = "2.6.1"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13226
13227[[package]]
13228name = "sum_tree"
13229version = "0.1.0"
13230dependencies = [
13231 "arrayvec",
13232 "ctor",
13233 "env_logger 0.11.7",
13234 "log",
13235 "rand 0.8.5",
13236 "rayon",
13237]
13238
13239[[package]]
13240name = "supermaven"
13241version = "0.1.0"
13242dependencies = [
13243 "anyhow",
13244 "client",
13245 "collections",
13246 "editor",
13247 "env_logger 0.11.7",
13248 "futures 0.3.31",
13249 "gpui",
13250 "http_client",
13251 "inline_completion",
13252 "language",
13253 "log",
13254 "postage",
13255 "project",
13256 "serde",
13257 "serde_json",
13258 "settings",
13259 "smol",
13260 "supermaven_api",
13261 "text",
13262 "theme",
13263 "ui",
13264 "unicode-segmentation",
13265 "util",
13266]
13267
13268[[package]]
13269name = "supermaven_api"
13270version = "0.1.0"
13271dependencies = [
13272 "anyhow",
13273 "futures 0.3.31",
13274 "http_client",
13275 "paths",
13276 "serde",
13277 "serde_json",
13278 "smol",
13279]
13280
13281[[package]]
13282name = "sval"
13283version = "2.13.2"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13286
13287[[package]]
13288name = "sval_buffer"
13289version = "2.13.2"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13292dependencies = [
13293 "sval",
13294 "sval_ref",
13295]
13296
13297[[package]]
13298name = "sval_dynamic"
13299version = "2.13.2"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13302dependencies = [
13303 "sval",
13304]
13305
13306[[package]]
13307name = "sval_fmt"
13308version = "2.13.2"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13311dependencies = [
13312 "itoa",
13313 "ryu",
13314 "sval",
13315]
13316
13317[[package]]
13318name = "sval_json"
13319version = "2.13.2"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13322dependencies = [
13323 "itoa",
13324 "ryu",
13325 "sval",
13326]
13327
13328[[package]]
13329name = "sval_nested"
13330version = "2.13.2"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13333dependencies = [
13334 "sval",
13335 "sval_buffer",
13336 "sval_ref",
13337]
13338
13339[[package]]
13340name = "sval_ref"
13341version = "2.13.2"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13344dependencies = [
13345 "sval",
13346]
13347
13348[[package]]
13349name = "sval_serde"
13350version = "2.13.2"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13353dependencies = [
13354 "serde",
13355 "sval",
13356 "sval_nested",
13357]
13358
13359[[package]]
13360name = "svg_fmt"
13361version = "0.4.4"
13362source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13364
13365[[package]]
13366name = "svgtypes"
13367version = "0.15.3"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13370dependencies = [
13371 "kurbo",
13372 "siphasher 1.0.1",
13373]
13374
13375[[package]]
13376name = "swash"
13377version = "0.1.19"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13380dependencies = [
13381 "skrifa",
13382 "yazi",
13383 "zeno",
13384]
13385
13386[[package]]
13387name = "syn"
13388version = "1.0.109"
13389source = "registry+https://github.com/rust-lang/crates.io-index"
13390checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13391dependencies = [
13392 "proc-macro2",
13393 "quote",
13394 "unicode-ident",
13395]
13396
13397[[package]]
13398name = "syn"
13399version = "2.0.100"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13402dependencies = [
13403 "proc-macro2",
13404 "quote",
13405 "unicode-ident",
13406]
13407
13408[[package]]
13409name = "sync_wrapper"
13410version = "0.1.2"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13413
13414[[package]]
13415name = "sync_wrapper"
13416version = "1.0.2"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13419dependencies = [
13420 "futures-core",
13421]
13422
13423[[package]]
13424name = "synchronoise"
13425version = "1.0.1"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13428dependencies = [
13429 "crossbeam-queue",
13430]
13431
13432[[package]]
13433name = "synstructure"
13434version = "0.13.1"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13437dependencies = [
13438 "proc-macro2",
13439 "quote",
13440 "syn 2.0.100",
13441]
13442
13443[[package]]
13444name = "sys-locale"
13445version = "0.3.2"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13448dependencies = [
13449 "libc",
13450]
13451
13452[[package]]
13453name = "sysinfo"
13454version = "0.31.4"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13457dependencies = [
13458 "core-foundation-sys",
13459 "libc",
13460 "memchr",
13461 "ntapi",
13462 "rayon",
13463 "windows 0.57.0",
13464]
13465
13466[[package]]
13467name = "system-configuration"
13468version = "0.5.1"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13471dependencies = [
13472 "bitflags 1.3.2",
13473 "core-foundation 0.9.4",
13474 "system-configuration-sys 0.5.0",
13475]
13476
13477[[package]]
13478name = "system-configuration"
13479version = "0.6.1"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13482dependencies = [
13483 "bitflags 2.8.0",
13484 "core-foundation 0.9.4",
13485 "system-configuration-sys 0.6.0",
13486]
13487
13488[[package]]
13489name = "system-configuration-sys"
13490version = "0.5.0"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13493dependencies = [
13494 "core-foundation-sys",
13495 "libc",
13496]
13497
13498[[package]]
13499name = "system-configuration-sys"
13500version = "0.6.0"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13503dependencies = [
13504 "core-foundation-sys",
13505 "libc",
13506]
13507
13508[[package]]
13509name = "system-deps"
13510version = "6.2.2"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13513dependencies = [
13514 "cfg-expr",
13515 "heck 0.5.0",
13516 "pkg-config",
13517 "toml 0.8.20",
13518 "version-compare",
13519]
13520
13521[[package]]
13522name = "system-interface"
13523version = "0.27.3"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13526dependencies = [
13527 "bitflags 2.8.0",
13528 "cap-fs-ext",
13529 "cap-std",
13530 "fd-lock",
13531 "io-lifetimes",
13532 "rustix",
13533 "windows-sys 0.59.0",
13534 "winx",
13535]
13536
13537[[package]]
13538name = "tab_switcher"
13539version = "0.1.0"
13540dependencies = [
13541 "anyhow",
13542 "collections",
13543 "ctor",
13544 "editor",
13545 "env_logger 0.11.7",
13546 "gpui",
13547 "language",
13548 "menu",
13549 "picker",
13550 "project",
13551 "schemars",
13552 "serde",
13553 "serde_json",
13554 "settings",
13555 "theme",
13556 "ui",
13557 "util",
13558 "workspace",
13559]
13560
13561[[package]]
13562name = "taffy"
13563version = "0.4.4"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13566dependencies = [
13567 "arrayvec",
13568 "grid",
13569 "num-traits",
13570 "serde",
13571 "slotmap",
13572]
13573
13574[[package]]
13575name = "take-until"
13576version = "0.2.0"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13579
13580[[package]]
13581name = "tap"
13582version = "1.0.1"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13585
13586[[package]]
13587name = "target-lexicon"
13588version = "0.12.16"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13591
13592[[package]]
13593name = "target-lexicon"
13594version = "0.13.2"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13597
13598[[package]]
13599name = "task"
13600version = "0.1.0"
13601dependencies = [
13602 "anyhow",
13603 "collections",
13604 "futures 0.3.31",
13605 "gpui",
13606 "hex",
13607 "parking_lot",
13608 "schemars",
13609 "serde",
13610 "serde_json_lenient",
13611 "sha2",
13612 "shellexpand 2.1.2",
13613 "util",
13614 "zed_actions",
13615]
13616
13617[[package]]
13618name = "tasks_ui"
13619version = "0.1.0"
13620dependencies = [
13621 "anyhow",
13622 "editor",
13623 "file_icons",
13624 "fuzzy",
13625 "gpui",
13626 "language",
13627 "menu",
13628 "picker",
13629 "project",
13630 "schemars",
13631 "serde",
13632 "serde_json",
13633 "settings",
13634 "task",
13635 "tree-sitter-rust",
13636 "tree-sitter-typescript",
13637 "ui",
13638 "util",
13639 "workspace",
13640 "zed_actions",
13641]
13642
13643[[package]]
13644name = "telemetry"
13645version = "0.1.0"
13646dependencies = [
13647 "futures 0.3.31",
13648 "serde",
13649 "serde_json",
13650 "telemetry_events",
13651]
13652
13653[[package]]
13654name = "telemetry_events"
13655version = "0.1.0"
13656dependencies = [
13657 "semantic_version",
13658 "serde",
13659 "serde_json",
13660]
13661
13662[[package]]
13663name = "tempfile"
13664version = "3.17.1"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13667dependencies = [
13668 "cfg-if",
13669 "fastrand 2.3.0",
13670 "getrandom 0.3.1",
13671 "once_cell",
13672 "rustix",
13673 "windows-sys 0.59.0",
13674]
13675
13676[[package]]
13677name = "tendril"
13678version = "0.4.3"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13681dependencies = [
13682 "futf",
13683 "mac",
13684 "utf-8",
13685]
13686
13687[[package]]
13688name = "termcolor"
13689version = "1.4.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13692dependencies = [
13693 "winapi-util",
13694]
13695
13696[[package]]
13697name = "terminal"
13698version = "0.1.0"
13699dependencies = [
13700 "alacritty_terminal",
13701 "anyhow",
13702 "collections",
13703 "dirs 4.0.0",
13704 "futures 0.3.31",
13705 "gpui",
13706 "libc",
13707 "rand 0.8.5",
13708 "regex",
13709 "release_channel",
13710 "schemars",
13711 "serde",
13712 "serde_derive",
13713 "settings",
13714 "smol",
13715 "sysinfo",
13716 "task",
13717 "theme",
13718 "thiserror 1.0.69",
13719 "util",
13720 "windows 0.60.0",
13721]
13722
13723[[package]]
13724name = "terminal_size"
13725version = "0.4.1"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13728dependencies = [
13729 "rustix",
13730 "windows-sys 0.59.0",
13731]
13732
13733[[package]]
13734name = "terminal_view"
13735version = "0.1.0"
13736dependencies = [
13737 "anyhow",
13738 "async-recursion 1.1.1",
13739 "breadcrumbs",
13740 "client",
13741 "collections",
13742 "db",
13743 "dirs 4.0.0",
13744 "editor",
13745 "futures 0.3.31",
13746 "gpui",
13747 "itertools 0.14.0",
13748 "language",
13749 "log",
13750 "project",
13751 "rand 0.8.5",
13752 "schemars",
13753 "search",
13754 "serde",
13755 "serde_json",
13756 "settings",
13757 "shellexpand 2.1.2",
13758 "smol",
13759 "task",
13760 "terminal",
13761 "theme",
13762 "ui",
13763 "util",
13764 "workspace",
13765 "zed_actions",
13766]
13767
13768[[package]]
13769name = "text"
13770version = "0.1.0"
13771dependencies = [
13772 "anyhow",
13773 "clock",
13774 "collections",
13775 "ctor",
13776 "env_logger 0.11.7",
13777 "gpui",
13778 "http_client",
13779 "log",
13780 "parking_lot",
13781 "postage",
13782 "rand 0.8.5",
13783 "regex",
13784 "rope",
13785 "smallvec",
13786 "sum_tree",
13787 "util",
13788]
13789
13790[[package]]
13791name = "theme"
13792version = "0.1.0"
13793dependencies = [
13794 "anyhow",
13795 "collections",
13796 "derive_more",
13797 "fs",
13798 "futures 0.3.31",
13799 "gpui",
13800 "indexmap",
13801 "log",
13802 "palette",
13803 "parking_lot",
13804 "refineable",
13805 "schemars",
13806 "serde",
13807 "serde_derive",
13808 "serde_json",
13809 "serde_json_lenient",
13810 "serde_repr",
13811 "settings",
13812 "strum",
13813 "thiserror 1.0.69",
13814 "util",
13815 "uuid",
13816]
13817
13818[[package]]
13819name = "theme_extension"
13820version = "0.1.0"
13821dependencies = [
13822 "anyhow",
13823 "extension",
13824 "fs",
13825 "gpui",
13826 "theme",
13827]
13828
13829[[package]]
13830name = "theme_importer"
13831version = "0.1.0"
13832dependencies = [
13833 "anyhow",
13834 "clap",
13835 "gpui",
13836 "indexmap",
13837 "log",
13838 "palette",
13839 "rust-embed",
13840 "serde",
13841 "serde_json",
13842 "serde_json_lenient",
13843 "simplelog",
13844 "strum",
13845 "theme",
13846 "vscode_theme",
13847]
13848
13849[[package]]
13850name = "theme_selector"
13851version = "0.1.0"
13852dependencies = [
13853 "fs",
13854 "fuzzy",
13855 "gpui",
13856 "log",
13857 "picker",
13858 "serde",
13859 "settings",
13860 "telemetry",
13861 "theme",
13862 "ui",
13863 "util",
13864 "workspace",
13865 "zed_actions",
13866]
13867
13868[[package]]
13869name = "thiserror"
13870version = "1.0.69"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13873dependencies = [
13874 "thiserror-impl 1.0.69",
13875]
13876
13877[[package]]
13878name = "thiserror"
13879version = "2.0.6"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13882dependencies = [
13883 "thiserror-impl 2.0.6",
13884]
13885
13886[[package]]
13887name = "thiserror-impl"
13888version = "1.0.69"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13891dependencies = [
13892 "proc-macro2",
13893 "quote",
13894 "syn 2.0.100",
13895]
13896
13897[[package]]
13898name = "thiserror-impl"
13899version = "2.0.6"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13902dependencies = [
13903 "proc-macro2",
13904 "quote",
13905 "syn 2.0.100",
13906]
13907
13908[[package]]
13909name = "thread_local"
13910version = "1.1.8"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13913dependencies = [
13914 "cfg-if",
13915 "once_cell",
13916]
13917
13918[[package]]
13919name = "tiff"
13920version = "0.9.1"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13923dependencies = [
13924 "flate2",
13925 "jpeg-decoder",
13926 "weezl",
13927]
13928
13929[[package]]
13930name = "tiktoken-rs"
13931version = "0.6.0"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13934dependencies = [
13935 "anyhow",
13936 "base64 0.21.7",
13937 "bstr",
13938 "fancy-regex 0.13.0",
13939 "lazy_static",
13940 "parking_lot",
13941 "regex",
13942 "rustc-hash 1.1.0",
13943]
13944
13945[[package]]
13946name = "time"
13947version = "0.3.37"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13950dependencies = [
13951 "deranged",
13952 "itoa",
13953 "libc",
13954 "num-conv",
13955 "num_threads",
13956 "powerfmt",
13957 "serde",
13958 "time-core",
13959 "time-macros",
13960]
13961
13962[[package]]
13963name = "time-core"
13964version = "0.1.2"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13967
13968[[package]]
13969name = "time-macros"
13970version = "0.2.19"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13973dependencies = [
13974 "num-conv",
13975 "time-core",
13976]
13977
13978[[package]]
13979name = "time_format"
13980version = "0.1.0"
13981dependencies = [
13982 "core-foundation 0.9.4",
13983 "core-foundation-sys",
13984 "sys-locale",
13985 "time",
13986]
13987
13988[[package]]
13989name = "tiny-keccak"
13990version = "2.0.2"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13993dependencies = [
13994 "crunchy",
13995]
13996
13997[[package]]
13998name = "tiny-skia"
13999version = "0.11.4"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14002dependencies = [
14003 "arrayref",
14004 "arrayvec",
14005 "bytemuck",
14006 "cfg-if",
14007 "log",
14008 "png",
14009 "tiny-skia-path",
14010]
14011
14012[[package]]
14013name = "tiny-skia-path"
14014version = "0.11.4"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14017dependencies = [
14018 "arrayref",
14019 "bytemuck",
14020 "strict-num",
14021]
14022
14023[[package]]
14024name = "tiny_http"
14025version = "0.8.2"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14028dependencies = [
14029 "ascii",
14030 "chrono",
14031 "chunked_transfer",
14032 "log",
14033 "url",
14034]
14035
14036[[package]]
14037name = "tinystr"
14038version = "0.7.6"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14041dependencies = [
14042 "displaydoc",
14043 "zerovec",
14044]
14045
14046[[package]]
14047name = "tinytemplate"
14048version = "1.2.1"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14051dependencies = [
14052 "serde",
14053 "serde_json",
14054]
14055
14056[[package]]
14057name = "tinyvec"
14058version = "1.8.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14061dependencies = [
14062 "tinyvec_macros",
14063]
14064
14065[[package]]
14066name = "tinyvec_macros"
14067version = "0.1.1"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14070
14071[[package]]
14072name = "title_bar"
14073version = "0.1.0"
14074dependencies = [
14075 "auto_update",
14076 "call",
14077 "client",
14078 "collections",
14079 "feature_flags",
14080 "git_ui",
14081 "gpui",
14082 "http_client",
14083 "notifications",
14084 "pretty_assertions",
14085 "project",
14086 "remote",
14087 "rpc",
14088 "schemars",
14089 "serde",
14090 "settings",
14091 "smallvec",
14092 "story",
14093 "telemetry",
14094 "theme",
14095 "tree-sitter-md",
14096 "ui",
14097 "util",
14098 "windows 0.60.0",
14099 "workspace",
14100 "zed_actions",
14101 "zeta",
14102]
14103
14104[[package]]
14105name = "tokio"
14106version = "1.43.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14109dependencies = [
14110 "backtrace",
14111 "bytes 1.10.1",
14112 "libc",
14113 "mio 1.0.3",
14114 "parking_lot",
14115 "pin-project-lite",
14116 "signal-hook-registry",
14117 "socket2",
14118 "tokio-macros",
14119 "windows-sys 0.52.0",
14120]
14121
14122[[package]]
14123name = "tokio-io"
14124version = "0.1.13"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14127dependencies = [
14128 "bytes 0.4.12",
14129 "futures 0.1.31",
14130 "log",
14131]
14132
14133[[package]]
14134name = "tokio-macros"
14135version = "2.5.0"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14138dependencies = [
14139 "proc-macro2",
14140 "quote",
14141 "syn 2.0.100",
14142]
14143
14144[[package]]
14145name = "tokio-native-tls"
14146version = "0.3.1"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14149dependencies = [
14150 "native-tls",
14151 "tokio",
14152]
14153
14154[[package]]
14155name = "tokio-rustls"
14156version = "0.24.1"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14159dependencies = [
14160 "rustls 0.21.12",
14161 "tokio",
14162]
14163
14164[[package]]
14165name = "tokio-rustls"
14166version = "0.26.1"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14169dependencies = [
14170 "rustls 0.23.23",
14171 "tokio",
14172]
14173
14174[[package]]
14175name = "tokio-socks"
14176version = "0.5.2"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14179dependencies = [
14180 "either",
14181 "futures-io",
14182 "futures-util",
14183 "thiserror 1.0.69",
14184 "tokio",
14185]
14186
14187[[package]]
14188name = "tokio-stream"
14189version = "0.1.17"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14192dependencies = [
14193 "futures-core",
14194 "pin-project-lite",
14195 "tokio",
14196]
14197
14198[[package]]
14199name = "tokio-tungstenite"
14200version = "0.20.1"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14203dependencies = [
14204 "futures-util",
14205 "log",
14206 "rustls 0.21.12",
14207 "rustls-native-certs 0.6.3",
14208 "tokio",
14209 "tokio-rustls 0.24.1",
14210 "tungstenite 0.20.1",
14211]
14212
14213[[package]]
14214name = "tokio-tungstenite"
14215version = "0.21.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14218dependencies = [
14219 "futures-util",
14220 "log",
14221 "tokio",
14222 "tungstenite 0.21.0",
14223]
14224
14225[[package]]
14226name = "tokio-util"
14227version = "0.7.13"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14230dependencies = [
14231 "bytes 1.10.1",
14232 "futures-core",
14233 "futures-io",
14234 "futures-sink",
14235 "pin-project-lite",
14236 "tokio",
14237]
14238
14239[[package]]
14240name = "toml"
14241version = "0.5.11"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14244dependencies = [
14245 "serde",
14246]
14247
14248[[package]]
14249name = "toml"
14250version = "0.8.20"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14253dependencies = [
14254 "serde",
14255 "serde_spanned",
14256 "toml_datetime",
14257 "toml_edit",
14258]
14259
14260[[package]]
14261name = "toml_datetime"
14262version = "0.6.8"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14265dependencies = [
14266 "serde",
14267]
14268
14269[[package]]
14270name = "toml_edit"
14271version = "0.22.23"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14274dependencies = [
14275 "indexmap",
14276 "serde",
14277 "serde_spanned",
14278 "toml_datetime",
14279 "winnow 0.7.1",
14280]
14281
14282[[package]]
14283name = "toolchain_selector"
14284version = "0.1.0"
14285dependencies = [
14286 "editor",
14287 "fuzzy",
14288 "gpui",
14289 "language",
14290 "picker",
14291 "project",
14292 "ui",
14293 "util",
14294 "workspace",
14295]
14296
14297[[package]]
14298name = "topological-sort"
14299version = "0.2.2"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14302
14303[[package]]
14304name = "tower"
14305version = "0.4.13"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14308dependencies = [
14309 "futures-core",
14310 "futures-util",
14311 "pin-project",
14312 "pin-project-lite",
14313 "tokio",
14314 "tower-layer",
14315 "tower-service",
14316 "tracing",
14317]
14318
14319[[package]]
14320name = "tower-http"
14321version = "0.3.5"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14324dependencies = [
14325 "bitflags 1.3.2",
14326 "bytes 1.10.1",
14327 "futures-core",
14328 "futures-util",
14329 "http 0.2.12",
14330 "http-body 0.4.6",
14331 "http-range-header",
14332 "pin-project-lite",
14333 "tower-layer",
14334 "tower-service",
14335]
14336
14337[[package]]
14338name = "tower-http"
14339version = "0.4.4"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14342dependencies = [
14343 "bitflags 2.8.0",
14344 "bytes 1.10.1",
14345 "futures-core",
14346 "futures-util",
14347 "http 0.2.12",
14348 "http-body 0.4.6",
14349 "http-range-header",
14350 "pin-project-lite",
14351 "tower-layer",
14352 "tower-service",
14353 "tracing",
14354]
14355
14356[[package]]
14357name = "tower-layer"
14358version = "0.3.3"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14361
14362[[package]]
14363name = "tower-service"
14364version = "0.3.3"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14367
14368[[package]]
14369name = "tracing"
14370version = "0.1.41"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14373dependencies = [
14374 "log",
14375 "pin-project-lite",
14376 "tracing-attributes",
14377 "tracing-core",
14378]
14379
14380[[package]]
14381name = "tracing-attributes"
14382version = "0.1.28"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14385dependencies = [
14386 "proc-macro2",
14387 "quote",
14388 "syn 2.0.100",
14389]
14390
14391[[package]]
14392name = "tracing-core"
14393version = "0.1.33"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14396dependencies = [
14397 "once_cell",
14398 "valuable",
14399]
14400
14401[[package]]
14402name = "tracing-log"
14403version = "0.2.0"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14406dependencies = [
14407 "log",
14408 "once_cell",
14409 "tracing-core",
14410]
14411
14412[[package]]
14413name = "tracing-serde"
14414version = "0.2.0"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14417dependencies = [
14418 "serde",
14419 "tracing-core",
14420]
14421
14422[[package]]
14423name = "tracing-subscriber"
14424version = "0.3.19"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14427dependencies = [
14428 "matchers",
14429 "nu-ansi-term",
14430 "once_cell",
14431 "regex",
14432 "serde",
14433 "serde_json",
14434 "sharded-slab",
14435 "smallvec",
14436 "thread_local",
14437 "tracing",
14438 "tracing-core",
14439 "tracing-log",
14440 "tracing-serde",
14441]
14442
14443[[package]]
14444name = "trait-variant"
14445version = "0.1.2"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14448dependencies = [
14449 "proc-macro2",
14450 "quote",
14451 "syn 2.0.100",
14452]
14453
14454[[package]]
14455name = "tree-sitter"
14456version = "0.25.3"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14459dependencies = [
14460 "cc",
14461 "regex",
14462 "regex-syntax 0.8.5",
14463 "serde_json",
14464 "streaming-iterator",
14465 "tree-sitter-language",
14466 "wasmtime-c-api-impl",
14467]
14468
14469[[package]]
14470name = "tree-sitter-bash"
14471version = "0.23.3"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14474dependencies = [
14475 "cc",
14476 "tree-sitter-language",
14477]
14478
14479[[package]]
14480name = "tree-sitter-c"
14481version = "0.23.4"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14484dependencies = [
14485 "cc",
14486 "tree-sitter-language",
14487]
14488
14489[[package]]
14490name = "tree-sitter-cpp"
14491version = "0.23.4"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14494dependencies = [
14495 "cc",
14496 "tree-sitter-language",
14497]
14498
14499[[package]]
14500name = "tree-sitter-css"
14501version = "0.23.2"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14504dependencies = [
14505 "cc",
14506 "tree-sitter-language",
14507]
14508
14509[[package]]
14510name = "tree-sitter-diff"
14511version = "0.1.0"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14514dependencies = [
14515 "cc",
14516 "tree-sitter-language",
14517]
14518
14519[[package]]
14520name = "tree-sitter-elixir"
14521version = "0.3.4"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14524dependencies = [
14525 "cc",
14526 "tree-sitter-language",
14527]
14528
14529[[package]]
14530name = "tree-sitter-embedded-template"
14531version = "0.23.2"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14534dependencies = [
14535 "cc",
14536 "tree-sitter-language",
14537]
14538
14539[[package]]
14540name = "tree-sitter-gitcommit"
14541version = "0.0.1"
14542source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14543dependencies = [
14544 "cc",
14545 "tree-sitter-language",
14546]
14547
14548[[package]]
14549name = "tree-sitter-go"
14550version = "0.23.4"
14551source = "registry+https://github.com/rust-lang/crates.io-index"
14552checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14553dependencies = [
14554 "cc",
14555 "tree-sitter-language",
14556]
14557
14558[[package]]
14559name = "tree-sitter-gomod"
14560version = "1.1.1"
14561source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14562dependencies = [
14563 "cc",
14564 "tree-sitter-language",
14565]
14566
14567[[package]]
14568name = "tree-sitter-gowork"
14569version = "0.0.1"
14570source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14571dependencies = [
14572 "cc",
14573 "tree-sitter-language",
14574]
14575
14576[[package]]
14577name = "tree-sitter-heex"
14578version = "0.0.1"
14579source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14580dependencies = [
14581 "cc",
14582 "tree-sitter-language",
14583]
14584
14585[[package]]
14586name = "tree-sitter-html"
14587version = "0.23.2"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14590dependencies = [
14591 "cc",
14592 "tree-sitter-language",
14593]
14594
14595[[package]]
14596name = "tree-sitter-jsdoc"
14597version = "0.23.2"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14600dependencies = [
14601 "cc",
14602 "tree-sitter-language",
14603]
14604
14605[[package]]
14606name = "tree-sitter-json"
14607version = "0.24.8"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14610dependencies = [
14611 "cc",
14612 "tree-sitter-language",
14613]
14614
14615[[package]]
14616name = "tree-sitter-language"
14617version = "0.1.3"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14620
14621[[package]]
14622name = "tree-sitter-md"
14623version = "0.3.2"
14624source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14625dependencies = [
14626 "cc",
14627 "tree-sitter-language",
14628]
14629
14630[[package]]
14631name = "tree-sitter-python"
14632version = "0.23.6"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14635dependencies = [
14636 "cc",
14637 "tree-sitter-language",
14638]
14639
14640[[package]]
14641name = "tree-sitter-regex"
14642version = "0.24.3"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14645dependencies = [
14646 "cc",
14647 "tree-sitter-language",
14648]
14649
14650[[package]]
14651name = "tree-sitter-ruby"
14652version = "0.23.1"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14655dependencies = [
14656 "cc",
14657 "tree-sitter-language",
14658]
14659
14660[[package]]
14661name = "tree-sitter-rust"
14662version = "0.23.2"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14665dependencies = [
14666 "cc",
14667 "tree-sitter-language",
14668]
14669
14670[[package]]
14671name = "tree-sitter-typescript"
14672version = "0.23.2"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-yaml"
14682version = "0.6.1"
14683source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14684dependencies = [
14685 "cc",
14686 "tree-sitter-language",
14687]
14688
14689[[package]]
14690name = "try-lock"
14691version = "0.2.5"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14694
14695[[package]]
14696name = "ttf-parser"
14697version = "0.21.1"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14700
14701[[package]]
14702name = "ttf-parser"
14703version = "0.25.1"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14706dependencies = [
14707 "core_maths",
14708]
14709
14710[[package]]
14711name = "tungstenite"
14712version = "0.20.1"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14715dependencies = [
14716 "byteorder",
14717 "bytes 1.10.1",
14718 "data-encoding",
14719 "http 0.2.12",
14720 "httparse",
14721 "log",
14722 "rand 0.8.5",
14723 "rustls 0.21.12",
14724 "sha1",
14725 "thiserror 1.0.69",
14726 "url",
14727 "utf-8",
14728]
14729
14730[[package]]
14731name = "tungstenite"
14732version = "0.21.0"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14735dependencies = [
14736 "byteorder",
14737 "bytes 1.10.1",
14738 "data-encoding",
14739 "http 1.2.0",
14740 "httparse",
14741 "log",
14742 "rand 0.8.5",
14743 "sha1",
14744 "thiserror 1.0.69",
14745 "url",
14746 "utf-8",
14747]
14748
14749[[package]]
14750name = "tungstenite"
14751version = "0.24.0"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14754dependencies = [
14755 "byteorder",
14756 "bytes 1.10.1",
14757 "data-encoding",
14758 "http 1.2.0",
14759 "httparse",
14760 "log",
14761 "rand 0.8.5",
14762 "sha1",
14763 "thiserror 1.0.69",
14764 "utf-8",
14765]
14766
14767[[package]]
14768name = "typeid"
14769version = "1.0.2"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14772
14773[[package]]
14774name = "typenum"
14775version = "1.17.0"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14778
14779[[package]]
14780name = "ucd-trie"
14781version = "0.1.7"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14784
14785[[package]]
14786name = "uds_windows"
14787version = "1.1.0"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14790dependencies = [
14791 "memoffset",
14792 "tempfile",
14793 "winapi",
14794]
14795
14796[[package]]
14797name = "ui"
14798version = "0.1.0"
14799dependencies = [
14800 "chrono",
14801 "component",
14802 "gpui",
14803 "itertools 0.14.0",
14804 "linkme",
14805 "menu",
14806 "serde",
14807 "settings",
14808 "smallvec",
14809 "story",
14810 "strum",
14811 "theme",
14812 "ui_macros",
14813 "util",
14814 "windows 0.60.0",
14815]
14816
14817[[package]]
14818name = "ui_input"
14819version = "0.1.0"
14820dependencies = [
14821 "editor",
14822 "gpui",
14823 "settings",
14824 "theme",
14825 "ui",
14826]
14827
14828[[package]]
14829name = "ui_macros"
14830version = "0.1.0"
14831dependencies = [
14832 "convert_case 0.8.0",
14833 "linkme",
14834 "proc-macro2",
14835 "quote",
14836 "syn 1.0.109",
14837]
14838
14839[[package]]
14840name = "unicase"
14841version = "2.8.1"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14844
14845[[package]]
14846name = "unicode-bidi"
14847version = "0.3.17"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14850
14851[[package]]
14852name = "unicode-bidi-mirroring"
14853version = "0.2.0"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14856
14857[[package]]
14858name = "unicode-bidi-mirroring"
14859version = "0.4.0"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14862
14863[[package]]
14864name = "unicode-ccc"
14865version = "0.2.0"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14868
14869[[package]]
14870name = "unicode-ccc"
14871version = "0.4.0"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14874
14875[[package]]
14876name = "unicode-ident"
14877version = "1.0.14"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14880
14881[[package]]
14882name = "unicode-linebreak"
14883version = "0.1.5"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14886
14887[[package]]
14888name = "unicode-normalization"
14889version = "0.1.24"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14892dependencies = [
14893 "tinyvec",
14894]
14895
14896[[package]]
14897name = "unicode-properties"
14898version = "0.1.3"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14901
14902[[package]]
14903name = "unicode-script"
14904version = "0.5.7"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14907
14908[[package]]
14909name = "unicode-segmentation"
14910version = "1.12.0"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14913
14914[[package]]
14915name = "unicode-vo"
14916version = "0.1.0"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14919
14920[[package]]
14921name = "unicode-width"
14922version = "0.1.14"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14925
14926[[package]]
14927name = "unicode-xid"
14928version = "0.2.6"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14931
14932[[package]]
14933name = "unicode_categories"
14934version = "0.1.1"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14937
14938[[package]]
14939name = "unindent"
14940version = "0.2.3"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14943
14944[[package]]
14945name = "untrusted"
14946version = "0.9.0"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14949
14950[[package]]
14951name = "url"
14952version = "2.5.4"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14955dependencies = [
14956 "form_urlencoded",
14957 "idna",
14958 "percent-encoding",
14959 "serde",
14960]
14961
14962[[package]]
14963name = "urlencoding"
14964version = "2.1.3"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14967
14968[[package]]
14969name = "usvg"
14970version = "0.45.0"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
14973dependencies = [
14974 "base64 0.22.1",
14975 "data-url",
14976 "flate2",
14977 "fontdb 0.23.0",
14978 "imagesize",
14979 "kurbo",
14980 "log",
14981 "pico-args",
14982 "roxmltree",
14983 "rustybuzz 0.20.1",
14984 "simplecss",
14985 "siphasher 1.0.1",
14986 "strict-num",
14987 "svgtypes",
14988 "tiny-skia-path",
14989 "unicode-bidi",
14990 "unicode-script",
14991 "unicode-vo",
14992 "xmlwriter",
14993]
14994
14995[[package]]
14996name = "utf-8"
14997version = "0.7.6"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15000
15001[[package]]
15002name = "utf16_iter"
15003version = "1.0.5"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15006
15007[[package]]
15008name = "utf8_iter"
15009version = "1.0.4"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15012
15013[[package]]
15014name = "utf8parse"
15015version = "0.2.2"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15018
15019[[package]]
15020name = "util"
15021version = "0.1.0"
15022dependencies = [
15023 "anyhow",
15024 "async-fs",
15025 "collections",
15026 "dirs 4.0.0",
15027 "dunce",
15028 "futures 0.3.31",
15029 "futures-lite 1.13.0",
15030 "git2",
15031 "globset",
15032 "itertools 0.14.0",
15033 "libc",
15034 "log",
15035 "rand 0.8.5",
15036 "regex",
15037 "rust-embed",
15038 "serde",
15039 "serde_json",
15040 "smol",
15041 "take-until",
15042 "tempfile",
15043 "tendril",
15044 "unicase",
15045 "util_macros",
15046]
15047
15048[[package]]
15049name = "util_macros"
15050version = "0.1.0"
15051dependencies = [
15052 "quote",
15053 "syn 1.0.109",
15054]
15055
15056[[package]]
15057name = "uuid"
15058version = "1.13.2"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15061dependencies = [
15062 "getrandom 0.3.1",
15063 "serde",
15064 "sha1_smol",
15065]
15066
15067[[package]]
15068name = "v_frame"
15069version = "0.3.8"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15072dependencies = [
15073 "aligned-vec",
15074 "num-traits",
15075 "wasm-bindgen",
15076]
15077
15078[[package]]
15079name = "valuable"
15080version = "0.1.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15083
15084[[package]]
15085name = "value-bag"
15086version = "1.10.0"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15089dependencies = [
15090 "value-bag-serde1",
15091 "value-bag-sval2",
15092]
15093
15094[[package]]
15095name = "value-bag-serde1"
15096version = "1.10.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15099dependencies = [
15100 "erased-serde",
15101 "serde",
15102 "serde_fmt",
15103]
15104
15105[[package]]
15106name = "value-bag-sval2"
15107version = "1.10.0"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15110dependencies = [
15111 "sval",
15112 "sval_buffer",
15113 "sval_dynamic",
15114 "sval_fmt",
15115 "sval_json",
15116 "sval_ref",
15117 "sval_serde",
15118]
15119
15120[[package]]
15121name = "vcpkg"
15122version = "0.2.15"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15125
15126[[package]]
15127name = "version-compare"
15128version = "0.2.0"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15131
15132[[package]]
15133name = "version_check"
15134version = "0.9.5"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15137
15138[[package]]
15139name = "vim"
15140version = "0.1.0"
15141dependencies = [
15142 "anyhow",
15143 "assets",
15144 "async-compat",
15145 "async-trait",
15146 "collections",
15147 "command_palette",
15148 "command_palette_hooks",
15149 "editor",
15150 "futures 0.3.31",
15151 "git_ui",
15152 "gpui",
15153 "indoc",
15154 "itertools 0.14.0",
15155 "language",
15156 "libc",
15157 "log",
15158 "lsp",
15159 "multi_buffer",
15160 "nvim-rs",
15161 "parking_lot",
15162 "picker",
15163 "project",
15164 "project_panel",
15165 "regex",
15166 "release_channel",
15167 "schemars",
15168 "search",
15169 "serde",
15170 "serde_derive",
15171 "serde_json",
15172 "settings",
15173 "task",
15174 "theme",
15175 "tokio",
15176 "ui",
15177 "util",
15178 "vim_mode_setting",
15179 "workspace",
15180 "zed_actions",
15181]
15182
15183[[package]]
15184name = "vim_mode_setting"
15185version = "0.1.0"
15186dependencies = [
15187 "anyhow",
15188 "gpui",
15189 "settings",
15190]
15191
15192[[package]]
15193name = "vscode_theme"
15194version = "0.2.0"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15197dependencies = [
15198 "serde",
15199]
15200
15201[[package]]
15202name = "vsimd"
15203version = "0.8.0"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15206
15207[[package]]
15208name = "vswhom"
15209version = "0.1.0"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15212dependencies = [
15213 "libc",
15214 "vswhom-sys",
15215]
15216
15217[[package]]
15218name = "vswhom-sys"
15219version = "0.1.2"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15222dependencies = [
15223 "cc",
15224 "libc",
15225]
15226
15227[[package]]
15228name = "vte"
15229version = "0.15.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15232dependencies = [
15233 "arrayvec",
15234 "bitflags 2.8.0",
15235 "cursor-icon",
15236 "log",
15237 "memchr",
15238 "serde",
15239]
15240
15241[[package]]
15242name = "waker-fn"
15243version = "1.2.0"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15246
15247[[package]]
15248name = "walkdir"
15249version = "2.5.0"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15252dependencies = [
15253 "same-file",
15254 "winapi-util",
15255]
15256
15257[[package]]
15258name = "want"
15259version = "0.3.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15262dependencies = [
15263 "try-lock",
15264]
15265
15266[[package]]
15267name = "warp"
15268version = "0.3.7"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15271dependencies = [
15272 "bytes 1.10.1",
15273 "futures-channel",
15274 "futures-util",
15275 "headers",
15276 "http 0.2.12",
15277 "hyper 0.14.32",
15278 "log",
15279 "mime",
15280 "mime_guess",
15281 "percent-encoding",
15282 "pin-project",
15283 "scoped-tls",
15284 "serde",
15285 "serde_json",
15286 "serde_urlencoded",
15287 "tokio",
15288 "tokio-tungstenite 0.21.0",
15289 "tokio-util",
15290 "tower-service",
15291 "tracing",
15292]
15293
15294[[package]]
15295name = "wasi"
15296version = "0.9.0+wasi-snapshot-preview1"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15299
15300[[package]]
15301name = "wasi"
15302version = "0.11.0+wasi-snapshot-preview1"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15305
15306[[package]]
15307name = "wasi"
15308version = "0.13.3+wasi-0.2.2"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15311dependencies = [
15312 "wit-bindgen-rt 0.33.0",
15313]
15314
15315[[package]]
15316name = "wasite"
15317version = "0.1.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15320
15321[[package]]
15322name = "wasm-bindgen"
15323version = "0.2.99"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15326dependencies = [
15327 "cfg-if",
15328 "once_cell",
15329 "wasm-bindgen-macro",
15330]
15331
15332[[package]]
15333name = "wasm-bindgen-backend"
15334version = "0.2.99"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15337dependencies = [
15338 "bumpalo",
15339 "log",
15340 "proc-macro2",
15341 "quote",
15342 "syn 2.0.100",
15343 "wasm-bindgen-shared",
15344]
15345
15346[[package]]
15347name = "wasm-bindgen-futures"
15348version = "0.4.49"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15351dependencies = [
15352 "cfg-if",
15353 "js-sys",
15354 "once_cell",
15355 "wasm-bindgen",
15356 "web-sys",
15357]
15358
15359[[package]]
15360name = "wasm-bindgen-macro"
15361version = "0.2.99"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15364dependencies = [
15365 "quote",
15366 "wasm-bindgen-macro-support",
15367]
15368
15369[[package]]
15370name = "wasm-bindgen-macro-support"
15371version = "0.2.99"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15374dependencies = [
15375 "proc-macro2",
15376 "quote",
15377 "syn 2.0.100",
15378 "wasm-bindgen-backend",
15379 "wasm-bindgen-shared",
15380]
15381
15382[[package]]
15383name = "wasm-bindgen-shared"
15384version = "0.2.99"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15387
15388[[package]]
15389name = "wasm-encoder"
15390version = "0.201.0"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15393dependencies = [
15394 "leb128",
15395]
15396
15397[[package]]
15398name = "wasm-encoder"
15399version = "0.221.3"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15402dependencies = [
15403 "leb128",
15404 "wasmparser 0.221.3",
15405]
15406
15407[[package]]
15408name = "wasm-metadata"
15409version = "0.201.0"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15412dependencies = [
15413 "anyhow",
15414 "indexmap",
15415 "serde",
15416 "serde_derive",
15417 "serde_json",
15418 "spdx",
15419 "wasm-encoder 0.201.0",
15420 "wasmparser 0.201.0",
15421]
15422
15423[[package]]
15424name = "wasm-metadata"
15425version = "0.221.3"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15428dependencies = [
15429 "anyhow",
15430 "indexmap",
15431 "serde",
15432 "serde_derive",
15433 "serde_json",
15434 "spdx",
15435 "wasm-encoder 0.221.3",
15436 "wasmparser 0.221.3",
15437]
15438
15439[[package]]
15440name = "wasm-streams"
15441version = "0.4.2"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15444dependencies = [
15445 "futures-util",
15446 "js-sys",
15447 "wasm-bindgen",
15448 "wasm-bindgen-futures",
15449 "web-sys",
15450]
15451
15452[[package]]
15453name = "wasmparser"
15454version = "0.201.0"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15457dependencies = [
15458 "bitflags 2.8.0",
15459 "indexmap",
15460 "semver",
15461]
15462
15463[[package]]
15464name = "wasmparser"
15465version = "0.221.3"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15468dependencies = [
15469 "bitflags 2.8.0",
15470 "hashbrown 0.15.2",
15471 "indexmap",
15472 "semver",
15473 "serde",
15474]
15475
15476[[package]]
15477name = "wasmprinter"
15478version = "0.221.3"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15481dependencies = [
15482 "anyhow",
15483 "termcolor",
15484 "wasmparser 0.221.3",
15485]
15486
15487[[package]]
15488name = "wasmtime"
15489version = "29.0.1"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15492dependencies = [
15493 "anyhow",
15494 "async-trait",
15495 "bitflags 2.8.0",
15496 "bumpalo",
15497 "cc",
15498 "cfg-if",
15499 "encoding_rs",
15500 "hashbrown 0.14.5",
15501 "indexmap",
15502 "libc",
15503 "log",
15504 "mach2",
15505 "memfd",
15506 "object",
15507 "once_cell",
15508 "paste",
15509 "postcard",
15510 "psm",
15511 "pulley-interpreter",
15512 "rustix",
15513 "semver",
15514 "serde",
15515 "serde_derive",
15516 "smallvec",
15517 "sptr",
15518 "target-lexicon 0.13.2",
15519 "trait-variant",
15520 "wasmparser 0.221.3",
15521 "wasmtime-asm-macros",
15522 "wasmtime-component-macro",
15523 "wasmtime-component-util",
15524 "wasmtime-cranelift",
15525 "wasmtime-environ",
15526 "wasmtime-fiber",
15527 "wasmtime-jit-icache-coherence",
15528 "wasmtime-math",
15529 "wasmtime-slab",
15530 "wasmtime-versioned-export-macros",
15531 "wasmtime-winch",
15532 "windows-sys 0.59.0",
15533]
15534
15535[[package]]
15536name = "wasmtime-asm-macros"
15537version = "29.0.1"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15540dependencies = [
15541 "cfg-if",
15542]
15543
15544[[package]]
15545name = "wasmtime-c-api-impl"
15546version = "29.0.1"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15549dependencies = [
15550 "anyhow",
15551 "log",
15552 "tracing",
15553 "wasmtime",
15554 "wasmtime-c-api-macros",
15555]
15556
15557[[package]]
15558name = "wasmtime-c-api-macros"
15559version = "29.0.1"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15562dependencies = [
15563 "proc-macro2",
15564 "quote",
15565]
15566
15567[[package]]
15568name = "wasmtime-component-macro"
15569version = "29.0.1"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15572dependencies = [
15573 "anyhow",
15574 "proc-macro2",
15575 "quote",
15576 "syn 2.0.100",
15577 "wasmtime-component-util",
15578 "wasmtime-wit-bindgen",
15579 "wit-parser 0.221.3",
15580]
15581
15582[[package]]
15583name = "wasmtime-component-util"
15584version = "29.0.1"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15587
15588[[package]]
15589name = "wasmtime-cranelift"
15590version = "29.0.1"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15593dependencies = [
15594 "anyhow",
15595 "cfg-if",
15596 "cranelift-codegen",
15597 "cranelift-control",
15598 "cranelift-entity",
15599 "cranelift-frontend",
15600 "cranelift-native",
15601 "gimli",
15602 "itertools 0.12.1",
15603 "log",
15604 "object",
15605 "smallvec",
15606 "target-lexicon 0.13.2",
15607 "thiserror 1.0.69",
15608 "wasmparser 0.221.3",
15609 "wasmtime-environ",
15610 "wasmtime-versioned-export-macros",
15611]
15612
15613[[package]]
15614name = "wasmtime-environ"
15615version = "29.0.1"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15618dependencies = [
15619 "anyhow",
15620 "cpp_demangle",
15621 "cranelift-bitset",
15622 "cranelift-entity",
15623 "gimli",
15624 "indexmap",
15625 "log",
15626 "object",
15627 "postcard",
15628 "rustc-demangle",
15629 "semver",
15630 "serde",
15631 "serde_derive",
15632 "smallvec",
15633 "target-lexicon 0.13.2",
15634 "wasm-encoder 0.221.3",
15635 "wasmparser 0.221.3",
15636 "wasmprinter",
15637 "wasmtime-component-util",
15638]
15639
15640[[package]]
15641name = "wasmtime-fiber"
15642version = "29.0.1"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15645dependencies = [
15646 "anyhow",
15647 "cc",
15648 "cfg-if",
15649 "rustix",
15650 "wasmtime-asm-macros",
15651 "wasmtime-versioned-export-macros",
15652 "windows-sys 0.59.0",
15653]
15654
15655[[package]]
15656name = "wasmtime-jit-icache-coherence"
15657version = "29.0.1"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15660dependencies = [
15661 "anyhow",
15662 "cfg-if",
15663 "libc",
15664 "windows-sys 0.59.0",
15665]
15666
15667[[package]]
15668name = "wasmtime-math"
15669version = "29.0.1"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15672dependencies = [
15673 "libm",
15674]
15675
15676[[package]]
15677name = "wasmtime-slab"
15678version = "29.0.1"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15681
15682[[package]]
15683name = "wasmtime-versioned-export-macros"
15684version = "29.0.1"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15687dependencies = [
15688 "proc-macro2",
15689 "quote",
15690 "syn 2.0.100",
15691]
15692
15693[[package]]
15694name = "wasmtime-wasi"
15695version = "29.0.1"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15698dependencies = [
15699 "anyhow",
15700 "async-trait",
15701 "bitflags 2.8.0",
15702 "bytes 1.10.1",
15703 "cap-fs-ext",
15704 "cap-net-ext",
15705 "cap-rand",
15706 "cap-std",
15707 "cap-time-ext",
15708 "fs-set-times",
15709 "futures 0.3.31",
15710 "io-extras",
15711 "io-lifetimes",
15712 "rustix",
15713 "system-interface",
15714 "thiserror 1.0.69",
15715 "tokio",
15716 "tracing",
15717 "trait-variant",
15718 "url",
15719 "wasmtime",
15720 "wiggle",
15721 "windows-sys 0.59.0",
15722]
15723
15724[[package]]
15725name = "wasmtime-winch"
15726version = "29.0.1"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15729dependencies = [
15730 "anyhow",
15731 "cranelift-codegen",
15732 "gimli",
15733 "object",
15734 "target-lexicon 0.13.2",
15735 "wasmparser 0.221.3",
15736 "wasmtime-cranelift",
15737 "wasmtime-environ",
15738 "winch-codegen",
15739]
15740
15741[[package]]
15742name = "wasmtime-wit-bindgen"
15743version = "29.0.1"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15746dependencies = [
15747 "anyhow",
15748 "heck 0.5.0",
15749 "indexmap",
15750 "wit-parser 0.221.3",
15751]
15752
15753[[package]]
15754name = "wast"
15755version = "35.0.2"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15758dependencies = [
15759 "leb128",
15760]
15761
15762[[package]]
15763name = "wayland-backend"
15764version = "0.3.8"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15767dependencies = [
15768 "cc",
15769 "downcast-rs",
15770 "rustix",
15771 "scoped-tls",
15772 "smallvec",
15773 "wayland-sys",
15774]
15775
15776[[package]]
15777name = "wayland-client"
15778version = "0.31.8"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15781dependencies = [
15782 "bitflags 2.8.0",
15783 "rustix",
15784 "wayland-backend",
15785 "wayland-scanner",
15786]
15787
15788[[package]]
15789name = "wayland-cursor"
15790version = "0.31.8"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15793dependencies = [
15794 "rustix",
15795 "wayland-client",
15796 "xcursor",
15797]
15798
15799[[package]]
15800name = "wayland-protocols"
15801version = "0.31.2"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15804dependencies = [
15805 "bitflags 2.8.0",
15806 "wayland-backend",
15807 "wayland-client",
15808 "wayland-scanner",
15809]
15810
15811[[package]]
15812name = "wayland-protocols-plasma"
15813version = "0.2.0"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15816dependencies = [
15817 "bitflags 2.8.0",
15818 "wayland-backend",
15819 "wayland-client",
15820 "wayland-protocols",
15821 "wayland-scanner",
15822]
15823
15824[[package]]
15825name = "wayland-scanner"
15826version = "0.31.6"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15829dependencies = [
15830 "proc-macro2",
15831 "quick-xml 0.37.2",
15832 "quote",
15833]
15834
15835[[package]]
15836name = "wayland-sys"
15837version = "0.31.6"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15840dependencies = [
15841 "dlib",
15842 "log",
15843 "once_cell",
15844 "pkg-config",
15845]
15846
15847[[package]]
15848name = "web-sys"
15849version = "0.3.76"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15852dependencies = [
15853 "js-sys",
15854 "wasm-bindgen",
15855]
15856
15857[[package]]
15858name = "web-time"
15859version = "1.1.0"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15862dependencies = [
15863 "js-sys",
15864 "wasm-bindgen",
15865]
15866
15867[[package]]
15868name = "webpki-root-certs"
15869version = "0.26.8"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15872dependencies = [
15873 "rustls-pki-types",
15874]
15875
15876[[package]]
15877name = "webpki-roots"
15878version = "0.26.7"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15881dependencies = [
15882 "rustls-pki-types",
15883]
15884
15885[[package]]
15886name = "webrtc-sys"
15887version = "0.3.5"
15888source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15889dependencies = [
15890 "cc",
15891 "cxx",
15892 "cxx-build",
15893 "glob",
15894 "log",
15895 "webrtc-sys-build",
15896]
15897
15898[[package]]
15899name = "webrtc-sys-build"
15900version = "0.3.5"
15901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15902dependencies = [
15903 "fs2",
15904 "regex",
15905 "reqwest 0.11.27",
15906 "scratch",
15907 "semver",
15908 "zip",
15909]
15910
15911[[package]]
15912name = "weezl"
15913version = "0.1.8"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15916
15917[[package]]
15918name = "welcome"
15919version = "0.1.0"
15920dependencies = [
15921 "anyhow",
15922 "client",
15923 "db",
15924 "editor",
15925 "fuzzy",
15926 "gpui",
15927 "install_cli",
15928 "language",
15929 "picker",
15930 "project",
15931 "schemars",
15932 "serde",
15933 "settings",
15934 "telemetry",
15935 "ui",
15936 "util",
15937 "vim_mode_setting",
15938 "workspace",
15939 "zed_actions",
15940]
15941
15942[[package]]
15943name = "which"
15944version = "4.4.2"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15947dependencies = [
15948 "either",
15949 "home",
15950 "once_cell",
15951 "rustix",
15952]
15953
15954[[package]]
15955name = "which"
15956version = "6.0.3"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15959dependencies = [
15960 "either",
15961 "home",
15962 "rustix",
15963 "winsafe",
15964]
15965
15966[[package]]
15967name = "which"
15968version = "7.0.2"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15971dependencies = [
15972 "either",
15973 "env_home",
15974 "rustix",
15975 "winsafe",
15976]
15977
15978[[package]]
15979name = "whoami"
15980version = "1.5.2"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15983dependencies = [
15984 "redox_syscall 0.5.8",
15985 "wasite",
15986]
15987
15988[[package]]
15989name = "wiggle"
15990version = "29.0.1"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15993dependencies = [
15994 "anyhow",
15995 "async-trait",
15996 "bitflags 2.8.0",
15997 "thiserror 1.0.69",
15998 "tracing",
15999 "wasmtime",
16000 "wiggle-macro",
16001]
16002
16003[[package]]
16004name = "wiggle-generate"
16005version = "29.0.1"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16008dependencies = [
16009 "anyhow",
16010 "heck 0.5.0",
16011 "proc-macro2",
16012 "quote",
16013 "shellexpand 2.1.2",
16014 "syn 2.0.100",
16015 "witx",
16016]
16017
16018[[package]]
16019name = "wiggle-macro"
16020version = "29.0.1"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16023dependencies = [
16024 "proc-macro2",
16025 "quote",
16026 "syn 2.0.100",
16027 "wiggle-generate",
16028]
16029
16030[[package]]
16031name = "winapi"
16032version = "0.3.9"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16035dependencies = [
16036 "winapi-i686-pc-windows-gnu",
16037 "winapi-x86_64-pc-windows-gnu",
16038]
16039
16040[[package]]
16041name = "winapi-i686-pc-windows-gnu"
16042version = "0.4.0"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16045
16046[[package]]
16047name = "winapi-util"
16048version = "0.1.9"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16051dependencies = [
16052 "windows-sys 0.59.0",
16053]
16054
16055[[package]]
16056name = "winapi-x86_64-pc-windows-gnu"
16057version = "0.4.0"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16060
16061[[package]]
16062name = "winch-codegen"
16063version = "29.0.1"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16066dependencies = [
16067 "anyhow",
16068 "cranelift-codegen",
16069 "gimli",
16070 "regalloc2",
16071 "smallvec",
16072 "target-lexicon 0.13.2",
16073 "thiserror 1.0.69",
16074 "wasmparser 0.221.3",
16075 "wasmtime-cranelift",
16076 "wasmtime-environ",
16077]
16078
16079[[package]]
16080name = "windows"
16081version = "0.54.0"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16084dependencies = [
16085 "windows-core 0.54.0",
16086 "windows-targets 0.52.6",
16087]
16088
16089[[package]]
16090name = "windows"
16091version = "0.57.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16094dependencies = [
16095 "windows-core 0.57.0",
16096 "windows-targets 0.52.6",
16097]
16098
16099[[package]]
16100name = "windows"
16101version = "0.58.0"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16104dependencies = [
16105 "windows-core 0.58.0",
16106 "windows-targets 0.52.6",
16107]
16108
16109[[package]]
16110name = "windows"
16111version = "0.60.0"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16114dependencies = [
16115 "windows-collections",
16116 "windows-core 0.60.1",
16117 "windows-future",
16118 "windows-link",
16119 "windows-numerics",
16120]
16121
16122[[package]]
16123name = "windows-collections"
16124version = "0.1.1"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16127dependencies = [
16128 "windows-core 0.60.1",
16129]
16130
16131[[package]]
16132name = "windows-core"
16133version = "0.52.0"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16136dependencies = [
16137 "windows-targets 0.52.6",
16138]
16139
16140[[package]]
16141name = "windows-core"
16142version = "0.54.0"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16145dependencies = [
16146 "windows-result 0.1.2",
16147 "windows-targets 0.52.6",
16148]
16149
16150[[package]]
16151name = "windows-core"
16152version = "0.57.0"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16155dependencies = [
16156 "windows-implement 0.57.0",
16157 "windows-interface 0.57.0",
16158 "windows-result 0.1.2",
16159 "windows-targets 0.52.6",
16160]
16161
16162[[package]]
16163name = "windows-core"
16164version = "0.58.0"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16167dependencies = [
16168 "windows-implement 0.58.0",
16169 "windows-interface 0.58.0",
16170 "windows-result 0.2.0",
16171 "windows-strings 0.1.0",
16172 "windows-targets 0.52.6",
16173]
16174
16175[[package]]
16176name = "windows-core"
16177version = "0.60.1"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16180dependencies = [
16181 "windows-implement 0.59.0",
16182 "windows-interface 0.59.0",
16183 "windows-link",
16184 "windows-result 0.3.1",
16185 "windows-strings 0.3.1",
16186]
16187
16188[[package]]
16189name = "windows-future"
16190version = "0.1.1"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16193dependencies = [
16194 "windows-core 0.60.1",
16195 "windows-link",
16196]
16197
16198[[package]]
16199name = "windows-implement"
16200version = "0.57.0"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16203dependencies = [
16204 "proc-macro2",
16205 "quote",
16206 "syn 2.0.100",
16207]
16208
16209[[package]]
16210name = "windows-implement"
16211version = "0.58.0"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16214dependencies = [
16215 "proc-macro2",
16216 "quote",
16217 "syn 2.0.100",
16218]
16219
16220[[package]]
16221name = "windows-implement"
16222version = "0.59.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16225dependencies = [
16226 "proc-macro2",
16227 "quote",
16228 "syn 2.0.100",
16229]
16230
16231[[package]]
16232name = "windows-interface"
16233version = "0.57.0"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16236dependencies = [
16237 "proc-macro2",
16238 "quote",
16239 "syn 2.0.100",
16240]
16241
16242[[package]]
16243name = "windows-interface"
16244version = "0.58.0"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16247dependencies = [
16248 "proc-macro2",
16249 "quote",
16250 "syn 2.0.100",
16251]
16252
16253[[package]]
16254name = "windows-interface"
16255version = "0.59.0"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16258dependencies = [
16259 "proc-macro2",
16260 "quote",
16261 "syn 2.0.100",
16262]
16263
16264[[package]]
16265name = "windows-link"
16266version = "0.1.0"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16269
16270[[package]]
16271name = "windows-numerics"
16272version = "0.1.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16275dependencies = [
16276 "windows-core 0.60.1",
16277 "windows-link",
16278]
16279
16280[[package]]
16281name = "windows-registry"
16282version = "0.2.0"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16285dependencies = [
16286 "windows-result 0.2.0",
16287 "windows-strings 0.1.0",
16288 "windows-targets 0.52.6",
16289]
16290
16291[[package]]
16292name = "windows-result"
16293version = "0.1.2"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16296dependencies = [
16297 "windows-targets 0.52.6",
16298]
16299
16300[[package]]
16301name = "windows-result"
16302version = "0.2.0"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16305dependencies = [
16306 "windows-targets 0.52.6",
16307]
16308
16309[[package]]
16310name = "windows-result"
16311version = "0.3.1"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16314dependencies = [
16315 "windows-link",
16316]
16317
16318[[package]]
16319name = "windows-strings"
16320version = "0.1.0"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16323dependencies = [
16324 "windows-result 0.2.0",
16325 "windows-targets 0.52.6",
16326]
16327
16328[[package]]
16329name = "windows-strings"
16330version = "0.3.1"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16333dependencies = [
16334 "windows-link",
16335]
16336
16337[[package]]
16338name = "windows-sys"
16339version = "0.45.0"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16342dependencies = [
16343 "windows-targets 0.42.2",
16344]
16345
16346[[package]]
16347name = "windows-sys"
16348version = "0.48.0"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16351dependencies = [
16352 "windows-targets 0.48.5",
16353]
16354
16355[[package]]
16356name = "windows-sys"
16357version = "0.52.0"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16360dependencies = [
16361 "windows-targets 0.52.6",
16362]
16363
16364[[package]]
16365name = "windows-sys"
16366version = "0.59.0"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16369dependencies = [
16370 "windows-targets 0.52.6",
16371]
16372
16373[[package]]
16374name = "windows-targets"
16375version = "0.42.2"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16378dependencies = [
16379 "windows_aarch64_gnullvm 0.42.2",
16380 "windows_aarch64_msvc 0.42.2",
16381 "windows_i686_gnu 0.42.2",
16382 "windows_i686_msvc 0.42.2",
16383 "windows_x86_64_gnu 0.42.2",
16384 "windows_x86_64_gnullvm 0.42.2",
16385 "windows_x86_64_msvc 0.42.2",
16386]
16387
16388[[package]]
16389name = "windows-targets"
16390version = "0.48.5"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16393dependencies = [
16394 "windows_aarch64_gnullvm 0.48.5",
16395 "windows_aarch64_msvc 0.48.5",
16396 "windows_i686_gnu 0.48.5",
16397 "windows_i686_msvc 0.48.5",
16398 "windows_x86_64_gnu 0.48.5",
16399 "windows_x86_64_gnullvm 0.48.5",
16400 "windows_x86_64_msvc 0.48.5",
16401]
16402
16403[[package]]
16404name = "windows-targets"
16405version = "0.52.6"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16408dependencies = [
16409 "windows_aarch64_gnullvm 0.52.6",
16410 "windows_aarch64_msvc 0.52.6",
16411 "windows_i686_gnu 0.52.6",
16412 "windows_i686_gnullvm",
16413 "windows_i686_msvc 0.52.6",
16414 "windows_x86_64_gnu 0.52.6",
16415 "windows_x86_64_gnullvm 0.52.6",
16416 "windows_x86_64_msvc 0.52.6",
16417]
16418
16419[[package]]
16420name = "windows_aarch64_gnullvm"
16421version = "0.42.2"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16424
16425[[package]]
16426name = "windows_aarch64_gnullvm"
16427version = "0.48.5"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16430
16431[[package]]
16432name = "windows_aarch64_gnullvm"
16433version = "0.52.6"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16436
16437[[package]]
16438name = "windows_aarch64_msvc"
16439version = "0.42.2"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16442
16443[[package]]
16444name = "windows_aarch64_msvc"
16445version = "0.48.5"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16448
16449[[package]]
16450name = "windows_aarch64_msvc"
16451version = "0.52.6"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16454
16455[[package]]
16456name = "windows_i686_gnu"
16457version = "0.42.2"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16460
16461[[package]]
16462name = "windows_i686_gnu"
16463version = "0.48.5"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16466
16467[[package]]
16468name = "windows_i686_gnu"
16469version = "0.52.6"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16472
16473[[package]]
16474name = "windows_i686_gnullvm"
16475version = "0.52.6"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16478
16479[[package]]
16480name = "windows_i686_msvc"
16481version = "0.42.2"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16484
16485[[package]]
16486name = "windows_i686_msvc"
16487version = "0.48.5"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16490
16491[[package]]
16492name = "windows_i686_msvc"
16493version = "0.52.6"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16496
16497[[package]]
16498name = "windows_x86_64_gnu"
16499version = "0.42.2"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16502
16503[[package]]
16504name = "windows_x86_64_gnu"
16505version = "0.48.5"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16508
16509[[package]]
16510name = "windows_x86_64_gnu"
16511version = "0.52.6"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16514
16515[[package]]
16516name = "windows_x86_64_gnullvm"
16517version = "0.42.2"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16520
16521[[package]]
16522name = "windows_x86_64_gnullvm"
16523version = "0.48.5"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16526
16527[[package]]
16528name = "windows_x86_64_gnullvm"
16529version = "0.52.6"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16532
16533[[package]]
16534name = "windows_x86_64_msvc"
16535version = "0.42.2"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16538
16539[[package]]
16540name = "windows_x86_64_msvc"
16541version = "0.48.5"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16544
16545[[package]]
16546name = "windows_x86_64_msvc"
16547version = "0.52.6"
16548source = "registry+https://github.com/rust-lang/crates.io-index"
16549checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16550
16551[[package]]
16552name = "winnow"
16553version = "0.6.20"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16556dependencies = [
16557 "memchr",
16558]
16559
16560[[package]]
16561name = "winnow"
16562version = "0.7.1"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16565dependencies = [
16566 "memchr",
16567]
16568
16569[[package]]
16570name = "winreg"
16571version = "0.50.0"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16574dependencies = [
16575 "cfg-if",
16576 "windows-sys 0.48.0",
16577]
16578
16579[[package]]
16580name = "winreg"
16581version = "0.52.0"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16584dependencies = [
16585 "cfg-if",
16586 "windows-sys 0.48.0",
16587]
16588
16589[[package]]
16590name = "winresource"
16591version = "0.1.19"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16594dependencies = [
16595 "toml 0.8.20",
16596 "version_check",
16597]
16598
16599[[package]]
16600name = "winsafe"
16601version = "0.0.19"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16604
16605[[package]]
16606name = "winx"
16607version = "0.36.4"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16610dependencies = [
16611 "bitflags 2.8.0",
16612 "windows-sys 0.59.0",
16613]
16614
16615[[package]]
16616name = "wio"
16617version = "0.2.2"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16620dependencies = [
16621 "winapi",
16622]
16623
16624[[package]]
16625name = "wit-bindgen"
16626version = "0.22.0"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16629dependencies = [
16630 "bitflags 2.8.0",
16631 "wit-bindgen-rt 0.22.0",
16632 "wit-bindgen-rust-macro",
16633]
16634
16635[[package]]
16636name = "wit-bindgen-core"
16637version = "0.22.0"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16640dependencies = [
16641 "anyhow",
16642 "wit-parser 0.201.0",
16643]
16644
16645[[package]]
16646name = "wit-bindgen-rt"
16647version = "0.22.0"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16650
16651[[package]]
16652name = "wit-bindgen-rt"
16653version = "0.33.0"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16656dependencies = [
16657 "bitflags 2.8.0",
16658]
16659
16660[[package]]
16661name = "wit-bindgen-rust"
16662version = "0.22.0"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16665dependencies = [
16666 "anyhow",
16667 "heck 0.4.1",
16668 "indexmap",
16669 "wasm-metadata 0.201.0",
16670 "wit-bindgen-core",
16671 "wit-component 0.201.0",
16672]
16673
16674[[package]]
16675name = "wit-bindgen-rust-macro"
16676version = "0.22.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16679dependencies = [
16680 "anyhow",
16681 "proc-macro2",
16682 "quote",
16683 "syn 2.0.100",
16684 "wit-bindgen-core",
16685 "wit-bindgen-rust",
16686]
16687
16688[[package]]
16689name = "wit-component"
16690version = "0.201.0"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16693dependencies = [
16694 "anyhow",
16695 "bitflags 2.8.0",
16696 "indexmap",
16697 "log",
16698 "serde",
16699 "serde_derive",
16700 "serde_json",
16701 "wasm-encoder 0.201.0",
16702 "wasm-metadata 0.201.0",
16703 "wasmparser 0.201.0",
16704 "wit-parser 0.201.0",
16705]
16706
16707[[package]]
16708name = "wit-component"
16709version = "0.221.3"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16712dependencies = [
16713 "anyhow",
16714 "bitflags 2.8.0",
16715 "indexmap",
16716 "log",
16717 "serde",
16718 "serde_derive",
16719 "serde_json",
16720 "wasm-encoder 0.221.3",
16721 "wasm-metadata 0.221.3",
16722 "wasmparser 0.221.3",
16723 "wit-parser 0.221.3",
16724]
16725
16726[[package]]
16727name = "wit-parser"
16728version = "0.201.0"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16731dependencies = [
16732 "anyhow",
16733 "id-arena",
16734 "indexmap",
16735 "log",
16736 "semver",
16737 "serde",
16738 "serde_derive",
16739 "serde_json",
16740 "unicode-xid",
16741 "wasmparser 0.201.0",
16742]
16743
16744[[package]]
16745name = "wit-parser"
16746version = "0.221.3"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16749dependencies = [
16750 "anyhow",
16751 "id-arena",
16752 "indexmap",
16753 "log",
16754 "semver",
16755 "serde",
16756 "serde_derive",
16757 "serde_json",
16758 "unicode-xid",
16759 "wasmparser 0.221.3",
16760]
16761
16762[[package]]
16763name = "witx"
16764version = "0.9.1"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16767dependencies = [
16768 "anyhow",
16769 "log",
16770 "thiserror 1.0.69",
16771 "wast",
16772]
16773
16774[[package]]
16775name = "workspace"
16776version = "0.1.0"
16777dependencies = [
16778 "any_vec",
16779 "anyhow",
16780 "async-recursion 1.1.1",
16781 "bincode",
16782 "call",
16783 "client",
16784 "clock",
16785 "collections",
16786 "component",
16787 "db",
16788 "derive_more",
16789 "env_logger 0.11.7",
16790 "fs",
16791 "futures 0.3.31",
16792 "gpui",
16793 "http_client",
16794 "itertools 0.14.0",
16795 "language",
16796 "log",
16797 "node_runtime",
16798 "parking_lot",
16799 "postage",
16800 "project",
16801 "remote",
16802 "schemars",
16803 "serde",
16804 "serde_json",
16805 "session",
16806 "settings",
16807 "smallvec",
16808 "sqlez",
16809 "strum",
16810 "task",
16811 "telemetry",
16812 "tempfile",
16813 "theme",
16814 "ui",
16815 "util",
16816 "uuid",
16817 "zed_actions",
16818]
16819
16820[[package]]
16821name = "worktree"
16822version = "0.1.0"
16823dependencies = [
16824 "anyhow",
16825 "clock",
16826 "collections",
16827 "env_logger 0.11.7",
16828 "fs",
16829 "futures 0.3.31",
16830 "fuzzy",
16831 "git",
16832 "git2",
16833 "git_hosting_providers",
16834 "gpui",
16835 "http_client",
16836 "ignore",
16837 "language",
16838 "log",
16839 "parking_lot",
16840 "paths",
16841 "postage",
16842 "pretty_assertions",
16843 "rand 0.8.5",
16844 "rpc",
16845 "schemars",
16846 "serde",
16847 "serde_json",
16848 "settings",
16849 "smallvec",
16850 "smol",
16851 "sum_tree",
16852 "text",
16853 "util",
16854]
16855
16856[[package]]
16857name = "write16"
16858version = "1.0.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16861
16862[[package]]
16863name = "writeable"
16864version = "0.5.5"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16867
16868[[package]]
16869name = "wyz"
16870version = "0.5.1"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16873dependencies = [
16874 "tap",
16875]
16876
16877[[package]]
16878name = "x11-clipboard"
16879version = "0.9.3"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16882dependencies = [
16883 "libc",
16884 "x11rb",
16885]
16886
16887[[package]]
16888name = "x11rb"
16889version = "0.13.1"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16892dependencies = [
16893 "as-raw-xcb-connection",
16894 "gethostname",
16895 "libc",
16896 "rustix",
16897 "x11rb-protocol",
16898]
16899
16900[[package]]
16901name = "x11rb-protocol"
16902version = "0.13.1"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16905
16906[[package]]
16907name = "xattr"
16908version = "0.2.3"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16911dependencies = [
16912 "libc",
16913]
16914
16915[[package]]
16916name = "xcursor"
16917version = "0.3.8"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16920
16921[[package]]
16922name = "xdg-home"
16923version = "1.3.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16926dependencies = [
16927 "libc",
16928 "windows-sys 0.59.0",
16929]
16930
16931[[package]]
16932name = "xim"
16933version = "0.4.0"
16934source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16935dependencies = [
16936 "ahash 0.8.11",
16937 "hashbrown 0.14.5",
16938 "log",
16939 "x11rb",
16940 "xim-ctext",
16941 "xim-parser",
16942]
16943
16944[[package]]
16945name = "xim-ctext"
16946version = "0.3.0"
16947source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16948dependencies = [
16949 "encoding_rs",
16950]
16951
16952[[package]]
16953name = "xim-parser"
16954version = "0.2.1"
16955source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16956dependencies = [
16957 "bitflags 2.8.0",
16958]
16959
16960[[package]]
16961name = "xkbcommon"
16962version = "0.7.0"
16963source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16964dependencies = [
16965 "as-raw-xcb-connection",
16966 "libc",
16967 "memmap2",
16968 "xkeysym",
16969]
16970
16971[[package]]
16972name = "xkeysym"
16973version = "0.2.1"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16976
16977[[package]]
16978name = "xml5ever"
16979version = "0.18.1"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16982dependencies = [
16983 "log",
16984 "mac",
16985 "markup5ever",
16986]
16987
16988[[package]]
16989name = "xmlparser"
16990version = "0.13.6"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16993
16994[[package]]
16995name = "xmlwriter"
16996version = "0.1.0"
16997source = "registry+https://github.com/rust-lang/crates.io-index"
16998checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16999
17000[[package]]
17001name = "xtask"
17002version = "0.1.0"
17003dependencies = [
17004 "anyhow",
17005 "cargo_metadata",
17006 "cargo_toml",
17007 "clap",
17008]
17009
17010[[package]]
17011name = "yaml-rust2"
17012version = "0.8.1"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17015dependencies = [
17016 "arraydeque",
17017 "encoding_rs",
17018 "hashlink 0.8.4",
17019]
17020
17021[[package]]
17022name = "yansi"
17023version = "1.0.1"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17026
17027[[package]]
17028name = "yazi"
17029version = "0.1.6"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17032
17033[[package]]
17034name = "yeslogic-fontconfig-sys"
17035version = "6.0.0"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17038dependencies = [
17039 "dlib",
17040 "once_cell",
17041 "pkg-config",
17042]
17043
17044[[package]]
17045name = "yoke"
17046version = "0.7.5"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17049dependencies = [
17050 "serde",
17051 "stable_deref_trait",
17052 "yoke-derive",
17053 "zerofrom",
17054]
17055
17056[[package]]
17057name = "yoke-derive"
17058version = "0.7.5"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17061dependencies = [
17062 "proc-macro2",
17063 "quote",
17064 "syn 2.0.100",
17065 "synstructure",
17066]
17067
17068[[package]]
17069name = "zbus"
17070version = "5.5.0"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17073dependencies = [
17074 "async-broadcast",
17075 "async-executor",
17076 "async-fs",
17077 "async-io",
17078 "async-lock",
17079 "async-process",
17080 "async-recursion 1.1.1",
17081 "async-task",
17082 "async-trait",
17083 "blocking",
17084 "enumflags2",
17085 "event-listener 5.3.1",
17086 "futures-core",
17087 "futures-lite 2.6.0",
17088 "hex",
17089 "nix",
17090 "ordered-stream",
17091 "serde",
17092 "serde_repr",
17093 "static_assertions",
17094 "tracing",
17095 "uds_windows",
17096 "windows-sys 0.59.0",
17097 "winnow 0.7.1",
17098 "xdg-home",
17099 "zbus_macros",
17100 "zbus_names",
17101 "zvariant",
17102]
17103
17104[[package]]
17105name = "zbus_macros"
17106version = "5.5.0"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17109dependencies = [
17110 "proc-macro-crate",
17111 "proc-macro2",
17112 "quote",
17113 "syn 2.0.100",
17114 "zbus_names",
17115 "zvariant",
17116 "zvariant_utils",
17117]
17118
17119[[package]]
17120name = "zbus_names"
17121version = "4.1.0"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17124dependencies = [
17125 "serde",
17126 "static_assertions",
17127 "winnow 0.6.20",
17128 "zvariant",
17129]
17130
17131[[package]]
17132name = "zed"
17133version = "0.179.0"
17134dependencies = [
17135 "activity_indicator",
17136 "anyhow",
17137 "ashpd",
17138 "assets",
17139 "assistant",
17140 "assistant2",
17141 "assistant_context_editor",
17142 "assistant_settings",
17143 "assistant_tools",
17144 "async-watch",
17145 "audio",
17146 "auto_update",
17147 "auto_update_ui",
17148 "backtrace",
17149 "breadcrumbs",
17150 "call",
17151 "channel",
17152 "chrono",
17153 "clap",
17154 "cli",
17155 "client",
17156 "collab_ui",
17157 "collections",
17158 "command_palette",
17159 "command_palette_hooks",
17160 "component_preview",
17161 "copilot",
17162 "db",
17163 "diagnostics",
17164 "editor",
17165 "env_logger 0.11.7",
17166 "extension",
17167 "extension_host",
17168 "extensions_ui",
17169 "feature_flags",
17170 "feedback",
17171 "file_finder",
17172 "fs",
17173 "futures 0.3.31",
17174 "git",
17175 "git_hosting_providers",
17176 "git_ui",
17177 "go_to_line",
17178 "gpui",
17179 "gpui_tokio",
17180 "http_client",
17181 "image_viewer",
17182 "inline_completion_button",
17183 "install_cli",
17184 "journal",
17185 "language",
17186 "language_extension",
17187 "language_model",
17188 "language_models",
17189 "language_selector",
17190 "language_tools",
17191 "languages",
17192 "libc",
17193 "log",
17194 "markdown",
17195 "markdown_preview",
17196 "menu",
17197 "migrator",
17198 "mimalloc",
17199 "nix",
17200 "node_runtime",
17201 "notifications",
17202 "outline",
17203 "outline_panel",
17204 "parking_lot",
17205 "paths",
17206 "picker",
17207 "profiling",
17208 "project",
17209 "project_panel",
17210 "project_symbols",
17211 "prompt_store",
17212 "proto",
17213 "recent_projects",
17214 "release_channel",
17215 "remote",
17216 "repl",
17217 "reqwest_client",
17218 "rope",
17219 "search",
17220 "serde",
17221 "serde_json",
17222 "session",
17223 "settings",
17224 "settings_ui",
17225 "shellexpand 2.1.2",
17226 "simplelog",
17227 "smol",
17228 "snippet_provider",
17229 "snippets_ui",
17230 "supermaven",
17231 "sysinfo",
17232 "tab_switcher",
17233 "task",
17234 "tasks_ui",
17235 "telemetry",
17236 "telemetry_events",
17237 "terminal_view",
17238 "theme",
17239 "theme_extension",
17240 "theme_selector",
17241 "time",
17242 "toolchain_selector",
17243 "tree-sitter-md",
17244 "tree-sitter-rust",
17245 "ui",
17246 "url",
17247 "urlencoding",
17248 "util",
17249 "uuid",
17250 "vim",
17251 "vim_mode_setting",
17252 "welcome",
17253 "windows 0.60.0",
17254 "winresource",
17255 "workspace",
17256 "zed_actions",
17257 "zeta",
17258]
17259
17260[[package]]
17261name = "zed_actions"
17262version = "0.1.0"
17263dependencies = [
17264 "gpui",
17265 "schemars",
17266 "serde",
17267]
17268
17269[[package]]
17270name = "zed_emmet"
17271version = "0.0.3"
17272dependencies = [
17273 "zed_extension_api 0.1.0",
17274]
17275
17276[[package]]
17277name = "zed_extension_api"
17278version = "0.1.0"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17281dependencies = [
17282 "serde",
17283 "serde_json",
17284 "wit-bindgen",
17285]
17286
17287[[package]]
17288name = "zed_extension_api"
17289version = "0.3.0"
17290dependencies = [
17291 "serde",
17292 "serde_json",
17293 "wit-bindgen",
17294]
17295
17296[[package]]
17297name = "zed_glsl"
17298version = "0.1.0"
17299dependencies = [
17300 "zed_extension_api 0.1.0",
17301]
17302
17303[[package]]
17304name = "zed_html"
17305version = "0.1.6"
17306dependencies = [
17307 "zed_extension_api 0.1.0",
17308]
17309
17310[[package]]
17311name = "zed_llm_client"
17312version = "0.4.1"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17315dependencies = [
17316 "serde",
17317 "serde_json",
17318 "uuid",
17319]
17320
17321[[package]]
17322name = "zed_proto"
17323version = "0.2.1"
17324dependencies = [
17325 "zed_extension_api 0.1.0",
17326]
17327
17328[[package]]
17329name = "zed_ruff"
17330version = "0.1.0"
17331dependencies = [
17332 "zed_extension_api 0.1.0",
17333]
17334
17335[[package]]
17336name = "zed_snippets"
17337version = "0.0.5"
17338dependencies = [
17339 "serde_json",
17340 "zed_extension_api 0.1.0",
17341]
17342
17343[[package]]
17344name = "zed_test_extension"
17345version = "0.1.0"
17346dependencies = [
17347 "zed_extension_api 0.3.0",
17348]
17349
17350[[package]]
17351name = "zed_toml"
17352version = "0.1.3"
17353dependencies = [
17354 "zed_extension_api 0.1.0",
17355]
17356
17357[[package]]
17358name = "zeno"
17359version = "0.2.3"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17362
17363[[package]]
17364name = "zerocopy"
17365version = "0.7.35"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17368dependencies = [
17369 "byteorder",
17370 "zerocopy-derive 0.7.35",
17371]
17372
17373[[package]]
17374name = "zerocopy"
17375version = "0.8.18"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17378dependencies = [
17379 "zerocopy-derive 0.8.18",
17380]
17381
17382[[package]]
17383name = "zerocopy-derive"
17384version = "0.7.35"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17387dependencies = [
17388 "proc-macro2",
17389 "quote",
17390 "syn 2.0.100",
17391]
17392
17393[[package]]
17394name = "zerocopy-derive"
17395version = "0.8.18"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17398dependencies = [
17399 "proc-macro2",
17400 "quote",
17401 "syn 2.0.100",
17402]
17403
17404[[package]]
17405name = "zerofrom"
17406version = "0.1.5"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17409dependencies = [
17410 "zerofrom-derive",
17411]
17412
17413[[package]]
17414name = "zerofrom-derive"
17415version = "0.1.5"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17418dependencies = [
17419 "proc-macro2",
17420 "quote",
17421 "syn 2.0.100",
17422 "synstructure",
17423]
17424
17425[[package]]
17426name = "zeroize"
17427version = "1.8.1"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17430dependencies = [
17431 "zeroize_derive",
17432]
17433
17434[[package]]
17435name = "zeroize_derive"
17436version = "1.4.2"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17439dependencies = [
17440 "proc-macro2",
17441 "quote",
17442 "syn 2.0.100",
17443]
17444
17445[[package]]
17446name = "zeromq"
17447version = "0.5.0-pre"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17450dependencies = [
17451 "async-dispatcher",
17452 "async-std",
17453 "async-trait",
17454 "asynchronous-codec",
17455 "bytes 1.10.1",
17456 "crossbeam-queue",
17457 "dashmap 5.5.3",
17458 "futures 0.3.31",
17459 "log",
17460 "num-traits",
17461 "once_cell",
17462 "parking_lot",
17463 "rand 0.8.5",
17464 "regex",
17465 "thiserror 1.0.69",
17466 "uuid",
17467]
17468
17469[[package]]
17470name = "zerovec"
17471version = "0.10.4"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17474dependencies = [
17475 "yoke",
17476 "zerofrom",
17477 "zerovec-derive",
17478]
17479
17480[[package]]
17481name = "zerovec-derive"
17482version = "0.10.3"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17485dependencies = [
17486 "proc-macro2",
17487 "quote",
17488 "syn 2.0.100",
17489]
17490
17491[[package]]
17492name = "zeta"
17493version = "0.1.0"
17494dependencies = [
17495 "anyhow",
17496 "arrayvec",
17497 "call",
17498 "chrono",
17499 "client",
17500 "clock",
17501 "collections",
17502 "command_palette_hooks",
17503 "ctor",
17504 "db",
17505 "editor",
17506 "env_logger 0.11.7",
17507 "feature_flags",
17508 "fs",
17509 "futures 0.3.31",
17510 "gpui",
17511 "http_client",
17512 "indoc",
17513 "inline_completion",
17514 "language",
17515 "language_model",
17516 "log",
17517 "menu",
17518 "migrator",
17519 "paths",
17520 "postage",
17521 "project",
17522 "regex",
17523 "release_channel",
17524 "reqwest_client",
17525 "rpc",
17526 "serde",
17527 "serde_json",
17528 "settings",
17529 "telemetry",
17530 "telemetry_events",
17531 "theme",
17532 "thiserror 1.0.69",
17533 "tree-sitter-go",
17534 "tree-sitter-rust",
17535 "ui",
17536 "unindent",
17537 "util",
17538 "uuid",
17539 "workspace",
17540 "worktree",
17541 "zed_actions",
17542 "zed_llm_client",
17543]
17544
17545[[package]]
17546name = "zip"
17547version = "0.6.6"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17550dependencies = [
17551 "aes",
17552 "byteorder",
17553 "bzip2",
17554 "constant_time_eq 0.1.5",
17555 "crc32fast",
17556 "crossbeam-utils",
17557 "flate2",
17558 "hmac",
17559 "pbkdf2 0.11.0",
17560 "sha1",
17561 "time",
17562 "zstd",
17563]
17564
17565[[package]]
17566name = "zstd"
17567version = "0.11.2+zstd.1.5.2"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17570dependencies = [
17571 "zstd-safe",
17572]
17573
17574[[package]]
17575name = "zstd-safe"
17576version = "5.0.2+zstd.1.5.2"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17579dependencies = [
17580 "libc",
17581 "zstd-sys",
17582]
17583
17584[[package]]
17585name = "zstd-sys"
17586version = "2.0.13+zstd.1.5.6"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17589dependencies = [
17590 "cc",
17591 "pkg-config",
17592]
17593
17594[[package]]
17595name = "zune-core"
17596version = "0.4.12"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17599
17600[[package]]
17601name = "zune-inflate"
17602version = "0.2.54"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17605dependencies = [
17606 "simd-adler32",
17607]
17608
17609[[package]]
17610name = "zune-jpeg"
17611version = "0.4.13"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17614dependencies = [
17615 "zune-core",
17616]
17617
17618[[package]]
17619name = "zvariant"
17620version = "5.4.0"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17623dependencies = [
17624 "endi",
17625 "enumflags2",
17626 "serde",
17627 "static_assertions",
17628 "url",
17629 "winnow 0.7.1",
17630 "zvariant_derive",
17631 "zvariant_utils",
17632]
17633
17634[[package]]
17635name = "zvariant_derive"
17636version = "5.4.0"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17639dependencies = [
17640 "proc-macro-crate",
17641 "proc-macro2",
17642 "quote",
17643 "syn 2.0.100",
17644 "zvariant_utils",
17645]
17646
17647[[package]]
17648name = "zvariant_utils"
17649version = "3.2.0"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17652dependencies = [
17653 "proc-macro2",
17654 "quote",
17655 "serde",
17656 "static_assertions",
17657 "syn 2.0.100",
17658 "winnow 0.7.1",
17659]