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 "git",
471 "gpui",
472 "heed",
473 "html_to_markdown",
474 "http_client",
475 "indoc",
476 "itertools 0.14.0",
477 "language",
478 "language_model",
479 "language_model_selector",
480 "log",
481 "lsp",
482 "markdown",
483 "menu",
484 "multi_buffer",
485 "parking_lot",
486 "paths",
487 "picker",
488 "project",
489 "prompt_library",
490 "prompt_store",
491 "proto",
492 "rand 0.8.5",
493 "rope",
494 "scripting_tool",
495 "serde",
496 "serde_json",
497 "settings",
498 "smol",
499 "streaming_diff",
500 "telemetry",
501 "telemetry_events",
502 "terminal",
503 "terminal_view",
504 "text",
505 "theme",
506 "time",
507 "time_format",
508 "ui",
509 "util",
510 "uuid",
511 "vim_mode_setting",
512 "workspace",
513 "zed_actions",
514]
515
516[[package]]
517name = "assistant_context_editor"
518version = "0.1.0"
519dependencies = [
520 "anyhow",
521 "assistant_settings",
522 "assistant_slash_command",
523 "assistant_slash_commands",
524 "chrono",
525 "client",
526 "clock",
527 "collections",
528 "context_server",
529 "editor",
530 "fs",
531 "futures 0.3.31",
532 "fuzzy",
533 "gpui",
534 "indexed_docs",
535 "language",
536 "language_model",
537 "language_model_selector",
538 "languages",
539 "log",
540 "multi_buffer",
541 "open_ai",
542 "parking_lot",
543 "paths",
544 "picker",
545 "pretty_assertions",
546 "project",
547 "prompt_store",
548 "rand 0.8.5",
549 "regex",
550 "rope",
551 "rpc",
552 "serde",
553 "serde_json",
554 "settings",
555 "smallvec",
556 "smol",
557 "strum",
558 "telemetry_events",
559 "text",
560 "theme",
561 "tree-sitter-md",
562 "ui",
563 "unindent",
564 "util",
565 "uuid",
566 "workspace",
567]
568
569[[package]]
570name = "assistant_eval"
571version = "0.1.0"
572dependencies = [
573 "anyhow",
574 "assistant2",
575 "assistant_tool",
576 "assistant_tools",
577 "clap",
578 "client",
579 "collections",
580 "context_server",
581 "env_logger 0.11.7",
582 "fs",
583 "futures 0.3.31",
584 "gpui",
585 "gpui_tokio",
586 "itertools 0.14.0",
587 "language",
588 "language_model",
589 "language_models",
590 "node_runtime",
591 "project",
592 "prompt_store",
593 "regex",
594 "release_channel",
595 "reqwest_client",
596 "serde",
597 "serde_json",
598 "serde_json_lenient",
599 "settings",
600 "smol",
601 "util",
602]
603
604[[package]]
605name = "assistant_settings"
606version = "0.1.0"
607dependencies = [
608 "anthropic",
609 "anyhow",
610 "deepseek",
611 "feature_flags",
612 "fs",
613 "gpui",
614 "language_model",
615 "lmstudio",
616 "log",
617 "ollama",
618 "open_ai",
619 "paths",
620 "schemars",
621 "serde",
622 "serde_json_lenient",
623 "settings",
624]
625
626[[package]]
627name = "assistant_slash_command"
628version = "0.1.0"
629dependencies = [
630 "anyhow",
631 "async-trait",
632 "collections",
633 "derive_more",
634 "extension",
635 "futures 0.3.31",
636 "gpui",
637 "language",
638 "language_model",
639 "parking_lot",
640 "pretty_assertions",
641 "serde",
642 "serde_json",
643 "ui",
644 "workspace",
645]
646
647[[package]]
648name = "assistant_slash_commands"
649version = "0.1.0"
650dependencies = [
651 "anyhow",
652 "assistant_slash_command",
653 "cargo_toml",
654 "chrono",
655 "collections",
656 "context_server",
657 "editor",
658 "env_logger 0.11.7",
659 "feature_flags",
660 "fs",
661 "futures 0.3.31",
662 "fuzzy",
663 "globset",
664 "gpui",
665 "html_to_markdown",
666 "http_client",
667 "indexed_docs",
668 "language",
669 "language_model",
670 "log",
671 "pretty_assertions",
672 "project",
673 "prompt_store",
674 "rope",
675 "schemars",
676 "semantic_index",
677 "serde",
678 "serde_json",
679 "settings",
680 "smol",
681 "terminal_view",
682 "text",
683 "toml 0.8.20",
684 "ui",
685 "util",
686 "workspace",
687 "worktree",
688]
689
690[[package]]
691name = "assistant_tool"
692version = "0.1.0"
693dependencies = [
694 "anyhow",
695 "collections",
696 "derive_more",
697 "gpui",
698 "language",
699 "language_model",
700 "parking_lot",
701 "project",
702 "serde",
703 "serde_json",
704]
705
706[[package]]
707name = "assistant_tools"
708version = "0.1.0"
709dependencies = [
710 "anyhow",
711 "assistant_tool",
712 "chrono",
713 "collections",
714 "feature_flags",
715 "futures 0.3.31",
716 "gpui",
717 "language",
718 "language_model",
719 "pretty_assertions",
720 "project",
721 "rand 0.8.5",
722 "release_channel",
723 "schemars",
724 "serde",
725 "serde_json",
726 "settings",
727 "theme",
728 "ui",
729 "unindent",
730 "util",
731 "workspace",
732 "worktree",
733]
734
735[[package]]
736name = "async-attributes"
737version = "1.1.2"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
740dependencies = [
741 "quote",
742 "syn 1.0.109",
743]
744
745[[package]]
746name = "async-broadcast"
747version = "0.7.2"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
750dependencies = [
751 "event-listener 5.3.1",
752 "event-listener-strategy",
753 "futures-core",
754 "pin-project-lite",
755]
756
757[[package]]
758name = "async-channel"
759version = "1.9.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
762dependencies = [
763 "concurrent-queue",
764 "event-listener 2.5.3",
765 "futures-core",
766]
767
768[[package]]
769name = "async-channel"
770version = "2.3.1"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
773dependencies = [
774 "concurrent-queue",
775 "event-listener-strategy",
776 "futures-core",
777 "pin-project-lite",
778]
779
780[[package]]
781name = "async-compat"
782version = "0.2.4"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
785dependencies = [
786 "futures-core",
787 "futures-io",
788 "once_cell",
789 "pin-project-lite",
790 "tokio",
791]
792
793[[package]]
794name = "async-compression"
795version = "0.4.20"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
798dependencies = [
799 "deflate64",
800 "flate2",
801 "futures-core",
802 "futures-io",
803 "memchr",
804 "pin-project-lite",
805]
806
807[[package]]
808name = "async-dispatcher"
809version = "0.1.2"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
812dependencies = [
813 "async-task",
814 "futures-lite 1.13.0",
815]
816
817[[package]]
818name = "async-executor"
819version = "1.13.1"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
822dependencies = [
823 "async-task",
824 "concurrent-queue",
825 "fastrand 2.3.0",
826 "futures-lite 2.6.0",
827 "slab",
828]
829
830[[package]]
831name = "async-fs"
832version = "2.1.2"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
835dependencies = [
836 "async-lock",
837 "blocking",
838 "futures-lite 2.6.0",
839]
840
841[[package]]
842name = "async-global-executor"
843version = "2.4.1"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
846dependencies = [
847 "async-channel 2.3.1",
848 "async-executor",
849 "async-io",
850 "async-lock",
851 "blocking",
852 "futures-lite 2.6.0",
853 "once_cell",
854]
855
856[[package]]
857name = "async-io"
858version = "2.4.0"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
861dependencies = [
862 "async-lock",
863 "cfg-if",
864 "concurrent-queue",
865 "futures-io",
866 "futures-lite 2.6.0",
867 "parking",
868 "polling",
869 "rustix",
870 "slab",
871 "tracing",
872 "windows-sys 0.59.0",
873]
874
875[[package]]
876name = "async-lock"
877version = "3.4.0"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
880dependencies = [
881 "event-listener 5.3.1",
882 "event-listener-strategy",
883 "pin-project-lite",
884]
885
886[[package]]
887name = "async-native-tls"
888version = "0.5.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
891dependencies = [
892 "futures-util",
893 "native-tls",
894 "thiserror 1.0.69",
895 "url",
896]
897
898[[package]]
899name = "async-net"
900version = "2.0.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
903dependencies = [
904 "async-io",
905 "blocking",
906 "futures-lite 2.6.0",
907]
908
909[[package]]
910name = "async-pipe"
911version = "0.1.3"
912source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
913dependencies = [
914 "futures 0.3.31",
915 "log",
916]
917
918[[package]]
919name = "async-process"
920version = "2.3.0"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
923dependencies = [
924 "async-channel 2.3.1",
925 "async-io",
926 "async-lock",
927 "async-signal",
928 "async-task",
929 "blocking",
930 "cfg-if",
931 "event-listener 5.3.1",
932 "futures-lite 2.6.0",
933 "rustix",
934 "tracing",
935]
936
937[[package]]
938name = "async-recursion"
939version = "0.3.2"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
942dependencies = [
943 "proc-macro2",
944 "quote",
945 "syn 1.0.109",
946]
947
948[[package]]
949name = "async-recursion"
950version = "1.1.1"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
953dependencies = [
954 "proc-macro2",
955 "quote",
956 "syn 2.0.100",
957]
958
959[[package]]
960name = "async-signal"
961version = "0.2.10"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
964dependencies = [
965 "async-io",
966 "async-lock",
967 "atomic-waker",
968 "cfg-if",
969 "futures-core",
970 "futures-io",
971 "rustix",
972 "signal-hook-registry",
973 "slab",
974 "windows-sys 0.59.0",
975]
976
977[[package]]
978name = "async-std"
979version = "1.13.0"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
982dependencies = [
983 "async-attributes",
984 "async-channel 1.9.0",
985 "async-global-executor",
986 "async-io",
987 "async-lock",
988 "async-process",
989 "crossbeam-utils",
990 "futures-channel",
991 "futures-core",
992 "futures-io",
993 "futures-lite 2.6.0",
994 "gloo-timers",
995 "kv-log-macro",
996 "log",
997 "memchr",
998 "once_cell",
999 "pin-project-lite",
1000 "pin-utils",
1001 "slab",
1002 "wasm-bindgen-futures",
1003]
1004
1005[[package]]
1006name = "async-stream"
1007version = "0.3.6"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1010dependencies = [
1011 "async-stream-impl",
1012 "futures-core",
1013 "pin-project-lite",
1014]
1015
1016[[package]]
1017name = "async-stream-impl"
1018version = "0.3.6"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1021dependencies = [
1022 "proc-macro2",
1023 "quote",
1024 "syn 2.0.100",
1025]
1026
1027[[package]]
1028name = "async-stripe"
1029version = "0.40.0"
1030source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1031dependencies = [
1032 "chrono",
1033 "futures-util",
1034 "http-types",
1035 "hyper 0.14.32",
1036 "hyper-rustls 0.24.2",
1037 "serde",
1038 "serde_json",
1039 "serde_path_to_error",
1040 "serde_qs 0.10.1",
1041 "smart-default",
1042 "smol_str",
1043 "thiserror 1.0.69",
1044 "tokio",
1045]
1046
1047[[package]]
1048name = "async-tar"
1049version = "0.5.0"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1052dependencies = [
1053 "async-std",
1054 "filetime",
1055 "libc",
1056 "pin-project",
1057 "redox_syscall 0.2.16",
1058 "xattr",
1059]
1060
1061[[package]]
1062name = "async-task"
1063version = "4.7.1"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1066
1067[[package]]
1068name = "async-tls"
1069version = "0.13.0"
1070source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1071dependencies = [
1072 "futures-core",
1073 "futures-io",
1074 "rustls 0.23.23",
1075 "rustls-pemfile 2.2.0",
1076 "webpki-roots",
1077]
1078
1079[[package]]
1080name = "async-trait"
1081version = "0.1.87"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1084dependencies = [
1085 "proc-macro2",
1086 "quote",
1087 "syn 2.0.100",
1088]
1089
1090[[package]]
1091name = "async-tungstenite"
1092version = "0.28.2"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1095dependencies = [
1096 "async-std",
1097 "async-tls",
1098 "atomic-waker",
1099 "futures-core",
1100 "futures-io",
1101 "futures-task",
1102 "futures-util",
1103 "log",
1104 "pin-project-lite",
1105 "tungstenite 0.24.0",
1106]
1107
1108[[package]]
1109name = "async-watch"
1110version = "0.3.1"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1113dependencies = [
1114 "event-listener 2.5.3",
1115]
1116
1117[[package]]
1118name = "async_zip"
1119version = "0.0.17"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1122dependencies = [
1123 "async-compression",
1124 "crc32fast",
1125 "futures-lite 2.6.0",
1126 "pin-project",
1127 "thiserror 1.0.69",
1128]
1129
1130[[package]]
1131name = "asynchronous-codec"
1132version = "0.7.0"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1135dependencies = [
1136 "bytes 1.10.1",
1137 "futures-sink",
1138 "futures-util",
1139 "memchr",
1140 "pin-project-lite",
1141]
1142
1143[[package]]
1144name = "atoi"
1145version = "2.0.0"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1148dependencies = [
1149 "num-traits",
1150]
1151
1152[[package]]
1153name = "atomic"
1154version = "0.5.3"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1157
1158[[package]]
1159name = "atomic-waker"
1160version = "1.1.2"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1163
1164[[package]]
1165name = "audio"
1166version = "0.1.0"
1167dependencies = [
1168 "anyhow",
1169 "collections",
1170 "derive_more",
1171 "gpui",
1172 "parking_lot",
1173 "rodio",
1174 "util",
1175]
1176
1177[[package]]
1178name = "auto_update"
1179version = "0.1.0"
1180dependencies = [
1181 "anyhow",
1182 "client",
1183 "db",
1184 "gpui",
1185 "http_client",
1186 "log",
1187 "paths",
1188 "release_channel",
1189 "schemars",
1190 "serde",
1191 "serde_json",
1192 "settings",
1193 "smol",
1194 "tempfile",
1195 "which 6.0.3",
1196 "workspace",
1197]
1198
1199[[package]]
1200name = "auto_update_ui"
1201version = "0.1.0"
1202dependencies = [
1203 "anyhow",
1204 "auto_update",
1205 "client",
1206 "editor",
1207 "gpui",
1208 "http_client",
1209 "markdown_preview",
1210 "release_channel",
1211 "serde",
1212 "serde_json",
1213 "smol",
1214 "util",
1215 "workspace",
1216]
1217
1218[[package]]
1219name = "autocfg"
1220version = "1.4.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1223
1224[[package]]
1225name = "av1-grain"
1226version = "0.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1229dependencies = [
1230 "anyhow",
1231 "arrayvec",
1232 "log",
1233 "nom",
1234 "num-rational",
1235 "v_frame",
1236]
1237
1238[[package]]
1239name = "avif-serialize"
1240version = "0.8.2"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1243dependencies = [
1244 "arrayvec",
1245]
1246
1247[[package]]
1248name = "aws-config"
1249version = "1.5.16"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1252dependencies = [
1253 "aws-credential-types",
1254 "aws-runtime",
1255 "aws-sdk-sso",
1256 "aws-sdk-ssooidc",
1257 "aws-sdk-sts",
1258 "aws-smithy-async",
1259 "aws-smithy-http",
1260 "aws-smithy-json",
1261 "aws-smithy-runtime",
1262 "aws-smithy-runtime-api",
1263 "aws-smithy-types",
1264 "aws-types",
1265 "bytes 1.10.1",
1266 "fastrand 2.3.0",
1267 "hex",
1268 "http 0.2.12",
1269 "ring",
1270 "time",
1271 "tokio",
1272 "tracing",
1273 "url",
1274 "zeroize",
1275]
1276
1277[[package]]
1278name = "aws-credential-types"
1279version = "1.2.1"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1282dependencies = [
1283 "aws-smithy-async",
1284 "aws-smithy-runtime-api",
1285 "aws-smithy-types",
1286 "zeroize",
1287]
1288
1289[[package]]
1290name = "aws-lc-rs"
1291version = "1.12.6"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1294dependencies = [
1295 "aws-lc-sys",
1296 "zeroize",
1297]
1298
1299[[package]]
1300name = "aws-lc-sys"
1301version = "0.27.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1304dependencies = [
1305 "bindgen 0.69.5",
1306 "cc",
1307 "cmake",
1308 "dunce",
1309 "fs_extra",
1310]
1311
1312[[package]]
1313name = "aws-runtime"
1314version = "1.5.5"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1317dependencies = [
1318 "aws-credential-types",
1319 "aws-sigv4",
1320 "aws-smithy-async",
1321 "aws-smithy-eventstream",
1322 "aws-smithy-http",
1323 "aws-smithy-runtime",
1324 "aws-smithy-runtime-api",
1325 "aws-smithy-types",
1326 "aws-types",
1327 "bytes 1.10.1",
1328 "fastrand 2.3.0",
1329 "http 0.2.12",
1330 "http-body 0.4.6",
1331 "once_cell",
1332 "percent-encoding",
1333 "pin-project-lite",
1334 "tracing",
1335 "uuid",
1336]
1337
1338[[package]]
1339name = "aws-sdk-bedrockruntime"
1340version = "1.74.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1343dependencies = [
1344 "aws-credential-types",
1345 "aws-runtime",
1346 "aws-smithy-async",
1347 "aws-smithy-eventstream",
1348 "aws-smithy-http",
1349 "aws-smithy-json",
1350 "aws-smithy-runtime",
1351 "aws-smithy-runtime-api",
1352 "aws-smithy-types",
1353 "aws-types",
1354 "bytes 1.10.1",
1355 "fastrand 2.3.0",
1356 "http 0.2.12",
1357 "once_cell",
1358 "regex-lite",
1359 "tracing",
1360]
1361
1362[[package]]
1363name = "aws-sdk-kinesis"
1364version = "1.61.0"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1367dependencies = [
1368 "aws-credential-types",
1369 "aws-runtime",
1370 "aws-smithy-async",
1371 "aws-smithy-http",
1372 "aws-smithy-json",
1373 "aws-smithy-runtime",
1374 "aws-smithy-runtime-api",
1375 "aws-smithy-types",
1376 "aws-types",
1377 "bytes 1.10.1",
1378 "http 0.2.12",
1379 "once_cell",
1380 "regex-lite",
1381 "tracing",
1382]
1383
1384[[package]]
1385name = "aws-sdk-s3"
1386version = "1.76.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1389dependencies = [
1390 "aws-credential-types",
1391 "aws-runtime",
1392 "aws-sigv4",
1393 "aws-smithy-async",
1394 "aws-smithy-checksums",
1395 "aws-smithy-eventstream",
1396 "aws-smithy-http",
1397 "aws-smithy-json",
1398 "aws-smithy-runtime",
1399 "aws-smithy-runtime-api",
1400 "aws-smithy-types",
1401 "aws-smithy-xml",
1402 "aws-types",
1403 "bytes 1.10.1",
1404 "fastrand 2.3.0",
1405 "hex",
1406 "hmac",
1407 "http 0.2.12",
1408 "http-body 0.4.6",
1409 "lru",
1410 "once_cell",
1411 "percent-encoding",
1412 "regex-lite",
1413 "sha2",
1414 "tracing",
1415 "url",
1416]
1417
1418[[package]]
1419name = "aws-sdk-sso"
1420version = "1.58.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1423dependencies = [
1424 "aws-credential-types",
1425 "aws-runtime",
1426 "aws-smithy-async",
1427 "aws-smithy-http",
1428 "aws-smithy-json",
1429 "aws-smithy-runtime",
1430 "aws-smithy-runtime-api",
1431 "aws-smithy-types",
1432 "aws-types",
1433 "bytes 1.10.1",
1434 "http 0.2.12",
1435 "once_cell",
1436 "regex-lite",
1437 "tracing",
1438]
1439
1440[[package]]
1441name = "aws-sdk-ssooidc"
1442version = "1.59.0"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1445dependencies = [
1446 "aws-credential-types",
1447 "aws-runtime",
1448 "aws-smithy-async",
1449 "aws-smithy-http",
1450 "aws-smithy-json",
1451 "aws-smithy-runtime",
1452 "aws-smithy-runtime-api",
1453 "aws-smithy-types",
1454 "aws-types",
1455 "bytes 1.10.1",
1456 "http 0.2.12",
1457 "once_cell",
1458 "regex-lite",
1459 "tracing",
1460]
1461
1462[[package]]
1463name = "aws-sdk-sts"
1464version = "1.59.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1467dependencies = [
1468 "aws-credential-types",
1469 "aws-runtime",
1470 "aws-smithy-async",
1471 "aws-smithy-http",
1472 "aws-smithy-json",
1473 "aws-smithy-query",
1474 "aws-smithy-runtime",
1475 "aws-smithy-runtime-api",
1476 "aws-smithy-types",
1477 "aws-smithy-xml",
1478 "aws-types",
1479 "http 0.2.12",
1480 "once_cell",
1481 "regex-lite",
1482 "tracing",
1483]
1484
1485[[package]]
1486name = "aws-sigv4"
1487version = "1.2.9"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1490dependencies = [
1491 "aws-credential-types",
1492 "aws-smithy-eventstream",
1493 "aws-smithy-http",
1494 "aws-smithy-runtime-api",
1495 "aws-smithy-types",
1496 "bytes 1.10.1",
1497 "crypto-bigint 0.5.5",
1498 "form_urlencoded",
1499 "hex",
1500 "hmac",
1501 "http 0.2.12",
1502 "http 1.2.0",
1503 "once_cell",
1504 "p256",
1505 "percent-encoding",
1506 "ring",
1507 "sha2",
1508 "subtle",
1509 "time",
1510 "tracing",
1511 "zeroize",
1512]
1513
1514[[package]]
1515name = "aws-smithy-async"
1516version = "1.2.4"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1519dependencies = [
1520 "futures-util",
1521 "pin-project-lite",
1522 "tokio",
1523]
1524
1525[[package]]
1526name = "aws-smithy-checksums"
1527version = "0.62.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1530dependencies = [
1531 "aws-smithy-http",
1532 "aws-smithy-types",
1533 "bytes 1.10.1",
1534 "crc32c",
1535 "crc32fast",
1536 "crc64fast-nvme",
1537 "hex",
1538 "http 0.2.12",
1539 "http-body 0.4.6",
1540 "md-5",
1541 "pin-project-lite",
1542 "sha1",
1543 "sha2",
1544 "tracing",
1545]
1546
1547[[package]]
1548name = "aws-smithy-eventstream"
1549version = "0.60.6"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1552dependencies = [
1553 "aws-smithy-types",
1554 "bytes 1.10.1",
1555 "crc32fast",
1556]
1557
1558[[package]]
1559name = "aws-smithy-http"
1560version = "0.60.12"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1563dependencies = [
1564 "aws-smithy-eventstream",
1565 "aws-smithy-runtime-api",
1566 "aws-smithy-types",
1567 "bytes 1.10.1",
1568 "bytes-utils",
1569 "futures-core",
1570 "http 0.2.12",
1571 "http-body 0.4.6",
1572 "once_cell",
1573 "percent-encoding",
1574 "pin-project-lite",
1575 "pin-utils",
1576 "tracing",
1577]
1578
1579[[package]]
1580name = "aws-smithy-json"
1581version = "0.61.2"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1584dependencies = [
1585 "aws-smithy-types",
1586]
1587
1588[[package]]
1589name = "aws-smithy-query"
1590version = "0.60.7"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1593dependencies = [
1594 "aws-smithy-types",
1595 "urlencoding",
1596]
1597
1598[[package]]
1599name = "aws-smithy-runtime"
1600version = "1.7.8"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1603dependencies = [
1604 "aws-smithy-async",
1605 "aws-smithy-http",
1606 "aws-smithy-runtime-api",
1607 "aws-smithy-types",
1608 "bytes 1.10.1",
1609 "fastrand 2.3.0",
1610 "h2 0.3.26",
1611 "http 0.2.12",
1612 "http-body 0.4.6",
1613 "http-body 1.0.1",
1614 "httparse",
1615 "hyper 0.14.32",
1616 "hyper-rustls 0.24.2",
1617 "once_cell",
1618 "pin-project-lite",
1619 "pin-utils",
1620 "rustls 0.21.12",
1621 "tokio",
1622 "tracing",
1623]
1624
1625[[package]]
1626name = "aws-smithy-runtime-api"
1627version = "1.7.3"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1630dependencies = [
1631 "aws-smithy-async",
1632 "aws-smithy-types",
1633 "bytes 1.10.1",
1634 "http 0.2.12",
1635 "http 1.2.0",
1636 "pin-project-lite",
1637 "tokio",
1638 "tracing",
1639 "zeroize",
1640]
1641
1642[[package]]
1643name = "aws-smithy-types"
1644version = "1.2.13"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1647dependencies = [
1648 "base64-simd",
1649 "bytes 1.10.1",
1650 "bytes-utils",
1651 "futures-core",
1652 "http 0.2.12",
1653 "http 1.2.0",
1654 "http-body 0.4.6",
1655 "http-body 1.0.1",
1656 "http-body-util",
1657 "itoa",
1658 "num-integer",
1659 "pin-project-lite",
1660 "pin-utils",
1661 "ryu",
1662 "serde",
1663 "time",
1664 "tokio",
1665 "tokio-util",
1666]
1667
1668[[package]]
1669name = "aws-smithy-xml"
1670version = "0.60.9"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1673dependencies = [
1674 "xmlparser",
1675]
1676
1677[[package]]
1678name = "aws-types"
1679version = "1.3.5"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1682dependencies = [
1683 "aws-credential-types",
1684 "aws-smithy-async",
1685 "aws-smithy-runtime-api",
1686 "aws-smithy-types",
1687 "rustc_version",
1688 "tracing",
1689]
1690
1691[[package]]
1692name = "aws_http_client"
1693version = "0.1.0"
1694dependencies = [
1695 "aws-smithy-runtime-api",
1696 "aws-smithy-types",
1697 "futures 0.3.31",
1698 "http_client",
1699 "tokio",
1700]
1701
1702[[package]]
1703name = "axum"
1704version = "0.6.20"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1707dependencies = [
1708 "async-trait",
1709 "axum-core",
1710 "base64 0.21.7",
1711 "bitflags 1.3.2",
1712 "bytes 1.10.1",
1713 "futures-util",
1714 "headers",
1715 "http 0.2.12",
1716 "http-body 0.4.6",
1717 "hyper 0.14.32",
1718 "itoa",
1719 "matchit",
1720 "memchr",
1721 "mime",
1722 "percent-encoding",
1723 "pin-project-lite",
1724 "rustversion",
1725 "serde",
1726 "serde_json",
1727 "serde_path_to_error",
1728 "serde_urlencoded",
1729 "sha1",
1730 "sync_wrapper 0.1.2",
1731 "tokio",
1732 "tokio-tungstenite 0.20.1",
1733 "tower",
1734 "tower-layer",
1735 "tower-service",
1736]
1737
1738[[package]]
1739name = "axum-core"
1740version = "0.3.4"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1743dependencies = [
1744 "async-trait",
1745 "bytes 1.10.1",
1746 "futures-util",
1747 "http 0.2.12",
1748 "http-body 0.4.6",
1749 "mime",
1750 "rustversion",
1751 "tower-layer",
1752 "tower-service",
1753]
1754
1755[[package]]
1756name = "axum-extra"
1757version = "0.4.2"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1760dependencies = [
1761 "axum",
1762 "bytes 1.10.1",
1763 "futures-util",
1764 "http 0.2.12",
1765 "mime",
1766 "pin-project-lite",
1767 "serde",
1768 "serde_json",
1769 "tokio",
1770 "tower",
1771 "tower-http 0.3.5",
1772 "tower-layer",
1773 "tower-service",
1774]
1775
1776[[package]]
1777name = "backtrace"
1778version = "0.3.74"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1781dependencies = [
1782 "addr2line",
1783 "cfg-if",
1784 "libc",
1785 "miniz_oxide",
1786 "object",
1787 "rustc-demangle",
1788 "windows-targets 0.52.6",
1789]
1790
1791[[package]]
1792name = "base16ct"
1793version = "0.1.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1796
1797[[package]]
1798name = "base64"
1799version = "0.13.1"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1802
1803[[package]]
1804name = "base64"
1805version = "0.21.7"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1808
1809[[package]]
1810name = "base64"
1811version = "0.22.1"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1814
1815[[package]]
1816name = "base64-simd"
1817version = "0.8.0"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1820dependencies = [
1821 "outref",
1822 "vsimd",
1823]
1824
1825[[package]]
1826name = "base64ct"
1827version = "1.6.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1830
1831[[package]]
1832name = "bedrock"
1833version = "0.1.0"
1834dependencies = [
1835 "anyhow",
1836 "aws-sdk-bedrockruntime",
1837 "aws-smithy-types",
1838 "futures 0.3.31",
1839 "schemars",
1840 "serde",
1841 "serde_json",
1842 "strum",
1843 "thiserror 1.0.69",
1844 "tokio",
1845]
1846
1847[[package]]
1848name = "bigdecimal"
1849version = "0.4.7"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1852dependencies = [
1853 "autocfg",
1854 "libm",
1855 "num-bigint",
1856 "num-integer",
1857 "num-traits",
1858 "serde",
1859]
1860
1861[[package]]
1862name = "bincode"
1863version = "1.3.3"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1866dependencies = [
1867 "serde",
1868]
1869
1870[[package]]
1871name = "bindgen"
1872version = "0.69.5"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1875dependencies = [
1876 "bitflags 2.8.0",
1877 "cexpr",
1878 "clang-sys",
1879 "itertools 0.12.1",
1880 "lazy_static",
1881 "lazycell",
1882 "log",
1883 "prettyplease",
1884 "proc-macro2",
1885 "quote",
1886 "regex",
1887 "rustc-hash 1.1.0",
1888 "shlex",
1889 "syn 2.0.100",
1890 "which 4.4.2",
1891]
1892
1893[[package]]
1894name = "bindgen"
1895version = "0.70.1"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1898dependencies = [
1899 "bitflags 2.8.0",
1900 "cexpr",
1901 "clang-sys",
1902 "itertools 0.12.1",
1903 "log",
1904 "prettyplease",
1905 "proc-macro2",
1906 "quote",
1907 "regex",
1908 "rustc-hash 1.1.0",
1909 "shlex",
1910 "syn 2.0.100",
1911]
1912
1913[[package]]
1914name = "bit-set"
1915version = "0.5.3"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1918dependencies = [
1919 "bit-vec 0.6.3",
1920]
1921
1922[[package]]
1923name = "bit-set"
1924version = "0.8.0"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1927dependencies = [
1928 "bit-vec 0.8.0",
1929]
1930
1931[[package]]
1932name = "bit-vec"
1933version = "0.6.3"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1936
1937[[package]]
1938name = "bit-vec"
1939version = "0.8.0"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1942
1943[[package]]
1944name = "bit_field"
1945version = "0.10.2"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1948
1949[[package]]
1950name = "bitflags"
1951version = "1.3.2"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1954
1955[[package]]
1956name = "bitflags"
1957version = "2.8.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1960dependencies = [
1961 "serde",
1962]
1963
1964[[package]]
1965name = "bitstream-io"
1966version = "2.6.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1969
1970[[package]]
1971name = "bitvec"
1972version = "1.0.1"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1975dependencies = [
1976 "funty",
1977 "radium",
1978 "tap",
1979 "wyz",
1980]
1981
1982[[package]]
1983name = "blade-graphics"
1984version = "0.6.0"
1985source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1986dependencies = [
1987 "ash",
1988 "ash-window",
1989 "bitflags 2.8.0",
1990 "bytemuck",
1991 "codespan-reporting",
1992 "glow",
1993 "gpu-alloc",
1994 "gpu-alloc-ash",
1995 "hidden-trait",
1996 "js-sys",
1997 "khronos-egl",
1998 "libloading",
1999 "log",
2000 "mint",
2001 "naga",
2002 "objc2",
2003 "objc2-app-kit",
2004 "objc2-foundation",
2005 "objc2-metal",
2006 "objc2-quartz-core",
2007 "objc2-ui-kit",
2008 "raw-window-handle",
2009 "slab",
2010 "wasm-bindgen",
2011 "web-sys",
2012]
2013
2014[[package]]
2015name = "blade-macros"
2016version = "0.3.0"
2017source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2018dependencies = [
2019 "proc-macro2",
2020 "quote",
2021 "syn 2.0.100",
2022]
2023
2024[[package]]
2025name = "blade-util"
2026version = "0.2.0"
2027source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2028dependencies = [
2029 "blade-graphics",
2030 "bytemuck",
2031 "log",
2032 "profiling",
2033]
2034
2035[[package]]
2036name = "blake3"
2037version = "1.6.1"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2040dependencies = [
2041 "arrayref",
2042 "arrayvec",
2043 "cc",
2044 "cfg-if",
2045 "constant_time_eq 0.3.1",
2046]
2047
2048[[package]]
2049name = "block"
2050version = "0.1.6"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2053
2054[[package]]
2055name = "block-buffer"
2056version = "0.10.4"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2059dependencies = [
2060 "generic-array",
2061]
2062
2063[[package]]
2064name = "block-padding"
2065version = "0.3.3"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2068dependencies = [
2069 "generic-array",
2070]
2071
2072[[package]]
2073name = "block2"
2074version = "0.5.1"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2077dependencies = [
2078 "objc2",
2079]
2080
2081[[package]]
2082name = "blocking"
2083version = "1.6.1"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2086dependencies = [
2087 "async-channel 2.3.1",
2088 "async-task",
2089 "futures-io",
2090 "futures-lite 2.6.0",
2091 "piper",
2092]
2093
2094[[package]]
2095name = "borsh"
2096version = "1.5.3"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2099dependencies = [
2100 "borsh-derive",
2101 "cfg_aliases 0.2.1",
2102]
2103
2104[[package]]
2105name = "borsh-derive"
2106version = "1.5.3"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2109dependencies = [
2110 "once_cell",
2111 "proc-macro-crate",
2112 "proc-macro2",
2113 "quote",
2114 "syn 2.0.100",
2115]
2116
2117[[package]]
2118name = "breadcrumbs"
2119version = "0.1.0"
2120dependencies = [
2121 "editor",
2122 "gpui",
2123 "itertools 0.14.0",
2124 "theme",
2125 "ui",
2126 "workspace",
2127 "zed_actions",
2128]
2129
2130[[package]]
2131name = "bstr"
2132version = "1.11.1"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2135dependencies = [
2136 "memchr",
2137 "regex-automata 0.4.9",
2138 "serde",
2139]
2140
2141[[package]]
2142name = "buffer_diff"
2143version = "0.1.0"
2144dependencies = [
2145 "anyhow",
2146 "clock",
2147 "ctor",
2148 "env_logger 0.11.7",
2149 "futures 0.3.31",
2150 "git2",
2151 "gpui",
2152 "language",
2153 "log",
2154 "pretty_assertions",
2155 "rand 0.8.5",
2156 "rope",
2157 "serde_json",
2158 "sum_tree",
2159 "text",
2160 "unindent",
2161 "util",
2162]
2163
2164[[package]]
2165name = "built"
2166version = "0.7.5"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2169
2170[[package]]
2171name = "bumpalo"
2172version = "3.16.0"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2175dependencies = [
2176 "allocator-api2",
2177]
2178
2179[[package]]
2180name = "by_address"
2181version = "1.2.1"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2184
2185[[package]]
2186name = "bytecheck"
2187version = "0.6.12"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2190dependencies = [
2191 "bytecheck_derive",
2192 "ptr_meta",
2193 "simdutf8",
2194]
2195
2196[[package]]
2197name = "bytecheck_derive"
2198version = "0.6.12"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2201dependencies = [
2202 "proc-macro2",
2203 "quote",
2204 "syn 1.0.109",
2205]
2206
2207[[package]]
2208name = "bytemuck"
2209version = "1.21.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2212dependencies = [
2213 "bytemuck_derive",
2214]
2215
2216[[package]]
2217name = "bytemuck_derive"
2218version = "1.8.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2221dependencies = [
2222 "proc-macro2",
2223 "quote",
2224 "syn 2.0.100",
2225]
2226
2227[[package]]
2228name = "byteorder"
2229version = "1.5.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2232
2233[[package]]
2234name = "byteorder-lite"
2235version = "0.1.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2238
2239[[package]]
2240name = "bytes"
2241version = "0.4.12"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2244dependencies = [
2245 "byteorder",
2246 "iovec",
2247]
2248
2249[[package]]
2250name = "bytes"
2251version = "1.10.1"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2254
2255[[package]]
2256name = "bytes-utils"
2257version = "0.1.4"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2260dependencies = [
2261 "bytes 1.10.1",
2262 "either",
2263]
2264
2265[[package]]
2266name = "bzip2"
2267version = "0.4.4"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2270dependencies = [
2271 "bzip2-sys",
2272 "libc",
2273]
2274
2275[[package]]
2276name = "bzip2-sys"
2277version = "0.1.11+1.0.8"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2280dependencies = [
2281 "cc",
2282 "libc",
2283 "pkg-config",
2284]
2285
2286[[package]]
2287name = "call"
2288version = "0.1.0"
2289dependencies = [
2290 "anyhow",
2291 "audio",
2292 "client",
2293 "collections",
2294 "fs",
2295 "futures 0.3.31",
2296 "gpui",
2297 "http_client",
2298 "language",
2299 "livekit_client",
2300 "livekit_client_macos",
2301 "log",
2302 "postage",
2303 "project",
2304 "schemars",
2305 "serde",
2306 "serde_derive",
2307 "settings",
2308 "telemetry",
2309 "util",
2310]
2311
2312[[package]]
2313name = "calloop"
2314version = "0.13.0"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2317dependencies = [
2318 "bitflags 2.8.0",
2319 "log",
2320 "polling",
2321 "rustix",
2322 "slab",
2323 "thiserror 1.0.69",
2324]
2325
2326[[package]]
2327name = "calloop-wayland-source"
2328version = "0.3.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2331dependencies = [
2332 "calloop",
2333 "rustix",
2334 "wayland-backend",
2335 "wayland-client",
2336]
2337
2338[[package]]
2339name = "camino"
2340version = "1.1.9"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2343dependencies = [
2344 "serde",
2345]
2346
2347[[package]]
2348name = "cap-fs-ext"
2349version = "3.4.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2352dependencies = [
2353 "cap-primitives",
2354 "cap-std",
2355 "io-lifetimes",
2356 "windows-sys 0.59.0",
2357]
2358
2359[[package]]
2360name = "cap-net-ext"
2361version = "3.4.2"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2364dependencies = [
2365 "cap-primitives",
2366 "cap-std",
2367 "rustix",
2368 "smallvec",
2369]
2370
2371[[package]]
2372name = "cap-primitives"
2373version = "3.4.2"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2376dependencies = [
2377 "ambient-authority",
2378 "fs-set-times",
2379 "io-extras",
2380 "io-lifetimes",
2381 "ipnet",
2382 "maybe-owned",
2383 "rustix",
2384 "windows-sys 0.59.0",
2385 "winx",
2386]
2387
2388[[package]]
2389name = "cap-rand"
2390version = "3.4.2"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2393dependencies = [
2394 "ambient-authority",
2395 "rand 0.8.5",
2396]
2397
2398[[package]]
2399name = "cap-std"
2400version = "3.4.2"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2403dependencies = [
2404 "cap-primitives",
2405 "io-extras",
2406 "io-lifetimes",
2407 "rustix",
2408]
2409
2410[[package]]
2411name = "cap-time-ext"
2412version = "3.4.2"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2415dependencies = [
2416 "ambient-authority",
2417 "cap-primitives",
2418 "iana-time-zone",
2419 "once_cell",
2420 "rustix",
2421 "winx",
2422]
2423
2424[[package]]
2425name = "cargo-platform"
2426version = "0.1.9"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2429dependencies = [
2430 "serde",
2431]
2432
2433[[package]]
2434name = "cargo_metadata"
2435version = "0.19.2"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2438dependencies = [
2439 "camino",
2440 "cargo-platform",
2441 "semver",
2442 "serde",
2443 "serde_json",
2444 "thiserror 2.0.6",
2445]
2446
2447[[package]]
2448name = "cargo_toml"
2449version = "0.21.0"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2452dependencies = [
2453 "serde",
2454 "toml 0.8.20",
2455]
2456
2457[[package]]
2458name = "cast"
2459version = "0.3.0"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2462
2463[[package]]
2464name = "cbc"
2465version = "0.1.2"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2468dependencies = [
2469 "cipher",
2470]
2471
2472[[package]]
2473name = "cbindgen"
2474version = "0.27.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2477dependencies = [
2478 "clap",
2479 "heck 0.4.1",
2480 "indexmap",
2481 "log",
2482 "proc-macro2",
2483 "quote",
2484 "serde",
2485 "serde_json",
2486 "syn 2.0.100",
2487 "tempfile",
2488 "toml 0.8.20",
2489]
2490
2491[[package]]
2492name = "cbindgen"
2493version = "0.28.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2496dependencies = [
2497 "heck 0.4.1",
2498 "indexmap",
2499 "log",
2500 "proc-macro2",
2501 "quote",
2502 "serde",
2503 "serde_json",
2504 "syn 2.0.100",
2505 "tempfile",
2506 "toml 0.8.20",
2507]
2508
2509[[package]]
2510name = "cc"
2511version = "1.2.12"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2514dependencies = [
2515 "jobserver",
2516 "libc",
2517 "shlex",
2518]
2519
2520[[package]]
2521name = "cesu8"
2522version = "1.1.0"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2525
2526[[package]]
2527name = "cexpr"
2528version = "0.6.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2531dependencies = [
2532 "nom",
2533]
2534
2535[[package]]
2536name = "cfg-expr"
2537version = "0.15.8"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2540dependencies = [
2541 "smallvec",
2542 "target-lexicon 0.12.16",
2543]
2544
2545[[package]]
2546name = "cfg-if"
2547version = "1.0.0"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2550
2551[[package]]
2552name = "cfg_aliases"
2553version = "0.1.1"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2556
2557[[package]]
2558name = "cfg_aliases"
2559version = "0.2.1"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2562
2563[[package]]
2564name = "channel"
2565version = "0.1.0"
2566dependencies = [
2567 "anyhow",
2568 "client",
2569 "clock",
2570 "collections",
2571 "futures 0.3.31",
2572 "gpui",
2573 "http_client",
2574 "language",
2575 "log",
2576 "rand 0.8.5",
2577 "release_channel",
2578 "rpc",
2579 "settings",
2580 "sum_tree",
2581 "text",
2582 "time",
2583 "util",
2584]
2585
2586[[package]]
2587name = "chrono"
2588version = "0.4.40"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2591dependencies = [
2592 "android-tzdata",
2593 "iana-time-zone",
2594 "js-sys",
2595 "num-traits",
2596 "serde",
2597 "wasm-bindgen",
2598 "windows-link",
2599]
2600
2601[[package]]
2602name = "chunked_transfer"
2603version = "1.5.0"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2606
2607[[package]]
2608name = "ciborium"
2609version = "0.2.2"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2612dependencies = [
2613 "ciborium-io",
2614 "ciborium-ll",
2615 "serde",
2616]
2617
2618[[package]]
2619name = "ciborium-io"
2620version = "0.2.2"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2623
2624[[package]]
2625name = "ciborium-ll"
2626version = "0.2.2"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2629dependencies = [
2630 "ciborium-io",
2631 "half",
2632]
2633
2634[[package]]
2635name = "cipher"
2636version = "0.4.4"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2639dependencies = [
2640 "crypto-common",
2641 "inout",
2642 "zeroize",
2643]
2644
2645[[package]]
2646name = "clang-sys"
2647version = "1.8.1"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2650dependencies = [
2651 "glob",
2652 "libc",
2653 "libloading",
2654]
2655
2656[[package]]
2657name = "clap"
2658version = "4.5.32"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2661dependencies = [
2662 "clap_builder",
2663 "clap_derive",
2664]
2665
2666[[package]]
2667name = "clap_builder"
2668version = "4.5.32"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2671dependencies = [
2672 "anstream",
2673 "anstyle",
2674 "clap_lex",
2675 "strsim",
2676 "terminal_size",
2677]
2678
2679[[package]]
2680name = "clap_complete"
2681version = "4.5.38"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2684dependencies = [
2685 "clap",
2686]
2687
2688[[package]]
2689name = "clap_derive"
2690version = "4.5.32"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2693dependencies = [
2694 "heck 0.5.0",
2695 "proc-macro2",
2696 "quote",
2697 "syn 2.0.100",
2698]
2699
2700[[package]]
2701name = "clap_lex"
2702version = "0.7.4"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2705
2706[[package]]
2707name = "cli"
2708version = "0.1.0"
2709dependencies = [
2710 "anyhow",
2711 "clap",
2712 "collections",
2713 "core-foundation 0.9.4",
2714 "core-services",
2715 "exec",
2716 "fork",
2717 "ipc-channel",
2718 "parking_lot",
2719 "paths",
2720 "plist",
2721 "release_channel",
2722 "serde",
2723 "tempfile",
2724 "util",
2725 "windows 0.60.0",
2726]
2727
2728[[package]]
2729name = "client"
2730version = "0.1.0"
2731dependencies = [
2732 "anyhow",
2733 "async-native-tls",
2734 "async-recursion 0.3.2",
2735 "async-tungstenite",
2736 "chrono",
2737 "clock",
2738 "cocoa 0.26.0",
2739 "collections",
2740 "credentials_provider",
2741 "feature_flags",
2742 "futures 0.3.31",
2743 "gpui",
2744 "http_client",
2745 "http_client_tls",
2746 "log",
2747 "parking_lot",
2748 "paths",
2749 "postage",
2750 "rand 0.8.5",
2751 "release_channel",
2752 "rpc",
2753 "schemars",
2754 "serde",
2755 "serde_json",
2756 "settings",
2757 "sha2",
2758 "smol",
2759 "telemetry",
2760 "telemetry_events",
2761 "text",
2762 "thiserror 1.0.69",
2763 "time",
2764 "tiny_http",
2765 "tokio-socks",
2766 "url",
2767 "util",
2768 "windows 0.60.0",
2769 "worktree",
2770]
2771
2772[[package]]
2773name = "clock"
2774version = "0.1.0"
2775dependencies = [
2776 "parking_lot",
2777 "serde",
2778 "smallvec",
2779]
2780
2781[[package]]
2782name = "cmake"
2783version = "0.1.53"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2786dependencies = [
2787 "cc",
2788]
2789
2790[[package]]
2791name = "cobs"
2792version = "0.2.3"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2795
2796[[package]]
2797name = "cocoa"
2798version = "0.25.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2801dependencies = [
2802 "bitflags 1.3.2",
2803 "block",
2804 "cocoa-foundation 0.1.2",
2805 "core-foundation 0.9.4",
2806 "core-graphics 0.23.2",
2807 "foreign-types 0.5.0",
2808 "libc",
2809 "objc",
2810]
2811
2812[[package]]
2813name = "cocoa"
2814version = "0.26.0"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2817dependencies = [
2818 "bitflags 2.8.0",
2819 "block",
2820 "cocoa-foundation 0.2.0",
2821 "core-foundation 0.10.0",
2822 "core-graphics 0.24.0",
2823 "foreign-types 0.5.0",
2824 "libc",
2825 "objc",
2826]
2827
2828[[package]]
2829name = "cocoa-foundation"
2830version = "0.1.2"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2833dependencies = [
2834 "bitflags 1.3.2",
2835 "block",
2836 "core-foundation 0.9.4",
2837 "core-graphics-types 0.1.3",
2838 "libc",
2839 "objc",
2840]
2841
2842[[package]]
2843name = "cocoa-foundation"
2844version = "0.2.0"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2847dependencies = [
2848 "bitflags 2.8.0",
2849 "block",
2850 "core-foundation 0.10.0",
2851 "core-graphics-types 0.2.0",
2852 "libc",
2853 "objc",
2854]
2855
2856[[package]]
2857name = "codespan-reporting"
2858version = "0.11.1"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2861dependencies = [
2862 "termcolor",
2863 "unicode-width",
2864]
2865
2866[[package]]
2867name = "collab"
2868version = "0.44.0"
2869dependencies = [
2870 "anthropic",
2871 "anyhow",
2872 "assistant",
2873 "assistant_context_editor",
2874 "assistant_slash_command",
2875 "assistant_tool",
2876 "async-stripe",
2877 "async-trait",
2878 "async-tungstenite",
2879 "audio",
2880 "aws-config",
2881 "aws-sdk-kinesis",
2882 "aws-sdk-s3",
2883 "axum",
2884 "axum-extra",
2885 "base64 0.22.1",
2886 "buffer_diff",
2887 "call",
2888 "channel",
2889 "chrono",
2890 "client",
2891 "clock",
2892 "collab_ui",
2893 "collections",
2894 "context_server",
2895 "ctor",
2896 "dashmap 6.1.0",
2897 "derive_more",
2898 "editor",
2899 "env_logger 0.11.7",
2900 "envy",
2901 "extension",
2902 "file_finder",
2903 "fs",
2904 "futures 0.3.31",
2905 "git",
2906 "git_hosting_providers",
2907 "git_ui",
2908 "google_ai",
2909 "gpui",
2910 "hex",
2911 "http_client",
2912 "hyper 0.14.32",
2913 "indoc",
2914 "jsonwebtoken",
2915 "language",
2916 "language_model",
2917 "livekit_api",
2918 "livekit_client",
2919 "livekit_client_macos",
2920 "log",
2921 "lsp",
2922 "menu",
2923 "multi_buffer",
2924 "nanoid",
2925 "node_runtime",
2926 "notifications",
2927 "open_ai",
2928 "parking_lot",
2929 "pretty_assertions",
2930 "project",
2931 "prometheus",
2932 "prompt_store",
2933 "prost 0.9.0",
2934 "rand 0.8.5",
2935 "recent_projects",
2936 "release_channel",
2937 "remote",
2938 "remote_server",
2939 "reqwest 0.11.27",
2940 "reqwest_client",
2941 "rpc",
2942 "rustc-demangle",
2943 "scrypt",
2944 "sea-orm",
2945 "semantic_version",
2946 "semver",
2947 "serde",
2948 "serde_derive",
2949 "serde_json",
2950 "session",
2951 "settings",
2952 "sha2",
2953 "sqlx",
2954 "strum",
2955 "subtle",
2956 "supermaven_api",
2957 "telemetry_events",
2958 "text",
2959 "theme",
2960 "thiserror 1.0.69",
2961 "time",
2962 "tokio",
2963 "toml 0.8.20",
2964 "tower",
2965 "tower-http 0.4.4",
2966 "tracing",
2967 "tracing-subscriber",
2968 "unindent",
2969 "util",
2970 "uuid",
2971 "workspace",
2972 "worktree",
2973]
2974
2975[[package]]
2976name = "collab_ui"
2977version = "0.1.0"
2978dependencies = [
2979 "anyhow",
2980 "call",
2981 "channel",
2982 "chrono",
2983 "client",
2984 "collections",
2985 "db",
2986 "editor",
2987 "emojis",
2988 "futures 0.3.31",
2989 "fuzzy",
2990 "gpui",
2991 "http_client",
2992 "language",
2993 "menu",
2994 "notifications",
2995 "picker",
2996 "pretty_assertions",
2997 "project",
2998 "release_channel",
2999 "rich_text",
3000 "rpc",
3001 "schemars",
3002 "serde",
3003 "serde_derive",
3004 "serde_json",
3005 "settings",
3006 "smallvec",
3007 "story",
3008 "telemetry",
3009 "theme",
3010 "time",
3011 "time_format",
3012 "title_bar",
3013 "tree-sitter-md",
3014 "ui",
3015 "util",
3016 "workspace",
3017]
3018
3019[[package]]
3020name = "collections"
3021version = "0.1.0"
3022dependencies = [
3023 "indexmap",
3024 "rustc-hash 2.1.1",
3025]
3026
3027[[package]]
3028name = "color_quant"
3029version = "1.1.0"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3032
3033[[package]]
3034name = "colorchoice"
3035version = "1.0.3"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3038
3039[[package]]
3040name = "combine"
3041version = "4.6.7"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3044dependencies = [
3045 "bytes 1.10.1",
3046 "memchr",
3047]
3048
3049[[package]]
3050name = "command_palette"
3051version = "0.1.0"
3052dependencies = [
3053 "client",
3054 "collections",
3055 "command_palette_hooks",
3056 "ctor",
3057 "editor",
3058 "env_logger 0.11.7",
3059 "fuzzy",
3060 "go_to_line",
3061 "gpui",
3062 "language",
3063 "menu",
3064 "picker",
3065 "postage",
3066 "project",
3067 "serde",
3068 "serde_json",
3069 "settings",
3070 "telemetry",
3071 "theme",
3072 "ui",
3073 "util",
3074 "workspace",
3075 "zed_actions",
3076]
3077
3078[[package]]
3079name = "command_palette_hooks"
3080version = "0.1.0"
3081dependencies = [
3082 "collections",
3083 "derive_more",
3084 "gpui",
3085]
3086
3087[[package]]
3088name = "component"
3089version = "0.1.0"
3090dependencies = [
3091 "collections",
3092 "gpui",
3093 "linkme",
3094 "parking_lot",
3095 "theme",
3096]
3097
3098[[package]]
3099name = "component_preview"
3100version = "0.1.0"
3101dependencies = [
3102 "client",
3103 "collections",
3104 "component",
3105 "gpui",
3106 "languages",
3107 "notifications",
3108 "project",
3109 "ui",
3110 "workspace",
3111]
3112
3113[[package]]
3114name = "concurrent-queue"
3115version = "2.5.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3118dependencies = [
3119 "crossbeam-utils",
3120]
3121
3122[[package]]
3123name = "console"
3124version = "0.15.8"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3127dependencies = [
3128 "encode_unicode",
3129 "lazy_static",
3130 "libc",
3131 "unicode-width",
3132 "windows-sys 0.52.0",
3133]
3134
3135[[package]]
3136name = "const-oid"
3137version = "0.9.6"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3140
3141[[package]]
3142name = "const-random"
3143version = "0.1.18"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3146dependencies = [
3147 "const-random-macro",
3148]
3149
3150[[package]]
3151name = "const-random-macro"
3152version = "0.1.16"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3155dependencies = [
3156 "getrandom 0.2.15",
3157 "once_cell",
3158 "tiny-keccak",
3159]
3160
3161[[package]]
3162name = "constant_time_eq"
3163version = "0.1.5"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3166
3167[[package]]
3168name = "constant_time_eq"
3169version = "0.3.1"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3172
3173[[package]]
3174name = "context_server"
3175version = "0.1.0"
3176dependencies = [
3177 "anyhow",
3178 "assistant_tool",
3179 "async-trait",
3180 "collections",
3181 "command_palette_hooks",
3182 "context_server_settings",
3183 "extension",
3184 "futures 0.3.31",
3185 "gpui",
3186 "language_model",
3187 "log",
3188 "parking_lot",
3189 "postage",
3190 "project",
3191 "serde",
3192 "serde_json",
3193 "settings",
3194 "smol",
3195 "url",
3196 "util",
3197]
3198
3199[[package]]
3200name = "context_server_settings"
3201version = "0.1.0"
3202dependencies = [
3203 "anyhow",
3204 "collections",
3205 "gpui",
3206 "schemars",
3207 "serde",
3208 "serde_json",
3209 "settings",
3210]
3211
3212[[package]]
3213name = "convert_case"
3214version = "0.4.0"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3217
3218[[package]]
3219name = "convert_case"
3220version = "0.8.0"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3223dependencies = [
3224 "unicode-segmentation",
3225]
3226
3227[[package]]
3228name = "copilot"
3229version = "0.1.0"
3230dependencies = [
3231 "anyhow",
3232 "async-compression",
3233 "async-std",
3234 "async-tar",
3235 "chrono",
3236 "client",
3237 "clock",
3238 "collections",
3239 "command_palette_hooks",
3240 "ctor",
3241 "editor",
3242 "env_logger 0.11.7",
3243 "fs",
3244 "futures 0.3.31",
3245 "gpui",
3246 "http_client",
3247 "indoc",
3248 "inline_completion",
3249 "language",
3250 "log",
3251 "lsp",
3252 "menu",
3253 "node_runtime",
3254 "parking_lot",
3255 "paths",
3256 "project",
3257 "rpc",
3258 "schemars",
3259 "serde",
3260 "serde_json",
3261 "settings",
3262 "smol",
3263 "strum",
3264 "task",
3265 "theme",
3266 "ui",
3267 "util",
3268 "workspace",
3269]
3270
3271[[package]]
3272name = "core-foundation"
3273version = "0.9.4"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3276dependencies = [
3277 "core-foundation-sys",
3278 "libc",
3279]
3280
3281[[package]]
3282name = "core-foundation"
3283version = "0.10.0"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3286dependencies = [
3287 "core-foundation-sys",
3288 "libc",
3289]
3290
3291[[package]]
3292name = "core-foundation-sys"
3293version = "0.8.7"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3296
3297[[package]]
3298name = "core-graphics"
3299version = "0.23.2"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3302dependencies = [
3303 "bitflags 1.3.2",
3304 "core-foundation 0.9.4",
3305 "core-graphics-types 0.1.3",
3306 "foreign-types 0.5.0",
3307 "libc",
3308]
3309
3310[[package]]
3311name = "core-graphics"
3312version = "0.24.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3315dependencies = [
3316 "bitflags 2.8.0",
3317 "core-foundation 0.10.0",
3318 "core-graphics-types 0.2.0",
3319 "foreign-types 0.5.0",
3320 "libc",
3321]
3322
3323[[package]]
3324name = "core-graphics-types"
3325version = "0.1.3"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3328dependencies = [
3329 "bitflags 1.3.2",
3330 "core-foundation 0.9.4",
3331 "libc",
3332]
3333
3334[[package]]
3335name = "core-graphics-types"
3336version = "0.2.0"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3339dependencies = [
3340 "bitflags 2.8.0",
3341 "core-foundation 0.10.0",
3342 "libc",
3343]
3344
3345[[package]]
3346name = "core-services"
3347version = "0.2.1"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3350dependencies = [
3351 "core-foundation 0.9.4",
3352]
3353
3354[[package]]
3355name = "core-text"
3356version = "20.1.0"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3359dependencies = [
3360 "core-foundation 0.9.4",
3361 "core-graphics 0.23.2",
3362 "foreign-types 0.5.0",
3363 "libc",
3364]
3365
3366[[package]]
3367name = "core_maths"
3368version = "0.1.1"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3371dependencies = [
3372 "libm",
3373]
3374
3375[[package]]
3376name = "coreaudio-rs"
3377version = "0.11.3"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3380dependencies = [
3381 "bitflags 1.3.2",
3382 "core-foundation-sys",
3383 "coreaudio-sys",
3384]
3385
3386[[package]]
3387name = "coreaudio-rs"
3388version = "0.12.1"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3391dependencies = [
3392 "bitflags 1.3.2",
3393 "core-foundation-sys",
3394 "coreaudio-sys",
3395]
3396
3397[[package]]
3398name = "coreaudio-sys"
3399version = "0.2.16"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3402dependencies = [
3403 "bindgen 0.70.1",
3404]
3405
3406[[package]]
3407name = "cosmic-text"
3408version = "0.11.2"
3409source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3410dependencies = [
3411 "bitflags 2.8.0",
3412 "fontdb 0.18.0",
3413 "log",
3414 "rangemap",
3415 "rayon",
3416 "rustc-hash 1.1.0",
3417 "rustybuzz 0.14.1",
3418 "self_cell",
3419 "swash",
3420 "sys-locale",
3421 "ttf-parser 0.21.1",
3422 "unicode-bidi",
3423 "unicode-linebreak",
3424 "unicode-script",
3425 "unicode-segmentation",
3426]
3427
3428[[package]]
3429name = "cpal"
3430version = "0.15.3"
3431source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3432dependencies = [
3433 "alsa",
3434 "core-foundation-sys",
3435 "coreaudio-rs 0.11.3",
3436 "dasp_sample",
3437 "jni",
3438 "js-sys",
3439 "libc",
3440 "mach2",
3441 "ndk",
3442 "ndk-context",
3443 "oboe",
3444 "wasm-bindgen",
3445 "wasm-bindgen-futures",
3446 "web-sys",
3447 "windows 0.54.0",
3448]
3449
3450[[package]]
3451name = "cpp_demangle"
3452version = "0.4.4"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3455dependencies = [
3456 "cfg-if",
3457]
3458
3459[[package]]
3460name = "cpufeatures"
3461version = "0.2.16"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3464dependencies = [
3465 "libc",
3466]
3467
3468[[package]]
3469name = "cranelift-bforest"
3470version = "0.116.1"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3473dependencies = [
3474 "cranelift-entity",
3475]
3476
3477[[package]]
3478name = "cranelift-bitset"
3479version = "0.116.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3482dependencies = [
3483 "serde",
3484 "serde_derive",
3485]
3486
3487[[package]]
3488name = "cranelift-codegen"
3489version = "0.116.1"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3492dependencies = [
3493 "bumpalo",
3494 "cranelift-bforest",
3495 "cranelift-bitset",
3496 "cranelift-codegen-meta",
3497 "cranelift-codegen-shared",
3498 "cranelift-control",
3499 "cranelift-entity",
3500 "cranelift-isle",
3501 "gimli",
3502 "hashbrown 0.14.5",
3503 "log",
3504 "regalloc2",
3505 "rustc-hash 2.1.1",
3506 "serde",
3507 "smallvec",
3508 "target-lexicon 0.13.2",
3509]
3510
3511[[package]]
3512name = "cranelift-codegen-meta"
3513version = "0.116.1"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3516dependencies = [
3517 "cranelift-codegen-shared",
3518]
3519
3520[[package]]
3521name = "cranelift-codegen-shared"
3522version = "0.116.1"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3525
3526[[package]]
3527name = "cranelift-control"
3528version = "0.116.1"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3531dependencies = [
3532 "arbitrary",
3533]
3534
3535[[package]]
3536name = "cranelift-entity"
3537version = "0.116.1"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3540dependencies = [
3541 "cranelift-bitset",
3542 "serde",
3543 "serde_derive",
3544]
3545
3546[[package]]
3547name = "cranelift-frontend"
3548version = "0.116.1"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3551dependencies = [
3552 "cranelift-codegen",
3553 "log",
3554 "smallvec",
3555 "target-lexicon 0.13.2",
3556]
3557
3558[[package]]
3559name = "cranelift-isle"
3560version = "0.116.1"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3563
3564[[package]]
3565name = "cranelift-native"
3566version = "0.116.1"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3569dependencies = [
3570 "cranelift-codegen",
3571 "libc",
3572 "target-lexicon 0.13.2",
3573]
3574
3575[[package]]
3576name = "crc"
3577version = "3.2.1"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3580dependencies = [
3581 "crc-catalog",
3582]
3583
3584[[package]]
3585name = "crc-catalog"
3586version = "2.4.0"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3589
3590[[package]]
3591name = "crc32c"
3592version = "0.6.8"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3595dependencies = [
3596 "rustc_version",
3597]
3598
3599[[package]]
3600name = "crc32fast"
3601version = "1.4.2"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3604dependencies = [
3605 "cfg-if",
3606]
3607
3608[[package]]
3609name = "crc64fast-nvme"
3610version = "1.1.1"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3613dependencies = [
3614 "cbindgen 0.27.0",
3615 "crc",
3616]
3617
3618[[package]]
3619name = "credentials_provider"
3620version = "0.1.0"
3621dependencies = [
3622 "anyhow",
3623 "futures 0.3.31",
3624 "gpui",
3625 "paths",
3626 "release_channel",
3627 "serde",
3628 "serde_json",
3629]
3630
3631[[package]]
3632name = "criterion"
3633version = "0.5.1"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3636dependencies = [
3637 "anes",
3638 "cast",
3639 "ciborium",
3640 "clap",
3641 "criterion-plot",
3642 "is-terminal",
3643 "itertools 0.10.5",
3644 "num-traits",
3645 "once_cell",
3646 "oorandom",
3647 "plotters",
3648 "rayon",
3649 "regex",
3650 "serde",
3651 "serde_derive",
3652 "serde_json",
3653 "tinytemplate",
3654 "walkdir",
3655]
3656
3657[[package]]
3658name = "criterion-plot"
3659version = "0.5.0"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3662dependencies = [
3663 "cast",
3664 "itertools 0.10.5",
3665]
3666
3667[[package]]
3668name = "crossbeam-channel"
3669version = "0.5.13"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3672dependencies = [
3673 "crossbeam-utils",
3674]
3675
3676[[package]]
3677name = "crossbeam-deque"
3678version = "0.8.5"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3681dependencies = [
3682 "crossbeam-epoch",
3683 "crossbeam-utils",
3684]
3685
3686[[package]]
3687name = "crossbeam-epoch"
3688version = "0.9.18"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3691dependencies = [
3692 "crossbeam-utils",
3693]
3694
3695[[package]]
3696name = "crossbeam-queue"
3697version = "0.3.11"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3700dependencies = [
3701 "crossbeam-utils",
3702]
3703
3704[[package]]
3705name = "crossbeam-utils"
3706version = "0.8.20"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3709
3710[[package]]
3711name = "crunchy"
3712version = "0.2.2"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3715
3716[[package]]
3717name = "crypto-bigint"
3718version = "0.4.9"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3721dependencies = [
3722 "generic-array",
3723 "rand_core 0.6.4",
3724 "subtle",
3725 "zeroize",
3726]
3727
3728[[package]]
3729name = "crypto-bigint"
3730version = "0.5.5"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3733dependencies = [
3734 "rand_core 0.6.4",
3735 "subtle",
3736]
3737
3738[[package]]
3739name = "crypto-common"
3740version = "0.1.6"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3743dependencies = [
3744 "generic-array",
3745 "rand_core 0.6.4",
3746 "typenum",
3747]
3748
3749[[package]]
3750name = "ctor"
3751version = "0.4.1"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3754dependencies = [
3755 "ctor-proc-macro",
3756 "dtor",
3757]
3758
3759[[package]]
3760name = "ctor-proc-macro"
3761version = "0.0.5"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3764
3765[[package]]
3766name = "ctrlc"
3767version = "3.4.5"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3770dependencies = [
3771 "nix",
3772 "windows-sys 0.59.0",
3773]
3774
3775[[package]]
3776name = "cursor-icon"
3777version = "1.1.0"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3780
3781[[package]]
3782name = "cxx"
3783version = "1.0.134"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3786dependencies = [
3787 "cc",
3788 "cxxbridge-cmd",
3789 "cxxbridge-flags",
3790 "cxxbridge-macro",
3791 "foldhash",
3792 "link-cplusplus",
3793]
3794
3795[[package]]
3796name = "cxx-build"
3797version = "1.0.134"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3800dependencies = [
3801 "cc",
3802 "codespan-reporting",
3803 "proc-macro2",
3804 "quote",
3805 "scratch",
3806 "syn 2.0.100",
3807]
3808
3809[[package]]
3810name = "cxxbridge-cmd"
3811version = "1.0.134"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3814dependencies = [
3815 "clap",
3816 "codespan-reporting",
3817 "proc-macro2",
3818 "quote",
3819 "syn 2.0.100",
3820]
3821
3822[[package]]
3823name = "cxxbridge-flags"
3824version = "1.0.134"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3827
3828[[package]]
3829name = "cxxbridge-macro"
3830version = "1.0.134"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3833dependencies = [
3834 "proc-macro2",
3835 "quote",
3836 "rustversion",
3837 "syn 2.0.100",
3838]
3839
3840[[package]]
3841name = "dashmap"
3842version = "5.5.3"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3845dependencies = [
3846 "cfg-if",
3847 "hashbrown 0.14.5",
3848 "lock_api",
3849 "once_cell",
3850 "parking_lot_core",
3851]
3852
3853[[package]]
3854name = "dashmap"
3855version = "6.1.0"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3858dependencies = [
3859 "cfg-if",
3860 "crossbeam-utils",
3861 "hashbrown 0.14.5",
3862 "lock_api",
3863 "once_cell",
3864 "parking_lot_core",
3865]
3866
3867[[package]]
3868name = "dasp_sample"
3869version = "0.11.0"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3872
3873[[package]]
3874name = "data-encoding"
3875version = "2.6.0"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3878
3879[[package]]
3880name = "data-url"
3881version = "0.3.1"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3884
3885[[package]]
3886name = "db"
3887version = "0.1.0"
3888dependencies = [
3889 "anyhow",
3890 "gpui",
3891 "indoc",
3892 "log",
3893 "paths",
3894 "release_channel",
3895 "smol",
3896 "sqlez",
3897 "sqlez_macros",
3898 "tempfile",
3899 "util",
3900]
3901
3902[[package]]
3903name = "dbus"
3904version = "0.9.7"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3907dependencies = [
3908 "libc",
3909 "libdbus-sys",
3910 "winapi",
3911]
3912
3913[[package]]
3914name = "deepseek"
3915version = "0.1.0"
3916dependencies = [
3917 "anyhow",
3918 "futures 0.3.31",
3919 "http_client",
3920 "schemars",
3921 "serde",
3922 "serde_json",
3923]
3924
3925[[package]]
3926name = "deflate64"
3927version = "0.1.9"
3928source = "registry+https://github.com/rust-lang/crates.io-index"
3929checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3930
3931[[package]]
3932name = "der"
3933version = "0.6.1"
3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3936dependencies = [
3937 "const-oid",
3938 "zeroize",
3939]
3940
3941[[package]]
3942name = "der"
3943version = "0.7.9"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3946dependencies = [
3947 "const-oid",
3948 "pem-rfc7468",
3949 "zeroize",
3950]
3951
3952[[package]]
3953name = "deranged"
3954version = "0.3.11"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3957dependencies = [
3958 "powerfmt",
3959 "serde",
3960]
3961
3962[[package]]
3963name = "derive_more"
3964version = "0.99.19"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3967dependencies = [
3968 "convert_case 0.4.0",
3969 "proc-macro2",
3970 "quote",
3971 "rustc_version",
3972 "syn 2.0.100",
3973]
3974
3975[[package]]
3976name = "derive_refineable"
3977version = "0.1.0"
3978dependencies = [
3979 "proc-macro2",
3980 "quote",
3981 "syn 1.0.109",
3982]
3983
3984[[package]]
3985name = "diagnostics"
3986version = "0.1.0"
3987dependencies = [
3988 "anyhow",
3989 "client",
3990 "collections",
3991 "ctor",
3992 "editor",
3993 "env_logger 0.11.7",
3994 "gpui",
3995 "language",
3996 "log",
3997 "lsp",
3998 "pretty_assertions",
3999 "project",
4000 "rand 0.8.5",
4001 "serde",
4002 "serde_json",
4003 "settings",
4004 "theme",
4005 "ui",
4006 "unindent",
4007 "util",
4008 "workspace",
4009]
4010
4011[[package]]
4012name = "dialoguer"
4013version = "0.11.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4016dependencies = [
4017 "console",
4018 "fuzzy-matcher",
4019 "shell-words",
4020 "tempfile",
4021 "thiserror 1.0.69",
4022 "zeroize",
4023]
4024
4025[[package]]
4026name = "diff"
4027version = "0.1.13"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4030
4031[[package]]
4032name = "digest"
4033version = "0.10.7"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4036dependencies = [
4037 "block-buffer",
4038 "const-oid",
4039 "crypto-common",
4040 "subtle",
4041]
4042
4043[[package]]
4044name = "dirs"
4045version = "4.0.0"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4048dependencies = [
4049 "dirs-sys 0.3.7",
4050]
4051
4052[[package]]
4053name = "dirs"
4054version = "5.0.1"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4057dependencies = [
4058 "dirs-sys 0.4.1",
4059]
4060
4061[[package]]
4062name = "dirs-sys"
4063version = "0.3.7"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4066dependencies = [
4067 "libc",
4068 "redox_users",
4069 "winapi",
4070]
4071
4072[[package]]
4073name = "dirs-sys"
4074version = "0.4.1"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4077dependencies = [
4078 "libc",
4079 "option-ext",
4080 "redox_users",
4081 "windows-sys 0.48.0",
4082]
4083
4084[[package]]
4085name = "displaydoc"
4086version = "0.2.5"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4089dependencies = [
4090 "proc-macro2",
4091 "quote",
4092 "syn 2.0.100",
4093]
4094
4095[[package]]
4096name = "dlib"
4097version = "0.5.2"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4100dependencies = [
4101 "libloading",
4102]
4103
4104[[package]]
4105name = "docs_preprocessor"
4106version = "0.1.0"
4107dependencies = [
4108 "anyhow",
4109 "clap",
4110 "mdbook",
4111 "regex",
4112 "serde",
4113 "serde_json",
4114 "settings",
4115 "util",
4116]
4117
4118[[package]]
4119name = "dotenvy"
4120version = "0.15.7"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4123
4124[[package]]
4125name = "downcast-rs"
4126version = "1.2.1"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4129
4130[[package]]
4131name = "doxygen-rs"
4132version = "0.4.2"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4135dependencies = [
4136 "phf",
4137]
4138
4139[[package]]
4140name = "dtor"
4141version = "0.0.5"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4144dependencies = [
4145 "dtor-proc-macro",
4146]
4147
4148[[package]]
4149name = "dtor-proc-macro"
4150version = "0.0.5"
4151source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4153
4154[[package]]
4155name = "dunce"
4156version = "1.0.5"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4159
4160[[package]]
4161name = "dwrote"
4162version = "0.11.2"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4165dependencies = [
4166 "lazy_static",
4167 "libc",
4168 "winapi",
4169 "wio",
4170]
4171
4172[[package]]
4173name = "dyn-clone"
4174version = "1.0.17"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4177
4178[[package]]
4179name = "ec4rs"
4180version = "1.1.1"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4183
4184[[package]]
4185name = "ecdsa"
4186version = "0.14.8"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4189dependencies = [
4190 "der 0.6.1",
4191 "elliptic-curve",
4192 "rfc6979",
4193 "signature 1.6.4",
4194]
4195
4196[[package]]
4197name = "editor"
4198version = "0.1.0"
4199dependencies = [
4200 "aho-corasick",
4201 "anyhow",
4202 "assets",
4203 "buffer_diff",
4204 "chrono",
4205 "client",
4206 "clock",
4207 "collections",
4208 "convert_case 0.8.0",
4209 "ctor",
4210 "db",
4211 "emojis",
4212 "env_logger 0.11.7",
4213 "file_icons",
4214 "fs",
4215 "futures 0.3.31",
4216 "fuzzy",
4217 "git",
4218 "gpui",
4219 "http_client",
4220 "indoc",
4221 "inline_completion",
4222 "itertools 0.14.0",
4223 "language",
4224 "languages",
4225 "linkify",
4226 "log",
4227 "lsp",
4228 "markdown",
4229 "multi_buffer",
4230 "ordered-float 2.10.1",
4231 "parking_lot",
4232 "pretty_assertions",
4233 "project",
4234 "rand 0.8.5",
4235 "release_channel",
4236 "rpc",
4237 "schemars",
4238 "serde",
4239 "serde_json",
4240 "settings",
4241 "smallvec",
4242 "smol",
4243 "snippet",
4244 "sum_tree",
4245 "task",
4246 "telemetry",
4247 "tempfile",
4248 "text",
4249 "theme",
4250 "time",
4251 "time_format",
4252 "tree-sitter-html",
4253 "tree-sitter-rust",
4254 "tree-sitter-typescript",
4255 "ui",
4256 "unicode-script",
4257 "unicode-segmentation",
4258 "unindent",
4259 "url",
4260 "util",
4261 "uuid",
4262 "workspace",
4263 "zed_actions",
4264]
4265
4266[[package]]
4267name = "either"
4268version = "1.13.0"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4271dependencies = [
4272 "serde",
4273]
4274
4275[[package]]
4276name = "elasticlunr-rs"
4277version = "3.0.2"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4280dependencies = [
4281 "regex",
4282 "serde",
4283 "serde_derive",
4284 "serde_json",
4285]
4286
4287[[package]]
4288name = "elliptic-curve"
4289version = "0.12.3"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4292dependencies = [
4293 "base16ct",
4294 "crypto-bigint 0.4.9",
4295 "der 0.6.1",
4296 "digest",
4297 "ff",
4298 "generic-array",
4299 "group",
4300 "pkcs8 0.9.0",
4301 "rand_core 0.6.4",
4302 "sec1",
4303 "subtle",
4304 "zeroize",
4305]
4306
4307[[package]]
4308name = "embed-resource"
4309version = "3.0.2"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4312dependencies = [
4313 "cc",
4314 "memchr",
4315 "rustc_version",
4316 "toml 0.8.20",
4317 "vswhom",
4318 "winreg 0.52.0",
4319]
4320
4321[[package]]
4322name = "embedded-io"
4323version = "0.4.0"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4326
4327[[package]]
4328name = "embedded-io"
4329version = "0.6.1"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4332
4333[[package]]
4334name = "emojis"
4335version = "0.6.4"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4338dependencies = [
4339 "phf",
4340]
4341
4342[[package]]
4343name = "encode_unicode"
4344version = "0.3.6"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4347
4348[[package]]
4349name = "encoding_rs"
4350version = "0.8.35"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4353dependencies = [
4354 "cfg-if",
4355]
4356
4357[[package]]
4358name = "endi"
4359version = "1.1.0"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4362
4363[[package]]
4364name = "enumflags2"
4365version = "0.7.10"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4368dependencies = [
4369 "enumflags2_derive",
4370 "serde",
4371]
4372
4373[[package]]
4374name = "enumflags2_derive"
4375version = "0.7.10"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4378dependencies = [
4379 "proc-macro2",
4380 "quote",
4381 "syn 2.0.100",
4382]
4383
4384[[package]]
4385name = "env_filter"
4386version = "0.1.2"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4389dependencies = [
4390 "log",
4391 "regex",
4392]
4393
4394[[package]]
4395name = "env_home"
4396version = "0.1.0"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4399
4400[[package]]
4401name = "env_logger"
4402version = "0.10.2"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4405dependencies = [
4406 "humantime",
4407 "is-terminal",
4408 "log",
4409 "regex",
4410 "termcolor",
4411]
4412
4413[[package]]
4414name = "env_logger"
4415version = "0.11.7"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4418dependencies = [
4419 "anstream",
4420 "anstyle",
4421 "env_filter",
4422 "jiff",
4423 "log",
4424]
4425
4426[[package]]
4427name = "envy"
4428version = "0.4.2"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4431dependencies = [
4432 "serde",
4433]
4434
4435[[package]]
4436name = "equivalent"
4437version = "1.0.1"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4440
4441[[package]]
4442name = "erased-serde"
4443version = "0.4.5"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4446dependencies = [
4447 "serde",
4448 "typeid",
4449]
4450
4451[[package]]
4452name = "errno"
4453version = "0.2.8"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4456dependencies = [
4457 "errno-dragonfly",
4458 "libc",
4459 "winapi",
4460]
4461
4462[[package]]
4463name = "errno"
4464version = "0.3.10"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4467dependencies = [
4468 "libc",
4469 "windows-sys 0.59.0",
4470]
4471
4472[[package]]
4473name = "errno-dragonfly"
4474version = "0.1.2"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4477dependencies = [
4478 "cc",
4479 "libc",
4480]
4481
4482[[package]]
4483name = "etagere"
4484version = "0.2.15"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4487dependencies = [
4488 "euclid",
4489 "svg_fmt",
4490]
4491
4492[[package]]
4493name = "etcetera"
4494version = "0.8.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4497dependencies = [
4498 "cfg-if",
4499 "home",
4500 "windows-sys 0.48.0",
4501]
4502
4503[[package]]
4504name = "euclid"
4505version = "0.22.11"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4508dependencies = [
4509 "num-traits",
4510]
4511
4512[[package]]
4513name = "evals"
4514version = "0.1.0"
4515dependencies = [
4516 "anyhow",
4517 "clap",
4518 "client",
4519 "clock",
4520 "collections",
4521 "env_logger 0.11.7",
4522 "feature_flags",
4523 "fs",
4524 "gpui",
4525 "http_client",
4526 "language",
4527 "languages",
4528 "node_runtime",
4529 "open_ai",
4530 "project",
4531 "reqwest_client",
4532 "semantic_index",
4533 "serde",
4534 "serde_json",
4535 "settings",
4536 "smol",
4537 "util",
4538]
4539
4540[[package]]
4541name = "event-listener"
4542version = "2.5.3"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4545
4546[[package]]
4547name = "event-listener"
4548version = "5.3.1"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4551dependencies = [
4552 "concurrent-queue",
4553 "parking",
4554 "pin-project-lite",
4555]
4556
4557[[package]]
4558name = "event-listener-strategy"
4559version = "0.5.3"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4562dependencies = [
4563 "event-listener 5.3.1",
4564 "pin-project-lite",
4565]
4566
4567[[package]]
4568name = "exec"
4569version = "0.3.1"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4572dependencies = [
4573 "errno 0.2.8",
4574 "libc",
4575]
4576
4577[[package]]
4578name = "exr"
4579version = "1.73.0"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4582dependencies = [
4583 "bit_field",
4584 "half",
4585 "lebe",
4586 "miniz_oxide",
4587 "rayon-core",
4588 "smallvec",
4589 "zune-inflate",
4590]
4591
4592[[package]]
4593name = "extension"
4594version = "0.1.0"
4595dependencies = [
4596 "anyhow",
4597 "async-compression",
4598 "async-tar",
4599 "async-trait",
4600 "collections",
4601 "convert_case 0.8.0",
4602 "fs",
4603 "futures 0.3.31",
4604 "gpui",
4605 "http_client",
4606 "language",
4607 "log",
4608 "lsp",
4609 "parking_lot",
4610 "semantic_version",
4611 "serde",
4612 "serde_json",
4613 "toml 0.8.20",
4614 "util",
4615 "wasm-encoder 0.221.3",
4616 "wasmparser 0.221.3",
4617 "wit-component 0.221.3",
4618]
4619
4620[[package]]
4621name = "extension_cli"
4622version = "0.1.0"
4623dependencies = [
4624 "anyhow",
4625 "clap",
4626 "env_logger 0.11.7",
4627 "extension",
4628 "fs",
4629 "language",
4630 "log",
4631 "reqwest_client",
4632 "rpc",
4633 "serde",
4634 "serde_json",
4635 "theme",
4636 "tokio",
4637 "toml 0.8.20",
4638 "tree-sitter",
4639 "wasmtime",
4640]
4641
4642[[package]]
4643name = "extension_host"
4644version = "0.1.0"
4645dependencies = [
4646 "anyhow",
4647 "async-compression",
4648 "async-tar",
4649 "async-trait",
4650 "client",
4651 "collections",
4652 "context_server_settings",
4653 "ctor",
4654 "env_logger 0.11.7",
4655 "extension",
4656 "fs",
4657 "futures 0.3.31",
4658 "gpui",
4659 "http_client",
4660 "language",
4661 "language_extension",
4662 "log",
4663 "lsp",
4664 "node_runtime",
4665 "parking_lot",
4666 "paths",
4667 "project",
4668 "release_channel",
4669 "remote",
4670 "reqwest_client",
4671 "schemars",
4672 "semantic_version",
4673 "serde",
4674 "serde_json",
4675 "serde_json_lenient",
4676 "settings",
4677 "task",
4678 "telemetry",
4679 "tempfile",
4680 "theme",
4681 "theme_extension",
4682 "toml 0.8.20",
4683 "url",
4684 "util",
4685 "wasmparser 0.221.3",
4686 "wasmtime",
4687 "wasmtime-wasi",
4688]
4689
4690[[package]]
4691name = "extensions_ui"
4692version = "0.1.0"
4693dependencies = [
4694 "anyhow",
4695 "client",
4696 "collections",
4697 "db",
4698 "editor",
4699 "extension_host",
4700 "feature_flags",
4701 "fs",
4702 "fuzzy",
4703 "gpui",
4704 "language",
4705 "num-format",
4706 "picker",
4707 "project",
4708 "release_channel",
4709 "semantic_version",
4710 "serde",
4711 "settings",
4712 "smallvec",
4713 "telemetry",
4714 "theme",
4715 "ui",
4716 "util",
4717 "vim_mode_setting",
4718 "workspace",
4719 "zed_actions",
4720]
4721
4722[[package]]
4723name = "fallible-iterator"
4724version = "0.3.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4727
4728[[package]]
4729name = "fancy-regex"
4730version = "0.13.0"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4733dependencies = [
4734 "bit-set 0.5.3",
4735 "regex-automata 0.4.9",
4736 "regex-syntax 0.8.5",
4737]
4738
4739[[package]]
4740name = "fancy-regex"
4741version = "0.14.0"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4744dependencies = [
4745 "bit-set 0.8.0",
4746 "regex-automata 0.4.9",
4747 "regex-syntax 0.8.5",
4748]
4749
4750[[package]]
4751name = "fast-srgb8"
4752version = "1.0.0"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4755
4756[[package]]
4757name = "fastrand"
4758version = "1.9.0"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4761dependencies = [
4762 "instant",
4763]
4764
4765[[package]]
4766name = "fastrand"
4767version = "2.3.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4770
4771[[package]]
4772name = "fd-lock"
4773version = "4.0.2"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4776dependencies = [
4777 "cfg-if",
4778 "rustix",
4779 "windows-sys 0.52.0",
4780]
4781
4782[[package]]
4783name = "fdeflate"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4787dependencies = [
4788 "simd-adler32",
4789]
4790
4791[[package]]
4792name = "feature_flags"
4793version = "0.1.0"
4794dependencies = [
4795 "futures 0.3.31",
4796 "gpui",
4797 "smol",
4798]
4799
4800[[package]]
4801name = "feedback"
4802version = "0.1.0"
4803dependencies = [
4804 "anyhow",
4805 "bitflags 2.8.0",
4806 "client",
4807 "db",
4808 "editor",
4809 "futures 0.3.31",
4810 "gpui",
4811 "http_client",
4812 "human_bytes",
4813 "language",
4814 "log",
4815 "menu",
4816 "project",
4817 "regex",
4818 "release_channel",
4819 "serde",
4820 "serde_derive",
4821 "serde_json",
4822 "smol",
4823 "sysinfo",
4824 "ui",
4825 "urlencoding",
4826 "util",
4827 "workspace",
4828 "zed_actions",
4829]
4830
4831[[package]]
4832name = "ff"
4833version = "0.12.1"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4836dependencies = [
4837 "rand_core 0.6.4",
4838 "subtle",
4839]
4840
4841[[package]]
4842name = "file_finder"
4843version = "0.1.0"
4844dependencies = [
4845 "anyhow",
4846 "collections",
4847 "ctor",
4848 "editor",
4849 "env_logger 0.11.7",
4850 "file_icons",
4851 "futures 0.3.31",
4852 "fuzzy",
4853 "gpui",
4854 "language",
4855 "menu",
4856 "picker",
4857 "project",
4858 "schemars",
4859 "serde",
4860 "serde_derive",
4861 "serde_json",
4862 "settings",
4863 "text",
4864 "theme",
4865 "ui",
4866 "util",
4867 "workspace",
4868]
4869
4870[[package]]
4871name = "file_icons"
4872version = "0.1.0"
4873dependencies = [
4874 "gpui",
4875 "serde",
4876 "settings",
4877 "theme",
4878 "util",
4879]
4880
4881[[package]]
4882name = "filedescriptor"
4883version = "0.8.3"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4886dependencies = [
4887 "libc",
4888 "thiserror 1.0.69",
4889 "winapi",
4890]
4891
4892[[package]]
4893name = "filetime"
4894version = "0.2.25"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4897dependencies = [
4898 "cfg-if",
4899 "libc",
4900 "libredox",
4901 "windows-sys 0.59.0",
4902]
4903
4904[[package]]
4905name = "fixedbitset"
4906version = "0.4.2"
4907source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4909
4910[[package]]
4911name = "flate2"
4912version = "1.0.35"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4915dependencies = [
4916 "crc32fast",
4917 "miniz_oxide",
4918]
4919
4920[[package]]
4921name = "float-cmp"
4922version = "0.9.0"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4925
4926[[package]]
4927name = "float-ord"
4928version = "0.3.2"
4929source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4931
4932[[package]]
4933name = "float_next_after"
4934version = "1.0.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4937
4938[[package]]
4939name = "flume"
4940version = "0.11.1"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4943dependencies = [
4944 "futures-core",
4945 "futures-sink",
4946 "nanorand",
4947 "spin",
4948]
4949
4950[[package]]
4951name = "fnv"
4952version = "1.0.7"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4955
4956[[package]]
4957name = "foldhash"
4958version = "0.1.3"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4961
4962[[package]]
4963name = "font-kit"
4964version = "0.14.1"
4965source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4966dependencies = [
4967 "bitflags 2.8.0",
4968 "byteorder",
4969 "core-foundation 0.9.4",
4970 "core-graphics 0.23.2",
4971 "core-text",
4972 "dirs 5.0.1",
4973 "dwrote",
4974 "float-ord",
4975 "freetype-sys",
4976 "lazy_static",
4977 "libc",
4978 "log",
4979 "pathfinder_geometry",
4980 "pathfinder_simd",
4981 "walkdir",
4982 "winapi",
4983 "yeslogic-fontconfig-sys",
4984]
4985
4986[[package]]
4987name = "font-types"
4988version = "0.7.3"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4991dependencies = [
4992 "bytemuck",
4993]
4994
4995[[package]]
4996name = "fontconfig-parser"
4997version = "0.5.7"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5000dependencies = [
5001 "roxmltree",
5002]
5003
5004[[package]]
5005name = "fontdb"
5006version = "0.18.0"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5009dependencies = [
5010 "fontconfig-parser",
5011 "log",
5012 "memmap2",
5013 "slotmap",
5014 "tinyvec",
5015 "ttf-parser 0.21.1",
5016]
5017
5018[[package]]
5019name = "fontdb"
5020version = "0.23.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5023dependencies = [
5024 "fontconfig-parser",
5025 "log",
5026 "memmap2",
5027 "slotmap",
5028 "tinyvec",
5029 "ttf-parser 0.25.1",
5030]
5031
5032[[package]]
5033name = "foreign-types"
5034version = "0.3.2"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5037dependencies = [
5038 "foreign-types-shared 0.1.1",
5039]
5040
5041[[package]]
5042name = "foreign-types"
5043version = "0.5.0"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5046dependencies = [
5047 "foreign-types-macros",
5048 "foreign-types-shared 0.3.1",
5049]
5050
5051[[package]]
5052name = "foreign-types-macros"
5053version = "0.2.3"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5056dependencies = [
5057 "proc-macro2",
5058 "quote",
5059 "syn 2.0.100",
5060]
5061
5062[[package]]
5063name = "foreign-types-shared"
5064version = "0.1.1"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5067
5068[[package]]
5069name = "foreign-types-shared"
5070version = "0.3.1"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5073
5074[[package]]
5075name = "fork"
5076version = "0.2.0"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5079dependencies = [
5080 "libc",
5081]
5082
5083[[package]]
5084name = "form_urlencoded"
5085version = "1.2.1"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5088dependencies = [
5089 "percent-encoding",
5090]
5091
5092[[package]]
5093name = "freetype-sys"
5094version = "0.20.1"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5097dependencies = [
5098 "cc",
5099 "libc",
5100 "pkg-config",
5101]
5102
5103[[package]]
5104name = "fs"
5105version = "0.1.0"
5106dependencies = [
5107 "anyhow",
5108 "ashpd",
5109 "async-tar",
5110 "async-trait",
5111 "cocoa 0.26.0",
5112 "collections",
5113 "fsevent",
5114 "futures 0.3.31",
5115 "git",
5116 "git2",
5117 "gpui",
5118 "libc",
5119 "log",
5120 "notify 6.1.1",
5121 "objc",
5122 "parking_lot",
5123 "paths",
5124 "proto",
5125 "rope",
5126 "serde",
5127 "serde_json",
5128 "smol",
5129 "tempfile",
5130 "text",
5131 "time",
5132 "util",
5133 "windows 0.60.0",
5134]
5135
5136[[package]]
5137name = "fs-set-times"
5138version = "0.20.2"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5141dependencies = [
5142 "io-lifetimes",
5143 "rustix",
5144 "windows-sys 0.59.0",
5145]
5146
5147[[package]]
5148name = "fs2"
5149version = "0.4.3"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5152dependencies = [
5153 "libc",
5154 "winapi",
5155]
5156
5157[[package]]
5158name = "fs_extra"
5159version = "1.3.0"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5162
5163[[package]]
5164name = "fsevent"
5165version = "0.1.0"
5166dependencies = [
5167 "bitflags 2.8.0",
5168 "core-foundation 0.9.4",
5169 "fsevent-sys 3.1.0",
5170 "parking_lot",
5171 "tempfile",
5172]
5173
5174[[package]]
5175name = "fsevent-sys"
5176version = "3.1.0"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5179dependencies = [
5180 "libc",
5181]
5182
5183[[package]]
5184name = "fsevent-sys"
5185version = "4.1.0"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5188dependencies = [
5189 "libc",
5190]
5191
5192[[package]]
5193name = "funty"
5194version = "2.0.0"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5197
5198[[package]]
5199name = "futf"
5200version = "0.1.5"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5203dependencies = [
5204 "mac",
5205 "new_debug_unreachable",
5206]
5207
5208[[package]]
5209name = "futures"
5210version = "0.1.31"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5213
5214[[package]]
5215name = "futures"
5216version = "0.3.31"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5219dependencies = [
5220 "futures-channel",
5221 "futures-core",
5222 "futures-executor",
5223 "futures-io",
5224 "futures-sink",
5225 "futures-task",
5226 "futures-util",
5227]
5228
5229[[package]]
5230name = "futures-batch"
5231version = "0.6.1"
5232source = "registry+https://github.com/rust-lang/crates.io-index"
5233checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5234dependencies = [
5235 "futures 0.3.31",
5236 "futures-timer",
5237 "pin-utils",
5238]
5239
5240[[package]]
5241name = "futures-channel"
5242version = "0.3.31"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5245dependencies = [
5246 "futures-core",
5247 "futures-sink",
5248]
5249
5250[[package]]
5251name = "futures-core"
5252version = "0.3.31"
5253source = "registry+https://github.com/rust-lang/crates.io-index"
5254checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5255
5256[[package]]
5257name = "futures-executor"
5258version = "0.3.31"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5261dependencies = [
5262 "futures-core",
5263 "futures-task",
5264 "futures-util",
5265]
5266
5267[[package]]
5268name = "futures-intrusive"
5269version = "0.5.0"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5272dependencies = [
5273 "futures-core",
5274 "lock_api",
5275 "parking_lot",
5276]
5277
5278[[package]]
5279name = "futures-io"
5280version = "0.3.31"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5283
5284[[package]]
5285name = "futures-lite"
5286version = "1.13.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5289dependencies = [
5290 "fastrand 1.9.0",
5291 "futures-core",
5292 "futures-io",
5293 "memchr",
5294 "parking",
5295 "pin-project-lite",
5296 "waker-fn",
5297]
5298
5299[[package]]
5300name = "futures-lite"
5301version = "2.6.0"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5304dependencies = [
5305 "fastrand 2.3.0",
5306 "futures-core",
5307 "futures-io",
5308 "parking",
5309 "pin-project-lite",
5310]
5311
5312[[package]]
5313name = "futures-macro"
5314version = "0.3.31"
5315source = "registry+https://github.com/rust-lang/crates.io-index"
5316checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5317dependencies = [
5318 "proc-macro2",
5319 "quote",
5320 "syn 2.0.100",
5321]
5322
5323[[package]]
5324name = "futures-sink"
5325version = "0.3.31"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5328
5329[[package]]
5330name = "futures-task"
5331version = "0.3.31"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5334
5335[[package]]
5336name = "futures-timer"
5337version = "3.0.3"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5340
5341[[package]]
5342name = "futures-util"
5343version = "0.3.31"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5346dependencies = [
5347 "futures 0.1.31",
5348 "futures-channel",
5349 "futures-core",
5350 "futures-io",
5351 "futures-macro",
5352 "futures-sink",
5353 "futures-task",
5354 "memchr",
5355 "pin-project-lite",
5356 "pin-utils",
5357 "slab",
5358 "tokio-io",
5359]
5360
5361[[package]]
5362name = "fuzzy"
5363version = "0.1.0"
5364dependencies = [
5365 "gpui",
5366 "log",
5367 "util",
5368]
5369
5370[[package]]
5371name = "fuzzy-matcher"
5372version = "0.3.7"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5375dependencies = [
5376 "thread_local",
5377]
5378
5379[[package]]
5380name = "generic-array"
5381version = "0.14.7"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5384dependencies = [
5385 "typenum",
5386 "version_check",
5387]
5388
5389[[package]]
5390name = "gethostname"
5391version = "0.4.3"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5394dependencies = [
5395 "libc",
5396 "windows-targets 0.48.5",
5397]
5398
5399[[package]]
5400name = "getrandom"
5401version = "0.1.16"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5404dependencies = [
5405 "cfg-if",
5406 "libc",
5407 "wasi 0.9.0+wasi-snapshot-preview1",
5408]
5409
5410[[package]]
5411name = "getrandom"
5412version = "0.2.15"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5415dependencies = [
5416 "cfg-if",
5417 "js-sys",
5418 "libc",
5419 "wasi 0.11.0+wasi-snapshot-preview1",
5420 "wasm-bindgen",
5421]
5422
5423[[package]]
5424name = "getrandom"
5425version = "0.3.1"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5428dependencies = [
5429 "cfg-if",
5430 "libc",
5431 "wasi 0.13.3+wasi-0.2.2",
5432 "windows-targets 0.52.6",
5433]
5434
5435[[package]]
5436name = "gif"
5437version = "0.13.1"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5440dependencies = [
5441 "color_quant",
5442 "weezl",
5443]
5444
5445[[package]]
5446name = "gimli"
5447version = "0.31.1"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5450dependencies = [
5451 "fallible-iterator",
5452 "indexmap",
5453 "stable_deref_trait",
5454]
5455
5456[[package]]
5457name = "git"
5458version = "0.1.0"
5459dependencies = [
5460 "anyhow",
5461 "askpass",
5462 "async-trait",
5463 "collections",
5464 "derive_more",
5465 "futures 0.3.31",
5466 "git2",
5467 "gpui",
5468 "http_client",
5469 "log",
5470 "parking_lot",
5471 "pretty_assertions",
5472 "regex",
5473 "rope",
5474 "schemars",
5475 "serde",
5476 "serde_json",
5477 "smol",
5478 "sum_tree",
5479 "text",
5480 "time",
5481 "unindent",
5482 "url",
5483 "util",
5484]
5485
5486[[package]]
5487name = "git2"
5488version = "0.20.0"
5489source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5490dependencies = [
5491 "bitflags 2.8.0",
5492 "libc",
5493 "libgit2-sys",
5494 "log",
5495 "url",
5496]
5497
5498[[package]]
5499name = "git_hosting_providers"
5500version = "0.1.0"
5501dependencies = [
5502 "anyhow",
5503 "async-trait",
5504 "futures 0.3.31",
5505 "git",
5506 "gpui",
5507 "http_client",
5508 "indoc",
5509 "pretty_assertions",
5510 "regex",
5511 "schemars",
5512 "serde",
5513 "serde_json",
5514 "settings",
5515 "url",
5516 "util",
5517]
5518
5519[[package]]
5520name = "git_ui"
5521version = "0.1.0"
5522dependencies = [
5523 "anyhow",
5524 "askpass",
5525 "assistant_settings",
5526 "buffer_diff",
5527 "chrono",
5528 "collections",
5529 "command_palette_hooks",
5530 "component",
5531 "ctor",
5532 "db",
5533 "editor",
5534 "env_logger 0.11.7",
5535 "futures 0.3.31",
5536 "fuzzy",
5537 "git",
5538 "gpui",
5539 "itertools 0.14.0",
5540 "language",
5541 "language_model",
5542 "linkify",
5543 "linkme",
5544 "log",
5545 "menu",
5546 "multi_buffer",
5547 "notifications",
5548 "panel",
5549 "picker",
5550 "postage",
5551 "pretty_assertions",
5552 "project",
5553 "schemars",
5554 "serde",
5555 "serde_derive",
5556 "serde_json",
5557 "settings",
5558 "smallvec",
5559 "strum",
5560 "telemetry",
5561 "theme",
5562 "time",
5563 "time_format",
5564 "ui",
5565 "unindent",
5566 "util",
5567 "windows 0.60.0",
5568 "workspace",
5569 "zed_actions",
5570]
5571
5572[[package]]
5573name = "glob"
5574version = "0.3.1"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5577
5578[[package]]
5579name = "globset"
5580version = "0.4.16"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5583dependencies = [
5584 "aho-corasick",
5585 "bstr",
5586 "log",
5587 "regex-automata 0.4.9",
5588 "regex-syntax 0.8.5",
5589]
5590
5591[[package]]
5592name = "gloo-timers"
5593version = "0.3.0"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5596dependencies = [
5597 "futures-channel",
5598 "futures-core",
5599 "js-sys",
5600 "wasm-bindgen",
5601]
5602
5603[[package]]
5604name = "glow"
5605version = "0.14.2"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5608dependencies = [
5609 "js-sys",
5610 "slotmap",
5611 "wasm-bindgen",
5612 "web-sys",
5613]
5614
5615[[package]]
5616name = "go_to_line"
5617version = "0.1.0"
5618dependencies = [
5619 "anyhow",
5620 "editor",
5621 "gpui",
5622 "indoc",
5623 "language",
5624 "menu",
5625 "project",
5626 "rope",
5627 "schemars",
5628 "serde",
5629 "serde_json",
5630 "settings",
5631 "text",
5632 "theme",
5633 "tree-sitter-rust",
5634 "tree-sitter-typescript",
5635 "ui",
5636 "util",
5637 "workspace",
5638]
5639
5640[[package]]
5641name = "google_ai"
5642version = "0.1.0"
5643dependencies = [
5644 "anyhow",
5645 "futures 0.3.31",
5646 "http_client",
5647 "schemars",
5648 "serde",
5649 "serde_json",
5650 "strum",
5651]
5652
5653[[package]]
5654name = "gpu-alloc"
5655version = "0.6.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5658dependencies = [
5659 "bitflags 2.8.0",
5660 "gpu-alloc-types",
5661]
5662
5663[[package]]
5664name = "gpu-alloc-ash"
5665version = "0.7.0"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5668dependencies = [
5669 "ash",
5670 "gpu-alloc-types",
5671 "tinyvec",
5672]
5673
5674[[package]]
5675name = "gpu-alloc-types"
5676version = "0.3.0"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5679dependencies = [
5680 "bitflags 2.8.0",
5681]
5682
5683[[package]]
5684name = "gpui"
5685version = "0.1.0"
5686dependencies = [
5687 "anyhow",
5688 "as-raw-xcb-connection",
5689 "ashpd",
5690 "async-task",
5691 "backtrace",
5692 "bindgen 0.70.1",
5693 "blade-graphics",
5694 "blade-macros",
5695 "blade-util",
5696 "block",
5697 "bytemuck",
5698 "calloop",
5699 "calloop-wayland-source",
5700 "cbindgen 0.28.0",
5701 "cocoa 0.26.0",
5702 "collections",
5703 "core-foundation 0.9.4",
5704 "core-foundation-sys",
5705 "core-graphics 0.23.2",
5706 "core-text",
5707 "cosmic-text",
5708 "ctor",
5709 "derive_more",
5710 "embed-resource",
5711 "env_logger 0.11.7",
5712 "etagere",
5713 "filedescriptor",
5714 "flume",
5715 "font-kit",
5716 "foreign-types 0.5.0",
5717 "futures 0.3.31",
5718 "gpui_macros",
5719 "http_client",
5720 "image",
5721 "inventory",
5722 "itertools 0.14.0",
5723 "log",
5724 "lyon",
5725 "media",
5726 "metal",
5727 "naga",
5728 "num_cpus",
5729 "objc",
5730 "objc2",
5731 "objc2-metal",
5732 "oo7",
5733 "open",
5734 "parking",
5735 "parking_lot",
5736 "pathfinder_geometry",
5737 "postage",
5738 "profiling",
5739 "rand 0.8.5",
5740 "raw-window-handle",
5741 "refineable",
5742 "reqwest_client",
5743 "resvg",
5744 "schemars",
5745 "seahash",
5746 "semantic_version",
5747 "serde",
5748 "serde_derive",
5749 "serde_json",
5750 "slotmap",
5751 "smallvec",
5752 "smol",
5753 "strum",
5754 "sum_tree",
5755 "taffy",
5756 "thiserror 1.0.69",
5757 "unicode-segmentation",
5758 "usvg",
5759 "util",
5760 "uuid",
5761 "waker-fn",
5762 "wayland-backend",
5763 "wayland-client",
5764 "wayland-cursor",
5765 "wayland-protocols",
5766 "wayland-protocols-plasma",
5767 "windows 0.60.0",
5768 "windows-core 0.60.1",
5769 "x11-clipboard",
5770 "x11rb",
5771 "xim",
5772 "xkbcommon",
5773]
5774
5775[[package]]
5776name = "gpui_macros"
5777version = "0.1.0"
5778dependencies = [
5779 "gpui",
5780 "proc-macro2",
5781 "quote",
5782 "syn 1.0.109",
5783]
5784
5785[[package]]
5786name = "gpui_tokio"
5787version = "0.1.0"
5788dependencies = [
5789 "gpui",
5790 "tokio",
5791 "util",
5792]
5793
5794[[package]]
5795name = "grid"
5796version = "0.13.0"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5799
5800[[package]]
5801name = "group"
5802version = "0.12.1"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5805dependencies = [
5806 "ff",
5807 "rand_core 0.6.4",
5808 "subtle",
5809]
5810
5811[[package]]
5812name = "h2"
5813version = "0.3.26"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5816dependencies = [
5817 "bytes 1.10.1",
5818 "fnv",
5819 "futures-core",
5820 "futures-sink",
5821 "futures-util",
5822 "http 0.2.12",
5823 "indexmap",
5824 "slab",
5825 "tokio",
5826 "tokio-util",
5827 "tracing",
5828]
5829
5830[[package]]
5831name = "h2"
5832version = "0.4.7"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5835dependencies = [
5836 "atomic-waker",
5837 "bytes 1.10.1",
5838 "fnv",
5839 "futures-core",
5840 "futures-sink",
5841 "http 1.2.0",
5842 "indexmap",
5843 "slab",
5844 "tokio",
5845 "tokio-util",
5846 "tracing",
5847]
5848
5849[[package]]
5850name = "half"
5851version = "2.4.1"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5854dependencies = [
5855 "cfg-if",
5856 "crunchy",
5857]
5858
5859[[package]]
5860name = "handlebars"
5861version = "4.5.0"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5864dependencies = [
5865 "log",
5866 "pest",
5867 "pest_derive",
5868 "serde",
5869 "serde_json",
5870 "thiserror 1.0.69",
5871]
5872
5873[[package]]
5874name = "handlebars"
5875version = "6.2.0"
5876source = "registry+https://github.com/rust-lang/crates.io-index"
5877checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5878dependencies = [
5879 "log",
5880 "num-order",
5881 "pest",
5882 "pest_derive",
5883 "serde",
5884 "serde_json",
5885 "thiserror 1.0.69",
5886]
5887
5888[[package]]
5889name = "hashbrown"
5890version = "0.12.3"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5893dependencies = [
5894 "ahash 0.7.8",
5895]
5896
5897[[package]]
5898name = "hashbrown"
5899version = "0.14.5"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5902dependencies = [
5903 "ahash 0.8.11",
5904 "allocator-api2",
5905]
5906
5907[[package]]
5908name = "hashbrown"
5909version = "0.15.2"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5912dependencies = [
5913 "allocator-api2",
5914 "equivalent",
5915 "foldhash",
5916 "serde",
5917]
5918
5919[[package]]
5920name = "hashlink"
5921version = "0.8.4"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5924dependencies = [
5925 "hashbrown 0.14.5",
5926]
5927
5928[[package]]
5929name = "hashlink"
5930version = "0.10.0"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5933dependencies = [
5934 "hashbrown 0.15.2",
5935]
5936
5937[[package]]
5938name = "headers"
5939version = "0.3.9"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5942dependencies = [
5943 "base64 0.21.7",
5944 "bytes 1.10.1",
5945 "headers-core",
5946 "http 0.2.12",
5947 "httpdate",
5948 "mime",
5949 "sha1",
5950]
5951
5952[[package]]
5953name = "headers-core"
5954version = "0.2.0"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5957dependencies = [
5958 "http 0.2.12",
5959]
5960
5961[[package]]
5962name = "heck"
5963version = "0.3.3"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5966dependencies = [
5967 "unicode-segmentation",
5968]
5969
5970[[package]]
5971name = "heck"
5972version = "0.4.1"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5975dependencies = [
5976 "unicode-segmentation",
5977]
5978
5979[[package]]
5980name = "heck"
5981version = "0.5.0"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5984
5985[[package]]
5986name = "heed"
5987version = "0.21.0"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5990dependencies = [
5991 "bitflags 2.8.0",
5992 "byteorder",
5993 "heed-traits",
5994 "heed-types",
5995 "libc",
5996 "lmdb-master-sys",
5997 "once_cell",
5998 "page_size",
5999 "serde",
6000 "synchronoise",
6001 "url",
6002]
6003
6004[[package]]
6005name = "heed-traits"
6006version = "0.20.0"
6007source = "registry+https://github.com/rust-lang/crates.io-index"
6008checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6009
6010[[package]]
6011name = "heed-types"
6012version = "0.21.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6015dependencies = [
6016 "bincode",
6017 "byteorder",
6018 "heed-traits",
6019 "serde",
6020 "serde_json",
6021]
6022
6023[[package]]
6024name = "hermit-abi"
6025version = "0.3.9"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6028
6029[[package]]
6030name = "hermit-abi"
6031version = "0.4.0"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6034
6035[[package]]
6036name = "hex"
6037version = "0.4.3"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6040
6041[[package]]
6042name = "hexf-parse"
6043version = "0.2.1"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6046
6047[[package]]
6048name = "hidden-trait"
6049version = "0.1.2"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6052dependencies = [
6053 "proc-macro2",
6054 "quote",
6055 "syn 1.0.109",
6056]
6057
6058[[package]]
6059name = "hkdf"
6060version = "0.12.4"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6063dependencies = [
6064 "hmac",
6065]
6066
6067[[package]]
6068name = "hmac"
6069version = "0.12.1"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
6071checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6072dependencies = [
6073 "digest",
6074]
6075
6076[[package]]
6077name = "home"
6078version = "0.5.9"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6081dependencies = [
6082 "windows-sys 0.52.0",
6083]
6084
6085[[package]]
6086name = "hound"
6087version = "3.5.1"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6090
6091[[package]]
6092name = "html5ever"
6093version = "0.27.0"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6096dependencies = [
6097 "log",
6098 "mac",
6099 "markup5ever",
6100 "proc-macro2",
6101 "quote",
6102 "syn 2.0.100",
6103]
6104
6105[[package]]
6106name = "html_to_markdown"
6107version = "0.1.0"
6108dependencies = [
6109 "anyhow",
6110 "html5ever",
6111 "indoc",
6112 "markup5ever_rcdom",
6113 "pretty_assertions",
6114 "regex",
6115]
6116
6117[[package]]
6118name = "http"
6119version = "0.2.12"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6122dependencies = [
6123 "bytes 1.10.1",
6124 "fnv",
6125 "itoa",
6126]
6127
6128[[package]]
6129name = "http"
6130version = "1.2.0"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6133dependencies = [
6134 "bytes 1.10.1",
6135 "fnv",
6136 "itoa",
6137]
6138
6139[[package]]
6140name = "http-body"
6141version = "0.4.6"
6142source = "registry+https://github.com/rust-lang/crates.io-index"
6143checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6144dependencies = [
6145 "bytes 1.10.1",
6146 "http 0.2.12",
6147 "pin-project-lite",
6148]
6149
6150[[package]]
6151name = "http-body"
6152version = "1.0.1"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6155dependencies = [
6156 "bytes 1.10.1",
6157 "http 1.2.0",
6158]
6159
6160[[package]]
6161name = "http-body-util"
6162version = "0.1.2"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6165dependencies = [
6166 "bytes 1.10.1",
6167 "futures-util",
6168 "http 1.2.0",
6169 "http-body 1.0.1",
6170 "pin-project-lite",
6171]
6172
6173[[package]]
6174name = "http-range-header"
6175version = "0.3.1"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6178
6179[[package]]
6180name = "http-types"
6181version = "2.12.0"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6184dependencies = [
6185 "anyhow",
6186 "async-channel 1.9.0",
6187 "base64 0.13.1",
6188 "futures-lite 1.13.0",
6189 "http 0.2.12",
6190 "infer",
6191 "pin-project-lite",
6192 "rand 0.7.3",
6193 "serde",
6194 "serde_json",
6195 "serde_qs 0.8.5",
6196 "serde_urlencoded",
6197 "url",
6198]
6199
6200[[package]]
6201name = "http_client"
6202version = "0.1.0"
6203dependencies = [
6204 "anyhow",
6205 "bytes 1.10.1",
6206 "derive_more",
6207 "futures 0.3.31",
6208 "http 1.2.0",
6209 "log",
6210 "serde",
6211 "serde_json",
6212 "url",
6213]
6214
6215[[package]]
6216name = "http_client_tls"
6217version = "0.1.0"
6218dependencies = [
6219 "rustls 0.23.23",
6220 "rustls-platform-verifier",
6221]
6222
6223[[package]]
6224name = "httparse"
6225version = "1.9.5"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6228
6229[[package]]
6230name = "httpdate"
6231version = "1.0.3"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6234
6235[[package]]
6236name = "human_bytes"
6237version = "0.4.3"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6240
6241[[package]]
6242name = "humantime"
6243version = "2.1.0"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6246
6247[[package]]
6248name = "hyper"
6249version = "0.14.32"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6252dependencies = [
6253 "bytes 1.10.1",
6254 "futures-channel",
6255 "futures-core",
6256 "futures-util",
6257 "h2 0.3.26",
6258 "http 0.2.12",
6259 "http-body 0.4.6",
6260 "httparse",
6261 "httpdate",
6262 "itoa",
6263 "pin-project-lite",
6264 "socket2",
6265 "tokio",
6266 "tower-service",
6267 "tracing",
6268 "want",
6269]
6270
6271[[package]]
6272name = "hyper"
6273version = "1.5.1"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6276dependencies = [
6277 "bytes 1.10.1",
6278 "futures-channel",
6279 "futures-util",
6280 "h2 0.4.7",
6281 "http 1.2.0",
6282 "http-body 1.0.1",
6283 "httparse",
6284 "itoa",
6285 "pin-project-lite",
6286 "smallvec",
6287 "tokio",
6288 "want",
6289]
6290
6291[[package]]
6292name = "hyper-rustls"
6293version = "0.24.2"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6296dependencies = [
6297 "futures-util",
6298 "http 0.2.12",
6299 "hyper 0.14.32",
6300 "log",
6301 "rustls 0.21.12",
6302 "rustls-native-certs 0.6.3",
6303 "tokio",
6304 "tokio-rustls 0.24.1",
6305]
6306
6307[[package]]
6308name = "hyper-rustls"
6309version = "0.27.3"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6312dependencies = [
6313 "futures-util",
6314 "http 1.2.0",
6315 "hyper 1.5.1",
6316 "hyper-util",
6317 "rustls 0.23.23",
6318 "rustls-native-certs 0.8.1",
6319 "rustls-pki-types",
6320 "tokio",
6321 "tokio-rustls 0.26.1",
6322 "tower-service",
6323]
6324
6325[[package]]
6326name = "hyper-tls"
6327version = "0.5.0"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6330dependencies = [
6331 "bytes 1.10.1",
6332 "hyper 0.14.32",
6333 "native-tls",
6334 "tokio",
6335 "tokio-native-tls",
6336]
6337
6338[[package]]
6339name = "hyper-util"
6340version = "0.1.10"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6343dependencies = [
6344 "bytes 1.10.1",
6345 "futures-channel",
6346 "futures-util",
6347 "http 1.2.0",
6348 "http-body 1.0.1",
6349 "hyper 1.5.1",
6350 "pin-project-lite",
6351 "socket2",
6352 "tokio",
6353 "tower-service",
6354 "tracing",
6355]
6356
6357[[package]]
6358name = "iana-time-zone"
6359version = "0.1.61"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6362dependencies = [
6363 "android_system_properties",
6364 "core-foundation-sys",
6365 "iana-time-zone-haiku",
6366 "js-sys",
6367 "wasm-bindgen",
6368 "windows-core 0.52.0",
6369]
6370
6371[[package]]
6372name = "iana-time-zone-haiku"
6373version = "0.1.2"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6376dependencies = [
6377 "cc",
6378]
6379
6380[[package]]
6381name = "icu_collections"
6382version = "1.5.0"
6383source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6385dependencies = [
6386 "displaydoc",
6387 "yoke",
6388 "zerofrom",
6389 "zerovec",
6390]
6391
6392[[package]]
6393name = "icu_locid"
6394version = "1.5.0"
6395source = "registry+https://github.com/rust-lang/crates.io-index"
6396checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6397dependencies = [
6398 "displaydoc",
6399 "litemap",
6400 "tinystr",
6401 "writeable",
6402 "zerovec",
6403]
6404
6405[[package]]
6406name = "icu_locid_transform"
6407version = "1.5.0"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6410dependencies = [
6411 "displaydoc",
6412 "icu_locid",
6413 "icu_locid_transform_data",
6414 "icu_provider",
6415 "tinystr",
6416 "zerovec",
6417]
6418
6419[[package]]
6420name = "icu_locid_transform_data"
6421version = "1.5.0"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6424
6425[[package]]
6426name = "icu_normalizer"
6427version = "1.5.0"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6430dependencies = [
6431 "displaydoc",
6432 "icu_collections",
6433 "icu_normalizer_data",
6434 "icu_properties",
6435 "icu_provider",
6436 "smallvec",
6437 "utf16_iter",
6438 "utf8_iter",
6439 "write16",
6440 "zerovec",
6441]
6442
6443[[package]]
6444name = "icu_normalizer_data"
6445version = "1.5.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6448
6449[[package]]
6450name = "icu_properties"
6451version = "1.5.1"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6454dependencies = [
6455 "displaydoc",
6456 "icu_collections",
6457 "icu_locid_transform",
6458 "icu_properties_data",
6459 "icu_provider",
6460 "tinystr",
6461 "zerovec",
6462]
6463
6464[[package]]
6465name = "icu_properties_data"
6466version = "1.5.0"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6469
6470[[package]]
6471name = "icu_provider"
6472version = "1.5.0"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6475dependencies = [
6476 "displaydoc",
6477 "icu_locid",
6478 "icu_provider_macros",
6479 "stable_deref_trait",
6480 "tinystr",
6481 "writeable",
6482 "yoke",
6483 "zerofrom",
6484 "zerovec",
6485]
6486
6487[[package]]
6488name = "icu_provider_macros"
6489version = "1.5.0"
6490source = "registry+https://github.com/rust-lang/crates.io-index"
6491checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6492dependencies = [
6493 "proc-macro2",
6494 "quote",
6495 "syn 2.0.100",
6496]
6497
6498[[package]]
6499name = "id-arena"
6500version = "2.2.1"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6503
6504[[package]]
6505name = "idna"
6506version = "1.0.3"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6509dependencies = [
6510 "idna_adapter",
6511 "smallvec",
6512 "utf8_iter",
6513]
6514
6515[[package]]
6516name = "idna_adapter"
6517version = "1.2.0"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6520dependencies = [
6521 "icu_normalizer",
6522 "icu_properties",
6523]
6524
6525[[package]]
6526name = "ignore"
6527version = "0.4.23"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6530dependencies = [
6531 "crossbeam-deque",
6532 "globset",
6533 "log",
6534 "memchr",
6535 "regex-automata 0.4.9",
6536 "same-file",
6537 "walkdir",
6538 "winapi-util",
6539]
6540
6541[[package]]
6542name = "image"
6543version = "0.25.5"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6546dependencies = [
6547 "bytemuck",
6548 "byteorder-lite",
6549 "color_quant",
6550 "exr",
6551 "gif",
6552 "image-webp",
6553 "num-traits",
6554 "png",
6555 "qoi",
6556 "ravif",
6557 "rayon",
6558 "rgb",
6559 "tiff",
6560 "zune-core",
6561 "zune-jpeg",
6562]
6563
6564[[package]]
6565name = "image-webp"
6566version = "0.2.0"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6569dependencies = [
6570 "byteorder-lite",
6571 "quick-error",
6572]
6573
6574[[package]]
6575name = "image_viewer"
6576version = "0.1.0"
6577dependencies = [
6578 "anyhow",
6579 "db",
6580 "editor",
6581 "file_icons",
6582 "gpui",
6583 "project",
6584 "schemars",
6585 "serde",
6586 "settings",
6587 "theme",
6588 "ui",
6589 "util",
6590 "workspace",
6591]
6592
6593[[package]]
6594name = "imagesize"
6595version = "0.13.0"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6598
6599[[package]]
6600name = "imara-diff"
6601version = "0.1.8"
6602source = "registry+https://github.com/rust-lang/crates.io-index"
6603checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6604dependencies = [
6605 "hashbrown 0.15.2",
6606]
6607
6608[[package]]
6609name = "imgref"
6610version = "1.11.0"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6613
6614[[package]]
6615name = "indexed_docs"
6616version = "0.1.0"
6617dependencies = [
6618 "anyhow",
6619 "async-trait",
6620 "cargo_metadata",
6621 "collections",
6622 "derive_more",
6623 "extension",
6624 "fs",
6625 "futures 0.3.31",
6626 "fuzzy",
6627 "gpui",
6628 "heed",
6629 "html_to_markdown",
6630 "http_client",
6631 "indexmap",
6632 "indoc",
6633 "parking_lot",
6634 "paths",
6635 "pretty_assertions",
6636 "serde",
6637 "strum",
6638 "util",
6639]
6640
6641[[package]]
6642name = "indexmap"
6643version = "2.7.1"
6644source = "registry+https://github.com/rust-lang/crates.io-index"
6645checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6646dependencies = [
6647 "equivalent",
6648 "hashbrown 0.15.2",
6649 "serde",
6650]
6651
6652[[package]]
6653name = "indoc"
6654version = "2.0.6"
6655source = "registry+https://github.com/rust-lang/crates.io-index"
6656checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6657
6658[[package]]
6659name = "infer"
6660version = "0.2.3"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6663
6664[[package]]
6665name = "inherent"
6666version = "1.0.11"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6669dependencies = [
6670 "proc-macro2",
6671 "quote",
6672 "syn 2.0.100",
6673]
6674
6675[[package]]
6676name = "inline_completion"
6677version = "0.1.0"
6678dependencies = [
6679 "gpui",
6680 "language",
6681 "project",
6682]
6683
6684[[package]]
6685name = "inline_completion_button"
6686version = "0.1.0"
6687dependencies = [
6688 "anyhow",
6689 "client",
6690 "copilot",
6691 "editor",
6692 "feature_flags",
6693 "fs",
6694 "futures 0.3.31",
6695 "gpui",
6696 "indoc",
6697 "inline_completion",
6698 "language",
6699 "lsp",
6700 "paths",
6701 "project",
6702 "regex",
6703 "serde_json",
6704 "settings",
6705 "supermaven",
6706 "telemetry",
6707 "theme",
6708 "ui",
6709 "workspace",
6710 "zed_actions",
6711 "zeta",
6712]
6713
6714[[package]]
6715name = "inotify"
6716version = "0.9.6"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6719dependencies = [
6720 "bitflags 1.3.2",
6721 "inotify-sys",
6722 "libc",
6723]
6724
6725[[package]]
6726name = "inotify"
6727version = "0.11.0"
6728source = "registry+https://github.com/rust-lang/crates.io-index"
6729checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6730dependencies = [
6731 "bitflags 2.8.0",
6732 "inotify-sys",
6733 "libc",
6734]
6735
6736[[package]]
6737name = "inotify-sys"
6738version = "0.1.5"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6741dependencies = [
6742 "libc",
6743]
6744
6745[[package]]
6746name = "inout"
6747version = "0.1.3"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6750dependencies = [
6751 "block-padding",
6752 "generic-array",
6753]
6754
6755[[package]]
6756name = "install_cli"
6757version = "0.1.0"
6758dependencies = [
6759 "anyhow",
6760 "gpui",
6761 "smol",
6762 "util",
6763]
6764
6765[[package]]
6766name = "instant"
6767version = "0.1.13"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6770dependencies = [
6771 "cfg-if",
6772]
6773
6774[[package]]
6775name = "interpolate_name"
6776version = "0.2.4"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6779dependencies = [
6780 "proc-macro2",
6781 "quote",
6782 "syn 2.0.100",
6783]
6784
6785[[package]]
6786name = "inventory"
6787version = "0.3.20"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6790dependencies = [
6791 "rustversion",
6792]
6793
6794[[package]]
6795name = "io-extras"
6796version = "0.18.4"
6797source = "registry+https://github.com/rust-lang/crates.io-index"
6798checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6799dependencies = [
6800 "io-lifetimes",
6801 "windows-sys 0.59.0",
6802]
6803
6804[[package]]
6805name = "io-lifetimes"
6806version = "2.0.4"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6809
6810[[package]]
6811name = "iovec"
6812version = "0.1.4"
6813source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6815dependencies = [
6816 "libc",
6817]
6818
6819[[package]]
6820name = "ipc-channel"
6821version = "0.19.0"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6824dependencies = [
6825 "bincode",
6826 "crossbeam-channel",
6827 "fnv",
6828 "lazy_static",
6829 "libc",
6830 "mio 1.0.3",
6831 "rand 0.8.5",
6832 "serde",
6833 "tempfile",
6834 "uuid",
6835 "windows 0.58.0",
6836]
6837
6838[[package]]
6839name = "ipnet"
6840version = "2.10.1"
6841source = "registry+https://github.com/rust-lang/crates.io-index"
6842checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6843
6844[[package]]
6845name = "is-docker"
6846version = "0.2.0"
6847source = "registry+https://github.com/rust-lang/crates.io-index"
6848checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6849dependencies = [
6850 "once_cell",
6851]
6852
6853[[package]]
6854name = "is-terminal"
6855version = "0.4.13"
6856source = "registry+https://github.com/rust-lang/crates.io-index"
6857checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6858dependencies = [
6859 "hermit-abi 0.4.0",
6860 "libc",
6861 "windows-sys 0.52.0",
6862]
6863
6864[[package]]
6865name = "is-wsl"
6866version = "0.4.0"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6869dependencies = [
6870 "is-docker",
6871 "once_cell",
6872]
6873
6874[[package]]
6875name = "is_terminal_polyfill"
6876version = "1.70.1"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6879
6880[[package]]
6881name = "itertools"
6882version = "0.10.5"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6885dependencies = [
6886 "either",
6887]
6888
6889[[package]]
6890name = "itertools"
6891version = "0.11.0"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6894dependencies = [
6895 "either",
6896]
6897
6898[[package]]
6899name = "itertools"
6900version = "0.12.1"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6903dependencies = [
6904 "either",
6905]
6906
6907[[package]]
6908name = "itertools"
6909version = "0.14.0"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6912dependencies = [
6913 "either",
6914]
6915
6916[[package]]
6917name = "itoa"
6918version = "1.0.14"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6921
6922[[package]]
6923name = "jiff"
6924version = "0.2.4"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6927dependencies = [
6928 "jiff-static",
6929 "log",
6930 "portable-atomic",
6931 "portable-atomic-util",
6932 "serde",
6933]
6934
6935[[package]]
6936name = "jiff-static"
6937version = "0.2.4"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6940dependencies = [
6941 "proc-macro2",
6942 "quote",
6943 "syn 2.0.100",
6944]
6945
6946[[package]]
6947name = "jni"
6948version = "0.21.1"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6951dependencies = [
6952 "cesu8",
6953 "cfg-if",
6954 "combine",
6955 "jni-sys",
6956 "log",
6957 "thiserror 1.0.69",
6958 "walkdir",
6959 "windows-sys 0.45.0",
6960]
6961
6962[[package]]
6963name = "jni-sys"
6964version = "0.3.0"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6967
6968[[package]]
6969name = "jobserver"
6970version = "0.1.32"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6973dependencies = [
6974 "libc",
6975]
6976
6977[[package]]
6978name = "journal"
6979version = "0.1.0"
6980dependencies = [
6981 "anyhow",
6982 "chrono",
6983 "editor",
6984 "gpui",
6985 "log",
6986 "schemars",
6987 "serde",
6988 "settings",
6989 "shellexpand 2.1.2",
6990 "workspace",
6991]
6992
6993[[package]]
6994name = "jpeg-decoder"
6995version = "0.3.1"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6998
6999[[package]]
7000name = "js-sys"
7001version = "0.3.76"
7002source = "registry+https://github.com/rust-lang/crates.io-index"
7003checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7004dependencies = [
7005 "once_cell",
7006 "wasm-bindgen",
7007]
7008
7009[[package]]
7010name = "jsonwebtoken"
7011version = "9.3.1"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7014dependencies = [
7015 "base64 0.22.1",
7016 "js-sys",
7017 "pem",
7018 "ring",
7019 "serde",
7020 "serde_json",
7021 "simple_asn1",
7022]
7023
7024[[package]]
7025name = "jupyter-protocol"
7026version = "0.6.0"
7027source = "registry+https://github.com/rust-lang/crates.io-index"
7028checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7029dependencies = [
7030 "anyhow",
7031 "async-trait",
7032 "bytes 1.10.1",
7033 "chrono",
7034 "futures 0.3.31",
7035 "serde",
7036 "serde_json",
7037 "uuid",
7038]
7039
7040[[package]]
7041name = "jupyter-websocket-client"
7042version = "0.9.0"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7045dependencies = [
7046 "anyhow",
7047 "async-trait",
7048 "async-tungstenite",
7049 "futures 0.3.31",
7050 "jupyter-protocol",
7051 "serde",
7052 "serde_json",
7053 "url",
7054 "uuid",
7055]
7056
7057[[package]]
7058name = "khronos-egl"
7059version = "6.0.0"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7062dependencies = [
7063 "libc",
7064 "libloading",
7065]
7066
7067[[package]]
7068name = "kqueue"
7069version = "1.0.8"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7072dependencies = [
7073 "kqueue-sys",
7074 "libc",
7075]
7076
7077[[package]]
7078name = "kqueue-sys"
7079version = "1.0.4"
7080source = "registry+https://github.com/rust-lang/crates.io-index"
7081checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7082dependencies = [
7083 "bitflags 1.3.2",
7084 "libc",
7085]
7086
7087[[package]]
7088name = "kurbo"
7089version = "0.11.1"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7092dependencies = [
7093 "arrayvec",
7094 "smallvec",
7095]
7096
7097[[package]]
7098name = "kv-log-macro"
7099version = "1.0.7"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7102dependencies = [
7103 "log",
7104]
7105
7106[[package]]
7107name = "language"
7108version = "0.1.0"
7109dependencies = [
7110 "anyhow",
7111 "async-trait",
7112 "async-watch",
7113 "clock",
7114 "collections",
7115 "ctor",
7116 "ec4rs",
7117 "env_logger 0.11.7",
7118 "fs",
7119 "futures 0.3.31",
7120 "fuzzy",
7121 "globset",
7122 "gpui",
7123 "http_client",
7124 "imara-diff",
7125 "indoc",
7126 "itertools 0.14.0",
7127 "log",
7128 "lsp",
7129 "parking_lot",
7130 "postage",
7131 "pretty_assertions",
7132 "rand 0.8.5",
7133 "regex",
7134 "rpc",
7135 "schemars",
7136 "serde",
7137 "serde_json",
7138 "settings",
7139 "smallvec",
7140 "smol",
7141 "streaming-iterator",
7142 "strsim",
7143 "sum_tree",
7144 "task",
7145 "text",
7146 "theme",
7147 "tree-sitter",
7148 "tree-sitter-elixir",
7149 "tree-sitter-embedded-template",
7150 "tree-sitter-heex",
7151 "tree-sitter-html",
7152 "tree-sitter-json",
7153 "tree-sitter-md",
7154 "tree-sitter-ruby",
7155 "tree-sitter-rust",
7156 "tree-sitter-typescript",
7157 "unicase",
7158 "unindent",
7159 "util",
7160]
7161
7162[[package]]
7163name = "language_extension"
7164version = "0.1.0"
7165dependencies = [
7166 "anyhow",
7167 "async-trait",
7168 "collections",
7169 "extension",
7170 "fs",
7171 "futures 0.3.31",
7172 "gpui",
7173 "language",
7174 "lsp",
7175 "serde",
7176 "serde_json",
7177 "util",
7178]
7179
7180[[package]]
7181name = "language_model"
7182version = "0.1.0"
7183dependencies = [
7184 "anthropic",
7185 "anyhow",
7186 "base64 0.22.1",
7187 "client",
7188 "collections",
7189 "futures 0.3.31",
7190 "google_ai",
7191 "gpui",
7192 "http_client",
7193 "image",
7194 "log",
7195 "open_ai",
7196 "parking_lot",
7197 "proto",
7198 "schemars",
7199 "serde",
7200 "serde_json",
7201 "smol",
7202 "strum",
7203 "telemetry_events",
7204 "thiserror 1.0.69",
7205 "ui",
7206 "util",
7207]
7208
7209[[package]]
7210name = "language_model_selector"
7211version = "0.1.0"
7212dependencies = [
7213 "feature_flags",
7214 "gpui",
7215 "language_model",
7216 "log",
7217 "picker",
7218 "proto",
7219 "ui",
7220 "workspace",
7221 "zed_actions",
7222]
7223
7224[[package]]
7225name = "language_models"
7226version = "0.1.0"
7227dependencies = [
7228 "anthropic",
7229 "anyhow",
7230 "aws-config",
7231 "aws-credential-types",
7232 "aws_http_client",
7233 "bedrock",
7234 "client",
7235 "collections",
7236 "copilot",
7237 "credentials_provider",
7238 "deepseek",
7239 "editor",
7240 "feature_flags",
7241 "fs",
7242 "futures 0.3.31",
7243 "google_ai",
7244 "gpui",
7245 "gpui_tokio",
7246 "http_client",
7247 "language_model",
7248 "lmstudio",
7249 "log",
7250 "menu",
7251 "mistral",
7252 "ollama",
7253 "open_ai",
7254 "project",
7255 "proto",
7256 "schemars",
7257 "serde",
7258 "serde_json",
7259 "settings",
7260 "smol",
7261 "strum",
7262 "theme",
7263 "tiktoken-rs",
7264 "tokio",
7265 "ui",
7266 "util",
7267]
7268
7269[[package]]
7270name = "language_selector"
7271version = "0.1.0"
7272dependencies = [
7273 "anyhow",
7274 "editor",
7275 "file_finder",
7276 "file_icons",
7277 "fuzzy",
7278 "gpui",
7279 "language",
7280 "picker",
7281 "project",
7282 "settings",
7283 "ui",
7284 "util",
7285 "workspace",
7286]
7287
7288[[package]]
7289name = "language_tools"
7290version = "0.1.0"
7291dependencies = [
7292 "anyhow",
7293 "client",
7294 "collections",
7295 "copilot",
7296 "editor",
7297 "env_logger 0.11.7",
7298 "futures 0.3.31",
7299 "gpui",
7300 "itertools 0.14.0",
7301 "language",
7302 "lsp",
7303 "project",
7304 "release_channel",
7305 "serde_json",
7306 "settings",
7307 "theme",
7308 "tree-sitter",
7309 "ui",
7310 "util",
7311 "workspace",
7312 "zed_actions",
7313]
7314
7315[[package]]
7316name = "languages"
7317version = "0.1.0"
7318dependencies = [
7319 "anyhow",
7320 "async-compression",
7321 "async-tar",
7322 "async-trait",
7323 "collections",
7324 "futures 0.3.31",
7325 "gpui",
7326 "http_client",
7327 "language",
7328 "log",
7329 "lsp",
7330 "node_runtime",
7331 "paths",
7332 "pet",
7333 "pet-conda",
7334 "pet-core",
7335 "pet-fs",
7336 "pet-poetry",
7337 "pet-reporter",
7338 "pretty_assertions",
7339 "project",
7340 "regex",
7341 "rope",
7342 "rust-embed",
7343 "serde",
7344 "serde_json",
7345 "settings",
7346 "smol",
7347 "snippet_provider",
7348 "task",
7349 "text",
7350 "theme",
7351 "toml 0.8.20",
7352 "tree-sitter",
7353 "tree-sitter-bash",
7354 "tree-sitter-c",
7355 "tree-sitter-cpp",
7356 "tree-sitter-css",
7357 "tree-sitter-diff",
7358 "tree-sitter-gitcommit",
7359 "tree-sitter-go",
7360 "tree-sitter-gomod",
7361 "tree-sitter-gowork",
7362 "tree-sitter-jsdoc",
7363 "tree-sitter-json",
7364 "tree-sitter-md",
7365 "tree-sitter-python",
7366 "tree-sitter-regex",
7367 "tree-sitter-rust",
7368 "tree-sitter-typescript",
7369 "tree-sitter-yaml",
7370 "unindent",
7371 "util",
7372 "workspace",
7373]
7374
7375[[package]]
7376name = "lazy_static"
7377version = "1.5.0"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7380dependencies = [
7381 "spin",
7382]
7383
7384[[package]]
7385name = "lazycell"
7386version = "1.3.0"
7387source = "registry+https://github.com/rust-lang/crates.io-index"
7388checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7389
7390[[package]]
7391name = "leb128"
7392version = "0.2.5"
7393source = "registry+https://github.com/rust-lang/crates.io-index"
7394checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7395
7396[[package]]
7397name = "lebe"
7398version = "0.5.2"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7401
7402[[package]]
7403name = "libc"
7404version = "0.2.171"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7407
7408[[package]]
7409name = "libdbus-sys"
7410version = "0.2.5"
7411source = "registry+https://github.com/rust-lang/crates.io-index"
7412checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7413dependencies = [
7414 "cc",
7415 "pkg-config",
7416]
7417
7418[[package]]
7419name = "libfuzzer-sys"
7420version = "0.4.8"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7423dependencies = [
7424 "arbitrary",
7425 "cc",
7426]
7427
7428[[package]]
7429name = "libgit2-sys"
7430version = "0.18.0+1.9.0"
7431source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7432dependencies = [
7433 "cc",
7434 "libc",
7435 "libz-sys",
7436 "pkg-config",
7437]
7438
7439[[package]]
7440name = "libloading"
7441version = "0.8.6"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7444dependencies = [
7445 "cfg-if",
7446 "windows-targets 0.52.6",
7447]
7448
7449[[package]]
7450name = "libm"
7451version = "0.2.11"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7454
7455[[package]]
7456name = "libmimalloc-sys"
7457version = "0.1.39"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7460dependencies = [
7461 "cc",
7462 "libc",
7463]
7464
7465[[package]]
7466name = "libredox"
7467version = "0.1.3"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7470dependencies = [
7471 "bitflags 2.8.0",
7472 "libc",
7473 "redox_syscall 0.5.8",
7474]
7475
7476[[package]]
7477name = "libsqlite3-sys"
7478version = "0.30.1"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7481dependencies = [
7482 "cc",
7483 "pkg-config",
7484 "vcpkg",
7485]
7486
7487[[package]]
7488name = "libwebrtc"
7489version = "0.3.7"
7490source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7491dependencies = [
7492 "cxx",
7493 "jni",
7494 "js-sys",
7495 "lazy_static",
7496 "livekit-protocol",
7497 "livekit-runtime",
7498 "log",
7499 "parking_lot",
7500 "serde",
7501 "serde_json",
7502 "thiserror 1.0.69",
7503 "tokio",
7504 "wasm-bindgen",
7505 "wasm-bindgen-futures",
7506 "web-sys",
7507 "webrtc-sys",
7508]
7509
7510[[package]]
7511name = "libz-sys"
7512version = "1.1.20"
7513source = "registry+https://github.com/rust-lang/crates.io-index"
7514checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7515dependencies = [
7516 "cc",
7517 "libc",
7518 "pkg-config",
7519 "vcpkg",
7520]
7521
7522[[package]]
7523name = "link-cplusplus"
7524version = "1.0.9"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7527dependencies = [
7528 "cc",
7529]
7530
7531[[package]]
7532name = "linkify"
7533version = "0.10.0"
7534source = "registry+https://github.com/rust-lang/crates.io-index"
7535checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7536dependencies = [
7537 "memchr",
7538]
7539
7540[[package]]
7541name = "linkme"
7542version = "0.3.32"
7543source = "registry+https://github.com/rust-lang/crates.io-index"
7544checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7545dependencies = [
7546 "linkme-impl",
7547]
7548
7549[[package]]
7550name = "linkme-impl"
7551version = "0.3.32"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7554dependencies = [
7555 "proc-macro2",
7556 "quote",
7557 "syn 2.0.100",
7558]
7559
7560[[package]]
7561name = "linux-raw-sys"
7562version = "0.4.14"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7565
7566[[package]]
7567name = "litemap"
7568version = "0.7.4"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7571
7572[[package]]
7573name = "livekit"
7574version = "0.7.0"
7575source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7576dependencies = [
7577 "chrono",
7578 "futures-util",
7579 "lazy_static",
7580 "libwebrtc",
7581 "livekit-api",
7582 "livekit-protocol",
7583 "livekit-runtime",
7584 "log",
7585 "parking_lot",
7586 "prost 0.12.6",
7587 "semver",
7588 "serde",
7589 "serde_json",
7590 "thiserror 1.0.69",
7591 "tokio",
7592]
7593
7594[[package]]
7595name = "livekit-api"
7596version = "0.4.1"
7597source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7598dependencies = [
7599 "async-tungstenite",
7600 "futures-util",
7601 "http 0.2.12",
7602 "jsonwebtoken",
7603 "livekit-protocol",
7604 "livekit-runtime",
7605 "log",
7606 "parking_lot",
7607 "prost 0.12.6",
7608 "reqwest 0.11.27",
7609 "scopeguard",
7610 "serde",
7611 "serde_json",
7612 "sha2",
7613 "thiserror 1.0.69",
7614 "tokio",
7615 "tokio-tungstenite 0.20.1",
7616 "url",
7617]
7618
7619[[package]]
7620name = "livekit-protocol"
7621version = "0.3.6"
7622source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7623dependencies = [
7624 "futures-util",
7625 "livekit-runtime",
7626 "parking_lot",
7627 "pbjson",
7628 "pbjson-types",
7629 "prost 0.12.6",
7630 "prost-types 0.12.6",
7631 "serde",
7632 "thiserror 1.0.69",
7633 "tokio",
7634]
7635
7636[[package]]
7637name = "livekit-runtime"
7638version = "0.3.1"
7639source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7640dependencies = [
7641 "async-io",
7642 "async-std",
7643 "async-task",
7644 "futures 0.3.31",
7645]
7646
7647[[package]]
7648name = "livekit_api"
7649version = "0.1.0"
7650dependencies = [
7651 "anyhow",
7652 "async-trait",
7653 "jsonwebtoken",
7654 "log",
7655 "prost 0.9.0",
7656 "prost-build 0.9.0",
7657 "prost-types 0.9.0",
7658 "reqwest 0.12.8",
7659 "serde",
7660]
7661
7662[[package]]
7663name = "livekit_client"
7664version = "0.1.0"
7665dependencies = [
7666 "anyhow",
7667 "async-trait",
7668 "collections",
7669 "core-foundation 0.9.4",
7670 "coreaudio-rs 0.12.1",
7671 "cpal",
7672 "futures 0.3.31",
7673 "gpui",
7674 "http 0.2.12",
7675 "http_client",
7676 "image",
7677 "livekit",
7678 "livekit_api",
7679 "log",
7680 "media",
7681 "nanoid",
7682 "parking_lot",
7683 "postage",
7684 "serde",
7685 "serde_json",
7686 "sha2",
7687 "simplelog",
7688 "smallvec",
7689 "util",
7690]
7691
7692[[package]]
7693name = "livekit_client_macos"
7694version = "0.1.0"
7695dependencies = [
7696 "anyhow",
7697 "async-broadcast",
7698 "async-trait",
7699 "collections",
7700 "core-foundation 0.9.4",
7701 "futures 0.3.31",
7702 "gpui",
7703 "livekit_api",
7704 "log",
7705 "media",
7706 "nanoid",
7707 "parking_lot",
7708 "postage",
7709 "serde",
7710 "serde_json",
7711 "sha2",
7712 "simplelog",
7713]
7714
7715[[package]]
7716name = "lmdb-master-sys"
7717version = "0.2.4"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7720dependencies = [
7721 "cc",
7722 "doxygen-rs",
7723 "libc",
7724]
7725
7726[[package]]
7727name = "lmstudio"
7728version = "0.1.0"
7729dependencies = [
7730 "anyhow",
7731 "futures 0.3.31",
7732 "http_client",
7733 "schemars",
7734 "serde",
7735 "serde_json",
7736]
7737
7738[[package]]
7739name = "lock_api"
7740version = "0.4.12"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7743dependencies = [
7744 "autocfg",
7745 "scopeguard",
7746]
7747
7748[[package]]
7749name = "log"
7750version = "0.4.26"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7753dependencies = [
7754 "serde",
7755 "value-bag",
7756]
7757
7758[[package]]
7759name = "loop9"
7760version = "0.1.5"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7763dependencies = [
7764 "imgref",
7765]
7766
7767[[package]]
7768name = "lru"
7769version = "0.12.5"
7770source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7772dependencies = [
7773 "hashbrown 0.15.2",
7774]
7775
7776[[package]]
7777name = "lsp"
7778version = "0.1.0"
7779dependencies = [
7780 "anyhow",
7781 "async-pipe",
7782 "collections",
7783 "ctor",
7784 "env_logger 0.11.7",
7785 "futures 0.3.31",
7786 "gpui",
7787 "log",
7788 "lsp-types",
7789 "parking_lot",
7790 "postage",
7791 "release_channel",
7792 "schemars",
7793 "serde",
7794 "serde_json",
7795 "smol",
7796 "util",
7797]
7798
7799[[package]]
7800name = "lsp-types"
7801version = "0.95.1"
7802source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7803dependencies = [
7804 "bitflags 1.3.2",
7805 "serde",
7806 "serde_json",
7807 "serde_repr",
7808 "url",
7809]
7810
7811[[package]]
7812name = "lua-src"
7813version = "547.0.0"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7816dependencies = [
7817 "cc",
7818]
7819
7820[[package]]
7821name = "luajit-src"
7822version = "210.5.12+a4f56a4"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7825dependencies = [
7826 "cc",
7827 "which 7.0.2",
7828]
7829
7830[[package]]
7831name = "lyon"
7832version = "1.0.1"
7833source = "registry+https://github.com/rust-lang/crates.io-index"
7834checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7835dependencies = [
7836 "lyon_algorithms",
7837 "lyon_extra",
7838 "lyon_tessellation",
7839]
7840
7841[[package]]
7842name = "lyon_algorithms"
7843version = "1.0.5"
7844source = "registry+https://github.com/rust-lang/crates.io-index"
7845checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7846dependencies = [
7847 "lyon_path",
7848 "num-traits",
7849]
7850
7851[[package]]
7852name = "lyon_extra"
7853version = "1.0.3"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7856dependencies = [
7857 "lyon_path",
7858 "thiserror 1.0.69",
7859]
7860
7861[[package]]
7862name = "lyon_geom"
7863version = "1.0.6"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7866dependencies = [
7867 "arrayvec",
7868 "euclid",
7869 "num-traits",
7870]
7871
7872[[package]]
7873name = "lyon_path"
7874version = "1.0.6"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7877dependencies = [
7878 "lyon_geom",
7879 "num-traits",
7880]
7881
7882[[package]]
7883name = "lyon_tessellation"
7884version = "1.0.15"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7887dependencies = [
7888 "float_next_after",
7889 "lyon_path",
7890 "num-traits",
7891]
7892
7893[[package]]
7894name = "mac"
7895version = "0.1.1"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7898
7899[[package]]
7900name = "mach2"
7901version = "0.4.2"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7904dependencies = [
7905 "libc",
7906]
7907
7908[[package]]
7909name = "malloc_buf"
7910version = "0.0.6"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7913dependencies = [
7914 "libc",
7915]
7916
7917[[package]]
7918name = "maplit"
7919version = "1.0.2"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7922
7923[[package]]
7924name = "markdown"
7925version = "0.1.0"
7926dependencies = [
7927 "anyhow",
7928 "assets",
7929 "env_logger 0.11.7",
7930 "gpui",
7931 "language",
7932 "languages",
7933 "linkify",
7934 "log",
7935 "node_runtime",
7936 "pulldown-cmark 0.12.2",
7937 "settings",
7938 "theme",
7939 "ui",
7940 "util",
7941]
7942
7943[[package]]
7944name = "markdown_preview"
7945version = "0.1.0"
7946dependencies = [
7947 "anyhow",
7948 "async-recursion 1.1.1",
7949 "collections",
7950 "editor",
7951 "gpui",
7952 "language",
7953 "linkify",
7954 "log",
7955 "pretty_assertions",
7956 "pulldown-cmark 0.12.2",
7957 "settings",
7958 "theme",
7959 "ui",
7960 "util",
7961 "workspace",
7962]
7963
7964[[package]]
7965name = "markup5ever"
7966version = "0.12.1"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7969dependencies = [
7970 "log",
7971 "phf",
7972 "phf_codegen",
7973 "string_cache",
7974 "string_cache_codegen",
7975 "tendril",
7976]
7977
7978[[package]]
7979name = "markup5ever_rcdom"
7980version = "0.3.0"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7983dependencies = [
7984 "html5ever",
7985 "markup5ever",
7986 "tendril",
7987 "xml5ever",
7988]
7989
7990[[package]]
7991name = "matchers"
7992version = "0.1.0"
7993source = "registry+https://github.com/rust-lang/crates.io-index"
7994checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7995dependencies = [
7996 "regex-automata 0.1.10",
7997]
7998
7999[[package]]
8000name = "matchit"
8001version = "0.7.3"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8004
8005[[package]]
8006name = "maybe-owned"
8007version = "0.3.4"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8010
8011[[package]]
8012name = "maybe-rayon"
8013version = "0.1.1"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8016dependencies = [
8017 "cfg-if",
8018 "rayon",
8019]
8020
8021[[package]]
8022name = "md-5"
8023version = "0.10.6"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8026dependencies = [
8027 "cfg-if",
8028 "digest",
8029]
8030
8031[[package]]
8032name = "mdbook"
8033version = "0.4.47"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8036dependencies = [
8037 "ammonia",
8038 "anyhow",
8039 "chrono",
8040 "clap",
8041 "clap_complete",
8042 "elasticlunr-rs",
8043 "env_logger 0.11.7",
8044 "futures-util",
8045 "handlebars 6.2.0",
8046 "hex",
8047 "ignore",
8048 "log",
8049 "memchr",
8050 "notify 8.0.0",
8051 "notify-debouncer-mini",
8052 "once_cell",
8053 "opener",
8054 "pathdiff",
8055 "pulldown-cmark 0.10.3",
8056 "regex",
8057 "serde",
8058 "serde_json",
8059 "sha2",
8060 "shlex",
8061 "tempfile",
8062 "tokio",
8063 "toml 0.5.11",
8064 "topological-sort",
8065 "walkdir",
8066 "warp",
8067]
8068
8069[[package]]
8070name = "media"
8071version = "0.1.0"
8072dependencies = [
8073 "anyhow",
8074 "bindgen 0.70.1",
8075 "core-foundation 0.9.4",
8076 "ctor",
8077 "foreign-types 0.5.0",
8078 "metal",
8079 "objc",
8080]
8081
8082[[package]]
8083name = "memchr"
8084version = "2.7.4"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8087
8088[[package]]
8089name = "memfd"
8090version = "0.6.4"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8093dependencies = [
8094 "rustix",
8095]
8096
8097[[package]]
8098name = "memmap2"
8099version = "0.9.5"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8102dependencies = [
8103 "libc",
8104]
8105
8106[[package]]
8107name = "memoffset"
8108version = "0.9.1"
8109source = "registry+https://github.com/rust-lang/crates.io-index"
8110checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8111dependencies = [
8112 "autocfg",
8113]
8114
8115[[package]]
8116name = "menu"
8117version = "0.1.0"
8118dependencies = [
8119 "gpui",
8120 "serde",
8121]
8122
8123[[package]]
8124name = "metal"
8125version = "0.31.0"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8128dependencies = [
8129 "bitflags 2.8.0",
8130 "block",
8131 "core-graphics-types 0.1.3",
8132 "foreign-types 0.5.0",
8133 "log",
8134 "objc",
8135 "paste",
8136]
8137
8138[[package]]
8139name = "migrator"
8140version = "0.1.0"
8141dependencies = [
8142 "anyhow",
8143 "collections",
8144 "convert_case 0.8.0",
8145 "log",
8146 "pretty_assertions",
8147 "streaming-iterator",
8148 "tree-sitter",
8149 "tree-sitter-json",
8150]
8151
8152[[package]]
8153name = "mimalloc"
8154version = "0.1.43"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8157dependencies = [
8158 "libmimalloc-sys",
8159]
8160
8161[[package]]
8162name = "mime"
8163version = "0.3.17"
8164source = "registry+https://github.com/rust-lang/crates.io-index"
8165checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8166
8167[[package]]
8168name = "mime_guess"
8169version = "2.0.5"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8172dependencies = [
8173 "mime",
8174 "unicase",
8175]
8176
8177[[package]]
8178name = "minimal-lexical"
8179version = "0.2.1"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8182
8183[[package]]
8184name = "miniz_oxide"
8185version = "0.8.0"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8188dependencies = [
8189 "adler2",
8190 "simd-adler32",
8191]
8192
8193[[package]]
8194name = "mint"
8195version = "0.5.9"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8198
8199[[package]]
8200name = "mio"
8201version = "0.8.11"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8204dependencies = [
8205 "libc",
8206 "log",
8207 "wasi 0.11.0+wasi-snapshot-preview1",
8208 "windows-sys 0.48.0",
8209]
8210
8211[[package]]
8212name = "mio"
8213version = "1.0.3"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8216dependencies = [
8217 "libc",
8218 "log",
8219 "wasi 0.11.0+wasi-snapshot-preview1",
8220 "windows-sys 0.52.0",
8221]
8222
8223[[package]]
8224name = "miow"
8225version = "0.6.0"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8228dependencies = [
8229 "windows-sys 0.48.0",
8230]
8231
8232[[package]]
8233name = "mistral"
8234version = "0.1.0"
8235dependencies = [
8236 "anyhow",
8237 "futures 0.3.31",
8238 "http_client",
8239 "schemars",
8240 "serde",
8241 "serde_json",
8242 "strum",
8243]
8244
8245[[package]]
8246name = "mlua"
8247version = "0.10.3"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8250dependencies = [
8251 "bstr",
8252 "either",
8253 "futures-util",
8254 "mlua-sys",
8255 "num-traits",
8256 "parking_lot",
8257 "rustc-hash 2.1.1",
8258]
8259
8260[[package]]
8261name = "mlua-sys"
8262version = "0.6.7"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8265dependencies = [
8266 "cc",
8267 "cfg-if",
8268 "lua-src",
8269 "luajit-src",
8270 "pkg-config",
8271]
8272
8273[[package]]
8274name = "msvc_spectre_libs"
8275version = "0.1.2"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8278dependencies = [
8279 "cc",
8280]
8281
8282[[package]]
8283name = "multi_buffer"
8284version = "0.1.0"
8285dependencies = [
8286 "anyhow",
8287 "buffer_diff",
8288 "clock",
8289 "collections",
8290 "ctor",
8291 "env_logger 0.11.7",
8292 "futures 0.3.31",
8293 "gpui",
8294 "indoc",
8295 "itertools 0.14.0",
8296 "language",
8297 "log",
8298 "parking_lot",
8299 "pretty_assertions",
8300 "project",
8301 "rand 0.8.5",
8302 "rope",
8303 "serde",
8304 "settings",
8305 "smallvec",
8306 "smol",
8307 "sum_tree",
8308 "text",
8309 "theme",
8310 "tree-sitter",
8311 "util",
8312]
8313
8314[[package]]
8315name = "multimap"
8316version = "0.8.3"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8319
8320[[package]]
8321name = "multimap"
8322version = "0.10.0"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8325
8326[[package]]
8327name = "naga"
8328version = "23.1.0"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8331dependencies = [
8332 "arrayvec",
8333 "bit-set 0.8.0",
8334 "bitflags 2.8.0",
8335 "cfg_aliases 0.1.1",
8336 "codespan-reporting",
8337 "hexf-parse",
8338 "indexmap",
8339 "log",
8340 "rustc-hash 1.1.0",
8341 "spirv",
8342 "termcolor",
8343 "thiserror 1.0.69",
8344 "unicode-xid",
8345]
8346
8347[[package]]
8348name = "nanoid"
8349version = "0.4.0"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8352dependencies = [
8353 "rand 0.8.5",
8354]
8355
8356[[package]]
8357name = "nanorand"
8358version = "0.7.0"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8361dependencies = [
8362 "getrandom 0.2.15",
8363]
8364
8365[[package]]
8366name = "native-tls"
8367version = "0.2.12"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8370dependencies = [
8371 "libc",
8372 "log",
8373 "openssl",
8374 "openssl-probe",
8375 "openssl-sys",
8376 "schannel",
8377 "security-framework 2.11.1",
8378 "security-framework-sys",
8379 "tempfile",
8380]
8381
8382[[package]]
8383name = "nbformat"
8384version = "0.10.0"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8387dependencies = [
8388 "anyhow",
8389 "chrono",
8390 "jupyter-protocol",
8391 "serde",
8392 "serde_json",
8393 "thiserror 1.0.69",
8394 "uuid",
8395]
8396
8397[[package]]
8398name = "ndk"
8399version = "0.8.0"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8402dependencies = [
8403 "bitflags 2.8.0",
8404 "jni-sys",
8405 "log",
8406 "ndk-sys",
8407 "num_enum",
8408 "thiserror 1.0.69",
8409]
8410
8411[[package]]
8412name = "ndk-context"
8413version = "0.1.1"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8416
8417[[package]]
8418name = "ndk-sys"
8419version = "0.5.0+25.2.9519653"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8422dependencies = [
8423 "jni-sys",
8424]
8425
8426[[package]]
8427name = "new_debug_unreachable"
8428version = "1.0.6"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8431
8432[[package]]
8433name = "nix"
8434version = "0.29.0"
8435source = "registry+https://github.com/rust-lang/crates.io-index"
8436checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8437dependencies = [
8438 "bitflags 2.8.0",
8439 "cfg-if",
8440 "cfg_aliases 0.2.1",
8441 "libc",
8442 "memoffset",
8443]
8444
8445[[package]]
8446name = "node_runtime"
8447version = "0.1.0"
8448dependencies = [
8449 "anyhow",
8450 "async-compression",
8451 "async-std",
8452 "async-tar",
8453 "async-trait",
8454 "async-watch",
8455 "async_zip",
8456 "futures 0.3.31",
8457 "http_client",
8458 "log",
8459 "paths",
8460 "semver",
8461 "serde",
8462 "serde_json",
8463 "smol",
8464 "tempfile",
8465 "util",
8466 "walkdir",
8467 "which 6.0.3",
8468]
8469
8470[[package]]
8471name = "nom"
8472version = "7.1.3"
8473source = "registry+https://github.com/rust-lang/crates.io-index"
8474checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8475dependencies = [
8476 "memchr",
8477 "minimal-lexical",
8478]
8479
8480[[package]]
8481name = "noop_proc_macro"
8482version = "0.3.0"
8483source = "registry+https://github.com/rust-lang/crates.io-index"
8484checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8485
8486[[package]]
8487name = "normpath"
8488version = "1.3.0"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8491dependencies = [
8492 "windows-sys 0.59.0",
8493]
8494
8495[[package]]
8496name = "notifications"
8497version = "0.1.0"
8498dependencies = [
8499 "anyhow",
8500 "channel",
8501 "client",
8502 "collections",
8503 "component",
8504 "db",
8505 "gpui",
8506 "linkme",
8507 "rpc",
8508 "settings",
8509 "sum_tree",
8510 "time",
8511 "ui",
8512 "util",
8513 "workspace",
8514]
8515
8516[[package]]
8517name = "notify"
8518version = "6.1.1"
8519source = "registry+https://github.com/rust-lang/crates.io-index"
8520checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8521dependencies = [
8522 "bitflags 2.8.0",
8523 "crossbeam-channel",
8524 "filetime",
8525 "fsevent-sys 4.1.0",
8526 "inotify 0.9.6",
8527 "kqueue",
8528 "libc",
8529 "log",
8530 "mio 0.8.11",
8531 "walkdir",
8532 "windows-sys 0.48.0",
8533]
8534
8535[[package]]
8536name = "notify"
8537version = "8.0.0"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8540dependencies = [
8541 "bitflags 2.8.0",
8542 "filetime",
8543 "fsevent-sys 4.1.0",
8544 "inotify 0.11.0",
8545 "kqueue",
8546 "libc",
8547 "log",
8548 "mio 1.0.3",
8549 "notify-types",
8550 "walkdir",
8551 "windows-sys 0.59.0",
8552]
8553
8554[[package]]
8555name = "notify-debouncer-mini"
8556version = "0.6.0"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8559dependencies = [
8560 "log",
8561 "notify 8.0.0",
8562 "notify-types",
8563 "tempfile",
8564]
8565
8566[[package]]
8567name = "notify-types"
8568version = "2.0.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8571
8572[[package]]
8573name = "ntapi"
8574version = "0.4.1"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8577dependencies = [
8578 "winapi",
8579]
8580
8581[[package]]
8582name = "nu-ansi-term"
8583version = "0.46.0"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8586dependencies = [
8587 "overload",
8588 "winapi",
8589]
8590
8591[[package]]
8592name = "num"
8593version = "0.4.3"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8596dependencies = [
8597 "num-bigint",
8598 "num-complex",
8599 "num-integer",
8600 "num-iter",
8601 "num-rational",
8602 "num-traits",
8603]
8604
8605[[package]]
8606name = "num-bigint"
8607version = "0.4.6"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8610dependencies = [
8611 "num-integer",
8612 "num-traits",
8613]
8614
8615[[package]]
8616name = "num-bigint-dig"
8617version = "0.8.4"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8620dependencies = [
8621 "byteorder",
8622 "lazy_static",
8623 "libm",
8624 "num-integer",
8625 "num-iter",
8626 "num-traits",
8627 "rand 0.8.5",
8628 "serde",
8629 "smallvec",
8630 "zeroize",
8631]
8632
8633[[package]]
8634name = "num-complex"
8635version = "0.4.6"
8636source = "registry+https://github.com/rust-lang/crates.io-index"
8637checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8638dependencies = [
8639 "num-traits",
8640]
8641
8642[[package]]
8643name = "num-conv"
8644version = "0.1.0"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8647
8648[[package]]
8649name = "num-derive"
8650version = "0.4.2"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8653dependencies = [
8654 "proc-macro2",
8655 "quote",
8656 "syn 2.0.100",
8657]
8658
8659[[package]]
8660name = "num-format"
8661version = "0.4.4"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8664dependencies = [
8665 "arrayvec",
8666 "itoa",
8667]
8668
8669[[package]]
8670name = "num-integer"
8671version = "0.1.46"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8674dependencies = [
8675 "num-traits",
8676]
8677
8678[[package]]
8679name = "num-iter"
8680version = "0.1.45"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8683dependencies = [
8684 "autocfg",
8685 "num-integer",
8686 "num-traits",
8687]
8688
8689[[package]]
8690name = "num-modular"
8691version = "0.6.1"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8694
8695[[package]]
8696name = "num-order"
8697version = "1.2.0"
8698source = "registry+https://github.com/rust-lang/crates.io-index"
8699checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8700dependencies = [
8701 "num-modular",
8702]
8703
8704[[package]]
8705name = "num-rational"
8706version = "0.4.2"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8709dependencies = [
8710 "num-bigint",
8711 "num-integer",
8712 "num-traits",
8713]
8714
8715[[package]]
8716name = "num-traits"
8717version = "0.2.19"
8718source = "registry+https://github.com/rust-lang/crates.io-index"
8719checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8720dependencies = [
8721 "autocfg",
8722 "libm",
8723]
8724
8725[[package]]
8726name = "num_cpus"
8727version = "1.16.0"
8728source = "registry+https://github.com/rust-lang/crates.io-index"
8729checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8730dependencies = [
8731 "hermit-abi 0.3.9",
8732 "libc",
8733]
8734
8735[[package]]
8736name = "num_enum"
8737version = "0.7.3"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8740dependencies = [
8741 "num_enum_derive",
8742]
8743
8744[[package]]
8745name = "num_enum_derive"
8746version = "0.7.3"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8749dependencies = [
8750 "proc-macro-crate",
8751 "proc-macro2",
8752 "quote",
8753 "syn 2.0.100",
8754]
8755
8756[[package]]
8757name = "num_threads"
8758version = "0.1.7"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8761dependencies = [
8762 "libc",
8763]
8764
8765[[package]]
8766name = "nvim-rs"
8767version = "0.8.0-pre"
8768source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8769dependencies = [
8770 "async-trait",
8771 "futures 0.3.31",
8772 "log",
8773 "parity-tokio-ipc",
8774 "rmp",
8775 "rmpv",
8776 "tokio",
8777 "tokio-util",
8778 "winapi",
8779]
8780
8781[[package]]
8782name = "objc"
8783version = "0.2.7"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8786dependencies = [
8787 "malloc_buf",
8788]
8789
8790[[package]]
8791name = "objc-sys"
8792version = "0.3.5"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8795
8796[[package]]
8797name = "objc2"
8798version = "0.5.2"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8801dependencies = [
8802 "objc-sys",
8803 "objc2-encode",
8804]
8805
8806[[package]]
8807name = "objc2-app-kit"
8808version = "0.2.2"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8811dependencies = [
8812 "bitflags 2.8.0",
8813 "block2",
8814 "libc",
8815 "objc2",
8816 "objc2-core-data",
8817 "objc2-core-image",
8818 "objc2-foundation",
8819 "objc2-quartz-core",
8820]
8821
8822[[package]]
8823name = "objc2-cloud-kit"
8824version = "0.2.2"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8827dependencies = [
8828 "bitflags 2.8.0",
8829 "block2",
8830 "objc2",
8831 "objc2-core-location",
8832 "objc2-foundation",
8833]
8834
8835[[package]]
8836name = "objc2-contacts"
8837version = "0.2.2"
8838source = "registry+https://github.com/rust-lang/crates.io-index"
8839checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8840dependencies = [
8841 "block2",
8842 "objc2",
8843 "objc2-foundation",
8844]
8845
8846[[package]]
8847name = "objc2-core-data"
8848version = "0.2.2"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8851dependencies = [
8852 "bitflags 2.8.0",
8853 "block2",
8854 "objc2",
8855 "objc2-foundation",
8856]
8857
8858[[package]]
8859name = "objc2-core-image"
8860version = "0.2.2"
8861source = "registry+https://github.com/rust-lang/crates.io-index"
8862checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8863dependencies = [
8864 "block2",
8865 "objc2",
8866 "objc2-foundation",
8867 "objc2-metal",
8868]
8869
8870[[package]]
8871name = "objc2-core-location"
8872version = "0.2.2"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8875dependencies = [
8876 "block2",
8877 "objc2",
8878 "objc2-contacts",
8879 "objc2-foundation",
8880]
8881
8882[[package]]
8883name = "objc2-encode"
8884version = "4.0.3"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8887
8888[[package]]
8889name = "objc2-foundation"
8890version = "0.2.2"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8893dependencies = [
8894 "bitflags 2.8.0",
8895 "block2",
8896 "libc",
8897 "objc2",
8898]
8899
8900[[package]]
8901name = "objc2-link-presentation"
8902version = "0.2.2"
8903source = "registry+https://github.com/rust-lang/crates.io-index"
8904checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8905dependencies = [
8906 "block2",
8907 "objc2",
8908 "objc2-app-kit",
8909 "objc2-foundation",
8910]
8911
8912[[package]]
8913name = "objc2-metal"
8914version = "0.2.2"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8917dependencies = [
8918 "bitflags 2.8.0",
8919 "block2",
8920 "objc2",
8921 "objc2-foundation",
8922]
8923
8924[[package]]
8925name = "objc2-quartz-core"
8926version = "0.2.2"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8929dependencies = [
8930 "bitflags 2.8.0",
8931 "block2",
8932 "objc2",
8933 "objc2-foundation",
8934 "objc2-metal",
8935]
8936
8937[[package]]
8938name = "objc2-symbols"
8939version = "0.2.2"
8940source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8942dependencies = [
8943 "objc2",
8944 "objc2-foundation",
8945]
8946
8947[[package]]
8948name = "objc2-ui-kit"
8949version = "0.2.2"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8952dependencies = [
8953 "bitflags 2.8.0",
8954 "block2",
8955 "objc2",
8956 "objc2-cloud-kit",
8957 "objc2-core-data",
8958 "objc2-core-image",
8959 "objc2-core-location",
8960 "objc2-foundation",
8961 "objc2-link-presentation",
8962 "objc2-quartz-core",
8963 "objc2-symbols",
8964 "objc2-uniform-type-identifiers",
8965 "objc2-user-notifications",
8966]
8967
8968[[package]]
8969name = "objc2-uniform-type-identifiers"
8970version = "0.2.2"
8971source = "registry+https://github.com/rust-lang/crates.io-index"
8972checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8973dependencies = [
8974 "block2",
8975 "objc2",
8976 "objc2-foundation",
8977]
8978
8979[[package]]
8980name = "objc2-user-notifications"
8981version = "0.2.2"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8984dependencies = [
8985 "bitflags 2.8.0",
8986 "block2",
8987 "objc2",
8988 "objc2-core-location",
8989 "objc2-foundation",
8990]
8991
8992[[package]]
8993name = "object"
8994version = "0.36.5"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8997dependencies = [
8998 "crc32fast",
8999 "hashbrown 0.15.2",
9000 "indexmap",
9001 "memchr",
9002]
9003
9004[[package]]
9005name = "oboe"
9006version = "0.6.1"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9009dependencies = [
9010 "jni",
9011 "ndk",
9012 "ndk-context",
9013 "num-derive",
9014 "num-traits",
9015 "oboe-sys",
9016]
9017
9018[[package]]
9019name = "oboe-sys"
9020version = "0.6.1"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9023dependencies = [
9024 "cc",
9025]
9026
9027[[package]]
9028name = "ollama"
9029version = "0.1.0"
9030dependencies = [
9031 "anyhow",
9032 "futures 0.3.31",
9033 "http_client",
9034 "schemars",
9035 "serde",
9036 "serde_json",
9037]
9038
9039[[package]]
9040name = "once_cell"
9041version = "1.20.3"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9044
9045[[package]]
9046name = "oo7"
9047version = "0.4.1"
9048source = "registry+https://github.com/rust-lang/crates.io-index"
9049checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9050dependencies = [
9051 "aes",
9052 "ashpd",
9053 "async-fs",
9054 "async-io",
9055 "async-lock",
9056 "blocking",
9057 "cbc",
9058 "cipher",
9059 "digest",
9060 "endi",
9061 "futures-lite 2.6.0",
9062 "futures-util",
9063 "getrandom 0.3.1",
9064 "hkdf",
9065 "hmac",
9066 "md-5",
9067 "num",
9068 "num-bigint-dig",
9069 "pbkdf2 0.12.2",
9070 "rand 0.9.0",
9071 "serde",
9072 "sha2",
9073 "subtle",
9074 "zbus",
9075 "zbus_macros",
9076 "zeroize",
9077 "zvariant",
9078]
9079
9080[[package]]
9081name = "oorandom"
9082version = "11.1.4"
9083source = "registry+https://github.com/rust-lang/crates.io-index"
9084checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9085
9086[[package]]
9087name = "open"
9088version = "5.3.2"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9091dependencies = [
9092 "is-wsl",
9093 "libc",
9094 "pathdiff",
9095]
9096
9097[[package]]
9098name = "open_ai"
9099version = "0.1.0"
9100dependencies = [
9101 "anyhow",
9102 "futures 0.3.31",
9103 "http_client",
9104 "schemars",
9105 "serde",
9106 "serde_json",
9107 "strum",
9108]
9109
9110[[package]]
9111name = "opener"
9112version = "0.7.2"
9113source = "registry+https://github.com/rust-lang/crates.io-index"
9114checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9115dependencies = [
9116 "bstr",
9117 "dbus",
9118 "normpath",
9119 "windows-sys 0.59.0",
9120]
9121
9122[[package]]
9123name = "openssl"
9124version = "0.10.70"
9125source = "registry+https://github.com/rust-lang/crates.io-index"
9126checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9127dependencies = [
9128 "bitflags 2.8.0",
9129 "cfg-if",
9130 "foreign-types 0.3.2",
9131 "libc",
9132 "once_cell",
9133 "openssl-macros",
9134 "openssl-sys",
9135]
9136
9137[[package]]
9138name = "openssl-macros"
9139version = "0.1.1"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9142dependencies = [
9143 "proc-macro2",
9144 "quote",
9145 "syn 2.0.100",
9146]
9147
9148[[package]]
9149name = "openssl-probe"
9150version = "0.1.5"
9151source = "registry+https://github.com/rust-lang/crates.io-index"
9152checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9153
9154[[package]]
9155name = "openssl-src"
9156version = "300.4.1+3.4.0"
9157source = "registry+https://github.com/rust-lang/crates.io-index"
9158checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9159dependencies = [
9160 "cc",
9161]
9162
9163[[package]]
9164name = "openssl-sys"
9165version = "0.9.105"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9168dependencies = [
9169 "cc",
9170 "libc",
9171 "openssl-src",
9172 "pkg-config",
9173 "vcpkg",
9174]
9175
9176[[package]]
9177name = "option-ext"
9178version = "0.2.0"
9179source = "registry+https://github.com/rust-lang/crates.io-index"
9180checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9181
9182[[package]]
9183name = "ordered-float"
9184version = "2.10.1"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9187dependencies = [
9188 "num-traits",
9189]
9190
9191[[package]]
9192name = "ordered-float"
9193version = "3.9.2"
9194source = "registry+https://github.com/rust-lang/crates.io-index"
9195checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9196dependencies = [
9197 "num-traits",
9198]
9199
9200[[package]]
9201name = "ordered-stream"
9202version = "0.2.0"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9205dependencies = [
9206 "futures-core",
9207 "pin-project-lite",
9208]
9209
9210[[package]]
9211name = "ouroboros"
9212version = "0.18.4"
9213source = "registry+https://github.com/rust-lang/crates.io-index"
9214checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9215dependencies = [
9216 "aliasable",
9217 "ouroboros_macro",
9218 "static_assertions",
9219]
9220
9221[[package]]
9222name = "ouroboros_macro"
9223version = "0.18.4"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9226dependencies = [
9227 "heck 0.4.1",
9228 "itertools 0.12.1",
9229 "proc-macro2",
9230 "proc-macro2-diagnostics",
9231 "quote",
9232 "syn 2.0.100",
9233]
9234
9235[[package]]
9236name = "outline"
9237version = "0.1.0"
9238dependencies = [
9239 "editor",
9240 "fuzzy",
9241 "gpui",
9242 "indoc",
9243 "language",
9244 "menu",
9245 "ordered-float 2.10.1",
9246 "picker",
9247 "project",
9248 "rope",
9249 "serde_json",
9250 "settings",
9251 "smol",
9252 "theme",
9253 "tree-sitter-rust",
9254 "tree-sitter-typescript",
9255 "ui",
9256 "util",
9257 "workspace",
9258 "zed_actions",
9259]
9260
9261[[package]]
9262name = "outline_panel"
9263version = "0.1.0"
9264dependencies = [
9265 "anyhow",
9266 "collections",
9267 "db",
9268 "editor",
9269 "file_icons",
9270 "fuzzy",
9271 "gpui",
9272 "itertools 0.14.0",
9273 "language",
9274 "log",
9275 "menu",
9276 "outline",
9277 "pretty_assertions",
9278 "project",
9279 "schemars",
9280 "search",
9281 "serde",
9282 "serde_json",
9283 "settings",
9284 "smallvec",
9285 "smol",
9286 "theme",
9287 "ui",
9288 "util",
9289 "workspace",
9290 "worktree",
9291 "zed_actions",
9292]
9293
9294[[package]]
9295name = "outref"
9296version = "0.5.1"
9297source = "registry+https://github.com/rust-lang/crates.io-index"
9298checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9299
9300[[package]]
9301name = "overload"
9302version = "0.1.1"
9303source = "registry+https://github.com/rust-lang/crates.io-index"
9304checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9305
9306[[package]]
9307name = "p256"
9308version = "0.11.1"
9309source = "registry+https://github.com/rust-lang/crates.io-index"
9310checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9311dependencies = [
9312 "ecdsa",
9313 "elliptic-curve",
9314 "sha2",
9315]
9316
9317[[package]]
9318name = "page_size"
9319version = "0.6.0"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9322dependencies = [
9323 "libc",
9324 "winapi",
9325]
9326
9327[[package]]
9328name = "palette"
9329version = "0.7.6"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9332dependencies = [
9333 "approx",
9334 "fast-srgb8",
9335 "palette_derive",
9336]
9337
9338[[package]]
9339name = "palette_derive"
9340version = "0.7.6"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9343dependencies = [
9344 "by_address",
9345 "proc-macro2",
9346 "quote",
9347 "syn 2.0.100",
9348]
9349
9350[[package]]
9351name = "panel"
9352version = "0.1.0"
9353dependencies = [
9354 "editor",
9355 "gpui",
9356 "settings",
9357 "theme",
9358 "ui",
9359 "workspace",
9360]
9361
9362[[package]]
9363name = "parity-tokio-ipc"
9364version = "0.9.0"
9365source = "registry+https://github.com/rust-lang/crates.io-index"
9366checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9367dependencies = [
9368 "futures 0.3.31",
9369 "libc",
9370 "log",
9371 "rand 0.7.3",
9372 "tokio",
9373 "winapi",
9374]
9375
9376[[package]]
9377name = "parking"
9378version = "2.2.1"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9381
9382[[package]]
9383name = "parking_lot"
9384version = "0.12.3"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9387dependencies = [
9388 "lock_api",
9389 "parking_lot_core",
9390]
9391
9392[[package]]
9393name = "parking_lot_core"
9394version = "0.9.10"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9397dependencies = [
9398 "cfg-if",
9399 "libc",
9400 "redox_syscall 0.5.8",
9401 "smallvec",
9402 "windows-targets 0.52.6",
9403]
9404
9405[[package]]
9406name = "password-hash"
9407version = "0.4.2"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9410dependencies = [
9411 "base64ct",
9412 "rand_core 0.6.4",
9413 "subtle",
9414]
9415
9416[[package]]
9417name = "password-hash"
9418version = "0.5.0"
9419source = "registry+https://github.com/rust-lang/crates.io-index"
9420checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9421dependencies = [
9422 "base64ct",
9423 "rand_core 0.6.4",
9424 "subtle",
9425]
9426
9427[[package]]
9428name = "paste"
9429version = "1.0.15"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9432
9433[[package]]
9434name = "pathdiff"
9435version = "0.2.3"
9436source = "registry+https://github.com/rust-lang/crates.io-index"
9437checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9438
9439[[package]]
9440name = "pathfinder_geometry"
9441version = "0.5.1"
9442source = "registry+https://github.com/rust-lang/crates.io-index"
9443checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9444dependencies = [
9445 "log",
9446 "pathfinder_simd",
9447]
9448
9449[[package]]
9450name = "pathfinder_simd"
9451version = "0.5.4"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9454dependencies = [
9455 "rustc_version",
9456]
9457
9458[[package]]
9459name = "paths"
9460version = "0.1.0"
9461dependencies = [
9462 "dirs 4.0.0",
9463 "util",
9464]
9465
9466[[package]]
9467name = "pbjson"
9468version = "0.6.0"
9469source = "registry+https://github.com/rust-lang/crates.io-index"
9470checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9471dependencies = [
9472 "base64 0.21.7",
9473 "serde",
9474]
9475
9476[[package]]
9477name = "pbjson-build"
9478version = "0.6.2"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9481dependencies = [
9482 "heck 0.4.1",
9483 "itertools 0.11.0",
9484 "prost 0.12.6",
9485 "prost-types 0.12.6",
9486]
9487
9488[[package]]
9489name = "pbjson-types"
9490version = "0.6.0"
9491source = "registry+https://github.com/rust-lang/crates.io-index"
9492checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9493dependencies = [
9494 "bytes 1.10.1",
9495 "chrono",
9496 "pbjson",
9497 "pbjson-build",
9498 "prost 0.12.6",
9499 "prost-build 0.12.6",
9500 "serde",
9501]
9502
9503[[package]]
9504name = "pbkdf2"
9505version = "0.11.0"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9508dependencies = [
9509 "digest",
9510 "hmac",
9511 "password-hash 0.4.2",
9512 "sha2",
9513]
9514
9515[[package]]
9516name = "pbkdf2"
9517version = "0.12.2"
9518source = "registry+https://github.com/rust-lang/crates.io-index"
9519checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9520dependencies = [
9521 "digest",
9522 "hmac",
9523]
9524
9525[[package]]
9526name = "pem"
9527version = "3.0.4"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9530dependencies = [
9531 "base64 0.22.1",
9532 "serde",
9533]
9534
9535[[package]]
9536name = "pem-rfc7468"
9537version = "0.7.0"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9540dependencies = [
9541 "base64ct",
9542]
9543
9544[[package]]
9545name = "percent-encoding"
9546version = "2.3.1"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9549
9550[[package]]
9551name = "perplexity"
9552version = "0.1.0"
9553dependencies = [
9554 "serde",
9555 "zed_extension_api 0.3.0",
9556]
9557
9558[[package]]
9559name = "pest"
9560version = "2.7.15"
9561source = "registry+https://github.com/rust-lang/crates.io-index"
9562checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9563dependencies = [
9564 "memchr",
9565 "thiserror 2.0.6",
9566 "ucd-trie",
9567]
9568
9569[[package]]
9570name = "pest_derive"
9571version = "2.7.15"
9572source = "registry+https://github.com/rust-lang/crates.io-index"
9573checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9574dependencies = [
9575 "pest",
9576 "pest_generator",
9577]
9578
9579[[package]]
9580name = "pest_generator"
9581version = "2.7.15"
9582source = "registry+https://github.com/rust-lang/crates.io-index"
9583checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9584dependencies = [
9585 "pest",
9586 "pest_meta",
9587 "proc-macro2",
9588 "quote",
9589 "syn 2.0.100",
9590]
9591
9592[[package]]
9593name = "pest_meta"
9594version = "2.7.15"
9595source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9597dependencies = [
9598 "once_cell",
9599 "pest",
9600 "sha2",
9601]
9602
9603[[package]]
9604name = "pet"
9605version = "0.1.0"
9606source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9607dependencies = [
9608 "clap",
9609 "env_logger 0.10.2",
9610 "lazy_static",
9611 "log",
9612 "msvc_spectre_libs",
9613 "pet-conda",
9614 "pet-core",
9615 "pet-env-var-path",
9616 "pet-fs",
9617 "pet-global-virtualenvs",
9618 "pet-homebrew",
9619 "pet-jsonrpc",
9620 "pet-linux-global-python",
9621 "pet-mac-commandlinetools",
9622 "pet-mac-python-org",
9623 "pet-mac-xcode",
9624 "pet-pipenv",
9625 "pet-pixi",
9626 "pet-poetry",
9627 "pet-pyenv",
9628 "pet-python-utils",
9629 "pet-reporter",
9630 "pet-telemetry",
9631 "pet-venv",
9632 "pet-virtualenv",
9633 "pet-virtualenvwrapper",
9634 "pet-windows-registry",
9635 "pet-windows-store",
9636 "serde",
9637 "serde_json",
9638]
9639
9640[[package]]
9641name = "pet-conda"
9642version = "0.1.0"
9643source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9644dependencies = [
9645 "env_logger 0.10.2",
9646 "lazy_static",
9647 "log",
9648 "msvc_spectre_libs",
9649 "pet-core",
9650 "pet-fs",
9651 "pet-python-utils",
9652 "pet-reporter",
9653 "regex",
9654 "serde",
9655 "serde_json",
9656 "yaml-rust2",
9657]
9658
9659[[package]]
9660name = "pet-core"
9661version = "0.1.0"
9662source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9663dependencies = [
9664 "clap",
9665 "lazy_static",
9666 "log",
9667 "msvc_spectre_libs",
9668 "pet-fs",
9669 "regex",
9670 "serde",
9671 "serde_json",
9672]
9673
9674[[package]]
9675name = "pet-env-var-path"
9676version = "0.1.0"
9677source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9678dependencies = [
9679 "lazy_static",
9680 "log",
9681 "msvc_spectre_libs",
9682 "pet-conda",
9683 "pet-core",
9684 "pet-fs",
9685 "pet-python-utils",
9686 "pet-virtualenv",
9687 "regex",
9688]
9689
9690[[package]]
9691name = "pet-fs"
9692version = "0.1.0"
9693source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9694dependencies = [
9695 "log",
9696 "msvc_spectre_libs",
9697]
9698
9699[[package]]
9700name = "pet-global-virtualenvs"
9701version = "0.1.0"
9702source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9703dependencies = [
9704 "log",
9705 "msvc_spectre_libs",
9706 "pet-conda",
9707 "pet-core",
9708 "pet-fs",
9709 "pet-virtualenv",
9710]
9711
9712[[package]]
9713name = "pet-homebrew"
9714version = "0.1.0"
9715source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9716dependencies = [
9717 "lazy_static",
9718 "log",
9719 "msvc_spectre_libs",
9720 "pet-conda",
9721 "pet-core",
9722 "pet-fs",
9723 "pet-python-utils",
9724 "pet-virtualenv",
9725 "regex",
9726 "serde",
9727 "serde_json",
9728]
9729
9730[[package]]
9731name = "pet-jsonrpc"
9732version = "0.1.0"
9733source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9734dependencies = [
9735 "env_logger 0.10.2",
9736 "log",
9737 "msvc_spectre_libs",
9738 "pet-core",
9739 "serde",
9740 "serde_json",
9741]
9742
9743[[package]]
9744name = "pet-linux-global-python"
9745version = "0.1.0"
9746source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9747dependencies = [
9748 "log",
9749 "msvc_spectre_libs",
9750 "pet-core",
9751 "pet-fs",
9752 "pet-python-utils",
9753 "pet-virtualenv",
9754]
9755
9756[[package]]
9757name = "pet-mac-commandlinetools"
9758version = "0.1.0"
9759source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9760dependencies = [
9761 "log",
9762 "msvc_spectre_libs",
9763 "pet-core",
9764 "pet-fs",
9765 "pet-python-utils",
9766 "pet-virtualenv",
9767]
9768
9769[[package]]
9770name = "pet-mac-python-org"
9771version = "0.1.0"
9772source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9773dependencies = [
9774 "log",
9775 "msvc_spectre_libs",
9776 "pet-core",
9777 "pet-fs",
9778 "pet-python-utils",
9779 "pet-virtualenv",
9780]
9781
9782[[package]]
9783name = "pet-mac-xcode"
9784version = "0.1.0"
9785source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9786dependencies = [
9787 "log",
9788 "msvc_spectre_libs",
9789 "pet-core",
9790 "pet-fs",
9791 "pet-python-utils",
9792 "pet-virtualenv",
9793]
9794
9795[[package]]
9796name = "pet-pipenv"
9797version = "0.1.0"
9798source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9799dependencies = [
9800 "log",
9801 "msvc_spectre_libs",
9802 "pet-core",
9803 "pet-fs",
9804 "pet-python-utils",
9805 "pet-virtualenv",
9806]
9807
9808[[package]]
9809name = "pet-pixi"
9810version = "0.1.0"
9811source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9812dependencies = [
9813 "log",
9814 "msvc_spectre_libs",
9815 "pet-conda",
9816 "pet-core",
9817 "pet-python-utils",
9818]
9819
9820[[package]]
9821name = "pet-poetry"
9822version = "0.1.0"
9823source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9824dependencies = [
9825 "base64 0.22.1",
9826 "lazy_static",
9827 "log",
9828 "msvc_spectre_libs",
9829 "pet-core",
9830 "pet-fs",
9831 "pet-python-utils",
9832 "pet-reporter",
9833 "pet-virtualenv",
9834 "regex",
9835 "serde",
9836 "serde_json",
9837 "sha2",
9838 "toml 0.8.20",
9839]
9840
9841[[package]]
9842name = "pet-pyenv"
9843version = "0.1.0"
9844source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9845dependencies = [
9846 "lazy_static",
9847 "log",
9848 "msvc_spectre_libs",
9849 "pet-conda",
9850 "pet-core",
9851 "pet-fs",
9852 "pet-python-utils",
9853 "pet-reporter",
9854 "regex",
9855 "serde",
9856 "serde_json",
9857]
9858
9859[[package]]
9860name = "pet-python-utils"
9861version = "0.1.0"
9862source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9863dependencies = [
9864 "env_logger 0.10.2",
9865 "lazy_static",
9866 "log",
9867 "msvc_spectre_libs",
9868 "pet-core",
9869 "pet-fs",
9870 "regex",
9871 "serde",
9872 "serde_json",
9873 "sha2",
9874]
9875
9876[[package]]
9877name = "pet-reporter"
9878version = "0.1.0"
9879source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9880dependencies = [
9881 "env_logger 0.10.2",
9882 "log",
9883 "msvc_spectre_libs",
9884 "pet-core",
9885 "pet-jsonrpc",
9886 "serde",
9887 "serde_json",
9888]
9889
9890[[package]]
9891name = "pet-telemetry"
9892version = "0.1.0"
9893source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9894dependencies = [
9895 "env_logger 0.10.2",
9896 "lazy_static",
9897 "log",
9898 "msvc_spectre_libs",
9899 "pet-core",
9900 "pet-fs",
9901 "pet-python-utils",
9902 "regex",
9903]
9904
9905[[package]]
9906name = "pet-venv"
9907version = "0.1.0"
9908source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9909dependencies = [
9910 "log",
9911 "msvc_spectre_libs",
9912 "pet-core",
9913 "pet-python-utils",
9914 "pet-virtualenv",
9915]
9916
9917[[package]]
9918name = "pet-virtualenv"
9919version = "0.1.0"
9920source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9921dependencies = [
9922 "log",
9923 "msvc_spectre_libs",
9924 "pet-core",
9925 "pet-fs",
9926 "pet-python-utils",
9927]
9928
9929[[package]]
9930name = "pet-virtualenvwrapper"
9931version = "0.1.0"
9932source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9933dependencies = [
9934 "log",
9935 "msvc_spectre_libs",
9936 "pet-core",
9937 "pet-fs",
9938 "pet-python-utils",
9939 "pet-virtualenv",
9940]
9941
9942[[package]]
9943name = "pet-windows-registry"
9944version = "0.1.0"
9945source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9946dependencies = [
9947 "lazy_static",
9948 "log",
9949 "msvc_spectre_libs",
9950 "pet-conda",
9951 "pet-core",
9952 "pet-fs",
9953 "pet-python-utils",
9954 "pet-virtualenv",
9955 "pet-windows-store",
9956 "regex",
9957 "winreg 0.52.0",
9958]
9959
9960[[package]]
9961name = "pet-windows-store"
9962version = "0.1.0"
9963source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9964dependencies = [
9965 "lazy_static",
9966 "log",
9967 "msvc_spectre_libs",
9968 "pet-core",
9969 "pet-fs",
9970 "pet-python-utils",
9971 "pet-virtualenv",
9972 "regex",
9973 "winreg 0.52.0",
9974]
9975
9976[[package]]
9977name = "petgraph"
9978version = "0.6.5"
9979source = "registry+https://github.com/rust-lang/crates.io-index"
9980checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9981dependencies = [
9982 "fixedbitset",
9983 "indexmap",
9984]
9985
9986[[package]]
9987name = "phf"
9988version = "0.11.2"
9989source = "registry+https://github.com/rust-lang/crates.io-index"
9990checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9991dependencies = [
9992 "phf_macros",
9993 "phf_shared 0.11.2",
9994]
9995
9996[[package]]
9997name = "phf_codegen"
9998version = "0.11.2"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10001dependencies = [
10002 "phf_generator 0.11.2",
10003 "phf_shared 0.11.2",
10004]
10005
10006[[package]]
10007name = "phf_generator"
10008version = "0.10.0"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10011dependencies = [
10012 "phf_shared 0.10.0",
10013 "rand 0.8.5",
10014]
10015
10016[[package]]
10017name = "phf_generator"
10018version = "0.11.2"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10021dependencies = [
10022 "phf_shared 0.11.2",
10023 "rand 0.8.5",
10024]
10025
10026[[package]]
10027name = "phf_macros"
10028version = "0.11.2"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10031dependencies = [
10032 "phf_generator 0.11.2",
10033 "phf_shared 0.11.2",
10034 "proc-macro2",
10035 "quote",
10036 "syn 2.0.100",
10037]
10038
10039[[package]]
10040name = "phf_shared"
10041version = "0.10.0"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10044dependencies = [
10045 "siphasher 0.3.11",
10046]
10047
10048[[package]]
10049name = "phf_shared"
10050version = "0.11.2"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10053dependencies = [
10054 "siphasher 0.3.11",
10055]
10056
10057[[package]]
10058name = "picker"
10059version = "0.1.0"
10060dependencies = [
10061 "anyhow",
10062 "ctor",
10063 "editor",
10064 "env_logger 0.11.7",
10065 "gpui",
10066 "menu",
10067 "schemars",
10068 "serde",
10069 "serde_json",
10070 "ui",
10071 "util",
10072 "workspace",
10073]
10074
10075[[package]]
10076name = "pico-args"
10077version = "0.5.0"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10080
10081[[package]]
10082name = "pin-project"
10083version = "1.1.7"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10086dependencies = [
10087 "pin-project-internal",
10088]
10089
10090[[package]]
10091name = "pin-project-internal"
10092version = "1.1.7"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10095dependencies = [
10096 "proc-macro2",
10097 "quote",
10098 "syn 2.0.100",
10099]
10100
10101[[package]]
10102name = "pin-project-lite"
10103version = "0.2.16"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10106
10107[[package]]
10108name = "pin-utils"
10109version = "0.1.0"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10112
10113[[package]]
10114name = "piper"
10115version = "0.2.4"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10118dependencies = [
10119 "atomic-waker",
10120 "fastrand 2.3.0",
10121 "futures-io",
10122]
10123
10124[[package]]
10125name = "pkcs1"
10126version = "0.7.5"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10129dependencies = [
10130 "der 0.7.9",
10131 "pkcs8 0.10.2",
10132 "spki 0.7.3",
10133]
10134
10135[[package]]
10136name = "pkcs8"
10137version = "0.9.0"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10140dependencies = [
10141 "der 0.6.1",
10142 "spki 0.6.0",
10143]
10144
10145[[package]]
10146name = "pkcs8"
10147version = "0.10.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10150dependencies = [
10151 "der 0.7.9",
10152 "spki 0.7.3",
10153]
10154
10155[[package]]
10156name = "pkg-config"
10157version = "0.3.31"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10160
10161[[package]]
10162name = "plist"
10163version = "1.7.0"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10166dependencies = [
10167 "base64 0.22.1",
10168 "indexmap",
10169 "quick-xml 0.32.0",
10170 "serde",
10171 "time",
10172]
10173
10174[[package]]
10175name = "plotters"
10176version = "0.3.7"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10179dependencies = [
10180 "num-traits",
10181 "plotters-backend",
10182 "plotters-svg",
10183 "wasm-bindgen",
10184 "web-sys",
10185]
10186
10187[[package]]
10188name = "plotters-backend"
10189version = "0.3.7"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10192
10193[[package]]
10194name = "plotters-svg"
10195version = "0.3.7"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10198dependencies = [
10199 "plotters-backend",
10200]
10201
10202[[package]]
10203name = "png"
10204version = "0.17.15"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10207dependencies = [
10208 "bitflags 1.3.2",
10209 "crc32fast",
10210 "fdeflate",
10211 "flate2",
10212 "miniz_oxide",
10213]
10214
10215[[package]]
10216name = "polling"
10217version = "3.7.4"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10220dependencies = [
10221 "cfg-if",
10222 "concurrent-queue",
10223 "hermit-abi 0.4.0",
10224 "pin-project-lite",
10225 "rustix",
10226 "tracing",
10227 "windows-sys 0.59.0",
10228]
10229
10230[[package]]
10231name = "pollster"
10232version = "0.2.5"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10235
10236[[package]]
10237name = "portable-atomic"
10238version = "1.11.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10241
10242[[package]]
10243name = "portable-atomic-util"
10244version = "0.2.4"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10247dependencies = [
10248 "portable-atomic",
10249]
10250
10251[[package]]
10252name = "postage"
10253version = "0.5.0"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10256dependencies = [
10257 "atomic",
10258 "crossbeam-queue",
10259 "futures 0.3.31",
10260 "log",
10261 "parking_lot",
10262 "pin-project",
10263 "pollster",
10264 "static_assertions",
10265 "thiserror 1.0.69",
10266]
10267
10268[[package]]
10269name = "postcard"
10270version = "1.1.1"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10273dependencies = [
10274 "cobs",
10275 "embedded-io 0.4.0",
10276 "embedded-io 0.6.1",
10277 "serde",
10278]
10279
10280[[package]]
10281name = "powerfmt"
10282version = "0.2.0"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10285
10286[[package]]
10287name = "ppv-lite86"
10288version = "0.2.20"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10291dependencies = [
10292 "zerocopy 0.7.35",
10293]
10294
10295[[package]]
10296name = "precomputed-hash"
10297version = "0.1.1"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10300
10301[[package]]
10302name = "prettier"
10303version = "0.1.0"
10304dependencies = [
10305 "anyhow",
10306 "collections",
10307 "fs",
10308 "gpui",
10309 "language",
10310 "log",
10311 "lsp",
10312 "node_runtime",
10313 "parking_lot",
10314 "paths",
10315 "serde",
10316 "serde_json",
10317 "util",
10318]
10319
10320[[package]]
10321name = "pretty_assertions"
10322version = "1.4.1"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10325dependencies = [
10326 "diff",
10327 "yansi",
10328]
10329
10330[[package]]
10331name = "prettyplease"
10332version = "0.2.25"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10335dependencies = [
10336 "proc-macro2",
10337 "syn 2.0.100",
10338]
10339
10340[[package]]
10341name = "proc-macro-crate"
10342version = "3.2.0"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10345dependencies = [
10346 "toml_edit",
10347]
10348
10349[[package]]
10350name = "proc-macro-error-attr2"
10351version = "2.0.0"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10354dependencies = [
10355 "proc-macro2",
10356 "quote",
10357]
10358
10359[[package]]
10360name = "proc-macro-error2"
10361version = "2.0.1"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10364dependencies = [
10365 "proc-macro-error-attr2",
10366 "proc-macro2",
10367 "quote",
10368 "syn 2.0.100",
10369]
10370
10371[[package]]
10372name = "proc-macro2"
10373version = "1.0.94"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10376dependencies = [
10377 "unicode-ident",
10378]
10379
10380[[package]]
10381name = "proc-macro2-diagnostics"
10382version = "0.10.1"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10385dependencies = [
10386 "proc-macro2",
10387 "quote",
10388 "syn 2.0.100",
10389 "version_check",
10390 "yansi",
10391]
10392
10393[[package]]
10394name = "profiling"
10395version = "1.0.16"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10398dependencies = [
10399 "profiling-procmacros",
10400]
10401
10402[[package]]
10403name = "profiling-procmacros"
10404version = "1.0.16"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10407dependencies = [
10408 "quote",
10409 "syn 2.0.100",
10410]
10411
10412[[package]]
10413name = "project"
10414version = "0.1.0"
10415dependencies = [
10416 "aho-corasick",
10417 "anyhow",
10418 "askpass",
10419 "async-trait",
10420 "buffer_diff",
10421 "client",
10422 "clock",
10423 "collections",
10424 "env_logger 0.11.7",
10425 "extension",
10426 "fancy-regex 0.14.0",
10427 "fs",
10428 "futures 0.3.31",
10429 "fuzzy",
10430 "git",
10431 "git2",
10432 "globset",
10433 "gpui",
10434 "http_client",
10435 "image",
10436 "itertools 0.14.0",
10437 "language",
10438 "log",
10439 "lsp",
10440 "node_runtime",
10441 "parking_lot",
10442 "pathdiff",
10443 "paths",
10444 "postage",
10445 "prettier",
10446 "pretty_assertions",
10447 "rand 0.8.5",
10448 "regex",
10449 "release_channel",
10450 "remote",
10451 "rpc",
10452 "schemars",
10453 "serde",
10454 "serde_json",
10455 "settings",
10456 "sha2",
10457 "shellexpand 2.1.2",
10458 "shlex",
10459 "smol",
10460 "snippet",
10461 "snippet_provider",
10462 "task",
10463 "tempfile",
10464 "terminal",
10465 "text",
10466 "toml 0.8.20",
10467 "unindent",
10468 "url",
10469 "util",
10470 "which 6.0.3",
10471 "worktree",
10472]
10473
10474[[package]]
10475name = "project_panel"
10476version = "0.1.0"
10477dependencies = [
10478 "anyhow",
10479 "client",
10480 "collections",
10481 "command_palette_hooks",
10482 "db",
10483 "editor",
10484 "file_icons",
10485 "git",
10486 "gpui",
10487 "indexmap",
10488 "language",
10489 "menu",
10490 "pretty_assertions",
10491 "project",
10492 "schemars",
10493 "search",
10494 "serde",
10495 "serde_derive",
10496 "serde_json",
10497 "settings",
10498 "smallvec",
10499 "theme",
10500 "ui",
10501 "util",
10502 "workspace",
10503 "worktree",
10504 "zed_actions",
10505]
10506
10507[[package]]
10508name = "project_symbols"
10509version = "0.1.0"
10510dependencies = [
10511 "anyhow",
10512 "editor",
10513 "futures 0.3.31",
10514 "fuzzy",
10515 "gpui",
10516 "language",
10517 "lsp",
10518 "ordered-float 2.10.1",
10519 "picker",
10520 "project",
10521 "release_channel",
10522 "serde_json",
10523 "settings",
10524 "theme",
10525 "util",
10526 "workspace",
10527]
10528
10529[[package]]
10530name = "prometheus"
10531version = "0.13.4"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10534dependencies = [
10535 "cfg-if",
10536 "fnv",
10537 "lazy_static",
10538 "memchr",
10539 "parking_lot",
10540 "protobuf",
10541 "thiserror 1.0.69",
10542]
10543
10544[[package]]
10545name = "prompt_library"
10546version = "0.1.0"
10547dependencies = [
10548 "anyhow",
10549 "collections",
10550 "editor",
10551 "gpui",
10552 "language",
10553 "language_model",
10554 "log",
10555 "menu",
10556 "picker",
10557 "prompt_store",
10558 "release_channel",
10559 "rope",
10560 "serde",
10561 "settings",
10562 "theme",
10563 "ui",
10564 "util",
10565 "workspace",
10566 "zed_actions",
10567]
10568
10569[[package]]
10570name = "prompt_store"
10571version = "0.1.0"
10572dependencies = [
10573 "anyhow",
10574 "assets",
10575 "chrono",
10576 "collections",
10577 "fs",
10578 "futures 0.3.31",
10579 "fuzzy",
10580 "gpui",
10581 "handlebars 4.5.0",
10582 "heed",
10583 "language",
10584 "log",
10585 "parking_lot",
10586 "paths",
10587 "rope",
10588 "serde",
10589 "text",
10590 "util",
10591 "uuid",
10592]
10593
10594[[package]]
10595name = "prost"
10596version = "0.9.0"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10599dependencies = [
10600 "bytes 1.10.1",
10601 "prost-derive 0.9.0",
10602]
10603
10604[[package]]
10605name = "prost"
10606version = "0.12.6"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10609dependencies = [
10610 "bytes 1.10.1",
10611 "prost-derive 0.12.6",
10612]
10613
10614[[package]]
10615name = "prost-build"
10616version = "0.9.0"
10617source = "registry+https://github.com/rust-lang/crates.io-index"
10618checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10619dependencies = [
10620 "bytes 1.10.1",
10621 "heck 0.3.3",
10622 "itertools 0.10.5",
10623 "lazy_static",
10624 "log",
10625 "multimap 0.8.3",
10626 "petgraph",
10627 "prost 0.9.0",
10628 "prost-types 0.9.0",
10629 "regex",
10630 "tempfile",
10631 "which 4.4.2",
10632]
10633
10634[[package]]
10635name = "prost-build"
10636version = "0.12.6"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10639dependencies = [
10640 "bytes 1.10.1",
10641 "heck 0.5.0",
10642 "itertools 0.12.1",
10643 "log",
10644 "multimap 0.10.0",
10645 "once_cell",
10646 "petgraph",
10647 "prettyplease",
10648 "prost 0.12.6",
10649 "prost-types 0.12.6",
10650 "regex",
10651 "syn 2.0.100",
10652 "tempfile",
10653]
10654
10655[[package]]
10656name = "prost-derive"
10657version = "0.9.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10660dependencies = [
10661 "anyhow",
10662 "itertools 0.10.5",
10663 "proc-macro2",
10664 "quote",
10665 "syn 1.0.109",
10666]
10667
10668[[package]]
10669name = "prost-derive"
10670version = "0.12.6"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10673dependencies = [
10674 "anyhow",
10675 "itertools 0.12.1",
10676 "proc-macro2",
10677 "quote",
10678 "syn 2.0.100",
10679]
10680
10681[[package]]
10682name = "prost-types"
10683version = "0.9.0"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10686dependencies = [
10687 "bytes 1.10.1",
10688 "prost 0.9.0",
10689]
10690
10691[[package]]
10692name = "prost-types"
10693version = "0.12.6"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10696dependencies = [
10697 "prost 0.12.6",
10698]
10699
10700[[package]]
10701name = "proto"
10702version = "0.1.0"
10703dependencies = [
10704 "anyhow",
10705 "collections",
10706 "prost 0.9.0",
10707 "prost-build 0.9.0",
10708 "serde",
10709]
10710
10711[[package]]
10712name = "protobuf"
10713version = "2.28.0"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10716
10717[[package]]
10718name = "psm"
10719version = "0.1.24"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10722dependencies = [
10723 "cc",
10724]
10725
10726[[package]]
10727name = "ptr_meta"
10728version = "0.1.4"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10731dependencies = [
10732 "ptr_meta_derive",
10733]
10734
10735[[package]]
10736name = "ptr_meta_derive"
10737version = "0.1.4"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10740dependencies = [
10741 "proc-macro2",
10742 "quote",
10743 "syn 1.0.109",
10744]
10745
10746[[package]]
10747name = "pulldown-cmark"
10748version = "0.10.3"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10751dependencies = [
10752 "bitflags 2.8.0",
10753 "memchr",
10754 "pulldown-cmark-escape",
10755 "unicase",
10756]
10757
10758[[package]]
10759name = "pulldown-cmark"
10760version = "0.12.2"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10763dependencies = [
10764 "bitflags 2.8.0",
10765 "memchr",
10766 "unicase",
10767]
10768
10769[[package]]
10770name = "pulldown-cmark-escape"
10771version = "0.10.1"
10772source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10774
10775[[package]]
10776name = "pulley-interpreter"
10777version = "29.0.1"
10778source = "registry+https://github.com/rust-lang/crates.io-index"
10779checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10780dependencies = [
10781 "cranelift-bitset",
10782 "log",
10783 "sptr",
10784 "wasmtime-math",
10785]
10786
10787[[package]]
10788name = "qoi"
10789version = "0.4.1"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10792dependencies = [
10793 "bytemuck",
10794]
10795
10796[[package]]
10797name = "quick-error"
10798version = "2.0.1"
10799source = "registry+https://github.com/rust-lang/crates.io-index"
10800checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10801
10802[[package]]
10803name = "quick-xml"
10804version = "0.32.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10807dependencies = [
10808 "memchr",
10809]
10810
10811[[package]]
10812name = "quick-xml"
10813version = "0.37.2"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10816dependencies = [
10817 "memchr",
10818]
10819
10820[[package]]
10821name = "quinn"
10822version = "0.11.6"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10825dependencies = [
10826 "bytes 1.10.1",
10827 "pin-project-lite",
10828 "quinn-proto",
10829 "quinn-udp",
10830 "rustc-hash 2.1.1",
10831 "rustls 0.23.23",
10832 "socket2",
10833 "thiserror 2.0.6",
10834 "tokio",
10835 "tracing",
10836]
10837
10838[[package]]
10839name = "quinn-proto"
10840version = "0.11.9"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10843dependencies = [
10844 "bytes 1.10.1",
10845 "getrandom 0.2.15",
10846 "rand 0.8.5",
10847 "ring",
10848 "rustc-hash 2.1.1",
10849 "rustls 0.23.23",
10850 "rustls-pki-types",
10851 "slab",
10852 "thiserror 2.0.6",
10853 "tinyvec",
10854 "tracing",
10855 "web-time",
10856]
10857
10858[[package]]
10859name = "quinn-udp"
10860version = "0.5.9"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10863dependencies = [
10864 "cfg_aliases 0.2.1",
10865 "libc",
10866 "once_cell",
10867 "socket2",
10868 "tracing",
10869 "windows-sys 0.59.0",
10870]
10871
10872[[package]]
10873name = "quote"
10874version = "1.0.40"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10877dependencies = [
10878 "proc-macro2",
10879]
10880
10881[[package]]
10882name = "radium"
10883version = "0.7.0"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10886
10887[[package]]
10888name = "rand"
10889version = "0.7.3"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10892dependencies = [
10893 "getrandom 0.1.16",
10894 "libc",
10895 "rand_chacha 0.2.2",
10896 "rand_core 0.5.1",
10897 "rand_hc",
10898]
10899
10900[[package]]
10901name = "rand"
10902version = "0.8.5"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10905dependencies = [
10906 "libc",
10907 "rand_chacha 0.3.1",
10908 "rand_core 0.6.4",
10909]
10910
10911[[package]]
10912name = "rand"
10913version = "0.9.0"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10916dependencies = [
10917 "rand_chacha 0.9.0",
10918 "rand_core 0.9.0",
10919 "zerocopy 0.8.18",
10920]
10921
10922[[package]]
10923name = "rand_chacha"
10924version = "0.2.2"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10927dependencies = [
10928 "ppv-lite86",
10929 "rand_core 0.5.1",
10930]
10931
10932[[package]]
10933name = "rand_chacha"
10934version = "0.3.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10937dependencies = [
10938 "ppv-lite86",
10939 "rand_core 0.6.4",
10940]
10941
10942[[package]]
10943name = "rand_chacha"
10944version = "0.9.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10947dependencies = [
10948 "ppv-lite86",
10949 "rand_core 0.9.0",
10950]
10951
10952[[package]]
10953name = "rand_core"
10954version = "0.5.1"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10957dependencies = [
10958 "getrandom 0.1.16",
10959]
10960
10961[[package]]
10962name = "rand_core"
10963version = "0.6.4"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10966dependencies = [
10967 "getrandom 0.2.15",
10968]
10969
10970[[package]]
10971name = "rand_core"
10972version = "0.9.0"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10975dependencies = [
10976 "getrandom 0.3.1",
10977 "zerocopy 0.8.18",
10978]
10979
10980[[package]]
10981name = "rand_hc"
10982version = "0.2.0"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10985dependencies = [
10986 "rand_core 0.5.1",
10987]
10988
10989[[package]]
10990name = "rangemap"
10991version = "1.5.1"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10994
10995[[package]]
10996name = "rav1e"
10997version = "0.7.1"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11000dependencies = [
11001 "arbitrary",
11002 "arg_enum_proc_macro",
11003 "arrayvec",
11004 "av1-grain",
11005 "bitstream-io",
11006 "built",
11007 "cfg-if",
11008 "interpolate_name",
11009 "itertools 0.12.1",
11010 "libc",
11011 "libfuzzer-sys",
11012 "log",
11013 "maybe-rayon",
11014 "new_debug_unreachable",
11015 "noop_proc_macro",
11016 "num-derive",
11017 "num-traits",
11018 "once_cell",
11019 "paste",
11020 "profiling",
11021 "rand 0.8.5",
11022 "rand_chacha 0.3.1",
11023 "simd_helpers",
11024 "system-deps",
11025 "thiserror 1.0.69",
11026 "v_frame",
11027 "wasm-bindgen",
11028]
11029
11030[[package]]
11031name = "ravif"
11032version = "0.11.11"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11035dependencies = [
11036 "avif-serialize",
11037 "imgref",
11038 "loop9",
11039 "quick-error",
11040 "rav1e",
11041 "rayon",
11042 "rgb",
11043]
11044
11045[[package]]
11046name = "raw-window-handle"
11047version = "0.6.2"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11050
11051[[package]]
11052name = "raw-window-metal"
11053version = "0.4.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11056dependencies = [
11057 "cocoa 0.25.0",
11058 "core-graphics 0.23.2",
11059 "objc",
11060 "raw-window-handle",
11061]
11062
11063[[package]]
11064name = "rayon"
11065version = "1.10.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11068dependencies = [
11069 "either",
11070 "rayon-core",
11071]
11072
11073[[package]]
11074name = "rayon-core"
11075version = "1.12.1"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11078dependencies = [
11079 "crossbeam-deque",
11080 "crossbeam-utils",
11081]
11082
11083[[package]]
11084name = "read-fonts"
11085version = "0.22.5"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11088dependencies = [
11089 "bytemuck",
11090 "font-types",
11091]
11092
11093[[package]]
11094name = "recent_projects"
11095version = "0.1.0"
11096dependencies = [
11097 "anyhow",
11098 "auto_update",
11099 "editor",
11100 "extension_host",
11101 "file_finder",
11102 "futures 0.3.31",
11103 "fuzzy",
11104 "gpui",
11105 "language",
11106 "log",
11107 "markdown",
11108 "menu",
11109 "ordered-float 2.10.1",
11110 "paths",
11111 "picker",
11112 "project",
11113 "release_channel",
11114 "remote",
11115 "schemars",
11116 "serde",
11117 "serde_json",
11118 "settings",
11119 "smol",
11120 "task",
11121 "telemetry",
11122 "theme",
11123 "ui",
11124 "util",
11125 "workspace",
11126 "zed_actions",
11127]
11128
11129[[package]]
11130name = "redox_syscall"
11131version = "0.2.16"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11134dependencies = [
11135 "bitflags 1.3.2",
11136]
11137
11138[[package]]
11139name = "redox_syscall"
11140version = "0.5.8"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11143dependencies = [
11144 "bitflags 2.8.0",
11145]
11146
11147[[package]]
11148name = "redox_users"
11149version = "0.4.6"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11152dependencies = [
11153 "getrandom 0.2.15",
11154 "libredox",
11155 "thiserror 1.0.69",
11156]
11157
11158[[package]]
11159name = "refineable"
11160version = "0.1.0"
11161dependencies = [
11162 "derive_refineable",
11163]
11164
11165[[package]]
11166name = "regalloc2"
11167version = "0.11.1"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11170dependencies = [
11171 "allocator-api2",
11172 "bumpalo",
11173 "hashbrown 0.15.2",
11174 "log",
11175 "rustc-hash 2.1.1",
11176 "smallvec",
11177]
11178
11179[[package]]
11180name = "regex"
11181version = "1.11.1"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11184dependencies = [
11185 "aho-corasick",
11186 "memchr",
11187 "regex-automata 0.4.9",
11188 "regex-syntax 0.8.5",
11189]
11190
11191[[package]]
11192name = "regex-automata"
11193version = "0.1.10"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11196dependencies = [
11197 "regex-syntax 0.6.29",
11198]
11199
11200[[package]]
11201name = "regex-automata"
11202version = "0.4.9"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11205dependencies = [
11206 "aho-corasick",
11207 "memchr",
11208 "regex-syntax 0.8.5",
11209]
11210
11211[[package]]
11212name = "regex-lite"
11213version = "0.1.6"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11216
11217[[package]]
11218name = "regex-syntax"
11219version = "0.6.29"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11222
11223[[package]]
11224name = "regex-syntax"
11225version = "0.8.5"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11228
11229[[package]]
11230name = "release_channel"
11231version = "0.1.0"
11232dependencies = [
11233 "gpui",
11234]
11235
11236[[package]]
11237name = "remote"
11238version = "0.1.0"
11239dependencies = [
11240 "anyhow",
11241 "askpass",
11242 "async-trait",
11243 "collections",
11244 "fs",
11245 "futures 0.3.31",
11246 "gpui",
11247 "itertools 0.14.0",
11248 "log",
11249 "parking_lot",
11250 "paths",
11251 "prost 0.9.0",
11252 "release_channel",
11253 "rpc",
11254 "schemars",
11255 "serde",
11256 "serde_json",
11257 "shlex",
11258 "smol",
11259 "tempfile",
11260 "thiserror 1.0.69",
11261 "urlencoding",
11262 "util",
11263]
11264
11265[[package]]
11266name = "remote_server"
11267version = "0.1.0"
11268dependencies = [
11269 "anyhow",
11270 "async-watch",
11271 "backtrace",
11272 "cargo_toml",
11273 "chrono",
11274 "clap",
11275 "client",
11276 "clock",
11277 "env_logger 0.11.7",
11278 "extension",
11279 "extension_host",
11280 "fork",
11281 "fs",
11282 "futures 0.3.31",
11283 "git",
11284 "git_hosting_providers",
11285 "gpui",
11286 "gpui_tokio",
11287 "http_client",
11288 "language",
11289 "language_extension",
11290 "languages",
11291 "libc",
11292 "log",
11293 "lsp",
11294 "node_runtime",
11295 "paths",
11296 "project",
11297 "proto",
11298 "release_channel",
11299 "remote",
11300 "reqwest_client",
11301 "rpc",
11302 "rust-embed",
11303 "serde",
11304 "serde_json",
11305 "settings",
11306 "shellexpand 2.1.2",
11307 "smol",
11308 "sysinfo",
11309 "telemetry_events",
11310 "toml 0.8.20",
11311 "unindent",
11312 "util",
11313 "worktree",
11314]
11315
11316[[package]]
11317name = "rend"
11318version = "0.4.2"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11321dependencies = [
11322 "bytecheck",
11323]
11324
11325[[package]]
11326name = "repl"
11327version = "0.1.0"
11328dependencies = [
11329 "alacritty_terminal",
11330 "anyhow",
11331 "async-dispatcher",
11332 "async-tungstenite",
11333 "base64 0.22.1",
11334 "client",
11335 "collections",
11336 "command_palette_hooks",
11337 "editor",
11338 "env_logger 0.11.7",
11339 "feature_flags",
11340 "file_icons",
11341 "futures 0.3.31",
11342 "gpui",
11343 "http_client",
11344 "image",
11345 "indoc",
11346 "jupyter-protocol",
11347 "jupyter-websocket-client",
11348 "language",
11349 "languages",
11350 "log",
11351 "markdown_preview",
11352 "menu",
11353 "multi_buffer",
11354 "nbformat",
11355 "picker",
11356 "project",
11357 "runtimelib",
11358 "schemars",
11359 "serde",
11360 "serde_json",
11361 "settings",
11362 "smol",
11363 "telemetry",
11364 "terminal",
11365 "terminal_view",
11366 "theme",
11367 "tree-sitter-md",
11368 "tree-sitter-python",
11369 "tree-sitter-typescript",
11370 "ui",
11371 "util",
11372 "uuid",
11373 "workspace",
11374]
11375
11376[[package]]
11377name = "reqwest"
11378version = "0.11.27"
11379source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11381dependencies = [
11382 "base64 0.21.7",
11383 "bytes 1.10.1",
11384 "encoding_rs",
11385 "futures-core",
11386 "futures-util",
11387 "h2 0.3.26",
11388 "http 0.2.12",
11389 "http-body 0.4.6",
11390 "hyper 0.14.32",
11391 "hyper-rustls 0.24.2",
11392 "hyper-tls",
11393 "ipnet",
11394 "js-sys",
11395 "log",
11396 "mime",
11397 "native-tls",
11398 "once_cell",
11399 "percent-encoding",
11400 "pin-project-lite",
11401 "rustls 0.21.12",
11402 "rustls-native-certs 0.6.3",
11403 "rustls-pemfile 1.0.4",
11404 "serde",
11405 "serde_json",
11406 "serde_urlencoded",
11407 "sync_wrapper 0.1.2",
11408 "system-configuration 0.5.1",
11409 "tokio",
11410 "tokio-native-tls",
11411 "tokio-rustls 0.24.1",
11412 "tower-service",
11413 "url",
11414 "wasm-bindgen",
11415 "wasm-bindgen-futures",
11416 "web-sys",
11417 "winreg 0.50.0",
11418]
11419
11420[[package]]
11421name = "reqwest"
11422version = "0.12.8"
11423source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11424dependencies = [
11425 "base64 0.22.1",
11426 "bytes 1.10.1",
11427 "encoding_rs",
11428 "futures-core",
11429 "futures-util",
11430 "h2 0.4.7",
11431 "http 1.2.0",
11432 "http-body 1.0.1",
11433 "http-body-util",
11434 "hyper 1.5.1",
11435 "hyper-rustls 0.27.3",
11436 "hyper-util",
11437 "ipnet",
11438 "js-sys",
11439 "log",
11440 "mime",
11441 "once_cell",
11442 "percent-encoding",
11443 "pin-project-lite",
11444 "quinn",
11445 "rustls 0.23.23",
11446 "rustls-native-certs 0.8.1",
11447 "rustls-pemfile 2.2.0",
11448 "rustls-pki-types",
11449 "serde",
11450 "serde_json",
11451 "serde_urlencoded",
11452 "sync_wrapper 1.0.2",
11453 "system-configuration 0.6.1",
11454 "tokio",
11455 "tokio-rustls 0.26.1",
11456 "tokio-socks",
11457 "tokio-util",
11458 "tower-service",
11459 "url",
11460 "wasm-bindgen",
11461 "wasm-bindgen-futures",
11462 "wasm-streams",
11463 "web-sys",
11464 "windows-registry",
11465]
11466
11467[[package]]
11468name = "reqwest_client"
11469version = "0.1.0"
11470dependencies = [
11471 "anyhow",
11472 "bytes 1.10.1",
11473 "futures 0.3.31",
11474 "gpui",
11475 "http_client",
11476 "http_client_tls",
11477 "log",
11478 "regex",
11479 "reqwest 0.12.8",
11480 "serde",
11481 "smol",
11482 "tokio",
11483]
11484
11485[[package]]
11486name = "resvg"
11487version = "0.45.0"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11490dependencies = [
11491 "log",
11492 "pico-args",
11493 "rgb",
11494 "svgtypes",
11495 "tiny-skia",
11496 "usvg",
11497]
11498
11499[[package]]
11500name = "rfc6979"
11501version = "0.3.1"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11504dependencies = [
11505 "crypto-bigint 0.4.9",
11506 "hmac",
11507 "zeroize",
11508]
11509
11510[[package]]
11511name = "rgb"
11512version = "0.8.50"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11515dependencies = [
11516 "bytemuck",
11517]
11518
11519[[package]]
11520name = "rich_text"
11521version = "0.1.0"
11522dependencies = [
11523 "futures 0.3.31",
11524 "gpui",
11525 "language",
11526 "linkify",
11527 "pulldown-cmark 0.12.2",
11528 "theme",
11529 "ui",
11530 "util",
11531]
11532
11533[[package]]
11534name = "ring"
11535version = "0.17.8"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11538dependencies = [
11539 "cc",
11540 "cfg-if",
11541 "getrandom 0.2.15",
11542 "libc",
11543 "spin",
11544 "untrusted",
11545 "windows-sys 0.52.0",
11546]
11547
11548[[package]]
11549name = "rkyv"
11550version = "0.7.45"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11553dependencies = [
11554 "bitvec",
11555 "bytecheck",
11556 "bytes 1.10.1",
11557 "hashbrown 0.12.3",
11558 "ptr_meta",
11559 "rend",
11560 "rkyv_derive",
11561 "seahash",
11562 "tinyvec",
11563 "uuid",
11564]
11565
11566[[package]]
11567name = "rkyv_derive"
11568version = "0.7.45"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11571dependencies = [
11572 "proc-macro2",
11573 "quote",
11574 "syn 1.0.109",
11575]
11576
11577[[package]]
11578name = "rmp"
11579version = "0.8.14"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11582dependencies = [
11583 "byteorder",
11584 "num-traits",
11585 "paste",
11586]
11587
11588[[package]]
11589name = "rmpv"
11590version = "1.3.0"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11593dependencies = [
11594 "num-traits",
11595 "rmp",
11596]
11597
11598[[package]]
11599name = "rodio"
11600version = "0.20.1"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11603dependencies = [
11604 "cpal",
11605 "hound",
11606]
11607
11608[[package]]
11609name = "rope"
11610version = "0.1.0"
11611dependencies = [
11612 "arrayvec",
11613 "criterion",
11614 "ctor",
11615 "env_logger 0.11.7",
11616 "gpui",
11617 "log",
11618 "rand 0.8.5",
11619 "rayon",
11620 "smallvec",
11621 "sum_tree",
11622 "unicode-segmentation",
11623 "util",
11624]
11625
11626[[package]]
11627name = "roxmltree"
11628version = "0.20.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11631
11632[[package]]
11633name = "rpc"
11634version = "0.1.0"
11635dependencies = [
11636 "anyhow",
11637 "async-tungstenite",
11638 "base64 0.22.1",
11639 "chrono",
11640 "collections",
11641 "env_logger 0.11.7",
11642 "futures 0.3.31",
11643 "gpui",
11644 "parking_lot",
11645 "proto",
11646 "rand 0.8.5",
11647 "rsa",
11648 "serde",
11649 "serde_json",
11650 "sha2",
11651 "strum",
11652 "tracing",
11653 "util",
11654 "zstd",
11655]
11656
11657[[package]]
11658name = "rsa"
11659version = "0.9.8"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11662dependencies = [
11663 "const-oid",
11664 "digest",
11665 "num-bigint-dig",
11666 "num-integer",
11667 "num-traits",
11668 "pkcs1",
11669 "pkcs8 0.10.2",
11670 "rand_core 0.6.4",
11671 "signature 2.2.0",
11672 "spki 0.7.3",
11673 "subtle",
11674 "zeroize",
11675]
11676
11677[[package]]
11678name = "runtimelib"
11679version = "0.25.0"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11682dependencies = [
11683 "anyhow",
11684 "async-dispatcher",
11685 "async-std",
11686 "base64 0.22.1",
11687 "bytes 1.10.1",
11688 "chrono",
11689 "data-encoding",
11690 "dirs 5.0.1",
11691 "futures 0.3.31",
11692 "glob",
11693 "jupyter-protocol",
11694 "ring",
11695 "serde",
11696 "serde_json",
11697 "shellexpand 3.1.0",
11698 "smol",
11699 "uuid",
11700 "zeromq",
11701]
11702
11703[[package]]
11704name = "rust-embed"
11705version = "8.5.0"
11706source = "registry+https://github.com/rust-lang/crates.io-index"
11707checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11708dependencies = [
11709 "rust-embed-impl",
11710 "rust-embed-utils",
11711 "walkdir",
11712]
11713
11714[[package]]
11715name = "rust-embed-impl"
11716version = "8.5.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11719dependencies = [
11720 "proc-macro2",
11721 "quote",
11722 "rust-embed-utils",
11723 "syn 2.0.100",
11724 "walkdir",
11725]
11726
11727[[package]]
11728name = "rust-embed-utils"
11729version = "8.5.0"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11732dependencies = [
11733 "globset",
11734 "sha2",
11735 "walkdir",
11736]
11737
11738[[package]]
11739name = "rust_decimal"
11740version = "1.36.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11743dependencies = [
11744 "arrayvec",
11745 "borsh",
11746 "bytes 1.10.1",
11747 "num-traits",
11748 "rand 0.8.5",
11749 "rkyv",
11750 "serde",
11751 "serde_json",
11752]
11753
11754[[package]]
11755name = "rustc-demangle"
11756version = "0.1.24"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11759
11760[[package]]
11761name = "rustc-hash"
11762version = "1.1.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11765
11766[[package]]
11767name = "rustc-hash"
11768version = "2.1.1"
11769source = "registry+https://github.com/rust-lang/crates.io-index"
11770checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11771
11772[[package]]
11773name = "rustc_version"
11774version = "0.4.1"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11777dependencies = [
11778 "semver",
11779]
11780
11781[[package]]
11782name = "rustix"
11783version = "0.38.42"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11786dependencies = [
11787 "bitflags 2.8.0",
11788 "errno 0.3.10",
11789 "itoa",
11790 "libc",
11791 "linux-raw-sys",
11792 "once_cell",
11793 "windows-sys 0.59.0",
11794]
11795
11796[[package]]
11797name = "rustix-openpty"
11798version = "0.1.1"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11801dependencies = [
11802 "errno 0.3.10",
11803 "libc",
11804 "rustix",
11805]
11806
11807[[package]]
11808name = "rustls"
11809version = "0.21.12"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11812dependencies = [
11813 "log",
11814 "ring",
11815 "rustls-webpki 0.101.7",
11816 "sct",
11817]
11818
11819[[package]]
11820name = "rustls"
11821version = "0.23.23"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11824dependencies = [
11825 "aws-lc-rs",
11826 "log",
11827 "once_cell",
11828 "ring",
11829 "rustls-pki-types",
11830 "rustls-webpki 0.102.8",
11831 "subtle",
11832 "zeroize",
11833]
11834
11835[[package]]
11836name = "rustls-native-certs"
11837version = "0.6.3"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11840dependencies = [
11841 "openssl-probe",
11842 "rustls-pemfile 1.0.4",
11843 "schannel",
11844 "security-framework 2.11.1",
11845]
11846
11847[[package]]
11848name = "rustls-native-certs"
11849version = "0.8.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11852dependencies = [
11853 "openssl-probe",
11854 "rustls-pki-types",
11855 "schannel",
11856 "security-framework 3.0.1",
11857]
11858
11859[[package]]
11860name = "rustls-pemfile"
11861version = "1.0.4"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11864dependencies = [
11865 "base64 0.21.7",
11866]
11867
11868[[package]]
11869name = "rustls-pemfile"
11870version = "2.2.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11873dependencies = [
11874 "rustls-pki-types",
11875]
11876
11877[[package]]
11878name = "rustls-pki-types"
11879version = "1.10.0"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11882dependencies = [
11883 "web-time",
11884]
11885
11886[[package]]
11887name = "rustls-platform-verifier"
11888version = "0.5.0"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11891dependencies = [
11892 "core-foundation 0.10.0",
11893 "core-foundation-sys",
11894 "jni",
11895 "log",
11896 "once_cell",
11897 "rustls 0.23.23",
11898 "rustls-native-certs 0.8.1",
11899 "rustls-platform-verifier-android",
11900 "rustls-webpki 0.102.8",
11901 "security-framework 3.0.1",
11902 "security-framework-sys",
11903 "webpki-root-certs",
11904 "windows-sys 0.52.0",
11905]
11906
11907[[package]]
11908name = "rustls-platform-verifier-android"
11909version = "0.1.1"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11912
11913[[package]]
11914name = "rustls-webpki"
11915version = "0.101.7"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11918dependencies = [
11919 "ring",
11920 "untrusted",
11921]
11922
11923[[package]]
11924name = "rustls-webpki"
11925version = "0.102.8"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11928dependencies = [
11929 "aws-lc-rs",
11930 "ring",
11931 "rustls-pki-types",
11932 "untrusted",
11933]
11934
11935[[package]]
11936name = "rustversion"
11937version = "1.0.18"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11940
11941[[package]]
11942name = "rustybuzz"
11943version = "0.14.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11946dependencies = [
11947 "bitflags 2.8.0",
11948 "bytemuck",
11949 "libm",
11950 "smallvec",
11951 "ttf-parser 0.21.1",
11952 "unicode-bidi-mirroring 0.2.0",
11953 "unicode-ccc 0.2.0",
11954 "unicode-properties",
11955 "unicode-script",
11956]
11957
11958[[package]]
11959name = "rustybuzz"
11960version = "0.20.1"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11963dependencies = [
11964 "bitflags 2.8.0",
11965 "bytemuck",
11966 "core_maths",
11967 "log",
11968 "smallvec",
11969 "ttf-parser 0.25.1",
11970 "unicode-bidi-mirroring 0.4.0",
11971 "unicode-ccc 0.4.0",
11972 "unicode-properties",
11973 "unicode-script",
11974]
11975
11976[[package]]
11977name = "ryu"
11978version = "1.0.18"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11981
11982[[package]]
11983name = "salsa20"
11984version = "0.10.2"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11987dependencies = [
11988 "cipher",
11989]
11990
11991[[package]]
11992name = "same-file"
11993version = "1.0.6"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11996dependencies = [
11997 "winapi-util",
11998]
11999
12000[[package]]
12001name = "schannel"
12002version = "0.1.27"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12005dependencies = [
12006 "windows-sys 0.59.0",
12007]
12008
12009[[package]]
12010name = "schema_generator"
12011version = "0.1.0"
12012dependencies = [
12013 "anyhow",
12014 "clap",
12015 "env_logger 0.11.7",
12016 "schemars",
12017 "serde",
12018 "serde_json",
12019 "theme",
12020]
12021
12022[[package]]
12023name = "schemars"
12024version = "0.8.22"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12027dependencies = [
12028 "dyn-clone",
12029 "indexmap",
12030 "schemars_derive",
12031 "serde",
12032 "serde_json",
12033]
12034
12035[[package]]
12036name = "schemars_derive"
12037version = "0.8.22"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12040dependencies = [
12041 "proc-macro2",
12042 "quote",
12043 "serde_derive_internals",
12044 "syn 2.0.100",
12045]
12046
12047[[package]]
12048name = "scoped-tls"
12049version = "1.0.1"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12052
12053[[package]]
12054name = "scopeguard"
12055version = "1.2.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12058
12059[[package]]
12060name = "scratch"
12061version = "1.0.7"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12064
12065[[package]]
12066name = "scripting_tool"
12067version = "0.1.0"
12068dependencies = [
12069 "anyhow",
12070 "buffer_diff",
12071 "clock",
12072 "collections",
12073 "futures 0.3.31",
12074 "gpui",
12075 "language",
12076 "log",
12077 "mlua",
12078 "parking_lot",
12079 "project",
12080 "rand 0.8.5",
12081 "regex",
12082 "schemars",
12083 "serde",
12084 "serde_json",
12085 "settings",
12086 "util",
12087]
12088
12089[[package]]
12090name = "scrypt"
12091version = "0.11.0"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12094dependencies = [
12095 "password-hash 0.5.0",
12096 "pbkdf2 0.12.2",
12097 "salsa20",
12098 "sha2",
12099]
12100
12101[[package]]
12102name = "sct"
12103version = "0.7.1"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12106dependencies = [
12107 "ring",
12108 "untrusted",
12109]
12110
12111[[package]]
12112name = "sea-bae"
12113version = "0.2.1"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12116dependencies = [
12117 "heck 0.4.1",
12118 "proc-macro-error2",
12119 "proc-macro2",
12120 "quote",
12121 "syn 2.0.100",
12122]
12123
12124[[package]]
12125name = "sea-orm"
12126version = "1.1.5"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12129dependencies = [
12130 "async-stream",
12131 "async-trait",
12132 "bigdecimal",
12133 "chrono",
12134 "futures 0.3.31",
12135 "log",
12136 "ouroboros",
12137 "rust_decimal",
12138 "sea-orm-macros",
12139 "sea-query",
12140 "sea-query-binder",
12141 "serde",
12142 "serde_json",
12143 "sqlx",
12144 "strum",
12145 "thiserror 1.0.69",
12146 "time",
12147 "tracing",
12148 "url",
12149 "uuid",
12150]
12151
12152[[package]]
12153name = "sea-orm-macros"
12154version = "1.1.5"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12157dependencies = [
12158 "heck 0.4.1",
12159 "proc-macro2",
12160 "quote",
12161 "sea-bae",
12162 "syn 2.0.100",
12163 "unicode-ident",
12164]
12165
12166[[package]]
12167name = "sea-query"
12168version = "0.32.1"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12171dependencies = [
12172 "bigdecimal",
12173 "chrono",
12174 "inherent",
12175 "ordered-float 3.9.2",
12176 "rust_decimal",
12177 "serde_json",
12178 "time",
12179 "uuid",
12180]
12181
12182[[package]]
12183name = "sea-query-binder"
12184version = "0.7.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12187dependencies = [
12188 "bigdecimal",
12189 "chrono",
12190 "rust_decimal",
12191 "sea-query",
12192 "serde_json",
12193 "sqlx",
12194 "time",
12195 "uuid",
12196]
12197
12198[[package]]
12199name = "seahash"
12200version = "4.1.0"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12203
12204[[package]]
12205name = "search"
12206version = "0.1.0"
12207dependencies = [
12208 "any_vec",
12209 "anyhow",
12210 "bitflags 2.8.0",
12211 "client",
12212 "collections",
12213 "editor",
12214 "futures 0.3.31",
12215 "gpui",
12216 "language",
12217 "menu",
12218 "project",
12219 "schemars",
12220 "serde",
12221 "serde_json",
12222 "settings",
12223 "smol",
12224 "theme",
12225 "ui",
12226 "unindent",
12227 "util",
12228 "workspace",
12229 "zed_actions",
12230]
12231
12232[[package]]
12233name = "sec1"
12234version = "0.3.0"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12237dependencies = [
12238 "base16ct",
12239 "der 0.6.1",
12240 "generic-array",
12241 "pkcs8 0.9.0",
12242 "subtle",
12243 "zeroize",
12244]
12245
12246[[package]]
12247name = "security-framework"
12248version = "2.11.1"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12251dependencies = [
12252 "bitflags 2.8.0",
12253 "core-foundation 0.9.4",
12254 "core-foundation-sys",
12255 "libc",
12256 "security-framework-sys",
12257]
12258
12259[[package]]
12260name = "security-framework"
12261version = "3.0.1"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12264dependencies = [
12265 "bitflags 2.8.0",
12266 "core-foundation 0.10.0",
12267 "core-foundation-sys",
12268 "libc",
12269 "security-framework-sys",
12270]
12271
12272[[package]]
12273name = "security-framework-sys"
12274version = "2.12.1"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12277dependencies = [
12278 "core-foundation-sys",
12279 "libc",
12280]
12281
12282[[package]]
12283name = "self_cell"
12284version = "1.1.0"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12287
12288[[package]]
12289name = "semantic_index"
12290version = "0.1.0"
12291dependencies = [
12292 "anyhow",
12293 "arrayvec",
12294 "blake3",
12295 "client",
12296 "clock",
12297 "collections",
12298 "env_logger 0.11.7",
12299 "feature_flags",
12300 "fs",
12301 "futures 0.3.31",
12302 "futures-batch",
12303 "gpui",
12304 "heed",
12305 "http_client",
12306 "language",
12307 "language_model",
12308 "languages",
12309 "log",
12310 "open_ai",
12311 "parking_lot",
12312 "project",
12313 "reqwest_client",
12314 "serde",
12315 "serde_json",
12316 "settings",
12317 "sha2",
12318 "smol",
12319 "streaming-iterator",
12320 "tempfile",
12321 "theme",
12322 "tree-sitter",
12323 "ui",
12324 "unindent",
12325 "util",
12326 "workspace",
12327 "worktree",
12328]
12329
12330[[package]]
12331name = "semantic_version"
12332version = "0.1.0"
12333dependencies = [
12334 "anyhow",
12335 "serde",
12336]
12337
12338[[package]]
12339name = "semver"
12340version = "1.0.25"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12343dependencies = [
12344 "serde",
12345]
12346
12347[[package]]
12348name = "serde"
12349version = "1.0.218"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12352dependencies = [
12353 "serde_derive",
12354]
12355
12356[[package]]
12357name = "serde_derive"
12358version = "1.0.218"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12361dependencies = [
12362 "proc-macro2",
12363 "quote",
12364 "syn 2.0.100",
12365]
12366
12367[[package]]
12368name = "serde_derive_internals"
12369version = "0.29.1"
12370source = "registry+https://github.com/rust-lang/crates.io-index"
12371checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12372dependencies = [
12373 "proc-macro2",
12374 "quote",
12375 "syn 2.0.100",
12376]
12377
12378[[package]]
12379name = "serde_fmt"
12380version = "1.0.3"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12383dependencies = [
12384 "serde",
12385]
12386
12387[[package]]
12388name = "serde_json"
12389version = "1.0.139"
12390source = "registry+https://github.com/rust-lang/crates.io-index"
12391checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12392dependencies = [
12393 "indexmap",
12394 "itoa",
12395 "memchr",
12396 "ryu",
12397 "serde",
12398]
12399
12400[[package]]
12401name = "serde_json_lenient"
12402version = "0.2.4"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12405dependencies = [
12406 "indexmap",
12407 "itoa",
12408 "memchr",
12409 "ryu",
12410 "serde",
12411]
12412
12413[[package]]
12414name = "serde_path_to_error"
12415version = "0.1.16"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12418dependencies = [
12419 "itoa",
12420 "serde",
12421]
12422
12423[[package]]
12424name = "serde_qs"
12425version = "0.8.5"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12428dependencies = [
12429 "percent-encoding",
12430 "serde",
12431 "thiserror 1.0.69",
12432]
12433
12434[[package]]
12435name = "serde_qs"
12436version = "0.10.1"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12439dependencies = [
12440 "percent-encoding",
12441 "serde",
12442 "thiserror 1.0.69",
12443]
12444
12445[[package]]
12446name = "serde_repr"
12447version = "0.1.19"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12450dependencies = [
12451 "proc-macro2",
12452 "quote",
12453 "syn 2.0.100",
12454]
12455
12456[[package]]
12457name = "serde_spanned"
12458version = "0.6.8"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12461dependencies = [
12462 "serde",
12463]
12464
12465[[package]]
12466name = "serde_urlencoded"
12467version = "0.7.1"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12470dependencies = [
12471 "form_urlencoded",
12472 "itoa",
12473 "ryu",
12474 "serde",
12475]
12476
12477[[package]]
12478name = "session"
12479version = "0.1.0"
12480dependencies = [
12481 "db",
12482 "gpui",
12483 "serde_json",
12484 "util",
12485 "uuid",
12486]
12487
12488[[package]]
12489name = "settings"
12490version = "0.1.0"
12491dependencies = [
12492 "anyhow",
12493 "collections",
12494 "ec4rs",
12495 "fs",
12496 "futures 0.3.31",
12497 "gpui",
12498 "indoc",
12499 "inventory",
12500 "log",
12501 "paths",
12502 "pretty_assertions",
12503 "release_channel",
12504 "rust-embed",
12505 "schemars",
12506 "serde",
12507 "serde_derive",
12508 "serde_json",
12509 "serde_json_lenient",
12510 "smallvec",
12511 "streaming-iterator",
12512 "tree-sitter",
12513 "tree-sitter-json",
12514 "unindent",
12515 "util",
12516]
12517
12518[[package]]
12519name = "settings_ui"
12520version = "0.1.0"
12521dependencies = [
12522 "command_palette_hooks",
12523 "editor",
12524 "feature_flags",
12525 "gpui",
12526 "settings",
12527 "theme",
12528 "ui",
12529 "workspace",
12530]
12531
12532[[package]]
12533name = "sha1"
12534version = "0.10.6"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12537dependencies = [
12538 "cfg-if",
12539 "cpufeatures",
12540 "digest",
12541]
12542
12543[[package]]
12544name = "sha1_smol"
12545version = "1.0.1"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12548
12549[[package]]
12550name = "sha2"
12551version = "0.10.8"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12554dependencies = [
12555 "cfg-if",
12556 "cpufeatures",
12557 "digest",
12558]
12559
12560[[package]]
12561name = "sharded-slab"
12562version = "0.1.7"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12565dependencies = [
12566 "lazy_static",
12567]
12568
12569[[package]]
12570name = "shell-words"
12571version = "1.1.0"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12574
12575[[package]]
12576name = "shellexpand"
12577version = "2.1.2"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12580dependencies = [
12581 "dirs 4.0.0",
12582]
12583
12584[[package]]
12585name = "shellexpand"
12586version = "3.1.0"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12589dependencies = [
12590 "dirs 5.0.1",
12591]
12592
12593[[package]]
12594name = "shlex"
12595version = "1.3.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12598
12599[[package]]
12600name = "signal-hook"
12601version = "0.3.17"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12604dependencies = [
12605 "libc",
12606 "signal-hook-registry",
12607]
12608
12609[[package]]
12610name = "signal-hook-registry"
12611version = "1.4.2"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12614dependencies = [
12615 "libc",
12616]
12617
12618[[package]]
12619name = "signature"
12620version = "1.6.4"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12623dependencies = [
12624 "digest",
12625 "rand_core 0.6.4",
12626]
12627
12628[[package]]
12629name = "signature"
12630version = "2.2.0"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12633dependencies = [
12634 "digest",
12635 "rand_core 0.6.4",
12636]
12637
12638[[package]]
12639name = "simd-adler32"
12640version = "0.3.7"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12643
12644[[package]]
12645name = "simd_helpers"
12646version = "0.1.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12649dependencies = [
12650 "quote",
12651]
12652
12653[[package]]
12654name = "simdutf8"
12655version = "0.1.5"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12658
12659[[package]]
12660name = "simple_asn1"
12661version = "0.6.2"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12664dependencies = [
12665 "num-bigint",
12666 "num-traits",
12667 "thiserror 1.0.69",
12668 "time",
12669]
12670
12671[[package]]
12672name = "simplecss"
12673version = "0.2.1"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12676dependencies = [
12677 "log",
12678]
12679
12680[[package]]
12681name = "simplelog"
12682version = "0.12.2"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12685dependencies = [
12686 "log",
12687 "termcolor",
12688 "time",
12689]
12690
12691[[package]]
12692name = "siphasher"
12693version = "0.3.11"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12696
12697[[package]]
12698name = "siphasher"
12699version = "1.0.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12702
12703[[package]]
12704name = "skrifa"
12705version = "0.22.3"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12708dependencies = [
12709 "bytemuck",
12710 "read-fonts",
12711]
12712
12713[[package]]
12714name = "slab"
12715version = "0.4.9"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12718dependencies = [
12719 "autocfg",
12720]
12721
12722[[package]]
12723name = "slash_commands_example"
12724version = "0.1.0"
12725dependencies = [
12726 "zed_extension_api 0.1.0",
12727]
12728
12729[[package]]
12730name = "slotmap"
12731version = "1.0.7"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12734dependencies = [
12735 "version_check",
12736]
12737
12738[[package]]
12739name = "smallvec"
12740version = "1.14.0"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12743dependencies = [
12744 "serde",
12745]
12746
12747[[package]]
12748name = "smart-default"
12749version = "0.6.0"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12752dependencies = [
12753 "proc-macro2",
12754 "quote",
12755 "syn 1.0.109",
12756]
12757
12758[[package]]
12759name = "smol"
12760version = "2.0.2"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12763dependencies = [
12764 "async-channel 2.3.1",
12765 "async-executor",
12766 "async-fs",
12767 "async-io",
12768 "async-lock",
12769 "async-net",
12770 "async-process",
12771 "blocking",
12772 "futures-lite 2.6.0",
12773]
12774
12775[[package]]
12776name = "smol_str"
12777version = "0.1.24"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12780dependencies = [
12781 "serde",
12782]
12783
12784[[package]]
12785name = "snippet"
12786version = "0.1.0"
12787dependencies = [
12788 "anyhow",
12789 "smallvec",
12790]
12791
12792[[package]]
12793name = "snippet_provider"
12794version = "0.1.0"
12795dependencies = [
12796 "anyhow",
12797 "collections",
12798 "extension",
12799 "fs",
12800 "futures 0.3.31",
12801 "gpui",
12802 "parking_lot",
12803 "paths",
12804 "schemars",
12805 "serde",
12806 "serde_json_lenient",
12807 "snippet",
12808 "util",
12809]
12810
12811[[package]]
12812name = "snippets_ui"
12813version = "0.1.0"
12814dependencies = [
12815 "fuzzy",
12816 "gpui",
12817 "language",
12818 "paths",
12819 "picker",
12820 "ui",
12821 "util",
12822 "workspace",
12823]
12824
12825[[package]]
12826name = "socket2"
12827version = "0.5.8"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12830dependencies = [
12831 "libc",
12832 "windows-sys 0.52.0",
12833]
12834
12835[[package]]
12836name = "spdx"
12837version = "0.10.7"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12840dependencies = [
12841 "smallvec",
12842]
12843
12844[[package]]
12845name = "spin"
12846version = "0.9.8"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12849dependencies = [
12850 "lock_api",
12851]
12852
12853[[package]]
12854name = "spirv"
12855version = "0.3.0+sdk-1.3.268.0"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12858dependencies = [
12859 "bitflags 2.8.0",
12860]
12861
12862[[package]]
12863name = "spki"
12864version = "0.6.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12867dependencies = [
12868 "base64ct",
12869 "der 0.6.1",
12870]
12871
12872[[package]]
12873name = "spki"
12874version = "0.7.3"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12877dependencies = [
12878 "base64ct",
12879 "der 0.7.9",
12880]
12881
12882[[package]]
12883name = "sptr"
12884version = "0.3.2"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12887
12888[[package]]
12889name = "sqlez"
12890version = "0.1.0"
12891dependencies = [
12892 "anyhow",
12893 "collections",
12894 "futures 0.3.31",
12895 "indoc",
12896 "libsqlite3-sys",
12897 "parking_lot",
12898 "smol",
12899 "sqlformat",
12900 "thread_local",
12901 "util",
12902 "uuid",
12903]
12904
12905[[package]]
12906name = "sqlez_macros"
12907version = "0.1.0"
12908dependencies = [
12909 "sqlez",
12910 "sqlformat",
12911 "syn 1.0.109",
12912]
12913
12914[[package]]
12915name = "sqlformat"
12916version = "0.2.6"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12919dependencies = [
12920 "nom",
12921 "unicode_categories",
12922]
12923
12924[[package]]
12925name = "sqlx"
12926version = "0.8.3"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12929dependencies = [
12930 "sqlx-core",
12931 "sqlx-macros",
12932 "sqlx-mysql",
12933 "sqlx-postgres",
12934 "sqlx-sqlite",
12935]
12936
12937[[package]]
12938name = "sqlx-core"
12939version = "0.8.3"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12942dependencies = [
12943 "bigdecimal",
12944 "bytes 1.10.1",
12945 "chrono",
12946 "crc",
12947 "crossbeam-queue",
12948 "either",
12949 "event-listener 5.3.1",
12950 "futures-core",
12951 "futures-intrusive",
12952 "futures-io",
12953 "futures-util",
12954 "hashbrown 0.15.2",
12955 "hashlink 0.10.0",
12956 "indexmap",
12957 "log",
12958 "memchr",
12959 "once_cell",
12960 "percent-encoding",
12961 "rust_decimal",
12962 "rustls 0.23.23",
12963 "rustls-pemfile 2.2.0",
12964 "serde",
12965 "serde_json",
12966 "sha2",
12967 "smallvec",
12968 "thiserror 2.0.6",
12969 "time",
12970 "tokio",
12971 "tokio-stream",
12972 "tracing",
12973 "url",
12974 "uuid",
12975 "webpki-roots",
12976]
12977
12978[[package]]
12979name = "sqlx-macros"
12980version = "0.8.3"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12983dependencies = [
12984 "proc-macro2",
12985 "quote",
12986 "sqlx-core",
12987 "sqlx-macros-core",
12988 "syn 2.0.100",
12989]
12990
12991[[package]]
12992name = "sqlx-macros-core"
12993version = "0.8.3"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12996dependencies = [
12997 "dotenvy",
12998 "either",
12999 "heck 0.5.0",
13000 "hex",
13001 "once_cell",
13002 "proc-macro2",
13003 "quote",
13004 "serde",
13005 "serde_json",
13006 "sha2",
13007 "sqlx-core",
13008 "sqlx-mysql",
13009 "sqlx-postgres",
13010 "sqlx-sqlite",
13011 "syn 2.0.100",
13012 "tempfile",
13013 "tokio",
13014 "url",
13015]
13016
13017[[package]]
13018name = "sqlx-mysql"
13019version = "0.8.3"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13022dependencies = [
13023 "atoi",
13024 "base64 0.22.1",
13025 "bigdecimal",
13026 "bitflags 2.8.0",
13027 "byteorder",
13028 "bytes 1.10.1",
13029 "chrono",
13030 "crc",
13031 "digest",
13032 "dotenvy",
13033 "either",
13034 "futures-channel",
13035 "futures-core",
13036 "futures-io",
13037 "futures-util",
13038 "generic-array",
13039 "hex",
13040 "hkdf",
13041 "hmac",
13042 "itoa",
13043 "log",
13044 "md-5",
13045 "memchr",
13046 "once_cell",
13047 "percent-encoding",
13048 "rand 0.8.5",
13049 "rsa",
13050 "rust_decimal",
13051 "serde",
13052 "sha1",
13053 "sha2",
13054 "smallvec",
13055 "sqlx-core",
13056 "stringprep",
13057 "thiserror 2.0.6",
13058 "time",
13059 "tracing",
13060 "uuid",
13061 "whoami",
13062]
13063
13064[[package]]
13065name = "sqlx-postgres"
13066version = "0.8.3"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13069dependencies = [
13070 "atoi",
13071 "base64 0.22.1",
13072 "bigdecimal",
13073 "bitflags 2.8.0",
13074 "byteorder",
13075 "chrono",
13076 "crc",
13077 "dotenvy",
13078 "etcetera",
13079 "futures-channel",
13080 "futures-core",
13081 "futures-util",
13082 "hex",
13083 "hkdf",
13084 "hmac",
13085 "home",
13086 "itoa",
13087 "log",
13088 "md-5",
13089 "memchr",
13090 "num-bigint",
13091 "once_cell",
13092 "rand 0.8.5",
13093 "rust_decimal",
13094 "serde",
13095 "serde_json",
13096 "sha2",
13097 "smallvec",
13098 "sqlx-core",
13099 "stringprep",
13100 "thiserror 2.0.6",
13101 "time",
13102 "tracing",
13103 "uuid",
13104 "whoami",
13105]
13106
13107[[package]]
13108name = "sqlx-sqlite"
13109version = "0.8.3"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13112dependencies = [
13113 "atoi",
13114 "chrono",
13115 "flume",
13116 "futures-channel",
13117 "futures-core",
13118 "futures-executor",
13119 "futures-intrusive",
13120 "futures-util",
13121 "libsqlite3-sys",
13122 "log",
13123 "percent-encoding",
13124 "serde",
13125 "serde_urlencoded",
13126 "sqlx-core",
13127 "time",
13128 "tracing",
13129 "url",
13130 "uuid",
13131]
13132
13133[[package]]
13134name = "stable_deref_trait"
13135version = "1.2.0"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13138
13139[[package]]
13140name = "static_assertions"
13141version = "1.1.0"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13144
13145[[package]]
13146name = "story"
13147version = "0.1.0"
13148dependencies = [
13149 "gpui",
13150 "itertools 0.14.0",
13151 "smallvec",
13152]
13153
13154[[package]]
13155name = "storybook"
13156version = "0.1.0"
13157dependencies = [
13158 "anyhow",
13159 "clap",
13160 "collab_ui",
13161 "ctrlc",
13162 "dialoguer",
13163 "editor",
13164 "fuzzy",
13165 "gpui",
13166 "indoc",
13167 "language",
13168 "log",
13169 "menu",
13170 "picker",
13171 "project",
13172 "reqwest_client",
13173 "rust-embed",
13174 "settings",
13175 "simplelog",
13176 "story",
13177 "strum",
13178 "theme",
13179 "title_bar",
13180 "ui",
13181]
13182
13183[[package]]
13184name = "streaming-iterator"
13185version = "0.1.9"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13188
13189[[package]]
13190name = "streaming_diff"
13191version = "0.1.0"
13192dependencies = [
13193 "ordered-float 2.10.1",
13194 "rand 0.8.5",
13195 "rope",
13196 "util",
13197]
13198
13199[[package]]
13200name = "strict-num"
13201version = "0.1.1"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13204dependencies = [
13205 "float-cmp",
13206]
13207
13208[[package]]
13209name = "string_cache"
13210version = "0.8.7"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13213dependencies = [
13214 "new_debug_unreachable",
13215 "once_cell",
13216 "parking_lot",
13217 "phf_shared 0.10.0",
13218 "precomputed-hash",
13219 "serde",
13220]
13221
13222[[package]]
13223name = "string_cache_codegen"
13224version = "0.5.2"
13225source = "registry+https://github.com/rust-lang/crates.io-index"
13226checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13227dependencies = [
13228 "phf_generator 0.10.0",
13229 "phf_shared 0.10.0",
13230 "proc-macro2",
13231 "quote",
13232]
13233
13234[[package]]
13235name = "stringprep"
13236version = "0.1.5"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13239dependencies = [
13240 "unicode-bidi",
13241 "unicode-normalization",
13242 "unicode-properties",
13243]
13244
13245[[package]]
13246name = "strsim"
13247version = "0.11.1"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13250
13251[[package]]
13252name = "strum"
13253version = "0.26.3"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13256dependencies = [
13257 "strum_macros",
13258]
13259
13260[[package]]
13261name = "strum_macros"
13262version = "0.26.4"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13265dependencies = [
13266 "heck 0.5.0",
13267 "proc-macro2",
13268 "quote",
13269 "rustversion",
13270 "syn 2.0.100",
13271]
13272
13273[[package]]
13274name = "subtle"
13275version = "2.6.1"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13278
13279[[package]]
13280name = "sum_tree"
13281version = "0.1.0"
13282dependencies = [
13283 "arrayvec",
13284 "ctor",
13285 "env_logger 0.11.7",
13286 "log",
13287 "rand 0.8.5",
13288 "rayon",
13289]
13290
13291[[package]]
13292name = "supermaven"
13293version = "0.1.0"
13294dependencies = [
13295 "anyhow",
13296 "client",
13297 "collections",
13298 "editor",
13299 "env_logger 0.11.7",
13300 "futures 0.3.31",
13301 "gpui",
13302 "http_client",
13303 "inline_completion",
13304 "language",
13305 "log",
13306 "postage",
13307 "project",
13308 "serde",
13309 "serde_json",
13310 "settings",
13311 "smol",
13312 "supermaven_api",
13313 "text",
13314 "theme",
13315 "ui",
13316 "unicode-segmentation",
13317 "util",
13318]
13319
13320[[package]]
13321name = "supermaven_api"
13322version = "0.1.0"
13323dependencies = [
13324 "anyhow",
13325 "futures 0.3.31",
13326 "http_client",
13327 "paths",
13328 "serde",
13329 "serde_json",
13330 "smol",
13331]
13332
13333[[package]]
13334name = "sval"
13335version = "2.13.2"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13338
13339[[package]]
13340name = "sval_buffer"
13341version = "2.13.2"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13344dependencies = [
13345 "sval",
13346 "sval_ref",
13347]
13348
13349[[package]]
13350name = "sval_dynamic"
13351version = "2.13.2"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13354dependencies = [
13355 "sval",
13356]
13357
13358[[package]]
13359name = "sval_fmt"
13360version = "2.13.2"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13363dependencies = [
13364 "itoa",
13365 "ryu",
13366 "sval",
13367]
13368
13369[[package]]
13370name = "sval_json"
13371version = "2.13.2"
13372source = "registry+https://github.com/rust-lang/crates.io-index"
13373checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13374dependencies = [
13375 "itoa",
13376 "ryu",
13377 "sval",
13378]
13379
13380[[package]]
13381name = "sval_nested"
13382version = "2.13.2"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13385dependencies = [
13386 "sval",
13387 "sval_buffer",
13388 "sval_ref",
13389]
13390
13391[[package]]
13392name = "sval_ref"
13393version = "2.13.2"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13396dependencies = [
13397 "sval",
13398]
13399
13400[[package]]
13401name = "sval_serde"
13402version = "2.13.2"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13405dependencies = [
13406 "serde",
13407 "sval",
13408 "sval_nested",
13409]
13410
13411[[package]]
13412name = "svg_fmt"
13413version = "0.4.4"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13416
13417[[package]]
13418name = "svgtypes"
13419version = "0.15.3"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13422dependencies = [
13423 "kurbo",
13424 "siphasher 1.0.1",
13425]
13426
13427[[package]]
13428name = "swash"
13429version = "0.1.19"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13432dependencies = [
13433 "skrifa",
13434 "yazi",
13435 "zeno",
13436]
13437
13438[[package]]
13439name = "syn"
13440version = "1.0.109"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13443dependencies = [
13444 "proc-macro2",
13445 "quote",
13446 "unicode-ident",
13447]
13448
13449[[package]]
13450name = "syn"
13451version = "2.0.100"
13452source = "registry+https://github.com/rust-lang/crates.io-index"
13453checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13454dependencies = [
13455 "proc-macro2",
13456 "quote",
13457 "unicode-ident",
13458]
13459
13460[[package]]
13461name = "sync_wrapper"
13462version = "0.1.2"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13465
13466[[package]]
13467name = "sync_wrapper"
13468version = "1.0.2"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13471dependencies = [
13472 "futures-core",
13473]
13474
13475[[package]]
13476name = "synchronoise"
13477version = "1.0.1"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13480dependencies = [
13481 "crossbeam-queue",
13482]
13483
13484[[package]]
13485name = "synstructure"
13486version = "0.13.1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13489dependencies = [
13490 "proc-macro2",
13491 "quote",
13492 "syn 2.0.100",
13493]
13494
13495[[package]]
13496name = "sys-locale"
13497version = "0.3.2"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13500dependencies = [
13501 "libc",
13502]
13503
13504[[package]]
13505name = "sysinfo"
13506version = "0.31.4"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13509dependencies = [
13510 "core-foundation-sys",
13511 "libc",
13512 "memchr",
13513 "ntapi",
13514 "rayon",
13515 "windows 0.57.0",
13516]
13517
13518[[package]]
13519name = "system-configuration"
13520version = "0.5.1"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13523dependencies = [
13524 "bitflags 1.3.2",
13525 "core-foundation 0.9.4",
13526 "system-configuration-sys 0.5.0",
13527]
13528
13529[[package]]
13530name = "system-configuration"
13531version = "0.6.1"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13534dependencies = [
13535 "bitflags 2.8.0",
13536 "core-foundation 0.9.4",
13537 "system-configuration-sys 0.6.0",
13538]
13539
13540[[package]]
13541name = "system-configuration-sys"
13542version = "0.5.0"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13545dependencies = [
13546 "core-foundation-sys",
13547 "libc",
13548]
13549
13550[[package]]
13551name = "system-configuration-sys"
13552version = "0.6.0"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13555dependencies = [
13556 "core-foundation-sys",
13557 "libc",
13558]
13559
13560[[package]]
13561name = "system-deps"
13562version = "6.2.2"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13565dependencies = [
13566 "cfg-expr",
13567 "heck 0.5.0",
13568 "pkg-config",
13569 "toml 0.8.20",
13570 "version-compare",
13571]
13572
13573[[package]]
13574name = "system-interface"
13575version = "0.27.3"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13578dependencies = [
13579 "bitflags 2.8.0",
13580 "cap-fs-ext",
13581 "cap-std",
13582 "fd-lock",
13583 "io-lifetimes",
13584 "rustix",
13585 "windows-sys 0.59.0",
13586 "winx",
13587]
13588
13589[[package]]
13590name = "tab_switcher"
13591version = "0.1.0"
13592dependencies = [
13593 "anyhow",
13594 "collections",
13595 "ctor",
13596 "editor",
13597 "env_logger 0.11.7",
13598 "gpui",
13599 "language",
13600 "menu",
13601 "picker",
13602 "project",
13603 "schemars",
13604 "serde",
13605 "serde_json",
13606 "settings",
13607 "theme",
13608 "ui",
13609 "util",
13610 "workspace",
13611]
13612
13613[[package]]
13614name = "taffy"
13615version = "0.4.4"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13618dependencies = [
13619 "arrayvec",
13620 "grid",
13621 "num-traits",
13622 "serde",
13623 "slotmap",
13624]
13625
13626[[package]]
13627name = "take-until"
13628version = "0.2.0"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13631
13632[[package]]
13633name = "tap"
13634version = "1.0.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13637
13638[[package]]
13639name = "target-lexicon"
13640version = "0.12.16"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13643
13644[[package]]
13645name = "target-lexicon"
13646version = "0.13.2"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13649
13650[[package]]
13651name = "task"
13652version = "0.1.0"
13653dependencies = [
13654 "anyhow",
13655 "collections",
13656 "futures 0.3.31",
13657 "gpui",
13658 "hex",
13659 "parking_lot",
13660 "schemars",
13661 "serde",
13662 "serde_json_lenient",
13663 "sha2",
13664 "shellexpand 2.1.2",
13665 "util",
13666 "zed_actions",
13667]
13668
13669[[package]]
13670name = "tasks_ui"
13671version = "0.1.0"
13672dependencies = [
13673 "anyhow",
13674 "editor",
13675 "file_icons",
13676 "fuzzy",
13677 "gpui",
13678 "language",
13679 "menu",
13680 "picker",
13681 "project",
13682 "schemars",
13683 "serde",
13684 "serde_json",
13685 "settings",
13686 "task",
13687 "tree-sitter-rust",
13688 "tree-sitter-typescript",
13689 "ui",
13690 "util",
13691 "workspace",
13692 "zed_actions",
13693]
13694
13695[[package]]
13696name = "telemetry"
13697version = "0.1.0"
13698dependencies = [
13699 "futures 0.3.31",
13700 "serde",
13701 "serde_json",
13702 "telemetry_events",
13703]
13704
13705[[package]]
13706name = "telemetry_events"
13707version = "0.1.0"
13708dependencies = [
13709 "semantic_version",
13710 "serde",
13711 "serde_json",
13712]
13713
13714[[package]]
13715name = "tempfile"
13716version = "3.17.1"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13719dependencies = [
13720 "cfg-if",
13721 "fastrand 2.3.0",
13722 "getrandom 0.3.1",
13723 "once_cell",
13724 "rustix",
13725 "windows-sys 0.59.0",
13726]
13727
13728[[package]]
13729name = "tendril"
13730version = "0.4.3"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13733dependencies = [
13734 "futf",
13735 "mac",
13736 "utf-8",
13737]
13738
13739[[package]]
13740name = "termcolor"
13741version = "1.4.1"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13744dependencies = [
13745 "winapi-util",
13746]
13747
13748[[package]]
13749name = "terminal"
13750version = "0.1.0"
13751dependencies = [
13752 "alacritty_terminal",
13753 "anyhow",
13754 "collections",
13755 "dirs 4.0.0",
13756 "futures 0.3.31",
13757 "gpui",
13758 "libc",
13759 "rand 0.8.5",
13760 "regex",
13761 "release_channel",
13762 "schemars",
13763 "serde",
13764 "serde_derive",
13765 "settings",
13766 "smol",
13767 "sysinfo",
13768 "task",
13769 "theme",
13770 "thiserror 1.0.69",
13771 "util",
13772 "windows 0.60.0",
13773]
13774
13775[[package]]
13776name = "terminal_size"
13777version = "0.4.1"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13780dependencies = [
13781 "rustix",
13782 "windows-sys 0.59.0",
13783]
13784
13785[[package]]
13786name = "terminal_view"
13787version = "0.1.0"
13788dependencies = [
13789 "anyhow",
13790 "async-recursion 1.1.1",
13791 "breadcrumbs",
13792 "client",
13793 "collections",
13794 "db",
13795 "dirs 4.0.0",
13796 "editor",
13797 "futures 0.3.31",
13798 "gpui",
13799 "itertools 0.14.0",
13800 "language",
13801 "log",
13802 "project",
13803 "rand 0.8.5",
13804 "schemars",
13805 "search",
13806 "serde",
13807 "serde_json",
13808 "settings",
13809 "shellexpand 2.1.2",
13810 "smol",
13811 "task",
13812 "terminal",
13813 "theme",
13814 "ui",
13815 "util",
13816 "workspace",
13817 "zed_actions",
13818]
13819
13820[[package]]
13821name = "text"
13822version = "0.1.0"
13823dependencies = [
13824 "anyhow",
13825 "clock",
13826 "collections",
13827 "ctor",
13828 "env_logger 0.11.7",
13829 "gpui",
13830 "http_client",
13831 "log",
13832 "parking_lot",
13833 "postage",
13834 "rand 0.8.5",
13835 "regex",
13836 "rope",
13837 "smallvec",
13838 "sum_tree",
13839 "util",
13840]
13841
13842[[package]]
13843name = "theme"
13844version = "0.1.0"
13845dependencies = [
13846 "anyhow",
13847 "collections",
13848 "derive_more",
13849 "fs",
13850 "futures 0.3.31",
13851 "gpui",
13852 "indexmap",
13853 "log",
13854 "palette",
13855 "parking_lot",
13856 "refineable",
13857 "schemars",
13858 "serde",
13859 "serde_derive",
13860 "serde_json",
13861 "serde_json_lenient",
13862 "serde_repr",
13863 "settings",
13864 "strum",
13865 "thiserror 1.0.69",
13866 "util",
13867 "uuid",
13868]
13869
13870[[package]]
13871name = "theme_extension"
13872version = "0.1.0"
13873dependencies = [
13874 "anyhow",
13875 "extension",
13876 "fs",
13877 "gpui",
13878 "theme",
13879]
13880
13881[[package]]
13882name = "theme_importer"
13883version = "0.1.0"
13884dependencies = [
13885 "anyhow",
13886 "clap",
13887 "gpui",
13888 "indexmap",
13889 "log",
13890 "palette",
13891 "rust-embed",
13892 "serde",
13893 "serde_json",
13894 "serde_json_lenient",
13895 "simplelog",
13896 "strum",
13897 "theme",
13898 "vscode_theme",
13899]
13900
13901[[package]]
13902name = "theme_selector"
13903version = "0.1.0"
13904dependencies = [
13905 "fs",
13906 "fuzzy",
13907 "gpui",
13908 "log",
13909 "picker",
13910 "serde",
13911 "settings",
13912 "telemetry",
13913 "theme",
13914 "ui",
13915 "util",
13916 "workspace",
13917 "zed_actions",
13918]
13919
13920[[package]]
13921name = "thiserror"
13922version = "1.0.69"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13925dependencies = [
13926 "thiserror-impl 1.0.69",
13927]
13928
13929[[package]]
13930name = "thiserror"
13931version = "2.0.6"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13934dependencies = [
13935 "thiserror-impl 2.0.6",
13936]
13937
13938[[package]]
13939name = "thiserror-impl"
13940version = "1.0.69"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13943dependencies = [
13944 "proc-macro2",
13945 "quote",
13946 "syn 2.0.100",
13947]
13948
13949[[package]]
13950name = "thiserror-impl"
13951version = "2.0.6"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13954dependencies = [
13955 "proc-macro2",
13956 "quote",
13957 "syn 2.0.100",
13958]
13959
13960[[package]]
13961name = "thread_local"
13962version = "1.1.8"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13965dependencies = [
13966 "cfg-if",
13967 "once_cell",
13968]
13969
13970[[package]]
13971name = "tiff"
13972version = "0.9.1"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13975dependencies = [
13976 "flate2",
13977 "jpeg-decoder",
13978 "weezl",
13979]
13980
13981[[package]]
13982name = "tiktoken-rs"
13983version = "0.6.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13986dependencies = [
13987 "anyhow",
13988 "base64 0.21.7",
13989 "bstr",
13990 "fancy-regex 0.13.0",
13991 "lazy_static",
13992 "parking_lot",
13993 "regex",
13994 "rustc-hash 1.1.0",
13995]
13996
13997[[package]]
13998name = "time"
13999version = "0.3.37"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14002dependencies = [
14003 "deranged",
14004 "itoa",
14005 "libc",
14006 "num-conv",
14007 "num_threads",
14008 "powerfmt",
14009 "serde",
14010 "time-core",
14011 "time-macros",
14012]
14013
14014[[package]]
14015name = "time-core"
14016version = "0.1.2"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14019
14020[[package]]
14021name = "time-macros"
14022version = "0.2.19"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14025dependencies = [
14026 "num-conv",
14027 "time-core",
14028]
14029
14030[[package]]
14031name = "time_format"
14032version = "0.1.0"
14033dependencies = [
14034 "core-foundation 0.9.4",
14035 "core-foundation-sys",
14036 "sys-locale",
14037 "time",
14038]
14039
14040[[package]]
14041name = "tiny-keccak"
14042version = "2.0.2"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14045dependencies = [
14046 "crunchy",
14047]
14048
14049[[package]]
14050name = "tiny-skia"
14051version = "0.11.4"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14054dependencies = [
14055 "arrayref",
14056 "arrayvec",
14057 "bytemuck",
14058 "cfg-if",
14059 "log",
14060 "png",
14061 "tiny-skia-path",
14062]
14063
14064[[package]]
14065name = "tiny-skia-path"
14066version = "0.11.4"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14069dependencies = [
14070 "arrayref",
14071 "bytemuck",
14072 "strict-num",
14073]
14074
14075[[package]]
14076name = "tiny_http"
14077version = "0.8.2"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14080dependencies = [
14081 "ascii",
14082 "chrono",
14083 "chunked_transfer",
14084 "log",
14085 "url",
14086]
14087
14088[[package]]
14089name = "tinystr"
14090version = "0.7.6"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14093dependencies = [
14094 "displaydoc",
14095 "zerovec",
14096]
14097
14098[[package]]
14099name = "tinytemplate"
14100version = "1.2.1"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14103dependencies = [
14104 "serde",
14105 "serde_json",
14106]
14107
14108[[package]]
14109name = "tinyvec"
14110version = "1.8.0"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14113dependencies = [
14114 "tinyvec_macros",
14115]
14116
14117[[package]]
14118name = "tinyvec_macros"
14119version = "0.1.1"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14122
14123[[package]]
14124name = "title_bar"
14125version = "0.1.0"
14126dependencies = [
14127 "auto_update",
14128 "call",
14129 "client",
14130 "collections",
14131 "feature_flags",
14132 "git_ui",
14133 "gpui",
14134 "http_client",
14135 "notifications",
14136 "pretty_assertions",
14137 "project",
14138 "remote",
14139 "rpc",
14140 "schemars",
14141 "serde",
14142 "settings",
14143 "smallvec",
14144 "story",
14145 "telemetry",
14146 "theme",
14147 "tree-sitter-md",
14148 "ui",
14149 "util",
14150 "windows 0.60.0",
14151 "workspace",
14152 "zed_actions",
14153 "zeta",
14154]
14155
14156[[package]]
14157name = "tokio"
14158version = "1.43.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14161dependencies = [
14162 "backtrace",
14163 "bytes 1.10.1",
14164 "libc",
14165 "mio 1.0.3",
14166 "parking_lot",
14167 "pin-project-lite",
14168 "signal-hook-registry",
14169 "socket2",
14170 "tokio-macros",
14171 "windows-sys 0.52.0",
14172]
14173
14174[[package]]
14175name = "tokio-io"
14176version = "0.1.13"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14179dependencies = [
14180 "bytes 0.4.12",
14181 "futures 0.1.31",
14182 "log",
14183]
14184
14185[[package]]
14186name = "tokio-macros"
14187version = "2.5.0"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14190dependencies = [
14191 "proc-macro2",
14192 "quote",
14193 "syn 2.0.100",
14194]
14195
14196[[package]]
14197name = "tokio-native-tls"
14198version = "0.3.1"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14201dependencies = [
14202 "native-tls",
14203 "tokio",
14204]
14205
14206[[package]]
14207name = "tokio-rustls"
14208version = "0.24.1"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14211dependencies = [
14212 "rustls 0.21.12",
14213 "tokio",
14214]
14215
14216[[package]]
14217name = "tokio-rustls"
14218version = "0.26.1"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14221dependencies = [
14222 "rustls 0.23.23",
14223 "tokio",
14224]
14225
14226[[package]]
14227name = "tokio-socks"
14228version = "0.5.2"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14231dependencies = [
14232 "either",
14233 "futures-io",
14234 "futures-util",
14235 "thiserror 1.0.69",
14236 "tokio",
14237]
14238
14239[[package]]
14240name = "tokio-stream"
14241version = "0.1.17"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14244dependencies = [
14245 "futures-core",
14246 "pin-project-lite",
14247 "tokio",
14248]
14249
14250[[package]]
14251name = "tokio-tungstenite"
14252version = "0.20.1"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14255dependencies = [
14256 "futures-util",
14257 "log",
14258 "rustls 0.21.12",
14259 "rustls-native-certs 0.6.3",
14260 "tokio",
14261 "tokio-rustls 0.24.1",
14262 "tungstenite 0.20.1",
14263]
14264
14265[[package]]
14266name = "tokio-tungstenite"
14267version = "0.21.0"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14270dependencies = [
14271 "futures-util",
14272 "log",
14273 "tokio",
14274 "tungstenite 0.21.0",
14275]
14276
14277[[package]]
14278name = "tokio-util"
14279version = "0.7.13"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14282dependencies = [
14283 "bytes 1.10.1",
14284 "futures-core",
14285 "futures-io",
14286 "futures-sink",
14287 "pin-project-lite",
14288 "tokio",
14289]
14290
14291[[package]]
14292name = "toml"
14293version = "0.5.11"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14296dependencies = [
14297 "serde",
14298]
14299
14300[[package]]
14301name = "toml"
14302version = "0.8.20"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14305dependencies = [
14306 "serde",
14307 "serde_spanned",
14308 "toml_datetime",
14309 "toml_edit",
14310]
14311
14312[[package]]
14313name = "toml_datetime"
14314version = "0.6.8"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14317dependencies = [
14318 "serde",
14319]
14320
14321[[package]]
14322name = "toml_edit"
14323version = "0.22.23"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14326dependencies = [
14327 "indexmap",
14328 "serde",
14329 "serde_spanned",
14330 "toml_datetime",
14331 "winnow 0.7.1",
14332]
14333
14334[[package]]
14335name = "toolchain_selector"
14336version = "0.1.0"
14337dependencies = [
14338 "editor",
14339 "fuzzy",
14340 "gpui",
14341 "language",
14342 "picker",
14343 "project",
14344 "ui",
14345 "util",
14346 "workspace",
14347]
14348
14349[[package]]
14350name = "topological-sort"
14351version = "0.2.2"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14354
14355[[package]]
14356name = "tower"
14357version = "0.4.13"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14360dependencies = [
14361 "futures-core",
14362 "futures-util",
14363 "pin-project",
14364 "pin-project-lite",
14365 "tokio",
14366 "tower-layer",
14367 "tower-service",
14368 "tracing",
14369]
14370
14371[[package]]
14372name = "tower-http"
14373version = "0.3.5"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14376dependencies = [
14377 "bitflags 1.3.2",
14378 "bytes 1.10.1",
14379 "futures-core",
14380 "futures-util",
14381 "http 0.2.12",
14382 "http-body 0.4.6",
14383 "http-range-header",
14384 "pin-project-lite",
14385 "tower-layer",
14386 "tower-service",
14387]
14388
14389[[package]]
14390name = "tower-http"
14391version = "0.4.4"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14394dependencies = [
14395 "bitflags 2.8.0",
14396 "bytes 1.10.1",
14397 "futures-core",
14398 "futures-util",
14399 "http 0.2.12",
14400 "http-body 0.4.6",
14401 "http-range-header",
14402 "pin-project-lite",
14403 "tower-layer",
14404 "tower-service",
14405 "tracing",
14406]
14407
14408[[package]]
14409name = "tower-layer"
14410version = "0.3.3"
14411source = "registry+https://github.com/rust-lang/crates.io-index"
14412checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14413
14414[[package]]
14415name = "tower-service"
14416version = "0.3.3"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14419
14420[[package]]
14421name = "tracing"
14422version = "0.1.41"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14425dependencies = [
14426 "log",
14427 "pin-project-lite",
14428 "tracing-attributes",
14429 "tracing-core",
14430]
14431
14432[[package]]
14433name = "tracing-attributes"
14434version = "0.1.28"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14437dependencies = [
14438 "proc-macro2",
14439 "quote",
14440 "syn 2.0.100",
14441]
14442
14443[[package]]
14444name = "tracing-core"
14445version = "0.1.33"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14448dependencies = [
14449 "once_cell",
14450 "valuable",
14451]
14452
14453[[package]]
14454name = "tracing-log"
14455version = "0.2.0"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14458dependencies = [
14459 "log",
14460 "once_cell",
14461 "tracing-core",
14462]
14463
14464[[package]]
14465name = "tracing-serde"
14466version = "0.2.0"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14469dependencies = [
14470 "serde",
14471 "tracing-core",
14472]
14473
14474[[package]]
14475name = "tracing-subscriber"
14476version = "0.3.19"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14479dependencies = [
14480 "matchers",
14481 "nu-ansi-term",
14482 "once_cell",
14483 "regex",
14484 "serde",
14485 "serde_json",
14486 "sharded-slab",
14487 "smallvec",
14488 "thread_local",
14489 "tracing",
14490 "tracing-core",
14491 "tracing-log",
14492 "tracing-serde",
14493]
14494
14495[[package]]
14496name = "trait-variant"
14497version = "0.1.2"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14500dependencies = [
14501 "proc-macro2",
14502 "quote",
14503 "syn 2.0.100",
14504]
14505
14506[[package]]
14507name = "tree-sitter"
14508version = "0.25.3"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14511dependencies = [
14512 "cc",
14513 "regex",
14514 "regex-syntax 0.8.5",
14515 "serde_json",
14516 "streaming-iterator",
14517 "tree-sitter-language",
14518 "wasmtime-c-api-impl",
14519]
14520
14521[[package]]
14522name = "tree-sitter-bash"
14523version = "0.23.3"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14526dependencies = [
14527 "cc",
14528 "tree-sitter-language",
14529]
14530
14531[[package]]
14532name = "tree-sitter-c"
14533version = "0.23.4"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14536dependencies = [
14537 "cc",
14538 "tree-sitter-language",
14539]
14540
14541[[package]]
14542name = "tree-sitter-cpp"
14543version = "0.23.4"
14544source = "registry+https://github.com/rust-lang/crates.io-index"
14545checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14546dependencies = [
14547 "cc",
14548 "tree-sitter-language",
14549]
14550
14551[[package]]
14552name = "tree-sitter-css"
14553version = "0.23.2"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14556dependencies = [
14557 "cc",
14558 "tree-sitter-language",
14559]
14560
14561[[package]]
14562name = "tree-sitter-diff"
14563version = "0.1.0"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14566dependencies = [
14567 "cc",
14568 "tree-sitter-language",
14569]
14570
14571[[package]]
14572name = "tree-sitter-elixir"
14573version = "0.3.4"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14576dependencies = [
14577 "cc",
14578 "tree-sitter-language",
14579]
14580
14581[[package]]
14582name = "tree-sitter-embedded-template"
14583version = "0.23.2"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14586dependencies = [
14587 "cc",
14588 "tree-sitter-language",
14589]
14590
14591[[package]]
14592name = "tree-sitter-gitcommit"
14593version = "0.0.1"
14594source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14595dependencies = [
14596 "cc",
14597 "tree-sitter-language",
14598]
14599
14600[[package]]
14601name = "tree-sitter-go"
14602version = "0.23.4"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14605dependencies = [
14606 "cc",
14607 "tree-sitter-language",
14608]
14609
14610[[package]]
14611name = "tree-sitter-gomod"
14612version = "1.1.1"
14613source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14614dependencies = [
14615 "cc",
14616 "tree-sitter-language",
14617]
14618
14619[[package]]
14620name = "tree-sitter-gowork"
14621version = "0.0.1"
14622source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14623dependencies = [
14624 "cc",
14625 "tree-sitter-language",
14626]
14627
14628[[package]]
14629name = "tree-sitter-heex"
14630version = "0.0.1"
14631source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14632dependencies = [
14633 "cc",
14634 "tree-sitter-language",
14635]
14636
14637[[package]]
14638name = "tree-sitter-html"
14639version = "0.23.2"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14642dependencies = [
14643 "cc",
14644 "tree-sitter-language",
14645]
14646
14647[[package]]
14648name = "tree-sitter-jsdoc"
14649version = "0.23.2"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14652dependencies = [
14653 "cc",
14654 "tree-sitter-language",
14655]
14656
14657[[package]]
14658name = "tree-sitter-json"
14659version = "0.24.8"
14660source = "registry+https://github.com/rust-lang/crates.io-index"
14661checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14662dependencies = [
14663 "cc",
14664 "tree-sitter-language",
14665]
14666
14667[[package]]
14668name = "tree-sitter-language"
14669version = "0.1.3"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14672
14673[[package]]
14674name = "tree-sitter-md"
14675version = "0.3.2"
14676source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14677dependencies = [
14678 "cc",
14679 "tree-sitter-language",
14680]
14681
14682[[package]]
14683name = "tree-sitter-python"
14684version = "0.23.6"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14687dependencies = [
14688 "cc",
14689 "tree-sitter-language",
14690]
14691
14692[[package]]
14693name = "tree-sitter-regex"
14694version = "0.24.3"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14697dependencies = [
14698 "cc",
14699 "tree-sitter-language",
14700]
14701
14702[[package]]
14703name = "tree-sitter-ruby"
14704version = "0.23.1"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14707dependencies = [
14708 "cc",
14709 "tree-sitter-language",
14710]
14711
14712[[package]]
14713name = "tree-sitter-rust"
14714version = "0.23.2"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14717dependencies = [
14718 "cc",
14719 "tree-sitter-language",
14720]
14721
14722[[package]]
14723name = "tree-sitter-typescript"
14724version = "0.23.2"
14725source = "registry+https://github.com/rust-lang/crates.io-index"
14726checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14727dependencies = [
14728 "cc",
14729 "tree-sitter-language",
14730]
14731
14732[[package]]
14733name = "tree-sitter-yaml"
14734version = "0.6.1"
14735source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14736dependencies = [
14737 "cc",
14738 "tree-sitter-language",
14739]
14740
14741[[package]]
14742name = "try-lock"
14743version = "0.2.5"
14744source = "registry+https://github.com/rust-lang/crates.io-index"
14745checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14746
14747[[package]]
14748name = "ttf-parser"
14749version = "0.21.1"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14752
14753[[package]]
14754name = "ttf-parser"
14755version = "0.25.1"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14758dependencies = [
14759 "core_maths",
14760]
14761
14762[[package]]
14763name = "tungstenite"
14764version = "0.20.1"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14767dependencies = [
14768 "byteorder",
14769 "bytes 1.10.1",
14770 "data-encoding",
14771 "http 0.2.12",
14772 "httparse",
14773 "log",
14774 "rand 0.8.5",
14775 "rustls 0.21.12",
14776 "sha1",
14777 "thiserror 1.0.69",
14778 "url",
14779 "utf-8",
14780]
14781
14782[[package]]
14783name = "tungstenite"
14784version = "0.21.0"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14787dependencies = [
14788 "byteorder",
14789 "bytes 1.10.1",
14790 "data-encoding",
14791 "http 1.2.0",
14792 "httparse",
14793 "log",
14794 "rand 0.8.5",
14795 "sha1",
14796 "thiserror 1.0.69",
14797 "url",
14798 "utf-8",
14799]
14800
14801[[package]]
14802name = "tungstenite"
14803version = "0.24.0"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14806dependencies = [
14807 "byteorder",
14808 "bytes 1.10.1",
14809 "data-encoding",
14810 "http 1.2.0",
14811 "httparse",
14812 "log",
14813 "rand 0.8.5",
14814 "sha1",
14815 "thiserror 1.0.69",
14816 "utf-8",
14817]
14818
14819[[package]]
14820name = "typeid"
14821version = "1.0.2"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14824
14825[[package]]
14826name = "typenum"
14827version = "1.17.0"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14830
14831[[package]]
14832name = "ucd-trie"
14833version = "0.1.7"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14836
14837[[package]]
14838name = "uds_windows"
14839version = "1.1.0"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14842dependencies = [
14843 "memoffset",
14844 "tempfile",
14845 "winapi",
14846]
14847
14848[[package]]
14849name = "ui"
14850version = "0.1.0"
14851dependencies = [
14852 "chrono",
14853 "component",
14854 "gpui",
14855 "itertools 0.14.0",
14856 "linkme",
14857 "menu",
14858 "serde",
14859 "settings",
14860 "smallvec",
14861 "story",
14862 "strum",
14863 "theme",
14864 "ui_macros",
14865 "util",
14866 "windows 0.60.0",
14867]
14868
14869[[package]]
14870name = "ui_input"
14871version = "0.1.0"
14872dependencies = [
14873 "editor",
14874 "gpui",
14875 "settings",
14876 "theme",
14877 "ui",
14878]
14879
14880[[package]]
14881name = "ui_macros"
14882version = "0.1.0"
14883dependencies = [
14884 "convert_case 0.8.0",
14885 "linkme",
14886 "proc-macro2",
14887 "quote",
14888 "syn 1.0.109",
14889]
14890
14891[[package]]
14892name = "unicase"
14893version = "2.8.1"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14896
14897[[package]]
14898name = "unicode-bidi"
14899version = "0.3.17"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14902
14903[[package]]
14904name = "unicode-bidi-mirroring"
14905version = "0.2.0"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14908
14909[[package]]
14910name = "unicode-bidi-mirroring"
14911version = "0.4.0"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14914
14915[[package]]
14916name = "unicode-ccc"
14917version = "0.2.0"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14920
14921[[package]]
14922name = "unicode-ccc"
14923version = "0.4.0"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14926
14927[[package]]
14928name = "unicode-ident"
14929version = "1.0.14"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14932
14933[[package]]
14934name = "unicode-linebreak"
14935version = "0.1.5"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14938
14939[[package]]
14940name = "unicode-normalization"
14941version = "0.1.24"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14944dependencies = [
14945 "tinyvec",
14946]
14947
14948[[package]]
14949name = "unicode-properties"
14950version = "0.1.3"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14953
14954[[package]]
14955name = "unicode-script"
14956version = "0.5.7"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14959
14960[[package]]
14961name = "unicode-segmentation"
14962version = "1.12.0"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14965
14966[[package]]
14967name = "unicode-vo"
14968version = "0.1.0"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14971
14972[[package]]
14973name = "unicode-width"
14974version = "0.1.14"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14977
14978[[package]]
14979name = "unicode-xid"
14980version = "0.2.6"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14983
14984[[package]]
14985name = "unicode_categories"
14986version = "0.1.1"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14989
14990[[package]]
14991name = "unindent"
14992version = "0.2.3"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14995
14996[[package]]
14997name = "untrusted"
14998version = "0.9.0"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15001
15002[[package]]
15003name = "url"
15004version = "2.5.4"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15007dependencies = [
15008 "form_urlencoded",
15009 "idna",
15010 "percent-encoding",
15011 "serde",
15012]
15013
15014[[package]]
15015name = "urlencoding"
15016version = "2.1.3"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15019
15020[[package]]
15021name = "usvg"
15022version = "0.45.0"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15025dependencies = [
15026 "base64 0.22.1",
15027 "data-url",
15028 "flate2",
15029 "fontdb 0.23.0",
15030 "imagesize",
15031 "kurbo",
15032 "log",
15033 "pico-args",
15034 "roxmltree",
15035 "rustybuzz 0.20.1",
15036 "simplecss",
15037 "siphasher 1.0.1",
15038 "strict-num",
15039 "svgtypes",
15040 "tiny-skia-path",
15041 "unicode-bidi",
15042 "unicode-script",
15043 "unicode-vo",
15044 "xmlwriter",
15045]
15046
15047[[package]]
15048name = "utf-8"
15049version = "0.7.6"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15052
15053[[package]]
15054name = "utf16_iter"
15055version = "1.0.5"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15058
15059[[package]]
15060name = "utf8_iter"
15061version = "1.0.4"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15064
15065[[package]]
15066name = "utf8parse"
15067version = "0.2.2"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15070
15071[[package]]
15072name = "util"
15073version = "0.1.0"
15074dependencies = [
15075 "anyhow",
15076 "async-fs",
15077 "collections",
15078 "dirs 4.0.0",
15079 "dunce",
15080 "futures 0.3.31",
15081 "futures-lite 1.13.0",
15082 "git2",
15083 "globset",
15084 "itertools 0.14.0",
15085 "libc",
15086 "log",
15087 "rand 0.8.5",
15088 "regex",
15089 "rust-embed",
15090 "serde",
15091 "serde_json",
15092 "smol",
15093 "take-until",
15094 "tempfile",
15095 "tendril",
15096 "unicase",
15097 "util_macros",
15098]
15099
15100[[package]]
15101name = "util_macros"
15102version = "0.1.0"
15103dependencies = [
15104 "quote",
15105 "syn 1.0.109",
15106]
15107
15108[[package]]
15109name = "uuid"
15110version = "1.13.2"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15113dependencies = [
15114 "getrandom 0.3.1",
15115 "serde",
15116 "sha1_smol",
15117]
15118
15119[[package]]
15120name = "v_frame"
15121version = "0.3.8"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15124dependencies = [
15125 "aligned-vec",
15126 "num-traits",
15127 "wasm-bindgen",
15128]
15129
15130[[package]]
15131name = "valuable"
15132version = "0.1.0"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15135
15136[[package]]
15137name = "value-bag"
15138version = "1.10.0"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15141dependencies = [
15142 "value-bag-serde1",
15143 "value-bag-sval2",
15144]
15145
15146[[package]]
15147name = "value-bag-serde1"
15148version = "1.10.0"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15151dependencies = [
15152 "erased-serde",
15153 "serde",
15154 "serde_fmt",
15155]
15156
15157[[package]]
15158name = "value-bag-sval2"
15159version = "1.10.0"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15162dependencies = [
15163 "sval",
15164 "sval_buffer",
15165 "sval_dynamic",
15166 "sval_fmt",
15167 "sval_json",
15168 "sval_ref",
15169 "sval_serde",
15170]
15171
15172[[package]]
15173name = "vcpkg"
15174version = "0.2.15"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15177
15178[[package]]
15179name = "version-compare"
15180version = "0.2.0"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15183
15184[[package]]
15185name = "version_check"
15186version = "0.9.5"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15189
15190[[package]]
15191name = "vim"
15192version = "0.1.0"
15193dependencies = [
15194 "anyhow",
15195 "assets",
15196 "async-compat",
15197 "async-trait",
15198 "collections",
15199 "command_palette",
15200 "command_palette_hooks",
15201 "db",
15202 "editor",
15203 "futures 0.3.31",
15204 "git_ui",
15205 "gpui",
15206 "indoc",
15207 "itertools 0.14.0",
15208 "language",
15209 "libc",
15210 "log",
15211 "lsp",
15212 "multi_buffer",
15213 "nvim-rs",
15214 "parking_lot",
15215 "picker",
15216 "project",
15217 "project_panel",
15218 "regex",
15219 "release_channel",
15220 "schemars",
15221 "search",
15222 "serde",
15223 "serde_derive",
15224 "serde_json",
15225 "settings",
15226 "task",
15227 "text",
15228 "theme",
15229 "tokio",
15230 "ui",
15231 "util",
15232 "vim_mode_setting",
15233 "workspace",
15234 "zed_actions",
15235]
15236
15237[[package]]
15238name = "vim_mode_setting"
15239version = "0.1.0"
15240dependencies = [
15241 "anyhow",
15242 "gpui",
15243 "settings",
15244]
15245
15246[[package]]
15247name = "vscode_theme"
15248version = "0.2.0"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15251dependencies = [
15252 "serde",
15253]
15254
15255[[package]]
15256name = "vsimd"
15257version = "0.8.0"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15260
15261[[package]]
15262name = "vswhom"
15263version = "0.1.0"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15266dependencies = [
15267 "libc",
15268 "vswhom-sys",
15269]
15270
15271[[package]]
15272name = "vswhom-sys"
15273version = "0.1.2"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15276dependencies = [
15277 "cc",
15278 "libc",
15279]
15280
15281[[package]]
15282name = "vte"
15283version = "0.15.0"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15286dependencies = [
15287 "arrayvec",
15288 "bitflags 2.8.0",
15289 "cursor-icon",
15290 "log",
15291 "memchr",
15292 "serde",
15293]
15294
15295[[package]]
15296name = "waker-fn"
15297version = "1.2.0"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15300
15301[[package]]
15302name = "walkdir"
15303version = "2.5.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15306dependencies = [
15307 "same-file",
15308 "winapi-util",
15309]
15310
15311[[package]]
15312name = "want"
15313version = "0.3.1"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15316dependencies = [
15317 "try-lock",
15318]
15319
15320[[package]]
15321name = "warp"
15322version = "0.3.7"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15325dependencies = [
15326 "bytes 1.10.1",
15327 "futures-channel",
15328 "futures-util",
15329 "headers",
15330 "http 0.2.12",
15331 "hyper 0.14.32",
15332 "log",
15333 "mime",
15334 "mime_guess",
15335 "percent-encoding",
15336 "pin-project",
15337 "scoped-tls",
15338 "serde",
15339 "serde_json",
15340 "serde_urlencoded",
15341 "tokio",
15342 "tokio-tungstenite 0.21.0",
15343 "tokio-util",
15344 "tower-service",
15345 "tracing",
15346]
15347
15348[[package]]
15349name = "wasi"
15350version = "0.9.0+wasi-snapshot-preview1"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15353
15354[[package]]
15355name = "wasi"
15356version = "0.11.0+wasi-snapshot-preview1"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15359
15360[[package]]
15361name = "wasi"
15362version = "0.13.3+wasi-0.2.2"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15365dependencies = [
15366 "wit-bindgen-rt 0.33.0",
15367]
15368
15369[[package]]
15370name = "wasite"
15371version = "0.1.0"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15374
15375[[package]]
15376name = "wasm-bindgen"
15377version = "0.2.99"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15380dependencies = [
15381 "cfg-if",
15382 "once_cell",
15383 "wasm-bindgen-macro",
15384]
15385
15386[[package]]
15387name = "wasm-bindgen-backend"
15388version = "0.2.99"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15391dependencies = [
15392 "bumpalo",
15393 "log",
15394 "proc-macro2",
15395 "quote",
15396 "syn 2.0.100",
15397 "wasm-bindgen-shared",
15398]
15399
15400[[package]]
15401name = "wasm-bindgen-futures"
15402version = "0.4.49"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15405dependencies = [
15406 "cfg-if",
15407 "js-sys",
15408 "once_cell",
15409 "wasm-bindgen",
15410 "web-sys",
15411]
15412
15413[[package]]
15414name = "wasm-bindgen-macro"
15415version = "0.2.99"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15418dependencies = [
15419 "quote",
15420 "wasm-bindgen-macro-support",
15421]
15422
15423[[package]]
15424name = "wasm-bindgen-macro-support"
15425version = "0.2.99"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15428dependencies = [
15429 "proc-macro2",
15430 "quote",
15431 "syn 2.0.100",
15432 "wasm-bindgen-backend",
15433 "wasm-bindgen-shared",
15434]
15435
15436[[package]]
15437name = "wasm-bindgen-shared"
15438version = "0.2.99"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15441
15442[[package]]
15443name = "wasm-encoder"
15444version = "0.201.0"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15447dependencies = [
15448 "leb128",
15449]
15450
15451[[package]]
15452name = "wasm-encoder"
15453version = "0.221.3"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15456dependencies = [
15457 "leb128",
15458 "wasmparser 0.221.3",
15459]
15460
15461[[package]]
15462name = "wasm-metadata"
15463version = "0.201.0"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15466dependencies = [
15467 "anyhow",
15468 "indexmap",
15469 "serde",
15470 "serde_derive",
15471 "serde_json",
15472 "spdx",
15473 "wasm-encoder 0.201.0",
15474 "wasmparser 0.201.0",
15475]
15476
15477[[package]]
15478name = "wasm-metadata"
15479version = "0.221.3"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15482dependencies = [
15483 "anyhow",
15484 "indexmap",
15485 "serde",
15486 "serde_derive",
15487 "serde_json",
15488 "spdx",
15489 "wasm-encoder 0.221.3",
15490 "wasmparser 0.221.3",
15491]
15492
15493[[package]]
15494name = "wasm-streams"
15495version = "0.4.2"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15498dependencies = [
15499 "futures-util",
15500 "js-sys",
15501 "wasm-bindgen",
15502 "wasm-bindgen-futures",
15503 "web-sys",
15504]
15505
15506[[package]]
15507name = "wasmparser"
15508version = "0.201.0"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15511dependencies = [
15512 "bitflags 2.8.0",
15513 "indexmap",
15514 "semver",
15515]
15516
15517[[package]]
15518name = "wasmparser"
15519version = "0.221.3"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15522dependencies = [
15523 "bitflags 2.8.0",
15524 "hashbrown 0.15.2",
15525 "indexmap",
15526 "semver",
15527 "serde",
15528]
15529
15530[[package]]
15531name = "wasmprinter"
15532version = "0.221.3"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15535dependencies = [
15536 "anyhow",
15537 "termcolor",
15538 "wasmparser 0.221.3",
15539]
15540
15541[[package]]
15542name = "wasmtime"
15543version = "29.0.1"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15546dependencies = [
15547 "anyhow",
15548 "async-trait",
15549 "bitflags 2.8.0",
15550 "bumpalo",
15551 "cc",
15552 "cfg-if",
15553 "encoding_rs",
15554 "hashbrown 0.14.5",
15555 "indexmap",
15556 "libc",
15557 "log",
15558 "mach2",
15559 "memfd",
15560 "object",
15561 "once_cell",
15562 "paste",
15563 "postcard",
15564 "psm",
15565 "pulley-interpreter",
15566 "rustix",
15567 "semver",
15568 "serde",
15569 "serde_derive",
15570 "smallvec",
15571 "sptr",
15572 "target-lexicon 0.13.2",
15573 "trait-variant",
15574 "wasmparser 0.221.3",
15575 "wasmtime-asm-macros",
15576 "wasmtime-component-macro",
15577 "wasmtime-component-util",
15578 "wasmtime-cranelift",
15579 "wasmtime-environ",
15580 "wasmtime-fiber",
15581 "wasmtime-jit-icache-coherence",
15582 "wasmtime-math",
15583 "wasmtime-slab",
15584 "wasmtime-versioned-export-macros",
15585 "wasmtime-winch",
15586 "windows-sys 0.59.0",
15587]
15588
15589[[package]]
15590name = "wasmtime-asm-macros"
15591version = "29.0.1"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15594dependencies = [
15595 "cfg-if",
15596]
15597
15598[[package]]
15599name = "wasmtime-c-api-impl"
15600version = "29.0.1"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15603dependencies = [
15604 "anyhow",
15605 "log",
15606 "tracing",
15607 "wasmtime",
15608 "wasmtime-c-api-macros",
15609]
15610
15611[[package]]
15612name = "wasmtime-c-api-macros"
15613version = "29.0.1"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15616dependencies = [
15617 "proc-macro2",
15618 "quote",
15619]
15620
15621[[package]]
15622name = "wasmtime-component-macro"
15623version = "29.0.1"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15626dependencies = [
15627 "anyhow",
15628 "proc-macro2",
15629 "quote",
15630 "syn 2.0.100",
15631 "wasmtime-component-util",
15632 "wasmtime-wit-bindgen",
15633 "wit-parser 0.221.3",
15634]
15635
15636[[package]]
15637name = "wasmtime-component-util"
15638version = "29.0.1"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15641
15642[[package]]
15643name = "wasmtime-cranelift"
15644version = "29.0.1"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15647dependencies = [
15648 "anyhow",
15649 "cfg-if",
15650 "cranelift-codegen",
15651 "cranelift-control",
15652 "cranelift-entity",
15653 "cranelift-frontend",
15654 "cranelift-native",
15655 "gimli",
15656 "itertools 0.12.1",
15657 "log",
15658 "object",
15659 "smallvec",
15660 "target-lexicon 0.13.2",
15661 "thiserror 1.0.69",
15662 "wasmparser 0.221.3",
15663 "wasmtime-environ",
15664 "wasmtime-versioned-export-macros",
15665]
15666
15667[[package]]
15668name = "wasmtime-environ"
15669version = "29.0.1"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15672dependencies = [
15673 "anyhow",
15674 "cpp_demangle",
15675 "cranelift-bitset",
15676 "cranelift-entity",
15677 "gimli",
15678 "indexmap",
15679 "log",
15680 "object",
15681 "postcard",
15682 "rustc-demangle",
15683 "semver",
15684 "serde",
15685 "serde_derive",
15686 "smallvec",
15687 "target-lexicon 0.13.2",
15688 "wasm-encoder 0.221.3",
15689 "wasmparser 0.221.3",
15690 "wasmprinter",
15691 "wasmtime-component-util",
15692]
15693
15694[[package]]
15695name = "wasmtime-fiber"
15696version = "29.0.1"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15699dependencies = [
15700 "anyhow",
15701 "cc",
15702 "cfg-if",
15703 "rustix",
15704 "wasmtime-asm-macros",
15705 "wasmtime-versioned-export-macros",
15706 "windows-sys 0.59.0",
15707]
15708
15709[[package]]
15710name = "wasmtime-jit-icache-coherence"
15711version = "29.0.1"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15714dependencies = [
15715 "anyhow",
15716 "cfg-if",
15717 "libc",
15718 "windows-sys 0.59.0",
15719]
15720
15721[[package]]
15722name = "wasmtime-math"
15723version = "29.0.1"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15726dependencies = [
15727 "libm",
15728]
15729
15730[[package]]
15731name = "wasmtime-slab"
15732version = "29.0.1"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15735
15736[[package]]
15737name = "wasmtime-versioned-export-macros"
15738version = "29.0.1"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15741dependencies = [
15742 "proc-macro2",
15743 "quote",
15744 "syn 2.0.100",
15745]
15746
15747[[package]]
15748name = "wasmtime-wasi"
15749version = "29.0.1"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15752dependencies = [
15753 "anyhow",
15754 "async-trait",
15755 "bitflags 2.8.0",
15756 "bytes 1.10.1",
15757 "cap-fs-ext",
15758 "cap-net-ext",
15759 "cap-rand",
15760 "cap-std",
15761 "cap-time-ext",
15762 "fs-set-times",
15763 "futures 0.3.31",
15764 "io-extras",
15765 "io-lifetimes",
15766 "rustix",
15767 "system-interface",
15768 "thiserror 1.0.69",
15769 "tokio",
15770 "tracing",
15771 "trait-variant",
15772 "url",
15773 "wasmtime",
15774 "wiggle",
15775 "windows-sys 0.59.0",
15776]
15777
15778[[package]]
15779name = "wasmtime-winch"
15780version = "29.0.1"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15783dependencies = [
15784 "anyhow",
15785 "cranelift-codegen",
15786 "gimli",
15787 "object",
15788 "target-lexicon 0.13.2",
15789 "wasmparser 0.221.3",
15790 "wasmtime-cranelift",
15791 "wasmtime-environ",
15792 "winch-codegen",
15793]
15794
15795[[package]]
15796name = "wasmtime-wit-bindgen"
15797version = "29.0.1"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15800dependencies = [
15801 "anyhow",
15802 "heck 0.5.0",
15803 "indexmap",
15804 "wit-parser 0.221.3",
15805]
15806
15807[[package]]
15808name = "wast"
15809version = "35.0.2"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15812dependencies = [
15813 "leb128",
15814]
15815
15816[[package]]
15817name = "wayland-backend"
15818version = "0.3.8"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15821dependencies = [
15822 "cc",
15823 "downcast-rs",
15824 "rustix",
15825 "scoped-tls",
15826 "smallvec",
15827 "wayland-sys",
15828]
15829
15830[[package]]
15831name = "wayland-client"
15832version = "0.31.8"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15835dependencies = [
15836 "bitflags 2.8.0",
15837 "rustix",
15838 "wayland-backend",
15839 "wayland-scanner",
15840]
15841
15842[[package]]
15843name = "wayland-cursor"
15844version = "0.31.8"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15847dependencies = [
15848 "rustix",
15849 "wayland-client",
15850 "xcursor",
15851]
15852
15853[[package]]
15854name = "wayland-protocols"
15855version = "0.31.2"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15858dependencies = [
15859 "bitflags 2.8.0",
15860 "wayland-backend",
15861 "wayland-client",
15862 "wayland-scanner",
15863]
15864
15865[[package]]
15866name = "wayland-protocols-plasma"
15867version = "0.2.0"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15870dependencies = [
15871 "bitflags 2.8.0",
15872 "wayland-backend",
15873 "wayland-client",
15874 "wayland-protocols",
15875 "wayland-scanner",
15876]
15877
15878[[package]]
15879name = "wayland-scanner"
15880version = "0.31.6"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15883dependencies = [
15884 "proc-macro2",
15885 "quick-xml 0.37.2",
15886 "quote",
15887]
15888
15889[[package]]
15890name = "wayland-sys"
15891version = "0.31.6"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15894dependencies = [
15895 "dlib",
15896 "log",
15897 "once_cell",
15898 "pkg-config",
15899]
15900
15901[[package]]
15902name = "web-sys"
15903version = "0.3.76"
15904source = "registry+https://github.com/rust-lang/crates.io-index"
15905checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15906dependencies = [
15907 "js-sys",
15908 "wasm-bindgen",
15909]
15910
15911[[package]]
15912name = "web-time"
15913version = "1.1.0"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15916dependencies = [
15917 "js-sys",
15918 "wasm-bindgen",
15919]
15920
15921[[package]]
15922name = "webpki-root-certs"
15923version = "0.26.8"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15926dependencies = [
15927 "rustls-pki-types",
15928]
15929
15930[[package]]
15931name = "webpki-roots"
15932version = "0.26.7"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15935dependencies = [
15936 "rustls-pki-types",
15937]
15938
15939[[package]]
15940name = "webrtc-sys"
15941version = "0.3.5"
15942source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15943dependencies = [
15944 "cc",
15945 "cxx",
15946 "cxx-build",
15947 "glob",
15948 "log",
15949 "webrtc-sys-build",
15950]
15951
15952[[package]]
15953name = "webrtc-sys-build"
15954version = "0.3.5"
15955source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15956dependencies = [
15957 "fs2",
15958 "regex",
15959 "reqwest 0.11.27",
15960 "scratch",
15961 "semver",
15962 "zip",
15963]
15964
15965[[package]]
15966name = "weezl"
15967version = "0.1.8"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15970
15971[[package]]
15972name = "welcome"
15973version = "0.1.0"
15974dependencies = [
15975 "anyhow",
15976 "client",
15977 "db",
15978 "editor",
15979 "fuzzy",
15980 "gpui",
15981 "install_cli",
15982 "language",
15983 "picker",
15984 "project",
15985 "schemars",
15986 "serde",
15987 "settings",
15988 "telemetry",
15989 "ui",
15990 "util",
15991 "vim_mode_setting",
15992 "workspace",
15993 "zed_actions",
15994]
15995
15996[[package]]
15997name = "which"
15998version = "4.4.2"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16001dependencies = [
16002 "either",
16003 "home",
16004 "once_cell",
16005 "rustix",
16006]
16007
16008[[package]]
16009name = "which"
16010version = "6.0.3"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16013dependencies = [
16014 "either",
16015 "home",
16016 "rustix",
16017 "winsafe",
16018]
16019
16020[[package]]
16021name = "which"
16022version = "7.0.2"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16025dependencies = [
16026 "either",
16027 "env_home",
16028 "rustix",
16029 "winsafe",
16030]
16031
16032[[package]]
16033name = "whoami"
16034version = "1.5.2"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16037dependencies = [
16038 "redox_syscall 0.5.8",
16039 "wasite",
16040]
16041
16042[[package]]
16043name = "wiggle"
16044version = "29.0.1"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16047dependencies = [
16048 "anyhow",
16049 "async-trait",
16050 "bitflags 2.8.0",
16051 "thiserror 1.0.69",
16052 "tracing",
16053 "wasmtime",
16054 "wiggle-macro",
16055]
16056
16057[[package]]
16058name = "wiggle-generate"
16059version = "29.0.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16062dependencies = [
16063 "anyhow",
16064 "heck 0.5.0",
16065 "proc-macro2",
16066 "quote",
16067 "shellexpand 2.1.2",
16068 "syn 2.0.100",
16069 "witx",
16070]
16071
16072[[package]]
16073name = "wiggle-macro"
16074version = "29.0.1"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16077dependencies = [
16078 "proc-macro2",
16079 "quote",
16080 "syn 2.0.100",
16081 "wiggle-generate",
16082]
16083
16084[[package]]
16085name = "winapi"
16086version = "0.3.9"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16089dependencies = [
16090 "winapi-i686-pc-windows-gnu",
16091 "winapi-x86_64-pc-windows-gnu",
16092]
16093
16094[[package]]
16095name = "winapi-i686-pc-windows-gnu"
16096version = "0.4.0"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16099
16100[[package]]
16101name = "winapi-util"
16102version = "0.1.9"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16105dependencies = [
16106 "windows-sys 0.59.0",
16107]
16108
16109[[package]]
16110name = "winapi-x86_64-pc-windows-gnu"
16111version = "0.4.0"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16114
16115[[package]]
16116name = "winch-codegen"
16117version = "29.0.1"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16120dependencies = [
16121 "anyhow",
16122 "cranelift-codegen",
16123 "gimli",
16124 "regalloc2",
16125 "smallvec",
16126 "target-lexicon 0.13.2",
16127 "thiserror 1.0.69",
16128 "wasmparser 0.221.3",
16129 "wasmtime-cranelift",
16130 "wasmtime-environ",
16131]
16132
16133[[package]]
16134name = "windows"
16135version = "0.54.0"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16138dependencies = [
16139 "windows-core 0.54.0",
16140 "windows-targets 0.52.6",
16141]
16142
16143[[package]]
16144name = "windows"
16145version = "0.57.0"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16148dependencies = [
16149 "windows-core 0.57.0",
16150 "windows-targets 0.52.6",
16151]
16152
16153[[package]]
16154name = "windows"
16155version = "0.58.0"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16158dependencies = [
16159 "windows-core 0.58.0",
16160 "windows-targets 0.52.6",
16161]
16162
16163[[package]]
16164name = "windows"
16165version = "0.60.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16168dependencies = [
16169 "windows-collections",
16170 "windows-core 0.60.1",
16171 "windows-future",
16172 "windows-link",
16173 "windows-numerics",
16174]
16175
16176[[package]]
16177name = "windows-collections"
16178version = "0.1.1"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16181dependencies = [
16182 "windows-core 0.60.1",
16183]
16184
16185[[package]]
16186name = "windows-core"
16187version = "0.52.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16190dependencies = [
16191 "windows-targets 0.52.6",
16192]
16193
16194[[package]]
16195name = "windows-core"
16196version = "0.54.0"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16199dependencies = [
16200 "windows-result 0.1.2",
16201 "windows-targets 0.52.6",
16202]
16203
16204[[package]]
16205name = "windows-core"
16206version = "0.57.0"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16209dependencies = [
16210 "windows-implement 0.57.0",
16211 "windows-interface 0.57.0",
16212 "windows-result 0.1.2",
16213 "windows-targets 0.52.6",
16214]
16215
16216[[package]]
16217name = "windows-core"
16218version = "0.58.0"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16221dependencies = [
16222 "windows-implement 0.58.0",
16223 "windows-interface 0.58.0",
16224 "windows-result 0.2.0",
16225 "windows-strings 0.1.0",
16226 "windows-targets 0.52.6",
16227]
16228
16229[[package]]
16230name = "windows-core"
16231version = "0.60.1"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16234dependencies = [
16235 "windows-implement 0.59.0",
16236 "windows-interface 0.59.0",
16237 "windows-link",
16238 "windows-result 0.3.1",
16239 "windows-strings 0.3.1",
16240]
16241
16242[[package]]
16243name = "windows-future"
16244version = "0.1.1"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16247dependencies = [
16248 "windows-core 0.60.1",
16249 "windows-link",
16250]
16251
16252[[package]]
16253name = "windows-implement"
16254version = "0.57.0"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16257dependencies = [
16258 "proc-macro2",
16259 "quote",
16260 "syn 2.0.100",
16261]
16262
16263[[package]]
16264name = "windows-implement"
16265version = "0.58.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16268dependencies = [
16269 "proc-macro2",
16270 "quote",
16271 "syn 2.0.100",
16272]
16273
16274[[package]]
16275name = "windows-implement"
16276version = "0.59.0"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16279dependencies = [
16280 "proc-macro2",
16281 "quote",
16282 "syn 2.0.100",
16283]
16284
16285[[package]]
16286name = "windows-interface"
16287version = "0.57.0"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16290dependencies = [
16291 "proc-macro2",
16292 "quote",
16293 "syn 2.0.100",
16294]
16295
16296[[package]]
16297name = "windows-interface"
16298version = "0.58.0"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16301dependencies = [
16302 "proc-macro2",
16303 "quote",
16304 "syn 2.0.100",
16305]
16306
16307[[package]]
16308name = "windows-interface"
16309version = "0.59.0"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16312dependencies = [
16313 "proc-macro2",
16314 "quote",
16315 "syn 2.0.100",
16316]
16317
16318[[package]]
16319name = "windows-link"
16320version = "0.1.0"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16323
16324[[package]]
16325name = "windows-numerics"
16326version = "0.1.1"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16329dependencies = [
16330 "windows-core 0.60.1",
16331 "windows-link",
16332]
16333
16334[[package]]
16335name = "windows-registry"
16336version = "0.2.0"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16339dependencies = [
16340 "windows-result 0.2.0",
16341 "windows-strings 0.1.0",
16342 "windows-targets 0.52.6",
16343]
16344
16345[[package]]
16346name = "windows-result"
16347version = "0.1.2"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16350dependencies = [
16351 "windows-targets 0.52.6",
16352]
16353
16354[[package]]
16355name = "windows-result"
16356version = "0.2.0"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16359dependencies = [
16360 "windows-targets 0.52.6",
16361]
16362
16363[[package]]
16364name = "windows-result"
16365version = "0.3.1"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16368dependencies = [
16369 "windows-link",
16370]
16371
16372[[package]]
16373name = "windows-strings"
16374version = "0.1.0"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16377dependencies = [
16378 "windows-result 0.2.0",
16379 "windows-targets 0.52.6",
16380]
16381
16382[[package]]
16383name = "windows-strings"
16384version = "0.3.1"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16387dependencies = [
16388 "windows-link",
16389]
16390
16391[[package]]
16392name = "windows-sys"
16393version = "0.45.0"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16396dependencies = [
16397 "windows-targets 0.42.2",
16398]
16399
16400[[package]]
16401name = "windows-sys"
16402version = "0.48.0"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16405dependencies = [
16406 "windows-targets 0.48.5",
16407]
16408
16409[[package]]
16410name = "windows-sys"
16411version = "0.52.0"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16414dependencies = [
16415 "windows-targets 0.52.6",
16416]
16417
16418[[package]]
16419name = "windows-sys"
16420version = "0.59.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16423dependencies = [
16424 "windows-targets 0.52.6",
16425]
16426
16427[[package]]
16428name = "windows-targets"
16429version = "0.42.2"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16432dependencies = [
16433 "windows_aarch64_gnullvm 0.42.2",
16434 "windows_aarch64_msvc 0.42.2",
16435 "windows_i686_gnu 0.42.2",
16436 "windows_i686_msvc 0.42.2",
16437 "windows_x86_64_gnu 0.42.2",
16438 "windows_x86_64_gnullvm 0.42.2",
16439 "windows_x86_64_msvc 0.42.2",
16440]
16441
16442[[package]]
16443name = "windows-targets"
16444version = "0.48.5"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16447dependencies = [
16448 "windows_aarch64_gnullvm 0.48.5",
16449 "windows_aarch64_msvc 0.48.5",
16450 "windows_i686_gnu 0.48.5",
16451 "windows_i686_msvc 0.48.5",
16452 "windows_x86_64_gnu 0.48.5",
16453 "windows_x86_64_gnullvm 0.48.5",
16454 "windows_x86_64_msvc 0.48.5",
16455]
16456
16457[[package]]
16458name = "windows-targets"
16459version = "0.52.6"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16462dependencies = [
16463 "windows_aarch64_gnullvm 0.52.6",
16464 "windows_aarch64_msvc 0.52.6",
16465 "windows_i686_gnu 0.52.6",
16466 "windows_i686_gnullvm",
16467 "windows_i686_msvc 0.52.6",
16468 "windows_x86_64_gnu 0.52.6",
16469 "windows_x86_64_gnullvm 0.52.6",
16470 "windows_x86_64_msvc 0.52.6",
16471]
16472
16473[[package]]
16474name = "windows_aarch64_gnullvm"
16475version = "0.42.2"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16478
16479[[package]]
16480name = "windows_aarch64_gnullvm"
16481version = "0.48.5"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16484
16485[[package]]
16486name = "windows_aarch64_gnullvm"
16487version = "0.52.6"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16490
16491[[package]]
16492name = "windows_aarch64_msvc"
16493version = "0.42.2"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16496
16497[[package]]
16498name = "windows_aarch64_msvc"
16499version = "0.48.5"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16502
16503[[package]]
16504name = "windows_aarch64_msvc"
16505version = "0.52.6"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16508
16509[[package]]
16510name = "windows_i686_gnu"
16511version = "0.42.2"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16514
16515[[package]]
16516name = "windows_i686_gnu"
16517version = "0.48.5"
16518source = "registry+https://github.com/rust-lang/crates.io-index"
16519checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16520
16521[[package]]
16522name = "windows_i686_gnu"
16523version = "0.52.6"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16526
16527[[package]]
16528name = "windows_i686_gnullvm"
16529version = "0.52.6"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16532
16533[[package]]
16534name = "windows_i686_msvc"
16535version = "0.42.2"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16538
16539[[package]]
16540name = "windows_i686_msvc"
16541version = "0.48.5"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16544
16545[[package]]
16546name = "windows_i686_msvc"
16547version = "0.52.6"
16548source = "registry+https://github.com/rust-lang/crates.io-index"
16549checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16550
16551[[package]]
16552name = "windows_x86_64_gnu"
16553version = "0.42.2"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16556
16557[[package]]
16558name = "windows_x86_64_gnu"
16559version = "0.48.5"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16562
16563[[package]]
16564name = "windows_x86_64_gnu"
16565version = "0.52.6"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16568
16569[[package]]
16570name = "windows_x86_64_gnullvm"
16571version = "0.42.2"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16574
16575[[package]]
16576name = "windows_x86_64_gnullvm"
16577version = "0.48.5"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16580
16581[[package]]
16582name = "windows_x86_64_gnullvm"
16583version = "0.52.6"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16586
16587[[package]]
16588name = "windows_x86_64_msvc"
16589version = "0.42.2"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16592
16593[[package]]
16594name = "windows_x86_64_msvc"
16595version = "0.48.5"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16598
16599[[package]]
16600name = "windows_x86_64_msvc"
16601version = "0.52.6"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16604
16605[[package]]
16606name = "winnow"
16607version = "0.6.20"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16610dependencies = [
16611 "memchr",
16612]
16613
16614[[package]]
16615name = "winnow"
16616version = "0.7.1"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16619dependencies = [
16620 "memchr",
16621]
16622
16623[[package]]
16624name = "winreg"
16625version = "0.50.0"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16628dependencies = [
16629 "cfg-if",
16630 "windows-sys 0.48.0",
16631]
16632
16633[[package]]
16634name = "winreg"
16635version = "0.52.0"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16638dependencies = [
16639 "cfg-if",
16640 "windows-sys 0.48.0",
16641]
16642
16643[[package]]
16644name = "winresource"
16645version = "0.1.19"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16648dependencies = [
16649 "toml 0.8.20",
16650 "version_check",
16651]
16652
16653[[package]]
16654name = "winsafe"
16655version = "0.0.19"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16658
16659[[package]]
16660name = "winx"
16661version = "0.36.4"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16664dependencies = [
16665 "bitflags 2.8.0",
16666 "windows-sys 0.59.0",
16667]
16668
16669[[package]]
16670name = "wio"
16671version = "0.2.2"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16674dependencies = [
16675 "winapi",
16676]
16677
16678[[package]]
16679name = "wit-bindgen"
16680version = "0.22.0"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16683dependencies = [
16684 "bitflags 2.8.0",
16685 "wit-bindgen-rt 0.22.0",
16686 "wit-bindgen-rust-macro",
16687]
16688
16689[[package]]
16690name = "wit-bindgen-core"
16691version = "0.22.0"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16694dependencies = [
16695 "anyhow",
16696 "wit-parser 0.201.0",
16697]
16698
16699[[package]]
16700name = "wit-bindgen-rt"
16701version = "0.22.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16704
16705[[package]]
16706name = "wit-bindgen-rt"
16707version = "0.33.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16710dependencies = [
16711 "bitflags 2.8.0",
16712]
16713
16714[[package]]
16715name = "wit-bindgen-rust"
16716version = "0.22.0"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16719dependencies = [
16720 "anyhow",
16721 "heck 0.4.1",
16722 "indexmap",
16723 "wasm-metadata 0.201.0",
16724 "wit-bindgen-core",
16725 "wit-component 0.201.0",
16726]
16727
16728[[package]]
16729name = "wit-bindgen-rust-macro"
16730version = "0.22.0"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16733dependencies = [
16734 "anyhow",
16735 "proc-macro2",
16736 "quote",
16737 "syn 2.0.100",
16738 "wit-bindgen-core",
16739 "wit-bindgen-rust",
16740]
16741
16742[[package]]
16743name = "wit-component"
16744version = "0.201.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16747dependencies = [
16748 "anyhow",
16749 "bitflags 2.8.0",
16750 "indexmap",
16751 "log",
16752 "serde",
16753 "serde_derive",
16754 "serde_json",
16755 "wasm-encoder 0.201.0",
16756 "wasm-metadata 0.201.0",
16757 "wasmparser 0.201.0",
16758 "wit-parser 0.201.0",
16759]
16760
16761[[package]]
16762name = "wit-component"
16763version = "0.221.3"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16766dependencies = [
16767 "anyhow",
16768 "bitflags 2.8.0",
16769 "indexmap",
16770 "log",
16771 "serde",
16772 "serde_derive",
16773 "serde_json",
16774 "wasm-encoder 0.221.3",
16775 "wasm-metadata 0.221.3",
16776 "wasmparser 0.221.3",
16777 "wit-parser 0.221.3",
16778]
16779
16780[[package]]
16781name = "wit-parser"
16782version = "0.201.0"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16785dependencies = [
16786 "anyhow",
16787 "id-arena",
16788 "indexmap",
16789 "log",
16790 "semver",
16791 "serde",
16792 "serde_derive",
16793 "serde_json",
16794 "unicode-xid",
16795 "wasmparser 0.201.0",
16796]
16797
16798[[package]]
16799name = "wit-parser"
16800version = "0.221.3"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16803dependencies = [
16804 "anyhow",
16805 "id-arena",
16806 "indexmap",
16807 "log",
16808 "semver",
16809 "serde",
16810 "serde_derive",
16811 "serde_json",
16812 "unicode-xid",
16813 "wasmparser 0.221.3",
16814]
16815
16816[[package]]
16817name = "witx"
16818version = "0.9.1"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16821dependencies = [
16822 "anyhow",
16823 "log",
16824 "thiserror 1.0.69",
16825 "wast",
16826]
16827
16828[[package]]
16829name = "workspace"
16830version = "0.1.0"
16831dependencies = [
16832 "any_vec",
16833 "anyhow",
16834 "async-recursion 1.1.1",
16835 "bincode",
16836 "call",
16837 "client",
16838 "clock",
16839 "collections",
16840 "component",
16841 "db",
16842 "derive_more",
16843 "env_logger 0.11.7",
16844 "fs",
16845 "futures 0.3.31",
16846 "gpui",
16847 "http_client",
16848 "itertools 0.14.0",
16849 "language",
16850 "log",
16851 "node_runtime",
16852 "parking_lot",
16853 "postage",
16854 "project",
16855 "remote",
16856 "schemars",
16857 "serde",
16858 "serde_json",
16859 "session",
16860 "settings",
16861 "smallvec",
16862 "sqlez",
16863 "strum",
16864 "task",
16865 "telemetry",
16866 "tempfile",
16867 "theme",
16868 "ui",
16869 "util",
16870 "uuid",
16871 "zed_actions",
16872]
16873
16874[[package]]
16875name = "worktree"
16876version = "0.1.0"
16877dependencies = [
16878 "anyhow",
16879 "clock",
16880 "collections",
16881 "env_logger 0.11.7",
16882 "fs",
16883 "futures 0.3.31",
16884 "fuzzy",
16885 "git",
16886 "git2",
16887 "git_hosting_providers",
16888 "gpui",
16889 "http_client",
16890 "ignore",
16891 "language",
16892 "log",
16893 "parking_lot",
16894 "paths",
16895 "postage",
16896 "pretty_assertions",
16897 "rand 0.8.5",
16898 "rpc",
16899 "schemars",
16900 "serde",
16901 "serde_json",
16902 "settings",
16903 "smallvec",
16904 "smol",
16905 "sum_tree",
16906 "text",
16907 "util",
16908]
16909
16910[[package]]
16911name = "write16"
16912version = "1.0.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16915
16916[[package]]
16917name = "writeable"
16918version = "0.5.5"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16921
16922[[package]]
16923name = "wyz"
16924version = "0.5.1"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16927dependencies = [
16928 "tap",
16929]
16930
16931[[package]]
16932name = "x11-clipboard"
16933version = "0.9.3"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16936dependencies = [
16937 "libc",
16938 "x11rb",
16939]
16940
16941[[package]]
16942name = "x11rb"
16943version = "0.13.1"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16946dependencies = [
16947 "as-raw-xcb-connection",
16948 "gethostname",
16949 "libc",
16950 "rustix",
16951 "x11rb-protocol",
16952]
16953
16954[[package]]
16955name = "x11rb-protocol"
16956version = "0.13.1"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16959
16960[[package]]
16961name = "xattr"
16962version = "0.2.3"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16965dependencies = [
16966 "libc",
16967]
16968
16969[[package]]
16970name = "xcursor"
16971version = "0.3.8"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16974
16975[[package]]
16976name = "xdg-home"
16977version = "1.3.0"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16980dependencies = [
16981 "libc",
16982 "windows-sys 0.59.0",
16983]
16984
16985[[package]]
16986name = "xim"
16987version = "0.4.0"
16988source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16989dependencies = [
16990 "ahash 0.8.11",
16991 "hashbrown 0.14.5",
16992 "log",
16993 "x11rb",
16994 "xim-ctext",
16995 "xim-parser",
16996]
16997
16998[[package]]
16999name = "xim-ctext"
17000version = "0.3.0"
17001source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17002dependencies = [
17003 "encoding_rs",
17004]
17005
17006[[package]]
17007name = "xim-parser"
17008version = "0.2.1"
17009source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17010dependencies = [
17011 "bitflags 2.8.0",
17012]
17013
17014[[package]]
17015name = "xkbcommon"
17016version = "0.7.0"
17017source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17018dependencies = [
17019 "as-raw-xcb-connection",
17020 "libc",
17021 "memmap2",
17022 "xkeysym",
17023]
17024
17025[[package]]
17026name = "xkeysym"
17027version = "0.2.1"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17030
17031[[package]]
17032name = "xml5ever"
17033version = "0.18.1"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17036dependencies = [
17037 "log",
17038 "mac",
17039 "markup5ever",
17040]
17041
17042[[package]]
17043name = "xmlparser"
17044version = "0.13.6"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17047
17048[[package]]
17049name = "xmlwriter"
17050version = "0.1.0"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17053
17054[[package]]
17055name = "xtask"
17056version = "0.1.0"
17057dependencies = [
17058 "anyhow",
17059 "cargo_metadata",
17060 "cargo_toml",
17061 "clap",
17062]
17063
17064[[package]]
17065name = "yaml-rust2"
17066version = "0.8.1"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17069dependencies = [
17070 "arraydeque",
17071 "encoding_rs",
17072 "hashlink 0.8.4",
17073]
17074
17075[[package]]
17076name = "yansi"
17077version = "1.0.1"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17080
17081[[package]]
17082name = "yazi"
17083version = "0.1.6"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17086
17087[[package]]
17088name = "yeslogic-fontconfig-sys"
17089version = "6.0.0"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17092dependencies = [
17093 "dlib",
17094 "once_cell",
17095 "pkg-config",
17096]
17097
17098[[package]]
17099name = "yoke"
17100version = "0.7.5"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17103dependencies = [
17104 "serde",
17105 "stable_deref_trait",
17106 "yoke-derive",
17107 "zerofrom",
17108]
17109
17110[[package]]
17111name = "yoke-derive"
17112version = "0.7.5"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17115dependencies = [
17116 "proc-macro2",
17117 "quote",
17118 "syn 2.0.100",
17119 "synstructure",
17120]
17121
17122[[package]]
17123name = "zbus"
17124version = "5.5.0"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17127dependencies = [
17128 "async-broadcast",
17129 "async-executor",
17130 "async-fs",
17131 "async-io",
17132 "async-lock",
17133 "async-process",
17134 "async-recursion 1.1.1",
17135 "async-task",
17136 "async-trait",
17137 "blocking",
17138 "enumflags2",
17139 "event-listener 5.3.1",
17140 "futures-core",
17141 "futures-lite 2.6.0",
17142 "hex",
17143 "nix",
17144 "ordered-stream",
17145 "serde",
17146 "serde_repr",
17147 "static_assertions",
17148 "tracing",
17149 "uds_windows",
17150 "windows-sys 0.59.0",
17151 "winnow 0.7.1",
17152 "xdg-home",
17153 "zbus_macros",
17154 "zbus_names",
17155 "zvariant",
17156]
17157
17158[[package]]
17159name = "zbus_macros"
17160version = "5.5.0"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17163dependencies = [
17164 "proc-macro-crate",
17165 "proc-macro2",
17166 "quote",
17167 "syn 2.0.100",
17168 "zbus_names",
17169 "zvariant",
17170 "zvariant_utils",
17171]
17172
17173[[package]]
17174name = "zbus_names"
17175version = "4.1.0"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17178dependencies = [
17179 "serde",
17180 "static_assertions",
17181 "winnow 0.6.20",
17182 "zvariant",
17183]
17184
17185[[package]]
17186name = "zed"
17187version = "0.179.0"
17188dependencies = [
17189 "activity_indicator",
17190 "anyhow",
17191 "ashpd",
17192 "assets",
17193 "assistant",
17194 "assistant2",
17195 "assistant_context_editor",
17196 "assistant_settings",
17197 "assistant_tools",
17198 "async-watch",
17199 "audio",
17200 "auto_update",
17201 "auto_update_ui",
17202 "backtrace",
17203 "breadcrumbs",
17204 "call",
17205 "channel",
17206 "chrono",
17207 "clap",
17208 "cli",
17209 "client",
17210 "collab_ui",
17211 "collections",
17212 "command_palette",
17213 "command_palette_hooks",
17214 "component_preview",
17215 "copilot",
17216 "db",
17217 "diagnostics",
17218 "editor",
17219 "env_logger 0.11.7",
17220 "extension",
17221 "extension_host",
17222 "extensions_ui",
17223 "feature_flags",
17224 "feedback",
17225 "file_finder",
17226 "fs",
17227 "futures 0.3.31",
17228 "git",
17229 "git_hosting_providers",
17230 "git_ui",
17231 "go_to_line",
17232 "gpui",
17233 "gpui_tokio",
17234 "http_client",
17235 "image_viewer",
17236 "inline_completion_button",
17237 "install_cli",
17238 "journal",
17239 "language",
17240 "language_extension",
17241 "language_model",
17242 "language_models",
17243 "language_selector",
17244 "language_tools",
17245 "languages",
17246 "libc",
17247 "log",
17248 "markdown",
17249 "markdown_preview",
17250 "menu",
17251 "migrator",
17252 "mimalloc",
17253 "nix",
17254 "node_runtime",
17255 "notifications",
17256 "outline",
17257 "outline_panel",
17258 "parking_lot",
17259 "paths",
17260 "picker",
17261 "profiling",
17262 "project",
17263 "project_panel",
17264 "project_symbols",
17265 "prompt_store",
17266 "proto",
17267 "recent_projects",
17268 "release_channel",
17269 "remote",
17270 "repl",
17271 "reqwest_client",
17272 "rope",
17273 "search",
17274 "serde",
17275 "serde_json",
17276 "session",
17277 "settings",
17278 "settings_ui",
17279 "shellexpand 2.1.2",
17280 "simplelog",
17281 "smol",
17282 "snippet_provider",
17283 "snippets_ui",
17284 "supermaven",
17285 "sysinfo",
17286 "tab_switcher",
17287 "task",
17288 "tasks_ui",
17289 "telemetry",
17290 "telemetry_events",
17291 "terminal_view",
17292 "theme",
17293 "theme_extension",
17294 "theme_selector",
17295 "time",
17296 "toolchain_selector",
17297 "tree-sitter-md",
17298 "tree-sitter-rust",
17299 "ui",
17300 "url",
17301 "urlencoding",
17302 "util",
17303 "uuid",
17304 "vim",
17305 "vim_mode_setting",
17306 "welcome",
17307 "windows 0.60.0",
17308 "winresource",
17309 "workspace",
17310 "zed_actions",
17311 "zeta",
17312]
17313
17314[[package]]
17315name = "zed_actions"
17316version = "0.1.0"
17317dependencies = [
17318 "gpui",
17319 "schemars",
17320 "serde",
17321]
17322
17323[[package]]
17324name = "zed_emmet"
17325version = "0.0.3"
17326dependencies = [
17327 "zed_extension_api 0.1.0",
17328]
17329
17330[[package]]
17331name = "zed_extension_api"
17332version = "0.1.0"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17335dependencies = [
17336 "serde",
17337 "serde_json",
17338 "wit-bindgen",
17339]
17340
17341[[package]]
17342name = "zed_extension_api"
17343version = "0.3.0"
17344dependencies = [
17345 "serde",
17346 "serde_json",
17347 "wit-bindgen",
17348]
17349
17350[[package]]
17351name = "zed_glsl"
17352version = "0.1.0"
17353dependencies = [
17354 "zed_extension_api 0.1.0",
17355]
17356
17357[[package]]
17358name = "zed_html"
17359version = "0.1.6"
17360dependencies = [
17361 "zed_extension_api 0.1.0",
17362]
17363
17364[[package]]
17365name = "zed_llm_client"
17366version = "0.4.1"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17369dependencies = [
17370 "serde",
17371 "serde_json",
17372 "uuid",
17373]
17374
17375[[package]]
17376name = "zed_proto"
17377version = "0.2.1"
17378dependencies = [
17379 "zed_extension_api 0.1.0",
17380]
17381
17382[[package]]
17383name = "zed_ruff"
17384version = "0.1.0"
17385dependencies = [
17386 "zed_extension_api 0.1.0",
17387]
17388
17389[[package]]
17390name = "zed_snippets"
17391version = "0.0.5"
17392dependencies = [
17393 "serde_json",
17394 "zed_extension_api 0.1.0",
17395]
17396
17397[[package]]
17398name = "zed_test_extension"
17399version = "0.1.0"
17400dependencies = [
17401 "zed_extension_api 0.3.0",
17402]
17403
17404[[package]]
17405name = "zed_toml"
17406version = "0.1.3"
17407dependencies = [
17408 "zed_extension_api 0.1.0",
17409]
17410
17411[[package]]
17412name = "zeno"
17413version = "0.2.3"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17416
17417[[package]]
17418name = "zerocopy"
17419version = "0.7.35"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17422dependencies = [
17423 "byteorder",
17424 "zerocopy-derive 0.7.35",
17425]
17426
17427[[package]]
17428name = "zerocopy"
17429version = "0.8.18"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17432dependencies = [
17433 "zerocopy-derive 0.8.18",
17434]
17435
17436[[package]]
17437name = "zerocopy-derive"
17438version = "0.7.35"
17439source = "registry+https://github.com/rust-lang/crates.io-index"
17440checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17441dependencies = [
17442 "proc-macro2",
17443 "quote",
17444 "syn 2.0.100",
17445]
17446
17447[[package]]
17448name = "zerocopy-derive"
17449version = "0.8.18"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17452dependencies = [
17453 "proc-macro2",
17454 "quote",
17455 "syn 2.0.100",
17456]
17457
17458[[package]]
17459name = "zerofrom"
17460version = "0.1.5"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17463dependencies = [
17464 "zerofrom-derive",
17465]
17466
17467[[package]]
17468name = "zerofrom-derive"
17469version = "0.1.5"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17472dependencies = [
17473 "proc-macro2",
17474 "quote",
17475 "syn 2.0.100",
17476 "synstructure",
17477]
17478
17479[[package]]
17480name = "zeroize"
17481version = "1.8.1"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17484dependencies = [
17485 "zeroize_derive",
17486]
17487
17488[[package]]
17489name = "zeroize_derive"
17490version = "1.4.2"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17493dependencies = [
17494 "proc-macro2",
17495 "quote",
17496 "syn 2.0.100",
17497]
17498
17499[[package]]
17500name = "zeromq"
17501version = "0.5.0-pre"
17502source = "registry+https://github.com/rust-lang/crates.io-index"
17503checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17504dependencies = [
17505 "async-dispatcher",
17506 "async-std",
17507 "async-trait",
17508 "asynchronous-codec",
17509 "bytes 1.10.1",
17510 "crossbeam-queue",
17511 "dashmap 5.5.3",
17512 "futures 0.3.31",
17513 "log",
17514 "num-traits",
17515 "once_cell",
17516 "parking_lot",
17517 "rand 0.8.5",
17518 "regex",
17519 "thiserror 1.0.69",
17520 "uuid",
17521]
17522
17523[[package]]
17524name = "zerovec"
17525version = "0.10.4"
17526source = "registry+https://github.com/rust-lang/crates.io-index"
17527checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17528dependencies = [
17529 "yoke",
17530 "zerofrom",
17531 "zerovec-derive",
17532]
17533
17534[[package]]
17535name = "zerovec-derive"
17536version = "0.10.3"
17537source = "registry+https://github.com/rust-lang/crates.io-index"
17538checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17539dependencies = [
17540 "proc-macro2",
17541 "quote",
17542 "syn 2.0.100",
17543]
17544
17545[[package]]
17546name = "zeta"
17547version = "0.1.0"
17548dependencies = [
17549 "anyhow",
17550 "arrayvec",
17551 "call",
17552 "chrono",
17553 "client",
17554 "clock",
17555 "collections",
17556 "command_palette_hooks",
17557 "ctor",
17558 "db",
17559 "editor",
17560 "env_logger 0.11.7",
17561 "feature_flags",
17562 "fs",
17563 "futures 0.3.31",
17564 "gpui",
17565 "http_client",
17566 "indoc",
17567 "inline_completion",
17568 "language",
17569 "language_model",
17570 "log",
17571 "menu",
17572 "migrator",
17573 "paths",
17574 "postage",
17575 "project",
17576 "regex",
17577 "release_channel",
17578 "reqwest_client",
17579 "rpc",
17580 "serde",
17581 "serde_json",
17582 "settings",
17583 "telemetry",
17584 "telemetry_events",
17585 "theme",
17586 "thiserror 1.0.69",
17587 "tree-sitter-go",
17588 "tree-sitter-rust",
17589 "ui",
17590 "unindent",
17591 "util",
17592 "uuid",
17593 "workspace",
17594 "worktree",
17595 "zed_actions",
17596 "zed_llm_client",
17597]
17598
17599[[package]]
17600name = "zip"
17601version = "0.6.6"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17604dependencies = [
17605 "aes",
17606 "byteorder",
17607 "bzip2",
17608 "constant_time_eq 0.1.5",
17609 "crc32fast",
17610 "crossbeam-utils",
17611 "flate2",
17612 "hmac",
17613 "pbkdf2 0.11.0",
17614 "sha1",
17615 "time",
17616 "zstd",
17617]
17618
17619[[package]]
17620name = "zstd"
17621version = "0.11.2+zstd.1.5.2"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17624dependencies = [
17625 "zstd-safe",
17626]
17627
17628[[package]]
17629name = "zstd-safe"
17630version = "5.0.2+zstd.1.5.2"
17631source = "registry+https://github.com/rust-lang/crates.io-index"
17632checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17633dependencies = [
17634 "libc",
17635 "zstd-sys",
17636]
17637
17638[[package]]
17639name = "zstd-sys"
17640version = "2.0.13+zstd.1.5.6"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17643dependencies = [
17644 "cc",
17645 "pkg-config",
17646]
17647
17648[[package]]
17649name = "zune-core"
17650version = "0.4.12"
17651source = "registry+https://github.com/rust-lang/crates.io-index"
17652checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17653
17654[[package]]
17655name = "zune-inflate"
17656version = "0.2.54"
17657source = "registry+https://github.com/rust-lang/crates.io-index"
17658checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17659dependencies = [
17660 "simd-adler32",
17661]
17662
17663[[package]]
17664name = "zune-jpeg"
17665version = "0.4.13"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17668dependencies = [
17669 "zune-core",
17670]
17671
17672[[package]]
17673name = "zvariant"
17674version = "5.4.0"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17677dependencies = [
17678 "endi",
17679 "enumflags2",
17680 "serde",
17681 "static_assertions",
17682 "url",
17683 "winnow 0.7.1",
17684 "zvariant_derive",
17685 "zvariant_utils",
17686]
17687
17688[[package]]
17689name = "zvariant_derive"
17690version = "5.4.0"
17691source = "registry+https://github.com/rust-lang/crates.io-index"
17692checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17693dependencies = [
17694 "proc-macro-crate",
17695 "proc-macro2",
17696 "quote",
17697 "syn 2.0.100",
17698 "zvariant_utils",
17699]
17700
17701[[package]]
17702name = "zvariant_utils"
17703version = "3.2.0"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17706dependencies = [
17707 "proc-macro2",
17708 "quote",
17709 "serde",
17710 "static_assertions",
17711 "syn 2.0.100",
17712 "winnow 0.7.1",
17713]