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 "dap_adapters",
3006 "dashmap 6.1.0",
3007 "debugger_ui",
3008 "derive_more",
3009 "editor",
3010 "env_logger 0.11.8",
3011 "envy",
3012 "extension",
3013 "file_finder",
3014 "fs",
3015 "futures 0.3.31",
3016 "git",
3017 "git_hosting_providers",
3018 "git_ui",
3019 "gpui",
3020 "gpui_tokio",
3021 "hex",
3022 "http_client",
3023 "hyper 0.14.32",
3024 "indoc",
3025 "jsonwebtoken",
3026 "language",
3027 "language_model",
3028 "livekit_api",
3029 "livekit_client",
3030 "log",
3031 "lsp",
3032 "menu",
3033 "multi_buffer",
3034 "nanoid",
3035 "node_runtime",
3036 "notifications",
3037 "parking_lot",
3038 "pretty_assertions",
3039 "project",
3040 "prometheus",
3041 "prompt_store",
3042 "prost 0.9.0",
3043 "rand 0.8.5",
3044 "recent_projects",
3045 "release_channel",
3046 "remote",
3047 "remote_server",
3048 "reqwest 0.11.27",
3049 "reqwest_client",
3050 "rpc",
3051 "rustc-demangle",
3052 "scrypt",
3053 "sea-orm",
3054 "semantic_version",
3055 "semver",
3056 "serde",
3057 "serde_derive",
3058 "serde_json",
3059 "session",
3060 "settings",
3061 "sha2",
3062 "sqlx",
3063 "strum 0.27.1",
3064 "subtle",
3065 "supermaven_api",
3066 "task",
3067 "telemetry_events",
3068 "text",
3069 "theme",
3070 "thiserror 2.0.12",
3071 "time",
3072 "tokio",
3073 "toml 0.8.20",
3074 "tower 0.4.13",
3075 "tower-http 0.4.4",
3076 "tracing",
3077 "tracing-subscriber",
3078 "unindent",
3079 "util",
3080 "uuid",
3081 "workspace",
3082 "workspace-hack",
3083 "worktree",
3084 "zed_llm_client",
3085]
3086
3087[[package]]
3088name = "collab_ui"
3089version = "0.1.0"
3090dependencies = [
3091 "anyhow",
3092 "call",
3093 "channel",
3094 "chrono",
3095 "client",
3096 "collections",
3097 "db",
3098 "editor",
3099 "emojis",
3100 "futures 0.3.31",
3101 "fuzzy",
3102 "gpui",
3103 "http_client",
3104 "language",
3105 "log",
3106 "menu",
3107 "notifications",
3108 "picker",
3109 "pretty_assertions",
3110 "project",
3111 "release_channel",
3112 "rich_text",
3113 "rpc",
3114 "schemars",
3115 "serde",
3116 "serde_derive",
3117 "serde_json",
3118 "settings",
3119 "smallvec",
3120 "story",
3121 "telemetry",
3122 "theme",
3123 "time",
3124 "time_format",
3125 "title_bar",
3126 "tree-sitter-md",
3127 "ui",
3128 "util",
3129 "workspace",
3130 "workspace-hack",
3131]
3132
3133[[package]]
3134name = "collections"
3135version = "0.1.0"
3136dependencies = [
3137 "indexmap",
3138 "rustc-hash 2.1.1",
3139 "workspace-hack",
3140]
3141
3142[[package]]
3143name = "color_quant"
3144version = "1.1.0"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3147
3148[[package]]
3149name = "colorchoice"
3150version = "1.0.3"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3153
3154[[package]]
3155name = "combine"
3156version = "4.6.7"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3159dependencies = [
3160 "bytes 1.10.1",
3161 "memchr",
3162]
3163
3164[[package]]
3165name = "command_palette"
3166version = "0.1.0"
3167dependencies = [
3168 "anyhow",
3169 "client",
3170 "collections",
3171 "command_palette_hooks",
3172 "ctor",
3173 "db",
3174 "editor",
3175 "env_logger 0.11.8",
3176 "fuzzy",
3177 "go_to_line",
3178 "gpui",
3179 "language",
3180 "log",
3181 "menu",
3182 "picker",
3183 "postage",
3184 "project",
3185 "serde",
3186 "serde_json",
3187 "settings",
3188 "telemetry",
3189 "theme",
3190 "time",
3191 "ui",
3192 "util",
3193 "workspace",
3194 "workspace-hack",
3195 "zed_actions",
3196]
3197
3198[[package]]
3199name = "command_palette_hooks"
3200version = "0.1.0"
3201dependencies = [
3202 "collections",
3203 "derive_more",
3204 "gpui",
3205 "workspace-hack",
3206]
3207
3208[[package]]
3209name = "component"
3210version = "0.1.0"
3211dependencies = [
3212 "collections",
3213 "gpui",
3214 "inventory",
3215 "parking_lot",
3216 "strum 0.27.1",
3217 "theme",
3218 "workspace-hack",
3219]
3220
3221[[package]]
3222name = "concurrent-queue"
3223version = "2.5.0"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3226dependencies = [
3227 "crossbeam-utils",
3228]
3229
3230[[package]]
3231name = "console"
3232version = "0.15.11"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3235dependencies = [
3236 "encode_unicode",
3237 "libc",
3238 "once_cell",
3239 "unicode-width 0.2.0",
3240 "windows-sys 0.59.0",
3241]
3242
3243[[package]]
3244name = "const-oid"
3245version = "0.9.6"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3248
3249[[package]]
3250name = "const-random"
3251version = "0.1.18"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3254dependencies = [
3255 "const-random-macro",
3256]
3257
3258[[package]]
3259name = "const-random-macro"
3260version = "0.1.16"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3263dependencies = [
3264 "getrandom 0.2.15",
3265 "once_cell",
3266 "tiny-keccak",
3267]
3268
3269[[package]]
3270name = "constant_time_eq"
3271version = "0.1.5"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3274
3275[[package]]
3276name = "constant_time_eq"
3277version = "0.3.1"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3280
3281[[package]]
3282name = "context_server"
3283version = "0.1.0"
3284dependencies = [
3285 "anyhow",
3286 "async-trait",
3287 "collections",
3288 "futures 0.3.31",
3289 "gpui",
3290 "log",
3291 "parking_lot",
3292 "postage",
3293 "schemars",
3294 "serde",
3295 "serde_json",
3296 "smol",
3297 "url",
3298 "util",
3299 "workspace-hack",
3300]
3301
3302[[package]]
3303name = "convert_case"
3304version = "0.4.0"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3307
3308[[package]]
3309name = "convert_case"
3310version = "0.6.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3313dependencies = [
3314 "unicode-segmentation",
3315]
3316
3317[[package]]
3318name = "convert_case"
3319version = "0.8.0"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3322dependencies = [
3323 "unicode-segmentation",
3324]
3325
3326[[package]]
3327name = "copilot"
3328version = "0.1.0"
3329dependencies = [
3330 "anyhow",
3331 "async-std",
3332 "chrono",
3333 "client",
3334 "clock",
3335 "collections",
3336 "command_palette_hooks",
3337 "ctor",
3338 "editor",
3339 "env_logger 0.11.8",
3340 "fs",
3341 "futures 0.3.31",
3342 "gpui",
3343 "http_client",
3344 "indoc",
3345 "inline_completion",
3346 "itertools 0.14.0",
3347 "language",
3348 "log",
3349 "lsp",
3350 "menu",
3351 "node_runtime",
3352 "parking_lot",
3353 "paths",
3354 "project",
3355 "rpc",
3356 "serde",
3357 "serde_json",
3358 "settings",
3359 "task",
3360 "theme",
3361 "ui",
3362 "util",
3363 "workspace",
3364 "workspace-hack",
3365]
3366
3367[[package]]
3368name = "core-foundation"
3369version = "0.9.4"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3372dependencies = [
3373 "core-foundation-sys",
3374 "libc",
3375]
3376
3377[[package]]
3378name = "core-foundation"
3379version = "0.10.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3382dependencies = [
3383 "core-foundation-sys",
3384 "libc",
3385]
3386
3387[[package]]
3388name = "core-foundation-sys"
3389version = "0.8.7"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3392
3393[[package]]
3394name = "core-graphics"
3395version = "0.23.2"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3398dependencies = [
3399 "bitflags 1.3.2",
3400 "core-foundation 0.9.4",
3401 "core-graphics-types 0.1.3",
3402 "foreign-types 0.5.0",
3403 "libc",
3404]
3405
3406[[package]]
3407name = "core-graphics"
3408version = "0.24.0"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3411dependencies = [
3412 "bitflags 2.9.0",
3413 "core-foundation 0.10.0",
3414 "core-graphics-types 0.2.0",
3415 "foreign-types 0.5.0",
3416 "libc",
3417]
3418
3419[[package]]
3420name = "core-graphics-helmer-fork"
3421version = "0.24.0"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3424dependencies = [
3425 "bitflags 2.9.0",
3426 "core-foundation 0.9.4",
3427 "core-graphics-types 0.1.3",
3428 "foreign-types 0.5.0",
3429 "libc",
3430]
3431
3432[[package]]
3433name = "core-graphics-types"
3434version = "0.1.3"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3437dependencies = [
3438 "bitflags 1.3.2",
3439 "core-foundation 0.9.4",
3440 "libc",
3441]
3442
3443[[package]]
3444name = "core-graphics-types"
3445version = "0.2.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3448dependencies = [
3449 "bitflags 2.9.0",
3450 "core-foundation 0.10.0",
3451 "libc",
3452]
3453
3454[[package]]
3455name = "core-graphics2"
3456version = "0.4.1"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3459dependencies = [
3460 "bitflags 2.9.0",
3461 "block",
3462 "cfg-if",
3463 "core-foundation 0.10.0",
3464 "libc",
3465]
3466
3467[[package]]
3468name = "core-services"
3469version = "0.2.1"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3472dependencies = [
3473 "core-foundation 0.9.4",
3474]
3475
3476[[package]]
3477name = "core-text"
3478version = "21.0.0"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3481dependencies = [
3482 "core-foundation 0.10.0",
3483 "core-graphics 0.24.0",
3484 "foreign-types 0.5.0",
3485 "libc",
3486]
3487
3488[[package]]
3489name = "core-video"
3490version = "0.4.3"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3493dependencies = [
3494 "block",
3495 "core-foundation 0.10.0",
3496 "core-graphics2",
3497 "io-surface",
3498 "libc",
3499 "metal",
3500]
3501
3502[[package]]
3503name = "core_maths"
3504version = "0.1.1"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3507dependencies = [
3508 "libm",
3509]
3510
3511[[package]]
3512name = "coreaudio-rs"
3513version = "0.11.3"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3516dependencies = [
3517 "bitflags 1.3.2",
3518 "core-foundation-sys",
3519 "coreaudio-sys",
3520]
3521
3522[[package]]
3523name = "coreaudio-rs"
3524version = "0.12.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3527dependencies = [
3528 "bitflags 1.3.2",
3529 "core-foundation-sys",
3530 "coreaudio-sys",
3531]
3532
3533[[package]]
3534name = "coreaudio-sys"
3535version = "0.2.16"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3538dependencies = [
3539 "bindgen 0.70.1",
3540]
3541
3542[[package]]
3543name = "cosmic-text"
3544version = "0.14.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3547dependencies = [
3548 "bitflags 2.9.0",
3549 "fontdb 0.16.2",
3550 "log",
3551 "rangemap",
3552 "rustc-hash 1.1.0",
3553 "rustybuzz 0.14.1",
3554 "self_cell",
3555 "smol_str 0.2.2",
3556 "swash",
3557 "sys-locale",
3558 "ttf-parser 0.21.1",
3559 "unicode-bidi",
3560 "unicode-linebreak",
3561 "unicode-script",
3562 "unicode-segmentation",
3563]
3564
3565[[package]]
3566name = "cpal"
3567version = "0.15.3"
3568source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3569dependencies = [
3570 "alsa",
3571 "core-foundation-sys",
3572 "coreaudio-rs 0.11.3",
3573 "dasp_sample",
3574 "jni",
3575 "js-sys",
3576 "libc",
3577 "mach2",
3578 "ndk",
3579 "ndk-context",
3580 "oboe",
3581 "wasm-bindgen",
3582 "wasm-bindgen-futures",
3583 "web-sys",
3584 "windows 0.54.0",
3585]
3586
3587[[package]]
3588name = "cpp_demangle"
3589version = "0.4.4"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3592dependencies = [
3593 "cfg-if",
3594]
3595
3596[[package]]
3597name = "cpufeatures"
3598version = "0.2.17"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3601dependencies = [
3602 "libc",
3603]
3604
3605[[package]]
3606name = "cranelift-bforest"
3607version = "0.116.1"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3610dependencies = [
3611 "cranelift-entity",
3612]
3613
3614[[package]]
3615name = "cranelift-bitset"
3616version = "0.116.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3619dependencies = [
3620 "serde",
3621 "serde_derive",
3622]
3623
3624[[package]]
3625name = "cranelift-codegen"
3626version = "0.116.1"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3629dependencies = [
3630 "bumpalo",
3631 "cranelift-bforest",
3632 "cranelift-bitset",
3633 "cranelift-codegen-meta",
3634 "cranelift-codegen-shared",
3635 "cranelift-control",
3636 "cranelift-entity",
3637 "cranelift-isle",
3638 "gimli",
3639 "hashbrown 0.14.5",
3640 "log",
3641 "postcard",
3642 "regalloc2",
3643 "rustc-hash 2.1.1",
3644 "serde",
3645 "serde_derive",
3646 "sha2",
3647 "smallvec",
3648 "target-lexicon 0.13.2",
3649]
3650
3651[[package]]
3652name = "cranelift-codegen-meta"
3653version = "0.116.1"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3656dependencies = [
3657 "cranelift-codegen-shared",
3658]
3659
3660[[package]]
3661name = "cranelift-codegen-shared"
3662version = "0.116.1"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3665
3666[[package]]
3667name = "cranelift-control"
3668version = "0.116.1"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3671dependencies = [
3672 "arbitrary",
3673]
3674
3675[[package]]
3676name = "cranelift-entity"
3677version = "0.116.1"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3680dependencies = [
3681 "cranelift-bitset",
3682 "serde",
3683 "serde_derive",
3684]
3685
3686[[package]]
3687name = "cranelift-frontend"
3688version = "0.116.1"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3691dependencies = [
3692 "cranelift-codegen",
3693 "log",
3694 "smallvec",
3695 "target-lexicon 0.13.2",
3696]
3697
3698[[package]]
3699name = "cranelift-isle"
3700version = "0.116.1"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3703
3704[[package]]
3705name = "cranelift-native"
3706version = "0.116.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3709dependencies = [
3710 "cranelift-codegen",
3711 "libc",
3712 "target-lexicon 0.13.2",
3713]
3714
3715[[package]]
3716name = "crc"
3717version = "3.2.1"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3720dependencies = [
3721 "crc-catalog",
3722]
3723
3724[[package]]
3725name = "crc-catalog"
3726version = "2.4.0"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3729
3730[[package]]
3731name = "crc32c"
3732version = "0.6.8"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3735dependencies = [
3736 "rustc_version",
3737]
3738
3739[[package]]
3740name = "crc32fast"
3741version = "1.4.2"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3744dependencies = [
3745 "cfg-if",
3746]
3747
3748[[package]]
3749name = "crc64fast-nvme"
3750version = "1.2.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3753dependencies = [
3754 "crc",
3755]
3756
3757[[package]]
3758name = "credentials_provider"
3759version = "0.1.0"
3760dependencies = [
3761 "anyhow",
3762 "futures 0.3.31",
3763 "gpui",
3764 "paths",
3765 "release_channel",
3766 "serde",
3767 "serde_json",
3768 "workspace-hack",
3769]
3770
3771[[package]]
3772name = "criterion"
3773version = "0.5.1"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3776dependencies = [
3777 "anes",
3778 "cast",
3779 "ciborium",
3780 "clap",
3781 "criterion-plot",
3782 "is-terminal",
3783 "itertools 0.10.5",
3784 "num-traits",
3785 "once_cell",
3786 "oorandom",
3787 "plotters",
3788 "rayon",
3789 "regex",
3790 "serde",
3791 "serde_derive",
3792 "serde_json",
3793 "tinytemplate",
3794 "walkdir",
3795]
3796
3797[[package]]
3798name = "criterion-plot"
3799version = "0.5.0"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3802dependencies = [
3803 "cast",
3804 "itertools 0.10.5",
3805]
3806
3807[[package]]
3808name = "crossbeam-channel"
3809version = "0.5.15"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3812dependencies = [
3813 "crossbeam-utils",
3814]
3815
3816[[package]]
3817name = "crossbeam-deque"
3818version = "0.8.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3821dependencies = [
3822 "crossbeam-epoch",
3823 "crossbeam-utils",
3824]
3825
3826[[package]]
3827name = "crossbeam-epoch"
3828version = "0.9.18"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3831dependencies = [
3832 "crossbeam-utils",
3833]
3834
3835[[package]]
3836name = "crossbeam-queue"
3837version = "0.3.12"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3840dependencies = [
3841 "crossbeam-utils",
3842]
3843
3844[[package]]
3845name = "crossbeam-utils"
3846version = "0.8.21"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3849
3850[[package]]
3851name = "crunchy"
3852version = "0.2.3"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3855
3856[[package]]
3857name = "crypto-bigint"
3858version = "0.4.9"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3861dependencies = [
3862 "generic-array",
3863 "rand_core 0.6.4",
3864 "subtle",
3865 "zeroize",
3866]
3867
3868[[package]]
3869name = "crypto-bigint"
3870version = "0.5.5"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3873dependencies = [
3874 "rand_core 0.6.4",
3875 "subtle",
3876]
3877
3878[[package]]
3879name = "crypto-common"
3880version = "0.1.6"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3883dependencies = [
3884 "generic-array",
3885 "rand_core 0.6.4",
3886 "typenum",
3887]
3888
3889[[package]]
3890name = "cssparser"
3891version = "0.35.0"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3894dependencies = [
3895 "cssparser-macros",
3896 "dtoa-short",
3897 "itoa",
3898 "phf",
3899 "smallvec",
3900]
3901
3902[[package]]
3903name = "cssparser-macros"
3904version = "0.6.1"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3907dependencies = [
3908 "quote",
3909 "syn 2.0.101",
3910]
3911
3912[[package]]
3913name = "ctor"
3914version = "0.4.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3917dependencies = [
3918 "ctor-proc-macro",
3919 "dtor",
3920]
3921
3922[[package]]
3923name = "ctor-proc-macro"
3924version = "0.0.5"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3927
3928[[package]]
3929name = "ctrlc"
3930version = "3.4.6"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3933dependencies = [
3934 "nix 0.29.0",
3935 "windows-sys 0.59.0",
3936]
3937
3938[[package]]
3939name = "cursor-icon"
3940version = "1.1.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3943
3944[[package]]
3945name = "cxx"
3946version = "1.0.157"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3949dependencies = [
3950 "cc",
3951 "cxxbridge-cmd",
3952 "cxxbridge-flags",
3953 "cxxbridge-macro",
3954 "foldhash",
3955 "link-cplusplus",
3956]
3957
3958[[package]]
3959name = "cxx-build"
3960version = "1.0.157"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3963dependencies = [
3964 "cc",
3965 "codespan-reporting 0.12.0",
3966 "proc-macro2",
3967 "quote",
3968 "scratch",
3969 "syn 2.0.101",
3970]
3971
3972[[package]]
3973name = "cxxbridge-cmd"
3974version = "1.0.157"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3977dependencies = [
3978 "clap",
3979 "codespan-reporting 0.12.0",
3980 "proc-macro2",
3981 "quote",
3982 "syn 2.0.101",
3983]
3984
3985[[package]]
3986name = "cxxbridge-flags"
3987version = "1.0.157"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3990
3991[[package]]
3992name = "cxxbridge-macro"
3993version = "1.0.157"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3996dependencies = [
3997 "proc-macro2",
3998 "quote",
3999 "rustversion",
4000 "syn 2.0.101",
4001]
4002
4003[[package]]
4004name = "dap"
4005version = "0.1.0"
4006dependencies = [
4007 "anyhow",
4008 "async-compression",
4009 "async-pipe",
4010 "async-tar",
4011 "async-trait",
4012 "client",
4013 "collections",
4014 "dap-types",
4015 "env_logger 0.11.8",
4016 "fs",
4017 "futures 0.3.31",
4018 "gpui",
4019 "http_client",
4020 "language",
4021 "log",
4022 "node_runtime",
4023 "parking_lot",
4024 "paths",
4025 "proto",
4026 "schemars",
4027 "serde",
4028 "serde_json",
4029 "settings",
4030 "smallvec",
4031 "smol",
4032 "task",
4033 "util",
4034 "workspace-hack",
4035]
4036
4037[[package]]
4038name = "dap-types"
4039version = "0.0.1"
4040source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
4041dependencies = [
4042 "schemars",
4043 "serde",
4044 "serde_json",
4045]
4046
4047[[package]]
4048name = "dap_adapters"
4049version = "0.1.0"
4050dependencies = [
4051 "anyhow",
4052 "async-trait",
4053 "dap",
4054 "futures 0.3.31",
4055 "gpui",
4056 "language",
4057 "paths",
4058 "serde",
4059 "serde_json",
4060 "smol",
4061 "task",
4062 "util",
4063 "workspace-hack",
4064]
4065
4066[[package]]
4067name = "darling"
4068version = "0.20.11"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4071dependencies = [
4072 "darling_core",
4073 "darling_macro",
4074]
4075
4076[[package]]
4077name = "darling_core"
4078version = "0.20.11"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4081dependencies = [
4082 "fnv",
4083 "ident_case",
4084 "proc-macro2",
4085 "quote",
4086 "strsim",
4087 "syn 2.0.101",
4088]
4089
4090[[package]]
4091name = "darling_macro"
4092version = "0.20.11"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4095dependencies = [
4096 "darling_core",
4097 "quote",
4098 "syn 2.0.101",
4099]
4100
4101[[package]]
4102name = "dashmap"
4103version = "5.5.3"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4106dependencies = [
4107 "cfg-if",
4108 "hashbrown 0.14.5",
4109 "lock_api",
4110 "once_cell",
4111 "parking_lot_core",
4112]
4113
4114[[package]]
4115name = "dashmap"
4116version = "6.1.0"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4119dependencies = [
4120 "cfg-if",
4121 "crossbeam-utils",
4122 "hashbrown 0.14.5",
4123 "lock_api",
4124 "once_cell",
4125 "parking_lot_core",
4126]
4127
4128[[package]]
4129name = "dasp_sample"
4130version = "0.11.0"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4133
4134[[package]]
4135name = "data-encoding"
4136version = "2.9.0"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4139
4140[[package]]
4141name = "data-url"
4142version = "0.3.1"
4143source = "registry+https://github.com/rust-lang/crates.io-index"
4144checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4145
4146[[package]]
4147name = "db"
4148version = "0.1.0"
4149dependencies = [
4150 "anyhow",
4151 "gpui",
4152 "indoc",
4153 "log",
4154 "paths",
4155 "release_channel",
4156 "smol",
4157 "sqlez",
4158 "sqlez_macros",
4159 "tempfile",
4160 "util",
4161 "workspace-hack",
4162]
4163
4164[[package]]
4165name = "dbus"
4166version = "0.9.7"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4169dependencies = [
4170 "libc",
4171 "libdbus-sys",
4172 "winapi",
4173]
4174
4175[[package]]
4176name = "debug_adapter_extension"
4177version = "0.1.0"
4178dependencies = [
4179 "anyhow",
4180 "async-trait",
4181 "dap",
4182 "extension",
4183 "gpui",
4184 "serde_json",
4185 "task",
4186 "workspace-hack",
4187]
4188
4189[[package]]
4190name = "debugger_tools"
4191version = "0.1.0"
4192dependencies = [
4193 "anyhow",
4194 "dap",
4195 "editor",
4196 "futures 0.3.31",
4197 "gpui",
4198 "project",
4199 "serde_json",
4200 "settings",
4201 "smol",
4202 "util",
4203 "workspace",
4204 "workspace-hack",
4205]
4206
4207[[package]]
4208name = "debugger_ui"
4209version = "0.1.0"
4210dependencies = [
4211 "anyhow",
4212 "client",
4213 "collections",
4214 "command_palette_hooks",
4215 "dap",
4216 "dap_adapters",
4217 "db",
4218 "debugger_tools",
4219 "editor",
4220 "env_logger 0.11.8",
4221 "feature_flags",
4222 "file_icons",
4223 "futures 0.3.31",
4224 "fuzzy",
4225 "gpui",
4226 "language",
4227 "log",
4228 "menu",
4229 "parking_lot",
4230 "paths",
4231 "picker",
4232 "pretty_assertions",
4233 "project",
4234 "rpc",
4235 "serde",
4236 "serde_json",
4237 "settings",
4238 "shlex",
4239 "sysinfo",
4240 "task",
4241 "tasks_ui",
4242 "terminal_view",
4243 "theme",
4244 "ui",
4245 "unindent",
4246 "util",
4247 "workspace",
4248 "workspace-hack",
4249]
4250
4251[[package]]
4252name = "deepseek"
4253version = "0.1.0"
4254dependencies = [
4255 "anyhow",
4256 "futures 0.3.31",
4257 "http_client",
4258 "schemars",
4259 "serde",
4260 "serde_json",
4261 "workspace-hack",
4262]
4263
4264[[package]]
4265name = "deflate64"
4266version = "0.1.9"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4269
4270[[package]]
4271name = "der"
4272version = "0.6.1"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4275dependencies = [
4276 "const-oid",
4277 "zeroize",
4278]
4279
4280[[package]]
4281name = "der"
4282version = "0.7.10"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4285dependencies = [
4286 "const-oid",
4287 "pem-rfc7468",
4288 "zeroize",
4289]
4290
4291[[package]]
4292name = "deranged"
4293version = "0.4.0"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4296dependencies = [
4297 "powerfmt",
4298 "serde",
4299]
4300
4301[[package]]
4302name = "derive_builder"
4303version = "0.20.2"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4306dependencies = [
4307 "derive_builder_macro",
4308]
4309
4310[[package]]
4311name = "derive_builder_core"
4312version = "0.20.2"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4315dependencies = [
4316 "darling",
4317 "proc-macro2",
4318 "quote",
4319 "syn 2.0.101",
4320]
4321
4322[[package]]
4323name = "derive_builder_macro"
4324version = "0.20.2"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4327dependencies = [
4328 "derive_builder_core",
4329 "syn 2.0.101",
4330]
4331
4332[[package]]
4333name = "derive_more"
4334version = "0.99.19"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4337dependencies = [
4338 "convert_case 0.4.0",
4339 "proc-macro2",
4340 "quote",
4341 "rustc_version",
4342 "syn 2.0.101",
4343]
4344
4345[[package]]
4346name = "derive_refineable"
4347version = "0.1.0"
4348dependencies = [
4349 "proc-macro2",
4350 "quote",
4351 "syn 1.0.109",
4352 "workspace-hack",
4353]
4354
4355[[package]]
4356name = "diagnostics"
4357version = "0.1.0"
4358dependencies = [
4359 "anyhow",
4360 "client",
4361 "collections",
4362 "component",
4363 "ctor",
4364 "editor",
4365 "env_logger 0.11.8",
4366 "futures 0.3.31",
4367 "gpui",
4368 "indoc",
4369 "language",
4370 "log",
4371 "lsp",
4372 "markdown",
4373 "pretty_assertions",
4374 "project",
4375 "rand 0.8.5",
4376 "serde",
4377 "serde_json",
4378 "settings",
4379 "text",
4380 "theme",
4381 "ui",
4382 "unindent",
4383 "util",
4384 "workspace",
4385 "workspace-hack",
4386]
4387
4388[[package]]
4389name = "dialoguer"
4390version = "0.11.0"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4393dependencies = [
4394 "console",
4395 "fuzzy-matcher",
4396 "shell-words",
4397 "tempfile",
4398 "thiserror 1.0.69",
4399 "zeroize",
4400]
4401
4402[[package]]
4403name = "diff"
4404version = "0.1.13"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4407
4408[[package]]
4409name = "digest"
4410version = "0.10.7"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4413dependencies = [
4414 "block-buffer",
4415 "const-oid",
4416 "crypto-common",
4417 "subtle",
4418]
4419
4420[[package]]
4421name = "dirs"
4422version = "4.0.0"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4425dependencies = [
4426 "dirs-sys 0.3.7",
4427]
4428
4429[[package]]
4430name = "dirs"
4431version = "5.0.1"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4434dependencies = [
4435 "dirs-sys 0.4.1",
4436]
4437
4438[[package]]
4439name = "dirs"
4440version = "6.0.0"
4441source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4443dependencies = [
4444 "dirs-sys 0.5.0",
4445]
4446
4447[[package]]
4448name = "dirs-sys"
4449version = "0.3.7"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4452dependencies = [
4453 "libc",
4454 "redox_users 0.4.6",
4455 "winapi",
4456]
4457
4458[[package]]
4459name = "dirs-sys"
4460version = "0.4.1"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4463dependencies = [
4464 "libc",
4465 "option-ext",
4466 "redox_users 0.4.6",
4467 "windows-sys 0.48.0",
4468]
4469
4470[[package]]
4471name = "dirs-sys"
4472version = "0.5.0"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4475dependencies = [
4476 "libc",
4477 "option-ext",
4478 "redox_users 0.5.0",
4479 "windows-sys 0.59.0",
4480]
4481
4482[[package]]
4483name = "dispatch"
4484version = "0.2.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4487
4488[[package]]
4489name = "dispatch2"
4490version = "0.3.0"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4493dependencies = [
4494 "bitflags 2.9.0",
4495 "objc2",
4496]
4497
4498[[package]]
4499name = "displaydoc"
4500version = "0.2.5"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4503dependencies = [
4504 "proc-macro2",
4505 "quote",
4506 "syn 2.0.101",
4507]
4508
4509[[package]]
4510name = "dlib"
4511version = "0.5.2"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4514dependencies = [
4515 "libloading",
4516]
4517
4518[[package]]
4519name = "docs_preprocessor"
4520version = "0.1.0"
4521dependencies = [
4522 "anyhow",
4523 "clap",
4524 "mdbook",
4525 "regex",
4526 "serde",
4527 "serde_json",
4528 "settings",
4529 "util",
4530 "workspace-hack",
4531]
4532
4533[[package]]
4534name = "documented"
4535version = "0.9.1"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4538dependencies = [
4539 "documented-macros",
4540 "phf",
4541 "thiserror 1.0.69",
4542]
4543
4544[[package]]
4545name = "documented-macros"
4546version = "0.9.1"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4549dependencies = [
4550 "convert_case 0.6.0",
4551 "itertools 0.13.0",
4552 "optfield",
4553 "proc-macro2",
4554 "quote",
4555 "strum 0.26.3",
4556 "syn 2.0.101",
4557]
4558
4559[[package]]
4560name = "dotenv"
4561version = "0.15.0"
4562source = "registry+https://github.com/rust-lang/crates.io-index"
4563checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4564
4565[[package]]
4566name = "dotenvy"
4567version = "0.15.7"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4570
4571[[package]]
4572name = "downcast-rs"
4573version = "1.2.1"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4576
4577[[package]]
4578name = "doxygen-rs"
4579version = "0.4.2"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4582dependencies = [
4583 "phf",
4584]
4585
4586[[package]]
4587name = "dtoa"
4588version = "1.0.10"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4591
4592[[package]]
4593name = "dtoa-short"
4594version = "0.3.5"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4597dependencies = [
4598 "dtoa",
4599]
4600
4601[[package]]
4602name = "dtor"
4603version = "0.0.6"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4606dependencies = [
4607 "dtor-proc-macro",
4608]
4609
4610[[package]]
4611name = "dtor-proc-macro"
4612version = "0.0.5"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4615
4616[[package]]
4617name = "dunce"
4618version = "1.0.5"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4621
4622[[package]]
4623name = "dwrote"
4624version = "0.11.3"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4627dependencies = [
4628 "lazy_static",
4629 "libc",
4630 "winapi",
4631 "wio",
4632]
4633
4634[[package]]
4635name = "dyn-clone"
4636version = "1.0.19"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4639
4640[[package]]
4641name = "ec4rs"
4642version = "1.2.0"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4645
4646[[package]]
4647name = "ecdsa"
4648version = "0.14.8"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4651dependencies = [
4652 "der 0.6.1",
4653 "elliptic-curve",
4654 "rfc6979",
4655 "signature 1.6.4",
4656]
4657
4658[[package]]
4659name = "editor"
4660version = "0.1.0"
4661dependencies = [
4662 "aho-corasick",
4663 "anyhow",
4664 "assets",
4665 "buffer_diff",
4666 "client",
4667 "clock",
4668 "collections",
4669 "command_palette_hooks",
4670 "convert_case 0.8.0",
4671 "ctor",
4672 "db",
4673 "emojis",
4674 "env_logger 0.11.8",
4675 "feature_flags",
4676 "file_icons",
4677 "fs",
4678 "futures 0.3.31",
4679 "fuzzy",
4680 "git",
4681 "gpui",
4682 "http_client",
4683 "indoc",
4684 "inline_completion",
4685 "itertools 0.14.0",
4686 "language",
4687 "languages",
4688 "linkify",
4689 "log",
4690 "lsp",
4691 "markdown",
4692 "menu",
4693 "multi_buffer",
4694 "ordered-float 2.10.1",
4695 "parking_lot",
4696 "pretty_assertions",
4697 "project",
4698 "rand 0.8.5",
4699 "release_channel",
4700 "rpc",
4701 "schemars",
4702 "serde",
4703 "serde_json",
4704 "settings",
4705 "smallvec",
4706 "smol",
4707 "snippet",
4708 "sum_tree",
4709 "task",
4710 "telemetry",
4711 "tempfile",
4712 "text",
4713 "theme",
4714 "time",
4715 "tree-sitter-html",
4716 "tree-sitter-python",
4717 "tree-sitter-rust",
4718 "tree-sitter-typescript",
4719 "ui",
4720 "unicode-script",
4721 "unicode-segmentation",
4722 "unindent",
4723 "url",
4724 "util",
4725 "uuid",
4726 "workspace",
4727 "workspace-hack",
4728 "zed_actions",
4729]
4730
4731[[package]]
4732name = "either"
4733version = "1.15.0"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4736dependencies = [
4737 "serde",
4738]
4739
4740[[package]]
4741name = "elasticlunr-rs"
4742version = "3.0.2"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4745dependencies = [
4746 "regex",
4747 "serde",
4748 "serde_derive",
4749 "serde_json",
4750]
4751
4752[[package]]
4753name = "elliptic-curve"
4754version = "0.12.3"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4757dependencies = [
4758 "base16ct",
4759 "crypto-bigint 0.4.9",
4760 "der 0.6.1",
4761 "digest",
4762 "ff",
4763 "generic-array",
4764 "group",
4765 "pkcs8 0.9.0",
4766 "rand_core 0.6.4",
4767 "sec1",
4768 "subtle",
4769 "zeroize",
4770]
4771
4772[[package]]
4773name = "email_address"
4774version = "0.2.9"
4775source = "registry+https://github.com/rust-lang/crates.io-index"
4776checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4777dependencies = [
4778 "serde",
4779]
4780
4781[[package]]
4782name = "embed-resource"
4783version = "3.0.2"
4784source = "registry+https://github.com/rust-lang/crates.io-index"
4785checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4786dependencies = [
4787 "cc",
4788 "memchr",
4789 "rustc_version",
4790 "toml 0.8.20",
4791 "vswhom",
4792 "winreg 0.52.0",
4793]
4794
4795[[package]]
4796name = "embedded-io"
4797version = "0.4.0"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4800
4801[[package]]
4802name = "embedded-io"
4803version = "0.6.1"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4806
4807[[package]]
4808name = "emojis"
4809version = "0.6.4"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4812dependencies = [
4813 "phf",
4814]
4815
4816[[package]]
4817name = "encode_unicode"
4818version = "1.0.0"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4821
4822[[package]]
4823name = "encoding_rs"
4824version = "0.8.35"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4827dependencies = [
4828 "cfg-if",
4829]
4830
4831[[package]]
4832name = "endi"
4833version = "1.1.0"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4836
4837[[package]]
4838name = "enumflags2"
4839version = "0.7.11"
4840source = "registry+https://github.com/rust-lang/crates.io-index"
4841checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4842dependencies = [
4843 "enumflags2_derive",
4844 "serde",
4845]
4846
4847[[package]]
4848name = "enumflags2_derive"
4849version = "0.7.11"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4852dependencies = [
4853 "proc-macro2",
4854 "quote",
4855 "syn 2.0.101",
4856]
4857
4858[[package]]
4859name = "env_filter"
4860version = "0.1.3"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4863dependencies = [
4864 "log",
4865 "regex",
4866]
4867
4868[[package]]
4869name = "env_logger"
4870version = "0.10.2"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4873dependencies = [
4874 "humantime",
4875 "is-terminal",
4876 "log",
4877 "regex",
4878 "termcolor",
4879]
4880
4881[[package]]
4882name = "env_logger"
4883version = "0.11.8"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4886dependencies = [
4887 "anstream",
4888 "anstyle",
4889 "env_filter",
4890 "jiff",
4891 "log",
4892]
4893
4894[[package]]
4895name = "envy"
4896version = "0.4.2"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4899dependencies = [
4900 "serde",
4901]
4902
4903[[package]]
4904name = "equivalent"
4905version = "1.0.2"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4908
4909[[package]]
4910name = "erased-serde"
4911version = "0.4.6"
4912source = "registry+https://github.com/rust-lang/crates.io-index"
4913checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4914dependencies = [
4915 "serde",
4916 "typeid",
4917]
4918
4919[[package]]
4920name = "errno"
4921version = "0.2.8"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4924dependencies = [
4925 "errno-dragonfly",
4926 "libc",
4927 "winapi",
4928]
4929
4930[[package]]
4931name = "errno"
4932version = "0.3.11"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4935dependencies = [
4936 "libc",
4937 "windows-sys 0.59.0",
4938]
4939
4940[[package]]
4941name = "errno-dragonfly"
4942version = "0.1.2"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4945dependencies = [
4946 "cc",
4947 "libc",
4948]
4949
4950[[package]]
4951name = "etagere"
4952version = "0.2.15"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4955dependencies = [
4956 "euclid",
4957 "svg_fmt",
4958]
4959
4960[[package]]
4961name = "etcetera"
4962version = "0.8.0"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4965dependencies = [
4966 "cfg-if",
4967 "home",
4968 "windows-sys 0.48.0",
4969]
4970
4971[[package]]
4972name = "euclid"
4973version = "0.22.11"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4976dependencies = [
4977 "num-traits",
4978]
4979
4980[[package]]
4981name = "eval"
4982version = "0.1.0"
4983dependencies = [
4984 "agent",
4985 "anyhow",
4986 "assistant_settings",
4987 "assistant_tool",
4988 "assistant_tools",
4989 "async-trait",
4990 "async-watch",
4991 "buffer_diff",
4992 "chrono",
4993 "clap",
4994 "client",
4995 "collections",
4996 "debug_adapter_extension",
4997 "dirs 4.0.0",
4998 "dotenv",
4999 "env_logger 0.11.8",
5000 "extension",
5001 "fs",
5002 "futures 0.3.31",
5003 "gpui",
5004 "gpui_tokio",
5005 "handlebars 4.5.0",
5006 "language",
5007 "language_extension",
5008 "language_model",
5009 "language_models",
5010 "languages",
5011 "markdown",
5012 "node_runtime",
5013 "pathdiff",
5014 "paths",
5015 "pretty_assertions",
5016 "project",
5017 "prompt_store",
5018 "regex",
5019 "release_channel",
5020 "reqwest_client",
5021 "serde",
5022 "serde_json",
5023 "settings",
5024 "shellexpand 2.1.2",
5025 "smol",
5026 "telemetry",
5027 "terminal_view",
5028 "toml 0.8.20",
5029 "unindent",
5030 "util",
5031 "uuid",
5032 "workspace-hack",
5033]
5034
5035[[package]]
5036name = "event-listener"
5037version = "2.5.3"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5040
5041[[package]]
5042name = "event-listener"
5043version = "5.4.0"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5046dependencies = [
5047 "concurrent-queue",
5048 "parking",
5049 "pin-project-lite",
5050]
5051
5052[[package]]
5053name = "event-listener-strategy"
5054version = "0.5.4"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5057dependencies = [
5058 "event-listener 5.4.0",
5059 "pin-project-lite",
5060]
5061
5062[[package]]
5063name = "exec"
5064version = "0.3.1"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5067dependencies = [
5068 "errno 0.2.8",
5069 "libc",
5070]
5071
5072[[package]]
5073name = "exr"
5074version = "1.73.0"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5077dependencies = [
5078 "bit_field",
5079 "half",
5080 "lebe",
5081 "miniz_oxide",
5082 "rayon-core",
5083 "smallvec",
5084 "zune-inflate",
5085]
5086
5087[[package]]
5088name = "extension"
5089version = "0.1.0"
5090dependencies = [
5091 "anyhow",
5092 "async-compression",
5093 "async-tar",
5094 "async-trait",
5095 "collections",
5096 "dap",
5097 "fs",
5098 "futures 0.3.31",
5099 "gpui",
5100 "heck 0.5.0",
5101 "http_client",
5102 "language",
5103 "log",
5104 "lsp",
5105 "parking_lot",
5106 "semantic_version",
5107 "serde",
5108 "serde_json",
5109 "task",
5110 "toml 0.8.20",
5111 "util",
5112 "wasi-preview1-component-adapter-provider",
5113 "wasm-encoder 0.221.3",
5114 "wasmparser 0.221.3",
5115 "wit-component 0.221.3",
5116 "workspace-hack",
5117]
5118
5119[[package]]
5120name = "extension_cli"
5121version = "0.1.0"
5122dependencies = [
5123 "anyhow",
5124 "clap",
5125 "env_logger 0.11.8",
5126 "extension",
5127 "fs",
5128 "gpui",
5129 "language",
5130 "log",
5131 "reqwest_client",
5132 "rpc",
5133 "serde",
5134 "serde_json",
5135 "theme",
5136 "tokio",
5137 "toml 0.8.20",
5138 "tree-sitter",
5139 "wasmtime",
5140 "workspace-hack",
5141]
5142
5143[[package]]
5144name = "extension_host"
5145version = "0.1.0"
5146dependencies = [
5147 "anyhow",
5148 "async-compression",
5149 "async-tar",
5150 "async-trait",
5151 "client",
5152 "collections",
5153 "criterion",
5154 "ctor",
5155 "dap",
5156 "env_logger 0.11.8",
5157 "extension",
5158 "fs",
5159 "futures 0.3.31",
5160 "gpui",
5161 "http_client",
5162 "language",
5163 "language_extension",
5164 "log",
5165 "lsp",
5166 "moka",
5167 "node_runtime",
5168 "parking_lot",
5169 "paths",
5170 "project",
5171 "rand 0.8.5",
5172 "release_channel",
5173 "remote",
5174 "reqwest_client",
5175 "schemars",
5176 "semantic_version",
5177 "serde",
5178 "serde_json",
5179 "serde_json_lenient",
5180 "settings",
5181 "task",
5182 "telemetry",
5183 "tempfile",
5184 "theme",
5185 "theme_extension",
5186 "toml 0.8.20",
5187 "url",
5188 "util",
5189 "wasmparser 0.221.3",
5190 "wasmtime",
5191 "wasmtime-wasi",
5192 "workspace-hack",
5193]
5194
5195[[package]]
5196name = "extensions_ui"
5197version = "0.1.0"
5198dependencies = [
5199 "anyhow",
5200 "client",
5201 "collections",
5202 "db",
5203 "editor",
5204 "extension",
5205 "extension_host",
5206 "fs",
5207 "fuzzy",
5208 "gpui",
5209 "language",
5210 "log",
5211 "num-format",
5212 "picker",
5213 "project",
5214 "release_channel",
5215 "semantic_version",
5216 "serde",
5217 "settings",
5218 "smallvec",
5219 "strum 0.27.1",
5220 "telemetry",
5221 "theme",
5222 "ui",
5223 "util",
5224 "vim_mode_setting",
5225 "workspace",
5226 "workspace-hack",
5227 "zed_actions",
5228]
5229
5230[[package]]
5231name = "fallible-iterator"
5232version = "0.3.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5235
5236[[package]]
5237name = "fancy-regex"
5238version = "0.13.0"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5241dependencies = [
5242 "bit-set 0.5.3",
5243 "regex-automata 0.4.9",
5244 "regex-syntax 0.8.5",
5245]
5246
5247[[package]]
5248name = "fancy-regex"
5249version = "0.14.0"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5252dependencies = [
5253 "bit-set 0.8.0",
5254 "regex-automata 0.4.9",
5255 "regex-syntax 0.8.5",
5256]
5257
5258[[package]]
5259name = "fast-srgb8"
5260version = "1.0.0"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5263
5264[[package]]
5265name = "faster-hex"
5266version = "0.9.0"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5269dependencies = [
5270 "serde",
5271]
5272
5273[[package]]
5274name = "faster-hex"
5275version = "0.10.0"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5278dependencies = [
5279 "heapless",
5280 "serde",
5281]
5282
5283[[package]]
5284name = "fastrand"
5285version = "1.9.0"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5288dependencies = [
5289 "instant",
5290]
5291
5292[[package]]
5293name = "fastrand"
5294version = "2.3.0"
5295source = "registry+https://github.com/rust-lang/crates.io-index"
5296checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5297
5298[[package]]
5299name = "fd-lock"
5300version = "4.0.4"
5301source = "registry+https://github.com/rust-lang/crates.io-index"
5302checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5303dependencies = [
5304 "cfg-if",
5305 "rustix 1.0.7",
5306 "windows-sys 0.59.0",
5307]
5308
5309[[package]]
5310name = "fdeflate"
5311version = "0.3.7"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5314dependencies = [
5315 "simd-adler32",
5316]
5317
5318[[package]]
5319name = "feature_flags"
5320version = "0.1.0"
5321dependencies = [
5322 "futures 0.3.31",
5323 "gpui",
5324 "smol",
5325 "workspace-hack",
5326]
5327
5328[[package]]
5329name = "feedback"
5330version = "0.1.0"
5331dependencies = [
5332 "client",
5333 "editor",
5334 "gpui",
5335 "human_bytes",
5336 "menu",
5337 "release_channel",
5338 "serde",
5339 "sysinfo",
5340 "ui",
5341 "urlencoding",
5342 "util",
5343 "workspace",
5344 "workspace-hack",
5345 "zed_actions",
5346]
5347
5348[[package]]
5349name = "ff"
5350version = "0.12.1"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5353dependencies = [
5354 "rand_core 0.6.4",
5355 "subtle",
5356]
5357
5358[[package]]
5359name = "file_finder"
5360version = "0.1.0"
5361dependencies = [
5362 "anyhow",
5363 "collections",
5364 "ctor",
5365 "editor",
5366 "env_logger 0.11.8",
5367 "file_icons",
5368 "futures 0.3.31",
5369 "fuzzy",
5370 "gpui",
5371 "language",
5372 "menu",
5373 "picker",
5374 "project",
5375 "schemars",
5376 "serde",
5377 "serde_derive",
5378 "serde_json",
5379 "settings",
5380 "text",
5381 "theme",
5382 "ui",
5383 "util",
5384 "workspace",
5385 "workspace-hack",
5386]
5387
5388[[package]]
5389name = "file_icons"
5390version = "0.1.0"
5391dependencies = [
5392 "gpui",
5393 "serde",
5394 "settings",
5395 "theme",
5396 "util",
5397 "workspace-hack",
5398]
5399
5400[[package]]
5401name = "filedescriptor"
5402version = "0.8.3"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5405dependencies = [
5406 "libc",
5407 "thiserror 1.0.69",
5408 "winapi",
5409]
5410
5411[[package]]
5412name = "filetime"
5413version = "0.2.25"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5416dependencies = [
5417 "cfg-if",
5418 "libc",
5419 "libredox",
5420 "windows-sys 0.59.0",
5421]
5422
5423[[package]]
5424name = "fixedbitset"
5425version = "0.4.2"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5428
5429[[package]]
5430name = "flate2"
5431version = "1.1.1"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5434dependencies = [
5435 "crc32fast",
5436 "libz-rs-sys",
5437 "miniz_oxide",
5438]
5439
5440[[package]]
5441name = "float-cmp"
5442version = "0.9.0"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5445
5446[[package]]
5447name = "float-ord"
5448version = "0.3.2"
5449source = "registry+https://github.com/rust-lang/crates.io-index"
5450checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5451
5452[[package]]
5453name = "float_next_after"
5454version = "1.0.0"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5457
5458[[package]]
5459name = "fluent-uri"
5460version = "0.3.2"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5463dependencies = [
5464 "borrow-or-share",
5465 "ref-cast",
5466 "serde",
5467]
5468
5469[[package]]
5470name = "flume"
5471version = "0.11.1"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5474dependencies = [
5475 "futures-core",
5476 "futures-sink",
5477 "nanorand",
5478 "spin",
5479]
5480
5481[[package]]
5482name = "fnv"
5483version = "1.0.7"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5486
5487[[package]]
5488name = "foldhash"
5489version = "0.1.5"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5492
5493[[package]]
5494name = "font-kit"
5495version = "0.14.1"
5496source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5497dependencies = [
5498 "bitflags 2.9.0",
5499 "byteorder",
5500 "core-foundation 0.10.0",
5501 "core-graphics 0.24.0",
5502 "core-text",
5503 "dirs 5.0.1",
5504 "dwrote",
5505 "float-ord",
5506 "freetype-sys",
5507 "lazy_static",
5508 "libc",
5509 "log",
5510 "pathfinder_geometry",
5511 "pathfinder_simd",
5512 "walkdir",
5513 "winapi",
5514 "yeslogic-fontconfig-sys",
5515]
5516
5517[[package]]
5518name = "font-types"
5519version = "0.8.4"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5522dependencies = [
5523 "bytemuck",
5524]
5525
5526[[package]]
5527name = "fontconfig-parser"
5528version = "0.5.7"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5531dependencies = [
5532 "roxmltree",
5533]
5534
5535[[package]]
5536name = "fontdb"
5537version = "0.16.2"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5540dependencies = [
5541 "fontconfig-parser",
5542 "log",
5543 "memmap2",
5544 "slotmap",
5545 "tinyvec",
5546 "ttf-parser 0.20.0",
5547]
5548
5549[[package]]
5550name = "fontdb"
5551version = "0.23.0"
5552source = "registry+https://github.com/rust-lang/crates.io-index"
5553checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5554dependencies = [
5555 "fontconfig-parser",
5556 "log",
5557 "memmap2",
5558 "slotmap",
5559 "tinyvec",
5560 "ttf-parser 0.25.1",
5561]
5562
5563[[package]]
5564name = "foreign-types"
5565version = "0.3.2"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5568dependencies = [
5569 "foreign-types-shared 0.1.1",
5570]
5571
5572[[package]]
5573name = "foreign-types"
5574version = "0.5.0"
5575source = "registry+https://github.com/rust-lang/crates.io-index"
5576checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5577dependencies = [
5578 "foreign-types-macros",
5579 "foreign-types-shared 0.3.1",
5580]
5581
5582[[package]]
5583name = "foreign-types-macros"
5584version = "0.2.3"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5587dependencies = [
5588 "proc-macro2",
5589 "quote",
5590 "syn 2.0.101",
5591]
5592
5593[[package]]
5594name = "foreign-types-shared"
5595version = "0.1.1"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5598
5599[[package]]
5600name = "foreign-types-shared"
5601version = "0.3.1"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5604
5605[[package]]
5606name = "fork"
5607version = "0.2.0"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5610dependencies = [
5611 "libc",
5612]
5613
5614[[package]]
5615name = "form_urlencoded"
5616version = "1.2.1"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5619dependencies = [
5620 "percent-encoding",
5621]
5622
5623[[package]]
5624name = "fraction"
5625version = "0.15.3"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5628dependencies = [
5629 "lazy_static",
5630 "num",
5631]
5632
5633[[package]]
5634name = "freetype-sys"
5635version = "0.20.1"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5638dependencies = [
5639 "cc",
5640 "libc",
5641 "pkg-config",
5642]
5643
5644[[package]]
5645name = "fs"
5646version = "0.1.0"
5647dependencies = [
5648 "anyhow",
5649 "ashpd",
5650 "async-tar",
5651 "async-trait",
5652 "cocoa 0.26.0",
5653 "collections",
5654 "fsevent",
5655 "futures 0.3.31",
5656 "git",
5657 "gpui",
5658 "ignore",
5659 "libc",
5660 "log",
5661 "notify",
5662 "objc",
5663 "parking_lot",
5664 "paths",
5665 "proto",
5666 "rope",
5667 "serde",
5668 "serde_json",
5669 "smol",
5670 "tempfile",
5671 "text",
5672 "time",
5673 "util",
5674 "windows 0.61.1",
5675 "workspace-hack",
5676]
5677
5678[[package]]
5679name = "fs-set-times"
5680version = "0.20.3"
5681source = "registry+https://github.com/rust-lang/crates.io-index"
5682checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5683dependencies = [
5684 "io-lifetimes",
5685 "rustix 1.0.7",
5686 "windows-sys 0.59.0",
5687]
5688
5689[[package]]
5690name = "fs2"
5691version = "0.4.3"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5694dependencies = [
5695 "libc",
5696 "winapi",
5697]
5698
5699[[package]]
5700name = "fs_extra"
5701version = "1.3.0"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5704
5705[[package]]
5706name = "fsevent"
5707version = "0.1.0"
5708dependencies = [
5709 "bitflags 2.9.0",
5710 "core-foundation 0.10.0",
5711 "fsevent-sys 3.1.0",
5712 "parking_lot",
5713 "tempfile",
5714 "workspace-hack",
5715]
5716
5717[[package]]
5718name = "fsevent-sys"
5719version = "3.1.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5722dependencies = [
5723 "libc",
5724]
5725
5726[[package]]
5727name = "fsevent-sys"
5728version = "4.1.0"
5729source = "registry+https://github.com/rust-lang/crates.io-index"
5730checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5731dependencies = [
5732 "libc",
5733]
5734
5735[[package]]
5736name = "funty"
5737version = "2.0.0"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5740
5741[[package]]
5742name = "futf"
5743version = "0.1.5"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5746dependencies = [
5747 "mac",
5748 "new_debug_unreachable",
5749]
5750
5751[[package]]
5752name = "futures"
5753version = "0.1.31"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5756
5757[[package]]
5758name = "futures"
5759version = "0.3.31"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5762dependencies = [
5763 "futures-channel",
5764 "futures-core",
5765 "futures-executor",
5766 "futures-io",
5767 "futures-sink",
5768 "futures-task",
5769 "futures-util",
5770]
5771
5772[[package]]
5773name = "futures-batch"
5774version = "0.6.1"
5775source = "registry+https://github.com/rust-lang/crates.io-index"
5776checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5777dependencies = [
5778 "futures 0.3.31",
5779 "futures-timer",
5780 "pin-utils",
5781]
5782
5783[[package]]
5784name = "futures-channel"
5785version = "0.3.31"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5788dependencies = [
5789 "futures-core",
5790 "futures-sink",
5791]
5792
5793[[package]]
5794name = "futures-core"
5795version = "0.3.31"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5798
5799[[package]]
5800name = "futures-executor"
5801version = "0.3.31"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5804dependencies = [
5805 "futures-core",
5806 "futures-task",
5807 "futures-util",
5808]
5809
5810[[package]]
5811name = "futures-intrusive"
5812version = "0.5.0"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5815dependencies = [
5816 "futures-core",
5817 "lock_api",
5818 "parking_lot",
5819]
5820
5821[[package]]
5822name = "futures-io"
5823version = "0.3.31"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5826
5827[[package]]
5828name = "futures-lite"
5829version = "1.13.0"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5832dependencies = [
5833 "fastrand 1.9.0",
5834 "futures-core",
5835 "futures-io",
5836 "memchr",
5837 "parking",
5838 "pin-project-lite",
5839 "waker-fn",
5840]
5841
5842[[package]]
5843name = "futures-lite"
5844version = "2.6.0"
5845source = "registry+https://github.com/rust-lang/crates.io-index"
5846checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5847dependencies = [
5848 "fastrand 2.3.0",
5849 "futures-core",
5850 "futures-io",
5851 "parking",
5852 "pin-project-lite",
5853]
5854
5855[[package]]
5856name = "futures-macro"
5857version = "0.3.31"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5860dependencies = [
5861 "proc-macro2",
5862 "quote",
5863 "syn 2.0.101",
5864]
5865
5866[[package]]
5867name = "futures-sink"
5868version = "0.3.31"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5871
5872[[package]]
5873name = "futures-task"
5874version = "0.3.31"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5877
5878[[package]]
5879name = "futures-timer"
5880version = "3.0.3"
5881source = "registry+https://github.com/rust-lang/crates.io-index"
5882checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5883
5884[[package]]
5885name = "futures-util"
5886version = "0.3.31"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5889dependencies = [
5890 "futures 0.1.31",
5891 "futures-channel",
5892 "futures-core",
5893 "futures-io",
5894 "futures-macro",
5895 "futures-sink",
5896 "futures-task",
5897 "memchr",
5898 "pin-project-lite",
5899 "pin-utils",
5900 "slab",
5901 "tokio-io",
5902]
5903
5904[[package]]
5905name = "fuzzy"
5906version = "0.1.0"
5907dependencies = [
5908 "gpui",
5909 "log",
5910 "util",
5911 "workspace-hack",
5912]
5913
5914[[package]]
5915name = "fuzzy-matcher"
5916version = "0.3.7"
5917source = "registry+https://github.com/rust-lang/crates.io-index"
5918checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5919dependencies = [
5920 "thread_local",
5921]
5922
5923[[package]]
5924name = "generator"
5925version = "0.8.5"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5928dependencies = [
5929 "cc",
5930 "cfg-if",
5931 "libc",
5932 "log",
5933 "rustversion",
5934 "windows 0.61.1",
5935]
5936
5937[[package]]
5938name = "generic-array"
5939version = "0.14.7"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5942dependencies = [
5943 "typenum",
5944 "version_check",
5945]
5946
5947[[package]]
5948name = "gethostname"
5949version = "0.4.3"
5950source = "registry+https://github.com/rust-lang/crates.io-index"
5951checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5952dependencies = [
5953 "libc",
5954 "windows-targets 0.48.5",
5955]
5956
5957[[package]]
5958name = "getrandom"
5959version = "0.1.16"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5962dependencies = [
5963 "cfg-if",
5964 "libc",
5965 "wasi 0.9.0+wasi-snapshot-preview1",
5966]
5967
5968[[package]]
5969name = "getrandom"
5970version = "0.2.15"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5973dependencies = [
5974 "cfg-if",
5975 "js-sys",
5976 "libc",
5977 "wasi 0.11.0+wasi-snapshot-preview1",
5978 "wasm-bindgen",
5979]
5980
5981[[package]]
5982name = "getrandom"
5983version = "0.3.2"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5986dependencies = [
5987 "cfg-if",
5988 "js-sys",
5989 "libc",
5990 "r-efi",
5991 "wasi 0.14.2+wasi-0.2.4",
5992 "wasm-bindgen",
5993]
5994
5995[[package]]
5996name = "gif"
5997version = "0.13.1"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6000dependencies = [
6001 "color_quant",
6002 "weezl",
6003]
6004
6005[[package]]
6006name = "gimli"
6007version = "0.31.1"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6010dependencies = [
6011 "fallible-iterator",
6012 "indexmap",
6013 "stable_deref_trait",
6014]
6015
6016[[package]]
6017name = "git"
6018version = "0.1.0"
6019dependencies = [
6020 "anyhow",
6021 "askpass",
6022 "async-trait",
6023 "collections",
6024 "derive_more",
6025 "futures 0.3.31",
6026 "git2",
6027 "gpui",
6028 "http_client",
6029 "log",
6030 "parking_lot",
6031 "pretty_assertions",
6032 "regex",
6033 "rope",
6034 "schemars",
6035 "serde",
6036 "serde_json",
6037 "smol",
6038 "sum_tree",
6039 "tempfile",
6040 "text",
6041 "thiserror 2.0.12",
6042 "time",
6043 "unindent",
6044 "url",
6045 "util",
6046 "uuid",
6047 "workspace-hack",
6048]
6049
6050[[package]]
6051name = "git2"
6052version = "0.20.1"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6055dependencies = [
6056 "bitflags 2.9.0",
6057 "libc",
6058 "libgit2-sys",
6059 "log",
6060 "url",
6061]
6062
6063[[package]]
6064name = "git_hosting_providers"
6065version = "0.1.0"
6066dependencies = [
6067 "anyhow",
6068 "async-trait",
6069 "futures 0.3.31",
6070 "git",
6071 "gpui",
6072 "http_client",
6073 "indoc",
6074 "pretty_assertions",
6075 "regex",
6076 "schemars",
6077 "serde",
6078 "serde_json",
6079 "settings",
6080 "url",
6081 "util",
6082 "workspace-hack",
6083]
6084
6085[[package]]
6086name = "git_ui"
6087version = "0.1.0"
6088dependencies = [
6089 "anyhow",
6090 "askpass",
6091 "assistant_settings",
6092 "buffer_diff",
6093 "chrono",
6094 "collections",
6095 "command_palette_hooks",
6096 "component",
6097 "ctor",
6098 "db",
6099 "editor",
6100 "env_logger 0.11.8",
6101 "futures 0.3.31",
6102 "fuzzy",
6103 "git",
6104 "gpui",
6105 "itertools 0.14.0",
6106 "language",
6107 "language_model",
6108 "linkify",
6109 "log",
6110 "markdown",
6111 "menu",
6112 "multi_buffer",
6113 "notifications",
6114 "panel",
6115 "picker",
6116 "postage",
6117 "pretty_assertions",
6118 "project",
6119 "schemars",
6120 "serde",
6121 "serde_derive",
6122 "serde_json",
6123 "settings",
6124 "strum 0.27.1",
6125 "telemetry",
6126 "theme",
6127 "time",
6128 "time_format",
6129 "ui",
6130 "unindent",
6131 "util",
6132 "windows 0.61.1",
6133 "workspace",
6134 "workspace-hack",
6135 "zed_actions",
6136]
6137
6138[[package]]
6139name = "gix"
6140version = "0.71.0"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6143dependencies = [
6144 "gix-actor",
6145 "gix-attributes",
6146 "gix-command",
6147 "gix-commitgraph",
6148 "gix-config",
6149 "gix-date",
6150 "gix-diff",
6151 "gix-discover",
6152 "gix-features 0.41.1",
6153 "gix-filter",
6154 "gix-fs 0.14.0",
6155 "gix-glob",
6156 "gix-hash 0.17.0",
6157 "gix-hashtable",
6158 "gix-ignore",
6159 "gix-index",
6160 "gix-lock",
6161 "gix-object",
6162 "gix-odb",
6163 "gix-pack",
6164 "gix-path",
6165 "gix-pathspec",
6166 "gix-protocol",
6167 "gix-ref",
6168 "gix-refspec",
6169 "gix-revision",
6170 "gix-revwalk",
6171 "gix-sec",
6172 "gix-shallow",
6173 "gix-submodule",
6174 "gix-tempfile",
6175 "gix-trace",
6176 "gix-traverse",
6177 "gix-url",
6178 "gix-utils 0.2.0",
6179 "gix-validate 0.9.4",
6180 "gix-worktree",
6181 "once_cell",
6182 "smallvec",
6183 "thiserror 2.0.12",
6184]
6185
6186[[package]]
6187name = "gix-actor"
6188version = "0.34.0"
6189source = "registry+https://github.com/rust-lang/crates.io-index"
6190checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6191dependencies = [
6192 "bstr",
6193 "gix-date",
6194 "gix-utils 0.2.0",
6195 "itoa",
6196 "thiserror 2.0.12",
6197 "winnow",
6198]
6199
6200[[package]]
6201name = "gix-attributes"
6202version = "0.25.0"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6205dependencies = [
6206 "bstr",
6207 "gix-glob",
6208 "gix-path",
6209 "gix-quote",
6210 "gix-trace",
6211 "kstring",
6212 "smallvec",
6213 "thiserror 2.0.12",
6214 "unicode-bom",
6215]
6216
6217[[package]]
6218name = "gix-bitmap"
6219version = "0.2.14"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6222dependencies = [
6223 "thiserror 2.0.12",
6224]
6225
6226[[package]]
6227name = "gix-chunk"
6228version = "0.4.11"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6231dependencies = [
6232 "thiserror 2.0.12",
6233]
6234
6235[[package]]
6236name = "gix-command"
6237version = "0.5.0"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6240dependencies = [
6241 "bstr",
6242 "gix-path",
6243 "gix-quote",
6244 "gix-trace",
6245 "shell-words",
6246]
6247
6248[[package]]
6249name = "gix-commitgraph"
6250version = "0.27.0"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6253dependencies = [
6254 "bstr",
6255 "gix-chunk",
6256 "gix-hash 0.17.0",
6257 "memmap2",
6258 "thiserror 2.0.12",
6259]
6260
6261[[package]]
6262name = "gix-config"
6263version = "0.44.0"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6266dependencies = [
6267 "bstr",
6268 "gix-config-value",
6269 "gix-features 0.41.1",
6270 "gix-glob",
6271 "gix-path",
6272 "gix-ref",
6273 "gix-sec",
6274 "memchr",
6275 "once_cell",
6276 "smallvec",
6277 "thiserror 2.0.12",
6278 "unicode-bom",
6279 "winnow",
6280]
6281
6282[[package]]
6283name = "gix-config-value"
6284version = "0.14.12"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6287dependencies = [
6288 "bitflags 2.9.0",
6289 "bstr",
6290 "gix-path",
6291 "libc",
6292 "thiserror 2.0.12",
6293]
6294
6295[[package]]
6296name = "gix-date"
6297version = "0.9.4"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6300dependencies = [
6301 "bstr",
6302 "itoa",
6303 "jiff",
6304 "thiserror 2.0.12",
6305]
6306
6307[[package]]
6308name = "gix-diff"
6309version = "0.51.0"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6312dependencies = [
6313 "bstr",
6314 "gix-command",
6315 "gix-filter",
6316 "gix-fs 0.14.0",
6317 "gix-hash 0.17.0",
6318 "gix-object",
6319 "gix-path",
6320 "gix-tempfile",
6321 "gix-trace",
6322 "gix-traverse",
6323 "gix-worktree",
6324 "imara-diff",
6325 "thiserror 2.0.12",
6326]
6327
6328[[package]]
6329name = "gix-discover"
6330version = "0.39.0"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6333dependencies = [
6334 "bstr",
6335 "dunce",
6336 "gix-fs 0.14.0",
6337 "gix-hash 0.17.0",
6338 "gix-path",
6339 "gix-ref",
6340 "gix-sec",
6341 "thiserror 2.0.12",
6342]
6343
6344[[package]]
6345name = "gix-features"
6346version = "0.41.1"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6349dependencies = [
6350 "crc32fast",
6351 "crossbeam-channel",
6352 "flate2",
6353 "gix-path",
6354 "gix-trace",
6355 "gix-utils 0.2.0",
6356 "libc",
6357 "once_cell",
6358 "parking_lot",
6359 "prodash",
6360 "thiserror 2.0.12",
6361 "walkdir",
6362]
6363
6364[[package]]
6365name = "gix-features"
6366version = "0.42.1"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6369dependencies = [
6370 "gix-trace",
6371 "gix-utils 0.3.0",
6372 "libc",
6373 "prodash",
6374]
6375
6376[[package]]
6377name = "gix-filter"
6378version = "0.18.0"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6381dependencies = [
6382 "bstr",
6383 "encoding_rs",
6384 "gix-attributes",
6385 "gix-command",
6386 "gix-hash 0.17.0",
6387 "gix-object",
6388 "gix-packetline-blocking",
6389 "gix-path",
6390 "gix-quote",
6391 "gix-trace",
6392 "gix-utils 0.2.0",
6393 "smallvec",
6394 "thiserror 2.0.12",
6395]
6396
6397[[package]]
6398name = "gix-fs"
6399version = "0.14.0"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6402dependencies = [
6403 "bstr",
6404 "fastrand 2.3.0",
6405 "gix-features 0.41.1",
6406 "gix-path",
6407 "gix-utils 0.2.0",
6408 "thiserror 2.0.12",
6409]
6410
6411[[package]]
6412name = "gix-fs"
6413version = "0.15.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6416dependencies = [
6417 "bstr",
6418 "fastrand 2.3.0",
6419 "gix-features 0.42.1",
6420 "gix-path",
6421 "gix-utils 0.3.0",
6422 "thiserror 2.0.12",
6423]
6424
6425[[package]]
6426name = "gix-glob"
6427version = "0.19.0"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6430dependencies = [
6431 "bitflags 2.9.0",
6432 "bstr",
6433 "gix-features 0.41.1",
6434 "gix-path",
6435]
6436
6437[[package]]
6438name = "gix-hash"
6439version = "0.17.0"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6442dependencies = [
6443 "faster-hex 0.9.0",
6444 "gix-features 0.41.1",
6445 "sha1-checked",
6446 "thiserror 2.0.12",
6447]
6448
6449[[package]]
6450name = "gix-hash"
6451version = "0.18.0"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6454dependencies = [
6455 "faster-hex 0.10.0",
6456 "gix-features 0.42.1",
6457 "sha1-checked",
6458 "thiserror 2.0.12",
6459]
6460
6461[[package]]
6462name = "gix-hashtable"
6463version = "0.8.1"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6466dependencies = [
6467 "gix-hash 0.18.0",
6468 "hashbrown 0.14.5",
6469 "parking_lot",
6470]
6471
6472[[package]]
6473name = "gix-ignore"
6474version = "0.14.0"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6477dependencies = [
6478 "bstr",
6479 "gix-glob",
6480 "gix-path",
6481 "gix-trace",
6482 "unicode-bom",
6483]
6484
6485[[package]]
6486name = "gix-index"
6487version = "0.39.0"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6490dependencies = [
6491 "bitflags 2.9.0",
6492 "bstr",
6493 "filetime",
6494 "fnv",
6495 "gix-bitmap",
6496 "gix-features 0.41.1",
6497 "gix-fs 0.14.0",
6498 "gix-hash 0.17.0",
6499 "gix-lock",
6500 "gix-object",
6501 "gix-traverse",
6502 "gix-utils 0.2.0",
6503 "gix-validate 0.9.4",
6504 "hashbrown 0.14.5",
6505 "itoa",
6506 "libc",
6507 "memmap2",
6508 "rustix 0.38.44",
6509 "smallvec",
6510 "thiserror 2.0.12",
6511]
6512
6513[[package]]
6514name = "gix-lock"
6515version = "17.1.0"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6518dependencies = [
6519 "gix-tempfile",
6520 "gix-utils 0.3.0",
6521 "thiserror 2.0.12",
6522]
6523
6524[[package]]
6525name = "gix-object"
6526version = "0.48.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6529dependencies = [
6530 "bstr",
6531 "gix-actor",
6532 "gix-date",
6533 "gix-features 0.41.1",
6534 "gix-hash 0.17.0",
6535 "gix-hashtable",
6536 "gix-path",
6537 "gix-utils 0.2.0",
6538 "gix-validate 0.9.4",
6539 "itoa",
6540 "smallvec",
6541 "thiserror 2.0.12",
6542 "winnow",
6543]
6544
6545[[package]]
6546name = "gix-odb"
6547version = "0.68.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6550dependencies = [
6551 "arc-swap",
6552 "gix-date",
6553 "gix-features 0.41.1",
6554 "gix-fs 0.14.0",
6555 "gix-hash 0.17.0",
6556 "gix-hashtable",
6557 "gix-object",
6558 "gix-pack",
6559 "gix-path",
6560 "gix-quote",
6561 "parking_lot",
6562 "tempfile",
6563 "thiserror 2.0.12",
6564]
6565
6566[[package]]
6567name = "gix-pack"
6568version = "0.58.0"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6571dependencies = [
6572 "clru",
6573 "gix-chunk",
6574 "gix-features 0.41.1",
6575 "gix-hash 0.17.0",
6576 "gix-hashtable",
6577 "gix-object",
6578 "gix-path",
6579 "memmap2",
6580 "smallvec",
6581 "thiserror 2.0.12",
6582 "uluru",
6583]
6584
6585[[package]]
6586name = "gix-packetline"
6587version = "0.18.4"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6590dependencies = [
6591 "bstr",
6592 "faster-hex 0.9.0",
6593 "gix-trace",
6594 "thiserror 2.0.12",
6595]
6596
6597[[package]]
6598name = "gix-packetline-blocking"
6599version = "0.18.3"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6602dependencies = [
6603 "bstr",
6604 "faster-hex 0.9.0",
6605 "gix-trace",
6606 "thiserror 2.0.12",
6607]
6608
6609[[package]]
6610name = "gix-path"
6611version = "0.10.18"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6614dependencies = [
6615 "bstr",
6616 "gix-trace",
6617 "gix-validate 0.10.0",
6618 "home",
6619 "once_cell",
6620 "thiserror 2.0.12",
6621]
6622
6623[[package]]
6624name = "gix-pathspec"
6625version = "0.10.0"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6628dependencies = [
6629 "bitflags 2.9.0",
6630 "bstr",
6631 "gix-attributes",
6632 "gix-config-value",
6633 "gix-glob",
6634 "gix-path",
6635 "thiserror 2.0.12",
6636]
6637
6638[[package]]
6639name = "gix-protocol"
6640version = "0.49.0"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6643dependencies = [
6644 "bstr",
6645 "gix-date",
6646 "gix-features 0.41.1",
6647 "gix-hash 0.17.0",
6648 "gix-ref",
6649 "gix-shallow",
6650 "gix-transport",
6651 "gix-utils 0.2.0",
6652 "maybe-async",
6653 "thiserror 2.0.12",
6654 "winnow",
6655]
6656
6657[[package]]
6658name = "gix-quote"
6659version = "0.5.0"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6662dependencies = [
6663 "bstr",
6664 "gix-utils 0.2.0",
6665 "thiserror 2.0.12",
6666]
6667
6668[[package]]
6669name = "gix-ref"
6670version = "0.51.0"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6673dependencies = [
6674 "gix-actor",
6675 "gix-features 0.41.1",
6676 "gix-fs 0.14.0",
6677 "gix-hash 0.17.0",
6678 "gix-lock",
6679 "gix-object",
6680 "gix-path",
6681 "gix-tempfile",
6682 "gix-utils 0.2.0",
6683 "gix-validate 0.9.4",
6684 "memmap2",
6685 "thiserror 2.0.12",
6686 "winnow",
6687]
6688
6689[[package]]
6690name = "gix-refspec"
6691version = "0.29.0"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6694dependencies = [
6695 "bstr",
6696 "gix-hash 0.17.0",
6697 "gix-revision",
6698 "gix-validate 0.9.4",
6699 "smallvec",
6700 "thiserror 2.0.12",
6701]
6702
6703[[package]]
6704name = "gix-revision"
6705version = "0.33.0"
6706source = "registry+https://github.com/rust-lang/crates.io-index"
6707checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6708dependencies = [
6709 "bstr",
6710 "gix-commitgraph",
6711 "gix-date",
6712 "gix-hash 0.17.0",
6713 "gix-object",
6714 "gix-revwalk",
6715 "thiserror 2.0.12",
6716]
6717
6718[[package]]
6719name = "gix-revwalk"
6720version = "0.19.0"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6723dependencies = [
6724 "gix-commitgraph",
6725 "gix-date",
6726 "gix-hash 0.17.0",
6727 "gix-hashtable",
6728 "gix-object",
6729 "smallvec",
6730 "thiserror 2.0.12",
6731]
6732
6733[[package]]
6734name = "gix-sec"
6735version = "0.10.12"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6738dependencies = [
6739 "bitflags 2.9.0",
6740 "gix-path",
6741 "libc",
6742 "windows-sys 0.52.0",
6743]
6744
6745[[package]]
6746name = "gix-shallow"
6747version = "0.3.0"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6750dependencies = [
6751 "bstr",
6752 "gix-hash 0.17.0",
6753 "gix-lock",
6754 "thiserror 2.0.12",
6755]
6756
6757[[package]]
6758name = "gix-submodule"
6759version = "0.18.0"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6762dependencies = [
6763 "bstr",
6764 "gix-config",
6765 "gix-path",
6766 "gix-pathspec",
6767 "gix-refspec",
6768 "gix-url",
6769 "thiserror 2.0.12",
6770]
6771
6772[[package]]
6773name = "gix-tempfile"
6774version = "17.1.0"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6777dependencies = [
6778 "dashmap 6.1.0",
6779 "gix-fs 0.15.0",
6780 "libc",
6781 "once_cell",
6782 "parking_lot",
6783 "tempfile",
6784]
6785
6786[[package]]
6787name = "gix-trace"
6788version = "0.1.12"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6791
6792[[package]]
6793name = "gix-transport"
6794version = "0.46.0"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6797dependencies = [
6798 "bstr",
6799 "gix-command",
6800 "gix-features 0.41.1",
6801 "gix-packetline",
6802 "gix-quote",
6803 "gix-sec",
6804 "gix-url",
6805 "thiserror 2.0.12",
6806]
6807
6808[[package]]
6809name = "gix-traverse"
6810version = "0.45.0"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6813dependencies = [
6814 "bitflags 2.9.0",
6815 "gix-commitgraph",
6816 "gix-date",
6817 "gix-hash 0.17.0",
6818 "gix-hashtable",
6819 "gix-object",
6820 "gix-revwalk",
6821 "smallvec",
6822 "thiserror 2.0.12",
6823]
6824
6825[[package]]
6826name = "gix-url"
6827version = "0.30.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6830dependencies = [
6831 "bstr",
6832 "gix-features 0.41.1",
6833 "gix-path",
6834 "percent-encoding",
6835 "thiserror 2.0.12",
6836 "url",
6837]
6838
6839[[package]]
6840name = "gix-utils"
6841version = "0.2.0"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6844dependencies = [
6845 "fastrand 2.3.0",
6846 "unicode-normalization",
6847]
6848
6849[[package]]
6850name = "gix-utils"
6851version = "0.3.0"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6854dependencies = [
6855 "fastrand 2.3.0",
6856 "unicode-normalization",
6857]
6858
6859[[package]]
6860name = "gix-validate"
6861version = "0.9.4"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6864dependencies = [
6865 "bstr",
6866 "thiserror 2.0.12",
6867]
6868
6869[[package]]
6870name = "gix-validate"
6871version = "0.10.0"
6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6874dependencies = [
6875 "bstr",
6876 "thiserror 2.0.12",
6877]
6878
6879[[package]]
6880name = "gix-worktree"
6881version = "0.40.0"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6884dependencies = [
6885 "bstr",
6886 "gix-attributes",
6887 "gix-features 0.41.1",
6888 "gix-fs 0.14.0",
6889 "gix-glob",
6890 "gix-hash 0.17.0",
6891 "gix-ignore",
6892 "gix-index",
6893 "gix-object",
6894 "gix-path",
6895 "gix-validate 0.9.4",
6896]
6897
6898[[package]]
6899name = "glob"
6900version = "0.3.2"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6903
6904[[package]]
6905name = "globset"
6906version = "0.4.16"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6909dependencies = [
6910 "aho-corasick",
6911 "bstr",
6912 "log",
6913 "regex-automata 0.4.9",
6914 "regex-syntax 0.8.5",
6915]
6916
6917[[package]]
6918name = "gloo-timers"
6919version = "0.3.0"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6922dependencies = [
6923 "futures-channel",
6924 "futures-core",
6925 "js-sys",
6926 "wasm-bindgen",
6927]
6928
6929[[package]]
6930name = "glow"
6931version = "0.14.2"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6934dependencies = [
6935 "js-sys",
6936 "slotmap",
6937 "wasm-bindgen",
6938 "web-sys",
6939]
6940
6941[[package]]
6942name = "go_to_line"
6943version = "0.1.0"
6944dependencies = [
6945 "anyhow",
6946 "editor",
6947 "gpui",
6948 "indoc",
6949 "language",
6950 "menu",
6951 "project",
6952 "rope",
6953 "schemars",
6954 "serde",
6955 "serde_json",
6956 "settings",
6957 "text",
6958 "theme",
6959 "tree-sitter-rust",
6960 "tree-sitter-typescript",
6961 "ui",
6962 "util",
6963 "workspace",
6964 "workspace-hack",
6965]
6966
6967[[package]]
6968name = "google_ai"
6969version = "0.1.0"
6970dependencies = [
6971 "anyhow",
6972 "futures 0.3.31",
6973 "http_client",
6974 "schemars",
6975 "serde",
6976 "serde_json",
6977 "strum 0.27.1",
6978 "workspace-hack",
6979]
6980
6981[[package]]
6982name = "gpu-alloc"
6983version = "0.6.0"
6984source = "registry+https://github.com/rust-lang/crates.io-index"
6985checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6986dependencies = [
6987 "bitflags 2.9.0",
6988 "gpu-alloc-types",
6989]
6990
6991[[package]]
6992name = "gpu-alloc-ash"
6993version = "0.7.0"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
6996dependencies = [
6997 "ash",
6998 "gpu-alloc-types",
6999 "tinyvec",
7000]
7001
7002[[package]]
7003name = "gpu-alloc-types"
7004version = "0.3.0"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7007dependencies = [
7008 "bitflags 2.9.0",
7009]
7010
7011[[package]]
7012name = "gpui"
7013version = "0.1.0"
7014dependencies = [
7015 "anyhow",
7016 "as-raw-xcb-connection",
7017 "ashpd",
7018 "async-task",
7019 "backtrace",
7020 "bindgen 0.71.1",
7021 "blade-graphics",
7022 "blade-macros",
7023 "blade-util",
7024 "block",
7025 "bytemuck",
7026 "calloop",
7027 "calloop-wayland-source",
7028 "cbindgen",
7029 "cocoa 0.26.0",
7030 "collections",
7031 "core-foundation 0.10.0",
7032 "core-foundation-sys",
7033 "core-graphics 0.24.0",
7034 "core-text",
7035 "core-video",
7036 "cosmic-text",
7037 "ctor",
7038 "derive_more",
7039 "embed-resource",
7040 "env_logger 0.11.8",
7041 "etagere",
7042 "filedescriptor",
7043 "flume",
7044 "font-kit",
7045 "foreign-types 0.5.0",
7046 "futures 0.3.31",
7047 "gpui_macros",
7048 "http_client",
7049 "image",
7050 "inventory",
7051 "itertools 0.14.0",
7052 "log",
7053 "lyon",
7054 "media",
7055 "metal",
7056 "naga",
7057 "num_cpus",
7058 "objc",
7059 "objc2",
7060 "objc2-metal",
7061 "oo7",
7062 "open",
7063 "parking",
7064 "parking_lot",
7065 "pathfinder_geometry",
7066 "postage",
7067 "profiling",
7068 "rand 0.8.5",
7069 "raw-window-handle",
7070 "refineable",
7071 "reqwest_client",
7072 "resvg",
7073 "scap",
7074 "schemars",
7075 "seahash",
7076 "semantic_version",
7077 "serde",
7078 "serde_derive",
7079 "serde_json",
7080 "slotmap",
7081 "smallvec",
7082 "smol",
7083 "strum 0.27.1",
7084 "sum_tree",
7085 "taffy",
7086 "thiserror 2.0.12",
7087 "unicode-segmentation",
7088 "usvg",
7089 "util",
7090 "uuid",
7091 "waker-fn",
7092 "wayland-backend",
7093 "wayland-client",
7094 "wayland-cursor",
7095 "wayland-protocols",
7096 "wayland-protocols-plasma",
7097 "windows 0.61.1",
7098 "windows-core 0.61.0",
7099 "windows-numerics",
7100 "windows-registry 0.5.1",
7101 "workspace-hack",
7102 "x11-clipboard",
7103 "x11rb",
7104 "xim",
7105 "xkbcommon",
7106]
7107
7108[[package]]
7109name = "gpui_macros"
7110version = "0.1.0"
7111dependencies = [
7112 "gpui",
7113 "proc-macro2",
7114 "quote",
7115 "syn 1.0.109",
7116 "workspace-hack",
7117]
7118
7119[[package]]
7120name = "gpui_tokio"
7121version = "0.1.0"
7122dependencies = [
7123 "gpui",
7124 "tokio",
7125 "util",
7126 "workspace-hack",
7127]
7128
7129[[package]]
7130name = "grid"
7131version = "0.13.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7134
7135[[package]]
7136name = "group"
7137version = "0.12.1"
7138source = "registry+https://github.com/rust-lang/crates.io-index"
7139checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7140dependencies = [
7141 "ff",
7142 "rand_core 0.6.4",
7143 "subtle",
7144]
7145
7146[[package]]
7147name = "h2"
7148version = "0.3.26"
7149source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7151dependencies = [
7152 "bytes 1.10.1",
7153 "fnv",
7154 "futures-core",
7155 "futures-sink",
7156 "futures-util",
7157 "http 0.2.12",
7158 "indexmap",
7159 "slab",
7160 "tokio",
7161 "tokio-util",
7162 "tracing",
7163]
7164
7165[[package]]
7166name = "h2"
7167version = "0.4.9"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7170dependencies = [
7171 "atomic-waker",
7172 "bytes 1.10.1",
7173 "fnv",
7174 "futures-core",
7175 "futures-sink",
7176 "http 1.3.1",
7177 "indexmap",
7178 "slab",
7179 "tokio",
7180 "tokio-util",
7181 "tracing",
7182]
7183
7184[[package]]
7185name = "half"
7186version = "2.6.0"
7187source = "registry+https://github.com/rust-lang/crates.io-index"
7188checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7189dependencies = [
7190 "cfg-if",
7191 "crunchy",
7192 "num-traits",
7193]
7194
7195[[package]]
7196name = "handlebars"
7197version = "4.5.0"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7200dependencies = [
7201 "log",
7202 "pest",
7203 "pest_derive",
7204 "rust-embed",
7205 "serde",
7206 "serde_json",
7207 "thiserror 1.0.69",
7208]
7209
7210[[package]]
7211name = "handlebars"
7212version = "6.3.2"
7213source = "registry+https://github.com/rust-lang/crates.io-index"
7214checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7215dependencies = [
7216 "derive_builder",
7217 "log",
7218 "num-order",
7219 "pest",
7220 "pest_derive",
7221 "serde",
7222 "serde_json",
7223 "thiserror 2.0.12",
7224]
7225
7226[[package]]
7227name = "hash32"
7228version = "0.3.1"
7229source = "registry+https://github.com/rust-lang/crates.io-index"
7230checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7231dependencies = [
7232 "byteorder",
7233]
7234
7235[[package]]
7236name = "hashbrown"
7237version = "0.12.3"
7238source = "registry+https://github.com/rust-lang/crates.io-index"
7239checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7240dependencies = [
7241 "ahash 0.7.8",
7242]
7243
7244[[package]]
7245name = "hashbrown"
7246version = "0.14.5"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7249dependencies = [
7250 "ahash 0.8.11",
7251 "allocator-api2",
7252]
7253
7254[[package]]
7255name = "hashbrown"
7256version = "0.15.3"
7257source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7259dependencies = [
7260 "allocator-api2",
7261 "equivalent",
7262 "foldhash",
7263 "serde",
7264]
7265
7266[[package]]
7267name = "hashlink"
7268version = "0.8.4"
7269source = "registry+https://github.com/rust-lang/crates.io-index"
7270checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7271dependencies = [
7272 "hashbrown 0.14.5",
7273]
7274
7275[[package]]
7276name = "hashlink"
7277version = "0.10.0"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7280dependencies = [
7281 "hashbrown 0.15.3",
7282]
7283
7284[[package]]
7285name = "headers"
7286version = "0.3.9"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7289dependencies = [
7290 "base64 0.21.7",
7291 "bytes 1.10.1",
7292 "headers-core",
7293 "http 0.2.12",
7294 "httpdate",
7295 "mime",
7296 "sha1",
7297]
7298
7299[[package]]
7300name = "headers-core"
7301version = "0.2.0"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7304dependencies = [
7305 "http 0.2.12",
7306]
7307
7308[[package]]
7309name = "heapless"
7310version = "0.8.0"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7313dependencies = [
7314 "hash32",
7315 "stable_deref_trait",
7316]
7317
7318[[package]]
7319name = "heck"
7320version = "0.3.3"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7323dependencies = [
7324 "unicode-segmentation",
7325]
7326
7327[[package]]
7328name = "heck"
7329version = "0.4.1"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7332dependencies = [
7333 "unicode-segmentation",
7334]
7335
7336[[package]]
7337name = "heck"
7338version = "0.5.0"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7341
7342[[package]]
7343name = "heed"
7344version = "0.21.0"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7347dependencies = [
7348 "bitflags 2.9.0",
7349 "byteorder",
7350 "heed-traits",
7351 "heed-types",
7352 "libc",
7353 "lmdb-master-sys",
7354 "once_cell",
7355 "page_size",
7356 "serde",
7357 "synchronoise",
7358 "url",
7359]
7360
7361[[package]]
7362name = "heed-traits"
7363version = "0.20.0"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7366
7367[[package]]
7368name = "heed-types"
7369version = "0.21.0"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7372dependencies = [
7373 "bincode",
7374 "byteorder",
7375 "heed-traits",
7376 "serde",
7377 "serde_json",
7378]
7379
7380[[package]]
7381name = "hermit-abi"
7382version = "0.3.9"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7385
7386[[package]]
7387name = "hermit-abi"
7388version = "0.4.0"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7391
7392[[package]]
7393name = "hermit-abi"
7394version = "0.5.0"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7397
7398[[package]]
7399name = "hex"
7400version = "0.4.3"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7403
7404[[package]]
7405name = "hexf-parse"
7406version = "0.2.1"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7409
7410[[package]]
7411name = "hidden-trait"
7412version = "0.1.2"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7415dependencies = [
7416 "proc-macro2",
7417 "quote",
7418 "syn 1.0.109",
7419]
7420
7421[[package]]
7422name = "hkdf"
7423version = "0.12.4"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7426dependencies = [
7427 "hmac",
7428]
7429
7430[[package]]
7431name = "hmac"
7432version = "0.12.1"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7435dependencies = [
7436 "digest",
7437]
7438
7439[[package]]
7440name = "home"
7441version = "0.5.11"
7442source = "registry+https://github.com/rust-lang/crates.io-index"
7443checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7444dependencies = [
7445 "windows-sys 0.59.0",
7446]
7447
7448[[package]]
7449name = "hound"
7450version = "3.5.1"
7451source = "registry+https://github.com/rust-lang/crates.io-index"
7452checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7453
7454[[package]]
7455name = "html5ever"
7456version = "0.27.0"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7459dependencies = [
7460 "log",
7461 "mac",
7462 "markup5ever 0.12.1",
7463 "proc-macro2",
7464 "quote",
7465 "syn 2.0.101",
7466]
7467
7468[[package]]
7469name = "html5ever"
7470version = "0.31.0"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7473dependencies = [
7474 "log",
7475 "mac",
7476 "markup5ever 0.16.1",
7477 "match_token",
7478]
7479
7480[[package]]
7481name = "html_to_markdown"
7482version = "0.1.0"
7483dependencies = [
7484 "anyhow",
7485 "html5ever 0.27.0",
7486 "indoc",
7487 "markup5ever_rcdom",
7488 "pretty_assertions",
7489 "regex",
7490 "workspace-hack",
7491]
7492
7493[[package]]
7494name = "http"
7495version = "0.2.12"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7498dependencies = [
7499 "bytes 1.10.1",
7500 "fnv",
7501 "itoa",
7502]
7503
7504[[package]]
7505name = "http"
7506version = "1.3.1"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7509dependencies = [
7510 "bytes 1.10.1",
7511 "fnv",
7512 "itoa",
7513]
7514
7515[[package]]
7516name = "http-body"
7517version = "0.4.6"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7520dependencies = [
7521 "bytes 1.10.1",
7522 "http 0.2.12",
7523 "pin-project-lite",
7524]
7525
7526[[package]]
7527name = "http-body"
7528version = "1.0.1"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7531dependencies = [
7532 "bytes 1.10.1",
7533 "http 1.3.1",
7534]
7535
7536[[package]]
7537name = "http-body-util"
7538version = "0.1.3"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7541dependencies = [
7542 "bytes 1.10.1",
7543 "futures-core",
7544 "http 1.3.1",
7545 "http-body 1.0.1",
7546 "pin-project-lite",
7547]
7548
7549[[package]]
7550name = "http-range-header"
7551version = "0.3.1"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7554
7555[[package]]
7556name = "http-types"
7557version = "2.12.0"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7560dependencies = [
7561 "anyhow",
7562 "async-channel 1.9.0",
7563 "base64 0.13.1",
7564 "futures-lite 1.13.0",
7565 "http 0.2.12",
7566 "infer",
7567 "pin-project-lite",
7568 "rand 0.7.3",
7569 "serde",
7570 "serde_json",
7571 "serde_qs 0.8.5",
7572 "serde_urlencoded",
7573 "url",
7574]
7575
7576[[package]]
7577name = "http_client"
7578version = "0.1.0"
7579dependencies = [
7580 "anyhow",
7581 "bytes 1.10.1",
7582 "derive_more",
7583 "futures 0.3.31",
7584 "http 1.3.1",
7585 "log",
7586 "serde",
7587 "serde_json",
7588 "url",
7589 "workspace-hack",
7590]
7591
7592[[package]]
7593name = "http_client_tls"
7594version = "0.1.0"
7595dependencies = [
7596 "rustls 0.23.26",
7597 "rustls-platform-verifier",
7598 "workspace-hack",
7599]
7600
7601[[package]]
7602name = "httparse"
7603version = "1.10.1"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7606
7607[[package]]
7608name = "httpdate"
7609version = "1.0.3"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7612
7613[[package]]
7614name = "human_bytes"
7615version = "0.4.3"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7618
7619[[package]]
7620name = "humantime"
7621version = "2.2.0"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7624
7625[[package]]
7626name = "hyper"
7627version = "0.14.32"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7630dependencies = [
7631 "bytes 1.10.1",
7632 "futures-channel",
7633 "futures-core",
7634 "futures-util",
7635 "h2 0.3.26",
7636 "http 0.2.12",
7637 "http-body 0.4.6",
7638 "httparse",
7639 "httpdate",
7640 "itoa",
7641 "pin-project-lite",
7642 "socket2",
7643 "tokio",
7644 "tower-service",
7645 "tracing",
7646 "want",
7647]
7648
7649[[package]]
7650name = "hyper"
7651version = "1.6.0"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7654dependencies = [
7655 "bytes 1.10.1",
7656 "futures-channel",
7657 "futures-util",
7658 "h2 0.4.9",
7659 "http 1.3.1",
7660 "http-body 1.0.1",
7661 "httparse",
7662 "itoa",
7663 "pin-project-lite",
7664 "smallvec",
7665 "tokio",
7666 "want",
7667]
7668
7669[[package]]
7670name = "hyper-rustls"
7671version = "0.24.2"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7674dependencies = [
7675 "futures-util",
7676 "http 0.2.12",
7677 "hyper 0.14.32",
7678 "log",
7679 "rustls 0.21.12",
7680 "rustls-native-certs 0.6.3",
7681 "tokio",
7682 "tokio-rustls 0.24.1",
7683]
7684
7685[[package]]
7686name = "hyper-rustls"
7687version = "0.27.5"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7690dependencies = [
7691 "futures-util",
7692 "http 1.3.1",
7693 "hyper 1.6.0",
7694 "hyper-util",
7695 "rustls 0.23.26",
7696 "rustls-native-certs 0.8.1",
7697 "rustls-pki-types",
7698 "tokio",
7699 "tokio-rustls 0.26.2",
7700 "tower-service",
7701]
7702
7703[[package]]
7704name = "hyper-tls"
7705version = "0.5.0"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7708dependencies = [
7709 "bytes 1.10.1",
7710 "hyper 0.14.32",
7711 "native-tls",
7712 "tokio",
7713 "tokio-native-tls",
7714]
7715
7716[[package]]
7717name = "hyper-util"
7718version = "0.1.11"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7721dependencies = [
7722 "bytes 1.10.1",
7723 "futures-channel",
7724 "futures-util",
7725 "http 1.3.1",
7726 "http-body 1.0.1",
7727 "hyper 1.6.0",
7728 "libc",
7729 "pin-project-lite",
7730 "socket2",
7731 "tokio",
7732 "tower-service",
7733 "tracing",
7734]
7735
7736[[package]]
7737name = "iana-time-zone"
7738version = "0.1.63"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7741dependencies = [
7742 "android_system_properties",
7743 "core-foundation-sys",
7744 "iana-time-zone-haiku",
7745 "js-sys",
7746 "log",
7747 "wasm-bindgen",
7748 "windows-core 0.61.0",
7749]
7750
7751[[package]]
7752name = "iana-time-zone-haiku"
7753version = "0.1.2"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7756dependencies = [
7757 "cc",
7758]
7759
7760[[package]]
7761name = "icons"
7762version = "0.1.0"
7763dependencies = [
7764 "serde",
7765 "strum 0.27.1",
7766 "workspace-hack",
7767]
7768
7769[[package]]
7770name = "icu_collections"
7771version = "1.5.0"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7774dependencies = [
7775 "displaydoc",
7776 "yoke",
7777 "zerofrom",
7778 "zerovec",
7779]
7780
7781[[package]]
7782name = "icu_locid"
7783version = "1.5.0"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7786dependencies = [
7787 "displaydoc",
7788 "litemap",
7789 "tinystr",
7790 "writeable",
7791 "zerovec",
7792]
7793
7794[[package]]
7795name = "icu_locid_transform"
7796version = "1.5.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7799dependencies = [
7800 "displaydoc",
7801 "icu_locid",
7802 "icu_locid_transform_data",
7803 "icu_provider",
7804 "tinystr",
7805 "zerovec",
7806]
7807
7808[[package]]
7809name = "icu_locid_transform_data"
7810version = "1.5.1"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7813
7814[[package]]
7815name = "icu_normalizer"
7816version = "1.5.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7819dependencies = [
7820 "displaydoc",
7821 "icu_collections",
7822 "icu_normalizer_data",
7823 "icu_properties",
7824 "icu_provider",
7825 "smallvec",
7826 "utf16_iter",
7827 "utf8_iter",
7828 "write16",
7829 "zerovec",
7830]
7831
7832[[package]]
7833name = "icu_normalizer_data"
7834version = "1.5.1"
7835source = "registry+https://github.com/rust-lang/crates.io-index"
7836checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7837
7838[[package]]
7839name = "icu_properties"
7840version = "1.5.1"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7843dependencies = [
7844 "displaydoc",
7845 "icu_collections",
7846 "icu_locid_transform",
7847 "icu_properties_data",
7848 "icu_provider",
7849 "tinystr",
7850 "zerovec",
7851]
7852
7853[[package]]
7854name = "icu_properties_data"
7855version = "1.5.1"
7856source = "registry+https://github.com/rust-lang/crates.io-index"
7857checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7858
7859[[package]]
7860name = "icu_provider"
7861version = "1.5.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7864dependencies = [
7865 "displaydoc",
7866 "icu_locid",
7867 "icu_provider_macros",
7868 "stable_deref_trait",
7869 "tinystr",
7870 "writeable",
7871 "yoke",
7872 "zerofrom",
7873 "zerovec",
7874]
7875
7876[[package]]
7877name = "icu_provider_macros"
7878version = "1.5.0"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7881dependencies = [
7882 "proc-macro2",
7883 "quote",
7884 "syn 2.0.101",
7885]
7886
7887[[package]]
7888name = "id-arena"
7889version = "2.2.1"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7892
7893[[package]]
7894name = "ident_case"
7895version = "1.0.1"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7898
7899[[package]]
7900name = "idna"
7901version = "1.0.3"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7904dependencies = [
7905 "idna_adapter",
7906 "smallvec",
7907 "utf8_iter",
7908]
7909
7910[[package]]
7911name = "idna_adapter"
7912version = "1.2.0"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7915dependencies = [
7916 "icu_normalizer",
7917 "icu_properties",
7918]
7919
7920[[package]]
7921name = "ignore"
7922version = "0.4.23"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7925dependencies = [
7926 "crossbeam-deque",
7927 "globset",
7928 "log",
7929 "memchr",
7930 "regex-automata 0.4.9",
7931 "same-file",
7932 "walkdir",
7933 "winapi-util",
7934]
7935
7936[[package]]
7937name = "image"
7938version = "0.25.6"
7939source = "registry+https://github.com/rust-lang/crates.io-index"
7940checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7941dependencies = [
7942 "bytemuck",
7943 "byteorder-lite",
7944 "color_quant",
7945 "exr",
7946 "gif",
7947 "image-webp",
7948 "num-traits",
7949 "png",
7950 "qoi",
7951 "ravif",
7952 "rayon",
7953 "rgb",
7954 "tiff",
7955 "zune-core",
7956 "zune-jpeg",
7957]
7958
7959[[package]]
7960name = "image-webp"
7961version = "0.2.1"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7964dependencies = [
7965 "byteorder-lite",
7966 "quick-error",
7967]
7968
7969[[package]]
7970name = "image_viewer"
7971version = "0.1.0"
7972dependencies = [
7973 "anyhow",
7974 "db",
7975 "editor",
7976 "file_icons",
7977 "gpui",
7978 "language",
7979 "log",
7980 "project",
7981 "schemars",
7982 "serde",
7983 "settings",
7984 "theme",
7985 "ui",
7986 "util",
7987 "workspace",
7988 "workspace-hack",
7989]
7990
7991[[package]]
7992name = "imagesize"
7993version = "0.13.0"
7994source = "registry+https://github.com/rust-lang/crates.io-index"
7995checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
7996
7997[[package]]
7998name = "imara-diff"
7999version = "0.1.8"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8002dependencies = [
8003 "hashbrown 0.15.3",
8004]
8005
8006[[package]]
8007name = "imgref"
8008version = "1.11.0"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8011
8012[[package]]
8013name = "indexed_docs"
8014version = "0.1.0"
8015dependencies = [
8016 "anyhow",
8017 "async-trait",
8018 "cargo_metadata",
8019 "collections",
8020 "derive_more",
8021 "extension",
8022 "fs",
8023 "futures 0.3.31",
8024 "fuzzy",
8025 "gpui",
8026 "heed",
8027 "html_to_markdown",
8028 "http_client",
8029 "indexmap",
8030 "indoc",
8031 "parking_lot",
8032 "paths",
8033 "pretty_assertions",
8034 "serde",
8035 "strum 0.27.1",
8036 "util",
8037 "workspace-hack",
8038]
8039
8040[[package]]
8041name = "indexmap"
8042version = "2.9.0"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8045dependencies = [
8046 "equivalent",
8047 "hashbrown 0.15.3",
8048 "serde",
8049]
8050
8051[[package]]
8052name = "indoc"
8053version = "2.0.6"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8056
8057[[package]]
8058name = "infer"
8059version = "0.2.3"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8062
8063[[package]]
8064name = "inherent"
8065version = "1.0.12"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8068dependencies = [
8069 "proc-macro2",
8070 "quote",
8071 "syn 2.0.101",
8072]
8073
8074[[package]]
8075name = "inline_completion"
8076version = "0.1.0"
8077dependencies = [
8078 "anyhow",
8079 "gpui",
8080 "language",
8081 "project",
8082 "workspace-hack",
8083 "zed_llm_client",
8084]
8085
8086[[package]]
8087name = "inline_completion_button"
8088version = "0.1.0"
8089dependencies = [
8090 "anyhow",
8091 "client",
8092 "copilot",
8093 "editor",
8094 "feature_flags",
8095 "fs",
8096 "futures 0.3.31",
8097 "gpui",
8098 "indoc",
8099 "inline_completion",
8100 "language",
8101 "lsp",
8102 "paths",
8103 "project",
8104 "regex",
8105 "serde_json",
8106 "settings",
8107 "supermaven",
8108 "telemetry",
8109 "theme",
8110 "ui",
8111 "workspace",
8112 "workspace-hack",
8113 "zed_actions",
8114 "zed_llm_client",
8115 "zeta",
8116]
8117
8118[[package]]
8119name = "inotify"
8120version = "0.11.0"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8123dependencies = [
8124 "bitflags 2.9.0",
8125 "inotify-sys",
8126 "libc",
8127]
8128
8129[[package]]
8130name = "inotify-sys"
8131version = "0.1.5"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8134dependencies = [
8135 "libc",
8136]
8137
8138[[package]]
8139name = "inout"
8140version = "0.1.4"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8143dependencies = [
8144 "block-padding",
8145 "generic-array",
8146]
8147
8148[[package]]
8149name = "install_cli"
8150version = "0.1.0"
8151dependencies = [
8152 "anyhow",
8153 "client",
8154 "gpui",
8155 "release_channel",
8156 "smol",
8157 "util",
8158 "workspace",
8159 "workspace-hack",
8160]
8161
8162[[package]]
8163name = "instant"
8164version = "0.1.13"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8167dependencies = [
8168 "cfg-if",
8169]
8170
8171[[package]]
8172name = "interim"
8173version = "0.2.1"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8176dependencies = [
8177 "chrono",
8178 "logos",
8179]
8180
8181[[package]]
8182name = "interpolate_name"
8183version = "0.2.4"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8186dependencies = [
8187 "proc-macro2",
8188 "quote",
8189 "syn 2.0.101",
8190]
8191
8192[[package]]
8193name = "inventory"
8194version = "0.3.20"
8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8197dependencies = [
8198 "rustversion",
8199]
8200
8201[[package]]
8202name = "io-extras"
8203version = "0.18.4"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8206dependencies = [
8207 "io-lifetimes",
8208 "windows-sys 0.59.0",
8209]
8210
8211[[package]]
8212name = "io-lifetimes"
8213version = "2.0.4"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8216
8217[[package]]
8218name = "io-surface"
8219version = "0.16.0"
8220source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8222dependencies = [
8223 "cgl",
8224 "core-foundation 0.10.0",
8225 "core-foundation-sys",
8226 "leaky-cow",
8227 "libc",
8228]
8229
8230[[package]]
8231name = "iovec"
8232version = "0.1.4"
8233source = "registry+https://github.com/rust-lang/crates.io-index"
8234checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8235dependencies = [
8236 "libc",
8237]
8238
8239[[package]]
8240name = "ipc-channel"
8241version = "0.19.0"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8244dependencies = [
8245 "bincode",
8246 "crossbeam-channel",
8247 "fnv",
8248 "lazy_static",
8249 "libc",
8250 "mio",
8251 "rand 0.8.5",
8252 "serde",
8253 "tempfile",
8254 "uuid",
8255 "windows 0.58.0",
8256]
8257
8258[[package]]
8259name = "ipnet"
8260version = "2.11.0"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8263
8264[[package]]
8265name = "is-docker"
8266version = "0.2.0"
8267source = "registry+https://github.com/rust-lang/crates.io-index"
8268checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8269dependencies = [
8270 "once_cell",
8271]
8272
8273[[package]]
8274name = "is-terminal"
8275version = "0.4.16"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8278dependencies = [
8279 "hermit-abi 0.5.0",
8280 "libc",
8281 "windows-sys 0.59.0",
8282]
8283
8284[[package]]
8285name = "is-wsl"
8286version = "0.4.0"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8289dependencies = [
8290 "is-docker",
8291 "once_cell",
8292]
8293
8294[[package]]
8295name = "is_terminal_polyfill"
8296version = "1.70.1"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8299
8300[[package]]
8301name = "itertools"
8302version = "0.10.5"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8305dependencies = [
8306 "either",
8307]
8308
8309[[package]]
8310name = "itertools"
8311version = "0.11.0"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8314dependencies = [
8315 "either",
8316]
8317
8318[[package]]
8319name = "itertools"
8320version = "0.12.1"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8323dependencies = [
8324 "either",
8325]
8326
8327[[package]]
8328name = "itertools"
8329version = "0.13.0"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8332dependencies = [
8333 "either",
8334]
8335
8336[[package]]
8337name = "itertools"
8338version = "0.14.0"
8339source = "registry+https://github.com/rust-lang/crates.io-index"
8340checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8341dependencies = [
8342 "either",
8343]
8344
8345[[package]]
8346name = "itoa"
8347version = "1.0.15"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8350
8351[[package]]
8352name = "jiff"
8353version = "0.2.10"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8356dependencies = [
8357 "jiff-static",
8358 "jiff-tzdb-platform",
8359 "log",
8360 "portable-atomic",
8361 "portable-atomic-util",
8362 "serde",
8363 "windows-sys 0.59.0",
8364]
8365
8366[[package]]
8367name = "jiff-static"
8368version = "0.2.10"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8371dependencies = [
8372 "proc-macro2",
8373 "quote",
8374 "syn 2.0.101",
8375]
8376
8377[[package]]
8378name = "jiff-tzdb"
8379version = "0.1.4"
8380source = "registry+https://github.com/rust-lang/crates.io-index"
8381checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8382
8383[[package]]
8384name = "jiff-tzdb-platform"
8385version = "0.1.3"
8386source = "registry+https://github.com/rust-lang/crates.io-index"
8387checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8388dependencies = [
8389 "jiff-tzdb",
8390]
8391
8392[[package]]
8393name = "jj"
8394version = "0.1.0"
8395dependencies = [
8396 "anyhow",
8397 "gpui",
8398 "jj-lib",
8399 "workspace-hack",
8400]
8401
8402[[package]]
8403name = "jj-lib"
8404version = "0.29.0"
8405source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8406dependencies = [
8407 "async-trait",
8408 "blake2",
8409 "bstr",
8410 "chrono",
8411 "clru",
8412 "digest",
8413 "dunce",
8414 "either",
8415 "futures 0.3.31",
8416 "gix",
8417 "glob",
8418 "hashbrown 0.15.3",
8419 "hex",
8420 "ignore",
8421 "indexmap",
8422 "interim",
8423 "itertools 0.14.0",
8424 "jj-lib-proc-macros",
8425 "maplit",
8426 "once_cell",
8427 "pest",
8428 "pest_derive",
8429 "pollster 0.4.0",
8430 "prost 0.13.5",
8431 "rand 0.8.5",
8432 "rand_chacha 0.3.1",
8433 "rayon",
8434 "ref-cast",
8435 "regex",
8436 "rustix 1.0.7",
8437 "same-file",
8438 "serde",
8439 "serde_json",
8440 "smallvec",
8441 "strsim",
8442 "tempfile",
8443 "thiserror 2.0.12",
8444 "toml_edit",
8445 "tracing",
8446 "version_check",
8447 "winreg 0.52.0",
8448]
8449
8450[[package]]
8451name = "jj-lib-proc-macros"
8452version = "0.29.0"
8453source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8454dependencies = [
8455 "proc-macro2",
8456 "quote",
8457 "syn 2.0.101",
8458]
8459
8460[[package]]
8461name = "jj_ui"
8462version = "0.1.0"
8463dependencies = [
8464 "command_palette_hooks",
8465 "feature_flags",
8466 "fuzzy",
8467 "gpui",
8468 "jj",
8469 "picker",
8470 "ui",
8471 "util",
8472 "workspace",
8473 "workspace-hack",
8474 "zed_actions",
8475]
8476
8477[[package]]
8478name = "jni"
8479version = "0.21.1"
8480source = "registry+https://github.com/rust-lang/crates.io-index"
8481checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8482dependencies = [
8483 "cesu8",
8484 "cfg-if",
8485 "combine",
8486 "jni-sys",
8487 "log",
8488 "thiserror 1.0.69",
8489 "walkdir",
8490 "windows-sys 0.45.0",
8491]
8492
8493[[package]]
8494name = "jni-sys"
8495version = "0.3.0"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8498
8499[[package]]
8500name = "jobserver"
8501version = "0.1.33"
8502source = "registry+https://github.com/rust-lang/crates.io-index"
8503checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8504dependencies = [
8505 "getrandom 0.3.2",
8506 "libc",
8507]
8508
8509[[package]]
8510name = "journal"
8511version = "0.1.0"
8512dependencies = [
8513 "anyhow",
8514 "chrono",
8515 "editor",
8516 "gpui",
8517 "log",
8518 "schemars",
8519 "serde",
8520 "settings",
8521 "shellexpand 2.1.2",
8522 "workspace",
8523 "workspace-hack",
8524]
8525
8526[[package]]
8527name = "jpeg-decoder"
8528version = "0.3.1"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8531
8532[[package]]
8533name = "js-sys"
8534version = "0.3.77"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8537dependencies = [
8538 "once_cell",
8539 "wasm-bindgen",
8540]
8541
8542[[package]]
8543name = "jsonschema"
8544version = "0.30.0"
8545source = "registry+https://github.com/rust-lang/crates.io-index"
8546checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8547dependencies = [
8548 "ahash 0.8.11",
8549 "base64 0.22.1",
8550 "bytecount",
8551 "email_address",
8552 "fancy-regex 0.14.0",
8553 "fraction",
8554 "idna",
8555 "itoa",
8556 "num-cmp",
8557 "num-traits",
8558 "once_cell",
8559 "percent-encoding",
8560 "referencing",
8561 "regex",
8562 "regex-syntax 0.8.5",
8563 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8564 "serde",
8565 "serde_json",
8566 "uuid-simd",
8567]
8568
8569[[package]]
8570name = "jsonwebtoken"
8571version = "9.3.1"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8574dependencies = [
8575 "base64 0.22.1",
8576 "js-sys",
8577 "pem",
8578 "ring",
8579 "serde",
8580 "serde_json",
8581 "simple_asn1",
8582]
8583
8584[[package]]
8585name = "jupyter-protocol"
8586version = "0.6.0"
8587source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8588dependencies = [
8589 "anyhow",
8590 "async-trait",
8591 "bytes 1.10.1",
8592 "chrono",
8593 "futures 0.3.31",
8594 "serde",
8595 "serde_json",
8596 "uuid",
8597]
8598
8599[[package]]
8600name = "jupyter-websocket-client"
8601version = "0.9.0"
8602source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8603dependencies = [
8604 "anyhow",
8605 "async-trait",
8606 "async-tungstenite",
8607 "futures 0.3.31",
8608 "jupyter-protocol",
8609 "serde",
8610 "serde_json",
8611 "url",
8612 "uuid",
8613]
8614
8615[[package]]
8616name = "khronos-egl"
8617version = "6.0.0"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8620dependencies = [
8621 "libc",
8622 "libloading",
8623]
8624
8625[[package]]
8626name = "kqueue"
8627version = "1.0.8"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8630dependencies = [
8631 "kqueue-sys",
8632 "libc",
8633]
8634
8635[[package]]
8636name = "kqueue-sys"
8637version = "1.0.4"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8640dependencies = [
8641 "bitflags 1.3.2",
8642 "libc",
8643]
8644
8645[[package]]
8646name = "kstring"
8647version = "2.0.2"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8650dependencies = [
8651 "static_assertions",
8652]
8653
8654[[package]]
8655name = "kurbo"
8656version = "0.11.1"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8659dependencies = [
8660 "arrayvec",
8661 "smallvec",
8662]
8663
8664[[package]]
8665name = "kv-log-macro"
8666version = "1.0.7"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8669dependencies = [
8670 "log",
8671]
8672
8673[[package]]
8674name = "language"
8675version = "0.1.0"
8676dependencies = [
8677 "anyhow",
8678 "async-trait",
8679 "async-watch",
8680 "clock",
8681 "collections",
8682 "ctor",
8683 "ec4rs",
8684 "env_logger 0.11.8",
8685 "fs",
8686 "futures 0.3.31",
8687 "fuzzy",
8688 "globset",
8689 "gpui",
8690 "http_client",
8691 "imara-diff",
8692 "indoc",
8693 "itertools 0.14.0",
8694 "log",
8695 "lsp",
8696 "parking_lot",
8697 "postage",
8698 "pretty_assertions",
8699 "rand 0.8.5",
8700 "regex",
8701 "rpc",
8702 "schemars",
8703 "serde",
8704 "serde_json",
8705 "settings",
8706 "smallvec",
8707 "smol",
8708 "streaming-iterator",
8709 "strsim",
8710 "sum_tree",
8711 "task",
8712 "text",
8713 "theme",
8714 "tree-sitter",
8715 "tree-sitter-elixir",
8716 "tree-sitter-embedded-template",
8717 "tree-sitter-heex",
8718 "tree-sitter-html",
8719 "tree-sitter-json",
8720 "tree-sitter-md",
8721 "tree-sitter-python",
8722 "tree-sitter-ruby",
8723 "tree-sitter-rust",
8724 "tree-sitter-typescript",
8725 "unicase",
8726 "unindent",
8727 "util",
8728 "workspace-hack",
8729]
8730
8731[[package]]
8732name = "language_extension"
8733version = "0.1.0"
8734dependencies = [
8735 "anyhow",
8736 "async-trait",
8737 "collections",
8738 "extension",
8739 "fs",
8740 "futures 0.3.31",
8741 "gpui",
8742 "language",
8743 "lsp",
8744 "serde",
8745 "serde_json",
8746 "util",
8747 "workspace-hack",
8748]
8749
8750[[package]]
8751name = "language_model"
8752version = "0.1.0"
8753dependencies = [
8754 "anthropic",
8755 "anyhow",
8756 "base64 0.22.1",
8757 "client",
8758 "collections",
8759 "futures 0.3.31",
8760 "google_ai",
8761 "gpui",
8762 "http_client",
8763 "icons",
8764 "image",
8765 "open_ai",
8766 "parking_lot",
8767 "proto",
8768 "schemars",
8769 "serde",
8770 "serde_json",
8771 "smol",
8772 "strum 0.27.1",
8773 "telemetry_events",
8774 "thiserror 2.0.12",
8775 "util",
8776 "workspace-hack",
8777 "zed_llm_client",
8778]
8779
8780[[package]]
8781name = "language_models"
8782version = "0.1.0"
8783dependencies = [
8784 "anthropic",
8785 "anyhow",
8786 "aws-config",
8787 "aws-credential-types",
8788 "aws_http_client",
8789 "bedrock",
8790 "client",
8791 "collections",
8792 "copilot",
8793 "credentials_provider",
8794 "deepseek",
8795 "editor",
8796 "feature_flags",
8797 "fs",
8798 "futures 0.3.31",
8799 "google_ai",
8800 "gpui",
8801 "gpui_tokio",
8802 "http_client",
8803 "language_model",
8804 "lmstudio",
8805 "log",
8806 "menu",
8807 "mistral",
8808 "ollama",
8809 "open_ai",
8810 "partial-json-fixer",
8811 "project",
8812 "proto",
8813 "release_channel",
8814 "schemars",
8815 "serde",
8816 "serde_json",
8817 "settings",
8818 "smol",
8819 "strum 0.27.1",
8820 "theme",
8821 "thiserror 2.0.12",
8822 "tiktoken-rs",
8823 "tokio",
8824 "ui",
8825 "util",
8826 "workspace-hack",
8827 "zed_llm_client",
8828]
8829
8830[[package]]
8831name = "language_selector"
8832version = "0.1.0"
8833dependencies = [
8834 "anyhow",
8835 "editor",
8836 "file_finder",
8837 "file_icons",
8838 "fuzzy",
8839 "gpui",
8840 "language",
8841 "picker",
8842 "project",
8843 "settings",
8844 "ui",
8845 "util",
8846 "workspace",
8847 "workspace-hack",
8848]
8849
8850[[package]]
8851name = "language_tools"
8852version = "0.1.0"
8853dependencies = [
8854 "anyhow",
8855 "client",
8856 "collections",
8857 "copilot",
8858 "editor",
8859 "env_logger 0.11.8",
8860 "futures 0.3.31",
8861 "gpui",
8862 "itertools 0.14.0",
8863 "language",
8864 "lsp",
8865 "project",
8866 "release_channel",
8867 "serde_json",
8868 "settings",
8869 "theme",
8870 "tree-sitter",
8871 "ui",
8872 "util",
8873 "workspace",
8874 "workspace-hack",
8875 "zed_actions",
8876]
8877
8878[[package]]
8879name = "languages"
8880version = "0.1.0"
8881dependencies = [
8882 "anyhow",
8883 "async-compression",
8884 "async-tar",
8885 "async-trait",
8886 "collections",
8887 "dap",
8888 "futures 0.3.31",
8889 "gpui",
8890 "http_client",
8891 "language",
8892 "log",
8893 "lsp",
8894 "node_runtime",
8895 "parking_lot",
8896 "paths",
8897 "pet",
8898 "pet-conda",
8899 "pet-core",
8900 "pet-fs",
8901 "pet-poetry",
8902 "pet-reporter",
8903 "pretty_assertions",
8904 "project",
8905 "regex",
8906 "rope",
8907 "rust-embed",
8908 "serde",
8909 "serde_json",
8910 "settings",
8911 "smol",
8912 "snippet_provider",
8913 "task",
8914 "text",
8915 "theme",
8916 "toml 0.8.20",
8917 "tree-sitter",
8918 "tree-sitter-bash",
8919 "tree-sitter-c",
8920 "tree-sitter-cpp",
8921 "tree-sitter-css",
8922 "tree-sitter-diff",
8923 "tree-sitter-gitcommit",
8924 "tree-sitter-go",
8925 "tree-sitter-gomod",
8926 "tree-sitter-gowork",
8927 "tree-sitter-jsdoc",
8928 "tree-sitter-json",
8929 "tree-sitter-md",
8930 "tree-sitter-python",
8931 "tree-sitter-regex",
8932 "tree-sitter-rust",
8933 "tree-sitter-typescript",
8934 "tree-sitter-yaml",
8935 "unindent",
8936 "util",
8937 "workspace",
8938 "workspace-hack",
8939]
8940
8941[[package]]
8942name = "lazy_static"
8943version = "1.5.0"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8946dependencies = [
8947 "spin",
8948]
8949
8950[[package]]
8951name = "lazycell"
8952version = "1.3.0"
8953source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8955
8956[[package]]
8957name = "leak"
8958version = "0.1.2"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8961
8962[[package]]
8963name = "leaky-cow"
8964version = "0.1.1"
8965source = "registry+https://github.com/rust-lang/crates.io-index"
8966checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8967dependencies = [
8968 "leak",
8969]
8970
8971[[package]]
8972name = "leb128"
8973version = "0.2.5"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
8976
8977[[package]]
8978name = "leb128fmt"
8979version = "0.1.0"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
8982
8983[[package]]
8984name = "lebe"
8985version = "0.5.2"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
8988
8989[[package]]
8990name = "libc"
8991version = "0.2.172"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
8994
8995[[package]]
8996name = "libdbus-sys"
8997version = "0.2.5"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9000dependencies = [
9001 "cc",
9002 "pkg-config",
9003]
9004
9005[[package]]
9006name = "libfuzzer-sys"
9007version = "0.4.9"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9010dependencies = [
9011 "arbitrary",
9012 "cc",
9013]
9014
9015[[package]]
9016name = "libgit2-sys"
9017version = "0.18.1+1.9.0"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9020dependencies = [
9021 "cc",
9022 "libc",
9023 "libz-sys",
9024 "pkg-config",
9025]
9026
9027[[package]]
9028name = "libloading"
9029version = "0.8.6"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9032dependencies = [
9033 "cfg-if",
9034 "windows-targets 0.52.6",
9035]
9036
9037[[package]]
9038name = "libm"
9039version = "0.2.11"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9042
9043[[package]]
9044name = "libmimalloc-sys"
9045version = "0.1.42"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9048dependencies = [
9049 "cc",
9050 "libc",
9051]
9052
9053[[package]]
9054name = "libredox"
9055version = "0.1.3"
9056source = "registry+https://github.com/rust-lang/crates.io-index"
9057checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9058dependencies = [
9059 "bitflags 2.9.0",
9060 "libc",
9061 "redox_syscall 0.5.11",
9062]
9063
9064[[package]]
9065name = "libsqlite3-sys"
9066version = "0.30.1"
9067source = "registry+https://github.com/rust-lang/crates.io-index"
9068checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9069dependencies = [
9070 "cc",
9071 "pkg-config",
9072 "vcpkg",
9073]
9074
9075[[package]]
9076name = "libwebrtc"
9077version = "0.3.10"
9078source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9079dependencies = [
9080 "cxx",
9081 "jni",
9082 "js-sys",
9083 "lazy_static",
9084 "livekit-protocol",
9085 "livekit-runtime",
9086 "log",
9087 "parking_lot",
9088 "serde",
9089 "serde_json",
9090 "thiserror 1.0.69",
9091 "tokio",
9092 "wasm-bindgen",
9093 "wasm-bindgen-futures",
9094 "web-sys",
9095 "webrtc-sys",
9096]
9097
9098[[package]]
9099name = "libz-rs-sys"
9100version = "0.5.0"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9103dependencies = [
9104 "zlib-rs",
9105]
9106
9107[[package]]
9108name = "libz-sys"
9109version = "1.1.22"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9112dependencies = [
9113 "cc",
9114 "libc",
9115 "pkg-config",
9116 "vcpkg",
9117]
9118
9119[[package]]
9120name = "link-cplusplus"
9121version = "1.0.10"
9122source = "registry+https://github.com/rust-lang/crates.io-index"
9123checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9124dependencies = [
9125 "cc",
9126]
9127
9128[[package]]
9129name = "linkify"
9130version = "0.10.0"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9133dependencies = [
9134 "memchr",
9135]
9136
9137[[package]]
9138name = "linux-raw-sys"
9139version = "0.4.15"
9140source = "registry+https://github.com/rust-lang/crates.io-index"
9141checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9142
9143[[package]]
9144name = "linux-raw-sys"
9145version = "0.9.4"
9146source = "registry+https://github.com/rust-lang/crates.io-index"
9147checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9148
9149[[package]]
9150name = "litemap"
9151version = "0.7.5"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9154
9155[[package]]
9156name = "livekit"
9157version = "0.7.8"
9158source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9159dependencies = [
9160 "chrono",
9161 "futures-util",
9162 "lazy_static",
9163 "libloading",
9164 "libwebrtc",
9165 "livekit-api",
9166 "livekit-protocol",
9167 "livekit-runtime",
9168 "log",
9169 "parking_lot",
9170 "prost 0.12.6",
9171 "semver",
9172 "serde",
9173 "serde_json",
9174 "thiserror 1.0.69",
9175 "tokio",
9176]
9177
9178[[package]]
9179name = "livekit-api"
9180version = "0.4.2"
9181source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9182dependencies = [
9183 "futures-util",
9184 "http 0.2.12",
9185 "livekit-protocol",
9186 "livekit-runtime",
9187 "log",
9188 "parking_lot",
9189 "pbjson-types",
9190 "prost 0.12.6",
9191 "rand 0.9.1",
9192 "reqwest 0.11.27",
9193 "scopeguard",
9194 "serde",
9195 "sha2",
9196 "thiserror 1.0.69",
9197 "tokio",
9198 "tokio-tungstenite 0.26.2",
9199 "url",
9200]
9201
9202[[package]]
9203name = "livekit-protocol"
9204version = "0.3.9"
9205source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9206dependencies = [
9207 "futures-util",
9208 "livekit-runtime",
9209 "parking_lot",
9210 "pbjson",
9211 "pbjson-types",
9212 "prost 0.12.6",
9213 "prost-types 0.12.6",
9214 "serde",
9215 "thiserror 1.0.69",
9216 "tokio",
9217]
9218
9219[[package]]
9220name = "livekit-runtime"
9221version = "0.4.0"
9222source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9223dependencies = [
9224 "tokio",
9225 "tokio-stream",
9226]
9227
9228[[package]]
9229name = "livekit_api"
9230version = "0.1.0"
9231dependencies = [
9232 "anyhow",
9233 "async-trait",
9234 "jsonwebtoken",
9235 "log",
9236 "prost 0.9.0",
9237 "prost-build 0.9.0",
9238 "prost-types 0.9.0",
9239 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9240 "serde",
9241 "workspace-hack",
9242]
9243
9244[[package]]
9245name = "livekit_client"
9246version = "0.1.0"
9247dependencies = [
9248 "anyhow",
9249 "async-trait",
9250 "collections",
9251 "core-foundation 0.10.0",
9252 "core-video",
9253 "coreaudio-rs 0.12.1",
9254 "cpal",
9255 "futures 0.3.31",
9256 "gpui",
9257 "gpui_tokio",
9258 "http_client_tls",
9259 "image",
9260 "libwebrtc",
9261 "livekit",
9262 "livekit_api",
9263 "log",
9264 "nanoid",
9265 "objc",
9266 "parking_lot",
9267 "postage",
9268 "scap",
9269 "serde",
9270 "serde_json",
9271 "sha2",
9272 "simplelog",
9273 "smallvec",
9274 "tokio-tungstenite 0.26.2",
9275 "util",
9276 "workspace-hack",
9277]
9278
9279[[package]]
9280name = "lmdb-master-sys"
9281version = "0.2.5"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9284dependencies = [
9285 "cc",
9286 "doxygen-rs",
9287 "libc",
9288]
9289
9290[[package]]
9291name = "lmstudio"
9292version = "0.1.0"
9293dependencies = [
9294 "anyhow",
9295 "futures 0.3.31",
9296 "http_client",
9297 "schemars",
9298 "serde",
9299 "serde_json",
9300 "workspace-hack",
9301]
9302
9303[[package]]
9304name = "lock_api"
9305version = "0.4.12"
9306source = "registry+https://github.com/rust-lang/crates.io-index"
9307checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9308dependencies = [
9309 "autocfg",
9310 "scopeguard",
9311]
9312
9313[[package]]
9314name = "log"
9315version = "0.4.27"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9318dependencies = [
9319 "serde",
9320 "value-bag",
9321]
9322
9323[[package]]
9324name = "logos"
9325version = "0.15.0"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9328dependencies = [
9329 "logos-derive",
9330]
9331
9332[[package]]
9333name = "logos-codegen"
9334version = "0.15.0"
9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9337dependencies = [
9338 "beef",
9339 "fnv",
9340 "lazy_static",
9341 "proc-macro2",
9342 "quote",
9343 "regex-syntax 0.8.5",
9344 "rustc_version",
9345 "syn 2.0.101",
9346]
9347
9348[[package]]
9349name = "logos-derive"
9350version = "0.15.0"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9353dependencies = [
9354 "logos-codegen",
9355]
9356
9357[[package]]
9358name = "loom"
9359version = "0.7.2"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9362dependencies = [
9363 "cfg-if",
9364 "generator",
9365 "scoped-tls",
9366 "tracing",
9367 "tracing-subscriber",
9368]
9369
9370[[package]]
9371name = "loop9"
9372version = "0.1.5"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9375dependencies = [
9376 "imgref",
9377]
9378
9379[[package]]
9380name = "lru"
9381version = "0.12.5"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9384dependencies = [
9385 "hashbrown 0.15.3",
9386]
9387
9388[[package]]
9389name = "lsp"
9390version = "0.1.0"
9391dependencies = [
9392 "anyhow",
9393 "async-pipe",
9394 "collections",
9395 "ctor",
9396 "env_logger 0.11.8",
9397 "futures 0.3.31",
9398 "gpui",
9399 "log",
9400 "lsp-types",
9401 "parking_lot",
9402 "postage",
9403 "release_channel",
9404 "schemars",
9405 "serde",
9406 "serde_json",
9407 "smol",
9408 "util",
9409 "workspace-hack",
9410]
9411
9412[[package]]
9413name = "lsp-types"
9414version = "0.95.1"
9415source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9416dependencies = [
9417 "bitflags 1.3.2",
9418 "serde",
9419 "serde_json",
9420 "serde_repr",
9421 "url",
9422]
9423
9424[[package]]
9425name = "lyon"
9426version = "1.0.1"
9427source = "registry+https://github.com/rust-lang/crates.io-index"
9428checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9429dependencies = [
9430 "lyon_algorithms",
9431 "lyon_extra",
9432 "lyon_tessellation",
9433]
9434
9435[[package]]
9436name = "lyon_algorithms"
9437version = "1.0.5"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9440dependencies = [
9441 "lyon_path",
9442 "num-traits",
9443]
9444
9445[[package]]
9446name = "lyon_extra"
9447version = "1.0.3"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9450dependencies = [
9451 "lyon_path",
9452 "thiserror 1.0.69",
9453]
9454
9455[[package]]
9456name = "lyon_geom"
9457version = "1.0.6"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9460dependencies = [
9461 "arrayvec",
9462 "euclid",
9463 "num-traits",
9464]
9465
9466[[package]]
9467name = "lyon_path"
9468version = "1.0.7"
9469source = "registry+https://github.com/rust-lang/crates.io-index"
9470checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9471dependencies = [
9472 "lyon_geom",
9473 "num-traits",
9474]
9475
9476[[package]]
9477name = "lyon_tessellation"
9478version = "1.0.15"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9481dependencies = [
9482 "float_next_after",
9483 "lyon_path",
9484 "num-traits",
9485]
9486
9487[[package]]
9488name = "mac"
9489version = "0.1.1"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9492
9493[[package]]
9494name = "mach2"
9495version = "0.4.2"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9498dependencies = [
9499 "libc",
9500]
9501
9502[[package]]
9503name = "malloc_buf"
9504version = "0.0.6"
9505source = "registry+https://github.com/rust-lang/crates.io-index"
9506checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9507dependencies = [
9508 "libc",
9509]
9510
9511[[package]]
9512name = "maplit"
9513version = "1.0.2"
9514source = "registry+https://github.com/rust-lang/crates.io-index"
9515checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9516
9517[[package]]
9518name = "markdown"
9519version = "0.1.0"
9520dependencies = [
9521 "anyhow",
9522 "assets",
9523 "base64 0.22.1",
9524 "env_logger 0.11.8",
9525 "gpui",
9526 "language",
9527 "languages",
9528 "linkify",
9529 "log",
9530 "node_runtime",
9531 "pulldown-cmark 0.12.2",
9532 "settings",
9533 "sum_tree",
9534 "theme",
9535 "ui",
9536 "util",
9537 "workspace-hack",
9538]
9539
9540[[package]]
9541name = "markdown_preview"
9542version = "0.1.0"
9543dependencies = [
9544 "anyhow",
9545 "async-recursion 1.1.1",
9546 "collections",
9547 "editor",
9548 "gpui",
9549 "language",
9550 "linkify",
9551 "log",
9552 "pretty_assertions",
9553 "pulldown-cmark 0.12.2",
9554 "settings",
9555 "theme",
9556 "ui",
9557 "util",
9558 "workspace",
9559 "workspace-hack",
9560]
9561
9562[[package]]
9563name = "markup5ever"
9564version = "0.12.1"
9565source = "registry+https://github.com/rust-lang/crates.io-index"
9566checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9567dependencies = [
9568 "log",
9569 "phf",
9570 "phf_codegen",
9571 "string_cache",
9572 "string_cache_codegen",
9573 "tendril",
9574]
9575
9576[[package]]
9577name = "markup5ever"
9578version = "0.16.1"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9581dependencies = [
9582 "log",
9583 "tendril",
9584 "web_atoms",
9585]
9586
9587[[package]]
9588name = "markup5ever_rcdom"
9589version = "0.3.0"
9590source = "registry+https://github.com/rust-lang/crates.io-index"
9591checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9592dependencies = [
9593 "html5ever 0.27.0",
9594 "markup5ever 0.12.1",
9595 "tendril",
9596 "xml5ever",
9597]
9598
9599[[package]]
9600name = "match_token"
9601version = "0.1.0"
9602source = "registry+https://github.com/rust-lang/crates.io-index"
9603checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9604dependencies = [
9605 "proc-macro2",
9606 "quote",
9607 "syn 2.0.101",
9608]
9609
9610[[package]]
9611name = "matchers"
9612version = "0.1.0"
9613source = "registry+https://github.com/rust-lang/crates.io-index"
9614checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9615dependencies = [
9616 "regex-automata 0.1.10",
9617]
9618
9619[[package]]
9620name = "matchit"
9621version = "0.7.3"
9622source = "registry+https://github.com/rust-lang/crates.io-index"
9623checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9624
9625[[package]]
9626name = "maybe-async"
9627version = "0.2.10"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9630dependencies = [
9631 "proc-macro2",
9632 "quote",
9633 "syn 2.0.101",
9634]
9635
9636[[package]]
9637name = "maybe-owned"
9638version = "0.3.4"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9641
9642[[package]]
9643name = "maybe-rayon"
9644version = "0.1.1"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9647dependencies = [
9648 "cfg-if",
9649 "rayon",
9650]
9651
9652[[package]]
9653name = "md-5"
9654version = "0.10.6"
9655source = "registry+https://github.com/rust-lang/crates.io-index"
9656checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9657dependencies = [
9658 "cfg-if",
9659 "digest",
9660]
9661
9662[[package]]
9663name = "mdbook"
9664version = "0.4.48"
9665source = "registry+https://github.com/rust-lang/crates.io-index"
9666checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9667dependencies = [
9668 "ammonia",
9669 "anyhow",
9670 "chrono",
9671 "clap",
9672 "clap_complete",
9673 "elasticlunr-rs",
9674 "env_logger 0.11.8",
9675 "futures-util",
9676 "handlebars 6.3.2",
9677 "hex",
9678 "ignore",
9679 "log",
9680 "memchr",
9681 "notify",
9682 "notify-debouncer-mini",
9683 "once_cell",
9684 "opener",
9685 "pathdiff",
9686 "pulldown-cmark 0.10.3",
9687 "regex",
9688 "serde",
9689 "serde_json",
9690 "sha2",
9691 "shlex",
9692 "tempfile",
9693 "tokio",
9694 "toml 0.5.11",
9695 "topological-sort",
9696 "walkdir",
9697 "warp",
9698]
9699
9700[[package]]
9701name = "media"
9702version = "0.1.0"
9703dependencies = [
9704 "anyhow",
9705 "bindgen 0.71.1",
9706 "core-foundation 0.10.0",
9707 "core-video",
9708 "ctor",
9709 "foreign-types 0.5.0",
9710 "metal",
9711 "objc",
9712 "workspace-hack",
9713]
9714
9715[[package]]
9716name = "memchr"
9717version = "2.7.4"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9720
9721[[package]]
9722name = "memfd"
9723version = "0.6.4"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9726dependencies = [
9727 "rustix 0.38.44",
9728]
9729
9730[[package]]
9731name = "memmap2"
9732version = "0.9.5"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9735dependencies = [
9736 "libc",
9737]
9738
9739[[package]]
9740name = "memoffset"
9741version = "0.9.1"
9742source = "registry+https://github.com/rust-lang/crates.io-index"
9743checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9744dependencies = [
9745 "autocfg",
9746]
9747
9748[[package]]
9749name = "menu"
9750version = "0.1.0"
9751dependencies = [
9752 "gpui",
9753 "workspace-hack",
9754]
9755
9756[[package]]
9757name = "metal"
9758version = "0.29.0"
9759source = "registry+https://github.com/rust-lang/crates.io-index"
9760checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9761dependencies = [
9762 "bitflags 2.9.0",
9763 "block",
9764 "core-graphics-types 0.1.3",
9765 "foreign-types 0.5.0",
9766 "log",
9767 "objc",
9768 "paste",
9769]
9770
9771[[package]]
9772name = "migrator"
9773version = "0.1.0"
9774dependencies = [
9775 "anyhow",
9776 "collections",
9777 "convert_case 0.8.0",
9778 "log",
9779 "pretty_assertions",
9780 "streaming-iterator",
9781 "tree-sitter",
9782 "tree-sitter-json",
9783 "workspace-hack",
9784]
9785
9786[[package]]
9787name = "mimalloc"
9788version = "0.1.46"
9789source = "registry+https://github.com/rust-lang/crates.io-index"
9790checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9791dependencies = [
9792 "libmimalloc-sys",
9793]
9794
9795[[package]]
9796name = "mime"
9797version = "0.3.17"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9800
9801[[package]]
9802name = "mime_guess"
9803version = "2.0.5"
9804source = "registry+https://github.com/rust-lang/crates.io-index"
9805checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9806dependencies = [
9807 "mime",
9808 "unicase",
9809]
9810
9811[[package]]
9812name = "minimal-lexical"
9813version = "0.2.1"
9814source = "registry+https://github.com/rust-lang/crates.io-index"
9815checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9816
9817[[package]]
9818name = "miniz_oxide"
9819version = "0.8.8"
9820source = "registry+https://github.com/rust-lang/crates.io-index"
9821checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9822dependencies = [
9823 "adler2",
9824 "simd-adler32",
9825]
9826
9827[[package]]
9828name = "mint"
9829version = "0.5.9"
9830source = "registry+https://github.com/rust-lang/crates.io-index"
9831checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9832
9833[[package]]
9834name = "mio"
9835version = "1.0.3"
9836source = "registry+https://github.com/rust-lang/crates.io-index"
9837checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9838dependencies = [
9839 "libc",
9840 "log",
9841 "wasi 0.11.0+wasi-snapshot-preview1",
9842 "windows-sys 0.52.0",
9843]
9844
9845[[package]]
9846name = "miow"
9847version = "0.6.0"
9848source = "registry+https://github.com/rust-lang/crates.io-index"
9849checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9850dependencies = [
9851 "windows-sys 0.48.0",
9852]
9853
9854[[package]]
9855name = "mistral"
9856version = "0.1.0"
9857dependencies = [
9858 "anyhow",
9859 "futures 0.3.31",
9860 "http_client",
9861 "schemars",
9862 "serde",
9863 "serde_json",
9864 "strum 0.27.1",
9865 "workspace-hack",
9866]
9867
9868[[package]]
9869name = "moka"
9870version = "0.12.10"
9871source = "registry+https://github.com/rust-lang/crates.io-index"
9872checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9873dependencies = [
9874 "crossbeam-channel",
9875 "crossbeam-epoch",
9876 "crossbeam-utils",
9877 "loom",
9878 "parking_lot",
9879 "portable-atomic",
9880 "rustc_version",
9881 "smallvec",
9882 "tagptr",
9883 "thiserror 1.0.69",
9884 "uuid",
9885]
9886
9887[[package]]
9888name = "msvc_spectre_libs"
9889version = "0.1.3"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9892dependencies = [
9893 "cc",
9894]
9895
9896[[package]]
9897name = "multi_buffer"
9898version = "0.1.0"
9899dependencies = [
9900 "anyhow",
9901 "buffer_diff",
9902 "clock",
9903 "collections",
9904 "ctor",
9905 "env_logger 0.11.8",
9906 "gpui",
9907 "indoc",
9908 "itertools 0.14.0",
9909 "language",
9910 "log",
9911 "parking_lot",
9912 "pretty_assertions",
9913 "project",
9914 "rand 0.8.5",
9915 "rope",
9916 "serde",
9917 "settings",
9918 "smallvec",
9919 "smol",
9920 "sum_tree",
9921 "text",
9922 "theme",
9923 "tree-sitter",
9924 "util",
9925 "workspace-hack",
9926]
9927
9928[[package]]
9929name = "multimap"
9930version = "0.8.3"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9933
9934[[package]]
9935name = "multimap"
9936version = "0.10.0"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9939
9940[[package]]
9941name = "naga"
9942version = "25.0.1"
9943source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9945dependencies = [
9946 "arrayvec",
9947 "bit-set 0.8.0",
9948 "bitflags 2.9.0",
9949 "cfg_aliases 0.2.1",
9950 "codespan-reporting 0.12.0",
9951 "half",
9952 "hashbrown 0.15.3",
9953 "hexf-parse",
9954 "indexmap",
9955 "log",
9956 "num-traits",
9957 "once_cell",
9958 "rustc-hash 1.1.0",
9959 "spirv",
9960 "strum 0.26.3",
9961 "thiserror 2.0.12",
9962 "unicode-ident",
9963]
9964
9965[[package]]
9966name = "nanoid"
9967version = "0.4.0"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9970dependencies = [
9971 "rand 0.8.5",
9972]
9973
9974[[package]]
9975name = "nanorand"
9976version = "0.7.0"
9977source = "registry+https://github.com/rust-lang/crates.io-index"
9978checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
9979dependencies = [
9980 "getrandom 0.2.15",
9981]
9982
9983[[package]]
9984name = "native-tls"
9985version = "0.2.14"
9986source = "registry+https://github.com/rust-lang/crates.io-index"
9987checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
9988dependencies = [
9989 "libc",
9990 "log",
9991 "openssl",
9992 "openssl-probe",
9993 "openssl-sys",
9994 "schannel",
9995 "security-framework 2.11.1",
9996 "security-framework-sys",
9997 "tempfile",
9998]
9999
10000[[package]]
10001name = "nbformat"
10002version = "0.10.0"
10003source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10004dependencies = [
10005 "anyhow",
10006 "chrono",
10007 "jupyter-protocol",
10008 "serde",
10009 "serde_json",
10010 "thiserror 1.0.69",
10011 "uuid",
10012]
10013
10014[[package]]
10015name = "ndk"
10016version = "0.8.0"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10019dependencies = [
10020 "bitflags 2.9.0",
10021 "jni-sys",
10022 "log",
10023 "ndk-sys",
10024 "num_enum",
10025 "thiserror 1.0.69",
10026]
10027
10028[[package]]
10029name = "ndk-context"
10030version = "0.1.1"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10033
10034[[package]]
10035name = "ndk-sys"
10036version = "0.5.0+25.2.9519653"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10039dependencies = [
10040 "jni-sys",
10041]
10042
10043[[package]]
10044name = "new_debug_unreachable"
10045version = "1.0.6"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10048
10049[[package]]
10050name = "nix"
10051version = "0.28.0"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10054dependencies = [
10055 "bitflags 2.9.0",
10056 "cfg-if",
10057 "cfg_aliases 0.1.1",
10058 "libc",
10059]
10060
10061[[package]]
10062name = "nix"
10063version = "0.29.0"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10066dependencies = [
10067 "bitflags 2.9.0",
10068 "cfg-if",
10069 "cfg_aliases 0.2.1",
10070 "libc",
10071 "memoffset",
10072]
10073
10074[[package]]
10075name = "node_runtime"
10076version = "0.1.0"
10077dependencies = [
10078 "anyhow",
10079 "async-compression",
10080 "async-std",
10081 "async-tar",
10082 "async-trait",
10083 "async-watch",
10084 "futures 0.3.31",
10085 "http_client",
10086 "log",
10087 "paths",
10088 "semver",
10089 "serde",
10090 "serde_json",
10091 "smol",
10092 "util",
10093 "which 6.0.3",
10094 "workspace-hack",
10095]
10096
10097[[package]]
10098name = "nom"
10099version = "7.1.3"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10102dependencies = [
10103 "memchr",
10104 "minimal-lexical",
10105]
10106
10107[[package]]
10108name = "noop_proc_macro"
10109version = "0.3.0"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10112
10113[[package]]
10114name = "normpath"
10115version = "1.3.0"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10118dependencies = [
10119 "windows-sys 0.59.0",
10120]
10121
10122[[package]]
10123name = "notifications"
10124version = "0.1.0"
10125dependencies = [
10126 "anyhow",
10127 "channel",
10128 "client",
10129 "collections",
10130 "component",
10131 "db",
10132 "gpui",
10133 "rpc",
10134 "settings",
10135 "sum_tree",
10136 "time",
10137 "ui",
10138 "util",
10139 "workspace",
10140 "workspace-hack",
10141]
10142
10143[[package]]
10144name = "notify"
10145version = "8.0.0"
10146source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10147dependencies = [
10148 "bitflags 2.9.0",
10149 "filetime",
10150 "fsevent-sys 4.1.0",
10151 "inotify",
10152 "kqueue",
10153 "libc",
10154 "log",
10155 "mio",
10156 "notify-types",
10157 "walkdir",
10158 "windows-sys 0.59.0",
10159]
10160
10161[[package]]
10162name = "notify-debouncer-mini"
10163version = "0.6.0"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10166dependencies = [
10167 "log",
10168 "notify",
10169 "notify-types",
10170 "tempfile",
10171]
10172
10173[[package]]
10174name = "notify-types"
10175version = "2.0.0"
10176source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10177
10178[[package]]
10179name = "ntapi"
10180version = "0.4.1"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10183dependencies = [
10184 "winapi",
10185]
10186
10187[[package]]
10188name = "nu-ansi-term"
10189version = "0.46.0"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10192dependencies = [
10193 "overload",
10194 "winapi",
10195]
10196
10197[[package]]
10198name = "num"
10199version = "0.4.3"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10202dependencies = [
10203 "num-bigint",
10204 "num-complex",
10205 "num-integer",
10206 "num-iter",
10207 "num-rational",
10208 "num-traits",
10209]
10210
10211[[package]]
10212name = "num-bigint"
10213version = "0.4.6"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10216dependencies = [
10217 "num-integer",
10218 "num-traits",
10219]
10220
10221[[package]]
10222name = "num-bigint-dig"
10223version = "0.8.4"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10226dependencies = [
10227 "byteorder",
10228 "lazy_static",
10229 "libm",
10230 "num-integer",
10231 "num-iter",
10232 "num-traits",
10233 "rand 0.8.5",
10234 "serde",
10235 "smallvec",
10236 "zeroize",
10237]
10238
10239[[package]]
10240name = "num-cmp"
10241version = "0.1.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10244
10245[[package]]
10246name = "num-complex"
10247version = "0.4.6"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10250dependencies = [
10251 "num-traits",
10252]
10253
10254[[package]]
10255name = "num-conv"
10256version = "0.1.0"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10259
10260[[package]]
10261name = "num-derive"
10262version = "0.4.2"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10265dependencies = [
10266 "proc-macro2",
10267 "quote",
10268 "syn 2.0.101",
10269]
10270
10271[[package]]
10272name = "num-format"
10273version = "0.4.4"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10276dependencies = [
10277 "arrayvec",
10278 "itoa",
10279]
10280
10281[[package]]
10282name = "num-integer"
10283version = "0.1.46"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10286dependencies = [
10287 "num-traits",
10288]
10289
10290[[package]]
10291name = "num-iter"
10292version = "0.1.45"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10295dependencies = [
10296 "autocfg",
10297 "num-integer",
10298 "num-traits",
10299]
10300
10301[[package]]
10302name = "num-modular"
10303version = "0.6.1"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10306
10307[[package]]
10308name = "num-order"
10309version = "1.2.0"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10312dependencies = [
10313 "num-modular",
10314]
10315
10316[[package]]
10317name = "num-rational"
10318version = "0.4.2"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10321dependencies = [
10322 "num-bigint",
10323 "num-integer",
10324 "num-traits",
10325]
10326
10327[[package]]
10328name = "num-traits"
10329version = "0.2.19"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10332dependencies = [
10333 "autocfg",
10334 "libm",
10335]
10336
10337[[package]]
10338name = "num_cpus"
10339version = "1.16.0"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10342dependencies = [
10343 "hermit-abi 0.3.9",
10344 "libc",
10345]
10346
10347[[package]]
10348name = "num_enum"
10349version = "0.7.3"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10352dependencies = [
10353 "num_enum_derive",
10354]
10355
10356[[package]]
10357name = "num_enum_derive"
10358version = "0.7.3"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10361dependencies = [
10362 "proc-macro-crate",
10363 "proc-macro2",
10364 "quote",
10365 "syn 2.0.101",
10366]
10367
10368[[package]]
10369name = "num_threads"
10370version = "0.1.7"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10373dependencies = [
10374 "libc",
10375]
10376
10377[[package]]
10378name = "nvim-rs"
10379version = "0.9.2"
10380source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10381dependencies = [
10382 "async-trait",
10383 "futures 0.3.31",
10384 "log",
10385 "rmp",
10386 "rmpv",
10387 "tokio",
10388 "tokio-util",
10389]
10390
10391[[package]]
10392name = "objc"
10393version = "0.2.7"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10396dependencies = [
10397 "malloc_buf",
10398 "objc_exception",
10399]
10400
10401[[package]]
10402name = "objc-foundation"
10403version = "0.1.1"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10406dependencies = [
10407 "block",
10408 "objc",
10409 "objc_id",
10410]
10411
10412[[package]]
10413name = "objc2"
10414version = "0.6.1"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10417dependencies = [
10418 "objc2-encode",
10419]
10420
10421[[package]]
10422name = "objc2-app-kit"
10423version = "0.3.1"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10426dependencies = [
10427 "bitflags 2.9.0",
10428 "objc2",
10429 "objc2-core-foundation",
10430 "objc2-foundation",
10431 "objc2-quartz-core",
10432]
10433
10434[[package]]
10435name = "objc2-core-foundation"
10436version = "0.3.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10439dependencies = [
10440 "bitflags 2.9.0",
10441 "dispatch2",
10442 "objc2",
10443]
10444
10445[[package]]
10446name = "objc2-encode"
10447version = "4.1.0"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10450
10451[[package]]
10452name = "objc2-foundation"
10453version = "0.3.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10456dependencies = [
10457 "bitflags 2.9.0",
10458 "objc2",
10459 "objc2-core-foundation",
10460]
10461
10462[[package]]
10463name = "objc2-metal"
10464version = "0.3.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10467dependencies = [
10468 "bitflags 2.9.0",
10469 "block2",
10470 "dispatch2",
10471 "objc2",
10472 "objc2-core-foundation",
10473 "objc2-foundation",
10474]
10475
10476[[package]]
10477name = "objc2-quartz-core"
10478version = "0.3.1"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10481dependencies = [
10482 "bitflags 2.9.0",
10483 "objc2",
10484 "objc2-core-foundation",
10485 "objc2-foundation",
10486 "objc2-metal",
10487]
10488
10489[[package]]
10490name = "objc2-ui-kit"
10491version = "0.3.1"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10494dependencies = [
10495 "bitflags 2.9.0",
10496 "objc2",
10497 "objc2-core-foundation",
10498 "objc2-foundation",
10499 "objc2-quartz-core",
10500]
10501
10502[[package]]
10503name = "objc_exception"
10504version = "0.1.2"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10507dependencies = [
10508 "cc",
10509]
10510
10511[[package]]
10512name = "objc_id"
10513version = "0.1.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10516dependencies = [
10517 "objc",
10518]
10519
10520[[package]]
10521name = "object"
10522version = "0.36.7"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10525dependencies = [
10526 "crc32fast",
10527 "hashbrown 0.15.3",
10528 "indexmap",
10529 "memchr",
10530]
10531
10532[[package]]
10533name = "oboe"
10534version = "0.6.1"
10535source = "registry+https://github.com/rust-lang/crates.io-index"
10536checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10537dependencies = [
10538 "jni",
10539 "ndk",
10540 "ndk-context",
10541 "num-derive",
10542 "num-traits",
10543 "oboe-sys",
10544]
10545
10546[[package]]
10547name = "oboe-sys"
10548version = "0.6.1"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10551dependencies = [
10552 "cc",
10553]
10554
10555[[package]]
10556name = "ollama"
10557version = "0.1.0"
10558dependencies = [
10559 "anyhow",
10560 "futures 0.3.31",
10561 "http_client",
10562 "schemars",
10563 "serde",
10564 "serde_json",
10565 "workspace-hack",
10566]
10567
10568[[package]]
10569name = "once_cell"
10570version = "1.21.3"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10573
10574[[package]]
10575name = "oo7"
10576version = "0.4.3"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10579dependencies = [
10580 "aes",
10581 "ashpd",
10582 "async-fs",
10583 "async-io",
10584 "async-lock",
10585 "blocking",
10586 "cbc",
10587 "cipher",
10588 "digest",
10589 "endi",
10590 "futures-lite 2.6.0",
10591 "futures-util",
10592 "getrandom 0.3.2",
10593 "hkdf",
10594 "hmac",
10595 "md-5",
10596 "num",
10597 "num-bigint-dig",
10598 "pbkdf2 0.12.2",
10599 "rand 0.9.1",
10600 "serde",
10601 "sha2",
10602 "subtle",
10603 "zbus",
10604 "zbus_macros",
10605 "zeroize",
10606 "zvariant",
10607]
10608
10609[[package]]
10610name = "oorandom"
10611version = "11.1.5"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10614
10615[[package]]
10616name = "open"
10617version = "5.3.2"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10620dependencies = [
10621 "is-wsl",
10622 "libc",
10623 "pathdiff",
10624]
10625
10626[[package]]
10627name = "open_ai"
10628version = "0.1.0"
10629dependencies = [
10630 "anyhow",
10631 "futures 0.3.31",
10632 "http_client",
10633 "schemars",
10634 "serde",
10635 "serde_json",
10636 "strum 0.27.1",
10637 "workspace-hack",
10638]
10639
10640[[package]]
10641name = "opener"
10642version = "0.7.2"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10645dependencies = [
10646 "bstr",
10647 "dbus",
10648 "normpath",
10649 "windows-sys 0.59.0",
10650]
10651
10652[[package]]
10653name = "openssl"
10654version = "0.10.72"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10657dependencies = [
10658 "bitflags 2.9.0",
10659 "cfg-if",
10660 "foreign-types 0.3.2",
10661 "libc",
10662 "once_cell",
10663 "openssl-macros",
10664 "openssl-sys",
10665]
10666
10667[[package]]
10668name = "openssl-macros"
10669version = "0.1.1"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10672dependencies = [
10673 "proc-macro2",
10674 "quote",
10675 "syn 2.0.101",
10676]
10677
10678[[package]]
10679name = "openssl-probe"
10680version = "0.1.6"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10683
10684[[package]]
10685name = "openssl-sys"
10686version = "0.9.107"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10689dependencies = [
10690 "cc",
10691 "libc",
10692 "pkg-config",
10693 "vcpkg",
10694]
10695
10696[[package]]
10697name = "optfield"
10698version = "0.3.0"
10699source = "registry+https://github.com/rust-lang/crates.io-index"
10700checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10701dependencies = [
10702 "proc-macro2",
10703 "quote",
10704 "syn 2.0.101",
10705]
10706
10707[[package]]
10708name = "option-ext"
10709version = "0.2.0"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10712
10713[[package]]
10714name = "ordered-float"
10715version = "2.10.1"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10718dependencies = [
10719 "num-traits",
10720]
10721
10722[[package]]
10723name = "ordered-float"
10724version = "4.6.0"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10727dependencies = [
10728 "num-traits",
10729]
10730
10731[[package]]
10732name = "ordered-stream"
10733version = "0.2.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10736dependencies = [
10737 "futures-core",
10738 "pin-project-lite",
10739]
10740
10741[[package]]
10742name = "ouroboros"
10743version = "0.18.5"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10746dependencies = [
10747 "aliasable",
10748 "ouroboros_macro",
10749 "static_assertions",
10750]
10751
10752[[package]]
10753name = "ouroboros_macro"
10754version = "0.18.5"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10757dependencies = [
10758 "heck 0.4.1",
10759 "proc-macro2",
10760 "proc-macro2-diagnostics",
10761 "quote",
10762 "syn 2.0.101",
10763]
10764
10765[[package]]
10766name = "outline"
10767version = "0.1.0"
10768dependencies = [
10769 "editor",
10770 "fuzzy",
10771 "gpui",
10772 "indoc",
10773 "language",
10774 "menu",
10775 "ordered-float 2.10.1",
10776 "picker",
10777 "project",
10778 "rope",
10779 "serde_json",
10780 "settings",
10781 "smol",
10782 "theme",
10783 "tree-sitter-rust",
10784 "tree-sitter-typescript",
10785 "ui",
10786 "util",
10787 "workspace",
10788 "workspace-hack",
10789 "zed_actions",
10790]
10791
10792[[package]]
10793name = "outline_panel"
10794version = "0.1.0"
10795dependencies = [
10796 "anyhow",
10797 "collections",
10798 "db",
10799 "editor",
10800 "file_icons",
10801 "fuzzy",
10802 "gpui",
10803 "itertools 0.14.0",
10804 "language",
10805 "log",
10806 "menu",
10807 "outline",
10808 "pretty_assertions",
10809 "project",
10810 "schemars",
10811 "search",
10812 "serde",
10813 "serde_json",
10814 "settings",
10815 "smallvec",
10816 "smol",
10817 "theme",
10818 "ui",
10819 "util",
10820 "workspace",
10821 "workspace-hack",
10822 "worktree",
10823 "zed_actions",
10824]
10825
10826[[package]]
10827name = "outref"
10828version = "0.5.2"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10831
10832[[package]]
10833name = "overload"
10834version = "0.1.1"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10837
10838[[package]]
10839name = "p256"
10840version = "0.11.1"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10843dependencies = [
10844 "ecdsa",
10845 "elliptic-curve",
10846 "sha2",
10847]
10848
10849[[package]]
10850name = "page_size"
10851version = "0.6.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10854dependencies = [
10855 "libc",
10856 "winapi",
10857]
10858
10859[[package]]
10860name = "palette"
10861version = "0.7.6"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10864dependencies = [
10865 "approx",
10866 "fast-srgb8",
10867 "palette_derive",
10868]
10869
10870[[package]]
10871name = "palette_derive"
10872version = "0.7.6"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10875dependencies = [
10876 "by_address",
10877 "proc-macro2",
10878 "quote",
10879 "syn 2.0.101",
10880]
10881
10882[[package]]
10883name = "panel"
10884version = "0.1.0"
10885dependencies = [
10886 "editor",
10887 "gpui",
10888 "settings",
10889 "theme",
10890 "ui",
10891 "workspace",
10892 "workspace-hack",
10893]
10894
10895[[package]]
10896name = "parking"
10897version = "2.2.1"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10900
10901[[package]]
10902name = "parking_lot"
10903version = "0.12.3"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10906dependencies = [
10907 "lock_api",
10908 "parking_lot_core",
10909]
10910
10911[[package]]
10912name = "parking_lot_core"
10913version = "0.9.10"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10916dependencies = [
10917 "cfg-if",
10918 "libc",
10919 "redox_syscall 0.5.11",
10920 "smallvec",
10921 "windows-targets 0.52.6",
10922]
10923
10924[[package]]
10925name = "partial-json-fixer"
10926version = "0.5.3"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10929
10930[[package]]
10931name = "password-hash"
10932version = "0.4.2"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10935dependencies = [
10936 "base64ct",
10937 "rand_core 0.6.4",
10938 "subtle",
10939]
10940
10941[[package]]
10942name = "password-hash"
10943version = "0.5.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10946dependencies = [
10947 "base64ct",
10948 "rand_core 0.6.4",
10949 "subtle",
10950]
10951
10952[[package]]
10953name = "paste"
10954version = "1.0.15"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10957
10958[[package]]
10959name = "pathdiff"
10960version = "0.2.3"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10963
10964[[package]]
10965name = "pathfinder_geometry"
10966version = "0.5.1"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10969dependencies = [
10970 "log",
10971 "pathfinder_simd",
10972]
10973
10974[[package]]
10975name = "pathfinder_simd"
10976version = "0.5.4"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10979dependencies = [
10980 "rustc_version",
10981]
10982
10983[[package]]
10984name = "paths"
10985version = "0.1.0"
10986dependencies = [
10987 "dirs 4.0.0",
10988 "util",
10989 "workspace-hack",
10990]
10991
10992[[package]]
10993name = "pbjson"
10994version = "0.6.0"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10997dependencies = [
10998 "base64 0.21.7",
10999 "serde",
11000]
11001
11002[[package]]
11003name = "pbjson-build"
11004version = "0.6.2"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11007dependencies = [
11008 "heck 0.4.1",
11009 "itertools 0.11.0",
11010 "prost 0.12.6",
11011 "prost-types 0.12.6",
11012]
11013
11014[[package]]
11015name = "pbjson-types"
11016version = "0.6.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11019dependencies = [
11020 "bytes 1.10.1",
11021 "chrono",
11022 "pbjson",
11023 "pbjson-build",
11024 "prost 0.12.6",
11025 "prost-build 0.12.6",
11026 "serde",
11027]
11028
11029[[package]]
11030name = "pbkdf2"
11031version = "0.11.0"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11034dependencies = [
11035 "digest",
11036 "hmac",
11037 "password-hash 0.4.2",
11038 "sha2",
11039]
11040
11041[[package]]
11042name = "pbkdf2"
11043version = "0.12.2"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11046dependencies = [
11047 "digest",
11048 "hmac",
11049]
11050
11051[[package]]
11052name = "pem"
11053version = "3.0.5"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11056dependencies = [
11057 "base64 0.22.1",
11058 "serde",
11059]
11060
11061[[package]]
11062name = "pem-rfc7468"
11063version = "0.7.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11066dependencies = [
11067 "base64ct",
11068]
11069
11070[[package]]
11071name = "percent-encoding"
11072version = "2.3.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11075
11076[[package]]
11077name = "perplexity"
11078version = "0.1.0"
11079dependencies = [
11080 "serde",
11081 "zed_extension_api 0.6.0",
11082]
11083
11084[[package]]
11085name = "pest"
11086version = "2.8.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11089dependencies = [
11090 "memchr",
11091 "thiserror 2.0.12",
11092 "ucd-trie",
11093]
11094
11095[[package]]
11096name = "pest_derive"
11097version = "2.8.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11100dependencies = [
11101 "pest",
11102 "pest_generator",
11103]
11104
11105[[package]]
11106name = "pest_generator"
11107version = "2.8.0"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11110dependencies = [
11111 "pest",
11112 "pest_meta",
11113 "proc-macro2",
11114 "quote",
11115 "syn 2.0.101",
11116]
11117
11118[[package]]
11119name = "pest_meta"
11120version = "2.8.0"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11123dependencies = [
11124 "once_cell",
11125 "pest",
11126 "sha2",
11127]
11128
11129[[package]]
11130name = "pet"
11131version = "0.1.0"
11132source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11133dependencies = [
11134 "clap",
11135 "env_logger 0.10.2",
11136 "lazy_static",
11137 "log",
11138 "msvc_spectre_libs",
11139 "pet-conda",
11140 "pet-core",
11141 "pet-env-var-path",
11142 "pet-fs",
11143 "pet-global-virtualenvs",
11144 "pet-homebrew",
11145 "pet-jsonrpc",
11146 "pet-linux-global-python",
11147 "pet-mac-commandlinetools",
11148 "pet-mac-python-org",
11149 "pet-mac-xcode",
11150 "pet-pipenv",
11151 "pet-pixi",
11152 "pet-poetry",
11153 "pet-pyenv",
11154 "pet-python-utils",
11155 "pet-reporter",
11156 "pet-telemetry",
11157 "pet-venv",
11158 "pet-virtualenv",
11159 "pet-virtualenvwrapper",
11160 "pet-windows-registry",
11161 "pet-windows-store",
11162 "serde",
11163 "serde_json",
11164]
11165
11166[[package]]
11167name = "pet-conda"
11168version = "0.1.0"
11169source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11170dependencies = [
11171 "env_logger 0.10.2",
11172 "lazy_static",
11173 "log",
11174 "msvc_spectre_libs",
11175 "pet-core",
11176 "pet-fs",
11177 "pet-python-utils",
11178 "pet-reporter",
11179 "regex",
11180 "serde",
11181 "serde_json",
11182 "yaml-rust2",
11183]
11184
11185[[package]]
11186name = "pet-core"
11187version = "0.1.0"
11188source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11189dependencies = [
11190 "clap",
11191 "lazy_static",
11192 "log",
11193 "msvc_spectre_libs",
11194 "pet-fs",
11195 "regex",
11196 "serde",
11197 "serde_json",
11198]
11199
11200[[package]]
11201name = "pet-env-var-path"
11202version = "0.1.0"
11203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11204dependencies = [
11205 "lazy_static",
11206 "log",
11207 "msvc_spectre_libs",
11208 "pet-conda",
11209 "pet-core",
11210 "pet-fs",
11211 "pet-python-utils",
11212 "pet-virtualenv",
11213 "regex",
11214]
11215
11216[[package]]
11217name = "pet-fs"
11218version = "0.1.0"
11219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11220dependencies = [
11221 "log",
11222 "msvc_spectre_libs",
11223]
11224
11225[[package]]
11226name = "pet-global-virtualenvs"
11227version = "0.1.0"
11228source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11229dependencies = [
11230 "log",
11231 "msvc_spectre_libs",
11232 "pet-conda",
11233 "pet-core",
11234 "pet-fs",
11235 "pet-virtualenv",
11236]
11237
11238[[package]]
11239name = "pet-homebrew"
11240version = "0.1.0"
11241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11242dependencies = [
11243 "lazy_static",
11244 "log",
11245 "msvc_spectre_libs",
11246 "pet-conda",
11247 "pet-core",
11248 "pet-fs",
11249 "pet-python-utils",
11250 "pet-virtualenv",
11251 "regex",
11252 "serde",
11253 "serde_json",
11254]
11255
11256[[package]]
11257name = "pet-jsonrpc"
11258version = "0.1.0"
11259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11260dependencies = [
11261 "env_logger 0.10.2",
11262 "log",
11263 "msvc_spectre_libs",
11264 "pet-core",
11265 "serde",
11266 "serde_json",
11267]
11268
11269[[package]]
11270name = "pet-linux-global-python"
11271version = "0.1.0"
11272source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11273dependencies = [
11274 "log",
11275 "msvc_spectre_libs",
11276 "pet-core",
11277 "pet-fs",
11278 "pet-python-utils",
11279 "pet-virtualenv",
11280]
11281
11282[[package]]
11283name = "pet-mac-commandlinetools"
11284version = "0.1.0"
11285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11286dependencies = [
11287 "log",
11288 "msvc_spectre_libs",
11289 "pet-core",
11290 "pet-fs",
11291 "pet-python-utils",
11292 "pet-virtualenv",
11293]
11294
11295[[package]]
11296name = "pet-mac-python-org"
11297version = "0.1.0"
11298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11299dependencies = [
11300 "log",
11301 "msvc_spectre_libs",
11302 "pet-core",
11303 "pet-fs",
11304 "pet-python-utils",
11305 "pet-virtualenv",
11306]
11307
11308[[package]]
11309name = "pet-mac-xcode"
11310version = "0.1.0"
11311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11312dependencies = [
11313 "log",
11314 "msvc_spectre_libs",
11315 "pet-core",
11316 "pet-fs",
11317 "pet-python-utils",
11318 "pet-virtualenv",
11319]
11320
11321[[package]]
11322name = "pet-pipenv"
11323version = "0.1.0"
11324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11325dependencies = [
11326 "log",
11327 "msvc_spectre_libs",
11328 "pet-core",
11329 "pet-fs",
11330 "pet-python-utils",
11331 "pet-virtualenv",
11332]
11333
11334[[package]]
11335name = "pet-pixi"
11336version = "0.1.0"
11337source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11338dependencies = [
11339 "log",
11340 "msvc_spectre_libs",
11341 "pet-conda",
11342 "pet-core",
11343 "pet-python-utils",
11344]
11345
11346[[package]]
11347name = "pet-poetry"
11348version = "0.1.0"
11349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11350dependencies = [
11351 "base64 0.22.1",
11352 "lazy_static",
11353 "log",
11354 "msvc_spectre_libs",
11355 "pet-core",
11356 "pet-fs",
11357 "pet-python-utils",
11358 "pet-reporter",
11359 "pet-virtualenv",
11360 "regex",
11361 "serde",
11362 "serde_json",
11363 "sha2",
11364 "toml 0.8.20",
11365]
11366
11367[[package]]
11368name = "pet-pyenv"
11369version = "0.1.0"
11370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11371dependencies = [
11372 "lazy_static",
11373 "log",
11374 "msvc_spectre_libs",
11375 "pet-conda",
11376 "pet-core",
11377 "pet-fs",
11378 "pet-python-utils",
11379 "pet-reporter",
11380 "regex",
11381 "serde",
11382 "serde_json",
11383]
11384
11385[[package]]
11386name = "pet-python-utils"
11387version = "0.1.0"
11388source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11389dependencies = [
11390 "env_logger 0.10.2",
11391 "lazy_static",
11392 "log",
11393 "msvc_spectre_libs",
11394 "pet-core",
11395 "pet-fs",
11396 "regex",
11397 "serde",
11398 "serde_json",
11399 "sha2",
11400]
11401
11402[[package]]
11403name = "pet-reporter"
11404version = "0.1.0"
11405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11406dependencies = [
11407 "env_logger 0.10.2",
11408 "log",
11409 "msvc_spectre_libs",
11410 "pet-core",
11411 "pet-jsonrpc",
11412 "serde",
11413 "serde_json",
11414]
11415
11416[[package]]
11417name = "pet-telemetry"
11418version = "0.1.0"
11419source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11420dependencies = [
11421 "env_logger 0.10.2",
11422 "lazy_static",
11423 "log",
11424 "msvc_spectre_libs",
11425 "pet-core",
11426 "pet-fs",
11427 "pet-python-utils",
11428 "regex",
11429]
11430
11431[[package]]
11432name = "pet-venv"
11433version = "0.1.0"
11434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11435dependencies = [
11436 "log",
11437 "msvc_spectre_libs",
11438 "pet-core",
11439 "pet-python-utils",
11440 "pet-virtualenv",
11441]
11442
11443[[package]]
11444name = "pet-virtualenv"
11445version = "0.1.0"
11446source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11447dependencies = [
11448 "log",
11449 "msvc_spectre_libs",
11450 "pet-core",
11451 "pet-fs",
11452 "pet-python-utils",
11453]
11454
11455[[package]]
11456name = "pet-virtualenvwrapper"
11457version = "0.1.0"
11458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11459dependencies = [
11460 "log",
11461 "msvc_spectre_libs",
11462 "pet-core",
11463 "pet-fs",
11464 "pet-python-utils",
11465 "pet-virtualenv",
11466]
11467
11468[[package]]
11469name = "pet-windows-registry"
11470version = "0.1.0"
11471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11472dependencies = [
11473 "lazy_static",
11474 "log",
11475 "msvc_spectre_libs",
11476 "pet-conda",
11477 "pet-core",
11478 "pet-fs",
11479 "pet-python-utils",
11480 "pet-virtualenv",
11481 "pet-windows-store",
11482 "regex",
11483 "winreg 0.55.0",
11484]
11485
11486[[package]]
11487name = "pet-windows-store"
11488version = "0.1.0"
11489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11490dependencies = [
11491 "lazy_static",
11492 "log",
11493 "msvc_spectre_libs",
11494 "pet-core",
11495 "pet-fs",
11496 "pet-python-utils",
11497 "pet-virtualenv",
11498 "regex",
11499 "winreg 0.55.0",
11500]
11501
11502[[package]]
11503name = "petgraph"
11504version = "0.6.5"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11507dependencies = [
11508 "fixedbitset",
11509 "indexmap",
11510]
11511
11512[[package]]
11513name = "pgvector"
11514version = "0.4.0"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11517dependencies = [
11518 "serde",
11519]
11520
11521[[package]]
11522name = "phf"
11523version = "0.11.3"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11526dependencies = [
11527 "phf_macros",
11528 "phf_shared",
11529]
11530
11531[[package]]
11532name = "phf_codegen"
11533version = "0.11.3"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11536dependencies = [
11537 "phf_generator",
11538 "phf_shared",
11539]
11540
11541[[package]]
11542name = "phf_generator"
11543version = "0.11.3"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11546dependencies = [
11547 "phf_shared",
11548 "rand 0.8.5",
11549]
11550
11551[[package]]
11552name = "phf_macros"
11553version = "0.11.3"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11556dependencies = [
11557 "phf_generator",
11558 "phf_shared",
11559 "proc-macro2",
11560 "quote",
11561 "syn 2.0.101",
11562]
11563
11564[[package]]
11565name = "phf_shared"
11566version = "0.11.3"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11569dependencies = [
11570 "siphasher",
11571]
11572
11573[[package]]
11574name = "picker"
11575version = "0.1.0"
11576dependencies = [
11577 "anyhow",
11578 "ctor",
11579 "editor",
11580 "env_logger 0.11.8",
11581 "gpui",
11582 "menu",
11583 "schemars",
11584 "serde",
11585 "serde_json",
11586 "ui",
11587 "util",
11588 "workspace",
11589 "workspace-hack",
11590]
11591
11592[[package]]
11593name = "pico-args"
11594version = "0.5.0"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11597
11598[[package]]
11599name = "pin-project"
11600version = "1.1.10"
11601source = "registry+https://github.com/rust-lang/crates.io-index"
11602checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11603dependencies = [
11604 "pin-project-internal",
11605]
11606
11607[[package]]
11608name = "pin-project-internal"
11609version = "1.1.10"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11612dependencies = [
11613 "proc-macro2",
11614 "quote",
11615 "syn 2.0.101",
11616]
11617
11618[[package]]
11619name = "pin-project-lite"
11620version = "0.2.16"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11623
11624[[package]]
11625name = "pin-utils"
11626version = "0.1.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11629
11630[[package]]
11631name = "piper"
11632version = "0.2.4"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11635dependencies = [
11636 "atomic-waker",
11637 "fastrand 2.3.0",
11638 "futures-io",
11639]
11640
11641[[package]]
11642name = "pkcs1"
11643version = "0.7.5"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11646dependencies = [
11647 "der 0.7.10",
11648 "pkcs8 0.10.2",
11649 "spki 0.7.3",
11650]
11651
11652[[package]]
11653name = "pkcs8"
11654version = "0.9.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11657dependencies = [
11658 "der 0.6.1",
11659 "spki 0.6.0",
11660]
11661
11662[[package]]
11663name = "pkcs8"
11664version = "0.10.2"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11667dependencies = [
11668 "der 0.7.10",
11669 "spki 0.7.3",
11670]
11671
11672[[package]]
11673name = "pkg-config"
11674version = "0.3.32"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11677
11678[[package]]
11679name = "plist"
11680version = "1.7.1"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11683dependencies = [
11684 "base64 0.22.1",
11685 "indexmap",
11686 "quick-xml 0.32.0",
11687 "serde",
11688 "time",
11689]
11690
11691[[package]]
11692name = "plotters"
11693version = "0.3.7"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11696dependencies = [
11697 "num-traits",
11698 "plotters-backend",
11699 "plotters-svg",
11700 "wasm-bindgen",
11701 "web-sys",
11702]
11703
11704[[package]]
11705name = "plotters-backend"
11706version = "0.3.7"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11709
11710[[package]]
11711name = "plotters-svg"
11712version = "0.3.7"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11715dependencies = [
11716 "plotters-backend",
11717]
11718
11719[[package]]
11720name = "png"
11721version = "0.17.16"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11724dependencies = [
11725 "bitflags 1.3.2",
11726 "crc32fast",
11727 "fdeflate",
11728 "flate2",
11729 "miniz_oxide",
11730]
11731
11732[[package]]
11733name = "polling"
11734version = "3.7.4"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11737dependencies = [
11738 "cfg-if",
11739 "concurrent-queue",
11740 "hermit-abi 0.4.0",
11741 "pin-project-lite",
11742 "rustix 0.38.44",
11743 "tracing",
11744 "windows-sys 0.59.0",
11745]
11746
11747[[package]]
11748name = "pollster"
11749version = "0.2.5"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11752
11753[[package]]
11754name = "pollster"
11755version = "0.4.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11758
11759[[package]]
11760name = "portable-atomic"
11761version = "1.11.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11764
11765[[package]]
11766name = "portable-atomic-util"
11767version = "0.2.4"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11770dependencies = [
11771 "portable-atomic",
11772]
11773
11774[[package]]
11775name = "portable-pty"
11776version = "0.9.0"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11779dependencies = [
11780 "anyhow",
11781 "bitflags 1.3.2",
11782 "downcast-rs",
11783 "filedescriptor",
11784 "lazy_static",
11785 "libc",
11786 "log",
11787 "nix 0.28.0",
11788 "serial2",
11789 "shared_library",
11790 "shell-words",
11791 "winapi",
11792 "winreg 0.10.1",
11793]
11794
11795[[package]]
11796name = "postage"
11797version = "0.5.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11800dependencies = [
11801 "atomic",
11802 "crossbeam-queue",
11803 "futures 0.3.31",
11804 "log",
11805 "parking_lot",
11806 "pin-project",
11807 "pollster 0.2.5",
11808 "static_assertions",
11809 "thiserror 1.0.69",
11810]
11811
11812[[package]]
11813name = "postcard"
11814version = "1.1.1"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11817dependencies = [
11818 "cobs",
11819 "embedded-io 0.4.0",
11820 "embedded-io 0.6.1",
11821 "serde",
11822]
11823
11824[[package]]
11825name = "powerfmt"
11826version = "0.2.0"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11829
11830[[package]]
11831name = "ppv-lite86"
11832version = "0.2.21"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11835dependencies = [
11836 "zerocopy 0.8.24",
11837]
11838
11839[[package]]
11840name = "precomputed-hash"
11841version = "0.1.1"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11844
11845[[package]]
11846name = "prettier"
11847version = "0.1.0"
11848dependencies = [
11849 "anyhow",
11850 "collections",
11851 "fs",
11852 "gpui",
11853 "language",
11854 "log",
11855 "lsp",
11856 "node_runtime",
11857 "parking_lot",
11858 "paths",
11859 "serde",
11860 "serde_json",
11861 "util",
11862 "workspace-hack",
11863]
11864
11865[[package]]
11866name = "pretty_assertions"
11867version = "1.4.1"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11870dependencies = [
11871 "diff",
11872 "yansi",
11873]
11874
11875[[package]]
11876name = "prettyplease"
11877version = "0.2.32"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11880dependencies = [
11881 "proc-macro2",
11882 "syn 2.0.101",
11883]
11884
11885[[package]]
11886name = "proc-macro-crate"
11887version = "3.3.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11890dependencies = [
11891 "toml_edit",
11892]
11893
11894[[package]]
11895name = "proc-macro-error-attr2"
11896version = "2.0.0"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11899dependencies = [
11900 "proc-macro2",
11901 "quote",
11902]
11903
11904[[package]]
11905name = "proc-macro-error2"
11906version = "2.0.1"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11909dependencies = [
11910 "proc-macro-error-attr2",
11911 "proc-macro2",
11912 "quote",
11913 "syn 2.0.101",
11914]
11915
11916[[package]]
11917name = "proc-macro2"
11918version = "1.0.95"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11921dependencies = [
11922 "unicode-ident",
11923]
11924
11925[[package]]
11926name = "proc-macro2-diagnostics"
11927version = "0.10.1"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11930dependencies = [
11931 "proc-macro2",
11932 "quote",
11933 "syn 2.0.101",
11934 "version_check",
11935 "yansi",
11936]
11937
11938[[package]]
11939name = "prodash"
11940version = "29.0.2"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11943dependencies = [
11944 "log",
11945 "parking_lot",
11946]
11947
11948[[package]]
11949name = "profiling"
11950version = "1.0.16"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11953dependencies = [
11954 "profiling-procmacros",
11955]
11956
11957[[package]]
11958name = "profiling-procmacros"
11959version = "1.0.16"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11962dependencies = [
11963 "quote",
11964 "syn 2.0.101",
11965]
11966
11967[[package]]
11968name = "project"
11969version = "0.1.0"
11970dependencies = [
11971 "aho-corasick",
11972 "anyhow",
11973 "askpass",
11974 "async-trait",
11975 "buffer_diff",
11976 "circular-buffer",
11977 "client",
11978 "clock",
11979 "collections",
11980 "context_server",
11981 "dap",
11982 "dap_adapters",
11983 "env_logger 0.11.8",
11984 "extension",
11985 "fancy-regex 0.14.0",
11986 "fs",
11987 "futures 0.3.31",
11988 "fuzzy",
11989 "git",
11990 "git2",
11991 "git_hosting_providers",
11992 "globset",
11993 "gpui",
11994 "http_client",
11995 "image",
11996 "indexmap",
11997 "itertools 0.14.0",
11998 "language",
11999 "log",
12000 "lsp",
12001 "node_runtime",
12002 "parking_lot",
12003 "pathdiff",
12004 "paths",
12005 "postage",
12006 "prettier",
12007 "pretty_assertions",
12008 "rand 0.8.5",
12009 "regex",
12010 "release_channel",
12011 "remote",
12012 "rpc",
12013 "schemars",
12014 "serde",
12015 "serde_json",
12016 "settings",
12017 "sha2",
12018 "shellexpand 2.1.2",
12019 "shlex",
12020 "smol",
12021 "snippet",
12022 "snippet_provider",
12023 "sum_tree",
12024 "task",
12025 "tempfile",
12026 "terminal",
12027 "text",
12028 "toml 0.8.20",
12029 "unindent",
12030 "url",
12031 "util",
12032 "which 6.0.3",
12033 "workspace-hack",
12034 "worktree",
12035 "zlog",
12036]
12037
12038[[package]]
12039name = "project_panel"
12040version = "0.1.0"
12041dependencies = [
12042 "anyhow",
12043 "client",
12044 "collections",
12045 "command_palette_hooks",
12046 "db",
12047 "editor",
12048 "file_icons",
12049 "git",
12050 "gpui",
12051 "indexmap",
12052 "language",
12053 "menu",
12054 "pretty_assertions",
12055 "project",
12056 "schemars",
12057 "search",
12058 "serde",
12059 "serde_derive",
12060 "serde_json",
12061 "settings",
12062 "smallvec",
12063 "theme",
12064 "ui",
12065 "util",
12066 "workspace",
12067 "workspace-hack",
12068 "worktree",
12069 "zed_actions",
12070]
12071
12072[[package]]
12073name = "project_symbols"
12074version = "0.1.0"
12075dependencies = [
12076 "anyhow",
12077 "editor",
12078 "futures 0.3.31",
12079 "fuzzy",
12080 "gpui",
12081 "language",
12082 "lsp",
12083 "ordered-float 2.10.1",
12084 "picker",
12085 "project",
12086 "release_channel",
12087 "serde_json",
12088 "settings",
12089 "theme",
12090 "util",
12091 "workspace",
12092 "workspace-hack",
12093]
12094
12095[[package]]
12096name = "prometheus"
12097version = "0.14.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12100dependencies = [
12101 "cfg-if",
12102 "fnv",
12103 "lazy_static",
12104 "memchr",
12105 "parking_lot",
12106 "protobuf",
12107 "thiserror 2.0.12",
12108]
12109
12110[[package]]
12111name = "prompt_store"
12112version = "0.1.0"
12113dependencies = [
12114 "anyhow",
12115 "assets",
12116 "chrono",
12117 "collections",
12118 "fs",
12119 "futures 0.3.31",
12120 "fuzzy",
12121 "gpui",
12122 "handlebars 4.5.0",
12123 "heed",
12124 "language",
12125 "log",
12126 "parking_lot",
12127 "paths",
12128 "rope",
12129 "serde",
12130 "serde_json",
12131 "text",
12132 "util",
12133 "uuid",
12134 "workspace-hack",
12135]
12136
12137[[package]]
12138name = "prost"
12139version = "0.9.0"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12142dependencies = [
12143 "bytes 1.10.1",
12144 "prost-derive 0.9.0",
12145]
12146
12147[[package]]
12148name = "prost"
12149version = "0.12.6"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12152dependencies = [
12153 "bytes 1.10.1",
12154 "prost-derive 0.12.6",
12155]
12156
12157[[package]]
12158name = "prost"
12159version = "0.13.5"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12162dependencies = [
12163 "bytes 1.10.1",
12164 "prost-derive 0.13.5",
12165]
12166
12167[[package]]
12168name = "prost-build"
12169version = "0.9.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12172dependencies = [
12173 "bytes 1.10.1",
12174 "heck 0.3.3",
12175 "itertools 0.10.5",
12176 "lazy_static",
12177 "log",
12178 "multimap 0.8.3",
12179 "petgraph",
12180 "prost 0.9.0",
12181 "prost-types 0.9.0",
12182 "regex",
12183 "tempfile",
12184 "which 4.4.2",
12185]
12186
12187[[package]]
12188name = "prost-build"
12189version = "0.12.6"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12192dependencies = [
12193 "bytes 1.10.1",
12194 "heck 0.5.0",
12195 "itertools 0.12.1",
12196 "log",
12197 "multimap 0.10.0",
12198 "once_cell",
12199 "petgraph",
12200 "prettyplease",
12201 "prost 0.12.6",
12202 "prost-types 0.12.6",
12203 "regex",
12204 "syn 2.0.101",
12205 "tempfile",
12206]
12207
12208[[package]]
12209name = "prost-derive"
12210version = "0.9.0"
12211source = "registry+https://github.com/rust-lang/crates.io-index"
12212checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12213dependencies = [
12214 "anyhow",
12215 "itertools 0.10.5",
12216 "proc-macro2",
12217 "quote",
12218 "syn 1.0.109",
12219]
12220
12221[[package]]
12222name = "prost-derive"
12223version = "0.12.6"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12226dependencies = [
12227 "anyhow",
12228 "itertools 0.12.1",
12229 "proc-macro2",
12230 "quote",
12231 "syn 2.0.101",
12232]
12233
12234[[package]]
12235name = "prost-derive"
12236version = "0.13.5"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12239dependencies = [
12240 "anyhow",
12241 "itertools 0.14.0",
12242 "proc-macro2",
12243 "quote",
12244 "syn 2.0.101",
12245]
12246
12247[[package]]
12248name = "prost-types"
12249version = "0.9.0"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12252dependencies = [
12253 "bytes 1.10.1",
12254 "prost 0.9.0",
12255]
12256
12257[[package]]
12258name = "prost-types"
12259version = "0.12.6"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12262dependencies = [
12263 "prost 0.12.6",
12264]
12265
12266[[package]]
12267name = "proto"
12268version = "0.1.0"
12269dependencies = [
12270 "anyhow",
12271 "collections",
12272 "prost 0.9.0",
12273 "prost-build 0.9.0",
12274 "serde",
12275 "workspace-hack",
12276]
12277
12278[[package]]
12279name = "protobuf"
12280version = "3.7.2"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12283dependencies = [
12284 "once_cell",
12285 "protobuf-support",
12286 "thiserror 1.0.69",
12287]
12288
12289[[package]]
12290name = "protobuf-support"
12291version = "3.7.2"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12294dependencies = [
12295 "thiserror 1.0.69",
12296]
12297
12298[[package]]
12299name = "psm"
12300version = "0.1.25"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12303dependencies = [
12304 "cc",
12305]
12306
12307[[package]]
12308name = "ptr_meta"
12309version = "0.1.4"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12312dependencies = [
12313 "ptr_meta_derive",
12314]
12315
12316[[package]]
12317name = "ptr_meta_derive"
12318version = "0.1.4"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12321dependencies = [
12322 "proc-macro2",
12323 "quote",
12324 "syn 1.0.109",
12325]
12326
12327[[package]]
12328name = "pulldown-cmark"
12329version = "0.10.3"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12332dependencies = [
12333 "bitflags 2.9.0",
12334 "memchr",
12335 "pulldown-cmark-escape",
12336 "unicase",
12337]
12338
12339[[package]]
12340name = "pulldown-cmark"
12341version = "0.12.2"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12344dependencies = [
12345 "bitflags 2.9.0",
12346 "memchr",
12347 "unicase",
12348]
12349
12350[[package]]
12351name = "pulldown-cmark-escape"
12352version = "0.10.1"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12355
12356[[package]]
12357name = "pulley-interpreter"
12358version = "29.0.1"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12361dependencies = [
12362 "cranelift-bitset",
12363 "log",
12364 "sptr",
12365 "wasmtime-math",
12366]
12367
12368[[package]]
12369name = "qoi"
12370version = "0.4.1"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12373dependencies = [
12374 "bytemuck",
12375]
12376
12377[[package]]
12378name = "quick-error"
12379version = "2.0.1"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12382
12383[[package]]
12384name = "quick-xml"
12385version = "0.30.0"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12388dependencies = [
12389 "memchr",
12390]
12391
12392[[package]]
12393name = "quick-xml"
12394version = "0.32.0"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12397dependencies = [
12398 "memchr",
12399]
12400
12401[[package]]
12402name = "quick-xml"
12403version = "0.37.4"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12406dependencies = [
12407 "memchr",
12408]
12409
12410[[package]]
12411name = "quinn"
12412version = "0.11.7"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12415dependencies = [
12416 "bytes 1.10.1",
12417 "cfg_aliases 0.2.1",
12418 "pin-project-lite",
12419 "quinn-proto",
12420 "quinn-udp",
12421 "rustc-hash 2.1.1",
12422 "rustls 0.23.26",
12423 "socket2",
12424 "thiserror 2.0.12",
12425 "tokio",
12426 "tracing",
12427 "web-time",
12428]
12429
12430[[package]]
12431name = "quinn-proto"
12432version = "0.11.10"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12435dependencies = [
12436 "bytes 1.10.1",
12437 "getrandom 0.3.2",
12438 "rand 0.9.1",
12439 "ring",
12440 "rustc-hash 2.1.1",
12441 "rustls 0.23.26",
12442 "rustls-pki-types",
12443 "slab",
12444 "thiserror 2.0.12",
12445 "tinyvec",
12446 "tracing",
12447 "web-time",
12448]
12449
12450[[package]]
12451name = "quinn-udp"
12452version = "0.5.11"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12455dependencies = [
12456 "cfg_aliases 0.2.1",
12457 "libc",
12458 "once_cell",
12459 "socket2",
12460 "tracing",
12461 "windows-sys 0.59.0",
12462]
12463
12464[[package]]
12465name = "quote"
12466version = "1.0.40"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12469dependencies = [
12470 "proc-macro2",
12471]
12472
12473[[package]]
12474name = "r-efi"
12475version = "5.2.0"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12478
12479[[package]]
12480name = "radium"
12481version = "0.7.0"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12484
12485[[package]]
12486name = "rand"
12487version = "0.7.3"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12490dependencies = [
12491 "getrandom 0.1.16",
12492 "libc",
12493 "rand_chacha 0.2.2",
12494 "rand_core 0.5.1",
12495 "rand_hc",
12496]
12497
12498[[package]]
12499name = "rand"
12500version = "0.8.5"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12503dependencies = [
12504 "libc",
12505 "rand_chacha 0.3.1",
12506 "rand_core 0.6.4",
12507]
12508
12509[[package]]
12510name = "rand"
12511version = "0.9.1"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12514dependencies = [
12515 "rand_chacha 0.9.0",
12516 "rand_core 0.9.3",
12517]
12518
12519[[package]]
12520name = "rand_chacha"
12521version = "0.2.2"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12524dependencies = [
12525 "ppv-lite86",
12526 "rand_core 0.5.1",
12527]
12528
12529[[package]]
12530name = "rand_chacha"
12531version = "0.3.1"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12534dependencies = [
12535 "ppv-lite86",
12536 "rand_core 0.6.4",
12537]
12538
12539[[package]]
12540name = "rand_chacha"
12541version = "0.9.0"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12544dependencies = [
12545 "ppv-lite86",
12546 "rand_core 0.9.3",
12547]
12548
12549[[package]]
12550name = "rand_core"
12551version = "0.5.1"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12554dependencies = [
12555 "getrandom 0.1.16",
12556]
12557
12558[[package]]
12559name = "rand_core"
12560version = "0.6.4"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12563dependencies = [
12564 "getrandom 0.2.15",
12565]
12566
12567[[package]]
12568name = "rand_core"
12569version = "0.9.3"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12572dependencies = [
12573 "getrandom 0.3.2",
12574]
12575
12576[[package]]
12577name = "rand_hc"
12578version = "0.2.0"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12581dependencies = [
12582 "rand_core 0.5.1",
12583]
12584
12585[[package]]
12586name = "rangemap"
12587version = "1.5.1"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12590
12591[[package]]
12592name = "rav1e"
12593version = "0.7.1"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12596dependencies = [
12597 "arbitrary",
12598 "arg_enum_proc_macro",
12599 "arrayvec",
12600 "av1-grain",
12601 "bitstream-io",
12602 "built",
12603 "cfg-if",
12604 "interpolate_name",
12605 "itertools 0.12.1",
12606 "libc",
12607 "libfuzzer-sys",
12608 "log",
12609 "maybe-rayon",
12610 "new_debug_unreachable",
12611 "noop_proc_macro",
12612 "num-derive",
12613 "num-traits",
12614 "once_cell",
12615 "paste",
12616 "profiling",
12617 "rand 0.8.5",
12618 "rand_chacha 0.3.1",
12619 "simd_helpers",
12620 "system-deps",
12621 "thiserror 1.0.69",
12622 "v_frame",
12623 "wasm-bindgen",
12624]
12625
12626[[package]]
12627name = "ravif"
12628version = "0.11.12"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12631dependencies = [
12632 "avif-serialize",
12633 "imgref",
12634 "loop9",
12635 "quick-error",
12636 "rav1e",
12637 "rayon",
12638 "rgb",
12639]
12640
12641[[package]]
12642name = "raw-window-handle"
12643version = "0.6.2"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12646
12647[[package]]
12648name = "raw-window-metal"
12649version = "0.4.0"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12652dependencies = [
12653 "cocoa 0.25.0",
12654 "core-graphics 0.23.2",
12655 "objc",
12656 "raw-window-handle",
12657]
12658
12659[[package]]
12660name = "rayon"
12661version = "1.10.0"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12664dependencies = [
12665 "either",
12666 "rayon-core",
12667]
12668
12669[[package]]
12670name = "rayon-core"
12671version = "1.12.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12674dependencies = [
12675 "crossbeam-deque",
12676 "crossbeam-utils",
12677]
12678
12679[[package]]
12680name = "read-fonts"
12681version = "0.25.3"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12684dependencies = [
12685 "bytemuck",
12686 "font-types",
12687]
12688
12689[[package]]
12690name = "recent_projects"
12691version = "0.1.0"
12692dependencies = [
12693 "anyhow",
12694 "auto_update",
12695 "dap",
12696 "editor",
12697 "extension_host",
12698 "file_finder",
12699 "futures 0.3.31",
12700 "fuzzy",
12701 "gpui",
12702 "language",
12703 "log",
12704 "markdown",
12705 "menu",
12706 "ordered-float 2.10.1",
12707 "paths",
12708 "picker",
12709 "project",
12710 "release_channel",
12711 "remote",
12712 "schemars",
12713 "serde",
12714 "serde_json",
12715 "settings",
12716 "smol",
12717 "task",
12718 "telemetry",
12719 "theme",
12720 "ui",
12721 "util",
12722 "workspace",
12723 "workspace-hack",
12724 "zed_actions",
12725]
12726
12727[[package]]
12728name = "redox_syscall"
12729version = "0.2.16"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12732dependencies = [
12733 "bitflags 1.3.2",
12734]
12735
12736[[package]]
12737name = "redox_syscall"
12738version = "0.5.11"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12741dependencies = [
12742 "bitflags 2.9.0",
12743]
12744
12745[[package]]
12746name = "redox_users"
12747version = "0.4.6"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12750dependencies = [
12751 "getrandom 0.2.15",
12752 "libredox",
12753 "thiserror 1.0.69",
12754]
12755
12756[[package]]
12757name = "redox_users"
12758version = "0.5.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12761dependencies = [
12762 "getrandom 0.2.15",
12763 "libredox",
12764 "thiserror 2.0.12",
12765]
12766
12767[[package]]
12768name = "ref-cast"
12769version = "1.0.24"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12772dependencies = [
12773 "ref-cast-impl",
12774]
12775
12776[[package]]
12777name = "ref-cast-impl"
12778version = "1.0.24"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12781dependencies = [
12782 "proc-macro2",
12783 "quote",
12784 "syn 2.0.101",
12785]
12786
12787[[package]]
12788name = "referencing"
12789version = "0.30.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12792dependencies = [
12793 "ahash 0.8.11",
12794 "fluent-uri",
12795 "once_cell",
12796 "parking_lot",
12797 "percent-encoding",
12798 "serde_json",
12799]
12800
12801[[package]]
12802name = "refineable"
12803version = "0.1.0"
12804dependencies = [
12805 "derive_refineable",
12806 "workspace-hack",
12807]
12808
12809[[package]]
12810name = "regalloc2"
12811version = "0.11.2"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12814dependencies = [
12815 "allocator-api2",
12816 "bumpalo",
12817 "hashbrown 0.15.3",
12818 "log",
12819 "rustc-hash 2.1.1",
12820 "serde",
12821 "smallvec",
12822]
12823
12824[[package]]
12825name = "regex"
12826version = "1.11.1"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12829dependencies = [
12830 "aho-corasick",
12831 "memchr",
12832 "regex-automata 0.4.9",
12833 "regex-syntax 0.8.5",
12834]
12835
12836[[package]]
12837name = "regex-automata"
12838version = "0.1.10"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12841dependencies = [
12842 "regex-syntax 0.6.29",
12843]
12844
12845[[package]]
12846name = "regex-automata"
12847version = "0.4.9"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12850dependencies = [
12851 "aho-corasick",
12852 "memchr",
12853 "regex-syntax 0.8.5",
12854]
12855
12856[[package]]
12857name = "regex-lite"
12858version = "0.1.6"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12861
12862[[package]]
12863name = "regex-syntax"
12864version = "0.6.29"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12867
12868[[package]]
12869name = "regex-syntax"
12870version = "0.8.5"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12873
12874[[package]]
12875name = "release_channel"
12876version = "0.1.0"
12877dependencies = [
12878 "gpui",
12879 "workspace-hack",
12880]
12881
12882[[package]]
12883name = "remote"
12884version = "0.1.0"
12885dependencies = [
12886 "anyhow",
12887 "askpass",
12888 "async-trait",
12889 "collections",
12890 "fs",
12891 "futures 0.3.31",
12892 "gpui",
12893 "itertools 0.14.0",
12894 "log",
12895 "parking_lot",
12896 "paths",
12897 "prost 0.9.0",
12898 "release_channel",
12899 "rpc",
12900 "schemars",
12901 "serde",
12902 "serde_json",
12903 "shlex",
12904 "smol",
12905 "tempfile",
12906 "thiserror 2.0.12",
12907 "urlencoding",
12908 "util",
12909 "workspace-hack",
12910]
12911
12912[[package]]
12913name = "remote_server"
12914version = "0.1.0"
12915dependencies = [
12916 "anyhow",
12917 "askpass",
12918 "assistant_tool",
12919 "assistant_tools",
12920 "async-watch",
12921 "backtrace",
12922 "cargo_toml",
12923 "chrono",
12924 "clap",
12925 "client",
12926 "clock",
12927 "dap",
12928 "dap_adapters",
12929 "debug_adapter_extension",
12930 "env_logger 0.11.8",
12931 "extension",
12932 "extension_host",
12933 "fork",
12934 "fs",
12935 "futures 0.3.31",
12936 "git",
12937 "git_hosting_providers",
12938 "gpui",
12939 "gpui_tokio",
12940 "http_client",
12941 "language",
12942 "language_extension",
12943 "language_model",
12944 "languages",
12945 "libc",
12946 "log",
12947 "lsp",
12948 "node_runtime",
12949 "paths",
12950 "project",
12951 "proto",
12952 "release_channel",
12953 "remote",
12954 "reqwest_client",
12955 "rpc",
12956 "rust-embed",
12957 "serde",
12958 "serde_json",
12959 "settings",
12960 "shellexpand 2.1.2",
12961 "smol",
12962 "sysinfo",
12963 "telemetry_events",
12964 "toml 0.8.20",
12965 "unindent",
12966 "util",
12967 "worktree",
12968]
12969
12970[[package]]
12971name = "rend"
12972version = "0.4.2"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12975dependencies = [
12976 "bytecheck",
12977]
12978
12979[[package]]
12980name = "repl"
12981version = "0.1.0"
12982dependencies = [
12983 "alacritty_terminal",
12984 "anyhow",
12985 "async-dispatcher",
12986 "async-tungstenite",
12987 "base64 0.22.1",
12988 "client",
12989 "collections",
12990 "command_palette_hooks",
12991 "editor",
12992 "env_logger 0.11.8",
12993 "feature_flags",
12994 "file_icons",
12995 "futures 0.3.31",
12996 "gpui",
12997 "http_client",
12998 "image",
12999 "indoc",
13000 "jupyter-protocol",
13001 "jupyter-websocket-client",
13002 "language",
13003 "languages",
13004 "log",
13005 "markdown_preview",
13006 "menu",
13007 "multi_buffer",
13008 "nbformat",
13009 "picker",
13010 "project",
13011 "runtimelib",
13012 "schemars",
13013 "serde",
13014 "serde_json",
13015 "settings",
13016 "smol",
13017 "telemetry",
13018 "terminal",
13019 "terminal_view",
13020 "theme",
13021 "tree-sitter-md",
13022 "tree-sitter-python",
13023 "tree-sitter-typescript",
13024 "ui",
13025 "util",
13026 "uuid",
13027 "workspace",
13028 "workspace-hack",
13029]
13030
13031[[package]]
13032name = "reqwest"
13033version = "0.11.27"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13036dependencies = [
13037 "base64 0.21.7",
13038 "bytes 1.10.1",
13039 "encoding_rs",
13040 "futures-core",
13041 "futures-util",
13042 "h2 0.3.26",
13043 "http 0.2.12",
13044 "http-body 0.4.6",
13045 "hyper 0.14.32",
13046 "hyper-rustls 0.24.2",
13047 "hyper-tls",
13048 "ipnet",
13049 "js-sys",
13050 "log",
13051 "mime",
13052 "native-tls",
13053 "once_cell",
13054 "percent-encoding",
13055 "pin-project-lite",
13056 "rustls 0.21.12",
13057 "rustls-native-certs 0.6.3",
13058 "rustls-pemfile 1.0.4",
13059 "serde",
13060 "serde_json",
13061 "serde_urlencoded",
13062 "sync_wrapper 0.1.2",
13063 "system-configuration 0.5.1",
13064 "tokio",
13065 "tokio-native-tls",
13066 "tokio-rustls 0.24.1",
13067 "tower-service",
13068 "url",
13069 "wasm-bindgen",
13070 "wasm-bindgen-futures",
13071 "web-sys",
13072 "winreg 0.50.0",
13073]
13074
13075[[package]]
13076name = "reqwest"
13077version = "0.12.15"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13080dependencies = [
13081 "base64 0.22.1",
13082 "bytes 1.10.1",
13083 "futures-channel",
13084 "futures-core",
13085 "futures-util",
13086 "http 1.3.1",
13087 "http-body 1.0.1",
13088 "http-body-util",
13089 "hyper 1.6.0",
13090 "hyper-util",
13091 "ipnet",
13092 "js-sys",
13093 "log",
13094 "mime",
13095 "once_cell",
13096 "percent-encoding",
13097 "pin-project-lite",
13098 "serde",
13099 "serde_json",
13100 "serde_urlencoded",
13101 "sync_wrapper 1.0.2",
13102 "tokio",
13103 "tower 0.5.2",
13104 "tower-service",
13105 "url",
13106 "wasm-bindgen",
13107 "wasm-bindgen-futures",
13108 "web-sys",
13109 "windows-registry 0.4.0",
13110]
13111
13112[[package]]
13113name = "reqwest"
13114version = "0.12.15"
13115source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13116dependencies = [
13117 "base64 0.22.1",
13118 "bytes 1.10.1",
13119 "encoding_rs",
13120 "futures-core",
13121 "futures-util",
13122 "h2 0.4.9",
13123 "http 1.3.1",
13124 "http-body 1.0.1",
13125 "http-body-util",
13126 "hyper 1.6.0",
13127 "hyper-rustls 0.27.5",
13128 "hyper-util",
13129 "ipnet",
13130 "js-sys",
13131 "log",
13132 "mime",
13133 "once_cell",
13134 "percent-encoding",
13135 "pin-project-lite",
13136 "quinn",
13137 "rustls 0.23.26",
13138 "rustls-native-certs 0.8.1",
13139 "rustls-pemfile 2.2.0",
13140 "rustls-pki-types",
13141 "serde",
13142 "serde_json",
13143 "serde_urlencoded",
13144 "sync_wrapper 1.0.2",
13145 "system-configuration 0.6.1",
13146 "tokio",
13147 "tokio-rustls 0.26.2",
13148 "tokio-socks",
13149 "tokio-util",
13150 "tower 0.5.2",
13151 "tower-service",
13152 "url",
13153 "wasm-bindgen",
13154 "wasm-bindgen-futures",
13155 "wasm-streams",
13156 "web-sys",
13157 "windows-registry 0.4.0",
13158]
13159
13160[[package]]
13161name = "reqwest_client"
13162version = "0.1.0"
13163dependencies = [
13164 "anyhow",
13165 "bytes 1.10.1",
13166 "futures 0.3.31",
13167 "gpui",
13168 "http_client",
13169 "http_client_tls",
13170 "log",
13171 "regex",
13172 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13173 "serde",
13174 "smol",
13175 "tokio",
13176 "workspace-hack",
13177]
13178
13179[[package]]
13180name = "resvg"
13181version = "0.45.1"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13184dependencies = [
13185 "log",
13186 "pico-args",
13187 "rgb",
13188 "svgtypes",
13189 "tiny-skia",
13190 "usvg",
13191]
13192
13193[[package]]
13194name = "rfc6979"
13195version = "0.3.1"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13198dependencies = [
13199 "crypto-bigint 0.4.9",
13200 "hmac",
13201 "zeroize",
13202]
13203
13204[[package]]
13205name = "rgb"
13206version = "0.8.50"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13209dependencies = [
13210 "bytemuck",
13211]
13212
13213[[package]]
13214name = "rich_text"
13215version = "0.1.0"
13216dependencies = [
13217 "futures 0.3.31",
13218 "gpui",
13219 "language",
13220 "linkify",
13221 "pulldown-cmark 0.12.2",
13222 "theme",
13223 "ui",
13224 "util",
13225 "workspace-hack",
13226]
13227
13228[[package]]
13229name = "ring"
13230version = "0.17.14"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13233dependencies = [
13234 "cc",
13235 "cfg-if",
13236 "getrandom 0.2.15",
13237 "libc",
13238 "untrusted",
13239 "windows-sys 0.52.0",
13240]
13241
13242[[package]]
13243name = "rkyv"
13244version = "0.7.45"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13247dependencies = [
13248 "bitvec",
13249 "bytecheck",
13250 "bytes 1.10.1",
13251 "hashbrown 0.12.3",
13252 "ptr_meta",
13253 "rend",
13254 "rkyv_derive",
13255 "seahash",
13256 "tinyvec",
13257 "uuid",
13258]
13259
13260[[package]]
13261name = "rkyv_derive"
13262version = "0.7.45"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13265dependencies = [
13266 "proc-macro2",
13267 "quote",
13268 "syn 1.0.109",
13269]
13270
13271[[package]]
13272name = "rmp"
13273version = "0.8.14"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13276dependencies = [
13277 "byteorder",
13278 "num-traits",
13279 "paste",
13280]
13281
13282[[package]]
13283name = "rmpv"
13284version = "1.3.0"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13287dependencies = [
13288 "num-traits",
13289 "rmp",
13290]
13291
13292[[package]]
13293name = "rodio"
13294version = "0.20.1"
13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13297dependencies = [
13298 "cpal",
13299 "hound",
13300]
13301
13302[[package]]
13303name = "rope"
13304version = "0.1.0"
13305dependencies = [
13306 "arrayvec",
13307 "criterion",
13308 "ctor",
13309 "env_logger 0.11.8",
13310 "gpui",
13311 "log",
13312 "rand 0.8.5",
13313 "rayon",
13314 "smallvec",
13315 "sum_tree",
13316 "unicode-segmentation",
13317 "util",
13318 "workspace-hack",
13319]
13320
13321[[package]]
13322name = "roxmltree"
13323version = "0.20.0"
13324source = "registry+https://github.com/rust-lang/crates.io-index"
13325checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13326
13327[[package]]
13328name = "rpc"
13329version = "0.1.0"
13330dependencies = [
13331 "anyhow",
13332 "async-tungstenite",
13333 "base64 0.22.1",
13334 "chrono",
13335 "collections",
13336 "env_logger 0.11.8",
13337 "futures 0.3.31",
13338 "gpui",
13339 "parking_lot",
13340 "proto",
13341 "rand 0.8.5",
13342 "rsa",
13343 "serde",
13344 "serde_json",
13345 "sha2",
13346 "strum 0.27.1",
13347 "tracing",
13348 "util",
13349 "workspace-hack",
13350 "zstd",
13351]
13352
13353[[package]]
13354name = "rsa"
13355version = "0.9.8"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13358dependencies = [
13359 "const-oid",
13360 "digest",
13361 "num-bigint-dig",
13362 "num-integer",
13363 "num-traits",
13364 "pkcs1",
13365 "pkcs8 0.10.2",
13366 "rand_core 0.6.4",
13367 "signature 2.2.0",
13368 "spki 0.7.3",
13369 "subtle",
13370 "zeroize",
13371]
13372
13373[[package]]
13374name = "rules_library"
13375version = "0.1.0"
13376dependencies = [
13377 "anyhow",
13378 "collections",
13379 "editor",
13380 "gpui",
13381 "language",
13382 "language_model",
13383 "log",
13384 "menu",
13385 "picker",
13386 "prompt_store",
13387 "release_channel",
13388 "rope",
13389 "serde",
13390 "settings",
13391 "theme",
13392 "ui",
13393 "util",
13394 "workspace",
13395 "workspace-hack",
13396 "zed_actions",
13397]
13398
13399[[package]]
13400name = "runtimelib"
13401version = "0.25.0"
13402source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13403dependencies = [
13404 "anyhow",
13405 "async-dispatcher",
13406 "async-std",
13407 "base64 0.22.1",
13408 "bytes 1.10.1",
13409 "chrono",
13410 "data-encoding",
13411 "dirs 5.0.1",
13412 "futures 0.3.31",
13413 "glob",
13414 "jupyter-protocol",
13415 "ring",
13416 "serde",
13417 "serde_json",
13418 "shellexpand 3.1.1",
13419 "smol",
13420 "uuid",
13421 "zeromq",
13422]
13423
13424[[package]]
13425name = "rust-embed"
13426version = "8.7.0"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13429dependencies = [
13430 "rust-embed-impl",
13431 "rust-embed-utils",
13432 "walkdir",
13433]
13434
13435[[package]]
13436name = "rust-embed-impl"
13437version = "8.7.0"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13440dependencies = [
13441 "proc-macro2",
13442 "quote",
13443 "rust-embed-utils",
13444 "syn 2.0.101",
13445 "walkdir",
13446]
13447
13448[[package]]
13449name = "rust-embed-utils"
13450version = "8.7.0"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13453dependencies = [
13454 "globset",
13455 "sha2",
13456 "walkdir",
13457]
13458
13459[[package]]
13460name = "rust_decimal"
13461version = "1.37.1"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13464dependencies = [
13465 "arrayvec",
13466 "borsh",
13467 "bytes 1.10.1",
13468 "num-traits",
13469 "rand 0.8.5",
13470 "rkyv",
13471 "serde",
13472 "serde_json",
13473]
13474
13475[[package]]
13476name = "rustc-demangle"
13477version = "0.1.24"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13480
13481[[package]]
13482name = "rustc-hash"
13483version = "1.1.0"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13486
13487[[package]]
13488name = "rustc-hash"
13489version = "2.1.1"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13492
13493[[package]]
13494name = "rustc_version"
13495version = "0.4.1"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13498dependencies = [
13499 "semver",
13500]
13501
13502[[package]]
13503name = "rustix"
13504version = "0.38.44"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13507dependencies = [
13508 "bitflags 2.9.0",
13509 "errno 0.3.11",
13510 "itoa",
13511 "libc",
13512 "linux-raw-sys 0.4.15",
13513 "windows-sys 0.59.0",
13514]
13515
13516[[package]]
13517name = "rustix"
13518version = "1.0.7"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13521dependencies = [
13522 "bitflags 2.9.0",
13523 "errno 0.3.11",
13524 "libc",
13525 "linux-raw-sys 0.9.4",
13526 "windows-sys 0.59.0",
13527]
13528
13529[[package]]
13530name = "rustix-linux-procfs"
13531version = "0.1.1"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13534dependencies = [
13535 "once_cell",
13536 "rustix 1.0.7",
13537]
13538
13539[[package]]
13540name = "rustix-openpty"
13541version = "0.1.1"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13544dependencies = [
13545 "errno 0.3.11",
13546 "libc",
13547 "rustix 0.38.44",
13548]
13549
13550[[package]]
13551name = "rustls"
13552version = "0.21.12"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13555dependencies = [
13556 "log",
13557 "ring",
13558 "rustls-webpki 0.101.7",
13559 "sct",
13560]
13561
13562[[package]]
13563name = "rustls"
13564version = "0.23.26"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13567dependencies = [
13568 "aws-lc-rs",
13569 "log",
13570 "once_cell",
13571 "ring",
13572 "rustls-pki-types",
13573 "rustls-webpki 0.103.1",
13574 "subtle",
13575 "zeroize",
13576]
13577
13578[[package]]
13579name = "rustls-native-certs"
13580version = "0.6.3"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13583dependencies = [
13584 "openssl-probe",
13585 "rustls-pemfile 1.0.4",
13586 "schannel",
13587 "security-framework 2.11.1",
13588]
13589
13590[[package]]
13591name = "rustls-native-certs"
13592version = "0.8.1"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13595dependencies = [
13596 "openssl-probe",
13597 "rustls-pki-types",
13598 "schannel",
13599 "security-framework 3.2.0",
13600]
13601
13602[[package]]
13603name = "rustls-pemfile"
13604version = "1.0.4"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13607dependencies = [
13608 "base64 0.21.7",
13609]
13610
13611[[package]]
13612name = "rustls-pemfile"
13613version = "2.2.0"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13616dependencies = [
13617 "rustls-pki-types",
13618]
13619
13620[[package]]
13621name = "rustls-pki-types"
13622version = "1.12.0"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13625dependencies = [
13626 "web-time",
13627 "zeroize",
13628]
13629
13630[[package]]
13631name = "rustls-platform-verifier"
13632version = "0.5.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13635dependencies = [
13636 "core-foundation 0.10.0",
13637 "core-foundation-sys",
13638 "jni",
13639 "log",
13640 "once_cell",
13641 "rustls 0.23.26",
13642 "rustls-native-certs 0.8.1",
13643 "rustls-platform-verifier-android",
13644 "rustls-webpki 0.103.1",
13645 "security-framework 3.2.0",
13646 "security-framework-sys",
13647 "webpki-root-certs",
13648 "windows-sys 0.59.0",
13649]
13650
13651[[package]]
13652name = "rustls-platform-verifier-android"
13653version = "0.1.1"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13656
13657[[package]]
13658name = "rustls-webpki"
13659version = "0.101.7"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13662dependencies = [
13663 "ring",
13664 "untrusted",
13665]
13666
13667[[package]]
13668name = "rustls-webpki"
13669version = "0.103.1"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13672dependencies = [
13673 "aws-lc-rs",
13674 "ring",
13675 "rustls-pki-types",
13676 "untrusted",
13677]
13678
13679[[package]]
13680name = "rustversion"
13681version = "1.0.20"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13684
13685[[package]]
13686name = "rustybuzz"
13687version = "0.14.1"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13690dependencies = [
13691 "bitflags 2.9.0",
13692 "bytemuck",
13693 "libm",
13694 "smallvec",
13695 "ttf-parser 0.21.1",
13696 "unicode-bidi-mirroring 0.2.0",
13697 "unicode-ccc 0.2.0",
13698 "unicode-properties",
13699 "unicode-script",
13700]
13701
13702[[package]]
13703name = "rustybuzz"
13704version = "0.20.1"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13707dependencies = [
13708 "bitflags 2.9.0",
13709 "bytemuck",
13710 "core_maths",
13711 "log",
13712 "smallvec",
13713 "ttf-parser 0.25.1",
13714 "unicode-bidi-mirroring 0.4.0",
13715 "unicode-ccc 0.4.0",
13716 "unicode-properties",
13717 "unicode-script",
13718]
13719
13720[[package]]
13721name = "ryu"
13722version = "1.0.20"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13725
13726[[package]]
13727name = "salsa20"
13728version = "0.10.2"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13731dependencies = [
13732 "cipher",
13733]
13734
13735[[package]]
13736name = "same-file"
13737version = "1.0.6"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13740dependencies = [
13741 "winapi-util",
13742]
13743
13744[[package]]
13745name = "scap"
13746version = "0.0.8"
13747source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13748dependencies = [
13749 "anyhow",
13750 "cocoa 0.25.0",
13751 "core-graphics-helmer-fork",
13752 "log",
13753 "objc",
13754 "rand 0.8.5",
13755 "screencapturekit",
13756 "screencapturekit-sys",
13757 "sysinfo",
13758 "tao-core-video-sys",
13759 "windows 0.61.1",
13760 "windows-capture",
13761 "x11",
13762 "xcb",
13763]
13764
13765[[package]]
13766name = "schannel"
13767version = "0.1.27"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13770dependencies = [
13771 "windows-sys 0.59.0",
13772]
13773
13774[[package]]
13775name = "schema_generator"
13776version = "0.1.0"
13777dependencies = [
13778 "anyhow",
13779 "clap",
13780 "env_logger 0.11.8",
13781 "schemars",
13782 "serde",
13783 "serde_json",
13784 "theme",
13785 "workspace-hack",
13786]
13787
13788[[package]]
13789name = "schemars"
13790version = "0.8.22"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13793dependencies = [
13794 "dyn-clone",
13795 "indexmap",
13796 "schemars_derive",
13797 "serde",
13798 "serde_json",
13799]
13800
13801[[package]]
13802name = "schemars_derive"
13803version = "0.8.22"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13806dependencies = [
13807 "proc-macro2",
13808 "quote",
13809 "serde_derive_internals",
13810 "syn 2.0.101",
13811]
13812
13813[[package]]
13814name = "scoped-tls"
13815version = "1.0.1"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13818
13819[[package]]
13820name = "scopeguard"
13821version = "1.2.0"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13824
13825[[package]]
13826name = "scratch"
13827version = "1.0.8"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13830
13831[[package]]
13832name = "screencapturekit"
13833version = "0.2.8"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13836dependencies = [
13837 "screencapturekit-sys",
13838]
13839
13840[[package]]
13841name = "screencapturekit-sys"
13842version = "0.2.8"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13845dependencies = [
13846 "block",
13847 "dispatch",
13848 "objc",
13849 "objc-foundation",
13850 "objc_id",
13851 "once_cell",
13852]
13853
13854[[package]]
13855name = "scrypt"
13856version = "0.11.0"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13859dependencies = [
13860 "password-hash 0.5.0",
13861 "pbkdf2 0.12.2",
13862 "salsa20",
13863 "sha2",
13864]
13865
13866[[package]]
13867name = "sct"
13868version = "0.7.1"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13871dependencies = [
13872 "ring",
13873 "untrusted",
13874]
13875
13876[[package]]
13877name = "sea-bae"
13878version = "0.2.1"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13881dependencies = [
13882 "heck 0.4.1",
13883 "proc-macro-error2",
13884 "proc-macro2",
13885 "quote",
13886 "syn 2.0.101",
13887]
13888
13889[[package]]
13890name = "sea-orm"
13891version = "1.1.10"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13894dependencies = [
13895 "async-stream",
13896 "async-trait",
13897 "bigdecimal",
13898 "chrono",
13899 "futures-util",
13900 "log",
13901 "ouroboros",
13902 "pgvector",
13903 "rust_decimal",
13904 "sea-orm-macros",
13905 "sea-query",
13906 "sea-query-binder",
13907 "serde",
13908 "serde_json",
13909 "sqlx",
13910 "strum 0.26.3",
13911 "thiserror 2.0.12",
13912 "time",
13913 "tracing",
13914 "url",
13915 "uuid",
13916]
13917
13918[[package]]
13919name = "sea-orm-macros"
13920version = "1.1.10"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13923dependencies = [
13924 "heck 0.4.1",
13925 "proc-macro2",
13926 "quote",
13927 "sea-bae",
13928 "syn 2.0.101",
13929 "unicode-ident",
13930]
13931
13932[[package]]
13933name = "sea-query"
13934version = "0.32.4"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13937dependencies = [
13938 "bigdecimal",
13939 "chrono",
13940 "inherent",
13941 "ordered-float 4.6.0",
13942 "rust_decimal",
13943 "serde_json",
13944 "time",
13945 "uuid",
13946]
13947
13948[[package]]
13949name = "sea-query-binder"
13950version = "0.7.0"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13953dependencies = [
13954 "bigdecimal",
13955 "chrono",
13956 "rust_decimal",
13957 "sea-query",
13958 "serde_json",
13959 "sqlx",
13960 "time",
13961 "uuid",
13962]
13963
13964[[package]]
13965name = "seahash"
13966version = "4.1.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13969
13970[[package]]
13971name = "search"
13972version = "0.1.0"
13973dependencies = [
13974 "any_vec",
13975 "anyhow",
13976 "bitflags 2.9.0",
13977 "client",
13978 "collections",
13979 "editor",
13980 "futures 0.3.31",
13981 "gpui",
13982 "language",
13983 "menu",
13984 "project",
13985 "schemars",
13986 "serde",
13987 "serde_json",
13988 "settings",
13989 "smol",
13990 "theme",
13991 "ui",
13992 "unindent",
13993 "util",
13994 "workspace",
13995 "workspace-hack",
13996 "zed_actions",
13997]
13998
13999[[package]]
14000name = "sec1"
14001version = "0.3.0"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14004dependencies = [
14005 "base16ct",
14006 "der 0.6.1",
14007 "generic-array",
14008 "pkcs8 0.9.0",
14009 "subtle",
14010 "zeroize",
14011]
14012
14013[[package]]
14014name = "security-framework"
14015version = "2.11.1"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14018dependencies = [
14019 "bitflags 2.9.0",
14020 "core-foundation 0.9.4",
14021 "core-foundation-sys",
14022 "libc",
14023 "security-framework-sys",
14024]
14025
14026[[package]]
14027name = "security-framework"
14028version = "3.2.0"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14031dependencies = [
14032 "bitflags 2.9.0",
14033 "core-foundation 0.10.0",
14034 "core-foundation-sys",
14035 "libc",
14036 "security-framework-sys",
14037]
14038
14039[[package]]
14040name = "security-framework-sys"
14041version = "2.14.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14044dependencies = [
14045 "core-foundation-sys",
14046 "libc",
14047]
14048
14049[[package]]
14050name = "self_cell"
14051version = "1.2.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14054
14055[[package]]
14056name = "semantic_index"
14057version = "0.1.0"
14058dependencies = [
14059 "anyhow",
14060 "arrayvec",
14061 "blake3",
14062 "client",
14063 "clock",
14064 "collections",
14065 "env_logger 0.11.8",
14066 "feature_flags",
14067 "fs",
14068 "futures 0.3.31",
14069 "futures-batch",
14070 "gpui",
14071 "heed",
14072 "http_client",
14073 "language",
14074 "language_model",
14075 "languages",
14076 "log",
14077 "open_ai",
14078 "parking_lot",
14079 "project",
14080 "reqwest_client",
14081 "serde",
14082 "serde_json",
14083 "settings",
14084 "sha2",
14085 "smol",
14086 "streaming-iterator",
14087 "tempfile",
14088 "theme",
14089 "tree-sitter",
14090 "ui",
14091 "unindent",
14092 "util",
14093 "workspace",
14094 "workspace-hack",
14095 "worktree",
14096]
14097
14098[[package]]
14099name = "semantic_version"
14100version = "0.1.0"
14101dependencies = [
14102 "anyhow",
14103 "serde",
14104 "workspace-hack",
14105]
14106
14107[[package]]
14108name = "semver"
14109version = "1.0.26"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14112dependencies = [
14113 "serde",
14114]
14115
14116[[package]]
14117name = "serde"
14118version = "1.0.219"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14121dependencies = [
14122 "serde_derive",
14123]
14124
14125[[package]]
14126name = "serde_derive"
14127version = "1.0.219"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14130dependencies = [
14131 "proc-macro2",
14132 "quote",
14133 "syn 2.0.101",
14134]
14135
14136[[package]]
14137name = "serde_derive_internals"
14138version = "0.29.1"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14141dependencies = [
14142 "proc-macro2",
14143 "quote",
14144 "syn 2.0.101",
14145]
14146
14147[[package]]
14148name = "serde_fmt"
14149version = "1.0.3"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14152dependencies = [
14153 "serde",
14154]
14155
14156[[package]]
14157name = "serde_json"
14158version = "1.0.140"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14161dependencies = [
14162 "indexmap",
14163 "itoa",
14164 "memchr",
14165 "ryu",
14166 "serde",
14167]
14168
14169[[package]]
14170name = "serde_json_lenient"
14171version = "0.2.4"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14174dependencies = [
14175 "indexmap",
14176 "itoa",
14177 "memchr",
14178 "ryu",
14179 "serde",
14180]
14181
14182[[package]]
14183name = "serde_path_to_error"
14184version = "0.1.17"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14187dependencies = [
14188 "itoa",
14189 "serde",
14190]
14191
14192[[package]]
14193name = "serde_qs"
14194version = "0.8.5"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14197dependencies = [
14198 "percent-encoding",
14199 "serde",
14200 "thiserror 1.0.69",
14201]
14202
14203[[package]]
14204name = "serde_qs"
14205version = "0.10.1"
14206source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14208dependencies = [
14209 "percent-encoding",
14210 "serde",
14211 "thiserror 1.0.69",
14212]
14213
14214[[package]]
14215name = "serde_repr"
14216version = "0.1.20"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14219dependencies = [
14220 "proc-macro2",
14221 "quote",
14222 "syn 2.0.101",
14223]
14224
14225[[package]]
14226name = "serde_spanned"
14227version = "0.6.8"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14230dependencies = [
14231 "serde",
14232]
14233
14234[[package]]
14235name = "serde_urlencoded"
14236version = "0.7.1"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14239dependencies = [
14240 "form_urlencoded",
14241 "itoa",
14242 "ryu",
14243 "serde",
14244]
14245
14246[[package]]
14247name = "serial2"
14248version = "0.2.29"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14251dependencies = [
14252 "cfg-if",
14253 "libc",
14254 "winapi",
14255]
14256
14257[[package]]
14258name = "session"
14259version = "0.1.0"
14260dependencies = [
14261 "db",
14262 "gpui",
14263 "serde_json",
14264 "util",
14265 "uuid",
14266 "workspace-hack",
14267]
14268
14269[[package]]
14270name = "settings"
14271version = "0.1.0"
14272dependencies = [
14273 "anyhow",
14274 "collections",
14275 "ec4rs",
14276 "fs",
14277 "futures 0.3.31",
14278 "gpui",
14279 "indoc",
14280 "inventory",
14281 "log",
14282 "paths",
14283 "pretty_assertions",
14284 "release_channel",
14285 "rust-embed",
14286 "schemars",
14287 "serde",
14288 "serde_derive",
14289 "serde_json",
14290 "serde_json_lenient",
14291 "smallvec",
14292 "streaming-iterator",
14293 "tree-sitter",
14294 "tree-sitter-json",
14295 "unindent",
14296 "util",
14297 "workspace-hack",
14298]
14299
14300[[package]]
14301name = "settings_ui"
14302version = "0.1.0"
14303dependencies = [
14304 "command_palette_hooks",
14305 "editor",
14306 "feature_flags",
14307 "fs",
14308 "gpui",
14309 "log",
14310 "paths",
14311 "schemars",
14312 "serde",
14313 "settings",
14314 "theme",
14315 "ui",
14316 "workspace",
14317 "workspace-hack",
14318]
14319
14320[[package]]
14321name = "sha1"
14322version = "0.10.6"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14325dependencies = [
14326 "cfg-if",
14327 "cpufeatures",
14328 "digest",
14329]
14330
14331[[package]]
14332name = "sha1-checked"
14333version = "0.10.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14336dependencies = [
14337 "digest",
14338 "sha1",
14339]
14340
14341[[package]]
14342name = "sha1_smol"
14343version = "1.0.1"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14346
14347[[package]]
14348name = "sha2"
14349version = "0.10.8"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14352dependencies = [
14353 "cfg-if",
14354 "cpufeatures",
14355 "digest",
14356]
14357
14358[[package]]
14359name = "sharded-slab"
14360version = "0.1.7"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14363dependencies = [
14364 "lazy_static",
14365]
14366
14367[[package]]
14368name = "shared_library"
14369version = "0.1.9"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14372dependencies = [
14373 "lazy_static",
14374 "libc",
14375]
14376
14377[[package]]
14378name = "shell-words"
14379version = "1.1.0"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14382
14383[[package]]
14384name = "shellexpand"
14385version = "2.1.2"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14388dependencies = [
14389 "dirs 4.0.0",
14390]
14391
14392[[package]]
14393name = "shellexpand"
14394version = "3.1.1"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14397dependencies = [
14398 "dirs 6.0.0",
14399]
14400
14401[[package]]
14402name = "shlex"
14403version = "1.3.0"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14406
14407[[package]]
14408name = "signal-hook"
14409version = "0.3.17"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14412dependencies = [
14413 "libc",
14414 "signal-hook-registry",
14415]
14416
14417[[package]]
14418name = "signal-hook-registry"
14419version = "1.4.5"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14422dependencies = [
14423 "libc",
14424]
14425
14426[[package]]
14427name = "signature"
14428version = "1.6.4"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14431dependencies = [
14432 "digest",
14433 "rand_core 0.6.4",
14434]
14435
14436[[package]]
14437name = "signature"
14438version = "2.2.0"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14441dependencies = [
14442 "digest",
14443 "rand_core 0.6.4",
14444]
14445
14446[[package]]
14447name = "simd-adler32"
14448version = "0.3.7"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14451
14452[[package]]
14453name = "simd_helpers"
14454version = "0.1.0"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14457dependencies = [
14458 "quote",
14459]
14460
14461[[package]]
14462name = "simdutf8"
14463version = "0.1.5"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14466
14467[[package]]
14468name = "simple_asn1"
14469version = "0.6.3"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14472dependencies = [
14473 "num-bigint",
14474 "num-traits",
14475 "thiserror 2.0.12",
14476 "time",
14477]
14478
14479[[package]]
14480name = "simplecss"
14481version = "0.2.2"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14484dependencies = [
14485 "log",
14486]
14487
14488[[package]]
14489name = "simplelog"
14490version = "0.12.2"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14493dependencies = [
14494 "log",
14495 "termcolor",
14496 "time",
14497]
14498
14499[[package]]
14500name = "siphasher"
14501version = "1.0.1"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14504
14505[[package]]
14506name = "skrifa"
14507version = "0.26.6"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14510dependencies = [
14511 "bytemuck",
14512 "read-fonts",
14513]
14514
14515[[package]]
14516name = "slab"
14517version = "0.4.9"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14520dependencies = [
14521 "autocfg",
14522]
14523
14524[[package]]
14525name = "slash_commands_example"
14526version = "0.1.0"
14527dependencies = [
14528 "zed_extension_api 0.1.0",
14529]
14530
14531[[package]]
14532name = "slotmap"
14533version = "1.0.7"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14536dependencies = [
14537 "version_check",
14538]
14539
14540[[package]]
14541name = "smallvec"
14542version = "1.15.0"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14545dependencies = [
14546 "serde",
14547]
14548
14549[[package]]
14550name = "smart-default"
14551version = "0.6.0"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14554dependencies = [
14555 "proc-macro2",
14556 "quote",
14557 "syn 1.0.109",
14558]
14559
14560[[package]]
14561name = "smol"
14562version = "2.0.2"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14565dependencies = [
14566 "async-channel 2.3.1",
14567 "async-executor",
14568 "async-fs",
14569 "async-io",
14570 "async-lock",
14571 "async-net",
14572 "async-process",
14573 "blocking",
14574 "futures-lite 2.6.0",
14575]
14576
14577[[package]]
14578name = "smol_str"
14579version = "0.1.24"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14582dependencies = [
14583 "serde",
14584]
14585
14586[[package]]
14587name = "smol_str"
14588version = "0.2.2"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14591
14592[[package]]
14593name = "snippet"
14594version = "0.1.0"
14595dependencies = [
14596 "anyhow",
14597 "smallvec",
14598 "workspace-hack",
14599]
14600
14601[[package]]
14602name = "snippet_provider"
14603version = "0.1.0"
14604dependencies = [
14605 "anyhow",
14606 "collections",
14607 "extension",
14608 "fs",
14609 "futures 0.3.31",
14610 "gpui",
14611 "indoc",
14612 "parking_lot",
14613 "paths",
14614 "schemars",
14615 "serde",
14616 "serde_json_lenient",
14617 "snippet",
14618 "util",
14619 "workspace-hack",
14620]
14621
14622[[package]]
14623name = "snippets_ui"
14624version = "0.1.0"
14625dependencies = [
14626 "fuzzy",
14627 "gpui",
14628 "language",
14629 "paths",
14630 "picker",
14631 "ui",
14632 "util",
14633 "workspace",
14634 "workspace-hack",
14635]
14636
14637[[package]]
14638name = "socket2"
14639version = "0.5.9"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14642dependencies = [
14643 "libc",
14644 "windows-sys 0.52.0",
14645]
14646
14647[[package]]
14648name = "spdx"
14649version = "0.10.8"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14652dependencies = [
14653 "smallvec",
14654]
14655
14656[[package]]
14657name = "spin"
14658version = "0.9.8"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14661dependencies = [
14662 "lock_api",
14663]
14664
14665[[package]]
14666name = "spirv"
14667version = "0.3.0+sdk-1.3.268.0"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14670dependencies = [
14671 "bitflags 2.9.0",
14672]
14673
14674[[package]]
14675name = "spki"
14676version = "0.6.0"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14679dependencies = [
14680 "base64ct",
14681 "der 0.6.1",
14682]
14683
14684[[package]]
14685name = "spki"
14686version = "0.7.3"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14689dependencies = [
14690 "base64ct",
14691 "der 0.7.10",
14692]
14693
14694[[package]]
14695name = "sptr"
14696version = "0.3.2"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14699
14700[[package]]
14701name = "sqlez"
14702version = "0.1.0"
14703dependencies = [
14704 "anyhow",
14705 "collections",
14706 "futures 0.3.31",
14707 "indoc",
14708 "libsqlite3-sys",
14709 "parking_lot",
14710 "smol",
14711 "sqlformat",
14712 "thread_local",
14713 "util",
14714 "uuid",
14715 "workspace-hack",
14716]
14717
14718[[package]]
14719name = "sqlez_macros"
14720version = "0.1.0"
14721dependencies = [
14722 "sqlez",
14723 "sqlformat",
14724 "syn 1.0.109",
14725 "workspace-hack",
14726]
14727
14728[[package]]
14729name = "sqlformat"
14730version = "0.2.6"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14733dependencies = [
14734 "nom",
14735 "unicode_categories",
14736]
14737
14738[[package]]
14739name = "sqlx"
14740version = "0.8.5"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14743dependencies = [
14744 "sqlx-core",
14745 "sqlx-macros",
14746 "sqlx-mysql",
14747 "sqlx-postgres",
14748 "sqlx-sqlite",
14749]
14750
14751[[package]]
14752name = "sqlx-core"
14753version = "0.8.5"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14756dependencies = [
14757 "base64 0.22.1",
14758 "bigdecimal",
14759 "bytes 1.10.1",
14760 "chrono",
14761 "crc",
14762 "crossbeam-queue",
14763 "either",
14764 "event-listener 5.4.0",
14765 "futures-core",
14766 "futures-intrusive",
14767 "futures-io",
14768 "futures-util",
14769 "hashbrown 0.15.3",
14770 "hashlink 0.10.0",
14771 "indexmap",
14772 "log",
14773 "memchr",
14774 "once_cell",
14775 "percent-encoding",
14776 "rust_decimal",
14777 "rustls 0.23.26",
14778 "serde",
14779 "serde_json",
14780 "sha2",
14781 "smallvec",
14782 "thiserror 2.0.12",
14783 "time",
14784 "tokio",
14785 "tokio-stream",
14786 "tracing",
14787 "url",
14788 "uuid",
14789 "webpki-roots",
14790]
14791
14792[[package]]
14793name = "sqlx-macros"
14794version = "0.8.5"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14797dependencies = [
14798 "proc-macro2",
14799 "quote",
14800 "sqlx-core",
14801 "sqlx-macros-core",
14802 "syn 2.0.101",
14803]
14804
14805[[package]]
14806name = "sqlx-macros-core"
14807version = "0.8.5"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14810dependencies = [
14811 "dotenvy",
14812 "either",
14813 "heck 0.5.0",
14814 "hex",
14815 "once_cell",
14816 "proc-macro2",
14817 "quote",
14818 "serde",
14819 "serde_json",
14820 "sha2",
14821 "sqlx-core",
14822 "sqlx-mysql",
14823 "sqlx-postgres",
14824 "sqlx-sqlite",
14825 "syn 2.0.101",
14826 "tempfile",
14827 "tokio",
14828 "url",
14829]
14830
14831[[package]]
14832name = "sqlx-mysql"
14833version = "0.8.5"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14836dependencies = [
14837 "atoi",
14838 "base64 0.22.1",
14839 "bigdecimal",
14840 "bitflags 2.9.0",
14841 "byteorder",
14842 "bytes 1.10.1",
14843 "chrono",
14844 "crc",
14845 "digest",
14846 "dotenvy",
14847 "either",
14848 "futures-channel",
14849 "futures-core",
14850 "futures-io",
14851 "futures-util",
14852 "generic-array",
14853 "hex",
14854 "hkdf",
14855 "hmac",
14856 "itoa",
14857 "log",
14858 "md-5",
14859 "memchr",
14860 "once_cell",
14861 "percent-encoding",
14862 "rand 0.8.5",
14863 "rsa",
14864 "rust_decimal",
14865 "serde",
14866 "sha1",
14867 "sha2",
14868 "smallvec",
14869 "sqlx-core",
14870 "stringprep",
14871 "thiserror 2.0.12",
14872 "time",
14873 "tracing",
14874 "uuid",
14875 "whoami",
14876]
14877
14878[[package]]
14879name = "sqlx-postgres"
14880version = "0.8.5"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14883dependencies = [
14884 "atoi",
14885 "base64 0.22.1",
14886 "bigdecimal",
14887 "bitflags 2.9.0",
14888 "byteorder",
14889 "chrono",
14890 "crc",
14891 "dotenvy",
14892 "etcetera",
14893 "futures-channel",
14894 "futures-core",
14895 "futures-util",
14896 "hex",
14897 "hkdf",
14898 "hmac",
14899 "home",
14900 "itoa",
14901 "log",
14902 "md-5",
14903 "memchr",
14904 "num-bigint",
14905 "once_cell",
14906 "rand 0.8.5",
14907 "rust_decimal",
14908 "serde",
14909 "serde_json",
14910 "sha2",
14911 "smallvec",
14912 "sqlx-core",
14913 "stringprep",
14914 "thiserror 2.0.12",
14915 "time",
14916 "tracing",
14917 "uuid",
14918 "whoami",
14919]
14920
14921[[package]]
14922name = "sqlx-sqlite"
14923version = "0.8.5"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14926dependencies = [
14927 "atoi",
14928 "chrono",
14929 "flume",
14930 "futures-channel",
14931 "futures-core",
14932 "futures-executor",
14933 "futures-intrusive",
14934 "futures-util",
14935 "libsqlite3-sys",
14936 "log",
14937 "percent-encoding",
14938 "serde",
14939 "serde_urlencoded",
14940 "sqlx-core",
14941 "thiserror 2.0.12",
14942 "time",
14943 "tracing",
14944 "url",
14945 "uuid",
14946]
14947
14948[[package]]
14949name = "stable_deref_trait"
14950version = "1.2.0"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14953
14954[[package]]
14955name = "static_assertions"
14956version = "1.1.0"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14959
14960[[package]]
14961name = "story"
14962version = "0.1.0"
14963dependencies = [
14964 "gpui",
14965 "itertools 0.14.0",
14966 "smallvec",
14967 "workspace-hack",
14968]
14969
14970[[package]]
14971name = "storybook"
14972version = "0.1.0"
14973dependencies = [
14974 "anyhow",
14975 "clap",
14976 "collab_ui",
14977 "ctrlc",
14978 "dialoguer",
14979 "editor",
14980 "fuzzy",
14981 "gpui",
14982 "indoc",
14983 "language",
14984 "log",
14985 "menu",
14986 "picker",
14987 "project",
14988 "reqwest_client",
14989 "rust-embed",
14990 "settings",
14991 "simplelog",
14992 "story",
14993 "strum 0.27.1",
14994 "theme",
14995 "title_bar",
14996 "ui",
14997 "workspace",
14998 "workspace-hack",
14999]
15000
15001[[package]]
15002name = "streaming-iterator"
15003version = "0.1.9"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15006
15007[[package]]
15008name = "streaming_diff"
15009version = "0.1.0"
15010dependencies = [
15011 "ordered-float 2.10.1",
15012 "rand 0.8.5",
15013 "rope",
15014 "util",
15015 "workspace-hack",
15016]
15017
15018[[package]]
15019name = "strict-num"
15020version = "0.1.1"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15023dependencies = [
15024 "float-cmp",
15025]
15026
15027[[package]]
15028name = "string_cache"
15029version = "0.8.9"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15032dependencies = [
15033 "new_debug_unreachable",
15034 "parking_lot",
15035 "phf_shared",
15036 "precomputed-hash",
15037 "serde",
15038]
15039
15040[[package]]
15041name = "string_cache_codegen"
15042version = "0.5.4"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15045dependencies = [
15046 "phf_generator",
15047 "phf_shared",
15048 "proc-macro2",
15049 "quote",
15050]
15051
15052[[package]]
15053name = "stringprep"
15054version = "0.1.5"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15057dependencies = [
15058 "unicode-bidi",
15059 "unicode-normalization",
15060 "unicode-properties",
15061]
15062
15063[[package]]
15064name = "strsim"
15065version = "0.11.1"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15068
15069[[package]]
15070name = "strum"
15071version = "0.26.3"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15074dependencies = [
15075 "strum_macros 0.26.4",
15076]
15077
15078[[package]]
15079name = "strum"
15080version = "0.27.1"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15083dependencies = [
15084 "strum_macros 0.27.1",
15085]
15086
15087[[package]]
15088name = "strum_macros"
15089version = "0.26.4"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15092dependencies = [
15093 "heck 0.5.0",
15094 "proc-macro2",
15095 "quote",
15096 "rustversion",
15097 "syn 2.0.101",
15098]
15099
15100[[package]]
15101name = "strum_macros"
15102version = "0.27.1"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15105dependencies = [
15106 "heck 0.5.0",
15107 "proc-macro2",
15108 "quote",
15109 "rustversion",
15110 "syn 2.0.101",
15111]
15112
15113[[package]]
15114name = "subtle"
15115version = "2.6.1"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15118
15119[[package]]
15120name = "sum_tree"
15121version = "0.1.0"
15122dependencies = [
15123 "arrayvec",
15124 "ctor",
15125 "env_logger 0.11.8",
15126 "log",
15127 "rand 0.8.5",
15128 "rayon",
15129 "workspace-hack",
15130]
15131
15132[[package]]
15133name = "supermaven"
15134version = "0.1.0"
15135dependencies = [
15136 "anyhow",
15137 "client",
15138 "collections",
15139 "editor",
15140 "env_logger 0.11.8",
15141 "futures 0.3.31",
15142 "gpui",
15143 "http_client",
15144 "inline_completion",
15145 "language",
15146 "log",
15147 "postage",
15148 "project",
15149 "serde",
15150 "serde_json",
15151 "settings",
15152 "smol",
15153 "supermaven_api",
15154 "text",
15155 "theme",
15156 "ui",
15157 "unicode-segmentation",
15158 "util",
15159 "workspace-hack",
15160]
15161
15162[[package]]
15163name = "supermaven_api"
15164version = "0.1.0"
15165dependencies = [
15166 "anyhow",
15167 "futures 0.3.31",
15168 "http_client",
15169 "paths",
15170 "serde",
15171 "serde_json",
15172 "smol",
15173 "workspace-hack",
15174]
15175
15176[[package]]
15177name = "sval"
15178version = "2.14.1"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15181
15182[[package]]
15183name = "sval_buffer"
15184version = "2.14.1"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15187dependencies = [
15188 "sval",
15189 "sval_ref",
15190]
15191
15192[[package]]
15193name = "sval_dynamic"
15194version = "2.14.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15197dependencies = [
15198 "sval",
15199]
15200
15201[[package]]
15202name = "sval_fmt"
15203version = "2.14.1"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15206dependencies = [
15207 "itoa",
15208 "ryu",
15209 "sval",
15210]
15211
15212[[package]]
15213name = "sval_json"
15214version = "2.14.1"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15217dependencies = [
15218 "itoa",
15219 "ryu",
15220 "sval",
15221]
15222
15223[[package]]
15224name = "sval_nested"
15225version = "2.14.1"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15228dependencies = [
15229 "sval",
15230 "sval_buffer",
15231 "sval_ref",
15232]
15233
15234[[package]]
15235name = "sval_ref"
15236version = "2.14.1"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15239dependencies = [
15240 "sval",
15241]
15242
15243[[package]]
15244name = "sval_serde"
15245version = "2.14.1"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15248dependencies = [
15249 "serde",
15250 "sval",
15251 "sval_nested",
15252]
15253
15254[[package]]
15255name = "svg_fmt"
15256version = "0.4.5"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15259
15260[[package]]
15261name = "svgtypes"
15262version = "0.15.3"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15265dependencies = [
15266 "kurbo",
15267 "siphasher",
15268]
15269
15270[[package]]
15271name = "swash"
15272version = "0.2.2"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15275dependencies = [
15276 "skrifa",
15277 "yazi",
15278 "zeno",
15279]
15280
15281[[package]]
15282name = "syn"
15283version = "1.0.109"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15286dependencies = [
15287 "proc-macro2",
15288 "quote",
15289 "unicode-ident",
15290]
15291
15292[[package]]
15293name = "syn"
15294version = "2.0.101"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15297dependencies = [
15298 "proc-macro2",
15299 "quote",
15300 "unicode-ident",
15301]
15302
15303[[package]]
15304name = "sync_wrapper"
15305version = "0.1.2"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15308
15309[[package]]
15310name = "sync_wrapper"
15311version = "1.0.2"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15314dependencies = [
15315 "futures-core",
15316]
15317
15318[[package]]
15319name = "synchronoise"
15320version = "1.0.1"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15323dependencies = [
15324 "crossbeam-queue",
15325]
15326
15327[[package]]
15328name = "synstructure"
15329version = "0.13.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15332dependencies = [
15333 "proc-macro2",
15334 "quote",
15335 "syn 2.0.101",
15336]
15337
15338[[package]]
15339name = "sys-locale"
15340version = "0.3.2"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15343dependencies = [
15344 "libc",
15345]
15346
15347[[package]]
15348name = "sysinfo"
15349version = "0.31.4"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15352dependencies = [
15353 "core-foundation-sys",
15354 "libc",
15355 "memchr",
15356 "ntapi",
15357 "rayon",
15358 "windows 0.57.0",
15359]
15360
15361[[package]]
15362name = "system-configuration"
15363version = "0.5.1"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15366dependencies = [
15367 "bitflags 1.3.2",
15368 "core-foundation 0.9.4",
15369 "system-configuration-sys 0.5.0",
15370]
15371
15372[[package]]
15373name = "system-configuration"
15374version = "0.6.1"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15377dependencies = [
15378 "bitflags 2.9.0",
15379 "core-foundation 0.9.4",
15380 "system-configuration-sys 0.6.0",
15381]
15382
15383[[package]]
15384name = "system-configuration-sys"
15385version = "0.5.0"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15388dependencies = [
15389 "core-foundation-sys",
15390 "libc",
15391]
15392
15393[[package]]
15394name = "system-configuration-sys"
15395version = "0.6.0"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15398dependencies = [
15399 "core-foundation-sys",
15400 "libc",
15401]
15402
15403[[package]]
15404name = "system-deps"
15405version = "6.2.2"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15408dependencies = [
15409 "cfg-expr",
15410 "heck 0.5.0",
15411 "pkg-config",
15412 "toml 0.8.20",
15413 "version-compare",
15414]
15415
15416[[package]]
15417name = "system-interface"
15418version = "0.27.3"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15421dependencies = [
15422 "bitflags 2.9.0",
15423 "cap-fs-ext",
15424 "cap-std",
15425 "fd-lock",
15426 "io-lifetimes",
15427 "rustix 0.38.44",
15428 "windows-sys 0.59.0",
15429 "winx",
15430]
15431
15432[[package]]
15433name = "tab_switcher"
15434version = "0.1.0"
15435dependencies = [
15436 "anyhow",
15437 "collections",
15438 "ctor",
15439 "editor",
15440 "env_logger 0.11.8",
15441 "fuzzy",
15442 "gpui",
15443 "language",
15444 "menu",
15445 "picker",
15446 "project",
15447 "schemars",
15448 "serde",
15449 "serde_json",
15450 "settings",
15451 "smol",
15452 "theme",
15453 "ui",
15454 "util",
15455 "workspace",
15456 "workspace-hack",
15457]
15458
15459[[package]]
15460name = "taffy"
15461version = "0.4.4"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15464dependencies = [
15465 "arrayvec",
15466 "grid",
15467 "num-traits",
15468 "serde",
15469 "slotmap",
15470]
15471
15472[[package]]
15473name = "tagptr"
15474version = "0.2.0"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15477
15478[[package]]
15479name = "take-until"
15480version = "0.2.0"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15483
15484[[package]]
15485name = "tao-core-video-sys"
15486version = "0.2.0"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15489dependencies = [
15490 "cfg-if",
15491 "core-foundation-sys",
15492 "libc",
15493 "objc",
15494]
15495
15496[[package]]
15497name = "tap"
15498version = "1.0.1"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15501
15502[[package]]
15503name = "target-lexicon"
15504version = "0.12.16"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15507
15508[[package]]
15509name = "target-lexicon"
15510version = "0.13.2"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15513
15514[[package]]
15515name = "task"
15516version = "0.1.0"
15517dependencies = [
15518 "anyhow",
15519 "collections",
15520 "futures 0.3.31",
15521 "gpui",
15522 "hex",
15523 "parking_lot",
15524 "pretty_assertions",
15525 "proto",
15526 "schemars",
15527 "serde",
15528 "serde_json",
15529 "serde_json_lenient",
15530 "sha2",
15531 "shellexpand 2.1.2",
15532 "util",
15533 "workspace-hack",
15534 "zed_actions",
15535]
15536
15537[[package]]
15538name = "tasks_ui"
15539version = "0.1.0"
15540dependencies = [
15541 "anyhow",
15542 "collections",
15543 "editor",
15544 "file_icons",
15545 "fuzzy",
15546 "gpui",
15547 "itertools 0.14.0",
15548 "language",
15549 "menu",
15550 "picker",
15551 "project",
15552 "serde",
15553 "serde_json",
15554 "task",
15555 "tree-sitter-rust",
15556 "tree-sitter-typescript",
15557 "ui",
15558 "util",
15559 "workspace",
15560 "workspace-hack",
15561 "zed_actions",
15562]
15563
15564[[package]]
15565name = "telemetry"
15566version = "0.1.0"
15567dependencies = [
15568 "futures 0.3.31",
15569 "serde",
15570 "serde_json",
15571 "telemetry_events",
15572 "workspace-hack",
15573]
15574
15575[[package]]
15576name = "telemetry_events"
15577version = "0.1.0"
15578dependencies = [
15579 "semantic_version",
15580 "serde",
15581 "serde_json",
15582 "workspace-hack",
15583]
15584
15585[[package]]
15586name = "tempfile"
15587version = "3.20.0"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15590dependencies = [
15591 "fastrand 2.3.0",
15592 "getrandom 0.3.2",
15593 "once_cell",
15594 "rustix 1.0.7",
15595 "windows-sys 0.59.0",
15596]
15597
15598[[package]]
15599name = "tendril"
15600version = "0.4.3"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15603dependencies = [
15604 "futf",
15605 "mac",
15606 "utf-8",
15607]
15608
15609[[package]]
15610name = "termcolor"
15611version = "1.4.1"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15614dependencies = [
15615 "winapi-util",
15616]
15617
15618[[package]]
15619name = "terminal"
15620version = "0.1.0"
15621dependencies = [
15622 "alacritty_terminal",
15623 "anyhow",
15624 "collections",
15625 "dirs 4.0.0",
15626 "futures 0.3.31",
15627 "gpui",
15628 "libc",
15629 "rand 0.8.5",
15630 "regex",
15631 "release_channel",
15632 "schemars",
15633 "serde",
15634 "serde_derive",
15635 "settings",
15636 "smol",
15637 "sysinfo",
15638 "task",
15639 "theme",
15640 "thiserror 2.0.12",
15641 "util",
15642 "windows 0.61.1",
15643 "workspace-hack",
15644]
15645
15646[[package]]
15647name = "terminal_size"
15648version = "0.4.2"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15651dependencies = [
15652 "rustix 1.0.7",
15653 "windows-sys 0.59.0",
15654]
15655
15656[[package]]
15657name = "terminal_view"
15658version = "0.1.0"
15659dependencies = [
15660 "anyhow",
15661 "assistant_slash_command",
15662 "async-recursion 1.1.1",
15663 "breadcrumbs",
15664 "client",
15665 "collections",
15666 "db",
15667 "dirs 4.0.0",
15668 "editor",
15669 "futures 0.3.31",
15670 "gpui",
15671 "itertools 0.14.0",
15672 "language",
15673 "log",
15674 "project",
15675 "rand 0.8.5",
15676 "regex",
15677 "schemars",
15678 "search",
15679 "serde",
15680 "serde_json",
15681 "settings",
15682 "shellexpand 2.1.2",
15683 "smol",
15684 "task",
15685 "terminal",
15686 "theme",
15687 "ui",
15688 "util",
15689 "workspace",
15690 "workspace-hack",
15691 "zed_actions",
15692]
15693
15694[[package]]
15695name = "text"
15696version = "0.1.0"
15697dependencies = [
15698 "anyhow",
15699 "clock",
15700 "collections",
15701 "ctor",
15702 "env_logger 0.11.8",
15703 "gpui",
15704 "http_client",
15705 "log",
15706 "parking_lot",
15707 "postage",
15708 "rand 0.8.5",
15709 "regex",
15710 "rope",
15711 "smallvec",
15712 "sum_tree",
15713 "util",
15714 "workspace-hack",
15715]
15716
15717[[package]]
15718name = "theme"
15719version = "0.1.0"
15720dependencies = [
15721 "anyhow",
15722 "collections",
15723 "derive_more",
15724 "fs",
15725 "futures 0.3.31",
15726 "gpui",
15727 "indexmap",
15728 "log",
15729 "palette",
15730 "parking_lot",
15731 "refineable",
15732 "schemars",
15733 "serde",
15734 "serde_derive",
15735 "serde_json",
15736 "serde_json_lenient",
15737 "serde_repr",
15738 "settings",
15739 "strum 0.27.1",
15740 "thiserror 2.0.12",
15741 "util",
15742 "uuid",
15743 "workspace-hack",
15744]
15745
15746[[package]]
15747name = "theme_extension"
15748version = "0.1.0"
15749dependencies = [
15750 "anyhow",
15751 "extension",
15752 "fs",
15753 "gpui",
15754 "theme",
15755 "workspace-hack",
15756]
15757
15758[[package]]
15759name = "theme_importer"
15760version = "0.1.0"
15761dependencies = [
15762 "anyhow",
15763 "clap",
15764 "gpui",
15765 "indexmap",
15766 "log",
15767 "palette",
15768 "rust-embed",
15769 "serde",
15770 "serde_json",
15771 "serde_json_lenient",
15772 "simplelog",
15773 "strum 0.27.1",
15774 "theme",
15775 "vscode_theme",
15776 "workspace-hack",
15777]
15778
15779[[package]]
15780name = "theme_selector"
15781version = "0.1.0"
15782dependencies = [
15783 "fs",
15784 "fuzzy",
15785 "gpui",
15786 "log",
15787 "picker",
15788 "serde",
15789 "settings",
15790 "telemetry",
15791 "theme",
15792 "ui",
15793 "util",
15794 "workspace",
15795 "workspace-hack",
15796 "zed_actions",
15797]
15798
15799[[package]]
15800name = "thiserror"
15801version = "1.0.69"
15802source = "registry+https://github.com/rust-lang/crates.io-index"
15803checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15804dependencies = [
15805 "thiserror-impl 1.0.69",
15806]
15807
15808[[package]]
15809name = "thiserror"
15810version = "2.0.12"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15813dependencies = [
15814 "thiserror-impl 2.0.12",
15815]
15816
15817[[package]]
15818name = "thiserror-impl"
15819version = "1.0.69"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15822dependencies = [
15823 "proc-macro2",
15824 "quote",
15825 "syn 2.0.101",
15826]
15827
15828[[package]]
15829name = "thiserror-impl"
15830version = "2.0.12"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15833dependencies = [
15834 "proc-macro2",
15835 "quote",
15836 "syn 2.0.101",
15837]
15838
15839[[package]]
15840name = "thread_local"
15841version = "1.1.8"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15844dependencies = [
15845 "cfg-if",
15846 "once_cell",
15847]
15848
15849[[package]]
15850name = "tiff"
15851version = "0.9.1"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15854dependencies = [
15855 "flate2",
15856 "jpeg-decoder",
15857 "weezl",
15858]
15859
15860[[package]]
15861name = "tiktoken-rs"
15862version = "0.7.0"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15865dependencies = [
15866 "anyhow",
15867 "base64 0.22.1",
15868 "bstr",
15869 "fancy-regex 0.13.0",
15870 "lazy_static",
15871 "regex",
15872 "rustc-hash 1.1.0",
15873]
15874
15875[[package]]
15876name = "time"
15877version = "0.3.41"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15880dependencies = [
15881 "deranged",
15882 "itoa",
15883 "libc",
15884 "num-conv",
15885 "num_threads",
15886 "powerfmt",
15887 "serde",
15888 "time-core",
15889 "time-macros",
15890]
15891
15892[[package]]
15893name = "time-core"
15894version = "0.1.4"
15895source = "registry+https://github.com/rust-lang/crates.io-index"
15896checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15897
15898[[package]]
15899name = "time-macros"
15900version = "0.2.22"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15903dependencies = [
15904 "num-conv",
15905 "time-core",
15906]
15907
15908[[package]]
15909name = "time_format"
15910version = "0.1.0"
15911dependencies = [
15912 "core-foundation 0.10.0",
15913 "core-foundation-sys",
15914 "sys-locale",
15915 "time",
15916 "workspace-hack",
15917]
15918
15919[[package]]
15920name = "tiny-keccak"
15921version = "2.0.2"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15924dependencies = [
15925 "crunchy",
15926]
15927
15928[[package]]
15929name = "tiny-skia"
15930version = "0.11.4"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15933dependencies = [
15934 "arrayref",
15935 "arrayvec",
15936 "bytemuck",
15937 "cfg-if",
15938 "log",
15939 "png",
15940 "tiny-skia-path",
15941]
15942
15943[[package]]
15944name = "tiny-skia-path"
15945version = "0.11.4"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15948dependencies = [
15949 "arrayref",
15950 "bytemuck",
15951 "strict-num",
15952]
15953
15954[[package]]
15955name = "tiny_http"
15956version = "0.8.2"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15959dependencies = [
15960 "ascii",
15961 "chrono",
15962 "chunked_transfer",
15963 "log",
15964 "url",
15965]
15966
15967[[package]]
15968name = "tinystr"
15969version = "0.7.6"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15972dependencies = [
15973 "displaydoc",
15974 "zerovec",
15975]
15976
15977[[package]]
15978name = "tinytemplate"
15979version = "1.2.1"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15982dependencies = [
15983 "serde",
15984 "serde_json",
15985]
15986
15987[[package]]
15988name = "tinyvec"
15989version = "1.9.0"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15992dependencies = [
15993 "tinyvec_macros",
15994]
15995
15996[[package]]
15997name = "tinyvec_macros"
15998version = "0.1.1"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16001
16002[[package]]
16003name = "title_bar"
16004version = "0.1.0"
16005dependencies = [
16006 "auto_update",
16007 "call",
16008 "chrono",
16009 "client",
16010 "collections",
16011 "db",
16012 "gpui",
16013 "http_client",
16014 "notifications",
16015 "pretty_assertions",
16016 "project",
16017 "remote",
16018 "rpc",
16019 "schemars",
16020 "serde",
16021 "settings",
16022 "smallvec",
16023 "story",
16024 "telemetry",
16025 "theme",
16026 "tree-sitter-md",
16027 "ui",
16028 "util",
16029 "windows 0.61.1",
16030 "workspace",
16031 "workspace-hack",
16032 "zed_actions",
16033]
16034
16035[[package]]
16036name = "tokio"
16037version = "1.44.2"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16040dependencies = [
16041 "backtrace",
16042 "bytes 1.10.1",
16043 "libc",
16044 "mio",
16045 "parking_lot",
16046 "pin-project-lite",
16047 "signal-hook-registry",
16048 "socket2",
16049 "tokio-macros",
16050 "windows-sys 0.52.0",
16051]
16052
16053[[package]]
16054name = "tokio-io"
16055version = "0.1.13"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16058dependencies = [
16059 "bytes 0.4.12",
16060 "futures 0.1.31",
16061 "log",
16062]
16063
16064[[package]]
16065name = "tokio-macros"
16066version = "2.5.0"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16069dependencies = [
16070 "proc-macro2",
16071 "quote",
16072 "syn 2.0.101",
16073]
16074
16075[[package]]
16076name = "tokio-native-tls"
16077version = "0.3.1"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16080dependencies = [
16081 "native-tls",
16082 "tokio",
16083]
16084
16085[[package]]
16086name = "tokio-rustls"
16087version = "0.24.1"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16090dependencies = [
16091 "rustls 0.21.12",
16092 "tokio",
16093]
16094
16095[[package]]
16096name = "tokio-rustls"
16097version = "0.26.2"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16100dependencies = [
16101 "rustls 0.23.26",
16102 "tokio",
16103]
16104
16105[[package]]
16106name = "tokio-socks"
16107version = "0.5.2"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16110dependencies = [
16111 "either",
16112 "futures-io",
16113 "futures-util",
16114 "thiserror 1.0.69",
16115 "tokio",
16116]
16117
16118[[package]]
16119name = "tokio-stream"
16120version = "0.1.17"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16123dependencies = [
16124 "futures-core",
16125 "pin-project-lite",
16126 "tokio",
16127]
16128
16129[[package]]
16130name = "tokio-tungstenite"
16131version = "0.20.1"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16134dependencies = [
16135 "futures-util",
16136 "log",
16137 "tokio",
16138 "tungstenite 0.20.1",
16139]
16140
16141[[package]]
16142name = "tokio-tungstenite"
16143version = "0.21.0"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16146dependencies = [
16147 "futures-util",
16148 "log",
16149 "tokio",
16150 "tungstenite 0.21.0",
16151]
16152
16153[[package]]
16154name = "tokio-tungstenite"
16155version = "0.26.2"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16158dependencies = [
16159 "futures-util",
16160 "log",
16161 "rustls 0.23.26",
16162 "rustls-pki-types",
16163 "tokio",
16164 "tokio-rustls 0.26.2",
16165 "tungstenite 0.26.2",
16166]
16167
16168[[package]]
16169name = "tokio-util"
16170version = "0.7.14"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16173dependencies = [
16174 "bytes 1.10.1",
16175 "futures-core",
16176 "futures-io",
16177 "futures-sink",
16178 "pin-project-lite",
16179 "tokio",
16180]
16181
16182[[package]]
16183name = "toml"
16184version = "0.5.11"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16187dependencies = [
16188 "serde",
16189]
16190
16191[[package]]
16192name = "toml"
16193version = "0.8.20"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16196dependencies = [
16197 "serde",
16198 "serde_spanned",
16199 "toml_datetime",
16200 "toml_edit",
16201]
16202
16203[[package]]
16204name = "toml_datetime"
16205version = "0.6.9"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16208dependencies = [
16209 "serde",
16210]
16211
16212[[package]]
16213name = "toml_edit"
16214version = "0.22.26"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16217dependencies = [
16218 "indexmap",
16219 "serde",
16220 "serde_spanned",
16221 "toml_datetime",
16222 "toml_write",
16223 "winnow",
16224]
16225
16226[[package]]
16227name = "toml_write"
16228version = "0.1.1"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16231
16232[[package]]
16233name = "toolchain_selector"
16234version = "0.1.0"
16235dependencies = [
16236 "editor",
16237 "fuzzy",
16238 "gpui",
16239 "language",
16240 "picker",
16241 "project",
16242 "ui",
16243 "util",
16244 "workspace",
16245 "workspace-hack",
16246]
16247
16248[[package]]
16249name = "topological-sort"
16250version = "0.2.2"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16253
16254[[package]]
16255name = "tower"
16256version = "0.4.13"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16259dependencies = [
16260 "futures-core",
16261 "futures-util",
16262 "pin-project",
16263 "pin-project-lite",
16264 "tokio",
16265 "tower-layer",
16266 "tower-service",
16267 "tracing",
16268]
16269
16270[[package]]
16271name = "tower"
16272version = "0.5.2"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16275dependencies = [
16276 "futures-core",
16277 "futures-util",
16278 "pin-project-lite",
16279 "sync_wrapper 1.0.2",
16280 "tokio",
16281 "tower-layer",
16282 "tower-service",
16283]
16284
16285[[package]]
16286name = "tower-http"
16287version = "0.3.5"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16290dependencies = [
16291 "bitflags 1.3.2",
16292 "bytes 1.10.1",
16293 "futures-core",
16294 "futures-util",
16295 "http 0.2.12",
16296 "http-body 0.4.6",
16297 "http-range-header",
16298 "pin-project-lite",
16299 "tower-layer",
16300 "tower-service",
16301]
16302
16303[[package]]
16304name = "tower-http"
16305version = "0.4.4"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16308dependencies = [
16309 "bitflags 2.9.0",
16310 "bytes 1.10.1",
16311 "futures-core",
16312 "futures-util",
16313 "http 0.2.12",
16314 "http-body 0.4.6",
16315 "http-range-header",
16316 "pin-project-lite",
16317 "tower-layer",
16318 "tower-service",
16319 "tracing",
16320]
16321
16322[[package]]
16323name = "tower-layer"
16324version = "0.3.3"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16327
16328[[package]]
16329name = "tower-service"
16330version = "0.3.3"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16333
16334[[package]]
16335name = "tracing"
16336version = "0.1.41"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16339dependencies = [
16340 "log",
16341 "pin-project-lite",
16342 "tracing-attributes",
16343 "tracing-core",
16344]
16345
16346[[package]]
16347name = "tracing-attributes"
16348version = "0.1.28"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16351dependencies = [
16352 "proc-macro2",
16353 "quote",
16354 "syn 2.0.101",
16355]
16356
16357[[package]]
16358name = "tracing-core"
16359version = "0.1.33"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16362dependencies = [
16363 "once_cell",
16364 "valuable",
16365]
16366
16367[[package]]
16368name = "tracing-log"
16369version = "0.2.0"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16372dependencies = [
16373 "log",
16374 "once_cell",
16375 "tracing-core",
16376]
16377
16378[[package]]
16379name = "tracing-serde"
16380version = "0.2.0"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16383dependencies = [
16384 "serde",
16385 "tracing-core",
16386]
16387
16388[[package]]
16389name = "tracing-subscriber"
16390version = "0.3.19"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16393dependencies = [
16394 "matchers",
16395 "nu-ansi-term",
16396 "once_cell",
16397 "regex",
16398 "serde",
16399 "serde_json",
16400 "sharded-slab",
16401 "smallvec",
16402 "thread_local",
16403 "tracing",
16404 "tracing-core",
16405 "tracing-log",
16406 "tracing-serde",
16407]
16408
16409[[package]]
16410name = "trait-variant"
16411version = "0.1.2"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16414dependencies = [
16415 "proc-macro2",
16416 "quote",
16417 "syn 2.0.101",
16418]
16419
16420[[package]]
16421name = "tree-sitter"
16422version = "0.25.3"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16425dependencies = [
16426 "cc",
16427 "regex",
16428 "regex-syntax 0.8.5",
16429 "serde_json",
16430 "streaming-iterator",
16431 "tree-sitter-language",
16432 "wasmtime-c-api-impl",
16433]
16434
16435[[package]]
16436name = "tree-sitter-bash"
16437version = "0.23.3"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16440dependencies = [
16441 "cc",
16442 "tree-sitter-language",
16443]
16444
16445[[package]]
16446name = "tree-sitter-c"
16447version = "0.23.4"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16450dependencies = [
16451 "cc",
16452 "tree-sitter-language",
16453]
16454
16455[[package]]
16456name = "tree-sitter-cpp"
16457version = "0.23.4"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16460dependencies = [
16461 "cc",
16462 "tree-sitter-language",
16463]
16464
16465[[package]]
16466name = "tree-sitter-css"
16467version = "0.23.2"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16470dependencies = [
16471 "cc",
16472 "tree-sitter-language",
16473]
16474
16475[[package]]
16476name = "tree-sitter-diff"
16477version = "0.1.0"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16480dependencies = [
16481 "cc",
16482 "tree-sitter-language",
16483]
16484
16485[[package]]
16486name = "tree-sitter-elixir"
16487version = "0.3.4"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16490dependencies = [
16491 "cc",
16492 "tree-sitter-language",
16493]
16494
16495[[package]]
16496name = "tree-sitter-embedded-template"
16497version = "0.23.2"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16500dependencies = [
16501 "cc",
16502 "tree-sitter-language",
16503]
16504
16505[[package]]
16506name = "tree-sitter-gitcommit"
16507version = "0.0.1"
16508source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16509dependencies = [
16510 "cc",
16511 "tree-sitter-language",
16512]
16513
16514[[package]]
16515name = "tree-sitter-go"
16516version = "0.23.4"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16519dependencies = [
16520 "cc",
16521 "tree-sitter-language",
16522]
16523
16524[[package]]
16525name = "tree-sitter-gomod"
16526version = "1.1.1"
16527source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16528dependencies = [
16529 "cc",
16530 "tree-sitter-language",
16531]
16532
16533[[package]]
16534name = "tree-sitter-gowork"
16535version = "0.0.1"
16536source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16537dependencies = [
16538 "cc",
16539 "tree-sitter-language",
16540]
16541
16542[[package]]
16543name = "tree-sitter-heex"
16544version = "0.0.1"
16545source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16546dependencies = [
16547 "cc",
16548 "tree-sitter-language",
16549]
16550
16551[[package]]
16552name = "tree-sitter-html"
16553version = "0.23.2"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16556dependencies = [
16557 "cc",
16558 "tree-sitter-language",
16559]
16560
16561[[package]]
16562name = "tree-sitter-jsdoc"
16563version = "0.23.2"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16566dependencies = [
16567 "cc",
16568 "tree-sitter-language",
16569]
16570
16571[[package]]
16572name = "tree-sitter-json"
16573version = "0.24.8"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16576dependencies = [
16577 "cc",
16578 "tree-sitter-language",
16579]
16580
16581[[package]]
16582name = "tree-sitter-language"
16583version = "0.1.5"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16586
16587[[package]]
16588name = "tree-sitter-md"
16589version = "0.3.2"
16590source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16591dependencies = [
16592 "cc",
16593 "tree-sitter-language",
16594]
16595
16596[[package]]
16597name = "tree-sitter-python"
16598version = "0.23.6"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16601dependencies = [
16602 "cc",
16603 "tree-sitter-language",
16604]
16605
16606[[package]]
16607name = "tree-sitter-regex"
16608version = "0.24.3"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16611dependencies = [
16612 "cc",
16613 "tree-sitter-language",
16614]
16615
16616[[package]]
16617name = "tree-sitter-ruby"
16618version = "0.23.1"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16621dependencies = [
16622 "cc",
16623 "tree-sitter-language",
16624]
16625
16626[[package]]
16627name = "tree-sitter-rust"
16628version = "0.24.0"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16631dependencies = [
16632 "cc",
16633 "tree-sitter-language",
16634]
16635
16636[[package]]
16637name = "tree-sitter-typescript"
16638version = "0.23.2"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16641dependencies = [
16642 "cc",
16643 "tree-sitter-language",
16644]
16645
16646[[package]]
16647name = "tree-sitter-yaml"
16648version = "0.6.1"
16649source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16650dependencies = [
16651 "cc",
16652 "tree-sitter-language",
16653]
16654
16655[[package]]
16656name = "try-lock"
16657version = "0.2.5"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16660
16661[[package]]
16662name = "ttf-parser"
16663version = "0.20.0"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16666
16667[[package]]
16668name = "ttf-parser"
16669version = "0.21.1"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16672
16673[[package]]
16674name = "ttf-parser"
16675version = "0.25.1"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16678dependencies = [
16679 "core_maths",
16680]
16681
16682[[package]]
16683name = "tungstenite"
16684version = "0.20.1"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16687dependencies = [
16688 "byteorder",
16689 "bytes 1.10.1",
16690 "data-encoding",
16691 "http 0.2.12",
16692 "httparse",
16693 "log",
16694 "rand 0.8.5",
16695 "sha1",
16696 "thiserror 1.0.69",
16697 "url",
16698 "utf-8",
16699]
16700
16701[[package]]
16702name = "tungstenite"
16703version = "0.21.0"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16706dependencies = [
16707 "byteorder",
16708 "bytes 1.10.1",
16709 "data-encoding",
16710 "http 1.3.1",
16711 "httparse",
16712 "log",
16713 "rand 0.8.5",
16714 "sha1",
16715 "thiserror 1.0.69",
16716 "url",
16717 "utf-8",
16718]
16719
16720[[package]]
16721name = "tungstenite"
16722version = "0.26.2"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16725dependencies = [
16726 "bytes 1.10.1",
16727 "data-encoding",
16728 "http 1.3.1",
16729 "httparse",
16730 "log",
16731 "rand 0.9.1",
16732 "rustls 0.23.26",
16733 "rustls-pki-types",
16734 "sha1",
16735 "thiserror 2.0.12",
16736 "utf-8",
16737]
16738
16739[[package]]
16740name = "typeid"
16741version = "1.0.3"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16744
16745[[package]]
16746name = "typenum"
16747version = "1.18.0"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16750
16751[[package]]
16752name = "ucd-trie"
16753version = "0.1.7"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16756
16757[[package]]
16758name = "uds_windows"
16759version = "1.1.0"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16762dependencies = [
16763 "memoffset",
16764 "tempfile",
16765 "winapi",
16766]
16767
16768[[package]]
16769name = "ui"
16770version = "0.1.0"
16771dependencies = [
16772 "chrono",
16773 "component",
16774 "documented",
16775 "gpui",
16776 "icons",
16777 "itertools 0.14.0",
16778 "menu",
16779 "serde",
16780 "settings",
16781 "smallvec",
16782 "story",
16783 "strum 0.27.1",
16784 "theme",
16785 "ui_macros",
16786 "util",
16787 "windows 0.61.1",
16788 "workspace-hack",
16789]
16790
16791[[package]]
16792name = "ui_input"
16793version = "0.1.0"
16794dependencies = [
16795 "component",
16796 "editor",
16797 "gpui",
16798 "settings",
16799 "theme",
16800 "ui",
16801 "workspace-hack",
16802]
16803
16804[[package]]
16805name = "ui_macros"
16806version = "0.1.0"
16807dependencies = [
16808 "quote",
16809 "syn 1.0.109",
16810 "workspace-hack",
16811]
16812
16813[[package]]
16814name = "ui_prompt"
16815version = "0.1.0"
16816dependencies = [
16817 "gpui",
16818 "markdown",
16819 "menu",
16820 "settings",
16821 "theme",
16822 "ui",
16823 "workspace",
16824 "workspace-hack",
16825]
16826
16827[[package]]
16828name = "uluru"
16829version = "3.1.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16832dependencies = [
16833 "arrayvec",
16834]
16835
16836[[package]]
16837name = "unicase"
16838version = "2.8.1"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16841
16842[[package]]
16843name = "unicode-bidi"
16844version = "0.3.18"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16847
16848[[package]]
16849name = "unicode-bidi-mirroring"
16850version = "0.2.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16853
16854[[package]]
16855name = "unicode-bidi-mirroring"
16856version = "0.4.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16859
16860[[package]]
16861name = "unicode-bom"
16862version = "2.0.3"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16865
16866[[package]]
16867name = "unicode-ccc"
16868version = "0.2.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16871
16872[[package]]
16873name = "unicode-ccc"
16874version = "0.4.0"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16877
16878[[package]]
16879name = "unicode-ident"
16880version = "1.0.18"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16883
16884[[package]]
16885name = "unicode-linebreak"
16886version = "0.1.5"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16889
16890[[package]]
16891name = "unicode-normalization"
16892version = "0.1.24"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16895dependencies = [
16896 "tinyvec",
16897]
16898
16899[[package]]
16900name = "unicode-properties"
16901version = "0.1.3"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16904
16905[[package]]
16906name = "unicode-script"
16907version = "0.5.7"
16908source = "registry+https://github.com/rust-lang/crates.io-index"
16909checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16910
16911[[package]]
16912name = "unicode-segmentation"
16913version = "1.12.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16916
16917[[package]]
16918name = "unicode-vo"
16919version = "0.1.0"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16922
16923[[package]]
16924name = "unicode-width"
16925version = "0.1.14"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16928
16929[[package]]
16930name = "unicode-width"
16931version = "0.2.0"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16934
16935[[package]]
16936name = "unicode-xid"
16937version = "0.2.6"
16938source = "registry+https://github.com/rust-lang/crates.io-index"
16939checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16940
16941[[package]]
16942name = "unicode_categories"
16943version = "0.1.1"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16946
16947[[package]]
16948name = "unindent"
16949version = "0.2.4"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16952
16953[[package]]
16954name = "untrusted"
16955version = "0.9.0"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16958
16959[[package]]
16960name = "url"
16961version = "2.5.4"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16964dependencies = [
16965 "form_urlencoded",
16966 "idna",
16967 "percent-encoding",
16968 "serde",
16969]
16970
16971[[package]]
16972name = "urlencoding"
16973version = "2.1.3"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16976
16977[[package]]
16978name = "usvg"
16979version = "0.45.1"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16982dependencies = [
16983 "base64 0.22.1",
16984 "data-url",
16985 "flate2",
16986 "fontdb 0.23.0",
16987 "imagesize",
16988 "kurbo",
16989 "log",
16990 "pico-args",
16991 "roxmltree",
16992 "rustybuzz 0.20.1",
16993 "simplecss",
16994 "siphasher",
16995 "strict-num",
16996 "svgtypes",
16997 "tiny-skia-path",
16998 "unicode-bidi",
16999 "unicode-script",
17000 "unicode-vo",
17001 "xmlwriter",
17002]
17003
17004[[package]]
17005name = "utf-8"
17006version = "0.7.6"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17009
17010[[package]]
17011name = "utf16_iter"
17012version = "1.0.5"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17015
17016[[package]]
17017name = "utf8_iter"
17018version = "1.0.4"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17021
17022[[package]]
17023name = "utf8parse"
17024version = "0.2.2"
17025source = "registry+https://github.com/rust-lang/crates.io-index"
17026checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17027
17028[[package]]
17029name = "util"
17030version = "0.1.0"
17031dependencies = [
17032 "anyhow",
17033 "async-fs",
17034 "async_zip",
17035 "collections",
17036 "dirs 4.0.0",
17037 "dunce",
17038 "futures 0.3.31",
17039 "futures-lite 1.13.0",
17040 "git2",
17041 "globset",
17042 "itertools 0.14.0",
17043 "libc",
17044 "log",
17045 "rand 0.8.5",
17046 "regex",
17047 "rust-embed",
17048 "serde",
17049 "serde_json",
17050 "serde_json_lenient",
17051 "smol",
17052 "take-until",
17053 "tempfile",
17054 "tendril",
17055 "unicase",
17056 "util_macros",
17057 "walkdir",
17058 "workspace-hack",
17059]
17060
17061[[package]]
17062name = "util_macros"
17063version = "0.1.0"
17064dependencies = [
17065 "quote",
17066 "syn 1.0.109",
17067 "workspace-hack",
17068]
17069
17070[[package]]
17071name = "uuid"
17072version = "1.16.0"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17075dependencies = [
17076 "getrandom 0.3.2",
17077 "serde",
17078 "sha1_smol",
17079]
17080
17081[[package]]
17082name = "uuid-simd"
17083version = "0.8.0"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17086dependencies = [
17087 "outref",
17088 "uuid",
17089 "vsimd",
17090]
17091
17092[[package]]
17093name = "v_frame"
17094version = "0.3.8"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17097dependencies = [
17098 "aligned-vec",
17099 "num-traits",
17100 "wasm-bindgen",
17101]
17102
17103[[package]]
17104name = "valuable"
17105version = "0.1.1"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17108
17109[[package]]
17110name = "value-bag"
17111version = "1.11.1"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17114dependencies = [
17115 "value-bag-serde1",
17116 "value-bag-sval2",
17117]
17118
17119[[package]]
17120name = "value-bag-serde1"
17121version = "1.11.1"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17124dependencies = [
17125 "erased-serde",
17126 "serde",
17127 "serde_fmt",
17128]
17129
17130[[package]]
17131name = "value-bag-sval2"
17132version = "1.11.1"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17135dependencies = [
17136 "sval",
17137 "sval_buffer",
17138 "sval_dynamic",
17139 "sval_fmt",
17140 "sval_json",
17141 "sval_ref",
17142 "sval_serde",
17143]
17144
17145[[package]]
17146name = "vcpkg"
17147version = "0.2.15"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17150
17151[[package]]
17152name = "version-compare"
17153version = "0.2.0"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17156
17157[[package]]
17158name = "version_check"
17159version = "0.9.5"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17162
17163[[package]]
17164name = "vim"
17165version = "0.1.0"
17166dependencies = [
17167 "anyhow",
17168 "assets",
17169 "async-compat",
17170 "async-trait",
17171 "collections",
17172 "command_palette",
17173 "command_palette_hooks",
17174 "db",
17175 "editor",
17176 "futures 0.3.31",
17177 "git_ui",
17178 "gpui",
17179 "indoc",
17180 "itertools 0.14.0",
17181 "language",
17182 "log",
17183 "lsp",
17184 "multi_buffer",
17185 "nvim-rs",
17186 "parking_lot",
17187 "picker",
17188 "project",
17189 "project_panel",
17190 "regex",
17191 "release_channel",
17192 "schemars",
17193 "search",
17194 "serde",
17195 "serde_derive",
17196 "serde_json",
17197 "settings",
17198 "task",
17199 "text",
17200 "theme",
17201 "tokio",
17202 "ui",
17203 "util",
17204 "vim_mode_setting",
17205 "workspace",
17206 "workspace-hack",
17207 "zed_actions",
17208]
17209
17210[[package]]
17211name = "vim_mode_setting"
17212version = "0.1.0"
17213dependencies = [
17214 "anyhow",
17215 "gpui",
17216 "settings",
17217 "workspace-hack",
17218]
17219
17220[[package]]
17221name = "vscode_theme"
17222version = "0.2.0"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17225dependencies = [
17226 "serde",
17227]
17228
17229[[package]]
17230name = "vsimd"
17231version = "0.8.0"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17234
17235[[package]]
17236name = "vswhom"
17237version = "0.1.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17240dependencies = [
17241 "libc",
17242 "vswhom-sys",
17243]
17244
17245[[package]]
17246name = "vswhom-sys"
17247version = "0.1.3"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17250dependencies = [
17251 "cc",
17252 "libc",
17253]
17254
17255[[package]]
17256name = "vte"
17257version = "0.15.0"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17260dependencies = [
17261 "arrayvec",
17262 "bitflags 2.9.0",
17263 "cursor-icon",
17264 "log",
17265 "memchr",
17266 "serde",
17267]
17268
17269[[package]]
17270name = "waker-fn"
17271version = "1.2.0"
17272source = "registry+https://github.com/rust-lang/crates.io-index"
17273checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17274
17275[[package]]
17276name = "walkdir"
17277version = "2.5.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17280dependencies = [
17281 "same-file",
17282 "winapi-util",
17283]
17284
17285[[package]]
17286name = "want"
17287version = "0.3.1"
17288source = "registry+https://github.com/rust-lang/crates.io-index"
17289checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17290dependencies = [
17291 "try-lock",
17292]
17293
17294[[package]]
17295name = "warp"
17296version = "0.3.7"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17299dependencies = [
17300 "bytes 1.10.1",
17301 "futures-channel",
17302 "futures-util",
17303 "headers",
17304 "http 0.2.12",
17305 "hyper 0.14.32",
17306 "log",
17307 "mime",
17308 "mime_guess",
17309 "percent-encoding",
17310 "pin-project",
17311 "scoped-tls",
17312 "serde",
17313 "serde_json",
17314 "serde_urlencoded",
17315 "tokio",
17316 "tokio-tungstenite 0.21.0",
17317 "tokio-util",
17318 "tower-service",
17319 "tracing",
17320]
17321
17322[[package]]
17323name = "wasi"
17324version = "0.9.0+wasi-snapshot-preview1"
17325source = "registry+https://github.com/rust-lang/crates.io-index"
17326checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17327
17328[[package]]
17329name = "wasi"
17330version = "0.11.0+wasi-snapshot-preview1"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17333
17334[[package]]
17335name = "wasi"
17336version = "0.14.2+wasi-0.2.4"
17337source = "registry+https://github.com/rust-lang/crates.io-index"
17338checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17339dependencies = [
17340 "wit-bindgen-rt 0.39.0",
17341]
17342
17343[[package]]
17344name = "wasi-preview1-component-adapter-provider"
17345version = "29.0.1"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17348
17349[[package]]
17350name = "wasite"
17351version = "0.1.0"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17354
17355[[package]]
17356name = "wasm-bindgen"
17357version = "0.2.100"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17360dependencies = [
17361 "cfg-if",
17362 "once_cell",
17363 "rustversion",
17364 "wasm-bindgen-macro",
17365]
17366
17367[[package]]
17368name = "wasm-bindgen-backend"
17369version = "0.2.100"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17372dependencies = [
17373 "bumpalo",
17374 "log",
17375 "proc-macro2",
17376 "quote",
17377 "syn 2.0.101",
17378 "wasm-bindgen-shared",
17379]
17380
17381[[package]]
17382name = "wasm-bindgen-futures"
17383version = "0.4.50"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17386dependencies = [
17387 "cfg-if",
17388 "js-sys",
17389 "once_cell",
17390 "wasm-bindgen",
17391 "web-sys",
17392]
17393
17394[[package]]
17395name = "wasm-bindgen-macro"
17396version = "0.2.100"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17399dependencies = [
17400 "quote",
17401 "wasm-bindgen-macro-support",
17402]
17403
17404[[package]]
17405name = "wasm-bindgen-macro-support"
17406version = "0.2.100"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17409dependencies = [
17410 "proc-macro2",
17411 "quote",
17412 "syn 2.0.101",
17413 "wasm-bindgen-backend",
17414 "wasm-bindgen-shared",
17415]
17416
17417[[package]]
17418name = "wasm-bindgen-shared"
17419version = "0.2.100"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17422dependencies = [
17423 "unicode-ident",
17424]
17425
17426[[package]]
17427name = "wasm-encoder"
17428version = "0.201.0"
17429source = "registry+https://github.com/rust-lang/crates.io-index"
17430checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17431dependencies = [
17432 "leb128",
17433]
17434
17435[[package]]
17436name = "wasm-encoder"
17437version = "0.221.3"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17440dependencies = [
17441 "leb128",
17442 "wasmparser 0.221.3",
17443]
17444
17445[[package]]
17446name = "wasm-encoder"
17447version = "0.227.1"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17450dependencies = [
17451 "leb128fmt",
17452 "wasmparser 0.227.1",
17453]
17454
17455[[package]]
17456name = "wasm-metadata"
17457version = "0.201.0"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17460dependencies = [
17461 "anyhow",
17462 "indexmap",
17463 "serde",
17464 "serde_derive",
17465 "serde_json",
17466 "spdx",
17467 "wasm-encoder 0.201.0",
17468 "wasmparser 0.201.0",
17469]
17470
17471[[package]]
17472name = "wasm-metadata"
17473version = "0.221.3"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17476dependencies = [
17477 "anyhow",
17478 "indexmap",
17479 "serde",
17480 "serde_derive",
17481 "serde_json",
17482 "spdx",
17483 "wasm-encoder 0.221.3",
17484 "wasmparser 0.221.3",
17485]
17486
17487[[package]]
17488name = "wasm-metadata"
17489version = "0.227.1"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17492dependencies = [
17493 "anyhow",
17494 "auditable-serde",
17495 "flate2",
17496 "indexmap",
17497 "serde",
17498 "serde_derive",
17499 "serde_json",
17500 "spdx",
17501 "url",
17502 "wasm-encoder 0.227.1",
17503 "wasmparser 0.227.1",
17504]
17505
17506[[package]]
17507name = "wasm-streams"
17508version = "0.4.2"
17509source = "registry+https://github.com/rust-lang/crates.io-index"
17510checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17511dependencies = [
17512 "futures-util",
17513 "js-sys",
17514 "wasm-bindgen",
17515 "wasm-bindgen-futures",
17516 "web-sys",
17517]
17518
17519[[package]]
17520name = "wasmparser"
17521version = "0.201.0"
17522source = "registry+https://github.com/rust-lang/crates.io-index"
17523checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17524dependencies = [
17525 "bitflags 2.9.0",
17526 "indexmap",
17527 "semver",
17528]
17529
17530[[package]]
17531name = "wasmparser"
17532version = "0.221.3"
17533source = "registry+https://github.com/rust-lang/crates.io-index"
17534checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17535dependencies = [
17536 "bitflags 2.9.0",
17537 "hashbrown 0.15.3",
17538 "indexmap",
17539 "semver",
17540 "serde",
17541]
17542
17543[[package]]
17544name = "wasmparser"
17545version = "0.227.1"
17546source = "registry+https://github.com/rust-lang/crates.io-index"
17547checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17548dependencies = [
17549 "bitflags 2.9.0",
17550 "hashbrown 0.15.3",
17551 "indexmap",
17552 "semver",
17553]
17554
17555[[package]]
17556name = "wasmprinter"
17557version = "0.221.3"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17560dependencies = [
17561 "anyhow",
17562 "termcolor",
17563 "wasmparser 0.221.3",
17564]
17565
17566[[package]]
17567name = "wasmtime"
17568version = "29.0.1"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17571dependencies = [
17572 "anyhow",
17573 "async-trait",
17574 "bitflags 2.9.0",
17575 "bumpalo",
17576 "cc",
17577 "cfg-if",
17578 "encoding_rs",
17579 "hashbrown 0.14.5",
17580 "indexmap",
17581 "libc",
17582 "log",
17583 "mach2",
17584 "memfd",
17585 "object",
17586 "once_cell",
17587 "paste",
17588 "postcard",
17589 "psm",
17590 "pulley-interpreter",
17591 "rayon",
17592 "rustix 0.38.44",
17593 "semver",
17594 "serde",
17595 "serde_derive",
17596 "smallvec",
17597 "sptr",
17598 "target-lexicon 0.13.2",
17599 "trait-variant",
17600 "wasmparser 0.221.3",
17601 "wasmtime-asm-macros",
17602 "wasmtime-component-macro",
17603 "wasmtime-component-util",
17604 "wasmtime-cranelift",
17605 "wasmtime-environ",
17606 "wasmtime-fiber",
17607 "wasmtime-jit-icache-coherence",
17608 "wasmtime-math",
17609 "wasmtime-slab",
17610 "wasmtime-versioned-export-macros",
17611 "wasmtime-winch",
17612 "windows-sys 0.59.0",
17613]
17614
17615[[package]]
17616name = "wasmtime-asm-macros"
17617version = "29.0.1"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17620dependencies = [
17621 "cfg-if",
17622]
17623
17624[[package]]
17625name = "wasmtime-c-api-impl"
17626version = "29.0.1"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17629dependencies = [
17630 "anyhow",
17631 "log",
17632 "tracing",
17633 "wasmtime",
17634 "wasmtime-c-api-macros",
17635]
17636
17637[[package]]
17638name = "wasmtime-c-api-macros"
17639version = "29.0.1"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17642dependencies = [
17643 "proc-macro2",
17644 "quote",
17645]
17646
17647[[package]]
17648name = "wasmtime-component-macro"
17649version = "29.0.1"
17650source = "registry+https://github.com/rust-lang/crates.io-index"
17651checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17652dependencies = [
17653 "anyhow",
17654 "proc-macro2",
17655 "quote",
17656 "syn 2.0.101",
17657 "wasmtime-component-util",
17658 "wasmtime-wit-bindgen",
17659 "wit-parser 0.221.3",
17660]
17661
17662[[package]]
17663name = "wasmtime-component-util"
17664version = "29.0.1"
17665source = "registry+https://github.com/rust-lang/crates.io-index"
17666checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17667
17668[[package]]
17669name = "wasmtime-cranelift"
17670version = "29.0.1"
17671source = "registry+https://github.com/rust-lang/crates.io-index"
17672checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17673dependencies = [
17674 "anyhow",
17675 "cfg-if",
17676 "cranelift-codegen",
17677 "cranelift-control",
17678 "cranelift-entity",
17679 "cranelift-frontend",
17680 "cranelift-native",
17681 "gimli",
17682 "itertools 0.12.1",
17683 "log",
17684 "object",
17685 "smallvec",
17686 "target-lexicon 0.13.2",
17687 "thiserror 1.0.69",
17688 "wasmparser 0.221.3",
17689 "wasmtime-environ",
17690 "wasmtime-versioned-export-macros",
17691]
17692
17693[[package]]
17694name = "wasmtime-environ"
17695version = "29.0.1"
17696source = "registry+https://github.com/rust-lang/crates.io-index"
17697checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17698dependencies = [
17699 "anyhow",
17700 "cpp_demangle",
17701 "cranelift-bitset",
17702 "cranelift-entity",
17703 "gimli",
17704 "indexmap",
17705 "log",
17706 "object",
17707 "postcard",
17708 "rustc-demangle",
17709 "semver",
17710 "serde",
17711 "serde_derive",
17712 "smallvec",
17713 "target-lexicon 0.13.2",
17714 "wasm-encoder 0.221.3",
17715 "wasmparser 0.221.3",
17716 "wasmprinter",
17717 "wasmtime-component-util",
17718]
17719
17720[[package]]
17721name = "wasmtime-fiber"
17722version = "29.0.1"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17725dependencies = [
17726 "anyhow",
17727 "cc",
17728 "cfg-if",
17729 "rustix 0.38.44",
17730 "wasmtime-asm-macros",
17731 "wasmtime-versioned-export-macros",
17732 "windows-sys 0.59.0",
17733]
17734
17735[[package]]
17736name = "wasmtime-jit-icache-coherence"
17737version = "29.0.1"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17740dependencies = [
17741 "anyhow",
17742 "cfg-if",
17743 "libc",
17744 "windows-sys 0.59.0",
17745]
17746
17747[[package]]
17748name = "wasmtime-math"
17749version = "29.0.1"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17752dependencies = [
17753 "libm",
17754]
17755
17756[[package]]
17757name = "wasmtime-slab"
17758version = "29.0.1"
17759source = "registry+https://github.com/rust-lang/crates.io-index"
17760checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17761
17762[[package]]
17763name = "wasmtime-versioned-export-macros"
17764version = "29.0.1"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17767dependencies = [
17768 "proc-macro2",
17769 "quote",
17770 "syn 2.0.101",
17771]
17772
17773[[package]]
17774name = "wasmtime-wasi"
17775version = "29.0.1"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17778dependencies = [
17779 "anyhow",
17780 "async-trait",
17781 "bitflags 2.9.0",
17782 "bytes 1.10.1",
17783 "cap-fs-ext",
17784 "cap-net-ext",
17785 "cap-rand",
17786 "cap-std",
17787 "cap-time-ext",
17788 "fs-set-times",
17789 "futures 0.3.31",
17790 "io-extras",
17791 "io-lifetimes",
17792 "rustix 0.38.44",
17793 "system-interface",
17794 "thiserror 1.0.69",
17795 "tokio",
17796 "tracing",
17797 "trait-variant",
17798 "url",
17799 "wasmtime",
17800 "wiggle",
17801 "windows-sys 0.59.0",
17802]
17803
17804[[package]]
17805name = "wasmtime-winch"
17806version = "29.0.1"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17809dependencies = [
17810 "anyhow",
17811 "cranelift-codegen",
17812 "gimli",
17813 "object",
17814 "target-lexicon 0.13.2",
17815 "wasmparser 0.221.3",
17816 "wasmtime-cranelift",
17817 "wasmtime-environ",
17818 "winch-codegen",
17819]
17820
17821[[package]]
17822name = "wasmtime-wit-bindgen"
17823version = "29.0.1"
17824source = "registry+https://github.com/rust-lang/crates.io-index"
17825checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17826dependencies = [
17827 "anyhow",
17828 "heck 0.5.0",
17829 "indexmap",
17830 "wit-parser 0.221.3",
17831]
17832
17833[[package]]
17834name = "wast"
17835version = "35.0.2"
17836source = "registry+https://github.com/rust-lang/crates.io-index"
17837checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17838dependencies = [
17839 "leb128",
17840]
17841
17842[[package]]
17843name = "wayland-backend"
17844version = "0.3.8"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17847dependencies = [
17848 "cc",
17849 "downcast-rs",
17850 "rustix 0.38.44",
17851 "scoped-tls",
17852 "smallvec",
17853 "wayland-sys",
17854]
17855
17856[[package]]
17857name = "wayland-client"
17858version = "0.31.8"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17861dependencies = [
17862 "bitflags 2.9.0",
17863 "rustix 0.38.44",
17864 "wayland-backend",
17865 "wayland-scanner",
17866]
17867
17868[[package]]
17869name = "wayland-cursor"
17870version = "0.31.8"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17873dependencies = [
17874 "rustix 0.38.44",
17875 "wayland-client",
17876 "xcursor",
17877]
17878
17879[[package]]
17880name = "wayland-protocols"
17881version = "0.31.2"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17884dependencies = [
17885 "bitflags 2.9.0",
17886 "wayland-backend",
17887 "wayland-client",
17888 "wayland-scanner",
17889]
17890
17891[[package]]
17892name = "wayland-protocols-plasma"
17893version = "0.2.0"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17896dependencies = [
17897 "bitflags 2.9.0",
17898 "wayland-backend",
17899 "wayland-client",
17900 "wayland-protocols",
17901 "wayland-scanner",
17902]
17903
17904[[package]]
17905name = "wayland-scanner"
17906version = "0.31.6"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17909dependencies = [
17910 "proc-macro2",
17911 "quick-xml 0.37.4",
17912 "quote",
17913]
17914
17915[[package]]
17916name = "wayland-sys"
17917version = "0.31.6"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17920dependencies = [
17921 "dlib",
17922 "log",
17923 "once_cell",
17924 "pkg-config",
17925]
17926
17927[[package]]
17928name = "web-sys"
17929version = "0.3.77"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17932dependencies = [
17933 "js-sys",
17934 "wasm-bindgen",
17935]
17936
17937[[package]]
17938name = "web-time"
17939version = "1.1.0"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17942dependencies = [
17943 "js-sys",
17944 "wasm-bindgen",
17945]
17946
17947[[package]]
17948name = "web_atoms"
17949version = "0.1.0"
17950source = "registry+https://github.com/rust-lang/crates.io-index"
17951checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17952dependencies = [
17953 "phf",
17954 "phf_codegen",
17955 "string_cache",
17956 "string_cache_codegen",
17957]
17958
17959[[package]]
17960name = "web_search"
17961version = "0.1.0"
17962dependencies = [
17963 "anyhow",
17964 "collections",
17965 "gpui",
17966 "serde",
17967 "workspace-hack",
17968 "zed_llm_client",
17969]
17970
17971[[package]]
17972name = "web_search_providers"
17973version = "0.1.0"
17974dependencies = [
17975 "anyhow",
17976 "client",
17977 "futures 0.3.31",
17978 "gpui",
17979 "http_client",
17980 "language_model",
17981 "serde",
17982 "serde_json",
17983 "web_search",
17984 "workspace-hack",
17985 "zed_llm_client",
17986]
17987
17988[[package]]
17989name = "webpki-root-certs"
17990version = "0.26.8"
17991source = "registry+https://github.com/rust-lang/crates.io-index"
17992checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17993dependencies = [
17994 "rustls-pki-types",
17995]
17996
17997[[package]]
17998name = "webpki-roots"
17999version = "0.26.8"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18002dependencies = [
18003 "rustls-pki-types",
18004]
18005
18006[[package]]
18007name = "webrtc-sys"
18008version = "0.3.7"
18009source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18010dependencies = [
18011 "cc",
18012 "cxx",
18013 "cxx-build",
18014 "glob",
18015 "log",
18016 "webrtc-sys-build",
18017]
18018
18019[[package]]
18020name = "webrtc-sys-build"
18021version = "0.3.6"
18022source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18023dependencies = [
18024 "fs2",
18025 "regex",
18026 "reqwest 0.11.27",
18027 "scratch",
18028 "semver",
18029 "zip",
18030]
18031
18032[[package]]
18033name = "weezl"
18034version = "0.1.8"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18037
18038[[package]]
18039name = "welcome"
18040version = "0.1.0"
18041dependencies = [
18042 "anyhow",
18043 "client",
18044 "component",
18045 "db",
18046 "documented",
18047 "editor",
18048 "fuzzy",
18049 "gpui",
18050 "install_cli",
18051 "language",
18052 "picker",
18053 "project",
18054 "schemars",
18055 "serde",
18056 "settings",
18057 "telemetry",
18058 "theme",
18059 "ui",
18060 "util",
18061 "vim_mode_setting",
18062 "workspace",
18063 "workspace-hack",
18064 "zed_actions",
18065]
18066
18067[[package]]
18068name = "which"
18069version = "4.4.2"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18072dependencies = [
18073 "either",
18074 "home",
18075 "once_cell",
18076 "rustix 0.38.44",
18077]
18078
18079[[package]]
18080name = "which"
18081version = "6.0.3"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18084dependencies = [
18085 "either",
18086 "home",
18087 "rustix 0.38.44",
18088 "winsafe",
18089]
18090
18091[[package]]
18092name = "whoami"
18093version = "1.6.0"
18094source = "registry+https://github.com/rust-lang/crates.io-index"
18095checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18096dependencies = [
18097 "redox_syscall 0.5.11",
18098 "wasite",
18099]
18100
18101[[package]]
18102name = "wiggle"
18103version = "29.0.1"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18106dependencies = [
18107 "anyhow",
18108 "async-trait",
18109 "bitflags 2.9.0",
18110 "thiserror 1.0.69",
18111 "tracing",
18112 "wasmtime",
18113 "wiggle-macro",
18114]
18115
18116[[package]]
18117name = "wiggle-generate"
18118version = "29.0.1"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18121dependencies = [
18122 "anyhow",
18123 "heck 0.5.0",
18124 "proc-macro2",
18125 "quote",
18126 "shellexpand 2.1.2",
18127 "syn 2.0.101",
18128 "witx",
18129]
18130
18131[[package]]
18132name = "wiggle-macro"
18133version = "29.0.1"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18136dependencies = [
18137 "proc-macro2",
18138 "quote",
18139 "syn 2.0.101",
18140 "wiggle-generate",
18141]
18142
18143[[package]]
18144name = "winapi"
18145version = "0.3.9"
18146source = "registry+https://github.com/rust-lang/crates.io-index"
18147checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18148dependencies = [
18149 "winapi-i686-pc-windows-gnu",
18150 "winapi-x86_64-pc-windows-gnu",
18151]
18152
18153[[package]]
18154name = "winapi-i686-pc-windows-gnu"
18155version = "0.4.0"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18158
18159[[package]]
18160name = "winapi-util"
18161version = "0.1.9"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18164dependencies = [
18165 "windows-sys 0.59.0",
18166]
18167
18168[[package]]
18169name = "winapi-x86_64-pc-windows-gnu"
18170version = "0.4.0"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18173
18174[[package]]
18175name = "winch-codegen"
18176version = "29.0.1"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18179dependencies = [
18180 "anyhow",
18181 "cranelift-codegen",
18182 "gimli",
18183 "regalloc2",
18184 "smallvec",
18185 "target-lexicon 0.13.2",
18186 "thiserror 1.0.69",
18187 "wasmparser 0.221.3",
18188 "wasmtime-cranelift",
18189 "wasmtime-environ",
18190]
18191
18192[[package]]
18193name = "windows"
18194version = "0.54.0"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18197dependencies = [
18198 "windows-core 0.54.0",
18199 "windows-targets 0.52.6",
18200]
18201
18202[[package]]
18203name = "windows"
18204version = "0.57.0"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18207dependencies = [
18208 "windows-core 0.57.0",
18209 "windows-targets 0.52.6",
18210]
18211
18212[[package]]
18213name = "windows"
18214version = "0.58.0"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18217dependencies = [
18218 "windows-core 0.58.0",
18219 "windows-targets 0.52.6",
18220]
18221
18222[[package]]
18223name = "windows"
18224version = "0.61.1"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18227dependencies = [
18228 "windows-collections",
18229 "windows-core 0.61.0",
18230 "windows-future",
18231 "windows-link",
18232 "windows-numerics",
18233]
18234
18235[[package]]
18236name = "windows-capture"
18237version = "1.4.3"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18240dependencies = [
18241 "clap",
18242 "ctrlc",
18243 "parking_lot",
18244 "rayon",
18245 "thiserror 2.0.12",
18246 "windows 0.61.1",
18247 "windows-future",
18248]
18249
18250[[package]]
18251name = "windows-collections"
18252version = "0.2.0"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18255dependencies = [
18256 "windows-core 0.61.0",
18257]
18258
18259[[package]]
18260name = "windows-core"
18261version = "0.54.0"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18264dependencies = [
18265 "windows-result 0.1.2",
18266 "windows-targets 0.52.6",
18267]
18268
18269[[package]]
18270name = "windows-core"
18271version = "0.57.0"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18274dependencies = [
18275 "windows-implement 0.57.0",
18276 "windows-interface 0.57.0",
18277 "windows-result 0.1.2",
18278 "windows-targets 0.52.6",
18279]
18280
18281[[package]]
18282name = "windows-core"
18283version = "0.58.0"
18284source = "registry+https://github.com/rust-lang/crates.io-index"
18285checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18286dependencies = [
18287 "windows-implement 0.58.0",
18288 "windows-interface 0.58.0",
18289 "windows-result 0.2.0",
18290 "windows-strings 0.1.0",
18291 "windows-targets 0.52.6",
18292]
18293
18294[[package]]
18295name = "windows-core"
18296version = "0.61.0"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18299dependencies = [
18300 "windows-implement 0.60.0",
18301 "windows-interface 0.59.1",
18302 "windows-link",
18303 "windows-result 0.3.2",
18304 "windows-strings 0.4.0",
18305]
18306
18307[[package]]
18308name = "windows-future"
18309version = "0.2.0"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18312dependencies = [
18313 "windows-core 0.61.0",
18314 "windows-link",
18315]
18316
18317[[package]]
18318name = "windows-implement"
18319version = "0.57.0"
18320source = "registry+https://github.com/rust-lang/crates.io-index"
18321checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18322dependencies = [
18323 "proc-macro2",
18324 "quote",
18325 "syn 2.0.101",
18326]
18327
18328[[package]]
18329name = "windows-implement"
18330version = "0.58.0"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18333dependencies = [
18334 "proc-macro2",
18335 "quote",
18336 "syn 2.0.101",
18337]
18338
18339[[package]]
18340name = "windows-implement"
18341version = "0.60.0"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18344dependencies = [
18345 "proc-macro2",
18346 "quote",
18347 "syn 2.0.101",
18348]
18349
18350[[package]]
18351name = "windows-interface"
18352version = "0.57.0"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18355dependencies = [
18356 "proc-macro2",
18357 "quote",
18358 "syn 2.0.101",
18359]
18360
18361[[package]]
18362name = "windows-interface"
18363version = "0.58.0"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18366dependencies = [
18367 "proc-macro2",
18368 "quote",
18369 "syn 2.0.101",
18370]
18371
18372[[package]]
18373name = "windows-interface"
18374version = "0.59.1"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18377dependencies = [
18378 "proc-macro2",
18379 "quote",
18380 "syn 2.0.101",
18381]
18382
18383[[package]]
18384name = "windows-link"
18385version = "0.1.1"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18388
18389[[package]]
18390name = "windows-numerics"
18391version = "0.2.0"
18392source = "registry+https://github.com/rust-lang/crates.io-index"
18393checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18394dependencies = [
18395 "windows-core 0.61.0",
18396 "windows-link",
18397]
18398
18399[[package]]
18400name = "windows-registry"
18401version = "0.4.0"
18402source = "registry+https://github.com/rust-lang/crates.io-index"
18403checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18404dependencies = [
18405 "windows-result 0.3.2",
18406 "windows-strings 0.3.1",
18407 "windows-targets 0.53.0",
18408]
18409
18410[[package]]
18411name = "windows-registry"
18412version = "0.5.1"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18415dependencies = [
18416 "windows-link",
18417 "windows-result 0.3.2",
18418 "windows-strings 0.4.0",
18419]
18420
18421[[package]]
18422name = "windows-result"
18423version = "0.1.2"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18426dependencies = [
18427 "windows-targets 0.52.6",
18428]
18429
18430[[package]]
18431name = "windows-result"
18432version = "0.2.0"
18433source = "registry+https://github.com/rust-lang/crates.io-index"
18434checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18435dependencies = [
18436 "windows-targets 0.52.6",
18437]
18438
18439[[package]]
18440name = "windows-result"
18441version = "0.3.2"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18444dependencies = [
18445 "windows-link",
18446]
18447
18448[[package]]
18449name = "windows-strings"
18450version = "0.1.0"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18453dependencies = [
18454 "windows-result 0.2.0",
18455 "windows-targets 0.52.6",
18456]
18457
18458[[package]]
18459name = "windows-strings"
18460version = "0.3.1"
18461source = "registry+https://github.com/rust-lang/crates.io-index"
18462checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18463dependencies = [
18464 "windows-link",
18465]
18466
18467[[package]]
18468name = "windows-strings"
18469version = "0.4.0"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18472dependencies = [
18473 "windows-link",
18474]
18475
18476[[package]]
18477name = "windows-sys"
18478version = "0.45.0"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18481dependencies = [
18482 "windows-targets 0.42.2",
18483]
18484
18485[[package]]
18486name = "windows-sys"
18487version = "0.48.0"
18488source = "registry+https://github.com/rust-lang/crates.io-index"
18489checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18490dependencies = [
18491 "windows-targets 0.48.5",
18492]
18493
18494[[package]]
18495name = "windows-sys"
18496version = "0.52.0"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18499dependencies = [
18500 "windows-targets 0.52.6",
18501]
18502
18503[[package]]
18504name = "windows-sys"
18505version = "0.59.0"
18506source = "registry+https://github.com/rust-lang/crates.io-index"
18507checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18508dependencies = [
18509 "windows-targets 0.52.6",
18510]
18511
18512[[package]]
18513name = "windows-targets"
18514version = "0.42.2"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18517dependencies = [
18518 "windows_aarch64_gnullvm 0.42.2",
18519 "windows_aarch64_msvc 0.42.2",
18520 "windows_i686_gnu 0.42.2",
18521 "windows_i686_msvc 0.42.2",
18522 "windows_x86_64_gnu 0.42.2",
18523 "windows_x86_64_gnullvm 0.42.2",
18524 "windows_x86_64_msvc 0.42.2",
18525]
18526
18527[[package]]
18528name = "windows-targets"
18529version = "0.48.5"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18532dependencies = [
18533 "windows_aarch64_gnullvm 0.48.5",
18534 "windows_aarch64_msvc 0.48.5",
18535 "windows_i686_gnu 0.48.5",
18536 "windows_i686_msvc 0.48.5",
18537 "windows_x86_64_gnu 0.48.5",
18538 "windows_x86_64_gnullvm 0.48.5",
18539 "windows_x86_64_msvc 0.48.5",
18540]
18541
18542[[package]]
18543name = "windows-targets"
18544version = "0.52.6"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18547dependencies = [
18548 "windows_aarch64_gnullvm 0.52.6",
18549 "windows_aarch64_msvc 0.52.6",
18550 "windows_i686_gnu 0.52.6",
18551 "windows_i686_gnullvm 0.52.6",
18552 "windows_i686_msvc 0.52.6",
18553 "windows_x86_64_gnu 0.52.6",
18554 "windows_x86_64_gnullvm 0.52.6",
18555 "windows_x86_64_msvc 0.52.6",
18556]
18557
18558[[package]]
18559name = "windows-targets"
18560version = "0.53.0"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18563dependencies = [
18564 "windows_aarch64_gnullvm 0.53.0",
18565 "windows_aarch64_msvc 0.53.0",
18566 "windows_i686_gnu 0.53.0",
18567 "windows_i686_gnullvm 0.53.0",
18568 "windows_i686_msvc 0.53.0",
18569 "windows_x86_64_gnu 0.53.0",
18570 "windows_x86_64_gnullvm 0.53.0",
18571 "windows_x86_64_msvc 0.53.0",
18572]
18573
18574[[package]]
18575name = "windows_aarch64_gnullvm"
18576version = "0.42.2"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18579
18580[[package]]
18581name = "windows_aarch64_gnullvm"
18582version = "0.48.5"
18583source = "registry+https://github.com/rust-lang/crates.io-index"
18584checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18585
18586[[package]]
18587name = "windows_aarch64_gnullvm"
18588version = "0.52.6"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18591
18592[[package]]
18593name = "windows_aarch64_gnullvm"
18594version = "0.53.0"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18597
18598[[package]]
18599name = "windows_aarch64_msvc"
18600version = "0.42.2"
18601source = "registry+https://github.com/rust-lang/crates.io-index"
18602checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18603
18604[[package]]
18605name = "windows_aarch64_msvc"
18606version = "0.48.5"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18609
18610[[package]]
18611name = "windows_aarch64_msvc"
18612version = "0.52.6"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18615
18616[[package]]
18617name = "windows_aarch64_msvc"
18618version = "0.53.0"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18621
18622[[package]]
18623name = "windows_i686_gnu"
18624version = "0.42.2"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18627
18628[[package]]
18629name = "windows_i686_gnu"
18630version = "0.48.5"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18633
18634[[package]]
18635name = "windows_i686_gnu"
18636version = "0.52.6"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18639
18640[[package]]
18641name = "windows_i686_gnu"
18642version = "0.53.0"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18645
18646[[package]]
18647name = "windows_i686_gnullvm"
18648version = "0.52.6"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18651
18652[[package]]
18653name = "windows_i686_gnullvm"
18654version = "0.53.0"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18657
18658[[package]]
18659name = "windows_i686_msvc"
18660version = "0.42.2"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18663
18664[[package]]
18665name = "windows_i686_msvc"
18666version = "0.48.5"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18669
18670[[package]]
18671name = "windows_i686_msvc"
18672version = "0.52.6"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18675
18676[[package]]
18677name = "windows_i686_msvc"
18678version = "0.53.0"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18681
18682[[package]]
18683name = "windows_x86_64_gnu"
18684version = "0.42.2"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18687
18688[[package]]
18689name = "windows_x86_64_gnu"
18690version = "0.48.5"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18693
18694[[package]]
18695name = "windows_x86_64_gnu"
18696version = "0.52.6"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18699
18700[[package]]
18701name = "windows_x86_64_gnu"
18702version = "0.53.0"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18705
18706[[package]]
18707name = "windows_x86_64_gnullvm"
18708version = "0.42.2"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18711
18712[[package]]
18713name = "windows_x86_64_gnullvm"
18714version = "0.48.5"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18717
18718[[package]]
18719name = "windows_x86_64_gnullvm"
18720version = "0.52.6"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18723
18724[[package]]
18725name = "windows_x86_64_gnullvm"
18726version = "0.53.0"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18729
18730[[package]]
18731name = "windows_x86_64_msvc"
18732version = "0.42.2"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18735
18736[[package]]
18737name = "windows_x86_64_msvc"
18738version = "0.48.5"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18741
18742[[package]]
18743name = "windows_x86_64_msvc"
18744version = "0.52.6"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18747
18748[[package]]
18749name = "windows_x86_64_msvc"
18750version = "0.53.0"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18753
18754[[package]]
18755name = "winnow"
18756version = "0.7.6"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18759dependencies = [
18760 "memchr",
18761]
18762
18763[[package]]
18764name = "winreg"
18765version = "0.10.1"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18768dependencies = [
18769 "winapi",
18770]
18771
18772[[package]]
18773name = "winreg"
18774version = "0.50.0"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18777dependencies = [
18778 "cfg-if",
18779 "windows-sys 0.48.0",
18780]
18781
18782[[package]]
18783name = "winreg"
18784version = "0.52.0"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18787dependencies = [
18788 "cfg-if",
18789 "windows-sys 0.48.0",
18790]
18791
18792[[package]]
18793name = "winreg"
18794version = "0.55.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18797dependencies = [
18798 "cfg-if",
18799 "windows-sys 0.59.0",
18800]
18801
18802[[package]]
18803name = "winresource"
18804version = "0.1.20"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18807dependencies = [
18808 "toml 0.8.20",
18809 "version_check",
18810]
18811
18812[[package]]
18813name = "winsafe"
18814version = "0.0.19"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18817
18818[[package]]
18819name = "winx"
18820version = "0.36.4"
18821source = "registry+https://github.com/rust-lang/crates.io-index"
18822checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18823dependencies = [
18824 "bitflags 2.9.0",
18825 "windows-sys 0.59.0",
18826]
18827
18828[[package]]
18829name = "wio"
18830version = "0.2.2"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18833dependencies = [
18834 "winapi",
18835]
18836
18837[[package]]
18838name = "wit-bindgen"
18839version = "0.22.0"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18842dependencies = [
18843 "bitflags 2.9.0",
18844 "wit-bindgen-rt 0.22.0",
18845 "wit-bindgen-rust-macro 0.22.0",
18846]
18847
18848[[package]]
18849name = "wit-bindgen"
18850version = "0.41.0"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18853dependencies = [
18854 "wit-bindgen-rt 0.41.0",
18855 "wit-bindgen-rust-macro 0.41.0",
18856]
18857
18858[[package]]
18859name = "wit-bindgen-core"
18860version = "0.22.0"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18863dependencies = [
18864 "anyhow",
18865 "wit-parser 0.201.0",
18866]
18867
18868[[package]]
18869name = "wit-bindgen-core"
18870version = "0.41.0"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18873dependencies = [
18874 "anyhow",
18875 "heck 0.5.0",
18876 "wit-parser 0.227.1",
18877]
18878
18879[[package]]
18880name = "wit-bindgen-rt"
18881version = "0.22.0"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18884
18885[[package]]
18886name = "wit-bindgen-rt"
18887version = "0.39.0"
18888source = "registry+https://github.com/rust-lang/crates.io-index"
18889checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18890dependencies = [
18891 "bitflags 2.9.0",
18892]
18893
18894[[package]]
18895name = "wit-bindgen-rt"
18896version = "0.41.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18899dependencies = [
18900 "bitflags 2.9.0",
18901 "futures 0.3.31",
18902 "once_cell",
18903]
18904
18905[[package]]
18906name = "wit-bindgen-rust"
18907version = "0.22.0"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18910dependencies = [
18911 "anyhow",
18912 "heck 0.4.1",
18913 "indexmap",
18914 "wasm-metadata 0.201.0",
18915 "wit-bindgen-core 0.22.0",
18916 "wit-component 0.201.0",
18917]
18918
18919[[package]]
18920name = "wit-bindgen-rust"
18921version = "0.41.0"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18924dependencies = [
18925 "anyhow",
18926 "heck 0.5.0",
18927 "indexmap",
18928 "prettyplease",
18929 "syn 2.0.101",
18930 "wasm-metadata 0.227.1",
18931 "wit-bindgen-core 0.41.0",
18932 "wit-component 0.227.1",
18933]
18934
18935[[package]]
18936name = "wit-bindgen-rust-macro"
18937version = "0.22.0"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18940dependencies = [
18941 "anyhow",
18942 "proc-macro2",
18943 "quote",
18944 "syn 2.0.101",
18945 "wit-bindgen-core 0.22.0",
18946 "wit-bindgen-rust 0.22.0",
18947]
18948
18949[[package]]
18950name = "wit-bindgen-rust-macro"
18951version = "0.41.0"
18952source = "registry+https://github.com/rust-lang/crates.io-index"
18953checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18954dependencies = [
18955 "anyhow",
18956 "prettyplease",
18957 "proc-macro2",
18958 "quote",
18959 "syn 2.0.101",
18960 "wit-bindgen-core 0.41.0",
18961 "wit-bindgen-rust 0.41.0",
18962]
18963
18964[[package]]
18965name = "wit-component"
18966version = "0.201.0"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18969dependencies = [
18970 "anyhow",
18971 "bitflags 2.9.0",
18972 "indexmap",
18973 "log",
18974 "serde",
18975 "serde_derive",
18976 "serde_json",
18977 "wasm-encoder 0.201.0",
18978 "wasm-metadata 0.201.0",
18979 "wasmparser 0.201.0",
18980 "wit-parser 0.201.0",
18981]
18982
18983[[package]]
18984name = "wit-component"
18985version = "0.221.3"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18988dependencies = [
18989 "anyhow",
18990 "bitflags 2.9.0",
18991 "indexmap",
18992 "log",
18993 "serde",
18994 "serde_derive",
18995 "serde_json",
18996 "wasm-encoder 0.221.3",
18997 "wasm-metadata 0.221.3",
18998 "wasmparser 0.221.3",
18999 "wit-parser 0.221.3",
19000]
19001
19002[[package]]
19003name = "wit-component"
19004version = "0.227.1"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19007dependencies = [
19008 "anyhow",
19009 "bitflags 2.9.0",
19010 "indexmap",
19011 "log",
19012 "serde",
19013 "serde_derive",
19014 "serde_json",
19015 "wasm-encoder 0.227.1",
19016 "wasm-metadata 0.227.1",
19017 "wasmparser 0.227.1",
19018 "wit-parser 0.227.1",
19019]
19020
19021[[package]]
19022name = "wit-parser"
19023version = "0.201.0"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19026dependencies = [
19027 "anyhow",
19028 "id-arena",
19029 "indexmap",
19030 "log",
19031 "semver",
19032 "serde",
19033 "serde_derive",
19034 "serde_json",
19035 "unicode-xid",
19036 "wasmparser 0.201.0",
19037]
19038
19039[[package]]
19040name = "wit-parser"
19041version = "0.221.3"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19044dependencies = [
19045 "anyhow",
19046 "id-arena",
19047 "indexmap",
19048 "log",
19049 "semver",
19050 "serde",
19051 "serde_derive",
19052 "serde_json",
19053 "unicode-xid",
19054 "wasmparser 0.221.3",
19055]
19056
19057[[package]]
19058name = "wit-parser"
19059version = "0.227.1"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19062dependencies = [
19063 "anyhow",
19064 "id-arena",
19065 "indexmap",
19066 "log",
19067 "semver",
19068 "serde",
19069 "serde_derive",
19070 "serde_json",
19071 "unicode-xid",
19072 "wasmparser 0.227.1",
19073]
19074
19075[[package]]
19076name = "witx"
19077version = "0.9.1"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19080dependencies = [
19081 "anyhow",
19082 "log",
19083 "thiserror 1.0.69",
19084 "wast",
19085]
19086
19087[[package]]
19088name = "workspace"
19089version = "0.1.0"
19090dependencies = [
19091 "any_vec",
19092 "anyhow",
19093 "async-recursion 1.1.1",
19094 "bincode",
19095 "call",
19096 "client",
19097 "clock",
19098 "collections",
19099 "component",
19100 "dap",
19101 "db",
19102 "env_logger 0.11.8",
19103 "fs",
19104 "futures 0.3.31",
19105 "gpui",
19106 "http_client",
19107 "itertools 0.14.0",
19108 "language",
19109 "log",
19110 "menu",
19111 "node_runtime",
19112 "parking_lot",
19113 "postage",
19114 "project",
19115 "remote",
19116 "schemars",
19117 "serde",
19118 "serde_json",
19119 "session",
19120 "settings",
19121 "smallvec",
19122 "sqlez",
19123 "strum 0.27.1",
19124 "task",
19125 "telemetry",
19126 "tempfile",
19127 "theme",
19128 "ui",
19129 "util",
19130 "uuid",
19131 "windows 0.61.1",
19132 "workspace-hack",
19133 "zed_actions",
19134]
19135
19136[[package]]
19137name = "workspace-hack"
19138version = "0.1.0"
19139dependencies = [
19140 "aes",
19141 "ahash 0.8.11",
19142 "aho-corasick",
19143 "anstream",
19144 "arrayvec",
19145 "async-compression",
19146 "async-std",
19147 "async-tungstenite",
19148 "aws-config",
19149 "aws-credential-types",
19150 "aws-runtime",
19151 "aws-sigv4",
19152 "aws-smithy-async",
19153 "aws-smithy-http",
19154 "aws-smithy-runtime",
19155 "aws-smithy-runtime-api",
19156 "aws-smithy-types",
19157 "base64 0.22.1",
19158 "base64ct",
19159 "bigdecimal",
19160 "bit-set 0.8.0",
19161 "bit-vec 0.8.0",
19162 "bitflags 2.9.0",
19163 "bstr",
19164 "bytemuck",
19165 "byteorder",
19166 "bytes 1.10.1",
19167 "cc",
19168 "chrono",
19169 "cipher",
19170 "clang-sys",
19171 "clap",
19172 "clap_builder",
19173 "codespan-reporting 0.12.0",
19174 "concurrent-queue",
19175 "core-foundation 0.9.4",
19176 "core-foundation-sys",
19177 "coreaudio-sys",
19178 "cranelift-codegen",
19179 "crc32fast",
19180 "crossbeam-epoch",
19181 "crossbeam-utils",
19182 "crypto-common",
19183 "deranged",
19184 "digest",
19185 "either",
19186 "euclid",
19187 "event-listener 5.4.0",
19188 "event-listener-strategy",
19189 "flate2",
19190 "flume",
19191 "foldhash",
19192 "form_urlencoded",
19193 "futures 0.3.31",
19194 "futures-channel",
19195 "futures-core",
19196 "futures-executor",
19197 "futures-io",
19198 "futures-sink",
19199 "futures-task",
19200 "futures-util",
19201 "getrandom 0.2.15",
19202 "getrandom 0.3.2",
19203 "gimli",
19204 "half",
19205 "handlebars 4.5.0",
19206 "hashbrown 0.14.5",
19207 "hashbrown 0.15.3",
19208 "heck 0.4.1",
19209 "hmac",
19210 "hyper 0.14.32",
19211 "hyper-rustls 0.27.5",
19212 "idna",
19213 "indexmap",
19214 "inout",
19215 "itertools 0.12.1",
19216 "itertools 0.13.0",
19217 "jiff",
19218 "lazy_static",
19219 "libc",
19220 "libsqlite3-sys",
19221 "linux-raw-sys 0.4.15",
19222 "linux-raw-sys 0.9.4",
19223 "log",
19224 "lyon",
19225 "lyon_path",
19226 "md-5",
19227 "memchr",
19228 "miniz_oxide",
19229 "mio",
19230 "naga",
19231 "nix 0.29.0",
19232 "nom",
19233 "num-bigint",
19234 "num-bigint-dig",
19235 "num-integer",
19236 "num-iter",
19237 "num-rational",
19238 "num-traits",
19239 "objc2",
19240 "objc2-foundation",
19241 "objc2-metal",
19242 "object",
19243 "once_cell",
19244 "percent-encoding",
19245 "phf",
19246 "phf_shared",
19247 "prettyplease",
19248 "proc-macro2",
19249 "prost 0.9.0",
19250 "prost-types 0.9.0",
19251 "quote",
19252 "rand 0.8.5",
19253 "rand 0.9.1",
19254 "rand_chacha 0.3.1",
19255 "rand_core 0.6.4",
19256 "regalloc2",
19257 "regex",
19258 "regex-automata 0.4.9",
19259 "regex-syntax 0.8.5",
19260 "ring",
19261 "rust_decimal",
19262 "rustc-hash 1.1.0",
19263 "rustix 0.38.44",
19264 "rustix 1.0.7",
19265 "rustls 0.23.26",
19266 "rustls-webpki 0.103.1",
19267 "scopeguard",
19268 "sea-orm",
19269 "sea-query-binder",
19270 "security-framework 3.2.0",
19271 "security-framework-sys",
19272 "semver",
19273 "serde",
19274 "serde_derive",
19275 "serde_json",
19276 "sha1",
19277 "simd-adler32",
19278 "smallvec",
19279 "spin",
19280 "sqlx",
19281 "sqlx-macros",
19282 "sqlx-macros-core",
19283 "sqlx-postgres",
19284 "sqlx-sqlite",
19285 "strum 0.26.3",
19286 "subtle",
19287 "syn 1.0.109",
19288 "syn 2.0.101",
19289 "sync_wrapper 1.0.2",
19290 "thiserror 2.0.12",
19291 "time",
19292 "time-macros",
19293 "tokio",
19294 "tokio-rustls 0.26.2",
19295 "tokio-socks",
19296 "tokio-stream",
19297 "tokio-util",
19298 "toml_datetime",
19299 "toml_edit",
19300 "tower 0.5.2",
19301 "tracing",
19302 "tracing-core",
19303 "tungstenite 0.26.2",
19304 "unicode-normalization",
19305 "unicode-properties",
19306 "url",
19307 "uuid",
19308 "wasm-encoder 0.221.3",
19309 "wasmparser 0.221.3",
19310 "wasmtime",
19311 "wasmtime-cranelift",
19312 "wasmtime-environ",
19313 "winapi",
19314 "windows-core 0.61.0",
19315 "windows-numerics",
19316 "windows-sys 0.48.0",
19317 "windows-sys 0.52.0",
19318 "windows-sys 0.59.0",
19319 "winnow",
19320 "zeroize",
19321 "zvariant",
19322]
19323
19324[[package]]
19325name = "worktree"
19326version = "0.1.0"
19327dependencies = [
19328 "anyhow",
19329 "clock",
19330 "collections",
19331 "env_logger 0.11.8",
19332 "fs",
19333 "futures 0.3.31",
19334 "fuzzy",
19335 "git",
19336 "git2",
19337 "gpui",
19338 "http_client",
19339 "ignore",
19340 "language",
19341 "log",
19342 "parking_lot",
19343 "paths",
19344 "postage",
19345 "pretty_assertions",
19346 "rand 0.8.5",
19347 "rpc",
19348 "schemars",
19349 "serde",
19350 "serde_json",
19351 "settings",
19352 "smallvec",
19353 "smol",
19354 "sum_tree",
19355 "text",
19356 "util",
19357 "workspace-hack",
19358]
19359
19360[[package]]
19361name = "write16"
19362version = "1.0.0"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19365
19366[[package]]
19367name = "writeable"
19368version = "0.5.5"
19369source = "registry+https://github.com/rust-lang/crates.io-index"
19370checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19371
19372[[package]]
19373name = "wyz"
19374version = "0.5.1"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19377dependencies = [
19378 "tap",
19379]
19380
19381[[package]]
19382name = "x11"
19383version = "2.21.0"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19386dependencies = [
19387 "libc",
19388 "pkg-config",
19389]
19390
19391[[package]]
19392name = "x11-clipboard"
19393version = "0.9.3"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19396dependencies = [
19397 "libc",
19398 "x11rb",
19399]
19400
19401[[package]]
19402name = "x11rb"
19403version = "0.13.1"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19406dependencies = [
19407 "as-raw-xcb-connection",
19408 "gethostname",
19409 "libc",
19410 "rustix 0.38.44",
19411 "x11rb-protocol",
19412]
19413
19414[[package]]
19415name = "x11rb-protocol"
19416version = "0.13.1"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19419
19420[[package]]
19421name = "xattr"
19422version = "0.2.3"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19425dependencies = [
19426 "libc",
19427]
19428
19429[[package]]
19430name = "xcb"
19431version = "1.5.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19434dependencies = [
19435 "bitflags 1.3.2",
19436 "libc",
19437 "quick-xml 0.30.0",
19438 "x11",
19439]
19440
19441[[package]]
19442name = "xcursor"
19443version = "0.3.8"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19446
19447[[package]]
19448name = "xdg-home"
19449version = "1.3.0"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19452dependencies = [
19453 "libc",
19454 "windows-sys 0.59.0",
19455]
19456
19457[[package]]
19458name = "xim"
19459version = "0.4.0"
19460source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19461dependencies = [
19462 "ahash 0.8.11",
19463 "hashbrown 0.14.5",
19464 "log",
19465 "x11rb",
19466 "xim-ctext",
19467 "xim-parser",
19468]
19469
19470[[package]]
19471name = "xim-ctext"
19472version = "0.3.0"
19473source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19474dependencies = [
19475 "encoding_rs",
19476]
19477
19478[[package]]
19479name = "xim-parser"
19480version = "0.2.1"
19481source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19482dependencies = [
19483 "bitflags 2.9.0",
19484]
19485
19486[[package]]
19487name = "xkbcommon"
19488version = "0.8.0"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19491dependencies = [
19492 "as-raw-xcb-connection",
19493 "libc",
19494 "memmap2",
19495 "xkeysym",
19496]
19497
19498[[package]]
19499name = "xkeysym"
19500version = "0.2.1"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19503
19504[[package]]
19505name = "xml5ever"
19506version = "0.18.1"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19509dependencies = [
19510 "log",
19511 "mac",
19512 "markup5ever 0.12.1",
19513]
19514
19515[[package]]
19516name = "xmlparser"
19517version = "0.13.6"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19520
19521[[package]]
19522name = "xmlwriter"
19523version = "0.1.0"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19526
19527[[package]]
19528name = "xtask"
19529version = "0.1.0"
19530dependencies = [
19531 "anyhow",
19532 "cargo_metadata",
19533 "cargo_toml",
19534 "clap",
19535 "workspace-hack",
19536]
19537
19538[[package]]
19539name = "yaml-rust2"
19540version = "0.8.1"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19543dependencies = [
19544 "arraydeque",
19545 "encoding_rs",
19546 "hashlink 0.8.4",
19547]
19548
19549[[package]]
19550name = "yansi"
19551version = "1.0.1"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19554
19555[[package]]
19556name = "yazi"
19557version = "0.2.1"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19560
19561[[package]]
19562name = "yeslogic-fontconfig-sys"
19563version = "6.0.0"
19564source = "registry+https://github.com/rust-lang/crates.io-index"
19565checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19566dependencies = [
19567 "dlib",
19568 "once_cell",
19569 "pkg-config",
19570]
19571
19572[[package]]
19573name = "yoke"
19574version = "0.7.5"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19577dependencies = [
19578 "serde",
19579 "stable_deref_trait",
19580 "yoke-derive",
19581 "zerofrom",
19582]
19583
19584[[package]]
19585name = "yoke-derive"
19586version = "0.7.5"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19589dependencies = [
19590 "proc-macro2",
19591 "quote",
19592 "syn 2.0.101",
19593 "synstructure",
19594]
19595
19596[[package]]
19597name = "zbus"
19598version = "5.5.0"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19601dependencies = [
19602 "async-broadcast",
19603 "async-executor",
19604 "async-fs",
19605 "async-io",
19606 "async-lock",
19607 "async-process",
19608 "async-recursion 1.1.1",
19609 "async-task",
19610 "async-trait",
19611 "blocking",
19612 "enumflags2",
19613 "event-listener 5.4.0",
19614 "futures-core",
19615 "futures-lite 2.6.0",
19616 "hex",
19617 "nix 0.29.0",
19618 "ordered-stream",
19619 "serde",
19620 "serde_repr",
19621 "static_assertions",
19622 "tracing",
19623 "uds_windows",
19624 "windows-sys 0.59.0",
19625 "winnow",
19626 "xdg-home",
19627 "zbus_macros",
19628 "zbus_names",
19629 "zvariant",
19630]
19631
19632[[package]]
19633name = "zbus_macros"
19634version = "5.5.0"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19637dependencies = [
19638 "proc-macro-crate",
19639 "proc-macro2",
19640 "quote",
19641 "syn 2.0.101",
19642 "zbus_names",
19643 "zvariant",
19644 "zvariant_utils",
19645]
19646
19647[[package]]
19648name = "zbus_names"
19649version = "4.2.0"
19650source = "registry+https://github.com/rust-lang/crates.io-index"
19651checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19652dependencies = [
19653 "serde",
19654 "static_assertions",
19655 "winnow",
19656 "zvariant",
19657]
19658
19659[[package]]
19660name = "zed"
19661version = "0.188.1"
19662dependencies = [
19663 "activity_indicator",
19664 "agent",
19665 "anyhow",
19666 "ashpd",
19667 "askpass",
19668 "assets",
19669 "assistant_context_editor",
19670 "assistant_settings",
19671 "assistant_tool",
19672 "assistant_tools",
19673 "async-watch",
19674 "audio",
19675 "auto_update",
19676 "auto_update_ui",
19677 "backtrace",
19678 "breadcrumbs",
19679 "call",
19680 "channel",
19681 "chrono",
19682 "clap",
19683 "cli",
19684 "client",
19685 "collab_ui",
19686 "collections",
19687 "command_palette",
19688 "component",
19689 "copilot",
19690 "dap",
19691 "dap_adapters",
19692 "db",
19693 "debug_adapter_extension",
19694 "debugger_tools",
19695 "debugger_ui",
19696 "diagnostics",
19697 "editor",
19698 "env_logger 0.11.8",
19699 "extension",
19700 "extension_host",
19701 "extensions_ui",
19702 "feature_flags",
19703 "feedback",
19704 "file_finder",
19705 "fs",
19706 "futures 0.3.31",
19707 "git",
19708 "git_hosting_providers",
19709 "git_ui",
19710 "go_to_line",
19711 "gpui",
19712 "gpui_tokio",
19713 "http_client",
19714 "image_viewer",
19715 "indoc",
19716 "inline_completion_button",
19717 "install_cli",
19718 "jj_ui",
19719 "journal",
19720 "language",
19721 "language_extension",
19722 "language_model",
19723 "language_models",
19724 "language_selector",
19725 "language_tools",
19726 "languages",
19727 "libc",
19728 "log",
19729 "markdown",
19730 "markdown_preview",
19731 "menu",
19732 "migrator",
19733 "mimalloc",
19734 "nix 0.29.0",
19735 "node_runtime",
19736 "notifications",
19737 "outline",
19738 "outline_panel",
19739 "parking_lot",
19740 "paths",
19741 "picker",
19742 "profiling",
19743 "project",
19744 "project_panel",
19745 "project_symbols",
19746 "prompt_store",
19747 "proto",
19748 "recent_projects",
19749 "release_channel",
19750 "remote",
19751 "repl",
19752 "reqwest_client",
19753 "rope",
19754 "search",
19755 "serde",
19756 "serde_json",
19757 "session",
19758 "settings",
19759 "settings_ui",
19760 "shellexpand 2.1.2",
19761 "smol",
19762 "snippet_provider",
19763 "snippets_ui",
19764 "supermaven",
19765 "sysinfo",
19766 "tab_switcher",
19767 "task",
19768 "tasks_ui",
19769 "telemetry",
19770 "telemetry_events",
19771 "terminal_view",
19772 "theme",
19773 "theme_extension",
19774 "theme_selector",
19775 "time",
19776 "title_bar",
19777 "toolchain_selector",
19778 "tree-sitter-md",
19779 "tree-sitter-rust",
19780 "ui",
19781 "ui_input",
19782 "ui_prompt",
19783 "url",
19784 "urlencoding",
19785 "util",
19786 "uuid",
19787 "vim",
19788 "vim_mode_setting",
19789 "web_search",
19790 "web_search_providers",
19791 "welcome",
19792 "windows 0.61.1",
19793 "winresource",
19794 "workspace",
19795 "workspace-hack",
19796 "zed_actions",
19797 "zeta",
19798 "zlog",
19799 "zlog_settings",
19800]
19801
19802[[package]]
19803name = "zed_actions"
19804version = "0.1.0"
19805dependencies = [
19806 "gpui",
19807 "schemars",
19808 "serde",
19809 "uuid",
19810 "workspace-hack",
19811]
19812
19813[[package]]
19814name = "zed_emmet"
19815version = "0.0.3"
19816dependencies = [
19817 "zed_extension_api 0.1.0",
19818]
19819
19820[[package]]
19821name = "zed_extension_api"
19822version = "0.1.0"
19823source = "registry+https://github.com/rust-lang/crates.io-index"
19824checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19825dependencies = [
19826 "serde",
19827 "serde_json",
19828 "wit-bindgen 0.22.0",
19829]
19830
19831[[package]]
19832name = "zed_extension_api"
19833version = "0.6.0"
19834dependencies = [
19835 "serde",
19836 "serde_json",
19837 "wit-bindgen 0.41.0",
19838]
19839
19840[[package]]
19841name = "zed_glsl"
19842version = "0.1.0"
19843dependencies = [
19844 "zed_extension_api 0.1.0",
19845]
19846
19847[[package]]
19848name = "zed_html"
19849version = "0.2.1"
19850dependencies = [
19851 "zed_extension_api 0.1.0",
19852]
19853
19854[[package]]
19855name = "zed_llm_client"
19856version = "0.8.2"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19859dependencies = [
19860 "anyhow",
19861 "serde",
19862 "serde_json",
19863 "strum 0.27.1",
19864 "uuid",
19865]
19866
19867[[package]]
19868name = "zed_proto"
19869version = "0.2.2"
19870dependencies = [
19871 "zed_extension_api 0.1.0",
19872]
19873
19874[[package]]
19875name = "zed_ruff"
19876version = "0.1.0"
19877dependencies = [
19878 "zed_extension_api 0.1.0",
19879]
19880
19881[[package]]
19882name = "zed_snippets"
19883version = "0.0.5"
19884dependencies = [
19885 "serde_json",
19886 "zed_extension_api 0.1.0",
19887]
19888
19889[[package]]
19890name = "zed_test_extension"
19891version = "0.1.0"
19892dependencies = [
19893 "zed_extension_api 0.6.0",
19894]
19895
19896[[package]]
19897name = "zed_toml"
19898version = "0.1.3"
19899dependencies = [
19900 "zed_extension_api 0.1.0",
19901]
19902
19903[[package]]
19904name = "zeno"
19905version = "0.3.2"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19908
19909[[package]]
19910name = "zerocopy"
19911version = "0.7.35"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19914dependencies = [
19915 "zerocopy-derive 0.7.35",
19916]
19917
19918[[package]]
19919name = "zerocopy"
19920version = "0.8.24"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19923dependencies = [
19924 "zerocopy-derive 0.8.24",
19925]
19926
19927[[package]]
19928name = "zerocopy-derive"
19929version = "0.7.35"
19930source = "registry+https://github.com/rust-lang/crates.io-index"
19931checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19932dependencies = [
19933 "proc-macro2",
19934 "quote",
19935 "syn 2.0.101",
19936]
19937
19938[[package]]
19939name = "zerocopy-derive"
19940version = "0.8.24"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19943dependencies = [
19944 "proc-macro2",
19945 "quote",
19946 "syn 2.0.101",
19947]
19948
19949[[package]]
19950name = "zerofrom"
19951version = "0.1.6"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19954dependencies = [
19955 "zerofrom-derive",
19956]
19957
19958[[package]]
19959name = "zerofrom-derive"
19960version = "0.1.6"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19963dependencies = [
19964 "proc-macro2",
19965 "quote",
19966 "syn 2.0.101",
19967 "synstructure",
19968]
19969
19970[[package]]
19971name = "zeroize"
19972version = "1.8.1"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19975dependencies = [
19976 "zeroize_derive",
19977]
19978
19979[[package]]
19980name = "zeroize_derive"
19981version = "1.4.2"
19982source = "registry+https://github.com/rust-lang/crates.io-index"
19983checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19984dependencies = [
19985 "proc-macro2",
19986 "quote",
19987 "syn 2.0.101",
19988]
19989
19990[[package]]
19991name = "zeromq"
19992version = "0.5.0-pre"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19995dependencies = [
19996 "async-dispatcher",
19997 "async-std",
19998 "async-trait",
19999 "asynchronous-codec",
20000 "bytes 1.10.1",
20001 "crossbeam-queue",
20002 "dashmap 5.5.3",
20003 "futures 0.3.31",
20004 "log",
20005 "num-traits",
20006 "once_cell",
20007 "parking_lot",
20008 "rand 0.8.5",
20009 "regex",
20010 "thiserror 1.0.69",
20011 "uuid",
20012]
20013
20014[[package]]
20015name = "zerovec"
20016version = "0.10.4"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20019dependencies = [
20020 "yoke",
20021 "zerofrom",
20022 "zerovec-derive",
20023]
20024
20025[[package]]
20026name = "zerovec-derive"
20027version = "0.10.3"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20030dependencies = [
20031 "proc-macro2",
20032 "quote",
20033 "syn 2.0.101",
20034]
20035
20036[[package]]
20037name = "zeta"
20038version = "0.1.0"
20039dependencies = [
20040 "anyhow",
20041 "arrayvec",
20042 "call",
20043 "client",
20044 "clock",
20045 "collections",
20046 "command_palette_hooks",
20047 "ctor",
20048 "db",
20049 "editor",
20050 "env_logger 0.11.8",
20051 "feature_flags",
20052 "fs",
20053 "futures 0.3.31",
20054 "gpui",
20055 "http_client",
20056 "indoc",
20057 "inline_completion",
20058 "language",
20059 "language_model",
20060 "log",
20061 "menu",
20062 "migrator",
20063 "paths",
20064 "postage",
20065 "project",
20066 "proto",
20067 "regex",
20068 "release_channel",
20069 "reqwest_client",
20070 "rpc",
20071 "serde",
20072 "serde_json",
20073 "settings",
20074 "telemetry",
20075 "telemetry_events",
20076 "theme",
20077 "thiserror 2.0.12",
20078 "tree-sitter-go",
20079 "tree-sitter-rust",
20080 "ui",
20081 "unindent",
20082 "util",
20083 "uuid",
20084 "workspace",
20085 "workspace-hack",
20086 "worktree",
20087 "zed_actions",
20088 "zed_llm_client",
20089]
20090
20091[[package]]
20092name = "zip"
20093version = "0.6.6"
20094source = "registry+https://github.com/rust-lang/crates.io-index"
20095checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20096dependencies = [
20097 "aes",
20098 "byteorder",
20099 "bzip2",
20100 "constant_time_eq 0.1.5",
20101 "crc32fast",
20102 "crossbeam-utils",
20103 "flate2",
20104 "hmac",
20105 "pbkdf2 0.11.0",
20106 "sha1",
20107 "time",
20108 "zstd",
20109]
20110
20111[[package]]
20112name = "zlib-rs"
20113version = "0.5.0"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20116
20117[[package]]
20118name = "zlog"
20119version = "0.1.0"
20120dependencies = [
20121 "anyhow",
20122 "chrono",
20123 "log",
20124 "tempfile",
20125 "workspace-hack",
20126]
20127
20128[[package]]
20129name = "zlog_settings"
20130version = "0.1.0"
20131dependencies = [
20132 "anyhow",
20133 "gpui",
20134 "schemars",
20135 "serde",
20136 "settings",
20137 "workspace-hack",
20138 "zlog",
20139]
20140
20141[[package]]
20142name = "zstd"
20143version = "0.11.2+zstd.1.5.2"
20144source = "registry+https://github.com/rust-lang/crates.io-index"
20145checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20146dependencies = [
20147 "zstd-safe",
20148]
20149
20150[[package]]
20151name = "zstd-safe"
20152version = "5.0.2+zstd.1.5.2"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20155dependencies = [
20156 "libc",
20157 "zstd-sys",
20158]
20159
20160[[package]]
20161name = "zstd-sys"
20162version = "2.0.15+zstd.1.5.7"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20165dependencies = [
20166 "cc",
20167 "pkg-config",
20168]
20169
20170[[package]]
20171name = "zune-core"
20172version = "0.4.12"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20175
20176[[package]]
20177name = "zune-inflate"
20178version = "0.2.54"
20179source = "registry+https://github.com/rust-lang/crates.io-index"
20180checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20181dependencies = [
20182 "simd-adler32",
20183]
20184
20185[[package]]
20186name = "zune-jpeg"
20187version = "0.4.14"
20188source = "registry+https://github.com/rust-lang/crates.io-index"
20189checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20190dependencies = [
20191 "zune-core",
20192]
20193
20194[[package]]
20195name = "zvariant"
20196version = "5.4.0"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20199dependencies = [
20200 "endi",
20201 "enumflags2",
20202 "serde",
20203 "static_assertions",
20204 "url",
20205 "winnow",
20206 "zvariant_derive",
20207 "zvariant_utils",
20208]
20209
20210[[package]]
20211name = "zvariant_derive"
20212version = "5.4.0"
20213source = "registry+https://github.com/rust-lang/crates.io-index"
20214checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20215dependencies = [
20216 "proc-macro-crate",
20217 "proc-macro2",
20218 "quote",
20219 "syn 2.0.101",
20220 "zvariant_utils",
20221]
20222
20223[[package]]
20224name = "zvariant_utils"
20225version = "3.2.0"
20226source = "registry+https://github.com/rust-lang/crates.io-index"
20227checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20228dependencies = [
20229 "proc-macro2",
20230 "quote",
20231 "serde",
20232 "static_assertions",
20233 "syn 2.0.101",
20234 "winnow",
20235]