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 "smol",
4060 "task",
4061 "util",
4062 "workspace-hack",
4063]
4064
4065[[package]]
4066name = "darling"
4067version = "0.20.11"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4070dependencies = [
4071 "darling_core",
4072 "darling_macro",
4073]
4074
4075[[package]]
4076name = "darling_core"
4077version = "0.20.11"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4080dependencies = [
4081 "fnv",
4082 "ident_case",
4083 "proc-macro2",
4084 "quote",
4085 "strsim",
4086 "syn 2.0.101",
4087]
4088
4089[[package]]
4090name = "darling_macro"
4091version = "0.20.11"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4094dependencies = [
4095 "darling_core",
4096 "quote",
4097 "syn 2.0.101",
4098]
4099
4100[[package]]
4101name = "dashmap"
4102version = "5.5.3"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4105dependencies = [
4106 "cfg-if",
4107 "hashbrown 0.14.5",
4108 "lock_api",
4109 "once_cell",
4110 "parking_lot_core",
4111]
4112
4113[[package]]
4114name = "dashmap"
4115version = "6.1.0"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4118dependencies = [
4119 "cfg-if",
4120 "crossbeam-utils",
4121 "hashbrown 0.14.5",
4122 "lock_api",
4123 "once_cell",
4124 "parking_lot_core",
4125]
4126
4127[[package]]
4128name = "dasp_sample"
4129version = "0.11.0"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4132
4133[[package]]
4134name = "data-encoding"
4135version = "2.9.0"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4138
4139[[package]]
4140name = "data-url"
4141version = "0.3.1"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4144
4145[[package]]
4146name = "db"
4147version = "0.1.0"
4148dependencies = [
4149 "anyhow",
4150 "gpui",
4151 "indoc",
4152 "log",
4153 "paths",
4154 "release_channel",
4155 "smol",
4156 "sqlez",
4157 "sqlez_macros",
4158 "tempfile",
4159 "util",
4160 "workspace-hack",
4161]
4162
4163[[package]]
4164name = "dbus"
4165version = "0.9.7"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4168dependencies = [
4169 "libc",
4170 "libdbus-sys",
4171 "winapi",
4172]
4173
4174[[package]]
4175name = "debug_adapter_extension"
4176version = "0.1.0"
4177dependencies = [
4178 "anyhow",
4179 "async-trait",
4180 "dap",
4181 "extension",
4182 "gpui",
4183 "workspace-hack",
4184]
4185
4186[[package]]
4187name = "debugger_tools"
4188version = "0.1.0"
4189dependencies = [
4190 "anyhow",
4191 "dap",
4192 "editor",
4193 "futures 0.3.31",
4194 "gpui",
4195 "project",
4196 "serde_json",
4197 "settings",
4198 "smol",
4199 "util",
4200 "workspace",
4201 "workspace-hack",
4202]
4203
4204[[package]]
4205name = "debugger_ui"
4206version = "0.1.0"
4207dependencies = [
4208 "anyhow",
4209 "client",
4210 "collections",
4211 "command_palette_hooks",
4212 "dap",
4213 "dap_adapters",
4214 "db",
4215 "debugger_tools",
4216 "editor",
4217 "env_logger 0.11.8",
4218 "feature_flags",
4219 "file_icons",
4220 "futures 0.3.31",
4221 "fuzzy",
4222 "gpui",
4223 "language",
4224 "log",
4225 "menu",
4226 "parking_lot",
4227 "paths",
4228 "picker",
4229 "pretty_assertions",
4230 "project",
4231 "rpc",
4232 "serde",
4233 "serde_json",
4234 "settings",
4235 "shlex",
4236 "sysinfo",
4237 "task",
4238 "tasks_ui",
4239 "terminal_view",
4240 "theme",
4241 "ui",
4242 "unindent",
4243 "util",
4244 "workspace",
4245 "workspace-hack",
4246]
4247
4248[[package]]
4249name = "deepseek"
4250version = "0.1.0"
4251dependencies = [
4252 "anyhow",
4253 "futures 0.3.31",
4254 "http_client",
4255 "schemars",
4256 "serde",
4257 "serde_json",
4258 "workspace-hack",
4259]
4260
4261[[package]]
4262name = "deflate64"
4263version = "0.1.9"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4266
4267[[package]]
4268name = "der"
4269version = "0.6.1"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4272dependencies = [
4273 "const-oid",
4274 "zeroize",
4275]
4276
4277[[package]]
4278name = "der"
4279version = "0.7.10"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4282dependencies = [
4283 "const-oid",
4284 "pem-rfc7468",
4285 "zeroize",
4286]
4287
4288[[package]]
4289name = "deranged"
4290version = "0.4.0"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4293dependencies = [
4294 "powerfmt",
4295 "serde",
4296]
4297
4298[[package]]
4299name = "derive_builder"
4300version = "0.20.2"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4303dependencies = [
4304 "derive_builder_macro",
4305]
4306
4307[[package]]
4308name = "derive_builder_core"
4309version = "0.20.2"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4312dependencies = [
4313 "darling",
4314 "proc-macro2",
4315 "quote",
4316 "syn 2.0.101",
4317]
4318
4319[[package]]
4320name = "derive_builder_macro"
4321version = "0.20.2"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4324dependencies = [
4325 "derive_builder_core",
4326 "syn 2.0.101",
4327]
4328
4329[[package]]
4330name = "derive_more"
4331version = "0.99.19"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4334dependencies = [
4335 "convert_case 0.4.0",
4336 "proc-macro2",
4337 "quote",
4338 "rustc_version",
4339 "syn 2.0.101",
4340]
4341
4342[[package]]
4343name = "derive_refineable"
4344version = "0.1.0"
4345dependencies = [
4346 "proc-macro2",
4347 "quote",
4348 "syn 1.0.109",
4349 "workspace-hack",
4350]
4351
4352[[package]]
4353name = "diagnostics"
4354version = "0.1.0"
4355dependencies = [
4356 "anyhow",
4357 "client",
4358 "collections",
4359 "component",
4360 "ctor",
4361 "editor",
4362 "env_logger 0.11.8",
4363 "futures 0.3.31",
4364 "gpui",
4365 "indoc",
4366 "language",
4367 "log",
4368 "lsp",
4369 "markdown",
4370 "pretty_assertions",
4371 "project",
4372 "rand 0.8.5",
4373 "serde",
4374 "serde_json",
4375 "settings",
4376 "text",
4377 "theme",
4378 "ui",
4379 "unindent",
4380 "util",
4381 "workspace",
4382 "workspace-hack",
4383]
4384
4385[[package]]
4386name = "dialoguer"
4387version = "0.11.0"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4390dependencies = [
4391 "console",
4392 "fuzzy-matcher",
4393 "shell-words",
4394 "tempfile",
4395 "thiserror 1.0.69",
4396 "zeroize",
4397]
4398
4399[[package]]
4400name = "diff"
4401version = "0.1.13"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4404
4405[[package]]
4406name = "digest"
4407version = "0.10.7"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4410dependencies = [
4411 "block-buffer",
4412 "const-oid",
4413 "crypto-common",
4414 "subtle",
4415]
4416
4417[[package]]
4418name = "dirs"
4419version = "4.0.0"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4422dependencies = [
4423 "dirs-sys 0.3.7",
4424]
4425
4426[[package]]
4427name = "dirs"
4428version = "5.0.1"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4431dependencies = [
4432 "dirs-sys 0.4.1",
4433]
4434
4435[[package]]
4436name = "dirs"
4437version = "6.0.0"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4440dependencies = [
4441 "dirs-sys 0.5.0",
4442]
4443
4444[[package]]
4445name = "dirs-sys"
4446version = "0.3.7"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4449dependencies = [
4450 "libc",
4451 "redox_users 0.4.6",
4452 "winapi",
4453]
4454
4455[[package]]
4456name = "dirs-sys"
4457version = "0.4.1"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4460dependencies = [
4461 "libc",
4462 "option-ext",
4463 "redox_users 0.4.6",
4464 "windows-sys 0.48.0",
4465]
4466
4467[[package]]
4468name = "dirs-sys"
4469version = "0.5.0"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4472dependencies = [
4473 "libc",
4474 "option-ext",
4475 "redox_users 0.5.0",
4476 "windows-sys 0.59.0",
4477]
4478
4479[[package]]
4480name = "dispatch"
4481version = "0.2.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4484
4485[[package]]
4486name = "dispatch2"
4487version = "0.3.0"
4488source = "registry+https://github.com/rust-lang/crates.io-index"
4489checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4490dependencies = [
4491 "bitflags 2.9.0",
4492 "objc2",
4493]
4494
4495[[package]]
4496name = "displaydoc"
4497version = "0.2.5"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4500dependencies = [
4501 "proc-macro2",
4502 "quote",
4503 "syn 2.0.101",
4504]
4505
4506[[package]]
4507name = "dlib"
4508version = "0.5.2"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4511dependencies = [
4512 "libloading",
4513]
4514
4515[[package]]
4516name = "docs_preprocessor"
4517version = "0.1.0"
4518dependencies = [
4519 "anyhow",
4520 "clap",
4521 "mdbook",
4522 "regex",
4523 "serde",
4524 "serde_json",
4525 "settings",
4526 "util",
4527 "workspace-hack",
4528]
4529
4530[[package]]
4531name = "documented"
4532version = "0.9.1"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4535dependencies = [
4536 "documented-macros",
4537 "phf",
4538 "thiserror 1.0.69",
4539]
4540
4541[[package]]
4542name = "documented-macros"
4543version = "0.9.1"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4546dependencies = [
4547 "convert_case 0.6.0",
4548 "itertools 0.13.0",
4549 "optfield",
4550 "proc-macro2",
4551 "quote",
4552 "strum 0.26.3",
4553 "syn 2.0.101",
4554]
4555
4556[[package]]
4557name = "dotenv"
4558version = "0.15.0"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4561
4562[[package]]
4563name = "dotenvy"
4564version = "0.15.7"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4567
4568[[package]]
4569name = "downcast-rs"
4570version = "1.2.1"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4573
4574[[package]]
4575name = "doxygen-rs"
4576version = "0.4.2"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4579dependencies = [
4580 "phf",
4581]
4582
4583[[package]]
4584name = "dtoa"
4585version = "1.0.10"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4588
4589[[package]]
4590name = "dtoa-short"
4591version = "0.3.5"
4592source = "registry+https://github.com/rust-lang/crates.io-index"
4593checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4594dependencies = [
4595 "dtoa",
4596]
4597
4598[[package]]
4599name = "dtor"
4600version = "0.0.6"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4603dependencies = [
4604 "dtor-proc-macro",
4605]
4606
4607[[package]]
4608name = "dtor-proc-macro"
4609version = "0.0.5"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4612
4613[[package]]
4614name = "dunce"
4615version = "1.0.5"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4618
4619[[package]]
4620name = "dwrote"
4621version = "0.11.3"
4622source = "registry+https://github.com/rust-lang/crates.io-index"
4623checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4624dependencies = [
4625 "lazy_static",
4626 "libc",
4627 "winapi",
4628 "wio",
4629]
4630
4631[[package]]
4632name = "dyn-clone"
4633version = "1.0.19"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4636
4637[[package]]
4638name = "ec4rs"
4639version = "1.2.0"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4642
4643[[package]]
4644name = "ecdsa"
4645version = "0.14.8"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4648dependencies = [
4649 "der 0.6.1",
4650 "elliptic-curve",
4651 "rfc6979",
4652 "signature 1.6.4",
4653]
4654
4655[[package]]
4656name = "editor"
4657version = "0.1.0"
4658dependencies = [
4659 "aho-corasick",
4660 "anyhow",
4661 "assets",
4662 "buffer_diff",
4663 "client",
4664 "clock",
4665 "collections",
4666 "command_palette_hooks",
4667 "convert_case 0.8.0",
4668 "ctor",
4669 "db",
4670 "emojis",
4671 "env_logger 0.11.8",
4672 "feature_flags",
4673 "file_icons",
4674 "fs",
4675 "futures 0.3.31",
4676 "fuzzy",
4677 "git",
4678 "gpui",
4679 "http_client",
4680 "indoc",
4681 "inline_completion",
4682 "itertools 0.14.0",
4683 "language",
4684 "languages",
4685 "linkify",
4686 "log",
4687 "lsp",
4688 "markdown",
4689 "menu",
4690 "multi_buffer",
4691 "ordered-float 2.10.1",
4692 "parking_lot",
4693 "pretty_assertions",
4694 "project",
4695 "rand 0.8.5",
4696 "release_channel",
4697 "rpc",
4698 "schemars",
4699 "serde",
4700 "serde_json",
4701 "settings",
4702 "smallvec",
4703 "smol",
4704 "snippet",
4705 "sum_tree",
4706 "task",
4707 "telemetry",
4708 "tempfile",
4709 "text",
4710 "theme",
4711 "time",
4712 "tree-sitter-html",
4713 "tree-sitter-python",
4714 "tree-sitter-rust",
4715 "tree-sitter-typescript",
4716 "ui",
4717 "unicode-script",
4718 "unicode-segmentation",
4719 "unindent",
4720 "url",
4721 "util",
4722 "uuid",
4723 "workspace",
4724 "workspace-hack",
4725 "zed_actions",
4726]
4727
4728[[package]]
4729name = "either"
4730version = "1.15.0"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4733dependencies = [
4734 "serde",
4735]
4736
4737[[package]]
4738name = "elasticlunr-rs"
4739version = "3.0.2"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4742dependencies = [
4743 "regex",
4744 "serde",
4745 "serde_derive",
4746 "serde_json",
4747]
4748
4749[[package]]
4750name = "elliptic-curve"
4751version = "0.12.3"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4754dependencies = [
4755 "base16ct",
4756 "crypto-bigint 0.4.9",
4757 "der 0.6.1",
4758 "digest",
4759 "ff",
4760 "generic-array",
4761 "group",
4762 "pkcs8 0.9.0",
4763 "rand_core 0.6.4",
4764 "sec1",
4765 "subtle",
4766 "zeroize",
4767]
4768
4769[[package]]
4770name = "email_address"
4771version = "0.2.9"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4774dependencies = [
4775 "serde",
4776]
4777
4778[[package]]
4779name = "embed-resource"
4780version = "3.0.2"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4783dependencies = [
4784 "cc",
4785 "memchr",
4786 "rustc_version",
4787 "toml 0.8.20",
4788 "vswhom",
4789 "winreg 0.52.0",
4790]
4791
4792[[package]]
4793name = "embedded-io"
4794version = "0.4.0"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4797
4798[[package]]
4799name = "embedded-io"
4800version = "0.6.1"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4803
4804[[package]]
4805name = "emojis"
4806version = "0.6.4"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4809dependencies = [
4810 "phf",
4811]
4812
4813[[package]]
4814name = "encode_unicode"
4815version = "1.0.0"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4818
4819[[package]]
4820name = "encoding_rs"
4821version = "0.8.35"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4824dependencies = [
4825 "cfg-if",
4826]
4827
4828[[package]]
4829name = "endi"
4830version = "1.1.0"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4833
4834[[package]]
4835name = "enumflags2"
4836version = "0.7.11"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4839dependencies = [
4840 "enumflags2_derive",
4841 "serde",
4842]
4843
4844[[package]]
4845name = "enumflags2_derive"
4846version = "0.7.11"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4849dependencies = [
4850 "proc-macro2",
4851 "quote",
4852 "syn 2.0.101",
4853]
4854
4855[[package]]
4856name = "env_filter"
4857version = "0.1.3"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4860dependencies = [
4861 "log",
4862 "regex",
4863]
4864
4865[[package]]
4866name = "env_logger"
4867version = "0.10.2"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4870dependencies = [
4871 "humantime",
4872 "is-terminal",
4873 "log",
4874 "regex",
4875 "termcolor",
4876]
4877
4878[[package]]
4879name = "env_logger"
4880version = "0.11.8"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4883dependencies = [
4884 "anstream",
4885 "anstyle",
4886 "env_filter",
4887 "jiff",
4888 "log",
4889]
4890
4891[[package]]
4892name = "envy"
4893version = "0.4.2"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4896dependencies = [
4897 "serde",
4898]
4899
4900[[package]]
4901name = "equivalent"
4902version = "1.0.2"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4905
4906[[package]]
4907name = "erased-serde"
4908version = "0.4.6"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4911dependencies = [
4912 "serde",
4913 "typeid",
4914]
4915
4916[[package]]
4917name = "errno"
4918version = "0.2.8"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4921dependencies = [
4922 "errno-dragonfly",
4923 "libc",
4924 "winapi",
4925]
4926
4927[[package]]
4928name = "errno"
4929version = "0.3.11"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4932dependencies = [
4933 "libc",
4934 "windows-sys 0.59.0",
4935]
4936
4937[[package]]
4938name = "errno-dragonfly"
4939version = "0.1.2"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4942dependencies = [
4943 "cc",
4944 "libc",
4945]
4946
4947[[package]]
4948name = "etagere"
4949version = "0.2.15"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4952dependencies = [
4953 "euclid",
4954 "svg_fmt",
4955]
4956
4957[[package]]
4958name = "etcetera"
4959version = "0.8.0"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4962dependencies = [
4963 "cfg-if",
4964 "home",
4965 "windows-sys 0.48.0",
4966]
4967
4968[[package]]
4969name = "euclid"
4970version = "0.22.11"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4973dependencies = [
4974 "num-traits",
4975]
4976
4977[[package]]
4978name = "eval"
4979version = "0.1.0"
4980dependencies = [
4981 "agent",
4982 "anyhow",
4983 "assistant_settings",
4984 "assistant_tool",
4985 "assistant_tools",
4986 "async-trait",
4987 "async-watch",
4988 "buffer_diff",
4989 "chrono",
4990 "clap",
4991 "client",
4992 "collections",
4993 "debug_adapter_extension",
4994 "dirs 4.0.0",
4995 "dotenv",
4996 "env_logger 0.11.8",
4997 "extension",
4998 "fs",
4999 "futures 0.3.31",
5000 "gpui",
5001 "gpui_tokio",
5002 "handlebars 4.5.0",
5003 "language",
5004 "language_extension",
5005 "language_model",
5006 "language_models",
5007 "languages",
5008 "markdown",
5009 "node_runtime",
5010 "pathdiff",
5011 "paths",
5012 "pretty_assertions",
5013 "project",
5014 "prompt_store",
5015 "regex",
5016 "release_channel",
5017 "reqwest_client",
5018 "serde",
5019 "serde_json",
5020 "settings",
5021 "shellexpand 2.1.2",
5022 "smol",
5023 "telemetry",
5024 "terminal_view",
5025 "toml 0.8.20",
5026 "unindent",
5027 "util",
5028 "uuid",
5029 "workspace-hack",
5030]
5031
5032[[package]]
5033name = "event-listener"
5034version = "2.5.3"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5037
5038[[package]]
5039name = "event-listener"
5040version = "5.4.0"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5043dependencies = [
5044 "concurrent-queue",
5045 "parking",
5046 "pin-project-lite",
5047]
5048
5049[[package]]
5050name = "event-listener-strategy"
5051version = "0.5.4"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5054dependencies = [
5055 "event-listener 5.4.0",
5056 "pin-project-lite",
5057]
5058
5059[[package]]
5060name = "exec"
5061version = "0.3.1"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5064dependencies = [
5065 "errno 0.2.8",
5066 "libc",
5067]
5068
5069[[package]]
5070name = "exr"
5071version = "1.73.0"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5074dependencies = [
5075 "bit_field",
5076 "half",
5077 "lebe",
5078 "miniz_oxide",
5079 "rayon-core",
5080 "smallvec",
5081 "zune-inflate",
5082]
5083
5084[[package]]
5085name = "extension"
5086version = "0.1.0"
5087dependencies = [
5088 "anyhow",
5089 "async-compression",
5090 "async-tar",
5091 "async-trait",
5092 "collections",
5093 "dap",
5094 "fs",
5095 "futures 0.3.31",
5096 "gpui",
5097 "heck 0.5.0",
5098 "http_client",
5099 "language",
5100 "log",
5101 "lsp",
5102 "parking_lot",
5103 "semantic_version",
5104 "serde",
5105 "serde_json",
5106 "task",
5107 "toml 0.8.20",
5108 "util",
5109 "wasi-preview1-component-adapter-provider",
5110 "wasm-encoder 0.221.3",
5111 "wasmparser 0.221.3",
5112 "wit-component 0.221.3",
5113 "workspace-hack",
5114]
5115
5116[[package]]
5117name = "extension_cli"
5118version = "0.1.0"
5119dependencies = [
5120 "anyhow",
5121 "clap",
5122 "env_logger 0.11.8",
5123 "extension",
5124 "fs",
5125 "gpui",
5126 "language",
5127 "log",
5128 "reqwest_client",
5129 "rpc",
5130 "serde",
5131 "serde_json",
5132 "theme",
5133 "tokio",
5134 "toml 0.8.20",
5135 "tree-sitter",
5136 "wasmtime",
5137 "workspace-hack",
5138]
5139
5140[[package]]
5141name = "extension_host"
5142version = "0.1.0"
5143dependencies = [
5144 "anyhow",
5145 "async-compression",
5146 "async-tar",
5147 "async-trait",
5148 "client",
5149 "collections",
5150 "criterion",
5151 "ctor",
5152 "dap",
5153 "env_logger 0.11.8",
5154 "extension",
5155 "fs",
5156 "futures 0.3.31",
5157 "gpui",
5158 "http_client",
5159 "language",
5160 "language_extension",
5161 "log",
5162 "lsp",
5163 "moka",
5164 "node_runtime",
5165 "parking_lot",
5166 "paths",
5167 "project",
5168 "rand 0.8.5",
5169 "release_channel",
5170 "remote",
5171 "reqwest_client",
5172 "schemars",
5173 "semantic_version",
5174 "serde",
5175 "serde_json",
5176 "serde_json_lenient",
5177 "settings",
5178 "task",
5179 "telemetry",
5180 "tempfile",
5181 "theme",
5182 "theme_extension",
5183 "toml 0.8.20",
5184 "url",
5185 "util",
5186 "wasmparser 0.221.3",
5187 "wasmtime",
5188 "wasmtime-wasi",
5189 "workspace-hack",
5190]
5191
5192[[package]]
5193name = "extensions_ui"
5194version = "0.1.0"
5195dependencies = [
5196 "anyhow",
5197 "client",
5198 "collections",
5199 "db",
5200 "editor",
5201 "extension",
5202 "extension_host",
5203 "fs",
5204 "fuzzy",
5205 "gpui",
5206 "language",
5207 "log",
5208 "num-format",
5209 "picker",
5210 "project",
5211 "release_channel",
5212 "semantic_version",
5213 "serde",
5214 "settings",
5215 "smallvec",
5216 "strum 0.27.1",
5217 "telemetry",
5218 "theme",
5219 "ui",
5220 "util",
5221 "vim_mode_setting",
5222 "workspace",
5223 "workspace-hack",
5224 "zed_actions",
5225]
5226
5227[[package]]
5228name = "fallible-iterator"
5229version = "0.3.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5232
5233[[package]]
5234name = "fancy-regex"
5235version = "0.13.0"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5238dependencies = [
5239 "bit-set 0.5.3",
5240 "regex-automata 0.4.9",
5241 "regex-syntax 0.8.5",
5242]
5243
5244[[package]]
5245name = "fancy-regex"
5246version = "0.14.0"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5249dependencies = [
5250 "bit-set 0.8.0",
5251 "regex-automata 0.4.9",
5252 "regex-syntax 0.8.5",
5253]
5254
5255[[package]]
5256name = "fast-srgb8"
5257version = "1.0.0"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5260
5261[[package]]
5262name = "faster-hex"
5263version = "0.9.0"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5266dependencies = [
5267 "serde",
5268]
5269
5270[[package]]
5271name = "faster-hex"
5272version = "0.10.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5275dependencies = [
5276 "heapless",
5277 "serde",
5278]
5279
5280[[package]]
5281name = "fastrand"
5282version = "1.9.0"
5283source = "registry+https://github.com/rust-lang/crates.io-index"
5284checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5285dependencies = [
5286 "instant",
5287]
5288
5289[[package]]
5290name = "fastrand"
5291version = "2.3.0"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5294
5295[[package]]
5296name = "fd-lock"
5297version = "4.0.4"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5300dependencies = [
5301 "cfg-if",
5302 "rustix 1.0.7",
5303 "windows-sys 0.59.0",
5304]
5305
5306[[package]]
5307name = "fdeflate"
5308version = "0.3.7"
5309source = "registry+https://github.com/rust-lang/crates.io-index"
5310checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5311dependencies = [
5312 "simd-adler32",
5313]
5314
5315[[package]]
5316name = "feature_flags"
5317version = "0.1.0"
5318dependencies = [
5319 "futures 0.3.31",
5320 "gpui",
5321 "smol",
5322 "workspace-hack",
5323]
5324
5325[[package]]
5326name = "feedback"
5327version = "0.1.0"
5328dependencies = [
5329 "client",
5330 "editor",
5331 "gpui",
5332 "human_bytes",
5333 "menu",
5334 "release_channel",
5335 "serde",
5336 "sysinfo",
5337 "ui",
5338 "urlencoding",
5339 "util",
5340 "workspace",
5341 "workspace-hack",
5342 "zed_actions",
5343]
5344
5345[[package]]
5346name = "ff"
5347version = "0.12.1"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5350dependencies = [
5351 "rand_core 0.6.4",
5352 "subtle",
5353]
5354
5355[[package]]
5356name = "file_finder"
5357version = "0.1.0"
5358dependencies = [
5359 "anyhow",
5360 "collections",
5361 "ctor",
5362 "editor",
5363 "env_logger 0.11.8",
5364 "file_icons",
5365 "futures 0.3.31",
5366 "fuzzy",
5367 "gpui",
5368 "language",
5369 "menu",
5370 "picker",
5371 "project",
5372 "schemars",
5373 "serde",
5374 "serde_derive",
5375 "serde_json",
5376 "settings",
5377 "text",
5378 "theme",
5379 "ui",
5380 "util",
5381 "workspace",
5382 "workspace-hack",
5383]
5384
5385[[package]]
5386name = "file_icons"
5387version = "0.1.0"
5388dependencies = [
5389 "gpui",
5390 "serde",
5391 "settings",
5392 "theme",
5393 "util",
5394 "workspace-hack",
5395]
5396
5397[[package]]
5398name = "filedescriptor"
5399version = "0.8.3"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5402dependencies = [
5403 "libc",
5404 "thiserror 1.0.69",
5405 "winapi",
5406]
5407
5408[[package]]
5409name = "filetime"
5410version = "0.2.25"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5413dependencies = [
5414 "cfg-if",
5415 "libc",
5416 "libredox",
5417 "windows-sys 0.59.0",
5418]
5419
5420[[package]]
5421name = "fixedbitset"
5422version = "0.4.2"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5425
5426[[package]]
5427name = "flate2"
5428version = "1.1.1"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5431dependencies = [
5432 "crc32fast",
5433 "libz-rs-sys",
5434 "miniz_oxide",
5435]
5436
5437[[package]]
5438name = "float-cmp"
5439version = "0.9.0"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5442
5443[[package]]
5444name = "float-ord"
5445version = "0.3.2"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5448
5449[[package]]
5450name = "float_next_after"
5451version = "1.0.0"
5452source = "registry+https://github.com/rust-lang/crates.io-index"
5453checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5454
5455[[package]]
5456name = "fluent-uri"
5457version = "0.3.2"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5460dependencies = [
5461 "borrow-or-share",
5462 "ref-cast",
5463 "serde",
5464]
5465
5466[[package]]
5467name = "flume"
5468version = "0.11.1"
5469source = "registry+https://github.com/rust-lang/crates.io-index"
5470checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5471dependencies = [
5472 "futures-core",
5473 "futures-sink",
5474 "nanorand",
5475 "spin",
5476]
5477
5478[[package]]
5479name = "fnv"
5480version = "1.0.7"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5483
5484[[package]]
5485name = "foldhash"
5486version = "0.1.5"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5489
5490[[package]]
5491name = "font-kit"
5492version = "0.14.1"
5493source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5494dependencies = [
5495 "bitflags 2.9.0",
5496 "byteorder",
5497 "core-foundation 0.10.0",
5498 "core-graphics 0.24.0",
5499 "core-text",
5500 "dirs 5.0.1",
5501 "dwrote",
5502 "float-ord",
5503 "freetype-sys",
5504 "lazy_static",
5505 "libc",
5506 "log",
5507 "pathfinder_geometry",
5508 "pathfinder_simd",
5509 "walkdir",
5510 "winapi",
5511 "yeslogic-fontconfig-sys",
5512]
5513
5514[[package]]
5515name = "font-types"
5516version = "0.8.4"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5519dependencies = [
5520 "bytemuck",
5521]
5522
5523[[package]]
5524name = "fontconfig-parser"
5525version = "0.5.7"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5528dependencies = [
5529 "roxmltree",
5530]
5531
5532[[package]]
5533name = "fontdb"
5534version = "0.16.2"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5537dependencies = [
5538 "fontconfig-parser",
5539 "log",
5540 "memmap2",
5541 "slotmap",
5542 "tinyvec",
5543 "ttf-parser 0.20.0",
5544]
5545
5546[[package]]
5547name = "fontdb"
5548version = "0.23.0"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5551dependencies = [
5552 "fontconfig-parser",
5553 "log",
5554 "memmap2",
5555 "slotmap",
5556 "tinyvec",
5557 "ttf-parser 0.25.1",
5558]
5559
5560[[package]]
5561name = "foreign-types"
5562version = "0.3.2"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5565dependencies = [
5566 "foreign-types-shared 0.1.1",
5567]
5568
5569[[package]]
5570name = "foreign-types"
5571version = "0.5.0"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5574dependencies = [
5575 "foreign-types-macros",
5576 "foreign-types-shared 0.3.1",
5577]
5578
5579[[package]]
5580name = "foreign-types-macros"
5581version = "0.2.3"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5584dependencies = [
5585 "proc-macro2",
5586 "quote",
5587 "syn 2.0.101",
5588]
5589
5590[[package]]
5591name = "foreign-types-shared"
5592version = "0.1.1"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5595
5596[[package]]
5597name = "foreign-types-shared"
5598version = "0.3.1"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5601
5602[[package]]
5603name = "fork"
5604version = "0.2.0"
5605source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5607dependencies = [
5608 "libc",
5609]
5610
5611[[package]]
5612name = "form_urlencoded"
5613version = "1.2.1"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5616dependencies = [
5617 "percent-encoding",
5618]
5619
5620[[package]]
5621name = "fraction"
5622version = "0.15.3"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5625dependencies = [
5626 "lazy_static",
5627 "num",
5628]
5629
5630[[package]]
5631name = "freetype-sys"
5632version = "0.20.1"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5635dependencies = [
5636 "cc",
5637 "libc",
5638 "pkg-config",
5639]
5640
5641[[package]]
5642name = "fs"
5643version = "0.1.0"
5644dependencies = [
5645 "anyhow",
5646 "ashpd",
5647 "async-tar",
5648 "async-trait",
5649 "cocoa 0.26.0",
5650 "collections",
5651 "fsevent",
5652 "futures 0.3.31",
5653 "git",
5654 "gpui",
5655 "ignore",
5656 "libc",
5657 "log",
5658 "notify",
5659 "objc",
5660 "parking_lot",
5661 "paths",
5662 "proto",
5663 "rope",
5664 "serde",
5665 "serde_json",
5666 "smol",
5667 "tempfile",
5668 "text",
5669 "time",
5670 "util",
5671 "windows 0.61.1",
5672 "workspace-hack",
5673]
5674
5675[[package]]
5676name = "fs-set-times"
5677version = "0.20.3"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5680dependencies = [
5681 "io-lifetimes",
5682 "rustix 1.0.7",
5683 "windows-sys 0.59.0",
5684]
5685
5686[[package]]
5687name = "fs2"
5688version = "0.4.3"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5691dependencies = [
5692 "libc",
5693 "winapi",
5694]
5695
5696[[package]]
5697name = "fs_extra"
5698version = "1.3.0"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5701
5702[[package]]
5703name = "fsevent"
5704version = "0.1.0"
5705dependencies = [
5706 "bitflags 2.9.0",
5707 "core-foundation 0.10.0",
5708 "fsevent-sys 3.1.0",
5709 "parking_lot",
5710 "tempfile",
5711 "workspace-hack",
5712]
5713
5714[[package]]
5715name = "fsevent-sys"
5716version = "3.1.0"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5719dependencies = [
5720 "libc",
5721]
5722
5723[[package]]
5724name = "fsevent-sys"
5725version = "4.1.0"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5728dependencies = [
5729 "libc",
5730]
5731
5732[[package]]
5733name = "funty"
5734version = "2.0.0"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5737
5738[[package]]
5739name = "futf"
5740version = "0.1.5"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5743dependencies = [
5744 "mac",
5745 "new_debug_unreachable",
5746]
5747
5748[[package]]
5749name = "futures"
5750version = "0.1.31"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5753
5754[[package]]
5755name = "futures"
5756version = "0.3.31"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5759dependencies = [
5760 "futures-channel",
5761 "futures-core",
5762 "futures-executor",
5763 "futures-io",
5764 "futures-sink",
5765 "futures-task",
5766 "futures-util",
5767]
5768
5769[[package]]
5770name = "futures-batch"
5771version = "0.6.1"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5774dependencies = [
5775 "futures 0.3.31",
5776 "futures-timer",
5777 "pin-utils",
5778]
5779
5780[[package]]
5781name = "futures-channel"
5782version = "0.3.31"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5785dependencies = [
5786 "futures-core",
5787 "futures-sink",
5788]
5789
5790[[package]]
5791name = "futures-core"
5792version = "0.3.31"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5795
5796[[package]]
5797name = "futures-executor"
5798version = "0.3.31"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5801dependencies = [
5802 "futures-core",
5803 "futures-task",
5804 "futures-util",
5805]
5806
5807[[package]]
5808name = "futures-intrusive"
5809version = "0.5.0"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5812dependencies = [
5813 "futures-core",
5814 "lock_api",
5815 "parking_lot",
5816]
5817
5818[[package]]
5819name = "futures-io"
5820version = "0.3.31"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5823
5824[[package]]
5825name = "futures-lite"
5826version = "1.13.0"
5827source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5829dependencies = [
5830 "fastrand 1.9.0",
5831 "futures-core",
5832 "futures-io",
5833 "memchr",
5834 "parking",
5835 "pin-project-lite",
5836 "waker-fn",
5837]
5838
5839[[package]]
5840name = "futures-lite"
5841version = "2.6.0"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5844dependencies = [
5845 "fastrand 2.3.0",
5846 "futures-core",
5847 "futures-io",
5848 "parking",
5849 "pin-project-lite",
5850]
5851
5852[[package]]
5853name = "futures-macro"
5854version = "0.3.31"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5857dependencies = [
5858 "proc-macro2",
5859 "quote",
5860 "syn 2.0.101",
5861]
5862
5863[[package]]
5864name = "futures-sink"
5865version = "0.3.31"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5868
5869[[package]]
5870name = "futures-task"
5871version = "0.3.31"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5874
5875[[package]]
5876name = "futures-timer"
5877version = "3.0.3"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5880
5881[[package]]
5882name = "futures-util"
5883version = "0.3.31"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5886dependencies = [
5887 "futures 0.1.31",
5888 "futures-channel",
5889 "futures-core",
5890 "futures-io",
5891 "futures-macro",
5892 "futures-sink",
5893 "futures-task",
5894 "memchr",
5895 "pin-project-lite",
5896 "pin-utils",
5897 "slab",
5898 "tokio-io",
5899]
5900
5901[[package]]
5902name = "fuzzy"
5903version = "0.1.0"
5904dependencies = [
5905 "gpui",
5906 "log",
5907 "util",
5908 "workspace-hack",
5909]
5910
5911[[package]]
5912name = "fuzzy-matcher"
5913version = "0.3.7"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5916dependencies = [
5917 "thread_local",
5918]
5919
5920[[package]]
5921name = "generator"
5922version = "0.8.5"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5925dependencies = [
5926 "cc",
5927 "cfg-if",
5928 "libc",
5929 "log",
5930 "rustversion",
5931 "windows 0.61.1",
5932]
5933
5934[[package]]
5935name = "generic-array"
5936version = "0.14.7"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5939dependencies = [
5940 "typenum",
5941 "version_check",
5942]
5943
5944[[package]]
5945name = "gethostname"
5946version = "0.4.3"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5949dependencies = [
5950 "libc",
5951 "windows-targets 0.48.5",
5952]
5953
5954[[package]]
5955name = "getrandom"
5956version = "0.1.16"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5959dependencies = [
5960 "cfg-if",
5961 "libc",
5962 "wasi 0.9.0+wasi-snapshot-preview1",
5963]
5964
5965[[package]]
5966name = "getrandom"
5967version = "0.2.15"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5970dependencies = [
5971 "cfg-if",
5972 "js-sys",
5973 "libc",
5974 "wasi 0.11.0+wasi-snapshot-preview1",
5975 "wasm-bindgen",
5976]
5977
5978[[package]]
5979name = "getrandom"
5980version = "0.3.2"
5981source = "registry+https://github.com/rust-lang/crates.io-index"
5982checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5983dependencies = [
5984 "cfg-if",
5985 "js-sys",
5986 "libc",
5987 "r-efi",
5988 "wasi 0.14.2+wasi-0.2.4",
5989 "wasm-bindgen",
5990]
5991
5992[[package]]
5993name = "gif"
5994version = "0.13.1"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5997dependencies = [
5998 "color_quant",
5999 "weezl",
6000]
6001
6002[[package]]
6003name = "gimli"
6004version = "0.31.1"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6007dependencies = [
6008 "fallible-iterator",
6009 "indexmap",
6010 "stable_deref_trait",
6011]
6012
6013[[package]]
6014name = "git"
6015version = "0.1.0"
6016dependencies = [
6017 "anyhow",
6018 "askpass",
6019 "async-trait",
6020 "collections",
6021 "derive_more",
6022 "futures 0.3.31",
6023 "git2",
6024 "gpui",
6025 "http_client",
6026 "log",
6027 "parking_lot",
6028 "pretty_assertions",
6029 "regex",
6030 "rope",
6031 "schemars",
6032 "serde",
6033 "serde_json",
6034 "smol",
6035 "sum_tree",
6036 "tempfile",
6037 "text",
6038 "thiserror 2.0.12",
6039 "time",
6040 "unindent",
6041 "url",
6042 "util",
6043 "uuid",
6044 "workspace-hack",
6045]
6046
6047[[package]]
6048name = "git2"
6049version = "0.20.1"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6052dependencies = [
6053 "bitflags 2.9.0",
6054 "libc",
6055 "libgit2-sys",
6056 "log",
6057 "url",
6058]
6059
6060[[package]]
6061name = "git_hosting_providers"
6062version = "0.1.0"
6063dependencies = [
6064 "anyhow",
6065 "async-trait",
6066 "futures 0.3.31",
6067 "git",
6068 "gpui",
6069 "http_client",
6070 "indoc",
6071 "pretty_assertions",
6072 "regex",
6073 "schemars",
6074 "serde",
6075 "serde_json",
6076 "settings",
6077 "url",
6078 "util",
6079 "workspace-hack",
6080]
6081
6082[[package]]
6083name = "git_ui"
6084version = "0.1.0"
6085dependencies = [
6086 "anyhow",
6087 "askpass",
6088 "assistant_settings",
6089 "buffer_diff",
6090 "chrono",
6091 "collections",
6092 "command_palette_hooks",
6093 "component",
6094 "ctor",
6095 "db",
6096 "editor",
6097 "env_logger 0.11.8",
6098 "futures 0.3.31",
6099 "fuzzy",
6100 "git",
6101 "gpui",
6102 "itertools 0.14.0",
6103 "language",
6104 "language_model",
6105 "linkify",
6106 "log",
6107 "markdown",
6108 "menu",
6109 "multi_buffer",
6110 "notifications",
6111 "panel",
6112 "picker",
6113 "postage",
6114 "pretty_assertions",
6115 "project",
6116 "schemars",
6117 "serde",
6118 "serde_derive",
6119 "serde_json",
6120 "settings",
6121 "strum 0.27.1",
6122 "telemetry",
6123 "theme",
6124 "time",
6125 "time_format",
6126 "ui",
6127 "unindent",
6128 "util",
6129 "windows 0.61.1",
6130 "workspace",
6131 "workspace-hack",
6132 "zed_actions",
6133]
6134
6135[[package]]
6136name = "gix"
6137version = "0.71.0"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6140dependencies = [
6141 "gix-actor",
6142 "gix-attributes",
6143 "gix-command",
6144 "gix-commitgraph",
6145 "gix-config",
6146 "gix-date",
6147 "gix-diff",
6148 "gix-discover",
6149 "gix-features 0.41.1",
6150 "gix-filter",
6151 "gix-fs 0.14.0",
6152 "gix-glob",
6153 "gix-hash 0.17.0",
6154 "gix-hashtable",
6155 "gix-ignore",
6156 "gix-index",
6157 "gix-lock",
6158 "gix-object",
6159 "gix-odb",
6160 "gix-pack",
6161 "gix-path",
6162 "gix-pathspec",
6163 "gix-protocol",
6164 "gix-ref",
6165 "gix-refspec",
6166 "gix-revision",
6167 "gix-revwalk",
6168 "gix-sec",
6169 "gix-shallow",
6170 "gix-submodule",
6171 "gix-tempfile",
6172 "gix-trace",
6173 "gix-traverse",
6174 "gix-url",
6175 "gix-utils 0.2.0",
6176 "gix-validate 0.9.4",
6177 "gix-worktree",
6178 "once_cell",
6179 "smallvec",
6180 "thiserror 2.0.12",
6181]
6182
6183[[package]]
6184name = "gix-actor"
6185version = "0.34.0"
6186source = "registry+https://github.com/rust-lang/crates.io-index"
6187checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6188dependencies = [
6189 "bstr",
6190 "gix-date",
6191 "gix-utils 0.2.0",
6192 "itoa",
6193 "thiserror 2.0.12",
6194 "winnow",
6195]
6196
6197[[package]]
6198name = "gix-attributes"
6199version = "0.25.0"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6202dependencies = [
6203 "bstr",
6204 "gix-glob",
6205 "gix-path",
6206 "gix-quote",
6207 "gix-trace",
6208 "kstring",
6209 "smallvec",
6210 "thiserror 2.0.12",
6211 "unicode-bom",
6212]
6213
6214[[package]]
6215name = "gix-bitmap"
6216version = "0.2.14"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6219dependencies = [
6220 "thiserror 2.0.12",
6221]
6222
6223[[package]]
6224name = "gix-chunk"
6225version = "0.4.11"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6228dependencies = [
6229 "thiserror 2.0.12",
6230]
6231
6232[[package]]
6233name = "gix-command"
6234version = "0.5.0"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6237dependencies = [
6238 "bstr",
6239 "gix-path",
6240 "gix-quote",
6241 "gix-trace",
6242 "shell-words",
6243]
6244
6245[[package]]
6246name = "gix-commitgraph"
6247version = "0.27.0"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6250dependencies = [
6251 "bstr",
6252 "gix-chunk",
6253 "gix-hash 0.17.0",
6254 "memmap2",
6255 "thiserror 2.0.12",
6256]
6257
6258[[package]]
6259name = "gix-config"
6260version = "0.44.0"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6263dependencies = [
6264 "bstr",
6265 "gix-config-value",
6266 "gix-features 0.41.1",
6267 "gix-glob",
6268 "gix-path",
6269 "gix-ref",
6270 "gix-sec",
6271 "memchr",
6272 "once_cell",
6273 "smallvec",
6274 "thiserror 2.0.12",
6275 "unicode-bom",
6276 "winnow",
6277]
6278
6279[[package]]
6280name = "gix-config-value"
6281version = "0.14.12"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6284dependencies = [
6285 "bitflags 2.9.0",
6286 "bstr",
6287 "gix-path",
6288 "libc",
6289 "thiserror 2.0.12",
6290]
6291
6292[[package]]
6293name = "gix-date"
6294version = "0.9.4"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6297dependencies = [
6298 "bstr",
6299 "itoa",
6300 "jiff",
6301 "thiserror 2.0.12",
6302]
6303
6304[[package]]
6305name = "gix-diff"
6306version = "0.51.0"
6307source = "registry+https://github.com/rust-lang/crates.io-index"
6308checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6309dependencies = [
6310 "bstr",
6311 "gix-command",
6312 "gix-filter",
6313 "gix-fs 0.14.0",
6314 "gix-hash 0.17.0",
6315 "gix-object",
6316 "gix-path",
6317 "gix-tempfile",
6318 "gix-trace",
6319 "gix-traverse",
6320 "gix-worktree",
6321 "imara-diff",
6322 "thiserror 2.0.12",
6323]
6324
6325[[package]]
6326name = "gix-discover"
6327version = "0.39.0"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6330dependencies = [
6331 "bstr",
6332 "dunce",
6333 "gix-fs 0.14.0",
6334 "gix-hash 0.17.0",
6335 "gix-path",
6336 "gix-ref",
6337 "gix-sec",
6338 "thiserror 2.0.12",
6339]
6340
6341[[package]]
6342name = "gix-features"
6343version = "0.41.1"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6346dependencies = [
6347 "crc32fast",
6348 "crossbeam-channel",
6349 "flate2",
6350 "gix-path",
6351 "gix-trace",
6352 "gix-utils 0.2.0",
6353 "libc",
6354 "once_cell",
6355 "parking_lot",
6356 "prodash",
6357 "thiserror 2.0.12",
6358 "walkdir",
6359]
6360
6361[[package]]
6362name = "gix-features"
6363version = "0.42.1"
6364source = "registry+https://github.com/rust-lang/crates.io-index"
6365checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6366dependencies = [
6367 "gix-trace",
6368 "gix-utils 0.3.0",
6369 "libc",
6370 "prodash",
6371]
6372
6373[[package]]
6374name = "gix-filter"
6375version = "0.18.0"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6378dependencies = [
6379 "bstr",
6380 "encoding_rs",
6381 "gix-attributes",
6382 "gix-command",
6383 "gix-hash 0.17.0",
6384 "gix-object",
6385 "gix-packetline-blocking",
6386 "gix-path",
6387 "gix-quote",
6388 "gix-trace",
6389 "gix-utils 0.2.0",
6390 "smallvec",
6391 "thiserror 2.0.12",
6392]
6393
6394[[package]]
6395name = "gix-fs"
6396version = "0.14.0"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6399dependencies = [
6400 "bstr",
6401 "fastrand 2.3.0",
6402 "gix-features 0.41.1",
6403 "gix-path",
6404 "gix-utils 0.2.0",
6405 "thiserror 2.0.12",
6406]
6407
6408[[package]]
6409name = "gix-fs"
6410version = "0.15.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6413dependencies = [
6414 "bstr",
6415 "fastrand 2.3.0",
6416 "gix-features 0.42.1",
6417 "gix-path",
6418 "gix-utils 0.3.0",
6419 "thiserror 2.0.12",
6420]
6421
6422[[package]]
6423name = "gix-glob"
6424version = "0.19.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6427dependencies = [
6428 "bitflags 2.9.0",
6429 "bstr",
6430 "gix-features 0.41.1",
6431 "gix-path",
6432]
6433
6434[[package]]
6435name = "gix-hash"
6436version = "0.17.0"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6439dependencies = [
6440 "faster-hex 0.9.0",
6441 "gix-features 0.41.1",
6442 "sha1-checked",
6443 "thiserror 2.0.12",
6444]
6445
6446[[package]]
6447name = "gix-hash"
6448version = "0.18.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6451dependencies = [
6452 "faster-hex 0.10.0",
6453 "gix-features 0.42.1",
6454 "sha1-checked",
6455 "thiserror 2.0.12",
6456]
6457
6458[[package]]
6459name = "gix-hashtable"
6460version = "0.8.1"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6463dependencies = [
6464 "gix-hash 0.18.0",
6465 "hashbrown 0.14.5",
6466 "parking_lot",
6467]
6468
6469[[package]]
6470name = "gix-ignore"
6471version = "0.14.0"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6474dependencies = [
6475 "bstr",
6476 "gix-glob",
6477 "gix-path",
6478 "gix-trace",
6479 "unicode-bom",
6480]
6481
6482[[package]]
6483name = "gix-index"
6484version = "0.39.0"
6485source = "registry+https://github.com/rust-lang/crates.io-index"
6486checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6487dependencies = [
6488 "bitflags 2.9.0",
6489 "bstr",
6490 "filetime",
6491 "fnv",
6492 "gix-bitmap",
6493 "gix-features 0.41.1",
6494 "gix-fs 0.14.0",
6495 "gix-hash 0.17.0",
6496 "gix-lock",
6497 "gix-object",
6498 "gix-traverse",
6499 "gix-utils 0.2.0",
6500 "gix-validate 0.9.4",
6501 "hashbrown 0.14.5",
6502 "itoa",
6503 "libc",
6504 "memmap2",
6505 "rustix 0.38.44",
6506 "smallvec",
6507 "thiserror 2.0.12",
6508]
6509
6510[[package]]
6511name = "gix-lock"
6512version = "17.1.0"
6513source = "registry+https://github.com/rust-lang/crates.io-index"
6514checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6515dependencies = [
6516 "gix-tempfile",
6517 "gix-utils 0.3.0",
6518 "thiserror 2.0.12",
6519]
6520
6521[[package]]
6522name = "gix-object"
6523version = "0.48.0"
6524source = "registry+https://github.com/rust-lang/crates.io-index"
6525checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6526dependencies = [
6527 "bstr",
6528 "gix-actor",
6529 "gix-date",
6530 "gix-features 0.41.1",
6531 "gix-hash 0.17.0",
6532 "gix-hashtable",
6533 "gix-path",
6534 "gix-utils 0.2.0",
6535 "gix-validate 0.9.4",
6536 "itoa",
6537 "smallvec",
6538 "thiserror 2.0.12",
6539 "winnow",
6540]
6541
6542[[package]]
6543name = "gix-odb"
6544version = "0.68.0"
6545source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6547dependencies = [
6548 "arc-swap",
6549 "gix-date",
6550 "gix-features 0.41.1",
6551 "gix-fs 0.14.0",
6552 "gix-hash 0.17.0",
6553 "gix-hashtable",
6554 "gix-object",
6555 "gix-pack",
6556 "gix-path",
6557 "gix-quote",
6558 "parking_lot",
6559 "tempfile",
6560 "thiserror 2.0.12",
6561]
6562
6563[[package]]
6564name = "gix-pack"
6565version = "0.58.0"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6568dependencies = [
6569 "clru",
6570 "gix-chunk",
6571 "gix-features 0.41.1",
6572 "gix-hash 0.17.0",
6573 "gix-hashtable",
6574 "gix-object",
6575 "gix-path",
6576 "memmap2",
6577 "smallvec",
6578 "thiserror 2.0.12",
6579 "uluru",
6580]
6581
6582[[package]]
6583name = "gix-packetline"
6584version = "0.18.4"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6587dependencies = [
6588 "bstr",
6589 "faster-hex 0.9.0",
6590 "gix-trace",
6591 "thiserror 2.0.12",
6592]
6593
6594[[package]]
6595name = "gix-packetline-blocking"
6596version = "0.18.3"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6599dependencies = [
6600 "bstr",
6601 "faster-hex 0.9.0",
6602 "gix-trace",
6603 "thiserror 2.0.12",
6604]
6605
6606[[package]]
6607name = "gix-path"
6608version = "0.10.18"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6611dependencies = [
6612 "bstr",
6613 "gix-trace",
6614 "gix-validate 0.10.0",
6615 "home",
6616 "once_cell",
6617 "thiserror 2.0.12",
6618]
6619
6620[[package]]
6621name = "gix-pathspec"
6622version = "0.10.0"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6625dependencies = [
6626 "bitflags 2.9.0",
6627 "bstr",
6628 "gix-attributes",
6629 "gix-config-value",
6630 "gix-glob",
6631 "gix-path",
6632 "thiserror 2.0.12",
6633]
6634
6635[[package]]
6636name = "gix-protocol"
6637version = "0.49.0"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6640dependencies = [
6641 "bstr",
6642 "gix-date",
6643 "gix-features 0.41.1",
6644 "gix-hash 0.17.0",
6645 "gix-ref",
6646 "gix-shallow",
6647 "gix-transport",
6648 "gix-utils 0.2.0",
6649 "maybe-async",
6650 "thiserror 2.0.12",
6651 "winnow",
6652]
6653
6654[[package]]
6655name = "gix-quote"
6656version = "0.5.0"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6659dependencies = [
6660 "bstr",
6661 "gix-utils 0.2.0",
6662 "thiserror 2.0.12",
6663]
6664
6665[[package]]
6666name = "gix-ref"
6667version = "0.51.0"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6670dependencies = [
6671 "gix-actor",
6672 "gix-features 0.41.1",
6673 "gix-fs 0.14.0",
6674 "gix-hash 0.17.0",
6675 "gix-lock",
6676 "gix-object",
6677 "gix-path",
6678 "gix-tempfile",
6679 "gix-utils 0.2.0",
6680 "gix-validate 0.9.4",
6681 "memmap2",
6682 "thiserror 2.0.12",
6683 "winnow",
6684]
6685
6686[[package]]
6687name = "gix-refspec"
6688version = "0.29.0"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6691dependencies = [
6692 "bstr",
6693 "gix-hash 0.17.0",
6694 "gix-revision",
6695 "gix-validate 0.9.4",
6696 "smallvec",
6697 "thiserror 2.0.12",
6698]
6699
6700[[package]]
6701name = "gix-revision"
6702version = "0.33.0"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6705dependencies = [
6706 "bstr",
6707 "gix-commitgraph",
6708 "gix-date",
6709 "gix-hash 0.17.0",
6710 "gix-object",
6711 "gix-revwalk",
6712 "thiserror 2.0.12",
6713]
6714
6715[[package]]
6716name = "gix-revwalk"
6717version = "0.19.0"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6720dependencies = [
6721 "gix-commitgraph",
6722 "gix-date",
6723 "gix-hash 0.17.0",
6724 "gix-hashtable",
6725 "gix-object",
6726 "smallvec",
6727 "thiserror 2.0.12",
6728]
6729
6730[[package]]
6731name = "gix-sec"
6732version = "0.10.12"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6735dependencies = [
6736 "bitflags 2.9.0",
6737 "gix-path",
6738 "libc",
6739 "windows-sys 0.52.0",
6740]
6741
6742[[package]]
6743name = "gix-shallow"
6744version = "0.3.0"
6745source = "registry+https://github.com/rust-lang/crates.io-index"
6746checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6747dependencies = [
6748 "bstr",
6749 "gix-hash 0.17.0",
6750 "gix-lock",
6751 "thiserror 2.0.12",
6752]
6753
6754[[package]]
6755name = "gix-submodule"
6756version = "0.18.0"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6759dependencies = [
6760 "bstr",
6761 "gix-config",
6762 "gix-path",
6763 "gix-pathspec",
6764 "gix-refspec",
6765 "gix-url",
6766 "thiserror 2.0.12",
6767]
6768
6769[[package]]
6770name = "gix-tempfile"
6771version = "17.1.0"
6772source = "registry+https://github.com/rust-lang/crates.io-index"
6773checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6774dependencies = [
6775 "dashmap 6.1.0",
6776 "gix-fs 0.15.0",
6777 "libc",
6778 "once_cell",
6779 "parking_lot",
6780 "tempfile",
6781]
6782
6783[[package]]
6784name = "gix-trace"
6785version = "0.1.12"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6788
6789[[package]]
6790name = "gix-transport"
6791version = "0.46.0"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6794dependencies = [
6795 "bstr",
6796 "gix-command",
6797 "gix-features 0.41.1",
6798 "gix-packetline",
6799 "gix-quote",
6800 "gix-sec",
6801 "gix-url",
6802 "thiserror 2.0.12",
6803]
6804
6805[[package]]
6806name = "gix-traverse"
6807version = "0.45.0"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6810dependencies = [
6811 "bitflags 2.9.0",
6812 "gix-commitgraph",
6813 "gix-date",
6814 "gix-hash 0.17.0",
6815 "gix-hashtable",
6816 "gix-object",
6817 "gix-revwalk",
6818 "smallvec",
6819 "thiserror 2.0.12",
6820]
6821
6822[[package]]
6823name = "gix-url"
6824version = "0.30.0"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6827dependencies = [
6828 "bstr",
6829 "gix-features 0.41.1",
6830 "gix-path",
6831 "percent-encoding",
6832 "thiserror 2.0.12",
6833 "url",
6834]
6835
6836[[package]]
6837name = "gix-utils"
6838version = "0.2.0"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6841dependencies = [
6842 "fastrand 2.3.0",
6843 "unicode-normalization",
6844]
6845
6846[[package]]
6847name = "gix-utils"
6848version = "0.3.0"
6849source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6851dependencies = [
6852 "fastrand 2.3.0",
6853 "unicode-normalization",
6854]
6855
6856[[package]]
6857name = "gix-validate"
6858version = "0.9.4"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6861dependencies = [
6862 "bstr",
6863 "thiserror 2.0.12",
6864]
6865
6866[[package]]
6867name = "gix-validate"
6868version = "0.10.0"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6871dependencies = [
6872 "bstr",
6873 "thiserror 2.0.12",
6874]
6875
6876[[package]]
6877name = "gix-worktree"
6878version = "0.40.0"
6879source = "registry+https://github.com/rust-lang/crates.io-index"
6880checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6881dependencies = [
6882 "bstr",
6883 "gix-attributes",
6884 "gix-features 0.41.1",
6885 "gix-fs 0.14.0",
6886 "gix-glob",
6887 "gix-hash 0.17.0",
6888 "gix-ignore",
6889 "gix-index",
6890 "gix-object",
6891 "gix-path",
6892 "gix-validate 0.9.4",
6893]
6894
6895[[package]]
6896name = "glob"
6897version = "0.3.2"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6900
6901[[package]]
6902name = "globset"
6903version = "0.4.16"
6904source = "registry+https://github.com/rust-lang/crates.io-index"
6905checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6906dependencies = [
6907 "aho-corasick",
6908 "bstr",
6909 "log",
6910 "regex-automata 0.4.9",
6911 "regex-syntax 0.8.5",
6912]
6913
6914[[package]]
6915name = "gloo-timers"
6916version = "0.3.0"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6919dependencies = [
6920 "futures-channel",
6921 "futures-core",
6922 "js-sys",
6923 "wasm-bindgen",
6924]
6925
6926[[package]]
6927name = "glow"
6928version = "0.14.2"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6931dependencies = [
6932 "js-sys",
6933 "slotmap",
6934 "wasm-bindgen",
6935 "web-sys",
6936]
6937
6938[[package]]
6939name = "go_to_line"
6940version = "0.1.0"
6941dependencies = [
6942 "anyhow",
6943 "editor",
6944 "gpui",
6945 "indoc",
6946 "language",
6947 "menu",
6948 "project",
6949 "rope",
6950 "schemars",
6951 "serde",
6952 "serde_json",
6953 "settings",
6954 "text",
6955 "theme",
6956 "tree-sitter-rust",
6957 "tree-sitter-typescript",
6958 "ui",
6959 "util",
6960 "workspace",
6961 "workspace-hack",
6962]
6963
6964[[package]]
6965name = "google_ai"
6966version = "0.1.0"
6967dependencies = [
6968 "anyhow",
6969 "futures 0.3.31",
6970 "http_client",
6971 "schemars",
6972 "serde",
6973 "serde_json",
6974 "strum 0.27.1",
6975 "workspace-hack",
6976]
6977
6978[[package]]
6979name = "gpu-alloc"
6980version = "0.6.0"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6983dependencies = [
6984 "bitflags 2.9.0",
6985 "gpu-alloc-types",
6986]
6987
6988[[package]]
6989name = "gpu-alloc-ash"
6990version = "0.7.0"
6991source = "registry+https://github.com/rust-lang/crates.io-index"
6992checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
6993dependencies = [
6994 "ash",
6995 "gpu-alloc-types",
6996 "tinyvec",
6997]
6998
6999[[package]]
7000name = "gpu-alloc-types"
7001version = "0.3.0"
7002source = "registry+https://github.com/rust-lang/crates.io-index"
7003checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7004dependencies = [
7005 "bitflags 2.9.0",
7006]
7007
7008[[package]]
7009name = "gpui"
7010version = "0.1.0"
7011dependencies = [
7012 "anyhow",
7013 "as-raw-xcb-connection",
7014 "ashpd",
7015 "async-task",
7016 "backtrace",
7017 "bindgen 0.71.1",
7018 "blade-graphics",
7019 "blade-macros",
7020 "blade-util",
7021 "block",
7022 "bytemuck",
7023 "calloop",
7024 "calloop-wayland-source",
7025 "cbindgen",
7026 "cocoa 0.26.0",
7027 "collections",
7028 "core-foundation 0.10.0",
7029 "core-foundation-sys",
7030 "core-graphics 0.24.0",
7031 "core-text",
7032 "core-video",
7033 "cosmic-text",
7034 "ctor",
7035 "derive_more",
7036 "embed-resource",
7037 "env_logger 0.11.8",
7038 "etagere",
7039 "filedescriptor",
7040 "flume",
7041 "font-kit",
7042 "foreign-types 0.5.0",
7043 "futures 0.3.31",
7044 "gpui_macros",
7045 "http_client",
7046 "image",
7047 "inventory",
7048 "itertools 0.14.0",
7049 "log",
7050 "lyon",
7051 "media",
7052 "metal",
7053 "naga",
7054 "num_cpus",
7055 "objc",
7056 "objc2",
7057 "objc2-metal",
7058 "oo7",
7059 "open",
7060 "parking",
7061 "parking_lot",
7062 "pathfinder_geometry",
7063 "postage",
7064 "profiling",
7065 "rand 0.8.5",
7066 "raw-window-handle",
7067 "refineable",
7068 "reqwest_client",
7069 "resvg",
7070 "scap",
7071 "schemars",
7072 "seahash",
7073 "semantic_version",
7074 "serde",
7075 "serde_derive",
7076 "serde_json",
7077 "slotmap",
7078 "smallvec",
7079 "smol",
7080 "strum 0.27.1",
7081 "sum_tree",
7082 "taffy",
7083 "thiserror 2.0.12",
7084 "unicode-segmentation",
7085 "usvg",
7086 "util",
7087 "uuid",
7088 "waker-fn",
7089 "wayland-backend",
7090 "wayland-client",
7091 "wayland-cursor",
7092 "wayland-protocols",
7093 "wayland-protocols-plasma",
7094 "windows 0.61.1",
7095 "windows-core 0.61.0",
7096 "windows-numerics",
7097 "windows-registry 0.5.1",
7098 "workspace-hack",
7099 "x11-clipboard",
7100 "x11rb",
7101 "xim",
7102 "xkbcommon",
7103]
7104
7105[[package]]
7106name = "gpui_macros"
7107version = "0.1.0"
7108dependencies = [
7109 "gpui",
7110 "proc-macro2",
7111 "quote",
7112 "syn 1.0.109",
7113 "workspace-hack",
7114]
7115
7116[[package]]
7117name = "gpui_tokio"
7118version = "0.1.0"
7119dependencies = [
7120 "gpui",
7121 "tokio",
7122 "util",
7123 "workspace-hack",
7124]
7125
7126[[package]]
7127name = "grid"
7128version = "0.13.0"
7129source = "registry+https://github.com/rust-lang/crates.io-index"
7130checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7131
7132[[package]]
7133name = "group"
7134version = "0.12.1"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7137dependencies = [
7138 "ff",
7139 "rand_core 0.6.4",
7140 "subtle",
7141]
7142
7143[[package]]
7144name = "h2"
7145version = "0.3.26"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7148dependencies = [
7149 "bytes 1.10.1",
7150 "fnv",
7151 "futures-core",
7152 "futures-sink",
7153 "futures-util",
7154 "http 0.2.12",
7155 "indexmap",
7156 "slab",
7157 "tokio",
7158 "tokio-util",
7159 "tracing",
7160]
7161
7162[[package]]
7163name = "h2"
7164version = "0.4.9"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7167dependencies = [
7168 "atomic-waker",
7169 "bytes 1.10.1",
7170 "fnv",
7171 "futures-core",
7172 "futures-sink",
7173 "http 1.3.1",
7174 "indexmap",
7175 "slab",
7176 "tokio",
7177 "tokio-util",
7178 "tracing",
7179]
7180
7181[[package]]
7182name = "half"
7183version = "2.6.0"
7184source = "registry+https://github.com/rust-lang/crates.io-index"
7185checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7186dependencies = [
7187 "cfg-if",
7188 "crunchy",
7189 "num-traits",
7190]
7191
7192[[package]]
7193name = "handlebars"
7194version = "4.5.0"
7195source = "registry+https://github.com/rust-lang/crates.io-index"
7196checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7197dependencies = [
7198 "log",
7199 "pest",
7200 "pest_derive",
7201 "rust-embed",
7202 "serde",
7203 "serde_json",
7204 "thiserror 1.0.69",
7205]
7206
7207[[package]]
7208name = "handlebars"
7209version = "6.3.2"
7210source = "registry+https://github.com/rust-lang/crates.io-index"
7211checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7212dependencies = [
7213 "derive_builder",
7214 "log",
7215 "num-order",
7216 "pest",
7217 "pest_derive",
7218 "serde",
7219 "serde_json",
7220 "thiserror 2.0.12",
7221]
7222
7223[[package]]
7224name = "hash32"
7225version = "0.3.1"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7228dependencies = [
7229 "byteorder",
7230]
7231
7232[[package]]
7233name = "hashbrown"
7234version = "0.12.3"
7235source = "registry+https://github.com/rust-lang/crates.io-index"
7236checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7237dependencies = [
7238 "ahash 0.7.8",
7239]
7240
7241[[package]]
7242name = "hashbrown"
7243version = "0.14.5"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7246dependencies = [
7247 "ahash 0.8.11",
7248 "allocator-api2",
7249]
7250
7251[[package]]
7252name = "hashbrown"
7253version = "0.15.3"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7256dependencies = [
7257 "allocator-api2",
7258 "equivalent",
7259 "foldhash",
7260 "serde",
7261]
7262
7263[[package]]
7264name = "hashlink"
7265version = "0.8.4"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7268dependencies = [
7269 "hashbrown 0.14.5",
7270]
7271
7272[[package]]
7273name = "hashlink"
7274version = "0.10.0"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7277dependencies = [
7278 "hashbrown 0.15.3",
7279]
7280
7281[[package]]
7282name = "headers"
7283version = "0.3.9"
7284source = "registry+https://github.com/rust-lang/crates.io-index"
7285checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7286dependencies = [
7287 "base64 0.21.7",
7288 "bytes 1.10.1",
7289 "headers-core",
7290 "http 0.2.12",
7291 "httpdate",
7292 "mime",
7293 "sha1",
7294]
7295
7296[[package]]
7297name = "headers-core"
7298version = "0.2.0"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7301dependencies = [
7302 "http 0.2.12",
7303]
7304
7305[[package]]
7306name = "heapless"
7307version = "0.8.0"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7310dependencies = [
7311 "hash32",
7312 "stable_deref_trait",
7313]
7314
7315[[package]]
7316name = "heck"
7317version = "0.3.3"
7318source = "registry+https://github.com/rust-lang/crates.io-index"
7319checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7320dependencies = [
7321 "unicode-segmentation",
7322]
7323
7324[[package]]
7325name = "heck"
7326version = "0.4.1"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7329dependencies = [
7330 "unicode-segmentation",
7331]
7332
7333[[package]]
7334name = "heck"
7335version = "0.5.0"
7336source = "registry+https://github.com/rust-lang/crates.io-index"
7337checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7338
7339[[package]]
7340name = "heed"
7341version = "0.21.0"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7344dependencies = [
7345 "bitflags 2.9.0",
7346 "byteorder",
7347 "heed-traits",
7348 "heed-types",
7349 "libc",
7350 "lmdb-master-sys",
7351 "once_cell",
7352 "page_size",
7353 "serde",
7354 "synchronoise",
7355 "url",
7356]
7357
7358[[package]]
7359name = "heed-traits"
7360version = "0.20.0"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7363
7364[[package]]
7365name = "heed-types"
7366version = "0.21.0"
7367source = "registry+https://github.com/rust-lang/crates.io-index"
7368checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7369dependencies = [
7370 "bincode",
7371 "byteorder",
7372 "heed-traits",
7373 "serde",
7374 "serde_json",
7375]
7376
7377[[package]]
7378name = "hermit-abi"
7379version = "0.3.9"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7382
7383[[package]]
7384name = "hermit-abi"
7385version = "0.4.0"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7388
7389[[package]]
7390name = "hermit-abi"
7391version = "0.5.0"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7394
7395[[package]]
7396name = "hex"
7397version = "0.4.3"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7400
7401[[package]]
7402name = "hexf-parse"
7403version = "0.2.1"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7406
7407[[package]]
7408name = "hidden-trait"
7409version = "0.1.2"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7412dependencies = [
7413 "proc-macro2",
7414 "quote",
7415 "syn 1.0.109",
7416]
7417
7418[[package]]
7419name = "hkdf"
7420version = "0.12.4"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7423dependencies = [
7424 "hmac",
7425]
7426
7427[[package]]
7428name = "hmac"
7429version = "0.12.1"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7432dependencies = [
7433 "digest",
7434]
7435
7436[[package]]
7437name = "home"
7438version = "0.5.11"
7439source = "registry+https://github.com/rust-lang/crates.io-index"
7440checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7441dependencies = [
7442 "windows-sys 0.59.0",
7443]
7444
7445[[package]]
7446name = "hound"
7447version = "3.5.1"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7450
7451[[package]]
7452name = "html5ever"
7453version = "0.27.0"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7456dependencies = [
7457 "log",
7458 "mac",
7459 "markup5ever 0.12.1",
7460 "proc-macro2",
7461 "quote",
7462 "syn 2.0.101",
7463]
7464
7465[[package]]
7466name = "html5ever"
7467version = "0.31.0"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7470dependencies = [
7471 "log",
7472 "mac",
7473 "markup5ever 0.16.1",
7474 "match_token",
7475]
7476
7477[[package]]
7478name = "html_to_markdown"
7479version = "0.1.0"
7480dependencies = [
7481 "anyhow",
7482 "html5ever 0.27.0",
7483 "indoc",
7484 "markup5ever_rcdom",
7485 "pretty_assertions",
7486 "regex",
7487 "workspace-hack",
7488]
7489
7490[[package]]
7491name = "http"
7492version = "0.2.12"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7495dependencies = [
7496 "bytes 1.10.1",
7497 "fnv",
7498 "itoa",
7499]
7500
7501[[package]]
7502name = "http"
7503version = "1.3.1"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7506dependencies = [
7507 "bytes 1.10.1",
7508 "fnv",
7509 "itoa",
7510]
7511
7512[[package]]
7513name = "http-body"
7514version = "0.4.6"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7517dependencies = [
7518 "bytes 1.10.1",
7519 "http 0.2.12",
7520 "pin-project-lite",
7521]
7522
7523[[package]]
7524name = "http-body"
7525version = "1.0.1"
7526source = "registry+https://github.com/rust-lang/crates.io-index"
7527checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7528dependencies = [
7529 "bytes 1.10.1",
7530 "http 1.3.1",
7531]
7532
7533[[package]]
7534name = "http-body-util"
7535version = "0.1.3"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7538dependencies = [
7539 "bytes 1.10.1",
7540 "futures-core",
7541 "http 1.3.1",
7542 "http-body 1.0.1",
7543 "pin-project-lite",
7544]
7545
7546[[package]]
7547name = "http-range-header"
7548version = "0.3.1"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7551
7552[[package]]
7553name = "http-types"
7554version = "2.12.0"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7557dependencies = [
7558 "anyhow",
7559 "async-channel 1.9.0",
7560 "base64 0.13.1",
7561 "futures-lite 1.13.0",
7562 "http 0.2.12",
7563 "infer",
7564 "pin-project-lite",
7565 "rand 0.7.3",
7566 "serde",
7567 "serde_json",
7568 "serde_qs 0.8.5",
7569 "serde_urlencoded",
7570 "url",
7571]
7572
7573[[package]]
7574name = "http_client"
7575version = "0.1.0"
7576dependencies = [
7577 "anyhow",
7578 "bytes 1.10.1",
7579 "derive_more",
7580 "futures 0.3.31",
7581 "http 1.3.1",
7582 "log",
7583 "serde",
7584 "serde_json",
7585 "url",
7586 "workspace-hack",
7587]
7588
7589[[package]]
7590name = "http_client_tls"
7591version = "0.1.0"
7592dependencies = [
7593 "rustls 0.23.26",
7594 "rustls-platform-verifier",
7595 "workspace-hack",
7596]
7597
7598[[package]]
7599name = "httparse"
7600version = "1.10.1"
7601source = "registry+https://github.com/rust-lang/crates.io-index"
7602checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7603
7604[[package]]
7605name = "httpdate"
7606version = "1.0.3"
7607source = "registry+https://github.com/rust-lang/crates.io-index"
7608checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7609
7610[[package]]
7611name = "human_bytes"
7612version = "0.4.3"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7615
7616[[package]]
7617name = "humantime"
7618version = "2.2.0"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7621
7622[[package]]
7623name = "hyper"
7624version = "0.14.32"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7627dependencies = [
7628 "bytes 1.10.1",
7629 "futures-channel",
7630 "futures-core",
7631 "futures-util",
7632 "h2 0.3.26",
7633 "http 0.2.12",
7634 "http-body 0.4.6",
7635 "httparse",
7636 "httpdate",
7637 "itoa",
7638 "pin-project-lite",
7639 "socket2",
7640 "tokio",
7641 "tower-service",
7642 "tracing",
7643 "want",
7644]
7645
7646[[package]]
7647name = "hyper"
7648version = "1.6.0"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7651dependencies = [
7652 "bytes 1.10.1",
7653 "futures-channel",
7654 "futures-util",
7655 "h2 0.4.9",
7656 "http 1.3.1",
7657 "http-body 1.0.1",
7658 "httparse",
7659 "itoa",
7660 "pin-project-lite",
7661 "smallvec",
7662 "tokio",
7663 "want",
7664]
7665
7666[[package]]
7667name = "hyper-rustls"
7668version = "0.24.2"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7671dependencies = [
7672 "futures-util",
7673 "http 0.2.12",
7674 "hyper 0.14.32",
7675 "log",
7676 "rustls 0.21.12",
7677 "rustls-native-certs 0.6.3",
7678 "tokio",
7679 "tokio-rustls 0.24.1",
7680]
7681
7682[[package]]
7683name = "hyper-rustls"
7684version = "0.27.5"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7687dependencies = [
7688 "futures-util",
7689 "http 1.3.1",
7690 "hyper 1.6.0",
7691 "hyper-util",
7692 "rustls 0.23.26",
7693 "rustls-native-certs 0.8.1",
7694 "rustls-pki-types",
7695 "tokio",
7696 "tokio-rustls 0.26.2",
7697 "tower-service",
7698]
7699
7700[[package]]
7701name = "hyper-tls"
7702version = "0.5.0"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7705dependencies = [
7706 "bytes 1.10.1",
7707 "hyper 0.14.32",
7708 "native-tls",
7709 "tokio",
7710 "tokio-native-tls",
7711]
7712
7713[[package]]
7714name = "hyper-util"
7715version = "0.1.11"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7718dependencies = [
7719 "bytes 1.10.1",
7720 "futures-channel",
7721 "futures-util",
7722 "http 1.3.1",
7723 "http-body 1.0.1",
7724 "hyper 1.6.0",
7725 "libc",
7726 "pin-project-lite",
7727 "socket2",
7728 "tokio",
7729 "tower-service",
7730 "tracing",
7731]
7732
7733[[package]]
7734name = "iana-time-zone"
7735version = "0.1.63"
7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7738dependencies = [
7739 "android_system_properties",
7740 "core-foundation-sys",
7741 "iana-time-zone-haiku",
7742 "js-sys",
7743 "log",
7744 "wasm-bindgen",
7745 "windows-core 0.61.0",
7746]
7747
7748[[package]]
7749name = "iana-time-zone-haiku"
7750version = "0.1.2"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7753dependencies = [
7754 "cc",
7755]
7756
7757[[package]]
7758name = "icons"
7759version = "0.1.0"
7760dependencies = [
7761 "serde",
7762 "strum 0.27.1",
7763 "workspace-hack",
7764]
7765
7766[[package]]
7767name = "icu_collections"
7768version = "1.5.0"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7771dependencies = [
7772 "displaydoc",
7773 "yoke",
7774 "zerofrom",
7775 "zerovec",
7776]
7777
7778[[package]]
7779name = "icu_locid"
7780version = "1.5.0"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7783dependencies = [
7784 "displaydoc",
7785 "litemap",
7786 "tinystr",
7787 "writeable",
7788 "zerovec",
7789]
7790
7791[[package]]
7792name = "icu_locid_transform"
7793version = "1.5.0"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7796dependencies = [
7797 "displaydoc",
7798 "icu_locid",
7799 "icu_locid_transform_data",
7800 "icu_provider",
7801 "tinystr",
7802 "zerovec",
7803]
7804
7805[[package]]
7806name = "icu_locid_transform_data"
7807version = "1.5.1"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7810
7811[[package]]
7812name = "icu_normalizer"
7813version = "1.5.0"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7816dependencies = [
7817 "displaydoc",
7818 "icu_collections",
7819 "icu_normalizer_data",
7820 "icu_properties",
7821 "icu_provider",
7822 "smallvec",
7823 "utf16_iter",
7824 "utf8_iter",
7825 "write16",
7826 "zerovec",
7827]
7828
7829[[package]]
7830name = "icu_normalizer_data"
7831version = "1.5.1"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7834
7835[[package]]
7836name = "icu_properties"
7837version = "1.5.1"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7840dependencies = [
7841 "displaydoc",
7842 "icu_collections",
7843 "icu_locid_transform",
7844 "icu_properties_data",
7845 "icu_provider",
7846 "tinystr",
7847 "zerovec",
7848]
7849
7850[[package]]
7851name = "icu_properties_data"
7852version = "1.5.1"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7855
7856[[package]]
7857name = "icu_provider"
7858version = "1.5.0"
7859source = "registry+https://github.com/rust-lang/crates.io-index"
7860checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7861dependencies = [
7862 "displaydoc",
7863 "icu_locid",
7864 "icu_provider_macros",
7865 "stable_deref_trait",
7866 "tinystr",
7867 "writeable",
7868 "yoke",
7869 "zerofrom",
7870 "zerovec",
7871]
7872
7873[[package]]
7874name = "icu_provider_macros"
7875version = "1.5.0"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7878dependencies = [
7879 "proc-macro2",
7880 "quote",
7881 "syn 2.0.101",
7882]
7883
7884[[package]]
7885name = "id-arena"
7886version = "2.2.1"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7889
7890[[package]]
7891name = "ident_case"
7892version = "1.0.1"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7895
7896[[package]]
7897name = "idna"
7898version = "1.0.3"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7901dependencies = [
7902 "idna_adapter",
7903 "smallvec",
7904 "utf8_iter",
7905]
7906
7907[[package]]
7908name = "idna_adapter"
7909version = "1.2.0"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7912dependencies = [
7913 "icu_normalizer",
7914 "icu_properties",
7915]
7916
7917[[package]]
7918name = "ignore"
7919version = "0.4.23"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7922dependencies = [
7923 "crossbeam-deque",
7924 "globset",
7925 "log",
7926 "memchr",
7927 "regex-automata 0.4.9",
7928 "same-file",
7929 "walkdir",
7930 "winapi-util",
7931]
7932
7933[[package]]
7934name = "image"
7935version = "0.25.6"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7938dependencies = [
7939 "bytemuck",
7940 "byteorder-lite",
7941 "color_quant",
7942 "exr",
7943 "gif",
7944 "image-webp",
7945 "num-traits",
7946 "png",
7947 "qoi",
7948 "ravif",
7949 "rayon",
7950 "rgb",
7951 "tiff",
7952 "zune-core",
7953 "zune-jpeg",
7954]
7955
7956[[package]]
7957name = "image-webp"
7958version = "0.2.1"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7961dependencies = [
7962 "byteorder-lite",
7963 "quick-error",
7964]
7965
7966[[package]]
7967name = "image_viewer"
7968version = "0.1.0"
7969dependencies = [
7970 "anyhow",
7971 "db",
7972 "editor",
7973 "file_icons",
7974 "gpui",
7975 "language",
7976 "log",
7977 "project",
7978 "schemars",
7979 "serde",
7980 "settings",
7981 "theme",
7982 "ui",
7983 "util",
7984 "workspace",
7985 "workspace-hack",
7986]
7987
7988[[package]]
7989name = "imagesize"
7990version = "0.13.0"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7993
7994[[package]]
7995name = "imara-diff"
7996version = "0.1.8"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
7999dependencies = [
8000 "hashbrown 0.15.3",
8001]
8002
8003[[package]]
8004name = "imgref"
8005version = "1.11.0"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8008
8009[[package]]
8010name = "indexed_docs"
8011version = "0.1.0"
8012dependencies = [
8013 "anyhow",
8014 "async-trait",
8015 "cargo_metadata",
8016 "collections",
8017 "derive_more",
8018 "extension",
8019 "fs",
8020 "futures 0.3.31",
8021 "fuzzy",
8022 "gpui",
8023 "heed",
8024 "html_to_markdown",
8025 "http_client",
8026 "indexmap",
8027 "indoc",
8028 "parking_lot",
8029 "paths",
8030 "pretty_assertions",
8031 "serde",
8032 "strum 0.27.1",
8033 "util",
8034 "workspace-hack",
8035]
8036
8037[[package]]
8038name = "indexmap"
8039version = "2.9.0"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8042dependencies = [
8043 "equivalent",
8044 "hashbrown 0.15.3",
8045 "serde",
8046]
8047
8048[[package]]
8049name = "indoc"
8050version = "2.0.6"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8053
8054[[package]]
8055name = "infer"
8056version = "0.2.3"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8059
8060[[package]]
8061name = "inherent"
8062version = "1.0.12"
8063source = "registry+https://github.com/rust-lang/crates.io-index"
8064checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8065dependencies = [
8066 "proc-macro2",
8067 "quote",
8068 "syn 2.0.101",
8069]
8070
8071[[package]]
8072name = "inline_completion"
8073version = "0.1.0"
8074dependencies = [
8075 "anyhow",
8076 "gpui",
8077 "language",
8078 "project",
8079 "workspace-hack",
8080 "zed_llm_client",
8081]
8082
8083[[package]]
8084name = "inline_completion_button"
8085version = "0.1.0"
8086dependencies = [
8087 "anyhow",
8088 "client",
8089 "copilot",
8090 "editor",
8091 "feature_flags",
8092 "fs",
8093 "futures 0.3.31",
8094 "gpui",
8095 "indoc",
8096 "inline_completion",
8097 "language",
8098 "lsp",
8099 "paths",
8100 "project",
8101 "regex",
8102 "serde_json",
8103 "settings",
8104 "supermaven",
8105 "telemetry",
8106 "theme",
8107 "ui",
8108 "workspace",
8109 "workspace-hack",
8110 "zed_actions",
8111 "zed_llm_client",
8112 "zeta",
8113]
8114
8115[[package]]
8116name = "inotify"
8117version = "0.11.0"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8120dependencies = [
8121 "bitflags 2.9.0",
8122 "inotify-sys",
8123 "libc",
8124]
8125
8126[[package]]
8127name = "inotify-sys"
8128version = "0.1.5"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8131dependencies = [
8132 "libc",
8133]
8134
8135[[package]]
8136name = "inout"
8137version = "0.1.4"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8140dependencies = [
8141 "block-padding",
8142 "generic-array",
8143]
8144
8145[[package]]
8146name = "install_cli"
8147version = "0.1.0"
8148dependencies = [
8149 "anyhow",
8150 "client",
8151 "gpui",
8152 "release_channel",
8153 "smol",
8154 "util",
8155 "workspace",
8156 "workspace-hack",
8157]
8158
8159[[package]]
8160name = "instant"
8161version = "0.1.13"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8164dependencies = [
8165 "cfg-if",
8166]
8167
8168[[package]]
8169name = "interim"
8170version = "0.2.1"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8173dependencies = [
8174 "chrono",
8175 "logos",
8176]
8177
8178[[package]]
8179name = "interpolate_name"
8180version = "0.2.4"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8183dependencies = [
8184 "proc-macro2",
8185 "quote",
8186 "syn 2.0.101",
8187]
8188
8189[[package]]
8190name = "inventory"
8191version = "0.3.20"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8194dependencies = [
8195 "rustversion",
8196]
8197
8198[[package]]
8199name = "io-extras"
8200version = "0.18.4"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8203dependencies = [
8204 "io-lifetimes",
8205 "windows-sys 0.59.0",
8206]
8207
8208[[package]]
8209name = "io-lifetimes"
8210version = "2.0.4"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8213
8214[[package]]
8215name = "io-surface"
8216version = "0.16.0"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8219dependencies = [
8220 "cgl",
8221 "core-foundation 0.10.0",
8222 "core-foundation-sys",
8223 "leaky-cow",
8224 "libc",
8225]
8226
8227[[package]]
8228name = "iovec"
8229version = "0.1.4"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8232dependencies = [
8233 "libc",
8234]
8235
8236[[package]]
8237name = "ipc-channel"
8238version = "0.19.0"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8241dependencies = [
8242 "bincode",
8243 "crossbeam-channel",
8244 "fnv",
8245 "lazy_static",
8246 "libc",
8247 "mio",
8248 "rand 0.8.5",
8249 "serde",
8250 "tempfile",
8251 "uuid",
8252 "windows 0.58.0",
8253]
8254
8255[[package]]
8256name = "ipnet"
8257version = "2.11.0"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8260
8261[[package]]
8262name = "is-docker"
8263version = "0.2.0"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8266dependencies = [
8267 "once_cell",
8268]
8269
8270[[package]]
8271name = "is-terminal"
8272version = "0.4.16"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8275dependencies = [
8276 "hermit-abi 0.5.0",
8277 "libc",
8278 "windows-sys 0.59.0",
8279]
8280
8281[[package]]
8282name = "is-wsl"
8283version = "0.4.0"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8286dependencies = [
8287 "is-docker",
8288 "once_cell",
8289]
8290
8291[[package]]
8292name = "is_terminal_polyfill"
8293version = "1.70.1"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8296
8297[[package]]
8298name = "itertools"
8299version = "0.10.5"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8302dependencies = [
8303 "either",
8304]
8305
8306[[package]]
8307name = "itertools"
8308version = "0.11.0"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8311dependencies = [
8312 "either",
8313]
8314
8315[[package]]
8316name = "itertools"
8317version = "0.12.1"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8320dependencies = [
8321 "either",
8322]
8323
8324[[package]]
8325name = "itertools"
8326version = "0.13.0"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8329dependencies = [
8330 "either",
8331]
8332
8333[[package]]
8334name = "itertools"
8335version = "0.14.0"
8336source = "registry+https://github.com/rust-lang/crates.io-index"
8337checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8338dependencies = [
8339 "either",
8340]
8341
8342[[package]]
8343name = "itoa"
8344version = "1.0.15"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8347
8348[[package]]
8349name = "jiff"
8350version = "0.2.10"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8353dependencies = [
8354 "jiff-static",
8355 "jiff-tzdb-platform",
8356 "log",
8357 "portable-atomic",
8358 "portable-atomic-util",
8359 "serde",
8360 "windows-sys 0.59.0",
8361]
8362
8363[[package]]
8364name = "jiff-static"
8365version = "0.2.10"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8368dependencies = [
8369 "proc-macro2",
8370 "quote",
8371 "syn 2.0.101",
8372]
8373
8374[[package]]
8375name = "jiff-tzdb"
8376version = "0.1.4"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8379
8380[[package]]
8381name = "jiff-tzdb-platform"
8382version = "0.1.3"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8385dependencies = [
8386 "jiff-tzdb",
8387]
8388
8389[[package]]
8390name = "jj"
8391version = "0.1.0"
8392dependencies = [
8393 "anyhow",
8394 "gpui",
8395 "jj-lib",
8396 "workspace-hack",
8397]
8398
8399[[package]]
8400name = "jj-lib"
8401version = "0.29.0"
8402source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8403dependencies = [
8404 "async-trait",
8405 "blake2",
8406 "bstr",
8407 "chrono",
8408 "clru",
8409 "digest",
8410 "dunce",
8411 "either",
8412 "futures 0.3.31",
8413 "gix",
8414 "glob",
8415 "hashbrown 0.15.3",
8416 "hex",
8417 "ignore",
8418 "indexmap",
8419 "interim",
8420 "itertools 0.14.0",
8421 "jj-lib-proc-macros",
8422 "maplit",
8423 "once_cell",
8424 "pest",
8425 "pest_derive",
8426 "pollster 0.4.0",
8427 "prost 0.13.5",
8428 "rand 0.8.5",
8429 "rand_chacha 0.3.1",
8430 "rayon",
8431 "ref-cast",
8432 "regex",
8433 "rustix 1.0.7",
8434 "same-file",
8435 "serde",
8436 "serde_json",
8437 "smallvec",
8438 "strsim",
8439 "tempfile",
8440 "thiserror 2.0.12",
8441 "toml_edit",
8442 "tracing",
8443 "version_check",
8444 "winreg 0.52.0",
8445]
8446
8447[[package]]
8448name = "jj-lib-proc-macros"
8449version = "0.29.0"
8450source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8451dependencies = [
8452 "proc-macro2",
8453 "quote",
8454 "syn 2.0.101",
8455]
8456
8457[[package]]
8458name = "jj_ui"
8459version = "0.1.0"
8460dependencies = [
8461 "command_palette_hooks",
8462 "feature_flags",
8463 "fuzzy",
8464 "gpui",
8465 "jj",
8466 "picker",
8467 "ui",
8468 "util",
8469 "workspace",
8470 "workspace-hack",
8471 "zed_actions",
8472]
8473
8474[[package]]
8475name = "jni"
8476version = "0.21.1"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8479dependencies = [
8480 "cesu8",
8481 "cfg-if",
8482 "combine",
8483 "jni-sys",
8484 "log",
8485 "thiserror 1.0.69",
8486 "walkdir",
8487 "windows-sys 0.45.0",
8488]
8489
8490[[package]]
8491name = "jni-sys"
8492version = "0.3.0"
8493source = "registry+https://github.com/rust-lang/crates.io-index"
8494checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8495
8496[[package]]
8497name = "jobserver"
8498version = "0.1.33"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8501dependencies = [
8502 "getrandom 0.3.2",
8503 "libc",
8504]
8505
8506[[package]]
8507name = "journal"
8508version = "0.1.0"
8509dependencies = [
8510 "anyhow",
8511 "chrono",
8512 "editor",
8513 "gpui",
8514 "log",
8515 "schemars",
8516 "serde",
8517 "settings",
8518 "shellexpand 2.1.2",
8519 "workspace",
8520 "workspace-hack",
8521]
8522
8523[[package]]
8524name = "jpeg-decoder"
8525version = "0.3.1"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8528
8529[[package]]
8530name = "js-sys"
8531version = "0.3.77"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8534dependencies = [
8535 "once_cell",
8536 "wasm-bindgen",
8537]
8538
8539[[package]]
8540name = "jsonschema"
8541version = "0.30.0"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8544dependencies = [
8545 "ahash 0.8.11",
8546 "base64 0.22.1",
8547 "bytecount",
8548 "email_address",
8549 "fancy-regex 0.14.0",
8550 "fraction",
8551 "idna",
8552 "itoa",
8553 "num-cmp",
8554 "num-traits",
8555 "once_cell",
8556 "percent-encoding",
8557 "referencing",
8558 "regex",
8559 "regex-syntax 0.8.5",
8560 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8561 "serde",
8562 "serde_json",
8563 "uuid-simd",
8564]
8565
8566[[package]]
8567name = "jsonwebtoken"
8568version = "9.3.1"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8571dependencies = [
8572 "base64 0.22.1",
8573 "js-sys",
8574 "pem",
8575 "ring",
8576 "serde",
8577 "serde_json",
8578 "simple_asn1",
8579]
8580
8581[[package]]
8582name = "jupyter-protocol"
8583version = "0.6.0"
8584source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8585dependencies = [
8586 "anyhow",
8587 "async-trait",
8588 "bytes 1.10.1",
8589 "chrono",
8590 "futures 0.3.31",
8591 "serde",
8592 "serde_json",
8593 "uuid",
8594]
8595
8596[[package]]
8597name = "jupyter-websocket-client"
8598version = "0.9.0"
8599source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8600dependencies = [
8601 "anyhow",
8602 "async-trait",
8603 "async-tungstenite",
8604 "futures 0.3.31",
8605 "jupyter-protocol",
8606 "serde",
8607 "serde_json",
8608 "url",
8609 "uuid",
8610]
8611
8612[[package]]
8613name = "khronos-egl"
8614version = "6.0.0"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8617dependencies = [
8618 "libc",
8619 "libloading",
8620]
8621
8622[[package]]
8623name = "kqueue"
8624version = "1.0.8"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8627dependencies = [
8628 "kqueue-sys",
8629 "libc",
8630]
8631
8632[[package]]
8633name = "kqueue-sys"
8634version = "1.0.4"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8637dependencies = [
8638 "bitflags 1.3.2",
8639 "libc",
8640]
8641
8642[[package]]
8643name = "kstring"
8644version = "2.0.2"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8647dependencies = [
8648 "static_assertions",
8649]
8650
8651[[package]]
8652name = "kurbo"
8653version = "0.11.1"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8656dependencies = [
8657 "arrayvec",
8658 "smallvec",
8659]
8660
8661[[package]]
8662name = "kv-log-macro"
8663version = "1.0.7"
8664source = "registry+https://github.com/rust-lang/crates.io-index"
8665checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8666dependencies = [
8667 "log",
8668]
8669
8670[[package]]
8671name = "language"
8672version = "0.1.0"
8673dependencies = [
8674 "anyhow",
8675 "async-trait",
8676 "async-watch",
8677 "clock",
8678 "collections",
8679 "ctor",
8680 "ec4rs",
8681 "env_logger 0.11.8",
8682 "fs",
8683 "futures 0.3.31",
8684 "fuzzy",
8685 "globset",
8686 "gpui",
8687 "http_client",
8688 "imara-diff",
8689 "indoc",
8690 "itertools 0.14.0",
8691 "log",
8692 "lsp",
8693 "parking_lot",
8694 "postage",
8695 "pretty_assertions",
8696 "rand 0.8.5",
8697 "regex",
8698 "rpc",
8699 "schemars",
8700 "serde",
8701 "serde_json",
8702 "settings",
8703 "smallvec",
8704 "smol",
8705 "streaming-iterator",
8706 "strsim",
8707 "sum_tree",
8708 "task",
8709 "text",
8710 "theme",
8711 "tree-sitter",
8712 "tree-sitter-elixir",
8713 "tree-sitter-embedded-template",
8714 "tree-sitter-heex",
8715 "tree-sitter-html",
8716 "tree-sitter-json",
8717 "tree-sitter-md",
8718 "tree-sitter-python",
8719 "tree-sitter-ruby",
8720 "tree-sitter-rust",
8721 "tree-sitter-typescript",
8722 "unicase",
8723 "unindent",
8724 "util",
8725 "workspace-hack",
8726]
8727
8728[[package]]
8729name = "language_extension"
8730version = "0.1.0"
8731dependencies = [
8732 "anyhow",
8733 "async-trait",
8734 "collections",
8735 "extension",
8736 "fs",
8737 "futures 0.3.31",
8738 "gpui",
8739 "language",
8740 "lsp",
8741 "serde",
8742 "serde_json",
8743 "util",
8744 "workspace-hack",
8745]
8746
8747[[package]]
8748name = "language_model"
8749version = "0.1.0"
8750dependencies = [
8751 "anthropic",
8752 "anyhow",
8753 "base64 0.22.1",
8754 "client",
8755 "collections",
8756 "futures 0.3.31",
8757 "google_ai",
8758 "gpui",
8759 "http_client",
8760 "icons",
8761 "image",
8762 "open_ai",
8763 "parking_lot",
8764 "proto",
8765 "schemars",
8766 "serde",
8767 "serde_json",
8768 "smol",
8769 "strum 0.27.1",
8770 "telemetry_events",
8771 "thiserror 2.0.12",
8772 "util",
8773 "workspace-hack",
8774 "zed_llm_client",
8775]
8776
8777[[package]]
8778name = "language_models"
8779version = "0.1.0"
8780dependencies = [
8781 "anthropic",
8782 "anyhow",
8783 "aws-config",
8784 "aws-credential-types",
8785 "aws_http_client",
8786 "bedrock",
8787 "client",
8788 "collections",
8789 "copilot",
8790 "credentials_provider",
8791 "deepseek",
8792 "editor",
8793 "feature_flags",
8794 "fs",
8795 "futures 0.3.31",
8796 "google_ai",
8797 "gpui",
8798 "gpui_tokio",
8799 "http_client",
8800 "language_model",
8801 "lmstudio",
8802 "log",
8803 "menu",
8804 "mistral",
8805 "ollama",
8806 "open_ai",
8807 "partial-json-fixer",
8808 "project",
8809 "proto",
8810 "release_channel",
8811 "schemars",
8812 "serde",
8813 "serde_json",
8814 "settings",
8815 "smol",
8816 "strum 0.27.1",
8817 "theme",
8818 "thiserror 2.0.12",
8819 "tiktoken-rs",
8820 "tokio",
8821 "ui",
8822 "util",
8823 "workspace-hack",
8824 "zed_llm_client",
8825]
8826
8827[[package]]
8828name = "language_selector"
8829version = "0.1.0"
8830dependencies = [
8831 "anyhow",
8832 "editor",
8833 "file_finder",
8834 "file_icons",
8835 "fuzzy",
8836 "gpui",
8837 "language",
8838 "picker",
8839 "project",
8840 "settings",
8841 "ui",
8842 "util",
8843 "workspace",
8844 "workspace-hack",
8845]
8846
8847[[package]]
8848name = "language_tools"
8849version = "0.1.0"
8850dependencies = [
8851 "anyhow",
8852 "client",
8853 "collections",
8854 "copilot",
8855 "editor",
8856 "env_logger 0.11.8",
8857 "futures 0.3.31",
8858 "gpui",
8859 "itertools 0.14.0",
8860 "language",
8861 "lsp",
8862 "project",
8863 "release_channel",
8864 "serde_json",
8865 "settings",
8866 "theme",
8867 "tree-sitter",
8868 "ui",
8869 "util",
8870 "workspace",
8871 "workspace-hack",
8872 "zed_actions",
8873]
8874
8875[[package]]
8876name = "languages"
8877version = "0.1.0"
8878dependencies = [
8879 "anyhow",
8880 "async-compression",
8881 "async-tar",
8882 "async-trait",
8883 "collections",
8884 "futures 0.3.31",
8885 "gpui",
8886 "http_client",
8887 "language",
8888 "log",
8889 "lsp",
8890 "node_runtime",
8891 "parking_lot",
8892 "paths",
8893 "pet",
8894 "pet-conda",
8895 "pet-core",
8896 "pet-fs",
8897 "pet-poetry",
8898 "pet-reporter",
8899 "pretty_assertions",
8900 "project",
8901 "regex",
8902 "rope",
8903 "rust-embed",
8904 "serde",
8905 "serde_json",
8906 "settings",
8907 "smol",
8908 "snippet_provider",
8909 "task",
8910 "text",
8911 "theme",
8912 "toml 0.8.20",
8913 "tree-sitter",
8914 "tree-sitter-bash",
8915 "tree-sitter-c",
8916 "tree-sitter-cpp",
8917 "tree-sitter-css",
8918 "tree-sitter-diff",
8919 "tree-sitter-gitcommit",
8920 "tree-sitter-go",
8921 "tree-sitter-gomod",
8922 "tree-sitter-gowork",
8923 "tree-sitter-jsdoc",
8924 "tree-sitter-json",
8925 "tree-sitter-md",
8926 "tree-sitter-python",
8927 "tree-sitter-regex",
8928 "tree-sitter-rust",
8929 "tree-sitter-typescript",
8930 "tree-sitter-yaml",
8931 "unindent",
8932 "util",
8933 "workspace",
8934 "workspace-hack",
8935]
8936
8937[[package]]
8938name = "lazy_static"
8939version = "1.5.0"
8940source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8942dependencies = [
8943 "spin",
8944]
8945
8946[[package]]
8947name = "lazycell"
8948version = "1.3.0"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8951
8952[[package]]
8953name = "leak"
8954version = "0.1.2"
8955source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8957
8958[[package]]
8959name = "leaky-cow"
8960version = "0.1.1"
8961source = "registry+https://github.com/rust-lang/crates.io-index"
8962checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8963dependencies = [
8964 "leak",
8965]
8966
8967[[package]]
8968name = "leb128"
8969version = "0.2.5"
8970source = "registry+https://github.com/rust-lang/crates.io-index"
8971checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8972
8973[[package]]
8974name = "leb128fmt"
8975version = "0.1.0"
8976source = "registry+https://github.com/rust-lang/crates.io-index"
8977checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8978
8979[[package]]
8980name = "lebe"
8981version = "0.5.2"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8984
8985[[package]]
8986name = "libc"
8987version = "0.2.172"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8990
8991[[package]]
8992name = "libdbus-sys"
8993version = "0.2.5"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
8996dependencies = [
8997 "cc",
8998 "pkg-config",
8999]
9000
9001[[package]]
9002name = "libfuzzer-sys"
9003version = "0.4.9"
9004source = "registry+https://github.com/rust-lang/crates.io-index"
9005checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9006dependencies = [
9007 "arbitrary",
9008 "cc",
9009]
9010
9011[[package]]
9012name = "libgit2-sys"
9013version = "0.18.1+1.9.0"
9014source = "registry+https://github.com/rust-lang/crates.io-index"
9015checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9016dependencies = [
9017 "cc",
9018 "libc",
9019 "libz-sys",
9020 "pkg-config",
9021]
9022
9023[[package]]
9024name = "libloading"
9025version = "0.8.6"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9028dependencies = [
9029 "cfg-if",
9030 "windows-targets 0.52.6",
9031]
9032
9033[[package]]
9034name = "libm"
9035version = "0.2.11"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9038
9039[[package]]
9040name = "libmimalloc-sys"
9041version = "0.1.42"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9044dependencies = [
9045 "cc",
9046 "libc",
9047]
9048
9049[[package]]
9050name = "libredox"
9051version = "0.1.3"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9054dependencies = [
9055 "bitflags 2.9.0",
9056 "libc",
9057 "redox_syscall 0.5.11",
9058]
9059
9060[[package]]
9061name = "libsqlite3-sys"
9062version = "0.30.1"
9063source = "registry+https://github.com/rust-lang/crates.io-index"
9064checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9065dependencies = [
9066 "cc",
9067 "pkg-config",
9068 "vcpkg",
9069]
9070
9071[[package]]
9072name = "libwebrtc"
9073version = "0.3.10"
9074source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9075dependencies = [
9076 "cxx",
9077 "jni",
9078 "js-sys",
9079 "lazy_static",
9080 "livekit-protocol",
9081 "livekit-runtime",
9082 "log",
9083 "parking_lot",
9084 "serde",
9085 "serde_json",
9086 "thiserror 1.0.69",
9087 "tokio",
9088 "wasm-bindgen",
9089 "wasm-bindgen-futures",
9090 "web-sys",
9091 "webrtc-sys",
9092]
9093
9094[[package]]
9095name = "libz-rs-sys"
9096version = "0.5.0"
9097source = "registry+https://github.com/rust-lang/crates.io-index"
9098checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9099dependencies = [
9100 "zlib-rs",
9101]
9102
9103[[package]]
9104name = "libz-sys"
9105version = "1.1.22"
9106source = "registry+https://github.com/rust-lang/crates.io-index"
9107checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9108dependencies = [
9109 "cc",
9110 "libc",
9111 "pkg-config",
9112 "vcpkg",
9113]
9114
9115[[package]]
9116name = "link-cplusplus"
9117version = "1.0.10"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9120dependencies = [
9121 "cc",
9122]
9123
9124[[package]]
9125name = "linkify"
9126version = "0.10.0"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9129dependencies = [
9130 "memchr",
9131]
9132
9133[[package]]
9134name = "linux-raw-sys"
9135version = "0.4.15"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9138
9139[[package]]
9140name = "linux-raw-sys"
9141version = "0.9.4"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9144
9145[[package]]
9146name = "litemap"
9147version = "0.7.5"
9148source = "registry+https://github.com/rust-lang/crates.io-index"
9149checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9150
9151[[package]]
9152name = "livekit"
9153version = "0.7.8"
9154source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9155dependencies = [
9156 "chrono",
9157 "futures-util",
9158 "lazy_static",
9159 "libloading",
9160 "libwebrtc",
9161 "livekit-api",
9162 "livekit-protocol",
9163 "livekit-runtime",
9164 "log",
9165 "parking_lot",
9166 "prost 0.12.6",
9167 "semver",
9168 "serde",
9169 "serde_json",
9170 "thiserror 1.0.69",
9171 "tokio",
9172]
9173
9174[[package]]
9175name = "livekit-api"
9176version = "0.4.2"
9177source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9178dependencies = [
9179 "futures-util",
9180 "http 0.2.12",
9181 "livekit-protocol",
9182 "livekit-runtime",
9183 "log",
9184 "parking_lot",
9185 "pbjson-types",
9186 "prost 0.12.6",
9187 "rand 0.9.1",
9188 "reqwest 0.11.27",
9189 "scopeguard",
9190 "serde",
9191 "sha2",
9192 "thiserror 1.0.69",
9193 "tokio",
9194 "tokio-tungstenite 0.26.2",
9195 "url",
9196]
9197
9198[[package]]
9199name = "livekit-protocol"
9200version = "0.3.9"
9201source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9202dependencies = [
9203 "futures-util",
9204 "livekit-runtime",
9205 "parking_lot",
9206 "pbjson",
9207 "pbjson-types",
9208 "prost 0.12.6",
9209 "prost-types 0.12.6",
9210 "serde",
9211 "thiserror 1.0.69",
9212 "tokio",
9213]
9214
9215[[package]]
9216name = "livekit-runtime"
9217version = "0.4.0"
9218source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9219dependencies = [
9220 "tokio",
9221 "tokio-stream",
9222]
9223
9224[[package]]
9225name = "livekit_api"
9226version = "0.1.0"
9227dependencies = [
9228 "anyhow",
9229 "async-trait",
9230 "jsonwebtoken",
9231 "log",
9232 "prost 0.9.0",
9233 "prost-build 0.9.0",
9234 "prost-types 0.9.0",
9235 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9236 "serde",
9237 "workspace-hack",
9238]
9239
9240[[package]]
9241name = "livekit_client"
9242version = "0.1.0"
9243dependencies = [
9244 "anyhow",
9245 "async-trait",
9246 "collections",
9247 "core-foundation 0.10.0",
9248 "core-video",
9249 "coreaudio-rs 0.12.1",
9250 "cpal",
9251 "futures 0.3.31",
9252 "gpui",
9253 "gpui_tokio",
9254 "http_client_tls",
9255 "image",
9256 "libwebrtc",
9257 "livekit",
9258 "livekit_api",
9259 "log",
9260 "nanoid",
9261 "objc",
9262 "parking_lot",
9263 "postage",
9264 "scap",
9265 "serde",
9266 "serde_json",
9267 "sha2",
9268 "simplelog",
9269 "smallvec",
9270 "tokio-tungstenite 0.26.2",
9271 "util",
9272 "workspace-hack",
9273]
9274
9275[[package]]
9276name = "lmdb-master-sys"
9277version = "0.2.5"
9278source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9280dependencies = [
9281 "cc",
9282 "doxygen-rs",
9283 "libc",
9284]
9285
9286[[package]]
9287name = "lmstudio"
9288version = "0.1.0"
9289dependencies = [
9290 "anyhow",
9291 "futures 0.3.31",
9292 "http_client",
9293 "schemars",
9294 "serde",
9295 "serde_json",
9296 "workspace-hack",
9297]
9298
9299[[package]]
9300name = "lock_api"
9301version = "0.4.12"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9304dependencies = [
9305 "autocfg",
9306 "scopeguard",
9307]
9308
9309[[package]]
9310name = "log"
9311version = "0.4.27"
9312source = "registry+https://github.com/rust-lang/crates.io-index"
9313checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9314dependencies = [
9315 "serde",
9316 "value-bag",
9317]
9318
9319[[package]]
9320name = "logos"
9321version = "0.15.0"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9324dependencies = [
9325 "logos-derive",
9326]
9327
9328[[package]]
9329name = "logos-codegen"
9330version = "0.15.0"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9333dependencies = [
9334 "beef",
9335 "fnv",
9336 "lazy_static",
9337 "proc-macro2",
9338 "quote",
9339 "regex-syntax 0.8.5",
9340 "rustc_version",
9341 "syn 2.0.101",
9342]
9343
9344[[package]]
9345name = "logos-derive"
9346version = "0.15.0"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9349dependencies = [
9350 "logos-codegen",
9351]
9352
9353[[package]]
9354name = "loom"
9355version = "0.7.2"
9356source = "registry+https://github.com/rust-lang/crates.io-index"
9357checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9358dependencies = [
9359 "cfg-if",
9360 "generator",
9361 "scoped-tls",
9362 "tracing",
9363 "tracing-subscriber",
9364]
9365
9366[[package]]
9367name = "loop9"
9368version = "0.1.5"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9371dependencies = [
9372 "imgref",
9373]
9374
9375[[package]]
9376name = "lru"
9377version = "0.12.5"
9378source = "registry+https://github.com/rust-lang/crates.io-index"
9379checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9380dependencies = [
9381 "hashbrown 0.15.3",
9382]
9383
9384[[package]]
9385name = "lsp"
9386version = "0.1.0"
9387dependencies = [
9388 "anyhow",
9389 "async-pipe",
9390 "collections",
9391 "ctor",
9392 "env_logger 0.11.8",
9393 "futures 0.3.31",
9394 "gpui",
9395 "log",
9396 "lsp-types",
9397 "parking_lot",
9398 "postage",
9399 "release_channel",
9400 "schemars",
9401 "serde",
9402 "serde_json",
9403 "smol",
9404 "util",
9405 "workspace-hack",
9406]
9407
9408[[package]]
9409name = "lsp-types"
9410version = "0.95.1"
9411source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9412dependencies = [
9413 "bitflags 1.3.2",
9414 "serde",
9415 "serde_json",
9416 "serde_repr",
9417 "url",
9418]
9419
9420[[package]]
9421name = "lyon"
9422version = "1.0.1"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9425dependencies = [
9426 "lyon_algorithms",
9427 "lyon_extra",
9428 "lyon_tessellation",
9429]
9430
9431[[package]]
9432name = "lyon_algorithms"
9433version = "1.0.5"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9436dependencies = [
9437 "lyon_path",
9438 "num-traits",
9439]
9440
9441[[package]]
9442name = "lyon_extra"
9443version = "1.0.3"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9446dependencies = [
9447 "lyon_path",
9448 "thiserror 1.0.69",
9449]
9450
9451[[package]]
9452name = "lyon_geom"
9453version = "1.0.6"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9456dependencies = [
9457 "arrayvec",
9458 "euclid",
9459 "num-traits",
9460]
9461
9462[[package]]
9463name = "lyon_path"
9464version = "1.0.7"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9467dependencies = [
9468 "lyon_geom",
9469 "num-traits",
9470]
9471
9472[[package]]
9473name = "lyon_tessellation"
9474version = "1.0.15"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9477dependencies = [
9478 "float_next_after",
9479 "lyon_path",
9480 "num-traits",
9481]
9482
9483[[package]]
9484name = "mac"
9485version = "0.1.1"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9488
9489[[package]]
9490name = "mach2"
9491version = "0.4.2"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9494dependencies = [
9495 "libc",
9496]
9497
9498[[package]]
9499name = "malloc_buf"
9500version = "0.0.6"
9501source = "registry+https://github.com/rust-lang/crates.io-index"
9502checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9503dependencies = [
9504 "libc",
9505]
9506
9507[[package]]
9508name = "maplit"
9509version = "1.0.2"
9510source = "registry+https://github.com/rust-lang/crates.io-index"
9511checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9512
9513[[package]]
9514name = "markdown"
9515version = "0.1.0"
9516dependencies = [
9517 "anyhow",
9518 "assets",
9519 "base64 0.22.1",
9520 "env_logger 0.11.8",
9521 "gpui",
9522 "language",
9523 "languages",
9524 "linkify",
9525 "log",
9526 "node_runtime",
9527 "pulldown-cmark 0.12.2",
9528 "settings",
9529 "sum_tree",
9530 "theme",
9531 "ui",
9532 "util",
9533 "workspace-hack",
9534]
9535
9536[[package]]
9537name = "markdown_preview"
9538version = "0.1.0"
9539dependencies = [
9540 "anyhow",
9541 "async-recursion 1.1.1",
9542 "collections",
9543 "editor",
9544 "gpui",
9545 "language",
9546 "linkify",
9547 "log",
9548 "pretty_assertions",
9549 "pulldown-cmark 0.12.2",
9550 "settings",
9551 "theme",
9552 "ui",
9553 "util",
9554 "workspace",
9555 "workspace-hack",
9556]
9557
9558[[package]]
9559name = "markup5ever"
9560version = "0.12.1"
9561source = "registry+https://github.com/rust-lang/crates.io-index"
9562checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9563dependencies = [
9564 "log",
9565 "phf",
9566 "phf_codegen",
9567 "string_cache",
9568 "string_cache_codegen",
9569 "tendril",
9570]
9571
9572[[package]]
9573name = "markup5ever"
9574version = "0.16.1"
9575source = "registry+https://github.com/rust-lang/crates.io-index"
9576checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9577dependencies = [
9578 "log",
9579 "tendril",
9580 "web_atoms",
9581]
9582
9583[[package]]
9584name = "markup5ever_rcdom"
9585version = "0.3.0"
9586source = "registry+https://github.com/rust-lang/crates.io-index"
9587checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9588dependencies = [
9589 "html5ever 0.27.0",
9590 "markup5ever 0.12.1",
9591 "tendril",
9592 "xml5ever",
9593]
9594
9595[[package]]
9596name = "match_token"
9597version = "0.1.0"
9598source = "registry+https://github.com/rust-lang/crates.io-index"
9599checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9600dependencies = [
9601 "proc-macro2",
9602 "quote",
9603 "syn 2.0.101",
9604]
9605
9606[[package]]
9607name = "matchers"
9608version = "0.1.0"
9609source = "registry+https://github.com/rust-lang/crates.io-index"
9610checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9611dependencies = [
9612 "regex-automata 0.1.10",
9613]
9614
9615[[package]]
9616name = "matchit"
9617version = "0.7.3"
9618source = "registry+https://github.com/rust-lang/crates.io-index"
9619checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9620
9621[[package]]
9622name = "maybe-async"
9623version = "0.2.10"
9624source = "registry+https://github.com/rust-lang/crates.io-index"
9625checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9626dependencies = [
9627 "proc-macro2",
9628 "quote",
9629 "syn 2.0.101",
9630]
9631
9632[[package]]
9633name = "maybe-owned"
9634version = "0.3.4"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9637
9638[[package]]
9639name = "maybe-rayon"
9640version = "0.1.1"
9641source = "registry+https://github.com/rust-lang/crates.io-index"
9642checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9643dependencies = [
9644 "cfg-if",
9645 "rayon",
9646]
9647
9648[[package]]
9649name = "md-5"
9650version = "0.10.6"
9651source = "registry+https://github.com/rust-lang/crates.io-index"
9652checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9653dependencies = [
9654 "cfg-if",
9655 "digest",
9656]
9657
9658[[package]]
9659name = "mdbook"
9660version = "0.4.48"
9661source = "registry+https://github.com/rust-lang/crates.io-index"
9662checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9663dependencies = [
9664 "ammonia",
9665 "anyhow",
9666 "chrono",
9667 "clap",
9668 "clap_complete",
9669 "elasticlunr-rs",
9670 "env_logger 0.11.8",
9671 "futures-util",
9672 "handlebars 6.3.2",
9673 "hex",
9674 "ignore",
9675 "log",
9676 "memchr",
9677 "notify",
9678 "notify-debouncer-mini",
9679 "once_cell",
9680 "opener",
9681 "pathdiff",
9682 "pulldown-cmark 0.10.3",
9683 "regex",
9684 "serde",
9685 "serde_json",
9686 "sha2",
9687 "shlex",
9688 "tempfile",
9689 "tokio",
9690 "toml 0.5.11",
9691 "topological-sort",
9692 "walkdir",
9693 "warp",
9694]
9695
9696[[package]]
9697name = "media"
9698version = "0.1.0"
9699dependencies = [
9700 "anyhow",
9701 "bindgen 0.71.1",
9702 "core-foundation 0.10.0",
9703 "core-video",
9704 "ctor",
9705 "foreign-types 0.5.0",
9706 "metal",
9707 "objc",
9708 "workspace-hack",
9709]
9710
9711[[package]]
9712name = "memchr"
9713version = "2.7.4"
9714source = "registry+https://github.com/rust-lang/crates.io-index"
9715checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9716
9717[[package]]
9718name = "memfd"
9719version = "0.6.4"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9722dependencies = [
9723 "rustix 0.38.44",
9724]
9725
9726[[package]]
9727name = "memmap2"
9728version = "0.9.5"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9731dependencies = [
9732 "libc",
9733]
9734
9735[[package]]
9736name = "memoffset"
9737version = "0.9.1"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9740dependencies = [
9741 "autocfg",
9742]
9743
9744[[package]]
9745name = "menu"
9746version = "0.1.0"
9747dependencies = [
9748 "gpui",
9749 "workspace-hack",
9750]
9751
9752[[package]]
9753name = "metal"
9754version = "0.29.0"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9757dependencies = [
9758 "bitflags 2.9.0",
9759 "block",
9760 "core-graphics-types 0.1.3",
9761 "foreign-types 0.5.0",
9762 "log",
9763 "objc",
9764 "paste",
9765]
9766
9767[[package]]
9768name = "migrator"
9769version = "0.1.0"
9770dependencies = [
9771 "anyhow",
9772 "collections",
9773 "convert_case 0.8.0",
9774 "log",
9775 "pretty_assertions",
9776 "streaming-iterator",
9777 "tree-sitter",
9778 "tree-sitter-json",
9779 "workspace-hack",
9780]
9781
9782[[package]]
9783name = "mimalloc"
9784version = "0.1.46"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9787dependencies = [
9788 "libmimalloc-sys",
9789]
9790
9791[[package]]
9792name = "mime"
9793version = "0.3.17"
9794source = "registry+https://github.com/rust-lang/crates.io-index"
9795checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9796
9797[[package]]
9798name = "mime_guess"
9799version = "2.0.5"
9800source = "registry+https://github.com/rust-lang/crates.io-index"
9801checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9802dependencies = [
9803 "mime",
9804 "unicase",
9805]
9806
9807[[package]]
9808name = "minimal-lexical"
9809version = "0.2.1"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9812
9813[[package]]
9814name = "miniz_oxide"
9815version = "0.8.8"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9818dependencies = [
9819 "adler2",
9820 "simd-adler32",
9821]
9822
9823[[package]]
9824name = "mint"
9825version = "0.5.9"
9826source = "registry+https://github.com/rust-lang/crates.io-index"
9827checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9828
9829[[package]]
9830name = "mio"
9831version = "1.0.3"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9834dependencies = [
9835 "libc",
9836 "log",
9837 "wasi 0.11.0+wasi-snapshot-preview1",
9838 "windows-sys 0.52.0",
9839]
9840
9841[[package]]
9842name = "miow"
9843version = "0.6.0"
9844source = "registry+https://github.com/rust-lang/crates.io-index"
9845checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9846dependencies = [
9847 "windows-sys 0.48.0",
9848]
9849
9850[[package]]
9851name = "mistral"
9852version = "0.1.0"
9853dependencies = [
9854 "anyhow",
9855 "futures 0.3.31",
9856 "http_client",
9857 "schemars",
9858 "serde",
9859 "serde_json",
9860 "strum 0.27.1",
9861 "workspace-hack",
9862]
9863
9864[[package]]
9865name = "moka"
9866version = "0.12.10"
9867source = "registry+https://github.com/rust-lang/crates.io-index"
9868checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9869dependencies = [
9870 "crossbeam-channel",
9871 "crossbeam-epoch",
9872 "crossbeam-utils",
9873 "loom",
9874 "parking_lot",
9875 "portable-atomic",
9876 "rustc_version",
9877 "smallvec",
9878 "tagptr",
9879 "thiserror 1.0.69",
9880 "uuid",
9881]
9882
9883[[package]]
9884name = "msvc_spectre_libs"
9885version = "0.1.3"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9888dependencies = [
9889 "cc",
9890]
9891
9892[[package]]
9893name = "multi_buffer"
9894version = "0.1.0"
9895dependencies = [
9896 "anyhow",
9897 "buffer_diff",
9898 "clock",
9899 "collections",
9900 "ctor",
9901 "env_logger 0.11.8",
9902 "gpui",
9903 "indoc",
9904 "itertools 0.14.0",
9905 "language",
9906 "log",
9907 "parking_lot",
9908 "pretty_assertions",
9909 "project",
9910 "rand 0.8.5",
9911 "rope",
9912 "serde",
9913 "settings",
9914 "smallvec",
9915 "smol",
9916 "sum_tree",
9917 "text",
9918 "theme",
9919 "tree-sitter",
9920 "util",
9921 "workspace-hack",
9922]
9923
9924[[package]]
9925name = "multimap"
9926version = "0.8.3"
9927source = "registry+https://github.com/rust-lang/crates.io-index"
9928checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9929
9930[[package]]
9931name = "multimap"
9932version = "0.10.0"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9935
9936[[package]]
9937name = "naga"
9938version = "25.0.1"
9939source = "registry+https://github.com/rust-lang/crates.io-index"
9940checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9941dependencies = [
9942 "arrayvec",
9943 "bit-set 0.8.0",
9944 "bitflags 2.9.0",
9945 "cfg_aliases 0.2.1",
9946 "codespan-reporting 0.12.0",
9947 "half",
9948 "hashbrown 0.15.3",
9949 "hexf-parse",
9950 "indexmap",
9951 "log",
9952 "num-traits",
9953 "once_cell",
9954 "rustc-hash 1.1.0",
9955 "spirv",
9956 "strum 0.26.3",
9957 "thiserror 2.0.12",
9958 "unicode-ident",
9959]
9960
9961[[package]]
9962name = "nanoid"
9963version = "0.4.0"
9964source = "registry+https://github.com/rust-lang/crates.io-index"
9965checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9966dependencies = [
9967 "rand 0.8.5",
9968]
9969
9970[[package]]
9971name = "nanorand"
9972version = "0.7.0"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9975dependencies = [
9976 "getrandom 0.2.15",
9977]
9978
9979[[package]]
9980name = "native-tls"
9981version = "0.2.14"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9984dependencies = [
9985 "libc",
9986 "log",
9987 "openssl",
9988 "openssl-probe",
9989 "openssl-sys",
9990 "schannel",
9991 "security-framework 2.11.1",
9992 "security-framework-sys",
9993 "tempfile",
9994]
9995
9996[[package]]
9997name = "nbformat"
9998version = "0.10.0"
9999source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10000dependencies = [
10001 "anyhow",
10002 "chrono",
10003 "jupyter-protocol",
10004 "serde",
10005 "serde_json",
10006 "thiserror 1.0.69",
10007 "uuid",
10008]
10009
10010[[package]]
10011name = "ndk"
10012version = "0.8.0"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10015dependencies = [
10016 "bitflags 2.9.0",
10017 "jni-sys",
10018 "log",
10019 "ndk-sys",
10020 "num_enum",
10021 "thiserror 1.0.69",
10022]
10023
10024[[package]]
10025name = "ndk-context"
10026version = "0.1.1"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10029
10030[[package]]
10031name = "ndk-sys"
10032version = "0.5.0+25.2.9519653"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10035dependencies = [
10036 "jni-sys",
10037]
10038
10039[[package]]
10040name = "new_debug_unreachable"
10041version = "1.0.6"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10044
10045[[package]]
10046name = "nix"
10047version = "0.28.0"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10050dependencies = [
10051 "bitflags 2.9.0",
10052 "cfg-if",
10053 "cfg_aliases 0.1.1",
10054 "libc",
10055]
10056
10057[[package]]
10058name = "nix"
10059version = "0.29.0"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10062dependencies = [
10063 "bitflags 2.9.0",
10064 "cfg-if",
10065 "cfg_aliases 0.2.1",
10066 "libc",
10067 "memoffset",
10068]
10069
10070[[package]]
10071name = "node_runtime"
10072version = "0.1.0"
10073dependencies = [
10074 "anyhow",
10075 "async-compression",
10076 "async-std",
10077 "async-tar",
10078 "async-trait",
10079 "async-watch",
10080 "futures 0.3.31",
10081 "http_client",
10082 "log",
10083 "paths",
10084 "semver",
10085 "serde",
10086 "serde_json",
10087 "smol",
10088 "util",
10089 "which 6.0.3",
10090 "workspace-hack",
10091]
10092
10093[[package]]
10094name = "nom"
10095version = "7.1.3"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10098dependencies = [
10099 "memchr",
10100 "minimal-lexical",
10101]
10102
10103[[package]]
10104name = "noop_proc_macro"
10105version = "0.3.0"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10108
10109[[package]]
10110name = "normpath"
10111version = "1.3.0"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10114dependencies = [
10115 "windows-sys 0.59.0",
10116]
10117
10118[[package]]
10119name = "notifications"
10120version = "0.1.0"
10121dependencies = [
10122 "anyhow",
10123 "channel",
10124 "client",
10125 "collections",
10126 "component",
10127 "db",
10128 "gpui",
10129 "rpc",
10130 "settings",
10131 "sum_tree",
10132 "time",
10133 "ui",
10134 "util",
10135 "workspace",
10136 "workspace-hack",
10137]
10138
10139[[package]]
10140name = "notify"
10141version = "8.0.0"
10142source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10143dependencies = [
10144 "bitflags 2.9.0",
10145 "filetime",
10146 "fsevent-sys 4.1.0",
10147 "inotify",
10148 "kqueue",
10149 "libc",
10150 "log",
10151 "mio",
10152 "notify-types",
10153 "walkdir",
10154 "windows-sys 0.59.0",
10155]
10156
10157[[package]]
10158name = "notify-debouncer-mini"
10159version = "0.6.0"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10162dependencies = [
10163 "log",
10164 "notify",
10165 "notify-types",
10166 "tempfile",
10167]
10168
10169[[package]]
10170name = "notify-types"
10171version = "2.0.0"
10172source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10173
10174[[package]]
10175name = "ntapi"
10176version = "0.4.1"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10179dependencies = [
10180 "winapi",
10181]
10182
10183[[package]]
10184name = "nu-ansi-term"
10185version = "0.46.0"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10188dependencies = [
10189 "overload",
10190 "winapi",
10191]
10192
10193[[package]]
10194name = "num"
10195version = "0.4.3"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10198dependencies = [
10199 "num-bigint",
10200 "num-complex",
10201 "num-integer",
10202 "num-iter",
10203 "num-rational",
10204 "num-traits",
10205]
10206
10207[[package]]
10208name = "num-bigint"
10209version = "0.4.6"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10212dependencies = [
10213 "num-integer",
10214 "num-traits",
10215]
10216
10217[[package]]
10218name = "num-bigint-dig"
10219version = "0.8.4"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10222dependencies = [
10223 "byteorder",
10224 "lazy_static",
10225 "libm",
10226 "num-integer",
10227 "num-iter",
10228 "num-traits",
10229 "rand 0.8.5",
10230 "serde",
10231 "smallvec",
10232 "zeroize",
10233]
10234
10235[[package]]
10236name = "num-cmp"
10237version = "0.1.0"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10240
10241[[package]]
10242name = "num-complex"
10243version = "0.4.6"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10246dependencies = [
10247 "num-traits",
10248]
10249
10250[[package]]
10251name = "num-conv"
10252version = "0.1.0"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10255
10256[[package]]
10257name = "num-derive"
10258version = "0.4.2"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10261dependencies = [
10262 "proc-macro2",
10263 "quote",
10264 "syn 2.0.101",
10265]
10266
10267[[package]]
10268name = "num-format"
10269version = "0.4.4"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10272dependencies = [
10273 "arrayvec",
10274 "itoa",
10275]
10276
10277[[package]]
10278name = "num-integer"
10279version = "0.1.46"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10282dependencies = [
10283 "num-traits",
10284]
10285
10286[[package]]
10287name = "num-iter"
10288version = "0.1.45"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10291dependencies = [
10292 "autocfg",
10293 "num-integer",
10294 "num-traits",
10295]
10296
10297[[package]]
10298name = "num-modular"
10299version = "0.6.1"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10302
10303[[package]]
10304name = "num-order"
10305version = "1.2.0"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10308dependencies = [
10309 "num-modular",
10310]
10311
10312[[package]]
10313name = "num-rational"
10314version = "0.4.2"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10317dependencies = [
10318 "num-bigint",
10319 "num-integer",
10320 "num-traits",
10321]
10322
10323[[package]]
10324name = "num-traits"
10325version = "0.2.19"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10328dependencies = [
10329 "autocfg",
10330 "libm",
10331]
10332
10333[[package]]
10334name = "num_cpus"
10335version = "1.16.0"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10338dependencies = [
10339 "hermit-abi 0.3.9",
10340 "libc",
10341]
10342
10343[[package]]
10344name = "num_enum"
10345version = "0.7.3"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10348dependencies = [
10349 "num_enum_derive",
10350]
10351
10352[[package]]
10353name = "num_enum_derive"
10354version = "0.7.3"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10357dependencies = [
10358 "proc-macro-crate",
10359 "proc-macro2",
10360 "quote",
10361 "syn 2.0.101",
10362]
10363
10364[[package]]
10365name = "num_threads"
10366version = "0.1.7"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10369dependencies = [
10370 "libc",
10371]
10372
10373[[package]]
10374name = "nvim-rs"
10375version = "0.9.2"
10376source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10377dependencies = [
10378 "async-trait",
10379 "futures 0.3.31",
10380 "log",
10381 "rmp",
10382 "rmpv",
10383 "tokio",
10384 "tokio-util",
10385]
10386
10387[[package]]
10388name = "objc"
10389version = "0.2.7"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10392dependencies = [
10393 "malloc_buf",
10394 "objc_exception",
10395]
10396
10397[[package]]
10398name = "objc-foundation"
10399version = "0.1.1"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10402dependencies = [
10403 "block",
10404 "objc",
10405 "objc_id",
10406]
10407
10408[[package]]
10409name = "objc2"
10410version = "0.6.1"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10413dependencies = [
10414 "objc2-encode",
10415]
10416
10417[[package]]
10418name = "objc2-app-kit"
10419version = "0.3.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10422dependencies = [
10423 "bitflags 2.9.0",
10424 "objc2",
10425 "objc2-core-foundation",
10426 "objc2-foundation",
10427 "objc2-quartz-core",
10428]
10429
10430[[package]]
10431name = "objc2-core-foundation"
10432version = "0.3.1"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10435dependencies = [
10436 "bitflags 2.9.0",
10437 "dispatch2",
10438 "objc2",
10439]
10440
10441[[package]]
10442name = "objc2-encode"
10443version = "4.1.0"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10446
10447[[package]]
10448name = "objc2-foundation"
10449version = "0.3.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10452dependencies = [
10453 "bitflags 2.9.0",
10454 "objc2",
10455 "objc2-core-foundation",
10456]
10457
10458[[package]]
10459name = "objc2-metal"
10460version = "0.3.1"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10463dependencies = [
10464 "bitflags 2.9.0",
10465 "block2",
10466 "dispatch2",
10467 "objc2",
10468 "objc2-core-foundation",
10469 "objc2-foundation",
10470]
10471
10472[[package]]
10473name = "objc2-quartz-core"
10474version = "0.3.1"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10477dependencies = [
10478 "bitflags 2.9.0",
10479 "objc2",
10480 "objc2-core-foundation",
10481 "objc2-foundation",
10482 "objc2-metal",
10483]
10484
10485[[package]]
10486name = "objc2-ui-kit"
10487version = "0.3.1"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10490dependencies = [
10491 "bitflags 2.9.0",
10492 "objc2",
10493 "objc2-core-foundation",
10494 "objc2-foundation",
10495 "objc2-quartz-core",
10496]
10497
10498[[package]]
10499name = "objc_exception"
10500version = "0.1.2"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10503dependencies = [
10504 "cc",
10505]
10506
10507[[package]]
10508name = "objc_id"
10509version = "0.1.1"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10512dependencies = [
10513 "objc",
10514]
10515
10516[[package]]
10517name = "object"
10518version = "0.36.7"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10521dependencies = [
10522 "crc32fast",
10523 "hashbrown 0.15.3",
10524 "indexmap",
10525 "memchr",
10526]
10527
10528[[package]]
10529name = "oboe"
10530version = "0.6.1"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10533dependencies = [
10534 "jni",
10535 "ndk",
10536 "ndk-context",
10537 "num-derive",
10538 "num-traits",
10539 "oboe-sys",
10540]
10541
10542[[package]]
10543name = "oboe-sys"
10544version = "0.6.1"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10547dependencies = [
10548 "cc",
10549]
10550
10551[[package]]
10552name = "ollama"
10553version = "0.1.0"
10554dependencies = [
10555 "anyhow",
10556 "futures 0.3.31",
10557 "http_client",
10558 "schemars",
10559 "serde",
10560 "serde_json",
10561 "workspace-hack",
10562]
10563
10564[[package]]
10565name = "once_cell"
10566version = "1.21.3"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10569
10570[[package]]
10571name = "oo7"
10572version = "0.4.3"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10575dependencies = [
10576 "aes",
10577 "ashpd",
10578 "async-fs",
10579 "async-io",
10580 "async-lock",
10581 "blocking",
10582 "cbc",
10583 "cipher",
10584 "digest",
10585 "endi",
10586 "futures-lite 2.6.0",
10587 "futures-util",
10588 "getrandom 0.3.2",
10589 "hkdf",
10590 "hmac",
10591 "md-5",
10592 "num",
10593 "num-bigint-dig",
10594 "pbkdf2 0.12.2",
10595 "rand 0.9.1",
10596 "serde",
10597 "sha2",
10598 "subtle",
10599 "zbus",
10600 "zbus_macros",
10601 "zeroize",
10602 "zvariant",
10603]
10604
10605[[package]]
10606name = "oorandom"
10607version = "11.1.5"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10610
10611[[package]]
10612name = "open"
10613version = "5.3.2"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10616dependencies = [
10617 "is-wsl",
10618 "libc",
10619 "pathdiff",
10620]
10621
10622[[package]]
10623name = "open_ai"
10624version = "0.1.0"
10625dependencies = [
10626 "anyhow",
10627 "futures 0.3.31",
10628 "http_client",
10629 "schemars",
10630 "serde",
10631 "serde_json",
10632 "strum 0.27.1",
10633 "workspace-hack",
10634]
10635
10636[[package]]
10637name = "opener"
10638version = "0.7.2"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10641dependencies = [
10642 "bstr",
10643 "dbus",
10644 "normpath",
10645 "windows-sys 0.59.0",
10646]
10647
10648[[package]]
10649name = "openssl"
10650version = "0.10.72"
10651source = "registry+https://github.com/rust-lang/crates.io-index"
10652checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10653dependencies = [
10654 "bitflags 2.9.0",
10655 "cfg-if",
10656 "foreign-types 0.3.2",
10657 "libc",
10658 "once_cell",
10659 "openssl-macros",
10660 "openssl-sys",
10661]
10662
10663[[package]]
10664name = "openssl-macros"
10665version = "0.1.1"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10668dependencies = [
10669 "proc-macro2",
10670 "quote",
10671 "syn 2.0.101",
10672]
10673
10674[[package]]
10675name = "openssl-probe"
10676version = "0.1.6"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10679
10680[[package]]
10681name = "openssl-sys"
10682version = "0.9.107"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10685dependencies = [
10686 "cc",
10687 "libc",
10688 "pkg-config",
10689 "vcpkg",
10690]
10691
10692[[package]]
10693name = "optfield"
10694version = "0.3.0"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10697dependencies = [
10698 "proc-macro2",
10699 "quote",
10700 "syn 2.0.101",
10701]
10702
10703[[package]]
10704name = "option-ext"
10705version = "0.2.0"
10706source = "registry+https://github.com/rust-lang/crates.io-index"
10707checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10708
10709[[package]]
10710name = "ordered-float"
10711version = "2.10.1"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10714dependencies = [
10715 "num-traits",
10716]
10717
10718[[package]]
10719name = "ordered-float"
10720version = "4.6.0"
10721source = "registry+https://github.com/rust-lang/crates.io-index"
10722checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10723dependencies = [
10724 "num-traits",
10725]
10726
10727[[package]]
10728name = "ordered-stream"
10729version = "0.2.0"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10732dependencies = [
10733 "futures-core",
10734 "pin-project-lite",
10735]
10736
10737[[package]]
10738name = "ouroboros"
10739version = "0.18.5"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10742dependencies = [
10743 "aliasable",
10744 "ouroboros_macro",
10745 "static_assertions",
10746]
10747
10748[[package]]
10749name = "ouroboros_macro"
10750version = "0.18.5"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10753dependencies = [
10754 "heck 0.4.1",
10755 "proc-macro2",
10756 "proc-macro2-diagnostics",
10757 "quote",
10758 "syn 2.0.101",
10759]
10760
10761[[package]]
10762name = "outline"
10763version = "0.1.0"
10764dependencies = [
10765 "editor",
10766 "fuzzy",
10767 "gpui",
10768 "indoc",
10769 "language",
10770 "menu",
10771 "ordered-float 2.10.1",
10772 "picker",
10773 "project",
10774 "rope",
10775 "serde_json",
10776 "settings",
10777 "smol",
10778 "theme",
10779 "tree-sitter-rust",
10780 "tree-sitter-typescript",
10781 "ui",
10782 "util",
10783 "workspace",
10784 "workspace-hack",
10785 "zed_actions",
10786]
10787
10788[[package]]
10789name = "outline_panel"
10790version = "0.1.0"
10791dependencies = [
10792 "anyhow",
10793 "collections",
10794 "db",
10795 "editor",
10796 "file_icons",
10797 "fuzzy",
10798 "gpui",
10799 "itertools 0.14.0",
10800 "language",
10801 "log",
10802 "menu",
10803 "outline",
10804 "pretty_assertions",
10805 "project",
10806 "schemars",
10807 "search",
10808 "serde",
10809 "serde_json",
10810 "settings",
10811 "smallvec",
10812 "smol",
10813 "theme",
10814 "ui",
10815 "util",
10816 "workspace",
10817 "workspace-hack",
10818 "worktree",
10819 "zed_actions",
10820]
10821
10822[[package]]
10823name = "outref"
10824version = "0.5.2"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10827
10828[[package]]
10829name = "overload"
10830version = "0.1.1"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10833
10834[[package]]
10835name = "p256"
10836version = "0.11.1"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10839dependencies = [
10840 "ecdsa",
10841 "elliptic-curve",
10842 "sha2",
10843]
10844
10845[[package]]
10846name = "page_size"
10847version = "0.6.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10850dependencies = [
10851 "libc",
10852 "winapi",
10853]
10854
10855[[package]]
10856name = "palette"
10857version = "0.7.6"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10860dependencies = [
10861 "approx",
10862 "fast-srgb8",
10863 "palette_derive",
10864]
10865
10866[[package]]
10867name = "palette_derive"
10868version = "0.7.6"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10871dependencies = [
10872 "by_address",
10873 "proc-macro2",
10874 "quote",
10875 "syn 2.0.101",
10876]
10877
10878[[package]]
10879name = "panel"
10880version = "0.1.0"
10881dependencies = [
10882 "editor",
10883 "gpui",
10884 "settings",
10885 "theme",
10886 "ui",
10887 "workspace",
10888 "workspace-hack",
10889]
10890
10891[[package]]
10892name = "parking"
10893version = "2.2.1"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10896
10897[[package]]
10898name = "parking_lot"
10899version = "0.12.3"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10902dependencies = [
10903 "lock_api",
10904 "parking_lot_core",
10905]
10906
10907[[package]]
10908name = "parking_lot_core"
10909version = "0.9.10"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10912dependencies = [
10913 "cfg-if",
10914 "libc",
10915 "redox_syscall 0.5.11",
10916 "smallvec",
10917 "windows-targets 0.52.6",
10918]
10919
10920[[package]]
10921name = "partial-json-fixer"
10922version = "0.5.3"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10925
10926[[package]]
10927name = "password-hash"
10928version = "0.4.2"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10931dependencies = [
10932 "base64ct",
10933 "rand_core 0.6.4",
10934 "subtle",
10935]
10936
10937[[package]]
10938name = "password-hash"
10939version = "0.5.0"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10942dependencies = [
10943 "base64ct",
10944 "rand_core 0.6.4",
10945 "subtle",
10946]
10947
10948[[package]]
10949name = "paste"
10950version = "1.0.15"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10953
10954[[package]]
10955name = "pathdiff"
10956version = "0.2.3"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10959
10960[[package]]
10961name = "pathfinder_geometry"
10962version = "0.5.1"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10965dependencies = [
10966 "log",
10967 "pathfinder_simd",
10968]
10969
10970[[package]]
10971name = "pathfinder_simd"
10972version = "0.5.4"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10975dependencies = [
10976 "rustc_version",
10977]
10978
10979[[package]]
10980name = "paths"
10981version = "0.1.0"
10982dependencies = [
10983 "dirs 4.0.0",
10984 "util",
10985 "workspace-hack",
10986]
10987
10988[[package]]
10989name = "pbjson"
10990version = "0.6.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10993dependencies = [
10994 "base64 0.21.7",
10995 "serde",
10996]
10997
10998[[package]]
10999name = "pbjson-build"
11000version = "0.6.2"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11003dependencies = [
11004 "heck 0.4.1",
11005 "itertools 0.11.0",
11006 "prost 0.12.6",
11007 "prost-types 0.12.6",
11008]
11009
11010[[package]]
11011name = "pbjson-types"
11012version = "0.6.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11015dependencies = [
11016 "bytes 1.10.1",
11017 "chrono",
11018 "pbjson",
11019 "pbjson-build",
11020 "prost 0.12.6",
11021 "prost-build 0.12.6",
11022 "serde",
11023]
11024
11025[[package]]
11026name = "pbkdf2"
11027version = "0.11.0"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11030dependencies = [
11031 "digest",
11032 "hmac",
11033 "password-hash 0.4.2",
11034 "sha2",
11035]
11036
11037[[package]]
11038name = "pbkdf2"
11039version = "0.12.2"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11042dependencies = [
11043 "digest",
11044 "hmac",
11045]
11046
11047[[package]]
11048name = "pem"
11049version = "3.0.5"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11052dependencies = [
11053 "base64 0.22.1",
11054 "serde",
11055]
11056
11057[[package]]
11058name = "pem-rfc7468"
11059version = "0.7.0"
11060source = "registry+https://github.com/rust-lang/crates.io-index"
11061checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11062dependencies = [
11063 "base64ct",
11064]
11065
11066[[package]]
11067name = "percent-encoding"
11068version = "2.3.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11071
11072[[package]]
11073name = "perplexity"
11074version = "0.1.0"
11075dependencies = [
11076 "serde",
11077 "zed_extension_api 0.6.0",
11078]
11079
11080[[package]]
11081name = "pest"
11082version = "2.8.0"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11085dependencies = [
11086 "memchr",
11087 "thiserror 2.0.12",
11088 "ucd-trie",
11089]
11090
11091[[package]]
11092name = "pest_derive"
11093version = "2.8.0"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11096dependencies = [
11097 "pest",
11098 "pest_generator",
11099]
11100
11101[[package]]
11102name = "pest_generator"
11103version = "2.8.0"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11106dependencies = [
11107 "pest",
11108 "pest_meta",
11109 "proc-macro2",
11110 "quote",
11111 "syn 2.0.101",
11112]
11113
11114[[package]]
11115name = "pest_meta"
11116version = "2.8.0"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11119dependencies = [
11120 "once_cell",
11121 "pest",
11122 "sha2",
11123]
11124
11125[[package]]
11126name = "pet"
11127version = "0.1.0"
11128source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11129dependencies = [
11130 "clap",
11131 "env_logger 0.10.2",
11132 "lazy_static",
11133 "log",
11134 "msvc_spectre_libs",
11135 "pet-conda",
11136 "pet-core",
11137 "pet-env-var-path",
11138 "pet-fs",
11139 "pet-global-virtualenvs",
11140 "pet-homebrew",
11141 "pet-jsonrpc",
11142 "pet-linux-global-python",
11143 "pet-mac-commandlinetools",
11144 "pet-mac-python-org",
11145 "pet-mac-xcode",
11146 "pet-pipenv",
11147 "pet-pixi",
11148 "pet-poetry",
11149 "pet-pyenv",
11150 "pet-python-utils",
11151 "pet-reporter",
11152 "pet-telemetry",
11153 "pet-venv",
11154 "pet-virtualenv",
11155 "pet-virtualenvwrapper",
11156 "pet-windows-registry",
11157 "pet-windows-store",
11158 "serde",
11159 "serde_json",
11160]
11161
11162[[package]]
11163name = "pet-conda"
11164version = "0.1.0"
11165source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11166dependencies = [
11167 "env_logger 0.10.2",
11168 "lazy_static",
11169 "log",
11170 "msvc_spectre_libs",
11171 "pet-core",
11172 "pet-fs",
11173 "pet-python-utils",
11174 "pet-reporter",
11175 "regex",
11176 "serde",
11177 "serde_json",
11178 "yaml-rust2",
11179]
11180
11181[[package]]
11182name = "pet-core"
11183version = "0.1.0"
11184source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11185dependencies = [
11186 "clap",
11187 "lazy_static",
11188 "log",
11189 "msvc_spectre_libs",
11190 "pet-fs",
11191 "regex",
11192 "serde",
11193 "serde_json",
11194]
11195
11196[[package]]
11197name = "pet-env-var-path"
11198version = "0.1.0"
11199source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11200dependencies = [
11201 "lazy_static",
11202 "log",
11203 "msvc_spectre_libs",
11204 "pet-conda",
11205 "pet-core",
11206 "pet-fs",
11207 "pet-python-utils",
11208 "pet-virtualenv",
11209 "regex",
11210]
11211
11212[[package]]
11213name = "pet-fs"
11214version = "0.1.0"
11215source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11216dependencies = [
11217 "log",
11218 "msvc_spectre_libs",
11219]
11220
11221[[package]]
11222name = "pet-global-virtualenvs"
11223version = "0.1.0"
11224source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11225dependencies = [
11226 "log",
11227 "msvc_spectre_libs",
11228 "pet-conda",
11229 "pet-core",
11230 "pet-fs",
11231 "pet-virtualenv",
11232]
11233
11234[[package]]
11235name = "pet-homebrew"
11236version = "0.1.0"
11237source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11238dependencies = [
11239 "lazy_static",
11240 "log",
11241 "msvc_spectre_libs",
11242 "pet-conda",
11243 "pet-core",
11244 "pet-fs",
11245 "pet-python-utils",
11246 "pet-virtualenv",
11247 "regex",
11248 "serde",
11249 "serde_json",
11250]
11251
11252[[package]]
11253name = "pet-jsonrpc"
11254version = "0.1.0"
11255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11256dependencies = [
11257 "env_logger 0.10.2",
11258 "log",
11259 "msvc_spectre_libs",
11260 "pet-core",
11261 "serde",
11262 "serde_json",
11263]
11264
11265[[package]]
11266name = "pet-linux-global-python"
11267version = "0.1.0"
11268source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11269dependencies = [
11270 "log",
11271 "msvc_spectre_libs",
11272 "pet-core",
11273 "pet-fs",
11274 "pet-python-utils",
11275 "pet-virtualenv",
11276]
11277
11278[[package]]
11279name = "pet-mac-commandlinetools"
11280version = "0.1.0"
11281source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11282dependencies = [
11283 "log",
11284 "msvc_spectre_libs",
11285 "pet-core",
11286 "pet-fs",
11287 "pet-python-utils",
11288 "pet-virtualenv",
11289]
11290
11291[[package]]
11292name = "pet-mac-python-org"
11293version = "0.1.0"
11294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11295dependencies = [
11296 "log",
11297 "msvc_spectre_libs",
11298 "pet-core",
11299 "pet-fs",
11300 "pet-python-utils",
11301 "pet-virtualenv",
11302]
11303
11304[[package]]
11305name = "pet-mac-xcode"
11306version = "0.1.0"
11307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11308dependencies = [
11309 "log",
11310 "msvc_spectre_libs",
11311 "pet-core",
11312 "pet-fs",
11313 "pet-python-utils",
11314 "pet-virtualenv",
11315]
11316
11317[[package]]
11318name = "pet-pipenv"
11319version = "0.1.0"
11320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11321dependencies = [
11322 "log",
11323 "msvc_spectre_libs",
11324 "pet-core",
11325 "pet-fs",
11326 "pet-python-utils",
11327 "pet-virtualenv",
11328]
11329
11330[[package]]
11331name = "pet-pixi"
11332version = "0.1.0"
11333source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11334dependencies = [
11335 "log",
11336 "msvc_spectre_libs",
11337 "pet-conda",
11338 "pet-core",
11339 "pet-python-utils",
11340]
11341
11342[[package]]
11343name = "pet-poetry"
11344version = "0.1.0"
11345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11346dependencies = [
11347 "base64 0.22.1",
11348 "lazy_static",
11349 "log",
11350 "msvc_spectre_libs",
11351 "pet-core",
11352 "pet-fs",
11353 "pet-python-utils",
11354 "pet-reporter",
11355 "pet-virtualenv",
11356 "regex",
11357 "serde",
11358 "serde_json",
11359 "sha2",
11360 "toml 0.8.20",
11361]
11362
11363[[package]]
11364name = "pet-pyenv"
11365version = "0.1.0"
11366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11367dependencies = [
11368 "lazy_static",
11369 "log",
11370 "msvc_spectre_libs",
11371 "pet-conda",
11372 "pet-core",
11373 "pet-fs",
11374 "pet-python-utils",
11375 "pet-reporter",
11376 "regex",
11377 "serde",
11378 "serde_json",
11379]
11380
11381[[package]]
11382name = "pet-python-utils"
11383version = "0.1.0"
11384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11385dependencies = [
11386 "env_logger 0.10.2",
11387 "lazy_static",
11388 "log",
11389 "msvc_spectre_libs",
11390 "pet-core",
11391 "pet-fs",
11392 "regex",
11393 "serde",
11394 "serde_json",
11395 "sha2",
11396]
11397
11398[[package]]
11399name = "pet-reporter"
11400version = "0.1.0"
11401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11402dependencies = [
11403 "env_logger 0.10.2",
11404 "log",
11405 "msvc_spectre_libs",
11406 "pet-core",
11407 "pet-jsonrpc",
11408 "serde",
11409 "serde_json",
11410]
11411
11412[[package]]
11413name = "pet-telemetry"
11414version = "0.1.0"
11415source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11416dependencies = [
11417 "env_logger 0.10.2",
11418 "lazy_static",
11419 "log",
11420 "msvc_spectre_libs",
11421 "pet-core",
11422 "pet-fs",
11423 "pet-python-utils",
11424 "regex",
11425]
11426
11427[[package]]
11428name = "pet-venv"
11429version = "0.1.0"
11430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11431dependencies = [
11432 "log",
11433 "msvc_spectre_libs",
11434 "pet-core",
11435 "pet-python-utils",
11436 "pet-virtualenv",
11437]
11438
11439[[package]]
11440name = "pet-virtualenv"
11441version = "0.1.0"
11442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11443dependencies = [
11444 "log",
11445 "msvc_spectre_libs",
11446 "pet-core",
11447 "pet-fs",
11448 "pet-python-utils",
11449]
11450
11451[[package]]
11452name = "pet-virtualenvwrapper"
11453version = "0.1.0"
11454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11455dependencies = [
11456 "log",
11457 "msvc_spectre_libs",
11458 "pet-core",
11459 "pet-fs",
11460 "pet-python-utils",
11461 "pet-virtualenv",
11462]
11463
11464[[package]]
11465name = "pet-windows-registry"
11466version = "0.1.0"
11467source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11468dependencies = [
11469 "lazy_static",
11470 "log",
11471 "msvc_spectre_libs",
11472 "pet-conda",
11473 "pet-core",
11474 "pet-fs",
11475 "pet-python-utils",
11476 "pet-virtualenv",
11477 "pet-windows-store",
11478 "regex",
11479 "winreg 0.55.0",
11480]
11481
11482[[package]]
11483name = "pet-windows-store"
11484version = "0.1.0"
11485source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11486dependencies = [
11487 "lazy_static",
11488 "log",
11489 "msvc_spectre_libs",
11490 "pet-core",
11491 "pet-fs",
11492 "pet-python-utils",
11493 "pet-virtualenv",
11494 "regex",
11495 "winreg 0.55.0",
11496]
11497
11498[[package]]
11499name = "petgraph"
11500version = "0.6.5"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11503dependencies = [
11504 "fixedbitset",
11505 "indexmap",
11506]
11507
11508[[package]]
11509name = "pgvector"
11510version = "0.4.0"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11513dependencies = [
11514 "serde",
11515]
11516
11517[[package]]
11518name = "phf"
11519version = "0.11.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11522dependencies = [
11523 "phf_macros",
11524 "phf_shared",
11525]
11526
11527[[package]]
11528name = "phf_codegen"
11529version = "0.11.3"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11532dependencies = [
11533 "phf_generator",
11534 "phf_shared",
11535]
11536
11537[[package]]
11538name = "phf_generator"
11539version = "0.11.3"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11542dependencies = [
11543 "phf_shared",
11544 "rand 0.8.5",
11545]
11546
11547[[package]]
11548name = "phf_macros"
11549version = "0.11.3"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11552dependencies = [
11553 "phf_generator",
11554 "phf_shared",
11555 "proc-macro2",
11556 "quote",
11557 "syn 2.0.101",
11558]
11559
11560[[package]]
11561name = "phf_shared"
11562version = "0.11.3"
11563source = "registry+https://github.com/rust-lang/crates.io-index"
11564checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11565dependencies = [
11566 "siphasher",
11567]
11568
11569[[package]]
11570name = "picker"
11571version = "0.1.0"
11572dependencies = [
11573 "anyhow",
11574 "ctor",
11575 "editor",
11576 "env_logger 0.11.8",
11577 "gpui",
11578 "menu",
11579 "schemars",
11580 "serde",
11581 "serde_json",
11582 "ui",
11583 "util",
11584 "workspace",
11585 "workspace-hack",
11586]
11587
11588[[package]]
11589name = "pico-args"
11590version = "0.5.0"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11593
11594[[package]]
11595name = "pin-project"
11596version = "1.1.10"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11599dependencies = [
11600 "pin-project-internal",
11601]
11602
11603[[package]]
11604name = "pin-project-internal"
11605version = "1.1.10"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11608dependencies = [
11609 "proc-macro2",
11610 "quote",
11611 "syn 2.0.101",
11612]
11613
11614[[package]]
11615name = "pin-project-lite"
11616version = "0.2.16"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11619
11620[[package]]
11621name = "pin-utils"
11622version = "0.1.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11625
11626[[package]]
11627name = "piper"
11628version = "0.2.4"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11631dependencies = [
11632 "atomic-waker",
11633 "fastrand 2.3.0",
11634 "futures-io",
11635]
11636
11637[[package]]
11638name = "pkcs1"
11639version = "0.7.5"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11642dependencies = [
11643 "der 0.7.10",
11644 "pkcs8 0.10.2",
11645 "spki 0.7.3",
11646]
11647
11648[[package]]
11649name = "pkcs8"
11650version = "0.9.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11653dependencies = [
11654 "der 0.6.1",
11655 "spki 0.6.0",
11656]
11657
11658[[package]]
11659name = "pkcs8"
11660version = "0.10.2"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11663dependencies = [
11664 "der 0.7.10",
11665 "spki 0.7.3",
11666]
11667
11668[[package]]
11669name = "pkg-config"
11670version = "0.3.32"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11673
11674[[package]]
11675name = "plist"
11676version = "1.7.1"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11679dependencies = [
11680 "base64 0.22.1",
11681 "indexmap",
11682 "quick-xml 0.32.0",
11683 "serde",
11684 "time",
11685]
11686
11687[[package]]
11688name = "plotters"
11689version = "0.3.7"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11692dependencies = [
11693 "num-traits",
11694 "plotters-backend",
11695 "plotters-svg",
11696 "wasm-bindgen",
11697 "web-sys",
11698]
11699
11700[[package]]
11701name = "plotters-backend"
11702version = "0.3.7"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11705
11706[[package]]
11707name = "plotters-svg"
11708version = "0.3.7"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11711dependencies = [
11712 "plotters-backend",
11713]
11714
11715[[package]]
11716name = "png"
11717version = "0.17.16"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11720dependencies = [
11721 "bitflags 1.3.2",
11722 "crc32fast",
11723 "fdeflate",
11724 "flate2",
11725 "miniz_oxide",
11726]
11727
11728[[package]]
11729name = "polling"
11730version = "3.7.4"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11733dependencies = [
11734 "cfg-if",
11735 "concurrent-queue",
11736 "hermit-abi 0.4.0",
11737 "pin-project-lite",
11738 "rustix 0.38.44",
11739 "tracing",
11740 "windows-sys 0.59.0",
11741]
11742
11743[[package]]
11744name = "pollster"
11745version = "0.2.5"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11748
11749[[package]]
11750name = "pollster"
11751version = "0.4.0"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11754
11755[[package]]
11756name = "portable-atomic"
11757version = "1.11.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11760
11761[[package]]
11762name = "portable-atomic-util"
11763version = "0.2.4"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11766dependencies = [
11767 "portable-atomic",
11768]
11769
11770[[package]]
11771name = "portable-pty"
11772version = "0.9.0"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11775dependencies = [
11776 "anyhow",
11777 "bitflags 1.3.2",
11778 "downcast-rs",
11779 "filedescriptor",
11780 "lazy_static",
11781 "libc",
11782 "log",
11783 "nix 0.28.0",
11784 "serial2",
11785 "shared_library",
11786 "shell-words",
11787 "winapi",
11788 "winreg 0.10.1",
11789]
11790
11791[[package]]
11792name = "postage"
11793version = "0.5.0"
11794source = "registry+https://github.com/rust-lang/crates.io-index"
11795checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11796dependencies = [
11797 "atomic",
11798 "crossbeam-queue",
11799 "futures 0.3.31",
11800 "log",
11801 "parking_lot",
11802 "pin-project",
11803 "pollster 0.2.5",
11804 "static_assertions",
11805 "thiserror 1.0.69",
11806]
11807
11808[[package]]
11809name = "postcard"
11810version = "1.1.1"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11813dependencies = [
11814 "cobs",
11815 "embedded-io 0.4.0",
11816 "embedded-io 0.6.1",
11817 "serde",
11818]
11819
11820[[package]]
11821name = "powerfmt"
11822version = "0.2.0"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11825
11826[[package]]
11827name = "ppv-lite86"
11828version = "0.2.21"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11831dependencies = [
11832 "zerocopy 0.8.24",
11833]
11834
11835[[package]]
11836name = "precomputed-hash"
11837version = "0.1.1"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11840
11841[[package]]
11842name = "prettier"
11843version = "0.1.0"
11844dependencies = [
11845 "anyhow",
11846 "collections",
11847 "fs",
11848 "gpui",
11849 "language",
11850 "log",
11851 "lsp",
11852 "node_runtime",
11853 "parking_lot",
11854 "paths",
11855 "serde",
11856 "serde_json",
11857 "util",
11858 "workspace-hack",
11859]
11860
11861[[package]]
11862name = "pretty_assertions"
11863version = "1.4.1"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11866dependencies = [
11867 "diff",
11868 "yansi",
11869]
11870
11871[[package]]
11872name = "prettyplease"
11873version = "0.2.32"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11876dependencies = [
11877 "proc-macro2",
11878 "syn 2.0.101",
11879]
11880
11881[[package]]
11882name = "proc-macro-crate"
11883version = "3.3.0"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11886dependencies = [
11887 "toml_edit",
11888]
11889
11890[[package]]
11891name = "proc-macro-error-attr2"
11892version = "2.0.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11895dependencies = [
11896 "proc-macro2",
11897 "quote",
11898]
11899
11900[[package]]
11901name = "proc-macro-error2"
11902version = "2.0.1"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11905dependencies = [
11906 "proc-macro-error-attr2",
11907 "proc-macro2",
11908 "quote",
11909 "syn 2.0.101",
11910]
11911
11912[[package]]
11913name = "proc-macro2"
11914version = "1.0.95"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11917dependencies = [
11918 "unicode-ident",
11919]
11920
11921[[package]]
11922name = "proc-macro2-diagnostics"
11923version = "0.10.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11926dependencies = [
11927 "proc-macro2",
11928 "quote",
11929 "syn 2.0.101",
11930 "version_check",
11931 "yansi",
11932]
11933
11934[[package]]
11935name = "prodash"
11936version = "29.0.2"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11939dependencies = [
11940 "log",
11941 "parking_lot",
11942]
11943
11944[[package]]
11945name = "profiling"
11946version = "1.0.16"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11949dependencies = [
11950 "profiling-procmacros",
11951]
11952
11953[[package]]
11954name = "profiling-procmacros"
11955version = "1.0.16"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11958dependencies = [
11959 "quote",
11960 "syn 2.0.101",
11961]
11962
11963[[package]]
11964name = "project"
11965version = "0.1.0"
11966dependencies = [
11967 "aho-corasick",
11968 "anyhow",
11969 "askpass",
11970 "async-trait",
11971 "buffer_diff",
11972 "circular-buffer",
11973 "client",
11974 "clock",
11975 "collections",
11976 "context_server",
11977 "dap",
11978 "dap_adapters",
11979 "env_logger 0.11.8",
11980 "extension",
11981 "fancy-regex 0.14.0",
11982 "fs",
11983 "futures 0.3.31",
11984 "fuzzy",
11985 "git",
11986 "git2",
11987 "git_hosting_providers",
11988 "globset",
11989 "gpui",
11990 "http_client",
11991 "image",
11992 "indexmap",
11993 "itertools 0.14.0",
11994 "language",
11995 "log",
11996 "lsp",
11997 "node_runtime",
11998 "parking_lot",
11999 "pathdiff",
12000 "paths",
12001 "postage",
12002 "prettier",
12003 "pretty_assertions",
12004 "rand 0.8.5",
12005 "regex",
12006 "release_channel",
12007 "remote",
12008 "rpc",
12009 "schemars",
12010 "serde",
12011 "serde_json",
12012 "settings",
12013 "sha2",
12014 "shellexpand 2.1.2",
12015 "shlex",
12016 "smol",
12017 "snippet",
12018 "snippet_provider",
12019 "sum_tree",
12020 "task",
12021 "tempfile",
12022 "terminal",
12023 "text",
12024 "toml 0.8.20",
12025 "unindent",
12026 "url",
12027 "util",
12028 "which 6.0.3",
12029 "workspace-hack",
12030 "worktree",
12031 "zlog",
12032]
12033
12034[[package]]
12035name = "project_panel"
12036version = "0.1.0"
12037dependencies = [
12038 "anyhow",
12039 "client",
12040 "collections",
12041 "command_palette_hooks",
12042 "db",
12043 "editor",
12044 "file_icons",
12045 "git",
12046 "gpui",
12047 "indexmap",
12048 "language",
12049 "menu",
12050 "pretty_assertions",
12051 "project",
12052 "schemars",
12053 "search",
12054 "serde",
12055 "serde_derive",
12056 "serde_json",
12057 "settings",
12058 "smallvec",
12059 "theme",
12060 "ui",
12061 "util",
12062 "workspace",
12063 "workspace-hack",
12064 "worktree",
12065 "zed_actions",
12066]
12067
12068[[package]]
12069name = "project_symbols"
12070version = "0.1.0"
12071dependencies = [
12072 "anyhow",
12073 "editor",
12074 "futures 0.3.31",
12075 "fuzzy",
12076 "gpui",
12077 "language",
12078 "lsp",
12079 "ordered-float 2.10.1",
12080 "picker",
12081 "project",
12082 "release_channel",
12083 "serde_json",
12084 "settings",
12085 "theme",
12086 "util",
12087 "workspace",
12088 "workspace-hack",
12089]
12090
12091[[package]]
12092name = "prometheus"
12093version = "0.14.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12096dependencies = [
12097 "cfg-if",
12098 "fnv",
12099 "lazy_static",
12100 "memchr",
12101 "parking_lot",
12102 "protobuf",
12103 "thiserror 2.0.12",
12104]
12105
12106[[package]]
12107name = "prompt_store"
12108version = "0.1.0"
12109dependencies = [
12110 "anyhow",
12111 "assets",
12112 "chrono",
12113 "collections",
12114 "fs",
12115 "futures 0.3.31",
12116 "fuzzy",
12117 "gpui",
12118 "handlebars 4.5.0",
12119 "heed",
12120 "language",
12121 "log",
12122 "parking_lot",
12123 "paths",
12124 "rope",
12125 "serde",
12126 "serde_json",
12127 "text",
12128 "util",
12129 "uuid",
12130 "workspace-hack",
12131]
12132
12133[[package]]
12134name = "prost"
12135version = "0.9.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12138dependencies = [
12139 "bytes 1.10.1",
12140 "prost-derive 0.9.0",
12141]
12142
12143[[package]]
12144name = "prost"
12145version = "0.12.6"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12148dependencies = [
12149 "bytes 1.10.1",
12150 "prost-derive 0.12.6",
12151]
12152
12153[[package]]
12154name = "prost"
12155version = "0.13.5"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12158dependencies = [
12159 "bytes 1.10.1",
12160 "prost-derive 0.13.5",
12161]
12162
12163[[package]]
12164name = "prost-build"
12165version = "0.9.0"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12168dependencies = [
12169 "bytes 1.10.1",
12170 "heck 0.3.3",
12171 "itertools 0.10.5",
12172 "lazy_static",
12173 "log",
12174 "multimap 0.8.3",
12175 "petgraph",
12176 "prost 0.9.0",
12177 "prost-types 0.9.0",
12178 "regex",
12179 "tempfile",
12180 "which 4.4.2",
12181]
12182
12183[[package]]
12184name = "prost-build"
12185version = "0.12.6"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12188dependencies = [
12189 "bytes 1.10.1",
12190 "heck 0.5.0",
12191 "itertools 0.12.1",
12192 "log",
12193 "multimap 0.10.0",
12194 "once_cell",
12195 "petgraph",
12196 "prettyplease",
12197 "prost 0.12.6",
12198 "prost-types 0.12.6",
12199 "regex",
12200 "syn 2.0.101",
12201 "tempfile",
12202]
12203
12204[[package]]
12205name = "prost-derive"
12206version = "0.9.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12209dependencies = [
12210 "anyhow",
12211 "itertools 0.10.5",
12212 "proc-macro2",
12213 "quote",
12214 "syn 1.0.109",
12215]
12216
12217[[package]]
12218name = "prost-derive"
12219version = "0.12.6"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12222dependencies = [
12223 "anyhow",
12224 "itertools 0.12.1",
12225 "proc-macro2",
12226 "quote",
12227 "syn 2.0.101",
12228]
12229
12230[[package]]
12231name = "prost-derive"
12232version = "0.13.5"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12235dependencies = [
12236 "anyhow",
12237 "itertools 0.14.0",
12238 "proc-macro2",
12239 "quote",
12240 "syn 2.0.101",
12241]
12242
12243[[package]]
12244name = "prost-types"
12245version = "0.9.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12248dependencies = [
12249 "bytes 1.10.1",
12250 "prost 0.9.0",
12251]
12252
12253[[package]]
12254name = "prost-types"
12255version = "0.12.6"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12258dependencies = [
12259 "prost 0.12.6",
12260]
12261
12262[[package]]
12263name = "proto"
12264version = "0.1.0"
12265dependencies = [
12266 "anyhow",
12267 "collections",
12268 "prost 0.9.0",
12269 "prost-build 0.9.0",
12270 "serde",
12271 "workspace-hack",
12272]
12273
12274[[package]]
12275name = "protobuf"
12276version = "3.7.2"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12279dependencies = [
12280 "once_cell",
12281 "protobuf-support",
12282 "thiserror 1.0.69",
12283]
12284
12285[[package]]
12286name = "protobuf-support"
12287version = "3.7.2"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12290dependencies = [
12291 "thiserror 1.0.69",
12292]
12293
12294[[package]]
12295name = "psm"
12296version = "0.1.25"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12299dependencies = [
12300 "cc",
12301]
12302
12303[[package]]
12304name = "ptr_meta"
12305version = "0.1.4"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12308dependencies = [
12309 "ptr_meta_derive",
12310]
12311
12312[[package]]
12313name = "ptr_meta_derive"
12314version = "0.1.4"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12317dependencies = [
12318 "proc-macro2",
12319 "quote",
12320 "syn 1.0.109",
12321]
12322
12323[[package]]
12324name = "pulldown-cmark"
12325version = "0.10.3"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12328dependencies = [
12329 "bitflags 2.9.0",
12330 "memchr",
12331 "pulldown-cmark-escape",
12332 "unicase",
12333]
12334
12335[[package]]
12336name = "pulldown-cmark"
12337version = "0.12.2"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12340dependencies = [
12341 "bitflags 2.9.0",
12342 "memchr",
12343 "unicase",
12344]
12345
12346[[package]]
12347name = "pulldown-cmark-escape"
12348version = "0.10.1"
12349source = "registry+https://github.com/rust-lang/crates.io-index"
12350checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12351
12352[[package]]
12353name = "pulley-interpreter"
12354version = "29.0.1"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12357dependencies = [
12358 "cranelift-bitset",
12359 "log",
12360 "sptr",
12361 "wasmtime-math",
12362]
12363
12364[[package]]
12365name = "qoi"
12366version = "0.4.1"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12369dependencies = [
12370 "bytemuck",
12371]
12372
12373[[package]]
12374name = "quick-error"
12375version = "2.0.1"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12378
12379[[package]]
12380name = "quick-xml"
12381version = "0.30.0"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12384dependencies = [
12385 "memchr",
12386]
12387
12388[[package]]
12389name = "quick-xml"
12390version = "0.32.0"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12393dependencies = [
12394 "memchr",
12395]
12396
12397[[package]]
12398name = "quick-xml"
12399version = "0.37.4"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12402dependencies = [
12403 "memchr",
12404]
12405
12406[[package]]
12407name = "quinn"
12408version = "0.11.7"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12411dependencies = [
12412 "bytes 1.10.1",
12413 "cfg_aliases 0.2.1",
12414 "pin-project-lite",
12415 "quinn-proto",
12416 "quinn-udp",
12417 "rustc-hash 2.1.1",
12418 "rustls 0.23.26",
12419 "socket2",
12420 "thiserror 2.0.12",
12421 "tokio",
12422 "tracing",
12423 "web-time",
12424]
12425
12426[[package]]
12427name = "quinn-proto"
12428version = "0.11.10"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12431dependencies = [
12432 "bytes 1.10.1",
12433 "getrandom 0.3.2",
12434 "rand 0.9.1",
12435 "ring",
12436 "rustc-hash 2.1.1",
12437 "rustls 0.23.26",
12438 "rustls-pki-types",
12439 "slab",
12440 "thiserror 2.0.12",
12441 "tinyvec",
12442 "tracing",
12443 "web-time",
12444]
12445
12446[[package]]
12447name = "quinn-udp"
12448version = "0.5.11"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12451dependencies = [
12452 "cfg_aliases 0.2.1",
12453 "libc",
12454 "once_cell",
12455 "socket2",
12456 "tracing",
12457 "windows-sys 0.59.0",
12458]
12459
12460[[package]]
12461name = "quote"
12462version = "1.0.40"
12463source = "registry+https://github.com/rust-lang/crates.io-index"
12464checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12465dependencies = [
12466 "proc-macro2",
12467]
12468
12469[[package]]
12470name = "r-efi"
12471version = "5.2.0"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12474
12475[[package]]
12476name = "radium"
12477version = "0.7.0"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12480
12481[[package]]
12482name = "rand"
12483version = "0.7.3"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12486dependencies = [
12487 "getrandom 0.1.16",
12488 "libc",
12489 "rand_chacha 0.2.2",
12490 "rand_core 0.5.1",
12491 "rand_hc",
12492]
12493
12494[[package]]
12495name = "rand"
12496version = "0.8.5"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12499dependencies = [
12500 "libc",
12501 "rand_chacha 0.3.1",
12502 "rand_core 0.6.4",
12503]
12504
12505[[package]]
12506name = "rand"
12507version = "0.9.1"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12510dependencies = [
12511 "rand_chacha 0.9.0",
12512 "rand_core 0.9.3",
12513]
12514
12515[[package]]
12516name = "rand_chacha"
12517version = "0.2.2"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12520dependencies = [
12521 "ppv-lite86",
12522 "rand_core 0.5.1",
12523]
12524
12525[[package]]
12526name = "rand_chacha"
12527version = "0.3.1"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12530dependencies = [
12531 "ppv-lite86",
12532 "rand_core 0.6.4",
12533]
12534
12535[[package]]
12536name = "rand_chacha"
12537version = "0.9.0"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12540dependencies = [
12541 "ppv-lite86",
12542 "rand_core 0.9.3",
12543]
12544
12545[[package]]
12546name = "rand_core"
12547version = "0.5.1"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12550dependencies = [
12551 "getrandom 0.1.16",
12552]
12553
12554[[package]]
12555name = "rand_core"
12556version = "0.6.4"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12559dependencies = [
12560 "getrandom 0.2.15",
12561]
12562
12563[[package]]
12564name = "rand_core"
12565version = "0.9.3"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12568dependencies = [
12569 "getrandom 0.3.2",
12570]
12571
12572[[package]]
12573name = "rand_hc"
12574version = "0.2.0"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12577dependencies = [
12578 "rand_core 0.5.1",
12579]
12580
12581[[package]]
12582name = "rangemap"
12583version = "1.5.1"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12586
12587[[package]]
12588name = "rav1e"
12589version = "0.7.1"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12592dependencies = [
12593 "arbitrary",
12594 "arg_enum_proc_macro",
12595 "arrayvec",
12596 "av1-grain",
12597 "bitstream-io",
12598 "built",
12599 "cfg-if",
12600 "interpolate_name",
12601 "itertools 0.12.1",
12602 "libc",
12603 "libfuzzer-sys",
12604 "log",
12605 "maybe-rayon",
12606 "new_debug_unreachable",
12607 "noop_proc_macro",
12608 "num-derive",
12609 "num-traits",
12610 "once_cell",
12611 "paste",
12612 "profiling",
12613 "rand 0.8.5",
12614 "rand_chacha 0.3.1",
12615 "simd_helpers",
12616 "system-deps",
12617 "thiserror 1.0.69",
12618 "v_frame",
12619 "wasm-bindgen",
12620]
12621
12622[[package]]
12623name = "ravif"
12624version = "0.11.12"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12627dependencies = [
12628 "avif-serialize",
12629 "imgref",
12630 "loop9",
12631 "quick-error",
12632 "rav1e",
12633 "rayon",
12634 "rgb",
12635]
12636
12637[[package]]
12638name = "raw-window-handle"
12639version = "0.6.2"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12642
12643[[package]]
12644name = "raw-window-metal"
12645version = "0.4.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12648dependencies = [
12649 "cocoa 0.25.0",
12650 "core-graphics 0.23.2",
12651 "objc",
12652 "raw-window-handle",
12653]
12654
12655[[package]]
12656name = "rayon"
12657version = "1.10.0"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12660dependencies = [
12661 "either",
12662 "rayon-core",
12663]
12664
12665[[package]]
12666name = "rayon-core"
12667version = "1.12.1"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12670dependencies = [
12671 "crossbeam-deque",
12672 "crossbeam-utils",
12673]
12674
12675[[package]]
12676name = "read-fonts"
12677version = "0.25.3"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12680dependencies = [
12681 "bytemuck",
12682 "font-types",
12683]
12684
12685[[package]]
12686name = "recent_projects"
12687version = "0.1.0"
12688dependencies = [
12689 "anyhow",
12690 "auto_update",
12691 "dap",
12692 "editor",
12693 "extension_host",
12694 "file_finder",
12695 "futures 0.3.31",
12696 "fuzzy",
12697 "gpui",
12698 "language",
12699 "log",
12700 "markdown",
12701 "menu",
12702 "ordered-float 2.10.1",
12703 "paths",
12704 "picker",
12705 "project",
12706 "release_channel",
12707 "remote",
12708 "schemars",
12709 "serde",
12710 "serde_json",
12711 "settings",
12712 "smol",
12713 "task",
12714 "telemetry",
12715 "theme",
12716 "ui",
12717 "util",
12718 "workspace",
12719 "workspace-hack",
12720 "zed_actions",
12721]
12722
12723[[package]]
12724name = "redox_syscall"
12725version = "0.2.16"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12728dependencies = [
12729 "bitflags 1.3.2",
12730]
12731
12732[[package]]
12733name = "redox_syscall"
12734version = "0.5.11"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12737dependencies = [
12738 "bitflags 2.9.0",
12739]
12740
12741[[package]]
12742name = "redox_users"
12743version = "0.4.6"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12746dependencies = [
12747 "getrandom 0.2.15",
12748 "libredox",
12749 "thiserror 1.0.69",
12750]
12751
12752[[package]]
12753name = "redox_users"
12754version = "0.5.0"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12757dependencies = [
12758 "getrandom 0.2.15",
12759 "libredox",
12760 "thiserror 2.0.12",
12761]
12762
12763[[package]]
12764name = "ref-cast"
12765version = "1.0.24"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12768dependencies = [
12769 "ref-cast-impl",
12770]
12771
12772[[package]]
12773name = "ref-cast-impl"
12774version = "1.0.24"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12777dependencies = [
12778 "proc-macro2",
12779 "quote",
12780 "syn 2.0.101",
12781]
12782
12783[[package]]
12784name = "referencing"
12785version = "0.30.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12788dependencies = [
12789 "ahash 0.8.11",
12790 "fluent-uri",
12791 "once_cell",
12792 "parking_lot",
12793 "percent-encoding",
12794 "serde_json",
12795]
12796
12797[[package]]
12798name = "refineable"
12799version = "0.1.0"
12800dependencies = [
12801 "derive_refineable",
12802 "workspace-hack",
12803]
12804
12805[[package]]
12806name = "regalloc2"
12807version = "0.11.2"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12810dependencies = [
12811 "allocator-api2",
12812 "bumpalo",
12813 "hashbrown 0.15.3",
12814 "log",
12815 "rustc-hash 2.1.1",
12816 "serde",
12817 "smallvec",
12818]
12819
12820[[package]]
12821name = "regex"
12822version = "1.11.1"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12825dependencies = [
12826 "aho-corasick",
12827 "memchr",
12828 "regex-automata 0.4.9",
12829 "regex-syntax 0.8.5",
12830]
12831
12832[[package]]
12833name = "regex-automata"
12834version = "0.1.10"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12837dependencies = [
12838 "regex-syntax 0.6.29",
12839]
12840
12841[[package]]
12842name = "regex-automata"
12843version = "0.4.9"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12846dependencies = [
12847 "aho-corasick",
12848 "memchr",
12849 "regex-syntax 0.8.5",
12850]
12851
12852[[package]]
12853name = "regex-lite"
12854version = "0.1.6"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12857
12858[[package]]
12859name = "regex-syntax"
12860version = "0.6.29"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12863
12864[[package]]
12865name = "regex-syntax"
12866version = "0.8.5"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12869
12870[[package]]
12871name = "release_channel"
12872version = "0.1.0"
12873dependencies = [
12874 "gpui",
12875 "workspace-hack",
12876]
12877
12878[[package]]
12879name = "remote"
12880version = "0.1.0"
12881dependencies = [
12882 "anyhow",
12883 "askpass",
12884 "async-trait",
12885 "collections",
12886 "fs",
12887 "futures 0.3.31",
12888 "gpui",
12889 "itertools 0.14.0",
12890 "log",
12891 "parking_lot",
12892 "paths",
12893 "prost 0.9.0",
12894 "release_channel",
12895 "rpc",
12896 "schemars",
12897 "serde",
12898 "serde_json",
12899 "shlex",
12900 "smol",
12901 "tempfile",
12902 "thiserror 2.0.12",
12903 "urlencoding",
12904 "util",
12905 "workspace-hack",
12906]
12907
12908[[package]]
12909name = "remote_server"
12910version = "0.1.0"
12911dependencies = [
12912 "anyhow",
12913 "askpass",
12914 "assistant_tool",
12915 "assistant_tools",
12916 "async-watch",
12917 "backtrace",
12918 "cargo_toml",
12919 "chrono",
12920 "clap",
12921 "client",
12922 "clock",
12923 "dap",
12924 "dap_adapters",
12925 "debug_adapter_extension",
12926 "env_logger 0.11.8",
12927 "extension",
12928 "extension_host",
12929 "fork",
12930 "fs",
12931 "futures 0.3.31",
12932 "git",
12933 "git_hosting_providers",
12934 "gpui",
12935 "gpui_tokio",
12936 "http_client",
12937 "language",
12938 "language_extension",
12939 "language_model",
12940 "languages",
12941 "libc",
12942 "log",
12943 "lsp",
12944 "node_runtime",
12945 "paths",
12946 "project",
12947 "proto",
12948 "release_channel",
12949 "remote",
12950 "reqwest_client",
12951 "rpc",
12952 "rust-embed",
12953 "serde",
12954 "serde_json",
12955 "settings",
12956 "shellexpand 2.1.2",
12957 "smol",
12958 "sysinfo",
12959 "telemetry_events",
12960 "toml 0.8.20",
12961 "unindent",
12962 "util",
12963 "worktree",
12964]
12965
12966[[package]]
12967name = "rend"
12968version = "0.4.2"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12971dependencies = [
12972 "bytecheck",
12973]
12974
12975[[package]]
12976name = "repl"
12977version = "0.1.0"
12978dependencies = [
12979 "alacritty_terminal",
12980 "anyhow",
12981 "async-dispatcher",
12982 "async-tungstenite",
12983 "base64 0.22.1",
12984 "client",
12985 "collections",
12986 "command_palette_hooks",
12987 "editor",
12988 "env_logger 0.11.8",
12989 "feature_flags",
12990 "file_icons",
12991 "futures 0.3.31",
12992 "gpui",
12993 "http_client",
12994 "image",
12995 "indoc",
12996 "jupyter-protocol",
12997 "jupyter-websocket-client",
12998 "language",
12999 "languages",
13000 "log",
13001 "markdown_preview",
13002 "menu",
13003 "multi_buffer",
13004 "nbformat",
13005 "picker",
13006 "project",
13007 "runtimelib",
13008 "schemars",
13009 "serde",
13010 "serde_json",
13011 "settings",
13012 "smol",
13013 "telemetry",
13014 "terminal",
13015 "terminal_view",
13016 "theme",
13017 "tree-sitter-md",
13018 "tree-sitter-python",
13019 "tree-sitter-typescript",
13020 "ui",
13021 "util",
13022 "uuid",
13023 "workspace",
13024 "workspace-hack",
13025]
13026
13027[[package]]
13028name = "reqwest"
13029version = "0.11.27"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13032dependencies = [
13033 "base64 0.21.7",
13034 "bytes 1.10.1",
13035 "encoding_rs",
13036 "futures-core",
13037 "futures-util",
13038 "h2 0.3.26",
13039 "http 0.2.12",
13040 "http-body 0.4.6",
13041 "hyper 0.14.32",
13042 "hyper-rustls 0.24.2",
13043 "hyper-tls",
13044 "ipnet",
13045 "js-sys",
13046 "log",
13047 "mime",
13048 "native-tls",
13049 "once_cell",
13050 "percent-encoding",
13051 "pin-project-lite",
13052 "rustls 0.21.12",
13053 "rustls-native-certs 0.6.3",
13054 "rustls-pemfile 1.0.4",
13055 "serde",
13056 "serde_json",
13057 "serde_urlencoded",
13058 "sync_wrapper 0.1.2",
13059 "system-configuration 0.5.1",
13060 "tokio",
13061 "tokio-native-tls",
13062 "tokio-rustls 0.24.1",
13063 "tower-service",
13064 "url",
13065 "wasm-bindgen",
13066 "wasm-bindgen-futures",
13067 "web-sys",
13068 "winreg 0.50.0",
13069]
13070
13071[[package]]
13072name = "reqwest"
13073version = "0.12.15"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13076dependencies = [
13077 "base64 0.22.1",
13078 "bytes 1.10.1",
13079 "futures-channel",
13080 "futures-core",
13081 "futures-util",
13082 "http 1.3.1",
13083 "http-body 1.0.1",
13084 "http-body-util",
13085 "hyper 1.6.0",
13086 "hyper-util",
13087 "ipnet",
13088 "js-sys",
13089 "log",
13090 "mime",
13091 "once_cell",
13092 "percent-encoding",
13093 "pin-project-lite",
13094 "serde",
13095 "serde_json",
13096 "serde_urlencoded",
13097 "sync_wrapper 1.0.2",
13098 "tokio",
13099 "tower 0.5.2",
13100 "tower-service",
13101 "url",
13102 "wasm-bindgen",
13103 "wasm-bindgen-futures",
13104 "web-sys",
13105 "windows-registry 0.4.0",
13106]
13107
13108[[package]]
13109name = "reqwest"
13110version = "0.12.15"
13111source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13112dependencies = [
13113 "base64 0.22.1",
13114 "bytes 1.10.1",
13115 "encoding_rs",
13116 "futures-core",
13117 "futures-util",
13118 "h2 0.4.9",
13119 "http 1.3.1",
13120 "http-body 1.0.1",
13121 "http-body-util",
13122 "hyper 1.6.0",
13123 "hyper-rustls 0.27.5",
13124 "hyper-util",
13125 "ipnet",
13126 "js-sys",
13127 "log",
13128 "mime",
13129 "once_cell",
13130 "percent-encoding",
13131 "pin-project-lite",
13132 "quinn",
13133 "rustls 0.23.26",
13134 "rustls-native-certs 0.8.1",
13135 "rustls-pemfile 2.2.0",
13136 "rustls-pki-types",
13137 "serde",
13138 "serde_json",
13139 "serde_urlencoded",
13140 "sync_wrapper 1.0.2",
13141 "system-configuration 0.6.1",
13142 "tokio",
13143 "tokio-rustls 0.26.2",
13144 "tokio-socks",
13145 "tokio-util",
13146 "tower 0.5.2",
13147 "tower-service",
13148 "url",
13149 "wasm-bindgen",
13150 "wasm-bindgen-futures",
13151 "wasm-streams",
13152 "web-sys",
13153 "windows-registry 0.4.0",
13154]
13155
13156[[package]]
13157name = "reqwest_client"
13158version = "0.1.0"
13159dependencies = [
13160 "anyhow",
13161 "bytes 1.10.1",
13162 "futures 0.3.31",
13163 "gpui",
13164 "http_client",
13165 "http_client_tls",
13166 "log",
13167 "regex",
13168 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13169 "serde",
13170 "smol",
13171 "tokio",
13172 "workspace-hack",
13173]
13174
13175[[package]]
13176name = "resvg"
13177version = "0.45.1"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13180dependencies = [
13181 "log",
13182 "pico-args",
13183 "rgb",
13184 "svgtypes",
13185 "tiny-skia",
13186 "usvg",
13187]
13188
13189[[package]]
13190name = "rfc6979"
13191version = "0.3.1"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13194dependencies = [
13195 "crypto-bigint 0.4.9",
13196 "hmac",
13197 "zeroize",
13198]
13199
13200[[package]]
13201name = "rgb"
13202version = "0.8.50"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13205dependencies = [
13206 "bytemuck",
13207]
13208
13209[[package]]
13210name = "rich_text"
13211version = "0.1.0"
13212dependencies = [
13213 "futures 0.3.31",
13214 "gpui",
13215 "language",
13216 "linkify",
13217 "pulldown-cmark 0.12.2",
13218 "theme",
13219 "ui",
13220 "util",
13221 "workspace-hack",
13222]
13223
13224[[package]]
13225name = "ring"
13226version = "0.17.14"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13229dependencies = [
13230 "cc",
13231 "cfg-if",
13232 "getrandom 0.2.15",
13233 "libc",
13234 "untrusted",
13235 "windows-sys 0.52.0",
13236]
13237
13238[[package]]
13239name = "rkyv"
13240version = "0.7.45"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13243dependencies = [
13244 "bitvec",
13245 "bytecheck",
13246 "bytes 1.10.1",
13247 "hashbrown 0.12.3",
13248 "ptr_meta",
13249 "rend",
13250 "rkyv_derive",
13251 "seahash",
13252 "tinyvec",
13253 "uuid",
13254]
13255
13256[[package]]
13257name = "rkyv_derive"
13258version = "0.7.45"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13261dependencies = [
13262 "proc-macro2",
13263 "quote",
13264 "syn 1.0.109",
13265]
13266
13267[[package]]
13268name = "rmp"
13269version = "0.8.14"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13272dependencies = [
13273 "byteorder",
13274 "num-traits",
13275 "paste",
13276]
13277
13278[[package]]
13279name = "rmpv"
13280version = "1.3.0"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13283dependencies = [
13284 "num-traits",
13285 "rmp",
13286]
13287
13288[[package]]
13289name = "rodio"
13290version = "0.20.1"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13293dependencies = [
13294 "cpal",
13295 "hound",
13296]
13297
13298[[package]]
13299name = "rope"
13300version = "0.1.0"
13301dependencies = [
13302 "arrayvec",
13303 "criterion",
13304 "ctor",
13305 "env_logger 0.11.8",
13306 "gpui",
13307 "log",
13308 "rand 0.8.5",
13309 "rayon",
13310 "smallvec",
13311 "sum_tree",
13312 "unicode-segmentation",
13313 "util",
13314 "workspace-hack",
13315]
13316
13317[[package]]
13318name = "roxmltree"
13319version = "0.20.0"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13322
13323[[package]]
13324name = "rpc"
13325version = "0.1.0"
13326dependencies = [
13327 "anyhow",
13328 "async-tungstenite",
13329 "base64 0.22.1",
13330 "chrono",
13331 "collections",
13332 "env_logger 0.11.8",
13333 "futures 0.3.31",
13334 "gpui",
13335 "parking_lot",
13336 "proto",
13337 "rand 0.8.5",
13338 "rsa",
13339 "serde",
13340 "serde_json",
13341 "sha2",
13342 "strum 0.27.1",
13343 "tracing",
13344 "util",
13345 "workspace-hack",
13346 "zstd",
13347]
13348
13349[[package]]
13350name = "rsa"
13351version = "0.9.8"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13354dependencies = [
13355 "const-oid",
13356 "digest",
13357 "num-bigint-dig",
13358 "num-integer",
13359 "num-traits",
13360 "pkcs1",
13361 "pkcs8 0.10.2",
13362 "rand_core 0.6.4",
13363 "signature 2.2.0",
13364 "spki 0.7.3",
13365 "subtle",
13366 "zeroize",
13367]
13368
13369[[package]]
13370name = "rules_library"
13371version = "0.1.0"
13372dependencies = [
13373 "anyhow",
13374 "collections",
13375 "editor",
13376 "gpui",
13377 "language",
13378 "language_model",
13379 "log",
13380 "menu",
13381 "picker",
13382 "prompt_store",
13383 "release_channel",
13384 "rope",
13385 "serde",
13386 "settings",
13387 "theme",
13388 "ui",
13389 "util",
13390 "workspace",
13391 "workspace-hack",
13392 "zed_actions",
13393]
13394
13395[[package]]
13396name = "runtimelib"
13397version = "0.25.0"
13398source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13399dependencies = [
13400 "anyhow",
13401 "async-dispatcher",
13402 "async-std",
13403 "base64 0.22.1",
13404 "bytes 1.10.1",
13405 "chrono",
13406 "data-encoding",
13407 "dirs 5.0.1",
13408 "futures 0.3.31",
13409 "glob",
13410 "jupyter-protocol",
13411 "ring",
13412 "serde",
13413 "serde_json",
13414 "shellexpand 3.1.1",
13415 "smol",
13416 "uuid",
13417 "zeromq",
13418]
13419
13420[[package]]
13421name = "rust-embed"
13422version = "8.7.0"
13423source = "registry+https://github.com/rust-lang/crates.io-index"
13424checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13425dependencies = [
13426 "rust-embed-impl",
13427 "rust-embed-utils",
13428 "walkdir",
13429]
13430
13431[[package]]
13432name = "rust-embed-impl"
13433version = "8.7.0"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13436dependencies = [
13437 "proc-macro2",
13438 "quote",
13439 "rust-embed-utils",
13440 "syn 2.0.101",
13441 "walkdir",
13442]
13443
13444[[package]]
13445name = "rust-embed-utils"
13446version = "8.7.0"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13449dependencies = [
13450 "globset",
13451 "sha2",
13452 "walkdir",
13453]
13454
13455[[package]]
13456name = "rust_decimal"
13457version = "1.37.1"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13460dependencies = [
13461 "arrayvec",
13462 "borsh",
13463 "bytes 1.10.1",
13464 "num-traits",
13465 "rand 0.8.5",
13466 "rkyv",
13467 "serde",
13468 "serde_json",
13469]
13470
13471[[package]]
13472name = "rustc-demangle"
13473version = "0.1.24"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13476
13477[[package]]
13478name = "rustc-hash"
13479version = "1.1.0"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13482
13483[[package]]
13484name = "rustc-hash"
13485version = "2.1.1"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13488
13489[[package]]
13490name = "rustc_version"
13491version = "0.4.1"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13494dependencies = [
13495 "semver",
13496]
13497
13498[[package]]
13499name = "rustix"
13500version = "0.38.44"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13503dependencies = [
13504 "bitflags 2.9.0",
13505 "errno 0.3.11",
13506 "itoa",
13507 "libc",
13508 "linux-raw-sys 0.4.15",
13509 "windows-sys 0.59.0",
13510]
13511
13512[[package]]
13513name = "rustix"
13514version = "1.0.7"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13517dependencies = [
13518 "bitflags 2.9.0",
13519 "errno 0.3.11",
13520 "libc",
13521 "linux-raw-sys 0.9.4",
13522 "windows-sys 0.59.0",
13523]
13524
13525[[package]]
13526name = "rustix-linux-procfs"
13527version = "0.1.1"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13530dependencies = [
13531 "once_cell",
13532 "rustix 1.0.7",
13533]
13534
13535[[package]]
13536name = "rustix-openpty"
13537version = "0.1.1"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13540dependencies = [
13541 "errno 0.3.11",
13542 "libc",
13543 "rustix 0.38.44",
13544]
13545
13546[[package]]
13547name = "rustls"
13548version = "0.21.12"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13551dependencies = [
13552 "log",
13553 "ring",
13554 "rustls-webpki 0.101.7",
13555 "sct",
13556]
13557
13558[[package]]
13559name = "rustls"
13560version = "0.23.26"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13563dependencies = [
13564 "aws-lc-rs",
13565 "log",
13566 "once_cell",
13567 "ring",
13568 "rustls-pki-types",
13569 "rustls-webpki 0.103.1",
13570 "subtle",
13571 "zeroize",
13572]
13573
13574[[package]]
13575name = "rustls-native-certs"
13576version = "0.6.3"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13579dependencies = [
13580 "openssl-probe",
13581 "rustls-pemfile 1.0.4",
13582 "schannel",
13583 "security-framework 2.11.1",
13584]
13585
13586[[package]]
13587name = "rustls-native-certs"
13588version = "0.8.1"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13591dependencies = [
13592 "openssl-probe",
13593 "rustls-pki-types",
13594 "schannel",
13595 "security-framework 3.2.0",
13596]
13597
13598[[package]]
13599name = "rustls-pemfile"
13600version = "1.0.4"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13603dependencies = [
13604 "base64 0.21.7",
13605]
13606
13607[[package]]
13608name = "rustls-pemfile"
13609version = "2.2.0"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13612dependencies = [
13613 "rustls-pki-types",
13614]
13615
13616[[package]]
13617name = "rustls-pki-types"
13618version = "1.12.0"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13621dependencies = [
13622 "web-time",
13623 "zeroize",
13624]
13625
13626[[package]]
13627name = "rustls-platform-verifier"
13628version = "0.5.1"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13631dependencies = [
13632 "core-foundation 0.10.0",
13633 "core-foundation-sys",
13634 "jni",
13635 "log",
13636 "once_cell",
13637 "rustls 0.23.26",
13638 "rustls-native-certs 0.8.1",
13639 "rustls-platform-verifier-android",
13640 "rustls-webpki 0.103.1",
13641 "security-framework 3.2.0",
13642 "security-framework-sys",
13643 "webpki-root-certs",
13644 "windows-sys 0.59.0",
13645]
13646
13647[[package]]
13648name = "rustls-platform-verifier-android"
13649version = "0.1.1"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13652
13653[[package]]
13654name = "rustls-webpki"
13655version = "0.101.7"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13658dependencies = [
13659 "ring",
13660 "untrusted",
13661]
13662
13663[[package]]
13664name = "rustls-webpki"
13665version = "0.103.1"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13668dependencies = [
13669 "aws-lc-rs",
13670 "ring",
13671 "rustls-pki-types",
13672 "untrusted",
13673]
13674
13675[[package]]
13676name = "rustversion"
13677version = "1.0.20"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13680
13681[[package]]
13682name = "rustybuzz"
13683version = "0.14.1"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13686dependencies = [
13687 "bitflags 2.9.0",
13688 "bytemuck",
13689 "libm",
13690 "smallvec",
13691 "ttf-parser 0.21.1",
13692 "unicode-bidi-mirroring 0.2.0",
13693 "unicode-ccc 0.2.0",
13694 "unicode-properties",
13695 "unicode-script",
13696]
13697
13698[[package]]
13699name = "rustybuzz"
13700version = "0.20.1"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13703dependencies = [
13704 "bitflags 2.9.0",
13705 "bytemuck",
13706 "core_maths",
13707 "log",
13708 "smallvec",
13709 "ttf-parser 0.25.1",
13710 "unicode-bidi-mirroring 0.4.0",
13711 "unicode-ccc 0.4.0",
13712 "unicode-properties",
13713 "unicode-script",
13714]
13715
13716[[package]]
13717name = "ryu"
13718version = "1.0.20"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13721
13722[[package]]
13723name = "salsa20"
13724version = "0.10.2"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13727dependencies = [
13728 "cipher",
13729]
13730
13731[[package]]
13732name = "same-file"
13733version = "1.0.6"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13736dependencies = [
13737 "winapi-util",
13738]
13739
13740[[package]]
13741name = "scap"
13742version = "0.0.8"
13743source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13744dependencies = [
13745 "anyhow",
13746 "cocoa 0.25.0",
13747 "core-graphics-helmer-fork",
13748 "log",
13749 "objc",
13750 "rand 0.8.5",
13751 "screencapturekit",
13752 "screencapturekit-sys",
13753 "sysinfo",
13754 "tao-core-video-sys",
13755 "windows 0.61.1",
13756 "windows-capture",
13757 "x11",
13758 "xcb",
13759]
13760
13761[[package]]
13762name = "schannel"
13763version = "0.1.27"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13766dependencies = [
13767 "windows-sys 0.59.0",
13768]
13769
13770[[package]]
13771name = "schema_generator"
13772version = "0.1.0"
13773dependencies = [
13774 "anyhow",
13775 "clap",
13776 "env_logger 0.11.8",
13777 "schemars",
13778 "serde",
13779 "serde_json",
13780 "theme",
13781 "workspace-hack",
13782]
13783
13784[[package]]
13785name = "schemars"
13786version = "0.8.22"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13789dependencies = [
13790 "dyn-clone",
13791 "indexmap",
13792 "schemars_derive",
13793 "serde",
13794 "serde_json",
13795]
13796
13797[[package]]
13798name = "schemars_derive"
13799version = "0.8.22"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13802dependencies = [
13803 "proc-macro2",
13804 "quote",
13805 "serde_derive_internals",
13806 "syn 2.0.101",
13807]
13808
13809[[package]]
13810name = "scoped-tls"
13811version = "1.0.1"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13814
13815[[package]]
13816name = "scopeguard"
13817version = "1.2.0"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13820
13821[[package]]
13822name = "scratch"
13823version = "1.0.8"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13826
13827[[package]]
13828name = "screencapturekit"
13829version = "0.2.8"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13832dependencies = [
13833 "screencapturekit-sys",
13834]
13835
13836[[package]]
13837name = "screencapturekit-sys"
13838version = "0.2.8"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13841dependencies = [
13842 "block",
13843 "dispatch",
13844 "objc",
13845 "objc-foundation",
13846 "objc_id",
13847 "once_cell",
13848]
13849
13850[[package]]
13851name = "scrypt"
13852version = "0.11.0"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13855dependencies = [
13856 "password-hash 0.5.0",
13857 "pbkdf2 0.12.2",
13858 "salsa20",
13859 "sha2",
13860]
13861
13862[[package]]
13863name = "sct"
13864version = "0.7.1"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13867dependencies = [
13868 "ring",
13869 "untrusted",
13870]
13871
13872[[package]]
13873name = "sea-bae"
13874version = "0.2.1"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13877dependencies = [
13878 "heck 0.4.1",
13879 "proc-macro-error2",
13880 "proc-macro2",
13881 "quote",
13882 "syn 2.0.101",
13883]
13884
13885[[package]]
13886name = "sea-orm"
13887version = "1.1.10"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13890dependencies = [
13891 "async-stream",
13892 "async-trait",
13893 "bigdecimal",
13894 "chrono",
13895 "futures-util",
13896 "log",
13897 "ouroboros",
13898 "pgvector",
13899 "rust_decimal",
13900 "sea-orm-macros",
13901 "sea-query",
13902 "sea-query-binder",
13903 "serde",
13904 "serde_json",
13905 "sqlx",
13906 "strum 0.26.3",
13907 "thiserror 2.0.12",
13908 "time",
13909 "tracing",
13910 "url",
13911 "uuid",
13912]
13913
13914[[package]]
13915name = "sea-orm-macros"
13916version = "1.1.10"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13919dependencies = [
13920 "heck 0.4.1",
13921 "proc-macro2",
13922 "quote",
13923 "sea-bae",
13924 "syn 2.0.101",
13925 "unicode-ident",
13926]
13927
13928[[package]]
13929name = "sea-query"
13930version = "0.32.4"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13933dependencies = [
13934 "bigdecimal",
13935 "chrono",
13936 "inherent",
13937 "ordered-float 4.6.0",
13938 "rust_decimal",
13939 "serde_json",
13940 "time",
13941 "uuid",
13942]
13943
13944[[package]]
13945name = "sea-query-binder"
13946version = "0.7.0"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13949dependencies = [
13950 "bigdecimal",
13951 "chrono",
13952 "rust_decimal",
13953 "sea-query",
13954 "serde_json",
13955 "sqlx",
13956 "time",
13957 "uuid",
13958]
13959
13960[[package]]
13961name = "seahash"
13962version = "4.1.0"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13965
13966[[package]]
13967name = "search"
13968version = "0.1.0"
13969dependencies = [
13970 "any_vec",
13971 "anyhow",
13972 "bitflags 2.9.0",
13973 "client",
13974 "collections",
13975 "editor",
13976 "futures 0.3.31",
13977 "gpui",
13978 "language",
13979 "menu",
13980 "project",
13981 "schemars",
13982 "serde",
13983 "serde_json",
13984 "settings",
13985 "smol",
13986 "theme",
13987 "ui",
13988 "unindent",
13989 "util",
13990 "workspace",
13991 "workspace-hack",
13992 "zed_actions",
13993]
13994
13995[[package]]
13996name = "sec1"
13997version = "0.3.0"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14000dependencies = [
14001 "base16ct",
14002 "der 0.6.1",
14003 "generic-array",
14004 "pkcs8 0.9.0",
14005 "subtle",
14006 "zeroize",
14007]
14008
14009[[package]]
14010name = "security-framework"
14011version = "2.11.1"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14014dependencies = [
14015 "bitflags 2.9.0",
14016 "core-foundation 0.9.4",
14017 "core-foundation-sys",
14018 "libc",
14019 "security-framework-sys",
14020]
14021
14022[[package]]
14023name = "security-framework"
14024version = "3.2.0"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14027dependencies = [
14028 "bitflags 2.9.0",
14029 "core-foundation 0.10.0",
14030 "core-foundation-sys",
14031 "libc",
14032 "security-framework-sys",
14033]
14034
14035[[package]]
14036name = "security-framework-sys"
14037version = "2.14.0"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14040dependencies = [
14041 "core-foundation-sys",
14042 "libc",
14043]
14044
14045[[package]]
14046name = "self_cell"
14047version = "1.2.0"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14050
14051[[package]]
14052name = "semantic_index"
14053version = "0.1.0"
14054dependencies = [
14055 "anyhow",
14056 "arrayvec",
14057 "blake3",
14058 "client",
14059 "clock",
14060 "collections",
14061 "env_logger 0.11.8",
14062 "feature_flags",
14063 "fs",
14064 "futures 0.3.31",
14065 "futures-batch",
14066 "gpui",
14067 "heed",
14068 "http_client",
14069 "language",
14070 "language_model",
14071 "languages",
14072 "log",
14073 "open_ai",
14074 "parking_lot",
14075 "project",
14076 "reqwest_client",
14077 "serde",
14078 "serde_json",
14079 "settings",
14080 "sha2",
14081 "smol",
14082 "streaming-iterator",
14083 "tempfile",
14084 "theme",
14085 "tree-sitter",
14086 "ui",
14087 "unindent",
14088 "util",
14089 "workspace",
14090 "workspace-hack",
14091 "worktree",
14092]
14093
14094[[package]]
14095name = "semantic_version"
14096version = "0.1.0"
14097dependencies = [
14098 "anyhow",
14099 "serde",
14100 "workspace-hack",
14101]
14102
14103[[package]]
14104name = "semver"
14105version = "1.0.26"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14108dependencies = [
14109 "serde",
14110]
14111
14112[[package]]
14113name = "serde"
14114version = "1.0.219"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14117dependencies = [
14118 "serde_derive",
14119]
14120
14121[[package]]
14122name = "serde_derive"
14123version = "1.0.219"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14126dependencies = [
14127 "proc-macro2",
14128 "quote",
14129 "syn 2.0.101",
14130]
14131
14132[[package]]
14133name = "serde_derive_internals"
14134version = "0.29.1"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14137dependencies = [
14138 "proc-macro2",
14139 "quote",
14140 "syn 2.0.101",
14141]
14142
14143[[package]]
14144name = "serde_fmt"
14145version = "1.0.3"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14148dependencies = [
14149 "serde",
14150]
14151
14152[[package]]
14153name = "serde_json"
14154version = "1.0.140"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14157dependencies = [
14158 "indexmap",
14159 "itoa",
14160 "memchr",
14161 "ryu",
14162 "serde",
14163]
14164
14165[[package]]
14166name = "serde_json_lenient"
14167version = "0.2.4"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14170dependencies = [
14171 "indexmap",
14172 "itoa",
14173 "memchr",
14174 "ryu",
14175 "serde",
14176]
14177
14178[[package]]
14179name = "serde_path_to_error"
14180version = "0.1.17"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14183dependencies = [
14184 "itoa",
14185 "serde",
14186]
14187
14188[[package]]
14189name = "serde_qs"
14190version = "0.8.5"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14193dependencies = [
14194 "percent-encoding",
14195 "serde",
14196 "thiserror 1.0.69",
14197]
14198
14199[[package]]
14200name = "serde_qs"
14201version = "0.10.1"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14204dependencies = [
14205 "percent-encoding",
14206 "serde",
14207 "thiserror 1.0.69",
14208]
14209
14210[[package]]
14211name = "serde_repr"
14212version = "0.1.20"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14215dependencies = [
14216 "proc-macro2",
14217 "quote",
14218 "syn 2.0.101",
14219]
14220
14221[[package]]
14222name = "serde_spanned"
14223version = "0.6.8"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14226dependencies = [
14227 "serde",
14228]
14229
14230[[package]]
14231name = "serde_urlencoded"
14232version = "0.7.1"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14235dependencies = [
14236 "form_urlencoded",
14237 "itoa",
14238 "ryu",
14239 "serde",
14240]
14241
14242[[package]]
14243name = "serial2"
14244version = "0.2.29"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14247dependencies = [
14248 "cfg-if",
14249 "libc",
14250 "winapi",
14251]
14252
14253[[package]]
14254name = "session"
14255version = "0.1.0"
14256dependencies = [
14257 "db",
14258 "gpui",
14259 "serde_json",
14260 "util",
14261 "uuid",
14262 "workspace-hack",
14263]
14264
14265[[package]]
14266name = "settings"
14267version = "0.1.0"
14268dependencies = [
14269 "anyhow",
14270 "collections",
14271 "ec4rs",
14272 "fs",
14273 "futures 0.3.31",
14274 "gpui",
14275 "indoc",
14276 "inventory",
14277 "log",
14278 "paths",
14279 "pretty_assertions",
14280 "release_channel",
14281 "rust-embed",
14282 "schemars",
14283 "serde",
14284 "serde_derive",
14285 "serde_json",
14286 "serde_json_lenient",
14287 "smallvec",
14288 "streaming-iterator",
14289 "tree-sitter",
14290 "tree-sitter-json",
14291 "unindent",
14292 "util",
14293 "workspace-hack",
14294]
14295
14296[[package]]
14297name = "settings_ui"
14298version = "0.1.0"
14299dependencies = [
14300 "command_palette_hooks",
14301 "editor",
14302 "feature_flags",
14303 "fs",
14304 "gpui",
14305 "log",
14306 "paths",
14307 "schemars",
14308 "serde",
14309 "settings",
14310 "theme",
14311 "ui",
14312 "workspace",
14313 "workspace-hack",
14314]
14315
14316[[package]]
14317name = "sha1"
14318version = "0.10.6"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14321dependencies = [
14322 "cfg-if",
14323 "cpufeatures",
14324 "digest",
14325]
14326
14327[[package]]
14328name = "sha1-checked"
14329version = "0.10.0"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14332dependencies = [
14333 "digest",
14334 "sha1",
14335]
14336
14337[[package]]
14338name = "sha1_smol"
14339version = "1.0.1"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14342
14343[[package]]
14344name = "sha2"
14345version = "0.10.8"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14348dependencies = [
14349 "cfg-if",
14350 "cpufeatures",
14351 "digest",
14352]
14353
14354[[package]]
14355name = "sharded-slab"
14356version = "0.1.7"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14359dependencies = [
14360 "lazy_static",
14361]
14362
14363[[package]]
14364name = "shared_library"
14365version = "0.1.9"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14368dependencies = [
14369 "lazy_static",
14370 "libc",
14371]
14372
14373[[package]]
14374name = "shell-words"
14375version = "1.1.0"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14378
14379[[package]]
14380name = "shellexpand"
14381version = "2.1.2"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14384dependencies = [
14385 "dirs 4.0.0",
14386]
14387
14388[[package]]
14389name = "shellexpand"
14390version = "3.1.1"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14393dependencies = [
14394 "dirs 6.0.0",
14395]
14396
14397[[package]]
14398name = "shlex"
14399version = "1.3.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14402
14403[[package]]
14404name = "signal-hook"
14405version = "0.3.17"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14408dependencies = [
14409 "libc",
14410 "signal-hook-registry",
14411]
14412
14413[[package]]
14414name = "signal-hook-registry"
14415version = "1.4.5"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14418dependencies = [
14419 "libc",
14420]
14421
14422[[package]]
14423name = "signature"
14424version = "1.6.4"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14427dependencies = [
14428 "digest",
14429 "rand_core 0.6.4",
14430]
14431
14432[[package]]
14433name = "signature"
14434version = "2.2.0"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14437dependencies = [
14438 "digest",
14439 "rand_core 0.6.4",
14440]
14441
14442[[package]]
14443name = "simd-adler32"
14444version = "0.3.7"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14447
14448[[package]]
14449name = "simd_helpers"
14450version = "0.1.0"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14453dependencies = [
14454 "quote",
14455]
14456
14457[[package]]
14458name = "simdutf8"
14459version = "0.1.5"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14462
14463[[package]]
14464name = "simple_asn1"
14465version = "0.6.3"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14468dependencies = [
14469 "num-bigint",
14470 "num-traits",
14471 "thiserror 2.0.12",
14472 "time",
14473]
14474
14475[[package]]
14476name = "simplecss"
14477version = "0.2.2"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14480dependencies = [
14481 "log",
14482]
14483
14484[[package]]
14485name = "simplelog"
14486version = "0.12.2"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14489dependencies = [
14490 "log",
14491 "termcolor",
14492 "time",
14493]
14494
14495[[package]]
14496name = "siphasher"
14497version = "1.0.1"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14500
14501[[package]]
14502name = "skrifa"
14503version = "0.26.6"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14506dependencies = [
14507 "bytemuck",
14508 "read-fonts",
14509]
14510
14511[[package]]
14512name = "slab"
14513version = "0.4.9"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14516dependencies = [
14517 "autocfg",
14518]
14519
14520[[package]]
14521name = "slash_commands_example"
14522version = "0.1.0"
14523dependencies = [
14524 "zed_extension_api 0.1.0",
14525]
14526
14527[[package]]
14528name = "slotmap"
14529version = "1.0.7"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14532dependencies = [
14533 "version_check",
14534]
14535
14536[[package]]
14537name = "smallvec"
14538version = "1.15.0"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14541dependencies = [
14542 "serde",
14543]
14544
14545[[package]]
14546name = "smart-default"
14547version = "0.6.0"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14550dependencies = [
14551 "proc-macro2",
14552 "quote",
14553 "syn 1.0.109",
14554]
14555
14556[[package]]
14557name = "smol"
14558version = "2.0.2"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14561dependencies = [
14562 "async-channel 2.3.1",
14563 "async-executor",
14564 "async-fs",
14565 "async-io",
14566 "async-lock",
14567 "async-net",
14568 "async-process",
14569 "blocking",
14570 "futures-lite 2.6.0",
14571]
14572
14573[[package]]
14574name = "smol_str"
14575version = "0.1.24"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14578dependencies = [
14579 "serde",
14580]
14581
14582[[package]]
14583name = "smol_str"
14584version = "0.2.2"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14587
14588[[package]]
14589name = "snippet"
14590version = "0.1.0"
14591dependencies = [
14592 "anyhow",
14593 "smallvec",
14594 "workspace-hack",
14595]
14596
14597[[package]]
14598name = "snippet_provider"
14599version = "0.1.0"
14600dependencies = [
14601 "anyhow",
14602 "collections",
14603 "extension",
14604 "fs",
14605 "futures 0.3.31",
14606 "gpui",
14607 "indoc",
14608 "parking_lot",
14609 "paths",
14610 "schemars",
14611 "serde",
14612 "serde_json_lenient",
14613 "snippet",
14614 "util",
14615 "workspace-hack",
14616]
14617
14618[[package]]
14619name = "snippets_ui"
14620version = "0.1.0"
14621dependencies = [
14622 "fuzzy",
14623 "gpui",
14624 "language",
14625 "paths",
14626 "picker",
14627 "ui",
14628 "util",
14629 "workspace",
14630 "workspace-hack",
14631]
14632
14633[[package]]
14634name = "socket2"
14635version = "0.5.9"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14638dependencies = [
14639 "libc",
14640 "windows-sys 0.52.0",
14641]
14642
14643[[package]]
14644name = "spdx"
14645version = "0.10.8"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14648dependencies = [
14649 "smallvec",
14650]
14651
14652[[package]]
14653name = "spin"
14654version = "0.9.8"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14657dependencies = [
14658 "lock_api",
14659]
14660
14661[[package]]
14662name = "spirv"
14663version = "0.3.0+sdk-1.3.268.0"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14666dependencies = [
14667 "bitflags 2.9.0",
14668]
14669
14670[[package]]
14671name = "spki"
14672version = "0.6.0"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14675dependencies = [
14676 "base64ct",
14677 "der 0.6.1",
14678]
14679
14680[[package]]
14681name = "spki"
14682version = "0.7.3"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14685dependencies = [
14686 "base64ct",
14687 "der 0.7.10",
14688]
14689
14690[[package]]
14691name = "sptr"
14692version = "0.3.2"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14695
14696[[package]]
14697name = "sqlez"
14698version = "0.1.0"
14699dependencies = [
14700 "anyhow",
14701 "collections",
14702 "futures 0.3.31",
14703 "indoc",
14704 "libsqlite3-sys",
14705 "parking_lot",
14706 "smol",
14707 "sqlformat",
14708 "thread_local",
14709 "util",
14710 "uuid",
14711 "workspace-hack",
14712]
14713
14714[[package]]
14715name = "sqlez_macros"
14716version = "0.1.0"
14717dependencies = [
14718 "sqlez",
14719 "sqlformat",
14720 "syn 1.0.109",
14721 "workspace-hack",
14722]
14723
14724[[package]]
14725name = "sqlformat"
14726version = "0.2.6"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14729dependencies = [
14730 "nom",
14731 "unicode_categories",
14732]
14733
14734[[package]]
14735name = "sqlx"
14736version = "0.8.5"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14739dependencies = [
14740 "sqlx-core",
14741 "sqlx-macros",
14742 "sqlx-mysql",
14743 "sqlx-postgres",
14744 "sqlx-sqlite",
14745]
14746
14747[[package]]
14748name = "sqlx-core"
14749version = "0.8.5"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14752dependencies = [
14753 "base64 0.22.1",
14754 "bigdecimal",
14755 "bytes 1.10.1",
14756 "chrono",
14757 "crc",
14758 "crossbeam-queue",
14759 "either",
14760 "event-listener 5.4.0",
14761 "futures-core",
14762 "futures-intrusive",
14763 "futures-io",
14764 "futures-util",
14765 "hashbrown 0.15.3",
14766 "hashlink 0.10.0",
14767 "indexmap",
14768 "log",
14769 "memchr",
14770 "once_cell",
14771 "percent-encoding",
14772 "rust_decimal",
14773 "rustls 0.23.26",
14774 "serde",
14775 "serde_json",
14776 "sha2",
14777 "smallvec",
14778 "thiserror 2.0.12",
14779 "time",
14780 "tokio",
14781 "tokio-stream",
14782 "tracing",
14783 "url",
14784 "uuid",
14785 "webpki-roots",
14786]
14787
14788[[package]]
14789name = "sqlx-macros"
14790version = "0.8.5"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14793dependencies = [
14794 "proc-macro2",
14795 "quote",
14796 "sqlx-core",
14797 "sqlx-macros-core",
14798 "syn 2.0.101",
14799]
14800
14801[[package]]
14802name = "sqlx-macros-core"
14803version = "0.8.5"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14806dependencies = [
14807 "dotenvy",
14808 "either",
14809 "heck 0.5.0",
14810 "hex",
14811 "once_cell",
14812 "proc-macro2",
14813 "quote",
14814 "serde",
14815 "serde_json",
14816 "sha2",
14817 "sqlx-core",
14818 "sqlx-mysql",
14819 "sqlx-postgres",
14820 "sqlx-sqlite",
14821 "syn 2.0.101",
14822 "tempfile",
14823 "tokio",
14824 "url",
14825]
14826
14827[[package]]
14828name = "sqlx-mysql"
14829version = "0.8.5"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14832dependencies = [
14833 "atoi",
14834 "base64 0.22.1",
14835 "bigdecimal",
14836 "bitflags 2.9.0",
14837 "byteorder",
14838 "bytes 1.10.1",
14839 "chrono",
14840 "crc",
14841 "digest",
14842 "dotenvy",
14843 "either",
14844 "futures-channel",
14845 "futures-core",
14846 "futures-io",
14847 "futures-util",
14848 "generic-array",
14849 "hex",
14850 "hkdf",
14851 "hmac",
14852 "itoa",
14853 "log",
14854 "md-5",
14855 "memchr",
14856 "once_cell",
14857 "percent-encoding",
14858 "rand 0.8.5",
14859 "rsa",
14860 "rust_decimal",
14861 "serde",
14862 "sha1",
14863 "sha2",
14864 "smallvec",
14865 "sqlx-core",
14866 "stringprep",
14867 "thiserror 2.0.12",
14868 "time",
14869 "tracing",
14870 "uuid",
14871 "whoami",
14872]
14873
14874[[package]]
14875name = "sqlx-postgres"
14876version = "0.8.5"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14879dependencies = [
14880 "atoi",
14881 "base64 0.22.1",
14882 "bigdecimal",
14883 "bitflags 2.9.0",
14884 "byteorder",
14885 "chrono",
14886 "crc",
14887 "dotenvy",
14888 "etcetera",
14889 "futures-channel",
14890 "futures-core",
14891 "futures-util",
14892 "hex",
14893 "hkdf",
14894 "hmac",
14895 "home",
14896 "itoa",
14897 "log",
14898 "md-5",
14899 "memchr",
14900 "num-bigint",
14901 "once_cell",
14902 "rand 0.8.5",
14903 "rust_decimal",
14904 "serde",
14905 "serde_json",
14906 "sha2",
14907 "smallvec",
14908 "sqlx-core",
14909 "stringprep",
14910 "thiserror 2.0.12",
14911 "time",
14912 "tracing",
14913 "uuid",
14914 "whoami",
14915]
14916
14917[[package]]
14918name = "sqlx-sqlite"
14919version = "0.8.5"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14922dependencies = [
14923 "atoi",
14924 "chrono",
14925 "flume",
14926 "futures-channel",
14927 "futures-core",
14928 "futures-executor",
14929 "futures-intrusive",
14930 "futures-util",
14931 "libsqlite3-sys",
14932 "log",
14933 "percent-encoding",
14934 "serde",
14935 "serde_urlencoded",
14936 "sqlx-core",
14937 "thiserror 2.0.12",
14938 "time",
14939 "tracing",
14940 "url",
14941 "uuid",
14942]
14943
14944[[package]]
14945name = "stable_deref_trait"
14946version = "1.2.0"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14949
14950[[package]]
14951name = "static_assertions"
14952version = "1.1.0"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14955
14956[[package]]
14957name = "story"
14958version = "0.1.0"
14959dependencies = [
14960 "gpui",
14961 "itertools 0.14.0",
14962 "smallvec",
14963 "workspace-hack",
14964]
14965
14966[[package]]
14967name = "storybook"
14968version = "0.1.0"
14969dependencies = [
14970 "anyhow",
14971 "clap",
14972 "collab_ui",
14973 "ctrlc",
14974 "dialoguer",
14975 "editor",
14976 "fuzzy",
14977 "gpui",
14978 "indoc",
14979 "language",
14980 "log",
14981 "menu",
14982 "picker",
14983 "project",
14984 "reqwest_client",
14985 "rust-embed",
14986 "settings",
14987 "simplelog",
14988 "story",
14989 "strum 0.27.1",
14990 "theme",
14991 "title_bar",
14992 "ui",
14993 "workspace",
14994 "workspace-hack",
14995]
14996
14997[[package]]
14998name = "streaming-iterator"
14999version = "0.1.9"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15002
15003[[package]]
15004name = "streaming_diff"
15005version = "0.1.0"
15006dependencies = [
15007 "ordered-float 2.10.1",
15008 "rand 0.8.5",
15009 "rope",
15010 "util",
15011 "workspace-hack",
15012]
15013
15014[[package]]
15015name = "strict-num"
15016version = "0.1.1"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15019dependencies = [
15020 "float-cmp",
15021]
15022
15023[[package]]
15024name = "string_cache"
15025version = "0.8.9"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15028dependencies = [
15029 "new_debug_unreachable",
15030 "parking_lot",
15031 "phf_shared",
15032 "precomputed-hash",
15033 "serde",
15034]
15035
15036[[package]]
15037name = "string_cache_codegen"
15038version = "0.5.4"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15041dependencies = [
15042 "phf_generator",
15043 "phf_shared",
15044 "proc-macro2",
15045 "quote",
15046]
15047
15048[[package]]
15049name = "stringprep"
15050version = "0.1.5"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15053dependencies = [
15054 "unicode-bidi",
15055 "unicode-normalization",
15056 "unicode-properties",
15057]
15058
15059[[package]]
15060name = "strsim"
15061version = "0.11.1"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15064
15065[[package]]
15066name = "strum"
15067version = "0.26.3"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15070dependencies = [
15071 "strum_macros 0.26.4",
15072]
15073
15074[[package]]
15075name = "strum"
15076version = "0.27.1"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15079dependencies = [
15080 "strum_macros 0.27.1",
15081]
15082
15083[[package]]
15084name = "strum_macros"
15085version = "0.26.4"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15088dependencies = [
15089 "heck 0.5.0",
15090 "proc-macro2",
15091 "quote",
15092 "rustversion",
15093 "syn 2.0.101",
15094]
15095
15096[[package]]
15097name = "strum_macros"
15098version = "0.27.1"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15101dependencies = [
15102 "heck 0.5.0",
15103 "proc-macro2",
15104 "quote",
15105 "rustversion",
15106 "syn 2.0.101",
15107]
15108
15109[[package]]
15110name = "subtle"
15111version = "2.6.1"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15114
15115[[package]]
15116name = "sum_tree"
15117version = "0.1.0"
15118dependencies = [
15119 "arrayvec",
15120 "ctor",
15121 "env_logger 0.11.8",
15122 "log",
15123 "rand 0.8.5",
15124 "rayon",
15125 "workspace-hack",
15126]
15127
15128[[package]]
15129name = "supermaven"
15130version = "0.1.0"
15131dependencies = [
15132 "anyhow",
15133 "client",
15134 "collections",
15135 "editor",
15136 "env_logger 0.11.8",
15137 "futures 0.3.31",
15138 "gpui",
15139 "http_client",
15140 "inline_completion",
15141 "language",
15142 "log",
15143 "postage",
15144 "project",
15145 "serde",
15146 "serde_json",
15147 "settings",
15148 "smol",
15149 "supermaven_api",
15150 "text",
15151 "theme",
15152 "ui",
15153 "unicode-segmentation",
15154 "util",
15155 "workspace-hack",
15156]
15157
15158[[package]]
15159name = "supermaven_api"
15160version = "0.1.0"
15161dependencies = [
15162 "anyhow",
15163 "futures 0.3.31",
15164 "http_client",
15165 "paths",
15166 "serde",
15167 "serde_json",
15168 "smol",
15169 "workspace-hack",
15170]
15171
15172[[package]]
15173name = "sval"
15174version = "2.14.1"
15175source = "registry+https://github.com/rust-lang/crates.io-index"
15176checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15177
15178[[package]]
15179name = "sval_buffer"
15180version = "2.14.1"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15183dependencies = [
15184 "sval",
15185 "sval_ref",
15186]
15187
15188[[package]]
15189name = "sval_dynamic"
15190version = "2.14.1"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15193dependencies = [
15194 "sval",
15195]
15196
15197[[package]]
15198name = "sval_fmt"
15199version = "2.14.1"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15202dependencies = [
15203 "itoa",
15204 "ryu",
15205 "sval",
15206]
15207
15208[[package]]
15209name = "sval_json"
15210version = "2.14.1"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15213dependencies = [
15214 "itoa",
15215 "ryu",
15216 "sval",
15217]
15218
15219[[package]]
15220name = "sval_nested"
15221version = "2.14.1"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15224dependencies = [
15225 "sval",
15226 "sval_buffer",
15227 "sval_ref",
15228]
15229
15230[[package]]
15231name = "sval_ref"
15232version = "2.14.1"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15235dependencies = [
15236 "sval",
15237]
15238
15239[[package]]
15240name = "sval_serde"
15241version = "2.14.1"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15244dependencies = [
15245 "serde",
15246 "sval",
15247 "sval_nested",
15248]
15249
15250[[package]]
15251name = "svg_fmt"
15252version = "0.4.5"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15255
15256[[package]]
15257name = "svgtypes"
15258version = "0.15.3"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15261dependencies = [
15262 "kurbo",
15263 "siphasher",
15264]
15265
15266[[package]]
15267name = "swash"
15268version = "0.2.2"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15271dependencies = [
15272 "skrifa",
15273 "yazi",
15274 "zeno",
15275]
15276
15277[[package]]
15278name = "syn"
15279version = "1.0.109"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15282dependencies = [
15283 "proc-macro2",
15284 "quote",
15285 "unicode-ident",
15286]
15287
15288[[package]]
15289name = "syn"
15290version = "2.0.101"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15293dependencies = [
15294 "proc-macro2",
15295 "quote",
15296 "unicode-ident",
15297]
15298
15299[[package]]
15300name = "sync_wrapper"
15301version = "0.1.2"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15304
15305[[package]]
15306name = "sync_wrapper"
15307version = "1.0.2"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15310dependencies = [
15311 "futures-core",
15312]
15313
15314[[package]]
15315name = "synchronoise"
15316version = "1.0.1"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15319dependencies = [
15320 "crossbeam-queue",
15321]
15322
15323[[package]]
15324name = "synstructure"
15325version = "0.13.1"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15328dependencies = [
15329 "proc-macro2",
15330 "quote",
15331 "syn 2.0.101",
15332]
15333
15334[[package]]
15335name = "sys-locale"
15336version = "0.3.2"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15339dependencies = [
15340 "libc",
15341]
15342
15343[[package]]
15344name = "sysinfo"
15345version = "0.31.4"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15348dependencies = [
15349 "core-foundation-sys",
15350 "libc",
15351 "memchr",
15352 "ntapi",
15353 "rayon",
15354 "windows 0.57.0",
15355]
15356
15357[[package]]
15358name = "system-configuration"
15359version = "0.5.1"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15362dependencies = [
15363 "bitflags 1.3.2",
15364 "core-foundation 0.9.4",
15365 "system-configuration-sys 0.5.0",
15366]
15367
15368[[package]]
15369name = "system-configuration"
15370version = "0.6.1"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15373dependencies = [
15374 "bitflags 2.9.0",
15375 "core-foundation 0.9.4",
15376 "system-configuration-sys 0.6.0",
15377]
15378
15379[[package]]
15380name = "system-configuration-sys"
15381version = "0.5.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15384dependencies = [
15385 "core-foundation-sys",
15386 "libc",
15387]
15388
15389[[package]]
15390name = "system-configuration-sys"
15391version = "0.6.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15394dependencies = [
15395 "core-foundation-sys",
15396 "libc",
15397]
15398
15399[[package]]
15400name = "system-deps"
15401version = "6.2.2"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15404dependencies = [
15405 "cfg-expr",
15406 "heck 0.5.0",
15407 "pkg-config",
15408 "toml 0.8.20",
15409 "version-compare",
15410]
15411
15412[[package]]
15413name = "system-interface"
15414version = "0.27.3"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15417dependencies = [
15418 "bitflags 2.9.0",
15419 "cap-fs-ext",
15420 "cap-std",
15421 "fd-lock",
15422 "io-lifetimes",
15423 "rustix 0.38.44",
15424 "windows-sys 0.59.0",
15425 "winx",
15426]
15427
15428[[package]]
15429name = "tab_switcher"
15430version = "0.1.0"
15431dependencies = [
15432 "anyhow",
15433 "collections",
15434 "ctor",
15435 "editor",
15436 "env_logger 0.11.8",
15437 "fuzzy",
15438 "gpui",
15439 "language",
15440 "menu",
15441 "picker",
15442 "project",
15443 "schemars",
15444 "serde",
15445 "serde_json",
15446 "settings",
15447 "smol",
15448 "theme",
15449 "ui",
15450 "util",
15451 "workspace",
15452 "workspace-hack",
15453]
15454
15455[[package]]
15456name = "taffy"
15457version = "0.4.4"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15460dependencies = [
15461 "arrayvec",
15462 "grid",
15463 "num-traits",
15464 "serde",
15465 "slotmap",
15466]
15467
15468[[package]]
15469name = "tagptr"
15470version = "0.2.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15473
15474[[package]]
15475name = "take-until"
15476version = "0.2.0"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15479
15480[[package]]
15481name = "tao-core-video-sys"
15482version = "0.2.0"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15485dependencies = [
15486 "cfg-if",
15487 "core-foundation-sys",
15488 "libc",
15489 "objc",
15490]
15491
15492[[package]]
15493name = "tap"
15494version = "1.0.1"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15497
15498[[package]]
15499name = "target-lexicon"
15500version = "0.12.16"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15503
15504[[package]]
15505name = "target-lexicon"
15506version = "0.13.2"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15509
15510[[package]]
15511name = "task"
15512version = "0.1.0"
15513dependencies = [
15514 "anyhow",
15515 "collections",
15516 "futures 0.3.31",
15517 "gpui",
15518 "hex",
15519 "parking_lot",
15520 "pretty_assertions",
15521 "proto",
15522 "schemars",
15523 "serde",
15524 "serde_json",
15525 "serde_json_lenient",
15526 "sha2",
15527 "shellexpand 2.1.2",
15528 "util",
15529 "workspace-hack",
15530 "zed_actions",
15531]
15532
15533[[package]]
15534name = "tasks_ui"
15535version = "0.1.0"
15536dependencies = [
15537 "anyhow",
15538 "collections",
15539 "editor",
15540 "file_icons",
15541 "fuzzy",
15542 "gpui",
15543 "itertools 0.14.0",
15544 "language",
15545 "menu",
15546 "picker",
15547 "project",
15548 "serde",
15549 "serde_json",
15550 "task",
15551 "tree-sitter-rust",
15552 "tree-sitter-typescript",
15553 "ui",
15554 "util",
15555 "workspace",
15556 "workspace-hack",
15557 "zed_actions",
15558]
15559
15560[[package]]
15561name = "telemetry"
15562version = "0.1.0"
15563dependencies = [
15564 "futures 0.3.31",
15565 "serde",
15566 "serde_json",
15567 "telemetry_events",
15568 "workspace-hack",
15569]
15570
15571[[package]]
15572name = "telemetry_events"
15573version = "0.1.0"
15574dependencies = [
15575 "semantic_version",
15576 "serde",
15577 "serde_json",
15578 "workspace-hack",
15579]
15580
15581[[package]]
15582name = "tempfile"
15583version = "3.20.0"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15586dependencies = [
15587 "fastrand 2.3.0",
15588 "getrandom 0.3.2",
15589 "once_cell",
15590 "rustix 1.0.7",
15591 "windows-sys 0.59.0",
15592]
15593
15594[[package]]
15595name = "tendril"
15596version = "0.4.3"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15599dependencies = [
15600 "futf",
15601 "mac",
15602 "utf-8",
15603]
15604
15605[[package]]
15606name = "termcolor"
15607version = "1.4.1"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15610dependencies = [
15611 "winapi-util",
15612]
15613
15614[[package]]
15615name = "terminal"
15616version = "0.1.0"
15617dependencies = [
15618 "alacritty_terminal",
15619 "anyhow",
15620 "collections",
15621 "dirs 4.0.0",
15622 "futures 0.3.31",
15623 "gpui",
15624 "libc",
15625 "rand 0.8.5",
15626 "regex",
15627 "release_channel",
15628 "schemars",
15629 "serde",
15630 "serde_derive",
15631 "settings",
15632 "smol",
15633 "sysinfo",
15634 "task",
15635 "theme",
15636 "thiserror 2.0.12",
15637 "util",
15638 "windows 0.61.1",
15639 "workspace-hack",
15640]
15641
15642[[package]]
15643name = "terminal_size"
15644version = "0.4.2"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15647dependencies = [
15648 "rustix 1.0.7",
15649 "windows-sys 0.59.0",
15650]
15651
15652[[package]]
15653name = "terminal_view"
15654version = "0.1.0"
15655dependencies = [
15656 "anyhow",
15657 "assistant_slash_command",
15658 "async-recursion 1.1.1",
15659 "breadcrumbs",
15660 "client",
15661 "collections",
15662 "db",
15663 "dirs 4.0.0",
15664 "editor",
15665 "futures 0.3.31",
15666 "gpui",
15667 "itertools 0.14.0",
15668 "language",
15669 "log",
15670 "project",
15671 "rand 0.8.5",
15672 "regex",
15673 "schemars",
15674 "search",
15675 "serde",
15676 "serde_json",
15677 "settings",
15678 "shellexpand 2.1.2",
15679 "smol",
15680 "task",
15681 "terminal",
15682 "theme",
15683 "ui",
15684 "util",
15685 "workspace",
15686 "workspace-hack",
15687 "zed_actions",
15688]
15689
15690[[package]]
15691name = "text"
15692version = "0.1.0"
15693dependencies = [
15694 "anyhow",
15695 "clock",
15696 "collections",
15697 "ctor",
15698 "env_logger 0.11.8",
15699 "gpui",
15700 "http_client",
15701 "log",
15702 "parking_lot",
15703 "postage",
15704 "rand 0.8.5",
15705 "regex",
15706 "rope",
15707 "smallvec",
15708 "sum_tree",
15709 "util",
15710 "workspace-hack",
15711]
15712
15713[[package]]
15714name = "theme"
15715version = "0.1.0"
15716dependencies = [
15717 "anyhow",
15718 "collections",
15719 "derive_more",
15720 "fs",
15721 "futures 0.3.31",
15722 "gpui",
15723 "indexmap",
15724 "log",
15725 "palette",
15726 "parking_lot",
15727 "refineable",
15728 "schemars",
15729 "serde",
15730 "serde_derive",
15731 "serde_json",
15732 "serde_json_lenient",
15733 "serde_repr",
15734 "settings",
15735 "strum 0.27.1",
15736 "thiserror 2.0.12",
15737 "util",
15738 "uuid",
15739 "workspace-hack",
15740]
15741
15742[[package]]
15743name = "theme_extension"
15744version = "0.1.0"
15745dependencies = [
15746 "anyhow",
15747 "extension",
15748 "fs",
15749 "gpui",
15750 "theme",
15751 "workspace-hack",
15752]
15753
15754[[package]]
15755name = "theme_importer"
15756version = "0.1.0"
15757dependencies = [
15758 "anyhow",
15759 "clap",
15760 "gpui",
15761 "indexmap",
15762 "log",
15763 "palette",
15764 "rust-embed",
15765 "serde",
15766 "serde_json",
15767 "serde_json_lenient",
15768 "simplelog",
15769 "strum 0.27.1",
15770 "theme",
15771 "vscode_theme",
15772 "workspace-hack",
15773]
15774
15775[[package]]
15776name = "theme_selector"
15777version = "0.1.0"
15778dependencies = [
15779 "fs",
15780 "fuzzy",
15781 "gpui",
15782 "log",
15783 "picker",
15784 "serde",
15785 "settings",
15786 "telemetry",
15787 "theme",
15788 "ui",
15789 "util",
15790 "workspace",
15791 "workspace-hack",
15792 "zed_actions",
15793]
15794
15795[[package]]
15796name = "thiserror"
15797version = "1.0.69"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15800dependencies = [
15801 "thiserror-impl 1.0.69",
15802]
15803
15804[[package]]
15805name = "thiserror"
15806version = "2.0.12"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15809dependencies = [
15810 "thiserror-impl 2.0.12",
15811]
15812
15813[[package]]
15814name = "thiserror-impl"
15815version = "1.0.69"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15818dependencies = [
15819 "proc-macro2",
15820 "quote",
15821 "syn 2.0.101",
15822]
15823
15824[[package]]
15825name = "thiserror-impl"
15826version = "2.0.12"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15829dependencies = [
15830 "proc-macro2",
15831 "quote",
15832 "syn 2.0.101",
15833]
15834
15835[[package]]
15836name = "thread_local"
15837version = "1.1.8"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15840dependencies = [
15841 "cfg-if",
15842 "once_cell",
15843]
15844
15845[[package]]
15846name = "tiff"
15847version = "0.9.1"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15850dependencies = [
15851 "flate2",
15852 "jpeg-decoder",
15853 "weezl",
15854]
15855
15856[[package]]
15857name = "tiktoken-rs"
15858version = "0.7.0"
15859source = "registry+https://github.com/rust-lang/crates.io-index"
15860checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15861dependencies = [
15862 "anyhow",
15863 "base64 0.22.1",
15864 "bstr",
15865 "fancy-regex 0.13.0",
15866 "lazy_static",
15867 "regex",
15868 "rustc-hash 1.1.0",
15869]
15870
15871[[package]]
15872name = "time"
15873version = "0.3.41"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15876dependencies = [
15877 "deranged",
15878 "itoa",
15879 "libc",
15880 "num-conv",
15881 "num_threads",
15882 "powerfmt",
15883 "serde",
15884 "time-core",
15885 "time-macros",
15886]
15887
15888[[package]]
15889name = "time-core"
15890version = "0.1.4"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15893
15894[[package]]
15895name = "time-macros"
15896version = "0.2.22"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15899dependencies = [
15900 "num-conv",
15901 "time-core",
15902]
15903
15904[[package]]
15905name = "time_format"
15906version = "0.1.0"
15907dependencies = [
15908 "core-foundation 0.10.0",
15909 "core-foundation-sys",
15910 "sys-locale",
15911 "time",
15912 "workspace-hack",
15913]
15914
15915[[package]]
15916name = "tiny-keccak"
15917version = "2.0.2"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15920dependencies = [
15921 "crunchy",
15922]
15923
15924[[package]]
15925name = "tiny-skia"
15926version = "0.11.4"
15927source = "registry+https://github.com/rust-lang/crates.io-index"
15928checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15929dependencies = [
15930 "arrayref",
15931 "arrayvec",
15932 "bytemuck",
15933 "cfg-if",
15934 "log",
15935 "png",
15936 "tiny-skia-path",
15937]
15938
15939[[package]]
15940name = "tiny-skia-path"
15941version = "0.11.4"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15944dependencies = [
15945 "arrayref",
15946 "bytemuck",
15947 "strict-num",
15948]
15949
15950[[package]]
15951name = "tiny_http"
15952version = "0.8.2"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15955dependencies = [
15956 "ascii",
15957 "chrono",
15958 "chunked_transfer",
15959 "log",
15960 "url",
15961]
15962
15963[[package]]
15964name = "tinystr"
15965version = "0.7.6"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15968dependencies = [
15969 "displaydoc",
15970 "zerovec",
15971]
15972
15973[[package]]
15974name = "tinytemplate"
15975version = "1.2.1"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15978dependencies = [
15979 "serde",
15980 "serde_json",
15981]
15982
15983[[package]]
15984name = "tinyvec"
15985version = "1.9.0"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15988dependencies = [
15989 "tinyvec_macros",
15990]
15991
15992[[package]]
15993name = "tinyvec_macros"
15994version = "0.1.1"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15997
15998[[package]]
15999name = "title_bar"
16000version = "0.1.0"
16001dependencies = [
16002 "auto_update",
16003 "call",
16004 "chrono",
16005 "client",
16006 "collections",
16007 "db",
16008 "gpui",
16009 "http_client",
16010 "notifications",
16011 "pretty_assertions",
16012 "project",
16013 "remote",
16014 "rpc",
16015 "schemars",
16016 "serde",
16017 "settings",
16018 "smallvec",
16019 "story",
16020 "telemetry",
16021 "theme",
16022 "tree-sitter-md",
16023 "ui",
16024 "util",
16025 "windows 0.61.1",
16026 "workspace",
16027 "workspace-hack",
16028 "zed_actions",
16029]
16030
16031[[package]]
16032name = "tokio"
16033version = "1.44.2"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16036dependencies = [
16037 "backtrace",
16038 "bytes 1.10.1",
16039 "libc",
16040 "mio",
16041 "parking_lot",
16042 "pin-project-lite",
16043 "signal-hook-registry",
16044 "socket2",
16045 "tokio-macros",
16046 "windows-sys 0.52.0",
16047]
16048
16049[[package]]
16050name = "tokio-io"
16051version = "0.1.13"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16054dependencies = [
16055 "bytes 0.4.12",
16056 "futures 0.1.31",
16057 "log",
16058]
16059
16060[[package]]
16061name = "tokio-macros"
16062version = "2.5.0"
16063source = "registry+https://github.com/rust-lang/crates.io-index"
16064checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16065dependencies = [
16066 "proc-macro2",
16067 "quote",
16068 "syn 2.0.101",
16069]
16070
16071[[package]]
16072name = "tokio-native-tls"
16073version = "0.3.1"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16076dependencies = [
16077 "native-tls",
16078 "tokio",
16079]
16080
16081[[package]]
16082name = "tokio-rustls"
16083version = "0.24.1"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16086dependencies = [
16087 "rustls 0.21.12",
16088 "tokio",
16089]
16090
16091[[package]]
16092name = "tokio-rustls"
16093version = "0.26.2"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16096dependencies = [
16097 "rustls 0.23.26",
16098 "tokio",
16099]
16100
16101[[package]]
16102name = "tokio-socks"
16103version = "0.5.2"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16106dependencies = [
16107 "either",
16108 "futures-io",
16109 "futures-util",
16110 "thiserror 1.0.69",
16111 "tokio",
16112]
16113
16114[[package]]
16115name = "tokio-stream"
16116version = "0.1.17"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16119dependencies = [
16120 "futures-core",
16121 "pin-project-lite",
16122 "tokio",
16123]
16124
16125[[package]]
16126name = "tokio-tungstenite"
16127version = "0.20.1"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16130dependencies = [
16131 "futures-util",
16132 "log",
16133 "tokio",
16134 "tungstenite 0.20.1",
16135]
16136
16137[[package]]
16138name = "tokio-tungstenite"
16139version = "0.21.0"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16142dependencies = [
16143 "futures-util",
16144 "log",
16145 "tokio",
16146 "tungstenite 0.21.0",
16147]
16148
16149[[package]]
16150name = "tokio-tungstenite"
16151version = "0.26.2"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16154dependencies = [
16155 "futures-util",
16156 "log",
16157 "rustls 0.23.26",
16158 "rustls-pki-types",
16159 "tokio",
16160 "tokio-rustls 0.26.2",
16161 "tungstenite 0.26.2",
16162]
16163
16164[[package]]
16165name = "tokio-util"
16166version = "0.7.14"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16169dependencies = [
16170 "bytes 1.10.1",
16171 "futures-core",
16172 "futures-io",
16173 "futures-sink",
16174 "pin-project-lite",
16175 "tokio",
16176]
16177
16178[[package]]
16179name = "toml"
16180version = "0.5.11"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16183dependencies = [
16184 "serde",
16185]
16186
16187[[package]]
16188name = "toml"
16189version = "0.8.20"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16192dependencies = [
16193 "serde",
16194 "serde_spanned",
16195 "toml_datetime",
16196 "toml_edit",
16197]
16198
16199[[package]]
16200name = "toml_datetime"
16201version = "0.6.9"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16204dependencies = [
16205 "serde",
16206]
16207
16208[[package]]
16209name = "toml_edit"
16210version = "0.22.26"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16213dependencies = [
16214 "indexmap",
16215 "serde",
16216 "serde_spanned",
16217 "toml_datetime",
16218 "toml_write",
16219 "winnow",
16220]
16221
16222[[package]]
16223name = "toml_write"
16224version = "0.1.1"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16227
16228[[package]]
16229name = "toolchain_selector"
16230version = "0.1.0"
16231dependencies = [
16232 "editor",
16233 "fuzzy",
16234 "gpui",
16235 "language",
16236 "picker",
16237 "project",
16238 "ui",
16239 "util",
16240 "workspace",
16241 "workspace-hack",
16242]
16243
16244[[package]]
16245name = "topological-sort"
16246version = "0.2.2"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16249
16250[[package]]
16251name = "tower"
16252version = "0.4.13"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16255dependencies = [
16256 "futures-core",
16257 "futures-util",
16258 "pin-project",
16259 "pin-project-lite",
16260 "tokio",
16261 "tower-layer",
16262 "tower-service",
16263 "tracing",
16264]
16265
16266[[package]]
16267name = "tower"
16268version = "0.5.2"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16271dependencies = [
16272 "futures-core",
16273 "futures-util",
16274 "pin-project-lite",
16275 "sync_wrapper 1.0.2",
16276 "tokio",
16277 "tower-layer",
16278 "tower-service",
16279]
16280
16281[[package]]
16282name = "tower-http"
16283version = "0.3.5"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16286dependencies = [
16287 "bitflags 1.3.2",
16288 "bytes 1.10.1",
16289 "futures-core",
16290 "futures-util",
16291 "http 0.2.12",
16292 "http-body 0.4.6",
16293 "http-range-header",
16294 "pin-project-lite",
16295 "tower-layer",
16296 "tower-service",
16297]
16298
16299[[package]]
16300name = "tower-http"
16301version = "0.4.4"
16302source = "registry+https://github.com/rust-lang/crates.io-index"
16303checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16304dependencies = [
16305 "bitflags 2.9.0",
16306 "bytes 1.10.1",
16307 "futures-core",
16308 "futures-util",
16309 "http 0.2.12",
16310 "http-body 0.4.6",
16311 "http-range-header",
16312 "pin-project-lite",
16313 "tower-layer",
16314 "tower-service",
16315 "tracing",
16316]
16317
16318[[package]]
16319name = "tower-layer"
16320version = "0.3.3"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16323
16324[[package]]
16325name = "tower-service"
16326version = "0.3.3"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16329
16330[[package]]
16331name = "tracing"
16332version = "0.1.41"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16335dependencies = [
16336 "log",
16337 "pin-project-lite",
16338 "tracing-attributes",
16339 "tracing-core",
16340]
16341
16342[[package]]
16343name = "tracing-attributes"
16344version = "0.1.28"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16347dependencies = [
16348 "proc-macro2",
16349 "quote",
16350 "syn 2.0.101",
16351]
16352
16353[[package]]
16354name = "tracing-core"
16355version = "0.1.33"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16358dependencies = [
16359 "once_cell",
16360 "valuable",
16361]
16362
16363[[package]]
16364name = "tracing-log"
16365version = "0.2.0"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16368dependencies = [
16369 "log",
16370 "once_cell",
16371 "tracing-core",
16372]
16373
16374[[package]]
16375name = "tracing-serde"
16376version = "0.2.0"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16379dependencies = [
16380 "serde",
16381 "tracing-core",
16382]
16383
16384[[package]]
16385name = "tracing-subscriber"
16386version = "0.3.19"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16389dependencies = [
16390 "matchers",
16391 "nu-ansi-term",
16392 "once_cell",
16393 "regex",
16394 "serde",
16395 "serde_json",
16396 "sharded-slab",
16397 "smallvec",
16398 "thread_local",
16399 "tracing",
16400 "tracing-core",
16401 "tracing-log",
16402 "tracing-serde",
16403]
16404
16405[[package]]
16406name = "trait-variant"
16407version = "0.1.2"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16410dependencies = [
16411 "proc-macro2",
16412 "quote",
16413 "syn 2.0.101",
16414]
16415
16416[[package]]
16417name = "tree-sitter"
16418version = "0.25.3"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16421dependencies = [
16422 "cc",
16423 "regex",
16424 "regex-syntax 0.8.5",
16425 "serde_json",
16426 "streaming-iterator",
16427 "tree-sitter-language",
16428 "wasmtime-c-api-impl",
16429]
16430
16431[[package]]
16432name = "tree-sitter-bash"
16433version = "0.23.3"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16436dependencies = [
16437 "cc",
16438 "tree-sitter-language",
16439]
16440
16441[[package]]
16442name = "tree-sitter-c"
16443version = "0.23.4"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16446dependencies = [
16447 "cc",
16448 "tree-sitter-language",
16449]
16450
16451[[package]]
16452name = "tree-sitter-cpp"
16453version = "0.23.4"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16456dependencies = [
16457 "cc",
16458 "tree-sitter-language",
16459]
16460
16461[[package]]
16462name = "tree-sitter-css"
16463version = "0.23.2"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16466dependencies = [
16467 "cc",
16468 "tree-sitter-language",
16469]
16470
16471[[package]]
16472name = "tree-sitter-diff"
16473version = "0.1.0"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16476dependencies = [
16477 "cc",
16478 "tree-sitter-language",
16479]
16480
16481[[package]]
16482name = "tree-sitter-elixir"
16483version = "0.3.4"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16486dependencies = [
16487 "cc",
16488 "tree-sitter-language",
16489]
16490
16491[[package]]
16492name = "tree-sitter-embedded-template"
16493version = "0.23.2"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16496dependencies = [
16497 "cc",
16498 "tree-sitter-language",
16499]
16500
16501[[package]]
16502name = "tree-sitter-gitcommit"
16503version = "0.0.1"
16504source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16505dependencies = [
16506 "cc",
16507 "tree-sitter-language",
16508]
16509
16510[[package]]
16511name = "tree-sitter-go"
16512version = "0.23.4"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16515dependencies = [
16516 "cc",
16517 "tree-sitter-language",
16518]
16519
16520[[package]]
16521name = "tree-sitter-gomod"
16522version = "1.1.1"
16523source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16524dependencies = [
16525 "cc",
16526 "tree-sitter-language",
16527]
16528
16529[[package]]
16530name = "tree-sitter-gowork"
16531version = "0.0.1"
16532source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16533dependencies = [
16534 "cc",
16535 "tree-sitter-language",
16536]
16537
16538[[package]]
16539name = "tree-sitter-heex"
16540version = "0.0.1"
16541source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16542dependencies = [
16543 "cc",
16544 "tree-sitter-language",
16545]
16546
16547[[package]]
16548name = "tree-sitter-html"
16549version = "0.23.2"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16552dependencies = [
16553 "cc",
16554 "tree-sitter-language",
16555]
16556
16557[[package]]
16558name = "tree-sitter-jsdoc"
16559version = "0.23.2"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16562dependencies = [
16563 "cc",
16564 "tree-sitter-language",
16565]
16566
16567[[package]]
16568name = "tree-sitter-json"
16569version = "0.24.8"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16572dependencies = [
16573 "cc",
16574 "tree-sitter-language",
16575]
16576
16577[[package]]
16578name = "tree-sitter-language"
16579version = "0.1.5"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16582
16583[[package]]
16584name = "tree-sitter-md"
16585version = "0.3.2"
16586source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16587dependencies = [
16588 "cc",
16589 "tree-sitter-language",
16590]
16591
16592[[package]]
16593name = "tree-sitter-python"
16594version = "0.23.6"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16597dependencies = [
16598 "cc",
16599 "tree-sitter-language",
16600]
16601
16602[[package]]
16603name = "tree-sitter-regex"
16604version = "0.24.3"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16607dependencies = [
16608 "cc",
16609 "tree-sitter-language",
16610]
16611
16612[[package]]
16613name = "tree-sitter-ruby"
16614version = "0.23.1"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16617dependencies = [
16618 "cc",
16619 "tree-sitter-language",
16620]
16621
16622[[package]]
16623name = "tree-sitter-rust"
16624version = "0.24.0"
16625source = "registry+https://github.com/rust-lang/crates.io-index"
16626checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16627dependencies = [
16628 "cc",
16629 "tree-sitter-language",
16630]
16631
16632[[package]]
16633name = "tree-sitter-typescript"
16634version = "0.23.2"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16637dependencies = [
16638 "cc",
16639 "tree-sitter-language",
16640]
16641
16642[[package]]
16643name = "tree-sitter-yaml"
16644version = "0.6.1"
16645source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16646dependencies = [
16647 "cc",
16648 "tree-sitter-language",
16649]
16650
16651[[package]]
16652name = "try-lock"
16653version = "0.2.5"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16656
16657[[package]]
16658name = "ttf-parser"
16659version = "0.20.0"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16662
16663[[package]]
16664name = "ttf-parser"
16665version = "0.21.1"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16668
16669[[package]]
16670name = "ttf-parser"
16671version = "0.25.1"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16674dependencies = [
16675 "core_maths",
16676]
16677
16678[[package]]
16679name = "tungstenite"
16680version = "0.20.1"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16683dependencies = [
16684 "byteorder",
16685 "bytes 1.10.1",
16686 "data-encoding",
16687 "http 0.2.12",
16688 "httparse",
16689 "log",
16690 "rand 0.8.5",
16691 "sha1",
16692 "thiserror 1.0.69",
16693 "url",
16694 "utf-8",
16695]
16696
16697[[package]]
16698name = "tungstenite"
16699version = "0.21.0"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16702dependencies = [
16703 "byteorder",
16704 "bytes 1.10.1",
16705 "data-encoding",
16706 "http 1.3.1",
16707 "httparse",
16708 "log",
16709 "rand 0.8.5",
16710 "sha1",
16711 "thiserror 1.0.69",
16712 "url",
16713 "utf-8",
16714]
16715
16716[[package]]
16717name = "tungstenite"
16718version = "0.26.2"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16721dependencies = [
16722 "bytes 1.10.1",
16723 "data-encoding",
16724 "http 1.3.1",
16725 "httparse",
16726 "log",
16727 "rand 0.9.1",
16728 "rustls 0.23.26",
16729 "rustls-pki-types",
16730 "sha1",
16731 "thiserror 2.0.12",
16732 "utf-8",
16733]
16734
16735[[package]]
16736name = "typeid"
16737version = "1.0.3"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16740
16741[[package]]
16742name = "typenum"
16743version = "1.18.0"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16746
16747[[package]]
16748name = "ucd-trie"
16749version = "0.1.7"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16752
16753[[package]]
16754name = "uds_windows"
16755version = "1.1.0"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16758dependencies = [
16759 "memoffset",
16760 "tempfile",
16761 "winapi",
16762]
16763
16764[[package]]
16765name = "ui"
16766version = "0.1.0"
16767dependencies = [
16768 "chrono",
16769 "component",
16770 "documented",
16771 "gpui",
16772 "icons",
16773 "itertools 0.14.0",
16774 "menu",
16775 "serde",
16776 "settings",
16777 "smallvec",
16778 "story",
16779 "strum 0.27.1",
16780 "theme",
16781 "ui_macros",
16782 "util",
16783 "windows 0.61.1",
16784 "workspace-hack",
16785]
16786
16787[[package]]
16788name = "ui_input"
16789version = "0.1.0"
16790dependencies = [
16791 "component",
16792 "editor",
16793 "gpui",
16794 "settings",
16795 "theme",
16796 "ui",
16797 "workspace-hack",
16798]
16799
16800[[package]]
16801name = "ui_macros"
16802version = "0.1.0"
16803dependencies = [
16804 "quote",
16805 "syn 1.0.109",
16806 "workspace-hack",
16807]
16808
16809[[package]]
16810name = "ui_prompt"
16811version = "0.1.0"
16812dependencies = [
16813 "gpui",
16814 "markdown",
16815 "menu",
16816 "settings",
16817 "theme",
16818 "ui",
16819 "workspace",
16820 "workspace-hack",
16821]
16822
16823[[package]]
16824name = "uluru"
16825version = "3.1.0"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16828dependencies = [
16829 "arrayvec",
16830]
16831
16832[[package]]
16833name = "unicase"
16834version = "2.8.1"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16837
16838[[package]]
16839name = "unicode-bidi"
16840version = "0.3.18"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16843
16844[[package]]
16845name = "unicode-bidi-mirroring"
16846version = "0.2.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16849
16850[[package]]
16851name = "unicode-bidi-mirroring"
16852version = "0.4.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16855
16856[[package]]
16857name = "unicode-bom"
16858version = "2.0.3"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16861
16862[[package]]
16863name = "unicode-ccc"
16864version = "0.2.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16867
16868[[package]]
16869name = "unicode-ccc"
16870version = "0.4.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16873
16874[[package]]
16875name = "unicode-ident"
16876version = "1.0.18"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16879
16880[[package]]
16881name = "unicode-linebreak"
16882version = "0.1.5"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16885
16886[[package]]
16887name = "unicode-normalization"
16888version = "0.1.24"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16891dependencies = [
16892 "tinyvec",
16893]
16894
16895[[package]]
16896name = "unicode-properties"
16897version = "0.1.3"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16900
16901[[package]]
16902name = "unicode-script"
16903version = "0.5.7"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16906
16907[[package]]
16908name = "unicode-segmentation"
16909version = "1.12.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16912
16913[[package]]
16914name = "unicode-vo"
16915version = "0.1.0"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16918
16919[[package]]
16920name = "unicode-width"
16921version = "0.1.14"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16924
16925[[package]]
16926name = "unicode-width"
16927version = "0.2.0"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16930
16931[[package]]
16932name = "unicode-xid"
16933version = "0.2.6"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16936
16937[[package]]
16938name = "unicode_categories"
16939version = "0.1.1"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16942
16943[[package]]
16944name = "unindent"
16945version = "0.2.4"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16948
16949[[package]]
16950name = "untrusted"
16951version = "0.9.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16954
16955[[package]]
16956name = "url"
16957version = "2.5.4"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16960dependencies = [
16961 "form_urlencoded",
16962 "idna",
16963 "percent-encoding",
16964 "serde",
16965]
16966
16967[[package]]
16968name = "urlencoding"
16969version = "2.1.3"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16972
16973[[package]]
16974name = "usvg"
16975version = "0.45.1"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16978dependencies = [
16979 "base64 0.22.1",
16980 "data-url",
16981 "flate2",
16982 "fontdb 0.23.0",
16983 "imagesize",
16984 "kurbo",
16985 "log",
16986 "pico-args",
16987 "roxmltree",
16988 "rustybuzz 0.20.1",
16989 "simplecss",
16990 "siphasher",
16991 "strict-num",
16992 "svgtypes",
16993 "tiny-skia-path",
16994 "unicode-bidi",
16995 "unicode-script",
16996 "unicode-vo",
16997 "xmlwriter",
16998]
16999
17000[[package]]
17001name = "utf-8"
17002version = "0.7.6"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17005
17006[[package]]
17007name = "utf16_iter"
17008version = "1.0.5"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17011
17012[[package]]
17013name = "utf8_iter"
17014version = "1.0.4"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17017
17018[[package]]
17019name = "utf8parse"
17020version = "0.2.2"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17023
17024[[package]]
17025name = "util"
17026version = "0.1.0"
17027dependencies = [
17028 "anyhow",
17029 "async-fs",
17030 "async_zip",
17031 "collections",
17032 "dirs 4.0.0",
17033 "dunce",
17034 "futures 0.3.31",
17035 "futures-lite 1.13.0",
17036 "git2",
17037 "globset",
17038 "itertools 0.14.0",
17039 "libc",
17040 "log",
17041 "rand 0.8.5",
17042 "regex",
17043 "rust-embed",
17044 "serde",
17045 "serde_json",
17046 "smol",
17047 "take-until",
17048 "tempfile",
17049 "tendril",
17050 "unicase",
17051 "util_macros",
17052 "walkdir",
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-compression",
19141 "async-std",
19142 "async-tungstenite",
19143 "aws-config",
19144 "aws-credential-types",
19145 "aws-runtime",
19146 "aws-sigv4",
19147 "aws-smithy-async",
19148 "aws-smithy-http",
19149 "aws-smithy-runtime",
19150 "aws-smithy-runtime-api",
19151 "aws-smithy-types",
19152 "base64 0.22.1",
19153 "base64ct",
19154 "bigdecimal",
19155 "bit-set 0.8.0",
19156 "bit-vec 0.8.0",
19157 "bitflags 2.9.0",
19158 "bstr",
19159 "bytemuck",
19160 "byteorder",
19161 "bytes 1.10.1",
19162 "cc",
19163 "chrono",
19164 "cipher",
19165 "clang-sys",
19166 "clap",
19167 "clap_builder",
19168 "codespan-reporting 0.12.0",
19169 "concurrent-queue",
19170 "core-foundation 0.9.4",
19171 "core-foundation-sys",
19172 "coreaudio-sys",
19173 "cranelift-codegen",
19174 "crc32fast",
19175 "crossbeam-epoch",
19176 "crossbeam-utils",
19177 "crypto-common",
19178 "deranged",
19179 "digest",
19180 "either",
19181 "euclid",
19182 "event-listener 5.4.0",
19183 "event-listener-strategy",
19184 "flate2",
19185 "flume",
19186 "foldhash",
19187 "form_urlencoded",
19188 "futures 0.3.31",
19189 "futures-channel",
19190 "futures-core",
19191 "futures-executor",
19192 "futures-io",
19193 "futures-sink",
19194 "futures-task",
19195 "futures-util",
19196 "getrandom 0.2.15",
19197 "getrandom 0.3.2",
19198 "gimli",
19199 "half",
19200 "handlebars 4.5.0",
19201 "hashbrown 0.14.5",
19202 "hashbrown 0.15.3",
19203 "heck 0.4.1",
19204 "hmac",
19205 "hyper 0.14.32",
19206 "hyper-rustls 0.27.5",
19207 "idna",
19208 "indexmap",
19209 "inout",
19210 "itertools 0.12.1",
19211 "itertools 0.13.0",
19212 "jiff",
19213 "lazy_static",
19214 "libc",
19215 "libsqlite3-sys",
19216 "linux-raw-sys 0.4.15",
19217 "linux-raw-sys 0.9.4",
19218 "log",
19219 "lyon",
19220 "lyon_path",
19221 "md-5",
19222 "memchr",
19223 "miniz_oxide",
19224 "mio",
19225 "naga",
19226 "nix 0.29.0",
19227 "nom",
19228 "num-bigint",
19229 "num-bigint-dig",
19230 "num-integer",
19231 "num-iter",
19232 "num-rational",
19233 "num-traits",
19234 "objc2",
19235 "objc2-foundation",
19236 "objc2-metal",
19237 "object",
19238 "once_cell",
19239 "percent-encoding",
19240 "phf",
19241 "phf_shared",
19242 "prettyplease",
19243 "proc-macro2",
19244 "prost 0.9.0",
19245 "prost-types 0.9.0",
19246 "quote",
19247 "rand 0.8.5",
19248 "rand 0.9.1",
19249 "rand_chacha 0.3.1",
19250 "rand_core 0.6.4",
19251 "regalloc2",
19252 "regex",
19253 "regex-automata 0.4.9",
19254 "regex-syntax 0.8.5",
19255 "ring",
19256 "rust_decimal",
19257 "rustc-hash 1.1.0",
19258 "rustix 0.38.44",
19259 "rustix 1.0.7",
19260 "rustls 0.23.26",
19261 "rustls-webpki 0.103.1",
19262 "scopeguard",
19263 "sea-orm",
19264 "sea-query-binder",
19265 "security-framework 3.2.0",
19266 "security-framework-sys",
19267 "semver",
19268 "serde",
19269 "serde_derive",
19270 "serde_json",
19271 "sha1",
19272 "simd-adler32",
19273 "smallvec",
19274 "spin",
19275 "sqlx",
19276 "sqlx-macros",
19277 "sqlx-macros-core",
19278 "sqlx-postgres",
19279 "sqlx-sqlite",
19280 "strum 0.26.3",
19281 "subtle",
19282 "syn 1.0.109",
19283 "syn 2.0.101",
19284 "sync_wrapper 1.0.2",
19285 "thiserror 2.0.12",
19286 "time",
19287 "time-macros",
19288 "tokio",
19289 "tokio-rustls 0.26.2",
19290 "tokio-socks",
19291 "tokio-stream",
19292 "tokio-util",
19293 "toml_datetime",
19294 "toml_edit",
19295 "tower 0.5.2",
19296 "tracing",
19297 "tracing-core",
19298 "tungstenite 0.26.2",
19299 "unicode-normalization",
19300 "unicode-properties",
19301 "url",
19302 "uuid",
19303 "wasm-encoder 0.221.3",
19304 "wasmparser 0.221.3",
19305 "wasmtime",
19306 "wasmtime-cranelift",
19307 "wasmtime-environ",
19308 "winapi",
19309 "windows-core 0.61.0",
19310 "windows-numerics",
19311 "windows-sys 0.48.0",
19312 "windows-sys 0.52.0",
19313 "windows-sys 0.59.0",
19314 "winnow",
19315 "zeroize",
19316 "zvariant",
19317]
19318
19319[[package]]
19320name = "worktree"
19321version = "0.1.0"
19322dependencies = [
19323 "anyhow",
19324 "clock",
19325 "collections",
19326 "env_logger 0.11.8",
19327 "fs",
19328 "futures 0.3.31",
19329 "fuzzy",
19330 "git",
19331 "git2",
19332 "gpui",
19333 "http_client",
19334 "ignore",
19335 "language",
19336 "log",
19337 "parking_lot",
19338 "paths",
19339 "postage",
19340 "pretty_assertions",
19341 "rand 0.8.5",
19342 "rpc",
19343 "schemars",
19344 "serde",
19345 "serde_json",
19346 "settings",
19347 "smallvec",
19348 "smol",
19349 "sum_tree",
19350 "text",
19351 "util",
19352 "workspace-hack",
19353]
19354
19355[[package]]
19356name = "write16"
19357version = "1.0.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19360
19361[[package]]
19362name = "writeable"
19363version = "0.5.5"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19366
19367[[package]]
19368name = "wyz"
19369version = "0.5.1"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19372dependencies = [
19373 "tap",
19374]
19375
19376[[package]]
19377name = "x11"
19378version = "2.21.0"
19379source = "registry+https://github.com/rust-lang/crates.io-index"
19380checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19381dependencies = [
19382 "libc",
19383 "pkg-config",
19384]
19385
19386[[package]]
19387name = "x11-clipboard"
19388version = "0.9.3"
19389source = "registry+https://github.com/rust-lang/crates.io-index"
19390checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19391dependencies = [
19392 "libc",
19393 "x11rb",
19394]
19395
19396[[package]]
19397name = "x11rb"
19398version = "0.13.1"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19401dependencies = [
19402 "as-raw-xcb-connection",
19403 "gethostname",
19404 "libc",
19405 "rustix 0.38.44",
19406 "x11rb-protocol",
19407]
19408
19409[[package]]
19410name = "x11rb-protocol"
19411version = "0.13.1"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19414
19415[[package]]
19416name = "xattr"
19417version = "0.2.3"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19420dependencies = [
19421 "libc",
19422]
19423
19424[[package]]
19425name = "xcb"
19426version = "1.5.0"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19429dependencies = [
19430 "bitflags 1.3.2",
19431 "libc",
19432 "quick-xml 0.30.0",
19433 "x11",
19434]
19435
19436[[package]]
19437name = "xcursor"
19438version = "0.3.8"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19441
19442[[package]]
19443name = "xdg-home"
19444version = "1.3.0"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19447dependencies = [
19448 "libc",
19449 "windows-sys 0.59.0",
19450]
19451
19452[[package]]
19453name = "xim"
19454version = "0.4.0"
19455source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19456dependencies = [
19457 "ahash 0.8.11",
19458 "hashbrown 0.14.5",
19459 "log",
19460 "x11rb",
19461 "xim-ctext",
19462 "xim-parser",
19463]
19464
19465[[package]]
19466name = "xim-ctext"
19467version = "0.3.0"
19468source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19469dependencies = [
19470 "encoding_rs",
19471]
19472
19473[[package]]
19474name = "xim-parser"
19475version = "0.2.1"
19476source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19477dependencies = [
19478 "bitflags 2.9.0",
19479]
19480
19481[[package]]
19482name = "xkbcommon"
19483version = "0.8.0"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19486dependencies = [
19487 "as-raw-xcb-connection",
19488 "libc",
19489 "memmap2",
19490 "xkeysym",
19491]
19492
19493[[package]]
19494name = "xkeysym"
19495version = "0.2.1"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19498
19499[[package]]
19500name = "xml5ever"
19501version = "0.18.1"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19504dependencies = [
19505 "log",
19506 "mac",
19507 "markup5ever 0.12.1",
19508]
19509
19510[[package]]
19511name = "xmlparser"
19512version = "0.13.6"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19515
19516[[package]]
19517name = "xmlwriter"
19518version = "0.1.0"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19521
19522[[package]]
19523name = "xtask"
19524version = "0.1.0"
19525dependencies = [
19526 "anyhow",
19527 "cargo_metadata",
19528 "cargo_toml",
19529 "clap",
19530 "workspace-hack",
19531]
19532
19533[[package]]
19534name = "yaml-rust2"
19535version = "0.8.1"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19538dependencies = [
19539 "arraydeque",
19540 "encoding_rs",
19541 "hashlink 0.8.4",
19542]
19543
19544[[package]]
19545name = "yansi"
19546version = "1.0.1"
19547source = "registry+https://github.com/rust-lang/crates.io-index"
19548checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19549
19550[[package]]
19551name = "yazi"
19552version = "0.2.1"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19555
19556[[package]]
19557name = "yeslogic-fontconfig-sys"
19558version = "6.0.0"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19561dependencies = [
19562 "dlib",
19563 "once_cell",
19564 "pkg-config",
19565]
19566
19567[[package]]
19568name = "yoke"
19569version = "0.7.5"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19572dependencies = [
19573 "serde",
19574 "stable_deref_trait",
19575 "yoke-derive",
19576 "zerofrom",
19577]
19578
19579[[package]]
19580name = "yoke-derive"
19581version = "0.7.5"
19582source = "registry+https://github.com/rust-lang/crates.io-index"
19583checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19584dependencies = [
19585 "proc-macro2",
19586 "quote",
19587 "syn 2.0.101",
19588 "synstructure",
19589]
19590
19591[[package]]
19592name = "zbus"
19593version = "5.5.0"
19594source = "registry+https://github.com/rust-lang/crates.io-index"
19595checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19596dependencies = [
19597 "async-broadcast",
19598 "async-executor",
19599 "async-fs",
19600 "async-io",
19601 "async-lock",
19602 "async-process",
19603 "async-recursion 1.1.1",
19604 "async-task",
19605 "async-trait",
19606 "blocking",
19607 "enumflags2",
19608 "event-listener 5.4.0",
19609 "futures-core",
19610 "futures-lite 2.6.0",
19611 "hex",
19612 "nix 0.29.0",
19613 "ordered-stream",
19614 "serde",
19615 "serde_repr",
19616 "static_assertions",
19617 "tracing",
19618 "uds_windows",
19619 "windows-sys 0.59.0",
19620 "winnow",
19621 "xdg-home",
19622 "zbus_macros",
19623 "zbus_names",
19624 "zvariant",
19625]
19626
19627[[package]]
19628name = "zbus_macros"
19629version = "5.5.0"
19630source = "registry+https://github.com/rust-lang/crates.io-index"
19631checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19632dependencies = [
19633 "proc-macro-crate",
19634 "proc-macro2",
19635 "quote",
19636 "syn 2.0.101",
19637 "zbus_names",
19638 "zvariant",
19639 "zvariant_utils",
19640]
19641
19642[[package]]
19643name = "zbus_names"
19644version = "4.2.0"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19647dependencies = [
19648 "serde",
19649 "static_assertions",
19650 "winnow",
19651 "zvariant",
19652]
19653
19654[[package]]
19655name = "zed"
19656version = "0.188.1"
19657dependencies = [
19658 "activity_indicator",
19659 "agent",
19660 "anyhow",
19661 "ashpd",
19662 "askpass",
19663 "assets",
19664 "assistant_context_editor",
19665 "assistant_settings",
19666 "assistant_tool",
19667 "assistant_tools",
19668 "async-watch",
19669 "audio",
19670 "auto_update",
19671 "auto_update_ui",
19672 "backtrace",
19673 "breadcrumbs",
19674 "call",
19675 "channel",
19676 "chrono",
19677 "clap",
19678 "cli",
19679 "client",
19680 "collab_ui",
19681 "collections",
19682 "command_palette",
19683 "component",
19684 "copilot",
19685 "dap",
19686 "dap_adapters",
19687 "db",
19688 "debug_adapter_extension",
19689 "debugger_tools",
19690 "debugger_ui",
19691 "diagnostics",
19692 "editor",
19693 "env_logger 0.11.8",
19694 "extension",
19695 "extension_host",
19696 "extensions_ui",
19697 "feature_flags",
19698 "feedback",
19699 "file_finder",
19700 "fs",
19701 "futures 0.3.31",
19702 "git",
19703 "git_hosting_providers",
19704 "git_ui",
19705 "go_to_line",
19706 "gpui",
19707 "gpui_tokio",
19708 "http_client",
19709 "image_viewer",
19710 "indoc",
19711 "inline_completion_button",
19712 "install_cli",
19713 "jj_ui",
19714 "journal",
19715 "language",
19716 "language_extension",
19717 "language_model",
19718 "language_models",
19719 "language_selector",
19720 "language_tools",
19721 "languages",
19722 "libc",
19723 "log",
19724 "markdown",
19725 "markdown_preview",
19726 "menu",
19727 "migrator",
19728 "mimalloc",
19729 "nix 0.29.0",
19730 "node_runtime",
19731 "notifications",
19732 "outline",
19733 "outline_panel",
19734 "parking_lot",
19735 "paths",
19736 "picker",
19737 "profiling",
19738 "project",
19739 "project_panel",
19740 "project_symbols",
19741 "prompt_store",
19742 "proto",
19743 "recent_projects",
19744 "release_channel",
19745 "remote",
19746 "repl",
19747 "reqwest_client",
19748 "rope",
19749 "search",
19750 "serde",
19751 "serde_json",
19752 "session",
19753 "settings",
19754 "settings_ui",
19755 "shellexpand 2.1.2",
19756 "smol",
19757 "snippet_provider",
19758 "snippets_ui",
19759 "supermaven",
19760 "sysinfo",
19761 "tab_switcher",
19762 "task",
19763 "tasks_ui",
19764 "telemetry",
19765 "telemetry_events",
19766 "terminal_view",
19767 "theme",
19768 "theme_extension",
19769 "theme_selector",
19770 "time",
19771 "title_bar",
19772 "toolchain_selector",
19773 "tree-sitter-md",
19774 "tree-sitter-rust",
19775 "ui",
19776 "ui_input",
19777 "ui_prompt",
19778 "url",
19779 "urlencoding",
19780 "util",
19781 "uuid",
19782 "vim",
19783 "vim_mode_setting",
19784 "web_search",
19785 "web_search_providers",
19786 "welcome",
19787 "windows 0.61.1",
19788 "winresource",
19789 "workspace",
19790 "workspace-hack",
19791 "zed_actions",
19792 "zeta",
19793 "zlog",
19794 "zlog_settings",
19795]
19796
19797[[package]]
19798name = "zed_actions"
19799version = "0.1.0"
19800dependencies = [
19801 "gpui",
19802 "schemars",
19803 "serde",
19804 "uuid",
19805 "workspace-hack",
19806]
19807
19808[[package]]
19809name = "zed_emmet"
19810version = "0.0.3"
19811dependencies = [
19812 "zed_extension_api 0.1.0",
19813]
19814
19815[[package]]
19816name = "zed_extension_api"
19817version = "0.1.0"
19818source = "registry+https://github.com/rust-lang/crates.io-index"
19819checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19820dependencies = [
19821 "serde",
19822 "serde_json",
19823 "wit-bindgen 0.22.0",
19824]
19825
19826[[package]]
19827name = "zed_extension_api"
19828version = "0.6.0"
19829dependencies = [
19830 "serde",
19831 "serde_json",
19832 "wit-bindgen 0.41.0",
19833]
19834
19835[[package]]
19836name = "zed_glsl"
19837version = "0.1.0"
19838dependencies = [
19839 "zed_extension_api 0.1.0",
19840]
19841
19842[[package]]
19843name = "zed_html"
19844version = "0.2.1"
19845dependencies = [
19846 "zed_extension_api 0.1.0",
19847]
19848
19849[[package]]
19850name = "zed_llm_client"
19851version = "0.8.2"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19854dependencies = [
19855 "anyhow",
19856 "serde",
19857 "serde_json",
19858 "strum 0.27.1",
19859 "uuid",
19860]
19861
19862[[package]]
19863name = "zed_proto"
19864version = "0.2.2"
19865dependencies = [
19866 "zed_extension_api 0.1.0",
19867]
19868
19869[[package]]
19870name = "zed_ruff"
19871version = "0.1.0"
19872dependencies = [
19873 "zed_extension_api 0.1.0",
19874]
19875
19876[[package]]
19877name = "zed_snippets"
19878version = "0.0.5"
19879dependencies = [
19880 "serde_json",
19881 "zed_extension_api 0.1.0",
19882]
19883
19884[[package]]
19885name = "zed_test_extension"
19886version = "0.1.0"
19887dependencies = [
19888 "zed_extension_api 0.6.0",
19889]
19890
19891[[package]]
19892name = "zed_toml"
19893version = "0.1.3"
19894dependencies = [
19895 "zed_extension_api 0.1.0",
19896]
19897
19898[[package]]
19899name = "zeno"
19900version = "0.3.2"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19903
19904[[package]]
19905name = "zerocopy"
19906version = "0.7.35"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19909dependencies = [
19910 "zerocopy-derive 0.7.35",
19911]
19912
19913[[package]]
19914name = "zerocopy"
19915version = "0.8.24"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19918dependencies = [
19919 "zerocopy-derive 0.8.24",
19920]
19921
19922[[package]]
19923name = "zerocopy-derive"
19924version = "0.7.35"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19927dependencies = [
19928 "proc-macro2",
19929 "quote",
19930 "syn 2.0.101",
19931]
19932
19933[[package]]
19934name = "zerocopy-derive"
19935version = "0.8.24"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19938dependencies = [
19939 "proc-macro2",
19940 "quote",
19941 "syn 2.0.101",
19942]
19943
19944[[package]]
19945name = "zerofrom"
19946version = "0.1.6"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19949dependencies = [
19950 "zerofrom-derive",
19951]
19952
19953[[package]]
19954name = "zerofrom-derive"
19955version = "0.1.6"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19958dependencies = [
19959 "proc-macro2",
19960 "quote",
19961 "syn 2.0.101",
19962 "synstructure",
19963]
19964
19965[[package]]
19966name = "zeroize"
19967version = "1.8.1"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19970dependencies = [
19971 "zeroize_derive",
19972]
19973
19974[[package]]
19975name = "zeroize_derive"
19976version = "1.4.2"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19979dependencies = [
19980 "proc-macro2",
19981 "quote",
19982 "syn 2.0.101",
19983]
19984
19985[[package]]
19986name = "zeromq"
19987version = "0.5.0-pre"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19990dependencies = [
19991 "async-dispatcher",
19992 "async-std",
19993 "async-trait",
19994 "asynchronous-codec",
19995 "bytes 1.10.1",
19996 "crossbeam-queue",
19997 "dashmap 5.5.3",
19998 "futures 0.3.31",
19999 "log",
20000 "num-traits",
20001 "once_cell",
20002 "parking_lot",
20003 "rand 0.8.5",
20004 "regex",
20005 "thiserror 1.0.69",
20006 "uuid",
20007]
20008
20009[[package]]
20010name = "zerovec"
20011version = "0.10.4"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20014dependencies = [
20015 "yoke",
20016 "zerofrom",
20017 "zerovec-derive",
20018]
20019
20020[[package]]
20021name = "zerovec-derive"
20022version = "0.10.3"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20025dependencies = [
20026 "proc-macro2",
20027 "quote",
20028 "syn 2.0.101",
20029]
20030
20031[[package]]
20032name = "zeta"
20033version = "0.1.0"
20034dependencies = [
20035 "anyhow",
20036 "arrayvec",
20037 "call",
20038 "client",
20039 "clock",
20040 "collections",
20041 "command_palette_hooks",
20042 "ctor",
20043 "db",
20044 "editor",
20045 "env_logger 0.11.8",
20046 "feature_flags",
20047 "fs",
20048 "futures 0.3.31",
20049 "gpui",
20050 "http_client",
20051 "indoc",
20052 "inline_completion",
20053 "language",
20054 "language_model",
20055 "log",
20056 "menu",
20057 "migrator",
20058 "paths",
20059 "postage",
20060 "project",
20061 "proto",
20062 "regex",
20063 "release_channel",
20064 "reqwest_client",
20065 "rpc",
20066 "serde",
20067 "serde_json",
20068 "settings",
20069 "telemetry",
20070 "telemetry_events",
20071 "theme",
20072 "thiserror 2.0.12",
20073 "tree-sitter-go",
20074 "tree-sitter-rust",
20075 "ui",
20076 "unindent",
20077 "util",
20078 "uuid",
20079 "workspace",
20080 "workspace-hack",
20081 "worktree",
20082 "zed_actions",
20083 "zed_llm_client",
20084]
20085
20086[[package]]
20087name = "zip"
20088version = "0.6.6"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20091dependencies = [
20092 "aes",
20093 "byteorder",
20094 "bzip2",
20095 "constant_time_eq 0.1.5",
20096 "crc32fast",
20097 "crossbeam-utils",
20098 "flate2",
20099 "hmac",
20100 "pbkdf2 0.11.0",
20101 "sha1",
20102 "time",
20103 "zstd",
20104]
20105
20106[[package]]
20107name = "zlib-rs"
20108version = "0.5.0"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20111
20112[[package]]
20113name = "zlog"
20114version = "0.1.0"
20115dependencies = [
20116 "anyhow",
20117 "chrono",
20118 "log",
20119 "tempfile",
20120 "workspace-hack",
20121]
20122
20123[[package]]
20124name = "zlog_settings"
20125version = "0.1.0"
20126dependencies = [
20127 "anyhow",
20128 "gpui",
20129 "schemars",
20130 "serde",
20131 "settings",
20132 "workspace-hack",
20133 "zlog",
20134]
20135
20136[[package]]
20137name = "zstd"
20138version = "0.11.2+zstd.1.5.2"
20139source = "registry+https://github.com/rust-lang/crates.io-index"
20140checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20141dependencies = [
20142 "zstd-safe",
20143]
20144
20145[[package]]
20146name = "zstd-safe"
20147version = "5.0.2+zstd.1.5.2"
20148source = "registry+https://github.com/rust-lang/crates.io-index"
20149checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20150dependencies = [
20151 "libc",
20152 "zstd-sys",
20153]
20154
20155[[package]]
20156name = "zstd-sys"
20157version = "2.0.15+zstd.1.5.7"
20158source = "registry+https://github.com/rust-lang/crates.io-index"
20159checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20160dependencies = [
20161 "cc",
20162 "pkg-config",
20163]
20164
20165[[package]]
20166name = "zune-core"
20167version = "0.4.12"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20170
20171[[package]]
20172name = "zune-inflate"
20173version = "0.2.54"
20174source = "registry+https://github.com/rust-lang/crates.io-index"
20175checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20176dependencies = [
20177 "simd-adler32",
20178]
20179
20180[[package]]
20181name = "zune-jpeg"
20182version = "0.4.14"
20183source = "registry+https://github.com/rust-lang/crates.io-index"
20184checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20185dependencies = [
20186 "zune-core",
20187]
20188
20189[[package]]
20190name = "zvariant"
20191version = "5.4.0"
20192source = "registry+https://github.com/rust-lang/crates.io-index"
20193checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20194dependencies = [
20195 "endi",
20196 "enumflags2",
20197 "serde",
20198 "static_assertions",
20199 "url",
20200 "winnow",
20201 "zvariant_derive",
20202 "zvariant_utils",
20203]
20204
20205[[package]]
20206name = "zvariant_derive"
20207version = "5.4.0"
20208source = "registry+https://github.com/rust-lang/crates.io-index"
20209checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20210dependencies = [
20211 "proc-macro-crate",
20212 "proc-macro2",
20213 "quote",
20214 "syn 2.0.101",
20215 "zvariant_utils",
20216]
20217
20218[[package]]
20219name = "zvariant_utils"
20220version = "3.2.0"
20221source = "registry+https://github.com/rust-lang/crates.io-index"
20222checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20223dependencies = [
20224 "proc-macro2",
20225 "quote",
20226 "serde",
20227 "static_assertions",
20228 "syn 2.0.101",
20229 "winnow",
20230]