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 "itertools 0.14.0",
719 "language",
720 "language_model",
721 "pretty_assertions",
722 "project",
723 "rand 0.8.5",
724 "release_channel",
725 "schemars",
726 "serde",
727 "serde_json",
728 "settings",
729 "theme",
730 "ui",
731 "unindent",
732 "util",
733 "workspace",
734 "worktree",
735]
736
737[[package]]
738name = "async-attributes"
739version = "1.1.2"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
742dependencies = [
743 "quote",
744 "syn 1.0.109",
745]
746
747[[package]]
748name = "async-broadcast"
749version = "0.7.2"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
752dependencies = [
753 "event-listener 5.3.1",
754 "event-listener-strategy",
755 "futures-core",
756 "pin-project-lite",
757]
758
759[[package]]
760name = "async-channel"
761version = "1.9.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
764dependencies = [
765 "concurrent-queue",
766 "event-listener 2.5.3",
767 "futures-core",
768]
769
770[[package]]
771name = "async-channel"
772version = "2.3.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
775dependencies = [
776 "concurrent-queue",
777 "event-listener-strategy",
778 "futures-core",
779 "pin-project-lite",
780]
781
782[[package]]
783name = "async-compat"
784version = "0.2.4"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
787dependencies = [
788 "futures-core",
789 "futures-io",
790 "once_cell",
791 "pin-project-lite",
792 "tokio",
793]
794
795[[package]]
796name = "async-compression"
797version = "0.4.20"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
800dependencies = [
801 "deflate64",
802 "flate2",
803 "futures-core",
804 "futures-io",
805 "memchr",
806 "pin-project-lite",
807]
808
809[[package]]
810name = "async-dispatcher"
811version = "0.1.2"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
814dependencies = [
815 "async-task",
816 "futures-lite 1.13.0",
817]
818
819[[package]]
820name = "async-executor"
821version = "1.13.1"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
824dependencies = [
825 "async-task",
826 "concurrent-queue",
827 "fastrand 2.3.0",
828 "futures-lite 2.6.0",
829 "slab",
830]
831
832[[package]]
833name = "async-fs"
834version = "2.1.2"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
837dependencies = [
838 "async-lock",
839 "blocking",
840 "futures-lite 2.6.0",
841]
842
843[[package]]
844name = "async-global-executor"
845version = "2.4.1"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
848dependencies = [
849 "async-channel 2.3.1",
850 "async-executor",
851 "async-io",
852 "async-lock",
853 "blocking",
854 "futures-lite 2.6.0",
855 "once_cell",
856]
857
858[[package]]
859name = "async-io"
860version = "2.4.0"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
863dependencies = [
864 "async-lock",
865 "cfg-if",
866 "concurrent-queue",
867 "futures-io",
868 "futures-lite 2.6.0",
869 "parking",
870 "polling",
871 "rustix",
872 "slab",
873 "tracing",
874 "windows-sys 0.59.0",
875]
876
877[[package]]
878name = "async-lock"
879version = "3.4.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
882dependencies = [
883 "event-listener 5.3.1",
884 "event-listener-strategy",
885 "pin-project-lite",
886]
887
888[[package]]
889name = "async-native-tls"
890version = "0.5.0"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
893dependencies = [
894 "futures-util",
895 "native-tls",
896 "thiserror 1.0.69",
897 "url",
898]
899
900[[package]]
901name = "async-net"
902version = "2.0.0"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
905dependencies = [
906 "async-io",
907 "blocking",
908 "futures-lite 2.6.0",
909]
910
911[[package]]
912name = "async-pipe"
913version = "0.1.3"
914source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
915dependencies = [
916 "futures 0.3.31",
917 "log",
918]
919
920[[package]]
921name = "async-process"
922version = "2.3.0"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
925dependencies = [
926 "async-channel 2.3.1",
927 "async-io",
928 "async-lock",
929 "async-signal",
930 "async-task",
931 "blocking",
932 "cfg-if",
933 "event-listener 5.3.1",
934 "futures-lite 2.6.0",
935 "rustix",
936 "tracing",
937]
938
939[[package]]
940name = "async-recursion"
941version = "0.3.2"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
944dependencies = [
945 "proc-macro2",
946 "quote",
947 "syn 1.0.109",
948]
949
950[[package]]
951name = "async-recursion"
952version = "1.1.1"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
955dependencies = [
956 "proc-macro2",
957 "quote",
958 "syn 2.0.100",
959]
960
961[[package]]
962name = "async-signal"
963version = "0.2.10"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
966dependencies = [
967 "async-io",
968 "async-lock",
969 "atomic-waker",
970 "cfg-if",
971 "futures-core",
972 "futures-io",
973 "rustix",
974 "signal-hook-registry",
975 "slab",
976 "windows-sys 0.59.0",
977]
978
979[[package]]
980name = "async-std"
981version = "1.13.0"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
984dependencies = [
985 "async-attributes",
986 "async-channel 1.9.0",
987 "async-global-executor",
988 "async-io",
989 "async-lock",
990 "async-process",
991 "crossbeam-utils",
992 "futures-channel",
993 "futures-core",
994 "futures-io",
995 "futures-lite 2.6.0",
996 "gloo-timers",
997 "kv-log-macro",
998 "log",
999 "memchr",
1000 "once_cell",
1001 "pin-project-lite",
1002 "pin-utils",
1003 "slab",
1004 "wasm-bindgen-futures",
1005]
1006
1007[[package]]
1008name = "async-stream"
1009version = "0.3.6"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1012dependencies = [
1013 "async-stream-impl",
1014 "futures-core",
1015 "pin-project-lite",
1016]
1017
1018[[package]]
1019name = "async-stream-impl"
1020version = "0.3.6"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1023dependencies = [
1024 "proc-macro2",
1025 "quote",
1026 "syn 2.0.100",
1027]
1028
1029[[package]]
1030name = "async-stripe"
1031version = "0.40.0"
1032source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1033dependencies = [
1034 "chrono",
1035 "futures-util",
1036 "http-types",
1037 "hyper 0.14.32",
1038 "hyper-rustls 0.24.2",
1039 "serde",
1040 "serde_json",
1041 "serde_path_to_error",
1042 "serde_qs 0.10.1",
1043 "smart-default",
1044 "smol_str",
1045 "thiserror 1.0.69",
1046 "tokio",
1047]
1048
1049[[package]]
1050name = "async-tar"
1051version = "0.5.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1054dependencies = [
1055 "async-std",
1056 "filetime",
1057 "libc",
1058 "pin-project",
1059 "redox_syscall 0.2.16",
1060 "xattr",
1061]
1062
1063[[package]]
1064name = "async-task"
1065version = "4.7.1"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1068
1069[[package]]
1070name = "async-tls"
1071version = "0.13.0"
1072source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1073dependencies = [
1074 "futures-core",
1075 "futures-io",
1076 "rustls 0.23.23",
1077 "rustls-pemfile 2.2.0",
1078 "webpki-roots",
1079]
1080
1081[[package]]
1082name = "async-trait"
1083version = "0.1.87"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1086dependencies = [
1087 "proc-macro2",
1088 "quote",
1089 "syn 2.0.100",
1090]
1091
1092[[package]]
1093name = "async-tungstenite"
1094version = "0.28.2"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1097dependencies = [
1098 "async-std",
1099 "async-tls",
1100 "atomic-waker",
1101 "futures-core",
1102 "futures-io",
1103 "futures-task",
1104 "futures-util",
1105 "log",
1106 "pin-project-lite",
1107 "tungstenite 0.24.0",
1108]
1109
1110[[package]]
1111name = "async-watch"
1112version = "0.3.1"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1115dependencies = [
1116 "event-listener 2.5.3",
1117]
1118
1119[[package]]
1120name = "async_zip"
1121version = "0.0.17"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1124dependencies = [
1125 "async-compression",
1126 "crc32fast",
1127 "futures-lite 2.6.0",
1128 "pin-project",
1129 "thiserror 1.0.69",
1130]
1131
1132[[package]]
1133name = "asynchronous-codec"
1134version = "0.7.0"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1137dependencies = [
1138 "bytes 1.10.1",
1139 "futures-sink",
1140 "futures-util",
1141 "memchr",
1142 "pin-project-lite",
1143]
1144
1145[[package]]
1146name = "atoi"
1147version = "2.0.0"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1150dependencies = [
1151 "num-traits",
1152]
1153
1154[[package]]
1155name = "atomic"
1156version = "0.5.3"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1159
1160[[package]]
1161name = "atomic-waker"
1162version = "1.1.2"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1165
1166[[package]]
1167name = "audio"
1168version = "0.1.0"
1169dependencies = [
1170 "anyhow",
1171 "collections",
1172 "derive_more",
1173 "gpui",
1174 "parking_lot",
1175 "rodio",
1176 "util",
1177]
1178
1179[[package]]
1180name = "auto_update"
1181version = "0.1.0"
1182dependencies = [
1183 "anyhow",
1184 "client",
1185 "db",
1186 "gpui",
1187 "http_client",
1188 "log",
1189 "paths",
1190 "release_channel",
1191 "schemars",
1192 "serde",
1193 "serde_json",
1194 "settings",
1195 "smol",
1196 "tempfile",
1197 "which 6.0.3",
1198 "workspace",
1199]
1200
1201[[package]]
1202name = "auto_update_ui"
1203version = "0.1.0"
1204dependencies = [
1205 "anyhow",
1206 "auto_update",
1207 "client",
1208 "editor",
1209 "gpui",
1210 "http_client",
1211 "markdown_preview",
1212 "release_channel",
1213 "serde",
1214 "serde_json",
1215 "smol",
1216 "util",
1217 "workspace",
1218]
1219
1220[[package]]
1221name = "autocfg"
1222version = "1.4.0"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1225
1226[[package]]
1227name = "av1-grain"
1228version = "0.2.3"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1231dependencies = [
1232 "anyhow",
1233 "arrayvec",
1234 "log",
1235 "nom",
1236 "num-rational",
1237 "v_frame",
1238]
1239
1240[[package]]
1241name = "avif-serialize"
1242version = "0.8.2"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1245dependencies = [
1246 "arrayvec",
1247]
1248
1249[[package]]
1250name = "aws-config"
1251version = "1.5.16"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1254dependencies = [
1255 "aws-credential-types",
1256 "aws-runtime",
1257 "aws-sdk-sso",
1258 "aws-sdk-ssooidc",
1259 "aws-sdk-sts",
1260 "aws-smithy-async",
1261 "aws-smithy-http",
1262 "aws-smithy-json",
1263 "aws-smithy-runtime",
1264 "aws-smithy-runtime-api",
1265 "aws-smithy-types",
1266 "aws-types",
1267 "bytes 1.10.1",
1268 "fastrand 2.3.0",
1269 "hex",
1270 "http 0.2.12",
1271 "ring",
1272 "time",
1273 "tokio",
1274 "tracing",
1275 "url",
1276 "zeroize",
1277]
1278
1279[[package]]
1280name = "aws-credential-types"
1281version = "1.2.1"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1284dependencies = [
1285 "aws-smithy-async",
1286 "aws-smithy-runtime-api",
1287 "aws-smithy-types",
1288 "zeroize",
1289]
1290
1291[[package]]
1292name = "aws-lc-rs"
1293version = "1.12.6"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1296dependencies = [
1297 "aws-lc-sys",
1298 "zeroize",
1299]
1300
1301[[package]]
1302name = "aws-lc-sys"
1303version = "0.27.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1306dependencies = [
1307 "bindgen 0.69.5",
1308 "cc",
1309 "cmake",
1310 "dunce",
1311 "fs_extra",
1312]
1313
1314[[package]]
1315name = "aws-runtime"
1316version = "1.5.5"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1319dependencies = [
1320 "aws-credential-types",
1321 "aws-sigv4",
1322 "aws-smithy-async",
1323 "aws-smithy-eventstream",
1324 "aws-smithy-http",
1325 "aws-smithy-runtime",
1326 "aws-smithy-runtime-api",
1327 "aws-smithy-types",
1328 "aws-types",
1329 "bytes 1.10.1",
1330 "fastrand 2.3.0",
1331 "http 0.2.12",
1332 "http-body 0.4.6",
1333 "once_cell",
1334 "percent-encoding",
1335 "pin-project-lite",
1336 "tracing",
1337 "uuid",
1338]
1339
1340[[package]]
1341name = "aws-sdk-bedrockruntime"
1342version = "1.74.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1345dependencies = [
1346 "aws-credential-types",
1347 "aws-runtime",
1348 "aws-smithy-async",
1349 "aws-smithy-eventstream",
1350 "aws-smithy-http",
1351 "aws-smithy-json",
1352 "aws-smithy-runtime",
1353 "aws-smithy-runtime-api",
1354 "aws-smithy-types",
1355 "aws-types",
1356 "bytes 1.10.1",
1357 "fastrand 2.3.0",
1358 "http 0.2.12",
1359 "once_cell",
1360 "regex-lite",
1361 "tracing",
1362]
1363
1364[[package]]
1365name = "aws-sdk-kinesis"
1366version = "1.61.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1369dependencies = [
1370 "aws-credential-types",
1371 "aws-runtime",
1372 "aws-smithy-async",
1373 "aws-smithy-http",
1374 "aws-smithy-json",
1375 "aws-smithy-runtime",
1376 "aws-smithy-runtime-api",
1377 "aws-smithy-types",
1378 "aws-types",
1379 "bytes 1.10.1",
1380 "http 0.2.12",
1381 "once_cell",
1382 "regex-lite",
1383 "tracing",
1384]
1385
1386[[package]]
1387name = "aws-sdk-s3"
1388version = "1.76.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1391dependencies = [
1392 "aws-credential-types",
1393 "aws-runtime",
1394 "aws-sigv4",
1395 "aws-smithy-async",
1396 "aws-smithy-checksums",
1397 "aws-smithy-eventstream",
1398 "aws-smithy-http",
1399 "aws-smithy-json",
1400 "aws-smithy-runtime",
1401 "aws-smithy-runtime-api",
1402 "aws-smithy-types",
1403 "aws-smithy-xml",
1404 "aws-types",
1405 "bytes 1.10.1",
1406 "fastrand 2.3.0",
1407 "hex",
1408 "hmac",
1409 "http 0.2.12",
1410 "http-body 0.4.6",
1411 "lru",
1412 "once_cell",
1413 "percent-encoding",
1414 "regex-lite",
1415 "sha2",
1416 "tracing",
1417 "url",
1418]
1419
1420[[package]]
1421name = "aws-sdk-sso"
1422version = "1.58.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1425dependencies = [
1426 "aws-credential-types",
1427 "aws-runtime",
1428 "aws-smithy-async",
1429 "aws-smithy-http",
1430 "aws-smithy-json",
1431 "aws-smithy-runtime",
1432 "aws-smithy-runtime-api",
1433 "aws-smithy-types",
1434 "aws-types",
1435 "bytes 1.10.1",
1436 "http 0.2.12",
1437 "once_cell",
1438 "regex-lite",
1439 "tracing",
1440]
1441
1442[[package]]
1443name = "aws-sdk-ssooidc"
1444version = "1.59.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1447dependencies = [
1448 "aws-credential-types",
1449 "aws-runtime",
1450 "aws-smithy-async",
1451 "aws-smithy-http",
1452 "aws-smithy-json",
1453 "aws-smithy-runtime",
1454 "aws-smithy-runtime-api",
1455 "aws-smithy-types",
1456 "aws-types",
1457 "bytes 1.10.1",
1458 "http 0.2.12",
1459 "once_cell",
1460 "regex-lite",
1461 "tracing",
1462]
1463
1464[[package]]
1465name = "aws-sdk-sts"
1466version = "1.59.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1469dependencies = [
1470 "aws-credential-types",
1471 "aws-runtime",
1472 "aws-smithy-async",
1473 "aws-smithy-http",
1474 "aws-smithy-json",
1475 "aws-smithy-query",
1476 "aws-smithy-runtime",
1477 "aws-smithy-runtime-api",
1478 "aws-smithy-types",
1479 "aws-smithy-xml",
1480 "aws-types",
1481 "http 0.2.12",
1482 "once_cell",
1483 "regex-lite",
1484 "tracing",
1485]
1486
1487[[package]]
1488name = "aws-sigv4"
1489version = "1.2.9"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1492dependencies = [
1493 "aws-credential-types",
1494 "aws-smithy-eventstream",
1495 "aws-smithy-http",
1496 "aws-smithy-runtime-api",
1497 "aws-smithy-types",
1498 "bytes 1.10.1",
1499 "crypto-bigint 0.5.5",
1500 "form_urlencoded",
1501 "hex",
1502 "hmac",
1503 "http 0.2.12",
1504 "http 1.2.0",
1505 "once_cell",
1506 "p256",
1507 "percent-encoding",
1508 "ring",
1509 "sha2",
1510 "subtle",
1511 "time",
1512 "tracing",
1513 "zeroize",
1514]
1515
1516[[package]]
1517name = "aws-smithy-async"
1518version = "1.2.4"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1521dependencies = [
1522 "futures-util",
1523 "pin-project-lite",
1524 "tokio",
1525]
1526
1527[[package]]
1528name = "aws-smithy-checksums"
1529version = "0.62.0"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1532dependencies = [
1533 "aws-smithy-http",
1534 "aws-smithy-types",
1535 "bytes 1.10.1",
1536 "crc32c",
1537 "crc32fast",
1538 "crc64fast-nvme",
1539 "hex",
1540 "http 0.2.12",
1541 "http-body 0.4.6",
1542 "md-5",
1543 "pin-project-lite",
1544 "sha1",
1545 "sha2",
1546 "tracing",
1547]
1548
1549[[package]]
1550name = "aws-smithy-eventstream"
1551version = "0.60.6"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1554dependencies = [
1555 "aws-smithy-types",
1556 "bytes 1.10.1",
1557 "crc32fast",
1558]
1559
1560[[package]]
1561name = "aws-smithy-http"
1562version = "0.60.12"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1565dependencies = [
1566 "aws-smithy-eventstream",
1567 "aws-smithy-runtime-api",
1568 "aws-smithy-types",
1569 "bytes 1.10.1",
1570 "bytes-utils",
1571 "futures-core",
1572 "http 0.2.12",
1573 "http-body 0.4.6",
1574 "once_cell",
1575 "percent-encoding",
1576 "pin-project-lite",
1577 "pin-utils",
1578 "tracing",
1579]
1580
1581[[package]]
1582name = "aws-smithy-json"
1583version = "0.61.2"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1586dependencies = [
1587 "aws-smithy-types",
1588]
1589
1590[[package]]
1591name = "aws-smithy-query"
1592version = "0.60.7"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1595dependencies = [
1596 "aws-smithy-types",
1597 "urlencoding",
1598]
1599
1600[[package]]
1601name = "aws-smithy-runtime"
1602version = "1.7.8"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1605dependencies = [
1606 "aws-smithy-async",
1607 "aws-smithy-http",
1608 "aws-smithy-runtime-api",
1609 "aws-smithy-types",
1610 "bytes 1.10.1",
1611 "fastrand 2.3.0",
1612 "h2 0.3.26",
1613 "http 0.2.12",
1614 "http-body 0.4.6",
1615 "http-body 1.0.1",
1616 "httparse",
1617 "hyper 0.14.32",
1618 "hyper-rustls 0.24.2",
1619 "once_cell",
1620 "pin-project-lite",
1621 "pin-utils",
1622 "rustls 0.21.12",
1623 "tokio",
1624 "tracing",
1625]
1626
1627[[package]]
1628name = "aws-smithy-runtime-api"
1629version = "1.7.3"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1632dependencies = [
1633 "aws-smithy-async",
1634 "aws-smithy-types",
1635 "bytes 1.10.1",
1636 "http 0.2.12",
1637 "http 1.2.0",
1638 "pin-project-lite",
1639 "tokio",
1640 "tracing",
1641 "zeroize",
1642]
1643
1644[[package]]
1645name = "aws-smithy-types"
1646version = "1.2.13"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1649dependencies = [
1650 "base64-simd",
1651 "bytes 1.10.1",
1652 "bytes-utils",
1653 "futures-core",
1654 "http 0.2.12",
1655 "http 1.2.0",
1656 "http-body 0.4.6",
1657 "http-body 1.0.1",
1658 "http-body-util",
1659 "itoa",
1660 "num-integer",
1661 "pin-project-lite",
1662 "pin-utils",
1663 "ryu",
1664 "serde",
1665 "time",
1666 "tokio",
1667 "tokio-util",
1668]
1669
1670[[package]]
1671name = "aws-smithy-xml"
1672version = "0.60.9"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1675dependencies = [
1676 "xmlparser",
1677]
1678
1679[[package]]
1680name = "aws-types"
1681version = "1.3.5"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1684dependencies = [
1685 "aws-credential-types",
1686 "aws-smithy-async",
1687 "aws-smithy-runtime-api",
1688 "aws-smithy-types",
1689 "rustc_version",
1690 "tracing",
1691]
1692
1693[[package]]
1694name = "aws_http_client"
1695version = "0.1.0"
1696dependencies = [
1697 "aws-smithy-runtime-api",
1698 "aws-smithy-types",
1699 "futures 0.3.31",
1700 "http_client",
1701 "tokio",
1702]
1703
1704[[package]]
1705name = "axum"
1706version = "0.6.20"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1709dependencies = [
1710 "async-trait",
1711 "axum-core",
1712 "base64 0.21.7",
1713 "bitflags 1.3.2",
1714 "bytes 1.10.1",
1715 "futures-util",
1716 "headers",
1717 "http 0.2.12",
1718 "http-body 0.4.6",
1719 "hyper 0.14.32",
1720 "itoa",
1721 "matchit",
1722 "memchr",
1723 "mime",
1724 "percent-encoding",
1725 "pin-project-lite",
1726 "rustversion",
1727 "serde",
1728 "serde_json",
1729 "serde_path_to_error",
1730 "serde_urlencoded",
1731 "sha1",
1732 "sync_wrapper 0.1.2",
1733 "tokio",
1734 "tokio-tungstenite 0.20.1",
1735 "tower",
1736 "tower-layer",
1737 "tower-service",
1738]
1739
1740[[package]]
1741name = "axum-core"
1742version = "0.3.4"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1745dependencies = [
1746 "async-trait",
1747 "bytes 1.10.1",
1748 "futures-util",
1749 "http 0.2.12",
1750 "http-body 0.4.6",
1751 "mime",
1752 "rustversion",
1753 "tower-layer",
1754 "tower-service",
1755]
1756
1757[[package]]
1758name = "axum-extra"
1759version = "0.4.2"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1762dependencies = [
1763 "axum",
1764 "bytes 1.10.1",
1765 "futures-util",
1766 "http 0.2.12",
1767 "mime",
1768 "pin-project-lite",
1769 "serde",
1770 "serde_json",
1771 "tokio",
1772 "tower",
1773 "tower-http 0.3.5",
1774 "tower-layer",
1775 "tower-service",
1776]
1777
1778[[package]]
1779name = "backtrace"
1780version = "0.3.74"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1783dependencies = [
1784 "addr2line",
1785 "cfg-if",
1786 "libc",
1787 "miniz_oxide",
1788 "object",
1789 "rustc-demangle",
1790 "windows-targets 0.52.6",
1791]
1792
1793[[package]]
1794name = "base16ct"
1795version = "0.1.1"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1798
1799[[package]]
1800name = "base64"
1801version = "0.13.1"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1804
1805[[package]]
1806name = "base64"
1807version = "0.21.7"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1810
1811[[package]]
1812name = "base64"
1813version = "0.22.1"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1816
1817[[package]]
1818name = "base64-simd"
1819version = "0.8.0"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1822dependencies = [
1823 "outref",
1824 "vsimd",
1825]
1826
1827[[package]]
1828name = "base64ct"
1829version = "1.6.0"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1832
1833[[package]]
1834name = "bedrock"
1835version = "0.1.0"
1836dependencies = [
1837 "anyhow",
1838 "aws-sdk-bedrockruntime",
1839 "aws-smithy-types",
1840 "futures 0.3.31",
1841 "schemars",
1842 "serde",
1843 "serde_json",
1844 "strum",
1845 "thiserror 1.0.69",
1846 "tokio",
1847]
1848
1849[[package]]
1850name = "bigdecimal"
1851version = "0.4.7"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1854dependencies = [
1855 "autocfg",
1856 "libm",
1857 "num-bigint",
1858 "num-integer",
1859 "num-traits",
1860 "serde",
1861]
1862
1863[[package]]
1864name = "bincode"
1865version = "1.3.3"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1868dependencies = [
1869 "serde",
1870]
1871
1872[[package]]
1873name = "bindgen"
1874version = "0.69.5"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1877dependencies = [
1878 "bitflags 2.8.0",
1879 "cexpr",
1880 "clang-sys",
1881 "itertools 0.12.1",
1882 "lazy_static",
1883 "lazycell",
1884 "log",
1885 "prettyplease",
1886 "proc-macro2",
1887 "quote",
1888 "regex",
1889 "rustc-hash 1.1.0",
1890 "shlex",
1891 "syn 2.0.100",
1892 "which 4.4.2",
1893]
1894
1895[[package]]
1896name = "bindgen"
1897version = "0.70.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1900dependencies = [
1901 "bitflags 2.8.0",
1902 "cexpr",
1903 "clang-sys",
1904 "itertools 0.12.1",
1905 "log",
1906 "prettyplease",
1907 "proc-macro2",
1908 "quote",
1909 "regex",
1910 "rustc-hash 1.1.0",
1911 "shlex",
1912 "syn 2.0.100",
1913]
1914
1915[[package]]
1916name = "bit-set"
1917version = "0.5.3"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1920dependencies = [
1921 "bit-vec 0.6.3",
1922]
1923
1924[[package]]
1925name = "bit-set"
1926version = "0.8.0"
1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1929dependencies = [
1930 "bit-vec 0.8.0",
1931]
1932
1933[[package]]
1934name = "bit-vec"
1935version = "0.6.3"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1938
1939[[package]]
1940name = "bit-vec"
1941version = "0.8.0"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1944
1945[[package]]
1946name = "bit_field"
1947version = "0.10.2"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1950
1951[[package]]
1952name = "bitflags"
1953version = "1.3.2"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1956
1957[[package]]
1958name = "bitflags"
1959version = "2.8.0"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1962dependencies = [
1963 "serde",
1964]
1965
1966[[package]]
1967name = "bitstream-io"
1968version = "2.6.0"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1971
1972[[package]]
1973name = "bitvec"
1974version = "1.0.1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1977dependencies = [
1978 "funty",
1979 "radium",
1980 "tap",
1981 "wyz",
1982]
1983
1984[[package]]
1985name = "blade-graphics"
1986version = "0.6.0"
1987source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1988dependencies = [
1989 "ash",
1990 "ash-window",
1991 "bitflags 2.8.0",
1992 "bytemuck",
1993 "codespan-reporting",
1994 "glow",
1995 "gpu-alloc",
1996 "gpu-alloc-ash",
1997 "hidden-trait",
1998 "js-sys",
1999 "khronos-egl",
2000 "libloading",
2001 "log",
2002 "mint",
2003 "naga",
2004 "objc2",
2005 "objc2-app-kit",
2006 "objc2-foundation",
2007 "objc2-metal",
2008 "objc2-quartz-core",
2009 "objc2-ui-kit",
2010 "raw-window-handle",
2011 "slab",
2012 "wasm-bindgen",
2013 "web-sys",
2014]
2015
2016[[package]]
2017name = "blade-macros"
2018version = "0.3.0"
2019source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2020dependencies = [
2021 "proc-macro2",
2022 "quote",
2023 "syn 2.0.100",
2024]
2025
2026[[package]]
2027name = "blade-util"
2028version = "0.2.0"
2029source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2030dependencies = [
2031 "blade-graphics",
2032 "bytemuck",
2033 "log",
2034 "profiling",
2035]
2036
2037[[package]]
2038name = "blake3"
2039version = "1.6.1"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2042dependencies = [
2043 "arrayref",
2044 "arrayvec",
2045 "cc",
2046 "cfg-if",
2047 "constant_time_eq 0.3.1",
2048]
2049
2050[[package]]
2051name = "block"
2052version = "0.1.6"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2055
2056[[package]]
2057name = "block-buffer"
2058version = "0.10.4"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2061dependencies = [
2062 "generic-array",
2063]
2064
2065[[package]]
2066name = "block-padding"
2067version = "0.3.3"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2070dependencies = [
2071 "generic-array",
2072]
2073
2074[[package]]
2075name = "block2"
2076version = "0.5.1"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2079dependencies = [
2080 "objc2",
2081]
2082
2083[[package]]
2084name = "blocking"
2085version = "1.6.1"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2088dependencies = [
2089 "async-channel 2.3.1",
2090 "async-task",
2091 "futures-io",
2092 "futures-lite 2.6.0",
2093 "piper",
2094]
2095
2096[[package]]
2097name = "borsh"
2098version = "1.5.3"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2101dependencies = [
2102 "borsh-derive",
2103 "cfg_aliases 0.2.1",
2104]
2105
2106[[package]]
2107name = "borsh-derive"
2108version = "1.5.3"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2111dependencies = [
2112 "once_cell",
2113 "proc-macro-crate",
2114 "proc-macro2",
2115 "quote",
2116 "syn 2.0.100",
2117]
2118
2119[[package]]
2120name = "breadcrumbs"
2121version = "0.1.0"
2122dependencies = [
2123 "editor",
2124 "gpui",
2125 "itertools 0.14.0",
2126 "theme",
2127 "ui",
2128 "workspace",
2129 "zed_actions",
2130]
2131
2132[[package]]
2133name = "bstr"
2134version = "1.11.1"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2137dependencies = [
2138 "memchr",
2139 "regex-automata 0.4.9",
2140 "serde",
2141]
2142
2143[[package]]
2144name = "buffer_diff"
2145version = "0.1.0"
2146dependencies = [
2147 "anyhow",
2148 "clock",
2149 "ctor",
2150 "env_logger 0.11.7",
2151 "futures 0.3.31",
2152 "git2",
2153 "gpui",
2154 "language",
2155 "log",
2156 "pretty_assertions",
2157 "rand 0.8.5",
2158 "rope",
2159 "serde_json",
2160 "sum_tree",
2161 "text",
2162 "unindent",
2163 "util",
2164]
2165
2166[[package]]
2167name = "built"
2168version = "0.7.5"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2171
2172[[package]]
2173name = "bumpalo"
2174version = "3.16.0"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2177dependencies = [
2178 "allocator-api2",
2179]
2180
2181[[package]]
2182name = "by_address"
2183version = "1.2.1"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2186
2187[[package]]
2188name = "bytecheck"
2189version = "0.6.12"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2192dependencies = [
2193 "bytecheck_derive",
2194 "ptr_meta",
2195 "simdutf8",
2196]
2197
2198[[package]]
2199name = "bytecheck_derive"
2200version = "0.6.12"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2203dependencies = [
2204 "proc-macro2",
2205 "quote",
2206 "syn 1.0.109",
2207]
2208
2209[[package]]
2210name = "bytemuck"
2211version = "1.21.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2214dependencies = [
2215 "bytemuck_derive",
2216]
2217
2218[[package]]
2219name = "bytemuck_derive"
2220version = "1.8.0"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2223dependencies = [
2224 "proc-macro2",
2225 "quote",
2226 "syn 2.0.100",
2227]
2228
2229[[package]]
2230name = "byteorder"
2231version = "1.5.0"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2234
2235[[package]]
2236name = "byteorder-lite"
2237version = "0.1.0"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2240
2241[[package]]
2242name = "bytes"
2243version = "0.4.12"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2246dependencies = [
2247 "byteorder",
2248 "iovec",
2249]
2250
2251[[package]]
2252name = "bytes"
2253version = "1.10.1"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2256
2257[[package]]
2258name = "bytes-utils"
2259version = "0.1.4"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2262dependencies = [
2263 "bytes 1.10.1",
2264 "either",
2265]
2266
2267[[package]]
2268name = "bzip2"
2269version = "0.4.4"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2272dependencies = [
2273 "bzip2-sys",
2274 "libc",
2275]
2276
2277[[package]]
2278name = "bzip2-sys"
2279version = "0.1.11+1.0.8"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2282dependencies = [
2283 "cc",
2284 "libc",
2285 "pkg-config",
2286]
2287
2288[[package]]
2289name = "call"
2290version = "0.1.0"
2291dependencies = [
2292 "anyhow",
2293 "audio",
2294 "client",
2295 "collections",
2296 "fs",
2297 "futures 0.3.31",
2298 "gpui",
2299 "http_client",
2300 "language",
2301 "livekit_client",
2302 "livekit_client_macos",
2303 "log",
2304 "postage",
2305 "project",
2306 "schemars",
2307 "serde",
2308 "serde_derive",
2309 "settings",
2310 "telemetry",
2311 "util",
2312]
2313
2314[[package]]
2315name = "calloop"
2316version = "0.13.0"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2319dependencies = [
2320 "bitflags 2.8.0",
2321 "log",
2322 "polling",
2323 "rustix",
2324 "slab",
2325 "thiserror 1.0.69",
2326]
2327
2328[[package]]
2329name = "calloop-wayland-source"
2330version = "0.3.0"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2333dependencies = [
2334 "calloop",
2335 "rustix",
2336 "wayland-backend",
2337 "wayland-client",
2338]
2339
2340[[package]]
2341name = "camino"
2342version = "1.1.9"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2345dependencies = [
2346 "serde",
2347]
2348
2349[[package]]
2350name = "cap-fs-ext"
2351version = "3.4.2"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2354dependencies = [
2355 "cap-primitives",
2356 "cap-std",
2357 "io-lifetimes",
2358 "windows-sys 0.59.0",
2359]
2360
2361[[package]]
2362name = "cap-net-ext"
2363version = "3.4.2"
2364source = "registry+https://github.com/rust-lang/crates.io-index"
2365checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2366dependencies = [
2367 "cap-primitives",
2368 "cap-std",
2369 "rustix",
2370 "smallvec",
2371]
2372
2373[[package]]
2374name = "cap-primitives"
2375version = "3.4.2"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2378dependencies = [
2379 "ambient-authority",
2380 "fs-set-times",
2381 "io-extras",
2382 "io-lifetimes",
2383 "ipnet",
2384 "maybe-owned",
2385 "rustix",
2386 "windows-sys 0.59.0",
2387 "winx",
2388]
2389
2390[[package]]
2391name = "cap-rand"
2392version = "3.4.2"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2395dependencies = [
2396 "ambient-authority",
2397 "rand 0.8.5",
2398]
2399
2400[[package]]
2401name = "cap-std"
2402version = "3.4.2"
2403source = "registry+https://github.com/rust-lang/crates.io-index"
2404checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2405dependencies = [
2406 "cap-primitives",
2407 "io-extras",
2408 "io-lifetimes",
2409 "rustix",
2410]
2411
2412[[package]]
2413name = "cap-time-ext"
2414version = "3.4.2"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2417dependencies = [
2418 "ambient-authority",
2419 "cap-primitives",
2420 "iana-time-zone",
2421 "once_cell",
2422 "rustix",
2423 "winx",
2424]
2425
2426[[package]]
2427name = "cargo-platform"
2428version = "0.1.9"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2431dependencies = [
2432 "serde",
2433]
2434
2435[[package]]
2436name = "cargo_metadata"
2437version = "0.19.2"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2440dependencies = [
2441 "camino",
2442 "cargo-platform",
2443 "semver",
2444 "serde",
2445 "serde_json",
2446 "thiserror 2.0.6",
2447]
2448
2449[[package]]
2450name = "cargo_toml"
2451version = "0.21.0"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2454dependencies = [
2455 "serde",
2456 "toml 0.8.20",
2457]
2458
2459[[package]]
2460name = "cast"
2461version = "0.3.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2464
2465[[package]]
2466name = "cbc"
2467version = "0.1.2"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2470dependencies = [
2471 "cipher",
2472]
2473
2474[[package]]
2475name = "cbindgen"
2476version = "0.27.0"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2479dependencies = [
2480 "clap",
2481 "heck 0.4.1",
2482 "indexmap",
2483 "log",
2484 "proc-macro2",
2485 "quote",
2486 "serde",
2487 "serde_json",
2488 "syn 2.0.100",
2489 "tempfile",
2490 "toml 0.8.20",
2491]
2492
2493[[package]]
2494name = "cbindgen"
2495version = "0.28.0"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2498dependencies = [
2499 "heck 0.4.1",
2500 "indexmap",
2501 "log",
2502 "proc-macro2",
2503 "quote",
2504 "serde",
2505 "serde_json",
2506 "syn 2.0.100",
2507 "tempfile",
2508 "toml 0.8.20",
2509]
2510
2511[[package]]
2512name = "cc"
2513version = "1.2.12"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2516dependencies = [
2517 "jobserver",
2518 "libc",
2519 "shlex",
2520]
2521
2522[[package]]
2523name = "cesu8"
2524version = "1.1.0"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2527
2528[[package]]
2529name = "cexpr"
2530version = "0.6.0"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2533dependencies = [
2534 "nom",
2535]
2536
2537[[package]]
2538name = "cfg-expr"
2539version = "0.15.8"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2542dependencies = [
2543 "smallvec",
2544 "target-lexicon 0.12.16",
2545]
2546
2547[[package]]
2548name = "cfg-if"
2549version = "1.0.0"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2552
2553[[package]]
2554name = "cfg_aliases"
2555version = "0.1.1"
2556source = "registry+https://github.com/rust-lang/crates.io-index"
2557checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2558
2559[[package]]
2560name = "cfg_aliases"
2561version = "0.2.1"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2564
2565[[package]]
2566name = "channel"
2567version = "0.1.0"
2568dependencies = [
2569 "anyhow",
2570 "client",
2571 "clock",
2572 "collections",
2573 "futures 0.3.31",
2574 "gpui",
2575 "http_client",
2576 "language",
2577 "log",
2578 "rand 0.8.5",
2579 "release_channel",
2580 "rpc",
2581 "settings",
2582 "sum_tree",
2583 "text",
2584 "time",
2585 "util",
2586]
2587
2588[[package]]
2589name = "chrono"
2590version = "0.4.40"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2593dependencies = [
2594 "android-tzdata",
2595 "iana-time-zone",
2596 "js-sys",
2597 "num-traits",
2598 "serde",
2599 "wasm-bindgen",
2600 "windows-link",
2601]
2602
2603[[package]]
2604name = "chunked_transfer"
2605version = "1.5.0"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2608
2609[[package]]
2610name = "ciborium"
2611version = "0.2.2"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2614dependencies = [
2615 "ciborium-io",
2616 "ciborium-ll",
2617 "serde",
2618]
2619
2620[[package]]
2621name = "ciborium-io"
2622version = "0.2.2"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2625
2626[[package]]
2627name = "ciborium-ll"
2628version = "0.2.2"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2631dependencies = [
2632 "ciborium-io",
2633 "half",
2634]
2635
2636[[package]]
2637name = "cipher"
2638version = "0.4.4"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2641dependencies = [
2642 "crypto-common",
2643 "inout",
2644 "zeroize",
2645]
2646
2647[[package]]
2648name = "clang-sys"
2649version = "1.8.1"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2652dependencies = [
2653 "glob",
2654 "libc",
2655 "libloading",
2656]
2657
2658[[package]]
2659name = "clap"
2660version = "4.5.32"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2663dependencies = [
2664 "clap_builder",
2665 "clap_derive",
2666]
2667
2668[[package]]
2669name = "clap_builder"
2670version = "4.5.32"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2673dependencies = [
2674 "anstream",
2675 "anstyle",
2676 "clap_lex",
2677 "strsim",
2678 "terminal_size",
2679]
2680
2681[[package]]
2682name = "clap_complete"
2683version = "4.5.38"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2686dependencies = [
2687 "clap",
2688]
2689
2690[[package]]
2691name = "clap_derive"
2692version = "4.5.32"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2695dependencies = [
2696 "heck 0.5.0",
2697 "proc-macro2",
2698 "quote",
2699 "syn 2.0.100",
2700]
2701
2702[[package]]
2703name = "clap_lex"
2704version = "0.7.4"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2707
2708[[package]]
2709name = "cli"
2710version = "0.1.0"
2711dependencies = [
2712 "anyhow",
2713 "clap",
2714 "collections",
2715 "core-foundation 0.9.4",
2716 "core-services",
2717 "exec",
2718 "fork",
2719 "ipc-channel",
2720 "parking_lot",
2721 "paths",
2722 "plist",
2723 "release_channel",
2724 "serde",
2725 "tempfile",
2726 "util",
2727 "windows 0.60.0",
2728]
2729
2730[[package]]
2731name = "client"
2732version = "0.1.0"
2733dependencies = [
2734 "anyhow",
2735 "async-native-tls",
2736 "async-recursion 0.3.2",
2737 "async-tungstenite",
2738 "chrono",
2739 "clock",
2740 "cocoa 0.26.0",
2741 "collections",
2742 "credentials_provider",
2743 "feature_flags",
2744 "futures 0.3.31",
2745 "gpui",
2746 "http_client",
2747 "http_client_tls",
2748 "log",
2749 "parking_lot",
2750 "paths",
2751 "postage",
2752 "rand 0.8.5",
2753 "release_channel",
2754 "rpc",
2755 "schemars",
2756 "serde",
2757 "serde_json",
2758 "settings",
2759 "sha2",
2760 "smol",
2761 "telemetry",
2762 "telemetry_events",
2763 "text",
2764 "thiserror 1.0.69",
2765 "time",
2766 "tiny_http",
2767 "tokio-socks",
2768 "url",
2769 "util",
2770 "windows 0.60.0",
2771 "worktree",
2772]
2773
2774[[package]]
2775name = "clock"
2776version = "0.1.0"
2777dependencies = [
2778 "parking_lot",
2779 "serde",
2780 "smallvec",
2781]
2782
2783[[package]]
2784name = "cmake"
2785version = "0.1.53"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2788dependencies = [
2789 "cc",
2790]
2791
2792[[package]]
2793name = "cobs"
2794version = "0.2.3"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2797
2798[[package]]
2799name = "cocoa"
2800version = "0.25.0"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2803dependencies = [
2804 "bitflags 1.3.2",
2805 "block",
2806 "cocoa-foundation 0.1.2",
2807 "core-foundation 0.9.4",
2808 "core-graphics 0.23.2",
2809 "foreign-types 0.5.0",
2810 "libc",
2811 "objc",
2812]
2813
2814[[package]]
2815name = "cocoa"
2816version = "0.26.0"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2819dependencies = [
2820 "bitflags 2.8.0",
2821 "block",
2822 "cocoa-foundation 0.2.0",
2823 "core-foundation 0.10.0",
2824 "core-graphics 0.24.0",
2825 "foreign-types 0.5.0",
2826 "libc",
2827 "objc",
2828]
2829
2830[[package]]
2831name = "cocoa-foundation"
2832version = "0.1.2"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2835dependencies = [
2836 "bitflags 1.3.2",
2837 "block",
2838 "core-foundation 0.9.4",
2839 "core-graphics-types 0.1.3",
2840 "libc",
2841 "objc",
2842]
2843
2844[[package]]
2845name = "cocoa-foundation"
2846version = "0.2.0"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2849dependencies = [
2850 "bitflags 2.8.0",
2851 "block",
2852 "core-foundation 0.10.0",
2853 "core-graphics-types 0.2.0",
2854 "libc",
2855 "objc",
2856]
2857
2858[[package]]
2859name = "codespan-reporting"
2860version = "0.11.1"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2863dependencies = [
2864 "termcolor",
2865 "unicode-width",
2866]
2867
2868[[package]]
2869name = "collab"
2870version = "0.44.0"
2871dependencies = [
2872 "anthropic",
2873 "anyhow",
2874 "assistant",
2875 "assistant_context_editor",
2876 "assistant_slash_command",
2877 "assistant_tool",
2878 "async-stripe",
2879 "async-trait",
2880 "async-tungstenite",
2881 "audio",
2882 "aws-config",
2883 "aws-sdk-kinesis",
2884 "aws-sdk-s3",
2885 "axum",
2886 "axum-extra",
2887 "base64 0.22.1",
2888 "buffer_diff",
2889 "call",
2890 "channel",
2891 "chrono",
2892 "client",
2893 "clock",
2894 "collab_ui",
2895 "collections",
2896 "context_server",
2897 "ctor",
2898 "dashmap 6.1.0",
2899 "derive_more",
2900 "editor",
2901 "env_logger 0.11.7",
2902 "envy",
2903 "extension",
2904 "file_finder",
2905 "fs",
2906 "futures 0.3.31",
2907 "git",
2908 "git_hosting_providers",
2909 "git_ui",
2910 "google_ai",
2911 "gpui",
2912 "hex",
2913 "http_client",
2914 "hyper 0.14.32",
2915 "indoc",
2916 "jsonwebtoken",
2917 "language",
2918 "language_model",
2919 "livekit_api",
2920 "livekit_client",
2921 "livekit_client_macos",
2922 "log",
2923 "lsp",
2924 "menu",
2925 "multi_buffer",
2926 "nanoid",
2927 "node_runtime",
2928 "notifications",
2929 "open_ai",
2930 "parking_lot",
2931 "pretty_assertions",
2932 "project",
2933 "prometheus",
2934 "prompt_store",
2935 "prost 0.9.0",
2936 "rand 0.8.5",
2937 "recent_projects",
2938 "release_channel",
2939 "remote",
2940 "remote_server",
2941 "reqwest 0.11.27",
2942 "reqwest_client",
2943 "rpc",
2944 "rustc-demangle",
2945 "scrypt",
2946 "sea-orm",
2947 "semantic_version",
2948 "semver",
2949 "serde",
2950 "serde_derive",
2951 "serde_json",
2952 "session",
2953 "settings",
2954 "sha2",
2955 "sqlx",
2956 "strum",
2957 "subtle",
2958 "supermaven_api",
2959 "telemetry_events",
2960 "text",
2961 "theme",
2962 "thiserror 1.0.69",
2963 "time",
2964 "tokio",
2965 "toml 0.8.20",
2966 "tower",
2967 "tower-http 0.4.4",
2968 "tracing",
2969 "tracing-subscriber",
2970 "unindent",
2971 "util",
2972 "uuid",
2973 "workspace",
2974 "worktree",
2975]
2976
2977[[package]]
2978name = "collab_ui"
2979version = "0.1.0"
2980dependencies = [
2981 "anyhow",
2982 "call",
2983 "channel",
2984 "chrono",
2985 "client",
2986 "collections",
2987 "db",
2988 "editor",
2989 "emojis",
2990 "futures 0.3.31",
2991 "fuzzy",
2992 "gpui",
2993 "http_client",
2994 "language",
2995 "menu",
2996 "notifications",
2997 "picker",
2998 "pretty_assertions",
2999 "project",
3000 "release_channel",
3001 "rich_text",
3002 "rpc",
3003 "schemars",
3004 "serde",
3005 "serde_derive",
3006 "serde_json",
3007 "settings",
3008 "smallvec",
3009 "story",
3010 "telemetry",
3011 "theme",
3012 "time",
3013 "time_format",
3014 "title_bar",
3015 "tree-sitter-md",
3016 "ui",
3017 "util",
3018 "workspace",
3019]
3020
3021[[package]]
3022name = "collections"
3023version = "0.1.0"
3024dependencies = [
3025 "indexmap",
3026 "rustc-hash 2.1.1",
3027]
3028
3029[[package]]
3030name = "color_quant"
3031version = "1.1.0"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3034
3035[[package]]
3036name = "colorchoice"
3037version = "1.0.3"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3040
3041[[package]]
3042name = "combine"
3043version = "4.6.7"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3046dependencies = [
3047 "bytes 1.10.1",
3048 "memchr",
3049]
3050
3051[[package]]
3052name = "command_palette"
3053version = "0.1.0"
3054dependencies = [
3055 "client",
3056 "collections",
3057 "command_palette_hooks",
3058 "ctor",
3059 "editor",
3060 "env_logger 0.11.7",
3061 "fuzzy",
3062 "go_to_line",
3063 "gpui",
3064 "language",
3065 "menu",
3066 "picker",
3067 "postage",
3068 "project",
3069 "serde",
3070 "serde_json",
3071 "settings",
3072 "telemetry",
3073 "theme",
3074 "ui",
3075 "util",
3076 "workspace",
3077 "zed_actions",
3078]
3079
3080[[package]]
3081name = "command_palette_hooks"
3082version = "0.1.0"
3083dependencies = [
3084 "collections",
3085 "derive_more",
3086 "gpui",
3087]
3088
3089[[package]]
3090name = "component"
3091version = "0.1.0"
3092dependencies = [
3093 "collections",
3094 "gpui",
3095 "linkme",
3096 "parking_lot",
3097 "theme",
3098]
3099
3100[[package]]
3101name = "component_preview"
3102version = "0.1.0"
3103dependencies = [
3104 "client",
3105 "collections",
3106 "component",
3107 "gpui",
3108 "languages",
3109 "notifications",
3110 "project",
3111 "ui",
3112 "workspace",
3113]
3114
3115[[package]]
3116name = "concurrent-queue"
3117version = "2.5.0"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3120dependencies = [
3121 "crossbeam-utils",
3122]
3123
3124[[package]]
3125name = "console"
3126version = "0.15.8"
3127source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3129dependencies = [
3130 "encode_unicode",
3131 "lazy_static",
3132 "libc",
3133 "unicode-width",
3134 "windows-sys 0.52.0",
3135]
3136
3137[[package]]
3138name = "const-oid"
3139version = "0.9.6"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3142
3143[[package]]
3144name = "const-random"
3145version = "0.1.18"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3148dependencies = [
3149 "const-random-macro",
3150]
3151
3152[[package]]
3153name = "const-random-macro"
3154version = "0.1.16"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3157dependencies = [
3158 "getrandom 0.2.15",
3159 "once_cell",
3160 "tiny-keccak",
3161]
3162
3163[[package]]
3164name = "constant_time_eq"
3165version = "0.1.5"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3168
3169[[package]]
3170name = "constant_time_eq"
3171version = "0.3.1"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3174
3175[[package]]
3176name = "context_server"
3177version = "0.1.0"
3178dependencies = [
3179 "anyhow",
3180 "assistant_tool",
3181 "async-trait",
3182 "collections",
3183 "command_palette_hooks",
3184 "context_server_settings",
3185 "extension",
3186 "futures 0.3.31",
3187 "gpui",
3188 "language_model",
3189 "log",
3190 "parking_lot",
3191 "postage",
3192 "project",
3193 "serde",
3194 "serde_json",
3195 "settings",
3196 "smol",
3197 "url",
3198 "util",
3199]
3200
3201[[package]]
3202name = "context_server_settings"
3203version = "0.1.0"
3204dependencies = [
3205 "anyhow",
3206 "collections",
3207 "gpui",
3208 "schemars",
3209 "serde",
3210 "serde_json",
3211 "settings",
3212]
3213
3214[[package]]
3215name = "convert_case"
3216version = "0.4.0"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3219
3220[[package]]
3221name = "convert_case"
3222version = "0.8.0"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3225dependencies = [
3226 "unicode-segmentation",
3227]
3228
3229[[package]]
3230name = "copilot"
3231version = "0.1.0"
3232dependencies = [
3233 "anyhow",
3234 "async-compression",
3235 "async-std",
3236 "async-tar",
3237 "chrono",
3238 "client",
3239 "clock",
3240 "collections",
3241 "command_palette_hooks",
3242 "ctor",
3243 "editor",
3244 "env_logger 0.11.7",
3245 "fs",
3246 "futures 0.3.31",
3247 "gpui",
3248 "http_client",
3249 "indoc",
3250 "inline_completion",
3251 "language",
3252 "log",
3253 "lsp",
3254 "menu",
3255 "node_runtime",
3256 "parking_lot",
3257 "paths",
3258 "project",
3259 "rpc",
3260 "schemars",
3261 "serde",
3262 "serde_json",
3263 "settings",
3264 "smol",
3265 "strum",
3266 "task",
3267 "theme",
3268 "ui",
3269 "util",
3270 "workspace",
3271]
3272
3273[[package]]
3274name = "core-foundation"
3275version = "0.9.4"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3278dependencies = [
3279 "core-foundation-sys",
3280 "libc",
3281]
3282
3283[[package]]
3284name = "core-foundation"
3285version = "0.10.0"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3288dependencies = [
3289 "core-foundation-sys",
3290 "libc",
3291]
3292
3293[[package]]
3294name = "core-foundation-sys"
3295version = "0.8.7"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3298
3299[[package]]
3300name = "core-graphics"
3301version = "0.23.2"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3304dependencies = [
3305 "bitflags 1.3.2",
3306 "core-foundation 0.9.4",
3307 "core-graphics-types 0.1.3",
3308 "foreign-types 0.5.0",
3309 "libc",
3310]
3311
3312[[package]]
3313name = "core-graphics"
3314version = "0.24.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3317dependencies = [
3318 "bitflags 2.8.0",
3319 "core-foundation 0.10.0",
3320 "core-graphics-types 0.2.0",
3321 "foreign-types 0.5.0",
3322 "libc",
3323]
3324
3325[[package]]
3326name = "core-graphics-types"
3327version = "0.1.3"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3330dependencies = [
3331 "bitflags 1.3.2",
3332 "core-foundation 0.9.4",
3333 "libc",
3334]
3335
3336[[package]]
3337name = "core-graphics-types"
3338version = "0.2.0"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3341dependencies = [
3342 "bitflags 2.8.0",
3343 "core-foundation 0.10.0",
3344 "libc",
3345]
3346
3347[[package]]
3348name = "core-services"
3349version = "0.2.1"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3352dependencies = [
3353 "core-foundation 0.9.4",
3354]
3355
3356[[package]]
3357name = "core-text"
3358version = "20.1.0"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3361dependencies = [
3362 "core-foundation 0.9.4",
3363 "core-graphics 0.23.2",
3364 "foreign-types 0.5.0",
3365 "libc",
3366]
3367
3368[[package]]
3369name = "core_maths"
3370version = "0.1.1"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3373dependencies = [
3374 "libm",
3375]
3376
3377[[package]]
3378name = "coreaudio-rs"
3379version = "0.11.3"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3382dependencies = [
3383 "bitflags 1.3.2",
3384 "core-foundation-sys",
3385 "coreaudio-sys",
3386]
3387
3388[[package]]
3389name = "coreaudio-rs"
3390version = "0.12.1"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3393dependencies = [
3394 "bitflags 1.3.2",
3395 "core-foundation-sys",
3396 "coreaudio-sys",
3397]
3398
3399[[package]]
3400name = "coreaudio-sys"
3401version = "0.2.16"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3404dependencies = [
3405 "bindgen 0.70.1",
3406]
3407
3408[[package]]
3409name = "cosmic-text"
3410version = "0.11.2"
3411source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3412dependencies = [
3413 "bitflags 2.8.0",
3414 "fontdb 0.18.0",
3415 "log",
3416 "rangemap",
3417 "rayon",
3418 "rustc-hash 1.1.0",
3419 "rustybuzz 0.14.1",
3420 "self_cell",
3421 "swash",
3422 "sys-locale",
3423 "ttf-parser 0.21.1",
3424 "unicode-bidi",
3425 "unicode-linebreak",
3426 "unicode-script",
3427 "unicode-segmentation",
3428]
3429
3430[[package]]
3431name = "cpal"
3432version = "0.15.3"
3433source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3434dependencies = [
3435 "alsa",
3436 "core-foundation-sys",
3437 "coreaudio-rs 0.11.3",
3438 "dasp_sample",
3439 "jni",
3440 "js-sys",
3441 "libc",
3442 "mach2",
3443 "ndk",
3444 "ndk-context",
3445 "oboe",
3446 "wasm-bindgen",
3447 "wasm-bindgen-futures",
3448 "web-sys",
3449 "windows 0.54.0",
3450]
3451
3452[[package]]
3453name = "cpp_demangle"
3454version = "0.4.4"
3455source = "registry+https://github.com/rust-lang/crates.io-index"
3456checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3457dependencies = [
3458 "cfg-if",
3459]
3460
3461[[package]]
3462name = "cpufeatures"
3463version = "0.2.16"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3466dependencies = [
3467 "libc",
3468]
3469
3470[[package]]
3471name = "cranelift-bforest"
3472version = "0.116.1"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3475dependencies = [
3476 "cranelift-entity",
3477]
3478
3479[[package]]
3480name = "cranelift-bitset"
3481version = "0.116.1"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3484dependencies = [
3485 "serde",
3486 "serde_derive",
3487]
3488
3489[[package]]
3490name = "cranelift-codegen"
3491version = "0.116.1"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3494dependencies = [
3495 "bumpalo",
3496 "cranelift-bforest",
3497 "cranelift-bitset",
3498 "cranelift-codegen-meta",
3499 "cranelift-codegen-shared",
3500 "cranelift-control",
3501 "cranelift-entity",
3502 "cranelift-isle",
3503 "gimli",
3504 "hashbrown 0.14.5",
3505 "log",
3506 "regalloc2",
3507 "rustc-hash 2.1.1",
3508 "serde",
3509 "smallvec",
3510 "target-lexicon 0.13.2",
3511]
3512
3513[[package]]
3514name = "cranelift-codegen-meta"
3515version = "0.116.1"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3518dependencies = [
3519 "cranelift-codegen-shared",
3520]
3521
3522[[package]]
3523name = "cranelift-codegen-shared"
3524version = "0.116.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3527
3528[[package]]
3529name = "cranelift-control"
3530version = "0.116.1"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3533dependencies = [
3534 "arbitrary",
3535]
3536
3537[[package]]
3538name = "cranelift-entity"
3539version = "0.116.1"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3542dependencies = [
3543 "cranelift-bitset",
3544 "serde",
3545 "serde_derive",
3546]
3547
3548[[package]]
3549name = "cranelift-frontend"
3550version = "0.116.1"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3553dependencies = [
3554 "cranelift-codegen",
3555 "log",
3556 "smallvec",
3557 "target-lexicon 0.13.2",
3558]
3559
3560[[package]]
3561name = "cranelift-isle"
3562version = "0.116.1"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3565
3566[[package]]
3567name = "cranelift-native"
3568version = "0.116.1"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3571dependencies = [
3572 "cranelift-codegen",
3573 "libc",
3574 "target-lexicon 0.13.2",
3575]
3576
3577[[package]]
3578name = "crc"
3579version = "3.2.1"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3582dependencies = [
3583 "crc-catalog",
3584]
3585
3586[[package]]
3587name = "crc-catalog"
3588version = "2.4.0"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3591
3592[[package]]
3593name = "crc32c"
3594version = "0.6.8"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3597dependencies = [
3598 "rustc_version",
3599]
3600
3601[[package]]
3602name = "crc32fast"
3603version = "1.4.2"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3606dependencies = [
3607 "cfg-if",
3608]
3609
3610[[package]]
3611name = "crc64fast-nvme"
3612version = "1.1.1"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3615dependencies = [
3616 "cbindgen 0.27.0",
3617 "crc",
3618]
3619
3620[[package]]
3621name = "credentials_provider"
3622version = "0.1.0"
3623dependencies = [
3624 "anyhow",
3625 "futures 0.3.31",
3626 "gpui",
3627 "paths",
3628 "release_channel",
3629 "serde",
3630 "serde_json",
3631]
3632
3633[[package]]
3634name = "criterion"
3635version = "0.5.1"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3638dependencies = [
3639 "anes",
3640 "cast",
3641 "ciborium",
3642 "clap",
3643 "criterion-plot",
3644 "is-terminal",
3645 "itertools 0.10.5",
3646 "num-traits",
3647 "once_cell",
3648 "oorandom",
3649 "plotters",
3650 "rayon",
3651 "regex",
3652 "serde",
3653 "serde_derive",
3654 "serde_json",
3655 "tinytemplate",
3656 "walkdir",
3657]
3658
3659[[package]]
3660name = "criterion-plot"
3661version = "0.5.0"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3664dependencies = [
3665 "cast",
3666 "itertools 0.10.5",
3667]
3668
3669[[package]]
3670name = "crossbeam-channel"
3671version = "0.5.13"
3672source = "registry+https://github.com/rust-lang/crates.io-index"
3673checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3674dependencies = [
3675 "crossbeam-utils",
3676]
3677
3678[[package]]
3679name = "crossbeam-deque"
3680version = "0.8.5"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3683dependencies = [
3684 "crossbeam-epoch",
3685 "crossbeam-utils",
3686]
3687
3688[[package]]
3689name = "crossbeam-epoch"
3690version = "0.9.18"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3693dependencies = [
3694 "crossbeam-utils",
3695]
3696
3697[[package]]
3698name = "crossbeam-queue"
3699version = "0.3.11"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3702dependencies = [
3703 "crossbeam-utils",
3704]
3705
3706[[package]]
3707name = "crossbeam-utils"
3708version = "0.8.20"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3711
3712[[package]]
3713name = "crunchy"
3714version = "0.2.2"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3717
3718[[package]]
3719name = "crypto-bigint"
3720version = "0.4.9"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3723dependencies = [
3724 "generic-array",
3725 "rand_core 0.6.4",
3726 "subtle",
3727 "zeroize",
3728]
3729
3730[[package]]
3731name = "crypto-bigint"
3732version = "0.5.5"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3735dependencies = [
3736 "rand_core 0.6.4",
3737 "subtle",
3738]
3739
3740[[package]]
3741name = "crypto-common"
3742version = "0.1.6"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3745dependencies = [
3746 "generic-array",
3747 "rand_core 0.6.4",
3748 "typenum",
3749]
3750
3751[[package]]
3752name = "ctor"
3753version = "0.4.1"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3756dependencies = [
3757 "ctor-proc-macro",
3758 "dtor",
3759]
3760
3761[[package]]
3762name = "ctor-proc-macro"
3763version = "0.0.5"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3766
3767[[package]]
3768name = "ctrlc"
3769version = "3.4.5"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3772dependencies = [
3773 "nix",
3774 "windows-sys 0.59.0",
3775]
3776
3777[[package]]
3778name = "cursor-icon"
3779version = "1.1.0"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3782
3783[[package]]
3784name = "cxx"
3785version = "1.0.134"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3788dependencies = [
3789 "cc",
3790 "cxxbridge-cmd",
3791 "cxxbridge-flags",
3792 "cxxbridge-macro",
3793 "foldhash",
3794 "link-cplusplus",
3795]
3796
3797[[package]]
3798name = "cxx-build"
3799version = "1.0.134"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3802dependencies = [
3803 "cc",
3804 "codespan-reporting",
3805 "proc-macro2",
3806 "quote",
3807 "scratch",
3808 "syn 2.0.100",
3809]
3810
3811[[package]]
3812name = "cxxbridge-cmd"
3813version = "1.0.134"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3816dependencies = [
3817 "clap",
3818 "codespan-reporting",
3819 "proc-macro2",
3820 "quote",
3821 "syn 2.0.100",
3822]
3823
3824[[package]]
3825name = "cxxbridge-flags"
3826version = "1.0.134"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3829
3830[[package]]
3831name = "cxxbridge-macro"
3832version = "1.0.134"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3835dependencies = [
3836 "proc-macro2",
3837 "quote",
3838 "rustversion",
3839 "syn 2.0.100",
3840]
3841
3842[[package]]
3843name = "dashmap"
3844version = "5.5.3"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3847dependencies = [
3848 "cfg-if",
3849 "hashbrown 0.14.5",
3850 "lock_api",
3851 "once_cell",
3852 "parking_lot_core",
3853]
3854
3855[[package]]
3856name = "dashmap"
3857version = "6.1.0"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3860dependencies = [
3861 "cfg-if",
3862 "crossbeam-utils",
3863 "hashbrown 0.14.5",
3864 "lock_api",
3865 "once_cell",
3866 "parking_lot_core",
3867]
3868
3869[[package]]
3870name = "dasp_sample"
3871version = "0.11.0"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3874
3875[[package]]
3876name = "data-encoding"
3877version = "2.6.0"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3880
3881[[package]]
3882name = "data-url"
3883version = "0.3.1"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3886
3887[[package]]
3888name = "db"
3889version = "0.1.0"
3890dependencies = [
3891 "anyhow",
3892 "gpui",
3893 "indoc",
3894 "log",
3895 "paths",
3896 "release_channel",
3897 "smol",
3898 "sqlez",
3899 "sqlez_macros",
3900 "tempfile",
3901 "util",
3902]
3903
3904[[package]]
3905name = "dbus"
3906version = "0.9.7"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3909dependencies = [
3910 "libc",
3911 "libdbus-sys",
3912 "winapi",
3913]
3914
3915[[package]]
3916name = "deepseek"
3917version = "0.1.0"
3918dependencies = [
3919 "anyhow",
3920 "futures 0.3.31",
3921 "http_client",
3922 "schemars",
3923 "serde",
3924 "serde_json",
3925]
3926
3927[[package]]
3928name = "deflate64"
3929version = "0.1.9"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3932
3933[[package]]
3934name = "der"
3935version = "0.6.1"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3938dependencies = [
3939 "const-oid",
3940 "zeroize",
3941]
3942
3943[[package]]
3944name = "der"
3945version = "0.7.9"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3948dependencies = [
3949 "const-oid",
3950 "pem-rfc7468",
3951 "zeroize",
3952]
3953
3954[[package]]
3955name = "deranged"
3956version = "0.3.11"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3959dependencies = [
3960 "powerfmt",
3961 "serde",
3962]
3963
3964[[package]]
3965name = "derive_more"
3966version = "0.99.19"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3969dependencies = [
3970 "convert_case 0.4.0",
3971 "proc-macro2",
3972 "quote",
3973 "rustc_version",
3974 "syn 2.0.100",
3975]
3976
3977[[package]]
3978name = "derive_refineable"
3979version = "0.1.0"
3980dependencies = [
3981 "proc-macro2",
3982 "quote",
3983 "syn 1.0.109",
3984]
3985
3986[[package]]
3987name = "diagnostics"
3988version = "0.1.0"
3989dependencies = [
3990 "anyhow",
3991 "client",
3992 "collections",
3993 "ctor",
3994 "editor",
3995 "env_logger 0.11.7",
3996 "gpui",
3997 "language",
3998 "log",
3999 "lsp",
4000 "pretty_assertions",
4001 "project",
4002 "rand 0.8.5",
4003 "serde",
4004 "serde_json",
4005 "settings",
4006 "theme",
4007 "ui",
4008 "unindent",
4009 "util",
4010 "workspace",
4011]
4012
4013[[package]]
4014name = "dialoguer"
4015version = "0.11.0"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4018dependencies = [
4019 "console",
4020 "fuzzy-matcher",
4021 "shell-words",
4022 "tempfile",
4023 "thiserror 1.0.69",
4024 "zeroize",
4025]
4026
4027[[package]]
4028name = "diff"
4029version = "0.1.13"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4032
4033[[package]]
4034name = "digest"
4035version = "0.10.7"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4038dependencies = [
4039 "block-buffer",
4040 "const-oid",
4041 "crypto-common",
4042 "subtle",
4043]
4044
4045[[package]]
4046name = "dirs"
4047version = "4.0.0"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4050dependencies = [
4051 "dirs-sys 0.3.7",
4052]
4053
4054[[package]]
4055name = "dirs"
4056version = "5.0.1"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4059dependencies = [
4060 "dirs-sys 0.4.1",
4061]
4062
4063[[package]]
4064name = "dirs-sys"
4065version = "0.3.7"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4068dependencies = [
4069 "libc",
4070 "redox_users",
4071 "winapi",
4072]
4073
4074[[package]]
4075name = "dirs-sys"
4076version = "0.4.1"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4079dependencies = [
4080 "libc",
4081 "option-ext",
4082 "redox_users",
4083 "windows-sys 0.48.0",
4084]
4085
4086[[package]]
4087name = "displaydoc"
4088version = "0.2.5"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4091dependencies = [
4092 "proc-macro2",
4093 "quote",
4094 "syn 2.0.100",
4095]
4096
4097[[package]]
4098name = "dlib"
4099version = "0.5.2"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4102dependencies = [
4103 "libloading",
4104]
4105
4106[[package]]
4107name = "docs_preprocessor"
4108version = "0.1.0"
4109dependencies = [
4110 "anyhow",
4111 "clap",
4112 "mdbook",
4113 "regex",
4114 "serde",
4115 "serde_json",
4116 "settings",
4117 "util",
4118]
4119
4120[[package]]
4121name = "dotenvy"
4122version = "0.15.7"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4125
4126[[package]]
4127name = "downcast-rs"
4128version = "1.2.1"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4131
4132[[package]]
4133name = "doxygen-rs"
4134version = "0.4.2"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4137dependencies = [
4138 "phf",
4139]
4140
4141[[package]]
4142name = "dtor"
4143version = "0.0.5"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4146dependencies = [
4147 "dtor-proc-macro",
4148]
4149
4150[[package]]
4151name = "dtor-proc-macro"
4152version = "0.0.5"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4155
4156[[package]]
4157name = "dunce"
4158version = "1.0.5"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4161
4162[[package]]
4163name = "dwrote"
4164version = "0.11.2"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4167dependencies = [
4168 "lazy_static",
4169 "libc",
4170 "winapi",
4171 "wio",
4172]
4173
4174[[package]]
4175name = "dyn-clone"
4176version = "1.0.17"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4179
4180[[package]]
4181name = "ec4rs"
4182version = "1.1.1"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4185
4186[[package]]
4187name = "ecdsa"
4188version = "0.14.8"
4189source = "registry+https://github.com/rust-lang/crates.io-index"
4190checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4191dependencies = [
4192 "der 0.6.1",
4193 "elliptic-curve",
4194 "rfc6979",
4195 "signature 1.6.4",
4196]
4197
4198[[package]]
4199name = "editor"
4200version = "0.1.0"
4201dependencies = [
4202 "aho-corasick",
4203 "anyhow",
4204 "assets",
4205 "buffer_diff",
4206 "chrono",
4207 "client",
4208 "clock",
4209 "collections",
4210 "convert_case 0.8.0",
4211 "ctor",
4212 "db",
4213 "emojis",
4214 "env_logger 0.11.7",
4215 "file_icons",
4216 "fs",
4217 "futures 0.3.31",
4218 "fuzzy",
4219 "git",
4220 "gpui",
4221 "http_client",
4222 "indoc",
4223 "inline_completion",
4224 "itertools 0.14.0",
4225 "language",
4226 "languages",
4227 "linkify",
4228 "log",
4229 "lsp",
4230 "markdown",
4231 "multi_buffer",
4232 "ordered-float 2.10.1",
4233 "parking_lot",
4234 "pretty_assertions",
4235 "project",
4236 "rand 0.8.5",
4237 "release_channel",
4238 "rpc",
4239 "schemars",
4240 "serde",
4241 "serde_json",
4242 "settings",
4243 "smallvec",
4244 "smol",
4245 "snippet",
4246 "sum_tree",
4247 "task",
4248 "telemetry",
4249 "tempfile",
4250 "text",
4251 "theme",
4252 "time",
4253 "time_format",
4254 "tree-sitter-html",
4255 "tree-sitter-rust",
4256 "tree-sitter-typescript",
4257 "ui",
4258 "unicode-script",
4259 "unicode-segmentation",
4260 "unindent",
4261 "url",
4262 "util",
4263 "uuid",
4264 "workspace",
4265 "zed_actions",
4266]
4267
4268[[package]]
4269name = "either"
4270version = "1.13.0"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4273dependencies = [
4274 "serde",
4275]
4276
4277[[package]]
4278name = "elasticlunr-rs"
4279version = "3.0.2"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4282dependencies = [
4283 "regex",
4284 "serde",
4285 "serde_derive",
4286 "serde_json",
4287]
4288
4289[[package]]
4290name = "elliptic-curve"
4291version = "0.12.3"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4294dependencies = [
4295 "base16ct",
4296 "crypto-bigint 0.4.9",
4297 "der 0.6.1",
4298 "digest",
4299 "ff",
4300 "generic-array",
4301 "group",
4302 "pkcs8 0.9.0",
4303 "rand_core 0.6.4",
4304 "sec1",
4305 "subtle",
4306 "zeroize",
4307]
4308
4309[[package]]
4310name = "embed-resource"
4311version = "3.0.2"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4314dependencies = [
4315 "cc",
4316 "memchr",
4317 "rustc_version",
4318 "toml 0.8.20",
4319 "vswhom",
4320 "winreg 0.52.0",
4321]
4322
4323[[package]]
4324name = "embedded-io"
4325version = "0.4.0"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4328
4329[[package]]
4330name = "embedded-io"
4331version = "0.6.1"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4334
4335[[package]]
4336name = "emojis"
4337version = "0.6.4"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4340dependencies = [
4341 "phf",
4342]
4343
4344[[package]]
4345name = "encode_unicode"
4346version = "0.3.6"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4349
4350[[package]]
4351name = "encoding_rs"
4352version = "0.8.35"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4355dependencies = [
4356 "cfg-if",
4357]
4358
4359[[package]]
4360name = "endi"
4361version = "1.1.0"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4364
4365[[package]]
4366name = "enumflags2"
4367version = "0.7.10"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4370dependencies = [
4371 "enumflags2_derive",
4372 "serde",
4373]
4374
4375[[package]]
4376name = "enumflags2_derive"
4377version = "0.7.10"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4380dependencies = [
4381 "proc-macro2",
4382 "quote",
4383 "syn 2.0.100",
4384]
4385
4386[[package]]
4387name = "env_filter"
4388version = "0.1.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4391dependencies = [
4392 "log",
4393 "regex",
4394]
4395
4396[[package]]
4397name = "env_home"
4398version = "0.1.0"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4401
4402[[package]]
4403name = "env_logger"
4404version = "0.10.2"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4407dependencies = [
4408 "humantime",
4409 "is-terminal",
4410 "log",
4411 "regex",
4412 "termcolor",
4413]
4414
4415[[package]]
4416name = "env_logger"
4417version = "0.11.7"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4420dependencies = [
4421 "anstream",
4422 "anstyle",
4423 "env_filter",
4424 "jiff",
4425 "log",
4426]
4427
4428[[package]]
4429name = "envy"
4430version = "0.4.2"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4433dependencies = [
4434 "serde",
4435]
4436
4437[[package]]
4438name = "equivalent"
4439version = "1.0.1"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4442
4443[[package]]
4444name = "erased-serde"
4445version = "0.4.5"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4448dependencies = [
4449 "serde",
4450 "typeid",
4451]
4452
4453[[package]]
4454name = "errno"
4455version = "0.2.8"
4456source = "registry+https://github.com/rust-lang/crates.io-index"
4457checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4458dependencies = [
4459 "errno-dragonfly",
4460 "libc",
4461 "winapi",
4462]
4463
4464[[package]]
4465name = "errno"
4466version = "0.3.10"
4467source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4469dependencies = [
4470 "libc",
4471 "windows-sys 0.59.0",
4472]
4473
4474[[package]]
4475name = "errno-dragonfly"
4476version = "0.1.2"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4479dependencies = [
4480 "cc",
4481 "libc",
4482]
4483
4484[[package]]
4485name = "etagere"
4486version = "0.2.15"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4489dependencies = [
4490 "euclid",
4491 "svg_fmt",
4492]
4493
4494[[package]]
4495name = "etcetera"
4496version = "0.8.0"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4499dependencies = [
4500 "cfg-if",
4501 "home",
4502 "windows-sys 0.48.0",
4503]
4504
4505[[package]]
4506name = "euclid"
4507version = "0.22.11"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4510dependencies = [
4511 "num-traits",
4512]
4513
4514[[package]]
4515name = "evals"
4516version = "0.1.0"
4517dependencies = [
4518 "anyhow",
4519 "clap",
4520 "client",
4521 "clock",
4522 "collections",
4523 "env_logger 0.11.7",
4524 "feature_flags",
4525 "fs",
4526 "gpui",
4527 "http_client",
4528 "language",
4529 "languages",
4530 "node_runtime",
4531 "open_ai",
4532 "project",
4533 "reqwest_client",
4534 "semantic_index",
4535 "serde",
4536 "serde_json",
4537 "settings",
4538 "smol",
4539 "util",
4540]
4541
4542[[package]]
4543name = "event-listener"
4544version = "2.5.3"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4547
4548[[package]]
4549name = "event-listener"
4550version = "5.3.1"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4553dependencies = [
4554 "concurrent-queue",
4555 "parking",
4556 "pin-project-lite",
4557]
4558
4559[[package]]
4560name = "event-listener-strategy"
4561version = "0.5.3"
4562source = "registry+https://github.com/rust-lang/crates.io-index"
4563checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4564dependencies = [
4565 "event-listener 5.3.1",
4566 "pin-project-lite",
4567]
4568
4569[[package]]
4570name = "exec"
4571version = "0.3.1"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4574dependencies = [
4575 "errno 0.2.8",
4576 "libc",
4577]
4578
4579[[package]]
4580name = "exr"
4581version = "1.73.0"
4582source = "registry+https://github.com/rust-lang/crates.io-index"
4583checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4584dependencies = [
4585 "bit_field",
4586 "half",
4587 "lebe",
4588 "miniz_oxide",
4589 "rayon-core",
4590 "smallvec",
4591 "zune-inflate",
4592]
4593
4594[[package]]
4595name = "extension"
4596version = "0.1.0"
4597dependencies = [
4598 "anyhow",
4599 "async-compression",
4600 "async-tar",
4601 "async-trait",
4602 "collections",
4603 "convert_case 0.8.0",
4604 "fs",
4605 "futures 0.3.31",
4606 "gpui",
4607 "http_client",
4608 "language",
4609 "log",
4610 "lsp",
4611 "parking_lot",
4612 "semantic_version",
4613 "serde",
4614 "serde_json",
4615 "toml 0.8.20",
4616 "util",
4617 "wasm-encoder 0.221.3",
4618 "wasmparser 0.221.3",
4619 "wit-component 0.221.3",
4620]
4621
4622[[package]]
4623name = "extension_cli"
4624version = "0.1.0"
4625dependencies = [
4626 "anyhow",
4627 "clap",
4628 "env_logger 0.11.7",
4629 "extension",
4630 "fs",
4631 "language",
4632 "log",
4633 "reqwest_client",
4634 "rpc",
4635 "serde",
4636 "serde_json",
4637 "theme",
4638 "tokio",
4639 "toml 0.8.20",
4640 "tree-sitter",
4641 "wasmtime",
4642]
4643
4644[[package]]
4645name = "extension_host"
4646version = "0.1.0"
4647dependencies = [
4648 "anyhow",
4649 "async-compression",
4650 "async-tar",
4651 "async-trait",
4652 "client",
4653 "collections",
4654 "context_server_settings",
4655 "ctor",
4656 "env_logger 0.11.7",
4657 "extension",
4658 "fs",
4659 "futures 0.3.31",
4660 "gpui",
4661 "http_client",
4662 "language",
4663 "language_extension",
4664 "log",
4665 "lsp",
4666 "node_runtime",
4667 "parking_lot",
4668 "paths",
4669 "project",
4670 "release_channel",
4671 "remote",
4672 "reqwest_client",
4673 "schemars",
4674 "semantic_version",
4675 "serde",
4676 "serde_json",
4677 "serde_json_lenient",
4678 "settings",
4679 "task",
4680 "telemetry",
4681 "tempfile",
4682 "theme",
4683 "theme_extension",
4684 "toml 0.8.20",
4685 "url",
4686 "util",
4687 "wasmparser 0.221.3",
4688 "wasmtime",
4689 "wasmtime-wasi",
4690]
4691
4692[[package]]
4693name = "extensions_ui"
4694version = "0.1.0"
4695dependencies = [
4696 "anyhow",
4697 "client",
4698 "collections",
4699 "db",
4700 "editor",
4701 "extension_host",
4702 "feature_flags",
4703 "fs",
4704 "fuzzy",
4705 "gpui",
4706 "language",
4707 "num-format",
4708 "picker",
4709 "project",
4710 "release_channel",
4711 "semantic_version",
4712 "serde",
4713 "settings",
4714 "smallvec",
4715 "telemetry",
4716 "theme",
4717 "ui",
4718 "util",
4719 "vim_mode_setting",
4720 "workspace",
4721 "zed_actions",
4722]
4723
4724[[package]]
4725name = "fallible-iterator"
4726version = "0.3.0"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4729
4730[[package]]
4731name = "fancy-regex"
4732version = "0.13.0"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4735dependencies = [
4736 "bit-set 0.5.3",
4737 "regex-automata 0.4.9",
4738 "regex-syntax 0.8.5",
4739]
4740
4741[[package]]
4742name = "fancy-regex"
4743version = "0.14.0"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4746dependencies = [
4747 "bit-set 0.8.0",
4748 "regex-automata 0.4.9",
4749 "regex-syntax 0.8.5",
4750]
4751
4752[[package]]
4753name = "fast-srgb8"
4754version = "1.0.0"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4757
4758[[package]]
4759name = "fastrand"
4760version = "1.9.0"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4763dependencies = [
4764 "instant",
4765]
4766
4767[[package]]
4768name = "fastrand"
4769version = "2.3.0"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4772
4773[[package]]
4774name = "fd-lock"
4775version = "4.0.2"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4778dependencies = [
4779 "cfg-if",
4780 "rustix",
4781 "windows-sys 0.52.0",
4782]
4783
4784[[package]]
4785name = "fdeflate"
4786version = "0.3.7"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4789dependencies = [
4790 "simd-adler32",
4791]
4792
4793[[package]]
4794name = "feature_flags"
4795version = "0.1.0"
4796dependencies = [
4797 "futures 0.3.31",
4798 "gpui",
4799 "smol",
4800]
4801
4802[[package]]
4803name = "feedback"
4804version = "0.1.0"
4805dependencies = [
4806 "anyhow",
4807 "bitflags 2.8.0",
4808 "client",
4809 "db",
4810 "editor",
4811 "futures 0.3.31",
4812 "gpui",
4813 "http_client",
4814 "human_bytes",
4815 "language",
4816 "log",
4817 "menu",
4818 "project",
4819 "regex",
4820 "release_channel",
4821 "serde",
4822 "serde_derive",
4823 "serde_json",
4824 "smol",
4825 "sysinfo",
4826 "ui",
4827 "urlencoding",
4828 "util",
4829 "workspace",
4830 "zed_actions",
4831]
4832
4833[[package]]
4834name = "ff"
4835version = "0.12.1"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4838dependencies = [
4839 "rand_core 0.6.4",
4840 "subtle",
4841]
4842
4843[[package]]
4844name = "file_finder"
4845version = "0.1.0"
4846dependencies = [
4847 "anyhow",
4848 "collections",
4849 "ctor",
4850 "editor",
4851 "env_logger 0.11.7",
4852 "file_icons",
4853 "futures 0.3.31",
4854 "fuzzy",
4855 "gpui",
4856 "language",
4857 "menu",
4858 "picker",
4859 "project",
4860 "schemars",
4861 "serde",
4862 "serde_derive",
4863 "serde_json",
4864 "settings",
4865 "text",
4866 "theme",
4867 "ui",
4868 "util",
4869 "workspace",
4870]
4871
4872[[package]]
4873name = "file_icons"
4874version = "0.1.0"
4875dependencies = [
4876 "gpui",
4877 "serde",
4878 "settings",
4879 "theme",
4880 "util",
4881]
4882
4883[[package]]
4884name = "filedescriptor"
4885version = "0.8.3"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4888dependencies = [
4889 "libc",
4890 "thiserror 1.0.69",
4891 "winapi",
4892]
4893
4894[[package]]
4895name = "filetime"
4896version = "0.2.25"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4899dependencies = [
4900 "cfg-if",
4901 "libc",
4902 "libredox",
4903 "windows-sys 0.59.0",
4904]
4905
4906[[package]]
4907name = "fixedbitset"
4908version = "0.4.2"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4911
4912[[package]]
4913name = "flate2"
4914version = "1.0.35"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4917dependencies = [
4918 "crc32fast",
4919 "miniz_oxide",
4920]
4921
4922[[package]]
4923name = "float-cmp"
4924version = "0.9.0"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4927
4928[[package]]
4929name = "float-ord"
4930version = "0.3.2"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4933
4934[[package]]
4935name = "float_next_after"
4936version = "1.0.0"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4939
4940[[package]]
4941name = "flume"
4942version = "0.11.1"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4945dependencies = [
4946 "futures-core",
4947 "futures-sink",
4948 "nanorand",
4949 "spin",
4950]
4951
4952[[package]]
4953name = "fnv"
4954version = "1.0.7"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4957
4958[[package]]
4959name = "foldhash"
4960version = "0.1.3"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4963
4964[[package]]
4965name = "font-kit"
4966version = "0.14.1"
4967source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4968dependencies = [
4969 "bitflags 2.8.0",
4970 "byteorder",
4971 "core-foundation 0.9.4",
4972 "core-graphics 0.23.2",
4973 "core-text",
4974 "dirs 5.0.1",
4975 "dwrote",
4976 "float-ord",
4977 "freetype-sys",
4978 "lazy_static",
4979 "libc",
4980 "log",
4981 "pathfinder_geometry",
4982 "pathfinder_simd",
4983 "walkdir",
4984 "winapi",
4985 "yeslogic-fontconfig-sys",
4986]
4987
4988[[package]]
4989name = "font-types"
4990version = "0.7.3"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4993dependencies = [
4994 "bytemuck",
4995]
4996
4997[[package]]
4998name = "fontconfig-parser"
4999version = "0.5.7"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5002dependencies = [
5003 "roxmltree",
5004]
5005
5006[[package]]
5007name = "fontdb"
5008version = "0.18.0"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5011dependencies = [
5012 "fontconfig-parser",
5013 "log",
5014 "memmap2",
5015 "slotmap",
5016 "tinyvec",
5017 "ttf-parser 0.21.1",
5018]
5019
5020[[package]]
5021name = "fontdb"
5022version = "0.23.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5025dependencies = [
5026 "fontconfig-parser",
5027 "log",
5028 "memmap2",
5029 "slotmap",
5030 "tinyvec",
5031 "ttf-parser 0.25.1",
5032]
5033
5034[[package]]
5035name = "foreign-types"
5036version = "0.3.2"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5039dependencies = [
5040 "foreign-types-shared 0.1.1",
5041]
5042
5043[[package]]
5044name = "foreign-types"
5045version = "0.5.0"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5048dependencies = [
5049 "foreign-types-macros",
5050 "foreign-types-shared 0.3.1",
5051]
5052
5053[[package]]
5054name = "foreign-types-macros"
5055version = "0.2.3"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5058dependencies = [
5059 "proc-macro2",
5060 "quote",
5061 "syn 2.0.100",
5062]
5063
5064[[package]]
5065name = "foreign-types-shared"
5066version = "0.1.1"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5069
5070[[package]]
5071name = "foreign-types-shared"
5072version = "0.3.1"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5075
5076[[package]]
5077name = "fork"
5078version = "0.2.0"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5081dependencies = [
5082 "libc",
5083]
5084
5085[[package]]
5086name = "form_urlencoded"
5087version = "1.2.1"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5090dependencies = [
5091 "percent-encoding",
5092]
5093
5094[[package]]
5095name = "freetype-sys"
5096version = "0.20.1"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5099dependencies = [
5100 "cc",
5101 "libc",
5102 "pkg-config",
5103]
5104
5105[[package]]
5106name = "fs"
5107version = "0.1.0"
5108dependencies = [
5109 "anyhow",
5110 "ashpd",
5111 "async-tar",
5112 "async-trait",
5113 "cocoa 0.26.0",
5114 "collections",
5115 "fsevent",
5116 "futures 0.3.31",
5117 "git",
5118 "git2",
5119 "gpui",
5120 "libc",
5121 "log",
5122 "notify 6.1.1",
5123 "objc",
5124 "parking_lot",
5125 "paths",
5126 "proto",
5127 "rope",
5128 "serde",
5129 "serde_json",
5130 "smol",
5131 "tempfile",
5132 "text",
5133 "time",
5134 "util",
5135 "windows 0.60.0",
5136]
5137
5138[[package]]
5139name = "fs-set-times"
5140version = "0.20.2"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5143dependencies = [
5144 "io-lifetimes",
5145 "rustix",
5146 "windows-sys 0.59.0",
5147]
5148
5149[[package]]
5150name = "fs2"
5151version = "0.4.3"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5154dependencies = [
5155 "libc",
5156 "winapi",
5157]
5158
5159[[package]]
5160name = "fs_extra"
5161version = "1.3.0"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5164
5165[[package]]
5166name = "fsevent"
5167version = "0.1.0"
5168dependencies = [
5169 "bitflags 2.8.0",
5170 "core-foundation 0.9.4",
5171 "fsevent-sys 3.1.0",
5172 "parking_lot",
5173 "tempfile",
5174]
5175
5176[[package]]
5177name = "fsevent-sys"
5178version = "3.1.0"
5179source = "registry+https://github.com/rust-lang/crates.io-index"
5180checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5181dependencies = [
5182 "libc",
5183]
5184
5185[[package]]
5186name = "fsevent-sys"
5187version = "4.1.0"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5190dependencies = [
5191 "libc",
5192]
5193
5194[[package]]
5195name = "funty"
5196version = "2.0.0"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5199
5200[[package]]
5201name = "futf"
5202version = "0.1.5"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5205dependencies = [
5206 "mac",
5207 "new_debug_unreachable",
5208]
5209
5210[[package]]
5211name = "futures"
5212version = "0.1.31"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5215
5216[[package]]
5217name = "futures"
5218version = "0.3.31"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5221dependencies = [
5222 "futures-channel",
5223 "futures-core",
5224 "futures-executor",
5225 "futures-io",
5226 "futures-sink",
5227 "futures-task",
5228 "futures-util",
5229]
5230
5231[[package]]
5232name = "futures-batch"
5233version = "0.6.1"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5236dependencies = [
5237 "futures 0.3.31",
5238 "futures-timer",
5239 "pin-utils",
5240]
5241
5242[[package]]
5243name = "futures-channel"
5244version = "0.3.31"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5247dependencies = [
5248 "futures-core",
5249 "futures-sink",
5250]
5251
5252[[package]]
5253name = "futures-core"
5254version = "0.3.31"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5257
5258[[package]]
5259name = "futures-executor"
5260version = "0.3.31"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5263dependencies = [
5264 "futures-core",
5265 "futures-task",
5266 "futures-util",
5267]
5268
5269[[package]]
5270name = "futures-intrusive"
5271version = "0.5.0"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5274dependencies = [
5275 "futures-core",
5276 "lock_api",
5277 "parking_lot",
5278]
5279
5280[[package]]
5281name = "futures-io"
5282version = "0.3.31"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5285
5286[[package]]
5287name = "futures-lite"
5288version = "1.13.0"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5291dependencies = [
5292 "fastrand 1.9.0",
5293 "futures-core",
5294 "futures-io",
5295 "memchr",
5296 "parking",
5297 "pin-project-lite",
5298 "waker-fn",
5299]
5300
5301[[package]]
5302name = "futures-lite"
5303version = "2.6.0"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5306dependencies = [
5307 "fastrand 2.3.0",
5308 "futures-core",
5309 "futures-io",
5310 "parking",
5311 "pin-project-lite",
5312]
5313
5314[[package]]
5315name = "futures-macro"
5316version = "0.3.31"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5319dependencies = [
5320 "proc-macro2",
5321 "quote",
5322 "syn 2.0.100",
5323]
5324
5325[[package]]
5326name = "futures-sink"
5327version = "0.3.31"
5328source = "registry+https://github.com/rust-lang/crates.io-index"
5329checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5330
5331[[package]]
5332name = "futures-task"
5333version = "0.3.31"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5336
5337[[package]]
5338name = "futures-timer"
5339version = "3.0.3"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5342
5343[[package]]
5344name = "futures-util"
5345version = "0.3.31"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5348dependencies = [
5349 "futures 0.1.31",
5350 "futures-channel",
5351 "futures-core",
5352 "futures-io",
5353 "futures-macro",
5354 "futures-sink",
5355 "futures-task",
5356 "memchr",
5357 "pin-project-lite",
5358 "pin-utils",
5359 "slab",
5360 "tokio-io",
5361]
5362
5363[[package]]
5364name = "fuzzy"
5365version = "0.1.0"
5366dependencies = [
5367 "gpui",
5368 "log",
5369 "util",
5370]
5371
5372[[package]]
5373name = "fuzzy-matcher"
5374version = "0.3.7"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5377dependencies = [
5378 "thread_local",
5379]
5380
5381[[package]]
5382name = "generic-array"
5383version = "0.14.7"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5386dependencies = [
5387 "typenum",
5388 "version_check",
5389]
5390
5391[[package]]
5392name = "gethostname"
5393version = "0.4.3"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5396dependencies = [
5397 "libc",
5398 "windows-targets 0.48.5",
5399]
5400
5401[[package]]
5402name = "getrandom"
5403version = "0.1.16"
5404source = "registry+https://github.com/rust-lang/crates.io-index"
5405checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5406dependencies = [
5407 "cfg-if",
5408 "libc",
5409 "wasi 0.9.0+wasi-snapshot-preview1",
5410]
5411
5412[[package]]
5413name = "getrandom"
5414version = "0.2.15"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5417dependencies = [
5418 "cfg-if",
5419 "js-sys",
5420 "libc",
5421 "wasi 0.11.0+wasi-snapshot-preview1",
5422 "wasm-bindgen",
5423]
5424
5425[[package]]
5426name = "getrandom"
5427version = "0.3.1"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5430dependencies = [
5431 "cfg-if",
5432 "libc",
5433 "wasi 0.13.3+wasi-0.2.2",
5434 "windows-targets 0.52.6",
5435]
5436
5437[[package]]
5438name = "gif"
5439version = "0.13.1"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5442dependencies = [
5443 "color_quant",
5444 "weezl",
5445]
5446
5447[[package]]
5448name = "gimli"
5449version = "0.31.1"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5452dependencies = [
5453 "fallible-iterator",
5454 "indexmap",
5455 "stable_deref_trait",
5456]
5457
5458[[package]]
5459name = "git"
5460version = "0.1.0"
5461dependencies = [
5462 "anyhow",
5463 "askpass",
5464 "async-trait",
5465 "collections",
5466 "derive_more",
5467 "futures 0.3.31",
5468 "git2",
5469 "gpui",
5470 "http_client",
5471 "log",
5472 "parking_lot",
5473 "pretty_assertions",
5474 "regex",
5475 "rope",
5476 "schemars",
5477 "serde",
5478 "serde_json",
5479 "smol",
5480 "sum_tree",
5481 "text",
5482 "time",
5483 "unindent",
5484 "url",
5485 "util",
5486]
5487
5488[[package]]
5489name = "git2"
5490version = "0.20.1"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
5493dependencies = [
5494 "bitflags 2.8.0",
5495 "libc",
5496 "libgit2-sys",
5497 "log",
5498 "url",
5499]
5500
5501[[package]]
5502name = "git_hosting_providers"
5503version = "0.1.0"
5504dependencies = [
5505 "anyhow",
5506 "async-trait",
5507 "futures 0.3.31",
5508 "git",
5509 "gpui",
5510 "http_client",
5511 "indoc",
5512 "pretty_assertions",
5513 "regex",
5514 "schemars",
5515 "serde",
5516 "serde_json",
5517 "settings",
5518 "url",
5519 "util",
5520]
5521
5522[[package]]
5523name = "git_ui"
5524version = "0.1.0"
5525dependencies = [
5526 "anyhow",
5527 "askpass",
5528 "assistant_settings",
5529 "buffer_diff",
5530 "chrono",
5531 "collections",
5532 "command_palette_hooks",
5533 "component",
5534 "ctor",
5535 "db",
5536 "editor",
5537 "env_logger 0.11.7",
5538 "futures 0.3.31",
5539 "fuzzy",
5540 "git",
5541 "gpui",
5542 "itertools 0.14.0",
5543 "language",
5544 "language_model",
5545 "linkify",
5546 "linkme",
5547 "log",
5548 "menu",
5549 "multi_buffer",
5550 "notifications",
5551 "panel",
5552 "picker",
5553 "postage",
5554 "pretty_assertions",
5555 "project",
5556 "schemars",
5557 "serde",
5558 "serde_derive",
5559 "serde_json",
5560 "settings",
5561 "smallvec",
5562 "strum",
5563 "telemetry",
5564 "theme",
5565 "time",
5566 "time_format",
5567 "ui",
5568 "unindent",
5569 "util",
5570 "windows 0.60.0",
5571 "workspace",
5572 "zed_actions",
5573]
5574
5575[[package]]
5576name = "glob"
5577version = "0.3.1"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5580
5581[[package]]
5582name = "globset"
5583version = "0.4.16"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5586dependencies = [
5587 "aho-corasick",
5588 "bstr",
5589 "log",
5590 "regex-automata 0.4.9",
5591 "regex-syntax 0.8.5",
5592]
5593
5594[[package]]
5595name = "gloo-timers"
5596version = "0.3.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5599dependencies = [
5600 "futures-channel",
5601 "futures-core",
5602 "js-sys",
5603 "wasm-bindgen",
5604]
5605
5606[[package]]
5607name = "glow"
5608version = "0.14.2"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5611dependencies = [
5612 "js-sys",
5613 "slotmap",
5614 "wasm-bindgen",
5615 "web-sys",
5616]
5617
5618[[package]]
5619name = "go_to_line"
5620version = "0.1.0"
5621dependencies = [
5622 "anyhow",
5623 "editor",
5624 "gpui",
5625 "indoc",
5626 "language",
5627 "menu",
5628 "project",
5629 "rope",
5630 "schemars",
5631 "serde",
5632 "serde_json",
5633 "settings",
5634 "text",
5635 "theme",
5636 "tree-sitter-rust",
5637 "tree-sitter-typescript",
5638 "ui",
5639 "util",
5640 "workspace",
5641]
5642
5643[[package]]
5644name = "google_ai"
5645version = "0.1.0"
5646dependencies = [
5647 "anyhow",
5648 "futures 0.3.31",
5649 "http_client",
5650 "schemars",
5651 "serde",
5652 "serde_json",
5653 "strum",
5654]
5655
5656[[package]]
5657name = "gpu-alloc"
5658version = "0.6.0"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5661dependencies = [
5662 "bitflags 2.8.0",
5663 "gpu-alloc-types",
5664]
5665
5666[[package]]
5667name = "gpu-alloc-ash"
5668version = "0.7.0"
5669source = "registry+https://github.com/rust-lang/crates.io-index"
5670checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5671dependencies = [
5672 "ash",
5673 "gpu-alloc-types",
5674 "tinyvec",
5675]
5676
5677[[package]]
5678name = "gpu-alloc-types"
5679version = "0.3.0"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5682dependencies = [
5683 "bitflags 2.8.0",
5684]
5685
5686[[package]]
5687name = "gpui"
5688version = "0.1.0"
5689dependencies = [
5690 "anyhow",
5691 "as-raw-xcb-connection",
5692 "ashpd",
5693 "async-task",
5694 "backtrace",
5695 "bindgen 0.70.1",
5696 "blade-graphics",
5697 "blade-macros",
5698 "blade-util",
5699 "block",
5700 "bytemuck",
5701 "calloop",
5702 "calloop-wayland-source",
5703 "cbindgen 0.28.0",
5704 "cocoa 0.26.0",
5705 "collections",
5706 "core-foundation 0.9.4",
5707 "core-foundation-sys",
5708 "core-graphics 0.23.2",
5709 "core-text",
5710 "cosmic-text",
5711 "ctor",
5712 "derive_more",
5713 "embed-resource",
5714 "env_logger 0.11.7",
5715 "etagere",
5716 "filedescriptor",
5717 "flume",
5718 "font-kit",
5719 "foreign-types 0.5.0",
5720 "futures 0.3.31",
5721 "gpui_macros",
5722 "http_client",
5723 "image",
5724 "inventory",
5725 "itertools 0.14.0",
5726 "log",
5727 "lyon",
5728 "media",
5729 "metal",
5730 "naga",
5731 "num_cpus",
5732 "objc",
5733 "objc2",
5734 "objc2-metal",
5735 "oo7",
5736 "open",
5737 "parking",
5738 "parking_lot",
5739 "pathfinder_geometry",
5740 "postage",
5741 "profiling",
5742 "rand 0.8.5",
5743 "raw-window-handle",
5744 "refineable",
5745 "reqwest_client",
5746 "resvg",
5747 "schemars",
5748 "seahash",
5749 "semantic_version",
5750 "serde",
5751 "serde_derive",
5752 "serde_json",
5753 "slotmap",
5754 "smallvec",
5755 "smol",
5756 "strum",
5757 "sum_tree",
5758 "taffy",
5759 "thiserror 1.0.69",
5760 "unicode-segmentation",
5761 "usvg",
5762 "util",
5763 "uuid",
5764 "waker-fn",
5765 "wayland-backend",
5766 "wayland-client",
5767 "wayland-cursor",
5768 "wayland-protocols",
5769 "wayland-protocols-plasma",
5770 "windows 0.60.0",
5771 "windows-core 0.60.1",
5772 "x11-clipboard",
5773 "x11rb",
5774 "xim",
5775 "xkbcommon",
5776]
5777
5778[[package]]
5779name = "gpui_macros"
5780version = "0.1.0"
5781dependencies = [
5782 "gpui",
5783 "proc-macro2",
5784 "quote",
5785 "syn 1.0.109",
5786]
5787
5788[[package]]
5789name = "gpui_tokio"
5790version = "0.1.0"
5791dependencies = [
5792 "gpui",
5793 "tokio",
5794 "util",
5795]
5796
5797[[package]]
5798name = "grid"
5799version = "0.13.0"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5802
5803[[package]]
5804name = "group"
5805version = "0.12.1"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5808dependencies = [
5809 "ff",
5810 "rand_core 0.6.4",
5811 "subtle",
5812]
5813
5814[[package]]
5815name = "h2"
5816version = "0.3.26"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5819dependencies = [
5820 "bytes 1.10.1",
5821 "fnv",
5822 "futures-core",
5823 "futures-sink",
5824 "futures-util",
5825 "http 0.2.12",
5826 "indexmap",
5827 "slab",
5828 "tokio",
5829 "tokio-util",
5830 "tracing",
5831]
5832
5833[[package]]
5834name = "h2"
5835version = "0.4.7"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5838dependencies = [
5839 "atomic-waker",
5840 "bytes 1.10.1",
5841 "fnv",
5842 "futures-core",
5843 "futures-sink",
5844 "http 1.2.0",
5845 "indexmap",
5846 "slab",
5847 "tokio",
5848 "tokio-util",
5849 "tracing",
5850]
5851
5852[[package]]
5853name = "half"
5854version = "2.4.1"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5857dependencies = [
5858 "cfg-if",
5859 "crunchy",
5860]
5861
5862[[package]]
5863name = "handlebars"
5864version = "4.5.0"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5867dependencies = [
5868 "log",
5869 "pest",
5870 "pest_derive",
5871 "serde",
5872 "serde_json",
5873 "thiserror 1.0.69",
5874]
5875
5876[[package]]
5877name = "handlebars"
5878version = "6.2.0"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5881dependencies = [
5882 "log",
5883 "num-order",
5884 "pest",
5885 "pest_derive",
5886 "serde",
5887 "serde_json",
5888 "thiserror 1.0.69",
5889]
5890
5891[[package]]
5892name = "hashbrown"
5893version = "0.12.3"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5896dependencies = [
5897 "ahash 0.7.8",
5898]
5899
5900[[package]]
5901name = "hashbrown"
5902version = "0.14.5"
5903source = "registry+https://github.com/rust-lang/crates.io-index"
5904checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5905dependencies = [
5906 "ahash 0.8.11",
5907 "allocator-api2",
5908]
5909
5910[[package]]
5911name = "hashbrown"
5912version = "0.15.2"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5915dependencies = [
5916 "allocator-api2",
5917 "equivalent",
5918 "foldhash",
5919 "serde",
5920]
5921
5922[[package]]
5923name = "hashlink"
5924version = "0.8.4"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5927dependencies = [
5928 "hashbrown 0.14.5",
5929]
5930
5931[[package]]
5932name = "hashlink"
5933version = "0.10.0"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5936dependencies = [
5937 "hashbrown 0.15.2",
5938]
5939
5940[[package]]
5941name = "headers"
5942version = "0.3.9"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5945dependencies = [
5946 "base64 0.21.7",
5947 "bytes 1.10.1",
5948 "headers-core",
5949 "http 0.2.12",
5950 "httpdate",
5951 "mime",
5952 "sha1",
5953]
5954
5955[[package]]
5956name = "headers-core"
5957version = "0.2.0"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5960dependencies = [
5961 "http 0.2.12",
5962]
5963
5964[[package]]
5965name = "heck"
5966version = "0.3.3"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5969dependencies = [
5970 "unicode-segmentation",
5971]
5972
5973[[package]]
5974name = "heck"
5975version = "0.4.1"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5978dependencies = [
5979 "unicode-segmentation",
5980]
5981
5982[[package]]
5983name = "heck"
5984version = "0.5.0"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5987
5988[[package]]
5989name = "heed"
5990version = "0.21.0"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5993dependencies = [
5994 "bitflags 2.8.0",
5995 "byteorder",
5996 "heed-traits",
5997 "heed-types",
5998 "libc",
5999 "lmdb-master-sys",
6000 "once_cell",
6001 "page_size",
6002 "serde",
6003 "synchronoise",
6004 "url",
6005]
6006
6007[[package]]
6008name = "heed-traits"
6009version = "0.20.0"
6010source = "registry+https://github.com/rust-lang/crates.io-index"
6011checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6012
6013[[package]]
6014name = "heed-types"
6015version = "0.21.0"
6016source = "registry+https://github.com/rust-lang/crates.io-index"
6017checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6018dependencies = [
6019 "bincode",
6020 "byteorder",
6021 "heed-traits",
6022 "serde",
6023 "serde_json",
6024]
6025
6026[[package]]
6027name = "hermit-abi"
6028version = "0.3.9"
6029source = "registry+https://github.com/rust-lang/crates.io-index"
6030checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6031
6032[[package]]
6033name = "hermit-abi"
6034version = "0.4.0"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6037
6038[[package]]
6039name = "hex"
6040version = "0.4.3"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6043
6044[[package]]
6045name = "hexf-parse"
6046version = "0.2.1"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6049
6050[[package]]
6051name = "hidden-trait"
6052version = "0.1.2"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6055dependencies = [
6056 "proc-macro2",
6057 "quote",
6058 "syn 1.0.109",
6059]
6060
6061[[package]]
6062name = "hkdf"
6063version = "0.12.4"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6066dependencies = [
6067 "hmac",
6068]
6069
6070[[package]]
6071name = "hmac"
6072version = "0.12.1"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6075dependencies = [
6076 "digest",
6077]
6078
6079[[package]]
6080name = "home"
6081version = "0.5.9"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6084dependencies = [
6085 "windows-sys 0.52.0",
6086]
6087
6088[[package]]
6089name = "hound"
6090version = "3.5.1"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6093
6094[[package]]
6095name = "html5ever"
6096version = "0.27.0"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6099dependencies = [
6100 "log",
6101 "mac",
6102 "markup5ever",
6103 "proc-macro2",
6104 "quote",
6105 "syn 2.0.100",
6106]
6107
6108[[package]]
6109name = "html_to_markdown"
6110version = "0.1.0"
6111dependencies = [
6112 "anyhow",
6113 "html5ever",
6114 "indoc",
6115 "markup5ever_rcdom",
6116 "pretty_assertions",
6117 "regex",
6118]
6119
6120[[package]]
6121name = "http"
6122version = "0.2.12"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6125dependencies = [
6126 "bytes 1.10.1",
6127 "fnv",
6128 "itoa",
6129]
6130
6131[[package]]
6132name = "http"
6133version = "1.2.0"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6136dependencies = [
6137 "bytes 1.10.1",
6138 "fnv",
6139 "itoa",
6140]
6141
6142[[package]]
6143name = "http-body"
6144version = "0.4.6"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6147dependencies = [
6148 "bytes 1.10.1",
6149 "http 0.2.12",
6150 "pin-project-lite",
6151]
6152
6153[[package]]
6154name = "http-body"
6155version = "1.0.1"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6158dependencies = [
6159 "bytes 1.10.1",
6160 "http 1.2.0",
6161]
6162
6163[[package]]
6164name = "http-body-util"
6165version = "0.1.2"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6168dependencies = [
6169 "bytes 1.10.1",
6170 "futures-util",
6171 "http 1.2.0",
6172 "http-body 1.0.1",
6173 "pin-project-lite",
6174]
6175
6176[[package]]
6177name = "http-range-header"
6178version = "0.3.1"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6181
6182[[package]]
6183name = "http-types"
6184version = "2.12.0"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6187dependencies = [
6188 "anyhow",
6189 "async-channel 1.9.0",
6190 "base64 0.13.1",
6191 "futures-lite 1.13.0",
6192 "http 0.2.12",
6193 "infer",
6194 "pin-project-lite",
6195 "rand 0.7.3",
6196 "serde",
6197 "serde_json",
6198 "serde_qs 0.8.5",
6199 "serde_urlencoded",
6200 "url",
6201]
6202
6203[[package]]
6204name = "http_client"
6205version = "0.1.0"
6206dependencies = [
6207 "anyhow",
6208 "bytes 1.10.1",
6209 "derive_more",
6210 "futures 0.3.31",
6211 "http 1.2.0",
6212 "log",
6213 "serde",
6214 "serde_json",
6215 "url",
6216]
6217
6218[[package]]
6219name = "http_client_tls"
6220version = "0.1.0"
6221dependencies = [
6222 "rustls 0.23.23",
6223 "rustls-platform-verifier",
6224]
6225
6226[[package]]
6227name = "httparse"
6228version = "1.9.5"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6231
6232[[package]]
6233name = "httpdate"
6234version = "1.0.3"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6237
6238[[package]]
6239name = "human_bytes"
6240version = "0.4.3"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6243
6244[[package]]
6245name = "humantime"
6246version = "2.1.0"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6249
6250[[package]]
6251name = "hyper"
6252version = "0.14.32"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6255dependencies = [
6256 "bytes 1.10.1",
6257 "futures-channel",
6258 "futures-core",
6259 "futures-util",
6260 "h2 0.3.26",
6261 "http 0.2.12",
6262 "http-body 0.4.6",
6263 "httparse",
6264 "httpdate",
6265 "itoa",
6266 "pin-project-lite",
6267 "socket2",
6268 "tokio",
6269 "tower-service",
6270 "tracing",
6271 "want",
6272]
6273
6274[[package]]
6275name = "hyper"
6276version = "1.5.1"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6279dependencies = [
6280 "bytes 1.10.1",
6281 "futures-channel",
6282 "futures-util",
6283 "h2 0.4.7",
6284 "http 1.2.0",
6285 "http-body 1.0.1",
6286 "httparse",
6287 "itoa",
6288 "pin-project-lite",
6289 "smallvec",
6290 "tokio",
6291 "want",
6292]
6293
6294[[package]]
6295name = "hyper-rustls"
6296version = "0.24.2"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6299dependencies = [
6300 "futures-util",
6301 "http 0.2.12",
6302 "hyper 0.14.32",
6303 "log",
6304 "rustls 0.21.12",
6305 "rustls-native-certs 0.6.3",
6306 "tokio",
6307 "tokio-rustls 0.24.1",
6308]
6309
6310[[package]]
6311name = "hyper-rustls"
6312version = "0.27.3"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6315dependencies = [
6316 "futures-util",
6317 "http 1.2.0",
6318 "hyper 1.5.1",
6319 "hyper-util",
6320 "rustls 0.23.23",
6321 "rustls-native-certs 0.8.1",
6322 "rustls-pki-types",
6323 "tokio",
6324 "tokio-rustls 0.26.1",
6325 "tower-service",
6326]
6327
6328[[package]]
6329name = "hyper-tls"
6330version = "0.5.0"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6333dependencies = [
6334 "bytes 1.10.1",
6335 "hyper 0.14.32",
6336 "native-tls",
6337 "tokio",
6338 "tokio-native-tls",
6339]
6340
6341[[package]]
6342name = "hyper-util"
6343version = "0.1.10"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6346dependencies = [
6347 "bytes 1.10.1",
6348 "futures-channel",
6349 "futures-util",
6350 "http 1.2.0",
6351 "http-body 1.0.1",
6352 "hyper 1.5.1",
6353 "pin-project-lite",
6354 "socket2",
6355 "tokio",
6356 "tower-service",
6357 "tracing",
6358]
6359
6360[[package]]
6361name = "iana-time-zone"
6362version = "0.1.61"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6365dependencies = [
6366 "android_system_properties",
6367 "core-foundation-sys",
6368 "iana-time-zone-haiku",
6369 "js-sys",
6370 "wasm-bindgen",
6371 "windows-core 0.52.0",
6372]
6373
6374[[package]]
6375name = "iana-time-zone-haiku"
6376version = "0.1.2"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6379dependencies = [
6380 "cc",
6381]
6382
6383[[package]]
6384name = "icu_collections"
6385version = "1.5.0"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6388dependencies = [
6389 "displaydoc",
6390 "yoke",
6391 "zerofrom",
6392 "zerovec",
6393]
6394
6395[[package]]
6396name = "icu_locid"
6397version = "1.5.0"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6400dependencies = [
6401 "displaydoc",
6402 "litemap",
6403 "tinystr",
6404 "writeable",
6405 "zerovec",
6406]
6407
6408[[package]]
6409name = "icu_locid_transform"
6410version = "1.5.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6413dependencies = [
6414 "displaydoc",
6415 "icu_locid",
6416 "icu_locid_transform_data",
6417 "icu_provider",
6418 "tinystr",
6419 "zerovec",
6420]
6421
6422[[package]]
6423name = "icu_locid_transform_data"
6424version = "1.5.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6427
6428[[package]]
6429name = "icu_normalizer"
6430version = "1.5.0"
6431source = "registry+https://github.com/rust-lang/crates.io-index"
6432checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6433dependencies = [
6434 "displaydoc",
6435 "icu_collections",
6436 "icu_normalizer_data",
6437 "icu_properties",
6438 "icu_provider",
6439 "smallvec",
6440 "utf16_iter",
6441 "utf8_iter",
6442 "write16",
6443 "zerovec",
6444]
6445
6446[[package]]
6447name = "icu_normalizer_data"
6448version = "1.5.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6451
6452[[package]]
6453name = "icu_properties"
6454version = "1.5.1"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6457dependencies = [
6458 "displaydoc",
6459 "icu_collections",
6460 "icu_locid_transform",
6461 "icu_properties_data",
6462 "icu_provider",
6463 "tinystr",
6464 "zerovec",
6465]
6466
6467[[package]]
6468name = "icu_properties_data"
6469version = "1.5.0"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6472
6473[[package]]
6474name = "icu_provider"
6475version = "1.5.0"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6478dependencies = [
6479 "displaydoc",
6480 "icu_locid",
6481 "icu_provider_macros",
6482 "stable_deref_trait",
6483 "tinystr",
6484 "writeable",
6485 "yoke",
6486 "zerofrom",
6487 "zerovec",
6488]
6489
6490[[package]]
6491name = "icu_provider_macros"
6492version = "1.5.0"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6495dependencies = [
6496 "proc-macro2",
6497 "quote",
6498 "syn 2.0.100",
6499]
6500
6501[[package]]
6502name = "id-arena"
6503version = "2.2.1"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6506
6507[[package]]
6508name = "idna"
6509version = "1.0.3"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6512dependencies = [
6513 "idna_adapter",
6514 "smallvec",
6515 "utf8_iter",
6516]
6517
6518[[package]]
6519name = "idna_adapter"
6520version = "1.2.0"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6523dependencies = [
6524 "icu_normalizer",
6525 "icu_properties",
6526]
6527
6528[[package]]
6529name = "ignore"
6530version = "0.4.23"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6533dependencies = [
6534 "crossbeam-deque",
6535 "globset",
6536 "log",
6537 "memchr",
6538 "regex-automata 0.4.9",
6539 "same-file",
6540 "walkdir",
6541 "winapi-util",
6542]
6543
6544[[package]]
6545name = "image"
6546version = "0.25.5"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6549dependencies = [
6550 "bytemuck",
6551 "byteorder-lite",
6552 "color_quant",
6553 "exr",
6554 "gif",
6555 "image-webp",
6556 "num-traits",
6557 "png",
6558 "qoi",
6559 "ravif",
6560 "rayon",
6561 "rgb",
6562 "tiff",
6563 "zune-core",
6564 "zune-jpeg",
6565]
6566
6567[[package]]
6568name = "image-webp"
6569version = "0.2.0"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6572dependencies = [
6573 "byteorder-lite",
6574 "quick-error",
6575]
6576
6577[[package]]
6578name = "image_viewer"
6579version = "0.1.0"
6580dependencies = [
6581 "anyhow",
6582 "db",
6583 "editor",
6584 "file_icons",
6585 "gpui",
6586 "project",
6587 "schemars",
6588 "serde",
6589 "settings",
6590 "theme",
6591 "ui",
6592 "util",
6593 "workspace",
6594]
6595
6596[[package]]
6597name = "imagesize"
6598version = "0.13.0"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6601
6602[[package]]
6603name = "imara-diff"
6604version = "0.1.8"
6605source = "registry+https://github.com/rust-lang/crates.io-index"
6606checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6607dependencies = [
6608 "hashbrown 0.15.2",
6609]
6610
6611[[package]]
6612name = "imgref"
6613version = "1.11.0"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6616
6617[[package]]
6618name = "indexed_docs"
6619version = "0.1.0"
6620dependencies = [
6621 "anyhow",
6622 "async-trait",
6623 "cargo_metadata",
6624 "collections",
6625 "derive_more",
6626 "extension",
6627 "fs",
6628 "futures 0.3.31",
6629 "fuzzy",
6630 "gpui",
6631 "heed",
6632 "html_to_markdown",
6633 "http_client",
6634 "indexmap",
6635 "indoc",
6636 "parking_lot",
6637 "paths",
6638 "pretty_assertions",
6639 "serde",
6640 "strum",
6641 "util",
6642]
6643
6644[[package]]
6645name = "indexmap"
6646version = "2.7.1"
6647source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6649dependencies = [
6650 "equivalent",
6651 "hashbrown 0.15.2",
6652 "serde",
6653]
6654
6655[[package]]
6656name = "indoc"
6657version = "2.0.6"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6660
6661[[package]]
6662name = "infer"
6663version = "0.2.3"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6666
6667[[package]]
6668name = "inherent"
6669version = "1.0.11"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6672dependencies = [
6673 "proc-macro2",
6674 "quote",
6675 "syn 2.0.100",
6676]
6677
6678[[package]]
6679name = "inline_completion"
6680version = "0.1.0"
6681dependencies = [
6682 "gpui",
6683 "language",
6684 "project",
6685]
6686
6687[[package]]
6688name = "inline_completion_button"
6689version = "0.1.0"
6690dependencies = [
6691 "anyhow",
6692 "client",
6693 "copilot",
6694 "editor",
6695 "feature_flags",
6696 "fs",
6697 "futures 0.3.31",
6698 "gpui",
6699 "indoc",
6700 "inline_completion",
6701 "language",
6702 "lsp",
6703 "paths",
6704 "project",
6705 "regex",
6706 "serde_json",
6707 "settings",
6708 "supermaven",
6709 "telemetry",
6710 "theme",
6711 "ui",
6712 "workspace",
6713 "zed_actions",
6714 "zeta",
6715]
6716
6717[[package]]
6718name = "inotify"
6719version = "0.9.6"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6722dependencies = [
6723 "bitflags 1.3.2",
6724 "inotify-sys",
6725 "libc",
6726]
6727
6728[[package]]
6729name = "inotify"
6730version = "0.11.0"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6733dependencies = [
6734 "bitflags 2.8.0",
6735 "inotify-sys",
6736 "libc",
6737]
6738
6739[[package]]
6740name = "inotify-sys"
6741version = "0.1.5"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6744dependencies = [
6745 "libc",
6746]
6747
6748[[package]]
6749name = "inout"
6750version = "0.1.3"
6751source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6753dependencies = [
6754 "block-padding",
6755 "generic-array",
6756]
6757
6758[[package]]
6759name = "install_cli"
6760version = "0.1.0"
6761dependencies = [
6762 "anyhow",
6763 "gpui",
6764 "smol",
6765 "util",
6766]
6767
6768[[package]]
6769name = "instant"
6770version = "0.1.13"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6773dependencies = [
6774 "cfg-if",
6775]
6776
6777[[package]]
6778name = "interpolate_name"
6779version = "0.2.4"
6780source = "registry+https://github.com/rust-lang/crates.io-index"
6781checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6782dependencies = [
6783 "proc-macro2",
6784 "quote",
6785 "syn 2.0.100",
6786]
6787
6788[[package]]
6789name = "inventory"
6790version = "0.3.20"
6791source = "registry+https://github.com/rust-lang/crates.io-index"
6792checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6793dependencies = [
6794 "rustversion",
6795]
6796
6797[[package]]
6798name = "io-extras"
6799version = "0.18.4"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6802dependencies = [
6803 "io-lifetimes",
6804 "windows-sys 0.59.0",
6805]
6806
6807[[package]]
6808name = "io-lifetimes"
6809version = "2.0.4"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6812
6813[[package]]
6814name = "iovec"
6815version = "0.1.4"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6818dependencies = [
6819 "libc",
6820]
6821
6822[[package]]
6823name = "ipc-channel"
6824version = "0.19.0"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6827dependencies = [
6828 "bincode",
6829 "crossbeam-channel",
6830 "fnv",
6831 "lazy_static",
6832 "libc",
6833 "mio 1.0.3",
6834 "rand 0.8.5",
6835 "serde",
6836 "tempfile",
6837 "uuid",
6838 "windows 0.58.0",
6839]
6840
6841[[package]]
6842name = "ipnet"
6843version = "2.10.1"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6846
6847[[package]]
6848name = "is-docker"
6849version = "0.2.0"
6850source = "registry+https://github.com/rust-lang/crates.io-index"
6851checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6852dependencies = [
6853 "once_cell",
6854]
6855
6856[[package]]
6857name = "is-terminal"
6858version = "0.4.13"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6861dependencies = [
6862 "hermit-abi 0.4.0",
6863 "libc",
6864 "windows-sys 0.52.0",
6865]
6866
6867[[package]]
6868name = "is-wsl"
6869version = "0.4.0"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6872dependencies = [
6873 "is-docker",
6874 "once_cell",
6875]
6876
6877[[package]]
6878name = "is_terminal_polyfill"
6879version = "1.70.1"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6882
6883[[package]]
6884name = "itertools"
6885version = "0.10.5"
6886source = "registry+https://github.com/rust-lang/crates.io-index"
6887checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6888dependencies = [
6889 "either",
6890]
6891
6892[[package]]
6893name = "itertools"
6894version = "0.11.0"
6895source = "registry+https://github.com/rust-lang/crates.io-index"
6896checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6897dependencies = [
6898 "either",
6899]
6900
6901[[package]]
6902name = "itertools"
6903version = "0.12.1"
6904source = "registry+https://github.com/rust-lang/crates.io-index"
6905checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6906dependencies = [
6907 "either",
6908]
6909
6910[[package]]
6911name = "itertools"
6912version = "0.14.0"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6915dependencies = [
6916 "either",
6917]
6918
6919[[package]]
6920name = "itoa"
6921version = "1.0.14"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6924
6925[[package]]
6926name = "jiff"
6927version = "0.2.4"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6930dependencies = [
6931 "jiff-static",
6932 "log",
6933 "portable-atomic",
6934 "portable-atomic-util",
6935 "serde",
6936]
6937
6938[[package]]
6939name = "jiff-static"
6940version = "0.2.4"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6943dependencies = [
6944 "proc-macro2",
6945 "quote",
6946 "syn 2.0.100",
6947]
6948
6949[[package]]
6950name = "jni"
6951version = "0.21.1"
6952source = "registry+https://github.com/rust-lang/crates.io-index"
6953checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6954dependencies = [
6955 "cesu8",
6956 "cfg-if",
6957 "combine",
6958 "jni-sys",
6959 "log",
6960 "thiserror 1.0.69",
6961 "walkdir",
6962 "windows-sys 0.45.0",
6963]
6964
6965[[package]]
6966name = "jni-sys"
6967version = "0.3.0"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6970
6971[[package]]
6972name = "jobserver"
6973version = "0.1.32"
6974source = "registry+https://github.com/rust-lang/crates.io-index"
6975checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6976dependencies = [
6977 "libc",
6978]
6979
6980[[package]]
6981name = "journal"
6982version = "0.1.0"
6983dependencies = [
6984 "anyhow",
6985 "chrono",
6986 "editor",
6987 "gpui",
6988 "log",
6989 "schemars",
6990 "serde",
6991 "settings",
6992 "shellexpand 2.1.2",
6993 "workspace",
6994]
6995
6996[[package]]
6997name = "jpeg-decoder"
6998version = "0.3.1"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
7001
7002[[package]]
7003name = "js-sys"
7004version = "0.3.76"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7007dependencies = [
7008 "once_cell",
7009 "wasm-bindgen",
7010]
7011
7012[[package]]
7013name = "jsonwebtoken"
7014version = "9.3.1"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7017dependencies = [
7018 "base64 0.22.1",
7019 "js-sys",
7020 "pem",
7021 "ring",
7022 "serde",
7023 "serde_json",
7024 "simple_asn1",
7025]
7026
7027[[package]]
7028name = "jupyter-protocol"
7029version = "0.6.0"
7030source = "registry+https://github.com/rust-lang/crates.io-index"
7031checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7032dependencies = [
7033 "anyhow",
7034 "async-trait",
7035 "bytes 1.10.1",
7036 "chrono",
7037 "futures 0.3.31",
7038 "serde",
7039 "serde_json",
7040 "uuid",
7041]
7042
7043[[package]]
7044name = "jupyter-websocket-client"
7045version = "0.9.0"
7046source = "registry+https://github.com/rust-lang/crates.io-index"
7047checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7048dependencies = [
7049 "anyhow",
7050 "async-trait",
7051 "async-tungstenite",
7052 "futures 0.3.31",
7053 "jupyter-protocol",
7054 "serde",
7055 "serde_json",
7056 "url",
7057 "uuid",
7058]
7059
7060[[package]]
7061name = "khronos-egl"
7062version = "6.0.0"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7065dependencies = [
7066 "libc",
7067 "libloading",
7068]
7069
7070[[package]]
7071name = "kqueue"
7072version = "1.0.8"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7075dependencies = [
7076 "kqueue-sys",
7077 "libc",
7078]
7079
7080[[package]]
7081name = "kqueue-sys"
7082version = "1.0.4"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7085dependencies = [
7086 "bitflags 1.3.2",
7087 "libc",
7088]
7089
7090[[package]]
7091name = "kurbo"
7092version = "0.11.1"
7093source = "registry+https://github.com/rust-lang/crates.io-index"
7094checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7095dependencies = [
7096 "arrayvec",
7097 "smallvec",
7098]
7099
7100[[package]]
7101name = "kv-log-macro"
7102version = "1.0.7"
7103source = "registry+https://github.com/rust-lang/crates.io-index"
7104checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7105dependencies = [
7106 "log",
7107]
7108
7109[[package]]
7110name = "language"
7111version = "0.1.0"
7112dependencies = [
7113 "anyhow",
7114 "async-trait",
7115 "async-watch",
7116 "clock",
7117 "collections",
7118 "ctor",
7119 "ec4rs",
7120 "env_logger 0.11.7",
7121 "fs",
7122 "futures 0.3.31",
7123 "fuzzy",
7124 "globset",
7125 "gpui",
7126 "http_client",
7127 "imara-diff",
7128 "indoc",
7129 "itertools 0.14.0",
7130 "log",
7131 "lsp",
7132 "parking_lot",
7133 "postage",
7134 "pretty_assertions",
7135 "rand 0.8.5",
7136 "regex",
7137 "rpc",
7138 "schemars",
7139 "serde",
7140 "serde_json",
7141 "settings",
7142 "smallvec",
7143 "smol",
7144 "streaming-iterator",
7145 "strsim",
7146 "sum_tree",
7147 "task",
7148 "text",
7149 "theme",
7150 "tree-sitter",
7151 "tree-sitter-elixir",
7152 "tree-sitter-embedded-template",
7153 "tree-sitter-heex",
7154 "tree-sitter-html",
7155 "tree-sitter-json",
7156 "tree-sitter-md",
7157 "tree-sitter-ruby",
7158 "tree-sitter-rust",
7159 "tree-sitter-typescript",
7160 "unicase",
7161 "unindent",
7162 "util",
7163]
7164
7165[[package]]
7166name = "language_extension"
7167version = "0.1.0"
7168dependencies = [
7169 "anyhow",
7170 "async-trait",
7171 "collections",
7172 "extension",
7173 "fs",
7174 "futures 0.3.31",
7175 "gpui",
7176 "language",
7177 "lsp",
7178 "serde",
7179 "serde_json",
7180 "util",
7181]
7182
7183[[package]]
7184name = "language_model"
7185version = "0.1.0"
7186dependencies = [
7187 "anthropic",
7188 "anyhow",
7189 "base64 0.22.1",
7190 "client",
7191 "collections",
7192 "futures 0.3.31",
7193 "google_ai",
7194 "gpui",
7195 "http_client",
7196 "image",
7197 "log",
7198 "open_ai",
7199 "parking_lot",
7200 "proto",
7201 "schemars",
7202 "serde",
7203 "serde_json",
7204 "smol",
7205 "strum",
7206 "telemetry_events",
7207 "thiserror 1.0.69",
7208 "ui",
7209 "util",
7210]
7211
7212[[package]]
7213name = "language_model_selector"
7214version = "0.1.0"
7215dependencies = [
7216 "feature_flags",
7217 "gpui",
7218 "language_model",
7219 "log",
7220 "picker",
7221 "proto",
7222 "ui",
7223 "workspace",
7224 "zed_actions",
7225]
7226
7227[[package]]
7228name = "language_models"
7229version = "0.1.0"
7230dependencies = [
7231 "anthropic",
7232 "anyhow",
7233 "aws-config",
7234 "aws-credential-types",
7235 "aws_http_client",
7236 "bedrock",
7237 "client",
7238 "collections",
7239 "copilot",
7240 "credentials_provider",
7241 "deepseek",
7242 "editor",
7243 "feature_flags",
7244 "fs",
7245 "futures 0.3.31",
7246 "google_ai",
7247 "gpui",
7248 "gpui_tokio",
7249 "http_client",
7250 "language_model",
7251 "lmstudio",
7252 "log",
7253 "menu",
7254 "mistral",
7255 "ollama",
7256 "open_ai",
7257 "project",
7258 "proto",
7259 "schemars",
7260 "serde",
7261 "serde_json",
7262 "settings",
7263 "smol",
7264 "strum",
7265 "theme",
7266 "tiktoken-rs",
7267 "tokio",
7268 "ui",
7269 "util",
7270]
7271
7272[[package]]
7273name = "language_selector"
7274version = "0.1.0"
7275dependencies = [
7276 "anyhow",
7277 "editor",
7278 "file_finder",
7279 "file_icons",
7280 "fuzzy",
7281 "gpui",
7282 "language",
7283 "picker",
7284 "project",
7285 "settings",
7286 "ui",
7287 "util",
7288 "workspace",
7289]
7290
7291[[package]]
7292name = "language_tools"
7293version = "0.1.0"
7294dependencies = [
7295 "anyhow",
7296 "client",
7297 "collections",
7298 "copilot",
7299 "editor",
7300 "env_logger 0.11.7",
7301 "futures 0.3.31",
7302 "gpui",
7303 "itertools 0.14.0",
7304 "language",
7305 "lsp",
7306 "project",
7307 "release_channel",
7308 "serde_json",
7309 "settings",
7310 "theme",
7311 "tree-sitter",
7312 "ui",
7313 "util",
7314 "workspace",
7315 "zed_actions",
7316]
7317
7318[[package]]
7319name = "languages"
7320version = "0.1.0"
7321dependencies = [
7322 "anyhow",
7323 "async-compression",
7324 "async-tar",
7325 "async-trait",
7326 "collections",
7327 "futures 0.3.31",
7328 "gpui",
7329 "http_client",
7330 "language",
7331 "log",
7332 "lsp",
7333 "node_runtime",
7334 "paths",
7335 "pet",
7336 "pet-conda",
7337 "pet-core",
7338 "pet-fs",
7339 "pet-poetry",
7340 "pet-reporter",
7341 "pretty_assertions",
7342 "project",
7343 "regex",
7344 "rope",
7345 "rust-embed",
7346 "serde",
7347 "serde_json",
7348 "settings",
7349 "smol",
7350 "snippet_provider",
7351 "task",
7352 "text",
7353 "theme",
7354 "toml 0.8.20",
7355 "tree-sitter",
7356 "tree-sitter-bash",
7357 "tree-sitter-c",
7358 "tree-sitter-cpp",
7359 "tree-sitter-css",
7360 "tree-sitter-diff",
7361 "tree-sitter-gitcommit",
7362 "tree-sitter-go",
7363 "tree-sitter-gomod",
7364 "tree-sitter-gowork",
7365 "tree-sitter-jsdoc",
7366 "tree-sitter-json",
7367 "tree-sitter-md",
7368 "tree-sitter-python",
7369 "tree-sitter-regex",
7370 "tree-sitter-rust",
7371 "tree-sitter-typescript",
7372 "tree-sitter-yaml",
7373 "unindent",
7374 "util",
7375 "workspace",
7376]
7377
7378[[package]]
7379name = "lazy_static"
7380version = "1.5.0"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7383dependencies = [
7384 "spin",
7385]
7386
7387[[package]]
7388name = "lazycell"
7389version = "1.3.0"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7392
7393[[package]]
7394name = "leb128"
7395version = "0.2.5"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7398
7399[[package]]
7400name = "lebe"
7401version = "0.5.2"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7404
7405[[package]]
7406name = "libc"
7407version = "0.2.171"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7410
7411[[package]]
7412name = "libdbus-sys"
7413version = "0.2.5"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7416dependencies = [
7417 "cc",
7418 "pkg-config",
7419]
7420
7421[[package]]
7422name = "libfuzzer-sys"
7423version = "0.4.8"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7426dependencies = [
7427 "arbitrary",
7428 "cc",
7429]
7430
7431[[package]]
7432name = "libgit2-sys"
7433version = "0.18.1+1.9.0"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
7436dependencies = [
7437 "cc",
7438 "libc",
7439 "libz-sys",
7440 "pkg-config",
7441]
7442
7443[[package]]
7444name = "libloading"
7445version = "0.8.6"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7448dependencies = [
7449 "cfg-if",
7450 "windows-targets 0.52.6",
7451]
7452
7453[[package]]
7454name = "libm"
7455version = "0.2.11"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7458
7459[[package]]
7460name = "libmimalloc-sys"
7461version = "0.1.39"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7464dependencies = [
7465 "cc",
7466 "libc",
7467]
7468
7469[[package]]
7470name = "libredox"
7471version = "0.1.3"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7474dependencies = [
7475 "bitflags 2.8.0",
7476 "libc",
7477 "redox_syscall 0.5.8",
7478]
7479
7480[[package]]
7481name = "libsqlite3-sys"
7482version = "0.30.1"
7483source = "registry+https://github.com/rust-lang/crates.io-index"
7484checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7485dependencies = [
7486 "cc",
7487 "pkg-config",
7488 "vcpkg",
7489]
7490
7491[[package]]
7492name = "libwebrtc"
7493version = "0.3.7"
7494source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7495dependencies = [
7496 "cxx",
7497 "jni",
7498 "js-sys",
7499 "lazy_static",
7500 "livekit-protocol",
7501 "livekit-runtime",
7502 "log",
7503 "parking_lot",
7504 "serde",
7505 "serde_json",
7506 "thiserror 1.0.69",
7507 "tokio",
7508 "wasm-bindgen",
7509 "wasm-bindgen-futures",
7510 "web-sys",
7511 "webrtc-sys",
7512]
7513
7514[[package]]
7515name = "libz-sys"
7516version = "1.1.20"
7517source = "registry+https://github.com/rust-lang/crates.io-index"
7518checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7519dependencies = [
7520 "cc",
7521 "libc",
7522 "pkg-config",
7523 "vcpkg",
7524]
7525
7526[[package]]
7527name = "link-cplusplus"
7528version = "1.0.9"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7531dependencies = [
7532 "cc",
7533]
7534
7535[[package]]
7536name = "linkify"
7537version = "0.10.0"
7538source = "registry+https://github.com/rust-lang/crates.io-index"
7539checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7540dependencies = [
7541 "memchr",
7542]
7543
7544[[package]]
7545name = "linkme"
7546version = "0.3.32"
7547source = "registry+https://github.com/rust-lang/crates.io-index"
7548checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7549dependencies = [
7550 "linkme-impl",
7551]
7552
7553[[package]]
7554name = "linkme-impl"
7555version = "0.3.32"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7558dependencies = [
7559 "proc-macro2",
7560 "quote",
7561 "syn 2.0.100",
7562]
7563
7564[[package]]
7565name = "linux-raw-sys"
7566version = "0.4.14"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7569
7570[[package]]
7571name = "litemap"
7572version = "0.7.4"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7575
7576[[package]]
7577name = "livekit"
7578version = "0.7.0"
7579source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7580dependencies = [
7581 "chrono",
7582 "futures-util",
7583 "lazy_static",
7584 "libwebrtc",
7585 "livekit-api",
7586 "livekit-protocol",
7587 "livekit-runtime",
7588 "log",
7589 "parking_lot",
7590 "prost 0.12.6",
7591 "semver",
7592 "serde",
7593 "serde_json",
7594 "thiserror 1.0.69",
7595 "tokio",
7596]
7597
7598[[package]]
7599name = "livekit-api"
7600version = "0.4.1"
7601source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7602dependencies = [
7603 "async-tungstenite",
7604 "futures-util",
7605 "http 0.2.12",
7606 "jsonwebtoken",
7607 "livekit-protocol",
7608 "livekit-runtime",
7609 "log",
7610 "parking_lot",
7611 "prost 0.12.6",
7612 "reqwest 0.11.27",
7613 "scopeguard",
7614 "serde",
7615 "serde_json",
7616 "sha2",
7617 "thiserror 1.0.69",
7618 "tokio",
7619 "tokio-tungstenite 0.20.1",
7620 "url",
7621]
7622
7623[[package]]
7624name = "livekit-protocol"
7625version = "0.3.6"
7626source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7627dependencies = [
7628 "futures-util",
7629 "livekit-runtime",
7630 "parking_lot",
7631 "pbjson",
7632 "pbjson-types",
7633 "prost 0.12.6",
7634 "prost-types 0.12.6",
7635 "serde",
7636 "thiserror 1.0.69",
7637 "tokio",
7638]
7639
7640[[package]]
7641name = "livekit-runtime"
7642version = "0.3.1"
7643source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7644dependencies = [
7645 "async-io",
7646 "async-std",
7647 "async-task",
7648 "futures 0.3.31",
7649]
7650
7651[[package]]
7652name = "livekit_api"
7653version = "0.1.0"
7654dependencies = [
7655 "anyhow",
7656 "async-trait",
7657 "jsonwebtoken",
7658 "log",
7659 "prost 0.9.0",
7660 "prost-build 0.9.0",
7661 "prost-types 0.9.0",
7662 "reqwest 0.12.8",
7663 "serde",
7664]
7665
7666[[package]]
7667name = "livekit_client"
7668version = "0.1.0"
7669dependencies = [
7670 "anyhow",
7671 "async-trait",
7672 "collections",
7673 "core-foundation 0.9.4",
7674 "coreaudio-rs 0.12.1",
7675 "cpal",
7676 "futures 0.3.31",
7677 "gpui",
7678 "http 0.2.12",
7679 "http_client",
7680 "image",
7681 "livekit",
7682 "livekit_api",
7683 "log",
7684 "media",
7685 "nanoid",
7686 "parking_lot",
7687 "postage",
7688 "serde",
7689 "serde_json",
7690 "sha2",
7691 "simplelog",
7692 "smallvec",
7693 "util",
7694]
7695
7696[[package]]
7697name = "livekit_client_macos"
7698version = "0.1.0"
7699dependencies = [
7700 "anyhow",
7701 "async-broadcast",
7702 "async-trait",
7703 "collections",
7704 "core-foundation 0.9.4",
7705 "futures 0.3.31",
7706 "gpui",
7707 "livekit_api",
7708 "log",
7709 "media",
7710 "nanoid",
7711 "parking_lot",
7712 "postage",
7713 "serde",
7714 "serde_json",
7715 "sha2",
7716 "simplelog",
7717]
7718
7719[[package]]
7720name = "lmdb-master-sys"
7721version = "0.2.4"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7724dependencies = [
7725 "cc",
7726 "doxygen-rs",
7727 "libc",
7728]
7729
7730[[package]]
7731name = "lmstudio"
7732version = "0.1.0"
7733dependencies = [
7734 "anyhow",
7735 "futures 0.3.31",
7736 "http_client",
7737 "schemars",
7738 "serde",
7739 "serde_json",
7740]
7741
7742[[package]]
7743name = "lock_api"
7744version = "0.4.12"
7745source = "registry+https://github.com/rust-lang/crates.io-index"
7746checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7747dependencies = [
7748 "autocfg",
7749 "scopeguard",
7750]
7751
7752[[package]]
7753name = "log"
7754version = "0.4.26"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7757dependencies = [
7758 "serde",
7759 "value-bag",
7760]
7761
7762[[package]]
7763name = "loop9"
7764version = "0.1.5"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7767dependencies = [
7768 "imgref",
7769]
7770
7771[[package]]
7772name = "lru"
7773version = "0.12.5"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7776dependencies = [
7777 "hashbrown 0.15.2",
7778]
7779
7780[[package]]
7781name = "lsp"
7782version = "0.1.0"
7783dependencies = [
7784 "anyhow",
7785 "async-pipe",
7786 "collections",
7787 "ctor",
7788 "env_logger 0.11.7",
7789 "futures 0.3.31",
7790 "gpui",
7791 "log",
7792 "lsp-types",
7793 "parking_lot",
7794 "postage",
7795 "release_channel",
7796 "schemars",
7797 "serde",
7798 "serde_json",
7799 "smol",
7800 "util",
7801]
7802
7803[[package]]
7804name = "lsp-types"
7805version = "0.95.1"
7806source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7807dependencies = [
7808 "bitflags 1.3.2",
7809 "serde",
7810 "serde_json",
7811 "serde_repr",
7812 "url",
7813]
7814
7815[[package]]
7816name = "lua-src"
7817version = "547.0.0"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7820dependencies = [
7821 "cc",
7822]
7823
7824[[package]]
7825name = "luajit-src"
7826version = "210.5.12+a4f56a4"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7829dependencies = [
7830 "cc",
7831 "which 7.0.2",
7832]
7833
7834[[package]]
7835name = "lyon"
7836version = "1.0.1"
7837source = "registry+https://github.com/rust-lang/crates.io-index"
7838checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7839dependencies = [
7840 "lyon_algorithms",
7841 "lyon_extra",
7842 "lyon_tessellation",
7843]
7844
7845[[package]]
7846name = "lyon_algorithms"
7847version = "1.0.5"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7850dependencies = [
7851 "lyon_path",
7852 "num-traits",
7853]
7854
7855[[package]]
7856name = "lyon_extra"
7857version = "1.0.3"
7858source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7860dependencies = [
7861 "lyon_path",
7862 "thiserror 1.0.69",
7863]
7864
7865[[package]]
7866name = "lyon_geom"
7867version = "1.0.6"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7870dependencies = [
7871 "arrayvec",
7872 "euclid",
7873 "num-traits",
7874]
7875
7876[[package]]
7877name = "lyon_path"
7878version = "1.0.6"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7881dependencies = [
7882 "lyon_geom",
7883 "num-traits",
7884]
7885
7886[[package]]
7887name = "lyon_tessellation"
7888version = "1.0.15"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7891dependencies = [
7892 "float_next_after",
7893 "lyon_path",
7894 "num-traits",
7895]
7896
7897[[package]]
7898name = "mac"
7899version = "0.1.1"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7902
7903[[package]]
7904name = "mach2"
7905version = "0.4.2"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7908dependencies = [
7909 "libc",
7910]
7911
7912[[package]]
7913name = "malloc_buf"
7914version = "0.0.6"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7917dependencies = [
7918 "libc",
7919]
7920
7921[[package]]
7922name = "maplit"
7923version = "1.0.2"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7926
7927[[package]]
7928name = "markdown"
7929version = "0.1.0"
7930dependencies = [
7931 "anyhow",
7932 "assets",
7933 "env_logger 0.11.7",
7934 "gpui",
7935 "language",
7936 "languages",
7937 "linkify",
7938 "log",
7939 "node_runtime",
7940 "pulldown-cmark 0.12.2",
7941 "settings",
7942 "theme",
7943 "ui",
7944 "util",
7945]
7946
7947[[package]]
7948name = "markdown_preview"
7949version = "0.1.0"
7950dependencies = [
7951 "anyhow",
7952 "async-recursion 1.1.1",
7953 "collections",
7954 "editor",
7955 "gpui",
7956 "language",
7957 "linkify",
7958 "log",
7959 "pretty_assertions",
7960 "pulldown-cmark 0.12.2",
7961 "settings",
7962 "theme",
7963 "ui",
7964 "util",
7965 "workspace",
7966]
7967
7968[[package]]
7969name = "markup5ever"
7970version = "0.12.1"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7973dependencies = [
7974 "log",
7975 "phf",
7976 "phf_codegen",
7977 "string_cache",
7978 "string_cache_codegen",
7979 "tendril",
7980]
7981
7982[[package]]
7983name = "markup5ever_rcdom"
7984version = "0.3.0"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7987dependencies = [
7988 "html5ever",
7989 "markup5ever",
7990 "tendril",
7991 "xml5ever",
7992]
7993
7994[[package]]
7995name = "matchers"
7996version = "0.1.0"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7999dependencies = [
8000 "regex-automata 0.1.10",
8001]
8002
8003[[package]]
8004name = "matchit"
8005version = "0.7.3"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8008
8009[[package]]
8010name = "maybe-owned"
8011version = "0.3.4"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8014
8015[[package]]
8016name = "maybe-rayon"
8017version = "0.1.1"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8020dependencies = [
8021 "cfg-if",
8022 "rayon",
8023]
8024
8025[[package]]
8026name = "md-5"
8027version = "0.10.6"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8030dependencies = [
8031 "cfg-if",
8032 "digest",
8033]
8034
8035[[package]]
8036name = "mdbook"
8037version = "0.4.47"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8040dependencies = [
8041 "ammonia",
8042 "anyhow",
8043 "chrono",
8044 "clap",
8045 "clap_complete",
8046 "elasticlunr-rs",
8047 "env_logger 0.11.7",
8048 "futures-util",
8049 "handlebars 6.2.0",
8050 "hex",
8051 "ignore",
8052 "log",
8053 "memchr",
8054 "notify 8.0.0",
8055 "notify-debouncer-mini",
8056 "once_cell",
8057 "opener",
8058 "pathdiff",
8059 "pulldown-cmark 0.10.3",
8060 "regex",
8061 "serde",
8062 "serde_json",
8063 "sha2",
8064 "shlex",
8065 "tempfile",
8066 "tokio",
8067 "toml 0.5.11",
8068 "topological-sort",
8069 "walkdir",
8070 "warp",
8071]
8072
8073[[package]]
8074name = "media"
8075version = "0.1.0"
8076dependencies = [
8077 "anyhow",
8078 "bindgen 0.70.1",
8079 "core-foundation 0.9.4",
8080 "ctor",
8081 "foreign-types 0.5.0",
8082 "metal",
8083 "objc",
8084]
8085
8086[[package]]
8087name = "memchr"
8088version = "2.7.4"
8089source = "registry+https://github.com/rust-lang/crates.io-index"
8090checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8091
8092[[package]]
8093name = "memfd"
8094version = "0.6.4"
8095source = "registry+https://github.com/rust-lang/crates.io-index"
8096checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8097dependencies = [
8098 "rustix",
8099]
8100
8101[[package]]
8102name = "memmap2"
8103version = "0.9.5"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8106dependencies = [
8107 "libc",
8108]
8109
8110[[package]]
8111name = "memoffset"
8112version = "0.9.1"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8115dependencies = [
8116 "autocfg",
8117]
8118
8119[[package]]
8120name = "menu"
8121version = "0.1.0"
8122dependencies = [
8123 "gpui",
8124 "serde",
8125]
8126
8127[[package]]
8128name = "metal"
8129version = "0.31.0"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8132dependencies = [
8133 "bitflags 2.8.0",
8134 "block",
8135 "core-graphics-types 0.1.3",
8136 "foreign-types 0.5.0",
8137 "log",
8138 "objc",
8139 "paste",
8140]
8141
8142[[package]]
8143name = "migrator"
8144version = "0.1.0"
8145dependencies = [
8146 "anyhow",
8147 "collections",
8148 "convert_case 0.8.0",
8149 "log",
8150 "pretty_assertions",
8151 "streaming-iterator",
8152 "tree-sitter",
8153 "tree-sitter-json",
8154]
8155
8156[[package]]
8157name = "mimalloc"
8158version = "0.1.43"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8161dependencies = [
8162 "libmimalloc-sys",
8163]
8164
8165[[package]]
8166name = "mime"
8167version = "0.3.17"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8170
8171[[package]]
8172name = "mime_guess"
8173version = "2.0.5"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8176dependencies = [
8177 "mime",
8178 "unicase",
8179]
8180
8181[[package]]
8182name = "minimal-lexical"
8183version = "0.2.1"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8186
8187[[package]]
8188name = "miniz_oxide"
8189version = "0.8.0"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8192dependencies = [
8193 "adler2",
8194 "simd-adler32",
8195]
8196
8197[[package]]
8198name = "mint"
8199version = "0.5.9"
8200source = "registry+https://github.com/rust-lang/crates.io-index"
8201checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8202
8203[[package]]
8204name = "mio"
8205version = "0.8.11"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8208dependencies = [
8209 "libc",
8210 "log",
8211 "wasi 0.11.0+wasi-snapshot-preview1",
8212 "windows-sys 0.48.0",
8213]
8214
8215[[package]]
8216name = "mio"
8217version = "1.0.3"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8220dependencies = [
8221 "libc",
8222 "log",
8223 "wasi 0.11.0+wasi-snapshot-preview1",
8224 "windows-sys 0.52.0",
8225]
8226
8227[[package]]
8228name = "miow"
8229version = "0.6.0"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8232dependencies = [
8233 "windows-sys 0.48.0",
8234]
8235
8236[[package]]
8237name = "mistral"
8238version = "0.1.0"
8239dependencies = [
8240 "anyhow",
8241 "futures 0.3.31",
8242 "http_client",
8243 "schemars",
8244 "serde",
8245 "serde_json",
8246 "strum",
8247]
8248
8249[[package]]
8250name = "mlua"
8251version = "0.10.3"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8254dependencies = [
8255 "bstr",
8256 "either",
8257 "futures-util",
8258 "mlua-sys",
8259 "num-traits",
8260 "parking_lot",
8261 "rustc-hash 2.1.1",
8262]
8263
8264[[package]]
8265name = "mlua-sys"
8266version = "0.6.7"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8269dependencies = [
8270 "cc",
8271 "cfg-if",
8272 "lua-src",
8273 "luajit-src",
8274 "pkg-config",
8275]
8276
8277[[package]]
8278name = "msvc_spectre_libs"
8279version = "0.1.2"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8282dependencies = [
8283 "cc",
8284]
8285
8286[[package]]
8287name = "multi_buffer"
8288version = "0.1.0"
8289dependencies = [
8290 "anyhow",
8291 "buffer_diff",
8292 "clock",
8293 "collections",
8294 "ctor",
8295 "env_logger 0.11.7",
8296 "futures 0.3.31",
8297 "gpui",
8298 "indoc",
8299 "itertools 0.14.0",
8300 "language",
8301 "log",
8302 "parking_lot",
8303 "pretty_assertions",
8304 "project",
8305 "rand 0.8.5",
8306 "rope",
8307 "serde",
8308 "settings",
8309 "smallvec",
8310 "smol",
8311 "sum_tree",
8312 "text",
8313 "theme",
8314 "tree-sitter",
8315 "util",
8316]
8317
8318[[package]]
8319name = "multimap"
8320version = "0.8.3"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8323
8324[[package]]
8325name = "multimap"
8326version = "0.10.0"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8329
8330[[package]]
8331name = "naga"
8332version = "23.1.0"
8333source = "registry+https://github.com/rust-lang/crates.io-index"
8334checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8335dependencies = [
8336 "arrayvec",
8337 "bit-set 0.8.0",
8338 "bitflags 2.8.0",
8339 "cfg_aliases 0.1.1",
8340 "codespan-reporting",
8341 "hexf-parse",
8342 "indexmap",
8343 "log",
8344 "rustc-hash 1.1.0",
8345 "spirv",
8346 "termcolor",
8347 "thiserror 1.0.69",
8348 "unicode-xid",
8349]
8350
8351[[package]]
8352name = "nanoid"
8353version = "0.4.0"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8356dependencies = [
8357 "rand 0.8.5",
8358]
8359
8360[[package]]
8361name = "nanorand"
8362version = "0.7.0"
8363source = "registry+https://github.com/rust-lang/crates.io-index"
8364checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8365dependencies = [
8366 "getrandom 0.2.15",
8367]
8368
8369[[package]]
8370name = "native-tls"
8371version = "0.2.12"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8374dependencies = [
8375 "libc",
8376 "log",
8377 "openssl",
8378 "openssl-probe",
8379 "openssl-sys",
8380 "schannel",
8381 "security-framework 2.11.1",
8382 "security-framework-sys",
8383 "tempfile",
8384]
8385
8386[[package]]
8387name = "nbformat"
8388version = "0.10.0"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8391dependencies = [
8392 "anyhow",
8393 "chrono",
8394 "jupyter-protocol",
8395 "serde",
8396 "serde_json",
8397 "thiserror 1.0.69",
8398 "uuid",
8399]
8400
8401[[package]]
8402name = "ndk"
8403version = "0.8.0"
8404source = "registry+https://github.com/rust-lang/crates.io-index"
8405checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8406dependencies = [
8407 "bitflags 2.8.0",
8408 "jni-sys",
8409 "log",
8410 "ndk-sys",
8411 "num_enum",
8412 "thiserror 1.0.69",
8413]
8414
8415[[package]]
8416name = "ndk-context"
8417version = "0.1.1"
8418source = "registry+https://github.com/rust-lang/crates.io-index"
8419checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8420
8421[[package]]
8422name = "ndk-sys"
8423version = "0.5.0+25.2.9519653"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8426dependencies = [
8427 "jni-sys",
8428]
8429
8430[[package]]
8431name = "new_debug_unreachable"
8432version = "1.0.6"
8433source = "registry+https://github.com/rust-lang/crates.io-index"
8434checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8435
8436[[package]]
8437name = "nix"
8438version = "0.29.0"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8441dependencies = [
8442 "bitflags 2.8.0",
8443 "cfg-if",
8444 "cfg_aliases 0.2.1",
8445 "libc",
8446 "memoffset",
8447]
8448
8449[[package]]
8450name = "node_runtime"
8451version = "0.1.0"
8452dependencies = [
8453 "anyhow",
8454 "async-compression",
8455 "async-std",
8456 "async-tar",
8457 "async-trait",
8458 "async-watch",
8459 "async_zip",
8460 "futures 0.3.31",
8461 "http_client",
8462 "log",
8463 "paths",
8464 "semver",
8465 "serde",
8466 "serde_json",
8467 "smol",
8468 "tempfile",
8469 "util",
8470 "walkdir",
8471 "which 6.0.3",
8472]
8473
8474[[package]]
8475name = "nom"
8476version = "7.1.3"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8479dependencies = [
8480 "memchr",
8481 "minimal-lexical",
8482]
8483
8484[[package]]
8485name = "noop_proc_macro"
8486version = "0.3.0"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8489
8490[[package]]
8491name = "normpath"
8492version = "1.3.0"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8495dependencies = [
8496 "windows-sys 0.59.0",
8497]
8498
8499[[package]]
8500name = "notifications"
8501version = "0.1.0"
8502dependencies = [
8503 "anyhow",
8504 "channel",
8505 "client",
8506 "collections",
8507 "component",
8508 "db",
8509 "gpui",
8510 "linkme",
8511 "rpc",
8512 "settings",
8513 "sum_tree",
8514 "time",
8515 "ui",
8516 "util",
8517 "workspace",
8518]
8519
8520[[package]]
8521name = "notify"
8522version = "6.1.1"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8525dependencies = [
8526 "bitflags 2.8.0",
8527 "crossbeam-channel",
8528 "filetime",
8529 "fsevent-sys 4.1.0",
8530 "inotify 0.9.6",
8531 "kqueue",
8532 "libc",
8533 "log",
8534 "mio 0.8.11",
8535 "walkdir",
8536 "windows-sys 0.48.0",
8537]
8538
8539[[package]]
8540name = "notify"
8541version = "8.0.0"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8544dependencies = [
8545 "bitflags 2.8.0",
8546 "filetime",
8547 "fsevent-sys 4.1.0",
8548 "inotify 0.11.0",
8549 "kqueue",
8550 "libc",
8551 "log",
8552 "mio 1.0.3",
8553 "notify-types",
8554 "walkdir",
8555 "windows-sys 0.59.0",
8556]
8557
8558[[package]]
8559name = "notify-debouncer-mini"
8560version = "0.6.0"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8563dependencies = [
8564 "log",
8565 "notify 8.0.0",
8566 "notify-types",
8567 "tempfile",
8568]
8569
8570[[package]]
8571name = "notify-types"
8572version = "2.0.0"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8575
8576[[package]]
8577name = "ntapi"
8578version = "0.4.1"
8579source = "registry+https://github.com/rust-lang/crates.io-index"
8580checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8581dependencies = [
8582 "winapi",
8583]
8584
8585[[package]]
8586name = "nu-ansi-term"
8587version = "0.46.0"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8590dependencies = [
8591 "overload",
8592 "winapi",
8593]
8594
8595[[package]]
8596name = "num"
8597version = "0.4.3"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8600dependencies = [
8601 "num-bigint",
8602 "num-complex",
8603 "num-integer",
8604 "num-iter",
8605 "num-rational",
8606 "num-traits",
8607]
8608
8609[[package]]
8610name = "num-bigint"
8611version = "0.4.6"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8614dependencies = [
8615 "num-integer",
8616 "num-traits",
8617]
8618
8619[[package]]
8620name = "num-bigint-dig"
8621version = "0.8.4"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8624dependencies = [
8625 "byteorder",
8626 "lazy_static",
8627 "libm",
8628 "num-integer",
8629 "num-iter",
8630 "num-traits",
8631 "rand 0.8.5",
8632 "serde",
8633 "smallvec",
8634 "zeroize",
8635]
8636
8637[[package]]
8638name = "num-complex"
8639version = "0.4.6"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8642dependencies = [
8643 "num-traits",
8644]
8645
8646[[package]]
8647name = "num-conv"
8648version = "0.1.0"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8651
8652[[package]]
8653name = "num-derive"
8654version = "0.4.2"
8655source = "registry+https://github.com/rust-lang/crates.io-index"
8656checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8657dependencies = [
8658 "proc-macro2",
8659 "quote",
8660 "syn 2.0.100",
8661]
8662
8663[[package]]
8664name = "num-format"
8665version = "0.4.4"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8668dependencies = [
8669 "arrayvec",
8670 "itoa",
8671]
8672
8673[[package]]
8674name = "num-integer"
8675version = "0.1.46"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8678dependencies = [
8679 "num-traits",
8680]
8681
8682[[package]]
8683name = "num-iter"
8684version = "0.1.45"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8687dependencies = [
8688 "autocfg",
8689 "num-integer",
8690 "num-traits",
8691]
8692
8693[[package]]
8694name = "num-modular"
8695version = "0.6.1"
8696source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8698
8699[[package]]
8700name = "num-order"
8701version = "1.2.0"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8704dependencies = [
8705 "num-modular",
8706]
8707
8708[[package]]
8709name = "num-rational"
8710version = "0.4.2"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8713dependencies = [
8714 "num-bigint",
8715 "num-integer",
8716 "num-traits",
8717]
8718
8719[[package]]
8720name = "num-traits"
8721version = "0.2.19"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8724dependencies = [
8725 "autocfg",
8726 "libm",
8727]
8728
8729[[package]]
8730name = "num_cpus"
8731version = "1.16.0"
8732source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8734dependencies = [
8735 "hermit-abi 0.3.9",
8736 "libc",
8737]
8738
8739[[package]]
8740name = "num_enum"
8741version = "0.7.3"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8744dependencies = [
8745 "num_enum_derive",
8746]
8747
8748[[package]]
8749name = "num_enum_derive"
8750version = "0.7.3"
8751source = "registry+https://github.com/rust-lang/crates.io-index"
8752checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8753dependencies = [
8754 "proc-macro-crate",
8755 "proc-macro2",
8756 "quote",
8757 "syn 2.0.100",
8758]
8759
8760[[package]]
8761name = "num_threads"
8762version = "0.1.7"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8765dependencies = [
8766 "libc",
8767]
8768
8769[[package]]
8770name = "nvim-rs"
8771version = "0.8.0-pre"
8772source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8773dependencies = [
8774 "async-trait",
8775 "futures 0.3.31",
8776 "log",
8777 "parity-tokio-ipc",
8778 "rmp",
8779 "rmpv",
8780 "tokio",
8781 "tokio-util",
8782 "winapi",
8783]
8784
8785[[package]]
8786name = "objc"
8787version = "0.2.7"
8788source = "registry+https://github.com/rust-lang/crates.io-index"
8789checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8790dependencies = [
8791 "malloc_buf",
8792]
8793
8794[[package]]
8795name = "objc-sys"
8796version = "0.3.5"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8799
8800[[package]]
8801name = "objc2"
8802version = "0.5.2"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8805dependencies = [
8806 "objc-sys",
8807 "objc2-encode",
8808]
8809
8810[[package]]
8811name = "objc2-app-kit"
8812version = "0.2.2"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8815dependencies = [
8816 "bitflags 2.8.0",
8817 "block2",
8818 "libc",
8819 "objc2",
8820 "objc2-core-data",
8821 "objc2-core-image",
8822 "objc2-foundation",
8823 "objc2-quartz-core",
8824]
8825
8826[[package]]
8827name = "objc2-cloud-kit"
8828version = "0.2.2"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8831dependencies = [
8832 "bitflags 2.8.0",
8833 "block2",
8834 "objc2",
8835 "objc2-core-location",
8836 "objc2-foundation",
8837]
8838
8839[[package]]
8840name = "objc2-contacts"
8841version = "0.2.2"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8844dependencies = [
8845 "block2",
8846 "objc2",
8847 "objc2-foundation",
8848]
8849
8850[[package]]
8851name = "objc2-core-data"
8852version = "0.2.2"
8853source = "registry+https://github.com/rust-lang/crates.io-index"
8854checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8855dependencies = [
8856 "bitflags 2.8.0",
8857 "block2",
8858 "objc2",
8859 "objc2-foundation",
8860]
8861
8862[[package]]
8863name = "objc2-core-image"
8864version = "0.2.2"
8865source = "registry+https://github.com/rust-lang/crates.io-index"
8866checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8867dependencies = [
8868 "block2",
8869 "objc2",
8870 "objc2-foundation",
8871 "objc2-metal",
8872]
8873
8874[[package]]
8875name = "objc2-core-location"
8876version = "0.2.2"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8879dependencies = [
8880 "block2",
8881 "objc2",
8882 "objc2-contacts",
8883 "objc2-foundation",
8884]
8885
8886[[package]]
8887name = "objc2-encode"
8888version = "4.0.3"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8891
8892[[package]]
8893name = "objc2-foundation"
8894version = "0.2.2"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8897dependencies = [
8898 "bitflags 2.8.0",
8899 "block2",
8900 "libc",
8901 "objc2",
8902]
8903
8904[[package]]
8905name = "objc2-link-presentation"
8906version = "0.2.2"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8909dependencies = [
8910 "block2",
8911 "objc2",
8912 "objc2-app-kit",
8913 "objc2-foundation",
8914]
8915
8916[[package]]
8917name = "objc2-metal"
8918version = "0.2.2"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8921dependencies = [
8922 "bitflags 2.8.0",
8923 "block2",
8924 "objc2",
8925 "objc2-foundation",
8926]
8927
8928[[package]]
8929name = "objc2-quartz-core"
8930version = "0.2.2"
8931source = "registry+https://github.com/rust-lang/crates.io-index"
8932checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8933dependencies = [
8934 "bitflags 2.8.0",
8935 "block2",
8936 "objc2",
8937 "objc2-foundation",
8938 "objc2-metal",
8939]
8940
8941[[package]]
8942name = "objc2-symbols"
8943version = "0.2.2"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8946dependencies = [
8947 "objc2",
8948 "objc2-foundation",
8949]
8950
8951[[package]]
8952name = "objc2-ui-kit"
8953version = "0.2.2"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8956dependencies = [
8957 "bitflags 2.8.0",
8958 "block2",
8959 "objc2",
8960 "objc2-cloud-kit",
8961 "objc2-core-data",
8962 "objc2-core-image",
8963 "objc2-core-location",
8964 "objc2-foundation",
8965 "objc2-link-presentation",
8966 "objc2-quartz-core",
8967 "objc2-symbols",
8968 "objc2-uniform-type-identifiers",
8969 "objc2-user-notifications",
8970]
8971
8972[[package]]
8973name = "objc2-uniform-type-identifiers"
8974version = "0.2.2"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8977dependencies = [
8978 "block2",
8979 "objc2",
8980 "objc2-foundation",
8981]
8982
8983[[package]]
8984name = "objc2-user-notifications"
8985version = "0.2.2"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8988dependencies = [
8989 "bitflags 2.8.0",
8990 "block2",
8991 "objc2",
8992 "objc2-core-location",
8993 "objc2-foundation",
8994]
8995
8996[[package]]
8997name = "object"
8998version = "0.36.5"
8999source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
9001dependencies = [
9002 "crc32fast",
9003 "hashbrown 0.15.2",
9004 "indexmap",
9005 "memchr",
9006]
9007
9008[[package]]
9009name = "oboe"
9010version = "0.6.1"
9011source = "registry+https://github.com/rust-lang/crates.io-index"
9012checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9013dependencies = [
9014 "jni",
9015 "ndk",
9016 "ndk-context",
9017 "num-derive",
9018 "num-traits",
9019 "oboe-sys",
9020]
9021
9022[[package]]
9023name = "oboe-sys"
9024version = "0.6.1"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9027dependencies = [
9028 "cc",
9029]
9030
9031[[package]]
9032name = "ollama"
9033version = "0.1.0"
9034dependencies = [
9035 "anyhow",
9036 "futures 0.3.31",
9037 "http_client",
9038 "schemars",
9039 "serde",
9040 "serde_json",
9041]
9042
9043[[package]]
9044name = "once_cell"
9045version = "1.20.3"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9048
9049[[package]]
9050name = "oo7"
9051version = "0.4.1"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9054dependencies = [
9055 "aes",
9056 "ashpd",
9057 "async-fs",
9058 "async-io",
9059 "async-lock",
9060 "blocking",
9061 "cbc",
9062 "cipher",
9063 "digest",
9064 "endi",
9065 "futures-lite 2.6.0",
9066 "futures-util",
9067 "getrandom 0.3.1",
9068 "hkdf",
9069 "hmac",
9070 "md-5",
9071 "num",
9072 "num-bigint-dig",
9073 "pbkdf2 0.12.2",
9074 "rand 0.9.0",
9075 "serde",
9076 "sha2",
9077 "subtle",
9078 "zbus",
9079 "zbus_macros",
9080 "zeroize",
9081 "zvariant",
9082]
9083
9084[[package]]
9085name = "oorandom"
9086version = "11.1.4"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9089
9090[[package]]
9091name = "open"
9092version = "5.3.2"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9095dependencies = [
9096 "is-wsl",
9097 "libc",
9098 "pathdiff",
9099]
9100
9101[[package]]
9102name = "open_ai"
9103version = "0.1.0"
9104dependencies = [
9105 "anyhow",
9106 "futures 0.3.31",
9107 "http_client",
9108 "schemars",
9109 "serde",
9110 "serde_json",
9111 "strum",
9112]
9113
9114[[package]]
9115name = "opener"
9116version = "0.7.2"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9119dependencies = [
9120 "bstr",
9121 "dbus",
9122 "normpath",
9123 "windows-sys 0.59.0",
9124]
9125
9126[[package]]
9127name = "openssl"
9128version = "0.10.70"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9131dependencies = [
9132 "bitflags 2.8.0",
9133 "cfg-if",
9134 "foreign-types 0.3.2",
9135 "libc",
9136 "once_cell",
9137 "openssl-macros",
9138 "openssl-sys",
9139]
9140
9141[[package]]
9142name = "openssl-macros"
9143version = "0.1.1"
9144source = "registry+https://github.com/rust-lang/crates.io-index"
9145checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9146dependencies = [
9147 "proc-macro2",
9148 "quote",
9149 "syn 2.0.100",
9150]
9151
9152[[package]]
9153name = "openssl-probe"
9154version = "0.1.5"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9157
9158[[package]]
9159name = "openssl-src"
9160version = "300.4.1+3.4.0"
9161source = "registry+https://github.com/rust-lang/crates.io-index"
9162checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9163dependencies = [
9164 "cc",
9165]
9166
9167[[package]]
9168name = "openssl-sys"
9169version = "0.9.105"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9172dependencies = [
9173 "cc",
9174 "libc",
9175 "openssl-src",
9176 "pkg-config",
9177 "vcpkg",
9178]
9179
9180[[package]]
9181name = "option-ext"
9182version = "0.2.0"
9183source = "registry+https://github.com/rust-lang/crates.io-index"
9184checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9185
9186[[package]]
9187name = "ordered-float"
9188version = "2.10.1"
9189source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9191dependencies = [
9192 "num-traits",
9193]
9194
9195[[package]]
9196name = "ordered-float"
9197version = "3.9.2"
9198source = "registry+https://github.com/rust-lang/crates.io-index"
9199checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9200dependencies = [
9201 "num-traits",
9202]
9203
9204[[package]]
9205name = "ordered-stream"
9206version = "0.2.0"
9207source = "registry+https://github.com/rust-lang/crates.io-index"
9208checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9209dependencies = [
9210 "futures-core",
9211 "pin-project-lite",
9212]
9213
9214[[package]]
9215name = "ouroboros"
9216version = "0.18.4"
9217source = "registry+https://github.com/rust-lang/crates.io-index"
9218checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9219dependencies = [
9220 "aliasable",
9221 "ouroboros_macro",
9222 "static_assertions",
9223]
9224
9225[[package]]
9226name = "ouroboros_macro"
9227version = "0.18.4"
9228source = "registry+https://github.com/rust-lang/crates.io-index"
9229checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9230dependencies = [
9231 "heck 0.4.1",
9232 "itertools 0.12.1",
9233 "proc-macro2",
9234 "proc-macro2-diagnostics",
9235 "quote",
9236 "syn 2.0.100",
9237]
9238
9239[[package]]
9240name = "outline"
9241version = "0.1.0"
9242dependencies = [
9243 "editor",
9244 "fuzzy",
9245 "gpui",
9246 "indoc",
9247 "language",
9248 "menu",
9249 "ordered-float 2.10.1",
9250 "picker",
9251 "project",
9252 "rope",
9253 "serde_json",
9254 "settings",
9255 "smol",
9256 "theme",
9257 "tree-sitter-rust",
9258 "tree-sitter-typescript",
9259 "ui",
9260 "util",
9261 "workspace",
9262 "zed_actions",
9263]
9264
9265[[package]]
9266name = "outline_panel"
9267version = "0.1.0"
9268dependencies = [
9269 "anyhow",
9270 "collections",
9271 "db",
9272 "editor",
9273 "file_icons",
9274 "fuzzy",
9275 "gpui",
9276 "itertools 0.14.0",
9277 "language",
9278 "log",
9279 "menu",
9280 "outline",
9281 "pretty_assertions",
9282 "project",
9283 "schemars",
9284 "search",
9285 "serde",
9286 "serde_json",
9287 "settings",
9288 "smallvec",
9289 "smol",
9290 "theme",
9291 "ui",
9292 "util",
9293 "workspace",
9294 "worktree",
9295 "zed_actions",
9296]
9297
9298[[package]]
9299name = "outref"
9300version = "0.5.1"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9303
9304[[package]]
9305name = "overload"
9306version = "0.1.1"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9309
9310[[package]]
9311name = "p256"
9312version = "0.11.1"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9315dependencies = [
9316 "ecdsa",
9317 "elliptic-curve",
9318 "sha2",
9319]
9320
9321[[package]]
9322name = "page_size"
9323version = "0.6.0"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9326dependencies = [
9327 "libc",
9328 "winapi",
9329]
9330
9331[[package]]
9332name = "palette"
9333version = "0.7.6"
9334source = "registry+https://github.com/rust-lang/crates.io-index"
9335checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9336dependencies = [
9337 "approx",
9338 "fast-srgb8",
9339 "palette_derive",
9340]
9341
9342[[package]]
9343name = "palette_derive"
9344version = "0.7.6"
9345source = "registry+https://github.com/rust-lang/crates.io-index"
9346checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9347dependencies = [
9348 "by_address",
9349 "proc-macro2",
9350 "quote",
9351 "syn 2.0.100",
9352]
9353
9354[[package]]
9355name = "panel"
9356version = "0.1.0"
9357dependencies = [
9358 "editor",
9359 "gpui",
9360 "settings",
9361 "theme",
9362 "ui",
9363 "workspace",
9364]
9365
9366[[package]]
9367name = "parity-tokio-ipc"
9368version = "0.9.0"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9371dependencies = [
9372 "futures 0.3.31",
9373 "libc",
9374 "log",
9375 "rand 0.7.3",
9376 "tokio",
9377 "winapi",
9378]
9379
9380[[package]]
9381name = "parking"
9382version = "2.2.1"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9385
9386[[package]]
9387name = "parking_lot"
9388version = "0.12.3"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9391dependencies = [
9392 "lock_api",
9393 "parking_lot_core",
9394]
9395
9396[[package]]
9397name = "parking_lot_core"
9398version = "0.9.10"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9401dependencies = [
9402 "cfg-if",
9403 "libc",
9404 "redox_syscall 0.5.8",
9405 "smallvec",
9406 "windows-targets 0.52.6",
9407]
9408
9409[[package]]
9410name = "password-hash"
9411version = "0.4.2"
9412source = "registry+https://github.com/rust-lang/crates.io-index"
9413checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9414dependencies = [
9415 "base64ct",
9416 "rand_core 0.6.4",
9417 "subtle",
9418]
9419
9420[[package]]
9421name = "password-hash"
9422version = "0.5.0"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9425dependencies = [
9426 "base64ct",
9427 "rand_core 0.6.4",
9428 "subtle",
9429]
9430
9431[[package]]
9432name = "paste"
9433version = "1.0.15"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9436
9437[[package]]
9438name = "pathdiff"
9439version = "0.2.3"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9442
9443[[package]]
9444name = "pathfinder_geometry"
9445version = "0.5.1"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9448dependencies = [
9449 "log",
9450 "pathfinder_simd",
9451]
9452
9453[[package]]
9454name = "pathfinder_simd"
9455version = "0.5.4"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9458dependencies = [
9459 "rustc_version",
9460]
9461
9462[[package]]
9463name = "paths"
9464version = "0.1.0"
9465dependencies = [
9466 "dirs 4.0.0",
9467 "util",
9468]
9469
9470[[package]]
9471name = "pbjson"
9472version = "0.6.0"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9475dependencies = [
9476 "base64 0.21.7",
9477 "serde",
9478]
9479
9480[[package]]
9481name = "pbjson-build"
9482version = "0.6.2"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9485dependencies = [
9486 "heck 0.4.1",
9487 "itertools 0.11.0",
9488 "prost 0.12.6",
9489 "prost-types 0.12.6",
9490]
9491
9492[[package]]
9493name = "pbjson-types"
9494version = "0.6.0"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9497dependencies = [
9498 "bytes 1.10.1",
9499 "chrono",
9500 "pbjson",
9501 "pbjson-build",
9502 "prost 0.12.6",
9503 "prost-build 0.12.6",
9504 "serde",
9505]
9506
9507[[package]]
9508name = "pbkdf2"
9509version = "0.11.0"
9510source = "registry+https://github.com/rust-lang/crates.io-index"
9511checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9512dependencies = [
9513 "digest",
9514 "hmac",
9515 "password-hash 0.4.2",
9516 "sha2",
9517]
9518
9519[[package]]
9520name = "pbkdf2"
9521version = "0.12.2"
9522source = "registry+https://github.com/rust-lang/crates.io-index"
9523checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9524dependencies = [
9525 "digest",
9526 "hmac",
9527]
9528
9529[[package]]
9530name = "pem"
9531version = "3.0.4"
9532source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9534dependencies = [
9535 "base64 0.22.1",
9536 "serde",
9537]
9538
9539[[package]]
9540name = "pem-rfc7468"
9541version = "0.7.0"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9544dependencies = [
9545 "base64ct",
9546]
9547
9548[[package]]
9549name = "percent-encoding"
9550version = "2.3.1"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9553
9554[[package]]
9555name = "perplexity"
9556version = "0.1.0"
9557dependencies = [
9558 "serde",
9559 "zed_extension_api 0.3.0",
9560]
9561
9562[[package]]
9563name = "pest"
9564version = "2.7.15"
9565source = "registry+https://github.com/rust-lang/crates.io-index"
9566checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9567dependencies = [
9568 "memchr",
9569 "thiserror 2.0.6",
9570 "ucd-trie",
9571]
9572
9573[[package]]
9574name = "pest_derive"
9575version = "2.7.15"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9578dependencies = [
9579 "pest",
9580 "pest_generator",
9581]
9582
9583[[package]]
9584name = "pest_generator"
9585version = "2.7.15"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9588dependencies = [
9589 "pest",
9590 "pest_meta",
9591 "proc-macro2",
9592 "quote",
9593 "syn 2.0.100",
9594]
9595
9596[[package]]
9597name = "pest_meta"
9598version = "2.7.15"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9601dependencies = [
9602 "once_cell",
9603 "pest",
9604 "sha2",
9605]
9606
9607[[package]]
9608name = "pet"
9609version = "0.1.0"
9610source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9611dependencies = [
9612 "clap",
9613 "env_logger 0.10.2",
9614 "lazy_static",
9615 "log",
9616 "msvc_spectre_libs",
9617 "pet-conda",
9618 "pet-core",
9619 "pet-env-var-path",
9620 "pet-fs",
9621 "pet-global-virtualenvs",
9622 "pet-homebrew",
9623 "pet-jsonrpc",
9624 "pet-linux-global-python",
9625 "pet-mac-commandlinetools",
9626 "pet-mac-python-org",
9627 "pet-mac-xcode",
9628 "pet-pipenv",
9629 "pet-pixi",
9630 "pet-poetry",
9631 "pet-pyenv",
9632 "pet-python-utils",
9633 "pet-reporter",
9634 "pet-telemetry",
9635 "pet-venv",
9636 "pet-virtualenv",
9637 "pet-virtualenvwrapper",
9638 "pet-windows-registry",
9639 "pet-windows-store",
9640 "serde",
9641 "serde_json",
9642]
9643
9644[[package]]
9645name = "pet-conda"
9646version = "0.1.0"
9647source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9648dependencies = [
9649 "env_logger 0.10.2",
9650 "lazy_static",
9651 "log",
9652 "msvc_spectre_libs",
9653 "pet-core",
9654 "pet-fs",
9655 "pet-python-utils",
9656 "pet-reporter",
9657 "regex",
9658 "serde",
9659 "serde_json",
9660 "yaml-rust2",
9661]
9662
9663[[package]]
9664name = "pet-core"
9665version = "0.1.0"
9666source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9667dependencies = [
9668 "clap",
9669 "lazy_static",
9670 "log",
9671 "msvc_spectre_libs",
9672 "pet-fs",
9673 "regex",
9674 "serde",
9675 "serde_json",
9676]
9677
9678[[package]]
9679name = "pet-env-var-path"
9680version = "0.1.0"
9681source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9682dependencies = [
9683 "lazy_static",
9684 "log",
9685 "msvc_spectre_libs",
9686 "pet-conda",
9687 "pet-core",
9688 "pet-fs",
9689 "pet-python-utils",
9690 "pet-virtualenv",
9691 "regex",
9692]
9693
9694[[package]]
9695name = "pet-fs"
9696version = "0.1.0"
9697source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9698dependencies = [
9699 "log",
9700 "msvc_spectre_libs",
9701]
9702
9703[[package]]
9704name = "pet-global-virtualenvs"
9705version = "0.1.0"
9706source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9707dependencies = [
9708 "log",
9709 "msvc_spectre_libs",
9710 "pet-conda",
9711 "pet-core",
9712 "pet-fs",
9713 "pet-virtualenv",
9714]
9715
9716[[package]]
9717name = "pet-homebrew"
9718version = "0.1.0"
9719source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9720dependencies = [
9721 "lazy_static",
9722 "log",
9723 "msvc_spectre_libs",
9724 "pet-conda",
9725 "pet-core",
9726 "pet-fs",
9727 "pet-python-utils",
9728 "pet-virtualenv",
9729 "regex",
9730 "serde",
9731 "serde_json",
9732]
9733
9734[[package]]
9735name = "pet-jsonrpc"
9736version = "0.1.0"
9737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9738dependencies = [
9739 "env_logger 0.10.2",
9740 "log",
9741 "msvc_spectre_libs",
9742 "pet-core",
9743 "serde",
9744 "serde_json",
9745]
9746
9747[[package]]
9748name = "pet-linux-global-python"
9749version = "0.1.0"
9750source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9751dependencies = [
9752 "log",
9753 "msvc_spectre_libs",
9754 "pet-core",
9755 "pet-fs",
9756 "pet-python-utils",
9757 "pet-virtualenv",
9758]
9759
9760[[package]]
9761name = "pet-mac-commandlinetools"
9762version = "0.1.0"
9763source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9764dependencies = [
9765 "log",
9766 "msvc_spectre_libs",
9767 "pet-core",
9768 "pet-fs",
9769 "pet-python-utils",
9770 "pet-virtualenv",
9771]
9772
9773[[package]]
9774name = "pet-mac-python-org"
9775version = "0.1.0"
9776source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9777dependencies = [
9778 "log",
9779 "msvc_spectre_libs",
9780 "pet-core",
9781 "pet-fs",
9782 "pet-python-utils",
9783 "pet-virtualenv",
9784]
9785
9786[[package]]
9787name = "pet-mac-xcode"
9788version = "0.1.0"
9789source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9790dependencies = [
9791 "log",
9792 "msvc_spectre_libs",
9793 "pet-core",
9794 "pet-fs",
9795 "pet-python-utils",
9796 "pet-virtualenv",
9797]
9798
9799[[package]]
9800name = "pet-pipenv"
9801version = "0.1.0"
9802source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9803dependencies = [
9804 "log",
9805 "msvc_spectre_libs",
9806 "pet-core",
9807 "pet-fs",
9808 "pet-python-utils",
9809 "pet-virtualenv",
9810]
9811
9812[[package]]
9813name = "pet-pixi"
9814version = "0.1.0"
9815source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9816dependencies = [
9817 "log",
9818 "msvc_spectre_libs",
9819 "pet-conda",
9820 "pet-core",
9821 "pet-python-utils",
9822]
9823
9824[[package]]
9825name = "pet-poetry"
9826version = "0.1.0"
9827source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9828dependencies = [
9829 "base64 0.22.1",
9830 "lazy_static",
9831 "log",
9832 "msvc_spectre_libs",
9833 "pet-core",
9834 "pet-fs",
9835 "pet-python-utils",
9836 "pet-reporter",
9837 "pet-virtualenv",
9838 "regex",
9839 "serde",
9840 "serde_json",
9841 "sha2",
9842 "toml 0.8.20",
9843]
9844
9845[[package]]
9846name = "pet-pyenv"
9847version = "0.1.0"
9848source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9849dependencies = [
9850 "lazy_static",
9851 "log",
9852 "msvc_spectre_libs",
9853 "pet-conda",
9854 "pet-core",
9855 "pet-fs",
9856 "pet-python-utils",
9857 "pet-reporter",
9858 "regex",
9859 "serde",
9860 "serde_json",
9861]
9862
9863[[package]]
9864name = "pet-python-utils"
9865version = "0.1.0"
9866source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9867dependencies = [
9868 "env_logger 0.10.2",
9869 "lazy_static",
9870 "log",
9871 "msvc_spectre_libs",
9872 "pet-core",
9873 "pet-fs",
9874 "regex",
9875 "serde",
9876 "serde_json",
9877 "sha2",
9878]
9879
9880[[package]]
9881name = "pet-reporter"
9882version = "0.1.0"
9883source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9884dependencies = [
9885 "env_logger 0.10.2",
9886 "log",
9887 "msvc_spectre_libs",
9888 "pet-core",
9889 "pet-jsonrpc",
9890 "serde",
9891 "serde_json",
9892]
9893
9894[[package]]
9895name = "pet-telemetry"
9896version = "0.1.0"
9897source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9898dependencies = [
9899 "env_logger 0.10.2",
9900 "lazy_static",
9901 "log",
9902 "msvc_spectre_libs",
9903 "pet-core",
9904 "pet-fs",
9905 "pet-python-utils",
9906 "regex",
9907]
9908
9909[[package]]
9910name = "pet-venv"
9911version = "0.1.0"
9912source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9913dependencies = [
9914 "log",
9915 "msvc_spectre_libs",
9916 "pet-core",
9917 "pet-python-utils",
9918 "pet-virtualenv",
9919]
9920
9921[[package]]
9922name = "pet-virtualenv"
9923version = "0.1.0"
9924source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9925dependencies = [
9926 "log",
9927 "msvc_spectre_libs",
9928 "pet-core",
9929 "pet-fs",
9930 "pet-python-utils",
9931]
9932
9933[[package]]
9934name = "pet-virtualenvwrapper"
9935version = "0.1.0"
9936source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9937dependencies = [
9938 "log",
9939 "msvc_spectre_libs",
9940 "pet-core",
9941 "pet-fs",
9942 "pet-python-utils",
9943 "pet-virtualenv",
9944]
9945
9946[[package]]
9947name = "pet-windows-registry"
9948version = "0.1.0"
9949source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9950dependencies = [
9951 "lazy_static",
9952 "log",
9953 "msvc_spectre_libs",
9954 "pet-conda",
9955 "pet-core",
9956 "pet-fs",
9957 "pet-python-utils",
9958 "pet-virtualenv",
9959 "pet-windows-store",
9960 "regex",
9961 "winreg 0.52.0",
9962]
9963
9964[[package]]
9965name = "pet-windows-store"
9966version = "0.1.0"
9967source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9968dependencies = [
9969 "lazy_static",
9970 "log",
9971 "msvc_spectre_libs",
9972 "pet-core",
9973 "pet-fs",
9974 "pet-python-utils",
9975 "pet-virtualenv",
9976 "regex",
9977 "winreg 0.52.0",
9978]
9979
9980[[package]]
9981name = "petgraph"
9982version = "0.6.5"
9983source = "registry+https://github.com/rust-lang/crates.io-index"
9984checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9985dependencies = [
9986 "fixedbitset",
9987 "indexmap",
9988]
9989
9990[[package]]
9991name = "phf"
9992version = "0.11.2"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9995dependencies = [
9996 "phf_macros",
9997 "phf_shared 0.11.2",
9998]
9999
10000[[package]]
10001name = "phf_codegen"
10002version = "0.11.2"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10005dependencies = [
10006 "phf_generator 0.11.2",
10007 "phf_shared 0.11.2",
10008]
10009
10010[[package]]
10011name = "phf_generator"
10012version = "0.10.0"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10015dependencies = [
10016 "phf_shared 0.10.0",
10017 "rand 0.8.5",
10018]
10019
10020[[package]]
10021name = "phf_generator"
10022version = "0.11.2"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10025dependencies = [
10026 "phf_shared 0.11.2",
10027 "rand 0.8.5",
10028]
10029
10030[[package]]
10031name = "phf_macros"
10032version = "0.11.2"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10035dependencies = [
10036 "phf_generator 0.11.2",
10037 "phf_shared 0.11.2",
10038 "proc-macro2",
10039 "quote",
10040 "syn 2.0.100",
10041]
10042
10043[[package]]
10044name = "phf_shared"
10045version = "0.10.0"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10048dependencies = [
10049 "siphasher 0.3.11",
10050]
10051
10052[[package]]
10053name = "phf_shared"
10054version = "0.11.2"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10057dependencies = [
10058 "siphasher 0.3.11",
10059]
10060
10061[[package]]
10062name = "picker"
10063version = "0.1.0"
10064dependencies = [
10065 "anyhow",
10066 "ctor",
10067 "editor",
10068 "env_logger 0.11.7",
10069 "gpui",
10070 "menu",
10071 "schemars",
10072 "serde",
10073 "serde_json",
10074 "ui",
10075 "util",
10076 "workspace",
10077]
10078
10079[[package]]
10080name = "pico-args"
10081version = "0.5.0"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10084
10085[[package]]
10086name = "pin-project"
10087version = "1.1.7"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10090dependencies = [
10091 "pin-project-internal",
10092]
10093
10094[[package]]
10095name = "pin-project-internal"
10096version = "1.1.7"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10099dependencies = [
10100 "proc-macro2",
10101 "quote",
10102 "syn 2.0.100",
10103]
10104
10105[[package]]
10106name = "pin-project-lite"
10107version = "0.2.16"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10110
10111[[package]]
10112name = "pin-utils"
10113version = "0.1.0"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10116
10117[[package]]
10118name = "piper"
10119version = "0.2.4"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10122dependencies = [
10123 "atomic-waker",
10124 "fastrand 2.3.0",
10125 "futures-io",
10126]
10127
10128[[package]]
10129name = "pkcs1"
10130version = "0.7.5"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10133dependencies = [
10134 "der 0.7.9",
10135 "pkcs8 0.10.2",
10136 "spki 0.7.3",
10137]
10138
10139[[package]]
10140name = "pkcs8"
10141version = "0.9.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10144dependencies = [
10145 "der 0.6.1",
10146 "spki 0.6.0",
10147]
10148
10149[[package]]
10150name = "pkcs8"
10151version = "0.10.2"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10154dependencies = [
10155 "der 0.7.9",
10156 "spki 0.7.3",
10157]
10158
10159[[package]]
10160name = "pkg-config"
10161version = "0.3.31"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10164
10165[[package]]
10166name = "plist"
10167version = "1.7.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10170dependencies = [
10171 "base64 0.22.1",
10172 "indexmap",
10173 "quick-xml 0.32.0",
10174 "serde",
10175 "time",
10176]
10177
10178[[package]]
10179name = "plotters"
10180version = "0.3.7"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10183dependencies = [
10184 "num-traits",
10185 "plotters-backend",
10186 "plotters-svg",
10187 "wasm-bindgen",
10188 "web-sys",
10189]
10190
10191[[package]]
10192name = "plotters-backend"
10193version = "0.3.7"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10196
10197[[package]]
10198name = "plotters-svg"
10199version = "0.3.7"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10202dependencies = [
10203 "plotters-backend",
10204]
10205
10206[[package]]
10207name = "png"
10208version = "0.17.15"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10211dependencies = [
10212 "bitflags 1.3.2",
10213 "crc32fast",
10214 "fdeflate",
10215 "flate2",
10216 "miniz_oxide",
10217]
10218
10219[[package]]
10220name = "polling"
10221version = "3.7.4"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10224dependencies = [
10225 "cfg-if",
10226 "concurrent-queue",
10227 "hermit-abi 0.4.0",
10228 "pin-project-lite",
10229 "rustix",
10230 "tracing",
10231 "windows-sys 0.59.0",
10232]
10233
10234[[package]]
10235name = "pollster"
10236version = "0.2.5"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10239
10240[[package]]
10241name = "portable-atomic"
10242version = "1.11.0"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10245
10246[[package]]
10247name = "portable-atomic-util"
10248version = "0.2.4"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10251dependencies = [
10252 "portable-atomic",
10253]
10254
10255[[package]]
10256name = "postage"
10257version = "0.5.0"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10260dependencies = [
10261 "atomic",
10262 "crossbeam-queue",
10263 "futures 0.3.31",
10264 "log",
10265 "parking_lot",
10266 "pin-project",
10267 "pollster",
10268 "static_assertions",
10269 "thiserror 1.0.69",
10270]
10271
10272[[package]]
10273name = "postcard"
10274version = "1.1.1"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10277dependencies = [
10278 "cobs",
10279 "embedded-io 0.4.0",
10280 "embedded-io 0.6.1",
10281 "serde",
10282]
10283
10284[[package]]
10285name = "powerfmt"
10286version = "0.2.0"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10289
10290[[package]]
10291name = "ppv-lite86"
10292version = "0.2.20"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10295dependencies = [
10296 "zerocopy 0.7.35",
10297]
10298
10299[[package]]
10300name = "precomputed-hash"
10301version = "0.1.1"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10304
10305[[package]]
10306name = "prettier"
10307version = "0.1.0"
10308dependencies = [
10309 "anyhow",
10310 "collections",
10311 "fs",
10312 "gpui",
10313 "language",
10314 "log",
10315 "lsp",
10316 "node_runtime",
10317 "parking_lot",
10318 "paths",
10319 "serde",
10320 "serde_json",
10321 "util",
10322]
10323
10324[[package]]
10325name = "pretty_assertions"
10326version = "1.4.1"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10329dependencies = [
10330 "diff",
10331 "yansi",
10332]
10333
10334[[package]]
10335name = "prettyplease"
10336version = "0.2.25"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10339dependencies = [
10340 "proc-macro2",
10341 "syn 2.0.100",
10342]
10343
10344[[package]]
10345name = "proc-macro-crate"
10346version = "3.2.0"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10349dependencies = [
10350 "toml_edit",
10351]
10352
10353[[package]]
10354name = "proc-macro-error-attr2"
10355version = "2.0.0"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10358dependencies = [
10359 "proc-macro2",
10360 "quote",
10361]
10362
10363[[package]]
10364name = "proc-macro-error2"
10365version = "2.0.1"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10368dependencies = [
10369 "proc-macro-error-attr2",
10370 "proc-macro2",
10371 "quote",
10372 "syn 2.0.100",
10373]
10374
10375[[package]]
10376name = "proc-macro2"
10377version = "1.0.94"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10380dependencies = [
10381 "unicode-ident",
10382]
10383
10384[[package]]
10385name = "proc-macro2-diagnostics"
10386version = "0.10.1"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10389dependencies = [
10390 "proc-macro2",
10391 "quote",
10392 "syn 2.0.100",
10393 "version_check",
10394 "yansi",
10395]
10396
10397[[package]]
10398name = "profiling"
10399version = "1.0.16"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10402dependencies = [
10403 "profiling-procmacros",
10404]
10405
10406[[package]]
10407name = "profiling-procmacros"
10408version = "1.0.16"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10411dependencies = [
10412 "quote",
10413 "syn 2.0.100",
10414]
10415
10416[[package]]
10417name = "project"
10418version = "0.1.0"
10419dependencies = [
10420 "aho-corasick",
10421 "anyhow",
10422 "askpass",
10423 "async-trait",
10424 "buffer_diff",
10425 "client",
10426 "clock",
10427 "collections",
10428 "env_logger 0.11.7",
10429 "extension",
10430 "fancy-regex 0.14.0",
10431 "fs",
10432 "futures 0.3.31",
10433 "fuzzy",
10434 "git",
10435 "git2",
10436 "globset",
10437 "gpui",
10438 "http_client",
10439 "image",
10440 "itertools 0.14.0",
10441 "language",
10442 "log",
10443 "lsp",
10444 "node_runtime",
10445 "parking_lot",
10446 "pathdiff",
10447 "paths",
10448 "postage",
10449 "prettier",
10450 "pretty_assertions",
10451 "rand 0.8.5",
10452 "regex",
10453 "release_channel",
10454 "remote",
10455 "rpc",
10456 "schemars",
10457 "serde",
10458 "serde_json",
10459 "settings",
10460 "sha2",
10461 "shellexpand 2.1.2",
10462 "shlex",
10463 "smol",
10464 "snippet",
10465 "snippet_provider",
10466 "task",
10467 "tempfile",
10468 "terminal",
10469 "text",
10470 "toml 0.8.20",
10471 "unindent",
10472 "url",
10473 "util",
10474 "which 6.0.3",
10475 "worktree",
10476]
10477
10478[[package]]
10479name = "project_panel"
10480version = "0.1.0"
10481dependencies = [
10482 "anyhow",
10483 "client",
10484 "collections",
10485 "command_palette_hooks",
10486 "db",
10487 "editor",
10488 "file_icons",
10489 "git",
10490 "gpui",
10491 "indexmap",
10492 "language",
10493 "menu",
10494 "pretty_assertions",
10495 "project",
10496 "schemars",
10497 "search",
10498 "serde",
10499 "serde_derive",
10500 "serde_json",
10501 "settings",
10502 "smallvec",
10503 "theme",
10504 "ui",
10505 "util",
10506 "workspace",
10507 "worktree",
10508 "zed_actions",
10509]
10510
10511[[package]]
10512name = "project_symbols"
10513version = "0.1.0"
10514dependencies = [
10515 "anyhow",
10516 "editor",
10517 "futures 0.3.31",
10518 "fuzzy",
10519 "gpui",
10520 "language",
10521 "lsp",
10522 "ordered-float 2.10.1",
10523 "picker",
10524 "project",
10525 "release_channel",
10526 "serde_json",
10527 "settings",
10528 "theme",
10529 "util",
10530 "workspace",
10531]
10532
10533[[package]]
10534name = "prometheus"
10535version = "0.13.4"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10538dependencies = [
10539 "cfg-if",
10540 "fnv",
10541 "lazy_static",
10542 "memchr",
10543 "parking_lot",
10544 "protobuf",
10545 "thiserror 1.0.69",
10546]
10547
10548[[package]]
10549name = "prompt_library"
10550version = "0.1.0"
10551dependencies = [
10552 "anyhow",
10553 "collections",
10554 "editor",
10555 "gpui",
10556 "language",
10557 "language_model",
10558 "log",
10559 "menu",
10560 "picker",
10561 "prompt_store",
10562 "release_channel",
10563 "rope",
10564 "serde",
10565 "settings",
10566 "theme",
10567 "ui",
10568 "util",
10569 "workspace",
10570 "zed_actions",
10571]
10572
10573[[package]]
10574name = "prompt_store"
10575version = "0.1.0"
10576dependencies = [
10577 "anyhow",
10578 "assets",
10579 "chrono",
10580 "collections",
10581 "fs",
10582 "futures 0.3.31",
10583 "fuzzy",
10584 "gpui",
10585 "handlebars 4.5.0",
10586 "heed",
10587 "language",
10588 "log",
10589 "parking_lot",
10590 "paths",
10591 "rope",
10592 "serde",
10593 "text",
10594 "util",
10595 "uuid",
10596]
10597
10598[[package]]
10599name = "prost"
10600version = "0.9.0"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10603dependencies = [
10604 "bytes 1.10.1",
10605 "prost-derive 0.9.0",
10606]
10607
10608[[package]]
10609name = "prost"
10610version = "0.12.6"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10613dependencies = [
10614 "bytes 1.10.1",
10615 "prost-derive 0.12.6",
10616]
10617
10618[[package]]
10619name = "prost-build"
10620version = "0.9.0"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10623dependencies = [
10624 "bytes 1.10.1",
10625 "heck 0.3.3",
10626 "itertools 0.10.5",
10627 "lazy_static",
10628 "log",
10629 "multimap 0.8.3",
10630 "petgraph",
10631 "prost 0.9.0",
10632 "prost-types 0.9.0",
10633 "regex",
10634 "tempfile",
10635 "which 4.4.2",
10636]
10637
10638[[package]]
10639name = "prost-build"
10640version = "0.12.6"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10643dependencies = [
10644 "bytes 1.10.1",
10645 "heck 0.5.0",
10646 "itertools 0.12.1",
10647 "log",
10648 "multimap 0.10.0",
10649 "once_cell",
10650 "petgraph",
10651 "prettyplease",
10652 "prost 0.12.6",
10653 "prost-types 0.12.6",
10654 "regex",
10655 "syn 2.0.100",
10656 "tempfile",
10657]
10658
10659[[package]]
10660name = "prost-derive"
10661version = "0.9.0"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10664dependencies = [
10665 "anyhow",
10666 "itertools 0.10.5",
10667 "proc-macro2",
10668 "quote",
10669 "syn 1.0.109",
10670]
10671
10672[[package]]
10673name = "prost-derive"
10674version = "0.12.6"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10677dependencies = [
10678 "anyhow",
10679 "itertools 0.12.1",
10680 "proc-macro2",
10681 "quote",
10682 "syn 2.0.100",
10683]
10684
10685[[package]]
10686name = "prost-types"
10687version = "0.9.0"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10690dependencies = [
10691 "bytes 1.10.1",
10692 "prost 0.9.0",
10693]
10694
10695[[package]]
10696name = "prost-types"
10697version = "0.12.6"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10700dependencies = [
10701 "prost 0.12.6",
10702]
10703
10704[[package]]
10705name = "proto"
10706version = "0.1.0"
10707dependencies = [
10708 "anyhow",
10709 "collections",
10710 "prost 0.9.0",
10711 "prost-build 0.9.0",
10712 "serde",
10713]
10714
10715[[package]]
10716name = "protobuf"
10717version = "2.28.0"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10720
10721[[package]]
10722name = "psm"
10723version = "0.1.24"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10726dependencies = [
10727 "cc",
10728]
10729
10730[[package]]
10731name = "ptr_meta"
10732version = "0.1.4"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10735dependencies = [
10736 "ptr_meta_derive",
10737]
10738
10739[[package]]
10740name = "ptr_meta_derive"
10741version = "0.1.4"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10744dependencies = [
10745 "proc-macro2",
10746 "quote",
10747 "syn 1.0.109",
10748]
10749
10750[[package]]
10751name = "pulldown-cmark"
10752version = "0.10.3"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10755dependencies = [
10756 "bitflags 2.8.0",
10757 "memchr",
10758 "pulldown-cmark-escape",
10759 "unicase",
10760]
10761
10762[[package]]
10763name = "pulldown-cmark"
10764version = "0.12.2"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10767dependencies = [
10768 "bitflags 2.8.0",
10769 "memchr",
10770 "unicase",
10771]
10772
10773[[package]]
10774name = "pulldown-cmark-escape"
10775version = "0.10.1"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10778
10779[[package]]
10780name = "pulley-interpreter"
10781version = "29.0.1"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10784dependencies = [
10785 "cranelift-bitset",
10786 "log",
10787 "sptr",
10788 "wasmtime-math",
10789]
10790
10791[[package]]
10792name = "qoi"
10793version = "0.4.1"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10796dependencies = [
10797 "bytemuck",
10798]
10799
10800[[package]]
10801name = "quick-error"
10802version = "2.0.1"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10805
10806[[package]]
10807name = "quick-xml"
10808version = "0.32.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10811dependencies = [
10812 "memchr",
10813]
10814
10815[[package]]
10816name = "quick-xml"
10817version = "0.37.2"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10820dependencies = [
10821 "memchr",
10822]
10823
10824[[package]]
10825name = "quinn"
10826version = "0.11.6"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10829dependencies = [
10830 "bytes 1.10.1",
10831 "pin-project-lite",
10832 "quinn-proto",
10833 "quinn-udp",
10834 "rustc-hash 2.1.1",
10835 "rustls 0.23.23",
10836 "socket2",
10837 "thiserror 2.0.6",
10838 "tokio",
10839 "tracing",
10840]
10841
10842[[package]]
10843name = "quinn-proto"
10844version = "0.11.9"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10847dependencies = [
10848 "bytes 1.10.1",
10849 "getrandom 0.2.15",
10850 "rand 0.8.5",
10851 "ring",
10852 "rustc-hash 2.1.1",
10853 "rustls 0.23.23",
10854 "rustls-pki-types",
10855 "slab",
10856 "thiserror 2.0.6",
10857 "tinyvec",
10858 "tracing",
10859 "web-time",
10860]
10861
10862[[package]]
10863name = "quinn-udp"
10864version = "0.5.9"
10865source = "registry+https://github.com/rust-lang/crates.io-index"
10866checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10867dependencies = [
10868 "cfg_aliases 0.2.1",
10869 "libc",
10870 "once_cell",
10871 "socket2",
10872 "tracing",
10873 "windows-sys 0.59.0",
10874]
10875
10876[[package]]
10877name = "quote"
10878version = "1.0.40"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10881dependencies = [
10882 "proc-macro2",
10883]
10884
10885[[package]]
10886name = "radium"
10887version = "0.7.0"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10890
10891[[package]]
10892name = "rand"
10893version = "0.7.3"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10896dependencies = [
10897 "getrandom 0.1.16",
10898 "libc",
10899 "rand_chacha 0.2.2",
10900 "rand_core 0.5.1",
10901 "rand_hc",
10902]
10903
10904[[package]]
10905name = "rand"
10906version = "0.8.5"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10909dependencies = [
10910 "libc",
10911 "rand_chacha 0.3.1",
10912 "rand_core 0.6.4",
10913]
10914
10915[[package]]
10916name = "rand"
10917version = "0.9.0"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10920dependencies = [
10921 "rand_chacha 0.9.0",
10922 "rand_core 0.9.0",
10923 "zerocopy 0.8.18",
10924]
10925
10926[[package]]
10927name = "rand_chacha"
10928version = "0.2.2"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10931dependencies = [
10932 "ppv-lite86",
10933 "rand_core 0.5.1",
10934]
10935
10936[[package]]
10937name = "rand_chacha"
10938version = "0.3.1"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10941dependencies = [
10942 "ppv-lite86",
10943 "rand_core 0.6.4",
10944]
10945
10946[[package]]
10947name = "rand_chacha"
10948version = "0.9.0"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10951dependencies = [
10952 "ppv-lite86",
10953 "rand_core 0.9.0",
10954]
10955
10956[[package]]
10957name = "rand_core"
10958version = "0.5.1"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10961dependencies = [
10962 "getrandom 0.1.16",
10963]
10964
10965[[package]]
10966name = "rand_core"
10967version = "0.6.4"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10970dependencies = [
10971 "getrandom 0.2.15",
10972]
10973
10974[[package]]
10975name = "rand_core"
10976version = "0.9.0"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10979dependencies = [
10980 "getrandom 0.3.1",
10981 "zerocopy 0.8.18",
10982]
10983
10984[[package]]
10985name = "rand_hc"
10986version = "0.2.0"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10989dependencies = [
10990 "rand_core 0.5.1",
10991]
10992
10993[[package]]
10994name = "rangemap"
10995version = "1.5.1"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10998
10999[[package]]
11000name = "rav1e"
11001version = "0.7.1"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11004dependencies = [
11005 "arbitrary",
11006 "arg_enum_proc_macro",
11007 "arrayvec",
11008 "av1-grain",
11009 "bitstream-io",
11010 "built",
11011 "cfg-if",
11012 "interpolate_name",
11013 "itertools 0.12.1",
11014 "libc",
11015 "libfuzzer-sys",
11016 "log",
11017 "maybe-rayon",
11018 "new_debug_unreachable",
11019 "noop_proc_macro",
11020 "num-derive",
11021 "num-traits",
11022 "once_cell",
11023 "paste",
11024 "profiling",
11025 "rand 0.8.5",
11026 "rand_chacha 0.3.1",
11027 "simd_helpers",
11028 "system-deps",
11029 "thiserror 1.0.69",
11030 "v_frame",
11031 "wasm-bindgen",
11032]
11033
11034[[package]]
11035name = "ravif"
11036version = "0.11.11"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11039dependencies = [
11040 "avif-serialize",
11041 "imgref",
11042 "loop9",
11043 "quick-error",
11044 "rav1e",
11045 "rayon",
11046 "rgb",
11047]
11048
11049[[package]]
11050name = "raw-window-handle"
11051version = "0.6.2"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11054
11055[[package]]
11056name = "raw-window-metal"
11057version = "0.4.0"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11060dependencies = [
11061 "cocoa 0.25.0",
11062 "core-graphics 0.23.2",
11063 "objc",
11064 "raw-window-handle",
11065]
11066
11067[[package]]
11068name = "rayon"
11069version = "1.10.0"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11072dependencies = [
11073 "either",
11074 "rayon-core",
11075]
11076
11077[[package]]
11078name = "rayon-core"
11079version = "1.12.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11082dependencies = [
11083 "crossbeam-deque",
11084 "crossbeam-utils",
11085]
11086
11087[[package]]
11088name = "read-fonts"
11089version = "0.22.5"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11092dependencies = [
11093 "bytemuck",
11094 "font-types",
11095]
11096
11097[[package]]
11098name = "recent_projects"
11099version = "0.1.0"
11100dependencies = [
11101 "anyhow",
11102 "auto_update",
11103 "editor",
11104 "extension_host",
11105 "file_finder",
11106 "futures 0.3.31",
11107 "fuzzy",
11108 "gpui",
11109 "language",
11110 "log",
11111 "markdown",
11112 "menu",
11113 "ordered-float 2.10.1",
11114 "paths",
11115 "picker",
11116 "project",
11117 "release_channel",
11118 "remote",
11119 "schemars",
11120 "serde",
11121 "serde_json",
11122 "settings",
11123 "smol",
11124 "task",
11125 "telemetry",
11126 "theme",
11127 "ui",
11128 "util",
11129 "workspace",
11130 "zed_actions",
11131]
11132
11133[[package]]
11134name = "redox_syscall"
11135version = "0.2.16"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11138dependencies = [
11139 "bitflags 1.3.2",
11140]
11141
11142[[package]]
11143name = "redox_syscall"
11144version = "0.5.8"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11147dependencies = [
11148 "bitflags 2.8.0",
11149]
11150
11151[[package]]
11152name = "redox_users"
11153version = "0.4.6"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11156dependencies = [
11157 "getrandom 0.2.15",
11158 "libredox",
11159 "thiserror 1.0.69",
11160]
11161
11162[[package]]
11163name = "refineable"
11164version = "0.1.0"
11165dependencies = [
11166 "derive_refineable",
11167]
11168
11169[[package]]
11170name = "regalloc2"
11171version = "0.11.1"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11174dependencies = [
11175 "allocator-api2",
11176 "bumpalo",
11177 "hashbrown 0.15.2",
11178 "log",
11179 "rustc-hash 2.1.1",
11180 "smallvec",
11181]
11182
11183[[package]]
11184name = "regex"
11185version = "1.11.1"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11188dependencies = [
11189 "aho-corasick",
11190 "memchr",
11191 "regex-automata 0.4.9",
11192 "regex-syntax 0.8.5",
11193]
11194
11195[[package]]
11196name = "regex-automata"
11197version = "0.1.10"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11200dependencies = [
11201 "regex-syntax 0.6.29",
11202]
11203
11204[[package]]
11205name = "regex-automata"
11206version = "0.4.9"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11209dependencies = [
11210 "aho-corasick",
11211 "memchr",
11212 "regex-syntax 0.8.5",
11213]
11214
11215[[package]]
11216name = "regex-lite"
11217version = "0.1.6"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11220
11221[[package]]
11222name = "regex-syntax"
11223version = "0.6.29"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11226
11227[[package]]
11228name = "regex-syntax"
11229version = "0.8.5"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11232
11233[[package]]
11234name = "release_channel"
11235version = "0.1.0"
11236dependencies = [
11237 "gpui",
11238]
11239
11240[[package]]
11241name = "remote"
11242version = "0.1.0"
11243dependencies = [
11244 "anyhow",
11245 "askpass",
11246 "async-trait",
11247 "collections",
11248 "fs",
11249 "futures 0.3.31",
11250 "gpui",
11251 "itertools 0.14.0",
11252 "log",
11253 "parking_lot",
11254 "paths",
11255 "prost 0.9.0",
11256 "release_channel",
11257 "rpc",
11258 "schemars",
11259 "serde",
11260 "serde_json",
11261 "shlex",
11262 "smol",
11263 "tempfile",
11264 "thiserror 1.0.69",
11265 "urlencoding",
11266 "util",
11267]
11268
11269[[package]]
11270name = "remote_server"
11271version = "0.1.0"
11272dependencies = [
11273 "anyhow",
11274 "async-watch",
11275 "backtrace",
11276 "cargo_toml",
11277 "chrono",
11278 "clap",
11279 "client",
11280 "clock",
11281 "env_logger 0.11.7",
11282 "extension",
11283 "extension_host",
11284 "fork",
11285 "fs",
11286 "futures 0.3.31",
11287 "git",
11288 "git_hosting_providers",
11289 "gpui",
11290 "gpui_tokio",
11291 "http_client",
11292 "language",
11293 "language_extension",
11294 "languages",
11295 "libc",
11296 "log",
11297 "lsp",
11298 "node_runtime",
11299 "paths",
11300 "project",
11301 "proto",
11302 "release_channel",
11303 "remote",
11304 "reqwest_client",
11305 "rpc",
11306 "rust-embed",
11307 "serde",
11308 "serde_json",
11309 "settings",
11310 "shellexpand 2.1.2",
11311 "smol",
11312 "sysinfo",
11313 "telemetry_events",
11314 "toml 0.8.20",
11315 "unindent",
11316 "util",
11317 "worktree",
11318]
11319
11320[[package]]
11321name = "rend"
11322version = "0.4.2"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11325dependencies = [
11326 "bytecheck",
11327]
11328
11329[[package]]
11330name = "repl"
11331version = "0.1.0"
11332dependencies = [
11333 "alacritty_terminal",
11334 "anyhow",
11335 "async-dispatcher",
11336 "async-tungstenite",
11337 "base64 0.22.1",
11338 "client",
11339 "collections",
11340 "command_palette_hooks",
11341 "editor",
11342 "env_logger 0.11.7",
11343 "feature_flags",
11344 "file_icons",
11345 "futures 0.3.31",
11346 "gpui",
11347 "http_client",
11348 "image",
11349 "indoc",
11350 "jupyter-protocol",
11351 "jupyter-websocket-client",
11352 "language",
11353 "languages",
11354 "log",
11355 "markdown_preview",
11356 "menu",
11357 "multi_buffer",
11358 "nbformat",
11359 "picker",
11360 "project",
11361 "runtimelib",
11362 "schemars",
11363 "serde",
11364 "serde_json",
11365 "settings",
11366 "smol",
11367 "telemetry",
11368 "terminal",
11369 "terminal_view",
11370 "theme",
11371 "tree-sitter-md",
11372 "tree-sitter-python",
11373 "tree-sitter-typescript",
11374 "ui",
11375 "util",
11376 "uuid",
11377 "workspace",
11378]
11379
11380[[package]]
11381name = "reqwest"
11382version = "0.11.27"
11383source = "registry+https://github.com/rust-lang/crates.io-index"
11384checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11385dependencies = [
11386 "base64 0.21.7",
11387 "bytes 1.10.1",
11388 "encoding_rs",
11389 "futures-core",
11390 "futures-util",
11391 "h2 0.3.26",
11392 "http 0.2.12",
11393 "http-body 0.4.6",
11394 "hyper 0.14.32",
11395 "hyper-rustls 0.24.2",
11396 "hyper-tls",
11397 "ipnet",
11398 "js-sys",
11399 "log",
11400 "mime",
11401 "native-tls",
11402 "once_cell",
11403 "percent-encoding",
11404 "pin-project-lite",
11405 "rustls 0.21.12",
11406 "rustls-native-certs 0.6.3",
11407 "rustls-pemfile 1.0.4",
11408 "serde",
11409 "serde_json",
11410 "serde_urlencoded",
11411 "sync_wrapper 0.1.2",
11412 "system-configuration 0.5.1",
11413 "tokio",
11414 "tokio-native-tls",
11415 "tokio-rustls 0.24.1",
11416 "tower-service",
11417 "url",
11418 "wasm-bindgen",
11419 "wasm-bindgen-futures",
11420 "web-sys",
11421 "winreg 0.50.0",
11422]
11423
11424[[package]]
11425name = "reqwest"
11426version = "0.12.8"
11427source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11428dependencies = [
11429 "base64 0.22.1",
11430 "bytes 1.10.1",
11431 "encoding_rs",
11432 "futures-core",
11433 "futures-util",
11434 "h2 0.4.7",
11435 "http 1.2.0",
11436 "http-body 1.0.1",
11437 "http-body-util",
11438 "hyper 1.5.1",
11439 "hyper-rustls 0.27.3",
11440 "hyper-util",
11441 "ipnet",
11442 "js-sys",
11443 "log",
11444 "mime",
11445 "once_cell",
11446 "percent-encoding",
11447 "pin-project-lite",
11448 "quinn",
11449 "rustls 0.23.23",
11450 "rustls-native-certs 0.8.1",
11451 "rustls-pemfile 2.2.0",
11452 "rustls-pki-types",
11453 "serde",
11454 "serde_json",
11455 "serde_urlencoded",
11456 "sync_wrapper 1.0.2",
11457 "system-configuration 0.6.1",
11458 "tokio",
11459 "tokio-rustls 0.26.1",
11460 "tokio-socks",
11461 "tokio-util",
11462 "tower-service",
11463 "url",
11464 "wasm-bindgen",
11465 "wasm-bindgen-futures",
11466 "wasm-streams",
11467 "web-sys",
11468 "windows-registry",
11469]
11470
11471[[package]]
11472name = "reqwest_client"
11473version = "0.1.0"
11474dependencies = [
11475 "anyhow",
11476 "bytes 1.10.1",
11477 "futures 0.3.31",
11478 "gpui",
11479 "http_client",
11480 "http_client_tls",
11481 "log",
11482 "regex",
11483 "reqwest 0.12.8",
11484 "serde",
11485 "smol",
11486 "tokio",
11487]
11488
11489[[package]]
11490name = "resvg"
11491version = "0.45.0"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11494dependencies = [
11495 "log",
11496 "pico-args",
11497 "rgb",
11498 "svgtypes",
11499 "tiny-skia",
11500 "usvg",
11501]
11502
11503[[package]]
11504name = "rfc6979"
11505version = "0.3.1"
11506source = "registry+https://github.com/rust-lang/crates.io-index"
11507checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11508dependencies = [
11509 "crypto-bigint 0.4.9",
11510 "hmac",
11511 "zeroize",
11512]
11513
11514[[package]]
11515name = "rgb"
11516version = "0.8.50"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11519dependencies = [
11520 "bytemuck",
11521]
11522
11523[[package]]
11524name = "rich_text"
11525version = "0.1.0"
11526dependencies = [
11527 "futures 0.3.31",
11528 "gpui",
11529 "language",
11530 "linkify",
11531 "pulldown-cmark 0.12.2",
11532 "theme",
11533 "ui",
11534 "util",
11535]
11536
11537[[package]]
11538name = "ring"
11539version = "0.17.8"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11542dependencies = [
11543 "cc",
11544 "cfg-if",
11545 "getrandom 0.2.15",
11546 "libc",
11547 "spin",
11548 "untrusted",
11549 "windows-sys 0.52.0",
11550]
11551
11552[[package]]
11553name = "rkyv"
11554version = "0.7.45"
11555source = "registry+https://github.com/rust-lang/crates.io-index"
11556checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11557dependencies = [
11558 "bitvec",
11559 "bytecheck",
11560 "bytes 1.10.1",
11561 "hashbrown 0.12.3",
11562 "ptr_meta",
11563 "rend",
11564 "rkyv_derive",
11565 "seahash",
11566 "tinyvec",
11567 "uuid",
11568]
11569
11570[[package]]
11571name = "rkyv_derive"
11572version = "0.7.45"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11575dependencies = [
11576 "proc-macro2",
11577 "quote",
11578 "syn 1.0.109",
11579]
11580
11581[[package]]
11582name = "rmp"
11583version = "0.8.14"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11586dependencies = [
11587 "byteorder",
11588 "num-traits",
11589 "paste",
11590]
11591
11592[[package]]
11593name = "rmpv"
11594version = "1.3.0"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11597dependencies = [
11598 "num-traits",
11599 "rmp",
11600]
11601
11602[[package]]
11603name = "rodio"
11604version = "0.20.1"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11607dependencies = [
11608 "cpal",
11609 "hound",
11610]
11611
11612[[package]]
11613name = "rope"
11614version = "0.1.0"
11615dependencies = [
11616 "arrayvec",
11617 "criterion",
11618 "ctor",
11619 "env_logger 0.11.7",
11620 "gpui",
11621 "log",
11622 "rand 0.8.5",
11623 "rayon",
11624 "smallvec",
11625 "sum_tree",
11626 "unicode-segmentation",
11627 "util",
11628]
11629
11630[[package]]
11631name = "roxmltree"
11632version = "0.20.0"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11635
11636[[package]]
11637name = "rpc"
11638version = "0.1.0"
11639dependencies = [
11640 "anyhow",
11641 "async-tungstenite",
11642 "base64 0.22.1",
11643 "chrono",
11644 "collections",
11645 "env_logger 0.11.7",
11646 "futures 0.3.31",
11647 "gpui",
11648 "parking_lot",
11649 "proto",
11650 "rand 0.8.5",
11651 "rsa",
11652 "serde",
11653 "serde_json",
11654 "sha2",
11655 "strum",
11656 "tracing",
11657 "util",
11658 "zstd",
11659]
11660
11661[[package]]
11662name = "rsa"
11663version = "0.9.8"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11666dependencies = [
11667 "const-oid",
11668 "digest",
11669 "num-bigint-dig",
11670 "num-integer",
11671 "num-traits",
11672 "pkcs1",
11673 "pkcs8 0.10.2",
11674 "rand_core 0.6.4",
11675 "signature 2.2.0",
11676 "spki 0.7.3",
11677 "subtle",
11678 "zeroize",
11679]
11680
11681[[package]]
11682name = "runtimelib"
11683version = "0.25.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11686dependencies = [
11687 "anyhow",
11688 "async-dispatcher",
11689 "async-std",
11690 "base64 0.22.1",
11691 "bytes 1.10.1",
11692 "chrono",
11693 "data-encoding",
11694 "dirs 5.0.1",
11695 "futures 0.3.31",
11696 "glob",
11697 "jupyter-protocol",
11698 "ring",
11699 "serde",
11700 "serde_json",
11701 "shellexpand 3.1.0",
11702 "smol",
11703 "uuid",
11704 "zeromq",
11705]
11706
11707[[package]]
11708name = "rust-embed"
11709version = "8.5.0"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11712dependencies = [
11713 "rust-embed-impl",
11714 "rust-embed-utils",
11715 "walkdir",
11716]
11717
11718[[package]]
11719name = "rust-embed-impl"
11720version = "8.5.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11723dependencies = [
11724 "proc-macro2",
11725 "quote",
11726 "rust-embed-utils",
11727 "syn 2.0.100",
11728 "walkdir",
11729]
11730
11731[[package]]
11732name = "rust-embed-utils"
11733version = "8.5.0"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11736dependencies = [
11737 "globset",
11738 "sha2",
11739 "walkdir",
11740]
11741
11742[[package]]
11743name = "rust_decimal"
11744version = "1.36.0"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11747dependencies = [
11748 "arrayvec",
11749 "borsh",
11750 "bytes 1.10.1",
11751 "num-traits",
11752 "rand 0.8.5",
11753 "rkyv",
11754 "serde",
11755 "serde_json",
11756]
11757
11758[[package]]
11759name = "rustc-demangle"
11760version = "0.1.24"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11763
11764[[package]]
11765name = "rustc-hash"
11766version = "1.1.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11769
11770[[package]]
11771name = "rustc-hash"
11772version = "2.1.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11775
11776[[package]]
11777name = "rustc_version"
11778version = "0.4.1"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11781dependencies = [
11782 "semver",
11783]
11784
11785[[package]]
11786name = "rustix"
11787version = "0.38.42"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11790dependencies = [
11791 "bitflags 2.8.0",
11792 "errno 0.3.10",
11793 "itoa",
11794 "libc",
11795 "linux-raw-sys",
11796 "once_cell",
11797 "windows-sys 0.59.0",
11798]
11799
11800[[package]]
11801name = "rustix-openpty"
11802version = "0.1.1"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11805dependencies = [
11806 "errno 0.3.10",
11807 "libc",
11808 "rustix",
11809]
11810
11811[[package]]
11812name = "rustls"
11813version = "0.21.12"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11816dependencies = [
11817 "log",
11818 "ring",
11819 "rustls-webpki 0.101.7",
11820 "sct",
11821]
11822
11823[[package]]
11824name = "rustls"
11825version = "0.23.23"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11828dependencies = [
11829 "aws-lc-rs",
11830 "log",
11831 "once_cell",
11832 "ring",
11833 "rustls-pki-types",
11834 "rustls-webpki 0.102.8",
11835 "subtle",
11836 "zeroize",
11837]
11838
11839[[package]]
11840name = "rustls-native-certs"
11841version = "0.6.3"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11844dependencies = [
11845 "openssl-probe",
11846 "rustls-pemfile 1.0.4",
11847 "schannel",
11848 "security-framework 2.11.1",
11849]
11850
11851[[package]]
11852name = "rustls-native-certs"
11853version = "0.8.1"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11856dependencies = [
11857 "openssl-probe",
11858 "rustls-pki-types",
11859 "schannel",
11860 "security-framework 3.0.1",
11861]
11862
11863[[package]]
11864name = "rustls-pemfile"
11865version = "1.0.4"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11868dependencies = [
11869 "base64 0.21.7",
11870]
11871
11872[[package]]
11873name = "rustls-pemfile"
11874version = "2.2.0"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11877dependencies = [
11878 "rustls-pki-types",
11879]
11880
11881[[package]]
11882name = "rustls-pki-types"
11883version = "1.10.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11886dependencies = [
11887 "web-time",
11888]
11889
11890[[package]]
11891name = "rustls-platform-verifier"
11892version = "0.5.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11895dependencies = [
11896 "core-foundation 0.10.0",
11897 "core-foundation-sys",
11898 "jni",
11899 "log",
11900 "once_cell",
11901 "rustls 0.23.23",
11902 "rustls-native-certs 0.8.1",
11903 "rustls-platform-verifier-android",
11904 "rustls-webpki 0.102.8",
11905 "security-framework 3.0.1",
11906 "security-framework-sys",
11907 "webpki-root-certs",
11908 "windows-sys 0.52.0",
11909]
11910
11911[[package]]
11912name = "rustls-platform-verifier-android"
11913version = "0.1.1"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11916
11917[[package]]
11918name = "rustls-webpki"
11919version = "0.101.7"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11922dependencies = [
11923 "ring",
11924 "untrusted",
11925]
11926
11927[[package]]
11928name = "rustls-webpki"
11929version = "0.102.8"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11932dependencies = [
11933 "aws-lc-rs",
11934 "ring",
11935 "rustls-pki-types",
11936 "untrusted",
11937]
11938
11939[[package]]
11940name = "rustversion"
11941version = "1.0.18"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11944
11945[[package]]
11946name = "rustybuzz"
11947version = "0.14.1"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11950dependencies = [
11951 "bitflags 2.8.0",
11952 "bytemuck",
11953 "libm",
11954 "smallvec",
11955 "ttf-parser 0.21.1",
11956 "unicode-bidi-mirroring 0.2.0",
11957 "unicode-ccc 0.2.0",
11958 "unicode-properties",
11959 "unicode-script",
11960]
11961
11962[[package]]
11963name = "rustybuzz"
11964version = "0.20.1"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11967dependencies = [
11968 "bitflags 2.8.0",
11969 "bytemuck",
11970 "core_maths",
11971 "log",
11972 "smallvec",
11973 "ttf-parser 0.25.1",
11974 "unicode-bidi-mirroring 0.4.0",
11975 "unicode-ccc 0.4.0",
11976 "unicode-properties",
11977 "unicode-script",
11978]
11979
11980[[package]]
11981name = "ryu"
11982version = "1.0.18"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11985
11986[[package]]
11987name = "salsa20"
11988version = "0.10.2"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11991dependencies = [
11992 "cipher",
11993]
11994
11995[[package]]
11996name = "same-file"
11997version = "1.0.6"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12000dependencies = [
12001 "winapi-util",
12002]
12003
12004[[package]]
12005name = "schannel"
12006version = "0.1.27"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12009dependencies = [
12010 "windows-sys 0.59.0",
12011]
12012
12013[[package]]
12014name = "schema_generator"
12015version = "0.1.0"
12016dependencies = [
12017 "anyhow",
12018 "clap",
12019 "env_logger 0.11.7",
12020 "schemars",
12021 "serde",
12022 "serde_json",
12023 "theme",
12024]
12025
12026[[package]]
12027name = "schemars"
12028version = "0.8.22"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12031dependencies = [
12032 "dyn-clone",
12033 "indexmap",
12034 "schemars_derive",
12035 "serde",
12036 "serde_json",
12037]
12038
12039[[package]]
12040name = "schemars_derive"
12041version = "0.8.22"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12044dependencies = [
12045 "proc-macro2",
12046 "quote",
12047 "serde_derive_internals",
12048 "syn 2.0.100",
12049]
12050
12051[[package]]
12052name = "scoped-tls"
12053version = "1.0.1"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12056
12057[[package]]
12058name = "scopeguard"
12059version = "1.2.0"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12062
12063[[package]]
12064name = "scratch"
12065version = "1.0.7"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12068
12069[[package]]
12070name = "scripting_tool"
12071version = "0.1.0"
12072dependencies = [
12073 "anyhow",
12074 "buffer_diff",
12075 "clock",
12076 "collections",
12077 "futures 0.3.31",
12078 "gpui",
12079 "language",
12080 "log",
12081 "mlua",
12082 "parking_lot",
12083 "project",
12084 "rand 0.8.5",
12085 "regex",
12086 "schemars",
12087 "serde",
12088 "serde_json",
12089 "settings",
12090 "util",
12091]
12092
12093[[package]]
12094name = "scrypt"
12095version = "0.11.0"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12098dependencies = [
12099 "password-hash 0.5.0",
12100 "pbkdf2 0.12.2",
12101 "salsa20",
12102 "sha2",
12103]
12104
12105[[package]]
12106name = "sct"
12107version = "0.7.1"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12110dependencies = [
12111 "ring",
12112 "untrusted",
12113]
12114
12115[[package]]
12116name = "sea-bae"
12117version = "0.2.1"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12120dependencies = [
12121 "heck 0.4.1",
12122 "proc-macro-error2",
12123 "proc-macro2",
12124 "quote",
12125 "syn 2.0.100",
12126]
12127
12128[[package]]
12129name = "sea-orm"
12130version = "1.1.5"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12133dependencies = [
12134 "async-stream",
12135 "async-trait",
12136 "bigdecimal",
12137 "chrono",
12138 "futures 0.3.31",
12139 "log",
12140 "ouroboros",
12141 "rust_decimal",
12142 "sea-orm-macros",
12143 "sea-query",
12144 "sea-query-binder",
12145 "serde",
12146 "serde_json",
12147 "sqlx",
12148 "strum",
12149 "thiserror 1.0.69",
12150 "time",
12151 "tracing",
12152 "url",
12153 "uuid",
12154]
12155
12156[[package]]
12157name = "sea-orm-macros"
12158version = "1.1.5"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12161dependencies = [
12162 "heck 0.4.1",
12163 "proc-macro2",
12164 "quote",
12165 "sea-bae",
12166 "syn 2.0.100",
12167 "unicode-ident",
12168]
12169
12170[[package]]
12171name = "sea-query"
12172version = "0.32.1"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12175dependencies = [
12176 "bigdecimal",
12177 "chrono",
12178 "inherent",
12179 "ordered-float 3.9.2",
12180 "rust_decimal",
12181 "serde_json",
12182 "time",
12183 "uuid",
12184]
12185
12186[[package]]
12187name = "sea-query-binder"
12188version = "0.7.0"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12191dependencies = [
12192 "bigdecimal",
12193 "chrono",
12194 "rust_decimal",
12195 "sea-query",
12196 "serde_json",
12197 "sqlx",
12198 "time",
12199 "uuid",
12200]
12201
12202[[package]]
12203name = "seahash"
12204version = "4.1.0"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12207
12208[[package]]
12209name = "search"
12210version = "0.1.0"
12211dependencies = [
12212 "any_vec",
12213 "anyhow",
12214 "bitflags 2.8.0",
12215 "client",
12216 "collections",
12217 "editor",
12218 "futures 0.3.31",
12219 "gpui",
12220 "language",
12221 "menu",
12222 "project",
12223 "schemars",
12224 "serde",
12225 "serde_json",
12226 "settings",
12227 "smol",
12228 "theme",
12229 "ui",
12230 "unindent",
12231 "util",
12232 "workspace",
12233 "zed_actions",
12234]
12235
12236[[package]]
12237name = "sec1"
12238version = "0.3.0"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12241dependencies = [
12242 "base16ct",
12243 "der 0.6.1",
12244 "generic-array",
12245 "pkcs8 0.9.0",
12246 "subtle",
12247 "zeroize",
12248]
12249
12250[[package]]
12251name = "security-framework"
12252version = "2.11.1"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12255dependencies = [
12256 "bitflags 2.8.0",
12257 "core-foundation 0.9.4",
12258 "core-foundation-sys",
12259 "libc",
12260 "security-framework-sys",
12261]
12262
12263[[package]]
12264name = "security-framework"
12265version = "3.0.1"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12268dependencies = [
12269 "bitflags 2.8.0",
12270 "core-foundation 0.10.0",
12271 "core-foundation-sys",
12272 "libc",
12273 "security-framework-sys",
12274]
12275
12276[[package]]
12277name = "security-framework-sys"
12278version = "2.12.1"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12281dependencies = [
12282 "core-foundation-sys",
12283 "libc",
12284]
12285
12286[[package]]
12287name = "self_cell"
12288version = "1.1.0"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12291
12292[[package]]
12293name = "semantic_index"
12294version = "0.1.0"
12295dependencies = [
12296 "anyhow",
12297 "arrayvec",
12298 "blake3",
12299 "client",
12300 "clock",
12301 "collections",
12302 "env_logger 0.11.7",
12303 "feature_flags",
12304 "fs",
12305 "futures 0.3.31",
12306 "futures-batch",
12307 "gpui",
12308 "heed",
12309 "http_client",
12310 "language",
12311 "language_model",
12312 "languages",
12313 "log",
12314 "open_ai",
12315 "parking_lot",
12316 "project",
12317 "reqwest_client",
12318 "serde",
12319 "serde_json",
12320 "settings",
12321 "sha2",
12322 "smol",
12323 "streaming-iterator",
12324 "tempfile",
12325 "theme",
12326 "tree-sitter",
12327 "ui",
12328 "unindent",
12329 "util",
12330 "workspace",
12331 "worktree",
12332]
12333
12334[[package]]
12335name = "semantic_version"
12336version = "0.1.0"
12337dependencies = [
12338 "anyhow",
12339 "serde",
12340]
12341
12342[[package]]
12343name = "semver"
12344version = "1.0.25"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12347dependencies = [
12348 "serde",
12349]
12350
12351[[package]]
12352name = "serde"
12353version = "1.0.218"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12356dependencies = [
12357 "serde_derive",
12358]
12359
12360[[package]]
12361name = "serde_derive"
12362version = "1.0.218"
12363source = "registry+https://github.com/rust-lang/crates.io-index"
12364checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12365dependencies = [
12366 "proc-macro2",
12367 "quote",
12368 "syn 2.0.100",
12369]
12370
12371[[package]]
12372name = "serde_derive_internals"
12373version = "0.29.1"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12376dependencies = [
12377 "proc-macro2",
12378 "quote",
12379 "syn 2.0.100",
12380]
12381
12382[[package]]
12383name = "serde_fmt"
12384version = "1.0.3"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12387dependencies = [
12388 "serde",
12389]
12390
12391[[package]]
12392name = "serde_json"
12393version = "1.0.139"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12396dependencies = [
12397 "indexmap",
12398 "itoa",
12399 "memchr",
12400 "ryu",
12401 "serde",
12402]
12403
12404[[package]]
12405name = "serde_json_lenient"
12406version = "0.2.4"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12409dependencies = [
12410 "indexmap",
12411 "itoa",
12412 "memchr",
12413 "ryu",
12414 "serde",
12415]
12416
12417[[package]]
12418name = "serde_path_to_error"
12419version = "0.1.16"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12422dependencies = [
12423 "itoa",
12424 "serde",
12425]
12426
12427[[package]]
12428name = "serde_qs"
12429version = "0.8.5"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12432dependencies = [
12433 "percent-encoding",
12434 "serde",
12435 "thiserror 1.0.69",
12436]
12437
12438[[package]]
12439name = "serde_qs"
12440version = "0.10.1"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12443dependencies = [
12444 "percent-encoding",
12445 "serde",
12446 "thiserror 1.0.69",
12447]
12448
12449[[package]]
12450name = "serde_repr"
12451version = "0.1.19"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12454dependencies = [
12455 "proc-macro2",
12456 "quote",
12457 "syn 2.0.100",
12458]
12459
12460[[package]]
12461name = "serde_spanned"
12462version = "0.6.8"
12463source = "registry+https://github.com/rust-lang/crates.io-index"
12464checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12465dependencies = [
12466 "serde",
12467]
12468
12469[[package]]
12470name = "serde_urlencoded"
12471version = "0.7.1"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12474dependencies = [
12475 "form_urlencoded",
12476 "itoa",
12477 "ryu",
12478 "serde",
12479]
12480
12481[[package]]
12482name = "session"
12483version = "0.1.0"
12484dependencies = [
12485 "db",
12486 "gpui",
12487 "serde_json",
12488 "util",
12489 "uuid",
12490]
12491
12492[[package]]
12493name = "settings"
12494version = "0.1.0"
12495dependencies = [
12496 "anyhow",
12497 "collections",
12498 "ec4rs",
12499 "fs",
12500 "futures 0.3.31",
12501 "gpui",
12502 "indoc",
12503 "inventory",
12504 "log",
12505 "paths",
12506 "pretty_assertions",
12507 "release_channel",
12508 "rust-embed",
12509 "schemars",
12510 "serde",
12511 "serde_derive",
12512 "serde_json",
12513 "serde_json_lenient",
12514 "smallvec",
12515 "streaming-iterator",
12516 "tree-sitter",
12517 "tree-sitter-json",
12518 "unindent",
12519 "util",
12520]
12521
12522[[package]]
12523name = "settings_ui"
12524version = "0.1.0"
12525dependencies = [
12526 "command_palette_hooks",
12527 "editor",
12528 "feature_flags",
12529 "gpui",
12530 "settings",
12531 "theme",
12532 "ui",
12533 "workspace",
12534]
12535
12536[[package]]
12537name = "sha1"
12538version = "0.10.6"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12541dependencies = [
12542 "cfg-if",
12543 "cpufeatures",
12544 "digest",
12545]
12546
12547[[package]]
12548name = "sha1_smol"
12549version = "1.0.1"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12552
12553[[package]]
12554name = "sha2"
12555version = "0.10.8"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12558dependencies = [
12559 "cfg-if",
12560 "cpufeatures",
12561 "digest",
12562]
12563
12564[[package]]
12565name = "sharded-slab"
12566version = "0.1.7"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12569dependencies = [
12570 "lazy_static",
12571]
12572
12573[[package]]
12574name = "shell-words"
12575version = "1.1.0"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12578
12579[[package]]
12580name = "shellexpand"
12581version = "2.1.2"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12584dependencies = [
12585 "dirs 4.0.0",
12586]
12587
12588[[package]]
12589name = "shellexpand"
12590version = "3.1.0"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12593dependencies = [
12594 "dirs 5.0.1",
12595]
12596
12597[[package]]
12598name = "shlex"
12599version = "1.3.0"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12602
12603[[package]]
12604name = "signal-hook"
12605version = "0.3.17"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12608dependencies = [
12609 "libc",
12610 "signal-hook-registry",
12611]
12612
12613[[package]]
12614name = "signal-hook-registry"
12615version = "1.4.2"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12618dependencies = [
12619 "libc",
12620]
12621
12622[[package]]
12623name = "signature"
12624version = "1.6.4"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12627dependencies = [
12628 "digest",
12629 "rand_core 0.6.4",
12630]
12631
12632[[package]]
12633name = "signature"
12634version = "2.2.0"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12637dependencies = [
12638 "digest",
12639 "rand_core 0.6.4",
12640]
12641
12642[[package]]
12643name = "simd-adler32"
12644version = "0.3.7"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12647
12648[[package]]
12649name = "simd_helpers"
12650version = "0.1.0"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12653dependencies = [
12654 "quote",
12655]
12656
12657[[package]]
12658name = "simdutf8"
12659version = "0.1.5"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12662
12663[[package]]
12664name = "simple_asn1"
12665version = "0.6.2"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12668dependencies = [
12669 "num-bigint",
12670 "num-traits",
12671 "thiserror 1.0.69",
12672 "time",
12673]
12674
12675[[package]]
12676name = "simplecss"
12677version = "0.2.1"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12680dependencies = [
12681 "log",
12682]
12683
12684[[package]]
12685name = "simplelog"
12686version = "0.12.2"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12689dependencies = [
12690 "log",
12691 "termcolor",
12692 "time",
12693]
12694
12695[[package]]
12696name = "siphasher"
12697version = "0.3.11"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12700
12701[[package]]
12702name = "siphasher"
12703version = "1.0.1"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12706
12707[[package]]
12708name = "skrifa"
12709version = "0.22.3"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12712dependencies = [
12713 "bytemuck",
12714 "read-fonts",
12715]
12716
12717[[package]]
12718name = "slab"
12719version = "0.4.9"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12722dependencies = [
12723 "autocfg",
12724]
12725
12726[[package]]
12727name = "slash_commands_example"
12728version = "0.1.0"
12729dependencies = [
12730 "zed_extension_api 0.1.0",
12731]
12732
12733[[package]]
12734name = "slotmap"
12735version = "1.0.7"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12738dependencies = [
12739 "version_check",
12740]
12741
12742[[package]]
12743name = "smallvec"
12744version = "1.14.0"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12747dependencies = [
12748 "serde",
12749]
12750
12751[[package]]
12752name = "smart-default"
12753version = "0.6.0"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12756dependencies = [
12757 "proc-macro2",
12758 "quote",
12759 "syn 1.0.109",
12760]
12761
12762[[package]]
12763name = "smol"
12764version = "2.0.2"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12767dependencies = [
12768 "async-channel 2.3.1",
12769 "async-executor",
12770 "async-fs",
12771 "async-io",
12772 "async-lock",
12773 "async-net",
12774 "async-process",
12775 "blocking",
12776 "futures-lite 2.6.0",
12777]
12778
12779[[package]]
12780name = "smol_str"
12781version = "0.1.24"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12784dependencies = [
12785 "serde",
12786]
12787
12788[[package]]
12789name = "snippet"
12790version = "0.1.0"
12791dependencies = [
12792 "anyhow",
12793 "smallvec",
12794]
12795
12796[[package]]
12797name = "snippet_provider"
12798version = "0.1.0"
12799dependencies = [
12800 "anyhow",
12801 "collections",
12802 "extension",
12803 "fs",
12804 "futures 0.3.31",
12805 "gpui",
12806 "parking_lot",
12807 "paths",
12808 "schemars",
12809 "serde",
12810 "serde_json_lenient",
12811 "snippet",
12812 "util",
12813]
12814
12815[[package]]
12816name = "snippets_ui"
12817version = "0.1.0"
12818dependencies = [
12819 "fuzzy",
12820 "gpui",
12821 "language",
12822 "paths",
12823 "picker",
12824 "ui",
12825 "util",
12826 "workspace",
12827]
12828
12829[[package]]
12830name = "socket2"
12831version = "0.5.8"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12834dependencies = [
12835 "libc",
12836 "windows-sys 0.52.0",
12837]
12838
12839[[package]]
12840name = "spdx"
12841version = "0.10.7"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12844dependencies = [
12845 "smallvec",
12846]
12847
12848[[package]]
12849name = "spin"
12850version = "0.9.8"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12853dependencies = [
12854 "lock_api",
12855]
12856
12857[[package]]
12858name = "spirv"
12859version = "0.3.0+sdk-1.3.268.0"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12862dependencies = [
12863 "bitflags 2.8.0",
12864]
12865
12866[[package]]
12867name = "spki"
12868version = "0.6.0"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12871dependencies = [
12872 "base64ct",
12873 "der 0.6.1",
12874]
12875
12876[[package]]
12877name = "spki"
12878version = "0.7.3"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12881dependencies = [
12882 "base64ct",
12883 "der 0.7.9",
12884]
12885
12886[[package]]
12887name = "sptr"
12888version = "0.3.2"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12891
12892[[package]]
12893name = "sqlez"
12894version = "0.1.0"
12895dependencies = [
12896 "anyhow",
12897 "collections",
12898 "futures 0.3.31",
12899 "indoc",
12900 "libsqlite3-sys",
12901 "parking_lot",
12902 "smol",
12903 "sqlformat",
12904 "thread_local",
12905 "util",
12906 "uuid",
12907]
12908
12909[[package]]
12910name = "sqlez_macros"
12911version = "0.1.0"
12912dependencies = [
12913 "sqlez",
12914 "sqlformat",
12915 "syn 1.0.109",
12916]
12917
12918[[package]]
12919name = "sqlformat"
12920version = "0.2.6"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12923dependencies = [
12924 "nom",
12925 "unicode_categories",
12926]
12927
12928[[package]]
12929name = "sqlx"
12930version = "0.8.3"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12933dependencies = [
12934 "sqlx-core",
12935 "sqlx-macros",
12936 "sqlx-mysql",
12937 "sqlx-postgres",
12938 "sqlx-sqlite",
12939]
12940
12941[[package]]
12942name = "sqlx-core"
12943version = "0.8.3"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12946dependencies = [
12947 "bigdecimal",
12948 "bytes 1.10.1",
12949 "chrono",
12950 "crc",
12951 "crossbeam-queue",
12952 "either",
12953 "event-listener 5.3.1",
12954 "futures-core",
12955 "futures-intrusive",
12956 "futures-io",
12957 "futures-util",
12958 "hashbrown 0.15.2",
12959 "hashlink 0.10.0",
12960 "indexmap",
12961 "log",
12962 "memchr",
12963 "once_cell",
12964 "percent-encoding",
12965 "rust_decimal",
12966 "rustls 0.23.23",
12967 "rustls-pemfile 2.2.0",
12968 "serde",
12969 "serde_json",
12970 "sha2",
12971 "smallvec",
12972 "thiserror 2.0.6",
12973 "time",
12974 "tokio",
12975 "tokio-stream",
12976 "tracing",
12977 "url",
12978 "uuid",
12979 "webpki-roots",
12980]
12981
12982[[package]]
12983name = "sqlx-macros"
12984version = "0.8.3"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12987dependencies = [
12988 "proc-macro2",
12989 "quote",
12990 "sqlx-core",
12991 "sqlx-macros-core",
12992 "syn 2.0.100",
12993]
12994
12995[[package]]
12996name = "sqlx-macros-core"
12997version = "0.8.3"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13000dependencies = [
13001 "dotenvy",
13002 "either",
13003 "heck 0.5.0",
13004 "hex",
13005 "once_cell",
13006 "proc-macro2",
13007 "quote",
13008 "serde",
13009 "serde_json",
13010 "sha2",
13011 "sqlx-core",
13012 "sqlx-mysql",
13013 "sqlx-postgres",
13014 "sqlx-sqlite",
13015 "syn 2.0.100",
13016 "tempfile",
13017 "tokio",
13018 "url",
13019]
13020
13021[[package]]
13022name = "sqlx-mysql"
13023version = "0.8.3"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13026dependencies = [
13027 "atoi",
13028 "base64 0.22.1",
13029 "bigdecimal",
13030 "bitflags 2.8.0",
13031 "byteorder",
13032 "bytes 1.10.1",
13033 "chrono",
13034 "crc",
13035 "digest",
13036 "dotenvy",
13037 "either",
13038 "futures-channel",
13039 "futures-core",
13040 "futures-io",
13041 "futures-util",
13042 "generic-array",
13043 "hex",
13044 "hkdf",
13045 "hmac",
13046 "itoa",
13047 "log",
13048 "md-5",
13049 "memchr",
13050 "once_cell",
13051 "percent-encoding",
13052 "rand 0.8.5",
13053 "rsa",
13054 "rust_decimal",
13055 "serde",
13056 "sha1",
13057 "sha2",
13058 "smallvec",
13059 "sqlx-core",
13060 "stringprep",
13061 "thiserror 2.0.6",
13062 "time",
13063 "tracing",
13064 "uuid",
13065 "whoami",
13066]
13067
13068[[package]]
13069name = "sqlx-postgres"
13070version = "0.8.3"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13073dependencies = [
13074 "atoi",
13075 "base64 0.22.1",
13076 "bigdecimal",
13077 "bitflags 2.8.0",
13078 "byteorder",
13079 "chrono",
13080 "crc",
13081 "dotenvy",
13082 "etcetera",
13083 "futures-channel",
13084 "futures-core",
13085 "futures-util",
13086 "hex",
13087 "hkdf",
13088 "hmac",
13089 "home",
13090 "itoa",
13091 "log",
13092 "md-5",
13093 "memchr",
13094 "num-bigint",
13095 "once_cell",
13096 "rand 0.8.5",
13097 "rust_decimal",
13098 "serde",
13099 "serde_json",
13100 "sha2",
13101 "smallvec",
13102 "sqlx-core",
13103 "stringprep",
13104 "thiserror 2.0.6",
13105 "time",
13106 "tracing",
13107 "uuid",
13108 "whoami",
13109]
13110
13111[[package]]
13112name = "sqlx-sqlite"
13113version = "0.8.3"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13116dependencies = [
13117 "atoi",
13118 "chrono",
13119 "flume",
13120 "futures-channel",
13121 "futures-core",
13122 "futures-executor",
13123 "futures-intrusive",
13124 "futures-util",
13125 "libsqlite3-sys",
13126 "log",
13127 "percent-encoding",
13128 "serde",
13129 "serde_urlencoded",
13130 "sqlx-core",
13131 "time",
13132 "tracing",
13133 "url",
13134 "uuid",
13135]
13136
13137[[package]]
13138name = "stable_deref_trait"
13139version = "1.2.0"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13142
13143[[package]]
13144name = "static_assertions"
13145version = "1.1.0"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13148
13149[[package]]
13150name = "story"
13151version = "0.1.0"
13152dependencies = [
13153 "gpui",
13154 "itertools 0.14.0",
13155 "smallvec",
13156]
13157
13158[[package]]
13159name = "storybook"
13160version = "0.1.0"
13161dependencies = [
13162 "anyhow",
13163 "clap",
13164 "collab_ui",
13165 "ctrlc",
13166 "dialoguer",
13167 "editor",
13168 "fuzzy",
13169 "gpui",
13170 "indoc",
13171 "language",
13172 "log",
13173 "menu",
13174 "picker",
13175 "project",
13176 "reqwest_client",
13177 "rust-embed",
13178 "settings",
13179 "simplelog",
13180 "story",
13181 "strum",
13182 "theme",
13183 "title_bar",
13184 "ui",
13185]
13186
13187[[package]]
13188name = "streaming-iterator"
13189version = "0.1.9"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13192
13193[[package]]
13194name = "streaming_diff"
13195version = "0.1.0"
13196dependencies = [
13197 "ordered-float 2.10.1",
13198 "rand 0.8.5",
13199 "rope",
13200 "util",
13201]
13202
13203[[package]]
13204name = "strict-num"
13205version = "0.1.1"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13208dependencies = [
13209 "float-cmp",
13210]
13211
13212[[package]]
13213name = "string_cache"
13214version = "0.8.7"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13217dependencies = [
13218 "new_debug_unreachable",
13219 "once_cell",
13220 "parking_lot",
13221 "phf_shared 0.10.0",
13222 "precomputed-hash",
13223 "serde",
13224]
13225
13226[[package]]
13227name = "string_cache_codegen"
13228version = "0.5.2"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13231dependencies = [
13232 "phf_generator 0.10.0",
13233 "phf_shared 0.10.0",
13234 "proc-macro2",
13235 "quote",
13236]
13237
13238[[package]]
13239name = "stringprep"
13240version = "0.1.5"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13243dependencies = [
13244 "unicode-bidi",
13245 "unicode-normalization",
13246 "unicode-properties",
13247]
13248
13249[[package]]
13250name = "strsim"
13251version = "0.11.1"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13254
13255[[package]]
13256name = "strum"
13257version = "0.26.3"
13258source = "registry+https://github.com/rust-lang/crates.io-index"
13259checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13260dependencies = [
13261 "strum_macros",
13262]
13263
13264[[package]]
13265name = "strum_macros"
13266version = "0.26.4"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13269dependencies = [
13270 "heck 0.5.0",
13271 "proc-macro2",
13272 "quote",
13273 "rustversion",
13274 "syn 2.0.100",
13275]
13276
13277[[package]]
13278name = "subtle"
13279version = "2.6.1"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13282
13283[[package]]
13284name = "sum_tree"
13285version = "0.1.0"
13286dependencies = [
13287 "arrayvec",
13288 "ctor",
13289 "env_logger 0.11.7",
13290 "log",
13291 "rand 0.8.5",
13292 "rayon",
13293]
13294
13295[[package]]
13296name = "supermaven"
13297version = "0.1.0"
13298dependencies = [
13299 "anyhow",
13300 "client",
13301 "collections",
13302 "editor",
13303 "env_logger 0.11.7",
13304 "futures 0.3.31",
13305 "gpui",
13306 "http_client",
13307 "inline_completion",
13308 "language",
13309 "log",
13310 "postage",
13311 "project",
13312 "serde",
13313 "serde_json",
13314 "settings",
13315 "smol",
13316 "supermaven_api",
13317 "text",
13318 "theme",
13319 "ui",
13320 "unicode-segmentation",
13321 "util",
13322]
13323
13324[[package]]
13325name = "supermaven_api"
13326version = "0.1.0"
13327dependencies = [
13328 "anyhow",
13329 "futures 0.3.31",
13330 "http_client",
13331 "paths",
13332 "serde",
13333 "serde_json",
13334 "smol",
13335]
13336
13337[[package]]
13338name = "sval"
13339version = "2.13.2"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13342
13343[[package]]
13344name = "sval_buffer"
13345version = "2.13.2"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13348dependencies = [
13349 "sval",
13350 "sval_ref",
13351]
13352
13353[[package]]
13354name = "sval_dynamic"
13355version = "2.13.2"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13358dependencies = [
13359 "sval",
13360]
13361
13362[[package]]
13363name = "sval_fmt"
13364version = "2.13.2"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13367dependencies = [
13368 "itoa",
13369 "ryu",
13370 "sval",
13371]
13372
13373[[package]]
13374name = "sval_json"
13375version = "2.13.2"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13378dependencies = [
13379 "itoa",
13380 "ryu",
13381 "sval",
13382]
13383
13384[[package]]
13385name = "sval_nested"
13386version = "2.13.2"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13389dependencies = [
13390 "sval",
13391 "sval_buffer",
13392 "sval_ref",
13393]
13394
13395[[package]]
13396name = "sval_ref"
13397version = "2.13.2"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13400dependencies = [
13401 "sval",
13402]
13403
13404[[package]]
13405name = "sval_serde"
13406version = "2.13.2"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13409dependencies = [
13410 "serde",
13411 "sval",
13412 "sval_nested",
13413]
13414
13415[[package]]
13416name = "svg_fmt"
13417version = "0.4.4"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13420
13421[[package]]
13422name = "svgtypes"
13423version = "0.15.3"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13426dependencies = [
13427 "kurbo",
13428 "siphasher 1.0.1",
13429]
13430
13431[[package]]
13432name = "swash"
13433version = "0.1.19"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13436dependencies = [
13437 "skrifa",
13438 "yazi",
13439 "zeno",
13440]
13441
13442[[package]]
13443name = "syn"
13444version = "1.0.109"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13447dependencies = [
13448 "proc-macro2",
13449 "quote",
13450 "unicode-ident",
13451]
13452
13453[[package]]
13454name = "syn"
13455version = "2.0.100"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13458dependencies = [
13459 "proc-macro2",
13460 "quote",
13461 "unicode-ident",
13462]
13463
13464[[package]]
13465name = "sync_wrapper"
13466version = "0.1.2"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13469
13470[[package]]
13471name = "sync_wrapper"
13472version = "1.0.2"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13475dependencies = [
13476 "futures-core",
13477]
13478
13479[[package]]
13480name = "synchronoise"
13481version = "1.0.1"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13484dependencies = [
13485 "crossbeam-queue",
13486]
13487
13488[[package]]
13489name = "synstructure"
13490version = "0.13.1"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13493dependencies = [
13494 "proc-macro2",
13495 "quote",
13496 "syn 2.0.100",
13497]
13498
13499[[package]]
13500name = "sys-locale"
13501version = "0.3.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13504dependencies = [
13505 "libc",
13506]
13507
13508[[package]]
13509name = "sysinfo"
13510version = "0.31.4"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13513dependencies = [
13514 "core-foundation-sys",
13515 "libc",
13516 "memchr",
13517 "ntapi",
13518 "rayon",
13519 "windows 0.57.0",
13520]
13521
13522[[package]]
13523name = "system-configuration"
13524version = "0.5.1"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13527dependencies = [
13528 "bitflags 1.3.2",
13529 "core-foundation 0.9.4",
13530 "system-configuration-sys 0.5.0",
13531]
13532
13533[[package]]
13534name = "system-configuration"
13535version = "0.6.1"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13538dependencies = [
13539 "bitflags 2.8.0",
13540 "core-foundation 0.9.4",
13541 "system-configuration-sys 0.6.0",
13542]
13543
13544[[package]]
13545name = "system-configuration-sys"
13546version = "0.5.0"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13549dependencies = [
13550 "core-foundation-sys",
13551 "libc",
13552]
13553
13554[[package]]
13555name = "system-configuration-sys"
13556version = "0.6.0"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13559dependencies = [
13560 "core-foundation-sys",
13561 "libc",
13562]
13563
13564[[package]]
13565name = "system-deps"
13566version = "6.2.2"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13569dependencies = [
13570 "cfg-expr",
13571 "heck 0.5.0",
13572 "pkg-config",
13573 "toml 0.8.20",
13574 "version-compare",
13575]
13576
13577[[package]]
13578name = "system-interface"
13579version = "0.27.3"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13582dependencies = [
13583 "bitflags 2.8.0",
13584 "cap-fs-ext",
13585 "cap-std",
13586 "fd-lock",
13587 "io-lifetimes",
13588 "rustix",
13589 "windows-sys 0.59.0",
13590 "winx",
13591]
13592
13593[[package]]
13594name = "tab_switcher"
13595version = "0.1.0"
13596dependencies = [
13597 "anyhow",
13598 "collections",
13599 "ctor",
13600 "editor",
13601 "env_logger 0.11.7",
13602 "gpui",
13603 "language",
13604 "menu",
13605 "picker",
13606 "project",
13607 "schemars",
13608 "serde",
13609 "serde_json",
13610 "settings",
13611 "theme",
13612 "ui",
13613 "util",
13614 "workspace",
13615]
13616
13617[[package]]
13618name = "taffy"
13619version = "0.4.4"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13622dependencies = [
13623 "arrayvec",
13624 "grid",
13625 "num-traits",
13626 "serde",
13627 "slotmap",
13628]
13629
13630[[package]]
13631name = "take-until"
13632version = "0.2.0"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13635
13636[[package]]
13637name = "tap"
13638version = "1.0.1"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13641
13642[[package]]
13643name = "target-lexicon"
13644version = "0.12.16"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13647
13648[[package]]
13649name = "target-lexicon"
13650version = "0.13.2"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13653
13654[[package]]
13655name = "task"
13656version = "0.1.0"
13657dependencies = [
13658 "anyhow",
13659 "collections",
13660 "futures 0.3.31",
13661 "gpui",
13662 "hex",
13663 "parking_lot",
13664 "schemars",
13665 "serde",
13666 "serde_json_lenient",
13667 "sha2",
13668 "shellexpand 2.1.2",
13669 "util",
13670 "zed_actions",
13671]
13672
13673[[package]]
13674name = "tasks_ui"
13675version = "0.1.0"
13676dependencies = [
13677 "anyhow",
13678 "editor",
13679 "file_icons",
13680 "fuzzy",
13681 "gpui",
13682 "language",
13683 "menu",
13684 "picker",
13685 "project",
13686 "schemars",
13687 "serde",
13688 "serde_json",
13689 "settings",
13690 "task",
13691 "tree-sitter-rust",
13692 "tree-sitter-typescript",
13693 "ui",
13694 "util",
13695 "workspace",
13696 "zed_actions",
13697]
13698
13699[[package]]
13700name = "telemetry"
13701version = "0.1.0"
13702dependencies = [
13703 "futures 0.3.31",
13704 "serde",
13705 "serde_json",
13706 "telemetry_events",
13707]
13708
13709[[package]]
13710name = "telemetry_events"
13711version = "0.1.0"
13712dependencies = [
13713 "semantic_version",
13714 "serde",
13715 "serde_json",
13716]
13717
13718[[package]]
13719name = "tempfile"
13720version = "3.17.1"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13723dependencies = [
13724 "cfg-if",
13725 "fastrand 2.3.0",
13726 "getrandom 0.3.1",
13727 "once_cell",
13728 "rustix",
13729 "windows-sys 0.59.0",
13730]
13731
13732[[package]]
13733name = "tendril"
13734version = "0.4.3"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13737dependencies = [
13738 "futf",
13739 "mac",
13740 "utf-8",
13741]
13742
13743[[package]]
13744name = "termcolor"
13745version = "1.4.1"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13748dependencies = [
13749 "winapi-util",
13750]
13751
13752[[package]]
13753name = "terminal"
13754version = "0.1.0"
13755dependencies = [
13756 "alacritty_terminal",
13757 "anyhow",
13758 "collections",
13759 "dirs 4.0.0",
13760 "futures 0.3.31",
13761 "gpui",
13762 "libc",
13763 "rand 0.8.5",
13764 "regex",
13765 "release_channel",
13766 "schemars",
13767 "serde",
13768 "serde_derive",
13769 "settings",
13770 "smol",
13771 "sysinfo",
13772 "task",
13773 "theme",
13774 "thiserror 1.0.69",
13775 "util",
13776 "windows 0.60.0",
13777]
13778
13779[[package]]
13780name = "terminal_size"
13781version = "0.4.1"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13784dependencies = [
13785 "rustix",
13786 "windows-sys 0.59.0",
13787]
13788
13789[[package]]
13790name = "terminal_view"
13791version = "0.1.0"
13792dependencies = [
13793 "anyhow",
13794 "async-recursion 1.1.1",
13795 "breadcrumbs",
13796 "client",
13797 "collections",
13798 "db",
13799 "dirs 4.0.0",
13800 "editor",
13801 "futures 0.3.31",
13802 "gpui",
13803 "itertools 0.14.0",
13804 "language",
13805 "log",
13806 "project",
13807 "rand 0.8.5",
13808 "schemars",
13809 "search",
13810 "serde",
13811 "serde_json",
13812 "settings",
13813 "shellexpand 2.1.2",
13814 "smol",
13815 "task",
13816 "terminal",
13817 "theme",
13818 "ui",
13819 "util",
13820 "workspace",
13821 "zed_actions",
13822]
13823
13824[[package]]
13825name = "text"
13826version = "0.1.0"
13827dependencies = [
13828 "anyhow",
13829 "clock",
13830 "collections",
13831 "ctor",
13832 "env_logger 0.11.7",
13833 "gpui",
13834 "http_client",
13835 "log",
13836 "parking_lot",
13837 "postage",
13838 "rand 0.8.5",
13839 "regex",
13840 "rope",
13841 "smallvec",
13842 "sum_tree",
13843 "util",
13844]
13845
13846[[package]]
13847name = "theme"
13848version = "0.1.0"
13849dependencies = [
13850 "anyhow",
13851 "collections",
13852 "derive_more",
13853 "fs",
13854 "futures 0.3.31",
13855 "gpui",
13856 "indexmap",
13857 "log",
13858 "palette",
13859 "parking_lot",
13860 "refineable",
13861 "schemars",
13862 "serde",
13863 "serde_derive",
13864 "serde_json",
13865 "serde_json_lenient",
13866 "serde_repr",
13867 "settings",
13868 "strum",
13869 "thiserror 1.0.69",
13870 "util",
13871 "uuid",
13872]
13873
13874[[package]]
13875name = "theme_extension"
13876version = "0.1.0"
13877dependencies = [
13878 "anyhow",
13879 "extension",
13880 "fs",
13881 "gpui",
13882 "theme",
13883]
13884
13885[[package]]
13886name = "theme_importer"
13887version = "0.1.0"
13888dependencies = [
13889 "anyhow",
13890 "clap",
13891 "gpui",
13892 "indexmap",
13893 "log",
13894 "palette",
13895 "rust-embed",
13896 "serde",
13897 "serde_json",
13898 "serde_json_lenient",
13899 "simplelog",
13900 "strum",
13901 "theme",
13902 "vscode_theme",
13903]
13904
13905[[package]]
13906name = "theme_selector"
13907version = "0.1.0"
13908dependencies = [
13909 "fs",
13910 "fuzzy",
13911 "gpui",
13912 "log",
13913 "picker",
13914 "serde",
13915 "settings",
13916 "telemetry",
13917 "theme",
13918 "ui",
13919 "util",
13920 "workspace",
13921 "zed_actions",
13922]
13923
13924[[package]]
13925name = "thiserror"
13926version = "1.0.69"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13929dependencies = [
13930 "thiserror-impl 1.0.69",
13931]
13932
13933[[package]]
13934name = "thiserror"
13935version = "2.0.6"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13938dependencies = [
13939 "thiserror-impl 2.0.6",
13940]
13941
13942[[package]]
13943name = "thiserror-impl"
13944version = "1.0.69"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13947dependencies = [
13948 "proc-macro2",
13949 "quote",
13950 "syn 2.0.100",
13951]
13952
13953[[package]]
13954name = "thiserror-impl"
13955version = "2.0.6"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13958dependencies = [
13959 "proc-macro2",
13960 "quote",
13961 "syn 2.0.100",
13962]
13963
13964[[package]]
13965name = "thread_local"
13966version = "1.1.8"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13969dependencies = [
13970 "cfg-if",
13971 "once_cell",
13972]
13973
13974[[package]]
13975name = "tiff"
13976version = "0.9.1"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13979dependencies = [
13980 "flate2",
13981 "jpeg-decoder",
13982 "weezl",
13983]
13984
13985[[package]]
13986name = "tiktoken-rs"
13987version = "0.6.0"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13990dependencies = [
13991 "anyhow",
13992 "base64 0.21.7",
13993 "bstr",
13994 "fancy-regex 0.13.0",
13995 "lazy_static",
13996 "parking_lot",
13997 "regex",
13998 "rustc-hash 1.1.0",
13999]
14000
14001[[package]]
14002name = "time"
14003version = "0.3.37"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14006dependencies = [
14007 "deranged",
14008 "itoa",
14009 "libc",
14010 "num-conv",
14011 "num_threads",
14012 "powerfmt",
14013 "serde",
14014 "time-core",
14015 "time-macros",
14016]
14017
14018[[package]]
14019name = "time-core"
14020version = "0.1.2"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14023
14024[[package]]
14025name = "time-macros"
14026version = "0.2.19"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14029dependencies = [
14030 "num-conv",
14031 "time-core",
14032]
14033
14034[[package]]
14035name = "time_format"
14036version = "0.1.0"
14037dependencies = [
14038 "core-foundation 0.9.4",
14039 "core-foundation-sys",
14040 "sys-locale",
14041 "time",
14042]
14043
14044[[package]]
14045name = "tiny-keccak"
14046version = "2.0.2"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14049dependencies = [
14050 "crunchy",
14051]
14052
14053[[package]]
14054name = "tiny-skia"
14055version = "0.11.4"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14058dependencies = [
14059 "arrayref",
14060 "arrayvec",
14061 "bytemuck",
14062 "cfg-if",
14063 "log",
14064 "png",
14065 "tiny-skia-path",
14066]
14067
14068[[package]]
14069name = "tiny-skia-path"
14070version = "0.11.4"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14073dependencies = [
14074 "arrayref",
14075 "bytemuck",
14076 "strict-num",
14077]
14078
14079[[package]]
14080name = "tiny_http"
14081version = "0.8.2"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14084dependencies = [
14085 "ascii",
14086 "chrono",
14087 "chunked_transfer",
14088 "log",
14089 "url",
14090]
14091
14092[[package]]
14093name = "tinystr"
14094version = "0.7.6"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14097dependencies = [
14098 "displaydoc",
14099 "zerovec",
14100]
14101
14102[[package]]
14103name = "tinytemplate"
14104version = "1.2.1"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14107dependencies = [
14108 "serde",
14109 "serde_json",
14110]
14111
14112[[package]]
14113name = "tinyvec"
14114version = "1.8.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14117dependencies = [
14118 "tinyvec_macros",
14119]
14120
14121[[package]]
14122name = "tinyvec_macros"
14123version = "0.1.1"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14126
14127[[package]]
14128name = "title_bar"
14129version = "0.1.0"
14130dependencies = [
14131 "auto_update",
14132 "call",
14133 "client",
14134 "collections",
14135 "feature_flags",
14136 "git_ui",
14137 "gpui",
14138 "http_client",
14139 "notifications",
14140 "pretty_assertions",
14141 "project",
14142 "remote",
14143 "rpc",
14144 "schemars",
14145 "serde",
14146 "settings",
14147 "smallvec",
14148 "story",
14149 "telemetry",
14150 "theme",
14151 "tree-sitter-md",
14152 "ui",
14153 "util",
14154 "windows 0.60.0",
14155 "workspace",
14156 "zed_actions",
14157 "zeta",
14158]
14159
14160[[package]]
14161name = "tokio"
14162version = "1.43.0"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14165dependencies = [
14166 "backtrace",
14167 "bytes 1.10.1",
14168 "libc",
14169 "mio 1.0.3",
14170 "parking_lot",
14171 "pin-project-lite",
14172 "signal-hook-registry",
14173 "socket2",
14174 "tokio-macros",
14175 "windows-sys 0.52.0",
14176]
14177
14178[[package]]
14179name = "tokio-io"
14180version = "0.1.13"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14183dependencies = [
14184 "bytes 0.4.12",
14185 "futures 0.1.31",
14186 "log",
14187]
14188
14189[[package]]
14190name = "tokio-macros"
14191version = "2.5.0"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14194dependencies = [
14195 "proc-macro2",
14196 "quote",
14197 "syn 2.0.100",
14198]
14199
14200[[package]]
14201name = "tokio-native-tls"
14202version = "0.3.1"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14205dependencies = [
14206 "native-tls",
14207 "tokio",
14208]
14209
14210[[package]]
14211name = "tokio-rustls"
14212version = "0.24.1"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14215dependencies = [
14216 "rustls 0.21.12",
14217 "tokio",
14218]
14219
14220[[package]]
14221name = "tokio-rustls"
14222version = "0.26.1"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14225dependencies = [
14226 "rustls 0.23.23",
14227 "tokio",
14228]
14229
14230[[package]]
14231name = "tokio-socks"
14232version = "0.5.2"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14235dependencies = [
14236 "either",
14237 "futures-io",
14238 "futures-util",
14239 "thiserror 1.0.69",
14240 "tokio",
14241]
14242
14243[[package]]
14244name = "tokio-stream"
14245version = "0.1.17"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14248dependencies = [
14249 "futures-core",
14250 "pin-project-lite",
14251 "tokio",
14252]
14253
14254[[package]]
14255name = "tokio-tungstenite"
14256version = "0.20.1"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14259dependencies = [
14260 "futures-util",
14261 "log",
14262 "rustls 0.21.12",
14263 "rustls-native-certs 0.6.3",
14264 "tokio",
14265 "tokio-rustls 0.24.1",
14266 "tungstenite 0.20.1",
14267]
14268
14269[[package]]
14270name = "tokio-tungstenite"
14271version = "0.21.0"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14274dependencies = [
14275 "futures-util",
14276 "log",
14277 "tokio",
14278 "tungstenite 0.21.0",
14279]
14280
14281[[package]]
14282name = "tokio-util"
14283version = "0.7.13"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14286dependencies = [
14287 "bytes 1.10.1",
14288 "futures-core",
14289 "futures-io",
14290 "futures-sink",
14291 "pin-project-lite",
14292 "tokio",
14293]
14294
14295[[package]]
14296name = "toml"
14297version = "0.5.11"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14300dependencies = [
14301 "serde",
14302]
14303
14304[[package]]
14305name = "toml"
14306version = "0.8.20"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14309dependencies = [
14310 "serde",
14311 "serde_spanned",
14312 "toml_datetime",
14313 "toml_edit",
14314]
14315
14316[[package]]
14317name = "toml_datetime"
14318version = "0.6.8"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14321dependencies = [
14322 "serde",
14323]
14324
14325[[package]]
14326name = "toml_edit"
14327version = "0.22.23"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14330dependencies = [
14331 "indexmap",
14332 "serde",
14333 "serde_spanned",
14334 "toml_datetime",
14335 "winnow 0.7.1",
14336]
14337
14338[[package]]
14339name = "toolchain_selector"
14340version = "0.1.0"
14341dependencies = [
14342 "editor",
14343 "fuzzy",
14344 "gpui",
14345 "language",
14346 "picker",
14347 "project",
14348 "ui",
14349 "util",
14350 "workspace",
14351]
14352
14353[[package]]
14354name = "topological-sort"
14355version = "0.2.2"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14358
14359[[package]]
14360name = "tower"
14361version = "0.4.13"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14364dependencies = [
14365 "futures-core",
14366 "futures-util",
14367 "pin-project",
14368 "pin-project-lite",
14369 "tokio",
14370 "tower-layer",
14371 "tower-service",
14372 "tracing",
14373]
14374
14375[[package]]
14376name = "tower-http"
14377version = "0.3.5"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14380dependencies = [
14381 "bitflags 1.3.2",
14382 "bytes 1.10.1",
14383 "futures-core",
14384 "futures-util",
14385 "http 0.2.12",
14386 "http-body 0.4.6",
14387 "http-range-header",
14388 "pin-project-lite",
14389 "tower-layer",
14390 "tower-service",
14391]
14392
14393[[package]]
14394name = "tower-http"
14395version = "0.4.4"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14398dependencies = [
14399 "bitflags 2.8.0",
14400 "bytes 1.10.1",
14401 "futures-core",
14402 "futures-util",
14403 "http 0.2.12",
14404 "http-body 0.4.6",
14405 "http-range-header",
14406 "pin-project-lite",
14407 "tower-layer",
14408 "tower-service",
14409 "tracing",
14410]
14411
14412[[package]]
14413name = "tower-layer"
14414version = "0.3.3"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14417
14418[[package]]
14419name = "tower-service"
14420version = "0.3.3"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14423
14424[[package]]
14425name = "tracing"
14426version = "0.1.41"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14429dependencies = [
14430 "log",
14431 "pin-project-lite",
14432 "tracing-attributes",
14433 "tracing-core",
14434]
14435
14436[[package]]
14437name = "tracing-attributes"
14438version = "0.1.28"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14441dependencies = [
14442 "proc-macro2",
14443 "quote",
14444 "syn 2.0.100",
14445]
14446
14447[[package]]
14448name = "tracing-core"
14449version = "0.1.33"
14450source = "registry+https://github.com/rust-lang/crates.io-index"
14451checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14452dependencies = [
14453 "once_cell",
14454 "valuable",
14455]
14456
14457[[package]]
14458name = "tracing-log"
14459version = "0.2.0"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14462dependencies = [
14463 "log",
14464 "once_cell",
14465 "tracing-core",
14466]
14467
14468[[package]]
14469name = "tracing-serde"
14470version = "0.2.0"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14473dependencies = [
14474 "serde",
14475 "tracing-core",
14476]
14477
14478[[package]]
14479name = "tracing-subscriber"
14480version = "0.3.19"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14483dependencies = [
14484 "matchers",
14485 "nu-ansi-term",
14486 "once_cell",
14487 "regex",
14488 "serde",
14489 "serde_json",
14490 "sharded-slab",
14491 "smallvec",
14492 "thread_local",
14493 "tracing",
14494 "tracing-core",
14495 "tracing-log",
14496 "tracing-serde",
14497]
14498
14499[[package]]
14500name = "trait-variant"
14501version = "0.1.2"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14504dependencies = [
14505 "proc-macro2",
14506 "quote",
14507 "syn 2.0.100",
14508]
14509
14510[[package]]
14511name = "tree-sitter"
14512version = "0.25.3"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14515dependencies = [
14516 "cc",
14517 "regex",
14518 "regex-syntax 0.8.5",
14519 "serde_json",
14520 "streaming-iterator",
14521 "tree-sitter-language",
14522 "wasmtime-c-api-impl",
14523]
14524
14525[[package]]
14526name = "tree-sitter-bash"
14527version = "0.23.3"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14530dependencies = [
14531 "cc",
14532 "tree-sitter-language",
14533]
14534
14535[[package]]
14536name = "tree-sitter-c"
14537version = "0.23.4"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14540dependencies = [
14541 "cc",
14542 "tree-sitter-language",
14543]
14544
14545[[package]]
14546name = "tree-sitter-cpp"
14547version = "0.23.4"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14550dependencies = [
14551 "cc",
14552 "tree-sitter-language",
14553]
14554
14555[[package]]
14556name = "tree-sitter-css"
14557version = "0.23.2"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14560dependencies = [
14561 "cc",
14562 "tree-sitter-language",
14563]
14564
14565[[package]]
14566name = "tree-sitter-diff"
14567version = "0.1.0"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14570dependencies = [
14571 "cc",
14572 "tree-sitter-language",
14573]
14574
14575[[package]]
14576name = "tree-sitter-elixir"
14577version = "0.3.4"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14580dependencies = [
14581 "cc",
14582 "tree-sitter-language",
14583]
14584
14585[[package]]
14586name = "tree-sitter-embedded-template"
14587version = "0.23.2"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14590dependencies = [
14591 "cc",
14592 "tree-sitter-language",
14593]
14594
14595[[package]]
14596name = "tree-sitter-gitcommit"
14597version = "0.0.1"
14598source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14599dependencies = [
14600 "cc",
14601 "tree-sitter-language",
14602]
14603
14604[[package]]
14605name = "tree-sitter-go"
14606version = "0.23.4"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14609dependencies = [
14610 "cc",
14611 "tree-sitter-language",
14612]
14613
14614[[package]]
14615name = "tree-sitter-gomod"
14616version = "1.1.1"
14617source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14618dependencies = [
14619 "cc",
14620 "tree-sitter-language",
14621]
14622
14623[[package]]
14624name = "tree-sitter-gowork"
14625version = "0.0.1"
14626source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14627dependencies = [
14628 "cc",
14629 "tree-sitter-language",
14630]
14631
14632[[package]]
14633name = "tree-sitter-heex"
14634version = "0.0.1"
14635source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14636dependencies = [
14637 "cc",
14638 "tree-sitter-language",
14639]
14640
14641[[package]]
14642name = "tree-sitter-html"
14643version = "0.23.2"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14646dependencies = [
14647 "cc",
14648 "tree-sitter-language",
14649]
14650
14651[[package]]
14652name = "tree-sitter-jsdoc"
14653version = "0.23.2"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14656dependencies = [
14657 "cc",
14658 "tree-sitter-language",
14659]
14660
14661[[package]]
14662name = "tree-sitter-json"
14663version = "0.24.8"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14666dependencies = [
14667 "cc",
14668 "tree-sitter-language",
14669]
14670
14671[[package]]
14672name = "tree-sitter-language"
14673version = "0.1.3"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14676
14677[[package]]
14678name = "tree-sitter-md"
14679version = "0.3.2"
14680source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14681dependencies = [
14682 "cc",
14683 "tree-sitter-language",
14684]
14685
14686[[package]]
14687name = "tree-sitter-python"
14688version = "0.23.6"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14691dependencies = [
14692 "cc",
14693 "tree-sitter-language",
14694]
14695
14696[[package]]
14697name = "tree-sitter-regex"
14698version = "0.24.3"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14701dependencies = [
14702 "cc",
14703 "tree-sitter-language",
14704]
14705
14706[[package]]
14707name = "tree-sitter-ruby"
14708version = "0.23.1"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14711dependencies = [
14712 "cc",
14713 "tree-sitter-language",
14714]
14715
14716[[package]]
14717name = "tree-sitter-rust"
14718version = "0.23.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14721dependencies = [
14722 "cc",
14723 "tree-sitter-language",
14724]
14725
14726[[package]]
14727name = "tree-sitter-typescript"
14728version = "0.23.2"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14731dependencies = [
14732 "cc",
14733 "tree-sitter-language",
14734]
14735
14736[[package]]
14737name = "tree-sitter-yaml"
14738version = "0.6.1"
14739source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14740dependencies = [
14741 "cc",
14742 "tree-sitter-language",
14743]
14744
14745[[package]]
14746name = "try-lock"
14747version = "0.2.5"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14750
14751[[package]]
14752name = "ttf-parser"
14753version = "0.21.1"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14756
14757[[package]]
14758name = "ttf-parser"
14759version = "0.25.1"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14762dependencies = [
14763 "core_maths",
14764]
14765
14766[[package]]
14767name = "tungstenite"
14768version = "0.20.1"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14771dependencies = [
14772 "byteorder",
14773 "bytes 1.10.1",
14774 "data-encoding",
14775 "http 0.2.12",
14776 "httparse",
14777 "log",
14778 "rand 0.8.5",
14779 "rustls 0.21.12",
14780 "sha1",
14781 "thiserror 1.0.69",
14782 "url",
14783 "utf-8",
14784]
14785
14786[[package]]
14787name = "tungstenite"
14788version = "0.21.0"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14791dependencies = [
14792 "byteorder",
14793 "bytes 1.10.1",
14794 "data-encoding",
14795 "http 1.2.0",
14796 "httparse",
14797 "log",
14798 "rand 0.8.5",
14799 "sha1",
14800 "thiserror 1.0.69",
14801 "url",
14802 "utf-8",
14803]
14804
14805[[package]]
14806name = "tungstenite"
14807version = "0.24.0"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14810dependencies = [
14811 "byteorder",
14812 "bytes 1.10.1",
14813 "data-encoding",
14814 "http 1.2.0",
14815 "httparse",
14816 "log",
14817 "rand 0.8.5",
14818 "sha1",
14819 "thiserror 1.0.69",
14820 "utf-8",
14821]
14822
14823[[package]]
14824name = "typeid"
14825version = "1.0.2"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14828
14829[[package]]
14830name = "typenum"
14831version = "1.17.0"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14834
14835[[package]]
14836name = "ucd-trie"
14837version = "0.1.7"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14840
14841[[package]]
14842name = "uds_windows"
14843version = "1.1.0"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14846dependencies = [
14847 "memoffset",
14848 "tempfile",
14849 "winapi",
14850]
14851
14852[[package]]
14853name = "ui"
14854version = "0.1.0"
14855dependencies = [
14856 "chrono",
14857 "component",
14858 "gpui",
14859 "itertools 0.14.0",
14860 "linkme",
14861 "menu",
14862 "serde",
14863 "settings",
14864 "smallvec",
14865 "story",
14866 "strum",
14867 "theme",
14868 "ui_macros",
14869 "util",
14870 "windows 0.60.0",
14871]
14872
14873[[package]]
14874name = "ui_input"
14875version = "0.1.0"
14876dependencies = [
14877 "editor",
14878 "gpui",
14879 "settings",
14880 "theme",
14881 "ui",
14882]
14883
14884[[package]]
14885name = "ui_macros"
14886version = "0.1.0"
14887dependencies = [
14888 "convert_case 0.8.0",
14889 "linkme",
14890 "proc-macro2",
14891 "quote",
14892 "syn 1.0.109",
14893]
14894
14895[[package]]
14896name = "unicase"
14897version = "2.8.1"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14900
14901[[package]]
14902name = "unicode-bidi"
14903version = "0.3.17"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14906
14907[[package]]
14908name = "unicode-bidi-mirroring"
14909version = "0.2.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14912
14913[[package]]
14914name = "unicode-bidi-mirroring"
14915version = "0.4.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14918
14919[[package]]
14920name = "unicode-ccc"
14921version = "0.2.0"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14924
14925[[package]]
14926name = "unicode-ccc"
14927version = "0.4.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14930
14931[[package]]
14932name = "unicode-ident"
14933version = "1.0.14"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14936
14937[[package]]
14938name = "unicode-linebreak"
14939version = "0.1.5"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14942
14943[[package]]
14944name = "unicode-normalization"
14945version = "0.1.24"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14948dependencies = [
14949 "tinyvec",
14950]
14951
14952[[package]]
14953name = "unicode-properties"
14954version = "0.1.3"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14957
14958[[package]]
14959name = "unicode-script"
14960version = "0.5.7"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14963
14964[[package]]
14965name = "unicode-segmentation"
14966version = "1.12.0"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14969
14970[[package]]
14971name = "unicode-vo"
14972version = "0.1.0"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14975
14976[[package]]
14977name = "unicode-width"
14978version = "0.1.14"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14981
14982[[package]]
14983name = "unicode-xid"
14984version = "0.2.6"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14987
14988[[package]]
14989name = "unicode_categories"
14990version = "0.1.1"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14993
14994[[package]]
14995name = "unindent"
14996version = "0.2.3"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14999
15000[[package]]
15001name = "untrusted"
15002version = "0.9.0"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15005
15006[[package]]
15007name = "url"
15008version = "2.5.4"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15011dependencies = [
15012 "form_urlencoded",
15013 "idna",
15014 "percent-encoding",
15015 "serde",
15016]
15017
15018[[package]]
15019name = "urlencoding"
15020version = "2.1.3"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15023
15024[[package]]
15025name = "usvg"
15026version = "0.45.0"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15029dependencies = [
15030 "base64 0.22.1",
15031 "data-url",
15032 "flate2",
15033 "fontdb 0.23.0",
15034 "imagesize",
15035 "kurbo",
15036 "log",
15037 "pico-args",
15038 "roxmltree",
15039 "rustybuzz 0.20.1",
15040 "simplecss",
15041 "siphasher 1.0.1",
15042 "strict-num",
15043 "svgtypes",
15044 "tiny-skia-path",
15045 "unicode-bidi",
15046 "unicode-script",
15047 "unicode-vo",
15048 "xmlwriter",
15049]
15050
15051[[package]]
15052name = "utf-8"
15053version = "0.7.6"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15056
15057[[package]]
15058name = "utf16_iter"
15059version = "1.0.5"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15062
15063[[package]]
15064name = "utf8_iter"
15065version = "1.0.4"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15068
15069[[package]]
15070name = "utf8parse"
15071version = "0.2.2"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15074
15075[[package]]
15076name = "util"
15077version = "0.1.0"
15078dependencies = [
15079 "anyhow",
15080 "async-fs",
15081 "collections",
15082 "dirs 4.0.0",
15083 "dunce",
15084 "futures 0.3.31",
15085 "futures-lite 1.13.0",
15086 "git2",
15087 "globset",
15088 "itertools 0.14.0",
15089 "libc",
15090 "log",
15091 "rand 0.8.5",
15092 "regex",
15093 "rust-embed",
15094 "serde",
15095 "serde_json",
15096 "smol",
15097 "take-until",
15098 "tempfile",
15099 "tendril",
15100 "unicase",
15101 "util_macros",
15102]
15103
15104[[package]]
15105name = "util_macros"
15106version = "0.1.0"
15107dependencies = [
15108 "quote",
15109 "syn 1.0.109",
15110]
15111
15112[[package]]
15113name = "uuid"
15114version = "1.13.2"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15117dependencies = [
15118 "getrandom 0.3.1",
15119 "serde",
15120 "sha1_smol",
15121]
15122
15123[[package]]
15124name = "v_frame"
15125version = "0.3.8"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15128dependencies = [
15129 "aligned-vec",
15130 "num-traits",
15131 "wasm-bindgen",
15132]
15133
15134[[package]]
15135name = "valuable"
15136version = "0.1.0"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15139
15140[[package]]
15141name = "value-bag"
15142version = "1.10.0"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15145dependencies = [
15146 "value-bag-serde1",
15147 "value-bag-sval2",
15148]
15149
15150[[package]]
15151name = "value-bag-serde1"
15152version = "1.10.0"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15155dependencies = [
15156 "erased-serde",
15157 "serde",
15158 "serde_fmt",
15159]
15160
15161[[package]]
15162name = "value-bag-sval2"
15163version = "1.10.0"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15166dependencies = [
15167 "sval",
15168 "sval_buffer",
15169 "sval_dynamic",
15170 "sval_fmt",
15171 "sval_json",
15172 "sval_ref",
15173 "sval_serde",
15174]
15175
15176[[package]]
15177name = "vcpkg"
15178version = "0.2.15"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15181
15182[[package]]
15183name = "version-compare"
15184version = "0.2.0"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15187
15188[[package]]
15189name = "version_check"
15190version = "0.9.5"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15193
15194[[package]]
15195name = "vim"
15196version = "0.1.0"
15197dependencies = [
15198 "anyhow",
15199 "assets",
15200 "async-compat",
15201 "async-trait",
15202 "collections",
15203 "command_palette",
15204 "command_palette_hooks",
15205 "db",
15206 "editor",
15207 "futures 0.3.31",
15208 "git_ui",
15209 "gpui",
15210 "indoc",
15211 "itertools 0.14.0",
15212 "language",
15213 "libc",
15214 "log",
15215 "lsp",
15216 "multi_buffer",
15217 "nvim-rs",
15218 "parking_lot",
15219 "picker",
15220 "project",
15221 "project_panel",
15222 "regex",
15223 "release_channel",
15224 "schemars",
15225 "search",
15226 "serde",
15227 "serde_derive",
15228 "serde_json",
15229 "settings",
15230 "task",
15231 "text",
15232 "theme",
15233 "tokio",
15234 "ui",
15235 "util",
15236 "vim_mode_setting",
15237 "workspace",
15238 "zed_actions",
15239]
15240
15241[[package]]
15242name = "vim_mode_setting"
15243version = "0.1.0"
15244dependencies = [
15245 "anyhow",
15246 "gpui",
15247 "settings",
15248]
15249
15250[[package]]
15251name = "vscode_theme"
15252version = "0.2.0"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15255dependencies = [
15256 "serde",
15257]
15258
15259[[package]]
15260name = "vsimd"
15261version = "0.8.0"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15264
15265[[package]]
15266name = "vswhom"
15267version = "0.1.0"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15270dependencies = [
15271 "libc",
15272 "vswhom-sys",
15273]
15274
15275[[package]]
15276name = "vswhom-sys"
15277version = "0.1.2"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15280dependencies = [
15281 "cc",
15282 "libc",
15283]
15284
15285[[package]]
15286name = "vte"
15287version = "0.15.0"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15290dependencies = [
15291 "arrayvec",
15292 "bitflags 2.8.0",
15293 "cursor-icon",
15294 "log",
15295 "memchr",
15296 "serde",
15297]
15298
15299[[package]]
15300name = "waker-fn"
15301version = "1.2.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15304
15305[[package]]
15306name = "walkdir"
15307version = "2.5.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15310dependencies = [
15311 "same-file",
15312 "winapi-util",
15313]
15314
15315[[package]]
15316name = "want"
15317version = "0.3.1"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15320dependencies = [
15321 "try-lock",
15322]
15323
15324[[package]]
15325name = "warp"
15326version = "0.3.7"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15329dependencies = [
15330 "bytes 1.10.1",
15331 "futures-channel",
15332 "futures-util",
15333 "headers",
15334 "http 0.2.12",
15335 "hyper 0.14.32",
15336 "log",
15337 "mime",
15338 "mime_guess",
15339 "percent-encoding",
15340 "pin-project",
15341 "scoped-tls",
15342 "serde",
15343 "serde_json",
15344 "serde_urlencoded",
15345 "tokio",
15346 "tokio-tungstenite 0.21.0",
15347 "tokio-util",
15348 "tower-service",
15349 "tracing",
15350]
15351
15352[[package]]
15353name = "wasi"
15354version = "0.9.0+wasi-snapshot-preview1"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15357
15358[[package]]
15359name = "wasi"
15360version = "0.11.0+wasi-snapshot-preview1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15363
15364[[package]]
15365name = "wasi"
15366version = "0.13.3+wasi-0.2.2"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15369dependencies = [
15370 "wit-bindgen-rt 0.33.0",
15371]
15372
15373[[package]]
15374name = "wasite"
15375version = "0.1.0"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15378
15379[[package]]
15380name = "wasm-bindgen"
15381version = "0.2.99"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15384dependencies = [
15385 "cfg-if",
15386 "once_cell",
15387 "wasm-bindgen-macro",
15388]
15389
15390[[package]]
15391name = "wasm-bindgen-backend"
15392version = "0.2.99"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15395dependencies = [
15396 "bumpalo",
15397 "log",
15398 "proc-macro2",
15399 "quote",
15400 "syn 2.0.100",
15401 "wasm-bindgen-shared",
15402]
15403
15404[[package]]
15405name = "wasm-bindgen-futures"
15406version = "0.4.49"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15409dependencies = [
15410 "cfg-if",
15411 "js-sys",
15412 "once_cell",
15413 "wasm-bindgen",
15414 "web-sys",
15415]
15416
15417[[package]]
15418name = "wasm-bindgen-macro"
15419version = "0.2.99"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15422dependencies = [
15423 "quote",
15424 "wasm-bindgen-macro-support",
15425]
15426
15427[[package]]
15428name = "wasm-bindgen-macro-support"
15429version = "0.2.99"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15432dependencies = [
15433 "proc-macro2",
15434 "quote",
15435 "syn 2.0.100",
15436 "wasm-bindgen-backend",
15437 "wasm-bindgen-shared",
15438]
15439
15440[[package]]
15441name = "wasm-bindgen-shared"
15442version = "0.2.99"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15445
15446[[package]]
15447name = "wasm-encoder"
15448version = "0.201.0"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15451dependencies = [
15452 "leb128",
15453]
15454
15455[[package]]
15456name = "wasm-encoder"
15457version = "0.221.3"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15460dependencies = [
15461 "leb128",
15462 "wasmparser 0.221.3",
15463]
15464
15465[[package]]
15466name = "wasm-metadata"
15467version = "0.201.0"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15470dependencies = [
15471 "anyhow",
15472 "indexmap",
15473 "serde",
15474 "serde_derive",
15475 "serde_json",
15476 "spdx",
15477 "wasm-encoder 0.201.0",
15478 "wasmparser 0.201.0",
15479]
15480
15481[[package]]
15482name = "wasm-metadata"
15483version = "0.221.3"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15486dependencies = [
15487 "anyhow",
15488 "indexmap",
15489 "serde",
15490 "serde_derive",
15491 "serde_json",
15492 "spdx",
15493 "wasm-encoder 0.221.3",
15494 "wasmparser 0.221.3",
15495]
15496
15497[[package]]
15498name = "wasm-streams"
15499version = "0.4.2"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15502dependencies = [
15503 "futures-util",
15504 "js-sys",
15505 "wasm-bindgen",
15506 "wasm-bindgen-futures",
15507 "web-sys",
15508]
15509
15510[[package]]
15511name = "wasmparser"
15512version = "0.201.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15515dependencies = [
15516 "bitflags 2.8.0",
15517 "indexmap",
15518 "semver",
15519]
15520
15521[[package]]
15522name = "wasmparser"
15523version = "0.221.3"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15526dependencies = [
15527 "bitflags 2.8.0",
15528 "hashbrown 0.15.2",
15529 "indexmap",
15530 "semver",
15531 "serde",
15532]
15533
15534[[package]]
15535name = "wasmprinter"
15536version = "0.221.3"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15539dependencies = [
15540 "anyhow",
15541 "termcolor",
15542 "wasmparser 0.221.3",
15543]
15544
15545[[package]]
15546name = "wasmtime"
15547version = "29.0.1"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15550dependencies = [
15551 "anyhow",
15552 "async-trait",
15553 "bitflags 2.8.0",
15554 "bumpalo",
15555 "cc",
15556 "cfg-if",
15557 "encoding_rs",
15558 "hashbrown 0.14.5",
15559 "indexmap",
15560 "libc",
15561 "log",
15562 "mach2",
15563 "memfd",
15564 "object",
15565 "once_cell",
15566 "paste",
15567 "postcard",
15568 "psm",
15569 "pulley-interpreter",
15570 "rustix",
15571 "semver",
15572 "serde",
15573 "serde_derive",
15574 "smallvec",
15575 "sptr",
15576 "target-lexicon 0.13.2",
15577 "trait-variant",
15578 "wasmparser 0.221.3",
15579 "wasmtime-asm-macros",
15580 "wasmtime-component-macro",
15581 "wasmtime-component-util",
15582 "wasmtime-cranelift",
15583 "wasmtime-environ",
15584 "wasmtime-fiber",
15585 "wasmtime-jit-icache-coherence",
15586 "wasmtime-math",
15587 "wasmtime-slab",
15588 "wasmtime-versioned-export-macros",
15589 "wasmtime-winch",
15590 "windows-sys 0.59.0",
15591]
15592
15593[[package]]
15594name = "wasmtime-asm-macros"
15595version = "29.0.1"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15598dependencies = [
15599 "cfg-if",
15600]
15601
15602[[package]]
15603name = "wasmtime-c-api-impl"
15604version = "29.0.1"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15607dependencies = [
15608 "anyhow",
15609 "log",
15610 "tracing",
15611 "wasmtime",
15612 "wasmtime-c-api-macros",
15613]
15614
15615[[package]]
15616name = "wasmtime-c-api-macros"
15617version = "29.0.1"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15620dependencies = [
15621 "proc-macro2",
15622 "quote",
15623]
15624
15625[[package]]
15626name = "wasmtime-component-macro"
15627version = "29.0.1"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15630dependencies = [
15631 "anyhow",
15632 "proc-macro2",
15633 "quote",
15634 "syn 2.0.100",
15635 "wasmtime-component-util",
15636 "wasmtime-wit-bindgen",
15637 "wit-parser 0.221.3",
15638]
15639
15640[[package]]
15641name = "wasmtime-component-util"
15642version = "29.0.1"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15645
15646[[package]]
15647name = "wasmtime-cranelift"
15648version = "29.0.1"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15651dependencies = [
15652 "anyhow",
15653 "cfg-if",
15654 "cranelift-codegen",
15655 "cranelift-control",
15656 "cranelift-entity",
15657 "cranelift-frontend",
15658 "cranelift-native",
15659 "gimli",
15660 "itertools 0.12.1",
15661 "log",
15662 "object",
15663 "smallvec",
15664 "target-lexicon 0.13.2",
15665 "thiserror 1.0.69",
15666 "wasmparser 0.221.3",
15667 "wasmtime-environ",
15668 "wasmtime-versioned-export-macros",
15669]
15670
15671[[package]]
15672name = "wasmtime-environ"
15673version = "29.0.1"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15676dependencies = [
15677 "anyhow",
15678 "cpp_demangle",
15679 "cranelift-bitset",
15680 "cranelift-entity",
15681 "gimli",
15682 "indexmap",
15683 "log",
15684 "object",
15685 "postcard",
15686 "rustc-demangle",
15687 "semver",
15688 "serde",
15689 "serde_derive",
15690 "smallvec",
15691 "target-lexicon 0.13.2",
15692 "wasm-encoder 0.221.3",
15693 "wasmparser 0.221.3",
15694 "wasmprinter",
15695 "wasmtime-component-util",
15696]
15697
15698[[package]]
15699name = "wasmtime-fiber"
15700version = "29.0.1"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15703dependencies = [
15704 "anyhow",
15705 "cc",
15706 "cfg-if",
15707 "rustix",
15708 "wasmtime-asm-macros",
15709 "wasmtime-versioned-export-macros",
15710 "windows-sys 0.59.0",
15711]
15712
15713[[package]]
15714name = "wasmtime-jit-icache-coherence"
15715version = "29.0.1"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15718dependencies = [
15719 "anyhow",
15720 "cfg-if",
15721 "libc",
15722 "windows-sys 0.59.0",
15723]
15724
15725[[package]]
15726name = "wasmtime-math"
15727version = "29.0.1"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15730dependencies = [
15731 "libm",
15732]
15733
15734[[package]]
15735name = "wasmtime-slab"
15736version = "29.0.1"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15739
15740[[package]]
15741name = "wasmtime-versioned-export-macros"
15742version = "29.0.1"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15745dependencies = [
15746 "proc-macro2",
15747 "quote",
15748 "syn 2.0.100",
15749]
15750
15751[[package]]
15752name = "wasmtime-wasi"
15753version = "29.0.1"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15756dependencies = [
15757 "anyhow",
15758 "async-trait",
15759 "bitflags 2.8.0",
15760 "bytes 1.10.1",
15761 "cap-fs-ext",
15762 "cap-net-ext",
15763 "cap-rand",
15764 "cap-std",
15765 "cap-time-ext",
15766 "fs-set-times",
15767 "futures 0.3.31",
15768 "io-extras",
15769 "io-lifetimes",
15770 "rustix",
15771 "system-interface",
15772 "thiserror 1.0.69",
15773 "tokio",
15774 "tracing",
15775 "trait-variant",
15776 "url",
15777 "wasmtime",
15778 "wiggle",
15779 "windows-sys 0.59.0",
15780]
15781
15782[[package]]
15783name = "wasmtime-winch"
15784version = "29.0.1"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15787dependencies = [
15788 "anyhow",
15789 "cranelift-codegen",
15790 "gimli",
15791 "object",
15792 "target-lexicon 0.13.2",
15793 "wasmparser 0.221.3",
15794 "wasmtime-cranelift",
15795 "wasmtime-environ",
15796 "winch-codegen",
15797]
15798
15799[[package]]
15800name = "wasmtime-wit-bindgen"
15801version = "29.0.1"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15804dependencies = [
15805 "anyhow",
15806 "heck 0.5.0",
15807 "indexmap",
15808 "wit-parser 0.221.3",
15809]
15810
15811[[package]]
15812name = "wast"
15813version = "35.0.2"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15816dependencies = [
15817 "leb128",
15818]
15819
15820[[package]]
15821name = "wayland-backend"
15822version = "0.3.8"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15825dependencies = [
15826 "cc",
15827 "downcast-rs",
15828 "rustix",
15829 "scoped-tls",
15830 "smallvec",
15831 "wayland-sys",
15832]
15833
15834[[package]]
15835name = "wayland-client"
15836version = "0.31.8"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15839dependencies = [
15840 "bitflags 2.8.0",
15841 "rustix",
15842 "wayland-backend",
15843 "wayland-scanner",
15844]
15845
15846[[package]]
15847name = "wayland-cursor"
15848version = "0.31.8"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15851dependencies = [
15852 "rustix",
15853 "wayland-client",
15854 "xcursor",
15855]
15856
15857[[package]]
15858name = "wayland-protocols"
15859version = "0.31.2"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15862dependencies = [
15863 "bitflags 2.8.0",
15864 "wayland-backend",
15865 "wayland-client",
15866 "wayland-scanner",
15867]
15868
15869[[package]]
15870name = "wayland-protocols-plasma"
15871version = "0.2.0"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15874dependencies = [
15875 "bitflags 2.8.0",
15876 "wayland-backend",
15877 "wayland-client",
15878 "wayland-protocols",
15879 "wayland-scanner",
15880]
15881
15882[[package]]
15883name = "wayland-scanner"
15884version = "0.31.6"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15887dependencies = [
15888 "proc-macro2",
15889 "quick-xml 0.37.2",
15890 "quote",
15891]
15892
15893[[package]]
15894name = "wayland-sys"
15895version = "0.31.6"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15898dependencies = [
15899 "dlib",
15900 "log",
15901 "once_cell",
15902 "pkg-config",
15903]
15904
15905[[package]]
15906name = "web-sys"
15907version = "0.3.76"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15910dependencies = [
15911 "js-sys",
15912 "wasm-bindgen",
15913]
15914
15915[[package]]
15916name = "web-time"
15917version = "1.1.0"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15920dependencies = [
15921 "js-sys",
15922 "wasm-bindgen",
15923]
15924
15925[[package]]
15926name = "webpki-root-certs"
15927version = "0.26.8"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15930dependencies = [
15931 "rustls-pki-types",
15932]
15933
15934[[package]]
15935name = "webpki-roots"
15936version = "0.26.7"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15939dependencies = [
15940 "rustls-pki-types",
15941]
15942
15943[[package]]
15944name = "webrtc-sys"
15945version = "0.3.5"
15946source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15947dependencies = [
15948 "cc",
15949 "cxx",
15950 "cxx-build",
15951 "glob",
15952 "log",
15953 "webrtc-sys-build",
15954]
15955
15956[[package]]
15957name = "webrtc-sys-build"
15958version = "0.3.5"
15959source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15960dependencies = [
15961 "fs2",
15962 "regex",
15963 "reqwest 0.11.27",
15964 "scratch",
15965 "semver",
15966 "zip",
15967]
15968
15969[[package]]
15970name = "weezl"
15971version = "0.1.8"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15974
15975[[package]]
15976name = "welcome"
15977version = "0.1.0"
15978dependencies = [
15979 "anyhow",
15980 "client",
15981 "db",
15982 "editor",
15983 "fuzzy",
15984 "gpui",
15985 "install_cli",
15986 "language",
15987 "picker",
15988 "project",
15989 "schemars",
15990 "serde",
15991 "settings",
15992 "telemetry",
15993 "ui",
15994 "util",
15995 "vim_mode_setting",
15996 "workspace",
15997 "zed_actions",
15998]
15999
16000[[package]]
16001name = "which"
16002version = "4.4.2"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16005dependencies = [
16006 "either",
16007 "home",
16008 "once_cell",
16009 "rustix",
16010]
16011
16012[[package]]
16013name = "which"
16014version = "6.0.3"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16017dependencies = [
16018 "either",
16019 "home",
16020 "rustix",
16021 "winsafe",
16022]
16023
16024[[package]]
16025name = "which"
16026version = "7.0.2"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16029dependencies = [
16030 "either",
16031 "env_home",
16032 "rustix",
16033 "winsafe",
16034]
16035
16036[[package]]
16037name = "whoami"
16038version = "1.5.2"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16041dependencies = [
16042 "redox_syscall 0.5.8",
16043 "wasite",
16044]
16045
16046[[package]]
16047name = "wiggle"
16048version = "29.0.1"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16051dependencies = [
16052 "anyhow",
16053 "async-trait",
16054 "bitflags 2.8.0",
16055 "thiserror 1.0.69",
16056 "tracing",
16057 "wasmtime",
16058 "wiggle-macro",
16059]
16060
16061[[package]]
16062name = "wiggle-generate"
16063version = "29.0.1"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16066dependencies = [
16067 "anyhow",
16068 "heck 0.5.0",
16069 "proc-macro2",
16070 "quote",
16071 "shellexpand 2.1.2",
16072 "syn 2.0.100",
16073 "witx",
16074]
16075
16076[[package]]
16077name = "wiggle-macro"
16078version = "29.0.1"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16081dependencies = [
16082 "proc-macro2",
16083 "quote",
16084 "syn 2.0.100",
16085 "wiggle-generate",
16086]
16087
16088[[package]]
16089name = "winapi"
16090version = "0.3.9"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16093dependencies = [
16094 "winapi-i686-pc-windows-gnu",
16095 "winapi-x86_64-pc-windows-gnu",
16096]
16097
16098[[package]]
16099name = "winapi-i686-pc-windows-gnu"
16100version = "0.4.0"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16103
16104[[package]]
16105name = "winapi-util"
16106version = "0.1.9"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16109dependencies = [
16110 "windows-sys 0.59.0",
16111]
16112
16113[[package]]
16114name = "winapi-x86_64-pc-windows-gnu"
16115version = "0.4.0"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16118
16119[[package]]
16120name = "winch-codegen"
16121version = "29.0.1"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16124dependencies = [
16125 "anyhow",
16126 "cranelift-codegen",
16127 "gimli",
16128 "regalloc2",
16129 "smallvec",
16130 "target-lexicon 0.13.2",
16131 "thiserror 1.0.69",
16132 "wasmparser 0.221.3",
16133 "wasmtime-cranelift",
16134 "wasmtime-environ",
16135]
16136
16137[[package]]
16138name = "windows"
16139version = "0.54.0"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16142dependencies = [
16143 "windows-core 0.54.0",
16144 "windows-targets 0.52.6",
16145]
16146
16147[[package]]
16148name = "windows"
16149version = "0.57.0"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16152dependencies = [
16153 "windows-core 0.57.0",
16154 "windows-targets 0.52.6",
16155]
16156
16157[[package]]
16158name = "windows"
16159version = "0.58.0"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16162dependencies = [
16163 "windows-core 0.58.0",
16164 "windows-targets 0.52.6",
16165]
16166
16167[[package]]
16168name = "windows"
16169version = "0.60.0"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16172dependencies = [
16173 "windows-collections",
16174 "windows-core 0.60.1",
16175 "windows-future",
16176 "windows-link",
16177 "windows-numerics",
16178]
16179
16180[[package]]
16181name = "windows-collections"
16182version = "0.1.1"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16185dependencies = [
16186 "windows-core 0.60.1",
16187]
16188
16189[[package]]
16190name = "windows-core"
16191version = "0.52.0"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16194dependencies = [
16195 "windows-targets 0.52.6",
16196]
16197
16198[[package]]
16199name = "windows-core"
16200version = "0.54.0"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16203dependencies = [
16204 "windows-result 0.1.2",
16205 "windows-targets 0.52.6",
16206]
16207
16208[[package]]
16209name = "windows-core"
16210version = "0.57.0"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16213dependencies = [
16214 "windows-implement 0.57.0",
16215 "windows-interface 0.57.0",
16216 "windows-result 0.1.2",
16217 "windows-targets 0.52.6",
16218]
16219
16220[[package]]
16221name = "windows-core"
16222version = "0.58.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16225dependencies = [
16226 "windows-implement 0.58.0",
16227 "windows-interface 0.58.0",
16228 "windows-result 0.2.0",
16229 "windows-strings 0.1.0",
16230 "windows-targets 0.52.6",
16231]
16232
16233[[package]]
16234name = "windows-core"
16235version = "0.60.1"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16238dependencies = [
16239 "windows-implement 0.59.0",
16240 "windows-interface 0.59.0",
16241 "windows-link",
16242 "windows-result 0.3.1",
16243 "windows-strings 0.3.1",
16244]
16245
16246[[package]]
16247name = "windows-future"
16248version = "0.1.1"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16251dependencies = [
16252 "windows-core 0.60.1",
16253 "windows-link",
16254]
16255
16256[[package]]
16257name = "windows-implement"
16258version = "0.57.0"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16261dependencies = [
16262 "proc-macro2",
16263 "quote",
16264 "syn 2.0.100",
16265]
16266
16267[[package]]
16268name = "windows-implement"
16269version = "0.58.0"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16272dependencies = [
16273 "proc-macro2",
16274 "quote",
16275 "syn 2.0.100",
16276]
16277
16278[[package]]
16279name = "windows-implement"
16280version = "0.59.0"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16283dependencies = [
16284 "proc-macro2",
16285 "quote",
16286 "syn 2.0.100",
16287]
16288
16289[[package]]
16290name = "windows-interface"
16291version = "0.57.0"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16294dependencies = [
16295 "proc-macro2",
16296 "quote",
16297 "syn 2.0.100",
16298]
16299
16300[[package]]
16301name = "windows-interface"
16302version = "0.58.0"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16305dependencies = [
16306 "proc-macro2",
16307 "quote",
16308 "syn 2.0.100",
16309]
16310
16311[[package]]
16312name = "windows-interface"
16313version = "0.59.0"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16316dependencies = [
16317 "proc-macro2",
16318 "quote",
16319 "syn 2.0.100",
16320]
16321
16322[[package]]
16323name = "windows-link"
16324version = "0.1.0"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16327
16328[[package]]
16329name = "windows-numerics"
16330version = "0.1.1"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16333dependencies = [
16334 "windows-core 0.60.1",
16335 "windows-link",
16336]
16337
16338[[package]]
16339name = "windows-registry"
16340version = "0.2.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16343dependencies = [
16344 "windows-result 0.2.0",
16345 "windows-strings 0.1.0",
16346 "windows-targets 0.52.6",
16347]
16348
16349[[package]]
16350name = "windows-result"
16351version = "0.1.2"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16354dependencies = [
16355 "windows-targets 0.52.6",
16356]
16357
16358[[package]]
16359name = "windows-result"
16360version = "0.2.0"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16363dependencies = [
16364 "windows-targets 0.52.6",
16365]
16366
16367[[package]]
16368name = "windows-result"
16369version = "0.3.1"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16372dependencies = [
16373 "windows-link",
16374]
16375
16376[[package]]
16377name = "windows-strings"
16378version = "0.1.0"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16381dependencies = [
16382 "windows-result 0.2.0",
16383 "windows-targets 0.52.6",
16384]
16385
16386[[package]]
16387name = "windows-strings"
16388version = "0.3.1"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16391dependencies = [
16392 "windows-link",
16393]
16394
16395[[package]]
16396name = "windows-sys"
16397version = "0.45.0"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16400dependencies = [
16401 "windows-targets 0.42.2",
16402]
16403
16404[[package]]
16405name = "windows-sys"
16406version = "0.48.0"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16409dependencies = [
16410 "windows-targets 0.48.5",
16411]
16412
16413[[package]]
16414name = "windows-sys"
16415version = "0.52.0"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16418dependencies = [
16419 "windows-targets 0.52.6",
16420]
16421
16422[[package]]
16423name = "windows-sys"
16424version = "0.59.0"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16427dependencies = [
16428 "windows-targets 0.52.6",
16429]
16430
16431[[package]]
16432name = "windows-targets"
16433version = "0.42.2"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16436dependencies = [
16437 "windows_aarch64_gnullvm 0.42.2",
16438 "windows_aarch64_msvc 0.42.2",
16439 "windows_i686_gnu 0.42.2",
16440 "windows_i686_msvc 0.42.2",
16441 "windows_x86_64_gnu 0.42.2",
16442 "windows_x86_64_gnullvm 0.42.2",
16443 "windows_x86_64_msvc 0.42.2",
16444]
16445
16446[[package]]
16447name = "windows-targets"
16448version = "0.48.5"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16451dependencies = [
16452 "windows_aarch64_gnullvm 0.48.5",
16453 "windows_aarch64_msvc 0.48.5",
16454 "windows_i686_gnu 0.48.5",
16455 "windows_i686_msvc 0.48.5",
16456 "windows_x86_64_gnu 0.48.5",
16457 "windows_x86_64_gnullvm 0.48.5",
16458 "windows_x86_64_msvc 0.48.5",
16459]
16460
16461[[package]]
16462name = "windows-targets"
16463version = "0.52.6"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16466dependencies = [
16467 "windows_aarch64_gnullvm 0.52.6",
16468 "windows_aarch64_msvc 0.52.6",
16469 "windows_i686_gnu 0.52.6",
16470 "windows_i686_gnullvm",
16471 "windows_i686_msvc 0.52.6",
16472 "windows_x86_64_gnu 0.52.6",
16473 "windows_x86_64_gnullvm 0.52.6",
16474 "windows_x86_64_msvc 0.52.6",
16475]
16476
16477[[package]]
16478name = "windows_aarch64_gnullvm"
16479version = "0.42.2"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16482
16483[[package]]
16484name = "windows_aarch64_gnullvm"
16485version = "0.48.5"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16488
16489[[package]]
16490name = "windows_aarch64_gnullvm"
16491version = "0.52.6"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16494
16495[[package]]
16496name = "windows_aarch64_msvc"
16497version = "0.42.2"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16500
16501[[package]]
16502name = "windows_aarch64_msvc"
16503version = "0.48.5"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16506
16507[[package]]
16508name = "windows_aarch64_msvc"
16509version = "0.52.6"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16512
16513[[package]]
16514name = "windows_i686_gnu"
16515version = "0.42.2"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16518
16519[[package]]
16520name = "windows_i686_gnu"
16521version = "0.48.5"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16524
16525[[package]]
16526name = "windows_i686_gnu"
16527version = "0.52.6"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16530
16531[[package]]
16532name = "windows_i686_gnullvm"
16533version = "0.52.6"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16536
16537[[package]]
16538name = "windows_i686_msvc"
16539version = "0.42.2"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16542
16543[[package]]
16544name = "windows_i686_msvc"
16545version = "0.48.5"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16548
16549[[package]]
16550name = "windows_i686_msvc"
16551version = "0.52.6"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16554
16555[[package]]
16556name = "windows_x86_64_gnu"
16557version = "0.42.2"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16560
16561[[package]]
16562name = "windows_x86_64_gnu"
16563version = "0.48.5"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16566
16567[[package]]
16568name = "windows_x86_64_gnu"
16569version = "0.52.6"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16572
16573[[package]]
16574name = "windows_x86_64_gnullvm"
16575version = "0.42.2"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16578
16579[[package]]
16580name = "windows_x86_64_gnullvm"
16581version = "0.48.5"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16584
16585[[package]]
16586name = "windows_x86_64_gnullvm"
16587version = "0.52.6"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16590
16591[[package]]
16592name = "windows_x86_64_msvc"
16593version = "0.42.2"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16596
16597[[package]]
16598name = "windows_x86_64_msvc"
16599version = "0.48.5"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16602
16603[[package]]
16604name = "windows_x86_64_msvc"
16605version = "0.52.6"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16608
16609[[package]]
16610name = "winnow"
16611version = "0.6.20"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16614dependencies = [
16615 "memchr",
16616]
16617
16618[[package]]
16619name = "winnow"
16620version = "0.7.1"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16623dependencies = [
16624 "memchr",
16625]
16626
16627[[package]]
16628name = "winreg"
16629version = "0.50.0"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16632dependencies = [
16633 "cfg-if",
16634 "windows-sys 0.48.0",
16635]
16636
16637[[package]]
16638name = "winreg"
16639version = "0.52.0"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16642dependencies = [
16643 "cfg-if",
16644 "windows-sys 0.48.0",
16645]
16646
16647[[package]]
16648name = "winresource"
16649version = "0.1.19"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16652dependencies = [
16653 "toml 0.8.20",
16654 "version_check",
16655]
16656
16657[[package]]
16658name = "winsafe"
16659version = "0.0.19"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16662
16663[[package]]
16664name = "winx"
16665version = "0.36.4"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16668dependencies = [
16669 "bitflags 2.8.0",
16670 "windows-sys 0.59.0",
16671]
16672
16673[[package]]
16674name = "wio"
16675version = "0.2.2"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16678dependencies = [
16679 "winapi",
16680]
16681
16682[[package]]
16683name = "wit-bindgen"
16684version = "0.22.0"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16687dependencies = [
16688 "bitflags 2.8.0",
16689 "wit-bindgen-rt 0.22.0",
16690 "wit-bindgen-rust-macro",
16691]
16692
16693[[package]]
16694name = "wit-bindgen-core"
16695version = "0.22.0"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16698dependencies = [
16699 "anyhow",
16700 "wit-parser 0.201.0",
16701]
16702
16703[[package]]
16704name = "wit-bindgen-rt"
16705version = "0.22.0"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16708
16709[[package]]
16710name = "wit-bindgen-rt"
16711version = "0.33.0"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16714dependencies = [
16715 "bitflags 2.8.0",
16716]
16717
16718[[package]]
16719name = "wit-bindgen-rust"
16720version = "0.22.0"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16723dependencies = [
16724 "anyhow",
16725 "heck 0.4.1",
16726 "indexmap",
16727 "wasm-metadata 0.201.0",
16728 "wit-bindgen-core",
16729 "wit-component 0.201.0",
16730]
16731
16732[[package]]
16733name = "wit-bindgen-rust-macro"
16734version = "0.22.0"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16737dependencies = [
16738 "anyhow",
16739 "proc-macro2",
16740 "quote",
16741 "syn 2.0.100",
16742 "wit-bindgen-core",
16743 "wit-bindgen-rust",
16744]
16745
16746[[package]]
16747name = "wit-component"
16748version = "0.201.0"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16751dependencies = [
16752 "anyhow",
16753 "bitflags 2.8.0",
16754 "indexmap",
16755 "log",
16756 "serde",
16757 "serde_derive",
16758 "serde_json",
16759 "wasm-encoder 0.201.0",
16760 "wasm-metadata 0.201.0",
16761 "wasmparser 0.201.0",
16762 "wit-parser 0.201.0",
16763]
16764
16765[[package]]
16766name = "wit-component"
16767version = "0.221.3"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16770dependencies = [
16771 "anyhow",
16772 "bitflags 2.8.0",
16773 "indexmap",
16774 "log",
16775 "serde",
16776 "serde_derive",
16777 "serde_json",
16778 "wasm-encoder 0.221.3",
16779 "wasm-metadata 0.221.3",
16780 "wasmparser 0.221.3",
16781 "wit-parser 0.221.3",
16782]
16783
16784[[package]]
16785name = "wit-parser"
16786version = "0.201.0"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16789dependencies = [
16790 "anyhow",
16791 "id-arena",
16792 "indexmap",
16793 "log",
16794 "semver",
16795 "serde",
16796 "serde_derive",
16797 "serde_json",
16798 "unicode-xid",
16799 "wasmparser 0.201.0",
16800]
16801
16802[[package]]
16803name = "wit-parser"
16804version = "0.221.3"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16807dependencies = [
16808 "anyhow",
16809 "id-arena",
16810 "indexmap",
16811 "log",
16812 "semver",
16813 "serde",
16814 "serde_derive",
16815 "serde_json",
16816 "unicode-xid",
16817 "wasmparser 0.221.3",
16818]
16819
16820[[package]]
16821name = "witx"
16822version = "0.9.1"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16825dependencies = [
16826 "anyhow",
16827 "log",
16828 "thiserror 1.0.69",
16829 "wast",
16830]
16831
16832[[package]]
16833name = "workspace"
16834version = "0.1.0"
16835dependencies = [
16836 "any_vec",
16837 "anyhow",
16838 "async-recursion 1.1.1",
16839 "bincode",
16840 "call",
16841 "client",
16842 "clock",
16843 "collections",
16844 "component",
16845 "db",
16846 "derive_more",
16847 "env_logger 0.11.7",
16848 "fs",
16849 "futures 0.3.31",
16850 "gpui",
16851 "http_client",
16852 "itertools 0.14.0",
16853 "language",
16854 "log",
16855 "node_runtime",
16856 "parking_lot",
16857 "postage",
16858 "project",
16859 "remote",
16860 "schemars",
16861 "serde",
16862 "serde_json",
16863 "session",
16864 "settings",
16865 "smallvec",
16866 "sqlez",
16867 "strum",
16868 "task",
16869 "telemetry",
16870 "tempfile",
16871 "theme",
16872 "ui",
16873 "util",
16874 "uuid",
16875 "zed_actions",
16876]
16877
16878[[package]]
16879name = "worktree"
16880version = "0.1.0"
16881dependencies = [
16882 "anyhow",
16883 "clock",
16884 "collections",
16885 "env_logger 0.11.7",
16886 "fs",
16887 "futures 0.3.31",
16888 "fuzzy",
16889 "git",
16890 "git2",
16891 "git_hosting_providers",
16892 "gpui",
16893 "http_client",
16894 "ignore",
16895 "language",
16896 "log",
16897 "parking_lot",
16898 "paths",
16899 "postage",
16900 "pretty_assertions",
16901 "rand 0.8.5",
16902 "rpc",
16903 "schemars",
16904 "serde",
16905 "serde_json",
16906 "settings",
16907 "smallvec",
16908 "smol",
16909 "sum_tree",
16910 "text",
16911 "util",
16912]
16913
16914[[package]]
16915name = "write16"
16916version = "1.0.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16919
16920[[package]]
16921name = "writeable"
16922version = "0.5.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16925
16926[[package]]
16927name = "wyz"
16928version = "0.5.1"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16931dependencies = [
16932 "tap",
16933]
16934
16935[[package]]
16936name = "x11-clipboard"
16937version = "0.9.3"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16940dependencies = [
16941 "libc",
16942 "x11rb",
16943]
16944
16945[[package]]
16946name = "x11rb"
16947version = "0.13.1"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16950dependencies = [
16951 "as-raw-xcb-connection",
16952 "gethostname",
16953 "libc",
16954 "rustix",
16955 "x11rb-protocol",
16956]
16957
16958[[package]]
16959name = "x11rb-protocol"
16960version = "0.13.1"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16963
16964[[package]]
16965name = "xattr"
16966version = "0.2.3"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16969dependencies = [
16970 "libc",
16971]
16972
16973[[package]]
16974name = "xcursor"
16975version = "0.3.8"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16978
16979[[package]]
16980name = "xdg-home"
16981version = "1.3.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16984dependencies = [
16985 "libc",
16986 "windows-sys 0.59.0",
16987]
16988
16989[[package]]
16990name = "xim"
16991version = "0.4.0"
16992source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16993dependencies = [
16994 "ahash 0.8.11",
16995 "hashbrown 0.14.5",
16996 "log",
16997 "x11rb",
16998 "xim-ctext",
16999 "xim-parser",
17000]
17001
17002[[package]]
17003name = "xim-ctext"
17004version = "0.3.0"
17005source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17006dependencies = [
17007 "encoding_rs",
17008]
17009
17010[[package]]
17011name = "xim-parser"
17012version = "0.2.1"
17013source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17014dependencies = [
17015 "bitflags 2.8.0",
17016]
17017
17018[[package]]
17019name = "xkbcommon"
17020version = "0.7.0"
17021source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17022dependencies = [
17023 "as-raw-xcb-connection",
17024 "libc",
17025 "memmap2",
17026 "xkeysym",
17027]
17028
17029[[package]]
17030name = "xkeysym"
17031version = "0.2.1"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17034
17035[[package]]
17036name = "xml5ever"
17037version = "0.18.1"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17040dependencies = [
17041 "log",
17042 "mac",
17043 "markup5ever",
17044]
17045
17046[[package]]
17047name = "xmlparser"
17048version = "0.13.6"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17051
17052[[package]]
17053name = "xmlwriter"
17054version = "0.1.0"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17057
17058[[package]]
17059name = "xtask"
17060version = "0.1.0"
17061dependencies = [
17062 "anyhow",
17063 "cargo_metadata",
17064 "cargo_toml",
17065 "clap",
17066]
17067
17068[[package]]
17069name = "yaml-rust2"
17070version = "0.8.1"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17073dependencies = [
17074 "arraydeque",
17075 "encoding_rs",
17076 "hashlink 0.8.4",
17077]
17078
17079[[package]]
17080name = "yansi"
17081version = "1.0.1"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17084
17085[[package]]
17086name = "yazi"
17087version = "0.1.6"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17090
17091[[package]]
17092name = "yeslogic-fontconfig-sys"
17093version = "6.0.0"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17096dependencies = [
17097 "dlib",
17098 "once_cell",
17099 "pkg-config",
17100]
17101
17102[[package]]
17103name = "yoke"
17104version = "0.7.5"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17107dependencies = [
17108 "serde",
17109 "stable_deref_trait",
17110 "yoke-derive",
17111 "zerofrom",
17112]
17113
17114[[package]]
17115name = "yoke-derive"
17116version = "0.7.5"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17119dependencies = [
17120 "proc-macro2",
17121 "quote",
17122 "syn 2.0.100",
17123 "synstructure",
17124]
17125
17126[[package]]
17127name = "zbus"
17128version = "5.5.0"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17131dependencies = [
17132 "async-broadcast",
17133 "async-executor",
17134 "async-fs",
17135 "async-io",
17136 "async-lock",
17137 "async-process",
17138 "async-recursion 1.1.1",
17139 "async-task",
17140 "async-trait",
17141 "blocking",
17142 "enumflags2",
17143 "event-listener 5.3.1",
17144 "futures-core",
17145 "futures-lite 2.6.0",
17146 "hex",
17147 "nix",
17148 "ordered-stream",
17149 "serde",
17150 "serde_repr",
17151 "static_assertions",
17152 "tracing",
17153 "uds_windows",
17154 "windows-sys 0.59.0",
17155 "winnow 0.7.1",
17156 "xdg-home",
17157 "zbus_macros",
17158 "zbus_names",
17159 "zvariant",
17160]
17161
17162[[package]]
17163name = "zbus_macros"
17164version = "5.5.0"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17167dependencies = [
17168 "proc-macro-crate",
17169 "proc-macro2",
17170 "quote",
17171 "syn 2.0.100",
17172 "zbus_names",
17173 "zvariant",
17174 "zvariant_utils",
17175]
17176
17177[[package]]
17178name = "zbus_names"
17179version = "4.1.0"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17182dependencies = [
17183 "serde",
17184 "static_assertions",
17185 "winnow 0.6.20",
17186 "zvariant",
17187]
17188
17189[[package]]
17190name = "zed"
17191version = "0.179.0"
17192dependencies = [
17193 "activity_indicator",
17194 "anyhow",
17195 "ashpd",
17196 "assets",
17197 "assistant",
17198 "assistant2",
17199 "assistant_context_editor",
17200 "assistant_settings",
17201 "assistant_tools",
17202 "async-watch",
17203 "audio",
17204 "auto_update",
17205 "auto_update_ui",
17206 "backtrace",
17207 "breadcrumbs",
17208 "call",
17209 "channel",
17210 "chrono",
17211 "clap",
17212 "cli",
17213 "client",
17214 "collab_ui",
17215 "collections",
17216 "command_palette",
17217 "command_palette_hooks",
17218 "component_preview",
17219 "copilot",
17220 "db",
17221 "diagnostics",
17222 "editor",
17223 "env_logger 0.11.7",
17224 "extension",
17225 "extension_host",
17226 "extensions_ui",
17227 "feature_flags",
17228 "feedback",
17229 "file_finder",
17230 "fs",
17231 "futures 0.3.31",
17232 "git",
17233 "git_hosting_providers",
17234 "git_ui",
17235 "go_to_line",
17236 "gpui",
17237 "gpui_tokio",
17238 "http_client",
17239 "image_viewer",
17240 "inline_completion_button",
17241 "install_cli",
17242 "journal",
17243 "language",
17244 "language_extension",
17245 "language_model",
17246 "language_models",
17247 "language_selector",
17248 "language_tools",
17249 "languages",
17250 "libc",
17251 "log",
17252 "markdown",
17253 "markdown_preview",
17254 "menu",
17255 "migrator",
17256 "mimalloc",
17257 "nix",
17258 "node_runtime",
17259 "notifications",
17260 "outline",
17261 "outline_panel",
17262 "parking_lot",
17263 "paths",
17264 "picker",
17265 "profiling",
17266 "project",
17267 "project_panel",
17268 "project_symbols",
17269 "prompt_store",
17270 "proto",
17271 "recent_projects",
17272 "release_channel",
17273 "remote",
17274 "repl",
17275 "reqwest_client",
17276 "rope",
17277 "search",
17278 "serde",
17279 "serde_json",
17280 "session",
17281 "settings",
17282 "settings_ui",
17283 "shellexpand 2.1.2",
17284 "simplelog",
17285 "smol",
17286 "snippet_provider",
17287 "snippets_ui",
17288 "supermaven",
17289 "sysinfo",
17290 "tab_switcher",
17291 "task",
17292 "tasks_ui",
17293 "telemetry",
17294 "telemetry_events",
17295 "terminal_view",
17296 "theme",
17297 "theme_extension",
17298 "theme_selector",
17299 "time",
17300 "toolchain_selector",
17301 "tree-sitter-md",
17302 "tree-sitter-rust",
17303 "ui",
17304 "url",
17305 "urlencoding",
17306 "util",
17307 "uuid",
17308 "vim",
17309 "vim_mode_setting",
17310 "welcome",
17311 "windows 0.60.0",
17312 "winresource",
17313 "workspace",
17314 "zed_actions",
17315 "zeta",
17316]
17317
17318[[package]]
17319name = "zed_actions"
17320version = "0.1.0"
17321dependencies = [
17322 "gpui",
17323 "schemars",
17324 "serde",
17325]
17326
17327[[package]]
17328name = "zed_emmet"
17329version = "0.0.3"
17330dependencies = [
17331 "zed_extension_api 0.1.0",
17332]
17333
17334[[package]]
17335name = "zed_extension_api"
17336version = "0.1.0"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17339dependencies = [
17340 "serde",
17341 "serde_json",
17342 "wit-bindgen",
17343]
17344
17345[[package]]
17346name = "zed_extension_api"
17347version = "0.3.0"
17348dependencies = [
17349 "serde",
17350 "serde_json",
17351 "wit-bindgen",
17352]
17353
17354[[package]]
17355name = "zed_glsl"
17356version = "0.1.0"
17357dependencies = [
17358 "zed_extension_api 0.1.0",
17359]
17360
17361[[package]]
17362name = "zed_html"
17363version = "0.1.6"
17364dependencies = [
17365 "zed_extension_api 0.1.0",
17366]
17367
17368[[package]]
17369name = "zed_llm_client"
17370version = "0.4.1"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17373dependencies = [
17374 "serde",
17375 "serde_json",
17376 "uuid",
17377]
17378
17379[[package]]
17380name = "zed_proto"
17381version = "0.2.1"
17382dependencies = [
17383 "zed_extension_api 0.1.0",
17384]
17385
17386[[package]]
17387name = "zed_ruff"
17388version = "0.1.0"
17389dependencies = [
17390 "zed_extension_api 0.1.0",
17391]
17392
17393[[package]]
17394name = "zed_snippets"
17395version = "0.0.5"
17396dependencies = [
17397 "serde_json",
17398 "zed_extension_api 0.1.0",
17399]
17400
17401[[package]]
17402name = "zed_test_extension"
17403version = "0.1.0"
17404dependencies = [
17405 "zed_extension_api 0.3.0",
17406]
17407
17408[[package]]
17409name = "zed_toml"
17410version = "0.1.3"
17411dependencies = [
17412 "zed_extension_api 0.1.0",
17413]
17414
17415[[package]]
17416name = "zeno"
17417version = "0.2.3"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17420
17421[[package]]
17422name = "zerocopy"
17423version = "0.7.35"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17426dependencies = [
17427 "byteorder",
17428 "zerocopy-derive 0.7.35",
17429]
17430
17431[[package]]
17432name = "zerocopy"
17433version = "0.8.18"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17436dependencies = [
17437 "zerocopy-derive 0.8.18",
17438]
17439
17440[[package]]
17441name = "zerocopy-derive"
17442version = "0.7.35"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17445dependencies = [
17446 "proc-macro2",
17447 "quote",
17448 "syn 2.0.100",
17449]
17450
17451[[package]]
17452name = "zerocopy-derive"
17453version = "0.8.18"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17456dependencies = [
17457 "proc-macro2",
17458 "quote",
17459 "syn 2.0.100",
17460]
17461
17462[[package]]
17463name = "zerofrom"
17464version = "0.1.5"
17465source = "registry+https://github.com/rust-lang/crates.io-index"
17466checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17467dependencies = [
17468 "zerofrom-derive",
17469]
17470
17471[[package]]
17472name = "zerofrom-derive"
17473version = "0.1.5"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17476dependencies = [
17477 "proc-macro2",
17478 "quote",
17479 "syn 2.0.100",
17480 "synstructure",
17481]
17482
17483[[package]]
17484name = "zeroize"
17485version = "1.8.1"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17488dependencies = [
17489 "zeroize_derive",
17490]
17491
17492[[package]]
17493name = "zeroize_derive"
17494version = "1.4.2"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17497dependencies = [
17498 "proc-macro2",
17499 "quote",
17500 "syn 2.0.100",
17501]
17502
17503[[package]]
17504name = "zeromq"
17505version = "0.5.0-pre"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17508dependencies = [
17509 "async-dispatcher",
17510 "async-std",
17511 "async-trait",
17512 "asynchronous-codec",
17513 "bytes 1.10.1",
17514 "crossbeam-queue",
17515 "dashmap 5.5.3",
17516 "futures 0.3.31",
17517 "log",
17518 "num-traits",
17519 "once_cell",
17520 "parking_lot",
17521 "rand 0.8.5",
17522 "regex",
17523 "thiserror 1.0.69",
17524 "uuid",
17525]
17526
17527[[package]]
17528name = "zerovec"
17529version = "0.10.4"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17532dependencies = [
17533 "yoke",
17534 "zerofrom",
17535 "zerovec-derive",
17536]
17537
17538[[package]]
17539name = "zerovec-derive"
17540version = "0.10.3"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17543dependencies = [
17544 "proc-macro2",
17545 "quote",
17546 "syn 2.0.100",
17547]
17548
17549[[package]]
17550name = "zeta"
17551version = "0.1.0"
17552dependencies = [
17553 "anyhow",
17554 "arrayvec",
17555 "call",
17556 "chrono",
17557 "client",
17558 "clock",
17559 "collections",
17560 "command_palette_hooks",
17561 "ctor",
17562 "db",
17563 "editor",
17564 "env_logger 0.11.7",
17565 "feature_flags",
17566 "fs",
17567 "futures 0.3.31",
17568 "gpui",
17569 "http_client",
17570 "indoc",
17571 "inline_completion",
17572 "language",
17573 "language_model",
17574 "log",
17575 "menu",
17576 "migrator",
17577 "paths",
17578 "postage",
17579 "project",
17580 "regex",
17581 "release_channel",
17582 "reqwest_client",
17583 "rpc",
17584 "serde",
17585 "serde_json",
17586 "settings",
17587 "telemetry",
17588 "telemetry_events",
17589 "theme",
17590 "thiserror 1.0.69",
17591 "tree-sitter-go",
17592 "tree-sitter-rust",
17593 "ui",
17594 "unindent",
17595 "util",
17596 "uuid",
17597 "workspace",
17598 "worktree",
17599 "zed_actions",
17600 "zed_llm_client",
17601]
17602
17603[[package]]
17604name = "zip"
17605version = "0.6.6"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17608dependencies = [
17609 "aes",
17610 "byteorder",
17611 "bzip2",
17612 "constant_time_eq 0.1.5",
17613 "crc32fast",
17614 "crossbeam-utils",
17615 "flate2",
17616 "hmac",
17617 "pbkdf2 0.11.0",
17618 "sha1",
17619 "time",
17620 "zstd",
17621]
17622
17623[[package]]
17624name = "zstd"
17625version = "0.11.2+zstd.1.5.2"
17626source = "registry+https://github.com/rust-lang/crates.io-index"
17627checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17628dependencies = [
17629 "zstd-safe",
17630]
17631
17632[[package]]
17633name = "zstd-safe"
17634version = "5.0.2+zstd.1.5.2"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17637dependencies = [
17638 "libc",
17639 "zstd-sys",
17640]
17641
17642[[package]]
17643name = "zstd-sys"
17644version = "2.0.13+zstd.1.5.6"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17647dependencies = [
17648 "cc",
17649 "pkg-config",
17650]
17651
17652[[package]]
17653name = "zune-core"
17654version = "0.4.12"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17657
17658[[package]]
17659name = "zune-inflate"
17660version = "0.2.54"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17663dependencies = [
17664 "simd-adler32",
17665]
17666
17667[[package]]
17668name = "zune-jpeg"
17669version = "0.4.13"
17670source = "registry+https://github.com/rust-lang/crates.io-index"
17671checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17672dependencies = [
17673 "zune-core",
17674]
17675
17676[[package]]
17677name = "zvariant"
17678version = "5.4.0"
17679source = "registry+https://github.com/rust-lang/crates.io-index"
17680checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17681dependencies = [
17682 "endi",
17683 "enumflags2",
17684 "serde",
17685 "static_assertions",
17686 "url",
17687 "winnow 0.7.1",
17688 "zvariant_derive",
17689 "zvariant_utils",
17690]
17691
17692[[package]]
17693name = "zvariant_derive"
17694version = "5.4.0"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17697dependencies = [
17698 "proc-macro-crate",
17699 "proc-macro2",
17700 "quote",
17701 "syn 2.0.100",
17702 "zvariant_utils",
17703]
17704
17705[[package]]
17706name = "zvariant_utils"
17707version = "3.2.0"
17708source = "registry+https://github.com/rust-lang/crates.io-index"
17709checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17710dependencies = [
17711 "proc-macro2",
17712 "quote",
17713 "serde",
17714 "static_assertions",
17715 "syn 2.0.100",
17716 "winnow 0.7.1",
17717]