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 "clock",
696 "collections",
697 "derive_more",
698 "gpui",
699 "language",
700 "language_model",
701 "parking_lot",
702 "project",
703 "serde",
704 "serde_json",
705]
706
707[[package]]
708name = "assistant_tools"
709version = "0.1.0"
710dependencies = [
711 "anyhow",
712 "assistant_tool",
713 "chrono",
714 "collections",
715 "feature_flags",
716 "futures 0.3.31",
717 "gpui",
718 "language",
719 "language_model",
720 "pretty_assertions",
721 "project",
722 "rand 0.8.5",
723 "release_channel",
724 "schemars",
725 "serde",
726 "serde_json",
727 "settings",
728 "theme",
729 "ui",
730 "unindent",
731 "util",
732 "workspace",
733 "worktree",
734]
735
736[[package]]
737name = "async-attributes"
738version = "1.1.2"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
741dependencies = [
742 "quote",
743 "syn 1.0.109",
744]
745
746[[package]]
747name = "async-broadcast"
748version = "0.7.2"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
751dependencies = [
752 "event-listener 5.3.1",
753 "event-listener-strategy",
754 "futures-core",
755 "pin-project-lite",
756]
757
758[[package]]
759name = "async-channel"
760version = "1.9.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
763dependencies = [
764 "concurrent-queue",
765 "event-listener 2.5.3",
766 "futures-core",
767]
768
769[[package]]
770name = "async-channel"
771version = "2.3.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
774dependencies = [
775 "concurrent-queue",
776 "event-listener-strategy",
777 "futures-core",
778 "pin-project-lite",
779]
780
781[[package]]
782name = "async-compat"
783version = "0.2.4"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
786dependencies = [
787 "futures-core",
788 "futures-io",
789 "once_cell",
790 "pin-project-lite",
791 "tokio",
792]
793
794[[package]]
795name = "async-compression"
796version = "0.4.20"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
799dependencies = [
800 "deflate64",
801 "flate2",
802 "futures-core",
803 "futures-io",
804 "memchr",
805 "pin-project-lite",
806]
807
808[[package]]
809name = "async-dispatcher"
810version = "0.1.2"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
813dependencies = [
814 "async-task",
815 "futures-lite 1.13.0",
816]
817
818[[package]]
819name = "async-executor"
820version = "1.13.1"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
823dependencies = [
824 "async-task",
825 "concurrent-queue",
826 "fastrand 2.3.0",
827 "futures-lite 2.6.0",
828 "slab",
829]
830
831[[package]]
832name = "async-fs"
833version = "2.1.2"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
836dependencies = [
837 "async-lock",
838 "blocking",
839 "futures-lite 2.6.0",
840]
841
842[[package]]
843name = "async-global-executor"
844version = "2.4.1"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
847dependencies = [
848 "async-channel 2.3.1",
849 "async-executor",
850 "async-io",
851 "async-lock",
852 "blocking",
853 "futures-lite 2.6.0",
854 "once_cell",
855]
856
857[[package]]
858name = "async-io"
859version = "2.4.0"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
862dependencies = [
863 "async-lock",
864 "cfg-if",
865 "concurrent-queue",
866 "futures-io",
867 "futures-lite 2.6.0",
868 "parking",
869 "polling",
870 "rustix",
871 "slab",
872 "tracing",
873 "windows-sys 0.59.0",
874]
875
876[[package]]
877name = "async-lock"
878version = "3.4.0"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
881dependencies = [
882 "event-listener 5.3.1",
883 "event-listener-strategy",
884 "pin-project-lite",
885]
886
887[[package]]
888name = "async-native-tls"
889version = "0.5.0"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
892dependencies = [
893 "futures-util",
894 "native-tls",
895 "thiserror 1.0.69",
896 "url",
897]
898
899[[package]]
900name = "async-net"
901version = "2.0.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
904dependencies = [
905 "async-io",
906 "blocking",
907 "futures-lite 2.6.0",
908]
909
910[[package]]
911name = "async-pipe"
912version = "0.1.3"
913source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
914dependencies = [
915 "futures 0.3.31",
916 "log",
917]
918
919[[package]]
920name = "async-process"
921version = "2.3.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
924dependencies = [
925 "async-channel 2.3.1",
926 "async-io",
927 "async-lock",
928 "async-signal",
929 "async-task",
930 "blocking",
931 "cfg-if",
932 "event-listener 5.3.1",
933 "futures-lite 2.6.0",
934 "rustix",
935 "tracing",
936]
937
938[[package]]
939name = "async-recursion"
940version = "0.3.2"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
943dependencies = [
944 "proc-macro2",
945 "quote",
946 "syn 1.0.109",
947]
948
949[[package]]
950name = "async-recursion"
951version = "1.1.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
954dependencies = [
955 "proc-macro2",
956 "quote",
957 "syn 2.0.100",
958]
959
960[[package]]
961name = "async-signal"
962version = "0.2.10"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
965dependencies = [
966 "async-io",
967 "async-lock",
968 "atomic-waker",
969 "cfg-if",
970 "futures-core",
971 "futures-io",
972 "rustix",
973 "signal-hook-registry",
974 "slab",
975 "windows-sys 0.59.0",
976]
977
978[[package]]
979name = "async-std"
980version = "1.13.0"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
983dependencies = [
984 "async-attributes",
985 "async-channel 1.9.0",
986 "async-global-executor",
987 "async-io",
988 "async-lock",
989 "async-process",
990 "crossbeam-utils",
991 "futures-channel",
992 "futures-core",
993 "futures-io",
994 "futures-lite 2.6.0",
995 "gloo-timers",
996 "kv-log-macro",
997 "log",
998 "memchr",
999 "once_cell",
1000 "pin-project-lite",
1001 "pin-utils",
1002 "slab",
1003 "wasm-bindgen-futures",
1004]
1005
1006[[package]]
1007name = "async-stream"
1008version = "0.3.6"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1011dependencies = [
1012 "async-stream-impl",
1013 "futures-core",
1014 "pin-project-lite",
1015]
1016
1017[[package]]
1018name = "async-stream-impl"
1019version = "0.3.6"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1022dependencies = [
1023 "proc-macro2",
1024 "quote",
1025 "syn 2.0.100",
1026]
1027
1028[[package]]
1029name = "async-stripe"
1030version = "0.40.0"
1031source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1032dependencies = [
1033 "chrono",
1034 "futures-util",
1035 "http-types",
1036 "hyper 0.14.32",
1037 "hyper-rustls 0.24.2",
1038 "serde",
1039 "serde_json",
1040 "serde_path_to_error",
1041 "serde_qs 0.10.1",
1042 "smart-default",
1043 "smol_str",
1044 "thiserror 1.0.69",
1045 "tokio",
1046]
1047
1048[[package]]
1049name = "async-tar"
1050version = "0.5.0"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1053dependencies = [
1054 "async-std",
1055 "filetime",
1056 "libc",
1057 "pin-project",
1058 "redox_syscall 0.2.16",
1059 "xattr",
1060]
1061
1062[[package]]
1063name = "async-task"
1064version = "4.7.1"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1067
1068[[package]]
1069name = "async-tls"
1070version = "0.13.0"
1071source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1072dependencies = [
1073 "futures-core",
1074 "futures-io",
1075 "rustls 0.23.23",
1076 "rustls-pemfile 2.2.0",
1077 "webpki-roots",
1078]
1079
1080[[package]]
1081name = "async-trait"
1082version = "0.1.87"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1085dependencies = [
1086 "proc-macro2",
1087 "quote",
1088 "syn 2.0.100",
1089]
1090
1091[[package]]
1092name = "async-tungstenite"
1093version = "0.28.2"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1096dependencies = [
1097 "async-std",
1098 "async-tls",
1099 "atomic-waker",
1100 "futures-core",
1101 "futures-io",
1102 "futures-task",
1103 "futures-util",
1104 "log",
1105 "pin-project-lite",
1106 "tungstenite 0.24.0",
1107]
1108
1109[[package]]
1110name = "async-watch"
1111version = "0.3.1"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1114dependencies = [
1115 "event-listener 2.5.3",
1116]
1117
1118[[package]]
1119name = "async_zip"
1120version = "0.0.17"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1123dependencies = [
1124 "async-compression",
1125 "crc32fast",
1126 "futures-lite 2.6.0",
1127 "pin-project",
1128 "thiserror 1.0.69",
1129]
1130
1131[[package]]
1132name = "asynchronous-codec"
1133version = "0.7.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1136dependencies = [
1137 "bytes 1.10.1",
1138 "futures-sink",
1139 "futures-util",
1140 "memchr",
1141 "pin-project-lite",
1142]
1143
1144[[package]]
1145name = "atoi"
1146version = "2.0.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1149dependencies = [
1150 "num-traits",
1151]
1152
1153[[package]]
1154name = "atomic"
1155version = "0.5.3"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1158
1159[[package]]
1160name = "atomic-waker"
1161version = "1.1.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1164
1165[[package]]
1166name = "audio"
1167version = "0.1.0"
1168dependencies = [
1169 "anyhow",
1170 "collections",
1171 "derive_more",
1172 "gpui",
1173 "parking_lot",
1174 "rodio",
1175 "util",
1176]
1177
1178[[package]]
1179name = "auto_update"
1180version = "0.1.0"
1181dependencies = [
1182 "anyhow",
1183 "client",
1184 "db",
1185 "gpui",
1186 "http_client",
1187 "log",
1188 "paths",
1189 "release_channel",
1190 "schemars",
1191 "serde",
1192 "serde_json",
1193 "settings",
1194 "smol",
1195 "tempfile",
1196 "which 6.0.3",
1197 "workspace",
1198]
1199
1200[[package]]
1201name = "auto_update_ui"
1202version = "0.1.0"
1203dependencies = [
1204 "anyhow",
1205 "auto_update",
1206 "client",
1207 "editor",
1208 "gpui",
1209 "http_client",
1210 "markdown_preview",
1211 "release_channel",
1212 "serde",
1213 "serde_json",
1214 "smol",
1215 "util",
1216 "workspace",
1217]
1218
1219[[package]]
1220name = "autocfg"
1221version = "1.4.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1224
1225[[package]]
1226name = "av1-grain"
1227version = "0.2.3"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1230dependencies = [
1231 "anyhow",
1232 "arrayvec",
1233 "log",
1234 "nom",
1235 "num-rational",
1236 "v_frame",
1237]
1238
1239[[package]]
1240name = "avif-serialize"
1241version = "0.8.2"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1244dependencies = [
1245 "arrayvec",
1246]
1247
1248[[package]]
1249name = "aws-config"
1250version = "1.5.16"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1253dependencies = [
1254 "aws-credential-types",
1255 "aws-runtime",
1256 "aws-sdk-sso",
1257 "aws-sdk-ssooidc",
1258 "aws-sdk-sts",
1259 "aws-smithy-async",
1260 "aws-smithy-http",
1261 "aws-smithy-json",
1262 "aws-smithy-runtime",
1263 "aws-smithy-runtime-api",
1264 "aws-smithy-types",
1265 "aws-types",
1266 "bytes 1.10.1",
1267 "fastrand 2.3.0",
1268 "hex",
1269 "http 0.2.12",
1270 "ring",
1271 "time",
1272 "tokio",
1273 "tracing",
1274 "url",
1275 "zeroize",
1276]
1277
1278[[package]]
1279name = "aws-credential-types"
1280version = "1.2.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1283dependencies = [
1284 "aws-smithy-async",
1285 "aws-smithy-runtime-api",
1286 "aws-smithy-types",
1287 "zeroize",
1288]
1289
1290[[package]]
1291name = "aws-lc-rs"
1292version = "1.12.6"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1295dependencies = [
1296 "aws-lc-sys",
1297 "zeroize",
1298]
1299
1300[[package]]
1301name = "aws-lc-sys"
1302version = "0.27.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1305dependencies = [
1306 "bindgen 0.69.5",
1307 "cc",
1308 "cmake",
1309 "dunce",
1310 "fs_extra",
1311]
1312
1313[[package]]
1314name = "aws-runtime"
1315version = "1.5.5"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1318dependencies = [
1319 "aws-credential-types",
1320 "aws-sigv4",
1321 "aws-smithy-async",
1322 "aws-smithy-eventstream",
1323 "aws-smithy-http",
1324 "aws-smithy-runtime",
1325 "aws-smithy-runtime-api",
1326 "aws-smithy-types",
1327 "aws-types",
1328 "bytes 1.10.1",
1329 "fastrand 2.3.0",
1330 "http 0.2.12",
1331 "http-body 0.4.6",
1332 "once_cell",
1333 "percent-encoding",
1334 "pin-project-lite",
1335 "tracing",
1336 "uuid",
1337]
1338
1339[[package]]
1340name = "aws-sdk-bedrockruntime"
1341version = "1.74.0"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1344dependencies = [
1345 "aws-credential-types",
1346 "aws-runtime",
1347 "aws-smithy-async",
1348 "aws-smithy-eventstream",
1349 "aws-smithy-http",
1350 "aws-smithy-json",
1351 "aws-smithy-runtime",
1352 "aws-smithy-runtime-api",
1353 "aws-smithy-types",
1354 "aws-types",
1355 "bytes 1.10.1",
1356 "fastrand 2.3.0",
1357 "http 0.2.12",
1358 "once_cell",
1359 "regex-lite",
1360 "tracing",
1361]
1362
1363[[package]]
1364name = "aws-sdk-kinesis"
1365version = "1.61.0"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1368dependencies = [
1369 "aws-credential-types",
1370 "aws-runtime",
1371 "aws-smithy-async",
1372 "aws-smithy-http",
1373 "aws-smithy-json",
1374 "aws-smithy-runtime",
1375 "aws-smithy-runtime-api",
1376 "aws-smithy-types",
1377 "aws-types",
1378 "bytes 1.10.1",
1379 "http 0.2.12",
1380 "once_cell",
1381 "regex-lite",
1382 "tracing",
1383]
1384
1385[[package]]
1386name = "aws-sdk-s3"
1387version = "1.76.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1390dependencies = [
1391 "aws-credential-types",
1392 "aws-runtime",
1393 "aws-sigv4",
1394 "aws-smithy-async",
1395 "aws-smithy-checksums",
1396 "aws-smithy-eventstream",
1397 "aws-smithy-http",
1398 "aws-smithy-json",
1399 "aws-smithy-runtime",
1400 "aws-smithy-runtime-api",
1401 "aws-smithy-types",
1402 "aws-smithy-xml",
1403 "aws-types",
1404 "bytes 1.10.1",
1405 "fastrand 2.3.0",
1406 "hex",
1407 "hmac",
1408 "http 0.2.12",
1409 "http-body 0.4.6",
1410 "lru",
1411 "once_cell",
1412 "percent-encoding",
1413 "regex-lite",
1414 "sha2",
1415 "tracing",
1416 "url",
1417]
1418
1419[[package]]
1420name = "aws-sdk-sso"
1421version = "1.58.0"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1424dependencies = [
1425 "aws-credential-types",
1426 "aws-runtime",
1427 "aws-smithy-async",
1428 "aws-smithy-http",
1429 "aws-smithy-json",
1430 "aws-smithy-runtime",
1431 "aws-smithy-runtime-api",
1432 "aws-smithy-types",
1433 "aws-types",
1434 "bytes 1.10.1",
1435 "http 0.2.12",
1436 "once_cell",
1437 "regex-lite",
1438 "tracing",
1439]
1440
1441[[package]]
1442name = "aws-sdk-ssooidc"
1443version = "1.59.0"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1446dependencies = [
1447 "aws-credential-types",
1448 "aws-runtime",
1449 "aws-smithy-async",
1450 "aws-smithy-http",
1451 "aws-smithy-json",
1452 "aws-smithy-runtime",
1453 "aws-smithy-runtime-api",
1454 "aws-smithy-types",
1455 "aws-types",
1456 "bytes 1.10.1",
1457 "http 0.2.12",
1458 "once_cell",
1459 "regex-lite",
1460 "tracing",
1461]
1462
1463[[package]]
1464name = "aws-sdk-sts"
1465version = "1.59.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1468dependencies = [
1469 "aws-credential-types",
1470 "aws-runtime",
1471 "aws-smithy-async",
1472 "aws-smithy-http",
1473 "aws-smithy-json",
1474 "aws-smithy-query",
1475 "aws-smithy-runtime",
1476 "aws-smithy-runtime-api",
1477 "aws-smithy-types",
1478 "aws-smithy-xml",
1479 "aws-types",
1480 "http 0.2.12",
1481 "once_cell",
1482 "regex-lite",
1483 "tracing",
1484]
1485
1486[[package]]
1487name = "aws-sigv4"
1488version = "1.2.9"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1491dependencies = [
1492 "aws-credential-types",
1493 "aws-smithy-eventstream",
1494 "aws-smithy-http",
1495 "aws-smithy-runtime-api",
1496 "aws-smithy-types",
1497 "bytes 1.10.1",
1498 "crypto-bigint 0.5.5",
1499 "form_urlencoded",
1500 "hex",
1501 "hmac",
1502 "http 0.2.12",
1503 "http 1.2.0",
1504 "once_cell",
1505 "p256",
1506 "percent-encoding",
1507 "ring",
1508 "sha2",
1509 "subtle",
1510 "time",
1511 "tracing",
1512 "zeroize",
1513]
1514
1515[[package]]
1516name = "aws-smithy-async"
1517version = "1.2.4"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1520dependencies = [
1521 "futures-util",
1522 "pin-project-lite",
1523 "tokio",
1524]
1525
1526[[package]]
1527name = "aws-smithy-checksums"
1528version = "0.62.0"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1531dependencies = [
1532 "aws-smithy-http",
1533 "aws-smithy-types",
1534 "bytes 1.10.1",
1535 "crc32c",
1536 "crc32fast",
1537 "crc64fast-nvme",
1538 "hex",
1539 "http 0.2.12",
1540 "http-body 0.4.6",
1541 "md-5",
1542 "pin-project-lite",
1543 "sha1",
1544 "sha2",
1545 "tracing",
1546]
1547
1548[[package]]
1549name = "aws-smithy-eventstream"
1550version = "0.60.6"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1553dependencies = [
1554 "aws-smithy-types",
1555 "bytes 1.10.1",
1556 "crc32fast",
1557]
1558
1559[[package]]
1560name = "aws-smithy-http"
1561version = "0.60.12"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1564dependencies = [
1565 "aws-smithy-eventstream",
1566 "aws-smithy-runtime-api",
1567 "aws-smithy-types",
1568 "bytes 1.10.1",
1569 "bytes-utils",
1570 "futures-core",
1571 "http 0.2.12",
1572 "http-body 0.4.6",
1573 "once_cell",
1574 "percent-encoding",
1575 "pin-project-lite",
1576 "pin-utils",
1577 "tracing",
1578]
1579
1580[[package]]
1581name = "aws-smithy-json"
1582version = "0.61.2"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1585dependencies = [
1586 "aws-smithy-types",
1587]
1588
1589[[package]]
1590name = "aws-smithy-query"
1591version = "0.60.7"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1594dependencies = [
1595 "aws-smithy-types",
1596 "urlencoding",
1597]
1598
1599[[package]]
1600name = "aws-smithy-runtime"
1601version = "1.7.8"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1604dependencies = [
1605 "aws-smithy-async",
1606 "aws-smithy-http",
1607 "aws-smithy-runtime-api",
1608 "aws-smithy-types",
1609 "bytes 1.10.1",
1610 "fastrand 2.3.0",
1611 "h2 0.3.26",
1612 "http 0.2.12",
1613 "http-body 0.4.6",
1614 "http-body 1.0.1",
1615 "httparse",
1616 "hyper 0.14.32",
1617 "hyper-rustls 0.24.2",
1618 "once_cell",
1619 "pin-project-lite",
1620 "pin-utils",
1621 "rustls 0.21.12",
1622 "tokio",
1623 "tracing",
1624]
1625
1626[[package]]
1627name = "aws-smithy-runtime-api"
1628version = "1.7.3"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1631dependencies = [
1632 "aws-smithy-async",
1633 "aws-smithy-types",
1634 "bytes 1.10.1",
1635 "http 0.2.12",
1636 "http 1.2.0",
1637 "pin-project-lite",
1638 "tokio",
1639 "tracing",
1640 "zeroize",
1641]
1642
1643[[package]]
1644name = "aws-smithy-types"
1645version = "1.2.13"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1648dependencies = [
1649 "base64-simd",
1650 "bytes 1.10.1",
1651 "bytes-utils",
1652 "futures-core",
1653 "http 0.2.12",
1654 "http 1.2.0",
1655 "http-body 0.4.6",
1656 "http-body 1.0.1",
1657 "http-body-util",
1658 "itoa",
1659 "num-integer",
1660 "pin-project-lite",
1661 "pin-utils",
1662 "ryu",
1663 "serde",
1664 "time",
1665 "tokio",
1666 "tokio-util",
1667]
1668
1669[[package]]
1670name = "aws-smithy-xml"
1671version = "0.60.9"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1674dependencies = [
1675 "xmlparser",
1676]
1677
1678[[package]]
1679name = "aws-types"
1680version = "1.3.5"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1683dependencies = [
1684 "aws-credential-types",
1685 "aws-smithy-async",
1686 "aws-smithy-runtime-api",
1687 "aws-smithy-types",
1688 "rustc_version",
1689 "tracing",
1690]
1691
1692[[package]]
1693name = "aws_http_client"
1694version = "0.1.0"
1695dependencies = [
1696 "aws-smithy-runtime-api",
1697 "aws-smithy-types",
1698 "futures 0.3.31",
1699 "http_client",
1700 "tokio",
1701]
1702
1703[[package]]
1704name = "axum"
1705version = "0.6.20"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1708dependencies = [
1709 "async-trait",
1710 "axum-core",
1711 "base64 0.21.7",
1712 "bitflags 1.3.2",
1713 "bytes 1.10.1",
1714 "futures-util",
1715 "headers",
1716 "http 0.2.12",
1717 "http-body 0.4.6",
1718 "hyper 0.14.32",
1719 "itoa",
1720 "matchit",
1721 "memchr",
1722 "mime",
1723 "percent-encoding",
1724 "pin-project-lite",
1725 "rustversion",
1726 "serde",
1727 "serde_json",
1728 "serde_path_to_error",
1729 "serde_urlencoded",
1730 "sha1",
1731 "sync_wrapper 0.1.2",
1732 "tokio",
1733 "tokio-tungstenite 0.20.1",
1734 "tower",
1735 "tower-layer",
1736 "tower-service",
1737]
1738
1739[[package]]
1740name = "axum-core"
1741version = "0.3.4"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1744dependencies = [
1745 "async-trait",
1746 "bytes 1.10.1",
1747 "futures-util",
1748 "http 0.2.12",
1749 "http-body 0.4.6",
1750 "mime",
1751 "rustversion",
1752 "tower-layer",
1753 "tower-service",
1754]
1755
1756[[package]]
1757name = "axum-extra"
1758version = "0.4.2"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1761dependencies = [
1762 "axum",
1763 "bytes 1.10.1",
1764 "futures-util",
1765 "http 0.2.12",
1766 "mime",
1767 "pin-project-lite",
1768 "serde",
1769 "serde_json",
1770 "tokio",
1771 "tower",
1772 "tower-http 0.3.5",
1773 "tower-layer",
1774 "tower-service",
1775]
1776
1777[[package]]
1778name = "backtrace"
1779version = "0.3.74"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1782dependencies = [
1783 "addr2line",
1784 "cfg-if",
1785 "libc",
1786 "miniz_oxide",
1787 "object",
1788 "rustc-demangle",
1789 "windows-targets 0.52.6",
1790]
1791
1792[[package]]
1793name = "base16ct"
1794version = "0.1.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1797
1798[[package]]
1799name = "base64"
1800version = "0.13.1"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1803
1804[[package]]
1805name = "base64"
1806version = "0.21.7"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1809
1810[[package]]
1811name = "base64"
1812version = "0.22.1"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1815
1816[[package]]
1817name = "base64-simd"
1818version = "0.8.0"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1821dependencies = [
1822 "outref",
1823 "vsimd",
1824]
1825
1826[[package]]
1827name = "base64ct"
1828version = "1.6.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1831
1832[[package]]
1833name = "bedrock"
1834version = "0.1.0"
1835dependencies = [
1836 "anyhow",
1837 "aws-sdk-bedrockruntime",
1838 "aws-smithy-types",
1839 "futures 0.3.31",
1840 "schemars",
1841 "serde",
1842 "serde_json",
1843 "strum",
1844 "thiserror 1.0.69",
1845 "tokio",
1846]
1847
1848[[package]]
1849name = "bigdecimal"
1850version = "0.4.7"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1853dependencies = [
1854 "autocfg",
1855 "libm",
1856 "num-bigint",
1857 "num-integer",
1858 "num-traits",
1859 "serde",
1860]
1861
1862[[package]]
1863name = "bincode"
1864version = "1.3.3"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1867dependencies = [
1868 "serde",
1869]
1870
1871[[package]]
1872name = "bindgen"
1873version = "0.69.5"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1876dependencies = [
1877 "bitflags 2.8.0",
1878 "cexpr",
1879 "clang-sys",
1880 "itertools 0.12.1",
1881 "lazy_static",
1882 "lazycell",
1883 "log",
1884 "prettyplease",
1885 "proc-macro2",
1886 "quote",
1887 "regex",
1888 "rustc-hash 1.1.0",
1889 "shlex",
1890 "syn 2.0.100",
1891 "which 4.4.2",
1892]
1893
1894[[package]]
1895name = "bindgen"
1896version = "0.70.1"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1899dependencies = [
1900 "bitflags 2.8.0",
1901 "cexpr",
1902 "clang-sys",
1903 "itertools 0.12.1",
1904 "log",
1905 "prettyplease",
1906 "proc-macro2",
1907 "quote",
1908 "regex",
1909 "rustc-hash 1.1.0",
1910 "shlex",
1911 "syn 2.0.100",
1912]
1913
1914[[package]]
1915name = "bit-set"
1916version = "0.5.3"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1919dependencies = [
1920 "bit-vec 0.6.3",
1921]
1922
1923[[package]]
1924name = "bit-set"
1925version = "0.8.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1928dependencies = [
1929 "bit-vec 0.8.0",
1930]
1931
1932[[package]]
1933name = "bit-vec"
1934version = "0.6.3"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1937
1938[[package]]
1939name = "bit-vec"
1940version = "0.8.0"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1943
1944[[package]]
1945name = "bit_field"
1946version = "0.10.2"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1949
1950[[package]]
1951name = "bitflags"
1952version = "1.3.2"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1955
1956[[package]]
1957name = "bitflags"
1958version = "2.8.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1961dependencies = [
1962 "serde",
1963]
1964
1965[[package]]
1966name = "bitstream-io"
1967version = "2.6.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1970
1971[[package]]
1972name = "bitvec"
1973version = "1.0.1"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1976dependencies = [
1977 "funty",
1978 "radium",
1979 "tap",
1980 "wyz",
1981]
1982
1983[[package]]
1984name = "blade-graphics"
1985version = "0.6.0"
1986source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1987dependencies = [
1988 "ash",
1989 "ash-window",
1990 "bitflags 2.8.0",
1991 "bytemuck",
1992 "codespan-reporting",
1993 "glow",
1994 "gpu-alloc",
1995 "gpu-alloc-ash",
1996 "hidden-trait",
1997 "js-sys",
1998 "khronos-egl",
1999 "libloading",
2000 "log",
2001 "mint",
2002 "naga",
2003 "objc2",
2004 "objc2-app-kit",
2005 "objc2-foundation",
2006 "objc2-metal",
2007 "objc2-quartz-core",
2008 "objc2-ui-kit",
2009 "raw-window-handle",
2010 "slab",
2011 "wasm-bindgen",
2012 "web-sys",
2013]
2014
2015[[package]]
2016name = "blade-macros"
2017version = "0.3.0"
2018source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2019dependencies = [
2020 "proc-macro2",
2021 "quote",
2022 "syn 2.0.100",
2023]
2024
2025[[package]]
2026name = "blade-util"
2027version = "0.2.0"
2028source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2029dependencies = [
2030 "blade-graphics",
2031 "bytemuck",
2032 "log",
2033 "profiling",
2034]
2035
2036[[package]]
2037name = "blake3"
2038version = "1.6.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2041dependencies = [
2042 "arrayref",
2043 "arrayvec",
2044 "cc",
2045 "cfg-if",
2046 "constant_time_eq 0.3.1",
2047]
2048
2049[[package]]
2050name = "block"
2051version = "0.1.6"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2054
2055[[package]]
2056name = "block-buffer"
2057version = "0.10.4"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2060dependencies = [
2061 "generic-array",
2062]
2063
2064[[package]]
2065name = "block-padding"
2066version = "0.3.3"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2069dependencies = [
2070 "generic-array",
2071]
2072
2073[[package]]
2074name = "block2"
2075version = "0.5.1"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2078dependencies = [
2079 "objc2",
2080]
2081
2082[[package]]
2083name = "blocking"
2084version = "1.6.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2087dependencies = [
2088 "async-channel 2.3.1",
2089 "async-task",
2090 "futures-io",
2091 "futures-lite 2.6.0",
2092 "piper",
2093]
2094
2095[[package]]
2096name = "borsh"
2097version = "1.5.3"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2100dependencies = [
2101 "borsh-derive",
2102 "cfg_aliases 0.2.1",
2103]
2104
2105[[package]]
2106name = "borsh-derive"
2107version = "1.5.3"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2110dependencies = [
2111 "once_cell",
2112 "proc-macro-crate",
2113 "proc-macro2",
2114 "quote",
2115 "syn 2.0.100",
2116]
2117
2118[[package]]
2119name = "breadcrumbs"
2120version = "0.1.0"
2121dependencies = [
2122 "editor",
2123 "gpui",
2124 "itertools 0.14.0",
2125 "theme",
2126 "ui",
2127 "workspace",
2128 "zed_actions",
2129]
2130
2131[[package]]
2132name = "bstr"
2133version = "1.11.1"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2136dependencies = [
2137 "memchr",
2138 "regex-automata 0.4.9",
2139 "serde",
2140]
2141
2142[[package]]
2143name = "buffer_diff"
2144version = "0.1.0"
2145dependencies = [
2146 "anyhow",
2147 "clock",
2148 "ctor",
2149 "env_logger 0.11.7",
2150 "futures 0.3.31",
2151 "git2",
2152 "gpui",
2153 "language",
2154 "log",
2155 "pretty_assertions",
2156 "rand 0.8.5",
2157 "rope",
2158 "serde_json",
2159 "sum_tree",
2160 "text",
2161 "unindent",
2162 "util",
2163]
2164
2165[[package]]
2166name = "built"
2167version = "0.7.5"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2170
2171[[package]]
2172name = "bumpalo"
2173version = "3.16.0"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2176dependencies = [
2177 "allocator-api2",
2178]
2179
2180[[package]]
2181name = "by_address"
2182version = "1.2.1"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2185
2186[[package]]
2187name = "bytecheck"
2188version = "0.6.12"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2191dependencies = [
2192 "bytecheck_derive",
2193 "ptr_meta",
2194 "simdutf8",
2195]
2196
2197[[package]]
2198name = "bytecheck_derive"
2199version = "0.6.12"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2202dependencies = [
2203 "proc-macro2",
2204 "quote",
2205 "syn 1.0.109",
2206]
2207
2208[[package]]
2209name = "bytemuck"
2210version = "1.21.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2213dependencies = [
2214 "bytemuck_derive",
2215]
2216
2217[[package]]
2218name = "bytemuck_derive"
2219version = "1.8.0"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2222dependencies = [
2223 "proc-macro2",
2224 "quote",
2225 "syn 2.0.100",
2226]
2227
2228[[package]]
2229name = "byteorder"
2230version = "1.5.0"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2233
2234[[package]]
2235name = "byteorder-lite"
2236version = "0.1.0"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2239
2240[[package]]
2241name = "bytes"
2242version = "0.4.12"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2245dependencies = [
2246 "byteorder",
2247 "iovec",
2248]
2249
2250[[package]]
2251name = "bytes"
2252version = "1.10.1"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2255
2256[[package]]
2257name = "bytes-utils"
2258version = "0.1.4"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2261dependencies = [
2262 "bytes 1.10.1",
2263 "either",
2264]
2265
2266[[package]]
2267name = "bzip2"
2268version = "0.4.4"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2271dependencies = [
2272 "bzip2-sys",
2273 "libc",
2274]
2275
2276[[package]]
2277name = "bzip2-sys"
2278version = "0.1.11+1.0.8"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2281dependencies = [
2282 "cc",
2283 "libc",
2284 "pkg-config",
2285]
2286
2287[[package]]
2288name = "call"
2289version = "0.1.0"
2290dependencies = [
2291 "anyhow",
2292 "audio",
2293 "client",
2294 "collections",
2295 "fs",
2296 "futures 0.3.31",
2297 "gpui",
2298 "http_client",
2299 "language",
2300 "livekit_client",
2301 "livekit_client_macos",
2302 "log",
2303 "postage",
2304 "project",
2305 "schemars",
2306 "serde",
2307 "serde_derive",
2308 "settings",
2309 "telemetry",
2310 "util",
2311]
2312
2313[[package]]
2314name = "calloop"
2315version = "0.13.0"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2318dependencies = [
2319 "bitflags 2.8.0",
2320 "log",
2321 "polling",
2322 "rustix",
2323 "slab",
2324 "thiserror 1.0.69",
2325]
2326
2327[[package]]
2328name = "calloop-wayland-source"
2329version = "0.3.0"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2332dependencies = [
2333 "calloop",
2334 "rustix",
2335 "wayland-backend",
2336 "wayland-client",
2337]
2338
2339[[package]]
2340name = "camino"
2341version = "1.1.9"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2344dependencies = [
2345 "serde",
2346]
2347
2348[[package]]
2349name = "cap-fs-ext"
2350version = "3.4.2"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2353dependencies = [
2354 "cap-primitives",
2355 "cap-std",
2356 "io-lifetimes",
2357 "windows-sys 0.59.0",
2358]
2359
2360[[package]]
2361name = "cap-net-ext"
2362version = "3.4.2"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2365dependencies = [
2366 "cap-primitives",
2367 "cap-std",
2368 "rustix",
2369 "smallvec",
2370]
2371
2372[[package]]
2373name = "cap-primitives"
2374version = "3.4.2"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2377dependencies = [
2378 "ambient-authority",
2379 "fs-set-times",
2380 "io-extras",
2381 "io-lifetimes",
2382 "ipnet",
2383 "maybe-owned",
2384 "rustix",
2385 "windows-sys 0.59.0",
2386 "winx",
2387]
2388
2389[[package]]
2390name = "cap-rand"
2391version = "3.4.2"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2394dependencies = [
2395 "ambient-authority",
2396 "rand 0.8.5",
2397]
2398
2399[[package]]
2400name = "cap-std"
2401version = "3.4.2"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2404dependencies = [
2405 "cap-primitives",
2406 "io-extras",
2407 "io-lifetimes",
2408 "rustix",
2409]
2410
2411[[package]]
2412name = "cap-time-ext"
2413version = "3.4.2"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2416dependencies = [
2417 "ambient-authority",
2418 "cap-primitives",
2419 "iana-time-zone",
2420 "once_cell",
2421 "rustix",
2422 "winx",
2423]
2424
2425[[package]]
2426name = "cargo-platform"
2427version = "0.1.9"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2430dependencies = [
2431 "serde",
2432]
2433
2434[[package]]
2435name = "cargo_metadata"
2436version = "0.19.2"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2439dependencies = [
2440 "camino",
2441 "cargo-platform",
2442 "semver",
2443 "serde",
2444 "serde_json",
2445 "thiserror 2.0.6",
2446]
2447
2448[[package]]
2449name = "cargo_toml"
2450version = "0.21.0"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2453dependencies = [
2454 "serde",
2455 "toml 0.8.20",
2456]
2457
2458[[package]]
2459name = "cast"
2460version = "0.3.0"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2463
2464[[package]]
2465name = "cbc"
2466version = "0.1.2"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2469dependencies = [
2470 "cipher",
2471]
2472
2473[[package]]
2474name = "cbindgen"
2475version = "0.27.0"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2478dependencies = [
2479 "clap",
2480 "heck 0.4.1",
2481 "indexmap",
2482 "log",
2483 "proc-macro2",
2484 "quote",
2485 "serde",
2486 "serde_json",
2487 "syn 2.0.100",
2488 "tempfile",
2489 "toml 0.8.20",
2490]
2491
2492[[package]]
2493name = "cbindgen"
2494version = "0.28.0"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2497dependencies = [
2498 "heck 0.4.1",
2499 "indexmap",
2500 "log",
2501 "proc-macro2",
2502 "quote",
2503 "serde",
2504 "serde_json",
2505 "syn 2.0.100",
2506 "tempfile",
2507 "toml 0.8.20",
2508]
2509
2510[[package]]
2511name = "cc"
2512version = "1.2.12"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2515dependencies = [
2516 "jobserver",
2517 "libc",
2518 "shlex",
2519]
2520
2521[[package]]
2522name = "cesu8"
2523version = "1.1.0"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2526
2527[[package]]
2528name = "cexpr"
2529version = "0.6.0"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2532dependencies = [
2533 "nom",
2534]
2535
2536[[package]]
2537name = "cfg-expr"
2538version = "0.15.8"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2541dependencies = [
2542 "smallvec",
2543 "target-lexicon 0.12.16",
2544]
2545
2546[[package]]
2547name = "cfg-if"
2548version = "1.0.0"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2551
2552[[package]]
2553name = "cfg_aliases"
2554version = "0.1.1"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2557
2558[[package]]
2559name = "cfg_aliases"
2560version = "0.2.1"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2563
2564[[package]]
2565name = "channel"
2566version = "0.1.0"
2567dependencies = [
2568 "anyhow",
2569 "client",
2570 "clock",
2571 "collections",
2572 "futures 0.3.31",
2573 "gpui",
2574 "http_client",
2575 "language",
2576 "log",
2577 "rand 0.8.5",
2578 "release_channel",
2579 "rpc",
2580 "settings",
2581 "sum_tree",
2582 "text",
2583 "time",
2584 "util",
2585]
2586
2587[[package]]
2588name = "chrono"
2589version = "0.4.40"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2592dependencies = [
2593 "android-tzdata",
2594 "iana-time-zone",
2595 "js-sys",
2596 "num-traits",
2597 "serde",
2598 "wasm-bindgen",
2599 "windows-link",
2600]
2601
2602[[package]]
2603name = "chunked_transfer"
2604version = "1.5.0"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2607
2608[[package]]
2609name = "ciborium"
2610version = "0.2.2"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2613dependencies = [
2614 "ciborium-io",
2615 "ciborium-ll",
2616 "serde",
2617]
2618
2619[[package]]
2620name = "ciborium-io"
2621version = "0.2.2"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2624
2625[[package]]
2626name = "ciborium-ll"
2627version = "0.2.2"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2630dependencies = [
2631 "ciborium-io",
2632 "half",
2633]
2634
2635[[package]]
2636name = "cipher"
2637version = "0.4.4"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2640dependencies = [
2641 "crypto-common",
2642 "inout",
2643 "zeroize",
2644]
2645
2646[[package]]
2647name = "clang-sys"
2648version = "1.8.1"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2651dependencies = [
2652 "glob",
2653 "libc",
2654 "libloading",
2655]
2656
2657[[package]]
2658name = "clap"
2659version = "4.5.32"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2662dependencies = [
2663 "clap_builder",
2664 "clap_derive",
2665]
2666
2667[[package]]
2668name = "clap_builder"
2669version = "4.5.32"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2672dependencies = [
2673 "anstream",
2674 "anstyle",
2675 "clap_lex",
2676 "strsim",
2677 "terminal_size",
2678]
2679
2680[[package]]
2681name = "clap_complete"
2682version = "4.5.38"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2685dependencies = [
2686 "clap",
2687]
2688
2689[[package]]
2690name = "clap_derive"
2691version = "4.5.32"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2694dependencies = [
2695 "heck 0.5.0",
2696 "proc-macro2",
2697 "quote",
2698 "syn 2.0.100",
2699]
2700
2701[[package]]
2702name = "clap_lex"
2703version = "0.7.4"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2706
2707[[package]]
2708name = "cli"
2709version = "0.1.0"
2710dependencies = [
2711 "anyhow",
2712 "clap",
2713 "collections",
2714 "core-foundation 0.9.4",
2715 "core-services",
2716 "exec",
2717 "fork",
2718 "ipc-channel",
2719 "parking_lot",
2720 "paths",
2721 "plist",
2722 "release_channel",
2723 "serde",
2724 "tempfile",
2725 "util",
2726 "windows 0.60.0",
2727]
2728
2729[[package]]
2730name = "client"
2731version = "0.1.0"
2732dependencies = [
2733 "anyhow",
2734 "async-native-tls",
2735 "async-recursion 0.3.2",
2736 "async-tungstenite",
2737 "chrono",
2738 "clock",
2739 "cocoa 0.26.0",
2740 "collections",
2741 "credentials_provider",
2742 "feature_flags",
2743 "futures 0.3.31",
2744 "gpui",
2745 "http_client",
2746 "http_client_tls",
2747 "log",
2748 "parking_lot",
2749 "paths",
2750 "postage",
2751 "rand 0.8.5",
2752 "release_channel",
2753 "rpc",
2754 "schemars",
2755 "serde",
2756 "serde_json",
2757 "settings",
2758 "sha2",
2759 "smol",
2760 "telemetry",
2761 "telemetry_events",
2762 "text",
2763 "thiserror 1.0.69",
2764 "time",
2765 "tiny_http",
2766 "tokio-socks",
2767 "url",
2768 "util",
2769 "windows 0.60.0",
2770 "worktree",
2771]
2772
2773[[package]]
2774name = "clock"
2775version = "0.1.0"
2776dependencies = [
2777 "parking_lot",
2778 "serde",
2779 "smallvec",
2780]
2781
2782[[package]]
2783name = "cmake"
2784version = "0.1.53"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2787dependencies = [
2788 "cc",
2789]
2790
2791[[package]]
2792name = "cobs"
2793version = "0.2.3"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2796
2797[[package]]
2798name = "cocoa"
2799version = "0.25.0"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2802dependencies = [
2803 "bitflags 1.3.2",
2804 "block",
2805 "cocoa-foundation 0.1.2",
2806 "core-foundation 0.9.4",
2807 "core-graphics 0.23.2",
2808 "foreign-types 0.5.0",
2809 "libc",
2810 "objc",
2811]
2812
2813[[package]]
2814name = "cocoa"
2815version = "0.26.0"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2818dependencies = [
2819 "bitflags 2.8.0",
2820 "block",
2821 "cocoa-foundation 0.2.0",
2822 "core-foundation 0.10.0",
2823 "core-graphics 0.24.0",
2824 "foreign-types 0.5.0",
2825 "libc",
2826 "objc",
2827]
2828
2829[[package]]
2830name = "cocoa-foundation"
2831version = "0.1.2"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2834dependencies = [
2835 "bitflags 1.3.2",
2836 "block",
2837 "core-foundation 0.9.4",
2838 "core-graphics-types 0.1.3",
2839 "libc",
2840 "objc",
2841]
2842
2843[[package]]
2844name = "cocoa-foundation"
2845version = "0.2.0"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2848dependencies = [
2849 "bitflags 2.8.0",
2850 "block",
2851 "core-foundation 0.10.0",
2852 "core-graphics-types 0.2.0",
2853 "libc",
2854 "objc",
2855]
2856
2857[[package]]
2858name = "codespan-reporting"
2859version = "0.11.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2862dependencies = [
2863 "termcolor",
2864 "unicode-width",
2865]
2866
2867[[package]]
2868name = "collab"
2869version = "0.44.0"
2870dependencies = [
2871 "anthropic",
2872 "anyhow",
2873 "assistant",
2874 "assistant_context_editor",
2875 "assistant_slash_command",
2876 "assistant_tool",
2877 "async-stripe",
2878 "async-trait",
2879 "async-tungstenite",
2880 "audio",
2881 "aws-config",
2882 "aws-sdk-kinesis",
2883 "aws-sdk-s3",
2884 "axum",
2885 "axum-extra",
2886 "base64 0.22.1",
2887 "buffer_diff",
2888 "call",
2889 "channel",
2890 "chrono",
2891 "client",
2892 "clock",
2893 "collab_ui",
2894 "collections",
2895 "context_server",
2896 "ctor",
2897 "dashmap 6.1.0",
2898 "derive_more",
2899 "editor",
2900 "env_logger 0.11.7",
2901 "envy",
2902 "extension",
2903 "file_finder",
2904 "fs",
2905 "futures 0.3.31",
2906 "git",
2907 "git_hosting_providers",
2908 "git_ui",
2909 "google_ai",
2910 "gpui",
2911 "hex",
2912 "http_client",
2913 "hyper 0.14.32",
2914 "indoc",
2915 "jsonwebtoken",
2916 "language",
2917 "language_model",
2918 "livekit_api",
2919 "livekit_client",
2920 "livekit_client_macos",
2921 "log",
2922 "lsp",
2923 "menu",
2924 "multi_buffer",
2925 "nanoid",
2926 "node_runtime",
2927 "notifications",
2928 "open_ai",
2929 "parking_lot",
2930 "pretty_assertions",
2931 "project",
2932 "prometheus",
2933 "prompt_store",
2934 "prost 0.9.0",
2935 "rand 0.8.5",
2936 "recent_projects",
2937 "release_channel",
2938 "remote",
2939 "remote_server",
2940 "reqwest 0.11.27",
2941 "reqwest_client",
2942 "rpc",
2943 "rustc-demangle",
2944 "scrypt",
2945 "sea-orm",
2946 "semantic_version",
2947 "semver",
2948 "serde",
2949 "serde_derive",
2950 "serde_json",
2951 "session",
2952 "settings",
2953 "sha2",
2954 "sqlx",
2955 "strum",
2956 "subtle",
2957 "supermaven_api",
2958 "telemetry_events",
2959 "text",
2960 "theme",
2961 "thiserror 1.0.69",
2962 "time",
2963 "tokio",
2964 "toml 0.8.20",
2965 "tower",
2966 "tower-http 0.4.4",
2967 "tracing",
2968 "tracing-subscriber",
2969 "unindent",
2970 "util",
2971 "uuid",
2972 "workspace",
2973 "worktree",
2974]
2975
2976[[package]]
2977name = "collab_ui"
2978version = "0.1.0"
2979dependencies = [
2980 "anyhow",
2981 "call",
2982 "channel",
2983 "chrono",
2984 "client",
2985 "collections",
2986 "db",
2987 "editor",
2988 "emojis",
2989 "futures 0.3.31",
2990 "fuzzy",
2991 "gpui",
2992 "http_client",
2993 "language",
2994 "menu",
2995 "notifications",
2996 "picker",
2997 "pretty_assertions",
2998 "project",
2999 "release_channel",
3000 "rich_text",
3001 "rpc",
3002 "schemars",
3003 "serde",
3004 "serde_derive",
3005 "serde_json",
3006 "settings",
3007 "smallvec",
3008 "story",
3009 "telemetry",
3010 "theme",
3011 "time",
3012 "time_format",
3013 "title_bar",
3014 "tree-sitter-md",
3015 "ui",
3016 "util",
3017 "workspace",
3018]
3019
3020[[package]]
3021name = "collections"
3022version = "0.1.0"
3023dependencies = [
3024 "indexmap",
3025 "rustc-hash 2.1.1",
3026]
3027
3028[[package]]
3029name = "color_quant"
3030version = "1.1.0"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3033
3034[[package]]
3035name = "colorchoice"
3036version = "1.0.3"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3039
3040[[package]]
3041name = "combine"
3042version = "4.6.7"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3045dependencies = [
3046 "bytes 1.10.1",
3047 "memchr",
3048]
3049
3050[[package]]
3051name = "command_palette"
3052version = "0.1.0"
3053dependencies = [
3054 "client",
3055 "collections",
3056 "command_palette_hooks",
3057 "ctor",
3058 "editor",
3059 "env_logger 0.11.7",
3060 "fuzzy",
3061 "go_to_line",
3062 "gpui",
3063 "language",
3064 "menu",
3065 "picker",
3066 "postage",
3067 "project",
3068 "serde",
3069 "serde_json",
3070 "settings",
3071 "telemetry",
3072 "theme",
3073 "ui",
3074 "util",
3075 "workspace",
3076 "zed_actions",
3077]
3078
3079[[package]]
3080name = "command_palette_hooks"
3081version = "0.1.0"
3082dependencies = [
3083 "collections",
3084 "derive_more",
3085 "gpui",
3086]
3087
3088[[package]]
3089name = "component"
3090version = "0.1.0"
3091dependencies = [
3092 "collections",
3093 "gpui",
3094 "linkme",
3095 "parking_lot",
3096 "theme",
3097]
3098
3099[[package]]
3100name = "component_preview"
3101version = "0.1.0"
3102dependencies = [
3103 "client",
3104 "collections",
3105 "component",
3106 "gpui",
3107 "languages",
3108 "notifications",
3109 "project",
3110 "ui",
3111 "workspace",
3112]
3113
3114[[package]]
3115name = "concurrent-queue"
3116version = "2.5.0"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3119dependencies = [
3120 "crossbeam-utils",
3121]
3122
3123[[package]]
3124name = "console"
3125version = "0.15.8"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3128dependencies = [
3129 "encode_unicode",
3130 "lazy_static",
3131 "libc",
3132 "unicode-width",
3133 "windows-sys 0.52.0",
3134]
3135
3136[[package]]
3137name = "const-oid"
3138version = "0.9.6"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3141
3142[[package]]
3143name = "const-random"
3144version = "0.1.18"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3147dependencies = [
3148 "const-random-macro",
3149]
3150
3151[[package]]
3152name = "const-random-macro"
3153version = "0.1.16"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3156dependencies = [
3157 "getrandom 0.2.15",
3158 "once_cell",
3159 "tiny-keccak",
3160]
3161
3162[[package]]
3163name = "constant_time_eq"
3164version = "0.1.5"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3167
3168[[package]]
3169name = "constant_time_eq"
3170version = "0.3.1"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3173
3174[[package]]
3175name = "context_server"
3176version = "0.1.0"
3177dependencies = [
3178 "anyhow",
3179 "assistant_tool",
3180 "async-trait",
3181 "collections",
3182 "command_palette_hooks",
3183 "context_server_settings",
3184 "extension",
3185 "futures 0.3.31",
3186 "gpui",
3187 "language_model",
3188 "log",
3189 "parking_lot",
3190 "postage",
3191 "project",
3192 "serde",
3193 "serde_json",
3194 "settings",
3195 "smol",
3196 "url",
3197 "util",
3198]
3199
3200[[package]]
3201name = "context_server_settings"
3202version = "0.1.0"
3203dependencies = [
3204 "anyhow",
3205 "collections",
3206 "gpui",
3207 "schemars",
3208 "serde",
3209 "serde_json",
3210 "settings",
3211]
3212
3213[[package]]
3214name = "convert_case"
3215version = "0.4.0"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3218
3219[[package]]
3220name = "convert_case"
3221version = "0.8.0"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3224dependencies = [
3225 "unicode-segmentation",
3226]
3227
3228[[package]]
3229name = "copilot"
3230version = "0.1.0"
3231dependencies = [
3232 "anyhow",
3233 "async-compression",
3234 "async-std",
3235 "async-tar",
3236 "chrono",
3237 "client",
3238 "clock",
3239 "collections",
3240 "command_palette_hooks",
3241 "ctor",
3242 "editor",
3243 "env_logger 0.11.7",
3244 "fs",
3245 "futures 0.3.31",
3246 "gpui",
3247 "http_client",
3248 "indoc",
3249 "inline_completion",
3250 "language",
3251 "log",
3252 "lsp",
3253 "menu",
3254 "node_runtime",
3255 "parking_lot",
3256 "paths",
3257 "project",
3258 "rpc",
3259 "schemars",
3260 "serde",
3261 "serde_json",
3262 "settings",
3263 "smol",
3264 "strum",
3265 "task",
3266 "theme",
3267 "ui",
3268 "util",
3269 "workspace",
3270]
3271
3272[[package]]
3273name = "core-foundation"
3274version = "0.9.4"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3277dependencies = [
3278 "core-foundation-sys",
3279 "libc",
3280]
3281
3282[[package]]
3283name = "core-foundation"
3284version = "0.10.0"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3287dependencies = [
3288 "core-foundation-sys",
3289 "libc",
3290]
3291
3292[[package]]
3293name = "core-foundation-sys"
3294version = "0.8.7"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3297
3298[[package]]
3299name = "core-graphics"
3300version = "0.23.2"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3303dependencies = [
3304 "bitflags 1.3.2",
3305 "core-foundation 0.9.4",
3306 "core-graphics-types 0.1.3",
3307 "foreign-types 0.5.0",
3308 "libc",
3309]
3310
3311[[package]]
3312name = "core-graphics"
3313version = "0.24.0"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3316dependencies = [
3317 "bitflags 2.8.0",
3318 "core-foundation 0.10.0",
3319 "core-graphics-types 0.2.0",
3320 "foreign-types 0.5.0",
3321 "libc",
3322]
3323
3324[[package]]
3325name = "core-graphics-types"
3326version = "0.1.3"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3329dependencies = [
3330 "bitflags 1.3.2",
3331 "core-foundation 0.9.4",
3332 "libc",
3333]
3334
3335[[package]]
3336name = "core-graphics-types"
3337version = "0.2.0"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3340dependencies = [
3341 "bitflags 2.8.0",
3342 "core-foundation 0.10.0",
3343 "libc",
3344]
3345
3346[[package]]
3347name = "core-services"
3348version = "0.2.1"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3351dependencies = [
3352 "core-foundation 0.9.4",
3353]
3354
3355[[package]]
3356name = "core-text"
3357version = "20.1.0"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3360dependencies = [
3361 "core-foundation 0.9.4",
3362 "core-graphics 0.23.2",
3363 "foreign-types 0.5.0",
3364 "libc",
3365]
3366
3367[[package]]
3368name = "core_maths"
3369version = "0.1.1"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3372dependencies = [
3373 "libm",
3374]
3375
3376[[package]]
3377name = "coreaudio-rs"
3378version = "0.11.3"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3381dependencies = [
3382 "bitflags 1.3.2",
3383 "core-foundation-sys",
3384 "coreaudio-sys",
3385]
3386
3387[[package]]
3388name = "coreaudio-rs"
3389version = "0.12.1"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3392dependencies = [
3393 "bitflags 1.3.2",
3394 "core-foundation-sys",
3395 "coreaudio-sys",
3396]
3397
3398[[package]]
3399name = "coreaudio-sys"
3400version = "0.2.16"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3403dependencies = [
3404 "bindgen 0.70.1",
3405]
3406
3407[[package]]
3408name = "cosmic-text"
3409version = "0.11.2"
3410source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3411dependencies = [
3412 "bitflags 2.8.0",
3413 "fontdb 0.18.0",
3414 "log",
3415 "rangemap",
3416 "rayon",
3417 "rustc-hash 1.1.0",
3418 "rustybuzz 0.14.1",
3419 "self_cell",
3420 "swash",
3421 "sys-locale",
3422 "ttf-parser 0.21.1",
3423 "unicode-bidi",
3424 "unicode-linebreak",
3425 "unicode-script",
3426 "unicode-segmentation",
3427]
3428
3429[[package]]
3430name = "cpal"
3431version = "0.15.3"
3432source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3433dependencies = [
3434 "alsa",
3435 "core-foundation-sys",
3436 "coreaudio-rs 0.11.3",
3437 "dasp_sample",
3438 "jni",
3439 "js-sys",
3440 "libc",
3441 "mach2",
3442 "ndk",
3443 "ndk-context",
3444 "oboe",
3445 "wasm-bindgen",
3446 "wasm-bindgen-futures",
3447 "web-sys",
3448 "windows 0.54.0",
3449]
3450
3451[[package]]
3452name = "cpp_demangle"
3453version = "0.4.4"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3456dependencies = [
3457 "cfg-if",
3458]
3459
3460[[package]]
3461name = "cpufeatures"
3462version = "0.2.16"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3465dependencies = [
3466 "libc",
3467]
3468
3469[[package]]
3470name = "cranelift-bforest"
3471version = "0.116.1"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3474dependencies = [
3475 "cranelift-entity",
3476]
3477
3478[[package]]
3479name = "cranelift-bitset"
3480version = "0.116.1"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3483dependencies = [
3484 "serde",
3485 "serde_derive",
3486]
3487
3488[[package]]
3489name = "cranelift-codegen"
3490version = "0.116.1"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3493dependencies = [
3494 "bumpalo",
3495 "cranelift-bforest",
3496 "cranelift-bitset",
3497 "cranelift-codegen-meta",
3498 "cranelift-codegen-shared",
3499 "cranelift-control",
3500 "cranelift-entity",
3501 "cranelift-isle",
3502 "gimli",
3503 "hashbrown 0.14.5",
3504 "log",
3505 "regalloc2",
3506 "rustc-hash 2.1.1",
3507 "serde",
3508 "smallvec",
3509 "target-lexicon 0.13.2",
3510]
3511
3512[[package]]
3513name = "cranelift-codegen-meta"
3514version = "0.116.1"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3517dependencies = [
3518 "cranelift-codegen-shared",
3519]
3520
3521[[package]]
3522name = "cranelift-codegen-shared"
3523version = "0.116.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3526
3527[[package]]
3528name = "cranelift-control"
3529version = "0.116.1"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3532dependencies = [
3533 "arbitrary",
3534]
3535
3536[[package]]
3537name = "cranelift-entity"
3538version = "0.116.1"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3541dependencies = [
3542 "cranelift-bitset",
3543 "serde",
3544 "serde_derive",
3545]
3546
3547[[package]]
3548name = "cranelift-frontend"
3549version = "0.116.1"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3552dependencies = [
3553 "cranelift-codegen",
3554 "log",
3555 "smallvec",
3556 "target-lexicon 0.13.2",
3557]
3558
3559[[package]]
3560name = "cranelift-isle"
3561version = "0.116.1"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3564
3565[[package]]
3566name = "cranelift-native"
3567version = "0.116.1"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3570dependencies = [
3571 "cranelift-codegen",
3572 "libc",
3573 "target-lexicon 0.13.2",
3574]
3575
3576[[package]]
3577name = "crc"
3578version = "3.2.1"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3581dependencies = [
3582 "crc-catalog",
3583]
3584
3585[[package]]
3586name = "crc-catalog"
3587version = "2.4.0"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3590
3591[[package]]
3592name = "crc32c"
3593version = "0.6.8"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3596dependencies = [
3597 "rustc_version",
3598]
3599
3600[[package]]
3601name = "crc32fast"
3602version = "1.4.2"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3605dependencies = [
3606 "cfg-if",
3607]
3608
3609[[package]]
3610name = "crc64fast-nvme"
3611version = "1.1.1"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3614dependencies = [
3615 "cbindgen 0.27.0",
3616 "crc",
3617]
3618
3619[[package]]
3620name = "credentials_provider"
3621version = "0.1.0"
3622dependencies = [
3623 "anyhow",
3624 "futures 0.3.31",
3625 "gpui",
3626 "paths",
3627 "release_channel",
3628 "serde",
3629 "serde_json",
3630]
3631
3632[[package]]
3633name = "criterion"
3634version = "0.5.1"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3637dependencies = [
3638 "anes",
3639 "cast",
3640 "ciborium",
3641 "clap",
3642 "criterion-plot",
3643 "is-terminal",
3644 "itertools 0.10.5",
3645 "num-traits",
3646 "once_cell",
3647 "oorandom",
3648 "plotters",
3649 "rayon",
3650 "regex",
3651 "serde",
3652 "serde_derive",
3653 "serde_json",
3654 "tinytemplate",
3655 "walkdir",
3656]
3657
3658[[package]]
3659name = "criterion-plot"
3660version = "0.5.0"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3663dependencies = [
3664 "cast",
3665 "itertools 0.10.5",
3666]
3667
3668[[package]]
3669name = "crossbeam-channel"
3670version = "0.5.13"
3671source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3673dependencies = [
3674 "crossbeam-utils",
3675]
3676
3677[[package]]
3678name = "crossbeam-deque"
3679version = "0.8.5"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3682dependencies = [
3683 "crossbeam-epoch",
3684 "crossbeam-utils",
3685]
3686
3687[[package]]
3688name = "crossbeam-epoch"
3689version = "0.9.18"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3692dependencies = [
3693 "crossbeam-utils",
3694]
3695
3696[[package]]
3697name = "crossbeam-queue"
3698version = "0.3.11"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3701dependencies = [
3702 "crossbeam-utils",
3703]
3704
3705[[package]]
3706name = "crossbeam-utils"
3707version = "0.8.20"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3710
3711[[package]]
3712name = "crunchy"
3713version = "0.2.2"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3716
3717[[package]]
3718name = "crypto-bigint"
3719version = "0.4.9"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3722dependencies = [
3723 "generic-array",
3724 "rand_core 0.6.4",
3725 "subtle",
3726 "zeroize",
3727]
3728
3729[[package]]
3730name = "crypto-bigint"
3731version = "0.5.5"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3734dependencies = [
3735 "rand_core 0.6.4",
3736 "subtle",
3737]
3738
3739[[package]]
3740name = "crypto-common"
3741version = "0.1.6"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3744dependencies = [
3745 "generic-array",
3746 "rand_core 0.6.4",
3747 "typenum",
3748]
3749
3750[[package]]
3751name = "ctor"
3752version = "0.4.1"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3755dependencies = [
3756 "ctor-proc-macro",
3757 "dtor",
3758]
3759
3760[[package]]
3761name = "ctor-proc-macro"
3762version = "0.0.5"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3765
3766[[package]]
3767name = "ctrlc"
3768version = "3.4.5"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3771dependencies = [
3772 "nix",
3773 "windows-sys 0.59.0",
3774]
3775
3776[[package]]
3777name = "cursor-icon"
3778version = "1.1.0"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3781
3782[[package]]
3783name = "cxx"
3784version = "1.0.134"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3787dependencies = [
3788 "cc",
3789 "cxxbridge-cmd",
3790 "cxxbridge-flags",
3791 "cxxbridge-macro",
3792 "foldhash",
3793 "link-cplusplus",
3794]
3795
3796[[package]]
3797name = "cxx-build"
3798version = "1.0.134"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3801dependencies = [
3802 "cc",
3803 "codespan-reporting",
3804 "proc-macro2",
3805 "quote",
3806 "scratch",
3807 "syn 2.0.100",
3808]
3809
3810[[package]]
3811name = "cxxbridge-cmd"
3812version = "1.0.134"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3815dependencies = [
3816 "clap",
3817 "codespan-reporting",
3818 "proc-macro2",
3819 "quote",
3820 "syn 2.0.100",
3821]
3822
3823[[package]]
3824name = "cxxbridge-flags"
3825version = "1.0.134"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3828
3829[[package]]
3830name = "cxxbridge-macro"
3831version = "1.0.134"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3834dependencies = [
3835 "proc-macro2",
3836 "quote",
3837 "rustversion",
3838 "syn 2.0.100",
3839]
3840
3841[[package]]
3842name = "dashmap"
3843version = "5.5.3"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3846dependencies = [
3847 "cfg-if",
3848 "hashbrown 0.14.5",
3849 "lock_api",
3850 "once_cell",
3851 "parking_lot_core",
3852]
3853
3854[[package]]
3855name = "dashmap"
3856version = "6.1.0"
3857source = "registry+https://github.com/rust-lang/crates.io-index"
3858checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3859dependencies = [
3860 "cfg-if",
3861 "crossbeam-utils",
3862 "hashbrown 0.14.5",
3863 "lock_api",
3864 "once_cell",
3865 "parking_lot_core",
3866]
3867
3868[[package]]
3869name = "dasp_sample"
3870version = "0.11.0"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3873
3874[[package]]
3875name = "data-encoding"
3876version = "2.6.0"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3879
3880[[package]]
3881name = "data-url"
3882version = "0.3.1"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3885
3886[[package]]
3887name = "db"
3888version = "0.1.0"
3889dependencies = [
3890 "anyhow",
3891 "gpui",
3892 "indoc",
3893 "log",
3894 "paths",
3895 "release_channel",
3896 "smol",
3897 "sqlez",
3898 "sqlez_macros",
3899 "tempfile",
3900 "util",
3901]
3902
3903[[package]]
3904name = "dbus"
3905version = "0.9.7"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3908dependencies = [
3909 "libc",
3910 "libdbus-sys",
3911 "winapi",
3912]
3913
3914[[package]]
3915name = "deepseek"
3916version = "0.1.0"
3917dependencies = [
3918 "anyhow",
3919 "futures 0.3.31",
3920 "http_client",
3921 "schemars",
3922 "serde",
3923 "serde_json",
3924]
3925
3926[[package]]
3927name = "deflate64"
3928version = "0.1.9"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3931
3932[[package]]
3933name = "der"
3934version = "0.6.1"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3937dependencies = [
3938 "const-oid",
3939 "zeroize",
3940]
3941
3942[[package]]
3943name = "der"
3944version = "0.7.9"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3947dependencies = [
3948 "const-oid",
3949 "pem-rfc7468",
3950 "zeroize",
3951]
3952
3953[[package]]
3954name = "deranged"
3955version = "0.3.11"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3958dependencies = [
3959 "powerfmt",
3960 "serde",
3961]
3962
3963[[package]]
3964name = "derive_more"
3965version = "0.99.19"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3968dependencies = [
3969 "convert_case 0.4.0",
3970 "proc-macro2",
3971 "quote",
3972 "rustc_version",
3973 "syn 2.0.100",
3974]
3975
3976[[package]]
3977name = "derive_refineable"
3978version = "0.1.0"
3979dependencies = [
3980 "proc-macro2",
3981 "quote",
3982 "syn 1.0.109",
3983]
3984
3985[[package]]
3986name = "diagnostics"
3987version = "0.1.0"
3988dependencies = [
3989 "anyhow",
3990 "client",
3991 "collections",
3992 "ctor",
3993 "editor",
3994 "env_logger 0.11.7",
3995 "gpui",
3996 "language",
3997 "log",
3998 "lsp",
3999 "pretty_assertions",
4000 "project",
4001 "rand 0.8.5",
4002 "serde",
4003 "serde_json",
4004 "settings",
4005 "theme",
4006 "ui",
4007 "unindent",
4008 "util",
4009 "workspace",
4010]
4011
4012[[package]]
4013name = "dialoguer"
4014version = "0.11.0"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4017dependencies = [
4018 "console",
4019 "fuzzy-matcher",
4020 "shell-words",
4021 "tempfile",
4022 "thiserror 1.0.69",
4023 "zeroize",
4024]
4025
4026[[package]]
4027name = "diff"
4028version = "0.1.13"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4031
4032[[package]]
4033name = "digest"
4034version = "0.10.7"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4037dependencies = [
4038 "block-buffer",
4039 "const-oid",
4040 "crypto-common",
4041 "subtle",
4042]
4043
4044[[package]]
4045name = "dirs"
4046version = "4.0.0"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4049dependencies = [
4050 "dirs-sys 0.3.7",
4051]
4052
4053[[package]]
4054name = "dirs"
4055version = "5.0.1"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4058dependencies = [
4059 "dirs-sys 0.4.1",
4060]
4061
4062[[package]]
4063name = "dirs-sys"
4064version = "0.3.7"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4067dependencies = [
4068 "libc",
4069 "redox_users",
4070 "winapi",
4071]
4072
4073[[package]]
4074name = "dirs-sys"
4075version = "0.4.1"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4078dependencies = [
4079 "libc",
4080 "option-ext",
4081 "redox_users",
4082 "windows-sys 0.48.0",
4083]
4084
4085[[package]]
4086name = "displaydoc"
4087version = "0.2.5"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4090dependencies = [
4091 "proc-macro2",
4092 "quote",
4093 "syn 2.0.100",
4094]
4095
4096[[package]]
4097name = "dlib"
4098version = "0.5.2"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4101dependencies = [
4102 "libloading",
4103]
4104
4105[[package]]
4106name = "docs_preprocessor"
4107version = "0.1.0"
4108dependencies = [
4109 "anyhow",
4110 "clap",
4111 "mdbook",
4112 "regex",
4113 "serde",
4114 "serde_json",
4115 "settings",
4116 "util",
4117]
4118
4119[[package]]
4120name = "dotenvy"
4121version = "0.15.7"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4124
4125[[package]]
4126name = "downcast-rs"
4127version = "1.2.1"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4130
4131[[package]]
4132name = "doxygen-rs"
4133version = "0.4.2"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4136dependencies = [
4137 "phf",
4138]
4139
4140[[package]]
4141name = "dtor"
4142version = "0.0.5"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4145dependencies = [
4146 "dtor-proc-macro",
4147]
4148
4149[[package]]
4150name = "dtor-proc-macro"
4151version = "0.0.5"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4154
4155[[package]]
4156name = "dunce"
4157version = "1.0.5"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4160
4161[[package]]
4162name = "dwrote"
4163version = "0.11.2"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4166dependencies = [
4167 "lazy_static",
4168 "libc",
4169 "winapi",
4170 "wio",
4171]
4172
4173[[package]]
4174name = "dyn-clone"
4175version = "1.0.17"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4178
4179[[package]]
4180name = "ec4rs"
4181version = "1.1.1"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4184
4185[[package]]
4186name = "ecdsa"
4187version = "0.14.8"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4190dependencies = [
4191 "der 0.6.1",
4192 "elliptic-curve",
4193 "rfc6979",
4194 "signature 1.6.4",
4195]
4196
4197[[package]]
4198name = "editor"
4199version = "0.1.0"
4200dependencies = [
4201 "aho-corasick",
4202 "anyhow",
4203 "assets",
4204 "buffer_diff",
4205 "chrono",
4206 "client",
4207 "clock",
4208 "collections",
4209 "convert_case 0.8.0",
4210 "ctor",
4211 "db",
4212 "emojis",
4213 "env_logger 0.11.7",
4214 "file_icons",
4215 "fs",
4216 "futures 0.3.31",
4217 "fuzzy",
4218 "git",
4219 "gpui",
4220 "http_client",
4221 "indoc",
4222 "inline_completion",
4223 "itertools 0.14.0",
4224 "language",
4225 "languages",
4226 "linkify",
4227 "log",
4228 "lsp",
4229 "markdown",
4230 "multi_buffer",
4231 "ordered-float 2.10.1",
4232 "parking_lot",
4233 "pretty_assertions",
4234 "project",
4235 "rand 0.8.5",
4236 "release_channel",
4237 "rpc",
4238 "schemars",
4239 "serde",
4240 "serde_json",
4241 "settings",
4242 "smallvec",
4243 "smol",
4244 "snippet",
4245 "sum_tree",
4246 "task",
4247 "telemetry",
4248 "tempfile",
4249 "text",
4250 "theme",
4251 "time",
4252 "time_format",
4253 "tree-sitter-html",
4254 "tree-sitter-rust",
4255 "tree-sitter-typescript",
4256 "ui",
4257 "unicode-script",
4258 "unicode-segmentation",
4259 "unindent",
4260 "url",
4261 "util",
4262 "uuid",
4263 "workspace",
4264 "zed_actions",
4265]
4266
4267[[package]]
4268name = "either"
4269version = "1.13.0"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4272dependencies = [
4273 "serde",
4274]
4275
4276[[package]]
4277name = "elasticlunr-rs"
4278version = "3.0.2"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4281dependencies = [
4282 "regex",
4283 "serde",
4284 "serde_derive",
4285 "serde_json",
4286]
4287
4288[[package]]
4289name = "elliptic-curve"
4290version = "0.12.3"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4293dependencies = [
4294 "base16ct",
4295 "crypto-bigint 0.4.9",
4296 "der 0.6.1",
4297 "digest",
4298 "ff",
4299 "generic-array",
4300 "group",
4301 "pkcs8 0.9.0",
4302 "rand_core 0.6.4",
4303 "sec1",
4304 "subtle",
4305 "zeroize",
4306]
4307
4308[[package]]
4309name = "embed-resource"
4310version = "3.0.2"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4313dependencies = [
4314 "cc",
4315 "memchr",
4316 "rustc_version",
4317 "toml 0.8.20",
4318 "vswhom",
4319 "winreg 0.52.0",
4320]
4321
4322[[package]]
4323name = "embedded-io"
4324version = "0.4.0"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4327
4328[[package]]
4329name = "embedded-io"
4330version = "0.6.1"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4333
4334[[package]]
4335name = "emojis"
4336version = "0.6.4"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4339dependencies = [
4340 "phf",
4341]
4342
4343[[package]]
4344name = "encode_unicode"
4345version = "0.3.6"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4348
4349[[package]]
4350name = "encoding_rs"
4351version = "0.8.35"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4354dependencies = [
4355 "cfg-if",
4356]
4357
4358[[package]]
4359name = "endi"
4360version = "1.1.0"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4363
4364[[package]]
4365name = "enumflags2"
4366version = "0.7.10"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4369dependencies = [
4370 "enumflags2_derive",
4371 "serde",
4372]
4373
4374[[package]]
4375name = "enumflags2_derive"
4376version = "0.7.10"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4379dependencies = [
4380 "proc-macro2",
4381 "quote",
4382 "syn 2.0.100",
4383]
4384
4385[[package]]
4386name = "env_filter"
4387version = "0.1.2"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4390dependencies = [
4391 "log",
4392 "regex",
4393]
4394
4395[[package]]
4396name = "env_home"
4397version = "0.1.0"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4400
4401[[package]]
4402name = "env_logger"
4403version = "0.10.2"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4406dependencies = [
4407 "humantime",
4408 "is-terminal",
4409 "log",
4410 "regex",
4411 "termcolor",
4412]
4413
4414[[package]]
4415name = "env_logger"
4416version = "0.11.7"
4417source = "registry+https://github.com/rust-lang/crates.io-index"
4418checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4419dependencies = [
4420 "anstream",
4421 "anstyle",
4422 "env_filter",
4423 "jiff",
4424 "log",
4425]
4426
4427[[package]]
4428name = "envy"
4429version = "0.4.2"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4432dependencies = [
4433 "serde",
4434]
4435
4436[[package]]
4437name = "equivalent"
4438version = "1.0.1"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4441
4442[[package]]
4443name = "erased-serde"
4444version = "0.4.5"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4447dependencies = [
4448 "serde",
4449 "typeid",
4450]
4451
4452[[package]]
4453name = "errno"
4454version = "0.2.8"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4457dependencies = [
4458 "errno-dragonfly",
4459 "libc",
4460 "winapi",
4461]
4462
4463[[package]]
4464name = "errno"
4465version = "0.3.10"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4468dependencies = [
4469 "libc",
4470 "windows-sys 0.59.0",
4471]
4472
4473[[package]]
4474name = "errno-dragonfly"
4475version = "0.1.2"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4478dependencies = [
4479 "cc",
4480 "libc",
4481]
4482
4483[[package]]
4484name = "etagere"
4485version = "0.2.15"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4488dependencies = [
4489 "euclid",
4490 "svg_fmt",
4491]
4492
4493[[package]]
4494name = "etcetera"
4495version = "0.8.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4498dependencies = [
4499 "cfg-if",
4500 "home",
4501 "windows-sys 0.48.0",
4502]
4503
4504[[package]]
4505name = "euclid"
4506version = "0.22.11"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4509dependencies = [
4510 "num-traits",
4511]
4512
4513[[package]]
4514name = "evals"
4515version = "0.1.0"
4516dependencies = [
4517 "anyhow",
4518 "clap",
4519 "client",
4520 "clock",
4521 "collections",
4522 "env_logger 0.11.7",
4523 "feature_flags",
4524 "fs",
4525 "gpui",
4526 "http_client",
4527 "language",
4528 "languages",
4529 "node_runtime",
4530 "open_ai",
4531 "project",
4532 "reqwest_client",
4533 "semantic_index",
4534 "serde",
4535 "serde_json",
4536 "settings",
4537 "smol",
4538 "util",
4539]
4540
4541[[package]]
4542name = "event-listener"
4543version = "2.5.3"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4546
4547[[package]]
4548name = "event-listener"
4549version = "5.3.1"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4552dependencies = [
4553 "concurrent-queue",
4554 "parking",
4555 "pin-project-lite",
4556]
4557
4558[[package]]
4559name = "event-listener-strategy"
4560version = "0.5.3"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4563dependencies = [
4564 "event-listener 5.3.1",
4565 "pin-project-lite",
4566]
4567
4568[[package]]
4569name = "exec"
4570version = "0.3.1"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4573dependencies = [
4574 "errno 0.2.8",
4575 "libc",
4576]
4577
4578[[package]]
4579name = "exr"
4580version = "1.73.0"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4583dependencies = [
4584 "bit_field",
4585 "half",
4586 "lebe",
4587 "miniz_oxide",
4588 "rayon-core",
4589 "smallvec",
4590 "zune-inflate",
4591]
4592
4593[[package]]
4594name = "extension"
4595version = "0.1.0"
4596dependencies = [
4597 "anyhow",
4598 "async-compression",
4599 "async-tar",
4600 "async-trait",
4601 "collections",
4602 "convert_case 0.8.0",
4603 "fs",
4604 "futures 0.3.31",
4605 "gpui",
4606 "http_client",
4607 "language",
4608 "log",
4609 "lsp",
4610 "parking_lot",
4611 "semantic_version",
4612 "serde",
4613 "serde_json",
4614 "toml 0.8.20",
4615 "util",
4616 "wasm-encoder 0.221.3",
4617 "wasmparser 0.221.3",
4618 "wit-component 0.221.3",
4619]
4620
4621[[package]]
4622name = "extension_cli"
4623version = "0.1.0"
4624dependencies = [
4625 "anyhow",
4626 "clap",
4627 "env_logger 0.11.7",
4628 "extension",
4629 "fs",
4630 "language",
4631 "log",
4632 "reqwest_client",
4633 "rpc",
4634 "serde",
4635 "serde_json",
4636 "theme",
4637 "tokio",
4638 "toml 0.8.20",
4639 "tree-sitter",
4640 "wasmtime",
4641]
4642
4643[[package]]
4644name = "extension_host"
4645version = "0.1.0"
4646dependencies = [
4647 "anyhow",
4648 "async-compression",
4649 "async-tar",
4650 "async-trait",
4651 "client",
4652 "collections",
4653 "context_server_settings",
4654 "ctor",
4655 "env_logger 0.11.7",
4656 "extension",
4657 "fs",
4658 "futures 0.3.31",
4659 "gpui",
4660 "http_client",
4661 "language",
4662 "language_extension",
4663 "log",
4664 "lsp",
4665 "node_runtime",
4666 "parking_lot",
4667 "paths",
4668 "project",
4669 "release_channel",
4670 "remote",
4671 "reqwest_client",
4672 "schemars",
4673 "semantic_version",
4674 "serde",
4675 "serde_json",
4676 "serde_json_lenient",
4677 "settings",
4678 "task",
4679 "telemetry",
4680 "tempfile",
4681 "theme",
4682 "theme_extension",
4683 "toml 0.8.20",
4684 "url",
4685 "util",
4686 "wasmparser 0.221.3",
4687 "wasmtime",
4688 "wasmtime-wasi",
4689]
4690
4691[[package]]
4692name = "extensions_ui"
4693version = "0.1.0"
4694dependencies = [
4695 "anyhow",
4696 "client",
4697 "collections",
4698 "db",
4699 "editor",
4700 "extension_host",
4701 "feature_flags",
4702 "fs",
4703 "fuzzy",
4704 "gpui",
4705 "language",
4706 "num-format",
4707 "picker",
4708 "project",
4709 "release_channel",
4710 "semantic_version",
4711 "serde",
4712 "settings",
4713 "smallvec",
4714 "telemetry",
4715 "theme",
4716 "ui",
4717 "util",
4718 "vim_mode_setting",
4719 "workspace",
4720 "zed_actions",
4721]
4722
4723[[package]]
4724name = "fallible-iterator"
4725version = "0.3.0"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4728
4729[[package]]
4730name = "fancy-regex"
4731version = "0.13.0"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4734dependencies = [
4735 "bit-set 0.5.3",
4736 "regex-automata 0.4.9",
4737 "regex-syntax 0.8.5",
4738]
4739
4740[[package]]
4741name = "fancy-regex"
4742version = "0.14.0"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4745dependencies = [
4746 "bit-set 0.8.0",
4747 "regex-automata 0.4.9",
4748 "regex-syntax 0.8.5",
4749]
4750
4751[[package]]
4752name = "fast-srgb8"
4753version = "1.0.0"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4756
4757[[package]]
4758name = "fastrand"
4759version = "1.9.0"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4762dependencies = [
4763 "instant",
4764]
4765
4766[[package]]
4767name = "fastrand"
4768version = "2.3.0"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4771
4772[[package]]
4773name = "fd-lock"
4774version = "4.0.2"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4777dependencies = [
4778 "cfg-if",
4779 "rustix",
4780 "windows-sys 0.52.0",
4781]
4782
4783[[package]]
4784name = "fdeflate"
4785version = "0.3.7"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4788dependencies = [
4789 "simd-adler32",
4790]
4791
4792[[package]]
4793name = "feature_flags"
4794version = "0.1.0"
4795dependencies = [
4796 "futures 0.3.31",
4797 "gpui",
4798 "smol",
4799]
4800
4801[[package]]
4802name = "feedback"
4803version = "0.1.0"
4804dependencies = [
4805 "anyhow",
4806 "bitflags 2.8.0",
4807 "client",
4808 "db",
4809 "editor",
4810 "futures 0.3.31",
4811 "gpui",
4812 "http_client",
4813 "human_bytes",
4814 "language",
4815 "log",
4816 "menu",
4817 "project",
4818 "regex",
4819 "release_channel",
4820 "serde",
4821 "serde_derive",
4822 "serde_json",
4823 "smol",
4824 "sysinfo",
4825 "ui",
4826 "urlencoding",
4827 "util",
4828 "workspace",
4829 "zed_actions",
4830]
4831
4832[[package]]
4833name = "ff"
4834version = "0.12.1"
4835source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4837dependencies = [
4838 "rand_core 0.6.4",
4839 "subtle",
4840]
4841
4842[[package]]
4843name = "file_finder"
4844version = "0.1.0"
4845dependencies = [
4846 "anyhow",
4847 "collections",
4848 "ctor",
4849 "editor",
4850 "env_logger 0.11.7",
4851 "file_icons",
4852 "futures 0.3.31",
4853 "fuzzy",
4854 "gpui",
4855 "language",
4856 "menu",
4857 "picker",
4858 "project",
4859 "schemars",
4860 "serde",
4861 "serde_derive",
4862 "serde_json",
4863 "settings",
4864 "text",
4865 "theme",
4866 "ui",
4867 "util",
4868 "workspace",
4869]
4870
4871[[package]]
4872name = "file_icons"
4873version = "0.1.0"
4874dependencies = [
4875 "gpui",
4876 "serde",
4877 "settings",
4878 "theme",
4879 "util",
4880]
4881
4882[[package]]
4883name = "filedescriptor"
4884version = "0.8.3"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4887dependencies = [
4888 "libc",
4889 "thiserror 1.0.69",
4890 "winapi",
4891]
4892
4893[[package]]
4894name = "filetime"
4895version = "0.2.25"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4898dependencies = [
4899 "cfg-if",
4900 "libc",
4901 "libredox",
4902 "windows-sys 0.59.0",
4903]
4904
4905[[package]]
4906name = "fixedbitset"
4907version = "0.4.2"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4910
4911[[package]]
4912name = "flate2"
4913version = "1.0.35"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4916dependencies = [
4917 "crc32fast",
4918 "miniz_oxide",
4919]
4920
4921[[package]]
4922name = "float-cmp"
4923version = "0.9.0"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4926
4927[[package]]
4928name = "float-ord"
4929version = "0.3.2"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4932
4933[[package]]
4934name = "float_next_after"
4935version = "1.0.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4938
4939[[package]]
4940name = "flume"
4941version = "0.11.1"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4944dependencies = [
4945 "futures-core",
4946 "futures-sink",
4947 "nanorand",
4948 "spin",
4949]
4950
4951[[package]]
4952name = "fnv"
4953version = "1.0.7"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4956
4957[[package]]
4958name = "foldhash"
4959version = "0.1.3"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4962
4963[[package]]
4964name = "font-kit"
4965version = "0.14.1"
4966source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4967dependencies = [
4968 "bitflags 2.8.0",
4969 "byteorder",
4970 "core-foundation 0.9.4",
4971 "core-graphics 0.23.2",
4972 "core-text",
4973 "dirs 5.0.1",
4974 "dwrote",
4975 "float-ord",
4976 "freetype-sys",
4977 "lazy_static",
4978 "libc",
4979 "log",
4980 "pathfinder_geometry",
4981 "pathfinder_simd",
4982 "walkdir",
4983 "winapi",
4984 "yeslogic-fontconfig-sys",
4985]
4986
4987[[package]]
4988name = "font-types"
4989version = "0.7.3"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4992dependencies = [
4993 "bytemuck",
4994]
4995
4996[[package]]
4997name = "fontconfig-parser"
4998version = "0.5.7"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5001dependencies = [
5002 "roxmltree",
5003]
5004
5005[[package]]
5006name = "fontdb"
5007version = "0.18.0"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5010dependencies = [
5011 "fontconfig-parser",
5012 "log",
5013 "memmap2",
5014 "slotmap",
5015 "tinyvec",
5016 "ttf-parser 0.21.1",
5017]
5018
5019[[package]]
5020name = "fontdb"
5021version = "0.23.0"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5024dependencies = [
5025 "fontconfig-parser",
5026 "log",
5027 "memmap2",
5028 "slotmap",
5029 "tinyvec",
5030 "ttf-parser 0.25.1",
5031]
5032
5033[[package]]
5034name = "foreign-types"
5035version = "0.3.2"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5038dependencies = [
5039 "foreign-types-shared 0.1.1",
5040]
5041
5042[[package]]
5043name = "foreign-types"
5044version = "0.5.0"
5045source = "registry+https://github.com/rust-lang/crates.io-index"
5046checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5047dependencies = [
5048 "foreign-types-macros",
5049 "foreign-types-shared 0.3.1",
5050]
5051
5052[[package]]
5053name = "foreign-types-macros"
5054version = "0.2.3"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5057dependencies = [
5058 "proc-macro2",
5059 "quote",
5060 "syn 2.0.100",
5061]
5062
5063[[package]]
5064name = "foreign-types-shared"
5065version = "0.1.1"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5068
5069[[package]]
5070name = "foreign-types-shared"
5071version = "0.3.1"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5074
5075[[package]]
5076name = "fork"
5077version = "0.2.0"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5080dependencies = [
5081 "libc",
5082]
5083
5084[[package]]
5085name = "form_urlencoded"
5086version = "1.2.1"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5089dependencies = [
5090 "percent-encoding",
5091]
5092
5093[[package]]
5094name = "freetype-sys"
5095version = "0.20.1"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5098dependencies = [
5099 "cc",
5100 "libc",
5101 "pkg-config",
5102]
5103
5104[[package]]
5105name = "fs"
5106version = "0.1.0"
5107dependencies = [
5108 "anyhow",
5109 "ashpd",
5110 "async-tar",
5111 "async-trait",
5112 "cocoa 0.26.0",
5113 "collections",
5114 "fsevent",
5115 "futures 0.3.31",
5116 "git",
5117 "git2",
5118 "gpui",
5119 "libc",
5120 "log",
5121 "notify 6.1.1",
5122 "objc",
5123 "parking_lot",
5124 "paths",
5125 "proto",
5126 "rope",
5127 "serde",
5128 "serde_json",
5129 "smol",
5130 "tempfile",
5131 "text",
5132 "time",
5133 "util",
5134 "windows 0.60.0",
5135]
5136
5137[[package]]
5138name = "fs-set-times"
5139version = "0.20.2"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5142dependencies = [
5143 "io-lifetimes",
5144 "rustix",
5145 "windows-sys 0.59.0",
5146]
5147
5148[[package]]
5149name = "fs2"
5150version = "0.4.3"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5153dependencies = [
5154 "libc",
5155 "winapi",
5156]
5157
5158[[package]]
5159name = "fs_extra"
5160version = "1.3.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5163
5164[[package]]
5165name = "fsevent"
5166version = "0.1.0"
5167dependencies = [
5168 "bitflags 2.8.0",
5169 "core-foundation 0.9.4",
5170 "fsevent-sys 3.1.0",
5171 "parking_lot",
5172 "tempfile",
5173]
5174
5175[[package]]
5176name = "fsevent-sys"
5177version = "3.1.0"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5180dependencies = [
5181 "libc",
5182]
5183
5184[[package]]
5185name = "fsevent-sys"
5186version = "4.1.0"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5189dependencies = [
5190 "libc",
5191]
5192
5193[[package]]
5194name = "funty"
5195version = "2.0.0"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5198
5199[[package]]
5200name = "futf"
5201version = "0.1.5"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5204dependencies = [
5205 "mac",
5206 "new_debug_unreachable",
5207]
5208
5209[[package]]
5210name = "futures"
5211version = "0.1.31"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5214
5215[[package]]
5216name = "futures"
5217version = "0.3.31"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5220dependencies = [
5221 "futures-channel",
5222 "futures-core",
5223 "futures-executor",
5224 "futures-io",
5225 "futures-sink",
5226 "futures-task",
5227 "futures-util",
5228]
5229
5230[[package]]
5231name = "futures-batch"
5232version = "0.6.1"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5235dependencies = [
5236 "futures 0.3.31",
5237 "futures-timer",
5238 "pin-utils",
5239]
5240
5241[[package]]
5242name = "futures-channel"
5243version = "0.3.31"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5246dependencies = [
5247 "futures-core",
5248 "futures-sink",
5249]
5250
5251[[package]]
5252name = "futures-core"
5253version = "0.3.31"
5254source = "registry+https://github.com/rust-lang/crates.io-index"
5255checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5256
5257[[package]]
5258name = "futures-executor"
5259version = "0.3.31"
5260source = "registry+https://github.com/rust-lang/crates.io-index"
5261checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5262dependencies = [
5263 "futures-core",
5264 "futures-task",
5265 "futures-util",
5266]
5267
5268[[package]]
5269name = "futures-intrusive"
5270version = "0.5.0"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5273dependencies = [
5274 "futures-core",
5275 "lock_api",
5276 "parking_lot",
5277]
5278
5279[[package]]
5280name = "futures-io"
5281version = "0.3.31"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5284
5285[[package]]
5286name = "futures-lite"
5287version = "1.13.0"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5290dependencies = [
5291 "fastrand 1.9.0",
5292 "futures-core",
5293 "futures-io",
5294 "memchr",
5295 "parking",
5296 "pin-project-lite",
5297 "waker-fn",
5298]
5299
5300[[package]]
5301name = "futures-lite"
5302version = "2.6.0"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5305dependencies = [
5306 "fastrand 2.3.0",
5307 "futures-core",
5308 "futures-io",
5309 "parking",
5310 "pin-project-lite",
5311]
5312
5313[[package]]
5314name = "futures-macro"
5315version = "0.3.31"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5318dependencies = [
5319 "proc-macro2",
5320 "quote",
5321 "syn 2.0.100",
5322]
5323
5324[[package]]
5325name = "futures-sink"
5326version = "0.3.31"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5329
5330[[package]]
5331name = "futures-task"
5332version = "0.3.31"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5335
5336[[package]]
5337name = "futures-timer"
5338version = "3.0.3"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5341
5342[[package]]
5343name = "futures-util"
5344version = "0.3.31"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5347dependencies = [
5348 "futures 0.1.31",
5349 "futures-channel",
5350 "futures-core",
5351 "futures-io",
5352 "futures-macro",
5353 "futures-sink",
5354 "futures-task",
5355 "memchr",
5356 "pin-project-lite",
5357 "pin-utils",
5358 "slab",
5359 "tokio-io",
5360]
5361
5362[[package]]
5363name = "fuzzy"
5364version = "0.1.0"
5365dependencies = [
5366 "gpui",
5367 "log",
5368 "util",
5369]
5370
5371[[package]]
5372name = "fuzzy-matcher"
5373version = "0.3.7"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5376dependencies = [
5377 "thread_local",
5378]
5379
5380[[package]]
5381name = "generic-array"
5382version = "0.14.7"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5385dependencies = [
5386 "typenum",
5387 "version_check",
5388]
5389
5390[[package]]
5391name = "gethostname"
5392version = "0.4.3"
5393source = "registry+https://github.com/rust-lang/crates.io-index"
5394checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5395dependencies = [
5396 "libc",
5397 "windows-targets 0.48.5",
5398]
5399
5400[[package]]
5401name = "getrandom"
5402version = "0.1.16"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5405dependencies = [
5406 "cfg-if",
5407 "libc",
5408 "wasi 0.9.0+wasi-snapshot-preview1",
5409]
5410
5411[[package]]
5412name = "getrandom"
5413version = "0.2.15"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5416dependencies = [
5417 "cfg-if",
5418 "js-sys",
5419 "libc",
5420 "wasi 0.11.0+wasi-snapshot-preview1",
5421 "wasm-bindgen",
5422]
5423
5424[[package]]
5425name = "getrandom"
5426version = "0.3.1"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5429dependencies = [
5430 "cfg-if",
5431 "libc",
5432 "wasi 0.13.3+wasi-0.2.2",
5433 "windows-targets 0.52.6",
5434]
5435
5436[[package]]
5437name = "gif"
5438version = "0.13.1"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5441dependencies = [
5442 "color_quant",
5443 "weezl",
5444]
5445
5446[[package]]
5447name = "gimli"
5448version = "0.31.1"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5451dependencies = [
5452 "fallible-iterator",
5453 "indexmap",
5454 "stable_deref_trait",
5455]
5456
5457[[package]]
5458name = "git"
5459version = "0.1.0"
5460dependencies = [
5461 "anyhow",
5462 "askpass",
5463 "async-trait",
5464 "collections",
5465 "derive_more",
5466 "futures 0.3.31",
5467 "git2",
5468 "gpui",
5469 "http_client",
5470 "log",
5471 "parking_lot",
5472 "pretty_assertions",
5473 "regex",
5474 "rope",
5475 "schemars",
5476 "serde",
5477 "serde_json",
5478 "smol",
5479 "sum_tree",
5480 "text",
5481 "time",
5482 "unindent",
5483 "url",
5484 "util",
5485]
5486
5487[[package]]
5488name = "git2"
5489version = "0.20.1"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
5492dependencies = [
5493 "bitflags 2.8.0",
5494 "libc",
5495 "libgit2-sys",
5496 "log",
5497 "url",
5498]
5499
5500[[package]]
5501name = "git_hosting_providers"
5502version = "0.1.0"
5503dependencies = [
5504 "anyhow",
5505 "async-trait",
5506 "futures 0.3.31",
5507 "git",
5508 "gpui",
5509 "http_client",
5510 "indoc",
5511 "pretty_assertions",
5512 "regex",
5513 "schemars",
5514 "serde",
5515 "serde_json",
5516 "settings",
5517 "url",
5518 "util",
5519]
5520
5521[[package]]
5522name = "git_ui"
5523version = "0.1.0"
5524dependencies = [
5525 "anyhow",
5526 "askpass",
5527 "assistant_settings",
5528 "buffer_diff",
5529 "chrono",
5530 "collections",
5531 "command_palette_hooks",
5532 "component",
5533 "ctor",
5534 "db",
5535 "editor",
5536 "env_logger 0.11.7",
5537 "futures 0.3.31",
5538 "fuzzy",
5539 "git",
5540 "gpui",
5541 "itertools 0.14.0",
5542 "language",
5543 "language_model",
5544 "linkify",
5545 "linkme",
5546 "log",
5547 "menu",
5548 "multi_buffer",
5549 "notifications",
5550 "panel",
5551 "picker",
5552 "postage",
5553 "pretty_assertions",
5554 "project",
5555 "schemars",
5556 "serde",
5557 "serde_derive",
5558 "serde_json",
5559 "settings",
5560 "smallvec",
5561 "strum",
5562 "telemetry",
5563 "theme",
5564 "time",
5565 "time_format",
5566 "ui",
5567 "unindent",
5568 "util",
5569 "windows 0.60.0",
5570 "workspace",
5571 "zed_actions",
5572]
5573
5574[[package]]
5575name = "glob"
5576version = "0.3.1"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5579
5580[[package]]
5581name = "globset"
5582version = "0.4.16"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5585dependencies = [
5586 "aho-corasick",
5587 "bstr",
5588 "log",
5589 "regex-automata 0.4.9",
5590 "regex-syntax 0.8.5",
5591]
5592
5593[[package]]
5594name = "gloo-timers"
5595version = "0.3.0"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5598dependencies = [
5599 "futures-channel",
5600 "futures-core",
5601 "js-sys",
5602 "wasm-bindgen",
5603]
5604
5605[[package]]
5606name = "glow"
5607version = "0.14.2"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5610dependencies = [
5611 "js-sys",
5612 "slotmap",
5613 "wasm-bindgen",
5614 "web-sys",
5615]
5616
5617[[package]]
5618name = "go_to_line"
5619version = "0.1.0"
5620dependencies = [
5621 "anyhow",
5622 "editor",
5623 "gpui",
5624 "indoc",
5625 "language",
5626 "menu",
5627 "project",
5628 "rope",
5629 "schemars",
5630 "serde",
5631 "serde_json",
5632 "settings",
5633 "text",
5634 "theme",
5635 "tree-sitter-rust",
5636 "tree-sitter-typescript",
5637 "ui",
5638 "util",
5639 "workspace",
5640]
5641
5642[[package]]
5643name = "google_ai"
5644version = "0.1.0"
5645dependencies = [
5646 "anyhow",
5647 "futures 0.3.31",
5648 "http_client",
5649 "schemars",
5650 "serde",
5651 "serde_json",
5652 "strum",
5653]
5654
5655[[package]]
5656name = "gpu-alloc"
5657version = "0.6.0"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5660dependencies = [
5661 "bitflags 2.8.0",
5662 "gpu-alloc-types",
5663]
5664
5665[[package]]
5666name = "gpu-alloc-ash"
5667version = "0.7.0"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5670dependencies = [
5671 "ash",
5672 "gpu-alloc-types",
5673 "tinyvec",
5674]
5675
5676[[package]]
5677name = "gpu-alloc-types"
5678version = "0.3.0"
5679source = "registry+https://github.com/rust-lang/crates.io-index"
5680checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5681dependencies = [
5682 "bitflags 2.8.0",
5683]
5684
5685[[package]]
5686name = "gpui"
5687version = "0.1.0"
5688dependencies = [
5689 "anyhow",
5690 "as-raw-xcb-connection",
5691 "ashpd",
5692 "async-task",
5693 "backtrace",
5694 "bindgen 0.70.1",
5695 "blade-graphics",
5696 "blade-macros",
5697 "blade-util",
5698 "block",
5699 "bytemuck",
5700 "calloop",
5701 "calloop-wayland-source",
5702 "cbindgen 0.28.0",
5703 "cocoa 0.26.0",
5704 "collections",
5705 "core-foundation 0.9.4",
5706 "core-foundation-sys",
5707 "core-graphics 0.23.2",
5708 "core-text",
5709 "cosmic-text",
5710 "ctor",
5711 "derive_more",
5712 "embed-resource",
5713 "env_logger 0.11.7",
5714 "etagere",
5715 "filedescriptor",
5716 "flume",
5717 "font-kit",
5718 "foreign-types 0.5.0",
5719 "futures 0.3.31",
5720 "gpui_macros",
5721 "http_client",
5722 "image",
5723 "inventory",
5724 "itertools 0.14.0",
5725 "log",
5726 "lyon",
5727 "media",
5728 "metal",
5729 "naga",
5730 "num_cpus",
5731 "objc",
5732 "objc2",
5733 "objc2-metal",
5734 "oo7",
5735 "open",
5736 "parking",
5737 "parking_lot",
5738 "pathfinder_geometry",
5739 "postage",
5740 "profiling",
5741 "rand 0.8.5",
5742 "raw-window-handle",
5743 "refineable",
5744 "reqwest_client",
5745 "resvg",
5746 "schemars",
5747 "seahash",
5748 "semantic_version",
5749 "serde",
5750 "serde_derive",
5751 "serde_json",
5752 "slotmap",
5753 "smallvec",
5754 "smol",
5755 "strum",
5756 "sum_tree",
5757 "taffy",
5758 "thiserror 1.0.69",
5759 "unicode-segmentation",
5760 "usvg",
5761 "util",
5762 "uuid",
5763 "waker-fn",
5764 "wayland-backend",
5765 "wayland-client",
5766 "wayland-cursor",
5767 "wayland-protocols",
5768 "wayland-protocols-plasma",
5769 "windows 0.60.0",
5770 "windows-core 0.60.1",
5771 "x11-clipboard",
5772 "x11rb",
5773 "xim",
5774 "xkbcommon",
5775]
5776
5777[[package]]
5778name = "gpui_macros"
5779version = "0.1.0"
5780dependencies = [
5781 "gpui",
5782 "proc-macro2",
5783 "quote",
5784 "syn 1.0.109",
5785]
5786
5787[[package]]
5788name = "gpui_tokio"
5789version = "0.1.0"
5790dependencies = [
5791 "gpui",
5792 "tokio",
5793 "util",
5794]
5795
5796[[package]]
5797name = "grid"
5798version = "0.13.0"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5801
5802[[package]]
5803name = "group"
5804version = "0.12.1"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5807dependencies = [
5808 "ff",
5809 "rand_core 0.6.4",
5810 "subtle",
5811]
5812
5813[[package]]
5814name = "h2"
5815version = "0.3.26"
5816source = "registry+https://github.com/rust-lang/crates.io-index"
5817checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5818dependencies = [
5819 "bytes 1.10.1",
5820 "fnv",
5821 "futures-core",
5822 "futures-sink",
5823 "futures-util",
5824 "http 0.2.12",
5825 "indexmap",
5826 "slab",
5827 "tokio",
5828 "tokio-util",
5829 "tracing",
5830]
5831
5832[[package]]
5833name = "h2"
5834version = "0.4.7"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5837dependencies = [
5838 "atomic-waker",
5839 "bytes 1.10.1",
5840 "fnv",
5841 "futures-core",
5842 "futures-sink",
5843 "http 1.2.0",
5844 "indexmap",
5845 "slab",
5846 "tokio",
5847 "tokio-util",
5848 "tracing",
5849]
5850
5851[[package]]
5852name = "half"
5853version = "2.4.1"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5856dependencies = [
5857 "cfg-if",
5858 "crunchy",
5859]
5860
5861[[package]]
5862name = "handlebars"
5863version = "4.5.0"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5866dependencies = [
5867 "log",
5868 "pest",
5869 "pest_derive",
5870 "serde",
5871 "serde_json",
5872 "thiserror 1.0.69",
5873]
5874
5875[[package]]
5876name = "handlebars"
5877version = "6.2.0"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5880dependencies = [
5881 "log",
5882 "num-order",
5883 "pest",
5884 "pest_derive",
5885 "serde",
5886 "serde_json",
5887 "thiserror 1.0.69",
5888]
5889
5890[[package]]
5891name = "hashbrown"
5892version = "0.12.3"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5895dependencies = [
5896 "ahash 0.7.8",
5897]
5898
5899[[package]]
5900name = "hashbrown"
5901version = "0.14.5"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5904dependencies = [
5905 "ahash 0.8.11",
5906 "allocator-api2",
5907]
5908
5909[[package]]
5910name = "hashbrown"
5911version = "0.15.2"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5914dependencies = [
5915 "allocator-api2",
5916 "equivalent",
5917 "foldhash",
5918 "serde",
5919]
5920
5921[[package]]
5922name = "hashlink"
5923version = "0.8.4"
5924source = "registry+https://github.com/rust-lang/crates.io-index"
5925checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5926dependencies = [
5927 "hashbrown 0.14.5",
5928]
5929
5930[[package]]
5931name = "hashlink"
5932version = "0.10.0"
5933source = "registry+https://github.com/rust-lang/crates.io-index"
5934checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5935dependencies = [
5936 "hashbrown 0.15.2",
5937]
5938
5939[[package]]
5940name = "headers"
5941version = "0.3.9"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5944dependencies = [
5945 "base64 0.21.7",
5946 "bytes 1.10.1",
5947 "headers-core",
5948 "http 0.2.12",
5949 "httpdate",
5950 "mime",
5951 "sha1",
5952]
5953
5954[[package]]
5955name = "headers-core"
5956version = "0.2.0"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5959dependencies = [
5960 "http 0.2.12",
5961]
5962
5963[[package]]
5964name = "heck"
5965version = "0.3.3"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5968dependencies = [
5969 "unicode-segmentation",
5970]
5971
5972[[package]]
5973name = "heck"
5974version = "0.4.1"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5977dependencies = [
5978 "unicode-segmentation",
5979]
5980
5981[[package]]
5982name = "heck"
5983version = "0.5.0"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5986
5987[[package]]
5988name = "heed"
5989version = "0.21.0"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5992dependencies = [
5993 "bitflags 2.8.0",
5994 "byteorder",
5995 "heed-traits",
5996 "heed-types",
5997 "libc",
5998 "lmdb-master-sys",
5999 "once_cell",
6000 "page_size",
6001 "serde",
6002 "synchronoise",
6003 "url",
6004]
6005
6006[[package]]
6007name = "heed-traits"
6008version = "0.20.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6011
6012[[package]]
6013name = "heed-types"
6014version = "0.21.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6017dependencies = [
6018 "bincode",
6019 "byteorder",
6020 "heed-traits",
6021 "serde",
6022 "serde_json",
6023]
6024
6025[[package]]
6026name = "hermit-abi"
6027version = "0.3.9"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6030
6031[[package]]
6032name = "hermit-abi"
6033version = "0.4.0"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6036
6037[[package]]
6038name = "hex"
6039version = "0.4.3"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6042
6043[[package]]
6044name = "hexf-parse"
6045version = "0.2.1"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6048
6049[[package]]
6050name = "hidden-trait"
6051version = "0.1.2"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6054dependencies = [
6055 "proc-macro2",
6056 "quote",
6057 "syn 1.0.109",
6058]
6059
6060[[package]]
6061name = "hkdf"
6062version = "0.12.4"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6065dependencies = [
6066 "hmac",
6067]
6068
6069[[package]]
6070name = "hmac"
6071version = "0.12.1"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6074dependencies = [
6075 "digest",
6076]
6077
6078[[package]]
6079name = "home"
6080version = "0.5.9"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6083dependencies = [
6084 "windows-sys 0.52.0",
6085]
6086
6087[[package]]
6088name = "hound"
6089version = "3.5.1"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6092
6093[[package]]
6094name = "html5ever"
6095version = "0.27.0"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6098dependencies = [
6099 "log",
6100 "mac",
6101 "markup5ever",
6102 "proc-macro2",
6103 "quote",
6104 "syn 2.0.100",
6105]
6106
6107[[package]]
6108name = "html_to_markdown"
6109version = "0.1.0"
6110dependencies = [
6111 "anyhow",
6112 "html5ever",
6113 "indoc",
6114 "markup5ever_rcdom",
6115 "pretty_assertions",
6116 "regex",
6117]
6118
6119[[package]]
6120name = "http"
6121version = "0.2.12"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6124dependencies = [
6125 "bytes 1.10.1",
6126 "fnv",
6127 "itoa",
6128]
6129
6130[[package]]
6131name = "http"
6132version = "1.2.0"
6133source = "registry+https://github.com/rust-lang/crates.io-index"
6134checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6135dependencies = [
6136 "bytes 1.10.1",
6137 "fnv",
6138 "itoa",
6139]
6140
6141[[package]]
6142name = "http-body"
6143version = "0.4.6"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6146dependencies = [
6147 "bytes 1.10.1",
6148 "http 0.2.12",
6149 "pin-project-lite",
6150]
6151
6152[[package]]
6153name = "http-body"
6154version = "1.0.1"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6157dependencies = [
6158 "bytes 1.10.1",
6159 "http 1.2.0",
6160]
6161
6162[[package]]
6163name = "http-body-util"
6164version = "0.1.2"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6167dependencies = [
6168 "bytes 1.10.1",
6169 "futures-util",
6170 "http 1.2.0",
6171 "http-body 1.0.1",
6172 "pin-project-lite",
6173]
6174
6175[[package]]
6176name = "http-range-header"
6177version = "0.3.1"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6180
6181[[package]]
6182name = "http-types"
6183version = "2.12.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6186dependencies = [
6187 "anyhow",
6188 "async-channel 1.9.0",
6189 "base64 0.13.1",
6190 "futures-lite 1.13.0",
6191 "http 0.2.12",
6192 "infer",
6193 "pin-project-lite",
6194 "rand 0.7.3",
6195 "serde",
6196 "serde_json",
6197 "serde_qs 0.8.5",
6198 "serde_urlencoded",
6199 "url",
6200]
6201
6202[[package]]
6203name = "http_client"
6204version = "0.1.0"
6205dependencies = [
6206 "anyhow",
6207 "bytes 1.10.1",
6208 "derive_more",
6209 "futures 0.3.31",
6210 "http 1.2.0",
6211 "log",
6212 "serde",
6213 "serde_json",
6214 "url",
6215]
6216
6217[[package]]
6218name = "http_client_tls"
6219version = "0.1.0"
6220dependencies = [
6221 "rustls 0.23.23",
6222 "rustls-platform-verifier",
6223]
6224
6225[[package]]
6226name = "httparse"
6227version = "1.9.5"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6230
6231[[package]]
6232name = "httpdate"
6233version = "1.0.3"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6236
6237[[package]]
6238name = "human_bytes"
6239version = "0.4.3"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6242
6243[[package]]
6244name = "humantime"
6245version = "2.1.0"
6246source = "registry+https://github.com/rust-lang/crates.io-index"
6247checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6248
6249[[package]]
6250name = "hyper"
6251version = "0.14.32"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6254dependencies = [
6255 "bytes 1.10.1",
6256 "futures-channel",
6257 "futures-core",
6258 "futures-util",
6259 "h2 0.3.26",
6260 "http 0.2.12",
6261 "http-body 0.4.6",
6262 "httparse",
6263 "httpdate",
6264 "itoa",
6265 "pin-project-lite",
6266 "socket2",
6267 "tokio",
6268 "tower-service",
6269 "tracing",
6270 "want",
6271]
6272
6273[[package]]
6274name = "hyper"
6275version = "1.5.1"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6278dependencies = [
6279 "bytes 1.10.1",
6280 "futures-channel",
6281 "futures-util",
6282 "h2 0.4.7",
6283 "http 1.2.0",
6284 "http-body 1.0.1",
6285 "httparse",
6286 "itoa",
6287 "pin-project-lite",
6288 "smallvec",
6289 "tokio",
6290 "want",
6291]
6292
6293[[package]]
6294name = "hyper-rustls"
6295version = "0.24.2"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6298dependencies = [
6299 "futures-util",
6300 "http 0.2.12",
6301 "hyper 0.14.32",
6302 "log",
6303 "rustls 0.21.12",
6304 "rustls-native-certs 0.6.3",
6305 "tokio",
6306 "tokio-rustls 0.24.1",
6307]
6308
6309[[package]]
6310name = "hyper-rustls"
6311version = "0.27.3"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6314dependencies = [
6315 "futures-util",
6316 "http 1.2.0",
6317 "hyper 1.5.1",
6318 "hyper-util",
6319 "rustls 0.23.23",
6320 "rustls-native-certs 0.8.1",
6321 "rustls-pki-types",
6322 "tokio",
6323 "tokio-rustls 0.26.1",
6324 "tower-service",
6325]
6326
6327[[package]]
6328name = "hyper-tls"
6329version = "0.5.0"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6332dependencies = [
6333 "bytes 1.10.1",
6334 "hyper 0.14.32",
6335 "native-tls",
6336 "tokio",
6337 "tokio-native-tls",
6338]
6339
6340[[package]]
6341name = "hyper-util"
6342version = "0.1.10"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6345dependencies = [
6346 "bytes 1.10.1",
6347 "futures-channel",
6348 "futures-util",
6349 "http 1.2.0",
6350 "http-body 1.0.1",
6351 "hyper 1.5.1",
6352 "pin-project-lite",
6353 "socket2",
6354 "tokio",
6355 "tower-service",
6356 "tracing",
6357]
6358
6359[[package]]
6360name = "iana-time-zone"
6361version = "0.1.61"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6364dependencies = [
6365 "android_system_properties",
6366 "core-foundation-sys",
6367 "iana-time-zone-haiku",
6368 "js-sys",
6369 "wasm-bindgen",
6370 "windows-core 0.52.0",
6371]
6372
6373[[package]]
6374name = "iana-time-zone-haiku"
6375version = "0.1.2"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6378dependencies = [
6379 "cc",
6380]
6381
6382[[package]]
6383name = "icu_collections"
6384version = "1.5.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6387dependencies = [
6388 "displaydoc",
6389 "yoke",
6390 "zerofrom",
6391 "zerovec",
6392]
6393
6394[[package]]
6395name = "icu_locid"
6396version = "1.5.0"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6399dependencies = [
6400 "displaydoc",
6401 "litemap",
6402 "tinystr",
6403 "writeable",
6404 "zerovec",
6405]
6406
6407[[package]]
6408name = "icu_locid_transform"
6409version = "1.5.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6412dependencies = [
6413 "displaydoc",
6414 "icu_locid",
6415 "icu_locid_transform_data",
6416 "icu_provider",
6417 "tinystr",
6418 "zerovec",
6419]
6420
6421[[package]]
6422name = "icu_locid_transform_data"
6423version = "1.5.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6426
6427[[package]]
6428name = "icu_normalizer"
6429version = "1.5.0"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6432dependencies = [
6433 "displaydoc",
6434 "icu_collections",
6435 "icu_normalizer_data",
6436 "icu_properties",
6437 "icu_provider",
6438 "smallvec",
6439 "utf16_iter",
6440 "utf8_iter",
6441 "write16",
6442 "zerovec",
6443]
6444
6445[[package]]
6446name = "icu_normalizer_data"
6447version = "1.5.0"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6450
6451[[package]]
6452name = "icu_properties"
6453version = "1.5.1"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6456dependencies = [
6457 "displaydoc",
6458 "icu_collections",
6459 "icu_locid_transform",
6460 "icu_properties_data",
6461 "icu_provider",
6462 "tinystr",
6463 "zerovec",
6464]
6465
6466[[package]]
6467name = "icu_properties_data"
6468version = "1.5.0"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6471
6472[[package]]
6473name = "icu_provider"
6474version = "1.5.0"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6477dependencies = [
6478 "displaydoc",
6479 "icu_locid",
6480 "icu_provider_macros",
6481 "stable_deref_trait",
6482 "tinystr",
6483 "writeable",
6484 "yoke",
6485 "zerofrom",
6486 "zerovec",
6487]
6488
6489[[package]]
6490name = "icu_provider_macros"
6491version = "1.5.0"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6494dependencies = [
6495 "proc-macro2",
6496 "quote",
6497 "syn 2.0.100",
6498]
6499
6500[[package]]
6501name = "id-arena"
6502version = "2.2.1"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6505
6506[[package]]
6507name = "idna"
6508version = "1.0.3"
6509source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6511dependencies = [
6512 "idna_adapter",
6513 "smallvec",
6514 "utf8_iter",
6515]
6516
6517[[package]]
6518name = "idna_adapter"
6519version = "1.2.0"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6522dependencies = [
6523 "icu_normalizer",
6524 "icu_properties",
6525]
6526
6527[[package]]
6528name = "ignore"
6529version = "0.4.23"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6532dependencies = [
6533 "crossbeam-deque",
6534 "globset",
6535 "log",
6536 "memchr",
6537 "regex-automata 0.4.9",
6538 "same-file",
6539 "walkdir",
6540 "winapi-util",
6541]
6542
6543[[package]]
6544name = "image"
6545version = "0.25.5"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6548dependencies = [
6549 "bytemuck",
6550 "byteorder-lite",
6551 "color_quant",
6552 "exr",
6553 "gif",
6554 "image-webp",
6555 "num-traits",
6556 "png",
6557 "qoi",
6558 "ravif",
6559 "rayon",
6560 "rgb",
6561 "tiff",
6562 "zune-core",
6563 "zune-jpeg",
6564]
6565
6566[[package]]
6567name = "image-webp"
6568version = "0.2.0"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6571dependencies = [
6572 "byteorder-lite",
6573 "quick-error",
6574]
6575
6576[[package]]
6577name = "image_viewer"
6578version = "0.1.0"
6579dependencies = [
6580 "anyhow",
6581 "db",
6582 "editor",
6583 "file_icons",
6584 "gpui",
6585 "project",
6586 "schemars",
6587 "serde",
6588 "settings",
6589 "theme",
6590 "ui",
6591 "util",
6592 "workspace",
6593]
6594
6595[[package]]
6596name = "imagesize"
6597version = "0.13.0"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6600
6601[[package]]
6602name = "imara-diff"
6603version = "0.1.8"
6604source = "registry+https://github.com/rust-lang/crates.io-index"
6605checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6606dependencies = [
6607 "hashbrown 0.15.2",
6608]
6609
6610[[package]]
6611name = "imgref"
6612version = "1.11.0"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6615
6616[[package]]
6617name = "indexed_docs"
6618version = "0.1.0"
6619dependencies = [
6620 "anyhow",
6621 "async-trait",
6622 "cargo_metadata",
6623 "collections",
6624 "derive_more",
6625 "extension",
6626 "fs",
6627 "futures 0.3.31",
6628 "fuzzy",
6629 "gpui",
6630 "heed",
6631 "html_to_markdown",
6632 "http_client",
6633 "indexmap",
6634 "indoc",
6635 "parking_lot",
6636 "paths",
6637 "pretty_assertions",
6638 "serde",
6639 "strum",
6640 "util",
6641]
6642
6643[[package]]
6644name = "indexmap"
6645version = "2.7.1"
6646source = "registry+https://github.com/rust-lang/crates.io-index"
6647checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6648dependencies = [
6649 "equivalent",
6650 "hashbrown 0.15.2",
6651 "serde",
6652]
6653
6654[[package]]
6655name = "indoc"
6656version = "2.0.6"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6659
6660[[package]]
6661name = "infer"
6662version = "0.2.3"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6665
6666[[package]]
6667name = "inherent"
6668version = "1.0.11"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6671dependencies = [
6672 "proc-macro2",
6673 "quote",
6674 "syn 2.0.100",
6675]
6676
6677[[package]]
6678name = "inline_completion"
6679version = "0.1.0"
6680dependencies = [
6681 "gpui",
6682 "language",
6683 "project",
6684]
6685
6686[[package]]
6687name = "inline_completion_button"
6688version = "0.1.0"
6689dependencies = [
6690 "anyhow",
6691 "client",
6692 "copilot",
6693 "editor",
6694 "feature_flags",
6695 "fs",
6696 "futures 0.3.31",
6697 "gpui",
6698 "indoc",
6699 "inline_completion",
6700 "language",
6701 "lsp",
6702 "paths",
6703 "project",
6704 "regex",
6705 "serde_json",
6706 "settings",
6707 "supermaven",
6708 "telemetry",
6709 "theme",
6710 "ui",
6711 "workspace",
6712 "zed_actions",
6713 "zeta",
6714]
6715
6716[[package]]
6717name = "inotify"
6718version = "0.9.6"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6721dependencies = [
6722 "bitflags 1.3.2",
6723 "inotify-sys",
6724 "libc",
6725]
6726
6727[[package]]
6728name = "inotify"
6729version = "0.11.0"
6730source = "registry+https://github.com/rust-lang/crates.io-index"
6731checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6732dependencies = [
6733 "bitflags 2.8.0",
6734 "inotify-sys",
6735 "libc",
6736]
6737
6738[[package]]
6739name = "inotify-sys"
6740version = "0.1.5"
6741source = "registry+https://github.com/rust-lang/crates.io-index"
6742checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6743dependencies = [
6744 "libc",
6745]
6746
6747[[package]]
6748name = "inout"
6749version = "0.1.3"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6752dependencies = [
6753 "block-padding",
6754 "generic-array",
6755]
6756
6757[[package]]
6758name = "install_cli"
6759version = "0.1.0"
6760dependencies = [
6761 "anyhow",
6762 "gpui",
6763 "smol",
6764 "util",
6765]
6766
6767[[package]]
6768name = "instant"
6769version = "0.1.13"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6772dependencies = [
6773 "cfg-if",
6774]
6775
6776[[package]]
6777name = "interpolate_name"
6778version = "0.2.4"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6781dependencies = [
6782 "proc-macro2",
6783 "quote",
6784 "syn 2.0.100",
6785]
6786
6787[[package]]
6788name = "inventory"
6789version = "0.3.20"
6790source = "registry+https://github.com/rust-lang/crates.io-index"
6791checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6792dependencies = [
6793 "rustversion",
6794]
6795
6796[[package]]
6797name = "io-extras"
6798version = "0.18.4"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6801dependencies = [
6802 "io-lifetimes",
6803 "windows-sys 0.59.0",
6804]
6805
6806[[package]]
6807name = "io-lifetimes"
6808version = "2.0.4"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6811
6812[[package]]
6813name = "iovec"
6814version = "0.1.4"
6815source = "registry+https://github.com/rust-lang/crates.io-index"
6816checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6817dependencies = [
6818 "libc",
6819]
6820
6821[[package]]
6822name = "ipc-channel"
6823version = "0.19.0"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6826dependencies = [
6827 "bincode",
6828 "crossbeam-channel",
6829 "fnv",
6830 "lazy_static",
6831 "libc",
6832 "mio 1.0.3",
6833 "rand 0.8.5",
6834 "serde",
6835 "tempfile",
6836 "uuid",
6837 "windows 0.58.0",
6838]
6839
6840[[package]]
6841name = "ipnet"
6842version = "2.10.1"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6845
6846[[package]]
6847name = "is-docker"
6848version = "0.2.0"
6849source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6851dependencies = [
6852 "once_cell",
6853]
6854
6855[[package]]
6856name = "is-terminal"
6857version = "0.4.13"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6860dependencies = [
6861 "hermit-abi 0.4.0",
6862 "libc",
6863 "windows-sys 0.52.0",
6864]
6865
6866[[package]]
6867name = "is-wsl"
6868version = "0.4.0"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6871dependencies = [
6872 "is-docker",
6873 "once_cell",
6874]
6875
6876[[package]]
6877name = "is_terminal_polyfill"
6878version = "1.70.1"
6879source = "registry+https://github.com/rust-lang/crates.io-index"
6880checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6881
6882[[package]]
6883name = "itertools"
6884version = "0.10.5"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6887dependencies = [
6888 "either",
6889]
6890
6891[[package]]
6892name = "itertools"
6893version = "0.11.0"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6896dependencies = [
6897 "either",
6898]
6899
6900[[package]]
6901name = "itertools"
6902version = "0.12.1"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6905dependencies = [
6906 "either",
6907]
6908
6909[[package]]
6910name = "itertools"
6911version = "0.14.0"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6914dependencies = [
6915 "either",
6916]
6917
6918[[package]]
6919name = "itoa"
6920version = "1.0.14"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6923
6924[[package]]
6925name = "jiff"
6926version = "0.2.4"
6927source = "registry+https://github.com/rust-lang/crates.io-index"
6928checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6929dependencies = [
6930 "jiff-static",
6931 "log",
6932 "portable-atomic",
6933 "portable-atomic-util",
6934 "serde",
6935]
6936
6937[[package]]
6938name = "jiff-static"
6939version = "0.2.4"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6942dependencies = [
6943 "proc-macro2",
6944 "quote",
6945 "syn 2.0.100",
6946]
6947
6948[[package]]
6949name = "jni"
6950version = "0.21.1"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6953dependencies = [
6954 "cesu8",
6955 "cfg-if",
6956 "combine",
6957 "jni-sys",
6958 "log",
6959 "thiserror 1.0.69",
6960 "walkdir",
6961 "windows-sys 0.45.0",
6962]
6963
6964[[package]]
6965name = "jni-sys"
6966version = "0.3.0"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6969
6970[[package]]
6971name = "jobserver"
6972version = "0.1.32"
6973source = "registry+https://github.com/rust-lang/crates.io-index"
6974checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6975dependencies = [
6976 "libc",
6977]
6978
6979[[package]]
6980name = "journal"
6981version = "0.1.0"
6982dependencies = [
6983 "anyhow",
6984 "chrono",
6985 "editor",
6986 "gpui",
6987 "log",
6988 "schemars",
6989 "serde",
6990 "settings",
6991 "shellexpand 2.1.2",
6992 "workspace",
6993]
6994
6995[[package]]
6996name = "jpeg-decoder"
6997version = "0.3.1"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
7000
7001[[package]]
7002name = "js-sys"
7003version = "0.3.76"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7006dependencies = [
7007 "once_cell",
7008 "wasm-bindgen",
7009]
7010
7011[[package]]
7012name = "jsonwebtoken"
7013version = "9.3.1"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7016dependencies = [
7017 "base64 0.22.1",
7018 "js-sys",
7019 "pem",
7020 "ring",
7021 "serde",
7022 "serde_json",
7023 "simple_asn1",
7024]
7025
7026[[package]]
7027name = "jupyter-protocol"
7028version = "0.6.0"
7029source = "registry+https://github.com/rust-lang/crates.io-index"
7030checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7031dependencies = [
7032 "anyhow",
7033 "async-trait",
7034 "bytes 1.10.1",
7035 "chrono",
7036 "futures 0.3.31",
7037 "serde",
7038 "serde_json",
7039 "uuid",
7040]
7041
7042[[package]]
7043name = "jupyter-websocket-client"
7044version = "0.9.0"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7047dependencies = [
7048 "anyhow",
7049 "async-trait",
7050 "async-tungstenite",
7051 "futures 0.3.31",
7052 "jupyter-protocol",
7053 "serde",
7054 "serde_json",
7055 "url",
7056 "uuid",
7057]
7058
7059[[package]]
7060name = "khronos-egl"
7061version = "6.0.0"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7064dependencies = [
7065 "libc",
7066 "libloading",
7067]
7068
7069[[package]]
7070name = "kqueue"
7071version = "1.0.8"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7074dependencies = [
7075 "kqueue-sys",
7076 "libc",
7077]
7078
7079[[package]]
7080name = "kqueue-sys"
7081version = "1.0.4"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7084dependencies = [
7085 "bitflags 1.3.2",
7086 "libc",
7087]
7088
7089[[package]]
7090name = "kurbo"
7091version = "0.11.1"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7094dependencies = [
7095 "arrayvec",
7096 "smallvec",
7097]
7098
7099[[package]]
7100name = "kv-log-macro"
7101version = "1.0.7"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7104dependencies = [
7105 "log",
7106]
7107
7108[[package]]
7109name = "language"
7110version = "0.1.0"
7111dependencies = [
7112 "anyhow",
7113 "async-trait",
7114 "async-watch",
7115 "clock",
7116 "collections",
7117 "ctor",
7118 "ec4rs",
7119 "env_logger 0.11.7",
7120 "fs",
7121 "futures 0.3.31",
7122 "fuzzy",
7123 "globset",
7124 "gpui",
7125 "http_client",
7126 "imara-diff",
7127 "indoc",
7128 "itertools 0.14.0",
7129 "log",
7130 "lsp",
7131 "parking_lot",
7132 "postage",
7133 "pretty_assertions",
7134 "rand 0.8.5",
7135 "regex",
7136 "rpc",
7137 "schemars",
7138 "serde",
7139 "serde_json",
7140 "settings",
7141 "smallvec",
7142 "smol",
7143 "streaming-iterator",
7144 "strsim",
7145 "sum_tree",
7146 "task",
7147 "text",
7148 "theme",
7149 "tree-sitter",
7150 "tree-sitter-elixir",
7151 "tree-sitter-embedded-template",
7152 "tree-sitter-heex",
7153 "tree-sitter-html",
7154 "tree-sitter-json",
7155 "tree-sitter-md",
7156 "tree-sitter-ruby",
7157 "tree-sitter-rust",
7158 "tree-sitter-typescript",
7159 "unicase",
7160 "unindent",
7161 "util",
7162]
7163
7164[[package]]
7165name = "language_extension"
7166version = "0.1.0"
7167dependencies = [
7168 "anyhow",
7169 "async-trait",
7170 "collections",
7171 "extension",
7172 "fs",
7173 "futures 0.3.31",
7174 "gpui",
7175 "language",
7176 "lsp",
7177 "serde",
7178 "serde_json",
7179 "util",
7180]
7181
7182[[package]]
7183name = "language_model"
7184version = "0.1.0"
7185dependencies = [
7186 "anthropic",
7187 "anyhow",
7188 "base64 0.22.1",
7189 "client",
7190 "collections",
7191 "futures 0.3.31",
7192 "google_ai",
7193 "gpui",
7194 "http_client",
7195 "image",
7196 "log",
7197 "open_ai",
7198 "parking_lot",
7199 "proto",
7200 "schemars",
7201 "serde",
7202 "serde_json",
7203 "smol",
7204 "strum",
7205 "telemetry_events",
7206 "thiserror 1.0.69",
7207 "ui",
7208 "util",
7209]
7210
7211[[package]]
7212name = "language_model_selector"
7213version = "0.1.0"
7214dependencies = [
7215 "feature_flags",
7216 "gpui",
7217 "language_model",
7218 "log",
7219 "picker",
7220 "proto",
7221 "ui",
7222 "workspace",
7223 "zed_actions",
7224]
7225
7226[[package]]
7227name = "language_models"
7228version = "0.1.0"
7229dependencies = [
7230 "anthropic",
7231 "anyhow",
7232 "aws-config",
7233 "aws-credential-types",
7234 "aws_http_client",
7235 "bedrock",
7236 "client",
7237 "collections",
7238 "copilot",
7239 "credentials_provider",
7240 "deepseek",
7241 "editor",
7242 "feature_flags",
7243 "fs",
7244 "futures 0.3.31",
7245 "google_ai",
7246 "gpui",
7247 "gpui_tokio",
7248 "http_client",
7249 "language_model",
7250 "lmstudio",
7251 "log",
7252 "menu",
7253 "mistral",
7254 "ollama",
7255 "open_ai",
7256 "project",
7257 "proto",
7258 "schemars",
7259 "serde",
7260 "serde_json",
7261 "settings",
7262 "smol",
7263 "strum",
7264 "theme",
7265 "tiktoken-rs",
7266 "tokio",
7267 "ui",
7268 "util",
7269]
7270
7271[[package]]
7272name = "language_selector"
7273version = "0.1.0"
7274dependencies = [
7275 "anyhow",
7276 "editor",
7277 "file_finder",
7278 "file_icons",
7279 "fuzzy",
7280 "gpui",
7281 "language",
7282 "picker",
7283 "project",
7284 "settings",
7285 "ui",
7286 "util",
7287 "workspace",
7288]
7289
7290[[package]]
7291name = "language_tools"
7292version = "0.1.0"
7293dependencies = [
7294 "anyhow",
7295 "client",
7296 "collections",
7297 "copilot",
7298 "editor",
7299 "env_logger 0.11.7",
7300 "futures 0.3.31",
7301 "gpui",
7302 "itertools 0.14.0",
7303 "language",
7304 "lsp",
7305 "project",
7306 "release_channel",
7307 "serde_json",
7308 "settings",
7309 "theme",
7310 "tree-sitter",
7311 "ui",
7312 "util",
7313 "workspace",
7314 "zed_actions",
7315]
7316
7317[[package]]
7318name = "languages"
7319version = "0.1.0"
7320dependencies = [
7321 "anyhow",
7322 "async-compression",
7323 "async-tar",
7324 "async-trait",
7325 "collections",
7326 "futures 0.3.31",
7327 "gpui",
7328 "http_client",
7329 "language",
7330 "log",
7331 "lsp",
7332 "node_runtime",
7333 "paths",
7334 "pet",
7335 "pet-conda",
7336 "pet-core",
7337 "pet-fs",
7338 "pet-poetry",
7339 "pet-reporter",
7340 "pretty_assertions",
7341 "project",
7342 "regex",
7343 "rope",
7344 "rust-embed",
7345 "serde",
7346 "serde_json",
7347 "settings",
7348 "smol",
7349 "snippet_provider",
7350 "task",
7351 "text",
7352 "theme",
7353 "toml 0.8.20",
7354 "tree-sitter",
7355 "tree-sitter-bash",
7356 "tree-sitter-c",
7357 "tree-sitter-cpp",
7358 "tree-sitter-css",
7359 "tree-sitter-diff",
7360 "tree-sitter-gitcommit",
7361 "tree-sitter-go",
7362 "tree-sitter-gomod",
7363 "tree-sitter-gowork",
7364 "tree-sitter-jsdoc",
7365 "tree-sitter-json",
7366 "tree-sitter-md",
7367 "tree-sitter-python",
7368 "tree-sitter-regex",
7369 "tree-sitter-rust",
7370 "tree-sitter-typescript",
7371 "tree-sitter-yaml",
7372 "unindent",
7373 "util",
7374 "workspace",
7375]
7376
7377[[package]]
7378name = "lazy_static"
7379version = "1.5.0"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7382dependencies = [
7383 "spin",
7384]
7385
7386[[package]]
7387name = "lazycell"
7388version = "1.3.0"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7391
7392[[package]]
7393name = "leb128"
7394version = "0.2.5"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7397
7398[[package]]
7399name = "lebe"
7400version = "0.5.2"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7403
7404[[package]]
7405name = "libc"
7406version = "0.2.171"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7409
7410[[package]]
7411name = "libdbus-sys"
7412version = "0.2.5"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7415dependencies = [
7416 "cc",
7417 "pkg-config",
7418]
7419
7420[[package]]
7421name = "libfuzzer-sys"
7422version = "0.4.8"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7425dependencies = [
7426 "arbitrary",
7427 "cc",
7428]
7429
7430[[package]]
7431name = "libgit2-sys"
7432version = "0.18.1+1.9.0"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
7435dependencies = [
7436 "cc",
7437 "libc",
7438 "libz-sys",
7439 "pkg-config",
7440]
7441
7442[[package]]
7443name = "libloading"
7444version = "0.8.6"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7447dependencies = [
7448 "cfg-if",
7449 "windows-targets 0.52.6",
7450]
7451
7452[[package]]
7453name = "libm"
7454version = "0.2.11"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7457
7458[[package]]
7459name = "libmimalloc-sys"
7460version = "0.1.39"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7463dependencies = [
7464 "cc",
7465 "libc",
7466]
7467
7468[[package]]
7469name = "libredox"
7470version = "0.1.3"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7473dependencies = [
7474 "bitflags 2.8.0",
7475 "libc",
7476 "redox_syscall 0.5.8",
7477]
7478
7479[[package]]
7480name = "libsqlite3-sys"
7481version = "0.30.1"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7484dependencies = [
7485 "cc",
7486 "pkg-config",
7487 "vcpkg",
7488]
7489
7490[[package]]
7491name = "libwebrtc"
7492version = "0.3.7"
7493source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7494dependencies = [
7495 "cxx",
7496 "jni",
7497 "js-sys",
7498 "lazy_static",
7499 "livekit-protocol",
7500 "livekit-runtime",
7501 "log",
7502 "parking_lot",
7503 "serde",
7504 "serde_json",
7505 "thiserror 1.0.69",
7506 "tokio",
7507 "wasm-bindgen",
7508 "wasm-bindgen-futures",
7509 "web-sys",
7510 "webrtc-sys",
7511]
7512
7513[[package]]
7514name = "libz-sys"
7515version = "1.1.20"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7518dependencies = [
7519 "cc",
7520 "libc",
7521 "pkg-config",
7522 "vcpkg",
7523]
7524
7525[[package]]
7526name = "link-cplusplus"
7527version = "1.0.9"
7528source = "registry+https://github.com/rust-lang/crates.io-index"
7529checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7530dependencies = [
7531 "cc",
7532]
7533
7534[[package]]
7535name = "linkify"
7536version = "0.10.0"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7539dependencies = [
7540 "memchr",
7541]
7542
7543[[package]]
7544name = "linkme"
7545version = "0.3.32"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7548dependencies = [
7549 "linkme-impl",
7550]
7551
7552[[package]]
7553name = "linkme-impl"
7554version = "0.3.32"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7557dependencies = [
7558 "proc-macro2",
7559 "quote",
7560 "syn 2.0.100",
7561]
7562
7563[[package]]
7564name = "linux-raw-sys"
7565version = "0.4.14"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7568
7569[[package]]
7570name = "litemap"
7571version = "0.7.4"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7574
7575[[package]]
7576name = "livekit"
7577version = "0.7.0"
7578source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7579dependencies = [
7580 "chrono",
7581 "futures-util",
7582 "lazy_static",
7583 "libwebrtc",
7584 "livekit-api",
7585 "livekit-protocol",
7586 "livekit-runtime",
7587 "log",
7588 "parking_lot",
7589 "prost 0.12.6",
7590 "semver",
7591 "serde",
7592 "serde_json",
7593 "thiserror 1.0.69",
7594 "tokio",
7595]
7596
7597[[package]]
7598name = "livekit-api"
7599version = "0.4.1"
7600source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7601dependencies = [
7602 "async-tungstenite",
7603 "futures-util",
7604 "http 0.2.12",
7605 "jsonwebtoken",
7606 "livekit-protocol",
7607 "livekit-runtime",
7608 "log",
7609 "parking_lot",
7610 "prost 0.12.6",
7611 "reqwest 0.11.27",
7612 "scopeguard",
7613 "serde",
7614 "serde_json",
7615 "sha2",
7616 "thiserror 1.0.69",
7617 "tokio",
7618 "tokio-tungstenite 0.20.1",
7619 "url",
7620]
7621
7622[[package]]
7623name = "livekit-protocol"
7624version = "0.3.6"
7625source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7626dependencies = [
7627 "futures-util",
7628 "livekit-runtime",
7629 "parking_lot",
7630 "pbjson",
7631 "pbjson-types",
7632 "prost 0.12.6",
7633 "prost-types 0.12.6",
7634 "serde",
7635 "thiserror 1.0.69",
7636 "tokio",
7637]
7638
7639[[package]]
7640name = "livekit-runtime"
7641version = "0.3.1"
7642source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7643dependencies = [
7644 "async-io",
7645 "async-std",
7646 "async-task",
7647 "futures 0.3.31",
7648]
7649
7650[[package]]
7651name = "livekit_api"
7652version = "0.1.0"
7653dependencies = [
7654 "anyhow",
7655 "async-trait",
7656 "jsonwebtoken",
7657 "log",
7658 "prost 0.9.0",
7659 "prost-build 0.9.0",
7660 "prost-types 0.9.0",
7661 "reqwest 0.12.8",
7662 "serde",
7663]
7664
7665[[package]]
7666name = "livekit_client"
7667version = "0.1.0"
7668dependencies = [
7669 "anyhow",
7670 "async-trait",
7671 "collections",
7672 "core-foundation 0.9.4",
7673 "coreaudio-rs 0.12.1",
7674 "cpal",
7675 "futures 0.3.31",
7676 "gpui",
7677 "http 0.2.12",
7678 "http_client",
7679 "image",
7680 "livekit",
7681 "livekit_api",
7682 "log",
7683 "media",
7684 "nanoid",
7685 "parking_lot",
7686 "postage",
7687 "serde",
7688 "serde_json",
7689 "sha2",
7690 "simplelog",
7691 "smallvec",
7692 "util",
7693]
7694
7695[[package]]
7696name = "livekit_client_macos"
7697version = "0.1.0"
7698dependencies = [
7699 "anyhow",
7700 "async-broadcast",
7701 "async-trait",
7702 "collections",
7703 "core-foundation 0.9.4",
7704 "futures 0.3.31",
7705 "gpui",
7706 "livekit_api",
7707 "log",
7708 "media",
7709 "nanoid",
7710 "parking_lot",
7711 "postage",
7712 "serde",
7713 "serde_json",
7714 "sha2",
7715 "simplelog",
7716]
7717
7718[[package]]
7719name = "lmdb-master-sys"
7720version = "0.2.4"
7721source = "registry+https://github.com/rust-lang/crates.io-index"
7722checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7723dependencies = [
7724 "cc",
7725 "doxygen-rs",
7726 "libc",
7727]
7728
7729[[package]]
7730name = "lmstudio"
7731version = "0.1.0"
7732dependencies = [
7733 "anyhow",
7734 "futures 0.3.31",
7735 "http_client",
7736 "schemars",
7737 "serde",
7738 "serde_json",
7739]
7740
7741[[package]]
7742name = "lock_api"
7743version = "0.4.12"
7744source = "registry+https://github.com/rust-lang/crates.io-index"
7745checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7746dependencies = [
7747 "autocfg",
7748 "scopeguard",
7749]
7750
7751[[package]]
7752name = "log"
7753version = "0.4.26"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7756dependencies = [
7757 "serde",
7758 "value-bag",
7759]
7760
7761[[package]]
7762name = "loop9"
7763version = "0.1.5"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7766dependencies = [
7767 "imgref",
7768]
7769
7770[[package]]
7771name = "lru"
7772version = "0.12.5"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7775dependencies = [
7776 "hashbrown 0.15.2",
7777]
7778
7779[[package]]
7780name = "lsp"
7781version = "0.1.0"
7782dependencies = [
7783 "anyhow",
7784 "async-pipe",
7785 "collections",
7786 "ctor",
7787 "env_logger 0.11.7",
7788 "futures 0.3.31",
7789 "gpui",
7790 "log",
7791 "lsp-types",
7792 "parking_lot",
7793 "postage",
7794 "release_channel",
7795 "schemars",
7796 "serde",
7797 "serde_json",
7798 "smol",
7799 "util",
7800]
7801
7802[[package]]
7803name = "lsp-types"
7804version = "0.95.1"
7805source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7806dependencies = [
7807 "bitflags 1.3.2",
7808 "serde",
7809 "serde_json",
7810 "serde_repr",
7811 "url",
7812]
7813
7814[[package]]
7815name = "lua-src"
7816version = "547.0.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7819dependencies = [
7820 "cc",
7821]
7822
7823[[package]]
7824name = "luajit-src"
7825version = "210.5.12+a4f56a4"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7828dependencies = [
7829 "cc",
7830 "which 7.0.2",
7831]
7832
7833[[package]]
7834name = "lyon"
7835version = "1.0.1"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7838dependencies = [
7839 "lyon_algorithms",
7840 "lyon_extra",
7841 "lyon_tessellation",
7842]
7843
7844[[package]]
7845name = "lyon_algorithms"
7846version = "1.0.5"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7849dependencies = [
7850 "lyon_path",
7851 "num-traits",
7852]
7853
7854[[package]]
7855name = "lyon_extra"
7856version = "1.0.3"
7857source = "registry+https://github.com/rust-lang/crates.io-index"
7858checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7859dependencies = [
7860 "lyon_path",
7861 "thiserror 1.0.69",
7862]
7863
7864[[package]]
7865name = "lyon_geom"
7866version = "1.0.6"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7869dependencies = [
7870 "arrayvec",
7871 "euclid",
7872 "num-traits",
7873]
7874
7875[[package]]
7876name = "lyon_path"
7877version = "1.0.6"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7880dependencies = [
7881 "lyon_geom",
7882 "num-traits",
7883]
7884
7885[[package]]
7886name = "lyon_tessellation"
7887version = "1.0.15"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7890dependencies = [
7891 "float_next_after",
7892 "lyon_path",
7893 "num-traits",
7894]
7895
7896[[package]]
7897name = "mac"
7898version = "0.1.1"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7901
7902[[package]]
7903name = "mach2"
7904version = "0.4.2"
7905source = "registry+https://github.com/rust-lang/crates.io-index"
7906checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7907dependencies = [
7908 "libc",
7909]
7910
7911[[package]]
7912name = "malloc_buf"
7913version = "0.0.6"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7916dependencies = [
7917 "libc",
7918]
7919
7920[[package]]
7921name = "maplit"
7922version = "1.0.2"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7925
7926[[package]]
7927name = "markdown"
7928version = "0.1.0"
7929dependencies = [
7930 "anyhow",
7931 "assets",
7932 "env_logger 0.11.7",
7933 "gpui",
7934 "language",
7935 "languages",
7936 "linkify",
7937 "log",
7938 "node_runtime",
7939 "pulldown-cmark 0.12.2",
7940 "settings",
7941 "theme",
7942 "ui",
7943 "util",
7944]
7945
7946[[package]]
7947name = "markdown_preview"
7948version = "0.1.0"
7949dependencies = [
7950 "anyhow",
7951 "async-recursion 1.1.1",
7952 "collections",
7953 "editor",
7954 "gpui",
7955 "language",
7956 "linkify",
7957 "log",
7958 "pretty_assertions",
7959 "pulldown-cmark 0.12.2",
7960 "settings",
7961 "theme",
7962 "ui",
7963 "util",
7964 "workspace",
7965]
7966
7967[[package]]
7968name = "markup5ever"
7969version = "0.12.1"
7970source = "registry+https://github.com/rust-lang/crates.io-index"
7971checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7972dependencies = [
7973 "log",
7974 "phf",
7975 "phf_codegen",
7976 "string_cache",
7977 "string_cache_codegen",
7978 "tendril",
7979]
7980
7981[[package]]
7982name = "markup5ever_rcdom"
7983version = "0.3.0"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7986dependencies = [
7987 "html5ever",
7988 "markup5ever",
7989 "tendril",
7990 "xml5ever",
7991]
7992
7993[[package]]
7994name = "matchers"
7995version = "0.1.0"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7998dependencies = [
7999 "regex-automata 0.1.10",
8000]
8001
8002[[package]]
8003name = "matchit"
8004version = "0.7.3"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8007
8008[[package]]
8009name = "maybe-owned"
8010version = "0.3.4"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8013
8014[[package]]
8015name = "maybe-rayon"
8016version = "0.1.1"
8017source = "registry+https://github.com/rust-lang/crates.io-index"
8018checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8019dependencies = [
8020 "cfg-if",
8021 "rayon",
8022]
8023
8024[[package]]
8025name = "md-5"
8026version = "0.10.6"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8029dependencies = [
8030 "cfg-if",
8031 "digest",
8032]
8033
8034[[package]]
8035name = "mdbook"
8036version = "0.4.47"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8039dependencies = [
8040 "ammonia",
8041 "anyhow",
8042 "chrono",
8043 "clap",
8044 "clap_complete",
8045 "elasticlunr-rs",
8046 "env_logger 0.11.7",
8047 "futures-util",
8048 "handlebars 6.2.0",
8049 "hex",
8050 "ignore",
8051 "log",
8052 "memchr",
8053 "notify 8.0.0",
8054 "notify-debouncer-mini",
8055 "once_cell",
8056 "opener",
8057 "pathdiff",
8058 "pulldown-cmark 0.10.3",
8059 "regex",
8060 "serde",
8061 "serde_json",
8062 "sha2",
8063 "shlex",
8064 "tempfile",
8065 "tokio",
8066 "toml 0.5.11",
8067 "topological-sort",
8068 "walkdir",
8069 "warp",
8070]
8071
8072[[package]]
8073name = "media"
8074version = "0.1.0"
8075dependencies = [
8076 "anyhow",
8077 "bindgen 0.70.1",
8078 "core-foundation 0.9.4",
8079 "ctor",
8080 "foreign-types 0.5.0",
8081 "metal",
8082 "objc",
8083]
8084
8085[[package]]
8086name = "memchr"
8087version = "2.7.4"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8090
8091[[package]]
8092name = "memfd"
8093version = "0.6.4"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8096dependencies = [
8097 "rustix",
8098]
8099
8100[[package]]
8101name = "memmap2"
8102version = "0.9.5"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8105dependencies = [
8106 "libc",
8107]
8108
8109[[package]]
8110name = "memoffset"
8111version = "0.9.1"
8112source = "registry+https://github.com/rust-lang/crates.io-index"
8113checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8114dependencies = [
8115 "autocfg",
8116]
8117
8118[[package]]
8119name = "menu"
8120version = "0.1.0"
8121dependencies = [
8122 "gpui",
8123 "serde",
8124]
8125
8126[[package]]
8127name = "metal"
8128version = "0.31.0"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8131dependencies = [
8132 "bitflags 2.8.0",
8133 "block",
8134 "core-graphics-types 0.1.3",
8135 "foreign-types 0.5.0",
8136 "log",
8137 "objc",
8138 "paste",
8139]
8140
8141[[package]]
8142name = "migrator"
8143version = "0.1.0"
8144dependencies = [
8145 "anyhow",
8146 "collections",
8147 "convert_case 0.8.0",
8148 "log",
8149 "pretty_assertions",
8150 "streaming-iterator",
8151 "tree-sitter",
8152 "tree-sitter-json",
8153]
8154
8155[[package]]
8156name = "mimalloc"
8157version = "0.1.43"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8160dependencies = [
8161 "libmimalloc-sys",
8162]
8163
8164[[package]]
8165name = "mime"
8166version = "0.3.17"
8167source = "registry+https://github.com/rust-lang/crates.io-index"
8168checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8169
8170[[package]]
8171name = "mime_guess"
8172version = "2.0.5"
8173source = "registry+https://github.com/rust-lang/crates.io-index"
8174checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8175dependencies = [
8176 "mime",
8177 "unicase",
8178]
8179
8180[[package]]
8181name = "minimal-lexical"
8182version = "0.2.1"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8185
8186[[package]]
8187name = "miniz_oxide"
8188version = "0.8.0"
8189source = "registry+https://github.com/rust-lang/crates.io-index"
8190checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8191dependencies = [
8192 "adler2",
8193 "simd-adler32",
8194]
8195
8196[[package]]
8197name = "mint"
8198version = "0.5.9"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8201
8202[[package]]
8203name = "mio"
8204version = "0.8.11"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8207dependencies = [
8208 "libc",
8209 "log",
8210 "wasi 0.11.0+wasi-snapshot-preview1",
8211 "windows-sys 0.48.0",
8212]
8213
8214[[package]]
8215name = "mio"
8216version = "1.0.3"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8219dependencies = [
8220 "libc",
8221 "log",
8222 "wasi 0.11.0+wasi-snapshot-preview1",
8223 "windows-sys 0.52.0",
8224]
8225
8226[[package]]
8227name = "miow"
8228version = "0.6.0"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8231dependencies = [
8232 "windows-sys 0.48.0",
8233]
8234
8235[[package]]
8236name = "mistral"
8237version = "0.1.0"
8238dependencies = [
8239 "anyhow",
8240 "futures 0.3.31",
8241 "http_client",
8242 "schemars",
8243 "serde",
8244 "serde_json",
8245 "strum",
8246]
8247
8248[[package]]
8249name = "mlua"
8250version = "0.10.3"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8253dependencies = [
8254 "bstr",
8255 "either",
8256 "futures-util",
8257 "mlua-sys",
8258 "num-traits",
8259 "parking_lot",
8260 "rustc-hash 2.1.1",
8261]
8262
8263[[package]]
8264name = "mlua-sys"
8265version = "0.6.7"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8268dependencies = [
8269 "cc",
8270 "cfg-if",
8271 "lua-src",
8272 "luajit-src",
8273 "pkg-config",
8274]
8275
8276[[package]]
8277name = "msvc_spectre_libs"
8278version = "0.1.2"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8281dependencies = [
8282 "cc",
8283]
8284
8285[[package]]
8286name = "multi_buffer"
8287version = "0.1.0"
8288dependencies = [
8289 "anyhow",
8290 "buffer_diff",
8291 "clock",
8292 "collections",
8293 "ctor",
8294 "env_logger 0.11.7",
8295 "futures 0.3.31",
8296 "gpui",
8297 "indoc",
8298 "itertools 0.14.0",
8299 "language",
8300 "log",
8301 "parking_lot",
8302 "pretty_assertions",
8303 "project",
8304 "rand 0.8.5",
8305 "rope",
8306 "serde",
8307 "settings",
8308 "smallvec",
8309 "smol",
8310 "sum_tree",
8311 "text",
8312 "theme",
8313 "tree-sitter",
8314 "util",
8315]
8316
8317[[package]]
8318name = "multimap"
8319version = "0.8.3"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8322
8323[[package]]
8324name = "multimap"
8325version = "0.10.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8328
8329[[package]]
8330name = "naga"
8331version = "23.1.0"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8334dependencies = [
8335 "arrayvec",
8336 "bit-set 0.8.0",
8337 "bitflags 2.8.0",
8338 "cfg_aliases 0.1.1",
8339 "codespan-reporting",
8340 "hexf-parse",
8341 "indexmap",
8342 "log",
8343 "rustc-hash 1.1.0",
8344 "spirv",
8345 "termcolor",
8346 "thiserror 1.0.69",
8347 "unicode-xid",
8348]
8349
8350[[package]]
8351name = "nanoid"
8352version = "0.4.0"
8353source = "registry+https://github.com/rust-lang/crates.io-index"
8354checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8355dependencies = [
8356 "rand 0.8.5",
8357]
8358
8359[[package]]
8360name = "nanorand"
8361version = "0.7.0"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8364dependencies = [
8365 "getrandom 0.2.15",
8366]
8367
8368[[package]]
8369name = "native-tls"
8370version = "0.2.12"
8371source = "registry+https://github.com/rust-lang/crates.io-index"
8372checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8373dependencies = [
8374 "libc",
8375 "log",
8376 "openssl",
8377 "openssl-probe",
8378 "openssl-sys",
8379 "schannel",
8380 "security-framework 2.11.1",
8381 "security-framework-sys",
8382 "tempfile",
8383]
8384
8385[[package]]
8386name = "nbformat"
8387version = "0.10.0"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8390dependencies = [
8391 "anyhow",
8392 "chrono",
8393 "jupyter-protocol",
8394 "serde",
8395 "serde_json",
8396 "thiserror 1.0.69",
8397 "uuid",
8398]
8399
8400[[package]]
8401name = "ndk"
8402version = "0.8.0"
8403source = "registry+https://github.com/rust-lang/crates.io-index"
8404checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8405dependencies = [
8406 "bitflags 2.8.0",
8407 "jni-sys",
8408 "log",
8409 "ndk-sys",
8410 "num_enum",
8411 "thiserror 1.0.69",
8412]
8413
8414[[package]]
8415name = "ndk-context"
8416version = "0.1.1"
8417source = "registry+https://github.com/rust-lang/crates.io-index"
8418checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8419
8420[[package]]
8421name = "ndk-sys"
8422version = "0.5.0+25.2.9519653"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8425dependencies = [
8426 "jni-sys",
8427]
8428
8429[[package]]
8430name = "new_debug_unreachable"
8431version = "1.0.6"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8434
8435[[package]]
8436name = "nix"
8437version = "0.29.0"
8438source = "registry+https://github.com/rust-lang/crates.io-index"
8439checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8440dependencies = [
8441 "bitflags 2.8.0",
8442 "cfg-if",
8443 "cfg_aliases 0.2.1",
8444 "libc",
8445 "memoffset",
8446]
8447
8448[[package]]
8449name = "node_runtime"
8450version = "0.1.0"
8451dependencies = [
8452 "anyhow",
8453 "async-compression",
8454 "async-std",
8455 "async-tar",
8456 "async-trait",
8457 "async-watch",
8458 "async_zip",
8459 "futures 0.3.31",
8460 "http_client",
8461 "log",
8462 "paths",
8463 "semver",
8464 "serde",
8465 "serde_json",
8466 "smol",
8467 "tempfile",
8468 "util",
8469 "walkdir",
8470 "which 6.0.3",
8471]
8472
8473[[package]]
8474name = "nom"
8475version = "7.1.3"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8478dependencies = [
8479 "memchr",
8480 "minimal-lexical",
8481]
8482
8483[[package]]
8484name = "noop_proc_macro"
8485version = "0.3.0"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8488
8489[[package]]
8490name = "normpath"
8491version = "1.3.0"
8492source = "registry+https://github.com/rust-lang/crates.io-index"
8493checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8494dependencies = [
8495 "windows-sys 0.59.0",
8496]
8497
8498[[package]]
8499name = "notifications"
8500version = "0.1.0"
8501dependencies = [
8502 "anyhow",
8503 "channel",
8504 "client",
8505 "collections",
8506 "component",
8507 "db",
8508 "gpui",
8509 "linkme",
8510 "rpc",
8511 "settings",
8512 "sum_tree",
8513 "time",
8514 "ui",
8515 "util",
8516 "workspace",
8517]
8518
8519[[package]]
8520name = "notify"
8521version = "6.1.1"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8524dependencies = [
8525 "bitflags 2.8.0",
8526 "crossbeam-channel",
8527 "filetime",
8528 "fsevent-sys 4.1.0",
8529 "inotify 0.9.6",
8530 "kqueue",
8531 "libc",
8532 "log",
8533 "mio 0.8.11",
8534 "walkdir",
8535 "windows-sys 0.48.0",
8536]
8537
8538[[package]]
8539name = "notify"
8540version = "8.0.0"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8543dependencies = [
8544 "bitflags 2.8.0",
8545 "filetime",
8546 "fsevent-sys 4.1.0",
8547 "inotify 0.11.0",
8548 "kqueue",
8549 "libc",
8550 "log",
8551 "mio 1.0.3",
8552 "notify-types",
8553 "walkdir",
8554 "windows-sys 0.59.0",
8555]
8556
8557[[package]]
8558name = "notify-debouncer-mini"
8559version = "0.6.0"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8562dependencies = [
8563 "log",
8564 "notify 8.0.0",
8565 "notify-types",
8566 "tempfile",
8567]
8568
8569[[package]]
8570name = "notify-types"
8571version = "2.0.0"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8574
8575[[package]]
8576name = "ntapi"
8577version = "0.4.1"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8580dependencies = [
8581 "winapi",
8582]
8583
8584[[package]]
8585name = "nu-ansi-term"
8586version = "0.46.0"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8589dependencies = [
8590 "overload",
8591 "winapi",
8592]
8593
8594[[package]]
8595name = "num"
8596version = "0.4.3"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8599dependencies = [
8600 "num-bigint",
8601 "num-complex",
8602 "num-integer",
8603 "num-iter",
8604 "num-rational",
8605 "num-traits",
8606]
8607
8608[[package]]
8609name = "num-bigint"
8610version = "0.4.6"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8613dependencies = [
8614 "num-integer",
8615 "num-traits",
8616]
8617
8618[[package]]
8619name = "num-bigint-dig"
8620version = "0.8.4"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8623dependencies = [
8624 "byteorder",
8625 "lazy_static",
8626 "libm",
8627 "num-integer",
8628 "num-iter",
8629 "num-traits",
8630 "rand 0.8.5",
8631 "serde",
8632 "smallvec",
8633 "zeroize",
8634]
8635
8636[[package]]
8637name = "num-complex"
8638version = "0.4.6"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8641dependencies = [
8642 "num-traits",
8643]
8644
8645[[package]]
8646name = "num-conv"
8647version = "0.1.0"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8650
8651[[package]]
8652name = "num-derive"
8653version = "0.4.2"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8656dependencies = [
8657 "proc-macro2",
8658 "quote",
8659 "syn 2.0.100",
8660]
8661
8662[[package]]
8663name = "num-format"
8664version = "0.4.4"
8665source = "registry+https://github.com/rust-lang/crates.io-index"
8666checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8667dependencies = [
8668 "arrayvec",
8669 "itoa",
8670]
8671
8672[[package]]
8673name = "num-integer"
8674version = "0.1.46"
8675source = "registry+https://github.com/rust-lang/crates.io-index"
8676checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8677dependencies = [
8678 "num-traits",
8679]
8680
8681[[package]]
8682name = "num-iter"
8683version = "0.1.45"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8686dependencies = [
8687 "autocfg",
8688 "num-integer",
8689 "num-traits",
8690]
8691
8692[[package]]
8693name = "num-modular"
8694version = "0.6.1"
8695source = "registry+https://github.com/rust-lang/crates.io-index"
8696checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8697
8698[[package]]
8699name = "num-order"
8700version = "1.2.0"
8701source = "registry+https://github.com/rust-lang/crates.io-index"
8702checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8703dependencies = [
8704 "num-modular",
8705]
8706
8707[[package]]
8708name = "num-rational"
8709version = "0.4.2"
8710source = "registry+https://github.com/rust-lang/crates.io-index"
8711checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8712dependencies = [
8713 "num-bigint",
8714 "num-integer",
8715 "num-traits",
8716]
8717
8718[[package]]
8719name = "num-traits"
8720version = "0.2.19"
8721source = "registry+https://github.com/rust-lang/crates.io-index"
8722checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8723dependencies = [
8724 "autocfg",
8725 "libm",
8726]
8727
8728[[package]]
8729name = "num_cpus"
8730version = "1.16.0"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8733dependencies = [
8734 "hermit-abi 0.3.9",
8735 "libc",
8736]
8737
8738[[package]]
8739name = "num_enum"
8740version = "0.7.3"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8743dependencies = [
8744 "num_enum_derive",
8745]
8746
8747[[package]]
8748name = "num_enum_derive"
8749version = "0.7.3"
8750source = "registry+https://github.com/rust-lang/crates.io-index"
8751checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8752dependencies = [
8753 "proc-macro-crate",
8754 "proc-macro2",
8755 "quote",
8756 "syn 2.0.100",
8757]
8758
8759[[package]]
8760name = "num_threads"
8761version = "0.1.7"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8764dependencies = [
8765 "libc",
8766]
8767
8768[[package]]
8769name = "nvim-rs"
8770version = "0.8.0-pre"
8771source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8772dependencies = [
8773 "async-trait",
8774 "futures 0.3.31",
8775 "log",
8776 "parity-tokio-ipc",
8777 "rmp",
8778 "rmpv",
8779 "tokio",
8780 "tokio-util",
8781 "winapi",
8782]
8783
8784[[package]]
8785name = "objc"
8786version = "0.2.7"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8789dependencies = [
8790 "malloc_buf",
8791]
8792
8793[[package]]
8794name = "objc-sys"
8795version = "0.3.5"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8798
8799[[package]]
8800name = "objc2"
8801version = "0.5.2"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8804dependencies = [
8805 "objc-sys",
8806 "objc2-encode",
8807]
8808
8809[[package]]
8810name = "objc2-app-kit"
8811version = "0.2.2"
8812source = "registry+https://github.com/rust-lang/crates.io-index"
8813checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8814dependencies = [
8815 "bitflags 2.8.0",
8816 "block2",
8817 "libc",
8818 "objc2",
8819 "objc2-core-data",
8820 "objc2-core-image",
8821 "objc2-foundation",
8822 "objc2-quartz-core",
8823]
8824
8825[[package]]
8826name = "objc2-cloud-kit"
8827version = "0.2.2"
8828source = "registry+https://github.com/rust-lang/crates.io-index"
8829checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8830dependencies = [
8831 "bitflags 2.8.0",
8832 "block2",
8833 "objc2",
8834 "objc2-core-location",
8835 "objc2-foundation",
8836]
8837
8838[[package]]
8839name = "objc2-contacts"
8840version = "0.2.2"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8843dependencies = [
8844 "block2",
8845 "objc2",
8846 "objc2-foundation",
8847]
8848
8849[[package]]
8850name = "objc2-core-data"
8851version = "0.2.2"
8852source = "registry+https://github.com/rust-lang/crates.io-index"
8853checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8854dependencies = [
8855 "bitflags 2.8.0",
8856 "block2",
8857 "objc2",
8858 "objc2-foundation",
8859]
8860
8861[[package]]
8862name = "objc2-core-image"
8863version = "0.2.2"
8864source = "registry+https://github.com/rust-lang/crates.io-index"
8865checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8866dependencies = [
8867 "block2",
8868 "objc2",
8869 "objc2-foundation",
8870 "objc2-metal",
8871]
8872
8873[[package]]
8874name = "objc2-core-location"
8875version = "0.2.2"
8876source = "registry+https://github.com/rust-lang/crates.io-index"
8877checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8878dependencies = [
8879 "block2",
8880 "objc2",
8881 "objc2-contacts",
8882 "objc2-foundation",
8883]
8884
8885[[package]]
8886name = "objc2-encode"
8887version = "4.0.3"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8890
8891[[package]]
8892name = "objc2-foundation"
8893version = "0.2.2"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8896dependencies = [
8897 "bitflags 2.8.0",
8898 "block2",
8899 "libc",
8900 "objc2",
8901]
8902
8903[[package]]
8904name = "objc2-link-presentation"
8905version = "0.2.2"
8906source = "registry+https://github.com/rust-lang/crates.io-index"
8907checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8908dependencies = [
8909 "block2",
8910 "objc2",
8911 "objc2-app-kit",
8912 "objc2-foundation",
8913]
8914
8915[[package]]
8916name = "objc2-metal"
8917version = "0.2.2"
8918source = "registry+https://github.com/rust-lang/crates.io-index"
8919checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8920dependencies = [
8921 "bitflags 2.8.0",
8922 "block2",
8923 "objc2",
8924 "objc2-foundation",
8925]
8926
8927[[package]]
8928name = "objc2-quartz-core"
8929version = "0.2.2"
8930source = "registry+https://github.com/rust-lang/crates.io-index"
8931checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8932dependencies = [
8933 "bitflags 2.8.0",
8934 "block2",
8935 "objc2",
8936 "objc2-foundation",
8937 "objc2-metal",
8938]
8939
8940[[package]]
8941name = "objc2-symbols"
8942version = "0.2.2"
8943source = "registry+https://github.com/rust-lang/crates.io-index"
8944checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8945dependencies = [
8946 "objc2",
8947 "objc2-foundation",
8948]
8949
8950[[package]]
8951name = "objc2-ui-kit"
8952version = "0.2.2"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8955dependencies = [
8956 "bitflags 2.8.0",
8957 "block2",
8958 "objc2",
8959 "objc2-cloud-kit",
8960 "objc2-core-data",
8961 "objc2-core-image",
8962 "objc2-core-location",
8963 "objc2-foundation",
8964 "objc2-link-presentation",
8965 "objc2-quartz-core",
8966 "objc2-symbols",
8967 "objc2-uniform-type-identifiers",
8968 "objc2-user-notifications",
8969]
8970
8971[[package]]
8972name = "objc2-uniform-type-identifiers"
8973version = "0.2.2"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8976dependencies = [
8977 "block2",
8978 "objc2",
8979 "objc2-foundation",
8980]
8981
8982[[package]]
8983name = "objc2-user-notifications"
8984version = "0.2.2"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8987dependencies = [
8988 "bitflags 2.8.0",
8989 "block2",
8990 "objc2",
8991 "objc2-core-location",
8992 "objc2-foundation",
8993]
8994
8995[[package]]
8996name = "object"
8997version = "0.36.5"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
9000dependencies = [
9001 "crc32fast",
9002 "hashbrown 0.15.2",
9003 "indexmap",
9004 "memchr",
9005]
9006
9007[[package]]
9008name = "oboe"
9009version = "0.6.1"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9012dependencies = [
9013 "jni",
9014 "ndk",
9015 "ndk-context",
9016 "num-derive",
9017 "num-traits",
9018 "oboe-sys",
9019]
9020
9021[[package]]
9022name = "oboe-sys"
9023version = "0.6.1"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9026dependencies = [
9027 "cc",
9028]
9029
9030[[package]]
9031name = "ollama"
9032version = "0.1.0"
9033dependencies = [
9034 "anyhow",
9035 "futures 0.3.31",
9036 "http_client",
9037 "schemars",
9038 "serde",
9039 "serde_json",
9040]
9041
9042[[package]]
9043name = "once_cell"
9044version = "1.20.3"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9047
9048[[package]]
9049name = "oo7"
9050version = "0.4.1"
9051source = "registry+https://github.com/rust-lang/crates.io-index"
9052checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9053dependencies = [
9054 "aes",
9055 "ashpd",
9056 "async-fs",
9057 "async-io",
9058 "async-lock",
9059 "blocking",
9060 "cbc",
9061 "cipher",
9062 "digest",
9063 "endi",
9064 "futures-lite 2.6.0",
9065 "futures-util",
9066 "getrandom 0.3.1",
9067 "hkdf",
9068 "hmac",
9069 "md-5",
9070 "num",
9071 "num-bigint-dig",
9072 "pbkdf2 0.12.2",
9073 "rand 0.9.0",
9074 "serde",
9075 "sha2",
9076 "subtle",
9077 "zbus",
9078 "zbus_macros",
9079 "zeroize",
9080 "zvariant",
9081]
9082
9083[[package]]
9084name = "oorandom"
9085version = "11.1.4"
9086source = "registry+https://github.com/rust-lang/crates.io-index"
9087checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9088
9089[[package]]
9090name = "open"
9091version = "5.3.2"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9094dependencies = [
9095 "is-wsl",
9096 "libc",
9097 "pathdiff",
9098]
9099
9100[[package]]
9101name = "open_ai"
9102version = "0.1.0"
9103dependencies = [
9104 "anyhow",
9105 "futures 0.3.31",
9106 "http_client",
9107 "schemars",
9108 "serde",
9109 "serde_json",
9110 "strum",
9111]
9112
9113[[package]]
9114name = "opener"
9115version = "0.7.2"
9116source = "registry+https://github.com/rust-lang/crates.io-index"
9117checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9118dependencies = [
9119 "bstr",
9120 "dbus",
9121 "normpath",
9122 "windows-sys 0.59.0",
9123]
9124
9125[[package]]
9126name = "openssl"
9127version = "0.10.70"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9130dependencies = [
9131 "bitflags 2.8.0",
9132 "cfg-if",
9133 "foreign-types 0.3.2",
9134 "libc",
9135 "once_cell",
9136 "openssl-macros",
9137 "openssl-sys",
9138]
9139
9140[[package]]
9141name = "openssl-macros"
9142version = "0.1.1"
9143source = "registry+https://github.com/rust-lang/crates.io-index"
9144checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9145dependencies = [
9146 "proc-macro2",
9147 "quote",
9148 "syn 2.0.100",
9149]
9150
9151[[package]]
9152name = "openssl-probe"
9153version = "0.1.5"
9154source = "registry+https://github.com/rust-lang/crates.io-index"
9155checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9156
9157[[package]]
9158name = "openssl-src"
9159version = "300.4.1+3.4.0"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9162dependencies = [
9163 "cc",
9164]
9165
9166[[package]]
9167name = "openssl-sys"
9168version = "0.9.105"
9169source = "registry+https://github.com/rust-lang/crates.io-index"
9170checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9171dependencies = [
9172 "cc",
9173 "libc",
9174 "openssl-src",
9175 "pkg-config",
9176 "vcpkg",
9177]
9178
9179[[package]]
9180name = "option-ext"
9181version = "0.2.0"
9182source = "registry+https://github.com/rust-lang/crates.io-index"
9183checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9184
9185[[package]]
9186name = "ordered-float"
9187version = "2.10.1"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9190dependencies = [
9191 "num-traits",
9192]
9193
9194[[package]]
9195name = "ordered-float"
9196version = "3.9.2"
9197source = "registry+https://github.com/rust-lang/crates.io-index"
9198checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9199dependencies = [
9200 "num-traits",
9201]
9202
9203[[package]]
9204name = "ordered-stream"
9205version = "0.2.0"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9208dependencies = [
9209 "futures-core",
9210 "pin-project-lite",
9211]
9212
9213[[package]]
9214name = "ouroboros"
9215version = "0.18.4"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9218dependencies = [
9219 "aliasable",
9220 "ouroboros_macro",
9221 "static_assertions",
9222]
9223
9224[[package]]
9225name = "ouroboros_macro"
9226version = "0.18.4"
9227source = "registry+https://github.com/rust-lang/crates.io-index"
9228checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9229dependencies = [
9230 "heck 0.4.1",
9231 "itertools 0.12.1",
9232 "proc-macro2",
9233 "proc-macro2-diagnostics",
9234 "quote",
9235 "syn 2.0.100",
9236]
9237
9238[[package]]
9239name = "outline"
9240version = "0.1.0"
9241dependencies = [
9242 "editor",
9243 "fuzzy",
9244 "gpui",
9245 "indoc",
9246 "language",
9247 "menu",
9248 "ordered-float 2.10.1",
9249 "picker",
9250 "project",
9251 "rope",
9252 "serde_json",
9253 "settings",
9254 "smol",
9255 "theme",
9256 "tree-sitter-rust",
9257 "tree-sitter-typescript",
9258 "ui",
9259 "util",
9260 "workspace",
9261 "zed_actions",
9262]
9263
9264[[package]]
9265name = "outline_panel"
9266version = "0.1.0"
9267dependencies = [
9268 "anyhow",
9269 "collections",
9270 "db",
9271 "editor",
9272 "file_icons",
9273 "fuzzy",
9274 "gpui",
9275 "itertools 0.14.0",
9276 "language",
9277 "log",
9278 "menu",
9279 "outline",
9280 "pretty_assertions",
9281 "project",
9282 "schemars",
9283 "search",
9284 "serde",
9285 "serde_json",
9286 "settings",
9287 "smallvec",
9288 "smol",
9289 "theme",
9290 "ui",
9291 "util",
9292 "workspace",
9293 "worktree",
9294 "zed_actions",
9295]
9296
9297[[package]]
9298name = "outref"
9299version = "0.5.1"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9302
9303[[package]]
9304name = "overload"
9305version = "0.1.1"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9308
9309[[package]]
9310name = "p256"
9311version = "0.11.1"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9314dependencies = [
9315 "ecdsa",
9316 "elliptic-curve",
9317 "sha2",
9318]
9319
9320[[package]]
9321name = "page_size"
9322version = "0.6.0"
9323source = "registry+https://github.com/rust-lang/crates.io-index"
9324checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9325dependencies = [
9326 "libc",
9327 "winapi",
9328]
9329
9330[[package]]
9331name = "palette"
9332version = "0.7.6"
9333source = "registry+https://github.com/rust-lang/crates.io-index"
9334checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9335dependencies = [
9336 "approx",
9337 "fast-srgb8",
9338 "palette_derive",
9339]
9340
9341[[package]]
9342name = "palette_derive"
9343version = "0.7.6"
9344source = "registry+https://github.com/rust-lang/crates.io-index"
9345checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9346dependencies = [
9347 "by_address",
9348 "proc-macro2",
9349 "quote",
9350 "syn 2.0.100",
9351]
9352
9353[[package]]
9354name = "panel"
9355version = "0.1.0"
9356dependencies = [
9357 "editor",
9358 "gpui",
9359 "settings",
9360 "theme",
9361 "ui",
9362 "workspace",
9363]
9364
9365[[package]]
9366name = "parity-tokio-ipc"
9367version = "0.9.0"
9368source = "registry+https://github.com/rust-lang/crates.io-index"
9369checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9370dependencies = [
9371 "futures 0.3.31",
9372 "libc",
9373 "log",
9374 "rand 0.7.3",
9375 "tokio",
9376 "winapi",
9377]
9378
9379[[package]]
9380name = "parking"
9381version = "2.2.1"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9384
9385[[package]]
9386name = "parking_lot"
9387version = "0.12.3"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9390dependencies = [
9391 "lock_api",
9392 "parking_lot_core",
9393]
9394
9395[[package]]
9396name = "parking_lot_core"
9397version = "0.9.10"
9398source = "registry+https://github.com/rust-lang/crates.io-index"
9399checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9400dependencies = [
9401 "cfg-if",
9402 "libc",
9403 "redox_syscall 0.5.8",
9404 "smallvec",
9405 "windows-targets 0.52.6",
9406]
9407
9408[[package]]
9409name = "password-hash"
9410version = "0.4.2"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9413dependencies = [
9414 "base64ct",
9415 "rand_core 0.6.4",
9416 "subtle",
9417]
9418
9419[[package]]
9420name = "password-hash"
9421version = "0.5.0"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9424dependencies = [
9425 "base64ct",
9426 "rand_core 0.6.4",
9427 "subtle",
9428]
9429
9430[[package]]
9431name = "paste"
9432version = "1.0.15"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9435
9436[[package]]
9437name = "pathdiff"
9438version = "0.2.3"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9441
9442[[package]]
9443name = "pathfinder_geometry"
9444version = "0.5.1"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9447dependencies = [
9448 "log",
9449 "pathfinder_simd",
9450]
9451
9452[[package]]
9453name = "pathfinder_simd"
9454version = "0.5.4"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9457dependencies = [
9458 "rustc_version",
9459]
9460
9461[[package]]
9462name = "paths"
9463version = "0.1.0"
9464dependencies = [
9465 "dirs 4.0.0",
9466 "util",
9467]
9468
9469[[package]]
9470name = "pbjson"
9471version = "0.6.0"
9472source = "registry+https://github.com/rust-lang/crates.io-index"
9473checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9474dependencies = [
9475 "base64 0.21.7",
9476 "serde",
9477]
9478
9479[[package]]
9480name = "pbjson-build"
9481version = "0.6.2"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9484dependencies = [
9485 "heck 0.4.1",
9486 "itertools 0.11.0",
9487 "prost 0.12.6",
9488 "prost-types 0.12.6",
9489]
9490
9491[[package]]
9492name = "pbjson-types"
9493version = "0.6.0"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9496dependencies = [
9497 "bytes 1.10.1",
9498 "chrono",
9499 "pbjson",
9500 "pbjson-build",
9501 "prost 0.12.6",
9502 "prost-build 0.12.6",
9503 "serde",
9504]
9505
9506[[package]]
9507name = "pbkdf2"
9508version = "0.11.0"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9511dependencies = [
9512 "digest",
9513 "hmac",
9514 "password-hash 0.4.2",
9515 "sha2",
9516]
9517
9518[[package]]
9519name = "pbkdf2"
9520version = "0.12.2"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9523dependencies = [
9524 "digest",
9525 "hmac",
9526]
9527
9528[[package]]
9529name = "pem"
9530version = "3.0.4"
9531source = "registry+https://github.com/rust-lang/crates.io-index"
9532checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9533dependencies = [
9534 "base64 0.22.1",
9535 "serde",
9536]
9537
9538[[package]]
9539name = "pem-rfc7468"
9540version = "0.7.0"
9541source = "registry+https://github.com/rust-lang/crates.io-index"
9542checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9543dependencies = [
9544 "base64ct",
9545]
9546
9547[[package]]
9548name = "percent-encoding"
9549version = "2.3.1"
9550source = "registry+https://github.com/rust-lang/crates.io-index"
9551checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9552
9553[[package]]
9554name = "perplexity"
9555version = "0.1.0"
9556dependencies = [
9557 "serde",
9558 "zed_extension_api 0.3.0",
9559]
9560
9561[[package]]
9562name = "pest"
9563version = "2.7.15"
9564source = "registry+https://github.com/rust-lang/crates.io-index"
9565checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9566dependencies = [
9567 "memchr",
9568 "thiserror 2.0.6",
9569 "ucd-trie",
9570]
9571
9572[[package]]
9573name = "pest_derive"
9574version = "2.7.15"
9575source = "registry+https://github.com/rust-lang/crates.io-index"
9576checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9577dependencies = [
9578 "pest",
9579 "pest_generator",
9580]
9581
9582[[package]]
9583name = "pest_generator"
9584version = "2.7.15"
9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9587dependencies = [
9588 "pest",
9589 "pest_meta",
9590 "proc-macro2",
9591 "quote",
9592 "syn 2.0.100",
9593]
9594
9595[[package]]
9596name = "pest_meta"
9597version = "2.7.15"
9598source = "registry+https://github.com/rust-lang/crates.io-index"
9599checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9600dependencies = [
9601 "once_cell",
9602 "pest",
9603 "sha2",
9604]
9605
9606[[package]]
9607name = "pet"
9608version = "0.1.0"
9609source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9610dependencies = [
9611 "clap",
9612 "env_logger 0.10.2",
9613 "lazy_static",
9614 "log",
9615 "msvc_spectre_libs",
9616 "pet-conda",
9617 "pet-core",
9618 "pet-env-var-path",
9619 "pet-fs",
9620 "pet-global-virtualenvs",
9621 "pet-homebrew",
9622 "pet-jsonrpc",
9623 "pet-linux-global-python",
9624 "pet-mac-commandlinetools",
9625 "pet-mac-python-org",
9626 "pet-mac-xcode",
9627 "pet-pipenv",
9628 "pet-pixi",
9629 "pet-poetry",
9630 "pet-pyenv",
9631 "pet-python-utils",
9632 "pet-reporter",
9633 "pet-telemetry",
9634 "pet-venv",
9635 "pet-virtualenv",
9636 "pet-virtualenvwrapper",
9637 "pet-windows-registry",
9638 "pet-windows-store",
9639 "serde",
9640 "serde_json",
9641]
9642
9643[[package]]
9644name = "pet-conda"
9645version = "0.1.0"
9646source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9647dependencies = [
9648 "env_logger 0.10.2",
9649 "lazy_static",
9650 "log",
9651 "msvc_spectre_libs",
9652 "pet-core",
9653 "pet-fs",
9654 "pet-python-utils",
9655 "pet-reporter",
9656 "regex",
9657 "serde",
9658 "serde_json",
9659 "yaml-rust2",
9660]
9661
9662[[package]]
9663name = "pet-core"
9664version = "0.1.0"
9665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9666dependencies = [
9667 "clap",
9668 "lazy_static",
9669 "log",
9670 "msvc_spectre_libs",
9671 "pet-fs",
9672 "regex",
9673 "serde",
9674 "serde_json",
9675]
9676
9677[[package]]
9678name = "pet-env-var-path"
9679version = "0.1.0"
9680source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9681dependencies = [
9682 "lazy_static",
9683 "log",
9684 "msvc_spectre_libs",
9685 "pet-conda",
9686 "pet-core",
9687 "pet-fs",
9688 "pet-python-utils",
9689 "pet-virtualenv",
9690 "regex",
9691]
9692
9693[[package]]
9694name = "pet-fs"
9695version = "0.1.0"
9696source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9697dependencies = [
9698 "log",
9699 "msvc_spectre_libs",
9700]
9701
9702[[package]]
9703name = "pet-global-virtualenvs"
9704version = "0.1.0"
9705source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9706dependencies = [
9707 "log",
9708 "msvc_spectre_libs",
9709 "pet-conda",
9710 "pet-core",
9711 "pet-fs",
9712 "pet-virtualenv",
9713]
9714
9715[[package]]
9716name = "pet-homebrew"
9717version = "0.1.0"
9718source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9719dependencies = [
9720 "lazy_static",
9721 "log",
9722 "msvc_spectre_libs",
9723 "pet-conda",
9724 "pet-core",
9725 "pet-fs",
9726 "pet-python-utils",
9727 "pet-virtualenv",
9728 "regex",
9729 "serde",
9730 "serde_json",
9731]
9732
9733[[package]]
9734name = "pet-jsonrpc"
9735version = "0.1.0"
9736source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9737dependencies = [
9738 "env_logger 0.10.2",
9739 "log",
9740 "msvc_spectre_libs",
9741 "pet-core",
9742 "serde",
9743 "serde_json",
9744]
9745
9746[[package]]
9747name = "pet-linux-global-python"
9748version = "0.1.0"
9749source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9750dependencies = [
9751 "log",
9752 "msvc_spectre_libs",
9753 "pet-core",
9754 "pet-fs",
9755 "pet-python-utils",
9756 "pet-virtualenv",
9757]
9758
9759[[package]]
9760name = "pet-mac-commandlinetools"
9761version = "0.1.0"
9762source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9763dependencies = [
9764 "log",
9765 "msvc_spectre_libs",
9766 "pet-core",
9767 "pet-fs",
9768 "pet-python-utils",
9769 "pet-virtualenv",
9770]
9771
9772[[package]]
9773name = "pet-mac-python-org"
9774version = "0.1.0"
9775source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9776dependencies = [
9777 "log",
9778 "msvc_spectre_libs",
9779 "pet-core",
9780 "pet-fs",
9781 "pet-python-utils",
9782 "pet-virtualenv",
9783]
9784
9785[[package]]
9786name = "pet-mac-xcode"
9787version = "0.1.0"
9788source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9789dependencies = [
9790 "log",
9791 "msvc_spectre_libs",
9792 "pet-core",
9793 "pet-fs",
9794 "pet-python-utils",
9795 "pet-virtualenv",
9796]
9797
9798[[package]]
9799name = "pet-pipenv"
9800version = "0.1.0"
9801source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9802dependencies = [
9803 "log",
9804 "msvc_spectre_libs",
9805 "pet-core",
9806 "pet-fs",
9807 "pet-python-utils",
9808 "pet-virtualenv",
9809]
9810
9811[[package]]
9812name = "pet-pixi"
9813version = "0.1.0"
9814source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9815dependencies = [
9816 "log",
9817 "msvc_spectre_libs",
9818 "pet-conda",
9819 "pet-core",
9820 "pet-python-utils",
9821]
9822
9823[[package]]
9824name = "pet-poetry"
9825version = "0.1.0"
9826source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9827dependencies = [
9828 "base64 0.22.1",
9829 "lazy_static",
9830 "log",
9831 "msvc_spectre_libs",
9832 "pet-core",
9833 "pet-fs",
9834 "pet-python-utils",
9835 "pet-reporter",
9836 "pet-virtualenv",
9837 "regex",
9838 "serde",
9839 "serde_json",
9840 "sha2",
9841 "toml 0.8.20",
9842]
9843
9844[[package]]
9845name = "pet-pyenv"
9846version = "0.1.0"
9847source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9848dependencies = [
9849 "lazy_static",
9850 "log",
9851 "msvc_spectre_libs",
9852 "pet-conda",
9853 "pet-core",
9854 "pet-fs",
9855 "pet-python-utils",
9856 "pet-reporter",
9857 "regex",
9858 "serde",
9859 "serde_json",
9860]
9861
9862[[package]]
9863name = "pet-python-utils"
9864version = "0.1.0"
9865source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9866dependencies = [
9867 "env_logger 0.10.2",
9868 "lazy_static",
9869 "log",
9870 "msvc_spectre_libs",
9871 "pet-core",
9872 "pet-fs",
9873 "regex",
9874 "serde",
9875 "serde_json",
9876 "sha2",
9877]
9878
9879[[package]]
9880name = "pet-reporter"
9881version = "0.1.0"
9882source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9883dependencies = [
9884 "env_logger 0.10.2",
9885 "log",
9886 "msvc_spectre_libs",
9887 "pet-core",
9888 "pet-jsonrpc",
9889 "serde",
9890 "serde_json",
9891]
9892
9893[[package]]
9894name = "pet-telemetry"
9895version = "0.1.0"
9896source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9897dependencies = [
9898 "env_logger 0.10.2",
9899 "lazy_static",
9900 "log",
9901 "msvc_spectre_libs",
9902 "pet-core",
9903 "pet-fs",
9904 "pet-python-utils",
9905 "regex",
9906]
9907
9908[[package]]
9909name = "pet-venv"
9910version = "0.1.0"
9911source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9912dependencies = [
9913 "log",
9914 "msvc_spectre_libs",
9915 "pet-core",
9916 "pet-python-utils",
9917 "pet-virtualenv",
9918]
9919
9920[[package]]
9921name = "pet-virtualenv"
9922version = "0.1.0"
9923source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9924dependencies = [
9925 "log",
9926 "msvc_spectre_libs",
9927 "pet-core",
9928 "pet-fs",
9929 "pet-python-utils",
9930]
9931
9932[[package]]
9933name = "pet-virtualenvwrapper"
9934version = "0.1.0"
9935source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9936dependencies = [
9937 "log",
9938 "msvc_spectre_libs",
9939 "pet-core",
9940 "pet-fs",
9941 "pet-python-utils",
9942 "pet-virtualenv",
9943]
9944
9945[[package]]
9946name = "pet-windows-registry"
9947version = "0.1.0"
9948source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9949dependencies = [
9950 "lazy_static",
9951 "log",
9952 "msvc_spectre_libs",
9953 "pet-conda",
9954 "pet-core",
9955 "pet-fs",
9956 "pet-python-utils",
9957 "pet-virtualenv",
9958 "pet-windows-store",
9959 "regex",
9960 "winreg 0.52.0",
9961]
9962
9963[[package]]
9964name = "pet-windows-store"
9965version = "0.1.0"
9966source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9967dependencies = [
9968 "lazy_static",
9969 "log",
9970 "msvc_spectre_libs",
9971 "pet-core",
9972 "pet-fs",
9973 "pet-python-utils",
9974 "pet-virtualenv",
9975 "regex",
9976 "winreg 0.52.0",
9977]
9978
9979[[package]]
9980name = "petgraph"
9981version = "0.6.5"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9984dependencies = [
9985 "fixedbitset",
9986 "indexmap",
9987]
9988
9989[[package]]
9990name = "phf"
9991version = "0.11.2"
9992source = "registry+https://github.com/rust-lang/crates.io-index"
9993checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9994dependencies = [
9995 "phf_macros",
9996 "phf_shared 0.11.2",
9997]
9998
9999[[package]]
10000name = "phf_codegen"
10001version = "0.11.2"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10004dependencies = [
10005 "phf_generator 0.11.2",
10006 "phf_shared 0.11.2",
10007]
10008
10009[[package]]
10010name = "phf_generator"
10011version = "0.10.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10014dependencies = [
10015 "phf_shared 0.10.0",
10016 "rand 0.8.5",
10017]
10018
10019[[package]]
10020name = "phf_generator"
10021version = "0.11.2"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10024dependencies = [
10025 "phf_shared 0.11.2",
10026 "rand 0.8.5",
10027]
10028
10029[[package]]
10030name = "phf_macros"
10031version = "0.11.2"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10034dependencies = [
10035 "phf_generator 0.11.2",
10036 "phf_shared 0.11.2",
10037 "proc-macro2",
10038 "quote",
10039 "syn 2.0.100",
10040]
10041
10042[[package]]
10043name = "phf_shared"
10044version = "0.10.0"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10047dependencies = [
10048 "siphasher 0.3.11",
10049]
10050
10051[[package]]
10052name = "phf_shared"
10053version = "0.11.2"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10056dependencies = [
10057 "siphasher 0.3.11",
10058]
10059
10060[[package]]
10061name = "picker"
10062version = "0.1.0"
10063dependencies = [
10064 "anyhow",
10065 "ctor",
10066 "editor",
10067 "env_logger 0.11.7",
10068 "gpui",
10069 "menu",
10070 "schemars",
10071 "serde",
10072 "serde_json",
10073 "ui",
10074 "util",
10075 "workspace",
10076]
10077
10078[[package]]
10079name = "pico-args"
10080version = "0.5.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10083
10084[[package]]
10085name = "pin-project"
10086version = "1.1.7"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10089dependencies = [
10090 "pin-project-internal",
10091]
10092
10093[[package]]
10094name = "pin-project-internal"
10095version = "1.1.7"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10098dependencies = [
10099 "proc-macro2",
10100 "quote",
10101 "syn 2.0.100",
10102]
10103
10104[[package]]
10105name = "pin-project-lite"
10106version = "0.2.16"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10109
10110[[package]]
10111name = "pin-utils"
10112version = "0.1.0"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10115
10116[[package]]
10117name = "piper"
10118version = "0.2.4"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10121dependencies = [
10122 "atomic-waker",
10123 "fastrand 2.3.0",
10124 "futures-io",
10125]
10126
10127[[package]]
10128name = "pkcs1"
10129version = "0.7.5"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10132dependencies = [
10133 "der 0.7.9",
10134 "pkcs8 0.10.2",
10135 "spki 0.7.3",
10136]
10137
10138[[package]]
10139name = "pkcs8"
10140version = "0.9.0"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10143dependencies = [
10144 "der 0.6.1",
10145 "spki 0.6.0",
10146]
10147
10148[[package]]
10149name = "pkcs8"
10150version = "0.10.2"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10153dependencies = [
10154 "der 0.7.9",
10155 "spki 0.7.3",
10156]
10157
10158[[package]]
10159name = "pkg-config"
10160version = "0.3.31"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10163
10164[[package]]
10165name = "plist"
10166version = "1.7.0"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10169dependencies = [
10170 "base64 0.22.1",
10171 "indexmap",
10172 "quick-xml 0.32.0",
10173 "serde",
10174 "time",
10175]
10176
10177[[package]]
10178name = "plotters"
10179version = "0.3.7"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10182dependencies = [
10183 "num-traits",
10184 "plotters-backend",
10185 "plotters-svg",
10186 "wasm-bindgen",
10187 "web-sys",
10188]
10189
10190[[package]]
10191name = "plotters-backend"
10192version = "0.3.7"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10195
10196[[package]]
10197name = "plotters-svg"
10198version = "0.3.7"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10201dependencies = [
10202 "plotters-backend",
10203]
10204
10205[[package]]
10206name = "png"
10207version = "0.17.15"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10210dependencies = [
10211 "bitflags 1.3.2",
10212 "crc32fast",
10213 "fdeflate",
10214 "flate2",
10215 "miniz_oxide",
10216]
10217
10218[[package]]
10219name = "polling"
10220version = "3.7.4"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10223dependencies = [
10224 "cfg-if",
10225 "concurrent-queue",
10226 "hermit-abi 0.4.0",
10227 "pin-project-lite",
10228 "rustix",
10229 "tracing",
10230 "windows-sys 0.59.0",
10231]
10232
10233[[package]]
10234name = "pollster"
10235version = "0.2.5"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10238
10239[[package]]
10240name = "portable-atomic"
10241version = "1.11.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10244
10245[[package]]
10246name = "portable-atomic-util"
10247version = "0.2.4"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10250dependencies = [
10251 "portable-atomic",
10252]
10253
10254[[package]]
10255name = "postage"
10256version = "0.5.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10259dependencies = [
10260 "atomic",
10261 "crossbeam-queue",
10262 "futures 0.3.31",
10263 "log",
10264 "parking_lot",
10265 "pin-project",
10266 "pollster",
10267 "static_assertions",
10268 "thiserror 1.0.69",
10269]
10270
10271[[package]]
10272name = "postcard"
10273version = "1.1.1"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10276dependencies = [
10277 "cobs",
10278 "embedded-io 0.4.0",
10279 "embedded-io 0.6.1",
10280 "serde",
10281]
10282
10283[[package]]
10284name = "powerfmt"
10285version = "0.2.0"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10288
10289[[package]]
10290name = "ppv-lite86"
10291version = "0.2.20"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10294dependencies = [
10295 "zerocopy 0.7.35",
10296]
10297
10298[[package]]
10299name = "precomputed-hash"
10300version = "0.1.1"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10303
10304[[package]]
10305name = "prettier"
10306version = "0.1.0"
10307dependencies = [
10308 "anyhow",
10309 "collections",
10310 "fs",
10311 "gpui",
10312 "language",
10313 "log",
10314 "lsp",
10315 "node_runtime",
10316 "parking_lot",
10317 "paths",
10318 "serde",
10319 "serde_json",
10320 "util",
10321]
10322
10323[[package]]
10324name = "pretty_assertions"
10325version = "1.4.1"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10328dependencies = [
10329 "diff",
10330 "yansi",
10331]
10332
10333[[package]]
10334name = "prettyplease"
10335version = "0.2.25"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10338dependencies = [
10339 "proc-macro2",
10340 "syn 2.0.100",
10341]
10342
10343[[package]]
10344name = "proc-macro-crate"
10345version = "3.2.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10348dependencies = [
10349 "toml_edit",
10350]
10351
10352[[package]]
10353name = "proc-macro-error-attr2"
10354version = "2.0.0"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10357dependencies = [
10358 "proc-macro2",
10359 "quote",
10360]
10361
10362[[package]]
10363name = "proc-macro-error2"
10364version = "2.0.1"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10367dependencies = [
10368 "proc-macro-error-attr2",
10369 "proc-macro2",
10370 "quote",
10371 "syn 2.0.100",
10372]
10373
10374[[package]]
10375name = "proc-macro2"
10376version = "1.0.94"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10379dependencies = [
10380 "unicode-ident",
10381]
10382
10383[[package]]
10384name = "proc-macro2-diagnostics"
10385version = "0.10.1"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10388dependencies = [
10389 "proc-macro2",
10390 "quote",
10391 "syn 2.0.100",
10392 "version_check",
10393 "yansi",
10394]
10395
10396[[package]]
10397name = "profiling"
10398version = "1.0.16"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10401dependencies = [
10402 "profiling-procmacros",
10403]
10404
10405[[package]]
10406name = "profiling-procmacros"
10407version = "1.0.16"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10410dependencies = [
10411 "quote",
10412 "syn 2.0.100",
10413]
10414
10415[[package]]
10416name = "project"
10417version = "0.1.0"
10418dependencies = [
10419 "aho-corasick",
10420 "anyhow",
10421 "askpass",
10422 "async-trait",
10423 "buffer_diff",
10424 "client",
10425 "clock",
10426 "collections",
10427 "env_logger 0.11.7",
10428 "extension",
10429 "fancy-regex 0.14.0",
10430 "fs",
10431 "futures 0.3.31",
10432 "fuzzy",
10433 "git",
10434 "git2",
10435 "globset",
10436 "gpui",
10437 "http_client",
10438 "image",
10439 "itertools 0.14.0",
10440 "language",
10441 "log",
10442 "lsp",
10443 "node_runtime",
10444 "parking_lot",
10445 "pathdiff",
10446 "paths",
10447 "postage",
10448 "prettier",
10449 "pretty_assertions",
10450 "rand 0.8.5",
10451 "regex",
10452 "release_channel",
10453 "remote",
10454 "rpc",
10455 "schemars",
10456 "serde",
10457 "serde_json",
10458 "settings",
10459 "sha2",
10460 "shellexpand 2.1.2",
10461 "shlex",
10462 "smol",
10463 "snippet",
10464 "snippet_provider",
10465 "task",
10466 "tempfile",
10467 "terminal",
10468 "text",
10469 "toml 0.8.20",
10470 "unindent",
10471 "url",
10472 "util",
10473 "which 6.0.3",
10474 "worktree",
10475]
10476
10477[[package]]
10478name = "project_panel"
10479version = "0.1.0"
10480dependencies = [
10481 "anyhow",
10482 "client",
10483 "collections",
10484 "command_palette_hooks",
10485 "db",
10486 "editor",
10487 "file_icons",
10488 "git",
10489 "gpui",
10490 "indexmap",
10491 "language",
10492 "menu",
10493 "pretty_assertions",
10494 "project",
10495 "schemars",
10496 "search",
10497 "serde",
10498 "serde_derive",
10499 "serde_json",
10500 "settings",
10501 "smallvec",
10502 "theme",
10503 "ui",
10504 "util",
10505 "workspace",
10506 "worktree",
10507 "zed_actions",
10508]
10509
10510[[package]]
10511name = "project_symbols"
10512version = "0.1.0"
10513dependencies = [
10514 "anyhow",
10515 "editor",
10516 "futures 0.3.31",
10517 "fuzzy",
10518 "gpui",
10519 "language",
10520 "lsp",
10521 "ordered-float 2.10.1",
10522 "picker",
10523 "project",
10524 "release_channel",
10525 "serde_json",
10526 "settings",
10527 "theme",
10528 "util",
10529 "workspace",
10530]
10531
10532[[package]]
10533name = "prometheus"
10534version = "0.13.4"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10537dependencies = [
10538 "cfg-if",
10539 "fnv",
10540 "lazy_static",
10541 "memchr",
10542 "parking_lot",
10543 "protobuf",
10544 "thiserror 1.0.69",
10545]
10546
10547[[package]]
10548name = "prompt_library"
10549version = "0.1.0"
10550dependencies = [
10551 "anyhow",
10552 "collections",
10553 "editor",
10554 "gpui",
10555 "language",
10556 "language_model",
10557 "log",
10558 "menu",
10559 "picker",
10560 "prompt_store",
10561 "release_channel",
10562 "rope",
10563 "serde",
10564 "settings",
10565 "theme",
10566 "ui",
10567 "util",
10568 "workspace",
10569 "zed_actions",
10570]
10571
10572[[package]]
10573name = "prompt_store"
10574version = "0.1.0"
10575dependencies = [
10576 "anyhow",
10577 "assets",
10578 "chrono",
10579 "collections",
10580 "fs",
10581 "futures 0.3.31",
10582 "fuzzy",
10583 "gpui",
10584 "handlebars 4.5.0",
10585 "heed",
10586 "language",
10587 "log",
10588 "parking_lot",
10589 "paths",
10590 "rope",
10591 "serde",
10592 "text",
10593 "util",
10594 "uuid",
10595]
10596
10597[[package]]
10598name = "prost"
10599version = "0.9.0"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10602dependencies = [
10603 "bytes 1.10.1",
10604 "prost-derive 0.9.0",
10605]
10606
10607[[package]]
10608name = "prost"
10609version = "0.12.6"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10612dependencies = [
10613 "bytes 1.10.1",
10614 "prost-derive 0.12.6",
10615]
10616
10617[[package]]
10618name = "prost-build"
10619version = "0.9.0"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10622dependencies = [
10623 "bytes 1.10.1",
10624 "heck 0.3.3",
10625 "itertools 0.10.5",
10626 "lazy_static",
10627 "log",
10628 "multimap 0.8.3",
10629 "petgraph",
10630 "prost 0.9.0",
10631 "prost-types 0.9.0",
10632 "regex",
10633 "tempfile",
10634 "which 4.4.2",
10635]
10636
10637[[package]]
10638name = "prost-build"
10639version = "0.12.6"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10642dependencies = [
10643 "bytes 1.10.1",
10644 "heck 0.5.0",
10645 "itertools 0.12.1",
10646 "log",
10647 "multimap 0.10.0",
10648 "once_cell",
10649 "petgraph",
10650 "prettyplease",
10651 "prost 0.12.6",
10652 "prost-types 0.12.6",
10653 "regex",
10654 "syn 2.0.100",
10655 "tempfile",
10656]
10657
10658[[package]]
10659name = "prost-derive"
10660version = "0.9.0"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10663dependencies = [
10664 "anyhow",
10665 "itertools 0.10.5",
10666 "proc-macro2",
10667 "quote",
10668 "syn 1.0.109",
10669]
10670
10671[[package]]
10672name = "prost-derive"
10673version = "0.12.6"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10676dependencies = [
10677 "anyhow",
10678 "itertools 0.12.1",
10679 "proc-macro2",
10680 "quote",
10681 "syn 2.0.100",
10682]
10683
10684[[package]]
10685name = "prost-types"
10686version = "0.9.0"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10689dependencies = [
10690 "bytes 1.10.1",
10691 "prost 0.9.0",
10692]
10693
10694[[package]]
10695name = "prost-types"
10696version = "0.12.6"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10699dependencies = [
10700 "prost 0.12.6",
10701]
10702
10703[[package]]
10704name = "proto"
10705version = "0.1.0"
10706dependencies = [
10707 "anyhow",
10708 "collections",
10709 "prost 0.9.0",
10710 "prost-build 0.9.0",
10711 "serde",
10712]
10713
10714[[package]]
10715name = "protobuf"
10716version = "2.28.0"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10719
10720[[package]]
10721name = "psm"
10722version = "0.1.24"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10725dependencies = [
10726 "cc",
10727]
10728
10729[[package]]
10730name = "ptr_meta"
10731version = "0.1.4"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10734dependencies = [
10735 "ptr_meta_derive",
10736]
10737
10738[[package]]
10739name = "ptr_meta_derive"
10740version = "0.1.4"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10743dependencies = [
10744 "proc-macro2",
10745 "quote",
10746 "syn 1.0.109",
10747]
10748
10749[[package]]
10750name = "pulldown-cmark"
10751version = "0.10.3"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10754dependencies = [
10755 "bitflags 2.8.0",
10756 "memchr",
10757 "pulldown-cmark-escape",
10758 "unicase",
10759]
10760
10761[[package]]
10762name = "pulldown-cmark"
10763version = "0.12.2"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10766dependencies = [
10767 "bitflags 2.8.0",
10768 "memchr",
10769 "unicase",
10770]
10771
10772[[package]]
10773name = "pulldown-cmark-escape"
10774version = "0.10.1"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10777
10778[[package]]
10779name = "pulley-interpreter"
10780version = "29.0.1"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10783dependencies = [
10784 "cranelift-bitset",
10785 "log",
10786 "sptr",
10787 "wasmtime-math",
10788]
10789
10790[[package]]
10791name = "qoi"
10792version = "0.4.1"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10795dependencies = [
10796 "bytemuck",
10797]
10798
10799[[package]]
10800name = "quick-error"
10801version = "2.0.1"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10804
10805[[package]]
10806name = "quick-xml"
10807version = "0.32.0"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10810dependencies = [
10811 "memchr",
10812]
10813
10814[[package]]
10815name = "quick-xml"
10816version = "0.37.2"
10817source = "registry+https://github.com/rust-lang/crates.io-index"
10818checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10819dependencies = [
10820 "memchr",
10821]
10822
10823[[package]]
10824name = "quinn"
10825version = "0.11.6"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10828dependencies = [
10829 "bytes 1.10.1",
10830 "pin-project-lite",
10831 "quinn-proto",
10832 "quinn-udp",
10833 "rustc-hash 2.1.1",
10834 "rustls 0.23.23",
10835 "socket2",
10836 "thiserror 2.0.6",
10837 "tokio",
10838 "tracing",
10839]
10840
10841[[package]]
10842name = "quinn-proto"
10843version = "0.11.9"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10846dependencies = [
10847 "bytes 1.10.1",
10848 "getrandom 0.2.15",
10849 "rand 0.8.5",
10850 "ring",
10851 "rustc-hash 2.1.1",
10852 "rustls 0.23.23",
10853 "rustls-pki-types",
10854 "slab",
10855 "thiserror 2.0.6",
10856 "tinyvec",
10857 "tracing",
10858 "web-time",
10859]
10860
10861[[package]]
10862name = "quinn-udp"
10863version = "0.5.9"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10866dependencies = [
10867 "cfg_aliases 0.2.1",
10868 "libc",
10869 "once_cell",
10870 "socket2",
10871 "tracing",
10872 "windows-sys 0.59.0",
10873]
10874
10875[[package]]
10876name = "quote"
10877version = "1.0.40"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10880dependencies = [
10881 "proc-macro2",
10882]
10883
10884[[package]]
10885name = "radium"
10886version = "0.7.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10889
10890[[package]]
10891name = "rand"
10892version = "0.7.3"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10895dependencies = [
10896 "getrandom 0.1.16",
10897 "libc",
10898 "rand_chacha 0.2.2",
10899 "rand_core 0.5.1",
10900 "rand_hc",
10901]
10902
10903[[package]]
10904name = "rand"
10905version = "0.8.5"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10908dependencies = [
10909 "libc",
10910 "rand_chacha 0.3.1",
10911 "rand_core 0.6.4",
10912]
10913
10914[[package]]
10915name = "rand"
10916version = "0.9.0"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10919dependencies = [
10920 "rand_chacha 0.9.0",
10921 "rand_core 0.9.0",
10922 "zerocopy 0.8.18",
10923]
10924
10925[[package]]
10926name = "rand_chacha"
10927version = "0.2.2"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10930dependencies = [
10931 "ppv-lite86",
10932 "rand_core 0.5.1",
10933]
10934
10935[[package]]
10936name = "rand_chacha"
10937version = "0.3.1"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10940dependencies = [
10941 "ppv-lite86",
10942 "rand_core 0.6.4",
10943]
10944
10945[[package]]
10946name = "rand_chacha"
10947version = "0.9.0"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10950dependencies = [
10951 "ppv-lite86",
10952 "rand_core 0.9.0",
10953]
10954
10955[[package]]
10956name = "rand_core"
10957version = "0.5.1"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10960dependencies = [
10961 "getrandom 0.1.16",
10962]
10963
10964[[package]]
10965name = "rand_core"
10966version = "0.6.4"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10969dependencies = [
10970 "getrandom 0.2.15",
10971]
10972
10973[[package]]
10974name = "rand_core"
10975version = "0.9.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10978dependencies = [
10979 "getrandom 0.3.1",
10980 "zerocopy 0.8.18",
10981]
10982
10983[[package]]
10984name = "rand_hc"
10985version = "0.2.0"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10988dependencies = [
10989 "rand_core 0.5.1",
10990]
10991
10992[[package]]
10993name = "rangemap"
10994version = "1.5.1"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10997
10998[[package]]
10999name = "rav1e"
11000version = "0.7.1"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11003dependencies = [
11004 "arbitrary",
11005 "arg_enum_proc_macro",
11006 "arrayvec",
11007 "av1-grain",
11008 "bitstream-io",
11009 "built",
11010 "cfg-if",
11011 "interpolate_name",
11012 "itertools 0.12.1",
11013 "libc",
11014 "libfuzzer-sys",
11015 "log",
11016 "maybe-rayon",
11017 "new_debug_unreachable",
11018 "noop_proc_macro",
11019 "num-derive",
11020 "num-traits",
11021 "once_cell",
11022 "paste",
11023 "profiling",
11024 "rand 0.8.5",
11025 "rand_chacha 0.3.1",
11026 "simd_helpers",
11027 "system-deps",
11028 "thiserror 1.0.69",
11029 "v_frame",
11030 "wasm-bindgen",
11031]
11032
11033[[package]]
11034name = "ravif"
11035version = "0.11.11"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11038dependencies = [
11039 "avif-serialize",
11040 "imgref",
11041 "loop9",
11042 "quick-error",
11043 "rav1e",
11044 "rayon",
11045 "rgb",
11046]
11047
11048[[package]]
11049name = "raw-window-handle"
11050version = "0.6.2"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11053
11054[[package]]
11055name = "raw-window-metal"
11056version = "0.4.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11059dependencies = [
11060 "cocoa 0.25.0",
11061 "core-graphics 0.23.2",
11062 "objc",
11063 "raw-window-handle",
11064]
11065
11066[[package]]
11067name = "rayon"
11068version = "1.10.0"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11071dependencies = [
11072 "either",
11073 "rayon-core",
11074]
11075
11076[[package]]
11077name = "rayon-core"
11078version = "1.12.1"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11081dependencies = [
11082 "crossbeam-deque",
11083 "crossbeam-utils",
11084]
11085
11086[[package]]
11087name = "read-fonts"
11088version = "0.22.5"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11091dependencies = [
11092 "bytemuck",
11093 "font-types",
11094]
11095
11096[[package]]
11097name = "recent_projects"
11098version = "0.1.0"
11099dependencies = [
11100 "anyhow",
11101 "auto_update",
11102 "editor",
11103 "extension_host",
11104 "file_finder",
11105 "futures 0.3.31",
11106 "fuzzy",
11107 "gpui",
11108 "language",
11109 "log",
11110 "markdown",
11111 "menu",
11112 "ordered-float 2.10.1",
11113 "paths",
11114 "picker",
11115 "project",
11116 "release_channel",
11117 "remote",
11118 "schemars",
11119 "serde",
11120 "serde_json",
11121 "settings",
11122 "smol",
11123 "task",
11124 "telemetry",
11125 "theme",
11126 "ui",
11127 "util",
11128 "workspace",
11129 "zed_actions",
11130]
11131
11132[[package]]
11133name = "redox_syscall"
11134version = "0.2.16"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11137dependencies = [
11138 "bitflags 1.3.2",
11139]
11140
11141[[package]]
11142name = "redox_syscall"
11143version = "0.5.8"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11146dependencies = [
11147 "bitflags 2.8.0",
11148]
11149
11150[[package]]
11151name = "redox_users"
11152version = "0.4.6"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11155dependencies = [
11156 "getrandom 0.2.15",
11157 "libredox",
11158 "thiserror 1.0.69",
11159]
11160
11161[[package]]
11162name = "refineable"
11163version = "0.1.0"
11164dependencies = [
11165 "derive_refineable",
11166]
11167
11168[[package]]
11169name = "regalloc2"
11170version = "0.11.1"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11173dependencies = [
11174 "allocator-api2",
11175 "bumpalo",
11176 "hashbrown 0.15.2",
11177 "log",
11178 "rustc-hash 2.1.1",
11179 "smallvec",
11180]
11181
11182[[package]]
11183name = "regex"
11184version = "1.11.1"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11187dependencies = [
11188 "aho-corasick",
11189 "memchr",
11190 "regex-automata 0.4.9",
11191 "regex-syntax 0.8.5",
11192]
11193
11194[[package]]
11195name = "regex-automata"
11196version = "0.1.10"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11199dependencies = [
11200 "regex-syntax 0.6.29",
11201]
11202
11203[[package]]
11204name = "regex-automata"
11205version = "0.4.9"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11208dependencies = [
11209 "aho-corasick",
11210 "memchr",
11211 "regex-syntax 0.8.5",
11212]
11213
11214[[package]]
11215name = "regex-lite"
11216version = "0.1.6"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11219
11220[[package]]
11221name = "regex-syntax"
11222version = "0.6.29"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11225
11226[[package]]
11227name = "regex-syntax"
11228version = "0.8.5"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11231
11232[[package]]
11233name = "release_channel"
11234version = "0.1.0"
11235dependencies = [
11236 "gpui",
11237]
11238
11239[[package]]
11240name = "remote"
11241version = "0.1.0"
11242dependencies = [
11243 "anyhow",
11244 "askpass",
11245 "async-trait",
11246 "collections",
11247 "fs",
11248 "futures 0.3.31",
11249 "gpui",
11250 "itertools 0.14.0",
11251 "log",
11252 "parking_lot",
11253 "paths",
11254 "prost 0.9.0",
11255 "release_channel",
11256 "rpc",
11257 "schemars",
11258 "serde",
11259 "serde_json",
11260 "shlex",
11261 "smol",
11262 "tempfile",
11263 "thiserror 1.0.69",
11264 "urlencoding",
11265 "util",
11266]
11267
11268[[package]]
11269name = "remote_server"
11270version = "0.1.0"
11271dependencies = [
11272 "anyhow",
11273 "async-watch",
11274 "backtrace",
11275 "cargo_toml",
11276 "chrono",
11277 "clap",
11278 "client",
11279 "clock",
11280 "env_logger 0.11.7",
11281 "extension",
11282 "extension_host",
11283 "fork",
11284 "fs",
11285 "futures 0.3.31",
11286 "git",
11287 "git_hosting_providers",
11288 "gpui",
11289 "gpui_tokio",
11290 "http_client",
11291 "language",
11292 "language_extension",
11293 "languages",
11294 "libc",
11295 "log",
11296 "lsp",
11297 "node_runtime",
11298 "paths",
11299 "project",
11300 "proto",
11301 "release_channel",
11302 "remote",
11303 "reqwest_client",
11304 "rpc",
11305 "rust-embed",
11306 "serde",
11307 "serde_json",
11308 "settings",
11309 "shellexpand 2.1.2",
11310 "smol",
11311 "sysinfo",
11312 "telemetry_events",
11313 "toml 0.8.20",
11314 "unindent",
11315 "util",
11316 "worktree",
11317]
11318
11319[[package]]
11320name = "rend"
11321version = "0.4.2"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11324dependencies = [
11325 "bytecheck",
11326]
11327
11328[[package]]
11329name = "repl"
11330version = "0.1.0"
11331dependencies = [
11332 "alacritty_terminal",
11333 "anyhow",
11334 "async-dispatcher",
11335 "async-tungstenite",
11336 "base64 0.22.1",
11337 "client",
11338 "collections",
11339 "command_palette_hooks",
11340 "editor",
11341 "env_logger 0.11.7",
11342 "feature_flags",
11343 "file_icons",
11344 "futures 0.3.31",
11345 "gpui",
11346 "http_client",
11347 "image",
11348 "indoc",
11349 "jupyter-protocol",
11350 "jupyter-websocket-client",
11351 "language",
11352 "languages",
11353 "log",
11354 "markdown_preview",
11355 "menu",
11356 "multi_buffer",
11357 "nbformat",
11358 "picker",
11359 "project",
11360 "runtimelib",
11361 "schemars",
11362 "serde",
11363 "serde_json",
11364 "settings",
11365 "smol",
11366 "telemetry",
11367 "terminal",
11368 "terminal_view",
11369 "theme",
11370 "tree-sitter-md",
11371 "tree-sitter-python",
11372 "tree-sitter-typescript",
11373 "ui",
11374 "util",
11375 "uuid",
11376 "workspace",
11377]
11378
11379[[package]]
11380name = "reqwest"
11381version = "0.11.27"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11384dependencies = [
11385 "base64 0.21.7",
11386 "bytes 1.10.1",
11387 "encoding_rs",
11388 "futures-core",
11389 "futures-util",
11390 "h2 0.3.26",
11391 "http 0.2.12",
11392 "http-body 0.4.6",
11393 "hyper 0.14.32",
11394 "hyper-rustls 0.24.2",
11395 "hyper-tls",
11396 "ipnet",
11397 "js-sys",
11398 "log",
11399 "mime",
11400 "native-tls",
11401 "once_cell",
11402 "percent-encoding",
11403 "pin-project-lite",
11404 "rustls 0.21.12",
11405 "rustls-native-certs 0.6.3",
11406 "rustls-pemfile 1.0.4",
11407 "serde",
11408 "serde_json",
11409 "serde_urlencoded",
11410 "sync_wrapper 0.1.2",
11411 "system-configuration 0.5.1",
11412 "tokio",
11413 "tokio-native-tls",
11414 "tokio-rustls 0.24.1",
11415 "tower-service",
11416 "url",
11417 "wasm-bindgen",
11418 "wasm-bindgen-futures",
11419 "web-sys",
11420 "winreg 0.50.0",
11421]
11422
11423[[package]]
11424name = "reqwest"
11425version = "0.12.8"
11426source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11427dependencies = [
11428 "base64 0.22.1",
11429 "bytes 1.10.1",
11430 "encoding_rs",
11431 "futures-core",
11432 "futures-util",
11433 "h2 0.4.7",
11434 "http 1.2.0",
11435 "http-body 1.0.1",
11436 "http-body-util",
11437 "hyper 1.5.1",
11438 "hyper-rustls 0.27.3",
11439 "hyper-util",
11440 "ipnet",
11441 "js-sys",
11442 "log",
11443 "mime",
11444 "once_cell",
11445 "percent-encoding",
11446 "pin-project-lite",
11447 "quinn",
11448 "rustls 0.23.23",
11449 "rustls-native-certs 0.8.1",
11450 "rustls-pemfile 2.2.0",
11451 "rustls-pki-types",
11452 "serde",
11453 "serde_json",
11454 "serde_urlencoded",
11455 "sync_wrapper 1.0.2",
11456 "system-configuration 0.6.1",
11457 "tokio",
11458 "tokio-rustls 0.26.1",
11459 "tokio-socks",
11460 "tokio-util",
11461 "tower-service",
11462 "url",
11463 "wasm-bindgen",
11464 "wasm-bindgen-futures",
11465 "wasm-streams",
11466 "web-sys",
11467 "windows-registry",
11468]
11469
11470[[package]]
11471name = "reqwest_client"
11472version = "0.1.0"
11473dependencies = [
11474 "anyhow",
11475 "bytes 1.10.1",
11476 "futures 0.3.31",
11477 "gpui",
11478 "http_client",
11479 "http_client_tls",
11480 "log",
11481 "regex",
11482 "reqwest 0.12.8",
11483 "serde",
11484 "smol",
11485 "tokio",
11486]
11487
11488[[package]]
11489name = "resvg"
11490version = "0.45.0"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11493dependencies = [
11494 "log",
11495 "pico-args",
11496 "rgb",
11497 "svgtypes",
11498 "tiny-skia",
11499 "usvg",
11500]
11501
11502[[package]]
11503name = "rfc6979"
11504version = "0.3.1"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11507dependencies = [
11508 "crypto-bigint 0.4.9",
11509 "hmac",
11510 "zeroize",
11511]
11512
11513[[package]]
11514name = "rgb"
11515version = "0.8.50"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11518dependencies = [
11519 "bytemuck",
11520]
11521
11522[[package]]
11523name = "rich_text"
11524version = "0.1.0"
11525dependencies = [
11526 "futures 0.3.31",
11527 "gpui",
11528 "language",
11529 "linkify",
11530 "pulldown-cmark 0.12.2",
11531 "theme",
11532 "ui",
11533 "util",
11534]
11535
11536[[package]]
11537name = "ring"
11538version = "0.17.8"
11539source = "registry+https://github.com/rust-lang/crates.io-index"
11540checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11541dependencies = [
11542 "cc",
11543 "cfg-if",
11544 "getrandom 0.2.15",
11545 "libc",
11546 "spin",
11547 "untrusted",
11548 "windows-sys 0.52.0",
11549]
11550
11551[[package]]
11552name = "rkyv"
11553version = "0.7.45"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11556dependencies = [
11557 "bitvec",
11558 "bytecheck",
11559 "bytes 1.10.1",
11560 "hashbrown 0.12.3",
11561 "ptr_meta",
11562 "rend",
11563 "rkyv_derive",
11564 "seahash",
11565 "tinyvec",
11566 "uuid",
11567]
11568
11569[[package]]
11570name = "rkyv_derive"
11571version = "0.7.45"
11572source = "registry+https://github.com/rust-lang/crates.io-index"
11573checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11574dependencies = [
11575 "proc-macro2",
11576 "quote",
11577 "syn 1.0.109",
11578]
11579
11580[[package]]
11581name = "rmp"
11582version = "0.8.14"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11585dependencies = [
11586 "byteorder",
11587 "num-traits",
11588 "paste",
11589]
11590
11591[[package]]
11592name = "rmpv"
11593version = "1.3.0"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11596dependencies = [
11597 "num-traits",
11598 "rmp",
11599]
11600
11601[[package]]
11602name = "rodio"
11603version = "0.20.1"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11606dependencies = [
11607 "cpal",
11608 "hound",
11609]
11610
11611[[package]]
11612name = "rope"
11613version = "0.1.0"
11614dependencies = [
11615 "arrayvec",
11616 "criterion",
11617 "ctor",
11618 "env_logger 0.11.7",
11619 "gpui",
11620 "log",
11621 "rand 0.8.5",
11622 "rayon",
11623 "smallvec",
11624 "sum_tree",
11625 "unicode-segmentation",
11626 "util",
11627]
11628
11629[[package]]
11630name = "roxmltree"
11631version = "0.20.0"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11634
11635[[package]]
11636name = "rpc"
11637version = "0.1.0"
11638dependencies = [
11639 "anyhow",
11640 "async-tungstenite",
11641 "base64 0.22.1",
11642 "chrono",
11643 "collections",
11644 "env_logger 0.11.7",
11645 "futures 0.3.31",
11646 "gpui",
11647 "parking_lot",
11648 "proto",
11649 "rand 0.8.5",
11650 "rsa",
11651 "serde",
11652 "serde_json",
11653 "sha2",
11654 "strum",
11655 "tracing",
11656 "util",
11657 "zstd",
11658]
11659
11660[[package]]
11661name = "rsa"
11662version = "0.9.8"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11665dependencies = [
11666 "const-oid",
11667 "digest",
11668 "num-bigint-dig",
11669 "num-integer",
11670 "num-traits",
11671 "pkcs1",
11672 "pkcs8 0.10.2",
11673 "rand_core 0.6.4",
11674 "signature 2.2.0",
11675 "spki 0.7.3",
11676 "subtle",
11677 "zeroize",
11678]
11679
11680[[package]]
11681name = "runtimelib"
11682version = "0.25.0"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11685dependencies = [
11686 "anyhow",
11687 "async-dispatcher",
11688 "async-std",
11689 "base64 0.22.1",
11690 "bytes 1.10.1",
11691 "chrono",
11692 "data-encoding",
11693 "dirs 5.0.1",
11694 "futures 0.3.31",
11695 "glob",
11696 "jupyter-protocol",
11697 "ring",
11698 "serde",
11699 "serde_json",
11700 "shellexpand 3.1.0",
11701 "smol",
11702 "uuid",
11703 "zeromq",
11704]
11705
11706[[package]]
11707name = "rust-embed"
11708version = "8.5.0"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11711dependencies = [
11712 "rust-embed-impl",
11713 "rust-embed-utils",
11714 "walkdir",
11715]
11716
11717[[package]]
11718name = "rust-embed-impl"
11719version = "8.5.0"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11722dependencies = [
11723 "proc-macro2",
11724 "quote",
11725 "rust-embed-utils",
11726 "syn 2.0.100",
11727 "walkdir",
11728]
11729
11730[[package]]
11731name = "rust-embed-utils"
11732version = "8.5.0"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11735dependencies = [
11736 "globset",
11737 "sha2",
11738 "walkdir",
11739]
11740
11741[[package]]
11742name = "rust_decimal"
11743version = "1.36.0"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11746dependencies = [
11747 "arrayvec",
11748 "borsh",
11749 "bytes 1.10.1",
11750 "num-traits",
11751 "rand 0.8.5",
11752 "rkyv",
11753 "serde",
11754 "serde_json",
11755]
11756
11757[[package]]
11758name = "rustc-demangle"
11759version = "0.1.24"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11762
11763[[package]]
11764name = "rustc-hash"
11765version = "1.1.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11768
11769[[package]]
11770name = "rustc-hash"
11771version = "2.1.1"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11774
11775[[package]]
11776name = "rustc_version"
11777version = "0.4.1"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11780dependencies = [
11781 "semver",
11782]
11783
11784[[package]]
11785name = "rustix"
11786version = "0.38.42"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11789dependencies = [
11790 "bitflags 2.8.0",
11791 "errno 0.3.10",
11792 "itoa",
11793 "libc",
11794 "linux-raw-sys",
11795 "once_cell",
11796 "windows-sys 0.59.0",
11797]
11798
11799[[package]]
11800name = "rustix-openpty"
11801version = "0.1.1"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11804dependencies = [
11805 "errno 0.3.10",
11806 "libc",
11807 "rustix",
11808]
11809
11810[[package]]
11811name = "rustls"
11812version = "0.21.12"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11815dependencies = [
11816 "log",
11817 "ring",
11818 "rustls-webpki 0.101.7",
11819 "sct",
11820]
11821
11822[[package]]
11823name = "rustls"
11824version = "0.23.23"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11827dependencies = [
11828 "aws-lc-rs",
11829 "log",
11830 "once_cell",
11831 "ring",
11832 "rustls-pki-types",
11833 "rustls-webpki 0.102.8",
11834 "subtle",
11835 "zeroize",
11836]
11837
11838[[package]]
11839name = "rustls-native-certs"
11840version = "0.6.3"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11843dependencies = [
11844 "openssl-probe",
11845 "rustls-pemfile 1.0.4",
11846 "schannel",
11847 "security-framework 2.11.1",
11848]
11849
11850[[package]]
11851name = "rustls-native-certs"
11852version = "0.8.1"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11855dependencies = [
11856 "openssl-probe",
11857 "rustls-pki-types",
11858 "schannel",
11859 "security-framework 3.0.1",
11860]
11861
11862[[package]]
11863name = "rustls-pemfile"
11864version = "1.0.4"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11867dependencies = [
11868 "base64 0.21.7",
11869]
11870
11871[[package]]
11872name = "rustls-pemfile"
11873version = "2.2.0"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11876dependencies = [
11877 "rustls-pki-types",
11878]
11879
11880[[package]]
11881name = "rustls-pki-types"
11882version = "1.10.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11885dependencies = [
11886 "web-time",
11887]
11888
11889[[package]]
11890name = "rustls-platform-verifier"
11891version = "0.5.0"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11894dependencies = [
11895 "core-foundation 0.10.0",
11896 "core-foundation-sys",
11897 "jni",
11898 "log",
11899 "once_cell",
11900 "rustls 0.23.23",
11901 "rustls-native-certs 0.8.1",
11902 "rustls-platform-verifier-android",
11903 "rustls-webpki 0.102.8",
11904 "security-framework 3.0.1",
11905 "security-framework-sys",
11906 "webpki-root-certs",
11907 "windows-sys 0.52.0",
11908]
11909
11910[[package]]
11911name = "rustls-platform-verifier-android"
11912version = "0.1.1"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11915
11916[[package]]
11917name = "rustls-webpki"
11918version = "0.101.7"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11921dependencies = [
11922 "ring",
11923 "untrusted",
11924]
11925
11926[[package]]
11927name = "rustls-webpki"
11928version = "0.102.8"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11931dependencies = [
11932 "aws-lc-rs",
11933 "ring",
11934 "rustls-pki-types",
11935 "untrusted",
11936]
11937
11938[[package]]
11939name = "rustversion"
11940version = "1.0.18"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11943
11944[[package]]
11945name = "rustybuzz"
11946version = "0.14.1"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11949dependencies = [
11950 "bitflags 2.8.0",
11951 "bytemuck",
11952 "libm",
11953 "smallvec",
11954 "ttf-parser 0.21.1",
11955 "unicode-bidi-mirroring 0.2.0",
11956 "unicode-ccc 0.2.0",
11957 "unicode-properties",
11958 "unicode-script",
11959]
11960
11961[[package]]
11962name = "rustybuzz"
11963version = "0.20.1"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11966dependencies = [
11967 "bitflags 2.8.0",
11968 "bytemuck",
11969 "core_maths",
11970 "log",
11971 "smallvec",
11972 "ttf-parser 0.25.1",
11973 "unicode-bidi-mirroring 0.4.0",
11974 "unicode-ccc 0.4.0",
11975 "unicode-properties",
11976 "unicode-script",
11977]
11978
11979[[package]]
11980name = "ryu"
11981version = "1.0.18"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11984
11985[[package]]
11986name = "salsa20"
11987version = "0.10.2"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11990dependencies = [
11991 "cipher",
11992]
11993
11994[[package]]
11995name = "same-file"
11996version = "1.0.6"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11999dependencies = [
12000 "winapi-util",
12001]
12002
12003[[package]]
12004name = "schannel"
12005version = "0.1.27"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12008dependencies = [
12009 "windows-sys 0.59.0",
12010]
12011
12012[[package]]
12013name = "schema_generator"
12014version = "0.1.0"
12015dependencies = [
12016 "anyhow",
12017 "clap",
12018 "env_logger 0.11.7",
12019 "schemars",
12020 "serde",
12021 "serde_json",
12022 "theme",
12023]
12024
12025[[package]]
12026name = "schemars"
12027version = "0.8.22"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12030dependencies = [
12031 "dyn-clone",
12032 "indexmap",
12033 "schemars_derive",
12034 "serde",
12035 "serde_json",
12036]
12037
12038[[package]]
12039name = "schemars_derive"
12040version = "0.8.22"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12043dependencies = [
12044 "proc-macro2",
12045 "quote",
12046 "serde_derive_internals",
12047 "syn 2.0.100",
12048]
12049
12050[[package]]
12051name = "scoped-tls"
12052version = "1.0.1"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12055
12056[[package]]
12057name = "scopeguard"
12058version = "1.2.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12061
12062[[package]]
12063name = "scratch"
12064version = "1.0.7"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12067
12068[[package]]
12069name = "scripting_tool"
12070version = "0.1.0"
12071dependencies = [
12072 "anyhow",
12073 "buffer_diff",
12074 "clock",
12075 "collections",
12076 "futures 0.3.31",
12077 "gpui",
12078 "language",
12079 "log",
12080 "mlua",
12081 "parking_lot",
12082 "project",
12083 "rand 0.8.5",
12084 "regex",
12085 "schemars",
12086 "serde",
12087 "serde_json",
12088 "settings",
12089 "util",
12090]
12091
12092[[package]]
12093name = "scrypt"
12094version = "0.11.0"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12097dependencies = [
12098 "password-hash 0.5.0",
12099 "pbkdf2 0.12.2",
12100 "salsa20",
12101 "sha2",
12102]
12103
12104[[package]]
12105name = "sct"
12106version = "0.7.1"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12109dependencies = [
12110 "ring",
12111 "untrusted",
12112]
12113
12114[[package]]
12115name = "sea-bae"
12116version = "0.2.1"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12119dependencies = [
12120 "heck 0.4.1",
12121 "proc-macro-error2",
12122 "proc-macro2",
12123 "quote",
12124 "syn 2.0.100",
12125]
12126
12127[[package]]
12128name = "sea-orm"
12129version = "1.1.5"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12132dependencies = [
12133 "async-stream",
12134 "async-trait",
12135 "bigdecimal",
12136 "chrono",
12137 "futures 0.3.31",
12138 "log",
12139 "ouroboros",
12140 "rust_decimal",
12141 "sea-orm-macros",
12142 "sea-query",
12143 "sea-query-binder",
12144 "serde",
12145 "serde_json",
12146 "sqlx",
12147 "strum",
12148 "thiserror 1.0.69",
12149 "time",
12150 "tracing",
12151 "url",
12152 "uuid",
12153]
12154
12155[[package]]
12156name = "sea-orm-macros"
12157version = "1.1.5"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12160dependencies = [
12161 "heck 0.4.1",
12162 "proc-macro2",
12163 "quote",
12164 "sea-bae",
12165 "syn 2.0.100",
12166 "unicode-ident",
12167]
12168
12169[[package]]
12170name = "sea-query"
12171version = "0.32.1"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12174dependencies = [
12175 "bigdecimal",
12176 "chrono",
12177 "inherent",
12178 "ordered-float 3.9.2",
12179 "rust_decimal",
12180 "serde_json",
12181 "time",
12182 "uuid",
12183]
12184
12185[[package]]
12186name = "sea-query-binder"
12187version = "0.7.0"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12190dependencies = [
12191 "bigdecimal",
12192 "chrono",
12193 "rust_decimal",
12194 "sea-query",
12195 "serde_json",
12196 "sqlx",
12197 "time",
12198 "uuid",
12199]
12200
12201[[package]]
12202name = "seahash"
12203version = "4.1.0"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12206
12207[[package]]
12208name = "search"
12209version = "0.1.0"
12210dependencies = [
12211 "any_vec",
12212 "anyhow",
12213 "bitflags 2.8.0",
12214 "client",
12215 "collections",
12216 "editor",
12217 "futures 0.3.31",
12218 "gpui",
12219 "language",
12220 "menu",
12221 "project",
12222 "schemars",
12223 "serde",
12224 "serde_json",
12225 "settings",
12226 "smol",
12227 "theme",
12228 "ui",
12229 "unindent",
12230 "util",
12231 "workspace",
12232 "zed_actions",
12233]
12234
12235[[package]]
12236name = "sec1"
12237version = "0.3.0"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12240dependencies = [
12241 "base16ct",
12242 "der 0.6.1",
12243 "generic-array",
12244 "pkcs8 0.9.0",
12245 "subtle",
12246 "zeroize",
12247]
12248
12249[[package]]
12250name = "security-framework"
12251version = "2.11.1"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12254dependencies = [
12255 "bitflags 2.8.0",
12256 "core-foundation 0.9.4",
12257 "core-foundation-sys",
12258 "libc",
12259 "security-framework-sys",
12260]
12261
12262[[package]]
12263name = "security-framework"
12264version = "3.0.1"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12267dependencies = [
12268 "bitflags 2.8.0",
12269 "core-foundation 0.10.0",
12270 "core-foundation-sys",
12271 "libc",
12272 "security-framework-sys",
12273]
12274
12275[[package]]
12276name = "security-framework-sys"
12277version = "2.12.1"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12280dependencies = [
12281 "core-foundation-sys",
12282 "libc",
12283]
12284
12285[[package]]
12286name = "self_cell"
12287version = "1.1.0"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12290
12291[[package]]
12292name = "semantic_index"
12293version = "0.1.0"
12294dependencies = [
12295 "anyhow",
12296 "arrayvec",
12297 "blake3",
12298 "client",
12299 "clock",
12300 "collections",
12301 "env_logger 0.11.7",
12302 "feature_flags",
12303 "fs",
12304 "futures 0.3.31",
12305 "futures-batch",
12306 "gpui",
12307 "heed",
12308 "http_client",
12309 "language",
12310 "language_model",
12311 "languages",
12312 "log",
12313 "open_ai",
12314 "parking_lot",
12315 "project",
12316 "reqwest_client",
12317 "serde",
12318 "serde_json",
12319 "settings",
12320 "sha2",
12321 "smol",
12322 "streaming-iterator",
12323 "tempfile",
12324 "theme",
12325 "tree-sitter",
12326 "ui",
12327 "unindent",
12328 "util",
12329 "workspace",
12330 "worktree",
12331]
12332
12333[[package]]
12334name = "semantic_version"
12335version = "0.1.0"
12336dependencies = [
12337 "anyhow",
12338 "serde",
12339]
12340
12341[[package]]
12342name = "semver"
12343version = "1.0.25"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12346dependencies = [
12347 "serde",
12348]
12349
12350[[package]]
12351name = "serde"
12352version = "1.0.218"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12355dependencies = [
12356 "serde_derive",
12357]
12358
12359[[package]]
12360name = "serde_derive"
12361version = "1.0.218"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12364dependencies = [
12365 "proc-macro2",
12366 "quote",
12367 "syn 2.0.100",
12368]
12369
12370[[package]]
12371name = "serde_derive_internals"
12372version = "0.29.1"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12375dependencies = [
12376 "proc-macro2",
12377 "quote",
12378 "syn 2.0.100",
12379]
12380
12381[[package]]
12382name = "serde_fmt"
12383version = "1.0.3"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12386dependencies = [
12387 "serde",
12388]
12389
12390[[package]]
12391name = "serde_json"
12392version = "1.0.139"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12395dependencies = [
12396 "indexmap",
12397 "itoa",
12398 "memchr",
12399 "ryu",
12400 "serde",
12401]
12402
12403[[package]]
12404name = "serde_json_lenient"
12405version = "0.2.4"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12408dependencies = [
12409 "indexmap",
12410 "itoa",
12411 "memchr",
12412 "ryu",
12413 "serde",
12414]
12415
12416[[package]]
12417name = "serde_path_to_error"
12418version = "0.1.16"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12421dependencies = [
12422 "itoa",
12423 "serde",
12424]
12425
12426[[package]]
12427name = "serde_qs"
12428version = "0.8.5"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12431dependencies = [
12432 "percent-encoding",
12433 "serde",
12434 "thiserror 1.0.69",
12435]
12436
12437[[package]]
12438name = "serde_qs"
12439version = "0.10.1"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12442dependencies = [
12443 "percent-encoding",
12444 "serde",
12445 "thiserror 1.0.69",
12446]
12447
12448[[package]]
12449name = "serde_repr"
12450version = "0.1.19"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12453dependencies = [
12454 "proc-macro2",
12455 "quote",
12456 "syn 2.0.100",
12457]
12458
12459[[package]]
12460name = "serde_spanned"
12461version = "0.6.8"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12464dependencies = [
12465 "serde",
12466]
12467
12468[[package]]
12469name = "serde_urlencoded"
12470version = "0.7.1"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12473dependencies = [
12474 "form_urlencoded",
12475 "itoa",
12476 "ryu",
12477 "serde",
12478]
12479
12480[[package]]
12481name = "session"
12482version = "0.1.0"
12483dependencies = [
12484 "db",
12485 "gpui",
12486 "serde_json",
12487 "util",
12488 "uuid",
12489]
12490
12491[[package]]
12492name = "settings"
12493version = "0.1.0"
12494dependencies = [
12495 "anyhow",
12496 "collections",
12497 "ec4rs",
12498 "fs",
12499 "futures 0.3.31",
12500 "gpui",
12501 "indoc",
12502 "inventory",
12503 "log",
12504 "paths",
12505 "pretty_assertions",
12506 "release_channel",
12507 "rust-embed",
12508 "schemars",
12509 "serde",
12510 "serde_derive",
12511 "serde_json",
12512 "serde_json_lenient",
12513 "smallvec",
12514 "streaming-iterator",
12515 "tree-sitter",
12516 "tree-sitter-json",
12517 "unindent",
12518 "util",
12519]
12520
12521[[package]]
12522name = "settings_ui"
12523version = "0.1.0"
12524dependencies = [
12525 "command_palette_hooks",
12526 "editor",
12527 "feature_flags",
12528 "gpui",
12529 "settings",
12530 "theme",
12531 "ui",
12532 "workspace",
12533]
12534
12535[[package]]
12536name = "sha1"
12537version = "0.10.6"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12540dependencies = [
12541 "cfg-if",
12542 "cpufeatures",
12543 "digest",
12544]
12545
12546[[package]]
12547name = "sha1_smol"
12548version = "1.0.1"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12551
12552[[package]]
12553name = "sha2"
12554version = "0.10.8"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12557dependencies = [
12558 "cfg-if",
12559 "cpufeatures",
12560 "digest",
12561]
12562
12563[[package]]
12564name = "sharded-slab"
12565version = "0.1.7"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12568dependencies = [
12569 "lazy_static",
12570]
12571
12572[[package]]
12573name = "shell-words"
12574version = "1.1.0"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12577
12578[[package]]
12579name = "shellexpand"
12580version = "2.1.2"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12583dependencies = [
12584 "dirs 4.0.0",
12585]
12586
12587[[package]]
12588name = "shellexpand"
12589version = "3.1.0"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12592dependencies = [
12593 "dirs 5.0.1",
12594]
12595
12596[[package]]
12597name = "shlex"
12598version = "1.3.0"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12601
12602[[package]]
12603name = "signal-hook"
12604version = "0.3.17"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12607dependencies = [
12608 "libc",
12609 "signal-hook-registry",
12610]
12611
12612[[package]]
12613name = "signal-hook-registry"
12614version = "1.4.2"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12617dependencies = [
12618 "libc",
12619]
12620
12621[[package]]
12622name = "signature"
12623version = "1.6.4"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12626dependencies = [
12627 "digest",
12628 "rand_core 0.6.4",
12629]
12630
12631[[package]]
12632name = "signature"
12633version = "2.2.0"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12636dependencies = [
12637 "digest",
12638 "rand_core 0.6.4",
12639]
12640
12641[[package]]
12642name = "simd-adler32"
12643version = "0.3.7"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12646
12647[[package]]
12648name = "simd_helpers"
12649version = "0.1.0"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12652dependencies = [
12653 "quote",
12654]
12655
12656[[package]]
12657name = "simdutf8"
12658version = "0.1.5"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12661
12662[[package]]
12663name = "simple_asn1"
12664version = "0.6.2"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12667dependencies = [
12668 "num-bigint",
12669 "num-traits",
12670 "thiserror 1.0.69",
12671 "time",
12672]
12673
12674[[package]]
12675name = "simplecss"
12676version = "0.2.1"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12679dependencies = [
12680 "log",
12681]
12682
12683[[package]]
12684name = "simplelog"
12685version = "0.12.2"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12688dependencies = [
12689 "log",
12690 "termcolor",
12691 "time",
12692]
12693
12694[[package]]
12695name = "siphasher"
12696version = "0.3.11"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12699
12700[[package]]
12701name = "siphasher"
12702version = "1.0.1"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12705
12706[[package]]
12707name = "skrifa"
12708version = "0.22.3"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12711dependencies = [
12712 "bytemuck",
12713 "read-fonts",
12714]
12715
12716[[package]]
12717name = "slab"
12718version = "0.4.9"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12721dependencies = [
12722 "autocfg",
12723]
12724
12725[[package]]
12726name = "slash_commands_example"
12727version = "0.1.0"
12728dependencies = [
12729 "zed_extension_api 0.1.0",
12730]
12731
12732[[package]]
12733name = "slotmap"
12734version = "1.0.7"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12737dependencies = [
12738 "version_check",
12739]
12740
12741[[package]]
12742name = "smallvec"
12743version = "1.14.0"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12746dependencies = [
12747 "serde",
12748]
12749
12750[[package]]
12751name = "smart-default"
12752version = "0.6.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12755dependencies = [
12756 "proc-macro2",
12757 "quote",
12758 "syn 1.0.109",
12759]
12760
12761[[package]]
12762name = "smol"
12763version = "2.0.2"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12766dependencies = [
12767 "async-channel 2.3.1",
12768 "async-executor",
12769 "async-fs",
12770 "async-io",
12771 "async-lock",
12772 "async-net",
12773 "async-process",
12774 "blocking",
12775 "futures-lite 2.6.0",
12776]
12777
12778[[package]]
12779name = "smol_str"
12780version = "0.1.24"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12783dependencies = [
12784 "serde",
12785]
12786
12787[[package]]
12788name = "snippet"
12789version = "0.1.0"
12790dependencies = [
12791 "anyhow",
12792 "smallvec",
12793]
12794
12795[[package]]
12796name = "snippet_provider"
12797version = "0.1.0"
12798dependencies = [
12799 "anyhow",
12800 "collections",
12801 "extension",
12802 "fs",
12803 "futures 0.3.31",
12804 "gpui",
12805 "parking_lot",
12806 "paths",
12807 "schemars",
12808 "serde",
12809 "serde_json_lenient",
12810 "snippet",
12811 "util",
12812]
12813
12814[[package]]
12815name = "snippets_ui"
12816version = "0.1.0"
12817dependencies = [
12818 "fuzzy",
12819 "gpui",
12820 "language",
12821 "paths",
12822 "picker",
12823 "ui",
12824 "util",
12825 "workspace",
12826]
12827
12828[[package]]
12829name = "socket2"
12830version = "0.5.8"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12833dependencies = [
12834 "libc",
12835 "windows-sys 0.52.0",
12836]
12837
12838[[package]]
12839name = "spdx"
12840version = "0.10.7"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12843dependencies = [
12844 "smallvec",
12845]
12846
12847[[package]]
12848name = "spin"
12849version = "0.9.8"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12852dependencies = [
12853 "lock_api",
12854]
12855
12856[[package]]
12857name = "spirv"
12858version = "0.3.0+sdk-1.3.268.0"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12861dependencies = [
12862 "bitflags 2.8.0",
12863]
12864
12865[[package]]
12866name = "spki"
12867version = "0.6.0"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12870dependencies = [
12871 "base64ct",
12872 "der 0.6.1",
12873]
12874
12875[[package]]
12876name = "spki"
12877version = "0.7.3"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12880dependencies = [
12881 "base64ct",
12882 "der 0.7.9",
12883]
12884
12885[[package]]
12886name = "sptr"
12887version = "0.3.2"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12890
12891[[package]]
12892name = "sqlez"
12893version = "0.1.0"
12894dependencies = [
12895 "anyhow",
12896 "collections",
12897 "futures 0.3.31",
12898 "indoc",
12899 "libsqlite3-sys",
12900 "parking_lot",
12901 "smol",
12902 "sqlformat",
12903 "thread_local",
12904 "util",
12905 "uuid",
12906]
12907
12908[[package]]
12909name = "sqlez_macros"
12910version = "0.1.0"
12911dependencies = [
12912 "sqlez",
12913 "sqlformat",
12914 "syn 1.0.109",
12915]
12916
12917[[package]]
12918name = "sqlformat"
12919version = "0.2.6"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12922dependencies = [
12923 "nom",
12924 "unicode_categories",
12925]
12926
12927[[package]]
12928name = "sqlx"
12929version = "0.8.3"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12932dependencies = [
12933 "sqlx-core",
12934 "sqlx-macros",
12935 "sqlx-mysql",
12936 "sqlx-postgres",
12937 "sqlx-sqlite",
12938]
12939
12940[[package]]
12941name = "sqlx-core"
12942version = "0.8.3"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12945dependencies = [
12946 "bigdecimal",
12947 "bytes 1.10.1",
12948 "chrono",
12949 "crc",
12950 "crossbeam-queue",
12951 "either",
12952 "event-listener 5.3.1",
12953 "futures-core",
12954 "futures-intrusive",
12955 "futures-io",
12956 "futures-util",
12957 "hashbrown 0.15.2",
12958 "hashlink 0.10.0",
12959 "indexmap",
12960 "log",
12961 "memchr",
12962 "once_cell",
12963 "percent-encoding",
12964 "rust_decimal",
12965 "rustls 0.23.23",
12966 "rustls-pemfile 2.2.0",
12967 "serde",
12968 "serde_json",
12969 "sha2",
12970 "smallvec",
12971 "thiserror 2.0.6",
12972 "time",
12973 "tokio",
12974 "tokio-stream",
12975 "tracing",
12976 "url",
12977 "uuid",
12978 "webpki-roots",
12979]
12980
12981[[package]]
12982name = "sqlx-macros"
12983version = "0.8.3"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12986dependencies = [
12987 "proc-macro2",
12988 "quote",
12989 "sqlx-core",
12990 "sqlx-macros-core",
12991 "syn 2.0.100",
12992]
12993
12994[[package]]
12995name = "sqlx-macros-core"
12996version = "0.8.3"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12999dependencies = [
13000 "dotenvy",
13001 "either",
13002 "heck 0.5.0",
13003 "hex",
13004 "once_cell",
13005 "proc-macro2",
13006 "quote",
13007 "serde",
13008 "serde_json",
13009 "sha2",
13010 "sqlx-core",
13011 "sqlx-mysql",
13012 "sqlx-postgres",
13013 "sqlx-sqlite",
13014 "syn 2.0.100",
13015 "tempfile",
13016 "tokio",
13017 "url",
13018]
13019
13020[[package]]
13021name = "sqlx-mysql"
13022version = "0.8.3"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13025dependencies = [
13026 "atoi",
13027 "base64 0.22.1",
13028 "bigdecimal",
13029 "bitflags 2.8.0",
13030 "byteorder",
13031 "bytes 1.10.1",
13032 "chrono",
13033 "crc",
13034 "digest",
13035 "dotenvy",
13036 "either",
13037 "futures-channel",
13038 "futures-core",
13039 "futures-io",
13040 "futures-util",
13041 "generic-array",
13042 "hex",
13043 "hkdf",
13044 "hmac",
13045 "itoa",
13046 "log",
13047 "md-5",
13048 "memchr",
13049 "once_cell",
13050 "percent-encoding",
13051 "rand 0.8.5",
13052 "rsa",
13053 "rust_decimal",
13054 "serde",
13055 "sha1",
13056 "sha2",
13057 "smallvec",
13058 "sqlx-core",
13059 "stringprep",
13060 "thiserror 2.0.6",
13061 "time",
13062 "tracing",
13063 "uuid",
13064 "whoami",
13065]
13066
13067[[package]]
13068name = "sqlx-postgres"
13069version = "0.8.3"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13072dependencies = [
13073 "atoi",
13074 "base64 0.22.1",
13075 "bigdecimal",
13076 "bitflags 2.8.0",
13077 "byteorder",
13078 "chrono",
13079 "crc",
13080 "dotenvy",
13081 "etcetera",
13082 "futures-channel",
13083 "futures-core",
13084 "futures-util",
13085 "hex",
13086 "hkdf",
13087 "hmac",
13088 "home",
13089 "itoa",
13090 "log",
13091 "md-5",
13092 "memchr",
13093 "num-bigint",
13094 "once_cell",
13095 "rand 0.8.5",
13096 "rust_decimal",
13097 "serde",
13098 "serde_json",
13099 "sha2",
13100 "smallvec",
13101 "sqlx-core",
13102 "stringprep",
13103 "thiserror 2.0.6",
13104 "time",
13105 "tracing",
13106 "uuid",
13107 "whoami",
13108]
13109
13110[[package]]
13111name = "sqlx-sqlite"
13112version = "0.8.3"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13115dependencies = [
13116 "atoi",
13117 "chrono",
13118 "flume",
13119 "futures-channel",
13120 "futures-core",
13121 "futures-executor",
13122 "futures-intrusive",
13123 "futures-util",
13124 "libsqlite3-sys",
13125 "log",
13126 "percent-encoding",
13127 "serde",
13128 "serde_urlencoded",
13129 "sqlx-core",
13130 "time",
13131 "tracing",
13132 "url",
13133 "uuid",
13134]
13135
13136[[package]]
13137name = "stable_deref_trait"
13138version = "1.2.0"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13141
13142[[package]]
13143name = "static_assertions"
13144version = "1.1.0"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13147
13148[[package]]
13149name = "story"
13150version = "0.1.0"
13151dependencies = [
13152 "gpui",
13153 "itertools 0.14.0",
13154 "smallvec",
13155]
13156
13157[[package]]
13158name = "storybook"
13159version = "0.1.0"
13160dependencies = [
13161 "anyhow",
13162 "clap",
13163 "collab_ui",
13164 "ctrlc",
13165 "dialoguer",
13166 "editor",
13167 "fuzzy",
13168 "gpui",
13169 "indoc",
13170 "language",
13171 "log",
13172 "menu",
13173 "picker",
13174 "project",
13175 "reqwest_client",
13176 "rust-embed",
13177 "settings",
13178 "simplelog",
13179 "story",
13180 "strum",
13181 "theme",
13182 "title_bar",
13183 "ui",
13184]
13185
13186[[package]]
13187name = "streaming-iterator"
13188version = "0.1.9"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13191
13192[[package]]
13193name = "streaming_diff"
13194version = "0.1.0"
13195dependencies = [
13196 "ordered-float 2.10.1",
13197 "rand 0.8.5",
13198 "rope",
13199 "util",
13200]
13201
13202[[package]]
13203name = "strict-num"
13204version = "0.1.1"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13207dependencies = [
13208 "float-cmp",
13209]
13210
13211[[package]]
13212name = "string_cache"
13213version = "0.8.7"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13216dependencies = [
13217 "new_debug_unreachable",
13218 "once_cell",
13219 "parking_lot",
13220 "phf_shared 0.10.0",
13221 "precomputed-hash",
13222 "serde",
13223]
13224
13225[[package]]
13226name = "string_cache_codegen"
13227version = "0.5.2"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13230dependencies = [
13231 "phf_generator 0.10.0",
13232 "phf_shared 0.10.0",
13233 "proc-macro2",
13234 "quote",
13235]
13236
13237[[package]]
13238name = "stringprep"
13239version = "0.1.5"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13242dependencies = [
13243 "unicode-bidi",
13244 "unicode-normalization",
13245 "unicode-properties",
13246]
13247
13248[[package]]
13249name = "strsim"
13250version = "0.11.1"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13253
13254[[package]]
13255name = "strum"
13256version = "0.26.3"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13259dependencies = [
13260 "strum_macros",
13261]
13262
13263[[package]]
13264name = "strum_macros"
13265version = "0.26.4"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13268dependencies = [
13269 "heck 0.5.0",
13270 "proc-macro2",
13271 "quote",
13272 "rustversion",
13273 "syn 2.0.100",
13274]
13275
13276[[package]]
13277name = "subtle"
13278version = "2.6.1"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13281
13282[[package]]
13283name = "sum_tree"
13284version = "0.1.0"
13285dependencies = [
13286 "arrayvec",
13287 "ctor",
13288 "env_logger 0.11.7",
13289 "log",
13290 "rand 0.8.5",
13291 "rayon",
13292]
13293
13294[[package]]
13295name = "supermaven"
13296version = "0.1.0"
13297dependencies = [
13298 "anyhow",
13299 "client",
13300 "collections",
13301 "editor",
13302 "env_logger 0.11.7",
13303 "futures 0.3.31",
13304 "gpui",
13305 "http_client",
13306 "inline_completion",
13307 "language",
13308 "log",
13309 "postage",
13310 "project",
13311 "serde",
13312 "serde_json",
13313 "settings",
13314 "smol",
13315 "supermaven_api",
13316 "text",
13317 "theme",
13318 "ui",
13319 "unicode-segmentation",
13320 "util",
13321]
13322
13323[[package]]
13324name = "supermaven_api"
13325version = "0.1.0"
13326dependencies = [
13327 "anyhow",
13328 "futures 0.3.31",
13329 "http_client",
13330 "paths",
13331 "serde",
13332 "serde_json",
13333 "smol",
13334]
13335
13336[[package]]
13337name = "sval"
13338version = "2.13.2"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13341
13342[[package]]
13343name = "sval_buffer"
13344version = "2.13.2"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13347dependencies = [
13348 "sval",
13349 "sval_ref",
13350]
13351
13352[[package]]
13353name = "sval_dynamic"
13354version = "2.13.2"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13357dependencies = [
13358 "sval",
13359]
13360
13361[[package]]
13362name = "sval_fmt"
13363version = "2.13.2"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13366dependencies = [
13367 "itoa",
13368 "ryu",
13369 "sval",
13370]
13371
13372[[package]]
13373name = "sval_json"
13374version = "2.13.2"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13377dependencies = [
13378 "itoa",
13379 "ryu",
13380 "sval",
13381]
13382
13383[[package]]
13384name = "sval_nested"
13385version = "2.13.2"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13388dependencies = [
13389 "sval",
13390 "sval_buffer",
13391 "sval_ref",
13392]
13393
13394[[package]]
13395name = "sval_ref"
13396version = "2.13.2"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13399dependencies = [
13400 "sval",
13401]
13402
13403[[package]]
13404name = "sval_serde"
13405version = "2.13.2"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13408dependencies = [
13409 "serde",
13410 "sval",
13411 "sval_nested",
13412]
13413
13414[[package]]
13415name = "svg_fmt"
13416version = "0.4.4"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13419
13420[[package]]
13421name = "svgtypes"
13422version = "0.15.3"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13425dependencies = [
13426 "kurbo",
13427 "siphasher 1.0.1",
13428]
13429
13430[[package]]
13431name = "swash"
13432version = "0.1.19"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13435dependencies = [
13436 "skrifa",
13437 "yazi",
13438 "zeno",
13439]
13440
13441[[package]]
13442name = "syn"
13443version = "1.0.109"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13446dependencies = [
13447 "proc-macro2",
13448 "quote",
13449 "unicode-ident",
13450]
13451
13452[[package]]
13453name = "syn"
13454version = "2.0.100"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13457dependencies = [
13458 "proc-macro2",
13459 "quote",
13460 "unicode-ident",
13461]
13462
13463[[package]]
13464name = "sync_wrapper"
13465version = "0.1.2"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13468
13469[[package]]
13470name = "sync_wrapper"
13471version = "1.0.2"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13474dependencies = [
13475 "futures-core",
13476]
13477
13478[[package]]
13479name = "synchronoise"
13480version = "1.0.1"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13483dependencies = [
13484 "crossbeam-queue",
13485]
13486
13487[[package]]
13488name = "synstructure"
13489version = "0.13.1"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13492dependencies = [
13493 "proc-macro2",
13494 "quote",
13495 "syn 2.0.100",
13496]
13497
13498[[package]]
13499name = "sys-locale"
13500version = "0.3.2"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13503dependencies = [
13504 "libc",
13505]
13506
13507[[package]]
13508name = "sysinfo"
13509version = "0.31.4"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13512dependencies = [
13513 "core-foundation-sys",
13514 "libc",
13515 "memchr",
13516 "ntapi",
13517 "rayon",
13518 "windows 0.57.0",
13519]
13520
13521[[package]]
13522name = "system-configuration"
13523version = "0.5.1"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13526dependencies = [
13527 "bitflags 1.3.2",
13528 "core-foundation 0.9.4",
13529 "system-configuration-sys 0.5.0",
13530]
13531
13532[[package]]
13533name = "system-configuration"
13534version = "0.6.1"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13537dependencies = [
13538 "bitflags 2.8.0",
13539 "core-foundation 0.9.4",
13540 "system-configuration-sys 0.6.0",
13541]
13542
13543[[package]]
13544name = "system-configuration-sys"
13545version = "0.5.0"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13548dependencies = [
13549 "core-foundation-sys",
13550 "libc",
13551]
13552
13553[[package]]
13554name = "system-configuration-sys"
13555version = "0.6.0"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13558dependencies = [
13559 "core-foundation-sys",
13560 "libc",
13561]
13562
13563[[package]]
13564name = "system-deps"
13565version = "6.2.2"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13568dependencies = [
13569 "cfg-expr",
13570 "heck 0.5.0",
13571 "pkg-config",
13572 "toml 0.8.20",
13573 "version-compare",
13574]
13575
13576[[package]]
13577name = "system-interface"
13578version = "0.27.3"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13581dependencies = [
13582 "bitflags 2.8.0",
13583 "cap-fs-ext",
13584 "cap-std",
13585 "fd-lock",
13586 "io-lifetimes",
13587 "rustix",
13588 "windows-sys 0.59.0",
13589 "winx",
13590]
13591
13592[[package]]
13593name = "tab_switcher"
13594version = "0.1.0"
13595dependencies = [
13596 "anyhow",
13597 "collections",
13598 "ctor",
13599 "editor",
13600 "env_logger 0.11.7",
13601 "gpui",
13602 "language",
13603 "menu",
13604 "picker",
13605 "project",
13606 "schemars",
13607 "serde",
13608 "serde_json",
13609 "settings",
13610 "theme",
13611 "ui",
13612 "util",
13613 "workspace",
13614]
13615
13616[[package]]
13617name = "taffy"
13618version = "0.4.4"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13621dependencies = [
13622 "arrayvec",
13623 "grid",
13624 "num-traits",
13625 "serde",
13626 "slotmap",
13627]
13628
13629[[package]]
13630name = "take-until"
13631version = "0.2.0"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13634
13635[[package]]
13636name = "tap"
13637version = "1.0.1"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13640
13641[[package]]
13642name = "target-lexicon"
13643version = "0.12.16"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13646
13647[[package]]
13648name = "target-lexicon"
13649version = "0.13.2"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13652
13653[[package]]
13654name = "task"
13655version = "0.1.0"
13656dependencies = [
13657 "anyhow",
13658 "collections",
13659 "futures 0.3.31",
13660 "gpui",
13661 "hex",
13662 "parking_lot",
13663 "schemars",
13664 "serde",
13665 "serde_json_lenient",
13666 "sha2",
13667 "shellexpand 2.1.2",
13668 "util",
13669 "zed_actions",
13670]
13671
13672[[package]]
13673name = "tasks_ui"
13674version = "0.1.0"
13675dependencies = [
13676 "anyhow",
13677 "editor",
13678 "file_icons",
13679 "fuzzy",
13680 "gpui",
13681 "language",
13682 "menu",
13683 "picker",
13684 "project",
13685 "schemars",
13686 "serde",
13687 "serde_json",
13688 "settings",
13689 "task",
13690 "tree-sitter-rust",
13691 "tree-sitter-typescript",
13692 "ui",
13693 "util",
13694 "workspace",
13695 "zed_actions",
13696]
13697
13698[[package]]
13699name = "telemetry"
13700version = "0.1.0"
13701dependencies = [
13702 "futures 0.3.31",
13703 "serde",
13704 "serde_json",
13705 "telemetry_events",
13706]
13707
13708[[package]]
13709name = "telemetry_events"
13710version = "0.1.0"
13711dependencies = [
13712 "semantic_version",
13713 "serde",
13714 "serde_json",
13715]
13716
13717[[package]]
13718name = "tempfile"
13719version = "3.17.1"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13722dependencies = [
13723 "cfg-if",
13724 "fastrand 2.3.0",
13725 "getrandom 0.3.1",
13726 "once_cell",
13727 "rustix",
13728 "windows-sys 0.59.0",
13729]
13730
13731[[package]]
13732name = "tendril"
13733version = "0.4.3"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13736dependencies = [
13737 "futf",
13738 "mac",
13739 "utf-8",
13740]
13741
13742[[package]]
13743name = "termcolor"
13744version = "1.4.1"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13747dependencies = [
13748 "winapi-util",
13749]
13750
13751[[package]]
13752name = "terminal"
13753version = "0.1.0"
13754dependencies = [
13755 "alacritty_terminal",
13756 "anyhow",
13757 "collections",
13758 "dirs 4.0.0",
13759 "futures 0.3.31",
13760 "gpui",
13761 "libc",
13762 "rand 0.8.5",
13763 "regex",
13764 "release_channel",
13765 "schemars",
13766 "serde",
13767 "serde_derive",
13768 "settings",
13769 "smol",
13770 "sysinfo",
13771 "task",
13772 "theme",
13773 "thiserror 1.0.69",
13774 "util",
13775 "windows 0.60.0",
13776]
13777
13778[[package]]
13779name = "terminal_size"
13780version = "0.4.1"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13783dependencies = [
13784 "rustix",
13785 "windows-sys 0.59.0",
13786]
13787
13788[[package]]
13789name = "terminal_view"
13790version = "0.1.0"
13791dependencies = [
13792 "anyhow",
13793 "async-recursion 1.1.1",
13794 "breadcrumbs",
13795 "client",
13796 "collections",
13797 "db",
13798 "dirs 4.0.0",
13799 "editor",
13800 "futures 0.3.31",
13801 "gpui",
13802 "itertools 0.14.0",
13803 "language",
13804 "log",
13805 "project",
13806 "rand 0.8.5",
13807 "schemars",
13808 "search",
13809 "serde",
13810 "serde_json",
13811 "settings",
13812 "shellexpand 2.1.2",
13813 "smol",
13814 "task",
13815 "terminal",
13816 "theme",
13817 "ui",
13818 "util",
13819 "workspace",
13820 "zed_actions",
13821]
13822
13823[[package]]
13824name = "text"
13825version = "0.1.0"
13826dependencies = [
13827 "anyhow",
13828 "clock",
13829 "collections",
13830 "ctor",
13831 "env_logger 0.11.7",
13832 "gpui",
13833 "http_client",
13834 "log",
13835 "parking_lot",
13836 "postage",
13837 "rand 0.8.5",
13838 "regex",
13839 "rope",
13840 "smallvec",
13841 "sum_tree",
13842 "util",
13843]
13844
13845[[package]]
13846name = "theme"
13847version = "0.1.0"
13848dependencies = [
13849 "anyhow",
13850 "collections",
13851 "derive_more",
13852 "fs",
13853 "futures 0.3.31",
13854 "gpui",
13855 "indexmap",
13856 "log",
13857 "palette",
13858 "parking_lot",
13859 "refineable",
13860 "schemars",
13861 "serde",
13862 "serde_derive",
13863 "serde_json",
13864 "serde_json_lenient",
13865 "serde_repr",
13866 "settings",
13867 "strum",
13868 "thiserror 1.0.69",
13869 "util",
13870 "uuid",
13871]
13872
13873[[package]]
13874name = "theme_extension"
13875version = "0.1.0"
13876dependencies = [
13877 "anyhow",
13878 "extension",
13879 "fs",
13880 "gpui",
13881 "theme",
13882]
13883
13884[[package]]
13885name = "theme_importer"
13886version = "0.1.0"
13887dependencies = [
13888 "anyhow",
13889 "clap",
13890 "gpui",
13891 "indexmap",
13892 "log",
13893 "palette",
13894 "rust-embed",
13895 "serde",
13896 "serde_json",
13897 "serde_json_lenient",
13898 "simplelog",
13899 "strum",
13900 "theme",
13901 "vscode_theme",
13902]
13903
13904[[package]]
13905name = "theme_selector"
13906version = "0.1.0"
13907dependencies = [
13908 "fs",
13909 "fuzzy",
13910 "gpui",
13911 "log",
13912 "picker",
13913 "serde",
13914 "settings",
13915 "telemetry",
13916 "theme",
13917 "ui",
13918 "util",
13919 "workspace",
13920 "zed_actions",
13921]
13922
13923[[package]]
13924name = "thiserror"
13925version = "1.0.69"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13928dependencies = [
13929 "thiserror-impl 1.0.69",
13930]
13931
13932[[package]]
13933name = "thiserror"
13934version = "2.0.6"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13937dependencies = [
13938 "thiserror-impl 2.0.6",
13939]
13940
13941[[package]]
13942name = "thiserror-impl"
13943version = "1.0.69"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13946dependencies = [
13947 "proc-macro2",
13948 "quote",
13949 "syn 2.0.100",
13950]
13951
13952[[package]]
13953name = "thiserror-impl"
13954version = "2.0.6"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13957dependencies = [
13958 "proc-macro2",
13959 "quote",
13960 "syn 2.0.100",
13961]
13962
13963[[package]]
13964name = "thread_local"
13965version = "1.1.8"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13968dependencies = [
13969 "cfg-if",
13970 "once_cell",
13971]
13972
13973[[package]]
13974name = "tiff"
13975version = "0.9.1"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13978dependencies = [
13979 "flate2",
13980 "jpeg-decoder",
13981 "weezl",
13982]
13983
13984[[package]]
13985name = "tiktoken-rs"
13986version = "0.6.0"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13989dependencies = [
13990 "anyhow",
13991 "base64 0.21.7",
13992 "bstr",
13993 "fancy-regex 0.13.0",
13994 "lazy_static",
13995 "parking_lot",
13996 "regex",
13997 "rustc-hash 1.1.0",
13998]
13999
14000[[package]]
14001name = "time"
14002version = "0.3.37"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14005dependencies = [
14006 "deranged",
14007 "itoa",
14008 "libc",
14009 "num-conv",
14010 "num_threads",
14011 "powerfmt",
14012 "serde",
14013 "time-core",
14014 "time-macros",
14015]
14016
14017[[package]]
14018name = "time-core"
14019version = "0.1.2"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14022
14023[[package]]
14024name = "time-macros"
14025version = "0.2.19"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14028dependencies = [
14029 "num-conv",
14030 "time-core",
14031]
14032
14033[[package]]
14034name = "time_format"
14035version = "0.1.0"
14036dependencies = [
14037 "core-foundation 0.9.4",
14038 "core-foundation-sys",
14039 "sys-locale",
14040 "time",
14041]
14042
14043[[package]]
14044name = "tiny-keccak"
14045version = "2.0.2"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14048dependencies = [
14049 "crunchy",
14050]
14051
14052[[package]]
14053name = "tiny-skia"
14054version = "0.11.4"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14057dependencies = [
14058 "arrayref",
14059 "arrayvec",
14060 "bytemuck",
14061 "cfg-if",
14062 "log",
14063 "png",
14064 "tiny-skia-path",
14065]
14066
14067[[package]]
14068name = "tiny-skia-path"
14069version = "0.11.4"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14072dependencies = [
14073 "arrayref",
14074 "bytemuck",
14075 "strict-num",
14076]
14077
14078[[package]]
14079name = "tiny_http"
14080version = "0.8.2"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14083dependencies = [
14084 "ascii",
14085 "chrono",
14086 "chunked_transfer",
14087 "log",
14088 "url",
14089]
14090
14091[[package]]
14092name = "tinystr"
14093version = "0.7.6"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14096dependencies = [
14097 "displaydoc",
14098 "zerovec",
14099]
14100
14101[[package]]
14102name = "tinytemplate"
14103version = "1.2.1"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14106dependencies = [
14107 "serde",
14108 "serde_json",
14109]
14110
14111[[package]]
14112name = "tinyvec"
14113version = "1.8.0"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14116dependencies = [
14117 "tinyvec_macros",
14118]
14119
14120[[package]]
14121name = "tinyvec_macros"
14122version = "0.1.1"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14125
14126[[package]]
14127name = "title_bar"
14128version = "0.1.0"
14129dependencies = [
14130 "auto_update",
14131 "call",
14132 "client",
14133 "collections",
14134 "feature_flags",
14135 "git_ui",
14136 "gpui",
14137 "http_client",
14138 "notifications",
14139 "pretty_assertions",
14140 "project",
14141 "remote",
14142 "rpc",
14143 "schemars",
14144 "serde",
14145 "settings",
14146 "smallvec",
14147 "story",
14148 "telemetry",
14149 "theme",
14150 "tree-sitter-md",
14151 "ui",
14152 "util",
14153 "windows 0.60.0",
14154 "workspace",
14155 "zed_actions",
14156 "zeta",
14157]
14158
14159[[package]]
14160name = "tokio"
14161version = "1.43.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14164dependencies = [
14165 "backtrace",
14166 "bytes 1.10.1",
14167 "libc",
14168 "mio 1.0.3",
14169 "parking_lot",
14170 "pin-project-lite",
14171 "signal-hook-registry",
14172 "socket2",
14173 "tokio-macros",
14174 "windows-sys 0.52.0",
14175]
14176
14177[[package]]
14178name = "tokio-io"
14179version = "0.1.13"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14182dependencies = [
14183 "bytes 0.4.12",
14184 "futures 0.1.31",
14185 "log",
14186]
14187
14188[[package]]
14189name = "tokio-macros"
14190version = "2.5.0"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14193dependencies = [
14194 "proc-macro2",
14195 "quote",
14196 "syn 2.0.100",
14197]
14198
14199[[package]]
14200name = "tokio-native-tls"
14201version = "0.3.1"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14204dependencies = [
14205 "native-tls",
14206 "tokio",
14207]
14208
14209[[package]]
14210name = "tokio-rustls"
14211version = "0.24.1"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14214dependencies = [
14215 "rustls 0.21.12",
14216 "tokio",
14217]
14218
14219[[package]]
14220name = "tokio-rustls"
14221version = "0.26.1"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14224dependencies = [
14225 "rustls 0.23.23",
14226 "tokio",
14227]
14228
14229[[package]]
14230name = "tokio-socks"
14231version = "0.5.2"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14234dependencies = [
14235 "either",
14236 "futures-io",
14237 "futures-util",
14238 "thiserror 1.0.69",
14239 "tokio",
14240]
14241
14242[[package]]
14243name = "tokio-stream"
14244version = "0.1.17"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14247dependencies = [
14248 "futures-core",
14249 "pin-project-lite",
14250 "tokio",
14251]
14252
14253[[package]]
14254name = "tokio-tungstenite"
14255version = "0.20.1"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14258dependencies = [
14259 "futures-util",
14260 "log",
14261 "rustls 0.21.12",
14262 "rustls-native-certs 0.6.3",
14263 "tokio",
14264 "tokio-rustls 0.24.1",
14265 "tungstenite 0.20.1",
14266]
14267
14268[[package]]
14269name = "tokio-tungstenite"
14270version = "0.21.0"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14273dependencies = [
14274 "futures-util",
14275 "log",
14276 "tokio",
14277 "tungstenite 0.21.0",
14278]
14279
14280[[package]]
14281name = "tokio-util"
14282version = "0.7.13"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14285dependencies = [
14286 "bytes 1.10.1",
14287 "futures-core",
14288 "futures-io",
14289 "futures-sink",
14290 "pin-project-lite",
14291 "tokio",
14292]
14293
14294[[package]]
14295name = "toml"
14296version = "0.5.11"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14299dependencies = [
14300 "serde",
14301]
14302
14303[[package]]
14304name = "toml"
14305version = "0.8.20"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14308dependencies = [
14309 "serde",
14310 "serde_spanned",
14311 "toml_datetime",
14312 "toml_edit",
14313]
14314
14315[[package]]
14316name = "toml_datetime"
14317version = "0.6.8"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14320dependencies = [
14321 "serde",
14322]
14323
14324[[package]]
14325name = "toml_edit"
14326version = "0.22.23"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14329dependencies = [
14330 "indexmap",
14331 "serde",
14332 "serde_spanned",
14333 "toml_datetime",
14334 "winnow 0.7.1",
14335]
14336
14337[[package]]
14338name = "toolchain_selector"
14339version = "0.1.0"
14340dependencies = [
14341 "editor",
14342 "fuzzy",
14343 "gpui",
14344 "language",
14345 "picker",
14346 "project",
14347 "ui",
14348 "util",
14349 "workspace",
14350]
14351
14352[[package]]
14353name = "topological-sort"
14354version = "0.2.2"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14357
14358[[package]]
14359name = "tower"
14360version = "0.4.13"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14363dependencies = [
14364 "futures-core",
14365 "futures-util",
14366 "pin-project",
14367 "pin-project-lite",
14368 "tokio",
14369 "tower-layer",
14370 "tower-service",
14371 "tracing",
14372]
14373
14374[[package]]
14375name = "tower-http"
14376version = "0.3.5"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14379dependencies = [
14380 "bitflags 1.3.2",
14381 "bytes 1.10.1",
14382 "futures-core",
14383 "futures-util",
14384 "http 0.2.12",
14385 "http-body 0.4.6",
14386 "http-range-header",
14387 "pin-project-lite",
14388 "tower-layer",
14389 "tower-service",
14390]
14391
14392[[package]]
14393name = "tower-http"
14394version = "0.4.4"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14397dependencies = [
14398 "bitflags 2.8.0",
14399 "bytes 1.10.1",
14400 "futures-core",
14401 "futures-util",
14402 "http 0.2.12",
14403 "http-body 0.4.6",
14404 "http-range-header",
14405 "pin-project-lite",
14406 "tower-layer",
14407 "tower-service",
14408 "tracing",
14409]
14410
14411[[package]]
14412name = "tower-layer"
14413version = "0.3.3"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14416
14417[[package]]
14418name = "tower-service"
14419version = "0.3.3"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14422
14423[[package]]
14424name = "tracing"
14425version = "0.1.41"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14428dependencies = [
14429 "log",
14430 "pin-project-lite",
14431 "tracing-attributes",
14432 "tracing-core",
14433]
14434
14435[[package]]
14436name = "tracing-attributes"
14437version = "0.1.28"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14440dependencies = [
14441 "proc-macro2",
14442 "quote",
14443 "syn 2.0.100",
14444]
14445
14446[[package]]
14447name = "tracing-core"
14448version = "0.1.33"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14451dependencies = [
14452 "once_cell",
14453 "valuable",
14454]
14455
14456[[package]]
14457name = "tracing-log"
14458version = "0.2.0"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14461dependencies = [
14462 "log",
14463 "once_cell",
14464 "tracing-core",
14465]
14466
14467[[package]]
14468name = "tracing-serde"
14469version = "0.2.0"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14472dependencies = [
14473 "serde",
14474 "tracing-core",
14475]
14476
14477[[package]]
14478name = "tracing-subscriber"
14479version = "0.3.19"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14482dependencies = [
14483 "matchers",
14484 "nu-ansi-term",
14485 "once_cell",
14486 "regex",
14487 "serde",
14488 "serde_json",
14489 "sharded-slab",
14490 "smallvec",
14491 "thread_local",
14492 "tracing",
14493 "tracing-core",
14494 "tracing-log",
14495 "tracing-serde",
14496]
14497
14498[[package]]
14499name = "trait-variant"
14500version = "0.1.2"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14503dependencies = [
14504 "proc-macro2",
14505 "quote",
14506 "syn 2.0.100",
14507]
14508
14509[[package]]
14510name = "tree-sitter"
14511version = "0.25.3"
14512source = "registry+https://github.com/rust-lang/crates.io-index"
14513checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14514dependencies = [
14515 "cc",
14516 "regex",
14517 "regex-syntax 0.8.5",
14518 "serde_json",
14519 "streaming-iterator",
14520 "tree-sitter-language",
14521 "wasmtime-c-api-impl",
14522]
14523
14524[[package]]
14525name = "tree-sitter-bash"
14526version = "0.23.3"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14529dependencies = [
14530 "cc",
14531 "tree-sitter-language",
14532]
14533
14534[[package]]
14535name = "tree-sitter-c"
14536version = "0.23.4"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14539dependencies = [
14540 "cc",
14541 "tree-sitter-language",
14542]
14543
14544[[package]]
14545name = "tree-sitter-cpp"
14546version = "0.23.4"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14549dependencies = [
14550 "cc",
14551 "tree-sitter-language",
14552]
14553
14554[[package]]
14555name = "tree-sitter-css"
14556version = "0.23.2"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14559dependencies = [
14560 "cc",
14561 "tree-sitter-language",
14562]
14563
14564[[package]]
14565name = "tree-sitter-diff"
14566version = "0.1.0"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14569dependencies = [
14570 "cc",
14571 "tree-sitter-language",
14572]
14573
14574[[package]]
14575name = "tree-sitter-elixir"
14576version = "0.3.4"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14579dependencies = [
14580 "cc",
14581 "tree-sitter-language",
14582]
14583
14584[[package]]
14585name = "tree-sitter-embedded-template"
14586version = "0.23.2"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14589dependencies = [
14590 "cc",
14591 "tree-sitter-language",
14592]
14593
14594[[package]]
14595name = "tree-sitter-gitcommit"
14596version = "0.0.1"
14597source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14598dependencies = [
14599 "cc",
14600 "tree-sitter-language",
14601]
14602
14603[[package]]
14604name = "tree-sitter-go"
14605version = "0.23.4"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14608dependencies = [
14609 "cc",
14610 "tree-sitter-language",
14611]
14612
14613[[package]]
14614name = "tree-sitter-gomod"
14615version = "1.1.1"
14616source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14617dependencies = [
14618 "cc",
14619 "tree-sitter-language",
14620]
14621
14622[[package]]
14623name = "tree-sitter-gowork"
14624version = "0.0.1"
14625source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14626dependencies = [
14627 "cc",
14628 "tree-sitter-language",
14629]
14630
14631[[package]]
14632name = "tree-sitter-heex"
14633version = "0.0.1"
14634source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14635dependencies = [
14636 "cc",
14637 "tree-sitter-language",
14638]
14639
14640[[package]]
14641name = "tree-sitter-html"
14642version = "0.23.2"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14645dependencies = [
14646 "cc",
14647 "tree-sitter-language",
14648]
14649
14650[[package]]
14651name = "tree-sitter-jsdoc"
14652version = "0.23.2"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14655dependencies = [
14656 "cc",
14657 "tree-sitter-language",
14658]
14659
14660[[package]]
14661name = "tree-sitter-json"
14662version = "0.24.8"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14665dependencies = [
14666 "cc",
14667 "tree-sitter-language",
14668]
14669
14670[[package]]
14671name = "tree-sitter-language"
14672version = "0.1.3"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14675
14676[[package]]
14677name = "tree-sitter-md"
14678version = "0.3.2"
14679source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14680dependencies = [
14681 "cc",
14682 "tree-sitter-language",
14683]
14684
14685[[package]]
14686name = "tree-sitter-python"
14687version = "0.23.6"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14690dependencies = [
14691 "cc",
14692 "tree-sitter-language",
14693]
14694
14695[[package]]
14696name = "tree-sitter-regex"
14697version = "0.24.3"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14700dependencies = [
14701 "cc",
14702 "tree-sitter-language",
14703]
14704
14705[[package]]
14706name = "tree-sitter-ruby"
14707version = "0.23.1"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14710dependencies = [
14711 "cc",
14712 "tree-sitter-language",
14713]
14714
14715[[package]]
14716name = "tree-sitter-rust"
14717version = "0.23.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14720dependencies = [
14721 "cc",
14722 "tree-sitter-language",
14723]
14724
14725[[package]]
14726name = "tree-sitter-typescript"
14727version = "0.23.2"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14730dependencies = [
14731 "cc",
14732 "tree-sitter-language",
14733]
14734
14735[[package]]
14736name = "tree-sitter-yaml"
14737version = "0.6.1"
14738source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14739dependencies = [
14740 "cc",
14741 "tree-sitter-language",
14742]
14743
14744[[package]]
14745name = "try-lock"
14746version = "0.2.5"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14749
14750[[package]]
14751name = "ttf-parser"
14752version = "0.21.1"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14755
14756[[package]]
14757name = "ttf-parser"
14758version = "0.25.1"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14761dependencies = [
14762 "core_maths",
14763]
14764
14765[[package]]
14766name = "tungstenite"
14767version = "0.20.1"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14770dependencies = [
14771 "byteorder",
14772 "bytes 1.10.1",
14773 "data-encoding",
14774 "http 0.2.12",
14775 "httparse",
14776 "log",
14777 "rand 0.8.5",
14778 "rustls 0.21.12",
14779 "sha1",
14780 "thiserror 1.0.69",
14781 "url",
14782 "utf-8",
14783]
14784
14785[[package]]
14786name = "tungstenite"
14787version = "0.21.0"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14790dependencies = [
14791 "byteorder",
14792 "bytes 1.10.1",
14793 "data-encoding",
14794 "http 1.2.0",
14795 "httparse",
14796 "log",
14797 "rand 0.8.5",
14798 "sha1",
14799 "thiserror 1.0.69",
14800 "url",
14801 "utf-8",
14802]
14803
14804[[package]]
14805name = "tungstenite"
14806version = "0.24.0"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14809dependencies = [
14810 "byteorder",
14811 "bytes 1.10.1",
14812 "data-encoding",
14813 "http 1.2.0",
14814 "httparse",
14815 "log",
14816 "rand 0.8.5",
14817 "sha1",
14818 "thiserror 1.0.69",
14819 "utf-8",
14820]
14821
14822[[package]]
14823name = "typeid"
14824version = "1.0.2"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14827
14828[[package]]
14829name = "typenum"
14830version = "1.17.0"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14833
14834[[package]]
14835name = "ucd-trie"
14836version = "0.1.7"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14839
14840[[package]]
14841name = "uds_windows"
14842version = "1.1.0"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14845dependencies = [
14846 "memoffset",
14847 "tempfile",
14848 "winapi",
14849]
14850
14851[[package]]
14852name = "ui"
14853version = "0.1.0"
14854dependencies = [
14855 "chrono",
14856 "component",
14857 "gpui",
14858 "itertools 0.14.0",
14859 "linkme",
14860 "menu",
14861 "serde",
14862 "settings",
14863 "smallvec",
14864 "story",
14865 "strum",
14866 "theme",
14867 "ui_macros",
14868 "util",
14869 "windows 0.60.0",
14870]
14871
14872[[package]]
14873name = "ui_input"
14874version = "0.1.0"
14875dependencies = [
14876 "editor",
14877 "gpui",
14878 "settings",
14879 "theme",
14880 "ui",
14881]
14882
14883[[package]]
14884name = "ui_macros"
14885version = "0.1.0"
14886dependencies = [
14887 "convert_case 0.8.0",
14888 "linkme",
14889 "proc-macro2",
14890 "quote",
14891 "syn 1.0.109",
14892]
14893
14894[[package]]
14895name = "unicase"
14896version = "2.8.1"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14899
14900[[package]]
14901name = "unicode-bidi"
14902version = "0.3.17"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14905
14906[[package]]
14907name = "unicode-bidi-mirroring"
14908version = "0.2.0"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14911
14912[[package]]
14913name = "unicode-bidi-mirroring"
14914version = "0.4.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14917
14918[[package]]
14919name = "unicode-ccc"
14920version = "0.2.0"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14923
14924[[package]]
14925name = "unicode-ccc"
14926version = "0.4.0"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14929
14930[[package]]
14931name = "unicode-ident"
14932version = "1.0.14"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14935
14936[[package]]
14937name = "unicode-linebreak"
14938version = "0.1.5"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14941
14942[[package]]
14943name = "unicode-normalization"
14944version = "0.1.24"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14947dependencies = [
14948 "tinyvec",
14949]
14950
14951[[package]]
14952name = "unicode-properties"
14953version = "0.1.3"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14956
14957[[package]]
14958name = "unicode-script"
14959version = "0.5.7"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14962
14963[[package]]
14964name = "unicode-segmentation"
14965version = "1.12.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14968
14969[[package]]
14970name = "unicode-vo"
14971version = "0.1.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14974
14975[[package]]
14976name = "unicode-width"
14977version = "0.1.14"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14980
14981[[package]]
14982name = "unicode-xid"
14983version = "0.2.6"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14986
14987[[package]]
14988name = "unicode_categories"
14989version = "0.1.1"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14992
14993[[package]]
14994name = "unindent"
14995version = "0.2.3"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14998
14999[[package]]
15000name = "untrusted"
15001version = "0.9.0"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15004
15005[[package]]
15006name = "url"
15007version = "2.5.4"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15010dependencies = [
15011 "form_urlencoded",
15012 "idna",
15013 "percent-encoding",
15014 "serde",
15015]
15016
15017[[package]]
15018name = "urlencoding"
15019version = "2.1.3"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15022
15023[[package]]
15024name = "usvg"
15025version = "0.45.0"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15028dependencies = [
15029 "base64 0.22.1",
15030 "data-url",
15031 "flate2",
15032 "fontdb 0.23.0",
15033 "imagesize",
15034 "kurbo",
15035 "log",
15036 "pico-args",
15037 "roxmltree",
15038 "rustybuzz 0.20.1",
15039 "simplecss",
15040 "siphasher 1.0.1",
15041 "strict-num",
15042 "svgtypes",
15043 "tiny-skia-path",
15044 "unicode-bidi",
15045 "unicode-script",
15046 "unicode-vo",
15047 "xmlwriter",
15048]
15049
15050[[package]]
15051name = "utf-8"
15052version = "0.7.6"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15055
15056[[package]]
15057name = "utf16_iter"
15058version = "1.0.5"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15061
15062[[package]]
15063name = "utf8_iter"
15064version = "1.0.4"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15067
15068[[package]]
15069name = "utf8parse"
15070version = "0.2.2"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15073
15074[[package]]
15075name = "util"
15076version = "0.1.0"
15077dependencies = [
15078 "anyhow",
15079 "async-fs",
15080 "collections",
15081 "dirs 4.0.0",
15082 "dunce",
15083 "futures 0.3.31",
15084 "futures-lite 1.13.0",
15085 "git2",
15086 "globset",
15087 "itertools 0.14.0",
15088 "libc",
15089 "log",
15090 "rand 0.8.5",
15091 "regex",
15092 "rust-embed",
15093 "serde",
15094 "serde_json",
15095 "smol",
15096 "take-until",
15097 "tempfile",
15098 "tendril",
15099 "unicase",
15100 "util_macros",
15101]
15102
15103[[package]]
15104name = "util_macros"
15105version = "0.1.0"
15106dependencies = [
15107 "quote",
15108 "syn 1.0.109",
15109]
15110
15111[[package]]
15112name = "uuid"
15113version = "1.13.2"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15116dependencies = [
15117 "getrandom 0.3.1",
15118 "serde",
15119 "sha1_smol",
15120]
15121
15122[[package]]
15123name = "v_frame"
15124version = "0.3.8"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15127dependencies = [
15128 "aligned-vec",
15129 "num-traits",
15130 "wasm-bindgen",
15131]
15132
15133[[package]]
15134name = "valuable"
15135version = "0.1.0"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15138
15139[[package]]
15140name = "value-bag"
15141version = "1.10.0"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15144dependencies = [
15145 "value-bag-serde1",
15146 "value-bag-sval2",
15147]
15148
15149[[package]]
15150name = "value-bag-serde1"
15151version = "1.10.0"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15154dependencies = [
15155 "erased-serde",
15156 "serde",
15157 "serde_fmt",
15158]
15159
15160[[package]]
15161name = "value-bag-sval2"
15162version = "1.10.0"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15165dependencies = [
15166 "sval",
15167 "sval_buffer",
15168 "sval_dynamic",
15169 "sval_fmt",
15170 "sval_json",
15171 "sval_ref",
15172 "sval_serde",
15173]
15174
15175[[package]]
15176name = "vcpkg"
15177version = "0.2.15"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15180
15181[[package]]
15182name = "version-compare"
15183version = "0.2.0"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15186
15187[[package]]
15188name = "version_check"
15189version = "0.9.5"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15192
15193[[package]]
15194name = "vim"
15195version = "0.1.0"
15196dependencies = [
15197 "anyhow",
15198 "assets",
15199 "async-compat",
15200 "async-trait",
15201 "collections",
15202 "command_palette",
15203 "command_palette_hooks",
15204 "db",
15205 "editor",
15206 "futures 0.3.31",
15207 "git_ui",
15208 "gpui",
15209 "indoc",
15210 "itertools 0.14.0",
15211 "language",
15212 "libc",
15213 "log",
15214 "lsp",
15215 "multi_buffer",
15216 "nvim-rs",
15217 "parking_lot",
15218 "picker",
15219 "project",
15220 "project_panel",
15221 "regex",
15222 "release_channel",
15223 "schemars",
15224 "search",
15225 "serde",
15226 "serde_derive",
15227 "serde_json",
15228 "settings",
15229 "task",
15230 "text",
15231 "theme",
15232 "tokio",
15233 "ui",
15234 "util",
15235 "vim_mode_setting",
15236 "workspace",
15237 "zed_actions",
15238]
15239
15240[[package]]
15241name = "vim_mode_setting"
15242version = "0.1.0"
15243dependencies = [
15244 "anyhow",
15245 "gpui",
15246 "settings",
15247]
15248
15249[[package]]
15250name = "vscode_theme"
15251version = "0.2.0"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15254dependencies = [
15255 "serde",
15256]
15257
15258[[package]]
15259name = "vsimd"
15260version = "0.8.0"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15263
15264[[package]]
15265name = "vswhom"
15266version = "0.1.0"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15269dependencies = [
15270 "libc",
15271 "vswhom-sys",
15272]
15273
15274[[package]]
15275name = "vswhom-sys"
15276version = "0.1.2"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15279dependencies = [
15280 "cc",
15281 "libc",
15282]
15283
15284[[package]]
15285name = "vte"
15286version = "0.15.0"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15289dependencies = [
15290 "arrayvec",
15291 "bitflags 2.8.0",
15292 "cursor-icon",
15293 "log",
15294 "memchr",
15295 "serde",
15296]
15297
15298[[package]]
15299name = "waker-fn"
15300version = "1.2.0"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15303
15304[[package]]
15305name = "walkdir"
15306version = "2.5.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15309dependencies = [
15310 "same-file",
15311 "winapi-util",
15312]
15313
15314[[package]]
15315name = "want"
15316version = "0.3.1"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15319dependencies = [
15320 "try-lock",
15321]
15322
15323[[package]]
15324name = "warp"
15325version = "0.3.7"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15328dependencies = [
15329 "bytes 1.10.1",
15330 "futures-channel",
15331 "futures-util",
15332 "headers",
15333 "http 0.2.12",
15334 "hyper 0.14.32",
15335 "log",
15336 "mime",
15337 "mime_guess",
15338 "percent-encoding",
15339 "pin-project",
15340 "scoped-tls",
15341 "serde",
15342 "serde_json",
15343 "serde_urlencoded",
15344 "tokio",
15345 "tokio-tungstenite 0.21.0",
15346 "tokio-util",
15347 "tower-service",
15348 "tracing",
15349]
15350
15351[[package]]
15352name = "wasi"
15353version = "0.9.0+wasi-snapshot-preview1"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15356
15357[[package]]
15358name = "wasi"
15359version = "0.11.0+wasi-snapshot-preview1"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15362
15363[[package]]
15364name = "wasi"
15365version = "0.13.3+wasi-0.2.2"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15368dependencies = [
15369 "wit-bindgen-rt 0.33.0",
15370]
15371
15372[[package]]
15373name = "wasite"
15374version = "0.1.0"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15377
15378[[package]]
15379name = "wasm-bindgen"
15380version = "0.2.99"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15383dependencies = [
15384 "cfg-if",
15385 "once_cell",
15386 "wasm-bindgen-macro",
15387]
15388
15389[[package]]
15390name = "wasm-bindgen-backend"
15391version = "0.2.99"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15394dependencies = [
15395 "bumpalo",
15396 "log",
15397 "proc-macro2",
15398 "quote",
15399 "syn 2.0.100",
15400 "wasm-bindgen-shared",
15401]
15402
15403[[package]]
15404name = "wasm-bindgen-futures"
15405version = "0.4.49"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15408dependencies = [
15409 "cfg-if",
15410 "js-sys",
15411 "once_cell",
15412 "wasm-bindgen",
15413 "web-sys",
15414]
15415
15416[[package]]
15417name = "wasm-bindgen-macro"
15418version = "0.2.99"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15421dependencies = [
15422 "quote",
15423 "wasm-bindgen-macro-support",
15424]
15425
15426[[package]]
15427name = "wasm-bindgen-macro-support"
15428version = "0.2.99"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15431dependencies = [
15432 "proc-macro2",
15433 "quote",
15434 "syn 2.0.100",
15435 "wasm-bindgen-backend",
15436 "wasm-bindgen-shared",
15437]
15438
15439[[package]]
15440name = "wasm-bindgen-shared"
15441version = "0.2.99"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15444
15445[[package]]
15446name = "wasm-encoder"
15447version = "0.201.0"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15450dependencies = [
15451 "leb128",
15452]
15453
15454[[package]]
15455name = "wasm-encoder"
15456version = "0.221.3"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15459dependencies = [
15460 "leb128",
15461 "wasmparser 0.221.3",
15462]
15463
15464[[package]]
15465name = "wasm-metadata"
15466version = "0.201.0"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15469dependencies = [
15470 "anyhow",
15471 "indexmap",
15472 "serde",
15473 "serde_derive",
15474 "serde_json",
15475 "spdx",
15476 "wasm-encoder 0.201.0",
15477 "wasmparser 0.201.0",
15478]
15479
15480[[package]]
15481name = "wasm-metadata"
15482version = "0.221.3"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15485dependencies = [
15486 "anyhow",
15487 "indexmap",
15488 "serde",
15489 "serde_derive",
15490 "serde_json",
15491 "spdx",
15492 "wasm-encoder 0.221.3",
15493 "wasmparser 0.221.3",
15494]
15495
15496[[package]]
15497name = "wasm-streams"
15498version = "0.4.2"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15501dependencies = [
15502 "futures-util",
15503 "js-sys",
15504 "wasm-bindgen",
15505 "wasm-bindgen-futures",
15506 "web-sys",
15507]
15508
15509[[package]]
15510name = "wasmparser"
15511version = "0.201.0"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15514dependencies = [
15515 "bitflags 2.8.0",
15516 "indexmap",
15517 "semver",
15518]
15519
15520[[package]]
15521name = "wasmparser"
15522version = "0.221.3"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15525dependencies = [
15526 "bitflags 2.8.0",
15527 "hashbrown 0.15.2",
15528 "indexmap",
15529 "semver",
15530 "serde",
15531]
15532
15533[[package]]
15534name = "wasmprinter"
15535version = "0.221.3"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15538dependencies = [
15539 "anyhow",
15540 "termcolor",
15541 "wasmparser 0.221.3",
15542]
15543
15544[[package]]
15545name = "wasmtime"
15546version = "29.0.1"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15549dependencies = [
15550 "anyhow",
15551 "async-trait",
15552 "bitflags 2.8.0",
15553 "bumpalo",
15554 "cc",
15555 "cfg-if",
15556 "encoding_rs",
15557 "hashbrown 0.14.5",
15558 "indexmap",
15559 "libc",
15560 "log",
15561 "mach2",
15562 "memfd",
15563 "object",
15564 "once_cell",
15565 "paste",
15566 "postcard",
15567 "psm",
15568 "pulley-interpreter",
15569 "rustix",
15570 "semver",
15571 "serde",
15572 "serde_derive",
15573 "smallvec",
15574 "sptr",
15575 "target-lexicon 0.13.2",
15576 "trait-variant",
15577 "wasmparser 0.221.3",
15578 "wasmtime-asm-macros",
15579 "wasmtime-component-macro",
15580 "wasmtime-component-util",
15581 "wasmtime-cranelift",
15582 "wasmtime-environ",
15583 "wasmtime-fiber",
15584 "wasmtime-jit-icache-coherence",
15585 "wasmtime-math",
15586 "wasmtime-slab",
15587 "wasmtime-versioned-export-macros",
15588 "wasmtime-winch",
15589 "windows-sys 0.59.0",
15590]
15591
15592[[package]]
15593name = "wasmtime-asm-macros"
15594version = "29.0.1"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15597dependencies = [
15598 "cfg-if",
15599]
15600
15601[[package]]
15602name = "wasmtime-c-api-impl"
15603version = "29.0.1"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15606dependencies = [
15607 "anyhow",
15608 "log",
15609 "tracing",
15610 "wasmtime",
15611 "wasmtime-c-api-macros",
15612]
15613
15614[[package]]
15615name = "wasmtime-c-api-macros"
15616version = "29.0.1"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15619dependencies = [
15620 "proc-macro2",
15621 "quote",
15622]
15623
15624[[package]]
15625name = "wasmtime-component-macro"
15626version = "29.0.1"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15629dependencies = [
15630 "anyhow",
15631 "proc-macro2",
15632 "quote",
15633 "syn 2.0.100",
15634 "wasmtime-component-util",
15635 "wasmtime-wit-bindgen",
15636 "wit-parser 0.221.3",
15637]
15638
15639[[package]]
15640name = "wasmtime-component-util"
15641version = "29.0.1"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15644
15645[[package]]
15646name = "wasmtime-cranelift"
15647version = "29.0.1"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15650dependencies = [
15651 "anyhow",
15652 "cfg-if",
15653 "cranelift-codegen",
15654 "cranelift-control",
15655 "cranelift-entity",
15656 "cranelift-frontend",
15657 "cranelift-native",
15658 "gimli",
15659 "itertools 0.12.1",
15660 "log",
15661 "object",
15662 "smallvec",
15663 "target-lexicon 0.13.2",
15664 "thiserror 1.0.69",
15665 "wasmparser 0.221.3",
15666 "wasmtime-environ",
15667 "wasmtime-versioned-export-macros",
15668]
15669
15670[[package]]
15671name = "wasmtime-environ"
15672version = "29.0.1"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15675dependencies = [
15676 "anyhow",
15677 "cpp_demangle",
15678 "cranelift-bitset",
15679 "cranelift-entity",
15680 "gimli",
15681 "indexmap",
15682 "log",
15683 "object",
15684 "postcard",
15685 "rustc-demangle",
15686 "semver",
15687 "serde",
15688 "serde_derive",
15689 "smallvec",
15690 "target-lexicon 0.13.2",
15691 "wasm-encoder 0.221.3",
15692 "wasmparser 0.221.3",
15693 "wasmprinter",
15694 "wasmtime-component-util",
15695]
15696
15697[[package]]
15698name = "wasmtime-fiber"
15699version = "29.0.1"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15702dependencies = [
15703 "anyhow",
15704 "cc",
15705 "cfg-if",
15706 "rustix",
15707 "wasmtime-asm-macros",
15708 "wasmtime-versioned-export-macros",
15709 "windows-sys 0.59.0",
15710]
15711
15712[[package]]
15713name = "wasmtime-jit-icache-coherence"
15714version = "29.0.1"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15717dependencies = [
15718 "anyhow",
15719 "cfg-if",
15720 "libc",
15721 "windows-sys 0.59.0",
15722]
15723
15724[[package]]
15725name = "wasmtime-math"
15726version = "29.0.1"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15729dependencies = [
15730 "libm",
15731]
15732
15733[[package]]
15734name = "wasmtime-slab"
15735version = "29.0.1"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15738
15739[[package]]
15740name = "wasmtime-versioned-export-macros"
15741version = "29.0.1"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15744dependencies = [
15745 "proc-macro2",
15746 "quote",
15747 "syn 2.0.100",
15748]
15749
15750[[package]]
15751name = "wasmtime-wasi"
15752version = "29.0.1"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15755dependencies = [
15756 "anyhow",
15757 "async-trait",
15758 "bitflags 2.8.0",
15759 "bytes 1.10.1",
15760 "cap-fs-ext",
15761 "cap-net-ext",
15762 "cap-rand",
15763 "cap-std",
15764 "cap-time-ext",
15765 "fs-set-times",
15766 "futures 0.3.31",
15767 "io-extras",
15768 "io-lifetimes",
15769 "rustix",
15770 "system-interface",
15771 "thiserror 1.0.69",
15772 "tokio",
15773 "tracing",
15774 "trait-variant",
15775 "url",
15776 "wasmtime",
15777 "wiggle",
15778 "windows-sys 0.59.0",
15779]
15780
15781[[package]]
15782name = "wasmtime-winch"
15783version = "29.0.1"
15784source = "registry+https://github.com/rust-lang/crates.io-index"
15785checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15786dependencies = [
15787 "anyhow",
15788 "cranelift-codegen",
15789 "gimli",
15790 "object",
15791 "target-lexicon 0.13.2",
15792 "wasmparser 0.221.3",
15793 "wasmtime-cranelift",
15794 "wasmtime-environ",
15795 "winch-codegen",
15796]
15797
15798[[package]]
15799name = "wasmtime-wit-bindgen"
15800version = "29.0.1"
15801source = "registry+https://github.com/rust-lang/crates.io-index"
15802checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15803dependencies = [
15804 "anyhow",
15805 "heck 0.5.0",
15806 "indexmap",
15807 "wit-parser 0.221.3",
15808]
15809
15810[[package]]
15811name = "wast"
15812version = "35.0.2"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15815dependencies = [
15816 "leb128",
15817]
15818
15819[[package]]
15820name = "wayland-backend"
15821version = "0.3.8"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15824dependencies = [
15825 "cc",
15826 "downcast-rs",
15827 "rustix",
15828 "scoped-tls",
15829 "smallvec",
15830 "wayland-sys",
15831]
15832
15833[[package]]
15834name = "wayland-client"
15835version = "0.31.8"
15836source = "registry+https://github.com/rust-lang/crates.io-index"
15837checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15838dependencies = [
15839 "bitflags 2.8.0",
15840 "rustix",
15841 "wayland-backend",
15842 "wayland-scanner",
15843]
15844
15845[[package]]
15846name = "wayland-cursor"
15847version = "0.31.8"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15850dependencies = [
15851 "rustix",
15852 "wayland-client",
15853 "xcursor",
15854]
15855
15856[[package]]
15857name = "wayland-protocols"
15858version = "0.31.2"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15861dependencies = [
15862 "bitflags 2.8.0",
15863 "wayland-backend",
15864 "wayland-client",
15865 "wayland-scanner",
15866]
15867
15868[[package]]
15869name = "wayland-protocols-plasma"
15870version = "0.2.0"
15871source = "registry+https://github.com/rust-lang/crates.io-index"
15872checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15873dependencies = [
15874 "bitflags 2.8.0",
15875 "wayland-backend",
15876 "wayland-client",
15877 "wayland-protocols",
15878 "wayland-scanner",
15879]
15880
15881[[package]]
15882name = "wayland-scanner"
15883version = "0.31.6"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15886dependencies = [
15887 "proc-macro2",
15888 "quick-xml 0.37.2",
15889 "quote",
15890]
15891
15892[[package]]
15893name = "wayland-sys"
15894version = "0.31.6"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15897dependencies = [
15898 "dlib",
15899 "log",
15900 "once_cell",
15901 "pkg-config",
15902]
15903
15904[[package]]
15905name = "web-sys"
15906version = "0.3.76"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15909dependencies = [
15910 "js-sys",
15911 "wasm-bindgen",
15912]
15913
15914[[package]]
15915name = "web-time"
15916version = "1.1.0"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15919dependencies = [
15920 "js-sys",
15921 "wasm-bindgen",
15922]
15923
15924[[package]]
15925name = "webpki-root-certs"
15926version = "0.26.8"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15929dependencies = [
15930 "rustls-pki-types",
15931]
15932
15933[[package]]
15934name = "webpki-roots"
15935version = "0.26.7"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15938dependencies = [
15939 "rustls-pki-types",
15940]
15941
15942[[package]]
15943name = "webrtc-sys"
15944version = "0.3.5"
15945source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15946dependencies = [
15947 "cc",
15948 "cxx",
15949 "cxx-build",
15950 "glob",
15951 "log",
15952 "webrtc-sys-build",
15953]
15954
15955[[package]]
15956name = "webrtc-sys-build"
15957version = "0.3.5"
15958source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15959dependencies = [
15960 "fs2",
15961 "regex",
15962 "reqwest 0.11.27",
15963 "scratch",
15964 "semver",
15965 "zip",
15966]
15967
15968[[package]]
15969name = "weezl"
15970version = "0.1.8"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15973
15974[[package]]
15975name = "welcome"
15976version = "0.1.0"
15977dependencies = [
15978 "anyhow",
15979 "client",
15980 "db",
15981 "editor",
15982 "fuzzy",
15983 "gpui",
15984 "install_cli",
15985 "language",
15986 "picker",
15987 "project",
15988 "schemars",
15989 "serde",
15990 "settings",
15991 "telemetry",
15992 "ui",
15993 "util",
15994 "vim_mode_setting",
15995 "workspace",
15996 "zed_actions",
15997]
15998
15999[[package]]
16000name = "which"
16001version = "4.4.2"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16004dependencies = [
16005 "either",
16006 "home",
16007 "once_cell",
16008 "rustix",
16009]
16010
16011[[package]]
16012name = "which"
16013version = "6.0.3"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16016dependencies = [
16017 "either",
16018 "home",
16019 "rustix",
16020 "winsafe",
16021]
16022
16023[[package]]
16024name = "which"
16025version = "7.0.2"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16028dependencies = [
16029 "either",
16030 "env_home",
16031 "rustix",
16032 "winsafe",
16033]
16034
16035[[package]]
16036name = "whoami"
16037version = "1.5.2"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16040dependencies = [
16041 "redox_syscall 0.5.8",
16042 "wasite",
16043]
16044
16045[[package]]
16046name = "wiggle"
16047version = "29.0.1"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16050dependencies = [
16051 "anyhow",
16052 "async-trait",
16053 "bitflags 2.8.0",
16054 "thiserror 1.0.69",
16055 "tracing",
16056 "wasmtime",
16057 "wiggle-macro",
16058]
16059
16060[[package]]
16061name = "wiggle-generate"
16062version = "29.0.1"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16065dependencies = [
16066 "anyhow",
16067 "heck 0.5.0",
16068 "proc-macro2",
16069 "quote",
16070 "shellexpand 2.1.2",
16071 "syn 2.0.100",
16072 "witx",
16073]
16074
16075[[package]]
16076name = "wiggle-macro"
16077version = "29.0.1"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16080dependencies = [
16081 "proc-macro2",
16082 "quote",
16083 "syn 2.0.100",
16084 "wiggle-generate",
16085]
16086
16087[[package]]
16088name = "winapi"
16089version = "0.3.9"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16092dependencies = [
16093 "winapi-i686-pc-windows-gnu",
16094 "winapi-x86_64-pc-windows-gnu",
16095]
16096
16097[[package]]
16098name = "winapi-i686-pc-windows-gnu"
16099version = "0.4.0"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16102
16103[[package]]
16104name = "winapi-util"
16105version = "0.1.9"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16108dependencies = [
16109 "windows-sys 0.59.0",
16110]
16111
16112[[package]]
16113name = "winapi-x86_64-pc-windows-gnu"
16114version = "0.4.0"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16117
16118[[package]]
16119name = "winch-codegen"
16120version = "29.0.1"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16123dependencies = [
16124 "anyhow",
16125 "cranelift-codegen",
16126 "gimli",
16127 "regalloc2",
16128 "smallvec",
16129 "target-lexicon 0.13.2",
16130 "thiserror 1.0.69",
16131 "wasmparser 0.221.3",
16132 "wasmtime-cranelift",
16133 "wasmtime-environ",
16134]
16135
16136[[package]]
16137name = "windows"
16138version = "0.54.0"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16141dependencies = [
16142 "windows-core 0.54.0",
16143 "windows-targets 0.52.6",
16144]
16145
16146[[package]]
16147name = "windows"
16148version = "0.57.0"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16151dependencies = [
16152 "windows-core 0.57.0",
16153 "windows-targets 0.52.6",
16154]
16155
16156[[package]]
16157name = "windows"
16158version = "0.58.0"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16161dependencies = [
16162 "windows-core 0.58.0",
16163 "windows-targets 0.52.6",
16164]
16165
16166[[package]]
16167name = "windows"
16168version = "0.60.0"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16171dependencies = [
16172 "windows-collections",
16173 "windows-core 0.60.1",
16174 "windows-future",
16175 "windows-link",
16176 "windows-numerics",
16177]
16178
16179[[package]]
16180name = "windows-collections"
16181version = "0.1.1"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16184dependencies = [
16185 "windows-core 0.60.1",
16186]
16187
16188[[package]]
16189name = "windows-core"
16190version = "0.52.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16193dependencies = [
16194 "windows-targets 0.52.6",
16195]
16196
16197[[package]]
16198name = "windows-core"
16199version = "0.54.0"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16202dependencies = [
16203 "windows-result 0.1.2",
16204 "windows-targets 0.52.6",
16205]
16206
16207[[package]]
16208name = "windows-core"
16209version = "0.57.0"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16212dependencies = [
16213 "windows-implement 0.57.0",
16214 "windows-interface 0.57.0",
16215 "windows-result 0.1.2",
16216 "windows-targets 0.52.6",
16217]
16218
16219[[package]]
16220name = "windows-core"
16221version = "0.58.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16224dependencies = [
16225 "windows-implement 0.58.0",
16226 "windows-interface 0.58.0",
16227 "windows-result 0.2.0",
16228 "windows-strings 0.1.0",
16229 "windows-targets 0.52.6",
16230]
16231
16232[[package]]
16233name = "windows-core"
16234version = "0.60.1"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16237dependencies = [
16238 "windows-implement 0.59.0",
16239 "windows-interface 0.59.0",
16240 "windows-link",
16241 "windows-result 0.3.1",
16242 "windows-strings 0.3.1",
16243]
16244
16245[[package]]
16246name = "windows-future"
16247version = "0.1.1"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16250dependencies = [
16251 "windows-core 0.60.1",
16252 "windows-link",
16253]
16254
16255[[package]]
16256name = "windows-implement"
16257version = "0.57.0"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16260dependencies = [
16261 "proc-macro2",
16262 "quote",
16263 "syn 2.0.100",
16264]
16265
16266[[package]]
16267name = "windows-implement"
16268version = "0.58.0"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16271dependencies = [
16272 "proc-macro2",
16273 "quote",
16274 "syn 2.0.100",
16275]
16276
16277[[package]]
16278name = "windows-implement"
16279version = "0.59.0"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16282dependencies = [
16283 "proc-macro2",
16284 "quote",
16285 "syn 2.0.100",
16286]
16287
16288[[package]]
16289name = "windows-interface"
16290version = "0.57.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16293dependencies = [
16294 "proc-macro2",
16295 "quote",
16296 "syn 2.0.100",
16297]
16298
16299[[package]]
16300name = "windows-interface"
16301version = "0.58.0"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16304dependencies = [
16305 "proc-macro2",
16306 "quote",
16307 "syn 2.0.100",
16308]
16309
16310[[package]]
16311name = "windows-interface"
16312version = "0.59.0"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16315dependencies = [
16316 "proc-macro2",
16317 "quote",
16318 "syn 2.0.100",
16319]
16320
16321[[package]]
16322name = "windows-link"
16323version = "0.1.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16326
16327[[package]]
16328name = "windows-numerics"
16329version = "0.1.1"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16332dependencies = [
16333 "windows-core 0.60.1",
16334 "windows-link",
16335]
16336
16337[[package]]
16338name = "windows-registry"
16339version = "0.2.0"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16342dependencies = [
16343 "windows-result 0.2.0",
16344 "windows-strings 0.1.0",
16345 "windows-targets 0.52.6",
16346]
16347
16348[[package]]
16349name = "windows-result"
16350version = "0.1.2"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16353dependencies = [
16354 "windows-targets 0.52.6",
16355]
16356
16357[[package]]
16358name = "windows-result"
16359version = "0.2.0"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16362dependencies = [
16363 "windows-targets 0.52.6",
16364]
16365
16366[[package]]
16367name = "windows-result"
16368version = "0.3.1"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16371dependencies = [
16372 "windows-link",
16373]
16374
16375[[package]]
16376name = "windows-strings"
16377version = "0.1.0"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16380dependencies = [
16381 "windows-result 0.2.0",
16382 "windows-targets 0.52.6",
16383]
16384
16385[[package]]
16386name = "windows-strings"
16387version = "0.3.1"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16390dependencies = [
16391 "windows-link",
16392]
16393
16394[[package]]
16395name = "windows-sys"
16396version = "0.45.0"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16399dependencies = [
16400 "windows-targets 0.42.2",
16401]
16402
16403[[package]]
16404name = "windows-sys"
16405version = "0.48.0"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16408dependencies = [
16409 "windows-targets 0.48.5",
16410]
16411
16412[[package]]
16413name = "windows-sys"
16414version = "0.52.0"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16417dependencies = [
16418 "windows-targets 0.52.6",
16419]
16420
16421[[package]]
16422name = "windows-sys"
16423version = "0.59.0"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16426dependencies = [
16427 "windows-targets 0.52.6",
16428]
16429
16430[[package]]
16431name = "windows-targets"
16432version = "0.42.2"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16435dependencies = [
16436 "windows_aarch64_gnullvm 0.42.2",
16437 "windows_aarch64_msvc 0.42.2",
16438 "windows_i686_gnu 0.42.2",
16439 "windows_i686_msvc 0.42.2",
16440 "windows_x86_64_gnu 0.42.2",
16441 "windows_x86_64_gnullvm 0.42.2",
16442 "windows_x86_64_msvc 0.42.2",
16443]
16444
16445[[package]]
16446name = "windows-targets"
16447version = "0.48.5"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16450dependencies = [
16451 "windows_aarch64_gnullvm 0.48.5",
16452 "windows_aarch64_msvc 0.48.5",
16453 "windows_i686_gnu 0.48.5",
16454 "windows_i686_msvc 0.48.5",
16455 "windows_x86_64_gnu 0.48.5",
16456 "windows_x86_64_gnullvm 0.48.5",
16457 "windows_x86_64_msvc 0.48.5",
16458]
16459
16460[[package]]
16461name = "windows-targets"
16462version = "0.52.6"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16465dependencies = [
16466 "windows_aarch64_gnullvm 0.52.6",
16467 "windows_aarch64_msvc 0.52.6",
16468 "windows_i686_gnu 0.52.6",
16469 "windows_i686_gnullvm",
16470 "windows_i686_msvc 0.52.6",
16471 "windows_x86_64_gnu 0.52.6",
16472 "windows_x86_64_gnullvm 0.52.6",
16473 "windows_x86_64_msvc 0.52.6",
16474]
16475
16476[[package]]
16477name = "windows_aarch64_gnullvm"
16478version = "0.42.2"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16481
16482[[package]]
16483name = "windows_aarch64_gnullvm"
16484version = "0.48.5"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16487
16488[[package]]
16489name = "windows_aarch64_gnullvm"
16490version = "0.52.6"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16493
16494[[package]]
16495name = "windows_aarch64_msvc"
16496version = "0.42.2"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16499
16500[[package]]
16501name = "windows_aarch64_msvc"
16502version = "0.48.5"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16505
16506[[package]]
16507name = "windows_aarch64_msvc"
16508version = "0.52.6"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16511
16512[[package]]
16513name = "windows_i686_gnu"
16514version = "0.42.2"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16517
16518[[package]]
16519name = "windows_i686_gnu"
16520version = "0.48.5"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16523
16524[[package]]
16525name = "windows_i686_gnu"
16526version = "0.52.6"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16529
16530[[package]]
16531name = "windows_i686_gnullvm"
16532version = "0.52.6"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16535
16536[[package]]
16537name = "windows_i686_msvc"
16538version = "0.42.2"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16541
16542[[package]]
16543name = "windows_i686_msvc"
16544version = "0.48.5"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16547
16548[[package]]
16549name = "windows_i686_msvc"
16550version = "0.52.6"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16553
16554[[package]]
16555name = "windows_x86_64_gnu"
16556version = "0.42.2"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16559
16560[[package]]
16561name = "windows_x86_64_gnu"
16562version = "0.48.5"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16565
16566[[package]]
16567name = "windows_x86_64_gnu"
16568version = "0.52.6"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16571
16572[[package]]
16573name = "windows_x86_64_gnullvm"
16574version = "0.42.2"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16577
16578[[package]]
16579name = "windows_x86_64_gnullvm"
16580version = "0.48.5"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16583
16584[[package]]
16585name = "windows_x86_64_gnullvm"
16586version = "0.52.6"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16589
16590[[package]]
16591name = "windows_x86_64_msvc"
16592version = "0.42.2"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16595
16596[[package]]
16597name = "windows_x86_64_msvc"
16598version = "0.48.5"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16601
16602[[package]]
16603name = "windows_x86_64_msvc"
16604version = "0.52.6"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16607
16608[[package]]
16609name = "winnow"
16610version = "0.6.20"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16613dependencies = [
16614 "memchr",
16615]
16616
16617[[package]]
16618name = "winnow"
16619version = "0.7.1"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16622dependencies = [
16623 "memchr",
16624]
16625
16626[[package]]
16627name = "winreg"
16628version = "0.50.0"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16631dependencies = [
16632 "cfg-if",
16633 "windows-sys 0.48.0",
16634]
16635
16636[[package]]
16637name = "winreg"
16638version = "0.52.0"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16641dependencies = [
16642 "cfg-if",
16643 "windows-sys 0.48.0",
16644]
16645
16646[[package]]
16647name = "winresource"
16648version = "0.1.19"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16651dependencies = [
16652 "toml 0.8.20",
16653 "version_check",
16654]
16655
16656[[package]]
16657name = "winsafe"
16658version = "0.0.19"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16661
16662[[package]]
16663name = "winx"
16664version = "0.36.4"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16667dependencies = [
16668 "bitflags 2.8.0",
16669 "windows-sys 0.59.0",
16670]
16671
16672[[package]]
16673name = "wio"
16674version = "0.2.2"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16677dependencies = [
16678 "winapi",
16679]
16680
16681[[package]]
16682name = "wit-bindgen"
16683version = "0.22.0"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16686dependencies = [
16687 "bitflags 2.8.0",
16688 "wit-bindgen-rt 0.22.0",
16689 "wit-bindgen-rust-macro",
16690]
16691
16692[[package]]
16693name = "wit-bindgen-core"
16694version = "0.22.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16697dependencies = [
16698 "anyhow",
16699 "wit-parser 0.201.0",
16700]
16701
16702[[package]]
16703name = "wit-bindgen-rt"
16704version = "0.22.0"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16707
16708[[package]]
16709name = "wit-bindgen-rt"
16710version = "0.33.0"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16713dependencies = [
16714 "bitflags 2.8.0",
16715]
16716
16717[[package]]
16718name = "wit-bindgen-rust"
16719version = "0.22.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16722dependencies = [
16723 "anyhow",
16724 "heck 0.4.1",
16725 "indexmap",
16726 "wasm-metadata 0.201.0",
16727 "wit-bindgen-core",
16728 "wit-component 0.201.0",
16729]
16730
16731[[package]]
16732name = "wit-bindgen-rust-macro"
16733version = "0.22.0"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16736dependencies = [
16737 "anyhow",
16738 "proc-macro2",
16739 "quote",
16740 "syn 2.0.100",
16741 "wit-bindgen-core",
16742 "wit-bindgen-rust",
16743]
16744
16745[[package]]
16746name = "wit-component"
16747version = "0.201.0"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16750dependencies = [
16751 "anyhow",
16752 "bitflags 2.8.0",
16753 "indexmap",
16754 "log",
16755 "serde",
16756 "serde_derive",
16757 "serde_json",
16758 "wasm-encoder 0.201.0",
16759 "wasm-metadata 0.201.0",
16760 "wasmparser 0.201.0",
16761 "wit-parser 0.201.0",
16762]
16763
16764[[package]]
16765name = "wit-component"
16766version = "0.221.3"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16769dependencies = [
16770 "anyhow",
16771 "bitflags 2.8.0",
16772 "indexmap",
16773 "log",
16774 "serde",
16775 "serde_derive",
16776 "serde_json",
16777 "wasm-encoder 0.221.3",
16778 "wasm-metadata 0.221.3",
16779 "wasmparser 0.221.3",
16780 "wit-parser 0.221.3",
16781]
16782
16783[[package]]
16784name = "wit-parser"
16785version = "0.201.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16788dependencies = [
16789 "anyhow",
16790 "id-arena",
16791 "indexmap",
16792 "log",
16793 "semver",
16794 "serde",
16795 "serde_derive",
16796 "serde_json",
16797 "unicode-xid",
16798 "wasmparser 0.201.0",
16799]
16800
16801[[package]]
16802name = "wit-parser"
16803version = "0.221.3"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16806dependencies = [
16807 "anyhow",
16808 "id-arena",
16809 "indexmap",
16810 "log",
16811 "semver",
16812 "serde",
16813 "serde_derive",
16814 "serde_json",
16815 "unicode-xid",
16816 "wasmparser 0.221.3",
16817]
16818
16819[[package]]
16820name = "witx"
16821version = "0.9.1"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16824dependencies = [
16825 "anyhow",
16826 "log",
16827 "thiserror 1.0.69",
16828 "wast",
16829]
16830
16831[[package]]
16832name = "workspace"
16833version = "0.1.0"
16834dependencies = [
16835 "any_vec",
16836 "anyhow",
16837 "async-recursion 1.1.1",
16838 "bincode",
16839 "call",
16840 "client",
16841 "clock",
16842 "collections",
16843 "component",
16844 "db",
16845 "derive_more",
16846 "env_logger 0.11.7",
16847 "fs",
16848 "futures 0.3.31",
16849 "gpui",
16850 "http_client",
16851 "itertools 0.14.0",
16852 "language",
16853 "log",
16854 "node_runtime",
16855 "parking_lot",
16856 "postage",
16857 "project",
16858 "remote",
16859 "schemars",
16860 "serde",
16861 "serde_json",
16862 "session",
16863 "settings",
16864 "smallvec",
16865 "sqlez",
16866 "strum",
16867 "task",
16868 "telemetry",
16869 "tempfile",
16870 "theme",
16871 "ui",
16872 "util",
16873 "uuid",
16874 "zed_actions",
16875]
16876
16877[[package]]
16878name = "worktree"
16879version = "0.1.0"
16880dependencies = [
16881 "anyhow",
16882 "clock",
16883 "collections",
16884 "env_logger 0.11.7",
16885 "fs",
16886 "futures 0.3.31",
16887 "fuzzy",
16888 "git",
16889 "git2",
16890 "git_hosting_providers",
16891 "gpui",
16892 "http_client",
16893 "ignore",
16894 "language",
16895 "log",
16896 "parking_lot",
16897 "paths",
16898 "postage",
16899 "pretty_assertions",
16900 "rand 0.8.5",
16901 "rpc",
16902 "schemars",
16903 "serde",
16904 "serde_json",
16905 "settings",
16906 "smallvec",
16907 "smol",
16908 "sum_tree",
16909 "text",
16910 "util",
16911]
16912
16913[[package]]
16914name = "write16"
16915version = "1.0.0"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16918
16919[[package]]
16920name = "writeable"
16921version = "0.5.5"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16924
16925[[package]]
16926name = "wyz"
16927version = "0.5.1"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16930dependencies = [
16931 "tap",
16932]
16933
16934[[package]]
16935name = "x11-clipboard"
16936version = "0.9.3"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16939dependencies = [
16940 "libc",
16941 "x11rb",
16942]
16943
16944[[package]]
16945name = "x11rb"
16946version = "0.13.1"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16949dependencies = [
16950 "as-raw-xcb-connection",
16951 "gethostname",
16952 "libc",
16953 "rustix",
16954 "x11rb-protocol",
16955]
16956
16957[[package]]
16958name = "x11rb-protocol"
16959version = "0.13.1"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16962
16963[[package]]
16964name = "xattr"
16965version = "0.2.3"
16966source = "registry+https://github.com/rust-lang/crates.io-index"
16967checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16968dependencies = [
16969 "libc",
16970]
16971
16972[[package]]
16973name = "xcursor"
16974version = "0.3.8"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16977
16978[[package]]
16979name = "xdg-home"
16980version = "1.3.0"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16983dependencies = [
16984 "libc",
16985 "windows-sys 0.59.0",
16986]
16987
16988[[package]]
16989name = "xim"
16990version = "0.4.0"
16991source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16992dependencies = [
16993 "ahash 0.8.11",
16994 "hashbrown 0.14.5",
16995 "log",
16996 "x11rb",
16997 "xim-ctext",
16998 "xim-parser",
16999]
17000
17001[[package]]
17002name = "xim-ctext"
17003version = "0.3.0"
17004source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17005dependencies = [
17006 "encoding_rs",
17007]
17008
17009[[package]]
17010name = "xim-parser"
17011version = "0.2.1"
17012source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17013dependencies = [
17014 "bitflags 2.8.0",
17015]
17016
17017[[package]]
17018name = "xkbcommon"
17019version = "0.7.0"
17020source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17021dependencies = [
17022 "as-raw-xcb-connection",
17023 "libc",
17024 "memmap2",
17025 "xkeysym",
17026]
17027
17028[[package]]
17029name = "xkeysym"
17030version = "0.2.1"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17033
17034[[package]]
17035name = "xml5ever"
17036version = "0.18.1"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17039dependencies = [
17040 "log",
17041 "mac",
17042 "markup5ever",
17043]
17044
17045[[package]]
17046name = "xmlparser"
17047version = "0.13.6"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17050
17051[[package]]
17052name = "xmlwriter"
17053version = "0.1.0"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17056
17057[[package]]
17058name = "xtask"
17059version = "0.1.0"
17060dependencies = [
17061 "anyhow",
17062 "cargo_metadata",
17063 "cargo_toml",
17064 "clap",
17065]
17066
17067[[package]]
17068name = "yaml-rust2"
17069version = "0.8.1"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17072dependencies = [
17073 "arraydeque",
17074 "encoding_rs",
17075 "hashlink 0.8.4",
17076]
17077
17078[[package]]
17079name = "yansi"
17080version = "1.0.1"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17083
17084[[package]]
17085name = "yazi"
17086version = "0.1.6"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17089
17090[[package]]
17091name = "yeslogic-fontconfig-sys"
17092version = "6.0.0"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17095dependencies = [
17096 "dlib",
17097 "once_cell",
17098 "pkg-config",
17099]
17100
17101[[package]]
17102name = "yoke"
17103version = "0.7.5"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17106dependencies = [
17107 "serde",
17108 "stable_deref_trait",
17109 "yoke-derive",
17110 "zerofrom",
17111]
17112
17113[[package]]
17114name = "yoke-derive"
17115version = "0.7.5"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17118dependencies = [
17119 "proc-macro2",
17120 "quote",
17121 "syn 2.0.100",
17122 "synstructure",
17123]
17124
17125[[package]]
17126name = "zbus"
17127version = "5.5.0"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17130dependencies = [
17131 "async-broadcast",
17132 "async-executor",
17133 "async-fs",
17134 "async-io",
17135 "async-lock",
17136 "async-process",
17137 "async-recursion 1.1.1",
17138 "async-task",
17139 "async-trait",
17140 "blocking",
17141 "enumflags2",
17142 "event-listener 5.3.1",
17143 "futures-core",
17144 "futures-lite 2.6.0",
17145 "hex",
17146 "nix",
17147 "ordered-stream",
17148 "serde",
17149 "serde_repr",
17150 "static_assertions",
17151 "tracing",
17152 "uds_windows",
17153 "windows-sys 0.59.0",
17154 "winnow 0.7.1",
17155 "xdg-home",
17156 "zbus_macros",
17157 "zbus_names",
17158 "zvariant",
17159]
17160
17161[[package]]
17162name = "zbus_macros"
17163version = "5.5.0"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17166dependencies = [
17167 "proc-macro-crate",
17168 "proc-macro2",
17169 "quote",
17170 "syn 2.0.100",
17171 "zbus_names",
17172 "zvariant",
17173 "zvariant_utils",
17174]
17175
17176[[package]]
17177name = "zbus_names"
17178version = "4.1.0"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17181dependencies = [
17182 "serde",
17183 "static_assertions",
17184 "winnow 0.6.20",
17185 "zvariant",
17186]
17187
17188[[package]]
17189name = "zed"
17190version = "0.179.0"
17191dependencies = [
17192 "activity_indicator",
17193 "anyhow",
17194 "ashpd",
17195 "assets",
17196 "assistant",
17197 "assistant2",
17198 "assistant_context_editor",
17199 "assistant_settings",
17200 "assistant_tools",
17201 "async-watch",
17202 "audio",
17203 "auto_update",
17204 "auto_update_ui",
17205 "backtrace",
17206 "breadcrumbs",
17207 "call",
17208 "channel",
17209 "chrono",
17210 "clap",
17211 "cli",
17212 "client",
17213 "collab_ui",
17214 "collections",
17215 "command_palette",
17216 "command_palette_hooks",
17217 "component_preview",
17218 "copilot",
17219 "db",
17220 "diagnostics",
17221 "editor",
17222 "env_logger 0.11.7",
17223 "extension",
17224 "extension_host",
17225 "extensions_ui",
17226 "feature_flags",
17227 "feedback",
17228 "file_finder",
17229 "fs",
17230 "futures 0.3.31",
17231 "git",
17232 "git_hosting_providers",
17233 "git_ui",
17234 "go_to_line",
17235 "gpui",
17236 "gpui_tokio",
17237 "http_client",
17238 "image_viewer",
17239 "inline_completion_button",
17240 "install_cli",
17241 "journal",
17242 "language",
17243 "language_extension",
17244 "language_model",
17245 "language_models",
17246 "language_selector",
17247 "language_tools",
17248 "languages",
17249 "libc",
17250 "log",
17251 "markdown",
17252 "markdown_preview",
17253 "menu",
17254 "migrator",
17255 "mimalloc",
17256 "nix",
17257 "node_runtime",
17258 "notifications",
17259 "outline",
17260 "outline_panel",
17261 "parking_lot",
17262 "paths",
17263 "picker",
17264 "profiling",
17265 "project",
17266 "project_panel",
17267 "project_symbols",
17268 "prompt_store",
17269 "proto",
17270 "recent_projects",
17271 "release_channel",
17272 "remote",
17273 "repl",
17274 "reqwest_client",
17275 "rope",
17276 "search",
17277 "serde",
17278 "serde_json",
17279 "session",
17280 "settings",
17281 "settings_ui",
17282 "shellexpand 2.1.2",
17283 "simplelog",
17284 "smol",
17285 "snippet_provider",
17286 "snippets_ui",
17287 "supermaven",
17288 "sysinfo",
17289 "tab_switcher",
17290 "task",
17291 "tasks_ui",
17292 "telemetry",
17293 "telemetry_events",
17294 "terminal_view",
17295 "theme",
17296 "theme_extension",
17297 "theme_selector",
17298 "time",
17299 "toolchain_selector",
17300 "tree-sitter-md",
17301 "tree-sitter-rust",
17302 "ui",
17303 "url",
17304 "urlencoding",
17305 "util",
17306 "uuid",
17307 "vim",
17308 "vim_mode_setting",
17309 "welcome",
17310 "windows 0.60.0",
17311 "winresource",
17312 "workspace",
17313 "zed_actions",
17314 "zeta",
17315]
17316
17317[[package]]
17318name = "zed_actions"
17319version = "0.1.0"
17320dependencies = [
17321 "gpui",
17322 "schemars",
17323 "serde",
17324]
17325
17326[[package]]
17327name = "zed_emmet"
17328version = "0.0.3"
17329dependencies = [
17330 "zed_extension_api 0.1.0",
17331]
17332
17333[[package]]
17334name = "zed_extension_api"
17335version = "0.1.0"
17336source = "registry+https://github.com/rust-lang/crates.io-index"
17337checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17338dependencies = [
17339 "serde",
17340 "serde_json",
17341 "wit-bindgen",
17342]
17343
17344[[package]]
17345name = "zed_extension_api"
17346version = "0.3.0"
17347dependencies = [
17348 "serde",
17349 "serde_json",
17350 "wit-bindgen",
17351]
17352
17353[[package]]
17354name = "zed_glsl"
17355version = "0.1.0"
17356dependencies = [
17357 "zed_extension_api 0.1.0",
17358]
17359
17360[[package]]
17361name = "zed_html"
17362version = "0.1.6"
17363dependencies = [
17364 "zed_extension_api 0.1.0",
17365]
17366
17367[[package]]
17368name = "zed_llm_client"
17369version = "0.4.1"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17372dependencies = [
17373 "serde",
17374 "serde_json",
17375 "uuid",
17376]
17377
17378[[package]]
17379name = "zed_proto"
17380version = "0.2.1"
17381dependencies = [
17382 "zed_extension_api 0.1.0",
17383]
17384
17385[[package]]
17386name = "zed_ruff"
17387version = "0.1.0"
17388dependencies = [
17389 "zed_extension_api 0.1.0",
17390]
17391
17392[[package]]
17393name = "zed_snippets"
17394version = "0.0.5"
17395dependencies = [
17396 "serde_json",
17397 "zed_extension_api 0.1.0",
17398]
17399
17400[[package]]
17401name = "zed_test_extension"
17402version = "0.1.0"
17403dependencies = [
17404 "zed_extension_api 0.3.0",
17405]
17406
17407[[package]]
17408name = "zed_toml"
17409version = "0.1.3"
17410dependencies = [
17411 "zed_extension_api 0.1.0",
17412]
17413
17414[[package]]
17415name = "zeno"
17416version = "0.2.3"
17417source = "registry+https://github.com/rust-lang/crates.io-index"
17418checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17419
17420[[package]]
17421name = "zerocopy"
17422version = "0.7.35"
17423source = "registry+https://github.com/rust-lang/crates.io-index"
17424checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17425dependencies = [
17426 "byteorder",
17427 "zerocopy-derive 0.7.35",
17428]
17429
17430[[package]]
17431name = "zerocopy"
17432version = "0.8.18"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17435dependencies = [
17436 "zerocopy-derive 0.8.18",
17437]
17438
17439[[package]]
17440name = "zerocopy-derive"
17441version = "0.7.35"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17444dependencies = [
17445 "proc-macro2",
17446 "quote",
17447 "syn 2.0.100",
17448]
17449
17450[[package]]
17451name = "zerocopy-derive"
17452version = "0.8.18"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17455dependencies = [
17456 "proc-macro2",
17457 "quote",
17458 "syn 2.0.100",
17459]
17460
17461[[package]]
17462name = "zerofrom"
17463version = "0.1.5"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17466dependencies = [
17467 "zerofrom-derive",
17468]
17469
17470[[package]]
17471name = "zerofrom-derive"
17472version = "0.1.5"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17475dependencies = [
17476 "proc-macro2",
17477 "quote",
17478 "syn 2.0.100",
17479 "synstructure",
17480]
17481
17482[[package]]
17483name = "zeroize"
17484version = "1.8.1"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17487dependencies = [
17488 "zeroize_derive",
17489]
17490
17491[[package]]
17492name = "zeroize_derive"
17493version = "1.4.2"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17496dependencies = [
17497 "proc-macro2",
17498 "quote",
17499 "syn 2.0.100",
17500]
17501
17502[[package]]
17503name = "zeromq"
17504version = "0.5.0-pre"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17507dependencies = [
17508 "async-dispatcher",
17509 "async-std",
17510 "async-trait",
17511 "asynchronous-codec",
17512 "bytes 1.10.1",
17513 "crossbeam-queue",
17514 "dashmap 5.5.3",
17515 "futures 0.3.31",
17516 "log",
17517 "num-traits",
17518 "once_cell",
17519 "parking_lot",
17520 "rand 0.8.5",
17521 "regex",
17522 "thiserror 1.0.69",
17523 "uuid",
17524]
17525
17526[[package]]
17527name = "zerovec"
17528version = "0.10.4"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17531dependencies = [
17532 "yoke",
17533 "zerofrom",
17534 "zerovec-derive",
17535]
17536
17537[[package]]
17538name = "zerovec-derive"
17539version = "0.10.3"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17542dependencies = [
17543 "proc-macro2",
17544 "quote",
17545 "syn 2.0.100",
17546]
17547
17548[[package]]
17549name = "zeta"
17550version = "0.1.0"
17551dependencies = [
17552 "anyhow",
17553 "arrayvec",
17554 "call",
17555 "chrono",
17556 "client",
17557 "clock",
17558 "collections",
17559 "command_palette_hooks",
17560 "ctor",
17561 "db",
17562 "editor",
17563 "env_logger 0.11.7",
17564 "feature_flags",
17565 "fs",
17566 "futures 0.3.31",
17567 "gpui",
17568 "http_client",
17569 "indoc",
17570 "inline_completion",
17571 "language",
17572 "language_model",
17573 "log",
17574 "menu",
17575 "migrator",
17576 "paths",
17577 "postage",
17578 "project",
17579 "regex",
17580 "release_channel",
17581 "reqwest_client",
17582 "rpc",
17583 "serde",
17584 "serde_json",
17585 "settings",
17586 "telemetry",
17587 "telemetry_events",
17588 "theme",
17589 "thiserror 1.0.69",
17590 "tree-sitter-go",
17591 "tree-sitter-rust",
17592 "ui",
17593 "unindent",
17594 "util",
17595 "uuid",
17596 "workspace",
17597 "worktree",
17598 "zed_actions",
17599 "zed_llm_client",
17600]
17601
17602[[package]]
17603name = "zip"
17604version = "0.6.6"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17607dependencies = [
17608 "aes",
17609 "byteorder",
17610 "bzip2",
17611 "constant_time_eq 0.1.5",
17612 "crc32fast",
17613 "crossbeam-utils",
17614 "flate2",
17615 "hmac",
17616 "pbkdf2 0.11.0",
17617 "sha1",
17618 "time",
17619 "zstd",
17620]
17621
17622[[package]]
17623name = "zstd"
17624version = "0.11.2+zstd.1.5.2"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17627dependencies = [
17628 "zstd-safe",
17629]
17630
17631[[package]]
17632name = "zstd-safe"
17633version = "5.0.2+zstd.1.5.2"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17636dependencies = [
17637 "libc",
17638 "zstd-sys",
17639]
17640
17641[[package]]
17642name = "zstd-sys"
17643version = "2.0.13+zstd.1.5.6"
17644source = "registry+https://github.com/rust-lang/crates.io-index"
17645checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17646dependencies = [
17647 "cc",
17648 "pkg-config",
17649]
17650
17651[[package]]
17652name = "zune-core"
17653version = "0.4.12"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17656
17657[[package]]
17658name = "zune-inflate"
17659version = "0.2.54"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17662dependencies = [
17663 "simd-adler32",
17664]
17665
17666[[package]]
17667name = "zune-jpeg"
17668version = "0.4.13"
17669source = "registry+https://github.com/rust-lang/crates.io-index"
17670checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17671dependencies = [
17672 "zune-core",
17673]
17674
17675[[package]]
17676name = "zvariant"
17677version = "5.4.0"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17680dependencies = [
17681 "endi",
17682 "enumflags2",
17683 "serde",
17684 "static_assertions",
17685 "url",
17686 "winnow 0.7.1",
17687 "zvariant_derive",
17688 "zvariant_utils",
17689]
17690
17691[[package]]
17692name = "zvariant_derive"
17693version = "5.4.0"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17696dependencies = [
17697 "proc-macro-crate",
17698 "proc-macro2",
17699 "quote",
17700 "syn 2.0.100",
17701 "zvariant_utils",
17702]
17703
17704[[package]]
17705name = "zvariant_utils"
17706version = "3.2.0"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17709dependencies = [
17710 "proc-macro2",
17711 "quote",
17712 "serde",
17713 "static_assertions",
17714 "syn 2.0.100",
17715 "winnow 0.7.1",
17716]