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 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21 "workspace-hack",
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 = "agent"
53version = "0.1.0"
54dependencies = [
55 "anyhow",
56 "assistant_context_editor",
57 "assistant_settings",
58 "assistant_slash_command",
59 "assistant_slash_commands",
60 "assistant_tool",
61 "async-watch",
62 "buffer_diff",
63 "chrono",
64 "client",
65 "collections",
66 "component",
67 "context_server",
68 "convert_case 0.8.0",
69 "db",
70 "editor",
71 "extension",
72 "feature_flags",
73 "file_icons",
74 "fs",
75 "futures 0.3.31",
76 "fuzzy",
77 "git",
78 "gpui",
79 "heed",
80 "html_to_markdown",
81 "http_client",
82 "indexed_docs",
83 "indoc",
84 "inventory",
85 "itertools 0.14.0",
86 "jsonschema",
87 "language",
88 "language_model",
89 "language_model_selector",
90 "log",
91 "lsp",
92 "markdown",
93 "menu",
94 "multi_buffer",
95 "notifications",
96 "ordered-float 2.10.1",
97 "parking_lot",
98 "paths",
99 "picker",
100 "postage",
101 "project",
102 "prompt_store",
103 "proto",
104 "rand 0.8.5",
105 "ref-cast",
106 "release_channel",
107 "rope",
108 "rules_library",
109 "schemars",
110 "search",
111 "serde",
112 "serde_json",
113 "serde_json_lenient",
114 "settings",
115 "smallvec",
116 "smol",
117 "streaming_diff",
118 "telemetry",
119 "telemetry_events",
120 "terminal",
121 "terminal_view",
122 "text",
123 "theme",
124 "thiserror 2.0.12",
125 "time",
126 "time_format",
127 "ui",
128 "ui_input",
129 "urlencoding",
130 "util",
131 "uuid",
132 "workspace",
133 "workspace-hack",
134 "zed_actions",
135 "zed_llm_client",
136]
137
138[[package]]
139name = "ahash"
140version = "0.7.8"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
143dependencies = [
144 "getrandom 0.2.15",
145 "once_cell",
146 "version_check",
147]
148
149[[package]]
150name = "ahash"
151version = "0.8.11"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
154dependencies = [
155 "cfg-if",
156 "const-random",
157 "getrandom 0.2.15",
158 "once_cell",
159 "serde",
160 "version_check",
161 "zerocopy 0.7.35",
162]
163
164[[package]]
165name = "aho-corasick"
166version = "1.1.3"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
169dependencies = [
170 "memchr",
171]
172
173[[package]]
174name = "alacritty_terminal"
175version = "0.25.1-dev"
176source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
177dependencies = [
178 "base64 0.22.1",
179 "bitflags 2.9.0",
180 "home",
181 "libc",
182 "log",
183 "miow",
184 "parking_lot",
185 "piper",
186 "polling",
187 "regex-automata 0.4.9",
188 "rustix-openpty",
189 "serde",
190 "signal-hook",
191 "unicode-width 0.1.14",
192 "vte",
193 "windows-sys 0.59.0",
194]
195
196[[package]]
197name = "aliasable"
198version = "0.1.3"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
201
202[[package]]
203name = "aligned-vec"
204version = "0.5.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
207
208[[package]]
209name = "allocator-api2"
210version = "0.2.21"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
213
214[[package]]
215name = "alsa"
216version = "0.9.1"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
219dependencies = [
220 "alsa-sys",
221 "bitflags 2.9.0",
222 "cfg-if",
223 "libc",
224]
225
226[[package]]
227name = "alsa-sys"
228version = "0.3.1"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
231dependencies = [
232 "libc",
233 "pkg-config",
234]
235
236[[package]]
237name = "ambient-authority"
238version = "0.0.2"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
241
242[[package]]
243name = "ammonia"
244version = "4.1.0"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
247dependencies = [
248 "cssparser",
249 "html5ever 0.31.0",
250 "maplit",
251 "tendril",
252 "url",
253]
254
255[[package]]
256name = "android-tzdata"
257version = "0.1.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
260
261[[package]]
262name = "android_system_properties"
263version = "0.1.5"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
266dependencies = [
267 "libc",
268]
269
270[[package]]
271name = "anes"
272version = "0.1.6"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
275
276[[package]]
277name = "anstream"
278version = "0.6.18"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
281dependencies = [
282 "anstyle",
283 "anstyle-parse",
284 "anstyle-query",
285 "anstyle-wincon",
286 "colorchoice",
287 "is_terminal_polyfill",
288 "utf8parse",
289]
290
291[[package]]
292name = "anstyle"
293version = "1.0.10"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
296
297[[package]]
298name = "anstyle-parse"
299version = "0.2.6"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
302dependencies = [
303 "utf8parse",
304]
305
306[[package]]
307name = "anstyle-query"
308version = "1.1.2"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
311dependencies = [
312 "windows-sys 0.59.0",
313]
314
315[[package]]
316name = "anstyle-wincon"
317version = "3.0.7"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
320dependencies = [
321 "anstyle",
322 "once_cell",
323 "windows-sys 0.59.0",
324]
325
326[[package]]
327name = "anthropic"
328version = "0.1.0"
329dependencies = [
330 "anyhow",
331 "chrono",
332 "futures 0.3.31",
333 "http_client",
334 "schemars",
335 "serde",
336 "serde_json",
337 "strum 0.27.1",
338 "thiserror 2.0.12",
339 "workspace-hack",
340]
341
342[[package]]
343name = "any_vec"
344version = "0.14.0"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
347
348[[package]]
349name = "anyhow"
350version = "1.0.98"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
353
354[[package]]
355name = "approx"
356version = "0.5.1"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
359dependencies = [
360 "num-traits",
361]
362
363[[package]]
364name = "arbitrary"
365version = "1.4.1"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
368
369[[package]]
370name = "arc-swap"
371version = "1.7.1"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
374
375[[package]]
376name = "arg_enum_proc_macro"
377version = "0.3.4"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
380dependencies = [
381 "proc-macro2",
382 "quote",
383 "syn 2.0.101",
384]
385
386[[package]]
387name = "arraydeque"
388version = "0.5.1"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
391
392[[package]]
393name = "arrayref"
394version = "0.3.9"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
397
398[[package]]
399name = "arrayvec"
400version = "0.7.6"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
403dependencies = [
404 "serde",
405]
406
407[[package]]
408name = "as-raw-xcb-connection"
409version = "1.0.1"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
412
413[[package]]
414name = "ascii"
415version = "1.1.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
418
419[[package]]
420name = "ash"
421version = "0.38.0+1.3.281"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
424dependencies = [
425 "libloading",
426]
427
428[[package]]
429name = "ash-window"
430version = "0.13.0"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
433dependencies = [
434 "ash",
435 "raw-window-handle",
436 "raw-window-metal",
437]
438
439[[package]]
440name = "ashpd"
441version = "0.11.0"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
444dependencies = [
445 "async-fs",
446 "async-net",
447 "enumflags2",
448 "futures-channel",
449 "futures-util",
450 "rand 0.9.1",
451 "serde",
452 "serde_repr",
453 "url",
454 "zbus",
455]
456
457[[package]]
458name = "askpass"
459version = "0.1.0"
460dependencies = [
461 "anyhow",
462 "futures 0.3.31",
463 "gpui",
464 "shlex",
465 "smol",
466 "tempfile",
467 "util",
468 "workspace-hack",
469]
470
471[[package]]
472name = "assets"
473version = "0.1.0"
474dependencies = [
475 "anyhow",
476 "gpui",
477 "rust-embed",
478 "workspace-hack",
479]
480
481[[package]]
482name = "assistant_context_editor"
483version = "0.1.0"
484dependencies = [
485 "anyhow",
486 "assistant_settings",
487 "assistant_slash_command",
488 "assistant_slash_commands",
489 "chrono",
490 "client",
491 "clock",
492 "collections",
493 "context_server",
494 "editor",
495 "fs",
496 "futures 0.3.31",
497 "fuzzy",
498 "gpui",
499 "indexed_docs",
500 "language",
501 "language_model",
502 "language_model_selector",
503 "languages",
504 "log",
505 "multi_buffer",
506 "open_ai",
507 "parking_lot",
508 "paths",
509 "picker",
510 "pretty_assertions",
511 "project",
512 "prompt_store",
513 "rand 0.8.5",
514 "regex",
515 "rope",
516 "rpc",
517 "serde",
518 "serde_json",
519 "settings",
520 "smallvec",
521 "smol",
522 "telemetry_events",
523 "text",
524 "theme",
525 "tree-sitter-md",
526 "ui",
527 "unindent",
528 "util",
529 "uuid",
530 "workspace",
531 "workspace-hack",
532 "zed_actions",
533]
534
535[[package]]
536name = "assistant_settings"
537version = "0.1.0"
538dependencies = [
539 "anthropic",
540 "anyhow",
541 "collections",
542 "deepseek",
543 "fs",
544 "gpui",
545 "indexmap",
546 "language_model",
547 "lmstudio",
548 "log",
549 "mistral",
550 "ollama",
551 "open_ai",
552 "paths",
553 "schemars",
554 "serde",
555 "serde_json",
556 "serde_json_lenient",
557 "settings",
558 "workspace-hack",
559 "zed_llm_client",
560]
561
562[[package]]
563name = "assistant_slash_command"
564version = "0.1.0"
565dependencies = [
566 "anyhow",
567 "async-trait",
568 "collections",
569 "derive_more",
570 "extension",
571 "futures 0.3.31",
572 "gpui",
573 "language",
574 "language_model",
575 "parking_lot",
576 "pretty_assertions",
577 "serde",
578 "serde_json",
579 "ui",
580 "workspace",
581 "workspace-hack",
582]
583
584[[package]]
585name = "assistant_slash_commands"
586version = "0.1.0"
587dependencies = [
588 "anyhow",
589 "assistant_slash_command",
590 "cargo_toml",
591 "chrono",
592 "collections",
593 "context_server",
594 "editor",
595 "env_logger 0.11.8",
596 "feature_flags",
597 "fs",
598 "futures 0.3.31",
599 "fuzzy",
600 "globset",
601 "gpui",
602 "html_to_markdown",
603 "http_client",
604 "indexed_docs",
605 "language",
606 "pretty_assertions",
607 "project",
608 "prompt_store",
609 "rope",
610 "serde",
611 "serde_json",
612 "settings",
613 "smol",
614 "terminal_view",
615 "text",
616 "toml 0.8.20",
617 "ui",
618 "util",
619 "workspace",
620 "workspace-hack",
621 "worktree",
622]
623
624[[package]]
625name = "assistant_tool"
626version = "0.1.0"
627dependencies = [
628 "anyhow",
629 "buffer_diff",
630 "clock",
631 "collections",
632 "ctor",
633 "derive_more",
634 "env_logger 0.11.8",
635 "futures 0.3.31",
636 "gpui",
637 "icons",
638 "language",
639 "language_model",
640 "log",
641 "parking_lot",
642 "pretty_assertions",
643 "project",
644 "rand 0.8.5",
645 "regex",
646 "serde",
647 "serde_json",
648 "settings",
649 "text",
650 "util",
651 "workspace",
652 "workspace-hack",
653]
654
655[[package]]
656name = "assistant_tools"
657version = "0.1.0"
658dependencies = [
659 "aho-corasick",
660 "anyhow",
661 "assistant_settings",
662 "assistant_tool",
663 "buffer_diff",
664 "chrono",
665 "client",
666 "clock",
667 "collections",
668 "component",
669 "derive_more",
670 "editor",
671 "feature_flags",
672 "fs",
673 "futures 0.3.31",
674 "gpui",
675 "gpui_tokio",
676 "handlebars 4.5.0",
677 "html_to_markdown",
678 "http_client",
679 "indoc",
680 "itertools 0.14.0",
681 "language",
682 "language_model",
683 "language_models",
684 "log",
685 "markdown",
686 "open",
687 "paths",
688 "portable-pty",
689 "pretty_assertions",
690 "project",
691 "rand 0.8.5",
692 "regex",
693 "reqwest_client",
694 "rust-embed",
695 "schemars",
696 "serde",
697 "serde_json",
698 "settings",
699 "smallvec",
700 "streaming_diff",
701 "strsim",
702 "task",
703 "tempfile",
704 "terminal",
705 "terminal_view",
706 "theme",
707 "tree-sitter-rust",
708 "ui",
709 "unindent",
710 "util",
711 "web_search",
712 "which 6.0.3",
713 "workspace",
714 "workspace-hack",
715 "zed_llm_client",
716 "zlog",
717]
718
719[[package]]
720name = "async-attributes"
721version = "1.1.2"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
724dependencies = [
725 "quote",
726 "syn 1.0.109",
727]
728
729[[package]]
730name = "async-broadcast"
731version = "0.7.2"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
734dependencies = [
735 "event-listener 5.4.0",
736 "event-listener-strategy",
737 "futures-core",
738 "pin-project-lite",
739]
740
741[[package]]
742name = "async-channel"
743version = "1.9.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
746dependencies = [
747 "concurrent-queue",
748 "event-listener 2.5.3",
749 "futures-core",
750]
751
752[[package]]
753name = "async-channel"
754version = "2.3.1"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
757dependencies = [
758 "concurrent-queue",
759 "event-listener-strategy",
760 "futures-core",
761 "pin-project-lite",
762]
763
764[[package]]
765name = "async-compat"
766version = "0.2.4"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
769dependencies = [
770 "futures-core",
771 "futures-io",
772 "once_cell",
773 "pin-project-lite",
774 "tokio",
775]
776
777[[package]]
778name = "async-compression"
779version = "0.4.22"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
782dependencies = [
783 "deflate64",
784 "flate2",
785 "futures-core",
786 "futures-io",
787 "memchr",
788 "pin-project-lite",
789]
790
791[[package]]
792name = "async-dispatcher"
793version = "0.1.2"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
796dependencies = [
797 "async-task",
798 "futures-lite 1.13.0",
799]
800
801[[package]]
802name = "async-executor"
803version = "1.13.1"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
806dependencies = [
807 "async-task",
808 "concurrent-queue",
809 "fastrand 2.3.0",
810 "futures-lite 2.6.0",
811 "slab",
812]
813
814[[package]]
815name = "async-fs"
816version = "2.1.2"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
819dependencies = [
820 "async-lock",
821 "blocking",
822 "futures-lite 2.6.0",
823]
824
825[[package]]
826name = "async-global-executor"
827version = "2.4.1"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
830dependencies = [
831 "async-channel 2.3.1",
832 "async-executor",
833 "async-io",
834 "async-lock",
835 "blocking",
836 "futures-lite 2.6.0",
837 "once_cell",
838]
839
840[[package]]
841name = "async-io"
842version = "2.4.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
845dependencies = [
846 "async-lock",
847 "cfg-if",
848 "concurrent-queue",
849 "futures-io",
850 "futures-lite 2.6.0",
851 "parking",
852 "polling",
853 "rustix 0.38.44",
854 "slab",
855 "tracing",
856 "windows-sys 0.59.0",
857]
858
859[[package]]
860name = "async-lock"
861version = "3.4.0"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
864dependencies = [
865 "event-listener 5.4.0",
866 "event-listener-strategy",
867 "pin-project-lite",
868]
869
870[[package]]
871name = "async-net"
872version = "2.0.0"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
875dependencies = [
876 "async-io",
877 "blocking",
878 "futures-lite 2.6.0",
879]
880
881[[package]]
882name = "async-pipe"
883version = "0.1.3"
884source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
885dependencies = [
886 "futures 0.3.31",
887 "log",
888]
889
890[[package]]
891name = "async-process"
892version = "2.3.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
895dependencies = [
896 "async-channel 2.3.1",
897 "async-io",
898 "async-lock",
899 "async-signal",
900 "async-task",
901 "blocking",
902 "cfg-if",
903 "event-listener 5.4.0",
904 "futures-lite 2.6.0",
905 "rustix 0.38.44",
906 "tracing",
907]
908
909[[package]]
910name = "async-recursion"
911version = "0.3.2"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
914dependencies = [
915 "proc-macro2",
916 "quote",
917 "syn 1.0.109",
918]
919
920[[package]]
921name = "async-recursion"
922version = "1.1.1"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
925dependencies = [
926 "proc-macro2",
927 "quote",
928 "syn 2.0.101",
929]
930
931[[package]]
932name = "async-signal"
933version = "0.2.10"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
936dependencies = [
937 "async-io",
938 "async-lock",
939 "atomic-waker",
940 "cfg-if",
941 "futures-core",
942 "futures-io",
943 "rustix 0.38.44",
944 "signal-hook-registry",
945 "slab",
946 "windows-sys 0.59.0",
947]
948
949[[package]]
950name = "async-std"
951version = "1.13.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
954dependencies = [
955 "async-attributes",
956 "async-channel 1.9.0",
957 "async-global-executor",
958 "async-io",
959 "async-lock",
960 "async-process",
961 "crossbeam-utils",
962 "futures-channel",
963 "futures-core",
964 "futures-io",
965 "futures-lite 2.6.0",
966 "gloo-timers",
967 "kv-log-macro",
968 "log",
969 "memchr",
970 "once_cell",
971 "pin-project-lite",
972 "pin-utils",
973 "slab",
974 "wasm-bindgen-futures",
975]
976
977[[package]]
978name = "async-stream"
979version = "0.3.6"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
982dependencies = [
983 "async-stream-impl",
984 "futures-core",
985 "pin-project-lite",
986]
987
988[[package]]
989name = "async-stream-impl"
990version = "0.3.6"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
993dependencies = [
994 "proc-macro2",
995 "quote",
996 "syn 2.0.101",
997]
998
999[[package]]
1000name = "async-stripe"
1001version = "0.40.0"
1002source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1003dependencies = [
1004 "chrono",
1005 "futures-util",
1006 "http-types",
1007 "hyper 0.14.32",
1008 "hyper-rustls 0.24.2",
1009 "serde",
1010 "serde_json",
1011 "serde_path_to_error",
1012 "serde_qs 0.10.1",
1013 "smart-default",
1014 "smol_str 0.1.24",
1015 "thiserror 1.0.69",
1016 "tokio",
1017]
1018
1019[[package]]
1020name = "async-tar"
1021version = "0.5.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1024dependencies = [
1025 "async-std",
1026 "filetime",
1027 "libc",
1028 "pin-project",
1029 "redox_syscall 0.2.16",
1030 "xattr",
1031]
1032
1033[[package]]
1034name = "async-task"
1035version = "4.7.1"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1038
1039[[package]]
1040name = "async-trait"
1041version = "0.1.88"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
1044dependencies = [
1045 "proc-macro2",
1046 "quote",
1047 "syn 2.0.101",
1048]
1049
1050[[package]]
1051name = "async-tungstenite"
1052version = "0.29.1"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1055dependencies = [
1056 "atomic-waker",
1057 "futures-core",
1058 "futures-io",
1059 "futures-task",
1060 "futures-util",
1061 "log",
1062 "pin-project-lite",
1063 "rustls-pki-types",
1064 "tokio",
1065 "tokio-rustls 0.26.2",
1066 "tungstenite 0.26.2",
1067]
1068
1069[[package]]
1070name = "async-watch"
1071version = "0.3.1"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1074dependencies = [
1075 "event-listener 2.5.3",
1076]
1077
1078[[package]]
1079name = "async_zip"
1080version = "0.0.17"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1083dependencies = [
1084 "async-compression",
1085 "crc32fast",
1086 "futures-lite 2.6.0",
1087 "pin-project",
1088 "thiserror 1.0.69",
1089]
1090
1091[[package]]
1092name = "asynchronous-codec"
1093version = "0.7.0"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1096dependencies = [
1097 "bytes 1.10.1",
1098 "futures-sink",
1099 "futures-util",
1100 "memchr",
1101 "pin-project-lite",
1102]
1103
1104[[package]]
1105name = "atoi"
1106version = "2.0.0"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1109dependencies = [
1110 "num-traits",
1111]
1112
1113[[package]]
1114name = "atomic"
1115version = "0.5.3"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1118
1119[[package]]
1120name = "atomic-waker"
1121version = "1.1.2"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1124
1125[[package]]
1126name = "audio"
1127version = "0.1.0"
1128dependencies = [
1129 "anyhow",
1130 "collections",
1131 "derive_more",
1132 "gpui",
1133 "parking_lot",
1134 "rodio",
1135 "util",
1136 "workspace-hack",
1137]
1138
1139[[package]]
1140name = "auditable-serde"
1141version = "0.8.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1144dependencies = [
1145 "semver",
1146 "serde",
1147 "serde_json",
1148 "topological-sort",
1149]
1150
1151[[package]]
1152name = "auto_update"
1153version = "0.1.0"
1154dependencies = [
1155 "anyhow",
1156 "client",
1157 "db",
1158 "gpui",
1159 "http_client",
1160 "log",
1161 "paths",
1162 "release_channel",
1163 "schemars",
1164 "serde",
1165 "serde_json",
1166 "settings",
1167 "smol",
1168 "tempfile",
1169 "which 6.0.3",
1170 "workspace",
1171 "workspace-hack",
1172]
1173
1174[[package]]
1175name = "auto_update_helper"
1176version = "0.1.0"
1177dependencies = [
1178 "anyhow",
1179 "log",
1180 "simplelog",
1181 "windows 0.61.1",
1182 "winresource",
1183 "workspace-hack",
1184]
1185
1186[[package]]
1187name = "auto_update_ui"
1188version = "0.1.0"
1189dependencies = [
1190 "anyhow",
1191 "auto_update",
1192 "client",
1193 "editor",
1194 "gpui",
1195 "http_client",
1196 "markdown_preview",
1197 "release_channel",
1198 "serde",
1199 "serde_json",
1200 "smol",
1201 "util",
1202 "workspace",
1203 "workspace-hack",
1204]
1205
1206[[package]]
1207name = "autocfg"
1208version = "1.4.0"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1211
1212[[package]]
1213name = "av1-grain"
1214version = "0.2.3"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1217dependencies = [
1218 "anyhow",
1219 "arrayvec",
1220 "log",
1221 "nom",
1222 "num-rational",
1223 "v_frame",
1224]
1225
1226[[package]]
1227name = "avif-serialize"
1228version = "0.8.3"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1231dependencies = [
1232 "arrayvec",
1233]
1234
1235[[package]]
1236name = "aws-config"
1237version = "1.6.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1240dependencies = [
1241 "aws-credential-types",
1242 "aws-runtime",
1243 "aws-sdk-sso",
1244 "aws-sdk-ssooidc",
1245 "aws-sdk-sts",
1246 "aws-smithy-async",
1247 "aws-smithy-http",
1248 "aws-smithy-json",
1249 "aws-smithy-runtime",
1250 "aws-smithy-runtime-api",
1251 "aws-smithy-types",
1252 "aws-types",
1253 "bytes 1.10.1",
1254 "fastrand 2.3.0",
1255 "hex",
1256 "http 1.3.1",
1257 "ring",
1258 "time",
1259 "tokio",
1260 "tracing",
1261 "url",
1262 "zeroize",
1263]
1264
1265[[package]]
1266name = "aws-credential-types"
1267version = "1.2.2"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1270dependencies = [
1271 "aws-smithy-async",
1272 "aws-smithy-runtime-api",
1273 "aws-smithy-types",
1274 "zeroize",
1275]
1276
1277[[package]]
1278name = "aws-lc-rs"
1279version = "1.13.1"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1282dependencies = [
1283 "aws-lc-sys",
1284 "zeroize",
1285]
1286
1287[[package]]
1288name = "aws-lc-sys"
1289version = "0.29.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1292dependencies = [
1293 "bindgen 0.69.5",
1294 "cc",
1295 "cmake",
1296 "dunce",
1297 "fs_extra",
1298]
1299
1300[[package]]
1301name = "aws-runtime"
1302version = "1.5.6"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1305dependencies = [
1306 "aws-credential-types",
1307 "aws-sigv4",
1308 "aws-smithy-async",
1309 "aws-smithy-eventstream",
1310 "aws-smithy-http",
1311 "aws-smithy-runtime",
1312 "aws-smithy-runtime-api",
1313 "aws-smithy-types",
1314 "aws-types",
1315 "bytes 1.10.1",
1316 "fastrand 2.3.0",
1317 "http 0.2.12",
1318 "http-body 0.4.6",
1319 "once_cell",
1320 "percent-encoding",
1321 "pin-project-lite",
1322 "tracing",
1323 "uuid",
1324]
1325
1326[[package]]
1327name = "aws-sdk-bedrockruntime"
1328version = "1.82.0"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1331dependencies = [
1332 "aws-credential-types",
1333 "aws-runtime",
1334 "aws-sigv4",
1335 "aws-smithy-async",
1336 "aws-smithy-eventstream",
1337 "aws-smithy-http",
1338 "aws-smithy-json",
1339 "aws-smithy-runtime",
1340 "aws-smithy-runtime-api",
1341 "aws-smithy-types",
1342 "aws-types",
1343 "bytes 1.10.1",
1344 "fastrand 2.3.0",
1345 "http 0.2.12",
1346 "hyper 0.14.32",
1347 "once_cell",
1348 "regex-lite",
1349 "tracing",
1350]
1351
1352[[package]]
1353name = "aws-sdk-kinesis"
1354version = "1.66.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1357dependencies = [
1358 "aws-credential-types",
1359 "aws-runtime",
1360 "aws-smithy-async",
1361 "aws-smithy-eventstream",
1362 "aws-smithy-http",
1363 "aws-smithy-json",
1364 "aws-smithy-runtime",
1365 "aws-smithy-runtime-api",
1366 "aws-smithy-types",
1367 "aws-types",
1368 "bytes 1.10.1",
1369 "fastrand 2.3.0",
1370 "http 0.2.12",
1371 "once_cell",
1372 "regex-lite",
1373 "tracing",
1374]
1375
1376[[package]]
1377name = "aws-sdk-s3"
1378version = "1.82.0"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1381dependencies = [
1382 "aws-credential-types",
1383 "aws-runtime",
1384 "aws-sigv4",
1385 "aws-smithy-async",
1386 "aws-smithy-checksums",
1387 "aws-smithy-eventstream",
1388 "aws-smithy-http",
1389 "aws-smithy-json",
1390 "aws-smithy-runtime",
1391 "aws-smithy-runtime-api",
1392 "aws-smithy-types",
1393 "aws-smithy-xml",
1394 "aws-types",
1395 "bytes 1.10.1",
1396 "fastrand 2.3.0",
1397 "hex",
1398 "hmac",
1399 "http 0.2.12",
1400 "http 1.3.1",
1401 "http-body 0.4.6",
1402 "lru",
1403 "once_cell",
1404 "percent-encoding",
1405 "regex-lite",
1406 "sha2",
1407 "tracing",
1408 "url",
1409]
1410
1411[[package]]
1412name = "aws-sdk-sso"
1413version = "1.64.0"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1416dependencies = [
1417 "aws-credential-types",
1418 "aws-runtime",
1419 "aws-smithy-async",
1420 "aws-smithy-http",
1421 "aws-smithy-json",
1422 "aws-smithy-runtime",
1423 "aws-smithy-runtime-api",
1424 "aws-smithy-types",
1425 "aws-types",
1426 "bytes 1.10.1",
1427 "fastrand 2.3.0",
1428 "http 0.2.12",
1429 "once_cell",
1430 "regex-lite",
1431 "tracing",
1432]
1433
1434[[package]]
1435name = "aws-sdk-ssooidc"
1436version = "1.65.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1439dependencies = [
1440 "aws-credential-types",
1441 "aws-runtime",
1442 "aws-smithy-async",
1443 "aws-smithy-http",
1444 "aws-smithy-json",
1445 "aws-smithy-runtime",
1446 "aws-smithy-runtime-api",
1447 "aws-smithy-types",
1448 "aws-types",
1449 "bytes 1.10.1",
1450 "fastrand 2.3.0",
1451 "http 0.2.12",
1452 "once_cell",
1453 "regex-lite",
1454 "tracing",
1455]
1456
1457[[package]]
1458name = "aws-sdk-sts"
1459version = "1.65.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1462dependencies = [
1463 "aws-credential-types",
1464 "aws-runtime",
1465 "aws-smithy-async",
1466 "aws-smithy-http",
1467 "aws-smithy-json",
1468 "aws-smithy-query",
1469 "aws-smithy-runtime",
1470 "aws-smithy-runtime-api",
1471 "aws-smithy-types",
1472 "aws-smithy-xml",
1473 "aws-types",
1474 "fastrand 2.3.0",
1475 "http 0.2.12",
1476 "once_cell",
1477 "regex-lite",
1478 "tracing",
1479]
1480
1481[[package]]
1482name = "aws-sigv4"
1483version = "1.3.0"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1486dependencies = [
1487 "aws-credential-types",
1488 "aws-smithy-eventstream",
1489 "aws-smithy-http",
1490 "aws-smithy-runtime-api",
1491 "aws-smithy-types",
1492 "bytes 1.10.1",
1493 "crypto-bigint 0.5.5",
1494 "form_urlencoded",
1495 "hex",
1496 "hmac",
1497 "http 0.2.12",
1498 "http 1.3.1",
1499 "once_cell",
1500 "p256",
1501 "percent-encoding",
1502 "ring",
1503 "sha2",
1504 "subtle",
1505 "time",
1506 "tracing",
1507 "zeroize",
1508]
1509
1510[[package]]
1511name = "aws-smithy-async"
1512version = "1.2.5"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1515dependencies = [
1516 "futures-util",
1517 "pin-project-lite",
1518 "tokio",
1519]
1520
1521[[package]]
1522name = "aws-smithy-checksums"
1523version = "0.63.1"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1526dependencies = [
1527 "aws-smithy-http",
1528 "aws-smithy-types",
1529 "bytes 1.10.1",
1530 "crc32c",
1531 "crc32fast",
1532 "crc64fast-nvme",
1533 "hex",
1534 "http 0.2.12",
1535 "http-body 0.4.6",
1536 "md-5",
1537 "pin-project-lite",
1538 "sha1",
1539 "sha2",
1540 "tracing",
1541]
1542
1543[[package]]
1544name = "aws-smithy-eventstream"
1545version = "0.60.8"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1548dependencies = [
1549 "aws-smithy-types",
1550 "bytes 1.10.1",
1551 "crc32fast",
1552]
1553
1554[[package]]
1555name = "aws-smithy-http"
1556version = "0.62.0"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1559dependencies = [
1560 "aws-smithy-eventstream",
1561 "aws-smithy-runtime-api",
1562 "aws-smithy-types",
1563 "bytes 1.10.1",
1564 "bytes-utils",
1565 "futures-core",
1566 "http 0.2.12",
1567 "http 1.3.1",
1568 "http-body 0.4.6",
1569 "once_cell",
1570 "percent-encoding",
1571 "pin-project-lite",
1572 "pin-utils",
1573 "tracing",
1574]
1575
1576[[package]]
1577name = "aws-smithy-http-client"
1578version = "1.0.1"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1581dependencies = [
1582 "aws-smithy-async",
1583 "aws-smithy-runtime-api",
1584 "aws-smithy-types",
1585 "h2 0.4.9",
1586 "http 0.2.12",
1587 "http 1.3.1",
1588 "http-body 0.4.6",
1589 "hyper 0.14.32",
1590 "hyper 1.6.0",
1591 "hyper-rustls 0.24.2",
1592 "hyper-rustls 0.27.5",
1593 "hyper-util",
1594 "pin-project-lite",
1595 "rustls 0.21.12",
1596 "rustls 0.23.26",
1597 "rustls-native-certs 0.8.1",
1598 "rustls-pki-types",
1599 "tokio",
1600 "tower 0.5.2",
1601 "tracing",
1602]
1603
1604[[package]]
1605name = "aws-smithy-json"
1606version = "0.61.3"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1609dependencies = [
1610 "aws-smithy-types",
1611]
1612
1613[[package]]
1614name = "aws-smithy-observability"
1615version = "0.1.2"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1618dependencies = [
1619 "aws-smithy-runtime-api",
1620 "once_cell",
1621]
1622
1623[[package]]
1624name = "aws-smithy-query"
1625version = "0.60.7"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1628dependencies = [
1629 "aws-smithy-types",
1630 "urlencoding",
1631]
1632
1633[[package]]
1634name = "aws-smithy-runtime"
1635version = "1.8.1"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1638dependencies = [
1639 "aws-smithy-async",
1640 "aws-smithy-http",
1641 "aws-smithy-http-client",
1642 "aws-smithy-observability",
1643 "aws-smithy-runtime-api",
1644 "aws-smithy-types",
1645 "bytes 1.10.1",
1646 "fastrand 2.3.0",
1647 "http 0.2.12",
1648 "http 1.3.1",
1649 "http-body 0.4.6",
1650 "http-body 1.0.1",
1651 "once_cell",
1652 "pin-project-lite",
1653 "pin-utils",
1654 "tokio",
1655 "tracing",
1656]
1657
1658[[package]]
1659name = "aws-smithy-runtime-api"
1660version = "1.7.4"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1663dependencies = [
1664 "aws-smithy-async",
1665 "aws-smithy-types",
1666 "bytes 1.10.1",
1667 "http 0.2.12",
1668 "http 1.3.1",
1669 "pin-project-lite",
1670 "tokio",
1671 "tracing",
1672 "zeroize",
1673]
1674
1675[[package]]
1676name = "aws-smithy-types"
1677version = "1.3.0"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1680dependencies = [
1681 "base64-simd",
1682 "bytes 1.10.1",
1683 "bytes-utils",
1684 "futures-core",
1685 "http 0.2.12",
1686 "http 1.3.1",
1687 "http-body 0.4.6",
1688 "http-body 1.0.1",
1689 "http-body-util",
1690 "itoa",
1691 "num-integer",
1692 "pin-project-lite",
1693 "pin-utils",
1694 "ryu",
1695 "serde",
1696 "time",
1697 "tokio",
1698 "tokio-util",
1699]
1700
1701[[package]]
1702name = "aws-smithy-xml"
1703version = "0.60.9"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1706dependencies = [
1707 "xmlparser",
1708]
1709
1710[[package]]
1711name = "aws-types"
1712version = "1.3.6"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1715dependencies = [
1716 "aws-credential-types",
1717 "aws-smithy-async",
1718 "aws-smithy-runtime-api",
1719 "aws-smithy-types",
1720 "rustc_version",
1721 "tracing",
1722]
1723
1724[[package]]
1725name = "aws_http_client"
1726version = "0.1.0"
1727dependencies = [
1728 "aws-smithy-runtime-api",
1729 "aws-smithy-types",
1730 "futures 0.3.31",
1731 "http_client",
1732 "tokio",
1733 "workspace-hack",
1734]
1735
1736[[package]]
1737name = "axum"
1738version = "0.6.20"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1741dependencies = [
1742 "async-trait",
1743 "axum-core",
1744 "base64 0.21.7",
1745 "bitflags 1.3.2",
1746 "bytes 1.10.1",
1747 "futures-util",
1748 "headers",
1749 "http 0.2.12",
1750 "http-body 0.4.6",
1751 "hyper 0.14.32",
1752 "itoa",
1753 "matchit",
1754 "memchr",
1755 "mime",
1756 "percent-encoding",
1757 "pin-project-lite",
1758 "rustversion",
1759 "serde",
1760 "serde_json",
1761 "serde_path_to_error",
1762 "serde_urlencoded",
1763 "sha1",
1764 "sync_wrapper 0.1.2",
1765 "tokio",
1766 "tokio-tungstenite 0.20.1",
1767 "tower 0.4.13",
1768 "tower-layer",
1769 "tower-service",
1770]
1771
1772[[package]]
1773name = "axum-core"
1774version = "0.3.4"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1777dependencies = [
1778 "async-trait",
1779 "bytes 1.10.1",
1780 "futures-util",
1781 "http 0.2.12",
1782 "http-body 0.4.6",
1783 "mime",
1784 "rustversion",
1785 "tower-layer",
1786 "tower-service",
1787]
1788
1789[[package]]
1790name = "axum-extra"
1791version = "0.4.2"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1794dependencies = [
1795 "axum",
1796 "bytes 1.10.1",
1797 "futures-util",
1798 "http 0.2.12",
1799 "mime",
1800 "pin-project-lite",
1801 "serde",
1802 "serde_json",
1803 "tokio",
1804 "tower 0.4.13",
1805 "tower-http 0.3.5",
1806 "tower-layer",
1807 "tower-service",
1808]
1809
1810[[package]]
1811name = "backtrace"
1812version = "0.3.74"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1815dependencies = [
1816 "addr2line",
1817 "cfg-if",
1818 "libc",
1819 "miniz_oxide",
1820 "object",
1821 "rustc-demangle",
1822 "windows-targets 0.52.6",
1823]
1824
1825[[package]]
1826name = "base16ct"
1827version = "0.1.1"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1830
1831[[package]]
1832name = "base64"
1833version = "0.13.1"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1836
1837[[package]]
1838name = "base64"
1839version = "0.21.7"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1842
1843[[package]]
1844name = "base64"
1845version = "0.22.1"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1848
1849[[package]]
1850name = "base64-simd"
1851version = "0.8.0"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1854dependencies = [
1855 "outref",
1856 "vsimd",
1857]
1858
1859[[package]]
1860name = "base64ct"
1861version = "1.7.3"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
1864
1865[[package]]
1866name = "bedrock"
1867version = "0.1.0"
1868dependencies = [
1869 "anyhow",
1870 "aws-sdk-bedrockruntime",
1871 "aws-smithy-types",
1872 "futures 0.3.31",
1873 "schemars",
1874 "serde",
1875 "serde_json",
1876 "strum 0.27.1",
1877 "thiserror 2.0.12",
1878 "tokio",
1879 "workspace-hack",
1880]
1881
1882[[package]]
1883name = "beef"
1884version = "0.5.2"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1887
1888[[package]]
1889name = "bigdecimal"
1890version = "0.4.8"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1893dependencies = [
1894 "autocfg",
1895 "libm",
1896 "num-bigint",
1897 "num-integer",
1898 "num-traits",
1899 "serde",
1900]
1901
1902[[package]]
1903name = "bincode"
1904version = "1.3.3"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1907dependencies = [
1908 "serde",
1909]
1910
1911[[package]]
1912name = "bindgen"
1913version = "0.69.5"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1916dependencies = [
1917 "bitflags 2.9.0",
1918 "cexpr",
1919 "clang-sys",
1920 "itertools 0.12.1",
1921 "lazy_static",
1922 "lazycell",
1923 "log",
1924 "prettyplease",
1925 "proc-macro2",
1926 "quote",
1927 "regex",
1928 "rustc-hash 1.1.0",
1929 "shlex",
1930 "syn 2.0.101",
1931 "which 4.4.2",
1932]
1933
1934[[package]]
1935name = "bindgen"
1936version = "0.70.1"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1939dependencies = [
1940 "bitflags 2.9.0",
1941 "cexpr",
1942 "clang-sys",
1943 "itertools 0.13.0",
1944 "proc-macro2",
1945 "quote",
1946 "regex",
1947 "rustc-hash 1.1.0",
1948 "shlex",
1949 "syn 2.0.101",
1950]
1951
1952[[package]]
1953name = "bindgen"
1954version = "0.71.1"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1957dependencies = [
1958 "bitflags 2.9.0",
1959 "cexpr",
1960 "clang-sys",
1961 "itertools 0.13.0",
1962 "log",
1963 "prettyplease",
1964 "proc-macro2",
1965 "quote",
1966 "regex",
1967 "rustc-hash 2.1.1",
1968 "shlex",
1969 "syn 2.0.101",
1970]
1971
1972[[package]]
1973name = "bit-set"
1974version = "0.5.3"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1977dependencies = [
1978 "bit-vec 0.6.3",
1979]
1980
1981[[package]]
1982name = "bit-set"
1983version = "0.8.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1986dependencies = [
1987 "bit-vec 0.8.0",
1988]
1989
1990[[package]]
1991name = "bit-vec"
1992version = "0.6.3"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1995
1996[[package]]
1997name = "bit-vec"
1998version = "0.8.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2001
2002[[package]]
2003name = "bit_field"
2004version = "0.10.2"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2007
2008[[package]]
2009name = "bitflags"
2010version = "1.3.2"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2013
2014[[package]]
2015name = "bitflags"
2016version = "2.9.0"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2019dependencies = [
2020 "serde",
2021]
2022
2023[[package]]
2024name = "bitstream-io"
2025version = "2.6.0"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2028
2029[[package]]
2030name = "bitvec"
2031version = "1.0.1"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2034dependencies = [
2035 "funty",
2036 "radium",
2037 "tap",
2038 "wyz",
2039]
2040
2041[[package]]
2042name = "blade-graphics"
2043version = "0.6.0"
2044source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2045dependencies = [
2046 "ash",
2047 "ash-window",
2048 "bitflags 2.9.0",
2049 "bytemuck",
2050 "codespan-reporting 0.11.1",
2051 "glow",
2052 "gpu-alloc",
2053 "gpu-alloc-ash",
2054 "hidden-trait",
2055 "js-sys",
2056 "khronos-egl",
2057 "libloading",
2058 "log",
2059 "mint",
2060 "naga",
2061 "objc2",
2062 "objc2-app-kit",
2063 "objc2-core-foundation",
2064 "objc2-foundation",
2065 "objc2-metal",
2066 "objc2-quartz-core",
2067 "objc2-ui-kit",
2068 "raw-window-handle",
2069 "slab",
2070 "wasm-bindgen",
2071 "web-sys",
2072]
2073
2074[[package]]
2075name = "blade-macros"
2076version = "0.3.0"
2077source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2078dependencies = [
2079 "proc-macro2",
2080 "quote",
2081 "syn 2.0.101",
2082]
2083
2084[[package]]
2085name = "blade-util"
2086version = "0.2.0"
2087source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2088dependencies = [
2089 "blade-graphics",
2090 "bytemuck",
2091 "log",
2092 "profiling",
2093]
2094
2095[[package]]
2096name = "blake2"
2097version = "0.10.6"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2100dependencies = [
2101 "digest",
2102]
2103
2104[[package]]
2105name = "blake3"
2106version = "1.8.2"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2109dependencies = [
2110 "arrayref",
2111 "arrayvec",
2112 "cc",
2113 "cfg-if",
2114 "constant_time_eq 0.3.1",
2115]
2116
2117[[package]]
2118name = "block"
2119version = "0.1.6"
2120source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2122
2123[[package]]
2124name = "block-buffer"
2125version = "0.10.4"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2128dependencies = [
2129 "generic-array",
2130]
2131
2132[[package]]
2133name = "block-padding"
2134version = "0.3.3"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2137dependencies = [
2138 "generic-array",
2139]
2140
2141[[package]]
2142name = "block2"
2143version = "0.6.1"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2146dependencies = [
2147 "objc2",
2148]
2149
2150[[package]]
2151name = "blocking"
2152version = "1.6.1"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2155dependencies = [
2156 "async-channel 2.3.1",
2157 "async-task",
2158 "futures-io",
2159 "futures-lite 2.6.0",
2160 "piper",
2161]
2162
2163[[package]]
2164name = "borrow-or-share"
2165version = "0.2.2"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2168
2169[[package]]
2170name = "borsh"
2171version = "1.5.7"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2174dependencies = [
2175 "borsh-derive",
2176 "cfg_aliases 0.2.1",
2177]
2178
2179[[package]]
2180name = "borsh-derive"
2181version = "1.5.7"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2184dependencies = [
2185 "once_cell",
2186 "proc-macro-crate",
2187 "proc-macro2",
2188 "quote",
2189 "syn 2.0.101",
2190]
2191
2192[[package]]
2193name = "breadcrumbs"
2194version = "0.1.0"
2195dependencies = [
2196 "editor",
2197 "gpui",
2198 "itertools 0.14.0",
2199 "theme",
2200 "ui",
2201 "workspace",
2202 "workspace-hack",
2203 "zed_actions",
2204]
2205
2206[[package]]
2207name = "bstr"
2208version = "1.12.0"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2211dependencies = [
2212 "memchr",
2213 "regex-automata 0.4.9",
2214 "serde",
2215]
2216
2217[[package]]
2218name = "buffer_diff"
2219version = "0.1.0"
2220dependencies = [
2221 "anyhow",
2222 "clock",
2223 "ctor",
2224 "env_logger 0.11.8",
2225 "futures 0.3.31",
2226 "git2",
2227 "gpui",
2228 "language",
2229 "log",
2230 "pretty_assertions",
2231 "rand 0.8.5",
2232 "rope",
2233 "serde_json",
2234 "sum_tree",
2235 "text",
2236 "unindent",
2237 "util",
2238 "workspace-hack",
2239]
2240
2241[[package]]
2242name = "built"
2243version = "0.7.7"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2246
2247[[package]]
2248name = "bumpalo"
2249version = "3.17.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2252dependencies = [
2253 "allocator-api2",
2254]
2255
2256[[package]]
2257name = "by_address"
2258version = "1.2.1"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2261
2262[[package]]
2263name = "bytecheck"
2264version = "0.6.12"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2267dependencies = [
2268 "bytecheck_derive",
2269 "ptr_meta",
2270 "simdutf8",
2271]
2272
2273[[package]]
2274name = "bytecheck_derive"
2275version = "0.6.12"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2278dependencies = [
2279 "proc-macro2",
2280 "quote",
2281 "syn 1.0.109",
2282]
2283
2284[[package]]
2285name = "bytecount"
2286version = "0.6.8"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2289
2290[[package]]
2291name = "bytemuck"
2292version = "1.22.0"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2295dependencies = [
2296 "bytemuck_derive",
2297]
2298
2299[[package]]
2300name = "bytemuck_derive"
2301version = "1.9.3"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2304dependencies = [
2305 "proc-macro2",
2306 "quote",
2307 "syn 2.0.101",
2308]
2309
2310[[package]]
2311name = "byteorder"
2312version = "1.5.0"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2315
2316[[package]]
2317name = "byteorder-lite"
2318version = "0.1.0"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2321
2322[[package]]
2323name = "bytes"
2324version = "0.4.12"
2325source = "registry+https://github.com/rust-lang/crates.io-index"
2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2327dependencies = [
2328 "byteorder",
2329 "iovec",
2330]
2331
2332[[package]]
2333name = "bytes"
2334version = "1.10.1"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2337
2338[[package]]
2339name = "bytes-utils"
2340version = "0.1.4"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2343dependencies = [
2344 "bytes 1.10.1",
2345 "either",
2346]
2347
2348[[package]]
2349name = "bzip2"
2350version = "0.4.4"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2353dependencies = [
2354 "bzip2-sys",
2355 "libc",
2356]
2357
2358[[package]]
2359name = "bzip2-sys"
2360version = "0.1.13+1.0.8"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2363dependencies = [
2364 "cc",
2365 "pkg-config",
2366]
2367
2368[[package]]
2369name = "call"
2370version = "0.1.0"
2371dependencies = [
2372 "anyhow",
2373 "audio",
2374 "client",
2375 "collections",
2376 "fs",
2377 "futures 0.3.31",
2378 "gpui",
2379 "gpui_tokio",
2380 "http_client",
2381 "language",
2382 "livekit_client",
2383 "log",
2384 "postage",
2385 "project",
2386 "schemars",
2387 "serde",
2388 "serde_derive",
2389 "settings",
2390 "telemetry",
2391 "util",
2392 "workspace-hack",
2393]
2394
2395[[package]]
2396name = "calloop"
2397version = "0.13.0"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2400dependencies = [
2401 "bitflags 2.9.0",
2402 "log",
2403 "polling",
2404 "rustix 0.38.44",
2405 "slab",
2406 "thiserror 1.0.69",
2407]
2408
2409[[package]]
2410name = "calloop-wayland-source"
2411version = "0.3.0"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2414dependencies = [
2415 "calloop",
2416 "rustix 0.38.44",
2417 "wayland-backend",
2418 "wayland-client",
2419]
2420
2421[[package]]
2422name = "camino"
2423version = "1.1.9"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2426dependencies = [
2427 "serde",
2428]
2429
2430[[package]]
2431name = "cap-fs-ext"
2432version = "3.4.4"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2435dependencies = [
2436 "cap-primitives",
2437 "cap-std",
2438 "io-lifetimes",
2439 "windows-sys 0.59.0",
2440]
2441
2442[[package]]
2443name = "cap-net-ext"
2444version = "3.4.4"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2447dependencies = [
2448 "cap-primitives",
2449 "cap-std",
2450 "rustix 1.0.7",
2451 "smallvec",
2452]
2453
2454[[package]]
2455name = "cap-primitives"
2456version = "3.4.4"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2459dependencies = [
2460 "ambient-authority",
2461 "fs-set-times",
2462 "io-extras",
2463 "io-lifetimes",
2464 "ipnet",
2465 "maybe-owned",
2466 "rustix 1.0.7",
2467 "rustix-linux-procfs",
2468 "windows-sys 0.59.0",
2469 "winx",
2470]
2471
2472[[package]]
2473name = "cap-rand"
2474version = "3.4.4"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2477dependencies = [
2478 "ambient-authority",
2479 "rand 0.8.5",
2480]
2481
2482[[package]]
2483name = "cap-std"
2484version = "3.4.4"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2487dependencies = [
2488 "cap-primitives",
2489 "io-extras",
2490 "io-lifetimes",
2491 "rustix 1.0.7",
2492]
2493
2494[[package]]
2495name = "cap-time-ext"
2496version = "3.4.4"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2499dependencies = [
2500 "ambient-authority",
2501 "cap-primitives",
2502 "iana-time-zone",
2503 "once_cell",
2504 "rustix 1.0.7",
2505 "winx",
2506]
2507
2508[[package]]
2509name = "cargo-platform"
2510version = "0.1.9"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2513dependencies = [
2514 "serde",
2515]
2516
2517[[package]]
2518name = "cargo_metadata"
2519version = "0.19.2"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2522dependencies = [
2523 "camino",
2524 "cargo-platform",
2525 "semver",
2526 "serde",
2527 "serde_json",
2528 "thiserror 2.0.12",
2529]
2530
2531[[package]]
2532name = "cargo_toml"
2533version = "0.21.0"
2534source = "registry+https://github.com/rust-lang/crates.io-index"
2535checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2536dependencies = [
2537 "serde",
2538 "toml 0.8.20",
2539]
2540
2541[[package]]
2542name = "cast"
2543version = "0.3.0"
2544source = "registry+https://github.com/rust-lang/crates.io-index"
2545checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2546
2547[[package]]
2548name = "cbc"
2549version = "0.1.2"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2552dependencies = [
2553 "cipher",
2554]
2555
2556[[package]]
2557name = "cbindgen"
2558version = "0.28.0"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2561dependencies = [
2562 "heck 0.4.1",
2563 "indexmap",
2564 "log",
2565 "proc-macro2",
2566 "quote",
2567 "serde",
2568 "serde_json",
2569 "syn 2.0.101",
2570 "tempfile",
2571 "toml 0.8.20",
2572]
2573
2574[[package]]
2575name = "cc"
2576version = "1.2.19"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2579dependencies = [
2580 "jobserver",
2581 "libc",
2582 "shlex",
2583]
2584
2585[[package]]
2586name = "cesu8"
2587version = "1.1.0"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2590
2591[[package]]
2592name = "cexpr"
2593version = "0.6.0"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2596dependencies = [
2597 "nom",
2598]
2599
2600[[package]]
2601name = "cfg-expr"
2602version = "0.15.8"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2605dependencies = [
2606 "smallvec",
2607 "target-lexicon 0.12.16",
2608]
2609
2610[[package]]
2611name = "cfg-if"
2612version = "1.0.0"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2615
2616[[package]]
2617name = "cfg_aliases"
2618version = "0.1.1"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2621
2622[[package]]
2623name = "cfg_aliases"
2624version = "0.2.1"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2627
2628[[package]]
2629name = "cgl"
2630version = "0.3.2"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2633dependencies = [
2634 "libc",
2635]
2636
2637[[package]]
2638name = "channel"
2639version = "0.1.0"
2640dependencies = [
2641 "anyhow",
2642 "client",
2643 "clock",
2644 "collections",
2645 "futures 0.3.31",
2646 "gpui",
2647 "http_client",
2648 "language",
2649 "log",
2650 "rand 0.8.5",
2651 "release_channel",
2652 "rpc",
2653 "settings",
2654 "sum_tree",
2655 "text",
2656 "time",
2657 "util",
2658 "workspace-hack",
2659]
2660
2661[[package]]
2662name = "chrono"
2663version = "0.4.41"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2666dependencies = [
2667 "android-tzdata",
2668 "iana-time-zone",
2669 "js-sys",
2670 "num-traits",
2671 "serde",
2672 "wasm-bindgen",
2673 "windows-link",
2674]
2675
2676[[package]]
2677name = "chunked_transfer"
2678version = "1.5.0"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2681
2682[[package]]
2683name = "ciborium"
2684version = "0.2.2"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2687dependencies = [
2688 "ciborium-io",
2689 "ciborium-ll",
2690 "serde",
2691]
2692
2693[[package]]
2694name = "ciborium-io"
2695version = "0.2.2"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2698
2699[[package]]
2700name = "ciborium-ll"
2701version = "0.2.2"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2704dependencies = [
2705 "ciborium-io",
2706 "half",
2707]
2708
2709[[package]]
2710name = "cipher"
2711version = "0.4.4"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2714dependencies = [
2715 "crypto-common",
2716 "inout",
2717 "zeroize",
2718]
2719
2720[[package]]
2721name = "circular-buffer"
2722version = "1.1.0"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
2725
2726[[package]]
2727name = "clang-sys"
2728version = "1.8.1"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2731dependencies = [
2732 "glob",
2733 "libc",
2734 "libloading",
2735]
2736
2737[[package]]
2738name = "clap"
2739version = "4.5.37"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2742dependencies = [
2743 "clap_builder",
2744 "clap_derive",
2745]
2746
2747[[package]]
2748name = "clap_builder"
2749version = "4.5.37"
2750source = "registry+https://github.com/rust-lang/crates.io-index"
2751checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2752dependencies = [
2753 "anstream",
2754 "anstyle",
2755 "clap_lex",
2756 "strsim",
2757 "terminal_size",
2758]
2759
2760[[package]]
2761name = "clap_complete"
2762version = "4.5.47"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
2765dependencies = [
2766 "clap",
2767]
2768
2769[[package]]
2770name = "clap_derive"
2771version = "4.5.32"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2774dependencies = [
2775 "heck 0.5.0",
2776 "proc-macro2",
2777 "quote",
2778 "syn 2.0.101",
2779]
2780
2781[[package]]
2782name = "clap_lex"
2783version = "0.7.4"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2786
2787[[package]]
2788name = "cli"
2789version = "0.1.0"
2790dependencies = [
2791 "anyhow",
2792 "clap",
2793 "collections",
2794 "core-foundation 0.10.0",
2795 "core-services",
2796 "exec",
2797 "fork",
2798 "ipc-channel",
2799 "parking_lot",
2800 "paths",
2801 "plist",
2802 "release_channel",
2803 "serde",
2804 "tempfile",
2805 "util",
2806 "windows 0.61.1",
2807 "workspace-hack",
2808]
2809
2810[[package]]
2811name = "client"
2812version = "0.1.0"
2813dependencies = [
2814 "anyhow",
2815 "async-recursion 0.3.2",
2816 "async-tungstenite",
2817 "chrono",
2818 "clock",
2819 "cocoa 0.26.0",
2820 "collections",
2821 "credentials_provider",
2822 "feature_flags",
2823 "futures 0.3.31",
2824 "gpui",
2825 "gpui_tokio",
2826 "http_client",
2827 "http_client_tls",
2828 "log",
2829 "parking_lot",
2830 "paths",
2831 "postage",
2832 "rand 0.8.5",
2833 "release_channel",
2834 "rpc",
2835 "schemars",
2836 "serde",
2837 "serde_json",
2838 "settings",
2839 "sha2",
2840 "smol",
2841 "telemetry",
2842 "telemetry_events",
2843 "text",
2844 "thiserror 2.0.12",
2845 "time",
2846 "tiny_http",
2847 "tokio",
2848 "tokio-socks",
2849 "url",
2850 "util",
2851 "windows 0.61.1",
2852 "workspace-hack",
2853 "worktree",
2854]
2855
2856[[package]]
2857name = "clock"
2858version = "0.1.0"
2859dependencies = [
2860 "parking_lot",
2861 "serde",
2862 "smallvec",
2863 "workspace-hack",
2864]
2865
2866[[package]]
2867name = "clru"
2868version = "0.6.2"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2871
2872[[package]]
2873name = "cmake"
2874version = "0.1.54"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
2877dependencies = [
2878 "cc",
2879]
2880
2881[[package]]
2882name = "cobs"
2883version = "0.2.3"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2886
2887[[package]]
2888name = "cocoa"
2889version = "0.25.0"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2892dependencies = [
2893 "bitflags 1.3.2",
2894 "block",
2895 "cocoa-foundation 0.1.2",
2896 "core-foundation 0.9.4",
2897 "core-graphics 0.23.2",
2898 "foreign-types 0.5.0",
2899 "libc",
2900 "objc",
2901]
2902
2903[[package]]
2904name = "cocoa"
2905version = "0.26.0"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2908dependencies = [
2909 "bitflags 2.9.0",
2910 "block",
2911 "cocoa-foundation 0.2.0",
2912 "core-foundation 0.10.0",
2913 "core-graphics 0.24.0",
2914 "foreign-types 0.5.0",
2915 "libc",
2916 "objc",
2917]
2918
2919[[package]]
2920name = "cocoa-foundation"
2921version = "0.1.2"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2924dependencies = [
2925 "bitflags 1.3.2",
2926 "block",
2927 "core-foundation 0.9.4",
2928 "core-graphics-types 0.1.3",
2929 "libc",
2930 "objc",
2931]
2932
2933[[package]]
2934name = "cocoa-foundation"
2935version = "0.2.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2938dependencies = [
2939 "bitflags 2.9.0",
2940 "block",
2941 "core-foundation 0.10.0",
2942 "core-graphics-types 0.2.0",
2943 "libc",
2944 "objc",
2945]
2946
2947[[package]]
2948name = "codespan-reporting"
2949version = "0.11.1"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2952dependencies = [
2953 "termcolor",
2954 "unicode-width 0.1.14",
2955]
2956
2957[[package]]
2958name = "codespan-reporting"
2959version = "0.12.0"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
2962dependencies = [
2963 "serde",
2964 "termcolor",
2965 "unicode-width 0.2.0",
2966]
2967
2968[[package]]
2969name = "collab"
2970version = "0.44.0"
2971dependencies = [
2972 "anyhow",
2973 "assistant_context_editor",
2974 "assistant_settings",
2975 "assistant_slash_command",
2976 "assistant_tool",
2977 "async-stripe",
2978 "async-trait",
2979 "async-tungstenite",
2980 "audio",
2981 "aws-config",
2982 "aws-sdk-kinesis",
2983 "aws-sdk-s3",
2984 "axum",
2985 "axum-extra",
2986 "base64 0.22.1",
2987 "buffer_diff",
2988 "call",
2989 "channel",
2990 "chrono",
2991 "client",
2992 "clock",
2993 "collab_ui",
2994 "collections",
2995 "command_palette_hooks",
2996 "context_server",
2997 "ctor",
2998 "dap",
2999 "dashmap 6.1.0",
3000 "debugger_ui",
3001 "derive_more",
3002 "editor",
3003 "env_logger 0.11.8",
3004 "envy",
3005 "extension",
3006 "file_finder",
3007 "fs",
3008 "futures 0.3.31",
3009 "git",
3010 "git_hosting_providers",
3011 "git_ui",
3012 "gpui",
3013 "gpui_tokio",
3014 "hex",
3015 "http_client",
3016 "hyper 0.14.32",
3017 "indoc",
3018 "jsonwebtoken",
3019 "language",
3020 "language_model",
3021 "livekit_api",
3022 "livekit_client",
3023 "log",
3024 "lsp",
3025 "menu",
3026 "multi_buffer",
3027 "nanoid",
3028 "node_runtime",
3029 "notifications",
3030 "parking_lot",
3031 "pretty_assertions",
3032 "project",
3033 "prometheus",
3034 "prompt_store",
3035 "prost 0.9.0",
3036 "rand 0.8.5",
3037 "recent_projects",
3038 "release_channel",
3039 "remote",
3040 "remote_server",
3041 "reqwest 0.11.27",
3042 "reqwest_client",
3043 "rpc",
3044 "rustc-demangle",
3045 "scrypt",
3046 "sea-orm",
3047 "semantic_version",
3048 "semver",
3049 "serde",
3050 "serde_derive",
3051 "serde_json",
3052 "session",
3053 "settings",
3054 "sha2",
3055 "sqlx",
3056 "strum 0.27.1",
3057 "subtle",
3058 "supermaven_api",
3059 "task",
3060 "telemetry_events",
3061 "text",
3062 "theme",
3063 "thiserror 2.0.12",
3064 "time",
3065 "tokio",
3066 "toml 0.8.20",
3067 "tower 0.4.13",
3068 "tower-http 0.4.4",
3069 "tracing",
3070 "tracing-subscriber",
3071 "unindent",
3072 "util",
3073 "uuid",
3074 "workspace",
3075 "workspace-hack",
3076 "worktree",
3077 "zed_llm_client",
3078]
3079
3080[[package]]
3081name = "collab_ui"
3082version = "0.1.0"
3083dependencies = [
3084 "anyhow",
3085 "call",
3086 "channel",
3087 "chrono",
3088 "client",
3089 "collections",
3090 "db",
3091 "editor",
3092 "emojis",
3093 "futures 0.3.31",
3094 "fuzzy",
3095 "gpui",
3096 "http_client",
3097 "language",
3098 "log",
3099 "menu",
3100 "notifications",
3101 "picker",
3102 "pretty_assertions",
3103 "project",
3104 "release_channel",
3105 "rich_text",
3106 "rpc",
3107 "schemars",
3108 "serde",
3109 "serde_derive",
3110 "serde_json",
3111 "settings",
3112 "smallvec",
3113 "story",
3114 "telemetry",
3115 "theme",
3116 "time",
3117 "time_format",
3118 "title_bar",
3119 "tree-sitter-md",
3120 "ui",
3121 "util",
3122 "workspace",
3123 "workspace-hack",
3124]
3125
3126[[package]]
3127name = "collections"
3128version = "0.1.0"
3129dependencies = [
3130 "indexmap",
3131 "rustc-hash 2.1.1",
3132 "workspace-hack",
3133]
3134
3135[[package]]
3136name = "color_quant"
3137version = "1.1.0"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3140
3141[[package]]
3142name = "colorchoice"
3143version = "1.0.3"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3146
3147[[package]]
3148name = "combine"
3149version = "4.6.7"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3152dependencies = [
3153 "bytes 1.10.1",
3154 "memchr",
3155]
3156
3157[[package]]
3158name = "command_palette"
3159version = "0.1.0"
3160dependencies = [
3161 "anyhow",
3162 "client",
3163 "collections",
3164 "command_palette_hooks",
3165 "ctor",
3166 "db",
3167 "editor",
3168 "env_logger 0.11.8",
3169 "fuzzy",
3170 "go_to_line",
3171 "gpui",
3172 "language",
3173 "log",
3174 "menu",
3175 "picker",
3176 "postage",
3177 "project",
3178 "serde",
3179 "serde_json",
3180 "settings",
3181 "telemetry",
3182 "theme",
3183 "time",
3184 "ui",
3185 "util",
3186 "workspace",
3187 "workspace-hack",
3188 "zed_actions",
3189]
3190
3191[[package]]
3192name = "command_palette_hooks"
3193version = "0.1.0"
3194dependencies = [
3195 "collections",
3196 "derive_more",
3197 "gpui",
3198 "workspace-hack",
3199]
3200
3201[[package]]
3202name = "component"
3203version = "0.1.0"
3204dependencies = [
3205 "collections",
3206 "gpui",
3207 "inventory",
3208 "parking_lot",
3209 "strum 0.27.1",
3210 "theme",
3211 "workspace-hack",
3212]
3213
3214[[package]]
3215name = "concurrent-queue"
3216version = "2.5.0"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3219dependencies = [
3220 "crossbeam-utils",
3221]
3222
3223[[package]]
3224name = "console"
3225version = "0.15.11"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3228dependencies = [
3229 "encode_unicode",
3230 "libc",
3231 "once_cell",
3232 "unicode-width 0.2.0",
3233 "windows-sys 0.59.0",
3234]
3235
3236[[package]]
3237name = "const-oid"
3238version = "0.9.6"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3241
3242[[package]]
3243name = "const-random"
3244version = "0.1.18"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3247dependencies = [
3248 "const-random-macro",
3249]
3250
3251[[package]]
3252name = "const-random-macro"
3253version = "0.1.16"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3256dependencies = [
3257 "getrandom 0.2.15",
3258 "once_cell",
3259 "tiny-keccak",
3260]
3261
3262[[package]]
3263name = "constant_time_eq"
3264version = "0.1.5"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3267
3268[[package]]
3269name = "constant_time_eq"
3270version = "0.3.1"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3273
3274[[package]]
3275name = "context_server"
3276version = "0.1.0"
3277dependencies = [
3278 "anyhow",
3279 "async-trait",
3280 "collections",
3281 "futures 0.3.31",
3282 "gpui",
3283 "log",
3284 "parking_lot",
3285 "postage",
3286 "schemars",
3287 "serde",
3288 "serde_json",
3289 "smol",
3290 "url",
3291 "util",
3292 "workspace-hack",
3293]
3294
3295[[package]]
3296name = "convert_case"
3297version = "0.4.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3300
3301[[package]]
3302name = "convert_case"
3303version = "0.6.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3306dependencies = [
3307 "unicode-segmentation",
3308]
3309
3310[[package]]
3311name = "convert_case"
3312version = "0.8.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3315dependencies = [
3316 "unicode-segmentation",
3317]
3318
3319[[package]]
3320name = "copilot"
3321version = "0.1.0"
3322dependencies = [
3323 "anyhow",
3324 "async-std",
3325 "chrono",
3326 "client",
3327 "clock",
3328 "collections",
3329 "command_palette_hooks",
3330 "ctor",
3331 "editor",
3332 "env_logger 0.11.8",
3333 "fs",
3334 "futures 0.3.31",
3335 "gpui",
3336 "http_client",
3337 "indoc",
3338 "inline_completion",
3339 "itertools 0.14.0",
3340 "language",
3341 "log",
3342 "lsp",
3343 "menu",
3344 "node_runtime",
3345 "parking_lot",
3346 "paths",
3347 "project",
3348 "rpc",
3349 "serde",
3350 "serde_json",
3351 "settings",
3352 "task",
3353 "theme",
3354 "ui",
3355 "util",
3356 "workspace",
3357 "workspace-hack",
3358]
3359
3360[[package]]
3361name = "core-foundation"
3362version = "0.9.4"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3365dependencies = [
3366 "core-foundation-sys",
3367 "libc",
3368]
3369
3370[[package]]
3371name = "core-foundation"
3372version = "0.10.0"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3375dependencies = [
3376 "core-foundation-sys",
3377 "libc",
3378]
3379
3380[[package]]
3381name = "core-foundation-sys"
3382version = "0.8.7"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3385
3386[[package]]
3387name = "core-graphics"
3388version = "0.23.2"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3391dependencies = [
3392 "bitflags 1.3.2",
3393 "core-foundation 0.9.4",
3394 "core-graphics-types 0.1.3",
3395 "foreign-types 0.5.0",
3396 "libc",
3397]
3398
3399[[package]]
3400name = "core-graphics"
3401version = "0.24.0"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3404dependencies = [
3405 "bitflags 2.9.0",
3406 "core-foundation 0.10.0",
3407 "core-graphics-types 0.2.0",
3408 "foreign-types 0.5.0",
3409 "libc",
3410]
3411
3412[[package]]
3413name = "core-graphics-helmer-fork"
3414version = "0.24.0"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3417dependencies = [
3418 "bitflags 2.9.0",
3419 "core-foundation 0.9.4",
3420 "core-graphics-types 0.1.3",
3421 "foreign-types 0.5.0",
3422 "libc",
3423]
3424
3425[[package]]
3426name = "core-graphics-types"
3427version = "0.1.3"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3430dependencies = [
3431 "bitflags 1.3.2",
3432 "core-foundation 0.9.4",
3433 "libc",
3434]
3435
3436[[package]]
3437name = "core-graphics-types"
3438version = "0.2.0"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3441dependencies = [
3442 "bitflags 2.9.0",
3443 "core-foundation 0.10.0",
3444 "libc",
3445]
3446
3447[[package]]
3448name = "core-graphics2"
3449version = "0.4.1"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3452dependencies = [
3453 "bitflags 2.9.0",
3454 "block",
3455 "cfg-if",
3456 "core-foundation 0.10.0",
3457 "libc",
3458]
3459
3460[[package]]
3461name = "core-services"
3462version = "0.2.1"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3465dependencies = [
3466 "core-foundation 0.9.4",
3467]
3468
3469[[package]]
3470name = "core-text"
3471version = "21.0.0"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3474dependencies = [
3475 "core-foundation 0.10.0",
3476 "core-graphics 0.24.0",
3477 "foreign-types 0.5.0",
3478 "libc",
3479]
3480
3481[[package]]
3482name = "core-video"
3483version = "0.4.3"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3486dependencies = [
3487 "block",
3488 "core-foundation 0.10.0",
3489 "core-graphics2",
3490 "io-surface",
3491 "libc",
3492 "metal",
3493]
3494
3495[[package]]
3496name = "core_maths"
3497version = "0.1.1"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3500dependencies = [
3501 "libm",
3502]
3503
3504[[package]]
3505name = "coreaudio-rs"
3506version = "0.11.3"
3507source = "registry+https://github.com/rust-lang/crates.io-index"
3508checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3509dependencies = [
3510 "bitflags 1.3.2",
3511 "core-foundation-sys",
3512 "coreaudio-sys",
3513]
3514
3515[[package]]
3516name = "coreaudio-rs"
3517version = "0.12.1"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3520dependencies = [
3521 "bitflags 1.3.2",
3522 "core-foundation-sys",
3523 "coreaudio-sys",
3524]
3525
3526[[package]]
3527name = "coreaudio-sys"
3528version = "0.2.16"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3531dependencies = [
3532 "bindgen 0.70.1",
3533]
3534
3535[[package]]
3536name = "cosmic-text"
3537version = "0.14.0"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3540dependencies = [
3541 "bitflags 2.9.0",
3542 "fontdb 0.16.2",
3543 "log",
3544 "rangemap",
3545 "rustc-hash 1.1.0",
3546 "rustybuzz 0.14.1",
3547 "self_cell",
3548 "smol_str 0.2.2",
3549 "swash",
3550 "sys-locale",
3551 "ttf-parser 0.21.1",
3552 "unicode-bidi",
3553 "unicode-linebreak",
3554 "unicode-script",
3555 "unicode-segmentation",
3556]
3557
3558[[package]]
3559name = "cpal"
3560version = "0.15.3"
3561source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3562dependencies = [
3563 "alsa",
3564 "core-foundation-sys",
3565 "coreaudio-rs 0.11.3",
3566 "dasp_sample",
3567 "jni",
3568 "js-sys",
3569 "libc",
3570 "mach2",
3571 "ndk",
3572 "ndk-context",
3573 "oboe",
3574 "wasm-bindgen",
3575 "wasm-bindgen-futures",
3576 "web-sys",
3577 "windows 0.54.0",
3578]
3579
3580[[package]]
3581name = "cpp_demangle"
3582version = "0.4.4"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3585dependencies = [
3586 "cfg-if",
3587]
3588
3589[[package]]
3590name = "cpufeatures"
3591version = "0.2.17"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3594dependencies = [
3595 "libc",
3596]
3597
3598[[package]]
3599name = "cranelift-bforest"
3600version = "0.116.1"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3603dependencies = [
3604 "cranelift-entity",
3605]
3606
3607[[package]]
3608name = "cranelift-bitset"
3609version = "0.116.1"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3612dependencies = [
3613 "serde",
3614 "serde_derive",
3615]
3616
3617[[package]]
3618name = "cranelift-codegen"
3619version = "0.116.1"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3622dependencies = [
3623 "bumpalo",
3624 "cranelift-bforest",
3625 "cranelift-bitset",
3626 "cranelift-codegen-meta",
3627 "cranelift-codegen-shared",
3628 "cranelift-control",
3629 "cranelift-entity",
3630 "cranelift-isle",
3631 "gimli",
3632 "hashbrown 0.14.5",
3633 "log",
3634 "regalloc2",
3635 "rustc-hash 2.1.1",
3636 "serde",
3637 "smallvec",
3638 "target-lexicon 0.13.2",
3639]
3640
3641[[package]]
3642name = "cranelift-codegen-meta"
3643version = "0.116.1"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3646dependencies = [
3647 "cranelift-codegen-shared",
3648]
3649
3650[[package]]
3651name = "cranelift-codegen-shared"
3652version = "0.116.1"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3655
3656[[package]]
3657name = "cranelift-control"
3658version = "0.116.1"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3661dependencies = [
3662 "arbitrary",
3663]
3664
3665[[package]]
3666name = "cranelift-entity"
3667version = "0.116.1"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3670dependencies = [
3671 "cranelift-bitset",
3672 "serde",
3673 "serde_derive",
3674]
3675
3676[[package]]
3677name = "cranelift-frontend"
3678version = "0.116.1"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3681dependencies = [
3682 "cranelift-codegen",
3683 "log",
3684 "smallvec",
3685 "target-lexicon 0.13.2",
3686]
3687
3688[[package]]
3689name = "cranelift-isle"
3690version = "0.116.1"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3693
3694[[package]]
3695name = "cranelift-native"
3696version = "0.116.1"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3699dependencies = [
3700 "cranelift-codegen",
3701 "libc",
3702 "target-lexicon 0.13.2",
3703]
3704
3705[[package]]
3706name = "crc"
3707version = "3.2.1"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3710dependencies = [
3711 "crc-catalog",
3712]
3713
3714[[package]]
3715name = "crc-catalog"
3716version = "2.4.0"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3719
3720[[package]]
3721name = "crc32c"
3722version = "0.6.8"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3725dependencies = [
3726 "rustc_version",
3727]
3728
3729[[package]]
3730name = "crc32fast"
3731version = "1.4.2"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3734dependencies = [
3735 "cfg-if",
3736]
3737
3738[[package]]
3739name = "crc64fast-nvme"
3740version = "1.2.0"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3743dependencies = [
3744 "crc",
3745]
3746
3747[[package]]
3748name = "credentials_provider"
3749version = "0.1.0"
3750dependencies = [
3751 "anyhow",
3752 "futures 0.3.31",
3753 "gpui",
3754 "paths",
3755 "release_channel",
3756 "serde",
3757 "serde_json",
3758 "workspace-hack",
3759]
3760
3761[[package]]
3762name = "criterion"
3763version = "0.5.1"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3766dependencies = [
3767 "anes",
3768 "cast",
3769 "ciborium",
3770 "clap",
3771 "criterion-plot",
3772 "is-terminal",
3773 "itertools 0.10.5",
3774 "num-traits",
3775 "once_cell",
3776 "oorandom",
3777 "plotters",
3778 "rayon",
3779 "regex",
3780 "serde",
3781 "serde_derive",
3782 "serde_json",
3783 "tinytemplate",
3784 "walkdir",
3785]
3786
3787[[package]]
3788name = "criterion-plot"
3789version = "0.5.0"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3792dependencies = [
3793 "cast",
3794 "itertools 0.10.5",
3795]
3796
3797[[package]]
3798name = "crossbeam-channel"
3799version = "0.5.15"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3802dependencies = [
3803 "crossbeam-utils",
3804]
3805
3806[[package]]
3807name = "crossbeam-deque"
3808version = "0.8.6"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3811dependencies = [
3812 "crossbeam-epoch",
3813 "crossbeam-utils",
3814]
3815
3816[[package]]
3817name = "crossbeam-epoch"
3818version = "0.9.18"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3821dependencies = [
3822 "crossbeam-utils",
3823]
3824
3825[[package]]
3826name = "crossbeam-queue"
3827version = "0.3.12"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3830dependencies = [
3831 "crossbeam-utils",
3832]
3833
3834[[package]]
3835name = "crossbeam-utils"
3836version = "0.8.21"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3839
3840[[package]]
3841name = "crunchy"
3842version = "0.2.3"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3845
3846[[package]]
3847name = "crypto-bigint"
3848version = "0.4.9"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3851dependencies = [
3852 "generic-array",
3853 "rand_core 0.6.4",
3854 "subtle",
3855 "zeroize",
3856]
3857
3858[[package]]
3859name = "crypto-bigint"
3860version = "0.5.5"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3863dependencies = [
3864 "rand_core 0.6.4",
3865 "subtle",
3866]
3867
3868[[package]]
3869name = "crypto-common"
3870version = "0.1.6"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3873dependencies = [
3874 "generic-array",
3875 "rand_core 0.6.4",
3876 "typenum",
3877]
3878
3879[[package]]
3880name = "cssparser"
3881version = "0.35.0"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3884dependencies = [
3885 "cssparser-macros",
3886 "dtoa-short",
3887 "itoa",
3888 "phf",
3889 "smallvec",
3890]
3891
3892[[package]]
3893name = "cssparser-macros"
3894version = "0.6.1"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3897dependencies = [
3898 "quote",
3899 "syn 2.0.101",
3900]
3901
3902[[package]]
3903name = "ctor"
3904version = "0.4.2"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3907dependencies = [
3908 "ctor-proc-macro",
3909 "dtor",
3910]
3911
3912[[package]]
3913name = "ctor-proc-macro"
3914version = "0.0.5"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3917
3918[[package]]
3919name = "ctrlc"
3920version = "3.4.6"
3921source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3923dependencies = [
3924 "nix 0.29.0",
3925 "windows-sys 0.59.0",
3926]
3927
3928[[package]]
3929name = "cursor-icon"
3930version = "1.1.0"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3933
3934[[package]]
3935name = "cxx"
3936version = "1.0.157"
3937source = "registry+https://github.com/rust-lang/crates.io-index"
3938checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3939dependencies = [
3940 "cc",
3941 "cxxbridge-cmd",
3942 "cxxbridge-flags",
3943 "cxxbridge-macro",
3944 "foldhash",
3945 "link-cplusplus",
3946]
3947
3948[[package]]
3949name = "cxx-build"
3950version = "1.0.157"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3953dependencies = [
3954 "cc",
3955 "codespan-reporting 0.12.0",
3956 "proc-macro2",
3957 "quote",
3958 "scratch",
3959 "syn 2.0.101",
3960]
3961
3962[[package]]
3963name = "cxxbridge-cmd"
3964version = "1.0.157"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3967dependencies = [
3968 "clap",
3969 "codespan-reporting 0.12.0",
3970 "proc-macro2",
3971 "quote",
3972 "syn 2.0.101",
3973]
3974
3975[[package]]
3976name = "cxxbridge-flags"
3977version = "1.0.157"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3980
3981[[package]]
3982name = "cxxbridge-macro"
3983version = "1.0.157"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3986dependencies = [
3987 "proc-macro2",
3988 "quote",
3989 "rustversion",
3990 "syn 2.0.101",
3991]
3992
3993[[package]]
3994name = "dap"
3995version = "0.1.0"
3996dependencies = [
3997 "anyhow",
3998 "async-compression",
3999 "async-pipe",
4000 "async-tar",
4001 "async-trait",
4002 "client",
4003 "collections",
4004 "dap-types",
4005 "env_logger 0.11.8",
4006 "fs",
4007 "futures 0.3.31",
4008 "gpui",
4009 "http_client",
4010 "language",
4011 "log",
4012 "node_runtime",
4013 "parking_lot",
4014 "paths",
4015 "proto",
4016 "schemars",
4017 "serde",
4018 "serde_json",
4019 "settings",
4020 "smallvec",
4021 "smol",
4022 "task",
4023 "util",
4024 "workspace-hack",
4025]
4026
4027[[package]]
4028name = "dap-types"
4029version = "0.0.1"
4030source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
4031dependencies = [
4032 "schemars",
4033 "serde",
4034 "serde_json",
4035]
4036
4037[[package]]
4038name = "dap_adapters"
4039version = "0.1.0"
4040dependencies = [
4041 "anyhow",
4042 "async-trait",
4043 "dap",
4044 "futures 0.3.31",
4045 "gpui",
4046 "language",
4047 "paths",
4048 "serde",
4049 "serde_json",
4050 "task",
4051 "util",
4052 "workspace-hack",
4053]
4054
4055[[package]]
4056name = "darling"
4057version = "0.20.11"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4060dependencies = [
4061 "darling_core",
4062 "darling_macro",
4063]
4064
4065[[package]]
4066name = "darling_core"
4067version = "0.20.11"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4070dependencies = [
4071 "fnv",
4072 "ident_case",
4073 "proc-macro2",
4074 "quote",
4075 "strsim",
4076 "syn 2.0.101",
4077]
4078
4079[[package]]
4080name = "darling_macro"
4081version = "0.20.11"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4084dependencies = [
4085 "darling_core",
4086 "quote",
4087 "syn 2.0.101",
4088]
4089
4090[[package]]
4091name = "dashmap"
4092version = "5.5.3"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4095dependencies = [
4096 "cfg-if",
4097 "hashbrown 0.14.5",
4098 "lock_api",
4099 "once_cell",
4100 "parking_lot_core",
4101]
4102
4103[[package]]
4104name = "dashmap"
4105version = "6.1.0"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4108dependencies = [
4109 "cfg-if",
4110 "crossbeam-utils",
4111 "hashbrown 0.14.5",
4112 "lock_api",
4113 "once_cell",
4114 "parking_lot_core",
4115]
4116
4117[[package]]
4118name = "dasp_sample"
4119version = "0.11.0"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4122
4123[[package]]
4124name = "data-encoding"
4125version = "2.9.0"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4128
4129[[package]]
4130name = "data-url"
4131version = "0.3.1"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4134
4135[[package]]
4136name = "db"
4137version = "0.1.0"
4138dependencies = [
4139 "anyhow",
4140 "gpui",
4141 "indoc",
4142 "log",
4143 "paths",
4144 "release_channel",
4145 "smol",
4146 "sqlez",
4147 "sqlez_macros",
4148 "tempfile",
4149 "util",
4150 "workspace-hack",
4151]
4152
4153[[package]]
4154name = "dbus"
4155version = "0.9.7"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4158dependencies = [
4159 "libc",
4160 "libdbus-sys",
4161 "winapi",
4162]
4163
4164[[package]]
4165name = "debug_adapter_extension"
4166version = "0.1.0"
4167dependencies = [
4168 "anyhow",
4169 "async-trait",
4170 "dap",
4171 "extension",
4172 "gpui",
4173 "workspace-hack",
4174]
4175
4176[[package]]
4177name = "debugger_tools"
4178version = "0.1.0"
4179dependencies = [
4180 "anyhow",
4181 "dap",
4182 "editor",
4183 "futures 0.3.31",
4184 "gpui",
4185 "project",
4186 "serde_json",
4187 "settings",
4188 "smol",
4189 "util",
4190 "workspace",
4191 "workspace-hack",
4192]
4193
4194[[package]]
4195name = "debugger_ui"
4196version = "0.1.0"
4197dependencies = [
4198 "anyhow",
4199 "client",
4200 "collections",
4201 "command_palette_hooks",
4202 "dap",
4203 "dap_adapters",
4204 "db",
4205 "debugger_tools",
4206 "editor",
4207 "env_logger 0.11.8",
4208 "feature_flags",
4209 "file_icons",
4210 "futures 0.3.31",
4211 "fuzzy",
4212 "gpui",
4213 "language",
4214 "log",
4215 "menu",
4216 "parking_lot",
4217 "paths",
4218 "picker",
4219 "pretty_assertions",
4220 "project",
4221 "rpc",
4222 "serde",
4223 "serde_json",
4224 "settings",
4225 "shlex",
4226 "sysinfo",
4227 "task",
4228 "tasks_ui",
4229 "terminal_view",
4230 "theme",
4231 "ui",
4232 "unindent",
4233 "util",
4234 "workspace",
4235 "workspace-hack",
4236]
4237
4238[[package]]
4239name = "deepseek"
4240version = "0.1.0"
4241dependencies = [
4242 "anyhow",
4243 "futures 0.3.31",
4244 "http_client",
4245 "schemars",
4246 "serde",
4247 "serde_json",
4248 "workspace-hack",
4249]
4250
4251[[package]]
4252name = "deflate64"
4253version = "0.1.9"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4256
4257[[package]]
4258name = "der"
4259version = "0.6.1"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4262dependencies = [
4263 "const-oid",
4264 "zeroize",
4265]
4266
4267[[package]]
4268name = "der"
4269version = "0.7.10"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4272dependencies = [
4273 "const-oid",
4274 "pem-rfc7468",
4275 "zeroize",
4276]
4277
4278[[package]]
4279name = "deranged"
4280version = "0.4.0"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4283dependencies = [
4284 "powerfmt",
4285 "serde",
4286]
4287
4288[[package]]
4289name = "derive_builder"
4290version = "0.20.2"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4293dependencies = [
4294 "derive_builder_macro",
4295]
4296
4297[[package]]
4298name = "derive_builder_core"
4299version = "0.20.2"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4302dependencies = [
4303 "darling",
4304 "proc-macro2",
4305 "quote",
4306 "syn 2.0.101",
4307]
4308
4309[[package]]
4310name = "derive_builder_macro"
4311version = "0.20.2"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4314dependencies = [
4315 "derive_builder_core",
4316 "syn 2.0.101",
4317]
4318
4319[[package]]
4320name = "derive_more"
4321version = "0.99.19"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4324dependencies = [
4325 "convert_case 0.4.0",
4326 "proc-macro2",
4327 "quote",
4328 "rustc_version",
4329 "syn 2.0.101",
4330]
4331
4332[[package]]
4333name = "derive_refineable"
4334version = "0.1.0"
4335dependencies = [
4336 "proc-macro2",
4337 "quote",
4338 "syn 1.0.109",
4339 "workspace-hack",
4340]
4341
4342[[package]]
4343name = "diagnostics"
4344version = "0.1.0"
4345dependencies = [
4346 "anyhow",
4347 "client",
4348 "collections",
4349 "component",
4350 "ctor",
4351 "editor",
4352 "env_logger 0.11.8",
4353 "futures 0.3.31",
4354 "gpui",
4355 "indoc",
4356 "language",
4357 "log",
4358 "lsp",
4359 "markdown",
4360 "pretty_assertions",
4361 "project",
4362 "rand 0.8.5",
4363 "serde",
4364 "serde_json",
4365 "settings",
4366 "text",
4367 "theme",
4368 "ui",
4369 "unindent",
4370 "util",
4371 "workspace",
4372 "workspace-hack",
4373]
4374
4375[[package]]
4376name = "dialoguer"
4377version = "0.11.0"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4380dependencies = [
4381 "console",
4382 "fuzzy-matcher",
4383 "shell-words",
4384 "tempfile",
4385 "thiserror 1.0.69",
4386 "zeroize",
4387]
4388
4389[[package]]
4390name = "diff"
4391version = "0.1.13"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4394
4395[[package]]
4396name = "digest"
4397version = "0.10.7"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4400dependencies = [
4401 "block-buffer",
4402 "const-oid",
4403 "crypto-common",
4404 "subtle",
4405]
4406
4407[[package]]
4408name = "dirs"
4409version = "4.0.0"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4412dependencies = [
4413 "dirs-sys 0.3.7",
4414]
4415
4416[[package]]
4417name = "dirs"
4418version = "5.0.1"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4421dependencies = [
4422 "dirs-sys 0.4.1",
4423]
4424
4425[[package]]
4426name = "dirs"
4427version = "6.0.0"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4430dependencies = [
4431 "dirs-sys 0.5.0",
4432]
4433
4434[[package]]
4435name = "dirs-sys"
4436version = "0.3.7"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4439dependencies = [
4440 "libc",
4441 "redox_users 0.4.6",
4442 "winapi",
4443]
4444
4445[[package]]
4446name = "dirs-sys"
4447version = "0.4.1"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4450dependencies = [
4451 "libc",
4452 "option-ext",
4453 "redox_users 0.4.6",
4454 "windows-sys 0.48.0",
4455]
4456
4457[[package]]
4458name = "dirs-sys"
4459version = "0.5.0"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4462dependencies = [
4463 "libc",
4464 "option-ext",
4465 "redox_users 0.5.0",
4466 "windows-sys 0.59.0",
4467]
4468
4469[[package]]
4470name = "dispatch"
4471version = "0.2.0"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4474
4475[[package]]
4476name = "dispatch2"
4477version = "0.3.0"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4480dependencies = [
4481 "bitflags 2.9.0",
4482 "objc2",
4483]
4484
4485[[package]]
4486name = "displaydoc"
4487version = "0.2.5"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4490dependencies = [
4491 "proc-macro2",
4492 "quote",
4493 "syn 2.0.101",
4494]
4495
4496[[package]]
4497name = "dlib"
4498version = "0.5.2"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4501dependencies = [
4502 "libloading",
4503]
4504
4505[[package]]
4506name = "docs_preprocessor"
4507version = "0.1.0"
4508dependencies = [
4509 "anyhow",
4510 "clap",
4511 "mdbook",
4512 "regex",
4513 "serde",
4514 "serde_json",
4515 "settings",
4516 "util",
4517 "workspace-hack",
4518]
4519
4520[[package]]
4521name = "documented"
4522version = "0.9.1"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4525dependencies = [
4526 "documented-macros",
4527 "phf",
4528 "thiserror 1.0.69",
4529]
4530
4531[[package]]
4532name = "documented-macros"
4533version = "0.9.1"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
4535checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4536dependencies = [
4537 "convert_case 0.6.0",
4538 "itertools 0.13.0",
4539 "optfield",
4540 "proc-macro2",
4541 "quote",
4542 "strum 0.26.3",
4543 "syn 2.0.101",
4544]
4545
4546[[package]]
4547name = "dotenv"
4548version = "0.15.0"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4551
4552[[package]]
4553name = "dotenvy"
4554version = "0.15.7"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4557
4558[[package]]
4559name = "downcast-rs"
4560version = "1.2.1"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4563
4564[[package]]
4565name = "doxygen-rs"
4566version = "0.4.2"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4569dependencies = [
4570 "phf",
4571]
4572
4573[[package]]
4574name = "dtoa"
4575version = "1.0.10"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4578
4579[[package]]
4580name = "dtoa-short"
4581version = "0.3.5"
4582source = "registry+https://github.com/rust-lang/crates.io-index"
4583checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4584dependencies = [
4585 "dtoa",
4586]
4587
4588[[package]]
4589name = "dtor"
4590version = "0.0.6"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4593dependencies = [
4594 "dtor-proc-macro",
4595]
4596
4597[[package]]
4598name = "dtor-proc-macro"
4599version = "0.0.5"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4602
4603[[package]]
4604name = "dunce"
4605version = "1.0.5"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4608
4609[[package]]
4610name = "dwrote"
4611version = "0.11.3"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4614dependencies = [
4615 "lazy_static",
4616 "libc",
4617 "winapi",
4618 "wio",
4619]
4620
4621[[package]]
4622name = "dyn-clone"
4623version = "1.0.19"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4626
4627[[package]]
4628name = "ec4rs"
4629version = "1.2.0"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4632
4633[[package]]
4634name = "ecdsa"
4635version = "0.14.8"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4638dependencies = [
4639 "der 0.6.1",
4640 "elliptic-curve",
4641 "rfc6979",
4642 "signature 1.6.4",
4643]
4644
4645[[package]]
4646name = "editor"
4647version = "0.1.0"
4648dependencies = [
4649 "aho-corasick",
4650 "anyhow",
4651 "assets",
4652 "buffer_diff",
4653 "client",
4654 "clock",
4655 "collections",
4656 "command_palette_hooks",
4657 "convert_case 0.8.0",
4658 "ctor",
4659 "db",
4660 "emojis",
4661 "env_logger 0.11.8",
4662 "feature_flags",
4663 "file_icons",
4664 "fs",
4665 "futures 0.3.31",
4666 "fuzzy",
4667 "git",
4668 "gpui",
4669 "http_client",
4670 "indoc",
4671 "inline_completion",
4672 "itertools 0.14.0",
4673 "language",
4674 "languages",
4675 "linkify",
4676 "log",
4677 "lsp",
4678 "markdown",
4679 "menu",
4680 "multi_buffer",
4681 "ordered-float 2.10.1",
4682 "parking_lot",
4683 "pretty_assertions",
4684 "project",
4685 "rand 0.8.5",
4686 "release_channel",
4687 "rpc",
4688 "schemars",
4689 "serde",
4690 "serde_json",
4691 "settings",
4692 "smallvec",
4693 "smol",
4694 "snippet",
4695 "sum_tree",
4696 "task",
4697 "telemetry",
4698 "tempfile",
4699 "text",
4700 "theme",
4701 "time",
4702 "tree-sitter-html",
4703 "tree-sitter-python",
4704 "tree-sitter-rust",
4705 "tree-sitter-typescript",
4706 "ui",
4707 "unicode-script",
4708 "unicode-segmentation",
4709 "unindent",
4710 "url",
4711 "util",
4712 "uuid",
4713 "workspace",
4714 "workspace-hack",
4715 "zed_actions",
4716]
4717
4718[[package]]
4719name = "either"
4720version = "1.15.0"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4723dependencies = [
4724 "serde",
4725]
4726
4727[[package]]
4728name = "elasticlunr-rs"
4729version = "3.0.2"
4730source = "registry+https://github.com/rust-lang/crates.io-index"
4731checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4732dependencies = [
4733 "regex",
4734 "serde",
4735 "serde_derive",
4736 "serde_json",
4737]
4738
4739[[package]]
4740name = "elliptic-curve"
4741version = "0.12.3"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4744dependencies = [
4745 "base16ct",
4746 "crypto-bigint 0.4.9",
4747 "der 0.6.1",
4748 "digest",
4749 "ff",
4750 "generic-array",
4751 "group",
4752 "pkcs8 0.9.0",
4753 "rand_core 0.6.4",
4754 "sec1",
4755 "subtle",
4756 "zeroize",
4757]
4758
4759[[package]]
4760name = "email_address"
4761version = "0.2.9"
4762source = "registry+https://github.com/rust-lang/crates.io-index"
4763checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4764dependencies = [
4765 "serde",
4766]
4767
4768[[package]]
4769name = "embed-resource"
4770version = "3.0.2"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4773dependencies = [
4774 "cc",
4775 "memchr",
4776 "rustc_version",
4777 "toml 0.8.20",
4778 "vswhom",
4779 "winreg 0.52.0",
4780]
4781
4782[[package]]
4783name = "embedded-io"
4784version = "0.4.0"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4787
4788[[package]]
4789name = "embedded-io"
4790version = "0.6.1"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4793
4794[[package]]
4795name = "emojis"
4796version = "0.6.4"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4799dependencies = [
4800 "phf",
4801]
4802
4803[[package]]
4804name = "encode_unicode"
4805version = "1.0.0"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4808
4809[[package]]
4810name = "encoding_rs"
4811version = "0.8.35"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4814dependencies = [
4815 "cfg-if",
4816]
4817
4818[[package]]
4819name = "endi"
4820version = "1.1.0"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4823
4824[[package]]
4825name = "enumflags2"
4826version = "0.7.11"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4829dependencies = [
4830 "enumflags2_derive",
4831 "serde",
4832]
4833
4834[[package]]
4835name = "enumflags2_derive"
4836version = "0.7.11"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4839dependencies = [
4840 "proc-macro2",
4841 "quote",
4842 "syn 2.0.101",
4843]
4844
4845[[package]]
4846name = "env_filter"
4847version = "0.1.3"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4850dependencies = [
4851 "log",
4852 "regex",
4853]
4854
4855[[package]]
4856name = "env_logger"
4857version = "0.10.2"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4860dependencies = [
4861 "humantime",
4862 "is-terminal",
4863 "log",
4864 "regex",
4865 "termcolor",
4866]
4867
4868[[package]]
4869name = "env_logger"
4870version = "0.11.8"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4873dependencies = [
4874 "anstream",
4875 "anstyle",
4876 "env_filter",
4877 "jiff",
4878 "log",
4879]
4880
4881[[package]]
4882name = "envy"
4883version = "0.4.2"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4886dependencies = [
4887 "serde",
4888]
4889
4890[[package]]
4891name = "equivalent"
4892version = "1.0.2"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4895
4896[[package]]
4897name = "erased-serde"
4898version = "0.4.6"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4901dependencies = [
4902 "serde",
4903 "typeid",
4904]
4905
4906[[package]]
4907name = "errno"
4908version = "0.2.8"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4911dependencies = [
4912 "errno-dragonfly",
4913 "libc",
4914 "winapi",
4915]
4916
4917[[package]]
4918name = "errno"
4919version = "0.3.11"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4922dependencies = [
4923 "libc",
4924 "windows-sys 0.59.0",
4925]
4926
4927[[package]]
4928name = "errno-dragonfly"
4929version = "0.1.2"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4932dependencies = [
4933 "cc",
4934 "libc",
4935]
4936
4937[[package]]
4938name = "etagere"
4939version = "0.2.15"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4942dependencies = [
4943 "euclid",
4944 "svg_fmt",
4945]
4946
4947[[package]]
4948name = "etcetera"
4949version = "0.8.0"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4952dependencies = [
4953 "cfg-if",
4954 "home",
4955 "windows-sys 0.48.0",
4956]
4957
4958[[package]]
4959name = "euclid"
4960version = "0.22.11"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4963dependencies = [
4964 "num-traits",
4965]
4966
4967[[package]]
4968name = "eval"
4969version = "0.1.0"
4970dependencies = [
4971 "agent",
4972 "anyhow",
4973 "assistant_settings",
4974 "assistant_tool",
4975 "assistant_tools",
4976 "async-trait",
4977 "async-watch",
4978 "buffer_diff",
4979 "chrono",
4980 "clap",
4981 "client",
4982 "collections",
4983 "debug_adapter_extension",
4984 "dirs 4.0.0",
4985 "dotenv",
4986 "env_logger 0.11.8",
4987 "extension",
4988 "fs",
4989 "futures 0.3.31",
4990 "gpui",
4991 "gpui_tokio",
4992 "handlebars 4.5.0",
4993 "language",
4994 "language_extension",
4995 "language_model",
4996 "language_models",
4997 "languages",
4998 "markdown",
4999 "node_runtime",
5000 "pathdiff",
5001 "paths",
5002 "pretty_assertions",
5003 "project",
5004 "prompt_store",
5005 "regex",
5006 "release_channel",
5007 "reqwest_client",
5008 "serde",
5009 "serde_json",
5010 "settings",
5011 "shellexpand 2.1.2",
5012 "smol",
5013 "telemetry",
5014 "toml 0.8.20",
5015 "unindent",
5016 "util",
5017 "uuid",
5018 "workspace-hack",
5019]
5020
5021[[package]]
5022name = "event-listener"
5023version = "2.5.3"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5026
5027[[package]]
5028name = "event-listener"
5029version = "5.4.0"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5032dependencies = [
5033 "concurrent-queue",
5034 "parking",
5035 "pin-project-lite",
5036]
5037
5038[[package]]
5039name = "event-listener-strategy"
5040version = "0.5.4"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5043dependencies = [
5044 "event-listener 5.4.0",
5045 "pin-project-lite",
5046]
5047
5048[[package]]
5049name = "exec"
5050version = "0.3.1"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5053dependencies = [
5054 "errno 0.2.8",
5055 "libc",
5056]
5057
5058[[package]]
5059name = "exr"
5060version = "1.73.0"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5063dependencies = [
5064 "bit_field",
5065 "half",
5066 "lebe",
5067 "miniz_oxide",
5068 "rayon-core",
5069 "smallvec",
5070 "zune-inflate",
5071]
5072
5073[[package]]
5074name = "extension"
5075version = "0.1.0"
5076dependencies = [
5077 "anyhow",
5078 "async-compression",
5079 "async-tar",
5080 "async-trait",
5081 "collections",
5082 "dap",
5083 "fs",
5084 "futures 0.3.31",
5085 "gpui",
5086 "heck 0.5.0",
5087 "http_client",
5088 "language",
5089 "log",
5090 "lsp",
5091 "parking_lot",
5092 "semantic_version",
5093 "serde",
5094 "serde_json",
5095 "task",
5096 "toml 0.8.20",
5097 "util",
5098 "wasi-preview1-component-adapter-provider",
5099 "wasm-encoder 0.221.3",
5100 "wasmparser 0.221.3",
5101 "wit-component 0.221.3",
5102 "workspace-hack",
5103]
5104
5105[[package]]
5106name = "extension_cli"
5107version = "0.1.0"
5108dependencies = [
5109 "anyhow",
5110 "clap",
5111 "env_logger 0.11.8",
5112 "extension",
5113 "fs",
5114 "gpui",
5115 "language",
5116 "log",
5117 "reqwest_client",
5118 "rpc",
5119 "serde",
5120 "serde_json",
5121 "theme",
5122 "tokio",
5123 "toml 0.8.20",
5124 "tree-sitter",
5125 "wasmtime",
5126 "workspace-hack",
5127]
5128
5129[[package]]
5130name = "extension_host"
5131version = "0.1.0"
5132dependencies = [
5133 "anyhow",
5134 "async-compression",
5135 "async-tar",
5136 "async-trait",
5137 "client",
5138 "collections",
5139 "criterion",
5140 "ctor",
5141 "dap",
5142 "env_logger 0.11.8",
5143 "extension",
5144 "fs",
5145 "futures 0.3.31",
5146 "gpui",
5147 "http_client",
5148 "language",
5149 "language_extension",
5150 "log",
5151 "lsp",
5152 "node_runtime",
5153 "parking_lot",
5154 "paths",
5155 "project",
5156 "rand 0.8.5",
5157 "release_channel",
5158 "remote",
5159 "reqwest_client",
5160 "schemars",
5161 "semantic_version",
5162 "serde",
5163 "serde_json",
5164 "serde_json_lenient",
5165 "settings",
5166 "task",
5167 "telemetry",
5168 "tempfile",
5169 "theme",
5170 "theme_extension",
5171 "toml 0.8.20",
5172 "url",
5173 "util",
5174 "wasmparser 0.221.3",
5175 "wasmtime",
5176 "wasmtime-wasi",
5177 "workspace-hack",
5178]
5179
5180[[package]]
5181name = "extensions_ui"
5182version = "0.1.0"
5183dependencies = [
5184 "anyhow",
5185 "client",
5186 "collections",
5187 "db",
5188 "editor",
5189 "extension",
5190 "extension_host",
5191 "fs",
5192 "fuzzy",
5193 "gpui",
5194 "language",
5195 "log",
5196 "num-format",
5197 "picker",
5198 "project",
5199 "release_channel",
5200 "semantic_version",
5201 "serde",
5202 "settings",
5203 "smallvec",
5204 "strum 0.27.1",
5205 "telemetry",
5206 "theme",
5207 "ui",
5208 "util",
5209 "vim_mode_setting",
5210 "workspace",
5211 "workspace-hack",
5212 "zed_actions",
5213]
5214
5215[[package]]
5216name = "fallible-iterator"
5217version = "0.3.0"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5220
5221[[package]]
5222name = "fancy-regex"
5223version = "0.13.0"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5226dependencies = [
5227 "bit-set 0.5.3",
5228 "regex-automata 0.4.9",
5229 "regex-syntax 0.8.5",
5230]
5231
5232[[package]]
5233name = "fancy-regex"
5234version = "0.14.0"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5237dependencies = [
5238 "bit-set 0.8.0",
5239 "regex-automata 0.4.9",
5240 "regex-syntax 0.8.5",
5241]
5242
5243[[package]]
5244name = "fast-srgb8"
5245version = "1.0.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5248
5249[[package]]
5250name = "faster-hex"
5251version = "0.9.0"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5254dependencies = [
5255 "serde",
5256]
5257
5258[[package]]
5259name = "faster-hex"
5260version = "0.10.0"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5263dependencies = [
5264 "heapless",
5265 "serde",
5266]
5267
5268[[package]]
5269name = "fastrand"
5270version = "1.9.0"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5273dependencies = [
5274 "instant",
5275]
5276
5277[[package]]
5278name = "fastrand"
5279version = "2.3.0"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5282
5283[[package]]
5284name = "fd-lock"
5285version = "4.0.4"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5288dependencies = [
5289 "cfg-if",
5290 "rustix 1.0.7",
5291 "windows-sys 0.59.0",
5292]
5293
5294[[package]]
5295name = "fdeflate"
5296version = "0.3.7"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5299dependencies = [
5300 "simd-adler32",
5301]
5302
5303[[package]]
5304name = "feature_flags"
5305version = "0.1.0"
5306dependencies = [
5307 "futures 0.3.31",
5308 "gpui",
5309 "smol",
5310 "workspace-hack",
5311]
5312
5313[[package]]
5314name = "feedback"
5315version = "0.1.0"
5316dependencies = [
5317 "client",
5318 "editor",
5319 "gpui",
5320 "human_bytes",
5321 "menu",
5322 "release_channel",
5323 "serde",
5324 "sysinfo",
5325 "ui",
5326 "urlencoding",
5327 "util",
5328 "workspace",
5329 "workspace-hack",
5330 "zed_actions",
5331]
5332
5333[[package]]
5334name = "ff"
5335version = "0.12.1"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5338dependencies = [
5339 "rand_core 0.6.4",
5340 "subtle",
5341]
5342
5343[[package]]
5344name = "file_finder"
5345version = "0.1.0"
5346dependencies = [
5347 "anyhow",
5348 "collections",
5349 "ctor",
5350 "editor",
5351 "env_logger 0.11.8",
5352 "file_icons",
5353 "futures 0.3.31",
5354 "fuzzy",
5355 "gpui",
5356 "language",
5357 "menu",
5358 "picker",
5359 "project",
5360 "schemars",
5361 "serde",
5362 "serde_derive",
5363 "serde_json",
5364 "settings",
5365 "text",
5366 "theme",
5367 "ui",
5368 "util",
5369 "workspace",
5370 "workspace-hack",
5371]
5372
5373[[package]]
5374name = "file_icons"
5375version = "0.1.0"
5376dependencies = [
5377 "gpui",
5378 "serde",
5379 "settings",
5380 "theme",
5381 "util",
5382 "workspace-hack",
5383]
5384
5385[[package]]
5386name = "filedescriptor"
5387version = "0.8.3"
5388source = "registry+https://github.com/rust-lang/crates.io-index"
5389checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5390dependencies = [
5391 "libc",
5392 "thiserror 1.0.69",
5393 "winapi",
5394]
5395
5396[[package]]
5397name = "filetime"
5398version = "0.2.25"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5401dependencies = [
5402 "cfg-if",
5403 "libc",
5404 "libredox",
5405 "windows-sys 0.59.0",
5406]
5407
5408[[package]]
5409name = "fixedbitset"
5410version = "0.4.2"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5413
5414[[package]]
5415name = "flate2"
5416version = "1.1.1"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5419dependencies = [
5420 "crc32fast",
5421 "libz-rs-sys",
5422 "miniz_oxide",
5423]
5424
5425[[package]]
5426name = "float-cmp"
5427version = "0.9.0"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5430
5431[[package]]
5432name = "float-ord"
5433version = "0.3.2"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5436
5437[[package]]
5438name = "float_next_after"
5439version = "1.0.0"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5442
5443[[package]]
5444name = "fluent-uri"
5445version = "0.3.2"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5448dependencies = [
5449 "borrow-or-share",
5450 "ref-cast",
5451 "serde",
5452]
5453
5454[[package]]
5455name = "flume"
5456version = "0.11.1"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5459dependencies = [
5460 "futures-core",
5461 "futures-sink",
5462 "nanorand",
5463 "spin",
5464]
5465
5466[[package]]
5467name = "fnv"
5468version = "1.0.7"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5471
5472[[package]]
5473name = "foldhash"
5474version = "0.1.5"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5477
5478[[package]]
5479name = "font-kit"
5480version = "0.14.1"
5481source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5482dependencies = [
5483 "bitflags 2.9.0",
5484 "byteorder",
5485 "core-foundation 0.10.0",
5486 "core-graphics 0.24.0",
5487 "core-text",
5488 "dirs 5.0.1",
5489 "dwrote",
5490 "float-ord",
5491 "freetype-sys",
5492 "lazy_static",
5493 "libc",
5494 "log",
5495 "pathfinder_geometry",
5496 "pathfinder_simd",
5497 "walkdir",
5498 "winapi",
5499 "yeslogic-fontconfig-sys",
5500]
5501
5502[[package]]
5503name = "font-types"
5504version = "0.8.4"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5507dependencies = [
5508 "bytemuck",
5509]
5510
5511[[package]]
5512name = "fontconfig-parser"
5513version = "0.5.7"
5514source = "registry+https://github.com/rust-lang/crates.io-index"
5515checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5516dependencies = [
5517 "roxmltree",
5518]
5519
5520[[package]]
5521name = "fontdb"
5522version = "0.16.2"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5525dependencies = [
5526 "fontconfig-parser",
5527 "log",
5528 "memmap2",
5529 "slotmap",
5530 "tinyvec",
5531 "ttf-parser 0.20.0",
5532]
5533
5534[[package]]
5535name = "fontdb"
5536version = "0.23.0"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5539dependencies = [
5540 "fontconfig-parser",
5541 "log",
5542 "memmap2",
5543 "slotmap",
5544 "tinyvec",
5545 "ttf-parser 0.25.1",
5546]
5547
5548[[package]]
5549name = "foreign-types"
5550version = "0.3.2"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5553dependencies = [
5554 "foreign-types-shared 0.1.1",
5555]
5556
5557[[package]]
5558name = "foreign-types"
5559version = "0.5.0"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5562dependencies = [
5563 "foreign-types-macros",
5564 "foreign-types-shared 0.3.1",
5565]
5566
5567[[package]]
5568name = "foreign-types-macros"
5569version = "0.2.3"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5572dependencies = [
5573 "proc-macro2",
5574 "quote",
5575 "syn 2.0.101",
5576]
5577
5578[[package]]
5579name = "foreign-types-shared"
5580version = "0.1.1"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5583
5584[[package]]
5585name = "foreign-types-shared"
5586version = "0.3.1"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5589
5590[[package]]
5591name = "fork"
5592version = "0.2.0"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5595dependencies = [
5596 "libc",
5597]
5598
5599[[package]]
5600name = "form_urlencoded"
5601version = "1.2.1"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5604dependencies = [
5605 "percent-encoding",
5606]
5607
5608[[package]]
5609name = "fraction"
5610version = "0.15.3"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5613dependencies = [
5614 "lazy_static",
5615 "num",
5616]
5617
5618[[package]]
5619name = "freetype-sys"
5620version = "0.20.1"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5623dependencies = [
5624 "cc",
5625 "libc",
5626 "pkg-config",
5627]
5628
5629[[package]]
5630name = "fs"
5631version = "0.1.0"
5632dependencies = [
5633 "anyhow",
5634 "ashpd",
5635 "async-tar",
5636 "async-trait",
5637 "cocoa 0.26.0",
5638 "collections",
5639 "fsevent",
5640 "futures 0.3.31",
5641 "git",
5642 "gpui",
5643 "ignore",
5644 "libc",
5645 "log",
5646 "notify",
5647 "objc",
5648 "parking_lot",
5649 "paths",
5650 "proto",
5651 "rope",
5652 "serde",
5653 "serde_json",
5654 "smol",
5655 "tempfile",
5656 "text",
5657 "time",
5658 "util",
5659 "windows 0.61.1",
5660 "workspace-hack",
5661]
5662
5663[[package]]
5664name = "fs-set-times"
5665version = "0.20.3"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5668dependencies = [
5669 "io-lifetimes",
5670 "rustix 1.0.7",
5671 "windows-sys 0.59.0",
5672]
5673
5674[[package]]
5675name = "fs2"
5676version = "0.4.3"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5679dependencies = [
5680 "libc",
5681 "winapi",
5682]
5683
5684[[package]]
5685name = "fs_extra"
5686version = "1.3.0"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5689
5690[[package]]
5691name = "fsevent"
5692version = "0.1.0"
5693dependencies = [
5694 "bitflags 2.9.0",
5695 "core-foundation 0.10.0",
5696 "fsevent-sys 3.1.0",
5697 "parking_lot",
5698 "tempfile",
5699 "workspace-hack",
5700]
5701
5702[[package]]
5703name = "fsevent-sys"
5704version = "3.1.0"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5707dependencies = [
5708 "libc",
5709]
5710
5711[[package]]
5712name = "fsevent-sys"
5713version = "4.1.0"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5716dependencies = [
5717 "libc",
5718]
5719
5720[[package]]
5721name = "funty"
5722version = "2.0.0"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5725
5726[[package]]
5727name = "futf"
5728version = "0.1.5"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5731dependencies = [
5732 "mac",
5733 "new_debug_unreachable",
5734]
5735
5736[[package]]
5737name = "futures"
5738version = "0.1.31"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5741
5742[[package]]
5743name = "futures"
5744version = "0.3.31"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5747dependencies = [
5748 "futures-channel",
5749 "futures-core",
5750 "futures-executor",
5751 "futures-io",
5752 "futures-sink",
5753 "futures-task",
5754 "futures-util",
5755]
5756
5757[[package]]
5758name = "futures-batch"
5759version = "0.6.1"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5762dependencies = [
5763 "futures 0.3.31",
5764 "futures-timer",
5765 "pin-utils",
5766]
5767
5768[[package]]
5769name = "futures-channel"
5770version = "0.3.31"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5773dependencies = [
5774 "futures-core",
5775 "futures-sink",
5776]
5777
5778[[package]]
5779name = "futures-core"
5780version = "0.3.31"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5783
5784[[package]]
5785name = "futures-executor"
5786version = "0.3.31"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5789dependencies = [
5790 "futures-core",
5791 "futures-task",
5792 "futures-util",
5793]
5794
5795[[package]]
5796name = "futures-intrusive"
5797version = "0.5.0"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5800dependencies = [
5801 "futures-core",
5802 "lock_api",
5803 "parking_lot",
5804]
5805
5806[[package]]
5807name = "futures-io"
5808version = "0.3.31"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5811
5812[[package]]
5813name = "futures-lite"
5814version = "1.13.0"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5817dependencies = [
5818 "fastrand 1.9.0",
5819 "futures-core",
5820 "futures-io",
5821 "memchr",
5822 "parking",
5823 "pin-project-lite",
5824 "waker-fn",
5825]
5826
5827[[package]]
5828name = "futures-lite"
5829version = "2.6.0"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5832dependencies = [
5833 "fastrand 2.3.0",
5834 "futures-core",
5835 "futures-io",
5836 "parking",
5837 "pin-project-lite",
5838]
5839
5840[[package]]
5841name = "futures-macro"
5842version = "0.3.31"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5845dependencies = [
5846 "proc-macro2",
5847 "quote",
5848 "syn 2.0.101",
5849]
5850
5851[[package]]
5852name = "futures-sink"
5853version = "0.3.31"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5856
5857[[package]]
5858name = "futures-task"
5859version = "0.3.31"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5862
5863[[package]]
5864name = "futures-timer"
5865version = "3.0.3"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5868
5869[[package]]
5870name = "futures-util"
5871version = "0.3.31"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5874dependencies = [
5875 "futures 0.1.31",
5876 "futures-channel",
5877 "futures-core",
5878 "futures-io",
5879 "futures-macro",
5880 "futures-sink",
5881 "futures-task",
5882 "memchr",
5883 "pin-project-lite",
5884 "pin-utils",
5885 "slab",
5886 "tokio-io",
5887]
5888
5889[[package]]
5890name = "fuzzy"
5891version = "0.1.0"
5892dependencies = [
5893 "gpui",
5894 "log",
5895 "util",
5896 "workspace-hack",
5897]
5898
5899[[package]]
5900name = "fuzzy-matcher"
5901version = "0.3.7"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5904dependencies = [
5905 "thread_local",
5906]
5907
5908[[package]]
5909name = "generic-array"
5910version = "0.14.7"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5913dependencies = [
5914 "typenum",
5915 "version_check",
5916]
5917
5918[[package]]
5919name = "gethostname"
5920version = "0.4.3"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5923dependencies = [
5924 "libc",
5925 "windows-targets 0.48.5",
5926]
5927
5928[[package]]
5929name = "getrandom"
5930version = "0.1.16"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5933dependencies = [
5934 "cfg-if",
5935 "libc",
5936 "wasi 0.9.0+wasi-snapshot-preview1",
5937]
5938
5939[[package]]
5940name = "getrandom"
5941version = "0.2.15"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5944dependencies = [
5945 "cfg-if",
5946 "js-sys",
5947 "libc",
5948 "wasi 0.11.0+wasi-snapshot-preview1",
5949 "wasm-bindgen",
5950]
5951
5952[[package]]
5953name = "getrandom"
5954version = "0.3.2"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5957dependencies = [
5958 "cfg-if",
5959 "js-sys",
5960 "libc",
5961 "r-efi",
5962 "wasi 0.14.2+wasi-0.2.4",
5963 "wasm-bindgen",
5964]
5965
5966[[package]]
5967name = "gif"
5968version = "0.13.1"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5971dependencies = [
5972 "color_quant",
5973 "weezl",
5974]
5975
5976[[package]]
5977name = "gimli"
5978version = "0.31.1"
5979source = "registry+https://github.com/rust-lang/crates.io-index"
5980checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5981dependencies = [
5982 "fallible-iterator",
5983 "indexmap",
5984 "stable_deref_trait",
5985]
5986
5987[[package]]
5988name = "git"
5989version = "0.1.0"
5990dependencies = [
5991 "anyhow",
5992 "askpass",
5993 "async-trait",
5994 "collections",
5995 "derive_more",
5996 "futures 0.3.31",
5997 "git2",
5998 "gpui",
5999 "http_client",
6000 "log",
6001 "parking_lot",
6002 "pretty_assertions",
6003 "regex",
6004 "rope",
6005 "schemars",
6006 "serde",
6007 "serde_json",
6008 "smol",
6009 "sum_tree",
6010 "tempfile",
6011 "text",
6012 "thiserror 2.0.12",
6013 "time",
6014 "unindent",
6015 "url",
6016 "util",
6017 "uuid",
6018 "workspace-hack",
6019]
6020
6021[[package]]
6022name = "git2"
6023version = "0.20.1"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6026dependencies = [
6027 "bitflags 2.9.0",
6028 "libc",
6029 "libgit2-sys",
6030 "log",
6031 "url",
6032]
6033
6034[[package]]
6035name = "git_hosting_providers"
6036version = "0.1.0"
6037dependencies = [
6038 "anyhow",
6039 "async-trait",
6040 "futures 0.3.31",
6041 "git",
6042 "gpui",
6043 "http_client",
6044 "indoc",
6045 "pretty_assertions",
6046 "regex",
6047 "schemars",
6048 "serde",
6049 "serde_json",
6050 "settings",
6051 "url",
6052 "util",
6053 "workspace-hack",
6054]
6055
6056[[package]]
6057name = "git_ui"
6058version = "0.1.0"
6059dependencies = [
6060 "anyhow",
6061 "askpass",
6062 "assistant_settings",
6063 "buffer_diff",
6064 "chrono",
6065 "collections",
6066 "command_palette_hooks",
6067 "component",
6068 "ctor",
6069 "db",
6070 "editor",
6071 "env_logger 0.11.8",
6072 "futures 0.3.31",
6073 "fuzzy",
6074 "git",
6075 "gpui",
6076 "itertools 0.14.0",
6077 "language",
6078 "language_model",
6079 "linkify",
6080 "log",
6081 "markdown",
6082 "menu",
6083 "multi_buffer",
6084 "notifications",
6085 "panel",
6086 "picker",
6087 "postage",
6088 "pretty_assertions",
6089 "project",
6090 "schemars",
6091 "serde",
6092 "serde_derive",
6093 "serde_json",
6094 "settings",
6095 "strum 0.27.1",
6096 "telemetry",
6097 "theme",
6098 "time",
6099 "time_format",
6100 "ui",
6101 "unindent",
6102 "util",
6103 "windows 0.61.1",
6104 "workspace",
6105 "workspace-hack",
6106 "zed_actions",
6107]
6108
6109[[package]]
6110name = "gix"
6111version = "0.71.0"
6112source = "registry+https://github.com/rust-lang/crates.io-index"
6113checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6114dependencies = [
6115 "gix-actor",
6116 "gix-attributes",
6117 "gix-command",
6118 "gix-commitgraph",
6119 "gix-config",
6120 "gix-date",
6121 "gix-diff",
6122 "gix-discover",
6123 "gix-features 0.41.1",
6124 "gix-filter",
6125 "gix-fs 0.14.0",
6126 "gix-glob",
6127 "gix-hash 0.17.0",
6128 "gix-hashtable",
6129 "gix-ignore",
6130 "gix-index",
6131 "gix-lock",
6132 "gix-object",
6133 "gix-odb",
6134 "gix-pack",
6135 "gix-path",
6136 "gix-pathspec",
6137 "gix-protocol",
6138 "gix-ref",
6139 "gix-refspec",
6140 "gix-revision",
6141 "gix-revwalk",
6142 "gix-sec",
6143 "gix-shallow",
6144 "gix-submodule",
6145 "gix-tempfile",
6146 "gix-trace",
6147 "gix-traverse",
6148 "gix-url",
6149 "gix-utils 0.2.0",
6150 "gix-validate 0.9.4",
6151 "gix-worktree",
6152 "once_cell",
6153 "smallvec",
6154 "thiserror 2.0.12",
6155]
6156
6157[[package]]
6158name = "gix-actor"
6159version = "0.34.0"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6162dependencies = [
6163 "bstr",
6164 "gix-date",
6165 "gix-utils 0.2.0",
6166 "itoa",
6167 "thiserror 2.0.12",
6168 "winnow",
6169]
6170
6171[[package]]
6172name = "gix-attributes"
6173version = "0.25.0"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6176dependencies = [
6177 "bstr",
6178 "gix-glob",
6179 "gix-path",
6180 "gix-quote",
6181 "gix-trace",
6182 "kstring",
6183 "smallvec",
6184 "thiserror 2.0.12",
6185 "unicode-bom",
6186]
6187
6188[[package]]
6189name = "gix-bitmap"
6190version = "0.2.14"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6193dependencies = [
6194 "thiserror 2.0.12",
6195]
6196
6197[[package]]
6198name = "gix-chunk"
6199version = "0.4.11"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6202dependencies = [
6203 "thiserror 2.0.12",
6204]
6205
6206[[package]]
6207name = "gix-command"
6208version = "0.5.0"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6211dependencies = [
6212 "bstr",
6213 "gix-path",
6214 "gix-quote",
6215 "gix-trace",
6216 "shell-words",
6217]
6218
6219[[package]]
6220name = "gix-commitgraph"
6221version = "0.27.0"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6224dependencies = [
6225 "bstr",
6226 "gix-chunk",
6227 "gix-hash 0.17.0",
6228 "memmap2",
6229 "thiserror 2.0.12",
6230]
6231
6232[[package]]
6233name = "gix-config"
6234version = "0.44.0"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6237dependencies = [
6238 "bstr",
6239 "gix-config-value",
6240 "gix-features 0.41.1",
6241 "gix-glob",
6242 "gix-path",
6243 "gix-ref",
6244 "gix-sec",
6245 "memchr",
6246 "once_cell",
6247 "smallvec",
6248 "thiserror 2.0.12",
6249 "unicode-bom",
6250 "winnow",
6251]
6252
6253[[package]]
6254name = "gix-config-value"
6255version = "0.14.12"
6256source = "registry+https://github.com/rust-lang/crates.io-index"
6257checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6258dependencies = [
6259 "bitflags 2.9.0",
6260 "bstr",
6261 "gix-path",
6262 "libc",
6263 "thiserror 2.0.12",
6264]
6265
6266[[package]]
6267name = "gix-date"
6268version = "0.9.4"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6271dependencies = [
6272 "bstr",
6273 "itoa",
6274 "jiff",
6275 "thiserror 2.0.12",
6276]
6277
6278[[package]]
6279name = "gix-diff"
6280version = "0.51.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6283dependencies = [
6284 "bstr",
6285 "gix-command",
6286 "gix-filter",
6287 "gix-fs 0.14.0",
6288 "gix-hash 0.17.0",
6289 "gix-object",
6290 "gix-path",
6291 "gix-tempfile",
6292 "gix-trace",
6293 "gix-traverse",
6294 "gix-worktree",
6295 "imara-diff",
6296 "thiserror 2.0.12",
6297]
6298
6299[[package]]
6300name = "gix-discover"
6301version = "0.39.0"
6302source = "registry+https://github.com/rust-lang/crates.io-index"
6303checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6304dependencies = [
6305 "bstr",
6306 "dunce",
6307 "gix-fs 0.14.0",
6308 "gix-hash 0.17.0",
6309 "gix-path",
6310 "gix-ref",
6311 "gix-sec",
6312 "thiserror 2.0.12",
6313]
6314
6315[[package]]
6316name = "gix-features"
6317version = "0.41.1"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6320dependencies = [
6321 "crc32fast",
6322 "crossbeam-channel",
6323 "flate2",
6324 "gix-path",
6325 "gix-trace",
6326 "gix-utils 0.2.0",
6327 "libc",
6328 "once_cell",
6329 "parking_lot",
6330 "prodash",
6331 "thiserror 2.0.12",
6332 "walkdir",
6333]
6334
6335[[package]]
6336name = "gix-features"
6337version = "0.42.1"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6340dependencies = [
6341 "gix-trace",
6342 "gix-utils 0.3.0",
6343 "libc",
6344 "prodash",
6345]
6346
6347[[package]]
6348name = "gix-filter"
6349version = "0.18.0"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6352dependencies = [
6353 "bstr",
6354 "encoding_rs",
6355 "gix-attributes",
6356 "gix-command",
6357 "gix-hash 0.17.0",
6358 "gix-object",
6359 "gix-packetline-blocking",
6360 "gix-path",
6361 "gix-quote",
6362 "gix-trace",
6363 "gix-utils 0.2.0",
6364 "smallvec",
6365 "thiserror 2.0.12",
6366]
6367
6368[[package]]
6369name = "gix-fs"
6370version = "0.14.0"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6373dependencies = [
6374 "bstr",
6375 "fastrand 2.3.0",
6376 "gix-features 0.41.1",
6377 "gix-path",
6378 "gix-utils 0.2.0",
6379 "thiserror 2.0.12",
6380]
6381
6382[[package]]
6383name = "gix-fs"
6384version = "0.15.0"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6387dependencies = [
6388 "bstr",
6389 "fastrand 2.3.0",
6390 "gix-features 0.42.1",
6391 "gix-path",
6392 "gix-utils 0.3.0",
6393 "thiserror 2.0.12",
6394]
6395
6396[[package]]
6397name = "gix-glob"
6398version = "0.19.0"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6401dependencies = [
6402 "bitflags 2.9.0",
6403 "bstr",
6404 "gix-features 0.41.1",
6405 "gix-path",
6406]
6407
6408[[package]]
6409name = "gix-hash"
6410version = "0.17.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6413dependencies = [
6414 "faster-hex 0.9.0",
6415 "gix-features 0.41.1",
6416 "sha1-checked",
6417 "thiserror 2.0.12",
6418]
6419
6420[[package]]
6421name = "gix-hash"
6422version = "0.18.0"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6425dependencies = [
6426 "faster-hex 0.10.0",
6427 "gix-features 0.42.1",
6428 "sha1-checked",
6429 "thiserror 2.0.12",
6430]
6431
6432[[package]]
6433name = "gix-hashtable"
6434version = "0.8.1"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6437dependencies = [
6438 "gix-hash 0.18.0",
6439 "hashbrown 0.14.5",
6440 "parking_lot",
6441]
6442
6443[[package]]
6444name = "gix-ignore"
6445version = "0.14.0"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6448dependencies = [
6449 "bstr",
6450 "gix-glob",
6451 "gix-path",
6452 "gix-trace",
6453 "unicode-bom",
6454]
6455
6456[[package]]
6457name = "gix-index"
6458version = "0.39.0"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6461dependencies = [
6462 "bitflags 2.9.0",
6463 "bstr",
6464 "filetime",
6465 "fnv",
6466 "gix-bitmap",
6467 "gix-features 0.41.1",
6468 "gix-fs 0.14.0",
6469 "gix-hash 0.17.0",
6470 "gix-lock",
6471 "gix-object",
6472 "gix-traverse",
6473 "gix-utils 0.2.0",
6474 "gix-validate 0.9.4",
6475 "hashbrown 0.14.5",
6476 "itoa",
6477 "libc",
6478 "memmap2",
6479 "rustix 0.38.44",
6480 "smallvec",
6481 "thiserror 2.0.12",
6482]
6483
6484[[package]]
6485name = "gix-lock"
6486version = "17.1.0"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6489dependencies = [
6490 "gix-tempfile",
6491 "gix-utils 0.3.0",
6492 "thiserror 2.0.12",
6493]
6494
6495[[package]]
6496name = "gix-object"
6497version = "0.48.0"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6500dependencies = [
6501 "bstr",
6502 "gix-actor",
6503 "gix-date",
6504 "gix-features 0.41.1",
6505 "gix-hash 0.17.0",
6506 "gix-hashtable",
6507 "gix-path",
6508 "gix-utils 0.2.0",
6509 "gix-validate 0.9.4",
6510 "itoa",
6511 "smallvec",
6512 "thiserror 2.0.12",
6513 "winnow",
6514]
6515
6516[[package]]
6517name = "gix-odb"
6518version = "0.68.0"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6521dependencies = [
6522 "arc-swap",
6523 "gix-date",
6524 "gix-features 0.41.1",
6525 "gix-fs 0.14.0",
6526 "gix-hash 0.17.0",
6527 "gix-hashtable",
6528 "gix-object",
6529 "gix-pack",
6530 "gix-path",
6531 "gix-quote",
6532 "parking_lot",
6533 "tempfile",
6534 "thiserror 2.0.12",
6535]
6536
6537[[package]]
6538name = "gix-pack"
6539version = "0.58.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6542dependencies = [
6543 "clru",
6544 "gix-chunk",
6545 "gix-features 0.41.1",
6546 "gix-hash 0.17.0",
6547 "gix-hashtable",
6548 "gix-object",
6549 "gix-path",
6550 "memmap2",
6551 "smallvec",
6552 "thiserror 2.0.12",
6553 "uluru",
6554]
6555
6556[[package]]
6557name = "gix-packetline"
6558version = "0.18.4"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6561dependencies = [
6562 "bstr",
6563 "faster-hex 0.9.0",
6564 "gix-trace",
6565 "thiserror 2.0.12",
6566]
6567
6568[[package]]
6569name = "gix-packetline-blocking"
6570version = "0.18.3"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6573dependencies = [
6574 "bstr",
6575 "faster-hex 0.9.0",
6576 "gix-trace",
6577 "thiserror 2.0.12",
6578]
6579
6580[[package]]
6581name = "gix-path"
6582version = "0.10.18"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6585dependencies = [
6586 "bstr",
6587 "gix-trace",
6588 "gix-validate 0.10.0",
6589 "home",
6590 "once_cell",
6591 "thiserror 2.0.12",
6592]
6593
6594[[package]]
6595name = "gix-pathspec"
6596version = "0.10.0"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6599dependencies = [
6600 "bitflags 2.9.0",
6601 "bstr",
6602 "gix-attributes",
6603 "gix-config-value",
6604 "gix-glob",
6605 "gix-path",
6606 "thiserror 2.0.12",
6607]
6608
6609[[package]]
6610name = "gix-protocol"
6611version = "0.49.0"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6614dependencies = [
6615 "bstr",
6616 "gix-date",
6617 "gix-features 0.41.1",
6618 "gix-hash 0.17.0",
6619 "gix-ref",
6620 "gix-shallow",
6621 "gix-transport",
6622 "gix-utils 0.2.0",
6623 "maybe-async",
6624 "thiserror 2.0.12",
6625 "winnow",
6626]
6627
6628[[package]]
6629name = "gix-quote"
6630version = "0.5.0"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6633dependencies = [
6634 "bstr",
6635 "gix-utils 0.2.0",
6636 "thiserror 2.0.12",
6637]
6638
6639[[package]]
6640name = "gix-ref"
6641version = "0.51.0"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6644dependencies = [
6645 "gix-actor",
6646 "gix-features 0.41.1",
6647 "gix-fs 0.14.0",
6648 "gix-hash 0.17.0",
6649 "gix-lock",
6650 "gix-object",
6651 "gix-path",
6652 "gix-tempfile",
6653 "gix-utils 0.2.0",
6654 "gix-validate 0.9.4",
6655 "memmap2",
6656 "thiserror 2.0.12",
6657 "winnow",
6658]
6659
6660[[package]]
6661name = "gix-refspec"
6662version = "0.29.0"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6665dependencies = [
6666 "bstr",
6667 "gix-hash 0.17.0",
6668 "gix-revision",
6669 "gix-validate 0.9.4",
6670 "smallvec",
6671 "thiserror 2.0.12",
6672]
6673
6674[[package]]
6675name = "gix-revision"
6676version = "0.33.0"
6677source = "registry+https://github.com/rust-lang/crates.io-index"
6678checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6679dependencies = [
6680 "bstr",
6681 "gix-commitgraph",
6682 "gix-date",
6683 "gix-hash 0.17.0",
6684 "gix-object",
6685 "gix-revwalk",
6686 "thiserror 2.0.12",
6687]
6688
6689[[package]]
6690name = "gix-revwalk"
6691version = "0.19.0"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6694dependencies = [
6695 "gix-commitgraph",
6696 "gix-date",
6697 "gix-hash 0.17.0",
6698 "gix-hashtable",
6699 "gix-object",
6700 "smallvec",
6701 "thiserror 2.0.12",
6702]
6703
6704[[package]]
6705name = "gix-sec"
6706version = "0.10.12"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6709dependencies = [
6710 "bitflags 2.9.0",
6711 "gix-path",
6712 "libc",
6713 "windows-sys 0.52.0",
6714]
6715
6716[[package]]
6717name = "gix-shallow"
6718version = "0.3.0"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6721dependencies = [
6722 "bstr",
6723 "gix-hash 0.17.0",
6724 "gix-lock",
6725 "thiserror 2.0.12",
6726]
6727
6728[[package]]
6729name = "gix-submodule"
6730version = "0.18.0"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6733dependencies = [
6734 "bstr",
6735 "gix-config",
6736 "gix-path",
6737 "gix-pathspec",
6738 "gix-refspec",
6739 "gix-url",
6740 "thiserror 2.0.12",
6741]
6742
6743[[package]]
6744name = "gix-tempfile"
6745version = "17.1.0"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6748dependencies = [
6749 "dashmap 6.1.0",
6750 "gix-fs 0.15.0",
6751 "libc",
6752 "once_cell",
6753 "parking_lot",
6754 "tempfile",
6755]
6756
6757[[package]]
6758name = "gix-trace"
6759version = "0.1.12"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6762
6763[[package]]
6764name = "gix-transport"
6765version = "0.46.0"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6768dependencies = [
6769 "bstr",
6770 "gix-command",
6771 "gix-features 0.41.1",
6772 "gix-packetline",
6773 "gix-quote",
6774 "gix-sec",
6775 "gix-url",
6776 "thiserror 2.0.12",
6777]
6778
6779[[package]]
6780name = "gix-traverse"
6781version = "0.45.0"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6784dependencies = [
6785 "bitflags 2.9.0",
6786 "gix-commitgraph",
6787 "gix-date",
6788 "gix-hash 0.17.0",
6789 "gix-hashtable",
6790 "gix-object",
6791 "gix-revwalk",
6792 "smallvec",
6793 "thiserror 2.0.12",
6794]
6795
6796[[package]]
6797name = "gix-url"
6798version = "0.30.0"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6801dependencies = [
6802 "bstr",
6803 "gix-features 0.41.1",
6804 "gix-path",
6805 "percent-encoding",
6806 "thiserror 2.0.12",
6807 "url",
6808]
6809
6810[[package]]
6811name = "gix-utils"
6812version = "0.2.0"
6813source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6815dependencies = [
6816 "fastrand 2.3.0",
6817 "unicode-normalization",
6818]
6819
6820[[package]]
6821name = "gix-utils"
6822version = "0.3.0"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6825dependencies = [
6826 "fastrand 2.3.0",
6827 "unicode-normalization",
6828]
6829
6830[[package]]
6831name = "gix-validate"
6832version = "0.9.4"
6833source = "registry+https://github.com/rust-lang/crates.io-index"
6834checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6835dependencies = [
6836 "bstr",
6837 "thiserror 2.0.12",
6838]
6839
6840[[package]]
6841name = "gix-validate"
6842version = "0.10.0"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6845dependencies = [
6846 "bstr",
6847 "thiserror 2.0.12",
6848]
6849
6850[[package]]
6851name = "gix-worktree"
6852version = "0.40.0"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6855dependencies = [
6856 "bstr",
6857 "gix-attributes",
6858 "gix-features 0.41.1",
6859 "gix-fs 0.14.0",
6860 "gix-glob",
6861 "gix-hash 0.17.0",
6862 "gix-ignore",
6863 "gix-index",
6864 "gix-object",
6865 "gix-path",
6866 "gix-validate 0.9.4",
6867]
6868
6869[[package]]
6870name = "glob"
6871version = "0.3.2"
6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6874
6875[[package]]
6876name = "globset"
6877version = "0.4.16"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6880dependencies = [
6881 "aho-corasick",
6882 "bstr",
6883 "log",
6884 "regex-automata 0.4.9",
6885 "regex-syntax 0.8.5",
6886]
6887
6888[[package]]
6889name = "gloo-timers"
6890version = "0.3.0"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6893dependencies = [
6894 "futures-channel",
6895 "futures-core",
6896 "js-sys",
6897 "wasm-bindgen",
6898]
6899
6900[[package]]
6901name = "glow"
6902version = "0.14.2"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6905dependencies = [
6906 "js-sys",
6907 "slotmap",
6908 "wasm-bindgen",
6909 "web-sys",
6910]
6911
6912[[package]]
6913name = "go_to_line"
6914version = "0.1.0"
6915dependencies = [
6916 "anyhow",
6917 "editor",
6918 "gpui",
6919 "indoc",
6920 "language",
6921 "menu",
6922 "project",
6923 "rope",
6924 "schemars",
6925 "serde",
6926 "serde_json",
6927 "settings",
6928 "text",
6929 "theme",
6930 "tree-sitter-rust",
6931 "tree-sitter-typescript",
6932 "ui",
6933 "util",
6934 "workspace",
6935 "workspace-hack",
6936]
6937
6938[[package]]
6939name = "google_ai"
6940version = "0.1.0"
6941dependencies = [
6942 "anyhow",
6943 "futures 0.3.31",
6944 "http_client",
6945 "schemars",
6946 "serde",
6947 "serde_json",
6948 "strum 0.27.1",
6949 "workspace-hack",
6950]
6951
6952[[package]]
6953name = "gpu-alloc"
6954version = "0.6.0"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6957dependencies = [
6958 "bitflags 2.9.0",
6959 "gpu-alloc-types",
6960]
6961
6962[[package]]
6963name = "gpu-alloc-ash"
6964version = "0.7.0"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
6967dependencies = [
6968 "ash",
6969 "gpu-alloc-types",
6970 "tinyvec",
6971]
6972
6973[[package]]
6974name = "gpu-alloc-types"
6975version = "0.3.0"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
6978dependencies = [
6979 "bitflags 2.9.0",
6980]
6981
6982[[package]]
6983name = "gpui"
6984version = "0.1.0"
6985dependencies = [
6986 "anyhow",
6987 "as-raw-xcb-connection",
6988 "ashpd",
6989 "async-task",
6990 "backtrace",
6991 "bindgen 0.71.1",
6992 "blade-graphics",
6993 "blade-macros",
6994 "blade-util",
6995 "block",
6996 "bytemuck",
6997 "calloop",
6998 "calloop-wayland-source",
6999 "cbindgen",
7000 "cocoa 0.26.0",
7001 "collections",
7002 "core-foundation 0.10.0",
7003 "core-foundation-sys",
7004 "core-graphics 0.24.0",
7005 "core-text",
7006 "core-video",
7007 "cosmic-text",
7008 "ctor",
7009 "derive_more",
7010 "embed-resource",
7011 "env_logger 0.11.8",
7012 "etagere",
7013 "filedescriptor",
7014 "flume",
7015 "font-kit",
7016 "foreign-types 0.5.0",
7017 "futures 0.3.31",
7018 "gpui_macros",
7019 "http_client",
7020 "image",
7021 "inventory",
7022 "itertools 0.14.0",
7023 "log",
7024 "lyon",
7025 "media",
7026 "metal",
7027 "naga",
7028 "num_cpus",
7029 "objc",
7030 "objc2",
7031 "objc2-metal",
7032 "oo7",
7033 "open",
7034 "parking",
7035 "parking_lot",
7036 "pathfinder_geometry",
7037 "postage",
7038 "profiling",
7039 "rand 0.8.5",
7040 "raw-window-handle",
7041 "refineable",
7042 "reqwest_client",
7043 "resvg",
7044 "scap",
7045 "schemars",
7046 "seahash",
7047 "semantic_version",
7048 "serde",
7049 "serde_derive",
7050 "serde_json",
7051 "slotmap",
7052 "smallvec",
7053 "smol",
7054 "strum 0.27.1",
7055 "sum_tree",
7056 "taffy",
7057 "thiserror 2.0.12",
7058 "unicode-segmentation",
7059 "usvg",
7060 "util",
7061 "uuid",
7062 "waker-fn",
7063 "wayland-backend",
7064 "wayland-client",
7065 "wayland-cursor",
7066 "wayland-protocols",
7067 "wayland-protocols-plasma",
7068 "windows 0.61.1",
7069 "windows-core 0.61.0",
7070 "windows-numerics",
7071 "windows-registry 0.5.1",
7072 "workspace-hack",
7073 "x11-clipboard",
7074 "x11rb",
7075 "xim",
7076 "xkbcommon",
7077]
7078
7079[[package]]
7080name = "gpui_macros"
7081version = "0.1.0"
7082dependencies = [
7083 "gpui",
7084 "proc-macro2",
7085 "quote",
7086 "syn 1.0.109",
7087 "workspace-hack",
7088]
7089
7090[[package]]
7091name = "gpui_tokio"
7092version = "0.1.0"
7093dependencies = [
7094 "gpui",
7095 "tokio",
7096 "util",
7097 "workspace-hack",
7098]
7099
7100[[package]]
7101name = "grid"
7102version = "0.13.0"
7103source = "registry+https://github.com/rust-lang/crates.io-index"
7104checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7105
7106[[package]]
7107name = "group"
7108version = "0.12.1"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7111dependencies = [
7112 "ff",
7113 "rand_core 0.6.4",
7114 "subtle",
7115]
7116
7117[[package]]
7118name = "h2"
7119version = "0.3.26"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7122dependencies = [
7123 "bytes 1.10.1",
7124 "fnv",
7125 "futures-core",
7126 "futures-sink",
7127 "futures-util",
7128 "http 0.2.12",
7129 "indexmap",
7130 "slab",
7131 "tokio",
7132 "tokio-util",
7133 "tracing",
7134]
7135
7136[[package]]
7137name = "h2"
7138version = "0.4.9"
7139source = "registry+https://github.com/rust-lang/crates.io-index"
7140checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7141dependencies = [
7142 "atomic-waker",
7143 "bytes 1.10.1",
7144 "fnv",
7145 "futures-core",
7146 "futures-sink",
7147 "http 1.3.1",
7148 "indexmap",
7149 "slab",
7150 "tokio",
7151 "tokio-util",
7152 "tracing",
7153]
7154
7155[[package]]
7156name = "half"
7157version = "2.6.0"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7160dependencies = [
7161 "cfg-if",
7162 "crunchy",
7163 "num-traits",
7164]
7165
7166[[package]]
7167name = "handlebars"
7168version = "4.5.0"
7169source = "registry+https://github.com/rust-lang/crates.io-index"
7170checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7171dependencies = [
7172 "log",
7173 "pest",
7174 "pest_derive",
7175 "rust-embed",
7176 "serde",
7177 "serde_json",
7178 "thiserror 1.0.69",
7179]
7180
7181[[package]]
7182name = "handlebars"
7183version = "6.3.2"
7184source = "registry+https://github.com/rust-lang/crates.io-index"
7185checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7186dependencies = [
7187 "derive_builder",
7188 "log",
7189 "num-order",
7190 "pest",
7191 "pest_derive",
7192 "serde",
7193 "serde_json",
7194 "thiserror 2.0.12",
7195]
7196
7197[[package]]
7198name = "hash32"
7199version = "0.3.1"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7202dependencies = [
7203 "byteorder",
7204]
7205
7206[[package]]
7207name = "hashbrown"
7208version = "0.12.3"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7211dependencies = [
7212 "ahash 0.7.8",
7213]
7214
7215[[package]]
7216name = "hashbrown"
7217version = "0.14.5"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7220dependencies = [
7221 "ahash 0.8.11",
7222 "allocator-api2",
7223]
7224
7225[[package]]
7226name = "hashbrown"
7227version = "0.15.3"
7228source = "registry+https://github.com/rust-lang/crates.io-index"
7229checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7230dependencies = [
7231 "allocator-api2",
7232 "equivalent",
7233 "foldhash",
7234 "serde",
7235]
7236
7237[[package]]
7238name = "hashlink"
7239version = "0.8.4"
7240source = "registry+https://github.com/rust-lang/crates.io-index"
7241checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7242dependencies = [
7243 "hashbrown 0.14.5",
7244]
7245
7246[[package]]
7247name = "hashlink"
7248version = "0.10.0"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7251dependencies = [
7252 "hashbrown 0.15.3",
7253]
7254
7255[[package]]
7256name = "headers"
7257version = "0.3.9"
7258source = "registry+https://github.com/rust-lang/crates.io-index"
7259checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7260dependencies = [
7261 "base64 0.21.7",
7262 "bytes 1.10.1",
7263 "headers-core",
7264 "http 0.2.12",
7265 "httpdate",
7266 "mime",
7267 "sha1",
7268]
7269
7270[[package]]
7271name = "headers-core"
7272version = "0.2.0"
7273source = "registry+https://github.com/rust-lang/crates.io-index"
7274checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7275dependencies = [
7276 "http 0.2.12",
7277]
7278
7279[[package]]
7280name = "heapless"
7281version = "0.8.0"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7284dependencies = [
7285 "hash32",
7286 "stable_deref_trait",
7287]
7288
7289[[package]]
7290name = "heck"
7291version = "0.3.3"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7294dependencies = [
7295 "unicode-segmentation",
7296]
7297
7298[[package]]
7299name = "heck"
7300version = "0.4.1"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7303dependencies = [
7304 "unicode-segmentation",
7305]
7306
7307[[package]]
7308name = "heck"
7309version = "0.5.0"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7312
7313[[package]]
7314name = "heed"
7315version = "0.21.0"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7318dependencies = [
7319 "bitflags 2.9.0",
7320 "byteorder",
7321 "heed-traits",
7322 "heed-types",
7323 "libc",
7324 "lmdb-master-sys",
7325 "once_cell",
7326 "page_size",
7327 "serde",
7328 "synchronoise",
7329 "url",
7330]
7331
7332[[package]]
7333name = "heed-traits"
7334version = "0.20.0"
7335source = "registry+https://github.com/rust-lang/crates.io-index"
7336checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7337
7338[[package]]
7339name = "heed-types"
7340version = "0.21.0"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7343dependencies = [
7344 "bincode",
7345 "byteorder",
7346 "heed-traits",
7347 "serde",
7348 "serde_json",
7349]
7350
7351[[package]]
7352name = "hermit-abi"
7353version = "0.3.9"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7356
7357[[package]]
7358name = "hermit-abi"
7359version = "0.4.0"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7362
7363[[package]]
7364name = "hermit-abi"
7365version = "0.5.0"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7368
7369[[package]]
7370name = "hex"
7371version = "0.4.3"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7374
7375[[package]]
7376name = "hexf-parse"
7377version = "0.2.1"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7380
7381[[package]]
7382name = "hidden-trait"
7383version = "0.1.2"
7384source = "registry+https://github.com/rust-lang/crates.io-index"
7385checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7386dependencies = [
7387 "proc-macro2",
7388 "quote",
7389 "syn 1.0.109",
7390]
7391
7392[[package]]
7393name = "hkdf"
7394version = "0.12.4"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7397dependencies = [
7398 "hmac",
7399]
7400
7401[[package]]
7402name = "hmac"
7403version = "0.12.1"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7406dependencies = [
7407 "digest",
7408]
7409
7410[[package]]
7411name = "home"
7412version = "0.5.11"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7415dependencies = [
7416 "windows-sys 0.59.0",
7417]
7418
7419[[package]]
7420name = "hound"
7421version = "3.5.1"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7424
7425[[package]]
7426name = "html5ever"
7427version = "0.27.0"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7430dependencies = [
7431 "log",
7432 "mac",
7433 "markup5ever 0.12.1",
7434 "proc-macro2",
7435 "quote",
7436 "syn 2.0.101",
7437]
7438
7439[[package]]
7440name = "html5ever"
7441version = "0.31.0"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7444dependencies = [
7445 "log",
7446 "mac",
7447 "markup5ever 0.16.1",
7448 "match_token",
7449]
7450
7451[[package]]
7452name = "html_to_markdown"
7453version = "0.1.0"
7454dependencies = [
7455 "anyhow",
7456 "html5ever 0.27.0",
7457 "indoc",
7458 "markup5ever_rcdom",
7459 "pretty_assertions",
7460 "regex",
7461 "workspace-hack",
7462]
7463
7464[[package]]
7465name = "http"
7466version = "0.2.12"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7469dependencies = [
7470 "bytes 1.10.1",
7471 "fnv",
7472 "itoa",
7473]
7474
7475[[package]]
7476name = "http"
7477version = "1.3.1"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7480dependencies = [
7481 "bytes 1.10.1",
7482 "fnv",
7483 "itoa",
7484]
7485
7486[[package]]
7487name = "http-body"
7488version = "0.4.6"
7489source = "registry+https://github.com/rust-lang/crates.io-index"
7490checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7491dependencies = [
7492 "bytes 1.10.1",
7493 "http 0.2.12",
7494 "pin-project-lite",
7495]
7496
7497[[package]]
7498name = "http-body"
7499version = "1.0.1"
7500source = "registry+https://github.com/rust-lang/crates.io-index"
7501checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7502dependencies = [
7503 "bytes 1.10.1",
7504 "http 1.3.1",
7505]
7506
7507[[package]]
7508name = "http-body-util"
7509version = "0.1.3"
7510source = "registry+https://github.com/rust-lang/crates.io-index"
7511checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7512dependencies = [
7513 "bytes 1.10.1",
7514 "futures-core",
7515 "http 1.3.1",
7516 "http-body 1.0.1",
7517 "pin-project-lite",
7518]
7519
7520[[package]]
7521name = "http-range-header"
7522version = "0.3.1"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7525
7526[[package]]
7527name = "http-types"
7528version = "2.12.0"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7531dependencies = [
7532 "anyhow",
7533 "async-channel 1.9.0",
7534 "base64 0.13.1",
7535 "futures-lite 1.13.0",
7536 "http 0.2.12",
7537 "infer",
7538 "pin-project-lite",
7539 "rand 0.7.3",
7540 "serde",
7541 "serde_json",
7542 "serde_qs 0.8.5",
7543 "serde_urlencoded",
7544 "url",
7545]
7546
7547[[package]]
7548name = "http_client"
7549version = "0.1.0"
7550dependencies = [
7551 "anyhow",
7552 "bytes 1.10.1",
7553 "derive_more",
7554 "futures 0.3.31",
7555 "http 1.3.1",
7556 "log",
7557 "serde",
7558 "serde_json",
7559 "url",
7560 "workspace-hack",
7561]
7562
7563[[package]]
7564name = "http_client_tls"
7565version = "0.1.0"
7566dependencies = [
7567 "rustls 0.23.26",
7568 "rustls-platform-verifier",
7569 "workspace-hack",
7570]
7571
7572[[package]]
7573name = "httparse"
7574version = "1.10.1"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7577
7578[[package]]
7579name = "httpdate"
7580version = "1.0.3"
7581source = "registry+https://github.com/rust-lang/crates.io-index"
7582checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7583
7584[[package]]
7585name = "human_bytes"
7586version = "0.4.3"
7587source = "registry+https://github.com/rust-lang/crates.io-index"
7588checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7589
7590[[package]]
7591name = "humantime"
7592version = "2.2.0"
7593source = "registry+https://github.com/rust-lang/crates.io-index"
7594checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7595
7596[[package]]
7597name = "hyper"
7598version = "0.14.32"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7601dependencies = [
7602 "bytes 1.10.1",
7603 "futures-channel",
7604 "futures-core",
7605 "futures-util",
7606 "h2 0.3.26",
7607 "http 0.2.12",
7608 "http-body 0.4.6",
7609 "httparse",
7610 "httpdate",
7611 "itoa",
7612 "pin-project-lite",
7613 "socket2",
7614 "tokio",
7615 "tower-service",
7616 "tracing",
7617 "want",
7618]
7619
7620[[package]]
7621name = "hyper"
7622version = "1.6.0"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7625dependencies = [
7626 "bytes 1.10.1",
7627 "futures-channel",
7628 "futures-util",
7629 "h2 0.4.9",
7630 "http 1.3.1",
7631 "http-body 1.0.1",
7632 "httparse",
7633 "itoa",
7634 "pin-project-lite",
7635 "smallvec",
7636 "tokio",
7637 "want",
7638]
7639
7640[[package]]
7641name = "hyper-rustls"
7642version = "0.24.2"
7643source = "registry+https://github.com/rust-lang/crates.io-index"
7644checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7645dependencies = [
7646 "futures-util",
7647 "http 0.2.12",
7648 "hyper 0.14.32",
7649 "log",
7650 "rustls 0.21.12",
7651 "rustls-native-certs 0.6.3",
7652 "tokio",
7653 "tokio-rustls 0.24.1",
7654]
7655
7656[[package]]
7657name = "hyper-rustls"
7658version = "0.27.5"
7659source = "registry+https://github.com/rust-lang/crates.io-index"
7660checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7661dependencies = [
7662 "futures-util",
7663 "http 1.3.1",
7664 "hyper 1.6.0",
7665 "hyper-util",
7666 "rustls 0.23.26",
7667 "rustls-native-certs 0.8.1",
7668 "rustls-pki-types",
7669 "tokio",
7670 "tokio-rustls 0.26.2",
7671 "tower-service",
7672]
7673
7674[[package]]
7675name = "hyper-tls"
7676version = "0.5.0"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7679dependencies = [
7680 "bytes 1.10.1",
7681 "hyper 0.14.32",
7682 "native-tls",
7683 "tokio",
7684 "tokio-native-tls",
7685]
7686
7687[[package]]
7688name = "hyper-util"
7689version = "0.1.11"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7692dependencies = [
7693 "bytes 1.10.1",
7694 "futures-channel",
7695 "futures-util",
7696 "http 1.3.1",
7697 "http-body 1.0.1",
7698 "hyper 1.6.0",
7699 "libc",
7700 "pin-project-lite",
7701 "socket2",
7702 "tokio",
7703 "tower-service",
7704 "tracing",
7705]
7706
7707[[package]]
7708name = "iana-time-zone"
7709version = "0.1.63"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7712dependencies = [
7713 "android_system_properties",
7714 "core-foundation-sys",
7715 "iana-time-zone-haiku",
7716 "js-sys",
7717 "log",
7718 "wasm-bindgen",
7719 "windows-core 0.61.0",
7720]
7721
7722[[package]]
7723name = "iana-time-zone-haiku"
7724version = "0.1.2"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7727dependencies = [
7728 "cc",
7729]
7730
7731[[package]]
7732name = "icons"
7733version = "0.1.0"
7734dependencies = [
7735 "serde",
7736 "strum 0.27.1",
7737 "workspace-hack",
7738]
7739
7740[[package]]
7741name = "icu_collections"
7742version = "1.5.0"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7745dependencies = [
7746 "displaydoc",
7747 "yoke",
7748 "zerofrom",
7749 "zerovec",
7750]
7751
7752[[package]]
7753name = "icu_locid"
7754version = "1.5.0"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7757dependencies = [
7758 "displaydoc",
7759 "litemap",
7760 "tinystr",
7761 "writeable",
7762 "zerovec",
7763]
7764
7765[[package]]
7766name = "icu_locid_transform"
7767version = "1.5.0"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7770dependencies = [
7771 "displaydoc",
7772 "icu_locid",
7773 "icu_locid_transform_data",
7774 "icu_provider",
7775 "tinystr",
7776 "zerovec",
7777]
7778
7779[[package]]
7780name = "icu_locid_transform_data"
7781version = "1.5.1"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7784
7785[[package]]
7786name = "icu_normalizer"
7787version = "1.5.0"
7788source = "registry+https://github.com/rust-lang/crates.io-index"
7789checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7790dependencies = [
7791 "displaydoc",
7792 "icu_collections",
7793 "icu_normalizer_data",
7794 "icu_properties",
7795 "icu_provider",
7796 "smallvec",
7797 "utf16_iter",
7798 "utf8_iter",
7799 "write16",
7800 "zerovec",
7801]
7802
7803[[package]]
7804name = "icu_normalizer_data"
7805version = "1.5.1"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7808
7809[[package]]
7810name = "icu_properties"
7811version = "1.5.1"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7814dependencies = [
7815 "displaydoc",
7816 "icu_collections",
7817 "icu_locid_transform",
7818 "icu_properties_data",
7819 "icu_provider",
7820 "tinystr",
7821 "zerovec",
7822]
7823
7824[[package]]
7825name = "icu_properties_data"
7826version = "1.5.1"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7829
7830[[package]]
7831name = "icu_provider"
7832version = "1.5.0"
7833source = "registry+https://github.com/rust-lang/crates.io-index"
7834checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7835dependencies = [
7836 "displaydoc",
7837 "icu_locid",
7838 "icu_provider_macros",
7839 "stable_deref_trait",
7840 "tinystr",
7841 "writeable",
7842 "yoke",
7843 "zerofrom",
7844 "zerovec",
7845]
7846
7847[[package]]
7848name = "icu_provider_macros"
7849version = "1.5.0"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7852dependencies = [
7853 "proc-macro2",
7854 "quote",
7855 "syn 2.0.101",
7856]
7857
7858[[package]]
7859name = "id-arena"
7860version = "2.2.1"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7863
7864[[package]]
7865name = "ident_case"
7866version = "1.0.1"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7869
7870[[package]]
7871name = "idna"
7872version = "1.0.3"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7875dependencies = [
7876 "idna_adapter",
7877 "smallvec",
7878 "utf8_iter",
7879]
7880
7881[[package]]
7882name = "idna_adapter"
7883version = "1.2.0"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7886dependencies = [
7887 "icu_normalizer",
7888 "icu_properties",
7889]
7890
7891[[package]]
7892name = "ignore"
7893version = "0.4.23"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7896dependencies = [
7897 "crossbeam-deque",
7898 "globset",
7899 "log",
7900 "memchr",
7901 "regex-automata 0.4.9",
7902 "same-file",
7903 "walkdir",
7904 "winapi-util",
7905]
7906
7907[[package]]
7908name = "image"
7909version = "0.25.6"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7912dependencies = [
7913 "bytemuck",
7914 "byteorder-lite",
7915 "color_quant",
7916 "exr",
7917 "gif",
7918 "image-webp",
7919 "num-traits",
7920 "png",
7921 "qoi",
7922 "ravif",
7923 "rayon",
7924 "rgb",
7925 "tiff",
7926 "zune-core",
7927 "zune-jpeg",
7928]
7929
7930[[package]]
7931name = "image-webp"
7932version = "0.2.1"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7935dependencies = [
7936 "byteorder-lite",
7937 "quick-error",
7938]
7939
7940[[package]]
7941name = "image_viewer"
7942version = "0.1.0"
7943dependencies = [
7944 "anyhow",
7945 "db",
7946 "editor",
7947 "file_icons",
7948 "gpui",
7949 "log",
7950 "project",
7951 "schemars",
7952 "serde",
7953 "settings",
7954 "theme",
7955 "ui",
7956 "util",
7957 "workspace",
7958 "workspace-hack",
7959]
7960
7961[[package]]
7962name = "imagesize"
7963version = "0.13.0"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7966
7967[[package]]
7968name = "imara-diff"
7969version = "0.1.8"
7970source = "registry+https://github.com/rust-lang/crates.io-index"
7971checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7972dependencies = [
7973 "hashbrown 0.15.3",
7974]
7975
7976[[package]]
7977name = "imgref"
7978version = "1.11.0"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
7981
7982[[package]]
7983name = "indexed_docs"
7984version = "0.1.0"
7985dependencies = [
7986 "anyhow",
7987 "async-trait",
7988 "cargo_metadata",
7989 "collections",
7990 "derive_more",
7991 "extension",
7992 "fs",
7993 "futures 0.3.31",
7994 "fuzzy",
7995 "gpui",
7996 "heed",
7997 "html_to_markdown",
7998 "http_client",
7999 "indexmap",
8000 "indoc",
8001 "parking_lot",
8002 "paths",
8003 "pretty_assertions",
8004 "serde",
8005 "strum 0.27.1",
8006 "util",
8007 "workspace-hack",
8008]
8009
8010[[package]]
8011name = "indexmap"
8012version = "2.9.0"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8015dependencies = [
8016 "equivalent",
8017 "hashbrown 0.15.3",
8018 "serde",
8019]
8020
8021[[package]]
8022name = "indoc"
8023version = "2.0.6"
8024source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8026
8027[[package]]
8028name = "infer"
8029version = "0.2.3"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8032
8033[[package]]
8034name = "inherent"
8035version = "1.0.12"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8038dependencies = [
8039 "proc-macro2",
8040 "quote",
8041 "syn 2.0.101",
8042]
8043
8044[[package]]
8045name = "inline_completion"
8046version = "0.1.0"
8047dependencies = [
8048 "anyhow",
8049 "gpui",
8050 "language",
8051 "project",
8052 "workspace-hack",
8053 "zed_llm_client",
8054]
8055
8056[[package]]
8057name = "inline_completion_button"
8058version = "0.1.0"
8059dependencies = [
8060 "anyhow",
8061 "client",
8062 "copilot",
8063 "editor",
8064 "feature_flags",
8065 "fs",
8066 "futures 0.3.31",
8067 "gpui",
8068 "indoc",
8069 "inline_completion",
8070 "language",
8071 "lsp",
8072 "paths",
8073 "project",
8074 "regex",
8075 "serde_json",
8076 "settings",
8077 "supermaven",
8078 "telemetry",
8079 "theme",
8080 "ui",
8081 "workspace",
8082 "workspace-hack",
8083 "zed_actions",
8084 "zed_llm_client",
8085 "zeta",
8086]
8087
8088[[package]]
8089name = "inotify"
8090version = "0.11.0"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8093dependencies = [
8094 "bitflags 2.9.0",
8095 "inotify-sys",
8096 "libc",
8097]
8098
8099[[package]]
8100name = "inotify-sys"
8101version = "0.1.5"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8104dependencies = [
8105 "libc",
8106]
8107
8108[[package]]
8109name = "inout"
8110version = "0.1.4"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8113dependencies = [
8114 "block-padding",
8115 "generic-array",
8116]
8117
8118[[package]]
8119name = "install_cli"
8120version = "0.1.0"
8121dependencies = [
8122 "anyhow",
8123 "client",
8124 "gpui",
8125 "release_channel",
8126 "smol",
8127 "util",
8128 "workspace",
8129 "workspace-hack",
8130]
8131
8132[[package]]
8133name = "instant"
8134version = "0.1.13"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8137dependencies = [
8138 "cfg-if",
8139]
8140
8141[[package]]
8142name = "interim"
8143version = "0.2.1"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8146dependencies = [
8147 "chrono",
8148 "logos",
8149]
8150
8151[[package]]
8152name = "interpolate_name"
8153version = "0.2.4"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8156dependencies = [
8157 "proc-macro2",
8158 "quote",
8159 "syn 2.0.101",
8160]
8161
8162[[package]]
8163name = "inventory"
8164version = "0.3.20"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8167dependencies = [
8168 "rustversion",
8169]
8170
8171[[package]]
8172name = "io-extras"
8173version = "0.18.4"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8176dependencies = [
8177 "io-lifetimes",
8178 "windows-sys 0.59.0",
8179]
8180
8181[[package]]
8182name = "io-lifetimes"
8183version = "2.0.4"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8186
8187[[package]]
8188name = "io-surface"
8189version = "0.16.0"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8192dependencies = [
8193 "cgl",
8194 "core-foundation 0.10.0",
8195 "core-foundation-sys",
8196 "leaky-cow",
8197 "libc",
8198]
8199
8200[[package]]
8201name = "iovec"
8202version = "0.1.4"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8205dependencies = [
8206 "libc",
8207]
8208
8209[[package]]
8210name = "ipc-channel"
8211version = "0.19.0"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8214dependencies = [
8215 "bincode",
8216 "crossbeam-channel",
8217 "fnv",
8218 "lazy_static",
8219 "libc",
8220 "mio",
8221 "rand 0.8.5",
8222 "serde",
8223 "tempfile",
8224 "uuid",
8225 "windows 0.58.0",
8226]
8227
8228[[package]]
8229name = "ipnet"
8230version = "2.11.0"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8233
8234[[package]]
8235name = "is-docker"
8236version = "0.2.0"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8239dependencies = [
8240 "once_cell",
8241]
8242
8243[[package]]
8244name = "is-terminal"
8245version = "0.4.16"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8248dependencies = [
8249 "hermit-abi 0.5.0",
8250 "libc",
8251 "windows-sys 0.59.0",
8252]
8253
8254[[package]]
8255name = "is-wsl"
8256version = "0.4.0"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8259dependencies = [
8260 "is-docker",
8261 "once_cell",
8262]
8263
8264[[package]]
8265name = "is_terminal_polyfill"
8266version = "1.70.1"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8269
8270[[package]]
8271name = "itertools"
8272version = "0.10.5"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8275dependencies = [
8276 "either",
8277]
8278
8279[[package]]
8280name = "itertools"
8281version = "0.11.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8284dependencies = [
8285 "either",
8286]
8287
8288[[package]]
8289name = "itertools"
8290version = "0.12.1"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8293dependencies = [
8294 "either",
8295]
8296
8297[[package]]
8298name = "itertools"
8299version = "0.13.0"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8302dependencies = [
8303 "either",
8304]
8305
8306[[package]]
8307name = "itertools"
8308version = "0.14.0"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8311dependencies = [
8312 "either",
8313]
8314
8315[[package]]
8316name = "itoa"
8317version = "1.0.15"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8320
8321[[package]]
8322name = "jiff"
8323version = "0.2.10"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8326dependencies = [
8327 "jiff-static",
8328 "jiff-tzdb-platform",
8329 "log",
8330 "portable-atomic",
8331 "portable-atomic-util",
8332 "serde",
8333 "windows-sys 0.59.0",
8334]
8335
8336[[package]]
8337name = "jiff-static"
8338version = "0.2.10"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8341dependencies = [
8342 "proc-macro2",
8343 "quote",
8344 "syn 2.0.101",
8345]
8346
8347[[package]]
8348name = "jiff-tzdb"
8349version = "0.1.4"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8352
8353[[package]]
8354name = "jiff-tzdb-platform"
8355version = "0.1.3"
8356source = "registry+https://github.com/rust-lang/crates.io-index"
8357checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8358dependencies = [
8359 "jiff-tzdb",
8360]
8361
8362[[package]]
8363name = "jj"
8364version = "0.1.0"
8365dependencies = [
8366 "anyhow",
8367 "gpui",
8368 "jj-lib",
8369 "workspace-hack",
8370]
8371
8372[[package]]
8373name = "jj-lib"
8374version = "0.29.0"
8375source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8376dependencies = [
8377 "async-trait",
8378 "blake2",
8379 "bstr",
8380 "chrono",
8381 "clru",
8382 "digest",
8383 "dunce",
8384 "either",
8385 "futures 0.3.31",
8386 "gix",
8387 "glob",
8388 "hashbrown 0.15.3",
8389 "hex",
8390 "ignore",
8391 "indexmap",
8392 "interim",
8393 "itertools 0.14.0",
8394 "jj-lib-proc-macros",
8395 "maplit",
8396 "once_cell",
8397 "pest",
8398 "pest_derive",
8399 "pollster 0.4.0",
8400 "prost 0.13.5",
8401 "rand 0.8.5",
8402 "rand_chacha 0.3.1",
8403 "rayon",
8404 "ref-cast",
8405 "regex",
8406 "rustix 1.0.7",
8407 "same-file",
8408 "serde",
8409 "serde_json",
8410 "smallvec",
8411 "strsim",
8412 "tempfile",
8413 "thiserror 2.0.12",
8414 "toml_edit",
8415 "tracing",
8416 "version_check",
8417 "winreg 0.52.0",
8418]
8419
8420[[package]]
8421name = "jj-lib-proc-macros"
8422version = "0.29.0"
8423source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8424dependencies = [
8425 "proc-macro2",
8426 "quote",
8427 "syn 2.0.101",
8428]
8429
8430[[package]]
8431name = "jj_ui"
8432version = "0.1.0"
8433dependencies = [
8434 "command_palette_hooks",
8435 "feature_flags",
8436 "fuzzy",
8437 "gpui",
8438 "jj",
8439 "picker",
8440 "ui",
8441 "util",
8442 "workspace",
8443 "workspace-hack",
8444 "zed_actions",
8445]
8446
8447[[package]]
8448name = "jni"
8449version = "0.21.1"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8452dependencies = [
8453 "cesu8",
8454 "cfg-if",
8455 "combine",
8456 "jni-sys",
8457 "log",
8458 "thiserror 1.0.69",
8459 "walkdir",
8460 "windows-sys 0.45.0",
8461]
8462
8463[[package]]
8464name = "jni-sys"
8465version = "0.3.0"
8466source = "registry+https://github.com/rust-lang/crates.io-index"
8467checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8468
8469[[package]]
8470name = "jobserver"
8471version = "0.1.33"
8472source = "registry+https://github.com/rust-lang/crates.io-index"
8473checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8474dependencies = [
8475 "getrandom 0.3.2",
8476 "libc",
8477]
8478
8479[[package]]
8480name = "journal"
8481version = "0.1.0"
8482dependencies = [
8483 "anyhow",
8484 "chrono",
8485 "editor",
8486 "gpui",
8487 "log",
8488 "schemars",
8489 "serde",
8490 "settings",
8491 "shellexpand 2.1.2",
8492 "workspace",
8493 "workspace-hack",
8494]
8495
8496[[package]]
8497name = "jpeg-decoder"
8498version = "0.3.1"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8501
8502[[package]]
8503name = "js-sys"
8504version = "0.3.77"
8505source = "registry+https://github.com/rust-lang/crates.io-index"
8506checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8507dependencies = [
8508 "once_cell",
8509 "wasm-bindgen",
8510]
8511
8512[[package]]
8513name = "jsonschema"
8514version = "0.30.0"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8517dependencies = [
8518 "ahash 0.8.11",
8519 "base64 0.22.1",
8520 "bytecount",
8521 "email_address",
8522 "fancy-regex 0.14.0",
8523 "fraction",
8524 "idna",
8525 "itoa",
8526 "num-cmp",
8527 "num-traits",
8528 "once_cell",
8529 "percent-encoding",
8530 "referencing",
8531 "regex",
8532 "regex-syntax 0.8.5",
8533 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8534 "serde",
8535 "serde_json",
8536 "uuid-simd",
8537]
8538
8539[[package]]
8540name = "jsonwebtoken"
8541version = "9.3.1"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8544dependencies = [
8545 "base64 0.22.1",
8546 "js-sys",
8547 "pem",
8548 "ring",
8549 "serde",
8550 "serde_json",
8551 "simple_asn1",
8552]
8553
8554[[package]]
8555name = "jupyter-protocol"
8556version = "0.6.0"
8557source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8558dependencies = [
8559 "anyhow",
8560 "async-trait",
8561 "bytes 1.10.1",
8562 "chrono",
8563 "futures 0.3.31",
8564 "serde",
8565 "serde_json",
8566 "uuid",
8567]
8568
8569[[package]]
8570name = "jupyter-websocket-client"
8571version = "0.9.0"
8572source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8573dependencies = [
8574 "anyhow",
8575 "async-trait",
8576 "async-tungstenite",
8577 "futures 0.3.31",
8578 "jupyter-protocol",
8579 "serde",
8580 "serde_json",
8581 "url",
8582 "uuid",
8583]
8584
8585[[package]]
8586name = "khronos-egl"
8587version = "6.0.0"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8590dependencies = [
8591 "libc",
8592 "libloading",
8593]
8594
8595[[package]]
8596name = "kqueue"
8597version = "1.0.8"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8600dependencies = [
8601 "kqueue-sys",
8602 "libc",
8603]
8604
8605[[package]]
8606name = "kqueue-sys"
8607version = "1.0.4"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8610dependencies = [
8611 "bitflags 1.3.2",
8612 "libc",
8613]
8614
8615[[package]]
8616name = "kstring"
8617version = "2.0.2"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8620dependencies = [
8621 "static_assertions",
8622]
8623
8624[[package]]
8625name = "kurbo"
8626version = "0.11.1"
8627source = "registry+https://github.com/rust-lang/crates.io-index"
8628checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8629dependencies = [
8630 "arrayvec",
8631 "smallvec",
8632]
8633
8634[[package]]
8635name = "kv-log-macro"
8636version = "1.0.7"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8639dependencies = [
8640 "log",
8641]
8642
8643[[package]]
8644name = "language"
8645version = "0.1.0"
8646dependencies = [
8647 "anyhow",
8648 "async-trait",
8649 "async-watch",
8650 "clock",
8651 "collections",
8652 "ctor",
8653 "ec4rs",
8654 "env_logger 0.11.8",
8655 "fs",
8656 "futures 0.3.31",
8657 "fuzzy",
8658 "globset",
8659 "gpui",
8660 "http_client",
8661 "imara-diff",
8662 "indoc",
8663 "itertools 0.14.0",
8664 "log",
8665 "lsp",
8666 "parking_lot",
8667 "postage",
8668 "pretty_assertions",
8669 "rand 0.8.5",
8670 "regex",
8671 "rpc",
8672 "schemars",
8673 "serde",
8674 "serde_json",
8675 "settings",
8676 "smallvec",
8677 "smol",
8678 "streaming-iterator",
8679 "strsim",
8680 "sum_tree",
8681 "task",
8682 "text",
8683 "theme",
8684 "tree-sitter",
8685 "tree-sitter-elixir",
8686 "tree-sitter-embedded-template",
8687 "tree-sitter-heex",
8688 "tree-sitter-html",
8689 "tree-sitter-json",
8690 "tree-sitter-md",
8691 "tree-sitter-python",
8692 "tree-sitter-ruby",
8693 "tree-sitter-rust",
8694 "tree-sitter-typescript",
8695 "unicase",
8696 "unindent",
8697 "util",
8698 "workspace-hack",
8699]
8700
8701[[package]]
8702name = "language_extension"
8703version = "0.1.0"
8704dependencies = [
8705 "anyhow",
8706 "async-trait",
8707 "collections",
8708 "extension",
8709 "fs",
8710 "futures 0.3.31",
8711 "gpui",
8712 "language",
8713 "lsp",
8714 "serde",
8715 "serde_json",
8716 "util",
8717 "workspace-hack",
8718]
8719
8720[[package]]
8721name = "language_model"
8722version = "0.1.0"
8723dependencies = [
8724 "anthropic",
8725 "anyhow",
8726 "base64 0.22.1",
8727 "client",
8728 "collections",
8729 "futures 0.3.31",
8730 "google_ai",
8731 "gpui",
8732 "http_client",
8733 "icons",
8734 "image",
8735 "open_ai",
8736 "parking_lot",
8737 "proto",
8738 "schemars",
8739 "serde",
8740 "serde_json",
8741 "smol",
8742 "strum 0.27.1",
8743 "telemetry_events",
8744 "thiserror 2.0.12",
8745 "util",
8746 "workspace-hack",
8747 "zed_llm_client",
8748]
8749
8750[[package]]
8751name = "language_model_selector"
8752version = "0.1.0"
8753dependencies = [
8754 "collections",
8755 "feature_flags",
8756 "futures 0.3.31",
8757 "fuzzy",
8758 "gpui",
8759 "language_model",
8760 "log",
8761 "ordered-float 2.10.1",
8762 "picker",
8763 "proto",
8764 "ui",
8765 "workspace-hack",
8766 "zed_actions",
8767]
8768
8769[[package]]
8770name = "language_models"
8771version = "0.1.0"
8772dependencies = [
8773 "anthropic",
8774 "anyhow",
8775 "aws-config",
8776 "aws-credential-types",
8777 "aws_http_client",
8778 "bedrock",
8779 "client",
8780 "collections",
8781 "copilot",
8782 "credentials_provider",
8783 "deepseek",
8784 "editor",
8785 "feature_flags",
8786 "fs",
8787 "futures 0.3.31",
8788 "google_ai",
8789 "gpui",
8790 "gpui_tokio",
8791 "http_client",
8792 "language_model",
8793 "lmstudio",
8794 "log",
8795 "menu",
8796 "mistral",
8797 "ollama",
8798 "open_ai",
8799 "partial-json-fixer",
8800 "project",
8801 "proto",
8802 "release_channel",
8803 "schemars",
8804 "serde",
8805 "serde_json",
8806 "settings",
8807 "smol",
8808 "strum 0.27.1",
8809 "theme",
8810 "thiserror 2.0.12",
8811 "tiktoken-rs",
8812 "tokio",
8813 "ui",
8814 "util",
8815 "workspace-hack",
8816 "zed_llm_client",
8817]
8818
8819[[package]]
8820name = "language_selector"
8821version = "0.1.0"
8822dependencies = [
8823 "anyhow",
8824 "editor",
8825 "file_finder",
8826 "file_icons",
8827 "fuzzy",
8828 "gpui",
8829 "language",
8830 "picker",
8831 "project",
8832 "settings",
8833 "ui",
8834 "util",
8835 "workspace",
8836 "workspace-hack",
8837]
8838
8839[[package]]
8840name = "language_tools"
8841version = "0.1.0"
8842dependencies = [
8843 "anyhow",
8844 "client",
8845 "collections",
8846 "copilot",
8847 "editor",
8848 "env_logger 0.11.8",
8849 "futures 0.3.31",
8850 "gpui",
8851 "itertools 0.14.0",
8852 "language",
8853 "lsp",
8854 "project",
8855 "release_channel",
8856 "serde_json",
8857 "settings",
8858 "theme",
8859 "tree-sitter",
8860 "ui",
8861 "util",
8862 "workspace",
8863 "workspace-hack",
8864 "zed_actions",
8865]
8866
8867[[package]]
8868name = "languages"
8869version = "0.1.0"
8870dependencies = [
8871 "anyhow",
8872 "async-compression",
8873 "async-tar",
8874 "async-trait",
8875 "collections",
8876 "futures 0.3.31",
8877 "gpui",
8878 "http_client",
8879 "language",
8880 "log",
8881 "lsp",
8882 "node_runtime",
8883 "parking_lot",
8884 "paths",
8885 "pet",
8886 "pet-conda",
8887 "pet-core",
8888 "pet-fs",
8889 "pet-poetry",
8890 "pet-reporter",
8891 "pretty_assertions",
8892 "project",
8893 "regex",
8894 "rope",
8895 "rust-embed",
8896 "serde",
8897 "serde_json",
8898 "settings",
8899 "smol",
8900 "snippet_provider",
8901 "task",
8902 "text",
8903 "theme",
8904 "toml 0.8.20",
8905 "tree-sitter",
8906 "tree-sitter-bash",
8907 "tree-sitter-c",
8908 "tree-sitter-cpp",
8909 "tree-sitter-css",
8910 "tree-sitter-diff",
8911 "tree-sitter-gitcommit",
8912 "tree-sitter-go",
8913 "tree-sitter-gomod",
8914 "tree-sitter-gowork",
8915 "tree-sitter-jsdoc",
8916 "tree-sitter-json",
8917 "tree-sitter-md",
8918 "tree-sitter-python",
8919 "tree-sitter-regex",
8920 "tree-sitter-rust",
8921 "tree-sitter-typescript",
8922 "tree-sitter-yaml",
8923 "unindent",
8924 "util",
8925 "workspace",
8926 "workspace-hack",
8927]
8928
8929[[package]]
8930name = "lazy_static"
8931version = "1.5.0"
8932source = "registry+https://github.com/rust-lang/crates.io-index"
8933checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8934dependencies = [
8935 "spin",
8936]
8937
8938[[package]]
8939name = "lazycell"
8940version = "1.3.0"
8941source = "registry+https://github.com/rust-lang/crates.io-index"
8942checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8943
8944[[package]]
8945name = "leak"
8946version = "0.1.2"
8947source = "registry+https://github.com/rust-lang/crates.io-index"
8948checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8949
8950[[package]]
8951name = "leaky-cow"
8952version = "0.1.1"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8955dependencies = [
8956 "leak",
8957]
8958
8959[[package]]
8960name = "leb128"
8961version = "0.2.5"
8962source = "registry+https://github.com/rust-lang/crates.io-index"
8963checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8964
8965[[package]]
8966name = "leb128fmt"
8967version = "0.1.0"
8968source = "registry+https://github.com/rust-lang/crates.io-index"
8969checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8970
8971[[package]]
8972name = "lebe"
8973version = "0.5.2"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8976
8977[[package]]
8978name = "libc"
8979version = "0.2.172"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8982
8983[[package]]
8984name = "libdbus-sys"
8985version = "0.2.5"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8988dependencies = [
8989 "cc",
8990 "pkg-config",
8991]
8992
8993[[package]]
8994name = "libfuzzer-sys"
8995version = "0.4.9"
8996source = "registry+https://github.com/rust-lang/crates.io-index"
8997checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
8998dependencies = [
8999 "arbitrary",
9000 "cc",
9001]
9002
9003[[package]]
9004name = "libgit2-sys"
9005version = "0.18.1+1.9.0"
9006source = "registry+https://github.com/rust-lang/crates.io-index"
9007checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9008dependencies = [
9009 "cc",
9010 "libc",
9011 "libz-sys",
9012 "pkg-config",
9013]
9014
9015[[package]]
9016name = "libloading"
9017version = "0.8.6"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9020dependencies = [
9021 "cfg-if",
9022 "windows-targets 0.52.6",
9023]
9024
9025[[package]]
9026name = "libm"
9027version = "0.2.11"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9030
9031[[package]]
9032name = "libmimalloc-sys"
9033version = "0.1.42"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9036dependencies = [
9037 "cc",
9038 "libc",
9039]
9040
9041[[package]]
9042name = "libredox"
9043version = "0.1.3"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9046dependencies = [
9047 "bitflags 2.9.0",
9048 "libc",
9049 "redox_syscall 0.5.11",
9050]
9051
9052[[package]]
9053name = "libsqlite3-sys"
9054version = "0.30.1"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9057dependencies = [
9058 "cc",
9059 "pkg-config",
9060 "vcpkg",
9061]
9062
9063[[package]]
9064name = "libwebrtc"
9065version = "0.3.10"
9066source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9067dependencies = [
9068 "cxx",
9069 "jni",
9070 "js-sys",
9071 "lazy_static",
9072 "livekit-protocol",
9073 "livekit-runtime",
9074 "log",
9075 "parking_lot",
9076 "serde",
9077 "serde_json",
9078 "thiserror 1.0.69",
9079 "tokio",
9080 "wasm-bindgen",
9081 "wasm-bindgen-futures",
9082 "web-sys",
9083 "webrtc-sys",
9084]
9085
9086[[package]]
9087name = "libz-rs-sys"
9088version = "0.5.0"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9091dependencies = [
9092 "zlib-rs",
9093]
9094
9095[[package]]
9096name = "libz-sys"
9097version = "1.1.22"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9100dependencies = [
9101 "cc",
9102 "libc",
9103 "pkg-config",
9104 "vcpkg",
9105]
9106
9107[[package]]
9108name = "link-cplusplus"
9109version = "1.0.10"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9112dependencies = [
9113 "cc",
9114]
9115
9116[[package]]
9117name = "linkify"
9118version = "0.10.0"
9119source = "registry+https://github.com/rust-lang/crates.io-index"
9120checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9121dependencies = [
9122 "memchr",
9123]
9124
9125[[package]]
9126name = "linux-raw-sys"
9127version = "0.4.15"
9128source = "registry+https://github.com/rust-lang/crates.io-index"
9129checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9130
9131[[package]]
9132name = "linux-raw-sys"
9133version = "0.9.4"
9134source = "registry+https://github.com/rust-lang/crates.io-index"
9135checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9136
9137[[package]]
9138name = "litemap"
9139version = "0.7.5"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9142
9143[[package]]
9144name = "livekit"
9145version = "0.7.8"
9146source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9147dependencies = [
9148 "chrono",
9149 "futures-util",
9150 "lazy_static",
9151 "libloading",
9152 "libwebrtc",
9153 "livekit-api",
9154 "livekit-protocol",
9155 "livekit-runtime",
9156 "log",
9157 "parking_lot",
9158 "prost 0.12.6",
9159 "semver",
9160 "serde",
9161 "serde_json",
9162 "thiserror 1.0.69",
9163 "tokio",
9164]
9165
9166[[package]]
9167name = "livekit-api"
9168version = "0.4.2"
9169source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9170dependencies = [
9171 "futures-util",
9172 "http 0.2.12",
9173 "livekit-protocol",
9174 "livekit-runtime",
9175 "log",
9176 "parking_lot",
9177 "pbjson-types",
9178 "prost 0.12.6",
9179 "rand 0.9.1",
9180 "reqwest 0.11.27",
9181 "scopeguard",
9182 "serde",
9183 "sha2",
9184 "thiserror 1.0.69",
9185 "tokio",
9186 "tokio-tungstenite 0.26.2",
9187 "url",
9188]
9189
9190[[package]]
9191name = "livekit-protocol"
9192version = "0.3.9"
9193source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9194dependencies = [
9195 "futures-util",
9196 "livekit-runtime",
9197 "parking_lot",
9198 "pbjson",
9199 "pbjson-types",
9200 "prost 0.12.6",
9201 "prost-types 0.12.6",
9202 "serde",
9203 "thiserror 1.0.69",
9204 "tokio",
9205]
9206
9207[[package]]
9208name = "livekit-runtime"
9209version = "0.4.0"
9210source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9211dependencies = [
9212 "tokio",
9213 "tokio-stream",
9214]
9215
9216[[package]]
9217name = "livekit_api"
9218version = "0.1.0"
9219dependencies = [
9220 "anyhow",
9221 "async-trait",
9222 "jsonwebtoken",
9223 "log",
9224 "prost 0.9.0",
9225 "prost-build 0.9.0",
9226 "prost-types 0.9.0",
9227 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9228 "serde",
9229 "workspace-hack",
9230]
9231
9232[[package]]
9233name = "livekit_client"
9234version = "0.1.0"
9235dependencies = [
9236 "anyhow",
9237 "async-trait",
9238 "collections",
9239 "core-foundation 0.10.0",
9240 "core-video",
9241 "coreaudio-rs 0.12.1",
9242 "cpal",
9243 "futures 0.3.31",
9244 "gpui",
9245 "gpui_tokio",
9246 "http_client_tls",
9247 "image",
9248 "libwebrtc",
9249 "livekit",
9250 "livekit_api",
9251 "log",
9252 "nanoid",
9253 "objc",
9254 "parking_lot",
9255 "postage",
9256 "scap",
9257 "serde",
9258 "serde_json",
9259 "sha2",
9260 "simplelog",
9261 "smallvec",
9262 "tokio-tungstenite 0.26.2",
9263 "util",
9264 "workspace-hack",
9265]
9266
9267[[package]]
9268name = "lmdb-master-sys"
9269version = "0.2.5"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9272dependencies = [
9273 "cc",
9274 "doxygen-rs",
9275 "libc",
9276]
9277
9278[[package]]
9279name = "lmstudio"
9280version = "0.1.0"
9281dependencies = [
9282 "anyhow",
9283 "futures 0.3.31",
9284 "http_client",
9285 "schemars",
9286 "serde",
9287 "serde_json",
9288 "workspace-hack",
9289]
9290
9291[[package]]
9292name = "lock_api"
9293version = "0.4.12"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9296dependencies = [
9297 "autocfg",
9298 "scopeguard",
9299]
9300
9301[[package]]
9302name = "log"
9303version = "0.4.27"
9304source = "registry+https://github.com/rust-lang/crates.io-index"
9305checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9306dependencies = [
9307 "serde",
9308 "value-bag",
9309]
9310
9311[[package]]
9312name = "logos"
9313version = "0.15.0"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9316dependencies = [
9317 "logos-derive",
9318]
9319
9320[[package]]
9321name = "logos-codegen"
9322version = "0.15.0"
9323source = "registry+https://github.com/rust-lang/crates.io-index"
9324checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9325dependencies = [
9326 "beef",
9327 "fnv",
9328 "lazy_static",
9329 "proc-macro2",
9330 "quote",
9331 "regex-syntax 0.8.5",
9332 "rustc_version",
9333 "syn 2.0.101",
9334]
9335
9336[[package]]
9337name = "logos-derive"
9338version = "0.15.0"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9341dependencies = [
9342 "logos-codegen",
9343]
9344
9345[[package]]
9346name = "loop9"
9347version = "0.1.5"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9350dependencies = [
9351 "imgref",
9352]
9353
9354[[package]]
9355name = "lru"
9356version = "0.12.5"
9357source = "registry+https://github.com/rust-lang/crates.io-index"
9358checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9359dependencies = [
9360 "hashbrown 0.15.3",
9361]
9362
9363[[package]]
9364name = "lsp"
9365version = "0.1.0"
9366dependencies = [
9367 "anyhow",
9368 "async-pipe",
9369 "collections",
9370 "ctor",
9371 "env_logger 0.11.8",
9372 "futures 0.3.31",
9373 "gpui",
9374 "log",
9375 "lsp-types",
9376 "parking_lot",
9377 "postage",
9378 "release_channel",
9379 "schemars",
9380 "serde",
9381 "serde_json",
9382 "smol",
9383 "util",
9384 "workspace-hack",
9385]
9386
9387[[package]]
9388name = "lsp-types"
9389version = "0.95.1"
9390source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9391dependencies = [
9392 "bitflags 1.3.2",
9393 "serde",
9394 "serde_json",
9395 "serde_repr",
9396 "url",
9397]
9398
9399[[package]]
9400name = "lyon"
9401version = "1.0.1"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9404dependencies = [
9405 "lyon_algorithms",
9406 "lyon_extra",
9407 "lyon_tessellation",
9408]
9409
9410[[package]]
9411name = "lyon_algorithms"
9412version = "1.0.5"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9415dependencies = [
9416 "lyon_path",
9417 "num-traits",
9418]
9419
9420[[package]]
9421name = "lyon_extra"
9422version = "1.0.3"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9425dependencies = [
9426 "lyon_path",
9427 "thiserror 1.0.69",
9428]
9429
9430[[package]]
9431name = "lyon_geom"
9432version = "1.0.6"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9435dependencies = [
9436 "arrayvec",
9437 "euclid",
9438 "num-traits",
9439]
9440
9441[[package]]
9442name = "lyon_path"
9443version = "1.0.7"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9446dependencies = [
9447 "lyon_geom",
9448 "num-traits",
9449]
9450
9451[[package]]
9452name = "lyon_tessellation"
9453version = "1.0.15"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9456dependencies = [
9457 "float_next_after",
9458 "lyon_path",
9459 "num-traits",
9460]
9461
9462[[package]]
9463name = "mac"
9464version = "0.1.1"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9467
9468[[package]]
9469name = "mach2"
9470version = "0.4.2"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9473dependencies = [
9474 "libc",
9475]
9476
9477[[package]]
9478name = "malloc_buf"
9479version = "0.0.6"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9482dependencies = [
9483 "libc",
9484]
9485
9486[[package]]
9487name = "maplit"
9488version = "1.0.2"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9491
9492[[package]]
9493name = "markdown"
9494version = "0.1.0"
9495dependencies = [
9496 "anyhow",
9497 "assets",
9498 "base64 0.22.1",
9499 "env_logger 0.11.8",
9500 "gpui",
9501 "language",
9502 "languages",
9503 "linkify",
9504 "log",
9505 "node_runtime",
9506 "pulldown-cmark 0.12.2",
9507 "settings",
9508 "sum_tree",
9509 "theme",
9510 "ui",
9511 "util",
9512 "workspace-hack",
9513]
9514
9515[[package]]
9516name = "markdown_preview"
9517version = "0.1.0"
9518dependencies = [
9519 "anyhow",
9520 "async-recursion 1.1.1",
9521 "collections",
9522 "editor",
9523 "gpui",
9524 "language",
9525 "linkify",
9526 "log",
9527 "pretty_assertions",
9528 "pulldown-cmark 0.12.2",
9529 "settings",
9530 "theme",
9531 "ui",
9532 "util",
9533 "workspace",
9534 "workspace-hack",
9535]
9536
9537[[package]]
9538name = "markup5ever"
9539version = "0.12.1"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9542dependencies = [
9543 "log",
9544 "phf",
9545 "phf_codegen",
9546 "string_cache",
9547 "string_cache_codegen",
9548 "tendril",
9549]
9550
9551[[package]]
9552name = "markup5ever"
9553version = "0.16.1"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9556dependencies = [
9557 "log",
9558 "tendril",
9559 "web_atoms",
9560]
9561
9562[[package]]
9563name = "markup5ever_rcdom"
9564version = "0.3.0"
9565source = "registry+https://github.com/rust-lang/crates.io-index"
9566checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9567dependencies = [
9568 "html5ever 0.27.0",
9569 "markup5ever 0.12.1",
9570 "tendril",
9571 "xml5ever",
9572]
9573
9574[[package]]
9575name = "match_token"
9576version = "0.1.0"
9577source = "registry+https://github.com/rust-lang/crates.io-index"
9578checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9579dependencies = [
9580 "proc-macro2",
9581 "quote",
9582 "syn 2.0.101",
9583]
9584
9585[[package]]
9586name = "matchers"
9587version = "0.1.0"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9590dependencies = [
9591 "regex-automata 0.1.10",
9592]
9593
9594[[package]]
9595name = "matchit"
9596version = "0.7.3"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9599
9600[[package]]
9601name = "maybe-async"
9602version = "0.2.10"
9603source = "registry+https://github.com/rust-lang/crates.io-index"
9604checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9605dependencies = [
9606 "proc-macro2",
9607 "quote",
9608 "syn 2.0.101",
9609]
9610
9611[[package]]
9612name = "maybe-owned"
9613version = "0.3.4"
9614source = "registry+https://github.com/rust-lang/crates.io-index"
9615checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9616
9617[[package]]
9618name = "maybe-rayon"
9619version = "0.1.1"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9622dependencies = [
9623 "cfg-if",
9624 "rayon",
9625]
9626
9627[[package]]
9628name = "md-5"
9629version = "0.10.6"
9630source = "registry+https://github.com/rust-lang/crates.io-index"
9631checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9632dependencies = [
9633 "cfg-if",
9634 "digest",
9635]
9636
9637[[package]]
9638name = "mdbook"
9639version = "0.4.48"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9642dependencies = [
9643 "ammonia",
9644 "anyhow",
9645 "chrono",
9646 "clap",
9647 "clap_complete",
9648 "elasticlunr-rs",
9649 "env_logger 0.11.8",
9650 "futures-util",
9651 "handlebars 6.3.2",
9652 "hex",
9653 "ignore",
9654 "log",
9655 "memchr",
9656 "notify",
9657 "notify-debouncer-mini",
9658 "once_cell",
9659 "opener",
9660 "pathdiff",
9661 "pulldown-cmark 0.10.3",
9662 "regex",
9663 "serde",
9664 "serde_json",
9665 "sha2",
9666 "shlex",
9667 "tempfile",
9668 "tokio",
9669 "toml 0.5.11",
9670 "topological-sort",
9671 "walkdir",
9672 "warp",
9673]
9674
9675[[package]]
9676name = "media"
9677version = "0.1.0"
9678dependencies = [
9679 "anyhow",
9680 "bindgen 0.71.1",
9681 "core-foundation 0.10.0",
9682 "core-video",
9683 "ctor",
9684 "foreign-types 0.5.0",
9685 "metal",
9686 "objc",
9687 "workspace-hack",
9688]
9689
9690[[package]]
9691name = "memchr"
9692version = "2.7.4"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9695
9696[[package]]
9697name = "memfd"
9698version = "0.6.4"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9701dependencies = [
9702 "rustix 0.38.44",
9703]
9704
9705[[package]]
9706name = "memmap2"
9707version = "0.9.5"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9710dependencies = [
9711 "libc",
9712]
9713
9714[[package]]
9715name = "memoffset"
9716version = "0.9.1"
9717source = "registry+https://github.com/rust-lang/crates.io-index"
9718checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9719dependencies = [
9720 "autocfg",
9721]
9722
9723[[package]]
9724name = "menu"
9725version = "0.1.0"
9726dependencies = [
9727 "gpui",
9728 "workspace-hack",
9729]
9730
9731[[package]]
9732name = "metal"
9733version = "0.29.0"
9734source = "registry+https://github.com/rust-lang/crates.io-index"
9735checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9736dependencies = [
9737 "bitflags 2.9.0",
9738 "block",
9739 "core-graphics-types 0.1.3",
9740 "foreign-types 0.5.0",
9741 "log",
9742 "objc",
9743 "paste",
9744]
9745
9746[[package]]
9747name = "migrator"
9748version = "0.1.0"
9749dependencies = [
9750 "anyhow",
9751 "collections",
9752 "convert_case 0.8.0",
9753 "log",
9754 "pretty_assertions",
9755 "streaming-iterator",
9756 "tree-sitter",
9757 "tree-sitter-json",
9758 "workspace-hack",
9759]
9760
9761[[package]]
9762name = "mimalloc"
9763version = "0.1.46"
9764source = "registry+https://github.com/rust-lang/crates.io-index"
9765checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9766dependencies = [
9767 "libmimalloc-sys",
9768]
9769
9770[[package]]
9771name = "mime"
9772version = "0.3.17"
9773source = "registry+https://github.com/rust-lang/crates.io-index"
9774checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9775
9776[[package]]
9777name = "mime_guess"
9778version = "2.0.5"
9779source = "registry+https://github.com/rust-lang/crates.io-index"
9780checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9781dependencies = [
9782 "mime",
9783 "unicase",
9784]
9785
9786[[package]]
9787name = "minimal-lexical"
9788version = "0.2.1"
9789source = "registry+https://github.com/rust-lang/crates.io-index"
9790checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9791
9792[[package]]
9793name = "miniz_oxide"
9794version = "0.8.8"
9795source = "registry+https://github.com/rust-lang/crates.io-index"
9796checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9797dependencies = [
9798 "adler2",
9799 "simd-adler32",
9800]
9801
9802[[package]]
9803name = "mint"
9804version = "0.5.9"
9805source = "registry+https://github.com/rust-lang/crates.io-index"
9806checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9807
9808[[package]]
9809name = "mio"
9810version = "1.0.3"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9813dependencies = [
9814 "libc",
9815 "log",
9816 "wasi 0.11.0+wasi-snapshot-preview1",
9817 "windows-sys 0.52.0",
9818]
9819
9820[[package]]
9821name = "miow"
9822version = "0.6.0"
9823source = "registry+https://github.com/rust-lang/crates.io-index"
9824checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9825dependencies = [
9826 "windows-sys 0.48.0",
9827]
9828
9829[[package]]
9830name = "mistral"
9831version = "0.1.0"
9832dependencies = [
9833 "anyhow",
9834 "futures 0.3.31",
9835 "http_client",
9836 "schemars",
9837 "serde",
9838 "serde_json",
9839 "strum 0.27.1",
9840 "workspace-hack",
9841]
9842
9843[[package]]
9844name = "msvc_spectre_libs"
9845version = "0.1.3"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9848dependencies = [
9849 "cc",
9850]
9851
9852[[package]]
9853name = "multi_buffer"
9854version = "0.1.0"
9855dependencies = [
9856 "anyhow",
9857 "buffer_diff",
9858 "clock",
9859 "collections",
9860 "ctor",
9861 "env_logger 0.11.8",
9862 "gpui",
9863 "indoc",
9864 "itertools 0.14.0",
9865 "language",
9866 "log",
9867 "parking_lot",
9868 "pretty_assertions",
9869 "project",
9870 "rand 0.8.5",
9871 "rope",
9872 "serde",
9873 "settings",
9874 "smallvec",
9875 "smol",
9876 "sum_tree",
9877 "text",
9878 "theme",
9879 "tree-sitter",
9880 "util",
9881 "workspace-hack",
9882]
9883
9884[[package]]
9885name = "multimap"
9886version = "0.8.3"
9887source = "registry+https://github.com/rust-lang/crates.io-index"
9888checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9889
9890[[package]]
9891name = "multimap"
9892version = "0.10.0"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9895
9896[[package]]
9897name = "naga"
9898version = "25.0.1"
9899source = "registry+https://github.com/rust-lang/crates.io-index"
9900checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9901dependencies = [
9902 "arrayvec",
9903 "bit-set 0.8.0",
9904 "bitflags 2.9.0",
9905 "cfg_aliases 0.2.1",
9906 "codespan-reporting 0.12.0",
9907 "half",
9908 "hashbrown 0.15.3",
9909 "hexf-parse",
9910 "indexmap",
9911 "log",
9912 "num-traits",
9913 "once_cell",
9914 "rustc-hash 1.1.0",
9915 "spirv",
9916 "strum 0.26.3",
9917 "thiserror 2.0.12",
9918 "unicode-ident",
9919]
9920
9921[[package]]
9922name = "nanoid"
9923version = "0.4.0"
9924source = "registry+https://github.com/rust-lang/crates.io-index"
9925checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9926dependencies = [
9927 "rand 0.8.5",
9928]
9929
9930[[package]]
9931name = "nanorand"
9932version = "0.7.0"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9935dependencies = [
9936 "getrandom 0.2.15",
9937]
9938
9939[[package]]
9940name = "native-tls"
9941version = "0.2.14"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9944dependencies = [
9945 "libc",
9946 "log",
9947 "openssl",
9948 "openssl-probe",
9949 "openssl-sys",
9950 "schannel",
9951 "security-framework 2.11.1",
9952 "security-framework-sys",
9953 "tempfile",
9954]
9955
9956[[package]]
9957name = "nbformat"
9958version = "0.10.0"
9959source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9960dependencies = [
9961 "anyhow",
9962 "chrono",
9963 "jupyter-protocol",
9964 "serde",
9965 "serde_json",
9966 "thiserror 1.0.69",
9967 "uuid",
9968]
9969
9970[[package]]
9971name = "ndk"
9972version = "0.8.0"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
9975dependencies = [
9976 "bitflags 2.9.0",
9977 "jni-sys",
9978 "log",
9979 "ndk-sys",
9980 "num_enum",
9981 "thiserror 1.0.69",
9982]
9983
9984[[package]]
9985name = "ndk-context"
9986version = "0.1.1"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
9989
9990[[package]]
9991name = "ndk-sys"
9992version = "0.5.0+25.2.9519653"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
9995dependencies = [
9996 "jni-sys",
9997]
9998
9999[[package]]
10000name = "new_debug_unreachable"
10001version = "1.0.6"
10002source = "registry+https://github.com/rust-lang/crates.io-index"
10003checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10004
10005[[package]]
10006name = "nix"
10007version = "0.28.0"
10008source = "registry+https://github.com/rust-lang/crates.io-index"
10009checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10010dependencies = [
10011 "bitflags 2.9.0",
10012 "cfg-if",
10013 "cfg_aliases 0.1.1",
10014 "libc",
10015]
10016
10017[[package]]
10018name = "nix"
10019version = "0.29.0"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10022dependencies = [
10023 "bitflags 2.9.0",
10024 "cfg-if",
10025 "cfg_aliases 0.2.1",
10026 "libc",
10027 "memoffset",
10028]
10029
10030[[package]]
10031name = "node_runtime"
10032version = "0.1.0"
10033dependencies = [
10034 "anyhow",
10035 "async-compression",
10036 "async-std",
10037 "async-tar",
10038 "async-trait",
10039 "async-watch",
10040 "async_zip",
10041 "futures 0.3.31",
10042 "http_client",
10043 "log",
10044 "paths",
10045 "semver",
10046 "serde",
10047 "serde_json",
10048 "smol",
10049 "tempfile",
10050 "util",
10051 "walkdir",
10052 "which 6.0.3",
10053 "workspace-hack",
10054]
10055
10056[[package]]
10057name = "nom"
10058version = "7.1.3"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10061dependencies = [
10062 "memchr",
10063 "minimal-lexical",
10064]
10065
10066[[package]]
10067name = "noop_proc_macro"
10068version = "0.3.0"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10071
10072[[package]]
10073name = "normpath"
10074version = "1.3.0"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10077dependencies = [
10078 "windows-sys 0.59.0",
10079]
10080
10081[[package]]
10082name = "notifications"
10083version = "0.1.0"
10084dependencies = [
10085 "anyhow",
10086 "channel",
10087 "client",
10088 "collections",
10089 "component",
10090 "db",
10091 "gpui",
10092 "rpc",
10093 "settings",
10094 "sum_tree",
10095 "time",
10096 "ui",
10097 "util",
10098 "workspace",
10099 "workspace-hack",
10100]
10101
10102[[package]]
10103name = "notify"
10104version = "8.0.0"
10105source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10106dependencies = [
10107 "bitflags 2.9.0",
10108 "filetime",
10109 "fsevent-sys 4.1.0",
10110 "inotify",
10111 "kqueue",
10112 "libc",
10113 "log",
10114 "mio",
10115 "notify-types",
10116 "walkdir",
10117 "windows-sys 0.59.0",
10118]
10119
10120[[package]]
10121name = "notify-debouncer-mini"
10122version = "0.6.0"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10125dependencies = [
10126 "log",
10127 "notify",
10128 "notify-types",
10129 "tempfile",
10130]
10131
10132[[package]]
10133name = "notify-types"
10134version = "2.0.0"
10135source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10136
10137[[package]]
10138name = "ntapi"
10139version = "0.4.1"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10142dependencies = [
10143 "winapi",
10144]
10145
10146[[package]]
10147name = "nu-ansi-term"
10148version = "0.46.0"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10151dependencies = [
10152 "overload",
10153 "winapi",
10154]
10155
10156[[package]]
10157name = "num"
10158version = "0.4.3"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10161dependencies = [
10162 "num-bigint",
10163 "num-complex",
10164 "num-integer",
10165 "num-iter",
10166 "num-rational",
10167 "num-traits",
10168]
10169
10170[[package]]
10171name = "num-bigint"
10172version = "0.4.6"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10175dependencies = [
10176 "num-integer",
10177 "num-traits",
10178]
10179
10180[[package]]
10181name = "num-bigint-dig"
10182version = "0.8.4"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10185dependencies = [
10186 "byteorder",
10187 "lazy_static",
10188 "libm",
10189 "num-integer",
10190 "num-iter",
10191 "num-traits",
10192 "rand 0.8.5",
10193 "serde",
10194 "smallvec",
10195 "zeroize",
10196]
10197
10198[[package]]
10199name = "num-cmp"
10200version = "0.1.0"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10203
10204[[package]]
10205name = "num-complex"
10206version = "0.4.6"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10209dependencies = [
10210 "num-traits",
10211]
10212
10213[[package]]
10214name = "num-conv"
10215version = "0.1.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10218
10219[[package]]
10220name = "num-derive"
10221version = "0.4.2"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10224dependencies = [
10225 "proc-macro2",
10226 "quote",
10227 "syn 2.0.101",
10228]
10229
10230[[package]]
10231name = "num-format"
10232version = "0.4.4"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10235dependencies = [
10236 "arrayvec",
10237 "itoa",
10238]
10239
10240[[package]]
10241name = "num-integer"
10242version = "0.1.46"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10245dependencies = [
10246 "num-traits",
10247]
10248
10249[[package]]
10250name = "num-iter"
10251version = "0.1.45"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10254dependencies = [
10255 "autocfg",
10256 "num-integer",
10257 "num-traits",
10258]
10259
10260[[package]]
10261name = "num-modular"
10262version = "0.6.1"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10265
10266[[package]]
10267name = "num-order"
10268version = "1.2.0"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10271dependencies = [
10272 "num-modular",
10273]
10274
10275[[package]]
10276name = "num-rational"
10277version = "0.4.2"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10280dependencies = [
10281 "num-bigint",
10282 "num-integer",
10283 "num-traits",
10284]
10285
10286[[package]]
10287name = "num-traits"
10288version = "0.2.19"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10291dependencies = [
10292 "autocfg",
10293 "libm",
10294]
10295
10296[[package]]
10297name = "num_cpus"
10298version = "1.16.0"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10301dependencies = [
10302 "hermit-abi 0.3.9",
10303 "libc",
10304]
10305
10306[[package]]
10307name = "num_enum"
10308version = "0.7.3"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10311dependencies = [
10312 "num_enum_derive",
10313]
10314
10315[[package]]
10316name = "num_enum_derive"
10317version = "0.7.3"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10320dependencies = [
10321 "proc-macro-crate",
10322 "proc-macro2",
10323 "quote",
10324 "syn 2.0.101",
10325]
10326
10327[[package]]
10328name = "num_threads"
10329version = "0.1.7"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10332dependencies = [
10333 "libc",
10334]
10335
10336[[package]]
10337name = "nvim-rs"
10338version = "0.9.2"
10339source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10340dependencies = [
10341 "async-trait",
10342 "futures 0.3.31",
10343 "log",
10344 "rmp",
10345 "rmpv",
10346 "tokio",
10347 "tokio-util",
10348]
10349
10350[[package]]
10351name = "objc"
10352version = "0.2.7"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10355dependencies = [
10356 "malloc_buf",
10357 "objc_exception",
10358]
10359
10360[[package]]
10361name = "objc-foundation"
10362version = "0.1.1"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10365dependencies = [
10366 "block",
10367 "objc",
10368 "objc_id",
10369]
10370
10371[[package]]
10372name = "objc2"
10373version = "0.6.1"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10376dependencies = [
10377 "objc2-encode",
10378]
10379
10380[[package]]
10381name = "objc2-app-kit"
10382version = "0.3.1"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10385dependencies = [
10386 "bitflags 2.9.0",
10387 "objc2",
10388 "objc2-core-foundation",
10389 "objc2-foundation",
10390 "objc2-quartz-core",
10391]
10392
10393[[package]]
10394name = "objc2-core-foundation"
10395version = "0.3.1"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10398dependencies = [
10399 "bitflags 2.9.0",
10400 "dispatch2",
10401 "objc2",
10402]
10403
10404[[package]]
10405name = "objc2-encode"
10406version = "4.1.0"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10409
10410[[package]]
10411name = "objc2-foundation"
10412version = "0.3.1"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10415dependencies = [
10416 "bitflags 2.9.0",
10417 "objc2",
10418 "objc2-core-foundation",
10419]
10420
10421[[package]]
10422name = "objc2-metal"
10423version = "0.3.1"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10426dependencies = [
10427 "bitflags 2.9.0",
10428 "block2",
10429 "dispatch2",
10430 "objc2",
10431 "objc2-core-foundation",
10432 "objc2-foundation",
10433]
10434
10435[[package]]
10436name = "objc2-quartz-core"
10437version = "0.3.1"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10440dependencies = [
10441 "bitflags 2.9.0",
10442 "objc2",
10443 "objc2-core-foundation",
10444 "objc2-foundation",
10445 "objc2-metal",
10446]
10447
10448[[package]]
10449name = "objc2-ui-kit"
10450version = "0.3.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10453dependencies = [
10454 "bitflags 2.9.0",
10455 "objc2",
10456 "objc2-core-foundation",
10457 "objc2-foundation",
10458 "objc2-quartz-core",
10459]
10460
10461[[package]]
10462name = "objc_exception"
10463version = "0.1.2"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10466dependencies = [
10467 "cc",
10468]
10469
10470[[package]]
10471name = "objc_id"
10472version = "0.1.1"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10475dependencies = [
10476 "objc",
10477]
10478
10479[[package]]
10480name = "object"
10481version = "0.36.7"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10484dependencies = [
10485 "crc32fast",
10486 "hashbrown 0.15.3",
10487 "indexmap",
10488 "memchr",
10489]
10490
10491[[package]]
10492name = "oboe"
10493version = "0.6.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10496dependencies = [
10497 "jni",
10498 "ndk",
10499 "ndk-context",
10500 "num-derive",
10501 "num-traits",
10502 "oboe-sys",
10503]
10504
10505[[package]]
10506name = "oboe-sys"
10507version = "0.6.1"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10510dependencies = [
10511 "cc",
10512]
10513
10514[[package]]
10515name = "ollama"
10516version = "0.1.0"
10517dependencies = [
10518 "anyhow",
10519 "futures 0.3.31",
10520 "http_client",
10521 "schemars",
10522 "serde",
10523 "serde_json",
10524 "workspace-hack",
10525]
10526
10527[[package]]
10528name = "once_cell"
10529version = "1.21.3"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10532
10533[[package]]
10534name = "oo7"
10535version = "0.4.3"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10538dependencies = [
10539 "aes",
10540 "ashpd",
10541 "async-fs",
10542 "async-io",
10543 "async-lock",
10544 "blocking",
10545 "cbc",
10546 "cipher",
10547 "digest",
10548 "endi",
10549 "futures-lite 2.6.0",
10550 "futures-util",
10551 "getrandom 0.3.2",
10552 "hkdf",
10553 "hmac",
10554 "md-5",
10555 "num",
10556 "num-bigint-dig",
10557 "pbkdf2 0.12.2",
10558 "rand 0.9.1",
10559 "serde",
10560 "sha2",
10561 "subtle",
10562 "zbus",
10563 "zbus_macros",
10564 "zeroize",
10565 "zvariant",
10566]
10567
10568[[package]]
10569name = "oorandom"
10570version = "11.1.5"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10573
10574[[package]]
10575name = "open"
10576version = "5.3.2"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10579dependencies = [
10580 "is-wsl",
10581 "libc",
10582 "pathdiff",
10583]
10584
10585[[package]]
10586name = "open_ai"
10587version = "0.1.0"
10588dependencies = [
10589 "anyhow",
10590 "futures 0.3.31",
10591 "http_client",
10592 "schemars",
10593 "serde",
10594 "serde_json",
10595 "strum 0.27.1",
10596 "workspace-hack",
10597]
10598
10599[[package]]
10600name = "opener"
10601version = "0.7.2"
10602source = "registry+https://github.com/rust-lang/crates.io-index"
10603checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10604dependencies = [
10605 "bstr",
10606 "dbus",
10607 "normpath",
10608 "windows-sys 0.59.0",
10609]
10610
10611[[package]]
10612name = "openssl"
10613version = "0.10.72"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10616dependencies = [
10617 "bitflags 2.9.0",
10618 "cfg-if",
10619 "foreign-types 0.3.2",
10620 "libc",
10621 "once_cell",
10622 "openssl-macros",
10623 "openssl-sys",
10624]
10625
10626[[package]]
10627name = "openssl-macros"
10628version = "0.1.1"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10631dependencies = [
10632 "proc-macro2",
10633 "quote",
10634 "syn 2.0.101",
10635]
10636
10637[[package]]
10638name = "openssl-probe"
10639version = "0.1.6"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10642
10643[[package]]
10644name = "openssl-sys"
10645version = "0.9.107"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10648dependencies = [
10649 "cc",
10650 "libc",
10651 "pkg-config",
10652 "vcpkg",
10653]
10654
10655[[package]]
10656name = "optfield"
10657version = "0.3.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10660dependencies = [
10661 "proc-macro2",
10662 "quote",
10663 "syn 2.0.101",
10664]
10665
10666[[package]]
10667name = "option-ext"
10668version = "0.2.0"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10671
10672[[package]]
10673name = "ordered-float"
10674version = "2.10.1"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10677dependencies = [
10678 "num-traits",
10679]
10680
10681[[package]]
10682name = "ordered-float"
10683version = "4.6.0"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10686dependencies = [
10687 "num-traits",
10688]
10689
10690[[package]]
10691name = "ordered-stream"
10692version = "0.2.0"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10695dependencies = [
10696 "futures-core",
10697 "pin-project-lite",
10698]
10699
10700[[package]]
10701name = "ouroboros"
10702version = "0.18.5"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10705dependencies = [
10706 "aliasable",
10707 "ouroboros_macro",
10708 "static_assertions",
10709]
10710
10711[[package]]
10712name = "ouroboros_macro"
10713version = "0.18.5"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10716dependencies = [
10717 "heck 0.4.1",
10718 "proc-macro2",
10719 "proc-macro2-diagnostics",
10720 "quote",
10721 "syn 2.0.101",
10722]
10723
10724[[package]]
10725name = "outline"
10726version = "0.1.0"
10727dependencies = [
10728 "editor",
10729 "fuzzy",
10730 "gpui",
10731 "indoc",
10732 "language",
10733 "menu",
10734 "ordered-float 2.10.1",
10735 "picker",
10736 "project",
10737 "rope",
10738 "serde_json",
10739 "settings",
10740 "smol",
10741 "theme",
10742 "tree-sitter-rust",
10743 "tree-sitter-typescript",
10744 "ui",
10745 "util",
10746 "workspace",
10747 "workspace-hack",
10748 "zed_actions",
10749]
10750
10751[[package]]
10752name = "outline_panel"
10753version = "0.1.0"
10754dependencies = [
10755 "anyhow",
10756 "collections",
10757 "db",
10758 "editor",
10759 "file_icons",
10760 "fuzzy",
10761 "gpui",
10762 "itertools 0.14.0",
10763 "language",
10764 "log",
10765 "menu",
10766 "outline",
10767 "pretty_assertions",
10768 "project",
10769 "schemars",
10770 "search",
10771 "serde",
10772 "serde_json",
10773 "settings",
10774 "smallvec",
10775 "smol",
10776 "theme",
10777 "ui",
10778 "util",
10779 "workspace",
10780 "workspace-hack",
10781 "worktree",
10782 "zed_actions",
10783]
10784
10785[[package]]
10786name = "outref"
10787version = "0.5.2"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10790
10791[[package]]
10792name = "overload"
10793version = "0.1.1"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10796
10797[[package]]
10798name = "p256"
10799version = "0.11.1"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10802dependencies = [
10803 "ecdsa",
10804 "elliptic-curve",
10805 "sha2",
10806]
10807
10808[[package]]
10809name = "page_size"
10810version = "0.6.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10813dependencies = [
10814 "libc",
10815 "winapi",
10816]
10817
10818[[package]]
10819name = "palette"
10820version = "0.7.6"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10823dependencies = [
10824 "approx",
10825 "fast-srgb8",
10826 "palette_derive",
10827]
10828
10829[[package]]
10830name = "palette_derive"
10831version = "0.7.6"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10834dependencies = [
10835 "by_address",
10836 "proc-macro2",
10837 "quote",
10838 "syn 2.0.101",
10839]
10840
10841[[package]]
10842name = "panel"
10843version = "0.1.0"
10844dependencies = [
10845 "editor",
10846 "gpui",
10847 "settings",
10848 "theme",
10849 "ui",
10850 "workspace",
10851 "workspace-hack",
10852]
10853
10854[[package]]
10855name = "parking"
10856version = "2.2.1"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10859
10860[[package]]
10861name = "parking_lot"
10862version = "0.12.3"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10865dependencies = [
10866 "lock_api",
10867 "parking_lot_core",
10868]
10869
10870[[package]]
10871name = "parking_lot_core"
10872version = "0.9.10"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10875dependencies = [
10876 "cfg-if",
10877 "libc",
10878 "redox_syscall 0.5.11",
10879 "smallvec",
10880 "windows-targets 0.52.6",
10881]
10882
10883[[package]]
10884name = "partial-json-fixer"
10885version = "0.5.3"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10888
10889[[package]]
10890name = "password-hash"
10891version = "0.4.2"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10894dependencies = [
10895 "base64ct",
10896 "rand_core 0.6.4",
10897 "subtle",
10898]
10899
10900[[package]]
10901name = "password-hash"
10902version = "0.5.0"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10905dependencies = [
10906 "base64ct",
10907 "rand_core 0.6.4",
10908 "subtle",
10909]
10910
10911[[package]]
10912name = "paste"
10913version = "1.0.15"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10916
10917[[package]]
10918name = "pathdiff"
10919version = "0.2.3"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10922
10923[[package]]
10924name = "pathfinder_geometry"
10925version = "0.5.1"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10928dependencies = [
10929 "log",
10930 "pathfinder_simd",
10931]
10932
10933[[package]]
10934name = "pathfinder_simd"
10935version = "0.5.4"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10938dependencies = [
10939 "rustc_version",
10940]
10941
10942[[package]]
10943name = "paths"
10944version = "0.1.0"
10945dependencies = [
10946 "dirs 4.0.0",
10947 "util",
10948 "workspace-hack",
10949]
10950
10951[[package]]
10952name = "pbjson"
10953version = "0.6.0"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10956dependencies = [
10957 "base64 0.21.7",
10958 "serde",
10959]
10960
10961[[package]]
10962name = "pbjson-build"
10963version = "0.6.2"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
10966dependencies = [
10967 "heck 0.4.1",
10968 "itertools 0.11.0",
10969 "prost 0.12.6",
10970 "prost-types 0.12.6",
10971]
10972
10973[[package]]
10974name = "pbjson-types"
10975version = "0.6.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
10978dependencies = [
10979 "bytes 1.10.1",
10980 "chrono",
10981 "pbjson",
10982 "pbjson-build",
10983 "prost 0.12.6",
10984 "prost-build 0.12.6",
10985 "serde",
10986]
10987
10988[[package]]
10989name = "pbkdf2"
10990version = "0.11.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
10993dependencies = [
10994 "digest",
10995 "hmac",
10996 "password-hash 0.4.2",
10997 "sha2",
10998]
10999
11000[[package]]
11001name = "pbkdf2"
11002version = "0.12.2"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11005dependencies = [
11006 "digest",
11007 "hmac",
11008]
11009
11010[[package]]
11011name = "pem"
11012version = "3.0.5"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11015dependencies = [
11016 "base64 0.22.1",
11017 "serde",
11018]
11019
11020[[package]]
11021name = "pem-rfc7468"
11022version = "0.7.0"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11025dependencies = [
11026 "base64ct",
11027]
11028
11029[[package]]
11030name = "percent-encoding"
11031version = "2.3.1"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11034
11035[[package]]
11036name = "perplexity"
11037version = "0.1.0"
11038dependencies = [
11039 "serde",
11040 "zed_extension_api 0.6.0",
11041]
11042
11043[[package]]
11044name = "pest"
11045version = "2.8.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11048dependencies = [
11049 "memchr",
11050 "thiserror 2.0.12",
11051 "ucd-trie",
11052]
11053
11054[[package]]
11055name = "pest_derive"
11056version = "2.8.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11059dependencies = [
11060 "pest",
11061 "pest_generator",
11062]
11063
11064[[package]]
11065name = "pest_generator"
11066version = "2.8.0"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11069dependencies = [
11070 "pest",
11071 "pest_meta",
11072 "proc-macro2",
11073 "quote",
11074 "syn 2.0.101",
11075]
11076
11077[[package]]
11078name = "pest_meta"
11079version = "2.8.0"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11082dependencies = [
11083 "once_cell",
11084 "pest",
11085 "sha2",
11086]
11087
11088[[package]]
11089name = "pet"
11090version = "0.1.0"
11091source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11092dependencies = [
11093 "clap",
11094 "env_logger 0.10.2",
11095 "lazy_static",
11096 "log",
11097 "msvc_spectre_libs",
11098 "pet-conda",
11099 "pet-core",
11100 "pet-env-var-path",
11101 "pet-fs",
11102 "pet-global-virtualenvs",
11103 "pet-homebrew",
11104 "pet-jsonrpc",
11105 "pet-linux-global-python",
11106 "pet-mac-commandlinetools",
11107 "pet-mac-python-org",
11108 "pet-mac-xcode",
11109 "pet-pipenv",
11110 "pet-pixi",
11111 "pet-poetry",
11112 "pet-pyenv",
11113 "pet-python-utils",
11114 "pet-reporter",
11115 "pet-telemetry",
11116 "pet-venv",
11117 "pet-virtualenv",
11118 "pet-virtualenvwrapper",
11119 "pet-windows-registry",
11120 "pet-windows-store",
11121 "serde",
11122 "serde_json",
11123]
11124
11125[[package]]
11126name = "pet-conda"
11127version = "0.1.0"
11128source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11129dependencies = [
11130 "env_logger 0.10.2",
11131 "lazy_static",
11132 "log",
11133 "msvc_spectre_libs",
11134 "pet-core",
11135 "pet-fs",
11136 "pet-python-utils",
11137 "pet-reporter",
11138 "regex",
11139 "serde",
11140 "serde_json",
11141 "yaml-rust2",
11142]
11143
11144[[package]]
11145name = "pet-core"
11146version = "0.1.0"
11147source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11148dependencies = [
11149 "clap",
11150 "lazy_static",
11151 "log",
11152 "msvc_spectre_libs",
11153 "pet-fs",
11154 "regex",
11155 "serde",
11156 "serde_json",
11157]
11158
11159[[package]]
11160name = "pet-env-var-path"
11161version = "0.1.0"
11162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11163dependencies = [
11164 "lazy_static",
11165 "log",
11166 "msvc_spectre_libs",
11167 "pet-conda",
11168 "pet-core",
11169 "pet-fs",
11170 "pet-python-utils",
11171 "pet-virtualenv",
11172 "regex",
11173]
11174
11175[[package]]
11176name = "pet-fs"
11177version = "0.1.0"
11178source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11179dependencies = [
11180 "log",
11181 "msvc_spectre_libs",
11182]
11183
11184[[package]]
11185name = "pet-global-virtualenvs"
11186version = "0.1.0"
11187source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11188dependencies = [
11189 "log",
11190 "msvc_spectre_libs",
11191 "pet-conda",
11192 "pet-core",
11193 "pet-fs",
11194 "pet-virtualenv",
11195]
11196
11197[[package]]
11198name = "pet-homebrew"
11199version = "0.1.0"
11200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11201dependencies = [
11202 "lazy_static",
11203 "log",
11204 "msvc_spectre_libs",
11205 "pet-conda",
11206 "pet-core",
11207 "pet-fs",
11208 "pet-python-utils",
11209 "pet-virtualenv",
11210 "regex",
11211 "serde",
11212 "serde_json",
11213]
11214
11215[[package]]
11216name = "pet-jsonrpc"
11217version = "0.1.0"
11218source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11219dependencies = [
11220 "env_logger 0.10.2",
11221 "log",
11222 "msvc_spectre_libs",
11223 "pet-core",
11224 "serde",
11225 "serde_json",
11226]
11227
11228[[package]]
11229name = "pet-linux-global-python"
11230version = "0.1.0"
11231source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11232dependencies = [
11233 "log",
11234 "msvc_spectre_libs",
11235 "pet-core",
11236 "pet-fs",
11237 "pet-python-utils",
11238 "pet-virtualenv",
11239]
11240
11241[[package]]
11242name = "pet-mac-commandlinetools"
11243version = "0.1.0"
11244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11245dependencies = [
11246 "log",
11247 "msvc_spectre_libs",
11248 "pet-core",
11249 "pet-fs",
11250 "pet-python-utils",
11251 "pet-virtualenv",
11252]
11253
11254[[package]]
11255name = "pet-mac-python-org"
11256version = "0.1.0"
11257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11258dependencies = [
11259 "log",
11260 "msvc_spectre_libs",
11261 "pet-core",
11262 "pet-fs",
11263 "pet-python-utils",
11264 "pet-virtualenv",
11265]
11266
11267[[package]]
11268name = "pet-mac-xcode"
11269version = "0.1.0"
11270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11271dependencies = [
11272 "log",
11273 "msvc_spectre_libs",
11274 "pet-core",
11275 "pet-fs",
11276 "pet-python-utils",
11277 "pet-virtualenv",
11278]
11279
11280[[package]]
11281name = "pet-pipenv"
11282version = "0.1.0"
11283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11284dependencies = [
11285 "log",
11286 "msvc_spectre_libs",
11287 "pet-core",
11288 "pet-fs",
11289 "pet-python-utils",
11290 "pet-virtualenv",
11291]
11292
11293[[package]]
11294name = "pet-pixi"
11295version = "0.1.0"
11296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11297dependencies = [
11298 "log",
11299 "msvc_spectre_libs",
11300 "pet-conda",
11301 "pet-core",
11302 "pet-python-utils",
11303]
11304
11305[[package]]
11306name = "pet-poetry"
11307version = "0.1.0"
11308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11309dependencies = [
11310 "base64 0.22.1",
11311 "lazy_static",
11312 "log",
11313 "msvc_spectre_libs",
11314 "pet-core",
11315 "pet-fs",
11316 "pet-python-utils",
11317 "pet-reporter",
11318 "pet-virtualenv",
11319 "regex",
11320 "serde",
11321 "serde_json",
11322 "sha2",
11323 "toml 0.8.20",
11324]
11325
11326[[package]]
11327name = "pet-pyenv"
11328version = "0.1.0"
11329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11330dependencies = [
11331 "lazy_static",
11332 "log",
11333 "msvc_spectre_libs",
11334 "pet-conda",
11335 "pet-core",
11336 "pet-fs",
11337 "pet-python-utils",
11338 "pet-reporter",
11339 "regex",
11340 "serde",
11341 "serde_json",
11342]
11343
11344[[package]]
11345name = "pet-python-utils"
11346version = "0.1.0"
11347source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11348dependencies = [
11349 "env_logger 0.10.2",
11350 "lazy_static",
11351 "log",
11352 "msvc_spectre_libs",
11353 "pet-core",
11354 "pet-fs",
11355 "regex",
11356 "serde",
11357 "serde_json",
11358 "sha2",
11359]
11360
11361[[package]]
11362name = "pet-reporter"
11363version = "0.1.0"
11364source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11365dependencies = [
11366 "env_logger 0.10.2",
11367 "log",
11368 "msvc_spectre_libs",
11369 "pet-core",
11370 "pet-jsonrpc",
11371 "serde",
11372 "serde_json",
11373]
11374
11375[[package]]
11376name = "pet-telemetry"
11377version = "0.1.0"
11378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11379dependencies = [
11380 "env_logger 0.10.2",
11381 "lazy_static",
11382 "log",
11383 "msvc_spectre_libs",
11384 "pet-core",
11385 "pet-fs",
11386 "pet-python-utils",
11387 "regex",
11388]
11389
11390[[package]]
11391name = "pet-venv"
11392version = "0.1.0"
11393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11394dependencies = [
11395 "log",
11396 "msvc_spectre_libs",
11397 "pet-core",
11398 "pet-python-utils",
11399 "pet-virtualenv",
11400]
11401
11402[[package]]
11403name = "pet-virtualenv"
11404version = "0.1.0"
11405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11406dependencies = [
11407 "log",
11408 "msvc_spectre_libs",
11409 "pet-core",
11410 "pet-fs",
11411 "pet-python-utils",
11412]
11413
11414[[package]]
11415name = "pet-virtualenvwrapper"
11416version = "0.1.0"
11417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11418dependencies = [
11419 "log",
11420 "msvc_spectre_libs",
11421 "pet-core",
11422 "pet-fs",
11423 "pet-python-utils",
11424 "pet-virtualenv",
11425]
11426
11427[[package]]
11428name = "pet-windows-registry"
11429version = "0.1.0"
11430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11431dependencies = [
11432 "lazy_static",
11433 "log",
11434 "msvc_spectre_libs",
11435 "pet-conda",
11436 "pet-core",
11437 "pet-fs",
11438 "pet-python-utils",
11439 "pet-virtualenv",
11440 "pet-windows-store",
11441 "regex",
11442 "winreg 0.55.0",
11443]
11444
11445[[package]]
11446name = "pet-windows-store"
11447version = "0.1.0"
11448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11449dependencies = [
11450 "lazy_static",
11451 "log",
11452 "msvc_spectre_libs",
11453 "pet-core",
11454 "pet-fs",
11455 "pet-python-utils",
11456 "pet-virtualenv",
11457 "regex",
11458 "winreg 0.55.0",
11459]
11460
11461[[package]]
11462name = "petgraph"
11463version = "0.6.5"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11466dependencies = [
11467 "fixedbitset",
11468 "indexmap",
11469]
11470
11471[[package]]
11472name = "pgvector"
11473version = "0.4.0"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11476dependencies = [
11477 "serde",
11478]
11479
11480[[package]]
11481name = "phf"
11482version = "0.11.3"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11485dependencies = [
11486 "phf_macros",
11487 "phf_shared",
11488]
11489
11490[[package]]
11491name = "phf_codegen"
11492version = "0.11.3"
11493source = "registry+https://github.com/rust-lang/crates.io-index"
11494checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11495dependencies = [
11496 "phf_generator",
11497 "phf_shared",
11498]
11499
11500[[package]]
11501name = "phf_generator"
11502version = "0.11.3"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11505dependencies = [
11506 "phf_shared",
11507 "rand 0.8.5",
11508]
11509
11510[[package]]
11511name = "phf_macros"
11512version = "0.11.3"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11515dependencies = [
11516 "phf_generator",
11517 "phf_shared",
11518 "proc-macro2",
11519 "quote",
11520 "syn 2.0.101",
11521]
11522
11523[[package]]
11524name = "phf_shared"
11525version = "0.11.3"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11528dependencies = [
11529 "siphasher",
11530]
11531
11532[[package]]
11533name = "picker"
11534version = "0.1.0"
11535dependencies = [
11536 "anyhow",
11537 "ctor",
11538 "editor",
11539 "env_logger 0.11.8",
11540 "gpui",
11541 "menu",
11542 "schemars",
11543 "serde",
11544 "serde_json",
11545 "ui",
11546 "util",
11547 "workspace",
11548 "workspace-hack",
11549]
11550
11551[[package]]
11552name = "pico-args"
11553version = "0.5.0"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11556
11557[[package]]
11558name = "pin-project"
11559version = "1.1.10"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11562dependencies = [
11563 "pin-project-internal",
11564]
11565
11566[[package]]
11567name = "pin-project-internal"
11568version = "1.1.10"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11571dependencies = [
11572 "proc-macro2",
11573 "quote",
11574 "syn 2.0.101",
11575]
11576
11577[[package]]
11578name = "pin-project-lite"
11579version = "0.2.16"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11582
11583[[package]]
11584name = "pin-utils"
11585version = "0.1.0"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11588
11589[[package]]
11590name = "piper"
11591version = "0.2.4"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11594dependencies = [
11595 "atomic-waker",
11596 "fastrand 2.3.0",
11597 "futures-io",
11598]
11599
11600[[package]]
11601name = "pkcs1"
11602version = "0.7.5"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11605dependencies = [
11606 "der 0.7.10",
11607 "pkcs8 0.10.2",
11608 "spki 0.7.3",
11609]
11610
11611[[package]]
11612name = "pkcs8"
11613version = "0.9.0"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11616dependencies = [
11617 "der 0.6.1",
11618 "spki 0.6.0",
11619]
11620
11621[[package]]
11622name = "pkcs8"
11623version = "0.10.2"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11626dependencies = [
11627 "der 0.7.10",
11628 "spki 0.7.3",
11629]
11630
11631[[package]]
11632name = "pkg-config"
11633version = "0.3.32"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11636
11637[[package]]
11638name = "plist"
11639version = "1.7.1"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11642dependencies = [
11643 "base64 0.22.1",
11644 "indexmap",
11645 "quick-xml 0.32.0",
11646 "serde",
11647 "time",
11648]
11649
11650[[package]]
11651name = "plotters"
11652version = "0.3.7"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11655dependencies = [
11656 "num-traits",
11657 "plotters-backend",
11658 "plotters-svg",
11659 "wasm-bindgen",
11660 "web-sys",
11661]
11662
11663[[package]]
11664name = "plotters-backend"
11665version = "0.3.7"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11668
11669[[package]]
11670name = "plotters-svg"
11671version = "0.3.7"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11674dependencies = [
11675 "plotters-backend",
11676]
11677
11678[[package]]
11679name = "png"
11680version = "0.17.16"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11683dependencies = [
11684 "bitflags 1.3.2",
11685 "crc32fast",
11686 "fdeflate",
11687 "flate2",
11688 "miniz_oxide",
11689]
11690
11691[[package]]
11692name = "polling"
11693version = "3.7.4"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11696dependencies = [
11697 "cfg-if",
11698 "concurrent-queue",
11699 "hermit-abi 0.4.0",
11700 "pin-project-lite",
11701 "rustix 0.38.44",
11702 "tracing",
11703 "windows-sys 0.59.0",
11704]
11705
11706[[package]]
11707name = "pollster"
11708version = "0.2.5"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11711
11712[[package]]
11713name = "pollster"
11714version = "0.4.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11717
11718[[package]]
11719name = "portable-atomic"
11720version = "1.11.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11723
11724[[package]]
11725name = "portable-atomic-util"
11726version = "0.2.4"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11729dependencies = [
11730 "portable-atomic",
11731]
11732
11733[[package]]
11734name = "portable-pty"
11735version = "0.9.0"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11738dependencies = [
11739 "anyhow",
11740 "bitflags 1.3.2",
11741 "downcast-rs",
11742 "filedescriptor",
11743 "lazy_static",
11744 "libc",
11745 "log",
11746 "nix 0.28.0",
11747 "serial2",
11748 "shared_library",
11749 "shell-words",
11750 "winapi",
11751 "winreg 0.10.1",
11752]
11753
11754[[package]]
11755name = "postage"
11756version = "0.5.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11759dependencies = [
11760 "atomic",
11761 "crossbeam-queue",
11762 "futures 0.3.31",
11763 "log",
11764 "parking_lot",
11765 "pin-project",
11766 "pollster 0.2.5",
11767 "static_assertions",
11768 "thiserror 1.0.69",
11769]
11770
11771[[package]]
11772name = "postcard"
11773version = "1.1.1"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11776dependencies = [
11777 "cobs",
11778 "embedded-io 0.4.0",
11779 "embedded-io 0.6.1",
11780 "serde",
11781]
11782
11783[[package]]
11784name = "powerfmt"
11785version = "0.2.0"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11788
11789[[package]]
11790name = "ppv-lite86"
11791version = "0.2.21"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11794dependencies = [
11795 "zerocopy 0.8.24",
11796]
11797
11798[[package]]
11799name = "precomputed-hash"
11800version = "0.1.1"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11803
11804[[package]]
11805name = "prettier"
11806version = "0.1.0"
11807dependencies = [
11808 "anyhow",
11809 "collections",
11810 "fs",
11811 "gpui",
11812 "language",
11813 "log",
11814 "lsp",
11815 "node_runtime",
11816 "parking_lot",
11817 "paths",
11818 "serde",
11819 "serde_json",
11820 "util",
11821 "workspace-hack",
11822]
11823
11824[[package]]
11825name = "pretty_assertions"
11826version = "1.4.1"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11829dependencies = [
11830 "diff",
11831 "yansi",
11832]
11833
11834[[package]]
11835name = "prettyplease"
11836version = "0.2.32"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11839dependencies = [
11840 "proc-macro2",
11841 "syn 2.0.101",
11842]
11843
11844[[package]]
11845name = "proc-macro-crate"
11846version = "3.3.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11849dependencies = [
11850 "toml_edit",
11851]
11852
11853[[package]]
11854name = "proc-macro-error-attr2"
11855version = "2.0.0"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11858dependencies = [
11859 "proc-macro2",
11860 "quote",
11861]
11862
11863[[package]]
11864name = "proc-macro-error2"
11865version = "2.0.1"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11868dependencies = [
11869 "proc-macro-error-attr2",
11870 "proc-macro2",
11871 "quote",
11872 "syn 2.0.101",
11873]
11874
11875[[package]]
11876name = "proc-macro2"
11877version = "1.0.95"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11880dependencies = [
11881 "unicode-ident",
11882]
11883
11884[[package]]
11885name = "proc-macro2-diagnostics"
11886version = "0.10.1"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11889dependencies = [
11890 "proc-macro2",
11891 "quote",
11892 "syn 2.0.101",
11893 "version_check",
11894 "yansi",
11895]
11896
11897[[package]]
11898name = "prodash"
11899version = "29.0.2"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11902dependencies = [
11903 "log",
11904 "parking_lot",
11905]
11906
11907[[package]]
11908name = "profiling"
11909version = "1.0.16"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11912dependencies = [
11913 "profiling-procmacros",
11914]
11915
11916[[package]]
11917name = "profiling-procmacros"
11918version = "1.0.16"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11921dependencies = [
11922 "quote",
11923 "syn 2.0.101",
11924]
11925
11926[[package]]
11927name = "project"
11928version = "0.1.0"
11929dependencies = [
11930 "aho-corasick",
11931 "anyhow",
11932 "askpass",
11933 "async-trait",
11934 "buffer_diff",
11935 "circular-buffer",
11936 "client",
11937 "clock",
11938 "collections",
11939 "context_server",
11940 "dap",
11941 "dap_adapters",
11942 "env_logger 0.11.8",
11943 "extension",
11944 "fancy-regex 0.14.0",
11945 "fs",
11946 "futures 0.3.31",
11947 "fuzzy",
11948 "git",
11949 "git2",
11950 "git_hosting_providers",
11951 "globset",
11952 "gpui",
11953 "http_client",
11954 "image",
11955 "indexmap",
11956 "itertools 0.14.0",
11957 "language",
11958 "log",
11959 "lsp",
11960 "node_runtime",
11961 "parking_lot",
11962 "pathdiff",
11963 "paths",
11964 "postage",
11965 "prettier",
11966 "pretty_assertions",
11967 "rand 0.8.5",
11968 "regex",
11969 "release_channel",
11970 "remote",
11971 "rpc",
11972 "schemars",
11973 "serde",
11974 "serde_json",
11975 "settings",
11976 "sha2",
11977 "shellexpand 2.1.2",
11978 "shlex",
11979 "smol",
11980 "snippet",
11981 "snippet_provider",
11982 "sum_tree",
11983 "task",
11984 "tempfile",
11985 "terminal",
11986 "text",
11987 "toml 0.8.20",
11988 "unindent",
11989 "url",
11990 "util",
11991 "which 6.0.3",
11992 "workspace-hack",
11993 "worktree",
11994 "zlog",
11995]
11996
11997[[package]]
11998name = "project_panel"
11999version = "0.1.0"
12000dependencies = [
12001 "anyhow",
12002 "client",
12003 "collections",
12004 "command_palette_hooks",
12005 "db",
12006 "editor",
12007 "file_icons",
12008 "git",
12009 "gpui",
12010 "indexmap",
12011 "language",
12012 "menu",
12013 "pretty_assertions",
12014 "project",
12015 "schemars",
12016 "search",
12017 "serde",
12018 "serde_derive",
12019 "serde_json",
12020 "settings",
12021 "smallvec",
12022 "theme",
12023 "ui",
12024 "util",
12025 "workspace",
12026 "workspace-hack",
12027 "worktree",
12028 "zed_actions",
12029]
12030
12031[[package]]
12032name = "project_symbols"
12033version = "0.1.0"
12034dependencies = [
12035 "anyhow",
12036 "editor",
12037 "futures 0.3.31",
12038 "fuzzy",
12039 "gpui",
12040 "language",
12041 "lsp",
12042 "ordered-float 2.10.1",
12043 "picker",
12044 "project",
12045 "release_channel",
12046 "serde_json",
12047 "settings",
12048 "theme",
12049 "util",
12050 "workspace",
12051 "workspace-hack",
12052]
12053
12054[[package]]
12055name = "prometheus"
12056version = "0.14.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12059dependencies = [
12060 "cfg-if",
12061 "fnv",
12062 "lazy_static",
12063 "memchr",
12064 "parking_lot",
12065 "protobuf",
12066 "thiserror 2.0.12",
12067]
12068
12069[[package]]
12070name = "prompt_store"
12071version = "0.1.0"
12072dependencies = [
12073 "anyhow",
12074 "assets",
12075 "chrono",
12076 "collections",
12077 "fs",
12078 "futures 0.3.31",
12079 "fuzzy",
12080 "gpui",
12081 "handlebars 4.5.0",
12082 "heed",
12083 "language",
12084 "log",
12085 "parking_lot",
12086 "paths",
12087 "rope",
12088 "serde",
12089 "serde_json",
12090 "text",
12091 "util",
12092 "uuid",
12093 "workspace-hack",
12094]
12095
12096[[package]]
12097name = "prost"
12098version = "0.9.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12101dependencies = [
12102 "bytes 1.10.1",
12103 "prost-derive 0.9.0",
12104]
12105
12106[[package]]
12107name = "prost"
12108version = "0.12.6"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12111dependencies = [
12112 "bytes 1.10.1",
12113 "prost-derive 0.12.6",
12114]
12115
12116[[package]]
12117name = "prost"
12118version = "0.13.5"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12121dependencies = [
12122 "bytes 1.10.1",
12123 "prost-derive 0.13.5",
12124]
12125
12126[[package]]
12127name = "prost-build"
12128version = "0.9.0"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12131dependencies = [
12132 "bytes 1.10.1",
12133 "heck 0.3.3",
12134 "itertools 0.10.5",
12135 "lazy_static",
12136 "log",
12137 "multimap 0.8.3",
12138 "petgraph",
12139 "prost 0.9.0",
12140 "prost-types 0.9.0",
12141 "regex",
12142 "tempfile",
12143 "which 4.4.2",
12144]
12145
12146[[package]]
12147name = "prost-build"
12148version = "0.12.6"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12151dependencies = [
12152 "bytes 1.10.1",
12153 "heck 0.5.0",
12154 "itertools 0.12.1",
12155 "log",
12156 "multimap 0.10.0",
12157 "once_cell",
12158 "petgraph",
12159 "prettyplease",
12160 "prost 0.12.6",
12161 "prost-types 0.12.6",
12162 "regex",
12163 "syn 2.0.101",
12164 "tempfile",
12165]
12166
12167[[package]]
12168name = "prost-derive"
12169version = "0.9.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12172dependencies = [
12173 "anyhow",
12174 "itertools 0.10.5",
12175 "proc-macro2",
12176 "quote",
12177 "syn 1.0.109",
12178]
12179
12180[[package]]
12181name = "prost-derive"
12182version = "0.12.6"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12185dependencies = [
12186 "anyhow",
12187 "itertools 0.12.1",
12188 "proc-macro2",
12189 "quote",
12190 "syn 2.0.101",
12191]
12192
12193[[package]]
12194name = "prost-derive"
12195version = "0.13.5"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12198dependencies = [
12199 "anyhow",
12200 "itertools 0.14.0",
12201 "proc-macro2",
12202 "quote",
12203 "syn 2.0.101",
12204]
12205
12206[[package]]
12207name = "prost-types"
12208version = "0.9.0"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12211dependencies = [
12212 "bytes 1.10.1",
12213 "prost 0.9.0",
12214]
12215
12216[[package]]
12217name = "prost-types"
12218version = "0.12.6"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12221dependencies = [
12222 "prost 0.12.6",
12223]
12224
12225[[package]]
12226name = "proto"
12227version = "0.1.0"
12228dependencies = [
12229 "anyhow",
12230 "collections",
12231 "prost 0.9.0",
12232 "prost-build 0.9.0",
12233 "serde",
12234 "workspace-hack",
12235]
12236
12237[[package]]
12238name = "protobuf"
12239version = "3.7.2"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12242dependencies = [
12243 "once_cell",
12244 "protobuf-support",
12245 "thiserror 1.0.69",
12246]
12247
12248[[package]]
12249name = "protobuf-support"
12250version = "3.7.2"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12253dependencies = [
12254 "thiserror 1.0.69",
12255]
12256
12257[[package]]
12258name = "psm"
12259version = "0.1.25"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12262dependencies = [
12263 "cc",
12264]
12265
12266[[package]]
12267name = "ptr_meta"
12268version = "0.1.4"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12271dependencies = [
12272 "ptr_meta_derive",
12273]
12274
12275[[package]]
12276name = "ptr_meta_derive"
12277version = "0.1.4"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12280dependencies = [
12281 "proc-macro2",
12282 "quote",
12283 "syn 1.0.109",
12284]
12285
12286[[package]]
12287name = "pulldown-cmark"
12288version = "0.10.3"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12291dependencies = [
12292 "bitflags 2.9.0",
12293 "memchr",
12294 "pulldown-cmark-escape",
12295 "unicase",
12296]
12297
12298[[package]]
12299name = "pulldown-cmark"
12300version = "0.12.2"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12303dependencies = [
12304 "bitflags 2.9.0",
12305 "memchr",
12306 "unicase",
12307]
12308
12309[[package]]
12310name = "pulldown-cmark-escape"
12311version = "0.10.1"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12314
12315[[package]]
12316name = "pulley-interpreter"
12317version = "29.0.1"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12320dependencies = [
12321 "cranelift-bitset",
12322 "log",
12323 "sptr",
12324 "wasmtime-math",
12325]
12326
12327[[package]]
12328name = "qoi"
12329version = "0.4.1"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12332dependencies = [
12333 "bytemuck",
12334]
12335
12336[[package]]
12337name = "quick-error"
12338version = "2.0.1"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12341
12342[[package]]
12343name = "quick-xml"
12344version = "0.30.0"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12347dependencies = [
12348 "memchr",
12349]
12350
12351[[package]]
12352name = "quick-xml"
12353version = "0.32.0"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12356dependencies = [
12357 "memchr",
12358]
12359
12360[[package]]
12361name = "quick-xml"
12362version = "0.37.4"
12363source = "registry+https://github.com/rust-lang/crates.io-index"
12364checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12365dependencies = [
12366 "memchr",
12367]
12368
12369[[package]]
12370name = "quinn"
12371version = "0.11.7"
12372source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12374dependencies = [
12375 "bytes 1.10.1",
12376 "cfg_aliases 0.2.1",
12377 "pin-project-lite",
12378 "quinn-proto",
12379 "quinn-udp",
12380 "rustc-hash 2.1.1",
12381 "rustls 0.23.26",
12382 "socket2",
12383 "thiserror 2.0.12",
12384 "tokio",
12385 "tracing",
12386 "web-time",
12387]
12388
12389[[package]]
12390name = "quinn-proto"
12391version = "0.11.10"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12394dependencies = [
12395 "bytes 1.10.1",
12396 "getrandom 0.3.2",
12397 "rand 0.9.1",
12398 "ring",
12399 "rustc-hash 2.1.1",
12400 "rustls 0.23.26",
12401 "rustls-pki-types",
12402 "slab",
12403 "thiserror 2.0.12",
12404 "tinyvec",
12405 "tracing",
12406 "web-time",
12407]
12408
12409[[package]]
12410name = "quinn-udp"
12411version = "0.5.11"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12414dependencies = [
12415 "cfg_aliases 0.2.1",
12416 "libc",
12417 "once_cell",
12418 "socket2",
12419 "tracing",
12420 "windows-sys 0.59.0",
12421]
12422
12423[[package]]
12424name = "quote"
12425version = "1.0.40"
12426source = "registry+https://github.com/rust-lang/crates.io-index"
12427checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12428dependencies = [
12429 "proc-macro2",
12430]
12431
12432[[package]]
12433name = "r-efi"
12434version = "5.2.0"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12437
12438[[package]]
12439name = "radium"
12440version = "0.7.0"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12443
12444[[package]]
12445name = "rand"
12446version = "0.7.3"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12449dependencies = [
12450 "getrandom 0.1.16",
12451 "libc",
12452 "rand_chacha 0.2.2",
12453 "rand_core 0.5.1",
12454 "rand_hc",
12455]
12456
12457[[package]]
12458name = "rand"
12459version = "0.8.5"
12460source = "registry+https://github.com/rust-lang/crates.io-index"
12461checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12462dependencies = [
12463 "libc",
12464 "rand_chacha 0.3.1",
12465 "rand_core 0.6.4",
12466]
12467
12468[[package]]
12469name = "rand"
12470version = "0.9.1"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12473dependencies = [
12474 "rand_chacha 0.9.0",
12475 "rand_core 0.9.3",
12476]
12477
12478[[package]]
12479name = "rand_chacha"
12480version = "0.2.2"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12483dependencies = [
12484 "ppv-lite86",
12485 "rand_core 0.5.1",
12486]
12487
12488[[package]]
12489name = "rand_chacha"
12490version = "0.3.1"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12493dependencies = [
12494 "ppv-lite86",
12495 "rand_core 0.6.4",
12496]
12497
12498[[package]]
12499name = "rand_chacha"
12500version = "0.9.0"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12503dependencies = [
12504 "ppv-lite86",
12505 "rand_core 0.9.3",
12506]
12507
12508[[package]]
12509name = "rand_core"
12510version = "0.5.1"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12513dependencies = [
12514 "getrandom 0.1.16",
12515]
12516
12517[[package]]
12518name = "rand_core"
12519version = "0.6.4"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12522dependencies = [
12523 "getrandom 0.2.15",
12524]
12525
12526[[package]]
12527name = "rand_core"
12528version = "0.9.3"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12531dependencies = [
12532 "getrandom 0.3.2",
12533]
12534
12535[[package]]
12536name = "rand_hc"
12537version = "0.2.0"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12540dependencies = [
12541 "rand_core 0.5.1",
12542]
12543
12544[[package]]
12545name = "rangemap"
12546version = "1.5.1"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12549
12550[[package]]
12551name = "rav1e"
12552version = "0.7.1"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12555dependencies = [
12556 "arbitrary",
12557 "arg_enum_proc_macro",
12558 "arrayvec",
12559 "av1-grain",
12560 "bitstream-io",
12561 "built",
12562 "cfg-if",
12563 "interpolate_name",
12564 "itertools 0.12.1",
12565 "libc",
12566 "libfuzzer-sys",
12567 "log",
12568 "maybe-rayon",
12569 "new_debug_unreachable",
12570 "noop_proc_macro",
12571 "num-derive",
12572 "num-traits",
12573 "once_cell",
12574 "paste",
12575 "profiling",
12576 "rand 0.8.5",
12577 "rand_chacha 0.3.1",
12578 "simd_helpers",
12579 "system-deps",
12580 "thiserror 1.0.69",
12581 "v_frame",
12582 "wasm-bindgen",
12583]
12584
12585[[package]]
12586name = "ravif"
12587version = "0.11.12"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12590dependencies = [
12591 "avif-serialize",
12592 "imgref",
12593 "loop9",
12594 "quick-error",
12595 "rav1e",
12596 "rayon",
12597 "rgb",
12598]
12599
12600[[package]]
12601name = "raw-window-handle"
12602version = "0.6.2"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12605
12606[[package]]
12607name = "raw-window-metal"
12608version = "0.4.0"
12609source = "registry+https://github.com/rust-lang/crates.io-index"
12610checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12611dependencies = [
12612 "cocoa 0.25.0",
12613 "core-graphics 0.23.2",
12614 "objc",
12615 "raw-window-handle",
12616]
12617
12618[[package]]
12619name = "rayon"
12620version = "1.10.0"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12623dependencies = [
12624 "either",
12625 "rayon-core",
12626]
12627
12628[[package]]
12629name = "rayon-core"
12630version = "1.12.1"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12633dependencies = [
12634 "crossbeam-deque",
12635 "crossbeam-utils",
12636]
12637
12638[[package]]
12639name = "read-fonts"
12640version = "0.25.3"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12643dependencies = [
12644 "bytemuck",
12645 "font-types",
12646]
12647
12648[[package]]
12649name = "recent_projects"
12650version = "0.1.0"
12651dependencies = [
12652 "anyhow",
12653 "auto_update",
12654 "dap",
12655 "editor",
12656 "extension_host",
12657 "file_finder",
12658 "futures 0.3.31",
12659 "fuzzy",
12660 "gpui",
12661 "language",
12662 "log",
12663 "markdown",
12664 "menu",
12665 "ordered-float 2.10.1",
12666 "paths",
12667 "picker",
12668 "project",
12669 "release_channel",
12670 "remote",
12671 "schemars",
12672 "serde",
12673 "serde_json",
12674 "settings",
12675 "smol",
12676 "task",
12677 "telemetry",
12678 "theme",
12679 "ui",
12680 "util",
12681 "workspace",
12682 "workspace-hack",
12683 "zed_actions",
12684]
12685
12686[[package]]
12687name = "redox_syscall"
12688version = "0.2.16"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12691dependencies = [
12692 "bitflags 1.3.2",
12693]
12694
12695[[package]]
12696name = "redox_syscall"
12697version = "0.5.11"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12700dependencies = [
12701 "bitflags 2.9.0",
12702]
12703
12704[[package]]
12705name = "redox_users"
12706version = "0.4.6"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12709dependencies = [
12710 "getrandom 0.2.15",
12711 "libredox",
12712 "thiserror 1.0.69",
12713]
12714
12715[[package]]
12716name = "redox_users"
12717version = "0.5.0"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12720dependencies = [
12721 "getrandom 0.2.15",
12722 "libredox",
12723 "thiserror 2.0.12",
12724]
12725
12726[[package]]
12727name = "ref-cast"
12728version = "1.0.24"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12731dependencies = [
12732 "ref-cast-impl",
12733]
12734
12735[[package]]
12736name = "ref-cast-impl"
12737version = "1.0.24"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12740dependencies = [
12741 "proc-macro2",
12742 "quote",
12743 "syn 2.0.101",
12744]
12745
12746[[package]]
12747name = "referencing"
12748version = "0.30.0"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12751dependencies = [
12752 "ahash 0.8.11",
12753 "fluent-uri",
12754 "once_cell",
12755 "parking_lot",
12756 "percent-encoding",
12757 "serde_json",
12758]
12759
12760[[package]]
12761name = "refineable"
12762version = "0.1.0"
12763dependencies = [
12764 "derive_refineable",
12765 "workspace-hack",
12766]
12767
12768[[package]]
12769name = "regalloc2"
12770version = "0.11.2"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12773dependencies = [
12774 "allocator-api2",
12775 "bumpalo",
12776 "hashbrown 0.15.3",
12777 "log",
12778 "rustc-hash 2.1.1",
12779 "smallvec",
12780]
12781
12782[[package]]
12783name = "regex"
12784version = "1.11.1"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12787dependencies = [
12788 "aho-corasick",
12789 "memchr",
12790 "regex-automata 0.4.9",
12791 "regex-syntax 0.8.5",
12792]
12793
12794[[package]]
12795name = "regex-automata"
12796version = "0.1.10"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12799dependencies = [
12800 "regex-syntax 0.6.29",
12801]
12802
12803[[package]]
12804name = "regex-automata"
12805version = "0.4.9"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12808dependencies = [
12809 "aho-corasick",
12810 "memchr",
12811 "regex-syntax 0.8.5",
12812]
12813
12814[[package]]
12815name = "regex-lite"
12816version = "0.1.6"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12819
12820[[package]]
12821name = "regex-syntax"
12822version = "0.6.29"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12825
12826[[package]]
12827name = "regex-syntax"
12828version = "0.8.5"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12831
12832[[package]]
12833name = "release_channel"
12834version = "0.1.0"
12835dependencies = [
12836 "gpui",
12837 "workspace-hack",
12838]
12839
12840[[package]]
12841name = "remote"
12842version = "0.1.0"
12843dependencies = [
12844 "anyhow",
12845 "askpass",
12846 "async-trait",
12847 "collections",
12848 "fs",
12849 "futures 0.3.31",
12850 "gpui",
12851 "itertools 0.14.0",
12852 "log",
12853 "parking_lot",
12854 "paths",
12855 "prost 0.9.0",
12856 "release_channel",
12857 "rpc",
12858 "schemars",
12859 "serde",
12860 "serde_json",
12861 "shlex",
12862 "smol",
12863 "tempfile",
12864 "thiserror 2.0.12",
12865 "urlencoding",
12866 "util",
12867 "workspace-hack",
12868]
12869
12870[[package]]
12871name = "remote_server"
12872version = "0.1.0"
12873dependencies = [
12874 "anyhow",
12875 "askpass",
12876 "assistant_tool",
12877 "assistant_tools",
12878 "async-watch",
12879 "backtrace",
12880 "cargo_toml",
12881 "chrono",
12882 "clap",
12883 "client",
12884 "clock",
12885 "dap",
12886 "dap_adapters",
12887 "debug_adapter_extension",
12888 "env_logger 0.11.8",
12889 "extension",
12890 "extension_host",
12891 "fork",
12892 "fs",
12893 "futures 0.3.31",
12894 "git",
12895 "git_hosting_providers",
12896 "gpui",
12897 "gpui_tokio",
12898 "http_client",
12899 "language",
12900 "language_extension",
12901 "language_model",
12902 "languages",
12903 "libc",
12904 "log",
12905 "lsp",
12906 "node_runtime",
12907 "paths",
12908 "project",
12909 "proto",
12910 "release_channel",
12911 "remote",
12912 "reqwest_client",
12913 "rpc",
12914 "rust-embed",
12915 "serde",
12916 "serde_json",
12917 "settings",
12918 "shellexpand 2.1.2",
12919 "smol",
12920 "sysinfo",
12921 "telemetry_events",
12922 "toml 0.8.20",
12923 "unindent",
12924 "util",
12925 "worktree",
12926]
12927
12928[[package]]
12929name = "rend"
12930version = "0.4.2"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12933dependencies = [
12934 "bytecheck",
12935]
12936
12937[[package]]
12938name = "repl"
12939version = "0.1.0"
12940dependencies = [
12941 "alacritty_terminal",
12942 "anyhow",
12943 "async-dispatcher",
12944 "async-tungstenite",
12945 "base64 0.22.1",
12946 "client",
12947 "collections",
12948 "command_palette_hooks",
12949 "editor",
12950 "env_logger 0.11.8",
12951 "feature_flags",
12952 "file_icons",
12953 "futures 0.3.31",
12954 "gpui",
12955 "http_client",
12956 "image",
12957 "indoc",
12958 "jupyter-protocol",
12959 "jupyter-websocket-client",
12960 "language",
12961 "languages",
12962 "log",
12963 "markdown_preview",
12964 "menu",
12965 "multi_buffer",
12966 "nbformat",
12967 "picker",
12968 "project",
12969 "runtimelib",
12970 "schemars",
12971 "serde",
12972 "serde_json",
12973 "settings",
12974 "smol",
12975 "telemetry",
12976 "terminal",
12977 "terminal_view",
12978 "theme",
12979 "tree-sitter-md",
12980 "tree-sitter-python",
12981 "tree-sitter-typescript",
12982 "ui",
12983 "util",
12984 "uuid",
12985 "workspace",
12986 "workspace-hack",
12987]
12988
12989[[package]]
12990name = "reqwest"
12991version = "0.11.27"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
12994dependencies = [
12995 "base64 0.21.7",
12996 "bytes 1.10.1",
12997 "encoding_rs",
12998 "futures-core",
12999 "futures-util",
13000 "h2 0.3.26",
13001 "http 0.2.12",
13002 "http-body 0.4.6",
13003 "hyper 0.14.32",
13004 "hyper-rustls 0.24.2",
13005 "hyper-tls",
13006 "ipnet",
13007 "js-sys",
13008 "log",
13009 "mime",
13010 "native-tls",
13011 "once_cell",
13012 "percent-encoding",
13013 "pin-project-lite",
13014 "rustls 0.21.12",
13015 "rustls-native-certs 0.6.3",
13016 "rustls-pemfile 1.0.4",
13017 "serde",
13018 "serde_json",
13019 "serde_urlencoded",
13020 "sync_wrapper 0.1.2",
13021 "system-configuration 0.5.1",
13022 "tokio",
13023 "tokio-native-tls",
13024 "tokio-rustls 0.24.1",
13025 "tower-service",
13026 "url",
13027 "wasm-bindgen",
13028 "wasm-bindgen-futures",
13029 "web-sys",
13030 "winreg 0.50.0",
13031]
13032
13033[[package]]
13034name = "reqwest"
13035version = "0.12.15"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13038dependencies = [
13039 "base64 0.22.1",
13040 "bytes 1.10.1",
13041 "futures-channel",
13042 "futures-core",
13043 "futures-util",
13044 "http 1.3.1",
13045 "http-body 1.0.1",
13046 "http-body-util",
13047 "hyper 1.6.0",
13048 "hyper-util",
13049 "ipnet",
13050 "js-sys",
13051 "log",
13052 "mime",
13053 "once_cell",
13054 "percent-encoding",
13055 "pin-project-lite",
13056 "serde",
13057 "serde_json",
13058 "serde_urlencoded",
13059 "sync_wrapper 1.0.2",
13060 "tokio",
13061 "tower 0.5.2",
13062 "tower-service",
13063 "url",
13064 "wasm-bindgen",
13065 "wasm-bindgen-futures",
13066 "web-sys",
13067 "windows-registry 0.4.0",
13068]
13069
13070[[package]]
13071name = "reqwest"
13072version = "0.12.15"
13073source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13074dependencies = [
13075 "base64 0.22.1",
13076 "bytes 1.10.1",
13077 "encoding_rs",
13078 "futures-core",
13079 "futures-util",
13080 "h2 0.4.9",
13081 "http 1.3.1",
13082 "http-body 1.0.1",
13083 "http-body-util",
13084 "hyper 1.6.0",
13085 "hyper-rustls 0.27.5",
13086 "hyper-util",
13087 "ipnet",
13088 "js-sys",
13089 "log",
13090 "mime",
13091 "once_cell",
13092 "percent-encoding",
13093 "pin-project-lite",
13094 "quinn",
13095 "rustls 0.23.26",
13096 "rustls-native-certs 0.8.1",
13097 "rustls-pemfile 2.2.0",
13098 "rustls-pki-types",
13099 "serde",
13100 "serde_json",
13101 "serde_urlencoded",
13102 "sync_wrapper 1.0.2",
13103 "system-configuration 0.6.1",
13104 "tokio",
13105 "tokio-rustls 0.26.2",
13106 "tokio-socks",
13107 "tokio-util",
13108 "tower 0.5.2",
13109 "tower-service",
13110 "url",
13111 "wasm-bindgen",
13112 "wasm-bindgen-futures",
13113 "wasm-streams",
13114 "web-sys",
13115 "windows-registry 0.4.0",
13116]
13117
13118[[package]]
13119name = "reqwest_client"
13120version = "0.1.0"
13121dependencies = [
13122 "anyhow",
13123 "bytes 1.10.1",
13124 "futures 0.3.31",
13125 "gpui",
13126 "http_client",
13127 "http_client_tls",
13128 "log",
13129 "regex",
13130 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13131 "serde",
13132 "smol",
13133 "tokio",
13134 "workspace-hack",
13135]
13136
13137[[package]]
13138name = "resvg"
13139version = "0.45.1"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13142dependencies = [
13143 "log",
13144 "pico-args",
13145 "rgb",
13146 "svgtypes",
13147 "tiny-skia",
13148 "usvg",
13149]
13150
13151[[package]]
13152name = "rfc6979"
13153version = "0.3.1"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13156dependencies = [
13157 "crypto-bigint 0.4.9",
13158 "hmac",
13159 "zeroize",
13160]
13161
13162[[package]]
13163name = "rgb"
13164version = "0.8.50"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13167dependencies = [
13168 "bytemuck",
13169]
13170
13171[[package]]
13172name = "rich_text"
13173version = "0.1.0"
13174dependencies = [
13175 "futures 0.3.31",
13176 "gpui",
13177 "language",
13178 "linkify",
13179 "pulldown-cmark 0.12.2",
13180 "theme",
13181 "ui",
13182 "util",
13183 "workspace-hack",
13184]
13185
13186[[package]]
13187name = "ring"
13188version = "0.17.14"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13191dependencies = [
13192 "cc",
13193 "cfg-if",
13194 "getrandom 0.2.15",
13195 "libc",
13196 "untrusted",
13197 "windows-sys 0.52.0",
13198]
13199
13200[[package]]
13201name = "rkyv"
13202version = "0.7.45"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13205dependencies = [
13206 "bitvec",
13207 "bytecheck",
13208 "bytes 1.10.1",
13209 "hashbrown 0.12.3",
13210 "ptr_meta",
13211 "rend",
13212 "rkyv_derive",
13213 "seahash",
13214 "tinyvec",
13215 "uuid",
13216]
13217
13218[[package]]
13219name = "rkyv_derive"
13220version = "0.7.45"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13223dependencies = [
13224 "proc-macro2",
13225 "quote",
13226 "syn 1.0.109",
13227]
13228
13229[[package]]
13230name = "rmp"
13231version = "0.8.14"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13234dependencies = [
13235 "byteorder",
13236 "num-traits",
13237 "paste",
13238]
13239
13240[[package]]
13241name = "rmpv"
13242version = "1.3.0"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13245dependencies = [
13246 "num-traits",
13247 "rmp",
13248]
13249
13250[[package]]
13251name = "rodio"
13252version = "0.20.1"
13253source = "registry+https://github.com/rust-lang/crates.io-index"
13254checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13255dependencies = [
13256 "cpal",
13257 "hound",
13258]
13259
13260[[package]]
13261name = "rope"
13262version = "0.1.0"
13263dependencies = [
13264 "arrayvec",
13265 "criterion",
13266 "ctor",
13267 "env_logger 0.11.8",
13268 "gpui",
13269 "log",
13270 "rand 0.8.5",
13271 "rayon",
13272 "smallvec",
13273 "sum_tree",
13274 "unicode-segmentation",
13275 "util",
13276 "workspace-hack",
13277]
13278
13279[[package]]
13280name = "roxmltree"
13281version = "0.20.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13284
13285[[package]]
13286name = "rpc"
13287version = "0.1.0"
13288dependencies = [
13289 "anyhow",
13290 "async-tungstenite",
13291 "base64 0.22.1",
13292 "chrono",
13293 "collections",
13294 "env_logger 0.11.8",
13295 "futures 0.3.31",
13296 "gpui",
13297 "parking_lot",
13298 "proto",
13299 "rand 0.8.5",
13300 "rsa",
13301 "serde",
13302 "serde_json",
13303 "sha2",
13304 "strum 0.27.1",
13305 "tracing",
13306 "util",
13307 "workspace-hack",
13308 "zstd",
13309]
13310
13311[[package]]
13312name = "rsa"
13313version = "0.9.8"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13316dependencies = [
13317 "const-oid",
13318 "digest",
13319 "num-bigint-dig",
13320 "num-integer",
13321 "num-traits",
13322 "pkcs1",
13323 "pkcs8 0.10.2",
13324 "rand_core 0.6.4",
13325 "signature 2.2.0",
13326 "spki 0.7.3",
13327 "subtle",
13328 "zeroize",
13329]
13330
13331[[package]]
13332name = "rules_library"
13333version = "0.1.0"
13334dependencies = [
13335 "anyhow",
13336 "collections",
13337 "editor",
13338 "gpui",
13339 "language",
13340 "language_model",
13341 "log",
13342 "menu",
13343 "picker",
13344 "prompt_store",
13345 "release_channel",
13346 "rope",
13347 "serde",
13348 "settings",
13349 "theme",
13350 "ui",
13351 "util",
13352 "workspace",
13353 "workspace-hack",
13354 "zed_actions",
13355]
13356
13357[[package]]
13358name = "runtimelib"
13359version = "0.25.0"
13360source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13361dependencies = [
13362 "anyhow",
13363 "async-dispatcher",
13364 "async-std",
13365 "base64 0.22.1",
13366 "bytes 1.10.1",
13367 "chrono",
13368 "data-encoding",
13369 "dirs 5.0.1",
13370 "futures 0.3.31",
13371 "glob",
13372 "jupyter-protocol",
13373 "ring",
13374 "serde",
13375 "serde_json",
13376 "shellexpand 3.1.1",
13377 "smol",
13378 "uuid",
13379 "zeromq",
13380]
13381
13382[[package]]
13383name = "rust-embed"
13384version = "8.7.0"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13387dependencies = [
13388 "rust-embed-impl",
13389 "rust-embed-utils",
13390 "walkdir",
13391]
13392
13393[[package]]
13394name = "rust-embed-impl"
13395version = "8.7.0"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13398dependencies = [
13399 "proc-macro2",
13400 "quote",
13401 "rust-embed-utils",
13402 "syn 2.0.101",
13403 "walkdir",
13404]
13405
13406[[package]]
13407name = "rust-embed-utils"
13408version = "8.7.0"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13411dependencies = [
13412 "globset",
13413 "sha2",
13414 "walkdir",
13415]
13416
13417[[package]]
13418name = "rust_decimal"
13419version = "1.37.1"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13422dependencies = [
13423 "arrayvec",
13424 "borsh",
13425 "bytes 1.10.1",
13426 "num-traits",
13427 "rand 0.8.5",
13428 "rkyv",
13429 "serde",
13430 "serde_json",
13431]
13432
13433[[package]]
13434name = "rustc-demangle"
13435version = "0.1.24"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13438
13439[[package]]
13440name = "rustc-hash"
13441version = "1.1.0"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13444
13445[[package]]
13446name = "rustc-hash"
13447version = "2.1.1"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13450
13451[[package]]
13452name = "rustc_version"
13453version = "0.4.1"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13456dependencies = [
13457 "semver",
13458]
13459
13460[[package]]
13461name = "rustix"
13462version = "0.38.44"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13465dependencies = [
13466 "bitflags 2.9.0",
13467 "errno 0.3.11",
13468 "itoa",
13469 "libc",
13470 "linux-raw-sys 0.4.15",
13471 "windows-sys 0.59.0",
13472]
13473
13474[[package]]
13475name = "rustix"
13476version = "1.0.7"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13479dependencies = [
13480 "bitflags 2.9.0",
13481 "errno 0.3.11",
13482 "libc",
13483 "linux-raw-sys 0.9.4",
13484 "windows-sys 0.59.0",
13485]
13486
13487[[package]]
13488name = "rustix-linux-procfs"
13489version = "0.1.1"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13492dependencies = [
13493 "once_cell",
13494 "rustix 1.0.7",
13495]
13496
13497[[package]]
13498name = "rustix-openpty"
13499version = "0.1.1"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13502dependencies = [
13503 "errno 0.3.11",
13504 "libc",
13505 "rustix 0.38.44",
13506]
13507
13508[[package]]
13509name = "rustls"
13510version = "0.21.12"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13513dependencies = [
13514 "log",
13515 "ring",
13516 "rustls-webpki 0.101.7",
13517 "sct",
13518]
13519
13520[[package]]
13521name = "rustls"
13522version = "0.23.26"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13525dependencies = [
13526 "aws-lc-rs",
13527 "log",
13528 "once_cell",
13529 "ring",
13530 "rustls-pki-types",
13531 "rustls-webpki 0.103.1",
13532 "subtle",
13533 "zeroize",
13534]
13535
13536[[package]]
13537name = "rustls-native-certs"
13538version = "0.6.3"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13541dependencies = [
13542 "openssl-probe",
13543 "rustls-pemfile 1.0.4",
13544 "schannel",
13545 "security-framework 2.11.1",
13546]
13547
13548[[package]]
13549name = "rustls-native-certs"
13550version = "0.8.1"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13553dependencies = [
13554 "openssl-probe",
13555 "rustls-pki-types",
13556 "schannel",
13557 "security-framework 3.2.0",
13558]
13559
13560[[package]]
13561name = "rustls-pemfile"
13562version = "1.0.4"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13565dependencies = [
13566 "base64 0.21.7",
13567]
13568
13569[[package]]
13570name = "rustls-pemfile"
13571version = "2.2.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13574dependencies = [
13575 "rustls-pki-types",
13576]
13577
13578[[package]]
13579name = "rustls-pki-types"
13580version = "1.11.0"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
13583dependencies = [
13584 "web-time",
13585]
13586
13587[[package]]
13588name = "rustls-platform-verifier"
13589version = "0.5.1"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13592dependencies = [
13593 "core-foundation 0.10.0",
13594 "core-foundation-sys",
13595 "jni",
13596 "log",
13597 "once_cell",
13598 "rustls 0.23.26",
13599 "rustls-native-certs 0.8.1",
13600 "rustls-platform-verifier-android",
13601 "rustls-webpki 0.103.1",
13602 "security-framework 3.2.0",
13603 "security-framework-sys",
13604 "webpki-root-certs",
13605 "windows-sys 0.59.0",
13606]
13607
13608[[package]]
13609name = "rustls-platform-verifier-android"
13610version = "0.1.1"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13613
13614[[package]]
13615name = "rustls-webpki"
13616version = "0.101.7"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13619dependencies = [
13620 "ring",
13621 "untrusted",
13622]
13623
13624[[package]]
13625name = "rustls-webpki"
13626version = "0.103.1"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13629dependencies = [
13630 "aws-lc-rs",
13631 "ring",
13632 "rustls-pki-types",
13633 "untrusted",
13634]
13635
13636[[package]]
13637name = "rustversion"
13638version = "1.0.20"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13641
13642[[package]]
13643name = "rustybuzz"
13644version = "0.14.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13647dependencies = [
13648 "bitflags 2.9.0",
13649 "bytemuck",
13650 "libm",
13651 "smallvec",
13652 "ttf-parser 0.21.1",
13653 "unicode-bidi-mirroring 0.2.0",
13654 "unicode-ccc 0.2.0",
13655 "unicode-properties",
13656 "unicode-script",
13657]
13658
13659[[package]]
13660name = "rustybuzz"
13661version = "0.20.1"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13664dependencies = [
13665 "bitflags 2.9.0",
13666 "bytemuck",
13667 "core_maths",
13668 "log",
13669 "smallvec",
13670 "ttf-parser 0.25.1",
13671 "unicode-bidi-mirroring 0.4.0",
13672 "unicode-ccc 0.4.0",
13673 "unicode-properties",
13674 "unicode-script",
13675]
13676
13677[[package]]
13678name = "ryu"
13679version = "1.0.20"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13682
13683[[package]]
13684name = "salsa20"
13685version = "0.10.2"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13688dependencies = [
13689 "cipher",
13690]
13691
13692[[package]]
13693name = "same-file"
13694version = "1.0.6"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13697dependencies = [
13698 "winapi-util",
13699]
13700
13701[[package]]
13702name = "scap"
13703version = "0.0.8"
13704source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13705dependencies = [
13706 "anyhow",
13707 "cocoa 0.25.0",
13708 "core-graphics-helmer-fork",
13709 "log",
13710 "objc",
13711 "rand 0.8.5",
13712 "screencapturekit",
13713 "screencapturekit-sys",
13714 "sysinfo",
13715 "tao-core-video-sys",
13716 "windows 0.61.1",
13717 "windows-capture",
13718 "x11",
13719 "xcb",
13720]
13721
13722[[package]]
13723name = "schannel"
13724version = "0.1.27"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13727dependencies = [
13728 "windows-sys 0.59.0",
13729]
13730
13731[[package]]
13732name = "schema_generator"
13733version = "0.1.0"
13734dependencies = [
13735 "anyhow",
13736 "clap",
13737 "env_logger 0.11.8",
13738 "schemars",
13739 "serde",
13740 "serde_json",
13741 "theme",
13742 "workspace-hack",
13743]
13744
13745[[package]]
13746name = "schemars"
13747version = "0.8.22"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13750dependencies = [
13751 "dyn-clone",
13752 "indexmap",
13753 "schemars_derive",
13754 "serde",
13755 "serde_json",
13756]
13757
13758[[package]]
13759name = "schemars_derive"
13760version = "0.8.22"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13763dependencies = [
13764 "proc-macro2",
13765 "quote",
13766 "serde_derive_internals",
13767 "syn 2.0.101",
13768]
13769
13770[[package]]
13771name = "scoped-tls"
13772version = "1.0.1"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13775
13776[[package]]
13777name = "scopeguard"
13778version = "1.2.0"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13781
13782[[package]]
13783name = "scratch"
13784version = "1.0.8"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13787
13788[[package]]
13789name = "screencapturekit"
13790version = "0.2.8"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13793dependencies = [
13794 "screencapturekit-sys",
13795]
13796
13797[[package]]
13798name = "screencapturekit-sys"
13799version = "0.2.8"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13802dependencies = [
13803 "block",
13804 "dispatch",
13805 "objc",
13806 "objc-foundation",
13807 "objc_id",
13808 "once_cell",
13809]
13810
13811[[package]]
13812name = "scrypt"
13813version = "0.11.0"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13816dependencies = [
13817 "password-hash 0.5.0",
13818 "pbkdf2 0.12.2",
13819 "salsa20",
13820 "sha2",
13821]
13822
13823[[package]]
13824name = "sct"
13825version = "0.7.1"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13828dependencies = [
13829 "ring",
13830 "untrusted",
13831]
13832
13833[[package]]
13834name = "sea-bae"
13835version = "0.2.1"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13838dependencies = [
13839 "heck 0.4.1",
13840 "proc-macro-error2",
13841 "proc-macro2",
13842 "quote",
13843 "syn 2.0.101",
13844]
13845
13846[[package]]
13847name = "sea-orm"
13848version = "1.1.10"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13851dependencies = [
13852 "async-stream",
13853 "async-trait",
13854 "bigdecimal",
13855 "chrono",
13856 "futures-util",
13857 "log",
13858 "ouroboros",
13859 "pgvector",
13860 "rust_decimal",
13861 "sea-orm-macros",
13862 "sea-query",
13863 "sea-query-binder",
13864 "serde",
13865 "serde_json",
13866 "sqlx",
13867 "strum 0.26.3",
13868 "thiserror 2.0.12",
13869 "time",
13870 "tracing",
13871 "url",
13872 "uuid",
13873]
13874
13875[[package]]
13876name = "sea-orm-macros"
13877version = "1.1.10"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13880dependencies = [
13881 "heck 0.4.1",
13882 "proc-macro2",
13883 "quote",
13884 "sea-bae",
13885 "syn 2.0.101",
13886 "unicode-ident",
13887]
13888
13889[[package]]
13890name = "sea-query"
13891version = "0.32.4"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13894dependencies = [
13895 "bigdecimal",
13896 "chrono",
13897 "inherent",
13898 "ordered-float 4.6.0",
13899 "rust_decimal",
13900 "serde_json",
13901 "time",
13902 "uuid",
13903]
13904
13905[[package]]
13906name = "sea-query-binder"
13907version = "0.7.0"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13910dependencies = [
13911 "bigdecimal",
13912 "chrono",
13913 "rust_decimal",
13914 "sea-query",
13915 "serde_json",
13916 "sqlx",
13917 "time",
13918 "uuid",
13919]
13920
13921[[package]]
13922name = "seahash"
13923version = "4.1.0"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13926
13927[[package]]
13928name = "search"
13929version = "0.1.0"
13930dependencies = [
13931 "any_vec",
13932 "anyhow",
13933 "bitflags 2.9.0",
13934 "client",
13935 "collections",
13936 "editor",
13937 "futures 0.3.31",
13938 "gpui",
13939 "language",
13940 "menu",
13941 "project",
13942 "schemars",
13943 "serde",
13944 "serde_json",
13945 "settings",
13946 "smol",
13947 "theme",
13948 "ui",
13949 "unindent",
13950 "util",
13951 "workspace",
13952 "workspace-hack",
13953 "zed_actions",
13954]
13955
13956[[package]]
13957name = "sec1"
13958version = "0.3.0"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
13961dependencies = [
13962 "base16ct",
13963 "der 0.6.1",
13964 "generic-array",
13965 "pkcs8 0.9.0",
13966 "subtle",
13967 "zeroize",
13968]
13969
13970[[package]]
13971name = "security-framework"
13972version = "2.11.1"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
13975dependencies = [
13976 "bitflags 2.9.0",
13977 "core-foundation 0.9.4",
13978 "core-foundation-sys",
13979 "libc",
13980 "security-framework-sys",
13981]
13982
13983[[package]]
13984name = "security-framework"
13985version = "3.2.0"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
13988dependencies = [
13989 "bitflags 2.9.0",
13990 "core-foundation 0.10.0",
13991 "core-foundation-sys",
13992 "libc",
13993 "security-framework-sys",
13994]
13995
13996[[package]]
13997name = "security-framework-sys"
13998version = "2.14.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14001dependencies = [
14002 "core-foundation-sys",
14003 "libc",
14004]
14005
14006[[package]]
14007name = "self_cell"
14008version = "1.2.0"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14011
14012[[package]]
14013name = "semantic_index"
14014version = "0.1.0"
14015dependencies = [
14016 "anyhow",
14017 "arrayvec",
14018 "blake3",
14019 "client",
14020 "clock",
14021 "collections",
14022 "env_logger 0.11.8",
14023 "feature_flags",
14024 "fs",
14025 "futures 0.3.31",
14026 "futures-batch",
14027 "gpui",
14028 "heed",
14029 "http_client",
14030 "language",
14031 "language_model",
14032 "languages",
14033 "log",
14034 "open_ai",
14035 "parking_lot",
14036 "project",
14037 "reqwest_client",
14038 "serde",
14039 "serde_json",
14040 "settings",
14041 "sha2",
14042 "smol",
14043 "streaming-iterator",
14044 "tempfile",
14045 "theme",
14046 "tree-sitter",
14047 "ui",
14048 "unindent",
14049 "util",
14050 "workspace",
14051 "workspace-hack",
14052 "worktree",
14053]
14054
14055[[package]]
14056name = "semantic_version"
14057version = "0.1.0"
14058dependencies = [
14059 "anyhow",
14060 "serde",
14061 "workspace-hack",
14062]
14063
14064[[package]]
14065name = "semver"
14066version = "1.0.26"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14069dependencies = [
14070 "serde",
14071]
14072
14073[[package]]
14074name = "serde"
14075version = "1.0.219"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14078dependencies = [
14079 "serde_derive",
14080]
14081
14082[[package]]
14083name = "serde_derive"
14084version = "1.0.219"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14087dependencies = [
14088 "proc-macro2",
14089 "quote",
14090 "syn 2.0.101",
14091]
14092
14093[[package]]
14094name = "serde_derive_internals"
14095version = "0.29.1"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14098dependencies = [
14099 "proc-macro2",
14100 "quote",
14101 "syn 2.0.101",
14102]
14103
14104[[package]]
14105name = "serde_fmt"
14106version = "1.0.3"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14109dependencies = [
14110 "serde",
14111]
14112
14113[[package]]
14114name = "serde_json"
14115version = "1.0.140"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14118dependencies = [
14119 "indexmap",
14120 "itoa",
14121 "memchr",
14122 "ryu",
14123 "serde",
14124]
14125
14126[[package]]
14127name = "serde_json_lenient"
14128version = "0.2.4"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14131dependencies = [
14132 "indexmap",
14133 "itoa",
14134 "memchr",
14135 "ryu",
14136 "serde",
14137]
14138
14139[[package]]
14140name = "serde_path_to_error"
14141version = "0.1.17"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14144dependencies = [
14145 "itoa",
14146 "serde",
14147]
14148
14149[[package]]
14150name = "serde_qs"
14151version = "0.8.5"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14154dependencies = [
14155 "percent-encoding",
14156 "serde",
14157 "thiserror 1.0.69",
14158]
14159
14160[[package]]
14161name = "serde_qs"
14162version = "0.10.1"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14165dependencies = [
14166 "percent-encoding",
14167 "serde",
14168 "thiserror 1.0.69",
14169]
14170
14171[[package]]
14172name = "serde_repr"
14173version = "0.1.20"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14176dependencies = [
14177 "proc-macro2",
14178 "quote",
14179 "syn 2.0.101",
14180]
14181
14182[[package]]
14183name = "serde_spanned"
14184version = "0.6.8"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14187dependencies = [
14188 "serde",
14189]
14190
14191[[package]]
14192name = "serde_urlencoded"
14193version = "0.7.1"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14196dependencies = [
14197 "form_urlencoded",
14198 "itoa",
14199 "ryu",
14200 "serde",
14201]
14202
14203[[package]]
14204name = "serial2"
14205version = "0.2.29"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14208dependencies = [
14209 "cfg-if",
14210 "libc",
14211 "winapi",
14212]
14213
14214[[package]]
14215name = "session"
14216version = "0.1.0"
14217dependencies = [
14218 "db",
14219 "gpui",
14220 "serde_json",
14221 "util",
14222 "uuid",
14223 "workspace-hack",
14224]
14225
14226[[package]]
14227name = "settings"
14228version = "0.1.0"
14229dependencies = [
14230 "anyhow",
14231 "collections",
14232 "ec4rs",
14233 "fs",
14234 "futures 0.3.31",
14235 "gpui",
14236 "indoc",
14237 "inventory",
14238 "log",
14239 "paths",
14240 "pretty_assertions",
14241 "release_channel",
14242 "rust-embed",
14243 "schemars",
14244 "serde",
14245 "serde_derive",
14246 "serde_json",
14247 "serde_json_lenient",
14248 "smallvec",
14249 "streaming-iterator",
14250 "tree-sitter",
14251 "tree-sitter-json",
14252 "unindent",
14253 "util",
14254 "workspace-hack",
14255]
14256
14257[[package]]
14258name = "settings_ui"
14259version = "0.1.0"
14260dependencies = [
14261 "command_palette_hooks",
14262 "editor",
14263 "feature_flags",
14264 "fs",
14265 "gpui",
14266 "log",
14267 "paths",
14268 "schemars",
14269 "serde",
14270 "settings",
14271 "theme",
14272 "ui",
14273 "workspace",
14274 "workspace-hack",
14275]
14276
14277[[package]]
14278name = "sha1"
14279version = "0.10.6"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14282dependencies = [
14283 "cfg-if",
14284 "cpufeatures",
14285 "digest",
14286]
14287
14288[[package]]
14289name = "sha1-checked"
14290version = "0.10.0"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14293dependencies = [
14294 "digest",
14295 "sha1",
14296]
14297
14298[[package]]
14299name = "sha1_smol"
14300version = "1.0.1"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14303
14304[[package]]
14305name = "sha2"
14306version = "0.10.8"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14309dependencies = [
14310 "cfg-if",
14311 "cpufeatures",
14312 "digest",
14313]
14314
14315[[package]]
14316name = "sharded-slab"
14317version = "0.1.7"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14320dependencies = [
14321 "lazy_static",
14322]
14323
14324[[package]]
14325name = "shared_library"
14326version = "0.1.9"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14329dependencies = [
14330 "lazy_static",
14331 "libc",
14332]
14333
14334[[package]]
14335name = "shell-words"
14336version = "1.1.0"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14339
14340[[package]]
14341name = "shellexpand"
14342version = "2.1.2"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14345dependencies = [
14346 "dirs 4.0.0",
14347]
14348
14349[[package]]
14350name = "shellexpand"
14351version = "3.1.1"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14354dependencies = [
14355 "dirs 6.0.0",
14356]
14357
14358[[package]]
14359name = "shlex"
14360version = "1.3.0"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14363
14364[[package]]
14365name = "signal-hook"
14366version = "0.3.17"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14369dependencies = [
14370 "libc",
14371 "signal-hook-registry",
14372]
14373
14374[[package]]
14375name = "signal-hook-registry"
14376version = "1.4.5"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14379dependencies = [
14380 "libc",
14381]
14382
14383[[package]]
14384name = "signature"
14385version = "1.6.4"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14388dependencies = [
14389 "digest",
14390 "rand_core 0.6.4",
14391]
14392
14393[[package]]
14394name = "signature"
14395version = "2.2.0"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14398dependencies = [
14399 "digest",
14400 "rand_core 0.6.4",
14401]
14402
14403[[package]]
14404name = "simd-adler32"
14405version = "0.3.7"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14408
14409[[package]]
14410name = "simd_helpers"
14411version = "0.1.0"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14414dependencies = [
14415 "quote",
14416]
14417
14418[[package]]
14419name = "simdutf8"
14420version = "0.1.5"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14423
14424[[package]]
14425name = "simple_asn1"
14426version = "0.6.3"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14429dependencies = [
14430 "num-bigint",
14431 "num-traits",
14432 "thiserror 2.0.12",
14433 "time",
14434]
14435
14436[[package]]
14437name = "simplecss"
14438version = "0.2.2"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14441dependencies = [
14442 "log",
14443]
14444
14445[[package]]
14446name = "simplelog"
14447version = "0.12.2"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14450dependencies = [
14451 "log",
14452 "termcolor",
14453 "time",
14454]
14455
14456[[package]]
14457name = "siphasher"
14458version = "1.0.1"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14461
14462[[package]]
14463name = "skrifa"
14464version = "0.26.6"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14467dependencies = [
14468 "bytemuck",
14469 "read-fonts",
14470]
14471
14472[[package]]
14473name = "slab"
14474version = "0.4.9"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14477dependencies = [
14478 "autocfg",
14479]
14480
14481[[package]]
14482name = "slash_commands_example"
14483version = "0.1.0"
14484dependencies = [
14485 "zed_extension_api 0.1.0",
14486]
14487
14488[[package]]
14489name = "slotmap"
14490version = "1.0.7"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14493dependencies = [
14494 "version_check",
14495]
14496
14497[[package]]
14498name = "smallvec"
14499version = "1.15.0"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14502dependencies = [
14503 "serde",
14504]
14505
14506[[package]]
14507name = "smart-default"
14508version = "0.6.0"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14511dependencies = [
14512 "proc-macro2",
14513 "quote",
14514 "syn 1.0.109",
14515]
14516
14517[[package]]
14518name = "smol"
14519version = "2.0.2"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14522dependencies = [
14523 "async-channel 2.3.1",
14524 "async-executor",
14525 "async-fs",
14526 "async-io",
14527 "async-lock",
14528 "async-net",
14529 "async-process",
14530 "blocking",
14531 "futures-lite 2.6.0",
14532]
14533
14534[[package]]
14535name = "smol_str"
14536version = "0.1.24"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14539dependencies = [
14540 "serde",
14541]
14542
14543[[package]]
14544name = "smol_str"
14545version = "0.2.2"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14548
14549[[package]]
14550name = "snippet"
14551version = "0.1.0"
14552dependencies = [
14553 "anyhow",
14554 "smallvec",
14555 "workspace-hack",
14556]
14557
14558[[package]]
14559name = "snippet_provider"
14560version = "0.1.0"
14561dependencies = [
14562 "anyhow",
14563 "collections",
14564 "extension",
14565 "fs",
14566 "futures 0.3.31",
14567 "gpui",
14568 "indoc",
14569 "parking_lot",
14570 "paths",
14571 "schemars",
14572 "serde",
14573 "serde_json_lenient",
14574 "snippet",
14575 "util",
14576 "workspace-hack",
14577]
14578
14579[[package]]
14580name = "snippets_ui"
14581version = "0.1.0"
14582dependencies = [
14583 "fuzzy",
14584 "gpui",
14585 "language",
14586 "paths",
14587 "picker",
14588 "ui",
14589 "util",
14590 "workspace",
14591 "workspace-hack",
14592]
14593
14594[[package]]
14595name = "socket2"
14596version = "0.5.9"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14599dependencies = [
14600 "libc",
14601 "windows-sys 0.52.0",
14602]
14603
14604[[package]]
14605name = "spdx"
14606version = "0.10.8"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14609dependencies = [
14610 "smallvec",
14611]
14612
14613[[package]]
14614name = "spin"
14615version = "0.9.8"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14618dependencies = [
14619 "lock_api",
14620]
14621
14622[[package]]
14623name = "spirv"
14624version = "0.3.0+sdk-1.3.268.0"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14627dependencies = [
14628 "bitflags 2.9.0",
14629]
14630
14631[[package]]
14632name = "spki"
14633version = "0.6.0"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14636dependencies = [
14637 "base64ct",
14638 "der 0.6.1",
14639]
14640
14641[[package]]
14642name = "spki"
14643version = "0.7.3"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14646dependencies = [
14647 "base64ct",
14648 "der 0.7.10",
14649]
14650
14651[[package]]
14652name = "sptr"
14653version = "0.3.2"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14656
14657[[package]]
14658name = "sqlez"
14659version = "0.1.0"
14660dependencies = [
14661 "anyhow",
14662 "collections",
14663 "futures 0.3.31",
14664 "indoc",
14665 "libsqlite3-sys",
14666 "parking_lot",
14667 "smol",
14668 "sqlformat",
14669 "thread_local",
14670 "util",
14671 "uuid",
14672 "workspace-hack",
14673]
14674
14675[[package]]
14676name = "sqlez_macros"
14677version = "0.1.0"
14678dependencies = [
14679 "sqlez",
14680 "sqlformat",
14681 "syn 1.0.109",
14682 "workspace-hack",
14683]
14684
14685[[package]]
14686name = "sqlformat"
14687version = "0.2.6"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14690dependencies = [
14691 "nom",
14692 "unicode_categories",
14693]
14694
14695[[package]]
14696name = "sqlx"
14697version = "0.8.5"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14700dependencies = [
14701 "sqlx-core",
14702 "sqlx-macros",
14703 "sqlx-mysql",
14704 "sqlx-postgres",
14705 "sqlx-sqlite",
14706]
14707
14708[[package]]
14709name = "sqlx-core"
14710version = "0.8.5"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14713dependencies = [
14714 "base64 0.22.1",
14715 "bigdecimal",
14716 "bytes 1.10.1",
14717 "chrono",
14718 "crc",
14719 "crossbeam-queue",
14720 "either",
14721 "event-listener 5.4.0",
14722 "futures-core",
14723 "futures-intrusive",
14724 "futures-io",
14725 "futures-util",
14726 "hashbrown 0.15.3",
14727 "hashlink 0.10.0",
14728 "indexmap",
14729 "log",
14730 "memchr",
14731 "once_cell",
14732 "percent-encoding",
14733 "rust_decimal",
14734 "rustls 0.23.26",
14735 "serde",
14736 "serde_json",
14737 "sha2",
14738 "smallvec",
14739 "thiserror 2.0.12",
14740 "time",
14741 "tokio",
14742 "tokio-stream",
14743 "tracing",
14744 "url",
14745 "uuid",
14746 "webpki-roots",
14747]
14748
14749[[package]]
14750name = "sqlx-macros"
14751version = "0.8.5"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14754dependencies = [
14755 "proc-macro2",
14756 "quote",
14757 "sqlx-core",
14758 "sqlx-macros-core",
14759 "syn 2.0.101",
14760]
14761
14762[[package]]
14763name = "sqlx-macros-core"
14764version = "0.8.5"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14767dependencies = [
14768 "dotenvy",
14769 "either",
14770 "heck 0.5.0",
14771 "hex",
14772 "once_cell",
14773 "proc-macro2",
14774 "quote",
14775 "serde",
14776 "serde_json",
14777 "sha2",
14778 "sqlx-core",
14779 "sqlx-mysql",
14780 "sqlx-postgres",
14781 "sqlx-sqlite",
14782 "syn 2.0.101",
14783 "tempfile",
14784 "tokio",
14785 "url",
14786]
14787
14788[[package]]
14789name = "sqlx-mysql"
14790version = "0.8.5"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14793dependencies = [
14794 "atoi",
14795 "base64 0.22.1",
14796 "bigdecimal",
14797 "bitflags 2.9.0",
14798 "byteorder",
14799 "bytes 1.10.1",
14800 "chrono",
14801 "crc",
14802 "digest",
14803 "dotenvy",
14804 "either",
14805 "futures-channel",
14806 "futures-core",
14807 "futures-io",
14808 "futures-util",
14809 "generic-array",
14810 "hex",
14811 "hkdf",
14812 "hmac",
14813 "itoa",
14814 "log",
14815 "md-5",
14816 "memchr",
14817 "once_cell",
14818 "percent-encoding",
14819 "rand 0.8.5",
14820 "rsa",
14821 "rust_decimal",
14822 "serde",
14823 "sha1",
14824 "sha2",
14825 "smallvec",
14826 "sqlx-core",
14827 "stringprep",
14828 "thiserror 2.0.12",
14829 "time",
14830 "tracing",
14831 "uuid",
14832 "whoami",
14833]
14834
14835[[package]]
14836name = "sqlx-postgres"
14837version = "0.8.5"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14840dependencies = [
14841 "atoi",
14842 "base64 0.22.1",
14843 "bigdecimal",
14844 "bitflags 2.9.0",
14845 "byteorder",
14846 "chrono",
14847 "crc",
14848 "dotenvy",
14849 "etcetera",
14850 "futures-channel",
14851 "futures-core",
14852 "futures-util",
14853 "hex",
14854 "hkdf",
14855 "hmac",
14856 "home",
14857 "itoa",
14858 "log",
14859 "md-5",
14860 "memchr",
14861 "num-bigint",
14862 "once_cell",
14863 "rand 0.8.5",
14864 "rust_decimal",
14865 "serde",
14866 "serde_json",
14867 "sha2",
14868 "smallvec",
14869 "sqlx-core",
14870 "stringprep",
14871 "thiserror 2.0.12",
14872 "time",
14873 "tracing",
14874 "uuid",
14875 "whoami",
14876]
14877
14878[[package]]
14879name = "sqlx-sqlite"
14880version = "0.8.5"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14883dependencies = [
14884 "atoi",
14885 "chrono",
14886 "flume",
14887 "futures-channel",
14888 "futures-core",
14889 "futures-executor",
14890 "futures-intrusive",
14891 "futures-util",
14892 "libsqlite3-sys",
14893 "log",
14894 "percent-encoding",
14895 "serde",
14896 "serde_urlencoded",
14897 "sqlx-core",
14898 "thiserror 2.0.12",
14899 "time",
14900 "tracing",
14901 "url",
14902 "uuid",
14903]
14904
14905[[package]]
14906name = "stable_deref_trait"
14907version = "1.2.0"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14910
14911[[package]]
14912name = "static_assertions"
14913version = "1.1.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14916
14917[[package]]
14918name = "story"
14919version = "0.1.0"
14920dependencies = [
14921 "gpui",
14922 "itertools 0.14.0",
14923 "smallvec",
14924 "workspace-hack",
14925]
14926
14927[[package]]
14928name = "storybook"
14929version = "0.1.0"
14930dependencies = [
14931 "anyhow",
14932 "clap",
14933 "collab_ui",
14934 "ctrlc",
14935 "dialoguer",
14936 "editor",
14937 "fuzzy",
14938 "gpui",
14939 "indoc",
14940 "language",
14941 "log",
14942 "menu",
14943 "picker",
14944 "project",
14945 "reqwest_client",
14946 "rust-embed",
14947 "settings",
14948 "simplelog",
14949 "story",
14950 "strum 0.27.1",
14951 "theme",
14952 "title_bar",
14953 "ui",
14954 "workspace",
14955 "workspace-hack",
14956]
14957
14958[[package]]
14959name = "streaming-iterator"
14960version = "0.1.9"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
14963
14964[[package]]
14965name = "streaming_diff"
14966version = "0.1.0"
14967dependencies = [
14968 "ordered-float 2.10.1",
14969 "rand 0.8.5",
14970 "rope",
14971 "util",
14972 "workspace-hack",
14973]
14974
14975[[package]]
14976name = "strict-num"
14977version = "0.1.1"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
14980dependencies = [
14981 "float-cmp",
14982]
14983
14984[[package]]
14985name = "string_cache"
14986version = "0.8.9"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
14989dependencies = [
14990 "new_debug_unreachable",
14991 "parking_lot",
14992 "phf_shared",
14993 "precomputed-hash",
14994 "serde",
14995]
14996
14997[[package]]
14998name = "string_cache_codegen"
14999version = "0.5.4"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15002dependencies = [
15003 "phf_generator",
15004 "phf_shared",
15005 "proc-macro2",
15006 "quote",
15007]
15008
15009[[package]]
15010name = "stringprep"
15011version = "0.1.5"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15014dependencies = [
15015 "unicode-bidi",
15016 "unicode-normalization",
15017 "unicode-properties",
15018]
15019
15020[[package]]
15021name = "strsim"
15022version = "0.11.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15025
15026[[package]]
15027name = "strum"
15028version = "0.26.3"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15031dependencies = [
15032 "strum_macros 0.26.4",
15033]
15034
15035[[package]]
15036name = "strum"
15037version = "0.27.1"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15040dependencies = [
15041 "strum_macros 0.27.1",
15042]
15043
15044[[package]]
15045name = "strum_macros"
15046version = "0.26.4"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15049dependencies = [
15050 "heck 0.5.0",
15051 "proc-macro2",
15052 "quote",
15053 "rustversion",
15054 "syn 2.0.101",
15055]
15056
15057[[package]]
15058name = "strum_macros"
15059version = "0.27.1"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15062dependencies = [
15063 "heck 0.5.0",
15064 "proc-macro2",
15065 "quote",
15066 "rustversion",
15067 "syn 2.0.101",
15068]
15069
15070[[package]]
15071name = "subtle"
15072version = "2.6.1"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15075
15076[[package]]
15077name = "sum_tree"
15078version = "0.1.0"
15079dependencies = [
15080 "arrayvec",
15081 "ctor",
15082 "env_logger 0.11.8",
15083 "log",
15084 "rand 0.8.5",
15085 "rayon",
15086 "workspace-hack",
15087]
15088
15089[[package]]
15090name = "supermaven"
15091version = "0.1.0"
15092dependencies = [
15093 "anyhow",
15094 "client",
15095 "collections",
15096 "editor",
15097 "env_logger 0.11.8",
15098 "futures 0.3.31",
15099 "gpui",
15100 "http_client",
15101 "inline_completion",
15102 "language",
15103 "log",
15104 "postage",
15105 "project",
15106 "serde",
15107 "serde_json",
15108 "settings",
15109 "smol",
15110 "supermaven_api",
15111 "text",
15112 "theme",
15113 "ui",
15114 "unicode-segmentation",
15115 "util",
15116 "workspace-hack",
15117]
15118
15119[[package]]
15120name = "supermaven_api"
15121version = "0.1.0"
15122dependencies = [
15123 "anyhow",
15124 "futures 0.3.31",
15125 "http_client",
15126 "paths",
15127 "serde",
15128 "serde_json",
15129 "smol",
15130 "workspace-hack",
15131]
15132
15133[[package]]
15134name = "sval"
15135version = "2.14.1"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15138
15139[[package]]
15140name = "sval_buffer"
15141version = "2.14.1"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15144dependencies = [
15145 "sval",
15146 "sval_ref",
15147]
15148
15149[[package]]
15150name = "sval_dynamic"
15151version = "2.14.1"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15154dependencies = [
15155 "sval",
15156]
15157
15158[[package]]
15159name = "sval_fmt"
15160version = "2.14.1"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15163dependencies = [
15164 "itoa",
15165 "ryu",
15166 "sval",
15167]
15168
15169[[package]]
15170name = "sval_json"
15171version = "2.14.1"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15174dependencies = [
15175 "itoa",
15176 "ryu",
15177 "sval",
15178]
15179
15180[[package]]
15181name = "sval_nested"
15182version = "2.14.1"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15185dependencies = [
15186 "sval",
15187 "sval_buffer",
15188 "sval_ref",
15189]
15190
15191[[package]]
15192name = "sval_ref"
15193version = "2.14.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15196dependencies = [
15197 "sval",
15198]
15199
15200[[package]]
15201name = "sval_serde"
15202version = "2.14.1"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15205dependencies = [
15206 "serde",
15207 "sval",
15208 "sval_nested",
15209]
15210
15211[[package]]
15212name = "svg_fmt"
15213version = "0.4.5"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15216
15217[[package]]
15218name = "svgtypes"
15219version = "0.15.3"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15222dependencies = [
15223 "kurbo",
15224 "siphasher",
15225]
15226
15227[[package]]
15228name = "swash"
15229version = "0.2.2"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15232dependencies = [
15233 "skrifa",
15234 "yazi",
15235 "zeno",
15236]
15237
15238[[package]]
15239name = "syn"
15240version = "1.0.109"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15243dependencies = [
15244 "proc-macro2",
15245 "quote",
15246 "unicode-ident",
15247]
15248
15249[[package]]
15250name = "syn"
15251version = "2.0.101"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15254dependencies = [
15255 "proc-macro2",
15256 "quote",
15257 "unicode-ident",
15258]
15259
15260[[package]]
15261name = "sync_wrapper"
15262version = "0.1.2"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15265
15266[[package]]
15267name = "sync_wrapper"
15268version = "1.0.2"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15271dependencies = [
15272 "futures-core",
15273]
15274
15275[[package]]
15276name = "synchronoise"
15277version = "1.0.1"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15280dependencies = [
15281 "crossbeam-queue",
15282]
15283
15284[[package]]
15285name = "synstructure"
15286version = "0.13.1"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15289dependencies = [
15290 "proc-macro2",
15291 "quote",
15292 "syn 2.0.101",
15293]
15294
15295[[package]]
15296name = "sys-locale"
15297version = "0.3.2"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15300dependencies = [
15301 "libc",
15302]
15303
15304[[package]]
15305name = "sysinfo"
15306version = "0.31.4"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15309dependencies = [
15310 "core-foundation-sys",
15311 "libc",
15312 "memchr",
15313 "ntapi",
15314 "rayon",
15315 "windows 0.57.0",
15316]
15317
15318[[package]]
15319name = "system-configuration"
15320version = "0.5.1"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15323dependencies = [
15324 "bitflags 1.3.2",
15325 "core-foundation 0.9.4",
15326 "system-configuration-sys 0.5.0",
15327]
15328
15329[[package]]
15330name = "system-configuration"
15331version = "0.6.1"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15334dependencies = [
15335 "bitflags 2.9.0",
15336 "core-foundation 0.9.4",
15337 "system-configuration-sys 0.6.0",
15338]
15339
15340[[package]]
15341name = "system-configuration-sys"
15342version = "0.5.0"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15345dependencies = [
15346 "core-foundation-sys",
15347 "libc",
15348]
15349
15350[[package]]
15351name = "system-configuration-sys"
15352version = "0.6.0"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15355dependencies = [
15356 "core-foundation-sys",
15357 "libc",
15358]
15359
15360[[package]]
15361name = "system-deps"
15362version = "6.2.2"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15365dependencies = [
15366 "cfg-expr",
15367 "heck 0.5.0",
15368 "pkg-config",
15369 "toml 0.8.20",
15370 "version-compare",
15371]
15372
15373[[package]]
15374name = "system-interface"
15375version = "0.27.3"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15378dependencies = [
15379 "bitflags 2.9.0",
15380 "cap-fs-ext",
15381 "cap-std",
15382 "fd-lock",
15383 "io-lifetimes",
15384 "rustix 0.38.44",
15385 "windows-sys 0.59.0",
15386 "winx",
15387]
15388
15389[[package]]
15390name = "tab_switcher"
15391version = "0.1.0"
15392dependencies = [
15393 "anyhow",
15394 "collections",
15395 "ctor",
15396 "editor",
15397 "env_logger 0.11.8",
15398 "fuzzy",
15399 "gpui",
15400 "language",
15401 "menu",
15402 "picker",
15403 "project",
15404 "schemars",
15405 "serde",
15406 "serde_json",
15407 "settings",
15408 "smol",
15409 "theme",
15410 "ui",
15411 "util",
15412 "workspace",
15413 "workspace-hack",
15414]
15415
15416[[package]]
15417name = "taffy"
15418version = "0.4.4"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15421dependencies = [
15422 "arrayvec",
15423 "grid",
15424 "num-traits",
15425 "serde",
15426 "slotmap",
15427]
15428
15429[[package]]
15430name = "take-until"
15431version = "0.2.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15434
15435[[package]]
15436name = "tao-core-video-sys"
15437version = "0.2.0"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15440dependencies = [
15441 "cfg-if",
15442 "core-foundation-sys",
15443 "libc",
15444 "objc",
15445]
15446
15447[[package]]
15448name = "tap"
15449version = "1.0.1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15452
15453[[package]]
15454name = "target-lexicon"
15455version = "0.12.16"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15458
15459[[package]]
15460name = "target-lexicon"
15461version = "0.13.2"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15464
15465[[package]]
15466name = "task"
15467version = "0.1.0"
15468dependencies = [
15469 "anyhow",
15470 "collections",
15471 "futures 0.3.31",
15472 "gpui",
15473 "hex",
15474 "parking_lot",
15475 "pretty_assertions",
15476 "proto",
15477 "schemars",
15478 "serde",
15479 "serde_json",
15480 "serde_json_lenient",
15481 "sha2",
15482 "shellexpand 2.1.2",
15483 "util",
15484 "workspace-hack",
15485 "zed_actions",
15486]
15487
15488[[package]]
15489name = "tasks_ui"
15490version = "0.1.0"
15491dependencies = [
15492 "anyhow",
15493 "collections",
15494 "editor",
15495 "file_icons",
15496 "fuzzy",
15497 "gpui",
15498 "itertools 0.14.0",
15499 "language",
15500 "menu",
15501 "picker",
15502 "project",
15503 "serde",
15504 "serde_json",
15505 "task",
15506 "tree-sitter-rust",
15507 "tree-sitter-typescript",
15508 "ui",
15509 "util",
15510 "workspace",
15511 "workspace-hack",
15512 "zed_actions",
15513]
15514
15515[[package]]
15516name = "telemetry"
15517version = "0.1.0"
15518dependencies = [
15519 "futures 0.3.31",
15520 "serde",
15521 "serde_json",
15522 "telemetry_events",
15523 "workspace-hack",
15524]
15525
15526[[package]]
15527name = "telemetry_events"
15528version = "0.1.0"
15529dependencies = [
15530 "semantic_version",
15531 "serde",
15532 "serde_json",
15533 "workspace-hack",
15534]
15535
15536[[package]]
15537name = "tempfile"
15538version = "3.20.0"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15541dependencies = [
15542 "fastrand 2.3.0",
15543 "getrandom 0.3.2",
15544 "once_cell",
15545 "rustix 1.0.7",
15546 "windows-sys 0.59.0",
15547]
15548
15549[[package]]
15550name = "tendril"
15551version = "0.4.3"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15554dependencies = [
15555 "futf",
15556 "mac",
15557 "utf-8",
15558]
15559
15560[[package]]
15561name = "termcolor"
15562version = "1.4.1"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15565dependencies = [
15566 "winapi-util",
15567]
15568
15569[[package]]
15570name = "terminal"
15571version = "0.1.0"
15572dependencies = [
15573 "alacritty_terminal",
15574 "anyhow",
15575 "collections",
15576 "dirs 4.0.0",
15577 "futures 0.3.31",
15578 "gpui",
15579 "libc",
15580 "rand 0.8.5",
15581 "regex",
15582 "release_channel",
15583 "schemars",
15584 "serde",
15585 "serde_derive",
15586 "settings",
15587 "smol",
15588 "sysinfo",
15589 "task",
15590 "theme",
15591 "thiserror 2.0.12",
15592 "util",
15593 "windows 0.61.1",
15594 "workspace-hack",
15595]
15596
15597[[package]]
15598name = "terminal_size"
15599version = "0.4.2"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15602dependencies = [
15603 "rustix 1.0.7",
15604 "windows-sys 0.59.0",
15605]
15606
15607[[package]]
15608name = "terminal_view"
15609version = "0.1.0"
15610dependencies = [
15611 "anyhow",
15612 "async-recursion 1.1.1",
15613 "breadcrumbs",
15614 "client",
15615 "collections",
15616 "db",
15617 "dirs 4.0.0",
15618 "editor",
15619 "futures 0.3.31",
15620 "gpui",
15621 "itertools 0.14.0",
15622 "language",
15623 "log",
15624 "project",
15625 "rand 0.8.5",
15626 "regex",
15627 "schemars",
15628 "search",
15629 "serde",
15630 "serde_json",
15631 "settings",
15632 "shellexpand 2.1.2",
15633 "smol",
15634 "task",
15635 "terminal",
15636 "theme",
15637 "ui",
15638 "util",
15639 "workspace",
15640 "workspace-hack",
15641 "zed_actions",
15642]
15643
15644[[package]]
15645name = "text"
15646version = "0.1.0"
15647dependencies = [
15648 "anyhow",
15649 "clock",
15650 "collections",
15651 "ctor",
15652 "env_logger 0.11.8",
15653 "gpui",
15654 "http_client",
15655 "log",
15656 "parking_lot",
15657 "postage",
15658 "rand 0.8.5",
15659 "regex",
15660 "rope",
15661 "smallvec",
15662 "sum_tree",
15663 "util",
15664 "workspace-hack",
15665]
15666
15667[[package]]
15668name = "theme"
15669version = "0.1.0"
15670dependencies = [
15671 "anyhow",
15672 "collections",
15673 "derive_more",
15674 "fs",
15675 "futures 0.3.31",
15676 "gpui",
15677 "indexmap",
15678 "log",
15679 "palette",
15680 "parking_lot",
15681 "refineable",
15682 "schemars",
15683 "serde",
15684 "serde_derive",
15685 "serde_json",
15686 "serde_json_lenient",
15687 "serde_repr",
15688 "settings",
15689 "strum 0.27.1",
15690 "thiserror 2.0.12",
15691 "util",
15692 "uuid",
15693 "workspace-hack",
15694]
15695
15696[[package]]
15697name = "theme_extension"
15698version = "0.1.0"
15699dependencies = [
15700 "anyhow",
15701 "extension",
15702 "fs",
15703 "gpui",
15704 "theme",
15705 "workspace-hack",
15706]
15707
15708[[package]]
15709name = "theme_importer"
15710version = "0.1.0"
15711dependencies = [
15712 "anyhow",
15713 "clap",
15714 "gpui",
15715 "indexmap",
15716 "log",
15717 "palette",
15718 "rust-embed",
15719 "serde",
15720 "serde_json",
15721 "serde_json_lenient",
15722 "simplelog",
15723 "strum 0.27.1",
15724 "theme",
15725 "vscode_theme",
15726 "workspace-hack",
15727]
15728
15729[[package]]
15730name = "theme_selector"
15731version = "0.1.0"
15732dependencies = [
15733 "fs",
15734 "fuzzy",
15735 "gpui",
15736 "log",
15737 "picker",
15738 "serde",
15739 "settings",
15740 "telemetry",
15741 "theme",
15742 "ui",
15743 "util",
15744 "workspace",
15745 "workspace-hack",
15746 "zed_actions",
15747]
15748
15749[[package]]
15750name = "thiserror"
15751version = "1.0.69"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15754dependencies = [
15755 "thiserror-impl 1.0.69",
15756]
15757
15758[[package]]
15759name = "thiserror"
15760version = "2.0.12"
15761source = "registry+https://github.com/rust-lang/crates.io-index"
15762checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15763dependencies = [
15764 "thiserror-impl 2.0.12",
15765]
15766
15767[[package]]
15768name = "thiserror-impl"
15769version = "1.0.69"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15772dependencies = [
15773 "proc-macro2",
15774 "quote",
15775 "syn 2.0.101",
15776]
15777
15778[[package]]
15779name = "thiserror-impl"
15780version = "2.0.12"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15783dependencies = [
15784 "proc-macro2",
15785 "quote",
15786 "syn 2.0.101",
15787]
15788
15789[[package]]
15790name = "thread_local"
15791version = "1.1.8"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15794dependencies = [
15795 "cfg-if",
15796 "once_cell",
15797]
15798
15799[[package]]
15800name = "tiff"
15801version = "0.9.1"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15804dependencies = [
15805 "flate2",
15806 "jpeg-decoder",
15807 "weezl",
15808]
15809
15810[[package]]
15811name = "tiktoken-rs"
15812version = "0.7.0"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15815dependencies = [
15816 "anyhow",
15817 "base64 0.22.1",
15818 "bstr",
15819 "fancy-regex 0.13.0",
15820 "lazy_static",
15821 "regex",
15822 "rustc-hash 1.1.0",
15823]
15824
15825[[package]]
15826name = "time"
15827version = "0.3.41"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15830dependencies = [
15831 "deranged",
15832 "itoa",
15833 "libc",
15834 "num-conv",
15835 "num_threads",
15836 "powerfmt",
15837 "serde",
15838 "time-core",
15839 "time-macros",
15840]
15841
15842[[package]]
15843name = "time-core"
15844version = "0.1.4"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15847
15848[[package]]
15849name = "time-macros"
15850version = "0.2.22"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15853dependencies = [
15854 "num-conv",
15855 "time-core",
15856]
15857
15858[[package]]
15859name = "time_format"
15860version = "0.1.0"
15861dependencies = [
15862 "core-foundation 0.10.0",
15863 "core-foundation-sys",
15864 "sys-locale",
15865 "time",
15866 "workspace-hack",
15867]
15868
15869[[package]]
15870name = "tiny-keccak"
15871version = "2.0.2"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15874dependencies = [
15875 "crunchy",
15876]
15877
15878[[package]]
15879name = "tiny-skia"
15880version = "0.11.4"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15883dependencies = [
15884 "arrayref",
15885 "arrayvec",
15886 "bytemuck",
15887 "cfg-if",
15888 "log",
15889 "png",
15890 "tiny-skia-path",
15891]
15892
15893[[package]]
15894name = "tiny-skia-path"
15895version = "0.11.4"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15898dependencies = [
15899 "arrayref",
15900 "bytemuck",
15901 "strict-num",
15902]
15903
15904[[package]]
15905name = "tiny_http"
15906version = "0.8.2"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15909dependencies = [
15910 "ascii",
15911 "chrono",
15912 "chunked_transfer",
15913 "log",
15914 "url",
15915]
15916
15917[[package]]
15918name = "tinystr"
15919version = "0.7.6"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15922dependencies = [
15923 "displaydoc",
15924 "zerovec",
15925]
15926
15927[[package]]
15928name = "tinytemplate"
15929version = "1.2.1"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15932dependencies = [
15933 "serde",
15934 "serde_json",
15935]
15936
15937[[package]]
15938name = "tinyvec"
15939version = "1.9.0"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15942dependencies = [
15943 "tinyvec_macros",
15944]
15945
15946[[package]]
15947name = "tinyvec_macros"
15948version = "0.1.1"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15951
15952[[package]]
15953name = "title_bar"
15954version = "0.1.0"
15955dependencies = [
15956 "auto_update",
15957 "call",
15958 "chrono",
15959 "client",
15960 "collections",
15961 "db",
15962 "gpui",
15963 "http_client",
15964 "notifications",
15965 "pretty_assertions",
15966 "project",
15967 "remote",
15968 "rpc",
15969 "schemars",
15970 "serde",
15971 "settings",
15972 "smallvec",
15973 "story",
15974 "telemetry",
15975 "theme",
15976 "tree-sitter-md",
15977 "ui",
15978 "util",
15979 "windows 0.61.1",
15980 "workspace",
15981 "workspace-hack",
15982 "zed_actions",
15983]
15984
15985[[package]]
15986name = "tokio"
15987version = "1.44.2"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
15990dependencies = [
15991 "backtrace",
15992 "bytes 1.10.1",
15993 "libc",
15994 "mio",
15995 "parking_lot",
15996 "pin-project-lite",
15997 "signal-hook-registry",
15998 "socket2",
15999 "tokio-macros",
16000 "windows-sys 0.52.0",
16001]
16002
16003[[package]]
16004name = "tokio-io"
16005version = "0.1.13"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16008dependencies = [
16009 "bytes 0.4.12",
16010 "futures 0.1.31",
16011 "log",
16012]
16013
16014[[package]]
16015name = "tokio-macros"
16016version = "2.5.0"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16019dependencies = [
16020 "proc-macro2",
16021 "quote",
16022 "syn 2.0.101",
16023]
16024
16025[[package]]
16026name = "tokio-native-tls"
16027version = "0.3.1"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16030dependencies = [
16031 "native-tls",
16032 "tokio",
16033]
16034
16035[[package]]
16036name = "tokio-rustls"
16037version = "0.24.1"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16040dependencies = [
16041 "rustls 0.21.12",
16042 "tokio",
16043]
16044
16045[[package]]
16046name = "tokio-rustls"
16047version = "0.26.2"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16050dependencies = [
16051 "rustls 0.23.26",
16052 "tokio",
16053]
16054
16055[[package]]
16056name = "tokio-socks"
16057version = "0.5.2"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16060dependencies = [
16061 "either",
16062 "futures-io",
16063 "futures-util",
16064 "thiserror 1.0.69",
16065 "tokio",
16066]
16067
16068[[package]]
16069name = "tokio-stream"
16070version = "0.1.17"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16073dependencies = [
16074 "futures-core",
16075 "pin-project-lite",
16076 "tokio",
16077]
16078
16079[[package]]
16080name = "tokio-tungstenite"
16081version = "0.20.1"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16084dependencies = [
16085 "futures-util",
16086 "log",
16087 "tokio",
16088 "tungstenite 0.20.1",
16089]
16090
16091[[package]]
16092name = "tokio-tungstenite"
16093version = "0.21.0"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16096dependencies = [
16097 "futures-util",
16098 "log",
16099 "tokio",
16100 "tungstenite 0.21.0",
16101]
16102
16103[[package]]
16104name = "tokio-tungstenite"
16105version = "0.26.2"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16108dependencies = [
16109 "futures-util",
16110 "log",
16111 "rustls 0.23.26",
16112 "rustls-pki-types",
16113 "tokio",
16114 "tokio-rustls 0.26.2",
16115 "tungstenite 0.26.2",
16116]
16117
16118[[package]]
16119name = "tokio-util"
16120version = "0.7.14"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16123dependencies = [
16124 "bytes 1.10.1",
16125 "futures-core",
16126 "futures-io",
16127 "futures-sink",
16128 "pin-project-lite",
16129 "tokio",
16130]
16131
16132[[package]]
16133name = "toml"
16134version = "0.5.11"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16137dependencies = [
16138 "serde",
16139]
16140
16141[[package]]
16142name = "toml"
16143version = "0.8.20"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16146dependencies = [
16147 "serde",
16148 "serde_spanned",
16149 "toml_datetime",
16150 "toml_edit",
16151]
16152
16153[[package]]
16154name = "toml_datetime"
16155version = "0.6.9"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16158dependencies = [
16159 "serde",
16160]
16161
16162[[package]]
16163name = "toml_edit"
16164version = "0.22.26"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16167dependencies = [
16168 "indexmap",
16169 "serde",
16170 "serde_spanned",
16171 "toml_datetime",
16172 "toml_write",
16173 "winnow",
16174]
16175
16176[[package]]
16177name = "toml_write"
16178version = "0.1.1"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16181
16182[[package]]
16183name = "toolchain_selector"
16184version = "0.1.0"
16185dependencies = [
16186 "editor",
16187 "fuzzy",
16188 "gpui",
16189 "language",
16190 "picker",
16191 "project",
16192 "ui",
16193 "util",
16194 "workspace",
16195 "workspace-hack",
16196]
16197
16198[[package]]
16199name = "topological-sort"
16200version = "0.2.2"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16203
16204[[package]]
16205name = "tower"
16206version = "0.4.13"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16209dependencies = [
16210 "futures-core",
16211 "futures-util",
16212 "pin-project",
16213 "pin-project-lite",
16214 "tokio",
16215 "tower-layer",
16216 "tower-service",
16217 "tracing",
16218]
16219
16220[[package]]
16221name = "tower"
16222version = "0.5.2"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16225dependencies = [
16226 "futures-core",
16227 "futures-util",
16228 "pin-project-lite",
16229 "sync_wrapper 1.0.2",
16230 "tokio",
16231 "tower-layer",
16232 "tower-service",
16233]
16234
16235[[package]]
16236name = "tower-http"
16237version = "0.3.5"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16240dependencies = [
16241 "bitflags 1.3.2",
16242 "bytes 1.10.1",
16243 "futures-core",
16244 "futures-util",
16245 "http 0.2.12",
16246 "http-body 0.4.6",
16247 "http-range-header",
16248 "pin-project-lite",
16249 "tower-layer",
16250 "tower-service",
16251]
16252
16253[[package]]
16254name = "tower-http"
16255version = "0.4.4"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16258dependencies = [
16259 "bitflags 2.9.0",
16260 "bytes 1.10.1",
16261 "futures-core",
16262 "futures-util",
16263 "http 0.2.12",
16264 "http-body 0.4.6",
16265 "http-range-header",
16266 "pin-project-lite",
16267 "tower-layer",
16268 "tower-service",
16269 "tracing",
16270]
16271
16272[[package]]
16273name = "tower-layer"
16274version = "0.3.3"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16277
16278[[package]]
16279name = "tower-service"
16280version = "0.3.3"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16283
16284[[package]]
16285name = "tracing"
16286version = "0.1.41"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16289dependencies = [
16290 "log",
16291 "pin-project-lite",
16292 "tracing-attributes",
16293 "tracing-core",
16294]
16295
16296[[package]]
16297name = "tracing-attributes"
16298version = "0.1.28"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16301dependencies = [
16302 "proc-macro2",
16303 "quote",
16304 "syn 2.0.101",
16305]
16306
16307[[package]]
16308name = "tracing-core"
16309version = "0.1.33"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16312dependencies = [
16313 "once_cell",
16314 "valuable",
16315]
16316
16317[[package]]
16318name = "tracing-log"
16319version = "0.2.0"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16322dependencies = [
16323 "log",
16324 "once_cell",
16325 "tracing-core",
16326]
16327
16328[[package]]
16329name = "tracing-serde"
16330version = "0.2.0"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16333dependencies = [
16334 "serde",
16335 "tracing-core",
16336]
16337
16338[[package]]
16339name = "tracing-subscriber"
16340version = "0.3.19"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16343dependencies = [
16344 "matchers",
16345 "nu-ansi-term",
16346 "once_cell",
16347 "regex",
16348 "serde",
16349 "serde_json",
16350 "sharded-slab",
16351 "smallvec",
16352 "thread_local",
16353 "tracing",
16354 "tracing-core",
16355 "tracing-log",
16356 "tracing-serde",
16357]
16358
16359[[package]]
16360name = "trait-variant"
16361version = "0.1.2"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16364dependencies = [
16365 "proc-macro2",
16366 "quote",
16367 "syn 2.0.101",
16368]
16369
16370[[package]]
16371name = "tree-sitter"
16372version = "0.25.3"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16375dependencies = [
16376 "cc",
16377 "regex",
16378 "regex-syntax 0.8.5",
16379 "serde_json",
16380 "streaming-iterator",
16381 "tree-sitter-language",
16382 "wasmtime-c-api-impl",
16383]
16384
16385[[package]]
16386name = "tree-sitter-bash"
16387version = "0.23.3"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16390dependencies = [
16391 "cc",
16392 "tree-sitter-language",
16393]
16394
16395[[package]]
16396name = "tree-sitter-c"
16397version = "0.23.4"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16400dependencies = [
16401 "cc",
16402 "tree-sitter-language",
16403]
16404
16405[[package]]
16406name = "tree-sitter-cpp"
16407version = "0.23.4"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16410dependencies = [
16411 "cc",
16412 "tree-sitter-language",
16413]
16414
16415[[package]]
16416name = "tree-sitter-css"
16417version = "0.23.2"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16420dependencies = [
16421 "cc",
16422 "tree-sitter-language",
16423]
16424
16425[[package]]
16426name = "tree-sitter-diff"
16427version = "0.1.0"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16430dependencies = [
16431 "cc",
16432 "tree-sitter-language",
16433]
16434
16435[[package]]
16436name = "tree-sitter-elixir"
16437version = "0.3.4"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16440dependencies = [
16441 "cc",
16442 "tree-sitter-language",
16443]
16444
16445[[package]]
16446name = "tree-sitter-embedded-template"
16447version = "0.23.2"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16450dependencies = [
16451 "cc",
16452 "tree-sitter-language",
16453]
16454
16455[[package]]
16456name = "tree-sitter-gitcommit"
16457version = "0.0.1"
16458source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16459dependencies = [
16460 "cc",
16461 "tree-sitter-language",
16462]
16463
16464[[package]]
16465name = "tree-sitter-go"
16466version = "0.23.4"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16469dependencies = [
16470 "cc",
16471 "tree-sitter-language",
16472]
16473
16474[[package]]
16475name = "tree-sitter-gomod"
16476version = "1.1.1"
16477source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16478dependencies = [
16479 "cc",
16480 "tree-sitter-language",
16481]
16482
16483[[package]]
16484name = "tree-sitter-gowork"
16485version = "0.0.1"
16486source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16487dependencies = [
16488 "cc",
16489 "tree-sitter-language",
16490]
16491
16492[[package]]
16493name = "tree-sitter-heex"
16494version = "0.0.1"
16495source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16496dependencies = [
16497 "cc",
16498 "tree-sitter-language",
16499]
16500
16501[[package]]
16502name = "tree-sitter-html"
16503version = "0.23.2"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16506dependencies = [
16507 "cc",
16508 "tree-sitter-language",
16509]
16510
16511[[package]]
16512name = "tree-sitter-jsdoc"
16513version = "0.23.2"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16516dependencies = [
16517 "cc",
16518 "tree-sitter-language",
16519]
16520
16521[[package]]
16522name = "tree-sitter-json"
16523version = "0.24.8"
16524source = "registry+https://github.com/rust-lang/crates.io-index"
16525checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16526dependencies = [
16527 "cc",
16528 "tree-sitter-language",
16529]
16530
16531[[package]]
16532name = "tree-sitter-language"
16533version = "0.1.5"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16536
16537[[package]]
16538name = "tree-sitter-md"
16539version = "0.3.2"
16540source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16541dependencies = [
16542 "cc",
16543 "tree-sitter-language",
16544]
16545
16546[[package]]
16547name = "tree-sitter-python"
16548version = "0.23.6"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16551dependencies = [
16552 "cc",
16553 "tree-sitter-language",
16554]
16555
16556[[package]]
16557name = "tree-sitter-regex"
16558version = "0.24.3"
16559source = "registry+https://github.com/rust-lang/crates.io-index"
16560checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16561dependencies = [
16562 "cc",
16563 "tree-sitter-language",
16564]
16565
16566[[package]]
16567name = "tree-sitter-ruby"
16568version = "0.23.1"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16571dependencies = [
16572 "cc",
16573 "tree-sitter-language",
16574]
16575
16576[[package]]
16577name = "tree-sitter-rust"
16578version = "0.24.0"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16581dependencies = [
16582 "cc",
16583 "tree-sitter-language",
16584]
16585
16586[[package]]
16587name = "tree-sitter-typescript"
16588version = "0.23.2"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16591dependencies = [
16592 "cc",
16593 "tree-sitter-language",
16594]
16595
16596[[package]]
16597name = "tree-sitter-yaml"
16598version = "0.6.1"
16599source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16600dependencies = [
16601 "cc",
16602 "tree-sitter-language",
16603]
16604
16605[[package]]
16606name = "try-lock"
16607version = "0.2.5"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16610
16611[[package]]
16612name = "ttf-parser"
16613version = "0.20.0"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16616
16617[[package]]
16618name = "ttf-parser"
16619version = "0.21.1"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16622
16623[[package]]
16624name = "ttf-parser"
16625version = "0.25.1"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16628dependencies = [
16629 "core_maths",
16630]
16631
16632[[package]]
16633name = "tungstenite"
16634version = "0.20.1"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16637dependencies = [
16638 "byteorder",
16639 "bytes 1.10.1",
16640 "data-encoding",
16641 "http 0.2.12",
16642 "httparse",
16643 "log",
16644 "rand 0.8.5",
16645 "sha1",
16646 "thiserror 1.0.69",
16647 "url",
16648 "utf-8",
16649]
16650
16651[[package]]
16652name = "tungstenite"
16653version = "0.21.0"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16656dependencies = [
16657 "byteorder",
16658 "bytes 1.10.1",
16659 "data-encoding",
16660 "http 1.3.1",
16661 "httparse",
16662 "log",
16663 "rand 0.8.5",
16664 "sha1",
16665 "thiserror 1.0.69",
16666 "url",
16667 "utf-8",
16668]
16669
16670[[package]]
16671name = "tungstenite"
16672version = "0.26.2"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16675dependencies = [
16676 "bytes 1.10.1",
16677 "data-encoding",
16678 "http 1.3.1",
16679 "httparse",
16680 "log",
16681 "rand 0.9.1",
16682 "rustls 0.23.26",
16683 "rustls-pki-types",
16684 "sha1",
16685 "thiserror 2.0.12",
16686 "utf-8",
16687]
16688
16689[[package]]
16690name = "typeid"
16691version = "1.0.3"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16694
16695[[package]]
16696name = "typenum"
16697version = "1.18.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16700
16701[[package]]
16702name = "ucd-trie"
16703version = "0.1.7"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16706
16707[[package]]
16708name = "uds_windows"
16709version = "1.1.0"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16712dependencies = [
16713 "memoffset",
16714 "tempfile",
16715 "winapi",
16716]
16717
16718[[package]]
16719name = "ui"
16720version = "0.1.0"
16721dependencies = [
16722 "chrono",
16723 "component",
16724 "documented",
16725 "gpui",
16726 "icons",
16727 "itertools 0.14.0",
16728 "menu",
16729 "serde",
16730 "settings",
16731 "smallvec",
16732 "story",
16733 "strum 0.27.1",
16734 "theme",
16735 "ui_macros",
16736 "util",
16737 "windows 0.61.1",
16738 "workspace-hack",
16739]
16740
16741[[package]]
16742name = "ui_input"
16743version = "0.1.0"
16744dependencies = [
16745 "component",
16746 "editor",
16747 "gpui",
16748 "settings",
16749 "theme",
16750 "ui",
16751 "workspace-hack",
16752]
16753
16754[[package]]
16755name = "ui_macros"
16756version = "0.1.0"
16757dependencies = [
16758 "quote",
16759 "syn 1.0.109",
16760 "workspace-hack",
16761]
16762
16763[[package]]
16764name = "ui_prompt"
16765version = "0.1.0"
16766dependencies = [
16767 "gpui",
16768 "markdown",
16769 "menu",
16770 "settings",
16771 "theme",
16772 "ui",
16773 "workspace",
16774 "workspace-hack",
16775]
16776
16777[[package]]
16778name = "uluru"
16779version = "3.1.0"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16782dependencies = [
16783 "arrayvec",
16784]
16785
16786[[package]]
16787name = "unicase"
16788version = "2.8.1"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16791
16792[[package]]
16793name = "unicode-bidi"
16794version = "0.3.18"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16797
16798[[package]]
16799name = "unicode-bidi-mirroring"
16800version = "0.2.0"
16801source = "registry+https://github.com/rust-lang/crates.io-index"
16802checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16803
16804[[package]]
16805name = "unicode-bidi-mirroring"
16806version = "0.4.0"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16809
16810[[package]]
16811name = "unicode-bom"
16812version = "2.0.3"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16815
16816[[package]]
16817name = "unicode-ccc"
16818version = "0.2.0"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16821
16822[[package]]
16823name = "unicode-ccc"
16824version = "0.4.0"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16827
16828[[package]]
16829name = "unicode-ident"
16830version = "1.0.18"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16833
16834[[package]]
16835name = "unicode-linebreak"
16836version = "0.1.5"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16839
16840[[package]]
16841name = "unicode-normalization"
16842version = "0.1.24"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16845dependencies = [
16846 "tinyvec",
16847]
16848
16849[[package]]
16850name = "unicode-properties"
16851version = "0.1.3"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16854
16855[[package]]
16856name = "unicode-script"
16857version = "0.5.7"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16860
16861[[package]]
16862name = "unicode-segmentation"
16863version = "1.12.0"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16866
16867[[package]]
16868name = "unicode-vo"
16869version = "0.1.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16872
16873[[package]]
16874name = "unicode-width"
16875version = "0.1.14"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16878
16879[[package]]
16880name = "unicode-width"
16881version = "0.2.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16884
16885[[package]]
16886name = "unicode-xid"
16887version = "0.2.6"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16890
16891[[package]]
16892name = "unicode_categories"
16893version = "0.1.1"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16896
16897[[package]]
16898name = "unindent"
16899version = "0.2.4"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16902
16903[[package]]
16904name = "untrusted"
16905version = "0.9.0"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16908
16909[[package]]
16910name = "url"
16911version = "2.5.4"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16914dependencies = [
16915 "form_urlencoded",
16916 "idna",
16917 "percent-encoding",
16918 "serde",
16919]
16920
16921[[package]]
16922name = "urlencoding"
16923version = "2.1.3"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16926
16927[[package]]
16928name = "usvg"
16929version = "0.45.1"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16932dependencies = [
16933 "base64 0.22.1",
16934 "data-url",
16935 "flate2",
16936 "fontdb 0.23.0",
16937 "imagesize",
16938 "kurbo",
16939 "log",
16940 "pico-args",
16941 "roxmltree",
16942 "rustybuzz 0.20.1",
16943 "simplecss",
16944 "siphasher",
16945 "strict-num",
16946 "svgtypes",
16947 "tiny-skia-path",
16948 "unicode-bidi",
16949 "unicode-script",
16950 "unicode-vo",
16951 "xmlwriter",
16952]
16953
16954[[package]]
16955name = "utf-8"
16956version = "0.7.6"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
16959
16960[[package]]
16961name = "utf16_iter"
16962version = "1.0.5"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
16965
16966[[package]]
16967name = "utf8_iter"
16968version = "1.0.4"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
16971
16972[[package]]
16973name = "utf8parse"
16974version = "0.2.2"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
16977
16978[[package]]
16979name = "util"
16980version = "0.1.0"
16981dependencies = [
16982 "anyhow",
16983 "async-fs",
16984 "collections",
16985 "dirs 4.0.0",
16986 "dunce",
16987 "futures 0.3.31",
16988 "futures-lite 1.13.0",
16989 "git2",
16990 "globset",
16991 "itertools 0.14.0",
16992 "libc",
16993 "log",
16994 "rand 0.8.5",
16995 "regex",
16996 "rust-embed",
16997 "serde",
16998 "serde_json",
16999 "smol",
17000 "take-until",
17001 "tempfile",
17002 "tendril",
17003 "unicase",
17004 "util_macros",
17005 "workspace-hack",
17006]
17007
17008[[package]]
17009name = "util_macros"
17010version = "0.1.0"
17011dependencies = [
17012 "quote",
17013 "syn 1.0.109",
17014 "workspace-hack",
17015]
17016
17017[[package]]
17018name = "uuid"
17019version = "1.16.0"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17022dependencies = [
17023 "getrandom 0.3.2",
17024 "serde",
17025 "sha1_smol",
17026]
17027
17028[[package]]
17029name = "uuid-simd"
17030version = "0.8.0"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17033dependencies = [
17034 "outref",
17035 "uuid",
17036 "vsimd",
17037]
17038
17039[[package]]
17040name = "v_frame"
17041version = "0.3.8"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17044dependencies = [
17045 "aligned-vec",
17046 "num-traits",
17047 "wasm-bindgen",
17048]
17049
17050[[package]]
17051name = "valuable"
17052version = "0.1.1"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17055
17056[[package]]
17057name = "value-bag"
17058version = "1.11.1"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17061dependencies = [
17062 "value-bag-serde1",
17063 "value-bag-sval2",
17064]
17065
17066[[package]]
17067name = "value-bag-serde1"
17068version = "1.11.1"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17071dependencies = [
17072 "erased-serde",
17073 "serde",
17074 "serde_fmt",
17075]
17076
17077[[package]]
17078name = "value-bag-sval2"
17079version = "1.11.1"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17082dependencies = [
17083 "sval",
17084 "sval_buffer",
17085 "sval_dynamic",
17086 "sval_fmt",
17087 "sval_json",
17088 "sval_ref",
17089 "sval_serde",
17090]
17091
17092[[package]]
17093name = "vcpkg"
17094version = "0.2.15"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17097
17098[[package]]
17099name = "version-compare"
17100version = "0.2.0"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17103
17104[[package]]
17105name = "version_check"
17106version = "0.9.5"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17109
17110[[package]]
17111name = "vim"
17112version = "0.1.0"
17113dependencies = [
17114 "anyhow",
17115 "assets",
17116 "async-compat",
17117 "async-trait",
17118 "collections",
17119 "command_palette",
17120 "command_palette_hooks",
17121 "db",
17122 "editor",
17123 "futures 0.3.31",
17124 "git_ui",
17125 "gpui",
17126 "indoc",
17127 "itertools 0.14.0",
17128 "language",
17129 "log",
17130 "lsp",
17131 "multi_buffer",
17132 "nvim-rs",
17133 "parking_lot",
17134 "picker",
17135 "project",
17136 "project_panel",
17137 "regex",
17138 "release_channel",
17139 "schemars",
17140 "search",
17141 "serde",
17142 "serde_derive",
17143 "serde_json",
17144 "settings",
17145 "task",
17146 "text",
17147 "theme",
17148 "tokio",
17149 "ui",
17150 "util",
17151 "vim_mode_setting",
17152 "workspace",
17153 "workspace-hack",
17154 "zed_actions",
17155]
17156
17157[[package]]
17158name = "vim_mode_setting"
17159version = "0.1.0"
17160dependencies = [
17161 "anyhow",
17162 "gpui",
17163 "settings",
17164 "workspace-hack",
17165]
17166
17167[[package]]
17168name = "vscode_theme"
17169version = "0.2.0"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17172dependencies = [
17173 "serde",
17174]
17175
17176[[package]]
17177name = "vsimd"
17178version = "0.8.0"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17181
17182[[package]]
17183name = "vswhom"
17184version = "0.1.0"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17187dependencies = [
17188 "libc",
17189 "vswhom-sys",
17190]
17191
17192[[package]]
17193name = "vswhom-sys"
17194version = "0.1.3"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17197dependencies = [
17198 "cc",
17199 "libc",
17200]
17201
17202[[package]]
17203name = "vte"
17204version = "0.15.0"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17207dependencies = [
17208 "arrayvec",
17209 "bitflags 2.9.0",
17210 "cursor-icon",
17211 "log",
17212 "memchr",
17213 "serde",
17214]
17215
17216[[package]]
17217name = "waker-fn"
17218version = "1.2.0"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17221
17222[[package]]
17223name = "walkdir"
17224version = "2.5.0"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17227dependencies = [
17228 "same-file",
17229 "winapi-util",
17230]
17231
17232[[package]]
17233name = "want"
17234version = "0.3.1"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17237dependencies = [
17238 "try-lock",
17239]
17240
17241[[package]]
17242name = "warp"
17243version = "0.3.7"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17246dependencies = [
17247 "bytes 1.10.1",
17248 "futures-channel",
17249 "futures-util",
17250 "headers",
17251 "http 0.2.12",
17252 "hyper 0.14.32",
17253 "log",
17254 "mime",
17255 "mime_guess",
17256 "percent-encoding",
17257 "pin-project",
17258 "scoped-tls",
17259 "serde",
17260 "serde_json",
17261 "serde_urlencoded",
17262 "tokio",
17263 "tokio-tungstenite 0.21.0",
17264 "tokio-util",
17265 "tower-service",
17266 "tracing",
17267]
17268
17269[[package]]
17270name = "wasi"
17271version = "0.9.0+wasi-snapshot-preview1"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17274
17275[[package]]
17276name = "wasi"
17277version = "0.11.0+wasi-snapshot-preview1"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17280
17281[[package]]
17282name = "wasi"
17283version = "0.14.2+wasi-0.2.4"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17286dependencies = [
17287 "wit-bindgen-rt 0.39.0",
17288]
17289
17290[[package]]
17291name = "wasi-preview1-component-adapter-provider"
17292version = "29.0.1"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17295
17296[[package]]
17297name = "wasite"
17298version = "0.1.0"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17301
17302[[package]]
17303name = "wasm-bindgen"
17304version = "0.2.100"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17307dependencies = [
17308 "cfg-if",
17309 "once_cell",
17310 "rustversion",
17311 "wasm-bindgen-macro",
17312]
17313
17314[[package]]
17315name = "wasm-bindgen-backend"
17316version = "0.2.100"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17319dependencies = [
17320 "bumpalo",
17321 "log",
17322 "proc-macro2",
17323 "quote",
17324 "syn 2.0.101",
17325 "wasm-bindgen-shared",
17326]
17327
17328[[package]]
17329name = "wasm-bindgen-futures"
17330version = "0.4.50"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17333dependencies = [
17334 "cfg-if",
17335 "js-sys",
17336 "once_cell",
17337 "wasm-bindgen",
17338 "web-sys",
17339]
17340
17341[[package]]
17342name = "wasm-bindgen-macro"
17343version = "0.2.100"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17346dependencies = [
17347 "quote",
17348 "wasm-bindgen-macro-support",
17349]
17350
17351[[package]]
17352name = "wasm-bindgen-macro-support"
17353version = "0.2.100"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17356dependencies = [
17357 "proc-macro2",
17358 "quote",
17359 "syn 2.0.101",
17360 "wasm-bindgen-backend",
17361 "wasm-bindgen-shared",
17362]
17363
17364[[package]]
17365name = "wasm-bindgen-shared"
17366version = "0.2.100"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17369dependencies = [
17370 "unicode-ident",
17371]
17372
17373[[package]]
17374name = "wasm-encoder"
17375version = "0.201.0"
17376source = "registry+https://github.com/rust-lang/crates.io-index"
17377checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17378dependencies = [
17379 "leb128",
17380]
17381
17382[[package]]
17383name = "wasm-encoder"
17384version = "0.221.3"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17387dependencies = [
17388 "leb128",
17389 "wasmparser 0.221.3",
17390]
17391
17392[[package]]
17393name = "wasm-encoder"
17394version = "0.227.1"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17397dependencies = [
17398 "leb128fmt",
17399 "wasmparser 0.227.1",
17400]
17401
17402[[package]]
17403name = "wasm-metadata"
17404version = "0.201.0"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17407dependencies = [
17408 "anyhow",
17409 "indexmap",
17410 "serde",
17411 "serde_derive",
17412 "serde_json",
17413 "spdx",
17414 "wasm-encoder 0.201.0",
17415 "wasmparser 0.201.0",
17416]
17417
17418[[package]]
17419name = "wasm-metadata"
17420version = "0.221.3"
17421source = "registry+https://github.com/rust-lang/crates.io-index"
17422checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17423dependencies = [
17424 "anyhow",
17425 "indexmap",
17426 "serde",
17427 "serde_derive",
17428 "serde_json",
17429 "spdx",
17430 "wasm-encoder 0.221.3",
17431 "wasmparser 0.221.3",
17432]
17433
17434[[package]]
17435name = "wasm-metadata"
17436version = "0.227.1"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17439dependencies = [
17440 "anyhow",
17441 "auditable-serde",
17442 "flate2",
17443 "indexmap",
17444 "serde",
17445 "serde_derive",
17446 "serde_json",
17447 "spdx",
17448 "url",
17449 "wasm-encoder 0.227.1",
17450 "wasmparser 0.227.1",
17451]
17452
17453[[package]]
17454name = "wasm-streams"
17455version = "0.4.2"
17456source = "registry+https://github.com/rust-lang/crates.io-index"
17457checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17458dependencies = [
17459 "futures-util",
17460 "js-sys",
17461 "wasm-bindgen",
17462 "wasm-bindgen-futures",
17463 "web-sys",
17464]
17465
17466[[package]]
17467name = "wasmparser"
17468version = "0.201.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17471dependencies = [
17472 "bitflags 2.9.0",
17473 "indexmap",
17474 "semver",
17475]
17476
17477[[package]]
17478name = "wasmparser"
17479version = "0.221.3"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17482dependencies = [
17483 "bitflags 2.9.0",
17484 "hashbrown 0.15.3",
17485 "indexmap",
17486 "semver",
17487 "serde",
17488]
17489
17490[[package]]
17491name = "wasmparser"
17492version = "0.227.1"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17495dependencies = [
17496 "bitflags 2.9.0",
17497 "hashbrown 0.15.3",
17498 "indexmap",
17499 "semver",
17500]
17501
17502[[package]]
17503name = "wasmprinter"
17504version = "0.221.3"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17507dependencies = [
17508 "anyhow",
17509 "termcolor",
17510 "wasmparser 0.221.3",
17511]
17512
17513[[package]]
17514name = "wasmtime"
17515version = "29.0.1"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17518dependencies = [
17519 "anyhow",
17520 "async-trait",
17521 "bitflags 2.9.0",
17522 "bumpalo",
17523 "cc",
17524 "cfg-if",
17525 "encoding_rs",
17526 "hashbrown 0.14.5",
17527 "indexmap",
17528 "libc",
17529 "log",
17530 "mach2",
17531 "memfd",
17532 "object",
17533 "once_cell",
17534 "paste",
17535 "postcard",
17536 "psm",
17537 "pulley-interpreter",
17538 "rayon",
17539 "rustix 0.38.44",
17540 "semver",
17541 "serde",
17542 "serde_derive",
17543 "smallvec",
17544 "sptr",
17545 "target-lexicon 0.13.2",
17546 "trait-variant",
17547 "wasmparser 0.221.3",
17548 "wasmtime-asm-macros",
17549 "wasmtime-component-macro",
17550 "wasmtime-component-util",
17551 "wasmtime-cranelift",
17552 "wasmtime-environ",
17553 "wasmtime-fiber",
17554 "wasmtime-jit-icache-coherence",
17555 "wasmtime-math",
17556 "wasmtime-slab",
17557 "wasmtime-versioned-export-macros",
17558 "wasmtime-winch",
17559 "windows-sys 0.59.0",
17560]
17561
17562[[package]]
17563name = "wasmtime-asm-macros"
17564version = "29.0.1"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17567dependencies = [
17568 "cfg-if",
17569]
17570
17571[[package]]
17572name = "wasmtime-c-api-impl"
17573version = "29.0.1"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17576dependencies = [
17577 "anyhow",
17578 "log",
17579 "tracing",
17580 "wasmtime",
17581 "wasmtime-c-api-macros",
17582]
17583
17584[[package]]
17585name = "wasmtime-c-api-macros"
17586version = "29.0.1"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17589dependencies = [
17590 "proc-macro2",
17591 "quote",
17592]
17593
17594[[package]]
17595name = "wasmtime-component-macro"
17596version = "29.0.1"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17599dependencies = [
17600 "anyhow",
17601 "proc-macro2",
17602 "quote",
17603 "syn 2.0.101",
17604 "wasmtime-component-util",
17605 "wasmtime-wit-bindgen",
17606 "wit-parser 0.221.3",
17607]
17608
17609[[package]]
17610name = "wasmtime-component-util"
17611version = "29.0.1"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17614
17615[[package]]
17616name = "wasmtime-cranelift"
17617version = "29.0.1"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17620dependencies = [
17621 "anyhow",
17622 "cfg-if",
17623 "cranelift-codegen",
17624 "cranelift-control",
17625 "cranelift-entity",
17626 "cranelift-frontend",
17627 "cranelift-native",
17628 "gimli",
17629 "itertools 0.12.1",
17630 "log",
17631 "object",
17632 "smallvec",
17633 "target-lexicon 0.13.2",
17634 "thiserror 1.0.69",
17635 "wasmparser 0.221.3",
17636 "wasmtime-environ",
17637 "wasmtime-versioned-export-macros",
17638]
17639
17640[[package]]
17641name = "wasmtime-environ"
17642version = "29.0.1"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17645dependencies = [
17646 "anyhow",
17647 "cpp_demangle",
17648 "cranelift-bitset",
17649 "cranelift-entity",
17650 "gimli",
17651 "indexmap",
17652 "log",
17653 "object",
17654 "postcard",
17655 "rustc-demangle",
17656 "semver",
17657 "serde",
17658 "serde_derive",
17659 "smallvec",
17660 "target-lexicon 0.13.2",
17661 "wasm-encoder 0.221.3",
17662 "wasmparser 0.221.3",
17663 "wasmprinter",
17664 "wasmtime-component-util",
17665]
17666
17667[[package]]
17668name = "wasmtime-fiber"
17669version = "29.0.1"
17670source = "registry+https://github.com/rust-lang/crates.io-index"
17671checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17672dependencies = [
17673 "anyhow",
17674 "cc",
17675 "cfg-if",
17676 "rustix 0.38.44",
17677 "wasmtime-asm-macros",
17678 "wasmtime-versioned-export-macros",
17679 "windows-sys 0.59.0",
17680]
17681
17682[[package]]
17683name = "wasmtime-jit-icache-coherence"
17684version = "29.0.1"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17687dependencies = [
17688 "anyhow",
17689 "cfg-if",
17690 "libc",
17691 "windows-sys 0.59.0",
17692]
17693
17694[[package]]
17695name = "wasmtime-math"
17696version = "29.0.1"
17697source = "registry+https://github.com/rust-lang/crates.io-index"
17698checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17699dependencies = [
17700 "libm",
17701]
17702
17703[[package]]
17704name = "wasmtime-slab"
17705version = "29.0.1"
17706source = "registry+https://github.com/rust-lang/crates.io-index"
17707checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17708
17709[[package]]
17710name = "wasmtime-versioned-export-macros"
17711version = "29.0.1"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17714dependencies = [
17715 "proc-macro2",
17716 "quote",
17717 "syn 2.0.101",
17718]
17719
17720[[package]]
17721name = "wasmtime-wasi"
17722version = "29.0.1"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17725dependencies = [
17726 "anyhow",
17727 "async-trait",
17728 "bitflags 2.9.0",
17729 "bytes 1.10.1",
17730 "cap-fs-ext",
17731 "cap-net-ext",
17732 "cap-rand",
17733 "cap-std",
17734 "cap-time-ext",
17735 "fs-set-times",
17736 "futures 0.3.31",
17737 "io-extras",
17738 "io-lifetimes",
17739 "rustix 0.38.44",
17740 "system-interface",
17741 "thiserror 1.0.69",
17742 "tokio",
17743 "tracing",
17744 "trait-variant",
17745 "url",
17746 "wasmtime",
17747 "wiggle",
17748 "windows-sys 0.59.0",
17749]
17750
17751[[package]]
17752name = "wasmtime-winch"
17753version = "29.0.1"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17756dependencies = [
17757 "anyhow",
17758 "cranelift-codegen",
17759 "gimli",
17760 "object",
17761 "target-lexicon 0.13.2",
17762 "wasmparser 0.221.3",
17763 "wasmtime-cranelift",
17764 "wasmtime-environ",
17765 "winch-codegen",
17766]
17767
17768[[package]]
17769name = "wasmtime-wit-bindgen"
17770version = "29.0.1"
17771source = "registry+https://github.com/rust-lang/crates.io-index"
17772checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17773dependencies = [
17774 "anyhow",
17775 "heck 0.5.0",
17776 "indexmap",
17777 "wit-parser 0.221.3",
17778]
17779
17780[[package]]
17781name = "wast"
17782version = "35.0.2"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17785dependencies = [
17786 "leb128",
17787]
17788
17789[[package]]
17790name = "wayland-backend"
17791version = "0.3.8"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17794dependencies = [
17795 "cc",
17796 "downcast-rs",
17797 "rustix 0.38.44",
17798 "scoped-tls",
17799 "smallvec",
17800 "wayland-sys",
17801]
17802
17803[[package]]
17804name = "wayland-client"
17805version = "0.31.8"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17808dependencies = [
17809 "bitflags 2.9.0",
17810 "rustix 0.38.44",
17811 "wayland-backend",
17812 "wayland-scanner",
17813]
17814
17815[[package]]
17816name = "wayland-cursor"
17817version = "0.31.8"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17820dependencies = [
17821 "rustix 0.38.44",
17822 "wayland-client",
17823 "xcursor",
17824]
17825
17826[[package]]
17827name = "wayland-protocols"
17828version = "0.31.2"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17831dependencies = [
17832 "bitflags 2.9.0",
17833 "wayland-backend",
17834 "wayland-client",
17835 "wayland-scanner",
17836]
17837
17838[[package]]
17839name = "wayland-protocols-plasma"
17840version = "0.2.0"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17843dependencies = [
17844 "bitflags 2.9.0",
17845 "wayland-backend",
17846 "wayland-client",
17847 "wayland-protocols",
17848 "wayland-scanner",
17849]
17850
17851[[package]]
17852name = "wayland-scanner"
17853version = "0.31.6"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17856dependencies = [
17857 "proc-macro2",
17858 "quick-xml 0.37.4",
17859 "quote",
17860]
17861
17862[[package]]
17863name = "wayland-sys"
17864version = "0.31.6"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17867dependencies = [
17868 "dlib",
17869 "log",
17870 "once_cell",
17871 "pkg-config",
17872]
17873
17874[[package]]
17875name = "web-sys"
17876version = "0.3.77"
17877source = "registry+https://github.com/rust-lang/crates.io-index"
17878checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17879dependencies = [
17880 "js-sys",
17881 "wasm-bindgen",
17882]
17883
17884[[package]]
17885name = "web-time"
17886version = "1.1.0"
17887source = "registry+https://github.com/rust-lang/crates.io-index"
17888checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17889dependencies = [
17890 "js-sys",
17891 "wasm-bindgen",
17892]
17893
17894[[package]]
17895name = "web_atoms"
17896version = "0.1.0"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17899dependencies = [
17900 "phf",
17901 "phf_codegen",
17902 "string_cache",
17903 "string_cache_codegen",
17904]
17905
17906[[package]]
17907name = "web_search"
17908version = "0.1.0"
17909dependencies = [
17910 "anyhow",
17911 "collections",
17912 "gpui",
17913 "serde",
17914 "workspace-hack",
17915 "zed_llm_client",
17916]
17917
17918[[package]]
17919name = "web_search_providers"
17920version = "0.1.0"
17921dependencies = [
17922 "anyhow",
17923 "client",
17924 "futures 0.3.31",
17925 "gpui",
17926 "http_client",
17927 "language_model",
17928 "serde",
17929 "serde_json",
17930 "web_search",
17931 "workspace-hack",
17932 "zed_llm_client",
17933]
17934
17935[[package]]
17936name = "webpki-root-certs"
17937version = "0.26.8"
17938source = "registry+https://github.com/rust-lang/crates.io-index"
17939checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17940dependencies = [
17941 "rustls-pki-types",
17942]
17943
17944[[package]]
17945name = "webpki-roots"
17946version = "0.26.8"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17949dependencies = [
17950 "rustls-pki-types",
17951]
17952
17953[[package]]
17954name = "webrtc-sys"
17955version = "0.3.7"
17956source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17957dependencies = [
17958 "cc",
17959 "cxx",
17960 "cxx-build",
17961 "glob",
17962 "log",
17963 "webrtc-sys-build",
17964]
17965
17966[[package]]
17967name = "webrtc-sys-build"
17968version = "0.3.6"
17969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
17970dependencies = [
17971 "fs2",
17972 "regex",
17973 "reqwest 0.11.27",
17974 "scratch",
17975 "semver",
17976 "zip",
17977]
17978
17979[[package]]
17980name = "weezl"
17981version = "0.1.8"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
17984
17985[[package]]
17986name = "welcome"
17987version = "0.1.0"
17988dependencies = [
17989 "anyhow",
17990 "client",
17991 "component",
17992 "db",
17993 "documented",
17994 "editor",
17995 "fuzzy",
17996 "gpui",
17997 "install_cli",
17998 "language",
17999 "picker",
18000 "project",
18001 "schemars",
18002 "serde",
18003 "settings",
18004 "telemetry",
18005 "theme",
18006 "ui",
18007 "util",
18008 "vim_mode_setting",
18009 "workspace",
18010 "workspace-hack",
18011 "zed_actions",
18012]
18013
18014[[package]]
18015name = "which"
18016version = "4.4.2"
18017source = "registry+https://github.com/rust-lang/crates.io-index"
18018checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18019dependencies = [
18020 "either",
18021 "home",
18022 "once_cell",
18023 "rustix 0.38.44",
18024]
18025
18026[[package]]
18027name = "which"
18028version = "6.0.3"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18031dependencies = [
18032 "either",
18033 "home",
18034 "rustix 0.38.44",
18035 "winsafe",
18036]
18037
18038[[package]]
18039name = "whoami"
18040version = "1.6.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18043dependencies = [
18044 "redox_syscall 0.5.11",
18045 "wasite",
18046]
18047
18048[[package]]
18049name = "wiggle"
18050version = "29.0.1"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18053dependencies = [
18054 "anyhow",
18055 "async-trait",
18056 "bitflags 2.9.0",
18057 "thiserror 1.0.69",
18058 "tracing",
18059 "wasmtime",
18060 "wiggle-macro",
18061]
18062
18063[[package]]
18064name = "wiggle-generate"
18065version = "29.0.1"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18068dependencies = [
18069 "anyhow",
18070 "heck 0.5.0",
18071 "proc-macro2",
18072 "quote",
18073 "shellexpand 2.1.2",
18074 "syn 2.0.101",
18075 "witx",
18076]
18077
18078[[package]]
18079name = "wiggle-macro"
18080version = "29.0.1"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18083dependencies = [
18084 "proc-macro2",
18085 "quote",
18086 "syn 2.0.101",
18087 "wiggle-generate",
18088]
18089
18090[[package]]
18091name = "winapi"
18092version = "0.3.9"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18095dependencies = [
18096 "winapi-i686-pc-windows-gnu",
18097 "winapi-x86_64-pc-windows-gnu",
18098]
18099
18100[[package]]
18101name = "winapi-i686-pc-windows-gnu"
18102version = "0.4.0"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18105
18106[[package]]
18107name = "winapi-util"
18108version = "0.1.9"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18111dependencies = [
18112 "windows-sys 0.59.0",
18113]
18114
18115[[package]]
18116name = "winapi-x86_64-pc-windows-gnu"
18117version = "0.4.0"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18120
18121[[package]]
18122name = "winch-codegen"
18123version = "29.0.1"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18126dependencies = [
18127 "anyhow",
18128 "cranelift-codegen",
18129 "gimli",
18130 "regalloc2",
18131 "smallvec",
18132 "target-lexicon 0.13.2",
18133 "thiserror 1.0.69",
18134 "wasmparser 0.221.3",
18135 "wasmtime-cranelift",
18136 "wasmtime-environ",
18137]
18138
18139[[package]]
18140name = "windows"
18141version = "0.54.0"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18144dependencies = [
18145 "windows-core 0.54.0",
18146 "windows-targets 0.52.6",
18147]
18148
18149[[package]]
18150name = "windows"
18151version = "0.57.0"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18154dependencies = [
18155 "windows-core 0.57.0",
18156 "windows-targets 0.52.6",
18157]
18158
18159[[package]]
18160name = "windows"
18161version = "0.58.0"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18164dependencies = [
18165 "windows-core 0.58.0",
18166 "windows-targets 0.52.6",
18167]
18168
18169[[package]]
18170name = "windows"
18171version = "0.61.1"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18174dependencies = [
18175 "windows-collections",
18176 "windows-core 0.61.0",
18177 "windows-future",
18178 "windows-link",
18179 "windows-numerics",
18180]
18181
18182[[package]]
18183name = "windows-capture"
18184version = "1.4.3"
18185source = "registry+https://github.com/rust-lang/crates.io-index"
18186checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18187dependencies = [
18188 "clap",
18189 "ctrlc",
18190 "parking_lot",
18191 "rayon",
18192 "thiserror 2.0.12",
18193 "windows 0.61.1",
18194 "windows-future",
18195]
18196
18197[[package]]
18198name = "windows-collections"
18199version = "0.2.0"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18202dependencies = [
18203 "windows-core 0.61.0",
18204]
18205
18206[[package]]
18207name = "windows-core"
18208version = "0.54.0"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18211dependencies = [
18212 "windows-result 0.1.2",
18213 "windows-targets 0.52.6",
18214]
18215
18216[[package]]
18217name = "windows-core"
18218version = "0.57.0"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18221dependencies = [
18222 "windows-implement 0.57.0",
18223 "windows-interface 0.57.0",
18224 "windows-result 0.1.2",
18225 "windows-targets 0.52.6",
18226]
18227
18228[[package]]
18229name = "windows-core"
18230version = "0.58.0"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18233dependencies = [
18234 "windows-implement 0.58.0",
18235 "windows-interface 0.58.0",
18236 "windows-result 0.2.0",
18237 "windows-strings 0.1.0",
18238 "windows-targets 0.52.6",
18239]
18240
18241[[package]]
18242name = "windows-core"
18243version = "0.61.0"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18246dependencies = [
18247 "windows-implement 0.60.0",
18248 "windows-interface 0.59.1",
18249 "windows-link",
18250 "windows-result 0.3.2",
18251 "windows-strings 0.4.0",
18252]
18253
18254[[package]]
18255name = "windows-future"
18256version = "0.2.0"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18259dependencies = [
18260 "windows-core 0.61.0",
18261 "windows-link",
18262]
18263
18264[[package]]
18265name = "windows-implement"
18266version = "0.57.0"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18269dependencies = [
18270 "proc-macro2",
18271 "quote",
18272 "syn 2.0.101",
18273]
18274
18275[[package]]
18276name = "windows-implement"
18277version = "0.58.0"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18280dependencies = [
18281 "proc-macro2",
18282 "quote",
18283 "syn 2.0.101",
18284]
18285
18286[[package]]
18287name = "windows-implement"
18288version = "0.60.0"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18291dependencies = [
18292 "proc-macro2",
18293 "quote",
18294 "syn 2.0.101",
18295]
18296
18297[[package]]
18298name = "windows-interface"
18299version = "0.57.0"
18300source = "registry+https://github.com/rust-lang/crates.io-index"
18301checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18302dependencies = [
18303 "proc-macro2",
18304 "quote",
18305 "syn 2.0.101",
18306]
18307
18308[[package]]
18309name = "windows-interface"
18310version = "0.58.0"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18313dependencies = [
18314 "proc-macro2",
18315 "quote",
18316 "syn 2.0.101",
18317]
18318
18319[[package]]
18320name = "windows-interface"
18321version = "0.59.1"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18324dependencies = [
18325 "proc-macro2",
18326 "quote",
18327 "syn 2.0.101",
18328]
18329
18330[[package]]
18331name = "windows-link"
18332version = "0.1.1"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18335
18336[[package]]
18337name = "windows-numerics"
18338version = "0.2.0"
18339source = "registry+https://github.com/rust-lang/crates.io-index"
18340checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18341dependencies = [
18342 "windows-core 0.61.0",
18343 "windows-link",
18344]
18345
18346[[package]]
18347name = "windows-registry"
18348version = "0.4.0"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18351dependencies = [
18352 "windows-result 0.3.2",
18353 "windows-strings 0.3.1",
18354 "windows-targets 0.53.0",
18355]
18356
18357[[package]]
18358name = "windows-registry"
18359version = "0.5.1"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18362dependencies = [
18363 "windows-link",
18364 "windows-result 0.3.2",
18365 "windows-strings 0.4.0",
18366]
18367
18368[[package]]
18369name = "windows-result"
18370version = "0.1.2"
18371source = "registry+https://github.com/rust-lang/crates.io-index"
18372checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18373dependencies = [
18374 "windows-targets 0.52.6",
18375]
18376
18377[[package]]
18378name = "windows-result"
18379version = "0.2.0"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18382dependencies = [
18383 "windows-targets 0.52.6",
18384]
18385
18386[[package]]
18387name = "windows-result"
18388version = "0.3.2"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18391dependencies = [
18392 "windows-link",
18393]
18394
18395[[package]]
18396name = "windows-strings"
18397version = "0.1.0"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18400dependencies = [
18401 "windows-result 0.2.0",
18402 "windows-targets 0.52.6",
18403]
18404
18405[[package]]
18406name = "windows-strings"
18407version = "0.3.1"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18410dependencies = [
18411 "windows-link",
18412]
18413
18414[[package]]
18415name = "windows-strings"
18416version = "0.4.0"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18419dependencies = [
18420 "windows-link",
18421]
18422
18423[[package]]
18424name = "windows-sys"
18425version = "0.45.0"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18428dependencies = [
18429 "windows-targets 0.42.2",
18430]
18431
18432[[package]]
18433name = "windows-sys"
18434version = "0.48.0"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18437dependencies = [
18438 "windows-targets 0.48.5",
18439]
18440
18441[[package]]
18442name = "windows-sys"
18443version = "0.52.0"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18446dependencies = [
18447 "windows-targets 0.52.6",
18448]
18449
18450[[package]]
18451name = "windows-sys"
18452version = "0.59.0"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18455dependencies = [
18456 "windows-targets 0.52.6",
18457]
18458
18459[[package]]
18460name = "windows-targets"
18461version = "0.42.2"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18464dependencies = [
18465 "windows_aarch64_gnullvm 0.42.2",
18466 "windows_aarch64_msvc 0.42.2",
18467 "windows_i686_gnu 0.42.2",
18468 "windows_i686_msvc 0.42.2",
18469 "windows_x86_64_gnu 0.42.2",
18470 "windows_x86_64_gnullvm 0.42.2",
18471 "windows_x86_64_msvc 0.42.2",
18472]
18473
18474[[package]]
18475name = "windows-targets"
18476version = "0.48.5"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18479dependencies = [
18480 "windows_aarch64_gnullvm 0.48.5",
18481 "windows_aarch64_msvc 0.48.5",
18482 "windows_i686_gnu 0.48.5",
18483 "windows_i686_msvc 0.48.5",
18484 "windows_x86_64_gnu 0.48.5",
18485 "windows_x86_64_gnullvm 0.48.5",
18486 "windows_x86_64_msvc 0.48.5",
18487]
18488
18489[[package]]
18490name = "windows-targets"
18491version = "0.52.6"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18494dependencies = [
18495 "windows_aarch64_gnullvm 0.52.6",
18496 "windows_aarch64_msvc 0.52.6",
18497 "windows_i686_gnu 0.52.6",
18498 "windows_i686_gnullvm 0.52.6",
18499 "windows_i686_msvc 0.52.6",
18500 "windows_x86_64_gnu 0.52.6",
18501 "windows_x86_64_gnullvm 0.52.6",
18502 "windows_x86_64_msvc 0.52.6",
18503]
18504
18505[[package]]
18506name = "windows-targets"
18507version = "0.53.0"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18510dependencies = [
18511 "windows_aarch64_gnullvm 0.53.0",
18512 "windows_aarch64_msvc 0.53.0",
18513 "windows_i686_gnu 0.53.0",
18514 "windows_i686_gnullvm 0.53.0",
18515 "windows_i686_msvc 0.53.0",
18516 "windows_x86_64_gnu 0.53.0",
18517 "windows_x86_64_gnullvm 0.53.0",
18518 "windows_x86_64_msvc 0.53.0",
18519]
18520
18521[[package]]
18522name = "windows_aarch64_gnullvm"
18523version = "0.42.2"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18526
18527[[package]]
18528name = "windows_aarch64_gnullvm"
18529version = "0.48.5"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18532
18533[[package]]
18534name = "windows_aarch64_gnullvm"
18535version = "0.52.6"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18538
18539[[package]]
18540name = "windows_aarch64_gnullvm"
18541version = "0.53.0"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18544
18545[[package]]
18546name = "windows_aarch64_msvc"
18547version = "0.42.2"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18550
18551[[package]]
18552name = "windows_aarch64_msvc"
18553version = "0.48.5"
18554source = "registry+https://github.com/rust-lang/crates.io-index"
18555checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18556
18557[[package]]
18558name = "windows_aarch64_msvc"
18559version = "0.52.6"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18562
18563[[package]]
18564name = "windows_aarch64_msvc"
18565version = "0.53.0"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18568
18569[[package]]
18570name = "windows_i686_gnu"
18571version = "0.42.2"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18574
18575[[package]]
18576name = "windows_i686_gnu"
18577version = "0.48.5"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18580
18581[[package]]
18582name = "windows_i686_gnu"
18583version = "0.52.6"
18584source = "registry+https://github.com/rust-lang/crates.io-index"
18585checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18586
18587[[package]]
18588name = "windows_i686_gnu"
18589version = "0.53.0"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18592
18593[[package]]
18594name = "windows_i686_gnullvm"
18595version = "0.52.6"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18598
18599[[package]]
18600name = "windows_i686_gnullvm"
18601version = "0.53.0"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18604
18605[[package]]
18606name = "windows_i686_msvc"
18607version = "0.42.2"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18610
18611[[package]]
18612name = "windows_i686_msvc"
18613version = "0.48.5"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18616
18617[[package]]
18618name = "windows_i686_msvc"
18619version = "0.52.6"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18622
18623[[package]]
18624name = "windows_i686_msvc"
18625version = "0.53.0"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18628
18629[[package]]
18630name = "windows_x86_64_gnu"
18631version = "0.42.2"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18634
18635[[package]]
18636name = "windows_x86_64_gnu"
18637version = "0.48.5"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18640
18641[[package]]
18642name = "windows_x86_64_gnu"
18643version = "0.52.6"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18646
18647[[package]]
18648name = "windows_x86_64_gnu"
18649version = "0.53.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18652
18653[[package]]
18654name = "windows_x86_64_gnullvm"
18655version = "0.42.2"
18656source = "registry+https://github.com/rust-lang/crates.io-index"
18657checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18658
18659[[package]]
18660name = "windows_x86_64_gnullvm"
18661version = "0.48.5"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18664
18665[[package]]
18666name = "windows_x86_64_gnullvm"
18667version = "0.52.6"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18670
18671[[package]]
18672name = "windows_x86_64_gnullvm"
18673version = "0.53.0"
18674source = "registry+https://github.com/rust-lang/crates.io-index"
18675checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18676
18677[[package]]
18678name = "windows_x86_64_msvc"
18679version = "0.42.2"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18682
18683[[package]]
18684name = "windows_x86_64_msvc"
18685version = "0.48.5"
18686source = "registry+https://github.com/rust-lang/crates.io-index"
18687checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18688
18689[[package]]
18690name = "windows_x86_64_msvc"
18691version = "0.52.6"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18694
18695[[package]]
18696name = "windows_x86_64_msvc"
18697version = "0.53.0"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18700
18701[[package]]
18702name = "winnow"
18703version = "0.7.6"
18704source = "registry+https://github.com/rust-lang/crates.io-index"
18705checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18706dependencies = [
18707 "memchr",
18708]
18709
18710[[package]]
18711name = "winreg"
18712version = "0.10.1"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18715dependencies = [
18716 "winapi",
18717]
18718
18719[[package]]
18720name = "winreg"
18721version = "0.50.0"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18724dependencies = [
18725 "cfg-if",
18726 "windows-sys 0.48.0",
18727]
18728
18729[[package]]
18730name = "winreg"
18731version = "0.52.0"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18734dependencies = [
18735 "cfg-if",
18736 "windows-sys 0.48.0",
18737]
18738
18739[[package]]
18740name = "winreg"
18741version = "0.55.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18744dependencies = [
18745 "cfg-if",
18746 "windows-sys 0.59.0",
18747]
18748
18749[[package]]
18750name = "winresource"
18751version = "0.1.20"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18754dependencies = [
18755 "toml 0.8.20",
18756 "version_check",
18757]
18758
18759[[package]]
18760name = "winsafe"
18761version = "0.0.19"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18764
18765[[package]]
18766name = "winx"
18767version = "0.36.4"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18770dependencies = [
18771 "bitflags 2.9.0",
18772 "windows-sys 0.59.0",
18773]
18774
18775[[package]]
18776name = "wio"
18777version = "0.2.2"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18780dependencies = [
18781 "winapi",
18782]
18783
18784[[package]]
18785name = "wit-bindgen"
18786version = "0.22.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18789dependencies = [
18790 "bitflags 2.9.0",
18791 "wit-bindgen-rt 0.22.0",
18792 "wit-bindgen-rust-macro 0.22.0",
18793]
18794
18795[[package]]
18796name = "wit-bindgen"
18797version = "0.41.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18800dependencies = [
18801 "wit-bindgen-rt 0.41.0",
18802 "wit-bindgen-rust-macro 0.41.0",
18803]
18804
18805[[package]]
18806name = "wit-bindgen-core"
18807version = "0.22.0"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18810dependencies = [
18811 "anyhow",
18812 "wit-parser 0.201.0",
18813]
18814
18815[[package]]
18816name = "wit-bindgen-core"
18817version = "0.41.0"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18820dependencies = [
18821 "anyhow",
18822 "heck 0.5.0",
18823 "wit-parser 0.227.1",
18824]
18825
18826[[package]]
18827name = "wit-bindgen-rt"
18828version = "0.22.0"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18831
18832[[package]]
18833name = "wit-bindgen-rt"
18834version = "0.39.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18837dependencies = [
18838 "bitflags 2.9.0",
18839]
18840
18841[[package]]
18842name = "wit-bindgen-rt"
18843version = "0.41.0"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18846dependencies = [
18847 "bitflags 2.9.0",
18848 "futures 0.3.31",
18849 "once_cell",
18850]
18851
18852[[package]]
18853name = "wit-bindgen-rust"
18854version = "0.22.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18857dependencies = [
18858 "anyhow",
18859 "heck 0.4.1",
18860 "indexmap",
18861 "wasm-metadata 0.201.0",
18862 "wit-bindgen-core 0.22.0",
18863 "wit-component 0.201.0",
18864]
18865
18866[[package]]
18867name = "wit-bindgen-rust"
18868version = "0.41.0"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18871dependencies = [
18872 "anyhow",
18873 "heck 0.5.0",
18874 "indexmap",
18875 "prettyplease",
18876 "syn 2.0.101",
18877 "wasm-metadata 0.227.1",
18878 "wit-bindgen-core 0.41.0",
18879 "wit-component 0.227.1",
18880]
18881
18882[[package]]
18883name = "wit-bindgen-rust-macro"
18884version = "0.22.0"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18887dependencies = [
18888 "anyhow",
18889 "proc-macro2",
18890 "quote",
18891 "syn 2.0.101",
18892 "wit-bindgen-core 0.22.0",
18893 "wit-bindgen-rust 0.22.0",
18894]
18895
18896[[package]]
18897name = "wit-bindgen-rust-macro"
18898version = "0.41.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18901dependencies = [
18902 "anyhow",
18903 "prettyplease",
18904 "proc-macro2",
18905 "quote",
18906 "syn 2.0.101",
18907 "wit-bindgen-core 0.41.0",
18908 "wit-bindgen-rust 0.41.0",
18909]
18910
18911[[package]]
18912name = "wit-component"
18913version = "0.201.0"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18916dependencies = [
18917 "anyhow",
18918 "bitflags 2.9.0",
18919 "indexmap",
18920 "log",
18921 "serde",
18922 "serde_derive",
18923 "serde_json",
18924 "wasm-encoder 0.201.0",
18925 "wasm-metadata 0.201.0",
18926 "wasmparser 0.201.0",
18927 "wit-parser 0.201.0",
18928]
18929
18930[[package]]
18931name = "wit-component"
18932version = "0.221.3"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18935dependencies = [
18936 "anyhow",
18937 "bitflags 2.9.0",
18938 "indexmap",
18939 "log",
18940 "serde",
18941 "serde_derive",
18942 "serde_json",
18943 "wasm-encoder 0.221.3",
18944 "wasm-metadata 0.221.3",
18945 "wasmparser 0.221.3",
18946 "wit-parser 0.221.3",
18947]
18948
18949[[package]]
18950name = "wit-component"
18951version = "0.227.1"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
18954dependencies = [
18955 "anyhow",
18956 "bitflags 2.9.0",
18957 "indexmap",
18958 "log",
18959 "serde",
18960 "serde_derive",
18961 "serde_json",
18962 "wasm-encoder 0.227.1",
18963 "wasm-metadata 0.227.1",
18964 "wasmparser 0.227.1",
18965 "wit-parser 0.227.1",
18966]
18967
18968[[package]]
18969name = "wit-parser"
18970version = "0.201.0"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
18973dependencies = [
18974 "anyhow",
18975 "id-arena",
18976 "indexmap",
18977 "log",
18978 "semver",
18979 "serde",
18980 "serde_derive",
18981 "serde_json",
18982 "unicode-xid",
18983 "wasmparser 0.201.0",
18984]
18985
18986[[package]]
18987name = "wit-parser"
18988version = "0.221.3"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
18991dependencies = [
18992 "anyhow",
18993 "id-arena",
18994 "indexmap",
18995 "log",
18996 "semver",
18997 "serde",
18998 "serde_derive",
18999 "serde_json",
19000 "unicode-xid",
19001 "wasmparser 0.221.3",
19002]
19003
19004[[package]]
19005name = "wit-parser"
19006version = "0.227.1"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19009dependencies = [
19010 "anyhow",
19011 "id-arena",
19012 "indexmap",
19013 "log",
19014 "semver",
19015 "serde",
19016 "serde_derive",
19017 "serde_json",
19018 "unicode-xid",
19019 "wasmparser 0.227.1",
19020]
19021
19022[[package]]
19023name = "witx"
19024version = "0.9.1"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19027dependencies = [
19028 "anyhow",
19029 "log",
19030 "thiserror 1.0.69",
19031 "wast",
19032]
19033
19034[[package]]
19035name = "workspace"
19036version = "0.1.0"
19037dependencies = [
19038 "any_vec",
19039 "anyhow",
19040 "async-recursion 1.1.1",
19041 "bincode",
19042 "call",
19043 "client",
19044 "clock",
19045 "collections",
19046 "component",
19047 "dap",
19048 "db",
19049 "env_logger 0.11.8",
19050 "fs",
19051 "futures 0.3.31",
19052 "gpui",
19053 "http_client",
19054 "itertools 0.14.0",
19055 "language",
19056 "log",
19057 "menu",
19058 "node_runtime",
19059 "parking_lot",
19060 "postage",
19061 "project",
19062 "remote",
19063 "schemars",
19064 "serde",
19065 "serde_json",
19066 "session",
19067 "settings",
19068 "smallvec",
19069 "sqlez",
19070 "strum 0.27.1",
19071 "task",
19072 "telemetry",
19073 "tempfile",
19074 "theme",
19075 "ui",
19076 "util",
19077 "uuid",
19078 "windows 0.61.1",
19079 "workspace-hack",
19080 "zed_actions",
19081]
19082
19083[[package]]
19084name = "workspace-hack"
19085version = "0.1.0"
19086dependencies = [
19087 "aes",
19088 "ahash 0.8.11",
19089 "aho-corasick",
19090 "anstream",
19091 "arrayvec",
19092 "async-std",
19093 "async-tungstenite",
19094 "aws-config",
19095 "aws-credential-types",
19096 "aws-runtime",
19097 "aws-sigv4",
19098 "aws-smithy-async",
19099 "aws-smithy-http",
19100 "aws-smithy-runtime",
19101 "aws-smithy-runtime-api",
19102 "aws-smithy-types",
19103 "base64 0.22.1",
19104 "base64ct",
19105 "bigdecimal",
19106 "bit-set 0.8.0",
19107 "bit-vec 0.8.0",
19108 "bitflags 2.9.0",
19109 "bstr",
19110 "bytemuck",
19111 "byteorder",
19112 "bytes 1.10.1",
19113 "cc",
19114 "chrono",
19115 "cipher",
19116 "clang-sys",
19117 "clap",
19118 "clap_builder",
19119 "codespan-reporting 0.12.0",
19120 "concurrent-queue",
19121 "core-foundation 0.9.4",
19122 "core-foundation-sys",
19123 "coreaudio-sys",
19124 "crc32fast",
19125 "crossbeam-utils",
19126 "crypto-common",
19127 "deranged",
19128 "digest",
19129 "either",
19130 "euclid",
19131 "event-listener 5.4.0",
19132 "event-listener-strategy",
19133 "flate2",
19134 "flume",
19135 "foldhash",
19136 "form_urlencoded",
19137 "futures 0.3.31",
19138 "futures-channel",
19139 "futures-core",
19140 "futures-executor",
19141 "futures-io",
19142 "futures-sink",
19143 "futures-task",
19144 "futures-util",
19145 "getrandom 0.2.15",
19146 "getrandom 0.3.2",
19147 "gimli",
19148 "half",
19149 "handlebars 4.5.0",
19150 "hashbrown 0.14.5",
19151 "hashbrown 0.15.3",
19152 "heck 0.4.1",
19153 "hmac",
19154 "hyper 0.14.32",
19155 "hyper-rustls 0.27.5",
19156 "idna",
19157 "indexmap",
19158 "inout",
19159 "itertools 0.12.1",
19160 "itertools 0.13.0",
19161 "jiff",
19162 "lazy_static",
19163 "libc",
19164 "libsqlite3-sys",
19165 "linux-raw-sys 0.4.15",
19166 "linux-raw-sys 0.9.4",
19167 "log",
19168 "lyon",
19169 "lyon_path",
19170 "md-5",
19171 "memchr",
19172 "miniz_oxide",
19173 "mio",
19174 "naga",
19175 "nix 0.29.0",
19176 "nom",
19177 "num-bigint",
19178 "num-bigint-dig",
19179 "num-integer",
19180 "num-iter",
19181 "num-rational",
19182 "num-traits",
19183 "objc2",
19184 "objc2-foundation",
19185 "objc2-metal",
19186 "object",
19187 "once_cell",
19188 "percent-encoding",
19189 "phf",
19190 "phf_shared",
19191 "prettyplease",
19192 "proc-macro2",
19193 "prost 0.9.0",
19194 "prost-types 0.9.0",
19195 "quote",
19196 "rand 0.8.5",
19197 "rand 0.9.1",
19198 "rand_chacha 0.3.1",
19199 "rand_core 0.6.4",
19200 "regex",
19201 "regex-automata 0.4.9",
19202 "regex-syntax 0.8.5",
19203 "ring",
19204 "rust_decimal",
19205 "rustc-hash 1.1.0",
19206 "rustix 0.38.44",
19207 "rustix 1.0.7",
19208 "rustls 0.23.26",
19209 "rustls-webpki 0.103.1",
19210 "scopeguard",
19211 "sea-orm",
19212 "sea-query-binder",
19213 "security-framework 3.2.0",
19214 "security-framework-sys",
19215 "semver",
19216 "serde",
19217 "serde_derive",
19218 "serde_json",
19219 "sha1",
19220 "simd-adler32",
19221 "smallvec",
19222 "spin",
19223 "sqlx",
19224 "sqlx-macros",
19225 "sqlx-macros-core",
19226 "sqlx-postgres",
19227 "sqlx-sqlite",
19228 "strum 0.26.3",
19229 "subtle",
19230 "syn 1.0.109",
19231 "syn 2.0.101",
19232 "sync_wrapper 1.0.2",
19233 "thiserror 2.0.12",
19234 "time",
19235 "time-macros",
19236 "tokio",
19237 "tokio-rustls 0.26.2",
19238 "tokio-socks",
19239 "tokio-stream",
19240 "tokio-util",
19241 "toml_datetime",
19242 "toml_edit",
19243 "tower 0.5.2",
19244 "tracing",
19245 "tracing-core",
19246 "tungstenite 0.26.2",
19247 "unicode-normalization",
19248 "unicode-properties",
19249 "url",
19250 "uuid",
19251 "wasm-encoder 0.221.3",
19252 "wasmparser 0.221.3",
19253 "wasmtime",
19254 "wasmtime-cranelift",
19255 "wasmtime-environ",
19256 "winapi",
19257 "windows-core 0.61.0",
19258 "windows-numerics",
19259 "windows-sys 0.48.0",
19260 "windows-sys 0.52.0",
19261 "windows-sys 0.59.0",
19262 "winnow",
19263 "zeroize",
19264 "zvariant",
19265]
19266
19267[[package]]
19268name = "worktree"
19269version = "0.1.0"
19270dependencies = [
19271 "anyhow",
19272 "clock",
19273 "collections",
19274 "env_logger 0.11.8",
19275 "fs",
19276 "futures 0.3.31",
19277 "fuzzy",
19278 "git",
19279 "git2",
19280 "gpui",
19281 "http_client",
19282 "ignore",
19283 "language",
19284 "log",
19285 "parking_lot",
19286 "paths",
19287 "postage",
19288 "pretty_assertions",
19289 "rand 0.8.5",
19290 "rpc",
19291 "schemars",
19292 "serde",
19293 "serde_json",
19294 "settings",
19295 "smallvec",
19296 "smol",
19297 "sum_tree",
19298 "text",
19299 "util",
19300 "workspace-hack",
19301]
19302
19303[[package]]
19304name = "write16"
19305version = "1.0.0"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19308
19309[[package]]
19310name = "writeable"
19311version = "0.5.5"
19312source = "registry+https://github.com/rust-lang/crates.io-index"
19313checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19314
19315[[package]]
19316name = "wyz"
19317version = "0.5.1"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19320dependencies = [
19321 "tap",
19322]
19323
19324[[package]]
19325name = "x11"
19326version = "2.21.0"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19329dependencies = [
19330 "libc",
19331 "pkg-config",
19332]
19333
19334[[package]]
19335name = "x11-clipboard"
19336version = "0.9.3"
19337source = "registry+https://github.com/rust-lang/crates.io-index"
19338checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19339dependencies = [
19340 "libc",
19341 "x11rb",
19342]
19343
19344[[package]]
19345name = "x11rb"
19346version = "0.13.1"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19349dependencies = [
19350 "as-raw-xcb-connection",
19351 "gethostname",
19352 "libc",
19353 "rustix 0.38.44",
19354 "x11rb-protocol",
19355]
19356
19357[[package]]
19358name = "x11rb-protocol"
19359version = "0.13.1"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19362
19363[[package]]
19364name = "xattr"
19365version = "0.2.3"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19368dependencies = [
19369 "libc",
19370]
19371
19372[[package]]
19373name = "xcb"
19374version = "1.5.0"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19377dependencies = [
19378 "bitflags 1.3.2",
19379 "libc",
19380 "quick-xml 0.30.0",
19381 "x11",
19382]
19383
19384[[package]]
19385name = "xcursor"
19386version = "0.3.8"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19389
19390[[package]]
19391name = "xdg-home"
19392version = "1.3.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19395dependencies = [
19396 "libc",
19397 "windows-sys 0.59.0",
19398]
19399
19400[[package]]
19401name = "xim"
19402version = "0.4.0"
19403source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19404dependencies = [
19405 "ahash 0.8.11",
19406 "hashbrown 0.14.5",
19407 "log",
19408 "x11rb",
19409 "xim-ctext",
19410 "xim-parser",
19411]
19412
19413[[package]]
19414name = "xim-ctext"
19415version = "0.3.0"
19416source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19417dependencies = [
19418 "encoding_rs",
19419]
19420
19421[[package]]
19422name = "xim-parser"
19423version = "0.2.1"
19424source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19425dependencies = [
19426 "bitflags 2.9.0",
19427]
19428
19429[[package]]
19430name = "xkbcommon"
19431version = "0.8.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19434dependencies = [
19435 "as-raw-xcb-connection",
19436 "libc",
19437 "memmap2",
19438 "xkeysym",
19439]
19440
19441[[package]]
19442name = "xkeysym"
19443version = "0.2.1"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19446
19447[[package]]
19448name = "xml5ever"
19449version = "0.18.1"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19452dependencies = [
19453 "log",
19454 "mac",
19455 "markup5ever 0.12.1",
19456]
19457
19458[[package]]
19459name = "xmlparser"
19460version = "0.13.6"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19463
19464[[package]]
19465name = "xmlwriter"
19466version = "0.1.0"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19469
19470[[package]]
19471name = "xtask"
19472version = "0.1.0"
19473dependencies = [
19474 "anyhow",
19475 "cargo_metadata",
19476 "cargo_toml",
19477 "clap",
19478 "workspace-hack",
19479]
19480
19481[[package]]
19482name = "yaml-rust2"
19483version = "0.8.1"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19486dependencies = [
19487 "arraydeque",
19488 "encoding_rs",
19489 "hashlink 0.8.4",
19490]
19491
19492[[package]]
19493name = "yansi"
19494version = "1.0.1"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19497
19498[[package]]
19499name = "yazi"
19500version = "0.2.1"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19503
19504[[package]]
19505name = "yeslogic-fontconfig-sys"
19506version = "6.0.0"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19509dependencies = [
19510 "dlib",
19511 "once_cell",
19512 "pkg-config",
19513]
19514
19515[[package]]
19516name = "yoke"
19517version = "0.7.5"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19520dependencies = [
19521 "serde",
19522 "stable_deref_trait",
19523 "yoke-derive",
19524 "zerofrom",
19525]
19526
19527[[package]]
19528name = "yoke-derive"
19529version = "0.7.5"
19530source = "registry+https://github.com/rust-lang/crates.io-index"
19531checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19532dependencies = [
19533 "proc-macro2",
19534 "quote",
19535 "syn 2.0.101",
19536 "synstructure",
19537]
19538
19539[[package]]
19540name = "zbus"
19541version = "5.5.0"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19544dependencies = [
19545 "async-broadcast",
19546 "async-executor",
19547 "async-fs",
19548 "async-io",
19549 "async-lock",
19550 "async-process",
19551 "async-recursion 1.1.1",
19552 "async-task",
19553 "async-trait",
19554 "blocking",
19555 "enumflags2",
19556 "event-listener 5.4.0",
19557 "futures-core",
19558 "futures-lite 2.6.0",
19559 "hex",
19560 "nix 0.29.0",
19561 "ordered-stream",
19562 "serde",
19563 "serde_repr",
19564 "static_assertions",
19565 "tracing",
19566 "uds_windows",
19567 "windows-sys 0.59.0",
19568 "winnow",
19569 "xdg-home",
19570 "zbus_macros",
19571 "zbus_names",
19572 "zvariant",
19573]
19574
19575[[package]]
19576name = "zbus_macros"
19577version = "5.5.0"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19580dependencies = [
19581 "proc-macro-crate",
19582 "proc-macro2",
19583 "quote",
19584 "syn 2.0.101",
19585 "zbus_names",
19586 "zvariant",
19587 "zvariant_utils",
19588]
19589
19590[[package]]
19591name = "zbus_names"
19592version = "4.2.0"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19595dependencies = [
19596 "serde",
19597 "static_assertions",
19598 "winnow",
19599 "zvariant",
19600]
19601
19602[[package]]
19603name = "zed"
19604version = "0.188.0"
19605dependencies = [
19606 "activity_indicator",
19607 "agent",
19608 "anyhow",
19609 "ashpd",
19610 "askpass",
19611 "assets",
19612 "assistant_context_editor",
19613 "assistant_settings",
19614 "assistant_tool",
19615 "assistant_tools",
19616 "async-watch",
19617 "audio",
19618 "auto_update",
19619 "auto_update_ui",
19620 "backtrace",
19621 "breadcrumbs",
19622 "call",
19623 "channel",
19624 "chrono",
19625 "clap",
19626 "cli",
19627 "client",
19628 "collab_ui",
19629 "collections",
19630 "command_palette",
19631 "component",
19632 "copilot",
19633 "dap",
19634 "dap_adapters",
19635 "db",
19636 "debug_adapter_extension",
19637 "debugger_tools",
19638 "debugger_ui",
19639 "diagnostics",
19640 "editor",
19641 "env_logger 0.11.8",
19642 "extension",
19643 "extension_host",
19644 "extensions_ui",
19645 "feature_flags",
19646 "feedback",
19647 "file_finder",
19648 "fs",
19649 "futures 0.3.31",
19650 "git",
19651 "git_hosting_providers",
19652 "git_ui",
19653 "go_to_line",
19654 "gpui",
19655 "gpui_tokio",
19656 "http_client",
19657 "image_viewer",
19658 "indoc",
19659 "inline_completion_button",
19660 "install_cli",
19661 "jj_ui",
19662 "journal",
19663 "language",
19664 "language_extension",
19665 "language_model",
19666 "language_models",
19667 "language_selector",
19668 "language_tools",
19669 "languages",
19670 "libc",
19671 "log",
19672 "markdown",
19673 "markdown_preview",
19674 "menu",
19675 "migrator",
19676 "mimalloc",
19677 "nix 0.29.0",
19678 "node_runtime",
19679 "notifications",
19680 "outline",
19681 "outline_panel",
19682 "parking_lot",
19683 "paths",
19684 "picker",
19685 "profiling",
19686 "project",
19687 "project_panel",
19688 "project_symbols",
19689 "prompt_store",
19690 "proto",
19691 "recent_projects",
19692 "release_channel",
19693 "remote",
19694 "repl",
19695 "reqwest_client",
19696 "rope",
19697 "search",
19698 "serde",
19699 "serde_json",
19700 "session",
19701 "settings",
19702 "settings_ui",
19703 "shellexpand 2.1.2",
19704 "smol",
19705 "snippet_provider",
19706 "snippets_ui",
19707 "supermaven",
19708 "sysinfo",
19709 "tab_switcher",
19710 "task",
19711 "tasks_ui",
19712 "telemetry",
19713 "telemetry_events",
19714 "terminal_view",
19715 "theme",
19716 "theme_extension",
19717 "theme_selector",
19718 "time",
19719 "title_bar",
19720 "toolchain_selector",
19721 "tree-sitter-md",
19722 "tree-sitter-rust",
19723 "ui",
19724 "ui_input",
19725 "ui_prompt",
19726 "url",
19727 "urlencoding",
19728 "util",
19729 "uuid",
19730 "vim",
19731 "vim_mode_setting",
19732 "web_search",
19733 "web_search_providers",
19734 "welcome",
19735 "windows 0.61.1",
19736 "winresource",
19737 "workspace",
19738 "workspace-hack",
19739 "zed_actions",
19740 "zeta",
19741 "zlog",
19742 "zlog_settings",
19743]
19744
19745[[package]]
19746name = "zed_actions"
19747version = "0.1.0"
19748dependencies = [
19749 "gpui",
19750 "schemars",
19751 "serde",
19752 "uuid",
19753 "workspace-hack",
19754]
19755
19756[[package]]
19757name = "zed_emmet"
19758version = "0.0.3"
19759dependencies = [
19760 "zed_extension_api 0.1.0",
19761]
19762
19763[[package]]
19764name = "zed_extension_api"
19765version = "0.1.0"
19766source = "registry+https://github.com/rust-lang/crates.io-index"
19767checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19768dependencies = [
19769 "serde",
19770 "serde_json",
19771 "wit-bindgen 0.22.0",
19772]
19773
19774[[package]]
19775name = "zed_extension_api"
19776version = "0.6.0"
19777dependencies = [
19778 "serde",
19779 "serde_json",
19780 "wit-bindgen 0.41.0",
19781]
19782
19783[[package]]
19784name = "zed_glsl"
19785version = "0.1.0"
19786dependencies = [
19787 "zed_extension_api 0.1.0",
19788]
19789
19790[[package]]
19791name = "zed_html"
19792version = "0.2.1"
19793dependencies = [
19794 "zed_extension_api 0.1.0",
19795]
19796
19797[[package]]
19798name = "zed_llm_client"
19799version = "0.8.1"
19800source = "registry+https://github.com/rust-lang/crates.io-index"
19801checksum = "16d993fc42f9ec43ab76fa46c6eb579a66e116bb08cd2bc9a67f3afcaa05d39d"
19802dependencies = [
19803 "anyhow",
19804 "serde",
19805 "serde_json",
19806 "strum 0.27.1",
19807 "uuid",
19808]
19809
19810[[package]]
19811name = "zed_proto"
19812version = "0.2.2"
19813dependencies = [
19814 "zed_extension_api 0.1.0",
19815]
19816
19817[[package]]
19818name = "zed_ruff"
19819version = "0.1.0"
19820dependencies = [
19821 "zed_extension_api 0.1.0",
19822]
19823
19824[[package]]
19825name = "zed_snippets"
19826version = "0.0.5"
19827dependencies = [
19828 "serde_json",
19829 "zed_extension_api 0.1.0",
19830]
19831
19832[[package]]
19833name = "zed_test_extension"
19834version = "0.1.0"
19835dependencies = [
19836 "zed_extension_api 0.6.0",
19837]
19838
19839[[package]]
19840name = "zed_toml"
19841version = "0.1.3"
19842dependencies = [
19843 "zed_extension_api 0.1.0",
19844]
19845
19846[[package]]
19847name = "zeno"
19848version = "0.3.2"
19849source = "registry+https://github.com/rust-lang/crates.io-index"
19850checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19851
19852[[package]]
19853name = "zerocopy"
19854version = "0.7.35"
19855source = "registry+https://github.com/rust-lang/crates.io-index"
19856checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19857dependencies = [
19858 "zerocopy-derive 0.7.35",
19859]
19860
19861[[package]]
19862name = "zerocopy"
19863version = "0.8.24"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19866dependencies = [
19867 "zerocopy-derive 0.8.24",
19868]
19869
19870[[package]]
19871name = "zerocopy-derive"
19872version = "0.7.35"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19875dependencies = [
19876 "proc-macro2",
19877 "quote",
19878 "syn 2.0.101",
19879]
19880
19881[[package]]
19882name = "zerocopy-derive"
19883version = "0.8.24"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19886dependencies = [
19887 "proc-macro2",
19888 "quote",
19889 "syn 2.0.101",
19890]
19891
19892[[package]]
19893name = "zerofrom"
19894version = "0.1.6"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19897dependencies = [
19898 "zerofrom-derive",
19899]
19900
19901[[package]]
19902name = "zerofrom-derive"
19903version = "0.1.6"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19906dependencies = [
19907 "proc-macro2",
19908 "quote",
19909 "syn 2.0.101",
19910 "synstructure",
19911]
19912
19913[[package]]
19914name = "zeroize"
19915version = "1.8.1"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19918dependencies = [
19919 "zeroize_derive",
19920]
19921
19922[[package]]
19923name = "zeroize_derive"
19924version = "1.4.2"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19927dependencies = [
19928 "proc-macro2",
19929 "quote",
19930 "syn 2.0.101",
19931]
19932
19933[[package]]
19934name = "zeromq"
19935version = "0.5.0-pre"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19938dependencies = [
19939 "async-dispatcher",
19940 "async-std",
19941 "async-trait",
19942 "asynchronous-codec",
19943 "bytes 1.10.1",
19944 "crossbeam-queue",
19945 "dashmap 5.5.3",
19946 "futures 0.3.31",
19947 "log",
19948 "num-traits",
19949 "once_cell",
19950 "parking_lot",
19951 "rand 0.8.5",
19952 "regex",
19953 "thiserror 1.0.69",
19954 "uuid",
19955]
19956
19957[[package]]
19958name = "zerovec"
19959version = "0.10.4"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
19962dependencies = [
19963 "yoke",
19964 "zerofrom",
19965 "zerovec-derive",
19966]
19967
19968[[package]]
19969name = "zerovec-derive"
19970version = "0.10.3"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
19973dependencies = [
19974 "proc-macro2",
19975 "quote",
19976 "syn 2.0.101",
19977]
19978
19979[[package]]
19980name = "zeta"
19981version = "0.1.0"
19982dependencies = [
19983 "anyhow",
19984 "arrayvec",
19985 "call",
19986 "client",
19987 "clock",
19988 "collections",
19989 "command_palette_hooks",
19990 "ctor",
19991 "db",
19992 "editor",
19993 "env_logger 0.11.8",
19994 "feature_flags",
19995 "fs",
19996 "futures 0.3.31",
19997 "gpui",
19998 "http_client",
19999 "indoc",
20000 "inline_completion",
20001 "language",
20002 "language_model",
20003 "log",
20004 "menu",
20005 "migrator",
20006 "paths",
20007 "postage",
20008 "project",
20009 "proto",
20010 "regex",
20011 "release_channel",
20012 "reqwest_client",
20013 "rpc",
20014 "serde",
20015 "serde_json",
20016 "settings",
20017 "telemetry",
20018 "telemetry_events",
20019 "theme",
20020 "thiserror 2.0.12",
20021 "tree-sitter-go",
20022 "tree-sitter-rust",
20023 "ui",
20024 "unindent",
20025 "util",
20026 "uuid",
20027 "workspace",
20028 "workspace-hack",
20029 "worktree",
20030 "zed_actions",
20031 "zed_llm_client",
20032]
20033
20034[[package]]
20035name = "zip"
20036version = "0.6.6"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20039dependencies = [
20040 "aes",
20041 "byteorder",
20042 "bzip2",
20043 "constant_time_eq 0.1.5",
20044 "crc32fast",
20045 "crossbeam-utils",
20046 "flate2",
20047 "hmac",
20048 "pbkdf2 0.11.0",
20049 "sha1",
20050 "time",
20051 "zstd",
20052]
20053
20054[[package]]
20055name = "zlib-rs"
20056version = "0.5.0"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20059
20060[[package]]
20061name = "zlog"
20062version = "0.1.0"
20063dependencies = [
20064 "anyhow",
20065 "chrono",
20066 "log",
20067 "tempfile",
20068 "workspace-hack",
20069]
20070
20071[[package]]
20072name = "zlog_settings"
20073version = "0.1.0"
20074dependencies = [
20075 "anyhow",
20076 "gpui",
20077 "schemars",
20078 "serde",
20079 "settings",
20080 "workspace-hack",
20081 "zlog",
20082]
20083
20084[[package]]
20085name = "zstd"
20086version = "0.11.2+zstd.1.5.2"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20089dependencies = [
20090 "zstd-safe",
20091]
20092
20093[[package]]
20094name = "zstd-safe"
20095version = "5.0.2+zstd.1.5.2"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20098dependencies = [
20099 "libc",
20100 "zstd-sys",
20101]
20102
20103[[package]]
20104name = "zstd-sys"
20105version = "2.0.15+zstd.1.5.7"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20108dependencies = [
20109 "cc",
20110 "pkg-config",
20111]
20112
20113[[package]]
20114name = "zune-core"
20115version = "0.4.12"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20118
20119[[package]]
20120name = "zune-inflate"
20121version = "0.2.54"
20122source = "registry+https://github.com/rust-lang/crates.io-index"
20123checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20124dependencies = [
20125 "simd-adler32",
20126]
20127
20128[[package]]
20129name = "zune-jpeg"
20130version = "0.4.14"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20133dependencies = [
20134 "zune-core",
20135]
20136
20137[[package]]
20138name = "zvariant"
20139version = "5.4.0"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20142dependencies = [
20143 "endi",
20144 "enumflags2",
20145 "serde",
20146 "static_assertions",
20147 "url",
20148 "winnow",
20149 "zvariant_derive",
20150 "zvariant_utils",
20151]
20152
20153[[package]]
20154name = "zvariant_derive"
20155version = "5.4.0"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20158dependencies = [
20159 "proc-macro-crate",
20160 "proc-macro2",
20161 "quote",
20162 "syn 2.0.101",
20163 "zvariant_utils",
20164]
20165
20166[[package]]
20167name = "zvariant_utils"
20168version = "3.2.0"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20171dependencies = [
20172 "proc-macro2",
20173 "quote",
20174 "serde",
20175 "static_assertions",
20176 "syn 2.0.101",
20177 "winnow",
20178]