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 "release_channel",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22 "workspace-hack",
23]
24
25[[package]]
26name = "addr2line"
27version = "0.24.2"
28source = "registry+https://github.com/rust-lang/crates.io-index"
29checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
30dependencies = [
31 "gimli",
32]
33
34[[package]]
35name = "adler2"
36version = "2.0.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
39
40[[package]]
41name = "aes"
42version = "0.8.4"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
45dependencies = [
46 "cfg-if",
47 "cipher",
48 "cpufeatures",
49 "zeroize",
50]
51
52[[package]]
53name = "agent"
54version = "0.1.0"
55dependencies = [
56 "anyhow",
57 "assistant_context_editor",
58 "assistant_settings",
59 "assistant_slash_command",
60 "assistant_slash_commands",
61 "assistant_tool",
62 "async-watch",
63 "buffer_diff",
64 "chrono",
65 "client",
66 "collections",
67 "component",
68 "context_server",
69 "convert_case 0.8.0",
70 "db",
71 "editor",
72 "extension",
73 "feature_flags",
74 "file_icons",
75 "fs",
76 "futures 0.3.31",
77 "fuzzy",
78 "git",
79 "gpui",
80 "heed",
81 "html_to_markdown",
82 "http_client",
83 "indexed_docs",
84 "indoc",
85 "inventory",
86 "itertools 0.14.0",
87 "jsonschema",
88 "language",
89 "language_model",
90 "log",
91 "lsp",
92 "markdown",
93 "menu",
94 "multi_buffer",
95 "notifications",
96 "ordered-float 2.10.1",
97 "parking_lot",
98 "paths",
99 "picker",
100 "postage",
101 "project",
102 "prompt_store",
103 "proto",
104 "rand 0.8.5",
105 "ref-cast",
106 "release_channel",
107 "rope",
108 "rules_library",
109 "schemars",
110 "search",
111 "serde",
112 "serde_json",
113 "serde_json_lenient",
114 "settings",
115 "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 "telemetry",
4034 "util",
4035 "workspace-hack",
4036]
4037
4038[[package]]
4039name = "dap-types"
4040version = "0.0.1"
4041source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
4042dependencies = [
4043 "schemars",
4044 "serde",
4045 "serde_json",
4046]
4047
4048[[package]]
4049name = "dap_adapters"
4050version = "0.1.0"
4051dependencies = [
4052 "anyhow",
4053 "async-trait",
4054 "dap",
4055 "futures 0.3.31",
4056 "gpui",
4057 "json_dotpath",
4058 "language",
4059 "paths",
4060 "serde",
4061 "serde_json",
4062 "smol",
4063 "task",
4064 "util",
4065 "workspace-hack",
4066]
4067
4068[[package]]
4069name = "darling"
4070version = "0.20.11"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4073dependencies = [
4074 "darling_core",
4075 "darling_macro",
4076]
4077
4078[[package]]
4079name = "darling_core"
4080version = "0.20.11"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4083dependencies = [
4084 "fnv",
4085 "ident_case",
4086 "proc-macro2",
4087 "quote",
4088 "strsim",
4089 "syn 2.0.101",
4090]
4091
4092[[package]]
4093name = "darling_macro"
4094version = "0.20.11"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4097dependencies = [
4098 "darling_core",
4099 "quote",
4100 "syn 2.0.101",
4101]
4102
4103[[package]]
4104name = "dashmap"
4105version = "5.5.3"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4108dependencies = [
4109 "cfg-if",
4110 "hashbrown 0.14.5",
4111 "lock_api",
4112 "once_cell",
4113 "parking_lot_core",
4114]
4115
4116[[package]]
4117name = "dashmap"
4118version = "6.1.0"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4121dependencies = [
4122 "cfg-if",
4123 "crossbeam-utils",
4124 "hashbrown 0.14.5",
4125 "lock_api",
4126 "once_cell",
4127 "parking_lot_core",
4128]
4129
4130[[package]]
4131name = "dasp_sample"
4132version = "0.11.0"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4135
4136[[package]]
4137name = "data-encoding"
4138version = "2.9.0"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4141
4142[[package]]
4143name = "data-url"
4144version = "0.3.1"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4147
4148[[package]]
4149name = "db"
4150version = "0.1.0"
4151dependencies = [
4152 "anyhow",
4153 "gpui",
4154 "indoc",
4155 "log",
4156 "paths",
4157 "release_channel",
4158 "smol",
4159 "sqlez",
4160 "sqlez_macros",
4161 "tempfile",
4162 "util",
4163 "workspace-hack",
4164]
4165
4166[[package]]
4167name = "dbus"
4168version = "0.9.7"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4171dependencies = [
4172 "libc",
4173 "libdbus-sys",
4174 "winapi",
4175]
4176
4177[[package]]
4178name = "debug_adapter_extension"
4179version = "0.1.0"
4180dependencies = [
4181 "anyhow",
4182 "async-trait",
4183 "dap",
4184 "extension",
4185 "gpui",
4186 "serde_json",
4187 "task",
4188 "workspace-hack",
4189]
4190
4191[[package]]
4192name = "debugger_tools"
4193version = "0.1.0"
4194dependencies = [
4195 "anyhow",
4196 "dap",
4197 "editor",
4198 "futures 0.3.31",
4199 "gpui",
4200 "project",
4201 "serde_json",
4202 "settings",
4203 "smol",
4204 "util",
4205 "workspace",
4206 "workspace-hack",
4207]
4208
4209[[package]]
4210name = "debugger_ui"
4211version = "0.1.0"
4212dependencies = [
4213 "anyhow",
4214 "client",
4215 "collections",
4216 "command_palette_hooks",
4217 "dap",
4218 "dap_adapters",
4219 "db",
4220 "debugger_tools",
4221 "editor",
4222 "env_logger 0.11.8",
4223 "feature_flags",
4224 "file_icons",
4225 "futures 0.3.31",
4226 "fuzzy",
4227 "gpui",
4228 "language",
4229 "log",
4230 "menu",
4231 "parking_lot",
4232 "paths",
4233 "picker",
4234 "pretty_assertions",
4235 "project",
4236 "rpc",
4237 "serde",
4238 "serde_json",
4239 "settings",
4240 "shlex",
4241 "sysinfo",
4242 "task",
4243 "tasks_ui",
4244 "terminal_view",
4245 "theme",
4246 "ui",
4247 "unindent",
4248 "util",
4249 "workspace",
4250 "workspace-hack",
4251]
4252
4253[[package]]
4254name = "deepseek"
4255version = "0.1.0"
4256dependencies = [
4257 "anyhow",
4258 "futures 0.3.31",
4259 "http_client",
4260 "schemars",
4261 "serde",
4262 "serde_json",
4263 "workspace-hack",
4264]
4265
4266[[package]]
4267name = "deflate64"
4268version = "0.1.9"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4271
4272[[package]]
4273name = "der"
4274version = "0.6.1"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4277dependencies = [
4278 "const-oid",
4279 "zeroize",
4280]
4281
4282[[package]]
4283name = "der"
4284version = "0.7.10"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4287dependencies = [
4288 "const-oid",
4289 "pem-rfc7468",
4290 "zeroize",
4291]
4292
4293[[package]]
4294name = "deranged"
4295version = "0.4.0"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4298dependencies = [
4299 "powerfmt",
4300 "serde",
4301]
4302
4303[[package]]
4304name = "derive_builder"
4305version = "0.20.2"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4308dependencies = [
4309 "derive_builder_macro",
4310]
4311
4312[[package]]
4313name = "derive_builder_core"
4314version = "0.20.2"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4317dependencies = [
4318 "darling",
4319 "proc-macro2",
4320 "quote",
4321 "syn 2.0.101",
4322]
4323
4324[[package]]
4325name = "derive_builder_macro"
4326version = "0.20.2"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4329dependencies = [
4330 "derive_builder_core",
4331 "syn 2.0.101",
4332]
4333
4334[[package]]
4335name = "derive_more"
4336version = "0.99.19"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4339dependencies = [
4340 "convert_case 0.4.0",
4341 "proc-macro2",
4342 "quote",
4343 "rustc_version",
4344 "syn 2.0.101",
4345]
4346
4347[[package]]
4348name = "derive_refineable"
4349version = "0.1.0"
4350dependencies = [
4351 "proc-macro2",
4352 "quote",
4353 "syn 2.0.101",
4354 "workspace-hack",
4355]
4356
4357[[package]]
4358name = "diagnostics"
4359version = "0.1.0"
4360dependencies = [
4361 "anyhow",
4362 "client",
4363 "collections",
4364 "component",
4365 "ctor",
4366 "editor",
4367 "env_logger 0.11.8",
4368 "futures 0.3.31",
4369 "gpui",
4370 "indoc",
4371 "language",
4372 "log",
4373 "lsp",
4374 "markdown",
4375 "pretty_assertions",
4376 "project",
4377 "rand 0.8.5",
4378 "serde",
4379 "serde_json",
4380 "settings",
4381 "text",
4382 "theme",
4383 "ui",
4384 "unindent",
4385 "util",
4386 "workspace",
4387 "workspace-hack",
4388]
4389
4390[[package]]
4391name = "dialoguer"
4392version = "0.11.0"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4395dependencies = [
4396 "console",
4397 "fuzzy-matcher",
4398 "shell-words",
4399 "tempfile",
4400 "thiserror 1.0.69",
4401 "zeroize",
4402]
4403
4404[[package]]
4405name = "diff"
4406version = "0.1.13"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4409
4410[[package]]
4411name = "diffy"
4412version = "0.4.2"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4415dependencies = [
4416 "nu-ansi-term 0.50.1",
4417]
4418
4419[[package]]
4420name = "digest"
4421version = "0.10.7"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4424dependencies = [
4425 "block-buffer",
4426 "const-oid",
4427 "crypto-common",
4428 "subtle",
4429]
4430
4431[[package]]
4432name = "dirs"
4433version = "4.0.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4436dependencies = [
4437 "dirs-sys 0.3.7",
4438]
4439
4440[[package]]
4441name = "dirs"
4442version = "5.0.1"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4445dependencies = [
4446 "dirs-sys 0.4.1",
4447]
4448
4449[[package]]
4450name = "dirs"
4451version = "6.0.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4454dependencies = [
4455 "dirs-sys 0.5.0",
4456]
4457
4458[[package]]
4459name = "dirs-sys"
4460version = "0.3.7"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4463dependencies = [
4464 "libc",
4465 "redox_users 0.4.6",
4466 "winapi",
4467]
4468
4469[[package]]
4470name = "dirs-sys"
4471version = "0.4.1"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4474dependencies = [
4475 "libc",
4476 "option-ext",
4477 "redox_users 0.4.6",
4478 "windows-sys 0.48.0",
4479]
4480
4481[[package]]
4482name = "dirs-sys"
4483version = "0.5.0"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4486dependencies = [
4487 "libc",
4488 "option-ext",
4489 "redox_users 0.5.0",
4490 "windows-sys 0.59.0",
4491]
4492
4493[[package]]
4494name = "dispatch"
4495version = "0.2.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4498
4499[[package]]
4500name = "dispatch2"
4501version = "0.3.0"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4504dependencies = [
4505 "bitflags 2.9.0",
4506 "objc2",
4507]
4508
4509[[package]]
4510name = "displaydoc"
4511version = "0.2.5"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4514dependencies = [
4515 "proc-macro2",
4516 "quote",
4517 "syn 2.0.101",
4518]
4519
4520[[package]]
4521name = "dlib"
4522version = "0.5.2"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4525dependencies = [
4526 "libloading",
4527]
4528
4529[[package]]
4530name = "docs_preprocessor"
4531version = "0.1.0"
4532dependencies = [
4533 "anyhow",
4534 "clap",
4535 "mdbook",
4536 "regex",
4537 "serde",
4538 "serde_json",
4539 "settings",
4540 "util",
4541 "workspace-hack",
4542]
4543
4544[[package]]
4545name = "documented"
4546version = "0.9.1"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4549dependencies = [
4550 "documented-macros",
4551 "phf",
4552 "thiserror 1.0.69",
4553]
4554
4555[[package]]
4556name = "documented-macros"
4557version = "0.9.1"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4560dependencies = [
4561 "convert_case 0.6.0",
4562 "itertools 0.13.0",
4563 "optfield",
4564 "proc-macro2",
4565 "quote",
4566 "strum 0.26.3",
4567 "syn 2.0.101",
4568]
4569
4570[[package]]
4571name = "dotenv"
4572version = "0.15.0"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4575
4576[[package]]
4577name = "dotenvy"
4578version = "0.15.7"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4581
4582[[package]]
4583name = "downcast-rs"
4584version = "1.2.1"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4587
4588[[package]]
4589name = "doxygen-rs"
4590version = "0.4.2"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4593dependencies = [
4594 "phf",
4595]
4596
4597[[package]]
4598name = "dtoa"
4599version = "1.0.10"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4602
4603[[package]]
4604name = "dtoa-short"
4605version = "0.3.5"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4608dependencies = [
4609 "dtoa",
4610]
4611
4612[[package]]
4613name = "dtor"
4614version = "0.0.6"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4617dependencies = [
4618 "dtor-proc-macro",
4619]
4620
4621[[package]]
4622name = "dtor-proc-macro"
4623version = "0.0.5"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4626
4627[[package]]
4628name = "dunce"
4629version = "1.0.5"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4632
4633[[package]]
4634name = "dwrote"
4635version = "0.11.3"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4638dependencies = [
4639 "lazy_static",
4640 "libc",
4641 "winapi",
4642 "wio",
4643]
4644
4645[[package]]
4646name = "dyn-clone"
4647version = "1.0.19"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4650
4651[[package]]
4652name = "ec4rs"
4653version = "1.2.0"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4656
4657[[package]]
4658name = "ecdsa"
4659version = "0.14.8"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4662dependencies = [
4663 "der 0.6.1",
4664 "elliptic-curve",
4665 "rfc6979",
4666 "signature 1.6.4",
4667]
4668
4669[[package]]
4670name = "editor"
4671version = "0.1.0"
4672dependencies = [
4673 "aho-corasick",
4674 "anyhow",
4675 "assets",
4676 "buffer_diff",
4677 "client",
4678 "clock",
4679 "collections",
4680 "command_palette_hooks",
4681 "convert_case 0.8.0",
4682 "ctor",
4683 "dap",
4684 "db",
4685 "emojis",
4686 "env_logger 0.11.8",
4687 "feature_flags",
4688 "file_icons",
4689 "fs",
4690 "futures 0.3.31",
4691 "fuzzy",
4692 "git",
4693 "gpui",
4694 "http_client",
4695 "indoc",
4696 "inline_completion",
4697 "itertools 0.14.0",
4698 "language",
4699 "languages",
4700 "linkify",
4701 "log",
4702 "lsp",
4703 "markdown",
4704 "menu",
4705 "multi_buffer",
4706 "ordered-float 2.10.1",
4707 "parking_lot",
4708 "pretty_assertions",
4709 "project",
4710 "rand 0.8.5",
4711 "release_channel",
4712 "rpc",
4713 "schemars",
4714 "serde",
4715 "serde_json",
4716 "settings",
4717 "smallvec",
4718 "smol",
4719 "snippet",
4720 "sum_tree",
4721 "task",
4722 "telemetry",
4723 "tempfile",
4724 "text",
4725 "theme",
4726 "time",
4727 "tree-sitter-html",
4728 "tree-sitter-python",
4729 "tree-sitter-rust",
4730 "tree-sitter-typescript",
4731 "ui",
4732 "unicode-segmentation",
4733 "unindent",
4734 "url",
4735 "util",
4736 "uuid",
4737 "workspace",
4738 "workspace-hack",
4739 "zed_actions",
4740]
4741
4742[[package]]
4743name = "either"
4744version = "1.15.0"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4747dependencies = [
4748 "serde",
4749]
4750
4751[[package]]
4752name = "elasticlunr-rs"
4753version = "3.0.2"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4756dependencies = [
4757 "regex",
4758 "serde",
4759 "serde_derive",
4760 "serde_json",
4761]
4762
4763[[package]]
4764name = "elliptic-curve"
4765version = "0.12.3"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4768dependencies = [
4769 "base16ct",
4770 "crypto-bigint 0.4.9",
4771 "der 0.6.1",
4772 "digest",
4773 "ff",
4774 "generic-array",
4775 "group",
4776 "pkcs8 0.9.0",
4777 "rand_core 0.6.4",
4778 "sec1",
4779 "subtle",
4780 "zeroize",
4781]
4782
4783[[package]]
4784name = "email_address"
4785version = "0.2.9"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4788dependencies = [
4789 "serde",
4790]
4791
4792[[package]]
4793name = "embed-resource"
4794version = "3.0.2"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4797dependencies = [
4798 "cc",
4799 "memchr",
4800 "rustc_version",
4801 "toml 0.8.20",
4802 "vswhom",
4803 "winreg 0.52.0",
4804]
4805
4806[[package]]
4807name = "embedded-io"
4808version = "0.4.0"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4811
4812[[package]]
4813name = "embedded-io"
4814version = "0.6.1"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4817
4818[[package]]
4819name = "emojis"
4820version = "0.6.4"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4823dependencies = [
4824 "phf",
4825]
4826
4827[[package]]
4828name = "encode_unicode"
4829version = "1.0.0"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4832
4833[[package]]
4834name = "encoding_rs"
4835version = "0.8.35"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4838dependencies = [
4839 "cfg-if",
4840]
4841
4842[[package]]
4843name = "endi"
4844version = "1.1.0"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4847
4848[[package]]
4849name = "enumflags2"
4850version = "0.7.11"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4853dependencies = [
4854 "enumflags2_derive",
4855 "serde",
4856]
4857
4858[[package]]
4859name = "enumflags2_derive"
4860version = "0.7.11"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4863dependencies = [
4864 "proc-macro2",
4865 "quote",
4866 "syn 2.0.101",
4867]
4868
4869[[package]]
4870name = "env_filter"
4871version = "0.1.3"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4874dependencies = [
4875 "log",
4876 "regex",
4877]
4878
4879[[package]]
4880name = "env_logger"
4881version = "0.10.2"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4884dependencies = [
4885 "humantime",
4886 "is-terminal",
4887 "log",
4888 "regex",
4889 "termcolor",
4890]
4891
4892[[package]]
4893name = "env_logger"
4894version = "0.11.8"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4897dependencies = [
4898 "anstream",
4899 "anstyle",
4900 "env_filter",
4901 "jiff",
4902 "log",
4903]
4904
4905[[package]]
4906name = "envy"
4907version = "0.4.2"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4910dependencies = [
4911 "serde",
4912]
4913
4914[[package]]
4915name = "equivalent"
4916version = "1.0.2"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4919
4920[[package]]
4921name = "erased-serde"
4922version = "0.4.6"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4925dependencies = [
4926 "serde",
4927 "typeid",
4928]
4929
4930[[package]]
4931name = "errno"
4932version = "0.2.8"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4935dependencies = [
4936 "errno-dragonfly",
4937 "libc",
4938 "winapi",
4939]
4940
4941[[package]]
4942name = "errno"
4943version = "0.3.11"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4946dependencies = [
4947 "libc",
4948 "windows-sys 0.59.0",
4949]
4950
4951[[package]]
4952name = "errno-dragonfly"
4953version = "0.1.2"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4956dependencies = [
4957 "cc",
4958 "libc",
4959]
4960
4961[[package]]
4962name = "etagere"
4963version = "0.2.15"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4966dependencies = [
4967 "euclid",
4968 "svg_fmt",
4969]
4970
4971[[package]]
4972name = "etcetera"
4973version = "0.8.0"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4976dependencies = [
4977 "cfg-if",
4978 "home",
4979 "windows-sys 0.48.0",
4980]
4981
4982[[package]]
4983name = "euclid"
4984version = "0.22.11"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4987dependencies = [
4988 "num-traits",
4989]
4990
4991[[package]]
4992name = "eval"
4993version = "0.1.0"
4994dependencies = [
4995 "agent",
4996 "anyhow",
4997 "assistant_settings",
4998 "assistant_tool",
4999 "assistant_tools",
5000 "async-trait",
5001 "async-watch",
5002 "buffer_diff",
5003 "chrono",
5004 "clap",
5005 "client",
5006 "collections",
5007 "debug_adapter_extension",
5008 "dirs 4.0.0",
5009 "dotenv",
5010 "env_logger 0.11.8",
5011 "extension",
5012 "fs",
5013 "futures 0.3.31",
5014 "gpui",
5015 "gpui_tokio",
5016 "handlebars 4.5.0",
5017 "language",
5018 "language_extension",
5019 "language_model",
5020 "language_models",
5021 "languages",
5022 "markdown",
5023 "node_runtime",
5024 "pathdiff",
5025 "paths",
5026 "pretty_assertions",
5027 "project",
5028 "prompt_store",
5029 "regex",
5030 "release_channel",
5031 "reqwest_client",
5032 "serde",
5033 "serde_json",
5034 "settings",
5035 "shellexpand 2.1.2",
5036 "smol",
5037 "telemetry",
5038 "terminal_view",
5039 "toml 0.8.20",
5040 "unindent",
5041 "util",
5042 "uuid",
5043 "workspace-hack",
5044]
5045
5046[[package]]
5047name = "event-listener"
5048version = "2.5.3"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5051
5052[[package]]
5053name = "event-listener"
5054version = "5.4.0"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5057dependencies = [
5058 "concurrent-queue",
5059 "parking",
5060 "pin-project-lite",
5061]
5062
5063[[package]]
5064name = "event-listener-strategy"
5065version = "0.5.4"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5068dependencies = [
5069 "event-listener 5.4.0",
5070 "pin-project-lite",
5071]
5072
5073[[package]]
5074name = "exec"
5075version = "0.3.1"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5078dependencies = [
5079 "errno 0.2.8",
5080 "libc",
5081]
5082
5083[[package]]
5084name = "exr"
5085version = "1.73.0"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5088dependencies = [
5089 "bit_field",
5090 "half",
5091 "lebe",
5092 "miniz_oxide",
5093 "rayon-core",
5094 "smallvec",
5095 "zune-inflate",
5096]
5097
5098[[package]]
5099name = "extension"
5100version = "0.1.0"
5101dependencies = [
5102 "anyhow",
5103 "async-compression",
5104 "async-tar",
5105 "async-trait",
5106 "collections",
5107 "dap",
5108 "fs",
5109 "futures 0.3.31",
5110 "gpui",
5111 "heck 0.5.0",
5112 "http_client",
5113 "language",
5114 "log",
5115 "lsp",
5116 "parking_lot",
5117 "semantic_version",
5118 "serde",
5119 "serde_json",
5120 "task",
5121 "toml 0.8.20",
5122 "util",
5123 "wasi-preview1-component-adapter-provider",
5124 "wasm-encoder 0.221.3",
5125 "wasmparser 0.221.3",
5126 "wit-component 0.221.3",
5127 "workspace-hack",
5128]
5129
5130[[package]]
5131name = "extension_cli"
5132version = "0.1.0"
5133dependencies = [
5134 "anyhow",
5135 "clap",
5136 "env_logger 0.11.8",
5137 "extension",
5138 "fs",
5139 "gpui",
5140 "language",
5141 "log",
5142 "reqwest_client",
5143 "rpc",
5144 "serde",
5145 "serde_json",
5146 "theme",
5147 "tokio",
5148 "toml 0.8.20",
5149 "tree-sitter",
5150 "wasmtime",
5151 "workspace-hack",
5152]
5153
5154[[package]]
5155name = "extension_host"
5156version = "0.1.0"
5157dependencies = [
5158 "anyhow",
5159 "async-compression",
5160 "async-tar",
5161 "async-trait",
5162 "client",
5163 "collections",
5164 "criterion",
5165 "ctor",
5166 "dap",
5167 "env_logger 0.11.8",
5168 "extension",
5169 "fs",
5170 "futures 0.3.31",
5171 "gpui",
5172 "http_client",
5173 "language",
5174 "language_extension",
5175 "log",
5176 "lsp",
5177 "moka",
5178 "node_runtime",
5179 "parking_lot",
5180 "paths",
5181 "project",
5182 "rand 0.8.5",
5183 "release_channel",
5184 "remote",
5185 "reqwest_client",
5186 "schemars",
5187 "semantic_version",
5188 "serde",
5189 "serde_json",
5190 "serde_json_lenient",
5191 "settings",
5192 "task",
5193 "telemetry",
5194 "tempfile",
5195 "theme",
5196 "theme_extension",
5197 "toml 0.8.20",
5198 "url",
5199 "util",
5200 "wasmparser 0.221.3",
5201 "wasmtime",
5202 "wasmtime-wasi",
5203 "workspace-hack",
5204]
5205
5206[[package]]
5207name = "extensions_ui"
5208version = "0.1.0"
5209dependencies = [
5210 "anyhow",
5211 "client",
5212 "collections",
5213 "db",
5214 "editor",
5215 "extension",
5216 "extension_host",
5217 "fs",
5218 "fuzzy",
5219 "gpui",
5220 "language",
5221 "log",
5222 "num-format",
5223 "picker",
5224 "project",
5225 "release_channel",
5226 "semantic_version",
5227 "serde",
5228 "settings",
5229 "smallvec",
5230 "strum 0.27.1",
5231 "telemetry",
5232 "theme",
5233 "ui",
5234 "util",
5235 "vim_mode_setting",
5236 "workspace",
5237 "workspace-hack",
5238 "zed_actions",
5239]
5240
5241[[package]]
5242name = "fallible-iterator"
5243version = "0.3.0"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5246
5247[[package]]
5248name = "fancy-regex"
5249version = "0.13.0"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5252dependencies = [
5253 "bit-set 0.5.3",
5254 "regex-automata 0.4.9",
5255 "regex-syntax 0.8.5",
5256]
5257
5258[[package]]
5259name = "fancy-regex"
5260version = "0.14.0"
5261source = "registry+https://github.com/rust-lang/crates.io-index"
5262checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5263dependencies = [
5264 "bit-set 0.8.0",
5265 "regex-automata 0.4.9",
5266 "regex-syntax 0.8.5",
5267]
5268
5269[[package]]
5270name = "fast-srgb8"
5271version = "1.0.0"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5274
5275[[package]]
5276name = "faster-hex"
5277version = "0.9.0"
5278source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5280dependencies = [
5281 "serde",
5282]
5283
5284[[package]]
5285name = "faster-hex"
5286version = "0.10.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5289dependencies = [
5290 "heapless",
5291 "serde",
5292]
5293
5294[[package]]
5295name = "fastrand"
5296version = "1.9.0"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5299dependencies = [
5300 "instant",
5301]
5302
5303[[package]]
5304name = "fastrand"
5305version = "2.3.0"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5308
5309[[package]]
5310name = "fd-lock"
5311version = "4.0.4"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5314dependencies = [
5315 "cfg-if",
5316 "rustix 1.0.7",
5317 "windows-sys 0.59.0",
5318]
5319
5320[[package]]
5321name = "fdeflate"
5322version = "0.3.7"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5325dependencies = [
5326 "simd-adler32",
5327]
5328
5329[[package]]
5330name = "feature_flags"
5331version = "0.1.0"
5332dependencies = [
5333 "futures 0.3.31",
5334 "gpui",
5335 "smol",
5336 "workspace-hack",
5337]
5338
5339[[package]]
5340name = "feedback"
5341version = "0.1.0"
5342dependencies = [
5343 "client",
5344 "editor",
5345 "gpui",
5346 "human_bytes",
5347 "menu",
5348 "release_channel",
5349 "serde",
5350 "sysinfo",
5351 "ui",
5352 "urlencoding",
5353 "util",
5354 "workspace",
5355 "workspace-hack",
5356 "zed_actions",
5357]
5358
5359[[package]]
5360name = "ff"
5361version = "0.12.1"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5364dependencies = [
5365 "rand_core 0.6.4",
5366 "subtle",
5367]
5368
5369[[package]]
5370name = "file_finder"
5371version = "0.1.0"
5372dependencies = [
5373 "anyhow",
5374 "collections",
5375 "ctor",
5376 "editor",
5377 "env_logger 0.11.8",
5378 "file_icons",
5379 "futures 0.3.31",
5380 "fuzzy",
5381 "gpui",
5382 "language",
5383 "menu",
5384 "picker",
5385 "project",
5386 "schemars",
5387 "serde",
5388 "serde_derive",
5389 "serde_json",
5390 "settings",
5391 "text",
5392 "theme",
5393 "ui",
5394 "util",
5395 "workspace",
5396 "workspace-hack",
5397]
5398
5399[[package]]
5400name = "file_icons"
5401version = "0.1.0"
5402dependencies = [
5403 "gpui",
5404 "serde",
5405 "settings",
5406 "theme",
5407 "util",
5408 "workspace-hack",
5409]
5410
5411[[package]]
5412name = "filedescriptor"
5413version = "0.8.3"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5416dependencies = [
5417 "libc",
5418 "thiserror 1.0.69",
5419 "winapi",
5420]
5421
5422[[package]]
5423name = "filetime"
5424version = "0.2.25"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5427dependencies = [
5428 "cfg-if",
5429 "libc",
5430 "libredox",
5431 "windows-sys 0.59.0",
5432]
5433
5434[[package]]
5435name = "fixedbitset"
5436version = "0.4.2"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5439
5440[[package]]
5441name = "flate2"
5442version = "1.1.1"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5445dependencies = [
5446 "crc32fast",
5447 "libz-rs-sys",
5448 "miniz_oxide",
5449]
5450
5451[[package]]
5452name = "float-cmp"
5453version = "0.9.0"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5456
5457[[package]]
5458name = "float-ord"
5459version = "0.3.2"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5462
5463[[package]]
5464name = "float_next_after"
5465version = "1.0.0"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5468
5469[[package]]
5470name = "fluent-uri"
5471version = "0.3.2"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5474dependencies = [
5475 "borrow-or-share",
5476 "ref-cast",
5477 "serde",
5478]
5479
5480[[package]]
5481name = "flume"
5482version = "0.11.1"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5485dependencies = [
5486 "futures-core",
5487 "futures-sink",
5488 "nanorand",
5489 "spin",
5490]
5491
5492[[package]]
5493name = "fnv"
5494version = "1.0.7"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5497
5498[[package]]
5499name = "foldhash"
5500version = "0.1.5"
5501source = "registry+https://github.com/rust-lang/crates.io-index"
5502checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5503
5504[[package]]
5505name = "font-kit"
5506version = "0.14.1"
5507source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5508dependencies = [
5509 "bitflags 2.9.0",
5510 "byteorder",
5511 "core-foundation 0.10.0",
5512 "core-graphics 0.24.0",
5513 "core-text",
5514 "dirs 5.0.1",
5515 "dwrote",
5516 "float-ord",
5517 "freetype-sys",
5518 "lazy_static",
5519 "libc",
5520 "log",
5521 "pathfinder_geometry",
5522 "pathfinder_simd",
5523 "walkdir",
5524 "winapi",
5525 "yeslogic-fontconfig-sys",
5526]
5527
5528[[package]]
5529name = "font-types"
5530version = "0.8.4"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5533dependencies = [
5534 "bytemuck",
5535]
5536
5537[[package]]
5538name = "fontconfig-parser"
5539version = "0.5.7"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5542dependencies = [
5543 "roxmltree",
5544]
5545
5546[[package]]
5547name = "fontdb"
5548version = "0.16.2"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5551dependencies = [
5552 "fontconfig-parser",
5553 "log",
5554 "memmap2",
5555 "slotmap",
5556 "tinyvec",
5557 "ttf-parser 0.20.0",
5558]
5559
5560[[package]]
5561name = "fontdb"
5562version = "0.23.0"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5565dependencies = [
5566 "fontconfig-parser",
5567 "log",
5568 "memmap2",
5569 "slotmap",
5570 "tinyvec",
5571 "ttf-parser 0.25.1",
5572]
5573
5574[[package]]
5575name = "foreign-types"
5576version = "0.3.2"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5579dependencies = [
5580 "foreign-types-shared 0.1.1",
5581]
5582
5583[[package]]
5584name = "foreign-types"
5585version = "0.5.0"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5588dependencies = [
5589 "foreign-types-macros",
5590 "foreign-types-shared 0.3.1",
5591]
5592
5593[[package]]
5594name = "foreign-types-macros"
5595version = "0.2.3"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5598dependencies = [
5599 "proc-macro2",
5600 "quote",
5601 "syn 2.0.101",
5602]
5603
5604[[package]]
5605name = "foreign-types-shared"
5606version = "0.1.1"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5609
5610[[package]]
5611name = "foreign-types-shared"
5612version = "0.3.1"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5615
5616[[package]]
5617name = "fork"
5618version = "0.2.0"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5621dependencies = [
5622 "libc",
5623]
5624
5625[[package]]
5626name = "form_urlencoded"
5627version = "1.2.1"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5630dependencies = [
5631 "percent-encoding",
5632]
5633
5634[[package]]
5635name = "fraction"
5636version = "0.15.3"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5639dependencies = [
5640 "lazy_static",
5641 "num",
5642]
5643
5644[[package]]
5645name = "freetype-sys"
5646version = "0.20.1"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5649dependencies = [
5650 "cc",
5651 "libc",
5652 "pkg-config",
5653]
5654
5655[[package]]
5656name = "fs"
5657version = "0.1.0"
5658dependencies = [
5659 "anyhow",
5660 "ashpd",
5661 "async-tar",
5662 "async-trait",
5663 "cocoa 0.26.0",
5664 "collections",
5665 "fsevent",
5666 "futures 0.3.31",
5667 "git",
5668 "gpui",
5669 "ignore",
5670 "libc",
5671 "log",
5672 "notify",
5673 "objc",
5674 "parking_lot",
5675 "paths",
5676 "proto",
5677 "rope",
5678 "serde",
5679 "serde_json",
5680 "smol",
5681 "tempfile",
5682 "text",
5683 "time",
5684 "util",
5685 "windows 0.61.1",
5686 "workspace-hack",
5687]
5688
5689[[package]]
5690name = "fs-set-times"
5691version = "0.20.3"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5694dependencies = [
5695 "io-lifetimes",
5696 "rustix 1.0.7",
5697 "windows-sys 0.59.0",
5698]
5699
5700[[package]]
5701name = "fs2"
5702version = "0.4.3"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5705dependencies = [
5706 "libc",
5707 "winapi",
5708]
5709
5710[[package]]
5711name = "fs_extra"
5712version = "1.3.0"
5713source = "registry+https://github.com/rust-lang/crates.io-index"
5714checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5715
5716[[package]]
5717name = "fsevent"
5718version = "0.1.0"
5719dependencies = [
5720 "bitflags 2.9.0",
5721 "core-foundation 0.10.0",
5722 "fsevent-sys 3.1.0",
5723 "parking_lot",
5724 "tempfile",
5725 "workspace-hack",
5726]
5727
5728[[package]]
5729name = "fsevent-sys"
5730version = "3.1.0"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5733dependencies = [
5734 "libc",
5735]
5736
5737[[package]]
5738name = "fsevent-sys"
5739version = "4.1.0"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5742dependencies = [
5743 "libc",
5744]
5745
5746[[package]]
5747name = "funty"
5748version = "2.0.0"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5751
5752[[package]]
5753name = "futf"
5754version = "0.1.5"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5757dependencies = [
5758 "mac",
5759 "new_debug_unreachable",
5760]
5761
5762[[package]]
5763name = "futures"
5764version = "0.1.31"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5767
5768[[package]]
5769name = "futures"
5770version = "0.3.31"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5773dependencies = [
5774 "futures-channel",
5775 "futures-core",
5776 "futures-executor",
5777 "futures-io",
5778 "futures-sink",
5779 "futures-task",
5780 "futures-util",
5781]
5782
5783[[package]]
5784name = "futures-batch"
5785version = "0.6.1"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5788dependencies = [
5789 "futures 0.3.31",
5790 "futures-timer",
5791 "pin-utils",
5792]
5793
5794[[package]]
5795name = "futures-channel"
5796version = "0.3.31"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5799dependencies = [
5800 "futures-core",
5801 "futures-sink",
5802]
5803
5804[[package]]
5805name = "futures-core"
5806version = "0.3.31"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5809
5810[[package]]
5811name = "futures-executor"
5812version = "0.3.31"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5815dependencies = [
5816 "futures-core",
5817 "futures-task",
5818 "futures-util",
5819]
5820
5821[[package]]
5822name = "futures-intrusive"
5823version = "0.5.0"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5826dependencies = [
5827 "futures-core",
5828 "lock_api",
5829 "parking_lot",
5830]
5831
5832[[package]]
5833name = "futures-io"
5834version = "0.3.31"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5837
5838[[package]]
5839name = "futures-lite"
5840version = "1.13.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5843dependencies = [
5844 "fastrand 1.9.0",
5845 "futures-core",
5846 "futures-io",
5847 "memchr",
5848 "parking",
5849 "pin-project-lite",
5850 "waker-fn",
5851]
5852
5853[[package]]
5854name = "futures-lite"
5855version = "2.6.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5858dependencies = [
5859 "fastrand 2.3.0",
5860 "futures-core",
5861 "futures-io",
5862 "parking",
5863 "pin-project-lite",
5864]
5865
5866[[package]]
5867name = "futures-macro"
5868version = "0.3.31"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5871dependencies = [
5872 "proc-macro2",
5873 "quote",
5874 "syn 2.0.101",
5875]
5876
5877[[package]]
5878name = "futures-sink"
5879version = "0.3.31"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5882
5883[[package]]
5884name = "futures-task"
5885version = "0.3.31"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5888
5889[[package]]
5890name = "futures-timer"
5891version = "3.0.3"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5894
5895[[package]]
5896name = "futures-util"
5897version = "0.3.31"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5900dependencies = [
5901 "futures 0.1.31",
5902 "futures-channel",
5903 "futures-core",
5904 "futures-io",
5905 "futures-macro",
5906 "futures-sink",
5907 "futures-task",
5908 "memchr",
5909 "pin-project-lite",
5910 "pin-utils",
5911 "slab",
5912 "tokio-io",
5913]
5914
5915[[package]]
5916name = "fuzzy"
5917version = "0.1.0"
5918dependencies = [
5919 "gpui",
5920 "log",
5921 "util",
5922 "workspace-hack",
5923]
5924
5925[[package]]
5926name = "fuzzy-matcher"
5927version = "0.3.7"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5930dependencies = [
5931 "thread_local",
5932]
5933
5934[[package]]
5935name = "generator"
5936version = "0.8.5"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5939dependencies = [
5940 "cc",
5941 "cfg-if",
5942 "libc",
5943 "log",
5944 "rustversion",
5945 "windows 0.61.1",
5946]
5947
5948[[package]]
5949name = "generic-array"
5950version = "0.14.7"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5953dependencies = [
5954 "typenum",
5955 "version_check",
5956]
5957
5958[[package]]
5959name = "gethostname"
5960version = "0.4.3"
5961source = "registry+https://github.com/rust-lang/crates.io-index"
5962checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5963dependencies = [
5964 "libc",
5965 "windows-targets 0.48.5",
5966]
5967
5968[[package]]
5969name = "getrandom"
5970version = "0.1.16"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5973dependencies = [
5974 "cfg-if",
5975 "libc",
5976 "wasi 0.9.0+wasi-snapshot-preview1",
5977]
5978
5979[[package]]
5980name = "getrandom"
5981version = "0.2.15"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5984dependencies = [
5985 "cfg-if",
5986 "js-sys",
5987 "libc",
5988 "wasi 0.11.0+wasi-snapshot-preview1",
5989 "wasm-bindgen",
5990]
5991
5992[[package]]
5993name = "getrandom"
5994version = "0.3.2"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5997dependencies = [
5998 "cfg-if",
5999 "js-sys",
6000 "libc",
6001 "r-efi",
6002 "wasi 0.14.2+wasi-0.2.4",
6003 "wasm-bindgen",
6004]
6005
6006[[package]]
6007name = "gif"
6008version = "0.13.1"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6011dependencies = [
6012 "color_quant",
6013 "weezl",
6014]
6015
6016[[package]]
6017name = "gimli"
6018version = "0.31.1"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6021dependencies = [
6022 "fallible-iterator",
6023 "indexmap",
6024 "stable_deref_trait",
6025]
6026
6027[[package]]
6028name = "git"
6029version = "0.1.0"
6030dependencies = [
6031 "anyhow",
6032 "askpass",
6033 "async-trait",
6034 "collections",
6035 "derive_more",
6036 "futures 0.3.31",
6037 "git2",
6038 "gpui",
6039 "http_client",
6040 "log",
6041 "parking_lot",
6042 "pretty_assertions",
6043 "regex",
6044 "rope",
6045 "schemars",
6046 "serde",
6047 "serde_json",
6048 "smol",
6049 "sum_tree",
6050 "tempfile",
6051 "text",
6052 "thiserror 2.0.12",
6053 "time",
6054 "unindent",
6055 "url",
6056 "util",
6057 "uuid",
6058 "workspace-hack",
6059]
6060
6061[[package]]
6062name = "git2"
6063version = "0.20.1"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6066dependencies = [
6067 "bitflags 2.9.0",
6068 "libc",
6069 "libgit2-sys",
6070 "log",
6071 "url",
6072]
6073
6074[[package]]
6075name = "git_hosting_providers"
6076version = "0.1.0"
6077dependencies = [
6078 "anyhow",
6079 "async-trait",
6080 "futures 0.3.31",
6081 "git",
6082 "gpui",
6083 "http_client",
6084 "indoc",
6085 "pretty_assertions",
6086 "regex",
6087 "schemars",
6088 "serde",
6089 "serde_json",
6090 "settings",
6091 "url",
6092 "util",
6093 "workspace-hack",
6094]
6095
6096[[package]]
6097name = "git_ui"
6098version = "0.1.0"
6099dependencies = [
6100 "anyhow",
6101 "askpass",
6102 "assistant_settings",
6103 "buffer_diff",
6104 "chrono",
6105 "collections",
6106 "command_palette_hooks",
6107 "component",
6108 "ctor",
6109 "db",
6110 "editor",
6111 "env_logger 0.11.8",
6112 "futures 0.3.31",
6113 "fuzzy",
6114 "git",
6115 "gpui",
6116 "itertools 0.14.0",
6117 "language",
6118 "language_model",
6119 "linkify",
6120 "log",
6121 "markdown",
6122 "menu",
6123 "multi_buffer",
6124 "notifications",
6125 "panel",
6126 "picker",
6127 "postage",
6128 "pretty_assertions",
6129 "project",
6130 "schemars",
6131 "serde",
6132 "serde_derive",
6133 "serde_json",
6134 "settings",
6135 "strum 0.27.1",
6136 "telemetry",
6137 "theme",
6138 "time",
6139 "time_format",
6140 "ui",
6141 "unindent",
6142 "util",
6143 "windows 0.61.1",
6144 "workspace",
6145 "workspace-hack",
6146 "zed_actions",
6147]
6148
6149[[package]]
6150name = "gix"
6151version = "0.71.0"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6154dependencies = [
6155 "gix-actor",
6156 "gix-attributes",
6157 "gix-command",
6158 "gix-commitgraph",
6159 "gix-config",
6160 "gix-date",
6161 "gix-diff",
6162 "gix-discover",
6163 "gix-features 0.41.1",
6164 "gix-filter",
6165 "gix-fs 0.14.0",
6166 "gix-glob",
6167 "gix-hash 0.17.0",
6168 "gix-hashtable",
6169 "gix-ignore",
6170 "gix-index",
6171 "gix-lock",
6172 "gix-object",
6173 "gix-odb",
6174 "gix-pack",
6175 "gix-path",
6176 "gix-pathspec",
6177 "gix-protocol",
6178 "gix-ref",
6179 "gix-refspec",
6180 "gix-revision",
6181 "gix-revwalk",
6182 "gix-sec",
6183 "gix-shallow",
6184 "gix-submodule",
6185 "gix-tempfile",
6186 "gix-trace",
6187 "gix-traverse",
6188 "gix-url",
6189 "gix-utils 0.2.0",
6190 "gix-validate 0.9.4",
6191 "gix-worktree",
6192 "once_cell",
6193 "smallvec",
6194 "thiserror 2.0.12",
6195]
6196
6197[[package]]
6198name = "gix-actor"
6199version = "0.34.0"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6202dependencies = [
6203 "bstr",
6204 "gix-date",
6205 "gix-utils 0.2.0",
6206 "itoa",
6207 "thiserror 2.0.12",
6208 "winnow",
6209]
6210
6211[[package]]
6212name = "gix-attributes"
6213version = "0.25.0"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6216dependencies = [
6217 "bstr",
6218 "gix-glob",
6219 "gix-path",
6220 "gix-quote",
6221 "gix-trace",
6222 "kstring",
6223 "smallvec",
6224 "thiserror 2.0.12",
6225 "unicode-bom",
6226]
6227
6228[[package]]
6229name = "gix-bitmap"
6230version = "0.2.14"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6233dependencies = [
6234 "thiserror 2.0.12",
6235]
6236
6237[[package]]
6238name = "gix-chunk"
6239version = "0.4.11"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6242dependencies = [
6243 "thiserror 2.0.12",
6244]
6245
6246[[package]]
6247name = "gix-command"
6248version = "0.5.0"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6251dependencies = [
6252 "bstr",
6253 "gix-path",
6254 "gix-quote",
6255 "gix-trace",
6256 "shell-words",
6257]
6258
6259[[package]]
6260name = "gix-commitgraph"
6261version = "0.27.0"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6264dependencies = [
6265 "bstr",
6266 "gix-chunk",
6267 "gix-hash 0.17.0",
6268 "memmap2",
6269 "thiserror 2.0.12",
6270]
6271
6272[[package]]
6273name = "gix-config"
6274version = "0.44.0"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6277dependencies = [
6278 "bstr",
6279 "gix-config-value",
6280 "gix-features 0.41.1",
6281 "gix-glob",
6282 "gix-path",
6283 "gix-ref",
6284 "gix-sec",
6285 "memchr",
6286 "once_cell",
6287 "smallvec",
6288 "thiserror 2.0.12",
6289 "unicode-bom",
6290 "winnow",
6291]
6292
6293[[package]]
6294name = "gix-config-value"
6295version = "0.14.12"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6298dependencies = [
6299 "bitflags 2.9.0",
6300 "bstr",
6301 "gix-path",
6302 "libc",
6303 "thiserror 2.0.12",
6304]
6305
6306[[package]]
6307name = "gix-date"
6308version = "0.9.4"
6309source = "registry+https://github.com/rust-lang/crates.io-index"
6310checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6311dependencies = [
6312 "bstr",
6313 "itoa",
6314 "jiff",
6315 "thiserror 2.0.12",
6316]
6317
6318[[package]]
6319name = "gix-diff"
6320version = "0.51.0"
6321source = "registry+https://github.com/rust-lang/crates.io-index"
6322checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6323dependencies = [
6324 "bstr",
6325 "gix-command",
6326 "gix-filter",
6327 "gix-fs 0.14.0",
6328 "gix-hash 0.17.0",
6329 "gix-object",
6330 "gix-path",
6331 "gix-tempfile",
6332 "gix-trace",
6333 "gix-traverse",
6334 "gix-worktree",
6335 "imara-diff",
6336 "thiserror 2.0.12",
6337]
6338
6339[[package]]
6340name = "gix-discover"
6341version = "0.39.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6344dependencies = [
6345 "bstr",
6346 "dunce",
6347 "gix-fs 0.14.0",
6348 "gix-hash 0.17.0",
6349 "gix-path",
6350 "gix-ref",
6351 "gix-sec",
6352 "thiserror 2.0.12",
6353]
6354
6355[[package]]
6356name = "gix-features"
6357version = "0.41.1"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6360dependencies = [
6361 "crc32fast",
6362 "crossbeam-channel",
6363 "flate2",
6364 "gix-path",
6365 "gix-trace",
6366 "gix-utils 0.2.0",
6367 "libc",
6368 "once_cell",
6369 "parking_lot",
6370 "prodash",
6371 "thiserror 2.0.12",
6372 "walkdir",
6373]
6374
6375[[package]]
6376name = "gix-features"
6377version = "0.42.1"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6380dependencies = [
6381 "gix-trace",
6382 "gix-utils 0.3.0",
6383 "libc",
6384 "prodash",
6385]
6386
6387[[package]]
6388name = "gix-filter"
6389version = "0.18.0"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6392dependencies = [
6393 "bstr",
6394 "encoding_rs",
6395 "gix-attributes",
6396 "gix-command",
6397 "gix-hash 0.17.0",
6398 "gix-object",
6399 "gix-packetline-blocking",
6400 "gix-path",
6401 "gix-quote",
6402 "gix-trace",
6403 "gix-utils 0.2.0",
6404 "smallvec",
6405 "thiserror 2.0.12",
6406]
6407
6408[[package]]
6409name = "gix-fs"
6410version = "0.14.0"
6411source = "registry+https://github.com/rust-lang/crates.io-index"
6412checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6413dependencies = [
6414 "bstr",
6415 "fastrand 2.3.0",
6416 "gix-features 0.41.1",
6417 "gix-path",
6418 "gix-utils 0.2.0",
6419 "thiserror 2.0.12",
6420]
6421
6422[[package]]
6423name = "gix-fs"
6424version = "0.15.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6427dependencies = [
6428 "bstr",
6429 "fastrand 2.3.0",
6430 "gix-features 0.42.1",
6431 "gix-path",
6432 "gix-utils 0.3.0",
6433 "thiserror 2.0.12",
6434]
6435
6436[[package]]
6437name = "gix-glob"
6438version = "0.19.0"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6441dependencies = [
6442 "bitflags 2.9.0",
6443 "bstr",
6444 "gix-features 0.41.1",
6445 "gix-path",
6446]
6447
6448[[package]]
6449name = "gix-hash"
6450version = "0.17.0"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6453dependencies = [
6454 "faster-hex 0.9.0",
6455 "gix-features 0.41.1",
6456 "sha1-checked",
6457 "thiserror 2.0.12",
6458]
6459
6460[[package]]
6461name = "gix-hash"
6462version = "0.18.0"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6465dependencies = [
6466 "faster-hex 0.10.0",
6467 "gix-features 0.42.1",
6468 "sha1-checked",
6469 "thiserror 2.0.12",
6470]
6471
6472[[package]]
6473name = "gix-hashtable"
6474version = "0.8.1"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6477dependencies = [
6478 "gix-hash 0.18.0",
6479 "hashbrown 0.14.5",
6480 "parking_lot",
6481]
6482
6483[[package]]
6484name = "gix-ignore"
6485version = "0.14.0"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6488dependencies = [
6489 "bstr",
6490 "gix-glob",
6491 "gix-path",
6492 "gix-trace",
6493 "unicode-bom",
6494]
6495
6496[[package]]
6497name = "gix-index"
6498version = "0.39.0"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6501dependencies = [
6502 "bitflags 2.9.0",
6503 "bstr",
6504 "filetime",
6505 "fnv",
6506 "gix-bitmap",
6507 "gix-features 0.41.1",
6508 "gix-fs 0.14.0",
6509 "gix-hash 0.17.0",
6510 "gix-lock",
6511 "gix-object",
6512 "gix-traverse",
6513 "gix-utils 0.2.0",
6514 "gix-validate 0.9.4",
6515 "hashbrown 0.14.5",
6516 "itoa",
6517 "libc",
6518 "memmap2",
6519 "rustix 0.38.44",
6520 "smallvec",
6521 "thiserror 2.0.12",
6522]
6523
6524[[package]]
6525name = "gix-lock"
6526version = "17.1.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6529dependencies = [
6530 "gix-tempfile",
6531 "gix-utils 0.3.0",
6532 "thiserror 2.0.12",
6533]
6534
6535[[package]]
6536name = "gix-object"
6537version = "0.48.0"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6540dependencies = [
6541 "bstr",
6542 "gix-actor",
6543 "gix-date",
6544 "gix-features 0.41.1",
6545 "gix-hash 0.17.0",
6546 "gix-hashtable",
6547 "gix-path",
6548 "gix-utils 0.2.0",
6549 "gix-validate 0.9.4",
6550 "itoa",
6551 "smallvec",
6552 "thiserror 2.0.12",
6553 "winnow",
6554]
6555
6556[[package]]
6557name = "gix-odb"
6558version = "0.68.0"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6561dependencies = [
6562 "arc-swap",
6563 "gix-date",
6564 "gix-features 0.41.1",
6565 "gix-fs 0.14.0",
6566 "gix-hash 0.17.0",
6567 "gix-hashtable",
6568 "gix-object",
6569 "gix-pack",
6570 "gix-path",
6571 "gix-quote",
6572 "parking_lot",
6573 "tempfile",
6574 "thiserror 2.0.12",
6575]
6576
6577[[package]]
6578name = "gix-pack"
6579version = "0.58.0"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6582dependencies = [
6583 "clru",
6584 "gix-chunk",
6585 "gix-features 0.41.1",
6586 "gix-hash 0.17.0",
6587 "gix-hashtable",
6588 "gix-object",
6589 "gix-path",
6590 "memmap2",
6591 "smallvec",
6592 "thiserror 2.0.12",
6593 "uluru",
6594]
6595
6596[[package]]
6597name = "gix-packetline"
6598version = "0.18.4"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6601dependencies = [
6602 "bstr",
6603 "faster-hex 0.9.0",
6604 "gix-trace",
6605 "thiserror 2.0.12",
6606]
6607
6608[[package]]
6609name = "gix-packetline-blocking"
6610version = "0.18.3"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6613dependencies = [
6614 "bstr",
6615 "faster-hex 0.9.0",
6616 "gix-trace",
6617 "thiserror 2.0.12",
6618]
6619
6620[[package]]
6621name = "gix-path"
6622version = "0.10.18"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6625dependencies = [
6626 "bstr",
6627 "gix-trace",
6628 "gix-validate 0.10.0",
6629 "home",
6630 "once_cell",
6631 "thiserror 2.0.12",
6632]
6633
6634[[package]]
6635name = "gix-pathspec"
6636version = "0.10.0"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6639dependencies = [
6640 "bitflags 2.9.0",
6641 "bstr",
6642 "gix-attributes",
6643 "gix-config-value",
6644 "gix-glob",
6645 "gix-path",
6646 "thiserror 2.0.12",
6647]
6648
6649[[package]]
6650name = "gix-protocol"
6651version = "0.49.0"
6652source = "registry+https://github.com/rust-lang/crates.io-index"
6653checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6654dependencies = [
6655 "bstr",
6656 "gix-date",
6657 "gix-features 0.41.1",
6658 "gix-hash 0.17.0",
6659 "gix-ref",
6660 "gix-shallow",
6661 "gix-transport",
6662 "gix-utils 0.2.0",
6663 "maybe-async",
6664 "thiserror 2.0.12",
6665 "winnow",
6666]
6667
6668[[package]]
6669name = "gix-quote"
6670version = "0.5.0"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6673dependencies = [
6674 "bstr",
6675 "gix-utils 0.2.0",
6676 "thiserror 2.0.12",
6677]
6678
6679[[package]]
6680name = "gix-ref"
6681version = "0.51.0"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6684dependencies = [
6685 "gix-actor",
6686 "gix-features 0.41.1",
6687 "gix-fs 0.14.0",
6688 "gix-hash 0.17.0",
6689 "gix-lock",
6690 "gix-object",
6691 "gix-path",
6692 "gix-tempfile",
6693 "gix-utils 0.2.0",
6694 "gix-validate 0.9.4",
6695 "memmap2",
6696 "thiserror 2.0.12",
6697 "winnow",
6698]
6699
6700[[package]]
6701name = "gix-refspec"
6702version = "0.29.0"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6705dependencies = [
6706 "bstr",
6707 "gix-hash 0.17.0",
6708 "gix-revision",
6709 "gix-validate 0.9.4",
6710 "smallvec",
6711 "thiserror 2.0.12",
6712]
6713
6714[[package]]
6715name = "gix-revision"
6716version = "0.33.0"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6719dependencies = [
6720 "bstr",
6721 "gix-commitgraph",
6722 "gix-date",
6723 "gix-hash 0.17.0",
6724 "gix-object",
6725 "gix-revwalk",
6726 "thiserror 2.0.12",
6727]
6728
6729[[package]]
6730name = "gix-revwalk"
6731version = "0.19.0"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6734dependencies = [
6735 "gix-commitgraph",
6736 "gix-date",
6737 "gix-hash 0.17.0",
6738 "gix-hashtable",
6739 "gix-object",
6740 "smallvec",
6741 "thiserror 2.0.12",
6742]
6743
6744[[package]]
6745name = "gix-sec"
6746version = "0.10.12"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6749dependencies = [
6750 "bitflags 2.9.0",
6751 "gix-path",
6752 "libc",
6753 "windows-sys 0.52.0",
6754]
6755
6756[[package]]
6757name = "gix-shallow"
6758version = "0.3.0"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6761dependencies = [
6762 "bstr",
6763 "gix-hash 0.17.0",
6764 "gix-lock",
6765 "thiserror 2.0.12",
6766]
6767
6768[[package]]
6769name = "gix-submodule"
6770version = "0.18.0"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6773dependencies = [
6774 "bstr",
6775 "gix-config",
6776 "gix-path",
6777 "gix-pathspec",
6778 "gix-refspec",
6779 "gix-url",
6780 "thiserror 2.0.12",
6781]
6782
6783[[package]]
6784name = "gix-tempfile"
6785version = "17.1.0"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6788dependencies = [
6789 "dashmap 6.1.0",
6790 "gix-fs 0.15.0",
6791 "libc",
6792 "once_cell",
6793 "parking_lot",
6794 "tempfile",
6795]
6796
6797[[package]]
6798name = "gix-trace"
6799version = "0.1.12"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6802
6803[[package]]
6804name = "gix-transport"
6805version = "0.46.0"
6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6808dependencies = [
6809 "bstr",
6810 "gix-command",
6811 "gix-features 0.41.1",
6812 "gix-packetline",
6813 "gix-quote",
6814 "gix-sec",
6815 "gix-url",
6816 "thiserror 2.0.12",
6817]
6818
6819[[package]]
6820name = "gix-traverse"
6821version = "0.45.0"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6824dependencies = [
6825 "bitflags 2.9.0",
6826 "gix-commitgraph",
6827 "gix-date",
6828 "gix-hash 0.17.0",
6829 "gix-hashtable",
6830 "gix-object",
6831 "gix-revwalk",
6832 "smallvec",
6833 "thiserror 2.0.12",
6834]
6835
6836[[package]]
6837name = "gix-url"
6838version = "0.30.0"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6841dependencies = [
6842 "bstr",
6843 "gix-features 0.41.1",
6844 "gix-path",
6845 "percent-encoding",
6846 "thiserror 2.0.12",
6847 "url",
6848]
6849
6850[[package]]
6851name = "gix-utils"
6852version = "0.2.0"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6855dependencies = [
6856 "fastrand 2.3.0",
6857 "unicode-normalization",
6858]
6859
6860[[package]]
6861name = "gix-utils"
6862version = "0.3.0"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6865dependencies = [
6866 "fastrand 2.3.0",
6867 "unicode-normalization",
6868]
6869
6870[[package]]
6871name = "gix-validate"
6872version = "0.9.4"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6875dependencies = [
6876 "bstr",
6877 "thiserror 2.0.12",
6878]
6879
6880[[package]]
6881name = "gix-validate"
6882version = "0.10.0"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6885dependencies = [
6886 "bstr",
6887 "thiserror 2.0.12",
6888]
6889
6890[[package]]
6891name = "gix-worktree"
6892version = "0.40.0"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6895dependencies = [
6896 "bstr",
6897 "gix-attributes",
6898 "gix-features 0.41.1",
6899 "gix-fs 0.14.0",
6900 "gix-glob",
6901 "gix-hash 0.17.0",
6902 "gix-ignore",
6903 "gix-index",
6904 "gix-object",
6905 "gix-path",
6906 "gix-validate 0.9.4",
6907]
6908
6909[[package]]
6910name = "glob"
6911version = "0.3.2"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6914
6915[[package]]
6916name = "globset"
6917version = "0.4.16"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6920dependencies = [
6921 "aho-corasick",
6922 "bstr",
6923 "log",
6924 "regex-automata 0.4.9",
6925 "regex-syntax 0.8.5",
6926]
6927
6928[[package]]
6929name = "gloo-timers"
6930version = "0.3.0"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6933dependencies = [
6934 "futures-channel",
6935 "futures-core",
6936 "js-sys",
6937 "wasm-bindgen",
6938]
6939
6940[[package]]
6941name = "glow"
6942version = "0.14.2"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6945dependencies = [
6946 "js-sys",
6947 "slotmap",
6948 "wasm-bindgen",
6949 "web-sys",
6950]
6951
6952[[package]]
6953name = "go_to_line"
6954version = "0.1.0"
6955dependencies = [
6956 "anyhow",
6957 "editor",
6958 "gpui",
6959 "indoc",
6960 "language",
6961 "menu",
6962 "project",
6963 "rope",
6964 "schemars",
6965 "serde",
6966 "serde_json",
6967 "settings",
6968 "text",
6969 "theme",
6970 "tree-sitter-rust",
6971 "tree-sitter-typescript",
6972 "ui",
6973 "util",
6974 "workspace",
6975 "workspace-hack",
6976]
6977
6978[[package]]
6979name = "google_ai"
6980version = "0.1.0"
6981dependencies = [
6982 "anyhow",
6983 "futures 0.3.31",
6984 "http_client",
6985 "schemars",
6986 "serde",
6987 "serde_json",
6988 "strum 0.27.1",
6989 "workspace-hack",
6990]
6991
6992[[package]]
6993name = "gpu-alloc"
6994version = "0.6.0"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6997dependencies = [
6998 "bitflags 2.9.0",
6999 "gpu-alloc-types",
7000]
7001
7002[[package]]
7003name = "gpu-alloc-ash"
7004version = "0.7.0"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7007dependencies = [
7008 "ash",
7009 "gpu-alloc-types",
7010 "tinyvec",
7011]
7012
7013[[package]]
7014name = "gpu-alloc-types"
7015version = "0.3.0"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7018dependencies = [
7019 "bitflags 2.9.0",
7020]
7021
7022[[package]]
7023name = "gpui"
7024version = "0.1.0"
7025dependencies = [
7026 "anyhow",
7027 "as-raw-xcb-connection",
7028 "ashpd",
7029 "async-task",
7030 "backtrace",
7031 "bindgen 0.71.1",
7032 "blade-graphics",
7033 "blade-macros",
7034 "blade-util",
7035 "block",
7036 "bytemuck",
7037 "calloop",
7038 "calloop-wayland-source",
7039 "cbindgen",
7040 "cocoa 0.26.0",
7041 "collections",
7042 "core-foundation 0.10.0",
7043 "core-foundation-sys",
7044 "core-graphics 0.24.0",
7045 "core-text",
7046 "core-video",
7047 "cosmic-text",
7048 "ctor",
7049 "derive_more",
7050 "embed-resource",
7051 "env_logger 0.11.8",
7052 "etagere",
7053 "filedescriptor",
7054 "flume",
7055 "font-kit",
7056 "foreign-types 0.5.0",
7057 "futures 0.3.31",
7058 "gpui_macros",
7059 "http_client",
7060 "image",
7061 "inventory",
7062 "itertools 0.14.0",
7063 "log",
7064 "lyon",
7065 "media",
7066 "metal",
7067 "naga",
7068 "num_cpus",
7069 "objc",
7070 "objc2",
7071 "objc2-metal",
7072 "oo7",
7073 "open",
7074 "parking",
7075 "parking_lot",
7076 "pathfinder_geometry",
7077 "postage",
7078 "profiling",
7079 "rand 0.8.5",
7080 "raw-window-handle",
7081 "refineable",
7082 "reqwest_client",
7083 "resvg",
7084 "scap",
7085 "schemars",
7086 "seahash",
7087 "semantic_version",
7088 "serde",
7089 "serde_derive",
7090 "serde_json",
7091 "slotmap",
7092 "smallvec",
7093 "smol",
7094 "strum 0.27.1",
7095 "sum_tree",
7096 "taffy",
7097 "thiserror 2.0.12",
7098 "unicode-segmentation",
7099 "usvg",
7100 "util",
7101 "uuid",
7102 "waker-fn",
7103 "wayland-backend",
7104 "wayland-client",
7105 "wayland-cursor",
7106 "wayland-protocols",
7107 "wayland-protocols-plasma",
7108 "windows 0.61.1",
7109 "windows-core 0.61.0",
7110 "windows-numerics",
7111 "windows-registry 0.5.1",
7112 "workspace-hack",
7113 "x11-clipboard",
7114 "x11rb",
7115 "xim",
7116 "xkbcommon",
7117]
7118
7119[[package]]
7120name = "gpui_macros"
7121version = "0.1.0"
7122dependencies = [
7123 "gpui",
7124 "proc-macro2",
7125 "quote",
7126 "syn 2.0.101",
7127 "workspace-hack",
7128]
7129
7130[[package]]
7131name = "gpui_tokio"
7132version = "0.1.0"
7133dependencies = [
7134 "gpui",
7135 "tokio",
7136 "util",
7137 "workspace-hack",
7138]
7139
7140[[package]]
7141name = "grid"
7142version = "0.13.0"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7145
7146[[package]]
7147name = "group"
7148version = "0.12.1"
7149source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7151dependencies = [
7152 "ff",
7153 "rand_core 0.6.4",
7154 "subtle",
7155]
7156
7157[[package]]
7158name = "h2"
7159version = "0.3.26"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7162dependencies = [
7163 "bytes 1.10.1",
7164 "fnv",
7165 "futures-core",
7166 "futures-sink",
7167 "futures-util",
7168 "http 0.2.12",
7169 "indexmap",
7170 "slab",
7171 "tokio",
7172 "tokio-util",
7173 "tracing",
7174]
7175
7176[[package]]
7177name = "h2"
7178version = "0.4.9"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7181dependencies = [
7182 "atomic-waker",
7183 "bytes 1.10.1",
7184 "fnv",
7185 "futures-core",
7186 "futures-sink",
7187 "http 1.3.1",
7188 "indexmap",
7189 "slab",
7190 "tokio",
7191 "tokio-util",
7192 "tracing",
7193]
7194
7195[[package]]
7196name = "half"
7197version = "2.6.0"
7198source = "registry+https://github.com/rust-lang/crates.io-index"
7199checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7200dependencies = [
7201 "cfg-if",
7202 "crunchy",
7203 "num-traits",
7204]
7205
7206[[package]]
7207name = "handlebars"
7208version = "4.5.0"
7209source = "registry+https://github.com/rust-lang/crates.io-index"
7210checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7211dependencies = [
7212 "log",
7213 "pest",
7214 "pest_derive",
7215 "rust-embed",
7216 "serde",
7217 "serde_json",
7218 "thiserror 1.0.69",
7219]
7220
7221[[package]]
7222name = "handlebars"
7223version = "6.3.2"
7224source = "registry+https://github.com/rust-lang/crates.io-index"
7225checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7226dependencies = [
7227 "derive_builder",
7228 "log",
7229 "num-order",
7230 "pest",
7231 "pest_derive",
7232 "serde",
7233 "serde_json",
7234 "thiserror 2.0.12",
7235]
7236
7237[[package]]
7238name = "hash32"
7239version = "0.3.1"
7240source = "registry+https://github.com/rust-lang/crates.io-index"
7241checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7242dependencies = [
7243 "byteorder",
7244]
7245
7246[[package]]
7247name = "hashbrown"
7248version = "0.12.3"
7249source = "registry+https://github.com/rust-lang/crates.io-index"
7250checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7251dependencies = [
7252 "ahash 0.7.8",
7253]
7254
7255[[package]]
7256name = "hashbrown"
7257version = "0.14.5"
7258source = "registry+https://github.com/rust-lang/crates.io-index"
7259checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7260dependencies = [
7261 "ahash 0.8.11",
7262 "allocator-api2",
7263]
7264
7265[[package]]
7266name = "hashbrown"
7267version = "0.15.3"
7268source = "registry+https://github.com/rust-lang/crates.io-index"
7269checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7270dependencies = [
7271 "allocator-api2",
7272 "equivalent",
7273 "foldhash",
7274 "serde",
7275]
7276
7277[[package]]
7278name = "hashlink"
7279version = "0.8.4"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7282dependencies = [
7283 "hashbrown 0.14.5",
7284]
7285
7286[[package]]
7287name = "hashlink"
7288version = "0.10.0"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7291dependencies = [
7292 "hashbrown 0.15.3",
7293]
7294
7295[[package]]
7296name = "headers"
7297version = "0.3.9"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7300dependencies = [
7301 "base64 0.21.7",
7302 "bytes 1.10.1",
7303 "headers-core",
7304 "http 0.2.12",
7305 "httpdate",
7306 "mime",
7307 "sha1",
7308]
7309
7310[[package]]
7311name = "headers-core"
7312version = "0.2.0"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7315dependencies = [
7316 "http 0.2.12",
7317]
7318
7319[[package]]
7320name = "heapless"
7321version = "0.8.0"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7324dependencies = [
7325 "hash32",
7326 "stable_deref_trait",
7327]
7328
7329[[package]]
7330name = "heck"
7331version = "0.3.3"
7332source = "registry+https://github.com/rust-lang/crates.io-index"
7333checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7334dependencies = [
7335 "unicode-segmentation",
7336]
7337
7338[[package]]
7339name = "heck"
7340version = "0.4.1"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7343dependencies = [
7344 "unicode-segmentation",
7345]
7346
7347[[package]]
7348name = "heck"
7349version = "0.5.0"
7350source = "registry+https://github.com/rust-lang/crates.io-index"
7351checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7352
7353[[package]]
7354name = "heed"
7355version = "0.21.0"
7356source = "registry+https://github.com/rust-lang/crates.io-index"
7357checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7358dependencies = [
7359 "bitflags 2.9.0",
7360 "byteorder",
7361 "heed-traits",
7362 "heed-types",
7363 "libc",
7364 "lmdb-master-sys",
7365 "once_cell",
7366 "page_size",
7367 "serde",
7368 "synchronoise",
7369 "url",
7370]
7371
7372[[package]]
7373name = "heed-traits"
7374version = "0.20.0"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7377
7378[[package]]
7379name = "heed-types"
7380version = "0.21.0"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7383dependencies = [
7384 "bincode",
7385 "byteorder",
7386 "heed-traits",
7387 "serde",
7388 "serde_json",
7389]
7390
7391[[package]]
7392name = "hermit-abi"
7393version = "0.3.9"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7396
7397[[package]]
7398name = "hermit-abi"
7399version = "0.4.0"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7402
7403[[package]]
7404name = "hermit-abi"
7405version = "0.5.0"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7408
7409[[package]]
7410name = "hex"
7411version = "0.4.3"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7414
7415[[package]]
7416name = "hexf-parse"
7417version = "0.2.1"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7420
7421[[package]]
7422name = "hidden-trait"
7423version = "0.1.2"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7426dependencies = [
7427 "proc-macro2",
7428 "quote",
7429 "syn 1.0.109",
7430]
7431
7432[[package]]
7433name = "hkdf"
7434version = "0.12.4"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7437dependencies = [
7438 "hmac",
7439]
7440
7441[[package]]
7442name = "hmac"
7443version = "0.12.1"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7446dependencies = [
7447 "digest",
7448]
7449
7450[[package]]
7451name = "home"
7452version = "0.5.11"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7455dependencies = [
7456 "windows-sys 0.59.0",
7457]
7458
7459[[package]]
7460name = "hound"
7461version = "3.5.1"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7464
7465[[package]]
7466name = "html5ever"
7467version = "0.27.0"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7470dependencies = [
7471 "log",
7472 "mac",
7473 "markup5ever 0.12.1",
7474 "proc-macro2",
7475 "quote",
7476 "syn 2.0.101",
7477]
7478
7479[[package]]
7480name = "html5ever"
7481version = "0.31.0"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7484dependencies = [
7485 "log",
7486 "mac",
7487 "markup5ever 0.16.1",
7488 "match_token",
7489]
7490
7491[[package]]
7492name = "html_to_markdown"
7493version = "0.1.0"
7494dependencies = [
7495 "anyhow",
7496 "html5ever 0.27.0",
7497 "indoc",
7498 "markup5ever_rcdom",
7499 "pretty_assertions",
7500 "regex",
7501 "workspace-hack",
7502]
7503
7504[[package]]
7505name = "http"
7506version = "0.2.12"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7509dependencies = [
7510 "bytes 1.10.1",
7511 "fnv",
7512 "itoa",
7513]
7514
7515[[package]]
7516name = "http"
7517version = "1.3.1"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7520dependencies = [
7521 "bytes 1.10.1",
7522 "fnv",
7523 "itoa",
7524]
7525
7526[[package]]
7527name = "http-body"
7528version = "0.4.6"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7531dependencies = [
7532 "bytes 1.10.1",
7533 "http 0.2.12",
7534 "pin-project-lite",
7535]
7536
7537[[package]]
7538name = "http-body"
7539version = "1.0.1"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7542dependencies = [
7543 "bytes 1.10.1",
7544 "http 1.3.1",
7545]
7546
7547[[package]]
7548name = "http-body-util"
7549version = "0.1.3"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7552dependencies = [
7553 "bytes 1.10.1",
7554 "futures-core",
7555 "http 1.3.1",
7556 "http-body 1.0.1",
7557 "pin-project-lite",
7558]
7559
7560[[package]]
7561name = "http-range-header"
7562version = "0.3.1"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7565
7566[[package]]
7567name = "http-types"
7568version = "2.12.0"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7571dependencies = [
7572 "anyhow",
7573 "async-channel 1.9.0",
7574 "base64 0.13.1",
7575 "futures-lite 1.13.0",
7576 "http 0.2.12",
7577 "infer",
7578 "pin-project-lite",
7579 "rand 0.7.3",
7580 "serde",
7581 "serde_json",
7582 "serde_qs 0.8.5",
7583 "serde_urlencoded",
7584 "url",
7585]
7586
7587[[package]]
7588name = "http_client"
7589version = "0.1.0"
7590dependencies = [
7591 "anyhow",
7592 "bytes 1.10.1",
7593 "derive_more",
7594 "futures 0.3.31",
7595 "http 1.3.1",
7596 "log",
7597 "serde",
7598 "serde_json",
7599 "url",
7600 "workspace-hack",
7601]
7602
7603[[package]]
7604name = "http_client_tls"
7605version = "0.1.0"
7606dependencies = [
7607 "rustls 0.23.26",
7608 "rustls-platform-verifier",
7609 "workspace-hack",
7610]
7611
7612[[package]]
7613name = "httparse"
7614version = "1.10.1"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7617
7618[[package]]
7619name = "httpdate"
7620version = "1.0.3"
7621source = "registry+https://github.com/rust-lang/crates.io-index"
7622checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7623
7624[[package]]
7625name = "human_bytes"
7626version = "0.4.3"
7627source = "registry+https://github.com/rust-lang/crates.io-index"
7628checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7629
7630[[package]]
7631name = "humantime"
7632version = "2.2.0"
7633source = "registry+https://github.com/rust-lang/crates.io-index"
7634checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7635
7636[[package]]
7637name = "hyper"
7638version = "0.14.32"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7641dependencies = [
7642 "bytes 1.10.1",
7643 "futures-channel",
7644 "futures-core",
7645 "futures-util",
7646 "h2 0.3.26",
7647 "http 0.2.12",
7648 "http-body 0.4.6",
7649 "httparse",
7650 "httpdate",
7651 "itoa",
7652 "pin-project-lite",
7653 "socket2",
7654 "tokio",
7655 "tower-service",
7656 "tracing",
7657 "want",
7658]
7659
7660[[package]]
7661name = "hyper"
7662version = "1.6.0"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7665dependencies = [
7666 "bytes 1.10.1",
7667 "futures-channel",
7668 "futures-util",
7669 "h2 0.4.9",
7670 "http 1.3.1",
7671 "http-body 1.0.1",
7672 "httparse",
7673 "itoa",
7674 "pin-project-lite",
7675 "smallvec",
7676 "tokio",
7677 "want",
7678]
7679
7680[[package]]
7681name = "hyper-rustls"
7682version = "0.24.2"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7685dependencies = [
7686 "futures-util",
7687 "http 0.2.12",
7688 "hyper 0.14.32",
7689 "log",
7690 "rustls 0.21.12",
7691 "rustls-native-certs 0.6.3",
7692 "tokio",
7693 "tokio-rustls 0.24.1",
7694]
7695
7696[[package]]
7697name = "hyper-rustls"
7698version = "0.27.5"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7701dependencies = [
7702 "futures-util",
7703 "http 1.3.1",
7704 "hyper 1.6.0",
7705 "hyper-util",
7706 "rustls 0.23.26",
7707 "rustls-native-certs 0.8.1",
7708 "rustls-pki-types",
7709 "tokio",
7710 "tokio-rustls 0.26.2",
7711 "tower-service",
7712]
7713
7714[[package]]
7715name = "hyper-tls"
7716version = "0.5.0"
7717source = "registry+https://github.com/rust-lang/crates.io-index"
7718checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7719dependencies = [
7720 "bytes 1.10.1",
7721 "hyper 0.14.32",
7722 "native-tls",
7723 "tokio",
7724 "tokio-native-tls",
7725]
7726
7727[[package]]
7728name = "hyper-util"
7729version = "0.1.11"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7732dependencies = [
7733 "bytes 1.10.1",
7734 "futures-channel",
7735 "futures-util",
7736 "http 1.3.1",
7737 "http-body 1.0.1",
7738 "hyper 1.6.0",
7739 "libc",
7740 "pin-project-lite",
7741 "socket2",
7742 "tokio",
7743 "tower-service",
7744 "tracing",
7745]
7746
7747[[package]]
7748name = "iana-time-zone"
7749version = "0.1.63"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7752dependencies = [
7753 "android_system_properties",
7754 "core-foundation-sys",
7755 "iana-time-zone-haiku",
7756 "js-sys",
7757 "log",
7758 "wasm-bindgen",
7759 "windows-core 0.61.0",
7760]
7761
7762[[package]]
7763name = "iana-time-zone-haiku"
7764version = "0.1.2"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7767dependencies = [
7768 "cc",
7769]
7770
7771[[package]]
7772name = "icons"
7773version = "0.1.0"
7774dependencies = [
7775 "serde",
7776 "strum 0.27.1",
7777 "workspace-hack",
7778]
7779
7780[[package]]
7781name = "icu_collections"
7782version = "1.5.0"
7783source = "registry+https://github.com/rust-lang/crates.io-index"
7784checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7785dependencies = [
7786 "displaydoc",
7787 "yoke",
7788 "zerofrom",
7789 "zerovec",
7790]
7791
7792[[package]]
7793name = "icu_locid"
7794version = "1.5.0"
7795source = "registry+https://github.com/rust-lang/crates.io-index"
7796checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7797dependencies = [
7798 "displaydoc",
7799 "litemap",
7800 "tinystr",
7801 "writeable",
7802 "zerovec",
7803]
7804
7805[[package]]
7806name = "icu_locid_transform"
7807version = "1.5.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7810dependencies = [
7811 "displaydoc",
7812 "icu_locid",
7813 "icu_locid_transform_data",
7814 "icu_provider",
7815 "tinystr",
7816 "zerovec",
7817]
7818
7819[[package]]
7820name = "icu_locid_transform_data"
7821version = "1.5.1"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7824
7825[[package]]
7826name = "icu_normalizer"
7827version = "1.5.0"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7830dependencies = [
7831 "displaydoc",
7832 "icu_collections",
7833 "icu_normalizer_data",
7834 "icu_properties",
7835 "icu_provider",
7836 "smallvec",
7837 "utf16_iter",
7838 "utf8_iter",
7839 "write16",
7840 "zerovec",
7841]
7842
7843[[package]]
7844name = "icu_normalizer_data"
7845version = "1.5.1"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7848
7849[[package]]
7850name = "icu_properties"
7851version = "1.5.1"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7854dependencies = [
7855 "displaydoc",
7856 "icu_collections",
7857 "icu_locid_transform",
7858 "icu_properties_data",
7859 "icu_provider",
7860 "tinystr",
7861 "zerovec",
7862]
7863
7864[[package]]
7865name = "icu_properties_data"
7866version = "1.5.1"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7869
7870[[package]]
7871name = "icu_provider"
7872version = "1.5.0"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7875dependencies = [
7876 "displaydoc",
7877 "icu_locid",
7878 "icu_provider_macros",
7879 "stable_deref_trait",
7880 "tinystr",
7881 "writeable",
7882 "yoke",
7883 "zerofrom",
7884 "zerovec",
7885]
7886
7887[[package]]
7888name = "icu_provider_macros"
7889version = "1.5.0"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7892dependencies = [
7893 "proc-macro2",
7894 "quote",
7895 "syn 2.0.101",
7896]
7897
7898[[package]]
7899name = "id-arena"
7900version = "2.2.1"
7901source = "registry+https://github.com/rust-lang/crates.io-index"
7902checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7903
7904[[package]]
7905name = "ident_case"
7906version = "1.0.1"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7909
7910[[package]]
7911name = "idna"
7912version = "1.0.3"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7915dependencies = [
7916 "idna_adapter",
7917 "smallvec",
7918 "utf8_iter",
7919]
7920
7921[[package]]
7922name = "idna_adapter"
7923version = "1.2.0"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7926dependencies = [
7927 "icu_normalizer",
7928 "icu_properties",
7929]
7930
7931[[package]]
7932name = "ignore"
7933version = "0.4.23"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7936dependencies = [
7937 "crossbeam-deque",
7938 "globset",
7939 "log",
7940 "memchr",
7941 "regex-automata 0.4.9",
7942 "same-file",
7943 "walkdir",
7944 "winapi-util",
7945]
7946
7947[[package]]
7948name = "image"
7949version = "0.25.6"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7952dependencies = [
7953 "bytemuck",
7954 "byteorder-lite",
7955 "color_quant",
7956 "exr",
7957 "gif",
7958 "image-webp",
7959 "num-traits",
7960 "png",
7961 "qoi",
7962 "ravif",
7963 "rayon",
7964 "rgb",
7965 "tiff",
7966 "zune-core",
7967 "zune-jpeg",
7968]
7969
7970[[package]]
7971name = "image-webp"
7972version = "0.2.1"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7975dependencies = [
7976 "byteorder-lite",
7977 "quick-error",
7978]
7979
7980[[package]]
7981name = "image_viewer"
7982version = "0.1.0"
7983dependencies = [
7984 "anyhow",
7985 "db",
7986 "editor",
7987 "file_icons",
7988 "gpui",
7989 "language",
7990 "log",
7991 "project",
7992 "schemars",
7993 "serde",
7994 "settings",
7995 "theme",
7996 "ui",
7997 "util",
7998 "workspace",
7999 "workspace-hack",
8000]
8001
8002[[package]]
8003name = "imagesize"
8004version = "0.13.0"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8007
8008[[package]]
8009name = "imara-diff"
8010version = "0.1.8"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8013dependencies = [
8014 "hashbrown 0.15.3",
8015]
8016
8017[[package]]
8018name = "imgref"
8019version = "1.11.0"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8022
8023[[package]]
8024name = "indexed_docs"
8025version = "0.1.0"
8026dependencies = [
8027 "anyhow",
8028 "async-trait",
8029 "cargo_metadata",
8030 "collections",
8031 "derive_more",
8032 "extension",
8033 "fs",
8034 "futures 0.3.31",
8035 "fuzzy",
8036 "gpui",
8037 "heed",
8038 "html_to_markdown",
8039 "http_client",
8040 "indexmap",
8041 "indoc",
8042 "parking_lot",
8043 "paths",
8044 "pretty_assertions",
8045 "serde",
8046 "strum 0.27.1",
8047 "util",
8048 "workspace-hack",
8049]
8050
8051[[package]]
8052name = "indexmap"
8053version = "2.9.0"
8054source = "registry+https://github.com/rust-lang/crates.io-index"
8055checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8056dependencies = [
8057 "equivalent",
8058 "hashbrown 0.15.3",
8059 "serde",
8060]
8061
8062[[package]]
8063name = "indoc"
8064version = "2.0.6"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8067
8068[[package]]
8069name = "infer"
8070version = "0.2.3"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8073
8074[[package]]
8075name = "inherent"
8076version = "1.0.12"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8079dependencies = [
8080 "proc-macro2",
8081 "quote",
8082 "syn 2.0.101",
8083]
8084
8085[[package]]
8086name = "inline_completion"
8087version = "0.1.0"
8088dependencies = [
8089 "anyhow",
8090 "gpui",
8091 "language",
8092 "project",
8093 "workspace-hack",
8094 "zed_llm_client",
8095]
8096
8097[[package]]
8098name = "inline_completion_button"
8099version = "0.1.0"
8100dependencies = [
8101 "anyhow",
8102 "client",
8103 "copilot",
8104 "editor",
8105 "feature_flags",
8106 "fs",
8107 "futures 0.3.31",
8108 "gpui",
8109 "indoc",
8110 "inline_completion",
8111 "language",
8112 "lsp",
8113 "paths",
8114 "project",
8115 "regex",
8116 "serde_json",
8117 "settings",
8118 "supermaven",
8119 "telemetry",
8120 "theme",
8121 "ui",
8122 "workspace",
8123 "workspace-hack",
8124 "zed_actions",
8125 "zed_llm_client",
8126 "zeta",
8127]
8128
8129[[package]]
8130name = "inotify"
8131version = "0.11.0"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8134dependencies = [
8135 "bitflags 2.9.0",
8136 "inotify-sys",
8137 "libc",
8138]
8139
8140[[package]]
8141name = "inotify-sys"
8142version = "0.1.5"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8145dependencies = [
8146 "libc",
8147]
8148
8149[[package]]
8150name = "inout"
8151version = "0.1.4"
8152source = "registry+https://github.com/rust-lang/crates.io-index"
8153checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8154dependencies = [
8155 "block-padding",
8156 "generic-array",
8157]
8158
8159[[package]]
8160name = "inspector_ui"
8161version = "0.1.0"
8162dependencies = [
8163 "anyhow",
8164 "command_palette_hooks",
8165 "editor",
8166 "gpui",
8167 "language",
8168 "project",
8169 "serde_json",
8170 "serde_json_lenient",
8171 "theme",
8172 "ui",
8173 "util",
8174 "workspace",
8175 "workspace-hack",
8176 "zed_actions",
8177]
8178
8179[[package]]
8180name = "install_cli"
8181version = "0.1.0"
8182dependencies = [
8183 "anyhow",
8184 "client",
8185 "gpui",
8186 "release_channel",
8187 "smol",
8188 "util",
8189 "workspace",
8190 "workspace-hack",
8191]
8192
8193[[package]]
8194name = "instant"
8195version = "0.1.13"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8198dependencies = [
8199 "cfg-if",
8200]
8201
8202[[package]]
8203name = "interim"
8204version = "0.2.1"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8207dependencies = [
8208 "chrono",
8209 "logos",
8210]
8211
8212[[package]]
8213name = "interpolate_name"
8214version = "0.2.4"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8217dependencies = [
8218 "proc-macro2",
8219 "quote",
8220 "syn 2.0.101",
8221]
8222
8223[[package]]
8224name = "inventory"
8225version = "0.3.20"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8228dependencies = [
8229 "rustversion",
8230]
8231
8232[[package]]
8233name = "io-extras"
8234version = "0.18.4"
8235source = "registry+https://github.com/rust-lang/crates.io-index"
8236checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8237dependencies = [
8238 "io-lifetimes",
8239 "windows-sys 0.59.0",
8240]
8241
8242[[package]]
8243name = "io-lifetimes"
8244version = "2.0.4"
8245source = "registry+https://github.com/rust-lang/crates.io-index"
8246checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8247
8248[[package]]
8249name = "io-surface"
8250version = "0.16.0"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8253dependencies = [
8254 "cgl",
8255 "core-foundation 0.10.0",
8256 "core-foundation-sys",
8257 "leaky-cow",
8258 "libc",
8259]
8260
8261[[package]]
8262name = "iovec"
8263version = "0.1.4"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8266dependencies = [
8267 "libc",
8268]
8269
8270[[package]]
8271name = "ipc-channel"
8272version = "0.19.0"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8275dependencies = [
8276 "bincode",
8277 "crossbeam-channel",
8278 "fnv",
8279 "lazy_static",
8280 "libc",
8281 "mio",
8282 "rand 0.8.5",
8283 "serde",
8284 "tempfile",
8285 "uuid",
8286 "windows 0.58.0",
8287]
8288
8289[[package]]
8290name = "ipnet"
8291version = "2.11.0"
8292source = "registry+https://github.com/rust-lang/crates.io-index"
8293checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8294
8295[[package]]
8296name = "is-docker"
8297version = "0.2.0"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8300dependencies = [
8301 "once_cell",
8302]
8303
8304[[package]]
8305name = "is-terminal"
8306version = "0.4.16"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8309dependencies = [
8310 "hermit-abi 0.5.0",
8311 "libc",
8312 "windows-sys 0.59.0",
8313]
8314
8315[[package]]
8316name = "is-wsl"
8317version = "0.4.0"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8320dependencies = [
8321 "is-docker",
8322 "once_cell",
8323]
8324
8325[[package]]
8326name = "is_terminal_polyfill"
8327version = "1.70.1"
8328source = "registry+https://github.com/rust-lang/crates.io-index"
8329checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8330
8331[[package]]
8332name = "itertools"
8333version = "0.10.5"
8334source = "registry+https://github.com/rust-lang/crates.io-index"
8335checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8336dependencies = [
8337 "either",
8338]
8339
8340[[package]]
8341name = "itertools"
8342version = "0.11.0"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8345dependencies = [
8346 "either",
8347]
8348
8349[[package]]
8350name = "itertools"
8351version = "0.12.1"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8354dependencies = [
8355 "either",
8356]
8357
8358[[package]]
8359name = "itertools"
8360version = "0.13.0"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8363dependencies = [
8364 "either",
8365]
8366
8367[[package]]
8368name = "itertools"
8369version = "0.14.0"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8372dependencies = [
8373 "either",
8374]
8375
8376[[package]]
8377name = "itoa"
8378version = "1.0.15"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8381
8382[[package]]
8383name = "jiff"
8384version = "0.2.10"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8387dependencies = [
8388 "jiff-static",
8389 "jiff-tzdb-platform",
8390 "log",
8391 "portable-atomic",
8392 "portable-atomic-util",
8393 "serde",
8394 "windows-sys 0.59.0",
8395]
8396
8397[[package]]
8398name = "jiff-static"
8399version = "0.2.10"
8400source = "registry+https://github.com/rust-lang/crates.io-index"
8401checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8402dependencies = [
8403 "proc-macro2",
8404 "quote",
8405 "syn 2.0.101",
8406]
8407
8408[[package]]
8409name = "jiff-tzdb"
8410version = "0.1.4"
8411source = "registry+https://github.com/rust-lang/crates.io-index"
8412checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8413
8414[[package]]
8415name = "jiff-tzdb-platform"
8416version = "0.1.3"
8417source = "registry+https://github.com/rust-lang/crates.io-index"
8418checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8419dependencies = [
8420 "jiff-tzdb",
8421]
8422
8423[[package]]
8424name = "jj"
8425version = "0.1.0"
8426dependencies = [
8427 "anyhow",
8428 "gpui",
8429 "jj-lib",
8430 "workspace-hack",
8431]
8432
8433[[package]]
8434name = "jj-lib"
8435version = "0.29.0"
8436source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8437dependencies = [
8438 "async-trait",
8439 "blake2",
8440 "bstr",
8441 "chrono",
8442 "clru",
8443 "digest",
8444 "dunce",
8445 "either",
8446 "futures 0.3.31",
8447 "gix",
8448 "glob",
8449 "hashbrown 0.15.3",
8450 "hex",
8451 "ignore",
8452 "indexmap",
8453 "interim",
8454 "itertools 0.14.0",
8455 "jj-lib-proc-macros",
8456 "maplit",
8457 "once_cell",
8458 "pest",
8459 "pest_derive",
8460 "pollster 0.4.0",
8461 "prost 0.13.5",
8462 "rand 0.8.5",
8463 "rand_chacha 0.3.1",
8464 "rayon",
8465 "ref-cast",
8466 "regex",
8467 "rustix 1.0.7",
8468 "same-file",
8469 "serde",
8470 "serde_json",
8471 "smallvec",
8472 "strsim",
8473 "tempfile",
8474 "thiserror 2.0.12",
8475 "toml_edit",
8476 "tracing",
8477 "version_check",
8478 "winreg 0.52.0",
8479]
8480
8481[[package]]
8482name = "jj-lib-proc-macros"
8483version = "0.29.0"
8484source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8485dependencies = [
8486 "proc-macro2",
8487 "quote",
8488 "syn 2.0.101",
8489]
8490
8491[[package]]
8492name = "jj_ui"
8493version = "0.1.0"
8494dependencies = [
8495 "command_palette_hooks",
8496 "feature_flags",
8497 "fuzzy",
8498 "gpui",
8499 "jj",
8500 "picker",
8501 "ui",
8502 "util",
8503 "workspace",
8504 "workspace-hack",
8505 "zed_actions",
8506]
8507
8508[[package]]
8509name = "jni"
8510version = "0.21.1"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8513dependencies = [
8514 "cesu8",
8515 "cfg-if",
8516 "combine",
8517 "jni-sys",
8518 "log",
8519 "thiserror 1.0.69",
8520 "walkdir",
8521 "windows-sys 0.45.0",
8522]
8523
8524[[package]]
8525name = "jni-sys"
8526version = "0.3.0"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8529
8530[[package]]
8531name = "jobserver"
8532version = "0.1.33"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8535dependencies = [
8536 "getrandom 0.3.2",
8537 "libc",
8538]
8539
8540[[package]]
8541name = "journal"
8542version = "0.1.0"
8543dependencies = [
8544 "anyhow",
8545 "chrono",
8546 "editor",
8547 "gpui",
8548 "log",
8549 "schemars",
8550 "serde",
8551 "settings",
8552 "shellexpand 2.1.2",
8553 "workspace",
8554 "workspace-hack",
8555]
8556
8557[[package]]
8558name = "jpeg-decoder"
8559version = "0.3.1"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8562
8563[[package]]
8564name = "js-sys"
8565version = "0.3.77"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8568dependencies = [
8569 "once_cell",
8570 "wasm-bindgen",
8571]
8572
8573[[package]]
8574name = "json_dotpath"
8575version = "1.1.0"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8578dependencies = [
8579 "serde",
8580 "serde_derive",
8581 "serde_json",
8582 "thiserror 1.0.69",
8583]
8584
8585[[package]]
8586name = "jsonschema"
8587version = "0.30.0"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8590dependencies = [
8591 "ahash 0.8.11",
8592 "base64 0.22.1",
8593 "bytecount",
8594 "email_address",
8595 "fancy-regex 0.14.0",
8596 "fraction",
8597 "idna",
8598 "itoa",
8599 "num-cmp",
8600 "num-traits",
8601 "once_cell",
8602 "percent-encoding",
8603 "referencing",
8604 "regex",
8605 "regex-syntax 0.8.5",
8606 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8607 "serde",
8608 "serde_json",
8609 "uuid-simd",
8610]
8611
8612[[package]]
8613name = "jsonwebtoken"
8614version = "9.3.1"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8617dependencies = [
8618 "base64 0.22.1",
8619 "js-sys",
8620 "pem",
8621 "ring",
8622 "serde",
8623 "serde_json",
8624 "simple_asn1",
8625]
8626
8627[[package]]
8628name = "jupyter-protocol"
8629version = "0.6.0"
8630source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8631dependencies = [
8632 "anyhow",
8633 "async-trait",
8634 "bytes 1.10.1",
8635 "chrono",
8636 "futures 0.3.31",
8637 "serde",
8638 "serde_json",
8639 "uuid",
8640]
8641
8642[[package]]
8643name = "jupyter-websocket-client"
8644version = "0.9.0"
8645source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8646dependencies = [
8647 "anyhow",
8648 "async-trait",
8649 "async-tungstenite",
8650 "futures 0.3.31",
8651 "jupyter-protocol",
8652 "serde",
8653 "serde_json",
8654 "url",
8655 "uuid",
8656]
8657
8658[[package]]
8659name = "khronos-egl"
8660version = "6.0.0"
8661source = "registry+https://github.com/rust-lang/crates.io-index"
8662checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8663dependencies = [
8664 "libc",
8665 "libloading",
8666]
8667
8668[[package]]
8669name = "kqueue"
8670version = "1.0.8"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8673dependencies = [
8674 "kqueue-sys",
8675 "libc",
8676]
8677
8678[[package]]
8679name = "kqueue-sys"
8680version = "1.0.4"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8683dependencies = [
8684 "bitflags 1.3.2",
8685 "libc",
8686]
8687
8688[[package]]
8689name = "kstring"
8690version = "2.0.2"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8693dependencies = [
8694 "static_assertions",
8695]
8696
8697[[package]]
8698name = "kurbo"
8699version = "0.11.1"
8700source = "registry+https://github.com/rust-lang/crates.io-index"
8701checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8702dependencies = [
8703 "arrayvec",
8704 "smallvec",
8705]
8706
8707[[package]]
8708name = "kv-log-macro"
8709version = "1.0.7"
8710source = "registry+https://github.com/rust-lang/crates.io-index"
8711checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8712dependencies = [
8713 "log",
8714]
8715
8716[[package]]
8717name = "language"
8718version = "0.1.0"
8719dependencies = [
8720 "anyhow",
8721 "async-trait",
8722 "async-watch",
8723 "clock",
8724 "collections",
8725 "ctor",
8726 "diffy",
8727 "ec4rs",
8728 "env_logger 0.11.8",
8729 "fs",
8730 "futures 0.3.31",
8731 "fuzzy",
8732 "globset",
8733 "gpui",
8734 "http_client",
8735 "imara-diff",
8736 "indoc",
8737 "itertools 0.14.0",
8738 "log",
8739 "lsp",
8740 "parking_lot",
8741 "postage",
8742 "pretty_assertions",
8743 "rand 0.8.5",
8744 "regex",
8745 "rpc",
8746 "schemars",
8747 "serde",
8748 "serde_json",
8749 "settings",
8750 "smallvec",
8751 "smol",
8752 "streaming-iterator",
8753 "strsim",
8754 "sum_tree",
8755 "task",
8756 "text",
8757 "theme",
8758 "tree-sitter",
8759 "tree-sitter-elixir",
8760 "tree-sitter-embedded-template",
8761 "tree-sitter-heex",
8762 "tree-sitter-html",
8763 "tree-sitter-json",
8764 "tree-sitter-md",
8765 "tree-sitter-python",
8766 "tree-sitter-ruby",
8767 "tree-sitter-rust",
8768 "tree-sitter-typescript",
8769 "unicase",
8770 "unindent",
8771 "util",
8772 "workspace-hack",
8773]
8774
8775[[package]]
8776name = "language_extension"
8777version = "0.1.0"
8778dependencies = [
8779 "anyhow",
8780 "async-trait",
8781 "collections",
8782 "extension",
8783 "fs",
8784 "futures 0.3.31",
8785 "gpui",
8786 "language",
8787 "lsp",
8788 "serde",
8789 "serde_json",
8790 "util",
8791 "workspace-hack",
8792]
8793
8794[[package]]
8795name = "language_model"
8796version = "0.1.0"
8797dependencies = [
8798 "anthropic",
8799 "anyhow",
8800 "base64 0.22.1",
8801 "client",
8802 "collections",
8803 "futures 0.3.31",
8804 "gpui",
8805 "http_client",
8806 "icons",
8807 "image",
8808 "parking_lot",
8809 "proto",
8810 "schemars",
8811 "serde",
8812 "serde_json",
8813 "smol",
8814 "telemetry_events",
8815 "thiserror 2.0.12",
8816 "util",
8817 "workspace-hack",
8818 "zed_llm_client",
8819]
8820
8821[[package]]
8822name = "language_models"
8823version = "0.1.0"
8824dependencies = [
8825 "anthropic",
8826 "anyhow",
8827 "aws-config",
8828 "aws-credential-types",
8829 "aws_http_client",
8830 "bedrock",
8831 "client",
8832 "collections",
8833 "copilot",
8834 "credentials_provider",
8835 "deepseek",
8836 "editor",
8837 "fs",
8838 "futures 0.3.31",
8839 "google_ai",
8840 "gpui",
8841 "gpui_tokio",
8842 "http_client",
8843 "language_model",
8844 "lmstudio",
8845 "log",
8846 "menu",
8847 "mistral",
8848 "ollama",
8849 "open_ai",
8850 "partial-json-fixer",
8851 "project",
8852 "proto",
8853 "release_channel",
8854 "schemars",
8855 "serde",
8856 "serde_json",
8857 "settings",
8858 "smol",
8859 "strum 0.27.1",
8860 "theme",
8861 "thiserror 2.0.12",
8862 "tiktoken-rs",
8863 "tokio",
8864 "ui",
8865 "util",
8866 "workspace-hack",
8867 "zed_llm_client",
8868]
8869
8870[[package]]
8871name = "language_selector"
8872version = "0.1.0"
8873dependencies = [
8874 "anyhow",
8875 "editor",
8876 "file_finder",
8877 "file_icons",
8878 "fuzzy",
8879 "gpui",
8880 "language",
8881 "picker",
8882 "project",
8883 "settings",
8884 "ui",
8885 "util",
8886 "workspace",
8887 "workspace-hack",
8888]
8889
8890[[package]]
8891name = "language_tools"
8892version = "0.1.0"
8893dependencies = [
8894 "anyhow",
8895 "client",
8896 "collections",
8897 "copilot",
8898 "editor",
8899 "env_logger 0.11.8",
8900 "futures 0.3.31",
8901 "gpui",
8902 "itertools 0.14.0",
8903 "language",
8904 "lsp",
8905 "project",
8906 "release_channel",
8907 "serde_json",
8908 "settings",
8909 "theme",
8910 "tree-sitter",
8911 "ui",
8912 "util",
8913 "workspace",
8914 "workspace-hack",
8915 "zed_actions",
8916]
8917
8918[[package]]
8919name = "languages"
8920version = "0.1.0"
8921dependencies = [
8922 "anyhow",
8923 "async-compression",
8924 "async-tar",
8925 "async-trait",
8926 "collections",
8927 "dap",
8928 "futures 0.3.31",
8929 "gpui",
8930 "http_client",
8931 "language",
8932 "log",
8933 "lsp",
8934 "node_runtime",
8935 "parking_lot",
8936 "paths",
8937 "pet",
8938 "pet-conda",
8939 "pet-core",
8940 "pet-fs",
8941 "pet-poetry",
8942 "pet-reporter",
8943 "pretty_assertions",
8944 "project",
8945 "regex",
8946 "rope",
8947 "rust-embed",
8948 "schemars",
8949 "serde",
8950 "serde_json",
8951 "serde_json_lenient",
8952 "settings",
8953 "smol",
8954 "snippet_provider",
8955 "task",
8956 "text",
8957 "theme",
8958 "toml 0.8.20",
8959 "tree-sitter",
8960 "tree-sitter-bash",
8961 "tree-sitter-c",
8962 "tree-sitter-cpp",
8963 "tree-sitter-css",
8964 "tree-sitter-diff",
8965 "tree-sitter-gitcommit",
8966 "tree-sitter-go",
8967 "tree-sitter-gomod",
8968 "tree-sitter-gowork",
8969 "tree-sitter-jsdoc",
8970 "tree-sitter-json",
8971 "tree-sitter-md",
8972 "tree-sitter-python",
8973 "tree-sitter-regex",
8974 "tree-sitter-rust",
8975 "tree-sitter-typescript",
8976 "tree-sitter-yaml",
8977 "unindent",
8978 "util",
8979 "workspace",
8980 "workspace-hack",
8981]
8982
8983[[package]]
8984name = "lazy_static"
8985version = "1.5.0"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8988dependencies = [
8989 "spin",
8990]
8991
8992[[package]]
8993name = "lazycell"
8994version = "1.3.0"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8997
8998[[package]]
8999name = "leak"
9000version = "0.1.2"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9003
9004[[package]]
9005name = "leaky-cow"
9006version = "0.1.1"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9009dependencies = [
9010 "leak",
9011]
9012
9013[[package]]
9014name = "leb128"
9015version = "0.2.5"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9018
9019[[package]]
9020name = "leb128fmt"
9021version = "0.1.0"
9022source = "registry+https://github.com/rust-lang/crates.io-index"
9023checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9024
9025[[package]]
9026name = "lebe"
9027version = "0.5.2"
9028source = "registry+https://github.com/rust-lang/crates.io-index"
9029checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9030
9031[[package]]
9032name = "libc"
9033version = "0.2.172"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9036
9037[[package]]
9038name = "libdbus-sys"
9039version = "0.2.5"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9042dependencies = [
9043 "cc",
9044 "pkg-config",
9045]
9046
9047[[package]]
9048name = "libfuzzer-sys"
9049version = "0.4.9"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9052dependencies = [
9053 "arbitrary",
9054 "cc",
9055]
9056
9057[[package]]
9058name = "libgit2-sys"
9059version = "0.18.1+1.9.0"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9062dependencies = [
9063 "cc",
9064 "libc",
9065 "libz-sys",
9066 "pkg-config",
9067]
9068
9069[[package]]
9070name = "libloading"
9071version = "0.8.6"
9072source = "registry+https://github.com/rust-lang/crates.io-index"
9073checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9074dependencies = [
9075 "cfg-if",
9076 "windows-targets 0.52.6",
9077]
9078
9079[[package]]
9080name = "libm"
9081version = "0.2.11"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9084
9085[[package]]
9086name = "libmimalloc-sys"
9087version = "0.1.42"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9090dependencies = [
9091 "cc",
9092 "libc",
9093]
9094
9095[[package]]
9096name = "libredox"
9097version = "0.1.3"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9100dependencies = [
9101 "bitflags 2.9.0",
9102 "libc",
9103 "redox_syscall 0.5.11",
9104]
9105
9106[[package]]
9107name = "libsqlite3-sys"
9108version = "0.30.1"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9111dependencies = [
9112 "cc",
9113 "pkg-config",
9114 "vcpkg",
9115]
9116
9117[[package]]
9118name = "libwebrtc"
9119version = "0.3.10"
9120source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9121dependencies = [
9122 "cxx",
9123 "jni",
9124 "js-sys",
9125 "lazy_static",
9126 "livekit-protocol",
9127 "livekit-runtime",
9128 "log",
9129 "parking_lot",
9130 "serde",
9131 "serde_json",
9132 "thiserror 1.0.69",
9133 "tokio",
9134 "wasm-bindgen",
9135 "wasm-bindgen-futures",
9136 "web-sys",
9137 "webrtc-sys",
9138]
9139
9140[[package]]
9141name = "libz-rs-sys"
9142version = "0.5.0"
9143source = "registry+https://github.com/rust-lang/crates.io-index"
9144checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9145dependencies = [
9146 "zlib-rs",
9147]
9148
9149[[package]]
9150name = "libz-sys"
9151version = "1.1.22"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9154dependencies = [
9155 "cc",
9156 "libc",
9157 "pkg-config",
9158 "vcpkg",
9159]
9160
9161[[package]]
9162name = "link-cplusplus"
9163version = "1.0.10"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9166dependencies = [
9167 "cc",
9168]
9169
9170[[package]]
9171name = "linkify"
9172version = "0.10.0"
9173source = "registry+https://github.com/rust-lang/crates.io-index"
9174checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9175dependencies = [
9176 "memchr",
9177]
9178
9179[[package]]
9180name = "linux-raw-sys"
9181version = "0.4.15"
9182source = "registry+https://github.com/rust-lang/crates.io-index"
9183checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9184
9185[[package]]
9186name = "linux-raw-sys"
9187version = "0.9.4"
9188source = "registry+https://github.com/rust-lang/crates.io-index"
9189checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9190
9191[[package]]
9192name = "litemap"
9193version = "0.7.5"
9194source = "registry+https://github.com/rust-lang/crates.io-index"
9195checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9196
9197[[package]]
9198name = "livekit"
9199version = "0.7.8"
9200source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9201dependencies = [
9202 "chrono",
9203 "futures-util",
9204 "lazy_static",
9205 "libloading",
9206 "libwebrtc",
9207 "livekit-api",
9208 "livekit-protocol",
9209 "livekit-runtime",
9210 "log",
9211 "parking_lot",
9212 "prost 0.12.6",
9213 "semver",
9214 "serde",
9215 "serde_json",
9216 "thiserror 1.0.69",
9217 "tokio",
9218]
9219
9220[[package]]
9221name = "livekit-api"
9222version = "0.4.2"
9223source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9224dependencies = [
9225 "futures-util",
9226 "http 0.2.12",
9227 "livekit-protocol",
9228 "livekit-runtime",
9229 "log",
9230 "parking_lot",
9231 "pbjson-types",
9232 "prost 0.12.6",
9233 "rand 0.9.1",
9234 "reqwest 0.11.27",
9235 "scopeguard",
9236 "serde",
9237 "sha2",
9238 "thiserror 1.0.69",
9239 "tokio",
9240 "tokio-tungstenite 0.26.2",
9241 "url",
9242]
9243
9244[[package]]
9245name = "livekit-protocol"
9246version = "0.3.9"
9247source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9248dependencies = [
9249 "futures-util",
9250 "livekit-runtime",
9251 "parking_lot",
9252 "pbjson",
9253 "pbjson-types",
9254 "prost 0.12.6",
9255 "prost-types 0.12.6",
9256 "serde",
9257 "thiserror 1.0.69",
9258 "tokio",
9259]
9260
9261[[package]]
9262name = "livekit-runtime"
9263version = "0.4.0"
9264source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9265dependencies = [
9266 "tokio",
9267 "tokio-stream",
9268]
9269
9270[[package]]
9271name = "livekit_api"
9272version = "0.1.0"
9273dependencies = [
9274 "anyhow",
9275 "async-trait",
9276 "jsonwebtoken",
9277 "log",
9278 "prost 0.9.0",
9279 "prost-build 0.9.0",
9280 "prost-types 0.9.0",
9281 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9282 "serde",
9283 "workspace-hack",
9284]
9285
9286[[package]]
9287name = "livekit_client"
9288version = "0.1.0"
9289dependencies = [
9290 "anyhow",
9291 "async-trait",
9292 "collections",
9293 "core-foundation 0.10.0",
9294 "core-video",
9295 "coreaudio-rs 0.12.1",
9296 "cpal",
9297 "futures 0.3.31",
9298 "gpui",
9299 "gpui_tokio",
9300 "http_client_tls",
9301 "image",
9302 "libwebrtc",
9303 "livekit",
9304 "livekit_api",
9305 "log",
9306 "nanoid",
9307 "objc",
9308 "parking_lot",
9309 "postage",
9310 "scap",
9311 "serde",
9312 "serde_json",
9313 "sha2",
9314 "simplelog",
9315 "smallvec",
9316 "tokio-tungstenite 0.26.2",
9317 "util",
9318 "workspace-hack",
9319]
9320
9321[[package]]
9322name = "lmdb-master-sys"
9323version = "0.2.5"
9324source = "registry+https://github.com/rust-lang/crates.io-index"
9325checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9326dependencies = [
9327 "cc",
9328 "doxygen-rs",
9329 "libc",
9330]
9331
9332[[package]]
9333name = "lmstudio"
9334version = "0.1.0"
9335dependencies = [
9336 "anyhow",
9337 "futures 0.3.31",
9338 "http_client",
9339 "schemars",
9340 "serde",
9341 "serde_json",
9342 "workspace-hack",
9343]
9344
9345[[package]]
9346name = "lock_api"
9347version = "0.4.12"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9350dependencies = [
9351 "autocfg",
9352 "scopeguard",
9353]
9354
9355[[package]]
9356name = "log"
9357version = "0.4.27"
9358source = "registry+https://github.com/rust-lang/crates.io-index"
9359checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9360dependencies = [
9361 "serde",
9362 "value-bag",
9363]
9364
9365[[package]]
9366name = "logos"
9367version = "0.15.0"
9368source = "registry+https://github.com/rust-lang/crates.io-index"
9369checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9370dependencies = [
9371 "logos-derive",
9372]
9373
9374[[package]]
9375name = "logos-codegen"
9376version = "0.15.0"
9377source = "registry+https://github.com/rust-lang/crates.io-index"
9378checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9379dependencies = [
9380 "beef",
9381 "fnv",
9382 "lazy_static",
9383 "proc-macro2",
9384 "quote",
9385 "regex-syntax 0.8.5",
9386 "rustc_version",
9387 "syn 2.0.101",
9388]
9389
9390[[package]]
9391name = "logos-derive"
9392version = "0.15.0"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9395dependencies = [
9396 "logos-codegen",
9397]
9398
9399[[package]]
9400name = "loom"
9401version = "0.7.2"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9404dependencies = [
9405 "cfg-if",
9406 "generator",
9407 "scoped-tls",
9408 "tracing",
9409 "tracing-subscriber",
9410]
9411
9412[[package]]
9413name = "loop9"
9414version = "0.1.5"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9417dependencies = [
9418 "imgref",
9419]
9420
9421[[package]]
9422name = "lru"
9423version = "0.12.5"
9424source = "registry+https://github.com/rust-lang/crates.io-index"
9425checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9426dependencies = [
9427 "hashbrown 0.15.3",
9428]
9429
9430[[package]]
9431name = "lsp"
9432version = "0.1.0"
9433dependencies = [
9434 "anyhow",
9435 "async-pipe",
9436 "collections",
9437 "ctor",
9438 "env_logger 0.11.8",
9439 "futures 0.3.31",
9440 "gpui",
9441 "log",
9442 "lsp-types",
9443 "parking_lot",
9444 "postage",
9445 "release_channel",
9446 "schemars",
9447 "serde",
9448 "serde_json",
9449 "smol",
9450 "util",
9451 "workspace-hack",
9452]
9453
9454[[package]]
9455name = "lsp-types"
9456version = "0.95.1"
9457source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9458dependencies = [
9459 "bitflags 1.3.2",
9460 "serde",
9461 "serde_json",
9462 "serde_repr",
9463 "url",
9464]
9465
9466[[package]]
9467name = "lyon"
9468version = "1.0.1"
9469source = "registry+https://github.com/rust-lang/crates.io-index"
9470checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9471dependencies = [
9472 "lyon_algorithms",
9473 "lyon_extra",
9474 "lyon_tessellation",
9475]
9476
9477[[package]]
9478name = "lyon_algorithms"
9479version = "1.0.5"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9482dependencies = [
9483 "lyon_path",
9484 "num-traits",
9485]
9486
9487[[package]]
9488name = "lyon_extra"
9489version = "1.0.3"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9492dependencies = [
9493 "lyon_path",
9494 "thiserror 1.0.69",
9495]
9496
9497[[package]]
9498name = "lyon_geom"
9499version = "1.0.6"
9500source = "registry+https://github.com/rust-lang/crates.io-index"
9501checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9502dependencies = [
9503 "arrayvec",
9504 "euclid",
9505 "num-traits",
9506]
9507
9508[[package]]
9509name = "lyon_path"
9510version = "1.0.7"
9511source = "registry+https://github.com/rust-lang/crates.io-index"
9512checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9513dependencies = [
9514 "lyon_geom",
9515 "num-traits",
9516]
9517
9518[[package]]
9519name = "lyon_tessellation"
9520version = "1.0.15"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9523dependencies = [
9524 "float_next_after",
9525 "lyon_path",
9526 "num-traits",
9527]
9528
9529[[package]]
9530name = "mac"
9531version = "0.1.1"
9532source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9534
9535[[package]]
9536name = "mach2"
9537version = "0.4.2"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9540dependencies = [
9541 "libc",
9542]
9543
9544[[package]]
9545name = "malloc_buf"
9546version = "0.0.6"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9549dependencies = [
9550 "libc",
9551]
9552
9553[[package]]
9554name = "maplit"
9555version = "1.0.2"
9556source = "registry+https://github.com/rust-lang/crates.io-index"
9557checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9558
9559[[package]]
9560name = "markdown"
9561version = "0.1.0"
9562dependencies = [
9563 "anyhow",
9564 "assets",
9565 "base64 0.22.1",
9566 "env_logger 0.11.8",
9567 "gpui",
9568 "language",
9569 "languages",
9570 "linkify",
9571 "log",
9572 "node_runtime",
9573 "pulldown-cmark 0.12.2",
9574 "settings",
9575 "sum_tree",
9576 "theme",
9577 "ui",
9578 "util",
9579 "workspace-hack",
9580]
9581
9582[[package]]
9583name = "markdown_preview"
9584version = "0.1.0"
9585dependencies = [
9586 "anyhow",
9587 "async-recursion 1.1.1",
9588 "collections",
9589 "editor",
9590 "fs",
9591 "gpui",
9592 "language",
9593 "linkify",
9594 "log",
9595 "pretty_assertions",
9596 "pulldown-cmark 0.12.2",
9597 "settings",
9598 "theme",
9599 "ui",
9600 "util",
9601 "workspace",
9602 "workspace-hack",
9603]
9604
9605[[package]]
9606name = "markup5ever"
9607version = "0.12.1"
9608source = "registry+https://github.com/rust-lang/crates.io-index"
9609checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9610dependencies = [
9611 "log",
9612 "phf",
9613 "phf_codegen",
9614 "string_cache",
9615 "string_cache_codegen",
9616 "tendril",
9617]
9618
9619[[package]]
9620name = "markup5ever"
9621version = "0.16.1"
9622source = "registry+https://github.com/rust-lang/crates.io-index"
9623checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9624dependencies = [
9625 "log",
9626 "tendril",
9627 "web_atoms",
9628]
9629
9630[[package]]
9631name = "markup5ever_rcdom"
9632version = "0.3.0"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9635dependencies = [
9636 "html5ever 0.27.0",
9637 "markup5ever 0.12.1",
9638 "tendril",
9639 "xml5ever",
9640]
9641
9642[[package]]
9643name = "match_token"
9644version = "0.1.0"
9645source = "registry+https://github.com/rust-lang/crates.io-index"
9646checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9647dependencies = [
9648 "proc-macro2",
9649 "quote",
9650 "syn 2.0.101",
9651]
9652
9653[[package]]
9654name = "matchers"
9655version = "0.1.0"
9656source = "registry+https://github.com/rust-lang/crates.io-index"
9657checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9658dependencies = [
9659 "regex-automata 0.1.10",
9660]
9661
9662[[package]]
9663name = "matchit"
9664version = "0.7.3"
9665source = "registry+https://github.com/rust-lang/crates.io-index"
9666checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9667
9668[[package]]
9669name = "maybe-async"
9670version = "0.2.10"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9673dependencies = [
9674 "proc-macro2",
9675 "quote",
9676 "syn 2.0.101",
9677]
9678
9679[[package]]
9680name = "maybe-owned"
9681version = "0.3.4"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9684
9685[[package]]
9686name = "maybe-rayon"
9687version = "0.1.1"
9688source = "registry+https://github.com/rust-lang/crates.io-index"
9689checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9690dependencies = [
9691 "cfg-if",
9692 "rayon",
9693]
9694
9695[[package]]
9696name = "md-5"
9697version = "0.10.6"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9700dependencies = [
9701 "cfg-if",
9702 "digest",
9703]
9704
9705[[package]]
9706name = "mdbook"
9707version = "0.4.48"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9710dependencies = [
9711 "ammonia",
9712 "anyhow",
9713 "chrono",
9714 "clap",
9715 "clap_complete",
9716 "elasticlunr-rs",
9717 "env_logger 0.11.8",
9718 "futures-util",
9719 "handlebars 6.3.2",
9720 "hex",
9721 "ignore",
9722 "log",
9723 "memchr",
9724 "notify",
9725 "notify-debouncer-mini",
9726 "once_cell",
9727 "opener",
9728 "pathdiff",
9729 "pulldown-cmark 0.10.3",
9730 "regex",
9731 "serde",
9732 "serde_json",
9733 "sha2",
9734 "shlex",
9735 "tempfile",
9736 "tokio",
9737 "toml 0.5.11",
9738 "topological-sort",
9739 "walkdir",
9740 "warp",
9741]
9742
9743[[package]]
9744name = "media"
9745version = "0.1.0"
9746dependencies = [
9747 "anyhow",
9748 "bindgen 0.71.1",
9749 "core-foundation 0.10.0",
9750 "core-video",
9751 "ctor",
9752 "foreign-types 0.5.0",
9753 "metal",
9754 "objc",
9755 "workspace-hack",
9756]
9757
9758[[package]]
9759name = "memchr"
9760version = "2.7.4"
9761source = "registry+https://github.com/rust-lang/crates.io-index"
9762checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9763
9764[[package]]
9765name = "memfd"
9766version = "0.6.4"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9769dependencies = [
9770 "rustix 0.38.44",
9771]
9772
9773[[package]]
9774name = "memmap2"
9775version = "0.9.5"
9776source = "registry+https://github.com/rust-lang/crates.io-index"
9777checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9778dependencies = [
9779 "libc",
9780]
9781
9782[[package]]
9783name = "memoffset"
9784version = "0.9.1"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9787dependencies = [
9788 "autocfg",
9789]
9790
9791[[package]]
9792name = "menu"
9793version = "0.1.0"
9794dependencies = [
9795 "gpui",
9796 "workspace-hack",
9797]
9798
9799[[package]]
9800name = "metal"
9801version = "0.29.0"
9802source = "registry+https://github.com/rust-lang/crates.io-index"
9803checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9804dependencies = [
9805 "bitflags 2.9.0",
9806 "block",
9807 "core-graphics-types 0.1.3",
9808 "foreign-types 0.5.0",
9809 "log",
9810 "objc",
9811 "paste",
9812]
9813
9814[[package]]
9815name = "migrator"
9816version = "0.1.0"
9817dependencies = [
9818 "anyhow",
9819 "collections",
9820 "convert_case 0.8.0",
9821 "log",
9822 "pretty_assertions",
9823 "streaming-iterator",
9824 "tree-sitter",
9825 "tree-sitter-json",
9826 "workspace-hack",
9827]
9828
9829[[package]]
9830name = "mimalloc"
9831version = "0.1.46"
9832source = "registry+https://github.com/rust-lang/crates.io-index"
9833checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9834dependencies = [
9835 "libmimalloc-sys",
9836]
9837
9838[[package]]
9839name = "mime"
9840version = "0.3.17"
9841source = "registry+https://github.com/rust-lang/crates.io-index"
9842checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9843
9844[[package]]
9845name = "mime_guess"
9846version = "2.0.5"
9847source = "registry+https://github.com/rust-lang/crates.io-index"
9848checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9849dependencies = [
9850 "mime",
9851 "unicase",
9852]
9853
9854[[package]]
9855name = "minimal-lexical"
9856version = "0.2.1"
9857source = "registry+https://github.com/rust-lang/crates.io-index"
9858checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9859
9860[[package]]
9861name = "miniz_oxide"
9862version = "0.8.8"
9863source = "registry+https://github.com/rust-lang/crates.io-index"
9864checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9865dependencies = [
9866 "adler2",
9867 "simd-adler32",
9868]
9869
9870[[package]]
9871name = "mint"
9872version = "0.5.9"
9873source = "registry+https://github.com/rust-lang/crates.io-index"
9874checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9875
9876[[package]]
9877name = "mio"
9878version = "1.0.3"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9881dependencies = [
9882 "libc",
9883 "log",
9884 "wasi 0.11.0+wasi-snapshot-preview1",
9885 "windows-sys 0.52.0",
9886]
9887
9888[[package]]
9889name = "miow"
9890version = "0.6.0"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9893dependencies = [
9894 "windows-sys 0.48.0",
9895]
9896
9897[[package]]
9898name = "mistral"
9899version = "0.1.0"
9900dependencies = [
9901 "anyhow",
9902 "futures 0.3.31",
9903 "http_client",
9904 "schemars",
9905 "serde",
9906 "serde_json",
9907 "strum 0.27.1",
9908 "workspace-hack",
9909]
9910
9911[[package]]
9912name = "moka"
9913version = "0.12.10"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9916dependencies = [
9917 "crossbeam-channel",
9918 "crossbeam-epoch",
9919 "crossbeam-utils",
9920 "loom",
9921 "parking_lot",
9922 "portable-atomic",
9923 "rustc_version",
9924 "smallvec",
9925 "tagptr",
9926 "thiserror 1.0.69",
9927 "uuid",
9928]
9929
9930[[package]]
9931name = "msvc_spectre_libs"
9932version = "0.1.3"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9935dependencies = [
9936 "cc",
9937]
9938
9939[[package]]
9940name = "multi_buffer"
9941version = "0.1.0"
9942dependencies = [
9943 "anyhow",
9944 "buffer_diff",
9945 "clock",
9946 "collections",
9947 "ctor",
9948 "env_logger 0.11.8",
9949 "gpui",
9950 "indoc",
9951 "itertools 0.14.0",
9952 "language",
9953 "log",
9954 "parking_lot",
9955 "pretty_assertions",
9956 "project",
9957 "rand 0.8.5",
9958 "rope",
9959 "serde",
9960 "settings",
9961 "smallvec",
9962 "smol",
9963 "sum_tree",
9964 "text",
9965 "theme",
9966 "tree-sitter",
9967 "util",
9968 "workspace-hack",
9969]
9970
9971[[package]]
9972name = "multimap"
9973version = "0.8.3"
9974source = "registry+https://github.com/rust-lang/crates.io-index"
9975checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9976
9977[[package]]
9978name = "multimap"
9979version = "0.10.0"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9982
9983[[package]]
9984name = "naga"
9985version = "25.0.1"
9986source = "registry+https://github.com/rust-lang/crates.io-index"
9987checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9988dependencies = [
9989 "arrayvec",
9990 "bit-set 0.8.0",
9991 "bitflags 2.9.0",
9992 "cfg_aliases 0.2.1",
9993 "codespan-reporting 0.12.0",
9994 "half",
9995 "hashbrown 0.15.3",
9996 "hexf-parse",
9997 "indexmap",
9998 "log",
9999 "num-traits",
10000 "once_cell",
10001 "rustc-hash 1.1.0",
10002 "spirv",
10003 "strum 0.26.3",
10004 "thiserror 2.0.12",
10005 "unicode-ident",
10006]
10007
10008[[package]]
10009name = "nanoid"
10010version = "0.4.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10013dependencies = [
10014 "rand 0.8.5",
10015]
10016
10017[[package]]
10018name = "nanorand"
10019version = "0.7.0"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10022dependencies = [
10023 "getrandom 0.2.15",
10024]
10025
10026[[package]]
10027name = "native-tls"
10028version = "0.2.14"
10029source = "registry+https://github.com/rust-lang/crates.io-index"
10030checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10031dependencies = [
10032 "libc",
10033 "log",
10034 "openssl",
10035 "openssl-probe",
10036 "openssl-sys",
10037 "schannel",
10038 "security-framework 2.11.1",
10039 "security-framework-sys",
10040 "tempfile",
10041]
10042
10043[[package]]
10044name = "nbformat"
10045version = "0.10.0"
10046source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10047dependencies = [
10048 "anyhow",
10049 "chrono",
10050 "jupyter-protocol",
10051 "serde",
10052 "serde_json",
10053 "thiserror 1.0.69",
10054 "uuid",
10055]
10056
10057[[package]]
10058name = "ndk"
10059version = "0.8.0"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10062dependencies = [
10063 "bitflags 2.9.0",
10064 "jni-sys",
10065 "log",
10066 "ndk-sys",
10067 "num_enum",
10068 "thiserror 1.0.69",
10069]
10070
10071[[package]]
10072name = "ndk-context"
10073version = "0.1.1"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10076
10077[[package]]
10078name = "ndk-sys"
10079version = "0.5.0+25.2.9519653"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10082dependencies = [
10083 "jni-sys",
10084]
10085
10086[[package]]
10087name = "new_debug_unreachable"
10088version = "1.0.6"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10091
10092[[package]]
10093name = "nix"
10094version = "0.28.0"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10097dependencies = [
10098 "bitflags 2.9.0",
10099 "cfg-if",
10100 "cfg_aliases 0.1.1",
10101 "libc",
10102]
10103
10104[[package]]
10105name = "nix"
10106version = "0.29.0"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10109dependencies = [
10110 "bitflags 2.9.0",
10111 "cfg-if",
10112 "cfg_aliases 0.2.1",
10113 "libc",
10114 "memoffset",
10115]
10116
10117[[package]]
10118name = "node_runtime"
10119version = "0.1.0"
10120dependencies = [
10121 "anyhow",
10122 "async-compression",
10123 "async-std",
10124 "async-tar",
10125 "async-trait",
10126 "async-watch",
10127 "futures 0.3.31",
10128 "http_client",
10129 "log",
10130 "paths",
10131 "semver",
10132 "serde",
10133 "serde_json",
10134 "smol",
10135 "util",
10136 "which 6.0.3",
10137 "workspace-hack",
10138]
10139
10140[[package]]
10141name = "nom"
10142version = "7.1.3"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10145dependencies = [
10146 "memchr",
10147 "minimal-lexical",
10148]
10149
10150[[package]]
10151name = "noop_proc_macro"
10152version = "0.3.0"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10155
10156[[package]]
10157name = "normpath"
10158version = "1.3.0"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10161dependencies = [
10162 "windows-sys 0.59.0",
10163]
10164
10165[[package]]
10166name = "notifications"
10167version = "0.1.0"
10168dependencies = [
10169 "anyhow",
10170 "channel",
10171 "client",
10172 "collections",
10173 "component",
10174 "db",
10175 "gpui",
10176 "rpc",
10177 "settings",
10178 "sum_tree",
10179 "time",
10180 "ui",
10181 "util",
10182 "workspace",
10183 "workspace-hack",
10184]
10185
10186[[package]]
10187name = "notify"
10188version = "8.0.0"
10189source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10190dependencies = [
10191 "bitflags 2.9.0",
10192 "filetime",
10193 "fsevent-sys 4.1.0",
10194 "inotify",
10195 "kqueue",
10196 "libc",
10197 "log",
10198 "mio",
10199 "notify-types",
10200 "walkdir",
10201 "windows-sys 0.59.0",
10202]
10203
10204[[package]]
10205name = "notify-debouncer-mini"
10206version = "0.6.0"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10209dependencies = [
10210 "log",
10211 "notify",
10212 "notify-types",
10213 "tempfile",
10214]
10215
10216[[package]]
10217name = "notify-types"
10218version = "2.0.0"
10219source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10220
10221[[package]]
10222name = "ntapi"
10223version = "0.4.1"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10226dependencies = [
10227 "winapi",
10228]
10229
10230[[package]]
10231name = "nu-ansi-term"
10232version = "0.46.0"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10235dependencies = [
10236 "overload",
10237 "winapi",
10238]
10239
10240[[package]]
10241name = "nu-ansi-term"
10242version = "0.50.1"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10245dependencies = [
10246 "windows-sys 0.52.0",
10247]
10248
10249[[package]]
10250name = "num"
10251version = "0.4.3"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10254dependencies = [
10255 "num-bigint",
10256 "num-complex",
10257 "num-integer",
10258 "num-iter",
10259 "num-rational",
10260 "num-traits",
10261]
10262
10263[[package]]
10264name = "num-bigint"
10265version = "0.4.6"
10266source = "registry+https://github.com/rust-lang/crates.io-index"
10267checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10268dependencies = [
10269 "num-integer",
10270 "num-traits",
10271]
10272
10273[[package]]
10274name = "num-bigint-dig"
10275version = "0.8.4"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10278dependencies = [
10279 "byteorder",
10280 "lazy_static",
10281 "libm",
10282 "num-integer",
10283 "num-iter",
10284 "num-traits",
10285 "rand 0.8.5",
10286 "serde",
10287 "smallvec",
10288 "zeroize",
10289]
10290
10291[[package]]
10292name = "num-cmp"
10293version = "0.1.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10296
10297[[package]]
10298name = "num-complex"
10299version = "0.4.6"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10302dependencies = [
10303 "num-traits",
10304]
10305
10306[[package]]
10307name = "num-conv"
10308version = "0.1.0"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10311
10312[[package]]
10313name = "num-derive"
10314version = "0.4.2"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10317dependencies = [
10318 "proc-macro2",
10319 "quote",
10320 "syn 2.0.101",
10321]
10322
10323[[package]]
10324name = "num-format"
10325version = "0.4.4"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10328dependencies = [
10329 "arrayvec",
10330 "itoa",
10331]
10332
10333[[package]]
10334name = "num-integer"
10335version = "0.1.46"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10338dependencies = [
10339 "num-traits",
10340]
10341
10342[[package]]
10343name = "num-iter"
10344version = "0.1.45"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10347dependencies = [
10348 "autocfg",
10349 "num-integer",
10350 "num-traits",
10351]
10352
10353[[package]]
10354name = "num-modular"
10355version = "0.6.1"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10358
10359[[package]]
10360name = "num-order"
10361version = "1.2.0"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10364dependencies = [
10365 "num-modular",
10366]
10367
10368[[package]]
10369name = "num-rational"
10370version = "0.4.2"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10373dependencies = [
10374 "num-bigint",
10375 "num-integer",
10376 "num-traits",
10377]
10378
10379[[package]]
10380name = "num-traits"
10381version = "0.2.19"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10384dependencies = [
10385 "autocfg",
10386 "libm",
10387]
10388
10389[[package]]
10390name = "num_cpus"
10391version = "1.16.0"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10394dependencies = [
10395 "hermit-abi 0.3.9",
10396 "libc",
10397]
10398
10399[[package]]
10400name = "num_enum"
10401version = "0.7.3"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10404dependencies = [
10405 "num_enum_derive",
10406]
10407
10408[[package]]
10409name = "num_enum_derive"
10410version = "0.7.3"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10413dependencies = [
10414 "proc-macro-crate",
10415 "proc-macro2",
10416 "quote",
10417 "syn 2.0.101",
10418]
10419
10420[[package]]
10421name = "num_threads"
10422version = "0.1.7"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10425dependencies = [
10426 "libc",
10427]
10428
10429[[package]]
10430name = "nvim-rs"
10431version = "0.9.2"
10432source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10433dependencies = [
10434 "async-trait",
10435 "futures 0.3.31",
10436 "log",
10437 "rmp",
10438 "rmpv",
10439 "tokio",
10440 "tokio-util",
10441]
10442
10443[[package]]
10444name = "objc"
10445version = "0.2.7"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10448dependencies = [
10449 "malloc_buf",
10450 "objc_exception",
10451]
10452
10453[[package]]
10454name = "objc-foundation"
10455version = "0.1.1"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10458dependencies = [
10459 "block",
10460 "objc",
10461 "objc_id",
10462]
10463
10464[[package]]
10465name = "objc2"
10466version = "0.6.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10469dependencies = [
10470 "objc2-encode",
10471]
10472
10473[[package]]
10474name = "objc2-app-kit"
10475version = "0.3.1"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10478dependencies = [
10479 "bitflags 2.9.0",
10480 "objc2",
10481 "objc2-core-foundation",
10482 "objc2-foundation",
10483 "objc2-quartz-core",
10484]
10485
10486[[package]]
10487name = "objc2-core-foundation"
10488version = "0.3.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10491dependencies = [
10492 "bitflags 2.9.0",
10493 "dispatch2",
10494 "objc2",
10495]
10496
10497[[package]]
10498name = "objc2-encode"
10499version = "4.1.0"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10502
10503[[package]]
10504name = "objc2-foundation"
10505version = "0.3.1"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10508dependencies = [
10509 "bitflags 2.9.0",
10510 "objc2",
10511 "objc2-core-foundation",
10512]
10513
10514[[package]]
10515name = "objc2-metal"
10516version = "0.3.1"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10519dependencies = [
10520 "bitflags 2.9.0",
10521 "block2",
10522 "dispatch2",
10523 "objc2",
10524 "objc2-core-foundation",
10525 "objc2-foundation",
10526]
10527
10528[[package]]
10529name = "objc2-quartz-core"
10530version = "0.3.1"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10533dependencies = [
10534 "bitflags 2.9.0",
10535 "objc2",
10536 "objc2-core-foundation",
10537 "objc2-foundation",
10538 "objc2-metal",
10539]
10540
10541[[package]]
10542name = "objc2-ui-kit"
10543version = "0.3.1"
10544source = "registry+https://github.com/rust-lang/crates.io-index"
10545checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10546dependencies = [
10547 "bitflags 2.9.0",
10548 "objc2",
10549 "objc2-core-foundation",
10550 "objc2-foundation",
10551 "objc2-quartz-core",
10552]
10553
10554[[package]]
10555name = "objc_exception"
10556version = "0.1.2"
10557source = "registry+https://github.com/rust-lang/crates.io-index"
10558checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10559dependencies = [
10560 "cc",
10561]
10562
10563[[package]]
10564name = "objc_id"
10565version = "0.1.1"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10568dependencies = [
10569 "objc",
10570]
10571
10572[[package]]
10573name = "object"
10574version = "0.36.7"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10577dependencies = [
10578 "crc32fast",
10579 "hashbrown 0.15.3",
10580 "indexmap",
10581 "memchr",
10582]
10583
10584[[package]]
10585name = "oboe"
10586version = "0.6.1"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10589dependencies = [
10590 "jni",
10591 "ndk",
10592 "ndk-context",
10593 "num-derive",
10594 "num-traits",
10595 "oboe-sys",
10596]
10597
10598[[package]]
10599name = "oboe-sys"
10600version = "0.6.1"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10603dependencies = [
10604 "cc",
10605]
10606
10607[[package]]
10608name = "ollama"
10609version = "0.1.0"
10610dependencies = [
10611 "anyhow",
10612 "futures 0.3.31",
10613 "http_client",
10614 "schemars",
10615 "serde",
10616 "serde_json",
10617 "workspace-hack",
10618]
10619
10620[[package]]
10621name = "once_cell"
10622version = "1.21.3"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10625
10626[[package]]
10627name = "oo7"
10628version = "0.4.3"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10631dependencies = [
10632 "aes",
10633 "ashpd",
10634 "async-fs",
10635 "async-io",
10636 "async-lock",
10637 "blocking",
10638 "cbc",
10639 "cipher",
10640 "digest",
10641 "endi",
10642 "futures-lite 2.6.0",
10643 "futures-util",
10644 "getrandom 0.3.2",
10645 "hkdf",
10646 "hmac",
10647 "md-5",
10648 "num",
10649 "num-bigint-dig",
10650 "pbkdf2 0.12.2",
10651 "rand 0.9.1",
10652 "serde",
10653 "sha2",
10654 "subtle",
10655 "zbus",
10656 "zbus_macros",
10657 "zeroize",
10658 "zvariant",
10659]
10660
10661[[package]]
10662name = "oorandom"
10663version = "11.1.5"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10666
10667[[package]]
10668name = "open"
10669version = "5.3.2"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10672dependencies = [
10673 "is-wsl",
10674 "libc",
10675 "pathdiff",
10676]
10677
10678[[package]]
10679name = "open_ai"
10680version = "0.1.0"
10681dependencies = [
10682 "anyhow",
10683 "futures 0.3.31",
10684 "http_client",
10685 "schemars",
10686 "serde",
10687 "serde_json",
10688 "strum 0.27.1",
10689 "workspace-hack",
10690]
10691
10692[[package]]
10693name = "opener"
10694version = "0.7.2"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10697dependencies = [
10698 "bstr",
10699 "dbus",
10700 "normpath",
10701 "windows-sys 0.59.0",
10702]
10703
10704[[package]]
10705name = "openssl"
10706version = "0.10.72"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10709dependencies = [
10710 "bitflags 2.9.0",
10711 "cfg-if",
10712 "foreign-types 0.3.2",
10713 "libc",
10714 "once_cell",
10715 "openssl-macros",
10716 "openssl-sys",
10717]
10718
10719[[package]]
10720name = "openssl-macros"
10721version = "0.1.1"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10724dependencies = [
10725 "proc-macro2",
10726 "quote",
10727 "syn 2.0.101",
10728]
10729
10730[[package]]
10731name = "openssl-probe"
10732version = "0.1.6"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10735
10736[[package]]
10737name = "openssl-sys"
10738version = "0.9.107"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10741dependencies = [
10742 "cc",
10743 "libc",
10744 "pkg-config",
10745 "vcpkg",
10746]
10747
10748[[package]]
10749name = "optfield"
10750version = "0.3.0"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10753dependencies = [
10754 "proc-macro2",
10755 "quote",
10756 "syn 2.0.101",
10757]
10758
10759[[package]]
10760name = "option-ext"
10761version = "0.2.0"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10764
10765[[package]]
10766name = "ordered-float"
10767version = "2.10.1"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10770dependencies = [
10771 "num-traits",
10772]
10773
10774[[package]]
10775name = "ordered-float"
10776version = "4.6.0"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10779dependencies = [
10780 "num-traits",
10781]
10782
10783[[package]]
10784name = "ordered-stream"
10785version = "0.2.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10788dependencies = [
10789 "futures-core",
10790 "pin-project-lite",
10791]
10792
10793[[package]]
10794name = "ouroboros"
10795version = "0.18.5"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10798dependencies = [
10799 "aliasable",
10800 "ouroboros_macro",
10801 "static_assertions",
10802]
10803
10804[[package]]
10805name = "ouroboros_macro"
10806version = "0.18.5"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10809dependencies = [
10810 "heck 0.4.1",
10811 "proc-macro2",
10812 "proc-macro2-diagnostics",
10813 "quote",
10814 "syn 2.0.101",
10815]
10816
10817[[package]]
10818name = "outline"
10819version = "0.1.0"
10820dependencies = [
10821 "editor",
10822 "fuzzy",
10823 "gpui",
10824 "indoc",
10825 "language",
10826 "menu",
10827 "ordered-float 2.10.1",
10828 "picker",
10829 "project",
10830 "rope",
10831 "serde_json",
10832 "settings",
10833 "smol",
10834 "theme",
10835 "tree-sitter-rust",
10836 "tree-sitter-typescript",
10837 "ui",
10838 "util",
10839 "workspace",
10840 "workspace-hack",
10841 "zed_actions",
10842]
10843
10844[[package]]
10845name = "outline_panel"
10846version = "0.1.0"
10847dependencies = [
10848 "anyhow",
10849 "collections",
10850 "db",
10851 "editor",
10852 "file_icons",
10853 "fuzzy",
10854 "gpui",
10855 "itertools 0.14.0",
10856 "language",
10857 "log",
10858 "menu",
10859 "outline",
10860 "pretty_assertions",
10861 "project",
10862 "schemars",
10863 "search",
10864 "serde",
10865 "serde_json",
10866 "settings",
10867 "smallvec",
10868 "smol",
10869 "theme",
10870 "ui",
10871 "util",
10872 "workspace",
10873 "workspace-hack",
10874 "worktree",
10875 "zed_actions",
10876]
10877
10878[[package]]
10879name = "outref"
10880version = "0.5.2"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10883
10884[[package]]
10885name = "overload"
10886version = "0.1.1"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10889
10890[[package]]
10891name = "p256"
10892version = "0.11.1"
10893source = "registry+https://github.com/rust-lang/crates.io-index"
10894checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10895dependencies = [
10896 "ecdsa",
10897 "elliptic-curve",
10898 "sha2",
10899]
10900
10901[[package]]
10902name = "page_size"
10903version = "0.6.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10906dependencies = [
10907 "libc",
10908 "winapi",
10909]
10910
10911[[package]]
10912name = "palette"
10913version = "0.7.6"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10916dependencies = [
10917 "approx",
10918 "fast-srgb8",
10919 "palette_derive",
10920]
10921
10922[[package]]
10923name = "palette_derive"
10924version = "0.7.6"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10927dependencies = [
10928 "by_address",
10929 "proc-macro2",
10930 "quote",
10931 "syn 2.0.101",
10932]
10933
10934[[package]]
10935name = "panel"
10936version = "0.1.0"
10937dependencies = [
10938 "editor",
10939 "gpui",
10940 "settings",
10941 "theme",
10942 "ui",
10943 "workspace",
10944 "workspace-hack",
10945]
10946
10947[[package]]
10948name = "parking"
10949version = "2.2.1"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10952
10953[[package]]
10954name = "parking_lot"
10955version = "0.12.3"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10958dependencies = [
10959 "lock_api",
10960 "parking_lot_core",
10961]
10962
10963[[package]]
10964name = "parking_lot_core"
10965version = "0.9.10"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10968dependencies = [
10969 "cfg-if",
10970 "libc",
10971 "redox_syscall 0.5.11",
10972 "smallvec",
10973 "windows-targets 0.52.6",
10974]
10975
10976[[package]]
10977name = "partial-json-fixer"
10978version = "0.5.3"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10981
10982[[package]]
10983name = "password-hash"
10984version = "0.4.2"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10987dependencies = [
10988 "base64ct",
10989 "rand_core 0.6.4",
10990 "subtle",
10991]
10992
10993[[package]]
10994name = "password-hash"
10995version = "0.5.0"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10998dependencies = [
10999 "base64ct",
11000 "rand_core 0.6.4",
11001 "subtle",
11002]
11003
11004[[package]]
11005name = "paste"
11006version = "1.0.15"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11009
11010[[package]]
11011name = "pathdiff"
11012version = "0.2.3"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11015
11016[[package]]
11017name = "pathfinder_geometry"
11018version = "0.5.1"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11021dependencies = [
11022 "log",
11023 "pathfinder_simd",
11024]
11025
11026[[package]]
11027name = "pathfinder_simd"
11028version = "0.5.4"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11031dependencies = [
11032 "rustc_version",
11033]
11034
11035[[package]]
11036name = "paths"
11037version = "0.1.0"
11038dependencies = [
11039 "dirs 4.0.0",
11040 "util",
11041 "workspace-hack",
11042]
11043
11044[[package]]
11045name = "pbjson"
11046version = "0.6.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11049dependencies = [
11050 "base64 0.21.7",
11051 "serde",
11052]
11053
11054[[package]]
11055name = "pbjson-build"
11056version = "0.6.2"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11059dependencies = [
11060 "heck 0.4.1",
11061 "itertools 0.11.0",
11062 "prost 0.12.6",
11063 "prost-types 0.12.6",
11064]
11065
11066[[package]]
11067name = "pbjson-types"
11068version = "0.6.0"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11071dependencies = [
11072 "bytes 1.10.1",
11073 "chrono",
11074 "pbjson",
11075 "pbjson-build",
11076 "prost 0.12.6",
11077 "prost-build 0.12.6",
11078 "serde",
11079]
11080
11081[[package]]
11082name = "pbkdf2"
11083version = "0.11.0"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11086dependencies = [
11087 "digest",
11088 "hmac",
11089 "password-hash 0.4.2",
11090 "sha2",
11091]
11092
11093[[package]]
11094name = "pbkdf2"
11095version = "0.12.2"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11098dependencies = [
11099 "digest",
11100 "hmac",
11101]
11102
11103[[package]]
11104name = "pem"
11105version = "3.0.5"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11108dependencies = [
11109 "base64 0.22.1",
11110 "serde",
11111]
11112
11113[[package]]
11114name = "pem-rfc7468"
11115version = "0.7.0"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11118dependencies = [
11119 "base64ct",
11120]
11121
11122[[package]]
11123name = "percent-encoding"
11124version = "2.3.1"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11127
11128[[package]]
11129name = "perplexity"
11130version = "0.1.0"
11131dependencies = [
11132 "serde",
11133 "zed_extension_api 0.6.0",
11134]
11135
11136[[package]]
11137name = "pest"
11138version = "2.8.0"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11141dependencies = [
11142 "memchr",
11143 "thiserror 2.0.12",
11144 "ucd-trie",
11145]
11146
11147[[package]]
11148name = "pest_derive"
11149version = "2.8.0"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11152dependencies = [
11153 "pest",
11154 "pest_generator",
11155]
11156
11157[[package]]
11158name = "pest_generator"
11159version = "2.8.0"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11162dependencies = [
11163 "pest",
11164 "pest_meta",
11165 "proc-macro2",
11166 "quote",
11167 "syn 2.0.101",
11168]
11169
11170[[package]]
11171name = "pest_meta"
11172version = "2.8.0"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11175dependencies = [
11176 "once_cell",
11177 "pest",
11178 "sha2",
11179]
11180
11181[[package]]
11182name = "pet"
11183version = "0.1.0"
11184source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11185dependencies = [
11186 "clap",
11187 "env_logger 0.10.2",
11188 "lazy_static",
11189 "log",
11190 "msvc_spectre_libs",
11191 "pet-conda",
11192 "pet-core",
11193 "pet-env-var-path",
11194 "pet-fs",
11195 "pet-global-virtualenvs",
11196 "pet-homebrew",
11197 "pet-jsonrpc",
11198 "pet-linux-global-python",
11199 "pet-mac-commandlinetools",
11200 "pet-mac-python-org",
11201 "pet-mac-xcode",
11202 "pet-pipenv",
11203 "pet-pixi",
11204 "pet-poetry",
11205 "pet-pyenv",
11206 "pet-python-utils",
11207 "pet-reporter",
11208 "pet-telemetry",
11209 "pet-venv",
11210 "pet-virtualenv",
11211 "pet-virtualenvwrapper",
11212 "pet-windows-registry",
11213 "pet-windows-store",
11214 "serde",
11215 "serde_json",
11216]
11217
11218[[package]]
11219name = "pet-conda"
11220version = "0.1.0"
11221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11222dependencies = [
11223 "env_logger 0.10.2",
11224 "lazy_static",
11225 "log",
11226 "msvc_spectre_libs",
11227 "pet-core",
11228 "pet-fs",
11229 "pet-python-utils",
11230 "pet-reporter",
11231 "regex",
11232 "serde",
11233 "serde_json",
11234 "yaml-rust2",
11235]
11236
11237[[package]]
11238name = "pet-core"
11239version = "0.1.0"
11240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11241dependencies = [
11242 "clap",
11243 "lazy_static",
11244 "log",
11245 "msvc_spectre_libs",
11246 "pet-fs",
11247 "regex",
11248 "serde",
11249 "serde_json",
11250]
11251
11252[[package]]
11253name = "pet-env-var-path"
11254version = "0.1.0"
11255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11256dependencies = [
11257 "lazy_static",
11258 "log",
11259 "msvc_spectre_libs",
11260 "pet-conda",
11261 "pet-core",
11262 "pet-fs",
11263 "pet-python-utils",
11264 "pet-virtualenv",
11265 "regex",
11266]
11267
11268[[package]]
11269name = "pet-fs"
11270version = "0.1.0"
11271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11272dependencies = [
11273 "log",
11274 "msvc_spectre_libs",
11275]
11276
11277[[package]]
11278name = "pet-global-virtualenvs"
11279version = "0.1.0"
11280source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11281dependencies = [
11282 "log",
11283 "msvc_spectre_libs",
11284 "pet-conda",
11285 "pet-core",
11286 "pet-fs",
11287 "pet-virtualenv",
11288]
11289
11290[[package]]
11291name = "pet-homebrew"
11292version = "0.1.0"
11293source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11294dependencies = [
11295 "lazy_static",
11296 "log",
11297 "msvc_spectre_libs",
11298 "pet-conda",
11299 "pet-core",
11300 "pet-fs",
11301 "pet-python-utils",
11302 "pet-virtualenv",
11303 "regex",
11304 "serde",
11305 "serde_json",
11306]
11307
11308[[package]]
11309name = "pet-jsonrpc"
11310version = "0.1.0"
11311source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11312dependencies = [
11313 "env_logger 0.10.2",
11314 "log",
11315 "msvc_spectre_libs",
11316 "pet-core",
11317 "serde",
11318 "serde_json",
11319]
11320
11321[[package]]
11322name = "pet-linux-global-python"
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-mac-commandlinetools"
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-core",
11342 "pet-fs",
11343 "pet-python-utils",
11344 "pet-virtualenv",
11345]
11346
11347[[package]]
11348name = "pet-mac-python-org"
11349version = "0.1.0"
11350source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11351dependencies = [
11352 "log",
11353 "msvc_spectre_libs",
11354 "pet-core",
11355 "pet-fs",
11356 "pet-python-utils",
11357 "pet-virtualenv",
11358]
11359
11360[[package]]
11361name = "pet-mac-xcode"
11362version = "0.1.0"
11363source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11364dependencies = [
11365 "log",
11366 "msvc_spectre_libs",
11367 "pet-core",
11368 "pet-fs",
11369 "pet-python-utils",
11370 "pet-virtualenv",
11371]
11372
11373[[package]]
11374name = "pet-pipenv"
11375version = "0.1.0"
11376source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11377dependencies = [
11378 "log",
11379 "msvc_spectre_libs",
11380 "pet-core",
11381 "pet-fs",
11382 "pet-python-utils",
11383 "pet-virtualenv",
11384]
11385
11386[[package]]
11387name = "pet-pixi"
11388version = "0.1.0"
11389source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11390dependencies = [
11391 "log",
11392 "msvc_spectre_libs",
11393 "pet-conda",
11394 "pet-core",
11395 "pet-python-utils",
11396]
11397
11398[[package]]
11399name = "pet-poetry"
11400version = "0.1.0"
11401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11402dependencies = [
11403 "base64 0.22.1",
11404 "lazy_static",
11405 "log",
11406 "msvc_spectre_libs",
11407 "pet-core",
11408 "pet-fs",
11409 "pet-python-utils",
11410 "pet-reporter",
11411 "pet-virtualenv",
11412 "regex",
11413 "serde",
11414 "serde_json",
11415 "sha2",
11416 "toml 0.8.20",
11417]
11418
11419[[package]]
11420name = "pet-pyenv"
11421version = "0.1.0"
11422source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11423dependencies = [
11424 "lazy_static",
11425 "log",
11426 "msvc_spectre_libs",
11427 "pet-conda",
11428 "pet-core",
11429 "pet-fs",
11430 "pet-python-utils",
11431 "pet-reporter",
11432 "regex",
11433 "serde",
11434 "serde_json",
11435]
11436
11437[[package]]
11438name = "pet-python-utils"
11439version = "0.1.0"
11440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11441dependencies = [
11442 "env_logger 0.10.2",
11443 "lazy_static",
11444 "log",
11445 "msvc_spectre_libs",
11446 "pet-core",
11447 "pet-fs",
11448 "regex",
11449 "serde",
11450 "serde_json",
11451 "sha2",
11452]
11453
11454[[package]]
11455name = "pet-reporter"
11456version = "0.1.0"
11457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11458dependencies = [
11459 "env_logger 0.10.2",
11460 "log",
11461 "msvc_spectre_libs",
11462 "pet-core",
11463 "pet-jsonrpc",
11464 "serde",
11465 "serde_json",
11466]
11467
11468[[package]]
11469name = "pet-telemetry"
11470version = "0.1.0"
11471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11472dependencies = [
11473 "env_logger 0.10.2",
11474 "lazy_static",
11475 "log",
11476 "msvc_spectre_libs",
11477 "pet-core",
11478 "pet-fs",
11479 "pet-python-utils",
11480 "regex",
11481]
11482
11483[[package]]
11484name = "pet-venv"
11485version = "0.1.0"
11486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11487dependencies = [
11488 "log",
11489 "msvc_spectre_libs",
11490 "pet-core",
11491 "pet-python-utils",
11492 "pet-virtualenv",
11493]
11494
11495[[package]]
11496name = "pet-virtualenv"
11497version = "0.1.0"
11498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11499dependencies = [
11500 "log",
11501 "msvc_spectre_libs",
11502 "pet-core",
11503 "pet-fs",
11504 "pet-python-utils",
11505]
11506
11507[[package]]
11508name = "pet-virtualenvwrapper"
11509version = "0.1.0"
11510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11511dependencies = [
11512 "log",
11513 "msvc_spectre_libs",
11514 "pet-core",
11515 "pet-fs",
11516 "pet-python-utils",
11517 "pet-virtualenv",
11518]
11519
11520[[package]]
11521name = "pet-windows-registry"
11522version = "0.1.0"
11523source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11524dependencies = [
11525 "lazy_static",
11526 "log",
11527 "msvc_spectre_libs",
11528 "pet-conda",
11529 "pet-core",
11530 "pet-fs",
11531 "pet-python-utils",
11532 "pet-virtualenv",
11533 "pet-windows-store",
11534 "regex",
11535 "winreg 0.55.0",
11536]
11537
11538[[package]]
11539name = "pet-windows-store"
11540version = "0.1.0"
11541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11542dependencies = [
11543 "lazy_static",
11544 "log",
11545 "msvc_spectre_libs",
11546 "pet-core",
11547 "pet-fs",
11548 "pet-python-utils",
11549 "pet-virtualenv",
11550 "regex",
11551 "winreg 0.55.0",
11552]
11553
11554[[package]]
11555name = "petgraph"
11556version = "0.6.5"
11557source = "registry+https://github.com/rust-lang/crates.io-index"
11558checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11559dependencies = [
11560 "fixedbitset",
11561 "indexmap",
11562]
11563
11564[[package]]
11565name = "pgvector"
11566version = "0.4.0"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11569dependencies = [
11570 "serde",
11571]
11572
11573[[package]]
11574name = "phf"
11575version = "0.11.3"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11578dependencies = [
11579 "phf_macros",
11580 "phf_shared",
11581]
11582
11583[[package]]
11584name = "phf_codegen"
11585version = "0.11.3"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11588dependencies = [
11589 "phf_generator",
11590 "phf_shared",
11591]
11592
11593[[package]]
11594name = "phf_generator"
11595version = "0.11.3"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11598dependencies = [
11599 "phf_shared",
11600 "rand 0.8.5",
11601]
11602
11603[[package]]
11604name = "phf_macros"
11605version = "0.11.3"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11608dependencies = [
11609 "phf_generator",
11610 "phf_shared",
11611 "proc-macro2",
11612 "quote",
11613 "syn 2.0.101",
11614]
11615
11616[[package]]
11617name = "phf_shared"
11618version = "0.11.3"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11621dependencies = [
11622 "siphasher",
11623]
11624
11625[[package]]
11626name = "picker"
11627version = "0.1.0"
11628dependencies = [
11629 "anyhow",
11630 "ctor",
11631 "editor",
11632 "env_logger 0.11.8",
11633 "gpui",
11634 "menu",
11635 "schemars",
11636 "serde",
11637 "serde_json",
11638 "ui",
11639 "util",
11640 "workspace",
11641 "workspace-hack",
11642]
11643
11644[[package]]
11645name = "pico-args"
11646version = "0.5.0"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11649
11650[[package]]
11651name = "pin-project"
11652version = "1.1.10"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11655dependencies = [
11656 "pin-project-internal",
11657]
11658
11659[[package]]
11660name = "pin-project-internal"
11661version = "1.1.10"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11664dependencies = [
11665 "proc-macro2",
11666 "quote",
11667 "syn 2.0.101",
11668]
11669
11670[[package]]
11671name = "pin-project-lite"
11672version = "0.2.16"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11675
11676[[package]]
11677name = "pin-utils"
11678version = "0.1.0"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11681
11682[[package]]
11683name = "piper"
11684version = "0.2.4"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11687dependencies = [
11688 "atomic-waker",
11689 "fastrand 2.3.0",
11690 "futures-io",
11691]
11692
11693[[package]]
11694name = "pkcs1"
11695version = "0.7.5"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11698dependencies = [
11699 "der 0.7.10",
11700 "pkcs8 0.10.2",
11701 "spki 0.7.3",
11702]
11703
11704[[package]]
11705name = "pkcs8"
11706version = "0.9.0"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11709dependencies = [
11710 "der 0.6.1",
11711 "spki 0.6.0",
11712]
11713
11714[[package]]
11715name = "pkcs8"
11716version = "0.10.2"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11719dependencies = [
11720 "der 0.7.10",
11721 "spki 0.7.3",
11722]
11723
11724[[package]]
11725name = "pkg-config"
11726version = "0.3.32"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11729
11730[[package]]
11731name = "plist"
11732version = "1.7.1"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11735dependencies = [
11736 "base64 0.22.1",
11737 "indexmap",
11738 "quick-xml 0.32.0",
11739 "serde",
11740 "time",
11741]
11742
11743[[package]]
11744name = "plotters"
11745version = "0.3.7"
11746source = "registry+https://github.com/rust-lang/crates.io-index"
11747checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11748dependencies = [
11749 "num-traits",
11750 "plotters-backend",
11751 "plotters-svg",
11752 "wasm-bindgen",
11753 "web-sys",
11754]
11755
11756[[package]]
11757name = "plotters-backend"
11758version = "0.3.7"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11761
11762[[package]]
11763name = "plotters-svg"
11764version = "0.3.7"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11767dependencies = [
11768 "plotters-backend",
11769]
11770
11771[[package]]
11772name = "png"
11773version = "0.17.16"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11776dependencies = [
11777 "bitflags 1.3.2",
11778 "crc32fast",
11779 "fdeflate",
11780 "flate2",
11781 "miniz_oxide",
11782]
11783
11784[[package]]
11785name = "polling"
11786version = "3.7.4"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11789dependencies = [
11790 "cfg-if",
11791 "concurrent-queue",
11792 "hermit-abi 0.4.0",
11793 "pin-project-lite",
11794 "rustix 0.38.44",
11795 "tracing",
11796 "windows-sys 0.59.0",
11797]
11798
11799[[package]]
11800name = "pollster"
11801version = "0.2.5"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11804
11805[[package]]
11806name = "pollster"
11807version = "0.4.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11810
11811[[package]]
11812name = "portable-atomic"
11813version = "1.11.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11816
11817[[package]]
11818name = "portable-atomic-util"
11819version = "0.2.4"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11822dependencies = [
11823 "portable-atomic",
11824]
11825
11826[[package]]
11827name = "portable-pty"
11828version = "0.9.0"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11831dependencies = [
11832 "anyhow",
11833 "bitflags 1.3.2",
11834 "downcast-rs",
11835 "filedescriptor",
11836 "lazy_static",
11837 "libc",
11838 "log",
11839 "nix 0.28.0",
11840 "serial2",
11841 "shared_library",
11842 "shell-words",
11843 "winapi",
11844 "winreg 0.10.1",
11845]
11846
11847[[package]]
11848name = "postage"
11849version = "0.5.0"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11852dependencies = [
11853 "atomic",
11854 "crossbeam-queue",
11855 "futures 0.3.31",
11856 "log",
11857 "parking_lot",
11858 "pin-project",
11859 "pollster 0.2.5",
11860 "static_assertions",
11861 "thiserror 1.0.69",
11862]
11863
11864[[package]]
11865name = "postcard"
11866version = "1.1.1"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11869dependencies = [
11870 "cobs",
11871 "embedded-io 0.4.0",
11872 "embedded-io 0.6.1",
11873 "serde",
11874]
11875
11876[[package]]
11877name = "powerfmt"
11878version = "0.2.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11881
11882[[package]]
11883name = "ppv-lite86"
11884version = "0.2.21"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11887dependencies = [
11888 "zerocopy 0.8.24",
11889]
11890
11891[[package]]
11892name = "precomputed-hash"
11893version = "0.1.1"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11896
11897[[package]]
11898name = "prettier"
11899version = "0.1.0"
11900dependencies = [
11901 "anyhow",
11902 "collections",
11903 "fs",
11904 "gpui",
11905 "language",
11906 "log",
11907 "lsp",
11908 "node_runtime",
11909 "parking_lot",
11910 "paths",
11911 "serde",
11912 "serde_json",
11913 "util",
11914 "workspace-hack",
11915]
11916
11917[[package]]
11918name = "pretty_assertions"
11919version = "1.4.1"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11922dependencies = [
11923 "diff",
11924 "yansi",
11925]
11926
11927[[package]]
11928name = "prettyplease"
11929version = "0.2.32"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11932dependencies = [
11933 "proc-macro2",
11934 "syn 2.0.101",
11935]
11936
11937[[package]]
11938name = "proc-macro-crate"
11939version = "3.3.0"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11942dependencies = [
11943 "toml_edit",
11944]
11945
11946[[package]]
11947name = "proc-macro-error-attr2"
11948version = "2.0.0"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11951dependencies = [
11952 "proc-macro2",
11953 "quote",
11954]
11955
11956[[package]]
11957name = "proc-macro-error2"
11958version = "2.0.1"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11961dependencies = [
11962 "proc-macro-error-attr2",
11963 "proc-macro2",
11964 "quote",
11965 "syn 2.0.101",
11966]
11967
11968[[package]]
11969name = "proc-macro2"
11970version = "1.0.95"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11973dependencies = [
11974 "unicode-ident",
11975]
11976
11977[[package]]
11978name = "proc-macro2-diagnostics"
11979version = "0.10.1"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11982dependencies = [
11983 "proc-macro2",
11984 "quote",
11985 "syn 2.0.101",
11986 "version_check",
11987 "yansi",
11988]
11989
11990[[package]]
11991name = "prodash"
11992version = "29.0.2"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11995dependencies = [
11996 "log",
11997 "parking_lot",
11998]
11999
12000[[package]]
12001name = "profiling"
12002version = "1.0.16"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12005dependencies = [
12006 "profiling-procmacros",
12007]
12008
12009[[package]]
12010name = "profiling-procmacros"
12011version = "1.0.16"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12014dependencies = [
12015 "quote",
12016 "syn 2.0.101",
12017]
12018
12019[[package]]
12020name = "project"
12021version = "0.1.0"
12022dependencies = [
12023 "aho-corasick",
12024 "anyhow",
12025 "askpass",
12026 "async-trait",
12027 "buffer_diff",
12028 "circular-buffer",
12029 "client",
12030 "clock",
12031 "collections",
12032 "context_server",
12033 "dap",
12034 "dap_adapters",
12035 "env_logger 0.11.8",
12036 "extension",
12037 "fancy-regex 0.14.0",
12038 "fs",
12039 "futures 0.3.31",
12040 "fuzzy",
12041 "git",
12042 "git2",
12043 "git_hosting_providers",
12044 "globset",
12045 "gpui",
12046 "http_client",
12047 "image",
12048 "indexmap",
12049 "itertools 0.14.0",
12050 "language",
12051 "log",
12052 "lsp",
12053 "node_runtime",
12054 "parking_lot",
12055 "pathdiff",
12056 "paths",
12057 "postage",
12058 "prettier",
12059 "pretty_assertions",
12060 "rand 0.8.5",
12061 "regex",
12062 "release_channel",
12063 "remote",
12064 "rpc",
12065 "schemars",
12066 "serde",
12067 "serde_json",
12068 "settings",
12069 "sha2",
12070 "shellexpand 2.1.2",
12071 "shlex",
12072 "smol",
12073 "snippet",
12074 "snippet_provider",
12075 "sum_tree",
12076 "task",
12077 "tempfile",
12078 "terminal",
12079 "text",
12080 "toml 0.8.20",
12081 "unindent",
12082 "url",
12083 "util",
12084 "which 6.0.3",
12085 "workspace-hack",
12086 "worktree",
12087 "zlog",
12088]
12089
12090[[package]]
12091name = "project_panel"
12092version = "0.1.0"
12093dependencies = [
12094 "anyhow",
12095 "client",
12096 "collections",
12097 "command_palette_hooks",
12098 "db",
12099 "editor",
12100 "file_icons",
12101 "git",
12102 "gpui",
12103 "indexmap",
12104 "language",
12105 "menu",
12106 "pretty_assertions",
12107 "project",
12108 "schemars",
12109 "search",
12110 "serde",
12111 "serde_derive",
12112 "serde_json",
12113 "settings",
12114 "smallvec",
12115 "theme",
12116 "ui",
12117 "util",
12118 "workspace",
12119 "workspace-hack",
12120 "worktree",
12121 "zed_actions",
12122]
12123
12124[[package]]
12125name = "project_symbols"
12126version = "0.1.0"
12127dependencies = [
12128 "anyhow",
12129 "editor",
12130 "futures 0.3.31",
12131 "fuzzy",
12132 "gpui",
12133 "language",
12134 "lsp",
12135 "ordered-float 2.10.1",
12136 "picker",
12137 "project",
12138 "release_channel",
12139 "serde_json",
12140 "settings",
12141 "theme",
12142 "util",
12143 "workspace",
12144 "workspace-hack",
12145]
12146
12147[[package]]
12148name = "prometheus"
12149version = "0.14.0"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12152dependencies = [
12153 "cfg-if",
12154 "fnv",
12155 "lazy_static",
12156 "memchr",
12157 "parking_lot",
12158 "protobuf",
12159 "thiserror 2.0.12",
12160]
12161
12162[[package]]
12163name = "prompt_store"
12164version = "0.1.0"
12165dependencies = [
12166 "anyhow",
12167 "assets",
12168 "chrono",
12169 "collections",
12170 "fs",
12171 "futures 0.3.31",
12172 "fuzzy",
12173 "gpui",
12174 "handlebars 4.5.0",
12175 "heed",
12176 "language",
12177 "log",
12178 "parking_lot",
12179 "paths",
12180 "rope",
12181 "serde",
12182 "serde_json",
12183 "text",
12184 "util",
12185 "uuid",
12186 "workspace-hack",
12187]
12188
12189[[package]]
12190name = "prost"
12191version = "0.9.0"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12194dependencies = [
12195 "bytes 1.10.1",
12196 "prost-derive 0.9.0",
12197]
12198
12199[[package]]
12200name = "prost"
12201version = "0.12.6"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12204dependencies = [
12205 "bytes 1.10.1",
12206 "prost-derive 0.12.6",
12207]
12208
12209[[package]]
12210name = "prost"
12211version = "0.13.5"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12214dependencies = [
12215 "bytes 1.10.1",
12216 "prost-derive 0.13.5",
12217]
12218
12219[[package]]
12220name = "prost-build"
12221version = "0.9.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12224dependencies = [
12225 "bytes 1.10.1",
12226 "heck 0.3.3",
12227 "itertools 0.10.5",
12228 "lazy_static",
12229 "log",
12230 "multimap 0.8.3",
12231 "petgraph",
12232 "prost 0.9.0",
12233 "prost-types 0.9.0",
12234 "regex",
12235 "tempfile",
12236 "which 4.4.2",
12237]
12238
12239[[package]]
12240name = "prost-build"
12241version = "0.12.6"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12244dependencies = [
12245 "bytes 1.10.1",
12246 "heck 0.5.0",
12247 "itertools 0.12.1",
12248 "log",
12249 "multimap 0.10.0",
12250 "once_cell",
12251 "petgraph",
12252 "prettyplease",
12253 "prost 0.12.6",
12254 "prost-types 0.12.6",
12255 "regex",
12256 "syn 2.0.101",
12257 "tempfile",
12258]
12259
12260[[package]]
12261name = "prost-derive"
12262version = "0.9.0"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12265dependencies = [
12266 "anyhow",
12267 "itertools 0.10.5",
12268 "proc-macro2",
12269 "quote",
12270 "syn 1.0.109",
12271]
12272
12273[[package]]
12274name = "prost-derive"
12275version = "0.12.6"
12276source = "registry+https://github.com/rust-lang/crates.io-index"
12277checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12278dependencies = [
12279 "anyhow",
12280 "itertools 0.12.1",
12281 "proc-macro2",
12282 "quote",
12283 "syn 2.0.101",
12284]
12285
12286[[package]]
12287name = "prost-derive"
12288version = "0.13.5"
12289source = "registry+https://github.com/rust-lang/crates.io-index"
12290checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12291dependencies = [
12292 "anyhow",
12293 "itertools 0.14.0",
12294 "proc-macro2",
12295 "quote",
12296 "syn 2.0.101",
12297]
12298
12299[[package]]
12300name = "prost-types"
12301version = "0.9.0"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12304dependencies = [
12305 "bytes 1.10.1",
12306 "prost 0.9.0",
12307]
12308
12309[[package]]
12310name = "prost-types"
12311version = "0.12.6"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12314dependencies = [
12315 "prost 0.12.6",
12316]
12317
12318[[package]]
12319name = "proto"
12320version = "0.1.0"
12321dependencies = [
12322 "anyhow",
12323 "collections",
12324 "prost 0.9.0",
12325 "prost-build 0.9.0",
12326 "serde",
12327 "workspace-hack",
12328]
12329
12330[[package]]
12331name = "protobuf"
12332version = "3.7.2"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12335dependencies = [
12336 "once_cell",
12337 "protobuf-support",
12338 "thiserror 1.0.69",
12339]
12340
12341[[package]]
12342name = "protobuf-support"
12343version = "3.7.2"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12346dependencies = [
12347 "thiserror 1.0.69",
12348]
12349
12350[[package]]
12351name = "psm"
12352version = "0.1.25"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12355dependencies = [
12356 "cc",
12357]
12358
12359[[package]]
12360name = "ptr_meta"
12361version = "0.1.4"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12364dependencies = [
12365 "ptr_meta_derive",
12366]
12367
12368[[package]]
12369name = "ptr_meta_derive"
12370version = "0.1.4"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12373dependencies = [
12374 "proc-macro2",
12375 "quote",
12376 "syn 1.0.109",
12377]
12378
12379[[package]]
12380name = "pulldown-cmark"
12381version = "0.10.3"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12384dependencies = [
12385 "bitflags 2.9.0",
12386 "memchr",
12387 "pulldown-cmark-escape",
12388 "unicase",
12389]
12390
12391[[package]]
12392name = "pulldown-cmark"
12393version = "0.12.2"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12396dependencies = [
12397 "bitflags 2.9.0",
12398 "memchr",
12399 "unicase",
12400]
12401
12402[[package]]
12403name = "pulldown-cmark-escape"
12404version = "0.10.1"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12407
12408[[package]]
12409name = "pulley-interpreter"
12410version = "29.0.1"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12413dependencies = [
12414 "cranelift-bitset",
12415 "log",
12416 "sptr",
12417 "wasmtime-math",
12418]
12419
12420[[package]]
12421name = "qoi"
12422version = "0.4.1"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12425dependencies = [
12426 "bytemuck",
12427]
12428
12429[[package]]
12430name = "quick-error"
12431version = "2.0.1"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12434
12435[[package]]
12436name = "quick-xml"
12437version = "0.30.0"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12440dependencies = [
12441 "memchr",
12442]
12443
12444[[package]]
12445name = "quick-xml"
12446version = "0.32.0"
12447source = "registry+https://github.com/rust-lang/crates.io-index"
12448checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12449dependencies = [
12450 "memchr",
12451]
12452
12453[[package]]
12454name = "quick-xml"
12455version = "0.37.4"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12458dependencies = [
12459 "memchr",
12460]
12461
12462[[package]]
12463name = "quinn"
12464version = "0.11.7"
12465source = "registry+https://github.com/rust-lang/crates.io-index"
12466checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12467dependencies = [
12468 "bytes 1.10.1",
12469 "cfg_aliases 0.2.1",
12470 "pin-project-lite",
12471 "quinn-proto",
12472 "quinn-udp",
12473 "rustc-hash 2.1.1",
12474 "rustls 0.23.26",
12475 "socket2",
12476 "thiserror 2.0.12",
12477 "tokio",
12478 "tracing",
12479 "web-time",
12480]
12481
12482[[package]]
12483name = "quinn-proto"
12484version = "0.11.10"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12487dependencies = [
12488 "bytes 1.10.1",
12489 "getrandom 0.3.2",
12490 "rand 0.9.1",
12491 "ring",
12492 "rustc-hash 2.1.1",
12493 "rustls 0.23.26",
12494 "rustls-pki-types",
12495 "slab",
12496 "thiserror 2.0.12",
12497 "tinyvec",
12498 "tracing",
12499 "web-time",
12500]
12501
12502[[package]]
12503name = "quinn-udp"
12504version = "0.5.11"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12507dependencies = [
12508 "cfg_aliases 0.2.1",
12509 "libc",
12510 "once_cell",
12511 "socket2",
12512 "tracing",
12513 "windows-sys 0.59.0",
12514]
12515
12516[[package]]
12517name = "quote"
12518version = "1.0.40"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12521dependencies = [
12522 "proc-macro2",
12523]
12524
12525[[package]]
12526name = "r-efi"
12527version = "5.2.0"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12530
12531[[package]]
12532name = "radium"
12533version = "0.7.0"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12536
12537[[package]]
12538name = "rand"
12539version = "0.7.3"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12542dependencies = [
12543 "getrandom 0.1.16",
12544 "libc",
12545 "rand_chacha 0.2.2",
12546 "rand_core 0.5.1",
12547 "rand_hc",
12548]
12549
12550[[package]]
12551name = "rand"
12552version = "0.8.5"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12555dependencies = [
12556 "libc",
12557 "rand_chacha 0.3.1",
12558 "rand_core 0.6.4",
12559]
12560
12561[[package]]
12562name = "rand"
12563version = "0.9.1"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12566dependencies = [
12567 "rand_chacha 0.9.0",
12568 "rand_core 0.9.3",
12569]
12570
12571[[package]]
12572name = "rand_chacha"
12573version = "0.2.2"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12576dependencies = [
12577 "ppv-lite86",
12578 "rand_core 0.5.1",
12579]
12580
12581[[package]]
12582name = "rand_chacha"
12583version = "0.3.1"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12586dependencies = [
12587 "ppv-lite86",
12588 "rand_core 0.6.4",
12589]
12590
12591[[package]]
12592name = "rand_chacha"
12593version = "0.9.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12596dependencies = [
12597 "ppv-lite86",
12598 "rand_core 0.9.3",
12599]
12600
12601[[package]]
12602name = "rand_core"
12603version = "0.5.1"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12606dependencies = [
12607 "getrandom 0.1.16",
12608]
12609
12610[[package]]
12611name = "rand_core"
12612version = "0.6.4"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12615dependencies = [
12616 "getrandom 0.2.15",
12617]
12618
12619[[package]]
12620name = "rand_core"
12621version = "0.9.3"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12624dependencies = [
12625 "getrandom 0.3.2",
12626]
12627
12628[[package]]
12629name = "rand_hc"
12630version = "0.2.0"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12633dependencies = [
12634 "rand_core 0.5.1",
12635]
12636
12637[[package]]
12638name = "rangemap"
12639version = "1.5.1"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12642
12643[[package]]
12644name = "rav1e"
12645version = "0.7.1"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12648dependencies = [
12649 "arbitrary",
12650 "arg_enum_proc_macro",
12651 "arrayvec",
12652 "av1-grain",
12653 "bitstream-io",
12654 "built",
12655 "cfg-if",
12656 "interpolate_name",
12657 "itertools 0.12.1",
12658 "libc",
12659 "libfuzzer-sys",
12660 "log",
12661 "maybe-rayon",
12662 "new_debug_unreachable",
12663 "noop_proc_macro",
12664 "num-derive",
12665 "num-traits",
12666 "once_cell",
12667 "paste",
12668 "profiling",
12669 "rand 0.8.5",
12670 "rand_chacha 0.3.1",
12671 "simd_helpers",
12672 "system-deps",
12673 "thiserror 1.0.69",
12674 "v_frame",
12675 "wasm-bindgen",
12676]
12677
12678[[package]]
12679name = "ravif"
12680version = "0.11.12"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12683dependencies = [
12684 "avif-serialize",
12685 "imgref",
12686 "loop9",
12687 "quick-error",
12688 "rav1e",
12689 "rayon",
12690 "rgb",
12691]
12692
12693[[package]]
12694name = "raw-window-handle"
12695version = "0.6.2"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12698
12699[[package]]
12700name = "raw-window-metal"
12701version = "0.4.0"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12704dependencies = [
12705 "cocoa 0.25.0",
12706 "core-graphics 0.23.2",
12707 "objc",
12708 "raw-window-handle",
12709]
12710
12711[[package]]
12712name = "rayon"
12713version = "1.10.0"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12716dependencies = [
12717 "either",
12718 "rayon-core",
12719]
12720
12721[[package]]
12722name = "rayon-core"
12723version = "1.12.1"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12726dependencies = [
12727 "crossbeam-deque",
12728 "crossbeam-utils",
12729]
12730
12731[[package]]
12732name = "read-fonts"
12733version = "0.25.3"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12736dependencies = [
12737 "bytemuck",
12738 "font-types",
12739]
12740
12741[[package]]
12742name = "recent_projects"
12743version = "0.1.0"
12744dependencies = [
12745 "anyhow",
12746 "auto_update",
12747 "dap",
12748 "editor",
12749 "extension_host",
12750 "file_finder",
12751 "futures 0.3.31",
12752 "fuzzy",
12753 "gpui",
12754 "language",
12755 "log",
12756 "markdown",
12757 "menu",
12758 "ordered-float 2.10.1",
12759 "paths",
12760 "picker",
12761 "project",
12762 "release_channel",
12763 "remote",
12764 "schemars",
12765 "serde",
12766 "serde_json",
12767 "settings",
12768 "smol",
12769 "task",
12770 "telemetry",
12771 "theme",
12772 "ui",
12773 "util",
12774 "workspace",
12775 "workspace-hack",
12776 "zed_actions",
12777]
12778
12779[[package]]
12780name = "redox_syscall"
12781version = "0.2.16"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12784dependencies = [
12785 "bitflags 1.3.2",
12786]
12787
12788[[package]]
12789name = "redox_syscall"
12790version = "0.5.11"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12793dependencies = [
12794 "bitflags 2.9.0",
12795]
12796
12797[[package]]
12798name = "redox_users"
12799version = "0.4.6"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12802dependencies = [
12803 "getrandom 0.2.15",
12804 "libredox",
12805 "thiserror 1.0.69",
12806]
12807
12808[[package]]
12809name = "redox_users"
12810version = "0.5.0"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12813dependencies = [
12814 "getrandom 0.2.15",
12815 "libredox",
12816 "thiserror 2.0.12",
12817]
12818
12819[[package]]
12820name = "ref-cast"
12821version = "1.0.24"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12824dependencies = [
12825 "ref-cast-impl",
12826]
12827
12828[[package]]
12829name = "ref-cast-impl"
12830version = "1.0.24"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12833dependencies = [
12834 "proc-macro2",
12835 "quote",
12836 "syn 2.0.101",
12837]
12838
12839[[package]]
12840name = "referencing"
12841version = "0.30.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12844dependencies = [
12845 "ahash 0.8.11",
12846 "fluent-uri",
12847 "once_cell",
12848 "parking_lot",
12849 "percent-encoding",
12850 "serde_json",
12851]
12852
12853[[package]]
12854name = "refineable"
12855version = "0.1.0"
12856dependencies = [
12857 "derive_refineable",
12858 "workspace-hack",
12859]
12860
12861[[package]]
12862name = "regalloc2"
12863version = "0.11.2"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12866dependencies = [
12867 "allocator-api2",
12868 "bumpalo",
12869 "hashbrown 0.15.3",
12870 "log",
12871 "rustc-hash 2.1.1",
12872 "serde",
12873 "smallvec",
12874]
12875
12876[[package]]
12877name = "regex"
12878version = "1.11.1"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12881dependencies = [
12882 "aho-corasick",
12883 "memchr",
12884 "regex-automata 0.4.9",
12885 "regex-syntax 0.8.5",
12886]
12887
12888[[package]]
12889name = "regex-automata"
12890version = "0.1.10"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12893dependencies = [
12894 "regex-syntax 0.6.29",
12895]
12896
12897[[package]]
12898name = "regex-automata"
12899version = "0.4.9"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12902dependencies = [
12903 "aho-corasick",
12904 "memchr",
12905 "regex-syntax 0.8.5",
12906]
12907
12908[[package]]
12909name = "regex-lite"
12910version = "0.1.6"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12913
12914[[package]]
12915name = "regex-syntax"
12916version = "0.6.29"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12919
12920[[package]]
12921name = "regex-syntax"
12922version = "0.8.5"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12925
12926[[package]]
12927name = "release_channel"
12928version = "0.1.0"
12929dependencies = [
12930 "gpui",
12931 "workspace-hack",
12932]
12933
12934[[package]]
12935name = "remote"
12936version = "0.1.0"
12937dependencies = [
12938 "anyhow",
12939 "askpass",
12940 "async-trait",
12941 "collections",
12942 "fs",
12943 "futures 0.3.31",
12944 "gpui",
12945 "itertools 0.14.0",
12946 "log",
12947 "parking_lot",
12948 "paths",
12949 "prost 0.9.0",
12950 "release_channel",
12951 "rpc",
12952 "schemars",
12953 "serde",
12954 "serde_json",
12955 "shlex",
12956 "smol",
12957 "tempfile",
12958 "thiserror 2.0.12",
12959 "urlencoding",
12960 "util",
12961 "workspace-hack",
12962]
12963
12964[[package]]
12965name = "remote_server"
12966version = "0.1.0"
12967dependencies = [
12968 "anyhow",
12969 "askpass",
12970 "assistant_tool",
12971 "assistant_tools",
12972 "async-watch",
12973 "backtrace",
12974 "cargo_toml",
12975 "chrono",
12976 "clap",
12977 "client",
12978 "clock",
12979 "dap",
12980 "dap_adapters",
12981 "debug_adapter_extension",
12982 "env_logger 0.11.8",
12983 "extension",
12984 "extension_host",
12985 "fork",
12986 "fs",
12987 "futures 0.3.31",
12988 "git",
12989 "git_hosting_providers",
12990 "gpui",
12991 "gpui_tokio",
12992 "http_client",
12993 "language",
12994 "language_extension",
12995 "language_model",
12996 "languages",
12997 "libc",
12998 "log",
12999 "lsp",
13000 "node_runtime",
13001 "paths",
13002 "project",
13003 "proto",
13004 "release_channel",
13005 "remote",
13006 "reqwest_client",
13007 "rpc",
13008 "rust-embed",
13009 "serde",
13010 "serde_json",
13011 "settings",
13012 "shellexpand 2.1.2",
13013 "smol",
13014 "sysinfo",
13015 "telemetry_events",
13016 "toml 0.8.20",
13017 "unindent",
13018 "util",
13019 "worktree",
13020]
13021
13022[[package]]
13023name = "rend"
13024version = "0.4.2"
13025source = "registry+https://github.com/rust-lang/crates.io-index"
13026checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13027dependencies = [
13028 "bytecheck",
13029]
13030
13031[[package]]
13032name = "repl"
13033version = "0.1.0"
13034dependencies = [
13035 "alacritty_terminal",
13036 "anyhow",
13037 "async-dispatcher",
13038 "async-tungstenite",
13039 "base64 0.22.1",
13040 "client",
13041 "collections",
13042 "command_palette_hooks",
13043 "editor",
13044 "env_logger 0.11.8",
13045 "feature_flags",
13046 "file_icons",
13047 "futures 0.3.31",
13048 "gpui",
13049 "http_client",
13050 "image",
13051 "indoc",
13052 "jupyter-protocol",
13053 "jupyter-websocket-client",
13054 "language",
13055 "languages",
13056 "log",
13057 "markdown_preview",
13058 "menu",
13059 "multi_buffer",
13060 "nbformat",
13061 "picker",
13062 "project",
13063 "runtimelib",
13064 "schemars",
13065 "serde",
13066 "serde_json",
13067 "settings",
13068 "smol",
13069 "telemetry",
13070 "terminal",
13071 "terminal_view",
13072 "theme",
13073 "tree-sitter-md",
13074 "tree-sitter-python",
13075 "tree-sitter-typescript",
13076 "ui",
13077 "util",
13078 "uuid",
13079 "workspace",
13080 "workspace-hack",
13081]
13082
13083[[package]]
13084name = "reqwest"
13085version = "0.11.27"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13088dependencies = [
13089 "base64 0.21.7",
13090 "bytes 1.10.1",
13091 "encoding_rs",
13092 "futures-core",
13093 "futures-util",
13094 "h2 0.3.26",
13095 "http 0.2.12",
13096 "http-body 0.4.6",
13097 "hyper 0.14.32",
13098 "hyper-rustls 0.24.2",
13099 "hyper-tls",
13100 "ipnet",
13101 "js-sys",
13102 "log",
13103 "mime",
13104 "native-tls",
13105 "once_cell",
13106 "percent-encoding",
13107 "pin-project-lite",
13108 "rustls 0.21.12",
13109 "rustls-native-certs 0.6.3",
13110 "rustls-pemfile 1.0.4",
13111 "serde",
13112 "serde_json",
13113 "serde_urlencoded",
13114 "sync_wrapper 0.1.2",
13115 "system-configuration 0.5.1",
13116 "tokio",
13117 "tokio-native-tls",
13118 "tokio-rustls 0.24.1",
13119 "tower-service",
13120 "url",
13121 "wasm-bindgen",
13122 "wasm-bindgen-futures",
13123 "web-sys",
13124 "winreg 0.50.0",
13125]
13126
13127[[package]]
13128name = "reqwest"
13129version = "0.12.15"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13132dependencies = [
13133 "base64 0.22.1",
13134 "bytes 1.10.1",
13135 "futures-channel",
13136 "futures-core",
13137 "futures-util",
13138 "http 1.3.1",
13139 "http-body 1.0.1",
13140 "http-body-util",
13141 "hyper 1.6.0",
13142 "hyper-util",
13143 "ipnet",
13144 "js-sys",
13145 "log",
13146 "mime",
13147 "once_cell",
13148 "percent-encoding",
13149 "pin-project-lite",
13150 "serde",
13151 "serde_json",
13152 "serde_urlencoded",
13153 "sync_wrapper 1.0.2",
13154 "tokio",
13155 "tower 0.5.2",
13156 "tower-service",
13157 "url",
13158 "wasm-bindgen",
13159 "wasm-bindgen-futures",
13160 "web-sys",
13161 "windows-registry 0.4.0",
13162]
13163
13164[[package]]
13165name = "reqwest"
13166version = "0.12.15"
13167source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13168dependencies = [
13169 "base64 0.22.1",
13170 "bytes 1.10.1",
13171 "encoding_rs",
13172 "futures-core",
13173 "futures-util",
13174 "h2 0.4.9",
13175 "http 1.3.1",
13176 "http-body 1.0.1",
13177 "http-body-util",
13178 "hyper 1.6.0",
13179 "hyper-rustls 0.27.5",
13180 "hyper-util",
13181 "ipnet",
13182 "js-sys",
13183 "log",
13184 "mime",
13185 "once_cell",
13186 "percent-encoding",
13187 "pin-project-lite",
13188 "quinn",
13189 "rustls 0.23.26",
13190 "rustls-native-certs 0.8.1",
13191 "rustls-pemfile 2.2.0",
13192 "rustls-pki-types",
13193 "serde",
13194 "serde_json",
13195 "serde_urlencoded",
13196 "sync_wrapper 1.0.2",
13197 "system-configuration 0.6.1",
13198 "tokio",
13199 "tokio-rustls 0.26.2",
13200 "tokio-socks",
13201 "tokio-util",
13202 "tower 0.5.2",
13203 "tower-service",
13204 "url",
13205 "wasm-bindgen",
13206 "wasm-bindgen-futures",
13207 "wasm-streams",
13208 "web-sys",
13209 "windows-registry 0.4.0",
13210]
13211
13212[[package]]
13213name = "reqwest_client"
13214version = "0.1.0"
13215dependencies = [
13216 "anyhow",
13217 "bytes 1.10.1",
13218 "futures 0.3.31",
13219 "gpui",
13220 "http_client",
13221 "http_client_tls",
13222 "log",
13223 "regex",
13224 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13225 "serde",
13226 "smol",
13227 "tokio",
13228 "workspace-hack",
13229]
13230
13231[[package]]
13232name = "resvg"
13233version = "0.45.1"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13236dependencies = [
13237 "log",
13238 "pico-args",
13239 "rgb",
13240 "svgtypes",
13241 "tiny-skia",
13242 "usvg",
13243]
13244
13245[[package]]
13246name = "rfc6979"
13247version = "0.3.1"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13250dependencies = [
13251 "crypto-bigint 0.4.9",
13252 "hmac",
13253 "zeroize",
13254]
13255
13256[[package]]
13257name = "rgb"
13258version = "0.8.50"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13261dependencies = [
13262 "bytemuck",
13263]
13264
13265[[package]]
13266name = "rich_text"
13267version = "0.1.0"
13268dependencies = [
13269 "futures 0.3.31",
13270 "gpui",
13271 "language",
13272 "linkify",
13273 "pulldown-cmark 0.12.2",
13274 "theme",
13275 "ui",
13276 "util",
13277 "workspace-hack",
13278]
13279
13280[[package]]
13281name = "ring"
13282version = "0.17.14"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13285dependencies = [
13286 "cc",
13287 "cfg-if",
13288 "getrandom 0.2.15",
13289 "libc",
13290 "untrusted",
13291 "windows-sys 0.52.0",
13292]
13293
13294[[package]]
13295name = "rkyv"
13296version = "0.7.45"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13299dependencies = [
13300 "bitvec",
13301 "bytecheck",
13302 "bytes 1.10.1",
13303 "hashbrown 0.12.3",
13304 "ptr_meta",
13305 "rend",
13306 "rkyv_derive",
13307 "seahash",
13308 "tinyvec",
13309 "uuid",
13310]
13311
13312[[package]]
13313name = "rkyv_derive"
13314version = "0.7.45"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13317dependencies = [
13318 "proc-macro2",
13319 "quote",
13320 "syn 1.0.109",
13321]
13322
13323[[package]]
13324name = "rmp"
13325version = "0.8.14"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13328dependencies = [
13329 "byteorder",
13330 "num-traits",
13331 "paste",
13332]
13333
13334[[package]]
13335name = "rmpv"
13336version = "1.3.0"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13339dependencies = [
13340 "num-traits",
13341 "rmp",
13342]
13343
13344[[package]]
13345name = "rodio"
13346version = "0.20.1"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13349dependencies = [
13350 "cpal",
13351 "hound",
13352]
13353
13354[[package]]
13355name = "rope"
13356version = "0.1.0"
13357dependencies = [
13358 "arrayvec",
13359 "criterion",
13360 "ctor",
13361 "env_logger 0.11.8",
13362 "gpui",
13363 "log",
13364 "rand 0.8.5",
13365 "rayon",
13366 "smallvec",
13367 "sum_tree",
13368 "unicode-segmentation",
13369 "util",
13370 "workspace-hack",
13371]
13372
13373[[package]]
13374name = "roxmltree"
13375version = "0.20.0"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13378
13379[[package]]
13380name = "rpc"
13381version = "0.1.0"
13382dependencies = [
13383 "anyhow",
13384 "async-tungstenite",
13385 "base64 0.22.1",
13386 "chrono",
13387 "collections",
13388 "env_logger 0.11.8",
13389 "futures 0.3.31",
13390 "gpui",
13391 "parking_lot",
13392 "proto",
13393 "rand 0.8.5",
13394 "rsa",
13395 "serde",
13396 "serde_json",
13397 "sha2",
13398 "strum 0.27.1",
13399 "tracing",
13400 "util",
13401 "workspace-hack",
13402 "zstd",
13403]
13404
13405[[package]]
13406name = "rsa"
13407version = "0.9.8"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13410dependencies = [
13411 "const-oid",
13412 "digest",
13413 "num-bigint-dig",
13414 "num-integer",
13415 "num-traits",
13416 "pkcs1",
13417 "pkcs8 0.10.2",
13418 "rand_core 0.6.4",
13419 "signature 2.2.0",
13420 "spki 0.7.3",
13421 "subtle",
13422 "zeroize",
13423]
13424
13425[[package]]
13426name = "rules_library"
13427version = "0.1.0"
13428dependencies = [
13429 "anyhow",
13430 "collections",
13431 "editor",
13432 "gpui",
13433 "language",
13434 "language_model",
13435 "log",
13436 "menu",
13437 "picker",
13438 "prompt_store",
13439 "release_channel",
13440 "rope",
13441 "serde",
13442 "settings",
13443 "theme",
13444 "ui",
13445 "util",
13446 "workspace",
13447 "workspace-hack",
13448 "zed_actions",
13449]
13450
13451[[package]]
13452name = "runtimelib"
13453version = "0.25.0"
13454source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13455dependencies = [
13456 "anyhow",
13457 "async-dispatcher",
13458 "async-std",
13459 "base64 0.22.1",
13460 "bytes 1.10.1",
13461 "chrono",
13462 "data-encoding",
13463 "dirs 5.0.1",
13464 "futures 0.3.31",
13465 "glob",
13466 "jupyter-protocol",
13467 "ring",
13468 "serde",
13469 "serde_json",
13470 "shellexpand 3.1.1",
13471 "smol",
13472 "uuid",
13473 "zeromq",
13474]
13475
13476[[package]]
13477name = "rust-embed"
13478version = "8.7.0"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13481dependencies = [
13482 "rust-embed-impl",
13483 "rust-embed-utils",
13484 "walkdir",
13485]
13486
13487[[package]]
13488name = "rust-embed-impl"
13489version = "8.7.0"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13492dependencies = [
13493 "proc-macro2",
13494 "quote",
13495 "rust-embed-utils",
13496 "syn 2.0.101",
13497 "walkdir",
13498]
13499
13500[[package]]
13501name = "rust-embed-utils"
13502version = "8.7.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13505dependencies = [
13506 "globset",
13507 "sha2",
13508 "walkdir",
13509]
13510
13511[[package]]
13512name = "rust_decimal"
13513version = "1.37.1"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13516dependencies = [
13517 "arrayvec",
13518 "borsh",
13519 "bytes 1.10.1",
13520 "num-traits",
13521 "rand 0.8.5",
13522 "rkyv",
13523 "serde",
13524 "serde_json",
13525]
13526
13527[[package]]
13528name = "rustc-demangle"
13529version = "0.1.24"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13532
13533[[package]]
13534name = "rustc-hash"
13535version = "1.1.0"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13538
13539[[package]]
13540name = "rustc-hash"
13541version = "2.1.1"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13544
13545[[package]]
13546name = "rustc_version"
13547version = "0.4.1"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13550dependencies = [
13551 "semver",
13552]
13553
13554[[package]]
13555name = "rustix"
13556version = "0.38.44"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13559dependencies = [
13560 "bitflags 2.9.0",
13561 "errno 0.3.11",
13562 "itoa",
13563 "libc",
13564 "linux-raw-sys 0.4.15",
13565 "windows-sys 0.59.0",
13566]
13567
13568[[package]]
13569name = "rustix"
13570version = "1.0.7"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13573dependencies = [
13574 "bitflags 2.9.0",
13575 "errno 0.3.11",
13576 "libc",
13577 "linux-raw-sys 0.9.4",
13578 "windows-sys 0.59.0",
13579]
13580
13581[[package]]
13582name = "rustix-linux-procfs"
13583version = "0.1.1"
13584source = "registry+https://github.com/rust-lang/crates.io-index"
13585checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13586dependencies = [
13587 "once_cell",
13588 "rustix 1.0.7",
13589]
13590
13591[[package]]
13592name = "rustix-openpty"
13593version = "0.1.1"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13596dependencies = [
13597 "errno 0.3.11",
13598 "libc",
13599 "rustix 0.38.44",
13600]
13601
13602[[package]]
13603name = "rustls"
13604version = "0.21.12"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13607dependencies = [
13608 "log",
13609 "ring",
13610 "rustls-webpki 0.101.7",
13611 "sct",
13612]
13613
13614[[package]]
13615name = "rustls"
13616version = "0.23.26"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13619dependencies = [
13620 "aws-lc-rs",
13621 "log",
13622 "once_cell",
13623 "ring",
13624 "rustls-pki-types",
13625 "rustls-webpki 0.103.1",
13626 "subtle",
13627 "zeroize",
13628]
13629
13630[[package]]
13631name = "rustls-native-certs"
13632version = "0.6.3"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13635dependencies = [
13636 "openssl-probe",
13637 "rustls-pemfile 1.0.4",
13638 "schannel",
13639 "security-framework 2.11.1",
13640]
13641
13642[[package]]
13643name = "rustls-native-certs"
13644version = "0.8.1"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13647dependencies = [
13648 "openssl-probe",
13649 "rustls-pki-types",
13650 "schannel",
13651 "security-framework 3.2.0",
13652]
13653
13654[[package]]
13655name = "rustls-pemfile"
13656version = "1.0.4"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13659dependencies = [
13660 "base64 0.21.7",
13661]
13662
13663[[package]]
13664name = "rustls-pemfile"
13665version = "2.2.0"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13668dependencies = [
13669 "rustls-pki-types",
13670]
13671
13672[[package]]
13673name = "rustls-pki-types"
13674version = "1.12.0"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13677dependencies = [
13678 "web-time",
13679 "zeroize",
13680]
13681
13682[[package]]
13683name = "rustls-platform-verifier"
13684version = "0.5.1"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13687dependencies = [
13688 "core-foundation 0.10.0",
13689 "core-foundation-sys",
13690 "jni",
13691 "log",
13692 "once_cell",
13693 "rustls 0.23.26",
13694 "rustls-native-certs 0.8.1",
13695 "rustls-platform-verifier-android",
13696 "rustls-webpki 0.103.1",
13697 "security-framework 3.2.0",
13698 "security-framework-sys",
13699 "webpki-root-certs",
13700 "windows-sys 0.59.0",
13701]
13702
13703[[package]]
13704name = "rustls-platform-verifier-android"
13705version = "0.1.1"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13708
13709[[package]]
13710name = "rustls-webpki"
13711version = "0.101.7"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13714dependencies = [
13715 "ring",
13716 "untrusted",
13717]
13718
13719[[package]]
13720name = "rustls-webpki"
13721version = "0.103.1"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13724dependencies = [
13725 "aws-lc-rs",
13726 "ring",
13727 "rustls-pki-types",
13728 "untrusted",
13729]
13730
13731[[package]]
13732name = "rustversion"
13733version = "1.0.20"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13736
13737[[package]]
13738name = "rustybuzz"
13739version = "0.14.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13742dependencies = [
13743 "bitflags 2.9.0",
13744 "bytemuck",
13745 "libm",
13746 "smallvec",
13747 "ttf-parser 0.21.1",
13748 "unicode-bidi-mirroring 0.2.0",
13749 "unicode-ccc 0.2.0",
13750 "unicode-properties",
13751 "unicode-script",
13752]
13753
13754[[package]]
13755name = "rustybuzz"
13756version = "0.20.1"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13759dependencies = [
13760 "bitflags 2.9.0",
13761 "bytemuck",
13762 "core_maths",
13763 "log",
13764 "smallvec",
13765 "ttf-parser 0.25.1",
13766 "unicode-bidi-mirroring 0.4.0",
13767 "unicode-ccc 0.4.0",
13768 "unicode-properties",
13769 "unicode-script",
13770]
13771
13772[[package]]
13773name = "ryu"
13774version = "1.0.20"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13777
13778[[package]]
13779name = "salsa20"
13780version = "0.10.2"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13783dependencies = [
13784 "cipher",
13785]
13786
13787[[package]]
13788name = "same-file"
13789version = "1.0.6"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13792dependencies = [
13793 "winapi-util",
13794]
13795
13796[[package]]
13797name = "scap"
13798version = "0.0.8"
13799source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13800dependencies = [
13801 "anyhow",
13802 "cocoa 0.25.0",
13803 "core-graphics-helmer-fork",
13804 "log",
13805 "objc",
13806 "rand 0.8.5",
13807 "screencapturekit",
13808 "screencapturekit-sys",
13809 "sysinfo",
13810 "tao-core-video-sys",
13811 "windows 0.61.1",
13812 "windows-capture",
13813 "x11",
13814 "xcb",
13815]
13816
13817[[package]]
13818name = "schannel"
13819version = "0.1.27"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13822dependencies = [
13823 "windows-sys 0.59.0",
13824]
13825
13826[[package]]
13827name = "schema_generator"
13828version = "0.1.0"
13829dependencies = [
13830 "anyhow",
13831 "clap",
13832 "env_logger 0.11.8",
13833 "schemars",
13834 "serde",
13835 "serde_json",
13836 "theme",
13837 "workspace-hack",
13838]
13839
13840[[package]]
13841name = "schemars"
13842version = "0.8.22"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13845dependencies = [
13846 "dyn-clone",
13847 "indexmap",
13848 "schemars_derive",
13849 "serde",
13850 "serde_json",
13851]
13852
13853[[package]]
13854name = "schemars_derive"
13855version = "0.8.22"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13858dependencies = [
13859 "proc-macro2",
13860 "quote",
13861 "serde_derive_internals",
13862 "syn 2.0.101",
13863]
13864
13865[[package]]
13866name = "scoped-tls"
13867version = "1.0.1"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13870
13871[[package]]
13872name = "scopeguard"
13873version = "1.2.0"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13876
13877[[package]]
13878name = "scratch"
13879version = "1.0.8"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13882
13883[[package]]
13884name = "screencapturekit"
13885version = "0.2.8"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13888dependencies = [
13889 "screencapturekit-sys",
13890]
13891
13892[[package]]
13893name = "screencapturekit-sys"
13894version = "0.2.8"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13897dependencies = [
13898 "block",
13899 "dispatch",
13900 "objc",
13901 "objc-foundation",
13902 "objc_id",
13903 "once_cell",
13904]
13905
13906[[package]]
13907name = "scrypt"
13908version = "0.11.0"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13911dependencies = [
13912 "password-hash 0.5.0",
13913 "pbkdf2 0.12.2",
13914 "salsa20",
13915 "sha2",
13916]
13917
13918[[package]]
13919name = "sct"
13920version = "0.7.1"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13923dependencies = [
13924 "ring",
13925 "untrusted",
13926]
13927
13928[[package]]
13929name = "sea-bae"
13930version = "0.2.1"
13931source = "registry+https://github.com/rust-lang/crates.io-index"
13932checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13933dependencies = [
13934 "heck 0.4.1",
13935 "proc-macro-error2",
13936 "proc-macro2",
13937 "quote",
13938 "syn 2.0.101",
13939]
13940
13941[[package]]
13942name = "sea-orm"
13943version = "1.1.10"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13946dependencies = [
13947 "async-stream",
13948 "async-trait",
13949 "bigdecimal",
13950 "chrono",
13951 "futures-util",
13952 "log",
13953 "ouroboros",
13954 "pgvector",
13955 "rust_decimal",
13956 "sea-orm-macros",
13957 "sea-query",
13958 "sea-query-binder",
13959 "serde",
13960 "serde_json",
13961 "sqlx",
13962 "strum 0.26.3",
13963 "thiserror 2.0.12",
13964 "time",
13965 "tracing",
13966 "url",
13967 "uuid",
13968]
13969
13970[[package]]
13971name = "sea-orm-macros"
13972version = "1.1.10"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13975dependencies = [
13976 "heck 0.4.1",
13977 "proc-macro2",
13978 "quote",
13979 "sea-bae",
13980 "syn 2.0.101",
13981 "unicode-ident",
13982]
13983
13984[[package]]
13985name = "sea-query"
13986version = "0.32.4"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13989dependencies = [
13990 "bigdecimal",
13991 "chrono",
13992 "inherent",
13993 "ordered-float 4.6.0",
13994 "rust_decimal",
13995 "serde_json",
13996 "time",
13997 "uuid",
13998]
13999
14000[[package]]
14001name = "sea-query-binder"
14002version = "0.7.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14005dependencies = [
14006 "bigdecimal",
14007 "chrono",
14008 "rust_decimal",
14009 "sea-query",
14010 "serde_json",
14011 "sqlx",
14012 "time",
14013 "uuid",
14014]
14015
14016[[package]]
14017name = "seahash"
14018version = "4.1.0"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14021
14022[[package]]
14023name = "search"
14024version = "0.1.0"
14025dependencies = [
14026 "any_vec",
14027 "anyhow",
14028 "bitflags 2.9.0",
14029 "client",
14030 "collections",
14031 "editor",
14032 "futures 0.3.31",
14033 "gpui",
14034 "language",
14035 "menu",
14036 "project",
14037 "schemars",
14038 "serde",
14039 "serde_json",
14040 "settings",
14041 "smol",
14042 "theme",
14043 "ui",
14044 "unindent",
14045 "util",
14046 "workspace",
14047 "workspace-hack",
14048 "zed_actions",
14049]
14050
14051[[package]]
14052name = "sec1"
14053version = "0.3.0"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14056dependencies = [
14057 "base16ct",
14058 "der 0.6.1",
14059 "generic-array",
14060 "pkcs8 0.9.0",
14061 "subtle",
14062 "zeroize",
14063]
14064
14065[[package]]
14066name = "security-framework"
14067version = "2.11.1"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14070dependencies = [
14071 "bitflags 2.9.0",
14072 "core-foundation 0.9.4",
14073 "core-foundation-sys",
14074 "libc",
14075 "security-framework-sys",
14076]
14077
14078[[package]]
14079name = "security-framework"
14080version = "3.2.0"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14083dependencies = [
14084 "bitflags 2.9.0",
14085 "core-foundation 0.10.0",
14086 "core-foundation-sys",
14087 "libc",
14088 "security-framework-sys",
14089]
14090
14091[[package]]
14092name = "security-framework-sys"
14093version = "2.14.0"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14096dependencies = [
14097 "core-foundation-sys",
14098 "libc",
14099]
14100
14101[[package]]
14102name = "self_cell"
14103version = "1.2.0"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14106
14107[[package]]
14108name = "semantic_index"
14109version = "0.1.0"
14110dependencies = [
14111 "anyhow",
14112 "arrayvec",
14113 "blake3",
14114 "client",
14115 "clock",
14116 "collections",
14117 "env_logger 0.11.8",
14118 "feature_flags",
14119 "fs",
14120 "futures 0.3.31",
14121 "futures-batch",
14122 "gpui",
14123 "heed",
14124 "http_client",
14125 "language",
14126 "language_model",
14127 "languages",
14128 "log",
14129 "open_ai",
14130 "parking_lot",
14131 "project",
14132 "reqwest_client",
14133 "serde",
14134 "serde_json",
14135 "settings",
14136 "sha2",
14137 "smol",
14138 "streaming-iterator",
14139 "tempfile",
14140 "theme",
14141 "tree-sitter",
14142 "ui",
14143 "unindent",
14144 "util",
14145 "workspace",
14146 "workspace-hack",
14147 "worktree",
14148]
14149
14150[[package]]
14151name = "semantic_version"
14152version = "0.1.0"
14153dependencies = [
14154 "anyhow",
14155 "serde",
14156 "workspace-hack",
14157]
14158
14159[[package]]
14160name = "semver"
14161version = "1.0.26"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14164dependencies = [
14165 "serde",
14166]
14167
14168[[package]]
14169name = "serde"
14170version = "1.0.219"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14173dependencies = [
14174 "serde_derive",
14175]
14176
14177[[package]]
14178name = "serde_derive"
14179version = "1.0.219"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14182dependencies = [
14183 "proc-macro2",
14184 "quote",
14185 "syn 2.0.101",
14186]
14187
14188[[package]]
14189name = "serde_derive_internals"
14190version = "0.29.1"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14193dependencies = [
14194 "proc-macro2",
14195 "quote",
14196 "syn 2.0.101",
14197]
14198
14199[[package]]
14200name = "serde_fmt"
14201version = "1.0.3"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14204dependencies = [
14205 "serde",
14206]
14207
14208[[package]]
14209name = "serde_json"
14210version = "1.0.140"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14213dependencies = [
14214 "indexmap",
14215 "itoa",
14216 "memchr",
14217 "ryu",
14218 "serde",
14219]
14220
14221[[package]]
14222name = "serde_json_lenient"
14223version = "0.2.4"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14226dependencies = [
14227 "indexmap",
14228 "itoa",
14229 "memchr",
14230 "ryu",
14231 "serde",
14232]
14233
14234[[package]]
14235name = "serde_path_to_error"
14236version = "0.1.17"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14239dependencies = [
14240 "itoa",
14241 "serde",
14242]
14243
14244[[package]]
14245name = "serde_qs"
14246version = "0.8.5"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14249dependencies = [
14250 "percent-encoding",
14251 "serde",
14252 "thiserror 1.0.69",
14253]
14254
14255[[package]]
14256name = "serde_qs"
14257version = "0.10.1"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14260dependencies = [
14261 "percent-encoding",
14262 "serde",
14263 "thiserror 1.0.69",
14264]
14265
14266[[package]]
14267name = "serde_repr"
14268version = "0.1.20"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14271dependencies = [
14272 "proc-macro2",
14273 "quote",
14274 "syn 2.0.101",
14275]
14276
14277[[package]]
14278name = "serde_spanned"
14279version = "0.6.8"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14282dependencies = [
14283 "serde",
14284]
14285
14286[[package]]
14287name = "serde_urlencoded"
14288version = "0.7.1"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14291dependencies = [
14292 "form_urlencoded",
14293 "itoa",
14294 "ryu",
14295 "serde",
14296]
14297
14298[[package]]
14299name = "serial2"
14300version = "0.2.29"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14303dependencies = [
14304 "cfg-if",
14305 "libc",
14306 "winapi",
14307]
14308
14309[[package]]
14310name = "session"
14311version = "0.1.0"
14312dependencies = [
14313 "db",
14314 "gpui",
14315 "serde_json",
14316 "util",
14317 "uuid",
14318 "workspace-hack",
14319]
14320
14321[[package]]
14322name = "settings"
14323version = "0.1.0"
14324dependencies = [
14325 "anyhow",
14326 "collections",
14327 "ec4rs",
14328 "fs",
14329 "futures 0.3.31",
14330 "gpui",
14331 "indoc",
14332 "inventory",
14333 "log",
14334 "paths",
14335 "pretty_assertions",
14336 "release_channel",
14337 "rust-embed",
14338 "schemars",
14339 "serde",
14340 "serde_derive",
14341 "serde_json",
14342 "serde_json_lenient",
14343 "smallvec",
14344 "streaming-iterator",
14345 "tree-sitter",
14346 "tree-sitter-json",
14347 "unindent",
14348 "util",
14349 "workspace-hack",
14350]
14351
14352[[package]]
14353name = "settings_ui"
14354version = "0.1.0"
14355dependencies = [
14356 "command_palette_hooks",
14357 "editor",
14358 "feature_flags",
14359 "fs",
14360 "gpui",
14361 "log",
14362 "paths",
14363 "schemars",
14364 "serde",
14365 "settings",
14366 "theme",
14367 "ui",
14368 "workspace",
14369 "workspace-hack",
14370]
14371
14372[[package]]
14373name = "sha1"
14374version = "0.10.6"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14377dependencies = [
14378 "cfg-if",
14379 "cpufeatures",
14380 "digest",
14381]
14382
14383[[package]]
14384name = "sha1-checked"
14385version = "0.10.0"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14388dependencies = [
14389 "digest",
14390 "sha1",
14391]
14392
14393[[package]]
14394name = "sha1_smol"
14395version = "1.0.1"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14398
14399[[package]]
14400name = "sha2"
14401version = "0.10.8"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14404dependencies = [
14405 "cfg-if",
14406 "cpufeatures",
14407 "digest",
14408]
14409
14410[[package]]
14411name = "sharded-slab"
14412version = "0.1.7"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14415dependencies = [
14416 "lazy_static",
14417]
14418
14419[[package]]
14420name = "shared_library"
14421version = "0.1.9"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14424dependencies = [
14425 "lazy_static",
14426 "libc",
14427]
14428
14429[[package]]
14430name = "shell-words"
14431version = "1.1.0"
14432source = "registry+https://github.com/rust-lang/crates.io-index"
14433checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14434
14435[[package]]
14436name = "shellexpand"
14437version = "2.1.2"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14440dependencies = [
14441 "dirs 4.0.0",
14442]
14443
14444[[package]]
14445name = "shellexpand"
14446version = "3.1.1"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14449dependencies = [
14450 "dirs 6.0.0",
14451]
14452
14453[[package]]
14454name = "shlex"
14455version = "1.3.0"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14458
14459[[package]]
14460name = "signal-hook"
14461version = "0.3.17"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14464dependencies = [
14465 "libc",
14466 "signal-hook-registry",
14467]
14468
14469[[package]]
14470name = "signal-hook-registry"
14471version = "1.4.5"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14474dependencies = [
14475 "libc",
14476]
14477
14478[[package]]
14479name = "signature"
14480version = "1.6.4"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14483dependencies = [
14484 "digest",
14485 "rand_core 0.6.4",
14486]
14487
14488[[package]]
14489name = "signature"
14490version = "2.2.0"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14493dependencies = [
14494 "digest",
14495 "rand_core 0.6.4",
14496]
14497
14498[[package]]
14499name = "simd-adler32"
14500version = "0.3.7"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14503
14504[[package]]
14505name = "simd_helpers"
14506version = "0.1.0"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14509dependencies = [
14510 "quote",
14511]
14512
14513[[package]]
14514name = "simdutf8"
14515version = "0.1.5"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14518
14519[[package]]
14520name = "simple_asn1"
14521version = "0.6.3"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14524dependencies = [
14525 "num-bigint",
14526 "num-traits",
14527 "thiserror 2.0.12",
14528 "time",
14529]
14530
14531[[package]]
14532name = "simplecss"
14533version = "0.2.2"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14536dependencies = [
14537 "log",
14538]
14539
14540[[package]]
14541name = "simplelog"
14542version = "0.12.2"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14545dependencies = [
14546 "log",
14547 "termcolor",
14548 "time",
14549]
14550
14551[[package]]
14552name = "siphasher"
14553version = "1.0.1"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14556
14557[[package]]
14558name = "skrifa"
14559version = "0.26.6"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14562dependencies = [
14563 "bytemuck",
14564 "read-fonts",
14565]
14566
14567[[package]]
14568name = "slab"
14569version = "0.4.9"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14572dependencies = [
14573 "autocfg",
14574]
14575
14576[[package]]
14577name = "slash_commands_example"
14578version = "0.1.0"
14579dependencies = [
14580 "zed_extension_api 0.1.0",
14581]
14582
14583[[package]]
14584name = "slotmap"
14585version = "1.0.7"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14588dependencies = [
14589 "version_check",
14590]
14591
14592[[package]]
14593name = "smallvec"
14594version = "1.15.0"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14597dependencies = [
14598 "serde",
14599]
14600
14601[[package]]
14602name = "smart-default"
14603version = "0.6.0"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14606dependencies = [
14607 "proc-macro2",
14608 "quote",
14609 "syn 1.0.109",
14610]
14611
14612[[package]]
14613name = "smol"
14614version = "2.0.2"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14617dependencies = [
14618 "async-channel 2.3.1",
14619 "async-executor",
14620 "async-fs",
14621 "async-io",
14622 "async-lock",
14623 "async-net",
14624 "async-process",
14625 "blocking",
14626 "futures-lite 2.6.0",
14627]
14628
14629[[package]]
14630name = "smol_str"
14631version = "0.1.24"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14634dependencies = [
14635 "serde",
14636]
14637
14638[[package]]
14639name = "smol_str"
14640version = "0.2.2"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14643
14644[[package]]
14645name = "snippet"
14646version = "0.1.0"
14647dependencies = [
14648 "anyhow",
14649 "smallvec",
14650 "workspace-hack",
14651]
14652
14653[[package]]
14654name = "snippet_provider"
14655version = "0.1.0"
14656dependencies = [
14657 "anyhow",
14658 "collections",
14659 "extension",
14660 "fs",
14661 "futures 0.3.31",
14662 "gpui",
14663 "indoc",
14664 "parking_lot",
14665 "paths",
14666 "schemars",
14667 "serde",
14668 "serde_json_lenient",
14669 "snippet",
14670 "util",
14671 "workspace-hack",
14672]
14673
14674[[package]]
14675name = "snippets_ui"
14676version = "0.1.0"
14677dependencies = [
14678 "file_finder",
14679 "file_icons",
14680 "fuzzy",
14681 "gpui",
14682 "language",
14683 "paths",
14684 "picker",
14685 "settings",
14686 "ui",
14687 "util",
14688 "workspace",
14689 "workspace-hack",
14690]
14691
14692[[package]]
14693name = "socket2"
14694version = "0.5.9"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14697dependencies = [
14698 "libc",
14699 "windows-sys 0.52.0",
14700]
14701
14702[[package]]
14703name = "spdx"
14704version = "0.10.8"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14707dependencies = [
14708 "smallvec",
14709]
14710
14711[[package]]
14712name = "spin"
14713version = "0.9.8"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14716dependencies = [
14717 "lock_api",
14718]
14719
14720[[package]]
14721name = "spirv"
14722version = "0.3.0+sdk-1.3.268.0"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14725dependencies = [
14726 "bitflags 2.9.0",
14727]
14728
14729[[package]]
14730name = "spki"
14731version = "0.6.0"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14734dependencies = [
14735 "base64ct",
14736 "der 0.6.1",
14737]
14738
14739[[package]]
14740name = "spki"
14741version = "0.7.3"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14744dependencies = [
14745 "base64ct",
14746 "der 0.7.10",
14747]
14748
14749[[package]]
14750name = "sptr"
14751version = "0.3.2"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14754
14755[[package]]
14756name = "sqlez"
14757version = "0.1.0"
14758dependencies = [
14759 "anyhow",
14760 "collections",
14761 "futures 0.3.31",
14762 "indoc",
14763 "libsqlite3-sys",
14764 "parking_lot",
14765 "smol",
14766 "sqlformat",
14767 "thread_local",
14768 "util",
14769 "uuid",
14770 "workspace-hack",
14771]
14772
14773[[package]]
14774name = "sqlez_macros"
14775version = "0.1.0"
14776dependencies = [
14777 "sqlez",
14778 "sqlformat",
14779 "syn 2.0.101",
14780 "workspace-hack",
14781]
14782
14783[[package]]
14784name = "sqlformat"
14785version = "0.2.6"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14788dependencies = [
14789 "nom",
14790 "unicode_categories",
14791]
14792
14793[[package]]
14794name = "sqlx"
14795version = "0.8.5"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14798dependencies = [
14799 "sqlx-core",
14800 "sqlx-macros",
14801 "sqlx-mysql",
14802 "sqlx-postgres",
14803 "sqlx-sqlite",
14804]
14805
14806[[package]]
14807name = "sqlx-core"
14808version = "0.8.5"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14811dependencies = [
14812 "base64 0.22.1",
14813 "bigdecimal",
14814 "bytes 1.10.1",
14815 "chrono",
14816 "crc",
14817 "crossbeam-queue",
14818 "either",
14819 "event-listener 5.4.0",
14820 "futures-core",
14821 "futures-intrusive",
14822 "futures-io",
14823 "futures-util",
14824 "hashbrown 0.15.3",
14825 "hashlink 0.10.0",
14826 "indexmap",
14827 "log",
14828 "memchr",
14829 "once_cell",
14830 "percent-encoding",
14831 "rust_decimal",
14832 "rustls 0.23.26",
14833 "serde",
14834 "serde_json",
14835 "sha2",
14836 "smallvec",
14837 "thiserror 2.0.12",
14838 "time",
14839 "tokio",
14840 "tokio-stream",
14841 "tracing",
14842 "url",
14843 "uuid",
14844 "webpki-roots",
14845]
14846
14847[[package]]
14848name = "sqlx-macros"
14849version = "0.8.5"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14852dependencies = [
14853 "proc-macro2",
14854 "quote",
14855 "sqlx-core",
14856 "sqlx-macros-core",
14857 "syn 2.0.101",
14858]
14859
14860[[package]]
14861name = "sqlx-macros-core"
14862version = "0.8.5"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14865dependencies = [
14866 "dotenvy",
14867 "either",
14868 "heck 0.5.0",
14869 "hex",
14870 "once_cell",
14871 "proc-macro2",
14872 "quote",
14873 "serde",
14874 "serde_json",
14875 "sha2",
14876 "sqlx-core",
14877 "sqlx-mysql",
14878 "sqlx-postgres",
14879 "sqlx-sqlite",
14880 "syn 2.0.101",
14881 "tempfile",
14882 "tokio",
14883 "url",
14884]
14885
14886[[package]]
14887name = "sqlx-mysql"
14888version = "0.8.5"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14891dependencies = [
14892 "atoi",
14893 "base64 0.22.1",
14894 "bigdecimal",
14895 "bitflags 2.9.0",
14896 "byteorder",
14897 "bytes 1.10.1",
14898 "chrono",
14899 "crc",
14900 "digest",
14901 "dotenvy",
14902 "either",
14903 "futures-channel",
14904 "futures-core",
14905 "futures-io",
14906 "futures-util",
14907 "generic-array",
14908 "hex",
14909 "hkdf",
14910 "hmac",
14911 "itoa",
14912 "log",
14913 "md-5",
14914 "memchr",
14915 "once_cell",
14916 "percent-encoding",
14917 "rand 0.8.5",
14918 "rsa",
14919 "rust_decimal",
14920 "serde",
14921 "sha1",
14922 "sha2",
14923 "smallvec",
14924 "sqlx-core",
14925 "stringprep",
14926 "thiserror 2.0.12",
14927 "time",
14928 "tracing",
14929 "uuid",
14930 "whoami",
14931]
14932
14933[[package]]
14934name = "sqlx-postgres"
14935version = "0.8.5"
14936source = "registry+https://github.com/rust-lang/crates.io-index"
14937checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14938dependencies = [
14939 "atoi",
14940 "base64 0.22.1",
14941 "bigdecimal",
14942 "bitflags 2.9.0",
14943 "byteorder",
14944 "chrono",
14945 "crc",
14946 "dotenvy",
14947 "etcetera",
14948 "futures-channel",
14949 "futures-core",
14950 "futures-util",
14951 "hex",
14952 "hkdf",
14953 "hmac",
14954 "home",
14955 "itoa",
14956 "log",
14957 "md-5",
14958 "memchr",
14959 "num-bigint",
14960 "once_cell",
14961 "rand 0.8.5",
14962 "rust_decimal",
14963 "serde",
14964 "serde_json",
14965 "sha2",
14966 "smallvec",
14967 "sqlx-core",
14968 "stringprep",
14969 "thiserror 2.0.12",
14970 "time",
14971 "tracing",
14972 "uuid",
14973 "whoami",
14974]
14975
14976[[package]]
14977name = "sqlx-sqlite"
14978version = "0.8.5"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14981dependencies = [
14982 "atoi",
14983 "chrono",
14984 "flume",
14985 "futures-channel",
14986 "futures-core",
14987 "futures-executor",
14988 "futures-intrusive",
14989 "futures-util",
14990 "libsqlite3-sys",
14991 "log",
14992 "percent-encoding",
14993 "serde",
14994 "serde_urlencoded",
14995 "sqlx-core",
14996 "thiserror 2.0.12",
14997 "time",
14998 "tracing",
14999 "url",
15000 "uuid",
15001]
15002
15003[[package]]
15004name = "stable_deref_trait"
15005version = "1.2.0"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15008
15009[[package]]
15010name = "static_assertions"
15011version = "1.1.0"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15014
15015[[package]]
15016name = "story"
15017version = "0.1.0"
15018dependencies = [
15019 "gpui",
15020 "itertools 0.14.0",
15021 "smallvec",
15022 "workspace-hack",
15023]
15024
15025[[package]]
15026name = "storybook"
15027version = "0.1.0"
15028dependencies = [
15029 "anyhow",
15030 "clap",
15031 "collab_ui",
15032 "ctrlc",
15033 "dialoguer",
15034 "editor",
15035 "fuzzy",
15036 "gpui",
15037 "indoc",
15038 "language",
15039 "log",
15040 "menu",
15041 "picker",
15042 "project",
15043 "reqwest_client",
15044 "rust-embed",
15045 "settings",
15046 "simplelog",
15047 "story",
15048 "strum 0.27.1",
15049 "theme",
15050 "title_bar",
15051 "ui",
15052 "workspace",
15053 "workspace-hack",
15054]
15055
15056[[package]]
15057name = "streaming-iterator"
15058version = "0.1.9"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15061
15062[[package]]
15063name = "streaming_diff"
15064version = "0.1.0"
15065dependencies = [
15066 "ordered-float 2.10.1",
15067 "rand 0.8.5",
15068 "rope",
15069 "util",
15070 "workspace-hack",
15071]
15072
15073[[package]]
15074name = "strict-num"
15075version = "0.1.1"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15078dependencies = [
15079 "float-cmp",
15080]
15081
15082[[package]]
15083name = "string_cache"
15084version = "0.8.9"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15087dependencies = [
15088 "new_debug_unreachable",
15089 "parking_lot",
15090 "phf_shared",
15091 "precomputed-hash",
15092 "serde",
15093]
15094
15095[[package]]
15096name = "string_cache_codegen"
15097version = "0.5.4"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15100dependencies = [
15101 "phf_generator",
15102 "phf_shared",
15103 "proc-macro2",
15104 "quote",
15105]
15106
15107[[package]]
15108name = "stringprep"
15109version = "0.1.5"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15112dependencies = [
15113 "unicode-bidi",
15114 "unicode-normalization",
15115 "unicode-properties",
15116]
15117
15118[[package]]
15119name = "strsim"
15120version = "0.11.1"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15123
15124[[package]]
15125name = "strum"
15126version = "0.26.3"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15129dependencies = [
15130 "strum_macros 0.26.4",
15131]
15132
15133[[package]]
15134name = "strum"
15135version = "0.27.1"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15138dependencies = [
15139 "strum_macros 0.27.1",
15140]
15141
15142[[package]]
15143name = "strum_macros"
15144version = "0.26.4"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15147dependencies = [
15148 "heck 0.5.0",
15149 "proc-macro2",
15150 "quote",
15151 "rustversion",
15152 "syn 2.0.101",
15153]
15154
15155[[package]]
15156name = "strum_macros"
15157version = "0.27.1"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15160dependencies = [
15161 "heck 0.5.0",
15162 "proc-macro2",
15163 "quote",
15164 "rustversion",
15165 "syn 2.0.101",
15166]
15167
15168[[package]]
15169name = "subtle"
15170version = "2.6.1"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15173
15174[[package]]
15175name = "sum_tree"
15176version = "0.1.0"
15177dependencies = [
15178 "arrayvec",
15179 "ctor",
15180 "env_logger 0.11.8",
15181 "log",
15182 "rand 0.8.5",
15183 "rayon",
15184 "workspace-hack",
15185]
15186
15187[[package]]
15188name = "supermaven"
15189version = "0.1.0"
15190dependencies = [
15191 "anyhow",
15192 "client",
15193 "collections",
15194 "editor",
15195 "env_logger 0.11.8",
15196 "futures 0.3.31",
15197 "gpui",
15198 "http_client",
15199 "inline_completion",
15200 "language",
15201 "log",
15202 "postage",
15203 "project",
15204 "serde",
15205 "serde_json",
15206 "settings",
15207 "smol",
15208 "supermaven_api",
15209 "text",
15210 "theme",
15211 "ui",
15212 "unicode-segmentation",
15213 "util",
15214 "workspace-hack",
15215]
15216
15217[[package]]
15218name = "supermaven_api"
15219version = "0.1.0"
15220dependencies = [
15221 "anyhow",
15222 "futures 0.3.31",
15223 "http_client",
15224 "paths",
15225 "serde",
15226 "serde_json",
15227 "smol",
15228 "workspace-hack",
15229]
15230
15231[[package]]
15232name = "sval"
15233version = "2.14.1"
15234source = "registry+https://github.com/rust-lang/crates.io-index"
15235checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15236
15237[[package]]
15238name = "sval_buffer"
15239version = "2.14.1"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15242dependencies = [
15243 "sval",
15244 "sval_ref",
15245]
15246
15247[[package]]
15248name = "sval_dynamic"
15249version = "2.14.1"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15252dependencies = [
15253 "sval",
15254]
15255
15256[[package]]
15257name = "sval_fmt"
15258version = "2.14.1"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15261dependencies = [
15262 "itoa",
15263 "ryu",
15264 "sval",
15265]
15266
15267[[package]]
15268name = "sval_json"
15269version = "2.14.1"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15272dependencies = [
15273 "itoa",
15274 "ryu",
15275 "sval",
15276]
15277
15278[[package]]
15279name = "sval_nested"
15280version = "2.14.1"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15283dependencies = [
15284 "sval",
15285 "sval_buffer",
15286 "sval_ref",
15287]
15288
15289[[package]]
15290name = "sval_ref"
15291version = "2.14.1"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15294dependencies = [
15295 "sval",
15296]
15297
15298[[package]]
15299name = "sval_serde"
15300version = "2.14.1"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15303dependencies = [
15304 "serde",
15305 "sval",
15306 "sval_nested",
15307]
15308
15309[[package]]
15310name = "svg_fmt"
15311version = "0.4.5"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15314
15315[[package]]
15316name = "svgtypes"
15317version = "0.15.3"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15320dependencies = [
15321 "kurbo",
15322 "siphasher",
15323]
15324
15325[[package]]
15326name = "swash"
15327version = "0.2.2"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15330dependencies = [
15331 "skrifa",
15332 "yazi",
15333 "zeno",
15334]
15335
15336[[package]]
15337name = "syn"
15338version = "1.0.109"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15341dependencies = [
15342 "proc-macro2",
15343 "quote",
15344 "unicode-ident",
15345]
15346
15347[[package]]
15348name = "syn"
15349version = "2.0.101"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15352dependencies = [
15353 "proc-macro2",
15354 "quote",
15355 "unicode-ident",
15356]
15357
15358[[package]]
15359name = "sync_wrapper"
15360version = "0.1.2"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15363
15364[[package]]
15365name = "sync_wrapper"
15366version = "1.0.2"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15369dependencies = [
15370 "futures-core",
15371]
15372
15373[[package]]
15374name = "synchronoise"
15375version = "1.0.1"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15378dependencies = [
15379 "crossbeam-queue",
15380]
15381
15382[[package]]
15383name = "synstructure"
15384version = "0.13.1"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15387dependencies = [
15388 "proc-macro2",
15389 "quote",
15390 "syn 2.0.101",
15391]
15392
15393[[package]]
15394name = "sys-locale"
15395version = "0.3.2"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15398dependencies = [
15399 "libc",
15400]
15401
15402[[package]]
15403name = "sysinfo"
15404version = "0.31.4"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15407dependencies = [
15408 "core-foundation-sys",
15409 "libc",
15410 "memchr",
15411 "ntapi",
15412 "rayon",
15413 "windows 0.57.0",
15414]
15415
15416[[package]]
15417name = "system-configuration"
15418version = "0.5.1"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15421dependencies = [
15422 "bitflags 1.3.2",
15423 "core-foundation 0.9.4",
15424 "system-configuration-sys 0.5.0",
15425]
15426
15427[[package]]
15428name = "system-configuration"
15429version = "0.6.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15432dependencies = [
15433 "bitflags 2.9.0",
15434 "core-foundation 0.9.4",
15435 "system-configuration-sys 0.6.0",
15436]
15437
15438[[package]]
15439name = "system-configuration-sys"
15440version = "0.5.0"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15443dependencies = [
15444 "core-foundation-sys",
15445 "libc",
15446]
15447
15448[[package]]
15449name = "system-configuration-sys"
15450version = "0.6.0"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15453dependencies = [
15454 "core-foundation-sys",
15455 "libc",
15456]
15457
15458[[package]]
15459name = "system-deps"
15460version = "6.2.2"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15463dependencies = [
15464 "cfg-expr",
15465 "heck 0.5.0",
15466 "pkg-config",
15467 "toml 0.8.20",
15468 "version-compare",
15469]
15470
15471[[package]]
15472name = "system-interface"
15473version = "0.27.3"
15474source = "registry+https://github.com/rust-lang/crates.io-index"
15475checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15476dependencies = [
15477 "bitflags 2.9.0",
15478 "cap-fs-ext",
15479 "cap-std",
15480 "fd-lock",
15481 "io-lifetimes",
15482 "rustix 0.38.44",
15483 "windows-sys 0.59.0",
15484 "winx",
15485]
15486
15487[[package]]
15488name = "tab_switcher"
15489version = "0.1.0"
15490dependencies = [
15491 "anyhow",
15492 "collections",
15493 "ctor",
15494 "editor",
15495 "env_logger 0.11.8",
15496 "fuzzy",
15497 "gpui",
15498 "language",
15499 "menu",
15500 "picker",
15501 "project",
15502 "schemars",
15503 "serde",
15504 "serde_json",
15505 "settings",
15506 "smol",
15507 "theme",
15508 "ui",
15509 "util",
15510 "workspace",
15511 "workspace-hack",
15512]
15513
15514[[package]]
15515name = "taffy"
15516version = "0.4.4"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15519dependencies = [
15520 "arrayvec",
15521 "grid",
15522 "num-traits",
15523 "serde",
15524 "slotmap",
15525]
15526
15527[[package]]
15528name = "tagptr"
15529version = "0.2.0"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15532
15533[[package]]
15534name = "take-until"
15535version = "0.2.0"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15538
15539[[package]]
15540name = "tao-core-video-sys"
15541version = "0.2.0"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15544dependencies = [
15545 "cfg-if",
15546 "core-foundation-sys",
15547 "libc",
15548 "objc",
15549]
15550
15551[[package]]
15552name = "tap"
15553version = "1.0.1"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15556
15557[[package]]
15558name = "target-lexicon"
15559version = "0.12.16"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15562
15563[[package]]
15564name = "target-lexicon"
15565version = "0.13.2"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15568
15569[[package]]
15570name = "task"
15571version = "0.1.0"
15572dependencies = [
15573 "anyhow",
15574 "collections",
15575 "futures 0.3.31",
15576 "gpui",
15577 "hex",
15578 "parking_lot",
15579 "pretty_assertions",
15580 "proto",
15581 "schemars",
15582 "serde",
15583 "serde_json",
15584 "serde_json_lenient",
15585 "sha2",
15586 "shellexpand 2.1.2",
15587 "util",
15588 "workspace-hack",
15589 "zed_actions",
15590]
15591
15592[[package]]
15593name = "tasks_ui"
15594version = "0.1.0"
15595dependencies = [
15596 "anyhow",
15597 "collections",
15598 "editor",
15599 "file_icons",
15600 "fuzzy",
15601 "gpui",
15602 "itertools 0.14.0",
15603 "language",
15604 "menu",
15605 "picker",
15606 "project",
15607 "serde",
15608 "serde_json",
15609 "task",
15610 "tree-sitter-rust",
15611 "tree-sitter-typescript",
15612 "ui",
15613 "util",
15614 "workspace",
15615 "workspace-hack",
15616 "zed_actions",
15617]
15618
15619[[package]]
15620name = "telemetry"
15621version = "0.1.0"
15622dependencies = [
15623 "futures 0.3.31",
15624 "serde",
15625 "serde_json",
15626 "telemetry_events",
15627 "workspace-hack",
15628]
15629
15630[[package]]
15631name = "telemetry_events"
15632version = "0.1.0"
15633dependencies = [
15634 "semantic_version",
15635 "serde",
15636 "serde_json",
15637 "workspace-hack",
15638]
15639
15640[[package]]
15641name = "tempfile"
15642version = "3.20.0"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15645dependencies = [
15646 "fastrand 2.3.0",
15647 "getrandom 0.3.2",
15648 "once_cell",
15649 "rustix 1.0.7",
15650 "windows-sys 0.59.0",
15651]
15652
15653[[package]]
15654name = "tendril"
15655version = "0.4.3"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15658dependencies = [
15659 "futf",
15660 "mac",
15661 "utf-8",
15662]
15663
15664[[package]]
15665name = "termcolor"
15666version = "1.4.1"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15669dependencies = [
15670 "winapi-util",
15671]
15672
15673[[package]]
15674name = "terminal"
15675version = "0.1.0"
15676dependencies = [
15677 "alacritty_terminal",
15678 "anyhow",
15679 "collections",
15680 "dirs 4.0.0",
15681 "futures 0.3.31",
15682 "gpui",
15683 "libc",
15684 "rand 0.8.5",
15685 "regex",
15686 "release_channel",
15687 "schemars",
15688 "serde",
15689 "serde_derive",
15690 "settings",
15691 "smol",
15692 "sysinfo",
15693 "task",
15694 "theme",
15695 "thiserror 2.0.12",
15696 "util",
15697 "windows 0.61.1",
15698 "workspace-hack",
15699]
15700
15701[[package]]
15702name = "terminal_size"
15703version = "0.4.2"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15706dependencies = [
15707 "rustix 1.0.7",
15708 "windows-sys 0.59.0",
15709]
15710
15711[[package]]
15712name = "terminal_view"
15713version = "0.1.0"
15714dependencies = [
15715 "anyhow",
15716 "assistant_slash_command",
15717 "async-recursion 1.1.1",
15718 "breadcrumbs",
15719 "client",
15720 "collections",
15721 "db",
15722 "dirs 4.0.0",
15723 "editor",
15724 "futures 0.3.31",
15725 "gpui",
15726 "itertools 0.14.0",
15727 "language",
15728 "log",
15729 "project",
15730 "rand 0.8.5",
15731 "regex",
15732 "schemars",
15733 "search",
15734 "serde",
15735 "serde_json",
15736 "settings",
15737 "shellexpand 2.1.2",
15738 "smol",
15739 "task",
15740 "terminal",
15741 "theme",
15742 "ui",
15743 "util",
15744 "workspace",
15745 "workspace-hack",
15746 "zed_actions",
15747]
15748
15749[[package]]
15750name = "text"
15751version = "0.1.0"
15752dependencies = [
15753 "anyhow",
15754 "clock",
15755 "collections",
15756 "ctor",
15757 "env_logger 0.11.8",
15758 "gpui",
15759 "http_client",
15760 "log",
15761 "parking_lot",
15762 "postage",
15763 "rand 0.8.5",
15764 "regex",
15765 "rope",
15766 "smallvec",
15767 "sum_tree",
15768 "util",
15769 "workspace-hack",
15770]
15771
15772[[package]]
15773name = "theme"
15774version = "0.1.0"
15775dependencies = [
15776 "anyhow",
15777 "collections",
15778 "derive_more",
15779 "fs",
15780 "futures 0.3.31",
15781 "gpui",
15782 "indexmap",
15783 "log",
15784 "palette",
15785 "parking_lot",
15786 "refineable",
15787 "schemars",
15788 "serde",
15789 "serde_derive",
15790 "serde_json",
15791 "serde_json_lenient",
15792 "serde_repr",
15793 "settings",
15794 "strum 0.27.1",
15795 "thiserror 2.0.12",
15796 "util",
15797 "uuid",
15798 "workspace-hack",
15799]
15800
15801[[package]]
15802name = "theme_extension"
15803version = "0.1.0"
15804dependencies = [
15805 "anyhow",
15806 "extension",
15807 "fs",
15808 "gpui",
15809 "theme",
15810 "workspace-hack",
15811]
15812
15813[[package]]
15814name = "theme_importer"
15815version = "0.1.0"
15816dependencies = [
15817 "anyhow",
15818 "clap",
15819 "gpui",
15820 "indexmap",
15821 "log",
15822 "palette",
15823 "rust-embed",
15824 "serde",
15825 "serde_json",
15826 "serde_json_lenient",
15827 "simplelog",
15828 "strum 0.27.1",
15829 "theme",
15830 "vscode_theme",
15831 "workspace-hack",
15832]
15833
15834[[package]]
15835name = "theme_selector"
15836version = "0.1.0"
15837dependencies = [
15838 "fs",
15839 "fuzzy",
15840 "gpui",
15841 "log",
15842 "picker",
15843 "serde",
15844 "settings",
15845 "telemetry",
15846 "theme",
15847 "ui",
15848 "util",
15849 "workspace",
15850 "workspace-hack",
15851 "zed_actions",
15852]
15853
15854[[package]]
15855name = "thiserror"
15856version = "1.0.69"
15857source = "registry+https://github.com/rust-lang/crates.io-index"
15858checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15859dependencies = [
15860 "thiserror-impl 1.0.69",
15861]
15862
15863[[package]]
15864name = "thiserror"
15865version = "2.0.12"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15868dependencies = [
15869 "thiserror-impl 2.0.12",
15870]
15871
15872[[package]]
15873name = "thiserror-impl"
15874version = "1.0.69"
15875source = "registry+https://github.com/rust-lang/crates.io-index"
15876checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15877dependencies = [
15878 "proc-macro2",
15879 "quote",
15880 "syn 2.0.101",
15881]
15882
15883[[package]]
15884name = "thiserror-impl"
15885version = "2.0.12"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15888dependencies = [
15889 "proc-macro2",
15890 "quote",
15891 "syn 2.0.101",
15892]
15893
15894[[package]]
15895name = "thread_local"
15896version = "1.1.8"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15899dependencies = [
15900 "cfg-if",
15901 "once_cell",
15902]
15903
15904[[package]]
15905name = "tiff"
15906version = "0.9.1"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15909dependencies = [
15910 "flate2",
15911 "jpeg-decoder",
15912 "weezl",
15913]
15914
15915[[package]]
15916name = "tiktoken-rs"
15917version = "0.7.0"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15920dependencies = [
15921 "anyhow",
15922 "base64 0.22.1",
15923 "bstr",
15924 "fancy-regex 0.13.0",
15925 "lazy_static",
15926 "regex",
15927 "rustc-hash 1.1.0",
15928]
15929
15930[[package]]
15931name = "time"
15932version = "0.3.41"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15935dependencies = [
15936 "deranged",
15937 "itoa",
15938 "libc",
15939 "num-conv",
15940 "num_threads",
15941 "powerfmt",
15942 "serde",
15943 "time-core",
15944 "time-macros",
15945]
15946
15947[[package]]
15948name = "time-core"
15949version = "0.1.4"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15952
15953[[package]]
15954name = "time-macros"
15955version = "0.2.22"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15958dependencies = [
15959 "num-conv",
15960 "time-core",
15961]
15962
15963[[package]]
15964name = "time_format"
15965version = "0.1.0"
15966dependencies = [
15967 "core-foundation 0.10.0",
15968 "core-foundation-sys",
15969 "sys-locale",
15970 "time",
15971 "workspace-hack",
15972]
15973
15974[[package]]
15975name = "tiny-keccak"
15976version = "2.0.2"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15979dependencies = [
15980 "crunchy",
15981]
15982
15983[[package]]
15984name = "tiny-skia"
15985version = "0.11.4"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15988dependencies = [
15989 "arrayref",
15990 "arrayvec",
15991 "bytemuck",
15992 "cfg-if",
15993 "log",
15994 "png",
15995 "tiny-skia-path",
15996]
15997
15998[[package]]
15999name = "tiny-skia-path"
16000version = "0.11.4"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16003dependencies = [
16004 "arrayref",
16005 "bytemuck",
16006 "strict-num",
16007]
16008
16009[[package]]
16010name = "tiny_http"
16011version = "0.8.2"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16014dependencies = [
16015 "ascii",
16016 "chrono",
16017 "chunked_transfer",
16018 "log",
16019 "url",
16020]
16021
16022[[package]]
16023name = "tinystr"
16024version = "0.7.6"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16027dependencies = [
16028 "displaydoc",
16029 "zerovec",
16030]
16031
16032[[package]]
16033name = "tinytemplate"
16034version = "1.2.1"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16037dependencies = [
16038 "serde",
16039 "serde_json",
16040]
16041
16042[[package]]
16043name = "tinyvec"
16044version = "1.9.0"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16047dependencies = [
16048 "tinyvec_macros",
16049]
16050
16051[[package]]
16052name = "tinyvec_macros"
16053version = "0.1.1"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16056
16057[[package]]
16058name = "title_bar"
16059version = "0.1.0"
16060dependencies = [
16061 "auto_update",
16062 "call",
16063 "chrono",
16064 "client",
16065 "collections",
16066 "db",
16067 "gpui",
16068 "http_client",
16069 "notifications",
16070 "pretty_assertions",
16071 "project",
16072 "remote",
16073 "rpc",
16074 "schemars",
16075 "serde",
16076 "settings",
16077 "smallvec",
16078 "story",
16079 "telemetry",
16080 "theme",
16081 "tree-sitter-md",
16082 "ui",
16083 "util",
16084 "windows 0.61.1",
16085 "workspace",
16086 "workspace-hack",
16087 "zed_actions",
16088]
16089
16090[[package]]
16091name = "tokio"
16092version = "1.44.2"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16095dependencies = [
16096 "backtrace",
16097 "bytes 1.10.1",
16098 "libc",
16099 "mio",
16100 "parking_lot",
16101 "pin-project-lite",
16102 "signal-hook-registry",
16103 "socket2",
16104 "tokio-macros",
16105 "windows-sys 0.52.0",
16106]
16107
16108[[package]]
16109name = "tokio-io"
16110version = "0.1.13"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16113dependencies = [
16114 "bytes 0.4.12",
16115 "futures 0.1.31",
16116 "log",
16117]
16118
16119[[package]]
16120name = "tokio-macros"
16121version = "2.5.0"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16124dependencies = [
16125 "proc-macro2",
16126 "quote",
16127 "syn 2.0.101",
16128]
16129
16130[[package]]
16131name = "tokio-native-tls"
16132version = "0.3.1"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16135dependencies = [
16136 "native-tls",
16137 "tokio",
16138]
16139
16140[[package]]
16141name = "tokio-rustls"
16142version = "0.24.1"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16145dependencies = [
16146 "rustls 0.21.12",
16147 "tokio",
16148]
16149
16150[[package]]
16151name = "tokio-rustls"
16152version = "0.26.2"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16155dependencies = [
16156 "rustls 0.23.26",
16157 "tokio",
16158]
16159
16160[[package]]
16161name = "tokio-socks"
16162version = "0.5.2"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16165dependencies = [
16166 "either",
16167 "futures-io",
16168 "futures-util",
16169 "thiserror 1.0.69",
16170 "tokio",
16171]
16172
16173[[package]]
16174name = "tokio-stream"
16175version = "0.1.17"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16178dependencies = [
16179 "futures-core",
16180 "pin-project-lite",
16181 "tokio",
16182]
16183
16184[[package]]
16185name = "tokio-tungstenite"
16186version = "0.20.1"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16189dependencies = [
16190 "futures-util",
16191 "log",
16192 "tokio",
16193 "tungstenite 0.20.1",
16194]
16195
16196[[package]]
16197name = "tokio-tungstenite"
16198version = "0.21.0"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16201dependencies = [
16202 "futures-util",
16203 "log",
16204 "tokio",
16205 "tungstenite 0.21.0",
16206]
16207
16208[[package]]
16209name = "tokio-tungstenite"
16210version = "0.26.2"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16213dependencies = [
16214 "futures-util",
16215 "log",
16216 "rustls 0.23.26",
16217 "rustls-pki-types",
16218 "tokio",
16219 "tokio-rustls 0.26.2",
16220 "tungstenite 0.26.2",
16221]
16222
16223[[package]]
16224name = "tokio-util"
16225version = "0.7.14"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16228dependencies = [
16229 "bytes 1.10.1",
16230 "futures-core",
16231 "futures-io",
16232 "futures-sink",
16233 "pin-project-lite",
16234 "tokio",
16235]
16236
16237[[package]]
16238name = "toml"
16239version = "0.5.11"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16242dependencies = [
16243 "serde",
16244]
16245
16246[[package]]
16247name = "toml"
16248version = "0.8.20"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16251dependencies = [
16252 "serde",
16253 "serde_spanned",
16254 "toml_datetime",
16255 "toml_edit",
16256]
16257
16258[[package]]
16259name = "toml_datetime"
16260version = "0.6.9"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16263dependencies = [
16264 "serde",
16265]
16266
16267[[package]]
16268name = "toml_edit"
16269version = "0.22.26"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16272dependencies = [
16273 "indexmap",
16274 "serde",
16275 "serde_spanned",
16276 "toml_datetime",
16277 "toml_write",
16278 "winnow",
16279]
16280
16281[[package]]
16282name = "toml_write"
16283version = "0.1.1"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16286
16287[[package]]
16288name = "toolchain_selector"
16289version = "0.1.0"
16290dependencies = [
16291 "editor",
16292 "fuzzy",
16293 "gpui",
16294 "language",
16295 "picker",
16296 "project",
16297 "ui",
16298 "util",
16299 "workspace",
16300 "workspace-hack",
16301]
16302
16303[[package]]
16304name = "topological-sort"
16305version = "0.2.2"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16308
16309[[package]]
16310name = "tower"
16311version = "0.4.13"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16314dependencies = [
16315 "futures-core",
16316 "futures-util",
16317 "pin-project",
16318 "pin-project-lite",
16319 "tokio",
16320 "tower-layer",
16321 "tower-service",
16322 "tracing",
16323]
16324
16325[[package]]
16326name = "tower"
16327version = "0.5.2"
16328source = "registry+https://github.com/rust-lang/crates.io-index"
16329checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16330dependencies = [
16331 "futures-core",
16332 "futures-util",
16333 "pin-project-lite",
16334 "sync_wrapper 1.0.2",
16335 "tokio",
16336 "tower-layer",
16337 "tower-service",
16338]
16339
16340[[package]]
16341name = "tower-http"
16342version = "0.3.5"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16345dependencies = [
16346 "bitflags 1.3.2",
16347 "bytes 1.10.1",
16348 "futures-core",
16349 "futures-util",
16350 "http 0.2.12",
16351 "http-body 0.4.6",
16352 "http-range-header",
16353 "pin-project-lite",
16354 "tower-layer",
16355 "tower-service",
16356]
16357
16358[[package]]
16359name = "tower-http"
16360version = "0.4.4"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16363dependencies = [
16364 "bitflags 2.9.0",
16365 "bytes 1.10.1",
16366 "futures-core",
16367 "futures-util",
16368 "http 0.2.12",
16369 "http-body 0.4.6",
16370 "http-range-header",
16371 "pin-project-lite",
16372 "tower-layer",
16373 "tower-service",
16374 "tracing",
16375]
16376
16377[[package]]
16378name = "tower-layer"
16379version = "0.3.3"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16382
16383[[package]]
16384name = "tower-service"
16385version = "0.3.3"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16388
16389[[package]]
16390name = "tracing"
16391version = "0.1.41"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16394dependencies = [
16395 "log",
16396 "pin-project-lite",
16397 "tracing-attributes",
16398 "tracing-core",
16399]
16400
16401[[package]]
16402name = "tracing-attributes"
16403version = "0.1.28"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16406dependencies = [
16407 "proc-macro2",
16408 "quote",
16409 "syn 2.0.101",
16410]
16411
16412[[package]]
16413name = "tracing-core"
16414version = "0.1.33"
16415source = "registry+https://github.com/rust-lang/crates.io-index"
16416checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16417dependencies = [
16418 "once_cell",
16419 "valuable",
16420]
16421
16422[[package]]
16423name = "tracing-log"
16424version = "0.2.0"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16427dependencies = [
16428 "log",
16429 "once_cell",
16430 "tracing-core",
16431]
16432
16433[[package]]
16434name = "tracing-serde"
16435version = "0.2.0"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16438dependencies = [
16439 "serde",
16440 "tracing-core",
16441]
16442
16443[[package]]
16444name = "tracing-subscriber"
16445version = "0.3.19"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16448dependencies = [
16449 "matchers",
16450 "nu-ansi-term 0.46.0",
16451 "once_cell",
16452 "regex",
16453 "serde",
16454 "serde_json",
16455 "sharded-slab",
16456 "smallvec",
16457 "thread_local",
16458 "tracing",
16459 "tracing-core",
16460 "tracing-log",
16461 "tracing-serde",
16462]
16463
16464[[package]]
16465name = "trait-variant"
16466version = "0.1.2"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16469dependencies = [
16470 "proc-macro2",
16471 "quote",
16472 "syn 2.0.101",
16473]
16474
16475[[package]]
16476name = "tree-sitter"
16477version = "0.25.3"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16480dependencies = [
16481 "cc",
16482 "regex",
16483 "regex-syntax 0.8.5",
16484 "serde_json",
16485 "streaming-iterator",
16486 "tree-sitter-language",
16487 "wasmtime-c-api-impl",
16488]
16489
16490[[package]]
16491name = "tree-sitter-bash"
16492version = "0.23.3"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16495dependencies = [
16496 "cc",
16497 "tree-sitter-language",
16498]
16499
16500[[package]]
16501name = "tree-sitter-c"
16502version = "0.23.4"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16505dependencies = [
16506 "cc",
16507 "tree-sitter-language",
16508]
16509
16510[[package]]
16511name = "tree-sitter-cpp"
16512version = "0.23.4"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16515dependencies = [
16516 "cc",
16517 "tree-sitter-language",
16518]
16519
16520[[package]]
16521name = "tree-sitter-css"
16522version = "0.23.2"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16525dependencies = [
16526 "cc",
16527 "tree-sitter-language",
16528]
16529
16530[[package]]
16531name = "tree-sitter-diff"
16532version = "0.1.0"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16535dependencies = [
16536 "cc",
16537 "tree-sitter-language",
16538]
16539
16540[[package]]
16541name = "tree-sitter-elixir"
16542version = "0.3.4"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16545dependencies = [
16546 "cc",
16547 "tree-sitter-language",
16548]
16549
16550[[package]]
16551name = "tree-sitter-embedded-template"
16552version = "0.23.2"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16555dependencies = [
16556 "cc",
16557 "tree-sitter-language",
16558]
16559
16560[[package]]
16561name = "tree-sitter-gitcommit"
16562version = "0.0.1"
16563source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16564dependencies = [
16565 "cc",
16566 "tree-sitter-language",
16567]
16568
16569[[package]]
16570name = "tree-sitter-go"
16571version = "0.23.4"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16574dependencies = [
16575 "cc",
16576 "tree-sitter-language",
16577]
16578
16579[[package]]
16580name = "tree-sitter-gomod"
16581version = "1.1.1"
16582source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16583dependencies = [
16584 "cc",
16585 "tree-sitter-language",
16586]
16587
16588[[package]]
16589name = "tree-sitter-gowork"
16590version = "0.0.1"
16591source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16592dependencies = [
16593 "cc",
16594 "tree-sitter-language",
16595]
16596
16597[[package]]
16598name = "tree-sitter-heex"
16599version = "0.0.1"
16600source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16601dependencies = [
16602 "cc",
16603 "tree-sitter-language",
16604]
16605
16606[[package]]
16607name = "tree-sitter-html"
16608version = "0.23.2"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16611dependencies = [
16612 "cc",
16613 "tree-sitter-language",
16614]
16615
16616[[package]]
16617name = "tree-sitter-jsdoc"
16618version = "0.23.2"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16621dependencies = [
16622 "cc",
16623 "tree-sitter-language",
16624]
16625
16626[[package]]
16627name = "tree-sitter-json"
16628version = "0.24.8"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16631dependencies = [
16632 "cc",
16633 "tree-sitter-language",
16634]
16635
16636[[package]]
16637name = "tree-sitter-language"
16638version = "0.1.5"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16641
16642[[package]]
16643name = "tree-sitter-md"
16644version = "0.3.2"
16645source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16646dependencies = [
16647 "cc",
16648 "tree-sitter-language",
16649]
16650
16651[[package]]
16652name = "tree-sitter-python"
16653version = "0.23.6"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16656dependencies = [
16657 "cc",
16658 "tree-sitter-language",
16659]
16660
16661[[package]]
16662name = "tree-sitter-regex"
16663version = "0.24.3"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16666dependencies = [
16667 "cc",
16668 "tree-sitter-language",
16669]
16670
16671[[package]]
16672name = "tree-sitter-ruby"
16673version = "0.23.1"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16676dependencies = [
16677 "cc",
16678 "tree-sitter-language",
16679]
16680
16681[[package]]
16682name = "tree-sitter-rust"
16683version = "0.24.0"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16686dependencies = [
16687 "cc",
16688 "tree-sitter-language",
16689]
16690
16691[[package]]
16692name = "tree-sitter-typescript"
16693version = "0.23.2"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16696dependencies = [
16697 "cc",
16698 "tree-sitter-language",
16699]
16700
16701[[package]]
16702name = "tree-sitter-yaml"
16703version = "0.6.1"
16704source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16705dependencies = [
16706 "cc",
16707 "tree-sitter-language",
16708]
16709
16710[[package]]
16711name = "try-lock"
16712version = "0.2.5"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16715
16716[[package]]
16717name = "ttf-parser"
16718version = "0.20.0"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16721
16722[[package]]
16723name = "ttf-parser"
16724version = "0.21.1"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16727
16728[[package]]
16729name = "ttf-parser"
16730version = "0.25.1"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16733dependencies = [
16734 "core_maths",
16735]
16736
16737[[package]]
16738name = "tungstenite"
16739version = "0.20.1"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16742dependencies = [
16743 "byteorder",
16744 "bytes 1.10.1",
16745 "data-encoding",
16746 "http 0.2.12",
16747 "httparse",
16748 "log",
16749 "rand 0.8.5",
16750 "sha1",
16751 "thiserror 1.0.69",
16752 "url",
16753 "utf-8",
16754]
16755
16756[[package]]
16757name = "tungstenite"
16758version = "0.21.0"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16761dependencies = [
16762 "byteorder",
16763 "bytes 1.10.1",
16764 "data-encoding",
16765 "http 1.3.1",
16766 "httparse",
16767 "log",
16768 "rand 0.8.5",
16769 "sha1",
16770 "thiserror 1.0.69",
16771 "url",
16772 "utf-8",
16773]
16774
16775[[package]]
16776name = "tungstenite"
16777version = "0.26.2"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16780dependencies = [
16781 "bytes 1.10.1",
16782 "data-encoding",
16783 "http 1.3.1",
16784 "httparse",
16785 "log",
16786 "rand 0.9.1",
16787 "rustls 0.23.26",
16788 "rustls-pki-types",
16789 "sha1",
16790 "thiserror 2.0.12",
16791 "utf-8",
16792]
16793
16794[[package]]
16795name = "typeid"
16796version = "1.0.3"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16799
16800[[package]]
16801name = "typenum"
16802version = "1.18.0"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16805
16806[[package]]
16807name = "ucd-trie"
16808version = "0.1.7"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16811
16812[[package]]
16813name = "uds_windows"
16814version = "1.1.0"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16817dependencies = [
16818 "memoffset",
16819 "tempfile",
16820 "winapi",
16821]
16822
16823[[package]]
16824name = "ui"
16825version = "0.1.0"
16826dependencies = [
16827 "chrono",
16828 "component",
16829 "documented",
16830 "gpui",
16831 "icons",
16832 "itertools 0.14.0",
16833 "menu",
16834 "serde",
16835 "settings",
16836 "smallvec",
16837 "story",
16838 "strum 0.27.1",
16839 "theme",
16840 "ui_macros",
16841 "util",
16842 "windows 0.61.1",
16843 "workspace-hack",
16844]
16845
16846[[package]]
16847name = "ui_input"
16848version = "0.1.0"
16849dependencies = [
16850 "component",
16851 "editor",
16852 "gpui",
16853 "settings",
16854 "theme",
16855 "ui",
16856 "workspace-hack",
16857]
16858
16859[[package]]
16860name = "ui_macros"
16861version = "0.1.0"
16862dependencies = [
16863 "quote",
16864 "syn 2.0.101",
16865 "workspace-hack",
16866]
16867
16868[[package]]
16869name = "ui_prompt"
16870version = "0.1.0"
16871dependencies = [
16872 "gpui",
16873 "markdown",
16874 "menu",
16875 "settings",
16876 "theme",
16877 "ui",
16878 "workspace",
16879 "workspace-hack",
16880]
16881
16882[[package]]
16883name = "uluru"
16884version = "3.1.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16887dependencies = [
16888 "arrayvec",
16889]
16890
16891[[package]]
16892name = "unicase"
16893version = "2.8.1"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16896
16897[[package]]
16898name = "unicode-bidi"
16899version = "0.3.18"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16902
16903[[package]]
16904name = "unicode-bidi-mirroring"
16905version = "0.2.0"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16908
16909[[package]]
16910name = "unicode-bidi-mirroring"
16911version = "0.4.0"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16914
16915[[package]]
16916name = "unicode-bom"
16917version = "2.0.3"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16920
16921[[package]]
16922name = "unicode-ccc"
16923version = "0.2.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16926
16927[[package]]
16928name = "unicode-ccc"
16929version = "0.4.0"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16932
16933[[package]]
16934name = "unicode-ident"
16935version = "1.0.18"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16938
16939[[package]]
16940name = "unicode-linebreak"
16941version = "0.1.5"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16944
16945[[package]]
16946name = "unicode-normalization"
16947version = "0.1.24"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16950dependencies = [
16951 "tinyvec",
16952]
16953
16954[[package]]
16955name = "unicode-properties"
16956version = "0.1.3"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16959
16960[[package]]
16961name = "unicode-script"
16962version = "0.5.7"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16965
16966[[package]]
16967name = "unicode-segmentation"
16968version = "1.12.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16971
16972[[package]]
16973name = "unicode-vo"
16974version = "0.1.0"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16977
16978[[package]]
16979name = "unicode-width"
16980version = "0.1.14"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16983
16984[[package]]
16985name = "unicode-width"
16986version = "0.2.0"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16989
16990[[package]]
16991name = "unicode-xid"
16992version = "0.2.6"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16995
16996[[package]]
16997name = "unicode_categories"
16998version = "0.1.1"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17001
17002[[package]]
17003name = "unindent"
17004version = "0.2.4"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17007
17008[[package]]
17009name = "untrusted"
17010version = "0.9.0"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17013
17014[[package]]
17015name = "url"
17016version = "2.5.4"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17019dependencies = [
17020 "form_urlencoded",
17021 "idna",
17022 "percent-encoding",
17023 "serde",
17024]
17025
17026[[package]]
17027name = "urlencoding"
17028version = "2.1.3"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17031
17032[[package]]
17033name = "usvg"
17034version = "0.45.1"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17037dependencies = [
17038 "base64 0.22.1",
17039 "data-url",
17040 "flate2",
17041 "fontdb 0.23.0",
17042 "imagesize",
17043 "kurbo",
17044 "log",
17045 "pico-args",
17046 "roxmltree",
17047 "rustybuzz 0.20.1",
17048 "simplecss",
17049 "siphasher",
17050 "strict-num",
17051 "svgtypes",
17052 "tiny-skia-path",
17053 "unicode-bidi",
17054 "unicode-script",
17055 "unicode-vo",
17056 "xmlwriter",
17057]
17058
17059[[package]]
17060name = "utf-8"
17061version = "0.7.6"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17064
17065[[package]]
17066name = "utf16_iter"
17067version = "1.0.5"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17070
17071[[package]]
17072name = "utf8_iter"
17073version = "1.0.4"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17076
17077[[package]]
17078name = "utf8parse"
17079version = "0.2.2"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17082
17083[[package]]
17084name = "util"
17085version = "0.1.0"
17086dependencies = [
17087 "anyhow",
17088 "async-fs",
17089 "async_zip",
17090 "collections",
17091 "dirs 4.0.0",
17092 "dunce",
17093 "futures 0.3.31",
17094 "futures-lite 1.13.0",
17095 "git2",
17096 "globset",
17097 "itertools 0.14.0",
17098 "libc",
17099 "log",
17100 "rand 0.8.5",
17101 "regex",
17102 "rust-embed",
17103 "serde",
17104 "serde_json",
17105 "serde_json_lenient",
17106 "smol",
17107 "take-until",
17108 "tempfile",
17109 "tendril",
17110 "unicase",
17111 "unicode-script",
17112 "unicode-segmentation",
17113 "util_macros",
17114 "walkdir",
17115 "workspace-hack",
17116]
17117
17118[[package]]
17119name = "util_macros"
17120version = "0.1.0"
17121dependencies = [
17122 "quote",
17123 "syn 2.0.101",
17124 "workspace-hack",
17125]
17126
17127[[package]]
17128name = "uuid"
17129version = "1.16.0"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17132dependencies = [
17133 "getrandom 0.3.2",
17134 "serde",
17135 "sha1_smol",
17136]
17137
17138[[package]]
17139name = "uuid-simd"
17140version = "0.8.0"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17143dependencies = [
17144 "outref",
17145 "uuid",
17146 "vsimd",
17147]
17148
17149[[package]]
17150name = "v_frame"
17151version = "0.3.8"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17154dependencies = [
17155 "aligned-vec",
17156 "num-traits",
17157 "wasm-bindgen",
17158]
17159
17160[[package]]
17161name = "valuable"
17162version = "0.1.1"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17165
17166[[package]]
17167name = "value-bag"
17168version = "1.11.1"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17171dependencies = [
17172 "value-bag-serde1",
17173 "value-bag-sval2",
17174]
17175
17176[[package]]
17177name = "value-bag-serde1"
17178version = "1.11.1"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17181dependencies = [
17182 "erased-serde",
17183 "serde",
17184 "serde_fmt",
17185]
17186
17187[[package]]
17188name = "value-bag-sval2"
17189version = "1.11.1"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17192dependencies = [
17193 "sval",
17194 "sval_buffer",
17195 "sval_dynamic",
17196 "sval_fmt",
17197 "sval_json",
17198 "sval_ref",
17199 "sval_serde",
17200]
17201
17202[[package]]
17203name = "vcpkg"
17204version = "0.2.15"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17207
17208[[package]]
17209name = "version-compare"
17210version = "0.2.0"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17213
17214[[package]]
17215name = "version_check"
17216version = "0.9.5"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17219
17220[[package]]
17221name = "vim"
17222version = "0.1.0"
17223dependencies = [
17224 "anyhow",
17225 "assets",
17226 "async-compat",
17227 "async-trait",
17228 "collections",
17229 "command_palette",
17230 "command_palette_hooks",
17231 "db",
17232 "editor",
17233 "futures 0.3.31",
17234 "git_ui",
17235 "gpui",
17236 "indoc",
17237 "itertools 0.14.0",
17238 "language",
17239 "log",
17240 "lsp",
17241 "multi_buffer",
17242 "nvim-rs",
17243 "parking_lot",
17244 "picker",
17245 "project",
17246 "project_panel",
17247 "regex",
17248 "release_channel",
17249 "schemars",
17250 "search",
17251 "serde",
17252 "serde_derive",
17253 "serde_json",
17254 "settings",
17255 "task",
17256 "text",
17257 "theme",
17258 "tokio",
17259 "ui",
17260 "util",
17261 "vim_mode_setting",
17262 "workspace",
17263 "workspace-hack",
17264 "zed_actions",
17265]
17266
17267[[package]]
17268name = "vim_mode_setting"
17269version = "0.1.0"
17270dependencies = [
17271 "anyhow",
17272 "gpui",
17273 "settings",
17274 "workspace-hack",
17275]
17276
17277[[package]]
17278name = "vscode_theme"
17279version = "0.2.0"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17282dependencies = [
17283 "serde",
17284]
17285
17286[[package]]
17287name = "vsimd"
17288version = "0.8.0"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17291
17292[[package]]
17293name = "vswhom"
17294version = "0.1.0"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17297dependencies = [
17298 "libc",
17299 "vswhom-sys",
17300]
17301
17302[[package]]
17303name = "vswhom-sys"
17304version = "0.1.3"
17305source = "registry+https://github.com/rust-lang/crates.io-index"
17306checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17307dependencies = [
17308 "cc",
17309 "libc",
17310]
17311
17312[[package]]
17313name = "vte"
17314version = "0.15.0"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17317dependencies = [
17318 "arrayvec",
17319 "bitflags 2.9.0",
17320 "cursor-icon",
17321 "log",
17322 "memchr",
17323 "serde",
17324]
17325
17326[[package]]
17327name = "waker-fn"
17328version = "1.2.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17331
17332[[package]]
17333name = "walkdir"
17334version = "2.5.0"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17337dependencies = [
17338 "same-file",
17339 "winapi-util",
17340]
17341
17342[[package]]
17343name = "want"
17344version = "0.3.1"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17347dependencies = [
17348 "try-lock",
17349]
17350
17351[[package]]
17352name = "warp"
17353version = "0.3.7"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17356dependencies = [
17357 "bytes 1.10.1",
17358 "futures-channel",
17359 "futures-util",
17360 "headers",
17361 "http 0.2.12",
17362 "hyper 0.14.32",
17363 "log",
17364 "mime",
17365 "mime_guess",
17366 "percent-encoding",
17367 "pin-project",
17368 "scoped-tls",
17369 "serde",
17370 "serde_json",
17371 "serde_urlencoded",
17372 "tokio",
17373 "tokio-tungstenite 0.21.0",
17374 "tokio-util",
17375 "tower-service",
17376 "tracing",
17377]
17378
17379[[package]]
17380name = "wasi"
17381version = "0.9.0+wasi-snapshot-preview1"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17384
17385[[package]]
17386name = "wasi"
17387version = "0.11.0+wasi-snapshot-preview1"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17390
17391[[package]]
17392name = "wasi"
17393version = "0.14.2+wasi-0.2.4"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17396dependencies = [
17397 "wit-bindgen-rt 0.39.0",
17398]
17399
17400[[package]]
17401name = "wasi-preview1-component-adapter-provider"
17402version = "29.0.1"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17405
17406[[package]]
17407name = "wasite"
17408version = "0.1.0"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17411
17412[[package]]
17413name = "wasm-bindgen"
17414version = "0.2.100"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17417dependencies = [
17418 "cfg-if",
17419 "once_cell",
17420 "rustversion",
17421 "wasm-bindgen-macro",
17422]
17423
17424[[package]]
17425name = "wasm-bindgen-backend"
17426version = "0.2.100"
17427source = "registry+https://github.com/rust-lang/crates.io-index"
17428checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17429dependencies = [
17430 "bumpalo",
17431 "log",
17432 "proc-macro2",
17433 "quote",
17434 "syn 2.0.101",
17435 "wasm-bindgen-shared",
17436]
17437
17438[[package]]
17439name = "wasm-bindgen-futures"
17440version = "0.4.50"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17443dependencies = [
17444 "cfg-if",
17445 "js-sys",
17446 "once_cell",
17447 "wasm-bindgen",
17448 "web-sys",
17449]
17450
17451[[package]]
17452name = "wasm-bindgen-macro"
17453version = "0.2.100"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17456dependencies = [
17457 "quote",
17458 "wasm-bindgen-macro-support",
17459]
17460
17461[[package]]
17462name = "wasm-bindgen-macro-support"
17463version = "0.2.100"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17466dependencies = [
17467 "proc-macro2",
17468 "quote",
17469 "syn 2.0.101",
17470 "wasm-bindgen-backend",
17471 "wasm-bindgen-shared",
17472]
17473
17474[[package]]
17475name = "wasm-bindgen-shared"
17476version = "0.2.100"
17477source = "registry+https://github.com/rust-lang/crates.io-index"
17478checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17479dependencies = [
17480 "unicode-ident",
17481]
17482
17483[[package]]
17484name = "wasm-encoder"
17485version = "0.201.0"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17488dependencies = [
17489 "leb128",
17490]
17491
17492[[package]]
17493name = "wasm-encoder"
17494version = "0.221.3"
17495source = "registry+https://github.com/rust-lang/crates.io-index"
17496checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17497dependencies = [
17498 "leb128",
17499 "wasmparser 0.221.3",
17500]
17501
17502[[package]]
17503name = "wasm-encoder"
17504version = "0.227.1"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17507dependencies = [
17508 "leb128fmt",
17509 "wasmparser 0.227.1",
17510]
17511
17512[[package]]
17513name = "wasm-metadata"
17514version = "0.201.0"
17515source = "registry+https://github.com/rust-lang/crates.io-index"
17516checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17517dependencies = [
17518 "anyhow",
17519 "indexmap",
17520 "serde",
17521 "serde_derive",
17522 "serde_json",
17523 "spdx",
17524 "wasm-encoder 0.201.0",
17525 "wasmparser 0.201.0",
17526]
17527
17528[[package]]
17529name = "wasm-metadata"
17530version = "0.221.3"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17533dependencies = [
17534 "anyhow",
17535 "indexmap",
17536 "serde",
17537 "serde_derive",
17538 "serde_json",
17539 "spdx",
17540 "wasm-encoder 0.221.3",
17541 "wasmparser 0.221.3",
17542]
17543
17544[[package]]
17545name = "wasm-metadata"
17546version = "0.227.1"
17547source = "registry+https://github.com/rust-lang/crates.io-index"
17548checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17549dependencies = [
17550 "anyhow",
17551 "auditable-serde",
17552 "flate2",
17553 "indexmap",
17554 "serde",
17555 "serde_derive",
17556 "serde_json",
17557 "spdx",
17558 "url",
17559 "wasm-encoder 0.227.1",
17560 "wasmparser 0.227.1",
17561]
17562
17563[[package]]
17564name = "wasm-streams"
17565version = "0.4.2"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17568dependencies = [
17569 "futures-util",
17570 "js-sys",
17571 "wasm-bindgen",
17572 "wasm-bindgen-futures",
17573 "web-sys",
17574]
17575
17576[[package]]
17577name = "wasmparser"
17578version = "0.201.0"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17581dependencies = [
17582 "bitflags 2.9.0",
17583 "indexmap",
17584 "semver",
17585]
17586
17587[[package]]
17588name = "wasmparser"
17589version = "0.221.3"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17592dependencies = [
17593 "bitflags 2.9.0",
17594 "hashbrown 0.15.3",
17595 "indexmap",
17596 "semver",
17597 "serde",
17598]
17599
17600[[package]]
17601name = "wasmparser"
17602version = "0.227.1"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17605dependencies = [
17606 "bitflags 2.9.0",
17607 "hashbrown 0.15.3",
17608 "indexmap",
17609 "semver",
17610]
17611
17612[[package]]
17613name = "wasmprinter"
17614version = "0.221.3"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17617dependencies = [
17618 "anyhow",
17619 "termcolor",
17620 "wasmparser 0.221.3",
17621]
17622
17623[[package]]
17624name = "wasmtime"
17625version = "29.0.1"
17626source = "registry+https://github.com/rust-lang/crates.io-index"
17627checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17628dependencies = [
17629 "anyhow",
17630 "async-trait",
17631 "bitflags 2.9.0",
17632 "bumpalo",
17633 "cc",
17634 "cfg-if",
17635 "encoding_rs",
17636 "hashbrown 0.14.5",
17637 "indexmap",
17638 "libc",
17639 "log",
17640 "mach2",
17641 "memfd",
17642 "object",
17643 "once_cell",
17644 "paste",
17645 "postcard",
17646 "psm",
17647 "pulley-interpreter",
17648 "rayon",
17649 "rustix 0.38.44",
17650 "semver",
17651 "serde",
17652 "serde_derive",
17653 "smallvec",
17654 "sptr",
17655 "target-lexicon 0.13.2",
17656 "trait-variant",
17657 "wasmparser 0.221.3",
17658 "wasmtime-asm-macros",
17659 "wasmtime-component-macro",
17660 "wasmtime-component-util",
17661 "wasmtime-cranelift",
17662 "wasmtime-environ",
17663 "wasmtime-fiber",
17664 "wasmtime-jit-icache-coherence",
17665 "wasmtime-math",
17666 "wasmtime-slab",
17667 "wasmtime-versioned-export-macros",
17668 "wasmtime-winch",
17669 "windows-sys 0.59.0",
17670]
17671
17672[[package]]
17673name = "wasmtime-asm-macros"
17674version = "29.0.1"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17677dependencies = [
17678 "cfg-if",
17679]
17680
17681[[package]]
17682name = "wasmtime-c-api-impl"
17683version = "29.0.1"
17684source = "registry+https://github.com/rust-lang/crates.io-index"
17685checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17686dependencies = [
17687 "anyhow",
17688 "log",
17689 "tracing",
17690 "wasmtime",
17691 "wasmtime-c-api-macros",
17692]
17693
17694[[package]]
17695name = "wasmtime-c-api-macros"
17696version = "29.0.1"
17697source = "registry+https://github.com/rust-lang/crates.io-index"
17698checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17699dependencies = [
17700 "proc-macro2",
17701 "quote",
17702]
17703
17704[[package]]
17705name = "wasmtime-component-macro"
17706version = "29.0.1"
17707source = "registry+https://github.com/rust-lang/crates.io-index"
17708checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17709dependencies = [
17710 "anyhow",
17711 "proc-macro2",
17712 "quote",
17713 "syn 2.0.101",
17714 "wasmtime-component-util",
17715 "wasmtime-wit-bindgen",
17716 "wit-parser 0.221.3",
17717]
17718
17719[[package]]
17720name = "wasmtime-component-util"
17721version = "29.0.1"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17724
17725[[package]]
17726name = "wasmtime-cranelift"
17727version = "29.0.1"
17728source = "registry+https://github.com/rust-lang/crates.io-index"
17729checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17730dependencies = [
17731 "anyhow",
17732 "cfg-if",
17733 "cranelift-codegen",
17734 "cranelift-control",
17735 "cranelift-entity",
17736 "cranelift-frontend",
17737 "cranelift-native",
17738 "gimli",
17739 "itertools 0.12.1",
17740 "log",
17741 "object",
17742 "smallvec",
17743 "target-lexicon 0.13.2",
17744 "thiserror 1.0.69",
17745 "wasmparser 0.221.3",
17746 "wasmtime-environ",
17747 "wasmtime-versioned-export-macros",
17748]
17749
17750[[package]]
17751name = "wasmtime-environ"
17752version = "29.0.1"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17755dependencies = [
17756 "anyhow",
17757 "cpp_demangle",
17758 "cranelift-bitset",
17759 "cranelift-entity",
17760 "gimli",
17761 "indexmap",
17762 "log",
17763 "object",
17764 "postcard",
17765 "rustc-demangle",
17766 "semver",
17767 "serde",
17768 "serde_derive",
17769 "smallvec",
17770 "target-lexicon 0.13.2",
17771 "wasm-encoder 0.221.3",
17772 "wasmparser 0.221.3",
17773 "wasmprinter",
17774 "wasmtime-component-util",
17775]
17776
17777[[package]]
17778name = "wasmtime-fiber"
17779version = "29.0.1"
17780source = "registry+https://github.com/rust-lang/crates.io-index"
17781checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17782dependencies = [
17783 "anyhow",
17784 "cc",
17785 "cfg-if",
17786 "rustix 0.38.44",
17787 "wasmtime-asm-macros",
17788 "wasmtime-versioned-export-macros",
17789 "windows-sys 0.59.0",
17790]
17791
17792[[package]]
17793name = "wasmtime-jit-icache-coherence"
17794version = "29.0.1"
17795source = "registry+https://github.com/rust-lang/crates.io-index"
17796checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17797dependencies = [
17798 "anyhow",
17799 "cfg-if",
17800 "libc",
17801 "windows-sys 0.59.0",
17802]
17803
17804[[package]]
17805name = "wasmtime-math"
17806version = "29.0.1"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17809dependencies = [
17810 "libm",
17811]
17812
17813[[package]]
17814name = "wasmtime-slab"
17815version = "29.0.1"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17818
17819[[package]]
17820name = "wasmtime-versioned-export-macros"
17821version = "29.0.1"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17824dependencies = [
17825 "proc-macro2",
17826 "quote",
17827 "syn 2.0.101",
17828]
17829
17830[[package]]
17831name = "wasmtime-wasi"
17832version = "29.0.1"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17835dependencies = [
17836 "anyhow",
17837 "async-trait",
17838 "bitflags 2.9.0",
17839 "bytes 1.10.1",
17840 "cap-fs-ext",
17841 "cap-net-ext",
17842 "cap-rand",
17843 "cap-std",
17844 "cap-time-ext",
17845 "fs-set-times",
17846 "futures 0.3.31",
17847 "io-extras",
17848 "io-lifetimes",
17849 "rustix 0.38.44",
17850 "system-interface",
17851 "thiserror 1.0.69",
17852 "tokio",
17853 "tracing",
17854 "trait-variant",
17855 "url",
17856 "wasmtime",
17857 "wiggle",
17858 "windows-sys 0.59.0",
17859]
17860
17861[[package]]
17862name = "wasmtime-winch"
17863version = "29.0.1"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17866dependencies = [
17867 "anyhow",
17868 "cranelift-codegen",
17869 "gimli",
17870 "object",
17871 "target-lexicon 0.13.2",
17872 "wasmparser 0.221.3",
17873 "wasmtime-cranelift",
17874 "wasmtime-environ",
17875 "winch-codegen",
17876]
17877
17878[[package]]
17879name = "wasmtime-wit-bindgen"
17880version = "29.0.1"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17883dependencies = [
17884 "anyhow",
17885 "heck 0.5.0",
17886 "indexmap",
17887 "wit-parser 0.221.3",
17888]
17889
17890[[package]]
17891name = "wast"
17892version = "35.0.2"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17895dependencies = [
17896 "leb128",
17897]
17898
17899[[package]]
17900name = "wayland-backend"
17901version = "0.3.8"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17904dependencies = [
17905 "cc",
17906 "downcast-rs",
17907 "rustix 0.38.44",
17908 "scoped-tls",
17909 "smallvec",
17910 "wayland-sys",
17911]
17912
17913[[package]]
17914name = "wayland-client"
17915version = "0.31.8"
17916source = "registry+https://github.com/rust-lang/crates.io-index"
17917checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17918dependencies = [
17919 "bitflags 2.9.0",
17920 "rustix 0.38.44",
17921 "wayland-backend",
17922 "wayland-scanner",
17923]
17924
17925[[package]]
17926name = "wayland-cursor"
17927version = "0.31.8"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17930dependencies = [
17931 "rustix 0.38.44",
17932 "wayland-client",
17933 "xcursor",
17934]
17935
17936[[package]]
17937name = "wayland-protocols"
17938version = "0.31.2"
17939source = "registry+https://github.com/rust-lang/crates.io-index"
17940checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17941dependencies = [
17942 "bitflags 2.9.0",
17943 "wayland-backend",
17944 "wayland-client",
17945 "wayland-scanner",
17946]
17947
17948[[package]]
17949name = "wayland-protocols-plasma"
17950version = "0.2.0"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17953dependencies = [
17954 "bitflags 2.9.0",
17955 "wayland-backend",
17956 "wayland-client",
17957 "wayland-protocols",
17958 "wayland-scanner",
17959]
17960
17961[[package]]
17962name = "wayland-scanner"
17963version = "0.31.6"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17966dependencies = [
17967 "proc-macro2",
17968 "quick-xml 0.37.4",
17969 "quote",
17970]
17971
17972[[package]]
17973name = "wayland-sys"
17974version = "0.31.6"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17977dependencies = [
17978 "dlib",
17979 "log",
17980 "once_cell",
17981 "pkg-config",
17982]
17983
17984[[package]]
17985name = "web-sys"
17986version = "0.3.77"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17989dependencies = [
17990 "js-sys",
17991 "wasm-bindgen",
17992]
17993
17994[[package]]
17995name = "web-time"
17996version = "1.1.0"
17997source = "registry+https://github.com/rust-lang/crates.io-index"
17998checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17999dependencies = [
18000 "js-sys",
18001 "wasm-bindgen",
18002]
18003
18004[[package]]
18005name = "web_atoms"
18006version = "0.1.0"
18007source = "registry+https://github.com/rust-lang/crates.io-index"
18008checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18009dependencies = [
18010 "phf",
18011 "phf_codegen",
18012 "string_cache",
18013 "string_cache_codegen",
18014]
18015
18016[[package]]
18017name = "web_search"
18018version = "0.1.0"
18019dependencies = [
18020 "anyhow",
18021 "collections",
18022 "gpui",
18023 "serde",
18024 "workspace-hack",
18025 "zed_llm_client",
18026]
18027
18028[[package]]
18029name = "web_search_providers"
18030version = "0.1.0"
18031dependencies = [
18032 "anyhow",
18033 "client",
18034 "futures 0.3.31",
18035 "gpui",
18036 "http_client",
18037 "language_model",
18038 "serde",
18039 "serde_json",
18040 "web_search",
18041 "workspace-hack",
18042 "zed_llm_client",
18043]
18044
18045[[package]]
18046name = "webpki-root-certs"
18047version = "0.26.8"
18048source = "registry+https://github.com/rust-lang/crates.io-index"
18049checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18050dependencies = [
18051 "rustls-pki-types",
18052]
18053
18054[[package]]
18055name = "webpki-roots"
18056version = "0.26.8"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18059dependencies = [
18060 "rustls-pki-types",
18061]
18062
18063[[package]]
18064name = "webrtc-sys"
18065version = "0.3.7"
18066source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18067dependencies = [
18068 "cc",
18069 "cxx",
18070 "cxx-build",
18071 "glob",
18072 "log",
18073 "webrtc-sys-build",
18074]
18075
18076[[package]]
18077name = "webrtc-sys-build"
18078version = "0.3.6"
18079source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18080dependencies = [
18081 "fs2",
18082 "regex",
18083 "reqwest 0.11.27",
18084 "scratch",
18085 "semver",
18086 "zip",
18087]
18088
18089[[package]]
18090name = "weezl"
18091version = "0.1.8"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18094
18095[[package]]
18096name = "welcome"
18097version = "0.1.0"
18098dependencies = [
18099 "anyhow",
18100 "client",
18101 "component",
18102 "db",
18103 "documented",
18104 "editor",
18105 "fuzzy",
18106 "gpui",
18107 "install_cli",
18108 "language",
18109 "picker",
18110 "project",
18111 "schemars",
18112 "serde",
18113 "settings",
18114 "telemetry",
18115 "theme",
18116 "ui",
18117 "util",
18118 "vim_mode_setting",
18119 "workspace",
18120 "workspace-hack",
18121 "zed_actions",
18122]
18123
18124[[package]]
18125name = "which"
18126version = "4.4.2"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18129dependencies = [
18130 "either",
18131 "home",
18132 "once_cell",
18133 "rustix 0.38.44",
18134]
18135
18136[[package]]
18137name = "which"
18138version = "6.0.3"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18141dependencies = [
18142 "either",
18143 "home",
18144 "rustix 0.38.44",
18145 "winsafe",
18146]
18147
18148[[package]]
18149name = "whoami"
18150version = "1.6.0"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18153dependencies = [
18154 "redox_syscall 0.5.11",
18155 "wasite",
18156]
18157
18158[[package]]
18159name = "wiggle"
18160version = "29.0.1"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18163dependencies = [
18164 "anyhow",
18165 "async-trait",
18166 "bitflags 2.9.0",
18167 "thiserror 1.0.69",
18168 "tracing",
18169 "wasmtime",
18170 "wiggle-macro",
18171]
18172
18173[[package]]
18174name = "wiggle-generate"
18175version = "29.0.1"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18178dependencies = [
18179 "anyhow",
18180 "heck 0.5.0",
18181 "proc-macro2",
18182 "quote",
18183 "shellexpand 2.1.2",
18184 "syn 2.0.101",
18185 "witx",
18186]
18187
18188[[package]]
18189name = "wiggle-macro"
18190version = "29.0.1"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18193dependencies = [
18194 "proc-macro2",
18195 "quote",
18196 "syn 2.0.101",
18197 "wiggle-generate",
18198]
18199
18200[[package]]
18201name = "winapi"
18202version = "0.3.9"
18203source = "registry+https://github.com/rust-lang/crates.io-index"
18204checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18205dependencies = [
18206 "winapi-i686-pc-windows-gnu",
18207 "winapi-x86_64-pc-windows-gnu",
18208]
18209
18210[[package]]
18211name = "winapi-i686-pc-windows-gnu"
18212version = "0.4.0"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18215
18216[[package]]
18217name = "winapi-util"
18218version = "0.1.9"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18221dependencies = [
18222 "windows-sys 0.59.0",
18223]
18224
18225[[package]]
18226name = "winapi-x86_64-pc-windows-gnu"
18227version = "0.4.0"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18230
18231[[package]]
18232name = "winch-codegen"
18233version = "29.0.1"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18236dependencies = [
18237 "anyhow",
18238 "cranelift-codegen",
18239 "gimli",
18240 "regalloc2",
18241 "smallvec",
18242 "target-lexicon 0.13.2",
18243 "thiserror 1.0.69",
18244 "wasmparser 0.221.3",
18245 "wasmtime-cranelift",
18246 "wasmtime-environ",
18247]
18248
18249[[package]]
18250name = "windows"
18251version = "0.54.0"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18254dependencies = [
18255 "windows-core 0.54.0",
18256 "windows-targets 0.52.6",
18257]
18258
18259[[package]]
18260name = "windows"
18261version = "0.57.0"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18264dependencies = [
18265 "windows-core 0.57.0",
18266 "windows-targets 0.52.6",
18267]
18268
18269[[package]]
18270name = "windows"
18271version = "0.58.0"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18274dependencies = [
18275 "windows-core 0.58.0",
18276 "windows-targets 0.52.6",
18277]
18278
18279[[package]]
18280name = "windows"
18281version = "0.61.1"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18284dependencies = [
18285 "windows-collections",
18286 "windows-core 0.61.0",
18287 "windows-future",
18288 "windows-link",
18289 "windows-numerics",
18290]
18291
18292[[package]]
18293name = "windows-capture"
18294version = "1.4.3"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18297dependencies = [
18298 "clap",
18299 "ctrlc",
18300 "parking_lot",
18301 "rayon",
18302 "thiserror 2.0.12",
18303 "windows 0.61.1",
18304 "windows-future",
18305]
18306
18307[[package]]
18308name = "windows-collections"
18309version = "0.2.0"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18312dependencies = [
18313 "windows-core 0.61.0",
18314]
18315
18316[[package]]
18317name = "windows-core"
18318version = "0.54.0"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18321dependencies = [
18322 "windows-result 0.1.2",
18323 "windows-targets 0.52.6",
18324]
18325
18326[[package]]
18327name = "windows-core"
18328version = "0.57.0"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18331dependencies = [
18332 "windows-implement 0.57.0",
18333 "windows-interface 0.57.0",
18334 "windows-result 0.1.2",
18335 "windows-targets 0.52.6",
18336]
18337
18338[[package]]
18339name = "windows-core"
18340version = "0.58.0"
18341source = "registry+https://github.com/rust-lang/crates.io-index"
18342checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18343dependencies = [
18344 "windows-implement 0.58.0",
18345 "windows-interface 0.58.0",
18346 "windows-result 0.2.0",
18347 "windows-strings 0.1.0",
18348 "windows-targets 0.52.6",
18349]
18350
18351[[package]]
18352name = "windows-core"
18353version = "0.61.0"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18356dependencies = [
18357 "windows-implement 0.60.0",
18358 "windows-interface 0.59.1",
18359 "windows-link",
18360 "windows-result 0.3.2",
18361 "windows-strings 0.4.0",
18362]
18363
18364[[package]]
18365name = "windows-future"
18366version = "0.2.0"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18369dependencies = [
18370 "windows-core 0.61.0",
18371 "windows-link",
18372]
18373
18374[[package]]
18375name = "windows-implement"
18376version = "0.57.0"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18379dependencies = [
18380 "proc-macro2",
18381 "quote",
18382 "syn 2.0.101",
18383]
18384
18385[[package]]
18386name = "windows-implement"
18387version = "0.58.0"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18390dependencies = [
18391 "proc-macro2",
18392 "quote",
18393 "syn 2.0.101",
18394]
18395
18396[[package]]
18397name = "windows-implement"
18398version = "0.60.0"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18401dependencies = [
18402 "proc-macro2",
18403 "quote",
18404 "syn 2.0.101",
18405]
18406
18407[[package]]
18408name = "windows-interface"
18409version = "0.57.0"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18412dependencies = [
18413 "proc-macro2",
18414 "quote",
18415 "syn 2.0.101",
18416]
18417
18418[[package]]
18419name = "windows-interface"
18420version = "0.58.0"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18423dependencies = [
18424 "proc-macro2",
18425 "quote",
18426 "syn 2.0.101",
18427]
18428
18429[[package]]
18430name = "windows-interface"
18431version = "0.59.1"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18434dependencies = [
18435 "proc-macro2",
18436 "quote",
18437 "syn 2.0.101",
18438]
18439
18440[[package]]
18441name = "windows-link"
18442version = "0.1.1"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18445
18446[[package]]
18447name = "windows-numerics"
18448version = "0.2.0"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18451dependencies = [
18452 "windows-core 0.61.0",
18453 "windows-link",
18454]
18455
18456[[package]]
18457name = "windows-registry"
18458version = "0.4.0"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18461dependencies = [
18462 "windows-result 0.3.2",
18463 "windows-strings 0.3.1",
18464 "windows-targets 0.53.0",
18465]
18466
18467[[package]]
18468name = "windows-registry"
18469version = "0.5.1"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18472dependencies = [
18473 "windows-link",
18474 "windows-result 0.3.2",
18475 "windows-strings 0.4.0",
18476]
18477
18478[[package]]
18479name = "windows-result"
18480version = "0.1.2"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18483dependencies = [
18484 "windows-targets 0.52.6",
18485]
18486
18487[[package]]
18488name = "windows-result"
18489version = "0.2.0"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18492dependencies = [
18493 "windows-targets 0.52.6",
18494]
18495
18496[[package]]
18497name = "windows-result"
18498version = "0.3.2"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18501dependencies = [
18502 "windows-link",
18503]
18504
18505[[package]]
18506name = "windows-strings"
18507version = "0.1.0"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18510dependencies = [
18511 "windows-result 0.2.0",
18512 "windows-targets 0.52.6",
18513]
18514
18515[[package]]
18516name = "windows-strings"
18517version = "0.3.1"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18520dependencies = [
18521 "windows-link",
18522]
18523
18524[[package]]
18525name = "windows-strings"
18526version = "0.4.0"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18529dependencies = [
18530 "windows-link",
18531]
18532
18533[[package]]
18534name = "windows-sys"
18535version = "0.45.0"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18538dependencies = [
18539 "windows-targets 0.42.2",
18540]
18541
18542[[package]]
18543name = "windows-sys"
18544version = "0.48.0"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18547dependencies = [
18548 "windows-targets 0.48.5",
18549]
18550
18551[[package]]
18552name = "windows-sys"
18553version = "0.52.0"
18554source = "registry+https://github.com/rust-lang/crates.io-index"
18555checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18556dependencies = [
18557 "windows-targets 0.52.6",
18558]
18559
18560[[package]]
18561name = "windows-sys"
18562version = "0.59.0"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18565dependencies = [
18566 "windows-targets 0.52.6",
18567]
18568
18569[[package]]
18570name = "windows-targets"
18571version = "0.42.2"
18572source = "registry+https://github.com/rust-lang/crates.io-index"
18573checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18574dependencies = [
18575 "windows_aarch64_gnullvm 0.42.2",
18576 "windows_aarch64_msvc 0.42.2",
18577 "windows_i686_gnu 0.42.2",
18578 "windows_i686_msvc 0.42.2",
18579 "windows_x86_64_gnu 0.42.2",
18580 "windows_x86_64_gnullvm 0.42.2",
18581 "windows_x86_64_msvc 0.42.2",
18582]
18583
18584[[package]]
18585name = "windows-targets"
18586version = "0.48.5"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18589dependencies = [
18590 "windows_aarch64_gnullvm 0.48.5",
18591 "windows_aarch64_msvc 0.48.5",
18592 "windows_i686_gnu 0.48.5",
18593 "windows_i686_msvc 0.48.5",
18594 "windows_x86_64_gnu 0.48.5",
18595 "windows_x86_64_gnullvm 0.48.5",
18596 "windows_x86_64_msvc 0.48.5",
18597]
18598
18599[[package]]
18600name = "windows-targets"
18601version = "0.52.6"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18604dependencies = [
18605 "windows_aarch64_gnullvm 0.52.6",
18606 "windows_aarch64_msvc 0.52.6",
18607 "windows_i686_gnu 0.52.6",
18608 "windows_i686_gnullvm 0.52.6",
18609 "windows_i686_msvc 0.52.6",
18610 "windows_x86_64_gnu 0.52.6",
18611 "windows_x86_64_gnullvm 0.52.6",
18612 "windows_x86_64_msvc 0.52.6",
18613]
18614
18615[[package]]
18616name = "windows-targets"
18617version = "0.53.0"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18620dependencies = [
18621 "windows_aarch64_gnullvm 0.53.0",
18622 "windows_aarch64_msvc 0.53.0",
18623 "windows_i686_gnu 0.53.0",
18624 "windows_i686_gnullvm 0.53.0",
18625 "windows_i686_msvc 0.53.0",
18626 "windows_x86_64_gnu 0.53.0",
18627 "windows_x86_64_gnullvm 0.53.0",
18628 "windows_x86_64_msvc 0.53.0",
18629]
18630
18631[[package]]
18632name = "windows_aarch64_gnullvm"
18633version = "0.42.2"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18636
18637[[package]]
18638name = "windows_aarch64_gnullvm"
18639version = "0.48.5"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18642
18643[[package]]
18644name = "windows_aarch64_gnullvm"
18645version = "0.52.6"
18646source = "registry+https://github.com/rust-lang/crates.io-index"
18647checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18648
18649[[package]]
18650name = "windows_aarch64_gnullvm"
18651version = "0.53.0"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18654
18655[[package]]
18656name = "windows_aarch64_msvc"
18657version = "0.42.2"
18658source = "registry+https://github.com/rust-lang/crates.io-index"
18659checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18660
18661[[package]]
18662name = "windows_aarch64_msvc"
18663version = "0.48.5"
18664source = "registry+https://github.com/rust-lang/crates.io-index"
18665checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18666
18667[[package]]
18668name = "windows_aarch64_msvc"
18669version = "0.52.6"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18672
18673[[package]]
18674name = "windows_aarch64_msvc"
18675version = "0.53.0"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18678
18679[[package]]
18680name = "windows_i686_gnu"
18681version = "0.42.2"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18684
18685[[package]]
18686name = "windows_i686_gnu"
18687version = "0.48.5"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18690
18691[[package]]
18692name = "windows_i686_gnu"
18693version = "0.52.6"
18694source = "registry+https://github.com/rust-lang/crates.io-index"
18695checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18696
18697[[package]]
18698name = "windows_i686_gnu"
18699version = "0.53.0"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18702
18703[[package]]
18704name = "windows_i686_gnullvm"
18705version = "0.52.6"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18708
18709[[package]]
18710name = "windows_i686_gnullvm"
18711version = "0.53.0"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18714
18715[[package]]
18716name = "windows_i686_msvc"
18717version = "0.42.2"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18720
18721[[package]]
18722name = "windows_i686_msvc"
18723version = "0.48.5"
18724source = "registry+https://github.com/rust-lang/crates.io-index"
18725checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18726
18727[[package]]
18728name = "windows_i686_msvc"
18729version = "0.52.6"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18732
18733[[package]]
18734name = "windows_i686_msvc"
18735version = "0.53.0"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18738
18739[[package]]
18740name = "windows_x86_64_gnu"
18741version = "0.42.2"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18744
18745[[package]]
18746name = "windows_x86_64_gnu"
18747version = "0.48.5"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18750
18751[[package]]
18752name = "windows_x86_64_gnu"
18753version = "0.52.6"
18754source = "registry+https://github.com/rust-lang/crates.io-index"
18755checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18756
18757[[package]]
18758name = "windows_x86_64_gnu"
18759version = "0.53.0"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18762
18763[[package]]
18764name = "windows_x86_64_gnullvm"
18765version = "0.42.2"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18768
18769[[package]]
18770name = "windows_x86_64_gnullvm"
18771version = "0.48.5"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18774
18775[[package]]
18776name = "windows_x86_64_gnullvm"
18777version = "0.52.6"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18780
18781[[package]]
18782name = "windows_x86_64_gnullvm"
18783version = "0.53.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18786
18787[[package]]
18788name = "windows_x86_64_msvc"
18789version = "0.42.2"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18792
18793[[package]]
18794name = "windows_x86_64_msvc"
18795version = "0.48.5"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18798
18799[[package]]
18800name = "windows_x86_64_msvc"
18801version = "0.52.6"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18804
18805[[package]]
18806name = "windows_x86_64_msvc"
18807version = "0.53.0"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18810
18811[[package]]
18812name = "winnow"
18813version = "0.7.6"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18816dependencies = [
18817 "memchr",
18818]
18819
18820[[package]]
18821name = "winreg"
18822version = "0.10.1"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18825dependencies = [
18826 "winapi",
18827]
18828
18829[[package]]
18830name = "winreg"
18831version = "0.50.0"
18832source = "registry+https://github.com/rust-lang/crates.io-index"
18833checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18834dependencies = [
18835 "cfg-if",
18836 "windows-sys 0.48.0",
18837]
18838
18839[[package]]
18840name = "winreg"
18841version = "0.52.0"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18844dependencies = [
18845 "cfg-if",
18846 "windows-sys 0.48.0",
18847]
18848
18849[[package]]
18850name = "winreg"
18851version = "0.55.0"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18854dependencies = [
18855 "cfg-if",
18856 "windows-sys 0.59.0",
18857]
18858
18859[[package]]
18860name = "winresource"
18861version = "0.1.20"
18862source = "registry+https://github.com/rust-lang/crates.io-index"
18863checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18864dependencies = [
18865 "toml 0.8.20",
18866 "version_check",
18867]
18868
18869[[package]]
18870name = "winsafe"
18871version = "0.0.19"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18874
18875[[package]]
18876name = "winx"
18877version = "0.36.4"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18880dependencies = [
18881 "bitflags 2.9.0",
18882 "windows-sys 0.59.0",
18883]
18884
18885[[package]]
18886name = "wio"
18887version = "0.2.2"
18888source = "registry+https://github.com/rust-lang/crates.io-index"
18889checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18890dependencies = [
18891 "winapi",
18892]
18893
18894[[package]]
18895name = "wit-bindgen"
18896version = "0.22.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18899dependencies = [
18900 "bitflags 2.9.0",
18901 "wit-bindgen-rt 0.22.0",
18902 "wit-bindgen-rust-macro 0.22.0",
18903]
18904
18905[[package]]
18906name = "wit-bindgen"
18907version = "0.41.0"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18910dependencies = [
18911 "wit-bindgen-rt 0.41.0",
18912 "wit-bindgen-rust-macro 0.41.0",
18913]
18914
18915[[package]]
18916name = "wit-bindgen-core"
18917version = "0.22.0"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18920dependencies = [
18921 "anyhow",
18922 "wit-parser 0.201.0",
18923]
18924
18925[[package]]
18926name = "wit-bindgen-core"
18927version = "0.41.0"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18930dependencies = [
18931 "anyhow",
18932 "heck 0.5.0",
18933 "wit-parser 0.227.1",
18934]
18935
18936[[package]]
18937name = "wit-bindgen-rt"
18938version = "0.22.0"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18941
18942[[package]]
18943name = "wit-bindgen-rt"
18944version = "0.39.0"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18947dependencies = [
18948 "bitflags 2.9.0",
18949]
18950
18951[[package]]
18952name = "wit-bindgen-rt"
18953version = "0.41.0"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18956dependencies = [
18957 "bitflags 2.9.0",
18958 "futures 0.3.31",
18959 "once_cell",
18960]
18961
18962[[package]]
18963name = "wit-bindgen-rust"
18964version = "0.22.0"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18967dependencies = [
18968 "anyhow",
18969 "heck 0.4.1",
18970 "indexmap",
18971 "wasm-metadata 0.201.0",
18972 "wit-bindgen-core 0.22.0",
18973 "wit-component 0.201.0",
18974]
18975
18976[[package]]
18977name = "wit-bindgen-rust"
18978version = "0.41.0"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18981dependencies = [
18982 "anyhow",
18983 "heck 0.5.0",
18984 "indexmap",
18985 "prettyplease",
18986 "syn 2.0.101",
18987 "wasm-metadata 0.227.1",
18988 "wit-bindgen-core 0.41.0",
18989 "wit-component 0.227.1",
18990]
18991
18992[[package]]
18993name = "wit-bindgen-rust-macro"
18994version = "0.22.0"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18997dependencies = [
18998 "anyhow",
18999 "proc-macro2",
19000 "quote",
19001 "syn 2.0.101",
19002 "wit-bindgen-core 0.22.0",
19003 "wit-bindgen-rust 0.22.0",
19004]
19005
19006[[package]]
19007name = "wit-bindgen-rust-macro"
19008version = "0.41.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19011dependencies = [
19012 "anyhow",
19013 "prettyplease",
19014 "proc-macro2",
19015 "quote",
19016 "syn 2.0.101",
19017 "wit-bindgen-core 0.41.0",
19018 "wit-bindgen-rust 0.41.0",
19019]
19020
19021[[package]]
19022name = "wit-component"
19023version = "0.201.0"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19026dependencies = [
19027 "anyhow",
19028 "bitflags 2.9.0",
19029 "indexmap",
19030 "log",
19031 "serde",
19032 "serde_derive",
19033 "serde_json",
19034 "wasm-encoder 0.201.0",
19035 "wasm-metadata 0.201.0",
19036 "wasmparser 0.201.0",
19037 "wit-parser 0.201.0",
19038]
19039
19040[[package]]
19041name = "wit-component"
19042version = "0.221.3"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19045dependencies = [
19046 "anyhow",
19047 "bitflags 2.9.0",
19048 "indexmap",
19049 "log",
19050 "serde",
19051 "serde_derive",
19052 "serde_json",
19053 "wasm-encoder 0.221.3",
19054 "wasm-metadata 0.221.3",
19055 "wasmparser 0.221.3",
19056 "wit-parser 0.221.3",
19057]
19058
19059[[package]]
19060name = "wit-component"
19061version = "0.227.1"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19064dependencies = [
19065 "anyhow",
19066 "bitflags 2.9.0",
19067 "indexmap",
19068 "log",
19069 "serde",
19070 "serde_derive",
19071 "serde_json",
19072 "wasm-encoder 0.227.1",
19073 "wasm-metadata 0.227.1",
19074 "wasmparser 0.227.1",
19075 "wit-parser 0.227.1",
19076]
19077
19078[[package]]
19079name = "wit-parser"
19080version = "0.201.0"
19081source = "registry+https://github.com/rust-lang/crates.io-index"
19082checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19083dependencies = [
19084 "anyhow",
19085 "id-arena",
19086 "indexmap",
19087 "log",
19088 "semver",
19089 "serde",
19090 "serde_derive",
19091 "serde_json",
19092 "unicode-xid",
19093 "wasmparser 0.201.0",
19094]
19095
19096[[package]]
19097name = "wit-parser"
19098version = "0.221.3"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19101dependencies = [
19102 "anyhow",
19103 "id-arena",
19104 "indexmap",
19105 "log",
19106 "semver",
19107 "serde",
19108 "serde_derive",
19109 "serde_json",
19110 "unicode-xid",
19111 "wasmparser 0.221.3",
19112]
19113
19114[[package]]
19115name = "wit-parser"
19116version = "0.227.1"
19117source = "registry+https://github.com/rust-lang/crates.io-index"
19118checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19119dependencies = [
19120 "anyhow",
19121 "id-arena",
19122 "indexmap",
19123 "log",
19124 "semver",
19125 "serde",
19126 "serde_derive",
19127 "serde_json",
19128 "unicode-xid",
19129 "wasmparser 0.227.1",
19130]
19131
19132[[package]]
19133name = "witx"
19134version = "0.9.1"
19135source = "registry+https://github.com/rust-lang/crates.io-index"
19136checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19137dependencies = [
19138 "anyhow",
19139 "log",
19140 "thiserror 1.0.69",
19141 "wast",
19142]
19143
19144[[package]]
19145name = "workspace"
19146version = "0.1.0"
19147dependencies = [
19148 "any_vec",
19149 "anyhow",
19150 "async-recursion 1.1.1",
19151 "bincode",
19152 "call",
19153 "client",
19154 "clock",
19155 "collections",
19156 "component",
19157 "dap",
19158 "db",
19159 "env_logger 0.11.8",
19160 "fs",
19161 "futures 0.3.31",
19162 "gpui",
19163 "http_client",
19164 "itertools 0.14.0",
19165 "language",
19166 "log",
19167 "menu",
19168 "node_runtime",
19169 "parking_lot",
19170 "postage",
19171 "project",
19172 "remote",
19173 "schemars",
19174 "serde",
19175 "serde_json",
19176 "session",
19177 "settings",
19178 "smallvec",
19179 "sqlez",
19180 "strum 0.27.1",
19181 "task",
19182 "telemetry",
19183 "tempfile",
19184 "theme",
19185 "ui",
19186 "util",
19187 "uuid",
19188 "windows 0.61.1",
19189 "workspace-hack",
19190 "zed_actions",
19191]
19192
19193[[package]]
19194name = "workspace-hack"
19195version = "0.1.0"
19196dependencies = [
19197 "aes",
19198 "ahash 0.8.11",
19199 "aho-corasick",
19200 "anstream",
19201 "arrayvec",
19202 "async-compression",
19203 "async-std",
19204 "async-tungstenite",
19205 "aws-config",
19206 "aws-credential-types",
19207 "aws-runtime",
19208 "aws-sigv4",
19209 "aws-smithy-async",
19210 "aws-smithy-http",
19211 "aws-smithy-runtime",
19212 "aws-smithy-runtime-api",
19213 "aws-smithy-types",
19214 "base64 0.22.1",
19215 "base64ct",
19216 "bigdecimal",
19217 "bit-set 0.8.0",
19218 "bit-vec 0.8.0",
19219 "bitflags 2.9.0",
19220 "bstr",
19221 "bytemuck",
19222 "byteorder",
19223 "bytes 1.10.1",
19224 "cc",
19225 "chrono",
19226 "cipher",
19227 "clang-sys",
19228 "clap",
19229 "clap_builder",
19230 "codespan-reporting 0.12.0",
19231 "concurrent-queue",
19232 "core-foundation 0.9.4",
19233 "core-foundation-sys",
19234 "coreaudio-sys",
19235 "cranelift-codegen",
19236 "crc32fast",
19237 "crossbeam-epoch",
19238 "crossbeam-utils",
19239 "crypto-common",
19240 "deranged",
19241 "digest",
19242 "either",
19243 "euclid",
19244 "event-listener 5.4.0",
19245 "event-listener-strategy",
19246 "flate2",
19247 "flume",
19248 "foldhash",
19249 "form_urlencoded",
19250 "futures 0.3.31",
19251 "futures-channel",
19252 "futures-core",
19253 "futures-executor",
19254 "futures-io",
19255 "futures-sink",
19256 "futures-task",
19257 "futures-util",
19258 "getrandom 0.2.15",
19259 "getrandom 0.3.2",
19260 "gimli",
19261 "half",
19262 "handlebars 4.5.0",
19263 "hashbrown 0.14.5",
19264 "hashbrown 0.15.3",
19265 "heck 0.4.1",
19266 "hmac",
19267 "hyper 0.14.32",
19268 "hyper-rustls 0.27.5",
19269 "idna",
19270 "indexmap",
19271 "inout",
19272 "itertools 0.12.1",
19273 "itertools 0.13.0",
19274 "jiff",
19275 "lazy_static",
19276 "libc",
19277 "libsqlite3-sys",
19278 "linux-raw-sys 0.4.15",
19279 "linux-raw-sys 0.9.4",
19280 "log",
19281 "lyon",
19282 "lyon_path",
19283 "md-5",
19284 "memchr",
19285 "miniz_oxide",
19286 "mio",
19287 "naga",
19288 "nix 0.29.0",
19289 "nom",
19290 "num-bigint",
19291 "num-bigint-dig",
19292 "num-integer",
19293 "num-iter",
19294 "num-rational",
19295 "num-traits",
19296 "objc2",
19297 "objc2-foundation",
19298 "objc2-metal",
19299 "object",
19300 "once_cell",
19301 "percent-encoding",
19302 "phf",
19303 "phf_shared",
19304 "prettyplease",
19305 "proc-macro2",
19306 "prost 0.9.0",
19307 "prost-types 0.9.0",
19308 "quote",
19309 "rand 0.8.5",
19310 "rand 0.9.1",
19311 "rand_chacha 0.3.1",
19312 "rand_core 0.6.4",
19313 "regalloc2",
19314 "regex",
19315 "regex-automata 0.4.9",
19316 "regex-syntax 0.8.5",
19317 "ring",
19318 "rust_decimal",
19319 "rustc-hash 1.1.0",
19320 "rustix 0.38.44",
19321 "rustix 1.0.7",
19322 "rustls 0.23.26",
19323 "rustls-webpki 0.103.1",
19324 "scopeguard",
19325 "sea-orm",
19326 "sea-query-binder",
19327 "security-framework 3.2.0",
19328 "security-framework-sys",
19329 "semver",
19330 "serde",
19331 "serde_derive",
19332 "serde_json",
19333 "sha1",
19334 "simd-adler32",
19335 "smallvec",
19336 "spin",
19337 "sqlx",
19338 "sqlx-macros",
19339 "sqlx-macros-core",
19340 "sqlx-postgres",
19341 "sqlx-sqlite",
19342 "strum 0.26.3",
19343 "subtle",
19344 "syn 1.0.109",
19345 "syn 2.0.101",
19346 "sync_wrapper 1.0.2",
19347 "thiserror 2.0.12",
19348 "time",
19349 "time-macros",
19350 "tokio",
19351 "tokio-rustls 0.26.2",
19352 "tokio-socks",
19353 "tokio-stream",
19354 "tokio-util",
19355 "toml_datetime",
19356 "toml_edit",
19357 "tower 0.5.2",
19358 "tracing",
19359 "tracing-core",
19360 "tungstenite 0.26.2",
19361 "unicode-normalization",
19362 "unicode-properties",
19363 "url",
19364 "uuid",
19365 "wasm-encoder 0.221.3",
19366 "wasmparser 0.221.3",
19367 "wasmtime",
19368 "wasmtime-cranelift",
19369 "wasmtime-environ",
19370 "winapi",
19371 "windows-core 0.61.0",
19372 "windows-numerics",
19373 "windows-sys 0.48.0",
19374 "windows-sys 0.52.0",
19375 "windows-sys 0.59.0",
19376 "winnow",
19377 "zeroize",
19378 "zvariant",
19379]
19380
19381[[package]]
19382name = "worktree"
19383version = "0.1.0"
19384dependencies = [
19385 "anyhow",
19386 "clock",
19387 "collections",
19388 "env_logger 0.11.8",
19389 "fs",
19390 "futures 0.3.31",
19391 "fuzzy",
19392 "git",
19393 "git2",
19394 "gpui",
19395 "http_client",
19396 "ignore",
19397 "language",
19398 "log",
19399 "parking_lot",
19400 "paths",
19401 "postage",
19402 "pretty_assertions",
19403 "rand 0.8.5",
19404 "rpc",
19405 "schemars",
19406 "serde",
19407 "serde_json",
19408 "settings",
19409 "smallvec",
19410 "smol",
19411 "sum_tree",
19412 "text",
19413 "util",
19414 "workspace-hack",
19415]
19416
19417[[package]]
19418name = "write16"
19419version = "1.0.0"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19422
19423[[package]]
19424name = "writeable"
19425version = "0.5.5"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19428
19429[[package]]
19430name = "wyz"
19431version = "0.5.1"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19434dependencies = [
19435 "tap",
19436]
19437
19438[[package]]
19439name = "x11"
19440version = "2.21.0"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19443dependencies = [
19444 "libc",
19445 "pkg-config",
19446]
19447
19448[[package]]
19449name = "x11-clipboard"
19450version = "0.9.3"
19451source = "registry+https://github.com/rust-lang/crates.io-index"
19452checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19453dependencies = [
19454 "libc",
19455 "x11rb",
19456]
19457
19458[[package]]
19459name = "x11rb"
19460version = "0.13.1"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19463dependencies = [
19464 "as-raw-xcb-connection",
19465 "gethostname",
19466 "libc",
19467 "rustix 0.38.44",
19468 "x11rb-protocol",
19469]
19470
19471[[package]]
19472name = "x11rb-protocol"
19473version = "0.13.1"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19476
19477[[package]]
19478name = "xattr"
19479version = "0.2.3"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19482dependencies = [
19483 "libc",
19484]
19485
19486[[package]]
19487name = "xcb"
19488version = "1.5.0"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19491dependencies = [
19492 "bitflags 1.3.2",
19493 "libc",
19494 "quick-xml 0.30.0",
19495 "x11",
19496]
19497
19498[[package]]
19499name = "xcursor"
19500version = "0.3.8"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19503
19504[[package]]
19505name = "xdg-home"
19506version = "1.3.0"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19509dependencies = [
19510 "libc",
19511 "windows-sys 0.59.0",
19512]
19513
19514[[package]]
19515name = "xim"
19516version = "0.4.0"
19517source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19518dependencies = [
19519 "ahash 0.8.11",
19520 "hashbrown 0.14.5",
19521 "log",
19522 "x11rb",
19523 "xim-ctext",
19524 "xim-parser",
19525]
19526
19527[[package]]
19528name = "xim-ctext"
19529version = "0.3.0"
19530source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19531dependencies = [
19532 "encoding_rs",
19533]
19534
19535[[package]]
19536name = "xim-parser"
19537version = "0.2.1"
19538source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19539dependencies = [
19540 "bitflags 2.9.0",
19541]
19542
19543[[package]]
19544name = "xkbcommon"
19545version = "0.8.0"
19546source = "registry+https://github.com/rust-lang/crates.io-index"
19547checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19548dependencies = [
19549 "as-raw-xcb-connection",
19550 "libc",
19551 "memmap2",
19552 "xkeysym",
19553]
19554
19555[[package]]
19556name = "xkeysym"
19557version = "0.2.1"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19560
19561[[package]]
19562name = "xml5ever"
19563version = "0.18.1"
19564source = "registry+https://github.com/rust-lang/crates.io-index"
19565checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19566dependencies = [
19567 "log",
19568 "mac",
19569 "markup5ever 0.12.1",
19570]
19571
19572[[package]]
19573name = "xmlparser"
19574version = "0.13.6"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19577
19578[[package]]
19579name = "xmlwriter"
19580version = "0.1.0"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19583
19584[[package]]
19585name = "xtask"
19586version = "0.1.0"
19587dependencies = [
19588 "anyhow",
19589 "cargo_metadata",
19590 "cargo_toml",
19591 "clap",
19592 "workspace-hack",
19593]
19594
19595[[package]]
19596name = "yaml-rust2"
19597version = "0.8.1"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19600dependencies = [
19601 "arraydeque",
19602 "encoding_rs",
19603 "hashlink 0.8.4",
19604]
19605
19606[[package]]
19607name = "yansi"
19608version = "1.0.1"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19611
19612[[package]]
19613name = "yazi"
19614version = "0.2.1"
19615source = "registry+https://github.com/rust-lang/crates.io-index"
19616checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19617
19618[[package]]
19619name = "yeslogic-fontconfig-sys"
19620version = "6.0.0"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19623dependencies = [
19624 "dlib",
19625 "once_cell",
19626 "pkg-config",
19627]
19628
19629[[package]]
19630name = "yoke"
19631version = "0.7.5"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19634dependencies = [
19635 "serde",
19636 "stable_deref_trait",
19637 "yoke-derive",
19638 "zerofrom",
19639]
19640
19641[[package]]
19642name = "yoke-derive"
19643version = "0.7.5"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19646dependencies = [
19647 "proc-macro2",
19648 "quote",
19649 "syn 2.0.101",
19650 "synstructure",
19651]
19652
19653[[package]]
19654name = "zbus"
19655version = "5.5.0"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19658dependencies = [
19659 "async-broadcast",
19660 "async-executor",
19661 "async-fs",
19662 "async-io",
19663 "async-lock",
19664 "async-process",
19665 "async-recursion 1.1.1",
19666 "async-task",
19667 "async-trait",
19668 "blocking",
19669 "enumflags2",
19670 "event-listener 5.4.0",
19671 "futures-core",
19672 "futures-lite 2.6.0",
19673 "hex",
19674 "nix 0.29.0",
19675 "ordered-stream",
19676 "serde",
19677 "serde_repr",
19678 "static_assertions",
19679 "tracing",
19680 "uds_windows",
19681 "windows-sys 0.59.0",
19682 "winnow",
19683 "xdg-home",
19684 "zbus_macros",
19685 "zbus_names",
19686 "zvariant",
19687]
19688
19689[[package]]
19690name = "zbus_macros"
19691version = "5.5.0"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19694dependencies = [
19695 "proc-macro-crate",
19696 "proc-macro2",
19697 "quote",
19698 "syn 2.0.101",
19699 "zbus_names",
19700 "zvariant",
19701 "zvariant_utils",
19702]
19703
19704[[package]]
19705name = "zbus_names"
19706version = "4.2.0"
19707source = "registry+https://github.com/rust-lang/crates.io-index"
19708checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19709dependencies = [
19710 "serde",
19711 "static_assertions",
19712 "winnow",
19713 "zvariant",
19714]
19715
19716[[package]]
19717name = "zed"
19718version = "0.189.0"
19719dependencies = [
19720 "activity_indicator",
19721 "agent",
19722 "anyhow",
19723 "ashpd",
19724 "askpass",
19725 "assets",
19726 "assistant_context_editor",
19727 "assistant_settings",
19728 "assistant_tool",
19729 "assistant_tools",
19730 "async-watch",
19731 "audio",
19732 "auto_update",
19733 "auto_update_ui",
19734 "backtrace",
19735 "breadcrumbs",
19736 "call",
19737 "channel",
19738 "chrono",
19739 "clap",
19740 "cli",
19741 "client",
19742 "collab_ui",
19743 "collections",
19744 "command_palette",
19745 "component",
19746 "copilot",
19747 "dap",
19748 "dap_adapters",
19749 "db",
19750 "debug_adapter_extension",
19751 "debugger_tools",
19752 "debugger_ui",
19753 "diagnostics",
19754 "editor",
19755 "env_logger 0.11.8",
19756 "extension",
19757 "extension_host",
19758 "extensions_ui",
19759 "feature_flags",
19760 "feedback",
19761 "file_finder",
19762 "fs",
19763 "futures 0.3.31",
19764 "git",
19765 "git_hosting_providers",
19766 "git_ui",
19767 "go_to_line",
19768 "gpui",
19769 "gpui_tokio",
19770 "http_client",
19771 "image_viewer",
19772 "indoc",
19773 "inline_completion_button",
19774 "inspector_ui",
19775 "install_cli",
19776 "jj_ui",
19777 "journal",
19778 "language",
19779 "language_extension",
19780 "language_model",
19781 "language_models",
19782 "language_selector",
19783 "language_tools",
19784 "languages",
19785 "libc",
19786 "log",
19787 "markdown",
19788 "markdown_preview",
19789 "menu",
19790 "migrator",
19791 "mimalloc",
19792 "nix 0.29.0",
19793 "node_runtime",
19794 "notifications",
19795 "outline",
19796 "outline_panel",
19797 "parking_lot",
19798 "paths",
19799 "picker",
19800 "profiling",
19801 "project",
19802 "project_panel",
19803 "project_symbols",
19804 "prompt_store",
19805 "proto",
19806 "recent_projects",
19807 "release_channel",
19808 "remote",
19809 "repl",
19810 "reqwest_client",
19811 "rope",
19812 "search",
19813 "serde",
19814 "serde_json",
19815 "session",
19816 "settings",
19817 "settings_ui",
19818 "shellexpand 2.1.2",
19819 "smol",
19820 "snippet_provider",
19821 "snippets_ui",
19822 "supermaven",
19823 "sysinfo",
19824 "tab_switcher",
19825 "task",
19826 "tasks_ui",
19827 "telemetry",
19828 "telemetry_events",
19829 "terminal_view",
19830 "theme",
19831 "theme_extension",
19832 "theme_selector",
19833 "time",
19834 "title_bar",
19835 "toolchain_selector",
19836 "tree-sitter-md",
19837 "tree-sitter-rust",
19838 "ui",
19839 "ui_input",
19840 "ui_prompt",
19841 "url",
19842 "urlencoding",
19843 "util",
19844 "uuid",
19845 "vim",
19846 "vim_mode_setting",
19847 "web_search",
19848 "web_search_providers",
19849 "welcome",
19850 "windows 0.61.1",
19851 "winresource",
19852 "workspace",
19853 "workspace-hack",
19854 "zed_actions",
19855 "zeta",
19856 "zlog",
19857 "zlog_settings",
19858]
19859
19860[[package]]
19861name = "zed_actions"
19862version = "0.1.0"
19863dependencies = [
19864 "gpui",
19865 "schemars",
19866 "serde",
19867 "uuid",
19868 "workspace-hack",
19869]
19870
19871[[package]]
19872name = "zed_emmet"
19873version = "0.0.3"
19874dependencies = [
19875 "zed_extension_api 0.1.0",
19876]
19877
19878[[package]]
19879name = "zed_extension_api"
19880version = "0.1.0"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19883dependencies = [
19884 "serde",
19885 "serde_json",
19886 "wit-bindgen 0.22.0",
19887]
19888
19889[[package]]
19890name = "zed_extension_api"
19891version = "0.6.0"
19892dependencies = [
19893 "serde",
19894 "serde_json",
19895 "wit-bindgen 0.41.0",
19896]
19897
19898[[package]]
19899name = "zed_glsl"
19900version = "0.1.0"
19901dependencies = [
19902 "zed_extension_api 0.1.0",
19903]
19904
19905[[package]]
19906name = "zed_html"
19907version = "0.2.1"
19908dependencies = [
19909 "zed_extension_api 0.1.0",
19910]
19911
19912[[package]]
19913name = "zed_llm_client"
19914version = "0.8.3"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "22a8b9575b215536ed8ad254ba07171e4e13bd029eda3b54cca4b184d2768050"
19917dependencies = [
19918 "anyhow",
19919 "serde",
19920 "serde_json",
19921 "strum 0.27.1",
19922 "uuid",
19923]
19924
19925[[package]]
19926name = "zed_proto"
19927version = "0.2.2"
19928dependencies = [
19929 "zed_extension_api 0.1.0",
19930]
19931
19932[[package]]
19933name = "zed_ruff"
19934version = "0.1.0"
19935dependencies = [
19936 "zed_extension_api 0.1.0",
19937]
19938
19939[[package]]
19940name = "zed_snippets"
19941version = "0.0.5"
19942dependencies = [
19943 "serde_json",
19944 "zed_extension_api 0.1.0",
19945]
19946
19947[[package]]
19948name = "zed_test_extension"
19949version = "0.1.0"
19950dependencies = [
19951 "zed_extension_api 0.6.0",
19952]
19953
19954[[package]]
19955name = "zed_toml"
19956version = "0.1.4"
19957dependencies = [
19958 "zed_extension_api 0.1.0",
19959]
19960
19961[[package]]
19962name = "zeno"
19963version = "0.3.2"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19966
19967[[package]]
19968name = "zerocopy"
19969version = "0.7.35"
19970source = "registry+https://github.com/rust-lang/crates.io-index"
19971checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19972dependencies = [
19973 "zerocopy-derive 0.7.35",
19974]
19975
19976[[package]]
19977name = "zerocopy"
19978version = "0.8.24"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19981dependencies = [
19982 "zerocopy-derive 0.8.24",
19983]
19984
19985[[package]]
19986name = "zerocopy-derive"
19987version = "0.7.35"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19990dependencies = [
19991 "proc-macro2",
19992 "quote",
19993 "syn 2.0.101",
19994]
19995
19996[[package]]
19997name = "zerocopy-derive"
19998version = "0.8.24"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
20001dependencies = [
20002 "proc-macro2",
20003 "quote",
20004 "syn 2.0.101",
20005]
20006
20007[[package]]
20008name = "zerofrom"
20009version = "0.1.6"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20012dependencies = [
20013 "zerofrom-derive",
20014]
20015
20016[[package]]
20017name = "zerofrom-derive"
20018version = "0.1.6"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20021dependencies = [
20022 "proc-macro2",
20023 "quote",
20024 "syn 2.0.101",
20025 "synstructure",
20026]
20027
20028[[package]]
20029name = "zeroize"
20030version = "1.8.1"
20031source = "registry+https://github.com/rust-lang/crates.io-index"
20032checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20033dependencies = [
20034 "zeroize_derive",
20035]
20036
20037[[package]]
20038name = "zeroize_derive"
20039version = "1.4.2"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20042dependencies = [
20043 "proc-macro2",
20044 "quote",
20045 "syn 2.0.101",
20046]
20047
20048[[package]]
20049name = "zeromq"
20050version = "0.5.0-pre"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20053dependencies = [
20054 "async-dispatcher",
20055 "async-std",
20056 "async-trait",
20057 "asynchronous-codec",
20058 "bytes 1.10.1",
20059 "crossbeam-queue",
20060 "dashmap 5.5.3",
20061 "futures 0.3.31",
20062 "log",
20063 "num-traits",
20064 "once_cell",
20065 "parking_lot",
20066 "rand 0.8.5",
20067 "regex",
20068 "thiserror 1.0.69",
20069 "uuid",
20070]
20071
20072[[package]]
20073name = "zerovec"
20074version = "0.10.4"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20077dependencies = [
20078 "yoke",
20079 "zerofrom",
20080 "zerovec-derive",
20081]
20082
20083[[package]]
20084name = "zerovec-derive"
20085version = "0.10.3"
20086source = "registry+https://github.com/rust-lang/crates.io-index"
20087checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20088dependencies = [
20089 "proc-macro2",
20090 "quote",
20091 "syn 2.0.101",
20092]
20093
20094[[package]]
20095name = "zeta"
20096version = "0.1.0"
20097dependencies = [
20098 "anyhow",
20099 "arrayvec",
20100 "call",
20101 "client",
20102 "clock",
20103 "collections",
20104 "command_palette_hooks",
20105 "ctor",
20106 "db",
20107 "editor",
20108 "env_logger 0.11.8",
20109 "feature_flags",
20110 "fs",
20111 "futures 0.3.31",
20112 "gpui",
20113 "http_client",
20114 "indoc",
20115 "inline_completion",
20116 "language",
20117 "language_model",
20118 "log",
20119 "menu",
20120 "migrator",
20121 "paths",
20122 "postage",
20123 "project",
20124 "proto",
20125 "regex",
20126 "release_channel",
20127 "reqwest_client",
20128 "rpc",
20129 "serde",
20130 "serde_json",
20131 "settings",
20132 "telemetry",
20133 "telemetry_events",
20134 "theme",
20135 "thiserror 2.0.12",
20136 "tree-sitter-go",
20137 "tree-sitter-rust",
20138 "ui",
20139 "unindent",
20140 "util",
20141 "uuid",
20142 "workspace",
20143 "workspace-hack",
20144 "worktree",
20145 "zed_actions",
20146 "zed_llm_client",
20147]
20148
20149[[package]]
20150name = "zip"
20151version = "0.6.6"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20154dependencies = [
20155 "aes",
20156 "byteorder",
20157 "bzip2",
20158 "constant_time_eq 0.1.5",
20159 "crc32fast",
20160 "crossbeam-utils",
20161 "flate2",
20162 "hmac",
20163 "pbkdf2 0.11.0",
20164 "sha1",
20165 "time",
20166 "zstd",
20167]
20168
20169[[package]]
20170name = "zlib-rs"
20171version = "0.5.0"
20172source = "registry+https://github.com/rust-lang/crates.io-index"
20173checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20174
20175[[package]]
20176name = "zlog"
20177version = "0.1.0"
20178dependencies = [
20179 "anyhow",
20180 "chrono",
20181 "log",
20182 "tempfile",
20183 "workspace-hack",
20184]
20185
20186[[package]]
20187name = "zlog_settings"
20188version = "0.1.0"
20189dependencies = [
20190 "anyhow",
20191 "gpui",
20192 "schemars",
20193 "serde",
20194 "settings",
20195 "workspace-hack",
20196 "zlog",
20197]
20198
20199[[package]]
20200name = "zstd"
20201version = "0.11.2+zstd.1.5.2"
20202source = "registry+https://github.com/rust-lang/crates.io-index"
20203checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20204dependencies = [
20205 "zstd-safe",
20206]
20207
20208[[package]]
20209name = "zstd-safe"
20210version = "5.0.2+zstd.1.5.2"
20211source = "registry+https://github.com/rust-lang/crates.io-index"
20212checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20213dependencies = [
20214 "libc",
20215 "zstd-sys",
20216]
20217
20218[[package]]
20219name = "zstd-sys"
20220version = "2.0.15+zstd.1.5.7"
20221source = "registry+https://github.com/rust-lang/crates.io-index"
20222checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20223dependencies = [
20224 "cc",
20225 "pkg-config",
20226]
20227
20228[[package]]
20229name = "zune-core"
20230version = "0.4.12"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20233
20234[[package]]
20235name = "zune-inflate"
20236version = "0.2.54"
20237source = "registry+https://github.com/rust-lang/crates.io-index"
20238checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20239dependencies = [
20240 "simd-adler32",
20241]
20242
20243[[package]]
20244name = "zune-jpeg"
20245version = "0.4.14"
20246source = "registry+https://github.com/rust-lang/crates.io-index"
20247checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20248dependencies = [
20249 "zune-core",
20250]
20251
20252[[package]]
20253name = "zvariant"
20254version = "5.4.0"
20255source = "registry+https://github.com/rust-lang/crates.io-index"
20256checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20257dependencies = [
20258 "endi",
20259 "enumflags2",
20260 "serde",
20261 "static_assertions",
20262 "url",
20263 "winnow",
20264 "zvariant_derive",
20265 "zvariant_utils",
20266]
20267
20268[[package]]
20269name = "zvariant_derive"
20270version = "5.4.0"
20271source = "registry+https://github.com/rust-lang/crates.io-index"
20272checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20273dependencies = [
20274 "proc-macro-crate",
20275 "proc-macro2",
20276 "quote",
20277 "syn 2.0.101",
20278 "zvariant_utils",
20279]
20280
20281[[package]]
20282name = "zvariant_utils"
20283version = "3.2.0"
20284source = "registry+https://github.com/rust-lang/crates.io-index"
20285checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20286dependencies = [
20287 "proc-macro2",
20288 "quote",
20289 "serde",
20290 "static_assertions",
20291 "syn 2.0.101",
20292 "winnow",
20293]