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 "fs",
9545 "gpui",
9546 "language",
9547 "linkify",
9548 "log",
9549 "pretty_assertions",
9550 "pulldown-cmark 0.12.2",
9551 "settings",
9552 "theme",
9553 "ui",
9554 "util",
9555 "workspace",
9556 "workspace-hack",
9557]
9558
9559[[package]]
9560name = "markup5ever"
9561version = "0.12.1"
9562source = "registry+https://github.com/rust-lang/crates.io-index"
9563checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9564dependencies = [
9565 "log",
9566 "phf",
9567 "phf_codegen",
9568 "string_cache",
9569 "string_cache_codegen",
9570 "tendril",
9571]
9572
9573[[package]]
9574name = "markup5ever"
9575version = "0.16.1"
9576source = "registry+https://github.com/rust-lang/crates.io-index"
9577checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9578dependencies = [
9579 "log",
9580 "tendril",
9581 "web_atoms",
9582]
9583
9584[[package]]
9585name = "markup5ever_rcdom"
9586version = "0.3.0"
9587source = "registry+https://github.com/rust-lang/crates.io-index"
9588checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9589dependencies = [
9590 "html5ever 0.27.0",
9591 "markup5ever 0.12.1",
9592 "tendril",
9593 "xml5ever",
9594]
9595
9596[[package]]
9597name = "match_token"
9598version = "0.1.0"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9601dependencies = [
9602 "proc-macro2",
9603 "quote",
9604 "syn 2.0.101",
9605]
9606
9607[[package]]
9608name = "matchers"
9609version = "0.1.0"
9610source = "registry+https://github.com/rust-lang/crates.io-index"
9611checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9612dependencies = [
9613 "regex-automata 0.1.10",
9614]
9615
9616[[package]]
9617name = "matchit"
9618version = "0.7.3"
9619source = "registry+https://github.com/rust-lang/crates.io-index"
9620checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9621
9622[[package]]
9623name = "maybe-async"
9624version = "0.2.10"
9625source = "registry+https://github.com/rust-lang/crates.io-index"
9626checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9627dependencies = [
9628 "proc-macro2",
9629 "quote",
9630 "syn 2.0.101",
9631]
9632
9633[[package]]
9634name = "maybe-owned"
9635version = "0.3.4"
9636source = "registry+https://github.com/rust-lang/crates.io-index"
9637checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9638
9639[[package]]
9640name = "maybe-rayon"
9641version = "0.1.1"
9642source = "registry+https://github.com/rust-lang/crates.io-index"
9643checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9644dependencies = [
9645 "cfg-if",
9646 "rayon",
9647]
9648
9649[[package]]
9650name = "md-5"
9651version = "0.10.6"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9654dependencies = [
9655 "cfg-if",
9656 "digest",
9657]
9658
9659[[package]]
9660name = "mdbook"
9661version = "0.4.48"
9662source = "registry+https://github.com/rust-lang/crates.io-index"
9663checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9664dependencies = [
9665 "ammonia",
9666 "anyhow",
9667 "chrono",
9668 "clap",
9669 "clap_complete",
9670 "elasticlunr-rs",
9671 "env_logger 0.11.8",
9672 "futures-util",
9673 "handlebars 6.3.2",
9674 "hex",
9675 "ignore",
9676 "log",
9677 "memchr",
9678 "notify",
9679 "notify-debouncer-mini",
9680 "once_cell",
9681 "opener",
9682 "pathdiff",
9683 "pulldown-cmark 0.10.3",
9684 "regex",
9685 "serde",
9686 "serde_json",
9687 "sha2",
9688 "shlex",
9689 "tempfile",
9690 "tokio",
9691 "toml 0.5.11",
9692 "topological-sort",
9693 "walkdir",
9694 "warp",
9695]
9696
9697[[package]]
9698name = "media"
9699version = "0.1.0"
9700dependencies = [
9701 "anyhow",
9702 "bindgen 0.71.1",
9703 "core-foundation 0.10.0",
9704 "core-video",
9705 "ctor",
9706 "foreign-types 0.5.0",
9707 "metal",
9708 "objc",
9709 "workspace-hack",
9710]
9711
9712[[package]]
9713name = "memchr"
9714version = "2.7.4"
9715source = "registry+https://github.com/rust-lang/crates.io-index"
9716checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9717
9718[[package]]
9719name = "memfd"
9720version = "0.6.4"
9721source = "registry+https://github.com/rust-lang/crates.io-index"
9722checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9723dependencies = [
9724 "rustix 0.38.44",
9725]
9726
9727[[package]]
9728name = "memmap2"
9729version = "0.9.5"
9730source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9732dependencies = [
9733 "libc",
9734]
9735
9736[[package]]
9737name = "memoffset"
9738version = "0.9.1"
9739source = "registry+https://github.com/rust-lang/crates.io-index"
9740checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9741dependencies = [
9742 "autocfg",
9743]
9744
9745[[package]]
9746name = "menu"
9747version = "0.1.0"
9748dependencies = [
9749 "gpui",
9750 "workspace-hack",
9751]
9752
9753[[package]]
9754name = "metal"
9755version = "0.29.0"
9756source = "registry+https://github.com/rust-lang/crates.io-index"
9757checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9758dependencies = [
9759 "bitflags 2.9.0",
9760 "block",
9761 "core-graphics-types 0.1.3",
9762 "foreign-types 0.5.0",
9763 "log",
9764 "objc",
9765 "paste",
9766]
9767
9768[[package]]
9769name = "migrator"
9770version = "0.1.0"
9771dependencies = [
9772 "anyhow",
9773 "collections",
9774 "convert_case 0.8.0",
9775 "log",
9776 "pretty_assertions",
9777 "streaming-iterator",
9778 "tree-sitter",
9779 "tree-sitter-json",
9780 "workspace-hack",
9781]
9782
9783[[package]]
9784name = "mimalloc"
9785version = "0.1.46"
9786source = "registry+https://github.com/rust-lang/crates.io-index"
9787checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9788dependencies = [
9789 "libmimalloc-sys",
9790]
9791
9792[[package]]
9793name = "mime"
9794version = "0.3.17"
9795source = "registry+https://github.com/rust-lang/crates.io-index"
9796checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9797
9798[[package]]
9799name = "mime_guess"
9800version = "2.0.5"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9803dependencies = [
9804 "mime",
9805 "unicase",
9806]
9807
9808[[package]]
9809name = "minimal-lexical"
9810version = "0.2.1"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9813
9814[[package]]
9815name = "miniz_oxide"
9816version = "0.8.8"
9817source = "registry+https://github.com/rust-lang/crates.io-index"
9818checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9819dependencies = [
9820 "adler2",
9821 "simd-adler32",
9822]
9823
9824[[package]]
9825name = "mint"
9826version = "0.5.9"
9827source = "registry+https://github.com/rust-lang/crates.io-index"
9828checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9829
9830[[package]]
9831name = "mio"
9832version = "1.0.3"
9833source = "registry+https://github.com/rust-lang/crates.io-index"
9834checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9835dependencies = [
9836 "libc",
9837 "log",
9838 "wasi 0.11.0+wasi-snapshot-preview1",
9839 "windows-sys 0.52.0",
9840]
9841
9842[[package]]
9843name = "miow"
9844version = "0.6.0"
9845source = "registry+https://github.com/rust-lang/crates.io-index"
9846checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9847dependencies = [
9848 "windows-sys 0.48.0",
9849]
9850
9851[[package]]
9852name = "mistral"
9853version = "0.1.0"
9854dependencies = [
9855 "anyhow",
9856 "futures 0.3.31",
9857 "http_client",
9858 "schemars",
9859 "serde",
9860 "serde_json",
9861 "strum 0.27.1",
9862 "workspace-hack",
9863]
9864
9865[[package]]
9866name = "moka"
9867version = "0.12.10"
9868source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9870dependencies = [
9871 "crossbeam-channel",
9872 "crossbeam-epoch",
9873 "crossbeam-utils",
9874 "loom",
9875 "parking_lot",
9876 "portable-atomic",
9877 "rustc_version",
9878 "smallvec",
9879 "tagptr",
9880 "thiserror 1.0.69",
9881 "uuid",
9882]
9883
9884[[package]]
9885name = "msvc_spectre_libs"
9886version = "0.1.3"
9887source = "registry+https://github.com/rust-lang/crates.io-index"
9888checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9889dependencies = [
9890 "cc",
9891]
9892
9893[[package]]
9894name = "multi_buffer"
9895version = "0.1.0"
9896dependencies = [
9897 "anyhow",
9898 "buffer_diff",
9899 "clock",
9900 "collections",
9901 "ctor",
9902 "env_logger 0.11.8",
9903 "gpui",
9904 "indoc",
9905 "itertools 0.14.0",
9906 "language",
9907 "log",
9908 "parking_lot",
9909 "pretty_assertions",
9910 "project",
9911 "rand 0.8.5",
9912 "rope",
9913 "serde",
9914 "settings",
9915 "smallvec",
9916 "smol",
9917 "sum_tree",
9918 "text",
9919 "theme",
9920 "tree-sitter",
9921 "util",
9922 "workspace-hack",
9923]
9924
9925[[package]]
9926name = "multimap"
9927version = "0.8.3"
9928source = "registry+https://github.com/rust-lang/crates.io-index"
9929checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9930
9931[[package]]
9932name = "multimap"
9933version = "0.10.0"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9936
9937[[package]]
9938name = "naga"
9939version = "25.0.1"
9940source = "registry+https://github.com/rust-lang/crates.io-index"
9941checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9942dependencies = [
9943 "arrayvec",
9944 "bit-set 0.8.0",
9945 "bitflags 2.9.0",
9946 "cfg_aliases 0.2.1",
9947 "codespan-reporting 0.12.0",
9948 "half",
9949 "hashbrown 0.15.3",
9950 "hexf-parse",
9951 "indexmap",
9952 "log",
9953 "num-traits",
9954 "once_cell",
9955 "rustc-hash 1.1.0",
9956 "spirv",
9957 "strum 0.26.3",
9958 "thiserror 2.0.12",
9959 "unicode-ident",
9960]
9961
9962[[package]]
9963name = "nanoid"
9964version = "0.4.0"
9965source = "registry+https://github.com/rust-lang/crates.io-index"
9966checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9967dependencies = [
9968 "rand 0.8.5",
9969]
9970
9971[[package]]
9972name = "nanorand"
9973version = "0.7.0"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9976dependencies = [
9977 "getrandom 0.2.15",
9978]
9979
9980[[package]]
9981name = "native-tls"
9982version = "0.2.14"
9983source = "registry+https://github.com/rust-lang/crates.io-index"
9984checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9985dependencies = [
9986 "libc",
9987 "log",
9988 "openssl",
9989 "openssl-probe",
9990 "openssl-sys",
9991 "schannel",
9992 "security-framework 2.11.1",
9993 "security-framework-sys",
9994 "tempfile",
9995]
9996
9997[[package]]
9998name = "nbformat"
9999version = "0.10.0"
10000source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10001dependencies = [
10002 "anyhow",
10003 "chrono",
10004 "jupyter-protocol",
10005 "serde",
10006 "serde_json",
10007 "thiserror 1.0.69",
10008 "uuid",
10009]
10010
10011[[package]]
10012name = "ndk"
10013version = "0.8.0"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10016dependencies = [
10017 "bitflags 2.9.0",
10018 "jni-sys",
10019 "log",
10020 "ndk-sys",
10021 "num_enum",
10022 "thiserror 1.0.69",
10023]
10024
10025[[package]]
10026name = "ndk-context"
10027version = "0.1.1"
10028source = "registry+https://github.com/rust-lang/crates.io-index"
10029checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10030
10031[[package]]
10032name = "ndk-sys"
10033version = "0.5.0+25.2.9519653"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10036dependencies = [
10037 "jni-sys",
10038]
10039
10040[[package]]
10041name = "new_debug_unreachable"
10042version = "1.0.6"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10045
10046[[package]]
10047name = "nix"
10048version = "0.28.0"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10051dependencies = [
10052 "bitflags 2.9.0",
10053 "cfg-if",
10054 "cfg_aliases 0.1.1",
10055 "libc",
10056]
10057
10058[[package]]
10059name = "nix"
10060version = "0.29.0"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10063dependencies = [
10064 "bitflags 2.9.0",
10065 "cfg-if",
10066 "cfg_aliases 0.2.1",
10067 "libc",
10068 "memoffset",
10069]
10070
10071[[package]]
10072name = "node_runtime"
10073version = "0.1.0"
10074dependencies = [
10075 "anyhow",
10076 "async-compression",
10077 "async-std",
10078 "async-tar",
10079 "async-trait",
10080 "async-watch",
10081 "futures 0.3.31",
10082 "http_client",
10083 "log",
10084 "paths",
10085 "semver",
10086 "serde",
10087 "serde_json",
10088 "smol",
10089 "util",
10090 "which 6.0.3",
10091 "workspace-hack",
10092]
10093
10094[[package]]
10095name = "nom"
10096version = "7.1.3"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10099dependencies = [
10100 "memchr",
10101 "minimal-lexical",
10102]
10103
10104[[package]]
10105name = "noop_proc_macro"
10106version = "0.3.0"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10109
10110[[package]]
10111name = "normpath"
10112version = "1.3.0"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10115dependencies = [
10116 "windows-sys 0.59.0",
10117]
10118
10119[[package]]
10120name = "notifications"
10121version = "0.1.0"
10122dependencies = [
10123 "anyhow",
10124 "channel",
10125 "client",
10126 "collections",
10127 "component",
10128 "db",
10129 "gpui",
10130 "rpc",
10131 "settings",
10132 "sum_tree",
10133 "time",
10134 "ui",
10135 "util",
10136 "workspace",
10137 "workspace-hack",
10138]
10139
10140[[package]]
10141name = "notify"
10142version = "8.0.0"
10143source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10144dependencies = [
10145 "bitflags 2.9.0",
10146 "filetime",
10147 "fsevent-sys 4.1.0",
10148 "inotify",
10149 "kqueue",
10150 "libc",
10151 "log",
10152 "mio",
10153 "notify-types",
10154 "walkdir",
10155 "windows-sys 0.59.0",
10156]
10157
10158[[package]]
10159name = "notify-debouncer-mini"
10160version = "0.6.0"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10163dependencies = [
10164 "log",
10165 "notify",
10166 "notify-types",
10167 "tempfile",
10168]
10169
10170[[package]]
10171name = "notify-types"
10172version = "2.0.0"
10173source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10174
10175[[package]]
10176name = "ntapi"
10177version = "0.4.1"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10180dependencies = [
10181 "winapi",
10182]
10183
10184[[package]]
10185name = "nu-ansi-term"
10186version = "0.46.0"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10189dependencies = [
10190 "overload",
10191 "winapi",
10192]
10193
10194[[package]]
10195name = "num"
10196version = "0.4.3"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10199dependencies = [
10200 "num-bigint",
10201 "num-complex",
10202 "num-integer",
10203 "num-iter",
10204 "num-rational",
10205 "num-traits",
10206]
10207
10208[[package]]
10209name = "num-bigint"
10210version = "0.4.6"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10213dependencies = [
10214 "num-integer",
10215 "num-traits",
10216]
10217
10218[[package]]
10219name = "num-bigint-dig"
10220version = "0.8.4"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10223dependencies = [
10224 "byteorder",
10225 "lazy_static",
10226 "libm",
10227 "num-integer",
10228 "num-iter",
10229 "num-traits",
10230 "rand 0.8.5",
10231 "serde",
10232 "smallvec",
10233 "zeroize",
10234]
10235
10236[[package]]
10237name = "num-cmp"
10238version = "0.1.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10241
10242[[package]]
10243name = "num-complex"
10244version = "0.4.6"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10247dependencies = [
10248 "num-traits",
10249]
10250
10251[[package]]
10252name = "num-conv"
10253version = "0.1.0"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10256
10257[[package]]
10258name = "num-derive"
10259version = "0.4.2"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10262dependencies = [
10263 "proc-macro2",
10264 "quote",
10265 "syn 2.0.101",
10266]
10267
10268[[package]]
10269name = "num-format"
10270version = "0.4.4"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10273dependencies = [
10274 "arrayvec",
10275 "itoa",
10276]
10277
10278[[package]]
10279name = "num-integer"
10280version = "0.1.46"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10283dependencies = [
10284 "num-traits",
10285]
10286
10287[[package]]
10288name = "num-iter"
10289version = "0.1.45"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10292dependencies = [
10293 "autocfg",
10294 "num-integer",
10295 "num-traits",
10296]
10297
10298[[package]]
10299name = "num-modular"
10300version = "0.6.1"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10303
10304[[package]]
10305name = "num-order"
10306version = "1.2.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10309dependencies = [
10310 "num-modular",
10311]
10312
10313[[package]]
10314name = "num-rational"
10315version = "0.4.2"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10318dependencies = [
10319 "num-bigint",
10320 "num-integer",
10321 "num-traits",
10322]
10323
10324[[package]]
10325name = "num-traits"
10326version = "0.2.19"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10329dependencies = [
10330 "autocfg",
10331 "libm",
10332]
10333
10334[[package]]
10335name = "num_cpus"
10336version = "1.16.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10339dependencies = [
10340 "hermit-abi 0.3.9",
10341 "libc",
10342]
10343
10344[[package]]
10345name = "num_enum"
10346version = "0.7.3"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10349dependencies = [
10350 "num_enum_derive",
10351]
10352
10353[[package]]
10354name = "num_enum_derive"
10355version = "0.7.3"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10358dependencies = [
10359 "proc-macro-crate",
10360 "proc-macro2",
10361 "quote",
10362 "syn 2.0.101",
10363]
10364
10365[[package]]
10366name = "num_threads"
10367version = "0.1.7"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10370dependencies = [
10371 "libc",
10372]
10373
10374[[package]]
10375name = "nvim-rs"
10376version = "0.9.2"
10377source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10378dependencies = [
10379 "async-trait",
10380 "futures 0.3.31",
10381 "log",
10382 "rmp",
10383 "rmpv",
10384 "tokio",
10385 "tokio-util",
10386]
10387
10388[[package]]
10389name = "objc"
10390version = "0.2.7"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10393dependencies = [
10394 "malloc_buf",
10395 "objc_exception",
10396]
10397
10398[[package]]
10399name = "objc-foundation"
10400version = "0.1.1"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10403dependencies = [
10404 "block",
10405 "objc",
10406 "objc_id",
10407]
10408
10409[[package]]
10410name = "objc2"
10411version = "0.6.1"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10414dependencies = [
10415 "objc2-encode",
10416]
10417
10418[[package]]
10419name = "objc2-app-kit"
10420version = "0.3.1"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10423dependencies = [
10424 "bitflags 2.9.0",
10425 "objc2",
10426 "objc2-core-foundation",
10427 "objc2-foundation",
10428 "objc2-quartz-core",
10429]
10430
10431[[package]]
10432name = "objc2-core-foundation"
10433version = "0.3.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10436dependencies = [
10437 "bitflags 2.9.0",
10438 "dispatch2",
10439 "objc2",
10440]
10441
10442[[package]]
10443name = "objc2-encode"
10444version = "4.1.0"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10447
10448[[package]]
10449name = "objc2-foundation"
10450version = "0.3.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10453dependencies = [
10454 "bitflags 2.9.0",
10455 "objc2",
10456 "objc2-core-foundation",
10457]
10458
10459[[package]]
10460name = "objc2-metal"
10461version = "0.3.1"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10464dependencies = [
10465 "bitflags 2.9.0",
10466 "block2",
10467 "dispatch2",
10468 "objc2",
10469 "objc2-core-foundation",
10470 "objc2-foundation",
10471]
10472
10473[[package]]
10474name = "objc2-quartz-core"
10475version = "0.3.1"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10478dependencies = [
10479 "bitflags 2.9.0",
10480 "objc2",
10481 "objc2-core-foundation",
10482 "objc2-foundation",
10483 "objc2-metal",
10484]
10485
10486[[package]]
10487name = "objc2-ui-kit"
10488version = "0.3.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10491dependencies = [
10492 "bitflags 2.9.0",
10493 "objc2",
10494 "objc2-core-foundation",
10495 "objc2-foundation",
10496 "objc2-quartz-core",
10497]
10498
10499[[package]]
10500name = "objc_exception"
10501version = "0.1.2"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10504dependencies = [
10505 "cc",
10506]
10507
10508[[package]]
10509name = "objc_id"
10510version = "0.1.1"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10513dependencies = [
10514 "objc",
10515]
10516
10517[[package]]
10518name = "object"
10519version = "0.36.7"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10522dependencies = [
10523 "crc32fast",
10524 "hashbrown 0.15.3",
10525 "indexmap",
10526 "memchr",
10527]
10528
10529[[package]]
10530name = "oboe"
10531version = "0.6.1"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10534dependencies = [
10535 "jni",
10536 "ndk",
10537 "ndk-context",
10538 "num-derive",
10539 "num-traits",
10540 "oboe-sys",
10541]
10542
10543[[package]]
10544name = "oboe-sys"
10545version = "0.6.1"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10548dependencies = [
10549 "cc",
10550]
10551
10552[[package]]
10553name = "ollama"
10554version = "0.1.0"
10555dependencies = [
10556 "anyhow",
10557 "futures 0.3.31",
10558 "http_client",
10559 "schemars",
10560 "serde",
10561 "serde_json",
10562 "workspace-hack",
10563]
10564
10565[[package]]
10566name = "once_cell"
10567version = "1.21.3"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10570
10571[[package]]
10572name = "oo7"
10573version = "0.4.3"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10576dependencies = [
10577 "aes",
10578 "ashpd",
10579 "async-fs",
10580 "async-io",
10581 "async-lock",
10582 "blocking",
10583 "cbc",
10584 "cipher",
10585 "digest",
10586 "endi",
10587 "futures-lite 2.6.0",
10588 "futures-util",
10589 "getrandom 0.3.2",
10590 "hkdf",
10591 "hmac",
10592 "md-5",
10593 "num",
10594 "num-bigint-dig",
10595 "pbkdf2 0.12.2",
10596 "rand 0.9.1",
10597 "serde",
10598 "sha2",
10599 "subtle",
10600 "zbus",
10601 "zbus_macros",
10602 "zeroize",
10603 "zvariant",
10604]
10605
10606[[package]]
10607name = "oorandom"
10608version = "11.1.5"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10611
10612[[package]]
10613name = "open"
10614version = "5.3.2"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10617dependencies = [
10618 "is-wsl",
10619 "libc",
10620 "pathdiff",
10621]
10622
10623[[package]]
10624name = "open_ai"
10625version = "0.1.0"
10626dependencies = [
10627 "anyhow",
10628 "futures 0.3.31",
10629 "http_client",
10630 "schemars",
10631 "serde",
10632 "serde_json",
10633 "strum 0.27.1",
10634 "workspace-hack",
10635]
10636
10637[[package]]
10638name = "opener"
10639version = "0.7.2"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10642dependencies = [
10643 "bstr",
10644 "dbus",
10645 "normpath",
10646 "windows-sys 0.59.0",
10647]
10648
10649[[package]]
10650name = "openssl"
10651version = "0.10.72"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10654dependencies = [
10655 "bitflags 2.9.0",
10656 "cfg-if",
10657 "foreign-types 0.3.2",
10658 "libc",
10659 "once_cell",
10660 "openssl-macros",
10661 "openssl-sys",
10662]
10663
10664[[package]]
10665name = "openssl-macros"
10666version = "0.1.1"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10669dependencies = [
10670 "proc-macro2",
10671 "quote",
10672 "syn 2.0.101",
10673]
10674
10675[[package]]
10676name = "openssl-probe"
10677version = "0.1.6"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10680
10681[[package]]
10682name = "openssl-sys"
10683version = "0.9.107"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10686dependencies = [
10687 "cc",
10688 "libc",
10689 "pkg-config",
10690 "vcpkg",
10691]
10692
10693[[package]]
10694name = "optfield"
10695version = "0.3.0"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10698dependencies = [
10699 "proc-macro2",
10700 "quote",
10701 "syn 2.0.101",
10702]
10703
10704[[package]]
10705name = "option-ext"
10706version = "0.2.0"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10709
10710[[package]]
10711name = "ordered-float"
10712version = "2.10.1"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10715dependencies = [
10716 "num-traits",
10717]
10718
10719[[package]]
10720name = "ordered-float"
10721version = "4.6.0"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10724dependencies = [
10725 "num-traits",
10726]
10727
10728[[package]]
10729name = "ordered-stream"
10730version = "0.2.0"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10733dependencies = [
10734 "futures-core",
10735 "pin-project-lite",
10736]
10737
10738[[package]]
10739name = "ouroboros"
10740version = "0.18.5"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10743dependencies = [
10744 "aliasable",
10745 "ouroboros_macro",
10746 "static_assertions",
10747]
10748
10749[[package]]
10750name = "ouroboros_macro"
10751version = "0.18.5"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10754dependencies = [
10755 "heck 0.4.1",
10756 "proc-macro2",
10757 "proc-macro2-diagnostics",
10758 "quote",
10759 "syn 2.0.101",
10760]
10761
10762[[package]]
10763name = "outline"
10764version = "0.1.0"
10765dependencies = [
10766 "editor",
10767 "fuzzy",
10768 "gpui",
10769 "indoc",
10770 "language",
10771 "menu",
10772 "ordered-float 2.10.1",
10773 "picker",
10774 "project",
10775 "rope",
10776 "serde_json",
10777 "settings",
10778 "smol",
10779 "theme",
10780 "tree-sitter-rust",
10781 "tree-sitter-typescript",
10782 "ui",
10783 "util",
10784 "workspace",
10785 "workspace-hack",
10786 "zed_actions",
10787]
10788
10789[[package]]
10790name = "outline_panel"
10791version = "0.1.0"
10792dependencies = [
10793 "anyhow",
10794 "collections",
10795 "db",
10796 "editor",
10797 "file_icons",
10798 "fuzzy",
10799 "gpui",
10800 "itertools 0.14.0",
10801 "language",
10802 "log",
10803 "menu",
10804 "outline",
10805 "pretty_assertions",
10806 "project",
10807 "schemars",
10808 "search",
10809 "serde",
10810 "serde_json",
10811 "settings",
10812 "smallvec",
10813 "smol",
10814 "theme",
10815 "ui",
10816 "util",
10817 "workspace",
10818 "workspace-hack",
10819 "worktree",
10820 "zed_actions",
10821]
10822
10823[[package]]
10824name = "outref"
10825version = "0.5.2"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10828
10829[[package]]
10830name = "overload"
10831version = "0.1.1"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10834
10835[[package]]
10836name = "p256"
10837version = "0.11.1"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10840dependencies = [
10841 "ecdsa",
10842 "elliptic-curve",
10843 "sha2",
10844]
10845
10846[[package]]
10847name = "page_size"
10848version = "0.6.0"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10851dependencies = [
10852 "libc",
10853 "winapi",
10854]
10855
10856[[package]]
10857name = "palette"
10858version = "0.7.6"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10861dependencies = [
10862 "approx",
10863 "fast-srgb8",
10864 "palette_derive",
10865]
10866
10867[[package]]
10868name = "palette_derive"
10869version = "0.7.6"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10872dependencies = [
10873 "by_address",
10874 "proc-macro2",
10875 "quote",
10876 "syn 2.0.101",
10877]
10878
10879[[package]]
10880name = "panel"
10881version = "0.1.0"
10882dependencies = [
10883 "editor",
10884 "gpui",
10885 "settings",
10886 "theme",
10887 "ui",
10888 "workspace",
10889 "workspace-hack",
10890]
10891
10892[[package]]
10893name = "parking"
10894version = "2.2.1"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10897
10898[[package]]
10899name = "parking_lot"
10900version = "0.12.3"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10903dependencies = [
10904 "lock_api",
10905 "parking_lot_core",
10906]
10907
10908[[package]]
10909name = "parking_lot_core"
10910version = "0.9.10"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10913dependencies = [
10914 "cfg-if",
10915 "libc",
10916 "redox_syscall 0.5.11",
10917 "smallvec",
10918 "windows-targets 0.52.6",
10919]
10920
10921[[package]]
10922name = "partial-json-fixer"
10923version = "0.5.3"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10926
10927[[package]]
10928name = "password-hash"
10929version = "0.4.2"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10932dependencies = [
10933 "base64ct",
10934 "rand_core 0.6.4",
10935 "subtle",
10936]
10937
10938[[package]]
10939name = "password-hash"
10940version = "0.5.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10943dependencies = [
10944 "base64ct",
10945 "rand_core 0.6.4",
10946 "subtle",
10947]
10948
10949[[package]]
10950name = "paste"
10951version = "1.0.15"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10954
10955[[package]]
10956name = "pathdiff"
10957version = "0.2.3"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10960
10961[[package]]
10962name = "pathfinder_geometry"
10963version = "0.5.1"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10966dependencies = [
10967 "log",
10968 "pathfinder_simd",
10969]
10970
10971[[package]]
10972name = "pathfinder_simd"
10973version = "0.5.4"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10976dependencies = [
10977 "rustc_version",
10978]
10979
10980[[package]]
10981name = "paths"
10982version = "0.1.0"
10983dependencies = [
10984 "dirs 4.0.0",
10985 "util",
10986 "workspace-hack",
10987]
10988
10989[[package]]
10990name = "pbjson"
10991version = "0.6.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10994dependencies = [
10995 "base64 0.21.7",
10996 "serde",
10997]
10998
10999[[package]]
11000name = "pbjson-build"
11001version = "0.6.2"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11004dependencies = [
11005 "heck 0.4.1",
11006 "itertools 0.11.0",
11007 "prost 0.12.6",
11008 "prost-types 0.12.6",
11009]
11010
11011[[package]]
11012name = "pbjson-types"
11013version = "0.6.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11016dependencies = [
11017 "bytes 1.10.1",
11018 "chrono",
11019 "pbjson",
11020 "pbjson-build",
11021 "prost 0.12.6",
11022 "prost-build 0.12.6",
11023 "serde",
11024]
11025
11026[[package]]
11027name = "pbkdf2"
11028version = "0.11.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11031dependencies = [
11032 "digest",
11033 "hmac",
11034 "password-hash 0.4.2",
11035 "sha2",
11036]
11037
11038[[package]]
11039name = "pbkdf2"
11040version = "0.12.2"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11043dependencies = [
11044 "digest",
11045 "hmac",
11046]
11047
11048[[package]]
11049name = "pem"
11050version = "3.0.5"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11053dependencies = [
11054 "base64 0.22.1",
11055 "serde",
11056]
11057
11058[[package]]
11059name = "pem-rfc7468"
11060version = "0.7.0"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11063dependencies = [
11064 "base64ct",
11065]
11066
11067[[package]]
11068name = "percent-encoding"
11069version = "2.3.1"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11072
11073[[package]]
11074name = "perplexity"
11075version = "0.1.0"
11076dependencies = [
11077 "serde",
11078 "zed_extension_api 0.6.0",
11079]
11080
11081[[package]]
11082name = "pest"
11083version = "2.8.0"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11086dependencies = [
11087 "memchr",
11088 "thiserror 2.0.12",
11089 "ucd-trie",
11090]
11091
11092[[package]]
11093name = "pest_derive"
11094version = "2.8.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11097dependencies = [
11098 "pest",
11099 "pest_generator",
11100]
11101
11102[[package]]
11103name = "pest_generator"
11104version = "2.8.0"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11107dependencies = [
11108 "pest",
11109 "pest_meta",
11110 "proc-macro2",
11111 "quote",
11112 "syn 2.0.101",
11113]
11114
11115[[package]]
11116name = "pest_meta"
11117version = "2.8.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11120dependencies = [
11121 "once_cell",
11122 "pest",
11123 "sha2",
11124]
11125
11126[[package]]
11127name = "pet"
11128version = "0.1.0"
11129source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11130dependencies = [
11131 "clap",
11132 "env_logger 0.10.2",
11133 "lazy_static",
11134 "log",
11135 "msvc_spectre_libs",
11136 "pet-conda",
11137 "pet-core",
11138 "pet-env-var-path",
11139 "pet-fs",
11140 "pet-global-virtualenvs",
11141 "pet-homebrew",
11142 "pet-jsonrpc",
11143 "pet-linux-global-python",
11144 "pet-mac-commandlinetools",
11145 "pet-mac-python-org",
11146 "pet-mac-xcode",
11147 "pet-pipenv",
11148 "pet-pixi",
11149 "pet-poetry",
11150 "pet-pyenv",
11151 "pet-python-utils",
11152 "pet-reporter",
11153 "pet-telemetry",
11154 "pet-venv",
11155 "pet-virtualenv",
11156 "pet-virtualenvwrapper",
11157 "pet-windows-registry",
11158 "pet-windows-store",
11159 "serde",
11160 "serde_json",
11161]
11162
11163[[package]]
11164name = "pet-conda"
11165version = "0.1.0"
11166source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11167dependencies = [
11168 "env_logger 0.10.2",
11169 "lazy_static",
11170 "log",
11171 "msvc_spectre_libs",
11172 "pet-core",
11173 "pet-fs",
11174 "pet-python-utils",
11175 "pet-reporter",
11176 "regex",
11177 "serde",
11178 "serde_json",
11179 "yaml-rust2",
11180]
11181
11182[[package]]
11183name = "pet-core"
11184version = "0.1.0"
11185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11186dependencies = [
11187 "clap",
11188 "lazy_static",
11189 "log",
11190 "msvc_spectre_libs",
11191 "pet-fs",
11192 "regex",
11193 "serde",
11194 "serde_json",
11195]
11196
11197[[package]]
11198name = "pet-env-var-path"
11199version = "0.1.0"
11200source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11201dependencies = [
11202 "lazy_static",
11203 "log",
11204 "msvc_spectre_libs",
11205 "pet-conda",
11206 "pet-core",
11207 "pet-fs",
11208 "pet-python-utils",
11209 "pet-virtualenv",
11210 "regex",
11211]
11212
11213[[package]]
11214name = "pet-fs"
11215version = "0.1.0"
11216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11217dependencies = [
11218 "log",
11219 "msvc_spectre_libs",
11220]
11221
11222[[package]]
11223name = "pet-global-virtualenvs"
11224version = "0.1.0"
11225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11226dependencies = [
11227 "log",
11228 "msvc_spectre_libs",
11229 "pet-conda",
11230 "pet-core",
11231 "pet-fs",
11232 "pet-virtualenv",
11233]
11234
11235[[package]]
11236name = "pet-homebrew"
11237version = "0.1.0"
11238source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11239dependencies = [
11240 "lazy_static",
11241 "log",
11242 "msvc_spectre_libs",
11243 "pet-conda",
11244 "pet-core",
11245 "pet-fs",
11246 "pet-python-utils",
11247 "pet-virtualenv",
11248 "regex",
11249 "serde",
11250 "serde_json",
11251]
11252
11253[[package]]
11254name = "pet-jsonrpc"
11255version = "0.1.0"
11256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11257dependencies = [
11258 "env_logger 0.10.2",
11259 "log",
11260 "msvc_spectre_libs",
11261 "pet-core",
11262 "serde",
11263 "serde_json",
11264]
11265
11266[[package]]
11267name = "pet-linux-global-python"
11268version = "0.1.0"
11269source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11270dependencies = [
11271 "log",
11272 "msvc_spectre_libs",
11273 "pet-core",
11274 "pet-fs",
11275 "pet-python-utils",
11276 "pet-virtualenv",
11277]
11278
11279[[package]]
11280name = "pet-mac-commandlinetools"
11281version = "0.1.0"
11282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11283dependencies = [
11284 "log",
11285 "msvc_spectre_libs",
11286 "pet-core",
11287 "pet-fs",
11288 "pet-python-utils",
11289 "pet-virtualenv",
11290]
11291
11292[[package]]
11293name = "pet-mac-python-org"
11294version = "0.1.0"
11295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11296dependencies = [
11297 "log",
11298 "msvc_spectre_libs",
11299 "pet-core",
11300 "pet-fs",
11301 "pet-python-utils",
11302 "pet-virtualenv",
11303]
11304
11305[[package]]
11306name = "pet-mac-xcode"
11307version = "0.1.0"
11308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11309dependencies = [
11310 "log",
11311 "msvc_spectre_libs",
11312 "pet-core",
11313 "pet-fs",
11314 "pet-python-utils",
11315 "pet-virtualenv",
11316]
11317
11318[[package]]
11319name = "pet-pipenv"
11320version = "0.1.0"
11321source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11322dependencies = [
11323 "log",
11324 "msvc_spectre_libs",
11325 "pet-core",
11326 "pet-fs",
11327 "pet-python-utils",
11328 "pet-virtualenv",
11329]
11330
11331[[package]]
11332name = "pet-pixi"
11333version = "0.1.0"
11334source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11335dependencies = [
11336 "log",
11337 "msvc_spectre_libs",
11338 "pet-conda",
11339 "pet-core",
11340 "pet-python-utils",
11341]
11342
11343[[package]]
11344name = "pet-poetry"
11345version = "0.1.0"
11346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11347dependencies = [
11348 "base64 0.22.1",
11349 "lazy_static",
11350 "log",
11351 "msvc_spectre_libs",
11352 "pet-core",
11353 "pet-fs",
11354 "pet-python-utils",
11355 "pet-reporter",
11356 "pet-virtualenv",
11357 "regex",
11358 "serde",
11359 "serde_json",
11360 "sha2",
11361 "toml 0.8.20",
11362]
11363
11364[[package]]
11365name = "pet-pyenv"
11366version = "0.1.0"
11367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11368dependencies = [
11369 "lazy_static",
11370 "log",
11371 "msvc_spectre_libs",
11372 "pet-conda",
11373 "pet-core",
11374 "pet-fs",
11375 "pet-python-utils",
11376 "pet-reporter",
11377 "regex",
11378 "serde",
11379 "serde_json",
11380]
11381
11382[[package]]
11383name = "pet-python-utils"
11384version = "0.1.0"
11385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11386dependencies = [
11387 "env_logger 0.10.2",
11388 "lazy_static",
11389 "log",
11390 "msvc_spectre_libs",
11391 "pet-core",
11392 "pet-fs",
11393 "regex",
11394 "serde",
11395 "serde_json",
11396 "sha2",
11397]
11398
11399[[package]]
11400name = "pet-reporter"
11401version = "0.1.0"
11402source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11403dependencies = [
11404 "env_logger 0.10.2",
11405 "log",
11406 "msvc_spectre_libs",
11407 "pet-core",
11408 "pet-jsonrpc",
11409 "serde",
11410 "serde_json",
11411]
11412
11413[[package]]
11414name = "pet-telemetry"
11415version = "0.1.0"
11416source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11417dependencies = [
11418 "env_logger 0.10.2",
11419 "lazy_static",
11420 "log",
11421 "msvc_spectre_libs",
11422 "pet-core",
11423 "pet-fs",
11424 "pet-python-utils",
11425 "regex",
11426]
11427
11428[[package]]
11429name = "pet-venv"
11430version = "0.1.0"
11431source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11432dependencies = [
11433 "log",
11434 "msvc_spectre_libs",
11435 "pet-core",
11436 "pet-python-utils",
11437 "pet-virtualenv",
11438]
11439
11440[[package]]
11441name = "pet-virtualenv"
11442version = "0.1.0"
11443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11444dependencies = [
11445 "log",
11446 "msvc_spectre_libs",
11447 "pet-core",
11448 "pet-fs",
11449 "pet-python-utils",
11450]
11451
11452[[package]]
11453name = "pet-virtualenvwrapper"
11454version = "0.1.0"
11455source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11456dependencies = [
11457 "log",
11458 "msvc_spectre_libs",
11459 "pet-core",
11460 "pet-fs",
11461 "pet-python-utils",
11462 "pet-virtualenv",
11463]
11464
11465[[package]]
11466name = "pet-windows-registry"
11467version = "0.1.0"
11468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11469dependencies = [
11470 "lazy_static",
11471 "log",
11472 "msvc_spectre_libs",
11473 "pet-conda",
11474 "pet-core",
11475 "pet-fs",
11476 "pet-python-utils",
11477 "pet-virtualenv",
11478 "pet-windows-store",
11479 "regex",
11480 "winreg 0.55.0",
11481]
11482
11483[[package]]
11484name = "pet-windows-store"
11485version = "0.1.0"
11486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11487dependencies = [
11488 "lazy_static",
11489 "log",
11490 "msvc_spectre_libs",
11491 "pet-core",
11492 "pet-fs",
11493 "pet-python-utils",
11494 "pet-virtualenv",
11495 "regex",
11496 "winreg 0.55.0",
11497]
11498
11499[[package]]
11500name = "petgraph"
11501version = "0.6.5"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11504dependencies = [
11505 "fixedbitset",
11506 "indexmap",
11507]
11508
11509[[package]]
11510name = "pgvector"
11511version = "0.4.0"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11514dependencies = [
11515 "serde",
11516]
11517
11518[[package]]
11519name = "phf"
11520version = "0.11.3"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11523dependencies = [
11524 "phf_macros",
11525 "phf_shared",
11526]
11527
11528[[package]]
11529name = "phf_codegen"
11530version = "0.11.3"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11533dependencies = [
11534 "phf_generator",
11535 "phf_shared",
11536]
11537
11538[[package]]
11539name = "phf_generator"
11540version = "0.11.3"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11543dependencies = [
11544 "phf_shared",
11545 "rand 0.8.5",
11546]
11547
11548[[package]]
11549name = "phf_macros"
11550version = "0.11.3"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11553dependencies = [
11554 "phf_generator",
11555 "phf_shared",
11556 "proc-macro2",
11557 "quote",
11558 "syn 2.0.101",
11559]
11560
11561[[package]]
11562name = "phf_shared"
11563version = "0.11.3"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11566dependencies = [
11567 "siphasher",
11568]
11569
11570[[package]]
11571name = "picker"
11572version = "0.1.0"
11573dependencies = [
11574 "anyhow",
11575 "ctor",
11576 "editor",
11577 "env_logger 0.11.8",
11578 "gpui",
11579 "menu",
11580 "schemars",
11581 "serde",
11582 "serde_json",
11583 "ui",
11584 "util",
11585 "workspace",
11586 "workspace-hack",
11587]
11588
11589[[package]]
11590name = "pico-args"
11591version = "0.5.0"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11594
11595[[package]]
11596name = "pin-project"
11597version = "1.1.10"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11600dependencies = [
11601 "pin-project-internal",
11602]
11603
11604[[package]]
11605name = "pin-project-internal"
11606version = "1.1.10"
11607source = "registry+https://github.com/rust-lang/crates.io-index"
11608checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11609dependencies = [
11610 "proc-macro2",
11611 "quote",
11612 "syn 2.0.101",
11613]
11614
11615[[package]]
11616name = "pin-project-lite"
11617version = "0.2.16"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11620
11621[[package]]
11622name = "pin-utils"
11623version = "0.1.0"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11626
11627[[package]]
11628name = "piper"
11629version = "0.2.4"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11632dependencies = [
11633 "atomic-waker",
11634 "fastrand 2.3.0",
11635 "futures-io",
11636]
11637
11638[[package]]
11639name = "pkcs1"
11640version = "0.7.5"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11643dependencies = [
11644 "der 0.7.10",
11645 "pkcs8 0.10.2",
11646 "spki 0.7.3",
11647]
11648
11649[[package]]
11650name = "pkcs8"
11651version = "0.9.0"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11654dependencies = [
11655 "der 0.6.1",
11656 "spki 0.6.0",
11657]
11658
11659[[package]]
11660name = "pkcs8"
11661version = "0.10.2"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11664dependencies = [
11665 "der 0.7.10",
11666 "spki 0.7.3",
11667]
11668
11669[[package]]
11670name = "pkg-config"
11671version = "0.3.32"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11674
11675[[package]]
11676name = "plist"
11677version = "1.7.1"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11680dependencies = [
11681 "base64 0.22.1",
11682 "indexmap",
11683 "quick-xml 0.32.0",
11684 "serde",
11685 "time",
11686]
11687
11688[[package]]
11689name = "plotters"
11690version = "0.3.7"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11693dependencies = [
11694 "num-traits",
11695 "plotters-backend",
11696 "plotters-svg",
11697 "wasm-bindgen",
11698 "web-sys",
11699]
11700
11701[[package]]
11702name = "plotters-backend"
11703version = "0.3.7"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11706
11707[[package]]
11708name = "plotters-svg"
11709version = "0.3.7"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11712dependencies = [
11713 "plotters-backend",
11714]
11715
11716[[package]]
11717name = "png"
11718version = "0.17.16"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11721dependencies = [
11722 "bitflags 1.3.2",
11723 "crc32fast",
11724 "fdeflate",
11725 "flate2",
11726 "miniz_oxide",
11727]
11728
11729[[package]]
11730name = "polling"
11731version = "3.7.4"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11734dependencies = [
11735 "cfg-if",
11736 "concurrent-queue",
11737 "hermit-abi 0.4.0",
11738 "pin-project-lite",
11739 "rustix 0.38.44",
11740 "tracing",
11741 "windows-sys 0.59.0",
11742]
11743
11744[[package]]
11745name = "pollster"
11746version = "0.2.5"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11749
11750[[package]]
11751name = "pollster"
11752version = "0.4.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11755
11756[[package]]
11757name = "portable-atomic"
11758version = "1.11.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11761
11762[[package]]
11763name = "portable-atomic-util"
11764version = "0.2.4"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11767dependencies = [
11768 "portable-atomic",
11769]
11770
11771[[package]]
11772name = "portable-pty"
11773version = "0.9.0"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11776dependencies = [
11777 "anyhow",
11778 "bitflags 1.3.2",
11779 "downcast-rs",
11780 "filedescriptor",
11781 "lazy_static",
11782 "libc",
11783 "log",
11784 "nix 0.28.0",
11785 "serial2",
11786 "shared_library",
11787 "shell-words",
11788 "winapi",
11789 "winreg 0.10.1",
11790]
11791
11792[[package]]
11793name = "postage"
11794version = "0.5.0"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11797dependencies = [
11798 "atomic",
11799 "crossbeam-queue",
11800 "futures 0.3.31",
11801 "log",
11802 "parking_lot",
11803 "pin-project",
11804 "pollster 0.2.5",
11805 "static_assertions",
11806 "thiserror 1.0.69",
11807]
11808
11809[[package]]
11810name = "postcard"
11811version = "1.1.1"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11814dependencies = [
11815 "cobs",
11816 "embedded-io 0.4.0",
11817 "embedded-io 0.6.1",
11818 "serde",
11819]
11820
11821[[package]]
11822name = "powerfmt"
11823version = "0.2.0"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11826
11827[[package]]
11828name = "ppv-lite86"
11829version = "0.2.21"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11832dependencies = [
11833 "zerocopy 0.8.24",
11834]
11835
11836[[package]]
11837name = "precomputed-hash"
11838version = "0.1.1"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11841
11842[[package]]
11843name = "prettier"
11844version = "0.1.0"
11845dependencies = [
11846 "anyhow",
11847 "collections",
11848 "fs",
11849 "gpui",
11850 "language",
11851 "log",
11852 "lsp",
11853 "node_runtime",
11854 "parking_lot",
11855 "paths",
11856 "serde",
11857 "serde_json",
11858 "util",
11859 "workspace-hack",
11860]
11861
11862[[package]]
11863name = "pretty_assertions"
11864version = "1.4.1"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11867dependencies = [
11868 "diff",
11869 "yansi",
11870]
11871
11872[[package]]
11873name = "prettyplease"
11874version = "0.2.32"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11877dependencies = [
11878 "proc-macro2",
11879 "syn 2.0.101",
11880]
11881
11882[[package]]
11883name = "proc-macro-crate"
11884version = "3.3.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11887dependencies = [
11888 "toml_edit",
11889]
11890
11891[[package]]
11892name = "proc-macro-error-attr2"
11893version = "2.0.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11896dependencies = [
11897 "proc-macro2",
11898 "quote",
11899]
11900
11901[[package]]
11902name = "proc-macro-error2"
11903version = "2.0.1"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11906dependencies = [
11907 "proc-macro-error-attr2",
11908 "proc-macro2",
11909 "quote",
11910 "syn 2.0.101",
11911]
11912
11913[[package]]
11914name = "proc-macro2"
11915version = "1.0.95"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11918dependencies = [
11919 "unicode-ident",
11920]
11921
11922[[package]]
11923name = "proc-macro2-diagnostics"
11924version = "0.10.1"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11927dependencies = [
11928 "proc-macro2",
11929 "quote",
11930 "syn 2.0.101",
11931 "version_check",
11932 "yansi",
11933]
11934
11935[[package]]
11936name = "prodash"
11937version = "29.0.2"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11940dependencies = [
11941 "log",
11942 "parking_lot",
11943]
11944
11945[[package]]
11946name = "profiling"
11947version = "1.0.16"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11950dependencies = [
11951 "profiling-procmacros",
11952]
11953
11954[[package]]
11955name = "profiling-procmacros"
11956version = "1.0.16"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11959dependencies = [
11960 "quote",
11961 "syn 2.0.101",
11962]
11963
11964[[package]]
11965name = "project"
11966version = "0.1.0"
11967dependencies = [
11968 "aho-corasick",
11969 "anyhow",
11970 "askpass",
11971 "async-trait",
11972 "buffer_diff",
11973 "circular-buffer",
11974 "client",
11975 "clock",
11976 "collections",
11977 "context_server",
11978 "dap",
11979 "dap_adapters",
11980 "env_logger 0.11.8",
11981 "extension",
11982 "fancy-regex 0.14.0",
11983 "fs",
11984 "futures 0.3.31",
11985 "fuzzy",
11986 "git",
11987 "git2",
11988 "git_hosting_providers",
11989 "globset",
11990 "gpui",
11991 "http_client",
11992 "image",
11993 "indexmap",
11994 "itertools 0.14.0",
11995 "language",
11996 "log",
11997 "lsp",
11998 "node_runtime",
11999 "parking_lot",
12000 "pathdiff",
12001 "paths",
12002 "postage",
12003 "prettier",
12004 "pretty_assertions",
12005 "rand 0.8.5",
12006 "regex",
12007 "release_channel",
12008 "remote",
12009 "rpc",
12010 "schemars",
12011 "serde",
12012 "serde_json",
12013 "settings",
12014 "sha2",
12015 "shellexpand 2.1.2",
12016 "shlex",
12017 "smol",
12018 "snippet",
12019 "snippet_provider",
12020 "sum_tree",
12021 "task",
12022 "tempfile",
12023 "terminal",
12024 "text",
12025 "toml 0.8.20",
12026 "unindent",
12027 "url",
12028 "util",
12029 "which 6.0.3",
12030 "workspace-hack",
12031 "worktree",
12032 "zlog",
12033]
12034
12035[[package]]
12036name = "project_panel"
12037version = "0.1.0"
12038dependencies = [
12039 "anyhow",
12040 "client",
12041 "collections",
12042 "command_palette_hooks",
12043 "db",
12044 "editor",
12045 "file_icons",
12046 "git",
12047 "gpui",
12048 "indexmap",
12049 "language",
12050 "menu",
12051 "pretty_assertions",
12052 "project",
12053 "schemars",
12054 "search",
12055 "serde",
12056 "serde_derive",
12057 "serde_json",
12058 "settings",
12059 "smallvec",
12060 "theme",
12061 "ui",
12062 "util",
12063 "workspace",
12064 "workspace-hack",
12065 "worktree",
12066 "zed_actions",
12067]
12068
12069[[package]]
12070name = "project_symbols"
12071version = "0.1.0"
12072dependencies = [
12073 "anyhow",
12074 "editor",
12075 "futures 0.3.31",
12076 "fuzzy",
12077 "gpui",
12078 "language",
12079 "lsp",
12080 "ordered-float 2.10.1",
12081 "picker",
12082 "project",
12083 "release_channel",
12084 "serde_json",
12085 "settings",
12086 "theme",
12087 "util",
12088 "workspace",
12089 "workspace-hack",
12090]
12091
12092[[package]]
12093name = "prometheus"
12094version = "0.14.0"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12097dependencies = [
12098 "cfg-if",
12099 "fnv",
12100 "lazy_static",
12101 "memchr",
12102 "parking_lot",
12103 "protobuf",
12104 "thiserror 2.0.12",
12105]
12106
12107[[package]]
12108name = "prompt_store"
12109version = "0.1.0"
12110dependencies = [
12111 "anyhow",
12112 "assets",
12113 "chrono",
12114 "collections",
12115 "fs",
12116 "futures 0.3.31",
12117 "fuzzy",
12118 "gpui",
12119 "handlebars 4.5.0",
12120 "heed",
12121 "language",
12122 "log",
12123 "parking_lot",
12124 "paths",
12125 "rope",
12126 "serde",
12127 "serde_json",
12128 "text",
12129 "util",
12130 "uuid",
12131 "workspace-hack",
12132]
12133
12134[[package]]
12135name = "prost"
12136version = "0.9.0"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12139dependencies = [
12140 "bytes 1.10.1",
12141 "prost-derive 0.9.0",
12142]
12143
12144[[package]]
12145name = "prost"
12146version = "0.12.6"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12149dependencies = [
12150 "bytes 1.10.1",
12151 "prost-derive 0.12.6",
12152]
12153
12154[[package]]
12155name = "prost"
12156version = "0.13.5"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12159dependencies = [
12160 "bytes 1.10.1",
12161 "prost-derive 0.13.5",
12162]
12163
12164[[package]]
12165name = "prost-build"
12166version = "0.9.0"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12169dependencies = [
12170 "bytes 1.10.1",
12171 "heck 0.3.3",
12172 "itertools 0.10.5",
12173 "lazy_static",
12174 "log",
12175 "multimap 0.8.3",
12176 "petgraph",
12177 "prost 0.9.0",
12178 "prost-types 0.9.0",
12179 "regex",
12180 "tempfile",
12181 "which 4.4.2",
12182]
12183
12184[[package]]
12185name = "prost-build"
12186version = "0.12.6"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12189dependencies = [
12190 "bytes 1.10.1",
12191 "heck 0.5.0",
12192 "itertools 0.12.1",
12193 "log",
12194 "multimap 0.10.0",
12195 "once_cell",
12196 "petgraph",
12197 "prettyplease",
12198 "prost 0.12.6",
12199 "prost-types 0.12.6",
12200 "regex",
12201 "syn 2.0.101",
12202 "tempfile",
12203]
12204
12205[[package]]
12206name = "prost-derive"
12207version = "0.9.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12210dependencies = [
12211 "anyhow",
12212 "itertools 0.10.5",
12213 "proc-macro2",
12214 "quote",
12215 "syn 1.0.109",
12216]
12217
12218[[package]]
12219name = "prost-derive"
12220version = "0.12.6"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12223dependencies = [
12224 "anyhow",
12225 "itertools 0.12.1",
12226 "proc-macro2",
12227 "quote",
12228 "syn 2.0.101",
12229]
12230
12231[[package]]
12232name = "prost-derive"
12233version = "0.13.5"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12236dependencies = [
12237 "anyhow",
12238 "itertools 0.14.0",
12239 "proc-macro2",
12240 "quote",
12241 "syn 2.0.101",
12242]
12243
12244[[package]]
12245name = "prost-types"
12246version = "0.9.0"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12249dependencies = [
12250 "bytes 1.10.1",
12251 "prost 0.9.0",
12252]
12253
12254[[package]]
12255name = "prost-types"
12256version = "0.12.6"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12259dependencies = [
12260 "prost 0.12.6",
12261]
12262
12263[[package]]
12264name = "proto"
12265version = "0.1.0"
12266dependencies = [
12267 "anyhow",
12268 "collections",
12269 "prost 0.9.0",
12270 "prost-build 0.9.0",
12271 "serde",
12272 "workspace-hack",
12273]
12274
12275[[package]]
12276name = "protobuf"
12277version = "3.7.2"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12280dependencies = [
12281 "once_cell",
12282 "protobuf-support",
12283 "thiserror 1.0.69",
12284]
12285
12286[[package]]
12287name = "protobuf-support"
12288version = "3.7.2"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12291dependencies = [
12292 "thiserror 1.0.69",
12293]
12294
12295[[package]]
12296name = "psm"
12297version = "0.1.25"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12300dependencies = [
12301 "cc",
12302]
12303
12304[[package]]
12305name = "ptr_meta"
12306version = "0.1.4"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12309dependencies = [
12310 "ptr_meta_derive",
12311]
12312
12313[[package]]
12314name = "ptr_meta_derive"
12315version = "0.1.4"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12318dependencies = [
12319 "proc-macro2",
12320 "quote",
12321 "syn 1.0.109",
12322]
12323
12324[[package]]
12325name = "pulldown-cmark"
12326version = "0.10.3"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12329dependencies = [
12330 "bitflags 2.9.0",
12331 "memchr",
12332 "pulldown-cmark-escape",
12333 "unicase",
12334]
12335
12336[[package]]
12337name = "pulldown-cmark"
12338version = "0.12.2"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12341dependencies = [
12342 "bitflags 2.9.0",
12343 "memchr",
12344 "unicase",
12345]
12346
12347[[package]]
12348name = "pulldown-cmark-escape"
12349version = "0.10.1"
12350source = "registry+https://github.com/rust-lang/crates.io-index"
12351checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12352
12353[[package]]
12354name = "pulley-interpreter"
12355version = "29.0.1"
12356source = "registry+https://github.com/rust-lang/crates.io-index"
12357checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12358dependencies = [
12359 "cranelift-bitset",
12360 "log",
12361 "sptr",
12362 "wasmtime-math",
12363]
12364
12365[[package]]
12366name = "qoi"
12367version = "0.4.1"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12370dependencies = [
12371 "bytemuck",
12372]
12373
12374[[package]]
12375name = "quick-error"
12376version = "2.0.1"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12379
12380[[package]]
12381name = "quick-xml"
12382version = "0.30.0"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12385dependencies = [
12386 "memchr",
12387]
12388
12389[[package]]
12390name = "quick-xml"
12391version = "0.32.0"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12394dependencies = [
12395 "memchr",
12396]
12397
12398[[package]]
12399name = "quick-xml"
12400version = "0.37.4"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12403dependencies = [
12404 "memchr",
12405]
12406
12407[[package]]
12408name = "quinn"
12409version = "0.11.7"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12412dependencies = [
12413 "bytes 1.10.1",
12414 "cfg_aliases 0.2.1",
12415 "pin-project-lite",
12416 "quinn-proto",
12417 "quinn-udp",
12418 "rustc-hash 2.1.1",
12419 "rustls 0.23.26",
12420 "socket2",
12421 "thiserror 2.0.12",
12422 "tokio",
12423 "tracing",
12424 "web-time",
12425]
12426
12427[[package]]
12428name = "quinn-proto"
12429version = "0.11.10"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12432dependencies = [
12433 "bytes 1.10.1",
12434 "getrandom 0.3.2",
12435 "rand 0.9.1",
12436 "ring",
12437 "rustc-hash 2.1.1",
12438 "rustls 0.23.26",
12439 "rustls-pki-types",
12440 "slab",
12441 "thiserror 2.0.12",
12442 "tinyvec",
12443 "tracing",
12444 "web-time",
12445]
12446
12447[[package]]
12448name = "quinn-udp"
12449version = "0.5.11"
12450source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12452dependencies = [
12453 "cfg_aliases 0.2.1",
12454 "libc",
12455 "once_cell",
12456 "socket2",
12457 "tracing",
12458 "windows-sys 0.59.0",
12459]
12460
12461[[package]]
12462name = "quote"
12463version = "1.0.40"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12466dependencies = [
12467 "proc-macro2",
12468]
12469
12470[[package]]
12471name = "r-efi"
12472version = "5.2.0"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12475
12476[[package]]
12477name = "radium"
12478version = "0.7.0"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12481
12482[[package]]
12483name = "rand"
12484version = "0.7.3"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12487dependencies = [
12488 "getrandom 0.1.16",
12489 "libc",
12490 "rand_chacha 0.2.2",
12491 "rand_core 0.5.1",
12492 "rand_hc",
12493]
12494
12495[[package]]
12496name = "rand"
12497version = "0.8.5"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12500dependencies = [
12501 "libc",
12502 "rand_chacha 0.3.1",
12503 "rand_core 0.6.4",
12504]
12505
12506[[package]]
12507name = "rand"
12508version = "0.9.1"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12511dependencies = [
12512 "rand_chacha 0.9.0",
12513 "rand_core 0.9.3",
12514]
12515
12516[[package]]
12517name = "rand_chacha"
12518version = "0.2.2"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12521dependencies = [
12522 "ppv-lite86",
12523 "rand_core 0.5.1",
12524]
12525
12526[[package]]
12527name = "rand_chacha"
12528version = "0.3.1"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12531dependencies = [
12532 "ppv-lite86",
12533 "rand_core 0.6.4",
12534]
12535
12536[[package]]
12537name = "rand_chacha"
12538version = "0.9.0"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12541dependencies = [
12542 "ppv-lite86",
12543 "rand_core 0.9.3",
12544]
12545
12546[[package]]
12547name = "rand_core"
12548version = "0.5.1"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12551dependencies = [
12552 "getrandom 0.1.16",
12553]
12554
12555[[package]]
12556name = "rand_core"
12557version = "0.6.4"
12558source = "registry+https://github.com/rust-lang/crates.io-index"
12559checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12560dependencies = [
12561 "getrandom 0.2.15",
12562]
12563
12564[[package]]
12565name = "rand_core"
12566version = "0.9.3"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12569dependencies = [
12570 "getrandom 0.3.2",
12571]
12572
12573[[package]]
12574name = "rand_hc"
12575version = "0.2.0"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12578dependencies = [
12579 "rand_core 0.5.1",
12580]
12581
12582[[package]]
12583name = "rangemap"
12584version = "1.5.1"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12587
12588[[package]]
12589name = "rav1e"
12590version = "0.7.1"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12593dependencies = [
12594 "arbitrary",
12595 "arg_enum_proc_macro",
12596 "arrayvec",
12597 "av1-grain",
12598 "bitstream-io",
12599 "built",
12600 "cfg-if",
12601 "interpolate_name",
12602 "itertools 0.12.1",
12603 "libc",
12604 "libfuzzer-sys",
12605 "log",
12606 "maybe-rayon",
12607 "new_debug_unreachable",
12608 "noop_proc_macro",
12609 "num-derive",
12610 "num-traits",
12611 "once_cell",
12612 "paste",
12613 "profiling",
12614 "rand 0.8.5",
12615 "rand_chacha 0.3.1",
12616 "simd_helpers",
12617 "system-deps",
12618 "thiserror 1.0.69",
12619 "v_frame",
12620 "wasm-bindgen",
12621]
12622
12623[[package]]
12624name = "ravif"
12625version = "0.11.12"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12628dependencies = [
12629 "avif-serialize",
12630 "imgref",
12631 "loop9",
12632 "quick-error",
12633 "rav1e",
12634 "rayon",
12635 "rgb",
12636]
12637
12638[[package]]
12639name = "raw-window-handle"
12640version = "0.6.2"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12643
12644[[package]]
12645name = "raw-window-metal"
12646version = "0.4.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12649dependencies = [
12650 "cocoa 0.25.0",
12651 "core-graphics 0.23.2",
12652 "objc",
12653 "raw-window-handle",
12654]
12655
12656[[package]]
12657name = "rayon"
12658version = "1.10.0"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12661dependencies = [
12662 "either",
12663 "rayon-core",
12664]
12665
12666[[package]]
12667name = "rayon-core"
12668version = "1.12.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12671dependencies = [
12672 "crossbeam-deque",
12673 "crossbeam-utils",
12674]
12675
12676[[package]]
12677name = "read-fonts"
12678version = "0.25.3"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12681dependencies = [
12682 "bytemuck",
12683 "font-types",
12684]
12685
12686[[package]]
12687name = "recent_projects"
12688version = "0.1.0"
12689dependencies = [
12690 "anyhow",
12691 "auto_update",
12692 "dap",
12693 "editor",
12694 "extension_host",
12695 "file_finder",
12696 "futures 0.3.31",
12697 "fuzzy",
12698 "gpui",
12699 "language",
12700 "log",
12701 "markdown",
12702 "menu",
12703 "ordered-float 2.10.1",
12704 "paths",
12705 "picker",
12706 "project",
12707 "release_channel",
12708 "remote",
12709 "schemars",
12710 "serde",
12711 "serde_json",
12712 "settings",
12713 "smol",
12714 "task",
12715 "telemetry",
12716 "theme",
12717 "ui",
12718 "util",
12719 "workspace",
12720 "workspace-hack",
12721 "zed_actions",
12722]
12723
12724[[package]]
12725name = "redox_syscall"
12726version = "0.2.16"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12729dependencies = [
12730 "bitflags 1.3.2",
12731]
12732
12733[[package]]
12734name = "redox_syscall"
12735version = "0.5.11"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12738dependencies = [
12739 "bitflags 2.9.0",
12740]
12741
12742[[package]]
12743name = "redox_users"
12744version = "0.4.6"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12747dependencies = [
12748 "getrandom 0.2.15",
12749 "libredox",
12750 "thiserror 1.0.69",
12751]
12752
12753[[package]]
12754name = "redox_users"
12755version = "0.5.0"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12758dependencies = [
12759 "getrandom 0.2.15",
12760 "libredox",
12761 "thiserror 2.0.12",
12762]
12763
12764[[package]]
12765name = "ref-cast"
12766version = "1.0.24"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12769dependencies = [
12770 "ref-cast-impl",
12771]
12772
12773[[package]]
12774name = "ref-cast-impl"
12775version = "1.0.24"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12778dependencies = [
12779 "proc-macro2",
12780 "quote",
12781 "syn 2.0.101",
12782]
12783
12784[[package]]
12785name = "referencing"
12786version = "0.30.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12789dependencies = [
12790 "ahash 0.8.11",
12791 "fluent-uri",
12792 "once_cell",
12793 "parking_lot",
12794 "percent-encoding",
12795 "serde_json",
12796]
12797
12798[[package]]
12799name = "refineable"
12800version = "0.1.0"
12801dependencies = [
12802 "derive_refineable",
12803 "workspace-hack",
12804]
12805
12806[[package]]
12807name = "regalloc2"
12808version = "0.11.2"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12811dependencies = [
12812 "allocator-api2",
12813 "bumpalo",
12814 "hashbrown 0.15.3",
12815 "log",
12816 "rustc-hash 2.1.1",
12817 "serde",
12818 "smallvec",
12819]
12820
12821[[package]]
12822name = "regex"
12823version = "1.11.1"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12826dependencies = [
12827 "aho-corasick",
12828 "memchr",
12829 "regex-automata 0.4.9",
12830 "regex-syntax 0.8.5",
12831]
12832
12833[[package]]
12834name = "regex-automata"
12835version = "0.1.10"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12838dependencies = [
12839 "regex-syntax 0.6.29",
12840]
12841
12842[[package]]
12843name = "regex-automata"
12844version = "0.4.9"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12847dependencies = [
12848 "aho-corasick",
12849 "memchr",
12850 "regex-syntax 0.8.5",
12851]
12852
12853[[package]]
12854name = "regex-lite"
12855version = "0.1.6"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12858
12859[[package]]
12860name = "regex-syntax"
12861version = "0.6.29"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12864
12865[[package]]
12866name = "regex-syntax"
12867version = "0.8.5"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12870
12871[[package]]
12872name = "release_channel"
12873version = "0.1.0"
12874dependencies = [
12875 "gpui",
12876 "workspace-hack",
12877]
12878
12879[[package]]
12880name = "remote"
12881version = "0.1.0"
12882dependencies = [
12883 "anyhow",
12884 "askpass",
12885 "async-trait",
12886 "collections",
12887 "fs",
12888 "futures 0.3.31",
12889 "gpui",
12890 "itertools 0.14.0",
12891 "log",
12892 "parking_lot",
12893 "paths",
12894 "prost 0.9.0",
12895 "release_channel",
12896 "rpc",
12897 "schemars",
12898 "serde",
12899 "serde_json",
12900 "shlex",
12901 "smol",
12902 "tempfile",
12903 "thiserror 2.0.12",
12904 "urlencoding",
12905 "util",
12906 "workspace-hack",
12907]
12908
12909[[package]]
12910name = "remote_server"
12911version = "0.1.0"
12912dependencies = [
12913 "anyhow",
12914 "askpass",
12915 "assistant_tool",
12916 "assistant_tools",
12917 "async-watch",
12918 "backtrace",
12919 "cargo_toml",
12920 "chrono",
12921 "clap",
12922 "client",
12923 "clock",
12924 "dap",
12925 "dap_adapters",
12926 "debug_adapter_extension",
12927 "env_logger 0.11.8",
12928 "extension",
12929 "extension_host",
12930 "fork",
12931 "fs",
12932 "futures 0.3.31",
12933 "git",
12934 "git_hosting_providers",
12935 "gpui",
12936 "gpui_tokio",
12937 "http_client",
12938 "language",
12939 "language_extension",
12940 "language_model",
12941 "languages",
12942 "libc",
12943 "log",
12944 "lsp",
12945 "node_runtime",
12946 "paths",
12947 "project",
12948 "proto",
12949 "release_channel",
12950 "remote",
12951 "reqwest_client",
12952 "rpc",
12953 "rust-embed",
12954 "serde",
12955 "serde_json",
12956 "settings",
12957 "shellexpand 2.1.2",
12958 "smol",
12959 "sysinfo",
12960 "telemetry_events",
12961 "toml 0.8.20",
12962 "unindent",
12963 "util",
12964 "worktree",
12965]
12966
12967[[package]]
12968name = "rend"
12969version = "0.4.2"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12972dependencies = [
12973 "bytecheck",
12974]
12975
12976[[package]]
12977name = "repl"
12978version = "0.1.0"
12979dependencies = [
12980 "alacritty_terminal",
12981 "anyhow",
12982 "async-dispatcher",
12983 "async-tungstenite",
12984 "base64 0.22.1",
12985 "client",
12986 "collections",
12987 "command_palette_hooks",
12988 "editor",
12989 "env_logger 0.11.8",
12990 "feature_flags",
12991 "file_icons",
12992 "futures 0.3.31",
12993 "gpui",
12994 "http_client",
12995 "image",
12996 "indoc",
12997 "jupyter-protocol",
12998 "jupyter-websocket-client",
12999 "language",
13000 "languages",
13001 "log",
13002 "markdown_preview",
13003 "menu",
13004 "multi_buffer",
13005 "nbformat",
13006 "picker",
13007 "project",
13008 "runtimelib",
13009 "schemars",
13010 "serde",
13011 "serde_json",
13012 "settings",
13013 "smol",
13014 "telemetry",
13015 "terminal",
13016 "terminal_view",
13017 "theme",
13018 "tree-sitter-md",
13019 "tree-sitter-python",
13020 "tree-sitter-typescript",
13021 "ui",
13022 "util",
13023 "uuid",
13024 "workspace",
13025 "workspace-hack",
13026]
13027
13028[[package]]
13029name = "reqwest"
13030version = "0.11.27"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13033dependencies = [
13034 "base64 0.21.7",
13035 "bytes 1.10.1",
13036 "encoding_rs",
13037 "futures-core",
13038 "futures-util",
13039 "h2 0.3.26",
13040 "http 0.2.12",
13041 "http-body 0.4.6",
13042 "hyper 0.14.32",
13043 "hyper-rustls 0.24.2",
13044 "hyper-tls",
13045 "ipnet",
13046 "js-sys",
13047 "log",
13048 "mime",
13049 "native-tls",
13050 "once_cell",
13051 "percent-encoding",
13052 "pin-project-lite",
13053 "rustls 0.21.12",
13054 "rustls-native-certs 0.6.3",
13055 "rustls-pemfile 1.0.4",
13056 "serde",
13057 "serde_json",
13058 "serde_urlencoded",
13059 "sync_wrapper 0.1.2",
13060 "system-configuration 0.5.1",
13061 "tokio",
13062 "tokio-native-tls",
13063 "tokio-rustls 0.24.1",
13064 "tower-service",
13065 "url",
13066 "wasm-bindgen",
13067 "wasm-bindgen-futures",
13068 "web-sys",
13069 "winreg 0.50.0",
13070]
13071
13072[[package]]
13073name = "reqwest"
13074version = "0.12.15"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13077dependencies = [
13078 "base64 0.22.1",
13079 "bytes 1.10.1",
13080 "futures-channel",
13081 "futures-core",
13082 "futures-util",
13083 "http 1.3.1",
13084 "http-body 1.0.1",
13085 "http-body-util",
13086 "hyper 1.6.0",
13087 "hyper-util",
13088 "ipnet",
13089 "js-sys",
13090 "log",
13091 "mime",
13092 "once_cell",
13093 "percent-encoding",
13094 "pin-project-lite",
13095 "serde",
13096 "serde_json",
13097 "serde_urlencoded",
13098 "sync_wrapper 1.0.2",
13099 "tokio",
13100 "tower 0.5.2",
13101 "tower-service",
13102 "url",
13103 "wasm-bindgen",
13104 "wasm-bindgen-futures",
13105 "web-sys",
13106 "windows-registry 0.4.0",
13107]
13108
13109[[package]]
13110name = "reqwest"
13111version = "0.12.15"
13112source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13113dependencies = [
13114 "base64 0.22.1",
13115 "bytes 1.10.1",
13116 "encoding_rs",
13117 "futures-core",
13118 "futures-util",
13119 "h2 0.4.9",
13120 "http 1.3.1",
13121 "http-body 1.0.1",
13122 "http-body-util",
13123 "hyper 1.6.0",
13124 "hyper-rustls 0.27.5",
13125 "hyper-util",
13126 "ipnet",
13127 "js-sys",
13128 "log",
13129 "mime",
13130 "once_cell",
13131 "percent-encoding",
13132 "pin-project-lite",
13133 "quinn",
13134 "rustls 0.23.26",
13135 "rustls-native-certs 0.8.1",
13136 "rustls-pemfile 2.2.0",
13137 "rustls-pki-types",
13138 "serde",
13139 "serde_json",
13140 "serde_urlencoded",
13141 "sync_wrapper 1.0.2",
13142 "system-configuration 0.6.1",
13143 "tokio",
13144 "tokio-rustls 0.26.2",
13145 "tokio-socks",
13146 "tokio-util",
13147 "tower 0.5.2",
13148 "tower-service",
13149 "url",
13150 "wasm-bindgen",
13151 "wasm-bindgen-futures",
13152 "wasm-streams",
13153 "web-sys",
13154 "windows-registry 0.4.0",
13155]
13156
13157[[package]]
13158name = "reqwest_client"
13159version = "0.1.0"
13160dependencies = [
13161 "anyhow",
13162 "bytes 1.10.1",
13163 "futures 0.3.31",
13164 "gpui",
13165 "http_client",
13166 "http_client_tls",
13167 "log",
13168 "regex",
13169 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13170 "serde",
13171 "smol",
13172 "tokio",
13173 "workspace-hack",
13174]
13175
13176[[package]]
13177name = "resvg"
13178version = "0.45.1"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13181dependencies = [
13182 "log",
13183 "pico-args",
13184 "rgb",
13185 "svgtypes",
13186 "tiny-skia",
13187 "usvg",
13188]
13189
13190[[package]]
13191name = "rfc6979"
13192version = "0.3.1"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13195dependencies = [
13196 "crypto-bigint 0.4.9",
13197 "hmac",
13198 "zeroize",
13199]
13200
13201[[package]]
13202name = "rgb"
13203version = "0.8.50"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13206dependencies = [
13207 "bytemuck",
13208]
13209
13210[[package]]
13211name = "rich_text"
13212version = "0.1.0"
13213dependencies = [
13214 "futures 0.3.31",
13215 "gpui",
13216 "language",
13217 "linkify",
13218 "pulldown-cmark 0.12.2",
13219 "theme",
13220 "ui",
13221 "util",
13222 "workspace-hack",
13223]
13224
13225[[package]]
13226name = "ring"
13227version = "0.17.14"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13230dependencies = [
13231 "cc",
13232 "cfg-if",
13233 "getrandom 0.2.15",
13234 "libc",
13235 "untrusted",
13236 "windows-sys 0.52.0",
13237]
13238
13239[[package]]
13240name = "rkyv"
13241version = "0.7.45"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13244dependencies = [
13245 "bitvec",
13246 "bytecheck",
13247 "bytes 1.10.1",
13248 "hashbrown 0.12.3",
13249 "ptr_meta",
13250 "rend",
13251 "rkyv_derive",
13252 "seahash",
13253 "tinyvec",
13254 "uuid",
13255]
13256
13257[[package]]
13258name = "rkyv_derive"
13259version = "0.7.45"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13262dependencies = [
13263 "proc-macro2",
13264 "quote",
13265 "syn 1.0.109",
13266]
13267
13268[[package]]
13269name = "rmp"
13270version = "0.8.14"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13273dependencies = [
13274 "byteorder",
13275 "num-traits",
13276 "paste",
13277]
13278
13279[[package]]
13280name = "rmpv"
13281version = "1.3.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13284dependencies = [
13285 "num-traits",
13286 "rmp",
13287]
13288
13289[[package]]
13290name = "rodio"
13291version = "0.20.1"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13294dependencies = [
13295 "cpal",
13296 "hound",
13297]
13298
13299[[package]]
13300name = "rope"
13301version = "0.1.0"
13302dependencies = [
13303 "arrayvec",
13304 "criterion",
13305 "ctor",
13306 "env_logger 0.11.8",
13307 "gpui",
13308 "log",
13309 "rand 0.8.5",
13310 "rayon",
13311 "smallvec",
13312 "sum_tree",
13313 "unicode-segmentation",
13314 "util",
13315 "workspace-hack",
13316]
13317
13318[[package]]
13319name = "roxmltree"
13320version = "0.20.0"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13323
13324[[package]]
13325name = "rpc"
13326version = "0.1.0"
13327dependencies = [
13328 "anyhow",
13329 "async-tungstenite",
13330 "base64 0.22.1",
13331 "chrono",
13332 "collections",
13333 "env_logger 0.11.8",
13334 "futures 0.3.31",
13335 "gpui",
13336 "parking_lot",
13337 "proto",
13338 "rand 0.8.5",
13339 "rsa",
13340 "serde",
13341 "serde_json",
13342 "sha2",
13343 "strum 0.27.1",
13344 "tracing",
13345 "util",
13346 "workspace-hack",
13347 "zstd",
13348]
13349
13350[[package]]
13351name = "rsa"
13352version = "0.9.8"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13355dependencies = [
13356 "const-oid",
13357 "digest",
13358 "num-bigint-dig",
13359 "num-integer",
13360 "num-traits",
13361 "pkcs1",
13362 "pkcs8 0.10.2",
13363 "rand_core 0.6.4",
13364 "signature 2.2.0",
13365 "spki 0.7.3",
13366 "subtle",
13367 "zeroize",
13368]
13369
13370[[package]]
13371name = "rules_library"
13372version = "0.1.0"
13373dependencies = [
13374 "anyhow",
13375 "collections",
13376 "editor",
13377 "gpui",
13378 "language",
13379 "language_model",
13380 "log",
13381 "menu",
13382 "picker",
13383 "prompt_store",
13384 "release_channel",
13385 "rope",
13386 "serde",
13387 "settings",
13388 "theme",
13389 "ui",
13390 "util",
13391 "workspace",
13392 "workspace-hack",
13393 "zed_actions",
13394]
13395
13396[[package]]
13397name = "runtimelib"
13398version = "0.25.0"
13399source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13400dependencies = [
13401 "anyhow",
13402 "async-dispatcher",
13403 "async-std",
13404 "base64 0.22.1",
13405 "bytes 1.10.1",
13406 "chrono",
13407 "data-encoding",
13408 "dirs 5.0.1",
13409 "futures 0.3.31",
13410 "glob",
13411 "jupyter-protocol",
13412 "ring",
13413 "serde",
13414 "serde_json",
13415 "shellexpand 3.1.1",
13416 "smol",
13417 "uuid",
13418 "zeromq",
13419]
13420
13421[[package]]
13422name = "rust-embed"
13423version = "8.7.0"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13426dependencies = [
13427 "rust-embed-impl",
13428 "rust-embed-utils",
13429 "walkdir",
13430]
13431
13432[[package]]
13433name = "rust-embed-impl"
13434version = "8.7.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13437dependencies = [
13438 "proc-macro2",
13439 "quote",
13440 "rust-embed-utils",
13441 "syn 2.0.101",
13442 "walkdir",
13443]
13444
13445[[package]]
13446name = "rust-embed-utils"
13447version = "8.7.0"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13450dependencies = [
13451 "globset",
13452 "sha2",
13453 "walkdir",
13454]
13455
13456[[package]]
13457name = "rust_decimal"
13458version = "1.37.1"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13461dependencies = [
13462 "arrayvec",
13463 "borsh",
13464 "bytes 1.10.1",
13465 "num-traits",
13466 "rand 0.8.5",
13467 "rkyv",
13468 "serde",
13469 "serde_json",
13470]
13471
13472[[package]]
13473name = "rustc-demangle"
13474version = "0.1.24"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13477
13478[[package]]
13479name = "rustc-hash"
13480version = "1.1.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13483
13484[[package]]
13485name = "rustc-hash"
13486version = "2.1.1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13489
13490[[package]]
13491name = "rustc_version"
13492version = "0.4.1"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13495dependencies = [
13496 "semver",
13497]
13498
13499[[package]]
13500name = "rustix"
13501version = "0.38.44"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13504dependencies = [
13505 "bitflags 2.9.0",
13506 "errno 0.3.11",
13507 "itoa",
13508 "libc",
13509 "linux-raw-sys 0.4.15",
13510 "windows-sys 0.59.0",
13511]
13512
13513[[package]]
13514name = "rustix"
13515version = "1.0.7"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13518dependencies = [
13519 "bitflags 2.9.0",
13520 "errno 0.3.11",
13521 "libc",
13522 "linux-raw-sys 0.9.4",
13523 "windows-sys 0.59.0",
13524]
13525
13526[[package]]
13527name = "rustix-linux-procfs"
13528version = "0.1.1"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13531dependencies = [
13532 "once_cell",
13533 "rustix 1.0.7",
13534]
13535
13536[[package]]
13537name = "rustix-openpty"
13538version = "0.1.1"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13541dependencies = [
13542 "errno 0.3.11",
13543 "libc",
13544 "rustix 0.38.44",
13545]
13546
13547[[package]]
13548name = "rustls"
13549version = "0.21.12"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13552dependencies = [
13553 "log",
13554 "ring",
13555 "rustls-webpki 0.101.7",
13556 "sct",
13557]
13558
13559[[package]]
13560name = "rustls"
13561version = "0.23.26"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13564dependencies = [
13565 "aws-lc-rs",
13566 "log",
13567 "once_cell",
13568 "ring",
13569 "rustls-pki-types",
13570 "rustls-webpki 0.103.1",
13571 "subtle",
13572 "zeroize",
13573]
13574
13575[[package]]
13576name = "rustls-native-certs"
13577version = "0.6.3"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13580dependencies = [
13581 "openssl-probe",
13582 "rustls-pemfile 1.0.4",
13583 "schannel",
13584 "security-framework 2.11.1",
13585]
13586
13587[[package]]
13588name = "rustls-native-certs"
13589version = "0.8.1"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13592dependencies = [
13593 "openssl-probe",
13594 "rustls-pki-types",
13595 "schannel",
13596 "security-framework 3.2.0",
13597]
13598
13599[[package]]
13600name = "rustls-pemfile"
13601version = "1.0.4"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13604dependencies = [
13605 "base64 0.21.7",
13606]
13607
13608[[package]]
13609name = "rustls-pemfile"
13610version = "2.2.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13613dependencies = [
13614 "rustls-pki-types",
13615]
13616
13617[[package]]
13618name = "rustls-pki-types"
13619version = "1.12.0"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13622dependencies = [
13623 "web-time",
13624 "zeroize",
13625]
13626
13627[[package]]
13628name = "rustls-platform-verifier"
13629version = "0.5.1"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13632dependencies = [
13633 "core-foundation 0.10.0",
13634 "core-foundation-sys",
13635 "jni",
13636 "log",
13637 "once_cell",
13638 "rustls 0.23.26",
13639 "rustls-native-certs 0.8.1",
13640 "rustls-platform-verifier-android",
13641 "rustls-webpki 0.103.1",
13642 "security-framework 3.2.0",
13643 "security-framework-sys",
13644 "webpki-root-certs",
13645 "windows-sys 0.59.0",
13646]
13647
13648[[package]]
13649name = "rustls-platform-verifier-android"
13650version = "0.1.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13653
13654[[package]]
13655name = "rustls-webpki"
13656version = "0.101.7"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13659dependencies = [
13660 "ring",
13661 "untrusted",
13662]
13663
13664[[package]]
13665name = "rustls-webpki"
13666version = "0.103.1"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13669dependencies = [
13670 "aws-lc-rs",
13671 "ring",
13672 "rustls-pki-types",
13673 "untrusted",
13674]
13675
13676[[package]]
13677name = "rustversion"
13678version = "1.0.20"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13681
13682[[package]]
13683name = "rustybuzz"
13684version = "0.14.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13687dependencies = [
13688 "bitflags 2.9.0",
13689 "bytemuck",
13690 "libm",
13691 "smallvec",
13692 "ttf-parser 0.21.1",
13693 "unicode-bidi-mirroring 0.2.0",
13694 "unicode-ccc 0.2.0",
13695 "unicode-properties",
13696 "unicode-script",
13697]
13698
13699[[package]]
13700name = "rustybuzz"
13701version = "0.20.1"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13704dependencies = [
13705 "bitflags 2.9.0",
13706 "bytemuck",
13707 "core_maths",
13708 "log",
13709 "smallvec",
13710 "ttf-parser 0.25.1",
13711 "unicode-bidi-mirroring 0.4.0",
13712 "unicode-ccc 0.4.0",
13713 "unicode-properties",
13714 "unicode-script",
13715]
13716
13717[[package]]
13718name = "ryu"
13719version = "1.0.20"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13722
13723[[package]]
13724name = "salsa20"
13725version = "0.10.2"
13726source = "registry+https://github.com/rust-lang/crates.io-index"
13727checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13728dependencies = [
13729 "cipher",
13730]
13731
13732[[package]]
13733name = "same-file"
13734version = "1.0.6"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13737dependencies = [
13738 "winapi-util",
13739]
13740
13741[[package]]
13742name = "scap"
13743version = "0.0.8"
13744source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13745dependencies = [
13746 "anyhow",
13747 "cocoa 0.25.0",
13748 "core-graphics-helmer-fork",
13749 "log",
13750 "objc",
13751 "rand 0.8.5",
13752 "screencapturekit",
13753 "screencapturekit-sys",
13754 "sysinfo",
13755 "tao-core-video-sys",
13756 "windows 0.61.1",
13757 "windows-capture",
13758 "x11",
13759 "xcb",
13760]
13761
13762[[package]]
13763name = "schannel"
13764version = "0.1.27"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13767dependencies = [
13768 "windows-sys 0.59.0",
13769]
13770
13771[[package]]
13772name = "schema_generator"
13773version = "0.1.0"
13774dependencies = [
13775 "anyhow",
13776 "clap",
13777 "env_logger 0.11.8",
13778 "schemars",
13779 "serde",
13780 "serde_json",
13781 "theme",
13782 "workspace-hack",
13783]
13784
13785[[package]]
13786name = "schemars"
13787version = "0.8.22"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13790dependencies = [
13791 "dyn-clone",
13792 "indexmap",
13793 "schemars_derive",
13794 "serde",
13795 "serde_json",
13796]
13797
13798[[package]]
13799name = "schemars_derive"
13800version = "0.8.22"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13803dependencies = [
13804 "proc-macro2",
13805 "quote",
13806 "serde_derive_internals",
13807 "syn 2.0.101",
13808]
13809
13810[[package]]
13811name = "scoped-tls"
13812version = "1.0.1"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13815
13816[[package]]
13817name = "scopeguard"
13818version = "1.2.0"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13821
13822[[package]]
13823name = "scratch"
13824version = "1.0.8"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13827
13828[[package]]
13829name = "screencapturekit"
13830version = "0.2.8"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13833dependencies = [
13834 "screencapturekit-sys",
13835]
13836
13837[[package]]
13838name = "screencapturekit-sys"
13839version = "0.2.8"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13842dependencies = [
13843 "block",
13844 "dispatch",
13845 "objc",
13846 "objc-foundation",
13847 "objc_id",
13848 "once_cell",
13849]
13850
13851[[package]]
13852name = "scrypt"
13853version = "0.11.0"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13856dependencies = [
13857 "password-hash 0.5.0",
13858 "pbkdf2 0.12.2",
13859 "salsa20",
13860 "sha2",
13861]
13862
13863[[package]]
13864name = "sct"
13865version = "0.7.1"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13868dependencies = [
13869 "ring",
13870 "untrusted",
13871]
13872
13873[[package]]
13874name = "sea-bae"
13875version = "0.2.1"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13878dependencies = [
13879 "heck 0.4.1",
13880 "proc-macro-error2",
13881 "proc-macro2",
13882 "quote",
13883 "syn 2.0.101",
13884]
13885
13886[[package]]
13887name = "sea-orm"
13888version = "1.1.10"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13891dependencies = [
13892 "async-stream",
13893 "async-trait",
13894 "bigdecimal",
13895 "chrono",
13896 "futures-util",
13897 "log",
13898 "ouroboros",
13899 "pgvector",
13900 "rust_decimal",
13901 "sea-orm-macros",
13902 "sea-query",
13903 "sea-query-binder",
13904 "serde",
13905 "serde_json",
13906 "sqlx",
13907 "strum 0.26.3",
13908 "thiserror 2.0.12",
13909 "time",
13910 "tracing",
13911 "url",
13912 "uuid",
13913]
13914
13915[[package]]
13916name = "sea-orm-macros"
13917version = "1.1.10"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13920dependencies = [
13921 "heck 0.4.1",
13922 "proc-macro2",
13923 "quote",
13924 "sea-bae",
13925 "syn 2.0.101",
13926 "unicode-ident",
13927]
13928
13929[[package]]
13930name = "sea-query"
13931version = "0.32.4"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13934dependencies = [
13935 "bigdecimal",
13936 "chrono",
13937 "inherent",
13938 "ordered-float 4.6.0",
13939 "rust_decimal",
13940 "serde_json",
13941 "time",
13942 "uuid",
13943]
13944
13945[[package]]
13946name = "sea-query-binder"
13947version = "0.7.0"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13950dependencies = [
13951 "bigdecimal",
13952 "chrono",
13953 "rust_decimal",
13954 "sea-query",
13955 "serde_json",
13956 "sqlx",
13957 "time",
13958 "uuid",
13959]
13960
13961[[package]]
13962name = "seahash"
13963version = "4.1.0"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13966
13967[[package]]
13968name = "search"
13969version = "0.1.0"
13970dependencies = [
13971 "any_vec",
13972 "anyhow",
13973 "bitflags 2.9.0",
13974 "client",
13975 "collections",
13976 "editor",
13977 "futures 0.3.31",
13978 "gpui",
13979 "language",
13980 "menu",
13981 "project",
13982 "schemars",
13983 "serde",
13984 "serde_json",
13985 "settings",
13986 "smol",
13987 "theme",
13988 "ui",
13989 "unindent",
13990 "util",
13991 "workspace",
13992 "workspace-hack",
13993 "zed_actions",
13994]
13995
13996[[package]]
13997name = "sec1"
13998version = "0.3.0"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14001dependencies = [
14002 "base16ct",
14003 "der 0.6.1",
14004 "generic-array",
14005 "pkcs8 0.9.0",
14006 "subtle",
14007 "zeroize",
14008]
14009
14010[[package]]
14011name = "security-framework"
14012version = "2.11.1"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14015dependencies = [
14016 "bitflags 2.9.0",
14017 "core-foundation 0.9.4",
14018 "core-foundation-sys",
14019 "libc",
14020 "security-framework-sys",
14021]
14022
14023[[package]]
14024name = "security-framework"
14025version = "3.2.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14028dependencies = [
14029 "bitflags 2.9.0",
14030 "core-foundation 0.10.0",
14031 "core-foundation-sys",
14032 "libc",
14033 "security-framework-sys",
14034]
14035
14036[[package]]
14037name = "security-framework-sys"
14038version = "2.14.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14041dependencies = [
14042 "core-foundation-sys",
14043 "libc",
14044]
14045
14046[[package]]
14047name = "self_cell"
14048version = "1.2.0"
14049source = "registry+https://github.com/rust-lang/crates.io-index"
14050checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14051
14052[[package]]
14053name = "semantic_index"
14054version = "0.1.0"
14055dependencies = [
14056 "anyhow",
14057 "arrayvec",
14058 "blake3",
14059 "client",
14060 "clock",
14061 "collections",
14062 "env_logger 0.11.8",
14063 "feature_flags",
14064 "fs",
14065 "futures 0.3.31",
14066 "futures-batch",
14067 "gpui",
14068 "heed",
14069 "http_client",
14070 "language",
14071 "language_model",
14072 "languages",
14073 "log",
14074 "open_ai",
14075 "parking_lot",
14076 "project",
14077 "reqwest_client",
14078 "serde",
14079 "serde_json",
14080 "settings",
14081 "sha2",
14082 "smol",
14083 "streaming-iterator",
14084 "tempfile",
14085 "theme",
14086 "tree-sitter",
14087 "ui",
14088 "unindent",
14089 "util",
14090 "workspace",
14091 "workspace-hack",
14092 "worktree",
14093]
14094
14095[[package]]
14096name = "semantic_version"
14097version = "0.1.0"
14098dependencies = [
14099 "anyhow",
14100 "serde",
14101 "workspace-hack",
14102]
14103
14104[[package]]
14105name = "semver"
14106version = "1.0.26"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14109dependencies = [
14110 "serde",
14111]
14112
14113[[package]]
14114name = "serde"
14115version = "1.0.219"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14118dependencies = [
14119 "serde_derive",
14120]
14121
14122[[package]]
14123name = "serde_derive"
14124version = "1.0.219"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14127dependencies = [
14128 "proc-macro2",
14129 "quote",
14130 "syn 2.0.101",
14131]
14132
14133[[package]]
14134name = "serde_derive_internals"
14135version = "0.29.1"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14138dependencies = [
14139 "proc-macro2",
14140 "quote",
14141 "syn 2.0.101",
14142]
14143
14144[[package]]
14145name = "serde_fmt"
14146version = "1.0.3"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14149dependencies = [
14150 "serde",
14151]
14152
14153[[package]]
14154name = "serde_json"
14155version = "1.0.140"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14158dependencies = [
14159 "indexmap",
14160 "itoa",
14161 "memchr",
14162 "ryu",
14163 "serde",
14164]
14165
14166[[package]]
14167name = "serde_json_lenient"
14168version = "0.2.4"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14171dependencies = [
14172 "indexmap",
14173 "itoa",
14174 "memchr",
14175 "ryu",
14176 "serde",
14177]
14178
14179[[package]]
14180name = "serde_path_to_error"
14181version = "0.1.17"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14184dependencies = [
14185 "itoa",
14186 "serde",
14187]
14188
14189[[package]]
14190name = "serde_qs"
14191version = "0.8.5"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14194dependencies = [
14195 "percent-encoding",
14196 "serde",
14197 "thiserror 1.0.69",
14198]
14199
14200[[package]]
14201name = "serde_qs"
14202version = "0.10.1"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14205dependencies = [
14206 "percent-encoding",
14207 "serde",
14208 "thiserror 1.0.69",
14209]
14210
14211[[package]]
14212name = "serde_repr"
14213version = "0.1.20"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14216dependencies = [
14217 "proc-macro2",
14218 "quote",
14219 "syn 2.0.101",
14220]
14221
14222[[package]]
14223name = "serde_spanned"
14224version = "0.6.8"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14227dependencies = [
14228 "serde",
14229]
14230
14231[[package]]
14232name = "serde_urlencoded"
14233version = "0.7.1"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14236dependencies = [
14237 "form_urlencoded",
14238 "itoa",
14239 "ryu",
14240 "serde",
14241]
14242
14243[[package]]
14244name = "serial2"
14245version = "0.2.29"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14248dependencies = [
14249 "cfg-if",
14250 "libc",
14251 "winapi",
14252]
14253
14254[[package]]
14255name = "session"
14256version = "0.1.0"
14257dependencies = [
14258 "db",
14259 "gpui",
14260 "serde_json",
14261 "util",
14262 "uuid",
14263 "workspace-hack",
14264]
14265
14266[[package]]
14267name = "settings"
14268version = "0.1.0"
14269dependencies = [
14270 "anyhow",
14271 "collections",
14272 "ec4rs",
14273 "fs",
14274 "futures 0.3.31",
14275 "gpui",
14276 "indoc",
14277 "inventory",
14278 "log",
14279 "paths",
14280 "pretty_assertions",
14281 "release_channel",
14282 "rust-embed",
14283 "schemars",
14284 "serde",
14285 "serde_derive",
14286 "serde_json",
14287 "serde_json_lenient",
14288 "smallvec",
14289 "streaming-iterator",
14290 "tree-sitter",
14291 "tree-sitter-json",
14292 "unindent",
14293 "util",
14294 "workspace-hack",
14295]
14296
14297[[package]]
14298name = "settings_ui"
14299version = "0.1.0"
14300dependencies = [
14301 "command_palette_hooks",
14302 "editor",
14303 "feature_flags",
14304 "fs",
14305 "gpui",
14306 "log",
14307 "paths",
14308 "schemars",
14309 "serde",
14310 "settings",
14311 "theme",
14312 "ui",
14313 "workspace",
14314 "workspace-hack",
14315]
14316
14317[[package]]
14318name = "sha1"
14319version = "0.10.6"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14322dependencies = [
14323 "cfg-if",
14324 "cpufeatures",
14325 "digest",
14326]
14327
14328[[package]]
14329name = "sha1-checked"
14330version = "0.10.0"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14333dependencies = [
14334 "digest",
14335 "sha1",
14336]
14337
14338[[package]]
14339name = "sha1_smol"
14340version = "1.0.1"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14343
14344[[package]]
14345name = "sha2"
14346version = "0.10.8"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14349dependencies = [
14350 "cfg-if",
14351 "cpufeatures",
14352 "digest",
14353]
14354
14355[[package]]
14356name = "sharded-slab"
14357version = "0.1.7"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14360dependencies = [
14361 "lazy_static",
14362]
14363
14364[[package]]
14365name = "shared_library"
14366version = "0.1.9"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14369dependencies = [
14370 "lazy_static",
14371 "libc",
14372]
14373
14374[[package]]
14375name = "shell-words"
14376version = "1.1.0"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14379
14380[[package]]
14381name = "shellexpand"
14382version = "2.1.2"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14385dependencies = [
14386 "dirs 4.0.0",
14387]
14388
14389[[package]]
14390name = "shellexpand"
14391version = "3.1.1"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14394dependencies = [
14395 "dirs 6.0.0",
14396]
14397
14398[[package]]
14399name = "shlex"
14400version = "1.3.0"
14401source = "registry+https://github.com/rust-lang/crates.io-index"
14402checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14403
14404[[package]]
14405name = "signal-hook"
14406version = "0.3.17"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14409dependencies = [
14410 "libc",
14411 "signal-hook-registry",
14412]
14413
14414[[package]]
14415name = "signal-hook-registry"
14416version = "1.4.5"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14419dependencies = [
14420 "libc",
14421]
14422
14423[[package]]
14424name = "signature"
14425version = "1.6.4"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14428dependencies = [
14429 "digest",
14430 "rand_core 0.6.4",
14431]
14432
14433[[package]]
14434name = "signature"
14435version = "2.2.0"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14438dependencies = [
14439 "digest",
14440 "rand_core 0.6.4",
14441]
14442
14443[[package]]
14444name = "simd-adler32"
14445version = "0.3.7"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14448
14449[[package]]
14450name = "simd_helpers"
14451version = "0.1.0"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14454dependencies = [
14455 "quote",
14456]
14457
14458[[package]]
14459name = "simdutf8"
14460version = "0.1.5"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14463
14464[[package]]
14465name = "simple_asn1"
14466version = "0.6.3"
14467source = "registry+https://github.com/rust-lang/crates.io-index"
14468checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14469dependencies = [
14470 "num-bigint",
14471 "num-traits",
14472 "thiserror 2.0.12",
14473 "time",
14474]
14475
14476[[package]]
14477name = "simplecss"
14478version = "0.2.2"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14481dependencies = [
14482 "log",
14483]
14484
14485[[package]]
14486name = "simplelog"
14487version = "0.12.2"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14490dependencies = [
14491 "log",
14492 "termcolor",
14493 "time",
14494]
14495
14496[[package]]
14497name = "siphasher"
14498version = "1.0.1"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14501
14502[[package]]
14503name = "skrifa"
14504version = "0.26.6"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14507dependencies = [
14508 "bytemuck",
14509 "read-fonts",
14510]
14511
14512[[package]]
14513name = "slab"
14514version = "0.4.9"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14517dependencies = [
14518 "autocfg",
14519]
14520
14521[[package]]
14522name = "slash_commands_example"
14523version = "0.1.0"
14524dependencies = [
14525 "zed_extension_api 0.1.0",
14526]
14527
14528[[package]]
14529name = "slotmap"
14530version = "1.0.7"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14533dependencies = [
14534 "version_check",
14535]
14536
14537[[package]]
14538name = "smallvec"
14539version = "1.15.0"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14542dependencies = [
14543 "serde",
14544]
14545
14546[[package]]
14547name = "smart-default"
14548version = "0.6.0"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14551dependencies = [
14552 "proc-macro2",
14553 "quote",
14554 "syn 1.0.109",
14555]
14556
14557[[package]]
14558name = "smol"
14559version = "2.0.2"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14562dependencies = [
14563 "async-channel 2.3.1",
14564 "async-executor",
14565 "async-fs",
14566 "async-io",
14567 "async-lock",
14568 "async-net",
14569 "async-process",
14570 "blocking",
14571 "futures-lite 2.6.0",
14572]
14573
14574[[package]]
14575name = "smol_str"
14576version = "0.1.24"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14579dependencies = [
14580 "serde",
14581]
14582
14583[[package]]
14584name = "smol_str"
14585version = "0.2.2"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14588
14589[[package]]
14590name = "snippet"
14591version = "0.1.0"
14592dependencies = [
14593 "anyhow",
14594 "smallvec",
14595 "workspace-hack",
14596]
14597
14598[[package]]
14599name = "snippet_provider"
14600version = "0.1.0"
14601dependencies = [
14602 "anyhow",
14603 "collections",
14604 "extension",
14605 "fs",
14606 "futures 0.3.31",
14607 "gpui",
14608 "indoc",
14609 "parking_lot",
14610 "paths",
14611 "schemars",
14612 "serde",
14613 "serde_json_lenient",
14614 "snippet",
14615 "util",
14616 "workspace-hack",
14617]
14618
14619[[package]]
14620name = "snippets_ui"
14621version = "0.1.0"
14622dependencies = [
14623 "fuzzy",
14624 "gpui",
14625 "language",
14626 "paths",
14627 "picker",
14628 "ui",
14629 "util",
14630 "workspace",
14631 "workspace-hack",
14632]
14633
14634[[package]]
14635name = "socket2"
14636version = "0.5.9"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14639dependencies = [
14640 "libc",
14641 "windows-sys 0.52.0",
14642]
14643
14644[[package]]
14645name = "spdx"
14646version = "0.10.8"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14649dependencies = [
14650 "smallvec",
14651]
14652
14653[[package]]
14654name = "spin"
14655version = "0.9.8"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14658dependencies = [
14659 "lock_api",
14660]
14661
14662[[package]]
14663name = "spirv"
14664version = "0.3.0+sdk-1.3.268.0"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14667dependencies = [
14668 "bitflags 2.9.0",
14669]
14670
14671[[package]]
14672name = "spki"
14673version = "0.6.0"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14676dependencies = [
14677 "base64ct",
14678 "der 0.6.1",
14679]
14680
14681[[package]]
14682name = "spki"
14683version = "0.7.3"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14686dependencies = [
14687 "base64ct",
14688 "der 0.7.10",
14689]
14690
14691[[package]]
14692name = "sptr"
14693version = "0.3.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14696
14697[[package]]
14698name = "sqlez"
14699version = "0.1.0"
14700dependencies = [
14701 "anyhow",
14702 "collections",
14703 "futures 0.3.31",
14704 "indoc",
14705 "libsqlite3-sys",
14706 "parking_lot",
14707 "smol",
14708 "sqlformat",
14709 "thread_local",
14710 "util",
14711 "uuid",
14712 "workspace-hack",
14713]
14714
14715[[package]]
14716name = "sqlez_macros"
14717version = "0.1.0"
14718dependencies = [
14719 "sqlez",
14720 "sqlformat",
14721 "syn 1.0.109",
14722 "workspace-hack",
14723]
14724
14725[[package]]
14726name = "sqlformat"
14727version = "0.2.6"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14730dependencies = [
14731 "nom",
14732 "unicode_categories",
14733]
14734
14735[[package]]
14736name = "sqlx"
14737version = "0.8.5"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14740dependencies = [
14741 "sqlx-core",
14742 "sqlx-macros",
14743 "sqlx-mysql",
14744 "sqlx-postgres",
14745 "sqlx-sqlite",
14746]
14747
14748[[package]]
14749name = "sqlx-core"
14750version = "0.8.5"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14753dependencies = [
14754 "base64 0.22.1",
14755 "bigdecimal",
14756 "bytes 1.10.1",
14757 "chrono",
14758 "crc",
14759 "crossbeam-queue",
14760 "either",
14761 "event-listener 5.4.0",
14762 "futures-core",
14763 "futures-intrusive",
14764 "futures-io",
14765 "futures-util",
14766 "hashbrown 0.15.3",
14767 "hashlink 0.10.0",
14768 "indexmap",
14769 "log",
14770 "memchr",
14771 "once_cell",
14772 "percent-encoding",
14773 "rust_decimal",
14774 "rustls 0.23.26",
14775 "serde",
14776 "serde_json",
14777 "sha2",
14778 "smallvec",
14779 "thiserror 2.0.12",
14780 "time",
14781 "tokio",
14782 "tokio-stream",
14783 "tracing",
14784 "url",
14785 "uuid",
14786 "webpki-roots",
14787]
14788
14789[[package]]
14790name = "sqlx-macros"
14791version = "0.8.5"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14794dependencies = [
14795 "proc-macro2",
14796 "quote",
14797 "sqlx-core",
14798 "sqlx-macros-core",
14799 "syn 2.0.101",
14800]
14801
14802[[package]]
14803name = "sqlx-macros-core"
14804version = "0.8.5"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14807dependencies = [
14808 "dotenvy",
14809 "either",
14810 "heck 0.5.0",
14811 "hex",
14812 "once_cell",
14813 "proc-macro2",
14814 "quote",
14815 "serde",
14816 "serde_json",
14817 "sha2",
14818 "sqlx-core",
14819 "sqlx-mysql",
14820 "sqlx-postgres",
14821 "sqlx-sqlite",
14822 "syn 2.0.101",
14823 "tempfile",
14824 "tokio",
14825 "url",
14826]
14827
14828[[package]]
14829name = "sqlx-mysql"
14830version = "0.8.5"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14833dependencies = [
14834 "atoi",
14835 "base64 0.22.1",
14836 "bigdecimal",
14837 "bitflags 2.9.0",
14838 "byteorder",
14839 "bytes 1.10.1",
14840 "chrono",
14841 "crc",
14842 "digest",
14843 "dotenvy",
14844 "either",
14845 "futures-channel",
14846 "futures-core",
14847 "futures-io",
14848 "futures-util",
14849 "generic-array",
14850 "hex",
14851 "hkdf",
14852 "hmac",
14853 "itoa",
14854 "log",
14855 "md-5",
14856 "memchr",
14857 "once_cell",
14858 "percent-encoding",
14859 "rand 0.8.5",
14860 "rsa",
14861 "rust_decimal",
14862 "serde",
14863 "sha1",
14864 "sha2",
14865 "smallvec",
14866 "sqlx-core",
14867 "stringprep",
14868 "thiserror 2.0.12",
14869 "time",
14870 "tracing",
14871 "uuid",
14872 "whoami",
14873]
14874
14875[[package]]
14876name = "sqlx-postgres"
14877version = "0.8.5"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14880dependencies = [
14881 "atoi",
14882 "base64 0.22.1",
14883 "bigdecimal",
14884 "bitflags 2.9.0",
14885 "byteorder",
14886 "chrono",
14887 "crc",
14888 "dotenvy",
14889 "etcetera",
14890 "futures-channel",
14891 "futures-core",
14892 "futures-util",
14893 "hex",
14894 "hkdf",
14895 "hmac",
14896 "home",
14897 "itoa",
14898 "log",
14899 "md-5",
14900 "memchr",
14901 "num-bigint",
14902 "once_cell",
14903 "rand 0.8.5",
14904 "rust_decimal",
14905 "serde",
14906 "serde_json",
14907 "sha2",
14908 "smallvec",
14909 "sqlx-core",
14910 "stringprep",
14911 "thiserror 2.0.12",
14912 "time",
14913 "tracing",
14914 "uuid",
14915 "whoami",
14916]
14917
14918[[package]]
14919name = "sqlx-sqlite"
14920version = "0.8.5"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14923dependencies = [
14924 "atoi",
14925 "chrono",
14926 "flume",
14927 "futures-channel",
14928 "futures-core",
14929 "futures-executor",
14930 "futures-intrusive",
14931 "futures-util",
14932 "libsqlite3-sys",
14933 "log",
14934 "percent-encoding",
14935 "serde",
14936 "serde_urlencoded",
14937 "sqlx-core",
14938 "thiserror 2.0.12",
14939 "time",
14940 "tracing",
14941 "url",
14942 "uuid",
14943]
14944
14945[[package]]
14946name = "stable_deref_trait"
14947version = "1.2.0"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14950
14951[[package]]
14952name = "static_assertions"
14953version = "1.1.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14956
14957[[package]]
14958name = "story"
14959version = "0.1.0"
14960dependencies = [
14961 "gpui",
14962 "itertools 0.14.0",
14963 "smallvec",
14964 "workspace-hack",
14965]
14966
14967[[package]]
14968name = "storybook"
14969version = "0.1.0"
14970dependencies = [
14971 "anyhow",
14972 "clap",
14973 "collab_ui",
14974 "ctrlc",
14975 "dialoguer",
14976 "editor",
14977 "fuzzy",
14978 "gpui",
14979 "indoc",
14980 "language",
14981 "log",
14982 "menu",
14983 "picker",
14984 "project",
14985 "reqwest_client",
14986 "rust-embed",
14987 "settings",
14988 "simplelog",
14989 "story",
14990 "strum 0.27.1",
14991 "theme",
14992 "title_bar",
14993 "ui",
14994 "workspace",
14995 "workspace-hack",
14996]
14997
14998[[package]]
14999name = "streaming-iterator"
15000version = "0.1.9"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15003
15004[[package]]
15005name = "streaming_diff"
15006version = "0.1.0"
15007dependencies = [
15008 "ordered-float 2.10.1",
15009 "rand 0.8.5",
15010 "rope",
15011 "util",
15012 "workspace-hack",
15013]
15014
15015[[package]]
15016name = "strict-num"
15017version = "0.1.1"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15020dependencies = [
15021 "float-cmp",
15022]
15023
15024[[package]]
15025name = "string_cache"
15026version = "0.8.9"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15029dependencies = [
15030 "new_debug_unreachable",
15031 "parking_lot",
15032 "phf_shared",
15033 "precomputed-hash",
15034 "serde",
15035]
15036
15037[[package]]
15038name = "string_cache_codegen"
15039version = "0.5.4"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15042dependencies = [
15043 "phf_generator",
15044 "phf_shared",
15045 "proc-macro2",
15046 "quote",
15047]
15048
15049[[package]]
15050name = "stringprep"
15051version = "0.1.5"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15054dependencies = [
15055 "unicode-bidi",
15056 "unicode-normalization",
15057 "unicode-properties",
15058]
15059
15060[[package]]
15061name = "strsim"
15062version = "0.11.1"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15065
15066[[package]]
15067name = "strum"
15068version = "0.26.3"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15071dependencies = [
15072 "strum_macros 0.26.4",
15073]
15074
15075[[package]]
15076name = "strum"
15077version = "0.27.1"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15080dependencies = [
15081 "strum_macros 0.27.1",
15082]
15083
15084[[package]]
15085name = "strum_macros"
15086version = "0.26.4"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15089dependencies = [
15090 "heck 0.5.0",
15091 "proc-macro2",
15092 "quote",
15093 "rustversion",
15094 "syn 2.0.101",
15095]
15096
15097[[package]]
15098name = "strum_macros"
15099version = "0.27.1"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15102dependencies = [
15103 "heck 0.5.0",
15104 "proc-macro2",
15105 "quote",
15106 "rustversion",
15107 "syn 2.0.101",
15108]
15109
15110[[package]]
15111name = "subtle"
15112version = "2.6.1"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15115
15116[[package]]
15117name = "sum_tree"
15118version = "0.1.0"
15119dependencies = [
15120 "arrayvec",
15121 "ctor",
15122 "env_logger 0.11.8",
15123 "log",
15124 "rand 0.8.5",
15125 "rayon",
15126 "workspace-hack",
15127]
15128
15129[[package]]
15130name = "supermaven"
15131version = "0.1.0"
15132dependencies = [
15133 "anyhow",
15134 "client",
15135 "collections",
15136 "editor",
15137 "env_logger 0.11.8",
15138 "futures 0.3.31",
15139 "gpui",
15140 "http_client",
15141 "inline_completion",
15142 "language",
15143 "log",
15144 "postage",
15145 "project",
15146 "serde",
15147 "serde_json",
15148 "settings",
15149 "smol",
15150 "supermaven_api",
15151 "text",
15152 "theme",
15153 "ui",
15154 "unicode-segmentation",
15155 "util",
15156 "workspace-hack",
15157]
15158
15159[[package]]
15160name = "supermaven_api"
15161version = "0.1.0"
15162dependencies = [
15163 "anyhow",
15164 "futures 0.3.31",
15165 "http_client",
15166 "paths",
15167 "serde",
15168 "serde_json",
15169 "smol",
15170 "workspace-hack",
15171]
15172
15173[[package]]
15174name = "sval"
15175version = "2.14.1"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15178
15179[[package]]
15180name = "sval_buffer"
15181version = "2.14.1"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15184dependencies = [
15185 "sval",
15186 "sval_ref",
15187]
15188
15189[[package]]
15190name = "sval_dynamic"
15191version = "2.14.1"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15194dependencies = [
15195 "sval",
15196]
15197
15198[[package]]
15199name = "sval_fmt"
15200version = "2.14.1"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15203dependencies = [
15204 "itoa",
15205 "ryu",
15206 "sval",
15207]
15208
15209[[package]]
15210name = "sval_json"
15211version = "2.14.1"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15214dependencies = [
15215 "itoa",
15216 "ryu",
15217 "sval",
15218]
15219
15220[[package]]
15221name = "sval_nested"
15222version = "2.14.1"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15225dependencies = [
15226 "sval",
15227 "sval_buffer",
15228 "sval_ref",
15229]
15230
15231[[package]]
15232name = "sval_ref"
15233version = "2.14.1"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15236dependencies = [
15237 "sval",
15238]
15239
15240[[package]]
15241name = "sval_serde"
15242version = "2.14.1"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15245dependencies = [
15246 "serde",
15247 "sval",
15248 "sval_nested",
15249]
15250
15251[[package]]
15252name = "svg_fmt"
15253version = "0.4.5"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15256
15257[[package]]
15258name = "svgtypes"
15259version = "0.15.3"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15262dependencies = [
15263 "kurbo",
15264 "siphasher",
15265]
15266
15267[[package]]
15268name = "swash"
15269version = "0.2.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15272dependencies = [
15273 "skrifa",
15274 "yazi",
15275 "zeno",
15276]
15277
15278[[package]]
15279name = "syn"
15280version = "1.0.109"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15283dependencies = [
15284 "proc-macro2",
15285 "quote",
15286 "unicode-ident",
15287]
15288
15289[[package]]
15290name = "syn"
15291version = "2.0.101"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15294dependencies = [
15295 "proc-macro2",
15296 "quote",
15297 "unicode-ident",
15298]
15299
15300[[package]]
15301name = "sync_wrapper"
15302version = "0.1.2"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15305
15306[[package]]
15307name = "sync_wrapper"
15308version = "1.0.2"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15311dependencies = [
15312 "futures-core",
15313]
15314
15315[[package]]
15316name = "synchronoise"
15317version = "1.0.1"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15320dependencies = [
15321 "crossbeam-queue",
15322]
15323
15324[[package]]
15325name = "synstructure"
15326version = "0.13.1"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15329dependencies = [
15330 "proc-macro2",
15331 "quote",
15332 "syn 2.0.101",
15333]
15334
15335[[package]]
15336name = "sys-locale"
15337version = "0.3.2"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15340dependencies = [
15341 "libc",
15342]
15343
15344[[package]]
15345name = "sysinfo"
15346version = "0.31.4"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15349dependencies = [
15350 "core-foundation-sys",
15351 "libc",
15352 "memchr",
15353 "ntapi",
15354 "rayon",
15355 "windows 0.57.0",
15356]
15357
15358[[package]]
15359name = "system-configuration"
15360version = "0.5.1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15363dependencies = [
15364 "bitflags 1.3.2",
15365 "core-foundation 0.9.4",
15366 "system-configuration-sys 0.5.0",
15367]
15368
15369[[package]]
15370name = "system-configuration"
15371version = "0.6.1"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15374dependencies = [
15375 "bitflags 2.9.0",
15376 "core-foundation 0.9.4",
15377 "system-configuration-sys 0.6.0",
15378]
15379
15380[[package]]
15381name = "system-configuration-sys"
15382version = "0.5.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15385dependencies = [
15386 "core-foundation-sys",
15387 "libc",
15388]
15389
15390[[package]]
15391name = "system-configuration-sys"
15392version = "0.6.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15395dependencies = [
15396 "core-foundation-sys",
15397 "libc",
15398]
15399
15400[[package]]
15401name = "system-deps"
15402version = "6.2.2"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15405dependencies = [
15406 "cfg-expr",
15407 "heck 0.5.0",
15408 "pkg-config",
15409 "toml 0.8.20",
15410 "version-compare",
15411]
15412
15413[[package]]
15414name = "system-interface"
15415version = "0.27.3"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15418dependencies = [
15419 "bitflags 2.9.0",
15420 "cap-fs-ext",
15421 "cap-std",
15422 "fd-lock",
15423 "io-lifetimes",
15424 "rustix 0.38.44",
15425 "windows-sys 0.59.0",
15426 "winx",
15427]
15428
15429[[package]]
15430name = "tab_switcher"
15431version = "0.1.0"
15432dependencies = [
15433 "anyhow",
15434 "collections",
15435 "ctor",
15436 "editor",
15437 "env_logger 0.11.8",
15438 "fuzzy",
15439 "gpui",
15440 "language",
15441 "menu",
15442 "picker",
15443 "project",
15444 "schemars",
15445 "serde",
15446 "serde_json",
15447 "settings",
15448 "smol",
15449 "theme",
15450 "ui",
15451 "util",
15452 "workspace",
15453 "workspace-hack",
15454]
15455
15456[[package]]
15457name = "taffy"
15458version = "0.4.4"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15461dependencies = [
15462 "arrayvec",
15463 "grid",
15464 "num-traits",
15465 "serde",
15466 "slotmap",
15467]
15468
15469[[package]]
15470name = "tagptr"
15471version = "0.2.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15474
15475[[package]]
15476name = "take-until"
15477version = "0.2.0"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15480
15481[[package]]
15482name = "tao-core-video-sys"
15483version = "0.2.0"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15486dependencies = [
15487 "cfg-if",
15488 "core-foundation-sys",
15489 "libc",
15490 "objc",
15491]
15492
15493[[package]]
15494name = "tap"
15495version = "1.0.1"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15498
15499[[package]]
15500name = "target-lexicon"
15501version = "0.12.16"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15504
15505[[package]]
15506name = "target-lexicon"
15507version = "0.13.2"
15508source = "registry+https://github.com/rust-lang/crates.io-index"
15509checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15510
15511[[package]]
15512name = "task"
15513version = "0.1.0"
15514dependencies = [
15515 "anyhow",
15516 "collections",
15517 "futures 0.3.31",
15518 "gpui",
15519 "hex",
15520 "parking_lot",
15521 "pretty_assertions",
15522 "proto",
15523 "schemars",
15524 "serde",
15525 "serde_json",
15526 "serde_json_lenient",
15527 "sha2",
15528 "shellexpand 2.1.2",
15529 "util",
15530 "workspace-hack",
15531 "zed_actions",
15532]
15533
15534[[package]]
15535name = "tasks_ui"
15536version = "0.1.0"
15537dependencies = [
15538 "anyhow",
15539 "collections",
15540 "editor",
15541 "file_icons",
15542 "fuzzy",
15543 "gpui",
15544 "itertools 0.14.0",
15545 "language",
15546 "menu",
15547 "picker",
15548 "project",
15549 "serde",
15550 "serde_json",
15551 "task",
15552 "tree-sitter-rust",
15553 "tree-sitter-typescript",
15554 "ui",
15555 "util",
15556 "workspace",
15557 "workspace-hack",
15558 "zed_actions",
15559]
15560
15561[[package]]
15562name = "telemetry"
15563version = "0.1.0"
15564dependencies = [
15565 "futures 0.3.31",
15566 "serde",
15567 "serde_json",
15568 "telemetry_events",
15569 "workspace-hack",
15570]
15571
15572[[package]]
15573name = "telemetry_events"
15574version = "0.1.0"
15575dependencies = [
15576 "semantic_version",
15577 "serde",
15578 "serde_json",
15579 "workspace-hack",
15580]
15581
15582[[package]]
15583name = "tempfile"
15584version = "3.20.0"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15587dependencies = [
15588 "fastrand 2.3.0",
15589 "getrandom 0.3.2",
15590 "once_cell",
15591 "rustix 1.0.7",
15592 "windows-sys 0.59.0",
15593]
15594
15595[[package]]
15596name = "tendril"
15597version = "0.4.3"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15600dependencies = [
15601 "futf",
15602 "mac",
15603 "utf-8",
15604]
15605
15606[[package]]
15607name = "termcolor"
15608version = "1.4.1"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15611dependencies = [
15612 "winapi-util",
15613]
15614
15615[[package]]
15616name = "terminal"
15617version = "0.1.0"
15618dependencies = [
15619 "alacritty_terminal",
15620 "anyhow",
15621 "collections",
15622 "dirs 4.0.0",
15623 "futures 0.3.31",
15624 "gpui",
15625 "libc",
15626 "rand 0.8.5",
15627 "regex",
15628 "release_channel",
15629 "schemars",
15630 "serde",
15631 "serde_derive",
15632 "settings",
15633 "smol",
15634 "sysinfo",
15635 "task",
15636 "theme",
15637 "thiserror 2.0.12",
15638 "util",
15639 "windows 0.61.1",
15640 "workspace-hack",
15641]
15642
15643[[package]]
15644name = "terminal_size"
15645version = "0.4.2"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15648dependencies = [
15649 "rustix 1.0.7",
15650 "windows-sys 0.59.0",
15651]
15652
15653[[package]]
15654name = "terminal_view"
15655version = "0.1.0"
15656dependencies = [
15657 "anyhow",
15658 "assistant_slash_command",
15659 "async-recursion 1.1.1",
15660 "breadcrumbs",
15661 "client",
15662 "collections",
15663 "db",
15664 "dirs 4.0.0",
15665 "editor",
15666 "futures 0.3.31",
15667 "gpui",
15668 "itertools 0.14.0",
15669 "language",
15670 "log",
15671 "project",
15672 "rand 0.8.5",
15673 "regex",
15674 "schemars",
15675 "search",
15676 "serde",
15677 "serde_json",
15678 "settings",
15679 "shellexpand 2.1.2",
15680 "smol",
15681 "task",
15682 "terminal",
15683 "theme",
15684 "ui",
15685 "util",
15686 "workspace",
15687 "workspace-hack",
15688 "zed_actions",
15689]
15690
15691[[package]]
15692name = "text"
15693version = "0.1.0"
15694dependencies = [
15695 "anyhow",
15696 "clock",
15697 "collections",
15698 "ctor",
15699 "env_logger 0.11.8",
15700 "gpui",
15701 "http_client",
15702 "log",
15703 "parking_lot",
15704 "postage",
15705 "rand 0.8.5",
15706 "regex",
15707 "rope",
15708 "smallvec",
15709 "sum_tree",
15710 "util",
15711 "workspace-hack",
15712]
15713
15714[[package]]
15715name = "theme"
15716version = "0.1.0"
15717dependencies = [
15718 "anyhow",
15719 "collections",
15720 "derive_more",
15721 "fs",
15722 "futures 0.3.31",
15723 "gpui",
15724 "indexmap",
15725 "log",
15726 "palette",
15727 "parking_lot",
15728 "refineable",
15729 "schemars",
15730 "serde",
15731 "serde_derive",
15732 "serde_json",
15733 "serde_json_lenient",
15734 "serde_repr",
15735 "settings",
15736 "strum 0.27.1",
15737 "thiserror 2.0.12",
15738 "util",
15739 "uuid",
15740 "workspace-hack",
15741]
15742
15743[[package]]
15744name = "theme_extension"
15745version = "0.1.0"
15746dependencies = [
15747 "anyhow",
15748 "extension",
15749 "fs",
15750 "gpui",
15751 "theme",
15752 "workspace-hack",
15753]
15754
15755[[package]]
15756name = "theme_importer"
15757version = "0.1.0"
15758dependencies = [
15759 "anyhow",
15760 "clap",
15761 "gpui",
15762 "indexmap",
15763 "log",
15764 "palette",
15765 "rust-embed",
15766 "serde",
15767 "serde_json",
15768 "serde_json_lenient",
15769 "simplelog",
15770 "strum 0.27.1",
15771 "theme",
15772 "vscode_theme",
15773 "workspace-hack",
15774]
15775
15776[[package]]
15777name = "theme_selector"
15778version = "0.1.0"
15779dependencies = [
15780 "fs",
15781 "fuzzy",
15782 "gpui",
15783 "log",
15784 "picker",
15785 "serde",
15786 "settings",
15787 "telemetry",
15788 "theme",
15789 "ui",
15790 "util",
15791 "workspace",
15792 "workspace-hack",
15793 "zed_actions",
15794]
15795
15796[[package]]
15797name = "thiserror"
15798version = "1.0.69"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15801dependencies = [
15802 "thiserror-impl 1.0.69",
15803]
15804
15805[[package]]
15806name = "thiserror"
15807version = "2.0.12"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15810dependencies = [
15811 "thiserror-impl 2.0.12",
15812]
15813
15814[[package]]
15815name = "thiserror-impl"
15816version = "1.0.69"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15819dependencies = [
15820 "proc-macro2",
15821 "quote",
15822 "syn 2.0.101",
15823]
15824
15825[[package]]
15826name = "thiserror-impl"
15827version = "2.0.12"
15828source = "registry+https://github.com/rust-lang/crates.io-index"
15829checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15830dependencies = [
15831 "proc-macro2",
15832 "quote",
15833 "syn 2.0.101",
15834]
15835
15836[[package]]
15837name = "thread_local"
15838version = "1.1.8"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15841dependencies = [
15842 "cfg-if",
15843 "once_cell",
15844]
15845
15846[[package]]
15847name = "tiff"
15848version = "0.9.1"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15851dependencies = [
15852 "flate2",
15853 "jpeg-decoder",
15854 "weezl",
15855]
15856
15857[[package]]
15858name = "tiktoken-rs"
15859version = "0.7.0"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15862dependencies = [
15863 "anyhow",
15864 "base64 0.22.1",
15865 "bstr",
15866 "fancy-regex 0.13.0",
15867 "lazy_static",
15868 "regex",
15869 "rustc-hash 1.1.0",
15870]
15871
15872[[package]]
15873name = "time"
15874version = "0.3.41"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15877dependencies = [
15878 "deranged",
15879 "itoa",
15880 "libc",
15881 "num-conv",
15882 "num_threads",
15883 "powerfmt",
15884 "serde",
15885 "time-core",
15886 "time-macros",
15887]
15888
15889[[package]]
15890name = "time-core"
15891version = "0.1.4"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15894
15895[[package]]
15896name = "time-macros"
15897version = "0.2.22"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15900dependencies = [
15901 "num-conv",
15902 "time-core",
15903]
15904
15905[[package]]
15906name = "time_format"
15907version = "0.1.0"
15908dependencies = [
15909 "core-foundation 0.10.0",
15910 "core-foundation-sys",
15911 "sys-locale",
15912 "time",
15913 "workspace-hack",
15914]
15915
15916[[package]]
15917name = "tiny-keccak"
15918version = "2.0.2"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15921dependencies = [
15922 "crunchy",
15923]
15924
15925[[package]]
15926name = "tiny-skia"
15927version = "0.11.4"
15928source = "registry+https://github.com/rust-lang/crates.io-index"
15929checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15930dependencies = [
15931 "arrayref",
15932 "arrayvec",
15933 "bytemuck",
15934 "cfg-if",
15935 "log",
15936 "png",
15937 "tiny-skia-path",
15938]
15939
15940[[package]]
15941name = "tiny-skia-path"
15942version = "0.11.4"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15945dependencies = [
15946 "arrayref",
15947 "bytemuck",
15948 "strict-num",
15949]
15950
15951[[package]]
15952name = "tiny_http"
15953version = "0.8.2"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15956dependencies = [
15957 "ascii",
15958 "chrono",
15959 "chunked_transfer",
15960 "log",
15961 "url",
15962]
15963
15964[[package]]
15965name = "tinystr"
15966version = "0.7.6"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15969dependencies = [
15970 "displaydoc",
15971 "zerovec",
15972]
15973
15974[[package]]
15975name = "tinytemplate"
15976version = "1.2.1"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15979dependencies = [
15980 "serde",
15981 "serde_json",
15982]
15983
15984[[package]]
15985name = "tinyvec"
15986version = "1.9.0"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15989dependencies = [
15990 "tinyvec_macros",
15991]
15992
15993[[package]]
15994name = "tinyvec_macros"
15995version = "0.1.1"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
15998
15999[[package]]
16000name = "title_bar"
16001version = "0.1.0"
16002dependencies = [
16003 "auto_update",
16004 "call",
16005 "chrono",
16006 "client",
16007 "collections",
16008 "db",
16009 "gpui",
16010 "http_client",
16011 "notifications",
16012 "pretty_assertions",
16013 "project",
16014 "remote",
16015 "rpc",
16016 "schemars",
16017 "serde",
16018 "settings",
16019 "smallvec",
16020 "story",
16021 "telemetry",
16022 "theme",
16023 "tree-sitter-md",
16024 "ui",
16025 "util",
16026 "windows 0.61.1",
16027 "workspace",
16028 "workspace-hack",
16029 "zed_actions",
16030]
16031
16032[[package]]
16033name = "tokio"
16034version = "1.44.2"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16037dependencies = [
16038 "backtrace",
16039 "bytes 1.10.1",
16040 "libc",
16041 "mio",
16042 "parking_lot",
16043 "pin-project-lite",
16044 "signal-hook-registry",
16045 "socket2",
16046 "tokio-macros",
16047 "windows-sys 0.52.0",
16048]
16049
16050[[package]]
16051name = "tokio-io"
16052version = "0.1.13"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16055dependencies = [
16056 "bytes 0.4.12",
16057 "futures 0.1.31",
16058 "log",
16059]
16060
16061[[package]]
16062name = "tokio-macros"
16063version = "2.5.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16066dependencies = [
16067 "proc-macro2",
16068 "quote",
16069 "syn 2.0.101",
16070]
16071
16072[[package]]
16073name = "tokio-native-tls"
16074version = "0.3.1"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16077dependencies = [
16078 "native-tls",
16079 "tokio",
16080]
16081
16082[[package]]
16083name = "tokio-rustls"
16084version = "0.24.1"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16087dependencies = [
16088 "rustls 0.21.12",
16089 "tokio",
16090]
16091
16092[[package]]
16093name = "tokio-rustls"
16094version = "0.26.2"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16097dependencies = [
16098 "rustls 0.23.26",
16099 "tokio",
16100]
16101
16102[[package]]
16103name = "tokio-socks"
16104version = "0.5.2"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16107dependencies = [
16108 "either",
16109 "futures-io",
16110 "futures-util",
16111 "thiserror 1.0.69",
16112 "tokio",
16113]
16114
16115[[package]]
16116name = "tokio-stream"
16117version = "0.1.17"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16120dependencies = [
16121 "futures-core",
16122 "pin-project-lite",
16123 "tokio",
16124]
16125
16126[[package]]
16127name = "tokio-tungstenite"
16128version = "0.20.1"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16131dependencies = [
16132 "futures-util",
16133 "log",
16134 "tokio",
16135 "tungstenite 0.20.1",
16136]
16137
16138[[package]]
16139name = "tokio-tungstenite"
16140version = "0.21.0"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16143dependencies = [
16144 "futures-util",
16145 "log",
16146 "tokio",
16147 "tungstenite 0.21.0",
16148]
16149
16150[[package]]
16151name = "tokio-tungstenite"
16152version = "0.26.2"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16155dependencies = [
16156 "futures-util",
16157 "log",
16158 "rustls 0.23.26",
16159 "rustls-pki-types",
16160 "tokio",
16161 "tokio-rustls 0.26.2",
16162 "tungstenite 0.26.2",
16163]
16164
16165[[package]]
16166name = "tokio-util"
16167version = "0.7.14"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16170dependencies = [
16171 "bytes 1.10.1",
16172 "futures-core",
16173 "futures-io",
16174 "futures-sink",
16175 "pin-project-lite",
16176 "tokio",
16177]
16178
16179[[package]]
16180name = "toml"
16181version = "0.5.11"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16184dependencies = [
16185 "serde",
16186]
16187
16188[[package]]
16189name = "toml"
16190version = "0.8.20"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16193dependencies = [
16194 "serde",
16195 "serde_spanned",
16196 "toml_datetime",
16197 "toml_edit",
16198]
16199
16200[[package]]
16201name = "toml_datetime"
16202version = "0.6.9"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16205dependencies = [
16206 "serde",
16207]
16208
16209[[package]]
16210name = "toml_edit"
16211version = "0.22.26"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16214dependencies = [
16215 "indexmap",
16216 "serde",
16217 "serde_spanned",
16218 "toml_datetime",
16219 "toml_write",
16220 "winnow",
16221]
16222
16223[[package]]
16224name = "toml_write"
16225version = "0.1.1"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16228
16229[[package]]
16230name = "toolchain_selector"
16231version = "0.1.0"
16232dependencies = [
16233 "editor",
16234 "fuzzy",
16235 "gpui",
16236 "language",
16237 "picker",
16238 "project",
16239 "ui",
16240 "util",
16241 "workspace",
16242 "workspace-hack",
16243]
16244
16245[[package]]
16246name = "topological-sort"
16247version = "0.2.2"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16250
16251[[package]]
16252name = "tower"
16253version = "0.4.13"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16256dependencies = [
16257 "futures-core",
16258 "futures-util",
16259 "pin-project",
16260 "pin-project-lite",
16261 "tokio",
16262 "tower-layer",
16263 "tower-service",
16264 "tracing",
16265]
16266
16267[[package]]
16268name = "tower"
16269version = "0.5.2"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16272dependencies = [
16273 "futures-core",
16274 "futures-util",
16275 "pin-project-lite",
16276 "sync_wrapper 1.0.2",
16277 "tokio",
16278 "tower-layer",
16279 "tower-service",
16280]
16281
16282[[package]]
16283name = "tower-http"
16284version = "0.3.5"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16287dependencies = [
16288 "bitflags 1.3.2",
16289 "bytes 1.10.1",
16290 "futures-core",
16291 "futures-util",
16292 "http 0.2.12",
16293 "http-body 0.4.6",
16294 "http-range-header",
16295 "pin-project-lite",
16296 "tower-layer",
16297 "tower-service",
16298]
16299
16300[[package]]
16301name = "tower-http"
16302version = "0.4.4"
16303source = "registry+https://github.com/rust-lang/crates.io-index"
16304checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16305dependencies = [
16306 "bitflags 2.9.0",
16307 "bytes 1.10.1",
16308 "futures-core",
16309 "futures-util",
16310 "http 0.2.12",
16311 "http-body 0.4.6",
16312 "http-range-header",
16313 "pin-project-lite",
16314 "tower-layer",
16315 "tower-service",
16316 "tracing",
16317]
16318
16319[[package]]
16320name = "tower-layer"
16321version = "0.3.3"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16324
16325[[package]]
16326name = "tower-service"
16327version = "0.3.3"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16330
16331[[package]]
16332name = "tracing"
16333version = "0.1.41"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16336dependencies = [
16337 "log",
16338 "pin-project-lite",
16339 "tracing-attributes",
16340 "tracing-core",
16341]
16342
16343[[package]]
16344name = "tracing-attributes"
16345version = "0.1.28"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16348dependencies = [
16349 "proc-macro2",
16350 "quote",
16351 "syn 2.0.101",
16352]
16353
16354[[package]]
16355name = "tracing-core"
16356version = "0.1.33"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16359dependencies = [
16360 "once_cell",
16361 "valuable",
16362]
16363
16364[[package]]
16365name = "tracing-log"
16366version = "0.2.0"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16369dependencies = [
16370 "log",
16371 "once_cell",
16372 "tracing-core",
16373]
16374
16375[[package]]
16376name = "tracing-serde"
16377version = "0.2.0"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16380dependencies = [
16381 "serde",
16382 "tracing-core",
16383]
16384
16385[[package]]
16386name = "tracing-subscriber"
16387version = "0.3.19"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16390dependencies = [
16391 "matchers",
16392 "nu-ansi-term",
16393 "once_cell",
16394 "regex",
16395 "serde",
16396 "serde_json",
16397 "sharded-slab",
16398 "smallvec",
16399 "thread_local",
16400 "tracing",
16401 "tracing-core",
16402 "tracing-log",
16403 "tracing-serde",
16404]
16405
16406[[package]]
16407name = "trait-variant"
16408version = "0.1.2"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16411dependencies = [
16412 "proc-macro2",
16413 "quote",
16414 "syn 2.0.101",
16415]
16416
16417[[package]]
16418name = "tree-sitter"
16419version = "0.25.3"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16422dependencies = [
16423 "cc",
16424 "regex",
16425 "regex-syntax 0.8.5",
16426 "serde_json",
16427 "streaming-iterator",
16428 "tree-sitter-language",
16429 "wasmtime-c-api-impl",
16430]
16431
16432[[package]]
16433name = "tree-sitter-bash"
16434version = "0.23.3"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16437dependencies = [
16438 "cc",
16439 "tree-sitter-language",
16440]
16441
16442[[package]]
16443name = "tree-sitter-c"
16444version = "0.23.4"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16447dependencies = [
16448 "cc",
16449 "tree-sitter-language",
16450]
16451
16452[[package]]
16453name = "tree-sitter-cpp"
16454version = "0.23.4"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16457dependencies = [
16458 "cc",
16459 "tree-sitter-language",
16460]
16461
16462[[package]]
16463name = "tree-sitter-css"
16464version = "0.23.2"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16467dependencies = [
16468 "cc",
16469 "tree-sitter-language",
16470]
16471
16472[[package]]
16473name = "tree-sitter-diff"
16474version = "0.1.0"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16477dependencies = [
16478 "cc",
16479 "tree-sitter-language",
16480]
16481
16482[[package]]
16483name = "tree-sitter-elixir"
16484version = "0.3.4"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16487dependencies = [
16488 "cc",
16489 "tree-sitter-language",
16490]
16491
16492[[package]]
16493name = "tree-sitter-embedded-template"
16494version = "0.23.2"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16497dependencies = [
16498 "cc",
16499 "tree-sitter-language",
16500]
16501
16502[[package]]
16503name = "tree-sitter-gitcommit"
16504version = "0.0.1"
16505source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16506dependencies = [
16507 "cc",
16508 "tree-sitter-language",
16509]
16510
16511[[package]]
16512name = "tree-sitter-go"
16513version = "0.23.4"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16516dependencies = [
16517 "cc",
16518 "tree-sitter-language",
16519]
16520
16521[[package]]
16522name = "tree-sitter-gomod"
16523version = "1.1.1"
16524source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16525dependencies = [
16526 "cc",
16527 "tree-sitter-language",
16528]
16529
16530[[package]]
16531name = "tree-sitter-gowork"
16532version = "0.0.1"
16533source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16534dependencies = [
16535 "cc",
16536 "tree-sitter-language",
16537]
16538
16539[[package]]
16540name = "tree-sitter-heex"
16541version = "0.0.1"
16542source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16543dependencies = [
16544 "cc",
16545 "tree-sitter-language",
16546]
16547
16548[[package]]
16549name = "tree-sitter-html"
16550version = "0.23.2"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16553dependencies = [
16554 "cc",
16555 "tree-sitter-language",
16556]
16557
16558[[package]]
16559name = "tree-sitter-jsdoc"
16560version = "0.23.2"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16563dependencies = [
16564 "cc",
16565 "tree-sitter-language",
16566]
16567
16568[[package]]
16569name = "tree-sitter-json"
16570version = "0.24.8"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16573dependencies = [
16574 "cc",
16575 "tree-sitter-language",
16576]
16577
16578[[package]]
16579name = "tree-sitter-language"
16580version = "0.1.5"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16583
16584[[package]]
16585name = "tree-sitter-md"
16586version = "0.3.2"
16587source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16588dependencies = [
16589 "cc",
16590 "tree-sitter-language",
16591]
16592
16593[[package]]
16594name = "tree-sitter-python"
16595version = "0.23.6"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16598dependencies = [
16599 "cc",
16600 "tree-sitter-language",
16601]
16602
16603[[package]]
16604name = "tree-sitter-regex"
16605version = "0.24.3"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16608dependencies = [
16609 "cc",
16610 "tree-sitter-language",
16611]
16612
16613[[package]]
16614name = "tree-sitter-ruby"
16615version = "0.23.1"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16618dependencies = [
16619 "cc",
16620 "tree-sitter-language",
16621]
16622
16623[[package]]
16624name = "tree-sitter-rust"
16625version = "0.24.0"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16628dependencies = [
16629 "cc",
16630 "tree-sitter-language",
16631]
16632
16633[[package]]
16634name = "tree-sitter-typescript"
16635version = "0.23.2"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16638dependencies = [
16639 "cc",
16640 "tree-sitter-language",
16641]
16642
16643[[package]]
16644name = "tree-sitter-yaml"
16645version = "0.6.1"
16646source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16647dependencies = [
16648 "cc",
16649 "tree-sitter-language",
16650]
16651
16652[[package]]
16653name = "try-lock"
16654version = "0.2.5"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16657
16658[[package]]
16659name = "ttf-parser"
16660version = "0.20.0"
16661source = "registry+https://github.com/rust-lang/crates.io-index"
16662checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16663
16664[[package]]
16665name = "ttf-parser"
16666version = "0.21.1"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16669
16670[[package]]
16671name = "ttf-parser"
16672version = "0.25.1"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16675dependencies = [
16676 "core_maths",
16677]
16678
16679[[package]]
16680name = "tungstenite"
16681version = "0.20.1"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16684dependencies = [
16685 "byteorder",
16686 "bytes 1.10.1",
16687 "data-encoding",
16688 "http 0.2.12",
16689 "httparse",
16690 "log",
16691 "rand 0.8.5",
16692 "sha1",
16693 "thiserror 1.0.69",
16694 "url",
16695 "utf-8",
16696]
16697
16698[[package]]
16699name = "tungstenite"
16700version = "0.21.0"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16703dependencies = [
16704 "byteorder",
16705 "bytes 1.10.1",
16706 "data-encoding",
16707 "http 1.3.1",
16708 "httparse",
16709 "log",
16710 "rand 0.8.5",
16711 "sha1",
16712 "thiserror 1.0.69",
16713 "url",
16714 "utf-8",
16715]
16716
16717[[package]]
16718name = "tungstenite"
16719version = "0.26.2"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16722dependencies = [
16723 "bytes 1.10.1",
16724 "data-encoding",
16725 "http 1.3.1",
16726 "httparse",
16727 "log",
16728 "rand 0.9.1",
16729 "rustls 0.23.26",
16730 "rustls-pki-types",
16731 "sha1",
16732 "thiserror 2.0.12",
16733 "utf-8",
16734]
16735
16736[[package]]
16737name = "typeid"
16738version = "1.0.3"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16741
16742[[package]]
16743name = "typenum"
16744version = "1.18.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16747
16748[[package]]
16749name = "ucd-trie"
16750version = "0.1.7"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16753
16754[[package]]
16755name = "uds_windows"
16756version = "1.1.0"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16759dependencies = [
16760 "memoffset",
16761 "tempfile",
16762 "winapi",
16763]
16764
16765[[package]]
16766name = "ui"
16767version = "0.1.0"
16768dependencies = [
16769 "chrono",
16770 "component",
16771 "documented",
16772 "gpui",
16773 "icons",
16774 "itertools 0.14.0",
16775 "menu",
16776 "serde",
16777 "settings",
16778 "smallvec",
16779 "story",
16780 "strum 0.27.1",
16781 "theme",
16782 "ui_macros",
16783 "util",
16784 "windows 0.61.1",
16785 "workspace-hack",
16786]
16787
16788[[package]]
16789name = "ui_input"
16790version = "0.1.0"
16791dependencies = [
16792 "component",
16793 "editor",
16794 "gpui",
16795 "settings",
16796 "theme",
16797 "ui",
16798 "workspace-hack",
16799]
16800
16801[[package]]
16802name = "ui_macros"
16803version = "0.1.0"
16804dependencies = [
16805 "quote",
16806 "syn 1.0.109",
16807 "workspace-hack",
16808]
16809
16810[[package]]
16811name = "ui_prompt"
16812version = "0.1.0"
16813dependencies = [
16814 "gpui",
16815 "markdown",
16816 "menu",
16817 "settings",
16818 "theme",
16819 "ui",
16820 "workspace",
16821 "workspace-hack",
16822]
16823
16824[[package]]
16825name = "uluru"
16826version = "3.1.0"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16829dependencies = [
16830 "arrayvec",
16831]
16832
16833[[package]]
16834name = "unicase"
16835version = "2.8.1"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16838
16839[[package]]
16840name = "unicode-bidi"
16841version = "0.3.18"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16844
16845[[package]]
16846name = "unicode-bidi-mirroring"
16847version = "0.2.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16850
16851[[package]]
16852name = "unicode-bidi-mirroring"
16853version = "0.4.0"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16856
16857[[package]]
16858name = "unicode-bom"
16859version = "2.0.3"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16862
16863[[package]]
16864name = "unicode-ccc"
16865version = "0.2.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16868
16869[[package]]
16870name = "unicode-ccc"
16871version = "0.4.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16874
16875[[package]]
16876name = "unicode-ident"
16877version = "1.0.18"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16880
16881[[package]]
16882name = "unicode-linebreak"
16883version = "0.1.5"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16886
16887[[package]]
16888name = "unicode-normalization"
16889version = "0.1.24"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16892dependencies = [
16893 "tinyvec",
16894]
16895
16896[[package]]
16897name = "unicode-properties"
16898version = "0.1.3"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16901
16902[[package]]
16903name = "unicode-script"
16904version = "0.5.7"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16907
16908[[package]]
16909name = "unicode-segmentation"
16910version = "1.12.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16913
16914[[package]]
16915name = "unicode-vo"
16916version = "0.1.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16919
16920[[package]]
16921name = "unicode-width"
16922version = "0.1.14"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16925
16926[[package]]
16927name = "unicode-width"
16928version = "0.2.0"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16931
16932[[package]]
16933name = "unicode-xid"
16934version = "0.2.6"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16937
16938[[package]]
16939name = "unicode_categories"
16940version = "0.1.1"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16943
16944[[package]]
16945name = "unindent"
16946version = "0.2.4"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16949
16950[[package]]
16951name = "untrusted"
16952version = "0.9.0"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16955
16956[[package]]
16957name = "url"
16958version = "2.5.4"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16961dependencies = [
16962 "form_urlencoded",
16963 "idna",
16964 "percent-encoding",
16965 "serde",
16966]
16967
16968[[package]]
16969name = "urlencoding"
16970version = "2.1.3"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16973
16974[[package]]
16975name = "usvg"
16976version = "0.45.1"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16979dependencies = [
16980 "base64 0.22.1",
16981 "data-url",
16982 "flate2",
16983 "fontdb 0.23.0",
16984 "imagesize",
16985 "kurbo",
16986 "log",
16987 "pico-args",
16988 "roxmltree",
16989 "rustybuzz 0.20.1",
16990 "simplecss",
16991 "siphasher",
16992 "strict-num",
16993 "svgtypes",
16994 "tiny-skia-path",
16995 "unicode-bidi",
16996 "unicode-script",
16997 "unicode-vo",
16998 "xmlwriter",
16999]
17000
17001[[package]]
17002name = "utf-8"
17003version = "0.7.6"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17006
17007[[package]]
17008name = "utf16_iter"
17009version = "1.0.5"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17012
17013[[package]]
17014name = "utf8_iter"
17015version = "1.0.4"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17018
17019[[package]]
17020name = "utf8parse"
17021version = "0.2.2"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17024
17025[[package]]
17026name = "util"
17027version = "0.1.0"
17028dependencies = [
17029 "anyhow",
17030 "async-fs",
17031 "async_zip",
17032 "collections",
17033 "dirs 4.0.0",
17034 "dunce",
17035 "futures 0.3.31",
17036 "futures-lite 1.13.0",
17037 "git2",
17038 "globset",
17039 "itertools 0.14.0",
17040 "libc",
17041 "log",
17042 "rand 0.8.5",
17043 "regex",
17044 "rust-embed",
17045 "serde",
17046 "serde_json",
17047 "smol",
17048 "take-until",
17049 "tempfile",
17050 "tendril",
17051 "unicase",
17052 "util_macros",
17053 "walkdir",
17054 "workspace-hack",
17055]
17056
17057[[package]]
17058name = "util_macros"
17059version = "0.1.0"
17060dependencies = [
17061 "quote",
17062 "syn 1.0.109",
17063 "workspace-hack",
17064]
17065
17066[[package]]
17067name = "uuid"
17068version = "1.16.0"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17071dependencies = [
17072 "getrandom 0.3.2",
17073 "serde",
17074 "sha1_smol",
17075]
17076
17077[[package]]
17078name = "uuid-simd"
17079version = "0.8.0"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17082dependencies = [
17083 "outref",
17084 "uuid",
17085 "vsimd",
17086]
17087
17088[[package]]
17089name = "v_frame"
17090version = "0.3.8"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17093dependencies = [
17094 "aligned-vec",
17095 "num-traits",
17096 "wasm-bindgen",
17097]
17098
17099[[package]]
17100name = "valuable"
17101version = "0.1.1"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17104
17105[[package]]
17106name = "value-bag"
17107version = "1.11.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17110dependencies = [
17111 "value-bag-serde1",
17112 "value-bag-sval2",
17113]
17114
17115[[package]]
17116name = "value-bag-serde1"
17117version = "1.11.1"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17120dependencies = [
17121 "erased-serde",
17122 "serde",
17123 "serde_fmt",
17124]
17125
17126[[package]]
17127name = "value-bag-sval2"
17128version = "1.11.1"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17131dependencies = [
17132 "sval",
17133 "sval_buffer",
17134 "sval_dynamic",
17135 "sval_fmt",
17136 "sval_json",
17137 "sval_ref",
17138 "sval_serde",
17139]
17140
17141[[package]]
17142name = "vcpkg"
17143version = "0.2.15"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17146
17147[[package]]
17148name = "version-compare"
17149version = "0.2.0"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17152
17153[[package]]
17154name = "version_check"
17155version = "0.9.5"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17158
17159[[package]]
17160name = "vim"
17161version = "0.1.0"
17162dependencies = [
17163 "anyhow",
17164 "assets",
17165 "async-compat",
17166 "async-trait",
17167 "collections",
17168 "command_palette",
17169 "command_palette_hooks",
17170 "db",
17171 "editor",
17172 "futures 0.3.31",
17173 "git_ui",
17174 "gpui",
17175 "indoc",
17176 "itertools 0.14.0",
17177 "language",
17178 "log",
17179 "lsp",
17180 "multi_buffer",
17181 "nvim-rs",
17182 "parking_lot",
17183 "picker",
17184 "project",
17185 "project_panel",
17186 "regex",
17187 "release_channel",
17188 "schemars",
17189 "search",
17190 "serde",
17191 "serde_derive",
17192 "serde_json",
17193 "settings",
17194 "task",
17195 "text",
17196 "theme",
17197 "tokio",
17198 "ui",
17199 "util",
17200 "vim_mode_setting",
17201 "workspace",
17202 "workspace-hack",
17203 "zed_actions",
17204]
17205
17206[[package]]
17207name = "vim_mode_setting"
17208version = "0.1.0"
17209dependencies = [
17210 "anyhow",
17211 "gpui",
17212 "settings",
17213 "workspace-hack",
17214]
17215
17216[[package]]
17217name = "vscode_theme"
17218version = "0.2.0"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17221dependencies = [
17222 "serde",
17223]
17224
17225[[package]]
17226name = "vsimd"
17227version = "0.8.0"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17230
17231[[package]]
17232name = "vswhom"
17233version = "0.1.0"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17236dependencies = [
17237 "libc",
17238 "vswhom-sys",
17239]
17240
17241[[package]]
17242name = "vswhom-sys"
17243version = "0.1.3"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17246dependencies = [
17247 "cc",
17248 "libc",
17249]
17250
17251[[package]]
17252name = "vte"
17253version = "0.15.0"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17256dependencies = [
17257 "arrayvec",
17258 "bitflags 2.9.0",
17259 "cursor-icon",
17260 "log",
17261 "memchr",
17262 "serde",
17263]
17264
17265[[package]]
17266name = "waker-fn"
17267version = "1.2.0"
17268source = "registry+https://github.com/rust-lang/crates.io-index"
17269checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17270
17271[[package]]
17272name = "walkdir"
17273version = "2.5.0"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17276dependencies = [
17277 "same-file",
17278 "winapi-util",
17279]
17280
17281[[package]]
17282name = "want"
17283version = "0.3.1"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17286dependencies = [
17287 "try-lock",
17288]
17289
17290[[package]]
17291name = "warp"
17292version = "0.3.7"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17295dependencies = [
17296 "bytes 1.10.1",
17297 "futures-channel",
17298 "futures-util",
17299 "headers",
17300 "http 0.2.12",
17301 "hyper 0.14.32",
17302 "log",
17303 "mime",
17304 "mime_guess",
17305 "percent-encoding",
17306 "pin-project",
17307 "scoped-tls",
17308 "serde",
17309 "serde_json",
17310 "serde_urlencoded",
17311 "tokio",
17312 "tokio-tungstenite 0.21.0",
17313 "tokio-util",
17314 "tower-service",
17315 "tracing",
17316]
17317
17318[[package]]
17319name = "wasi"
17320version = "0.9.0+wasi-snapshot-preview1"
17321source = "registry+https://github.com/rust-lang/crates.io-index"
17322checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17323
17324[[package]]
17325name = "wasi"
17326version = "0.11.0+wasi-snapshot-preview1"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17329
17330[[package]]
17331name = "wasi"
17332version = "0.14.2+wasi-0.2.4"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17335dependencies = [
17336 "wit-bindgen-rt 0.39.0",
17337]
17338
17339[[package]]
17340name = "wasi-preview1-component-adapter-provider"
17341version = "29.0.1"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17344
17345[[package]]
17346name = "wasite"
17347version = "0.1.0"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17350
17351[[package]]
17352name = "wasm-bindgen"
17353version = "0.2.100"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17356dependencies = [
17357 "cfg-if",
17358 "once_cell",
17359 "rustversion",
17360 "wasm-bindgen-macro",
17361]
17362
17363[[package]]
17364name = "wasm-bindgen-backend"
17365version = "0.2.100"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17368dependencies = [
17369 "bumpalo",
17370 "log",
17371 "proc-macro2",
17372 "quote",
17373 "syn 2.0.101",
17374 "wasm-bindgen-shared",
17375]
17376
17377[[package]]
17378name = "wasm-bindgen-futures"
17379version = "0.4.50"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17382dependencies = [
17383 "cfg-if",
17384 "js-sys",
17385 "once_cell",
17386 "wasm-bindgen",
17387 "web-sys",
17388]
17389
17390[[package]]
17391name = "wasm-bindgen-macro"
17392version = "0.2.100"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17395dependencies = [
17396 "quote",
17397 "wasm-bindgen-macro-support",
17398]
17399
17400[[package]]
17401name = "wasm-bindgen-macro-support"
17402version = "0.2.100"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17405dependencies = [
17406 "proc-macro2",
17407 "quote",
17408 "syn 2.0.101",
17409 "wasm-bindgen-backend",
17410 "wasm-bindgen-shared",
17411]
17412
17413[[package]]
17414name = "wasm-bindgen-shared"
17415version = "0.2.100"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17418dependencies = [
17419 "unicode-ident",
17420]
17421
17422[[package]]
17423name = "wasm-encoder"
17424version = "0.201.0"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17427dependencies = [
17428 "leb128",
17429]
17430
17431[[package]]
17432name = "wasm-encoder"
17433version = "0.221.3"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17436dependencies = [
17437 "leb128",
17438 "wasmparser 0.221.3",
17439]
17440
17441[[package]]
17442name = "wasm-encoder"
17443version = "0.227.1"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17446dependencies = [
17447 "leb128fmt",
17448 "wasmparser 0.227.1",
17449]
17450
17451[[package]]
17452name = "wasm-metadata"
17453version = "0.201.0"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17456dependencies = [
17457 "anyhow",
17458 "indexmap",
17459 "serde",
17460 "serde_derive",
17461 "serde_json",
17462 "spdx",
17463 "wasm-encoder 0.201.0",
17464 "wasmparser 0.201.0",
17465]
17466
17467[[package]]
17468name = "wasm-metadata"
17469version = "0.221.3"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17472dependencies = [
17473 "anyhow",
17474 "indexmap",
17475 "serde",
17476 "serde_derive",
17477 "serde_json",
17478 "spdx",
17479 "wasm-encoder 0.221.3",
17480 "wasmparser 0.221.3",
17481]
17482
17483[[package]]
17484name = "wasm-metadata"
17485version = "0.227.1"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17488dependencies = [
17489 "anyhow",
17490 "auditable-serde",
17491 "flate2",
17492 "indexmap",
17493 "serde",
17494 "serde_derive",
17495 "serde_json",
17496 "spdx",
17497 "url",
17498 "wasm-encoder 0.227.1",
17499 "wasmparser 0.227.1",
17500]
17501
17502[[package]]
17503name = "wasm-streams"
17504version = "0.4.2"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17507dependencies = [
17508 "futures-util",
17509 "js-sys",
17510 "wasm-bindgen",
17511 "wasm-bindgen-futures",
17512 "web-sys",
17513]
17514
17515[[package]]
17516name = "wasmparser"
17517version = "0.201.0"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17520dependencies = [
17521 "bitflags 2.9.0",
17522 "indexmap",
17523 "semver",
17524]
17525
17526[[package]]
17527name = "wasmparser"
17528version = "0.221.3"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17531dependencies = [
17532 "bitflags 2.9.0",
17533 "hashbrown 0.15.3",
17534 "indexmap",
17535 "semver",
17536 "serde",
17537]
17538
17539[[package]]
17540name = "wasmparser"
17541version = "0.227.1"
17542source = "registry+https://github.com/rust-lang/crates.io-index"
17543checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17544dependencies = [
17545 "bitflags 2.9.0",
17546 "hashbrown 0.15.3",
17547 "indexmap",
17548 "semver",
17549]
17550
17551[[package]]
17552name = "wasmprinter"
17553version = "0.221.3"
17554source = "registry+https://github.com/rust-lang/crates.io-index"
17555checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17556dependencies = [
17557 "anyhow",
17558 "termcolor",
17559 "wasmparser 0.221.3",
17560]
17561
17562[[package]]
17563name = "wasmtime"
17564version = "29.0.1"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17567dependencies = [
17568 "anyhow",
17569 "async-trait",
17570 "bitflags 2.9.0",
17571 "bumpalo",
17572 "cc",
17573 "cfg-if",
17574 "encoding_rs",
17575 "hashbrown 0.14.5",
17576 "indexmap",
17577 "libc",
17578 "log",
17579 "mach2",
17580 "memfd",
17581 "object",
17582 "once_cell",
17583 "paste",
17584 "postcard",
17585 "psm",
17586 "pulley-interpreter",
17587 "rayon",
17588 "rustix 0.38.44",
17589 "semver",
17590 "serde",
17591 "serde_derive",
17592 "smallvec",
17593 "sptr",
17594 "target-lexicon 0.13.2",
17595 "trait-variant",
17596 "wasmparser 0.221.3",
17597 "wasmtime-asm-macros",
17598 "wasmtime-component-macro",
17599 "wasmtime-component-util",
17600 "wasmtime-cranelift",
17601 "wasmtime-environ",
17602 "wasmtime-fiber",
17603 "wasmtime-jit-icache-coherence",
17604 "wasmtime-math",
17605 "wasmtime-slab",
17606 "wasmtime-versioned-export-macros",
17607 "wasmtime-winch",
17608 "windows-sys 0.59.0",
17609]
17610
17611[[package]]
17612name = "wasmtime-asm-macros"
17613version = "29.0.1"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17616dependencies = [
17617 "cfg-if",
17618]
17619
17620[[package]]
17621name = "wasmtime-c-api-impl"
17622version = "29.0.1"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17625dependencies = [
17626 "anyhow",
17627 "log",
17628 "tracing",
17629 "wasmtime",
17630 "wasmtime-c-api-macros",
17631]
17632
17633[[package]]
17634name = "wasmtime-c-api-macros"
17635version = "29.0.1"
17636source = "registry+https://github.com/rust-lang/crates.io-index"
17637checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17638dependencies = [
17639 "proc-macro2",
17640 "quote",
17641]
17642
17643[[package]]
17644name = "wasmtime-component-macro"
17645version = "29.0.1"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17648dependencies = [
17649 "anyhow",
17650 "proc-macro2",
17651 "quote",
17652 "syn 2.0.101",
17653 "wasmtime-component-util",
17654 "wasmtime-wit-bindgen",
17655 "wit-parser 0.221.3",
17656]
17657
17658[[package]]
17659name = "wasmtime-component-util"
17660version = "29.0.1"
17661source = "registry+https://github.com/rust-lang/crates.io-index"
17662checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17663
17664[[package]]
17665name = "wasmtime-cranelift"
17666version = "29.0.1"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17669dependencies = [
17670 "anyhow",
17671 "cfg-if",
17672 "cranelift-codegen",
17673 "cranelift-control",
17674 "cranelift-entity",
17675 "cranelift-frontend",
17676 "cranelift-native",
17677 "gimli",
17678 "itertools 0.12.1",
17679 "log",
17680 "object",
17681 "smallvec",
17682 "target-lexicon 0.13.2",
17683 "thiserror 1.0.69",
17684 "wasmparser 0.221.3",
17685 "wasmtime-environ",
17686 "wasmtime-versioned-export-macros",
17687]
17688
17689[[package]]
17690name = "wasmtime-environ"
17691version = "29.0.1"
17692source = "registry+https://github.com/rust-lang/crates.io-index"
17693checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17694dependencies = [
17695 "anyhow",
17696 "cpp_demangle",
17697 "cranelift-bitset",
17698 "cranelift-entity",
17699 "gimli",
17700 "indexmap",
17701 "log",
17702 "object",
17703 "postcard",
17704 "rustc-demangle",
17705 "semver",
17706 "serde",
17707 "serde_derive",
17708 "smallvec",
17709 "target-lexicon 0.13.2",
17710 "wasm-encoder 0.221.3",
17711 "wasmparser 0.221.3",
17712 "wasmprinter",
17713 "wasmtime-component-util",
17714]
17715
17716[[package]]
17717name = "wasmtime-fiber"
17718version = "29.0.1"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17721dependencies = [
17722 "anyhow",
17723 "cc",
17724 "cfg-if",
17725 "rustix 0.38.44",
17726 "wasmtime-asm-macros",
17727 "wasmtime-versioned-export-macros",
17728 "windows-sys 0.59.0",
17729]
17730
17731[[package]]
17732name = "wasmtime-jit-icache-coherence"
17733version = "29.0.1"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17736dependencies = [
17737 "anyhow",
17738 "cfg-if",
17739 "libc",
17740 "windows-sys 0.59.0",
17741]
17742
17743[[package]]
17744name = "wasmtime-math"
17745version = "29.0.1"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17748dependencies = [
17749 "libm",
17750]
17751
17752[[package]]
17753name = "wasmtime-slab"
17754version = "29.0.1"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17757
17758[[package]]
17759name = "wasmtime-versioned-export-macros"
17760version = "29.0.1"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17763dependencies = [
17764 "proc-macro2",
17765 "quote",
17766 "syn 2.0.101",
17767]
17768
17769[[package]]
17770name = "wasmtime-wasi"
17771version = "29.0.1"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17774dependencies = [
17775 "anyhow",
17776 "async-trait",
17777 "bitflags 2.9.0",
17778 "bytes 1.10.1",
17779 "cap-fs-ext",
17780 "cap-net-ext",
17781 "cap-rand",
17782 "cap-std",
17783 "cap-time-ext",
17784 "fs-set-times",
17785 "futures 0.3.31",
17786 "io-extras",
17787 "io-lifetimes",
17788 "rustix 0.38.44",
17789 "system-interface",
17790 "thiserror 1.0.69",
17791 "tokio",
17792 "tracing",
17793 "trait-variant",
17794 "url",
17795 "wasmtime",
17796 "wiggle",
17797 "windows-sys 0.59.0",
17798]
17799
17800[[package]]
17801name = "wasmtime-winch"
17802version = "29.0.1"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17805dependencies = [
17806 "anyhow",
17807 "cranelift-codegen",
17808 "gimli",
17809 "object",
17810 "target-lexicon 0.13.2",
17811 "wasmparser 0.221.3",
17812 "wasmtime-cranelift",
17813 "wasmtime-environ",
17814 "winch-codegen",
17815]
17816
17817[[package]]
17818name = "wasmtime-wit-bindgen"
17819version = "29.0.1"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17822dependencies = [
17823 "anyhow",
17824 "heck 0.5.0",
17825 "indexmap",
17826 "wit-parser 0.221.3",
17827]
17828
17829[[package]]
17830name = "wast"
17831version = "35.0.2"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17834dependencies = [
17835 "leb128",
17836]
17837
17838[[package]]
17839name = "wayland-backend"
17840version = "0.3.8"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17843dependencies = [
17844 "cc",
17845 "downcast-rs",
17846 "rustix 0.38.44",
17847 "scoped-tls",
17848 "smallvec",
17849 "wayland-sys",
17850]
17851
17852[[package]]
17853name = "wayland-client"
17854version = "0.31.8"
17855source = "registry+https://github.com/rust-lang/crates.io-index"
17856checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17857dependencies = [
17858 "bitflags 2.9.0",
17859 "rustix 0.38.44",
17860 "wayland-backend",
17861 "wayland-scanner",
17862]
17863
17864[[package]]
17865name = "wayland-cursor"
17866version = "0.31.8"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17869dependencies = [
17870 "rustix 0.38.44",
17871 "wayland-client",
17872 "xcursor",
17873]
17874
17875[[package]]
17876name = "wayland-protocols"
17877version = "0.31.2"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17880dependencies = [
17881 "bitflags 2.9.0",
17882 "wayland-backend",
17883 "wayland-client",
17884 "wayland-scanner",
17885]
17886
17887[[package]]
17888name = "wayland-protocols-plasma"
17889version = "0.2.0"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17892dependencies = [
17893 "bitflags 2.9.0",
17894 "wayland-backend",
17895 "wayland-client",
17896 "wayland-protocols",
17897 "wayland-scanner",
17898]
17899
17900[[package]]
17901name = "wayland-scanner"
17902version = "0.31.6"
17903source = "registry+https://github.com/rust-lang/crates.io-index"
17904checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17905dependencies = [
17906 "proc-macro2",
17907 "quick-xml 0.37.4",
17908 "quote",
17909]
17910
17911[[package]]
17912name = "wayland-sys"
17913version = "0.31.6"
17914source = "registry+https://github.com/rust-lang/crates.io-index"
17915checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17916dependencies = [
17917 "dlib",
17918 "log",
17919 "once_cell",
17920 "pkg-config",
17921]
17922
17923[[package]]
17924name = "web-sys"
17925version = "0.3.77"
17926source = "registry+https://github.com/rust-lang/crates.io-index"
17927checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17928dependencies = [
17929 "js-sys",
17930 "wasm-bindgen",
17931]
17932
17933[[package]]
17934name = "web-time"
17935version = "1.1.0"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17938dependencies = [
17939 "js-sys",
17940 "wasm-bindgen",
17941]
17942
17943[[package]]
17944name = "web_atoms"
17945version = "0.1.0"
17946source = "registry+https://github.com/rust-lang/crates.io-index"
17947checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17948dependencies = [
17949 "phf",
17950 "phf_codegen",
17951 "string_cache",
17952 "string_cache_codegen",
17953]
17954
17955[[package]]
17956name = "web_search"
17957version = "0.1.0"
17958dependencies = [
17959 "anyhow",
17960 "collections",
17961 "gpui",
17962 "serde",
17963 "workspace-hack",
17964 "zed_llm_client",
17965]
17966
17967[[package]]
17968name = "web_search_providers"
17969version = "0.1.0"
17970dependencies = [
17971 "anyhow",
17972 "client",
17973 "futures 0.3.31",
17974 "gpui",
17975 "http_client",
17976 "language_model",
17977 "serde",
17978 "serde_json",
17979 "web_search",
17980 "workspace-hack",
17981 "zed_llm_client",
17982]
17983
17984[[package]]
17985name = "webpki-root-certs"
17986version = "0.26.8"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17989dependencies = [
17990 "rustls-pki-types",
17991]
17992
17993[[package]]
17994name = "webpki-roots"
17995version = "0.26.8"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
17998dependencies = [
17999 "rustls-pki-types",
18000]
18001
18002[[package]]
18003name = "webrtc-sys"
18004version = "0.3.7"
18005source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18006dependencies = [
18007 "cc",
18008 "cxx",
18009 "cxx-build",
18010 "glob",
18011 "log",
18012 "webrtc-sys-build",
18013]
18014
18015[[package]]
18016name = "webrtc-sys-build"
18017version = "0.3.6"
18018source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18019dependencies = [
18020 "fs2",
18021 "regex",
18022 "reqwest 0.11.27",
18023 "scratch",
18024 "semver",
18025 "zip",
18026]
18027
18028[[package]]
18029name = "weezl"
18030version = "0.1.8"
18031source = "registry+https://github.com/rust-lang/crates.io-index"
18032checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18033
18034[[package]]
18035name = "welcome"
18036version = "0.1.0"
18037dependencies = [
18038 "anyhow",
18039 "client",
18040 "component",
18041 "db",
18042 "documented",
18043 "editor",
18044 "fuzzy",
18045 "gpui",
18046 "install_cli",
18047 "language",
18048 "picker",
18049 "project",
18050 "schemars",
18051 "serde",
18052 "settings",
18053 "telemetry",
18054 "theme",
18055 "ui",
18056 "util",
18057 "vim_mode_setting",
18058 "workspace",
18059 "workspace-hack",
18060 "zed_actions",
18061]
18062
18063[[package]]
18064name = "which"
18065version = "4.4.2"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18068dependencies = [
18069 "either",
18070 "home",
18071 "once_cell",
18072 "rustix 0.38.44",
18073]
18074
18075[[package]]
18076name = "which"
18077version = "6.0.3"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18080dependencies = [
18081 "either",
18082 "home",
18083 "rustix 0.38.44",
18084 "winsafe",
18085]
18086
18087[[package]]
18088name = "whoami"
18089version = "1.6.0"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18092dependencies = [
18093 "redox_syscall 0.5.11",
18094 "wasite",
18095]
18096
18097[[package]]
18098name = "wiggle"
18099version = "29.0.1"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18102dependencies = [
18103 "anyhow",
18104 "async-trait",
18105 "bitflags 2.9.0",
18106 "thiserror 1.0.69",
18107 "tracing",
18108 "wasmtime",
18109 "wiggle-macro",
18110]
18111
18112[[package]]
18113name = "wiggle-generate"
18114version = "29.0.1"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18117dependencies = [
18118 "anyhow",
18119 "heck 0.5.0",
18120 "proc-macro2",
18121 "quote",
18122 "shellexpand 2.1.2",
18123 "syn 2.0.101",
18124 "witx",
18125]
18126
18127[[package]]
18128name = "wiggle-macro"
18129version = "29.0.1"
18130source = "registry+https://github.com/rust-lang/crates.io-index"
18131checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18132dependencies = [
18133 "proc-macro2",
18134 "quote",
18135 "syn 2.0.101",
18136 "wiggle-generate",
18137]
18138
18139[[package]]
18140name = "winapi"
18141version = "0.3.9"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18144dependencies = [
18145 "winapi-i686-pc-windows-gnu",
18146 "winapi-x86_64-pc-windows-gnu",
18147]
18148
18149[[package]]
18150name = "winapi-i686-pc-windows-gnu"
18151version = "0.4.0"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18154
18155[[package]]
18156name = "winapi-util"
18157version = "0.1.9"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18160dependencies = [
18161 "windows-sys 0.59.0",
18162]
18163
18164[[package]]
18165name = "winapi-x86_64-pc-windows-gnu"
18166version = "0.4.0"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18169
18170[[package]]
18171name = "winch-codegen"
18172version = "29.0.1"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18175dependencies = [
18176 "anyhow",
18177 "cranelift-codegen",
18178 "gimli",
18179 "regalloc2",
18180 "smallvec",
18181 "target-lexicon 0.13.2",
18182 "thiserror 1.0.69",
18183 "wasmparser 0.221.3",
18184 "wasmtime-cranelift",
18185 "wasmtime-environ",
18186]
18187
18188[[package]]
18189name = "windows"
18190version = "0.54.0"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18193dependencies = [
18194 "windows-core 0.54.0",
18195 "windows-targets 0.52.6",
18196]
18197
18198[[package]]
18199name = "windows"
18200version = "0.57.0"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18203dependencies = [
18204 "windows-core 0.57.0",
18205 "windows-targets 0.52.6",
18206]
18207
18208[[package]]
18209name = "windows"
18210version = "0.58.0"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18213dependencies = [
18214 "windows-core 0.58.0",
18215 "windows-targets 0.52.6",
18216]
18217
18218[[package]]
18219name = "windows"
18220version = "0.61.1"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18223dependencies = [
18224 "windows-collections",
18225 "windows-core 0.61.0",
18226 "windows-future",
18227 "windows-link",
18228 "windows-numerics",
18229]
18230
18231[[package]]
18232name = "windows-capture"
18233version = "1.4.3"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18236dependencies = [
18237 "clap",
18238 "ctrlc",
18239 "parking_lot",
18240 "rayon",
18241 "thiserror 2.0.12",
18242 "windows 0.61.1",
18243 "windows-future",
18244]
18245
18246[[package]]
18247name = "windows-collections"
18248version = "0.2.0"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18251dependencies = [
18252 "windows-core 0.61.0",
18253]
18254
18255[[package]]
18256name = "windows-core"
18257version = "0.54.0"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18260dependencies = [
18261 "windows-result 0.1.2",
18262 "windows-targets 0.52.6",
18263]
18264
18265[[package]]
18266name = "windows-core"
18267version = "0.57.0"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18270dependencies = [
18271 "windows-implement 0.57.0",
18272 "windows-interface 0.57.0",
18273 "windows-result 0.1.2",
18274 "windows-targets 0.52.6",
18275]
18276
18277[[package]]
18278name = "windows-core"
18279version = "0.58.0"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18282dependencies = [
18283 "windows-implement 0.58.0",
18284 "windows-interface 0.58.0",
18285 "windows-result 0.2.0",
18286 "windows-strings 0.1.0",
18287 "windows-targets 0.52.6",
18288]
18289
18290[[package]]
18291name = "windows-core"
18292version = "0.61.0"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18295dependencies = [
18296 "windows-implement 0.60.0",
18297 "windows-interface 0.59.1",
18298 "windows-link",
18299 "windows-result 0.3.2",
18300 "windows-strings 0.4.0",
18301]
18302
18303[[package]]
18304name = "windows-future"
18305version = "0.2.0"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18308dependencies = [
18309 "windows-core 0.61.0",
18310 "windows-link",
18311]
18312
18313[[package]]
18314name = "windows-implement"
18315version = "0.57.0"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18318dependencies = [
18319 "proc-macro2",
18320 "quote",
18321 "syn 2.0.101",
18322]
18323
18324[[package]]
18325name = "windows-implement"
18326version = "0.58.0"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18329dependencies = [
18330 "proc-macro2",
18331 "quote",
18332 "syn 2.0.101",
18333]
18334
18335[[package]]
18336name = "windows-implement"
18337version = "0.60.0"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18340dependencies = [
18341 "proc-macro2",
18342 "quote",
18343 "syn 2.0.101",
18344]
18345
18346[[package]]
18347name = "windows-interface"
18348version = "0.57.0"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18351dependencies = [
18352 "proc-macro2",
18353 "quote",
18354 "syn 2.0.101",
18355]
18356
18357[[package]]
18358name = "windows-interface"
18359version = "0.58.0"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18362dependencies = [
18363 "proc-macro2",
18364 "quote",
18365 "syn 2.0.101",
18366]
18367
18368[[package]]
18369name = "windows-interface"
18370version = "0.59.1"
18371source = "registry+https://github.com/rust-lang/crates.io-index"
18372checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18373dependencies = [
18374 "proc-macro2",
18375 "quote",
18376 "syn 2.0.101",
18377]
18378
18379[[package]]
18380name = "windows-link"
18381version = "0.1.1"
18382source = "registry+https://github.com/rust-lang/crates.io-index"
18383checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18384
18385[[package]]
18386name = "windows-numerics"
18387version = "0.2.0"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18390dependencies = [
18391 "windows-core 0.61.0",
18392 "windows-link",
18393]
18394
18395[[package]]
18396name = "windows-registry"
18397version = "0.4.0"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18400dependencies = [
18401 "windows-result 0.3.2",
18402 "windows-strings 0.3.1",
18403 "windows-targets 0.53.0",
18404]
18405
18406[[package]]
18407name = "windows-registry"
18408version = "0.5.1"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18411dependencies = [
18412 "windows-link",
18413 "windows-result 0.3.2",
18414 "windows-strings 0.4.0",
18415]
18416
18417[[package]]
18418name = "windows-result"
18419version = "0.1.2"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18422dependencies = [
18423 "windows-targets 0.52.6",
18424]
18425
18426[[package]]
18427name = "windows-result"
18428version = "0.2.0"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18431dependencies = [
18432 "windows-targets 0.52.6",
18433]
18434
18435[[package]]
18436name = "windows-result"
18437version = "0.3.2"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18440dependencies = [
18441 "windows-link",
18442]
18443
18444[[package]]
18445name = "windows-strings"
18446version = "0.1.0"
18447source = "registry+https://github.com/rust-lang/crates.io-index"
18448checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18449dependencies = [
18450 "windows-result 0.2.0",
18451 "windows-targets 0.52.6",
18452]
18453
18454[[package]]
18455name = "windows-strings"
18456version = "0.3.1"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18459dependencies = [
18460 "windows-link",
18461]
18462
18463[[package]]
18464name = "windows-strings"
18465version = "0.4.0"
18466source = "registry+https://github.com/rust-lang/crates.io-index"
18467checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18468dependencies = [
18469 "windows-link",
18470]
18471
18472[[package]]
18473name = "windows-sys"
18474version = "0.45.0"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18477dependencies = [
18478 "windows-targets 0.42.2",
18479]
18480
18481[[package]]
18482name = "windows-sys"
18483version = "0.48.0"
18484source = "registry+https://github.com/rust-lang/crates.io-index"
18485checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18486dependencies = [
18487 "windows-targets 0.48.5",
18488]
18489
18490[[package]]
18491name = "windows-sys"
18492version = "0.52.0"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18495dependencies = [
18496 "windows-targets 0.52.6",
18497]
18498
18499[[package]]
18500name = "windows-sys"
18501version = "0.59.0"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18504dependencies = [
18505 "windows-targets 0.52.6",
18506]
18507
18508[[package]]
18509name = "windows-targets"
18510version = "0.42.2"
18511source = "registry+https://github.com/rust-lang/crates.io-index"
18512checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18513dependencies = [
18514 "windows_aarch64_gnullvm 0.42.2",
18515 "windows_aarch64_msvc 0.42.2",
18516 "windows_i686_gnu 0.42.2",
18517 "windows_i686_msvc 0.42.2",
18518 "windows_x86_64_gnu 0.42.2",
18519 "windows_x86_64_gnullvm 0.42.2",
18520 "windows_x86_64_msvc 0.42.2",
18521]
18522
18523[[package]]
18524name = "windows-targets"
18525version = "0.48.5"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18528dependencies = [
18529 "windows_aarch64_gnullvm 0.48.5",
18530 "windows_aarch64_msvc 0.48.5",
18531 "windows_i686_gnu 0.48.5",
18532 "windows_i686_msvc 0.48.5",
18533 "windows_x86_64_gnu 0.48.5",
18534 "windows_x86_64_gnullvm 0.48.5",
18535 "windows_x86_64_msvc 0.48.5",
18536]
18537
18538[[package]]
18539name = "windows-targets"
18540version = "0.52.6"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18543dependencies = [
18544 "windows_aarch64_gnullvm 0.52.6",
18545 "windows_aarch64_msvc 0.52.6",
18546 "windows_i686_gnu 0.52.6",
18547 "windows_i686_gnullvm 0.52.6",
18548 "windows_i686_msvc 0.52.6",
18549 "windows_x86_64_gnu 0.52.6",
18550 "windows_x86_64_gnullvm 0.52.6",
18551 "windows_x86_64_msvc 0.52.6",
18552]
18553
18554[[package]]
18555name = "windows-targets"
18556version = "0.53.0"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18559dependencies = [
18560 "windows_aarch64_gnullvm 0.53.0",
18561 "windows_aarch64_msvc 0.53.0",
18562 "windows_i686_gnu 0.53.0",
18563 "windows_i686_gnullvm 0.53.0",
18564 "windows_i686_msvc 0.53.0",
18565 "windows_x86_64_gnu 0.53.0",
18566 "windows_x86_64_gnullvm 0.53.0",
18567 "windows_x86_64_msvc 0.53.0",
18568]
18569
18570[[package]]
18571name = "windows_aarch64_gnullvm"
18572version = "0.42.2"
18573source = "registry+https://github.com/rust-lang/crates.io-index"
18574checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18575
18576[[package]]
18577name = "windows_aarch64_gnullvm"
18578version = "0.48.5"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18581
18582[[package]]
18583name = "windows_aarch64_gnullvm"
18584version = "0.52.6"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18587
18588[[package]]
18589name = "windows_aarch64_gnullvm"
18590version = "0.53.0"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18593
18594[[package]]
18595name = "windows_aarch64_msvc"
18596version = "0.42.2"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18599
18600[[package]]
18601name = "windows_aarch64_msvc"
18602version = "0.48.5"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18605
18606[[package]]
18607name = "windows_aarch64_msvc"
18608version = "0.52.6"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18611
18612[[package]]
18613name = "windows_aarch64_msvc"
18614version = "0.53.0"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18617
18618[[package]]
18619name = "windows_i686_gnu"
18620version = "0.42.2"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18623
18624[[package]]
18625name = "windows_i686_gnu"
18626version = "0.48.5"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18629
18630[[package]]
18631name = "windows_i686_gnu"
18632version = "0.52.6"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18635
18636[[package]]
18637name = "windows_i686_gnu"
18638version = "0.53.0"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18641
18642[[package]]
18643name = "windows_i686_gnullvm"
18644version = "0.52.6"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18647
18648[[package]]
18649name = "windows_i686_gnullvm"
18650version = "0.53.0"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18653
18654[[package]]
18655name = "windows_i686_msvc"
18656version = "0.42.2"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18659
18660[[package]]
18661name = "windows_i686_msvc"
18662version = "0.48.5"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18665
18666[[package]]
18667name = "windows_i686_msvc"
18668version = "0.52.6"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18671
18672[[package]]
18673name = "windows_i686_msvc"
18674version = "0.53.0"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18677
18678[[package]]
18679name = "windows_x86_64_gnu"
18680version = "0.42.2"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18683
18684[[package]]
18685name = "windows_x86_64_gnu"
18686version = "0.48.5"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18689
18690[[package]]
18691name = "windows_x86_64_gnu"
18692version = "0.52.6"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18695
18696[[package]]
18697name = "windows_x86_64_gnu"
18698version = "0.53.0"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18701
18702[[package]]
18703name = "windows_x86_64_gnullvm"
18704version = "0.42.2"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18707
18708[[package]]
18709name = "windows_x86_64_gnullvm"
18710version = "0.48.5"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18713
18714[[package]]
18715name = "windows_x86_64_gnullvm"
18716version = "0.52.6"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18719
18720[[package]]
18721name = "windows_x86_64_gnullvm"
18722version = "0.53.0"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18725
18726[[package]]
18727name = "windows_x86_64_msvc"
18728version = "0.42.2"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18731
18732[[package]]
18733name = "windows_x86_64_msvc"
18734version = "0.48.5"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18737
18738[[package]]
18739name = "windows_x86_64_msvc"
18740version = "0.52.6"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18743
18744[[package]]
18745name = "windows_x86_64_msvc"
18746version = "0.53.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18749
18750[[package]]
18751name = "winnow"
18752version = "0.7.6"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18755dependencies = [
18756 "memchr",
18757]
18758
18759[[package]]
18760name = "winreg"
18761version = "0.10.1"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18764dependencies = [
18765 "winapi",
18766]
18767
18768[[package]]
18769name = "winreg"
18770version = "0.50.0"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18773dependencies = [
18774 "cfg-if",
18775 "windows-sys 0.48.0",
18776]
18777
18778[[package]]
18779name = "winreg"
18780version = "0.52.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18783dependencies = [
18784 "cfg-if",
18785 "windows-sys 0.48.0",
18786]
18787
18788[[package]]
18789name = "winreg"
18790version = "0.55.0"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18793dependencies = [
18794 "cfg-if",
18795 "windows-sys 0.59.0",
18796]
18797
18798[[package]]
18799name = "winresource"
18800version = "0.1.20"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18803dependencies = [
18804 "toml 0.8.20",
18805 "version_check",
18806]
18807
18808[[package]]
18809name = "winsafe"
18810version = "0.0.19"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18813
18814[[package]]
18815name = "winx"
18816version = "0.36.4"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18819dependencies = [
18820 "bitflags 2.9.0",
18821 "windows-sys 0.59.0",
18822]
18823
18824[[package]]
18825name = "wio"
18826version = "0.2.2"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18829dependencies = [
18830 "winapi",
18831]
18832
18833[[package]]
18834name = "wit-bindgen"
18835version = "0.22.0"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18838dependencies = [
18839 "bitflags 2.9.0",
18840 "wit-bindgen-rt 0.22.0",
18841 "wit-bindgen-rust-macro 0.22.0",
18842]
18843
18844[[package]]
18845name = "wit-bindgen"
18846version = "0.41.0"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18849dependencies = [
18850 "wit-bindgen-rt 0.41.0",
18851 "wit-bindgen-rust-macro 0.41.0",
18852]
18853
18854[[package]]
18855name = "wit-bindgen-core"
18856version = "0.22.0"
18857source = "registry+https://github.com/rust-lang/crates.io-index"
18858checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18859dependencies = [
18860 "anyhow",
18861 "wit-parser 0.201.0",
18862]
18863
18864[[package]]
18865name = "wit-bindgen-core"
18866version = "0.41.0"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18869dependencies = [
18870 "anyhow",
18871 "heck 0.5.0",
18872 "wit-parser 0.227.1",
18873]
18874
18875[[package]]
18876name = "wit-bindgen-rt"
18877version = "0.22.0"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18880
18881[[package]]
18882name = "wit-bindgen-rt"
18883version = "0.39.0"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18886dependencies = [
18887 "bitflags 2.9.0",
18888]
18889
18890[[package]]
18891name = "wit-bindgen-rt"
18892version = "0.41.0"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18895dependencies = [
18896 "bitflags 2.9.0",
18897 "futures 0.3.31",
18898 "once_cell",
18899]
18900
18901[[package]]
18902name = "wit-bindgen-rust"
18903version = "0.22.0"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18906dependencies = [
18907 "anyhow",
18908 "heck 0.4.1",
18909 "indexmap",
18910 "wasm-metadata 0.201.0",
18911 "wit-bindgen-core 0.22.0",
18912 "wit-component 0.201.0",
18913]
18914
18915[[package]]
18916name = "wit-bindgen-rust"
18917version = "0.41.0"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18920dependencies = [
18921 "anyhow",
18922 "heck 0.5.0",
18923 "indexmap",
18924 "prettyplease",
18925 "syn 2.0.101",
18926 "wasm-metadata 0.227.1",
18927 "wit-bindgen-core 0.41.0",
18928 "wit-component 0.227.1",
18929]
18930
18931[[package]]
18932name = "wit-bindgen-rust-macro"
18933version = "0.22.0"
18934source = "registry+https://github.com/rust-lang/crates.io-index"
18935checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18936dependencies = [
18937 "anyhow",
18938 "proc-macro2",
18939 "quote",
18940 "syn 2.0.101",
18941 "wit-bindgen-core 0.22.0",
18942 "wit-bindgen-rust 0.22.0",
18943]
18944
18945[[package]]
18946name = "wit-bindgen-rust-macro"
18947version = "0.41.0"
18948source = "registry+https://github.com/rust-lang/crates.io-index"
18949checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18950dependencies = [
18951 "anyhow",
18952 "prettyplease",
18953 "proc-macro2",
18954 "quote",
18955 "syn 2.0.101",
18956 "wit-bindgen-core 0.41.0",
18957 "wit-bindgen-rust 0.41.0",
18958]
18959
18960[[package]]
18961name = "wit-component"
18962version = "0.201.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18965dependencies = [
18966 "anyhow",
18967 "bitflags 2.9.0",
18968 "indexmap",
18969 "log",
18970 "serde",
18971 "serde_derive",
18972 "serde_json",
18973 "wasm-encoder 0.201.0",
18974 "wasm-metadata 0.201.0",
18975 "wasmparser 0.201.0",
18976 "wit-parser 0.201.0",
18977]
18978
18979[[package]]
18980name = "wit-component"
18981version = "0.221.3"
18982source = "registry+https://github.com/rust-lang/crates.io-index"
18983checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18984dependencies = [
18985 "anyhow",
18986 "bitflags 2.9.0",
18987 "indexmap",
18988 "log",
18989 "serde",
18990 "serde_derive",
18991 "serde_json",
18992 "wasm-encoder 0.221.3",
18993 "wasm-metadata 0.221.3",
18994 "wasmparser 0.221.3",
18995 "wit-parser 0.221.3",
18996]
18997
18998[[package]]
18999name = "wit-component"
19000version = "0.227.1"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19003dependencies = [
19004 "anyhow",
19005 "bitflags 2.9.0",
19006 "indexmap",
19007 "log",
19008 "serde",
19009 "serde_derive",
19010 "serde_json",
19011 "wasm-encoder 0.227.1",
19012 "wasm-metadata 0.227.1",
19013 "wasmparser 0.227.1",
19014 "wit-parser 0.227.1",
19015]
19016
19017[[package]]
19018name = "wit-parser"
19019version = "0.201.0"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19022dependencies = [
19023 "anyhow",
19024 "id-arena",
19025 "indexmap",
19026 "log",
19027 "semver",
19028 "serde",
19029 "serde_derive",
19030 "serde_json",
19031 "unicode-xid",
19032 "wasmparser 0.201.0",
19033]
19034
19035[[package]]
19036name = "wit-parser"
19037version = "0.221.3"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19040dependencies = [
19041 "anyhow",
19042 "id-arena",
19043 "indexmap",
19044 "log",
19045 "semver",
19046 "serde",
19047 "serde_derive",
19048 "serde_json",
19049 "unicode-xid",
19050 "wasmparser 0.221.3",
19051]
19052
19053[[package]]
19054name = "wit-parser"
19055version = "0.227.1"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19058dependencies = [
19059 "anyhow",
19060 "id-arena",
19061 "indexmap",
19062 "log",
19063 "semver",
19064 "serde",
19065 "serde_derive",
19066 "serde_json",
19067 "unicode-xid",
19068 "wasmparser 0.227.1",
19069]
19070
19071[[package]]
19072name = "witx"
19073version = "0.9.1"
19074source = "registry+https://github.com/rust-lang/crates.io-index"
19075checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19076dependencies = [
19077 "anyhow",
19078 "log",
19079 "thiserror 1.0.69",
19080 "wast",
19081]
19082
19083[[package]]
19084name = "workspace"
19085version = "0.1.0"
19086dependencies = [
19087 "any_vec",
19088 "anyhow",
19089 "async-recursion 1.1.1",
19090 "bincode",
19091 "call",
19092 "client",
19093 "clock",
19094 "collections",
19095 "component",
19096 "dap",
19097 "db",
19098 "env_logger 0.11.8",
19099 "fs",
19100 "futures 0.3.31",
19101 "gpui",
19102 "http_client",
19103 "itertools 0.14.0",
19104 "language",
19105 "log",
19106 "menu",
19107 "node_runtime",
19108 "parking_lot",
19109 "postage",
19110 "project",
19111 "remote",
19112 "schemars",
19113 "serde",
19114 "serde_json",
19115 "session",
19116 "settings",
19117 "smallvec",
19118 "sqlez",
19119 "strum 0.27.1",
19120 "task",
19121 "telemetry",
19122 "tempfile",
19123 "theme",
19124 "ui",
19125 "util",
19126 "uuid",
19127 "windows 0.61.1",
19128 "workspace-hack",
19129 "zed_actions",
19130]
19131
19132[[package]]
19133name = "workspace-hack"
19134version = "0.1.0"
19135dependencies = [
19136 "aes",
19137 "ahash 0.8.11",
19138 "aho-corasick",
19139 "anstream",
19140 "arrayvec",
19141 "async-compression",
19142 "async-std",
19143 "async-tungstenite",
19144 "aws-config",
19145 "aws-credential-types",
19146 "aws-runtime",
19147 "aws-sigv4",
19148 "aws-smithy-async",
19149 "aws-smithy-http",
19150 "aws-smithy-runtime",
19151 "aws-smithy-runtime-api",
19152 "aws-smithy-types",
19153 "base64 0.22.1",
19154 "base64ct",
19155 "bigdecimal",
19156 "bit-set 0.8.0",
19157 "bit-vec 0.8.0",
19158 "bitflags 2.9.0",
19159 "bstr",
19160 "bytemuck",
19161 "byteorder",
19162 "bytes 1.10.1",
19163 "cc",
19164 "chrono",
19165 "cipher",
19166 "clang-sys",
19167 "clap",
19168 "clap_builder",
19169 "codespan-reporting 0.12.0",
19170 "concurrent-queue",
19171 "core-foundation 0.9.4",
19172 "core-foundation-sys",
19173 "coreaudio-sys",
19174 "cranelift-codegen",
19175 "crc32fast",
19176 "crossbeam-epoch",
19177 "crossbeam-utils",
19178 "crypto-common",
19179 "deranged",
19180 "digest",
19181 "either",
19182 "euclid",
19183 "event-listener 5.4.0",
19184 "event-listener-strategy",
19185 "flate2",
19186 "flume",
19187 "foldhash",
19188 "form_urlencoded",
19189 "futures 0.3.31",
19190 "futures-channel",
19191 "futures-core",
19192 "futures-executor",
19193 "futures-io",
19194 "futures-sink",
19195 "futures-task",
19196 "futures-util",
19197 "getrandom 0.2.15",
19198 "getrandom 0.3.2",
19199 "gimli",
19200 "half",
19201 "handlebars 4.5.0",
19202 "hashbrown 0.14.5",
19203 "hashbrown 0.15.3",
19204 "heck 0.4.1",
19205 "hmac",
19206 "hyper 0.14.32",
19207 "hyper-rustls 0.27.5",
19208 "idna",
19209 "indexmap",
19210 "inout",
19211 "itertools 0.12.1",
19212 "itertools 0.13.0",
19213 "jiff",
19214 "lazy_static",
19215 "libc",
19216 "libsqlite3-sys",
19217 "linux-raw-sys 0.4.15",
19218 "linux-raw-sys 0.9.4",
19219 "log",
19220 "lyon",
19221 "lyon_path",
19222 "md-5",
19223 "memchr",
19224 "miniz_oxide",
19225 "mio",
19226 "naga",
19227 "nix 0.29.0",
19228 "nom",
19229 "num-bigint",
19230 "num-bigint-dig",
19231 "num-integer",
19232 "num-iter",
19233 "num-rational",
19234 "num-traits",
19235 "objc2",
19236 "objc2-foundation",
19237 "objc2-metal",
19238 "object",
19239 "once_cell",
19240 "percent-encoding",
19241 "phf",
19242 "phf_shared",
19243 "prettyplease",
19244 "proc-macro2",
19245 "prost 0.9.0",
19246 "prost-types 0.9.0",
19247 "quote",
19248 "rand 0.8.5",
19249 "rand 0.9.1",
19250 "rand_chacha 0.3.1",
19251 "rand_core 0.6.4",
19252 "regalloc2",
19253 "regex",
19254 "regex-automata 0.4.9",
19255 "regex-syntax 0.8.5",
19256 "ring",
19257 "rust_decimal",
19258 "rustc-hash 1.1.0",
19259 "rustix 0.38.44",
19260 "rustix 1.0.7",
19261 "rustls 0.23.26",
19262 "rustls-webpki 0.103.1",
19263 "scopeguard",
19264 "sea-orm",
19265 "sea-query-binder",
19266 "security-framework 3.2.0",
19267 "security-framework-sys",
19268 "semver",
19269 "serde",
19270 "serde_derive",
19271 "serde_json",
19272 "sha1",
19273 "simd-adler32",
19274 "smallvec",
19275 "spin",
19276 "sqlx",
19277 "sqlx-macros",
19278 "sqlx-macros-core",
19279 "sqlx-postgres",
19280 "sqlx-sqlite",
19281 "strum 0.26.3",
19282 "subtle",
19283 "syn 1.0.109",
19284 "syn 2.0.101",
19285 "sync_wrapper 1.0.2",
19286 "thiserror 2.0.12",
19287 "time",
19288 "time-macros",
19289 "tokio",
19290 "tokio-rustls 0.26.2",
19291 "tokio-socks",
19292 "tokio-stream",
19293 "tokio-util",
19294 "toml_datetime",
19295 "toml_edit",
19296 "tower 0.5.2",
19297 "tracing",
19298 "tracing-core",
19299 "tungstenite 0.26.2",
19300 "unicode-normalization",
19301 "unicode-properties",
19302 "url",
19303 "uuid",
19304 "wasm-encoder 0.221.3",
19305 "wasmparser 0.221.3",
19306 "wasmtime",
19307 "wasmtime-cranelift",
19308 "wasmtime-environ",
19309 "winapi",
19310 "windows-core 0.61.0",
19311 "windows-numerics",
19312 "windows-sys 0.48.0",
19313 "windows-sys 0.52.0",
19314 "windows-sys 0.59.0",
19315 "winnow",
19316 "zeroize",
19317 "zvariant",
19318]
19319
19320[[package]]
19321name = "worktree"
19322version = "0.1.0"
19323dependencies = [
19324 "anyhow",
19325 "clock",
19326 "collections",
19327 "env_logger 0.11.8",
19328 "fs",
19329 "futures 0.3.31",
19330 "fuzzy",
19331 "git",
19332 "git2",
19333 "gpui",
19334 "http_client",
19335 "ignore",
19336 "language",
19337 "log",
19338 "parking_lot",
19339 "paths",
19340 "postage",
19341 "pretty_assertions",
19342 "rand 0.8.5",
19343 "rpc",
19344 "schemars",
19345 "serde",
19346 "serde_json",
19347 "settings",
19348 "smallvec",
19349 "smol",
19350 "sum_tree",
19351 "text",
19352 "util",
19353 "workspace-hack",
19354]
19355
19356[[package]]
19357name = "write16"
19358version = "1.0.0"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19361
19362[[package]]
19363name = "writeable"
19364version = "0.5.5"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19367
19368[[package]]
19369name = "wyz"
19370version = "0.5.1"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19373dependencies = [
19374 "tap",
19375]
19376
19377[[package]]
19378name = "x11"
19379version = "2.21.0"
19380source = "registry+https://github.com/rust-lang/crates.io-index"
19381checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19382dependencies = [
19383 "libc",
19384 "pkg-config",
19385]
19386
19387[[package]]
19388name = "x11-clipboard"
19389version = "0.9.3"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19392dependencies = [
19393 "libc",
19394 "x11rb",
19395]
19396
19397[[package]]
19398name = "x11rb"
19399version = "0.13.1"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19402dependencies = [
19403 "as-raw-xcb-connection",
19404 "gethostname",
19405 "libc",
19406 "rustix 0.38.44",
19407 "x11rb-protocol",
19408]
19409
19410[[package]]
19411name = "x11rb-protocol"
19412version = "0.13.1"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19415
19416[[package]]
19417name = "xattr"
19418version = "0.2.3"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19421dependencies = [
19422 "libc",
19423]
19424
19425[[package]]
19426name = "xcb"
19427version = "1.5.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19430dependencies = [
19431 "bitflags 1.3.2",
19432 "libc",
19433 "quick-xml 0.30.0",
19434 "x11",
19435]
19436
19437[[package]]
19438name = "xcursor"
19439version = "0.3.8"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19442
19443[[package]]
19444name = "xdg-home"
19445version = "1.3.0"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19448dependencies = [
19449 "libc",
19450 "windows-sys 0.59.0",
19451]
19452
19453[[package]]
19454name = "xim"
19455version = "0.4.0"
19456source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19457dependencies = [
19458 "ahash 0.8.11",
19459 "hashbrown 0.14.5",
19460 "log",
19461 "x11rb",
19462 "xim-ctext",
19463 "xim-parser",
19464]
19465
19466[[package]]
19467name = "xim-ctext"
19468version = "0.3.0"
19469source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19470dependencies = [
19471 "encoding_rs",
19472]
19473
19474[[package]]
19475name = "xim-parser"
19476version = "0.2.1"
19477source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19478dependencies = [
19479 "bitflags 2.9.0",
19480]
19481
19482[[package]]
19483name = "xkbcommon"
19484version = "0.8.0"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19487dependencies = [
19488 "as-raw-xcb-connection",
19489 "libc",
19490 "memmap2",
19491 "xkeysym",
19492]
19493
19494[[package]]
19495name = "xkeysym"
19496version = "0.2.1"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19499
19500[[package]]
19501name = "xml5ever"
19502version = "0.18.1"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19505dependencies = [
19506 "log",
19507 "mac",
19508 "markup5ever 0.12.1",
19509]
19510
19511[[package]]
19512name = "xmlparser"
19513version = "0.13.6"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19516
19517[[package]]
19518name = "xmlwriter"
19519version = "0.1.0"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19522
19523[[package]]
19524name = "xtask"
19525version = "0.1.0"
19526dependencies = [
19527 "anyhow",
19528 "cargo_metadata",
19529 "cargo_toml",
19530 "clap",
19531 "workspace-hack",
19532]
19533
19534[[package]]
19535name = "yaml-rust2"
19536version = "0.8.1"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19539dependencies = [
19540 "arraydeque",
19541 "encoding_rs",
19542 "hashlink 0.8.4",
19543]
19544
19545[[package]]
19546name = "yansi"
19547version = "1.0.1"
19548source = "registry+https://github.com/rust-lang/crates.io-index"
19549checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19550
19551[[package]]
19552name = "yazi"
19553version = "0.2.1"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19556
19557[[package]]
19558name = "yeslogic-fontconfig-sys"
19559version = "6.0.0"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19562dependencies = [
19563 "dlib",
19564 "once_cell",
19565 "pkg-config",
19566]
19567
19568[[package]]
19569name = "yoke"
19570version = "0.7.5"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19573dependencies = [
19574 "serde",
19575 "stable_deref_trait",
19576 "yoke-derive",
19577 "zerofrom",
19578]
19579
19580[[package]]
19581name = "yoke-derive"
19582version = "0.7.5"
19583source = "registry+https://github.com/rust-lang/crates.io-index"
19584checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19585dependencies = [
19586 "proc-macro2",
19587 "quote",
19588 "syn 2.0.101",
19589 "synstructure",
19590]
19591
19592[[package]]
19593name = "zbus"
19594version = "5.5.0"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19597dependencies = [
19598 "async-broadcast",
19599 "async-executor",
19600 "async-fs",
19601 "async-io",
19602 "async-lock",
19603 "async-process",
19604 "async-recursion 1.1.1",
19605 "async-task",
19606 "async-trait",
19607 "blocking",
19608 "enumflags2",
19609 "event-listener 5.4.0",
19610 "futures-core",
19611 "futures-lite 2.6.0",
19612 "hex",
19613 "nix 0.29.0",
19614 "ordered-stream",
19615 "serde",
19616 "serde_repr",
19617 "static_assertions",
19618 "tracing",
19619 "uds_windows",
19620 "windows-sys 0.59.0",
19621 "winnow",
19622 "xdg-home",
19623 "zbus_macros",
19624 "zbus_names",
19625 "zvariant",
19626]
19627
19628[[package]]
19629name = "zbus_macros"
19630version = "5.5.0"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19633dependencies = [
19634 "proc-macro-crate",
19635 "proc-macro2",
19636 "quote",
19637 "syn 2.0.101",
19638 "zbus_names",
19639 "zvariant",
19640 "zvariant_utils",
19641]
19642
19643[[package]]
19644name = "zbus_names"
19645version = "4.2.0"
19646source = "registry+https://github.com/rust-lang/crates.io-index"
19647checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19648dependencies = [
19649 "serde",
19650 "static_assertions",
19651 "winnow",
19652 "zvariant",
19653]
19654
19655[[package]]
19656name = "zed"
19657version = "0.189.0"
19658dependencies = [
19659 "activity_indicator",
19660 "agent",
19661 "anyhow",
19662 "ashpd",
19663 "askpass",
19664 "assets",
19665 "assistant_context_editor",
19666 "assistant_settings",
19667 "assistant_tool",
19668 "assistant_tools",
19669 "async-watch",
19670 "audio",
19671 "auto_update",
19672 "auto_update_ui",
19673 "backtrace",
19674 "breadcrumbs",
19675 "call",
19676 "channel",
19677 "chrono",
19678 "clap",
19679 "cli",
19680 "client",
19681 "collab_ui",
19682 "collections",
19683 "command_palette",
19684 "component",
19685 "copilot",
19686 "dap",
19687 "dap_adapters",
19688 "db",
19689 "debug_adapter_extension",
19690 "debugger_tools",
19691 "debugger_ui",
19692 "diagnostics",
19693 "editor",
19694 "env_logger 0.11.8",
19695 "extension",
19696 "extension_host",
19697 "extensions_ui",
19698 "feature_flags",
19699 "feedback",
19700 "file_finder",
19701 "fs",
19702 "futures 0.3.31",
19703 "git",
19704 "git_hosting_providers",
19705 "git_ui",
19706 "go_to_line",
19707 "gpui",
19708 "gpui_tokio",
19709 "http_client",
19710 "image_viewer",
19711 "indoc",
19712 "inline_completion_button",
19713 "install_cli",
19714 "jj_ui",
19715 "journal",
19716 "language",
19717 "language_extension",
19718 "language_model",
19719 "language_models",
19720 "language_selector",
19721 "language_tools",
19722 "languages",
19723 "libc",
19724 "log",
19725 "markdown",
19726 "markdown_preview",
19727 "menu",
19728 "migrator",
19729 "mimalloc",
19730 "nix 0.29.0",
19731 "node_runtime",
19732 "notifications",
19733 "outline",
19734 "outline_panel",
19735 "parking_lot",
19736 "paths",
19737 "picker",
19738 "profiling",
19739 "project",
19740 "project_panel",
19741 "project_symbols",
19742 "prompt_store",
19743 "proto",
19744 "recent_projects",
19745 "release_channel",
19746 "remote",
19747 "repl",
19748 "reqwest_client",
19749 "rope",
19750 "search",
19751 "serde",
19752 "serde_json",
19753 "session",
19754 "settings",
19755 "settings_ui",
19756 "shellexpand 2.1.2",
19757 "smol",
19758 "snippet_provider",
19759 "snippets_ui",
19760 "supermaven",
19761 "sysinfo",
19762 "tab_switcher",
19763 "task",
19764 "tasks_ui",
19765 "telemetry",
19766 "telemetry_events",
19767 "terminal_view",
19768 "theme",
19769 "theme_extension",
19770 "theme_selector",
19771 "time",
19772 "title_bar",
19773 "toolchain_selector",
19774 "tree-sitter-md",
19775 "tree-sitter-rust",
19776 "ui",
19777 "ui_input",
19778 "ui_prompt",
19779 "url",
19780 "urlencoding",
19781 "util",
19782 "uuid",
19783 "vim",
19784 "vim_mode_setting",
19785 "web_search",
19786 "web_search_providers",
19787 "welcome",
19788 "windows 0.61.1",
19789 "winresource",
19790 "workspace",
19791 "workspace-hack",
19792 "zed_actions",
19793 "zeta",
19794 "zlog",
19795 "zlog_settings",
19796]
19797
19798[[package]]
19799name = "zed_actions"
19800version = "0.1.0"
19801dependencies = [
19802 "gpui",
19803 "schemars",
19804 "serde",
19805 "uuid",
19806 "workspace-hack",
19807]
19808
19809[[package]]
19810name = "zed_emmet"
19811version = "0.0.3"
19812dependencies = [
19813 "zed_extension_api 0.1.0",
19814]
19815
19816[[package]]
19817name = "zed_extension_api"
19818version = "0.1.0"
19819source = "registry+https://github.com/rust-lang/crates.io-index"
19820checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19821dependencies = [
19822 "serde",
19823 "serde_json",
19824 "wit-bindgen 0.22.0",
19825]
19826
19827[[package]]
19828name = "zed_extension_api"
19829version = "0.6.0"
19830dependencies = [
19831 "serde",
19832 "serde_json",
19833 "wit-bindgen 0.41.0",
19834]
19835
19836[[package]]
19837name = "zed_glsl"
19838version = "0.1.0"
19839dependencies = [
19840 "zed_extension_api 0.1.0",
19841]
19842
19843[[package]]
19844name = "zed_html"
19845version = "0.2.1"
19846dependencies = [
19847 "zed_extension_api 0.1.0",
19848]
19849
19850[[package]]
19851name = "zed_llm_client"
19852version = "0.8.2"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19855dependencies = [
19856 "anyhow",
19857 "serde",
19858 "serde_json",
19859 "strum 0.27.1",
19860 "uuid",
19861]
19862
19863[[package]]
19864name = "zed_proto"
19865version = "0.2.2"
19866dependencies = [
19867 "zed_extension_api 0.1.0",
19868]
19869
19870[[package]]
19871name = "zed_ruff"
19872version = "0.1.0"
19873dependencies = [
19874 "zed_extension_api 0.1.0",
19875]
19876
19877[[package]]
19878name = "zed_snippets"
19879version = "0.0.5"
19880dependencies = [
19881 "serde_json",
19882 "zed_extension_api 0.1.0",
19883]
19884
19885[[package]]
19886name = "zed_test_extension"
19887version = "0.1.0"
19888dependencies = [
19889 "zed_extension_api 0.6.0",
19890]
19891
19892[[package]]
19893name = "zed_toml"
19894version = "0.1.3"
19895dependencies = [
19896 "zed_extension_api 0.1.0",
19897]
19898
19899[[package]]
19900name = "zeno"
19901version = "0.3.2"
19902source = "registry+https://github.com/rust-lang/crates.io-index"
19903checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19904
19905[[package]]
19906name = "zerocopy"
19907version = "0.7.35"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19910dependencies = [
19911 "zerocopy-derive 0.7.35",
19912]
19913
19914[[package]]
19915name = "zerocopy"
19916version = "0.8.24"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19919dependencies = [
19920 "zerocopy-derive 0.8.24",
19921]
19922
19923[[package]]
19924name = "zerocopy-derive"
19925version = "0.7.35"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19928dependencies = [
19929 "proc-macro2",
19930 "quote",
19931 "syn 2.0.101",
19932]
19933
19934[[package]]
19935name = "zerocopy-derive"
19936version = "0.8.24"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19939dependencies = [
19940 "proc-macro2",
19941 "quote",
19942 "syn 2.0.101",
19943]
19944
19945[[package]]
19946name = "zerofrom"
19947version = "0.1.6"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19950dependencies = [
19951 "zerofrom-derive",
19952]
19953
19954[[package]]
19955name = "zerofrom-derive"
19956version = "0.1.6"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19959dependencies = [
19960 "proc-macro2",
19961 "quote",
19962 "syn 2.0.101",
19963 "synstructure",
19964]
19965
19966[[package]]
19967name = "zeroize"
19968version = "1.8.1"
19969source = "registry+https://github.com/rust-lang/crates.io-index"
19970checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19971dependencies = [
19972 "zeroize_derive",
19973]
19974
19975[[package]]
19976name = "zeroize_derive"
19977version = "1.4.2"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19980dependencies = [
19981 "proc-macro2",
19982 "quote",
19983 "syn 2.0.101",
19984]
19985
19986[[package]]
19987name = "zeromq"
19988version = "0.5.0-pre"
19989source = "registry+https://github.com/rust-lang/crates.io-index"
19990checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19991dependencies = [
19992 "async-dispatcher",
19993 "async-std",
19994 "async-trait",
19995 "asynchronous-codec",
19996 "bytes 1.10.1",
19997 "crossbeam-queue",
19998 "dashmap 5.5.3",
19999 "futures 0.3.31",
20000 "log",
20001 "num-traits",
20002 "once_cell",
20003 "parking_lot",
20004 "rand 0.8.5",
20005 "regex",
20006 "thiserror 1.0.69",
20007 "uuid",
20008]
20009
20010[[package]]
20011name = "zerovec"
20012version = "0.10.4"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20015dependencies = [
20016 "yoke",
20017 "zerofrom",
20018 "zerovec-derive",
20019]
20020
20021[[package]]
20022name = "zerovec-derive"
20023version = "0.10.3"
20024source = "registry+https://github.com/rust-lang/crates.io-index"
20025checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20026dependencies = [
20027 "proc-macro2",
20028 "quote",
20029 "syn 2.0.101",
20030]
20031
20032[[package]]
20033name = "zeta"
20034version = "0.1.0"
20035dependencies = [
20036 "anyhow",
20037 "arrayvec",
20038 "call",
20039 "client",
20040 "clock",
20041 "collections",
20042 "command_palette_hooks",
20043 "ctor",
20044 "db",
20045 "editor",
20046 "env_logger 0.11.8",
20047 "feature_flags",
20048 "fs",
20049 "futures 0.3.31",
20050 "gpui",
20051 "http_client",
20052 "indoc",
20053 "inline_completion",
20054 "language",
20055 "language_model",
20056 "log",
20057 "menu",
20058 "migrator",
20059 "paths",
20060 "postage",
20061 "project",
20062 "proto",
20063 "regex",
20064 "release_channel",
20065 "reqwest_client",
20066 "rpc",
20067 "serde",
20068 "serde_json",
20069 "settings",
20070 "telemetry",
20071 "telemetry_events",
20072 "theme",
20073 "thiserror 2.0.12",
20074 "tree-sitter-go",
20075 "tree-sitter-rust",
20076 "ui",
20077 "unindent",
20078 "util",
20079 "uuid",
20080 "workspace",
20081 "workspace-hack",
20082 "worktree",
20083 "zed_actions",
20084 "zed_llm_client",
20085]
20086
20087[[package]]
20088name = "zip"
20089version = "0.6.6"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20092dependencies = [
20093 "aes",
20094 "byteorder",
20095 "bzip2",
20096 "constant_time_eq 0.1.5",
20097 "crc32fast",
20098 "crossbeam-utils",
20099 "flate2",
20100 "hmac",
20101 "pbkdf2 0.11.0",
20102 "sha1",
20103 "time",
20104 "zstd",
20105]
20106
20107[[package]]
20108name = "zlib-rs"
20109version = "0.5.0"
20110source = "registry+https://github.com/rust-lang/crates.io-index"
20111checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20112
20113[[package]]
20114name = "zlog"
20115version = "0.1.0"
20116dependencies = [
20117 "anyhow",
20118 "chrono",
20119 "log",
20120 "tempfile",
20121 "workspace-hack",
20122]
20123
20124[[package]]
20125name = "zlog_settings"
20126version = "0.1.0"
20127dependencies = [
20128 "anyhow",
20129 "gpui",
20130 "schemars",
20131 "serde",
20132 "settings",
20133 "workspace-hack",
20134 "zlog",
20135]
20136
20137[[package]]
20138name = "zstd"
20139version = "0.11.2+zstd.1.5.2"
20140source = "registry+https://github.com/rust-lang/crates.io-index"
20141checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20142dependencies = [
20143 "zstd-safe",
20144]
20145
20146[[package]]
20147name = "zstd-safe"
20148version = "5.0.2+zstd.1.5.2"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20151dependencies = [
20152 "libc",
20153 "zstd-sys",
20154]
20155
20156[[package]]
20157name = "zstd-sys"
20158version = "2.0.15+zstd.1.5.7"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20161dependencies = [
20162 "cc",
20163 "pkg-config",
20164]
20165
20166[[package]]
20167name = "zune-core"
20168version = "0.4.12"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20171
20172[[package]]
20173name = "zune-inflate"
20174version = "0.2.54"
20175source = "registry+https://github.com/rust-lang/crates.io-index"
20176checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20177dependencies = [
20178 "simd-adler32",
20179]
20180
20181[[package]]
20182name = "zune-jpeg"
20183version = "0.4.14"
20184source = "registry+https://github.com/rust-lang/crates.io-index"
20185checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20186dependencies = [
20187 "zune-core",
20188]
20189
20190[[package]]
20191name = "zvariant"
20192version = "5.4.0"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20195dependencies = [
20196 "endi",
20197 "enumflags2",
20198 "serde",
20199 "static_assertions",
20200 "url",
20201 "winnow",
20202 "zvariant_derive",
20203 "zvariant_utils",
20204]
20205
20206[[package]]
20207name = "zvariant_derive"
20208version = "5.4.0"
20209source = "registry+https://github.com/rust-lang/crates.io-index"
20210checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20211dependencies = [
20212 "proc-macro-crate",
20213 "proc-macro2",
20214 "quote",
20215 "syn 2.0.101",
20216 "zvariant_utils",
20217]
20218
20219[[package]]
20220name = "zvariant_utils"
20221version = "3.2.0"
20222source = "registry+https://github.com/rust-lang/crates.io-index"
20223checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20224dependencies = [
20225 "proc-macro2",
20226 "quote",
20227 "serde",
20228 "static_assertions",
20229 "syn 2.0.101",
20230 "winnow",
20231]