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?rev=03c2907b44b4189aac5fdeaea331f5aab5c7072e#03c2907b44b4189aac5fdeaea331f5aab5c7072e"
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.96"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.6",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_scripting",
454 "assistant_settings",
455 "assistant_slash_command",
456 "assistant_tool",
457 "async-watch",
458 "chrono",
459 "client",
460 "clock",
461 "collections",
462 "command_palette_hooks",
463 "context_server",
464 "db",
465 "editor",
466 "feature_flags",
467 "file_icons",
468 "fs",
469 "futures 0.3.31",
470 "fuzzy",
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 "serde",
495 "serde_json",
496 "settings",
497 "smol",
498 "streaming_diff",
499 "telemetry_events",
500 "terminal",
501 "terminal_view",
502 "text",
503 "theme",
504 "time",
505 "time_format",
506 "ui",
507 "util",
508 "uuid",
509 "vim_mode_setting",
510 "workspace",
511 "zed_actions",
512]
513
514[[package]]
515name = "assistant_context_editor"
516version = "0.1.0"
517dependencies = [
518 "anyhow",
519 "assistant_settings",
520 "assistant_slash_command",
521 "assistant_slash_commands",
522 "chrono",
523 "client",
524 "clock",
525 "collections",
526 "context_server",
527 "editor",
528 "fs",
529 "futures 0.3.31",
530 "fuzzy",
531 "gpui",
532 "indexed_docs",
533 "language",
534 "language_model",
535 "language_model_selector",
536 "languages",
537 "log",
538 "multi_buffer",
539 "open_ai",
540 "parking_lot",
541 "paths",
542 "picker",
543 "pretty_assertions",
544 "project",
545 "prompt_store",
546 "rand 0.8.5",
547 "regex",
548 "rope",
549 "rpc",
550 "serde",
551 "serde_json",
552 "settings",
553 "smallvec",
554 "smol",
555 "strum",
556 "telemetry_events",
557 "text",
558 "theme",
559 "tree-sitter-md",
560 "ui",
561 "unindent",
562 "util",
563 "uuid",
564 "workspace",
565]
566
567[[package]]
568name = "assistant_scripting"
569version = "0.1.0"
570dependencies = [
571 "anyhow",
572 "collections",
573 "futures 0.3.31",
574 "gpui",
575 "log",
576 "mlua",
577 "parking_lot",
578 "project",
579 "rand 0.8.5",
580 "regex",
581 "serde",
582 "serde_json",
583 "settings",
584 "util",
585]
586
587[[package]]
588name = "assistant_settings"
589version = "0.1.0"
590dependencies = [
591 "anthropic",
592 "anyhow",
593 "deepseek",
594 "feature_flags",
595 "fs",
596 "gpui",
597 "language_model",
598 "lmstudio",
599 "log",
600 "ollama",
601 "open_ai",
602 "paths",
603 "schemars",
604 "serde",
605 "serde_json_lenient",
606 "settings",
607]
608
609[[package]]
610name = "assistant_slash_command"
611version = "0.1.0"
612dependencies = [
613 "anyhow",
614 "async-trait",
615 "collections",
616 "derive_more",
617 "extension",
618 "futures 0.3.31",
619 "gpui",
620 "language",
621 "language_model",
622 "parking_lot",
623 "pretty_assertions",
624 "serde",
625 "serde_json",
626 "ui",
627 "workspace",
628]
629
630[[package]]
631name = "assistant_slash_commands"
632version = "0.1.0"
633dependencies = [
634 "anyhow",
635 "assistant_slash_command",
636 "cargo_toml",
637 "chrono",
638 "collections",
639 "context_server",
640 "editor",
641 "env_logger 0.11.6",
642 "feature_flags",
643 "fs",
644 "futures 0.3.31",
645 "fuzzy",
646 "globset",
647 "gpui",
648 "html_to_markdown",
649 "http_client",
650 "indexed_docs",
651 "language",
652 "language_model",
653 "log",
654 "pretty_assertions",
655 "project",
656 "prompt_store",
657 "rope",
658 "schemars",
659 "semantic_index",
660 "serde",
661 "serde_json",
662 "settings",
663 "smol",
664 "terminal_view",
665 "text",
666 "toml 0.8.20",
667 "ui",
668 "util",
669 "workspace",
670 "worktree",
671]
672
673[[package]]
674name = "assistant_tool"
675version = "0.1.0"
676dependencies = [
677 "anyhow",
678 "collections",
679 "derive_more",
680 "gpui",
681 "parking_lot",
682 "project",
683 "serde",
684 "serde_json",
685]
686
687[[package]]
688name = "assistant_tools"
689version = "0.1.0"
690dependencies = [
691 "anyhow",
692 "assistant_tool",
693 "chrono",
694 "gpui",
695 "project",
696 "schemars",
697 "serde",
698 "serde_json",
699]
700
701[[package]]
702name = "async-attributes"
703version = "1.1.2"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
706dependencies = [
707 "quote",
708 "syn 1.0.109",
709]
710
711[[package]]
712name = "async-broadcast"
713version = "0.7.2"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
716dependencies = [
717 "event-listener 5.3.1",
718 "event-listener-strategy",
719 "futures-core",
720 "pin-project-lite",
721]
722
723[[package]]
724name = "async-channel"
725version = "1.9.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
728dependencies = [
729 "concurrent-queue",
730 "event-listener 2.5.3",
731 "futures-core",
732]
733
734[[package]]
735name = "async-channel"
736version = "2.3.1"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
739dependencies = [
740 "concurrent-queue",
741 "event-listener-strategy",
742 "futures-core",
743 "pin-project-lite",
744]
745
746[[package]]
747name = "async-compat"
748version = "0.2.4"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
751dependencies = [
752 "futures-core",
753 "futures-io",
754 "once_cell",
755 "pin-project-lite",
756 "tokio",
757]
758
759[[package]]
760name = "async-compression"
761version = "0.4.20"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
764dependencies = [
765 "deflate64",
766 "flate2",
767 "futures-core",
768 "futures-io",
769 "memchr",
770 "pin-project-lite",
771]
772
773[[package]]
774name = "async-dispatcher"
775version = "0.1.2"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
778dependencies = [
779 "async-task",
780 "futures-lite 1.13.0",
781]
782
783[[package]]
784name = "async-executor"
785version = "1.13.1"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
788dependencies = [
789 "async-task",
790 "concurrent-queue",
791 "fastrand 2.3.0",
792 "futures-lite 2.6.0",
793 "slab",
794]
795
796[[package]]
797name = "async-fs"
798version = "2.1.2"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
801dependencies = [
802 "async-lock",
803 "blocking",
804 "futures-lite 2.6.0",
805]
806
807[[package]]
808name = "async-global-executor"
809version = "2.4.1"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
812dependencies = [
813 "async-channel 2.3.1",
814 "async-executor",
815 "async-io",
816 "async-lock",
817 "blocking",
818 "futures-lite 2.6.0",
819 "once_cell",
820]
821
822[[package]]
823name = "async-io"
824version = "2.4.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
827dependencies = [
828 "async-lock",
829 "cfg-if",
830 "concurrent-queue",
831 "futures-io",
832 "futures-lite 2.6.0",
833 "parking",
834 "polling",
835 "rustix",
836 "slab",
837 "tracing",
838 "windows-sys 0.59.0",
839]
840
841[[package]]
842name = "async-lock"
843version = "3.4.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
846dependencies = [
847 "event-listener 5.3.1",
848 "event-listener-strategy",
849 "pin-project-lite",
850]
851
852[[package]]
853name = "async-native-tls"
854version = "0.5.0"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
857dependencies = [
858 "futures-util",
859 "native-tls",
860 "thiserror 1.0.69",
861 "url",
862]
863
864[[package]]
865name = "async-net"
866version = "2.0.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
869dependencies = [
870 "async-io",
871 "blocking",
872 "futures-lite 2.6.0",
873]
874
875[[package]]
876name = "async-pipe"
877version = "0.1.3"
878source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
879dependencies = [
880 "futures 0.3.31",
881 "log",
882]
883
884[[package]]
885name = "async-process"
886version = "2.3.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
889dependencies = [
890 "async-channel 2.3.1",
891 "async-io",
892 "async-lock",
893 "async-signal",
894 "async-task",
895 "blocking",
896 "cfg-if",
897 "event-listener 5.3.1",
898 "futures-lite 2.6.0",
899 "rustix",
900 "tracing",
901]
902
903[[package]]
904name = "async-recursion"
905version = "0.3.2"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
908dependencies = [
909 "proc-macro2",
910 "quote",
911 "syn 1.0.109",
912]
913
914[[package]]
915name = "async-recursion"
916version = "1.1.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
919dependencies = [
920 "proc-macro2",
921 "quote",
922 "syn 2.0.90",
923]
924
925[[package]]
926name = "async-signal"
927version = "0.2.10"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
930dependencies = [
931 "async-io",
932 "async-lock",
933 "atomic-waker",
934 "cfg-if",
935 "futures-core",
936 "futures-io",
937 "rustix",
938 "signal-hook-registry",
939 "slab",
940 "windows-sys 0.59.0",
941]
942
943[[package]]
944name = "async-std"
945version = "1.13.0"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
948dependencies = [
949 "async-attributes",
950 "async-channel 1.9.0",
951 "async-global-executor",
952 "async-io",
953 "async-lock",
954 "async-process",
955 "crossbeam-utils",
956 "futures-channel",
957 "futures-core",
958 "futures-io",
959 "futures-lite 2.6.0",
960 "gloo-timers",
961 "kv-log-macro",
962 "log",
963 "memchr",
964 "once_cell",
965 "pin-project-lite",
966 "pin-utils",
967 "slab",
968 "wasm-bindgen-futures",
969]
970
971[[package]]
972name = "async-stream"
973version = "0.3.6"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
976dependencies = [
977 "async-stream-impl",
978 "futures-core",
979 "pin-project-lite",
980]
981
982[[package]]
983name = "async-stream-impl"
984version = "0.3.6"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
987dependencies = [
988 "proc-macro2",
989 "quote",
990 "syn 2.0.90",
991]
992
993[[package]]
994name = "async-stripe"
995version = "0.40.0"
996source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
997dependencies = [
998 "chrono",
999 "futures-util",
1000 "http-types",
1001 "hyper 0.14.32",
1002 "hyper-rustls 0.24.2",
1003 "serde",
1004 "serde_json",
1005 "serde_path_to_error",
1006 "serde_qs 0.10.1",
1007 "smart-default",
1008 "smol_str",
1009 "thiserror 1.0.69",
1010 "tokio",
1011]
1012
1013[[package]]
1014name = "async-tar"
1015version = "0.5.0"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1018dependencies = [
1019 "async-std",
1020 "filetime",
1021 "libc",
1022 "pin-project",
1023 "redox_syscall 0.2.16",
1024 "xattr",
1025]
1026
1027[[package]]
1028name = "async-task"
1029version = "4.7.1"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1032
1033[[package]]
1034name = "async-tls"
1035version = "0.13.0"
1036source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1037dependencies = [
1038 "futures-core",
1039 "futures-io",
1040 "rustls 0.23.23",
1041 "rustls-pemfile 2.2.0",
1042 "webpki-roots",
1043]
1044
1045[[package]]
1046name = "async-trait"
1047version = "0.1.86"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
1050dependencies = [
1051 "proc-macro2",
1052 "quote",
1053 "syn 2.0.90",
1054]
1055
1056[[package]]
1057name = "async-tungstenite"
1058version = "0.28.2"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1061dependencies = [
1062 "async-std",
1063 "async-tls",
1064 "atomic-waker",
1065 "futures-core",
1066 "futures-io",
1067 "futures-task",
1068 "futures-util",
1069 "log",
1070 "pin-project-lite",
1071 "tungstenite 0.24.0",
1072]
1073
1074[[package]]
1075name = "async-watch"
1076version = "0.3.1"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1079dependencies = [
1080 "event-listener 2.5.3",
1081]
1082
1083[[package]]
1084name = "async_zip"
1085version = "0.0.17"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1088dependencies = [
1089 "async-compression",
1090 "crc32fast",
1091 "futures-lite 2.6.0",
1092 "pin-project",
1093 "thiserror 1.0.69",
1094]
1095
1096[[package]]
1097name = "asynchronous-codec"
1098version = "0.7.0"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1101dependencies = [
1102 "bytes 1.10.1",
1103 "futures-sink",
1104 "futures-util",
1105 "memchr",
1106 "pin-project-lite",
1107]
1108
1109[[package]]
1110name = "atoi"
1111version = "2.0.0"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1114dependencies = [
1115 "num-traits",
1116]
1117
1118[[package]]
1119name = "atomic"
1120version = "0.5.3"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1123
1124[[package]]
1125name = "atomic-waker"
1126version = "1.1.2"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1129
1130[[package]]
1131name = "audio"
1132version = "0.1.0"
1133dependencies = [
1134 "anyhow",
1135 "collections",
1136 "derive_more",
1137 "gpui",
1138 "parking_lot",
1139 "rodio",
1140 "util",
1141]
1142
1143[[package]]
1144name = "auto_update"
1145version = "0.1.0"
1146dependencies = [
1147 "anyhow",
1148 "client",
1149 "db",
1150 "gpui",
1151 "http_client",
1152 "log",
1153 "paths",
1154 "release_channel",
1155 "schemars",
1156 "serde",
1157 "serde_json",
1158 "settings",
1159 "smol",
1160 "tempfile",
1161 "which 6.0.3",
1162 "workspace",
1163]
1164
1165[[package]]
1166name = "auto_update_ui"
1167version = "0.1.0"
1168dependencies = [
1169 "anyhow",
1170 "auto_update",
1171 "client",
1172 "editor",
1173 "gpui",
1174 "http_client",
1175 "markdown_preview",
1176 "release_channel",
1177 "serde",
1178 "serde_json",
1179 "smol",
1180 "util",
1181 "workspace",
1182]
1183
1184[[package]]
1185name = "autocfg"
1186version = "1.4.0"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1189
1190[[package]]
1191name = "av1-grain"
1192version = "0.2.3"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1195dependencies = [
1196 "anyhow",
1197 "arrayvec",
1198 "log",
1199 "nom",
1200 "num-rational",
1201 "v_frame",
1202]
1203
1204[[package]]
1205name = "avif-serialize"
1206version = "0.8.2"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1209dependencies = [
1210 "arrayvec",
1211]
1212
1213[[package]]
1214name = "aws-config"
1215version = "1.5.16"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1218dependencies = [
1219 "aws-credential-types",
1220 "aws-runtime",
1221 "aws-sdk-sso",
1222 "aws-sdk-ssooidc",
1223 "aws-sdk-sts",
1224 "aws-smithy-async",
1225 "aws-smithy-http",
1226 "aws-smithy-json",
1227 "aws-smithy-runtime",
1228 "aws-smithy-runtime-api",
1229 "aws-smithy-types",
1230 "aws-types",
1231 "bytes 1.10.1",
1232 "fastrand 2.3.0",
1233 "hex",
1234 "http 0.2.12",
1235 "ring",
1236 "time",
1237 "tokio",
1238 "tracing",
1239 "url",
1240 "zeroize",
1241]
1242
1243[[package]]
1244name = "aws-credential-types"
1245version = "1.2.1"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1248dependencies = [
1249 "aws-smithy-async",
1250 "aws-smithy-runtime-api",
1251 "aws-smithy-types",
1252 "zeroize",
1253]
1254
1255[[package]]
1256name = "aws-lc-rs"
1257version = "1.12.2"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "4c2b7ddaa2c56a367ad27a094ad8ef4faacf8a617c2575acb2ba88949df999ca"
1260dependencies = [
1261 "aws-lc-sys",
1262 "paste",
1263 "zeroize",
1264]
1265
1266[[package]]
1267name = "aws-lc-sys"
1268version = "0.25.0"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "71b2ddd3ada61a305e1d8bb6c005d1eaa7d14d903681edfc400406d523a9b491"
1271dependencies = [
1272 "bindgen 0.69.5",
1273 "cc",
1274 "cmake",
1275 "dunce",
1276 "fs_extra",
1277 "paste",
1278]
1279
1280[[package]]
1281name = "aws-runtime"
1282version = "1.5.5"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1285dependencies = [
1286 "aws-credential-types",
1287 "aws-sigv4",
1288 "aws-smithy-async",
1289 "aws-smithy-eventstream",
1290 "aws-smithy-http",
1291 "aws-smithy-runtime",
1292 "aws-smithy-runtime-api",
1293 "aws-smithy-types",
1294 "aws-types",
1295 "bytes 1.10.1",
1296 "fastrand 2.3.0",
1297 "http 0.2.12",
1298 "http-body 0.4.6",
1299 "once_cell",
1300 "percent-encoding",
1301 "pin-project-lite",
1302 "tracing",
1303 "uuid",
1304]
1305
1306[[package]]
1307name = "aws-sdk-bedrockruntime"
1308version = "1.74.0"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1311dependencies = [
1312 "aws-credential-types",
1313 "aws-runtime",
1314 "aws-smithy-async",
1315 "aws-smithy-eventstream",
1316 "aws-smithy-http",
1317 "aws-smithy-json",
1318 "aws-smithy-runtime",
1319 "aws-smithy-runtime-api",
1320 "aws-smithy-types",
1321 "aws-types",
1322 "bytes 1.10.1",
1323 "fastrand 2.3.0",
1324 "http 0.2.12",
1325 "once_cell",
1326 "regex-lite",
1327 "tracing",
1328]
1329
1330[[package]]
1331name = "aws-sdk-kinesis"
1332version = "1.61.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1335dependencies = [
1336 "aws-credential-types",
1337 "aws-runtime",
1338 "aws-smithy-async",
1339 "aws-smithy-http",
1340 "aws-smithy-json",
1341 "aws-smithy-runtime",
1342 "aws-smithy-runtime-api",
1343 "aws-smithy-types",
1344 "aws-types",
1345 "bytes 1.10.1",
1346 "http 0.2.12",
1347 "once_cell",
1348 "regex-lite",
1349 "tracing",
1350]
1351
1352[[package]]
1353name = "aws-sdk-s3"
1354version = "1.76.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1357dependencies = [
1358 "aws-credential-types",
1359 "aws-runtime",
1360 "aws-sigv4",
1361 "aws-smithy-async",
1362 "aws-smithy-checksums",
1363 "aws-smithy-eventstream",
1364 "aws-smithy-http",
1365 "aws-smithy-json",
1366 "aws-smithy-runtime",
1367 "aws-smithy-runtime-api",
1368 "aws-smithy-types",
1369 "aws-smithy-xml",
1370 "aws-types",
1371 "bytes 1.10.1",
1372 "fastrand 2.3.0",
1373 "hex",
1374 "hmac",
1375 "http 0.2.12",
1376 "http-body 0.4.6",
1377 "lru",
1378 "once_cell",
1379 "percent-encoding",
1380 "regex-lite",
1381 "sha2",
1382 "tracing",
1383 "url",
1384]
1385
1386[[package]]
1387name = "aws-sdk-sso"
1388version = "1.58.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1391dependencies = [
1392 "aws-credential-types",
1393 "aws-runtime",
1394 "aws-smithy-async",
1395 "aws-smithy-http",
1396 "aws-smithy-json",
1397 "aws-smithy-runtime",
1398 "aws-smithy-runtime-api",
1399 "aws-smithy-types",
1400 "aws-types",
1401 "bytes 1.10.1",
1402 "http 0.2.12",
1403 "once_cell",
1404 "regex-lite",
1405 "tracing",
1406]
1407
1408[[package]]
1409name = "aws-sdk-ssooidc"
1410version = "1.59.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1413dependencies = [
1414 "aws-credential-types",
1415 "aws-runtime",
1416 "aws-smithy-async",
1417 "aws-smithy-http",
1418 "aws-smithy-json",
1419 "aws-smithy-runtime",
1420 "aws-smithy-runtime-api",
1421 "aws-smithy-types",
1422 "aws-types",
1423 "bytes 1.10.1",
1424 "http 0.2.12",
1425 "once_cell",
1426 "regex-lite",
1427 "tracing",
1428]
1429
1430[[package]]
1431name = "aws-sdk-sts"
1432version = "1.59.0"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1435dependencies = [
1436 "aws-credential-types",
1437 "aws-runtime",
1438 "aws-smithy-async",
1439 "aws-smithy-http",
1440 "aws-smithy-json",
1441 "aws-smithy-query",
1442 "aws-smithy-runtime",
1443 "aws-smithy-runtime-api",
1444 "aws-smithy-types",
1445 "aws-smithy-xml",
1446 "aws-types",
1447 "http 0.2.12",
1448 "once_cell",
1449 "regex-lite",
1450 "tracing",
1451]
1452
1453[[package]]
1454name = "aws-sigv4"
1455version = "1.2.9"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1458dependencies = [
1459 "aws-credential-types",
1460 "aws-smithy-eventstream",
1461 "aws-smithy-http",
1462 "aws-smithy-runtime-api",
1463 "aws-smithy-types",
1464 "bytes 1.10.1",
1465 "crypto-bigint 0.5.5",
1466 "form_urlencoded",
1467 "hex",
1468 "hmac",
1469 "http 0.2.12",
1470 "http 1.2.0",
1471 "once_cell",
1472 "p256",
1473 "percent-encoding",
1474 "ring",
1475 "sha2",
1476 "subtle",
1477 "time",
1478 "tracing",
1479 "zeroize",
1480]
1481
1482[[package]]
1483name = "aws-smithy-async"
1484version = "1.2.4"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1487dependencies = [
1488 "futures-util",
1489 "pin-project-lite",
1490 "tokio",
1491]
1492
1493[[package]]
1494name = "aws-smithy-checksums"
1495version = "0.62.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1498dependencies = [
1499 "aws-smithy-http",
1500 "aws-smithy-types",
1501 "bytes 1.10.1",
1502 "crc32c",
1503 "crc32fast",
1504 "crc64fast-nvme",
1505 "hex",
1506 "http 0.2.12",
1507 "http-body 0.4.6",
1508 "md-5",
1509 "pin-project-lite",
1510 "sha1",
1511 "sha2",
1512 "tracing",
1513]
1514
1515[[package]]
1516name = "aws-smithy-eventstream"
1517version = "0.60.6"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1520dependencies = [
1521 "aws-smithy-types",
1522 "bytes 1.10.1",
1523 "crc32fast",
1524]
1525
1526[[package]]
1527name = "aws-smithy-http"
1528version = "0.60.12"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1531dependencies = [
1532 "aws-smithy-eventstream",
1533 "aws-smithy-runtime-api",
1534 "aws-smithy-types",
1535 "bytes 1.10.1",
1536 "bytes-utils",
1537 "futures-core",
1538 "http 0.2.12",
1539 "http-body 0.4.6",
1540 "once_cell",
1541 "percent-encoding",
1542 "pin-project-lite",
1543 "pin-utils",
1544 "tracing",
1545]
1546
1547[[package]]
1548name = "aws-smithy-json"
1549version = "0.61.2"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1552dependencies = [
1553 "aws-smithy-types",
1554]
1555
1556[[package]]
1557name = "aws-smithy-query"
1558version = "0.60.7"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1561dependencies = [
1562 "aws-smithy-types",
1563 "urlencoding",
1564]
1565
1566[[package]]
1567name = "aws-smithy-runtime"
1568version = "1.7.8"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1571dependencies = [
1572 "aws-smithy-async",
1573 "aws-smithy-http",
1574 "aws-smithy-runtime-api",
1575 "aws-smithy-types",
1576 "bytes 1.10.1",
1577 "fastrand 2.3.0",
1578 "h2 0.3.26",
1579 "http 0.2.12",
1580 "http-body 0.4.6",
1581 "http-body 1.0.1",
1582 "httparse",
1583 "hyper 0.14.32",
1584 "hyper-rustls 0.24.2",
1585 "once_cell",
1586 "pin-project-lite",
1587 "pin-utils",
1588 "rustls 0.21.12",
1589 "tokio",
1590 "tracing",
1591]
1592
1593[[package]]
1594name = "aws-smithy-runtime-api"
1595version = "1.7.3"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1598dependencies = [
1599 "aws-smithy-async",
1600 "aws-smithy-types",
1601 "bytes 1.10.1",
1602 "http 0.2.12",
1603 "http 1.2.0",
1604 "pin-project-lite",
1605 "tokio",
1606 "tracing",
1607 "zeroize",
1608]
1609
1610[[package]]
1611name = "aws-smithy-types"
1612version = "1.2.13"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1615dependencies = [
1616 "base64-simd",
1617 "bytes 1.10.1",
1618 "bytes-utils",
1619 "futures-core",
1620 "http 0.2.12",
1621 "http 1.2.0",
1622 "http-body 0.4.6",
1623 "http-body 1.0.1",
1624 "http-body-util",
1625 "itoa",
1626 "num-integer",
1627 "pin-project-lite",
1628 "pin-utils",
1629 "ryu",
1630 "serde",
1631 "time",
1632 "tokio",
1633 "tokio-util",
1634]
1635
1636[[package]]
1637name = "aws-smithy-xml"
1638version = "0.60.9"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1641dependencies = [
1642 "xmlparser",
1643]
1644
1645[[package]]
1646name = "aws-types"
1647version = "1.3.5"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1650dependencies = [
1651 "aws-credential-types",
1652 "aws-smithy-async",
1653 "aws-smithy-runtime-api",
1654 "aws-smithy-types",
1655 "rustc_version",
1656 "tracing",
1657]
1658
1659[[package]]
1660name = "aws_http_client"
1661version = "0.1.0"
1662dependencies = [
1663 "aws-smithy-runtime-api",
1664 "aws-smithy-types",
1665 "futures 0.3.31",
1666 "http_client",
1667 "tokio",
1668]
1669
1670[[package]]
1671name = "axum"
1672version = "0.6.20"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1675dependencies = [
1676 "async-trait",
1677 "axum-core",
1678 "base64 0.21.7",
1679 "bitflags 1.3.2",
1680 "bytes 1.10.1",
1681 "futures-util",
1682 "headers",
1683 "http 0.2.12",
1684 "http-body 0.4.6",
1685 "hyper 0.14.32",
1686 "itoa",
1687 "matchit",
1688 "memchr",
1689 "mime",
1690 "percent-encoding",
1691 "pin-project-lite",
1692 "rustversion",
1693 "serde",
1694 "serde_json",
1695 "serde_path_to_error",
1696 "serde_urlencoded",
1697 "sha1",
1698 "sync_wrapper 0.1.2",
1699 "tokio",
1700 "tokio-tungstenite 0.20.1",
1701 "tower",
1702 "tower-layer",
1703 "tower-service",
1704]
1705
1706[[package]]
1707name = "axum-core"
1708version = "0.3.4"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1711dependencies = [
1712 "async-trait",
1713 "bytes 1.10.1",
1714 "futures-util",
1715 "http 0.2.12",
1716 "http-body 0.4.6",
1717 "mime",
1718 "rustversion",
1719 "tower-layer",
1720 "tower-service",
1721]
1722
1723[[package]]
1724name = "axum-extra"
1725version = "0.4.2"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1728dependencies = [
1729 "axum",
1730 "bytes 1.10.1",
1731 "futures-util",
1732 "http 0.2.12",
1733 "mime",
1734 "pin-project-lite",
1735 "serde",
1736 "serde_json",
1737 "tokio",
1738 "tower",
1739 "tower-http 0.3.5",
1740 "tower-layer",
1741 "tower-service",
1742]
1743
1744[[package]]
1745name = "backtrace"
1746version = "0.3.74"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1749dependencies = [
1750 "addr2line",
1751 "cfg-if",
1752 "libc",
1753 "miniz_oxide",
1754 "object",
1755 "rustc-demangle",
1756 "windows-targets 0.52.6",
1757]
1758
1759[[package]]
1760name = "base16ct"
1761version = "0.1.1"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1764
1765[[package]]
1766name = "base64"
1767version = "0.13.1"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1770
1771[[package]]
1772name = "base64"
1773version = "0.21.7"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1776
1777[[package]]
1778name = "base64"
1779version = "0.22.1"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1782
1783[[package]]
1784name = "base64-simd"
1785version = "0.8.0"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1788dependencies = [
1789 "outref",
1790 "vsimd",
1791]
1792
1793[[package]]
1794name = "base64ct"
1795version = "1.6.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1798
1799[[package]]
1800name = "bedrock"
1801version = "0.1.0"
1802dependencies = [
1803 "anyhow",
1804 "aws-sdk-bedrockruntime",
1805 "aws-smithy-types",
1806 "futures 0.3.31",
1807 "schemars",
1808 "serde",
1809 "serde_json",
1810 "strum",
1811 "thiserror 1.0.69",
1812 "tokio",
1813]
1814
1815[[package]]
1816name = "bigdecimal"
1817version = "0.4.7"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1820dependencies = [
1821 "autocfg",
1822 "libm",
1823 "num-bigint",
1824 "num-integer",
1825 "num-traits",
1826 "serde",
1827]
1828
1829[[package]]
1830name = "bincode"
1831version = "1.3.3"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1834dependencies = [
1835 "serde",
1836]
1837
1838[[package]]
1839name = "bindgen"
1840version = "0.69.5"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1843dependencies = [
1844 "bitflags 2.8.0",
1845 "cexpr",
1846 "clang-sys",
1847 "itertools 0.12.1",
1848 "lazy_static",
1849 "lazycell",
1850 "log",
1851 "prettyplease",
1852 "proc-macro2",
1853 "quote",
1854 "regex",
1855 "rustc-hash 1.1.0",
1856 "shlex",
1857 "syn 2.0.90",
1858 "which 4.4.2",
1859]
1860
1861[[package]]
1862name = "bindgen"
1863version = "0.70.1"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1866dependencies = [
1867 "bitflags 2.8.0",
1868 "cexpr",
1869 "clang-sys",
1870 "itertools 0.12.1",
1871 "log",
1872 "prettyplease",
1873 "proc-macro2",
1874 "quote",
1875 "regex",
1876 "rustc-hash 1.1.0",
1877 "shlex",
1878 "syn 2.0.90",
1879]
1880
1881[[package]]
1882name = "bit-set"
1883version = "0.5.3"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1886dependencies = [
1887 "bit-vec 0.6.3",
1888]
1889
1890[[package]]
1891name = "bit-set"
1892version = "0.8.0"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1895dependencies = [
1896 "bit-vec 0.8.0",
1897]
1898
1899[[package]]
1900name = "bit-vec"
1901version = "0.6.3"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1904
1905[[package]]
1906name = "bit-vec"
1907version = "0.8.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1910
1911[[package]]
1912name = "bit_field"
1913version = "0.10.2"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1916
1917[[package]]
1918name = "bitflags"
1919version = "1.3.2"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1922
1923[[package]]
1924name = "bitflags"
1925version = "2.8.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1928dependencies = [
1929 "serde",
1930]
1931
1932[[package]]
1933name = "bitstream-io"
1934version = "2.6.0"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1937
1938[[package]]
1939name = "bitvec"
1940version = "1.0.1"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1943dependencies = [
1944 "funty",
1945 "radium",
1946 "tap",
1947 "wyz",
1948]
1949
1950[[package]]
1951name = "blade-graphics"
1952version = "0.6.0"
1953source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1954dependencies = [
1955 "ash",
1956 "ash-window",
1957 "bitflags 2.8.0",
1958 "bytemuck",
1959 "codespan-reporting",
1960 "glow",
1961 "gpu-alloc",
1962 "gpu-alloc-ash",
1963 "hidden-trait",
1964 "js-sys",
1965 "khronos-egl",
1966 "libloading",
1967 "log",
1968 "mint",
1969 "naga",
1970 "objc2",
1971 "objc2-app-kit",
1972 "objc2-foundation",
1973 "objc2-metal",
1974 "objc2-quartz-core",
1975 "objc2-ui-kit",
1976 "raw-window-handle",
1977 "slab",
1978 "wasm-bindgen",
1979 "web-sys",
1980]
1981
1982[[package]]
1983name = "blade-macros"
1984version = "0.3.0"
1985source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1986dependencies = [
1987 "proc-macro2",
1988 "quote",
1989 "syn 2.0.90",
1990]
1991
1992[[package]]
1993name = "blade-util"
1994version = "0.2.0"
1995source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1996dependencies = [
1997 "blade-graphics",
1998 "bytemuck",
1999 "log",
2000 "profiling",
2001]
2002
2003[[package]]
2004name = "blake3"
2005version = "1.6.1"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2008dependencies = [
2009 "arrayref",
2010 "arrayvec",
2011 "cc",
2012 "cfg-if",
2013 "constant_time_eq 0.3.1",
2014]
2015
2016[[package]]
2017name = "block"
2018version = "0.1.6"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2021
2022[[package]]
2023name = "block-buffer"
2024version = "0.10.4"
2025source = "registry+https://github.com/rust-lang/crates.io-index"
2026checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2027dependencies = [
2028 "generic-array",
2029]
2030
2031[[package]]
2032name = "block-padding"
2033version = "0.3.3"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2036dependencies = [
2037 "generic-array",
2038]
2039
2040[[package]]
2041name = "block2"
2042version = "0.5.1"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2045dependencies = [
2046 "objc2",
2047]
2048
2049[[package]]
2050name = "blocking"
2051version = "1.6.1"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2054dependencies = [
2055 "async-channel 2.3.1",
2056 "async-task",
2057 "futures-io",
2058 "futures-lite 2.6.0",
2059 "piper",
2060]
2061
2062[[package]]
2063name = "borsh"
2064version = "1.5.3"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2067dependencies = [
2068 "borsh-derive",
2069 "cfg_aliases 0.2.1",
2070]
2071
2072[[package]]
2073name = "borsh-derive"
2074version = "1.5.3"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2077dependencies = [
2078 "once_cell",
2079 "proc-macro-crate",
2080 "proc-macro2",
2081 "quote",
2082 "syn 2.0.90",
2083]
2084
2085[[package]]
2086name = "breadcrumbs"
2087version = "0.1.0"
2088dependencies = [
2089 "editor",
2090 "gpui",
2091 "itertools 0.14.0",
2092 "theme",
2093 "ui",
2094 "workspace",
2095 "zed_actions",
2096]
2097
2098[[package]]
2099name = "bstr"
2100version = "1.11.1"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2103dependencies = [
2104 "memchr",
2105 "regex-automata 0.4.9",
2106 "serde",
2107]
2108
2109[[package]]
2110name = "buffer_diff"
2111version = "0.1.0"
2112dependencies = [
2113 "anyhow",
2114 "clock",
2115 "ctor",
2116 "env_logger 0.11.6",
2117 "futures 0.3.31",
2118 "git2",
2119 "gpui",
2120 "language",
2121 "log",
2122 "pretty_assertions",
2123 "rand 0.8.5",
2124 "rope",
2125 "serde_json",
2126 "sum_tree",
2127 "text",
2128 "unindent",
2129 "util",
2130]
2131
2132[[package]]
2133name = "built"
2134version = "0.7.5"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2137
2138[[package]]
2139name = "bumpalo"
2140version = "3.16.0"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2143dependencies = [
2144 "allocator-api2",
2145]
2146
2147[[package]]
2148name = "by_address"
2149version = "1.2.1"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2152
2153[[package]]
2154name = "bytecheck"
2155version = "0.6.12"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2158dependencies = [
2159 "bytecheck_derive",
2160 "ptr_meta",
2161 "simdutf8",
2162]
2163
2164[[package]]
2165name = "bytecheck_derive"
2166version = "0.6.12"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2169dependencies = [
2170 "proc-macro2",
2171 "quote",
2172 "syn 1.0.109",
2173]
2174
2175[[package]]
2176name = "bytemuck"
2177version = "1.21.0"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2180dependencies = [
2181 "bytemuck_derive",
2182]
2183
2184[[package]]
2185name = "bytemuck_derive"
2186version = "1.8.0"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2189dependencies = [
2190 "proc-macro2",
2191 "quote",
2192 "syn 2.0.90",
2193]
2194
2195[[package]]
2196name = "byteorder"
2197version = "1.5.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2200
2201[[package]]
2202name = "byteorder-lite"
2203version = "0.1.0"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2206
2207[[package]]
2208name = "bytes"
2209version = "0.4.12"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2212dependencies = [
2213 "byteorder",
2214 "iovec",
2215]
2216
2217[[package]]
2218name = "bytes"
2219version = "1.10.1"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2222
2223[[package]]
2224name = "bytes-utils"
2225version = "0.1.4"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2228dependencies = [
2229 "bytes 1.10.1",
2230 "either",
2231]
2232
2233[[package]]
2234name = "bzip2"
2235version = "0.4.4"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2238dependencies = [
2239 "bzip2-sys",
2240 "libc",
2241]
2242
2243[[package]]
2244name = "bzip2-sys"
2245version = "0.1.11+1.0.8"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2248dependencies = [
2249 "cc",
2250 "libc",
2251 "pkg-config",
2252]
2253
2254[[package]]
2255name = "call"
2256version = "0.1.0"
2257dependencies = [
2258 "anyhow",
2259 "audio",
2260 "client",
2261 "collections",
2262 "fs",
2263 "futures 0.3.31",
2264 "gpui",
2265 "http_client",
2266 "language",
2267 "livekit_client",
2268 "livekit_client_macos",
2269 "log",
2270 "postage",
2271 "project",
2272 "schemars",
2273 "serde",
2274 "serde_derive",
2275 "settings",
2276 "telemetry",
2277 "util",
2278]
2279
2280[[package]]
2281name = "calloop"
2282version = "0.13.0"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2285dependencies = [
2286 "bitflags 2.8.0",
2287 "log",
2288 "polling",
2289 "rustix",
2290 "slab",
2291 "thiserror 1.0.69",
2292]
2293
2294[[package]]
2295name = "calloop-wayland-source"
2296version = "0.3.0"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2299dependencies = [
2300 "calloop",
2301 "rustix",
2302 "wayland-backend",
2303 "wayland-client",
2304]
2305
2306[[package]]
2307name = "camino"
2308version = "1.1.9"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2311dependencies = [
2312 "serde",
2313]
2314
2315[[package]]
2316name = "cap-fs-ext"
2317version = "3.4.2"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2320dependencies = [
2321 "cap-primitives",
2322 "cap-std",
2323 "io-lifetimes",
2324 "windows-sys 0.52.0",
2325]
2326
2327[[package]]
2328name = "cap-net-ext"
2329version = "3.4.2"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2332dependencies = [
2333 "cap-primitives",
2334 "cap-std",
2335 "rustix",
2336 "smallvec",
2337]
2338
2339[[package]]
2340name = "cap-primitives"
2341version = "3.4.2"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2344dependencies = [
2345 "ambient-authority",
2346 "fs-set-times",
2347 "io-extras",
2348 "io-lifetimes",
2349 "ipnet",
2350 "maybe-owned",
2351 "rustix",
2352 "windows-sys 0.52.0",
2353 "winx",
2354]
2355
2356[[package]]
2357name = "cap-rand"
2358version = "3.4.2"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2361dependencies = [
2362 "ambient-authority",
2363 "rand 0.8.5",
2364]
2365
2366[[package]]
2367name = "cap-std"
2368version = "3.4.2"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2371dependencies = [
2372 "cap-primitives",
2373 "io-extras",
2374 "io-lifetimes",
2375 "rustix",
2376]
2377
2378[[package]]
2379name = "cap-time-ext"
2380version = "3.4.2"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2383dependencies = [
2384 "ambient-authority",
2385 "cap-primitives",
2386 "iana-time-zone",
2387 "once_cell",
2388 "rustix",
2389 "winx",
2390]
2391
2392[[package]]
2393name = "cargo-platform"
2394version = "0.1.9"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2397dependencies = [
2398 "serde",
2399]
2400
2401[[package]]
2402name = "cargo_metadata"
2403version = "0.19.2"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2406dependencies = [
2407 "camino",
2408 "cargo-platform",
2409 "semver",
2410 "serde",
2411 "serde_json",
2412 "thiserror 2.0.6",
2413]
2414
2415[[package]]
2416name = "cargo_toml"
2417version = "0.21.0"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2420dependencies = [
2421 "serde",
2422 "toml 0.8.20",
2423]
2424
2425[[package]]
2426name = "cast"
2427version = "0.3.0"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2430
2431[[package]]
2432name = "cbc"
2433version = "0.1.2"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2436dependencies = [
2437 "cipher",
2438]
2439
2440[[package]]
2441name = "cbindgen"
2442version = "0.27.0"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2445dependencies = [
2446 "clap",
2447 "heck 0.4.1",
2448 "indexmap",
2449 "log",
2450 "proc-macro2",
2451 "quote",
2452 "serde",
2453 "serde_json",
2454 "syn 2.0.90",
2455 "tempfile",
2456 "toml 0.8.20",
2457]
2458
2459[[package]]
2460name = "cbindgen"
2461version = "0.28.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2464dependencies = [
2465 "heck 0.4.1",
2466 "indexmap",
2467 "log",
2468 "proc-macro2",
2469 "quote",
2470 "serde",
2471 "serde_json",
2472 "syn 2.0.90",
2473 "tempfile",
2474 "toml 0.8.20",
2475]
2476
2477[[package]]
2478name = "cc"
2479version = "1.2.12"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2482dependencies = [
2483 "jobserver",
2484 "libc",
2485 "shlex",
2486]
2487
2488[[package]]
2489name = "cesu8"
2490version = "1.1.0"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2493
2494[[package]]
2495name = "cexpr"
2496version = "0.6.0"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2499dependencies = [
2500 "nom",
2501]
2502
2503[[package]]
2504name = "cfg-expr"
2505version = "0.15.8"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2508dependencies = [
2509 "smallvec",
2510 "target-lexicon 0.12.16",
2511]
2512
2513[[package]]
2514name = "cfg-if"
2515version = "1.0.0"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2518
2519[[package]]
2520name = "cfg_aliases"
2521version = "0.1.1"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2524
2525[[package]]
2526name = "cfg_aliases"
2527version = "0.2.1"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2530
2531[[package]]
2532name = "channel"
2533version = "0.1.0"
2534dependencies = [
2535 "anyhow",
2536 "client",
2537 "clock",
2538 "collections",
2539 "futures 0.3.31",
2540 "gpui",
2541 "http_client",
2542 "language",
2543 "log",
2544 "rand 0.8.5",
2545 "release_channel",
2546 "rpc",
2547 "settings",
2548 "sum_tree",
2549 "text",
2550 "time",
2551 "util",
2552]
2553
2554[[package]]
2555name = "chrono"
2556version = "0.4.40"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2559dependencies = [
2560 "android-tzdata",
2561 "iana-time-zone",
2562 "js-sys",
2563 "num-traits",
2564 "serde",
2565 "wasm-bindgen",
2566 "windows-link",
2567]
2568
2569[[package]]
2570name = "chunked_transfer"
2571version = "1.5.0"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2574
2575[[package]]
2576name = "ciborium"
2577version = "0.2.2"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2580dependencies = [
2581 "ciborium-io",
2582 "ciborium-ll",
2583 "serde",
2584]
2585
2586[[package]]
2587name = "ciborium-io"
2588version = "0.2.2"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2591
2592[[package]]
2593name = "ciborium-ll"
2594version = "0.2.2"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2597dependencies = [
2598 "ciborium-io",
2599 "half",
2600]
2601
2602[[package]]
2603name = "cipher"
2604version = "0.4.4"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2607dependencies = [
2608 "crypto-common",
2609 "inout",
2610 "zeroize",
2611]
2612
2613[[package]]
2614name = "clang-sys"
2615version = "1.8.1"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2618dependencies = [
2619 "glob",
2620 "libc",
2621 "libloading",
2622]
2623
2624[[package]]
2625name = "clap"
2626version = "4.5.31"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
2629dependencies = [
2630 "clap_builder",
2631 "clap_derive",
2632]
2633
2634[[package]]
2635name = "clap_builder"
2636version = "4.5.31"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
2639dependencies = [
2640 "anstream",
2641 "anstyle",
2642 "clap_lex",
2643 "strsim",
2644 "terminal_size",
2645]
2646
2647[[package]]
2648name = "clap_complete"
2649version = "4.5.38"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2652dependencies = [
2653 "clap",
2654]
2655
2656[[package]]
2657name = "clap_derive"
2658version = "4.5.28"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
2661dependencies = [
2662 "heck 0.5.0",
2663 "proc-macro2",
2664 "quote",
2665 "syn 2.0.90",
2666]
2667
2668[[package]]
2669name = "clap_lex"
2670version = "0.7.4"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2673
2674[[package]]
2675name = "cli"
2676version = "0.1.0"
2677dependencies = [
2678 "anyhow",
2679 "clap",
2680 "collections",
2681 "core-foundation 0.9.4",
2682 "core-services",
2683 "exec",
2684 "fork",
2685 "ipc-channel",
2686 "parking_lot",
2687 "paths",
2688 "plist",
2689 "release_channel",
2690 "serde",
2691 "tempfile",
2692 "util",
2693 "windows 0.58.0",
2694]
2695
2696[[package]]
2697name = "client"
2698version = "0.1.0"
2699dependencies = [
2700 "anyhow",
2701 "async-native-tls",
2702 "async-recursion 0.3.2",
2703 "async-tungstenite",
2704 "chrono",
2705 "clock",
2706 "cocoa 0.26.0",
2707 "collections",
2708 "credentials_provider",
2709 "feature_flags",
2710 "futures 0.3.31",
2711 "gpui",
2712 "http_client",
2713 "log",
2714 "parking_lot",
2715 "paths",
2716 "postage",
2717 "rand 0.8.5",
2718 "release_channel",
2719 "rpc",
2720 "schemars",
2721 "serde",
2722 "serde_json",
2723 "settings",
2724 "sha2",
2725 "smol",
2726 "telemetry",
2727 "telemetry_events",
2728 "text",
2729 "thiserror 1.0.69",
2730 "time",
2731 "tiny_http",
2732 "tokio-socks",
2733 "url",
2734 "util",
2735 "windows 0.58.0",
2736 "worktree",
2737]
2738
2739[[package]]
2740name = "clock"
2741version = "0.1.0"
2742dependencies = [
2743 "parking_lot",
2744 "serde",
2745 "smallvec",
2746]
2747
2748[[package]]
2749name = "cmake"
2750version = "0.1.53"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2753dependencies = [
2754 "cc",
2755]
2756
2757[[package]]
2758name = "cobs"
2759version = "0.2.3"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2762
2763[[package]]
2764name = "cocoa"
2765version = "0.25.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2768dependencies = [
2769 "bitflags 1.3.2",
2770 "block",
2771 "cocoa-foundation 0.1.2",
2772 "core-foundation 0.9.4",
2773 "core-graphics 0.23.2",
2774 "foreign-types 0.5.0",
2775 "libc",
2776 "objc",
2777]
2778
2779[[package]]
2780name = "cocoa"
2781version = "0.26.0"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2784dependencies = [
2785 "bitflags 2.8.0",
2786 "block",
2787 "cocoa-foundation 0.2.0",
2788 "core-foundation 0.10.0",
2789 "core-graphics 0.24.0",
2790 "foreign-types 0.5.0",
2791 "libc",
2792 "objc",
2793]
2794
2795[[package]]
2796name = "cocoa-foundation"
2797version = "0.1.2"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2800dependencies = [
2801 "bitflags 1.3.2",
2802 "block",
2803 "core-foundation 0.9.4",
2804 "core-graphics-types 0.1.3",
2805 "libc",
2806 "objc",
2807]
2808
2809[[package]]
2810name = "cocoa-foundation"
2811version = "0.2.0"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2814dependencies = [
2815 "bitflags 2.8.0",
2816 "block",
2817 "core-foundation 0.10.0",
2818 "core-graphics-types 0.2.0",
2819 "libc",
2820 "objc",
2821]
2822
2823[[package]]
2824name = "codespan-reporting"
2825version = "0.11.1"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2828dependencies = [
2829 "termcolor",
2830 "unicode-width",
2831]
2832
2833[[package]]
2834name = "collab"
2835version = "0.44.0"
2836dependencies = [
2837 "anthropic",
2838 "anyhow",
2839 "assistant",
2840 "assistant_context_editor",
2841 "assistant_slash_command",
2842 "assistant_tool",
2843 "async-stripe",
2844 "async-trait",
2845 "async-tungstenite",
2846 "audio",
2847 "aws-config",
2848 "aws-sdk-kinesis",
2849 "aws-sdk-s3",
2850 "axum",
2851 "axum-extra",
2852 "base64 0.22.1",
2853 "buffer_diff",
2854 "call",
2855 "channel",
2856 "chrono",
2857 "client",
2858 "clock",
2859 "collab_ui",
2860 "collections",
2861 "context_server",
2862 "ctor",
2863 "dashmap 6.1.0",
2864 "derive_more",
2865 "editor",
2866 "env_logger 0.11.6",
2867 "envy",
2868 "extension",
2869 "file_finder",
2870 "fs",
2871 "futures 0.3.31",
2872 "git",
2873 "git_hosting_providers",
2874 "git_ui",
2875 "google_ai",
2876 "gpui",
2877 "hex",
2878 "http_client",
2879 "hyper 0.14.32",
2880 "indoc",
2881 "jsonwebtoken",
2882 "language",
2883 "language_model",
2884 "livekit_api",
2885 "livekit_client",
2886 "livekit_client_macos",
2887 "log",
2888 "lsp",
2889 "menu",
2890 "multi_buffer",
2891 "nanoid",
2892 "node_runtime",
2893 "notifications",
2894 "open_ai",
2895 "parking_lot",
2896 "pretty_assertions",
2897 "project",
2898 "prometheus",
2899 "prompt_store",
2900 "prost 0.9.0",
2901 "rand 0.8.5",
2902 "recent_projects",
2903 "release_channel",
2904 "remote",
2905 "remote_server",
2906 "reqwest 0.11.27",
2907 "reqwest_client",
2908 "rpc",
2909 "rustc-demangle",
2910 "scrypt",
2911 "sea-orm",
2912 "semantic_version",
2913 "semver",
2914 "serde",
2915 "serde_derive",
2916 "serde_json",
2917 "session",
2918 "settings",
2919 "sha2",
2920 "sqlx",
2921 "strum",
2922 "subtle",
2923 "supermaven_api",
2924 "telemetry_events",
2925 "text",
2926 "theme",
2927 "thiserror 1.0.69",
2928 "time",
2929 "tokio",
2930 "toml 0.8.20",
2931 "tower",
2932 "tower-http 0.4.4",
2933 "tracing",
2934 "tracing-subscriber",
2935 "unindent",
2936 "util",
2937 "uuid",
2938 "workspace",
2939 "worktree",
2940]
2941
2942[[package]]
2943name = "collab_ui"
2944version = "0.1.0"
2945dependencies = [
2946 "anyhow",
2947 "call",
2948 "channel",
2949 "chrono",
2950 "client",
2951 "collections",
2952 "db",
2953 "editor",
2954 "emojis",
2955 "futures 0.3.31",
2956 "fuzzy",
2957 "gpui",
2958 "http_client",
2959 "language",
2960 "menu",
2961 "notifications",
2962 "picker",
2963 "pretty_assertions",
2964 "project",
2965 "release_channel",
2966 "rich_text",
2967 "rpc",
2968 "schemars",
2969 "serde",
2970 "serde_derive",
2971 "serde_json",
2972 "settings",
2973 "smallvec",
2974 "story",
2975 "telemetry",
2976 "theme",
2977 "time",
2978 "time_format",
2979 "title_bar",
2980 "tree-sitter-md",
2981 "ui",
2982 "util",
2983 "workspace",
2984]
2985
2986[[package]]
2987name = "collections"
2988version = "0.1.0"
2989dependencies = [
2990 "indexmap",
2991 "rustc-hash 2.1.1",
2992]
2993
2994[[package]]
2995name = "color_quant"
2996version = "1.1.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2999
3000[[package]]
3001name = "colorchoice"
3002version = "1.0.3"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3005
3006[[package]]
3007name = "combine"
3008version = "4.6.7"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3011dependencies = [
3012 "bytes 1.10.1",
3013 "memchr",
3014]
3015
3016[[package]]
3017name = "command_palette"
3018version = "0.1.0"
3019dependencies = [
3020 "client",
3021 "collections",
3022 "command_palette_hooks",
3023 "ctor",
3024 "editor",
3025 "env_logger 0.11.6",
3026 "fuzzy",
3027 "go_to_line",
3028 "gpui",
3029 "language",
3030 "menu",
3031 "picker",
3032 "postage",
3033 "project",
3034 "serde",
3035 "serde_json",
3036 "settings",
3037 "telemetry",
3038 "theme",
3039 "ui",
3040 "util",
3041 "workspace",
3042 "zed_actions",
3043]
3044
3045[[package]]
3046name = "command_palette_hooks"
3047version = "0.1.0"
3048dependencies = [
3049 "collections",
3050 "derive_more",
3051 "gpui",
3052]
3053
3054[[package]]
3055name = "component"
3056version = "0.1.0"
3057dependencies = [
3058 "collections",
3059 "gpui",
3060 "linkme",
3061 "parking_lot",
3062 "theme",
3063]
3064
3065[[package]]
3066name = "component_preview"
3067version = "0.1.0"
3068dependencies = [
3069 "client",
3070 "collections",
3071 "component",
3072 "gpui",
3073 "languages",
3074 "notifications",
3075 "project",
3076 "ui",
3077 "workspace",
3078]
3079
3080[[package]]
3081name = "concurrent-queue"
3082version = "2.5.0"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3085dependencies = [
3086 "crossbeam-utils",
3087]
3088
3089[[package]]
3090name = "console"
3091version = "0.15.8"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3094dependencies = [
3095 "encode_unicode",
3096 "lazy_static",
3097 "libc",
3098 "unicode-width",
3099 "windows-sys 0.52.0",
3100]
3101
3102[[package]]
3103name = "const-oid"
3104version = "0.9.6"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3107
3108[[package]]
3109name = "const-random"
3110version = "0.1.18"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3113dependencies = [
3114 "const-random-macro",
3115]
3116
3117[[package]]
3118name = "const-random-macro"
3119version = "0.1.16"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3122dependencies = [
3123 "getrandom 0.2.15",
3124 "once_cell",
3125 "tiny-keccak",
3126]
3127
3128[[package]]
3129name = "constant_time_eq"
3130version = "0.1.5"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3133
3134[[package]]
3135name = "constant_time_eq"
3136version = "0.3.1"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3139
3140[[package]]
3141name = "context_server"
3142version = "0.1.0"
3143dependencies = [
3144 "anyhow",
3145 "assistant_tool",
3146 "async-trait",
3147 "collections",
3148 "command_palette_hooks",
3149 "context_server_settings",
3150 "extension",
3151 "futures 0.3.31",
3152 "gpui",
3153 "log",
3154 "parking_lot",
3155 "postage",
3156 "project",
3157 "serde",
3158 "serde_json",
3159 "settings",
3160 "smol",
3161 "url",
3162 "util",
3163]
3164
3165[[package]]
3166name = "context_server_settings"
3167version = "0.1.0"
3168dependencies = [
3169 "anyhow",
3170 "collections",
3171 "gpui",
3172 "schemars",
3173 "serde",
3174 "serde_json",
3175 "settings",
3176]
3177
3178[[package]]
3179name = "convert_case"
3180version = "0.4.0"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3183
3184[[package]]
3185name = "convert_case"
3186version = "0.8.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3189dependencies = [
3190 "unicode-segmentation",
3191]
3192
3193[[package]]
3194name = "copilot"
3195version = "0.1.0"
3196dependencies = [
3197 "anyhow",
3198 "async-compression",
3199 "async-std",
3200 "async-tar",
3201 "chrono",
3202 "client",
3203 "clock",
3204 "collections",
3205 "command_palette_hooks",
3206 "ctor",
3207 "editor",
3208 "env_logger 0.11.6",
3209 "fs",
3210 "futures 0.3.31",
3211 "gpui",
3212 "http_client",
3213 "indoc",
3214 "inline_completion",
3215 "language",
3216 "log",
3217 "lsp",
3218 "menu",
3219 "node_runtime",
3220 "parking_lot",
3221 "paths",
3222 "project",
3223 "rpc",
3224 "schemars",
3225 "serde",
3226 "serde_json",
3227 "settings",
3228 "smol",
3229 "strum",
3230 "task",
3231 "theme",
3232 "ui",
3233 "util",
3234 "workspace",
3235]
3236
3237[[package]]
3238name = "core-foundation"
3239version = "0.9.4"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3242dependencies = [
3243 "core-foundation-sys",
3244 "libc",
3245]
3246
3247[[package]]
3248name = "core-foundation"
3249version = "0.10.0"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3252dependencies = [
3253 "core-foundation-sys",
3254 "libc",
3255]
3256
3257[[package]]
3258name = "core-foundation-sys"
3259version = "0.8.7"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3262
3263[[package]]
3264name = "core-graphics"
3265version = "0.23.2"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3268dependencies = [
3269 "bitflags 1.3.2",
3270 "core-foundation 0.9.4",
3271 "core-graphics-types 0.1.3",
3272 "foreign-types 0.5.0",
3273 "libc",
3274]
3275
3276[[package]]
3277name = "core-graphics"
3278version = "0.24.0"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3281dependencies = [
3282 "bitflags 2.8.0",
3283 "core-foundation 0.10.0",
3284 "core-graphics-types 0.2.0",
3285 "foreign-types 0.5.0",
3286 "libc",
3287]
3288
3289[[package]]
3290name = "core-graphics-types"
3291version = "0.1.3"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3294dependencies = [
3295 "bitflags 1.3.2",
3296 "core-foundation 0.9.4",
3297 "libc",
3298]
3299
3300[[package]]
3301name = "core-graphics-types"
3302version = "0.2.0"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3305dependencies = [
3306 "bitflags 2.8.0",
3307 "core-foundation 0.10.0",
3308 "libc",
3309]
3310
3311[[package]]
3312name = "core-services"
3313version = "0.2.1"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3316dependencies = [
3317 "core-foundation 0.9.4",
3318]
3319
3320[[package]]
3321name = "core-text"
3322version = "20.1.0"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3325dependencies = [
3326 "core-foundation 0.9.4",
3327 "core-graphics 0.23.2",
3328 "foreign-types 0.5.0",
3329 "libc",
3330]
3331
3332[[package]]
3333name = "coreaudio-rs"
3334version = "0.11.3"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3337dependencies = [
3338 "bitflags 1.3.2",
3339 "core-foundation-sys",
3340 "coreaudio-sys",
3341]
3342
3343[[package]]
3344name = "coreaudio-rs"
3345version = "0.12.1"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3348dependencies = [
3349 "bitflags 1.3.2",
3350 "core-foundation-sys",
3351 "coreaudio-sys",
3352]
3353
3354[[package]]
3355name = "coreaudio-sys"
3356version = "0.2.16"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3359dependencies = [
3360 "bindgen 0.70.1",
3361]
3362
3363[[package]]
3364name = "cosmic-text"
3365version = "0.11.2"
3366source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3367dependencies = [
3368 "bitflags 2.8.0",
3369 "fontdb",
3370 "log",
3371 "rangemap",
3372 "rayon",
3373 "rustc-hash 1.1.0",
3374 "rustybuzz",
3375 "self_cell",
3376 "swash",
3377 "sys-locale",
3378 "ttf-parser",
3379 "unicode-bidi",
3380 "unicode-linebreak",
3381 "unicode-script",
3382 "unicode-segmentation",
3383]
3384
3385[[package]]
3386name = "cpal"
3387version = "0.15.3"
3388source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3389dependencies = [
3390 "alsa",
3391 "core-foundation-sys",
3392 "coreaudio-rs 0.11.3",
3393 "dasp_sample",
3394 "jni",
3395 "js-sys",
3396 "libc",
3397 "mach2",
3398 "ndk",
3399 "ndk-context",
3400 "oboe",
3401 "wasm-bindgen",
3402 "wasm-bindgen-futures",
3403 "web-sys",
3404 "windows 0.54.0",
3405]
3406
3407[[package]]
3408name = "cpp_demangle"
3409version = "0.4.4"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3412dependencies = [
3413 "cfg-if",
3414]
3415
3416[[package]]
3417name = "cpufeatures"
3418version = "0.2.16"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3421dependencies = [
3422 "libc",
3423]
3424
3425[[package]]
3426name = "cranelift-bforest"
3427version = "0.116.1"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3430dependencies = [
3431 "cranelift-entity",
3432]
3433
3434[[package]]
3435name = "cranelift-bitset"
3436version = "0.116.1"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3439dependencies = [
3440 "serde",
3441 "serde_derive",
3442]
3443
3444[[package]]
3445name = "cranelift-codegen"
3446version = "0.116.1"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3449dependencies = [
3450 "bumpalo",
3451 "cranelift-bforest",
3452 "cranelift-bitset",
3453 "cranelift-codegen-meta",
3454 "cranelift-codegen-shared",
3455 "cranelift-control",
3456 "cranelift-entity",
3457 "cranelift-isle",
3458 "gimli",
3459 "hashbrown 0.14.5",
3460 "log",
3461 "regalloc2",
3462 "rustc-hash 2.1.1",
3463 "serde",
3464 "smallvec",
3465 "target-lexicon 0.13.2",
3466]
3467
3468[[package]]
3469name = "cranelift-codegen-meta"
3470version = "0.116.1"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3473dependencies = [
3474 "cranelift-codegen-shared",
3475]
3476
3477[[package]]
3478name = "cranelift-codegen-shared"
3479version = "0.116.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3482
3483[[package]]
3484name = "cranelift-control"
3485version = "0.116.1"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3488dependencies = [
3489 "arbitrary",
3490]
3491
3492[[package]]
3493name = "cranelift-entity"
3494version = "0.116.1"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3497dependencies = [
3498 "cranelift-bitset",
3499 "serde",
3500 "serde_derive",
3501]
3502
3503[[package]]
3504name = "cranelift-frontend"
3505version = "0.116.1"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3508dependencies = [
3509 "cranelift-codegen",
3510 "log",
3511 "smallvec",
3512 "target-lexicon 0.13.2",
3513]
3514
3515[[package]]
3516name = "cranelift-isle"
3517version = "0.116.1"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3520
3521[[package]]
3522name = "cranelift-native"
3523version = "0.116.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3526dependencies = [
3527 "cranelift-codegen",
3528 "libc",
3529 "target-lexicon 0.13.2",
3530]
3531
3532[[package]]
3533name = "crc"
3534version = "3.2.1"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3537dependencies = [
3538 "crc-catalog",
3539]
3540
3541[[package]]
3542name = "crc-catalog"
3543version = "2.4.0"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3546
3547[[package]]
3548name = "crc32c"
3549version = "0.6.8"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3552dependencies = [
3553 "rustc_version",
3554]
3555
3556[[package]]
3557name = "crc32fast"
3558version = "1.4.2"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3561dependencies = [
3562 "cfg-if",
3563]
3564
3565[[package]]
3566name = "crc64fast-nvme"
3567version = "1.1.1"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3570dependencies = [
3571 "cbindgen 0.27.0",
3572 "crc",
3573]
3574
3575[[package]]
3576name = "credentials_provider"
3577version = "0.1.0"
3578dependencies = [
3579 "anyhow",
3580 "futures 0.3.31",
3581 "gpui",
3582 "paths",
3583 "release_channel",
3584 "serde",
3585 "serde_json",
3586]
3587
3588[[package]]
3589name = "criterion"
3590version = "0.5.1"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3593dependencies = [
3594 "anes",
3595 "cast",
3596 "ciborium",
3597 "clap",
3598 "criterion-plot",
3599 "is-terminal",
3600 "itertools 0.10.5",
3601 "num-traits",
3602 "once_cell",
3603 "oorandom",
3604 "plotters",
3605 "rayon",
3606 "regex",
3607 "serde",
3608 "serde_derive",
3609 "serde_json",
3610 "tinytemplate",
3611 "walkdir",
3612]
3613
3614[[package]]
3615name = "criterion-plot"
3616version = "0.5.0"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3619dependencies = [
3620 "cast",
3621 "itertools 0.10.5",
3622]
3623
3624[[package]]
3625name = "crossbeam-channel"
3626version = "0.5.13"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3629dependencies = [
3630 "crossbeam-utils",
3631]
3632
3633[[package]]
3634name = "crossbeam-deque"
3635version = "0.8.5"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3638dependencies = [
3639 "crossbeam-epoch",
3640 "crossbeam-utils",
3641]
3642
3643[[package]]
3644name = "crossbeam-epoch"
3645version = "0.9.18"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3648dependencies = [
3649 "crossbeam-utils",
3650]
3651
3652[[package]]
3653name = "crossbeam-queue"
3654version = "0.3.11"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3657dependencies = [
3658 "crossbeam-utils",
3659]
3660
3661[[package]]
3662name = "crossbeam-utils"
3663version = "0.8.20"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3666
3667[[package]]
3668name = "crunchy"
3669version = "0.2.2"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3672
3673[[package]]
3674name = "crypto-bigint"
3675version = "0.4.9"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3678dependencies = [
3679 "generic-array",
3680 "rand_core 0.6.4",
3681 "subtle",
3682 "zeroize",
3683]
3684
3685[[package]]
3686name = "crypto-bigint"
3687version = "0.5.5"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3690dependencies = [
3691 "rand_core 0.6.4",
3692 "subtle",
3693]
3694
3695[[package]]
3696name = "crypto-common"
3697version = "0.1.6"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3700dependencies = [
3701 "generic-array",
3702 "rand_core 0.6.4",
3703 "typenum",
3704]
3705
3706[[package]]
3707name = "ctor"
3708version = "0.4.0"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "a7747ac3a66a06f4ee6718686c8ea976d2d05fb30ada93ebd76b3f9aef97257c"
3711dependencies = [
3712 "ctor-proc-macro",
3713 "dtor",
3714]
3715
3716[[package]]
3717name = "ctor-proc-macro"
3718version = "0.0.5"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3721
3722[[package]]
3723name = "ctrlc"
3724version = "3.4.5"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3727dependencies = [
3728 "nix",
3729 "windows-sys 0.59.0",
3730]
3731
3732[[package]]
3733name = "cursor-icon"
3734version = "1.1.0"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3737
3738[[package]]
3739name = "cxx"
3740version = "1.0.134"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3743dependencies = [
3744 "cc",
3745 "cxxbridge-cmd",
3746 "cxxbridge-flags",
3747 "cxxbridge-macro",
3748 "foldhash",
3749 "link-cplusplus",
3750]
3751
3752[[package]]
3753name = "cxx-build"
3754version = "1.0.134"
3755source = "registry+https://github.com/rust-lang/crates.io-index"
3756checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3757dependencies = [
3758 "cc",
3759 "codespan-reporting",
3760 "proc-macro2",
3761 "quote",
3762 "scratch",
3763 "syn 2.0.90",
3764]
3765
3766[[package]]
3767name = "cxxbridge-cmd"
3768version = "1.0.134"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3771dependencies = [
3772 "clap",
3773 "codespan-reporting",
3774 "proc-macro2",
3775 "quote",
3776 "syn 2.0.90",
3777]
3778
3779[[package]]
3780name = "cxxbridge-flags"
3781version = "1.0.134"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3784
3785[[package]]
3786name = "cxxbridge-macro"
3787version = "1.0.134"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3790dependencies = [
3791 "proc-macro2",
3792 "quote",
3793 "rustversion",
3794 "syn 2.0.90",
3795]
3796
3797[[package]]
3798name = "dashmap"
3799version = "5.5.3"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3802dependencies = [
3803 "cfg-if",
3804 "hashbrown 0.14.5",
3805 "lock_api",
3806 "once_cell",
3807 "parking_lot_core",
3808]
3809
3810[[package]]
3811name = "dashmap"
3812version = "6.1.0"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3815dependencies = [
3816 "cfg-if",
3817 "crossbeam-utils",
3818 "hashbrown 0.14.5",
3819 "lock_api",
3820 "once_cell",
3821 "parking_lot_core",
3822]
3823
3824[[package]]
3825name = "dasp_sample"
3826version = "0.11.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3829
3830[[package]]
3831name = "data-encoding"
3832version = "2.6.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3835
3836[[package]]
3837name = "data-url"
3838version = "0.3.1"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3841
3842[[package]]
3843name = "db"
3844version = "0.1.0"
3845dependencies = [
3846 "anyhow",
3847 "gpui",
3848 "indoc",
3849 "log",
3850 "paths",
3851 "release_channel",
3852 "smol",
3853 "sqlez",
3854 "sqlez_macros",
3855 "tempfile",
3856 "util",
3857]
3858
3859[[package]]
3860name = "dbus"
3861version = "0.9.7"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3864dependencies = [
3865 "libc",
3866 "libdbus-sys",
3867 "winapi",
3868]
3869
3870[[package]]
3871name = "deepseek"
3872version = "0.1.0"
3873dependencies = [
3874 "anyhow",
3875 "futures 0.3.31",
3876 "http_client",
3877 "schemars",
3878 "serde",
3879 "serde_json",
3880]
3881
3882[[package]]
3883name = "deflate64"
3884version = "0.1.9"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3887
3888[[package]]
3889name = "der"
3890version = "0.6.1"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3893dependencies = [
3894 "const-oid",
3895 "zeroize",
3896]
3897
3898[[package]]
3899name = "der"
3900version = "0.7.9"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3903dependencies = [
3904 "const-oid",
3905 "pem-rfc7468",
3906 "zeroize",
3907]
3908
3909[[package]]
3910name = "deranged"
3911version = "0.3.11"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3914dependencies = [
3915 "powerfmt",
3916 "serde",
3917]
3918
3919[[package]]
3920name = "derive_more"
3921version = "0.99.19"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3924dependencies = [
3925 "convert_case 0.4.0",
3926 "proc-macro2",
3927 "quote",
3928 "rustc_version",
3929 "syn 2.0.90",
3930]
3931
3932[[package]]
3933name = "derive_refineable"
3934version = "0.1.0"
3935dependencies = [
3936 "proc-macro2",
3937 "quote",
3938 "syn 1.0.109",
3939]
3940
3941[[package]]
3942name = "diagnostics"
3943version = "0.1.0"
3944dependencies = [
3945 "anyhow",
3946 "client",
3947 "collections",
3948 "ctor",
3949 "editor",
3950 "env_logger 0.11.6",
3951 "gpui",
3952 "language",
3953 "log",
3954 "lsp",
3955 "pretty_assertions",
3956 "project",
3957 "rand 0.8.5",
3958 "serde",
3959 "serde_json",
3960 "settings",
3961 "theme",
3962 "ui",
3963 "unindent",
3964 "util",
3965 "workspace",
3966]
3967
3968[[package]]
3969name = "dialoguer"
3970version = "0.11.0"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3973dependencies = [
3974 "console",
3975 "fuzzy-matcher",
3976 "shell-words",
3977 "tempfile",
3978 "thiserror 1.0.69",
3979 "zeroize",
3980]
3981
3982[[package]]
3983name = "diff"
3984version = "0.1.13"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3987
3988[[package]]
3989name = "digest"
3990version = "0.10.7"
3991source = "registry+https://github.com/rust-lang/crates.io-index"
3992checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3993dependencies = [
3994 "block-buffer",
3995 "const-oid",
3996 "crypto-common",
3997 "subtle",
3998]
3999
4000[[package]]
4001name = "dirs"
4002version = "4.0.0"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4005dependencies = [
4006 "dirs-sys 0.3.7",
4007]
4008
4009[[package]]
4010name = "dirs"
4011version = "5.0.1"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4014dependencies = [
4015 "dirs-sys 0.4.1",
4016]
4017
4018[[package]]
4019name = "dirs-sys"
4020version = "0.3.7"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4023dependencies = [
4024 "libc",
4025 "redox_users",
4026 "winapi",
4027]
4028
4029[[package]]
4030name = "dirs-sys"
4031version = "0.4.1"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4034dependencies = [
4035 "libc",
4036 "option-ext",
4037 "redox_users",
4038 "windows-sys 0.48.0",
4039]
4040
4041[[package]]
4042name = "displaydoc"
4043version = "0.2.5"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4046dependencies = [
4047 "proc-macro2",
4048 "quote",
4049 "syn 2.0.90",
4050]
4051
4052[[package]]
4053name = "dlib"
4054version = "0.5.2"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4057dependencies = [
4058 "libloading",
4059]
4060
4061[[package]]
4062name = "docs_preprocessor"
4063version = "0.1.0"
4064dependencies = [
4065 "anyhow",
4066 "clap",
4067 "mdbook",
4068 "regex",
4069 "serde",
4070 "serde_json",
4071 "settings",
4072 "util",
4073]
4074
4075[[package]]
4076name = "dotenvy"
4077version = "0.15.7"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4080
4081[[package]]
4082name = "downcast-rs"
4083version = "1.2.1"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4086
4087[[package]]
4088name = "doxygen-rs"
4089version = "0.4.2"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4092dependencies = [
4093 "phf",
4094]
4095
4096[[package]]
4097name = "dtor"
4098version = "0.0.4"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "8bf39a0bfd1f94d62ffdb2802a7e6244c0f34f6ebacf5d4c26547d08cd1d67a5"
4101dependencies = [
4102 "dtor-proc-macro",
4103]
4104
4105[[package]]
4106name = "dtor-proc-macro"
4107version = "0.0.5"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4110
4111[[package]]
4112name = "dunce"
4113version = "1.0.5"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4116
4117[[package]]
4118name = "dwrote"
4119version = "0.11.2"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4122dependencies = [
4123 "lazy_static",
4124 "libc",
4125 "winapi",
4126 "wio",
4127]
4128
4129[[package]]
4130name = "dyn-clone"
4131version = "1.0.17"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4134
4135[[package]]
4136name = "ec4rs"
4137version = "1.1.1"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4140
4141[[package]]
4142name = "ecdsa"
4143version = "0.14.8"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4146dependencies = [
4147 "der 0.6.1",
4148 "elliptic-curve",
4149 "rfc6979",
4150 "signature 1.6.4",
4151]
4152
4153[[package]]
4154name = "editor"
4155version = "0.1.0"
4156dependencies = [
4157 "aho-corasick",
4158 "anyhow",
4159 "assets",
4160 "buffer_diff",
4161 "chrono",
4162 "client",
4163 "clock",
4164 "collections",
4165 "convert_case 0.8.0",
4166 "ctor",
4167 "db",
4168 "emojis",
4169 "env_logger 0.11.6",
4170 "file_icons",
4171 "fs",
4172 "futures 0.3.31",
4173 "fuzzy",
4174 "git",
4175 "gpui",
4176 "http_client",
4177 "indoc",
4178 "inline_completion",
4179 "itertools 0.14.0",
4180 "language",
4181 "languages",
4182 "linkify",
4183 "log",
4184 "lsp",
4185 "markdown",
4186 "multi_buffer",
4187 "ordered-float 2.10.1",
4188 "parking_lot",
4189 "pretty_assertions",
4190 "project",
4191 "rand 0.8.5",
4192 "release_channel",
4193 "rpc",
4194 "schemars",
4195 "serde",
4196 "serde_json",
4197 "settings",
4198 "smallvec",
4199 "smol",
4200 "snippet",
4201 "sum_tree",
4202 "task",
4203 "telemetry",
4204 "tempfile",
4205 "text",
4206 "theme",
4207 "time",
4208 "time_format",
4209 "tree-sitter-html",
4210 "tree-sitter-rust",
4211 "tree-sitter-typescript",
4212 "ui",
4213 "unicode-script",
4214 "unicode-segmentation",
4215 "unindent",
4216 "url",
4217 "util",
4218 "uuid",
4219 "workspace",
4220 "zed_actions",
4221]
4222
4223[[package]]
4224name = "either"
4225version = "1.13.0"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4228dependencies = [
4229 "serde",
4230]
4231
4232[[package]]
4233name = "elasticlunr-rs"
4234version = "3.0.2"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4237dependencies = [
4238 "regex",
4239 "serde",
4240 "serde_derive",
4241 "serde_json",
4242]
4243
4244[[package]]
4245name = "elliptic-curve"
4246version = "0.12.3"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4249dependencies = [
4250 "base16ct",
4251 "crypto-bigint 0.4.9",
4252 "der 0.6.1",
4253 "digest",
4254 "ff",
4255 "generic-array",
4256 "group",
4257 "pkcs8 0.9.0",
4258 "rand_core 0.6.4",
4259 "sec1",
4260 "subtle",
4261 "zeroize",
4262]
4263
4264[[package]]
4265name = "embed-resource"
4266version = "3.0.2"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4269dependencies = [
4270 "cc",
4271 "memchr",
4272 "rustc_version",
4273 "toml 0.8.20",
4274 "vswhom",
4275 "winreg 0.52.0",
4276]
4277
4278[[package]]
4279name = "embedded-io"
4280version = "0.4.0"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4283
4284[[package]]
4285name = "embedded-io"
4286version = "0.6.1"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4289
4290[[package]]
4291name = "emojis"
4292version = "0.6.4"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4295dependencies = [
4296 "phf",
4297]
4298
4299[[package]]
4300name = "encode_unicode"
4301version = "0.3.6"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4304
4305[[package]]
4306name = "encoding_rs"
4307version = "0.8.35"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4310dependencies = [
4311 "cfg-if",
4312]
4313
4314[[package]]
4315name = "endi"
4316version = "1.1.0"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4319
4320[[package]]
4321name = "enumflags2"
4322version = "0.7.10"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4325dependencies = [
4326 "enumflags2_derive",
4327 "serde",
4328]
4329
4330[[package]]
4331name = "enumflags2_derive"
4332version = "0.7.10"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4335dependencies = [
4336 "proc-macro2",
4337 "quote",
4338 "syn 2.0.90",
4339]
4340
4341[[package]]
4342name = "env_filter"
4343version = "0.1.2"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4346dependencies = [
4347 "log",
4348 "regex",
4349]
4350
4351[[package]]
4352name = "env_home"
4353version = "0.1.0"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4356
4357[[package]]
4358name = "env_logger"
4359version = "0.10.2"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4362dependencies = [
4363 "humantime",
4364 "is-terminal",
4365 "log",
4366 "regex",
4367 "termcolor",
4368]
4369
4370[[package]]
4371name = "env_logger"
4372version = "0.11.6"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4375dependencies = [
4376 "anstream",
4377 "anstyle",
4378 "env_filter",
4379 "humantime",
4380 "log",
4381]
4382
4383[[package]]
4384name = "envy"
4385version = "0.4.2"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4388dependencies = [
4389 "serde",
4390]
4391
4392[[package]]
4393name = "equivalent"
4394version = "1.0.1"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4397
4398[[package]]
4399name = "erased-serde"
4400version = "0.4.5"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4403dependencies = [
4404 "serde",
4405 "typeid",
4406]
4407
4408[[package]]
4409name = "errno"
4410version = "0.2.8"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4413dependencies = [
4414 "errno-dragonfly",
4415 "libc",
4416 "winapi",
4417]
4418
4419[[package]]
4420name = "errno"
4421version = "0.3.10"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4424dependencies = [
4425 "libc",
4426 "windows-sys 0.52.0",
4427]
4428
4429[[package]]
4430name = "errno-dragonfly"
4431version = "0.1.2"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4434dependencies = [
4435 "cc",
4436 "libc",
4437]
4438
4439[[package]]
4440name = "etagere"
4441version = "0.2.15"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4444dependencies = [
4445 "euclid",
4446 "svg_fmt",
4447]
4448
4449[[package]]
4450name = "etcetera"
4451version = "0.8.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4454dependencies = [
4455 "cfg-if",
4456 "home",
4457 "windows-sys 0.48.0",
4458]
4459
4460[[package]]
4461name = "euclid"
4462version = "0.22.11"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4465dependencies = [
4466 "num-traits",
4467]
4468
4469[[package]]
4470name = "evals"
4471version = "0.1.0"
4472dependencies = [
4473 "anyhow",
4474 "clap",
4475 "client",
4476 "clock",
4477 "collections",
4478 "env_logger 0.11.6",
4479 "feature_flags",
4480 "fs",
4481 "git",
4482 "gpui",
4483 "http_client",
4484 "language",
4485 "languages",
4486 "node_runtime",
4487 "open_ai",
4488 "project",
4489 "reqwest_client",
4490 "semantic_index",
4491 "serde",
4492 "serde_json",
4493 "settings",
4494 "smol",
4495 "util",
4496]
4497
4498[[package]]
4499name = "event-listener"
4500version = "2.5.3"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4503
4504[[package]]
4505name = "event-listener"
4506version = "5.3.1"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4509dependencies = [
4510 "concurrent-queue",
4511 "parking",
4512 "pin-project-lite",
4513]
4514
4515[[package]]
4516name = "event-listener-strategy"
4517version = "0.5.3"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4520dependencies = [
4521 "event-listener 5.3.1",
4522 "pin-project-lite",
4523]
4524
4525[[package]]
4526name = "exec"
4527version = "0.3.1"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4530dependencies = [
4531 "errno 0.2.8",
4532 "libc",
4533]
4534
4535[[package]]
4536name = "exr"
4537version = "1.73.0"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4540dependencies = [
4541 "bit_field",
4542 "half",
4543 "lebe",
4544 "miniz_oxide",
4545 "rayon-core",
4546 "smallvec",
4547 "zune-inflate",
4548]
4549
4550[[package]]
4551name = "extension"
4552version = "0.1.0"
4553dependencies = [
4554 "anyhow",
4555 "async-compression",
4556 "async-tar",
4557 "async-trait",
4558 "collections",
4559 "convert_case 0.8.0",
4560 "fs",
4561 "futures 0.3.31",
4562 "gpui",
4563 "http_client",
4564 "language",
4565 "log",
4566 "lsp",
4567 "parking_lot",
4568 "semantic_version",
4569 "serde",
4570 "serde_json",
4571 "toml 0.8.20",
4572 "util",
4573 "wasm-encoder 0.221.3",
4574 "wasmparser 0.221.3",
4575 "wit-component 0.221.3",
4576]
4577
4578[[package]]
4579name = "extension_cli"
4580version = "0.1.0"
4581dependencies = [
4582 "anyhow",
4583 "clap",
4584 "env_logger 0.11.6",
4585 "extension",
4586 "fs",
4587 "language",
4588 "log",
4589 "reqwest_client",
4590 "rpc",
4591 "serde",
4592 "serde_json",
4593 "theme",
4594 "tokio",
4595 "toml 0.8.20",
4596 "tree-sitter",
4597 "wasmtime",
4598]
4599
4600[[package]]
4601name = "extension_host"
4602version = "0.1.0"
4603dependencies = [
4604 "anyhow",
4605 "async-compression",
4606 "async-tar",
4607 "async-trait",
4608 "client",
4609 "collections",
4610 "context_server_settings",
4611 "ctor",
4612 "env_logger 0.11.6",
4613 "extension",
4614 "fs",
4615 "futures 0.3.31",
4616 "gpui",
4617 "http_client",
4618 "language",
4619 "language_extension",
4620 "log",
4621 "lsp",
4622 "node_runtime",
4623 "parking_lot",
4624 "paths",
4625 "project",
4626 "release_channel",
4627 "remote",
4628 "reqwest_client",
4629 "schemars",
4630 "semantic_version",
4631 "serde",
4632 "serde_json",
4633 "serde_json_lenient",
4634 "settings",
4635 "task",
4636 "telemetry",
4637 "tempfile",
4638 "theme",
4639 "theme_extension",
4640 "toml 0.8.20",
4641 "url",
4642 "util",
4643 "wasmparser 0.221.3",
4644 "wasmtime",
4645 "wasmtime-wasi",
4646]
4647
4648[[package]]
4649name = "extensions_ui"
4650version = "0.1.0"
4651dependencies = [
4652 "anyhow",
4653 "client",
4654 "collections",
4655 "db",
4656 "editor",
4657 "extension_host",
4658 "feature_flags",
4659 "fs",
4660 "fuzzy",
4661 "gpui",
4662 "language",
4663 "num-format",
4664 "picker",
4665 "project",
4666 "release_channel",
4667 "semantic_version",
4668 "serde",
4669 "settings",
4670 "smallvec",
4671 "telemetry",
4672 "theme",
4673 "ui",
4674 "util",
4675 "vim_mode_setting",
4676 "workspace",
4677 "zed_actions",
4678]
4679
4680[[package]]
4681name = "fallible-iterator"
4682version = "0.3.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4685
4686[[package]]
4687name = "fancy-regex"
4688version = "0.13.0"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4691dependencies = [
4692 "bit-set 0.5.3",
4693 "regex-automata 0.4.9",
4694 "regex-syntax 0.8.5",
4695]
4696
4697[[package]]
4698name = "fancy-regex"
4699version = "0.14.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4702dependencies = [
4703 "bit-set 0.8.0",
4704 "regex-automata 0.4.9",
4705 "regex-syntax 0.8.5",
4706]
4707
4708[[package]]
4709name = "fast-srgb8"
4710version = "1.0.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4713
4714[[package]]
4715name = "fastrand"
4716version = "1.9.0"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4719dependencies = [
4720 "instant",
4721]
4722
4723[[package]]
4724name = "fastrand"
4725version = "2.3.0"
4726source = "registry+https://github.com/rust-lang/crates.io-index"
4727checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4728
4729[[package]]
4730name = "fd-lock"
4731version = "4.0.2"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4734dependencies = [
4735 "cfg-if",
4736 "rustix",
4737 "windows-sys 0.52.0",
4738]
4739
4740[[package]]
4741name = "fdeflate"
4742version = "0.3.7"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4745dependencies = [
4746 "simd-adler32",
4747]
4748
4749[[package]]
4750name = "feature_flags"
4751version = "0.1.0"
4752dependencies = [
4753 "futures 0.3.31",
4754 "gpui",
4755 "smol",
4756]
4757
4758[[package]]
4759name = "feedback"
4760version = "0.1.0"
4761dependencies = [
4762 "anyhow",
4763 "bitflags 2.8.0",
4764 "client",
4765 "db",
4766 "editor",
4767 "futures 0.3.31",
4768 "gpui",
4769 "http_client",
4770 "human_bytes",
4771 "language",
4772 "log",
4773 "menu",
4774 "project",
4775 "regex",
4776 "release_channel",
4777 "serde",
4778 "serde_derive",
4779 "serde_json",
4780 "smol",
4781 "sysinfo",
4782 "ui",
4783 "urlencoding",
4784 "util",
4785 "workspace",
4786 "zed_actions",
4787]
4788
4789[[package]]
4790name = "ff"
4791version = "0.12.1"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4794dependencies = [
4795 "rand_core 0.6.4",
4796 "subtle",
4797]
4798
4799[[package]]
4800name = "file_finder"
4801version = "0.1.0"
4802dependencies = [
4803 "anyhow",
4804 "collections",
4805 "ctor",
4806 "editor",
4807 "env_logger 0.11.6",
4808 "file_icons",
4809 "futures 0.3.31",
4810 "fuzzy",
4811 "gpui",
4812 "language",
4813 "menu",
4814 "picker",
4815 "project",
4816 "schemars",
4817 "serde",
4818 "serde_derive",
4819 "serde_json",
4820 "settings",
4821 "text",
4822 "theme",
4823 "ui",
4824 "util",
4825 "workspace",
4826]
4827
4828[[package]]
4829name = "file_icons"
4830version = "0.1.0"
4831dependencies = [
4832 "gpui",
4833 "serde",
4834 "settings",
4835 "theme",
4836 "util",
4837]
4838
4839[[package]]
4840name = "filedescriptor"
4841version = "0.8.3"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4844dependencies = [
4845 "libc",
4846 "thiserror 1.0.69",
4847 "winapi",
4848]
4849
4850[[package]]
4851name = "filetime"
4852version = "0.2.25"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4855dependencies = [
4856 "cfg-if",
4857 "libc",
4858 "libredox",
4859 "windows-sys 0.59.0",
4860]
4861
4862[[package]]
4863name = "fixedbitset"
4864version = "0.4.2"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4867
4868[[package]]
4869name = "flate2"
4870version = "1.0.35"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4873dependencies = [
4874 "crc32fast",
4875 "miniz_oxide",
4876]
4877
4878[[package]]
4879name = "float-cmp"
4880version = "0.9.0"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4883
4884[[package]]
4885name = "float-ord"
4886version = "0.3.2"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4889
4890[[package]]
4891name = "float_next_after"
4892version = "1.0.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4895
4896[[package]]
4897name = "flume"
4898version = "0.11.1"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4901dependencies = [
4902 "futures-core",
4903 "futures-sink",
4904 "nanorand",
4905 "spin",
4906]
4907
4908[[package]]
4909name = "fnv"
4910version = "1.0.7"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4913
4914[[package]]
4915name = "foldhash"
4916version = "0.1.3"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4919
4920[[package]]
4921name = "font-kit"
4922version = "0.14.1"
4923source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4924dependencies = [
4925 "bitflags 2.8.0",
4926 "byteorder",
4927 "core-foundation 0.9.4",
4928 "core-graphics 0.23.2",
4929 "core-text",
4930 "dirs 5.0.1",
4931 "dwrote",
4932 "float-ord",
4933 "freetype-sys",
4934 "lazy_static",
4935 "libc",
4936 "log",
4937 "pathfinder_geometry",
4938 "pathfinder_simd",
4939 "walkdir",
4940 "winapi",
4941 "yeslogic-fontconfig-sys",
4942]
4943
4944[[package]]
4945name = "font-types"
4946version = "0.7.3"
4947source = "registry+https://github.com/rust-lang/crates.io-index"
4948checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4949dependencies = [
4950 "bytemuck",
4951]
4952
4953[[package]]
4954name = "fontconfig-parser"
4955version = "0.5.7"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4958dependencies = [
4959 "roxmltree",
4960]
4961
4962[[package]]
4963name = "fontdb"
4964version = "0.18.0"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4967dependencies = [
4968 "fontconfig-parser",
4969 "log",
4970 "memmap2",
4971 "slotmap",
4972 "tinyvec",
4973 "ttf-parser",
4974]
4975
4976[[package]]
4977name = "foreign-types"
4978version = "0.3.2"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4981dependencies = [
4982 "foreign-types-shared 0.1.1",
4983]
4984
4985[[package]]
4986name = "foreign-types"
4987version = "0.5.0"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4990dependencies = [
4991 "foreign-types-macros",
4992 "foreign-types-shared 0.3.1",
4993]
4994
4995[[package]]
4996name = "foreign-types-macros"
4997version = "0.2.3"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5000dependencies = [
5001 "proc-macro2",
5002 "quote",
5003 "syn 2.0.90",
5004]
5005
5006[[package]]
5007name = "foreign-types-shared"
5008version = "0.1.1"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5011
5012[[package]]
5013name = "foreign-types-shared"
5014version = "0.3.1"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5017
5018[[package]]
5019name = "fork"
5020version = "0.2.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5023dependencies = [
5024 "libc",
5025]
5026
5027[[package]]
5028name = "form_urlencoded"
5029version = "1.2.1"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5032dependencies = [
5033 "percent-encoding",
5034]
5035
5036[[package]]
5037name = "freetype-sys"
5038version = "0.20.1"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5041dependencies = [
5042 "cc",
5043 "libc",
5044 "pkg-config",
5045]
5046
5047[[package]]
5048name = "fs"
5049version = "0.1.0"
5050dependencies = [
5051 "anyhow",
5052 "ashpd",
5053 "async-tar",
5054 "async-trait",
5055 "cocoa 0.26.0",
5056 "collections",
5057 "fsevent",
5058 "futures 0.3.31",
5059 "git",
5060 "git2",
5061 "gpui",
5062 "libc",
5063 "log",
5064 "notify 6.1.1",
5065 "objc",
5066 "parking_lot",
5067 "paths",
5068 "proto",
5069 "rope",
5070 "serde",
5071 "serde_json",
5072 "smol",
5073 "tempfile",
5074 "text",
5075 "time",
5076 "util",
5077 "windows 0.58.0",
5078]
5079
5080[[package]]
5081name = "fs-set-times"
5082version = "0.20.2"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5085dependencies = [
5086 "io-lifetimes",
5087 "rustix",
5088 "windows-sys 0.52.0",
5089]
5090
5091[[package]]
5092name = "fs2"
5093version = "0.4.3"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5096dependencies = [
5097 "libc",
5098 "winapi",
5099]
5100
5101[[package]]
5102name = "fs_extra"
5103version = "1.3.0"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5106
5107[[package]]
5108name = "fsevent"
5109version = "0.1.0"
5110dependencies = [
5111 "bitflags 2.8.0",
5112 "core-foundation 0.9.4",
5113 "fsevent-sys 3.1.0",
5114 "parking_lot",
5115 "tempfile",
5116]
5117
5118[[package]]
5119name = "fsevent-sys"
5120version = "3.1.0"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5123dependencies = [
5124 "libc",
5125]
5126
5127[[package]]
5128name = "fsevent-sys"
5129version = "4.1.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5132dependencies = [
5133 "libc",
5134]
5135
5136[[package]]
5137name = "funty"
5138version = "2.0.0"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5141
5142[[package]]
5143name = "futf"
5144version = "0.1.5"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5147dependencies = [
5148 "mac",
5149 "new_debug_unreachable",
5150]
5151
5152[[package]]
5153name = "futures"
5154version = "0.1.31"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5157
5158[[package]]
5159name = "futures"
5160version = "0.3.31"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5163dependencies = [
5164 "futures-channel",
5165 "futures-core",
5166 "futures-executor",
5167 "futures-io",
5168 "futures-sink",
5169 "futures-task",
5170 "futures-util",
5171]
5172
5173[[package]]
5174name = "futures-batch"
5175version = "0.6.1"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5178dependencies = [
5179 "futures 0.3.31",
5180 "futures-timer",
5181 "pin-utils",
5182]
5183
5184[[package]]
5185name = "futures-channel"
5186version = "0.3.31"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5189dependencies = [
5190 "futures-core",
5191 "futures-sink",
5192]
5193
5194[[package]]
5195name = "futures-core"
5196version = "0.3.31"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5199
5200[[package]]
5201name = "futures-executor"
5202version = "0.3.31"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5205dependencies = [
5206 "futures-core",
5207 "futures-task",
5208 "futures-util",
5209]
5210
5211[[package]]
5212name = "futures-intrusive"
5213version = "0.5.0"
5214source = "registry+https://github.com/rust-lang/crates.io-index"
5215checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5216dependencies = [
5217 "futures-core",
5218 "lock_api",
5219 "parking_lot",
5220]
5221
5222[[package]]
5223name = "futures-io"
5224version = "0.3.31"
5225source = "registry+https://github.com/rust-lang/crates.io-index"
5226checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5227
5228[[package]]
5229name = "futures-lite"
5230version = "1.13.0"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5233dependencies = [
5234 "fastrand 1.9.0",
5235 "futures-core",
5236 "futures-io",
5237 "memchr",
5238 "parking",
5239 "pin-project-lite",
5240 "waker-fn",
5241]
5242
5243[[package]]
5244name = "futures-lite"
5245version = "2.6.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5248dependencies = [
5249 "fastrand 2.3.0",
5250 "futures-core",
5251 "futures-io",
5252 "parking",
5253 "pin-project-lite",
5254]
5255
5256[[package]]
5257name = "futures-macro"
5258version = "0.3.31"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5261dependencies = [
5262 "proc-macro2",
5263 "quote",
5264 "syn 2.0.90",
5265]
5266
5267[[package]]
5268name = "futures-sink"
5269version = "0.3.31"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5272
5273[[package]]
5274name = "futures-task"
5275version = "0.3.31"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5278
5279[[package]]
5280name = "futures-timer"
5281version = "3.0.3"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5284
5285[[package]]
5286name = "futures-util"
5287version = "0.3.31"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5290dependencies = [
5291 "futures 0.1.31",
5292 "futures-channel",
5293 "futures-core",
5294 "futures-io",
5295 "futures-macro",
5296 "futures-sink",
5297 "futures-task",
5298 "memchr",
5299 "pin-project-lite",
5300 "pin-utils",
5301 "slab",
5302 "tokio-io",
5303]
5304
5305[[package]]
5306name = "fuzzy"
5307version = "0.1.0"
5308dependencies = [
5309 "gpui",
5310 "log",
5311 "util",
5312]
5313
5314[[package]]
5315name = "fuzzy-matcher"
5316version = "0.3.7"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5319dependencies = [
5320 "thread_local",
5321]
5322
5323[[package]]
5324name = "generic-array"
5325version = "0.14.7"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5328dependencies = [
5329 "typenum",
5330 "version_check",
5331]
5332
5333[[package]]
5334name = "gethostname"
5335version = "0.4.3"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5338dependencies = [
5339 "libc",
5340 "windows-targets 0.48.5",
5341]
5342
5343[[package]]
5344name = "getrandom"
5345version = "0.1.16"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5348dependencies = [
5349 "cfg-if",
5350 "libc",
5351 "wasi 0.9.0+wasi-snapshot-preview1",
5352]
5353
5354[[package]]
5355name = "getrandom"
5356version = "0.2.15"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5359dependencies = [
5360 "cfg-if",
5361 "js-sys",
5362 "libc",
5363 "wasi 0.11.0+wasi-snapshot-preview1",
5364 "wasm-bindgen",
5365]
5366
5367[[package]]
5368name = "getrandom"
5369version = "0.3.1"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5372dependencies = [
5373 "cfg-if",
5374 "libc",
5375 "wasi 0.13.3+wasi-0.2.2",
5376 "windows-targets 0.52.6",
5377]
5378
5379[[package]]
5380name = "gif"
5381version = "0.13.1"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5384dependencies = [
5385 "color_quant",
5386 "weezl",
5387]
5388
5389[[package]]
5390name = "gimli"
5391version = "0.31.1"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5394dependencies = [
5395 "fallible-iterator",
5396 "indexmap",
5397 "stable_deref_trait",
5398]
5399
5400[[package]]
5401name = "git"
5402version = "0.1.0"
5403dependencies = [
5404 "anyhow",
5405 "askpass",
5406 "async-trait",
5407 "collections",
5408 "derive_more",
5409 "futures 0.3.31",
5410 "git2",
5411 "gpui",
5412 "http_client",
5413 "log",
5414 "parking_lot",
5415 "pretty_assertions",
5416 "regex",
5417 "rope",
5418 "schemars",
5419 "serde",
5420 "serde_json",
5421 "smol",
5422 "sum_tree",
5423 "text",
5424 "time",
5425 "unindent",
5426 "url",
5427 "util",
5428]
5429
5430[[package]]
5431name = "git2"
5432version = "0.20.0"
5433source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5434dependencies = [
5435 "bitflags 2.8.0",
5436 "libc",
5437 "libgit2-sys",
5438 "log",
5439 "url",
5440]
5441
5442[[package]]
5443name = "git_hosting_providers"
5444version = "0.1.0"
5445dependencies = [
5446 "anyhow",
5447 "async-trait",
5448 "futures 0.3.31",
5449 "git",
5450 "gpui",
5451 "http_client",
5452 "indoc",
5453 "pretty_assertions",
5454 "regex",
5455 "serde",
5456 "serde_json",
5457 "url",
5458 "util",
5459]
5460
5461[[package]]
5462name = "git_ui"
5463version = "0.1.0"
5464dependencies = [
5465 "anyhow",
5466 "askpass",
5467 "buffer_diff",
5468 "collections",
5469 "component",
5470 "ctor",
5471 "db",
5472 "editor",
5473 "env_logger 0.11.6",
5474 "feature_flags",
5475 "futures 0.3.31",
5476 "fuzzy",
5477 "git",
5478 "gpui",
5479 "itertools 0.14.0",
5480 "language",
5481 "language_model",
5482 "linkify",
5483 "linkme",
5484 "log",
5485 "menu",
5486 "multi_buffer",
5487 "panel",
5488 "picker",
5489 "postage",
5490 "pretty_assertions",
5491 "project",
5492 "schemars",
5493 "serde",
5494 "serde_derive",
5495 "serde_json",
5496 "settings",
5497 "smallvec",
5498 "strum",
5499 "telemetry",
5500 "theme",
5501 "time",
5502 "ui",
5503 "unindent",
5504 "util",
5505 "windows 0.58.0",
5506 "workspace",
5507 "zed_actions",
5508]
5509
5510[[package]]
5511name = "glob"
5512version = "0.3.1"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5515
5516[[package]]
5517name = "globset"
5518version = "0.4.16"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5521dependencies = [
5522 "aho-corasick",
5523 "bstr",
5524 "log",
5525 "regex-automata 0.4.9",
5526 "regex-syntax 0.8.5",
5527]
5528
5529[[package]]
5530name = "gloo-timers"
5531version = "0.3.0"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5534dependencies = [
5535 "futures-channel",
5536 "futures-core",
5537 "js-sys",
5538 "wasm-bindgen",
5539]
5540
5541[[package]]
5542name = "glow"
5543version = "0.14.2"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5546dependencies = [
5547 "js-sys",
5548 "slotmap",
5549 "wasm-bindgen",
5550 "web-sys",
5551]
5552
5553[[package]]
5554name = "go_to_line"
5555version = "0.1.0"
5556dependencies = [
5557 "anyhow",
5558 "editor",
5559 "gpui",
5560 "indoc",
5561 "language",
5562 "menu",
5563 "project",
5564 "rope",
5565 "schemars",
5566 "serde",
5567 "serde_json",
5568 "settings",
5569 "text",
5570 "theme",
5571 "tree-sitter-rust",
5572 "tree-sitter-typescript",
5573 "ui",
5574 "util",
5575 "workspace",
5576]
5577
5578[[package]]
5579name = "google_ai"
5580version = "0.1.0"
5581dependencies = [
5582 "anyhow",
5583 "futures 0.3.31",
5584 "http_client",
5585 "schemars",
5586 "serde",
5587 "serde_json",
5588 "strum",
5589]
5590
5591[[package]]
5592name = "gpu-alloc"
5593version = "0.6.0"
5594source = "registry+https://github.com/rust-lang/crates.io-index"
5595checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5596dependencies = [
5597 "bitflags 2.8.0",
5598 "gpu-alloc-types",
5599]
5600
5601[[package]]
5602name = "gpu-alloc-ash"
5603version = "0.7.0"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5606dependencies = [
5607 "ash",
5608 "gpu-alloc-types",
5609 "tinyvec",
5610]
5611
5612[[package]]
5613name = "gpu-alloc-types"
5614version = "0.3.0"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5617dependencies = [
5618 "bitflags 2.8.0",
5619]
5620
5621[[package]]
5622name = "gpui"
5623version = "0.1.0"
5624dependencies = [
5625 "anyhow",
5626 "as-raw-xcb-connection",
5627 "ashpd",
5628 "async-task",
5629 "backtrace",
5630 "bindgen 0.70.1",
5631 "blade-graphics",
5632 "blade-macros",
5633 "blade-util",
5634 "block",
5635 "bytemuck",
5636 "calloop",
5637 "calloop-wayland-source",
5638 "cbindgen 0.28.0",
5639 "cocoa 0.26.0",
5640 "collections",
5641 "core-foundation 0.9.4",
5642 "core-foundation-sys",
5643 "core-graphics 0.23.2",
5644 "core-text",
5645 "cosmic-text",
5646 "ctor",
5647 "derive_more",
5648 "embed-resource",
5649 "env_logger 0.11.6",
5650 "etagere",
5651 "filedescriptor",
5652 "flume",
5653 "font-kit",
5654 "foreign-types 0.5.0",
5655 "futures 0.3.31",
5656 "gpui_macros",
5657 "http_client",
5658 "image",
5659 "inventory",
5660 "itertools 0.14.0",
5661 "log",
5662 "lyon",
5663 "media",
5664 "metal",
5665 "naga",
5666 "num_cpus",
5667 "objc",
5668 "objc2",
5669 "objc2-metal",
5670 "oo7",
5671 "open",
5672 "parking",
5673 "parking_lot",
5674 "pathfinder_geometry",
5675 "postage",
5676 "profiling",
5677 "rand 0.8.5",
5678 "raw-window-handle",
5679 "refineable",
5680 "reqwest_client",
5681 "resvg",
5682 "schemars",
5683 "seahash",
5684 "semantic_version",
5685 "serde",
5686 "serde_derive",
5687 "serde_json",
5688 "slotmap",
5689 "smallvec",
5690 "smol",
5691 "strum",
5692 "sum_tree",
5693 "taffy",
5694 "thiserror 1.0.69",
5695 "unicode-segmentation",
5696 "usvg",
5697 "util",
5698 "uuid",
5699 "waker-fn",
5700 "wayland-backend",
5701 "wayland-client",
5702 "wayland-cursor",
5703 "wayland-protocols",
5704 "wayland-protocols-plasma",
5705 "windows 0.58.0",
5706 "windows-core 0.58.0",
5707 "x11-clipboard",
5708 "x11rb",
5709 "xim",
5710 "xkbcommon",
5711]
5712
5713[[package]]
5714name = "gpui_macros"
5715version = "0.1.0"
5716dependencies = [
5717 "gpui",
5718 "proc-macro2",
5719 "quote",
5720 "syn 1.0.109",
5721]
5722
5723[[package]]
5724name = "gpui_tokio"
5725version = "0.1.0"
5726dependencies = [
5727 "gpui",
5728 "tokio",
5729 "util",
5730]
5731
5732[[package]]
5733name = "grid"
5734version = "0.13.0"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5737
5738[[package]]
5739name = "group"
5740version = "0.12.1"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5743dependencies = [
5744 "ff",
5745 "rand_core 0.6.4",
5746 "subtle",
5747]
5748
5749[[package]]
5750name = "h2"
5751version = "0.3.26"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5754dependencies = [
5755 "bytes 1.10.1",
5756 "fnv",
5757 "futures-core",
5758 "futures-sink",
5759 "futures-util",
5760 "http 0.2.12",
5761 "indexmap",
5762 "slab",
5763 "tokio",
5764 "tokio-util",
5765 "tracing",
5766]
5767
5768[[package]]
5769name = "h2"
5770version = "0.4.7"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5773dependencies = [
5774 "atomic-waker",
5775 "bytes 1.10.1",
5776 "fnv",
5777 "futures-core",
5778 "futures-sink",
5779 "http 1.2.0",
5780 "indexmap",
5781 "slab",
5782 "tokio",
5783 "tokio-util",
5784 "tracing",
5785]
5786
5787[[package]]
5788name = "half"
5789version = "2.4.1"
5790source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5792dependencies = [
5793 "cfg-if",
5794 "crunchy",
5795]
5796
5797[[package]]
5798name = "handlebars"
5799version = "4.5.0"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5802dependencies = [
5803 "log",
5804 "pest",
5805 "pest_derive",
5806 "serde",
5807 "serde_json",
5808 "thiserror 1.0.69",
5809]
5810
5811[[package]]
5812name = "handlebars"
5813version = "6.2.0"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5816dependencies = [
5817 "log",
5818 "num-order",
5819 "pest",
5820 "pest_derive",
5821 "serde",
5822 "serde_json",
5823 "thiserror 1.0.69",
5824]
5825
5826[[package]]
5827name = "hashbrown"
5828version = "0.12.3"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5831dependencies = [
5832 "ahash 0.7.8",
5833]
5834
5835[[package]]
5836name = "hashbrown"
5837version = "0.14.5"
5838source = "registry+https://github.com/rust-lang/crates.io-index"
5839checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5840dependencies = [
5841 "ahash 0.8.11",
5842 "allocator-api2",
5843]
5844
5845[[package]]
5846name = "hashbrown"
5847version = "0.15.2"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5850dependencies = [
5851 "allocator-api2",
5852 "equivalent",
5853 "foldhash",
5854 "serde",
5855]
5856
5857[[package]]
5858name = "hashlink"
5859version = "0.8.4"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5862dependencies = [
5863 "hashbrown 0.14.5",
5864]
5865
5866[[package]]
5867name = "hashlink"
5868version = "0.10.0"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5871dependencies = [
5872 "hashbrown 0.15.2",
5873]
5874
5875[[package]]
5876name = "headers"
5877version = "0.3.9"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5880dependencies = [
5881 "base64 0.21.7",
5882 "bytes 1.10.1",
5883 "headers-core",
5884 "http 0.2.12",
5885 "httpdate",
5886 "mime",
5887 "sha1",
5888]
5889
5890[[package]]
5891name = "headers-core"
5892version = "0.2.0"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5895dependencies = [
5896 "http 0.2.12",
5897]
5898
5899[[package]]
5900name = "heck"
5901version = "0.3.3"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5904dependencies = [
5905 "unicode-segmentation",
5906]
5907
5908[[package]]
5909name = "heck"
5910version = "0.4.1"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5913dependencies = [
5914 "unicode-segmentation",
5915]
5916
5917[[package]]
5918name = "heck"
5919version = "0.5.0"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5922
5923[[package]]
5924name = "heed"
5925version = "0.21.0"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5928dependencies = [
5929 "bitflags 2.8.0",
5930 "byteorder",
5931 "heed-traits",
5932 "heed-types",
5933 "libc",
5934 "lmdb-master-sys",
5935 "once_cell",
5936 "page_size",
5937 "serde",
5938 "synchronoise",
5939 "url",
5940]
5941
5942[[package]]
5943name = "heed-traits"
5944version = "0.20.0"
5945source = "registry+https://github.com/rust-lang/crates.io-index"
5946checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5947
5948[[package]]
5949name = "heed-types"
5950version = "0.21.0"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5953dependencies = [
5954 "bincode",
5955 "byteorder",
5956 "heed-traits",
5957 "serde",
5958 "serde_json",
5959]
5960
5961[[package]]
5962name = "hermit-abi"
5963version = "0.3.9"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5966
5967[[package]]
5968name = "hermit-abi"
5969version = "0.4.0"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5972
5973[[package]]
5974name = "hex"
5975version = "0.4.3"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5978
5979[[package]]
5980name = "hexf-parse"
5981version = "0.2.1"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5984
5985[[package]]
5986name = "hidden-trait"
5987version = "0.1.2"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5990dependencies = [
5991 "proc-macro2",
5992 "quote",
5993 "syn 1.0.109",
5994]
5995
5996[[package]]
5997name = "hkdf"
5998version = "0.12.4"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6001dependencies = [
6002 "hmac",
6003]
6004
6005[[package]]
6006name = "hmac"
6007version = "0.12.1"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6010dependencies = [
6011 "digest",
6012]
6013
6014[[package]]
6015name = "home"
6016version = "0.5.9"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6019dependencies = [
6020 "windows-sys 0.52.0",
6021]
6022
6023[[package]]
6024name = "hound"
6025version = "3.5.1"
6026source = "registry+https://github.com/rust-lang/crates.io-index"
6027checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6028
6029[[package]]
6030name = "html5ever"
6031version = "0.27.0"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6034dependencies = [
6035 "log",
6036 "mac",
6037 "markup5ever",
6038 "proc-macro2",
6039 "quote",
6040 "syn 2.0.90",
6041]
6042
6043[[package]]
6044name = "html_to_markdown"
6045version = "0.1.0"
6046dependencies = [
6047 "anyhow",
6048 "html5ever",
6049 "indoc",
6050 "markup5ever_rcdom",
6051 "pretty_assertions",
6052 "regex",
6053]
6054
6055[[package]]
6056name = "http"
6057version = "0.2.12"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6060dependencies = [
6061 "bytes 1.10.1",
6062 "fnv",
6063 "itoa",
6064]
6065
6066[[package]]
6067name = "http"
6068version = "1.2.0"
6069source = "registry+https://github.com/rust-lang/crates.io-index"
6070checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6071dependencies = [
6072 "bytes 1.10.1",
6073 "fnv",
6074 "itoa",
6075]
6076
6077[[package]]
6078name = "http-body"
6079version = "0.4.6"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6082dependencies = [
6083 "bytes 1.10.1",
6084 "http 0.2.12",
6085 "pin-project-lite",
6086]
6087
6088[[package]]
6089name = "http-body"
6090version = "1.0.1"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6093dependencies = [
6094 "bytes 1.10.1",
6095 "http 1.2.0",
6096]
6097
6098[[package]]
6099name = "http-body-util"
6100version = "0.1.2"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6103dependencies = [
6104 "bytes 1.10.1",
6105 "futures-util",
6106 "http 1.2.0",
6107 "http-body 1.0.1",
6108 "pin-project-lite",
6109]
6110
6111[[package]]
6112name = "http-range-header"
6113version = "0.3.1"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
6115checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6116
6117[[package]]
6118name = "http-types"
6119version = "2.12.0"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6122dependencies = [
6123 "anyhow",
6124 "async-channel 1.9.0",
6125 "base64 0.13.1",
6126 "futures-lite 1.13.0",
6127 "http 0.2.12",
6128 "infer",
6129 "pin-project-lite",
6130 "rand 0.7.3",
6131 "serde",
6132 "serde_json",
6133 "serde_qs 0.8.5",
6134 "serde_urlencoded",
6135 "url",
6136]
6137
6138[[package]]
6139name = "http_client"
6140version = "0.1.0"
6141dependencies = [
6142 "anyhow",
6143 "bytes 1.10.1",
6144 "derive_more",
6145 "futures 0.3.31",
6146 "http 1.2.0",
6147 "log",
6148 "rustls 0.23.23",
6149 "rustls-platform-verifier",
6150 "serde",
6151 "serde_json",
6152 "url",
6153]
6154
6155[[package]]
6156name = "httparse"
6157version = "1.9.5"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6160
6161[[package]]
6162name = "httpdate"
6163version = "1.0.3"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6166
6167[[package]]
6168name = "human_bytes"
6169version = "0.4.3"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6172
6173[[package]]
6174name = "humantime"
6175version = "2.1.0"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6178
6179[[package]]
6180name = "hyper"
6181version = "0.14.32"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6184dependencies = [
6185 "bytes 1.10.1",
6186 "futures-channel",
6187 "futures-core",
6188 "futures-util",
6189 "h2 0.3.26",
6190 "http 0.2.12",
6191 "http-body 0.4.6",
6192 "httparse",
6193 "httpdate",
6194 "itoa",
6195 "pin-project-lite",
6196 "socket2",
6197 "tokio",
6198 "tower-service",
6199 "tracing",
6200 "want",
6201]
6202
6203[[package]]
6204name = "hyper"
6205version = "1.5.1"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6208dependencies = [
6209 "bytes 1.10.1",
6210 "futures-channel",
6211 "futures-util",
6212 "h2 0.4.7",
6213 "http 1.2.0",
6214 "http-body 1.0.1",
6215 "httparse",
6216 "itoa",
6217 "pin-project-lite",
6218 "smallvec",
6219 "tokio",
6220 "want",
6221]
6222
6223[[package]]
6224name = "hyper-rustls"
6225version = "0.24.2"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6228dependencies = [
6229 "futures-util",
6230 "http 0.2.12",
6231 "hyper 0.14.32",
6232 "log",
6233 "rustls 0.21.12",
6234 "rustls-native-certs 0.6.3",
6235 "tokio",
6236 "tokio-rustls 0.24.1",
6237]
6238
6239[[package]]
6240name = "hyper-rustls"
6241version = "0.27.3"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6244dependencies = [
6245 "futures-util",
6246 "http 1.2.0",
6247 "hyper 1.5.1",
6248 "hyper-util",
6249 "rustls 0.23.23",
6250 "rustls-native-certs 0.8.1",
6251 "rustls-pki-types",
6252 "tokio",
6253 "tokio-rustls 0.26.1",
6254 "tower-service",
6255]
6256
6257[[package]]
6258name = "hyper-tls"
6259version = "0.5.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6262dependencies = [
6263 "bytes 1.10.1",
6264 "hyper 0.14.32",
6265 "native-tls",
6266 "tokio",
6267 "tokio-native-tls",
6268]
6269
6270[[package]]
6271name = "hyper-util"
6272version = "0.1.10"
6273source = "registry+https://github.com/rust-lang/crates.io-index"
6274checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6275dependencies = [
6276 "bytes 1.10.1",
6277 "futures-channel",
6278 "futures-util",
6279 "http 1.2.0",
6280 "http-body 1.0.1",
6281 "hyper 1.5.1",
6282 "pin-project-lite",
6283 "socket2",
6284 "tokio",
6285 "tower-service",
6286 "tracing",
6287]
6288
6289[[package]]
6290name = "iana-time-zone"
6291version = "0.1.61"
6292source = "registry+https://github.com/rust-lang/crates.io-index"
6293checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6294dependencies = [
6295 "android_system_properties",
6296 "core-foundation-sys",
6297 "iana-time-zone-haiku",
6298 "js-sys",
6299 "wasm-bindgen",
6300 "windows-core 0.52.0",
6301]
6302
6303[[package]]
6304name = "iana-time-zone-haiku"
6305version = "0.1.2"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6308dependencies = [
6309 "cc",
6310]
6311
6312[[package]]
6313name = "icu_collections"
6314version = "1.5.0"
6315source = "registry+https://github.com/rust-lang/crates.io-index"
6316checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6317dependencies = [
6318 "displaydoc",
6319 "yoke",
6320 "zerofrom",
6321 "zerovec",
6322]
6323
6324[[package]]
6325name = "icu_locid"
6326version = "1.5.0"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6329dependencies = [
6330 "displaydoc",
6331 "litemap",
6332 "tinystr",
6333 "writeable",
6334 "zerovec",
6335]
6336
6337[[package]]
6338name = "icu_locid_transform"
6339version = "1.5.0"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6342dependencies = [
6343 "displaydoc",
6344 "icu_locid",
6345 "icu_locid_transform_data",
6346 "icu_provider",
6347 "tinystr",
6348 "zerovec",
6349]
6350
6351[[package]]
6352name = "icu_locid_transform_data"
6353version = "1.5.0"
6354source = "registry+https://github.com/rust-lang/crates.io-index"
6355checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6356
6357[[package]]
6358name = "icu_normalizer"
6359version = "1.5.0"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6362dependencies = [
6363 "displaydoc",
6364 "icu_collections",
6365 "icu_normalizer_data",
6366 "icu_properties",
6367 "icu_provider",
6368 "smallvec",
6369 "utf16_iter",
6370 "utf8_iter",
6371 "write16",
6372 "zerovec",
6373]
6374
6375[[package]]
6376name = "icu_normalizer_data"
6377version = "1.5.0"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6380
6381[[package]]
6382name = "icu_properties"
6383version = "1.5.1"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6386dependencies = [
6387 "displaydoc",
6388 "icu_collections",
6389 "icu_locid_transform",
6390 "icu_properties_data",
6391 "icu_provider",
6392 "tinystr",
6393 "zerovec",
6394]
6395
6396[[package]]
6397name = "icu_properties_data"
6398version = "1.5.0"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6401
6402[[package]]
6403name = "icu_provider"
6404version = "1.5.0"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6407dependencies = [
6408 "displaydoc",
6409 "icu_locid",
6410 "icu_provider_macros",
6411 "stable_deref_trait",
6412 "tinystr",
6413 "writeable",
6414 "yoke",
6415 "zerofrom",
6416 "zerovec",
6417]
6418
6419[[package]]
6420name = "icu_provider_macros"
6421version = "1.5.0"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6424dependencies = [
6425 "proc-macro2",
6426 "quote",
6427 "syn 2.0.90",
6428]
6429
6430[[package]]
6431name = "id-arena"
6432version = "2.2.1"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6435
6436[[package]]
6437name = "idna"
6438version = "1.0.3"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6441dependencies = [
6442 "idna_adapter",
6443 "smallvec",
6444 "utf8_iter",
6445]
6446
6447[[package]]
6448name = "idna_adapter"
6449version = "1.2.0"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6452dependencies = [
6453 "icu_normalizer",
6454 "icu_properties",
6455]
6456
6457[[package]]
6458name = "ignore"
6459version = "0.4.23"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6462dependencies = [
6463 "crossbeam-deque",
6464 "globset",
6465 "log",
6466 "memchr",
6467 "regex-automata 0.4.9",
6468 "same-file",
6469 "walkdir",
6470 "winapi-util",
6471]
6472
6473[[package]]
6474name = "image"
6475version = "0.25.5"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6478dependencies = [
6479 "bytemuck",
6480 "byteorder-lite",
6481 "color_quant",
6482 "exr",
6483 "gif",
6484 "image-webp",
6485 "num-traits",
6486 "png",
6487 "qoi",
6488 "ravif",
6489 "rayon",
6490 "rgb",
6491 "tiff",
6492 "zune-core",
6493 "zune-jpeg",
6494]
6495
6496[[package]]
6497name = "image-webp"
6498version = "0.2.0"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6501dependencies = [
6502 "byteorder-lite",
6503 "quick-error",
6504]
6505
6506[[package]]
6507name = "image_viewer"
6508version = "0.1.0"
6509dependencies = [
6510 "anyhow",
6511 "db",
6512 "editor",
6513 "file_icons",
6514 "gpui",
6515 "project",
6516 "schemars",
6517 "serde",
6518 "settings",
6519 "theme",
6520 "ui",
6521 "util",
6522 "workspace",
6523]
6524
6525[[package]]
6526name = "imagesize"
6527version = "0.13.0"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6530
6531[[package]]
6532name = "imara-diff"
6533version = "0.1.8"
6534source = "registry+https://github.com/rust-lang/crates.io-index"
6535checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6536dependencies = [
6537 "hashbrown 0.15.2",
6538]
6539
6540[[package]]
6541name = "imgref"
6542version = "1.11.0"
6543source = "registry+https://github.com/rust-lang/crates.io-index"
6544checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6545
6546[[package]]
6547name = "indexed_docs"
6548version = "0.1.0"
6549dependencies = [
6550 "anyhow",
6551 "async-trait",
6552 "cargo_metadata",
6553 "collections",
6554 "derive_more",
6555 "extension",
6556 "fs",
6557 "futures 0.3.31",
6558 "fuzzy",
6559 "gpui",
6560 "heed",
6561 "html_to_markdown",
6562 "http_client",
6563 "indexmap",
6564 "indoc",
6565 "parking_lot",
6566 "paths",
6567 "pretty_assertions",
6568 "serde",
6569 "strum",
6570 "util",
6571]
6572
6573[[package]]
6574name = "indexmap"
6575version = "2.7.1"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6578dependencies = [
6579 "equivalent",
6580 "hashbrown 0.15.2",
6581 "serde",
6582]
6583
6584[[package]]
6585name = "indoc"
6586version = "2.0.6"
6587source = "registry+https://github.com/rust-lang/crates.io-index"
6588checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6589
6590[[package]]
6591name = "infer"
6592version = "0.2.3"
6593source = "registry+https://github.com/rust-lang/crates.io-index"
6594checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6595
6596[[package]]
6597name = "inherent"
6598version = "1.0.11"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6601dependencies = [
6602 "proc-macro2",
6603 "quote",
6604 "syn 2.0.90",
6605]
6606
6607[[package]]
6608name = "inline_completion"
6609version = "0.1.0"
6610dependencies = [
6611 "gpui",
6612 "language",
6613 "project",
6614]
6615
6616[[package]]
6617name = "inline_completion_button"
6618version = "0.1.0"
6619dependencies = [
6620 "anyhow",
6621 "client",
6622 "copilot",
6623 "editor",
6624 "feature_flags",
6625 "fs",
6626 "futures 0.3.31",
6627 "gpui",
6628 "indoc",
6629 "inline_completion",
6630 "language",
6631 "lsp",
6632 "paths",
6633 "project",
6634 "regex",
6635 "serde_json",
6636 "settings",
6637 "supermaven",
6638 "telemetry",
6639 "theme",
6640 "ui",
6641 "workspace",
6642 "zed_actions",
6643 "zeta",
6644]
6645
6646[[package]]
6647name = "inotify"
6648version = "0.9.6"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6651dependencies = [
6652 "bitflags 1.3.2",
6653 "inotify-sys",
6654 "libc",
6655]
6656
6657[[package]]
6658name = "inotify"
6659version = "0.11.0"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6662dependencies = [
6663 "bitflags 2.8.0",
6664 "inotify-sys",
6665 "libc",
6666]
6667
6668[[package]]
6669name = "inotify-sys"
6670version = "0.1.5"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6673dependencies = [
6674 "libc",
6675]
6676
6677[[package]]
6678name = "inout"
6679version = "0.1.3"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6682dependencies = [
6683 "block-padding",
6684 "generic-array",
6685]
6686
6687[[package]]
6688name = "install_cli"
6689version = "0.1.0"
6690dependencies = [
6691 "anyhow",
6692 "gpui",
6693 "smol",
6694 "util",
6695]
6696
6697[[package]]
6698name = "instant"
6699version = "0.1.13"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6702dependencies = [
6703 "cfg-if",
6704]
6705
6706[[package]]
6707name = "interpolate_name"
6708version = "0.2.4"
6709source = "registry+https://github.com/rust-lang/crates.io-index"
6710checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6711dependencies = [
6712 "proc-macro2",
6713 "quote",
6714 "syn 2.0.90",
6715]
6716
6717[[package]]
6718name = "inventory"
6719version = "0.3.20"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6722dependencies = [
6723 "rustversion",
6724]
6725
6726[[package]]
6727name = "io-extras"
6728version = "0.18.4"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6731dependencies = [
6732 "io-lifetimes",
6733 "windows-sys 0.52.0",
6734]
6735
6736[[package]]
6737name = "io-lifetimes"
6738version = "2.0.4"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6741
6742[[package]]
6743name = "iovec"
6744version = "0.1.4"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6747dependencies = [
6748 "libc",
6749]
6750
6751[[package]]
6752name = "ipc-channel"
6753version = "0.19.0"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6756dependencies = [
6757 "bincode",
6758 "crossbeam-channel",
6759 "fnv",
6760 "lazy_static",
6761 "libc",
6762 "mio 1.0.3",
6763 "rand 0.8.5",
6764 "serde",
6765 "tempfile",
6766 "uuid",
6767 "windows 0.58.0",
6768]
6769
6770[[package]]
6771name = "ipnet"
6772version = "2.10.1"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6775
6776[[package]]
6777name = "is-docker"
6778version = "0.2.0"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6781dependencies = [
6782 "once_cell",
6783]
6784
6785[[package]]
6786name = "is-terminal"
6787version = "0.4.13"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6790dependencies = [
6791 "hermit-abi 0.4.0",
6792 "libc",
6793 "windows-sys 0.52.0",
6794]
6795
6796[[package]]
6797name = "is-wsl"
6798version = "0.4.0"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6801dependencies = [
6802 "is-docker",
6803 "once_cell",
6804]
6805
6806[[package]]
6807name = "is_terminal_polyfill"
6808version = "1.70.1"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6811
6812[[package]]
6813name = "itertools"
6814version = "0.10.5"
6815source = "registry+https://github.com/rust-lang/crates.io-index"
6816checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6817dependencies = [
6818 "either",
6819]
6820
6821[[package]]
6822name = "itertools"
6823version = "0.11.0"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6826dependencies = [
6827 "either",
6828]
6829
6830[[package]]
6831name = "itertools"
6832version = "0.12.1"
6833source = "registry+https://github.com/rust-lang/crates.io-index"
6834checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6835dependencies = [
6836 "either",
6837]
6838
6839[[package]]
6840name = "itertools"
6841version = "0.14.0"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6844dependencies = [
6845 "either",
6846]
6847
6848[[package]]
6849name = "itoa"
6850version = "1.0.14"
6851source = "registry+https://github.com/rust-lang/crates.io-index"
6852checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6853
6854[[package]]
6855name = "jni"
6856version = "0.21.1"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6859dependencies = [
6860 "cesu8",
6861 "cfg-if",
6862 "combine",
6863 "jni-sys",
6864 "log",
6865 "thiserror 1.0.69",
6866 "walkdir",
6867 "windows-sys 0.45.0",
6868]
6869
6870[[package]]
6871name = "jni-sys"
6872version = "0.3.0"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6875
6876[[package]]
6877name = "jobserver"
6878version = "0.1.32"
6879source = "registry+https://github.com/rust-lang/crates.io-index"
6880checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6881dependencies = [
6882 "libc",
6883]
6884
6885[[package]]
6886name = "journal"
6887version = "0.1.0"
6888dependencies = [
6889 "anyhow",
6890 "chrono",
6891 "editor",
6892 "gpui",
6893 "log",
6894 "schemars",
6895 "serde",
6896 "settings",
6897 "shellexpand 2.1.2",
6898 "workspace",
6899]
6900
6901[[package]]
6902name = "jpeg-decoder"
6903version = "0.3.1"
6904source = "registry+https://github.com/rust-lang/crates.io-index"
6905checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6906
6907[[package]]
6908name = "js-sys"
6909version = "0.3.76"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6912dependencies = [
6913 "once_cell",
6914 "wasm-bindgen",
6915]
6916
6917[[package]]
6918name = "jsonwebtoken"
6919version = "9.3.1"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6922dependencies = [
6923 "base64 0.22.1",
6924 "js-sys",
6925 "pem",
6926 "ring",
6927 "serde",
6928 "serde_json",
6929 "simple_asn1",
6930]
6931
6932[[package]]
6933name = "jupyter-protocol"
6934version = "0.6.0"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6937dependencies = [
6938 "anyhow",
6939 "async-trait",
6940 "bytes 1.10.1",
6941 "chrono",
6942 "futures 0.3.31",
6943 "serde",
6944 "serde_json",
6945 "uuid",
6946]
6947
6948[[package]]
6949name = "jupyter-websocket-client"
6950version = "0.9.0"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6953dependencies = [
6954 "anyhow",
6955 "async-trait",
6956 "async-tungstenite",
6957 "futures 0.3.31",
6958 "jupyter-protocol",
6959 "serde",
6960 "serde_json",
6961 "url",
6962 "uuid",
6963]
6964
6965[[package]]
6966name = "khronos-egl"
6967version = "6.0.0"
6968source = "registry+https://github.com/rust-lang/crates.io-index"
6969checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6970dependencies = [
6971 "libc",
6972 "libloading",
6973]
6974
6975[[package]]
6976name = "kqueue"
6977version = "1.0.8"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6980dependencies = [
6981 "kqueue-sys",
6982 "libc",
6983]
6984
6985[[package]]
6986name = "kqueue-sys"
6987version = "1.0.4"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6990dependencies = [
6991 "bitflags 1.3.2",
6992 "libc",
6993]
6994
6995[[package]]
6996name = "kurbo"
6997version = "0.11.1"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7000dependencies = [
7001 "arrayvec",
7002 "smallvec",
7003]
7004
7005[[package]]
7006name = "kv-log-macro"
7007version = "1.0.7"
7008source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7010dependencies = [
7011 "log",
7012]
7013
7014[[package]]
7015name = "language"
7016version = "0.1.0"
7017dependencies = [
7018 "anyhow",
7019 "async-trait",
7020 "async-watch",
7021 "clock",
7022 "collections",
7023 "ctor",
7024 "ec4rs",
7025 "env_logger 0.11.6",
7026 "fs",
7027 "futures 0.3.31",
7028 "fuzzy",
7029 "globset",
7030 "gpui",
7031 "http_client",
7032 "imara-diff",
7033 "indoc",
7034 "itertools 0.14.0",
7035 "log",
7036 "lsp",
7037 "parking_lot",
7038 "postage",
7039 "pretty_assertions",
7040 "rand 0.8.5",
7041 "regex",
7042 "rpc",
7043 "schemars",
7044 "serde",
7045 "serde_json",
7046 "settings",
7047 "smallvec",
7048 "smol",
7049 "streaming-iterator",
7050 "strsim",
7051 "sum_tree",
7052 "task",
7053 "text",
7054 "theme",
7055 "tree-sitter",
7056 "tree-sitter-elixir",
7057 "tree-sitter-embedded-template",
7058 "tree-sitter-heex",
7059 "tree-sitter-html",
7060 "tree-sitter-json",
7061 "tree-sitter-md",
7062 "tree-sitter-ruby",
7063 "tree-sitter-rust",
7064 "tree-sitter-typescript",
7065 "unicase",
7066 "unindent",
7067 "util",
7068]
7069
7070[[package]]
7071name = "language_extension"
7072version = "0.1.0"
7073dependencies = [
7074 "anyhow",
7075 "async-trait",
7076 "collections",
7077 "extension",
7078 "fs",
7079 "futures 0.3.31",
7080 "gpui",
7081 "language",
7082 "lsp",
7083 "serde",
7084 "serde_json",
7085 "util",
7086]
7087
7088[[package]]
7089name = "language_model"
7090version = "0.1.0"
7091dependencies = [
7092 "anthropic",
7093 "anyhow",
7094 "base64 0.22.1",
7095 "client",
7096 "collections",
7097 "futures 0.3.31",
7098 "google_ai",
7099 "gpui",
7100 "http_client",
7101 "image",
7102 "log",
7103 "open_ai",
7104 "parking_lot",
7105 "proto",
7106 "schemars",
7107 "serde",
7108 "serde_json",
7109 "smol",
7110 "strum",
7111 "telemetry_events",
7112 "thiserror 1.0.69",
7113 "ui",
7114 "util",
7115]
7116
7117[[package]]
7118name = "language_model_selector"
7119version = "0.1.0"
7120dependencies = [
7121 "feature_flags",
7122 "gpui",
7123 "language_model",
7124 "log",
7125 "picker",
7126 "proto",
7127 "ui",
7128 "workspace",
7129 "zed_actions",
7130]
7131
7132[[package]]
7133name = "language_models"
7134version = "0.1.0"
7135dependencies = [
7136 "anthropic",
7137 "anyhow",
7138 "aws-config",
7139 "aws-credential-types",
7140 "aws_http_client",
7141 "bedrock",
7142 "client",
7143 "collections",
7144 "copilot",
7145 "credentials_provider",
7146 "deepseek",
7147 "editor",
7148 "feature_flags",
7149 "fs",
7150 "futures 0.3.31",
7151 "google_ai",
7152 "gpui",
7153 "gpui_tokio",
7154 "http_client",
7155 "language_model",
7156 "lmstudio",
7157 "menu",
7158 "mistral",
7159 "ollama",
7160 "open_ai",
7161 "project",
7162 "proto",
7163 "schemars",
7164 "serde",
7165 "serde_json",
7166 "settings",
7167 "smol",
7168 "strum",
7169 "theme",
7170 "tiktoken-rs",
7171 "tokio",
7172 "ui",
7173 "util",
7174]
7175
7176[[package]]
7177name = "language_selector"
7178version = "0.1.0"
7179dependencies = [
7180 "anyhow",
7181 "editor",
7182 "file_finder",
7183 "file_icons",
7184 "fuzzy",
7185 "gpui",
7186 "language",
7187 "picker",
7188 "project",
7189 "settings",
7190 "ui",
7191 "util",
7192 "workspace",
7193]
7194
7195[[package]]
7196name = "language_tools"
7197version = "0.1.0"
7198dependencies = [
7199 "anyhow",
7200 "client",
7201 "collections",
7202 "copilot",
7203 "editor",
7204 "env_logger 0.11.6",
7205 "futures 0.3.31",
7206 "gpui",
7207 "itertools 0.14.0",
7208 "language",
7209 "lsp",
7210 "project",
7211 "release_channel",
7212 "serde_json",
7213 "settings",
7214 "theme",
7215 "tree-sitter",
7216 "ui",
7217 "util",
7218 "workspace",
7219 "zed_actions",
7220]
7221
7222[[package]]
7223name = "languages"
7224version = "0.1.0"
7225dependencies = [
7226 "anyhow",
7227 "async-compression",
7228 "async-tar",
7229 "async-trait",
7230 "collections",
7231 "futures 0.3.31",
7232 "gpui",
7233 "http_client",
7234 "language",
7235 "log",
7236 "lsp",
7237 "node_runtime",
7238 "paths",
7239 "pet",
7240 "pet-conda",
7241 "pet-core",
7242 "pet-fs",
7243 "pet-poetry",
7244 "pet-reporter",
7245 "pretty_assertions",
7246 "project",
7247 "regex",
7248 "rope",
7249 "rust-embed",
7250 "serde",
7251 "serde_json",
7252 "settings",
7253 "smol",
7254 "snippet_provider",
7255 "task",
7256 "text",
7257 "theme",
7258 "toml 0.8.20",
7259 "tree-sitter",
7260 "tree-sitter-bash",
7261 "tree-sitter-c",
7262 "tree-sitter-cpp",
7263 "tree-sitter-css",
7264 "tree-sitter-diff",
7265 "tree-sitter-gitcommit",
7266 "tree-sitter-go",
7267 "tree-sitter-gomod",
7268 "tree-sitter-gowork",
7269 "tree-sitter-jsdoc",
7270 "tree-sitter-json",
7271 "tree-sitter-md",
7272 "tree-sitter-python",
7273 "tree-sitter-regex",
7274 "tree-sitter-rust",
7275 "tree-sitter-typescript",
7276 "tree-sitter-yaml",
7277 "unindent",
7278 "util",
7279 "workspace",
7280]
7281
7282[[package]]
7283name = "lazy_static"
7284version = "1.5.0"
7285source = "registry+https://github.com/rust-lang/crates.io-index"
7286checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7287dependencies = [
7288 "spin",
7289]
7290
7291[[package]]
7292name = "lazycell"
7293version = "1.3.0"
7294source = "registry+https://github.com/rust-lang/crates.io-index"
7295checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7296
7297[[package]]
7298name = "leb128"
7299version = "0.2.5"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7302
7303[[package]]
7304name = "lebe"
7305version = "0.5.2"
7306source = "registry+https://github.com/rust-lang/crates.io-index"
7307checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7308
7309[[package]]
7310name = "libc"
7311version = "0.2.170"
7312source = "registry+https://github.com/rust-lang/crates.io-index"
7313checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
7314
7315[[package]]
7316name = "libdbus-sys"
7317version = "0.2.5"
7318source = "registry+https://github.com/rust-lang/crates.io-index"
7319checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7320dependencies = [
7321 "cc",
7322 "pkg-config",
7323]
7324
7325[[package]]
7326name = "libfuzzer-sys"
7327version = "0.4.8"
7328source = "registry+https://github.com/rust-lang/crates.io-index"
7329checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7330dependencies = [
7331 "arbitrary",
7332 "cc",
7333]
7334
7335[[package]]
7336name = "libgit2-sys"
7337version = "0.18.0+1.9.0"
7338source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7339dependencies = [
7340 "cc",
7341 "libc",
7342 "libz-sys",
7343 "pkg-config",
7344]
7345
7346[[package]]
7347name = "libloading"
7348version = "0.8.6"
7349source = "registry+https://github.com/rust-lang/crates.io-index"
7350checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7351dependencies = [
7352 "cfg-if",
7353 "windows-targets 0.52.6",
7354]
7355
7356[[package]]
7357name = "libm"
7358version = "0.2.11"
7359source = "registry+https://github.com/rust-lang/crates.io-index"
7360checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7361
7362[[package]]
7363name = "libmimalloc-sys"
7364version = "0.1.39"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7367dependencies = [
7368 "cc",
7369 "libc",
7370]
7371
7372[[package]]
7373name = "libredox"
7374version = "0.1.3"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7377dependencies = [
7378 "bitflags 2.8.0",
7379 "libc",
7380 "redox_syscall 0.5.8",
7381]
7382
7383[[package]]
7384name = "libsqlite3-sys"
7385version = "0.30.1"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7388dependencies = [
7389 "cc",
7390 "pkg-config",
7391 "vcpkg",
7392]
7393
7394[[package]]
7395name = "libwebrtc"
7396version = "0.3.7"
7397source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7398dependencies = [
7399 "cxx",
7400 "jni",
7401 "js-sys",
7402 "lazy_static",
7403 "livekit-protocol",
7404 "livekit-runtime",
7405 "log",
7406 "parking_lot",
7407 "serde",
7408 "serde_json",
7409 "thiserror 1.0.69",
7410 "tokio",
7411 "wasm-bindgen",
7412 "wasm-bindgen-futures",
7413 "web-sys",
7414 "webrtc-sys",
7415]
7416
7417[[package]]
7418name = "libz-sys"
7419version = "1.1.20"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7422dependencies = [
7423 "cc",
7424 "libc",
7425 "pkg-config",
7426 "vcpkg",
7427]
7428
7429[[package]]
7430name = "link-cplusplus"
7431version = "1.0.9"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7434dependencies = [
7435 "cc",
7436]
7437
7438[[package]]
7439name = "linkify"
7440version = "0.10.0"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7443dependencies = [
7444 "memchr",
7445]
7446
7447[[package]]
7448name = "linkme"
7449version = "0.3.32"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7452dependencies = [
7453 "linkme-impl",
7454]
7455
7456[[package]]
7457name = "linkme-impl"
7458version = "0.3.32"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7461dependencies = [
7462 "proc-macro2",
7463 "quote",
7464 "syn 2.0.90",
7465]
7466
7467[[package]]
7468name = "linux-raw-sys"
7469version = "0.4.14"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7472
7473[[package]]
7474name = "litemap"
7475version = "0.7.4"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7478
7479[[package]]
7480name = "livekit"
7481version = "0.7.0"
7482source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7483dependencies = [
7484 "chrono",
7485 "futures-util",
7486 "lazy_static",
7487 "libwebrtc",
7488 "livekit-api",
7489 "livekit-protocol",
7490 "livekit-runtime",
7491 "log",
7492 "parking_lot",
7493 "prost 0.12.6",
7494 "semver",
7495 "serde",
7496 "serde_json",
7497 "thiserror 1.0.69",
7498 "tokio",
7499]
7500
7501[[package]]
7502name = "livekit-api"
7503version = "0.4.1"
7504source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7505dependencies = [
7506 "async-tungstenite",
7507 "futures-util",
7508 "http 0.2.12",
7509 "jsonwebtoken",
7510 "livekit-protocol",
7511 "livekit-runtime",
7512 "log",
7513 "parking_lot",
7514 "prost 0.12.6",
7515 "reqwest 0.11.27",
7516 "scopeguard",
7517 "serde",
7518 "serde_json",
7519 "sha2",
7520 "thiserror 1.0.69",
7521 "tokio",
7522 "tokio-tungstenite 0.20.1",
7523 "url",
7524]
7525
7526[[package]]
7527name = "livekit-protocol"
7528version = "0.3.6"
7529source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7530dependencies = [
7531 "futures-util",
7532 "livekit-runtime",
7533 "parking_lot",
7534 "pbjson",
7535 "pbjson-types",
7536 "prost 0.12.6",
7537 "prost-types 0.12.6",
7538 "serde",
7539 "thiserror 1.0.69",
7540 "tokio",
7541]
7542
7543[[package]]
7544name = "livekit-runtime"
7545version = "0.3.1"
7546source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7547dependencies = [
7548 "async-io",
7549 "async-std",
7550 "async-task",
7551 "futures 0.3.31",
7552]
7553
7554[[package]]
7555name = "livekit_api"
7556version = "0.1.0"
7557dependencies = [
7558 "anyhow",
7559 "async-trait",
7560 "jsonwebtoken",
7561 "log",
7562 "prost 0.9.0",
7563 "prost-build 0.9.0",
7564 "prost-types 0.9.0",
7565 "reqwest 0.12.8",
7566 "serde",
7567]
7568
7569[[package]]
7570name = "livekit_client"
7571version = "0.1.0"
7572dependencies = [
7573 "anyhow",
7574 "async-trait",
7575 "collections",
7576 "core-foundation 0.9.4",
7577 "coreaudio-rs 0.12.1",
7578 "cpal",
7579 "futures 0.3.31",
7580 "gpui",
7581 "http 0.2.12",
7582 "http_client",
7583 "image",
7584 "livekit",
7585 "livekit_api",
7586 "log",
7587 "media",
7588 "nanoid",
7589 "parking_lot",
7590 "postage",
7591 "serde",
7592 "serde_json",
7593 "sha2",
7594 "simplelog",
7595 "smallvec",
7596 "util",
7597]
7598
7599[[package]]
7600name = "livekit_client_macos"
7601version = "0.1.0"
7602dependencies = [
7603 "anyhow",
7604 "async-broadcast",
7605 "async-trait",
7606 "collections",
7607 "core-foundation 0.9.4",
7608 "futures 0.3.31",
7609 "gpui",
7610 "livekit_api",
7611 "log",
7612 "media",
7613 "nanoid",
7614 "parking_lot",
7615 "postage",
7616 "serde",
7617 "serde_json",
7618 "sha2",
7619 "simplelog",
7620]
7621
7622[[package]]
7623name = "lmdb-master-sys"
7624version = "0.2.4"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7627dependencies = [
7628 "cc",
7629 "doxygen-rs",
7630 "libc",
7631]
7632
7633[[package]]
7634name = "lmstudio"
7635version = "0.1.0"
7636dependencies = [
7637 "anyhow",
7638 "futures 0.3.31",
7639 "http_client",
7640 "schemars",
7641 "serde",
7642 "serde_json",
7643]
7644
7645[[package]]
7646name = "lock_api"
7647version = "0.4.12"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7650dependencies = [
7651 "autocfg",
7652 "scopeguard",
7653]
7654
7655[[package]]
7656name = "log"
7657version = "0.4.26"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7660dependencies = [
7661 "serde",
7662 "value-bag",
7663]
7664
7665[[package]]
7666name = "loop9"
7667version = "0.1.5"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7670dependencies = [
7671 "imgref",
7672]
7673
7674[[package]]
7675name = "lru"
7676version = "0.12.5"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7679dependencies = [
7680 "hashbrown 0.15.2",
7681]
7682
7683[[package]]
7684name = "lsp"
7685version = "0.1.0"
7686dependencies = [
7687 "anyhow",
7688 "async-pipe",
7689 "collections",
7690 "ctor",
7691 "env_logger 0.11.6",
7692 "futures 0.3.31",
7693 "gpui",
7694 "log",
7695 "lsp-types",
7696 "parking_lot",
7697 "postage",
7698 "release_channel",
7699 "schemars",
7700 "serde",
7701 "serde_json",
7702 "smol",
7703 "util",
7704]
7705
7706[[package]]
7707name = "lsp-types"
7708version = "0.95.1"
7709source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7710dependencies = [
7711 "bitflags 1.3.2",
7712 "serde",
7713 "serde_json",
7714 "serde_repr",
7715 "url",
7716]
7717
7718[[package]]
7719name = "lua-src"
7720version = "547.0.0"
7721source = "registry+https://github.com/rust-lang/crates.io-index"
7722checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7723dependencies = [
7724 "cc",
7725]
7726
7727[[package]]
7728name = "luajit-src"
7729version = "210.5.12+a4f56a4"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7732dependencies = [
7733 "cc",
7734 "which 7.0.2",
7735]
7736
7737[[package]]
7738name = "lyon"
7739version = "1.0.1"
7740source = "registry+https://github.com/rust-lang/crates.io-index"
7741checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7742dependencies = [
7743 "lyon_algorithms",
7744 "lyon_extra",
7745 "lyon_tessellation",
7746]
7747
7748[[package]]
7749name = "lyon_algorithms"
7750version = "1.0.5"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7753dependencies = [
7754 "lyon_path",
7755 "num-traits",
7756]
7757
7758[[package]]
7759name = "lyon_extra"
7760version = "1.0.3"
7761source = "registry+https://github.com/rust-lang/crates.io-index"
7762checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7763dependencies = [
7764 "lyon_path",
7765 "thiserror 1.0.69",
7766]
7767
7768[[package]]
7769name = "lyon_geom"
7770version = "1.0.6"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7773dependencies = [
7774 "arrayvec",
7775 "euclid",
7776 "num-traits",
7777]
7778
7779[[package]]
7780name = "lyon_path"
7781version = "1.0.6"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7784dependencies = [
7785 "lyon_geom",
7786 "num-traits",
7787]
7788
7789[[package]]
7790name = "lyon_tessellation"
7791version = "1.0.15"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7794dependencies = [
7795 "float_next_after",
7796 "lyon_path",
7797 "num-traits",
7798]
7799
7800[[package]]
7801name = "mac"
7802version = "0.1.1"
7803source = "registry+https://github.com/rust-lang/crates.io-index"
7804checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7805
7806[[package]]
7807name = "mach2"
7808version = "0.4.2"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7811dependencies = [
7812 "libc",
7813]
7814
7815[[package]]
7816name = "malloc_buf"
7817version = "0.0.6"
7818source = "registry+https://github.com/rust-lang/crates.io-index"
7819checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7820dependencies = [
7821 "libc",
7822]
7823
7824[[package]]
7825name = "maplit"
7826version = "1.0.2"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7829
7830[[package]]
7831name = "markdown"
7832version = "0.1.0"
7833dependencies = [
7834 "anyhow",
7835 "assets",
7836 "env_logger 0.11.6",
7837 "gpui",
7838 "language",
7839 "languages",
7840 "linkify",
7841 "log",
7842 "node_runtime",
7843 "pulldown-cmark 0.12.2",
7844 "settings",
7845 "theme",
7846 "ui",
7847 "util",
7848]
7849
7850[[package]]
7851name = "markdown_preview"
7852version = "0.1.0"
7853dependencies = [
7854 "anyhow",
7855 "async-recursion 1.1.1",
7856 "collections",
7857 "editor",
7858 "gpui",
7859 "language",
7860 "linkify",
7861 "log",
7862 "pretty_assertions",
7863 "pulldown-cmark 0.12.2",
7864 "settings",
7865 "theme",
7866 "ui",
7867 "util",
7868 "workspace",
7869]
7870
7871[[package]]
7872name = "markup5ever"
7873version = "0.12.1"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7876dependencies = [
7877 "log",
7878 "phf",
7879 "phf_codegen",
7880 "string_cache",
7881 "string_cache_codegen",
7882 "tendril",
7883]
7884
7885[[package]]
7886name = "markup5ever_rcdom"
7887version = "0.3.0"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7890dependencies = [
7891 "html5ever",
7892 "markup5ever",
7893 "tendril",
7894 "xml5ever",
7895]
7896
7897[[package]]
7898name = "matchers"
7899version = "0.1.0"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7902dependencies = [
7903 "regex-automata 0.1.10",
7904]
7905
7906[[package]]
7907name = "matchit"
7908version = "0.7.3"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7911
7912[[package]]
7913name = "maybe-owned"
7914version = "0.3.4"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7917
7918[[package]]
7919name = "maybe-rayon"
7920version = "0.1.1"
7921source = "registry+https://github.com/rust-lang/crates.io-index"
7922checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7923dependencies = [
7924 "cfg-if",
7925 "rayon",
7926]
7927
7928[[package]]
7929name = "md-5"
7930version = "0.10.6"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7933dependencies = [
7934 "cfg-if",
7935 "digest",
7936]
7937
7938[[package]]
7939name = "mdbook"
7940version = "0.4.45"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
7943dependencies = [
7944 "ammonia",
7945 "anyhow",
7946 "chrono",
7947 "clap",
7948 "clap_complete",
7949 "elasticlunr-rs",
7950 "env_logger 0.11.6",
7951 "futures-util",
7952 "handlebars 6.2.0",
7953 "ignore",
7954 "log",
7955 "memchr",
7956 "notify 8.0.0",
7957 "notify-debouncer-mini",
7958 "once_cell",
7959 "opener",
7960 "pathdiff",
7961 "pulldown-cmark 0.10.3",
7962 "regex",
7963 "serde",
7964 "serde_json",
7965 "shlex",
7966 "tempfile",
7967 "tokio",
7968 "toml 0.5.11",
7969 "topological-sort",
7970 "walkdir",
7971 "warp",
7972]
7973
7974[[package]]
7975name = "media"
7976version = "0.1.0"
7977dependencies = [
7978 "anyhow",
7979 "bindgen 0.70.1",
7980 "core-foundation 0.9.4",
7981 "ctor",
7982 "foreign-types 0.5.0",
7983 "metal",
7984 "objc",
7985]
7986
7987[[package]]
7988name = "memchr"
7989version = "2.7.4"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7992
7993[[package]]
7994name = "memfd"
7995version = "0.6.4"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7998dependencies = [
7999 "rustix",
8000]
8001
8002[[package]]
8003name = "memmap2"
8004version = "0.9.5"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8007dependencies = [
8008 "libc",
8009]
8010
8011[[package]]
8012name = "memoffset"
8013version = "0.9.1"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8016dependencies = [
8017 "autocfg",
8018]
8019
8020[[package]]
8021name = "menu"
8022version = "0.1.0"
8023dependencies = [
8024 "gpui",
8025 "serde",
8026]
8027
8028[[package]]
8029name = "metal"
8030version = "0.31.0"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8033dependencies = [
8034 "bitflags 2.8.0",
8035 "block",
8036 "core-graphics-types 0.1.3",
8037 "foreign-types 0.5.0",
8038 "log",
8039 "objc",
8040 "paste",
8041]
8042
8043[[package]]
8044name = "migrator"
8045version = "0.1.0"
8046dependencies = [
8047 "anyhow",
8048 "collections",
8049 "convert_case 0.8.0",
8050 "log",
8051 "pretty_assertions",
8052 "streaming-iterator",
8053 "tree-sitter",
8054 "tree-sitter-json",
8055]
8056
8057[[package]]
8058name = "mimalloc"
8059version = "0.1.43"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8062dependencies = [
8063 "libmimalloc-sys",
8064]
8065
8066[[package]]
8067name = "mime"
8068version = "0.3.17"
8069source = "registry+https://github.com/rust-lang/crates.io-index"
8070checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8071
8072[[package]]
8073name = "mime_guess"
8074version = "2.0.5"
8075source = "registry+https://github.com/rust-lang/crates.io-index"
8076checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8077dependencies = [
8078 "mime",
8079 "unicase",
8080]
8081
8082[[package]]
8083name = "minimal-lexical"
8084version = "0.2.1"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8087
8088[[package]]
8089name = "miniz_oxide"
8090version = "0.8.0"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8093dependencies = [
8094 "adler2",
8095 "simd-adler32",
8096]
8097
8098[[package]]
8099name = "mint"
8100version = "0.5.9"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8103
8104[[package]]
8105name = "mio"
8106version = "0.8.11"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8109dependencies = [
8110 "libc",
8111 "log",
8112 "wasi 0.11.0+wasi-snapshot-preview1",
8113 "windows-sys 0.48.0",
8114]
8115
8116[[package]]
8117name = "mio"
8118version = "1.0.3"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8121dependencies = [
8122 "libc",
8123 "log",
8124 "wasi 0.11.0+wasi-snapshot-preview1",
8125 "windows-sys 0.52.0",
8126]
8127
8128[[package]]
8129name = "miow"
8130version = "0.6.0"
8131source = "registry+https://github.com/rust-lang/crates.io-index"
8132checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8133dependencies = [
8134 "windows-sys 0.48.0",
8135]
8136
8137[[package]]
8138name = "mistral"
8139version = "0.1.0"
8140dependencies = [
8141 "anyhow",
8142 "futures 0.3.31",
8143 "http_client",
8144 "schemars",
8145 "serde",
8146 "serde_json",
8147 "strum",
8148]
8149
8150[[package]]
8151name = "mlua"
8152version = "0.10.3"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8155dependencies = [
8156 "bstr",
8157 "either",
8158 "futures-util",
8159 "mlua-sys",
8160 "num-traits",
8161 "parking_lot",
8162 "rustc-hash 2.1.1",
8163]
8164
8165[[package]]
8166name = "mlua-sys"
8167version = "0.6.7"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8170dependencies = [
8171 "cc",
8172 "cfg-if",
8173 "lua-src",
8174 "luajit-src",
8175 "pkg-config",
8176]
8177
8178[[package]]
8179name = "msvc_spectre_libs"
8180version = "0.1.2"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8183dependencies = [
8184 "cc",
8185]
8186
8187[[package]]
8188name = "multi_buffer"
8189version = "0.1.0"
8190dependencies = [
8191 "anyhow",
8192 "buffer_diff",
8193 "clock",
8194 "collections",
8195 "ctor",
8196 "env_logger 0.11.6",
8197 "futures 0.3.31",
8198 "gpui",
8199 "indoc",
8200 "itertools 0.14.0",
8201 "language",
8202 "log",
8203 "parking_lot",
8204 "pretty_assertions",
8205 "project",
8206 "rand 0.8.5",
8207 "rope",
8208 "serde",
8209 "settings",
8210 "smallvec",
8211 "smol",
8212 "sum_tree",
8213 "text",
8214 "theme",
8215 "tree-sitter",
8216 "util",
8217]
8218
8219[[package]]
8220name = "multimap"
8221version = "0.8.3"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8224
8225[[package]]
8226name = "multimap"
8227version = "0.10.0"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8230
8231[[package]]
8232name = "naga"
8233version = "23.1.0"
8234source = "registry+https://github.com/rust-lang/crates.io-index"
8235checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8236dependencies = [
8237 "arrayvec",
8238 "bit-set 0.8.0",
8239 "bitflags 2.8.0",
8240 "cfg_aliases 0.1.1",
8241 "codespan-reporting",
8242 "hexf-parse",
8243 "indexmap",
8244 "log",
8245 "rustc-hash 1.1.0",
8246 "spirv",
8247 "termcolor",
8248 "thiserror 1.0.69",
8249 "unicode-xid",
8250]
8251
8252[[package]]
8253name = "nanoid"
8254version = "0.4.0"
8255source = "registry+https://github.com/rust-lang/crates.io-index"
8256checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8257dependencies = [
8258 "rand 0.8.5",
8259]
8260
8261[[package]]
8262name = "nanorand"
8263version = "0.7.0"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8266dependencies = [
8267 "getrandom 0.2.15",
8268]
8269
8270[[package]]
8271name = "native-tls"
8272version = "0.2.12"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8275dependencies = [
8276 "libc",
8277 "log",
8278 "openssl",
8279 "openssl-probe",
8280 "openssl-sys",
8281 "schannel",
8282 "security-framework 2.11.1",
8283 "security-framework-sys",
8284 "tempfile",
8285]
8286
8287[[package]]
8288name = "nbformat"
8289version = "0.10.0"
8290source = "registry+https://github.com/rust-lang/crates.io-index"
8291checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8292dependencies = [
8293 "anyhow",
8294 "chrono",
8295 "jupyter-protocol",
8296 "serde",
8297 "serde_json",
8298 "thiserror 1.0.69",
8299 "uuid",
8300]
8301
8302[[package]]
8303name = "ndk"
8304version = "0.8.0"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8307dependencies = [
8308 "bitflags 2.8.0",
8309 "jni-sys",
8310 "log",
8311 "ndk-sys",
8312 "num_enum",
8313 "thiserror 1.0.69",
8314]
8315
8316[[package]]
8317name = "ndk-context"
8318version = "0.1.1"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8321
8322[[package]]
8323name = "ndk-sys"
8324version = "0.5.0+25.2.9519653"
8325source = "registry+https://github.com/rust-lang/crates.io-index"
8326checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8327dependencies = [
8328 "jni-sys",
8329]
8330
8331[[package]]
8332name = "new_debug_unreachable"
8333version = "1.0.6"
8334source = "registry+https://github.com/rust-lang/crates.io-index"
8335checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8336
8337[[package]]
8338name = "nix"
8339version = "0.29.0"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8342dependencies = [
8343 "bitflags 2.8.0",
8344 "cfg-if",
8345 "cfg_aliases 0.2.1",
8346 "libc",
8347 "memoffset",
8348]
8349
8350[[package]]
8351name = "node_runtime"
8352version = "0.1.0"
8353dependencies = [
8354 "anyhow",
8355 "async-compression",
8356 "async-std",
8357 "async-tar",
8358 "async-trait",
8359 "async-watch",
8360 "async_zip",
8361 "futures 0.3.31",
8362 "http_client",
8363 "log",
8364 "paths",
8365 "semver",
8366 "serde",
8367 "serde_json",
8368 "smol",
8369 "tempfile",
8370 "util",
8371 "walkdir",
8372 "which 6.0.3",
8373]
8374
8375[[package]]
8376name = "nom"
8377version = "7.1.3"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8380dependencies = [
8381 "memchr",
8382 "minimal-lexical",
8383]
8384
8385[[package]]
8386name = "noop_proc_macro"
8387version = "0.3.0"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8390
8391[[package]]
8392name = "normpath"
8393version = "1.3.0"
8394source = "registry+https://github.com/rust-lang/crates.io-index"
8395checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8396dependencies = [
8397 "windows-sys 0.59.0",
8398]
8399
8400[[package]]
8401name = "notifications"
8402version = "0.1.0"
8403dependencies = [
8404 "anyhow",
8405 "channel",
8406 "client",
8407 "collections",
8408 "component",
8409 "db",
8410 "gpui",
8411 "linkme",
8412 "rpc",
8413 "settings",
8414 "sum_tree",
8415 "time",
8416 "ui",
8417 "util",
8418 "workspace",
8419]
8420
8421[[package]]
8422name = "notify"
8423version = "6.1.1"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8426dependencies = [
8427 "bitflags 2.8.0",
8428 "crossbeam-channel",
8429 "filetime",
8430 "fsevent-sys 4.1.0",
8431 "inotify 0.9.6",
8432 "kqueue",
8433 "libc",
8434 "log",
8435 "mio 0.8.11",
8436 "walkdir",
8437 "windows-sys 0.48.0",
8438]
8439
8440[[package]]
8441name = "notify"
8442version = "8.0.0"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8445dependencies = [
8446 "bitflags 2.8.0",
8447 "filetime",
8448 "fsevent-sys 4.1.0",
8449 "inotify 0.11.0",
8450 "kqueue",
8451 "libc",
8452 "log",
8453 "mio 1.0.3",
8454 "notify-types",
8455 "walkdir",
8456 "windows-sys 0.59.0",
8457]
8458
8459[[package]]
8460name = "notify-debouncer-mini"
8461version = "0.6.0"
8462source = "registry+https://github.com/rust-lang/crates.io-index"
8463checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8464dependencies = [
8465 "log",
8466 "notify 8.0.0",
8467 "notify-types",
8468 "tempfile",
8469]
8470
8471[[package]]
8472name = "notify-types"
8473version = "2.0.0"
8474source = "registry+https://github.com/rust-lang/crates.io-index"
8475checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8476
8477[[package]]
8478name = "ntapi"
8479version = "0.4.1"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8482dependencies = [
8483 "winapi",
8484]
8485
8486[[package]]
8487name = "nu-ansi-term"
8488version = "0.46.0"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8491dependencies = [
8492 "overload",
8493 "winapi",
8494]
8495
8496[[package]]
8497name = "num"
8498version = "0.4.3"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8501dependencies = [
8502 "num-bigint",
8503 "num-complex",
8504 "num-integer",
8505 "num-iter",
8506 "num-rational",
8507 "num-traits",
8508]
8509
8510[[package]]
8511name = "num-bigint"
8512version = "0.4.6"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8515dependencies = [
8516 "num-integer",
8517 "num-traits",
8518]
8519
8520[[package]]
8521name = "num-bigint-dig"
8522version = "0.8.4"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8525dependencies = [
8526 "byteorder",
8527 "lazy_static",
8528 "libm",
8529 "num-integer",
8530 "num-iter",
8531 "num-traits",
8532 "rand 0.8.5",
8533 "serde",
8534 "smallvec",
8535 "zeroize",
8536]
8537
8538[[package]]
8539name = "num-complex"
8540version = "0.4.6"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8543dependencies = [
8544 "num-traits",
8545]
8546
8547[[package]]
8548name = "num-conv"
8549version = "0.1.0"
8550source = "registry+https://github.com/rust-lang/crates.io-index"
8551checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8552
8553[[package]]
8554name = "num-derive"
8555version = "0.4.2"
8556source = "registry+https://github.com/rust-lang/crates.io-index"
8557checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8558dependencies = [
8559 "proc-macro2",
8560 "quote",
8561 "syn 2.0.90",
8562]
8563
8564[[package]]
8565name = "num-format"
8566version = "0.4.4"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8569dependencies = [
8570 "arrayvec",
8571 "itoa",
8572]
8573
8574[[package]]
8575name = "num-integer"
8576version = "0.1.46"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8579dependencies = [
8580 "num-traits",
8581]
8582
8583[[package]]
8584name = "num-iter"
8585version = "0.1.45"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8588dependencies = [
8589 "autocfg",
8590 "num-integer",
8591 "num-traits",
8592]
8593
8594[[package]]
8595name = "num-modular"
8596version = "0.6.1"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8599
8600[[package]]
8601name = "num-order"
8602version = "1.2.0"
8603source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8605dependencies = [
8606 "num-modular",
8607]
8608
8609[[package]]
8610name = "num-rational"
8611version = "0.4.2"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8614dependencies = [
8615 "num-bigint",
8616 "num-integer",
8617 "num-traits",
8618]
8619
8620[[package]]
8621name = "num-traits"
8622version = "0.2.19"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8625dependencies = [
8626 "autocfg",
8627 "libm",
8628]
8629
8630[[package]]
8631name = "num_cpus"
8632version = "1.16.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8635dependencies = [
8636 "hermit-abi 0.3.9",
8637 "libc",
8638]
8639
8640[[package]]
8641name = "num_enum"
8642version = "0.7.3"
8643source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8645dependencies = [
8646 "num_enum_derive",
8647]
8648
8649[[package]]
8650name = "num_enum_derive"
8651version = "0.7.3"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8654dependencies = [
8655 "proc-macro-crate",
8656 "proc-macro2",
8657 "quote",
8658 "syn 2.0.90",
8659]
8660
8661[[package]]
8662name = "num_threads"
8663version = "0.1.7"
8664source = "registry+https://github.com/rust-lang/crates.io-index"
8665checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8666dependencies = [
8667 "libc",
8668]
8669
8670[[package]]
8671name = "nvim-rs"
8672version = "0.8.0-pre"
8673source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8674dependencies = [
8675 "async-trait",
8676 "futures 0.3.31",
8677 "log",
8678 "parity-tokio-ipc",
8679 "rmp",
8680 "rmpv",
8681 "tokio",
8682 "tokio-util",
8683 "winapi",
8684]
8685
8686[[package]]
8687name = "objc"
8688version = "0.2.7"
8689source = "registry+https://github.com/rust-lang/crates.io-index"
8690checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8691dependencies = [
8692 "malloc_buf",
8693]
8694
8695[[package]]
8696name = "objc-sys"
8697version = "0.3.5"
8698source = "registry+https://github.com/rust-lang/crates.io-index"
8699checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8700
8701[[package]]
8702name = "objc2"
8703version = "0.5.2"
8704source = "registry+https://github.com/rust-lang/crates.io-index"
8705checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8706dependencies = [
8707 "objc-sys",
8708 "objc2-encode",
8709]
8710
8711[[package]]
8712name = "objc2-app-kit"
8713version = "0.2.2"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8716dependencies = [
8717 "bitflags 2.8.0",
8718 "block2",
8719 "libc",
8720 "objc2",
8721 "objc2-core-data",
8722 "objc2-core-image",
8723 "objc2-foundation",
8724 "objc2-quartz-core",
8725]
8726
8727[[package]]
8728name = "objc2-cloud-kit"
8729version = "0.2.2"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8732dependencies = [
8733 "bitflags 2.8.0",
8734 "block2",
8735 "objc2",
8736 "objc2-core-location",
8737 "objc2-foundation",
8738]
8739
8740[[package]]
8741name = "objc2-contacts"
8742version = "0.2.2"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8745dependencies = [
8746 "block2",
8747 "objc2",
8748 "objc2-foundation",
8749]
8750
8751[[package]]
8752name = "objc2-core-data"
8753version = "0.2.2"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8756dependencies = [
8757 "bitflags 2.8.0",
8758 "block2",
8759 "objc2",
8760 "objc2-foundation",
8761]
8762
8763[[package]]
8764name = "objc2-core-image"
8765version = "0.2.2"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8768dependencies = [
8769 "block2",
8770 "objc2",
8771 "objc2-foundation",
8772 "objc2-metal",
8773]
8774
8775[[package]]
8776name = "objc2-core-location"
8777version = "0.2.2"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8780dependencies = [
8781 "block2",
8782 "objc2",
8783 "objc2-contacts",
8784 "objc2-foundation",
8785]
8786
8787[[package]]
8788name = "objc2-encode"
8789version = "4.0.3"
8790source = "registry+https://github.com/rust-lang/crates.io-index"
8791checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8792
8793[[package]]
8794name = "objc2-foundation"
8795version = "0.2.2"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8798dependencies = [
8799 "bitflags 2.8.0",
8800 "block2",
8801 "libc",
8802 "objc2",
8803]
8804
8805[[package]]
8806name = "objc2-link-presentation"
8807version = "0.2.2"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8810dependencies = [
8811 "block2",
8812 "objc2",
8813 "objc2-app-kit",
8814 "objc2-foundation",
8815]
8816
8817[[package]]
8818name = "objc2-metal"
8819version = "0.2.2"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8822dependencies = [
8823 "bitflags 2.8.0",
8824 "block2",
8825 "objc2",
8826 "objc2-foundation",
8827]
8828
8829[[package]]
8830name = "objc2-quartz-core"
8831version = "0.2.2"
8832source = "registry+https://github.com/rust-lang/crates.io-index"
8833checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8834dependencies = [
8835 "bitflags 2.8.0",
8836 "block2",
8837 "objc2",
8838 "objc2-foundation",
8839 "objc2-metal",
8840]
8841
8842[[package]]
8843name = "objc2-symbols"
8844version = "0.2.2"
8845source = "registry+https://github.com/rust-lang/crates.io-index"
8846checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8847dependencies = [
8848 "objc2",
8849 "objc2-foundation",
8850]
8851
8852[[package]]
8853name = "objc2-ui-kit"
8854version = "0.2.2"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8857dependencies = [
8858 "bitflags 2.8.0",
8859 "block2",
8860 "objc2",
8861 "objc2-cloud-kit",
8862 "objc2-core-data",
8863 "objc2-core-image",
8864 "objc2-core-location",
8865 "objc2-foundation",
8866 "objc2-link-presentation",
8867 "objc2-quartz-core",
8868 "objc2-symbols",
8869 "objc2-uniform-type-identifiers",
8870 "objc2-user-notifications",
8871]
8872
8873[[package]]
8874name = "objc2-uniform-type-identifiers"
8875version = "0.2.2"
8876source = "registry+https://github.com/rust-lang/crates.io-index"
8877checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8878dependencies = [
8879 "block2",
8880 "objc2",
8881 "objc2-foundation",
8882]
8883
8884[[package]]
8885name = "objc2-user-notifications"
8886version = "0.2.2"
8887source = "registry+https://github.com/rust-lang/crates.io-index"
8888checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8889dependencies = [
8890 "bitflags 2.8.0",
8891 "block2",
8892 "objc2",
8893 "objc2-core-location",
8894 "objc2-foundation",
8895]
8896
8897[[package]]
8898name = "object"
8899version = "0.36.5"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8902dependencies = [
8903 "crc32fast",
8904 "hashbrown 0.15.2",
8905 "indexmap",
8906 "memchr",
8907]
8908
8909[[package]]
8910name = "oboe"
8911version = "0.6.1"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8914dependencies = [
8915 "jni",
8916 "ndk",
8917 "ndk-context",
8918 "num-derive",
8919 "num-traits",
8920 "oboe-sys",
8921]
8922
8923[[package]]
8924name = "oboe-sys"
8925version = "0.6.1"
8926source = "registry+https://github.com/rust-lang/crates.io-index"
8927checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8928dependencies = [
8929 "cc",
8930]
8931
8932[[package]]
8933name = "ollama"
8934version = "0.1.0"
8935dependencies = [
8936 "anyhow",
8937 "futures 0.3.31",
8938 "http_client",
8939 "schemars",
8940 "serde",
8941 "serde_json",
8942]
8943
8944[[package]]
8945name = "once_cell"
8946version = "1.20.3"
8947source = "registry+https://github.com/rust-lang/crates.io-index"
8948checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8949
8950[[package]]
8951name = "oo7"
8952version = "0.4.1"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
8955dependencies = [
8956 "aes",
8957 "ashpd",
8958 "async-fs",
8959 "async-io",
8960 "async-lock",
8961 "blocking",
8962 "cbc",
8963 "cipher",
8964 "digest",
8965 "endi",
8966 "futures-lite 2.6.0",
8967 "futures-util",
8968 "getrandom 0.3.1",
8969 "hkdf",
8970 "hmac",
8971 "md-5",
8972 "num",
8973 "num-bigint-dig",
8974 "pbkdf2 0.12.2",
8975 "rand 0.9.0",
8976 "serde",
8977 "sha2",
8978 "subtle",
8979 "zbus",
8980 "zbus_macros",
8981 "zeroize",
8982 "zvariant",
8983]
8984
8985[[package]]
8986name = "oorandom"
8987version = "11.1.4"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8990
8991[[package]]
8992name = "open"
8993version = "5.3.2"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8996dependencies = [
8997 "is-wsl",
8998 "libc",
8999 "pathdiff",
9000]
9001
9002[[package]]
9003name = "open_ai"
9004version = "0.1.0"
9005dependencies = [
9006 "anyhow",
9007 "futures 0.3.31",
9008 "http_client",
9009 "schemars",
9010 "serde",
9011 "serde_json",
9012 "strum",
9013]
9014
9015[[package]]
9016name = "opener"
9017version = "0.7.2"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9020dependencies = [
9021 "bstr",
9022 "dbus",
9023 "normpath",
9024 "windows-sys 0.59.0",
9025]
9026
9027[[package]]
9028name = "openssl"
9029version = "0.10.70"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9032dependencies = [
9033 "bitflags 2.8.0",
9034 "cfg-if",
9035 "foreign-types 0.3.2",
9036 "libc",
9037 "once_cell",
9038 "openssl-macros",
9039 "openssl-sys",
9040]
9041
9042[[package]]
9043name = "openssl-macros"
9044version = "0.1.1"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9047dependencies = [
9048 "proc-macro2",
9049 "quote",
9050 "syn 2.0.90",
9051]
9052
9053[[package]]
9054name = "openssl-probe"
9055version = "0.1.5"
9056source = "registry+https://github.com/rust-lang/crates.io-index"
9057checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9058
9059[[package]]
9060name = "openssl-src"
9061version = "300.4.1+3.4.0"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9064dependencies = [
9065 "cc",
9066]
9067
9068[[package]]
9069name = "openssl-sys"
9070version = "0.9.105"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9073dependencies = [
9074 "cc",
9075 "libc",
9076 "openssl-src",
9077 "pkg-config",
9078 "vcpkg",
9079]
9080
9081[[package]]
9082name = "option-ext"
9083version = "0.2.0"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9086
9087[[package]]
9088name = "ordered-float"
9089version = "2.10.1"
9090source = "registry+https://github.com/rust-lang/crates.io-index"
9091checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9092dependencies = [
9093 "num-traits",
9094]
9095
9096[[package]]
9097name = "ordered-float"
9098version = "3.9.2"
9099source = "registry+https://github.com/rust-lang/crates.io-index"
9100checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9101dependencies = [
9102 "num-traits",
9103]
9104
9105[[package]]
9106name = "ordered-stream"
9107version = "0.2.0"
9108source = "registry+https://github.com/rust-lang/crates.io-index"
9109checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9110dependencies = [
9111 "futures-core",
9112 "pin-project-lite",
9113]
9114
9115[[package]]
9116name = "ouroboros"
9117version = "0.18.4"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9120dependencies = [
9121 "aliasable",
9122 "ouroboros_macro",
9123 "static_assertions",
9124]
9125
9126[[package]]
9127name = "ouroboros_macro"
9128version = "0.18.4"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9131dependencies = [
9132 "heck 0.4.1",
9133 "itertools 0.12.1",
9134 "proc-macro2",
9135 "proc-macro2-diagnostics",
9136 "quote",
9137 "syn 2.0.90",
9138]
9139
9140[[package]]
9141name = "outline"
9142version = "0.1.0"
9143dependencies = [
9144 "editor",
9145 "fuzzy",
9146 "gpui",
9147 "indoc",
9148 "language",
9149 "menu",
9150 "ordered-float 2.10.1",
9151 "picker",
9152 "project",
9153 "rope",
9154 "serde_json",
9155 "settings",
9156 "smol",
9157 "theme",
9158 "tree-sitter-rust",
9159 "tree-sitter-typescript",
9160 "ui",
9161 "util",
9162 "workspace",
9163 "zed_actions",
9164]
9165
9166[[package]]
9167name = "outline_panel"
9168version = "0.1.0"
9169dependencies = [
9170 "anyhow",
9171 "collections",
9172 "db",
9173 "editor",
9174 "file_icons",
9175 "fuzzy",
9176 "gpui",
9177 "itertools 0.14.0",
9178 "language",
9179 "log",
9180 "menu",
9181 "outline",
9182 "pretty_assertions",
9183 "project",
9184 "schemars",
9185 "search",
9186 "serde",
9187 "serde_json",
9188 "settings",
9189 "smallvec",
9190 "smol",
9191 "theme",
9192 "ui",
9193 "util",
9194 "workspace",
9195 "worktree",
9196 "zed_actions",
9197]
9198
9199[[package]]
9200name = "outref"
9201version = "0.5.1"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9204
9205[[package]]
9206name = "overload"
9207version = "0.1.1"
9208source = "registry+https://github.com/rust-lang/crates.io-index"
9209checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9210
9211[[package]]
9212name = "p256"
9213version = "0.11.1"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9216dependencies = [
9217 "ecdsa",
9218 "elliptic-curve",
9219 "sha2",
9220]
9221
9222[[package]]
9223name = "page_size"
9224version = "0.6.0"
9225source = "registry+https://github.com/rust-lang/crates.io-index"
9226checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9227dependencies = [
9228 "libc",
9229 "winapi",
9230]
9231
9232[[package]]
9233name = "palette"
9234version = "0.7.6"
9235source = "registry+https://github.com/rust-lang/crates.io-index"
9236checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9237dependencies = [
9238 "approx",
9239 "fast-srgb8",
9240 "palette_derive",
9241]
9242
9243[[package]]
9244name = "palette_derive"
9245version = "0.7.6"
9246source = "registry+https://github.com/rust-lang/crates.io-index"
9247checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9248dependencies = [
9249 "by_address",
9250 "proc-macro2",
9251 "quote",
9252 "syn 2.0.90",
9253]
9254
9255[[package]]
9256name = "panel"
9257version = "0.1.0"
9258dependencies = [
9259 "editor",
9260 "gpui",
9261 "settings",
9262 "theme",
9263 "ui",
9264 "workspace",
9265]
9266
9267[[package]]
9268name = "parity-tokio-ipc"
9269version = "0.9.0"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9272dependencies = [
9273 "futures 0.3.31",
9274 "libc",
9275 "log",
9276 "rand 0.7.3",
9277 "tokio",
9278 "winapi",
9279]
9280
9281[[package]]
9282name = "parking"
9283version = "2.2.1"
9284source = "registry+https://github.com/rust-lang/crates.io-index"
9285checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9286
9287[[package]]
9288name = "parking_lot"
9289version = "0.12.3"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9292dependencies = [
9293 "lock_api",
9294 "parking_lot_core",
9295]
9296
9297[[package]]
9298name = "parking_lot_core"
9299version = "0.9.10"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9302dependencies = [
9303 "cfg-if",
9304 "libc",
9305 "redox_syscall 0.5.8",
9306 "smallvec",
9307 "windows-targets 0.52.6",
9308]
9309
9310[[package]]
9311name = "password-hash"
9312version = "0.4.2"
9313source = "registry+https://github.com/rust-lang/crates.io-index"
9314checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9315dependencies = [
9316 "base64ct",
9317 "rand_core 0.6.4",
9318 "subtle",
9319]
9320
9321[[package]]
9322name = "password-hash"
9323version = "0.5.0"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9326dependencies = [
9327 "base64ct",
9328 "rand_core 0.6.4",
9329 "subtle",
9330]
9331
9332[[package]]
9333name = "paste"
9334version = "1.0.15"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9337
9338[[package]]
9339name = "pathdiff"
9340version = "0.2.3"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9343
9344[[package]]
9345name = "pathfinder_geometry"
9346version = "0.5.1"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9349dependencies = [
9350 "log",
9351 "pathfinder_simd",
9352]
9353
9354[[package]]
9355name = "pathfinder_simd"
9356version = "0.5.4"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9359dependencies = [
9360 "rustc_version",
9361]
9362
9363[[package]]
9364name = "paths"
9365version = "0.1.0"
9366dependencies = [
9367 "dirs 4.0.0",
9368 "util",
9369]
9370
9371[[package]]
9372name = "pbjson"
9373version = "0.6.0"
9374source = "registry+https://github.com/rust-lang/crates.io-index"
9375checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9376dependencies = [
9377 "base64 0.21.7",
9378 "serde",
9379]
9380
9381[[package]]
9382name = "pbjson-build"
9383version = "0.6.2"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9386dependencies = [
9387 "heck 0.4.1",
9388 "itertools 0.11.0",
9389 "prost 0.12.6",
9390 "prost-types 0.12.6",
9391]
9392
9393[[package]]
9394name = "pbjson-types"
9395version = "0.6.0"
9396source = "registry+https://github.com/rust-lang/crates.io-index"
9397checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9398dependencies = [
9399 "bytes 1.10.1",
9400 "chrono",
9401 "pbjson",
9402 "pbjson-build",
9403 "prost 0.12.6",
9404 "prost-build 0.12.6",
9405 "serde",
9406]
9407
9408[[package]]
9409name = "pbkdf2"
9410version = "0.11.0"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9413dependencies = [
9414 "digest",
9415 "hmac",
9416 "password-hash 0.4.2",
9417 "sha2",
9418]
9419
9420[[package]]
9421name = "pbkdf2"
9422version = "0.12.2"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9425dependencies = [
9426 "digest",
9427 "hmac",
9428]
9429
9430[[package]]
9431name = "pem"
9432version = "3.0.4"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9435dependencies = [
9436 "base64 0.22.1",
9437 "serde",
9438]
9439
9440[[package]]
9441name = "pem-rfc7468"
9442version = "0.7.0"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9445dependencies = [
9446 "base64ct",
9447]
9448
9449[[package]]
9450name = "percent-encoding"
9451version = "2.3.1"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9454
9455[[package]]
9456name = "perplexity"
9457version = "0.1.0"
9458dependencies = [
9459 "serde",
9460 "zed_extension_api 0.3.0",
9461]
9462
9463[[package]]
9464name = "pest"
9465version = "2.7.15"
9466source = "registry+https://github.com/rust-lang/crates.io-index"
9467checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9468dependencies = [
9469 "memchr",
9470 "thiserror 2.0.6",
9471 "ucd-trie",
9472]
9473
9474[[package]]
9475name = "pest_derive"
9476version = "2.7.15"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9479dependencies = [
9480 "pest",
9481 "pest_generator",
9482]
9483
9484[[package]]
9485name = "pest_generator"
9486version = "2.7.15"
9487source = "registry+https://github.com/rust-lang/crates.io-index"
9488checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9489dependencies = [
9490 "pest",
9491 "pest_meta",
9492 "proc-macro2",
9493 "quote",
9494 "syn 2.0.90",
9495]
9496
9497[[package]]
9498name = "pest_meta"
9499version = "2.7.15"
9500source = "registry+https://github.com/rust-lang/crates.io-index"
9501checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9502dependencies = [
9503 "once_cell",
9504 "pest",
9505 "sha2",
9506]
9507
9508[[package]]
9509name = "pet"
9510version = "0.1.0"
9511source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9512dependencies = [
9513 "clap",
9514 "env_logger 0.10.2",
9515 "lazy_static",
9516 "log",
9517 "msvc_spectre_libs",
9518 "pet-conda",
9519 "pet-core",
9520 "pet-env-var-path",
9521 "pet-fs",
9522 "pet-global-virtualenvs",
9523 "pet-homebrew",
9524 "pet-jsonrpc",
9525 "pet-linux-global-python",
9526 "pet-mac-commandlinetools",
9527 "pet-mac-python-org",
9528 "pet-mac-xcode",
9529 "pet-pipenv",
9530 "pet-pixi",
9531 "pet-poetry",
9532 "pet-pyenv",
9533 "pet-python-utils",
9534 "pet-reporter",
9535 "pet-telemetry",
9536 "pet-venv",
9537 "pet-virtualenv",
9538 "pet-virtualenvwrapper",
9539 "pet-windows-registry",
9540 "pet-windows-store",
9541 "serde",
9542 "serde_json",
9543]
9544
9545[[package]]
9546name = "pet-conda"
9547version = "0.1.0"
9548source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9549dependencies = [
9550 "env_logger 0.10.2",
9551 "lazy_static",
9552 "log",
9553 "msvc_spectre_libs",
9554 "pet-core",
9555 "pet-fs",
9556 "pet-python-utils",
9557 "pet-reporter",
9558 "regex",
9559 "serde",
9560 "serde_json",
9561 "yaml-rust2",
9562]
9563
9564[[package]]
9565name = "pet-core"
9566version = "0.1.0"
9567source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9568dependencies = [
9569 "clap",
9570 "lazy_static",
9571 "log",
9572 "msvc_spectre_libs",
9573 "pet-fs",
9574 "regex",
9575 "serde",
9576 "serde_json",
9577]
9578
9579[[package]]
9580name = "pet-env-var-path"
9581version = "0.1.0"
9582source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9583dependencies = [
9584 "lazy_static",
9585 "log",
9586 "msvc_spectre_libs",
9587 "pet-conda",
9588 "pet-core",
9589 "pet-fs",
9590 "pet-python-utils",
9591 "pet-virtualenv",
9592 "regex",
9593]
9594
9595[[package]]
9596name = "pet-fs"
9597version = "0.1.0"
9598source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9599dependencies = [
9600 "log",
9601 "msvc_spectre_libs",
9602]
9603
9604[[package]]
9605name = "pet-global-virtualenvs"
9606version = "0.1.0"
9607source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9608dependencies = [
9609 "log",
9610 "msvc_spectre_libs",
9611 "pet-conda",
9612 "pet-core",
9613 "pet-fs",
9614 "pet-virtualenv",
9615]
9616
9617[[package]]
9618name = "pet-homebrew"
9619version = "0.1.0"
9620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9621dependencies = [
9622 "lazy_static",
9623 "log",
9624 "msvc_spectre_libs",
9625 "pet-conda",
9626 "pet-core",
9627 "pet-fs",
9628 "pet-python-utils",
9629 "pet-virtualenv",
9630 "regex",
9631 "serde",
9632 "serde_json",
9633]
9634
9635[[package]]
9636name = "pet-jsonrpc"
9637version = "0.1.0"
9638source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9639dependencies = [
9640 "env_logger 0.10.2",
9641 "log",
9642 "msvc_spectre_libs",
9643 "pet-core",
9644 "serde",
9645 "serde_json",
9646]
9647
9648[[package]]
9649name = "pet-linux-global-python"
9650version = "0.1.0"
9651source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9652dependencies = [
9653 "log",
9654 "msvc_spectre_libs",
9655 "pet-core",
9656 "pet-fs",
9657 "pet-python-utils",
9658 "pet-virtualenv",
9659]
9660
9661[[package]]
9662name = "pet-mac-commandlinetools"
9663version = "0.1.0"
9664source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9665dependencies = [
9666 "log",
9667 "msvc_spectre_libs",
9668 "pet-core",
9669 "pet-fs",
9670 "pet-python-utils",
9671 "pet-virtualenv",
9672]
9673
9674[[package]]
9675name = "pet-mac-python-org"
9676version = "0.1.0"
9677source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9678dependencies = [
9679 "log",
9680 "msvc_spectre_libs",
9681 "pet-core",
9682 "pet-fs",
9683 "pet-python-utils",
9684 "pet-virtualenv",
9685]
9686
9687[[package]]
9688name = "pet-mac-xcode"
9689version = "0.1.0"
9690source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9691dependencies = [
9692 "log",
9693 "msvc_spectre_libs",
9694 "pet-core",
9695 "pet-fs",
9696 "pet-python-utils",
9697 "pet-virtualenv",
9698]
9699
9700[[package]]
9701name = "pet-pipenv"
9702version = "0.1.0"
9703source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9704dependencies = [
9705 "log",
9706 "msvc_spectre_libs",
9707 "pet-core",
9708 "pet-fs",
9709 "pet-python-utils",
9710 "pet-virtualenv",
9711]
9712
9713[[package]]
9714name = "pet-pixi"
9715version = "0.1.0"
9716source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9717dependencies = [
9718 "log",
9719 "msvc_spectre_libs",
9720 "pet-conda",
9721 "pet-core",
9722 "pet-python-utils",
9723]
9724
9725[[package]]
9726name = "pet-poetry"
9727version = "0.1.0"
9728source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9729dependencies = [
9730 "base64 0.22.1",
9731 "lazy_static",
9732 "log",
9733 "msvc_spectre_libs",
9734 "pet-core",
9735 "pet-fs",
9736 "pet-python-utils",
9737 "pet-reporter",
9738 "pet-virtualenv",
9739 "regex",
9740 "serde",
9741 "serde_json",
9742 "sha2",
9743 "toml 0.8.20",
9744]
9745
9746[[package]]
9747name = "pet-pyenv"
9748version = "0.1.0"
9749source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9750dependencies = [
9751 "lazy_static",
9752 "log",
9753 "msvc_spectre_libs",
9754 "pet-conda",
9755 "pet-core",
9756 "pet-fs",
9757 "pet-python-utils",
9758 "pet-reporter",
9759 "regex",
9760 "serde",
9761 "serde_json",
9762]
9763
9764[[package]]
9765name = "pet-python-utils"
9766version = "0.1.0"
9767source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9768dependencies = [
9769 "env_logger 0.10.2",
9770 "lazy_static",
9771 "log",
9772 "msvc_spectre_libs",
9773 "pet-core",
9774 "pet-fs",
9775 "regex",
9776 "serde",
9777 "serde_json",
9778 "sha2",
9779]
9780
9781[[package]]
9782name = "pet-reporter"
9783version = "0.1.0"
9784source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9785dependencies = [
9786 "env_logger 0.10.2",
9787 "log",
9788 "msvc_spectre_libs",
9789 "pet-core",
9790 "pet-jsonrpc",
9791 "serde",
9792 "serde_json",
9793]
9794
9795[[package]]
9796name = "pet-telemetry"
9797version = "0.1.0"
9798source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9799dependencies = [
9800 "env_logger 0.10.2",
9801 "lazy_static",
9802 "log",
9803 "msvc_spectre_libs",
9804 "pet-core",
9805 "pet-fs",
9806 "pet-python-utils",
9807 "regex",
9808]
9809
9810[[package]]
9811name = "pet-venv"
9812version = "0.1.0"
9813source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9814dependencies = [
9815 "log",
9816 "msvc_spectre_libs",
9817 "pet-core",
9818 "pet-python-utils",
9819 "pet-virtualenv",
9820]
9821
9822[[package]]
9823name = "pet-virtualenv"
9824version = "0.1.0"
9825source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9826dependencies = [
9827 "log",
9828 "msvc_spectre_libs",
9829 "pet-core",
9830 "pet-fs",
9831 "pet-python-utils",
9832]
9833
9834[[package]]
9835name = "pet-virtualenvwrapper"
9836version = "0.1.0"
9837source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9838dependencies = [
9839 "log",
9840 "msvc_spectre_libs",
9841 "pet-core",
9842 "pet-fs",
9843 "pet-python-utils",
9844 "pet-virtualenv",
9845]
9846
9847[[package]]
9848name = "pet-windows-registry"
9849version = "0.1.0"
9850source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9851dependencies = [
9852 "lazy_static",
9853 "log",
9854 "msvc_spectre_libs",
9855 "pet-conda",
9856 "pet-core",
9857 "pet-fs",
9858 "pet-python-utils",
9859 "pet-virtualenv",
9860 "pet-windows-store",
9861 "regex",
9862 "winreg 0.52.0",
9863]
9864
9865[[package]]
9866name = "pet-windows-store"
9867version = "0.1.0"
9868source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9869dependencies = [
9870 "lazy_static",
9871 "log",
9872 "msvc_spectre_libs",
9873 "pet-core",
9874 "pet-fs",
9875 "pet-python-utils",
9876 "pet-virtualenv",
9877 "regex",
9878 "winreg 0.52.0",
9879]
9880
9881[[package]]
9882name = "petgraph"
9883version = "0.6.5"
9884source = "registry+https://github.com/rust-lang/crates.io-index"
9885checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9886dependencies = [
9887 "fixedbitset",
9888 "indexmap",
9889]
9890
9891[[package]]
9892name = "phf"
9893version = "0.11.2"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9896dependencies = [
9897 "phf_macros",
9898 "phf_shared 0.11.2",
9899]
9900
9901[[package]]
9902name = "phf_codegen"
9903version = "0.11.2"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9906dependencies = [
9907 "phf_generator 0.11.2",
9908 "phf_shared 0.11.2",
9909]
9910
9911[[package]]
9912name = "phf_generator"
9913version = "0.10.0"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9916dependencies = [
9917 "phf_shared 0.10.0",
9918 "rand 0.8.5",
9919]
9920
9921[[package]]
9922name = "phf_generator"
9923version = "0.11.2"
9924source = "registry+https://github.com/rust-lang/crates.io-index"
9925checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9926dependencies = [
9927 "phf_shared 0.11.2",
9928 "rand 0.8.5",
9929]
9930
9931[[package]]
9932name = "phf_macros"
9933version = "0.11.2"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9936dependencies = [
9937 "phf_generator 0.11.2",
9938 "phf_shared 0.11.2",
9939 "proc-macro2",
9940 "quote",
9941 "syn 2.0.90",
9942]
9943
9944[[package]]
9945name = "phf_shared"
9946version = "0.10.0"
9947source = "registry+https://github.com/rust-lang/crates.io-index"
9948checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9949dependencies = [
9950 "siphasher 0.3.11",
9951]
9952
9953[[package]]
9954name = "phf_shared"
9955version = "0.11.2"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9958dependencies = [
9959 "siphasher 0.3.11",
9960]
9961
9962[[package]]
9963name = "picker"
9964version = "0.1.0"
9965dependencies = [
9966 "anyhow",
9967 "ctor",
9968 "editor",
9969 "env_logger 0.11.6",
9970 "gpui",
9971 "menu",
9972 "schemars",
9973 "serde",
9974 "serde_json",
9975 "ui",
9976 "util",
9977 "workspace",
9978]
9979
9980[[package]]
9981name = "pico-args"
9982version = "0.5.0"
9983source = "registry+https://github.com/rust-lang/crates.io-index"
9984checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9985
9986[[package]]
9987name = "pin-project"
9988version = "1.1.7"
9989source = "registry+https://github.com/rust-lang/crates.io-index"
9990checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9991dependencies = [
9992 "pin-project-internal",
9993]
9994
9995[[package]]
9996name = "pin-project-internal"
9997version = "1.1.7"
9998source = "registry+https://github.com/rust-lang/crates.io-index"
9999checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10000dependencies = [
10001 "proc-macro2",
10002 "quote",
10003 "syn 2.0.90",
10004]
10005
10006[[package]]
10007name = "pin-project-lite"
10008version = "0.2.16"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10011
10012[[package]]
10013name = "pin-utils"
10014version = "0.1.0"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10017
10018[[package]]
10019name = "piper"
10020version = "0.2.4"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10023dependencies = [
10024 "atomic-waker",
10025 "fastrand 2.3.0",
10026 "futures-io",
10027]
10028
10029[[package]]
10030name = "pkcs1"
10031version = "0.7.5"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10034dependencies = [
10035 "der 0.7.9",
10036 "pkcs8 0.10.2",
10037 "spki 0.7.3",
10038]
10039
10040[[package]]
10041name = "pkcs8"
10042version = "0.9.0"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10045dependencies = [
10046 "der 0.6.1",
10047 "spki 0.6.0",
10048]
10049
10050[[package]]
10051name = "pkcs8"
10052version = "0.10.2"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10055dependencies = [
10056 "der 0.7.9",
10057 "spki 0.7.3",
10058]
10059
10060[[package]]
10061name = "pkg-config"
10062version = "0.3.31"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10065
10066[[package]]
10067name = "plist"
10068version = "1.7.0"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10071dependencies = [
10072 "base64 0.22.1",
10073 "indexmap",
10074 "quick-xml 0.32.0",
10075 "serde",
10076 "time",
10077]
10078
10079[[package]]
10080name = "plotters"
10081version = "0.3.7"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10084dependencies = [
10085 "num-traits",
10086 "plotters-backend",
10087 "plotters-svg",
10088 "wasm-bindgen",
10089 "web-sys",
10090]
10091
10092[[package]]
10093name = "plotters-backend"
10094version = "0.3.7"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10097
10098[[package]]
10099name = "plotters-svg"
10100version = "0.3.7"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10103dependencies = [
10104 "plotters-backend",
10105]
10106
10107[[package]]
10108name = "png"
10109version = "0.17.15"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10112dependencies = [
10113 "bitflags 1.3.2",
10114 "crc32fast",
10115 "fdeflate",
10116 "flate2",
10117 "miniz_oxide",
10118]
10119
10120[[package]]
10121name = "polling"
10122version = "3.7.4"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10125dependencies = [
10126 "cfg-if",
10127 "concurrent-queue",
10128 "hermit-abi 0.4.0",
10129 "pin-project-lite",
10130 "rustix",
10131 "tracing",
10132 "windows-sys 0.59.0",
10133]
10134
10135[[package]]
10136name = "pollster"
10137version = "0.2.5"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10140
10141[[package]]
10142name = "postage"
10143version = "0.5.0"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10146dependencies = [
10147 "atomic",
10148 "crossbeam-queue",
10149 "futures 0.3.31",
10150 "log",
10151 "parking_lot",
10152 "pin-project",
10153 "pollster",
10154 "static_assertions",
10155 "thiserror 1.0.69",
10156]
10157
10158[[package]]
10159name = "postcard"
10160version = "1.1.1"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10163dependencies = [
10164 "cobs",
10165 "embedded-io 0.4.0",
10166 "embedded-io 0.6.1",
10167 "serde",
10168]
10169
10170[[package]]
10171name = "powerfmt"
10172version = "0.2.0"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10175
10176[[package]]
10177name = "ppv-lite86"
10178version = "0.2.20"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10181dependencies = [
10182 "zerocopy 0.7.35",
10183]
10184
10185[[package]]
10186name = "precomputed-hash"
10187version = "0.1.1"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10190
10191[[package]]
10192name = "prettier"
10193version = "0.1.0"
10194dependencies = [
10195 "anyhow",
10196 "collections",
10197 "fs",
10198 "gpui",
10199 "language",
10200 "log",
10201 "lsp",
10202 "node_runtime",
10203 "parking_lot",
10204 "paths",
10205 "serde",
10206 "serde_json",
10207 "util",
10208]
10209
10210[[package]]
10211name = "pretty_assertions"
10212version = "1.4.1"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10215dependencies = [
10216 "diff",
10217 "yansi",
10218]
10219
10220[[package]]
10221name = "prettyplease"
10222version = "0.2.25"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10225dependencies = [
10226 "proc-macro2",
10227 "syn 2.0.90",
10228]
10229
10230[[package]]
10231name = "proc-macro-crate"
10232version = "3.2.0"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10235dependencies = [
10236 "toml_edit",
10237]
10238
10239[[package]]
10240name = "proc-macro-error-attr2"
10241version = "2.0.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10244dependencies = [
10245 "proc-macro2",
10246 "quote",
10247]
10248
10249[[package]]
10250name = "proc-macro-error2"
10251version = "2.0.1"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10254dependencies = [
10255 "proc-macro-error-attr2",
10256 "proc-macro2",
10257 "quote",
10258 "syn 2.0.90",
10259]
10260
10261[[package]]
10262name = "proc-macro2"
10263version = "1.0.93"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
10266dependencies = [
10267 "unicode-ident",
10268]
10269
10270[[package]]
10271name = "proc-macro2-diagnostics"
10272version = "0.10.1"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10275dependencies = [
10276 "proc-macro2",
10277 "quote",
10278 "syn 2.0.90",
10279 "version_check",
10280 "yansi",
10281]
10282
10283[[package]]
10284name = "profiling"
10285version = "1.0.16"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10288dependencies = [
10289 "profiling-procmacros",
10290]
10291
10292[[package]]
10293name = "profiling-procmacros"
10294version = "1.0.16"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10297dependencies = [
10298 "quote",
10299 "syn 2.0.90",
10300]
10301
10302[[package]]
10303name = "project"
10304version = "0.1.0"
10305dependencies = [
10306 "aho-corasick",
10307 "anyhow",
10308 "askpass",
10309 "async-trait",
10310 "buffer_diff",
10311 "client",
10312 "clock",
10313 "collections",
10314 "env_logger 0.11.6",
10315 "fancy-regex 0.14.0",
10316 "fs",
10317 "futures 0.3.31",
10318 "fuzzy",
10319 "git",
10320 "git2",
10321 "globset",
10322 "gpui",
10323 "http_client",
10324 "image",
10325 "itertools 0.14.0",
10326 "language",
10327 "log",
10328 "lsp",
10329 "node_runtime",
10330 "parking_lot",
10331 "pathdiff",
10332 "paths",
10333 "postage",
10334 "prettier",
10335 "pretty_assertions",
10336 "rand 0.8.5",
10337 "regex",
10338 "release_channel",
10339 "remote",
10340 "rpc",
10341 "schemars",
10342 "serde",
10343 "serde_json",
10344 "settings",
10345 "sha2",
10346 "shellexpand 2.1.2",
10347 "shlex",
10348 "smol",
10349 "snippet",
10350 "snippet_provider",
10351 "task",
10352 "tempfile",
10353 "terminal",
10354 "text",
10355 "toml 0.8.20",
10356 "unindent",
10357 "url",
10358 "util",
10359 "which 6.0.3",
10360 "worktree",
10361]
10362
10363[[package]]
10364name = "project_panel"
10365version = "0.1.0"
10366dependencies = [
10367 "anyhow",
10368 "client",
10369 "collections",
10370 "command_palette_hooks",
10371 "db",
10372 "editor",
10373 "file_icons",
10374 "git",
10375 "gpui",
10376 "indexmap",
10377 "language",
10378 "menu",
10379 "pretty_assertions",
10380 "project",
10381 "schemars",
10382 "search",
10383 "serde",
10384 "serde_derive",
10385 "serde_json",
10386 "settings",
10387 "smallvec",
10388 "theme",
10389 "ui",
10390 "util",
10391 "workspace",
10392 "worktree",
10393 "zed_actions",
10394]
10395
10396[[package]]
10397name = "project_symbols"
10398version = "0.1.0"
10399dependencies = [
10400 "anyhow",
10401 "editor",
10402 "futures 0.3.31",
10403 "fuzzy",
10404 "gpui",
10405 "language",
10406 "lsp",
10407 "ordered-float 2.10.1",
10408 "picker",
10409 "project",
10410 "release_channel",
10411 "serde_json",
10412 "settings",
10413 "theme",
10414 "util",
10415 "workspace",
10416]
10417
10418[[package]]
10419name = "prometheus"
10420version = "0.13.4"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10423dependencies = [
10424 "cfg-if",
10425 "fnv",
10426 "lazy_static",
10427 "memchr",
10428 "parking_lot",
10429 "protobuf",
10430 "thiserror 1.0.69",
10431]
10432
10433[[package]]
10434name = "prompt_library"
10435version = "0.1.0"
10436dependencies = [
10437 "anyhow",
10438 "collections",
10439 "editor",
10440 "gpui",
10441 "language",
10442 "language_model",
10443 "log",
10444 "menu",
10445 "picker",
10446 "prompt_store",
10447 "release_channel",
10448 "rope",
10449 "serde",
10450 "settings",
10451 "theme",
10452 "ui",
10453 "util",
10454 "workspace",
10455 "zed_actions",
10456]
10457
10458[[package]]
10459name = "prompt_store"
10460version = "0.1.0"
10461dependencies = [
10462 "anyhow",
10463 "assets",
10464 "chrono",
10465 "collections",
10466 "fs",
10467 "futures 0.3.31",
10468 "fuzzy",
10469 "gpui",
10470 "handlebars 4.5.0",
10471 "heed",
10472 "language",
10473 "log",
10474 "parking_lot",
10475 "paths",
10476 "rope",
10477 "serde",
10478 "text",
10479 "util",
10480 "uuid",
10481]
10482
10483[[package]]
10484name = "prost"
10485version = "0.9.0"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10488dependencies = [
10489 "bytes 1.10.1",
10490 "prost-derive 0.9.0",
10491]
10492
10493[[package]]
10494name = "prost"
10495version = "0.12.6"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10498dependencies = [
10499 "bytes 1.10.1",
10500 "prost-derive 0.12.6",
10501]
10502
10503[[package]]
10504name = "prost-build"
10505version = "0.9.0"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10508dependencies = [
10509 "bytes 1.10.1",
10510 "heck 0.3.3",
10511 "itertools 0.10.5",
10512 "lazy_static",
10513 "log",
10514 "multimap 0.8.3",
10515 "petgraph",
10516 "prost 0.9.0",
10517 "prost-types 0.9.0",
10518 "regex",
10519 "tempfile",
10520 "which 4.4.2",
10521]
10522
10523[[package]]
10524name = "prost-build"
10525version = "0.12.6"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10528dependencies = [
10529 "bytes 1.10.1",
10530 "heck 0.5.0",
10531 "itertools 0.12.1",
10532 "log",
10533 "multimap 0.10.0",
10534 "once_cell",
10535 "petgraph",
10536 "prettyplease",
10537 "prost 0.12.6",
10538 "prost-types 0.12.6",
10539 "regex",
10540 "syn 2.0.90",
10541 "tempfile",
10542]
10543
10544[[package]]
10545name = "prost-derive"
10546version = "0.9.0"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10549dependencies = [
10550 "anyhow",
10551 "itertools 0.10.5",
10552 "proc-macro2",
10553 "quote",
10554 "syn 1.0.109",
10555]
10556
10557[[package]]
10558name = "prost-derive"
10559version = "0.12.6"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10562dependencies = [
10563 "anyhow",
10564 "itertools 0.12.1",
10565 "proc-macro2",
10566 "quote",
10567 "syn 2.0.90",
10568]
10569
10570[[package]]
10571name = "prost-types"
10572version = "0.9.0"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10575dependencies = [
10576 "bytes 1.10.1",
10577 "prost 0.9.0",
10578]
10579
10580[[package]]
10581name = "prost-types"
10582version = "0.12.6"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10585dependencies = [
10586 "prost 0.12.6",
10587]
10588
10589[[package]]
10590name = "proto"
10591version = "0.1.0"
10592dependencies = [
10593 "anyhow",
10594 "collections",
10595 "prost 0.9.0",
10596 "prost-build 0.9.0",
10597 "serde",
10598]
10599
10600[[package]]
10601name = "protobuf"
10602version = "2.28.0"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10605
10606[[package]]
10607name = "psm"
10608version = "0.1.24"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10611dependencies = [
10612 "cc",
10613]
10614
10615[[package]]
10616name = "ptr_meta"
10617version = "0.1.4"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10620dependencies = [
10621 "ptr_meta_derive",
10622]
10623
10624[[package]]
10625name = "ptr_meta_derive"
10626version = "0.1.4"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10629dependencies = [
10630 "proc-macro2",
10631 "quote",
10632 "syn 1.0.109",
10633]
10634
10635[[package]]
10636name = "pulldown-cmark"
10637version = "0.10.3"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10640dependencies = [
10641 "bitflags 2.8.0",
10642 "memchr",
10643 "pulldown-cmark-escape",
10644 "unicase",
10645]
10646
10647[[package]]
10648name = "pulldown-cmark"
10649version = "0.12.2"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10652dependencies = [
10653 "bitflags 2.8.0",
10654 "memchr",
10655 "unicase",
10656]
10657
10658[[package]]
10659name = "pulldown-cmark-escape"
10660version = "0.10.1"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10663
10664[[package]]
10665name = "pulley-interpreter"
10666version = "29.0.1"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10669dependencies = [
10670 "cranelift-bitset",
10671 "log",
10672 "sptr",
10673 "wasmtime-math",
10674]
10675
10676[[package]]
10677name = "qoi"
10678version = "0.4.1"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10681dependencies = [
10682 "bytemuck",
10683]
10684
10685[[package]]
10686name = "quick-error"
10687version = "2.0.1"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10690
10691[[package]]
10692name = "quick-xml"
10693version = "0.32.0"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10696dependencies = [
10697 "memchr",
10698]
10699
10700[[package]]
10701name = "quick-xml"
10702version = "0.37.2"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10705dependencies = [
10706 "memchr",
10707]
10708
10709[[package]]
10710name = "quinn"
10711version = "0.11.6"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10714dependencies = [
10715 "bytes 1.10.1",
10716 "pin-project-lite",
10717 "quinn-proto",
10718 "quinn-udp",
10719 "rustc-hash 2.1.1",
10720 "rustls 0.23.23",
10721 "socket2",
10722 "thiserror 2.0.6",
10723 "tokio",
10724 "tracing",
10725]
10726
10727[[package]]
10728name = "quinn-proto"
10729version = "0.11.9"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10732dependencies = [
10733 "bytes 1.10.1",
10734 "getrandom 0.2.15",
10735 "rand 0.8.5",
10736 "ring",
10737 "rustc-hash 2.1.1",
10738 "rustls 0.23.23",
10739 "rustls-pki-types",
10740 "slab",
10741 "thiserror 2.0.6",
10742 "tinyvec",
10743 "tracing",
10744 "web-time",
10745]
10746
10747[[package]]
10748name = "quinn-udp"
10749version = "0.5.9"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10752dependencies = [
10753 "cfg_aliases 0.2.1",
10754 "libc",
10755 "once_cell",
10756 "socket2",
10757 "tracing",
10758 "windows-sys 0.52.0",
10759]
10760
10761[[package]]
10762name = "quote"
10763version = "1.0.38"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10766dependencies = [
10767 "proc-macro2",
10768]
10769
10770[[package]]
10771name = "radium"
10772version = "0.7.0"
10773source = "registry+https://github.com/rust-lang/crates.io-index"
10774checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10775
10776[[package]]
10777name = "rand"
10778version = "0.7.3"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10781dependencies = [
10782 "getrandom 0.1.16",
10783 "libc",
10784 "rand_chacha 0.2.2",
10785 "rand_core 0.5.1",
10786 "rand_hc",
10787]
10788
10789[[package]]
10790name = "rand"
10791version = "0.8.5"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10794dependencies = [
10795 "libc",
10796 "rand_chacha 0.3.1",
10797 "rand_core 0.6.4",
10798]
10799
10800[[package]]
10801name = "rand"
10802version = "0.9.0"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10805dependencies = [
10806 "rand_chacha 0.9.0",
10807 "rand_core 0.9.0",
10808 "zerocopy 0.8.18",
10809]
10810
10811[[package]]
10812name = "rand_chacha"
10813version = "0.2.2"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10816dependencies = [
10817 "ppv-lite86",
10818 "rand_core 0.5.1",
10819]
10820
10821[[package]]
10822name = "rand_chacha"
10823version = "0.3.1"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10826dependencies = [
10827 "ppv-lite86",
10828 "rand_core 0.6.4",
10829]
10830
10831[[package]]
10832name = "rand_chacha"
10833version = "0.9.0"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10836dependencies = [
10837 "ppv-lite86",
10838 "rand_core 0.9.0",
10839]
10840
10841[[package]]
10842name = "rand_core"
10843version = "0.5.1"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10846dependencies = [
10847 "getrandom 0.1.16",
10848]
10849
10850[[package]]
10851name = "rand_core"
10852version = "0.6.4"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10855dependencies = [
10856 "getrandom 0.2.15",
10857]
10858
10859[[package]]
10860name = "rand_core"
10861version = "0.9.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10864dependencies = [
10865 "getrandom 0.3.1",
10866 "zerocopy 0.8.18",
10867]
10868
10869[[package]]
10870name = "rand_hc"
10871version = "0.2.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10874dependencies = [
10875 "rand_core 0.5.1",
10876]
10877
10878[[package]]
10879name = "rangemap"
10880version = "1.5.1"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10883
10884[[package]]
10885name = "rav1e"
10886version = "0.7.1"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10889dependencies = [
10890 "arbitrary",
10891 "arg_enum_proc_macro",
10892 "arrayvec",
10893 "av1-grain",
10894 "bitstream-io",
10895 "built",
10896 "cfg-if",
10897 "interpolate_name",
10898 "itertools 0.12.1",
10899 "libc",
10900 "libfuzzer-sys",
10901 "log",
10902 "maybe-rayon",
10903 "new_debug_unreachable",
10904 "noop_proc_macro",
10905 "num-derive",
10906 "num-traits",
10907 "once_cell",
10908 "paste",
10909 "profiling",
10910 "rand 0.8.5",
10911 "rand_chacha 0.3.1",
10912 "simd_helpers",
10913 "system-deps",
10914 "thiserror 1.0.69",
10915 "v_frame",
10916 "wasm-bindgen",
10917]
10918
10919[[package]]
10920name = "ravif"
10921version = "0.11.11"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10924dependencies = [
10925 "avif-serialize",
10926 "imgref",
10927 "loop9",
10928 "quick-error",
10929 "rav1e",
10930 "rayon",
10931 "rgb",
10932]
10933
10934[[package]]
10935name = "raw-window-handle"
10936version = "0.6.2"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10939
10940[[package]]
10941name = "raw-window-metal"
10942version = "0.4.0"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10945dependencies = [
10946 "cocoa 0.25.0",
10947 "core-graphics 0.23.2",
10948 "objc",
10949 "raw-window-handle",
10950]
10951
10952[[package]]
10953name = "rayon"
10954version = "1.10.0"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10957dependencies = [
10958 "either",
10959 "rayon-core",
10960]
10961
10962[[package]]
10963name = "rayon-core"
10964version = "1.12.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10967dependencies = [
10968 "crossbeam-deque",
10969 "crossbeam-utils",
10970]
10971
10972[[package]]
10973name = "read-fonts"
10974version = "0.22.5"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10977dependencies = [
10978 "bytemuck",
10979 "font-types",
10980]
10981
10982[[package]]
10983name = "recent_projects"
10984version = "0.1.0"
10985dependencies = [
10986 "anyhow",
10987 "auto_update",
10988 "editor",
10989 "extension_host",
10990 "file_finder",
10991 "futures 0.3.31",
10992 "fuzzy",
10993 "gpui",
10994 "language",
10995 "log",
10996 "markdown",
10997 "menu",
10998 "ordered-float 2.10.1",
10999 "paths",
11000 "picker",
11001 "project",
11002 "release_channel",
11003 "remote",
11004 "schemars",
11005 "serde",
11006 "serde_json",
11007 "settings",
11008 "smol",
11009 "task",
11010 "telemetry",
11011 "theme",
11012 "ui",
11013 "util",
11014 "workspace",
11015 "zed_actions",
11016]
11017
11018[[package]]
11019name = "redox_syscall"
11020version = "0.2.16"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11023dependencies = [
11024 "bitflags 1.3.2",
11025]
11026
11027[[package]]
11028name = "redox_syscall"
11029version = "0.5.8"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11032dependencies = [
11033 "bitflags 2.8.0",
11034]
11035
11036[[package]]
11037name = "redox_users"
11038version = "0.4.6"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11041dependencies = [
11042 "getrandom 0.2.15",
11043 "libredox",
11044 "thiserror 1.0.69",
11045]
11046
11047[[package]]
11048name = "refineable"
11049version = "0.1.0"
11050dependencies = [
11051 "derive_refineable",
11052]
11053
11054[[package]]
11055name = "regalloc2"
11056version = "0.11.1"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11059dependencies = [
11060 "allocator-api2",
11061 "bumpalo",
11062 "hashbrown 0.15.2",
11063 "log",
11064 "rustc-hash 2.1.1",
11065 "smallvec",
11066]
11067
11068[[package]]
11069name = "regex"
11070version = "1.11.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11073dependencies = [
11074 "aho-corasick",
11075 "memchr",
11076 "regex-automata 0.4.9",
11077 "regex-syntax 0.8.5",
11078]
11079
11080[[package]]
11081name = "regex-automata"
11082version = "0.1.10"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11085dependencies = [
11086 "regex-syntax 0.6.29",
11087]
11088
11089[[package]]
11090name = "regex-automata"
11091version = "0.4.9"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11094dependencies = [
11095 "aho-corasick",
11096 "memchr",
11097 "regex-syntax 0.8.5",
11098]
11099
11100[[package]]
11101name = "regex-lite"
11102version = "0.1.6"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11105
11106[[package]]
11107name = "regex-syntax"
11108version = "0.6.29"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11111
11112[[package]]
11113name = "regex-syntax"
11114version = "0.8.5"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11117
11118[[package]]
11119name = "release_channel"
11120version = "0.1.0"
11121dependencies = [
11122 "gpui",
11123]
11124
11125[[package]]
11126name = "remote"
11127version = "0.1.0"
11128dependencies = [
11129 "anyhow",
11130 "askpass",
11131 "async-trait",
11132 "collections",
11133 "fs",
11134 "futures 0.3.31",
11135 "gpui",
11136 "itertools 0.14.0",
11137 "log",
11138 "parking_lot",
11139 "paths",
11140 "prost 0.9.0",
11141 "release_channel",
11142 "rpc",
11143 "schemars",
11144 "serde",
11145 "serde_json",
11146 "shlex",
11147 "smol",
11148 "tempfile",
11149 "thiserror 1.0.69",
11150 "util",
11151]
11152
11153[[package]]
11154name = "remote_server"
11155version = "0.1.0"
11156dependencies = [
11157 "anyhow",
11158 "async-watch",
11159 "backtrace",
11160 "cargo_toml",
11161 "chrono",
11162 "clap",
11163 "client",
11164 "clock",
11165 "env_logger 0.11.6",
11166 "extension",
11167 "extension_host",
11168 "fork",
11169 "fs",
11170 "futures 0.3.31",
11171 "git",
11172 "git_hosting_providers",
11173 "gpui",
11174 "gpui_tokio",
11175 "http_client",
11176 "language",
11177 "language_extension",
11178 "languages",
11179 "libc",
11180 "log",
11181 "lsp",
11182 "node_runtime",
11183 "paths",
11184 "project",
11185 "proto",
11186 "release_channel",
11187 "remote",
11188 "reqwest_client",
11189 "rpc",
11190 "rust-embed",
11191 "serde",
11192 "serde_json",
11193 "settings",
11194 "shellexpand 2.1.2",
11195 "smol",
11196 "sysinfo",
11197 "telemetry_events",
11198 "toml 0.8.20",
11199 "unindent",
11200 "util",
11201 "worktree",
11202]
11203
11204[[package]]
11205name = "rend"
11206version = "0.4.2"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11209dependencies = [
11210 "bytecheck",
11211]
11212
11213[[package]]
11214name = "repl"
11215version = "0.1.0"
11216dependencies = [
11217 "alacritty_terminal",
11218 "anyhow",
11219 "async-dispatcher",
11220 "async-tungstenite",
11221 "base64 0.22.1",
11222 "client",
11223 "collections",
11224 "command_palette_hooks",
11225 "editor",
11226 "env_logger 0.11.6",
11227 "feature_flags",
11228 "file_icons",
11229 "futures 0.3.31",
11230 "gpui",
11231 "http_client",
11232 "image",
11233 "indoc",
11234 "jupyter-protocol",
11235 "jupyter-websocket-client",
11236 "language",
11237 "languages",
11238 "log",
11239 "markdown_preview",
11240 "menu",
11241 "multi_buffer",
11242 "nbformat",
11243 "picker",
11244 "project",
11245 "runtimelib",
11246 "schemars",
11247 "serde",
11248 "serde_json",
11249 "settings",
11250 "smol",
11251 "telemetry",
11252 "terminal",
11253 "terminal_view",
11254 "theme",
11255 "tree-sitter-md",
11256 "tree-sitter-python",
11257 "tree-sitter-typescript",
11258 "ui",
11259 "util",
11260 "uuid",
11261 "workspace",
11262]
11263
11264[[package]]
11265name = "reqwest"
11266version = "0.11.27"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11269dependencies = [
11270 "base64 0.21.7",
11271 "bytes 1.10.1",
11272 "encoding_rs",
11273 "futures-core",
11274 "futures-util",
11275 "h2 0.3.26",
11276 "http 0.2.12",
11277 "http-body 0.4.6",
11278 "hyper 0.14.32",
11279 "hyper-rustls 0.24.2",
11280 "hyper-tls",
11281 "ipnet",
11282 "js-sys",
11283 "log",
11284 "mime",
11285 "native-tls",
11286 "once_cell",
11287 "percent-encoding",
11288 "pin-project-lite",
11289 "rustls 0.21.12",
11290 "rustls-native-certs 0.6.3",
11291 "rustls-pemfile 1.0.4",
11292 "serde",
11293 "serde_json",
11294 "serde_urlencoded",
11295 "sync_wrapper 0.1.2",
11296 "system-configuration 0.5.1",
11297 "tokio",
11298 "tokio-native-tls",
11299 "tokio-rustls 0.24.1",
11300 "tower-service",
11301 "url",
11302 "wasm-bindgen",
11303 "wasm-bindgen-futures",
11304 "web-sys",
11305 "winreg 0.50.0",
11306]
11307
11308[[package]]
11309name = "reqwest"
11310version = "0.12.8"
11311source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11312dependencies = [
11313 "base64 0.22.1",
11314 "bytes 1.10.1",
11315 "encoding_rs",
11316 "futures-core",
11317 "futures-util",
11318 "h2 0.4.7",
11319 "http 1.2.0",
11320 "http-body 1.0.1",
11321 "http-body-util",
11322 "hyper 1.5.1",
11323 "hyper-rustls 0.27.3",
11324 "hyper-util",
11325 "ipnet",
11326 "js-sys",
11327 "log",
11328 "mime",
11329 "once_cell",
11330 "percent-encoding",
11331 "pin-project-lite",
11332 "quinn",
11333 "rustls 0.23.23",
11334 "rustls-native-certs 0.8.1",
11335 "rustls-pemfile 2.2.0",
11336 "rustls-pki-types",
11337 "serde",
11338 "serde_json",
11339 "serde_urlencoded",
11340 "sync_wrapper 1.0.2",
11341 "system-configuration 0.6.1",
11342 "tokio",
11343 "tokio-rustls 0.26.1",
11344 "tokio-socks",
11345 "tokio-util",
11346 "tower-service",
11347 "url",
11348 "wasm-bindgen",
11349 "wasm-bindgen-futures",
11350 "wasm-streams",
11351 "web-sys",
11352 "windows-registry",
11353]
11354
11355[[package]]
11356name = "reqwest_client"
11357version = "0.1.0"
11358dependencies = [
11359 "anyhow",
11360 "bytes 1.10.1",
11361 "futures 0.3.31",
11362 "gpui",
11363 "http_client",
11364 "log",
11365 "regex",
11366 "reqwest 0.12.8",
11367 "serde",
11368 "smol",
11369 "tokio",
11370]
11371
11372[[package]]
11373name = "resvg"
11374version = "0.44.0"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
11377dependencies = [
11378 "log",
11379 "pico-args",
11380 "rgb",
11381 "svgtypes",
11382 "tiny-skia",
11383 "usvg",
11384]
11385
11386[[package]]
11387name = "rfc6979"
11388version = "0.3.1"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11391dependencies = [
11392 "crypto-bigint 0.4.9",
11393 "hmac",
11394 "zeroize",
11395]
11396
11397[[package]]
11398name = "rgb"
11399version = "0.8.50"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11402dependencies = [
11403 "bytemuck",
11404]
11405
11406[[package]]
11407name = "rich_text"
11408version = "0.1.0"
11409dependencies = [
11410 "futures 0.3.31",
11411 "gpui",
11412 "language",
11413 "linkify",
11414 "pulldown-cmark 0.12.2",
11415 "theme",
11416 "ui",
11417 "util",
11418]
11419
11420[[package]]
11421name = "ring"
11422version = "0.17.8"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11425dependencies = [
11426 "cc",
11427 "cfg-if",
11428 "getrandom 0.2.15",
11429 "libc",
11430 "spin",
11431 "untrusted",
11432 "windows-sys 0.52.0",
11433]
11434
11435[[package]]
11436name = "rkyv"
11437version = "0.7.45"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11440dependencies = [
11441 "bitvec",
11442 "bytecheck",
11443 "bytes 1.10.1",
11444 "hashbrown 0.12.3",
11445 "ptr_meta",
11446 "rend",
11447 "rkyv_derive",
11448 "seahash",
11449 "tinyvec",
11450 "uuid",
11451]
11452
11453[[package]]
11454name = "rkyv_derive"
11455version = "0.7.45"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11458dependencies = [
11459 "proc-macro2",
11460 "quote",
11461 "syn 1.0.109",
11462]
11463
11464[[package]]
11465name = "rmp"
11466version = "0.8.14"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11469dependencies = [
11470 "byteorder",
11471 "num-traits",
11472 "paste",
11473]
11474
11475[[package]]
11476name = "rmpv"
11477version = "1.3.0"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11480dependencies = [
11481 "num-traits",
11482 "rmp",
11483]
11484
11485[[package]]
11486name = "rodio"
11487version = "0.20.1"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11490dependencies = [
11491 "cpal",
11492 "hound",
11493]
11494
11495[[package]]
11496name = "rope"
11497version = "0.1.0"
11498dependencies = [
11499 "arrayvec",
11500 "criterion",
11501 "ctor",
11502 "env_logger 0.11.6",
11503 "gpui",
11504 "log",
11505 "rand 0.8.5",
11506 "rayon",
11507 "smallvec",
11508 "sum_tree",
11509 "unicode-segmentation",
11510 "util",
11511]
11512
11513[[package]]
11514name = "roxmltree"
11515version = "0.20.0"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11518
11519[[package]]
11520name = "rpc"
11521version = "0.1.0"
11522dependencies = [
11523 "anyhow",
11524 "async-tungstenite",
11525 "base64 0.22.1",
11526 "chrono",
11527 "collections",
11528 "env_logger 0.11.6",
11529 "futures 0.3.31",
11530 "gpui",
11531 "parking_lot",
11532 "proto",
11533 "rand 0.8.5",
11534 "rsa",
11535 "serde",
11536 "serde_json",
11537 "sha2",
11538 "strum",
11539 "tracing",
11540 "util",
11541 "zstd",
11542]
11543
11544[[package]]
11545name = "rsa"
11546version = "0.9.7"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11549dependencies = [
11550 "const-oid",
11551 "digest",
11552 "num-bigint-dig",
11553 "num-integer",
11554 "num-traits",
11555 "pkcs1",
11556 "pkcs8 0.10.2",
11557 "rand_core 0.6.4",
11558 "signature 2.2.0",
11559 "spki 0.7.3",
11560 "subtle",
11561 "zeroize",
11562]
11563
11564[[package]]
11565name = "runtimelib"
11566version = "0.25.0"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11569dependencies = [
11570 "anyhow",
11571 "async-dispatcher",
11572 "async-std",
11573 "base64 0.22.1",
11574 "bytes 1.10.1",
11575 "chrono",
11576 "data-encoding",
11577 "dirs 5.0.1",
11578 "futures 0.3.31",
11579 "glob",
11580 "jupyter-protocol",
11581 "ring",
11582 "serde",
11583 "serde_json",
11584 "shellexpand 3.1.0",
11585 "smol",
11586 "uuid",
11587 "zeromq",
11588]
11589
11590[[package]]
11591name = "rust-embed"
11592version = "8.5.0"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11595dependencies = [
11596 "rust-embed-impl",
11597 "rust-embed-utils",
11598 "walkdir",
11599]
11600
11601[[package]]
11602name = "rust-embed-impl"
11603version = "8.5.0"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11606dependencies = [
11607 "proc-macro2",
11608 "quote",
11609 "rust-embed-utils",
11610 "syn 2.0.90",
11611 "walkdir",
11612]
11613
11614[[package]]
11615name = "rust-embed-utils"
11616version = "8.5.0"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11619dependencies = [
11620 "globset",
11621 "sha2",
11622 "walkdir",
11623]
11624
11625[[package]]
11626name = "rust_decimal"
11627version = "1.36.0"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11630dependencies = [
11631 "arrayvec",
11632 "borsh",
11633 "bytes 1.10.1",
11634 "num-traits",
11635 "rand 0.8.5",
11636 "rkyv",
11637 "serde",
11638 "serde_json",
11639]
11640
11641[[package]]
11642name = "rustc-demangle"
11643version = "0.1.24"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11646
11647[[package]]
11648name = "rustc-hash"
11649version = "1.1.0"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11652
11653[[package]]
11654name = "rustc-hash"
11655version = "2.1.1"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11658
11659[[package]]
11660name = "rustc_version"
11661version = "0.4.1"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11664dependencies = [
11665 "semver",
11666]
11667
11668[[package]]
11669name = "rustix"
11670version = "0.38.42"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11673dependencies = [
11674 "bitflags 2.8.0",
11675 "errno 0.3.10",
11676 "itoa",
11677 "libc",
11678 "linux-raw-sys",
11679 "once_cell",
11680 "windows-sys 0.52.0",
11681]
11682
11683[[package]]
11684name = "rustix-openpty"
11685version = "0.1.1"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11688dependencies = [
11689 "errno 0.3.10",
11690 "libc",
11691 "rustix",
11692]
11693
11694[[package]]
11695name = "rustls"
11696version = "0.21.12"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11699dependencies = [
11700 "log",
11701 "ring",
11702 "rustls-webpki 0.101.7",
11703 "sct",
11704]
11705
11706[[package]]
11707name = "rustls"
11708version = "0.23.23"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11711dependencies = [
11712 "aws-lc-rs",
11713 "log",
11714 "once_cell",
11715 "ring",
11716 "rustls-pki-types",
11717 "rustls-webpki 0.102.8",
11718 "subtle",
11719 "zeroize",
11720]
11721
11722[[package]]
11723name = "rustls-native-certs"
11724version = "0.6.3"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11727dependencies = [
11728 "openssl-probe",
11729 "rustls-pemfile 1.0.4",
11730 "schannel",
11731 "security-framework 2.11.1",
11732]
11733
11734[[package]]
11735name = "rustls-native-certs"
11736version = "0.8.1"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11739dependencies = [
11740 "openssl-probe",
11741 "rustls-pki-types",
11742 "schannel",
11743 "security-framework 3.0.1",
11744]
11745
11746[[package]]
11747name = "rustls-pemfile"
11748version = "1.0.4"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11751dependencies = [
11752 "base64 0.21.7",
11753]
11754
11755[[package]]
11756name = "rustls-pemfile"
11757version = "2.2.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11760dependencies = [
11761 "rustls-pki-types",
11762]
11763
11764[[package]]
11765name = "rustls-pki-types"
11766version = "1.10.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11769dependencies = [
11770 "web-time",
11771]
11772
11773[[package]]
11774name = "rustls-platform-verifier"
11775version = "0.5.0"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11778dependencies = [
11779 "core-foundation 0.10.0",
11780 "core-foundation-sys",
11781 "jni",
11782 "log",
11783 "once_cell",
11784 "rustls 0.23.23",
11785 "rustls-native-certs 0.8.1",
11786 "rustls-platform-verifier-android",
11787 "rustls-webpki 0.102.8",
11788 "security-framework 3.0.1",
11789 "security-framework-sys",
11790 "webpki-root-certs",
11791 "windows-sys 0.52.0",
11792]
11793
11794[[package]]
11795name = "rustls-platform-verifier-android"
11796version = "0.1.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11799
11800[[package]]
11801name = "rustls-webpki"
11802version = "0.101.7"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11805dependencies = [
11806 "ring",
11807 "untrusted",
11808]
11809
11810[[package]]
11811name = "rustls-webpki"
11812version = "0.102.8"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11815dependencies = [
11816 "aws-lc-rs",
11817 "ring",
11818 "rustls-pki-types",
11819 "untrusted",
11820]
11821
11822[[package]]
11823name = "rustversion"
11824version = "1.0.18"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11827
11828[[package]]
11829name = "rustybuzz"
11830version = "0.14.1"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11833dependencies = [
11834 "bitflags 2.8.0",
11835 "bytemuck",
11836 "libm",
11837 "smallvec",
11838 "ttf-parser",
11839 "unicode-bidi-mirroring",
11840 "unicode-ccc",
11841 "unicode-properties",
11842 "unicode-script",
11843]
11844
11845[[package]]
11846name = "ryu"
11847version = "1.0.18"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11850
11851[[package]]
11852name = "salsa20"
11853version = "0.10.2"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11856dependencies = [
11857 "cipher",
11858]
11859
11860[[package]]
11861name = "same-file"
11862version = "1.0.6"
11863source = "registry+https://github.com/rust-lang/crates.io-index"
11864checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11865dependencies = [
11866 "winapi-util",
11867]
11868
11869[[package]]
11870name = "schannel"
11871version = "0.1.27"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11874dependencies = [
11875 "windows-sys 0.59.0",
11876]
11877
11878[[package]]
11879name = "schema_generator"
11880version = "0.1.0"
11881dependencies = [
11882 "anyhow",
11883 "clap",
11884 "env_logger 0.11.6",
11885 "schemars",
11886 "serde",
11887 "serde_json",
11888 "theme",
11889]
11890
11891[[package]]
11892name = "schemars"
11893version = "0.8.21"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11896dependencies = [
11897 "dyn-clone",
11898 "indexmap",
11899 "schemars_derive",
11900 "serde",
11901 "serde_json",
11902]
11903
11904[[package]]
11905name = "schemars_derive"
11906version = "0.8.21"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11909dependencies = [
11910 "proc-macro2",
11911 "quote",
11912 "serde_derive_internals",
11913 "syn 2.0.90",
11914]
11915
11916[[package]]
11917name = "scoped-tls"
11918version = "1.0.1"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11921
11922[[package]]
11923name = "scopeguard"
11924version = "1.2.0"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11927
11928[[package]]
11929name = "scratch"
11930version = "1.0.7"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11933
11934[[package]]
11935name = "scrypt"
11936version = "0.11.0"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11939dependencies = [
11940 "password-hash 0.5.0",
11941 "pbkdf2 0.12.2",
11942 "salsa20",
11943 "sha2",
11944]
11945
11946[[package]]
11947name = "sct"
11948version = "0.7.1"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11951dependencies = [
11952 "ring",
11953 "untrusted",
11954]
11955
11956[[package]]
11957name = "sea-bae"
11958version = "0.2.1"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11961dependencies = [
11962 "heck 0.4.1",
11963 "proc-macro-error2",
11964 "proc-macro2",
11965 "quote",
11966 "syn 2.0.90",
11967]
11968
11969[[package]]
11970name = "sea-orm"
11971version = "1.1.5"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
11974dependencies = [
11975 "async-stream",
11976 "async-trait",
11977 "bigdecimal",
11978 "chrono",
11979 "futures 0.3.31",
11980 "log",
11981 "ouroboros",
11982 "rust_decimal",
11983 "sea-orm-macros",
11984 "sea-query",
11985 "sea-query-binder",
11986 "serde",
11987 "serde_json",
11988 "sqlx",
11989 "strum",
11990 "thiserror 1.0.69",
11991 "time",
11992 "tracing",
11993 "url",
11994 "uuid",
11995]
11996
11997[[package]]
11998name = "sea-orm-macros"
11999version = "1.1.5"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12002dependencies = [
12003 "heck 0.4.1",
12004 "proc-macro2",
12005 "quote",
12006 "sea-bae",
12007 "syn 2.0.90",
12008 "unicode-ident",
12009]
12010
12011[[package]]
12012name = "sea-query"
12013version = "0.32.1"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12016dependencies = [
12017 "bigdecimal",
12018 "chrono",
12019 "inherent",
12020 "ordered-float 3.9.2",
12021 "rust_decimal",
12022 "serde_json",
12023 "time",
12024 "uuid",
12025]
12026
12027[[package]]
12028name = "sea-query-binder"
12029version = "0.7.0"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12032dependencies = [
12033 "bigdecimal",
12034 "chrono",
12035 "rust_decimal",
12036 "sea-query",
12037 "serde_json",
12038 "sqlx",
12039 "time",
12040 "uuid",
12041]
12042
12043[[package]]
12044name = "seahash"
12045version = "4.1.0"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12048
12049[[package]]
12050name = "search"
12051version = "0.1.0"
12052dependencies = [
12053 "any_vec",
12054 "anyhow",
12055 "bitflags 2.8.0",
12056 "client",
12057 "collections",
12058 "editor",
12059 "futures 0.3.31",
12060 "gpui",
12061 "language",
12062 "menu",
12063 "project",
12064 "schemars",
12065 "serde",
12066 "serde_json",
12067 "settings",
12068 "smol",
12069 "theme",
12070 "ui",
12071 "unindent",
12072 "util",
12073 "workspace",
12074 "zed_actions",
12075]
12076
12077[[package]]
12078name = "sec1"
12079version = "0.3.0"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12082dependencies = [
12083 "base16ct",
12084 "der 0.6.1",
12085 "generic-array",
12086 "pkcs8 0.9.0",
12087 "subtle",
12088 "zeroize",
12089]
12090
12091[[package]]
12092name = "security-framework"
12093version = "2.11.1"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12096dependencies = [
12097 "bitflags 2.8.0",
12098 "core-foundation 0.9.4",
12099 "core-foundation-sys",
12100 "libc",
12101 "security-framework-sys",
12102]
12103
12104[[package]]
12105name = "security-framework"
12106version = "3.0.1"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12109dependencies = [
12110 "bitflags 2.8.0",
12111 "core-foundation 0.10.0",
12112 "core-foundation-sys",
12113 "libc",
12114 "security-framework-sys",
12115]
12116
12117[[package]]
12118name = "security-framework-sys"
12119version = "2.12.1"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12122dependencies = [
12123 "core-foundation-sys",
12124 "libc",
12125]
12126
12127[[package]]
12128name = "self_cell"
12129version = "1.1.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12132
12133[[package]]
12134name = "semantic_index"
12135version = "0.1.0"
12136dependencies = [
12137 "anyhow",
12138 "arrayvec",
12139 "blake3",
12140 "client",
12141 "clock",
12142 "collections",
12143 "env_logger 0.11.6",
12144 "feature_flags",
12145 "fs",
12146 "futures 0.3.31",
12147 "futures-batch",
12148 "gpui",
12149 "heed",
12150 "http_client",
12151 "language",
12152 "language_model",
12153 "languages",
12154 "log",
12155 "open_ai",
12156 "parking_lot",
12157 "project",
12158 "reqwest_client",
12159 "serde",
12160 "serde_json",
12161 "settings",
12162 "sha2",
12163 "smol",
12164 "streaming-iterator",
12165 "tempfile",
12166 "theme",
12167 "tree-sitter",
12168 "ui",
12169 "unindent",
12170 "util",
12171 "workspace",
12172 "worktree",
12173]
12174
12175[[package]]
12176name = "semantic_version"
12177version = "0.1.0"
12178dependencies = [
12179 "anyhow",
12180 "serde",
12181]
12182
12183[[package]]
12184name = "semver"
12185version = "1.0.25"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12188dependencies = [
12189 "serde",
12190]
12191
12192[[package]]
12193name = "serde"
12194version = "1.0.218"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12197dependencies = [
12198 "serde_derive",
12199]
12200
12201[[package]]
12202name = "serde_derive"
12203version = "1.0.218"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12206dependencies = [
12207 "proc-macro2",
12208 "quote",
12209 "syn 2.0.90",
12210]
12211
12212[[package]]
12213name = "serde_derive_internals"
12214version = "0.29.1"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12217dependencies = [
12218 "proc-macro2",
12219 "quote",
12220 "syn 2.0.90",
12221]
12222
12223[[package]]
12224name = "serde_fmt"
12225version = "1.0.3"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12228dependencies = [
12229 "serde",
12230]
12231
12232[[package]]
12233name = "serde_json"
12234version = "1.0.139"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12237dependencies = [
12238 "indexmap",
12239 "itoa",
12240 "memchr",
12241 "ryu",
12242 "serde",
12243]
12244
12245[[package]]
12246name = "serde_json_lenient"
12247version = "0.2.4"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12250dependencies = [
12251 "indexmap",
12252 "itoa",
12253 "memchr",
12254 "ryu",
12255 "serde",
12256]
12257
12258[[package]]
12259name = "serde_path_to_error"
12260version = "0.1.16"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12263dependencies = [
12264 "itoa",
12265 "serde",
12266]
12267
12268[[package]]
12269name = "serde_qs"
12270version = "0.8.5"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12273dependencies = [
12274 "percent-encoding",
12275 "serde",
12276 "thiserror 1.0.69",
12277]
12278
12279[[package]]
12280name = "serde_qs"
12281version = "0.10.1"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12284dependencies = [
12285 "percent-encoding",
12286 "serde",
12287 "thiserror 1.0.69",
12288]
12289
12290[[package]]
12291name = "serde_repr"
12292version = "0.1.19"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12295dependencies = [
12296 "proc-macro2",
12297 "quote",
12298 "syn 2.0.90",
12299]
12300
12301[[package]]
12302name = "serde_spanned"
12303version = "0.6.8"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12306dependencies = [
12307 "serde",
12308]
12309
12310[[package]]
12311name = "serde_urlencoded"
12312version = "0.7.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12315dependencies = [
12316 "form_urlencoded",
12317 "itoa",
12318 "ryu",
12319 "serde",
12320]
12321
12322[[package]]
12323name = "session"
12324version = "0.1.0"
12325dependencies = [
12326 "db",
12327 "gpui",
12328 "serde_json",
12329 "util",
12330 "uuid",
12331]
12332
12333[[package]]
12334name = "settings"
12335version = "0.1.0"
12336dependencies = [
12337 "anyhow",
12338 "collections",
12339 "ec4rs",
12340 "fs",
12341 "futures 0.3.31",
12342 "gpui",
12343 "indoc",
12344 "inventory",
12345 "log",
12346 "paths",
12347 "pretty_assertions",
12348 "release_channel",
12349 "rust-embed",
12350 "schemars",
12351 "serde",
12352 "serde_derive",
12353 "serde_json",
12354 "serde_json_lenient",
12355 "smallvec",
12356 "streaming-iterator",
12357 "tree-sitter",
12358 "tree-sitter-json",
12359 "unindent",
12360 "util",
12361]
12362
12363[[package]]
12364name = "settings_ui"
12365version = "0.1.0"
12366dependencies = [
12367 "command_palette_hooks",
12368 "editor",
12369 "feature_flags",
12370 "gpui",
12371 "settings",
12372 "theme",
12373 "ui",
12374 "workspace",
12375]
12376
12377[[package]]
12378name = "sha1"
12379version = "0.10.6"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12382dependencies = [
12383 "cfg-if",
12384 "cpufeatures",
12385 "digest",
12386]
12387
12388[[package]]
12389name = "sha1_smol"
12390version = "1.0.1"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12393
12394[[package]]
12395name = "sha2"
12396version = "0.10.8"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12399dependencies = [
12400 "cfg-if",
12401 "cpufeatures",
12402 "digest",
12403]
12404
12405[[package]]
12406name = "sharded-slab"
12407version = "0.1.7"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12410dependencies = [
12411 "lazy_static",
12412]
12413
12414[[package]]
12415name = "shell-words"
12416version = "1.1.0"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12419
12420[[package]]
12421name = "shellexpand"
12422version = "2.1.2"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12425dependencies = [
12426 "dirs 4.0.0",
12427]
12428
12429[[package]]
12430name = "shellexpand"
12431version = "3.1.0"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12434dependencies = [
12435 "dirs 5.0.1",
12436]
12437
12438[[package]]
12439name = "shlex"
12440version = "1.3.0"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12443
12444[[package]]
12445name = "signal-hook"
12446version = "0.3.17"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12449dependencies = [
12450 "libc",
12451 "signal-hook-registry",
12452]
12453
12454[[package]]
12455name = "signal-hook-registry"
12456version = "1.4.2"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12459dependencies = [
12460 "libc",
12461]
12462
12463[[package]]
12464name = "signature"
12465version = "1.6.4"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12468dependencies = [
12469 "digest",
12470 "rand_core 0.6.4",
12471]
12472
12473[[package]]
12474name = "signature"
12475version = "2.2.0"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12478dependencies = [
12479 "digest",
12480 "rand_core 0.6.4",
12481]
12482
12483[[package]]
12484name = "simd-adler32"
12485version = "0.3.7"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12488
12489[[package]]
12490name = "simd_helpers"
12491version = "0.1.0"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12494dependencies = [
12495 "quote",
12496]
12497
12498[[package]]
12499name = "simdutf8"
12500version = "0.1.5"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12503
12504[[package]]
12505name = "simple_asn1"
12506version = "0.6.2"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12509dependencies = [
12510 "num-bigint",
12511 "num-traits",
12512 "thiserror 1.0.69",
12513 "time",
12514]
12515
12516[[package]]
12517name = "simplecss"
12518version = "0.2.1"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12521dependencies = [
12522 "log",
12523]
12524
12525[[package]]
12526name = "simplelog"
12527version = "0.12.2"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12530dependencies = [
12531 "log",
12532 "termcolor",
12533 "time",
12534]
12535
12536[[package]]
12537name = "siphasher"
12538version = "0.3.11"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12541
12542[[package]]
12543name = "siphasher"
12544version = "1.0.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12547
12548[[package]]
12549name = "skrifa"
12550version = "0.22.3"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12553dependencies = [
12554 "bytemuck",
12555 "read-fonts",
12556]
12557
12558[[package]]
12559name = "slab"
12560version = "0.4.9"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12563dependencies = [
12564 "autocfg",
12565]
12566
12567[[package]]
12568name = "slash_commands_example"
12569version = "0.1.0"
12570dependencies = [
12571 "zed_extension_api 0.1.0",
12572]
12573
12574[[package]]
12575name = "slotmap"
12576version = "1.0.7"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12579dependencies = [
12580 "version_check",
12581]
12582
12583[[package]]
12584name = "smallvec"
12585version = "1.14.0"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12588dependencies = [
12589 "serde",
12590]
12591
12592[[package]]
12593name = "smart-default"
12594version = "0.6.0"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12597dependencies = [
12598 "proc-macro2",
12599 "quote",
12600 "syn 1.0.109",
12601]
12602
12603[[package]]
12604name = "smol"
12605version = "2.0.2"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12608dependencies = [
12609 "async-channel 2.3.1",
12610 "async-executor",
12611 "async-fs",
12612 "async-io",
12613 "async-lock",
12614 "async-net",
12615 "async-process",
12616 "blocking",
12617 "futures-lite 2.6.0",
12618]
12619
12620[[package]]
12621name = "smol_str"
12622version = "0.1.24"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12625dependencies = [
12626 "serde",
12627]
12628
12629[[package]]
12630name = "snippet"
12631version = "0.1.0"
12632dependencies = [
12633 "anyhow",
12634 "smallvec",
12635]
12636
12637[[package]]
12638name = "snippet_provider"
12639version = "0.1.0"
12640dependencies = [
12641 "anyhow",
12642 "collections",
12643 "extension",
12644 "fs",
12645 "futures 0.3.31",
12646 "gpui",
12647 "parking_lot",
12648 "paths",
12649 "schemars",
12650 "serde",
12651 "serde_json_lenient",
12652 "snippet",
12653 "util",
12654]
12655
12656[[package]]
12657name = "snippets_ui"
12658version = "0.1.0"
12659dependencies = [
12660 "fuzzy",
12661 "gpui",
12662 "language",
12663 "paths",
12664 "picker",
12665 "ui",
12666 "util",
12667 "workspace",
12668]
12669
12670[[package]]
12671name = "socket2"
12672version = "0.5.8"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12675dependencies = [
12676 "libc",
12677 "windows-sys 0.52.0",
12678]
12679
12680[[package]]
12681name = "spdx"
12682version = "0.10.7"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12685dependencies = [
12686 "smallvec",
12687]
12688
12689[[package]]
12690name = "spin"
12691version = "0.9.8"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12694dependencies = [
12695 "lock_api",
12696]
12697
12698[[package]]
12699name = "spirv"
12700version = "0.3.0+sdk-1.3.268.0"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12703dependencies = [
12704 "bitflags 2.8.0",
12705]
12706
12707[[package]]
12708name = "spki"
12709version = "0.6.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12712dependencies = [
12713 "base64ct",
12714 "der 0.6.1",
12715]
12716
12717[[package]]
12718name = "spki"
12719version = "0.7.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12722dependencies = [
12723 "base64ct",
12724 "der 0.7.9",
12725]
12726
12727[[package]]
12728name = "sptr"
12729version = "0.3.2"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12732
12733[[package]]
12734name = "sqlez"
12735version = "0.1.0"
12736dependencies = [
12737 "anyhow",
12738 "collections",
12739 "futures 0.3.31",
12740 "indoc",
12741 "libsqlite3-sys",
12742 "parking_lot",
12743 "smol",
12744 "sqlformat",
12745 "thread_local",
12746 "util",
12747 "uuid",
12748]
12749
12750[[package]]
12751name = "sqlez_macros"
12752version = "0.1.0"
12753dependencies = [
12754 "sqlez",
12755 "sqlformat",
12756 "syn 1.0.109",
12757]
12758
12759[[package]]
12760name = "sqlformat"
12761version = "0.2.6"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12764dependencies = [
12765 "nom",
12766 "unicode_categories",
12767]
12768
12769[[package]]
12770name = "sqlx"
12771version = "0.8.3"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12774dependencies = [
12775 "sqlx-core",
12776 "sqlx-macros",
12777 "sqlx-mysql",
12778 "sqlx-postgres",
12779 "sqlx-sqlite",
12780]
12781
12782[[package]]
12783name = "sqlx-core"
12784version = "0.8.3"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12787dependencies = [
12788 "bigdecimal",
12789 "bytes 1.10.1",
12790 "chrono",
12791 "crc",
12792 "crossbeam-queue",
12793 "either",
12794 "event-listener 5.3.1",
12795 "futures-core",
12796 "futures-intrusive",
12797 "futures-io",
12798 "futures-util",
12799 "hashbrown 0.15.2",
12800 "hashlink 0.10.0",
12801 "indexmap",
12802 "log",
12803 "memchr",
12804 "once_cell",
12805 "percent-encoding",
12806 "rust_decimal",
12807 "rustls 0.23.23",
12808 "rustls-pemfile 2.2.0",
12809 "serde",
12810 "serde_json",
12811 "sha2",
12812 "smallvec",
12813 "thiserror 2.0.6",
12814 "time",
12815 "tokio",
12816 "tokio-stream",
12817 "tracing",
12818 "url",
12819 "uuid",
12820 "webpki-roots",
12821]
12822
12823[[package]]
12824name = "sqlx-macros"
12825version = "0.8.3"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12828dependencies = [
12829 "proc-macro2",
12830 "quote",
12831 "sqlx-core",
12832 "sqlx-macros-core",
12833 "syn 2.0.90",
12834]
12835
12836[[package]]
12837name = "sqlx-macros-core"
12838version = "0.8.3"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12841dependencies = [
12842 "dotenvy",
12843 "either",
12844 "heck 0.5.0",
12845 "hex",
12846 "once_cell",
12847 "proc-macro2",
12848 "quote",
12849 "serde",
12850 "serde_json",
12851 "sha2",
12852 "sqlx-core",
12853 "sqlx-mysql",
12854 "sqlx-postgres",
12855 "sqlx-sqlite",
12856 "syn 2.0.90",
12857 "tempfile",
12858 "tokio",
12859 "url",
12860]
12861
12862[[package]]
12863name = "sqlx-mysql"
12864version = "0.8.3"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12867dependencies = [
12868 "atoi",
12869 "base64 0.22.1",
12870 "bigdecimal",
12871 "bitflags 2.8.0",
12872 "byteorder",
12873 "bytes 1.10.1",
12874 "chrono",
12875 "crc",
12876 "digest",
12877 "dotenvy",
12878 "either",
12879 "futures-channel",
12880 "futures-core",
12881 "futures-io",
12882 "futures-util",
12883 "generic-array",
12884 "hex",
12885 "hkdf",
12886 "hmac",
12887 "itoa",
12888 "log",
12889 "md-5",
12890 "memchr",
12891 "once_cell",
12892 "percent-encoding",
12893 "rand 0.8.5",
12894 "rsa",
12895 "rust_decimal",
12896 "serde",
12897 "sha1",
12898 "sha2",
12899 "smallvec",
12900 "sqlx-core",
12901 "stringprep",
12902 "thiserror 2.0.6",
12903 "time",
12904 "tracing",
12905 "uuid",
12906 "whoami",
12907]
12908
12909[[package]]
12910name = "sqlx-postgres"
12911version = "0.8.3"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
12914dependencies = [
12915 "atoi",
12916 "base64 0.22.1",
12917 "bigdecimal",
12918 "bitflags 2.8.0",
12919 "byteorder",
12920 "chrono",
12921 "crc",
12922 "dotenvy",
12923 "etcetera",
12924 "futures-channel",
12925 "futures-core",
12926 "futures-util",
12927 "hex",
12928 "hkdf",
12929 "hmac",
12930 "home",
12931 "itoa",
12932 "log",
12933 "md-5",
12934 "memchr",
12935 "num-bigint",
12936 "once_cell",
12937 "rand 0.8.5",
12938 "rust_decimal",
12939 "serde",
12940 "serde_json",
12941 "sha2",
12942 "smallvec",
12943 "sqlx-core",
12944 "stringprep",
12945 "thiserror 2.0.6",
12946 "time",
12947 "tracing",
12948 "uuid",
12949 "whoami",
12950]
12951
12952[[package]]
12953name = "sqlx-sqlite"
12954version = "0.8.3"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
12957dependencies = [
12958 "atoi",
12959 "chrono",
12960 "flume",
12961 "futures-channel",
12962 "futures-core",
12963 "futures-executor",
12964 "futures-intrusive",
12965 "futures-util",
12966 "libsqlite3-sys",
12967 "log",
12968 "percent-encoding",
12969 "serde",
12970 "serde_urlencoded",
12971 "sqlx-core",
12972 "time",
12973 "tracing",
12974 "url",
12975 "uuid",
12976]
12977
12978[[package]]
12979name = "stable_deref_trait"
12980version = "1.2.0"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12983
12984[[package]]
12985name = "static_assertions"
12986version = "1.1.0"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12989
12990[[package]]
12991name = "story"
12992version = "0.1.0"
12993dependencies = [
12994 "gpui",
12995 "itertools 0.14.0",
12996 "smallvec",
12997]
12998
12999[[package]]
13000name = "storybook"
13001version = "0.1.0"
13002dependencies = [
13003 "anyhow",
13004 "clap",
13005 "collab_ui",
13006 "ctrlc",
13007 "dialoguer",
13008 "editor",
13009 "fuzzy",
13010 "gpui",
13011 "indoc",
13012 "language",
13013 "log",
13014 "menu",
13015 "picker",
13016 "project",
13017 "reqwest_client",
13018 "rust-embed",
13019 "settings",
13020 "simplelog",
13021 "story",
13022 "strum",
13023 "theme",
13024 "title_bar",
13025 "ui",
13026]
13027
13028[[package]]
13029name = "streaming-iterator"
13030version = "0.1.9"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13033
13034[[package]]
13035name = "streaming_diff"
13036version = "0.1.0"
13037dependencies = [
13038 "ordered-float 2.10.1",
13039 "rand 0.8.5",
13040 "rope",
13041 "util",
13042]
13043
13044[[package]]
13045name = "strict-num"
13046version = "0.1.1"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13049dependencies = [
13050 "float-cmp",
13051]
13052
13053[[package]]
13054name = "string_cache"
13055version = "0.8.7"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13058dependencies = [
13059 "new_debug_unreachable",
13060 "once_cell",
13061 "parking_lot",
13062 "phf_shared 0.10.0",
13063 "precomputed-hash",
13064 "serde",
13065]
13066
13067[[package]]
13068name = "string_cache_codegen"
13069version = "0.5.2"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13072dependencies = [
13073 "phf_generator 0.10.0",
13074 "phf_shared 0.10.0",
13075 "proc-macro2",
13076 "quote",
13077]
13078
13079[[package]]
13080name = "stringprep"
13081version = "0.1.5"
13082source = "registry+https://github.com/rust-lang/crates.io-index"
13083checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13084dependencies = [
13085 "unicode-bidi",
13086 "unicode-normalization",
13087 "unicode-properties",
13088]
13089
13090[[package]]
13091name = "strsim"
13092version = "0.11.1"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13095
13096[[package]]
13097name = "strum"
13098version = "0.26.3"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13101dependencies = [
13102 "strum_macros",
13103]
13104
13105[[package]]
13106name = "strum_macros"
13107version = "0.26.4"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13110dependencies = [
13111 "heck 0.5.0",
13112 "proc-macro2",
13113 "quote",
13114 "rustversion",
13115 "syn 2.0.90",
13116]
13117
13118[[package]]
13119name = "subtle"
13120version = "2.6.1"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13123
13124[[package]]
13125name = "sum_tree"
13126version = "0.1.0"
13127dependencies = [
13128 "arrayvec",
13129 "ctor",
13130 "env_logger 0.11.6",
13131 "log",
13132 "rand 0.8.5",
13133 "rayon",
13134]
13135
13136[[package]]
13137name = "supermaven"
13138version = "0.1.0"
13139dependencies = [
13140 "anyhow",
13141 "client",
13142 "collections",
13143 "editor",
13144 "env_logger 0.11.6",
13145 "futures 0.3.31",
13146 "gpui",
13147 "http_client",
13148 "inline_completion",
13149 "language",
13150 "log",
13151 "postage",
13152 "project",
13153 "serde",
13154 "serde_json",
13155 "settings",
13156 "smol",
13157 "supermaven_api",
13158 "text",
13159 "theme",
13160 "ui",
13161 "unicode-segmentation",
13162 "util",
13163]
13164
13165[[package]]
13166name = "supermaven_api"
13167version = "0.1.0"
13168dependencies = [
13169 "anyhow",
13170 "futures 0.3.31",
13171 "http_client",
13172 "paths",
13173 "serde",
13174 "serde_json",
13175 "smol",
13176]
13177
13178[[package]]
13179name = "sval"
13180version = "2.13.2"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13183
13184[[package]]
13185name = "sval_buffer"
13186version = "2.13.2"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13189dependencies = [
13190 "sval",
13191 "sval_ref",
13192]
13193
13194[[package]]
13195name = "sval_dynamic"
13196version = "2.13.2"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13199dependencies = [
13200 "sval",
13201]
13202
13203[[package]]
13204name = "sval_fmt"
13205version = "2.13.2"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13208dependencies = [
13209 "itoa",
13210 "ryu",
13211 "sval",
13212]
13213
13214[[package]]
13215name = "sval_json"
13216version = "2.13.2"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13219dependencies = [
13220 "itoa",
13221 "ryu",
13222 "sval",
13223]
13224
13225[[package]]
13226name = "sval_nested"
13227version = "2.13.2"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13230dependencies = [
13231 "sval",
13232 "sval_buffer",
13233 "sval_ref",
13234]
13235
13236[[package]]
13237name = "sval_ref"
13238version = "2.13.2"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13241dependencies = [
13242 "sval",
13243]
13244
13245[[package]]
13246name = "sval_serde"
13247version = "2.13.2"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13250dependencies = [
13251 "serde",
13252 "sval",
13253 "sval_nested",
13254]
13255
13256[[package]]
13257name = "svg_fmt"
13258version = "0.4.4"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13261
13262[[package]]
13263name = "svgtypes"
13264version = "0.15.2"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
13267dependencies = [
13268 "kurbo",
13269 "siphasher 1.0.1",
13270]
13271
13272[[package]]
13273name = "swash"
13274version = "0.1.19"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13277dependencies = [
13278 "skrifa",
13279 "yazi",
13280 "zeno",
13281]
13282
13283[[package]]
13284name = "syn"
13285version = "1.0.109"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13288dependencies = [
13289 "proc-macro2",
13290 "quote",
13291 "unicode-ident",
13292]
13293
13294[[package]]
13295name = "syn"
13296version = "2.0.90"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
13299dependencies = [
13300 "proc-macro2",
13301 "quote",
13302 "unicode-ident",
13303]
13304
13305[[package]]
13306name = "sync_wrapper"
13307version = "0.1.2"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13310
13311[[package]]
13312name = "sync_wrapper"
13313version = "1.0.2"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13316dependencies = [
13317 "futures-core",
13318]
13319
13320[[package]]
13321name = "synchronoise"
13322version = "1.0.1"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13325dependencies = [
13326 "crossbeam-queue",
13327]
13328
13329[[package]]
13330name = "synstructure"
13331version = "0.13.1"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13334dependencies = [
13335 "proc-macro2",
13336 "quote",
13337 "syn 2.0.90",
13338]
13339
13340[[package]]
13341name = "sys-locale"
13342version = "0.3.2"
13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13345dependencies = [
13346 "libc",
13347]
13348
13349[[package]]
13350name = "sysinfo"
13351version = "0.31.4"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13354dependencies = [
13355 "core-foundation-sys",
13356 "libc",
13357 "memchr",
13358 "ntapi",
13359 "rayon",
13360 "windows 0.57.0",
13361]
13362
13363[[package]]
13364name = "system-configuration"
13365version = "0.5.1"
13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13368dependencies = [
13369 "bitflags 1.3.2",
13370 "core-foundation 0.9.4",
13371 "system-configuration-sys 0.5.0",
13372]
13373
13374[[package]]
13375name = "system-configuration"
13376version = "0.6.1"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13379dependencies = [
13380 "bitflags 2.8.0",
13381 "core-foundation 0.9.4",
13382 "system-configuration-sys 0.6.0",
13383]
13384
13385[[package]]
13386name = "system-configuration-sys"
13387version = "0.5.0"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13390dependencies = [
13391 "core-foundation-sys",
13392 "libc",
13393]
13394
13395[[package]]
13396name = "system-configuration-sys"
13397version = "0.6.0"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13400dependencies = [
13401 "core-foundation-sys",
13402 "libc",
13403]
13404
13405[[package]]
13406name = "system-deps"
13407version = "6.2.2"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13410dependencies = [
13411 "cfg-expr",
13412 "heck 0.5.0",
13413 "pkg-config",
13414 "toml 0.8.20",
13415 "version-compare",
13416]
13417
13418[[package]]
13419name = "system-interface"
13420version = "0.27.3"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13423dependencies = [
13424 "bitflags 2.8.0",
13425 "cap-fs-ext",
13426 "cap-std",
13427 "fd-lock",
13428 "io-lifetimes",
13429 "rustix",
13430 "windows-sys 0.52.0",
13431 "winx",
13432]
13433
13434[[package]]
13435name = "tab_switcher"
13436version = "0.1.0"
13437dependencies = [
13438 "anyhow",
13439 "collections",
13440 "ctor",
13441 "editor",
13442 "env_logger 0.11.6",
13443 "gpui",
13444 "language",
13445 "menu",
13446 "picker",
13447 "project",
13448 "schemars",
13449 "serde",
13450 "serde_json",
13451 "settings",
13452 "theme",
13453 "ui",
13454 "util",
13455 "workspace",
13456]
13457
13458[[package]]
13459name = "taffy"
13460version = "0.4.4"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13463dependencies = [
13464 "arrayvec",
13465 "grid",
13466 "num-traits",
13467 "serde",
13468 "slotmap",
13469]
13470
13471[[package]]
13472name = "take-until"
13473version = "0.2.0"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13476
13477[[package]]
13478name = "tap"
13479version = "1.0.1"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13482
13483[[package]]
13484name = "target-lexicon"
13485version = "0.12.16"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13488
13489[[package]]
13490name = "target-lexicon"
13491version = "0.13.2"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13494
13495[[package]]
13496name = "task"
13497version = "0.1.0"
13498dependencies = [
13499 "anyhow",
13500 "collections",
13501 "futures 0.3.31",
13502 "gpui",
13503 "hex",
13504 "parking_lot",
13505 "schemars",
13506 "serde",
13507 "serde_json_lenient",
13508 "sha2",
13509 "shellexpand 2.1.2",
13510 "util",
13511 "zed_actions",
13512]
13513
13514[[package]]
13515name = "tasks_ui"
13516version = "0.1.0"
13517dependencies = [
13518 "anyhow",
13519 "editor",
13520 "file_icons",
13521 "fuzzy",
13522 "gpui",
13523 "language",
13524 "menu",
13525 "picker",
13526 "project",
13527 "schemars",
13528 "serde",
13529 "serde_json",
13530 "settings",
13531 "task",
13532 "tree-sitter-rust",
13533 "tree-sitter-typescript",
13534 "ui",
13535 "util",
13536 "workspace",
13537 "zed_actions",
13538]
13539
13540[[package]]
13541name = "telemetry"
13542version = "0.1.0"
13543dependencies = [
13544 "futures 0.3.31",
13545 "serde",
13546 "serde_json",
13547 "telemetry_events",
13548]
13549
13550[[package]]
13551name = "telemetry_events"
13552version = "0.1.0"
13553dependencies = [
13554 "semantic_version",
13555 "serde",
13556 "serde_json",
13557]
13558
13559[[package]]
13560name = "tempfile"
13561version = "3.17.1"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13564dependencies = [
13565 "cfg-if",
13566 "fastrand 2.3.0",
13567 "getrandom 0.3.1",
13568 "once_cell",
13569 "rustix",
13570 "windows-sys 0.52.0",
13571]
13572
13573[[package]]
13574name = "tendril"
13575version = "0.4.3"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13578dependencies = [
13579 "futf",
13580 "mac",
13581 "utf-8",
13582]
13583
13584[[package]]
13585name = "termcolor"
13586version = "1.4.1"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13589dependencies = [
13590 "winapi-util",
13591]
13592
13593[[package]]
13594name = "terminal"
13595version = "0.1.0"
13596dependencies = [
13597 "alacritty_terminal",
13598 "anyhow",
13599 "collections",
13600 "dirs 4.0.0",
13601 "futures 0.3.31",
13602 "gpui",
13603 "libc",
13604 "rand 0.8.5",
13605 "regex",
13606 "release_channel",
13607 "schemars",
13608 "serde",
13609 "serde_derive",
13610 "settings",
13611 "smol",
13612 "sysinfo",
13613 "task",
13614 "theme",
13615 "thiserror 1.0.69",
13616 "util",
13617 "windows 0.58.0",
13618]
13619
13620[[package]]
13621name = "terminal_size"
13622version = "0.4.1"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13625dependencies = [
13626 "rustix",
13627 "windows-sys 0.59.0",
13628]
13629
13630[[package]]
13631name = "terminal_view"
13632version = "0.1.0"
13633dependencies = [
13634 "anyhow",
13635 "async-recursion 1.1.1",
13636 "breadcrumbs",
13637 "client",
13638 "collections",
13639 "db",
13640 "dirs 4.0.0",
13641 "editor",
13642 "futures 0.3.31",
13643 "gpui",
13644 "itertools 0.14.0",
13645 "language",
13646 "log",
13647 "project",
13648 "rand 0.8.5",
13649 "schemars",
13650 "search",
13651 "serde",
13652 "serde_json",
13653 "settings",
13654 "shellexpand 2.1.2",
13655 "smol",
13656 "task",
13657 "terminal",
13658 "theme",
13659 "ui",
13660 "util",
13661 "workspace",
13662 "zed_actions",
13663]
13664
13665[[package]]
13666name = "text"
13667version = "0.1.0"
13668dependencies = [
13669 "anyhow",
13670 "clock",
13671 "collections",
13672 "ctor",
13673 "env_logger 0.11.6",
13674 "gpui",
13675 "http_client",
13676 "log",
13677 "parking_lot",
13678 "postage",
13679 "rand 0.8.5",
13680 "regex",
13681 "rope",
13682 "smallvec",
13683 "sum_tree",
13684 "util",
13685]
13686
13687[[package]]
13688name = "theme"
13689version = "0.1.0"
13690dependencies = [
13691 "anyhow",
13692 "collections",
13693 "derive_more",
13694 "fs",
13695 "futures 0.3.31",
13696 "gpui",
13697 "indexmap",
13698 "log",
13699 "palette",
13700 "parking_lot",
13701 "refineable",
13702 "schemars",
13703 "serde",
13704 "serde_derive",
13705 "serde_json",
13706 "serde_json_lenient",
13707 "serde_repr",
13708 "settings",
13709 "strum",
13710 "thiserror 1.0.69",
13711 "util",
13712 "uuid",
13713]
13714
13715[[package]]
13716name = "theme_extension"
13717version = "0.1.0"
13718dependencies = [
13719 "anyhow",
13720 "extension",
13721 "fs",
13722 "gpui",
13723 "theme",
13724]
13725
13726[[package]]
13727name = "theme_importer"
13728version = "0.1.0"
13729dependencies = [
13730 "anyhow",
13731 "clap",
13732 "gpui",
13733 "indexmap",
13734 "log",
13735 "palette",
13736 "rust-embed",
13737 "serde",
13738 "serde_json",
13739 "serde_json_lenient",
13740 "simplelog",
13741 "strum",
13742 "theme",
13743 "vscode_theme",
13744]
13745
13746[[package]]
13747name = "theme_selector"
13748version = "0.1.0"
13749dependencies = [
13750 "fs",
13751 "fuzzy",
13752 "gpui",
13753 "log",
13754 "picker",
13755 "serde",
13756 "settings",
13757 "telemetry",
13758 "theme",
13759 "ui",
13760 "util",
13761 "workspace",
13762 "zed_actions",
13763]
13764
13765[[package]]
13766name = "thiserror"
13767version = "1.0.69"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13770dependencies = [
13771 "thiserror-impl 1.0.69",
13772]
13773
13774[[package]]
13775name = "thiserror"
13776version = "2.0.6"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13779dependencies = [
13780 "thiserror-impl 2.0.6",
13781]
13782
13783[[package]]
13784name = "thiserror-impl"
13785version = "1.0.69"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13788dependencies = [
13789 "proc-macro2",
13790 "quote",
13791 "syn 2.0.90",
13792]
13793
13794[[package]]
13795name = "thiserror-impl"
13796version = "2.0.6"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13799dependencies = [
13800 "proc-macro2",
13801 "quote",
13802 "syn 2.0.90",
13803]
13804
13805[[package]]
13806name = "thread_local"
13807version = "1.1.8"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13810dependencies = [
13811 "cfg-if",
13812 "once_cell",
13813]
13814
13815[[package]]
13816name = "tiff"
13817version = "0.9.1"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13820dependencies = [
13821 "flate2",
13822 "jpeg-decoder",
13823 "weezl",
13824]
13825
13826[[package]]
13827name = "tiktoken-rs"
13828version = "0.6.0"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13831dependencies = [
13832 "anyhow",
13833 "base64 0.21.7",
13834 "bstr",
13835 "fancy-regex 0.13.0",
13836 "lazy_static",
13837 "parking_lot",
13838 "regex",
13839 "rustc-hash 1.1.0",
13840]
13841
13842[[package]]
13843name = "time"
13844version = "0.3.37"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13847dependencies = [
13848 "deranged",
13849 "itoa",
13850 "libc",
13851 "num-conv",
13852 "num_threads",
13853 "powerfmt",
13854 "serde",
13855 "time-core",
13856 "time-macros",
13857]
13858
13859[[package]]
13860name = "time-core"
13861version = "0.1.2"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13864
13865[[package]]
13866name = "time-macros"
13867version = "0.2.19"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13870dependencies = [
13871 "num-conv",
13872 "time-core",
13873]
13874
13875[[package]]
13876name = "time_format"
13877version = "0.1.0"
13878dependencies = [
13879 "core-foundation 0.9.4",
13880 "core-foundation-sys",
13881 "sys-locale",
13882 "time",
13883]
13884
13885[[package]]
13886name = "tiny-keccak"
13887version = "2.0.2"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13890dependencies = [
13891 "crunchy",
13892]
13893
13894[[package]]
13895name = "tiny-skia"
13896version = "0.11.4"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13899dependencies = [
13900 "arrayref",
13901 "arrayvec",
13902 "bytemuck",
13903 "cfg-if",
13904 "log",
13905 "png",
13906 "tiny-skia-path",
13907]
13908
13909[[package]]
13910name = "tiny-skia-path"
13911version = "0.11.4"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13914dependencies = [
13915 "arrayref",
13916 "bytemuck",
13917 "strict-num",
13918]
13919
13920[[package]]
13921name = "tiny_http"
13922version = "0.8.2"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13925dependencies = [
13926 "ascii",
13927 "chrono",
13928 "chunked_transfer",
13929 "log",
13930 "url",
13931]
13932
13933[[package]]
13934name = "tinystr"
13935version = "0.7.6"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13938dependencies = [
13939 "displaydoc",
13940 "zerovec",
13941]
13942
13943[[package]]
13944name = "tinytemplate"
13945version = "1.2.1"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13948dependencies = [
13949 "serde",
13950 "serde_json",
13951]
13952
13953[[package]]
13954name = "tinyvec"
13955version = "1.8.0"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13958dependencies = [
13959 "tinyvec_macros",
13960]
13961
13962[[package]]
13963name = "tinyvec_macros"
13964version = "0.1.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13967
13968[[package]]
13969name = "title_bar"
13970version = "0.1.0"
13971dependencies = [
13972 "auto_update",
13973 "call",
13974 "client",
13975 "collections",
13976 "feature_flags",
13977 "gpui",
13978 "http_client",
13979 "notifications",
13980 "pretty_assertions",
13981 "project",
13982 "remote",
13983 "rpc",
13984 "schemars",
13985 "serde",
13986 "settings",
13987 "smallvec",
13988 "story",
13989 "telemetry",
13990 "theme",
13991 "tree-sitter-md",
13992 "ui",
13993 "util",
13994 "windows 0.58.0",
13995 "workspace",
13996 "zed_actions",
13997 "zeta",
13998]
13999
14000[[package]]
14001name = "tokio"
14002version = "1.43.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14005dependencies = [
14006 "backtrace",
14007 "bytes 1.10.1",
14008 "libc",
14009 "mio 1.0.3",
14010 "parking_lot",
14011 "pin-project-lite",
14012 "signal-hook-registry",
14013 "socket2",
14014 "tokio-macros",
14015 "windows-sys 0.52.0",
14016]
14017
14018[[package]]
14019name = "tokio-io"
14020version = "0.1.13"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14023dependencies = [
14024 "bytes 0.4.12",
14025 "futures 0.1.31",
14026 "log",
14027]
14028
14029[[package]]
14030name = "tokio-macros"
14031version = "2.5.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14034dependencies = [
14035 "proc-macro2",
14036 "quote",
14037 "syn 2.0.90",
14038]
14039
14040[[package]]
14041name = "tokio-native-tls"
14042version = "0.3.1"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14045dependencies = [
14046 "native-tls",
14047 "tokio",
14048]
14049
14050[[package]]
14051name = "tokio-rustls"
14052version = "0.24.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14055dependencies = [
14056 "rustls 0.21.12",
14057 "tokio",
14058]
14059
14060[[package]]
14061name = "tokio-rustls"
14062version = "0.26.1"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14065dependencies = [
14066 "rustls 0.23.23",
14067 "tokio",
14068]
14069
14070[[package]]
14071name = "tokio-socks"
14072version = "0.5.2"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14075dependencies = [
14076 "either",
14077 "futures-io",
14078 "futures-util",
14079 "thiserror 1.0.69",
14080 "tokio",
14081]
14082
14083[[package]]
14084name = "tokio-stream"
14085version = "0.1.17"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14088dependencies = [
14089 "futures-core",
14090 "pin-project-lite",
14091 "tokio",
14092]
14093
14094[[package]]
14095name = "tokio-tungstenite"
14096version = "0.20.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14099dependencies = [
14100 "futures-util",
14101 "log",
14102 "rustls 0.21.12",
14103 "rustls-native-certs 0.6.3",
14104 "tokio",
14105 "tokio-rustls 0.24.1",
14106 "tungstenite 0.20.1",
14107]
14108
14109[[package]]
14110name = "tokio-tungstenite"
14111version = "0.21.0"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14114dependencies = [
14115 "futures-util",
14116 "log",
14117 "tokio",
14118 "tungstenite 0.21.0",
14119]
14120
14121[[package]]
14122name = "tokio-util"
14123version = "0.7.13"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14126dependencies = [
14127 "bytes 1.10.1",
14128 "futures-core",
14129 "futures-io",
14130 "futures-sink",
14131 "pin-project-lite",
14132 "tokio",
14133]
14134
14135[[package]]
14136name = "toml"
14137version = "0.5.11"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14140dependencies = [
14141 "serde",
14142]
14143
14144[[package]]
14145name = "toml"
14146version = "0.8.20"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14149dependencies = [
14150 "serde",
14151 "serde_spanned",
14152 "toml_datetime",
14153 "toml_edit",
14154]
14155
14156[[package]]
14157name = "toml_datetime"
14158version = "0.6.8"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14161dependencies = [
14162 "serde",
14163]
14164
14165[[package]]
14166name = "toml_edit"
14167version = "0.22.23"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14170dependencies = [
14171 "indexmap",
14172 "serde",
14173 "serde_spanned",
14174 "toml_datetime",
14175 "winnow 0.7.1",
14176]
14177
14178[[package]]
14179name = "toolchain_selector"
14180version = "0.1.0"
14181dependencies = [
14182 "editor",
14183 "fuzzy",
14184 "gpui",
14185 "language",
14186 "picker",
14187 "project",
14188 "ui",
14189 "util",
14190 "workspace",
14191]
14192
14193[[package]]
14194name = "topological-sort"
14195version = "0.2.2"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14198
14199[[package]]
14200name = "tower"
14201version = "0.4.13"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14204dependencies = [
14205 "futures-core",
14206 "futures-util",
14207 "pin-project",
14208 "pin-project-lite",
14209 "tokio",
14210 "tower-layer",
14211 "tower-service",
14212 "tracing",
14213]
14214
14215[[package]]
14216name = "tower-http"
14217version = "0.3.5"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14220dependencies = [
14221 "bitflags 1.3.2",
14222 "bytes 1.10.1",
14223 "futures-core",
14224 "futures-util",
14225 "http 0.2.12",
14226 "http-body 0.4.6",
14227 "http-range-header",
14228 "pin-project-lite",
14229 "tower-layer",
14230 "tower-service",
14231]
14232
14233[[package]]
14234name = "tower-http"
14235version = "0.4.4"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14238dependencies = [
14239 "bitflags 2.8.0",
14240 "bytes 1.10.1",
14241 "futures-core",
14242 "futures-util",
14243 "http 0.2.12",
14244 "http-body 0.4.6",
14245 "http-range-header",
14246 "pin-project-lite",
14247 "tower-layer",
14248 "tower-service",
14249 "tracing",
14250]
14251
14252[[package]]
14253name = "tower-layer"
14254version = "0.3.3"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14257
14258[[package]]
14259name = "tower-service"
14260version = "0.3.3"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14263
14264[[package]]
14265name = "tracing"
14266version = "0.1.41"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14269dependencies = [
14270 "log",
14271 "pin-project-lite",
14272 "tracing-attributes",
14273 "tracing-core",
14274]
14275
14276[[package]]
14277name = "tracing-attributes"
14278version = "0.1.28"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14281dependencies = [
14282 "proc-macro2",
14283 "quote",
14284 "syn 2.0.90",
14285]
14286
14287[[package]]
14288name = "tracing-core"
14289version = "0.1.33"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14292dependencies = [
14293 "once_cell",
14294 "valuable",
14295]
14296
14297[[package]]
14298name = "tracing-log"
14299version = "0.2.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14302dependencies = [
14303 "log",
14304 "once_cell",
14305 "tracing-core",
14306]
14307
14308[[package]]
14309name = "tracing-serde"
14310version = "0.2.0"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14313dependencies = [
14314 "serde",
14315 "tracing-core",
14316]
14317
14318[[package]]
14319name = "tracing-subscriber"
14320version = "0.3.19"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14323dependencies = [
14324 "matchers",
14325 "nu-ansi-term",
14326 "once_cell",
14327 "regex",
14328 "serde",
14329 "serde_json",
14330 "sharded-slab",
14331 "smallvec",
14332 "thread_local",
14333 "tracing",
14334 "tracing-core",
14335 "tracing-log",
14336 "tracing-serde",
14337]
14338
14339[[package]]
14340name = "trait-variant"
14341version = "0.1.2"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14344dependencies = [
14345 "proc-macro2",
14346 "quote",
14347 "syn 2.0.90",
14348]
14349
14350[[package]]
14351name = "tree-sitter"
14352version = "0.25.3"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14355dependencies = [
14356 "cc",
14357 "regex",
14358 "regex-syntax 0.8.5",
14359 "serde_json",
14360 "streaming-iterator",
14361 "tree-sitter-language",
14362 "wasmtime-c-api-impl",
14363]
14364
14365[[package]]
14366name = "tree-sitter-bash"
14367version = "0.23.3"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14370dependencies = [
14371 "cc",
14372 "tree-sitter-language",
14373]
14374
14375[[package]]
14376name = "tree-sitter-c"
14377version = "0.23.4"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14380dependencies = [
14381 "cc",
14382 "tree-sitter-language",
14383]
14384
14385[[package]]
14386name = "tree-sitter-cpp"
14387version = "0.23.4"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14390dependencies = [
14391 "cc",
14392 "tree-sitter-language",
14393]
14394
14395[[package]]
14396name = "tree-sitter-css"
14397version = "0.23.2"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14400dependencies = [
14401 "cc",
14402 "tree-sitter-language",
14403]
14404
14405[[package]]
14406name = "tree-sitter-diff"
14407version = "0.1.0"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14410dependencies = [
14411 "cc",
14412 "tree-sitter-language",
14413]
14414
14415[[package]]
14416name = "tree-sitter-elixir"
14417version = "0.3.4"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14420dependencies = [
14421 "cc",
14422 "tree-sitter-language",
14423]
14424
14425[[package]]
14426name = "tree-sitter-embedded-template"
14427version = "0.23.2"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14430dependencies = [
14431 "cc",
14432 "tree-sitter-language",
14433]
14434
14435[[package]]
14436name = "tree-sitter-gitcommit"
14437version = "0.0.1"
14438source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14439dependencies = [
14440 "cc",
14441 "tree-sitter-language",
14442]
14443
14444[[package]]
14445name = "tree-sitter-go"
14446version = "0.23.4"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14449dependencies = [
14450 "cc",
14451 "tree-sitter-language",
14452]
14453
14454[[package]]
14455name = "tree-sitter-gomod"
14456version = "1.1.1"
14457source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14458dependencies = [
14459 "cc",
14460 "tree-sitter-language",
14461]
14462
14463[[package]]
14464name = "tree-sitter-gowork"
14465version = "0.0.1"
14466source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14467dependencies = [
14468 "cc",
14469 "tree-sitter-language",
14470]
14471
14472[[package]]
14473name = "tree-sitter-heex"
14474version = "0.0.1"
14475source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14476dependencies = [
14477 "cc",
14478 "tree-sitter-language",
14479]
14480
14481[[package]]
14482name = "tree-sitter-html"
14483version = "0.23.2"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14486dependencies = [
14487 "cc",
14488 "tree-sitter-language",
14489]
14490
14491[[package]]
14492name = "tree-sitter-jsdoc"
14493version = "0.23.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14496dependencies = [
14497 "cc",
14498 "tree-sitter-language",
14499]
14500
14501[[package]]
14502name = "tree-sitter-json"
14503version = "0.24.8"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14506dependencies = [
14507 "cc",
14508 "tree-sitter-language",
14509]
14510
14511[[package]]
14512name = "tree-sitter-language"
14513version = "0.1.3"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14516
14517[[package]]
14518name = "tree-sitter-md"
14519version = "0.3.2"
14520source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14521dependencies = [
14522 "cc",
14523 "tree-sitter-language",
14524]
14525
14526[[package]]
14527name = "tree-sitter-python"
14528version = "0.23.6"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14531dependencies = [
14532 "cc",
14533 "tree-sitter-language",
14534]
14535
14536[[package]]
14537name = "tree-sitter-regex"
14538version = "0.24.3"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14541dependencies = [
14542 "cc",
14543 "tree-sitter-language",
14544]
14545
14546[[package]]
14547name = "tree-sitter-ruby"
14548version = "0.23.1"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14551dependencies = [
14552 "cc",
14553 "tree-sitter-language",
14554]
14555
14556[[package]]
14557name = "tree-sitter-rust"
14558version = "0.23.2"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14561dependencies = [
14562 "cc",
14563 "tree-sitter-language",
14564]
14565
14566[[package]]
14567name = "tree-sitter-typescript"
14568version = "0.23.2"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14571dependencies = [
14572 "cc",
14573 "tree-sitter-language",
14574]
14575
14576[[package]]
14577name = "tree-sitter-yaml"
14578version = "0.6.1"
14579source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14580dependencies = [
14581 "cc",
14582 "tree-sitter-language",
14583]
14584
14585[[package]]
14586name = "try-lock"
14587version = "0.2.5"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14590
14591[[package]]
14592name = "ttf-parser"
14593version = "0.21.1"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14596
14597[[package]]
14598name = "tungstenite"
14599version = "0.20.1"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14602dependencies = [
14603 "byteorder",
14604 "bytes 1.10.1",
14605 "data-encoding",
14606 "http 0.2.12",
14607 "httparse",
14608 "log",
14609 "rand 0.8.5",
14610 "rustls 0.21.12",
14611 "sha1",
14612 "thiserror 1.0.69",
14613 "url",
14614 "utf-8",
14615]
14616
14617[[package]]
14618name = "tungstenite"
14619version = "0.21.0"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14622dependencies = [
14623 "byteorder",
14624 "bytes 1.10.1",
14625 "data-encoding",
14626 "http 1.2.0",
14627 "httparse",
14628 "log",
14629 "rand 0.8.5",
14630 "sha1",
14631 "thiserror 1.0.69",
14632 "url",
14633 "utf-8",
14634]
14635
14636[[package]]
14637name = "tungstenite"
14638version = "0.24.0"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14641dependencies = [
14642 "byteorder",
14643 "bytes 1.10.1",
14644 "data-encoding",
14645 "http 1.2.0",
14646 "httparse",
14647 "log",
14648 "rand 0.8.5",
14649 "sha1",
14650 "thiserror 1.0.69",
14651 "utf-8",
14652]
14653
14654[[package]]
14655name = "typeid"
14656version = "1.0.2"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14659
14660[[package]]
14661name = "typenum"
14662version = "1.17.0"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14665
14666[[package]]
14667name = "ucd-trie"
14668version = "0.1.7"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14671
14672[[package]]
14673name = "uds_windows"
14674version = "1.1.0"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14677dependencies = [
14678 "memoffset",
14679 "tempfile",
14680 "winapi",
14681]
14682
14683[[package]]
14684name = "ui"
14685version = "0.1.0"
14686dependencies = [
14687 "chrono",
14688 "component",
14689 "gpui",
14690 "itertools 0.14.0",
14691 "linkme",
14692 "menu",
14693 "serde",
14694 "settings",
14695 "smallvec",
14696 "story",
14697 "strum",
14698 "theme",
14699 "ui_macros",
14700 "util",
14701 "windows 0.58.0",
14702]
14703
14704[[package]]
14705name = "ui_input"
14706version = "0.1.0"
14707dependencies = [
14708 "editor",
14709 "gpui",
14710 "settings",
14711 "theme",
14712 "ui",
14713]
14714
14715[[package]]
14716name = "ui_macros"
14717version = "0.1.0"
14718dependencies = [
14719 "convert_case 0.8.0",
14720 "linkme",
14721 "proc-macro2",
14722 "quote",
14723 "syn 1.0.109",
14724]
14725
14726[[package]]
14727name = "unicase"
14728version = "2.8.1"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14731
14732[[package]]
14733name = "unicode-bidi"
14734version = "0.3.17"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14737
14738[[package]]
14739name = "unicode-bidi-mirroring"
14740version = "0.2.0"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14743
14744[[package]]
14745name = "unicode-ccc"
14746version = "0.2.0"
14747source = "registry+https://github.com/rust-lang/crates.io-index"
14748checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14749
14750[[package]]
14751name = "unicode-ident"
14752version = "1.0.14"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14755
14756[[package]]
14757name = "unicode-linebreak"
14758version = "0.1.5"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14761
14762[[package]]
14763name = "unicode-normalization"
14764version = "0.1.24"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14767dependencies = [
14768 "tinyvec",
14769]
14770
14771[[package]]
14772name = "unicode-properties"
14773version = "0.1.3"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14776
14777[[package]]
14778name = "unicode-script"
14779version = "0.5.7"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14782
14783[[package]]
14784name = "unicode-segmentation"
14785version = "1.12.0"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14788
14789[[package]]
14790name = "unicode-width"
14791version = "0.1.14"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14794
14795[[package]]
14796name = "unicode-xid"
14797version = "0.2.6"
14798source = "registry+https://github.com/rust-lang/crates.io-index"
14799checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14800
14801[[package]]
14802name = "unicode_categories"
14803version = "0.1.1"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14806
14807[[package]]
14808name = "unindent"
14809version = "0.2.3"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14812
14813[[package]]
14814name = "untrusted"
14815version = "0.9.0"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14818
14819[[package]]
14820name = "url"
14821version = "2.5.4"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14824dependencies = [
14825 "form_urlencoded",
14826 "idna",
14827 "percent-encoding",
14828 "serde",
14829]
14830
14831[[package]]
14832name = "urlencoding"
14833version = "2.1.3"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14836
14837[[package]]
14838name = "usvg"
14839version = "0.44.0"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14842dependencies = [
14843 "base64 0.22.1",
14844 "data-url",
14845 "flate2",
14846 "imagesize",
14847 "kurbo",
14848 "log",
14849 "pico-args",
14850 "roxmltree",
14851 "simplecss",
14852 "siphasher 1.0.1",
14853 "strict-num",
14854 "svgtypes",
14855 "tiny-skia-path",
14856 "xmlwriter",
14857]
14858
14859[[package]]
14860name = "utf-8"
14861version = "0.7.6"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14864
14865[[package]]
14866name = "utf16_iter"
14867version = "1.0.5"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14870
14871[[package]]
14872name = "utf8_iter"
14873version = "1.0.4"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14876
14877[[package]]
14878name = "utf8parse"
14879version = "0.2.2"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14882
14883[[package]]
14884name = "util"
14885version = "0.1.0"
14886dependencies = [
14887 "anyhow",
14888 "async-fs",
14889 "collections",
14890 "dirs 4.0.0",
14891 "dunce",
14892 "futures 0.3.31",
14893 "futures-lite 1.13.0",
14894 "git2",
14895 "globset",
14896 "itertools 0.14.0",
14897 "libc",
14898 "log",
14899 "rand 0.8.5",
14900 "regex",
14901 "rust-embed",
14902 "serde",
14903 "serde_json",
14904 "smol",
14905 "take-until",
14906 "tempfile",
14907 "tendril",
14908 "unicase",
14909 "util_macros",
14910]
14911
14912[[package]]
14913name = "util_macros"
14914version = "0.1.0"
14915dependencies = [
14916 "quote",
14917 "syn 1.0.109",
14918]
14919
14920[[package]]
14921name = "uuid"
14922version = "1.13.2"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
14925dependencies = [
14926 "getrandom 0.3.1",
14927 "serde",
14928 "sha1_smol",
14929]
14930
14931[[package]]
14932name = "v_frame"
14933version = "0.3.8"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14936dependencies = [
14937 "aligned-vec",
14938 "num-traits",
14939 "wasm-bindgen",
14940]
14941
14942[[package]]
14943name = "valuable"
14944version = "0.1.0"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14947
14948[[package]]
14949name = "value-bag"
14950version = "1.10.0"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14953dependencies = [
14954 "value-bag-serde1",
14955 "value-bag-sval2",
14956]
14957
14958[[package]]
14959name = "value-bag-serde1"
14960version = "1.10.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14963dependencies = [
14964 "erased-serde",
14965 "serde",
14966 "serde_fmt",
14967]
14968
14969[[package]]
14970name = "value-bag-sval2"
14971version = "1.10.0"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14974dependencies = [
14975 "sval",
14976 "sval_buffer",
14977 "sval_dynamic",
14978 "sval_fmt",
14979 "sval_json",
14980 "sval_ref",
14981 "sval_serde",
14982]
14983
14984[[package]]
14985name = "vcpkg"
14986version = "0.2.15"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14989
14990[[package]]
14991name = "version-compare"
14992version = "0.2.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14995
14996[[package]]
14997name = "version_check"
14998version = "0.9.5"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15001
15002[[package]]
15003name = "vim"
15004version = "0.1.0"
15005dependencies = [
15006 "anyhow",
15007 "assets",
15008 "async-compat",
15009 "async-trait",
15010 "collections",
15011 "command_palette",
15012 "command_palette_hooks",
15013 "editor",
15014 "futures 0.3.31",
15015 "git_ui",
15016 "gpui",
15017 "indoc",
15018 "itertools 0.14.0",
15019 "language",
15020 "libc",
15021 "log",
15022 "lsp",
15023 "multi_buffer",
15024 "nvim-rs",
15025 "parking_lot",
15026 "picker",
15027 "project",
15028 "project_panel",
15029 "regex",
15030 "release_channel",
15031 "schemars",
15032 "search",
15033 "serde",
15034 "serde_derive",
15035 "serde_json",
15036 "settings",
15037 "task",
15038 "theme",
15039 "tokio",
15040 "ui",
15041 "util",
15042 "vim_mode_setting",
15043 "workspace",
15044 "zed_actions",
15045]
15046
15047[[package]]
15048name = "vim_mode_setting"
15049version = "0.1.0"
15050dependencies = [
15051 "anyhow",
15052 "gpui",
15053 "settings",
15054]
15055
15056[[package]]
15057name = "vscode_theme"
15058version = "0.2.0"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15061dependencies = [
15062 "serde",
15063]
15064
15065[[package]]
15066name = "vsimd"
15067version = "0.8.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15070
15071[[package]]
15072name = "vswhom"
15073version = "0.1.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15076dependencies = [
15077 "libc",
15078 "vswhom-sys",
15079]
15080
15081[[package]]
15082name = "vswhom-sys"
15083version = "0.1.2"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15086dependencies = [
15087 "cc",
15088 "libc",
15089]
15090
15091[[package]]
15092name = "vte"
15093version = "0.15.0"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15096dependencies = [
15097 "arrayvec",
15098 "bitflags 2.8.0",
15099 "cursor-icon",
15100 "log",
15101 "memchr",
15102 "serde",
15103]
15104
15105[[package]]
15106name = "waker-fn"
15107version = "1.2.0"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15110
15111[[package]]
15112name = "walkdir"
15113version = "2.5.0"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15116dependencies = [
15117 "same-file",
15118 "winapi-util",
15119]
15120
15121[[package]]
15122name = "want"
15123version = "0.3.1"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15126dependencies = [
15127 "try-lock",
15128]
15129
15130[[package]]
15131name = "warp"
15132version = "0.3.7"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15135dependencies = [
15136 "bytes 1.10.1",
15137 "futures-channel",
15138 "futures-util",
15139 "headers",
15140 "http 0.2.12",
15141 "hyper 0.14.32",
15142 "log",
15143 "mime",
15144 "mime_guess",
15145 "percent-encoding",
15146 "pin-project",
15147 "scoped-tls",
15148 "serde",
15149 "serde_json",
15150 "serde_urlencoded",
15151 "tokio",
15152 "tokio-tungstenite 0.21.0",
15153 "tokio-util",
15154 "tower-service",
15155 "tracing",
15156]
15157
15158[[package]]
15159name = "wasi"
15160version = "0.9.0+wasi-snapshot-preview1"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15163
15164[[package]]
15165name = "wasi"
15166version = "0.11.0+wasi-snapshot-preview1"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15169
15170[[package]]
15171name = "wasi"
15172version = "0.13.3+wasi-0.2.2"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15175dependencies = [
15176 "wit-bindgen-rt 0.33.0",
15177]
15178
15179[[package]]
15180name = "wasite"
15181version = "0.1.0"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15184
15185[[package]]
15186name = "wasm-bindgen"
15187version = "0.2.99"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15190dependencies = [
15191 "cfg-if",
15192 "once_cell",
15193 "wasm-bindgen-macro",
15194]
15195
15196[[package]]
15197name = "wasm-bindgen-backend"
15198version = "0.2.99"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15201dependencies = [
15202 "bumpalo",
15203 "log",
15204 "proc-macro2",
15205 "quote",
15206 "syn 2.0.90",
15207 "wasm-bindgen-shared",
15208]
15209
15210[[package]]
15211name = "wasm-bindgen-futures"
15212version = "0.4.49"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15215dependencies = [
15216 "cfg-if",
15217 "js-sys",
15218 "once_cell",
15219 "wasm-bindgen",
15220 "web-sys",
15221]
15222
15223[[package]]
15224name = "wasm-bindgen-macro"
15225version = "0.2.99"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15228dependencies = [
15229 "quote",
15230 "wasm-bindgen-macro-support",
15231]
15232
15233[[package]]
15234name = "wasm-bindgen-macro-support"
15235version = "0.2.99"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15238dependencies = [
15239 "proc-macro2",
15240 "quote",
15241 "syn 2.0.90",
15242 "wasm-bindgen-backend",
15243 "wasm-bindgen-shared",
15244]
15245
15246[[package]]
15247name = "wasm-bindgen-shared"
15248version = "0.2.99"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15251
15252[[package]]
15253name = "wasm-encoder"
15254version = "0.201.0"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15257dependencies = [
15258 "leb128",
15259]
15260
15261[[package]]
15262name = "wasm-encoder"
15263version = "0.221.3"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15266dependencies = [
15267 "leb128",
15268 "wasmparser 0.221.3",
15269]
15270
15271[[package]]
15272name = "wasm-metadata"
15273version = "0.201.0"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15276dependencies = [
15277 "anyhow",
15278 "indexmap",
15279 "serde",
15280 "serde_derive",
15281 "serde_json",
15282 "spdx",
15283 "wasm-encoder 0.201.0",
15284 "wasmparser 0.201.0",
15285]
15286
15287[[package]]
15288name = "wasm-metadata"
15289version = "0.221.3"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15292dependencies = [
15293 "anyhow",
15294 "indexmap",
15295 "serde",
15296 "serde_derive",
15297 "serde_json",
15298 "spdx",
15299 "wasm-encoder 0.221.3",
15300 "wasmparser 0.221.3",
15301]
15302
15303[[package]]
15304name = "wasm-streams"
15305version = "0.4.2"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15308dependencies = [
15309 "futures-util",
15310 "js-sys",
15311 "wasm-bindgen",
15312 "wasm-bindgen-futures",
15313 "web-sys",
15314]
15315
15316[[package]]
15317name = "wasmparser"
15318version = "0.201.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15321dependencies = [
15322 "bitflags 2.8.0",
15323 "indexmap",
15324 "semver",
15325]
15326
15327[[package]]
15328name = "wasmparser"
15329version = "0.221.3"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15332dependencies = [
15333 "bitflags 2.8.0",
15334 "hashbrown 0.15.2",
15335 "indexmap",
15336 "semver",
15337 "serde",
15338]
15339
15340[[package]]
15341name = "wasmprinter"
15342version = "0.221.3"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15345dependencies = [
15346 "anyhow",
15347 "termcolor",
15348 "wasmparser 0.221.3",
15349]
15350
15351[[package]]
15352name = "wasmtime"
15353version = "29.0.1"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15356dependencies = [
15357 "anyhow",
15358 "async-trait",
15359 "bitflags 2.8.0",
15360 "bumpalo",
15361 "cc",
15362 "cfg-if",
15363 "encoding_rs",
15364 "hashbrown 0.14.5",
15365 "indexmap",
15366 "libc",
15367 "log",
15368 "mach2",
15369 "memfd",
15370 "object",
15371 "once_cell",
15372 "paste",
15373 "postcard",
15374 "psm",
15375 "pulley-interpreter",
15376 "rustix",
15377 "semver",
15378 "serde",
15379 "serde_derive",
15380 "smallvec",
15381 "sptr",
15382 "target-lexicon 0.13.2",
15383 "trait-variant",
15384 "wasmparser 0.221.3",
15385 "wasmtime-asm-macros",
15386 "wasmtime-component-macro",
15387 "wasmtime-component-util",
15388 "wasmtime-cranelift",
15389 "wasmtime-environ",
15390 "wasmtime-fiber",
15391 "wasmtime-jit-icache-coherence",
15392 "wasmtime-math",
15393 "wasmtime-slab",
15394 "wasmtime-versioned-export-macros",
15395 "wasmtime-winch",
15396 "windows-sys 0.59.0",
15397]
15398
15399[[package]]
15400name = "wasmtime-asm-macros"
15401version = "29.0.1"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15404dependencies = [
15405 "cfg-if",
15406]
15407
15408[[package]]
15409name = "wasmtime-c-api-impl"
15410version = "29.0.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15413dependencies = [
15414 "anyhow",
15415 "log",
15416 "tracing",
15417 "wasmtime",
15418 "wasmtime-c-api-macros",
15419]
15420
15421[[package]]
15422name = "wasmtime-c-api-macros"
15423version = "29.0.1"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15426dependencies = [
15427 "proc-macro2",
15428 "quote",
15429]
15430
15431[[package]]
15432name = "wasmtime-component-macro"
15433version = "29.0.1"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15436dependencies = [
15437 "anyhow",
15438 "proc-macro2",
15439 "quote",
15440 "syn 2.0.90",
15441 "wasmtime-component-util",
15442 "wasmtime-wit-bindgen",
15443 "wit-parser 0.221.3",
15444]
15445
15446[[package]]
15447name = "wasmtime-component-util"
15448version = "29.0.1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15451
15452[[package]]
15453name = "wasmtime-cranelift"
15454version = "29.0.1"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15457dependencies = [
15458 "anyhow",
15459 "cfg-if",
15460 "cranelift-codegen",
15461 "cranelift-control",
15462 "cranelift-entity",
15463 "cranelift-frontend",
15464 "cranelift-native",
15465 "gimli",
15466 "itertools 0.12.1",
15467 "log",
15468 "object",
15469 "smallvec",
15470 "target-lexicon 0.13.2",
15471 "thiserror 1.0.69",
15472 "wasmparser 0.221.3",
15473 "wasmtime-environ",
15474 "wasmtime-versioned-export-macros",
15475]
15476
15477[[package]]
15478name = "wasmtime-environ"
15479version = "29.0.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15482dependencies = [
15483 "anyhow",
15484 "cpp_demangle",
15485 "cranelift-bitset",
15486 "cranelift-entity",
15487 "gimli",
15488 "indexmap",
15489 "log",
15490 "object",
15491 "postcard",
15492 "rustc-demangle",
15493 "semver",
15494 "serde",
15495 "serde_derive",
15496 "smallvec",
15497 "target-lexicon 0.13.2",
15498 "wasm-encoder 0.221.3",
15499 "wasmparser 0.221.3",
15500 "wasmprinter",
15501 "wasmtime-component-util",
15502]
15503
15504[[package]]
15505name = "wasmtime-fiber"
15506version = "29.0.1"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15509dependencies = [
15510 "anyhow",
15511 "cc",
15512 "cfg-if",
15513 "rustix",
15514 "wasmtime-asm-macros",
15515 "wasmtime-versioned-export-macros",
15516 "windows-sys 0.59.0",
15517]
15518
15519[[package]]
15520name = "wasmtime-jit-icache-coherence"
15521version = "29.0.1"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15524dependencies = [
15525 "anyhow",
15526 "cfg-if",
15527 "libc",
15528 "windows-sys 0.59.0",
15529]
15530
15531[[package]]
15532name = "wasmtime-math"
15533version = "29.0.1"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15536dependencies = [
15537 "libm",
15538]
15539
15540[[package]]
15541name = "wasmtime-slab"
15542version = "29.0.1"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15545
15546[[package]]
15547name = "wasmtime-versioned-export-macros"
15548version = "29.0.1"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15551dependencies = [
15552 "proc-macro2",
15553 "quote",
15554 "syn 2.0.90",
15555]
15556
15557[[package]]
15558name = "wasmtime-wasi"
15559version = "29.0.1"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15562dependencies = [
15563 "anyhow",
15564 "async-trait",
15565 "bitflags 2.8.0",
15566 "bytes 1.10.1",
15567 "cap-fs-ext",
15568 "cap-net-ext",
15569 "cap-rand",
15570 "cap-std",
15571 "cap-time-ext",
15572 "fs-set-times",
15573 "futures 0.3.31",
15574 "io-extras",
15575 "io-lifetimes",
15576 "rustix",
15577 "system-interface",
15578 "thiserror 1.0.69",
15579 "tokio",
15580 "tracing",
15581 "trait-variant",
15582 "url",
15583 "wasmtime",
15584 "wiggle",
15585 "windows-sys 0.59.0",
15586]
15587
15588[[package]]
15589name = "wasmtime-winch"
15590version = "29.0.1"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15593dependencies = [
15594 "anyhow",
15595 "cranelift-codegen",
15596 "gimli",
15597 "object",
15598 "target-lexicon 0.13.2",
15599 "wasmparser 0.221.3",
15600 "wasmtime-cranelift",
15601 "wasmtime-environ",
15602 "winch-codegen",
15603]
15604
15605[[package]]
15606name = "wasmtime-wit-bindgen"
15607version = "29.0.1"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15610dependencies = [
15611 "anyhow",
15612 "heck 0.5.0",
15613 "indexmap",
15614 "wit-parser 0.221.3",
15615]
15616
15617[[package]]
15618name = "wast"
15619version = "35.0.2"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15622dependencies = [
15623 "leb128",
15624]
15625
15626[[package]]
15627name = "wayland-backend"
15628version = "0.3.8"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15631dependencies = [
15632 "cc",
15633 "downcast-rs",
15634 "rustix",
15635 "scoped-tls",
15636 "smallvec",
15637 "wayland-sys",
15638]
15639
15640[[package]]
15641name = "wayland-client"
15642version = "0.31.8"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15645dependencies = [
15646 "bitflags 2.8.0",
15647 "rustix",
15648 "wayland-backend",
15649 "wayland-scanner",
15650]
15651
15652[[package]]
15653name = "wayland-cursor"
15654version = "0.31.8"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15657dependencies = [
15658 "rustix",
15659 "wayland-client",
15660 "xcursor",
15661]
15662
15663[[package]]
15664name = "wayland-protocols"
15665version = "0.31.2"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15668dependencies = [
15669 "bitflags 2.8.0",
15670 "wayland-backend",
15671 "wayland-client",
15672 "wayland-scanner",
15673]
15674
15675[[package]]
15676name = "wayland-protocols-plasma"
15677version = "0.2.0"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15680dependencies = [
15681 "bitflags 2.8.0",
15682 "wayland-backend",
15683 "wayland-client",
15684 "wayland-protocols",
15685 "wayland-scanner",
15686]
15687
15688[[package]]
15689name = "wayland-scanner"
15690version = "0.31.6"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15693dependencies = [
15694 "proc-macro2",
15695 "quick-xml 0.37.2",
15696 "quote",
15697]
15698
15699[[package]]
15700name = "wayland-sys"
15701version = "0.31.6"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15704dependencies = [
15705 "dlib",
15706 "log",
15707 "once_cell",
15708 "pkg-config",
15709]
15710
15711[[package]]
15712name = "web-sys"
15713version = "0.3.76"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15716dependencies = [
15717 "js-sys",
15718 "wasm-bindgen",
15719]
15720
15721[[package]]
15722name = "web-time"
15723version = "1.1.0"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15726dependencies = [
15727 "js-sys",
15728 "wasm-bindgen",
15729]
15730
15731[[package]]
15732name = "webpki-root-certs"
15733version = "0.26.8"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15736dependencies = [
15737 "rustls-pki-types",
15738]
15739
15740[[package]]
15741name = "webpki-roots"
15742version = "0.26.7"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15745dependencies = [
15746 "rustls-pki-types",
15747]
15748
15749[[package]]
15750name = "webrtc-sys"
15751version = "0.3.5"
15752source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15753dependencies = [
15754 "cc",
15755 "cxx",
15756 "cxx-build",
15757 "glob",
15758 "log",
15759 "webrtc-sys-build",
15760]
15761
15762[[package]]
15763name = "webrtc-sys-build"
15764version = "0.3.5"
15765source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15766dependencies = [
15767 "fs2",
15768 "regex",
15769 "reqwest 0.11.27",
15770 "scratch",
15771 "semver",
15772 "zip",
15773]
15774
15775[[package]]
15776name = "weezl"
15777version = "0.1.8"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15780
15781[[package]]
15782name = "welcome"
15783version = "0.1.0"
15784dependencies = [
15785 "anyhow",
15786 "client",
15787 "db",
15788 "editor",
15789 "fuzzy",
15790 "gpui",
15791 "install_cli",
15792 "language",
15793 "picker",
15794 "project",
15795 "schemars",
15796 "serde",
15797 "settings",
15798 "telemetry",
15799 "ui",
15800 "util",
15801 "vim_mode_setting",
15802 "workspace",
15803 "zed_actions",
15804]
15805
15806[[package]]
15807name = "which"
15808version = "4.4.2"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15811dependencies = [
15812 "either",
15813 "home",
15814 "once_cell",
15815 "rustix",
15816]
15817
15818[[package]]
15819name = "which"
15820version = "6.0.3"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15823dependencies = [
15824 "either",
15825 "home",
15826 "rustix",
15827 "winsafe",
15828]
15829
15830[[package]]
15831name = "which"
15832version = "7.0.2"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15835dependencies = [
15836 "either",
15837 "env_home",
15838 "rustix",
15839 "winsafe",
15840]
15841
15842[[package]]
15843name = "whoami"
15844version = "1.5.2"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15847dependencies = [
15848 "redox_syscall 0.5.8",
15849 "wasite",
15850]
15851
15852[[package]]
15853name = "wiggle"
15854version = "29.0.1"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15857dependencies = [
15858 "anyhow",
15859 "async-trait",
15860 "bitflags 2.8.0",
15861 "thiserror 1.0.69",
15862 "tracing",
15863 "wasmtime",
15864 "wiggle-macro",
15865]
15866
15867[[package]]
15868name = "wiggle-generate"
15869version = "29.0.1"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
15872dependencies = [
15873 "anyhow",
15874 "heck 0.5.0",
15875 "proc-macro2",
15876 "quote",
15877 "shellexpand 2.1.2",
15878 "syn 2.0.90",
15879 "witx",
15880]
15881
15882[[package]]
15883name = "wiggle-macro"
15884version = "29.0.1"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
15887dependencies = [
15888 "proc-macro2",
15889 "quote",
15890 "syn 2.0.90",
15891 "wiggle-generate",
15892]
15893
15894[[package]]
15895name = "winapi"
15896version = "0.3.9"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15899dependencies = [
15900 "winapi-i686-pc-windows-gnu",
15901 "winapi-x86_64-pc-windows-gnu",
15902]
15903
15904[[package]]
15905name = "winapi-i686-pc-windows-gnu"
15906version = "0.4.0"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15909
15910[[package]]
15911name = "winapi-util"
15912version = "0.1.9"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15915dependencies = [
15916 "windows-sys 0.52.0",
15917]
15918
15919[[package]]
15920name = "winapi-x86_64-pc-windows-gnu"
15921version = "0.4.0"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15924
15925[[package]]
15926name = "winch-codegen"
15927version = "29.0.1"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
15930dependencies = [
15931 "anyhow",
15932 "cranelift-codegen",
15933 "gimli",
15934 "regalloc2",
15935 "smallvec",
15936 "target-lexicon 0.13.2",
15937 "thiserror 1.0.69",
15938 "wasmparser 0.221.3",
15939 "wasmtime-cranelift",
15940 "wasmtime-environ",
15941]
15942
15943[[package]]
15944name = "windows"
15945version = "0.54.0"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15948dependencies = [
15949 "windows-core 0.54.0",
15950 "windows-targets 0.52.6",
15951]
15952
15953[[package]]
15954name = "windows"
15955version = "0.57.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15958dependencies = [
15959 "windows-core 0.57.0",
15960 "windows-targets 0.52.6",
15961]
15962
15963[[package]]
15964name = "windows"
15965version = "0.58.0"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15968dependencies = [
15969 "windows-core 0.58.0",
15970 "windows-targets 0.52.6",
15971]
15972
15973[[package]]
15974name = "windows-core"
15975version = "0.52.0"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15978dependencies = [
15979 "windows-targets 0.52.6",
15980]
15981
15982[[package]]
15983name = "windows-core"
15984version = "0.54.0"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15987dependencies = [
15988 "windows-result 0.1.2",
15989 "windows-targets 0.52.6",
15990]
15991
15992[[package]]
15993name = "windows-core"
15994version = "0.57.0"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15997dependencies = [
15998 "windows-implement 0.57.0",
15999 "windows-interface 0.57.0",
16000 "windows-result 0.1.2",
16001 "windows-targets 0.52.6",
16002]
16003
16004[[package]]
16005name = "windows-core"
16006version = "0.58.0"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16009dependencies = [
16010 "windows-implement 0.58.0",
16011 "windows-interface 0.58.0",
16012 "windows-result 0.2.0",
16013 "windows-strings",
16014 "windows-targets 0.52.6",
16015]
16016
16017[[package]]
16018name = "windows-implement"
16019version = "0.57.0"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16022dependencies = [
16023 "proc-macro2",
16024 "quote",
16025 "syn 2.0.90",
16026]
16027
16028[[package]]
16029name = "windows-implement"
16030version = "0.58.0"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16033dependencies = [
16034 "proc-macro2",
16035 "quote",
16036 "syn 2.0.90",
16037]
16038
16039[[package]]
16040name = "windows-interface"
16041version = "0.57.0"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16044dependencies = [
16045 "proc-macro2",
16046 "quote",
16047 "syn 2.0.90",
16048]
16049
16050[[package]]
16051name = "windows-interface"
16052version = "0.58.0"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16055dependencies = [
16056 "proc-macro2",
16057 "quote",
16058 "syn 2.0.90",
16059]
16060
16061[[package]]
16062name = "windows-link"
16063version = "0.1.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16066
16067[[package]]
16068name = "windows-registry"
16069version = "0.2.0"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16072dependencies = [
16073 "windows-result 0.2.0",
16074 "windows-strings",
16075 "windows-targets 0.52.6",
16076]
16077
16078[[package]]
16079name = "windows-result"
16080version = "0.1.2"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16083dependencies = [
16084 "windows-targets 0.52.6",
16085]
16086
16087[[package]]
16088name = "windows-result"
16089version = "0.2.0"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16092dependencies = [
16093 "windows-targets 0.52.6",
16094]
16095
16096[[package]]
16097name = "windows-strings"
16098version = "0.1.0"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16101dependencies = [
16102 "windows-result 0.2.0",
16103 "windows-targets 0.52.6",
16104]
16105
16106[[package]]
16107name = "windows-sys"
16108version = "0.45.0"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16111dependencies = [
16112 "windows-targets 0.42.2",
16113]
16114
16115[[package]]
16116name = "windows-sys"
16117version = "0.48.0"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16120dependencies = [
16121 "windows-targets 0.48.5",
16122]
16123
16124[[package]]
16125name = "windows-sys"
16126version = "0.52.0"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16129dependencies = [
16130 "windows-targets 0.52.6",
16131]
16132
16133[[package]]
16134name = "windows-sys"
16135version = "0.59.0"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16138dependencies = [
16139 "windows-targets 0.52.6",
16140]
16141
16142[[package]]
16143name = "windows-targets"
16144version = "0.42.2"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16147dependencies = [
16148 "windows_aarch64_gnullvm 0.42.2",
16149 "windows_aarch64_msvc 0.42.2",
16150 "windows_i686_gnu 0.42.2",
16151 "windows_i686_msvc 0.42.2",
16152 "windows_x86_64_gnu 0.42.2",
16153 "windows_x86_64_gnullvm 0.42.2",
16154 "windows_x86_64_msvc 0.42.2",
16155]
16156
16157[[package]]
16158name = "windows-targets"
16159version = "0.48.5"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16162dependencies = [
16163 "windows_aarch64_gnullvm 0.48.5",
16164 "windows_aarch64_msvc 0.48.5",
16165 "windows_i686_gnu 0.48.5",
16166 "windows_i686_msvc 0.48.5",
16167 "windows_x86_64_gnu 0.48.5",
16168 "windows_x86_64_gnullvm 0.48.5",
16169 "windows_x86_64_msvc 0.48.5",
16170]
16171
16172[[package]]
16173name = "windows-targets"
16174version = "0.52.6"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16177dependencies = [
16178 "windows_aarch64_gnullvm 0.52.6",
16179 "windows_aarch64_msvc 0.52.6",
16180 "windows_i686_gnu 0.52.6",
16181 "windows_i686_gnullvm",
16182 "windows_i686_msvc 0.52.6",
16183 "windows_x86_64_gnu 0.52.6",
16184 "windows_x86_64_gnullvm 0.52.6",
16185 "windows_x86_64_msvc 0.52.6",
16186]
16187
16188[[package]]
16189name = "windows_aarch64_gnullvm"
16190version = "0.42.2"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16193
16194[[package]]
16195name = "windows_aarch64_gnullvm"
16196version = "0.48.5"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16199
16200[[package]]
16201name = "windows_aarch64_gnullvm"
16202version = "0.52.6"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16205
16206[[package]]
16207name = "windows_aarch64_msvc"
16208version = "0.42.2"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16211
16212[[package]]
16213name = "windows_aarch64_msvc"
16214version = "0.48.5"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16217
16218[[package]]
16219name = "windows_aarch64_msvc"
16220version = "0.52.6"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16223
16224[[package]]
16225name = "windows_i686_gnu"
16226version = "0.42.2"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16229
16230[[package]]
16231name = "windows_i686_gnu"
16232version = "0.48.5"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16235
16236[[package]]
16237name = "windows_i686_gnu"
16238version = "0.52.6"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16241
16242[[package]]
16243name = "windows_i686_gnullvm"
16244version = "0.52.6"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16247
16248[[package]]
16249name = "windows_i686_msvc"
16250version = "0.42.2"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16253
16254[[package]]
16255name = "windows_i686_msvc"
16256version = "0.48.5"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16259
16260[[package]]
16261name = "windows_i686_msvc"
16262version = "0.52.6"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16265
16266[[package]]
16267name = "windows_x86_64_gnu"
16268version = "0.42.2"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16271
16272[[package]]
16273name = "windows_x86_64_gnu"
16274version = "0.48.5"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16277
16278[[package]]
16279name = "windows_x86_64_gnu"
16280version = "0.52.6"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16283
16284[[package]]
16285name = "windows_x86_64_gnullvm"
16286version = "0.42.2"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16289
16290[[package]]
16291name = "windows_x86_64_gnullvm"
16292version = "0.48.5"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16295
16296[[package]]
16297name = "windows_x86_64_gnullvm"
16298version = "0.52.6"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16301
16302[[package]]
16303name = "windows_x86_64_msvc"
16304version = "0.42.2"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16307
16308[[package]]
16309name = "windows_x86_64_msvc"
16310version = "0.48.5"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16313
16314[[package]]
16315name = "windows_x86_64_msvc"
16316version = "0.52.6"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16319
16320[[package]]
16321name = "winnow"
16322version = "0.6.20"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16325dependencies = [
16326 "memchr",
16327]
16328
16329[[package]]
16330name = "winnow"
16331version = "0.7.1"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16334dependencies = [
16335 "memchr",
16336]
16337
16338[[package]]
16339name = "winreg"
16340version = "0.50.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16343dependencies = [
16344 "cfg-if",
16345 "windows-sys 0.48.0",
16346]
16347
16348[[package]]
16349name = "winreg"
16350version = "0.52.0"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16353dependencies = [
16354 "cfg-if",
16355 "windows-sys 0.48.0",
16356]
16357
16358[[package]]
16359name = "winresource"
16360version = "0.1.19"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16363dependencies = [
16364 "toml 0.8.20",
16365 "version_check",
16366]
16367
16368[[package]]
16369name = "winsafe"
16370version = "0.0.19"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16373
16374[[package]]
16375name = "winx"
16376version = "0.36.4"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16379dependencies = [
16380 "bitflags 2.8.0",
16381 "windows-sys 0.52.0",
16382]
16383
16384[[package]]
16385name = "wio"
16386version = "0.2.2"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16389dependencies = [
16390 "winapi",
16391]
16392
16393[[package]]
16394name = "wit-bindgen"
16395version = "0.22.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16398dependencies = [
16399 "bitflags 2.8.0",
16400 "wit-bindgen-rt 0.22.0",
16401 "wit-bindgen-rust-macro",
16402]
16403
16404[[package]]
16405name = "wit-bindgen-core"
16406version = "0.22.0"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16409dependencies = [
16410 "anyhow",
16411 "wit-parser 0.201.0",
16412]
16413
16414[[package]]
16415name = "wit-bindgen-rt"
16416version = "0.22.0"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16419
16420[[package]]
16421name = "wit-bindgen-rt"
16422version = "0.33.0"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16425dependencies = [
16426 "bitflags 2.8.0",
16427]
16428
16429[[package]]
16430name = "wit-bindgen-rust"
16431version = "0.22.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16434dependencies = [
16435 "anyhow",
16436 "heck 0.4.1",
16437 "indexmap",
16438 "wasm-metadata 0.201.0",
16439 "wit-bindgen-core",
16440 "wit-component 0.201.0",
16441]
16442
16443[[package]]
16444name = "wit-bindgen-rust-macro"
16445version = "0.22.0"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16448dependencies = [
16449 "anyhow",
16450 "proc-macro2",
16451 "quote",
16452 "syn 2.0.90",
16453 "wit-bindgen-core",
16454 "wit-bindgen-rust",
16455]
16456
16457[[package]]
16458name = "wit-component"
16459version = "0.201.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16462dependencies = [
16463 "anyhow",
16464 "bitflags 2.8.0",
16465 "indexmap",
16466 "log",
16467 "serde",
16468 "serde_derive",
16469 "serde_json",
16470 "wasm-encoder 0.201.0",
16471 "wasm-metadata 0.201.0",
16472 "wasmparser 0.201.0",
16473 "wit-parser 0.201.0",
16474]
16475
16476[[package]]
16477name = "wit-component"
16478version = "0.221.3"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16481dependencies = [
16482 "anyhow",
16483 "bitflags 2.8.0",
16484 "indexmap",
16485 "log",
16486 "serde",
16487 "serde_derive",
16488 "serde_json",
16489 "wasm-encoder 0.221.3",
16490 "wasm-metadata 0.221.3",
16491 "wasmparser 0.221.3",
16492 "wit-parser 0.221.3",
16493]
16494
16495[[package]]
16496name = "wit-parser"
16497version = "0.201.0"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16500dependencies = [
16501 "anyhow",
16502 "id-arena",
16503 "indexmap",
16504 "log",
16505 "semver",
16506 "serde",
16507 "serde_derive",
16508 "serde_json",
16509 "unicode-xid",
16510 "wasmparser 0.201.0",
16511]
16512
16513[[package]]
16514name = "wit-parser"
16515version = "0.221.3"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16518dependencies = [
16519 "anyhow",
16520 "id-arena",
16521 "indexmap",
16522 "log",
16523 "semver",
16524 "serde",
16525 "serde_derive",
16526 "serde_json",
16527 "unicode-xid",
16528 "wasmparser 0.221.3",
16529]
16530
16531[[package]]
16532name = "witx"
16533version = "0.9.1"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16536dependencies = [
16537 "anyhow",
16538 "log",
16539 "thiserror 1.0.69",
16540 "wast",
16541]
16542
16543[[package]]
16544name = "workspace"
16545version = "0.1.0"
16546dependencies = [
16547 "any_vec",
16548 "anyhow",
16549 "async-recursion 1.1.1",
16550 "bincode",
16551 "call",
16552 "client",
16553 "clock",
16554 "collections",
16555 "component",
16556 "db",
16557 "derive_more",
16558 "env_logger 0.11.6",
16559 "fs",
16560 "futures 0.3.31",
16561 "gpui",
16562 "http_client",
16563 "itertools 0.14.0",
16564 "language",
16565 "log",
16566 "node_runtime",
16567 "parking_lot",
16568 "postage",
16569 "project",
16570 "remote",
16571 "schemars",
16572 "serde",
16573 "serde_json",
16574 "session",
16575 "settings",
16576 "smallvec",
16577 "sqlez",
16578 "strum",
16579 "task",
16580 "telemetry",
16581 "tempfile",
16582 "theme",
16583 "ui",
16584 "util",
16585 "uuid",
16586 "zed_actions",
16587]
16588
16589[[package]]
16590name = "worktree"
16591version = "0.1.0"
16592dependencies = [
16593 "anyhow",
16594 "clock",
16595 "collections",
16596 "env_logger 0.11.6",
16597 "fs",
16598 "futures 0.3.31",
16599 "fuzzy",
16600 "git",
16601 "git2",
16602 "git_hosting_providers",
16603 "gpui",
16604 "http_client",
16605 "ignore",
16606 "language",
16607 "log",
16608 "parking_lot",
16609 "paths",
16610 "postage",
16611 "pretty_assertions",
16612 "rand 0.8.5",
16613 "rpc",
16614 "schemars",
16615 "serde",
16616 "serde_json",
16617 "settings",
16618 "smallvec",
16619 "smol",
16620 "sum_tree",
16621 "text",
16622 "util",
16623]
16624
16625[[package]]
16626name = "write16"
16627version = "1.0.0"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16630
16631[[package]]
16632name = "writeable"
16633version = "0.5.5"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16636
16637[[package]]
16638name = "wyz"
16639version = "0.5.1"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16642dependencies = [
16643 "tap",
16644]
16645
16646[[package]]
16647name = "x11-clipboard"
16648version = "0.9.3"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16651dependencies = [
16652 "libc",
16653 "x11rb",
16654]
16655
16656[[package]]
16657name = "x11rb"
16658version = "0.13.1"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16661dependencies = [
16662 "as-raw-xcb-connection",
16663 "gethostname",
16664 "libc",
16665 "rustix",
16666 "x11rb-protocol",
16667]
16668
16669[[package]]
16670name = "x11rb-protocol"
16671version = "0.13.1"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16674
16675[[package]]
16676name = "xattr"
16677version = "0.2.3"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16680dependencies = [
16681 "libc",
16682]
16683
16684[[package]]
16685name = "xcursor"
16686version = "0.3.8"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16689
16690[[package]]
16691name = "xdg-home"
16692version = "1.3.0"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16695dependencies = [
16696 "libc",
16697 "windows-sys 0.59.0",
16698]
16699
16700[[package]]
16701name = "xim"
16702version = "0.4.0"
16703source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16704dependencies = [
16705 "ahash 0.8.11",
16706 "hashbrown 0.14.5",
16707 "log",
16708 "x11rb",
16709 "xim-ctext",
16710 "xim-parser",
16711]
16712
16713[[package]]
16714name = "xim-ctext"
16715version = "0.3.0"
16716source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16717dependencies = [
16718 "encoding_rs",
16719]
16720
16721[[package]]
16722name = "xim-parser"
16723version = "0.2.1"
16724source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16725dependencies = [
16726 "bitflags 2.8.0",
16727]
16728
16729[[package]]
16730name = "xkbcommon"
16731version = "0.7.0"
16732source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16733dependencies = [
16734 "as-raw-xcb-connection",
16735 "libc",
16736 "memmap2",
16737 "xkeysym",
16738]
16739
16740[[package]]
16741name = "xkeysym"
16742version = "0.2.1"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16745
16746[[package]]
16747name = "xml5ever"
16748version = "0.18.1"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16751dependencies = [
16752 "log",
16753 "mac",
16754 "markup5ever",
16755]
16756
16757[[package]]
16758name = "xmlparser"
16759version = "0.13.6"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16762
16763[[package]]
16764name = "xmlwriter"
16765version = "0.1.0"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16768
16769[[package]]
16770name = "xtask"
16771version = "0.1.0"
16772dependencies = [
16773 "anyhow",
16774 "cargo_metadata",
16775 "cargo_toml",
16776 "clap",
16777]
16778
16779[[package]]
16780name = "yaml-rust2"
16781version = "0.8.1"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16784dependencies = [
16785 "arraydeque",
16786 "encoding_rs",
16787 "hashlink 0.8.4",
16788]
16789
16790[[package]]
16791name = "yansi"
16792version = "1.0.1"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16795
16796[[package]]
16797name = "yazi"
16798version = "0.1.6"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16801
16802[[package]]
16803name = "yeslogic-fontconfig-sys"
16804version = "6.0.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16807dependencies = [
16808 "dlib",
16809 "once_cell",
16810 "pkg-config",
16811]
16812
16813[[package]]
16814name = "yoke"
16815version = "0.7.5"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16818dependencies = [
16819 "serde",
16820 "stable_deref_trait",
16821 "yoke-derive",
16822 "zerofrom",
16823]
16824
16825[[package]]
16826name = "yoke-derive"
16827version = "0.7.5"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16830dependencies = [
16831 "proc-macro2",
16832 "quote",
16833 "syn 2.0.90",
16834 "synstructure",
16835]
16836
16837[[package]]
16838name = "zbus"
16839version = "5.5.0"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
16842dependencies = [
16843 "async-broadcast",
16844 "async-executor",
16845 "async-fs",
16846 "async-io",
16847 "async-lock",
16848 "async-process",
16849 "async-recursion 1.1.1",
16850 "async-task",
16851 "async-trait",
16852 "blocking",
16853 "enumflags2",
16854 "event-listener 5.3.1",
16855 "futures-core",
16856 "futures-lite 2.6.0",
16857 "hex",
16858 "nix",
16859 "ordered-stream",
16860 "serde",
16861 "serde_repr",
16862 "static_assertions",
16863 "tracing",
16864 "uds_windows",
16865 "windows-sys 0.59.0",
16866 "winnow 0.7.1",
16867 "xdg-home",
16868 "zbus_macros",
16869 "zbus_names",
16870 "zvariant",
16871]
16872
16873[[package]]
16874name = "zbus_macros"
16875version = "5.5.0"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
16878dependencies = [
16879 "proc-macro-crate",
16880 "proc-macro2",
16881 "quote",
16882 "syn 2.0.90",
16883 "zbus_names",
16884 "zvariant",
16885 "zvariant_utils",
16886]
16887
16888[[package]]
16889name = "zbus_names"
16890version = "4.1.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16893dependencies = [
16894 "serde",
16895 "static_assertions",
16896 "winnow 0.6.20",
16897 "zvariant",
16898]
16899
16900[[package]]
16901name = "zed"
16902version = "0.178.0"
16903dependencies = [
16904 "activity_indicator",
16905 "anyhow",
16906 "ashpd",
16907 "assets",
16908 "assistant",
16909 "assistant2",
16910 "assistant_context_editor",
16911 "assistant_settings",
16912 "assistant_tools",
16913 "async-watch",
16914 "audio",
16915 "auto_update",
16916 "auto_update_ui",
16917 "backtrace",
16918 "breadcrumbs",
16919 "call",
16920 "channel",
16921 "chrono",
16922 "clap",
16923 "cli",
16924 "client",
16925 "collab_ui",
16926 "collections",
16927 "command_palette",
16928 "command_palette_hooks",
16929 "component_preview",
16930 "copilot",
16931 "db",
16932 "diagnostics",
16933 "editor",
16934 "env_logger 0.11.6",
16935 "extension",
16936 "extension_host",
16937 "extensions_ui",
16938 "feature_flags",
16939 "feedback",
16940 "file_finder",
16941 "fs",
16942 "futures 0.3.31",
16943 "git",
16944 "git_hosting_providers",
16945 "git_ui",
16946 "go_to_line",
16947 "gpui",
16948 "gpui_tokio",
16949 "http_client",
16950 "image_viewer",
16951 "inline_completion_button",
16952 "install_cli",
16953 "journal",
16954 "language",
16955 "language_extension",
16956 "language_model",
16957 "language_models",
16958 "language_selector",
16959 "language_tools",
16960 "languages",
16961 "libc",
16962 "log",
16963 "markdown",
16964 "markdown_preview",
16965 "menu",
16966 "migrator",
16967 "mimalloc",
16968 "nix",
16969 "node_runtime",
16970 "notifications",
16971 "outline",
16972 "outline_panel",
16973 "parking_lot",
16974 "paths",
16975 "picker",
16976 "profiling",
16977 "project",
16978 "project_panel",
16979 "project_symbols",
16980 "prompt_store",
16981 "proto",
16982 "recent_projects",
16983 "release_channel",
16984 "remote",
16985 "repl",
16986 "reqwest_client",
16987 "rope",
16988 "search",
16989 "serde",
16990 "serde_json",
16991 "session",
16992 "settings",
16993 "settings_ui",
16994 "shellexpand 2.1.2",
16995 "simplelog",
16996 "smol",
16997 "snippet_provider",
16998 "snippets_ui",
16999 "supermaven",
17000 "sysinfo",
17001 "tab_switcher",
17002 "task",
17003 "tasks_ui",
17004 "telemetry",
17005 "telemetry_events",
17006 "terminal_view",
17007 "theme",
17008 "theme_extension",
17009 "theme_selector",
17010 "time",
17011 "toolchain_selector",
17012 "tree-sitter-md",
17013 "tree-sitter-rust",
17014 "ui",
17015 "url",
17016 "urlencoding",
17017 "util",
17018 "uuid",
17019 "vim",
17020 "vim_mode_setting",
17021 "welcome",
17022 "windows 0.58.0",
17023 "winresource",
17024 "workspace",
17025 "zed_actions",
17026 "zeta",
17027]
17028
17029[[package]]
17030name = "zed_actions"
17031version = "0.1.0"
17032dependencies = [
17033 "gpui",
17034 "schemars",
17035 "serde",
17036]
17037
17038[[package]]
17039name = "zed_emmet"
17040version = "0.0.3"
17041dependencies = [
17042 "zed_extension_api 0.1.0",
17043]
17044
17045[[package]]
17046name = "zed_extension_api"
17047version = "0.1.0"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17050dependencies = [
17051 "serde",
17052 "serde_json",
17053 "wit-bindgen",
17054]
17055
17056[[package]]
17057name = "zed_extension_api"
17058version = "0.3.0"
17059dependencies = [
17060 "serde",
17061 "serde_json",
17062 "wit-bindgen",
17063]
17064
17065[[package]]
17066name = "zed_glsl"
17067version = "0.1.0"
17068dependencies = [
17069 "zed_extension_api 0.1.0",
17070]
17071
17072[[package]]
17073name = "zed_html"
17074version = "0.1.6"
17075dependencies = [
17076 "zed_extension_api 0.1.0",
17077]
17078
17079[[package]]
17080name = "zed_llm_client"
17081version = "0.4.1"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17084dependencies = [
17085 "serde",
17086 "serde_json",
17087 "uuid",
17088]
17089
17090[[package]]
17091name = "zed_proto"
17092version = "0.2.1"
17093dependencies = [
17094 "zed_extension_api 0.1.0",
17095]
17096
17097[[package]]
17098name = "zed_purescript"
17099version = "0.1.0"
17100dependencies = [
17101 "zed_extension_api 0.1.0",
17102]
17103
17104[[package]]
17105name = "zed_ruff"
17106version = "0.1.0"
17107dependencies = [
17108 "zed_extension_api 0.1.0",
17109]
17110
17111[[package]]
17112name = "zed_snippets"
17113version = "0.0.5"
17114dependencies = [
17115 "serde_json",
17116 "zed_extension_api 0.1.0",
17117]
17118
17119[[package]]
17120name = "zed_terraform"
17121version = "0.1.2"
17122dependencies = [
17123 "zed_extension_api 0.1.0",
17124]
17125
17126[[package]]
17127name = "zed_test_extension"
17128version = "0.1.0"
17129dependencies = [
17130 "zed_extension_api 0.3.0",
17131]
17132
17133[[package]]
17134name = "zed_toml"
17135version = "0.1.3"
17136dependencies = [
17137 "zed_extension_api 0.1.0",
17138]
17139
17140[[package]]
17141name = "zed_uiua"
17142version = "0.0.1"
17143dependencies = [
17144 "zed_extension_api 0.1.0",
17145]
17146
17147[[package]]
17148name = "zed_zig"
17149version = "0.3.3"
17150dependencies = [
17151 "zed_extension_api 0.1.0",
17152]
17153
17154[[package]]
17155name = "zeno"
17156version = "0.2.3"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17159
17160[[package]]
17161name = "zerocopy"
17162version = "0.7.35"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17165dependencies = [
17166 "byteorder",
17167 "zerocopy-derive 0.7.35",
17168]
17169
17170[[package]]
17171name = "zerocopy"
17172version = "0.8.18"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17175dependencies = [
17176 "zerocopy-derive 0.8.18",
17177]
17178
17179[[package]]
17180name = "zerocopy-derive"
17181version = "0.7.35"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17184dependencies = [
17185 "proc-macro2",
17186 "quote",
17187 "syn 2.0.90",
17188]
17189
17190[[package]]
17191name = "zerocopy-derive"
17192version = "0.8.18"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17195dependencies = [
17196 "proc-macro2",
17197 "quote",
17198 "syn 2.0.90",
17199]
17200
17201[[package]]
17202name = "zerofrom"
17203version = "0.1.5"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17206dependencies = [
17207 "zerofrom-derive",
17208]
17209
17210[[package]]
17211name = "zerofrom-derive"
17212version = "0.1.5"
17213source = "registry+https://github.com/rust-lang/crates.io-index"
17214checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17215dependencies = [
17216 "proc-macro2",
17217 "quote",
17218 "syn 2.0.90",
17219 "synstructure",
17220]
17221
17222[[package]]
17223name = "zeroize"
17224version = "1.8.1"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17227dependencies = [
17228 "zeroize_derive",
17229]
17230
17231[[package]]
17232name = "zeroize_derive"
17233version = "1.4.2"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17236dependencies = [
17237 "proc-macro2",
17238 "quote",
17239 "syn 2.0.90",
17240]
17241
17242[[package]]
17243name = "zeromq"
17244version = "0.5.0-pre"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17247dependencies = [
17248 "async-dispatcher",
17249 "async-std",
17250 "async-trait",
17251 "asynchronous-codec",
17252 "bytes 1.10.1",
17253 "crossbeam-queue",
17254 "dashmap 5.5.3",
17255 "futures 0.3.31",
17256 "log",
17257 "num-traits",
17258 "once_cell",
17259 "parking_lot",
17260 "rand 0.8.5",
17261 "regex",
17262 "thiserror 1.0.69",
17263 "uuid",
17264]
17265
17266[[package]]
17267name = "zerovec"
17268version = "0.10.4"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17271dependencies = [
17272 "yoke",
17273 "zerofrom",
17274 "zerovec-derive",
17275]
17276
17277[[package]]
17278name = "zerovec-derive"
17279version = "0.10.3"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17282dependencies = [
17283 "proc-macro2",
17284 "quote",
17285 "syn 2.0.90",
17286]
17287
17288[[package]]
17289name = "zeta"
17290version = "0.1.0"
17291dependencies = [
17292 "anyhow",
17293 "arrayvec",
17294 "call",
17295 "chrono",
17296 "client",
17297 "clock",
17298 "collections",
17299 "command_palette_hooks",
17300 "ctor",
17301 "db",
17302 "editor",
17303 "env_logger 0.11.6",
17304 "feature_flags",
17305 "fs",
17306 "futures 0.3.31",
17307 "gpui",
17308 "http_client",
17309 "indoc",
17310 "inline_completion",
17311 "language",
17312 "language_model",
17313 "log",
17314 "menu",
17315 "migrator",
17316 "paths",
17317 "postage",
17318 "project",
17319 "regex",
17320 "release_channel",
17321 "reqwest_client",
17322 "rpc",
17323 "serde",
17324 "serde_json",
17325 "settings",
17326 "telemetry",
17327 "telemetry_events",
17328 "theme",
17329 "thiserror 1.0.69",
17330 "tree-sitter-go",
17331 "tree-sitter-rust",
17332 "ui",
17333 "unindent",
17334 "util",
17335 "uuid",
17336 "workspace",
17337 "worktree",
17338 "zed_actions",
17339 "zed_llm_client",
17340]
17341
17342[[package]]
17343name = "zip"
17344version = "0.6.6"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17347dependencies = [
17348 "aes",
17349 "byteorder",
17350 "bzip2",
17351 "constant_time_eq 0.1.5",
17352 "crc32fast",
17353 "crossbeam-utils",
17354 "flate2",
17355 "hmac",
17356 "pbkdf2 0.11.0",
17357 "sha1",
17358 "time",
17359 "zstd",
17360]
17361
17362[[package]]
17363name = "zstd"
17364version = "0.11.2+zstd.1.5.2"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17367dependencies = [
17368 "zstd-safe",
17369]
17370
17371[[package]]
17372name = "zstd-safe"
17373version = "5.0.2+zstd.1.5.2"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17376dependencies = [
17377 "libc",
17378 "zstd-sys",
17379]
17380
17381[[package]]
17382name = "zstd-sys"
17383version = "2.0.13+zstd.1.5.6"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17386dependencies = [
17387 "cc",
17388 "pkg-config",
17389]
17390
17391[[package]]
17392name = "zune-core"
17393version = "0.4.12"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17396
17397[[package]]
17398name = "zune-inflate"
17399version = "0.2.54"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17402dependencies = [
17403 "simd-adler32",
17404]
17405
17406[[package]]
17407name = "zune-jpeg"
17408version = "0.4.13"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17411dependencies = [
17412 "zune-core",
17413]
17414
17415[[package]]
17416name = "zvariant"
17417version = "5.4.0"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17420dependencies = [
17421 "endi",
17422 "enumflags2",
17423 "serde",
17424 "static_assertions",
17425 "url",
17426 "winnow 0.7.1",
17427 "zvariant_derive",
17428 "zvariant_utils",
17429]
17430
17431[[package]]
17432name = "zvariant_derive"
17433version = "5.4.0"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17436dependencies = [
17437 "proc-macro-crate",
17438 "proc-macro2",
17439 "quote",
17440 "syn 2.0.90",
17441 "zvariant_utils",
17442]
17443
17444[[package]]
17445name = "zvariant_utils"
17446version = "3.2.0"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17449dependencies = [
17450 "proc-macro2",
17451 "quote",
17452 "serde",
17453 "static_assertions",
17454 "syn 2.0.90",
17455 "winnow 0.7.1",
17456]