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 "log",
90 "lsp",
91 "markdown",
92 "menu",
93 "multi_buffer",
94 "notifications",
95 "ordered-float 2.10.1",
96 "parking_lot",
97 "paths",
98 "picker",
99 "postage",
100 "project",
101 "prompt_store",
102 "proto",
103 "rand 0.8.5",
104 "ref-cast",
105 "release_channel",
106 "rope",
107 "rules_library",
108 "schemars",
109 "search",
110 "serde",
111 "serde_json",
112 "serde_json_lenient",
113 "settings",
114 "smallvec",
115 "smol",
116 "streaming_diff",
117 "telemetry",
118 "telemetry_events",
119 "terminal",
120 "terminal_view",
121 "text",
122 "theme",
123 "thiserror 2.0.12",
124 "time",
125 "time_format",
126 "ui",
127 "ui_input",
128 "urlencoding",
129 "util",
130 "uuid",
131 "workspace",
132 "workspace-hack",
133 "zed_actions",
134 "zed_llm_client",
135]
136
137[[package]]
138name = "ahash"
139version = "0.7.8"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
142dependencies = [
143 "getrandom 0.2.15",
144 "once_cell",
145 "version_check",
146]
147
148[[package]]
149name = "ahash"
150version = "0.8.11"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
153dependencies = [
154 "cfg-if",
155 "const-random",
156 "getrandom 0.2.15",
157 "once_cell",
158 "serde",
159 "version_check",
160 "zerocopy 0.7.35",
161]
162
163[[package]]
164name = "aho-corasick"
165version = "1.1.3"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
168dependencies = [
169 "memchr",
170]
171
172[[package]]
173name = "alacritty_terminal"
174version = "0.25.1-dev"
175source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
176dependencies = [
177 "base64 0.22.1",
178 "bitflags 2.9.0",
179 "home",
180 "libc",
181 "log",
182 "miow",
183 "parking_lot",
184 "piper",
185 "polling",
186 "regex-automata 0.4.9",
187 "rustix-openpty",
188 "serde",
189 "signal-hook",
190 "unicode-width 0.1.14",
191 "vte",
192 "windows-sys 0.59.0",
193]
194
195[[package]]
196name = "aliasable"
197version = "0.1.3"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
200
201[[package]]
202name = "aligned-vec"
203version = "0.5.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
206
207[[package]]
208name = "allocator-api2"
209version = "0.2.21"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
212
213[[package]]
214name = "alsa"
215version = "0.9.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
218dependencies = [
219 "alsa-sys",
220 "bitflags 2.9.0",
221 "cfg-if",
222 "libc",
223]
224
225[[package]]
226name = "alsa-sys"
227version = "0.3.1"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
230dependencies = [
231 "libc",
232 "pkg-config",
233]
234
235[[package]]
236name = "ambient-authority"
237version = "0.0.2"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
240
241[[package]]
242name = "ammonia"
243version = "4.1.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
246dependencies = [
247 "cssparser",
248 "html5ever 0.31.0",
249 "maplit",
250 "tendril",
251 "url",
252]
253
254[[package]]
255name = "android-tzdata"
256version = "0.1.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
259
260[[package]]
261name = "android_system_properties"
262version = "0.1.5"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
265dependencies = [
266 "libc",
267]
268
269[[package]]
270name = "anes"
271version = "0.1.6"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
274
275[[package]]
276name = "anstream"
277version = "0.6.18"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
280dependencies = [
281 "anstyle",
282 "anstyle-parse",
283 "anstyle-query",
284 "anstyle-wincon",
285 "colorchoice",
286 "is_terminal_polyfill",
287 "utf8parse",
288]
289
290[[package]]
291name = "anstyle"
292version = "1.0.10"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
295
296[[package]]
297name = "anstyle-parse"
298version = "0.2.6"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
301dependencies = [
302 "utf8parse",
303]
304
305[[package]]
306name = "anstyle-query"
307version = "1.1.2"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
310dependencies = [
311 "windows-sys 0.59.0",
312]
313
314[[package]]
315name = "anstyle-wincon"
316version = "3.0.7"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
319dependencies = [
320 "anstyle",
321 "once_cell",
322 "windows-sys 0.59.0",
323]
324
325[[package]]
326name = "anthropic"
327version = "0.1.0"
328dependencies = [
329 "anyhow",
330 "chrono",
331 "futures 0.3.31",
332 "http_client",
333 "schemars",
334 "serde",
335 "serde_json",
336 "strum 0.27.1",
337 "thiserror 2.0.12",
338 "workspace-hack",
339]
340
341[[package]]
342name = "any_vec"
343version = "0.14.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
346
347[[package]]
348name = "anyhow"
349version = "1.0.98"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
352
353[[package]]
354name = "approx"
355version = "0.5.1"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
358dependencies = [
359 "num-traits",
360]
361
362[[package]]
363name = "arbitrary"
364version = "1.4.1"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
367
368[[package]]
369name = "arc-swap"
370version = "1.7.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
373
374[[package]]
375name = "arg_enum_proc_macro"
376version = "0.3.4"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
379dependencies = [
380 "proc-macro2",
381 "quote",
382 "syn 2.0.101",
383]
384
385[[package]]
386name = "arraydeque"
387version = "0.5.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
390
391[[package]]
392name = "arrayref"
393version = "0.3.9"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
396
397[[package]]
398name = "arrayvec"
399version = "0.7.6"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
402dependencies = [
403 "serde",
404]
405
406[[package]]
407name = "as-raw-xcb-connection"
408version = "1.0.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
411
412[[package]]
413name = "ascii"
414version = "1.1.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
417
418[[package]]
419name = "ash"
420version = "0.38.0+1.3.281"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
423dependencies = [
424 "libloading",
425]
426
427[[package]]
428name = "ash-window"
429version = "0.13.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
432dependencies = [
433 "ash",
434 "raw-window-handle",
435 "raw-window-metal",
436]
437
438[[package]]
439name = "ashpd"
440version = "0.11.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
443dependencies = [
444 "async-fs",
445 "async-net",
446 "enumflags2",
447 "futures-channel",
448 "futures-util",
449 "rand 0.9.1",
450 "serde",
451 "serde_repr",
452 "url",
453 "zbus",
454]
455
456[[package]]
457name = "askpass"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "futures 0.3.31",
462 "gpui",
463 "shlex",
464 "smol",
465 "tempfile",
466 "util",
467 "workspace-hack",
468]
469
470[[package]]
471name = "assets"
472version = "0.1.0"
473dependencies = [
474 "anyhow",
475 "gpui",
476 "rust-embed",
477 "workspace-hack",
478]
479
480[[package]]
481name = "assistant_context_editor"
482version = "0.1.0"
483dependencies = [
484 "anyhow",
485 "assistant_settings",
486 "assistant_slash_command",
487 "assistant_slash_commands",
488 "chrono",
489 "client",
490 "clock",
491 "collections",
492 "context_server",
493 "editor",
494 "feature_flags",
495 "fs",
496 "futures 0.3.31",
497 "fuzzy",
498 "gpui",
499 "indexed_docs",
500 "language",
501 "language_model",
502 "languages",
503 "log",
504 "multi_buffer",
505 "open_ai",
506 "ordered-float 2.10.1",
507 "parking_lot",
508 "paths",
509 "picker",
510 "pretty_assertions",
511 "project",
512 "prompt_store",
513 "proto",
514 "rand 0.8.5",
515 "regex",
516 "rope",
517 "rpc",
518 "serde",
519 "serde_json",
520 "settings",
521 "smallvec",
522 "smol",
523 "telemetry_events",
524 "text",
525 "theme",
526 "tree-sitter-md",
527 "ui",
528 "unindent",
529 "util",
530 "uuid",
531 "workspace",
532 "workspace-hack",
533 "zed_actions",
534]
535
536[[package]]
537name = "assistant_settings"
538version = "0.1.0"
539dependencies = [
540 "anthropic",
541 "anyhow",
542 "collections",
543 "deepseek",
544 "fs",
545 "gpui",
546 "indexmap",
547 "language_model",
548 "lmstudio",
549 "log",
550 "mistral",
551 "ollama",
552 "open_ai",
553 "paths",
554 "schemars",
555 "serde",
556 "serde_json",
557 "serde_json_lenient",
558 "settings",
559 "workspace-hack",
560 "zed_llm_client",
561]
562
563[[package]]
564name = "assistant_slash_command"
565version = "0.1.0"
566dependencies = [
567 "anyhow",
568 "async-trait",
569 "collections",
570 "derive_more",
571 "extension",
572 "futures 0.3.31",
573 "gpui",
574 "language",
575 "language_model",
576 "parking_lot",
577 "pretty_assertions",
578 "serde",
579 "serde_json",
580 "ui",
581 "workspace",
582 "workspace-hack",
583]
584
585[[package]]
586name = "assistant_slash_commands"
587version = "0.1.0"
588dependencies = [
589 "anyhow",
590 "assistant_slash_command",
591 "cargo_toml",
592 "chrono",
593 "collections",
594 "context_server",
595 "editor",
596 "env_logger 0.11.8",
597 "feature_flags",
598 "fs",
599 "futures 0.3.31",
600 "fuzzy",
601 "globset",
602 "gpui",
603 "html_to_markdown",
604 "http_client",
605 "indexed_docs",
606 "language",
607 "pretty_assertions",
608 "project",
609 "prompt_store",
610 "rope",
611 "serde",
612 "serde_json",
613 "settings",
614 "smol",
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 "prompt_store",
692 "rand 0.8.5",
693 "regex",
694 "reqwest_client",
695 "rust-embed",
696 "schemars",
697 "serde",
698 "serde_json",
699 "settings",
700 "smallvec",
701 "streaming_diff",
702 "strsim",
703 "task",
704 "tempfile",
705 "terminal",
706 "terminal_view",
707 "theme",
708 "tree-sitter-rust",
709 "ui",
710 "unindent",
711 "util",
712 "web_search",
713 "which 6.0.3",
714 "workspace",
715 "workspace-hack",
716 "zed_llm_client",
717 "zlog",
718]
719
720[[package]]
721name = "async-attributes"
722version = "1.1.2"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
725dependencies = [
726 "quote",
727 "syn 1.0.109",
728]
729
730[[package]]
731name = "async-broadcast"
732version = "0.7.2"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
735dependencies = [
736 "event-listener 5.4.0",
737 "event-listener-strategy",
738 "futures-core",
739 "pin-project-lite",
740]
741
742[[package]]
743name = "async-channel"
744version = "1.9.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
747dependencies = [
748 "concurrent-queue",
749 "event-listener 2.5.3",
750 "futures-core",
751]
752
753[[package]]
754name = "async-channel"
755version = "2.3.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
758dependencies = [
759 "concurrent-queue",
760 "event-listener-strategy",
761 "futures-core",
762 "pin-project-lite",
763]
764
765[[package]]
766name = "async-compat"
767version = "0.2.4"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
770dependencies = [
771 "futures-core",
772 "futures-io",
773 "once_cell",
774 "pin-project-lite",
775 "tokio",
776]
777
778[[package]]
779name = "async-compression"
780version = "0.4.22"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
783dependencies = [
784 "deflate64",
785 "flate2",
786 "futures-core",
787 "futures-io",
788 "memchr",
789 "pin-project-lite",
790]
791
792[[package]]
793name = "async-dispatcher"
794version = "0.1.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
797dependencies = [
798 "async-task",
799 "futures-lite 1.13.0",
800]
801
802[[package]]
803name = "async-executor"
804version = "1.13.1"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
807dependencies = [
808 "async-task",
809 "concurrent-queue",
810 "fastrand 2.3.0",
811 "futures-lite 2.6.0",
812 "slab",
813]
814
815[[package]]
816name = "async-fs"
817version = "2.1.2"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
820dependencies = [
821 "async-lock",
822 "blocking",
823 "futures-lite 2.6.0",
824]
825
826[[package]]
827name = "async-global-executor"
828version = "2.4.1"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
831dependencies = [
832 "async-channel 2.3.1",
833 "async-executor",
834 "async-io",
835 "async-lock",
836 "blocking",
837 "futures-lite 2.6.0",
838 "once_cell",
839]
840
841[[package]]
842name = "async-io"
843version = "2.4.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
846dependencies = [
847 "async-lock",
848 "cfg-if",
849 "concurrent-queue",
850 "futures-io",
851 "futures-lite 2.6.0",
852 "parking",
853 "polling",
854 "rustix 0.38.44",
855 "slab",
856 "tracing",
857 "windows-sys 0.59.0",
858]
859
860[[package]]
861name = "async-lock"
862version = "3.4.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
865dependencies = [
866 "event-listener 5.4.0",
867 "event-listener-strategy",
868 "pin-project-lite",
869]
870
871[[package]]
872name = "async-net"
873version = "2.0.0"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
876dependencies = [
877 "async-io",
878 "blocking",
879 "futures-lite 2.6.0",
880]
881
882[[package]]
883name = "async-pipe"
884version = "0.1.3"
885source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
886dependencies = [
887 "futures 0.3.31",
888 "log",
889]
890
891[[package]]
892name = "async-process"
893version = "2.3.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
896dependencies = [
897 "async-channel 2.3.1",
898 "async-io",
899 "async-lock",
900 "async-signal",
901 "async-task",
902 "blocking",
903 "cfg-if",
904 "event-listener 5.4.0",
905 "futures-lite 2.6.0",
906 "rustix 0.38.44",
907 "tracing",
908]
909
910[[package]]
911name = "async-recursion"
912version = "0.3.2"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
915dependencies = [
916 "proc-macro2",
917 "quote",
918 "syn 1.0.109",
919]
920
921[[package]]
922name = "async-recursion"
923version = "1.1.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
926dependencies = [
927 "proc-macro2",
928 "quote",
929 "syn 2.0.101",
930]
931
932[[package]]
933name = "async-signal"
934version = "0.2.10"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
937dependencies = [
938 "async-io",
939 "async-lock",
940 "atomic-waker",
941 "cfg-if",
942 "futures-core",
943 "futures-io",
944 "rustix 0.38.44",
945 "signal-hook-registry",
946 "slab",
947 "windows-sys 0.59.0",
948]
949
950[[package]]
951name = "async-std"
952version = "1.13.1"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
955dependencies = [
956 "async-attributes",
957 "async-channel 1.9.0",
958 "async-global-executor",
959 "async-io",
960 "async-lock",
961 "async-process",
962 "crossbeam-utils",
963 "futures-channel",
964 "futures-core",
965 "futures-io",
966 "futures-lite 2.6.0",
967 "gloo-timers",
968 "kv-log-macro",
969 "log",
970 "memchr",
971 "once_cell",
972 "pin-project-lite",
973 "pin-utils",
974 "slab",
975 "wasm-bindgen-futures",
976]
977
978[[package]]
979name = "async-stream"
980version = "0.3.6"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
983dependencies = [
984 "async-stream-impl",
985 "futures-core",
986 "pin-project-lite",
987]
988
989[[package]]
990name = "async-stream-impl"
991version = "0.3.6"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
994dependencies = [
995 "proc-macro2",
996 "quote",
997 "syn 2.0.101",
998]
999
1000[[package]]
1001name = "async-stripe"
1002version = "0.40.0"
1003source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1004dependencies = [
1005 "chrono",
1006 "futures-util",
1007 "http-types",
1008 "hyper 0.14.32",
1009 "hyper-rustls 0.24.2",
1010 "serde",
1011 "serde_json",
1012 "serde_path_to_error",
1013 "serde_qs 0.10.1",
1014 "smart-default",
1015 "smol_str 0.1.24",
1016 "thiserror 1.0.69",
1017 "tokio",
1018]
1019
1020[[package]]
1021name = "async-tar"
1022version = "0.5.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1025dependencies = [
1026 "async-std",
1027 "filetime",
1028 "libc",
1029 "pin-project",
1030 "redox_syscall 0.2.16",
1031 "xattr",
1032]
1033
1034[[package]]
1035name = "async-task"
1036version = "4.7.1"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1039
1040[[package]]
1041name = "async-trait"
1042version = "0.1.88"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
1045dependencies = [
1046 "proc-macro2",
1047 "quote",
1048 "syn 2.0.101",
1049]
1050
1051[[package]]
1052name = "async-tungstenite"
1053version = "0.29.1"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1056dependencies = [
1057 "atomic-waker",
1058 "futures-core",
1059 "futures-io",
1060 "futures-task",
1061 "futures-util",
1062 "log",
1063 "pin-project-lite",
1064 "rustls-pki-types",
1065 "tokio",
1066 "tokio-rustls 0.26.2",
1067 "tungstenite 0.26.2",
1068]
1069
1070[[package]]
1071name = "async-watch"
1072version = "0.3.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1075dependencies = [
1076 "event-listener 2.5.3",
1077]
1078
1079[[package]]
1080name = "async_zip"
1081version = "0.0.17"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1084dependencies = [
1085 "async-compression",
1086 "crc32fast",
1087 "futures-lite 2.6.0",
1088 "pin-project",
1089 "thiserror 1.0.69",
1090]
1091
1092[[package]]
1093name = "asynchronous-codec"
1094version = "0.7.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1097dependencies = [
1098 "bytes 1.10.1",
1099 "futures-sink",
1100 "futures-util",
1101 "memchr",
1102 "pin-project-lite",
1103]
1104
1105[[package]]
1106name = "atoi"
1107version = "2.0.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1110dependencies = [
1111 "num-traits",
1112]
1113
1114[[package]]
1115name = "atomic"
1116version = "0.5.3"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1119
1120[[package]]
1121name = "atomic-waker"
1122version = "1.1.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1125
1126[[package]]
1127name = "audio"
1128version = "0.1.0"
1129dependencies = [
1130 "anyhow",
1131 "collections",
1132 "derive_more",
1133 "gpui",
1134 "parking_lot",
1135 "rodio",
1136 "util",
1137 "workspace-hack",
1138]
1139
1140[[package]]
1141name = "auditable-serde"
1142version = "0.8.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1145dependencies = [
1146 "semver",
1147 "serde",
1148 "serde_json",
1149 "topological-sort",
1150]
1151
1152[[package]]
1153name = "auto_update"
1154version = "0.1.0"
1155dependencies = [
1156 "anyhow",
1157 "client",
1158 "db",
1159 "gpui",
1160 "http_client",
1161 "log",
1162 "paths",
1163 "release_channel",
1164 "schemars",
1165 "serde",
1166 "serde_json",
1167 "settings",
1168 "smol",
1169 "tempfile",
1170 "which 6.0.3",
1171 "workspace",
1172 "workspace-hack",
1173]
1174
1175[[package]]
1176name = "auto_update_helper"
1177version = "0.1.0"
1178dependencies = [
1179 "anyhow",
1180 "log",
1181 "simplelog",
1182 "windows 0.61.1",
1183 "winresource",
1184 "workspace-hack",
1185]
1186
1187[[package]]
1188name = "auto_update_ui"
1189version = "0.1.0"
1190dependencies = [
1191 "anyhow",
1192 "auto_update",
1193 "client",
1194 "editor",
1195 "gpui",
1196 "http_client",
1197 "markdown_preview",
1198 "release_channel",
1199 "serde",
1200 "serde_json",
1201 "smol",
1202 "util",
1203 "workspace",
1204 "workspace-hack",
1205]
1206
1207[[package]]
1208name = "autocfg"
1209version = "1.4.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1212
1213[[package]]
1214name = "av1-grain"
1215version = "0.2.3"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1218dependencies = [
1219 "anyhow",
1220 "arrayvec",
1221 "log",
1222 "nom",
1223 "num-rational",
1224 "v_frame",
1225]
1226
1227[[package]]
1228name = "avif-serialize"
1229version = "0.8.3"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1232dependencies = [
1233 "arrayvec",
1234]
1235
1236[[package]]
1237name = "aws-config"
1238version = "1.6.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1241dependencies = [
1242 "aws-credential-types",
1243 "aws-runtime",
1244 "aws-sdk-sso",
1245 "aws-sdk-ssooidc",
1246 "aws-sdk-sts",
1247 "aws-smithy-async",
1248 "aws-smithy-http",
1249 "aws-smithy-json",
1250 "aws-smithy-runtime",
1251 "aws-smithy-runtime-api",
1252 "aws-smithy-types",
1253 "aws-types",
1254 "bytes 1.10.1",
1255 "fastrand 2.3.0",
1256 "hex",
1257 "http 1.3.1",
1258 "ring",
1259 "time",
1260 "tokio",
1261 "tracing",
1262 "url",
1263 "zeroize",
1264]
1265
1266[[package]]
1267name = "aws-credential-types"
1268version = "1.2.2"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1271dependencies = [
1272 "aws-smithy-async",
1273 "aws-smithy-runtime-api",
1274 "aws-smithy-types",
1275 "zeroize",
1276]
1277
1278[[package]]
1279name = "aws-lc-rs"
1280version = "1.13.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1283dependencies = [
1284 "aws-lc-sys",
1285 "zeroize",
1286]
1287
1288[[package]]
1289name = "aws-lc-sys"
1290version = "0.29.0"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1293dependencies = [
1294 "bindgen 0.69.5",
1295 "cc",
1296 "cmake",
1297 "dunce",
1298 "fs_extra",
1299]
1300
1301[[package]]
1302name = "aws-runtime"
1303version = "1.5.6"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1306dependencies = [
1307 "aws-credential-types",
1308 "aws-sigv4",
1309 "aws-smithy-async",
1310 "aws-smithy-eventstream",
1311 "aws-smithy-http",
1312 "aws-smithy-runtime",
1313 "aws-smithy-runtime-api",
1314 "aws-smithy-types",
1315 "aws-types",
1316 "bytes 1.10.1",
1317 "fastrand 2.3.0",
1318 "http 0.2.12",
1319 "http-body 0.4.6",
1320 "once_cell",
1321 "percent-encoding",
1322 "pin-project-lite",
1323 "tracing",
1324 "uuid",
1325]
1326
1327[[package]]
1328name = "aws-sdk-bedrockruntime"
1329version = "1.82.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1332dependencies = [
1333 "aws-credential-types",
1334 "aws-runtime",
1335 "aws-sigv4",
1336 "aws-smithy-async",
1337 "aws-smithy-eventstream",
1338 "aws-smithy-http",
1339 "aws-smithy-json",
1340 "aws-smithy-runtime",
1341 "aws-smithy-runtime-api",
1342 "aws-smithy-types",
1343 "aws-types",
1344 "bytes 1.10.1",
1345 "fastrand 2.3.0",
1346 "http 0.2.12",
1347 "hyper 0.14.32",
1348 "once_cell",
1349 "regex-lite",
1350 "tracing",
1351]
1352
1353[[package]]
1354name = "aws-sdk-kinesis"
1355version = "1.66.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1358dependencies = [
1359 "aws-credential-types",
1360 "aws-runtime",
1361 "aws-smithy-async",
1362 "aws-smithy-eventstream",
1363 "aws-smithy-http",
1364 "aws-smithy-json",
1365 "aws-smithy-runtime",
1366 "aws-smithy-runtime-api",
1367 "aws-smithy-types",
1368 "aws-types",
1369 "bytes 1.10.1",
1370 "fastrand 2.3.0",
1371 "http 0.2.12",
1372 "once_cell",
1373 "regex-lite",
1374 "tracing",
1375]
1376
1377[[package]]
1378name = "aws-sdk-s3"
1379version = "1.82.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1382dependencies = [
1383 "aws-credential-types",
1384 "aws-runtime",
1385 "aws-sigv4",
1386 "aws-smithy-async",
1387 "aws-smithy-checksums",
1388 "aws-smithy-eventstream",
1389 "aws-smithy-http",
1390 "aws-smithy-json",
1391 "aws-smithy-runtime",
1392 "aws-smithy-runtime-api",
1393 "aws-smithy-types",
1394 "aws-smithy-xml",
1395 "aws-types",
1396 "bytes 1.10.1",
1397 "fastrand 2.3.0",
1398 "hex",
1399 "hmac",
1400 "http 0.2.12",
1401 "http 1.3.1",
1402 "http-body 0.4.6",
1403 "lru",
1404 "once_cell",
1405 "percent-encoding",
1406 "regex-lite",
1407 "sha2",
1408 "tracing",
1409 "url",
1410]
1411
1412[[package]]
1413name = "aws-sdk-sso"
1414version = "1.64.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1417dependencies = [
1418 "aws-credential-types",
1419 "aws-runtime",
1420 "aws-smithy-async",
1421 "aws-smithy-http",
1422 "aws-smithy-json",
1423 "aws-smithy-runtime",
1424 "aws-smithy-runtime-api",
1425 "aws-smithy-types",
1426 "aws-types",
1427 "bytes 1.10.1",
1428 "fastrand 2.3.0",
1429 "http 0.2.12",
1430 "once_cell",
1431 "regex-lite",
1432 "tracing",
1433]
1434
1435[[package]]
1436name = "aws-sdk-ssooidc"
1437version = "1.65.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1440dependencies = [
1441 "aws-credential-types",
1442 "aws-runtime",
1443 "aws-smithy-async",
1444 "aws-smithy-http",
1445 "aws-smithy-json",
1446 "aws-smithy-runtime",
1447 "aws-smithy-runtime-api",
1448 "aws-smithy-types",
1449 "aws-types",
1450 "bytes 1.10.1",
1451 "fastrand 2.3.0",
1452 "http 0.2.12",
1453 "once_cell",
1454 "regex-lite",
1455 "tracing",
1456]
1457
1458[[package]]
1459name = "aws-sdk-sts"
1460version = "1.65.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1463dependencies = [
1464 "aws-credential-types",
1465 "aws-runtime",
1466 "aws-smithy-async",
1467 "aws-smithy-http",
1468 "aws-smithy-json",
1469 "aws-smithy-query",
1470 "aws-smithy-runtime",
1471 "aws-smithy-runtime-api",
1472 "aws-smithy-types",
1473 "aws-smithy-xml",
1474 "aws-types",
1475 "fastrand 2.3.0",
1476 "http 0.2.12",
1477 "once_cell",
1478 "regex-lite",
1479 "tracing",
1480]
1481
1482[[package]]
1483name = "aws-sigv4"
1484version = "1.3.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1487dependencies = [
1488 "aws-credential-types",
1489 "aws-smithy-eventstream",
1490 "aws-smithy-http",
1491 "aws-smithy-runtime-api",
1492 "aws-smithy-types",
1493 "bytes 1.10.1",
1494 "crypto-bigint 0.5.5",
1495 "form_urlencoded",
1496 "hex",
1497 "hmac",
1498 "http 0.2.12",
1499 "http 1.3.1",
1500 "once_cell",
1501 "p256",
1502 "percent-encoding",
1503 "ring",
1504 "sha2",
1505 "subtle",
1506 "time",
1507 "tracing",
1508 "zeroize",
1509]
1510
1511[[package]]
1512name = "aws-smithy-async"
1513version = "1.2.5"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1516dependencies = [
1517 "futures-util",
1518 "pin-project-lite",
1519 "tokio",
1520]
1521
1522[[package]]
1523name = "aws-smithy-checksums"
1524version = "0.63.1"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1527dependencies = [
1528 "aws-smithy-http",
1529 "aws-smithy-types",
1530 "bytes 1.10.1",
1531 "crc32c",
1532 "crc32fast",
1533 "crc64fast-nvme",
1534 "hex",
1535 "http 0.2.12",
1536 "http-body 0.4.6",
1537 "md-5",
1538 "pin-project-lite",
1539 "sha1",
1540 "sha2",
1541 "tracing",
1542]
1543
1544[[package]]
1545name = "aws-smithy-eventstream"
1546version = "0.60.8"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1549dependencies = [
1550 "aws-smithy-types",
1551 "bytes 1.10.1",
1552 "crc32fast",
1553]
1554
1555[[package]]
1556name = "aws-smithy-http"
1557version = "0.62.0"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1560dependencies = [
1561 "aws-smithy-eventstream",
1562 "aws-smithy-runtime-api",
1563 "aws-smithy-types",
1564 "bytes 1.10.1",
1565 "bytes-utils",
1566 "futures-core",
1567 "http 0.2.12",
1568 "http 1.3.1",
1569 "http-body 0.4.6",
1570 "once_cell",
1571 "percent-encoding",
1572 "pin-project-lite",
1573 "pin-utils",
1574 "tracing",
1575]
1576
1577[[package]]
1578name = "aws-smithy-http-client"
1579version = "1.0.1"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1582dependencies = [
1583 "aws-smithy-async",
1584 "aws-smithy-runtime-api",
1585 "aws-smithy-types",
1586 "h2 0.4.9",
1587 "http 0.2.12",
1588 "http 1.3.1",
1589 "http-body 0.4.6",
1590 "hyper 0.14.32",
1591 "hyper 1.6.0",
1592 "hyper-rustls 0.24.2",
1593 "hyper-rustls 0.27.5",
1594 "hyper-util",
1595 "pin-project-lite",
1596 "rustls 0.21.12",
1597 "rustls 0.23.26",
1598 "rustls-native-certs 0.8.1",
1599 "rustls-pki-types",
1600 "tokio",
1601 "tower 0.5.2",
1602 "tracing",
1603]
1604
1605[[package]]
1606name = "aws-smithy-json"
1607version = "0.61.3"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1610dependencies = [
1611 "aws-smithy-types",
1612]
1613
1614[[package]]
1615name = "aws-smithy-observability"
1616version = "0.1.2"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1619dependencies = [
1620 "aws-smithy-runtime-api",
1621 "once_cell",
1622]
1623
1624[[package]]
1625name = "aws-smithy-query"
1626version = "0.60.7"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1629dependencies = [
1630 "aws-smithy-types",
1631 "urlencoding",
1632]
1633
1634[[package]]
1635name = "aws-smithy-runtime"
1636version = "1.8.1"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1639dependencies = [
1640 "aws-smithy-async",
1641 "aws-smithy-http",
1642 "aws-smithy-http-client",
1643 "aws-smithy-observability",
1644 "aws-smithy-runtime-api",
1645 "aws-smithy-types",
1646 "bytes 1.10.1",
1647 "fastrand 2.3.0",
1648 "http 0.2.12",
1649 "http 1.3.1",
1650 "http-body 0.4.6",
1651 "http-body 1.0.1",
1652 "once_cell",
1653 "pin-project-lite",
1654 "pin-utils",
1655 "tokio",
1656 "tracing",
1657]
1658
1659[[package]]
1660name = "aws-smithy-runtime-api"
1661version = "1.7.4"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1664dependencies = [
1665 "aws-smithy-async",
1666 "aws-smithy-types",
1667 "bytes 1.10.1",
1668 "http 0.2.12",
1669 "http 1.3.1",
1670 "pin-project-lite",
1671 "tokio",
1672 "tracing",
1673 "zeroize",
1674]
1675
1676[[package]]
1677name = "aws-smithy-types"
1678version = "1.3.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1681dependencies = [
1682 "base64-simd",
1683 "bytes 1.10.1",
1684 "bytes-utils",
1685 "futures-core",
1686 "http 0.2.12",
1687 "http 1.3.1",
1688 "http-body 0.4.6",
1689 "http-body 1.0.1",
1690 "http-body-util",
1691 "itoa",
1692 "num-integer",
1693 "pin-project-lite",
1694 "pin-utils",
1695 "ryu",
1696 "serde",
1697 "time",
1698 "tokio",
1699 "tokio-util",
1700]
1701
1702[[package]]
1703name = "aws-smithy-xml"
1704version = "0.60.9"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1707dependencies = [
1708 "xmlparser",
1709]
1710
1711[[package]]
1712name = "aws-types"
1713version = "1.3.6"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1716dependencies = [
1717 "aws-credential-types",
1718 "aws-smithy-async",
1719 "aws-smithy-runtime-api",
1720 "aws-smithy-types",
1721 "rustc_version",
1722 "tracing",
1723]
1724
1725[[package]]
1726name = "aws_http_client"
1727version = "0.1.0"
1728dependencies = [
1729 "aws-smithy-runtime-api",
1730 "aws-smithy-types",
1731 "futures 0.3.31",
1732 "http_client",
1733 "tokio",
1734 "workspace-hack",
1735]
1736
1737[[package]]
1738name = "axum"
1739version = "0.6.20"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1742dependencies = [
1743 "async-trait",
1744 "axum-core",
1745 "base64 0.21.7",
1746 "bitflags 1.3.2",
1747 "bytes 1.10.1",
1748 "futures-util",
1749 "headers",
1750 "http 0.2.12",
1751 "http-body 0.4.6",
1752 "hyper 0.14.32",
1753 "itoa",
1754 "matchit",
1755 "memchr",
1756 "mime",
1757 "percent-encoding",
1758 "pin-project-lite",
1759 "rustversion",
1760 "serde",
1761 "serde_json",
1762 "serde_path_to_error",
1763 "serde_urlencoded",
1764 "sha1",
1765 "sync_wrapper 0.1.2",
1766 "tokio",
1767 "tokio-tungstenite 0.20.1",
1768 "tower 0.4.13",
1769 "tower-layer",
1770 "tower-service",
1771]
1772
1773[[package]]
1774name = "axum-core"
1775version = "0.3.4"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1778dependencies = [
1779 "async-trait",
1780 "bytes 1.10.1",
1781 "futures-util",
1782 "http 0.2.12",
1783 "http-body 0.4.6",
1784 "mime",
1785 "rustversion",
1786 "tower-layer",
1787 "tower-service",
1788]
1789
1790[[package]]
1791name = "axum-extra"
1792version = "0.4.2"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1795dependencies = [
1796 "axum",
1797 "bytes 1.10.1",
1798 "futures-util",
1799 "http 0.2.12",
1800 "mime",
1801 "pin-project-lite",
1802 "serde",
1803 "serde_json",
1804 "tokio",
1805 "tower 0.4.13",
1806 "tower-http 0.3.5",
1807 "tower-layer",
1808 "tower-service",
1809]
1810
1811[[package]]
1812name = "backtrace"
1813version = "0.3.74"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1816dependencies = [
1817 "addr2line",
1818 "cfg-if",
1819 "libc",
1820 "miniz_oxide",
1821 "object",
1822 "rustc-demangle",
1823 "windows-targets 0.52.6",
1824]
1825
1826[[package]]
1827name = "base16ct"
1828version = "0.1.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1831
1832[[package]]
1833name = "base64"
1834version = "0.13.1"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1837
1838[[package]]
1839name = "base64"
1840version = "0.21.7"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1843
1844[[package]]
1845name = "base64"
1846version = "0.22.1"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1849
1850[[package]]
1851name = "base64-simd"
1852version = "0.8.0"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1855dependencies = [
1856 "outref",
1857 "vsimd",
1858]
1859
1860[[package]]
1861name = "base64ct"
1862version = "1.7.3"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
1865
1866[[package]]
1867name = "bedrock"
1868version = "0.1.0"
1869dependencies = [
1870 "anyhow",
1871 "aws-sdk-bedrockruntime",
1872 "aws-smithy-types",
1873 "futures 0.3.31",
1874 "schemars",
1875 "serde",
1876 "serde_json",
1877 "strum 0.27.1",
1878 "thiserror 2.0.12",
1879 "tokio",
1880 "workspace-hack",
1881]
1882
1883[[package]]
1884name = "beef"
1885version = "0.5.2"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1888
1889[[package]]
1890name = "bigdecimal"
1891version = "0.4.8"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1894dependencies = [
1895 "autocfg",
1896 "libm",
1897 "num-bigint",
1898 "num-integer",
1899 "num-traits",
1900 "serde",
1901]
1902
1903[[package]]
1904name = "bincode"
1905version = "1.3.3"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1908dependencies = [
1909 "serde",
1910]
1911
1912[[package]]
1913name = "bindgen"
1914version = "0.69.5"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1917dependencies = [
1918 "bitflags 2.9.0",
1919 "cexpr",
1920 "clang-sys",
1921 "itertools 0.12.1",
1922 "lazy_static",
1923 "lazycell",
1924 "log",
1925 "prettyplease",
1926 "proc-macro2",
1927 "quote",
1928 "regex",
1929 "rustc-hash 1.1.0",
1930 "shlex",
1931 "syn 2.0.101",
1932 "which 4.4.2",
1933]
1934
1935[[package]]
1936name = "bindgen"
1937version = "0.70.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1940dependencies = [
1941 "bitflags 2.9.0",
1942 "cexpr",
1943 "clang-sys",
1944 "itertools 0.13.0",
1945 "proc-macro2",
1946 "quote",
1947 "regex",
1948 "rustc-hash 1.1.0",
1949 "shlex",
1950 "syn 2.0.101",
1951]
1952
1953[[package]]
1954name = "bindgen"
1955version = "0.71.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1958dependencies = [
1959 "bitflags 2.9.0",
1960 "cexpr",
1961 "clang-sys",
1962 "itertools 0.13.0",
1963 "log",
1964 "prettyplease",
1965 "proc-macro2",
1966 "quote",
1967 "regex",
1968 "rustc-hash 2.1.1",
1969 "shlex",
1970 "syn 2.0.101",
1971]
1972
1973[[package]]
1974name = "bit-set"
1975version = "0.5.3"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1978dependencies = [
1979 "bit-vec 0.6.3",
1980]
1981
1982[[package]]
1983name = "bit-set"
1984version = "0.8.0"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1987dependencies = [
1988 "bit-vec 0.8.0",
1989]
1990
1991[[package]]
1992name = "bit-vec"
1993version = "0.6.3"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1996
1997[[package]]
1998name = "bit-vec"
1999version = "0.8.0"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2002
2003[[package]]
2004name = "bit_field"
2005version = "0.10.2"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2008
2009[[package]]
2010name = "bitflags"
2011version = "1.3.2"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2014
2015[[package]]
2016name = "bitflags"
2017version = "2.9.0"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2020dependencies = [
2021 "serde",
2022]
2023
2024[[package]]
2025name = "bitstream-io"
2026version = "2.6.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2029
2030[[package]]
2031name = "bitvec"
2032version = "1.0.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2035dependencies = [
2036 "funty",
2037 "radium",
2038 "tap",
2039 "wyz",
2040]
2041
2042[[package]]
2043name = "blade-graphics"
2044version = "0.6.0"
2045source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2046dependencies = [
2047 "ash",
2048 "ash-window",
2049 "bitflags 2.9.0",
2050 "bytemuck",
2051 "codespan-reporting 0.11.1",
2052 "glow",
2053 "gpu-alloc",
2054 "gpu-alloc-ash",
2055 "hidden-trait",
2056 "js-sys",
2057 "khronos-egl",
2058 "libloading",
2059 "log",
2060 "mint",
2061 "naga",
2062 "objc2",
2063 "objc2-app-kit",
2064 "objc2-core-foundation",
2065 "objc2-foundation",
2066 "objc2-metal",
2067 "objc2-quartz-core",
2068 "objc2-ui-kit",
2069 "raw-window-handle",
2070 "slab",
2071 "wasm-bindgen",
2072 "web-sys",
2073]
2074
2075[[package]]
2076name = "blade-macros"
2077version = "0.3.0"
2078source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2079dependencies = [
2080 "proc-macro2",
2081 "quote",
2082 "syn 2.0.101",
2083]
2084
2085[[package]]
2086name = "blade-util"
2087version = "0.2.0"
2088source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2089dependencies = [
2090 "blade-graphics",
2091 "bytemuck",
2092 "log",
2093 "profiling",
2094]
2095
2096[[package]]
2097name = "blake2"
2098version = "0.10.6"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2101dependencies = [
2102 "digest",
2103]
2104
2105[[package]]
2106name = "blake3"
2107version = "1.8.2"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2110dependencies = [
2111 "arrayref",
2112 "arrayvec",
2113 "cc",
2114 "cfg-if",
2115 "constant_time_eq 0.3.1",
2116]
2117
2118[[package]]
2119name = "block"
2120version = "0.1.6"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2123
2124[[package]]
2125name = "block-buffer"
2126version = "0.10.4"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2129dependencies = [
2130 "generic-array",
2131]
2132
2133[[package]]
2134name = "block-padding"
2135version = "0.3.3"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2138dependencies = [
2139 "generic-array",
2140]
2141
2142[[package]]
2143name = "block2"
2144version = "0.6.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2147dependencies = [
2148 "objc2",
2149]
2150
2151[[package]]
2152name = "blocking"
2153version = "1.6.1"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2156dependencies = [
2157 "async-channel 2.3.1",
2158 "async-task",
2159 "futures-io",
2160 "futures-lite 2.6.0",
2161 "piper",
2162]
2163
2164[[package]]
2165name = "borrow-or-share"
2166version = "0.2.2"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2169
2170[[package]]
2171name = "borsh"
2172version = "1.5.7"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2175dependencies = [
2176 "borsh-derive",
2177 "cfg_aliases 0.2.1",
2178]
2179
2180[[package]]
2181name = "borsh-derive"
2182version = "1.5.7"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2185dependencies = [
2186 "once_cell",
2187 "proc-macro-crate",
2188 "proc-macro2",
2189 "quote",
2190 "syn 2.0.101",
2191]
2192
2193[[package]]
2194name = "breadcrumbs"
2195version = "0.1.0"
2196dependencies = [
2197 "editor",
2198 "gpui",
2199 "itertools 0.14.0",
2200 "theme",
2201 "ui",
2202 "workspace",
2203 "workspace-hack",
2204 "zed_actions",
2205]
2206
2207[[package]]
2208name = "bstr"
2209version = "1.12.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2212dependencies = [
2213 "memchr",
2214 "regex-automata 0.4.9",
2215 "serde",
2216]
2217
2218[[package]]
2219name = "buffer_diff"
2220version = "0.1.0"
2221dependencies = [
2222 "anyhow",
2223 "clock",
2224 "ctor",
2225 "env_logger 0.11.8",
2226 "futures 0.3.31",
2227 "git2",
2228 "gpui",
2229 "language",
2230 "log",
2231 "pretty_assertions",
2232 "rand 0.8.5",
2233 "rope",
2234 "serde_json",
2235 "sum_tree",
2236 "text",
2237 "unindent",
2238 "util",
2239 "workspace-hack",
2240]
2241
2242[[package]]
2243name = "built"
2244version = "0.7.7"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2247
2248[[package]]
2249name = "bumpalo"
2250version = "3.17.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2253dependencies = [
2254 "allocator-api2",
2255]
2256
2257[[package]]
2258name = "by_address"
2259version = "1.2.1"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2262
2263[[package]]
2264name = "bytecheck"
2265version = "0.6.12"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2268dependencies = [
2269 "bytecheck_derive",
2270 "ptr_meta",
2271 "simdutf8",
2272]
2273
2274[[package]]
2275name = "bytecheck_derive"
2276version = "0.6.12"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2279dependencies = [
2280 "proc-macro2",
2281 "quote",
2282 "syn 1.0.109",
2283]
2284
2285[[package]]
2286name = "bytecount"
2287version = "0.6.8"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2290
2291[[package]]
2292name = "bytemuck"
2293version = "1.22.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2296dependencies = [
2297 "bytemuck_derive",
2298]
2299
2300[[package]]
2301name = "bytemuck_derive"
2302version = "1.9.3"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2305dependencies = [
2306 "proc-macro2",
2307 "quote",
2308 "syn 2.0.101",
2309]
2310
2311[[package]]
2312name = "byteorder"
2313version = "1.5.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2316
2317[[package]]
2318name = "byteorder-lite"
2319version = "0.1.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2322
2323[[package]]
2324name = "bytes"
2325version = "0.4.12"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2328dependencies = [
2329 "byteorder",
2330 "iovec",
2331]
2332
2333[[package]]
2334name = "bytes"
2335version = "1.10.1"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2338
2339[[package]]
2340name = "bytes-utils"
2341version = "0.1.4"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2344dependencies = [
2345 "bytes 1.10.1",
2346 "either",
2347]
2348
2349[[package]]
2350name = "bzip2"
2351version = "0.4.4"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2354dependencies = [
2355 "bzip2-sys",
2356 "libc",
2357]
2358
2359[[package]]
2360name = "bzip2-sys"
2361version = "0.1.13+1.0.8"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2364dependencies = [
2365 "cc",
2366 "pkg-config",
2367]
2368
2369[[package]]
2370name = "call"
2371version = "0.1.0"
2372dependencies = [
2373 "anyhow",
2374 "audio",
2375 "client",
2376 "collections",
2377 "fs",
2378 "futures 0.3.31",
2379 "gpui",
2380 "gpui_tokio",
2381 "http_client",
2382 "language",
2383 "livekit_client",
2384 "log",
2385 "postage",
2386 "project",
2387 "schemars",
2388 "serde",
2389 "serde_derive",
2390 "settings",
2391 "telemetry",
2392 "util",
2393 "workspace-hack",
2394]
2395
2396[[package]]
2397name = "calloop"
2398version = "0.13.0"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2401dependencies = [
2402 "bitflags 2.9.0",
2403 "log",
2404 "polling",
2405 "rustix 0.38.44",
2406 "slab",
2407 "thiserror 1.0.69",
2408]
2409
2410[[package]]
2411name = "calloop-wayland-source"
2412version = "0.3.0"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2415dependencies = [
2416 "calloop",
2417 "rustix 0.38.44",
2418 "wayland-backend",
2419 "wayland-client",
2420]
2421
2422[[package]]
2423name = "camino"
2424version = "1.1.9"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2427dependencies = [
2428 "serde",
2429]
2430
2431[[package]]
2432name = "cap-fs-ext"
2433version = "3.4.4"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2436dependencies = [
2437 "cap-primitives",
2438 "cap-std",
2439 "io-lifetimes",
2440 "windows-sys 0.59.0",
2441]
2442
2443[[package]]
2444name = "cap-net-ext"
2445version = "3.4.4"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2448dependencies = [
2449 "cap-primitives",
2450 "cap-std",
2451 "rustix 1.0.7",
2452 "smallvec",
2453]
2454
2455[[package]]
2456name = "cap-primitives"
2457version = "3.4.4"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2460dependencies = [
2461 "ambient-authority",
2462 "fs-set-times",
2463 "io-extras",
2464 "io-lifetimes",
2465 "ipnet",
2466 "maybe-owned",
2467 "rustix 1.0.7",
2468 "rustix-linux-procfs",
2469 "windows-sys 0.59.0",
2470 "winx",
2471]
2472
2473[[package]]
2474name = "cap-rand"
2475version = "3.4.4"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2478dependencies = [
2479 "ambient-authority",
2480 "rand 0.8.5",
2481]
2482
2483[[package]]
2484name = "cap-std"
2485version = "3.4.4"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2488dependencies = [
2489 "cap-primitives",
2490 "io-extras",
2491 "io-lifetimes",
2492 "rustix 1.0.7",
2493]
2494
2495[[package]]
2496name = "cap-time-ext"
2497version = "3.4.4"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2500dependencies = [
2501 "ambient-authority",
2502 "cap-primitives",
2503 "iana-time-zone",
2504 "once_cell",
2505 "rustix 1.0.7",
2506 "winx",
2507]
2508
2509[[package]]
2510name = "cargo-platform"
2511version = "0.1.9"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2514dependencies = [
2515 "serde",
2516]
2517
2518[[package]]
2519name = "cargo_metadata"
2520version = "0.19.2"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2523dependencies = [
2524 "camino",
2525 "cargo-platform",
2526 "semver",
2527 "serde",
2528 "serde_json",
2529 "thiserror 2.0.12",
2530]
2531
2532[[package]]
2533name = "cargo_toml"
2534version = "0.21.0"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2537dependencies = [
2538 "serde",
2539 "toml 0.8.20",
2540]
2541
2542[[package]]
2543name = "cast"
2544version = "0.3.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2547
2548[[package]]
2549name = "cbc"
2550version = "0.1.2"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2553dependencies = [
2554 "cipher",
2555]
2556
2557[[package]]
2558name = "cbindgen"
2559version = "0.28.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2562dependencies = [
2563 "heck 0.4.1",
2564 "indexmap",
2565 "log",
2566 "proc-macro2",
2567 "quote",
2568 "serde",
2569 "serde_json",
2570 "syn 2.0.101",
2571 "tempfile",
2572 "toml 0.8.20",
2573]
2574
2575[[package]]
2576name = "cc"
2577version = "1.2.19"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2580dependencies = [
2581 "jobserver",
2582 "libc",
2583 "shlex",
2584]
2585
2586[[package]]
2587name = "cesu8"
2588version = "1.1.0"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2591
2592[[package]]
2593name = "cexpr"
2594version = "0.6.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2597dependencies = [
2598 "nom",
2599]
2600
2601[[package]]
2602name = "cfg-expr"
2603version = "0.15.8"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2606dependencies = [
2607 "smallvec",
2608 "target-lexicon 0.12.16",
2609]
2610
2611[[package]]
2612name = "cfg-if"
2613version = "1.0.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2616
2617[[package]]
2618name = "cfg_aliases"
2619version = "0.1.1"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2622
2623[[package]]
2624name = "cfg_aliases"
2625version = "0.2.1"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2628
2629[[package]]
2630name = "cgl"
2631version = "0.3.2"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2634dependencies = [
2635 "libc",
2636]
2637
2638[[package]]
2639name = "channel"
2640version = "0.1.0"
2641dependencies = [
2642 "anyhow",
2643 "client",
2644 "clock",
2645 "collections",
2646 "futures 0.3.31",
2647 "gpui",
2648 "http_client",
2649 "language",
2650 "log",
2651 "rand 0.8.5",
2652 "release_channel",
2653 "rpc",
2654 "settings",
2655 "sum_tree",
2656 "text",
2657 "time",
2658 "util",
2659 "workspace-hack",
2660]
2661
2662[[package]]
2663name = "chrono"
2664version = "0.4.41"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2667dependencies = [
2668 "android-tzdata",
2669 "iana-time-zone",
2670 "js-sys",
2671 "num-traits",
2672 "serde",
2673 "wasm-bindgen",
2674 "windows-link",
2675]
2676
2677[[package]]
2678name = "chunked_transfer"
2679version = "1.5.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2682
2683[[package]]
2684name = "ciborium"
2685version = "0.2.2"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2688dependencies = [
2689 "ciborium-io",
2690 "ciborium-ll",
2691 "serde",
2692]
2693
2694[[package]]
2695name = "ciborium-io"
2696version = "0.2.2"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2699
2700[[package]]
2701name = "ciborium-ll"
2702version = "0.2.2"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2705dependencies = [
2706 "ciborium-io",
2707 "half",
2708]
2709
2710[[package]]
2711name = "cipher"
2712version = "0.4.4"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2715dependencies = [
2716 "crypto-common",
2717 "inout",
2718 "zeroize",
2719]
2720
2721[[package]]
2722name = "circular-buffer"
2723version = "1.1.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
2726
2727[[package]]
2728name = "clang-sys"
2729version = "1.8.1"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2732dependencies = [
2733 "glob",
2734 "libc",
2735 "libloading",
2736]
2737
2738[[package]]
2739name = "clap"
2740version = "4.5.37"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2743dependencies = [
2744 "clap_builder",
2745 "clap_derive",
2746]
2747
2748[[package]]
2749name = "clap_builder"
2750version = "4.5.37"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2753dependencies = [
2754 "anstream",
2755 "anstyle",
2756 "clap_lex",
2757 "strsim",
2758 "terminal_size",
2759]
2760
2761[[package]]
2762name = "clap_complete"
2763version = "4.5.47"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
2766dependencies = [
2767 "clap",
2768]
2769
2770[[package]]
2771name = "clap_derive"
2772version = "4.5.32"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2775dependencies = [
2776 "heck 0.5.0",
2777 "proc-macro2",
2778 "quote",
2779 "syn 2.0.101",
2780]
2781
2782[[package]]
2783name = "clap_lex"
2784version = "0.7.4"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2787
2788[[package]]
2789name = "cli"
2790version = "0.1.0"
2791dependencies = [
2792 "anyhow",
2793 "clap",
2794 "collections",
2795 "core-foundation 0.10.0",
2796 "core-services",
2797 "exec",
2798 "fork",
2799 "ipc-channel",
2800 "parking_lot",
2801 "paths",
2802 "plist",
2803 "release_channel",
2804 "serde",
2805 "tempfile",
2806 "util",
2807 "windows 0.61.1",
2808 "workspace-hack",
2809]
2810
2811[[package]]
2812name = "client"
2813version = "0.1.0"
2814dependencies = [
2815 "anyhow",
2816 "async-recursion 0.3.2",
2817 "async-tungstenite",
2818 "base64 0.22.1",
2819 "chrono",
2820 "clock",
2821 "cocoa 0.26.0",
2822 "collections",
2823 "credentials_provider",
2824 "feature_flags",
2825 "futures 0.3.31",
2826 "gpui",
2827 "gpui_tokio",
2828 "http_client",
2829 "http_client_tls",
2830 "httparse",
2831 "log",
2832 "parking_lot",
2833 "paths",
2834 "postage",
2835 "rand 0.8.5",
2836 "release_channel",
2837 "rpc",
2838 "rustls-pki-types",
2839 "schemars",
2840 "serde",
2841 "serde_json",
2842 "settings",
2843 "sha2",
2844 "smol",
2845 "telemetry",
2846 "telemetry_events",
2847 "text",
2848 "thiserror 2.0.12",
2849 "time",
2850 "tiny_http",
2851 "tokio",
2852 "tokio-native-tls",
2853 "tokio-rustls 0.26.2",
2854 "tokio-socks",
2855 "url",
2856 "util",
2857 "windows 0.61.1",
2858 "workspace-hack",
2859 "worktree",
2860]
2861
2862[[package]]
2863name = "clock"
2864version = "0.1.0"
2865dependencies = [
2866 "parking_lot",
2867 "serde",
2868 "smallvec",
2869 "workspace-hack",
2870]
2871
2872[[package]]
2873name = "clru"
2874version = "0.6.2"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2877
2878[[package]]
2879name = "cmake"
2880version = "0.1.54"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
2883dependencies = [
2884 "cc",
2885]
2886
2887[[package]]
2888name = "cobs"
2889version = "0.2.3"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2892
2893[[package]]
2894name = "cocoa"
2895version = "0.25.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2898dependencies = [
2899 "bitflags 1.3.2",
2900 "block",
2901 "cocoa-foundation 0.1.2",
2902 "core-foundation 0.9.4",
2903 "core-graphics 0.23.2",
2904 "foreign-types 0.5.0",
2905 "libc",
2906 "objc",
2907]
2908
2909[[package]]
2910name = "cocoa"
2911version = "0.26.0"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2914dependencies = [
2915 "bitflags 2.9.0",
2916 "block",
2917 "cocoa-foundation 0.2.0",
2918 "core-foundation 0.10.0",
2919 "core-graphics 0.24.0",
2920 "foreign-types 0.5.0",
2921 "libc",
2922 "objc",
2923]
2924
2925[[package]]
2926name = "cocoa-foundation"
2927version = "0.1.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2930dependencies = [
2931 "bitflags 1.3.2",
2932 "block",
2933 "core-foundation 0.9.4",
2934 "core-graphics-types 0.1.3",
2935 "libc",
2936 "objc",
2937]
2938
2939[[package]]
2940name = "cocoa-foundation"
2941version = "0.2.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2944dependencies = [
2945 "bitflags 2.9.0",
2946 "block",
2947 "core-foundation 0.10.0",
2948 "core-graphics-types 0.2.0",
2949 "libc",
2950 "objc",
2951]
2952
2953[[package]]
2954name = "codespan-reporting"
2955version = "0.11.1"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2958dependencies = [
2959 "termcolor",
2960 "unicode-width 0.1.14",
2961]
2962
2963[[package]]
2964name = "codespan-reporting"
2965version = "0.12.0"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
2968dependencies = [
2969 "serde",
2970 "termcolor",
2971 "unicode-width 0.2.0",
2972]
2973
2974[[package]]
2975name = "collab"
2976version = "0.44.0"
2977dependencies = [
2978 "anyhow",
2979 "assistant_context_editor",
2980 "assistant_settings",
2981 "assistant_slash_command",
2982 "assistant_tool",
2983 "async-stripe",
2984 "async-trait",
2985 "async-tungstenite",
2986 "audio",
2987 "aws-config",
2988 "aws-sdk-kinesis",
2989 "aws-sdk-s3",
2990 "axum",
2991 "axum-extra",
2992 "base64 0.22.1",
2993 "buffer_diff",
2994 "call",
2995 "channel",
2996 "chrono",
2997 "client",
2998 "clock",
2999 "collab_ui",
3000 "collections",
3001 "command_palette_hooks",
3002 "context_server",
3003 "ctor",
3004 "dap",
3005 "dashmap 6.1.0",
3006 "debugger_ui",
3007 "derive_more",
3008 "editor",
3009 "env_logger 0.11.8",
3010 "envy",
3011 "extension",
3012 "file_finder",
3013 "fs",
3014 "futures 0.3.31",
3015 "git",
3016 "git_hosting_providers",
3017 "git_ui",
3018 "gpui",
3019 "gpui_tokio",
3020 "hex",
3021 "http_client",
3022 "hyper 0.14.32",
3023 "indoc",
3024 "jsonwebtoken",
3025 "language",
3026 "language_model",
3027 "livekit_api",
3028 "livekit_client",
3029 "log",
3030 "lsp",
3031 "menu",
3032 "multi_buffer",
3033 "nanoid",
3034 "node_runtime",
3035 "notifications",
3036 "parking_lot",
3037 "pretty_assertions",
3038 "project",
3039 "prometheus",
3040 "prompt_store",
3041 "prost 0.9.0",
3042 "rand 0.8.5",
3043 "recent_projects",
3044 "release_channel",
3045 "remote",
3046 "remote_server",
3047 "reqwest 0.11.27",
3048 "reqwest_client",
3049 "rpc",
3050 "rustc-demangle",
3051 "scrypt",
3052 "sea-orm",
3053 "semantic_version",
3054 "semver",
3055 "serde",
3056 "serde_derive",
3057 "serde_json",
3058 "session",
3059 "settings",
3060 "sha2",
3061 "sqlx",
3062 "strum 0.27.1",
3063 "subtle",
3064 "supermaven_api",
3065 "task",
3066 "telemetry_events",
3067 "text",
3068 "theme",
3069 "thiserror 2.0.12",
3070 "time",
3071 "tokio",
3072 "toml 0.8.20",
3073 "tower 0.4.13",
3074 "tower-http 0.4.4",
3075 "tracing",
3076 "tracing-subscriber",
3077 "unindent",
3078 "util",
3079 "uuid",
3080 "workspace",
3081 "workspace-hack",
3082 "worktree",
3083 "zed_llm_client",
3084]
3085
3086[[package]]
3087name = "collab_ui"
3088version = "0.1.0"
3089dependencies = [
3090 "anyhow",
3091 "call",
3092 "channel",
3093 "chrono",
3094 "client",
3095 "collections",
3096 "db",
3097 "editor",
3098 "emojis",
3099 "futures 0.3.31",
3100 "fuzzy",
3101 "gpui",
3102 "http_client",
3103 "language",
3104 "log",
3105 "menu",
3106 "notifications",
3107 "picker",
3108 "pretty_assertions",
3109 "project",
3110 "release_channel",
3111 "rich_text",
3112 "rpc",
3113 "schemars",
3114 "serde",
3115 "serde_derive",
3116 "serde_json",
3117 "settings",
3118 "smallvec",
3119 "story",
3120 "telemetry",
3121 "theme",
3122 "time",
3123 "time_format",
3124 "title_bar",
3125 "tree-sitter-md",
3126 "ui",
3127 "util",
3128 "workspace",
3129 "workspace-hack",
3130]
3131
3132[[package]]
3133name = "collections"
3134version = "0.1.0"
3135dependencies = [
3136 "indexmap",
3137 "rustc-hash 2.1.1",
3138 "workspace-hack",
3139]
3140
3141[[package]]
3142name = "color_quant"
3143version = "1.1.0"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3146
3147[[package]]
3148name = "colorchoice"
3149version = "1.0.3"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3152
3153[[package]]
3154name = "combine"
3155version = "4.6.7"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3158dependencies = [
3159 "bytes 1.10.1",
3160 "memchr",
3161]
3162
3163[[package]]
3164name = "command_palette"
3165version = "0.1.0"
3166dependencies = [
3167 "anyhow",
3168 "client",
3169 "collections",
3170 "command_palette_hooks",
3171 "ctor",
3172 "db",
3173 "editor",
3174 "env_logger 0.11.8",
3175 "fuzzy",
3176 "go_to_line",
3177 "gpui",
3178 "language",
3179 "log",
3180 "menu",
3181 "picker",
3182 "postage",
3183 "project",
3184 "serde",
3185 "serde_json",
3186 "settings",
3187 "telemetry",
3188 "theme",
3189 "time",
3190 "ui",
3191 "util",
3192 "workspace",
3193 "workspace-hack",
3194 "zed_actions",
3195]
3196
3197[[package]]
3198name = "command_palette_hooks"
3199version = "0.1.0"
3200dependencies = [
3201 "collections",
3202 "derive_more",
3203 "gpui",
3204 "workspace-hack",
3205]
3206
3207[[package]]
3208name = "component"
3209version = "0.1.0"
3210dependencies = [
3211 "collections",
3212 "gpui",
3213 "inventory",
3214 "parking_lot",
3215 "strum 0.27.1",
3216 "theme",
3217 "workspace-hack",
3218]
3219
3220[[package]]
3221name = "concurrent-queue"
3222version = "2.5.0"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3225dependencies = [
3226 "crossbeam-utils",
3227]
3228
3229[[package]]
3230name = "console"
3231version = "0.15.11"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3234dependencies = [
3235 "encode_unicode",
3236 "libc",
3237 "once_cell",
3238 "unicode-width 0.2.0",
3239 "windows-sys 0.59.0",
3240]
3241
3242[[package]]
3243name = "const-oid"
3244version = "0.9.6"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3247
3248[[package]]
3249name = "const-random"
3250version = "0.1.18"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3253dependencies = [
3254 "const-random-macro",
3255]
3256
3257[[package]]
3258name = "const-random-macro"
3259version = "0.1.16"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3262dependencies = [
3263 "getrandom 0.2.15",
3264 "once_cell",
3265 "tiny-keccak",
3266]
3267
3268[[package]]
3269name = "constant_time_eq"
3270version = "0.1.5"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3273
3274[[package]]
3275name = "constant_time_eq"
3276version = "0.3.1"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3279
3280[[package]]
3281name = "context_server"
3282version = "0.1.0"
3283dependencies = [
3284 "anyhow",
3285 "async-trait",
3286 "collections",
3287 "futures 0.3.31",
3288 "gpui",
3289 "log",
3290 "parking_lot",
3291 "postage",
3292 "schemars",
3293 "serde",
3294 "serde_json",
3295 "smol",
3296 "url",
3297 "util",
3298 "workspace-hack",
3299]
3300
3301[[package]]
3302name = "convert_case"
3303version = "0.4.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3306
3307[[package]]
3308name = "convert_case"
3309version = "0.6.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3312dependencies = [
3313 "unicode-segmentation",
3314]
3315
3316[[package]]
3317name = "convert_case"
3318version = "0.8.0"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3321dependencies = [
3322 "unicode-segmentation",
3323]
3324
3325[[package]]
3326name = "copilot"
3327version = "0.1.0"
3328dependencies = [
3329 "anyhow",
3330 "async-std",
3331 "chrono",
3332 "client",
3333 "clock",
3334 "collections",
3335 "command_palette_hooks",
3336 "ctor",
3337 "editor",
3338 "env_logger 0.11.8",
3339 "fs",
3340 "futures 0.3.31",
3341 "gpui",
3342 "http_client",
3343 "indoc",
3344 "inline_completion",
3345 "itertools 0.14.0",
3346 "language",
3347 "log",
3348 "lsp",
3349 "menu",
3350 "node_runtime",
3351 "parking_lot",
3352 "paths",
3353 "project",
3354 "rpc",
3355 "serde",
3356 "serde_json",
3357 "settings",
3358 "task",
3359 "theme",
3360 "ui",
3361 "util",
3362 "workspace",
3363 "workspace-hack",
3364]
3365
3366[[package]]
3367name = "core-foundation"
3368version = "0.9.4"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3371dependencies = [
3372 "core-foundation-sys",
3373 "libc",
3374]
3375
3376[[package]]
3377name = "core-foundation"
3378version = "0.10.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3381dependencies = [
3382 "core-foundation-sys",
3383 "libc",
3384]
3385
3386[[package]]
3387name = "core-foundation-sys"
3388version = "0.8.7"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3391
3392[[package]]
3393name = "core-graphics"
3394version = "0.23.2"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3397dependencies = [
3398 "bitflags 1.3.2",
3399 "core-foundation 0.9.4",
3400 "core-graphics-types 0.1.3",
3401 "foreign-types 0.5.0",
3402 "libc",
3403]
3404
3405[[package]]
3406name = "core-graphics"
3407version = "0.24.0"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3410dependencies = [
3411 "bitflags 2.9.0",
3412 "core-foundation 0.10.0",
3413 "core-graphics-types 0.2.0",
3414 "foreign-types 0.5.0",
3415 "libc",
3416]
3417
3418[[package]]
3419name = "core-graphics-helmer-fork"
3420version = "0.24.0"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3423dependencies = [
3424 "bitflags 2.9.0",
3425 "core-foundation 0.9.4",
3426 "core-graphics-types 0.1.3",
3427 "foreign-types 0.5.0",
3428 "libc",
3429]
3430
3431[[package]]
3432name = "core-graphics-types"
3433version = "0.1.3"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3436dependencies = [
3437 "bitflags 1.3.2",
3438 "core-foundation 0.9.4",
3439 "libc",
3440]
3441
3442[[package]]
3443name = "core-graphics-types"
3444version = "0.2.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3447dependencies = [
3448 "bitflags 2.9.0",
3449 "core-foundation 0.10.0",
3450 "libc",
3451]
3452
3453[[package]]
3454name = "core-graphics2"
3455version = "0.4.1"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3458dependencies = [
3459 "bitflags 2.9.0",
3460 "block",
3461 "cfg-if",
3462 "core-foundation 0.10.0",
3463 "libc",
3464]
3465
3466[[package]]
3467name = "core-services"
3468version = "0.2.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3471dependencies = [
3472 "core-foundation 0.9.4",
3473]
3474
3475[[package]]
3476name = "core-text"
3477version = "21.0.0"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3480dependencies = [
3481 "core-foundation 0.10.0",
3482 "core-graphics 0.24.0",
3483 "foreign-types 0.5.0",
3484 "libc",
3485]
3486
3487[[package]]
3488name = "core-video"
3489version = "0.4.3"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3492dependencies = [
3493 "block",
3494 "core-foundation 0.10.0",
3495 "core-graphics2",
3496 "io-surface",
3497 "libc",
3498 "metal",
3499]
3500
3501[[package]]
3502name = "core_maths"
3503version = "0.1.1"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3506dependencies = [
3507 "libm",
3508]
3509
3510[[package]]
3511name = "coreaudio-rs"
3512version = "0.11.3"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3515dependencies = [
3516 "bitflags 1.3.2",
3517 "core-foundation-sys",
3518 "coreaudio-sys",
3519]
3520
3521[[package]]
3522name = "coreaudio-rs"
3523version = "0.12.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3526dependencies = [
3527 "bitflags 1.3.2",
3528 "core-foundation-sys",
3529 "coreaudio-sys",
3530]
3531
3532[[package]]
3533name = "coreaudio-sys"
3534version = "0.2.16"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3537dependencies = [
3538 "bindgen 0.70.1",
3539]
3540
3541[[package]]
3542name = "cosmic-text"
3543version = "0.14.0"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3546dependencies = [
3547 "bitflags 2.9.0",
3548 "fontdb 0.16.2",
3549 "log",
3550 "rangemap",
3551 "rustc-hash 1.1.0",
3552 "rustybuzz 0.14.1",
3553 "self_cell",
3554 "smol_str 0.2.2",
3555 "swash",
3556 "sys-locale",
3557 "ttf-parser 0.21.1",
3558 "unicode-bidi",
3559 "unicode-linebreak",
3560 "unicode-script",
3561 "unicode-segmentation",
3562]
3563
3564[[package]]
3565name = "cpal"
3566version = "0.15.3"
3567source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3568dependencies = [
3569 "alsa",
3570 "core-foundation-sys",
3571 "coreaudio-rs 0.11.3",
3572 "dasp_sample",
3573 "jni",
3574 "js-sys",
3575 "libc",
3576 "mach2",
3577 "ndk",
3578 "ndk-context",
3579 "oboe",
3580 "wasm-bindgen",
3581 "wasm-bindgen-futures",
3582 "web-sys",
3583 "windows 0.54.0",
3584]
3585
3586[[package]]
3587name = "cpp_demangle"
3588version = "0.4.4"
3589source = "registry+https://github.com/rust-lang/crates.io-index"
3590checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3591dependencies = [
3592 "cfg-if",
3593]
3594
3595[[package]]
3596name = "cpufeatures"
3597version = "0.2.17"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3600dependencies = [
3601 "libc",
3602]
3603
3604[[package]]
3605name = "cranelift-bforest"
3606version = "0.116.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3609dependencies = [
3610 "cranelift-entity",
3611]
3612
3613[[package]]
3614name = "cranelift-bitset"
3615version = "0.116.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3618dependencies = [
3619 "serde",
3620 "serde_derive",
3621]
3622
3623[[package]]
3624name = "cranelift-codegen"
3625version = "0.116.1"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3628dependencies = [
3629 "bumpalo",
3630 "cranelift-bforest",
3631 "cranelift-bitset",
3632 "cranelift-codegen-meta",
3633 "cranelift-codegen-shared",
3634 "cranelift-control",
3635 "cranelift-entity",
3636 "cranelift-isle",
3637 "gimli",
3638 "hashbrown 0.14.5",
3639 "log",
3640 "postcard",
3641 "regalloc2",
3642 "rustc-hash 2.1.1",
3643 "serde",
3644 "serde_derive",
3645 "sha2",
3646 "smallvec",
3647 "target-lexicon 0.13.2",
3648]
3649
3650[[package]]
3651name = "cranelift-codegen-meta"
3652version = "0.116.1"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3655dependencies = [
3656 "cranelift-codegen-shared",
3657]
3658
3659[[package]]
3660name = "cranelift-codegen-shared"
3661version = "0.116.1"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3664
3665[[package]]
3666name = "cranelift-control"
3667version = "0.116.1"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3670dependencies = [
3671 "arbitrary",
3672]
3673
3674[[package]]
3675name = "cranelift-entity"
3676version = "0.116.1"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3679dependencies = [
3680 "cranelift-bitset",
3681 "serde",
3682 "serde_derive",
3683]
3684
3685[[package]]
3686name = "cranelift-frontend"
3687version = "0.116.1"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3690dependencies = [
3691 "cranelift-codegen",
3692 "log",
3693 "smallvec",
3694 "target-lexicon 0.13.2",
3695]
3696
3697[[package]]
3698name = "cranelift-isle"
3699version = "0.116.1"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3702
3703[[package]]
3704name = "cranelift-native"
3705version = "0.116.1"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3708dependencies = [
3709 "cranelift-codegen",
3710 "libc",
3711 "target-lexicon 0.13.2",
3712]
3713
3714[[package]]
3715name = "crc"
3716version = "3.2.1"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3719dependencies = [
3720 "crc-catalog",
3721]
3722
3723[[package]]
3724name = "crc-catalog"
3725version = "2.4.0"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3728
3729[[package]]
3730name = "crc32c"
3731version = "0.6.8"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3734dependencies = [
3735 "rustc_version",
3736]
3737
3738[[package]]
3739name = "crc32fast"
3740version = "1.4.2"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3743dependencies = [
3744 "cfg-if",
3745]
3746
3747[[package]]
3748name = "crc64fast-nvme"
3749version = "1.2.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3752dependencies = [
3753 "crc",
3754]
3755
3756[[package]]
3757name = "credentials_provider"
3758version = "0.1.0"
3759dependencies = [
3760 "anyhow",
3761 "futures 0.3.31",
3762 "gpui",
3763 "paths",
3764 "release_channel",
3765 "serde",
3766 "serde_json",
3767 "workspace-hack",
3768]
3769
3770[[package]]
3771name = "criterion"
3772version = "0.5.1"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3775dependencies = [
3776 "anes",
3777 "cast",
3778 "ciborium",
3779 "clap",
3780 "criterion-plot",
3781 "is-terminal",
3782 "itertools 0.10.5",
3783 "num-traits",
3784 "once_cell",
3785 "oorandom",
3786 "plotters",
3787 "rayon",
3788 "regex",
3789 "serde",
3790 "serde_derive",
3791 "serde_json",
3792 "tinytemplate",
3793 "walkdir",
3794]
3795
3796[[package]]
3797name = "criterion-plot"
3798version = "0.5.0"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3801dependencies = [
3802 "cast",
3803 "itertools 0.10.5",
3804]
3805
3806[[package]]
3807name = "crossbeam-channel"
3808version = "0.5.15"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3811dependencies = [
3812 "crossbeam-utils",
3813]
3814
3815[[package]]
3816name = "crossbeam-deque"
3817version = "0.8.6"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3820dependencies = [
3821 "crossbeam-epoch",
3822 "crossbeam-utils",
3823]
3824
3825[[package]]
3826name = "crossbeam-epoch"
3827version = "0.9.18"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3830dependencies = [
3831 "crossbeam-utils",
3832]
3833
3834[[package]]
3835name = "crossbeam-queue"
3836version = "0.3.12"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3839dependencies = [
3840 "crossbeam-utils",
3841]
3842
3843[[package]]
3844name = "crossbeam-utils"
3845version = "0.8.21"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3848
3849[[package]]
3850name = "crunchy"
3851version = "0.2.3"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3854
3855[[package]]
3856name = "crypto-bigint"
3857version = "0.4.9"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3860dependencies = [
3861 "generic-array",
3862 "rand_core 0.6.4",
3863 "subtle",
3864 "zeroize",
3865]
3866
3867[[package]]
3868name = "crypto-bigint"
3869version = "0.5.5"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3872dependencies = [
3873 "rand_core 0.6.4",
3874 "subtle",
3875]
3876
3877[[package]]
3878name = "crypto-common"
3879version = "0.1.6"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3882dependencies = [
3883 "generic-array",
3884 "rand_core 0.6.4",
3885 "typenum",
3886]
3887
3888[[package]]
3889name = "cssparser"
3890version = "0.35.0"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3893dependencies = [
3894 "cssparser-macros",
3895 "dtoa-short",
3896 "itoa",
3897 "phf",
3898 "smallvec",
3899]
3900
3901[[package]]
3902name = "cssparser-macros"
3903version = "0.6.1"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3906dependencies = [
3907 "quote",
3908 "syn 2.0.101",
3909]
3910
3911[[package]]
3912name = "ctor"
3913version = "0.4.2"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3916dependencies = [
3917 "ctor-proc-macro",
3918 "dtor",
3919]
3920
3921[[package]]
3922name = "ctor-proc-macro"
3923version = "0.0.5"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3926
3927[[package]]
3928name = "ctrlc"
3929version = "3.4.6"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3932dependencies = [
3933 "nix 0.29.0",
3934 "windows-sys 0.59.0",
3935]
3936
3937[[package]]
3938name = "cursor-icon"
3939version = "1.1.0"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3942
3943[[package]]
3944name = "cxx"
3945version = "1.0.157"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3948dependencies = [
3949 "cc",
3950 "cxxbridge-cmd",
3951 "cxxbridge-flags",
3952 "cxxbridge-macro",
3953 "foldhash",
3954 "link-cplusplus",
3955]
3956
3957[[package]]
3958name = "cxx-build"
3959version = "1.0.157"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3962dependencies = [
3963 "cc",
3964 "codespan-reporting 0.12.0",
3965 "proc-macro2",
3966 "quote",
3967 "scratch",
3968 "syn 2.0.101",
3969]
3970
3971[[package]]
3972name = "cxxbridge-cmd"
3973version = "1.0.157"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3976dependencies = [
3977 "clap",
3978 "codespan-reporting 0.12.0",
3979 "proc-macro2",
3980 "quote",
3981 "syn 2.0.101",
3982]
3983
3984[[package]]
3985name = "cxxbridge-flags"
3986version = "1.0.157"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3989
3990[[package]]
3991name = "cxxbridge-macro"
3992version = "1.0.157"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3995dependencies = [
3996 "proc-macro2",
3997 "quote",
3998 "rustversion",
3999 "syn 2.0.101",
4000]
4001
4002[[package]]
4003name = "dap"
4004version = "0.1.0"
4005dependencies = [
4006 "anyhow",
4007 "async-compression",
4008 "async-pipe",
4009 "async-tar",
4010 "async-trait",
4011 "client",
4012 "collections",
4013 "dap-types",
4014 "env_logger 0.11.8",
4015 "fs",
4016 "futures 0.3.31",
4017 "gpui",
4018 "http_client",
4019 "language",
4020 "log",
4021 "node_runtime",
4022 "parking_lot",
4023 "paths",
4024 "proto",
4025 "schemars",
4026 "serde",
4027 "serde_json",
4028 "settings",
4029 "smallvec",
4030 "smol",
4031 "task",
4032 "util",
4033 "workspace-hack",
4034]
4035
4036[[package]]
4037name = "dap-types"
4038version = "0.0.1"
4039source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
4040dependencies = [
4041 "schemars",
4042 "serde",
4043 "serde_json",
4044]
4045
4046[[package]]
4047name = "dap_adapters"
4048version = "0.1.0"
4049dependencies = [
4050 "anyhow",
4051 "async-trait",
4052 "dap",
4053 "futures 0.3.31",
4054 "gpui",
4055 "language",
4056 "paths",
4057 "serde",
4058 "serde_json",
4059 "task",
4060 "util",
4061 "workspace-hack",
4062]
4063
4064[[package]]
4065name = "darling"
4066version = "0.20.11"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4069dependencies = [
4070 "darling_core",
4071 "darling_macro",
4072]
4073
4074[[package]]
4075name = "darling_core"
4076version = "0.20.11"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4079dependencies = [
4080 "fnv",
4081 "ident_case",
4082 "proc-macro2",
4083 "quote",
4084 "strsim",
4085 "syn 2.0.101",
4086]
4087
4088[[package]]
4089name = "darling_macro"
4090version = "0.20.11"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4093dependencies = [
4094 "darling_core",
4095 "quote",
4096 "syn 2.0.101",
4097]
4098
4099[[package]]
4100name = "dashmap"
4101version = "5.5.3"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4104dependencies = [
4105 "cfg-if",
4106 "hashbrown 0.14.5",
4107 "lock_api",
4108 "once_cell",
4109 "parking_lot_core",
4110]
4111
4112[[package]]
4113name = "dashmap"
4114version = "6.1.0"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4117dependencies = [
4118 "cfg-if",
4119 "crossbeam-utils",
4120 "hashbrown 0.14.5",
4121 "lock_api",
4122 "once_cell",
4123 "parking_lot_core",
4124]
4125
4126[[package]]
4127name = "dasp_sample"
4128version = "0.11.0"
4129source = "registry+https://github.com/rust-lang/crates.io-index"
4130checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4131
4132[[package]]
4133name = "data-encoding"
4134version = "2.9.0"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4137
4138[[package]]
4139name = "data-url"
4140version = "0.3.1"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4143
4144[[package]]
4145name = "db"
4146version = "0.1.0"
4147dependencies = [
4148 "anyhow",
4149 "gpui",
4150 "indoc",
4151 "log",
4152 "paths",
4153 "release_channel",
4154 "smol",
4155 "sqlez",
4156 "sqlez_macros",
4157 "tempfile",
4158 "util",
4159 "workspace-hack",
4160]
4161
4162[[package]]
4163name = "dbus"
4164version = "0.9.7"
4165source = "registry+https://github.com/rust-lang/crates.io-index"
4166checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4167dependencies = [
4168 "libc",
4169 "libdbus-sys",
4170 "winapi",
4171]
4172
4173[[package]]
4174name = "debug_adapter_extension"
4175version = "0.1.0"
4176dependencies = [
4177 "anyhow",
4178 "async-trait",
4179 "dap",
4180 "extension",
4181 "gpui",
4182 "workspace-hack",
4183]
4184
4185[[package]]
4186name = "debugger_tools"
4187version = "0.1.0"
4188dependencies = [
4189 "anyhow",
4190 "dap",
4191 "editor",
4192 "futures 0.3.31",
4193 "gpui",
4194 "project",
4195 "serde_json",
4196 "settings",
4197 "smol",
4198 "util",
4199 "workspace",
4200 "workspace-hack",
4201]
4202
4203[[package]]
4204name = "debugger_ui"
4205version = "0.1.0"
4206dependencies = [
4207 "anyhow",
4208 "client",
4209 "collections",
4210 "command_palette_hooks",
4211 "dap",
4212 "dap_adapters",
4213 "db",
4214 "debugger_tools",
4215 "editor",
4216 "env_logger 0.11.8",
4217 "feature_flags",
4218 "file_icons",
4219 "futures 0.3.31",
4220 "fuzzy",
4221 "gpui",
4222 "language",
4223 "log",
4224 "menu",
4225 "parking_lot",
4226 "paths",
4227 "picker",
4228 "pretty_assertions",
4229 "project",
4230 "rpc",
4231 "serde",
4232 "serde_json",
4233 "settings",
4234 "shlex",
4235 "sysinfo",
4236 "task",
4237 "tasks_ui",
4238 "terminal_view",
4239 "theme",
4240 "ui",
4241 "unindent",
4242 "util",
4243 "workspace",
4244 "workspace-hack",
4245]
4246
4247[[package]]
4248name = "deepseek"
4249version = "0.1.0"
4250dependencies = [
4251 "anyhow",
4252 "futures 0.3.31",
4253 "http_client",
4254 "schemars",
4255 "serde",
4256 "serde_json",
4257 "workspace-hack",
4258]
4259
4260[[package]]
4261name = "deflate64"
4262version = "0.1.9"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4265
4266[[package]]
4267name = "der"
4268version = "0.6.1"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4271dependencies = [
4272 "const-oid",
4273 "zeroize",
4274]
4275
4276[[package]]
4277name = "der"
4278version = "0.7.10"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4281dependencies = [
4282 "const-oid",
4283 "pem-rfc7468",
4284 "zeroize",
4285]
4286
4287[[package]]
4288name = "deranged"
4289version = "0.4.0"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4292dependencies = [
4293 "powerfmt",
4294 "serde",
4295]
4296
4297[[package]]
4298name = "derive_builder"
4299version = "0.20.2"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4302dependencies = [
4303 "derive_builder_macro",
4304]
4305
4306[[package]]
4307name = "derive_builder_core"
4308version = "0.20.2"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4311dependencies = [
4312 "darling",
4313 "proc-macro2",
4314 "quote",
4315 "syn 2.0.101",
4316]
4317
4318[[package]]
4319name = "derive_builder_macro"
4320version = "0.20.2"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4323dependencies = [
4324 "derive_builder_core",
4325 "syn 2.0.101",
4326]
4327
4328[[package]]
4329name = "derive_more"
4330version = "0.99.19"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4333dependencies = [
4334 "convert_case 0.4.0",
4335 "proc-macro2",
4336 "quote",
4337 "rustc_version",
4338 "syn 2.0.101",
4339]
4340
4341[[package]]
4342name = "derive_refineable"
4343version = "0.1.0"
4344dependencies = [
4345 "proc-macro2",
4346 "quote",
4347 "syn 1.0.109",
4348 "workspace-hack",
4349]
4350
4351[[package]]
4352name = "diagnostics"
4353version = "0.1.0"
4354dependencies = [
4355 "anyhow",
4356 "client",
4357 "collections",
4358 "component",
4359 "ctor",
4360 "editor",
4361 "env_logger 0.11.8",
4362 "futures 0.3.31",
4363 "gpui",
4364 "indoc",
4365 "language",
4366 "log",
4367 "lsp",
4368 "markdown",
4369 "pretty_assertions",
4370 "project",
4371 "rand 0.8.5",
4372 "serde",
4373 "serde_json",
4374 "settings",
4375 "text",
4376 "theme",
4377 "ui",
4378 "unindent",
4379 "util",
4380 "workspace",
4381 "workspace-hack",
4382]
4383
4384[[package]]
4385name = "dialoguer"
4386version = "0.11.0"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4389dependencies = [
4390 "console",
4391 "fuzzy-matcher",
4392 "shell-words",
4393 "tempfile",
4394 "thiserror 1.0.69",
4395 "zeroize",
4396]
4397
4398[[package]]
4399name = "diff"
4400version = "0.1.13"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4403
4404[[package]]
4405name = "digest"
4406version = "0.10.7"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4409dependencies = [
4410 "block-buffer",
4411 "const-oid",
4412 "crypto-common",
4413 "subtle",
4414]
4415
4416[[package]]
4417name = "dirs"
4418version = "4.0.0"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4421dependencies = [
4422 "dirs-sys 0.3.7",
4423]
4424
4425[[package]]
4426name = "dirs"
4427version = "5.0.1"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4430dependencies = [
4431 "dirs-sys 0.4.1",
4432]
4433
4434[[package]]
4435name = "dirs"
4436version = "6.0.0"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4439dependencies = [
4440 "dirs-sys 0.5.0",
4441]
4442
4443[[package]]
4444name = "dirs-sys"
4445version = "0.3.7"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4448dependencies = [
4449 "libc",
4450 "redox_users 0.4.6",
4451 "winapi",
4452]
4453
4454[[package]]
4455name = "dirs-sys"
4456version = "0.4.1"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4459dependencies = [
4460 "libc",
4461 "option-ext",
4462 "redox_users 0.4.6",
4463 "windows-sys 0.48.0",
4464]
4465
4466[[package]]
4467name = "dirs-sys"
4468version = "0.5.0"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4471dependencies = [
4472 "libc",
4473 "option-ext",
4474 "redox_users 0.5.0",
4475 "windows-sys 0.59.0",
4476]
4477
4478[[package]]
4479name = "dispatch"
4480version = "0.2.0"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4483
4484[[package]]
4485name = "dispatch2"
4486version = "0.3.0"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4489dependencies = [
4490 "bitflags 2.9.0",
4491 "objc2",
4492]
4493
4494[[package]]
4495name = "displaydoc"
4496version = "0.2.5"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4499dependencies = [
4500 "proc-macro2",
4501 "quote",
4502 "syn 2.0.101",
4503]
4504
4505[[package]]
4506name = "dlib"
4507version = "0.5.2"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4510dependencies = [
4511 "libloading",
4512]
4513
4514[[package]]
4515name = "docs_preprocessor"
4516version = "0.1.0"
4517dependencies = [
4518 "anyhow",
4519 "clap",
4520 "mdbook",
4521 "regex",
4522 "serde",
4523 "serde_json",
4524 "settings",
4525 "util",
4526 "workspace-hack",
4527]
4528
4529[[package]]
4530name = "documented"
4531version = "0.9.1"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4534dependencies = [
4535 "documented-macros",
4536 "phf",
4537 "thiserror 1.0.69",
4538]
4539
4540[[package]]
4541name = "documented-macros"
4542version = "0.9.1"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4545dependencies = [
4546 "convert_case 0.6.0",
4547 "itertools 0.13.0",
4548 "optfield",
4549 "proc-macro2",
4550 "quote",
4551 "strum 0.26.3",
4552 "syn 2.0.101",
4553]
4554
4555[[package]]
4556name = "dotenv"
4557version = "0.15.0"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4560
4561[[package]]
4562name = "dotenvy"
4563version = "0.15.7"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4566
4567[[package]]
4568name = "downcast-rs"
4569version = "1.2.1"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4572
4573[[package]]
4574name = "doxygen-rs"
4575version = "0.4.2"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4578dependencies = [
4579 "phf",
4580]
4581
4582[[package]]
4583name = "dtoa"
4584version = "1.0.10"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4587
4588[[package]]
4589name = "dtoa-short"
4590version = "0.3.5"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4593dependencies = [
4594 "dtoa",
4595]
4596
4597[[package]]
4598name = "dtor"
4599version = "0.0.6"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4602dependencies = [
4603 "dtor-proc-macro",
4604]
4605
4606[[package]]
4607name = "dtor-proc-macro"
4608version = "0.0.5"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4611
4612[[package]]
4613name = "dunce"
4614version = "1.0.5"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4617
4618[[package]]
4619name = "dwrote"
4620version = "0.11.3"
4621source = "registry+https://github.com/rust-lang/crates.io-index"
4622checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4623dependencies = [
4624 "lazy_static",
4625 "libc",
4626 "winapi",
4627 "wio",
4628]
4629
4630[[package]]
4631name = "dyn-clone"
4632version = "1.0.19"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4635
4636[[package]]
4637name = "ec4rs"
4638version = "1.2.0"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4641
4642[[package]]
4643name = "ecdsa"
4644version = "0.14.8"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4647dependencies = [
4648 "der 0.6.1",
4649 "elliptic-curve",
4650 "rfc6979",
4651 "signature 1.6.4",
4652]
4653
4654[[package]]
4655name = "editor"
4656version = "0.1.0"
4657dependencies = [
4658 "aho-corasick",
4659 "anyhow",
4660 "assets",
4661 "buffer_diff",
4662 "client",
4663 "clock",
4664 "collections",
4665 "command_palette_hooks",
4666 "convert_case 0.8.0",
4667 "ctor",
4668 "db",
4669 "emojis",
4670 "env_logger 0.11.8",
4671 "feature_flags",
4672 "file_icons",
4673 "fs",
4674 "futures 0.3.31",
4675 "fuzzy",
4676 "git",
4677 "gpui",
4678 "http_client",
4679 "indoc",
4680 "inline_completion",
4681 "itertools 0.14.0",
4682 "language",
4683 "languages",
4684 "linkify",
4685 "log",
4686 "lsp",
4687 "markdown",
4688 "menu",
4689 "multi_buffer",
4690 "ordered-float 2.10.1",
4691 "parking_lot",
4692 "pretty_assertions",
4693 "project",
4694 "rand 0.8.5",
4695 "release_channel",
4696 "rpc",
4697 "schemars",
4698 "serde",
4699 "serde_json",
4700 "settings",
4701 "smallvec",
4702 "smol",
4703 "snippet",
4704 "sum_tree",
4705 "task",
4706 "telemetry",
4707 "tempfile",
4708 "text",
4709 "theme",
4710 "time",
4711 "tree-sitter-html",
4712 "tree-sitter-python",
4713 "tree-sitter-rust",
4714 "tree-sitter-typescript",
4715 "ui",
4716 "unicode-script",
4717 "unicode-segmentation",
4718 "unindent",
4719 "url",
4720 "util",
4721 "uuid",
4722 "workspace",
4723 "workspace-hack",
4724 "zed_actions",
4725]
4726
4727[[package]]
4728name = "either"
4729version = "1.15.0"
4730source = "registry+https://github.com/rust-lang/crates.io-index"
4731checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4732dependencies = [
4733 "serde",
4734]
4735
4736[[package]]
4737name = "elasticlunr-rs"
4738version = "3.0.2"
4739source = "registry+https://github.com/rust-lang/crates.io-index"
4740checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4741dependencies = [
4742 "regex",
4743 "serde",
4744 "serde_derive",
4745 "serde_json",
4746]
4747
4748[[package]]
4749name = "elliptic-curve"
4750version = "0.12.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4753dependencies = [
4754 "base16ct",
4755 "crypto-bigint 0.4.9",
4756 "der 0.6.1",
4757 "digest",
4758 "ff",
4759 "generic-array",
4760 "group",
4761 "pkcs8 0.9.0",
4762 "rand_core 0.6.4",
4763 "sec1",
4764 "subtle",
4765 "zeroize",
4766]
4767
4768[[package]]
4769name = "email_address"
4770version = "0.2.9"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4773dependencies = [
4774 "serde",
4775]
4776
4777[[package]]
4778name = "embed-resource"
4779version = "3.0.2"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4782dependencies = [
4783 "cc",
4784 "memchr",
4785 "rustc_version",
4786 "toml 0.8.20",
4787 "vswhom",
4788 "winreg 0.52.0",
4789]
4790
4791[[package]]
4792name = "embedded-io"
4793version = "0.4.0"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4796
4797[[package]]
4798name = "embedded-io"
4799version = "0.6.1"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4802
4803[[package]]
4804name = "emojis"
4805version = "0.6.4"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4808dependencies = [
4809 "phf",
4810]
4811
4812[[package]]
4813name = "encode_unicode"
4814version = "1.0.0"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4817
4818[[package]]
4819name = "encoding_rs"
4820version = "0.8.35"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4823dependencies = [
4824 "cfg-if",
4825]
4826
4827[[package]]
4828name = "endi"
4829version = "1.1.0"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4832
4833[[package]]
4834name = "enumflags2"
4835version = "0.7.11"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4838dependencies = [
4839 "enumflags2_derive",
4840 "serde",
4841]
4842
4843[[package]]
4844name = "enumflags2_derive"
4845version = "0.7.11"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4848dependencies = [
4849 "proc-macro2",
4850 "quote",
4851 "syn 2.0.101",
4852]
4853
4854[[package]]
4855name = "env_filter"
4856version = "0.1.3"
4857source = "registry+https://github.com/rust-lang/crates.io-index"
4858checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4859dependencies = [
4860 "log",
4861 "regex",
4862]
4863
4864[[package]]
4865name = "env_logger"
4866version = "0.10.2"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4869dependencies = [
4870 "humantime",
4871 "is-terminal",
4872 "log",
4873 "regex",
4874 "termcolor",
4875]
4876
4877[[package]]
4878name = "env_logger"
4879version = "0.11.8"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4882dependencies = [
4883 "anstream",
4884 "anstyle",
4885 "env_filter",
4886 "jiff",
4887 "log",
4888]
4889
4890[[package]]
4891name = "envy"
4892version = "0.4.2"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4895dependencies = [
4896 "serde",
4897]
4898
4899[[package]]
4900name = "equivalent"
4901version = "1.0.2"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4904
4905[[package]]
4906name = "erased-serde"
4907version = "0.4.6"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4910dependencies = [
4911 "serde",
4912 "typeid",
4913]
4914
4915[[package]]
4916name = "errno"
4917version = "0.2.8"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4920dependencies = [
4921 "errno-dragonfly",
4922 "libc",
4923 "winapi",
4924]
4925
4926[[package]]
4927name = "errno"
4928version = "0.3.11"
4929source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4931dependencies = [
4932 "libc",
4933 "windows-sys 0.59.0",
4934]
4935
4936[[package]]
4937name = "errno-dragonfly"
4938version = "0.1.2"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4941dependencies = [
4942 "cc",
4943 "libc",
4944]
4945
4946[[package]]
4947name = "etagere"
4948version = "0.2.15"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4951dependencies = [
4952 "euclid",
4953 "svg_fmt",
4954]
4955
4956[[package]]
4957name = "etcetera"
4958version = "0.8.0"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4961dependencies = [
4962 "cfg-if",
4963 "home",
4964 "windows-sys 0.48.0",
4965]
4966
4967[[package]]
4968name = "euclid"
4969version = "0.22.11"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4972dependencies = [
4973 "num-traits",
4974]
4975
4976[[package]]
4977name = "eval"
4978version = "0.1.0"
4979dependencies = [
4980 "agent",
4981 "anyhow",
4982 "assistant_settings",
4983 "assistant_tool",
4984 "assistant_tools",
4985 "async-trait",
4986 "async-watch",
4987 "buffer_diff",
4988 "chrono",
4989 "clap",
4990 "client",
4991 "collections",
4992 "debug_adapter_extension",
4993 "dirs 4.0.0",
4994 "dotenv",
4995 "env_logger 0.11.8",
4996 "extension",
4997 "fs",
4998 "futures 0.3.31",
4999 "gpui",
5000 "gpui_tokio",
5001 "handlebars 4.5.0",
5002 "language",
5003 "language_extension",
5004 "language_model",
5005 "language_models",
5006 "languages",
5007 "markdown",
5008 "node_runtime",
5009 "pathdiff",
5010 "paths",
5011 "pretty_assertions",
5012 "project",
5013 "prompt_store",
5014 "regex",
5015 "release_channel",
5016 "reqwest_client",
5017 "serde",
5018 "serde_json",
5019 "settings",
5020 "shellexpand 2.1.2",
5021 "smol",
5022 "telemetry",
5023 "terminal_view",
5024 "toml 0.8.20",
5025 "unindent",
5026 "util",
5027 "uuid",
5028 "workspace-hack",
5029]
5030
5031[[package]]
5032name = "event-listener"
5033version = "2.5.3"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5036
5037[[package]]
5038name = "event-listener"
5039version = "5.4.0"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5042dependencies = [
5043 "concurrent-queue",
5044 "parking",
5045 "pin-project-lite",
5046]
5047
5048[[package]]
5049name = "event-listener-strategy"
5050version = "0.5.4"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5053dependencies = [
5054 "event-listener 5.4.0",
5055 "pin-project-lite",
5056]
5057
5058[[package]]
5059name = "exec"
5060version = "0.3.1"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5063dependencies = [
5064 "errno 0.2.8",
5065 "libc",
5066]
5067
5068[[package]]
5069name = "exr"
5070version = "1.73.0"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5073dependencies = [
5074 "bit_field",
5075 "half",
5076 "lebe",
5077 "miniz_oxide",
5078 "rayon-core",
5079 "smallvec",
5080 "zune-inflate",
5081]
5082
5083[[package]]
5084name = "extension"
5085version = "0.1.0"
5086dependencies = [
5087 "anyhow",
5088 "async-compression",
5089 "async-tar",
5090 "async-trait",
5091 "collections",
5092 "dap",
5093 "fs",
5094 "futures 0.3.31",
5095 "gpui",
5096 "heck 0.5.0",
5097 "http_client",
5098 "language",
5099 "log",
5100 "lsp",
5101 "parking_lot",
5102 "semantic_version",
5103 "serde",
5104 "serde_json",
5105 "task",
5106 "toml 0.8.20",
5107 "util",
5108 "wasi-preview1-component-adapter-provider",
5109 "wasm-encoder 0.221.3",
5110 "wasmparser 0.221.3",
5111 "wit-component 0.221.3",
5112 "workspace-hack",
5113]
5114
5115[[package]]
5116name = "extension_cli"
5117version = "0.1.0"
5118dependencies = [
5119 "anyhow",
5120 "clap",
5121 "env_logger 0.11.8",
5122 "extension",
5123 "fs",
5124 "gpui",
5125 "language",
5126 "log",
5127 "reqwest_client",
5128 "rpc",
5129 "serde",
5130 "serde_json",
5131 "theme",
5132 "tokio",
5133 "toml 0.8.20",
5134 "tree-sitter",
5135 "wasmtime",
5136 "workspace-hack",
5137]
5138
5139[[package]]
5140name = "extension_host"
5141version = "0.1.0"
5142dependencies = [
5143 "anyhow",
5144 "async-compression",
5145 "async-tar",
5146 "async-trait",
5147 "client",
5148 "collections",
5149 "criterion",
5150 "ctor",
5151 "dap",
5152 "env_logger 0.11.8",
5153 "extension",
5154 "fs",
5155 "futures 0.3.31",
5156 "gpui",
5157 "http_client",
5158 "language",
5159 "language_extension",
5160 "log",
5161 "lsp",
5162 "moka",
5163 "node_runtime",
5164 "parking_lot",
5165 "paths",
5166 "project",
5167 "rand 0.8.5",
5168 "release_channel",
5169 "remote",
5170 "reqwest_client",
5171 "schemars",
5172 "semantic_version",
5173 "serde",
5174 "serde_json",
5175 "serde_json_lenient",
5176 "settings",
5177 "task",
5178 "telemetry",
5179 "tempfile",
5180 "theme",
5181 "theme_extension",
5182 "toml 0.8.20",
5183 "url",
5184 "util",
5185 "wasmparser 0.221.3",
5186 "wasmtime",
5187 "wasmtime-wasi",
5188 "workspace-hack",
5189]
5190
5191[[package]]
5192name = "extensions_ui"
5193version = "0.1.0"
5194dependencies = [
5195 "anyhow",
5196 "client",
5197 "collections",
5198 "db",
5199 "editor",
5200 "extension",
5201 "extension_host",
5202 "fs",
5203 "fuzzy",
5204 "gpui",
5205 "language",
5206 "log",
5207 "num-format",
5208 "picker",
5209 "project",
5210 "release_channel",
5211 "semantic_version",
5212 "serde",
5213 "settings",
5214 "smallvec",
5215 "strum 0.27.1",
5216 "telemetry",
5217 "theme",
5218 "ui",
5219 "util",
5220 "vim_mode_setting",
5221 "workspace",
5222 "workspace-hack",
5223 "zed_actions",
5224]
5225
5226[[package]]
5227name = "fallible-iterator"
5228version = "0.3.0"
5229source = "registry+https://github.com/rust-lang/crates.io-index"
5230checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5231
5232[[package]]
5233name = "fancy-regex"
5234version = "0.13.0"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5237dependencies = [
5238 "bit-set 0.5.3",
5239 "regex-automata 0.4.9",
5240 "regex-syntax 0.8.5",
5241]
5242
5243[[package]]
5244name = "fancy-regex"
5245version = "0.14.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5248dependencies = [
5249 "bit-set 0.8.0",
5250 "regex-automata 0.4.9",
5251 "regex-syntax 0.8.5",
5252]
5253
5254[[package]]
5255name = "fast-srgb8"
5256version = "1.0.0"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5259
5260[[package]]
5261name = "faster-hex"
5262version = "0.9.0"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5265dependencies = [
5266 "serde",
5267]
5268
5269[[package]]
5270name = "faster-hex"
5271version = "0.10.0"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5274dependencies = [
5275 "heapless",
5276 "serde",
5277]
5278
5279[[package]]
5280name = "fastrand"
5281version = "1.9.0"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5284dependencies = [
5285 "instant",
5286]
5287
5288[[package]]
5289name = "fastrand"
5290version = "2.3.0"
5291source = "registry+https://github.com/rust-lang/crates.io-index"
5292checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5293
5294[[package]]
5295name = "fd-lock"
5296version = "4.0.4"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5299dependencies = [
5300 "cfg-if",
5301 "rustix 1.0.7",
5302 "windows-sys 0.59.0",
5303]
5304
5305[[package]]
5306name = "fdeflate"
5307version = "0.3.7"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5310dependencies = [
5311 "simd-adler32",
5312]
5313
5314[[package]]
5315name = "feature_flags"
5316version = "0.1.0"
5317dependencies = [
5318 "futures 0.3.31",
5319 "gpui",
5320 "smol",
5321 "workspace-hack",
5322]
5323
5324[[package]]
5325name = "feedback"
5326version = "0.1.0"
5327dependencies = [
5328 "client",
5329 "editor",
5330 "gpui",
5331 "human_bytes",
5332 "menu",
5333 "release_channel",
5334 "serde",
5335 "sysinfo",
5336 "ui",
5337 "urlencoding",
5338 "util",
5339 "workspace",
5340 "workspace-hack",
5341 "zed_actions",
5342]
5343
5344[[package]]
5345name = "ff"
5346version = "0.12.1"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5349dependencies = [
5350 "rand_core 0.6.4",
5351 "subtle",
5352]
5353
5354[[package]]
5355name = "file_finder"
5356version = "0.1.0"
5357dependencies = [
5358 "anyhow",
5359 "collections",
5360 "ctor",
5361 "editor",
5362 "env_logger 0.11.8",
5363 "file_icons",
5364 "futures 0.3.31",
5365 "fuzzy",
5366 "gpui",
5367 "language",
5368 "menu",
5369 "picker",
5370 "project",
5371 "schemars",
5372 "serde",
5373 "serde_derive",
5374 "serde_json",
5375 "settings",
5376 "text",
5377 "theme",
5378 "ui",
5379 "util",
5380 "workspace",
5381 "workspace-hack",
5382]
5383
5384[[package]]
5385name = "file_icons"
5386version = "0.1.0"
5387dependencies = [
5388 "gpui",
5389 "serde",
5390 "settings",
5391 "theme",
5392 "util",
5393 "workspace-hack",
5394]
5395
5396[[package]]
5397name = "filedescriptor"
5398version = "0.8.3"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5401dependencies = [
5402 "libc",
5403 "thiserror 1.0.69",
5404 "winapi",
5405]
5406
5407[[package]]
5408name = "filetime"
5409version = "0.2.25"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5412dependencies = [
5413 "cfg-if",
5414 "libc",
5415 "libredox",
5416 "windows-sys 0.59.0",
5417]
5418
5419[[package]]
5420name = "fixedbitset"
5421version = "0.4.2"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5424
5425[[package]]
5426name = "flate2"
5427version = "1.1.1"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5430dependencies = [
5431 "crc32fast",
5432 "libz-rs-sys",
5433 "miniz_oxide",
5434]
5435
5436[[package]]
5437name = "float-cmp"
5438version = "0.9.0"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5441
5442[[package]]
5443name = "float-ord"
5444version = "0.3.2"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5447
5448[[package]]
5449name = "float_next_after"
5450version = "1.0.0"
5451source = "registry+https://github.com/rust-lang/crates.io-index"
5452checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5453
5454[[package]]
5455name = "fluent-uri"
5456version = "0.3.2"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5459dependencies = [
5460 "borrow-or-share",
5461 "ref-cast",
5462 "serde",
5463]
5464
5465[[package]]
5466name = "flume"
5467version = "0.11.1"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5470dependencies = [
5471 "futures-core",
5472 "futures-sink",
5473 "nanorand",
5474 "spin",
5475]
5476
5477[[package]]
5478name = "fnv"
5479version = "1.0.7"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
5481checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5482
5483[[package]]
5484name = "foldhash"
5485version = "0.1.5"
5486source = "registry+https://github.com/rust-lang/crates.io-index"
5487checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5488
5489[[package]]
5490name = "font-kit"
5491version = "0.14.1"
5492source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5493dependencies = [
5494 "bitflags 2.9.0",
5495 "byteorder",
5496 "core-foundation 0.10.0",
5497 "core-graphics 0.24.0",
5498 "core-text",
5499 "dirs 5.0.1",
5500 "dwrote",
5501 "float-ord",
5502 "freetype-sys",
5503 "lazy_static",
5504 "libc",
5505 "log",
5506 "pathfinder_geometry",
5507 "pathfinder_simd",
5508 "walkdir",
5509 "winapi",
5510 "yeslogic-fontconfig-sys",
5511]
5512
5513[[package]]
5514name = "font-types"
5515version = "0.8.4"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5518dependencies = [
5519 "bytemuck",
5520]
5521
5522[[package]]
5523name = "fontconfig-parser"
5524version = "0.5.7"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5527dependencies = [
5528 "roxmltree",
5529]
5530
5531[[package]]
5532name = "fontdb"
5533version = "0.16.2"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5536dependencies = [
5537 "fontconfig-parser",
5538 "log",
5539 "memmap2",
5540 "slotmap",
5541 "tinyvec",
5542 "ttf-parser 0.20.0",
5543]
5544
5545[[package]]
5546name = "fontdb"
5547version = "0.23.0"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5550dependencies = [
5551 "fontconfig-parser",
5552 "log",
5553 "memmap2",
5554 "slotmap",
5555 "tinyvec",
5556 "ttf-parser 0.25.1",
5557]
5558
5559[[package]]
5560name = "foreign-types"
5561version = "0.3.2"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5564dependencies = [
5565 "foreign-types-shared 0.1.1",
5566]
5567
5568[[package]]
5569name = "foreign-types"
5570version = "0.5.0"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5573dependencies = [
5574 "foreign-types-macros",
5575 "foreign-types-shared 0.3.1",
5576]
5577
5578[[package]]
5579name = "foreign-types-macros"
5580version = "0.2.3"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5583dependencies = [
5584 "proc-macro2",
5585 "quote",
5586 "syn 2.0.101",
5587]
5588
5589[[package]]
5590name = "foreign-types-shared"
5591version = "0.1.1"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5594
5595[[package]]
5596name = "foreign-types-shared"
5597version = "0.3.1"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5600
5601[[package]]
5602name = "fork"
5603version = "0.2.0"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5606dependencies = [
5607 "libc",
5608]
5609
5610[[package]]
5611name = "form_urlencoded"
5612version = "1.2.1"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5615dependencies = [
5616 "percent-encoding",
5617]
5618
5619[[package]]
5620name = "fraction"
5621version = "0.15.3"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5624dependencies = [
5625 "lazy_static",
5626 "num",
5627]
5628
5629[[package]]
5630name = "freetype-sys"
5631version = "0.20.1"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5634dependencies = [
5635 "cc",
5636 "libc",
5637 "pkg-config",
5638]
5639
5640[[package]]
5641name = "fs"
5642version = "0.1.0"
5643dependencies = [
5644 "anyhow",
5645 "ashpd",
5646 "async-tar",
5647 "async-trait",
5648 "cocoa 0.26.0",
5649 "collections",
5650 "fsevent",
5651 "futures 0.3.31",
5652 "git",
5653 "gpui",
5654 "ignore",
5655 "libc",
5656 "log",
5657 "notify",
5658 "objc",
5659 "parking_lot",
5660 "paths",
5661 "proto",
5662 "rope",
5663 "serde",
5664 "serde_json",
5665 "smol",
5666 "tempfile",
5667 "text",
5668 "time",
5669 "util",
5670 "windows 0.61.1",
5671 "workspace-hack",
5672]
5673
5674[[package]]
5675name = "fs-set-times"
5676version = "0.20.3"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5679dependencies = [
5680 "io-lifetimes",
5681 "rustix 1.0.7",
5682 "windows-sys 0.59.0",
5683]
5684
5685[[package]]
5686name = "fs2"
5687version = "0.4.3"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5690dependencies = [
5691 "libc",
5692 "winapi",
5693]
5694
5695[[package]]
5696name = "fs_extra"
5697version = "1.3.0"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5700
5701[[package]]
5702name = "fsevent"
5703version = "0.1.0"
5704dependencies = [
5705 "bitflags 2.9.0",
5706 "core-foundation 0.10.0",
5707 "fsevent-sys 3.1.0",
5708 "parking_lot",
5709 "tempfile",
5710 "workspace-hack",
5711]
5712
5713[[package]]
5714name = "fsevent-sys"
5715version = "3.1.0"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5718dependencies = [
5719 "libc",
5720]
5721
5722[[package]]
5723name = "fsevent-sys"
5724version = "4.1.0"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5727dependencies = [
5728 "libc",
5729]
5730
5731[[package]]
5732name = "funty"
5733version = "2.0.0"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5736
5737[[package]]
5738name = "futf"
5739version = "0.1.5"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5742dependencies = [
5743 "mac",
5744 "new_debug_unreachable",
5745]
5746
5747[[package]]
5748name = "futures"
5749version = "0.1.31"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5752
5753[[package]]
5754name = "futures"
5755version = "0.3.31"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5758dependencies = [
5759 "futures-channel",
5760 "futures-core",
5761 "futures-executor",
5762 "futures-io",
5763 "futures-sink",
5764 "futures-task",
5765 "futures-util",
5766]
5767
5768[[package]]
5769name = "futures-batch"
5770version = "0.6.1"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5773dependencies = [
5774 "futures 0.3.31",
5775 "futures-timer",
5776 "pin-utils",
5777]
5778
5779[[package]]
5780name = "futures-channel"
5781version = "0.3.31"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5784dependencies = [
5785 "futures-core",
5786 "futures-sink",
5787]
5788
5789[[package]]
5790name = "futures-core"
5791version = "0.3.31"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5794
5795[[package]]
5796name = "futures-executor"
5797version = "0.3.31"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5800dependencies = [
5801 "futures-core",
5802 "futures-task",
5803 "futures-util",
5804]
5805
5806[[package]]
5807name = "futures-intrusive"
5808version = "0.5.0"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5811dependencies = [
5812 "futures-core",
5813 "lock_api",
5814 "parking_lot",
5815]
5816
5817[[package]]
5818name = "futures-io"
5819version = "0.3.31"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5822
5823[[package]]
5824name = "futures-lite"
5825version = "1.13.0"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5828dependencies = [
5829 "fastrand 1.9.0",
5830 "futures-core",
5831 "futures-io",
5832 "memchr",
5833 "parking",
5834 "pin-project-lite",
5835 "waker-fn",
5836]
5837
5838[[package]]
5839name = "futures-lite"
5840version = "2.6.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5843dependencies = [
5844 "fastrand 2.3.0",
5845 "futures-core",
5846 "futures-io",
5847 "parking",
5848 "pin-project-lite",
5849]
5850
5851[[package]]
5852name = "futures-macro"
5853version = "0.3.31"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5856dependencies = [
5857 "proc-macro2",
5858 "quote",
5859 "syn 2.0.101",
5860]
5861
5862[[package]]
5863name = "futures-sink"
5864version = "0.3.31"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5867
5868[[package]]
5869name = "futures-task"
5870version = "0.3.31"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5873
5874[[package]]
5875name = "futures-timer"
5876version = "3.0.3"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5879
5880[[package]]
5881name = "futures-util"
5882version = "0.3.31"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5885dependencies = [
5886 "futures 0.1.31",
5887 "futures-channel",
5888 "futures-core",
5889 "futures-io",
5890 "futures-macro",
5891 "futures-sink",
5892 "futures-task",
5893 "memchr",
5894 "pin-project-lite",
5895 "pin-utils",
5896 "slab",
5897 "tokio-io",
5898]
5899
5900[[package]]
5901name = "fuzzy"
5902version = "0.1.0"
5903dependencies = [
5904 "gpui",
5905 "log",
5906 "util",
5907 "workspace-hack",
5908]
5909
5910[[package]]
5911name = "fuzzy-matcher"
5912version = "0.3.7"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5915dependencies = [
5916 "thread_local",
5917]
5918
5919[[package]]
5920name = "generator"
5921version = "0.8.5"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5924dependencies = [
5925 "cc",
5926 "cfg-if",
5927 "libc",
5928 "log",
5929 "rustversion",
5930 "windows 0.61.1",
5931]
5932
5933[[package]]
5934name = "generic-array"
5935version = "0.14.7"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5938dependencies = [
5939 "typenum",
5940 "version_check",
5941]
5942
5943[[package]]
5944name = "gethostname"
5945version = "0.4.3"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5948dependencies = [
5949 "libc",
5950 "windows-targets 0.48.5",
5951]
5952
5953[[package]]
5954name = "getrandom"
5955version = "0.1.16"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5958dependencies = [
5959 "cfg-if",
5960 "libc",
5961 "wasi 0.9.0+wasi-snapshot-preview1",
5962]
5963
5964[[package]]
5965name = "getrandom"
5966version = "0.2.15"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5969dependencies = [
5970 "cfg-if",
5971 "js-sys",
5972 "libc",
5973 "wasi 0.11.0+wasi-snapshot-preview1",
5974 "wasm-bindgen",
5975]
5976
5977[[package]]
5978name = "getrandom"
5979version = "0.3.2"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5982dependencies = [
5983 "cfg-if",
5984 "js-sys",
5985 "libc",
5986 "r-efi",
5987 "wasi 0.14.2+wasi-0.2.4",
5988 "wasm-bindgen",
5989]
5990
5991[[package]]
5992name = "gif"
5993version = "0.13.1"
5994source = "registry+https://github.com/rust-lang/crates.io-index"
5995checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5996dependencies = [
5997 "color_quant",
5998 "weezl",
5999]
6000
6001[[package]]
6002name = "gimli"
6003version = "0.31.1"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6006dependencies = [
6007 "fallible-iterator",
6008 "indexmap",
6009 "stable_deref_trait",
6010]
6011
6012[[package]]
6013name = "git"
6014version = "0.1.0"
6015dependencies = [
6016 "anyhow",
6017 "askpass",
6018 "async-trait",
6019 "collections",
6020 "derive_more",
6021 "futures 0.3.31",
6022 "git2",
6023 "gpui",
6024 "http_client",
6025 "log",
6026 "parking_lot",
6027 "pretty_assertions",
6028 "regex",
6029 "rope",
6030 "schemars",
6031 "serde",
6032 "serde_json",
6033 "smol",
6034 "sum_tree",
6035 "tempfile",
6036 "text",
6037 "thiserror 2.0.12",
6038 "time",
6039 "unindent",
6040 "url",
6041 "util",
6042 "uuid",
6043 "workspace-hack",
6044]
6045
6046[[package]]
6047name = "git2"
6048version = "0.20.1"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6051dependencies = [
6052 "bitflags 2.9.0",
6053 "libc",
6054 "libgit2-sys",
6055 "log",
6056 "url",
6057]
6058
6059[[package]]
6060name = "git_hosting_providers"
6061version = "0.1.0"
6062dependencies = [
6063 "anyhow",
6064 "async-trait",
6065 "futures 0.3.31",
6066 "git",
6067 "gpui",
6068 "http_client",
6069 "indoc",
6070 "pretty_assertions",
6071 "regex",
6072 "schemars",
6073 "serde",
6074 "serde_json",
6075 "settings",
6076 "url",
6077 "util",
6078 "workspace-hack",
6079]
6080
6081[[package]]
6082name = "git_ui"
6083version = "0.1.0"
6084dependencies = [
6085 "anyhow",
6086 "askpass",
6087 "assistant_settings",
6088 "buffer_diff",
6089 "chrono",
6090 "collections",
6091 "command_palette_hooks",
6092 "component",
6093 "ctor",
6094 "db",
6095 "editor",
6096 "env_logger 0.11.8",
6097 "futures 0.3.31",
6098 "fuzzy",
6099 "git",
6100 "gpui",
6101 "itertools 0.14.0",
6102 "language",
6103 "language_model",
6104 "linkify",
6105 "log",
6106 "markdown",
6107 "menu",
6108 "multi_buffer",
6109 "notifications",
6110 "panel",
6111 "picker",
6112 "postage",
6113 "pretty_assertions",
6114 "project",
6115 "schemars",
6116 "serde",
6117 "serde_derive",
6118 "serde_json",
6119 "settings",
6120 "strum 0.27.1",
6121 "telemetry",
6122 "theme",
6123 "time",
6124 "time_format",
6125 "ui",
6126 "unindent",
6127 "util",
6128 "windows 0.61.1",
6129 "workspace",
6130 "workspace-hack",
6131 "zed_actions",
6132]
6133
6134[[package]]
6135name = "gix"
6136version = "0.71.0"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6139dependencies = [
6140 "gix-actor",
6141 "gix-attributes",
6142 "gix-command",
6143 "gix-commitgraph",
6144 "gix-config",
6145 "gix-date",
6146 "gix-diff",
6147 "gix-discover",
6148 "gix-features 0.41.1",
6149 "gix-filter",
6150 "gix-fs 0.14.0",
6151 "gix-glob",
6152 "gix-hash 0.17.0",
6153 "gix-hashtable",
6154 "gix-ignore",
6155 "gix-index",
6156 "gix-lock",
6157 "gix-object",
6158 "gix-odb",
6159 "gix-pack",
6160 "gix-path",
6161 "gix-pathspec",
6162 "gix-protocol",
6163 "gix-ref",
6164 "gix-refspec",
6165 "gix-revision",
6166 "gix-revwalk",
6167 "gix-sec",
6168 "gix-shallow",
6169 "gix-submodule",
6170 "gix-tempfile",
6171 "gix-trace",
6172 "gix-traverse",
6173 "gix-url",
6174 "gix-utils 0.2.0",
6175 "gix-validate 0.9.4",
6176 "gix-worktree",
6177 "once_cell",
6178 "smallvec",
6179 "thiserror 2.0.12",
6180]
6181
6182[[package]]
6183name = "gix-actor"
6184version = "0.34.0"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6187dependencies = [
6188 "bstr",
6189 "gix-date",
6190 "gix-utils 0.2.0",
6191 "itoa",
6192 "thiserror 2.0.12",
6193 "winnow",
6194]
6195
6196[[package]]
6197name = "gix-attributes"
6198version = "0.25.0"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6201dependencies = [
6202 "bstr",
6203 "gix-glob",
6204 "gix-path",
6205 "gix-quote",
6206 "gix-trace",
6207 "kstring",
6208 "smallvec",
6209 "thiserror 2.0.12",
6210 "unicode-bom",
6211]
6212
6213[[package]]
6214name = "gix-bitmap"
6215version = "0.2.14"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6218dependencies = [
6219 "thiserror 2.0.12",
6220]
6221
6222[[package]]
6223name = "gix-chunk"
6224version = "0.4.11"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6227dependencies = [
6228 "thiserror 2.0.12",
6229]
6230
6231[[package]]
6232name = "gix-command"
6233version = "0.5.0"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6236dependencies = [
6237 "bstr",
6238 "gix-path",
6239 "gix-quote",
6240 "gix-trace",
6241 "shell-words",
6242]
6243
6244[[package]]
6245name = "gix-commitgraph"
6246version = "0.27.0"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6249dependencies = [
6250 "bstr",
6251 "gix-chunk",
6252 "gix-hash 0.17.0",
6253 "memmap2",
6254 "thiserror 2.0.12",
6255]
6256
6257[[package]]
6258name = "gix-config"
6259version = "0.44.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6262dependencies = [
6263 "bstr",
6264 "gix-config-value",
6265 "gix-features 0.41.1",
6266 "gix-glob",
6267 "gix-path",
6268 "gix-ref",
6269 "gix-sec",
6270 "memchr",
6271 "once_cell",
6272 "smallvec",
6273 "thiserror 2.0.12",
6274 "unicode-bom",
6275 "winnow",
6276]
6277
6278[[package]]
6279name = "gix-config-value"
6280version = "0.14.12"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6283dependencies = [
6284 "bitflags 2.9.0",
6285 "bstr",
6286 "gix-path",
6287 "libc",
6288 "thiserror 2.0.12",
6289]
6290
6291[[package]]
6292name = "gix-date"
6293version = "0.9.4"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6296dependencies = [
6297 "bstr",
6298 "itoa",
6299 "jiff",
6300 "thiserror 2.0.12",
6301]
6302
6303[[package]]
6304name = "gix-diff"
6305version = "0.51.0"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6308dependencies = [
6309 "bstr",
6310 "gix-command",
6311 "gix-filter",
6312 "gix-fs 0.14.0",
6313 "gix-hash 0.17.0",
6314 "gix-object",
6315 "gix-path",
6316 "gix-tempfile",
6317 "gix-trace",
6318 "gix-traverse",
6319 "gix-worktree",
6320 "imara-diff",
6321 "thiserror 2.0.12",
6322]
6323
6324[[package]]
6325name = "gix-discover"
6326version = "0.39.0"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6329dependencies = [
6330 "bstr",
6331 "dunce",
6332 "gix-fs 0.14.0",
6333 "gix-hash 0.17.0",
6334 "gix-path",
6335 "gix-ref",
6336 "gix-sec",
6337 "thiserror 2.0.12",
6338]
6339
6340[[package]]
6341name = "gix-features"
6342version = "0.41.1"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6345dependencies = [
6346 "crc32fast",
6347 "crossbeam-channel",
6348 "flate2",
6349 "gix-path",
6350 "gix-trace",
6351 "gix-utils 0.2.0",
6352 "libc",
6353 "once_cell",
6354 "parking_lot",
6355 "prodash",
6356 "thiserror 2.0.12",
6357 "walkdir",
6358]
6359
6360[[package]]
6361name = "gix-features"
6362version = "0.42.1"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6365dependencies = [
6366 "gix-trace",
6367 "gix-utils 0.3.0",
6368 "libc",
6369 "prodash",
6370]
6371
6372[[package]]
6373name = "gix-filter"
6374version = "0.18.0"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6377dependencies = [
6378 "bstr",
6379 "encoding_rs",
6380 "gix-attributes",
6381 "gix-command",
6382 "gix-hash 0.17.0",
6383 "gix-object",
6384 "gix-packetline-blocking",
6385 "gix-path",
6386 "gix-quote",
6387 "gix-trace",
6388 "gix-utils 0.2.0",
6389 "smallvec",
6390 "thiserror 2.0.12",
6391]
6392
6393[[package]]
6394name = "gix-fs"
6395version = "0.14.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6398dependencies = [
6399 "bstr",
6400 "fastrand 2.3.0",
6401 "gix-features 0.41.1",
6402 "gix-path",
6403 "gix-utils 0.2.0",
6404 "thiserror 2.0.12",
6405]
6406
6407[[package]]
6408name = "gix-fs"
6409version = "0.15.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6412dependencies = [
6413 "bstr",
6414 "fastrand 2.3.0",
6415 "gix-features 0.42.1",
6416 "gix-path",
6417 "gix-utils 0.3.0",
6418 "thiserror 2.0.12",
6419]
6420
6421[[package]]
6422name = "gix-glob"
6423version = "0.19.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6426dependencies = [
6427 "bitflags 2.9.0",
6428 "bstr",
6429 "gix-features 0.41.1",
6430 "gix-path",
6431]
6432
6433[[package]]
6434name = "gix-hash"
6435version = "0.17.0"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6438dependencies = [
6439 "faster-hex 0.9.0",
6440 "gix-features 0.41.1",
6441 "sha1-checked",
6442 "thiserror 2.0.12",
6443]
6444
6445[[package]]
6446name = "gix-hash"
6447version = "0.18.0"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6450dependencies = [
6451 "faster-hex 0.10.0",
6452 "gix-features 0.42.1",
6453 "sha1-checked",
6454 "thiserror 2.0.12",
6455]
6456
6457[[package]]
6458name = "gix-hashtable"
6459version = "0.8.1"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6462dependencies = [
6463 "gix-hash 0.18.0",
6464 "hashbrown 0.14.5",
6465 "parking_lot",
6466]
6467
6468[[package]]
6469name = "gix-ignore"
6470version = "0.14.0"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6473dependencies = [
6474 "bstr",
6475 "gix-glob",
6476 "gix-path",
6477 "gix-trace",
6478 "unicode-bom",
6479]
6480
6481[[package]]
6482name = "gix-index"
6483version = "0.39.0"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6486dependencies = [
6487 "bitflags 2.9.0",
6488 "bstr",
6489 "filetime",
6490 "fnv",
6491 "gix-bitmap",
6492 "gix-features 0.41.1",
6493 "gix-fs 0.14.0",
6494 "gix-hash 0.17.0",
6495 "gix-lock",
6496 "gix-object",
6497 "gix-traverse",
6498 "gix-utils 0.2.0",
6499 "gix-validate 0.9.4",
6500 "hashbrown 0.14.5",
6501 "itoa",
6502 "libc",
6503 "memmap2",
6504 "rustix 0.38.44",
6505 "smallvec",
6506 "thiserror 2.0.12",
6507]
6508
6509[[package]]
6510name = "gix-lock"
6511version = "17.1.0"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6514dependencies = [
6515 "gix-tempfile",
6516 "gix-utils 0.3.0",
6517 "thiserror 2.0.12",
6518]
6519
6520[[package]]
6521name = "gix-object"
6522version = "0.48.0"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6525dependencies = [
6526 "bstr",
6527 "gix-actor",
6528 "gix-date",
6529 "gix-features 0.41.1",
6530 "gix-hash 0.17.0",
6531 "gix-hashtable",
6532 "gix-path",
6533 "gix-utils 0.2.0",
6534 "gix-validate 0.9.4",
6535 "itoa",
6536 "smallvec",
6537 "thiserror 2.0.12",
6538 "winnow",
6539]
6540
6541[[package]]
6542name = "gix-odb"
6543version = "0.68.0"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6546dependencies = [
6547 "arc-swap",
6548 "gix-date",
6549 "gix-features 0.41.1",
6550 "gix-fs 0.14.0",
6551 "gix-hash 0.17.0",
6552 "gix-hashtable",
6553 "gix-object",
6554 "gix-pack",
6555 "gix-path",
6556 "gix-quote",
6557 "parking_lot",
6558 "tempfile",
6559 "thiserror 2.0.12",
6560]
6561
6562[[package]]
6563name = "gix-pack"
6564version = "0.58.0"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6567dependencies = [
6568 "clru",
6569 "gix-chunk",
6570 "gix-features 0.41.1",
6571 "gix-hash 0.17.0",
6572 "gix-hashtable",
6573 "gix-object",
6574 "gix-path",
6575 "memmap2",
6576 "smallvec",
6577 "thiserror 2.0.12",
6578 "uluru",
6579]
6580
6581[[package]]
6582name = "gix-packetline"
6583version = "0.18.4"
6584source = "registry+https://github.com/rust-lang/crates.io-index"
6585checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6586dependencies = [
6587 "bstr",
6588 "faster-hex 0.9.0",
6589 "gix-trace",
6590 "thiserror 2.0.12",
6591]
6592
6593[[package]]
6594name = "gix-packetline-blocking"
6595version = "0.18.3"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6598dependencies = [
6599 "bstr",
6600 "faster-hex 0.9.0",
6601 "gix-trace",
6602 "thiserror 2.0.12",
6603]
6604
6605[[package]]
6606name = "gix-path"
6607version = "0.10.18"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6610dependencies = [
6611 "bstr",
6612 "gix-trace",
6613 "gix-validate 0.10.0",
6614 "home",
6615 "once_cell",
6616 "thiserror 2.0.12",
6617]
6618
6619[[package]]
6620name = "gix-pathspec"
6621version = "0.10.0"
6622source = "registry+https://github.com/rust-lang/crates.io-index"
6623checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6624dependencies = [
6625 "bitflags 2.9.0",
6626 "bstr",
6627 "gix-attributes",
6628 "gix-config-value",
6629 "gix-glob",
6630 "gix-path",
6631 "thiserror 2.0.12",
6632]
6633
6634[[package]]
6635name = "gix-protocol"
6636version = "0.49.0"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6639dependencies = [
6640 "bstr",
6641 "gix-date",
6642 "gix-features 0.41.1",
6643 "gix-hash 0.17.0",
6644 "gix-ref",
6645 "gix-shallow",
6646 "gix-transport",
6647 "gix-utils 0.2.0",
6648 "maybe-async",
6649 "thiserror 2.0.12",
6650 "winnow",
6651]
6652
6653[[package]]
6654name = "gix-quote"
6655version = "0.5.0"
6656source = "registry+https://github.com/rust-lang/crates.io-index"
6657checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6658dependencies = [
6659 "bstr",
6660 "gix-utils 0.2.0",
6661 "thiserror 2.0.12",
6662]
6663
6664[[package]]
6665name = "gix-ref"
6666version = "0.51.0"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6669dependencies = [
6670 "gix-actor",
6671 "gix-features 0.41.1",
6672 "gix-fs 0.14.0",
6673 "gix-hash 0.17.0",
6674 "gix-lock",
6675 "gix-object",
6676 "gix-path",
6677 "gix-tempfile",
6678 "gix-utils 0.2.0",
6679 "gix-validate 0.9.4",
6680 "memmap2",
6681 "thiserror 2.0.12",
6682 "winnow",
6683]
6684
6685[[package]]
6686name = "gix-refspec"
6687version = "0.29.0"
6688source = "registry+https://github.com/rust-lang/crates.io-index"
6689checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6690dependencies = [
6691 "bstr",
6692 "gix-hash 0.17.0",
6693 "gix-revision",
6694 "gix-validate 0.9.4",
6695 "smallvec",
6696 "thiserror 2.0.12",
6697]
6698
6699[[package]]
6700name = "gix-revision"
6701version = "0.33.0"
6702source = "registry+https://github.com/rust-lang/crates.io-index"
6703checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6704dependencies = [
6705 "bstr",
6706 "gix-commitgraph",
6707 "gix-date",
6708 "gix-hash 0.17.0",
6709 "gix-object",
6710 "gix-revwalk",
6711 "thiserror 2.0.12",
6712]
6713
6714[[package]]
6715name = "gix-revwalk"
6716version = "0.19.0"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6719dependencies = [
6720 "gix-commitgraph",
6721 "gix-date",
6722 "gix-hash 0.17.0",
6723 "gix-hashtable",
6724 "gix-object",
6725 "smallvec",
6726 "thiserror 2.0.12",
6727]
6728
6729[[package]]
6730name = "gix-sec"
6731version = "0.10.12"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6734dependencies = [
6735 "bitflags 2.9.0",
6736 "gix-path",
6737 "libc",
6738 "windows-sys 0.52.0",
6739]
6740
6741[[package]]
6742name = "gix-shallow"
6743version = "0.3.0"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6746dependencies = [
6747 "bstr",
6748 "gix-hash 0.17.0",
6749 "gix-lock",
6750 "thiserror 2.0.12",
6751]
6752
6753[[package]]
6754name = "gix-submodule"
6755version = "0.18.0"
6756source = "registry+https://github.com/rust-lang/crates.io-index"
6757checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6758dependencies = [
6759 "bstr",
6760 "gix-config",
6761 "gix-path",
6762 "gix-pathspec",
6763 "gix-refspec",
6764 "gix-url",
6765 "thiserror 2.0.12",
6766]
6767
6768[[package]]
6769name = "gix-tempfile"
6770version = "17.1.0"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6773dependencies = [
6774 "dashmap 6.1.0",
6775 "gix-fs 0.15.0",
6776 "libc",
6777 "once_cell",
6778 "parking_lot",
6779 "tempfile",
6780]
6781
6782[[package]]
6783name = "gix-trace"
6784version = "0.1.12"
6785source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6787
6788[[package]]
6789name = "gix-transport"
6790version = "0.46.0"
6791source = "registry+https://github.com/rust-lang/crates.io-index"
6792checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6793dependencies = [
6794 "bstr",
6795 "gix-command",
6796 "gix-features 0.41.1",
6797 "gix-packetline",
6798 "gix-quote",
6799 "gix-sec",
6800 "gix-url",
6801 "thiserror 2.0.12",
6802]
6803
6804[[package]]
6805name = "gix-traverse"
6806version = "0.45.0"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6809dependencies = [
6810 "bitflags 2.9.0",
6811 "gix-commitgraph",
6812 "gix-date",
6813 "gix-hash 0.17.0",
6814 "gix-hashtable",
6815 "gix-object",
6816 "gix-revwalk",
6817 "smallvec",
6818 "thiserror 2.0.12",
6819]
6820
6821[[package]]
6822name = "gix-url"
6823version = "0.30.0"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6826dependencies = [
6827 "bstr",
6828 "gix-features 0.41.1",
6829 "gix-path",
6830 "percent-encoding",
6831 "thiserror 2.0.12",
6832 "url",
6833]
6834
6835[[package]]
6836name = "gix-utils"
6837version = "0.2.0"
6838source = "registry+https://github.com/rust-lang/crates.io-index"
6839checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6840dependencies = [
6841 "fastrand 2.3.0",
6842 "unicode-normalization",
6843]
6844
6845[[package]]
6846name = "gix-utils"
6847version = "0.3.0"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6850dependencies = [
6851 "fastrand 2.3.0",
6852 "unicode-normalization",
6853]
6854
6855[[package]]
6856name = "gix-validate"
6857version = "0.9.4"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6860dependencies = [
6861 "bstr",
6862 "thiserror 2.0.12",
6863]
6864
6865[[package]]
6866name = "gix-validate"
6867version = "0.10.0"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6870dependencies = [
6871 "bstr",
6872 "thiserror 2.0.12",
6873]
6874
6875[[package]]
6876name = "gix-worktree"
6877version = "0.40.0"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6880dependencies = [
6881 "bstr",
6882 "gix-attributes",
6883 "gix-features 0.41.1",
6884 "gix-fs 0.14.0",
6885 "gix-glob",
6886 "gix-hash 0.17.0",
6887 "gix-ignore",
6888 "gix-index",
6889 "gix-object",
6890 "gix-path",
6891 "gix-validate 0.9.4",
6892]
6893
6894[[package]]
6895name = "glob"
6896version = "0.3.2"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6899
6900[[package]]
6901name = "globset"
6902version = "0.4.16"
6903source = "registry+https://github.com/rust-lang/crates.io-index"
6904checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6905dependencies = [
6906 "aho-corasick",
6907 "bstr",
6908 "log",
6909 "regex-automata 0.4.9",
6910 "regex-syntax 0.8.5",
6911]
6912
6913[[package]]
6914name = "gloo-timers"
6915version = "0.3.0"
6916source = "registry+https://github.com/rust-lang/crates.io-index"
6917checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6918dependencies = [
6919 "futures-channel",
6920 "futures-core",
6921 "js-sys",
6922 "wasm-bindgen",
6923]
6924
6925[[package]]
6926name = "glow"
6927version = "0.14.2"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6930dependencies = [
6931 "js-sys",
6932 "slotmap",
6933 "wasm-bindgen",
6934 "web-sys",
6935]
6936
6937[[package]]
6938name = "go_to_line"
6939version = "0.1.0"
6940dependencies = [
6941 "anyhow",
6942 "editor",
6943 "gpui",
6944 "indoc",
6945 "language",
6946 "menu",
6947 "project",
6948 "rope",
6949 "schemars",
6950 "serde",
6951 "serde_json",
6952 "settings",
6953 "text",
6954 "theme",
6955 "tree-sitter-rust",
6956 "tree-sitter-typescript",
6957 "ui",
6958 "util",
6959 "workspace",
6960 "workspace-hack",
6961]
6962
6963[[package]]
6964name = "google_ai"
6965version = "0.1.0"
6966dependencies = [
6967 "anyhow",
6968 "futures 0.3.31",
6969 "http_client",
6970 "schemars",
6971 "serde",
6972 "serde_json",
6973 "strum 0.27.1",
6974 "workspace-hack",
6975]
6976
6977[[package]]
6978name = "gpu-alloc"
6979version = "0.6.0"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6982dependencies = [
6983 "bitflags 2.9.0",
6984 "gpu-alloc-types",
6985]
6986
6987[[package]]
6988name = "gpu-alloc-ash"
6989version = "0.7.0"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
6992dependencies = [
6993 "ash",
6994 "gpu-alloc-types",
6995 "tinyvec",
6996]
6997
6998[[package]]
6999name = "gpu-alloc-types"
7000version = "0.3.0"
7001source = "registry+https://github.com/rust-lang/crates.io-index"
7002checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7003dependencies = [
7004 "bitflags 2.9.0",
7005]
7006
7007[[package]]
7008name = "gpui"
7009version = "0.1.0"
7010dependencies = [
7011 "anyhow",
7012 "as-raw-xcb-connection",
7013 "ashpd",
7014 "async-task",
7015 "backtrace",
7016 "bindgen 0.71.1",
7017 "blade-graphics",
7018 "blade-macros",
7019 "blade-util",
7020 "block",
7021 "bytemuck",
7022 "calloop",
7023 "calloop-wayland-source",
7024 "cbindgen",
7025 "cocoa 0.26.0",
7026 "collections",
7027 "core-foundation 0.10.0",
7028 "core-foundation-sys",
7029 "core-graphics 0.24.0",
7030 "core-text",
7031 "core-video",
7032 "cosmic-text",
7033 "ctor",
7034 "derive_more",
7035 "embed-resource",
7036 "env_logger 0.11.8",
7037 "etagere",
7038 "filedescriptor",
7039 "flume",
7040 "font-kit",
7041 "foreign-types 0.5.0",
7042 "futures 0.3.31",
7043 "gpui_macros",
7044 "http_client",
7045 "image",
7046 "inventory",
7047 "itertools 0.14.0",
7048 "log",
7049 "lyon",
7050 "media",
7051 "metal",
7052 "naga",
7053 "num_cpus",
7054 "objc",
7055 "objc2",
7056 "objc2-metal",
7057 "oo7",
7058 "open",
7059 "parking",
7060 "parking_lot",
7061 "pathfinder_geometry",
7062 "postage",
7063 "profiling",
7064 "rand 0.8.5",
7065 "raw-window-handle",
7066 "refineable",
7067 "reqwest_client",
7068 "resvg",
7069 "scap",
7070 "schemars",
7071 "seahash",
7072 "semantic_version",
7073 "serde",
7074 "serde_derive",
7075 "serde_json",
7076 "slotmap",
7077 "smallvec",
7078 "smol",
7079 "strum 0.27.1",
7080 "sum_tree",
7081 "taffy",
7082 "thiserror 2.0.12",
7083 "unicode-segmentation",
7084 "usvg",
7085 "util",
7086 "uuid",
7087 "waker-fn",
7088 "wayland-backend",
7089 "wayland-client",
7090 "wayland-cursor",
7091 "wayland-protocols",
7092 "wayland-protocols-plasma",
7093 "windows 0.61.1",
7094 "windows-core 0.61.0",
7095 "windows-numerics",
7096 "windows-registry 0.5.1",
7097 "workspace-hack",
7098 "x11-clipboard",
7099 "x11rb",
7100 "xim",
7101 "xkbcommon",
7102]
7103
7104[[package]]
7105name = "gpui_macros"
7106version = "0.1.0"
7107dependencies = [
7108 "gpui",
7109 "proc-macro2",
7110 "quote",
7111 "syn 1.0.109",
7112 "workspace-hack",
7113]
7114
7115[[package]]
7116name = "gpui_tokio"
7117version = "0.1.0"
7118dependencies = [
7119 "gpui",
7120 "tokio",
7121 "util",
7122 "workspace-hack",
7123]
7124
7125[[package]]
7126name = "grid"
7127version = "0.13.0"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7130
7131[[package]]
7132name = "group"
7133version = "0.12.1"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7136dependencies = [
7137 "ff",
7138 "rand_core 0.6.4",
7139 "subtle",
7140]
7141
7142[[package]]
7143name = "h2"
7144version = "0.3.26"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7147dependencies = [
7148 "bytes 1.10.1",
7149 "fnv",
7150 "futures-core",
7151 "futures-sink",
7152 "futures-util",
7153 "http 0.2.12",
7154 "indexmap",
7155 "slab",
7156 "tokio",
7157 "tokio-util",
7158 "tracing",
7159]
7160
7161[[package]]
7162name = "h2"
7163version = "0.4.9"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7166dependencies = [
7167 "atomic-waker",
7168 "bytes 1.10.1",
7169 "fnv",
7170 "futures-core",
7171 "futures-sink",
7172 "http 1.3.1",
7173 "indexmap",
7174 "slab",
7175 "tokio",
7176 "tokio-util",
7177 "tracing",
7178]
7179
7180[[package]]
7181name = "half"
7182version = "2.6.0"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7185dependencies = [
7186 "cfg-if",
7187 "crunchy",
7188 "num-traits",
7189]
7190
7191[[package]]
7192name = "handlebars"
7193version = "4.5.0"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7196dependencies = [
7197 "log",
7198 "pest",
7199 "pest_derive",
7200 "rust-embed",
7201 "serde",
7202 "serde_json",
7203 "thiserror 1.0.69",
7204]
7205
7206[[package]]
7207name = "handlebars"
7208version = "6.3.2"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7211dependencies = [
7212 "derive_builder",
7213 "log",
7214 "num-order",
7215 "pest",
7216 "pest_derive",
7217 "serde",
7218 "serde_json",
7219 "thiserror 2.0.12",
7220]
7221
7222[[package]]
7223name = "hash32"
7224version = "0.3.1"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7227dependencies = [
7228 "byteorder",
7229]
7230
7231[[package]]
7232name = "hashbrown"
7233version = "0.12.3"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7236dependencies = [
7237 "ahash 0.7.8",
7238]
7239
7240[[package]]
7241name = "hashbrown"
7242version = "0.14.5"
7243source = "registry+https://github.com/rust-lang/crates.io-index"
7244checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7245dependencies = [
7246 "ahash 0.8.11",
7247 "allocator-api2",
7248]
7249
7250[[package]]
7251name = "hashbrown"
7252version = "0.15.3"
7253source = "registry+https://github.com/rust-lang/crates.io-index"
7254checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7255dependencies = [
7256 "allocator-api2",
7257 "equivalent",
7258 "foldhash",
7259 "serde",
7260]
7261
7262[[package]]
7263name = "hashlink"
7264version = "0.8.4"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7267dependencies = [
7268 "hashbrown 0.14.5",
7269]
7270
7271[[package]]
7272name = "hashlink"
7273version = "0.10.0"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7276dependencies = [
7277 "hashbrown 0.15.3",
7278]
7279
7280[[package]]
7281name = "headers"
7282version = "0.3.9"
7283source = "registry+https://github.com/rust-lang/crates.io-index"
7284checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7285dependencies = [
7286 "base64 0.21.7",
7287 "bytes 1.10.1",
7288 "headers-core",
7289 "http 0.2.12",
7290 "httpdate",
7291 "mime",
7292 "sha1",
7293]
7294
7295[[package]]
7296name = "headers-core"
7297version = "0.2.0"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7300dependencies = [
7301 "http 0.2.12",
7302]
7303
7304[[package]]
7305name = "heapless"
7306version = "0.8.0"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7309dependencies = [
7310 "hash32",
7311 "stable_deref_trait",
7312]
7313
7314[[package]]
7315name = "heck"
7316version = "0.3.3"
7317source = "registry+https://github.com/rust-lang/crates.io-index"
7318checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7319dependencies = [
7320 "unicode-segmentation",
7321]
7322
7323[[package]]
7324name = "heck"
7325version = "0.4.1"
7326source = "registry+https://github.com/rust-lang/crates.io-index"
7327checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7328dependencies = [
7329 "unicode-segmentation",
7330]
7331
7332[[package]]
7333name = "heck"
7334version = "0.5.0"
7335source = "registry+https://github.com/rust-lang/crates.io-index"
7336checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7337
7338[[package]]
7339name = "heed"
7340version = "0.21.0"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7343dependencies = [
7344 "bitflags 2.9.0",
7345 "byteorder",
7346 "heed-traits",
7347 "heed-types",
7348 "libc",
7349 "lmdb-master-sys",
7350 "once_cell",
7351 "page_size",
7352 "serde",
7353 "synchronoise",
7354 "url",
7355]
7356
7357[[package]]
7358name = "heed-traits"
7359version = "0.20.0"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7362
7363[[package]]
7364name = "heed-types"
7365version = "0.21.0"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7368dependencies = [
7369 "bincode",
7370 "byteorder",
7371 "heed-traits",
7372 "serde",
7373 "serde_json",
7374]
7375
7376[[package]]
7377name = "hermit-abi"
7378version = "0.3.9"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7381
7382[[package]]
7383name = "hermit-abi"
7384version = "0.4.0"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7387
7388[[package]]
7389name = "hermit-abi"
7390version = "0.5.0"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7393
7394[[package]]
7395name = "hex"
7396version = "0.4.3"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7399
7400[[package]]
7401name = "hexf-parse"
7402version = "0.2.1"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7405
7406[[package]]
7407name = "hidden-trait"
7408version = "0.1.2"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7411dependencies = [
7412 "proc-macro2",
7413 "quote",
7414 "syn 1.0.109",
7415]
7416
7417[[package]]
7418name = "hkdf"
7419version = "0.12.4"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7422dependencies = [
7423 "hmac",
7424]
7425
7426[[package]]
7427name = "hmac"
7428version = "0.12.1"
7429source = "registry+https://github.com/rust-lang/crates.io-index"
7430checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7431dependencies = [
7432 "digest",
7433]
7434
7435[[package]]
7436name = "home"
7437version = "0.5.11"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7440dependencies = [
7441 "windows-sys 0.59.0",
7442]
7443
7444[[package]]
7445name = "hound"
7446version = "3.5.1"
7447source = "registry+https://github.com/rust-lang/crates.io-index"
7448checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7449
7450[[package]]
7451name = "html5ever"
7452version = "0.27.0"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7455dependencies = [
7456 "log",
7457 "mac",
7458 "markup5ever 0.12.1",
7459 "proc-macro2",
7460 "quote",
7461 "syn 2.0.101",
7462]
7463
7464[[package]]
7465name = "html5ever"
7466version = "0.31.0"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7469dependencies = [
7470 "log",
7471 "mac",
7472 "markup5ever 0.16.1",
7473 "match_token",
7474]
7475
7476[[package]]
7477name = "html_to_markdown"
7478version = "0.1.0"
7479dependencies = [
7480 "anyhow",
7481 "html5ever 0.27.0",
7482 "indoc",
7483 "markup5ever_rcdom",
7484 "pretty_assertions",
7485 "regex",
7486 "workspace-hack",
7487]
7488
7489[[package]]
7490name = "http"
7491version = "0.2.12"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7494dependencies = [
7495 "bytes 1.10.1",
7496 "fnv",
7497 "itoa",
7498]
7499
7500[[package]]
7501name = "http"
7502version = "1.3.1"
7503source = "registry+https://github.com/rust-lang/crates.io-index"
7504checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7505dependencies = [
7506 "bytes 1.10.1",
7507 "fnv",
7508 "itoa",
7509]
7510
7511[[package]]
7512name = "http-body"
7513version = "0.4.6"
7514source = "registry+https://github.com/rust-lang/crates.io-index"
7515checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7516dependencies = [
7517 "bytes 1.10.1",
7518 "http 0.2.12",
7519 "pin-project-lite",
7520]
7521
7522[[package]]
7523name = "http-body"
7524version = "1.0.1"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7527dependencies = [
7528 "bytes 1.10.1",
7529 "http 1.3.1",
7530]
7531
7532[[package]]
7533name = "http-body-util"
7534version = "0.1.3"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7537dependencies = [
7538 "bytes 1.10.1",
7539 "futures-core",
7540 "http 1.3.1",
7541 "http-body 1.0.1",
7542 "pin-project-lite",
7543]
7544
7545[[package]]
7546name = "http-range-header"
7547version = "0.3.1"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7550
7551[[package]]
7552name = "http-types"
7553version = "2.12.0"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7556dependencies = [
7557 "anyhow",
7558 "async-channel 1.9.0",
7559 "base64 0.13.1",
7560 "futures-lite 1.13.0",
7561 "http 0.2.12",
7562 "infer",
7563 "pin-project-lite",
7564 "rand 0.7.3",
7565 "serde",
7566 "serde_json",
7567 "serde_qs 0.8.5",
7568 "serde_urlencoded",
7569 "url",
7570]
7571
7572[[package]]
7573name = "http_client"
7574version = "0.1.0"
7575dependencies = [
7576 "anyhow",
7577 "bytes 1.10.1",
7578 "derive_more",
7579 "futures 0.3.31",
7580 "http 1.3.1",
7581 "log",
7582 "serde",
7583 "serde_json",
7584 "url",
7585 "workspace-hack",
7586]
7587
7588[[package]]
7589name = "http_client_tls"
7590version = "0.1.0"
7591dependencies = [
7592 "rustls 0.23.26",
7593 "rustls-platform-verifier",
7594 "workspace-hack",
7595]
7596
7597[[package]]
7598name = "httparse"
7599version = "1.10.1"
7600source = "registry+https://github.com/rust-lang/crates.io-index"
7601checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7602
7603[[package]]
7604name = "httpdate"
7605version = "1.0.3"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7608
7609[[package]]
7610name = "human_bytes"
7611version = "0.4.3"
7612source = "registry+https://github.com/rust-lang/crates.io-index"
7613checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7614
7615[[package]]
7616name = "humantime"
7617version = "2.2.0"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7620
7621[[package]]
7622name = "hyper"
7623version = "0.14.32"
7624source = "registry+https://github.com/rust-lang/crates.io-index"
7625checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7626dependencies = [
7627 "bytes 1.10.1",
7628 "futures-channel",
7629 "futures-core",
7630 "futures-util",
7631 "h2 0.3.26",
7632 "http 0.2.12",
7633 "http-body 0.4.6",
7634 "httparse",
7635 "httpdate",
7636 "itoa",
7637 "pin-project-lite",
7638 "socket2",
7639 "tokio",
7640 "tower-service",
7641 "tracing",
7642 "want",
7643]
7644
7645[[package]]
7646name = "hyper"
7647version = "1.6.0"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7650dependencies = [
7651 "bytes 1.10.1",
7652 "futures-channel",
7653 "futures-util",
7654 "h2 0.4.9",
7655 "http 1.3.1",
7656 "http-body 1.0.1",
7657 "httparse",
7658 "itoa",
7659 "pin-project-lite",
7660 "smallvec",
7661 "tokio",
7662 "want",
7663]
7664
7665[[package]]
7666name = "hyper-rustls"
7667version = "0.24.2"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7670dependencies = [
7671 "futures-util",
7672 "http 0.2.12",
7673 "hyper 0.14.32",
7674 "log",
7675 "rustls 0.21.12",
7676 "rustls-native-certs 0.6.3",
7677 "tokio",
7678 "tokio-rustls 0.24.1",
7679]
7680
7681[[package]]
7682name = "hyper-rustls"
7683version = "0.27.5"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7686dependencies = [
7687 "futures-util",
7688 "http 1.3.1",
7689 "hyper 1.6.0",
7690 "hyper-util",
7691 "rustls 0.23.26",
7692 "rustls-native-certs 0.8.1",
7693 "rustls-pki-types",
7694 "tokio",
7695 "tokio-rustls 0.26.2",
7696 "tower-service",
7697]
7698
7699[[package]]
7700name = "hyper-tls"
7701version = "0.5.0"
7702source = "registry+https://github.com/rust-lang/crates.io-index"
7703checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7704dependencies = [
7705 "bytes 1.10.1",
7706 "hyper 0.14.32",
7707 "native-tls",
7708 "tokio",
7709 "tokio-native-tls",
7710]
7711
7712[[package]]
7713name = "hyper-util"
7714version = "0.1.11"
7715source = "registry+https://github.com/rust-lang/crates.io-index"
7716checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7717dependencies = [
7718 "bytes 1.10.1",
7719 "futures-channel",
7720 "futures-util",
7721 "http 1.3.1",
7722 "http-body 1.0.1",
7723 "hyper 1.6.0",
7724 "libc",
7725 "pin-project-lite",
7726 "socket2",
7727 "tokio",
7728 "tower-service",
7729 "tracing",
7730]
7731
7732[[package]]
7733name = "iana-time-zone"
7734version = "0.1.63"
7735source = "registry+https://github.com/rust-lang/crates.io-index"
7736checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7737dependencies = [
7738 "android_system_properties",
7739 "core-foundation-sys",
7740 "iana-time-zone-haiku",
7741 "js-sys",
7742 "log",
7743 "wasm-bindgen",
7744 "windows-core 0.61.0",
7745]
7746
7747[[package]]
7748name = "iana-time-zone-haiku"
7749version = "0.1.2"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7752dependencies = [
7753 "cc",
7754]
7755
7756[[package]]
7757name = "icons"
7758version = "0.1.0"
7759dependencies = [
7760 "serde",
7761 "strum 0.27.1",
7762 "workspace-hack",
7763]
7764
7765[[package]]
7766name = "icu_collections"
7767version = "1.5.0"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7770dependencies = [
7771 "displaydoc",
7772 "yoke",
7773 "zerofrom",
7774 "zerovec",
7775]
7776
7777[[package]]
7778name = "icu_locid"
7779version = "1.5.0"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7782dependencies = [
7783 "displaydoc",
7784 "litemap",
7785 "tinystr",
7786 "writeable",
7787 "zerovec",
7788]
7789
7790[[package]]
7791name = "icu_locid_transform"
7792version = "1.5.0"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7795dependencies = [
7796 "displaydoc",
7797 "icu_locid",
7798 "icu_locid_transform_data",
7799 "icu_provider",
7800 "tinystr",
7801 "zerovec",
7802]
7803
7804[[package]]
7805name = "icu_locid_transform_data"
7806version = "1.5.1"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7809
7810[[package]]
7811name = "icu_normalizer"
7812version = "1.5.0"
7813source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7815dependencies = [
7816 "displaydoc",
7817 "icu_collections",
7818 "icu_normalizer_data",
7819 "icu_properties",
7820 "icu_provider",
7821 "smallvec",
7822 "utf16_iter",
7823 "utf8_iter",
7824 "write16",
7825 "zerovec",
7826]
7827
7828[[package]]
7829name = "icu_normalizer_data"
7830version = "1.5.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7833
7834[[package]]
7835name = "icu_properties"
7836version = "1.5.1"
7837source = "registry+https://github.com/rust-lang/crates.io-index"
7838checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7839dependencies = [
7840 "displaydoc",
7841 "icu_collections",
7842 "icu_locid_transform",
7843 "icu_properties_data",
7844 "icu_provider",
7845 "tinystr",
7846 "zerovec",
7847]
7848
7849[[package]]
7850name = "icu_properties_data"
7851version = "1.5.1"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7854
7855[[package]]
7856name = "icu_provider"
7857version = "1.5.0"
7858source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7860dependencies = [
7861 "displaydoc",
7862 "icu_locid",
7863 "icu_provider_macros",
7864 "stable_deref_trait",
7865 "tinystr",
7866 "writeable",
7867 "yoke",
7868 "zerofrom",
7869 "zerovec",
7870]
7871
7872[[package]]
7873name = "icu_provider_macros"
7874version = "1.5.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7877dependencies = [
7878 "proc-macro2",
7879 "quote",
7880 "syn 2.0.101",
7881]
7882
7883[[package]]
7884name = "id-arena"
7885version = "2.2.1"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7888
7889[[package]]
7890name = "ident_case"
7891version = "1.0.1"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7894
7895[[package]]
7896name = "idna"
7897version = "1.0.3"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7900dependencies = [
7901 "idna_adapter",
7902 "smallvec",
7903 "utf8_iter",
7904]
7905
7906[[package]]
7907name = "idna_adapter"
7908version = "1.2.0"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7911dependencies = [
7912 "icu_normalizer",
7913 "icu_properties",
7914]
7915
7916[[package]]
7917name = "ignore"
7918version = "0.4.23"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7921dependencies = [
7922 "crossbeam-deque",
7923 "globset",
7924 "log",
7925 "memchr",
7926 "regex-automata 0.4.9",
7927 "same-file",
7928 "walkdir",
7929 "winapi-util",
7930]
7931
7932[[package]]
7933name = "image"
7934version = "0.25.6"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7937dependencies = [
7938 "bytemuck",
7939 "byteorder-lite",
7940 "color_quant",
7941 "exr",
7942 "gif",
7943 "image-webp",
7944 "num-traits",
7945 "png",
7946 "qoi",
7947 "ravif",
7948 "rayon",
7949 "rgb",
7950 "tiff",
7951 "zune-core",
7952 "zune-jpeg",
7953]
7954
7955[[package]]
7956name = "image-webp"
7957version = "0.2.1"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7960dependencies = [
7961 "byteorder-lite",
7962 "quick-error",
7963]
7964
7965[[package]]
7966name = "image_viewer"
7967version = "0.1.0"
7968dependencies = [
7969 "anyhow",
7970 "db",
7971 "editor",
7972 "file_icons",
7973 "gpui",
7974 "language",
7975 "log",
7976 "project",
7977 "schemars",
7978 "serde",
7979 "settings",
7980 "theme",
7981 "ui",
7982 "util",
7983 "workspace",
7984 "workspace-hack",
7985]
7986
7987[[package]]
7988name = "imagesize"
7989version = "0.13.0"
7990source = "registry+https://github.com/rust-lang/crates.io-index"
7991checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7992
7993[[package]]
7994name = "imara-diff"
7995version = "0.1.8"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7998dependencies = [
7999 "hashbrown 0.15.3",
8000]
8001
8002[[package]]
8003name = "imgref"
8004version = "1.11.0"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8007
8008[[package]]
8009name = "indexed_docs"
8010version = "0.1.0"
8011dependencies = [
8012 "anyhow",
8013 "async-trait",
8014 "cargo_metadata",
8015 "collections",
8016 "derive_more",
8017 "extension",
8018 "fs",
8019 "futures 0.3.31",
8020 "fuzzy",
8021 "gpui",
8022 "heed",
8023 "html_to_markdown",
8024 "http_client",
8025 "indexmap",
8026 "indoc",
8027 "parking_lot",
8028 "paths",
8029 "pretty_assertions",
8030 "serde",
8031 "strum 0.27.1",
8032 "util",
8033 "workspace-hack",
8034]
8035
8036[[package]]
8037name = "indexmap"
8038version = "2.9.0"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8041dependencies = [
8042 "equivalent",
8043 "hashbrown 0.15.3",
8044 "serde",
8045]
8046
8047[[package]]
8048name = "indoc"
8049version = "2.0.6"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8052
8053[[package]]
8054name = "infer"
8055version = "0.2.3"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8058
8059[[package]]
8060name = "inherent"
8061version = "1.0.12"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8064dependencies = [
8065 "proc-macro2",
8066 "quote",
8067 "syn 2.0.101",
8068]
8069
8070[[package]]
8071name = "inline_completion"
8072version = "0.1.0"
8073dependencies = [
8074 "anyhow",
8075 "gpui",
8076 "language",
8077 "project",
8078 "workspace-hack",
8079 "zed_llm_client",
8080]
8081
8082[[package]]
8083name = "inline_completion_button"
8084version = "0.1.0"
8085dependencies = [
8086 "anyhow",
8087 "client",
8088 "copilot",
8089 "editor",
8090 "feature_flags",
8091 "fs",
8092 "futures 0.3.31",
8093 "gpui",
8094 "indoc",
8095 "inline_completion",
8096 "language",
8097 "lsp",
8098 "paths",
8099 "project",
8100 "regex",
8101 "serde_json",
8102 "settings",
8103 "supermaven",
8104 "telemetry",
8105 "theme",
8106 "ui",
8107 "workspace",
8108 "workspace-hack",
8109 "zed_actions",
8110 "zed_llm_client",
8111 "zeta",
8112]
8113
8114[[package]]
8115name = "inotify"
8116version = "0.11.0"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8119dependencies = [
8120 "bitflags 2.9.0",
8121 "inotify-sys",
8122 "libc",
8123]
8124
8125[[package]]
8126name = "inotify-sys"
8127version = "0.1.5"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8130dependencies = [
8131 "libc",
8132]
8133
8134[[package]]
8135name = "inout"
8136version = "0.1.4"
8137source = "registry+https://github.com/rust-lang/crates.io-index"
8138checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8139dependencies = [
8140 "block-padding",
8141 "generic-array",
8142]
8143
8144[[package]]
8145name = "install_cli"
8146version = "0.1.0"
8147dependencies = [
8148 "anyhow",
8149 "client",
8150 "gpui",
8151 "release_channel",
8152 "smol",
8153 "util",
8154 "workspace",
8155 "workspace-hack",
8156]
8157
8158[[package]]
8159name = "instant"
8160version = "0.1.13"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8163dependencies = [
8164 "cfg-if",
8165]
8166
8167[[package]]
8168name = "interim"
8169version = "0.2.1"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8172dependencies = [
8173 "chrono",
8174 "logos",
8175]
8176
8177[[package]]
8178name = "interpolate_name"
8179version = "0.2.4"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8182dependencies = [
8183 "proc-macro2",
8184 "quote",
8185 "syn 2.0.101",
8186]
8187
8188[[package]]
8189name = "inventory"
8190version = "0.3.20"
8191source = "registry+https://github.com/rust-lang/crates.io-index"
8192checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8193dependencies = [
8194 "rustversion",
8195]
8196
8197[[package]]
8198name = "io-extras"
8199version = "0.18.4"
8200source = "registry+https://github.com/rust-lang/crates.io-index"
8201checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8202dependencies = [
8203 "io-lifetimes",
8204 "windows-sys 0.59.0",
8205]
8206
8207[[package]]
8208name = "io-lifetimes"
8209version = "2.0.4"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8212
8213[[package]]
8214name = "io-surface"
8215version = "0.16.0"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8218dependencies = [
8219 "cgl",
8220 "core-foundation 0.10.0",
8221 "core-foundation-sys",
8222 "leaky-cow",
8223 "libc",
8224]
8225
8226[[package]]
8227name = "iovec"
8228version = "0.1.4"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8231dependencies = [
8232 "libc",
8233]
8234
8235[[package]]
8236name = "ipc-channel"
8237version = "0.19.0"
8238source = "registry+https://github.com/rust-lang/crates.io-index"
8239checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8240dependencies = [
8241 "bincode",
8242 "crossbeam-channel",
8243 "fnv",
8244 "lazy_static",
8245 "libc",
8246 "mio",
8247 "rand 0.8.5",
8248 "serde",
8249 "tempfile",
8250 "uuid",
8251 "windows 0.58.0",
8252]
8253
8254[[package]]
8255name = "ipnet"
8256version = "2.11.0"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8259
8260[[package]]
8261name = "is-docker"
8262version = "0.2.0"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8265dependencies = [
8266 "once_cell",
8267]
8268
8269[[package]]
8270name = "is-terminal"
8271version = "0.4.16"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8274dependencies = [
8275 "hermit-abi 0.5.0",
8276 "libc",
8277 "windows-sys 0.59.0",
8278]
8279
8280[[package]]
8281name = "is-wsl"
8282version = "0.4.0"
8283source = "registry+https://github.com/rust-lang/crates.io-index"
8284checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8285dependencies = [
8286 "is-docker",
8287 "once_cell",
8288]
8289
8290[[package]]
8291name = "is_terminal_polyfill"
8292version = "1.70.1"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8295
8296[[package]]
8297name = "itertools"
8298version = "0.10.5"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8301dependencies = [
8302 "either",
8303]
8304
8305[[package]]
8306name = "itertools"
8307version = "0.11.0"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8310dependencies = [
8311 "either",
8312]
8313
8314[[package]]
8315name = "itertools"
8316version = "0.12.1"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8319dependencies = [
8320 "either",
8321]
8322
8323[[package]]
8324name = "itertools"
8325version = "0.13.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8328dependencies = [
8329 "either",
8330]
8331
8332[[package]]
8333name = "itertools"
8334version = "0.14.0"
8335source = "registry+https://github.com/rust-lang/crates.io-index"
8336checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8337dependencies = [
8338 "either",
8339]
8340
8341[[package]]
8342name = "itoa"
8343version = "1.0.15"
8344source = "registry+https://github.com/rust-lang/crates.io-index"
8345checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8346
8347[[package]]
8348name = "jiff"
8349version = "0.2.10"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8352dependencies = [
8353 "jiff-static",
8354 "jiff-tzdb-platform",
8355 "log",
8356 "portable-atomic",
8357 "portable-atomic-util",
8358 "serde",
8359 "windows-sys 0.59.0",
8360]
8361
8362[[package]]
8363name = "jiff-static"
8364version = "0.2.10"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8367dependencies = [
8368 "proc-macro2",
8369 "quote",
8370 "syn 2.0.101",
8371]
8372
8373[[package]]
8374name = "jiff-tzdb"
8375version = "0.1.4"
8376source = "registry+https://github.com/rust-lang/crates.io-index"
8377checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8378
8379[[package]]
8380name = "jiff-tzdb-platform"
8381version = "0.1.3"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8384dependencies = [
8385 "jiff-tzdb",
8386]
8387
8388[[package]]
8389name = "jj"
8390version = "0.1.0"
8391dependencies = [
8392 "anyhow",
8393 "gpui",
8394 "jj-lib",
8395 "workspace-hack",
8396]
8397
8398[[package]]
8399name = "jj-lib"
8400version = "0.29.0"
8401source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8402dependencies = [
8403 "async-trait",
8404 "blake2",
8405 "bstr",
8406 "chrono",
8407 "clru",
8408 "digest",
8409 "dunce",
8410 "either",
8411 "futures 0.3.31",
8412 "gix",
8413 "glob",
8414 "hashbrown 0.15.3",
8415 "hex",
8416 "ignore",
8417 "indexmap",
8418 "interim",
8419 "itertools 0.14.0",
8420 "jj-lib-proc-macros",
8421 "maplit",
8422 "once_cell",
8423 "pest",
8424 "pest_derive",
8425 "pollster 0.4.0",
8426 "prost 0.13.5",
8427 "rand 0.8.5",
8428 "rand_chacha 0.3.1",
8429 "rayon",
8430 "ref-cast",
8431 "regex",
8432 "rustix 1.0.7",
8433 "same-file",
8434 "serde",
8435 "serde_json",
8436 "smallvec",
8437 "strsim",
8438 "tempfile",
8439 "thiserror 2.0.12",
8440 "toml_edit",
8441 "tracing",
8442 "version_check",
8443 "winreg 0.52.0",
8444]
8445
8446[[package]]
8447name = "jj-lib-proc-macros"
8448version = "0.29.0"
8449source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8450dependencies = [
8451 "proc-macro2",
8452 "quote",
8453 "syn 2.0.101",
8454]
8455
8456[[package]]
8457name = "jj_ui"
8458version = "0.1.0"
8459dependencies = [
8460 "command_palette_hooks",
8461 "feature_flags",
8462 "fuzzy",
8463 "gpui",
8464 "jj",
8465 "picker",
8466 "ui",
8467 "util",
8468 "workspace",
8469 "workspace-hack",
8470 "zed_actions",
8471]
8472
8473[[package]]
8474name = "jni"
8475version = "0.21.1"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8478dependencies = [
8479 "cesu8",
8480 "cfg-if",
8481 "combine",
8482 "jni-sys",
8483 "log",
8484 "thiserror 1.0.69",
8485 "walkdir",
8486 "windows-sys 0.45.0",
8487]
8488
8489[[package]]
8490name = "jni-sys"
8491version = "0.3.0"
8492source = "registry+https://github.com/rust-lang/crates.io-index"
8493checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8494
8495[[package]]
8496name = "jobserver"
8497version = "0.1.33"
8498source = "registry+https://github.com/rust-lang/crates.io-index"
8499checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8500dependencies = [
8501 "getrandom 0.3.2",
8502 "libc",
8503]
8504
8505[[package]]
8506name = "journal"
8507version = "0.1.0"
8508dependencies = [
8509 "anyhow",
8510 "chrono",
8511 "editor",
8512 "gpui",
8513 "log",
8514 "schemars",
8515 "serde",
8516 "settings",
8517 "shellexpand 2.1.2",
8518 "workspace",
8519 "workspace-hack",
8520]
8521
8522[[package]]
8523name = "jpeg-decoder"
8524version = "0.3.1"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8527
8528[[package]]
8529name = "js-sys"
8530version = "0.3.77"
8531source = "registry+https://github.com/rust-lang/crates.io-index"
8532checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8533dependencies = [
8534 "once_cell",
8535 "wasm-bindgen",
8536]
8537
8538[[package]]
8539name = "jsonschema"
8540version = "0.30.0"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8543dependencies = [
8544 "ahash 0.8.11",
8545 "base64 0.22.1",
8546 "bytecount",
8547 "email_address",
8548 "fancy-regex 0.14.0",
8549 "fraction",
8550 "idna",
8551 "itoa",
8552 "num-cmp",
8553 "num-traits",
8554 "once_cell",
8555 "percent-encoding",
8556 "referencing",
8557 "regex",
8558 "regex-syntax 0.8.5",
8559 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8560 "serde",
8561 "serde_json",
8562 "uuid-simd",
8563]
8564
8565[[package]]
8566name = "jsonwebtoken"
8567version = "9.3.1"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8570dependencies = [
8571 "base64 0.22.1",
8572 "js-sys",
8573 "pem",
8574 "ring",
8575 "serde",
8576 "serde_json",
8577 "simple_asn1",
8578]
8579
8580[[package]]
8581name = "jupyter-protocol"
8582version = "0.6.0"
8583source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8584dependencies = [
8585 "anyhow",
8586 "async-trait",
8587 "bytes 1.10.1",
8588 "chrono",
8589 "futures 0.3.31",
8590 "serde",
8591 "serde_json",
8592 "uuid",
8593]
8594
8595[[package]]
8596name = "jupyter-websocket-client"
8597version = "0.9.0"
8598source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8599dependencies = [
8600 "anyhow",
8601 "async-trait",
8602 "async-tungstenite",
8603 "futures 0.3.31",
8604 "jupyter-protocol",
8605 "serde",
8606 "serde_json",
8607 "url",
8608 "uuid",
8609]
8610
8611[[package]]
8612name = "khronos-egl"
8613version = "6.0.0"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8616dependencies = [
8617 "libc",
8618 "libloading",
8619]
8620
8621[[package]]
8622name = "kqueue"
8623version = "1.0.8"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8626dependencies = [
8627 "kqueue-sys",
8628 "libc",
8629]
8630
8631[[package]]
8632name = "kqueue-sys"
8633version = "1.0.4"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8636dependencies = [
8637 "bitflags 1.3.2",
8638 "libc",
8639]
8640
8641[[package]]
8642name = "kstring"
8643version = "2.0.2"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8646dependencies = [
8647 "static_assertions",
8648]
8649
8650[[package]]
8651name = "kurbo"
8652version = "0.11.1"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8655dependencies = [
8656 "arrayvec",
8657 "smallvec",
8658]
8659
8660[[package]]
8661name = "kv-log-macro"
8662version = "1.0.7"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8665dependencies = [
8666 "log",
8667]
8668
8669[[package]]
8670name = "language"
8671version = "0.1.0"
8672dependencies = [
8673 "anyhow",
8674 "async-trait",
8675 "async-watch",
8676 "clock",
8677 "collections",
8678 "ctor",
8679 "ec4rs",
8680 "env_logger 0.11.8",
8681 "fs",
8682 "futures 0.3.31",
8683 "fuzzy",
8684 "globset",
8685 "gpui",
8686 "http_client",
8687 "imara-diff",
8688 "indoc",
8689 "itertools 0.14.0",
8690 "log",
8691 "lsp",
8692 "parking_lot",
8693 "postage",
8694 "pretty_assertions",
8695 "rand 0.8.5",
8696 "regex",
8697 "rpc",
8698 "schemars",
8699 "serde",
8700 "serde_json",
8701 "settings",
8702 "smallvec",
8703 "smol",
8704 "streaming-iterator",
8705 "strsim",
8706 "sum_tree",
8707 "task",
8708 "text",
8709 "theme",
8710 "tree-sitter",
8711 "tree-sitter-elixir",
8712 "tree-sitter-embedded-template",
8713 "tree-sitter-heex",
8714 "tree-sitter-html",
8715 "tree-sitter-json",
8716 "tree-sitter-md",
8717 "tree-sitter-python",
8718 "tree-sitter-ruby",
8719 "tree-sitter-rust",
8720 "tree-sitter-typescript",
8721 "unicase",
8722 "unindent",
8723 "util",
8724 "workspace-hack",
8725]
8726
8727[[package]]
8728name = "language_extension"
8729version = "0.1.0"
8730dependencies = [
8731 "anyhow",
8732 "async-trait",
8733 "collections",
8734 "extension",
8735 "fs",
8736 "futures 0.3.31",
8737 "gpui",
8738 "language",
8739 "lsp",
8740 "serde",
8741 "serde_json",
8742 "util",
8743 "workspace-hack",
8744]
8745
8746[[package]]
8747name = "language_model"
8748version = "0.1.0"
8749dependencies = [
8750 "anthropic",
8751 "anyhow",
8752 "base64 0.22.1",
8753 "client",
8754 "collections",
8755 "futures 0.3.31",
8756 "google_ai",
8757 "gpui",
8758 "http_client",
8759 "icons",
8760 "image",
8761 "open_ai",
8762 "parking_lot",
8763 "proto",
8764 "schemars",
8765 "serde",
8766 "serde_json",
8767 "smol",
8768 "strum 0.27.1",
8769 "telemetry_events",
8770 "thiserror 2.0.12",
8771 "util",
8772 "workspace-hack",
8773 "zed_llm_client",
8774]
8775
8776[[package]]
8777name = "language_models"
8778version = "0.1.0"
8779dependencies = [
8780 "anthropic",
8781 "anyhow",
8782 "aws-config",
8783 "aws-credential-types",
8784 "aws_http_client",
8785 "bedrock",
8786 "client",
8787 "collections",
8788 "copilot",
8789 "credentials_provider",
8790 "deepseek",
8791 "editor",
8792 "feature_flags",
8793 "fs",
8794 "futures 0.3.31",
8795 "google_ai",
8796 "gpui",
8797 "gpui_tokio",
8798 "http_client",
8799 "language_model",
8800 "lmstudio",
8801 "log",
8802 "menu",
8803 "mistral",
8804 "ollama",
8805 "open_ai",
8806 "partial-json-fixer",
8807 "project",
8808 "proto",
8809 "release_channel",
8810 "schemars",
8811 "serde",
8812 "serde_json",
8813 "settings",
8814 "smol",
8815 "strum 0.27.1",
8816 "theme",
8817 "thiserror 2.0.12",
8818 "tiktoken-rs",
8819 "tokio",
8820 "ui",
8821 "util",
8822 "workspace-hack",
8823 "zed_llm_client",
8824]
8825
8826[[package]]
8827name = "language_selector"
8828version = "0.1.0"
8829dependencies = [
8830 "anyhow",
8831 "editor",
8832 "file_finder",
8833 "file_icons",
8834 "fuzzy",
8835 "gpui",
8836 "language",
8837 "picker",
8838 "project",
8839 "settings",
8840 "ui",
8841 "util",
8842 "workspace",
8843 "workspace-hack",
8844]
8845
8846[[package]]
8847name = "language_tools"
8848version = "0.1.0"
8849dependencies = [
8850 "anyhow",
8851 "client",
8852 "collections",
8853 "copilot",
8854 "editor",
8855 "env_logger 0.11.8",
8856 "futures 0.3.31",
8857 "gpui",
8858 "itertools 0.14.0",
8859 "language",
8860 "lsp",
8861 "project",
8862 "release_channel",
8863 "serde_json",
8864 "settings",
8865 "theme",
8866 "tree-sitter",
8867 "ui",
8868 "util",
8869 "workspace",
8870 "workspace-hack",
8871 "zed_actions",
8872]
8873
8874[[package]]
8875name = "languages"
8876version = "0.1.0"
8877dependencies = [
8878 "anyhow",
8879 "async-compression",
8880 "async-tar",
8881 "async-trait",
8882 "collections",
8883 "futures 0.3.31",
8884 "gpui",
8885 "http_client",
8886 "language",
8887 "log",
8888 "lsp",
8889 "node_runtime",
8890 "parking_lot",
8891 "paths",
8892 "pet",
8893 "pet-conda",
8894 "pet-core",
8895 "pet-fs",
8896 "pet-poetry",
8897 "pet-reporter",
8898 "pretty_assertions",
8899 "project",
8900 "regex",
8901 "rope",
8902 "rust-embed",
8903 "serde",
8904 "serde_json",
8905 "settings",
8906 "smol",
8907 "snippet_provider",
8908 "task",
8909 "text",
8910 "theme",
8911 "toml 0.8.20",
8912 "tree-sitter",
8913 "tree-sitter-bash",
8914 "tree-sitter-c",
8915 "tree-sitter-cpp",
8916 "tree-sitter-css",
8917 "tree-sitter-diff",
8918 "tree-sitter-gitcommit",
8919 "tree-sitter-go",
8920 "tree-sitter-gomod",
8921 "tree-sitter-gowork",
8922 "tree-sitter-jsdoc",
8923 "tree-sitter-json",
8924 "tree-sitter-md",
8925 "tree-sitter-python",
8926 "tree-sitter-regex",
8927 "tree-sitter-rust",
8928 "tree-sitter-typescript",
8929 "tree-sitter-yaml",
8930 "unindent",
8931 "util",
8932 "workspace",
8933 "workspace-hack",
8934]
8935
8936[[package]]
8937name = "lazy_static"
8938version = "1.5.0"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8941dependencies = [
8942 "spin",
8943]
8944
8945[[package]]
8946name = "lazycell"
8947version = "1.3.0"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8950
8951[[package]]
8952name = "leak"
8953version = "0.1.2"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8956
8957[[package]]
8958name = "leaky-cow"
8959version = "0.1.1"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8962dependencies = [
8963 "leak",
8964]
8965
8966[[package]]
8967name = "leb128"
8968version = "0.2.5"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8971
8972[[package]]
8973name = "leb128fmt"
8974version = "0.1.0"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8977
8978[[package]]
8979name = "lebe"
8980version = "0.5.2"
8981source = "registry+https://github.com/rust-lang/crates.io-index"
8982checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8983
8984[[package]]
8985name = "libc"
8986version = "0.2.172"
8987source = "registry+https://github.com/rust-lang/crates.io-index"
8988checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8989
8990[[package]]
8991name = "libdbus-sys"
8992version = "0.2.5"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8995dependencies = [
8996 "cc",
8997 "pkg-config",
8998]
8999
9000[[package]]
9001name = "libfuzzer-sys"
9002version = "0.4.9"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9005dependencies = [
9006 "arbitrary",
9007 "cc",
9008]
9009
9010[[package]]
9011name = "libgit2-sys"
9012version = "0.18.1+1.9.0"
9013source = "registry+https://github.com/rust-lang/crates.io-index"
9014checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9015dependencies = [
9016 "cc",
9017 "libc",
9018 "libz-sys",
9019 "pkg-config",
9020]
9021
9022[[package]]
9023name = "libloading"
9024version = "0.8.6"
9025source = "registry+https://github.com/rust-lang/crates.io-index"
9026checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9027dependencies = [
9028 "cfg-if",
9029 "windows-targets 0.52.6",
9030]
9031
9032[[package]]
9033name = "libm"
9034version = "0.2.11"
9035source = "registry+https://github.com/rust-lang/crates.io-index"
9036checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9037
9038[[package]]
9039name = "libmimalloc-sys"
9040version = "0.1.42"
9041source = "registry+https://github.com/rust-lang/crates.io-index"
9042checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9043dependencies = [
9044 "cc",
9045 "libc",
9046]
9047
9048[[package]]
9049name = "libredox"
9050version = "0.1.3"
9051source = "registry+https://github.com/rust-lang/crates.io-index"
9052checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9053dependencies = [
9054 "bitflags 2.9.0",
9055 "libc",
9056 "redox_syscall 0.5.11",
9057]
9058
9059[[package]]
9060name = "libsqlite3-sys"
9061version = "0.30.1"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9064dependencies = [
9065 "cc",
9066 "pkg-config",
9067 "vcpkg",
9068]
9069
9070[[package]]
9071name = "libwebrtc"
9072version = "0.3.10"
9073source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9074dependencies = [
9075 "cxx",
9076 "jni",
9077 "js-sys",
9078 "lazy_static",
9079 "livekit-protocol",
9080 "livekit-runtime",
9081 "log",
9082 "parking_lot",
9083 "serde",
9084 "serde_json",
9085 "thiserror 1.0.69",
9086 "tokio",
9087 "wasm-bindgen",
9088 "wasm-bindgen-futures",
9089 "web-sys",
9090 "webrtc-sys",
9091]
9092
9093[[package]]
9094name = "libz-rs-sys"
9095version = "0.5.0"
9096source = "registry+https://github.com/rust-lang/crates.io-index"
9097checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9098dependencies = [
9099 "zlib-rs",
9100]
9101
9102[[package]]
9103name = "libz-sys"
9104version = "1.1.22"
9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9107dependencies = [
9108 "cc",
9109 "libc",
9110 "pkg-config",
9111 "vcpkg",
9112]
9113
9114[[package]]
9115name = "link-cplusplus"
9116version = "1.0.10"
9117source = "registry+https://github.com/rust-lang/crates.io-index"
9118checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9119dependencies = [
9120 "cc",
9121]
9122
9123[[package]]
9124name = "linkify"
9125version = "0.10.0"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9128dependencies = [
9129 "memchr",
9130]
9131
9132[[package]]
9133name = "linux-raw-sys"
9134version = "0.4.15"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9137
9138[[package]]
9139name = "linux-raw-sys"
9140version = "0.9.4"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9143
9144[[package]]
9145name = "litemap"
9146version = "0.7.5"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9149
9150[[package]]
9151name = "livekit"
9152version = "0.7.8"
9153source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9154dependencies = [
9155 "chrono",
9156 "futures-util",
9157 "lazy_static",
9158 "libloading",
9159 "libwebrtc",
9160 "livekit-api",
9161 "livekit-protocol",
9162 "livekit-runtime",
9163 "log",
9164 "parking_lot",
9165 "prost 0.12.6",
9166 "semver",
9167 "serde",
9168 "serde_json",
9169 "thiserror 1.0.69",
9170 "tokio",
9171]
9172
9173[[package]]
9174name = "livekit-api"
9175version = "0.4.2"
9176source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9177dependencies = [
9178 "futures-util",
9179 "http 0.2.12",
9180 "livekit-protocol",
9181 "livekit-runtime",
9182 "log",
9183 "parking_lot",
9184 "pbjson-types",
9185 "prost 0.12.6",
9186 "rand 0.9.1",
9187 "reqwest 0.11.27",
9188 "scopeguard",
9189 "serde",
9190 "sha2",
9191 "thiserror 1.0.69",
9192 "tokio",
9193 "tokio-tungstenite 0.26.2",
9194 "url",
9195]
9196
9197[[package]]
9198name = "livekit-protocol"
9199version = "0.3.9"
9200source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9201dependencies = [
9202 "futures-util",
9203 "livekit-runtime",
9204 "parking_lot",
9205 "pbjson",
9206 "pbjson-types",
9207 "prost 0.12.6",
9208 "prost-types 0.12.6",
9209 "serde",
9210 "thiserror 1.0.69",
9211 "tokio",
9212]
9213
9214[[package]]
9215name = "livekit-runtime"
9216version = "0.4.0"
9217source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9218dependencies = [
9219 "tokio",
9220 "tokio-stream",
9221]
9222
9223[[package]]
9224name = "livekit_api"
9225version = "0.1.0"
9226dependencies = [
9227 "anyhow",
9228 "async-trait",
9229 "jsonwebtoken",
9230 "log",
9231 "prost 0.9.0",
9232 "prost-build 0.9.0",
9233 "prost-types 0.9.0",
9234 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9235 "serde",
9236 "workspace-hack",
9237]
9238
9239[[package]]
9240name = "livekit_client"
9241version = "0.1.0"
9242dependencies = [
9243 "anyhow",
9244 "async-trait",
9245 "collections",
9246 "core-foundation 0.10.0",
9247 "core-video",
9248 "coreaudio-rs 0.12.1",
9249 "cpal",
9250 "futures 0.3.31",
9251 "gpui",
9252 "gpui_tokio",
9253 "http_client_tls",
9254 "image",
9255 "libwebrtc",
9256 "livekit",
9257 "livekit_api",
9258 "log",
9259 "nanoid",
9260 "objc",
9261 "parking_lot",
9262 "postage",
9263 "scap",
9264 "serde",
9265 "serde_json",
9266 "sha2",
9267 "simplelog",
9268 "smallvec",
9269 "tokio-tungstenite 0.26.2",
9270 "util",
9271 "workspace-hack",
9272]
9273
9274[[package]]
9275name = "lmdb-master-sys"
9276version = "0.2.5"
9277source = "registry+https://github.com/rust-lang/crates.io-index"
9278checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9279dependencies = [
9280 "cc",
9281 "doxygen-rs",
9282 "libc",
9283]
9284
9285[[package]]
9286name = "lmstudio"
9287version = "0.1.0"
9288dependencies = [
9289 "anyhow",
9290 "futures 0.3.31",
9291 "http_client",
9292 "schemars",
9293 "serde",
9294 "serde_json",
9295 "workspace-hack",
9296]
9297
9298[[package]]
9299name = "lock_api"
9300version = "0.4.12"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9303dependencies = [
9304 "autocfg",
9305 "scopeguard",
9306]
9307
9308[[package]]
9309name = "log"
9310version = "0.4.27"
9311source = "registry+https://github.com/rust-lang/crates.io-index"
9312checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9313dependencies = [
9314 "serde",
9315 "value-bag",
9316]
9317
9318[[package]]
9319name = "logos"
9320version = "0.15.0"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9323dependencies = [
9324 "logos-derive",
9325]
9326
9327[[package]]
9328name = "logos-codegen"
9329version = "0.15.0"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9332dependencies = [
9333 "beef",
9334 "fnv",
9335 "lazy_static",
9336 "proc-macro2",
9337 "quote",
9338 "regex-syntax 0.8.5",
9339 "rustc_version",
9340 "syn 2.0.101",
9341]
9342
9343[[package]]
9344name = "logos-derive"
9345version = "0.15.0"
9346source = "registry+https://github.com/rust-lang/crates.io-index"
9347checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9348dependencies = [
9349 "logos-codegen",
9350]
9351
9352[[package]]
9353name = "loom"
9354version = "0.7.2"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9357dependencies = [
9358 "cfg-if",
9359 "generator",
9360 "scoped-tls",
9361 "tracing",
9362 "tracing-subscriber",
9363]
9364
9365[[package]]
9366name = "loop9"
9367version = "0.1.5"
9368source = "registry+https://github.com/rust-lang/crates.io-index"
9369checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9370dependencies = [
9371 "imgref",
9372]
9373
9374[[package]]
9375name = "lru"
9376version = "0.12.5"
9377source = "registry+https://github.com/rust-lang/crates.io-index"
9378checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9379dependencies = [
9380 "hashbrown 0.15.3",
9381]
9382
9383[[package]]
9384name = "lsp"
9385version = "0.1.0"
9386dependencies = [
9387 "anyhow",
9388 "async-pipe",
9389 "collections",
9390 "ctor",
9391 "env_logger 0.11.8",
9392 "futures 0.3.31",
9393 "gpui",
9394 "log",
9395 "lsp-types",
9396 "parking_lot",
9397 "postage",
9398 "release_channel",
9399 "schemars",
9400 "serde",
9401 "serde_json",
9402 "smol",
9403 "util",
9404 "workspace-hack",
9405]
9406
9407[[package]]
9408name = "lsp-types"
9409version = "0.95.1"
9410source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9411dependencies = [
9412 "bitflags 1.3.2",
9413 "serde",
9414 "serde_json",
9415 "serde_repr",
9416 "url",
9417]
9418
9419[[package]]
9420name = "lyon"
9421version = "1.0.1"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9424dependencies = [
9425 "lyon_algorithms",
9426 "lyon_extra",
9427 "lyon_tessellation",
9428]
9429
9430[[package]]
9431name = "lyon_algorithms"
9432version = "1.0.5"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9435dependencies = [
9436 "lyon_path",
9437 "num-traits",
9438]
9439
9440[[package]]
9441name = "lyon_extra"
9442version = "1.0.3"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9445dependencies = [
9446 "lyon_path",
9447 "thiserror 1.0.69",
9448]
9449
9450[[package]]
9451name = "lyon_geom"
9452version = "1.0.6"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9455dependencies = [
9456 "arrayvec",
9457 "euclid",
9458 "num-traits",
9459]
9460
9461[[package]]
9462name = "lyon_path"
9463version = "1.0.7"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9466dependencies = [
9467 "lyon_geom",
9468 "num-traits",
9469]
9470
9471[[package]]
9472name = "lyon_tessellation"
9473version = "1.0.15"
9474source = "registry+https://github.com/rust-lang/crates.io-index"
9475checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9476dependencies = [
9477 "float_next_after",
9478 "lyon_path",
9479 "num-traits",
9480]
9481
9482[[package]]
9483name = "mac"
9484version = "0.1.1"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9487
9488[[package]]
9489name = "mach2"
9490version = "0.4.2"
9491source = "registry+https://github.com/rust-lang/crates.io-index"
9492checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9493dependencies = [
9494 "libc",
9495]
9496
9497[[package]]
9498name = "malloc_buf"
9499version = "0.0.6"
9500source = "registry+https://github.com/rust-lang/crates.io-index"
9501checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9502dependencies = [
9503 "libc",
9504]
9505
9506[[package]]
9507name = "maplit"
9508version = "1.0.2"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9511
9512[[package]]
9513name = "markdown"
9514version = "0.1.0"
9515dependencies = [
9516 "anyhow",
9517 "assets",
9518 "base64 0.22.1",
9519 "env_logger 0.11.8",
9520 "gpui",
9521 "language",
9522 "languages",
9523 "linkify",
9524 "log",
9525 "node_runtime",
9526 "pulldown-cmark 0.12.2",
9527 "settings",
9528 "sum_tree",
9529 "theme",
9530 "ui",
9531 "util",
9532 "workspace-hack",
9533]
9534
9535[[package]]
9536name = "markdown_preview"
9537version = "0.1.0"
9538dependencies = [
9539 "anyhow",
9540 "async-recursion 1.1.1",
9541 "collections",
9542 "editor",
9543 "gpui",
9544 "language",
9545 "linkify",
9546 "log",
9547 "pretty_assertions",
9548 "pulldown-cmark 0.12.2",
9549 "settings",
9550 "theme",
9551 "ui",
9552 "util",
9553 "workspace",
9554 "workspace-hack",
9555]
9556
9557[[package]]
9558name = "markup5ever"
9559version = "0.12.1"
9560source = "registry+https://github.com/rust-lang/crates.io-index"
9561checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9562dependencies = [
9563 "log",
9564 "phf",
9565 "phf_codegen",
9566 "string_cache",
9567 "string_cache_codegen",
9568 "tendril",
9569]
9570
9571[[package]]
9572name = "markup5ever"
9573version = "0.16.1"
9574source = "registry+https://github.com/rust-lang/crates.io-index"
9575checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9576dependencies = [
9577 "log",
9578 "tendril",
9579 "web_atoms",
9580]
9581
9582[[package]]
9583name = "markup5ever_rcdom"
9584version = "0.3.0"
9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9587dependencies = [
9588 "html5ever 0.27.0",
9589 "markup5ever 0.12.1",
9590 "tendril",
9591 "xml5ever",
9592]
9593
9594[[package]]
9595name = "match_token"
9596version = "0.1.0"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9599dependencies = [
9600 "proc-macro2",
9601 "quote",
9602 "syn 2.0.101",
9603]
9604
9605[[package]]
9606name = "matchers"
9607version = "0.1.0"
9608source = "registry+https://github.com/rust-lang/crates.io-index"
9609checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9610dependencies = [
9611 "regex-automata 0.1.10",
9612]
9613
9614[[package]]
9615name = "matchit"
9616version = "0.7.3"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9619
9620[[package]]
9621name = "maybe-async"
9622version = "0.2.10"
9623source = "registry+https://github.com/rust-lang/crates.io-index"
9624checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9625dependencies = [
9626 "proc-macro2",
9627 "quote",
9628 "syn 2.0.101",
9629]
9630
9631[[package]]
9632name = "maybe-owned"
9633version = "0.3.4"
9634source = "registry+https://github.com/rust-lang/crates.io-index"
9635checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9636
9637[[package]]
9638name = "maybe-rayon"
9639version = "0.1.1"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9642dependencies = [
9643 "cfg-if",
9644 "rayon",
9645]
9646
9647[[package]]
9648name = "md-5"
9649version = "0.10.6"
9650source = "registry+https://github.com/rust-lang/crates.io-index"
9651checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9652dependencies = [
9653 "cfg-if",
9654 "digest",
9655]
9656
9657[[package]]
9658name = "mdbook"
9659version = "0.4.48"
9660source = "registry+https://github.com/rust-lang/crates.io-index"
9661checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9662dependencies = [
9663 "ammonia",
9664 "anyhow",
9665 "chrono",
9666 "clap",
9667 "clap_complete",
9668 "elasticlunr-rs",
9669 "env_logger 0.11.8",
9670 "futures-util",
9671 "handlebars 6.3.2",
9672 "hex",
9673 "ignore",
9674 "log",
9675 "memchr",
9676 "notify",
9677 "notify-debouncer-mini",
9678 "once_cell",
9679 "opener",
9680 "pathdiff",
9681 "pulldown-cmark 0.10.3",
9682 "regex",
9683 "serde",
9684 "serde_json",
9685 "sha2",
9686 "shlex",
9687 "tempfile",
9688 "tokio",
9689 "toml 0.5.11",
9690 "topological-sort",
9691 "walkdir",
9692 "warp",
9693]
9694
9695[[package]]
9696name = "media"
9697version = "0.1.0"
9698dependencies = [
9699 "anyhow",
9700 "bindgen 0.71.1",
9701 "core-foundation 0.10.0",
9702 "core-video",
9703 "ctor",
9704 "foreign-types 0.5.0",
9705 "metal",
9706 "objc",
9707 "workspace-hack",
9708]
9709
9710[[package]]
9711name = "memchr"
9712version = "2.7.4"
9713source = "registry+https://github.com/rust-lang/crates.io-index"
9714checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9715
9716[[package]]
9717name = "memfd"
9718version = "0.6.4"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9721dependencies = [
9722 "rustix 0.38.44",
9723]
9724
9725[[package]]
9726name = "memmap2"
9727version = "0.9.5"
9728source = "registry+https://github.com/rust-lang/crates.io-index"
9729checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9730dependencies = [
9731 "libc",
9732]
9733
9734[[package]]
9735name = "memoffset"
9736version = "0.9.1"
9737source = "registry+https://github.com/rust-lang/crates.io-index"
9738checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9739dependencies = [
9740 "autocfg",
9741]
9742
9743[[package]]
9744name = "menu"
9745version = "0.1.0"
9746dependencies = [
9747 "gpui",
9748 "workspace-hack",
9749]
9750
9751[[package]]
9752name = "metal"
9753version = "0.29.0"
9754source = "registry+https://github.com/rust-lang/crates.io-index"
9755checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9756dependencies = [
9757 "bitflags 2.9.0",
9758 "block",
9759 "core-graphics-types 0.1.3",
9760 "foreign-types 0.5.0",
9761 "log",
9762 "objc",
9763 "paste",
9764]
9765
9766[[package]]
9767name = "migrator"
9768version = "0.1.0"
9769dependencies = [
9770 "anyhow",
9771 "collections",
9772 "convert_case 0.8.0",
9773 "log",
9774 "pretty_assertions",
9775 "streaming-iterator",
9776 "tree-sitter",
9777 "tree-sitter-json",
9778 "workspace-hack",
9779]
9780
9781[[package]]
9782name = "mimalloc"
9783version = "0.1.46"
9784source = "registry+https://github.com/rust-lang/crates.io-index"
9785checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9786dependencies = [
9787 "libmimalloc-sys",
9788]
9789
9790[[package]]
9791name = "mime"
9792version = "0.3.17"
9793source = "registry+https://github.com/rust-lang/crates.io-index"
9794checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9795
9796[[package]]
9797name = "mime_guess"
9798version = "2.0.5"
9799source = "registry+https://github.com/rust-lang/crates.io-index"
9800checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9801dependencies = [
9802 "mime",
9803 "unicase",
9804]
9805
9806[[package]]
9807name = "minimal-lexical"
9808version = "0.2.1"
9809source = "registry+https://github.com/rust-lang/crates.io-index"
9810checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9811
9812[[package]]
9813name = "miniz_oxide"
9814version = "0.8.8"
9815source = "registry+https://github.com/rust-lang/crates.io-index"
9816checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9817dependencies = [
9818 "adler2",
9819 "simd-adler32",
9820]
9821
9822[[package]]
9823name = "mint"
9824version = "0.5.9"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9827
9828[[package]]
9829name = "mio"
9830version = "1.0.3"
9831source = "registry+https://github.com/rust-lang/crates.io-index"
9832checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9833dependencies = [
9834 "libc",
9835 "log",
9836 "wasi 0.11.0+wasi-snapshot-preview1",
9837 "windows-sys 0.52.0",
9838]
9839
9840[[package]]
9841name = "miow"
9842version = "0.6.0"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9845dependencies = [
9846 "windows-sys 0.48.0",
9847]
9848
9849[[package]]
9850name = "mistral"
9851version = "0.1.0"
9852dependencies = [
9853 "anyhow",
9854 "futures 0.3.31",
9855 "http_client",
9856 "schemars",
9857 "serde",
9858 "serde_json",
9859 "strum 0.27.1",
9860 "workspace-hack",
9861]
9862
9863[[package]]
9864name = "moka"
9865version = "0.12.10"
9866source = "registry+https://github.com/rust-lang/crates.io-index"
9867checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9868dependencies = [
9869 "crossbeam-channel",
9870 "crossbeam-epoch",
9871 "crossbeam-utils",
9872 "loom",
9873 "parking_lot",
9874 "portable-atomic",
9875 "rustc_version",
9876 "smallvec",
9877 "tagptr",
9878 "thiserror 1.0.69",
9879 "uuid",
9880]
9881
9882[[package]]
9883name = "msvc_spectre_libs"
9884version = "0.1.3"
9885source = "registry+https://github.com/rust-lang/crates.io-index"
9886checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9887dependencies = [
9888 "cc",
9889]
9890
9891[[package]]
9892name = "multi_buffer"
9893version = "0.1.0"
9894dependencies = [
9895 "anyhow",
9896 "buffer_diff",
9897 "clock",
9898 "collections",
9899 "ctor",
9900 "env_logger 0.11.8",
9901 "gpui",
9902 "indoc",
9903 "itertools 0.14.0",
9904 "language",
9905 "log",
9906 "parking_lot",
9907 "pretty_assertions",
9908 "project",
9909 "rand 0.8.5",
9910 "rope",
9911 "serde",
9912 "settings",
9913 "smallvec",
9914 "smol",
9915 "sum_tree",
9916 "text",
9917 "theme",
9918 "tree-sitter",
9919 "util",
9920 "workspace-hack",
9921]
9922
9923[[package]]
9924name = "multimap"
9925version = "0.8.3"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9928
9929[[package]]
9930name = "multimap"
9931version = "0.10.0"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9934
9935[[package]]
9936name = "naga"
9937version = "25.0.1"
9938source = "registry+https://github.com/rust-lang/crates.io-index"
9939checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9940dependencies = [
9941 "arrayvec",
9942 "bit-set 0.8.0",
9943 "bitflags 2.9.0",
9944 "cfg_aliases 0.2.1",
9945 "codespan-reporting 0.12.0",
9946 "half",
9947 "hashbrown 0.15.3",
9948 "hexf-parse",
9949 "indexmap",
9950 "log",
9951 "num-traits",
9952 "once_cell",
9953 "rustc-hash 1.1.0",
9954 "spirv",
9955 "strum 0.26.3",
9956 "thiserror 2.0.12",
9957 "unicode-ident",
9958]
9959
9960[[package]]
9961name = "nanoid"
9962version = "0.4.0"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9965dependencies = [
9966 "rand 0.8.5",
9967]
9968
9969[[package]]
9970name = "nanorand"
9971version = "0.7.0"
9972source = "registry+https://github.com/rust-lang/crates.io-index"
9973checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9974dependencies = [
9975 "getrandom 0.2.15",
9976]
9977
9978[[package]]
9979name = "native-tls"
9980version = "0.2.14"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9983dependencies = [
9984 "libc",
9985 "log",
9986 "openssl",
9987 "openssl-probe",
9988 "openssl-sys",
9989 "schannel",
9990 "security-framework 2.11.1",
9991 "security-framework-sys",
9992 "tempfile",
9993]
9994
9995[[package]]
9996name = "nbformat"
9997version = "0.10.0"
9998source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
9999dependencies = [
10000 "anyhow",
10001 "chrono",
10002 "jupyter-protocol",
10003 "serde",
10004 "serde_json",
10005 "thiserror 1.0.69",
10006 "uuid",
10007]
10008
10009[[package]]
10010name = "ndk"
10011version = "0.8.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10014dependencies = [
10015 "bitflags 2.9.0",
10016 "jni-sys",
10017 "log",
10018 "ndk-sys",
10019 "num_enum",
10020 "thiserror 1.0.69",
10021]
10022
10023[[package]]
10024name = "ndk-context"
10025version = "0.1.1"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10028
10029[[package]]
10030name = "ndk-sys"
10031version = "0.5.0+25.2.9519653"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10034dependencies = [
10035 "jni-sys",
10036]
10037
10038[[package]]
10039name = "new_debug_unreachable"
10040version = "1.0.6"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10043
10044[[package]]
10045name = "nix"
10046version = "0.28.0"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10049dependencies = [
10050 "bitflags 2.9.0",
10051 "cfg-if",
10052 "cfg_aliases 0.1.1",
10053 "libc",
10054]
10055
10056[[package]]
10057name = "nix"
10058version = "0.29.0"
10059source = "registry+https://github.com/rust-lang/crates.io-index"
10060checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10061dependencies = [
10062 "bitflags 2.9.0",
10063 "cfg-if",
10064 "cfg_aliases 0.2.1",
10065 "libc",
10066 "memoffset",
10067]
10068
10069[[package]]
10070name = "node_runtime"
10071version = "0.1.0"
10072dependencies = [
10073 "anyhow",
10074 "async-compression",
10075 "async-std",
10076 "async-tar",
10077 "async-trait",
10078 "async-watch",
10079 "async_zip",
10080 "futures 0.3.31",
10081 "http_client",
10082 "log",
10083 "paths",
10084 "semver",
10085 "serde",
10086 "serde_json",
10087 "smol",
10088 "tempfile",
10089 "util",
10090 "walkdir",
10091 "which 6.0.3",
10092 "workspace-hack",
10093]
10094
10095[[package]]
10096name = "nom"
10097version = "7.1.3"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10100dependencies = [
10101 "memchr",
10102 "minimal-lexical",
10103]
10104
10105[[package]]
10106name = "noop_proc_macro"
10107version = "0.3.0"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10110
10111[[package]]
10112name = "normpath"
10113version = "1.3.0"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10116dependencies = [
10117 "windows-sys 0.59.0",
10118]
10119
10120[[package]]
10121name = "notifications"
10122version = "0.1.0"
10123dependencies = [
10124 "anyhow",
10125 "channel",
10126 "client",
10127 "collections",
10128 "component",
10129 "db",
10130 "gpui",
10131 "rpc",
10132 "settings",
10133 "sum_tree",
10134 "time",
10135 "ui",
10136 "util",
10137 "workspace",
10138 "workspace-hack",
10139]
10140
10141[[package]]
10142name = "notify"
10143version = "8.0.0"
10144source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10145dependencies = [
10146 "bitflags 2.9.0",
10147 "filetime",
10148 "fsevent-sys 4.1.0",
10149 "inotify",
10150 "kqueue",
10151 "libc",
10152 "log",
10153 "mio",
10154 "notify-types",
10155 "walkdir",
10156 "windows-sys 0.59.0",
10157]
10158
10159[[package]]
10160name = "notify-debouncer-mini"
10161version = "0.6.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10164dependencies = [
10165 "log",
10166 "notify",
10167 "notify-types",
10168 "tempfile",
10169]
10170
10171[[package]]
10172name = "notify-types"
10173version = "2.0.0"
10174source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10175
10176[[package]]
10177name = "ntapi"
10178version = "0.4.1"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10181dependencies = [
10182 "winapi",
10183]
10184
10185[[package]]
10186name = "nu-ansi-term"
10187version = "0.46.0"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10190dependencies = [
10191 "overload",
10192 "winapi",
10193]
10194
10195[[package]]
10196name = "num"
10197version = "0.4.3"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10200dependencies = [
10201 "num-bigint",
10202 "num-complex",
10203 "num-integer",
10204 "num-iter",
10205 "num-rational",
10206 "num-traits",
10207]
10208
10209[[package]]
10210name = "num-bigint"
10211version = "0.4.6"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10214dependencies = [
10215 "num-integer",
10216 "num-traits",
10217]
10218
10219[[package]]
10220name = "num-bigint-dig"
10221version = "0.8.4"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10224dependencies = [
10225 "byteorder",
10226 "lazy_static",
10227 "libm",
10228 "num-integer",
10229 "num-iter",
10230 "num-traits",
10231 "rand 0.8.5",
10232 "serde",
10233 "smallvec",
10234 "zeroize",
10235]
10236
10237[[package]]
10238name = "num-cmp"
10239version = "0.1.0"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10242
10243[[package]]
10244name = "num-complex"
10245version = "0.4.6"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10248dependencies = [
10249 "num-traits",
10250]
10251
10252[[package]]
10253name = "num-conv"
10254version = "0.1.0"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10257
10258[[package]]
10259name = "num-derive"
10260version = "0.4.2"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10263dependencies = [
10264 "proc-macro2",
10265 "quote",
10266 "syn 2.0.101",
10267]
10268
10269[[package]]
10270name = "num-format"
10271version = "0.4.4"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10274dependencies = [
10275 "arrayvec",
10276 "itoa",
10277]
10278
10279[[package]]
10280name = "num-integer"
10281version = "0.1.46"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10284dependencies = [
10285 "num-traits",
10286]
10287
10288[[package]]
10289name = "num-iter"
10290version = "0.1.45"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10293dependencies = [
10294 "autocfg",
10295 "num-integer",
10296 "num-traits",
10297]
10298
10299[[package]]
10300name = "num-modular"
10301version = "0.6.1"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10304
10305[[package]]
10306name = "num-order"
10307version = "1.2.0"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10310dependencies = [
10311 "num-modular",
10312]
10313
10314[[package]]
10315name = "num-rational"
10316version = "0.4.2"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10319dependencies = [
10320 "num-bigint",
10321 "num-integer",
10322 "num-traits",
10323]
10324
10325[[package]]
10326name = "num-traits"
10327version = "0.2.19"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10330dependencies = [
10331 "autocfg",
10332 "libm",
10333]
10334
10335[[package]]
10336name = "num_cpus"
10337version = "1.16.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10340dependencies = [
10341 "hermit-abi 0.3.9",
10342 "libc",
10343]
10344
10345[[package]]
10346name = "num_enum"
10347version = "0.7.3"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10350dependencies = [
10351 "num_enum_derive",
10352]
10353
10354[[package]]
10355name = "num_enum_derive"
10356version = "0.7.3"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10359dependencies = [
10360 "proc-macro-crate",
10361 "proc-macro2",
10362 "quote",
10363 "syn 2.0.101",
10364]
10365
10366[[package]]
10367name = "num_threads"
10368version = "0.1.7"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10371dependencies = [
10372 "libc",
10373]
10374
10375[[package]]
10376name = "nvim-rs"
10377version = "0.9.2"
10378source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10379dependencies = [
10380 "async-trait",
10381 "futures 0.3.31",
10382 "log",
10383 "rmp",
10384 "rmpv",
10385 "tokio",
10386 "tokio-util",
10387]
10388
10389[[package]]
10390name = "objc"
10391version = "0.2.7"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10394dependencies = [
10395 "malloc_buf",
10396 "objc_exception",
10397]
10398
10399[[package]]
10400name = "objc-foundation"
10401version = "0.1.1"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10404dependencies = [
10405 "block",
10406 "objc",
10407 "objc_id",
10408]
10409
10410[[package]]
10411name = "objc2"
10412version = "0.6.1"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10415dependencies = [
10416 "objc2-encode",
10417]
10418
10419[[package]]
10420name = "objc2-app-kit"
10421version = "0.3.1"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10424dependencies = [
10425 "bitflags 2.9.0",
10426 "objc2",
10427 "objc2-core-foundation",
10428 "objc2-foundation",
10429 "objc2-quartz-core",
10430]
10431
10432[[package]]
10433name = "objc2-core-foundation"
10434version = "0.3.1"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10437dependencies = [
10438 "bitflags 2.9.0",
10439 "dispatch2",
10440 "objc2",
10441]
10442
10443[[package]]
10444name = "objc2-encode"
10445version = "4.1.0"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10448
10449[[package]]
10450name = "objc2-foundation"
10451version = "0.3.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10454dependencies = [
10455 "bitflags 2.9.0",
10456 "objc2",
10457 "objc2-core-foundation",
10458]
10459
10460[[package]]
10461name = "objc2-metal"
10462version = "0.3.1"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10465dependencies = [
10466 "bitflags 2.9.0",
10467 "block2",
10468 "dispatch2",
10469 "objc2",
10470 "objc2-core-foundation",
10471 "objc2-foundation",
10472]
10473
10474[[package]]
10475name = "objc2-quartz-core"
10476version = "0.3.1"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10479dependencies = [
10480 "bitflags 2.9.0",
10481 "objc2",
10482 "objc2-core-foundation",
10483 "objc2-foundation",
10484 "objc2-metal",
10485]
10486
10487[[package]]
10488name = "objc2-ui-kit"
10489version = "0.3.1"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10492dependencies = [
10493 "bitflags 2.9.0",
10494 "objc2",
10495 "objc2-core-foundation",
10496 "objc2-foundation",
10497 "objc2-quartz-core",
10498]
10499
10500[[package]]
10501name = "objc_exception"
10502version = "0.1.2"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10505dependencies = [
10506 "cc",
10507]
10508
10509[[package]]
10510name = "objc_id"
10511version = "0.1.1"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10514dependencies = [
10515 "objc",
10516]
10517
10518[[package]]
10519name = "object"
10520version = "0.36.7"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10523dependencies = [
10524 "crc32fast",
10525 "hashbrown 0.15.3",
10526 "indexmap",
10527 "memchr",
10528]
10529
10530[[package]]
10531name = "oboe"
10532version = "0.6.1"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10535dependencies = [
10536 "jni",
10537 "ndk",
10538 "ndk-context",
10539 "num-derive",
10540 "num-traits",
10541 "oboe-sys",
10542]
10543
10544[[package]]
10545name = "oboe-sys"
10546version = "0.6.1"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10549dependencies = [
10550 "cc",
10551]
10552
10553[[package]]
10554name = "ollama"
10555version = "0.1.0"
10556dependencies = [
10557 "anyhow",
10558 "futures 0.3.31",
10559 "http_client",
10560 "schemars",
10561 "serde",
10562 "serde_json",
10563 "workspace-hack",
10564]
10565
10566[[package]]
10567name = "once_cell"
10568version = "1.21.3"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10571
10572[[package]]
10573name = "oo7"
10574version = "0.4.3"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10577dependencies = [
10578 "aes",
10579 "ashpd",
10580 "async-fs",
10581 "async-io",
10582 "async-lock",
10583 "blocking",
10584 "cbc",
10585 "cipher",
10586 "digest",
10587 "endi",
10588 "futures-lite 2.6.0",
10589 "futures-util",
10590 "getrandom 0.3.2",
10591 "hkdf",
10592 "hmac",
10593 "md-5",
10594 "num",
10595 "num-bigint-dig",
10596 "pbkdf2 0.12.2",
10597 "rand 0.9.1",
10598 "serde",
10599 "sha2",
10600 "subtle",
10601 "zbus",
10602 "zbus_macros",
10603 "zeroize",
10604 "zvariant",
10605]
10606
10607[[package]]
10608name = "oorandom"
10609version = "11.1.5"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10612
10613[[package]]
10614name = "open"
10615version = "5.3.2"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10618dependencies = [
10619 "is-wsl",
10620 "libc",
10621 "pathdiff",
10622]
10623
10624[[package]]
10625name = "open_ai"
10626version = "0.1.0"
10627dependencies = [
10628 "anyhow",
10629 "futures 0.3.31",
10630 "http_client",
10631 "schemars",
10632 "serde",
10633 "serde_json",
10634 "strum 0.27.1",
10635 "workspace-hack",
10636]
10637
10638[[package]]
10639name = "opener"
10640version = "0.7.2"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10643dependencies = [
10644 "bstr",
10645 "dbus",
10646 "normpath",
10647 "windows-sys 0.59.0",
10648]
10649
10650[[package]]
10651name = "openssl"
10652version = "0.10.72"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10655dependencies = [
10656 "bitflags 2.9.0",
10657 "cfg-if",
10658 "foreign-types 0.3.2",
10659 "libc",
10660 "once_cell",
10661 "openssl-macros",
10662 "openssl-sys",
10663]
10664
10665[[package]]
10666name = "openssl-macros"
10667version = "0.1.1"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10670dependencies = [
10671 "proc-macro2",
10672 "quote",
10673 "syn 2.0.101",
10674]
10675
10676[[package]]
10677name = "openssl-probe"
10678version = "0.1.6"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10681
10682[[package]]
10683name = "openssl-sys"
10684version = "0.9.107"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10687dependencies = [
10688 "cc",
10689 "libc",
10690 "pkg-config",
10691 "vcpkg",
10692]
10693
10694[[package]]
10695name = "optfield"
10696version = "0.3.0"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10699dependencies = [
10700 "proc-macro2",
10701 "quote",
10702 "syn 2.0.101",
10703]
10704
10705[[package]]
10706name = "option-ext"
10707version = "0.2.0"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10710
10711[[package]]
10712name = "ordered-float"
10713version = "2.10.1"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10716dependencies = [
10717 "num-traits",
10718]
10719
10720[[package]]
10721name = "ordered-float"
10722version = "4.6.0"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10725dependencies = [
10726 "num-traits",
10727]
10728
10729[[package]]
10730name = "ordered-stream"
10731version = "0.2.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10734dependencies = [
10735 "futures-core",
10736 "pin-project-lite",
10737]
10738
10739[[package]]
10740name = "ouroboros"
10741version = "0.18.5"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10744dependencies = [
10745 "aliasable",
10746 "ouroboros_macro",
10747 "static_assertions",
10748]
10749
10750[[package]]
10751name = "ouroboros_macro"
10752version = "0.18.5"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10755dependencies = [
10756 "heck 0.4.1",
10757 "proc-macro2",
10758 "proc-macro2-diagnostics",
10759 "quote",
10760 "syn 2.0.101",
10761]
10762
10763[[package]]
10764name = "outline"
10765version = "0.1.0"
10766dependencies = [
10767 "editor",
10768 "fuzzy",
10769 "gpui",
10770 "indoc",
10771 "language",
10772 "menu",
10773 "ordered-float 2.10.1",
10774 "picker",
10775 "project",
10776 "rope",
10777 "serde_json",
10778 "settings",
10779 "smol",
10780 "theme",
10781 "tree-sitter-rust",
10782 "tree-sitter-typescript",
10783 "ui",
10784 "util",
10785 "workspace",
10786 "workspace-hack",
10787 "zed_actions",
10788]
10789
10790[[package]]
10791name = "outline_panel"
10792version = "0.1.0"
10793dependencies = [
10794 "anyhow",
10795 "collections",
10796 "db",
10797 "editor",
10798 "file_icons",
10799 "fuzzy",
10800 "gpui",
10801 "itertools 0.14.0",
10802 "language",
10803 "log",
10804 "menu",
10805 "outline",
10806 "pretty_assertions",
10807 "project",
10808 "schemars",
10809 "search",
10810 "serde",
10811 "serde_json",
10812 "settings",
10813 "smallvec",
10814 "smol",
10815 "theme",
10816 "ui",
10817 "util",
10818 "workspace",
10819 "workspace-hack",
10820 "worktree",
10821 "zed_actions",
10822]
10823
10824[[package]]
10825name = "outref"
10826version = "0.5.2"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10829
10830[[package]]
10831name = "overload"
10832version = "0.1.1"
10833source = "registry+https://github.com/rust-lang/crates.io-index"
10834checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10835
10836[[package]]
10837name = "p256"
10838version = "0.11.1"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10841dependencies = [
10842 "ecdsa",
10843 "elliptic-curve",
10844 "sha2",
10845]
10846
10847[[package]]
10848name = "page_size"
10849version = "0.6.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10852dependencies = [
10853 "libc",
10854 "winapi",
10855]
10856
10857[[package]]
10858name = "palette"
10859version = "0.7.6"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10862dependencies = [
10863 "approx",
10864 "fast-srgb8",
10865 "palette_derive",
10866]
10867
10868[[package]]
10869name = "palette_derive"
10870version = "0.7.6"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10873dependencies = [
10874 "by_address",
10875 "proc-macro2",
10876 "quote",
10877 "syn 2.0.101",
10878]
10879
10880[[package]]
10881name = "panel"
10882version = "0.1.0"
10883dependencies = [
10884 "editor",
10885 "gpui",
10886 "settings",
10887 "theme",
10888 "ui",
10889 "workspace",
10890 "workspace-hack",
10891]
10892
10893[[package]]
10894name = "parking"
10895version = "2.2.1"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10898
10899[[package]]
10900name = "parking_lot"
10901version = "0.12.3"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10904dependencies = [
10905 "lock_api",
10906 "parking_lot_core",
10907]
10908
10909[[package]]
10910name = "parking_lot_core"
10911version = "0.9.10"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10914dependencies = [
10915 "cfg-if",
10916 "libc",
10917 "redox_syscall 0.5.11",
10918 "smallvec",
10919 "windows-targets 0.52.6",
10920]
10921
10922[[package]]
10923name = "partial-json-fixer"
10924version = "0.5.3"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10927
10928[[package]]
10929name = "password-hash"
10930version = "0.4.2"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10933dependencies = [
10934 "base64ct",
10935 "rand_core 0.6.4",
10936 "subtle",
10937]
10938
10939[[package]]
10940name = "password-hash"
10941version = "0.5.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10944dependencies = [
10945 "base64ct",
10946 "rand_core 0.6.4",
10947 "subtle",
10948]
10949
10950[[package]]
10951name = "paste"
10952version = "1.0.15"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10955
10956[[package]]
10957name = "pathdiff"
10958version = "0.2.3"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10961
10962[[package]]
10963name = "pathfinder_geometry"
10964version = "0.5.1"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10967dependencies = [
10968 "log",
10969 "pathfinder_simd",
10970]
10971
10972[[package]]
10973name = "pathfinder_simd"
10974version = "0.5.4"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10977dependencies = [
10978 "rustc_version",
10979]
10980
10981[[package]]
10982name = "paths"
10983version = "0.1.0"
10984dependencies = [
10985 "dirs 4.0.0",
10986 "util",
10987 "workspace-hack",
10988]
10989
10990[[package]]
10991name = "pbjson"
10992version = "0.6.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10995dependencies = [
10996 "base64 0.21.7",
10997 "serde",
10998]
10999
11000[[package]]
11001name = "pbjson-build"
11002version = "0.6.2"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11005dependencies = [
11006 "heck 0.4.1",
11007 "itertools 0.11.0",
11008 "prost 0.12.6",
11009 "prost-types 0.12.6",
11010]
11011
11012[[package]]
11013name = "pbjson-types"
11014version = "0.6.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11017dependencies = [
11018 "bytes 1.10.1",
11019 "chrono",
11020 "pbjson",
11021 "pbjson-build",
11022 "prost 0.12.6",
11023 "prost-build 0.12.6",
11024 "serde",
11025]
11026
11027[[package]]
11028name = "pbkdf2"
11029version = "0.11.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11032dependencies = [
11033 "digest",
11034 "hmac",
11035 "password-hash 0.4.2",
11036 "sha2",
11037]
11038
11039[[package]]
11040name = "pbkdf2"
11041version = "0.12.2"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11044dependencies = [
11045 "digest",
11046 "hmac",
11047]
11048
11049[[package]]
11050name = "pem"
11051version = "3.0.5"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11054dependencies = [
11055 "base64 0.22.1",
11056 "serde",
11057]
11058
11059[[package]]
11060name = "pem-rfc7468"
11061version = "0.7.0"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11064dependencies = [
11065 "base64ct",
11066]
11067
11068[[package]]
11069name = "percent-encoding"
11070version = "2.3.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11073
11074[[package]]
11075name = "perplexity"
11076version = "0.1.0"
11077dependencies = [
11078 "serde",
11079 "zed_extension_api 0.6.0",
11080]
11081
11082[[package]]
11083name = "pest"
11084version = "2.8.0"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11087dependencies = [
11088 "memchr",
11089 "thiserror 2.0.12",
11090 "ucd-trie",
11091]
11092
11093[[package]]
11094name = "pest_derive"
11095version = "2.8.0"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11098dependencies = [
11099 "pest",
11100 "pest_generator",
11101]
11102
11103[[package]]
11104name = "pest_generator"
11105version = "2.8.0"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11108dependencies = [
11109 "pest",
11110 "pest_meta",
11111 "proc-macro2",
11112 "quote",
11113 "syn 2.0.101",
11114]
11115
11116[[package]]
11117name = "pest_meta"
11118version = "2.8.0"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11121dependencies = [
11122 "once_cell",
11123 "pest",
11124 "sha2",
11125]
11126
11127[[package]]
11128name = "pet"
11129version = "0.1.0"
11130source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11131dependencies = [
11132 "clap",
11133 "env_logger 0.10.2",
11134 "lazy_static",
11135 "log",
11136 "msvc_spectre_libs",
11137 "pet-conda",
11138 "pet-core",
11139 "pet-env-var-path",
11140 "pet-fs",
11141 "pet-global-virtualenvs",
11142 "pet-homebrew",
11143 "pet-jsonrpc",
11144 "pet-linux-global-python",
11145 "pet-mac-commandlinetools",
11146 "pet-mac-python-org",
11147 "pet-mac-xcode",
11148 "pet-pipenv",
11149 "pet-pixi",
11150 "pet-poetry",
11151 "pet-pyenv",
11152 "pet-python-utils",
11153 "pet-reporter",
11154 "pet-telemetry",
11155 "pet-venv",
11156 "pet-virtualenv",
11157 "pet-virtualenvwrapper",
11158 "pet-windows-registry",
11159 "pet-windows-store",
11160 "serde",
11161 "serde_json",
11162]
11163
11164[[package]]
11165name = "pet-conda"
11166version = "0.1.0"
11167source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11168dependencies = [
11169 "env_logger 0.10.2",
11170 "lazy_static",
11171 "log",
11172 "msvc_spectre_libs",
11173 "pet-core",
11174 "pet-fs",
11175 "pet-python-utils",
11176 "pet-reporter",
11177 "regex",
11178 "serde",
11179 "serde_json",
11180 "yaml-rust2",
11181]
11182
11183[[package]]
11184name = "pet-core"
11185version = "0.1.0"
11186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11187dependencies = [
11188 "clap",
11189 "lazy_static",
11190 "log",
11191 "msvc_spectre_libs",
11192 "pet-fs",
11193 "regex",
11194 "serde",
11195 "serde_json",
11196]
11197
11198[[package]]
11199name = "pet-env-var-path"
11200version = "0.1.0"
11201source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11202dependencies = [
11203 "lazy_static",
11204 "log",
11205 "msvc_spectre_libs",
11206 "pet-conda",
11207 "pet-core",
11208 "pet-fs",
11209 "pet-python-utils",
11210 "pet-virtualenv",
11211 "regex",
11212]
11213
11214[[package]]
11215name = "pet-fs"
11216version = "0.1.0"
11217source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11218dependencies = [
11219 "log",
11220 "msvc_spectre_libs",
11221]
11222
11223[[package]]
11224name = "pet-global-virtualenvs"
11225version = "0.1.0"
11226source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11227dependencies = [
11228 "log",
11229 "msvc_spectre_libs",
11230 "pet-conda",
11231 "pet-core",
11232 "pet-fs",
11233 "pet-virtualenv",
11234]
11235
11236[[package]]
11237name = "pet-homebrew"
11238version = "0.1.0"
11239source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11240dependencies = [
11241 "lazy_static",
11242 "log",
11243 "msvc_spectre_libs",
11244 "pet-conda",
11245 "pet-core",
11246 "pet-fs",
11247 "pet-python-utils",
11248 "pet-virtualenv",
11249 "regex",
11250 "serde",
11251 "serde_json",
11252]
11253
11254[[package]]
11255name = "pet-jsonrpc"
11256version = "0.1.0"
11257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11258dependencies = [
11259 "env_logger 0.10.2",
11260 "log",
11261 "msvc_spectre_libs",
11262 "pet-core",
11263 "serde",
11264 "serde_json",
11265]
11266
11267[[package]]
11268name = "pet-linux-global-python"
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-mac-commandlinetools"
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-mac-python-org"
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-core",
11301 "pet-fs",
11302 "pet-python-utils",
11303 "pet-virtualenv",
11304]
11305
11306[[package]]
11307name = "pet-mac-xcode"
11308version = "0.1.0"
11309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11310dependencies = [
11311 "log",
11312 "msvc_spectre_libs",
11313 "pet-core",
11314 "pet-fs",
11315 "pet-python-utils",
11316 "pet-virtualenv",
11317]
11318
11319[[package]]
11320name = "pet-pipenv"
11321version = "0.1.0"
11322source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11323dependencies = [
11324 "log",
11325 "msvc_spectre_libs",
11326 "pet-core",
11327 "pet-fs",
11328 "pet-python-utils",
11329 "pet-virtualenv",
11330]
11331
11332[[package]]
11333name = "pet-pixi"
11334version = "0.1.0"
11335source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11336dependencies = [
11337 "log",
11338 "msvc_spectre_libs",
11339 "pet-conda",
11340 "pet-core",
11341 "pet-python-utils",
11342]
11343
11344[[package]]
11345name = "pet-poetry"
11346version = "0.1.0"
11347source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11348dependencies = [
11349 "base64 0.22.1",
11350 "lazy_static",
11351 "log",
11352 "msvc_spectre_libs",
11353 "pet-core",
11354 "pet-fs",
11355 "pet-python-utils",
11356 "pet-reporter",
11357 "pet-virtualenv",
11358 "regex",
11359 "serde",
11360 "serde_json",
11361 "sha2",
11362 "toml 0.8.20",
11363]
11364
11365[[package]]
11366name = "pet-pyenv"
11367version = "0.1.0"
11368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11369dependencies = [
11370 "lazy_static",
11371 "log",
11372 "msvc_spectre_libs",
11373 "pet-conda",
11374 "pet-core",
11375 "pet-fs",
11376 "pet-python-utils",
11377 "pet-reporter",
11378 "regex",
11379 "serde",
11380 "serde_json",
11381]
11382
11383[[package]]
11384name = "pet-python-utils"
11385version = "0.1.0"
11386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11387dependencies = [
11388 "env_logger 0.10.2",
11389 "lazy_static",
11390 "log",
11391 "msvc_spectre_libs",
11392 "pet-core",
11393 "pet-fs",
11394 "regex",
11395 "serde",
11396 "serde_json",
11397 "sha2",
11398]
11399
11400[[package]]
11401name = "pet-reporter"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "env_logger 0.10.2",
11406 "log",
11407 "msvc_spectre_libs",
11408 "pet-core",
11409 "pet-jsonrpc",
11410 "serde",
11411 "serde_json",
11412]
11413
11414[[package]]
11415name = "pet-telemetry"
11416version = "0.1.0"
11417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11418dependencies = [
11419 "env_logger 0.10.2",
11420 "lazy_static",
11421 "log",
11422 "msvc_spectre_libs",
11423 "pet-core",
11424 "pet-fs",
11425 "pet-python-utils",
11426 "regex",
11427]
11428
11429[[package]]
11430name = "pet-venv"
11431version = "0.1.0"
11432source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11433dependencies = [
11434 "log",
11435 "msvc_spectre_libs",
11436 "pet-core",
11437 "pet-python-utils",
11438 "pet-virtualenv",
11439]
11440
11441[[package]]
11442name = "pet-virtualenv"
11443version = "0.1.0"
11444source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11445dependencies = [
11446 "log",
11447 "msvc_spectre_libs",
11448 "pet-core",
11449 "pet-fs",
11450 "pet-python-utils",
11451]
11452
11453[[package]]
11454name = "pet-virtualenvwrapper"
11455version = "0.1.0"
11456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11457dependencies = [
11458 "log",
11459 "msvc_spectre_libs",
11460 "pet-core",
11461 "pet-fs",
11462 "pet-python-utils",
11463 "pet-virtualenv",
11464]
11465
11466[[package]]
11467name = "pet-windows-registry"
11468version = "0.1.0"
11469source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11470dependencies = [
11471 "lazy_static",
11472 "log",
11473 "msvc_spectre_libs",
11474 "pet-conda",
11475 "pet-core",
11476 "pet-fs",
11477 "pet-python-utils",
11478 "pet-virtualenv",
11479 "pet-windows-store",
11480 "regex",
11481 "winreg 0.55.0",
11482]
11483
11484[[package]]
11485name = "pet-windows-store"
11486version = "0.1.0"
11487source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11488dependencies = [
11489 "lazy_static",
11490 "log",
11491 "msvc_spectre_libs",
11492 "pet-core",
11493 "pet-fs",
11494 "pet-python-utils",
11495 "pet-virtualenv",
11496 "regex",
11497 "winreg 0.55.0",
11498]
11499
11500[[package]]
11501name = "petgraph"
11502version = "0.6.5"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11505dependencies = [
11506 "fixedbitset",
11507 "indexmap",
11508]
11509
11510[[package]]
11511name = "pgvector"
11512version = "0.4.0"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11515dependencies = [
11516 "serde",
11517]
11518
11519[[package]]
11520name = "phf"
11521version = "0.11.3"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11524dependencies = [
11525 "phf_macros",
11526 "phf_shared",
11527]
11528
11529[[package]]
11530name = "phf_codegen"
11531version = "0.11.3"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11534dependencies = [
11535 "phf_generator",
11536 "phf_shared",
11537]
11538
11539[[package]]
11540name = "phf_generator"
11541version = "0.11.3"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11544dependencies = [
11545 "phf_shared",
11546 "rand 0.8.5",
11547]
11548
11549[[package]]
11550name = "phf_macros"
11551version = "0.11.3"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11554dependencies = [
11555 "phf_generator",
11556 "phf_shared",
11557 "proc-macro2",
11558 "quote",
11559 "syn 2.0.101",
11560]
11561
11562[[package]]
11563name = "phf_shared"
11564version = "0.11.3"
11565source = "registry+https://github.com/rust-lang/crates.io-index"
11566checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11567dependencies = [
11568 "siphasher",
11569]
11570
11571[[package]]
11572name = "picker"
11573version = "0.1.0"
11574dependencies = [
11575 "anyhow",
11576 "ctor",
11577 "editor",
11578 "env_logger 0.11.8",
11579 "gpui",
11580 "menu",
11581 "schemars",
11582 "serde",
11583 "serde_json",
11584 "ui",
11585 "util",
11586 "workspace",
11587 "workspace-hack",
11588]
11589
11590[[package]]
11591name = "pico-args"
11592version = "0.5.0"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11595
11596[[package]]
11597name = "pin-project"
11598version = "1.1.10"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11601dependencies = [
11602 "pin-project-internal",
11603]
11604
11605[[package]]
11606name = "pin-project-internal"
11607version = "1.1.10"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11610dependencies = [
11611 "proc-macro2",
11612 "quote",
11613 "syn 2.0.101",
11614]
11615
11616[[package]]
11617name = "pin-project-lite"
11618version = "0.2.16"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11621
11622[[package]]
11623name = "pin-utils"
11624version = "0.1.0"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11627
11628[[package]]
11629name = "piper"
11630version = "0.2.4"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11633dependencies = [
11634 "atomic-waker",
11635 "fastrand 2.3.0",
11636 "futures-io",
11637]
11638
11639[[package]]
11640name = "pkcs1"
11641version = "0.7.5"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11644dependencies = [
11645 "der 0.7.10",
11646 "pkcs8 0.10.2",
11647 "spki 0.7.3",
11648]
11649
11650[[package]]
11651name = "pkcs8"
11652version = "0.9.0"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11655dependencies = [
11656 "der 0.6.1",
11657 "spki 0.6.0",
11658]
11659
11660[[package]]
11661name = "pkcs8"
11662version = "0.10.2"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11665dependencies = [
11666 "der 0.7.10",
11667 "spki 0.7.3",
11668]
11669
11670[[package]]
11671name = "pkg-config"
11672version = "0.3.32"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11675
11676[[package]]
11677name = "plist"
11678version = "1.7.1"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11681dependencies = [
11682 "base64 0.22.1",
11683 "indexmap",
11684 "quick-xml 0.32.0",
11685 "serde",
11686 "time",
11687]
11688
11689[[package]]
11690name = "plotters"
11691version = "0.3.7"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11694dependencies = [
11695 "num-traits",
11696 "plotters-backend",
11697 "plotters-svg",
11698 "wasm-bindgen",
11699 "web-sys",
11700]
11701
11702[[package]]
11703name = "plotters-backend"
11704version = "0.3.7"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11707
11708[[package]]
11709name = "plotters-svg"
11710version = "0.3.7"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11713dependencies = [
11714 "plotters-backend",
11715]
11716
11717[[package]]
11718name = "png"
11719version = "0.17.16"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11722dependencies = [
11723 "bitflags 1.3.2",
11724 "crc32fast",
11725 "fdeflate",
11726 "flate2",
11727 "miniz_oxide",
11728]
11729
11730[[package]]
11731name = "polling"
11732version = "3.7.4"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11735dependencies = [
11736 "cfg-if",
11737 "concurrent-queue",
11738 "hermit-abi 0.4.0",
11739 "pin-project-lite",
11740 "rustix 0.38.44",
11741 "tracing",
11742 "windows-sys 0.59.0",
11743]
11744
11745[[package]]
11746name = "pollster"
11747version = "0.2.5"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11750
11751[[package]]
11752name = "pollster"
11753version = "0.4.0"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11756
11757[[package]]
11758name = "portable-atomic"
11759version = "1.11.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11762
11763[[package]]
11764name = "portable-atomic-util"
11765version = "0.2.4"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11768dependencies = [
11769 "portable-atomic",
11770]
11771
11772[[package]]
11773name = "portable-pty"
11774version = "0.9.0"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11777dependencies = [
11778 "anyhow",
11779 "bitflags 1.3.2",
11780 "downcast-rs",
11781 "filedescriptor",
11782 "lazy_static",
11783 "libc",
11784 "log",
11785 "nix 0.28.0",
11786 "serial2",
11787 "shared_library",
11788 "shell-words",
11789 "winapi",
11790 "winreg 0.10.1",
11791]
11792
11793[[package]]
11794name = "postage"
11795version = "0.5.0"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11798dependencies = [
11799 "atomic",
11800 "crossbeam-queue",
11801 "futures 0.3.31",
11802 "log",
11803 "parking_lot",
11804 "pin-project",
11805 "pollster 0.2.5",
11806 "static_assertions",
11807 "thiserror 1.0.69",
11808]
11809
11810[[package]]
11811name = "postcard"
11812version = "1.1.1"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11815dependencies = [
11816 "cobs",
11817 "embedded-io 0.4.0",
11818 "embedded-io 0.6.1",
11819 "serde",
11820]
11821
11822[[package]]
11823name = "powerfmt"
11824version = "0.2.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11827
11828[[package]]
11829name = "ppv-lite86"
11830version = "0.2.21"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11833dependencies = [
11834 "zerocopy 0.8.24",
11835]
11836
11837[[package]]
11838name = "precomputed-hash"
11839version = "0.1.1"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11842
11843[[package]]
11844name = "prettier"
11845version = "0.1.0"
11846dependencies = [
11847 "anyhow",
11848 "collections",
11849 "fs",
11850 "gpui",
11851 "language",
11852 "log",
11853 "lsp",
11854 "node_runtime",
11855 "parking_lot",
11856 "paths",
11857 "serde",
11858 "serde_json",
11859 "util",
11860 "workspace-hack",
11861]
11862
11863[[package]]
11864name = "pretty_assertions"
11865version = "1.4.1"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11868dependencies = [
11869 "diff",
11870 "yansi",
11871]
11872
11873[[package]]
11874name = "prettyplease"
11875version = "0.2.32"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11878dependencies = [
11879 "proc-macro2",
11880 "syn 2.0.101",
11881]
11882
11883[[package]]
11884name = "proc-macro-crate"
11885version = "3.3.0"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11888dependencies = [
11889 "toml_edit",
11890]
11891
11892[[package]]
11893name = "proc-macro-error-attr2"
11894version = "2.0.0"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11897dependencies = [
11898 "proc-macro2",
11899 "quote",
11900]
11901
11902[[package]]
11903name = "proc-macro-error2"
11904version = "2.0.1"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11907dependencies = [
11908 "proc-macro-error-attr2",
11909 "proc-macro2",
11910 "quote",
11911 "syn 2.0.101",
11912]
11913
11914[[package]]
11915name = "proc-macro2"
11916version = "1.0.95"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11919dependencies = [
11920 "unicode-ident",
11921]
11922
11923[[package]]
11924name = "proc-macro2-diagnostics"
11925version = "0.10.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11928dependencies = [
11929 "proc-macro2",
11930 "quote",
11931 "syn 2.0.101",
11932 "version_check",
11933 "yansi",
11934]
11935
11936[[package]]
11937name = "prodash"
11938version = "29.0.2"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11941dependencies = [
11942 "log",
11943 "parking_lot",
11944]
11945
11946[[package]]
11947name = "profiling"
11948version = "1.0.16"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11951dependencies = [
11952 "profiling-procmacros",
11953]
11954
11955[[package]]
11956name = "profiling-procmacros"
11957version = "1.0.16"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11960dependencies = [
11961 "quote",
11962 "syn 2.0.101",
11963]
11964
11965[[package]]
11966name = "project"
11967version = "0.1.0"
11968dependencies = [
11969 "aho-corasick",
11970 "anyhow",
11971 "askpass",
11972 "async-trait",
11973 "buffer_diff",
11974 "circular-buffer",
11975 "client",
11976 "clock",
11977 "collections",
11978 "context_server",
11979 "dap",
11980 "dap_adapters",
11981 "env_logger 0.11.8",
11982 "extension",
11983 "fancy-regex 0.14.0",
11984 "fs",
11985 "futures 0.3.31",
11986 "fuzzy",
11987 "git",
11988 "git2",
11989 "git_hosting_providers",
11990 "globset",
11991 "gpui",
11992 "http_client",
11993 "image",
11994 "indexmap",
11995 "itertools 0.14.0",
11996 "language",
11997 "log",
11998 "lsp",
11999 "node_runtime",
12000 "parking_lot",
12001 "pathdiff",
12002 "paths",
12003 "postage",
12004 "prettier",
12005 "pretty_assertions",
12006 "rand 0.8.5",
12007 "regex",
12008 "release_channel",
12009 "remote",
12010 "rpc",
12011 "schemars",
12012 "serde",
12013 "serde_json",
12014 "settings",
12015 "sha2",
12016 "shellexpand 2.1.2",
12017 "shlex",
12018 "smol",
12019 "snippet",
12020 "snippet_provider",
12021 "sum_tree",
12022 "task",
12023 "tempfile",
12024 "terminal",
12025 "text",
12026 "toml 0.8.20",
12027 "unindent",
12028 "url",
12029 "util",
12030 "which 6.0.3",
12031 "workspace-hack",
12032 "worktree",
12033 "zlog",
12034]
12035
12036[[package]]
12037name = "project_panel"
12038version = "0.1.0"
12039dependencies = [
12040 "anyhow",
12041 "client",
12042 "collections",
12043 "command_palette_hooks",
12044 "db",
12045 "editor",
12046 "file_icons",
12047 "git",
12048 "gpui",
12049 "indexmap",
12050 "language",
12051 "menu",
12052 "pretty_assertions",
12053 "project",
12054 "schemars",
12055 "search",
12056 "serde",
12057 "serde_derive",
12058 "serde_json",
12059 "settings",
12060 "smallvec",
12061 "theme",
12062 "ui",
12063 "util",
12064 "workspace",
12065 "workspace-hack",
12066 "worktree",
12067 "zed_actions",
12068]
12069
12070[[package]]
12071name = "project_symbols"
12072version = "0.1.0"
12073dependencies = [
12074 "anyhow",
12075 "editor",
12076 "futures 0.3.31",
12077 "fuzzy",
12078 "gpui",
12079 "language",
12080 "lsp",
12081 "ordered-float 2.10.1",
12082 "picker",
12083 "project",
12084 "release_channel",
12085 "serde_json",
12086 "settings",
12087 "theme",
12088 "util",
12089 "workspace",
12090 "workspace-hack",
12091]
12092
12093[[package]]
12094name = "prometheus"
12095version = "0.14.0"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12098dependencies = [
12099 "cfg-if",
12100 "fnv",
12101 "lazy_static",
12102 "memchr",
12103 "parking_lot",
12104 "protobuf",
12105 "thiserror 2.0.12",
12106]
12107
12108[[package]]
12109name = "prompt_store"
12110version = "0.1.0"
12111dependencies = [
12112 "anyhow",
12113 "assets",
12114 "chrono",
12115 "collections",
12116 "fs",
12117 "futures 0.3.31",
12118 "fuzzy",
12119 "gpui",
12120 "handlebars 4.5.0",
12121 "heed",
12122 "language",
12123 "log",
12124 "parking_lot",
12125 "paths",
12126 "rope",
12127 "serde",
12128 "serde_json",
12129 "text",
12130 "util",
12131 "uuid",
12132 "workspace-hack",
12133]
12134
12135[[package]]
12136name = "prost"
12137version = "0.9.0"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12140dependencies = [
12141 "bytes 1.10.1",
12142 "prost-derive 0.9.0",
12143]
12144
12145[[package]]
12146name = "prost"
12147version = "0.12.6"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12150dependencies = [
12151 "bytes 1.10.1",
12152 "prost-derive 0.12.6",
12153]
12154
12155[[package]]
12156name = "prost"
12157version = "0.13.5"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12160dependencies = [
12161 "bytes 1.10.1",
12162 "prost-derive 0.13.5",
12163]
12164
12165[[package]]
12166name = "prost-build"
12167version = "0.9.0"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12170dependencies = [
12171 "bytes 1.10.1",
12172 "heck 0.3.3",
12173 "itertools 0.10.5",
12174 "lazy_static",
12175 "log",
12176 "multimap 0.8.3",
12177 "petgraph",
12178 "prost 0.9.0",
12179 "prost-types 0.9.0",
12180 "regex",
12181 "tempfile",
12182 "which 4.4.2",
12183]
12184
12185[[package]]
12186name = "prost-build"
12187version = "0.12.6"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12190dependencies = [
12191 "bytes 1.10.1",
12192 "heck 0.5.0",
12193 "itertools 0.12.1",
12194 "log",
12195 "multimap 0.10.0",
12196 "once_cell",
12197 "petgraph",
12198 "prettyplease",
12199 "prost 0.12.6",
12200 "prost-types 0.12.6",
12201 "regex",
12202 "syn 2.0.101",
12203 "tempfile",
12204]
12205
12206[[package]]
12207name = "prost-derive"
12208version = "0.9.0"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12211dependencies = [
12212 "anyhow",
12213 "itertools 0.10.5",
12214 "proc-macro2",
12215 "quote",
12216 "syn 1.0.109",
12217]
12218
12219[[package]]
12220name = "prost-derive"
12221version = "0.12.6"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12224dependencies = [
12225 "anyhow",
12226 "itertools 0.12.1",
12227 "proc-macro2",
12228 "quote",
12229 "syn 2.0.101",
12230]
12231
12232[[package]]
12233name = "prost-derive"
12234version = "0.13.5"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12237dependencies = [
12238 "anyhow",
12239 "itertools 0.14.0",
12240 "proc-macro2",
12241 "quote",
12242 "syn 2.0.101",
12243]
12244
12245[[package]]
12246name = "prost-types"
12247version = "0.9.0"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12250dependencies = [
12251 "bytes 1.10.1",
12252 "prost 0.9.0",
12253]
12254
12255[[package]]
12256name = "prost-types"
12257version = "0.12.6"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12260dependencies = [
12261 "prost 0.12.6",
12262]
12263
12264[[package]]
12265name = "proto"
12266version = "0.1.0"
12267dependencies = [
12268 "anyhow",
12269 "collections",
12270 "prost 0.9.0",
12271 "prost-build 0.9.0",
12272 "serde",
12273 "workspace-hack",
12274]
12275
12276[[package]]
12277name = "protobuf"
12278version = "3.7.2"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12281dependencies = [
12282 "once_cell",
12283 "protobuf-support",
12284 "thiserror 1.0.69",
12285]
12286
12287[[package]]
12288name = "protobuf-support"
12289version = "3.7.2"
12290source = "registry+https://github.com/rust-lang/crates.io-index"
12291checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12292dependencies = [
12293 "thiserror 1.0.69",
12294]
12295
12296[[package]]
12297name = "psm"
12298version = "0.1.25"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12301dependencies = [
12302 "cc",
12303]
12304
12305[[package]]
12306name = "ptr_meta"
12307version = "0.1.4"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12310dependencies = [
12311 "ptr_meta_derive",
12312]
12313
12314[[package]]
12315name = "ptr_meta_derive"
12316version = "0.1.4"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12319dependencies = [
12320 "proc-macro2",
12321 "quote",
12322 "syn 1.0.109",
12323]
12324
12325[[package]]
12326name = "pulldown-cmark"
12327version = "0.10.3"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12330dependencies = [
12331 "bitflags 2.9.0",
12332 "memchr",
12333 "pulldown-cmark-escape",
12334 "unicase",
12335]
12336
12337[[package]]
12338name = "pulldown-cmark"
12339version = "0.12.2"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12342dependencies = [
12343 "bitflags 2.9.0",
12344 "memchr",
12345 "unicase",
12346]
12347
12348[[package]]
12349name = "pulldown-cmark-escape"
12350version = "0.10.1"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12353
12354[[package]]
12355name = "pulley-interpreter"
12356version = "29.0.1"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12359dependencies = [
12360 "cranelift-bitset",
12361 "log",
12362 "sptr",
12363 "wasmtime-math",
12364]
12365
12366[[package]]
12367name = "qoi"
12368version = "0.4.1"
12369source = "registry+https://github.com/rust-lang/crates.io-index"
12370checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12371dependencies = [
12372 "bytemuck",
12373]
12374
12375[[package]]
12376name = "quick-error"
12377version = "2.0.1"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12380
12381[[package]]
12382name = "quick-xml"
12383version = "0.30.0"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12386dependencies = [
12387 "memchr",
12388]
12389
12390[[package]]
12391name = "quick-xml"
12392version = "0.32.0"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12395dependencies = [
12396 "memchr",
12397]
12398
12399[[package]]
12400name = "quick-xml"
12401version = "0.37.4"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12404dependencies = [
12405 "memchr",
12406]
12407
12408[[package]]
12409name = "quinn"
12410version = "0.11.7"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12413dependencies = [
12414 "bytes 1.10.1",
12415 "cfg_aliases 0.2.1",
12416 "pin-project-lite",
12417 "quinn-proto",
12418 "quinn-udp",
12419 "rustc-hash 2.1.1",
12420 "rustls 0.23.26",
12421 "socket2",
12422 "thiserror 2.0.12",
12423 "tokio",
12424 "tracing",
12425 "web-time",
12426]
12427
12428[[package]]
12429name = "quinn-proto"
12430version = "0.11.10"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12433dependencies = [
12434 "bytes 1.10.1",
12435 "getrandom 0.3.2",
12436 "rand 0.9.1",
12437 "ring",
12438 "rustc-hash 2.1.1",
12439 "rustls 0.23.26",
12440 "rustls-pki-types",
12441 "slab",
12442 "thiserror 2.0.12",
12443 "tinyvec",
12444 "tracing",
12445 "web-time",
12446]
12447
12448[[package]]
12449name = "quinn-udp"
12450version = "0.5.11"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12453dependencies = [
12454 "cfg_aliases 0.2.1",
12455 "libc",
12456 "once_cell",
12457 "socket2",
12458 "tracing",
12459 "windows-sys 0.59.0",
12460]
12461
12462[[package]]
12463name = "quote"
12464version = "1.0.40"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12467dependencies = [
12468 "proc-macro2",
12469]
12470
12471[[package]]
12472name = "r-efi"
12473version = "5.2.0"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12476
12477[[package]]
12478name = "radium"
12479version = "0.7.0"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12482
12483[[package]]
12484name = "rand"
12485version = "0.7.3"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12488dependencies = [
12489 "getrandom 0.1.16",
12490 "libc",
12491 "rand_chacha 0.2.2",
12492 "rand_core 0.5.1",
12493 "rand_hc",
12494]
12495
12496[[package]]
12497name = "rand"
12498version = "0.8.5"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12501dependencies = [
12502 "libc",
12503 "rand_chacha 0.3.1",
12504 "rand_core 0.6.4",
12505]
12506
12507[[package]]
12508name = "rand"
12509version = "0.9.1"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12512dependencies = [
12513 "rand_chacha 0.9.0",
12514 "rand_core 0.9.3",
12515]
12516
12517[[package]]
12518name = "rand_chacha"
12519version = "0.2.2"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12522dependencies = [
12523 "ppv-lite86",
12524 "rand_core 0.5.1",
12525]
12526
12527[[package]]
12528name = "rand_chacha"
12529version = "0.3.1"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12532dependencies = [
12533 "ppv-lite86",
12534 "rand_core 0.6.4",
12535]
12536
12537[[package]]
12538name = "rand_chacha"
12539version = "0.9.0"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12542dependencies = [
12543 "ppv-lite86",
12544 "rand_core 0.9.3",
12545]
12546
12547[[package]]
12548name = "rand_core"
12549version = "0.5.1"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12552dependencies = [
12553 "getrandom 0.1.16",
12554]
12555
12556[[package]]
12557name = "rand_core"
12558version = "0.6.4"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12561dependencies = [
12562 "getrandom 0.2.15",
12563]
12564
12565[[package]]
12566name = "rand_core"
12567version = "0.9.3"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12570dependencies = [
12571 "getrandom 0.3.2",
12572]
12573
12574[[package]]
12575name = "rand_hc"
12576version = "0.2.0"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12579dependencies = [
12580 "rand_core 0.5.1",
12581]
12582
12583[[package]]
12584name = "rangemap"
12585version = "1.5.1"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12588
12589[[package]]
12590name = "rav1e"
12591version = "0.7.1"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12594dependencies = [
12595 "arbitrary",
12596 "arg_enum_proc_macro",
12597 "arrayvec",
12598 "av1-grain",
12599 "bitstream-io",
12600 "built",
12601 "cfg-if",
12602 "interpolate_name",
12603 "itertools 0.12.1",
12604 "libc",
12605 "libfuzzer-sys",
12606 "log",
12607 "maybe-rayon",
12608 "new_debug_unreachable",
12609 "noop_proc_macro",
12610 "num-derive",
12611 "num-traits",
12612 "once_cell",
12613 "paste",
12614 "profiling",
12615 "rand 0.8.5",
12616 "rand_chacha 0.3.1",
12617 "simd_helpers",
12618 "system-deps",
12619 "thiserror 1.0.69",
12620 "v_frame",
12621 "wasm-bindgen",
12622]
12623
12624[[package]]
12625name = "ravif"
12626version = "0.11.12"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12629dependencies = [
12630 "avif-serialize",
12631 "imgref",
12632 "loop9",
12633 "quick-error",
12634 "rav1e",
12635 "rayon",
12636 "rgb",
12637]
12638
12639[[package]]
12640name = "raw-window-handle"
12641version = "0.6.2"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12644
12645[[package]]
12646name = "raw-window-metal"
12647version = "0.4.0"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12650dependencies = [
12651 "cocoa 0.25.0",
12652 "core-graphics 0.23.2",
12653 "objc",
12654 "raw-window-handle",
12655]
12656
12657[[package]]
12658name = "rayon"
12659version = "1.10.0"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12662dependencies = [
12663 "either",
12664 "rayon-core",
12665]
12666
12667[[package]]
12668name = "rayon-core"
12669version = "1.12.1"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12672dependencies = [
12673 "crossbeam-deque",
12674 "crossbeam-utils",
12675]
12676
12677[[package]]
12678name = "read-fonts"
12679version = "0.25.3"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12682dependencies = [
12683 "bytemuck",
12684 "font-types",
12685]
12686
12687[[package]]
12688name = "recent_projects"
12689version = "0.1.0"
12690dependencies = [
12691 "anyhow",
12692 "auto_update",
12693 "dap",
12694 "editor",
12695 "extension_host",
12696 "file_finder",
12697 "futures 0.3.31",
12698 "fuzzy",
12699 "gpui",
12700 "language",
12701 "log",
12702 "markdown",
12703 "menu",
12704 "ordered-float 2.10.1",
12705 "paths",
12706 "picker",
12707 "project",
12708 "release_channel",
12709 "remote",
12710 "schemars",
12711 "serde",
12712 "serde_json",
12713 "settings",
12714 "smol",
12715 "task",
12716 "telemetry",
12717 "theme",
12718 "ui",
12719 "util",
12720 "workspace",
12721 "workspace-hack",
12722 "zed_actions",
12723]
12724
12725[[package]]
12726name = "redox_syscall"
12727version = "0.2.16"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12730dependencies = [
12731 "bitflags 1.3.2",
12732]
12733
12734[[package]]
12735name = "redox_syscall"
12736version = "0.5.11"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12739dependencies = [
12740 "bitflags 2.9.0",
12741]
12742
12743[[package]]
12744name = "redox_users"
12745version = "0.4.6"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12748dependencies = [
12749 "getrandom 0.2.15",
12750 "libredox",
12751 "thiserror 1.0.69",
12752]
12753
12754[[package]]
12755name = "redox_users"
12756version = "0.5.0"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12759dependencies = [
12760 "getrandom 0.2.15",
12761 "libredox",
12762 "thiserror 2.0.12",
12763]
12764
12765[[package]]
12766name = "ref-cast"
12767version = "1.0.24"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12770dependencies = [
12771 "ref-cast-impl",
12772]
12773
12774[[package]]
12775name = "ref-cast-impl"
12776version = "1.0.24"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12779dependencies = [
12780 "proc-macro2",
12781 "quote",
12782 "syn 2.0.101",
12783]
12784
12785[[package]]
12786name = "referencing"
12787version = "0.30.0"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12790dependencies = [
12791 "ahash 0.8.11",
12792 "fluent-uri",
12793 "once_cell",
12794 "parking_lot",
12795 "percent-encoding",
12796 "serde_json",
12797]
12798
12799[[package]]
12800name = "refineable"
12801version = "0.1.0"
12802dependencies = [
12803 "derive_refineable",
12804 "workspace-hack",
12805]
12806
12807[[package]]
12808name = "regalloc2"
12809version = "0.11.2"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12812dependencies = [
12813 "allocator-api2",
12814 "bumpalo",
12815 "hashbrown 0.15.3",
12816 "log",
12817 "rustc-hash 2.1.1",
12818 "serde",
12819 "smallvec",
12820]
12821
12822[[package]]
12823name = "regex"
12824version = "1.11.1"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12827dependencies = [
12828 "aho-corasick",
12829 "memchr",
12830 "regex-automata 0.4.9",
12831 "regex-syntax 0.8.5",
12832]
12833
12834[[package]]
12835name = "regex-automata"
12836version = "0.1.10"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12839dependencies = [
12840 "regex-syntax 0.6.29",
12841]
12842
12843[[package]]
12844name = "regex-automata"
12845version = "0.4.9"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12848dependencies = [
12849 "aho-corasick",
12850 "memchr",
12851 "regex-syntax 0.8.5",
12852]
12853
12854[[package]]
12855name = "regex-lite"
12856version = "0.1.6"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12859
12860[[package]]
12861name = "regex-syntax"
12862version = "0.6.29"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12865
12866[[package]]
12867name = "regex-syntax"
12868version = "0.8.5"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12871
12872[[package]]
12873name = "release_channel"
12874version = "0.1.0"
12875dependencies = [
12876 "gpui",
12877 "workspace-hack",
12878]
12879
12880[[package]]
12881name = "remote"
12882version = "0.1.0"
12883dependencies = [
12884 "anyhow",
12885 "askpass",
12886 "async-trait",
12887 "collections",
12888 "fs",
12889 "futures 0.3.31",
12890 "gpui",
12891 "itertools 0.14.0",
12892 "log",
12893 "parking_lot",
12894 "paths",
12895 "prost 0.9.0",
12896 "release_channel",
12897 "rpc",
12898 "schemars",
12899 "serde",
12900 "serde_json",
12901 "shlex",
12902 "smol",
12903 "tempfile",
12904 "thiserror 2.0.12",
12905 "urlencoding",
12906 "util",
12907 "workspace-hack",
12908]
12909
12910[[package]]
12911name = "remote_server"
12912version = "0.1.0"
12913dependencies = [
12914 "anyhow",
12915 "askpass",
12916 "assistant_tool",
12917 "assistant_tools",
12918 "async-watch",
12919 "backtrace",
12920 "cargo_toml",
12921 "chrono",
12922 "clap",
12923 "client",
12924 "clock",
12925 "dap",
12926 "dap_adapters",
12927 "debug_adapter_extension",
12928 "env_logger 0.11.8",
12929 "extension",
12930 "extension_host",
12931 "fork",
12932 "fs",
12933 "futures 0.3.31",
12934 "git",
12935 "git_hosting_providers",
12936 "gpui",
12937 "gpui_tokio",
12938 "http_client",
12939 "language",
12940 "language_extension",
12941 "language_model",
12942 "languages",
12943 "libc",
12944 "log",
12945 "lsp",
12946 "node_runtime",
12947 "paths",
12948 "project",
12949 "proto",
12950 "release_channel",
12951 "remote",
12952 "reqwest_client",
12953 "rpc",
12954 "rust-embed",
12955 "serde",
12956 "serde_json",
12957 "settings",
12958 "shellexpand 2.1.2",
12959 "smol",
12960 "sysinfo",
12961 "telemetry_events",
12962 "toml 0.8.20",
12963 "unindent",
12964 "util",
12965 "worktree",
12966]
12967
12968[[package]]
12969name = "rend"
12970version = "0.4.2"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12973dependencies = [
12974 "bytecheck",
12975]
12976
12977[[package]]
12978name = "repl"
12979version = "0.1.0"
12980dependencies = [
12981 "alacritty_terminal",
12982 "anyhow",
12983 "async-dispatcher",
12984 "async-tungstenite",
12985 "base64 0.22.1",
12986 "client",
12987 "collections",
12988 "command_palette_hooks",
12989 "editor",
12990 "env_logger 0.11.8",
12991 "feature_flags",
12992 "file_icons",
12993 "futures 0.3.31",
12994 "gpui",
12995 "http_client",
12996 "image",
12997 "indoc",
12998 "jupyter-protocol",
12999 "jupyter-websocket-client",
13000 "language",
13001 "languages",
13002 "log",
13003 "markdown_preview",
13004 "menu",
13005 "multi_buffer",
13006 "nbformat",
13007 "picker",
13008 "project",
13009 "runtimelib",
13010 "schemars",
13011 "serde",
13012 "serde_json",
13013 "settings",
13014 "smol",
13015 "telemetry",
13016 "terminal",
13017 "terminal_view",
13018 "theme",
13019 "tree-sitter-md",
13020 "tree-sitter-python",
13021 "tree-sitter-typescript",
13022 "ui",
13023 "util",
13024 "uuid",
13025 "workspace",
13026 "workspace-hack",
13027]
13028
13029[[package]]
13030name = "reqwest"
13031version = "0.11.27"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13034dependencies = [
13035 "base64 0.21.7",
13036 "bytes 1.10.1",
13037 "encoding_rs",
13038 "futures-core",
13039 "futures-util",
13040 "h2 0.3.26",
13041 "http 0.2.12",
13042 "http-body 0.4.6",
13043 "hyper 0.14.32",
13044 "hyper-rustls 0.24.2",
13045 "hyper-tls",
13046 "ipnet",
13047 "js-sys",
13048 "log",
13049 "mime",
13050 "native-tls",
13051 "once_cell",
13052 "percent-encoding",
13053 "pin-project-lite",
13054 "rustls 0.21.12",
13055 "rustls-native-certs 0.6.3",
13056 "rustls-pemfile 1.0.4",
13057 "serde",
13058 "serde_json",
13059 "serde_urlencoded",
13060 "sync_wrapper 0.1.2",
13061 "system-configuration 0.5.1",
13062 "tokio",
13063 "tokio-native-tls",
13064 "tokio-rustls 0.24.1",
13065 "tower-service",
13066 "url",
13067 "wasm-bindgen",
13068 "wasm-bindgen-futures",
13069 "web-sys",
13070 "winreg 0.50.0",
13071]
13072
13073[[package]]
13074name = "reqwest"
13075version = "0.12.15"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13078dependencies = [
13079 "base64 0.22.1",
13080 "bytes 1.10.1",
13081 "futures-channel",
13082 "futures-core",
13083 "futures-util",
13084 "http 1.3.1",
13085 "http-body 1.0.1",
13086 "http-body-util",
13087 "hyper 1.6.0",
13088 "hyper-util",
13089 "ipnet",
13090 "js-sys",
13091 "log",
13092 "mime",
13093 "once_cell",
13094 "percent-encoding",
13095 "pin-project-lite",
13096 "serde",
13097 "serde_json",
13098 "serde_urlencoded",
13099 "sync_wrapper 1.0.2",
13100 "tokio",
13101 "tower 0.5.2",
13102 "tower-service",
13103 "url",
13104 "wasm-bindgen",
13105 "wasm-bindgen-futures",
13106 "web-sys",
13107 "windows-registry 0.4.0",
13108]
13109
13110[[package]]
13111name = "reqwest"
13112version = "0.12.15"
13113source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13114dependencies = [
13115 "base64 0.22.1",
13116 "bytes 1.10.1",
13117 "encoding_rs",
13118 "futures-core",
13119 "futures-util",
13120 "h2 0.4.9",
13121 "http 1.3.1",
13122 "http-body 1.0.1",
13123 "http-body-util",
13124 "hyper 1.6.0",
13125 "hyper-rustls 0.27.5",
13126 "hyper-util",
13127 "ipnet",
13128 "js-sys",
13129 "log",
13130 "mime",
13131 "once_cell",
13132 "percent-encoding",
13133 "pin-project-lite",
13134 "quinn",
13135 "rustls 0.23.26",
13136 "rustls-native-certs 0.8.1",
13137 "rustls-pemfile 2.2.0",
13138 "rustls-pki-types",
13139 "serde",
13140 "serde_json",
13141 "serde_urlencoded",
13142 "sync_wrapper 1.0.2",
13143 "system-configuration 0.6.1",
13144 "tokio",
13145 "tokio-rustls 0.26.2",
13146 "tokio-socks",
13147 "tokio-util",
13148 "tower 0.5.2",
13149 "tower-service",
13150 "url",
13151 "wasm-bindgen",
13152 "wasm-bindgen-futures",
13153 "wasm-streams",
13154 "web-sys",
13155 "windows-registry 0.4.0",
13156]
13157
13158[[package]]
13159name = "reqwest_client"
13160version = "0.1.0"
13161dependencies = [
13162 "anyhow",
13163 "bytes 1.10.1",
13164 "futures 0.3.31",
13165 "gpui",
13166 "http_client",
13167 "http_client_tls",
13168 "log",
13169 "regex",
13170 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13171 "serde",
13172 "smol",
13173 "tokio",
13174 "workspace-hack",
13175]
13176
13177[[package]]
13178name = "resvg"
13179version = "0.45.1"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13182dependencies = [
13183 "log",
13184 "pico-args",
13185 "rgb",
13186 "svgtypes",
13187 "tiny-skia",
13188 "usvg",
13189]
13190
13191[[package]]
13192name = "rfc6979"
13193version = "0.3.1"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13196dependencies = [
13197 "crypto-bigint 0.4.9",
13198 "hmac",
13199 "zeroize",
13200]
13201
13202[[package]]
13203name = "rgb"
13204version = "0.8.50"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13207dependencies = [
13208 "bytemuck",
13209]
13210
13211[[package]]
13212name = "rich_text"
13213version = "0.1.0"
13214dependencies = [
13215 "futures 0.3.31",
13216 "gpui",
13217 "language",
13218 "linkify",
13219 "pulldown-cmark 0.12.2",
13220 "theme",
13221 "ui",
13222 "util",
13223 "workspace-hack",
13224]
13225
13226[[package]]
13227name = "ring"
13228version = "0.17.14"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13231dependencies = [
13232 "cc",
13233 "cfg-if",
13234 "getrandom 0.2.15",
13235 "libc",
13236 "untrusted",
13237 "windows-sys 0.52.0",
13238]
13239
13240[[package]]
13241name = "rkyv"
13242version = "0.7.45"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13245dependencies = [
13246 "bitvec",
13247 "bytecheck",
13248 "bytes 1.10.1",
13249 "hashbrown 0.12.3",
13250 "ptr_meta",
13251 "rend",
13252 "rkyv_derive",
13253 "seahash",
13254 "tinyvec",
13255 "uuid",
13256]
13257
13258[[package]]
13259name = "rkyv_derive"
13260version = "0.7.45"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13263dependencies = [
13264 "proc-macro2",
13265 "quote",
13266 "syn 1.0.109",
13267]
13268
13269[[package]]
13270name = "rmp"
13271version = "0.8.14"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13274dependencies = [
13275 "byteorder",
13276 "num-traits",
13277 "paste",
13278]
13279
13280[[package]]
13281name = "rmpv"
13282version = "1.3.0"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13285dependencies = [
13286 "num-traits",
13287 "rmp",
13288]
13289
13290[[package]]
13291name = "rodio"
13292version = "0.20.1"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13295dependencies = [
13296 "cpal",
13297 "hound",
13298]
13299
13300[[package]]
13301name = "rope"
13302version = "0.1.0"
13303dependencies = [
13304 "arrayvec",
13305 "criterion",
13306 "ctor",
13307 "env_logger 0.11.8",
13308 "gpui",
13309 "log",
13310 "rand 0.8.5",
13311 "rayon",
13312 "smallvec",
13313 "sum_tree",
13314 "unicode-segmentation",
13315 "util",
13316 "workspace-hack",
13317]
13318
13319[[package]]
13320name = "roxmltree"
13321version = "0.20.0"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13324
13325[[package]]
13326name = "rpc"
13327version = "0.1.0"
13328dependencies = [
13329 "anyhow",
13330 "async-tungstenite",
13331 "base64 0.22.1",
13332 "chrono",
13333 "collections",
13334 "env_logger 0.11.8",
13335 "futures 0.3.31",
13336 "gpui",
13337 "parking_lot",
13338 "proto",
13339 "rand 0.8.5",
13340 "rsa",
13341 "serde",
13342 "serde_json",
13343 "sha2",
13344 "strum 0.27.1",
13345 "tracing",
13346 "util",
13347 "workspace-hack",
13348 "zstd",
13349]
13350
13351[[package]]
13352name = "rsa"
13353version = "0.9.8"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13356dependencies = [
13357 "const-oid",
13358 "digest",
13359 "num-bigint-dig",
13360 "num-integer",
13361 "num-traits",
13362 "pkcs1",
13363 "pkcs8 0.10.2",
13364 "rand_core 0.6.4",
13365 "signature 2.2.0",
13366 "spki 0.7.3",
13367 "subtle",
13368 "zeroize",
13369]
13370
13371[[package]]
13372name = "rules_library"
13373version = "0.1.0"
13374dependencies = [
13375 "anyhow",
13376 "collections",
13377 "editor",
13378 "gpui",
13379 "language",
13380 "language_model",
13381 "log",
13382 "menu",
13383 "picker",
13384 "prompt_store",
13385 "release_channel",
13386 "rope",
13387 "serde",
13388 "settings",
13389 "theme",
13390 "ui",
13391 "util",
13392 "workspace",
13393 "workspace-hack",
13394 "zed_actions",
13395]
13396
13397[[package]]
13398name = "runtimelib"
13399version = "0.25.0"
13400source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13401dependencies = [
13402 "anyhow",
13403 "async-dispatcher",
13404 "async-std",
13405 "base64 0.22.1",
13406 "bytes 1.10.1",
13407 "chrono",
13408 "data-encoding",
13409 "dirs 5.0.1",
13410 "futures 0.3.31",
13411 "glob",
13412 "jupyter-protocol",
13413 "ring",
13414 "serde",
13415 "serde_json",
13416 "shellexpand 3.1.1",
13417 "smol",
13418 "uuid",
13419 "zeromq",
13420]
13421
13422[[package]]
13423name = "rust-embed"
13424version = "8.7.0"
13425source = "registry+https://github.com/rust-lang/crates.io-index"
13426checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13427dependencies = [
13428 "rust-embed-impl",
13429 "rust-embed-utils",
13430 "walkdir",
13431]
13432
13433[[package]]
13434name = "rust-embed-impl"
13435version = "8.7.0"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13438dependencies = [
13439 "proc-macro2",
13440 "quote",
13441 "rust-embed-utils",
13442 "syn 2.0.101",
13443 "walkdir",
13444]
13445
13446[[package]]
13447name = "rust-embed-utils"
13448version = "8.7.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13451dependencies = [
13452 "globset",
13453 "sha2",
13454 "walkdir",
13455]
13456
13457[[package]]
13458name = "rust_decimal"
13459version = "1.37.1"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13462dependencies = [
13463 "arrayvec",
13464 "borsh",
13465 "bytes 1.10.1",
13466 "num-traits",
13467 "rand 0.8.5",
13468 "rkyv",
13469 "serde",
13470 "serde_json",
13471]
13472
13473[[package]]
13474name = "rustc-demangle"
13475version = "0.1.24"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13478
13479[[package]]
13480name = "rustc-hash"
13481version = "1.1.0"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13484
13485[[package]]
13486name = "rustc-hash"
13487version = "2.1.1"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13490
13491[[package]]
13492name = "rustc_version"
13493version = "0.4.1"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13496dependencies = [
13497 "semver",
13498]
13499
13500[[package]]
13501name = "rustix"
13502version = "0.38.44"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13505dependencies = [
13506 "bitflags 2.9.0",
13507 "errno 0.3.11",
13508 "itoa",
13509 "libc",
13510 "linux-raw-sys 0.4.15",
13511 "windows-sys 0.59.0",
13512]
13513
13514[[package]]
13515name = "rustix"
13516version = "1.0.7"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13519dependencies = [
13520 "bitflags 2.9.0",
13521 "errno 0.3.11",
13522 "libc",
13523 "linux-raw-sys 0.9.4",
13524 "windows-sys 0.59.0",
13525]
13526
13527[[package]]
13528name = "rustix-linux-procfs"
13529version = "0.1.1"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13532dependencies = [
13533 "once_cell",
13534 "rustix 1.0.7",
13535]
13536
13537[[package]]
13538name = "rustix-openpty"
13539version = "0.1.1"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13542dependencies = [
13543 "errno 0.3.11",
13544 "libc",
13545 "rustix 0.38.44",
13546]
13547
13548[[package]]
13549name = "rustls"
13550version = "0.21.12"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13553dependencies = [
13554 "log",
13555 "ring",
13556 "rustls-webpki 0.101.7",
13557 "sct",
13558]
13559
13560[[package]]
13561name = "rustls"
13562version = "0.23.26"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13565dependencies = [
13566 "aws-lc-rs",
13567 "log",
13568 "once_cell",
13569 "ring",
13570 "rustls-pki-types",
13571 "rustls-webpki 0.103.1",
13572 "subtle",
13573 "zeroize",
13574]
13575
13576[[package]]
13577name = "rustls-native-certs"
13578version = "0.6.3"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13581dependencies = [
13582 "openssl-probe",
13583 "rustls-pemfile 1.0.4",
13584 "schannel",
13585 "security-framework 2.11.1",
13586]
13587
13588[[package]]
13589name = "rustls-native-certs"
13590version = "0.8.1"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13593dependencies = [
13594 "openssl-probe",
13595 "rustls-pki-types",
13596 "schannel",
13597 "security-framework 3.2.0",
13598]
13599
13600[[package]]
13601name = "rustls-pemfile"
13602version = "1.0.4"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13605dependencies = [
13606 "base64 0.21.7",
13607]
13608
13609[[package]]
13610name = "rustls-pemfile"
13611version = "2.2.0"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13614dependencies = [
13615 "rustls-pki-types",
13616]
13617
13618[[package]]
13619name = "rustls-pki-types"
13620version = "1.12.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13623dependencies = [
13624 "web-time",
13625 "zeroize",
13626]
13627
13628[[package]]
13629name = "rustls-platform-verifier"
13630version = "0.5.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13633dependencies = [
13634 "core-foundation 0.10.0",
13635 "core-foundation-sys",
13636 "jni",
13637 "log",
13638 "once_cell",
13639 "rustls 0.23.26",
13640 "rustls-native-certs 0.8.1",
13641 "rustls-platform-verifier-android",
13642 "rustls-webpki 0.103.1",
13643 "security-framework 3.2.0",
13644 "security-framework-sys",
13645 "webpki-root-certs",
13646 "windows-sys 0.59.0",
13647]
13648
13649[[package]]
13650name = "rustls-platform-verifier-android"
13651version = "0.1.1"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13654
13655[[package]]
13656name = "rustls-webpki"
13657version = "0.101.7"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13660dependencies = [
13661 "ring",
13662 "untrusted",
13663]
13664
13665[[package]]
13666name = "rustls-webpki"
13667version = "0.103.1"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13670dependencies = [
13671 "aws-lc-rs",
13672 "ring",
13673 "rustls-pki-types",
13674 "untrusted",
13675]
13676
13677[[package]]
13678name = "rustversion"
13679version = "1.0.20"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13682
13683[[package]]
13684name = "rustybuzz"
13685version = "0.14.1"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13688dependencies = [
13689 "bitflags 2.9.0",
13690 "bytemuck",
13691 "libm",
13692 "smallvec",
13693 "ttf-parser 0.21.1",
13694 "unicode-bidi-mirroring 0.2.0",
13695 "unicode-ccc 0.2.0",
13696 "unicode-properties",
13697 "unicode-script",
13698]
13699
13700[[package]]
13701name = "rustybuzz"
13702version = "0.20.1"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13705dependencies = [
13706 "bitflags 2.9.0",
13707 "bytemuck",
13708 "core_maths",
13709 "log",
13710 "smallvec",
13711 "ttf-parser 0.25.1",
13712 "unicode-bidi-mirroring 0.4.0",
13713 "unicode-ccc 0.4.0",
13714 "unicode-properties",
13715 "unicode-script",
13716]
13717
13718[[package]]
13719name = "ryu"
13720version = "1.0.20"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13723
13724[[package]]
13725name = "salsa20"
13726version = "0.10.2"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13729dependencies = [
13730 "cipher",
13731]
13732
13733[[package]]
13734name = "same-file"
13735version = "1.0.6"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13738dependencies = [
13739 "winapi-util",
13740]
13741
13742[[package]]
13743name = "scap"
13744version = "0.0.8"
13745source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13746dependencies = [
13747 "anyhow",
13748 "cocoa 0.25.0",
13749 "core-graphics-helmer-fork",
13750 "log",
13751 "objc",
13752 "rand 0.8.5",
13753 "screencapturekit",
13754 "screencapturekit-sys",
13755 "sysinfo",
13756 "tao-core-video-sys",
13757 "windows 0.61.1",
13758 "windows-capture",
13759 "x11",
13760 "xcb",
13761]
13762
13763[[package]]
13764name = "schannel"
13765version = "0.1.27"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13768dependencies = [
13769 "windows-sys 0.59.0",
13770]
13771
13772[[package]]
13773name = "schema_generator"
13774version = "0.1.0"
13775dependencies = [
13776 "anyhow",
13777 "clap",
13778 "env_logger 0.11.8",
13779 "schemars",
13780 "serde",
13781 "serde_json",
13782 "theme",
13783 "workspace-hack",
13784]
13785
13786[[package]]
13787name = "schemars"
13788version = "0.8.22"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13791dependencies = [
13792 "dyn-clone",
13793 "indexmap",
13794 "schemars_derive",
13795 "serde",
13796 "serde_json",
13797]
13798
13799[[package]]
13800name = "schemars_derive"
13801version = "0.8.22"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13804dependencies = [
13805 "proc-macro2",
13806 "quote",
13807 "serde_derive_internals",
13808 "syn 2.0.101",
13809]
13810
13811[[package]]
13812name = "scoped-tls"
13813version = "1.0.1"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13816
13817[[package]]
13818name = "scopeguard"
13819version = "1.2.0"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13822
13823[[package]]
13824name = "scratch"
13825version = "1.0.8"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13828
13829[[package]]
13830name = "screencapturekit"
13831version = "0.2.8"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13834dependencies = [
13835 "screencapturekit-sys",
13836]
13837
13838[[package]]
13839name = "screencapturekit-sys"
13840version = "0.2.8"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13843dependencies = [
13844 "block",
13845 "dispatch",
13846 "objc",
13847 "objc-foundation",
13848 "objc_id",
13849 "once_cell",
13850]
13851
13852[[package]]
13853name = "scrypt"
13854version = "0.11.0"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13857dependencies = [
13858 "password-hash 0.5.0",
13859 "pbkdf2 0.12.2",
13860 "salsa20",
13861 "sha2",
13862]
13863
13864[[package]]
13865name = "sct"
13866version = "0.7.1"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13869dependencies = [
13870 "ring",
13871 "untrusted",
13872]
13873
13874[[package]]
13875name = "sea-bae"
13876version = "0.2.1"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13879dependencies = [
13880 "heck 0.4.1",
13881 "proc-macro-error2",
13882 "proc-macro2",
13883 "quote",
13884 "syn 2.0.101",
13885]
13886
13887[[package]]
13888name = "sea-orm"
13889version = "1.1.10"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13892dependencies = [
13893 "async-stream",
13894 "async-trait",
13895 "bigdecimal",
13896 "chrono",
13897 "futures-util",
13898 "log",
13899 "ouroboros",
13900 "pgvector",
13901 "rust_decimal",
13902 "sea-orm-macros",
13903 "sea-query",
13904 "sea-query-binder",
13905 "serde",
13906 "serde_json",
13907 "sqlx",
13908 "strum 0.26.3",
13909 "thiserror 2.0.12",
13910 "time",
13911 "tracing",
13912 "url",
13913 "uuid",
13914]
13915
13916[[package]]
13917name = "sea-orm-macros"
13918version = "1.1.10"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13921dependencies = [
13922 "heck 0.4.1",
13923 "proc-macro2",
13924 "quote",
13925 "sea-bae",
13926 "syn 2.0.101",
13927 "unicode-ident",
13928]
13929
13930[[package]]
13931name = "sea-query"
13932version = "0.32.4"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13935dependencies = [
13936 "bigdecimal",
13937 "chrono",
13938 "inherent",
13939 "ordered-float 4.6.0",
13940 "rust_decimal",
13941 "serde_json",
13942 "time",
13943 "uuid",
13944]
13945
13946[[package]]
13947name = "sea-query-binder"
13948version = "0.7.0"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13951dependencies = [
13952 "bigdecimal",
13953 "chrono",
13954 "rust_decimal",
13955 "sea-query",
13956 "serde_json",
13957 "sqlx",
13958 "time",
13959 "uuid",
13960]
13961
13962[[package]]
13963name = "seahash"
13964version = "4.1.0"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13967
13968[[package]]
13969name = "search"
13970version = "0.1.0"
13971dependencies = [
13972 "any_vec",
13973 "anyhow",
13974 "bitflags 2.9.0",
13975 "client",
13976 "collections",
13977 "editor",
13978 "futures 0.3.31",
13979 "gpui",
13980 "language",
13981 "menu",
13982 "project",
13983 "schemars",
13984 "serde",
13985 "serde_json",
13986 "settings",
13987 "smol",
13988 "theme",
13989 "ui",
13990 "unindent",
13991 "util",
13992 "workspace",
13993 "workspace-hack",
13994 "zed_actions",
13995]
13996
13997[[package]]
13998name = "sec1"
13999version = "0.3.0"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14002dependencies = [
14003 "base16ct",
14004 "der 0.6.1",
14005 "generic-array",
14006 "pkcs8 0.9.0",
14007 "subtle",
14008 "zeroize",
14009]
14010
14011[[package]]
14012name = "security-framework"
14013version = "2.11.1"
14014source = "registry+https://github.com/rust-lang/crates.io-index"
14015checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14016dependencies = [
14017 "bitflags 2.9.0",
14018 "core-foundation 0.9.4",
14019 "core-foundation-sys",
14020 "libc",
14021 "security-framework-sys",
14022]
14023
14024[[package]]
14025name = "security-framework"
14026version = "3.2.0"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14029dependencies = [
14030 "bitflags 2.9.0",
14031 "core-foundation 0.10.0",
14032 "core-foundation-sys",
14033 "libc",
14034 "security-framework-sys",
14035]
14036
14037[[package]]
14038name = "security-framework-sys"
14039version = "2.14.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14042dependencies = [
14043 "core-foundation-sys",
14044 "libc",
14045]
14046
14047[[package]]
14048name = "self_cell"
14049version = "1.2.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14052
14053[[package]]
14054name = "semantic_index"
14055version = "0.1.0"
14056dependencies = [
14057 "anyhow",
14058 "arrayvec",
14059 "blake3",
14060 "client",
14061 "clock",
14062 "collections",
14063 "env_logger 0.11.8",
14064 "feature_flags",
14065 "fs",
14066 "futures 0.3.31",
14067 "futures-batch",
14068 "gpui",
14069 "heed",
14070 "http_client",
14071 "language",
14072 "language_model",
14073 "languages",
14074 "log",
14075 "open_ai",
14076 "parking_lot",
14077 "project",
14078 "reqwest_client",
14079 "serde",
14080 "serde_json",
14081 "settings",
14082 "sha2",
14083 "smol",
14084 "streaming-iterator",
14085 "tempfile",
14086 "theme",
14087 "tree-sitter",
14088 "ui",
14089 "unindent",
14090 "util",
14091 "workspace",
14092 "workspace-hack",
14093 "worktree",
14094]
14095
14096[[package]]
14097name = "semantic_version"
14098version = "0.1.0"
14099dependencies = [
14100 "anyhow",
14101 "serde",
14102 "workspace-hack",
14103]
14104
14105[[package]]
14106name = "semver"
14107version = "1.0.26"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14110dependencies = [
14111 "serde",
14112]
14113
14114[[package]]
14115name = "serde"
14116version = "1.0.219"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14119dependencies = [
14120 "serde_derive",
14121]
14122
14123[[package]]
14124name = "serde_derive"
14125version = "1.0.219"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14128dependencies = [
14129 "proc-macro2",
14130 "quote",
14131 "syn 2.0.101",
14132]
14133
14134[[package]]
14135name = "serde_derive_internals"
14136version = "0.29.1"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14139dependencies = [
14140 "proc-macro2",
14141 "quote",
14142 "syn 2.0.101",
14143]
14144
14145[[package]]
14146name = "serde_fmt"
14147version = "1.0.3"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14150dependencies = [
14151 "serde",
14152]
14153
14154[[package]]
14155name = "serde_json"
14156version = "1.0.140"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14159dependencies = [
14160 "indexmap",
14161 "itoa",
14162 "memchr",
14163 "ryu",
14164 "serde",
14165]
14166
14167[[package]]
14168name = "serde_json_lenient"
14169version = "0.2.4"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14172dependencies = [
14173 "indexmap",
14174 "itoa",
14175 "memchr",
14176 "ryu",
14177 "serde",
14178]
14179
14180[[package]]
14181name = "serde_path_to_error"
14182version = "0.1.17"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14185dependencies = [
14186 "itoa",
14187 "serde",
14188]
14189
14190[[package]]
14191name = "serde_qs"
14192version = "0.8.5"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14195dependencies = [
14196 "percent-encoding",
14197 "serde",
14198 "thiserror 1.0.69",
14199]
14200
14201[[package]]
14202name = "serde_qs"
14203version = "0.10.1"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14206dependencies = [
14207 "percent-encoding",
14208 "serde",
14209 "thiserror 1.0.69",
14210]
14211
14212[[package]]
14213name = "serde_repr"
14214version = "0.1.20"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14217dependencies = [
14218 "proc-macro2",
14219 "quote",
14220 "syn 2.0.101",
14221]
14222
14223[[package]]
14224name = "serde_spanned"
14225version = "0.6.8"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14228dependencies = [
14229 "serde",
14230]
14231
14232[[package]]
14233name = "serde_urlencoded"
14234version = "0.7.1"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14237dependencies = [
14238 "form_urlencoded",
14239 "itoa",
14240 "ryu",
14241 "serde",
14242]
14243
14244[[package]]
14245name = "serial2"
14246version = "0.2.29"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14249dependencies = [
14250 "cfg-if",
14251 "libc",
14252 "winapi",
14253]
14254
14255[[package]]
14256name = "session"
14257version = "0.1.0"
14258dependencies = [
14259 "db",
14260 "gpui",
14261 "serde_json",
14262 "util",
14263 "uuid",
14264 "workspace-hack",
14265]
14266
14267[[package]]
14268name = "settings"
14269version = "0.1.0"
14270dependencies = [
14271 "anyhow",
14272 "collections",
14273 "ec4rs",
14274 "fs",
14275 "futures 0.3.31",
14276 "gpui",
14277 "indoc",
14278 "inventory",
14279 "log",
14280 "paths",
14281 "pretty_assertions",
14282 "release_channel",
14283 "rust-embed",
14284 "schemars",
14285 "serde",
14286 "serde_derive",
14287 "serde_json",
14288 "serde_json_lenient",
14289 "smallvec",
14290 "streaming-iterator",
14291 "tree-sitter",
14292 "tree-sitter-json",
14293 "unindent",
14294 "util",
14295 "workspace-hack",
14296]
14297
14298[[package]]
14299name = "settings_ui"
14300version = "0.1.0"
14301dependencies = [
14302 "command_palette_hooks",
14303 "editor",
14304 "feature_flags",
14305 "fs",
14306 "gpui",
14307 "log",
14308 "paths",
14309 "schemars",
14310 "serde",
14311 "settings",
14312 "theme",
14313 "ui",
14314 "workspace",
14315 "workspace-hack",
14316]
14317
14318[[package]]
14319name = "sha1"
14320version = "0.10.6"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14323dependencies = [
14324 "cfg-if",
14325 "cpufeatures",
14326 "digest",
14327]
14328
14329[[package]]
14330name = "sha1-checked"
14331version = "0.10.0"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14334dependencies = [
14335 "digest",
14336 "sha1",
14337]
14338
14339[[package]]
14340name = "sha1_smol"
14341version = "1.0.1"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14344
14345[[package]]
14346name = "sha2"
14347version = "0.10.8"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14350dependencies = [
14351 "cfg-if",
14352 "cpufeatures",
14353 "digest",
14354]
14355
14356[[package]]
14357name = "sharded-slab"
14358version = "0.1.7"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14361dependencies = [
14362 "lazy_static",
14363]
14364
14365[[package]]
14366name = "shared_library"
14367version = "0.1.9"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14370dependencies = [
14371 "lazy_static",
14372 "libc",
14373]
14374
14375[[package]]
14376name = "shell-words"
14377version = "1.1.0"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14380
14381[[package]]
14382name = "shellexpand"
14383version = "2.1.2"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14386dependencies = [
14387 "dirs 4.0.0",
14388]
14389
14390[[package]]
14391name = "shellexpand"
14392version = "3.1.1"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14395dependencies = [
14396 "dirs 6.0.0",
14397]
14398
14399[[package]]
14400name = "shlex"
14401version = "1.3.0"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14404
14405[[package]]
14406name = "signal-hook"
14407version = "0.3.17"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14410dependencies = [
14411 "libc",
14412 "signal-hook-registry",
14413]
14414
14415[[package]]
14416name = "signal-hook-registry"
14417version = "1.4.5"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14420dependencies = [
14421 "libc",
14422]
14423
14424[[package]]
14425name = "signature"
14426version = "1.6.4"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14429dependencies = [
14430 "digest",
14431 "rand_core 0.6.4",
14432]
14433
14434[[package]]
14435name = "signature"
14436version = "2.2.0"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14439dependencies = [
14440 "digest",
14441 "rand_core 0.6.4",
14442]
14443
14444[[package]]
14445name = "simd-adler32"
14446version = "0.3.7"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14449
14450[[package]]
14451name = "simd_helpers"
14452version = "0.1.0"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14455dependencies = [
14456 "quote",
14457]
14458
14459[[package]]
14460name = "simdutf8"
14461version = "0.1.5"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14464
14465[[package]]
14466name = "simple_asn1"
14467version = "0.6.3"
14468source = "registry+https://github.com/rust-lang/crates.io-index"
14469checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14470dependencies = [
14471 "num-bigint",
14472 "num-traits",
14473 "thiserror 2.0.12",
14474 "time",
14475]
14476
14477[[package]]
14478name = "simplecss"
14479version = "0.2.2"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14482dependencies = [
14483 "log",
14484]
14485
14486[[package]]
14487name = "simplelog"
14488version = "0.12.2"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14491dependencies = [
14492 "log",
14493 "termcolor",
14494 "time",
14495]
14496
14497[[package]]
14498name = "siphasher"
14499version = "1.0.1"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14502
14503[[package]]
14504name = "skrifa"
14505version = "0.26.6"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14508dependencies = [
14509 "bytemuck",
14510 "read-fonts",
14511]
14512
14513[[package]]
14514name = "slab"
14515version = "0.4.9"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14518dependencies = [
14519 "autocfg",
14520]
14521
14522[[package]]
14523name = "slash_commands_example"
14524version = "0.1.0"
14525dependencies = [
14526 "zed_extension_api 0.1.0",
14527]
14528
14529[[package]]
14530name = "slotmap"
14531version = "1.0.7"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14534dependencies = [
14535 "version_check",
14536]
14537
14538[[package]]
14539name = "smallvec"
14540version = "1.15.0"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14543dependencies = [
14544 "serde",
14545]
14546
14547[[package]]
14548name = "smart-default"
14549version = "0.6.0"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14552dependencies = [
14553 "proc-macro2",
14554 "quote",
14555 "syn 1.0.109",
14556]
14557
14558[[package]]
14559name = "smol"
14560version = "2.0.2"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14563dependencies = [
14564 "async-channel 2.3.1",
14565 "async-executor",
14566 "async-fs",
14567 "async-io",
14568 "async-lock",
14569 "async-net",
14570 "async-process",
14571 "blocking",
14572 "futures-lite 2.6.0",
14573]
14574
14575[[package]]
14576name = "smol_str"
14577version = "0.1.24"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14580dependencies = [
14581 "serde",
14582]
14583
14584[[package]]
14585name = "smol_str"
14586version = "0.2.2"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14589
14590[[package]]
14591name = "snippet"
14592version = "0.1.0"
14593dependencies = [
14594 "anyhow",
14595 "smallvec",
14596 "workspace-hack",
14597]
14598
14599[[package]]
14600name = "snippet_provider"
14601version = "0.1.0"
14602dependencies = [
14603 "anyhow",
14604 "collections",
14605 "extension",
14606 "fs",
14607 "futures 0.3.31",
14608 "gpui",
14609 "indoc",
14610 "parking_lot",
14611 "paths",
14612 "schemars",
14613 "serde",
14614 "serde_json_lenient",
14615 "snippet",
14616 "util",
14617 "workspace-hack",
14618]
14619
14620[[package]]
14621name = "snippets_ui"
14622version = "0.1.0"
14623dependencies = [
14624 "fuzzy",
14625 "gpui",
14626 "language",
14627 "paths",
14628 "picker",
14629 "ui",
14630 "util",
14631 "workspace",
14632 "workspace-hack",
14633]
14634
14635[[package]]
14636name = "socket2"
14637version = "0.5.9"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14640dependencies = [
14641 "libc",
14642 "windows-sys 0.52.0",
14643]
14644
14645[[package]]
14646name = "spdx"
14647version = "0.10.8"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14650dependencies = [
14651 "smallvec",
14652]
14653
14654[[package]]
14655name = "spin"
14656version = "0.9.8"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14659dependencies = [
14660 "lock_api",
14661]
14662
14663[[package]]
14664name = "spirv"
14665version = "0.3.0+sdk-1.3.268.0"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14668dependencies = [
14669 "bitflags 2.9.0",
14670]
14671
14672[[package]]
14673name = "spki"
14674version = "0.6.0"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14677dependencies = [
14678 "base64ct",
14679 "der 0.6.1",
14680]
14681
14682[[package]]
14683name = "spki"
14684version = "0.7.3"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14687dependencies = [
14688 "base64ct",
14689 "der 0.7.10",
14690]
14691
14692[[package]]
14693name = "sptr"
14694version = "0.3.2"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14697
14698[[package]]
14699name = "sqlez"
14700version = "0.1.0"
14701dependencies = [
14702 "anyhow",
14703 "collections",
14704 "futures 0.3.31",
14705 "indoc",
14706 "libsqlite3-sys",
14707 "parking_lot",
14708 "smol",
14709 "sqlformat",
14710 "thread_local",
14711 "util",
14712 "uuid",
14713 "workspace-hack",
14714]
14715
14716[[package]]
14717name = "sqlez_macros"
14718version = "0.1.0"
14719dependencies = [
14720 "sqlez",
14721 "sqlformat",
14722 "syn 1.0.109",
14723 "workspace-hack",
14724]
14725
14726[[package]]
14727name = "sqlformat"
14728version = "0.2.6"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14731dependencies = [
14732 "nom",
14733 "unicode_categories",
14734]
14735
14736[[package]]
14737name = "sqlx"
14738version = "0.8.5"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14741dependencies = [
14742 "sqlx-core",
14743 "sqlx-macros",
14744 "sqlx-mysql",
14745 "sqlx-postgres",
14746 "sqlx-sqlite",
14747]
14748
14749[[package]]
14750name = "sqlx-core"
14751version = "0.8.5"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14754dependencies = [
14755 "base64 0.22.1",
14756 "bigdecimal",
14757 "bytes 1.10.1",
14758 "chrono",
14759 "crc",
14760 "crossbeam-queue",
14761 "either",
14762 "event-listener 5.4.0",
14763 "futures-core",
14764 "futures-intrusive",
14765 "futures-io",
14766 "futures-util",
14767 "hashbrown 0.15.3",
14768 "hashlink 0.10.0",
14769 "indexmap",
14770 "log",
14771 "memchr",
14772 "once_cell",
14773 "percent-encoding",
14774 "rust_decimal",
14775 "rustls 0.23.26",
14776 "serde",
14777 "serde_json",
14778 "sha2",
14779 "smallvec",
14780 "thiserror 2.0.12",
14781 "time",
14782 "tokio",
14783 "tokio-stream",
14784 "tracing",
14785 "url",
14786 "uuid",
14787 "webpki-roots",
14788]
14789
14790[[package]]
14791name = "sqlx-macros"
14792version = "0.8.5"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14795dependencies = [
14796 "proc-macro2",
14797 "quote",
14798 "sqlx-core",
14799 "sqlx-macros-core",
14800 "syn 2.0.101",
14801]
14802
14803[[package]]
14804name = "sqlx-macros-core"
14805version = "0.8.5"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14808dependencies = [
14809 "dotenvy",
14810 "either",
14811 "heck 0.5.0",
14812 "hex",
14813 "once_cell",
14814 "proc-macro2",
14815 "quote",
14816 "serde",
14817 "serde_json",
14818 "sha2",
14819 "sqlx-core",
14820 "sqlx-mysql",
14821 "sqlx-postgres",
14822 "sqlx-sqlite",
14823 "syn 2.0.101",
14824 "tempfile",
14825 "tokio",
14826 "url",
14827]
14828
14829[[package]]
14830name = "sqlx-mysql"
14831version = "0.8.5"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14834dependencies = [
14835 "atoi",
14836 "base64 0.22.1",
14837 "bigdecimal",
14838 "bitflags 2.9.0",
14839 "byteorder",
14840 "bytes 1.10.1",
14841 "chrono",
14842 "crc",
14843 "digest",
14844 "dotenvy",
14845 "either",
14846 "futures-channel",
14847 "futures-core",
14848 "futures-io",
14849 "futures-util",
14850 "generic-array",
14851 "hex",
14852 "hkdf",
14853 "hmac",
14854 "itoa",
14855 "log",
14856 "md-5",
14857 "memchr",
14858 "once_cell",
14859 "percent-encoding",
14860 "rand 0.8.5",
14861 "rsa",
14862 "rust_decimal",
14863 "serde",
14864 "sha1",
14865 "sha2",
14866 "smallvec",
14867 "sqlx-core",
14868 "stringprep",
14869 "thiserror 2.0.12",
14870 "time",
14871 "tracing",
14872 "uuid",
14873 "whoami",
14874]
14875
14876[[package]]
14877name = "sqlx-postgres"
14878version = "0.8.5"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14881dependencies = [
14882 "atoi",
14883 "base64 0.22.1",
14884 "bigdecimal",
14885 "bitflags 2.9.0",
14886 "byteorder",
14887 "chrono",
14888 "crc",
14889 "dotenvy",
14890 "etcetera",
14891 "futures-channel",
14892 "futures-core",
14893 "futures-util",
14894 "hex",
14895 "hkdf",
14896 "hmac",
14897 "home",
14898 "itoa",
14899 "log",
14900 "md-5",
14901 "memchr",
14902 "num-bigint",
14903 "once_cell",
14904 "rand 0.8.5",
14905 "rust_decimal",
14906 "serde",
14907 "serde_json",
14908 "sha2",
14909 "smallvec",
14910 "sqlx-core",
14911 "stringprep",
14912 "thiserror 2.0.12",
14913 "time",
14914 "tracing",
14915 "uuid",
14916 "whoami",
14917]
14918
14919[[package]]
14920name = "sqlx-sqlite"
14921version = "0.8.5"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14924dependencies = [
14925 "atoi",
14926 "chrono",
14927 "flume",
14928 "futures-channel",
14929 "futures-core",
14930 "futures-executor",
14931 "futures-intrusive",
14932 "futures-util",
14933 "libsqlite3-sys",
14934 "log",
14935 "percent-encoding",
14936 "serde",
14937 "serde_urlencoded",
14938 "sqlx-core",
14939 "thiserror 2.0.12",
14940 "time",
14941 "tracing",
14942 "url",
14943 "uuid",
14944]
14945
14946[[package]]
14947name = "stable_deref_trait"
14948version = "1.2.0"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14951
14952[[package]]
14953name = "static_assertions"
14954version = "1.1.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14957
14958[[package]]
14959name = "story"
14960version = "0.1.0"
14961dependencies = [
14962 "gpui",
14963 "itertools 0.14.0",
14964 "smallvec",
14965 "workspace-hack",
14966]
14967
14968[[package]]
14969name = "storybook"
14970version = "0.1.0"
14971dependencies = [
14972 "anyhow",
14973 "clap",
14974 "collab_ui",
14975 "ctrlc",
14976 "dialoguer",
14977 "editor",
14978 "fuzzy",
14979 "gpui",
14980 "indoc",
14981 "language",
14982 "log",
14983 "menu",
14984 "picker",
14985 "project",
14986 "reqwest_client",
14987 "rust-embed",
14988 "settings",
14989 "simplelog",
14990 "story",
14991 "strum 0.27.1",
14992 "theme",
14993 "title_bar",
14994 "ui",
14995 "workspace",
14996 "workspace-hack",
14997]
14998
14999[[package]]
15000name = "streaming-iterator"
15001version = "0.1.9"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15004
15005[[package]]
15006name = "streaming_diff"
15007version = "0.1.0"
15008dependencies = [
15009 "ordered-float 2.10.1",
15010 "rand 0.8.5",
15011 "rope",
15012 "util",
15013 "workspace-hack",
15014]
15015
15016[[package]]
15017name = "strict-num"
15018version = "0.1.1"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15021dependencies = [
15022 "float-cmp",
15023]
15024
15025[[package]]
15026name = "string_cache"
15027version = "0.8.9"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15030dependencies = [
15031 "new_debug_unreachable",
15032 "parking_lot",
15033 "phf_shared",
15034 "precomputed-hash",
15035 "serde",
15036]
15037
15038[[package]]
15039name = "string_cache_codegen"
15040version = "0.5.4"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15043dependencies = [
15044 "phf_generator",
15045 "phf_shared",
15046 "proc-macro2",
15047 "quote",
15048]
15049
15050[[package]]
15051name = "stringprep"
15052version = "0.1.5"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15055dependencies = [
15056 "unicode-bidi",
15057 "unicode-normalization",
15058 "unicode-properties",
15059]
15060
15061[[package]]
15062name = "strsim"
15063version = "0.11.1"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15066
15067[[package]]
15068name = "strum"
15069version = "0.26.3"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15072dependencies = [
15073 "strum_macros 0.26.4",
15074]
15075
15076[[package]]
15077name = "strum"
15078version = "0.27.1"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15081dependencies = [
15082 "strum_macros 0.27.1",
15083]
15084
15085[[package]]
15086name = "strum_macros"
15087version = "0.26.4"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15090dependencies = [
15091 "heck 0.5.0",
15092 "proc-macro2",
15093 "quote",
15094 "rustversion",
15095 "syn 2.0.101",
15096]
15097
15098[[package]]
15099name = "strum_macros"
15100version = "0.27.1"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15103dependencies = [
15104 "heck 0.5.0",
15105 "proc-macro2",
15106 "quote",
15107 "rustversion",
15108 "syn 2.0.101",
15109]
15110
15111[[package]]
15112name = "subtle"
15113version = "2.6.1"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15116
15117[[package]]
15118name = "sum_tree"
15119version = "0.1.0"
15120dependencies = [
15121 "arrayvec",
15122 "ctor",
15123 "env_logger 0.11.8",
15124 "log",
15125 "rand 0.8.5",
15126 "rayon",
15127 "workspace-hack",
15128]
15129
15130[[package]]
15131name = "supermaven"
15132version = "0.1.0"
15133dependencies = [
15134 "anyhow",
15135 "client",
15136 "collections",
15137 "editor",
15138 "env_logger 0.11.8",
15139 "futures 0.3.31",
15140 "gpui",
15141 "http_client",
15142 "inline_completion",
15143 "language",
15144 "log",
15145 "postage",
15146 "project",
15147 "serde",
15148 "serde_json",
15149 "settings",
15150 "smol",
15151 "supermaven_api",
15152 "text",
15153 "theme",
15154 "ui",
15155 "unicode-segmentation",
15156 "util",
15157 "workspace-hack",
15158]
15159
15160[[package]]
15161name = "supermaven_api"
15162version = "0.1.0"
15163dependencies = [
15164 "anyhow",
15165 "futures 0.3.31",
15166 "http_client",
15167 "paths",
15168 "serde",
15169 "serde_json",
15170 "smol",
15171 "workspace-hack",
15172]
15173
15174[[package]]
15175name = "sval"
15176version = "2.14.1"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15179
15180[[package]]
15181name = "sval_buffer"
15182version = "2.14.1"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15185dependencies = [
15186 "sval",
15187 "sval_ref",
15188]
15189
15190[[package]]
15191name = "sval_dynamic"
15192version = "2.14.1"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15195dependencies = [
15196 "sval",
15197]
15198
15199[[package]]
15200name = "sval_fmt"
15201version = "2.14.1"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15204dependencies = [
15205 "itoa",
15206 "ryu",
15207 "sval",
15208]
15209
15210[[package]]
15211name = "sval_json"
15212version = "2.14.1"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15215dependencies = [
15216 "itoa",
15217 "ryu",
15218 "sval",
15219]
15220
15221[[package]]
15222name = "sval_nested"
15223version = "2.14.1"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15226dependencies = [
15227 "sval",
15228 "sval_buffer",
15229 "sval_ref",
15230]
15231
15232[[package]]
15233name = "sval_ref"
15234version = "2.14.1"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15237dependencies = [
15238 "sval",
15239]
15240
15241[[package]]
15242name = "sval_serde"
15243version = "2.14.1"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15246dependencies = [
15247 "serde",
15248 "sval",
15249 "sval_nested",
15250]
15251
15252[[package]]
15253name = "svg_fmt"
15254version = "0.4.5"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15257
15258[[package]]
15259name = "svgtypes"
15260version = "0.15.3"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15263dependencies = [
15264 "kurbo",
15265 "siphasher",
15266]
15267
15268[[package]]
15269name = "swash"
15270version = "0.2.2"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15273dependencies = [
15274 "skrifa",
15275 "yazi",
15276 "zeno",
15277]
15278
15279[[package]]
15280name = "syn"
15281version = "1.0.109"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15284dependencies = [
15285 "proc-macro2",
15286 "quote",
15287 "unicode-ident",
15288]
15289
15290[[package]]
15291name = "syn"
15292version = "2.0.101"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15295dependencies = [
15296 "proc-macro2",
15297 "quote",
15298 "unicode-ident",
15299]
15300
15301[[package]]
15302name = "sync_wrapper"
15303version = "0.1.2"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15306
15307[[package]]
15308name = "sync_wrapper"
15309version = "1.0.2"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15312dependencies = [
15313 "futures-core",
15314]
15315
15316[[package]]
15317name = "synchronoise"
15318version = "1.0.1"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15321dependencies = [
15322 "crossbeam-queue",
15323]
15324
15325[[package]]
15326name = "synstructure"
15327version = "0.13.1"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15330dependencies = [
15331 "proc-macro2",
15332 "quote",
15333 "syn 2.0.101",
15334]
15335
15336[[package]]
15337name = "sys-locale"
15338version = "0.3.2"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15341dependencies = [
15342 "libc",
15343]
15344
15345[[package]]
15346name = "sysinfo"
15347version = "0.31.4"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15350dependencies = [
15351 "core-foundation-sys",
15352 "libc",
15353 "memchr",
15354 "ntapi",
15355 "rayon",
15356 "windows 0.57.0",
15357]
15358
15359[[package]]
15360name = "system-configuration"
15361version = "0.5.1"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15364dependencies = [
15365 "bitflags 1.3.2",
15366 "core-foundation 0.9.4",
15367 "system-configuration-sys 0.5.0",
15368]
15369
15370[[package]]
15371name = "system-configuration"
15372version = "0.6.1"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15375dependencies = [
15376 "bitflags 2.9.0",
15377 "core-foundation 0.9.4",
15378 "system-configuration-sys 0.6.0",
15379]
15380
15381[[package]]
15382name = "system-configuration-sys"
15383version = "0.5.0"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15386dependencies = [
15387 "core-foundation-sys",
15388 "libc",
15389]
15390
15391[[package]]
15392name = "system-configuration-sys"
15393version = "0.6.0"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15396dependencies = [
15397 "core-foundation-sys",
15398 "libc",
15399]
15400
15401[[package]]
15402name = "system-deps"
15403version = "6.2.2"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15406dependencies = [
15407 "cfg-expr",
15408 "heck 0.5.0",
15409 "pkg-config",
15410 "toml 0.8.20",
15411 "version-compare",
15412]
15413
15414[[package]]
15415name = "system-interface"
15416version = "0.27.3"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15419dependencies = [
15420 "bitflags 2.9.0",
15421 "cap-fs-ext",
15422 "cap-std",
15423 "fd-lock",
15424 "io-lifetimes",
15425 "rustix 0.38.44",
15426 "windows-sys 0.59.0",
15427 "winx",
15428]
15429
15430[[package]]
15431name = "tab_switcher"
15432version = "0.1.0"
15433dependencies = [
15434 "anyhow",
15435 "collections",
15436 "ctor",
15437 "editor",
15438 "env_logger 0.11.8",
15439 "fuzzy",
15440 "gpui",
15441 "language",
15442 "menu",
15443 "picker",
15444 "project",
15445 "schemars",
15446 "serde",
15447 "serde_json",
15448 "settings",
15449 "smol",
15450 "theme",
15451 "ui",
15452 "util",
15453 "workspace",
15454 "workspace-hack",
15455]
15456
15457[[package]]
15458name = "taffy"
15459version = "0.4.4"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15462dependencies = [
15463 "arrayvec",
15464 "grid",
15465 "num-traits",
15466 "serde",
15467 "slotmap",
15468]
15469
15470[[package]]
15471name = "tagptr"
15472version = "0.2.0"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15475
15476[[package]]
15477name = "take-until"
15478version = "0.2.0"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15481
15482[[package]]
15483name = "tao-core-video-sys"
15484version = "0.2.0"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15487dependencies = [
15488 "cfg-if",
15489 "core-foundation-sys",
15490 "libc",
15491 "objc",
15492]
15493
15494[[package]]
15495name = "tap"
15496version = "1.0.1"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15499
15500[[package]]
15501name = "target-lexicon"
15502version = "0.12.16"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15505
15506[[package]]
15507name = "target-lexicon"
15508version = "0.13.2"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15511
15512[[package]]
15513name = "task"
15514version = "0.1.0"
15515dependencies = [
15516 "anyhow",
15517 "collections",
15518 "futures 0.3.31",
15519 "gpui",
15520 "hex",
15521 "parking_lot",
15522 "pretty_assertions",
15523 "proto",
15524 "schemars",
15525 "serde",
15526 "serde_json",
15527 "serde_json_lenient",
15528 "sha2",
15529 "shellexpand 2.1.2",
15530 "util",
15531 "workspace-hack",
15532 "zed_actions",
15533]
15534
15535[[package]]
15536name = "tasks_ui"
15537version = "0.1.0"
15538dependencies = [
15539 "anyhow",
15540 "collections",
15541 "editor",
15542 "file_icons",
15543 "fuzzy",
15544 "gpui",
15545 "itertools 0.14.0",
15546 "language",
15547 "menu",
15548 "picker",
15549 "project",
15550 "serde",
15551 "serde_json",
15552 "task",
15553 "tree-sitter-rust",
15554 "tree-sitter-typescript",
15555 "ui",
15556 "util",
15557 "workspace",
15558 "workspace-hack",
15559 "zed_actions",
15560]
15561
15562[[package]]
15563name = "telemetry"
15564version = "0.1.0"
15565dependencies = [
15566 "futures 0.3.31",
15567 "serde",
15568 "serde_json",
15569 "telemetry_events",
15570 "workspace-hack",
15571]
15572
15573[[package]]
15574name = "telemetry_events"
15575version = "0.1.0"
15576dependencies = [
15577 "semantic_version",
15578 "serde",
15579 "serde_json",
15580 "workspace-hack",
15581]
15582
15583[[package]]
15584name = "tempfile"
15585version = "3.20.0"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15588dependencies = [
15589 "fastrand 2.3.0",
15590 "getrandom 0.3.2",
15591 "once_cell",
15592 "rustix 1.0.7",
15593 "windows-sys 0.59.0",
15594]
15595
15596[[package]]
15597name = "tendril"
15598version = "0.4.3"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15601dependencies = [
15602 "futf",
15603 "mac",
15604 "utf-8",
15605]
15606
15607[[package]]
15608name = "termcolor"
15609version = "1.4.1"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15612dependencies = [
15613 "winapi-util",
15614]
15615
15616[[package]]
15617name = "terminal"
15618version = "0.1.0"
15619dependencies = [
15620 "alacritty_terminal",
15621 "anyhow",
15622 "collections",
15623 "dirs 4.0.0",
15624 "futures 0.3.31",
15625 "gpui",
15626 "libc",
15627 "rand 0.8.5",
15628 "regex",
15629 "release_channel",
15630 "schemars",
15631 "serde",
15632 "serde_derive",
15633 "settings",
15634 "smol",
15635 "sysinfo",
15636 "task",
15637 "theme",
15638 "thiserror 2.0.12",
15639 "util",
15640 "windows 0.61.1",
15641 "workspace-hack",
15642]
15643
15644[[package]]
15645name = "terminal_size"
15646version = "0.4.2"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15649dependencies = [
15650 "rustix 1.0.7",
15651 "windows-sys 0.59.0",
15652]
15653
15654[[package]]
15655name = "terminal_view"
15656version = "0.1.0"
15657dependencies = [
15658 "anyhow",
15659 "assistant_slash_command",
15660 "async-recursion 1.1.1",
15661 "breadcrumbs",
15662 "client",
15663 "collections",
15664 "db",
15665 "dirs 4.0.0",
15666 "editor",
15667 "futures 0.3.31",
15668 "gpui",
15669 "itertools 0.14.0",
15670 "language",
15671 "log",
15672 "project",
15673 "rand 0.8.5",
15674 "regex",
15675 "schemars",
15676 "search",
15677 "serde",
15678 "serde_json",
15679 "settings",
15680 "shellexpand 2.1.2",
15681 "smol",
15682 "task",
15683 "terminal",
15684 "theme",
15685 "ui",
15686 "util",
15687 "workspace",
15688 "workspace-hack",
15689 "zed_actions",
15690]
15691
15692[[package]]
15693name = "text"
15694version = "0.1.0"
15695dependencies = [
15696 "anyhow",
15697 "clock",
15698 "collections",
15699 "ctor",
15700 "env_logger 0.11.8",
15701 "gpui",
15702 "http_client",
15703 "log",
15704 "parking_lot",
15705 "postage",
15706 "rand 0.8.5",
15707 "regex",
15708 "rope",
15709 "smallvec",
15710 "sum_tree",
15711 "util",
15712 "workspace-hack",
15713]
15714
15715[[package]]
15716name = "theme"
15717version = "0.1.0"
15718dependencies = [
15719 "anyhow",
15720 "collections",
15721 "derive_more",
15722 "fs",
15723 "futures 0.3.31",
15724 "gpui",
15725 "indexmap",
15726 "log",
15727 "palette",
15728 "parking_lot",
15729 "refineable",
15730 "schemars",
15731 "serde",
15732 "serde_derive",
15733 "serde_json",
15734 "serde_json_lenient",
15735 "serde_repr",
15736 "settings",
15737 "strum 0.27.1",
15738 "thiserror 2.0.12",
15739 "util",
15740 "uuid",
15741 "workspace-hack",
15742]
15743
15744[[package]]
15745name = "theme_extension"
15746version = "0.1.0"
15747dependencies = [
15748 "anyhow",
15749 "extension",
15750 "fs",
15751 "gpui",
15752 "theme",
15753 "workspace-hack",
15754]
15755
15756[[package]]
15757name = "theme_importer"
15758version = "0.1.0"
15759dependencies = [
15760 "anyhow",
15761 "clap",
15762 "gpui",
15763 "indexmap",
15764 "log",
15765 "palette",
15766 "rust-embed",
15767 "serde",
15768 "serde_json",
15769 "serde_json_lenient",
15770 "simplelog",
15771 "strum 0.27.1",
15772 "theme",
15773 "vscode_theme",
15774 "workspace-hack",
15775]
15776
15777[[package]]
15778name = "theme_selector"
15779version = "0.1.0"
15780dependencies = [
15781 "fs",
15782 "fuzzy",
15783 "gpui",
15784 "log",
15785 "picker",
15786 "serde",
15787 "settings",
15788 "telemetry",
15789 "theme",
15790 "ui",
15791 "util",
15792 "workspace",
15793 "workspace-hack",
15794 "zed_actions",
15795]
15796
15797[[package]]
15798name = "thiserror"
15799version = "1.0.69"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15802dependencies = [
15803 "thiserror-impl 1.0.69",
15804]
15805
15806[[package]]
15807name = "thiserror"
15808version = "2.0.12"
15809source = "registry+https://github.com/rust-lang/crates.io-index"
15810checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15811dependencies = [
15812 "thiserror-impl 2.0.12",
15813]
15814
15815[[package]]
15816name = "thiserror-impl"
15817version = "1.0.69"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15820dependencies = [
15821 "proc-macro2",
15822 "quote",
15823 "syn 2.0.101",
15824]
15825
15826[[package]]
15827name = "thiserror-impl"
15828version = "2.0.12"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15831dependencies = [
15832 "proc-macro2",
15833 "quote",
15834 "syn 2.0.101",
15835]
15836
15837[[package]]
15838name = "thread_local"
15839version = "1.1.8"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15842dependencies = [
15843 "cfg-if",
15844 "once_cell",
15845]
15846
15847[[package]]
15848name = "tiff"
15849version = "0.9.1"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15852dependencies = [
15853 "flate2",
15854 "jpeg-decoder",
15855 "weezl",
15856]
15857
15858[[package]]
15859name = "tiktoken-rs"
15860version = "0.7.0"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15863dependencies = [
15864 "anyhow",
15865 "base64 0.22.1",
15866 "bstr",
15867 "fancy-regex 0.13.0",
15868 "lazy_static",
15869 "regex",
15870 "rustc-hash 1.1.0",
15871]
15872
15873[[package]]
15874name = "time"
15875version = "0.3.41"
15876source = "registry+https://github.com/rust-lang/crates.io-index"
15877checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15878dependencies = [
15879 "deranged",
15880 "itoa",
15881 "libc",
15882 "num-conv",
15883 "num_threads",
15884 "powerfmt",
15885 "serde",
15886 "time-core",
15887 "time-macros",
15888]
15889
15890[[package]]
15891name = "time-core"
15892version = "0.1.4"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15895
15896[[package]]
15897name = "time-macros"
15898version = "0.2.22"
15899source = "registry+https://github.com/rust-lang/crates.io-index"
15900checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15901dependencies = [
15902 "num-conv",
15903 "time-core",
15904]
15905
15906[[package]]
15907name = "time_format"
15908version = "0.1.0"
15909dependencies = [
15910 "core-foundation 0.10.0",
15911 "core-foundation-sys",
15912 "sys-locale",
15913 "time",
15914 "workspace-hack",
15915]
15916
15917[[package]]
15918name = "tiny-keccak"
15919version = "2.0.2"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15922dependencies = [
15923 "crunchy",
15924]
15925
15926[[package]]
15927name = "tiny-skia"
15928version = "0.11.4"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15931dependencies = [
15932 "arrayref",
15933 "arrayvec",
15934 "bytemuck",
15935 "cfg-if",
15936 "log",
15937 "png",
15938 "tiny-skia-path",
15939]
15940
15941[[package]]
15942name = "tiny-skia-path"
15943version = "0.11.4"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15946dependencies = [
15947 "arrayref",
15948 "bytemuck",
15949 "strict-num",
15950]
15951
15952[[package]]
15953name = "tiny_http"
15954version = "0.8.2"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15957dependencies = [
15958 "ascii",
15959 "chrono",
15960 "chunked_transfer",
15961 "log",
15962 "url",
15963]
15964
15965[[package]]
15966name = "tinystr"
15967version = "0.7.6"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15970dependencies = [
15971 "displaydoc",
15972 "zerovec",
15973]
15974
15975[[package]]
15976name = "tinytemplate"
15977version = "1.2.1"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15980dependencies = [
15981 "serde",
15982 "serde_json",
15983]
15984
15985[[package]]
15986name = "tinyvec"
15987version = "1.9.0"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15990dependencies = [
15991 "tinyvec_macros",
15992]
15993
15994[[package]]
15995name = "tinyvec_macros"
15996version = "0.1.1"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15999
16000[[package]]
16001name = "title_bar"
16002version = "0.1.0"
16003dependencies = [
16004 "auto_update",
16005 "call",
16006 "chrono",
16007 "client",
16008 "collections",
16009 "db",
16010 "gpui",
16011 "http_client",
16012 "notifications",
16013 "pretty_assertions",
16014 "project",
16015 "remote",
16016 "rpc",
16017 "schemars",
16018 "serde",
16019 "settings",
16020 "smallvec",
16021 "story",
16022 "telemetry",
16023 "theme",
16024 "tree-sitter-md",
16025 "ui",
16026 "util",
16027 "windows 0.61.1",
16028 "workspace",
16029 "workspace-hack",
16030 "zed_actions",
16031]
16032
16033[[package]]
16034name = "tokio"
16035version = "1.44.2"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16038dependencies = [
16039 "backtrace",
16040 "bytes 1.10.1",
16041 "libc",
16042 "mio",
16043 "parking_lot",
16044 "pin-project-lite",
16045 "signal-hook-registry",
16046 "socket2",
16047 "tokio-macros",
16048 "windows-sys 0.52.0",
16049]
16050
16051[[package]]
16052name = "tokio-io"
16053version = "0.1.13"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16056dependencies = [
16057 "bytes 0.4.12",
16058 "futures 0.1.31",
16059 "log",
16060]
16061
16062[[package]]
16063name = "tokio-macros"
16064version = "2.5.0"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16067dependencies = [
16068 "proc-macro2",
16069 "quote",
16070 "syn 2.0.101",
16071]
16072
16073[[package]]
16074name = "tokio-native-tls"
16075version = "0.3.1"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16078dependencies = [
16079 "native-tls",
16080 "tokio",
16081]
16082
16083[[package]]
16084name = "tokio-rustls"
16085version = "0.24.1"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16088dependencies = [
16089 "rustls 0.21.12",
16090 "tokio",
16091]
16092
16093[[package]]
16094name = "tokio-rustls"
16095version = "0.26.2"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16098dependencies = [
16099 "rustls 0.23.26",
16100 "tokio",
16101]
16102
16103[[package]]
16104name = "tokio-socks"
16105version = "0.5.2"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16108dependencies = [
16109 "either",
16110 "futures-io",
16111 "futures-util",
16112 "thiserror 1.0.69",
16113 "tokio",
16114]
16115
16116[[package]]
16117name = "tokio-stream"
16118version = "0.1.17"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16121dependencies = [
16122 "futures-core",
16123 "pin-project-lite",
16124 "tokio",
16125]
16126
16127[[package]]
16128name = "tokio-tungstenite"
16129version = "0.20.1"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16132dependencies = [
16133 "futures-util",
16134 "log",
16135 "tokio",
16136 "tungstenite 0.20.1",
16137]
16138
16139[[package]]
16140name = "tokio-tungstenite"
16141version = "0.21.0"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16144dependencies = [
16145 "futures-util",
16146 "log",
16147 "tokio",
16148 "tungstenite 0.21.0",
16149]
16150
16151[[package]]
16152name = "tokio-tungstenite"
16153version = "0.26.2"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16156dependencies = [
16157 "futures-util",
16158 "log",
16159 "rustls 0.23.26",
16160 "rustls-pki-types",
16161 "tokio",
16162 "tokio-rustls 0.26.2",
16163 "tungstenite 0.26.2",
16164]
16165
16166[[package]]
16167name = "tokio-util"
16168version = "0.7.14"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16171dependencies = [
16172 "bytes 1.10.1",
16173 "futures-core",
16174 "futures-io",
16175 "futures-sink",
16176 "pin-project-lite",
16177 "tokio",
16178]
16179
16180[[package]]
16181name = "toml"
16182version = "0.5.11"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16185dependencies = [
16186 "serde",
16187]
16188
16189[[package]]
16190name = "toml"
16191version = "0.8.20"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16194dependencies = [
16195 "serde",
16196 "serde_spanned",
16197 "toml_datetime",
16198 "toml_edit",
16199]
16200
16201[[package]]
16202name = "toml_datetime"
16203version = "0.6.9"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16206dependencies = [
16207 "serde",
16208]
16209
16210[[package]]
16211name = "toml_edit"
16212version = "0.22.26"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16215dependencies = [
16216 "indexmap",
16217 "serde",
16218 "serde_spanned",
16219 "toml_datetime",
16220 "toml_write",
16221 "winnow",
16222]
16223
16224[[package]]
16225name = "toml_write"
16226version = "0.1.1"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16229
16230[[package]]
16231name = "toolchain_selector"
16232version = "0.1.0"
16233dependencies = [
16234 "editor",
16235 "fuzzy",
16236 "gpui",
16237 "language",
16238 "picker",
16239 "project",
16240 "ui",
16241 "util",
16242 "workspace",
16243 "workspace-hack",
16244]
16245
16246[[package]]
16247name = "topological-sort"
16248version = "0.2.2"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16251
16252[[package]]
16253name = "tower"
16254version = "0.4.13"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16257dependencies = [
16258 "futures-core",
16259 "futures-util",
16260 "pin-project",
16261 "pin-project-lite",
16262 "tokio",
16263 "tower-layer",
16264 "tower-service",
16265 "tracing",
16266]
16267
16268[[package]]
16269name = "tower"
16270version = "0.5.2"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16273dependencies = [
16274 "futures-core",
16275 "futures-util",
16276 "pin-project-lite",
16277 "sync_wrapper 1.0.2",
16278 "tokio",
16279 "tower-layer",
16280 "tower-service",
16281]
16282
16283[[package]]
16284name = "tower-http"
16285version = "0.3.5"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16288dependencies = [
16289 "bitflags 1.3.2",
16290 "bytes 1.10.1",
16291 "futures-core",
16292 "futures-util",
16293 "http 0.2.12",
16294 "http-body 0.4.6",
16295 "http-range-header",
16296 "pin-project-lite",
16297 "tower-layer",
16298 "tower-service",
16299]
16300
16301[[package]]
16302name = "tower-http"
16303version = "0.4.4"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16306dependencies = [
16307 "bitflags 2.9.0",
16308 "bytes 1.10.1",
16309 "futures-core",
16310 "futures-util",
16311 "http 0.2.12",
16312 "http-body 0.4.6",
16313 "http-range-header",
16314 "pin-project-lite",
16315 "tower-layer",
16316 "tower-service",
16317 "tracing",
16318]
16319
16320[[package]]
16321name = "tower-layer"
16322version = "0.3.3"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16325
16326[[package]]
16327name = "tower-service"
16328version = "0.3.3"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16331
16332[[package]]
16333name = "tracing"
16334version = "0.1.41"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16337dependencies = [
16338 "log",
16339 "pin-project-lite",
16340 "tracing-attributes",
16341 "tracing-core",
16342]
16343
16344[[package]]
16345name = "tracing-attributes"
16346version = "0.1.28"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16349dependencies = [
16350 "proc-macro2",
16351 "quote",
16352 "syn 2.0.101",
16353]
16354
16355[[package]]
16356name = "tracing-core"
16357version = "0.1.33"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16360dependencies = [
16361 "once_cell",
16362 "valuable",
16363]
16364
16365[[package]]
16366name = "tracing-log"
16367version = "0.2.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16370dependencies = [
16371 "log",
16372 "once_cell",
16373 "tracing-core",
16374]
16375
16376[[package]]
16377name = "tracing-serde"
16378version = "0.2.0"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16381dependencies = [
16382 "serde",
16383 "tracing-core",
16384]
16385
16386[[package]]
16387name = "tracing-subscriber"
16388version = "0.3.19"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16391dependencies = [
16392 "matchers",
16393 "nu-ansi-term",
16394 "once_cell",
16395 "regex",
16396 "serde",
16397 "serde_json",
16398 "sharded-slab",
16399 "smallvec",
16400 "thread_local",
16401 "tracing",
16402 "tracing-core",
16403 "tracing-log",
16404 "tracing-serde",
16405]
16406
16407[[package]]
16408name = "trait-variant"
16409version = "0.1.2"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16412dependencies = [
16413 "proc-macro2",
16414 "quote",
16415 "syn 2.0.101",
16416]
16417
16418[[package]]
16419name = "tree-sitter"
16420version = "0.25.3"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16423dependencies = [
16424 "cc",
16425 "regex",
16426 "regex-syntax 0.8.5",
16427 "serde_json",
16428 "streaming-iterator",
16429 "tree-sitter-language",
16430 "wasmtime-c-api-impl",
16431]
16432
16433[[package]]
16434name = "tree-sitter-bash"
16435version = "0.23.3"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16438dependencies = [
16439 "cc",
16440 "tree-sitter-language",
16441]
16442
16443[[package]]
16444name = "tree-sitter-c"
16445version = "0.23.4"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16448dependencies = [
16449 "cc",
16450 "tree-sitter-language",
16451]
16452
16453[[package]]
16454name = "tree-sitter-cpp"
16455version = "0.23.4"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16458dependencies = [
16459 "cc",
16460 "tree-sitter-language",
16461]
16462
16463[[package]]
16464name = "tree-sitter-css"
16465version = "0.23.2"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16468dependencies = [
16469 "cc",
16470 "tree-sitter-language",
16471]
16472
16473[[package]]
16474name = "tree-sitter-diff"
16475version = "0.1.0"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16478dependencies = [
16479 "cc",
16480 "tree-sitter-language",
16481]
16482
16483[[package]]
16484name = "tree-sitter-elixir"
16485version = "0.3.4"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16488dependencies = [
16489 "cc",
16490 "tree-sitter-language",
16491]
16492
16493[[package]]
16494name = "tree-sitter-embedded-template"
16495version = "0.23.2"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16498dependencies = [
16499 "cc",
16500 "tree-sitter-language",
16501]
16502
16503[[package]]
16504name = "tree-sitter-gitcommit"
16505version = "0.0.1"
16506source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16507dependencies = [
16508 "cc",
16509 "tree-sitter-language",
16510]
16511
16512[[package]]
16513name = "tree-sitter-go"
16514version = "0.23.4"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16517dependencies = [
16518 "cc",
16519 "tree-sitter-language",
16520]
16521
16522[[package]]
16523name = "tree-sitter-gomod"
16524version = "1.1.1"
16525source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16526dependencies = [
16527 "cc",
16528 "tree-sitter-language",
16529]
16530
16531[[package]]
16532name = "tree-sitter-gowork"
16533version = "0.0.1"
16534source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16535dependencies = [
16536 "cc",
16537 "tree-sitter-language",
16538]
16539
16540[[package]]
16541name = "tree-sitter-heex"
16542version = "0.0.1"
16543source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16544dependencies = [
16545 "cc",
16546 "tree-sitter-language",
16547]
16548
16549[[package]]
16550name = "tree-sitter-html"
16551version = "0.23.2"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16554dependencies = [
16555 "cc",
16556 "tree-sitter-language",
16557]
16558
16559[[package]]
16560name = "tree-sitter-jsdoc"
16561version = "0.23.2"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16564dependencies = [
16565 "cc",
16566 "tree-sitter-language",
16567]
16568
16569[[package]]
16570name = "tree-sitter-json"
16571version = "0.24.8"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16574dependencies = [
16575 "cc",
16576 "tree-sitter-language",
16577]
16578
16579[[package]]
16580name = "tree-sitter-language"
16581version = "0.1.5"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16584
16585[[package]]
16586name = "tree-sitter-md"
16587version = "0.3.2"
16588source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16589dependencies = [
16590 "cc",
16591 "tree-sitter-language",
16592]
16593
16594[[package]]
16595name = "tree-sitter-python"
16596version = "0.23.6"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16599dependencies = [
16600 "cc",
16601 "tree-sitter-language",
16602]
16603
16604[[package]]
16605name = "tree-sitter-regex"
16606version = "0.24.3"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16609dependencies = [
16610 "cc",
16611 "tree-sitter-language",
16612]
16613
16614[[package]]
16615name = "tree-sitter-ruby"
16616version = "0.23.1"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16619dependencies = [
16620 "cc",
16621 "tree-sitter-language",
16622]
16623
16624[[package]]
16625name = "tree-sitter-rust"
16626version = "0.24.0"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16629dependencies = [
16630 "cc",
16631 "tree-sitter-language",
16632]
16633
16634[[package]]
16635name = "tree-sitter-typescript"
16636version = "0.23.2"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16639dependencies = [
16640 "cc",
16641 "tree-sitter-language",
16642]
16643
16644[[package]]
16645name = "tree-sitter-yaml"
16646version = "0.6.1"
16647source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16648dependencies = [
16649 "cc",
16650 "tree-sitter-language",
16651]
16652
16653[[package]]
16654name = "try-lock"
16655version = "0.2.5"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16658
16659[[package]]
16660name = "ttf-parser"
16661version = "0.20.0"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16664
16665[[package]]
16666name = "ttf-parser"
16667version = "0.21.1"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16670
16671[[package]]
16672name = "ttf-parser"
16673version = "0.25.1"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16676dependencies = [
16677 "core_maths",
16678]
16679
16680[[package]]
16681name = "tungstenite"
16682version = "0.20.1"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16685dependencies = [
16686 "byteorder",
16687 "bytes 1.10.1",
16688 "data-encoding",
16689 "http 0.2.12",
16690 "httparse",
16691 "log",
16692 "rand 0.8.5",
16693 "sha1",
16694 "thiserror 1.0.69",
16695 "url",
16696 "utf-8",
16697]
16698
16699[[package]]
16700name = "tungstenite"
16701version = "0.21.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16704dependencies = [
16705 "byteorder",
16706 "bytes 1.10.1",
16707 "data-encoding",
16708 "http 1.3.1",
16709 "httparse",
16710 "log",
16711 "rand 0.8.5",
16712 "sha1",
16713 "thiserror 1.0.69",
16714 "url",
16715 "utf-8",
16716]
16717
16718[[package]]
16719name = "tungstenite"
16720version = "0.26.2"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16723dependencies = [
16724 "bytes 1.10.1",
16725 "data-encoding",
16726 "http 1.3.1",
16727 "httparse",
16728 "log",
16729 "rand 0.9.1",
16730 "rustls 0.23.26",
16731 "rustls-pki-types",
16732 "sha1",
16733 "thiserror 2.0.12",
16734 "utf-8",
16735]
16736
16737[[package]]
16738name = "typeid"
16739version = "1.0.3"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16742
16743[[package]]
16744name = "typenum"
16745version = "1.18.0"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16748
16749[[package]]
16750name = "ucd-trie"
16751version = "0.1.7"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16754
16755[[package]]
16756name = "uds_windows"
16757version = "1.1.0"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16760dependencies = [
16761 "memoffset",
16762 "tempfile",
16763 "winapi",
16764]
16765
16766[[package]]
16767name = "ui"
16768version = "0.1.0"
16769dependencies = [
16770 "chrono",
16771 "component",
16772 "documented",
16773 "gpui",
16774 "icons",
16775 "itertools 0.14.0",
16776 "menu",
16777 "serde",
16778 "settings",
16779 "smallvec",
16780 "story",
16781 "strum 0.27.1",
16782 "theme",
16783 "ui_macros",
16784 "util",
16785 "windows 0.61.1",
16786 "workspace-hack",
16787]
16788
16789[[package]]
16790name = "ui_input"
16791version = "0.1.0"
16792dependencies = [
16793 "component",
16794 "editor",
16795 "gpui",
16796 "settings",
16797 "theme",
16798 "ui",
16799 "workspace-hack",
16800]
16801
16802[[package]]
16803name = "ui_macros"
16804version = "0.1.0"
16805dependencies = [
16806 "quote",
16807 "syn 1.0.109",
16808 "workspace-hack",
16809]
16810
16811[[package]]
16812name = "ui_prompt"
16813version = "0.1.0"
16814dependencies = [
16815 "gpui",
16816 "markdown",
16817 "menu",
16818 "settings",
16819 "theme",
16820 "ui",
16821 "workspace",
16822 "workspace-hack",
16823]
16824
16825[[package]]
16826name = "uluru"
16827version = "3.1.0"
16828source = "registry+https://github.com/rust-lang/crates.io-index"
16829checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16830dependencies = [
16831 "arrayvec",
16832]
16833
16834[[package]]
16835name = "unicase"
16836version = "2.8.1"
16837source = "registry+https://github.com/rust-lang/crates.io-index"
16838checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16839
16840[[package]]
16841name = "unicode-bidi"
16842version = "0.3.18"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16845
16846[[package]]
16847name = "unicode-bidi-mirroring"
16848version = "0.2.0"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16851
16852[[package]]
16853name = "unicode-bidi-mirroring"
16854version = "0.4.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16857
16858[[package]]
16859name = "unicode-bom"
16860version = "2.0.3"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16863
16864[[package]]
16865name = "unicode-ccc"
16866version = "0.2.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16869
16870[[package]]
16871name = "unicode-ccc"
16872version = "0.4.0"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16875
16876[[package]]
16877name = "unicode-ident"
16878version = "1.0.18"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16881
16882[[package]]
16883name = "unicode-linebreak"
16884version = "0.1.5"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16887
16888[[package]]
16889name = "unicode-normalization"
16890version = "0.1.24"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16893dependencies = [
16894 "tinyvec",
16895]
16896
16897[[package]]
16898name = "unicode-properties"
16899version = "0.1.3"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16902
16903[[package]]
16904name = "unicode-script"
16905version = "0.5.7"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16908
16909[[package]]
16910name = "unicode-segmentation"
16911version = "1.12.0"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16914
16915[[package]]
16916name = "unicode-vo"
16917version = "0.1.0"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16920
16921[[package]]
16922name = "unicode-width"
16923version = "0.1.14"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16926
16927[[package]]
16928name = "unicode-width"
16929version = "0.2.0"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16932
16933[[package]]
16934name = "unicode-xid"
16935version = "0.2.6"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16938
16939[[package]]
16940name = "unicode_categories"
16941version = "0.1.1"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16944
16945[[package]]
16946name = "unindent"
16947version = "0.2.4"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16950
16951[[package]]
16952name = "untrusted"
16953version = "0.9.0"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16956
16957[[package]]
16958name = "url"
16959version = "2.5.4"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16962dependencies = [
16963 "form_urlencoded",
16964 "idna",
16965 "percent-encoding",
16966 "serde",
16967]
16968
16969[[package]]
16970name = "urlencoding"
16971version = "2.1.3"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16974
16975[[package]]
16976name = "usvg"
16977version = "0.45.1"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16980dependencies = [
16981 "base64 0.22.1",
16982 "data-url",
16983 "flate2",
16984 "fontdb 0.23.0",
16985 "imagesize",
16986 "kurbo",
16987 "log",
16988 "pico-args",
16989 "roxmltree",
16990 "rustybuzz 0.20.1",
16991 "simplecss",
16992 "siphasher",
16993 "strict-num",
16994 "svgtypes",
16995 "tiny-skia-path",
16996 "unicode-bidi",
16997 "unicode-script",
16998 "unicode-vo",
16999 "xmlwriter",
17000]
17001
17002[[package]]
17003name = "utf-8"
17004version = "0.7.6"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17007
17008[[package]]
17009name = "utf16_iter"
17010version = "1.0.5"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17013
17014[[package]]
17015name = "utf8_iter"
17016version = "1.0.4"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17019
17020[[package]]
17021name = "utf8parse"
17022version = "0.2.2"
17023source = "registry+https://github.com/rust-lang/crates.io-index"
17024checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17025
17026[[package]]
17027name = "util"
17028version = "0.1.0"
17029dependencies = [
17030 "anyhow",
17031 "async-fs",
17032 "collections",
17033 "dirs 4.0.0",
17034 "dunce",
17035 "futures 0.3.31",
17036 "futures-lite 1.13.0",
17037 "git2",
17038 "globset",
17039 "itertools 0.14.0",
17040 "libc",
17041 "log",
17042 "rand 0.8.5",
17043 "regex",
17044 "rust-embed",
17045 "serde",
17046 "serde_json",
17047 "smol",
17048 "take-until",
17049 "tempfile",
17050 "tendril",
17051 "unicase",
17052 "util_macros",
17053 "workspace-hack",
17054]
17055
17056[[package]]
17057name = "util_macros"
17058version = "0.1.0"
17059dependencies = [
17060 "quote",
17061 "syn 1.0.109",
17062 "workspace-hack",
17063]
17064
17065[[package]]
17066name = "uuid"
17067version = "1.16.0"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17070dependencies = [
17071 "getrandom 0.3.2",
17072 "serde",
17073 "sha1_smol",
17074]
17075
17076[[package]]
17077name = "uuid-simd"
17078version = "0.8.0"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17081dependencies = [
17082 "outref",
17083 "uuid",
17084 "vsimd",
17085]
17086
17087[[package]]
17088name = "v_frame"
17089version = "0.3.8"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17092dependencies = [
17093 "aligned-vec",
17094 "num-traits",
17095 "wasm-bindgen",
17096]
17097
17098[[package]]
17099name = "valuable"
17100version = "0.1.1"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17103
17104[[package]]
17105name = "value-bag"
17106version = "1.11.1"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17109dependencies = [
17110 "value-bag-serde1",
17111 "value-bag-sval2",
17112]
17113
17114[[package]]
17115name = "value-bag-serde1"
17116version = "1.11.1"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17119dependencies = [
17120 "erased-serde",
17121 "serde",
17122 "serde_fmt",
17123]
17124
17125[[package]]
17126name = "value-bag-sval2"
17127version = "1.11.1"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17130dependencies = [
17131 "sval",
17132 "sval_buffer",
17133 "sval_dynamic",
17134 "sval_fmt",
17135 "sval_json",
17136 "sval_ref",
17137 "sval_serde",
17138]
17139
17140[[package]]
17141name = "vcpkg"
17142version = "0.2.15"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17145
17146[[package]]
17147name = "version-compare"
17148version = "0.2.0"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17151
17152[[package]]
17153name = "version_check"
17154version = "0.9.5"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17157
17158[[package]]
17159name = "vim"
17160version = "0.1.0"
17161dependencies = [
17162 "anyhow",
17163 "assets",
17164 "async-compat",
17165 "async-trait",
17166 "collections",
17167 "command_palette",
17168 "command_palette_hooks",
17169 "db",
17170 "editor",
17171 "futures 0.3.31",
17172 "git_ui",
17173 "gpui",
17174 "indoc",
17175 "itertools 0.14.0",
17176 "language",
17177 "log",
17178 "lsp",
17179 "multi_buffer",
17180 "nvim-rs",
17181 "parking_lot",
17182 "picker",
17183 "project",
17184 "project_panel",
17185 "regex",
17186 "release_channel",
17187 "schemars",
17188 "search",
17189 "serde",
17190 "serde_derive",
17191 "serde_json",
17192 "settings",
17193 "task",
17194 "text",
17195 "theme",
17196 "tokio",
17197 "ui",
17198 "util",
17199 "vim_mode_setting",
17200 "workspace",
17201 "workspace-hack",
17202 "zed_actions",
17203]
17204
17205[[package]]
17206name = "vim_mode_setting"
17207version = "0.1.0"
17208dependencies = [
17209 "anyhow",
17210 "gpui",
17211 "settings",
17212 "workspace-hack",
17213]
17214
17215[[package]]
17216name = "vscode_theme"
17217version = "0.2.0"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17220dependencies = [
17221 "serde",
17222]
17223
17224[[package]]
17225name = "vsimd"
17226version = "0.8.0"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17229
17230[[package]]
17231name = "vswhom"
17232version = "0.1.0"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17235dependencies = [
17236 "libc",
17237 "vswhom-sys",
17238]
17239
17240[[package]]
17241name = "vswhom-sys"
17242version = "0.1.3"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17245dependencies = [
17246 "cc",
17247 "libc",
17248]
17249
17250[[package]]
17251name = "vte"
17252version = "0.15.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17255dependencies = [
17256 "arrayvec",
17257 "bitflags 2.9.0",
17258 "cursor-icon",
17259 "log",
17260 "memchr",
17261 "serde",
17262]
17263
17264[[package]]
17265name = "waker-fn"
17266version = "1.2.0"
17267source = "registry+https://github.com/rust-lang/crates.io-index"
17268checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17269
17270[[package]]
17271name = "walkdir"
17272version = "2.5.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17275dependencies = [
17276 "same-file",
17277 "winapi-util",
17278]
17279
17280[[package]]
17281name = "want"
17282version = "0.3.1"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17285dependencies = [
17286 "try-lock",
17287]
17288
17289[[package]]
17290name = "warp"
17291version = "0.3.7"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17294dependencies = [
17295 "bytes 1.10.1",
17296 "futures-channel",
17297 "futures-util",
17298 "headers",
17299 "http 0.2.12",
17300 "hyper 0.14.32",
17301 "log",
17302 "mime",
17303 "mime_guess",
17304 "percent-encoding",
17305 "pin-project",
17306 "scoped-tls",
17307 "serde",
17308 "serde_json",
17309 "serde_urlencoded",
17310 "tokio",
17311 "tokio-tungstenite 0.21.0",
17312 "tokio-util",
17313 "tower-service",
17314 "tracing",
17315]
17316
17317[[package]]
17318name = "wasi"
17319version = "0.9.0+wasi-snapshot-preview1"
17320source = "registry+https://github.com/rust-lang/crates.io-index"
17321checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17322
17323[[package]]
17324name = "wasi"
17325version = "0.11.0+wasi-snapshot-preview1"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17328
17329[[package]]
17330name = "wasi"
17331version = "0.14.2+wasi-0.2.4"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17334dependencies = [
17335 "wit-bindgen-rt 0.39.0",
17336]
17337
17338[[package]]
17339name = "wasi-preview1-component-adapter-provider"
17340version = "29.0.1"
17341source = "registry+https://github.com/rust-lang/crates.io-index"
17342checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17343
17344[[package]]
17345name = "wasite"
17346version = "0.1.0"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17349
17350[[package]]
17351name = "wasm-bindgen"
17352version = "0.2.100"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17355dependencies = [
17356 "cfg-if",
17357 "once_cell",
17358 "rustversion",
17359 "wasm-bindgen-macro",
17360]
17361
17362[[package]]
17363name = "wasm-bindgen-backend"
17364version = "0.2.100"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17367dependencies = [
17368 "bumpalo",
17369 "log",
17370 "proc-macro2",
17371 "quote",
17372 "syn 2.0.101",
17373 "wasm-bindgen-shared",
17374]
17375
17376[[package]]
17377name = "wasm-bindgen-futures"
17378version = "0.4.50"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17381dependencies = [
17382 "cfg-if",
17383 "js-sys",
17384 "once_cell",
17385 "wasm-bindgen",
17386 "web-sys",
17387]
17388
17389[[package]]
17390name = "wasm-bindgen-macro"
17391version = "0.2.100"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17394dependencies = [
17395 "quote",
17396 "wasm-bindgen-macro-support",
17397]
17398
17399[[package]]
17400name = "wasm-bindgen-macro-support"
17401version = "0.2.100"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17404dependencies = [
17405 "proc-macro2",
17406 "quote",
17407 "syn 2.0.101",
17408 "wasm-bindgen-backend",
17409 "wasm-bindgen-shared",
17410]
17411
17412[[package]]
17413name = "wasm-bindgen-shared"
17414version = "0.2.100"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17417dependencies = [
17418 "unicode-ident",
17419]
17420
17421[[package]]
17422name = "wasm-encoder"
17423version = "0.201.0"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17426dependencies = [
17427 "leb128",
17428]
17429
17430[[package]]
17431name = "wasm-encoder"
17432version = "0.221.3"
17433source = "registry+https://github.com/rust-lang/crates.io-index"
17434checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17435dependencies = [
17436 "leb128",
17437 "wasmparser 0.221.3",
17438]
17439
17440[[package]]
17441name = "wasm-encoder"
17442version = "0.227.1"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17445dependencies = [
17446 "leb128fmt",
17447 "wasmparser 0.227.1",
17448]
17449
17450[[package]]
17451name = "wasm-metadata"
17452version = "0.201.0"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17455dependencies = [
17456 "anyhow",
17457 "indexmap",
17458 "serde",
17459 "serde_derive",
17460 "serde_json",
17461 "spdx",
17462 "wasm-encoder 0.201.0",
17463 "wasmparser 0.201.0",
17464]
17465
17466[[package]]
17467name = "wasm-metadata"
17468version = "0.221.3"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17471dependencies = [
17472 "anyhow",
17473 "indexmap",
17474 "serde",
17475 "serde_derive",
17476 "serde_json",
17477 "spdx",
17478 "wasm-encoder 0.221.3",
17479 "wasmparser 0.221.3",
17480]
17481
17482[[package]]
17483name = "wasm-metadata"
17484version = "0.227.1"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17487dependencies = [
17488 "anyhow",
17489 "auditable-serde",
17490 "flate2",
17491 "indexmap",
17492 "serde",
17493 "serde_derive",
17494 "serde_json",
17495 "spdx",
17496 "url",
17497 "wasm-encoder 0.227.1",
17498 "wasmparser 0.227.1",
17499]
17500
17501[[package]]
17502name = "wasm-streams"
17503version = "0.4.2"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17506dependencies = [
17507 "futures-util",
17508 "js-sys",
17509 "wasm-bindgen",
17510 "wasm-bindgen-futures",
17511 "web-sys",
17512]
17513
17514[[package]]
17515name = "wasmparser"
17516version = "0.201.0"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17519dependencies = [
17520 "bitflags 2.9.0",
17521 "indexmap",
17522 "semver",
17523]
17524
17525[[package]]
17526name = "wasmparser"
17527version = "0.221.3"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17530dependencies = [
17531 "bitflags 2.9.0",
17532 "hashbrown 0.15.3",
17533 "indexmap",
17534 "semver",
17535 "serde",
17536]
17537
17538[[package]]
17539name = "wasmparser"
17540version = "0.227.1"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17543dependencies = [
17544 "bitflags 2.9.0",
17545 "hashbrown 0.15.3",
17546 "indexmap",
17547 "semver",
17548]
17549
17550[[package]]
17551name = "wasmprinter"
17552version = "0.221.3"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17555dependencies = [
17556 "anyhow",
17557 "termcolor",
17558 "wasmparser 0.221.3",
17559]
17560
17561[[package]]
17562name = "wasmtime"
17563version = "29.0.1"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17566dependencies = [
17567 "anyhow",
17568 "async-trait",
17569 "bitflags 2.9.0",
17570 "bumpalo",
17571 "cc",
17572 "cfg-if",
17573 "encoding_rs",
17574 "hashbrown 0.14.5",
17575 "indexmap",
17576 "libc",
17577 "log",
17578 "mach2",
17579 "memfd",
17580 "object",
17581 "once_cell",
17582 "paste",
17583 "postcard",
17584 "psm",
17585 "pulley-interpreter",
17586 "rayon",
17587 "rustix 0.38.44",
17588 "semver",
17589 "serde",
17590 "serde_derive",
17591 "smallvec",
17592 "sptr",
17593 "target-lexicon 0.13.2",
17594 "trait-variant",
17595 "wasmparser 0.221.3",
17596 "wasmtime-asm-macros",
17597 "wasmtime-component-macro",
17598 "wasmtime-component-util",
17599 "wasmtime-cranelift",
17600 "wasmtime-environ",
17601 "wasmtime-fiber",
17602 "wasmtime-jit-icache-coherence",
17603 "wasmtime-math",
17604 "wasmtime-slab",
17605 "wasmtime-versioned-export-macros",
17606 "wasmtime-winch",
17607 "windows-sys 0.59.0",
17608]
17609
17610[[package]]
17611name = "wasmtime-asm-macros"
17612version = "29.0.1"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17615dependencies = [
17616 "cfg-if",
17617]
17618
17619[[package]]
17620name = "wasmtime-c-api-impl"
17621version = "29.0.1"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17624dependencies = [
17625 "anyhow",
17626 "log",
17627 "tracing",
17628 "wasmtime",
17629 "wasmtime-c-api-macros",
17630]
17631
17632[[package]]
17633name = "wasmtime-c-api-macros"
17634version = "29.0.1"
17635source = "registry+https://github.com/rust-lang/crates.io-index"
17636checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17637dependencies = [
17638 "proc-macro2",
17639 "quote",
17640]
17641
17642[[package]]
17643name = "wasmtime-component-macro"
17644version = "29.0.1"
17645source = "registry+https://github.com/rust-lang/crates.io-index"
17646checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17647dependencies = [
17648 "anyhow",
17649 "proc-macro2",
17650 "quote",
17651 "syn 2.0.101",
17652 "wasmtime-component-util",
17653 "wasmtime-wit-bindgen",
17654 "wit-parser 0.221.3",
17655]
17656
17657[[package]]
17658name = "wasmtime-component-util"
17659version = "29.0.1"
17660source = "registry+https://github.com/rust-lang/crates.io-index"
17661checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17662
17663[[package]]
17664name = "wasmtime-cranelift"
17665version = "29.0.1"
17666source = "registry+https://github.com/rust-lang/crates.io-index"
17667checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17668dependencies = [
17669 "anyhow",
17670 "cfg-if",
17671 "cranelift-codegen",
17672 "cranelift-control",
17673 "cranelift-entity",
17674 "cranelift-frontend",
17675 "cranelift-native",
17676 "gimli",
17677 "itertools 0.12.1",
17678 "log",
17679 "object",
17680 "smallvec",
17681 "target-lexicon 0.13.2",
17682 "thiserror 1.0.69",
17683 "wasmparser 0.221.3",
17684 "wasmtime-environ",
17685 "wasmtime-versioned-export-macros",
17686]
17687
17688[[package]]
17689name = "wasmtime-environ"
17690version = "29.0.1"
17691source = "registry+https://github.com/rust-lang/crates.io-index"
17692checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17693dependencies = [
17694 "anyhow",
17695 "cpp_demangle",
17696 "cranelift-bitset",
17697 "cranelift-entity",
17698 "gimli",
17699 "indexmap",
17700 "log",
17701 "object",
17702 "postcard",
17703 "rustc-demangle",
17704 "semver",
17705 "serde",
17706 "serde_derive",
17707 "smallvec",
17708 "target-lexicon 0.13.2",
17709 "wasm-encoder 0.221.3",
17710 "wasmparser 0.221.3",
17711 "wasmprinter",
17712 "wasmtime-component-util",
17713]
17714
17715[[package]]
17716name = "wasmtime-fiber"
17717version = "29.0.1"
17718source = "registry+https://github.com/rust-lang/crates.io-index"
17719checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17720dependencies = [
17721 "anyhow",
17722 "cc",
17723 "cfg-if",
17724 "rustix 0.38.44",
17725 "wasmtime-asm-macros",
17726 "wasmtime-versioned-export-macros",
17727 "windows-sys 0.59.0",
17728]
17729
17730[[package]]
17731name = "wasmtime-jit-icache-coherence"
17732version = "29.0.1"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17735dependencies = [
17736 "anyhow",
17737 "cfg-if",
17738 "libc",
17739 "windows-sys 0.59.0",
17740]
17741
17742[[package]]
17743name = "wasmtime-math"
17744version = "29.0.1"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17747dependencies = [
17748 "libm",
17749]
17750
17751[[package]]
17752name = "wasmtime-slab"
17753version = "29.0.1"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17756
17757[[package]]
17758name = "wasmtime-versioned-export-macros"
17759version = "29.0.1"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17762dependencies = [
17763 "proc-macro2",
17764 "quote",
17765 "syn 2.0.101",
17766]
17767
17768[[package]]
17769name = "wasmtime-wasi"
17770version = "29.0.1"
17771source = "registry+https://github.com/rust-lang/crates.io-index"
17772checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17773dependencies = [
17774 "anyhow",
17775 "async-trait",
17776 "bitflags 2.9.0",
17777 "bytes 1.10.1",
17778 "cap-fs-ext",
17779 "cap-net-ext",
17780 "cap-rand",
17781 "cap-std",
17782 "cap-time-ext",
17783 "fs-set-times",
17784 "futures 0.3.31",
17785 "io-extras",
17786 "io-lifetimes",
17787 "rustix 0.38.44",
17788 "system-interface",
17789 "thiserror 1.0.69",
17790 "tokio",
17791 "tracing",
17792 "trait-variant",
17793 "url",
17794 "wasmtime",
17795 "wiggle",
17796 "windows-sys 0.59.0",
17797]
17798
17799[[package]]
17800name = "wasmtime-winch"
17801version = "29.0.1"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17804dependencies = [
17805 "anyhow",
17806 "cranelift-codegen",
17807 "gimli",
17808 "object",
17809 "target-lexicon 0.13.2",
17810 "wasmparser 0.221.3",
17811 "wasmtime-cranelift",
17812 "wasmtime-environ",
17813 "winch-codegen",
17814]
17815
17816[[package]]
17817name = "wasmtime-wit-bindgen"
17818version = "29.0.1"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17821dependencies = [
17822 "anyhow",
17823 "heck 0.5.0",
17824 "indexmap",
17825 "wit-parser 0.221.3",
17826]
17827
17828[[package]]
17829name = "wast"
17830version = "35.0.2"
17831source = "registry+https://github.com/rust-lang/crates.io-index"
17832checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17833dependencies = [
17834 "leb128",
17835]
17836
17837[[package]]
17838name = "wayland-backend"
17839version = "0.3.8"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17842dependencies = [
17843 "cc",
17844 "downcast-rs",
17845 "rustix 0.38.44",
17846 "scoped-tls",
17847 "smallvec",
17848 "wayland-sys",
17849]
17850
17851[[package]]
17852name = "wayland-client"
17853version = "0.31.8"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17856dependencies = [
17857 "bitflags 2.9.0",
17858 "rustix 0.38.44",
17859 "wayland-backend",
17860 "wayland-scanner",
17861]
17862
17863[[package]]
17864name = "wayland-cursor"
17865version = "0.31.8"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17868dependencies = [
17869 "rustix 0.38.44",
17870 "wayland-client",
17871 "xcursor",
17872]
17873
17874[[package]]
17875name = "wayland-protocols"
17876version = "0.31.2"
17877source = "registry+https://github.com/rust-lang/crates.io-index"
17878checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17879dependencies = [
17880 "bitflags 2.9.0",
17881 "wayland-backend",
17882 "wayland-client",
17883 "wayland-scanner",
17884]
17885
17886[[package]]
17887name = "wayland-protocols-plasma"
17888version = "0.2.0"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17891dependencies = [
17892 "bitflags 2.9.0",
17893 "wayland-backend",
17894 "wayland-client",
17895 "wayland-protocols",
17896 "wayland-scanner",
17897]
17898
17899[[package]]
17900name = "wayland-scanner"
17901version = "0.31.6"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17904dependencies = [
17905 "proc-macro2",
17906 "quick-xml 0.37.4",
17907 "quote",
17908]
17909
17910[[package]]
17911name = "wayland-sys"
17912version = "0.31.6"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17915dependencies = [
17916 "dlib",
17917 "log",
17918 "once_cell",
17919 "pkg-config",
17920]
17921
17922[[package]]
17923name = "web-sys"
17924version = "0.3.77"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17927dependencies = [
17928 "js-sys",
17929 "wasm-bindgen",
17930]
17931
17932[[package]]
17933name = "web-time"
17934version = "1.1.0"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17937dependencies = [
17938 "js-sys",
17939 "wasm-bindgen",
17940]
17941
17942[[package]]
17943name = "web_atoms"
17944version = "0.1.0"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17947dependencies = [
17948 "phf",
17949 "phf_codegen",
17950 "string_cache",
17951 "string_cache_codegen",
17952]
17953
17954[[package]]
17955name = "web_search"
17956version = "0.1.0"
17957dependencies = [
17958 "anyhow",
17959 "collections",
17960 "gpui",
17961 "serde",
17962 "workspace-hack",
17963 "zed_llm_client",
17964]
17965
17966[[package]]
17967name = "web_search_providers"
17968version = "0.1.0"
17969dependencies = [
17970 "anyhow",
17971 "client",
17972 "futures 0.3.31",
17973 "gpui",
17974 "http_client",
17975 "language_model",
17976 "serde",
17977 "serde_json",
17978 "web_search",
17979 "workspace-hack",
17980 "zed_llm_client",
17981]
17982
17983[[package]]
17984name = "webpki-root-certs"
17985version = "0.26.8"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17988dependencies = [
17989 "rustls-pki-types",
17990]
17991
17992[[package]]
17993name = "webpki-roots"
17994version = "0.26.8"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17997dependencies = [
17998 "rustls-pki-types",
17999]
18000
18001[[package]]
18002name = "webrtc-sys"
18003version = "0.3.7"
18004source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18005dependencies = [
18006 "cc",
18007 "cxx",
18008 "cxx-build",
18009 "glob",
18010 "log",
18011 "webrtc-sys-build",
18012]
18013
18014[[package]]
18015name = "webrtc-sys-build"
18016version = "0.3.6"
18017source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18018dependencies = [
18019 "fs2",
18020 "regex",
18021 "reqwest 0.11.27",
18022 "scratch",
18023 "semver",
18024 "zip",
18025]
18026
18027[[package]]
18028name = "weezl"
18029version = "0.1.8"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18032
18033[[package]]
18034name = "welcome"
18035version = "0.1.0"
18036dependencies = [
18037 "anyhow",
18038 "client",
18039 "component",
18040 "db",
18041 "documented",
18042 "editor",
18043 "fuzzy",
18044 "gpui",
18045 "install_cli",
18046 "language",
18047 "picker",
18048 "project",
18049 "schemars",
18050 "serde",
18051 "settings",
18052 "telemetry",
18053 "theme",
18054 "ui",
18055 "util",
18056 "vim_mode_setting",
18057 "workspace",
18058 "workspace-hack",
18059 "zed_actions",
18060]
18061
18062[[package]]
18063name = "which"
18064version = "4.4.2"
18065source = "registry+https://github.com/rust-lang/crates.io-index"
18066checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18067dependencies = [
18068 "either",
18069 "home",
18070 "once_cell",
18071 "rustix 0.38.44",
18072]
18073
18074[[package]]
18075name = "which"
18076version = "6.0.3"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18079dependencies = [
18080 "either",
18081 "home",
18082 "rustix 0.38.44",
18083 "winsafe",
18084]
18085
18086[[package]]
18087name = "whoami"
18088version = "1.6.0"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18091dependencies = [
18092 "redox_syscall 0.5.11",
18093 "wasite",
18094]
18095
18096[[package]]
18097name = "wiggle"
18098version = "29.0.1"
18099source = "registry+https://github.com/rust-lang/crates.io-index"
18100checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18101dependencies = [
18102 "anyhow",
18103 "async-trait",
18104 "bitflags 2.9.0",
18105 "thiserror 1.0.69",
18106 "tracing",
18107 "wasmtime",
18108 "wiggle-macro",
18109]
18110
18111[[package]]
18112name = "wiggle-generate"
18113version = "29.0.1"
18114source = "registry+https://github.com/rust-lang/crates.io-index"
18115checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18116dependencies = [
18117 "anyhow",
18118 "heck 0.5.0",
18119 "proc-macro2",
18120 "quote",
18121 "shellexpand 2.1.2",
18122 "syn 2.0.101",
18123 "witx",
18124]
18125
18126[[package]]
18127name = "wiggle-macro"
18128version = "29.0.1"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18131dependencies = [
18132 "proc-macro2",
18133 "quote",
18134 "syn 2.0.101",
18135 "wiggle-generate",
18136]
18137
18138[[package]]
18139name = "winapi"
18140version = "0.3.9"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18143dependencies = [
18144 "winapi-i686-pc-windows-gnu",
18145 "winapi-x86_64-pc-windows-gnu",
18146]
18147
18148[[package]]
18149name = "winapi-i686-pc-windows-gnu"
18150version = "0.4.0"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18153
18154[[package]]
18155name = "winapi-util"
18156version = "0.1.9"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18159dependencies = [
18160 "windows-sys 0.59.0",
18161]
18162
18163[[package]]
18164name = "winapi-x86_64-pc-windows-gnu"
18165version = "0.4.0"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18168
18169[[package]]
18170name = "winch-codegen"
18171version = "29.0.1"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18174dependencies = [
18175 "anyhow",
18176 "cranelift-codegen",
18177 "gimli",
18178 "regalloc2",
18179 "smallvec",
18180 "target-lexicon 0.13.2",
18181 "thiserror 1.0.69",
18182 "wasmparser 0.221.3",
18183 "wasmtime-cranelift",
18184 "wasmtime-environ",
18185]
18186
18187[[package]]
18188name = "windows"
18189version = "0.54.0"
18190source = "registry+https://github.com/rust-lang/crates.io-index"
18191checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18192dependencies = [
18193 "windows-core 0.54.0",
18194 "windows-targets 0.52.6",
18195]
18196
18197[[package]]
18198name = "windows"
18199version = "0.57.0"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18202dependencies = [
18203 "windows-core 0.57.0",
18204 "windows-targets 0.52.6",
18205]
18206
18207[[package]]
18208name = "windows"
18209version = "0.58.0"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18212dependencies = [
18213 "windows-core 0.58.0",
18214 "windows-targets 0.52.6",
18215]
18216
18217[[package]]
18218name = "windows"
18219version = "0.61.1"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18222dependencies = [
18223 "windows-collections",
18224 "windows-core 0.61.0",
18225 "windows-future",
18226 "windows-link",
18227 "windows-numerics",
18228]
18229
18230[[package]]
18231name = "windows-capture"
18232version = "1.4.3"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18235dependencies = [
18236 "clap",
18237 "ctrlc",
18238 "parking_lot",
18239 "rayon",
18240 "thiserror 2.0.12",
18241 "windows 0.61.1",
18242 "windows-future",
18243]
18244
18245[[package]]
18246name = "windows-collections"
18247version = "0.2.0"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18250dependencies = [
18251 "windows-core 0.61.0",
18252]
18253
18254[[package]]
18255name = "windows-core"
18256version = "0.54.0"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18259dependencies = [
18260 "windows-result 0.1.2",
18261 "windows-targets 0.52.6",
18262]
18263
18264[[package]]
18265name = "windows-core"
18266version = "0.57.0"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18269dependencies = [
18270 "windows-implement 0.57.0",
18271 "windows-interface 0.57.0",
18272 "windows-result 0.1.2",
18273 "windows-targets 0.52.6",
18274]
18275
18276[[package]]
18277name = "windows-core"
18278version = "0.58.0"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18281dependencies = [
18282 "windows-implement 0.58.0",
18283 "windows-interface 0.58.0",
18284 "windows-result 0.2.0",
18285 "windows-strings 0.1.0",
18286 "windows-targets 0.52.6",
18287]
18288
18289[[package]]
18290name = "windows-core"
18291version = "0.61.0"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18294dependencies = [
18295 "windows-implement 0.60.0",
18296 "windows-interface 0.59.1",
18297 "windows-link",
18298 "windows-result 0.3.2",
18299 "windows-strings 0.4.0",
18300]
18301
18302[[package]]
18303name = "windows-future"
18304version = "0.2.0"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18307dependencies = [
18308 "windows-core 0.61.0",
18309 "windows-link",
18310]
18311
18312[[package]]
18313name = "windows-implement"
18314version = "0.57.0"
18315source = "registry+https://github.com/rust-lang/crates.io-index"
18316checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18317dependencies = [
18318 "proc-macro2",
18319 "quote",
18320 "syn 2.0.101",
18321]
18322
18323[[package]]
18324name = "windows-implement"
18325version = "0.58.0"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18328dependencies = [
18329 "proc-macro2",
18330 "quote",
18331 "syn 2.0.101",
18332]
18333
18334[[package]]
18335name = "windows-implement"
18336version = "0.60.0"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18339dependencies = [
18340 "proc-macro2",
18341 "quote",
18342 "syn 2.0.101",
18343]
18344
18345[[package]]
18346name = "windows-interface"
18347version = "0.57.0"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18350dependencies = [
18351 "proc-macro2",
18352 "quote",
18353 "syn 2.0.101",
18354]
18355
18356[[package]]
18357name = "windows-interface"
18358version = "0.58.0"
18359source = "registry+https://github.com/rust-lang/crates.io-index"
18360checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18361dependencies = [
18362 "proc-macro2",
18363 "quote",
18364 "syn 2.0.101",
18365]
18366
18367[[package]]
18368name = "windows-interface"
18369version = "0.59.1"
18370source = "registry+https://github.com/rust-lang/crates.io-index"
18371checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18372dependencies = [
18373 "proc-macro2",
18374 "quote",
18375 "syn 2.0.101",
18376]
18377
18378[[package]]
18379name = "windows-link"
18380version = "0.1.1"
18381source = "registry+https://github.com/rust-lang/crates.io-index"
18382checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18383
18384[[package]]
18385name = "windows-numerics"
18386version = "0.2.0"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18389dependencies = [
18390 "windows-core 0.61.0",
18391 "windows-link",
18392]
18393
18394[[package]]
18395name = "windows-registry"
18396version = "0.4.0"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18399dependencies = [
18400 "windows-result 0.3.2",
18401 "windows-strings 0.3.1",
18402 "windows-targets 0.53.0",
18403]
18404
18405[[package]]
18406name = "windows-registry"
18407version = "0.5.1"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18410dependencies = [
18411 "windows-link",
18412 "windows-result 0.3.2",
18413 "windows-strings 0.4.0",
18414]
18415
18416[[package]]
18417name = "windows-result"
18418version = "0.1.2"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18421dependencies = [
18422 "windows-targets 0.52.6",
18423]
18424
18425[[package]]
18426name = "windows-result"
18427version = "0.2.0"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18430dependencies = [
18431 "windows-targets 0.52.6",
18432]
18433
18434[[package]]
18435name = "windows-result"
18436version = "0.3.2"
18437source = "registry+https://github.com/rust-lang/crates.io-index"
18438checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18439dependencies = [
18440 "windows-link",
18441]
18442
18443[[package]]
18444name = "windows-strings"
18445version = "0.1.0"
18446source = "registry+https://github.com/rust-lang/crates.io-index"
18447checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18448dependencies = [
18449 "windows-result 0.2.0",
18450 "windows-targets 0.52.6",
18451]
18452
18453[[package]]
18454name = "windows-strings"
18455version = "0.3.1"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18458dependencies = [
18459 "windows-link",
18460]
18461
18462[[package]]
18463name = "windows-strings"
18464version = "0.4.0"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18467dependencies = [
18468 "windows-link",
18469]
18470
18471[[package]]
18472name = "windows-sys"
18473version = "0.45.0"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18476dependencies = [
18477 "windows-targets 0.42.2",
18478]
18479
18480[[package]]
18481name = "windows-sys"
18482version = "0.48.0"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18485dependencies = [
18486 "windows-targets 0.48.5",
18487]
18488
18489[[package]]
18490name = "windows-sys"
18491version = "0.52.0"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18494dependencies = [
18495 "windows-targets 0.52.6",
18496]
18497
18498[[package]]
18499name = "windows-sys"
18500version = "0.59.0"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18503dependencies = [
18504 "windows-targets 0.52.6",
18505]
18506
18507[[package]]
18508name = "windows-targets"
18509version = "0.42.2"
18510source = "registry+https://github.com/rust-lang/crates.io-index"
18511checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18512dependencies = [
18513 "windows_aarch64_gnullvm 0.42.2",
18514 "windows_aarch64_msvc 0.42.2",
18515 "windows_i686_gnu 0.42.2",
18516 "windows_i686_msvc 0.42.2",
18517 "windows_x86_64_gnu 0.42.2",
18518 "windows_x86_64_gnullvm 0.42.2",
18519 "windows_x86_64_msvc 0.42.2",
18520]
18521
18522[[package]]
18523name = "windows-targets"
18524version = "0.48.5"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18527dependencies = [
18528 "windows_aarch64_gnullvm 0.48.5",
18529 "windows_aarch64_msvc 0.48.5",
18530 "windows_i686_gnu 0.48.5",
18531 "windows_i686_msvc 0.48.5",
18532 "windows_x86_64_gnu 0.48.5",
18533 "windows_x86_64_gnullvm 0.48.5",
18534 "windows_x86_64_msvc 0.48.5",
18535]
18536
18537[[package]]
18538name = "windows-targets"
18539version = "0.52.6"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18542dependencies = [
18543 "windows_aarch64_gnullvm 0.52.6",
18544 "windows_aarch64_msvc 0.52.6",
18545 "windows_i686_gnu 0.52.6",
18546 "windows_i686_gnullvm 0.52.6",
18547 "windows_i686_msvc 0.52.6",
18548 "windows_x86_64_gnu 0.52.6",
18549 "windows_x86_64_gnullvm 0.52.6",
18550 "windows_x86_64_msvc 0.52.6",
18551]
18552
18553[[package]]
18554name = "windows-targets"
18555version = "0.53.0"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18558dependencies = [
18559 "windows_aarch64_gnullvm 0.53.0",
18560 "windows_aarch64_msvc 0.53.0",
18561 "windows_i686_gnu 0.53.0",
18562 "windows_i686_gnullvm 0.53.0",
18563 "windows_i686_msvc 0.53.0",
18564 "windows_x86_64_gnu 0.53.0",
18565 "windows_x86_64_gnullvm 0.53.0",
18566 "windows_x86_64_msvc 0.53.0",
18567]
18568
18569[[package]]
18570name = "windows_aarch64_gnullvm"
18571version = "0.42.2"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18574
18575[[package]]
18576name = "windows_aarch64_gnullvm"
18577version = "0.48.5"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18580
18581[[package]]
18582name = "windows_aarch64_gnullvm"
18583version = "0.52.6"
18584source = "registry+https://github.com/rust-lang/crates.io-index"
18585checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18586
18587[[package]]
18588name = "windows_aarch64_gnullvm"
18589version = "0.53.0"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18592
18593[[package]]
18594name = "windows_aarch64_msvc"
18595version = "0.42.2"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18598
18599[[package]]
18600name = "windows_aarch64_msvc"
18601version = "0.48.5"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18604
18605[[package]]
18606name = "windows_aarch64_msvc"
18607version = "0.52.6"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18610
18611[[package]]
18612name = "windows_aarch64_msvc"
18613version = "0.53.0"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18616
18617[[package]]
18618name = "windows_i686_gnu"
18619version = "0.42.2"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18622
18623[[package]]
18624name = "windows_i686_gnu"
18625version = "0.48.5"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18628
18629[[package]]
18630name = "windows_i686_gnu"
18631version = "0.52.6"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18634
18635[[package]]
18636name = "windows_i686_gnu"
18637version = "0.53.0"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18640
18641[[package]]
18642name = "windows_i686_gnullvm"
18643version = "0.52.6"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18646
18647[[package]]
18648name = "windows_i686_gnullvm"
18649version = "0.53.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18652
18653[[package]]
18654name = "windows_i686_msvc"
18655version = "0.42.2"
18656source = "registry+https://github.com/rust-lang/crates.io-index"
18657checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18658
18659[[package]]
18660name = "windows_i686_msvc"
18661version = "0.48.5"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18664
18665[[package]]
18666name = "windows_i686_msvc"
18667version = "0.52.6"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18670
18671[[package]]
18672name = "windows_i686_msvc"
18673version = "0.53.0"
18674source = "registry+https://github.com/rust-lang/crates.io-index"
18675checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18676
18677[[package]]
18678name = "windows_x86_64_gnu"
18679version = "0.42.2"
18680source = "registry+https://github.com/rust-lang/crates.io-index"
18681checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18682
18683[[package]]
18684name = "windows_x86_64_gnu"
18685version = "0.48.5"
18686source = "registry+https://github.com/rust-lang/crates.io-index"
18687checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18688
18689[[package]]
18690name = "windows_x86_64_gnu"
18691version = "0.52.6"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18694
18695[[package]]
18696name = "windows_x86_64_gnu"
18697version = "0.53.0"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18700
18701[[package]]
18702name = "windows_x86_64_gnullvm"
18703version = "0.42.2"
18704source = "registry+https://github.com/rust-lang/crates.io-index"
18705checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18706
18707[[package]]
18708name = "windows_x86_64_gnullvm"
18709version = "0.48.5"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18712
18713[[package]]
18714name = "windows_x86_64_gnullvm"
18715version = "0.52.6"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18718
18719[[package]]
18720name = "windows_x86_64_gnullvm"
18721version = "0.53.0"
18722source = "registry+https://github.com/rust-lang/crates.io-index"
18723checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18724
18725[[package]]
18726name = "windows_x86_64_msvc"
18727version = "0.42.2"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18730
18731[[package]]
18732name = "windows_x86_64_msvc"
18733version = "0.48.5"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18736
18737[[package]]
18738name = "windows_x86_64_msvc"
18739version = "0.52.6"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18742
18743[[package]]
18744name = "windows_x86_64_msvc"
18745version = "0.53.0"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18748
18749[[package]]
18750name = "winnow"
18751version = "0.7.6"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18754dependencies = [
18755 "memchr",
18756]
18757
18758[[package]]
18759name = "winreg"
18760version = "0.10.1"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18763dependencies = [
18764 "winapi",
18765]
18766
18767[[package]]
18768name = "winreg"
18769version = "0.50.0"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18772dependencies = [
18773 "cfg-if",
18774 "windows-sys 0.48.0",
18775]
18776
18777[[package]]
18778name = "winreg"
18779version = "0.52.0"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18782dependencies = [
18783 "cfg-if",
18784 "windows-sys 0.48.0",
18785]
18786
18787[[package]]
18788name = "winreg"
18789version = "0.55.0"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18792dependencies = [
18793 "cfg-if",
18794 "windows-sys 0.59.0",
18795]
18796
18797[[package]]
18798name = "winresource"
18799version = "0.1.20"
18800source = "registry+https://github.com/rust-lang/crates.io-index"
18801checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18802dependencies = [
18803 "toml 0.8.20",
18804 "version_check",
18805]
18806
18807[[package]]
18808name = "winsafe"
18809version = "0.0.19"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18812
18813[[package]]
18814name = "winx"
18815version = "0.36.4"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18818dependencies = [
18819 "bitflags 2.9.0",
18820 "windows-sys 0.59.0",
18821]
18822
18823[[package]]
18824name = "wio"
18825version = "0.2.2"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18828dependencies = [
18829 "winapi",
18830]
18831
18832[[package]]
18833name = "wit-bindgen"
18834version = "0.22.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18837dependencies = [
18838 "bitflags 2.9.0",
18839 "wit-bindgen-rt 0.22.0",
18840 "wit-bindgen-rust-macro 0.22.0",
18841]
18842
18843[[package]]
18844name = "wit-bindgen"
18845version = "0.41.0"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18848dependencies = [
18849 "wit-bindgen-rt 0.41.0",
18850 "wit-bindgen-rust-macro 0.41.0",
18851]
18852
18853[[package]]
18854name = "wit-bindgen-core"
18855version = "0.22.0"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18858dependencies = [
18859 "anyhow",
18860 "wit-parser 0.201.0",
18861]
18862
18863[[package]]
18864name = "wit-bindgen-core"
18865version = "0.41.0"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18868dependencies = [
18869 "anyhow",
18870 "heck 0.5.0",
18871 "wit-parser 0.227.1",
18872]
18873
18874[[package]]
18875name = "wit-bindgen-rt"
18876version = "0.22.0"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18879
18880[[package]]
18881name = "wit-bindgen-rt"
18882version = "0.39.0"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18885dependencies = [
18886 "bitflags 2.9.0",
18887]
18888
18889[[package]]
18890name = "wit-bindgen-rt"
18891version = "0.41.0"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18894dependencies = [
18895 "bitflags 2.9.0",
18896 "futures 0.3.31",
18897 "once_cell",
18898]
18899
18900[[package]]
18901name = "wit-bindgen-rust"
18902version = "0.22.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18905dependencies = [
18906 "anyhow",
18907 "heck 0.4.1",
18908 "indexmap",
18909 "wasm-metadata 0.201.0",
18910 "wit-bindgen-core 0.22.0",
18911 "wit-component 0.201.0",
18912]
18913
18914[[package]]
18915name = "wit-bindgen-rust"
18916version = "0.41.0"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18919dependencies = [
18920 "anyhow",
18921 "heck 0.5.0",
18922 "indexmap",
18923 "prettyplease",
18924 "syn 2.0.101",
18925 "wasm-metadata 0.227.1",
18926 "wit-bindgen-core 0.41.0",
18927 "wit-component 0.227.1",
18928]
18929
18930[[package]]
18931name = "wit-bindgen-rust-macro"
18932version = "0.22.0"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18935dependencies = [
18936 "anyhow",
18937 "proc-macro2",
18938 "quote",
18939 "syn 2.0.101",
18940 "wit-bindgen-core 0.22.0",
18941 "wit-bindgen-rust 0.22.0",
18942]
18943
18944[[package]]
18945name = "wit-bindgen-rust-macro"
18946version = "0.41.0"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18949dependencies = [
18950 "anyhow",
18951 "prettyplease",
18952 "proc-macro2",
18953 "quote",
18954 "syn 2.0.101",
18955 "wit-bindgen-core 0.41.0",
18956 "wit-bindgen-rust 0.41.0",
18957]
18958
18959[[package]]
18960name = "wit-component"
18961version = "0.201.0"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18964dependencies = [
18965 "anyhow",
18966 "bitflags 2.9.0",
18967 "indexmap",
18968 "log",
18969 "serde",
18970 "serde_derive",
18971 "serde_json",
18972 "wasm-encoder 0.201.0",
18973 "wasm-metadata 0.201.0",
18974 "wasmparser 0.201.0",
18975 "wit-parser 0.201.0",
18976]
18977
18978[[package]]
18979name = "wit-component"
18980version = "0.221.3"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18983dependencies = [
18984 "anyhow",
18985 "bitflags 2.9.0",
18986 "indexmap",
18987 "log",
18988 "serde",
18989 "serde_derive",
18990 "serde_json",
18991 "wasm-encoder 0.221.3",
18992 "wasm-metadata 0.221.3",
18993 "wasmparser 0.221.3",
18994 "wit-parser 0.221.3",
18995]
18996
18997[[package]]
18998name = "wit-component"
18999version = "0.227.1"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19002dependencies = [
19003 "anyhow",
19004 "bitflags 2.9.0",
19005 "indexmap",
19006 "log",
19007 "serde",
19008 "serde_derive",
19009 "serde_json",
19010 "wasm-encoder 0.227.1",
19011 "wasm-metadata 0.227.1",
19012 "wasmparser 0.227.1",
19013 "wit-parser 0.227.1",
19014]
19015
19016[[package]]
19017name = "wit-parser"
19018version = "0.201.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19021dependencies = [
19022 "anyhow",
19023 "id-arena",
19024 "indexmap",
19025 "log",
19026 "semver",
19027 "serde",
19028 "serde_derive",
19029 "serde_json",
19030 "unicode-xid",
19031 "wasmparser 0.201.0",
19032]
19033
19034[[package]]
19035name = "wit-parser"
19036version = "0.221.3"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19039dependencies = [
19040 "anyhow",
19041 "id-arena",
19042 "indexmap",
19043 "log",
19044 "semver",
19045 "serde",
19046 "serde_derive",
19047 "serde_json",
19048 "unicode-xid",
19049 "wasmparser 0.221.3",
19050]
19051
19052[[package]]
19053name = "wit-parser"
19054version = "0.227.1"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19057dependencies = [
19058 "anyhow",
19059 "id-arena",
19060 "indexmap",
19061 "log",
19062 "semver",
19063 "serde",
19064 "serde_derive",
19065 "serde_json",
19066 "unicode-xid",
19067 "wasmparser 0.227.1",
19068]
19069
19070[[package]]
19071name = "witx"
19072version = "0.9.1"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19075dependencies = [
19076 "anyhow",
19077 "log",
19078 "thiserror 1.0.69",
19079 "wast",
19080]
19081
19082[[package]]
19083name = "workspace"
19084version = "0.1.0"
19085dependencies = [
19086 "any_vec",
19087 "anyhow",
19088 "async-recursion 1.1.1",
19089 "bincode",
19090 "call",
19091 "client",
19092 "clock",
19093 "collections",
19094 "component",
19095 "dap",
19096 "db",
19097 "env_logger 0.11.8",
19098 "fs",
19099 "futures 0.3.31",
19100 "gpui",
19101 "http_client",
19102 "itertools 0.14.0",
19103 "language",
19104 "log",
19105 "menu",
19106 "node_runtime",
19107 "parking_lot",
19108 "postage",
19109 "project",
19110 "remote",
19111 "schemars",
19112 "serde",
19113 "serde_json",
19114 "session",
19115 "settings",
19116 "smallvec",
19117 "sqlez",
19118 "strum 0.27.1",
19119 "task",
19120 "telemetry",
19121 "tempfile",
19122 "theme",
19123 "ui",
19124 "util",
19125 "uuid",
19126 "windows 0.61.1",
19127 "workspace-hack",
19128 "zed_actions",
19129]
19130
19131[[package]]
19132name = "workspace-hack"
19133version = "0.1.0"
19134dependencies = [
19135 "aes",
19136 "ahash 0.8.11",
19137 "aho-corasick",
19138 "anstream",
19139 "arrayvec",
19140 "async-std",
19141 "async-tungstenite",
19142 "aws-config",
19143 "aws-credential-types",
19144 "aws-runtime",
19145 "aws-sigv4",
19146 "aws-smithy-async",
19147 "aws-smithy-http",
19148 "aws-smithy-runtime",
19149 "aws-smithy-runtime-api",
19150 "aws-smithy-types",
19151 "base64 0.22.1",
19152 "base64ct",
19153 "bigdecimal",
19154 "bit-set 0.8.0",
19155 "bit-vec 0.8.0",
19156 "bitflags 2.9.0",
19157 "bstr",
19158 "bytemuck",
19159 "byteorder",
19160 "bytes 1.10.1",
19161 "cc",
19162 "chrono",
19163 "cipher",
19164 "clang-sys",
19165 "clap",
19166 "clap_builder",
19167 "codespan-reporting 0.12.0",
19168 "concurrent-queue",
19169 "core-foundation 0.9.4",
19170 "core-foundation-sys",
19171 "coreaudio-sys",
19172 "cranelift-codegen",
19173 "crc32fast",
19174 "crossbeam-epoch",
19175 "crossbeam-utils",
19176 "crypto-common",
19177 "deranged",
19178 "digest",
19179 "either",
19180 "euclid",
19181 "event-listener 5.4.0",
19182 "event-listener-strategy",
19183 "flate2",
19184 "flume",
19185 "foldhash",
19186 "form_urlencoded",
19187 "futures 0.3.31",
19188 "futures-channel",
19189 "futures-core",
19190 "futures-executor",
19191 "futures-io",
19192 "futures-sink",
19193 "futures-task",
19194 "futures-util",
19195 "getrandom 0.2.15",
19196 "getrandom 0.3.2",
19197 "gimli",
19198 "half",
19199 "handlebars 4.5.0",
19200 "hashbrown 0.14.5",
19201 "hashbrown 0.15.3",
19202 "heck 0.4.1",
19203 "hmac",
19204 "hyper 0.14.32",
19205 "hyper-rustls 0.27.5",
19206 "idna",
19207 "indexmap",
19208 "inout",
19209 "itertools 0.12.1",
19210 "itertools 0.13.0",
19211 "jiff",
19212 "lazy_static",
19213 "libc",
19214 "libsqlite3-sys",
19215 "linux-raw-sys 0.4.15",
19216 "linux-raw-sys 0.9.4",
19217 "log",
19218 "lyon",
19219 "lyon_path",
19220 "md-5",
19221 "memchr",
19222 "miniz_oxide",
19223 "mio",
19224 "naga",
19225 "nix 0.29.0",
19226 "nom",
19227 "num-bigint",
19228 "num-bigint-dig",
19229 "num-integer",
19230 "num-iter",
19231 "num-rational",
19232 "num-traits",
19233 "objc2",
19234 "objc2-foundation",
19235 "objc2-metal",
19236 "object",
19237 "once_cell",
19238 "percent-encoding",
19239 "phf",
19240 "phf_shared",
19241 "prettyplease",
19242 "proc-macro2",
19243 "prost 0.9.0",
19244 "prost-types 0.9.0",
19245 "quote",
19246 "rand 0.8.5",
19247 "rand 0.9.1",
19248 "rand_chacha 0.3.1",
19249 "rand_core 0.6.4",
19250 "regalloc2",
19251 "regex",
19252 "regex-automata 0.4.9",
19253 "regex-syntax 0.8.5",
19254 "ring",
19255 "rust_decimal",
19256 "rustc-hash 1.1.0",
19257 "rustix 0.38.44",
19258 "rustix 1.0.7",
19259 "rustls 0.23.26",
19260 "rustls-webpki 0.103.1",
19261 "scopeguard",
19262 "sea-orm",
19263 "sea-query-binder",
19264 "security-framework 3.2.0",
19265 "security-framework-sys",
19266 "semver",
19267 "serde",
19268 "serde_derive",
19269 "serde_json",
19270 "sha1",
19271 "simd-adler32",
19272 "smallvec",
19273 "spin",
19274 "sqlx",
19275 "sqlx-macros",
19276 "sqlx-macros-core",
19277 "sqlx-postgres",
19278 "sqlx-sqlite",
19279 "strum 0.26.3",
19280 "subtle",
19281 "syn 1.0.109",
19282 "syn 2.0.101",
19283 "sync_wrapper 1.0.2",
19284 "thiserror 2.0.12",
19285 "time",
19286 "time-macros",
19287 "tokio",
19288 "tokio-rustls 0.26.2",
19289 "tokio-socks",
19290 "tokio-stream",
19291 "tokio-util",
19292 "toml_datetime",
19293 "toml_edit",
19294 "tower 0.5.2",
19295 "tracing",
19296 "tracing-core",
19297 "tungstenite 0.26.2",
19298 "unicode-normalization",
19299 "unicode-properties",
19300 "url",
19301 "uuid",
19302 "wasm-encoder 0.221.3",
19303 "wasmparser 0.221.3",
19304 "wasmtime",
19305 "wasmtime-cranelift",
19306 "wasmtime-environ",
19307 "winapi",
19308 "windows-core 0.61.0",
19309 "windows-numerics",
19310 "windows-sys 0.48.0",
19311 "windows-sys 0.52.0",
19312 "windows-sys 0.59.0",
19313 "winnow",
19314 "zeroize",
19315 "zvariant",
19316]
19317
19318[[package]]
19319name = "worktree"
19320version = "0.1.0"
19321dependencies = [
19322 "anyhow",
19323 "clock",
19324 "collections",
19325 "env_logger 0.11.8",
19326 "fs",
19327 "futures 0.3.31",
19328 "fuzzy",
19329 "git",
19330 "git2",
19331 "gpui",
19332 "http_client",
19333 "ignore",
19334 "language",
19335 "log",
19336 "parking_lot",
19337 "paths",
19338 "postage",
19339 "pretty_assertions",
19340 "rand 0.8.5",
19341 "rpc",
19342 "schemars",
19343 "serde",
19344 "serde_json",
19345 "settings",
19346 "smallvec",
19347 "smol",
19348 "sum_tree",
19349 "text",
19350 "util",
19351 "workspace-hack",
19352]
19353
19354[[package]]
19355name = "write16"
19356version = "1.0.0"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19359
19360[[package]]
19361name = "writeable"
19362version = "0.5.5"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19365
19366[[package]]
19367name = "wyz"
19368version = "0.5.1"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19371dependencies = [
19372 "tap",
19373]
19374
19375[[package]]
19376name = "x11"
19377version = "2.21.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19380dependencies = [
19381 "libc",
19382 "pkg-config",
19383]
19384
19385[[package]]
19386name = "x11-clipboard"
19387version = "0.9.3"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19390dependencies = [
19391 "libc",
19392 "x11rb",
19393]
19394
19395[[package]]
19396name = "x11rb"
19397version = "0.13.1"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19400dependencies = [
19401 "as-raw-xcb-connection",
19402 "gethostname",
19403 "libc",
19404 "rustix 0.38.44",
19405 "x11rb-protocol",
19406]
19407
19408[[package]]
19409name = "x11rb-protocol"
19410version = "0.13.1"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19413
19414[[package]]
19415name = "xattr"
19416version = "0.2.3"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19419dependencies = [
19420 "libc",
19421]
19422
19423[[package]]
19424name = "xcb"
19425version = "1.5.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19428dependencies = [
19429 "bitflags 1.3.2",
19430 "libc",
19431 "quick-xml 0.30.0",
19432 "x11",
19433]
19434
19435[[package]]
19436name = "xcursor"
19437version = "0.3.8"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19440
19441[[package]]
19442name = "xdg-home"
19443version = "1.3.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19446dependencies = [
19447 "libc",
19448 "windows-sys 0.59.0",
19449]
19450
19451[[package]]
19452name = "xim"
19453version = "0.4.0"
19454source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19455dependencies = [
19456 "ahash 0.8.11",
19457 "hashbrown 0.14.5",
19458 "log",
19459 "x11rb",
19460 "xim-ctext",
19461 "xim-parser",
19462]
19463
19464[[package]]
19465name = "xim-ctext"
19466version = "0.3.0"
19467source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19468dependencies = [
19469 "encoding_rs",
19470]
19471
19472[[package]]
19473name = "xim-parser"
19474version = "0.2.1"
19475source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19476dependencies = [
19477 "bitflags 2.9.0",
19478]
19479
19480[[package]]
19481name = "xkbcommon"
19482version = "0.8.0"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19485dependencies = [
19486 "as-raw-xcb-connection",
19487 "libc",
19488 "memmap2",
19489 "xkeysym",
19490]
19491
19492[[package]]
19493name = "xkeysym"
19494version = "0.2.1"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19497
19498[[package]]
19499name = "xml5ever"
19500version = "0.18.1"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19503dependencies = [
19504 "log",
19505 "mac",
19506 "markup5ever 0.12.1",
19507]
19508
19509[[package]]
19510name = "xmlparser"
19511version = "0.13.6"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19514
19515[[package]]
19516name = "xmlwriter"
19517version = "0.1.0"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19520
19521[[package]]
19522name = "xtask"
19523version = "0.1.0"
19524dependencies = [
19525 "anyhow",
19526 "cargo_metadata",
19527 "cargo_toml",
19528 "clap",
19529 "workspace-hack",
19530]
19531
19532[[package]]
19533name = "yaml-rust2"
19534version = "0.8.1"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19537dependencies = [
19538 "arraydeque",
19539 "encoding_rs",
19540 "hashlink 0.8.4",
19541]
19542
19543[[package]]
19544name = "yansi"
19545version = "1.0.1"
19546source = "registry+https://github.com/rust-lang/crates.io-index"
19547checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19548
19549[[package]]
19550name = "yazi"
19551version = "0.2.1"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19554
19555[[package]]
19556name = "yeslogic-fontconfig-sys"
19557version = "6.0.0"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19560dependencies = [
19561 "dlib",
19562 "once_cell",
19563 "pkg-config",
19564]
19565
19566[[package]]
19567name = "yoke"
19568version = "0.7.5"
19569source = "registry+https://github.com/rust-lang/crates.io-index"
19570checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19571dependencies = [
19572 "serde",
19573 "stable_deref_trait",
19574 "yoke-derive",
19575 "zerofrom",
19576]
19577
19578[[package]]
19579name = "yoke-derive"
19580version = "0.7.5"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19583dependencies = [
19584 "proc-macro2",
19585 "quote",
19586 "syn 2.0.101",
19587 "synstructure",
19588]
19589
19590[[package]]
19591name = "zbus"
19592version = "5.5.0"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19595dependencies = [
19596 "async-broadcast",
19597 "async-executor",
19598 "async-fs",
19599 "async-io",
19600 "async-lock",
19601 "async-process",
19602 "async-recursion 1.1.1",
19603 "async-task",
19604 "async-trait",
19605 "blocking",
19606 "enumflags2",
19607 "event-listener 5.4.0",
19608 "futures-core",
19609 "futures-lite 2.6.0",
19610 "hex",
19611 "nix 0.29.0",
19612 "ordered-stream",
19613 "serde",
19614 "serde_repr",
19615 "static_assertions",
19616 "tracing",
19617 "uds_windows",
19618 "windows-sys 0.59.0",
19619 "winnow",
19620 "xdg-home",
19621 "zbus_macros",
19622 "zbus_names",
19623 "zvariant",
19624]
19625
19626[[package]]
19627name = "zbus_macros"
19628version = "5.5.0"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19631dependencies = [
19632 "proc-macro-crate",
19633 "proc-macro2",
19634 "quote",
19635 "syn 2.0.101",
19636 "zbus_names",
19637 "zvariant",
19638 "zvariant_utils",
19639]
19640
19641[[package]]
19642name = "zbus_names"
19643version = "4.2.0"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19646dependencies = [
19647 "serde",
19648 "static_assertions",
19649 "winnow",
19650 "zvariant",
19651]
19652
19653[[package]]
19654name = "zed"
19655version = "0.189.0"
19656dependencies = [
19657 "activity_indicator",
19658 "agent",
19659 "anyhow",
19660 "ashpd",
19661 "askpass",
19662 "assets",
19663 "assistant_context_editor",
19664 "assistant_settings",
19665 "assistant_tool",
19666 "assistant_tools",
19667 "async-watch",
19668 "audio",
19669 "auto_update",
19670 "auto_update_ui",
19671 "backtrace",
19672 "breadcrumbs",
19673 "call",
19674 "channel",
19675 "chrono",
19676 "clap",
19677 "cli",
19678 "client",
19679 "collab_ui",
19680 "collections",
19681 "command_palette",
19682 "component",
19683 "copilot",
19684 "dap",
19685 "dap_adapters",
19686 "db",
19687 "debug_adapter_extension",
19688 "debugger_tools",
19689 "debugger_ui",
19690 "diagnostics",
19691 "editor",
19692 "env_logger 0.11.8",
19693 "extension",
19694 "extension_host",
19695 "extensions_ui",
19696 "feature_flags",
19697 "feedback",
19698 "file_finder",
19699 "fs",
19700 "futures 0.3.31",
19701 "git",
19702 "git_hosting_providers",
19703 "git_ui",
19704 "go_to_line",
19705 "gpui",
19706 "gpui_tokio",
19707 "http_client",
19708 "image_viewer",
19709 "indoc",
19710 "inline_completion_button",
19711 "install_cli",
19712 "jj_ui",
19713 "journal",
19714 "language",
19715 "language_extension",
19716 "language_model",
19717 "language_models",
19718 "language_selector",
19719 "language_tools",
19720 "languages",
19721 "libc",
19722 "log",
19723 "markdown",
19724 "markdown_preview",
19725 "menu",
19726 "migrator",
19727 "mimalloc",
19728 "nix 0.29.0",
19729 "node_runtime",
19730 "notifications",
19731 "outline",
19732 "outline_panel",
19733 "parking_lot",
19734 "paths",
19735 "picker",
19736 "profiling",
19737 "project",
19738 "project_panel",
19739 "project_symbols",
19740 "prompt_store",
19741 "proto",
19742 "recent_projects",
19743 "release_channel",
19744 "remote",
19745 "repl",
19746 "reqwest_client",
19747 "rope",
19748 "search",
19749 "serde",
19750 "serde_json",
19751 "session",
19752 "settings",
19753 "settings_ui",
19754 "shellexpand 2.1.2",
19755 "smol",
19756 "snippet_provider",
19757 "snippets_ui",
19758 "supermaven",
19759 "sysinfo",
19760 "tab_switcher",
19761 "task",
19762 "tasks_ui",
19763 "telemetry",
19764 "telemetry_events",
19765 "terminal_view",
19766 "theme",
19767 "theme_extension",
19768 "theme_selector",
19769 "time",
19770 "title_bar",
19771 "toolchain_selector",
19772 "tree-sitter-md",
19773 "tree-sitter-rust",
19774 "ui",
19775 "ui_input",
19776 "ui_prompt",
19777 "url",
19778 "urlencoding",
19779 "util",
19780 "uuid",
19781 "vim",
19782 "vim_mode_setting",
19783 "web_search",
19784 "web_search_providers",
19785 "welcome",
19786 "windows 0.61.1",
19787 "winresource",
19788 "workspace",
19789 "workspace-hack",
19790 "zed_actions",
19791 "zeta",
19792 "zlog",
19793 "zlog_settings",
19794]
19795
19796[[package]]
19797name = "zed_actions"
19798version = "0.1.0"
19799dependencies = [
19800 "gpui",
19801 "schemars",
19802 "serde",
19803 "uuid",
19804 "workspace-hack",
19805]
19806
19807[[package]]
19808name = "zed_emmet"
19809version = "0.0.3"
19810dependencies = [
19811 "zed_extension_api 0.1.0",
19812]
19813
19814[[package]]
19815name = "zed_extension_api"
19816version = "0.1.0"
19817source = "registry+https://github.com/rust-lang/crates.io-index"
19818checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19819dependencies = [
19820 "serde",
19821 "serde_json",
19822 "wit-bindgen 0.22.0",
19823]
19824
19825[[package]]
19826name = "zed_extension_api"
19827version = "0.6.0"
19828dependencies = [
19829 "serde",
19830 "serde_json",
19831 "wit-bindgen 0.41.0",
19832]
19833
19834[[package]]
19835name = "zed_glsl"
19836version = "0.1.0"
19837dependencies = [
19838 "zed_extension_api 0.1.0",
19839]
19840
19841[[package]]
19842name = "zed_html"
19843version = "0.2.1"
19844dependencies = [
19845 "zed_extension_api 0.1.0",
19846]
19847
19848[[package]]
19849name = "zed_llm_client"
19850version = "0.8.2"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19853dependencies = [
19854 "anyhow",
19855 "serde",
19856 "serde_json",
19857 "strum 0.27.1",
19858 "uuid",
19859]
19860
19861[[package]]
19862name = "zed_proto"
19863version = "0.2.2"
19864dependencies = [
19865 "zed_extension_api 0.1.0",
19866]
19867
19868[[package]]
19869name = "zed_ruff"
19870version = "0.1.0"
19871dependencies = [
19872 "zed_extension_api 0.1.0",
19873]
19874
19875[[package]]
19876name = "zed_snippets"
19877version = "0.0.5"
19878dependencies = [
19879 "serde_json",
19880 "zed_extension_api 0.1.0",
19881]
19882
19883[[package]]
19884name = "zed_test_extension"
19885version = "0.1.0"
19886dependencies = [
19887 "zed_extension_api 0.6.0",
19888]
19889
19890[[package]]
19891name = "zed_toml"
19892version = "0.1.3"
19893dependencies = [
19894 "zed_extension_api 0.1.0",
19895]
19896
19897[[package]]
19898name = "zeno"
19899version = "0.3.2"
19900source = "registry+https://github.com/rust-lang/crates.io-index"
19901checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19902
19903[[package]]
19904name = "zerocopy"
19905version = "0.7.35"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19908dependencies = [
19909 "zerocopy-derive 0.7.35",
19910]
19911
19912[[package]]
19913name = "zerocopy"
19914version = "0.8.24"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19917dependencies = [
19918 "zerocopy-derive 0.8.24",
19919]
19920
19921[[package]]
19922name = "zerocopy-derive"
19923version = "0.7.35"
19924source = "registry+https://github.com/rust-lang/crates.io-index"
19925checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19926dependencies = [
19927 "proc-macro2",
19928 "quote",
19929 "syn 2.0.101",
19930]
19931
19932[[package]]
19933name = "zerocopy-derive"
19934version = "0.8.24"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19937dependencies = [
19938 "proc-macro2",
19939 "quote",
19940 "syn 2.0.101",
19941]
19942
19943[[package]]
19944name = "zerofrom"
19945version = "0.1.6"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19948dependencies = [
19949 "zerofrom-derive",
19950]
19951
19952[[package]]
19953name = "zerofrom-derive"
19954version = "0.1.6"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19957dependencies = [
19958 "proc-macro2",
19959 "quote",
19960 "syn 2.0.101",
19961 "synstructure",
19962]
19963
19964[[package]]
19965name = "zeroize"
19966version = "1.8.1"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19969dependencies = [
19970 "zeroize_derive",
19971]
19972
19973[[package]]
19974name = "zeroize_derive"
19975version = "1.4.2"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19978dependencies = [
19979 "proc-macro2",
19980 "quote",
19981 "syn 2.0.101",
19982]
19983
19984[[package]]
19985name = "zeromq"
19986version = "0.5.0-pre"
19987source = "registry+https://github.com/rust-lang/crates.io-index"
19988checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19989dependencies = [
19990 "async-dispatcher",
19991 "async-std",
19992 "async-trait",
19993 "asynchronous-codec",
19994 "bytes 1.10.1",
19995 "crossbeam-queue",
19996 "dashmap 5.5.3",
19997 "futures 0.3.31",
19998 "log",
19999 "num-traits",
20000 "once_cell",
20001 "parking_lot",
20002 "rand 0.8.5",
20003 "regex",
20004 "thiserror 1.0.69",
20005 "uuid",
20006]
20007
20008[[package]]
20009name = "zerovec"
20010version = "0.10.4"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20013dependencies = [
20014 "yoke",
20015 "zerofrom",
20016 "zerovec-derive",
20017]
20018
20019[[package]]
20020name = "zerovec-derive"
20021version = "0.10.3"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20024dependencies = [
20025 "proc-macro2",
20026 "quote",
20027 "syn 2.0.101",
20028]
20029
20030[[package]]
20031name = "zeta"
20032version = "0.1.0"
20033dependencies = [
20034 "anyhow",
20035 "arrayvec",
20036 "call",
20037 "client",
20038 "clock",
20039 "collections",
20040 "command_palette_hooks",
20041 "ctor",
20042 "db",
20043 "editor",
20044 "env_logger 0.11.8",
20045 "feature_flags",
20046 "fs",
20047 "futures 0.3.31",
20048 "gpui",
20049 "http_client",
20050 "indoc",
20051 "inline_completion",
20052 "language",
20053 "language_model",
20054 "log",
20055 "menu",
20056 "migrator",
20057 "paths",
20058 "postage",
20059 "project",
20060 "proto",
20061 "regex",
20062 "release_channel",
20063 "reqwest_client",
20064 "rpc",
20065 "serde",
20066 "serde_json",
20067 "settings",
20068 "telemetry",
20069 "telemetry_events",
20070 "theme",
20071 "thiserror 2.0.12",
20072 "tree-sitter-go",
20073 "tree-sitter-rust",
20074 "ui",
20075 "unindent",
20076 "util",
20077 "uuid",
20078 "workspace",
20079 "workspace-hack",
20080 "worktree",
20081 "zed_actions",
20082 "zed_llm_client",
20083]
20084
20085[[package]]
20086name = "zip"
20087version = "0.6.6"
20088source = "registry+https://github.com/rust-lang/crates.io-index"
20089checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20090dependencies = [
20091 "aes",
20092 "byteorder",
20093 "bzip2",
20094 "constant_time_eq 0.1.5",
20095 "crc32fast",
20096 "crossbeam-utils",
20097 "flate2",
20098 "hmac",
20099 "pbkdf2 0.11.0",
20100 "sha1",
20101 "time",
20102 "zstd",
20103]
20104
20105[[package]]
20106name = "zlib-rs"
20107version = "0.5.0"
20108source = "registry+https://github.com/rust-lang/crates.io-index"
20109checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20110
20111[[package]]
20112name = "zlog"
20113version = "0.1.0"
20114dependencies = [
20115 "anyhow",
20116 "chrono",
20117 "log",
20118 "tempfile",
20119 "workspace-hack",
20120]
20121
20122[[package]]
20123name = "zlog_settings"
20124version = "0.1.0"
20125dependencies = [
20126 "anyhow",
20127 "gpui",
20128 "schemars",
20129 "serde",
20130 "settings",
20131 "workspace-hack",
20132 "zlog",
20133]
20134
20135[[package]]
20136name = "zstd"
20137version = "0.11.2+zstd.1.5.2"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20140dependencies = [
20141 "zstd-safe",
20142]
20143
20144[[package]]
20145name = "zstd-safe"
20146version = "5.0.2+zstd.1.5.2"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20149dependencies = [
20150 "libc",
20151 "zstd-sys",
20152]
20153
20154[[package]]
20155name = "zstd-sys"
20156version = "2.0.15+zstd.1.5.7"
20157source = "registry+https://github.com/rust-lang/crates.io-index"
20158checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20159dependencies = [
20160 "cc",
20161 "pkg-config",
20162]
20163
20164[[package]]
20165name = "zune-core"
20166version = "0.4.12"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20169
20170[[package]]
20171name = "zune-inflate"
20172version = "0.2.54"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20175dependencies = [
20176 "simd-adler32",
20177]
20178
20179[[package]]
20180name = "zune-jpeg"
20181version = "0.4.14"
20182source = "registry+https://github.com/rust-lang/crates.io-index"
20183checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20184dependencies = [
20185 "zune-core",
20186]
20187
20188[[package]]
20189name = "zvariant"
20190version = "5.4.0"
20191source = "registry+https://github.com/rust-lang/crates.io-index"
20192checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20193dependencies = [
20194 "endi",
20195 "enumflags2",
20196 "serde",
20197 "static_assertions",
20198 "url",
20199 "winnow",
20200 "zvariant_derive",
20201 "zvariant_utils",
20202]
20203
20204[[package]]
20205name = "zvariant_derive"
20206version = "5.4.0"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20209dependencies = [
20210 "proc-macro-crate",
20211 "proc-macro2",
20212 "quote",
20213 "syn 2.0.101",
20214 "zvariant_utils",
20215]
20216
20217[[package]]
20218name = "zvariant_utils"
20219version = "3.2.0"
20220source = "registry+https://github.com/rust-lang/crates.io-index"
20221checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20222dependencies = [
20223 "proc-macro2",
20224 "quote",
20225 "serde",
20226 "static_assertions",
20227 "syn 2.0.101",
20228 "winnow",
20229]