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 "lsp",
686 "markdown",
687 "open",
688 "paths",
689 "portable-pty",
690 "pretty_assertions",
691 "project",
692 "prompt_store",
693 "rand 0.8.5",
694 "regex",
695 "reqwest_client",
696 "rust-embed",
697 "schemars",
698 "serde",
699 "serde_json",
700 "settings",
701 "smallvec",
702 "streaming_diff",
703 "strsim",
704 "task",
705 "tempfile",
706 "terminal",
707 "terminal_view",
708 "theme",
709 "tree-sitter-rust",
710 "ui",
711 "unindent",
712 "util",
713 "web_search",
714 "which 6.0.3",
715 "workspace",
716 "workspace-hack",
717 "zed_llm_client",
718 "zlog",
719]
720
721[[package]]
722name = "async-attributes"
723version = "1.1.2"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
726dependencies = [
727 "quote",
728 "syn 1.0.109",
729]
730
731[[package]]
732name = "async-broadcast"
733version = "0.7.2"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
736dependencies = [
737 "event-listener 5.4.0",
738 "event-listener-strategy",
739 "futures-core",
740 "pin-project-lite",
741]
742
743[[package]]
744name = "async-channel"
745version = "1.9.0"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
748dependencies = [
749 "concurrent-queue",
750 "event-listener 2.5.3",
751 "futures-core",
752]
753
754[[package]]
755name = "async-channel"
756version = "2.3.1"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
759dependencies = [
760 "concurrent-queue",
761 "event-listener-strategy",
762 "futures-core",
763 "pin-project-lite",
764]
765
766[[package]]
767name = "async-compat"
768version = "0.2.4"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
771dependencies = [
772 "futures-core",
773 "futures-io",
774 "once_cell",
775 "pin-project-lite",
776 "tokio",
777]
778
779[[package]]
780name = "async-compression"
781version = "0.4.22"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
784dependencies = [
785 "deflate64",
786 "flate2",
787 "futures-core",
788 "futures-io",
789 "memchr",
790 "pin-project-lite",
791]
792
793[[package]]
794name = "async-dispatcher"
795version = "0.1.2"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
798dependencies = [
799 "async-task",
800 "futures-lite 1.13.0",
801]
802
803[[package]]
804name = "async-executor"
805version = "1.13.1"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
808dependencies = [
809 "async-task",
810 "concurrent-queue",
811 "fastrand 2.3.0",
812 "futures-lite 2.6.0",
813 "slab",
814]
815
816[[package]]
817name = "async-fs"
818version = "2.1.2"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
821dependencies = [
822 "async-lock",
823 "blocking",
824 "futures-lite 2.6.0",
825]
826
827[[package]]
828name = "async-global-executor"
829version = "2.4.1"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
832dependencies = [
833 "async-channel 2.3.1",
834 "async-executor",
835 "async-io",
836 "async-lock",
837 "blocking",
838 "futures-lite 2.6.0",
839 "once_cell",
840]
841
842[[package]]
843name = "async-io"
844version = "2.4.0"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
847dependencies = [
848 "async-lock",
849 "cfg-if",
850 "concurrent-queue",
851 "futures-io",
852 "futures-lite 2.6.0",
853 "parking",
854 "polling",
855 "rustix 0.38.44",
856 "slab",
857 "tracing",
858 "windows-sys 0.59.0",
859]
860
861[[package]]
862name = "async-lock"
863version = "3.4.0"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
866dependencies = [
867 "event-listener 5.4.0",
868 "event-listener-strategy",
869 "pin-project-lite",
870]
871
872[[package]]
873name = "async-net"
874version = "2.0.0"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
877dependencies = [
878 "async-io",
879 "blocking",
880 "futures-lite 2.6.0",
881]
882
883[[package]]
884name = "async-pipe"
885version = "0.1.3"
886source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
887dependencies = [
888 "futures 0.3.31",
889 "log",
890]
891
892[[package]]
893name = "async-process"
894version = "2.3.0"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
897dependencies = [
898 "async-channel 2.3.1",
899 "async-io",
900 "async-lock",
901 "async-signal",
902 "async-task",
903 "blocking",
904 "cfg-if",
905 "event-listener 5.4.0",
906 "futures-lite 2.6.0",
907 "rustix 0.38.44",
908 "tracing",
909]
910
911[[package]]
912name = "async-recursion"
913version = "0.3.2"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
916dependencies = [
917 "proc-macro2",
918 "quote",
919 "syn 1.0.109",
920]
921
922[[package]]
923name = "async-recursion"
924version = "1.1.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
927dependencies = [
928 "proc-macro2",
929 "quote",
930 "syn 2.0.101",
931]
932
933[[package]]
934name = "async-signal"
935version = "0.2.10"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
938dependencies = [
939 "async-io",
940 "async-lock",
941 "atomic-waker",
942 "cfg-if",
943 "futures-core",
944 "futures-io",
945 "rustix 0.38.44",
946 "signal-hook-registry",
947 "slab",
948 "windows-sys 0.59.0",
949]
950
951[[package]]
952name = "async-std"
953version = "1.13.1"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
956dependencies = [
957 "async-attributes",
958 "async-channel 1.9.0",
959 "async-global-executor",
960 "async-io",
961 "async-lock",
962 "async-process",
963 "crossbeam-utils",
964 "futures-channel",
965 "futures-core",
966 "futures-io",
967 "futures-lite 2.6.0",
968 "gloo-timers",
969 "kv-log-macro",
970 "log",
971 "memchr",
972 "once_cell",
973 "pin-project-lite",
974 "pin-utils",
975 "slab",
976 "wasm-bindgen-futures",
977]
978
979[[package]]
980name = "async-stream"
981version = "0.3.6"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
984dependencies = [
985 "async-stream-impl",
986 "futures-core",
987 "pin-project-lite",
988]
989
990[[package]]
991name = "async-stream-impl"
992version = "0.3.6"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
995dependencies = [
996 "proc-macro2",
997 "quote",
998 "syn 2.0.101",
999]
1000
1001[[package]]
1002name = "async-stripe"
1003version = "0.40.0"
1004source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1005dependencies = [
1006 "chrono",
1007 "futures-util",
1008 "http-types",
1009 "hyper 0.14.32",
1010 "hyper-rustls 0.24.2",
1011 "serde",
1012 "serde_json",
1013 "serde_path_to_error",
1014 "serde_qs 0.10.1",
1015 "smart-default",
1016 "smol_str 0.1.24",
1017 "thiserror 1.0.69",
1018 "tokio",
1019]
1020
1021[[package]]
1022name = "async-tar"
1023version = "0.5.0"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1026dependencies = [
1027 "async-std",
1028 "filetime",
1029 "libc",
1030 "pin-project",
1031 "redox_syscall 0.2.16",
1032 "xattr",
1033]
1034
1035[[package]]
1036name = "async-task"
1037version = "4.7.1"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1040
1041[[package]]
1042name = "async-trait"
1043version = "0.1.88"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
1046dependencies = [
1047 "proc-macro2",
1048 "quote",
1049 "syn 2.0.101",
1050]
1051
1052[[package]]
1053name = "async-tungstenite"
1054version = "0.29.1"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1057dependencies = [
1058 "atomic-waker",
1059 "futures-core",
1060 "futures-io",
1061 "futures-task",
1062 "futures-util",
1063 "log",
1064 "pin-project-lite",
1065 "rustls-pki-types",
1066 "tokio",
1067 "tokio-rustls 0.26.2",
1068 "tungstenite 0.26.2",
1069]
1070
1071[[package]]
1072name = "async-watch"
1073version = "0.3.1"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1076dependencies = [
1077 "event-listener 2.5.3",
1078]
1079
1080[[package]]
1081name = "async_zip"
1082version = "0.0.17"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1085dependencies = [
1086 "async-compression",
1087 "crc32fast",
1088 "futures-lite 2.6.0",
1089 "pin-project",
1090 "thiserror 1.0.69",
1091]
1092
1093[[package]]
1094name = "asynchronous-codec"
1095version = "0.7.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1098dependencies = [
1099 "bytes 1.10.1",
1100 "futures-sink",
1101 "futures-util",
1102 "memchr",
1103 "pin-project-lite",
1104]
1105
1106[[package]]
1107name = "atoi"
1108version = "2.0.0"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1111dependencies = [
1112 "num-traits",
1113]
1114
1115[[package]]
1116name = "atomic"
1117version = "0.5.3"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1120
1121[[package]]
1122name = "atomic-waker"
1123version = "1.1.2"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1126
1127[[package]]
1128name = "audio"
1129version = "0.1.0"
1130dependencies = [
1131 "anyhow",
1132 "collections",
1133 "derive_more",
1134 "gpui",
1135 "parking_lot",
1136 "rodio",
1137 "util",
1138 "workspace-hack",
1139]
1140
1141[[package]]
1142name = "auditable-serde"
1143version = "0.8.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1146dependencies = [
1147 "semver",
1148 "serde",
1149 "serde_json",
1150 "topological-sort",
1151]
1152
1153[[package]]
1154name = "auto_update"
1155version = "0.1.0"
1156dependencies = [
1157 "anyhow",
1158 "client",
1159 "db",
1160 "gpui",
1161 "http_client",
1162 "log",
1163 "paths",
1164 "release_channel",
1165 "schemars",
1166 "serde",
1167 "serde_json",
1168 "settings",
1169 "smol",
1170 "tempfile",
1171 "which 6.0.3",
1172 "workspace",
1173 "workspace-hack",
1174]
1175
1176[[package]]
1177name = "auto_update_helper"
1178version = "0.1.0"
1179dependencies = [
1180 "anyhow",
1181 "log",
1182 "simplelog",
1183 "windows 0.61.1",
1184 "winresource",
1185 "workspace-hack",
1186]
1187
1188[[package]]
1189name = "auto_update_ui"
1190version = "0.1.0"
1191dependencies = [
1192 "anyhow",
1193 "auto_update",
1194 "client",
1195 "editor",
1196 "gpui",
1197 "http_client",
1198 "markdown_preview",
1199 "release_channel",
1200 "serde",
1201 "serde_json",
1202 "smol",
1203 "util",
1204 "workspace",
1205 "workspace-hack",
1206]
1207
1208[[package]]
1209name = "autocfg"
1210version = "1.4.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1213
1214[[package]]
1215name = "av1-grain"
1216version = "0.2.3"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1219dependencies = [
1220 "anyhow",
1221 "arrayvec",
1222 "log",
1223 "nom",
1224 "num-rational",
1225 "v_frame",
1226]
1227
1228[[package]]
1229name = "avif-serialize"
1230version = "0.8.3"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1233dependencies = [
1234 "arrayvec",
1235]
1236
1237[[package]]
1238name = "aws-config"
1239version = "1.6.1"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1242dependencies = [
1243 "aws-credential-types",
1244 "aws-runtime",
1245 "aws-sdk-sso",
1246 "aws-sdk-ssooidc",
1247 "aws-sdk-sts",
1248 "aws-smithy-async",
1249 "aws-smithy-http",
1250 "aws-smithy-json",
1251 "aws-smithy-runtime",
1252 "aws-smithy-runtime-api",
1253 "aws-smithy-types",
1254 "aws-types",
1255 "bytes 1.10.1",
1256 "fastrand 2.3.0",
1257 "hex",
1258 "http 1.3.1",
1259 "ring",
1260 "time",
1261 "tokio",
1262 "tracing",
1263 "url",
1264 "zeroize",
1265]
1266
1267[[package]]
1268name = "aws-credential-types"
1269version = "1.2.2"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1272dependencies = [
1273 "aws-smithy-async",
1274 "aws-smithy-runtime-api",
1275 "aws-smithy-types",
1276 "zeroize",
1277]
1278
1279[[package]]
1280name = "aws-lc-rs"
1281version = "1.13.1"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1284dependencies = [
1285 "aws-lc-sys",
1286 "zeroize",
1287]
1288
1289[[package]]
1290name = "aws-lc-sys"
1291version = "0.29.0"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1294dependencies = [
1295 "bindgen 0.69.5",
1296 "cc",
1297 "cmake",
1298 "dunce",
1299 "fs_extra",
1300]
1301
1302[[package]]
1303name = "aws-runtime"
1304version = "1.5.6"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1307dependencies = [
1308 "aws-credential-types",
1309 "aws-sigv4",
1310 "aws-smithy-async",
1311 "aws-smithy-eventstream",
1312 "aws-smithy-http",
1313 "aws-smithy-runtime",
1314 "aws-smithy-runtime-api",
1315 "aws-smithy-types",
1316 "aws-types",
1317 "bytes 1.10.1",
1318 "fastrand 2.3.0",
1319 "http 0.2.12",
1320 "http-body 0.4.6",
1321 "once_cell",
1322 "percent-encoding",
1323 "pin-project-lite",
1324 "tracing",
1325 "uuid",
1326]
1327
1328[[package]]
1329name = "aws-sdk-bedrockruntime"
1330version = "1.82.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1333dependencies = [
1334 "aws-credential-types",
1335 "aws-runtime",
1336 "aws-sigv4",
1337 "aws-smithy-async",
1338 "aws-smithy-eventstream",
1339 "aws-smithy-http",
1340 "aws-smithy-json",
1341 "aws-smithy-runtime",
1342 "aws-smithy-runtime-api",
1343 "aws-smithy-types",
1344 "aws-types",
1345 "bytes 1.10.1",
1346 "fastrand 2.3.0",
1347 "http 0.2.12",
1348 "hyper 0.14.32",
1349 "once_cell",
1350 "regex-lite",
1351 "tracing",
1352]
1353
1354[[package]]
1355name = "aws-sdk-kinesis"
1356version = "1.66.0"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1359dependencies = [
1360 "aws-credential-types",
1361 "aws-runtime",
1362 "aws-smithy-async",
1363 "aws-smithy-eventstream",
1364 "aws-smithy-http",
1365 "aws-smithy-json",
1366 "aws-smithy-runtime",
1367 "aws-smithy-runtime-api",
1368 "aws-smithy-types",
1369 "aws-types",
1370 "bytes 1.10.1",
1371 "fastrand 2.3.0",
1372 "http 0.2.12",
1373 "once_cell",
1374 "regex-lite",
1375 "tracing",
1376]
1377
1378[[package]]
1379name = "aws-sdk-s3"
1380version = "1.82.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1383dependencies = [
1384 "aws-credential-types",
1385 "aws-runtime",
1386 "aws-sigv4",
1387 "aws-smithy-async",
1388 "aws-smithy-checksums",
1389 "aws-smithy-eventstream",
1390 "aws-smithy-http",
1391 "aws-smithy-json",
1392 "aws-smithy-runtime",
1393 "aws-smithy-runtime-api",
1394 "aws-smithy-types",
1395 "aws-smithy-xml",
1396 "aws-types",
1397 "bytes 1.10.1",
1398 "fastrand 2.3.0",
1399 "hex",
1400 "hmac",
1401 "http 0.2.12",
1402 "http 1.3.1",
1403 "http-body 0.4.6",
1404 "lru",
1405 "once_cell",
1406 "percent-encoding",
1407 "regex-lite",
1408 "sha2",
1409 "tracing",
1410 "url",
1411]
1412
1413[[package]]
1414name = "aws-sdk-sso"
1415version = "1.64.0"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1418dependencies = [
1419 "aws-credential-types",
1420 "aws-runtime",
1421 "aws-smithy-async",
1422 "aws-smithy-http",
1423 "aws-smithy-json",
1424 "aws-smithy-runtime",
1425 "aws-smithy-runtime-api",
1426 "aws-smithy-types",
1427 "aws-types",
1428 "bytes 1.10.1",
1429 "fastrand 2.3.0",
1430 "http 0.2.12",
1431 "once_cell",
1432 "regex-lite",
1433 "tracing",
1434]
1435
1436[[package]]
1437name = "aws-sdk-ssooidc"
1438version = "1.65.0"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1441dependencies = [
1442 "aws-credential-types",
1443 "aws-runtime",
1444 "aws-smithy-async",
1445 "aws-smithy-http",
1446 "aws-smithy-json",
1447 "aws-smithy-runtime",
1448 "aws-smithy-runtime-api",
1449 "aws-smithy-types",
1450 "aws-types",
1451 "bytes 1.10.1",
1452 "fastrand 2.3.0",
1453 "http 0.2.12",
1454 "once_cell",
1455 "regex-lite",
1456 "tracing",
1457]
1458
1459[[package]]
1460name = "aws-sdk-sts"
1461version = "1.65.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1464dependencies = [
1465 "aws-credential-types",
1466 "aws-runtime",
1467 "aws-smithy-async",
1468 "aws-smithy-http",
1469 "aws-smithy-json",
1470 "aws-smithy-query",
1471 "aws-smithy-runtime",
1472 "aws-smithy-runtime-api",
1473 "aws-smithy-types",
1474 "aws-smithy-xml",
1475 "aws-types",
1476 "fastrand 2.3.0",
1477 "http 0.2.12",
1478 "once_cell",
1479 "regex-lite",
1480 "tracing",
1481]
1482
1483[[package]]
1484name = "aws-sigv4"
1485version = "1.3.0"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1488dependencies = [
1489 "aws-credential-types",
1490 "aws-smithy-eventstream",
1491 "aws-smithy-http",
1492 "aws-smithy-runtime-api",
1493 "aws-smithy-types",
1494 "bytes 1.10.1",
1495 "crypto-bigint 0.5.5",
1496 "form_urlencoded",
1497 "hex",
1498 "hmac",
1499 "http 0.2.12",
1500 "http 1.3.1",
1501 "once_cell",
1502 "p256",
1503 "percent-encoding",
1504 "ring",
1505 "sha2",
1506 "subtle",
1507 "time",
1508 "tracing",
1509 "zeroize",
1510]
1511
1512[[package]]
1513name = "aws-smithy-async"
1514version = "1.2.5"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1517dependencies = [
1518 "futures-util",
1519 "pin-project-lite",
1520 "tokio",
1521]
1522
1523[[package]]
1524name = "aws-smithy-checksums"
1525version = "0.63.1"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1528dependencies = [
1529 "aws-smithy-http",
1530 "aws-smithy-types",
1531 "bytes 1.10.1",
1532 "crc32c",
1533 "crc32fast",
1534 "crc64fast-nvme",
1535 "hex",
1536 "http 0.2.12",
1537 "http-body 0.4.6",
1538 "md-5",
1539 "pin-project-lite",
1540 "sha1",
1541 "sha2",
1542 "tracing",
1543]
1544
1545[[package]]
1546name = "aws-smithy-eventstream"
1547version = "0.60.8"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1550dependencies = [
1551 "aws-smithy-types",
1552 "bytes 1.10.1",
1553 "crc32fast",
1554]
1555
1556[[package]]
1557name = "aws-smithy-http"
1558version = "0.62.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1561dependencies = [
1562 "aws-smithy-eventstream",
1563 "aws-smithy-runtime-api",
1564 "aws-smithy-types",
1565 "bytes 1.10.1",
1566 "bytes-utils",
1567 "futures-core",
1568 "http 0.2.12",
1569 "http 1.3.1",
1570 "http-body 0.4.6",
1571 "once_cell",
1572 "percent-encoding",
1573 "pin-project-lite",
1574 "pin-utils",
1575 "tracing",
1576]
1577
1578[[package]]
1579name = "aws-smithy-http-client"
1580version = "1.0.1"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1583dependencies = [
1584 "aws-smithy-async",
1585 "aws-smithy-runtime-api",
1586 "aws-smithy-types",
1587 "h2 0.4.9",
1588 "http 0.2.12",
1589 "http 1.3.1",
1590 "http-body 0.4.6",
1591 "hyper 0.14.32",
1592 "hyper 1.6.0",
1593 "hyper-rustls 0.24.2",
1594 "hyper-rustls 0.27.5",
1595 "hyper-util",
1596 "pin-project-lite",
1597 "rustls 0.21.12",
1598 "rustls 0.23.26",
1599 "rustls-native-certs 0.8.1",
1600 "rustls-pki-types",
1601 "tokio",
1602 "tower 0.5.2",
1603 "tracing",
1604]
1605
1606[[package]]
1607name = "aws-smithy-json"
1608version = "0.61.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1611dependencies = [
1612 "aws-smithy-types",
1613]
1614
1615[[package]]
1616name = "aws-smithy-observability"
1617version = "0.1.2"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1620dependencies = [
1621 "aws-smithy-runtime-api",
1622 "once_cell",
1623]
1624
1625[[package]]
1626name = "aws-smithy-query"
1627version = "0.60.7"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1630dependencies = [
1631 "aws-smithy-types",
1632 "urlencoding",
1633]
1634
1635[[package]]
1636name = "aws-smithy-runtime"
1637version = "1.8.1"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1640dependencies = [
1641 "aws-smithy-async",
1642 "aws-smithy-http",
1643 "aws-smithy-http-client",
1644 "aws-smithy-observability",
1645 "aws-smithy-runtime-api",
1646 "aws-smithy-types",
1647 "bytes 1.10.1",
1648 "fastrand 2.3.0",
1649 "http 0.2.12",
1650 "http 1.3.1",
1651 "http-body 0.4.6",
1652 "http-body 1.0.1",
1653 "once_cell",
1654 "pin-project-lite",
1655 "pin-utils",
1656 "tokio",
1657 "tracing",
1658]
1659
1660[[package]]
1661name = "aws-smithy-runtime-api"
1662version = "1.7.4"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1665dependencies = [
1666 "aws-smithy-async",
1667 "aws-smithy-types",
1668 "bytes 1.10.1",
1669 "http 0.2.12",
1670 "http 1.3.1",
1671 "pin-project-lite",
1672 "tokio",
1673 "tracing",
1674 "zeroize",
1675]
1676
1677[[package]]
1678name = "aws-smithy-types"
1679version = "1.3.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1682dependencies = [
1683 "base64-simd",
1684 "bytes 1.10.1",
1685 "bytes-utils",
1686 "futures-core",
1687 "http 0.2.12",
1688 "http 1.3.1",
1689 "http-body 0.4.6",
1690 "http-body 1.0.1",
1691 "http-body-util",
1692 "itoa",
1693 "num-integer",
1694 "pin-project-lite",
1695 "pin-utils",
1696 "ryu",
1697 "serde",
1698 "time",
1699 "tokio",
1700 "tokio-util",
1701]
1702
1703[[package]]
1704name = "aws-smithy-xml"
1705version = "0.60.9"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1708dependencies = [
1709 "xmlparser",
1710]
1711
1712[[package]]
1713name = "aws-types"
1714version = "1.3.6"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1717dependencies = [
1718 "aws-credential-types",
1719 "aws-smithy-async",
1720 "aws-smithy-runtime-api",
1721 "aws-smithy-types",
1722 "rustc_version",
1723 "tracing",
1724]
1725
1726[[package]]
1727name = "aws_http_client"
1728version = "0.1.0"
1729dependencies = [
1730 "aws-smithy-runtime-api",
1731 "aws-smithy-types",
1732 "futures 0.3.31",
1733 "http_client",
1734 "tokio",
1735 "workspace-hack",
1736]
1737
1738[[package]]
1739name = "axum"
1740version = "0.6.20"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1743dependencies = [
1744 "async-trait",
1745 "axum-core",
1746 "base64 0.21.7",
1747 "bitflags 1.3.2",
1748 "bytes 1.10.1",
1749 "futures-util",
1750 "headers",
1751 "http 0.2.12",
1752 "http-body 0.4.6",
1753 "hyper 0.14.32",
1754 "itoa",
1755 "matchit",
1756 "memchr",
1757 "mime",
1758 "percent-encoding",
1759 "pin-project-lite",
1760 "rustversion",
1761 "serde",
1762 "serde_json",
1763 "serde_path_to_error",
1764 "serde_urlencoded",
1765 "sha1",
1766 "sync_wrapper 0.1.2",
1767 "tokio",
1768 "tokio-tungstenite 0.20.1",
1769 "tower 0.4.13",
1770 "tower-layer",
1771 "tower-service",
1772]
1773
1774[[package]]
1775name = "axum-core"
1776version = "0.3.4"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1779dependencies = [
1780 "async-trait",
1781 "bytes 1.10.1",
1782 "futures-util",
1783 "http 0.2.12",
1784 "http-body 0.4.6",
1785 "mime",
1786 "rustversion",
1787 "tower-layer",
1788 "tower-service",
1789]
1790
1791[[package]]
1792name = "axum-extra"
1793version = "0.4.2"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1796dependencies = [
1797 "axum",
1798 "bytes 1.10.1",
1799 "futures-util",
1800 "http 0.2.12",
1801 "mime",
1802 "pin-project-lite",
1803 "serde",
1804 "serde_json",
1805 "tokio",
1806 "tower 0.4.13",
1807 "tower-http 0.3.5",
1808 "tower-layer",
1809 "tower-service",
1810]
1811
1812[[package]]
1813name = "backtrace"
1814version = "0.3.74"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1817dependencies = [
1818 "addr2line",
1819 "cfg-if",
1820 "libc",
1821 "miniz_oxide",
1822 "object",
1823 "rustc-demangle",
1824 "windows-targets 0.52.6",
1825]
1826
1827[[package]]
1828name = "base16ct"
1829version = "0.1.1"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1832
1833[[package]]
1834name = "base64"
1835version = "0.13.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1838
1839[[package]]
1840name = "base64"
1841version = "0.21.7"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1844
1845[[package]]
1846name = "base64"
1847version = "0.22.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1850
1851[[package]]
1852name = "base64-simd"
1853version = "0.8.0"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1856dependencies = [
1857 "outref",
1858 "vsimd",
1859]
1860
1861[[package]]
1862name = "base64ct"
1863version = "1.7.3"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
1866
1867[[package]]
1868name = "bedrock"
1869version = "0.1.0"
1870dependencies = [
1871 "anyhow",
1872 "aws-sdk-bedrockruntime",
1873 "aws-smithy-types",
1874 "futures 0.3.31",
1875 "schemars",
1876 "serde",
1877 "serde_json",
1878 "strum 0.27.1",
1879 "thiserror 2.0.12",
1880 "tokio",
1881 "workspace-hack",
1882]
1883
1884[[package]]
1885name = "beef"
1886version = "0.5.2"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1889
1890[[package]]
1891name = "bigdecimal"
1892version = "0.4.8"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1895dependencies = [
1896 "autocfg",
1897 "libm",
1898 "num-bigint",
1899 "num-integer",
1900 "num-traits",
1901 "serde",
1902]
1903
1904[[package]]
1905name = "bincode"
1906version = "1.3.3"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1909dependencies = [
1910 "serde",
1911]
1912
1913[[package]]
1914name = "bindgen"
1915version = "0.69.5"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1918dependencies = [
1919 "bitflags 2.9.0",
1920 "cexpr",
1921 "clang-sys",
1922 "itertools 0.12.1",
1923 "lazy_static",
1924 "lazycell",
1925 "log",
1926 "prettyplease",
1927 "proc-macro2",
1928 "quote",
1929 "regex",
1930 "rustc-hash 1.1.0",
1931 "shlex",
1932 "syn 2.0.101",
1933 "which 4.4.2",
1934]
1935
1936[[package]]
1937name = "bindgen"
1938version = "0.70.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1941dependencies = [
1942 "bitflags 2.9.0",
1943 "cexpr",
1944 "clang-sys",
1945 "itertools 0.13.0",
1946 "proc-macro2",
1947 "quote",
1948 "regex",
1949 "rustc-hash 1.1.0",
1950 "shlex",
1951 "syn 2.0.101",
1952]
1953
1954[[package]]
1955name = "bindgen"
1956version = "0.71.1"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1959dependencies = [
1960 "bitflags 2.9.0",
1961 "cexpr",
1962 "clang-sys",
1963 "itertools 0.13.0",
1964 "log",
1965 "prettyplease",
1966 "proc-macro2",
1967 "quote",
1968 "regex",
1969 "rustc-hash 2.1.1",
1970 "shlex",
1971 "syn 2.0.101",
1972]
1973
1974[[package]]
1975name = "bit-set"
1976version = "0.5.3"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1979dependencies = [
1980 "bit-vec 0.6.3",
1981]
1982
1983[[package]]
1984name = "bit-set"
1985version = "0.8.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1988dependencies = [
1989 "bit-vec 0.8.0",
1990]
1991
1992[[package]]
1993name = "bit-vec"
1994version = "0.6.3"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1997
1998[[package]]
1999name = "bit-vec"
2000version = "0.8.0"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2003
2004[[package]]
2005name = "bit_field"
2006version = "0.10.2"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2009
2010[[package]]
2011name = "bitflags"
2012version = "1.3.2"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2015
2016[[package]]
2017name = "bitflags"
2018version = "2.9.0"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2021dependencies = [
2022 "serde",
2023]
2024
2025[[package]]
2026name = "bitstream-io"
2027version = "2.6.0"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2030
2031[[package]]
2032name = "bitvec"
2033version = "1.0.1"
2034source = "registry+https://github.com/rust-lang/crates.io-index"
2035checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2036dependencies = [
2037 "funty",
2038 "radium",
2039 "tap",
2040 "wyz",
2041]
2042
2043[[package]]
2044name = "blade-graphics"
2045version = "0.6.0"
2046source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2047dependencies = [
2048 "ash",
2049 "ash-window",
2050 "bitflags 2.9.0",
2051 "bytemuck",
2052 "codespan-reporting 0.11.1",
2053 "glow",
2054 "gpu-alloc",
2055 "gpu-alloc-ash",
2056 "hidden-trait",
2057 "js-sys",
2058 "khronos-egl",
2059 "libloading",
2060 "log",
2061 "mint",
2062 "naga",
2063 "objc2",
2064 "objc2-app-kit",
2065 "objc2-core-foundation",
2066 "objc2-foundation",
2067 "objc2-metal",
2068 "objc2-quartz-core",
2069 "objc2-ui-kit",
2070 "raw-window-handle",
2071 "slab",
2072 "wasm-bindgen",
2073 "web-sys",
2074]
2075
2076[[package]]
2077name = "blade-macros"
2078version = "0.3.0"
2079source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2080dependencies = [
2081 "proc-macro2",
2082 "quote",
2083 "syn 2.0.101",
2084]
2085
2086[[package]]
2087name = "blade-util"
2088version = "0.2.0"
2089source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2090dependencies = [
2091 "blade-graphics",
2092 "bytemuck",
2093 "log",
2094 "profiling",
2095]
2096
2097[[package]]
2098name = "blake2"
2099version = "0.10.6"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2102dependencies = [
2103 "digest",
2104]
2105
2106[[package]]
2107name = "blake3"
2108version = "1.8.2"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2111dependencies = [
2112 "arrayref",
2113 "arrayvec",
2114 "cc",
2115 "cfg-if",
2116 "constant_time_eq 0.3.1",
2117]
2118
2119[[package]]
2120name = "block"
2121version = "0.1.6"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2124
2125[[package]]
2126name = "block-buffer"
2127version = "0.10.4"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2130dependencies = [
2131 "generic-array",
2132]
2133
2134[[package]]
2135name = "block-padding"
2136version = "0.3.3"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2139dependencies = [
2140 "generic-array",
2141]
2142
2143[[package]]
2144name = "block2"
2145version = "0.6.1"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2148dependencies = [
2149 "objc2",
2150]
2151
2152[[package]]
2153name = "blocking"
2154version = "1.6.1"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2157dependencies = [
2158 "async-channel 2.3.1",
2159 "async-task",
2160 "futures-io",
2161 "futures-lite 2.6.0",
2162 "piper",
2163]
2164
2165[[package]]
2166name = "borrow-or-share"
2167version = "0.2.2"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2170
2171[[package]]
2172name = "borsh"
2173version = "1.5.7"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2176dependencies = [
2177 "borsh-derive",
2178 "cfg_aliases 0.2.1",
2179]
2180
2181[[package]]
2182name = "borsh-derive"
2183version = "1.5.7"
2184source = "registry+https://github.com/rust-lang/crates.io-index"
2185checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2186dependencies = [
2187 "once_cell",
2188 "proc-macro-crate",
2189 "proc-macro2",
2190 "quote",
2191 "syn 2.0.101",
2192]
2193
2194[[package]]
2195name = "breadcrumbs"
2196version = "0.1.0"
2197dependencies = [
2198 "editor",
2199 "gpui",
2200 "itertools 0.14.0",
2201 "theme",
2202 "ui",
2203 "workspace",
2204 "workspace-hack",
2205 "zed_actions",
2206]
2207
2208[[package]]
2209name = "bstr"
2210version = "1.12.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2213dependencies = [
2214 "memchr",
2215 "regex-automata 0.4.9",
2216 "serde",
2217]
2218
2219[[package]]
2220name = "buffer_diff"
2221version = "0.1.0"
2222dependencies = [
2223 "anyhow",
2224 "clock",
2225 "ctor",
2226 "env_logger 0.11.8",
2227 "futures 0.3.31",
2228 "git2",
2229 "gpui",
2230 "language",
2231 "log",
2232 "pretty_assertions",
2233 "rand 0.8.5",
2234 "rope",
2235 "serde_json",
2236 "sum_tree",
2237 "text",
2238 "unindent",
2239 "util",
2240 "workspace-hack",
2241]
2242
2243[[package]]
2244name = "built"
2245version = "0.7.7"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2248
2249[[package]]
2250name = "bumpalo"
2251version = "3.17.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2254dependencies = [
2255 "allocator-api2",
2256]
2257
2258[[package]]
2259name = "by_address"
2260version = "1.2.1"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2263
2264[[package]]
2265name = "bytecheck"
2266version = "0.6.12"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2269dependencies = [
2270 "bytecheck_derive",
2271 "ptr_meta",
2272 "simdutf8",
2273]
2274
2275[[package]]
2276name = "bytecheck_derive"
2277version = "0.6.12"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2280dependencies = [
2281 "proc-macro2",
2282 "quote",
2283 "syn 1.0.109",
2284]
2285
2286[[package]]
2287name = "bytecount"
2288version = "0.6.8"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2291
2292[[package]]
2293name = "bytemuck"
2294version = "1.22.0"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2297dependencies = [
2298 "bytemuck_derive",
2299]
2300
2301[[package]]
2302name = "bytemuck_derive"
2303version = "1.9.3"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2306dependencies = [
2307 "proc-macro2",
2308 "quote",
2309 "syn 2.0.101",
2310]
2311
2312[[package]]
2313name = "byteorder"
2314version = "1.5.0"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2317
2318[[package]]
2319name = "byteorder-lite"
2320version = "0.1.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2323
2324[[package]]
2325name = "bytes"
2326version = "0.4.12"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2329dependencies = [
2330 "byteorder",
2331 "iovec",
2332]
2333
2334[[package]]
2335name = "bytes"
2336version = "1.10.1"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2339
2340[[package]]
2341name = "bytes-utils"
2342version = "0.1.4"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2345dependencies = [
2346 "bytes 1.10.1",
2347 "either",
2348]
2349
2350[[package]]
2351name = "bzip2"
2352version = "0.4.4"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2355dependencies = [
2356 "bzip2-sys",
2357 "libc",
2358]
2359
2360[[package]]
2361name = "bzip2-sys"
2362version = "0.1.13+1.0.8"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2365dependencies = [
2366 "cc",
2367 "pkg-config",
2368]
2369
2370[[package]]
2371name = "call"
2372version = "0.1.0"
2373dependencies = [
2374 "anyhow",
2375 "audio",
2376 "client",
2377 "collections",
2378 "fs",
2379 "futures 0.3.31",
2380 "gpui",
2381 "gpui_tokio",
2382 "http_client",
2383 "language",
2384 "livekit_client",
2385 "log",
2386 "postage",
2387 "project",
2388 "schemars",
2389 "serde",
2390 "serde_derive",
2391 "settings",
2392 "telemetry",
2393 "util",
2394 "workspace-hack",
2395]
2396
2397[[package]]
2398name = "calloop"
2399version = "0.13.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2402dependencies = [
2403 "bitflags 2.9.0",
2404 "log",
2405 "polling",
2406 "rustix 0.38.44",
2407 "slab",
2408 "thiserror 1.0.69",
2409]
2410
2411[[package]]
2412name = "calloop-wayland-source"
2413version = "0.3.0"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2416dependencies = [
2417 "calloop",
2418 "rustix 0.38.44",
2419 "wayland-backend",
2420 "wayland-client",
2421]
2422
2423[[package]]
2424name = "camino"
2425version = "1.1.9"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2428dependencies = [
2429 "serde",
2430]
2431
2432[[package]]
2433name = "cap-fs-ext"
2434version = "3.4.4"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2437dependencies = [
2438 "cap-primitives",
2439 "cap-std",
2440 "io-lifetimes",
2441 "windows-sys 0.59.0",
2442]
2443
2444[[package]]
2445name = "cap-net-ext"
2446version = "3.4.4"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2449dependencies = [
2450 "cap-primitives",
2451 "cap-std",
2452 "rustix 1.0.7",
2453 "smallvec",
2454]
2455
2456[[package]]
2457name = "cap-primitives"
2458version = "3.4.4"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2461dependencies = [
2462 "ambient-authority",
2463 "fs-set-times",
2464 "io-extras",
2465 "io-lifetimes",
2466 "ipnet",
2467 "maybe-owned",
2468 "rustix 1.0.7",
2469 "rustix-linux-procfs",
2470 "windows-sys 0.59.0",
2471 "winx",
2472]
2473
2474[[package]]
2475name = "cap-rand"
2476version = "3.4.4"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2479dependencies = [
2480 "ambient-authority",
2481 "rand 0.8.5",
2482]
2483
2484[[package]]
2485name = "cap-std"
2486version = "3.4.4"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2489dependencies = [
2490 "cap-primitives",
2491 "io-extras",
2492 "io-lifetimes",
2493 "rustix 1.0.7",
2494]
2495
2496[[package]]
2497name = "cap-time-ext"
2498version = "3.4.4"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2501dependencies = [
2502 "ambient-authority",
2503 "cap-primitives",
2504 "iana-time-zone",
2505 "once_cell",
2506 "rustix 1.0.7",
2507 "winx",
2508]
2509
2510[[package]]
2511name = "cargo-platform"
2512version = "0.1.9"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2515dependencies = [
2516 "serde",
2517]
2518
2519[[package]]
2520name = "cargo_metadata"
2521version = "0.19.2"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2524dependencies = [
2525 "camino",
2526 "cargo-platform",
2527 "semver",
2528 "serde",
2529 "serde_json",
2530 "thiserror 2.0.12",
2531]
2532
2533[[package]]
2534name = "cargo_toml"
2535version = "0.21.0"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2538dependencies = [
2539 "serde",
2540 "toml 0.8.20",
2541]
2542
2543[[package]]
2544name = "cast"
2545version = "0.3.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2548
2549[[package]]
2550name = "cbc"
2551version = "0.1.2"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2554dependencies = [
2555 "cipher",
2556]
2557
2558[[package]]
2559name = "cbindgen"
2560version = "0.28.0"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2563dependencies = [
2564 "heck 0.4.1",
2565 "indexmap",
2566 "log",
2567 "proc-macro2",
2568 "quote",
2569 "serde",
2570 "serde_json",
2571 "syn 2.0.101",
2572 "tempfile",
2573 "toml 0.8.20",
2574]
2575
2576[[package]]
2577name = "cc"
2578version = "1.2.19"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2581dependencies = [
2582 "jobserver",
2583 "libc",
2584 "shlex",
2585]
2586
2587[[package]]
2588name = "cesu8"
2589version = "1.1.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2592
2593[[package]]
2594name = "cexpr"
2595version = "0.6.0"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2598dependencies = [
2599 "nom",
2600]
2601
2602[[package]]
2603name = "cfg-expr"
2604version = "0.15.8"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2607dependencies = [
2608 "smallvec",
2609 "target-lexicon 0.12.16",
2610]
2611
2612[[package]]
2613name = "cfg-if"
2614version = "1.0.0"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2617
2618[[package]]
2619name = "cfg_aliases"
2620version = "0.1.1"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2623
2624[[package]]
2625name = "cfg_aliases"
2626version = "0.2.1"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2629
2630[[package]]
2631name = "cgl"
2632version = "0.3.2"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2635dependencies = [
2636 "libc",
2637]
2638
2639[[package]]
2640name = "channel"
2641version = "0.1.0"
2642dependencies = [
2643 "anyhow",
2644 "client",
2645 "clock",
2646 "collections",
2647 "futures 0.3.31",
2648 "gpui",
2649 "http_client",
2650 "language",
2651 "log",
2652 "rand 0.8.5",
2653 "release_channel",
2654 "rpc",
2655 "settings",
2656 "sum_tree",
2657 "text",
2658 "time",
2659 "util",
2660 "workspace-hack",
2661]
2662
2663[[package]]
2664name = "chrono"
2665version = "0.4.41"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2668dependencies = [
2669 "android-tzdata",
2670 "iana-time-zone",
2671 "js-sys",
2672 "num-traits",
2673 "serde",
2674 "wasm-bindgen",
2675 "windows-link",
2676]
2677
2678[[package]]
2679name = "chunked_transfer"
2680version = "1.5.0"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2683
2684[[package]]
2685name = "ciborium"
2686version = "0.2.2"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2689dependencies = [
2690 "ciborium-io",
2691 "ciborium-ll",
2692 "serde",
2693]
2694
2695[[package]]
2696name = "ciborium-io"
2697version = "0.2.2"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2700
2701[[package]]
2702name = "ciborium-ll"
2703version = "0.2.2"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2706dependencies = [
2707 "ciborium-io",
2708 "half",
2709]
2710
2711[[package]]
2712name = "cipher"
2713version = "0.4.4"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2716dependencies = [
2717 "crypto-common",
2718 "inout",
2719 "zeroize",
2720]
2721
2722[[package]]
2723name = "circular-buffer"
2724version = "1.1.0"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
2727
2728[[package]]
2729name = "clang-sys"
2730version = "1.8.1"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2733dependencies = [
2734 "glob",
2735 "libc",
2736 "libloading",
2737]
2738
2739[[package]]
2740name = "clap"
2741version = "4.5.37"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2744dependencies = [
2745 "clap_builder",
2746 "clap_derive",
2747]
2748
2749[[package]]
2750name = "clap_builder"
2751version = "4.5.37"
2752source = "registry+https://github.com/rust-lang/crates.io-index"
2753checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2754dependencies = [
2755 "anstream",
2756 "anstyle",
2757 "clap_lex",
2758 "strsim",
2759 "terminal_size",
2760]
2761
2762[[package]]
2763name = "clap_complete"
2764version = "4.5.47"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
2767dependencies = [
2768 "clap",
2769]
2770
2771[[package]]
2772name = "clap_derive"
2773version = "4.5.32"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2776dependencies = [
2777 "heck 0.5.0",
2778 "proc-macro2",
2779 "quote",
2780 "syn 2.0.101",
2781]
2782
2783[[package]]
2784name = "clap_lex"
2785version = "0.7.4"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2788
2789[[package]]
2790name = "cli"
2791version = "0.1.0"
2792dependencies = [
2793 "anyhow",
2794 "clap",
2795 "collections",
2796 "core-foundation 0.10.0",
2797 "core-services",
2798 "exec",
2799 "fork",
2800 "ipc-channel",
2801 "parking_lot",
2802 "paths",
2803 "plist",
2804 "release_channel",
2805 "serde",
2806 "tempfile",
2807 "util",
2808 "windows 0.61.1",
2809 "workspace-hack",
2810]
2811
2812[[package]]
2813name = "client"
2814version = "0.1.0"
2815dependencies = [
2816 "anyhow",
2817 "async-recursion 0.3.2",
2818 "async-tungstenite",
2819 "base64 0.22.1",
2820 "chrono",
2821 "clock",
2822 "cocoa 0.26.0",
2823 "collections",
2824 "credentials_provider",
2825 "feature_flags",
2826 "futures 0.3.31",
2827 "gpui",
2828 "gpui_tokio",
2829 "http_client",
2830 "http_client_tls",
2831 "httparse",
2832 "log",
2833 "parking_lot",
2834 "paths",
2835 "postage",
2836 "rand 0.8.5",
2837 "release_channel",
2838 "rpc",
2839 "rustls-pki-types",
2840 "schemars",
2841 "serde",
2842 "serde_json",
2843 "settings",
2844 "sha2",
2845 "smol",
2846 "telemetry",
2847 "telemetry_events",
2848 "text",
2849 "thiserror 2.0.12",
2850 "time",
2851 "tiny_http",
2852 "tokio",
2853 "tokio-native-tls",
2854 "tokio-rustls 0.26.2",
2855 "tokio-socks",
2856 "url",
2857 "util",
2858 "windows 0.61.1",
2859 "workspace-hack",
2860 "worktree",
2861]
2862
2863[[package]]
2864name = "clock"
2865version = "0.1.0"
2866dependencies = [
2867 "parking_lot",
2868 "serde",
2869 "smallvec",
2870 "workspace-hack",
2871]
2872
2873[[package]]
2874name = "clru"
2875version = "0.6.2"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2878
2879[[package]]
2880name = "cmake"
2881version = "0.1.54"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
2884dependencies = [
2885 "cc",
2886]
2887
2888[[package]]
2889name = "cobs"
2890version = "0.2.3"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2893
2894[[package]]
2895name = "cocoa"
2896version = "0.25.0"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2899dependencies = [
2900 "bitflags 1.3.2",
2901 "block",
2902 "cocoa-foundation 0.1.2",
2903 "core-foundation 0.9.4",
2904 "core-graphics 0.23.2",
2905 "foreign-types 0.5.0",
2906 "libc",
2907 "objc",
2908]
2909
2910[[package]]
2911name = "cocoa"
2912version = "0.26.0"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2915dependencies = [
2916 "bitflags 2.9.0",
2917 "block",
2918 "cocoa-foundation 0.2.0",
2919 "core-foundation 0.10.0",
2920 "core-graphics 0.24.0",
2921 "foreign-types 0.5.0",
2922 "libc",
2923 "objc",
2924]
2925
2926[[package]]
2927name = "cocoa-foundation"
2928version = "0.1.2"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2931dependencies = [
2932 "bitflags 1.3.2",
2933 "block",
2934 "core-foundation 0.9.4",
2935 "core-graphics-types 0.1.3",
2936 "libc",
2937 "objc",
2938]
2939
2940[[package]]
2941name = "cocoa-foundation"
2942version = "0.2.0"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2945dependencies = [
2946 "bitflags 2.9.0",
2947 "block",
2948 "core-foundation 0.10.0",
2949 "core-graphics-types 0.2.0",
2950 "libc",
2951 "objc",
2952]
2953
2954[[package]]
2955name = "codespan-reporting"
2956version = "0.11.1"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2959dependencies = [
2960 "termcolor",
2961 "unicode-width 0.1.14",
2962]
2963
2964[[package]]
2965name = "codespan-reporting"
2966version = "0.12.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
2969dependencies = [
2970 "serde",
2971 "termcolor",
2972 "unicode-width 0.2.0",
2973]
2974
2975[[package]]
2976name = "collab"
2977version = "0.44.0"
2978dependencies = [
2979 "anyhow",
2980 "assistant_context_editor",
2981 "assistant_settings",
2982 "assistant_slash_command",
2983 "assistant_tool",
2984 "async-stripe",
2985 "async-trait",
2986 "async-tungstenite",
2987 "audio",
2988 "aws-config",
2989 "aws-sdk-kinesis",
2990 "aws-sdk-s3",
2991 "axum",
2992 "axum-extra",
2993 "base64 0.22.1",
2994 "buffer_diff",
2995 "call",
2996 "channel",
2997 "chrono",
2998 "client",
2999 "clock",
3000 "collab_ui",
3001 "collections",
3002 "command_palette_hooks",
3003 "context_server",
3004 "ctor",
3005 "dap",
3006 "dap_adapters",
3007 "dashmap 6.1.0",
3008 "debugger_ui",
3009 "derive_more",
3010 "editor",
3011 "env_logger 0.11.8",
3012 "envy",
3013 "extension",
3014 "file_finder",
3015 "fs",
3016 "futures 0.3.31",
3017 "git",
3018 "git_hosting_providers",
3019 "git_ui",
3020 "gpui",
3021 "gpui_tokio",
3022 "hex",
3023 "http_client",
3024 "hyper 0.14.32",
3025 "indoc",
3026 "jsonwebtoken",
3027 "language",
3028 "language_model",
3029 "livekit_api",
3030 "livekit_client",
3031 "log",
3032 "lsp",
3033 "menu",
3034 "multi_buffer",
3035 "nanoid",
3036 "node_runtime",
3037 "notifications",
3038 "parking_lot",
3039 "pretty_assertions",
3040 "project",
3041 "prometheus",
3042 "prompt_store",
3043 "prost 0.9.0",
3044 "rand 0.8.5",
3045 "recent_projects",
3046 "release_channel",
3047 "remote",
3048 "remote_server",
3049 "reqwest 0.11.27",
3050 "reqwest_client",
3051 "rpc",
3052 "rustc-demangle",
3053 "scrypt",
3054 "sea-orm",
3055 "semantic_version",
3056 "semver",
3057 "serde",
3058 "serde_derive",
3059 "serde_json",
3060 "session",
3061 "settings",
3062 "sha2",
3063 "sqlx",
3064 "strum 0.27.1",
3065 "subtle",
3066 "supermaven_api",
3067 "task",
3068 "telemetry_events",
3069 "text",
3070 "theme",
3071 "thiserror 2.0.12",
3072 "time",
3073 "tokio",
3074 "toml 0.8.20",
3075 "tower 0.4.13",
3076 "tower-http 0.4.4",
3077 "tracing",
3078 "tracing-subscriber",
3079 "unindent",
3080 "util",
3081 "uuid",
3082 "workspace",
3083 "workspace-hack",
3084 "worktree",
3085 "zed_llm_client",
3086]
3087
3088[[package]]
3089name = "collab_ui"
3090version = "0.1.0"
3091dependencies = [
3092 "anyhow",
3093 "call",
3094 "channel",
3095 "chrono",
3096 "client",
3097 "collections",
3098 "db",
3099 "editor",
3100 "emojis",
3101 "futures 0.3.31",
3102 "fuzzy",
3103 "gpui",
3104 "http_client",
3105 "language",
3106 "log",
3107 "menu",
3108 "notifications",
3109 "picker",
3110 "pretty_assertions",
3111 "project",
3112 "release_channel",
3113 "rich_text",
3114 "rpc",
3115 "schemars",
3116 "serde",
3117 "serde_derive",
3118 "serde_json",
3119 "settings",
3120 "smallvec",
3121 "story",
3122 "telemetry",
3123 "theme",
3124 "time",
3125 "time_format",
3126 "title_bar",
3127 "tree-sitter-md",
3128 "ui",
3129 "util",
3130 "workspace",
3131 "workspace-hack",
3132]
3133
3134[[package]]
3135name = "collections"
3136version = "0.1.0"
3137dependencies = [
3138 "indexmap",
3139 "rustc-hash 2.1.1",
3140 "workspace-hack",
3141]
3142
3143[[package]]
3144name = "color_quant"
3145version = "1.1.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3148
3149[[package]]
3150name = "colorchoice"
3151version = "1.0.3"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3154
3155[[package]]
3156name = "combine"
3157version = "4.6.7"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3160dependencies = [
3161 "bytes 1.10.1",
3162 "memchr",
3163]
3164
3165[[package]]
3166name = "command_palette"
3167version = "0.1.0"
3168dependencies = [
3169 "anyhow",
3170 "client",
3171 "collections",
3172 "command_palette_hooks",
3173 "ctor",
3174 "db",
3175 "editor",
3176 "env_logger 0.11.8",
3177 "fuzzy",
3178 "go_to_line",
3179 "gpui",
3180 "language",
3181 "log",
3182 "menu",
3183 "picker",
3184 "postage",
3185 "project",
3186 "serde",
3187 "serde_json",
3188 "settings",
3189 "telemetry",
3190 "theme",
3191 "time",
3192 "ui",
3193 "util",
3194 "workspace",
3195 "workspace-hack",
3196 "zed_actions",
3197]
3198
3199[[package]]
3200name = "command_palette_hooks"
3201version = "0.1.0"
3202dependencies = [
3203 "collections",
3204 "derive_more",
3205 "gpui",
3206 "workspace-hack",
3207]
3208
3209[[package]]
3210name = "component"
3211version = "0.1.0"
3212dependencies = [
3213 "collections",
3214 "gpui",
3215 "inventory",
3216 "parking_lot",
3217 "strum 0.27.1",
3218 "theme",
3219 "workspace-hack",
3220]
3221
3222[[package]]
3223name = "concurrent-queue"
3224version = "2.5.0"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3227dependencies = [
3228 "crossbeam-utils",
3229]
3230
3231[[package]]
3232name = "console"
3233version = "0.15.11"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3236dependencies = [
3237 "encode_unicode",
3238 "libc",
3239 "once_cell",
3240 "unicode-width 0.2.0",
3241 "windows-sys 0.59.0",
3242]
3243
3244[[package]]
3245name = "const-oid"
3246version = "0.9.6"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3249
3250[[package]]
3251name = "const-random"
3252version = "0.1.18"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3255dependencies = [
3256 "const-random-macro",
3257]
3258
3259[[package]]
3260name = "const-random-macro"
3261version = "0.1.16"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3264dependencies = [
3265 "getrandom 0.2.15",
3266 "once_cell",
3267 "tiny-keccak",
3268]
3269
3270[[package]]
3271name = "constant_time_eq"
3272version = "0.1.5"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3275
3276[[package]]
3277name = "constant_time_eq"
3278version = "0.3.1"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3281
3282[[package]]
3283name = "context_server"
3284version = "0.1.0"
3285dependencies = [
3286 "anyhow",
3287 "async-trait",
3288 "collections",
3289 "futures 0.3.31",
3290 "gpui",
3291 "log",
3292 "parking_lot",
3293 "postage",
3294 "schemars",
3295 "serde",
3296 "serde_json",
3297 "smol",
3298 "url",
3299 "util",
3300 "workspace-hack",
3301]
3302
3303[[package]]
3304name = "convert_case"
3305version = "0.4.0"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3308
3309[[package]]
3310name = "convert_case"
3311version = "0.6.0"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3314dependencies = [
3315 "unicode-segmentation",
3316]
3317
3318[[package]]
3319name = "convert_case"
3320version = "0.8.0"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3323dependencies = [
3324 "unicode-segmentation",
3325]
3326
3327[[package]]
3328name = "copilot"
3329version = "0.1.0"
3330dependencies = [
3331 "anyhow",
3332 "async-std",
3333 "chrono",
3334 "client",
3335 "clock",
3336 "collections",
3337 "command_palette_hooks",
3338 "ctor",
3339 "editor",
3340 "env_logger 0.11.8",
3341 "fs",
3342 "futures 0.3.31",
3343 "gpui",
3344 "http_client",
3345 "indoc",
3346 "inline_completion",
3347 "itertools 0.14.0",
3348 "language",
3349 "log",
3350 "lsp",
3351 "menu",
3352 "node_runtime",
3353 "parking_lot",
3354 "paths",
3355 "project",
3356 "rpc",
3357 "serde",
3358 "serde_json",
3359 "settings",
3360 "task",
3361 "theme",
3362 "ui",
3363 "util",
3364 "workspace",
3365 "workspace-hack",
3366]
3367
3368[[package]]
3369name = "core-foundation"
3370version = "0.9.4"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3373dependencies = [
3374 "core-foundation-sys",
3375 "libc",
3376]
3377
3378[[package]]
3379name = "core-foundation"
3380version = "0.10.0"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3383dependencies = [
3384 "core-foundation-sys",
3385 "libc",
3386]
3387
3388[[package]]
3389name = "core-foundation-sys"
3390version = "0.8.7"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3393
3394[[package]]
3395name = "core-graphics"
3396version = "0.23.2"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3399dependencies = [
3400 "bitflags 1.3.2",
3401 "core-foundation 0.9.4",
3402 "core-graphics-types 0.1.3",
3403 "foreign-types 0.5.0",
3404 "libc",
3405]
3406
3407[[package]]
3408name = "core-graphics"
3409version = "0.24.0"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3412dependencies = [
3413 "bitflags 2.9.0",
3414 "core-foundation 0.10.0",
3415 "core-graphics-types 0.2.0",
3416 "foreign-types 0.5.0",
3417 "libc",
3418]
3419
3420[[package]]
3421name = "core-graphics-helmer-fork"
3422version = "0.24.0"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3425dependencies = [
3426 "bitflags 2.9.0",
3427 "core-foundation 0.9.4",
3428 "core-graphics-types 0.1.3",
3429 "foreign-types 0.5.0",
3430 "libc",
3431]
3432
3433[[package]]
3434name = "core-graphics-types"
3435version = "0.1.3"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3438dependencies = [
3439 "bitflags 1.3.2",
3440 "core-foundation 0.9.4",
3441 "libc",
3442]
3443
3444[[package]]
3445name = "core-graphics-types"
3446version = "0.2.0"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3449dependencies = [
3450 "bitflags 2.9.0",
3451 "core-foundation 0.10.0",
3452 "libc",
3453]
3454
3455[[package]]
3456name = "core-graphics2"
3457version = "0.4.1"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3460dependencies = [
3461 "bitflags 2.9.0",
3462 "block",
3463 "cfg-if",
3464 "core-foundation 0.10.0",
3465 "libc",
3466]
3467
3468[[package]]
3469name = "core-services"
3470version = "0.2.1"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3473dependencies = [
3474 "core-foundation 0.9.4",
3475]
3476
3477[[package]]
3478name = "core-text"
3479version = "21.0.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3482dependencies = [
3483 "core-foundation 0.10.0",
3484 "core-graphics 0.24.0",
3485 "foreign-types 0.5.0",
3486 "libc",
3487]
3488
3489[[package]]
3490name = "core-video"
3491version = "0.4.3"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3494dependencies = [
3495 "block",
3496 "core-foundation 0.10.0",
3497 "core-graphics2",
3498 "io-surface",
3499 "libc",
3500 "metal",
3501]
3502
3503[[package]]
3504name = "core_maths"
3505version = "0.1.1"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3508dependencies = [
3509 "libm",
3510]
3511
3512[[package]]
3513name = "coreaudio-rs"
3514version = "0.11.3"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3517dependencies = [
3518 "bitflags 1.3.2",
3519 "core-foundation-sys",
3520 "coreaudio-sys",
3521]
3522
3523[[package]]
3524name = "coreaudio-rs"
3525version = "0.12.1"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3528dependencies = [
3529 "bitflags 1.3.2",
3530 "core-foundation-sys",
3531 "coreaudio-sys",
3532]
3533
3534[[package]]
3535name = "coreaudio-sys"
3536version = "0.2.16"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3539dependencies = [
3540 "bindgen 0.70.1",
3541]
3542
3543[[package]]
3544name = "cosmic-text"
3545version = "0.14.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3548dependencies = [
3549 "bitflags 2.9.0",
3550 "fontdb 0.16.2",
3551 "log",
3552 "rangemap",
3553 "rustc-hash 1.1.0",
3554 "rustybuzz 0.14.1",
3555 "self_cell",
3556 "smol_str 0.2.2",
3557 "swash",
3558 "sys-locale",
3559 "ttf-parser 0.21.1",
3560 "unicode-bidi",
3561 "unicode-linebreak",
3562 "unicode-script",
3563 "unicode-segmentation",
3564]
3565
3566[[package]]
3567name = "cpal"
3568version = "0.15.3"
3569source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3570dependencies = [
3571 "alsa",
3572 "core-foundation-sys",
3573 "coreaudio-rs 0.11.3",
3574 "dasp_sample",
3575 "jni",
3576 "js-sys",
3577 "libc",
3578 "mach2",
3579 "ndk",
3580 "ndk-context",
3581 "oboe",
3582 "wasm-bindgen",
3583 "wasm-bindgen-futures",
3584 "web-sys",
3585 "windows 0.54.0",
3586]
3587
3588[[package]]
3589name = "cpp_demangle"
3590version = "0.4.4"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3593dependencies = [
3594 "cfg-if",
3595]
3596
3597[[package]]
3598name = "cpufeatures"
3599version = "0.2.17"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3602dependencies = [
3603 "libc",
3604]
3605
3606[[package]]
3607name = "cranelift-bforest"
3608version = "0.116.1"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3611dependencies = [
3612 "cranelift-entity",
3613]
3614
3615[[package]]
3616name = "cranelift-bitset"
3617version = "0.116.1"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3620dependencies = [
3621 "serde",
3622 "serde_derive",
3623]
3624
3625[[package]]
3626name = "cranelift-codegen"
3627version = "0.116.1"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3630dependencies = [
3631 "bumpalo",
3632 "cranelift-bforest",
3633 "cranelift-bitset",
3634 "cranelift-codegen-meta",
3635 "cranelift-codegen-shared",
3636 "cranelift-control",
3637 "cranelift-entity",
3638 "cranelift-isle",
3639 "gimli",
3640 "hashbrown 0.14.5",
3641 "log",
3642 "postcard",
3643 "regalloc2",
3644 "rustc-hash 2.1.1",
3645 "serde",
3646 "serde_derive",
3647 "sha2",
3648 "smallvec",
3649 "target-lexicon 0.13.2",
3650]
3651
3652[[package]]
3653name = "cranelift-codegen-meta"
3654version = "0.116.1"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3657dependencies = [
3658 "cranelift-codegen-shared",
3659]
3660
3661[[package]]
3662name = "cranelift-codegen-shared"
3663version = "0.116.1"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3666
3667[[package]]
3668name = "cranelift-control"
3669version = "0.116.1"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3672dependencies = [
3673 "arbitrary",
3674]
3675
3676[[package]]
3677name = "cranelift-entity"
3678version = "0.116.1"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3681dependencies = [
3682 "cranelift-bitset",
3683 "serde",
3684 "serde_derive",
3685]
3686
3687[[package]]
3688name = "cranelift-frontend"
3689version = "0.116.1"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3692dependencies = [
3693 "cranelift-codegen",
3694 "log",
3695 "smallvec",
3696 "target-lexicon 0.13.2",
3697]
3698
3699[[package]]
3700name = "cranelift-isle"
3701version = "0.116.1"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3704
3705[[package]]
3706name = "cranelift-native"
3707version = "0.116.1"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3710dependencies = [
3711 "cranelift-codegen",
3712 "libc",
3713 "target-lexicon 0.13.2",
3714]
3715
3716[[package]]
3717name = "crc"
3718version = "3.2.1"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3721dependencies = [
3722 "crc-catalog",
3723]
3724
3725[[package]]
3726name = "crc-catalog"
3727version = "2.4.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3730
3731[[package]]
3732name = "crc32c"
3733version = "0.6.8"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3736dependencies = [
3737 "rustc_version",
3738]
3739
3740[[package]]
3741name = "crc32fast"
3742version = "1.4.2"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3745dependencies = [
3746 "cfg-if",
3747]
3748
3749[[package]]
3750name = "crc64fast-nvme"
3751version = "1.2.0"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3754dependencies = [
3755 "crc",
3756]
3757
3758[[package]]
3759name = "credentials_provider"
3760version = "0.1.0"
3761dependencies = [
3762 "anyhow",
3763 "futures 0.3.31",
3764 "gpui",
3765 "paths",
3766 "release_channel",
3767 "serde",
3768 "serde_json",
3769 "workspace-hack",
3770]
3771
3772[[package]]
3773name = "criterion"
3774version = "0.5.1"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3777dependencies = [
3778 "anes",
3779 "cast",
3780 "ciborium",
3781 "clap",
3782 "criterion-plot",
3783 "is-terminal",
3784 "itertools 0.10.5",
3785 "num-traits",
3786 "once_cell",
3787 "oorandom",
3788 "plotters",
3789 "rayon",
3790 "regex",
3791 "serde",
3792 "serde_derive",
3793 "serde_json",
3794 "tinytemplate",
3795 "walkdir",
3796]
3797
3798[[package]]
3799name = "criterion-plot"
3800version = "0.5.0"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3803dependencies = [
3804 "cast",
3805 "itertools 0.10.5",
3806]
3807
3808[[package]]
3809name = "crossbeam-channel"
3810version = "0.5.15"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3813dependencies = [
3814 "crossbeam-utils",
3815]
3816
3817[[package]]
3818name = "crossbeam-deque"
3819version = "0.8.6"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3822dependencies = [
3823 "crossbeam-epoch",
3824 "crossbeam-utils",
3825]
3826
3827[[package]]
3828name = "crossbeam-epoch"
3829version = "0.9.18"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3832dependencies = [
3833 "crossbeam-utils",
3834]
3835
3836[[package]]
3837name = "crossbeam-queue"
3838version = "0.3.12"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3841dependencies = [
3842 "crossbeam-utils",
3843]
3844
3845[[package]]
3846name = "crossbeam-utils"
3847version = "0.8.21"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3850
3851[[package]]
3852name = "crunchy"
3853version = "0.2.3"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3856
3857[[package]]
3858name = "crypto-bigint"
3859version = "0.4.9"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3862dependencies = [
3863 "generic-array",
3864 "rand_core 0.6.4",
3865 "subtle",
3866 "zeroize",
3867]
3868
3869[[package]]
3870name = "crypto-bigint"
3871version = "0.5.5"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3874dependencies = [
3875 "rand_core 0.6.4",
3876 "subtle",
3877]
3878
3879[[package]]
3880name = "crypto-common"
3881version = "0.1.6"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3884dependencies = [
3885 "generic-array",
3886 "rand_core 0.6.4",
3887 "typenum",
3888]
3889
3890[[package]]
3891name = "cssparser"
3892version = "0.35.0"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3895dependencies = [
3896 "cssparser-macros",
3897 "dtoa-short",
3898 "itoa",
3899 "phf",
3900 "smallvec",
3901]
3902
3903[[package]]
3904name = "cssparser-macros"
3905version = "0.6.1"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3908dependencies = [
3909 "quote",
3910 "syn 2.0.101",
3911]
3912
3913[[package]]
3914name = "ctor"
3915version = "0.4.2"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3918dependencies = [
3919 "ctor-proc-macro",
3920 "dtor",
3921]
3922
3923[[package]]
3924name = "ctor-proc-macro"
3925version = "0.0.5"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3928
3929[[package]]
3930name = "ctrlc"
3931version = "3.4.6"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3934dependencies = [
3935 "nix 0.29.0",
3936 "windows-sys 0.59.0",
3937]
3938
3939[[package]]
3940name = "cursor-icon"
3941version = "1.1.0"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3944
3945[[package]]
3946name = "cxx"
3947version = "1.0.157"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3950dependencies = [
3951 "cc",
3952 "cxxbridge-cmd",
3953 "cxxbridge-flags",
3954 "cxxbridge-macro",
3955 "foldhash",
3956 "link-cplusplus",
3957]
3958
3959[[package]]
3960name = "cxx-build"
3961version = "1.0.157"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3964dependencies = [
3965 "cc",
3966 "codespan-reporting 0.12.0",
3967 "proc-macro2",
3968 "quote",
3969 "scratch",
3970 "syn 2.0.101",
3971]
3972
3973[[package]]
3974name = "cxxbridge-cmd"
3975version = "1.0.157"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3978dependencies = [
3979 "clap",
3980 "codespan-reporting 0.12.0",
3981 "proc-macro2",
3982 "quote",
3983 "syn 2.0.101",
3984]
3985
3986[[package]]
3987name = "cxxbridge-flags"
3988version = "1.0.157"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3991
3992[[package]]
3993name = "cxxbridge-macro"
3994version = "1.0.157"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3997dependencies = [
3998 "proc-macro2",
3999 "quote",
4000 "rustversion",
4001 "syn 2.0.101",
4002]
4003
4004[[package]]
4005name = "dap"
4006version = "0.1.0"
4007dependencies = [
4008 "anyhow",
4009 "async-compression",
4010 "async-pipe",
4011 "async-tar",
4012 "async-trait",
4013 "client",
4014 "collections",
4015 "dap-types",
4016 "env_logger 0.11.8",
4017 "fs",
4018 "futures 0.3.31",
4019 "gpui",
4020 "http_client",
4021 "language",
4022 "log",
4023 "node_runtime",
4024 "parking_lot",
4025 "paths",
4026 "proto",
4027 "schemars",
4028 "serde",
4029 "serde_json",
4030 "settings",
4031 "smallvec",
4032 "smol",
4033 "task",
4034 "telemetry",
4035 "util",
4036 "workspace-hack",
4037]
4038
4039[[package]]
4040name = "dap-types"
4041version = "0.0.1"
4042source = "git+https://github.com/zed-industries/dap-types?rev=68516de327fa1be15214133a0a2e52a12982ce75#68516de327fa1be15214133a0a2e52a12982ce75"
4043dependencies = [
4044 "schemars",
4045 "serde",
4046 "serde_json",
4047]
4048
4049[[package]]
4050name = "dap_adapters"
4051version = "0.1.0"
4052dependencies = [
4053 "anyhow",
4054 "async-trait",
4055 "dap",
4056 "futures 0.3.31",
4057 "gpui",
4058 "json_dotpath",
4059 "language",
4060 "paths",
4061 "serde",
4062 "serde_json",
4063 "smol",
4064 "task",
4065 "util",
4066 "workspace-hack",
4067]
4068
4069[[package]]
4070name = "darling"
4071version = "0.20.11"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4074dependencies = [
4075 "darling_core",
4076 "darling_macro",
4077]
4078
4079[[package]]
4080name = "darling_core"
4081version = "0.20.11"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4084dependencies = [
4085 "fnv",
4086 "ident_case",
4087 "proc-macro2",
4088 "quote",
4089 "strsim",
4090 "syn 2.0.101",
4091]
4092
4093[[package]]
4094name = "darling_macro"
4095version = "0.20.11"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4098dependencies = [
4099 "darling_core",
4100 "quote",
4101 "syn 2.0.101",
4102]
4103
4104[[package]]
4105name = "dashmap"
4106version = "5.5.3"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4109dependencies = [
4110 "cfg-if",
4111 "hashbrown 0.14.5",
4112 "lock_api",
4113 "once_cell",
4114 "parking_lot_core",
4115]
4116
4117[[package]]
4118name = "dashmap"
4119version = "6.1.0"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4122dependencies = [
4123 "cfg-if",
4124 "crossbeam-utils",
4125 "hashbrown 0.14.5",
4126 "lock_api",
4127 "once_cell",
4128 "parking_lot_core",
4129]
4130
4131[[package]]
4132name = "dasp_sample"
4133version = "0.11.0"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4136
4137[[package]]
4138name = "data-encoding"
4139version = "2.9.0"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4142
4143[[package]]
4144name = "data-url"
4145version = "0.3.1"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4148
4149[[package]]
4150name = "db"
4151version = "0.1.0"
4152dependencies = [
4153 "anyhow",
4154 "gpui",
4155 "indoc",
4156 "log",
4157 "paths",
4158 "release_channel",
4159 "smol",
4160 "sqlez",
4161 "sqlez_macros",
4162 "tempfile",
4163 "util",
4164 "workspace-hack",
4165]
4166
4167[[package]]
4168name = "dbus"
4169version = "0.9.7"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4172dependencies = [
4173 "libc",
4174 "libdbus-sys",
4175 "winapi",
4176]
4177
4178[[package]]
4179name = "debug_adapter_extension"
4180version = "0.1.0"
4181dependencies = [
4182 "anyhow",
4183 "async-trait",
4184 "dap",
4185 "extension",
4186 "gpui",
4187 "serde_json",
4188 "task",
4189 "workspace-hack",
4190]
4191
4192[[package]]
4193name = "debugger_tools"
4194version = "0.1.0"
4195dependencies = [
4196 "anyhow",
4197 "dap",
4198 "editor",
4199 "futures 0.3.31",
4200 "gpui",
4201 "project",
4202 "serde_json",
4203 "settings",
4204 "smol",
4205 "util",
4206 "workspace",
4207 "workspace-hack",
4208]
4209
4210[[package]]
4211name = "debugger_ui"
4212version = "0.1.0"
4213dependencies = [
4214 "anyhow",
4215 "client",
4216 "collections",
4217 "command_palette_hooks",
4218 "dap",
4219 "dap_adapters",
4220 "db",
4221 "debugger_tools",
4222 "editor",
4223 "env_logger 0.11.8",
4224 "feature_flags",
4225 "file_icons",
4226 "futures 0.3.31",
4227 "fuzzy",
4228 "gpui",
4229 "language",
4230 "log",
4231 "menu",
4232 "parking_lot",
4233 "paths",
4234 "picker",
4235 "pretty_assertions",
4236 "project",
4237 "rpc",
4238 "serde",
4239 "serde_json",
4240 "settings",
4241 "shlex",
4242 "sysinfo",
4243 "task",
4244 "tasks_ui",
4245 "terminal_view",
4246 "theme",
4247 "ui",
4248 "unindent",
4249 "util",
4250 "workspace",
4251 "workspace-hack",
4252]
4253
4254[[package]]
4255name = "deepseek"
4256version = "0.1.0"
4257dependencies = [
4258 "anyhow",
4259 "futures 0.3.31",
4260 "http_client",
4261 "schemars",
4262 "serde",
4263 "serde_json",
4264 "workspace-hack",
4265]
4266
4267[[package]]
4268name = "deflate64"
4269version = "0.1.9"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4272
4273[[package]]
4274name = "der"
4275version = "0.6.1"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4278dependencies = [
4279 "const-oid",
4280 "zeroize",
4281]
4282
4283[[package]]
4284name = "der"
4285version = "0.7.10"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4288dependencies = [
4289 "const-oid",
4290 "pem-rfc7468",
4291 "zeroize",
4292]
4293
4294[[package]]
4295name = "deranged"
4296version = "0.4.0"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4299dependencies = [
4300 "powerfmt",
4301 "serde",
4302]
4303
4304[[package]]
4305name = "derive_builder"
4306version = "0.20.2"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4309dependencies = [
4310 "derive_builder_macro",
4311]
4312
4313[[package]]
4314name = "derive_builder_core"
4315version = "0.20.2"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4318dependencies = [
4319 "darling",
4320 "proc-macro2",
4321 "quote",
4322 "syn 2.0.101",
4323]
4324
4325[[package]]
4326name = "derive_builder_macro"
4327version = "0.20.2"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4330dependencies = [
4331 "derive_builder_core",
4332 "syn 2.0.101",
4333]
4334
4335[[package]]
4336name = "derive_more"
4337version = "0.99.19"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4340dependencies = [
4341 "convert_case 0.4.0",
4342 "proc-macro2",
4343 "quote",
4344 "rustc_version",
4345 "syn 2.0.101",
4346]
4347
4348[[package]]
4349name = "derive_refineable"
4350version = "0.1.0"
4351dependencies = [
4352 "proc-macro2",
4353 "quote",
4354 "syn 2.0.101",
4355 "workspace-hack",
4356]
4357
4358[[package]]
4359name = "diagnostics"
4360version = "0.1.0"
4361dependencies = [
4362 "anyhow",
4363 "client",
4364 "collections",
4365 "component",
4366 "ctor",
4367 "editor",
4368 "env_logger 0.11.8",
4369 "futures 0.3.31",
4370 "gpui",
4371 "indoc",
4372 "language",
4373 "log",
4374 "lsp",
4375 "markdown",
4376 "pretty_assertions",
4377 "project",
4378 "rand 0.8.5",
4379 "serde",
4380 "serde_json",
4381 "settings",
4382 "text",
4383 "theme",
4384 "ui",
4385 "unindent",
4386 "util",
4387 "workspace",
4388 "workspace-hack",
4389]
4390
4391[[package]]
4392name = "dialoguer"
4393version = "0.11.0"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4396dependencies = [
4397 "console",
4398 "fuzzy-matcher",
4399 "shell-words",
4400 "tempfile",
4401 "thiserror 1.0.69",
4402 "zeroize",
4403]
4404
4405[[package]]
4406name = "diff"
4407version = "0.1.13"
4408source = "registry+https://github.com/rust-lang/crates.io-index"
4409checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4410
4411[[package]]
4412name = "diffy"
4413version = "0.4.2"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4416dependencies = [
4417 "nu-ansi-term 0.50.1",
4418]
4419
4420[[package]]
4421name = "digest"
4422version = "0.10.7"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4425dependencies = [
4426 "block-buffer",
4427 "const-oid",
4428 "crypto-common",
4429 "subtle",
4430]
4431
4432[[package]]
4433name = "dirs"
4434version = "4.0.0"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4437dependencies = [
4438 "dirs-sys 0.3.7",
4439]
4440
4441[[package]]
4442name = "dirs"
4443version = "5.0.1"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4446dependencies = [
4447 "dirs-sys 0.4.1",
4448]
4449
4450[[package]]
4451name = "dirs"
4452version = "6.0.0"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4455dependencies = [
4456 "dirs-sys 0.5.0",
4457]
4458
4459[[package]]
4460name = "dirs-sys"
4461version = "0.3.7"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4464dependencies = [
4465 "libc",
4466 "redox_users 0.4.6",
4467 "winapi",
4468]
4469
4470[[package]]
4471name = "dirs-sys"
4472version = "0.4.1"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4475dependencies = [
4476 "libc",
4477 "option-ext",
4478 "redox_users 0.4.6",
4479 "windows-sys 0.48.0",
4480]
4481
4482[[package]]
4483name = "dirs-sys"
4484version = "0.5.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4487dependencies = [
4488 "libc",
4489 "option-ext",
4490 "redox_users 0.5.0",
4491 "windows-sys 0.59.0",
4492]
4493
4494[[package]]
4495name = "dispatch"
4496version = "0.2.0"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4499
4500[[package]]
4501name = "dispatch2"
4502version = "0.3.0"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4505dependencies = [
4506 "bitflags 2.9.0",
4507 "objc2",
4508]
4509
4510[[package]]
4511name = "displaydoc"
4512version = "0.2.5"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4515dependencies = [
4516 "proc-macro2",
4517 "quote",
4518 "syn 2.0.101",
4519]
4520
4521[[package]]
4522name = "dlib"
4523version = "0.5.2"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4526dependencies = [
4527 "libloading",
4528]
4529
4530[[package]]
4531name = "docs_preprocessor"
4532version = "0.1.0"
4533dependencies = [
4534 "anyhow",
4535 "clap",
4536 "mdbook",
4537 "regex",
4538 "serde",
4539 "serde_json",
4540 "settings",
4541 "util",
4542 "workspace-hack",
4543]
4544
4545[[package]]
4546name = "documented"
4547version = "0.9.1"
4548source = "registry+https://github.com/rust-lang/crates.io-index"
4549checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4550dependencies = [
4551 "documented-macros",
4552 "phf",
4553 "thiserror 1.0.69",
4554]
4555
4556[[package]]
4557name = "documented-macros"
4558version = "0.9.1"
4559source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4561dependencies = [
4562 "convert_case 0.6.0",
4563 "itertools 0.13.0",
4564 "optfield",
4565 "proc-macro2",
4566 "quote",
4567 "strum 0.26.3",
4568 "syn 2.0.101",
4569]
4570
4571[[package]]
4572name = "dotenv"
4573version = "0.15.0"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4576
4577[[package]]
4578name = "dotenvy"
4579version = "0.15.7"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4582
4583[[package]]
4584name = "downcast-rs"
4585version = "1.2.1"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4588
4589[[package]]
4590name = "doxygen-rs"
4591version = "0.4.2"
4592source = "registry+https://github.com/rust-lang/crates.io-index"
4593checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4594dependencies = [
4595 "phf",
4596]
4597
4598[[package]]
4599name = "dtoa"
4600version = "1.0.10"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4603
4604[[package]]
4605name = "dtoa-short"
4606version = "0.3.5"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4609dependencies = [
4610 "dtoa",
4611]
4612
4613[[package]]
4614name = "dtor"
4615version = "0.0.6"
4616source = "registry+https://github.com/rust-lang/crates.io-index"
4617checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4618dependencies = [
4619 "dtor-proc-macro",
4620]
4621
4622[[package]]
4623name = "dtor-proc-macro"
4624version = "0.0.5"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4627
4628[[package]]
4629name = "dunce"
4630version = "1.0.5"
4631source = "registry+https://github.com/rust-lang/crates.io-index"
4632checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4633
4634[[package]]
4635name = "dwrote"
4636version = "0.11.3"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4639dependencies = [
4640 "lazy_static",
4641 "libc",
4642 "winapi",
4643 "wio",
4644]
4645
4646[[package]]
4647name = "dyn-clone"
4648version = "1.0.19"
4649source = "registry+https://github.com/rust-lang/crates.io-index"
4650checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4651
4652[[package]]
4653name = "ec4rs"
4654version = "1.2.0"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4657
4658[[package]]
4659name = "ecdsa"
4660version = "0.14.8"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4663dependencies = [
4664 "der 0.6.1",
4665 "elliptic-curve",
4666 "rfc6979",
4667 "signature 1.6.4",
4668]
4669
4670[[package]]
4671name = "editor"
4672version = "0.1.0"
4673dependencies = [
4674 "aho-corasick",
4675 "anyhow",
4676 "assets",
4677 "buffer_diff",
4678 "client",
4679 "clock",
4680 "collections",
4681 "command_palette_hooks",
4682 "convert_case 0.8.0",
4683 "ctor",
4684 "dap",
4685 "db",
4686 "emojis",
4687 "env_logger 0.11.8",
4688 "feature_flags",
4689 "file_icons",
4690 "fs",
4691 "futures 0.3.31",
4692 "fuzzy",
4693 "git",
4694 "gpui",
4695 "http_client",
4696 "indoc",
4697 "inline_completion",
4698 "itertools 0.14.0",
4699 "language",
4700 "languages",
4701 "linkify",
4702 "log",
4703 "lsp",
4704 "markdown",
4705 "menu",
4706 "multi_buffer",
4707 "ordered-float 2.10.1",
4708 "parking_lot",
4709 "pretty_assertions",
4710 "project",
4711 "rand 0.8.5",
4712 "release_channel",
4713 "rpc",
4714 "schemars",
4715 "serde",
4716 "serde_json",
4717 "settings",
4718 "smallvec",
4719 "smol",
4720 "snippet",
4721 "sum_tree",
4722 "task",
4723 "telemetry",
4724 "tempfile",
4725 "text",
4726 "theme",
4727 "time",
4728 "tree-sitter-html",
4729 "tree-sitter-python",
4730 "tree-sitter-rust",
4731 "tree-sitter-typescript",
4732 "ui",
4733 "unicode-script",
4734 "unicode-segmentation",
4735 "unindent",
4736 "url",
4737 "util",
4738 "uuid",
4739 "workspace",
4740 "workspace-hack",
4741 "zed_actions",
4742]
4743
4744[[package]]
4745name = "either"
4746version = "1.15.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4749dependencies = [
4750 "serde",
4751]
4752
4753[[package]]
4754name = "elasticlunr-rs"
4755version = "3.0.2"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4758dependencies = [
4759 "regex",
4760 "serde",
4761 "serde_derive",
4762 "serde_json",
4763]
4764
4765[[package]]
4766name = "elliptic-curve"
4767version = "0.12.3"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4770dependencies = [
4771 "base16ct",
4772 "crypto-bigint 0.4.9",
4773 "der 0.6.1",
4774 "digest",
4775 "ff",
4776 "generic-array",
4777 "group",
4778 "pkcs8 0.9.0",
4779 "rand_core 0.6.4",
4780 "sec1",
4781 "subtle",
4782 "zeroize",
4783]
4784
4785[[package]]
4786name = "email_address"
4787version = "0.2.9"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4790dependencies = [
4791 "serde",
4792]
4793
4794[[package]]
4795name = "embed-resource"
4796version = "3.0.2"
4797source = "registry+https://github.com/rust-lang/crates.io-index"
4798checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4799dependencies = [
4800 "cc",
4801 "memchr",
4802 "rustc_version",
4803 "toml 0.8.20",
4804 "vswhom",
4805 "winreg 0.52.0",
4806]
4807
4808[[package]]
4809name = "embedded-io"
4810version = "0.4.0"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4813
4814[[package]]
4815name = "embedded-io"
4816version = "0.6.1"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4819
4820[[package]]
4821name = "emojis"
4822version = "0.6.4"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4825dependencies = [
4826 "phf",
4827]
4828
4829[[package]]
4830name = "encode_unicode"
4831version = "1.0.0"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4834
4835[[package]]
4836name = "encoding_rs"
4837version = "0.8.35"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4840dependencies = [
4841 "cfg-if",
4842]
4843
4844[[package]]
4845name = "endi"
4846version = "1.1.0"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4849
4850[[package]]
4851name = "enumflags2"
4852version = "0.7.11"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4855dependencies = [
4856 "enumflags2_derive",
4857 "serde",
4858]
4859
4860[[package]]
4861name = "enumflags2_derive"
4862version = "0.7.11"
4863source = "registry+https://github.com/rust-lang/crates.io-index"
4864checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4865dependencies = [
4866 "proc-macro2",
4867 "quote",
4868 "syn 2.0.101",
4869]
4870
4871[[package]]
4872name = "env_filter"
4873version = "0.1.3"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4876dependencies = [
4877 "log",
4878 "regex",
4879]
4880
4881[[package]]
4882name = "env_logger"
4883version = "0.10.2"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4886dependencies = [
4887 "humantime",
4888 "is-terminal",
4889 "log",
4890 "regex",
4891 "termcolor",
4892]
4893
4894[[package]]
4895name = "env_logger"
4896version = "0.11.8"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4899dependencies = [
4900 "anstream",
4901 "anstyle",
4902 "env_filter",
4903 "jiff",
4904 "log",
4905]
4906
4907[[package]]
4908name = "envy"
4909version = "0.4.2"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4912dependencies = [
4913 "serde",
4914]
4915
4916[[package]]
4917name = "equivalent"
4918version = "1.0.2"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4921
4922[[package]]
4923name = "erased-serde"
4924version = "0.4.6"
4925source = "registry+https://github.com/rust-lang/crates.io-index"
4926checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4927dependencies = [
4928 "serde",
4929 "typeid",
4930]
4931
4932[[package]]
4933name = "errno"
4934version = "0.2.8"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4937dependencies = [
4938 "errno-dragonfly",
4939 "libc",
4940 "winapi",
4941]
4942
4943[[package]]
4944name = "errno"
4945version = "0.3.11"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4948dependencies = [
4949 "libc",
4950 "windows-sys 0.59.0",
4951]
4952
4953[[package]]
4954name = "errno-dragonfly"
4955version = "0.1.2"
4956source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4958dependencies = [
4959 "cc",
4960 "libc",
4961]
4962
4963[[package]]
4964name = "etagere"
4965version = "0.2.15"
4966source = "registry+https://github.com/rust-lang/crates.io-index"
4967checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4968dependencies = [
4969 "euclid",
4970 "svg_fmt",
4971]
4972
4973[[package]]
4974name = "etcetera"
4975version = "0.8.0"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4978dependencies = [
4979 "cfg-if",
4980 "home",
4981 "windows-sys 0.48.0",
4982]
4983
4984[[package]]
4985name = "euclid"
4986version = "0.22.11"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4989dependencies = [
4990 "num-traits",
4991]
4992
4993[[package]]
4994name = "eval"
4995version = "0.1.0"
4996dependencies = [
4997 "agent",
4998 "anyhow",
4999 "assistant_settings",
5000 "assistant_tool",
5001 "assistant_tools",
5002 "async-trait",
5003 "async-watch",
5004 "buffer_diff",
5005 "chrono",
5006 "clap",
5007 "client",
5008 "collections",
5009 "debug_adapter_extension",
5010 "dirs 4.0.0",
5011 "dotenv",
5012 "env_logger 0.11.8",
5013 "extension",
5014 "fs",
5015 "futures 0.3.31",
5016 "gpui",
5017 "gpui_tokio",
5018 "handlebars 4.5.0",
5019 "language",
5020 "language_extension",
5021 "language_model",
5022 "language_models",
5023 "languages",
5024 "markdown",
5025 "node_runtime",
5026 "pathdiff",
5027 "paths",
5028 "pretty_assertions",
5029 "project",
5030 "prompt_store",
5031 "regex",
5032 "release_channel",
5033 "reqwest_client",
5034 "serde",
5035 "serde_json",
5036 "settings",
5037 "shellexpand 2.1.2",
5038 "smol",
5039 "telemetry",
5040 "terminal_view",
5041 "toml 0.8.20",
5042 "unindent",
5043 "util",
5044 "uuid",
5045 "workspace-hack",
5046]
5047
5048[[package]]
5049name = "event-listener"
5050version = "2.5.3"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5053
5054[[package]]
5055name = "event-listener"
5056version = "5.4.0"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5059dependencies = [
5060 "concurrent-queue",
5061 "parking",
5062 "pin-project-lite",
5063]
5064
5065[[package]]
5066name = "event-listener-strategy"
5067version = "0.5.4"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5070dependencies = [
5071 "event-listener 5.4.0",
5072 "pin-project-lite",
5073]
5074
5075[[package]]
5076name = "exec"
5077version = "0.3.1"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5080dependencies = [
5081 "errno 0.2.8",
5082 "libc",
5083]
5084
5085[[package]]
5086name = "exr"
5087version = "1.73.0"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5090dependencies = [
5091 "bit_field",
5092 "half",
5093 "lebe",
5094 "miniz_oxide",
5095 "rayon-core",
5096 "smallvec",
5097 "zune-inflate",
5098]
5099
5100[[package]]
5101name = "extension"
5102version = "0.1.0"
5103dependencies = [
5104 "anyhow",
5105 "async-compression",
5106 "async-tar",
5107 "async-trait",
5108 "collections",
5109 "dap",
5110 "fs",
5111 "futures 0.3.31",
5112 "gpui",
5113 "heck 0.5.0",
5114 "http_client",
5115 "language",
5116 "log",
5117 "lsp",
5118 "parking_lot",
5119 "semantic_version",
5120 "serde",
5121 "serde_json",
5122 "task",
5123 "toml 0.8.20",
5124 "util",
5125 "wasi-preview1-component-adapter-provider",
5126 "wasm-encoder 0.221.3",
5127 "wasmparser 0.221.3",
5128 "wit-component 0.221.3",
5129 "workspace-hack",
5130]
5131
5132[[package]]
5133name = "extension_cli"
5134version = "0.1.0"
5135dependencies = [
5136 "anyhow",
5137 "clap",
5138 "env_logger 0.11.8",
5139 "extension",
5140 "fs",
5141 "gpui",
5142 "language",
5143 "log",
5144 "reqwest_client",
5145 "rpc",
5146 "serde",
5147 "serde_json",
5148 "theme",
5149 "tokio",
5150 "toml 0.8.20",
5151 "tree-sitter",
5152 "wasmtime",
5153 "workspace-hack",
5154]
5155
5156[[package]]
5157name = "extension_host"
5158version = "0.1.0"
5159dependencies = [
5160 "anyhow",
5161 "async-compression",
5162 "async-tar",
5163 "async-trait",
5164 "client",
5165 "collections",
5166 "criterion",
5167 "ctor",
5168 "dap",
5169 "env_logger 0.11.8",
5170 "extension",
5171 "fs",
5172 "futures 0.3.31",
5173 "gpui",
5174 "http_client",
5175 "language",
5176 "language_extension",
5177 "log",
5178 "lsp",
5179 "moka",
5180 "node_runtime",
5181 "parking_lot",
5182 "paths",
5183 "project",
5184 "rand 0.8.5",
5185 "release_channel",
5186 "remote",
5187 "reqwest_client",
5188 "schemars",
5189 "semantic_version",
5190 "serde",
5191 "serde_json",
5192 "serde_json_lenient",
5193 "settings",
5194 "task",
5195 "telemetry",
5196 "tempfile",
5197 "theme",
5198 "theme_extension",
5199 "toml 0.8.20",
5200 "url",
5201 "util",
5202 "wasmparser 0.221.3",
5203 "wasmtime",
5204 "wasmtime-wasi",
5205 "workspace-hack",
5206]
5207
5208[[package]]
5209name = "extensions_ui"
5210version = "0.1.0"
5211dependencies = [
5212 "anyhow",
5213 "client",
5214 "collections",
5215 "db",
5216 "editor",
5217 "extension",
5218 "extension_host",
5219 "fs",
5220 "fuzzy",
5221 "gpui",
5222 "language",
5223 "log",
5224 "num-format",
5225 "picker",
5226 "project",
5227 "release_channel",
5228 "semantic_version",
5229 "serde",
5230 "settings",
5231 "smallvec",
5232 "strum 0.27.1",
5233 "telemetry",
5234 "theme",
5235 "ui",
5236 "util",
5237 "vim_mode_setting",
5238 "workspace",
5239 "workspace-hack",
5240 "zed_actions",
5241]
5242
5243[[package]]
5244name = "fallible-iterator"
5245version = "0.3.0"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5248
5249[[package]]
5250name = "fancy-regex"
5251version = "0.13.0"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5254dependencies = [
5255 "bit-set 0.5.3",
5256 "regex-automata 0.4.9",
5257 "regex-syntax 0.8.5",
5258]
5259
5260[[package]]
5261name = "fancy-regex"
5262version = "0.14.0"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5265dependencies = [
5266 "bit-set 0.8.0",
5267 "regex-automata 0.4.9",
5268 "regex-syntax 0.8.5",
5269]
5270
5271[[package]]
5272name = "fast-srgb8"
5273version = "1.0.0"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5276
5277[[package]]
5278name = "faster-hex"
5279version = "0.9.0"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5282dependencies = [
5283 "serde",
5284]
5285
5286[[package]]
5287name = "faster-hex"
5288version = "0.10.0"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5291dependencies = [
5292 "heapless",
5293 "serde",
5294]
5295
5296[[package]]
5297name = "fastrand"
5298version = "1.9.0"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5301dependencies = [
5302 "instant",
5303]
5304
5305[[package]]
5306name = "fastrand"
5307version = "2.3.0"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5310
5311[[package]]
5312name = "fd-lock"
5313version = "4.0.4"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5316dependencies = [
5317 "cfg-if",
5318 "rustix 1.0.7",
5319 "windows-sys 0.59.0",
5320]
5321
5322[[package]]
5323name = "fdeflate"
5324version = "0.3.7"
5325source = "registry+https://github.com/rust-lang/crates.io-index"
5326checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5327dependencies = [
5328 "simd-adler32",
5329]
5330
5331[[package]]
5332name = "feature_flags"
5333version = "0.1.0"
5334dependencies = [
5335 "futures 0.3.31",
5336 "gpui",
5337 "smol",
5338 "workspace-hack",
5339]
5340
5341[[package]]
5342name = "feedback"
5343version = "0.1.0"
5344dependencies = [
5345 "client",
5346 "editor",
5347 "gpui",
5348 "human_bytes",
5349 "menu",
5350 "release_channel",
5351 "serde",
5352 "sysinfo",
5353 "ui",
5354 "urlencoding",
5355 "util",
5356 "workspace",
5357 "workspace-hack",
5358 "zed_actions",
5359]
5360
5361[[package]]
5362name = "ff"
5363version = "0.12.1"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5366dependencies = [
5367 "rand_core 0.6.4",
5368 "subtle",
5369]
5370
5371[[package]]
5372name = "file_finder"
5373version = "0.1.0"
5374dependencies = [
5375 "anyhow",
5376 "collections",
5377 "ctor",
5378 "editor",
5379 "env_logger 0.11.8",
5380 "file_icons",
5381 "futures 0.3.31",
5382 "fuzzy",
5383 "gpui",
5384 "language",
5385 "menu",
5386 "picker",
5387 "project",
5388 "schemars",
5389 "serde",
5390 "serde_derive",
5391 "serde_json",
5392 "settings",
5393 "text",
5394 "theme",
5395 "ui",
5396 "util",
5397 "workspace",
5398 "workspace-hack",
5399]
5400
5401[[package]]
5402name = "file_icons"
5403version = "0.1.0"
5404dependencies = [
5405 "gpui",
5406 "serde",
5407 "settings",
5408 "theme",
5409 "util",
5410 "workspace-hack",
5411]
5412
5413[[package]]
5414name = "filedescriptor"
5415version = "0.8.3"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5418dependencies = [
5419 "libc",
5420 "thiserror 1.0.69",
5421 "winapi",
5422]
5423
5424[[package]]
5425name = "filetime"
5426version = "0.2.25"
5427source = "registry+https://github.com/rust-lang/crates.io-index"
5428checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5429dependencies = [
5430 "cfg-if",
5431 "libc",
5432 "libredox",
5433 "windows-sys 0.59.0",
5434]
5435
5436[[package]]
5437name = "fixedbitset"
5438version = "0.4.2"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5441
5442[[package]]
5443name = "flate2"
5444version = "1.1.1"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5447dependencies = [
5448 "crc32fast",
5449 "libz-rs-sys",
5450 "miniz_oxide",
5451]
5452
5453[[package]]
5454name = "float-cmp"
5455version = "0.9.0"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5458
5459[[package]]
5460name = "float-ord"
5461version = "0.3.2"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5464
5465[[package]]
5466name = "float_next_after"
5467version = "1.0.0"
5468source = "registry+https://github.com/rust-lang/crates.io-index"
5469checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5470
5471[[package]]
5472name = "fluent-uri"
5473version = "0.3.2"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5476dependencies = [
5477 "borrow-or-share",
5478 "ref-cast",
5479 "serde",
5480]
5481
5482[[package]]
5483name = "flume"
5484version = "0.11.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5487dependencies = [
5488 "futures-core",
5489 "futures-sink",
5490 "nanorand",
5491 "spin",
5492]
5493
5494[[package]]
5495name = "fnv"
5496version = "1.0.7"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5499
5500[[package]]
5501name = "foldhash"
5502version = "0.1.5"
5503source = "registry+https://github.com/rust-lang/crates.io-index"
5504checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5505
5506[[package]]
5507name = "font-kit"
5508version = "0.14.1"
5509source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5510dependencies = [
5511 "bitflags 2.9.0",
5512 "byteorder",
5513 "core-foundation 0.10.0",
5514 "core-graphics 0.24.0",
5515 "core-text",
5516 "dirs 5.0.1",
5517 "dwrote",
5518 "float-ord",
5519 "freetype-sys",
5520 "lazy_static",
5521 "libc",
5522 "log",
5523 "pathfinder_geometry",
5524 "pathfinder_simd",
5525 "walkdir",
5526 "winapi",
5527 "yeslogic-fontconfig-sys",
5528]
5529
5530[[package]]
5531name = "font-types"
5532version = "0.8.4"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5535dependencies = [
5536 "bytemuck",
5537]
5538
5539[[package]]
5540name = "fontconfig-parser"
5541version = "0.5.7"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5544dependencies = [
5545 "roxmltree",
5546]
5547
5548[[package]]
5549name = "fontdb"
5550version = "0.16.2"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5553dependencies = [
5554 "fontconfig-parser",
5555 "log",
5556 "memmap2",
5557 "slotmap",
5558 "tinyvec",
5559 "ttf-parser 0.20.0",
5560]
5561
5562[[package]]
5563name = "fontdb"
5564version = "0.23.0"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5567dependencies = [
5568 "fontconfig-parser",
5569 "log",
5570 "memmap2",
5571 "slotmap",
5572 "tinyvec",
5573 "ttf-parser 0.25.1",
5574]
5575
5576[[package]]
5577name = "foreign-types"
5578version = "0.3.2"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5581dependencies = [
5582 "foreign-types-shared 0.1.1",
5583]
5584
5585[[package]]
5586name = "foreign-types"
5587version = "0.5.0"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5590dependencies = [
5591 "foreign-types-macros",
5592 "foreign-types-shared 0.3.1",
5593]
5594
5595[[package]]
5596name = "foreign-types-macros"
5597version = "0.2.3"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5600dependencies = [
5601 "proc-macro2",
5602 "quote",
5603 "syn 2.0.101",
5604]
5605
5606[[package]]
5607name = "foreign-types-shared"
5608version = "0.1.1"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5611
5612[[package]]
5613name = "foreign-types-shared"
5614version = "0.3.1"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5617
5618[[package]]
5619name = "fork"
5620version = "0.2.0"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5623dependencies = [
5624 "libc",
5625]
5626
5627[[package]]
5628name = "form_urlencoded"
5629version = "1.2.1"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5632dependencies = [
5633 "percent-encoding",
5634]
5635
5636[[package]]
5637name = "fraction"
5638version = "0.15.3"
5639source = "registry+https://github.com/rust-lang/crates.io-index"
5640checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5641dependencies = [
5642 "lazy_static",
5643 "num",
5644]
5645
5646[[package]]
5647name = "freetype-sys"
5648version = "0.20.1"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5651dependencies = [
5652 "cc",
5653 "libc",
5654 "pkg-config",
5655]
5656
5657[[package]]
5658name = "fs"
5659version = "0.1.0"
5660dependencies = [
5661 "anyhow",
5662 "ashpd",
5663 "async-tar",
5664 "async-trait",
5665 "cocoa 0.26.0",
5666 "collections",
5667 "fsevent",
5668 "futures 0.3.31",
5669 "git",
5670 "gpui",
5671 "ignore",
5672 "libc",
5673 "log",
5674 "notify",
5675 "objc",
5676 "parking_lot",
5677 "paths",
5678 "proto",
5679 "rope",
5680 "serde",
5681 "serde_json",
5682 "smol",
5683 "tempfile",
5684 "text",
5685 "time",
5686 "util",
5687 "windows 0.61.1",
5688 "workspace-hack",
5689]
5690
5691[[package]]
5692name = "fs-set-times"
5693version = "0.20.3"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5696dependencies = [
5697 "io-lifetimes",
5698 "rustix 1.0.7",
5699 "windows-sys 0.59.0",
5700]
5701
5702[[package]]
5703name = "fs2"
5704version = "0.4.3"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5707dependencies = [
5708 "libc",
5709 "winapi",
5710]
5711
5712[[package]]
5713name = "fs_extra"
5714version = "1.3.0"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5717
5718[[package]]
5719name = "fsevent"
5720version = "0.1.0"
5721dependencies = [
5722 "bitflags 2.9.0",
5723 "core-foundation 0.10.0",
5724 "fsevent-sys 3.1.0",
5725 "parking_lot",
5726 "tempfile",
5727 "workspace-hack",
5728]
5729
5730[[package]]
5731name = "fsevent-sys"
5732version = "3.1.0"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5735dependencies = [
5736 "libc",
5737]
5738
5739[[package]]
5740name = "fsevent-sys"
5741version = "4.1.0"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5744dependencies = [
5745 "libc",
5746]
5747
5748[[package]]
5749name = "funty"
5750version = "2.0.0"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5753
5754[[package]]
5755name = "futf"
5756version = "0.1.5"
5757source = "registry+https://github.com/rust-lang/crates.io-index"
5758checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5759dependencies = [
5760 "mac",
5761 "new_debug_unreachable",
5762]
5763
5764[[package]]
5765name = "futures"
5766version = "0.1.31"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5769
5770[[package]]
5771name = "futures"
5772version = "0.3.31"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5775dependencies = [
5776 "futures-channel",
5777 "futures-core",
5778 "futures-executor",
5779 "futures-io",
5780 "futures-sink",
5781 "futures-task",
5782 "futures-util",
5783]
5784
5785[[package]]
5786name = "futures-batch"
5787version = "0.6.1"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5790dependencies = [
5791 "futures 0.3.31",
5792 "futures-timer",
5793 "pin-utils",
5794]
5795
5796[[package]]
5797name = "futures-channel"
5798version = "0.3.31"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5801dependencies = [
5802 "futures-core",
5803 "futures-sink",
5804]
5805
5806[[package]]
5807name = "futures-core"
5808version = "0.3.31"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5811
5812[[package]]
5813name = "futures-executor"
5814version = "0.3.31"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5817dependencies = [
5818 "futures-core",
5819 "futures-task",
5820 "futures-util",
5821]
5822
5823[[package]]
5824name = "futures-intrusive"
5825version = "0.5.0"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5828dependencies = [
5829 "futures-core",
5830 "lock_api",
5831 "parking_lot",
5832]
5833
5834[[package]]
5835name = "futures-io"
5836version = "0.3.31"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5839
5840[[package]]
5841name = "futures-lite"
5842version = "1.13.0"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5845dependencies = [
5846 "fastrand 1.9.0",
5847 "futures-core",
5848 "futures-io",
5849 "memchr",
5850 "parking",
5851 "pin-project-lite",
5852 "waker-fn",
5853]
5854
5855[[package]]
5856name = "futures-lite"
5857version = "2.6.0"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5860dependencies = [
5861 "fastrand 2.3.0",
5862 "futures-core",
5863 "futures-io",
5864 "parking",
5865 "pin-project-lite",
5866]
5867
5868[[package]]
5869name = "futures-macro"
5870version = "0.3.31"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5873dependencies = [
5874 "proc-macro2",
5875 "quote",
5876 "syn 2.0.101",
5877]
5878
5879[[package]]
5880name = "futures-sink"
5881version = "0.3.31"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5884
5885[[package]]
5886name = "futures-task"
5887version = "0.3.31"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5890
5891[[package]]
5892name = "futures-timer"
5893version = "3.0.3"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5896
5897[[package]]
5898name = "futures-util"
5899version = "0.3.31"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5902dependencies = [
5903 "futures 0.1.31",
5904 "futures-channel",
5905 "futures-core",
5906 "futures-io",
5907 "futures-macro",
5908 "futures-sink",
5909 "futures-task",
5910 "memchr",
5911 "pin-project-lite",
5912 "pin-utils",
5913 "slab",
5914 "tokio-io",
5915]
5916
5917[[package]]
5918name = "fuzzy"
5919version = "0.1.0"
5920dependencies = [
5921 "gpui",
5922 "log",
5923 "util",
5924 "workspace-hack",
5925]
5926
5927[[package]]
5928name = "fuzzy-matcher"
5929version = "0.3.7"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5932dependencies = [
5933 "thread_local",
5934]
5935
5936[[package]]
5937name = "generator"
5938version = "0.8.5"
5939source = "registry+https://github.com/rust-lang/crates.io-index"
5940checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5941dependencies = [
5942 "cc",
5943 "cfg-if",
5944 "libc",
5945 "log",
5946 "rustversion",
5947 "windows 0.61.1",
5948]
5949
5950[[package]]
5951name = "generic-array"
5952version = "0.14.7"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5955dependencies = [
5956 "typenum",
5957 "version_check",
5958]
5959
5960[[package]]
5961name = "gethostname"
5962version = "0.4.3"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5965dependencies = [
5966 "libc",
5967 "windows-targets 0.48.5",
5968]
5969
5970[[package]]
5971name = "getrandom"
5972version = "0.1.16"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5975dependencies = [
5976 "cfg-if",
5977 "libc",
5978 "wasi 0.9.0+wasi-snapshot-preview1",
5979]
5980
5981[[package]]
5982name = "getrandom"
5983version = "0.2.15"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5986dependencies = [
5987 "cfg-if",
5988 "js-sys",
5989 "libc",
5990 "wasi 0.11.0+wasi-snapshot-preview1",
5991 "wasm-bindgen",
5992]
5993
5994[[package]]
5995name = "getrandom"
5996version = "0.3.2"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5999dependencies = [
6000 "cfg-if",
6001 "js-sys",
6002 "libc",
6003 "r-efi",
6004 "wasi 0.14.2+wasi-0.2.4",
6005 "wasm-bindgen",
6006]
6007
6008[[package]]
6009name = "gif"
6010version = "0.13.1"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6013dependencies = [
6014 "color_quant",
6015 "weezl",
6016]
6017
6018[[package]]
6019name = "gimli"
6020version = "0.31.1"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6023dependencies = [
6024 "fallible-iterator",
6025 "indexmap",
6026 "stable_deref_trait",
6027]
6028
6029[[package]]
6030name = "git"
6031version = "0.1.0"
6032dependencies = [
6033 "anyhow",
6034 "askpass",
6035 "async-trait",
6036 "collections",
6037 "derive_more",
6038 "futures 0.3.31",
6039 "git2",
6040 "gpui",
6041 "http_client",
6042 "log",
6043 "parking_lot",
6044 "pretty_assertions",
6045 "regex",
6046 "rope",
6047 "schemars",
6048 "serde",
6049 "serde_json",
6050 "smol",
6051 "sum_tree",
6052 "tempfile",
6053 "text",
6054 "thiserror 2.0.12",
6055 "time",
6056 "unindent",
6057 "url",
6058 "util",
6059 "uuid",
6060 "workspace-hack",
6061]
6062
6063[[package]]
6064name = "git2"
6065version = "0.20.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6068dependencies = [
6069 "bitflags 2.9.0",
6070 "libc",
6071 "libgit2-sys",
6072 "log",
6073 "url",
6074]
6075
6076[[package]]
6077name = "git_hosting_providers"
6078version = "0.1.0"
6079dependencies = [
6080 "anyhow",
6081 "async-trait",
6082 "futures 0.3.31",
6083 "git",
6084 "gpui",
6085 "http_client",
6086 "indoc",
6087 "pretty_assertions",
6088 "regex",
6089 "schemars",
6090 "serde",
6091 "serde_json",
6092 "settings",
6093 "url",
6094 "util",
6095 "workspace-hack",
6096]
6097
6098[[package]]
6099name = "git_ui"
6100version = "0.1.0"
6101dependencies = [
6102 "anyhow",
6103 "askpass",
6104 "assistant_settings",
6105 "buffer_diff",
6106 "chrono",
6107 "collections",
6108 "command_palette_hooks",
6109 "component",
6110 "ctor",
6111 "db",
6112 "editor",
6113 "env_logger 0.11.8",
6114 "futures 0.3.31",
6115 "fuzzy",
6116 "git",
6117 "gpui",
6118 "itertools 0.14.0",
6119 "language",
6120 "language_model",
6121 "linkify",
6122 "log",
6123 "markdown",
6124 "menu",
6125 "multi_buffer",
6126 "notifications",
6127 "panel",
6128 "picker",
6129 "postage",
6130 "pretty_assertions",
6131 "project",
6132 "schemars",
6133 "serde",
6134 "serde_derive",
6135 "serde_json",
6136 "settings",
6137 "strum 0.27.1",
6138 "telemetry",
6139 "theme",
6140 "time",
6141 "time_format",
6142 "ui",
6143 "unindent",
6144 "util",
6145 "windows 0.61.1",
6146 "workspace",
6147 "workspace-hack",
6148 "zed_actions",
6149]
6150
6151[[package]]
6152name = "gix"
6153version = "0.71.0"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6156dependencies = [
6157 "gix-actor",
6158 "gix-attributes",
6159 "gix-command",
6160 "gix-commitgraph",
6161 "gix-config",
6162 "gix-date",
6163 "gix-diff",
6164 "gix-discover",
6165 "gix-features 0.41.1",
6166 "gix-filter",
6167 "gix-fs 0.14.0",
6168 "gix-glob",
6169 "gix-hash 0.17.0",
6170 "gix-hashtable",
6171 "gix-ignore",
6172 "gix-index",
6173 "gix-lock",
6174 "gix-object",
6175 "gix-odb",
6176 "gix-pack",
6177 "gix-path",
6178 "gix-pathspec",
6179 "gix-protocol",
6180 "gix-ref",
6181 "gix-refspec",
6182 "gix-revision",
6183 "gix-revwalk",
6184 "gix-sec",
6185 "gix-shallow",
6186 "gix-submodule",
6187 "gix-tempfile",
6188 "gix-trace",
6189 "gix-traverse",
6190 "gix-url",
6191 "gix-utils 0.2.0",
6192 "gix-validate 0.9.4",
6193 "gix-worktree",
6194 "once_cell",
6195 "smallvec",
6196 "thiserror 2.0.12",
6197]
6198
6199[[package]]
6200name = "gix-actor"
6201version = "0.34.0"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6204dependencies = [
6205 "bstr",
6206 "gix-date",
6207 "gix-utils 0.2.0",
6208 "itoa",
6209 "thiserror 2.0.12",
6210 "winnow",
6211]
6212
6213[[package]]
6214name = "gix-attributes"
6215version = "0.25.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6218dependencies = [
6219 "bstr",
6220 "gix-glob",
6221 "gix-path",
6222 "gix-quote",
6223 "gix-trace",
6224 "kstring",
6225 "smallvec",
6226 "thiserror 2.0.12",
6227 "unicode-bom",
6228]
6229
6230[[package]]
6231name = "gix-bitmap"
6232version = "0.2.14"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6235dependencies = [
6236 "thiserror 2.0.12",
6237]
6238
6239[[package]]
6240name = "gix-chunk"
6241version = "0.4.11"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6244dependencies = [
6245 "thiserror 2.0.12",
6246]
6247
6248[[package]]
6249name = "gix-command"
6250version = "0.5.0"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6253dependencies = [
6254 "bstr",
6255 "gix-path",
6256 "gix-quote",
6257 "gix-trace",
6258 "shell-words",
6259]
6260
6261[[package]]
6262name = "gix-commitgraph"
6263version = "0.27.0"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6266dependencies = [
6267 "bstr",
6268 "gix-chunk",
6269 "gix-hash 0.17.0",
6270 "memmap2",
6271 "thiserror 2.0.12",
6272]
6273
6274[[package]]
6275name = "gix-config"
6276version = "0.44.0"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6279dependencies = [
6280 "bstr",
6281 "gix-config-value",
6282 "gix-features 0.41.1",
6283 "gix-glob",
6284 "gix-path",
6285 "gix-ref",
6286 "gix-sec",
6287 "memchr",
6288 "once_cell",
6289 "smallvec",
6290 "thiserror 2.0.12",
6291 "unicode-bom",
6292 "winnow",
6293]
6294
6295[[package]]
6296name = "gix-config-value"
6297version = "0.14.12"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6300dependencies = [
6301 "bitflags 2.9.0",
6302 "bstr",
6303 "gix-path",
6304 "libc",
6305 "thiserror 2.0.12",
6306]
6307
6308[[package]]
6309name = "gix-date"
6310version = "0.9.4"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6313dependencies = [
6314 "bstr",
6315 "itoa",
6316 "jiff",
6317 "thiserror 2.0.12",
6318]
6319
6320[[package]]
6321name = "gix-diff"
6322version = "0.51.0"
6323source = "registry+https://github.com/rust-lang/crates.io-index"
6324checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6325dependencies = [
6326 "bstr",
6327 "gix-command",
6328 "gix-filter",
6329 "gix-fs 0.14.0",
6330 "gix-hash 0.17.0",
6331 "gix-object",
6332 "gix-path",
6333 "gix-tempfile",
6334 "gix-trace",
6335 "gix-traverse",
6336 "gix-worktree",
6337 "imara-diff",
6338 "thiserror 2.0.12",
6339]
6340
6341[[package]]
6342name = "gix-discover"
6343version = "0.39.0"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6346dependencies = [
6347 "bstr",
6348 "dunce",
6349 "gix-fs 0.14.0",
6350 "gix-hash 0.17.0",
6351 "gix-path",
6352 "gix-ref",
6353 "gix-sec",
6354 "thiserror 2.0.12",
6355]
6356
6357[[package]]
6358name = "gix-features"
6359version = "0.41.1"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6362dependencies = [
6363 "crc32fast",
6364 "crossbeam-channel",
6365 "flate2",
6366 "gix-path",
6367 "gix-trace",
6368 "gix-utils 0.2.0",
6369 "libc",
6370 "once_cell",
6371 "parking_lot",
6372 "prodash",
6373 "thiserror 2.0.12",
6374 "walkdir",
6375]
6376
6377[[package]]
6378name = "gix-features"
6379version = "0.42.1"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6382dependencies = [
6383 "gix-trace",
6384 "gix-utils 0.3.0",
6385 "libc",
6386 "prodash",
6387]
6388
6389[[package]]
6390name = "gix-filter"
6391version = "0.18.0"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6394dependencies = [
6395 "bstr",
6396 "encoding_rs",
6397 "gix-attributes",
6398 "gix-command",
6399 "gix-hash 0.17.0",
6400 "gix-object",
6401 "gix-packetline-blocking",
6402 "gix-path",
6403 "gix-quote",
6404 "gix-trace",
6405 "gix-utils 0.2.0",
6406 "smallvec",
6407 "thiserror 2.0.12",
6408]
6409
6410[[package]]
6411name = "gix-fs"
6412version = "0.14.0"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6415dependencies = [
6416 "bstr",
6417 "fastrand 2.3.0",
6418 "gix-features 0.41.1",
6419 "gix-path",
6420 "gix-utils 0.2.0",
6421 "thiserror 2.0.12",
6422]
6423
6424[[package]]
6425name = "gix-fs"
6426version = "0.15.0"
6427source = "registry+https://github.com/rust-lang/crates.io-index"
6428checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6429dependencies = [
6430 "bstr",
6431 "fastrand 2.3.0",
6432 "gix-features 0.42.1",
6433 "gix-path",
6434 "gix-utils 0.3.0",
6435 "thiserror 2.0.12",
6436]
6437
6438[[package]]
6439name = "gix-glob"
6440version = "0.19.0"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6443dependencies = [
6444 "bitflags 2.9.0",
6445 "bstr",
6446 "gix-features 0.41.1",
6447 "gix-path",
6448]
6449
6450[[package]]
6451name = "gix-hash"
6452version = "0.17.0"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6455dependencies = [
6456 "faster-hex 0.9.0",
6457 "gix-features 0.41.1",
6458 "sha1-checked",
6459 "thiserror 2.0.12",
6460]
6461
6462[[package]]
6463name = "gix-hash"
6464version = "0.18.0"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6467dependencies = [
6468 "faster-hex 0.10.0",
6469 "gix-features 0.42.1",
6470 "sha1-checked",
6471 "thiserror 2.0.12",
6472]
6473
6474[[package]]
6475name = "gix-hashtable"
6476version = "0.8.1"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6479dependencies = [
6480 "gix-hash 0.18.0",
6481 "hashbrown 0.14.5",
6482 "parking_lot",
6483]
6484
6485[[package]]
6486name = "gix-ignore"
6487version = "0.14.0"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6490dependencies = [
6491 "bstr",
6492 "gix-glob",
6493 "gix-path",
6494 "gix-trace",
6495 "unicode-bom",
6496]
6497
6498[[package]]
6499name = "gix-index"
6500version = "0.39.0"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6503dependencies = [
6504 "bitflags 2.9.0",
6505 "bstr",
6506 "filetime",
6507 "fnv",
6508 "gix-bitmap",
6509 "gix-features 0.41.1",
6510 "gix-fs 0.14.0",
6511 "gix-hash 0.17.0",
6512 "gix-lock",
6513 "gix-object",
6514 "gix-traverse",
6515 "gix-utils 0.2.0",
6516 "gix-validate 0.9.4",
6517 "hashbrown 0.14.5",
6518 "itoa",
6519 "libc",
6520 "memmap2",
6521 "rustix 0.38.44",
6522 "smallvec",
6523 "thiserror 2.0.12",
6524]
6525
6526[[package]]
6527name = "gix-lock"
6528version = "17.1.0"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6531dependencies = [
6532 "gix-tempfile",
6533 "gix-utils 0.3.0",
6534 "thiserror 2.0.12",
6535]
6536
6537[[package]]
6538name = "gix-object"
6539version = "0.48.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6542dependencies = [
6543 "bstr",
6544 "gix-actor",
6545 "gix-date",
6546 "gix-features 0.41.1",
6547 "gix-hash 0.17.0",
6548 "gix-hashtable",
6549 "gix-path",
6550 "gix-utils 0.2.0",
6551 "gix-validate 0.9.4",
6552 "itoa",
6553 "smallvec",
6554 "thiserror 2.0.12",
6555 "winnow",
6556]
6557
6558[[package]]
6559name = "gix-odb"
6560version = "0.68.0"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6563dependencies = [
6564 "arc-swap",
6565 "gix-date",
6566 "gix-features 0.41.1",
6567 "gix-fs 0.14.0",
6568 "gix-hash 0.17.0",
6569 "gix-hashtable",
6570 "gix-object",
6571 "gix-pack",
6572 "gix-path",
6573 "gix-quote",
6574 "parking_lot",
6575 "tempfile",
6576 "thiserror 2.0.12",
6577]
6578
6579[[package]]
6580name = "gix-pack"
6581version = "0.58.0"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6584dependencies = [
6585 "clru",
6586 "gix-chunk",
6587 "gix-features 0.41.1",
6588 "gix-hash 0.17.0",
6589 "gix-hashtable",
6590 "gix-object",
6591 "gix-path",
6592 "memmap2",
6593 "smallvec",
6594 "thiserror 2.0.12",
6595 "uluru",
6596]
6597
6598[[package]]
6599name = "gix-packetline"
6600version = "0.18.4"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6603dependencies = [
6604 "bstr",
6605 "faster-hex 0.9.0",
6606 "gix-trace",
6607 "thiserror 2.0.12",
6608]
6609
6610[[package]]
6611name = "gix-packetline-blocking"
6612version = "0.18.3"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6615dependencies = [
6616 "bstr",
6617 "faster-hex 0.9.0",
6618 "gix-trace",
6619 "thiserror 2.0.12",
6620]
6621
6622[[package]]
6623name = "gix-path"
6624version = "0.10.18"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6627dependencies = [
6628 "bstr",
6629 "gix-trace",
6630 "gix-validate 0.10.0",
6631 "home",
6632 "once_cell",
6633 "thiserror 2.0.12",
6634]
6635
6636[[package]]
6637name = "gix-pathspec"
6638version = "0.10.0"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6641dependencies = [
6642 "bitflags 2.9.0",
6643 "bstr",
6644 "gix-attributes",
6645 "gix-config-value",
6646 "gix-glob",
6647 "gix-path",
6648 "thiserror 2.0.12",
6649]
6650
6651[[package]]
6652name = "gix-protocol"
6653version = "0.49.0"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6656dependencies = [
6657 "bstr",
6658 "gix-date",
6659 "gix-features 0.41.1",
6660 "gix-hash 0.17.0",
6661 "gix-ref",
6662 "gix-shallow",
6663 "gix-transport",
6664 "gix-utils 0.2.0",
6665 "maybe-async",
6666 "thiserror 2.0.12",
6667 "winnow",
6668]
6669
6670[[package]]
6671name = "gix-quote"
6672version = "0.5.0"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6675dependencies = [
6676 "bstr",
6677 "gix-utils 0.2.0",
6678 "thiserror 2.0.12",
6679]
6680
6681[[package]]
6682name = "gix-ref"
6683version = "0.51.0"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6686dependencies = [
6687 "gix-actor",
6688 "gix-features 0.41.1",
6689 "gix-fs 0.14.0",
6690 "gix-hash 0.17.0",
6691 "gix-lock",
6692 "gix-object",
6693 "gix-path",
6694 "gix-tempfile",
6695 "gix-utils 0.2.0",
6696 "gix-validate 0.9.4",
6697 "memmap2",
6698 "thiserror 2.0.12",
6699 "winnow",
6700]
6701
6702[[package]]
6703name = "gix-refspec"
6704version = "0.29.0"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6707dependencies = [
6708 "bstr",
6709 "gix-hash 0.17.0",
6710 "gix-revision",
6711 "gix-validate 0.9.4",
6712 "smallvec",
6713 "thiserror 2.0.12",
6714]
6715
6716[[package]]
6717name = "gix-revision"
6718version = "0.33.0"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6721dependencies = [
6722 "bstr",
6723 "gix-commitgraph",
6724 "gix-date",
6725 "gix-hash 0.17.0",
6726 "gix-object",
6727 "gix-revwalk",
6728 "thiserror 2.0.12",
6729]
6730
6731[[package]]
6732name = "gix-revwalk"
6733version = "0.19.0"
6734source = "registry+https://github.com/rust-lang/crates.io-index"
6735checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6736dependencies = [
6737 "gix-commitgraph",
6738 "gix-date",
6739 "gix-hash 0.17.0",
6740 "gix-hashtable",
6741 "gix-object",
6742 "smallvec",
6743 "thiserror 2.0.12",
6744]
6745
6746[[package]]
6747name = "gix-sec"
6748version = "0.10.12"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6751dependencies = [
6752 "bitflags 2.9.0",
6753 "gix-path",
6754 "libc",
6755 "windows-sys 0.52.0",
6756]
6757
6758[[package]]
6759name = "gix-shallow"
6760version = "0.3.0"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6763dependencies = [
6764 "bstr",
6765 "gix-hash 0.17.0",
6766 "gix-lock",
6767 "thiserror 2.0.12",
6768]
6769
6770[[package]]
6771name = "gix-submodule"
6772version = "0.18.0"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6775dependencies = [
6776 "bstr",
6777 "gix-config",
6778 "gix-path",
6779 "gix-pathspec",
6780 "gix-refspec",
6781 "gix-url",
6782 "thiserror 2.0.12",
6783]
6784
6785[[package]]
6786name = "gix-tempfile"
6787version = "17.1.0"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6790dependencies = [
6791 "dashmap 6.1.0",
6792 "gix-fs 0.15.0",
6793 "libc",
6794 "once_cell",
6795 "parking_lot",
6796 "tempfile",
6797]
6798
6799[[package]]
6800name = "gix-trace"
6801version = "0.1.12"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6804
6805[[package]]
6806name = "gix-transport"
6807version = "0.46.0"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6810dependencies = [
6811 "bstr",
6812 "gix-command",
6813 "gix-features 0.41.1",
6814 "gix-packetline",
6815 "gix-quote",
6816 "gix-sec",
6817 "gix-url",
6818 "thiserror 2.0.12",
6819]
6820
6821[[package]]
6822name = "gix-traverse"
6823version = "0.45.0"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6826dependencies = [
6827 "bitflags 2.9.0",
6828 "gix-commitgraph",
6829 "gix-date",
6830 "gix-hash 0.17.0",
6831 "gix-hashtable",
6832 "gix-object",
6833 "gix-revwalk",
6834 "smallvec",
6835 "thiserror 2.0.12",
6836]
6837
6838[[package]]
6839name = "gix-url"
6840version = "0.30.0"
6841source = "registry+https://github.com/rust-lang/crates.io-index"
6842checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6843dependencies = [
6844 "bstr",
6845 "gix-features 0.41.1",
6846 "gix-path",
6847 "percent-encoding",
6848 "thiserror 2.0.12",
6849 "url",
6850]
6851
6852[[package]]
6853name = "gix-utils"
6854version = "0.2.0"
6855source = "registry+https://github.com/rust-lang/crates.io-index"
6856checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6857dependencies = [
6858 "fastrand 2.3.0",
6859 "unicode-normalization",
6860]
6861
6862[[package]]
6863name = "gix-utils"
6864version = "0.3.0"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6867dependencies = [
6868 "fastrand 2.3.0",
6869 "unicode-normalization",
6870]
6871
6872[[package]]
6873name = "gix-validate"
6874version = "0.9.4"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6877dependencies = [
6878 "bstr",
6879 "thiserror 2.0.12",
6880]
6881
6882[[package]]
6883name = "gix-validate"
6884version = "0.10.0"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6887dependencies = [
6888 "bstr",
6889 "thiserror 2.0.12",
6890]
6891
6892[[package]]
6893name = "gix-worktree"
6894version = "0.40.0"
6895source = "registry+https://github.com/rust-lang/crates.io-index"
6896checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6897dependencies = [
6898 "bstr",
6899 "gix-attributes",
6900 "gix-features 0.41.1",
6901 "gix-fs 0.14.0",
6902 "gix-glob",
6903 "gix-hash 0.17.0",
6904 "gix-ignore",
6905 "gix-index",
6906 "gix-object",
6907 "gix-path",
6908 "gix-validate 0.9.4",
6909]
6910
6911[[package]]
6912name = "glob"
6913version = "0.3.2"
6914source = "registry+https://github.com/rust-lang/crates.io-index"
6915checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6916
6917[[package]]
6918name = "globset"
6919version = "0.4.16"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6922dependencies = [
6923 "aho-corasick",
6924 "bstr",
6925 "log",
6926 "regex-automata 0.4.9",
6927 "regex-syntax 0.8.5",
6928]
6929
6930[[package]]
6931name = "gloo-timers"
6932version = "0.3.0"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6935dependencies = [
6936 "futures-channel",
6937 "futures-core",
6938 "js-sys",
6939 "wasm-bindgen",
6940]
6941
6942[[package]]
6943name = "glow"
6944version = "0.14.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6947dependencies = [
6948 "js-sys",
6949 "slotmap",
6950 "wasm-bindgen",
6951 "web-sys",
6952]
6953
6954[[package]]
6955name = "go_to_line"
6956version = "0.1.0"
6957dependencies = [
6958 "anyhow",
6959 "editor",
6960 "gpui",
6961 "indoc",
6962 "language",
6963 "menu",
6964 "project",
6965 "rope",
6966 "schemars",
6967 "serde",
6968 "serde_json",
6969 "settings",
6970 "text",
6971 "theme",
6972 "tree-sitter-rust",
6973 "tree-sitter-typescript",
6974 "ui",
6975 "util",
6976 "workspace",
6977 "workspace-hack",
6978]
6979
6980[[package]]
6981name = "google_ai"
6982version = "0.1.0"
6983dependencies = [
6984 "anyhow",
6985 "futures 0.3.31",
6986 "http_client",
6987 "schemars",
6988 "serde",
6989 "serde_json",
6990 "strum 0.27.1",
6991 "workspace-hack",
6992]
6993
6994[[package]]
6995name = "gpu-alloc"
6996version = "0.6.0"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6999dependencies = [
7000 "bitflags 2.9.0",
7001 "gpu-alloc-types",
7002]
7003
7004[[package]]
7005name = "gpu-alloc-ash"
7006version = "0.7.0"
7007source = "registry+https://github.com/rust-lang/crates.io-index"
7008checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7009dependencies = [
7010 "ash",
7011 "gpu-alloc-types",
7012 "tinyvec",
7013]
7014
7015[[package]]
7016name = "gpu-alloc-types"
7017version = "0.3.0"
7018source = "registry+https://github.com/rust-lang/crates.io-index"
7019checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7020dependencies = [
7021 "bitflags 2.9.0",
7022]
7023
7024[[package]]
7025name = "gpui"
7026version = "0.1.0"
7027dependencies = [
7028 "anyhow",
7029 "as-raw-xcb-connection",
7030 "ashpd",
7031 "async-task",
7032 "backtrace",
7033 "bindgen 0.71.1",
7034 "blade-graphics",
7035 "blade-macros",
7036 "blade-util",
7037 "block",
7038 "bytemuck",
7039 "calloop",
7040 "calloop-wayland-source",
7041 "cbindgen",
7042 "cocoa 0.26.0",
7043 "collections",
7044 "core-foundation 0.10.0",
7045 "core-foundation-sys",
7046 "core-graphics 0.24.0",
7047 "core-text",
7048 "core-video",
7049 "cosmic-text",
7050 "ctor",
7051 "derive_more",
7052 "embed-resource",
7053 "env_logger 0.11.8",
7054 "etagere",
7055 "filedescriptor",
7056 "flume",
7057 "font-kit",
7058 "foreign-types 0.5.0",
7059 "futures 0.3.31",
7060 "gpui_macros",
7061 "http_client",
7062 "image",
7063 "inventory",
7064 "itertools 0.14.0",
7065 "log",
7066 "lyon",
7067 "media",
7068 "metal",
7069 "naga",
7070 "num_cpus",
7071 "objc",
7072 "objc2",
7073 "objc2-metal",
7074 "oo7",
7075 "open",
7076 "parking",
7077 "parking_lot",
7078 "pathfinder_geometry",
7079 "postage",
7080 "profiling",
7081 "rand 0.8.5",
7082 "raw-window-handle",
7083 "refineable",
7084 "reqwest_client",
7085 "resvg",
7086 "scap",
7087 "schemars",
7088 "seahash",
7089 "semantic_version",
7090 "serde",
7091 "serde_derive",
7092 "serde_json",
7093 "slotmap",
7094 "smallvec",
7095 "smol",
7096 "strum 0.27.1",
7097 "sum_tree",
7098 "taffy",
7099 "thiserror 2.0.12",
7100 "unicode-segmentation",
7101 "usvg",
7102 "util",
7103 "uuid",
7104 "waker-fn",
7105 "wayland-backend",
7106 "wayland-client",
7107 "wayland-cursor",
7108 "wayland-protocols",
7109 "wayland-protocols-plasma",
7110 "windows 0.61.1",
7111 "windows-core 0.61.0",
7112 "windows-numerics",
7113 "windows-registry 0.5.1",
7114 "workspace-hack",
7115 "x11-clipboard",
7116 "x11rb",
7117 "xim",
7118 "xkbcommon",
7119]
7120
7121[[package]]
7122name = "gpui_macros"
7123version = "0.1.0"
7124dependencies = [
7125 "gpui",
7126 "proc-macro2",
7127 "quote",
7128 "syn 2.0.101",
7129 "workspace-hack",
7130]
7131
7132[[package]]
7133name = "gpui_tokio"
7134version = "0.1.0"
7135dependencies = [
7136 "gpui",
7137 "tokio",
7138 "util",
7139 "workspace-hack",
7140]
7141
7142[[package]]
7143name = "grid"
7144version = "0.13.0"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7147
7148[[package]]
7149name = "group"
7150version = "0.12.1"
7151source = "registry+https://github.com/rust-lang/crates.io-index"
7152checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7153dependencies = [
7154 "ff",
7155 "rand_core 0.6.4",
7156 "subtle",
7157]
7158
7159[[package]]
7160name = "h2"
7161version = "0.3.26"
7162source = "registry+https://github.com/rust-lang/crates.io-index"
7163checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7164dependencies = [
7165 "bytes 1.10.1",
7166 "fnv",
7167 "futures-core",
7168 "futures-sink",
7169 "futures-util",
7170 "http 0.2.12",
7171 "indexmap",
7172 "slab",
7173 "tokio",
7174 "tokio-util",
7175 "tracing",
7176]
7177
7178[[package]]
7179name = "h2"
7180version = "0.4.9"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7183dependencies = [
7184 "atomic-waker",
7185 "bytes 1.10.1",
7186 "fnv",
7187 "futures-core",
7188 "futures-sink",
7189 "http 1.3.1",
7190 "indexmap",
7191 "slab",
7192 "tokio",
7193 "tokio-util",
7194 "tracing",
7195]
7196
7197[[package]]
7198name = "half"
7199version = "2.6.0"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7202dependencies = [
7203 "cfg-if",
7204 "crunchy",
7205 "num-traits",
7206]
7207
7208[[package]]
7209name = "handlebars"
7210version = "4.5.0"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7213dependencies = [
7214 "log",
7215 "pest",
7216 "pest_derive",
7217 "rust-embed",
7218 "serde",
7219 "serde_json",
7220 "thiserror 1.0.69",
7221]
7222
7223[[package]]
7224name = "handlebars"
7225version = "6.3.2"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7228dependencies = [
7229 "derive_builder",
7230 "log",
7231 "num-order",
7232 "pest",
7233 "pest_derive",
7234 "serde",
7235 "serde_json",
7236 "thiserror 2.0.12",
7237]
7238
7239[[package]]
7240name = "hash32"
7241version = "0.3.1"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7244dependencies = [
7245 "byteorder",
7246]
7247
7248[[package]]
7249name = "hashbrown"
7250version = "0.12.3"
7251source = "registry+https://github.com/rust-lang/crates.io-index"
7252checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7253dependencies = [
7254 "ahash 0.7.8",
7255]
7256
7257[[package]]
7258name = "hashbrown"
7259version = "0.14.5"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7262dependencies = [
7263 "ahash 0.8.11",
7264 "allocator-api2",
7265]
7266
7267[[package]]
7268name = "hashbrown"
7269version = "0.15.3"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7272dependencies = [
7273 "allocator-api2",
7274 "equivalent",
7275 "foldhash",
7276 "serde",
7277]
7278
7279[[package]]
7280name = "hashlink"
7281version = "0.8.4"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7284dependencies = [
7285 "hashbrown 0.14.5",
7286]
7287
7288[[package]]
7289name = "hashlink"
7290version = "0.10.0"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7293dependencies = [
7294 "hashbrown 0.15.3",
7295]
7296
7297[[package]]
7298name = "headers"
7299version = "0.3.9"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7302dependencies = [
7303 "base64 0.21.7",
7304 "bytes 1.10.1",
7305 "headers-core",
7306 "http 0.2.12",
7307 "httpdate",
7308 "mime",
7309 "sha1",
7310]
7311
7312[[package]]
7313name = "headers-core"
7314version = "0.2.0"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7317dependencies = [
7318 "http 0.2.12",
7319]
7320
7321[[package]]
7322name = "heapless"
7323version = "0.8.0"
7324source = "registry+https://github.com/rust-lang/crates.io-index"
7325checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7326dependencies = [
7327 "hash32",
7328 "stable_deref_trait",
7329]
7330
7331[[package]]
7332name = "heck"
7333version = "0.3.3"
7334source = "registry+https://github.com/rust-lang/crates.io-index"
7335checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7336dependencies = [
7337 "unicode-segmentation",
7338]
7339
7340[[package]]
7341name = "heck"
7342version = "0.4.1"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7345dependencies = [
7346 "unicode-segmentation",
7347]
7348
7349[[package]]
7350name = "heck"
7351version = "0.5.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7354
7355[[package]]
7356name = "heed"
7357version = "0.21.0"
7358source = "registry+https://github.com/rust-lang/crates.io-index"
7359checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7360dependencies = [
7361 "bitflags 2.9.0",
7362 "byteorder",
7363 "heed-traits",
7364 "heed-types",
7365 "libc",
7366 "lmdb-master-sys",
7367 "once_cell",
7368 "page_size",
7369 "serde",
7370 "synchronoise",
7371 "url",
7372]
7373
7374[[package]]
7375name = "heed-traits"
7376version = "0.20.0"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7379
7380[[package]]
7381name = "heed-types"
7382version = "0.21.0"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7385dependencies = [
7386 "bincode",
7387 "byteorder",
7388 "heed-traits",
7389 "serde",
7390 "serde_json",
7391]
7392
7393[[package]]
7394name = "hermit-abi"
7395version = "0.3.9"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7398
7399[[package]]
7400name = "hermit-abi"
7401version = "0.4.0"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7404
7405[[package]]
7406name = "hermit-abi"
7407version = "0.5.0"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7410
7411[[package]]
7412name = "hex"
7413version = "0.4.3"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7416
7417[[package]]
7418name = "hexf-parse"
7419version = "0.2.1"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7422
7423[[package]]
7424name = "hidden-trait"
7425version = "0.1.2"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7428dependencies = [
7429 "proc-macro2",
7430 "quote",
7431 "syn 1.0.109",
7432]
7433
7434[[package]]
7435name = "hkdf"
7436version = "0.12.4"
7437source = "registry+https://github.com/rust-lang/crates.io-index"
7438checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7439dependencies = [
7440 "hmac",
7441]
7442
7443[[package]]
7444name = "hmac"
7445version = "0.12.1"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7448dependencies = [
7449 "digest",
7450]
7451
7452[[package]]
7453name = "home"
7454version = "0.5.11"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7457dependencies = [
7458 "windows-sys 0.59.0",
7459]
7460
7461[[package]]
7462name = "hound"
7463version = "3.5.1"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7466
7467[[package]]
7468name = "html5ever"
7469version = "0.27.0"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7472dependencies = [
7473 "log",
7474 "mac",
7475 "markup5ever 0.12.1",
7476 "proc-macro2",
7477 "quote",
7478 "syn 2.0.101",
7479]
7480
7481[[package]]
7482name = "html5ever"
7483version = "0.31.0"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7486dependencies = [
7487 "log",
7488 "mac",
7489 "markup5ever 0.16.1",
7490 "match_token",
7491]
7492
7493[[package]]
7494name = "html_to_markdown"
7495version = "0.1.0"
7496dependencies = [
7497 "anyhow",
7498 "html5ever 0.27.0",
7499 "indoc",
7500 "markup5ever_rcdom",
7501 "pretty_assertions",
7502 "regex",
7503 "workspace-hack",
7504]
7505
7506[[package]]
7507name = "http"
7508version = "0.2.12"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7511dependencies = [
7512 "bytes 1.10.1",
7513 "fnv",
7514 "itoa",
7515]
7516
7517[[package]]
7518name = "http"
7519version = "1.3.1"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7522dependencies = [
7523 "bytes 1.10.1",
7524 "fnv",
7525 "itoa",
7526]
7527
7528[[package]]
7529name = "http-body"
7530version = "0.4.6"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7533dependencies = [
7534 "bytes 1.10.1",
7535 "http 0.2.12",
7536 "pin-project-lite",
7537]
7538
7539[[package]]
7540name = "http-body"
7541version = "1.0.1"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7544dependencies = [
7545 "bytes 1.10.1",
7546 "http 1.3.1",
7547]
7548
7549[[package]]
7550name = "http-body-util"
7551version = "0.1.3"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7554dependencies = [
7555 "bytes 1.10.1",
7556 "futures-core",
7557 "http 1.3.1",
7558 "http-body 1.0.1",
7559 "pin-project-lite",
7560]
7561
7562[[package]]
7563name = "http-range-header"
7564version = "0.3.1"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7567
7568[[package]]
7569name = "http-types"
7570version = "2.12.0"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7573dependencies = [
7574 "anyhow",
7575 "async-channel 1.9.0",
7576 "base64 0.13.1",
7577 "futures-lite 1.13.0",
7578 "http 0.2.12",
7579 "infer",
7580 "pin-project-lite",
7581 "rand 0.7.3",
7582 "serde",
7583 "serde_json",
7584 "serde_qs 0.8.5",
7585 "serde_urlencoded",
7586 "url",
7587]
7588
7589[[package]]
7590name = "http_client"
7591version = "0.1.0"
7592dependencies = [
7593 "anyhow",
7594 "bytes 1.10.1",
7595 "derive_more",
7596 "futures 0.3.31",
7597 "http 1.3.1",
7598 "log",
7599 "serde",
7600 "serde_json",
7601 "url",
7602 "workspace-hack",
7603]
7604
7605[[package]]
7606name = "http_client_tls"
7607version = "0.1.0"
7608dependencies = [
7609 "rustls 0.23.26",
7610 "rustls-platform-verifier",
7611 "workspace-hack",
7612]
7613
7614[[package]]
7615name = "httparse"
7616version = "1.10.1"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7619
7620[[package]]
7621name = "httpdate"
7622version = "1.0.3"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7625
7626[[package]]
7627name = "human_bytes"
7628version = "0.4.3"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7631
7632[[package]]
7633name = "humantime"
7634version = "2.2.0"
7635source = "registry+https://github.com/rust-lang/crates.io-index"
7636checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7637
7638[[package]]
7639name = "hyper"
7640version = "0.14.32"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7643dependencies = [
7644 "bytes 1.10.1",
7645 "futures-channel",
7646 "futures-core",
7647 "futures-util",
7648 "h2 0.3.26",
7649 "http 0.2.12",
7650 "http-body 0.4.6",
7651 "httparse",
7652 "httpdate",
7653 "itoa",
7654 "pin-project-lite",
7655 "socket2",
7656 "tokio",
7657 "tower-service",
7658 "tracing",
7659 "want",
7660]
7661
7662[[package]]
7663name = "hyper"
7664version = "1.6.0"
7665source = "registry+https://github.com/rust-lang/crates.io-index"
7666checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7667dependencies = [
7668 "bytes 1.10.1",
7669 "futures-channel",
7670 "futures-util",
7671 "h2 0.4.9",
7672 "http 1.3.1",
7673 "http-body 1.0.1",
7674 "httparse",
7675 "itoa",
7676 "pin-project-lite",
7677 "smallvec",
7678 "tokio",
7679 "want",
7680]
7681
7682[[package]]
7683name = "hyper-rustls"
7684version = "0.24.2"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7687dependencies = [
7688 "futures-util",
7689 "http 0.2.12",
7690 "hyper 0.14.32",
7691 "log",
7692 "rustls 0.21.12",
7693 "rustls-native-certs 0.6.3",
7694 "tokio",
7695 "tokio-rustls 0.24.1",
7696]
7697
7698[[package]]
7699name = "hyper-rustls"
7700version = "0.27.5"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7703dependencies = [
7704 "futures-util",
7705 "http 1.3.1",
7706 "hyper 1.6.0",
7707 "hyper-util",
7708 "rustls 0.23.26",
7709 "rustls-native-certs 0.8.1",
7710 "rustls-pki-types",
7711 "tokio",
7712 "tokio-rustls 0.26.2",
7713 "tower-service",
7714]
7715
7716[[package]]
7717name = "hyper-tls"
7718version = "0.5.0"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7721dependencies = [
7722 "bytes 1.10.1",
7723 "hyper 0.14.32",
7724 "native-tls",
7725 "tokio",
7726 "tokio-native-tls",
7727]
7728
7729[[package]]
7730name = "hyper-util"
7731version = "0.1.11"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7734dependencies = [
7735 "bytes 1.10.1",
7736 "futures-channel",
7737 "futures-util",
7738 "http 1.3.1",
7739 "http-body 1.0.1",
7740 "hyper 1.6.0",
7741 "libc",
7742 "pin-project-lite",
7743 "socket2",
7744 "tokio",
7745 "tower-service",
7746 "tracing",
7747]
7748
7749[[package]]
7750name = "iana-time-zone"
7751version = "0.1.63"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7754dependencies = [
7755 "android_system_properties",
7756 "core-foundation-sys",
7757 "iana-time-zone-haiku",
7758 "js-sys",
7759 "log",
7760 "wasm-bindgen",
7761 "windows-core 0.61.0",
7762]
7763
7764[[package]]
7765name = "iana-time-zone-haiku"
7766version = "0.1.2"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7769dependencies = [
7770 "cc",
7771]
7772
7773[[package]]
7774name = "icons"
7775version = "0.1.0"
7776dependencies = [
7777 "serde",
7778 "strum 0.27.1",
7779 "workspace-hack",
7780]
7781
7782[[package]]
7783name = "icu_collections"
7784version = "1.5.0"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7787dependencies = [
7788 "displaydoc",
7789 "yoke",
7790 "zerofrom",
7791 "zerovec",
7792]
7793
7794[[package]]
7795name = "icu_locid"
7796version = "1.5.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7799dependencies = [
7800 "displaydoc",
7801 "litemap",
7802 "tinystr",
7803 "writeable",
7804 "zerovec",
7805]
7806
7807[[package]]
7808name = "icu_locid_transform"
7809version = "1.5.0"
7810source = "registry+https://github.com/rust-lang/crates.io-index"
7811checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7812dependencies = [
7813 "displaydoc",
7814 "icu_locid",
7815 "icu_locid_transform_data",
7816 "icu_provider",
7817 "tinystr",
7818 "zerovec",
7819]
7820
7821[[package]]
7822name = "icu_locid_transform_data"
7823version = "1.5.1"
7824source = "registry+https://github.com/rust-lang/crates.io-index"
7825checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7826
7827[[package]]
7828name = "icu_normalizer"
7829version = "1.5.0"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7832dependencies = [
7833 "displaydoc",
7834 "icu_collections",
7835 "icu_normalizer_data",
7836 "icu_properties",
7837 "icu_provider",
7838 "smallvec",
7839 "utf16_iter",
7840 "utf8_iter",
7841 "write16",
7842 "zerovec",
7843]
7844
7845[[package]]
7846name = "icu_normalizer_data"
7847version = "1.5.1"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7850
7851[[package]]
7852name = "icu_properties"
7853version = "1.5.1"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7856dependencies = [
7857 "displaydoc",
7858 "icu_collections",
7859 "icu_locid_transform",
7860 "icu_properties_data",
7861 "icu_provider",
7862 "tinystr",
7863 "zerovec",
7864]
7865
7866[[package]]
7867name = "icu_properties_data"
7868version = "1.5.1"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7871
7872[[package]]
7873name = "icu_provider"
7874version = "1.5.0"
7875source = "registry+https://github.com/rust-lang/crates.io-index"
7876checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7877dependencies = [
7878 "displaydoc",
7879 "icu_locid",
7880 "icu_provider_macros",
7881 "stable_deref_trait",
7882 "tinystr",
7883 "writeable",
7884 "yoke",
7885 "zerofrom",
7886 "zerovec",
7887]
7888
7889[[package]]
7890name = "icu_provider_macros"
7891version = "1.5.0"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7894dependencies = [
7895 "proc-macro2",
7896 "quote",
7897 "syn 2.0.101",
7898]
7899
7900[[package]]
7901name = "id-arena"
7902version = "2.2.1"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7905
7906[[package]]
7907name = "ident_case"
7908version = "1.0.1"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7911
7912[[package]]
7913name = "idna"
7914version = "1.0.3"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7917dependencies = [
7918 "idna_adapter",
7919 "smallvec",
7920 "utf8_iter",
7921]
7922
7923[[package]]
7924name = "idna_adapter"
7925version = "1.2.0"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7928dependencies = [
7929 "icu_normalizer",
7930 "icu_properties",
7931]
7932
7933[[package]]
7934name = "ignore"
7935version = "0.4.23"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7938dependencies = [
7939 "crossbeam-deque",
7940 "globset",
7941 "log",
7942 "memchr",
7943 "regex-automata 0.4.9",
7944 "same-file",
7945 "walkdir",
7946 "winapi-util",
7947]
7948
7949[[package]]
7950name = "image"
7951version = "0.25.6"
7952source = "registry+https://github.com/rust-lang/crates.io-index"
7953checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7954dependencies = [
7955 "bytemuck",
7956 "byteorder-lite",
7957 "color_quant",
7958 "exr",
7959 "gif",
7960 "image-webp",
7961 "num-traits",
7962 "png",
7963 "qoi",
7964 "ravif",
7965 "rayon",
7966 "rgb",
7967 "tiff",
7968 "zune-core",
7969 "zune-jpeg",
7970]
7971
7972[[package]]
7973name = "image-webp"
7974version = "0.2.1"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7977dependencies = [
7978 "byteorder-lite",
7979 "quick-error",
7980]
7981
7982[[package]]
7983name = "image_viewer"
7984version = "0.1.0"
7985dependencies = [
7986 "anyhow",
7987 "db",
7988 "editor",
7989 "file_icons",
7990 "gpui",
7991 "language",
7992 "log",
7993 "project",
7994 "schemars",
7995 "serde",
7996 "settings",
7997 "theme",
7998 "ui",
7999 "util",
8000 "workspace",
8001 "workspace-hack",
8002]
8003
8004[[package]]
8005name = "imagesize"
8006version = "0.13.0"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8009
8010[[package]]
8011name = "imara-diff"
8012version = "0.1.8"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8015dependencies = [
8016 "hashbrown 0.15.3",
8017]
8018
8019[[package]]
8020name = "imgref"
8021version = "1.11.0"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8024
8025[[package]]
8026name = "indexed_docs"
8027version = "0.1.0"
8028dependencies = [
8029 "anyhow",
8030 "async-trait",
8031 "cargo_metadata",
8032 "collections",
8033 "derive_more",
8034 "extension",
8035 "fs",
8036 "futures 0.3.31",
8037 "fuzzy",
8038 "gpui",
8039 "heed",
8040 "html_to_markdown",
8041 "http_client",
8042 "indexmap",
8043 "indoc",
8044 "parking_lot",
8045 "paths",
8046 "pretty_assertions",
8047 "serde",
8048 "strum 0.27.1",
8049 "util",
8050 "workspace-hack",
8051]
8052
8053[[package]]
8054name = "indexmap"
8055version = "2.9.0"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8058dependencies = [
8059 "equivalent",
8060 "hashbrown 0.15.3",
8061 "serde",
8062]
8063
8064[[package]]
8065name = "indoc"
8066version = "2.0.6"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8069
8070[[package]]
8071name = "infer"
8072version = "0.2.3"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8075
8076[[package]]
8077name = "inherent"
8078version = "1.0.12"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8081dependencies = [
8082 "proc-macro2",
8083 "quote",
8084 "syn 2.0.101",
8085]
8086
8087[[package]]
8088name = "inline_completion"
8089version = "0.1.0"
8090dependencies = [
8091 "anyhow",
8092 "gpui",
8093 "language",
8094 "project",
8095 "workspace-hack",
8096 "zed_llm_client",
8097]
8098
8099[[package]]
8100name = "inline_completion_button"
8101version = "0.1.0"
8102dependencies = [
8103 "anyhow",
8104 "client",
8105 "copilot",
8106 "editor",
8107 "feature_flags",
8108 "fs",
8109 "futures 0.3.31",
8110 "gpui",
8111 "indoc",
8112 "inline_completion",
8113 "language",
8114 "lsp",
8115 "paths",
8116 "project",
8117 "regex",
8118 "serde_json",
8119 "settings",
8120 "supermaven",
8121 "telemetry",
8122 "theme",
8123 "ui",
8124 "workspace",
8125 "workspace-hack",
8126 "zed_actions",
8127 "zed_llm_client",
8128 "zeta",
8129]
8130
8131[[package]]
8132name = "inotify"
8133version = "0.11.0"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8136dependencies = [
8137 "bitflags 2.9.0",
8138 "inotify-sys",
8139 "libc",
8140]
8141
8142[[package]]
8143name = "inotify-sys"
8144version = "0.1.5"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8147dependencies = [
8148 "libc",
8149]
8150
8151[[package]]
8152name = "inout"
8153version = "0.1.4"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8156dependencies = [
8157 "block-padding",
8158 "generic-array",
8159]
8160
8161[[package]]
8162name = "inspector_ui"
8163version = "0.1.0"
8164dependencies = [
8165 "anyhow",
8166 "command_palette_hooks",
8167 "editor",
8168 "gpui",
8169 "language",
8170 "project",
8171 "serde_json",
8172 "serde_json_lenient",
8173 "theme",
8174 "ui",
8175 "util",
8176 "workspace",
8177 "workspace-hack",
8178 "zed_actions",
8179]
8180
8181[[package]]
8182name = "install_cli"
8183version = "0.1.0"
8184dependencies = [
8185 "anyhow",
8186 "client",
8187 "gpui",
8188 "release_channel",
8189 "smol",
8190 "util",
8191 "workspace",
8192 "workspace-hack",
8193]
8194
8195[[package]]
8196name = "instant"
8197version = "0.1.13"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8200dependencies = [
8201 "cfg-if",
8202]
8203
8204[[package]]
8205name = "interim"
8206version = "0.2.1"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8209dependencies = [
8210 "chrono",
8211 "logos",
8212]
8213
8214[[package]]
8215name = "interpolate_name"
8216version = "0.2.4"
8217source = "registry+https://github.com/rust-lang/crates.io-index"
8218checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8219dependencies = [
8220 "proc-macro2",
8221 "quote",
8222 "syn 2.0.101",
8223]
8224
8225[[package]]
8226name = "inventory"
8227version = "0.3.20"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8230dependencies = [
8231 "rustversion",
8232]
8233
8234[[package]]
8235name = "io-extras"
8236version = "0.18.4"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8239dependencies = [
8240 "io-lifetimes",
8241 "windows-sys 0.59.0",
8242]
8243
8244[[package]]
8245name = "io-lifetimes"
8246version = "2.0.4"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8249
8250[[package]]
8251name = "io-surface"
8252version = "0.16.0"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8255dependencies = [
8256 "cgl",
8257 "core-foundation 0.10.0",
8258 "core-foundation-sys",
8259 "leaky-cow",
8260 "libc",
8261]
8262
8263[[package]]
8264name = "iovec"
8265version = "0.1.4"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8268dependencies = [
8269 "libc",
8270]
8271
8272[[package]]
8273name = "ipc-channel"
8274version = "0.19.0"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8277dependencies = [
8278 "bincode",
8279 "crossbeam-channel",
8280 "fnv",
8281 "lazy_static",
8282 "libc",
8283 "mio",
8284 "rand 0.8.5",
8285 "serde",
8286 "tempfile",
8287 "uuid",
8288 "windows 0.58.0",
8289]
8290
8291[[package]]
8292name = "ipnet"
8293version = "2.11.0"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8296
8297[[package]]
8298name = "is-docker"
8299version = "0.2.0"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8302dependencies = [
8303 "once_cell",
8304]
8305
8306[[package]]
8307name = "is-terminal"
8308version = "0.4.16"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8311dependencies = [
8312 "hermit-abi 0.5.0",
8313 "libc",
8314 "windows-sys 0.59.0",
8315]
8316
8317[[package]]
8318name = "is-wsl"
8319version = "0.4.0"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8322dependencies = [
8323 "is-docker",
8324 "once_cell",
8325]
8326
8327[[package]]
8328name = "is_terminal_polyfill"
8329version = "1.70.1"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8332
8333[[package]]
8334name = "itertools"
8335version = "0.10.5"
8336source = "registry+https://github.com/rust-lang/crates.io-index"
8337checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8338dependencies = [
8339 "either",
8340]
8341
8342[[package]]
8343name = "itertools"
8344version = "0.11.0"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8347dependencies = [
8348 "either",
8349]
8350
8351[[package]]
8352name = "itertools"
8353version = "0.12.1"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8356dependencies = [
8357 "either",
8358]
8359
8360[[package]]
8361name = "itertools"
8362version = "0.13.0"
8363source = "registry+https://github.com/rust-lang/crates.io-index"
8364checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8365dependencies = [
8366 "either",
8367]
8368
8369[[package]]
8370name = "itertools"
8371version = "0.14.0"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8374dependencies = [
8375 "either",
8376]
8377
8378[[package]]
8379name = "itoa"
8380version = "1.0.15"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8383
8384[[package]]
8385name = "jiff"
8386version = "0.2.10"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8389dependencies = [
8390 "jiff-static",
8391 "jiff-tzdb-platform",
8392 "log",
8393 "portable-atomic",
8394 "portable-atomic-util",
8395 "serde",
8396 "windows-sys 0.59.0",
8397]
8398
8399[[package]]
8400name = "jiff-static"
8401version = "0.2.10"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8404dependencies = [
8405 "proc-macro2",
8406 "quote",
8407 "syn 2.0.101",
8408]
8409
8410[[package]]
8411name = "jiff-tzdb"
8412version = "0.1.4"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8415
8416[[package]]
8417name = "jiff-tzdb-platform"
8418version = "0.1.3"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8421dependencies = [
8422 "jiff-tzdb",
8423]
8424
8425[[package]]
8426name = "jj"
8427version = "0.1.0"
8428dependencies = [
8429 "anyhow",
8430 "gpui",
8431 "jj-lib",
8432 "workspace-hack",
8433]
8434
8435[[package]]
8436name = "jj-lib"
8437version = "0.29.0"
8438source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8439dependencies = [
8440 "async-trait",
8441 "blake2",
8442 "bstr",
8443 "chrono",
8444 "clru",
8445 "digest",
8446 "dunce",
8447 "either",
8448 "futures 0.3.31",
8449 "gix",
8450 "glob",
8451 "hashbrown 0.15.3",
8452 "hex",
8453 "ignore",
8454 "indexmap",
8455 "interim",
8456 "itertools 0.14.0",
8457 "jj-lib-proc-macros",
8458 "maplit",
8459 "once_cell",
8460 "pest",
8461 "pest_derive",
8462 "pollster 0.4.0",
8463 "prost 0.13.5",
8464 "rand 0.8.5",
8465 "rand_chacha 0.3.1",
8466 "rayon",
8467 "ref-cast",
8468 "regex",
8469 "rustix 1.0.7",
8470 "same-file",
8471 "serde",
8472 "serde_json",
8473 "smallvec",
8474 "strsim",
8475 "tempfile",
8476 "thiserror 2.0.12",
8477 "toml_edit",
8478 "tracing",
8479 "version_check",
8480 "winreg 0.52.0",
8481]
8482
8483[[package]]
8484name = "jj-lib-proc-macros"
8485version = "0.29.0"
8486source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8487dependencies = [
8488 "proc-macro2",
8489 "quote",
8490 "syn 2.0.101",
8491]
8492
8493[[package]]
8494name = "jj_ui"
8495version = "0.1.0"
8496dependencies = [
8497 "command_palette_hooks",
8498 "feature_flags",
8499 "fuzzy",
8500 "gpui",
8501 "jj",
8502 "picker",
8503 "ui",
8504 "util",
8505 "workspace",
8506 "workspace-hack",
8507 "zed_actions",
8508]
8509
8510[[package]]
8511name = "jni"
8512version = "0.21.1"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8515dependencies = [
8516 "cesu8",
8517 "cfg-if",
8518 "combine",
8519 "jni-sys",
8520 "log",
8521 "thiserror 1.0.69",
8522 "walkdir",
8523 "windows-sys 0.45.0",
8524]
8525
8526[[package]]
8527name = "jni-sys"
8528version = "0.3.0"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8531
8532[[package]]
8533name = "jobserver"
8534version = "0.1.33"
8535source = "registry+https://github.com/rust-lang/crates.io-index"
8536checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8537dependencies = [
8538 "getrandom 0.3.2",
8539 "libc",
8540]
8541
8542[[package]]
8543name = "journal"
8544version = "0.1.0"
8545dependencies = [
8546 "anyhow",
8547 "chrono",
8548 "editor",
8549 "gpui",
8550 "log",
8551 "schemars",
8552 "serde",
8553 "settings",
8554 "shellexpand 2.1.2",
8555 "workspace",
8556 "workspace-hack",
8557]
8558
8559[[package]]
8560name = "jpeg-decoder"
8561version = "0.3.1"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8564
8565[[package]]
8566name = "js-sys"
8567version = "0.3.77"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8570dependencies = [
8571 "once_cell",
8572 "wasm-bindgen",
8573]
8574
8575[[package]]
8576name = "json_dotpath"
8577version = "1.1.0"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8580dependencies = [
8581 "serde",
8582 "serde_derive",
8583 "serde_json",
8584 "thiserror 1.0.69",
8585]
8586
8587[[package]]
8588name = "jsonschema"
8589version = "0.30.0"
8590source = "registry+https://github.com/rust-lang/crates.io-index"
8591checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8592dependencies = [
8593 "ahash 0.8.11",
8594 "base64 0.22.1",
8595 "bytecount",
8596 "email_address",
8597 "fancy-regex 0.14.0",
8598 "fraction",
8599 "idna",
8600 "itoa",
8601 "num-cmp",
8602 "num-traits",
8603 "once_cell",
8604 "percent-encoding",
8605 "referencing",
8606 "regex",
8607 "regex-syntax 0.8.5",
8608 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8609 "serde",
8610 "serde_json",
8611 "uuid-simd",
8612]
8613
8614[[package]]
8615name = "jsonwebtoken"
8616version = "9.3.1"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8619dependencies = [
8620 "base64 0.22.1",
8621 "js-sys",
8622 "pem",
8623 "ring",
8624 "serde",
8625 "serde_json",
8626 "simple_asn1",
8627]
8628
8629[[package]]
8630name = "jupyter-protocol"
8631version = "0.6.0"
8632source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8633dependencies = [
8634 "anyhow",
8635 "async-trait",
8636 "bytes 1.10.1",
8637 "chrono",
8638 "futures 0.3.31",
8639 "serde",
8640 "serde_json",
8641 "uuid",
8642]
8643
8644[[package]]
8645name = "jupyter-websocket-client"
8646version = "0.9.0"
8647source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8648dependencies = [
8649 "anyhow",
8650 "async-trait",
8651 "async-tungstenite",
8652 "futures 0.3.31",
8653 "jupyter-protocol",
8654 "serde",
8655 "serde_json",
8656 "url",
8657 "uuid",
8658]
8659
8660[[package]]
8661name = "khronos-egl"
8662version = "6.0.0"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8665dependencies = [
8666 "libc",
8667 "libloading",
8668]
8669
8670[[package]]
8671name = "kqueue"
8672version = "1.0.8"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8675dependencies = [
8676 "kqueue-sys",
8677 "libc",
8678]
8679
8680[[package]]
8681name = "kqueue-sys"
8682version = "1.0.4"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8685dependencies = [
8686 "bitflags 1.3.2",
8687 "libc",
8688]
8689
8690[[package]]
8691name = "kstring"
8692version = "2.0.2"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8695dependencies = [
8696 "static_assertions",
8697]
8698
8699[[package]]
8700name = "kurbo"
8701version = "0.11.1"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8704dependencies = [
8705 "arrayvec",
8706 "smallvec",
8707]
8708
8709[[package]]
8710name = "kv-log-macro"
8711version = "1.0.7"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8714dependencies = [
8715 "log",
8716]
8717
8718[[package]]
8719name = "language"
8720version = "0.1.0"
8721dependencies = [
8722 "anyhow",
8723 "async-trait",
8724 "async-watch",
8725 "clock",
8726 "collections",
8727 "ctor",
8728 "diffy",
8729 "ec4rs",
8730 "env_logger 0.11.8",
8731 "fs",
8732 "futures 0.3.31",
8733 "fuzzy",
8734 "globset",
8735 "gpui",
8736 "http_client",
8737 "imara-diff",
8738 "indoc",
8739 "itertools 0.14.0",
8740 "log",
8741 "lsp",
8742 "parking_lot",
8743 "postage",
8744 "pretty_assertions",
8745 "rand 0.8.5",
8746 "regex",
8747 "rpc",
8748 "schemars",
8749 "serde",
8750 "serde_json",
8751 "settings",
8752 "smallvec",
8753 "smol",
8754 "streaming-iterator",
8755 "strsim",
8756 "sum_tree",
8757 "task",
8758 "text",
8759 "theme",
8760 "tree-sitter",
8761 "tree-sitter-elixir",
8762 "tree-sitter-embedded-template",
8763 "tree-sitter-heex",
8764 "tree-sitter-html",
8765 "tree-sitter-json",
8766 "tree-sitter-md",
8767 "tree-sitter-python",
8768 "tree-sitter-ruby",
8769 "tree-sitter-rust",
8770 "tree-sitter-typescript",
8771 "unicase",
8772 "unindent",
8773 "util",
8774 "workspace-hack",
8775]
8776
8777[[package]]
8778name = "language_extension"
8779version = "0.1.0"
8780dependencies = [
8781 "anyhow",
8782 "async-trait",
8783 "collections",
8784 "extension",
8785 "fs",
8786 "futures 0.3.31",
8787 "gpui",
8788 "language",
8789 "lsp",
8790 "serde",
8791 "serde_json",
8792 "util",
8793 "workspace-hack",
8794]
8795
8796[[package]]
8797name = "language_model"
8798version = "0.1.0"
8799dependencies = [
8800 "anthropic",
8801 "anyhow",
8802 "base64 0.22.1",
8803 "client",
8804 "collections",
8805 "futures 0.3.31",
8806 "gpui",
8807 "http_client",
8808 "icons",
8809 "image",
8810 "parking_lot",
8811 "proto",
8812 "schemars",
8813 "serde",
8814 "serde_json",
8815 "smol",
8816 "telemetry_events",
8817 "thiserror 2.0.12",
8818 "util",
8819 "workspace-hack",
8820 "zed_llm_client",
8821]
8822
8823[[package]]
8824name = "language_models"
8825version = "0.1.0"
8826dependencies = [
8827 "anthropic",
8828 "anyhow",
8829 "aws-config",
8830 "aws-credential-types",
8831 "aws_http_client",
8832 "bedrock",
8833 "client",
8834 "collections",
8835 "copilot",
8836 "credentials_provider",
8837 "deepseek",
8838 "editor",
8839 "fs",
8840 "futures 0.3.31",
8841 "google_ai",
8842 "gpui",
8843 "gpui_tokio",
8844 "http_client",
8845 "language_model",
8846 "lmstudio",
8847 "log",
8848 "menu",
8849 "mistral",
8850 "ollama",
8851 "open_ai",
8852 "partial-json-fixer",
8853 "project",
8854 "proto",
8855 "release_channel",
8856 "schemars",
8857 "serde",
8858 "serde_json",
8859 "settings",
8860 "smol",
8861 "strum 0.27.1",
8862 "theme",
8863 "thiserror 2.0.12",
8864 "tiktoken-rs",
8865 "tokio",
8866 "ui",
8867 "util",
8868 "workspace-hack",
8869 "zed_llm_client",
8870]
8871
8872[[package]]
8873name = "language_selector"
8874version = "0.1.0"
8875dependencies = [
8876 "anyhow",
8877 "editor",
8878 "file_finder",
8879 "file_icons",
8880 "fuzzy",
8881 "gpui",
8882 "language",
8883 "picker",
8884 "project",
8885 "settings",
8886 "ui",
8887 "util",
8888 "workspace",
8889 "workspace-hack",
8890]
8891
8892[[package]]
8893name = "language_tools"
8894version = "0.1.0"
8895dependencies = [
8896 "anyhow",
8897 "client",
8898 "collections",
8899 "copilot",
8900 "editor",
8901 "env_logger 0.11.8",
8902 "futures 0.3.31",
8903 "gpui",
8904 "itertools 0.14.0",
8905 "language",
8906 "lsp",
8907 "project",
8908 "release_channel",
8909 "serde_json",
8910 "settings",
8911 "theme",
8912 "tree-sitter",
8913 "ui",
8914 "util",
8915 "workspace",
8916 "workspace-hack",
8917 "zed_actions",
8918]
8919
8920[[package]]
8921name = "languages"
8922version = "0.1.0"
8923dependencies = [
8924 "anyhow",
8925 "async-compression",
8926 "async-tar",
8927 "async-trait",
8928 "collections",
8929 "dap",
8930 "futures 0.3.31",
8931 "gpui",
8932 "http_client",
8933 "language",
8934 "log",
8935 "lsp",
8936 "node_runtime",
8937 "parking_lot",
8938 "paths",
8939 "pet",
8940 "pet-conda",
8941 "pet-core",
8942 "pet-fs",
8943 "pet-poetry",
8944 "pet-reporter",
8945 "pretty_assertions",
8946 "project",
8947 "regex",
8948 "rope",
8949 "rust-embed",
8950 "schemars",
8951 "serde",
8952 "serde_json",
8953 "serde_json_lenient",
8954 "settings",
8955 "smol",
8956 "snippet_provider",
8957 "task",
8958 "text",
8959 "theme",
8960 "toml 0.8.20",
8961 "tree-sitter",
8962 "tree-sitter-bash",
8963 "tree-sitter-c",
8964 "tree-sitter-cpp",
8965 "tree-sitter-css",
8966 "tree-sitter-diff",
8967 "tree-sitter-gitcommit",
8968 "tree-sitter-go",
8969 "tree-sitter-gomod",
8970 "tree-sitter-gowork",
8971 "tree-sitter-jsdoc",
8972 "tree-sitter-json",
8973 "tree-sitter-md",
8974 "tree-sitter-python",
8975 "tree-sitter-regex",
8976 "tree-sitter-rust",
8977 "tree-sitter-typescript",
8978 "tree-sitter-yaml",
8979 "unindent",
8980 "util",
8981 "workspace",
8982 "workspace-hack",
8983]
8984
8985[[package]]
8986name = "lazy_static"
8987version = "1.5.0"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8990dependencies = [
8991 "spin",
8992]
8993
8994[[package]]
8995name = "lazycell"
8996version = "1.3.0"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8999
9000[[package]]
9001name = "leak"
9002version = "0.1.2"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
9005
9006[[package]]
9007name = "leaky-cow"
9008version = "0.1.1"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
9011dependencies = [
9012 "leak",
9013]
9014
9015[[package]]
9016name = "leb128"
9017version = "0.2.5"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9020
9021[[package]]
9022name = "leb128fmt"
9023version = "0.1.0"
9024source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9026
9027[[package]]
9028name = "lebe"
9029version = "0.5.2"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9032
9033[[package]]
9034name = "libc"
9035version = "0.2.172"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9038
9039[[package]]
9040name = "libdbus-sys"
9041version = "0.2.5"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9044dependencies = [
9045 "cc",
9046 "pkg-config",
9047]
9048
9049[[package]]
9050name = "libfuzzer-sys"
9051version = "0.4.9"
9052source = "registry+https://github.com/rust-lang/crates.io-index"
9053checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9054dependencies = [
9055 "arbitrary",
9056 "cc",
9057]
9058
9059[[package]]
9060name = "libgit2-sys"
9061version = "0.18.1+1.9.0"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9064dependencies = [
9065 "cc",
9066 "libc",
9067 "libz-sys",
9068 "pkg-config",
9069]
9070
9071[[package]]
9072name = "libloading"
9073version = "0.8.6"
9074source = "registry+https://github.com/rust-lang/crates.io-index"
9075checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9076dependencies = [
9077 "cfg-if",
9078 "windows-targets 0.52.6",
9079]
9080
9081[[package]]
9082name = "libm"
9083version = "0.2.11"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9086
9087[[package]]
9088name = "libmimalloc-sys"
9089version = "0.1.42"
9090source = "registry+https://github.com/rust-lang/crates.io-index"
9091checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9092dependencies = [
9093 "cc",
9094 "libc",
9095]
9096
9097[[package]]
9098name = "libredox"
9099version = "0.1.3"
9100source = "registry+https://github.com/rust-lang/crates.io-index"
9101checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9102dependencies = [
9103 "bitflags 2.9.0",
9104 "libc",
9105 "redox_syscall 0.5.11",
9106]
9107
9108[[package]]
9109name = "libsqlite3-sys"
9110version = "0.30.1"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9113dependencies = [
9114 "cc",
9115 "pkg-config",
9116 "vcpkg",
9117]
9118
9119[[package]]
9120name = "libwebrtc"
9121version = "0.3.10"
9122source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9123dependencies = [
9124 "cxx",
9125 "jni",
9126 "js-sys",
9127 "lazy_static",
9128 "livekit-protocol",
9129 "livekit-runtime",
9130 "log",
9131 "parking_lot",
9132 "serde",
9133 "serde_json",
9134 "thiserror 1.0.69",
9135 "tokio",
9136 "wasm-bindgen",
9137 "wasm-bindgen-futures",
9138 "web-sys",
9139 "webrtc-sys",
9140]
9141
9142[[package]]
9143name = "libz-rs-sys"
9144version = "0.5.0"
9145source = "registry+https://github.com/rust-lang/crates.io-index"
9146checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9147dependencies = [
9148 "zlib-rs",
9149]
9150
9151[[package]]
9152name = "libz-sys"
9153version = "1.1.22"
9154source = "registry+https://github.com/rust-lang/crates.io-index"
9155checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9156dependencies = [
9157 "cc",
9158 "libc",
9159 "pkg-config",
9160 "vcpkg",
9161]
9162
9163[[package]]
9164name = "link-cplusplus"
9165version = "1.0.10"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9168dependencies = [
9169 "cc",
9170]
9171
9172[[package]]
9173name = "linkify"
9174version = "0.10.0"
9175source = "registry+https://github.com/rust-lang/crates.io-index"
9176checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9177dependencies = [
9178 "memchr",
9179]
9180
9181[[package]]
9182name = "linux-raw-sys"
9183version = "0.4.15"
9184source = "registry+https://github.com/rust-lang/crates.io-index"
9185checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9186
9187[[package]]
9188name = "linux-raw-sys"
9189version = "0.9.4"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9192
9193[[package]]
9194name = "litemap"
9195version = "0.7.5"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9198
9199[[package]]
9200name = "livekit"
9201version = "0.7.8"
9202source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9203dependencies = [
9204 "chrono",
9205 "futures-util",
9206 "lazy_static",
9207 "libloading",
9208 "libwebrtc",
9209 "livekit-api",
9210 "livekit-protocol",
9211 "livekit-runtime",
9212 "log",
9213 "parking_lot",
9214 "prost 0.12.6",
9215 "semver",
9216 "serde",
9217 "serde_json",
9218 "thiserror 1.0.69",
9219 "tokio",
9220]
9221
9222[[package]]
9223name = "livekit-api"
9224version = "0.4.2"
9225source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9226dependencies = [
9227 "futures-util",
9228 "http 0.2.12",
9229 "livekit-protocol",
9230 "livekit-runtime",
9231 "log",
9232 "parking_lot",
9233 "pbjson-types",
9234 "prost 0.12.6",
9235 "rand 0.9.1",
9236 "reqwest 0.11.27",
9237 "scopeguard",
9238 "serde",
9239 "sha2",
9240 "thiserror 1.0.69",
9241 "tokio",
9242 "tokio-tungstenite 0.26.2",
9243 "url",
9244]
9245
9246[[package]]
9247name = "livekit-protocol"
9248version = "0.3.9"
9249source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9250dependencies = [
9251 "futures-util",
9252 "livekit-runtime",
9253 "parking_lot",
9254 "pbjson",
9255 "pbjson-types",
9256 "prost 0.12.6",
9257 "prost-types 0.12.6",
9258 "serde",
9259 "thiserror 1.0.69",
9260 "tokio",
9261]
9262
9263[[package]]
9264name = "livekit-runtime"
9265version = "0.4.0"
9266source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9267dependencies = [
9268 "tokio",
9269 "tokio-stream",
9270]
9271
9272[[package]]
9273name = "livekit_api"
9274version = "0.1.0"
9275dependencies = [
9276 "anyhow",
9277 "async-trait",
9278 "jsonwebtoken",
9279 "log",
9280 "prost 0.9.0",
9281 "prost-build 0.9.0",
9282 "prost-types 0.9.0",
9283 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9284 "serde",
9285 "workspace-hack",
9286]
9287
9288[[package]]
9289name = "livekit_client"
9290version = "0.1.0"
9291dependencies = [
9292 "anyhow",
9293 "async-trait",
9294 "collections",
9295 "core-foundation 0.10.0",
9296 "core-video",
9297 "coreaudio-rs 0.12.1",
9298 "cpal",
9299 "futures 0.3.31",
9300 "gpui",
9301 "gpui_tokio",
9302 "http_client_tls",
9303 "image",
9304 "libwebrtc",
9305 "livekit",
9306 "livekit_api",
9307 "log",
9308 "nanoid",
9309 "objc",
9310 "parking_lot",
9311 "postage",
9312 "scap",
9313 "serde",
9314 "serde_json",
9315 "sha2",
9316 "simplelog",
9317 "smallvec",
9318 "tokio-tungstenite 0.26.2",
9319 "util",
9320 "workspace-hack",
9321]
9322
9323[[package]]
9324name = "lmdb-master-sys"
9325version = "0.2.5"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9328dependencies = [
9329 "cc",
9330 "doxygen-rs",
9331 "libc",
9332]
9333
9334[[package]]
9335name = "lmstudio"
9336version = "0.1.0"
9337dependencies = [
9338 "anyhow",
9339 "futures 0.3.31",
9340 "http_client",
9341 "schemars",
9342 "serde",
9343 "serde_json",
9344 "workspace-hack",
9345]
9346
9347[[package]]
9348name = "lock_api"
9349version = "0.4.12"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9352dependencies = [
9353 "autocfg",
9354 "scopeguard",
9355]
9356
9357[[package]]
9358name = "log"
9359version = "0.4.27"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9362dependencies = [
9363 "serde",
9364 "value-bag",
9365]
9366
9367[[package]]
9368name = "logos"
9369version = "0.15.0"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9372dependencies = [
9373 "logos-derive",
9374]
9375
9376[[package]]
9377name = "logos-codegen"
9378version = "0.15.0"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9381dependencies = [
9382 "beef",
9383 "fnv",
9384 "lazy_static",
9385 "proc-macro2",
9386 "quote",
9387 "regex-syntax 0.8.5",
9388 "rustc_version",
9389 "syn 2.0.101",
9390]
9391
9392[[package]]
9393name = "logos-derive"
9394version = "0.15.0"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9397dependencies = [
9398 "logos-codegen",
9399]
9400
9401[[package]]
9402name = "loom"
9403version = "0.7.2"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9406dependencies = [
9407 "cfg-if",
9408 "generator",
9409 "scoped-tls",
9410 "tracing",
9411 "tracing-subscriber",
9412]
9413
9414[[package]]
9415name = "loop9"
9416version = "0.1.5"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9419dependencies = [
9420 "imgref",
9421]
9422
9423[[package]]
9424name = "lru"
9425version = "0.12.5"
9426source = "registry+https://github.com/rust-lang/crates.io-index"
9427checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9428dependencies = [
9429 "hashbrown 0.15.3",
9430]
9431
9432[[package]]
9433name = "lsp"
9434version = "0.1.0"
9435dependencies = [
9436 "anyhow",
9437 "async-pipe",
9438 "collections",
9439 "ctor",
9440 "env_logger 0.11.8",
9441 "futures 0.3.31",
9442 "gpui",
9443 "log",
9444 "lsp-types",
9445 "parking_lot",
9446 "postage",
9447 "release_channel",
9448 "schemars",
9449 "serde",
9450 "serde_json",
9451 "smol",
9452 "util",
9453 "workspace-hack",
9454]
9455
9456[[package]]
9457name = "lsp-types"
9458version = "0.95.1"
9459source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9460dependencies = [
9461 "bitflags 1.3.2",
9462 "serde",
9463 "serde_json",
9464 "serde_repr",
9465 "url",
9466]
9467
9468[[package]]
9469name = "lyon"
9470version = "1.0.1"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9473dependencies = [
9474 "lyon_algorithms",
9475 "lyon_extra",
9476 "lyon_tessellation",
9477]
9478
9479[[package]]
9480name = "lyon_algorithms"
9481version = "1.0.5"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9484dependencies = [
9485 "lyon_path",
9486 "num-traits",
9487]
9488
9489[[package]]
9490name = "lyon_extra"
9491version = "1.0.3"
9492source = "registry+https://github.com/rust-lang/crates.io-index"
9493checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9494dependencies = [
9495 "lyon_path",
9496 "thiserror 1.0.69",
9497]
9498
9499[[package]]
9500name = "lyon_geom"
9501version = "1.0.6"
9502source = "registry+https://github.com/rust-lang/crates.io-index"
9503checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9504dependencies = [
9505 "arrayvec",
9506 "euclid",
9507 "num-traits",
9508]
9509
9510[[package]]
9511name = "lyon_path"
9512version = "1.0.7"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9515dependencies = [
9516 "lyon_geom",
9517 "num-traits",
9518]
9519
9520[[package]]
9521name = "lyon_tessellation"
9522version = "1.0.15"
9523source = "registry+https://github.com/rust-lang/crates.io-index"
9524checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9525dependencies = [
9526 "float_next_after",
9527 "lyon_path",
9528 "num-traits",
9529]
9530
9531[[package]]
9532name = "mac"
9533version = "0.1.1"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9536
9537[[package]]
9538name = "mach2"
9539version = "0.4.2"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9542dependencies = [
9543 "libc",
9544]
9545
9546[[package]]
9547name = "malloc_buf"
9548version = "0.0.6"
9549source = "registry+https://github.com/rust-lang/crates.io-index"
9550checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9551dependencies = [
9552 "libc",
9553]
9554
9555[[package]]
9556name = "maplit"
9557version = "1.0.2"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9560
9561[[package]]
9562name = "markdown"
9563version = "0.1.0"
9564dependencies = [
9565 "anyhow",
9566 "assets",
9567 "base64 0.22.1",
9568 "env_logger 0.11.8",
9569 "gpui",
9570 "language",
9571 "languages",
9572 "linkify",
9573 "log",
9574 "node_runtime",
9575 "pulldown-cmark 0.12.2",
9576 "settings",
9577 "sum_tree",
9578 "theme",
9579 "ui",
9580 "util",
9581 "workspace-hack",
9582]
9583
9584[[package]]
9585name = "markdown_preview"
9586version = "0.1.0"
9587dependencies = [
9588 "anyhow",
9589 "async-recursion 1.1.1",
9590 "collections",
9591 "editor",
9592 "fs",
9593 "gpui",
9594 "language",
9595 "linkify",
9596 "log",
9597 "pretty_assertions",
9598 "pulldown-cmark 0.12.2",
9599 "settings",
9600 "theme",
9601 "ui",
9602 "util",
9603 "workspace",
9604 "workspace-hack",
9605]
9606
9607[[package]]
9608name = "markup5ever"
9609version = "0.12.1"
9610source = "registry+https://github.com/rust-lang/crates.io-index"
9611checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9612dependencies = [
9613 "log",
9614 "phf",
9615 "phf_codegen",
9616 "string_cache",
9617 "string_cache_codegen",
9618 "tendril",
9619]
9620
9621[[package]]
9622name = "markup5ever"
9623version = "0.16.1"
9624source = "registry+https://github.com/rust-lang/crates.io-index"
9625checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9626dependencies = [
9627 "log",
9628 "tendril",
9629 "web_atoms",
9630]
9631
9632[[package]]
9633name = "markup5ever_rcdom"
9634version = "0.3.0"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9637dependencies = [
9638 "html5ever 0.27.0",
9639 "markup5ever 0.12.1",
9640 "tendril",
9641 "xml5ever",
9642]
9643
9644[[package]]
9645name = "match_token"
9646version = "0.1.0"
9647source = "registry+https://github.com/rust-lang/crates.io-index"
9648checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9649dependencies = [
9650 "proc-macro2",
9651 "quote",
9652 "syn 2.0.101",
9653]
9654
9655[[package]]
9656name = "matchers"
9657version = "0.1.0"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9660dependencies = [
9661 "regex-automata 0.1.10",
9662]
9663
9664[[package]]
9665name = "matchit"
9666version = "0.7.3"
9667source = "registry+https://github.com/rust-lang/crates.io-index"
9668checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9669
9670[[package]]
9671name = "maybe-async"
9672version = "0.2.10"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9675dependencies = [
9676 "proc-macro2",
9677 "quote",
9678 "syn 2.0.101",
9679]
9680
9681[[package]]
9682name = "maybe-owned"
9683version = "0.3.4"
9684source = "registry+https://github.com/rust-lang/crates.io-index"
9685checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9686
9687[[package]]
9688name = "maybe-rayon"
9689version = "0.1.1"
9690source = "registry+https://github.com/rust-lang/crates.io-index"
9691checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9692dependencies = [
9693 "cfg-if",
9694 "rayon",
9695]
9696
9697[[package]]
9698name = "md-5"
9699version = "0.10.6"
9700source = "registry+https://github.com/rust-lang/crates.io-index"
9701checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9702dependencies = [
9703 "cfg-if",
9704 "digest",
9705]
9706
9707[[package]]
9708name = "mdbook"
9709version = "0.4.48"
9710source = "registry+https://github.com/rust-lang/crates.io-index"
9711checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9712dependencies = [
9713 "ammonia",
9714 "anyhow",
9715 "chrono",
9716 "clap",
9717 "clap_complete",
9718 "elasticlunr-rs",
9719 "env_logger 0.11.8",
9720 "futures-util",
9721 "handlebars 6.3.2",
9722 "hex",
9723 "ignore",
9724 "log",
9725 "memchr",
9726 "notify",
9727 "notify-debouncer-mini",
9728 "once_cell",
9729 "opener",
9730 "pathdiff",
9731 "pulldown-cmark 0.10.3",
9732 "regex",
9733 "serde",
9734 "serde_json",
9735 "sha2",
9736 "shlex",
9737 "tempfile",
9738 "tokio",
9739 "toml 0.5.11",
9740 "topological-sort",
9741 "walkdir",
9742 "warp",
9743]
9744
9745[[package]]
9746name = "media"
9747version = "0.1.0"
9748dependencies = [
9749 "anyhow",
9750 "bindgen 0.71.1",
9751 "core-foundation 0.10.0",
9752 "core-video",
9753 "ctor",
9754 "foreign-types 0.5.0",
9755 "metal",
9756 "objc",
9757 "workspace-hack",
9758]
9759
9760[[package]]
9761name = "memchr"
9762version = "2.7.4"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9765
9766[[package]]
9767name = "memfd"
9768version = "0.6.4"
9769source = "registry+https://github.com/rust-lang/crates.io-index"
9770checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9771dependencies = [
9772 "rustix 0.38.44",
9773]
9774
9775[[package]]
9776name = "memmap2"
9777version = "0.9.5"
9778source = "registry+https://github.com/rust-lang/crates.io-index"
9779checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9780dependencies = [
9781 "libc",
9782]
9783
9784[[package]]
9785name = "memoffset"
9786version = "0.9.1"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9789dependencies = [
9790 "autocfg",
9791]
9792
9793[[package]]
9794name = "menu"
9795version = "0.1.0"
9796dependencies = [
9797 "gpui",
9798 "workspace-hack",
9799]
9800
9801[[package]]
9802name = "metal"
9803version = "0.29.0"
9804source = "registry+https://github.com/rust-lang/crates.io-index"
9805checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9806dependencies = [
9807 "bitflags 2.9.0",
9808 "block",
9809 "core-graphics-types 0.1.3",
9810 "foreign-types 0.5.0",
9811 "log",
9812 "objc",
9813 "paste",
9814]
9815
9816[[package]]
9817name = "migrator"
9818version = "0.1.0"
9819dependencies = [
9820 "anyhow",
9821 "collections",
9822 "convert_case 0.8.0",
9823 "log",
9824 "pretty_assertions",
9825 "streaming-iterator",
9826 "tree-sitter",
9827 "tree-sitter-json",
9828 "workspace-hack",
9829]
9830
9831[[package]]
9832name = "mimalloc"
9833version = "0.1.46"
9834source = "registry+https://github.com/rust-lang/crates.io-index"
9835checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9836dependencies = [
9837 "libmimalloc-sys",
9838]
9839
9840[[package]]
9841name = "mime"
9842version = "0.3.17"
9843source = "registry+https://github.com/rust-lang/crates.io-index"
9844checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9845
9846[[package]]
9847name = "mime_guess"
9848version = "2.0.5"
9849source = "registry+https://github.com/rust-lang/crates.io-index"
9850checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9851dependencies = [
9852 "mime",
9853 "unicase",
9854]
9855
9856[[package]]
9857name = "minimal-lexical"
9858version = "0.2.1"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9861
9862[[package]]
9863name = "miniz_oxide"
9864version = "0.8.8"
9865source = "registry+https://github.com/rust-lang/crates.io-index"
9866checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9867dependencies = [
9868 "adler2",
9869 "simd-adler32",
9870]
9871
9872[[package]]
9873name = "mint"
9874version = "0.5.9"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9877
9878[[package]]
9879name = "mio"
9880version = "1.0.3"
9881source = "registry+https://github.com/rust-lang/crates.io-index"
9882checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9883dependencies = [
9884 "libc",
9885 "log",
9886 "wasi 0.11.0+wasi-snapshot-preview1",
9887 "windows-sys 0.52.0",
9888]
9889
9890[[package]]
9891name = "miow"
9892version = "0.6.0"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9895dependencies = [
9896 "windows-sys 0.48.0",
9897]
9898
9899[[package]]
9900name = "mistral"
9901version = "0.1.0"
9902dependencies = [
9903 "anyhow",
9904 "futures 0.3.31",
9905 "http_client",
9906 "schemars",
9907 "serde",
9908 "serde_json",
9909 "strum 0.27.1",
9910 "workspace-hack",
9911]
9912
9913[[package]]
9914name = "moka"
9915version = "0.12.10"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9918dependencies = [
9919 "crossbeam-channel",
9920 "crossbeam-epoch",
9921 "crossbeam-utils",
9922 "loom",
9923 "parking_lot",
9924 "portable-atomic",
9925 "rustc_version",
9926 "smallvec",
9927 "tagptr",
9928 "thiserror 1.0.69",
9929 "uuid",
9930]
9931
9932[[package]]
9933name = "msvc_spectre_libs"
9934version = "0.1.3"
9935source = "registry+https://github.com/rust-lang/crates.io-index"
9936checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9937dependencies = [
9938 "cc",
9939]
9940
9941[[package]]
9942name = "multi_buffer"
9943version = "0.1.0"
9944dependencies = [
9945 "anyhow",
9946 "buffer_diff",
9947 "clock",
9948 "collections",
9949 "ctor",
9950 "env_logger 0.11.8",
9951 "gpui",
9952 "indoc",
9953 "itertools 0.14.0",
9954 "language",
9955 "log",
9956 "parking_lot",
9957 "pretty_assertions",
9958 "project",
9959 "rand 0.8.5",
9960 "rope",
9961 "serde",
9962 "settings",
9963 "smallvec",
9964 "smol",
9965 "sum_tree",
9966 "text",
9967 "theme",
9968 "tree-sitter",
9969 "util",
9970 "workspace-hack",
9971]
9972
9973[[package]]
9974name = "multimap"
9975version = "0.8.3"
9976source = "registry+https://github.com/rust-lang/crates.io-index"
9977checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9978
9979[[package]]
9980name = "multimap"
9981version = "0.10.0"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9984
9985[[package]]
9986name = "naga"
9987version = "25.0.1"
9988source = "registry+https://github.com/rust-lang/crates.io-index"
9989checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9990dependencies = [
9991 "arrayvec",
9992 "bit-set 0.8.0",
9993 "bitflags 2.9.0",
9994 "cfg_aliases 0.2.1",
9995 "codespan-reporting 0.12.0",
9996 "half",
9997 "hashbrown 0.15.3",
9998 "hexf-parse",
9999 "indexmap",
10000 "log",
10001 "num-traits",
10002 "once_cell",
10003 "rustc-hash 1.1.0",
10004 "spirv",
10005 "strum 0.26.3",
10006 "thiserror 2.0.12",
10007 "unicode-ident",
10008]
10009
10010[[package]]
10011name = "nanoid"
10012version = "0.4.0"
10013source = "registry+https://github.com/rust-lang/crates.io-index"
10014checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10015dependencies = [
10016 "rand 0.8.5",
10017]
10018
10019[[package]]
10020name = "nanorand"
10021version = "0.7.0"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10024dependencies = [
10025 "getrandom 0.2.15",
10026]
10027
10028[[package]]
10029name = "native-tls"
10030version = "0.2.14"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10033dependencies = [
10034 "libc",
10035 "log",
10036 "openssl",
10037 "openssl-probe",
10038 "openssl-sys",
10039 "schannel",
10040 "security-framework 2.11.1",
10041 "security-framework-sys",
10042 "tempfile",
10043]
10044
10045[[package]]
10046name = "nbformat"
10047version = "0.10.0"
10048source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10049dependencies = [
10050 "anyhow",
10051 "chrono",
10052 "jupyter-protocol",
10053 "serde",
10054 "serde_json",
10055 "thiserror 1.0.69",
10056 "uuid",
10057]
10058
10059[[package]]
10060name = "ndk"
10061version = "0.8.0"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10064dependencies = [
10065 "bitflags 2.9.0",
10066 "jni-sys",
10067 "log",
10068 "ndk-sys",
10069 "num_enum",
10070 "thiserror 1.0.69",
10071]
10072
10073[[package]]
10074name = "ndk-context"
10075version = "0.1.1"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10078
10079[[package]]
10080name = "ndk-sys"
10081version = "0.5.0+25.2.9519653"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10084dependencies = [
10085 "jni-sys",
10086]
10087
10088[[package]]
10089name = "new_debug_unreachable"
10090version = "1.0.6"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10093
10094[[package]]
10095name = "nix"
10096version = "0.28.0"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10099dependencies = [
10100 "bitflags 2.9.0",
10101 "cfg-if",
10102 "cfg_aliases 0.1.1",
10103 "libc",
10104]
10105
10106[[package]]
10107name = "nix"
10108version = "0.29.0"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10111dependencies = [
10112 "bitflags 2.9.0",
10113 "cfg-if",
10114 "cfg_aliases 0.2.1",
10115 "libc",
10116 "memoffset",
10117]
10118
10119[[package]]
10120name = "node_runtime"
10121version = "0.1.0"
10122dependencies = [
10123 "anyhow",
10124 "async-compression",
10125 "async-std",
10126 "async-tar",
10127 "async-trait",
10128 "async-watch",
10129 "futures 0.3.31",
10130 "http_client",
10131 "log",
10132 "paths",
10133 "semver",
10134 "serde",
10135 "serde_json",
10136 "smol",
10137 "util",
10138 "which 6.0.3",
10139 "workspace-hack",
10140]
10141
10142[[package]]
10143name = "nom"
10144version = "7.1.3"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10147dependencies = [
10148 "memchr",
10149 "minimal-lexical",
10150]
10151
10152[[package]]
10153name = "noop_proc_macro"
10154version = "0.3.0"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10157
10158[[package]]
10159name = "normpath"
10160version = "1.3.0"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10163dependencies = [
10164 "windows-sys 0.59.0",
10165]
10166
10167[[package]]
10168name = "notifications"
10169version = "0.1.0"
10170dependencies = [
10171 "anyhow",
10172 "channel",
10173 "client",
10174 "collections",
10175 "component",
10176 "db",
10177 "gpui",
10178 "rpc",
10179 "settings",
10180 "sum_tree",
10181 "time",
10182 "ui",
10183 "util",
10184 "workspace",
10185 "workspace-hack",
10186]
10187
10188[[package]]
10189name = "notify"
10190version = "8.0.0"
10191source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10192dependencies = [
10193 "bitflags 2.9.0",
10194 "filetime",
10195 "fsevent-sys 4.1.0",
10196 "inotify",
10197 "kqueue",
10198 "libc",
10199 "log",
10200 "mio",
10201 "notify-types",
10202 "walkdir",
10203 "windows-sys 0.59.0",
10204]
10205
10206[[package]]
10207name = "notify-debouncer-mini"
10208version = "0.6.0"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10211dependencies = [
10212 "log",
10213 "notify",
10214 "notify-types",
10215 "tempfile",
10216]
10217
10218[[package]]
10219name = "notify-types"
10220version = "2.0.0"
10221source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10222
10223[[package]]
10224name = "ntapi"
10225version = "0.4.1"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10228dependencies = [
10229 "winapi",
10230]
10231
10232[[package]]
10233name = "nu-ansi-term"
10234version = "0.46.0"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10237dependencies = [
10238 "overload",
10239 "winapi",
10240]
10241
10242[[package]]
10243name = "nu-ansi-term"
10244version = "0.50.1"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10247dependencies = [
10248 "windows-sys 0.52.0",
10249]
10250
10251[[package]]
10252name = "num"
10253version = "0.4.3"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10256dependencies = [
10257 "num-bigint",
10258 "num-complex",
10259 "num-integer",
10260 "num-iter",
10261 "num-rational",
10262 "num-traits",
10263]
10264
10265[[package]]
10266name = "num-bigint"
10267version = "0.4.6"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10270dependencies = [
10271 "num-integer",
10272 "num-traits",
10273]
10274
10275[[package]]
10276name = "num-bigint-dig"
10277version = "0.8.4"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10280dependencies = [
10281 "byteorder",
10282 "lazy_static",
10283 "libm",
10284 "num-integer",
10285 "num-iter",
10286 "num-traits",
10287 "rand 0.8.5",
10288 "serde",
10289 "smallvec",
10290 "zeroize",
10291]
10292
10293[[package]]
10294name = "num-cmp"
10295version = "0.1.0"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10298
10299[[package]]
10300name = "num-complex"
10301version = "0.4.6"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10304dependencies = [
10305 "num-traits",
10306]
10307
10308[[package]]
10309name = "num-conv"
10310version = "0.1.0"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10313
10314[[package]]
10315name = "num-derive"
10316version = "0.4.2"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10319dependencies = [
10320 "proc-macro2",
10321 "quote",
10322 "syn 2.0.101",
10323]
10324
10325[[package]]
10326name = "num-format"
10327version = "0.4.4"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10330dependencies = [
10331 "arrayvec",
10332 "itoa",
10333]
10334
10335[[package]]
10336name = "num-integer"
10337version = "0.1.46"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10340dependencies = [
10341 "num-traits",
10342]
10343
10344[[package]]
10345name = "num-iter"
10346version = "0.1.45"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10349dependencies = [
10350 "autocfg",
10351 "num-integer",
10352 "num-traits",
10353]
10354
10355[[package]]
10356name = "num-modular"
10357version = "0.6.1"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10360
10361[[package]]
10362name = "num-order"
10363version = "1.2.0"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10366dependencies = [
10367 "num-modular",
10368]
10369
10370[[package]]
10371name = "num-rational"
10372version = "0.4.2"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10375dependencies = [
10376 "num-bigint",
10377 "num-integer",
10378 "num-traits",
10379]
10380
10381[[package]]
10382name = "num-traits"
10383version = "0.2.19"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10386dependencies = [
10387 "autocfg",
10388 "libm",
10389]
10390
10391[[package]]
10392name = "num_cpus"
10393version = "1.16.0"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10396dependencies = [
10397 "hermit-abi 0.3.9",
10398 "libc",
10399]
10400
10401[[package]]
10402name = "num_enum"
10403version = "0.7.3"
10404source = "registry+https://github.com/rust-lang/crates.io-index"
10405checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10406dependencies = [
10407 "num_enum_derive",
10408]
10409
10410[[package]]
10411name = "num_enum_derive"
10412version = "0.7.3"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10415dependencies = [
10416 "proc-macro-crate",
10417 "proc-macro2",
10418 "quote",
10419 "syn 2.0.101",
10420]
10421
10422[[package]]
10423name = "num_threads"
10424version = "0.1.7"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10427dependencies = [
10428 "libc",
10429]
10430
10431[[package]]
10432name = "nvim-rs"
10433version = "0.9.2"
10434source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10435dependencies = [
10436 "async-trait",
10437 "futures 0.3.31",
10438 "log",
10439 "rmp",
10440 "rmpv",
10441 "tokio",
10442 "tokio-util",
10443]
10444
10445[[package]]
10446name = "objc"
10447version = "0.2.7"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10450dependencies = [
10451 "malloc_buf",
10452 "objc_exception",
10453]
10454
10455[[package]]
10456name = "objc-foundation"
10457version = "0.1.1"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10460dependencies = [
10461 "block",
10462 "objc",
10463 "objc_id",
10464]
10465
10466[[package]]
10467name = "objc2"
10468version = "0.6.1"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10471dependencies = [
10472 "objc2-encode",
10473]
10474
10475[[package]]
10476name = "objc2-app-kit"
10477version = "0.3.1"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10480dependencies = [
10481 "bitflags 2.9.0",
10482 "objc2",
10483 "objc2-core-foundation",
10484 "objc2-foundation",
10485 "objc2-quartz-core",
10486]
10487
10488[[package]]
10489name = "objc2-core-foundation"
10490version = "0.3.1"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10493dependencies = [
10494 "bitflags 2.9.0",
10495 "dispatch2",
10496 "objc2",
10497]
10498
10499[[package]]
10500name = "objc2-encode"
10501version = "4.1.0"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10504
10505[[package]]
10506name = "objc2-foundation"
10507version = "0.3.1"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10510dependencies = [
10511 "bitflags 2.9.0",
10512 "objc2",
10513 "objc2-core-foundation",
10514]
10515
10516[[package]]
10517name = "objc2-metal"
10518version = "0.3.1"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10521dependencies = [
10522 "bitflags 2.9.0",
10523 "block2",
10524 "dispatch2",
10525 "objc2",
10526 "objc2-core-foundation",
10527 "objc2-foundation",
10528]
10529
10530[[package]]
10531name = "objc2-quartz-core"
10532version = "0.3.1"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10535dependencies = [
10536 "bitflags 2.9.0",
10537 "objc2",
10538 "objc2-core-foundation",
10539 "objc2-foundation",
10540 "objc2-metal",
10541]
10542
10543[[package]]
10544name = "objc2-ui-kit"
10545version = "0.3.1"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10548dependencies = [
10549 "bitflags 2.9.0",
10550 "objc2",
10551 "objc2-core-foundation",
10552 "objc2-foundation",
10553 "objc2-quartz-core",
10554]
10555
10556[[package]]
10557name = "objc_exception"
10558version = "0.1.2"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10561dependencies = [
10562 "cc",
10563]
10564
10565[[package]]
10566name = "objc_id"
10567version = "0.1.1"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10570dependencies = [
10571 "objc",
10572]
10573
10574[[package]]
10575name = "object"
10576version = "0.36.7"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10579dependencies = [
10580 "crc32fast",
10581 "hashbrown 0.15.3",
10582 "indexmap",
10583 "memchr",
10584]
10585
10586[[package]]
10587name = "oboe"
10588version = "0.6.1"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10591dependencies = [
10592 "jni",
10593 "ndk",
10594 "ndk-context",
10595 "num-derive",
10596 "num-traits",
10597 "oboe-sys",
10598]
10599
10600[[package]]
10601name = "oboe-sys"
10602version = "0.6.1"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10605dependencies = [
10606 "cc",
10607]
10608
10609[[package]]
10610name = "ollama"
10611version = "0.1.0"
10612dependencies = [
10613 "anyhow",
10614 "futures 0.3.31",
10615 "http_client",
10616 "schemars",
10617 "serde",
10618 "serde_json",
10619 "workspace-hack",
10620]
10621
10622[[package]]
10623name = "once_cell"
10624version = "1.21.3"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10627
10628[[package]]
10629name = "oo7"
10630version = "0.4.3"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10633dependencies = [
10634 "aes",
10635 "ashpd",
10636 "async-fs",
10637 "async-io",
10638 "async-lock",
10639 "blocking",
10640 "cbc",
10641 "cipher",
10642 "digest",
10643 "endi",
10644 "futures-lite 2.6.0",
10645 "futures-util",
10646 "getrandom 0.3.2",
10647 "hkdf",
10648 "hmac",
10649 "md-5",
10650 "num",
10651 "num-bigint-dig",
10652 "pbkdf2 0.12.2",
10653 "rand 0.9.1",
10654 "serde",
10655 "sha2",
10656 "subtle",
10657 "zbus",
10658 "zbus_macros",
10659 "zeroize",
10660 "zvariant",
10661]
10662
10663[[package]]
10664name = "oorandom"
10665version = "11.1.5"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10668
10669[[package]]
10670name = "open"
10671version = "5.3.2"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10674dependencies = [
10675 "is-wsl",
10676 "libc",
10677 "pathdiff",
10678]
10679
10680[[package]]
10681name = "open_ai"
10682version = "0.1.0"
10683dependencies = [
10684 "anyhow",
10685 "futures 0.3.31",
10686 "http_client",
10687 "schemars",
10688 "serde",
10689 "serde_json",
10690 "strum 0.27.1",
10691 "workspace-hack",
10692]
10693
10694[[package]]
10695name = "opener"
10696version = "0.7.2"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10699dependencies = [
10700 "bstr",
10701 "dbus",
10702 "normpath",
10703 "windows-sys 0.59.0",
10704]
10705
10706[[package]]
10707name = "openssl"
10708version = "0.10.72"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10711dependencies = [
10712 "bitflags 2.9.0",
10713 "cfg-if",
10714 "foreign-types 0.3.2",
10715 "libc",
10716 "once_cell",
10717 "openssl-macros",
10718 "openssl-sys",
10719]
10720
10721[[package]]
10722name = "openssl-macros"
10723version = "0.1.1"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10726dependencies = [
10727 "proc-macro2",
10728 "quote",
10729 "syn 2.0.101",
10730]
10731
10732[[package]]
10733name = "openssl-probe"
10734version = "0.1.6"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10737
10738[[package]]
10739name = "openssl-sys"
10740version = "0.9.107"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10743dependencies = [
10744 "cc",
10745 "libc",
10746 "pkg-config",
10747 "vcpkg",
10748]
10749
10750[[package]]
10751name = "optfield"
10752version = "0.3.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10755dependencies = [
10756 "proc-macro2",
10757 "quote",
10758 "syn 2.0.101",
10759]
10760
10761[[package]]
10762name = "option-ext"
10763version = "0.2.0"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10766
10767[[package]]
10768name = "ordered-float"
10769version = "2.10.1"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10772dependencies = [
10773 "num-traits",
10774]
10775
10776[[package]]
10777name = "ordered-float"
10778version = "4.6.0"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10781dependencies = [
10782 "num-traits",
10783]
10784
10785[[package]]
10786name = "ordered-stream"
10787version = "0.2.0"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10790dependencies = [
10791 "futures-core",
10792 "pin-project-lite",
10793]
10794
10795[[package]]
10796name = "ouroboros"
10797version = "0.18.5"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10800dependencies = [
10801 "aliasable",
10802 "ouroboros_macro",
10803 "static_assertions",
10804]
10805
10806[[package]]
10807name = "ouroboros_macro"
10808version = "0.18.5"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10811dependencies = [
10812 "heck 0.4.1",
10813 "proc-macro2",
10814 "proc-macro2-diagnostics",
10815 "quote",
10816 "syn 2.0.101",
10817]
10818
10819[[package]]
10820name = "outline"
10821version = "0.1.0"
10822dependencies = [
10823 "editor",
10824 "fuzzy",
10825 "gpui",
10826 "indoc",
10827 "language",
10828 "menu",
10829 "ordered-float 2.10.1",
10830 "picker",
10831 "project",
10832 "rope",
10833 "serde_json",
10834 "settings",
10835 "smol",
10836 "theme",
10837 "tree-sitter-rust",
10838 "tree-sitter-typescript",
10839 "ui",
10840 "util",
10841 "workspace",
10842 "workspace-hack",
10843 "zed_actions",
10844]
10845
10846[[package]]
10847name = "outline_panel"
10848version = "0.1.0"
10849dependencies = [
10850 "anyhow",
10851 "collections",
10852 "db",
10853 "editor",
10854 "file_icons",
10855 "fuzzy",
10856 "gpui",
10857 "itertools 0.14.0",
10858 "language",
10859 "log",
10860 "menu",
10861 "outline",
10862 "pretty_assertions",
10863 "project",
10864 "schemars",
10865 "search",
10866 "serde",
10867 "serde_json",
10868 "settings",
10869 "smallvec",
10870 "smol",
10871 "theme",
10872 "ui",
10873 "util",
10874 "workspace",
10875 "workspace-hack",
10876 "worktree",
10877 "zed_actions",
10878]
10879
10880[[package]]
10881name = "outref"
10882version = "0.5.2"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10885
10886[[package]]
10887name = "overload"
10888version = "0.1.1"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10891
10892[[package]]
10893name = "p256"
10894version = "0.11.1"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10897dependencies = [
10898 "ecdsa",
10899 "elliptic-curve",
10900 "sha2",
10901]
10902
10903[[package]]
10904name = "page_size"
10905version = "0.6.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10908dependencies = [
10909 "libc",
10910 "winapi",
10911]
10912
10913[[package]]
10914name = "palette"
10915version = "0.7.6"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10918dependencies = [
10919 "approx",
10920 "fast-srgb8",
10921 "palette_derive",
10922]
10923
10924[[package]]
10925name = "palette_derive"
10926version = "0.7.6"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10929dependencies = [
10930 "by_address",
10931 "proc-macro2",
10932 "quote",
10933 "syn 2.0.101",
10934]
10935
10936[[package]]
10937name = "panel"
10938version = "0.1.0"
10939dependencies = [
10940 "editor",
10941 "gpui",
10942 "settings",
10943 "theme",
10944 "ui",
10945 "workspace",
10946 "workspace-hack",
10947]
10948
10949[[package]]
10950name = "parking"
10951version = "2.2.1"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10954
10955[[package]]
10956name = "parking_lot"
10957version = "0.12.3"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10960dependencies = [
10961 "lock_api",
10962 "parking_lot_core",
10963]
10964
10965[[package]]
10966name = "parking_lot_core"
10967version = "0.9.10"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10970dependencies = [
10971 "cfg-if",
10972 "libc",
10973 "redox_syscall 0.5.11",
10974 "smallvec",
10975 "windows-targets 0.52.6",
10976]
10977
10978[[package]]
10979name = "partial-json-fixer"
10980version = "0.5.3"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10983
10984[[package]]
10985name = "password-hash"
10986version = "0.4.2"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10989dependencies = [
10990 "base64ct",
10991 "rand_core 0.6.4",
10992 "subtle",
10993]
10994
10995[[package]]
10996name = "password-hash"
10997version = "0.5.0"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
11000dependencies = [
11001 "base64ct",
11002 "rand_core 0.6.4",
11003 "subtle",
11004]
11005
11006[[package]]
11007name = "paste"
11008version = "1.0.15"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11011
11012[[package]]
11013name = "pathdiff"
11014version = "0.2.3"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11017
11018[[package]]
11019name = "pathfinder_geometry"
11020version = "0.5.1"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11023dependencies = [
11024 "log",
11025 "pathfinder_simd",
11026]
11027
11028[[package]]
11029name = "pathfinder_simd"
11030version = "0.5.4"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11033dependencies = [
11034 "rustc_version",
11035]
11036
11037[[package]]
11038name = "paths"
11039version = "0.1.0"
11040dependencies = [
11041 "dirs 4.0.0",
11042 "util",
11043 "workspace-hack",
11044]
11045
11046[[package]]
11047name = "pbjson"
11048version = "0.6.0"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11051dependencies = [
11052 "base64 0.21.7",
11053 "serde",
11054]
11055
11056[[package]]
11057name = "pbjson-build"
11058version = "0.6.2"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11061dependencies = [
11062 "heck 0.4.1",
11063 "itertools 0.11.0",
11064 "prost 0.12.6",
11065 "prost-types 0.12.6",
11066]
11067
11068[[package]]
11069name = "pbjson-types"
11070version = "0.6.0"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11073dependencies = [
11074 "bytes 1.10.1",
11075 "chrono",
11076 "pbjson",
11077 "pbjson-build",
11078 "prost 0.12.6",
11079 "prost-build 0.12.6",
11080 "serde",
11081]
11082
11083[[package]]
11084name = "pbkdf2"
11085version = "0.11.0"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11088dependencies = [
11089 "digest",
11090 "hmac",
11091 "password-hash 0.4.2",
11092 "sha2",
11093]
11094
11095[[package]]
11096name = "pbkdf2"
11097version = "0.12.2"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11100dependencies = [
11101 "digest",
11102 "hmac",
11103]
11104
11105[[package]]
11106name = "pem"
11107version = "3.0.5"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11110dependencies = [
11111 "base64 0.22.1",
11112 "serde",
11113]
11114
11115[[package]]
11116name = "pem-rfc7468"
11117version = "0.7.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11120dependencies = [
11121 "base64ct",
11122]
11123
11124[[package]]
11125name = "percent-encoding"
11126version = "2.3.1"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11129
11130[[package]]
11131name = "perplexity"
11132version = "0.1.0"
11133dependencies = [
11134 "serde",
11135 "zed_extension_api 0.6.0",
11136]
11137
11138[[package]]
11139name = "pest"
11140version = "2.8.0"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11143dependencies = [
11144 "memchr",
11145 "thiserror 2.0.12",
11146 "ucd-trie",
11147]
11148
11149[[package]]
11150name = "pest_derive"
11151version = "2.8.0"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11154dependencies = [
11155 "pest",
11156 "pest_generator",
11157]
11158
11159[[package]]
11160name = "pest_generator"
11161version = "2.8.0"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11164dependencies = [
11165 "pest",
11166 "pest_meta",
11167 "proc-macro2",
11168 "quote",
11169 "syn 2.0.101",
11170]
11171
11172[[package]]
11173name = "pest_meta"
11174version = "2.8.0"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11177dependencies = [
11178 "once_cell",
11179 "pest",
11180 "sha2",
11181]
11182
11183[[package]]
11184name = "pet"
11185version = "0.1.0"
11186source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11187dependencies = [
11188 "clap",
11189 "env_logger 0.10.2",
11190 "lazy_static",
11191 "log",
11192 "msvc_spectre_libs",
11193 "pet-conda",
11194 "pet-core",
11195 "pet-env-var-path",
11196 "pet-fs",
11197 "pet-global-virtualenvs",
11198 "pet-homebrew",
11199 "pet-jsonrpc",
11200 "pet-linux-global-python",
11201 "pet-mac-commandlinetools",
11202 "pet-mac-python-org",
11203 "pet-mac-xcode",
11204 "pet-pipenv",
11205 "pet-pixi",
11206 "pet-poetry",
11207 "pet-pyenv",
11208 "pet-python-utils",
11209 "pet-reporter",
11210 "pet-telemetry",
11211 "pet-venv",
11212 "pet-virtualenv",
11213 "pet-virtualenvwrapper",
11214 "pet-windows-registry",
11215 "pet-windows-store",
11216 "serde",
11217 "serde_json",
11218]
11219
11220[[package]]
11221name = "pet-conda"
11222version = "0.1.0"
11223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11224dependencies = [
11225 "env_logger 0.10.2",
11226 "lazy_static",
11227 "log",
11228 "msvc_spectre_libs",
11229 "pet-core",
11230 "pet-fs",
11231 "pet-python-utils",
11232 "pet-reporter",
11233 "regex",
11234 "serde",
11235 "serde_json",
11236 "yaml-rust2",
11237]
11238
11239[[package]]
11240name = "pet-core"
11241version = "0.1.0"
11242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11243dependencies = [
11244 "clap",
11245 "lazy_static",
11246 "log",
11247 "msvc_spectre_libs",
11248 "pet-fs",
11249 "regex",
11250 "serde",
11251 "serde_json",
11252]
11253
11254[[package]]
11255name = "pet-env-var-path"
11256version = "0.1.0"
11257source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11258dependencies = [
11259 "lazy_static",
11260 "log",
11261 "msvc_spectre_libs",
11262 "pet-conda",
11263 "pet-core",
11264 "pet-fs",
11265 "pet-python-utils",
11266 "pet-virtualenv",
11267 "regex",
11268]
11269
11270[[package]]
11271name = "pet-fs"
11272version = "0.1.0"
11273source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11274dependencies = [
11275 "log",
11276 "msvc_spectre_libs",
11277]
11278
11279[[package]]
11280name = "pet-global-virtualenvs"
11281version = "0.1.0"
11282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11283dependencies = [
11284 "log",
11285 "msvc_spectre_libs",
11286 "pet-conda",
11287 "pet-core",
11288 "pet-fs",
11289 "pet-virtualenv",
11290]
11291
11292[[package]]
11293name = "pet-homebrew"
11294version = "0.1.0"
11295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11296dependencies = [
11297 "lazy_static",
11298 "log",
11299 "msvc_spectre_libs",
11300 "pet-conda",
11301 "pet-core",
11302 "pet-fs",
11303 "pet-python-utils",
11304 "pet-virtualenv",
11305 "regex",
11306 "serde",
11307 "serde_json",
11308]
11309
11310[[package]]
11311name = "pet-jsonrpc"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "env_logger 0.10.2",
11316 "log",
11317 "msvc_spectre_libs",
11318 "pet-core",
11319 "serde",
11320 "serde_json",
11321]
11322
11323[[package]]
11324name = "pet-linux-global-python"
11325version = "0.1.0"
11326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11327dependencies = [
11328 "log",
11329 "msvc_spectre_libs",
11330 "pet-core",
11331 "pet-fs",
11332 "pet-python-utils",
11333 "pet-virtualenv",
11334]
11335
11336[[package]]
11337name = "pet-mac-commandlinetools"
11338version = "0.1.0"
11339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11340dependencies = [
11341 "log",
11342 "msvc_spectre_libs",
11343 "pet-core",
11344 "pet-fs",
11345 "pet-python-utils",
11346 "pet-virtualenv",
11347]
11348
11349[[package]]
11350name = "pet-mac-python-org"
11351version = "0.1.0"
11352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11353dependencies = [
11354 "log",
11355 "msvc_spectre_libs",
11356 "pet-core",
11357 "pet-fs",
11358 "pet-python-utils",
11359 "pet-virtualenv",
11360]
11361
11362[[package]]
11363name = "pet-mac-xcode"
11364version = "0.1.0"
11365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11366dependencies = [
11367 "log",
11368 "msvc_spectre_libs",
11369 "pet-core",
11370 "pet-fs",
11371 "pet-python-utils",
11372 "pet-virtualenv",
11373]
11374
11375[[package]]
11376name = "pet-pipenv"
11377version = "0.1.0"
11378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11379dependencies = [
11380 "log",
11381 "msvc_spectre_libs",
11382 "pet-core",
11383 "pet-fs",
11384 "pet-python-utils",
11385 "pet-virtualenv",
11386]
11387
11388[[package]]
11389name = "pet-pixi"
11390version = "0.1.0"
11391source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11392dependencies = [
11393 "log",
11394 "msvc_spectre_libs",
11395 "pet-conda",
11396 "pet-core",
11397 "pet-python-utils",
11398]
11399
11400[[package]]
11401name = "pet-poetry"
11402version = "0.1.0"
11403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11404dependencies = [
11405 "base64 0.22.1",
11406 "lazy_static",
11407 "log",
11408 "msvc_spectre_libs",
11409 "pet-core",
11410 "pet-fs",
11411 "pet-python-utils",
11412 "pet-reporter",
11413 "pet-virtualenv",
11414 "regex",
11415 "serde",
11416 "serde_json",
11417 "sha2",
11418 "toml 0.8.20",
11419]
11420
11421[[package]]
11422name = "pet-pyenv"
11423version = "0.1.0"
11424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11425dependencies = [
11426 "lazy_static",
11427 "log",
11428 "msvc_spectre_libs",
11429 "pet-conda",
11430 "pet-core",
11431 "pet-fs",
11432 "pet-python-utils",
11433 "pet-reporter",
11434 "regex",
11435 "serde",
11436 "serde_json",
11437]
11438
11439[[package]]
11440name = "pet-python-utils"
11441version = "0.1.0"
11442source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11443dependencies = [
11444 "env_logger 0.10.2",
11445 "lazy_static",
11446 "log",
11447 "msvc_spectre_libs",
11448 "pet-core",
11449 "pet-fs",
11450 "regex",
11451 "serde",
11452 "serde_json",
11453 "sha2",
11454]
11455
11456[[package]]
11457name = "pet-reporter"
11458version = "0.1.0"
11459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11460dependencies = [
11461 "env_logger 0.10.2",
11462 "log",
11463 "msvc_spectre_libs",
11464 "pet-core",
11465 "pet-jsonrpc",
11466 "serde",
11467 "serde_json",
11468]
11469
11470[[package]]
11471name = "pet-telemetry"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "env_logger 0.10.2",
11476 "lazy_static",
11477 "log",
11478 "msvc_spectre_libs",
11479 "pet-core",
11480 "pet-fs",
11481 "pet-python-utils",
11482 "regex",
11483]
11484
11485[[package]]
11486name = "pet-venv"
11487version = "0.1.0"
11488source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11489dependencies = [
11490 "log",
11491 "msvc_spectre_libs",
11492 "pet-core",
11493 "pet-python-utils",
11494 "pet-virtualenv",
11495]
11496
11497[[package]]
11498name = "pet-virtualenv"
11499version = "0.1.0"
11500source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11501dependencies = [
11502 "log",
11503 "msvc_spectre_libs",
11504 "pet-core",
11505 "pet-fs",
11506 "pet-python-utils",
11507]
11508
11509[[package]]
11510name = "pet-virtualenvwrapper"
11511version = "0.1.0"
11512source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11513dependencies = [
11514 "log",
11515 "msvc_spectre_libs",
11516 "pet-core",
11517 "pet-fs",
11518 "pet-python-utils",
11519 "pet-virtualenv",
11520]
11521
11522[[package]]
11523name = "pet-windows-registry"
11524version = "0.1.0"
11525source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11526dependencies = [
11527 "lazy_static",
11528 "log",
11529 "msvc_spectre_libs",
11530 "pet-conda",
11531 "pet-core",
11532 "pet-fs",
11533 "pet-python-utils",
11534 "pet-virtualenv",
11535 "pet-windows-store",
11536 "regex",
11537 "winreg 0.55.0",
11538]
11539
11540[[package]]
11541name = "pet-windows-store"
11542version = "0.1.0"
11543source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11544dependencies = [
11545 "lazy_static",
11546 "log",
11547 "msvc_spectre_libs",
11548 "pet-core",
11549 "pet-fs",
11550 "pet-python-utils",
11551 "pet-virtualenv",
11552 "regex",
11553 "winreg 0.55.0",
11554]
11555
11556[[package]]
11557name = "petgraph"
11558version = "0.6.5"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11561dependencies = [
11562 "fixedbitset",
11563 "indexmap",
11564]
11565
11566[[package]]
11567name = "pgvector"
11568version = "0.4.0"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11571dependencies = [
11572 "serde",
11573]
11574
11575[[package]]
11576name = "phf"
11577version = "0.11.3"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11580dependencies = [
11581 "phf_macros",
11582 "phf_shared",
11583]
11584
11585[[package]]
11586name = "phf_codegen"
11587version = "0.11.3"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11590dependencies = [
11591 "phf_generator",
11592 "phf_shared",
11593]
11594
11595[[package]]
11596name = "phf_generator"
11597version = "0.11.3"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11600dependencies = [
11601 "phf_shared",
11602 "rand 0.8.5",
11603]
11604
11605[[package]]
11606name = "phf_macros"
11607version = "0.11.3"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11610dependencies = [
11611 "phf_generator",
11612 "phf_shared",
11613 "proc-macro2",
11614 "quote",
11615 "syn 2.0.101",
11616]
11617
11618[[package]]
11619name = "phf_shared"
11620version = "0.11.3"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11623dependencies = [
11624 "siphasher",
11625]
11626
11627[[package]]
11628name = "picker"
11629version = "0.1.0"
11630dependencies = [
11631 "anyhow",
11632 "ctor",
11633 "editor",
11634 "env_logger 0.11.8",
11635 "gpui",
11636 "menu",
11637 "schemars",
11638 "serde",
11639 "serde_json",
11640 "ui",
11641 "util",
11642 "workspace",
11643 "workspace-hack",
11644]
11645
11646[[package]]
11647name = "pico-args"
11648version = "0.5.0"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11651
11652[[package]]
11653name = "pin-project"
11654version = "1.1.10"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11657dependencies = [
11658 "pin-project-internal",
11659]
11660
11661[[package]]
11662name = "pin-project-internal"
11663version = "1.1.10"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11666dependencies = [
11667 "proc-macro2",
11668 "quote",
11669 "syn 2.0.101",
11670]
11671
11672[[package]]
11673name = "pin-project-lite"
11674version = "0.2.16"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11677
11678[[package]]
11679name = "pin-utils"
11680version = "0.1.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11683
11684[[package]]
11685name = "piper"
11686version = "0.2.4"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11689dependencies = [
11690 "atomic-waker",
11691 "fastrand 2.3.0",
11692 "futures-io",
11693]
11694
11695[[package]]
11696name = "pkcs1"
11697version = "0.7.5"
11698source = "registry+https://github.com/rust-lang/crates.io-index"
11699checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11700dependencies = [
11701 "der 0.7.10",
11702 "pkcs8 0.10.2",
11703 "spki 0.7.3",
11704]
11705
11706[[package]]
11707name = "pkcs8"
11708version = "0.9.0"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11711dependencies = [
11712 "der 0.6.1",
11713 "spki 0.6.0",
11714]
11715
11716[[package]]
11717name = "pkcs8"
11718version = "0.10.2"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11721dependencies = [
11722 "der 0.7.10",
11723 "spki 0.7.3",
11724]
11725
11726[[package]]
11727name = "pkg-config"
11728version = "0.3.32"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11731
11732[[package]]
11733name = "plist"
11734version = "1.7.1"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11737dependencies = [
11738 "base64 0.22.1",
11739 "indexmap",
11740 "quick-xml 0.32.0",
11741 "serde",
11742 "time",
11743]
11744
11745[[package]]
11746name = "plotters"
11747version = "0.3.7"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11750dependencies = [
11751 "num-traits",
11752 "plotters-backend",
11753 "plotters-svg",
11754 "wasm-bindgen",
11755 "web-sys",
11756]
11757
11758[[package]]
11759name = "plotters-backend"
11760version = "0.3.7"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11763
11764[[package]]
11765name = "plotters-svg"
11766version = "0.3.7"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11769dependencies = [
11770 "plotters-backend",
11771]
11772
11773[[package]]
11774name = "png"
11775version = "0.17.16"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11778dependencies = [
11779 "bitflags 1.3.2",
11780 "crc32fast",
11781 "fdeflate",
11782 "flate2",
11783 "miniz_oxide",
11784]
11785
11786[[package]]
11787name = "polling"
11788version = "3.7.4"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11791dependencies = [
11792 "cfg-if",
11793 "concurrent-queue",
11794 "hermit-abi 0.4.0",
11795 "pin-project-lite",
11796 "rustix 0.38.44",
11797 "tracing",
11798 "windows-sys 0.59.0",
11799]
11800
11801[[package]]
11802name = "pollster"
11803version = "0.2.5"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11806
11807[[package]]
11808name = "pollster"
11809version = "0.4.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11812
11813[[package]]
11814name = "portable-atomic"
11815version = "1.11.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11818
11819[[package]]
11820name = "portable-atomic-util"
11821version = "0.2.4"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11824dependencies = [
11825 "portable-atomic",
11826]
11827
11828[[package]]
11829name = "portable-pty"
11830version = "0.9.0"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11833dependencies = [
11834 "anyhow",
11835 "bitflags 1.3.2",
11836 "downcast-rs",
11837 "filedescriptor",
11838 "lazy_static",
11839 "libc",
11840 "log",
11841 "nix 0.28.0",
11842 "serial2",
11843 "shared_library",
11844 "shell-words",
11845 "winapi",
11846 "winreg 0.10.1",
11847]
11848
11849[[package]]
11850name = "postage"
11851version = "0.5.0"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11854dependencies = [
11855 "atomic",
11856 "crossbeam-queue",
11857 "futures 0.3.31",
11858 "log",
11859 "parking_lot",
11860 "pin-project",
11861 "pollster 0.2.5",
11862 "static_assertions",
11863 "thiserror 1.0.69",
11864]
11865
11866[[package]]
11867name = "postcard"
11868version = "1.1.1"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11871dependencies = [
11872 "cobs",
11873 "embedded-io 0.4.0",
11874 "embedded-io 0.6.1",
11875 "serde",
11876]
11877
11878[[package]]
11879name = "powerfmt"
11880version = "0.2.0"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11883
11884[[package]]
11885name = "ppv-lite86"
11886version = "0.2.21"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11889dependencies = [
11890 "zerocopy 0.8.24",
11891]
11892
11893[[package]]
11894name = "precomputed-hash"
11895version = "0.1.1"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11898
11899[[package]]
11900name = "prettier"
11901version = "0.1.0"
11902dependencies = [
11903 "anyhow",
11904 "collections",
11905 "fs",
11906 "gpui",
11907 "language",
11908 "log",
11909 "lsp",
11910 "node_runtime",
11911 "parking_lot",
11912 "paths",
11913 "serde",
11914 "serde_json",
11915 "util",
11916 "workspace-hack",
11917]
11918
11919[[package]]
11920name = "pretty_assertions"
11921version = "1.4.1"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11924dependencies = [
11925 "diff",
11926 "yansi",
11927]
11928
11929[[package]]
11930name = "prettyplease"
11931version = "0.2.32"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11934dependencies = [
11935 "proc-macro2",
11936 "syn 2.0.101",
11937]
11938
11939[[package]]
11940name = "proc-macro-crate"
11941version = "3.3.0"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11944dependencies = [
11945 "toml_edit",
11946]
11947
11948[[package]]
11949name = "proc-macro-error-attr2"
11950version = "2.0.0"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11953dependencies = [
11954 "proc-macro2",
11955 "quote",
11956]
11957
11958[[package]]
11959name = "proc-macro-error2"
11960version = "2.0.1"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11963dependencies = [
11964 "proc-macro-error-attr2",
11965 "proc-macro2",
11966 "quote",
11967 "syn 2.0.101",
11968]
11969
11970[[package]]
11971name = "proc-macro2"
11972version = "1.0.95"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11975dependencies = [
11976 "unicode-ident",
11977]
11978
11979[[package]]
11980name = "proc-macro2-diagnostics"
11981version = "0.10.1"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11984dependencies = [
11985 "proc-macro2",
11986 "quote",
11987 "syn 2.0.101",
11988 "version_check",
11989 "yansi",
11990]
11991
11992[[package]]
11993name = "prodash"
11994version = "29.0.2"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11997dependencies = [
11998 "log",
11999 "parking_lot",
12000]
12001
12002[[package]]
12003name = "profiling"
12004version = "1.0.16"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
12007dependencies = [
12008 "profiling-procmacros",
12009]
12010
12011[[package]]
12012name = "profiling-procmacros"
12013version = "1.0.16"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
12016dependencies = [
12017 "quote",
12018 "syn 2.0.101",
12019]
12020
12021[[package]]
12022name = "project"
12023version = "0.1.0"
12024dependencies = [
12025 "aho-corasick",
12026 "anyhow",
12027 "askpass",
12028 "async-trait",
12029 "buffer_diff",
12030 "circular-buffer",
12031 "client",
12032 "clock",
12033 "collections",
12034 "context_server",
12035 "dap",
12036 "dap_adapters",
12037 "env_logger 0.11.8",
12038 "extension",
12039 "fancy-regex 0.14.0",
12040 "fs",
12041 "futures 0.3.31",
12042 "fuzzy",
12043 "git",
12044 "git2",
12045 "git_hosting_providers",
12046 "globset",
12047 "gpui",
12048 "http_client",
12049 "image",
12050 "indexmap",
12051 "itertools 0.14.0",
12052 "language",
12053 "log",
12054 "lsp",
12055 "node_runtime",
12056 "parking_lot",
12057 "pathdiff",
12058 "paths",
12059 "postage",
12060 "prettier",
12061 "pretty_assertions",
12062 "rand 0.8.5",
12063 "regex",
12064 "release_channel",
12065 "remote",
12066 "rpc",
12067 "schemars",
12068 "serde",
12069 "serde_json",
12070 "settings",
12071 "sha2",
12072 "shellexpand 2.1.2",
12073 "shlex",
12074 "smol",
12075 "snippet",
12076 "snippet_provider",
12077 "sum_tree",
12078 "task",
12079 "tempfile",
12080 "terminal",
12081 "text",
12082 "toml 0.8.20",
12083 "unindent",
12084 "url",
12085 "util",
12086 "which 6.0.3",
12087 "workspace-hack",
12088 "worktree",
12089 "zlog",
12090]
12091
12092[[package]]
12093name = "project_panel"
12094version = "0.1.0"
12095dependencies = [
12096 "anyhow",
12097 "client",
12098 "collections",
12099 "command_palette_hooks",
12100 "db",
12101 "editor",
12102 "file_icons",
12103 "git",
12104 "gpui",
12105 "indexmap",
12106 "language",
12107 "menu",
12108 "pretty_assertions",
12109 "project",
12110 "schemars",
12111 "search",
12112 "serde",
12113 "serde_derive",
12114 "serde_json",
12115 "settings",
12116 "smallvec",
12117 "theme",
12118 "ui",
12119 "util",
12120 "workspace",
12121 "workspace-hack",
12122 "worktree",
12123 "zed_actions",
12124]
12125
12126[[package]]
12127name = "project_symbols"
12128version = "0.1.0"
12129dependencies = [
12130 "anyhow",
12131 "editor",
12132 "futures 0.3.31",
12133 "fuzzy",
12134 "gpui",
12135 "language",
12136 "lsp",
12137 "ordered-float 2.10.1",
12138 "picker",
12139 "project",
12140 "release_channel",
12141 "serde_json",
12142 "settings",
12143 "theme",
12144 "util",
12145 "workspace",
12146 "workspace-hack",
12147]
12148
12149[[package]]
12150name = "prometheus"
12151version = "0.14.0"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12154dependencies = [
12155 "cfg-if",
12156 "fnv",
12157 "lazy_static",
12158 "memchr",
12159 "parking_lot",
12160 "protobuf",
12161 "thiserror 2.0.12",
12162]
12163
12164[[package]]
12165name = "prompt_store"
12166version = "0.1.0"
12167dependencies = [
12168 "anyhow",
12169 "assets",
12170 "chrono",
12171 "collections",
12172 "fs",
12173 "futures 0.3.31",
12174 "fuzzy",
12175 "gpui",
12176 "handlebars 4.5.0",
12177 "heed",
12178 "language",
12179 "log",
12180 "parking_lot",
12181 "paths",
12182 "rope",
12183 "serde",
12184 "serde_json",
12185 "text",
12186 "util",
12187 "uuid",
12188 "workspace-hack",
12189]
12190
12191[[package]]
12192name = "prost"
12193version = "0.9.0"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12196dependencies = [
12197 "bytes 1.10.1",
12198 "prost-derive 0.9.0",
12199]
12200
12201[[package]]
12202name = "prost"
12203version = "0.12.6"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12206dependencies = [
12207 "bytes 1.10.1",
12208 "prost-derive 0.12.6",
12209]
12210
12211[[package]]
12212name = "prost"
12213version = "0.13.5"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12216dependencies = [
12217 "bytes 1.10.1",
12218 "prost-derive 0.13.5",
12219]
12220
12221[[package]]
12222name = "prost-build"
12223version = "0.9.0"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12226dependencies = [
12227 "bytes 1.10.1",
12228 "heck 0.3.3",
12229 "itertools 0.10.5",
12230 "lazy_static",
12231 "log",
12232 "multimap 0.8.3",
12233 "petgraph",
12234 "prost 0.9.0",
12235 "prost-types 0.9.0",
12236 "regex",
12237 "tempfile",
12238 "which 4.4.2",
12239]
12240
12241[[package]]
12242name = "prost-build"
12243version = "0.12.6"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12246dependencies = [
12247 "bytes 1.10.1",
12248 "heck 0.5.0",
12249 "itertools 0.12.1",
12250 "log",
12251 "multimap 0.10.0",
12252 "once_cell",
12253 "petgraph",
12254 "prettyplease",
12255 "prost 0.12.6",
12256 "prost-types 0.12.6",
12257 "regex",
12258 "syn 2.0.101",
12259 "tempfile",
12260]
12261
12262[[package]]
12263name = "prost-derive"
12264version = "0.9.0"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12267dependencies = [
12268 "anyhow",
12269 "itertools 0.10.5",
12270 "proc-macro2",
12271 "quote",
12272 "syn 1.0.109",
12273]
12274
12275[[package]]
12276name = "prost-derive"
12277version = "0.12.6"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12280dependencies = [
12281 "anyhow",
12282 "itertools 0.12.1",
12283 "proc-macro2",
12284 "quote",
12285 "syn 2.0.101",
12286]
12287
12288[[package]]
12289name = "prost-derive"
12290version = "0.13.5"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12293dependencies = [
12294 "anyhow",
12295 "itertools 0.14.0",
12296 "proc-macro2",
12297 "quote",
12298 "syn 2.0.101",
12299]
12300
12301[[package]]
12302name = "prost-types"
12303version = "0.9.0"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12306dependencies = [
12307 "bytes 1.10.1",
12308 "prost 0.9.0",
12309]
12310
12311[[package]]
12312name = "prost-types"
12313version = "0.12.6"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12316dependencies = [
12317 "prost 0.12.6",
12318]
12319
12320[[package]]
12321name = "proto"
12322version = "0.1.0"
12323dependencies = [
12324 "anyhow",
12325 "collections",
12326 "prost 0.9.0",
12327 "prost-build 0.9.0",
12328 "serde",
12329 "workspace-hack",
12330]
12331
12332[[package]]
12333name = "protobuf"
12334version = "3.7.2"
12335source = "registry+https://github.com/rust-lang/crates.io-index"
12336checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12337dependencies = [
12338 "once_cell",
12339 "protobuf-support",
12340 "thiserror 1.0.69",
12341]
12342
12343[[package]]
12344name = "protobuf-support"
12345version = "3.7.2"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12348dependencies = [
12349 "thiserror 1.0.69",
12350]
12351
12352[[package]]
12353name = "psm"
12354version = "0.1.25"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12357dependencies = [
12358 "cc",
12359]
12360
12361[[package]]
12362name = "ptr_meta"
12363version = "0.1.4"
12364source = "registry+https://github.com/rust-lang/crates.io-index"
12365checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12366dependencies = [
12367 "ptr_meta_derive",
12368]
12369
12370[[package]]
12371name = "ptr_meta_derive"
12372version = "0.1.4"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12375dependencies = [
12376 "proc-macro2",
12377 "quote",
12378 "syn 1.0.109",
12379]
12380
12381[[package]]
12382name = "pulldown-cmark"
12383version = "0.10.3"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12386dependencies = [
12387 "bitflags 2.9.0",
12388 "memchr",
12389 "pulldown-cmark-escape",
12390 "unicase",
12391]
12392
12393[[package]]
12394name = "pulldown-cmark"
12395version = "0.12.2"
12396source = "registry+https://github.com/rust-lang/crates.io-index"
12397checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12398dependencies = [
12399 "bitflags 2.9.0",
12400 "memchr",
12401 "unicase",
12402]
12403
12404[[package]]
12405name = "pulldown-cmark-escape"
12406version = "0.10.1"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12409
12410[[package]]
12411name = "pulley-interpreter"
12412version = "29.0.1"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12415dependencies = [
12416 "cranelift-bitset",
12417 "log",
12418 "sptr",
12419 "wasmtime-math",
12420]
12421
12422[[package]]
12423name = "qoi"
12424version = "0.4.1"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12427dependencies = [
12428 "bytemuck",
12429]
12430
12431[[package]]
12432name = "quick-error"
12433version = "2.0.1"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12436
12437[[package]]
12438name = "quick-xml"
12439version = "0.30.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12442dependencies = [
12443 "memchr",
12444]
12445
12446[[package]]
12447name = "quick-xml"
12448version = "0.32.0"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12451dependencies = [
12452 "memchr",
12453]
12454
12455[[package]]
12456name = "quick-xml"
12457version = "0.37.4"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12460dependencies = [
12461 "memchr",
12462]
12463
12464[[package]]
12465name = "quinn"
12466version = "0.11.7"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12469dependencies = [
12470 "bytes 1.10.1",
12471 "cfg_aliases 0.2.1",
12472 "pin-project-lite",
12473 "quinn-proto",
12474 "quinn-udp",
12475 "rustc-hash 2.1.1",
12476 "rustls 0.23.26",
12477 "socket2",
12478 "thiserror 2.0.12",
12479 "tokio",
12480 "tracing",
12481 "web-time",
12482]
12483
12484[[package]]
12485name = "quinn-proto"
12486version = "0.11.10"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12489dependencies = [
12490 "bytes 1.10.1",
12491 "getrandom 0.3.2",
12492 "rand 0.9.1",
12493 "ring",
12494 "rustc-hash 2.1.1",
12495 "rustls 0.23.26",
12496 "rustls-pki-types",
12497 "slab",
12498 "thiserror 2.0.12",
12499 "tinyvec",
12500 "tracing",
12501 "web-time",
12502]
12503
12504[[package]]
12505name = "quinn-udp"
12506version = "0.5.11"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12509dependencies = [
12510 "cfg_aliases 0.2.1",
12511 "libc",
12512 "once_cell",
12513 "socket2",
12514 "tracing",
12515 "windows-sys 0.59.0",
12516]
12517
12518[[package]]
12519name = "quote"
12520version = "1.0.40"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12523dependencies = [
12524 "proc-macro2",
12525]
12526
12527[[package]]
12528name = "r-efi"
12529version = "5.2.0"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12532
12533[[package]]
12534name = "radium"
12535version = "0.7.0"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12538
12539[[package]]
12540name = "rand"
12541version = "0.7.3"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12544dependencies = [
12545 "getrandom 0.1.16",
12546 "libc",
12547 "rand_chacha 0.2.2",
12548 "rand_core 0.5.1",
12549 "rand_hc",
12550]
12551
12552[[package]]
12553name = "rand"
12554version = "0.8.5"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12557dependencies = [
12558 "libc",
12559 "rand_chacha 0.3.1",
12560 "rand_core 0.6.4",
12561]
12562
12563[[package]]
12564name = "rand"
12565version = "0.9.1"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12568dependencies = [
12569 "rand_chacha 0.9.0",
12570 "rand_core 0.9.3",
12571]
12572
12573[[package]]
12574name = "rand_chacha"
12575version = "0.2.2"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12578dependencies = [
12579 "ppv-lite86",
12580 "rand_core 0.5.1",
12581]
12582
12583[[package]]
12584name = "rand_chacha"
12585version = "0.3.1"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12588dependencies = [
12589 "ppv-lite86",
12590 "rand_core 0.6.4",
12591]
12592
12593[[package]]
12594name = "rand_chacha"
12595version = "0.9.0"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12598dependencies = [
12599 "ppv-lite86",
12600 "rand_core 0.9.3",
12601]
12602
12603[[package]]
12604name = "rand_core"
12605version = "0.5.1"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12608dependencies = [
12609 "getrandom 0.1.16",
12610]
12611
12612[[package]]
12613name = "rand_core"
12614version = "0.6.4"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12617dependencies = [
12618 "getrandom 0.2.15",
12619]
12620
12621[[package]]
12622name = "rand_core"
12623version = "0.9.3"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12626dependencies = [
12627 "getrandom 0.3.2",
12628]
12629
12630[[package]]
12631name = "rand_hc"
12632version = "0.2.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12635dependencies = [
12636 "rand_core 0.5.1",
12637]
12638
12639[[package]]
12640name = "rangemap"
12641version = "1.5.1"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12644
12645[[package]]
12646name = "rav1e"
12647version = "0.7.1"
12648source = "registry+https://github.com/rust-lang/crates.io-index"
12649checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12650dependencies = [
12651 "arbitrary",
12652 "arg_enum_proc_macro",
12653 "arrayvec",
12654 "av1-grain",
12655 "bitstream-io",
12656 "built",
12657 "cfg-if",
12658 "interpolate_name",
12659 "itertools 0.12.1",
12660 "libc",
12661 "libfuzzer-sys",
12662 "log",
12663 "maybe-rayon",
12664 "new_debug_unreachable",
12665 "noop_proc_macro",
12666 "num-derive",
12667 "num-traits",
12668 "once_cell",
12669 "paste",
12670 "profiling",
12671 "rand 0.8.5",
12672 "rand_chacha 0.3.1",
12673 "simd_helpers",
12674 "system-deps",
12675 "thiserror 1.0.69",
12676 "v_frame",
12677 "wasm-bindgen",
12678]
12679
12680[[package]]
12681name = "ravif"
12682version = "0.11.12"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12685dependencies = [
12686 "avif-serialize",
12687 "imgref",
12688 "loop9",
12689 "quick-error",
12690 "rav1e",
12691 "rayon",
12692 "rgb",
12693]
12694
12695[[package]]
12696name = "raw-window-handle"
12697version = "0.6.2"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12700
12701[[package]]
12702name = "raw-window-metal"
12703version = "0.4.0"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12706dependencies = [
12707 "cocoa 0.25.0",
12708 "core-graphics 0.23.2",
12709 "objc",
12710 "raw-window-handle",
12711]
12712
12713[[package]]
12714name = "rayon"
12715version = "1.10.0"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12718dependencies = [
12719 "either",
12720 "rayon-core",
12721]
12722
12723[[package]]
12724name = "rayon-core"
12725version = "1.12.1"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12728dependencies = [
12729 "crossbeam-deque",
12730 "crossbeam-utils",
12731]
12732
12733[[package]]
12734name = "read-fonts"
12735version = "0.25.3"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12738dependencies = [
12739 "bytemuck",
12740 "font-types",
12741]
12742
12743[[package]]
12744name = "recent_projects"
12745version = "0.1.0"
12746dependencies = [
12747 "anyhow",
12748 "auto_update",
12749 "dap",
12750 "editor",
12751 "extension_host",
12752 "file_finder",
12753 "futures 0.3.31",
12754 "fuzzy",
12755 "gpui",
12756 "language",
12757 "log",
12758 "markdown",
12759 "menu",
12760 "ordered-float 2.10.1",
12761 "paths",
12762 "picker",
12763 "project",
12764 "release_channel",
12765 "remote",
12766 "schemars",
12767 "serde",
12768 "serde_json",
12769 "settings",
12770 "smol",
12771 "task",
12772 "telemetry",
12773 "theme",
12774 "ui",
12775 "util",
12776 "workspace",
12777 "workspace-hack",
12778 "zed_actions",
12779]
12780
12781[[package]]
12782name = "redox_syscall"
12783version = "0.2.16"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12786dependencies = [
12787 "bitflags 1.3.2",
12788]
12789
12790[[package]]
12791name = "redox_syscall"
12792version = "0.5.11"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12795dependencies = [
12796 "bitflags 2.9.0",
12797]
12798
12799[[package]]
12800name = "redox_users"
12801version = "0.4.6"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12804dependencies = [
12805 "getrandom 0.2.15",
12806 "libredox",
12807 "thiserror 1.0.69",
12808]
12809
12810[[package]]
12811name = "redox_users"
12812version = "0.5.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12815dependencies = [
12816 "getrandom 0.2.15",
12817 "libredox",
12818 "thiserror 2.0.12",
12819]
12820
12821[[package]]
12822name = "ref-cast"
12823version = "1.0.24"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12826dependencies = [
12827 "ref-cast-impl",
12828]
12829
12830[[package]]
12831name = "ref-cast-impl"
12832version = "1.0.24"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12835dependencies = [
12836 "proc-macro2",
12837 "quote",
12838 "syn 2.0.101",
12839]
12840
12841[[package]]
12842name = "referencing"
12843version = "0.30.0"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12846dependencies = [
12847 "ahash 0.8.11",
12848 "fluent-uri",
12849 "once_cell",
12850 "parking_lot",
12851 "percent-encoding",
12852 "serde_json",
12853]
12854
12855[[package]]
12856name = "refineable"
12857version = "0.1.0"
12858dependencies = [
12859 "derive_refineable",
12860 "workspace-hack",
12861]
12862
12863[[package]]
12864name = "regalloc2"
12865version = "0.11.2"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12868dependencies = [
12869 "allocator-api2",
12870 "bumpalo",
12871 "hashbrown 0.15.3",
12872 "log",
12873 "rustc-hash 2.1.1",
12874 "serde",
12875 "smallvec",
12876]
12877
12878[[package]]
12879name = "regex"
12880version = "1.11.1"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12883dependencies = [
12884 "aho-corasick",
12885 "memchr",
12886 "regex-automata 0.4.9",
12887 "regex-syntax 0.8.5",
12888]
12889
12890[[package]]
12891name = "regex-automata"
12892version = "0.1.10"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12895dependencies = [
12896 "regex-syntax 0.6.29",
12897]
12898
12899[[package]]
12900name = "regex-automata"
12901version = "0.4.9"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12904dependencies = [
12905 "aho-corasick",
12906 "memchr",
12907 "regex-syntax 0.8.5",
12908]
12909
12910[[package]]
12911name = "regex-lite"
12912version = "0.1.6"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12915
12916[[package]]
12917name = "regex-syntax"
12918version = "0.6.29"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12921
12922[[package]]
12923name = "regex-syntax"
12924version = "0.8.5"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12927
12928[[package]]
12929name = "release_channel"
12930version = "0.1.0"
12931dependencies = [
12932 "gpui",
12933 "workspace-hack",
12934]
12935
12936[[package]]
12937name = "remote"
12938version = "0.1.0"
12939dependencies = [
12940 "anyhow",
12941 "askpass",
12942 "async-trait",
12943 "collections",
12944 "fs",
12945 "futures 0.3.31",
12946 "gpui",
12947 "itertools 0.14.0",
12948 "log",
12949 "parking_lot",
12950 "paths",
12951 "prost 0.9.0",
12952 "release_channel",
12953 "rpc",
12954 "schemars",
12955 "serde",
12956 "serde_json",
12957 "shlex",
12958 "smol",
12959 "tempfile",
12960 "thiserror 2.0.12",
12961 "urlencoding",
12962 "util",
12963 "workspace-hack",
12964]
12965
12966[[package]]
12967name = "remote_server"
12968version = "0.1.0"
12969dependencies = [
12970 "anyhow",
12971 "askpass",
12972 "assistant_tool",
12973 "assistant_tools",
12974 "async-watch",
12975 "backtrace",
12976 "cargo_toml",
12977 "chrono",
12978 "clap",
12979 "client",
12980 "clock",
12981 "dap",
12982 "dap_adapters",
12983 "debug_adapter_extension",
12984 "env_logger 0.11.8",
12985 "extension",
12986 "extension_host",
12987 "fork",
12988 "fs",
12989 "futures 0.3.31",
12990 "git",
12991 "git_hosting_providers",
12992 "gpui",
12993 "gpui_tokio",
12994 "http_client",
12995 "language",
12996 "language_extension",
12997 "language_model",
12998 "languages",
12999 "libc",
13000 "log",
13001 "lsp",
13002 "node_runtime",
13003 "paths",
13004 "project",
13005 "proto",
13006 "release_channel",
13007 "remote",
13008 "reqwest_client",
13009 "rpc",
13010 "rust-embed",
13011 "serde",
13012 "serde_json",
13013 "settings",
13014 "shellexpand 2.1.2",
13015 "smol",
13016 "sysinfo",
13017 "telemetry_events",
13018 "toml 0.8.20",
13019 "unindent",
13020 "util",
13021 "worktree",
13022]
13023
13024[[package]]
13025name = "rend"
13026version = "0.4.2"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13029dependencies = [
13030 "bytecheck",
13031]
13032
13033[[package]]
13034name = "repl"
13035version = "0.1.0"
13036dependencies = [
13037 "alacritty_terminal",
13038 "anyhow",
13039 "async-dispatcher",
13040 "async-tungstenite",
13041 "base64 0.22.1",
13042 "client",
13043 "collections",
13044 "command_palette_hooks",
13045 "editor",
13046 "env_logger 0.11.8",
13047 "feature_flags",
13048 "file_icons",
13049 "futures 0.3.31",
13050 "gpui",
13051 "http_client",
13052 "image",
13053 "indoc",
13054 "jupyter-protocol",
13055 "jupyter-websocket-client",
13056 "language",
13057 "languages",
13058 "log",
13059 "markdown_preview",
13060 "menu",
13061 "multi_buffer",
13062 "nbformat",
13063 "picker",
13064 "project",
13065 "runtimelib",
13066 "schemars",
13067 "serde",
13068 "serde_json",
13069 "settings",
13070 "smol",
13071 "telemetry",
13072 "terminal",
13073 "terminal_view",
13074 "theme",
13075 "tree-sitter-md",
13076 "tree-sitter-python",
13077 "tree-sitter-typescript",
13078 "ui",
13079 "util",
13080 "uuid",
13081 "workspace",
13082 "workspace-hack",
13083]
13084
13085[[package]]
13086name = "reqwest"
13087version = "0.11.27"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13090dependencies = [
13091 "base64 0.21.7",
13092 "bytes 1.10.1",
13093 "encoding_rs",
13094 "futures-core",
13095 "futures-util",
13096 "h2 0.3.26",
13097 "http 0.2.12",
13098 "http-body 0.4.6",
13099 "hyper 0.14.32",
13100 "hyper-rustls 0.24.2",
13101 "hyper-tls",
13102 "ipnet",
13103 "js-sys",
13104 "log",
13105 "mime",
13106 "native-tls",
13107 "once_cell",
13108 "percent-encoding",
13109 "pin-project-lite",
13110 "rustls 0.21.12",
13111 "rustls-native-certs 0.6.3",
13112 "rustls-pemfile 1.0.4",
13113 "serde",
13114 "serde_json",
13115 "serde_urlencoded",
13116 "sync_wrapper 0.1.2",
13117 "system-configuration 0.5.1",
13118 "tokio",
13119 "tokio-native-tls",
13120 "tokio-rustls 0.24.1",
13121 "tower-service",
13122 "url",
13123 "wasm-bindgen",
13124 "wasm-bindgen-futures",
13125 "web-sys",
13126 "winreg 0.50.0",
13127]
13128
13129[[package]]
13130name = "reqwest"
13131version = "0.12.15"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13134dependencies = [
13135 "base64 0.22.1",
13136 "bytes 1.10.1",
13137 "futures-channel",
13138 "futures-core",
13139 "futures-util",
13140 "http 1.3.1",
13141 "http-body 1.0.1",
13142 "http-body-util",
13143 "hyper 1.6.0",
13144 "hyper-util",
13145 "ipnet",
13146 "js-sys",
13147 "log",
13148 "mime",
13149 "once_cell",
13150 "percent-encoding",
13151 "pin-project-lite",
13152 "serde",
13153 "serde_json",
13154 "serde_urlencoded",
13155 "sync_wrapper 1.0.2",
13156 "tokio",
13157 "tower 0.5.2",
13158 "tower-service",
13159 "url",
13160 "wasm-bindgen",
13161 "wasm-bindgen-futures",
13162 "web-sys",
13163 "windows-registry 0.4.0",
13164]
13165
13166[[package]]
13167name = "reqwest"
13168version = "0.12.15"
13169source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13170dependencies = [
13171 "base64 0.22.1",
13172 "bytes 1.10.1",
13173 "encoding_rs",
13174 "futures-core",
13175 "futures-util",
13176 "h2 0.4.9",
13177 "http 1.3.1",
13178 "http-body 1.0.1",
13179 "http-body-util",
13180 "hyper 1.6.0",
13181 "hyper-rustls 0.27.5",
13182 "hyper-util",
13183 "ipnet",
13184 "js-sys",
13185 "log",
13186 "mime",
13187 "once_cell",
13188 "percent-encoding",
13189 "pin-project-lite",
13190 "quinn",
13191 "rustls 0.23.26",
13192 "rustls-native-certs 0.8.1",
13193 "rustls-pemfile 2.2.0",
13194 "rustls-pki-types",
13195 "serde",
13196 "serde_json",
13197 "serde_urlencoded",
13198 "sync_wrapper 1.0.2",
13199 "system-configuration 0.6.1",
13200 "tokio",
13201 "tokio-rustls 0.26.2",
13202 "tokio-socks",
13203 "tokio-util",
13204 "tower 0.5.2",
13205 "tower-service",
13206 "url",
13207 "wasm-bindgen",
13208 "wasm-bindgen-futures",
13209 "wasm-streams",
13210 "web-sys",
13211 "windows-registry 0.4.0",
13212]
13213
13214[[package]]
13215name = "reqwest_client"
13216version = "0.1.0"
13217dependencies = [
13218 "anyhow",
13219 "bytes 1.10.1",
13220 "futures 0.3.31",
13221 "gpui",
13222 "http_client",
13223 "http_client_tls",
13224 "log",
13225 "regex",
13226 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13227 "serde",
13228 "smol",
13229 "tokio",
13230 "workspace-hack",
13231]
13232
13233[[package]]
13234name = "resvg"
13235version = "0.45.1"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13238dependencies = [
13239 "log",
13240 "pico-args",
13241 "rgb",
13242 "svgtypes",
13243 "tiny-skia",
13244 "usvg",
13245]
13246
13247[[package]]
13248name = "rfc6979"
13249version = "0.3.1"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13252dependencies = [
13253 "crypto-bigint 0.4.9",
13254 "hmac",
13255 "zeroize",
13256]
13257
13258[[package]]
13259name = "rgb"
13260version = "0.8.50"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13263dependencies = [
13264 "bytemuck",
13265]
13266
13267[[package]]
13268name = "rich_text"
13269version = "0.1.0"
13270dependencies = [
13271 "futures 0.3.31",
13272 "gpui",
13273 "language",
13274 "linkify",
13275 "pulldown-cmark 0.12.2",
13276 "theme",
13277 "ui",
13278 "util",
13279 "workspace-hack",
13280]
13281
13282[[package]]
13283name = "ring"
13284version = "0.17.14"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13287dependencies = [
13288 "cc",
13289 "cfg-if",
13290 "getrandom 0.2.15",
13291 "libc",
13292 "untrusted",
13293 "windows-sys 0.52.0",
13294]
13295
13296[[package]]
13297name = "rkyv"
13298version = "0.7.45"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13301dependencies = [
13302 "bitvec",
13303 "bytecheck",
13304 "bytes 1.10.1",
13305 "hashbrown 0.12.3",
13306 "ptr_meta",
13307 "rend",
13308 "rkyv_derive",
13309 "seahash",
13310 "tinyvec",
13311 "uuid",
13312]
13313
13314[[package]]
13315name = "rkyv_derive"
13316version = "0.7.45"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13319dependencies = [
13320 "proc-macro2",
13321 "quote",
13322 "syn 1.0.109",
13323]
13324
13325[[package]]
13326name = "rmp"
13327version = "0.8.14"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13330dependencies = [
13331 "byteorder",
13332 "num-traits",
13333 "paste",
13334]
13335
13336[[package]]
13337name = "rmpv"
13338version = "1.3.0"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13341dependencies = [
13342 "num-traits",
13343 "rmp",
13344]
13345
13346[[package]]
13347name = "rodio"
13348version = "0.20.1"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13351dependencies = [
13352 "cpal",
13353 "hound",
13354]
13355
13356[[package]]
13357name = "rope"
13358version = "0.1.0"
13359dependencies = [
13360 "arrayvec",
13361 "criterion",
13362 "ctor",
13363 "env_logger 0.11.8",
13364 "gpui",
13365 "log",
13366 "rand 0.8.5",
13367 "rayon",
13368 "smallvec",
13369 "sum_tree",
13370 "unicode-segmentation",
13371 "util",
13372 "workspace-hack",
13373]
13374
13375[[package]]
13376name = "roxmltree"
13377version = "0.20.0"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13380
13381[[package]]
13382name = "rpc"
13383version = "0.1.0"
13384dependencies = [
13385 "anyhow",
13386 "async-tungstenite",
13387 "base64 0.22.1",
13388 "chrono",
13389 "collections",
13390 "env_logger 0.11.8",
13391 "futures 0.3.31",
13392 "gpui",
13393 "parking_lot",
13394 "proto",
13395 "rand 0.8.5",
13396 "rsa",
13397 "serde",
13398 "serde_json",
13399 "sha2",
13400 "strum 0.27.1",
13401 "tracing",
13402 "util",
13403 "workspace-hack",
13404 "zstd",
13405]
13406
13407[[package]]
13408name = "rsa"
13409version = "0.9.8"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13412dependencies = [
13413 "const-oid",
13414 "digest",
13415 "num-bigint-dig",
13416 "num-integer",
13417 "num-traits",
13418 "pkcs1",
13419 "pkcs8 0.10.2",
13420 "rand_core 0.6.4",
13421 "signature 2.2.0",
13422 "spki 0.7.3",
13423 "subtle",
13424 "zeroize",
13425]
13426
13427[[package]]
13428name = "rules_library"
13429version = "0.1.0"
13430dependencies = [
13431 "anyhow",
13432 "collections",
13433 "editor",
13434 "gpui",
13435 "language",
13436 "language_model",
13437 "log",
13438 "menu",
13439 "picker",
13440 "prompt_store",
13441 "release_channel",
13442 "rope",
13443 "serde",
13444 "settings",
13445 "theme",
13446 "ui",
13447 "util",
13448 "workspace",
13449 "workspace-hack",
13450 "zed_actions",
13451]
13452
13453[[package]]
13454name = "runtimelib"
13455version = "0.25.0"
13456source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13457dependencies = [
13458 "anyhow",
13459 "async-dispatcher",
13460 "async-std",
13461 "base64 0.22.1",
13462 "bytes 1.10.1",
13463 "chrono",
13464 "data-encoding",
13465 "dirs 5.0.1",
13466 "futures 0.3.31",
13467 "glob",
13468 "jupyter-protocol",
13469 "ring",
13470 "serde",
13471 "serde_json",
13472 "shellexpand 3.1.1",
13473 "smol",
13474 "uuid",
13475 "zeromq",
13476]
13477
13478[[package]]
13479name = "rust-embed"
13480version = "8.7.0"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13483dependencies = [
13484 "rust-embed-impl",
13485 "rust-embed-utils",
13486 "walkdir",
13487]
13488
13489[[package]]
13490name = "rust-embed-impl"
13491version = "8.7.0"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13494dependencies = [
13495 "proc-macro2",
13496 "quote",
13497 "rust-embed-utils",
13498 "syn 2.0.101",
13499 "walkdir",
13500]
13501
13502[[package]]
13503name = "rust-embed-utils"
13504version = "8.7.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13507dependencies = [
13508 "globset",
13509 "sha2",
13510 "walkdir",
13511]
13512
13513[[package]]
13514name = "rust_decimal"
13515version = "1.37.1"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13518dependencies = [
13519 "arrayvec",
13520 "borsh",
13521 "bytes 1.10.1",
13522 "num-traits",
13523 "rand 0.8.5",
13524 "rkyv",
13525 "serde",
13526 "serde_json",
13527]
13528
13529[[package]]
13530name = "rustc-demangle"
13531version = "0.1.24"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13534
13535[[package]]
13536name = "rustc-hash"
13537version = "1.1.0"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13540
13541[[package]]
13542name = "rustc-hash"
13543version = "2.1.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13546
13547[[package]]
13548name = "rustc_version"
13549version = "0.4.1"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13552dependencies = [
13553 "semver",
13554]
13555
13556[[package]]
13557name = "rustix"
13558version = "0.38.44"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13561dependencies = [
13562 "bitflags 2.9.0",
13563 "errno 0.3.11",
13564 "itoa",
13565 "libc",
13566 "linux-raw-sys 0.4.15",
13567 "windows-sys 0.59.0",
13568]
13569
13570[[package]]
13571name = "rustix"
13572version = "1.0.7"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13575dependencies = [
13576 "bitflags 2.9.0",
13577 "errno 0.3.11",
13578 "libc",
13579 "linux-raw-sys 0.9.4",
13580 "windows-sys 0.59.0",
13581]
13582
13583[[package]]
13584name = "rustix-linux-procfs"
13585version = "0.1.1"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13588dependencies = [
13589 "once_cell",
13590 "rustix 1.0.7",
13591]
13592
13593[[package]]
13594name = "rustix-openpty"
13595version = "0.1.1"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13598dependencies = [
13599 "errno 0.3.11",
13600 "libc",
13601 "rustix 0.38.44",
13602]
13603
13604[[package]]
13605name = "rustls"
13606version = "0.21.12"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13609dependencies = [
13610 "log",
13611 "ring",
13612 "rustls-webpki 0.101.7",
13613 "sct",
13614]
13615
13616[[package]]
13617name = "rustls"
13618version = "0.23.26"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13621dependencies = [
13622 "aws-lc-rs",
13623 "log",
13624 "once_cell",
13625 "ring",
13626 "rustls-pki-types",
13627 "rustls-webpki 0.103.1",
13628 "subtle",
13629 "zeroize",
13630]
13631
13632[[package]]
13633name = "rustls-native-certs"
13634version = "0.6.3"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13637dependencies = [
13638 "openssl-probe",
13639 "rustls-pemfile 1.0.4",
13640 "schannel",
13641 "security-framework 2.11.1",
13642]
13643
13644[[package]]
13645name = "rustls-native-certs"
13646version = "0.8.1"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13649dependencies = [
13650 "openssl-probe",
13651 "rustls-pki-types",
13652 "schannel",
13653 "security-framework 3.2.0",
13654]
13655
13656[[package]]
13657name = "rustls-pemfile"
13658version = "1.0.4"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13661dependencies = [
13662 "base64 0.21.7",
13663]
13664
13665[[package]]
13666name = "rustls-pemfile"
13667version = "2.2.0"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13670dependencies = [
13671 "rustls-pki-types",
13672]
13673
13674[[package]]
13675name = "rustls-pki-types"
13676version = "1.12.0"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13679dependencies = [
13680 "web-time",
13681 "zeroize",
13682]
13683
13684[[package]]
13685name = "rustls-platform-verifier"
13686version = "0.5.1"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13689dependencies = [
13690 "core-foundation 0.10.0",
13691 "core-foundation-sys",
13692 "jni",
13693 "log",
13694 "once_cell",
13695 "rustls 0.23.26",
13696 "rustls-native-certs 0.8.1",
13697 "rustls-platform-verifier-android",
13698 "rustls-webpki 0.103.1",
13699 "security-framework 3.2.0",
13700 "security-framework-sys",
13701 "webpki-root-certs",
13702 "windows-sys 0.59.0",
13703]
13704
13705[[package]]
13706name = "rustls-platform-verifier-android"
13707version = "0.1.1"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13710
13711[[package]]
13712name = "rustls-webpki"
13713version = "0.101.7"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13716dependencies = [
13717 "ring",
13718 "untrusted",
13719]
13720
13721[[package]]
13722name = "rustls-webpki"
13723version = "0.103.1"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13726dependencies = [
13727 "aws-lc-rs",
13728 "ring",
13729 "rustls-pki-types",
13730 "untrusted",
13731]
13732
13733[[package]]
13734name = "rustversion"
13735version = "1.0.20"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13738
13739[[package]]
13740name = "rustybuzz"
13741version = "0.14.1"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13744dependencies = [
13745 "bitflags 2.9.0",
13746 "bytemuck",
13747 "libm",
13748 "smallvec",
13749 "ttf-parser 0.21.1",
13750 "unicode-bidi-mirroring 0.2.0",
13751 "unicode-ccc 0.2.0",
13752 "unicode-properties",
13753 "unicode-script",
13754]
13755
13756[[package]]
13757name = "rustybuzz"
13758version = "0.20.1"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13761dependencies = [
13762 "bitflags 2.9.0",
13763 "bytemuck",
13764 "core_maths",
13765 "log",
13766 "smallvec",
13767 "ttf-parser 0.25.1",
13768 "unicode-bidi-mirroring 0.4.0",
13769 "unicode-ccc 0.4.0",
13770 "unicode-properties",
13771 "unicode-script",
13772]
13773
13774[[package]]
13775name = "ryu"
13776version = "1.0.20"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13779
13780[[package]]
13781name = "salsa20"
13782version = "0.10.2"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13785dependencies = [
13786 "cipher",
13787]
13788
13789[[package]]
13790name = "same-file"
13791version = "1.0.6"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13794dependencies = [
13795 "winapi-util",
13796]
13797
13798[[package]]
13799name = "scap"
13800version = "0.0.8"
13801source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13802dependencies = [
13803 "anyhow",
13804 "cocoa 0.25.0",
13805 "core-graphics-helmer-fork",
13806 "log",
13807 "objc",
13808 "rand 0.8.5",
13809 "screencapturekit",
13810 "screencapturekit-sys",
13811 "sysinfo",
13812 "tao-core-video-sys",
13813 "windows 0.61.1",
13814 "windows-capture",
13815 "x11",
13816 "xcb",
13817]
13818
13819[[package]]
13820name = "schannel"
13821version = "0.1.27"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13824dependencies = [
13825 "windows-sys 0.59.0",
13826]
13827
13828[[package]]
13829name = "schema_generator"
13830version = "0.1.0"
13831dependencies = [
13832 "anyhow",
13833 "clap",
13834 "env_logger 0.11.8",
13835 "schemars",
13836 "serde",
13837 "serde_json",
13838 "theme",
13839 "workspace-hack",
13840]
13841
13842[[package]]
13843name = "schemars"
13844version = "0.8.22"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13847dependencies = [
13848 "dyn-clone",
13849 "indexmap",
13850 "schemars_derive",
13851 "serde",
13852 "serde_json",
13853]
13854
13855[[package]]
13856name = "schemars_derive"
13857version = "0.8.22"
13858source = "registry+https://github.com/rust-lang/crates.io-index"
13859checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13860dependencies = [
13861 "proc-macro2",
13862 "quote",
13863 "serde_derive_internals",
13864 "syn 2.0.101",
13865]
13866
13867[[package]]
13868name = "scoped-tls"
13869version = "1.0.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13872
13873[[package]]
13874name = "scopeguard"
13875version = "1.2.0"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13878
13879[[package]]
13880name = "scratch"
13881version = "1.0.8"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13884
13885[[package]]
13886name = "screencapturekit"
13887version = "0.2.8"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13890dependencies = [
13891 "screencapturekit-sys",
13892]
13893
13894[[package]]
13895name = "screencapturekit-sys"
13896version = "0.2.8"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13899dependencies = [
13900 "block",
13901 "dispatch",
13902 "objc",
13903 "objc-foundation",
13904 "objc_id",
13905 "once_cell",
13906]
13907
13908[[package]]
13909name = "scrypt"
13910version = "0.11.0"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13913dependencies = [
13914 "password-hash 0.5.0",
13915 "pbkdf2 0.12.2",
13916 "salsa20",
13917 "sha2",
13918]
13919
13920[[package]]
13921name = "sct"
13922version = "0.7.1"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13925dependencies = [
13926 "ring",
13927 "untrusted",
13928]
13929
13930[[package]]
13931name = "sea-bae"
13932version = "0.2.1"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13935dependencies = [
13936 "heck 0.4.1",
13937 "proc-macro-error2",
13938 "proc-macro2",
13939 "quote",
13940 "syn 2.0.101",
13941]
13942
13943[[package]]
13944name = "sea-orm"
13945version = "1.1.10"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13948dependencies = [
13949 "async-stream",
13950 "async-trait",
13951 "bigdecimal",
13952 "chrono",
13953 "futures-util",
13954 "log",
13955 "ouroboros",
13956 "pgvector",
13957 "rust_decimal",
13958 "sea-orm-macros",
13959 "sea-query",
13960 "sea-query-binder",
13961 "serde",
13962 "serde_json",
13963 "sqlx",
13964 "strum 0.26.3",
13965 "thiserror 2.0.12",
13966 "time",
13967 "tracing",
13968 "url",
13969 "uuid",
13970]
13971
13972[[package]]
13973name = "sea-orm-macros"
13974version = "1.1.10"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13977dependencies = [
13978 "heck 0.4.1",
13979 "proc-macro2",
13980 "quote",
13981 "sea-bae",
13982 "syn 2.0.101",
13983 "unicode-ident",
13984]
13985
13986[[package]]
13987name = "sea-query"
13988version = "0.32.4"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13991dependencies = [
13992 "bigdecimal",
13993 "chrono",
13994 "inherent",
13995 "ordered-float 4.6.0",
13996 "rust_decimal",
13997 "serde_json",
13998 "time",
13999 "uuid",
14000]
14001
14002[[package]]
14003name = "sea-query-binder"
14004version = "0.7.0"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
14007dependencies = [
14008 "bigdecimal",
14009 "chrono",
14010 "rust_decimal",
14011 "sea-query",
14012 "serde_json",
14013 "sqlx",
14014 "time",
14015 "uuid",
14016]
14017
14018[[package]]
14019name = "seahash"
14020version = "4.1.0"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14023
14024[[package]]
14025name = "search"
14026version = "0.1.0"
14027dependencies = [
14028 "any_vec",
14029 "anyhow",
14030 "bitflags 2.9.0",
14031 "client",
14032 "collections",
14033 "editor",
14034 "futures 0.3.31",
14035 "gpui",
14036 "language",
14037 "menu",
14038 "project",
14039 "schemars",
14040 "serde",
14041 "serde_json",
14042 "settings",
14043 "smol",
14044 "theme",
14045 "ui",
14046 "unindent",
14047 "util",
14048 "workspace",
14049 "workspace-hack",
14050 "zed_actions",
14051]
14052
14053[[package]]
14054name = "sec1"
14055version = "0.3.0"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14058dependencies = [
14059 "base16ct",
14060 "der 0.6.1",
14061 "generic-array",
14062 "pkcs8 0.9.0",
14063 "subtle",
14064 "zeroize",
14065]
14066
14067[[package]]
14068name = "security-framework"
14069version = "2.11.1"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14072dependencies = [
14073 "bitflags 2.9.0",
14074 "core-foundation 0.9.4",
14075 "core-foundation-sys",
14076 "libc",
14077 "security-framework-sys",
14078]
14079
14080[[package]]
14081name = "security-framework"
14082version = "3.2.0"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14085dependencies = [
14086 "bitflags 2.9.0",
14087 "core-foundation 0.10.0",
14088 "core-foundation-sys",
14089 "libc",
14090 "security-framework-sys",
14091]
14092
14093[[package]]
14094name = "security-framework-sys"
14095version = "2.14.0"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14098dependencies = [
14099 "core-foundation-sys",
14100 "libc",
14101]
14102
14103[[package]]
14104name = "self_cell"
14105version = "1.2.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14108
14109[[package]]
14110name = "semantic_index"
14111version = "0.1.0"
14112dependencies = [
14113 "anyhow",
14114 "arrayvec",
14115 "blake3",
14116 "client",
14117 "clock",
14118 "collections",
14119 "env_logger 0.11.8",
14120 "feature_flags",
14121 "fs",
14122 "futures 0.3.31",
14123 "futures-batch",
14124 "gpui",
14125 "heed",
14126 "http_client",
14127 "language",
14128 "language_model",
14129 "languages",
14130 "log",
14131 "open_ai",
14132 "parking_lot",
14133 "project",
14134 "reqwest_client",
14135 "serde",
14136 "serde_json",
14137 "settings",
14138 "sha2",
14139 "smol",
14140 "streaming-iterator",
14141 "tempfile",
14142 "theme",
14143 "tree-sitter",
14144 "ui",
14145 "unindent",
14146 "util",
14147 "workspace",
14148 "workspace-hack",
14149 "worktree",
14150]
14151
14152[[package]]
14153name = "semantic_version"
14154version = "0.1.0"
14155dependencies = [
14156 "anyhow",
14157 "serde",
14158 "workspace-hack",
14159]
14160
14161[[package]]
14162name = "semver"
14163version = "1.0.26"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14166dependencies = [
14167 "serde",
14168]
14169
14170[[package]]
14171name = "serde"
14172version = "1.0.219"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14175dependencies = [
14176 "serde_derive",
14177]
14178
14179[[package]]
14180name = "serde_derive"
14181version = "1.0.219"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14184dependencies = [
14185 "proc-macro2",
14186 "quote",
14187 "syn 2.0.101",
14188]
14189
14190[[package]]
14191name = "serde_derive_internals"
14192version = "0.29.1"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14195dependencies = [
14196 "proc-macro2",
14197 "quote",
14198 "syn 2.0.101",
14199]
14200
14201[[package]]
14202name = "serde_fmt"
14203version = "1.0.3"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14206dependencies = [
14207 "serde",
14208]
14209
14210[[package]]
14211name = "serde_json"
14212version = "1.0.140"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14215dependencies = [
14216 "indexmap",
14217 "itoa",
14218 "memchr",
14219 "ryu",
14220 "serde",
14221]
14222
14223[[package]]
14224name = "serde_json_lenient"
14225version = "0.2.4"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14228dependencies = [
14229 "indexmap",
14230 "itoa",
14231 "memchr",
14232 "ryu",
14233 "serde",
14234]
14235
14236[[package]]
14237name = "serde_path_to_error"
14238version = "0.1.17"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14241dependencies = [
14242 "itoa",
14243 "serde",
14244]
14245
14246[[package]]
14247name = "serde_qs"
14248version = "0.8.5"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14251dependencies = [
14252 "percent-encoding",
14253 "serde",
14254 "thiserror 1.0.69",
14255]
14256
14257[[package]]
14258name = "serde_qs"
14259version = "0.10.1"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14262dependencies = [
14263 "percent-encoding",
14264 "serde",
14265 "thiserror 1.0.69",
14266]
14267
14268[[package]]
14269name = "serde_repr"
14270version = "0.1.20"
14271source = "registry+https://github.com/rust-lang/crates.io-index"
14272checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14273dependencies = [
14274 "proc-macro2",
14275 "quote",
14276 "syn 2.0.101",
14277]
14278
14279[[package]]
14280name = "serde_spanned"
14281version = "0.6.8"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14284dependencies = [
14285 "serde",
14286]
14287
14288[[package]]
14289name = "serde_urlencoded"
14290version = "0.7.1"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14293dependencies = [
14294 "form_urlencoded",
14295 "itoa",
14296 "ryu",
14297 "serde",
14298]
14299
14300[[package]]
14301name = "serial2"
14302version = "0.2.29"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14305dependencies = [
14306 "cfg-if",
14307 "libc",
14308 "winapi",
14309]
14310
14311[[package]]
14312name = "session"
14313version = "0.1.0"
14314dependencies = [
14315 "db",
14316 "gpui",
14317 "serde_json",
14318 "util",
14319 "uuid",
14320 "workspace-hack",
14321]
14322
14323[[package]]
14324name = "settings"
14325version = "0.1.0"
14326dependencies = [
14327 "anyhow",
14328 "collections",
14329 "ec4rs",
14330 "fs",
14331 "futures 0.3.31",
14332 "gpui",
14333 "indoc",
14334 "inventory",
14335 "log",
14336 "paths",
14337 "pretty_assertions",
14338 "release_channel",
14339 "rust-embed",
14340 "schemars",
14341 "serde",
14342 "serde_derive",
14343 "serde_json",
14344 "serde_json_lenient",
14345 "smallvec",
14346 "streaming-iterator",
14347 "tree-sitter",
14348 "tree-sitter-json",
14349 "unindent",
14350 "util",
14351 "workspace-hack",
14352]
14353
14354[[package]]
14355name = "settings_ui"
14356version = "0.1.0"
14357dependencies = [
14358 "command_palette_hooks",
14359 "editor",
14360 "feature_flags",
14361 "fs",
14362 "gpui",
14363 "log",
14364 "paths",
14365 "schemars",
14366 "serde",
14367 "settings",
14368 "theme",
14369 "ui",
14370 "workspace",
14371 "workspace-hack",
14372]
14373
14374[[package]]
14375name = "sha1"
14376version = "0.10.6"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14379dependencies = [
14380 "cfg-if",
14381 "cpufeatures",
14382 "digest",
14383]
14384
14385[[package]]
14386name = "sha1-checked"
14387version = "0.10.0"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14390dependencies = [
14391 "digest",
14392 "sha1",
14393]
14394
14395[[package]]
14396name = "sha1_smol"
14397version = "1.0.1"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14400
14401[[package]]
14402name = "sha2"
14403version = "0.10.8"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14406dependencies = [
14407 "cfg-if",
14408 "cpufeatures",
14409 "digest",
14410]
14411
14412[[package]]
14413name = "sharded-slab"
14414version = "0.1.7"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14417dependencies = [
14418 "lazy_static",
14419]
14420
14421[[package]]
14422name = "shared_library"
14423version = "0.1.9"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14426dependencies = [
14427 "lazy_static",
14428 "libc",
14429]
14430
14431[[package]]
14432name = "shell-words"
14433version = "1.1.0"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14436
14437[[package]]
14438name = "shellexpand"
14439version = "2.1.2"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14442dependencies = [
14443 "dirs 4.0.0",
14444]
14445
14446[[package]]
14447name = "shellexpand"
14448version = "3.1.1"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14451dependencies = [
14452 "dirs 6.0.0",
14453]
14454
14455[[package]]
14456name = "shlex"
14457version = "1.3.0"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14460
14461[[package]]
14462name = "signal-hook"
14463version = "0.3.17"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14466dependencies = [
14467 "libc",
14468 "signal-hook-registry",
14469]
14470
14471[[package]]
14472name = "signal-hook-registry"
14473version = "1.4.5"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14476dependencies = [
14477 "libc",
14478]
14479
14480[[package]]
14481name = "signature"
14482version = "1.6.4"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14485dependencies = [
14486 "digest",
14487 "rand_core 0.6.4",
14488]
14489
14490[[package]]
14491name = "signature"
14492version = "2.2.0"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14495dependencies = [
14496 "digest",
14497 "rand_core 0.6.4",
14498]
14499
14500[[package]]
14501name = "simd-adler32"
14502version = "0.3.7"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14505
14506[[package]]
14507name = "simd_helpers"
14508version = "0.1.0"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14511dependencies = [
14512 "quote",
14513]
14514
14515[[package]]
14516name = "simdutf8"
14517version = "0.1.5"
14518source = "registry+https://github.com/rust-lang/crates.io-index"
14519checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14520
14521[[package]]
14522name = "simple_asn1"
14523version = "0.6.3"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14526dependencies = [
14527 "num-bigint",
14528 "num-traits",
14529 "thiserror 2.0.12",
14530 "time",
14531]
14532
14533[[package]]
14534name = "simplecss"
14535version = "0.2.2"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14538dependencies = [
14539 "log",
14540]
14541
14542[[package]]
14543name = "simplelog"
14544version = "0.12.2"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14547dependencies = [
14548 "log",
14549 "termcolor",
14550 "time",
14551]
14552
14553[[package]]
14554name = "siphasher"
14555version = "1.0.1"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14558
14559[[package]]
14560name = "skrifa"
14561version = "0.26.6"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14564dependencies = [
14565 "bytemuck",
14566 "read-fonts",
14567]
14568
14569[[package]]
14570name = "slab"
14571version = "0.4.9"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14574dependencies = [
14575 "autocfg",
14576]
14577
14578[[package]]
14579name = "slash_commands_example"
14580version = "0.1.0"
14581dependencies = [
14582 "zed_extension_api 0.1.0",
14583]
14584
14585[[package]]
14586name = "slotmap"
14587version = "1.0.7"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14590dependencies = [
14591 "version_check",
14592]
14593
14594[[package]]
14595name = "smallvec"
14596version = "1.15.0"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14599dependencies = [
14600 "serde",
14601]
14602
14603[[package]]
14604name = "smart-default"
14605version = "0.6.0"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14608dependencies = [
14609 "proc-macro2",
14610 "quote",
14611 "syn 1.0.109",
14612]
14613
14614[[package]]
14615name = "smol"
14616version = "2.0.2"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14619dependencies = [
14620 "async-channel 2.3.1",
14621 "async-executor",
14622 "async-fs",
14623 "async-io",
14624 "async-lock",
14625 "async-net",
14626 "async-process",
14627 "blocking",
14628 "futures-lite 2.6.0",
14629]
14630
14631[[package]]
14632name = "smol_str"
14633version = "0.1.24"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14636dependencies = [
14637 "serde",
14638]
14639
14640[[package]]
14641name = "smol_str"
14642version = "0.2.2"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14645
14646[[package]]
14647name = "snippet"
14648version = "0.1.0"
14649dependencies = [
14650 "anyhow",
14651 "smallvec",
14652 "workspace-hack",
14653]
14654
14655[[package]]
14656name = "snippet_provider"
14657version = "0.1.0"
14658dependencies = [
14659 "anyhow",
14660 "collections",
14661 "extension",
14662 "fs",
14663 "futures 0.3.31",
14664 "gpui",
14665 "indoc",
14666 "parking_lot",
14667 "paths",
14668 "schemars",
14669 "serde",
14670 "serde_json_lenient",
14671 "snippet",
14672 "util",
14673 "workspace-hack",
14674]
14675
14676[[package]]
14677name = "snippets_ui"
14678version = "0.1.0"
14679dependencies = [
14680 "fuzzy",
14681 "gpui",
14682 "language",
14683 "paths",
14684 "picker",
14685 "ui",
14686 "util",
14687 "workspace",
14688 "workspace-hack",
14689]
14690
14691[[package]]
14692name = "socket2"
14693version = "0.5.9"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14696dependencies = [
14697 "libc",
14698 "windows-sys 0.52.0",
14699]
14700
14701[[package]]
14702name = "spdx"
14703version = "0.10.8"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14706dependencies = [
14707 "smallvec",
14708]
14709
14710[[package]]
14711name = "spin"
14712version = "0.9.8"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14715dependencies = [
14716 "lock_api",
14717]
14718
14719[[package]]
14720name = "spirv"
14721version = "0.3.0+sdk-1.3.268.0"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14724dependencies = [
14725 "bitflags 2.9.0",
14726]
14727
14728[[package]]
14729name = "spki"
14730version = "0.6.0"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14733dependencies = [
14734 "base64ct",
14735 "der 0.6.1",
14736]
14737
14738[[package]]
14739name = "spki"
14740version = "0.7.3"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14743dependencies = [
14744 "base64ct",
14745 "der 0.7.10",
14746]
14747
14748[[package]]
14749name = "sptr"
14750version = "0.3.2"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14753
14754[[package]]
14755name = "sqlez"
14756version = "0.1.0"
14757dependencies = [
14758 "anyhow",
14759 "collections",
14760 "futures 0.3.31",
14761 "indoc",
14762 "libsqlite3-sys",
14763 "parking_lot",
14764 "smol",
14765 "sqlformat",
14766 "thread_local",
14767 "util",
14768 "uuid",
14769 "workspace-hack",
14770]
14771
14772[[package]]
14773name = "sqlez_macros"
14774version = "0.1.0"
14775dependencies = [
14776 "sqlez",
14777 "sqlformat",
14778 "syn 2.0.101",
14779 "workspace-hack",
14780]
14781
14782[[package]]
14783name = "sqlformat"
14784version = "0.2.6"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14787dependencies = [
14788 "nom",
14789 "unicode_categories",
14790]
14791
14792[[package]]
14793name = "sqlx"
14794version = "0.8.5"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14797dependencies = [
14798 "sqlx-core",
14799 "sqlx-macros",
14800 "sqlx-mysql",
14801 "sqlx-postgres",
14802 "sqlx-sqlite",
14803]
14804
14805[[package]]
14806name = "sqlx-core"
14807version = "0.8.5"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14810dependencies = [
14811 "base64 0.22.1",
14812 "bigdecimal",
14813 "bytes 1.10.1",
14814 "chrono",
14815 "crc",
14816 "crossbeam-queue",
14817 "either",
14818 "event-listener 5.4.0",
14819 "futures-core",
14820 "futures-intrusive",
14821 "futures-io",
14822 "futures-util",
14823 "hashbrown 0.15.3",
14824 "hashlink 0.10.0",
14825 "indexmap",
14826 "log",
14827 "memchr",
14828 "once_cell",
14829 "percent-encoding",
14830 "rust_decimal",
14831 "rustls 0.23.26",
14832 "serde",
14833 "serde_json",
14834 "sha2",
14835 "smallvec",
14836 "thiserror 2.0.12",
14837 "time",
14838 "tokio",
14839 "tokio-stream",
14840 "tracing",
14841 "url",
14842 "uuid",
14843 "webpki-roots",
14844]
14845
14846[[package]]
14847name = "sqlx-macros"
14848version = "0.8.5"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14851dependencies = [
14852 "proc-macro2",
14853 "quote",
14854 "sqlx-core",
14855 "sqlx-macros-core",
14856 "syn 2.0.101",
14857]
14858
14859[[package]]
14860name = "sqlx-macros-core"
14861version = "0.8.5"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14864dependencies = [
14865 "dotenvy",
14866 "either",
14867 "heck 0.5.0",
14868 "hex",
14869 "once_cell",
14870 "proc-macro2",
14871 "quote",
14872 "serde",
14873 "serde_json",
14874 "sha2",
14875 "sqlx-core",
14876 "sqlx-mysql",
14877 "sqlx-postgres",
14878 "sqlx-sqlite",
14879 "syn 2.0.101",
14880 "tempfile",
14881 "tokio",
14882 "url",
14883]
14884
14885[[package]]
14886name = "sqlx-mysql"
14887version = "0.8.5"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14890dependencies = [
14891 "atoi",
14892 "base64 0.22.1",
14893 "bigdecimal",
14894 "bitflags 2.9.0",
14895 "byteorder",
14896 "bytes 1.10.1",
14897 "chrono",
14898 "crc",
14899 "digest",
14900 "dotenvy",
14901 "either",
14902 "futures-channel",
14903 "futures-core",
14904 "futures-io",
14905 "futures-util",
14906 "generic-array",
14907 "hex",
14908 "hkdf",
14909 "hmac",
14910 "itoa",
14911 "log",
14912 "md-5",
14913 "memchr",
14914 "once_cell",
14915 "percent-encoding",
14916 "rand 0.8.5",
14917 "rsa",
14918 "rust_decimal",
14919 "serde",
14920 "sha1",
14921 "sha2",
14922 "smallvec",
14923 "sqlx-core",
14924 "stringprep",
14925 "thiserror 2.0.12",
14926 "time",
14927 "tracing",
14928 "uuid",
14929 "whoami",
14930]
14931
14932[[package]]
14933name = "sqlx-postgres"
14934version = "0.8.5"
14935source = "registry+https://github.com/rust-lang/crates.io-index"
14936checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14937dependencies = [
14938 "atoi",
14939 "base64 0.22.1",
14940 "bigdecimal",
14941 "bitflags 2.9.0",
14942 "byteorder",
14943 "chrono",
14944 "crc",
14945 "dotenvy",
14946 "etcetera",
14947 "futures-channel",
14948 "futures-core",
14949 "futures-util",
14950 "hex",
14951 "hkdf",
14952 "hmac",
14953 "home",
14954 "itoa",
14955 "log",
14956 "md-5",
14957 "memchr",
14958 "num-bigint",
14959 "once_cell",
14960 "rand 0.8.5",
14961 "rust_decimal",
14962 "serde",
14963 "serde_json",
14964 "sha2",
14965 "smallvec",
14966 "sqlx-core",
14967 "stringprep",
14968 "thiserror 2.0.12",
14969 "time",
14970 "tracing",
14971 "uuid",
14972 "whoami",
14973]
14974
14975[[package]]
14976name = "sqlx-sqlite"
14977version = "0.8.5"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14980dependencies = [
14981 "atoi",
14982 "chrono",
14983 "flume",
14984 "futures-channel",
14985 "futures-core",
14986 "futures-executor",
14987 "futures-intrusive",
14988 "futures-util",
14989 "libsqlite3-sys",
14990 "log",
14991 "percent-encoding",
14992 "serde",
14993 "serde_urlencoded",
14994 "sqlx-core",
14995 "thiserror 2.0.12",
14996 "time",
14997 "tracing",
14998 "url",
14999 "uuid",
15000]
15001
15002[[package]]
15003name = "stable_deref_trait"
15004version = "1.2.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
15007
15008[[package]]
15009name = "static_assertions"
15010version = "1.1.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
15013
15014[[package]]
15015name = "story"
15016version = "0.1.0"
15017dependencies = [
15018 "gpui",
15019 "itertools 0.14.0",
15020 "smallvec",
15021 "workspace-hack",
15022]
15023
15024[[package]]
15025name = "storybook"
15026version = "0.1.0"
15027dependencies = [
15028 "anyhow",
15029 "clap",
15030 "collab_ui",
15031 "ctrlc",
15032 "dialoguer",
15033 "editor",
15034 "fuzzy",
15035 "gpui",
15036 "indoc",
15037 "language",
15038 "log",
15039 "menu",
15040 "picker",
15041 "project",
15042 "reqwest_client",
15043 "rust-embed",
15044 "settings",
15045 "simplelog",
15046 "story",
15047 "strum 0.27.1",
15048 "theme",
15049 "title_bar",
15050 "ui",
15051 "workspace",
15052 "workspace-hack",
15053]
15054
15055[[package]]
15056name = "streaming-iterator"
15057version = "0.1.9"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15060
15061[[package]]
15062name = "streaming_diff"
15063version = "0.1.0"
15064dependencies = [
15065 "ordered-float 2.10.1",
15066 "rand 0.8.5",
15067 "rope",
15068 "util",
15069 "workspace-hack",
15070]
15071
15072[[package]]
15073name = "strict-num"
15074version = "0.1.1"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15077dependencies = [
15078 "float-cmp",
15079]
15080
15081[[package]]
15082name = "string_cache"
15083version = "0.8.9"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15086dependencies = [
15087 "new_debug_unreachable",
15088 "parking_lot",
15089 "phf_shared",
15090 "precomputed-hash",
15091 "serde",
15092]
15093
15094[[package]]
15095name = "string_cache_codegen"
15096version = "0.5.4"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15099dependencies = [
15100 "phf_generator",
15101 "phf_shared",
15102 "proc-macro2",
15103 "quote",
15104]
15105
15106[[package]]
15107name = "stringprep"
15108version = "0.1.5"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15111dependencies = [
15112 "unicode-bidi",
15113 "unicode-normalization",
15114 "unicode-properties",
15115]
15116
15117[[package]]
15118name = "strsim"
15119version = "0.11.1"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15122
15123[[package]]
15124name = "strum"
15125version = "0.26.3"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15128dependencies = [
15129 "strum_macros 0.26.4",
15130]
15131
15132[[package]]
15133name = "strum"
15134version = "0.27.1"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15137dependencies = [
15138 "strum_macros 0.27.1",
15139]
15140
15141[[package]]
15142name = "strum_macros"
15143version = "0.26.4"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15146dependencies = [
15147 "heck 0.5.0",
15148 "proc-macro2",
15149 "quote",
15150 "rustversion",
15151 "syn 2.0.101",
15152]
15153
15154[[package]]
15155name = "strum_macros"
15156version = "0.27.1"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15159dependencies = [
15160 "heck 0.5.0",
15161 "proc-macro2",
15162 "quote",
15163 "rustversion",
15164 "syn 2.0.101",
15165]
15166
15167[[package]]
15168name = "subtle"
15169version = "2.6.1"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15172
15173[[package]]
15174name = "sum_tree"
15175version = "0.1.0"
15176dependencies = [
15177 "arrayvec",
15178 "ctor",
15179 "env_logger 0.11.8",
15180 "log",
15181 "rand 0.8.5",
15182 "rayon",
15183 "workspace-hack",
15184]
15185
15186[[package]]
15187name = "supermaven"
15188version = "0.1.0"
15189dependencies = [
15190 "anyhow",
15191 "client",
15192 "collections",
15193 "editor",
15194 "env_logger 0.11.8",
15195 "futures 0.3.31",
15196 "gpui",
15197 "http_client",
15198 "inline_completion",
15199 "language",
15200 "log",
15201 "postage",
15202 "project",
15203 "serde",
15204 "serde_json",
15205 "settings",
15206 "smol",
15207 "supermaven_api",
15208 "text",
15209 "theme",
15210 "ui",
15211 "unicode-segmentation",
15212 "util",
15213 "workspace-hack",
15214]
15215
15216[[package]]
15217name = "supermaven_api"
15218version = "0.1.0"
15219dependencies = [
15220 "anyhow",
15221 "futures 0.3.31",
15222 "http_client",
15223 "paths",
15224 "serde",
15225 "serde_json",
15226 "smol",
15227 "workspace-hack",
15228]
15229
15230[[package]]
15231name = "sval"
15232version = "2.14.1"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15235
15236[[package]]
15237name = "sval_buffer"
15238version = "2.14.1"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15241dependencies = [
15242 "sval",
15243 "sval_ref",
15244]
15245
15246[[package]]
15247name = "sval_dynamic"
15248version = "2.14.1"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15251dependencies = [
15252 "sval",
15253]
15254
15255[[package]]
15256name = "sval_fmt"
15257version = "2.14.1"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15260dependencies = [
15261 "itoa",
15262 "ryu",
15263 "sval",
15264]
15265
15266[[package]]
15267name = "sval_json"
15268version = "2.14.1"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15271dependencies = [
15272 "itoa",
15273 "ryu",
15274 "sval",
15275]
15276
15277[[package]]
15278name = "sval_nested"
15279version = "2.14.1"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15282dependencies = [
15283 "sval",
15284 "sval_buffer",
15285 "sval_ref",
15286]
15287
15288[[package]]
15289name = "sval_ref"
15290version = "2.14.1"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15293dependencies = [
15294 "sval",
15295]
15296
15297[[package]]
15298name = "sval_serde"
15299version = "2.14.1"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15302dependencies = [
15303 "serde",
15304 "sval",
15305 "sval_nested",
15306]
15307
15308[[package]]
15309name = "svg_fmt"
15310version = "0.4.5"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15313
15314[[package]]
15315name = "svgtypes"
15316version = "0.15.3"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15319dependencies = [
15320 "kurbo",
15321 "siphasher",
15322]
15323
15324[[package]]
15325name = "swash"
15326version = "0.2.2"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15329dependencies = [
15330 "skrifa",
15331 "yazi",
15332 "zeno",
15333]
15334
15335[[package]]
15336name = "syn"
15337version = "1.0.109"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15340dependencies = [
15341 "proc-macro2",
15342 "quote",
15343 "unicode-ident",
15344]
15345
15346[[package]]
15347name = "syn"
15348version = "2.0.101"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15351dependencies = [
15352 "proc-macro2",
15353 "quote",
15354 "unicode-ident",
15355]
15356
15357[[package]]
15358name = "sync_wrapper"
15359version = "0.1.2"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15362
15363[[package]]
15364name = "sync_wrapper"
15365version = "1.0.2"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15368dependencies = [
15369 "futures-core",
15370]
15371
15372[[package]]
15373name = "synchronoise"
15374version = "1.0.1"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15377dependencies = [
15378 "crossbeam-queue",
15379]
15380
15381[[package]]
15382name = "synstructure"
15383version = "0.13.1"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15386dependencies = [
15387 "proc-macro2",
15388 "quote",
15389 "syn 2.0.101",
15390]
15391
15392[[package]]
15393name = "sys-locale"
15394version = "0.3.2"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15397dependencies = [
15398 "libc",
15399]
15400
15401[[package]]
15402name = "sysinfo"
15403version = "0.31.4"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15406dependencies = [
15407 "core-foundation-sys",
15408 "libc",
15409 "memchr",
15410 "ntapi",
15411 "rayon",
15412 "windows 0.57.0",
15413]
15414
15415[[package]]
15416name = "system-configuration"
15417version = "0.5.1"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15420dependencies = [
15421 "bitflags 1.3.2",
15422 "core-foundation 0.9.4",
15423 "system-configuration-sys 0.5.0",
15424]
15425
15426[[package]]
15427name = "system-configuration"
15428version = "0.6.1"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15431dependencies = [
15432 "bitflags 2.9.0",
15433 "core-foundation 0.9.4",
15434 "system-configuration-sys 0.6.0",
15435]
15436
15437[[package]]
15438name = "system-configuration-sys"
15439version = "0.5.0"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15442dependencies = [
15443 "core-foundation-sys",
15444 "libc",
15445]
15446
15447[[package]]
15448name = "system-configuration-sys"
15449version = "0.6.0"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15452dependencies = [
15453 "core-foundation-sys",
15454 "libc",
15455]
15456
15457[[package]]
15458name = "system-deps"
15459version = "6.2.2"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15462dependencies = [
15463 "cfg-expr",
15464 "heck 0.5.0",
15465 "pkg-config",
15466 "toml 0.8.20",
15467 "version-compare",
15468]
15469
15470[[package]]
15471name = "system-interface"
15472version = "0.27.3"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15475dependencies = [
15476 "bitflags 2.9.0",
15477 "cap-fs-ext",
15478 "cap-std",
15479 "fd-lock",
15480 "io-lifetimes",
15481 "rustix 0.38.44",
15482 "windows-sys 0.59.0",
15483 "winx",
15484]
15485
15486[[package]]
15487name = "tab_switcher"
15488version = "0.1.0"
15489dependencies = [
15490 "anyhow",
15491 "collections",
15492 "ctor",
15493 "editor",
15494 "env_logger 0.11.8",
15495 "fuzzy",
15496 "gpui",
15497 "language",
15498 "menu",
15499 "picker",
15500 "project",
15501 "schemars",
15502 "serde",
15503 "serde_json",
15504 "settings",
15505 "smol",
15506 "theme",
15507 "ui",
15508 "util",
15509 "workspace",
15510 "workspace-hack",
15511]
15512
15513[[package]]
15514name = "taffy"
15515version = "0.4.4"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15518dependencies = [
15519 "arrayvec",
15520 "grid",
15521 "num-traits",
15522 "serde",
15523 "slotmap",
15524]
15525
15526[[package]]
15527name = "tagptr"
15528version = "0.2.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15531
15532[[package]]
15533name = "take-until"
15534version = "0.2.0"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15537
15538[[package]]
15539name = "tao-core-video-sys"
15540version = "0.2.0"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15543dependencies = [
15544 "cfg-if",
15545 "core-foundation-sys",
15546 "libc",
15547 "objc",
15548]
15549
15550[[package]]
15551name = "tap"
15552version = "1.0.1"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15555
15556[[package]]
15557name = "target-lexicon"
15558version = "0.12.16"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15561
15562[[package]]
15563name = "target-lexicon"
15564version = "0.13.2"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15567
15568[[package]]
15569name = "task"
15570version = "0.1.0"
15571dependencies = [
15572 "anyhow",
15573 "collections",
15574 "futures 0.3.31",
15575 "gpui",
15576 "hex",
15577 "parking_lot",
15578 "pretty_assertions",
15579 "proto",
15580 "schemars",
15581 "serde",
15582 "serde_json",
15583 "serde_json_lenient",
15584 "sha2",
15585 "shellexpand 2.1.2",
15586 "util",
15587 "workspace-hack",
15588 "zed_actions",
15589]
15590
15591[[package]]
15592name = "tasks_ui"
15593version = "0.1.0"
15594dependencies = [
15595 "anyhow",
15596 "collections",
15597 "editor",
15598 "file_icons",
15599 "fuzzy",
15600 "gpui",
15601 "itertools 0.14.0",
15602 "language",
15603 "menu",
15604 "picker",
15605 "project",
15606 "serde",
15607 "serde_json",
15608 "task",
15609 "tree-sitter-rust",
15610 "tree-sitter-typescript",
15611 "ui",
15612 "util",
15613 "workspace",
15614 "workspace-hack",
15615 "zed_actions",
15616]
15617
15618[[package]]
15619name = "telemetry"
15620version = "0.1.0"
15621dependencies = [
15622 "futures 0.3.31",
15623 "serde",
15624 "serde_json",
15625 "telemetry_events",
15626 "workspace-hack",
15627]
15628
15629[[package]]
15630name = "telemetry_events"
15631version = "0.1.0"
15632dependencies = [
15633 "semantic_version",
15634 "serde",
15635 "serde_json",
15636 "workspace-hack",
15637]
15638
15639[[package]]
15640name = "tempfile"
15641version = "3.20.0"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15644dependencies = [
15645 "fastrand 2.3.0",
15646 "getrandom 0.3.2",
15647 "once_cell",
15648 "rustix 1.0.7",
15649 "windows-sys 0.59.0",
15650]
15651
15652[[package]]
15653name = "tendril"
15654version = "0.4.3"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15657dependencies = [
15658 "futf",
15659 "mac",
15660 "utf-8",
15661]
15662
15663[[package]]
15664name = "termcolor"
15665version = "1.4.1"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15668dependencies = [
15669 "winapi-util",
15670]
15671
15672[[package]]
15673name = "terminal"
15674version = "0.1.0"
15675dependencies = [
15676 "alacritty_terminal",
15677 "anyhow",
15678 "collections",
15679 "dirs 4.0.0",
15680 "futures 0.3.31",
15681 "gpui",
15682 "libc",
15683 "rand 0.8.5",
15684 "regex",
15685 "release_channel",
15686 "schemars",
15687 "serde",
15688 "serde_derive",
15689 "settings",
15690 "smol",
15691 "sysinfo",
15692 "task",
15693 "theme",
15694 "thiserror 2.0.12",
15695 "util",
15696 "windows 0.61.1",
15697 "workspace-hack",
15698]
15699
15700[[package]]
15701name = "terminal_size"
15702version = "0.4.2"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15705dependencies = [
15706 "rustix 1.0.7",
15707 "windows-sys 0.59.0",
15708]
15709
15710[[package]]
15711name = "terminal_view"
15712version = "0.1.0"
15713dependencies = [
15714 "anyhow",
15715 "assistant_slash_command",
15716 "async-recursion 1.1.1",
15717 "breadcrumbs",
15718 "client",
15719 "collections",
15720 "db",
15721 "dirs 4.0.0",
15722 "editor",
15723 "futures 0.3.31",
15724 "gpui",
15725 "itertools 0.14.0",
15726 "language",
15727 "log",
15728 "project",
15729 "rand 0.8.5",
15730 "regex",
15731 "schemars",
15732 "search",
15733 "serde",
15734 "serde_json",
15735 "settings",
15736 "shellexpand 2.1.2",
15737 "smol",
15738 "task",
15739 "terminal",
15740 "theme",
15741 "ui",
15742 "util",
15743 "workspace",
15744 "workspace-hack",
15745 "zed_actions",
15746]
15747
15748[[package]]
15749name = "text"
15750version = "0.1.0"
15751dependencies = [
15752 "anyhow",
15753 "clock",
15754 "collections",
15755 "ctor",
15756 "env_logger 0.11.8",
15757 "gpui",
15758 "http_client",
15759 "log",
15760 "parking_lot",
15761 "postage",
15762 "rand 0.8.5",
15763 "regex",
15764 "rope",
15765 "smallvec",
15766 "sum_tree",
15767 "util",
15768 "workspace-hack",
15769]
15770
15771[[package]]
15772name = "theme"
15773version = "0.1.0"
15774dependencies = [
15775 "anyhow",
15776 "collections",
15777 "derive_more",
15778 "fs",
15779 "futures 0.3.31",
15780 "gpui",
15781 "indexmap",
15782 "log",
15783 "palette",
15784 "parking_lot",
15785 "refineable",
15786 "schemars",
15787 "serde",
15788 "serde_derive",
15789 "serde_json",
15790 "serde_json_lenient",
15791 "serde_repr",
15792 "settings",
15793 "strum 0.27.1",
15794 "thiserror 2.0.12",
15795 "util",
15796 "uuid",
15797 "workspace-hack",
15798]
15799
15800[[package]]
15801name = "theme_extension"
15802version = "0.1.0"
15803dependencies = [
15804 "anyhow",
15805 "extension",
15806 "fs",
15807 "gpui",
15808 "theme",
15809 "workspace-hack",
15810]
15811
15812[[package]]
15813name = "theme_importer"
15814version = "0.1.0"
15815dependencies = [
15816 "anyhow",
15817 "clap",
15818 "gpui",
15819 "indexmap",
15820 "log",
15821 "palette",
15822 "rust-embed",
15823 "serde",
15824 "serde_json",
15825 "serde_json_lenient",
15826 "simplelog",
15827 "strum 0.27.1",
15828 "theme",
15829 "vscode_theme",
15830 "workspace-hack",
15831]
15832
15833[[package]]
15834name = "theme_selector"
15835version = "0.1.0"
15836dependencies = [
15837 "fs",
15838 "fuzzy",
15839 "gpui",
15840 "log",
15841 "picker",
15842 "serde",
15843 "settings",
15844 "telemetry",
15845 "theme",
15846 "ui",
15847 "util",
15848 "workspace",
15849 "workspace-hack",
15850 "zed_actions",
15851]
15852
15853[[package]]
15854name = "thiserror"
15855version = "1.0.69"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15858dependencies = [
15859 "thiserror-impl 1.0.69",
15860]
15861
15862[[package]]
15863name = "thiserror"
15864version = "2.0.12"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15867dependencies = [
15868 "thiserror-impl 2.0.12",
15869]
15870
15871[[package]]
15872name = "thiserror-impl"
15873version = "1.0.69"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15876dependencies = [
15877 "proc-macro2",
15878 "quote",
15879 "syn 2.0.101",
15880]
15881
15882[[package]]
15883name = "thiserror-impl"
15884version = "2.0.12"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15887dependencies = [
15888 "proc-macro2",
15889 "quote",
15890 "syn 2.0.101",
15891]
15892
15893[[package]]
15894name = "thread_local"
15895version = "1.1.8"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15898dependencies = [
15899 "cfg-if",
15900 "once_cell",
15901]
15902
15903[[package]]
15904name = "tiff"
15905version = "0.9.1"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15908dependencies = [
15909 "flate2",
15910 "jpeg-decoder",
15911 "weezl",
15912]
15913
15914[[package]]
15915name = "tiktoken-rs"
15916version = "0.7.0"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15919dependencies = [
15920 "anyhow",
15921 "base64 0.22.1",
15922 "bstr",
15923 "fancy-regex 0.13.0",
15924 "lazy_static",
15925 "regex",
15926 "rustc-hash 1.1.0",
15927]
15928
15929[[package]]
15930name = "time"
15931version = "0.3.41"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15934dependencies = [
15935 "deranged",
15936 "itoa",
15937 "libc",
15938 "num-conv",
15939 "num_threads",
15940 "powerfmt",
15941 "serde",
15942 "time-core",
15943 "time-macros",
15944]
15945
15946[[package]]
15947name = "time-core"
15948version = "0.1.4"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15951
15952[[package]]
15953name = "time-macros"
15954version = "0.2.22"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15957dependencies = [
15958 "num-conv",
15959 "time-core",
15960]
15961
15962[[package]]
15963name = "time_format"
15964version = "0.1.0"
15965dependencies = [
15966 "core-foundation 0.10.0",
15967 "core-foundation-sys",
15968 "sys-locale",
15969 "time",
15970 "workspace-hack",
15971]
15972
15973[[package]]
15974name = "tiny-keccak"
15975version = "2.0.2"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15978dependencies = [
15979 "crunchy",
15980]
15981
15982[[package]]
15983name = "tiny-skia"
15984version = "0.11.4"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15987dependencies = [
15988 "arrayref",
15989 "arrayvec",
15990 "bytemuck",
15991 "cfg-if",
15992 "log",
15993 "png",
15994 "tiny-skia-path",
15995]
15996
15997[[package]]
15998name = "tiny-skia-path"
15999version = "0.11.4"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
16002dependencies = [
16003 "arrayref",
16004 "bytemuck",
16005 "strict-num",
16006]
16007
16008[[package]]
16009name = "tiny_http"
16010version = "0.8.2"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
16013dependencies = [
16014 "ascii",
16015 "chrono",
16016 "chunked_transfer",
16017 "log",
16018 "url",
16019]
16020
16021[[package]]
16022name = "tinystr"
16023version = "0.7.6"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16026dependencies = [
16027 "displaydoc",
16028 "zerovec",
16029]
16030
16031[[package]]
16032name = "tinytemplate"
16033version = "1.2.1"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16036dependencies = [
16037 "serde",
16038 "serde_json",
16039]
16040
16041[[package]]
16042name = "tinyvec"
16043version = "1.9.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16046dependencies = [
16047 "tinyvec_macros",
16048]
16049
16050[[package]]
16051name = "tinyvec_macros"
16052version = "0.1.1"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16055
16056[[package]]
16057name = "title_bar"
16058version = "0.1.0"
16059dependencies = [
16060 "auto_update",
16061 "call",
16062 "chrono",
16063 "client",
16064 "collections",
16065 "db",
16066 "gpui",
16067 "http_client",
16068 "notifications",
16069 "pretty_assertions",
16070 "project",
16071 "remote",
16072 "rpc",
16073 "schemars",
16074 "serde",
16075 "settings",
16076 "smallvec",
16077 "story",
16078 "telemetry",
16079 "theme",
16080 "tree-sitter-md",
16081 "ui",
16082 "util",
16083 "windows 0.61.1",
16084 "workspace",
16085 "workspace-hack",
16086 "zed_actions",
16087]
16088
16089[[package]]
16090name = "tokio"
16091version = "1.44.2"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16094dependencies = [
16095 "backtrace",
16096 "bytes 1.10.1",
16097 "libc",
16098 "mio",
16099 "parking_lot",
16100 "pin-project-lite",
16101 "signal-hook-registry",
16102 "socket2",
16103 "tokio-macros",
16104 "windows-sys 0.52.0",
16105]
16106
16107[[package]]
16108name = "tokio-io"
16109version = "0.1.13"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16112dependencies = [
16113 "bytes 0.4.12",
16114 "futures 0.1.31",
16115 "log",
16116]
16117
16118[[package]]
16119name = "tokio-macros"
16120version = "2.5.0"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16123dependencies = [
16124 "proc-macro2",
16125 "quote",
16126 "syn 2.0.101",
16127]
16128
16129[[package]]
16130name = "tokio-native-tls"
16131version = "0.3.1"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16134dependencies = [
16135 "native-tls",
16136 "tokio",
16137]
16138
16139[[package]]
16140name = "tokio-rustls"
16141version = "0.24.1"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16144dependencies = [
16145 "rustls 0.21.12",
16146 "tokio",
16147]
16148
16149[[package]]
16150name = "tokio-rustls"
16151version = "0.26.2"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16154dependencies = [
16155 "rustls 0.23.26",
16156 "tokio",
16157]
16158
16159[[package]]
16160name = "tokio-socks"
16161version = "0.5.2"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16164dependencies = [
16165 "either",
16166 "futures-io",
16167 "futures-util",
16168 "thiserror 1.0.69",
16169 "tokio",
16170]
16171
16172[[package]]
16173name = "tokio-stream"
16174version = "0.1.17"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16177dependencies = [
16178 "futures-core",
16179 "pin-project-lite",
16180 "tokio",
16181]
16182
16183[[package]]
16184name = "tokio-tungstenite"
16185version = "0.20.1"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16188dependencies = [
16189 "futures-util",
16190 "log",
16191 "tokio",
16192 "tungstenite 0.20.1",
16193]
16194
16195[[package]]
16196name = "tokio-tungstenite"
16197version = "0.21.0"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16200dependencies = [
16201 "futures-util",
16202 "log",
16203 "tokio",
16204 "tungstenite 0.21.0",
16205]
16206
16207[[package]]
16208name = "tokio-tungstenite"
16209version = "0.26.2"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16212dependencies = [
16213 "futures-util",
16214 "log",
16215 "rustls 0.23.26",
16216 "rustls-pki-types",
16217 "tokio",
16218 "tokio-rustls 0.26.2",
16219 "tungstenite 0.26.2",
16220]
16221
16222[[package]]
16223name = "tokio-util"
16224version = "0.7.14"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16227dependencies = [
16228 "bytes 1.10.1",
16229 "futures-core",
16230 "futures-io",
16231 "futures-sink",
16232 "pin-project-lite",
16233 "tokio",
16234]
16235
16236[[package]]
16237name = "toml"
16238version = "0.5.11"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16241dependencies = [
16242 "serde",
16243]
16244
16245[[package]]
16246name = "toml"
16247version = "0.8.20"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16250dependencies = [
16251 "serde",
16252 "serde_spanned",
16253 "toml_datetime",
16254 "toml_edit",
16255]
16256
16257[[package]]
16258name = "toml_datetime"
16259version = "0.6.9"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16262dependencies = [
16263 "serde",
16264]
16265
16266[[package]]
16267name = "toml_edit"
16268version = "0.22.26"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16271dependencies = [
16272 "indexmap",
16273 "serde",
16274 "serde_spanned",
16275 "toml_datetime",
16276 "toml_write",
16277 "winnow",
16278]
16279
16280[[package]]
16281name = "toml_write"
16282version = "0.1.1"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16285
16286[[package]]
16287name = "toolchain_selector"
16288version = "0.1.0"
16289dependencies = [
16290 "editor",
16291 "fuzzy",
16292 "gpui",
16293 "language",
16294 "picker",
16295 "project",
16296 "ui",
16297 "util",
16298 "workspace",
16299 "workspace-hack",
16300]
16301
16302[[package]]
16303name = "topological-sort"
16304version = "0.2.2"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16307
16308[[package]]
16309name = "tower"
16310version = "0.4.13"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16313dependencies = [
16314 "futures-core",
16315 "futures-util",
16316 "pin-project",
16317 "pin-project-lite",
16318 "tokio",
16319 "tower-layer",
16320 "tower-service",
16321 "tracing",
16322]
16323
16324[[package]]
16325name = "tower"
16326version = "0.5.2"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16329dependencies = [
16330 "futures-core",
16331 "futures-util",
16332 "pin-project-lite",
16333 "sync_wrapper 1.0.2",
16334 "tokio",
16335 "tower-layer",
16336 "tower-service",
16337]
16338
16339[[package]]
16340name = "tower-http"
16341version = "0.3.5"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16344dependencies = [
16345 "bitflags 1.3.2",
16346 "bytes 1.10.1",
16347 "futures-core",
16348 "futures-util",
16349 "http 0.2.12",
16350 "http-body 0.4.6",
16351 "http-range-header",
16352 "pin-project-lite",
16353 "tower-layer",
16354 "tower-service",
16355]
16356
16357[[package]]
16358name = "tower-http"
16359version = "0.4.4"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16362dependencies = [
16363 "bitflags 2.9.0",
16364 "bytes 1.10.1",
16365 "futures-core",
16366 "futures-util",
16367 "http 0.2.12",
16368 "http-body 0.4.6",
16369 "http-range-header",
16370 "pin-project-lite",
16371 "tower-layer",
16372 "tower-service",
16373 "tracing",
16374]
16375
16376[[package]]
16377name = "tower-layer"
16378version = "0.3.3"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16381
16382[[package]]
16383name = "tower-service"
16384version = "0.3.3"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16387
16388[[package]]
16389name = "tracing"
16390version = "0.1.41"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16393dependencies = [
16394 "log",
16395 "pin-project-lite",
16396 "tracing-attributes",
16397 "tracing-core",
16398]
16399
16400[[package]]
16401name = "tracing-attributes"
16402version = "0.1.28"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16405dependencies = [
16406 "proc-macro2",
16407 "quote",
16408 "syn 2.0.101",
16409]
16410
16411[[package]]
16412name = "tracing-core"
16413version = "0.1.33"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16416dependencies = [
16417 "once_cell",
16418 "valuable",
16419]
16420
16421[[package]]
16422name = "tracing-log"
16423version = "0.2.0"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16426dependencies = [
16427 "log",
16428 "once_cell",
16429 "tracing-core",
16430]
16431
16432[[package]]
16433name = "tracing-serde"
16434version = "0.2.0"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16437dependencies = [
16438 "serde",
16439 "tracing-core",
16440]
16441
16442[[package]]
16443name = "tracing-subscriber"
16444version = "0.3.19"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16447dependencies = [
16448 "matchers",
16449 "nu-ansi-term 0.46.0",
16450 "once_cell",
16451 "regex",
16452 "serde",
16453 "serde_json",
16454 "sharded-slab",
16455 "smallvec",
16456 "thread_local",
16457 "tracing",
16458 "tracing-core",
16459 "tracing-log",
16460 "tracing-serde",
16461]
16462
16463[[package]]
16464name = "trait-variant"
16465version = "0.1.2"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16468dependencies = [
16469 "proc-macro2",
16470 "quote",
16471 "syn 2.0.101",
16472]
16473
16474[[package]]
16475name = "tree-sitter"
16476version = "0.25.3"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16479dependencies = [
16480 "cc",
16481 "regex",
16482 "regex-syntax 0.8.5",
16483 "serde_json",
16484 "streaming-iterator",
16485 "tree-sitter-language",
16486 "wasmtime-c-api-impl",
16487]
16488
16489[[package]]
16490name = "tree-sitter-bash"
16491version = "0.23.3"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16494dependencies = [
16495 "cc",
16496 "tree-sitter-language",
16497]
16498
16499[[package]]
16500name = "tree-sitter-c"
16501version = "0.23.4"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16504dependencies = [
16505 "cc",
16506 "tree-sitter-language",
16507]
16508
16509[[package]]
16510name = "tree-sitter-cpp"
16511version = "0.23.4"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16514dependencies = [
16515 "cc",
16516 "tree-sitter-language",
16517]
16518
16519[[package]]
16520name = "tree-sitter-css"
16521version = "0.23.2"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16524dependencies = [
16525 "cc",
16526 "tree-sitter-language",
16527]
16528
16529[[package]]
16530name = "tree-sitter-diff"
16531version = "0.1.0"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16534dependencies = [
16535 "cc",
16536 "tree-sitter-language",
16537]
16538
16539[[package]]
16540name = "tree-sitter-elixir"
16541version = "0.3.4"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16544dependencies = [
16545 "cc",
16546 "tree-sitter-language",
16547]
16548
16549[[package]]
16550name = "tree-sitter-embedded-template"
16551version = "0.23.2"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16554dependencies = [
16555 "cc",
16556 "tree-sitter-language",
16557]
16558
16559[[package]]
16560name = "tree-sitter-gitcommit"
16561version = "0.0.1"
16562source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16563dependencies = [
16564 "cc",
16565 "tree-sitter-language",
16566]
16567
16568[[package]]
16569name = "tree-sitter-go"
16570version = "0.23.4"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16573dependencies = [
16574 "cc",
16575 "tree-sitter-language",
16576]
16577
16578[[package]]
16579name = "tree-sitter-gomod"
16580version = "1.1.1"
16581source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16582dependencies = [
16583 "cc",
16584 "tree-sitter-language",
16585]
16586
16587[[package]]
16588name = "tree-sitter-gowork"
16589version = "0.0.1"
16590source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16591dependencies = [
16592 "cc",
16593 "tree-sitter-language",
16594]
16595
16596[[package]]
16597name = "tree-sitter-heex"
16598version = "0.0.1"
16599source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16600dependencies = [
16601 "cc",
16602 "tree-sitter-language",
16603]
16604
16605[[package]]
16606name = "tree-sitter-html"
16607version = "0.23.2"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16610dependencies = [
16611 "cc",
16612 "tree-sitter-language",
16613]
16614
16615[[package]]
16616name = "tree-sitter-jsdoc"
16617version = "0.23.2"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16620dependencies = [
16621 "cc",
16622 "tree-sitter-language",
16623]
16624
16625[[package]]
16626name = "tree-sitter-json"
16627version = "0.24.8"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16630dependencies = [
16631 "cc",
16632 "tree-sitter-language",
16633]
16634
16635[[package]]
16636name = "tree-sitter-language"
16637version = "0.1.5"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16640
16641[[package]]
16642name = "tree-sitter-md"
16643version = "0.3.2"
16644source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16645dependencies = [
16646 "cc",
16647 "tree-sitter-language",
16648]
16649
16650[[package]]
16651name = "tree-sitter-python"
16652version = "0.23.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16655dependencies = [
16656 "cc",
16657 "tree-sitter-language",
16658]
16659
16660[[package]]
16661name = "tree-sitter-regex"
16662version = "0.24.3"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16665dependencies = [
16666 "cc",
16667 "tree-sitter-language",
16668]
16669
16670[[package]]
16671name = "tree-sitter-ruby"
16672version = "0.23.1"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16675dependencies = [
16676 "cc",
16677 "tree-sitter-language",
16678]
16679
16680[[package]]
16681name = "tree-sitter-rust"
16682version = "0.24.0"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16685dependencies = [
16686 "cc",
16687 "tree-sitter-language",
16688]
16689
16690[[package]]
16691name = "tree-sitter-typescript"
16692version = "0.23.2"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16695dependencies = [
16696 "cc",
16697 "tree-sitter-language",
16698]
16699
16700[[package]]
16701name = "tree-sitter-yaml"
16702version = "0.6.1"
16703source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16704dependencies = [
16705 "cc",
16706 "tree-sitter-language",
16707]
16708
16709[[package]]
16710name = "try-lock"
16711version = "0.2.5"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16714
16715[[package]]
16716name = "ttf-parser"
16717version = "0.20.0"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16720
16721[[package]]
16722name = "ttf-parser"
16723version = "0.21.1"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16726
16727[[package]]
16728name = "ttf-parser"
16729version = "0.25.1"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16732dependencies = [
16733 "core_maths",
16734]
16735
16736[[package]]
16737name = "tungstenite"
16738version = "0.20.1"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16741dependencies = [
16742 "byteorder",
16743 "bytes 1.10.1",
16744 "data-encoding",
16745 "http 0.2.12",
16746 "httparse",
16747 "log",
16748 "rand 0.8.5",
16749 "sha1",
16750 "thiserror 1.0.69",
16751 "url",
16752 "utf-8",
16753]
16754
16755[[package]]
16756name = "tungstenite"
16757version = "0.21.0"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16760dependencies = [
16761 "byteorder",
16762 "bytes 1.10.1",
16763 "data-encoding",
16764 "http 1.3.1",
16765 "httparse",
16766 "log",
16767 "rand 0.8.5",
16768 "sha1",
16769 "thiserror 1.0.69",
16770 "url",
16771 "utf-8",
16772]
16773
16774[[package]]
16775name = "tungstenite"
16776version = "0.26.2"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16779dependencies = [
16780 "bytes 1.10.1",
16781 "data-encoding",
16782 "http 1.3.1",
16783 "httparse",
16784 "log",
16785 "rand 0.9.1",
16786 "rustls 0.23.26",
16787 "rustls-pki-types",
16788 "sha1",
16789 "thiserror 2.0.12",
16790 "utf-8",
16791]
16792
16793[[package]]
16794name = "typeid"
16795version = "1.0.3"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16798
16799[[package]]
16800name = "typenum"
16801version = "1.18.0"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16804
16805[[package]]
16806name = "ucd-trie"
16807version = "0.1.7"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16810
16811[[package]]
16812name = "uds_windows"
16813version = "1.1.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16816dependencies = [
16817 "memoffset",
16818 "tempfile",
16819 "winapi",
16820]
16821
16822[[package]]
16823name = "ui"
16824version = "0.1.0"
16825dependencies = [
16826 "chrono",
16827 "component",
16828 "documented",
16829 "gpui",
16830 "icons",
16831 "itertools 0.14.0",
16832 "menu",
16833 "serde",
16834 "settings",
16835 "smallvec",
16836 "story",
16837 "strum 0.27.1",
16838 "theme",
16839 "ui_macros",
16840 "util",
16841 "windows 0.61.1",
16842 "workspace-hack",
16843]
16844
16845[[package]]
16846name = "ui_input"
16847version = "0.1.0"
16848dependencies = [
16849 "component",
16850 "editor",
16851 "gpui",
16852 "settings",
16853 "theme",
16854 "ui",
16855 "workspace-hack",
16856]
16857
16858[[package]]
16859name = "ui_macros"
16860version = "0.1.0"
16861dependencies = [
16862 "quote",
16863 "syn 2.0.101",
16864 "workspace-hack",
16865]
16866
16867[[package]]
16868name = "ui_prompt"
16869version = "0.1.0"
16870dependencies = [
16871 "gpui",
16872 "markdown",
16873 "menu",
16874 "settings",
16875 "theme",
16876 "ui",
16877 "workspace",
16878 "workspace-hack",
16879]
16880
16881[[package]]
16882name = "uluru"
16883version = "3.1.0"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16886dependencies = [
16887 "arrayvec",
16888]
16889
16890[[package]]
16891name = "unicase"
16892version = "2.8.1"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16895
16896[[package]]
16897name = "unicode-bidi"
16898version = "0.3.18"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16901
16902[[package]]
16903name = "unicode-bidi-mirroring"
16904version = "0.2.0"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16907
16908[[package]]
16909name = "unicode-bidi-mirroring"
16910version = "0.4.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16913
16914[[package]]
16915name = "unicode-bom"
16916version = "2.0.3"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16919
16920[[package]]
16921name = "unicode-ccc"
16922version = "0.2.0"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16925
16926[[package]]
16927name = "unicode-ccc"
16928version = "0.4.0"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16931
16932[[package]]
16933name = "unicode-ident"
16934version = "1.0.18"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16937
16938[[package]]
16939name = "unicode-linebreak"
16940version = "0.1.5"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16943
16944[[package]]
16945name = "unicode-normalization"
16946version = "0.1.24"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16949dependencies = [
16950 "tinyvec",
16951]
16952
16953[[package]]
16954name = "unicode-properties"
16955version = "0.1.3"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16958
16959[[package]]
16960name = "unicode-script"
16961version = "0.5.7"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16964
16965[[package]]
16966name = "unicode-segmentation"
16967version = "1.12.0"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16970
16971[[package]]
16972name = "unicode-vo"
16973version = "0.1.0"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16976
16977[[package]]
16978name = "unicode-width"
16979version = "0.1.14"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16982
16983[[package]]
16984name = "unicode-width"
16985version = "0.2.0"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16988
16989[[package]]
16990name = "unicode-xid"
16991version = "0.2.6"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16994
16995[[package]]
16996name = "unicode_categories"
16997version = "0.1.1"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
17000
17001[[package]]
17002name = "unindent"
17003version = "0.2.4"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
17006
17007[[package]]
17008name = "untrusted"
17009version = "0.9.0"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
17012
17013[[package]]
17014name = "url"
17015version = "2.5.4"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
17018dependencies = [
17019 "form_urlencoded",
17020 "idna",
17021 "percent-encoding",
17022 "serde",
17023]
17024
17025[[package]]
17026name = "urlencoding"
17027version = "2.1.3"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17030
17031[[package]]
17032name = "usvg"
17033version = "0.45.1"
17034source = "registry+https://github.com/rust-lang/crates.io-index"
17035checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17036dependencies = [
17037 "base64 0.22.1",
17038 "data-url",
17039 "flate2",
17040 "fontdb 0.23.0",
17041 "imagesize",
17042 "kurbo",
17043 "log",
17044 "pico-args",
17045 "roxmltree",
17046 "rustybuzz 0.20.1",
17047 "simplecss",
17048 "siphasher",
17049 "strict-num",
17050 "svgtypes",
17051 "tiny-skia-path",
17052 "unicode-bidi",
17053 "unicode-script",
17054 "unicode-vo",
17055 "xmlwriter",
17056]
17057
17058[[package]]
17059name = "utf-8"
17060version = "0.7.6"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17063
17064[[package]]
17065name = "utf16_iter"
17066version = "1.0.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17069
17070[[package]]
17071name = "utf8_iter"
17072version = "1.0.4"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17075
17076[[package]]
17077name = "utf8parse"
17078version = "0.2.2"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17081
17082[[package]]
17083name = "util"
17084version = "0.1.0"
17085dependencies = [
17086 "anyhow",
17087 "async-fs",
17088 "async_zip",
17089 "collections",
17090 "dirs 4.0.0",
17091 "dunce",
17092 "futures 0.3.31",
17093 "futures-lite 1.13.0",
17094 "git2",
17095 "globset",
17096 "itertools 0.14.0",
17097 "libc",
17098 "log",
17099 "rand 0.8.5",
17100 "regex",
17101 "rust-embed",
17102 "serde",
17103 "serde_json",
17104 "serde_json_lenient",
17105 "smol",
17106 "take-until",
17107 "tempfile",
17108 "tendril",
17109 "unicase",
17110 "util_macros",
17111 "walkdir",
17112 "workspace-hack",
17113]
17114
17115[[package]]
17116name = "util_macros"
17117version = "0.1.0"
17118dependencies = [
17119 "quote",
17120 "syn 2.0.101",
17121 "workspace-hack",
17122]
17123
17124[[package]]
17125name = "uuid"
17126version = "1.16.0"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17129dependencies = [
17130 "getrandom 0.3.2",
17131 "serde",
17132 "sha1_smol",
17133]
17134
17135[[package]]
17136name = "uuid-simd"
17137version = "0.8.0"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17140dependencies = [
17141 "outref",
17142 "uuid",
17143 "vsimd",
17144]
17145
17146[[package]]
17147name = "v_frame"
17148version = "0.3.8"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17151dependencies = [
17152 "aligned-vec",
17153 "num-traits",
17154 "wasm-bindgen",
17155]
17156
17157[[package]]
17158name = "valuable"
17159version = "0.1.1"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17162
17163[[package]]
17164name = "value-bag"
17165version = "1.11.1"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17168dependencies = [
17169 "value-bag-serde1",
17170 "value-bag-sval2",
17171]
17172
17173[[package]]
17174name = "value-bag-serde1"
17175version = "1.11.1"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17178dependencies = [
17179 "erased-serde",
17180 "serde",
17181 "serde_fmt",
17182]
17183
17184[[package]]
17185name = "value-bag-sval2"
17186version = "1.11.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17189dependencies = [
17190 "sval",
17191 "sval_buffer",
17192 "sval_dynamic",
17193 "sval_fmt",
17194 "sval_json",
17195 "sval_ref",
17196 "sval_serde",
17197]
17198
17199[[package]]
17200name = "vcpkg"
17201version = "0.2.15"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17204
17205[[package]]
17206name = "version-compare"
17207version = "0.2.0"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17210
17211[[package]]
17212name = "version_check"
17213version = "0.9.5"
17214source = "registry+https://github.com/rust-lang/crates.io-index"
17215checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17216
17217[[package]]
17218name = "vim"
17219version = "0.1.0"
17220dependencies = [
17221 "anyhow",
17222 "assets",
17223 "async-compat",
17224 "async-trait",
17225 "collections",
17226 "command_palette",
17227 "command_palette_hooks",
17228 "db",
17229 "editor",
17230 "futures 0.3.31",
17231 "git_ui",
17232 "gpui",
17233 "indoc",
17234 "itertools 0.14.0",
17235 "language",
17236 "log",
17237 "lsp",
17238 "multi_buffer",
17239 "nvim-rs",
17240 "parking_lot",
17241 "picker",
17242 "project",
17243 "project_panel",
17244 "regex",
17245 "release_channel",
17246 "schemars",
17247 "search",
17248 "serde",
17249 "serde_derive",
17250 "serde_json",
17251 "settings",
17252 "task",
17253 "text",
17254 "theme",
17255 "tokio",
17256 "ui",
17257 "util",
17258 "vim_mode_setting",
17259 "workspace",
17260 "workspace-hack",
17261 "zed_actions",
17262]
17263
17264[[package]]
17265name = "vim_mode_setting"
17266version = "0.1.0"
17267dependencies = [
17268 "anyhow",
17269 "gpui",
17270 "settings",
17271 "workspace-hack",
17272]
17273
17274[[package]]
17275name = "vscode_theme"
17276version = "0.2.0"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17279dependencies = [
17280 "serde",
17281]
17282
17283[[package]]
17284name = "vsimd"
17285version = "0.8.0"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17288
17289[[package]]
17290name = "vswhom"
17291version = "0.1.0"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17294dependencies = [
17295 "libc",
17296 "vswhom-sys",
17297]
17298
17299[[package]]
17300name = "vswhom-sys"
17301version = "0.1.3"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17304dependencies = [
17305 "cc",
17306 "libc",
17307]
17308
17309[[package]]
17310name = "vte"
17311version = "0.15.0"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17314dependencies = [
17315 "arrayvec",
17316 "bitflags 2.9.0",
17317 "cursor-icon",
17318 "log",
17319 "memchr",
17320 "serde",
17321]
17322
17323[[package]]
17324name = "waker-fn"
17325version = "1.2.0"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17328
17329[[package]]
17330name = "walkdir"
17331version = "2.5.0"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17334dependencies = [
17335 "same-file",
17336 "winapi-util",
17337]
17338
17339[[package]]
17340name = "want"
17341version = "0.3.1"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17344dependencies = [
17345 "try-lock",
17346]
17347
17348[[package]]
17349name = "warp"
17350version = "0.3.7"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17353dependencies = [
17354 "bytes 1.10.1",
17355 "futures-channel",
17356 "futures-util",
17357 "headers",
17358 "http 0.2.12",
17359 "hyper 0.14.32",
17360 "log",
17361 "mime",
17362 "mime_guess",
17363 "percent-encoding",
17364 "pin-project",
17365 "scoped-tls",
17366 "serde",
17367 "serde_json",
17368 "serde_urlencoded",
17369 "tokio",
17370 "tokio-tungstenite 0.21.0",
17371 "tokio-util",
17372 "tower-service",
17373 "tracing",
17374]
17375
17376[[package]]
17377name = "wasi"
17378version = "0.9.0+wasi-snapshot-preview1"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17381
17382[[package]]
17383name = "wasi"
17384version = "0.11.0+wasi-snapshot-preview1"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17387
17388[[package]]
17389name = "wasi"
17390version = "0.14.2+wasi-0.2.4"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17393dependencies = [
17394 "wit-bindgen-rt 0.39.0",
17395]
17396
17397[[package]]
17398name = "wasi-preview1-component-adapter-provider"
17399version = "29.0.1"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17402
17403[[package]]
17404name = "wasite"
17405version = "0.1.0"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17408
17409[[package]]
17410name = "wasm-bindgen"
17411version = "0.2.100"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17414dependencies = [
17415 "cfg-if",
17416 "once_cell",
17417 "rustversion",
17418 "wasm-bindgen-macro",
17419]
17420
17421[[package]]
17422name = "wasm-bindgen-backend"
17423version = "0.2.100"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17426dependencies = [
17427 "bumpalo",
17428 "log",
17429 "proc-macro2",
17430 "quote",
17431 "syn 2.0.101",
17432 "wasm-bindgen-shared",
17433]
17434
17435[[package]]
17436name = "wasm-bindgen-futures"
17437version = "0.4.50"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17440dependencies = [
17441 "cfg-if",
17442 "js-sys",
17443 "once_cell",
17444 "wasm-bindgen",
17445 "web-sys",
17446]
17447
17448[[package]]
17449name = "wasm-bindgen-macro"
17450version = "0.2.100"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17453dependencies = [
17454 "quote",
17455 "wasm-bindgen-macro-support",
17456]
17457
17458[[package]]
17459name = "wasm-bindgen-macro-support"
17460version = "0.2.100"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17463dependencies = [
17464 "proc-macro2",
17465 "quote",
17466 "syn 2.0.101",
17467 "wasm-bindgen-backend",
17468 "wasm-bindgen-shared",
17469]
17470
17471[[package]]
17472name = "wasm-bindgen-shared"
17473version = "0.2.100"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17476dependencies = [
17477 "unicode-ident",
17478]
17479
17480[[package]]
17481name = "wasm-encoder"
17482version = "0.201.0"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17485dependencies = [
17486 "leb128",
17487]
17488
17489[[package]]
17490name = "wasm-encoder"
17491version = "0.221.3"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17494dependencies = [
17495 "leb128",
17496 "wasmparser 0.221.3",
17497]
17498
17499[[package]]
17500name = "wasm-encoder"
17501version = "0.227.1"
17502source = "registry+https://github.com/rust-lang/crates.io-index"
17503checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17504dependencies = [
17505 "leb128fmt",
17506 "wasmparser 0.227.1",
17507]
17508
17509[[package]]
17510name = "wasm-metadata"
17511version = "0.201.0"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17514dependencies = [
17515 "anyhow",
17516 "indexmap",
17517 "serde",
17518 "serde_derive",
17519 "serde_json",
17520 "spdx",
17521 "wasm-encoder 0.201.0",
17522 "wasmparser 0.201.0",
17523]
17524
17525[[package]]
17526name = "wasm-metadata"
17527version = "0.221.3"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17530dependencies = [
17531 "anyhow",
17532 "indexmap",
17533 "serde",
17534 "serde_derive",
17535 "serde_json",
17536 "spdx",
17537 "wasm-encoder 0.221.3",
17538 "wasmparser 0.221.3",
17539]
17540
17541[[package]]
17542name = "wasm-metadata"
17543version = "0.227.1"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17546dependencies = [
17547 "anyhow",
17548 "auditable-serde",
17549 "flate2",
17550 "indexmap",
17551 "serde",
17552 "serde_derive",
17553 "serde_json",
17554 "spdx",
17555 "url",
17556 "wasm-encoder 0.227.1",
17557 "wasmparser 0.227.1",
17558]
17559
17560[[package]]
17561name = "wasm-streams"
17562version = "0.4.2"
17563source = "registry+https://github.com/rust-lang/crates.io-index"
17564checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17565dependencies = [
17566 "futures-util",
17567 "js-sys",
17568 "wasm-bindgen",
17569 "wasm-bindgen-futures",
17570 "web-sys",
17571]
17572
17573[[package]]
17574name = "wasmparser"
17575version = "0.201.0"
17576source = "registry+https://github.com/rust-lang/crates.io-index"
17577checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17578dependencies = [
17579 "bitflags 2.9.0",
17580 "indexmap",
17581 "semver",
17582]
17583
17584[[package]]
17585name = "wasmparser"
17586version = "0.221.3"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17589dependencies = [
17590 "bitflags 2.9.0",
17591 "hashbrown 0.15.3",
17592 "indexmap",
17593 "semver",
17594 "serde",
17595]
17596
17597[[package]]
17598name = "wasmparser"
17599version = "0.227.1"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17602dependencies = [
17603 "bitflags 2.9.0",
17604 "hashbrown 0.15.3",
17605 "indexmap",
17606 "semver",
17607]
17608
17609[[package]]
17610name = "wasmprinter"
17611version = "0.221.3"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17614dependencies = [
17615 "anyhow",
17616 "termcolor",
17617 "wasmparser 0.221.3",
17618]
17619
17620[[package]]
17621name = "wasmtime"
17622version = "29.0.1"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17625dependencies = [
17626 "anyhow",
17627 "async-trait",
17628 "bitflags 2.9.0",
17629 "bumpalo",
17630 "cc",
17631 "cfg-if",
17632 "encoding_rs",
17633 "hashbrown 0.14.5",
17634 "indexmap",
17635 "libc",
17636 "log",
17637 "mach2",
17638 "memfd",
17639 "object",
17640 "once_cell",
17641 "paste",
17642 "postcard",
17643 "psm",
17644 "pulley-interpreter",
17645 "rayon",
17646 "rustix 0.38.44",
17647 "semver",
17648 "serde",
17649 "serde_derive",
17650 "smallvec",
17651 "sptr",
17652 "target-lexicon 0.13.2",
17653 "trait-variant",
17654 "wasmparser 0.221.3",
17655 "wasmtime-asm-macros",
17656 "wasmtime-component-macro",
17657 "wasmtime-component-util",
17658 "wasmtime-cranelift",
17659 "wasmtime-environ",
17660 "wasmtime-fiber",
17661 "wasmtime-jit-icache-coherence",
17662 "wasmtime-math",
17663 "wasmtime-slab",
17664 "wasmtime-versioned-export-macros",
17665 "wasmtime-winch",
17666 "windows-sys 0.59.0",
17667]
17668
17669[[package]]
17670name = "wasmtime-asm-macros"
17671version = "29.0.1"
17672source = "registry+https://github.com/rust-lang/crates.io-index"
17673checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17674dependencies = [
17675 "cfg-if",
17676]
17677
17678[[package]]
17679name = "wasmtime-c-api-impl"
17680version = "29.0.1"
17681source = "registry+https://github.com/rust-lang/crates.io-index"
17682checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17683dependencies = [
17684 "anyhow",
17685 "log",
17686 "tracing",
17687 "wasmtime",
17688 "wasmtime-c-api-macros",
17689]
17690
17691[[package]]
17692name = "wasmtime-c-api-macros"
17693version = "29.0.1"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17696dependencies = [
17697 "proc-macro2",
17698 "quote",
17699]
17700
17701[[package]]
17702name = "wasmtime-component-macro"
17703version = "29.0.1"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17706dependencies = [
17707 "anyhow",
17708 "proc-macro2",
17709 "quote",
17710 "syn 2.0.101",
17711 "wasmtime-component-util",
17712 "wasmtime-wit-bindgen",
17713 "wit-parser 0.221.3",
17714]
17715
17716[[package]]
17717name = "wasmtime-component-util"
17718version = "29.0.1"
17719source = "registry+https://github.com/rust-lang/crates.io-index"
17720checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17721
17722[[package]]
17723name = "wasmtime-cranelift"
17724version = "29.0.1"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17727dependencies = [
17728 "anyhow",
17729 "cfg-if",
17730 "cranelift-codegen",
17731 "cranelift-control",
17732 "cranelift-entity",
17733 "cranelift-frontend",
17734 "cranelift-native",
17735 "gimli",
17736 "itertools 0.12.1",
17737 "log",
17738 "object",
17739 "smallvec",
17740 "target-lexicon 0.13.2",
17741 "thiserror 1.0.69",
17742 "wasmparser 0.221.3",
17743 "wasmtime-environ",
17744 "wasmtime-versioned-export-macros",
17745]
17746
17747[[package]]
17748name = "wasmtime-environ"
17749version = "29.0.1"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17752dependencies = [
17753 "anyhow",
17754 "cpp_demangle",
17755 "cranelift-bitset",
17756 "cranelift-entity",
17757 "gimli",
17758 "indexmap",
17759 "log",
17760 "object",
17761 "postcard",
17762 "rustc-demangle",
17763 "semver",
17764 "serde",
17765 "serde_derive",
17766 "smallvec",
17767 "target-lexicon 0.13.2",
17768 "wasm-encoder 0.221.3",
17769 "wasmparser 0.221.3",
17770 "wasmprinter",
17771 "wasmtime-component-util",
17772]
17773
17774[[package]]
17775name = "wasmtime-fiber"
17776version = "29.0.1"
17777source = "registry+https://github.com/rust-lang/crates.io-index"
17778checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17779dependencies = [
17780 "anyhow",
17781 "cc",
17782 "cfg-if",
17783 "rustix 0.38.44",
17784 "wasmtime-asm-macros",
17785 "wasmtime-versioned-export-macros",
17786 "windows-sys 0.59.0",
17787]
17788
17789[[package]]
17790name = "wasmtime-jit-icache-coherence"
17791version = "29.0.1"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17794dependencies = [
17795 "anyhow",
17796 "cfg-if",
17797 "libc",
17798 "windows-sys 0.59.0",
17799]
17800
17801[[package]]
17802name = "wasmtime-math"
17803version = "29.0.1"
17804source = "registry+https://github.com/rust-lang/crates.io-index"
17805checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17806dependencies = [
17807 "libm",
17808]
17809
17810[[package]]
17811name = "wasmtime-slab"
17812version = "29.0.1"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17815
17816[[package]]
17817name = "wasmtime-versioned-export-macros"
17818version = "29.0.1"
17819source = "registry+https://github.com/rust-lang/crates.io-index"
17820checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17821dependencies = [
17822 "proc-macro2",
17823 "quote",
17824 "syn 2.0.101",
17825]
17826
17827[[package]]
17828name = "wasmtime-wasi"
17829version = "29.0.1"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17832dependencies = [
17833 "anyhow",
17834 "async-trait",
17835 "bitflags 2.9.0",
17836 "bytes 1.10.1",
17837 "cap-fs-ext",
17838 "cap-net-ext",
17839 "cap-rand",
17840 "cap-std",
17841 "cap-time-ext",
17842 "fs-set-times",
17843 "futures 0.3.31",
17844 "io-extras",
17845 "io-lifetimes",
17846 "rustix 0.38.44",
17847 "system-interface",
17848 "thiserror 1.0.69",
17849 "tokio",
17850 "tracing",
17851 "trait-variant",
17852 "url",
17853 "wasmtime",
17854 "wiggle",
17855 "windows-sys 0.59.0",
17856]
17857
17858[[package]]
17859name = "wasmtime-winch"
17860version = "29.0.1"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17863dependencies = [
17864 "anyhow",
17865 "cranelift-codegen",
17866 "gimli",
17867 "object",
17868 "target-lexicon 0.13.2",
17869 "wasmparser 0.221.3",
17870 "wasmtime-cranelift",
17871 "wasmtime-environ",
17872 "winch-codegen",
17873]
17874
17875[[package]]
17876name = "wasmtime-wit-bindgen"
17877version = "29.0.1"
17878source = "registry+https://github.com/rust-lang/crates.io-index"
17879checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17880dependencies = [
17881 "anyhow",
17882 "heck 0.5.0",
17883 "indexmap",
17884 "wit-parser 0.221.3",
17885]
17886
17887[[package]]
17888name = "wast"
17889version = "35.0.2"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17892dependencies = [
17893 "leb128",
17894]
17895
17896[[package]]
17897name = "wayland-backend"
17898version = "0.3.8"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17901dependencies = [
17902 "cc",
17903 "downcast-rs",
17904 "rustix 0.38.44",
17905 "scoped-tls",
17906 "smallvec",
17907 "wayland-sys",
17908]
17909
17910[[package]]
17911name = "wayland-client"
17912version = "0.31.8"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17915dependencies = [
17916 "bitflags 2.9.0",
17917 "rustix 0.38.44",
17918 "wayland-backend",
17919 "wayland-scanner",
17920]
17921
17922[[package]]
17923name = "wayland-cursor"
17924version = "0.31.8"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17927dependencies = [
17928 "rustix 0.38.44",
17929 "wayland-client",
17930 "xcursor",
17931]
17932
17933[[package]]
17934name = "wayland-protocols"
17935version = "0.31.2"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17938dependencies = [
17939 "bitflags 2.9.0",
17940 "wayland-backend",
17941 "wayland-client",
17942 "wayland-scanner",
17943]
17944
17945[[package]]
17946name = "wayland-protocols-plasma"
17947version = "0.2.0"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17950dependencies = [
17951 "bitflags 2.9.0",
17952 "wayland-backend",
17953 "wayland-client",
17954 "wayland-protocols",
17955 "wayland-scanner",
17956]
17957
17958[[package]]
17959name = "wayland-scanner"
17960version = "0.31.6"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17963dependencies = [
17964 "proc-macro2",
17965 "quick-xml 0.37.4",
17966 "quote",
17967]
17968
17969[[package]]
17970name = "wayland-sys"
17971version = "0.31.6"
17972source = "registry+https://github.com/rust-lang/crates.io-index"
17973checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17974dependencies = [
17975 "dlib",
17976 "log",
17977 "once_cell",
17978 "pkg-config",
17979]
17980
17981[[package]]
17982name = "web-sys"
17983version = "0.3.77"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17986dependencies = [
17987 "js-sys",
17988 "wasm-bindgen",
17989]
17990
17991[[package]]
17992name = "web-time"
17993version = "1.1.0"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17996dependencies = [
17997 "js-sys",
17998 "wasm-bindgen",
17999]
18000
18001[[package]]
18002name = "web_atoms"
18003version = "0.1.0"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
18006dependencies = [
18007 "phf",
18008 "phf_codegen",
18009 "string_cache",
18010 "string_cache_codegen",
18011]
18012
18013[[package]]
18014name = "web_search"
18015version = "0.1.0"
18016dependencies = [
18017 "anyhow",
18018 "collections",
18019 "gpui",
18020 "serde",
18021 "workspace-hack",
18022 "zed_llm_client",
18023]
18024
18025[[package]]
18026name = "web_search_providers"
18027version = "0.1.0"
18028dependencies = [
18029 "anyhow",
18030 "client",
18031 "futures 0.3.31",
18032 "gpui",
18033 "http_client",
18034 "language_model",
18035 "serde",
18036 "serde_json",
18037 "web_search",
18038 "workspace-hack",
18039 "zed_llm_client",
18040]
18041
18042[[package]]
18043name = "webpki-root-certs"
18044version = "0.26.8"
18045source = "registry+https://github.com/rust-lang/crates.io-index"
18046checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18047dependencies = [
18048 "rustls-pki-types",
18049]
18050
18051[[package]]
18052name = "webpki-roots"
18053version = "0.26.8"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18056dependencies = [
18057 "rustls-pki-types",
18058]
18059
18060[[package]]
18061name = "webrtc-sys"
18062version = "0.3.7"
18063source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18064dependencies = [
18065 "cc",
18066 "cxx",
18067 "cxx-build",
18068 "glob",
18069 "log",
18070 "webrtc-sys-build",
18071]
18072
18073[[package]]
18074name = "webrtc-sys-build"
18075version = "0.3.6"
18076source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18077dependencies = [
18078 "fs2",
18079 "regex",
18080 "reqwest 0.11.27",
18081 "scratch",
18082 "semver",
18083 "zip",
18084]
18085
18086[[package]]
18087name = "weezl"
18088version = "0.1.8"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18091
18092[[package]]
18093name = "welcome"
18094version = "0.1.0"
18095dependencies = [
18096 "anyhow",
18097 "client",
18098 "component",
18099 "db",
18100 "documented",
18101 "editor",
18102 "fuzzy",
18103 "gpui",
18104 "install_cli",
18105 "language",
18106 "picker",
18107 "project",
18108 "schemars",
18109 "serde",
18110 "settings",
18111 "telemetry",
18112 "theme",
18113 "ui",
18114 "util",
18115 "vim_mode_setting",
18116 "workspace",
18117 "workspace-hack",
18118 "zed_actions",
18119]
18120
18121[[package]]
18122name = "which"
18123version = "4.4.2"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18126dependencies = [
18127 "either",
18128 "home",
18129 "once_cell",
18130 "rustix 0.38.44",
18131]
18132
18133[[package]]
18134name = "which"
18135version = "6.0.3"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18138dependencies = [
18139 "either",
18140 "home",
18141 "rustix 0.38.44",
18142 "winsafe",
18143]
18144
18145[[package]]
18146name = "whoami"
18147version = "1.6.0"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18150dependencies = [
18151 "redox_syscall 0.5.11",
18152 "wasite",
18153]
18154
18155[[package]]
18156name = "wiggle"
18157version = "29.0.1"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18160dependencies = [
18161 "anyhow",
18162 "async-trait",
18163 "bitflags 2.9.0",
18164 "thiserror 1.0.69",
18165 "tracing",
18166 "wasmtime",
18167 "wiggle-macro",
18168]
18169
18170[[package]]
18171name = "wiggle-generate"
18172version = "29.0.1"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18175dependencies = [
18176 "anyhow",
18177 "heck 0.5.0",
18178 "proc-macro2",
18179 "quote",
18180 "shellexpand 2.1.2",
18181 "syn 2.0.101",
18182 "witx",
18183]
18184
18185[[package]]
18186name = "wiggle-macro"
18187version = "29.0.1"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18190dependencies = [
18191 "proc-macro2",
18192 "quote",
18193 "syn 2.0.101",
18194 "wiggle-generate",
18195]
18196
18197[[package]]
18198name = "winapi"
18199version = "0.3.9"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18202dependencies = [
18203 "winapi-i686-pc-windows-gnu",
18204 "winapi-x86_64-pc-windows-gnu",
18205]
18206
18207[[package]]
18208name = "winapi-i686-pc-windows-gnu"
18209version = "0.4.0"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18212
18213[[package]]
18214name = "winapi-util"
18215version = "0.1.9"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18218dependencies = [
18219 "windows-sys 0.59.0",
18220]
18221
18222[[package]]
18223name = "winapi-x86_64-pc-windows-gnu"
18224version = "0.4.0"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18227
18228[[package]]
18229name = "winch-codegen"
18230version = "29.0.1"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18233dependencies = [
18234 "anyhow",
18235 "cranelift-codegen",
18236 "gimli",
18237 "regalloc2",
18238 "smallvec",
18239 "target-lexicon 0.13.2",
18240 "thiserror 1.0.69",
18241 "wasmparser 0.221.3",
18242 "wasmtime-cranelift",
18243 "wasmtime-environ",
18244]
18245
18246[[package]]
18247name = "windows"
18248version = "0.54.0"
18249source = "registry+https://github.com/rust-lang/crates.io-index"
18250checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18251dependencies = [
18252 "windows-core 0.54.0",
18253 "windows-targets 0.52.6",
18254]
18255
18256[[package]]
18257name = "windows"
18258version = "0.57.0"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18261dependencies = [
18262 "windows-core 0.57.0",
18263 "windows-targets 0.52.6",
18264]
18265
18266[[package]]
18267name = "windows"
18268version = "0.58.0"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18271dependencies = [
18272 "windows-core 0.58.0",
18273 "windows-targets 0.52.6",
18274]
18275
18276[[package]]
18277name = "windows"
18278version = "0.61.1"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18281dependencies = [
18282 "windows-collections",
18283 "windows-core 0.61.0",
18284 "windows-future",
18285 "windows-link",
18286 "windows-numerics",
18287]
18288
18289[[package]]
18290name = "windows-capture"
18291version = "1.4.3"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18294dependencies = [
18295 "clap",
18296 "ctrlc",
18297 "parking_lot",
18298 "rayon",
18299 "thiserror 2.0.12",
18300 "windows 0.61.1",
18301 "windows-future",
18302]
18303
18304[[package]]
18305name = "windows-collections"
18306version = "0.2.0"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18309dependencies = [
18310 "windows-core 0.61.0",
18311]
18312
18313[[package]]
18314name = "windows-core"
18315version = "0.54.0"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18318dependencies = [
18319 "windows-result 0.1.2",
18320 "windows-targets 0.52.6",
18321]
18322
18323[[package]]
18324name = "windows-core"
18325version = "0.57.0"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18328dependencies = [
18329 "windows-implement 0.57.0",
18330 "windows-interface 0.57.0",
18331 "windows-result 0.1.2",
18332 "windows-targets 0.52.6",
18333]
18334
18335[[package]]
18336name = "windows-core"
18337version = "0.58.0"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18340dependencies = [
18341 "windows-implement 0.58.0",
18342 "windows-interface 0.58.0",
18343 "windows-result 0.2.0",
18344 "windows-strings 0.1.0",
18345 "windows-targets 0.52.6",
18346]
18347
18348[[package]]
18349name = "windows-core"
18350version = "0.61.0"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18353dependencies = [
18354 "windows-implement 0.60.0",
18355 "windows-interface 0.59.1",
18356 "windows-link",
18357 "windows-result 0.3.2",
18358 "windows-strings 0.4.0",
18359]
18360
18361[[package]]
18362name = "windows-future"
18363version = "0.2.0"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18366dependencies = [
18367 "windows-core 0.61.0",
18368 "windows-link",
18369]
18370
18371[[package]]
18372name = "windows-implement"
18373version = "0.57.0"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18376dependencies = [
18377 "proc-macro2",
18378 "quote",
18379 "syn 2.0.101",
18380]
18381
18382[[package]]
18383name = "windows-implement"
18384version = "0.58.0"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18387dependencies = [
18388 "proc-macro2",
18389 "quote",
18390 "syn 2.0.101",
18391]
18392
18393[[package]]
18394name = "windows-implement"
18395version = "0.60.0"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18398dependencies = [
18399 "proc-macro2",
18400 "quote",
18401 "syn 2.0.101",
18402]
18403
18404[[package]]
18405name = "windows-interface"
18406version = "0.57.0"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18409dependencies = [
18410 "proc-macro2",
18411 "quote",
18412 "syn 2.0.101",
18413]
18414
18415[[package]]
18416name = "windows-interface"
18417version = "0.58.0"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18420dependencies = [
18421 "proc-macro2",
18422 "quote",
18423 "syn 2.0.101",
18424]
18425
18426[[package]]
18427name = "windows-interface"
18428version = "0.59.1"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18431dependencies = [
18432 "proc-macro2",
18433 "quote",
18434 "syn 2.0.101",
18435]
18436
18437[[package]]
18438name = "windows-link"
18439version = "0.1.1"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18442
18443[[package]]
18444name = "windows-numerics"
18445version = "0.2.0"
18446source = "registry+https://github.com/rust-lang/crates.io-index"
18447checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18448dependencies = [
18449 "windows-core 0.61.0",
18450 "windows-link",
18451]
18452
18453[[package]]
18454name = "windows-registry"
18455version = "0.4.0"
18456source = "registry+https://github.com/rust-lang/crates.io-index"
18457checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18458dependencies = [
18459 "windows-result 0.3.2",
18460 "windows-strings 0.3.1",
18461 "windows-targets 0.53.0",
18462]
18463
18464[[package]]
18465name = "windows-registry"
18466version = "0.5.1"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18469dependencies = [
18470 "windows-link",
18471 "windows-result 0.3.2",
18472 "windows-strings 0.4.0",
18473]
18474
18475[[package]]
18476name = "windows-result"
18477version = "0.1.2"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18480dependencies = [
18481 "windows-targets 0.52.6",
18482]
18483
18484[[package]]
18485name = "windows-result"
18486version = "0.2.0"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18489dependencies = [
18490 "windows-targets 0.52.6",
18491]
18492
18493[[package]]
18494name = "windows-result"
18495version = "0.3.2"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18498dependencies = [
18499 "windows-link",
18500]
18501
18502[[package]]
18503name = "windows-strings"
18504version = "0.1.0"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18507dependencies = [
18508 "windows-result 0.2.0",
18509 "windows-targets 0.52.6",
18510]
18511
18512[[package]]
18513name = "windows-strings"
18514version = "0.3.1"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18517dependencies = [
18518 "windows-link",
18519]
18520
18521[[package]]
18522name = "windows-strings"
18523version = "0.4.0"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18526dependencies = [
18527 "windows-link",
18528]
18529
18530[[package]]
18531name = "windows-sys"
18532version = "0.45.0"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18535dependencies = [
18536 "windows-targets 0.42.2",
18537]
18538
18539[[package]]
18540name = "windows-sys"
18541version = "0.48.0"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18544dependencies = [
18545 "windows-targets 0.48.5",
18546]
18547
18548[[package]]
18549name = "windows-sys"
18550version = "0.52.0"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18553dependencies = [
18554 "windows-targets 0.52.6",
18555]
18556
18557[[package]]
18558name = "windows-sys"
18559version = "0.59.0"
18560source = "registry+https://github.com/rust-lang/crates.io-index"
18561checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18562dependencies = [
18563 "windows-targets 0.52.6",
18564]
18565
18566[[package]]
18567name = "windows-targets"
18568version = "0.42.2"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18571dependencies = [
18572 "windows_aarch64_gnullvm 0.42.2",
18573 "windows_aarch64_msvc 0.42.2",
18574 "windows_i686_gnu 0.42.2",
18575 "windows_i686_msvc 0.42.2",
18576 "windows_x86_64_gnu 0.42.2",
18577 "windows_x86_64_gnullvm 0.42.2",
18578 "windows_x86_64_msvc 0.42.2",
18579]
18580
18581[[package]]
18582name = "windows-targets"
18583version = "0.48.5"
18584source = "registry+https://github.com/rust-lang/crates.io-index"
18585checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18586dependencies = [
18587 "windows_aarch64_gnullvm 0.48.5",
18588 "windows_aarch64_msvc 0.48.5",
18589 "windows_i686_gnu 0.48.5",
18590 "windows_i686_msvc 0.48.5",
18591 "windows_x86_64_gnu 0.48.5",
18592 "windows_x86_64_gnullvm 0.48.5",
18593 "windows_x86_64_msvc 0.48.5",
18594]
18595
18596[[package]]
18597name = "windows-targets"
18598version = "0.52.6"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18601dependencies = [
18602 "windows_aarch64_gnullvm 0.52.6",
18603 "windows_aarch64_msvc 0.52.6",
18604 "windows_i686_gnu 0.52.6",
18605 "windows_i686_gnullvm 0.52.6",
18606 "windows_i686_msvc 0.52.6",
18607 "windows_x86_64_gnu 0.52.6",
18608 "windows_x86_64_gnullvm 0.52.6",
18609 "windows_x86_64_msvc 0.52.6",
18610]
18611
18612[[package]]
18613name = "windows-targets"
18614version = "0.53.0"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18617dependencies = [
18618 "windows_aarch64_gnullvm 0.53.0",
18619 "windows_aarch64_msvc 0.53.0",
18620 "windows_i686_gnu 0.53.0",
18621 "windows_i686_gnullvm 0.53.0",
18622 "windows_i686_msvc 0.53.0",
18623 "windows_x86_64_gnu 0.53.0",
18624 "windows_x86_64_gnullvm 0.53.0",
18625 "windows_x86_64_msvc 0.53.0",
18626]
18627
18628[[package]]
18629name = "windows_aarch64_gnullvm"
18630version = "0.42.2"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18633
18634[[package]]
18635name = "windows_aarch64_gnullvm"
18636version = "0.48.5"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18639
18640[[package]]
18641name = "windows_aarch64_gnullvm"
18642version = "0.52.6"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18645
18646[[package]]
18647name = "windows_aarch64_gnullvm"
18648version = "0.53.0"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18651
18652[[package]]
18653name = "windows_aarch64_msvc"
18654version = "0.42.2"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18657
18658[[package]]
18659name = "windows_aarch64_msvc"
18660version = "0.48.5"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18663
18664[[package]]
18665name = "windows_aarch64_msvc"
18666version = "0.52.6"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18669
18670[[package]]
18671name = "windows_aarch64_msvc"
18672version = "0.53.0"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18675
18676[[package]]
18677name = "windows_i686_gnu"
18678version = "0.42.2"
18679source = "registry+https://github.com/rust-lang/crates.io-index"
18680checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18681
18682[[package]]
18683name = "windows_i686_gnu"
18684version = "0.48.5"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18687
18688[[package]]
18689name = "windows_i686_gnu"
18690version = "0.52.6"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18693
18694[[package]]
18695name = "windows_i686_gnu"
18696version = "0.53.0"
18697source = "registry+https://github.com/rust-lang/crates.io-index"
18698checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18699
18700[[package]]
18701name = "windows_i686_gnullvm"
18702version = "0.52.6"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18705
18706[[package]]
18707name = "windows_i686_gnullvm"
18708version = "0.53.0"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18711
18712[[package]]
18713name = "windows_i686_msvc"
18714version = "0.42.2"
18715source = "registry+https://github.com/rust-lang/crates.io-index"
18716checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18717
18718[[package]]
18719name = "windows_i686_msvc"
18720version = "0.48.5"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18723
18724[[package]]
18725name = "windows_i686_msvc"
18726version = "0.52.6"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18729
18730[[package]]
18731name = "windows_i686_msvc"
18732version = "0.53.0"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18735
18736[[package]]
18737name = "windows_x86_64_gnu"
18738version = "0.42.2"
18739source = "registry+https://github.com/rust-lang/crates.io-index"
18740checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18741
18742[[package]]
18743name = "windows_x86_64_gnu"
18744version = "0.48.5"
18745source = "registry+https://github.com/rust-lang/crates.io-index"
18746checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18747
18748[[package]]
18749name = "windows_x86_64_gnu"
18750version = "0.52.6"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18753
18754[[package]]
18755name = "windows_x86_64_gnu"
18756version = "0.53.0"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18759
18760[[package]]
18761name = "windows_x86_64_gnullvm"
18762version = "0.42.2"
18763source = "registry+https://github.com/rust-lang/crates.io-index"
18764checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18765
18766[[package]]
18767name = "windows_x86_64_gnullvm"
18768version = "0.48.5"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18771
18772[[package]]
18773name = "windows_x86_64_gnullvm"
18774version = "0.52.6"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18777
18778[[package]]
18779name = "windows_x86_64_gnullvm"
18780version = "0.53.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18783
18784[[package]]
18785name = "windows_x86_64_msvc"
18786version = "0.42.2"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18789
18790[[package]]
18791name = "windows_x86_64_msvc"
18792version = "0.48.5"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18795
18796[[package]]
18797name = "windows_x86_64_msvc"
18798version = "0.52.6"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18801
18802[[package]]
18803name = "windows_x86_64_msvc"
18804version = "0.53.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18807
18808[[package]]
18809name = "winnow"
18810version = "0.7.6"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18813dependencies = [
18814 "memchr",
18815]
18816
18817[[package]]
18818name = "winreg"
18819version = "0.10.1"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18822dependencies = [
18823 "winapi",
18824]
18825
18826[[package]]
18827name = "winreg"
18828version = "0.50.0"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18831dependencies = [
18832 "cfg-if",
18833 "windows-sys 0.48.0",
18834]
18835
18836[[package]]
18837name = "winreg"
18838version = "0.52.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18841dependencies = [
18842 "cfg-if",
18843 "windows-sys 0.48.0",
18844]
18845
18846[[package]]
18847name = "winreg"
18848version = "0.55.0"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18851dependencies = [
18852 "cfg-if",
18853 "windows-sys 0.59.0",
18854]
18855
18856[[package]]
18857name = "winresource"
18858version = "0.1.20"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18861dependencies = [
18862 "toml 0.8.20",
18863 "version_check",
18864]
18865
18866[[package]]
18867name = "winsafe"
18868version = "0.0.19"
18869source = "registry+https://github.com/rust-lang/crates.io-index"
18870checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18871
18872[[package]]
18873name = "winx"
18874version = "0.36.4"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18877dependencies = [
18878 "bitflags 2.9.0",
18879 "windows-sys 0.59.0",
18880]
18881
18882[[package]]
18883name = "wio"
18884version = "0.2.2"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18887dependencies = [
18888 "winapi",
18889]
18890
18891[[package]]
18892name = "wit-bindgen"
18893version = "0.22.0"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18896dependencies = [
18897 "bitflags 2.9.0",
18898 "wit-bindgen-rt 0.22.0",
18899 "wit-bindgen-rust-macro 0.22.0",
18900]
18901
18902[[package]]
18903name = "wit-bindgen"
18904version = "0.41.0"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18907dependencies = [
18908 "wit-bindgen-rt 0.41.0",
18909 "wit-bindgen-rust-macro 0.41.0",
18910]
18911
18912[[package]]
18913name = "wit-bindgen-core"
18914version = "0.22.0"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18917dependencies = [
18918 "anyhow",
18919 "wit-parser 0.201.0",
18920]
18921
18922[[package]]
18923name = "wit-bindgen-core"
18924version = "0.41.0"
18925source = "registry+https://github.com/rust-lang/crates.io-index"
18926checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18927dependencies = [
18928 "anyhow",
18929 "heck 0.5.0",
18930 "wit-parser 0.227.1",
18931]
18932
18933[[package]]
18934name = "wit-bindgen-rt"
18935version = "0.22.0"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18938
18939[[package]]
18940name = "wit-bindgen-rt"
18941version = "0.39.0"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18944dependencies = [
18945 "bitflags 2.9.0",
18946]
18947
18948[[package]]
18949name = "wit-bindgen-rt"
18950version = "0.41.0"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18953dependencies = [
18954 "bitflags 2.9.0",
18955 "futures 0.3.31",
18956 "once_cell",
18957]
18958
18959[[package]]
18960name = "wit-bindgen-rust"
18961version = "0.22.0"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18964dependencies = [
18965 "anyhow",
18966 "heck 0.4.1",
18967 "indexmap",
18968 "wasm-metadata 0.201.0",
18969 "wit-bindgen-core 0.22.0",
18970 "wit-component 0.201.0",
18971]
18972
18973[[package]]
18974name = "wit-bindgen-rust"
18975version = "0.41.0"
18976source = "registry+https://github.com/rust-lang/crates.io-index"
18977checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18978dependencies = [
18979 "anyhow",
18980 "heck 0.5.0",
18981 "indexmap",
18982 "prettyplease",
18983 "syn 2.0.101",
18984 "wasm-metadata 0.227.1",
18985 "wit-bindgen-core 0.41.0",
18986 "wit-component 0.227.1",
18987]
18988
18989[[package]]
18990name = "wit-bindgen-rust-macro"
18991version = "0.22.0"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18994dependencies = [
18995 "anyhow",
18996 "proc-macro2",
18997 "quote",
18998 "syn 2.0.101",
18999 "wit-bindgen-core 0.22.0",
19000 "wit-bindgen-rust 0.22.0",
19001]
19002
19003[[package]]
19004name = "wit-bindgen-rust-macro"
19005version = "0.41.0"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
19008dependencies = [
19009 "anyhow",
19010 "prettyplease",
19011 "proc-macro2",
19012 "quote",
19013 "syn 2.0.101",
19014 "wit-bindgen-core 0.41.0",
19015 "wit-bindgen-rust 0.41.0",
19016]
19017
19018[[package]]
19019name = "wit-component"
19020version = "0.201.0"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19023dependencies = [
19024 "anyhow",
19025 "bitflags 2.9.0",
19026 "indexmap",
19027 "log",
19028 "serde",
19029 "serde_derive",
19030 "serde_json",
19031 "wasm-encoder 0.201.0",
19032 "wasm-metadata 0.201.0",
19033 "wasmparser 0.201.0",
19034 "wit-parser 0.201.0",
19035]
19036
19037[[package]]
19038name = "wit-component"
19039version = "0.221.3"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19042dependencies = [
19043 "anyhow",
19044 "bitflags 2.9.0",
19045 "indexmap",
19046 "log",
19047 "serde",
19048 "serde_derive",
19049 "serde_json",
19050 "wasm-encoder 0.221.3",
19051 "wasm-metadata 0.221.3",
19052 "wasmparser 0.221.3",
19053 "wit-parser 0.221.3",
19054]
19055
19056[[package]]
19057name = "wit-component"
19058version = "0.227.1"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19061dependencies = [
19062 "anyhow",
19063 "bitflags 2.9.0",
19064 "indexmap",
19065 "log",
19066 "serde",
19067 "serde_derive",
19068 "serde_json",
19069 "wasm-encoder 0.227.1",
19070 "wasm-metadata 0.227.1",
19071 "wasmparser 0.227.1",
19072 "wit-parser 0.227.1",
19073]
19074
19075[[package]]
19076name = "wit-parser"
19077version = "0.201.0"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19080dependencies = [
19081 "anyhow",
19082 "id-arena",
19083 "indexmap",
19084 "log",
19085 "semver",
19086 "serde",
19087 "serde_derive",
19088 "serde_json",
19089 "unicode-xid",
19090 "wasmparser 0.201.0",
19091]
19092
19093[[package]]
19094name = "wit-parser"
19095version = "0.221.3"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19098dependencies = [
19099 "anyhow",
19100 "id-arena",
19101 "indexmap",
19102 "log",
19103 "semver",
19104 "serde",
19105 "serde_derive",
19106 "serde_json",
19107 "unicode-xid",
19108 "wasmparser 0.221.3",
19109]
19110
19111[[package]]
19112name = "wit-parser"
19113version = "0.227.1"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19116dependencies = [
19117 "anyhow",
19118 "id-arena",
19119 "indexmap",
19120 "log",
19121 "semver",
19122 "serde",
19123 "serde_derive",
19124 "serde_json",
19125 "unicode-xid",
19126 "wasmparser 0.227.1",
19127]
19128
19129[[package]]
19130name = "witx"
19131version = "0.9.1"
19132source = "registry+https://github.com/rust-lang/crates.io-index"
19133checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19134dependencies = [
19135 "anyhow",
19136 "log",
19137 "thiserror 1.0.69",
19138 "wast",
19139]
19140
19141[[package]]
19142name = "workspace"
19143version = "0.1.0"
19144dependencies = [
19145 "any_vec",
19146 "anyhow",
19147 "async-recursion 1.1.1",
19148 "bincode",
19149 "call",
19150 "client",
19151 "clock",
19152 "collections",
19153 "component",
19154 "dap",
19155 "db",
19156 "env_logger 0.11.8",
19157 "fs",
19158 "futures 0.3.31",
19159 "gpui",
19160 "http_client",
19161 "itertools 0.14.0",
19162 "language",
19163 "log",
19164 "menu",
19165 "node_runtime",
19166 "parking_lot",
19167 "postage",
19168 "project",
19169 "remote",
19170 "schemars",
19171 "serde",
19172 "serde_json",
19173 "session",
19174 "settings",
19175 "smallvec",
19176 "sqlez",
19177 "strum 0.27.1",
19178 "task",
19179 "telemetry",
19180 "tempfile",
19181 "theme",
19182 "ui",
19183 "util",
19184 "uuid",
19185 "windows 0.61.1",
19186 "workspace-hack",
19187 "zed_actions",
19188]
19189
19190[[package]]
19191name = "workspace-hack"
19192version = "0.1.0"
19193dependencies = [
19194 "aes",
19195 "ahash 0.8.11",
19196 "aho-corasick",
19197 "anstream",
19198 "arrayvec",
19199 "async-compression",
19200 "async-std",
19201 "async-tungstenite",
19202 "aws-config",
19203 "aws-credential-types",
19204 "aws-runtime",
19205 "aws-sigv4",
19206 "aws-smithy-async",
19207 "aws-smithy-http",
19208 "aws-smithy-runtime",
19209 "aws-smithy-runtime-api",
19210 "aws-smithy-types",
19211 "base64 0.22.1",
19212 "base64ct",
19213 "bigdecimal",
19214 "bit-set 0.8.0",
19215 "bit-vec 0.8.0",
19216 "bitflags 2.9.0",
19217 "bstr",
19218 "bytemuck",
19219 "byteorder",
19220 "bytes 1.10.1",
19221 "cc",
19222 "chrono",
19223 "cipher",
19224 "clang-sys",
19225 "clap",
19226 "clap_builder",
19227 "codespan-reporting 0.12.0",
19228 "concurrent-queue",
19229 "core-foundation 0.9.4",
19230 "core-foundation-sys",
19231 "coreaudio-sys",
19232 "cranelift-codegen",
19233 "crc32fast",
19234 "crossbeam-epoch",
19235 "crossbeam-utils",
19236 "crypto-common",
19237 "deranged",
19238 "digest",
19239 "either",
19240 "euclid",
19241 "event-listener 5.4.0",
19242 "event-listener-strategy",
19243 "flate2",
19244 "flume",
19245 "foldhash",
19246 "form_urlencoded",
19247 "futures 0.3.31",
19248 "futures-channel",
19249 "futures-core",
19250 "futures-executor",
19251 "futures-io",
19252 "futures-sink",
19253 "futures-task",
19254 "futures-util",
19255 "getrandom 0.2.15",
19256 "getrandom 0.3.2",
19257 "gimli",
19258 "half",
19259 "handlebars 4.5.0",
19260 "hashbrown 0.14.5",
19261 "hashbrown 0.15.3",
19262 "heck 0.4.1",
19263 "hmac",
19264 "hyper 0.14.32",
19265 "hyper-rustls 0.27.5",
19266 "idna",
19267 "indexmap",
19268 "inout",
19269 "itertools 0.12.1",
19270 "itertools 0.13.0",
19271 "jiff",
19272 "lazy_static",
19273 "libc",
19274 "libsqlite3-sys",
19275 "linux-raw-sys 0.4.15",
19276 "linux-raw-sys 0.9.4",
19277 "log",
19278 "lyon",
19279 "lyon_path",
19280 "md-5",
19281 "memchr",
19282 "miniz_oxide",
19283 "mio",
19284 "naga",
19285 "nix 0.29.0",
19286 "nom",
19287 "num-bigint",
19288 "num-bigint-dig",
19289 "num-integer",
19290 "num-iter",
19291 "num-rational",
19292 "num-traits",
19293 "objc2",
19294 "objc2-foundation",
19295 "objc2-metal",
19296 "object",
19297 "once_cell",
19298 "percent-encoding",
19299 "phf",
19300 "phf_shared",
19301 "prettyplease",
19302 "proc-macro2",
19303 "prost 0.9.0",
19304 "prost-types 0.9.0",
19305 "quote",
19306 "rand 0.8.5",
19307 "rand 0.9.1",
19308 "rand_chacha 0.3.1",
19309 "rand_core 0.6.4",
19310 "regalloc2",
19311 "regex",
19312 "regex-automata 0.4.9",
19313 "regex-syntax 0.8.5",
19314 "ring",
19315 "rust_decimal",
19316 "rustc-hash 1.1.0",
19317 "rustix 0.38.44",
19318 "rustix 1.0.7",
19319 "rustls 0.23.26",
19320 "rustls-webpki 0.103.1",
19321 "scopeguard",
19322 "sea-orm",
19323 "sea-query-binder",
19324 "security-framework 3.2.0",
19325 "security-framework-sys",
19326 "semver",
19327 "serde",
19328 "serde_derive",
19329 "serde_json",
19330 "sha1",
19331 "simd-adler32",
19332 "smallvec",
19333 "spin",
19334 "sqlx",
19335 "sqlx-macros",
19336 "sqlx-macros-core",
19337 "sqlx-postgres",
19338 "sqlx-sqlite",
19339 "strum 0.26.3",
19340 "subtle",
19341 "syn 1.0.109",
19342 "syn 2.0.101",
19343 "sync_wrapper 1.0.2",
19344 "thiserror 2.0.12",
19345 "time",
19346 "time-macros",
19347 "tokio",
19348 "tokio-rustls 0.26.2",
19349 "tokio-socks",
19350 "tokio-stream",
19351 "tokio-util",
19352 "toml_datetime",
19353 "toml_edit",
19354 "tower 0.5.2",
19355 "tracing",
19356 "tracing-core",
19357 "tungstenite 0.26.2",
19358 "unicode-normalization",
19359 "unicode-properties",
19360 "url",
19361 "uuid",
19362 "wasm-encoder 0.221.3",
19363 "wasmparser 0.221.3",
19364 "wasmtime",
19365 "wasmtime-cranelift",
19366 "wasmtime-environ",
19367 "winapi",
19368 "windows-core 0.61.0",
19369 "windows-numerics",
19370 "windows-sys 0.48.0",
19371 "windows-sys 0.52.0",
19372 "windows-sys 0.59.0",
19373 "winnow",
19374 "zeroize",
19375 "zvariant",
19376]
19377
19378[[package]]
19379name = "worktree"
19380version = "0.1.0"
19381dependencies = [
19382 "anyhow",
19383 "clock",
19384 "collections",
19385 "env_logger 0.11.8",
19386 "fs",
19387 "futures 0.3.31",
19388 "fuzzy",
19389 "git",
19390 "git2",
19391 "gpui",
19392 "http_client",
19393 "ignore",
19394 "language",
19395 "log",
19396 "parking_lot",
19397 "paths",
19398 "postage",
19399 "pretty_assertions",
19400 "rand 0.8.5",
19401 "rpc",
19402 "schemars",
19403 "serde",
19404 "serde_json",
19405 "settings",
19406 "smallvec",
19407 "smol",
19408 "sum_tree",
19409 "text",
19410 "util",
19411 "workspace-hack",
19412]
19413
19414[[package]]
19415name = "write16"
19416version = "1.0.0"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19419
19420[[package]]
19421name = "writeable"
19422version = "0.5.5"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19425
19426[[package]]
19427name = "wyz"
19428version = "0.5.1"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19431dependencies = [
19432 "tap",
19433]
19434
19435[[package]]
19436name = "x11"
19437version = "2.21.0"
19438source = "registry+https://github.com/rust-lang/crates.io-index"
19439checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19440dependencies = [
19441 "libc",
19442 "pkg-config",
19443]
19444
19445[[package]]
19446name = "x11-clipboard"
19447version = "0.9.3"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19450dependencies = [
19451 "libc",
19452 "x11rb",
19453]
19454
19455[[package]]
19456name = "x11rb"
19457version = "0.13.1"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19460dependencies = [
19461 "as-raw-xcb-connection",
19462 "gethostname",
19463 "libc",
19464 "rustix 0.38.44",
19465 "x11rb-protocol",
19466]
19467
19468[[package]]
19469name = "x11rb-protocol"
19470version = "0.13.1"
19471source = "registry+https://github.com/rust-lang/crates.io-index"
19472checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19473
19474[[package]]
19475name = "xattr"
19476version = "0.2.3"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19479dependencies = [
19480 "libc",
19481]
19482
19483[[package]]
19484name = "xcb"
19485version = "1.5.0"
19486source = "registry+https://github.com/rust-lang/crates.io-index"
19487checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19488dependencies = [
19489 "bitflags 1.3.2",
19490 "libc",
19491 "quick-xml 0.30.0",
19492 "x11",
19493]
19494
19495[[package]]
19496name = "xcursor"
19497version = "0.3.8"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19500
19501[[package]]
19502name = "xdg-home"
19503version = "1.3.0"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19506dependencies = [
19507 "libc",
19508 "windows-sys 0.59.0",
19509]
19510
19511[[package]]
19512name = "xim"
19513version = "0.4.0"
19514source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19515dependencies = [
19516 "ahash 0.8.11",
19517 "hashbrown 0.14.5",
19518 "log",
19519 "x11rb",
19520 "xim-ctext",
19521 "xim-parser",
19522]
19523
19524[[package]]
19525name = "xim-ctext"
19526version = "0.3.0"
19527source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19528dependencies = [
19529 "encoding_rs",
19530]
19531
19532[[package]]
19533name = "xim-parser"
19534version = "0.2.1"
19535source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19536dependencies = [
19537 "bitflags 2.9.0",
19538]
19539
19540[[package]]
19541name = "xkbcommon"
19542version = "0.8.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19545dependencies = [
19546 "as-raw-xcb-connection",
19547 "libc",
19548 "memmap2",
19549 "xkeysym",
19550]
19551
19552[[package]]
19553name = "xkeysym"
19554version = "0.2.1"
19555source = "registry+https://github.com/rust-lang/crates.io-index"
19556checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19557
19558[[package]]
19559name = "xml5ever"
19560version = "0.18.1"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19563dependencies = [
19564 "log",
19565 "mac",
19566 "markup5ever 0.12.1",
19567]
19568
19569[[package]]
19570name = "xmlparser"
19571version = "0.13.6"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19574
19575[[package]]
19576name = "xmlwriter"
19577version = "0.1.0"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19580
19581[[package]]
19582name = "xtask"
19583version = "0.1.0"
19584dependencies = [
19585 "anyhow",
19586 "cargo_metadata",
19587 "cargo_toml",
19588 "clap",
19589 "workspace-hack",
19590]
19591
19592[[package]]
19593name = "yaml-rust2"
19594version = "0.8.1"
19595source = "registry+https://github.com/rust-lang/crates.io-index"
19596checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19597dependencies = [
19598 "arraydeque",
19599 "encoding_rs",
19600 "hashlink 0.8.4",
19601]
19602
19603[[package]]
19604name = "yansi"
19605version = "1.0.1"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19608
19609[[package]]
19610name = "yazi"
19611version = "0.2.1"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19614
19615[[package]]
19616name = "yeslogic-fontconfig-sys"
19617version = "6.0.0"
19618source = "registry+https://github.com/rust-lang/crates.io-index"
19619checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19620dependencies = [
19621 "dlib",
19622 "once_cell",
19623 "pkg-config",
19624]
19625
19626[[package]]
19627name = "yoke"
19628version = "0.7.5"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19631dependencies = [
19632 "serde",
19633 "stable_deref_trait",
19634 "yoke-derive",
19635 "zerofrom",
19636]
19637
19638[[package]]
19639name = "yoke-derive"
19640version = "0.7.5"
19641source = "registry+https://github.com/rust-lang/crates.io-index"
19642checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19643dependencies = [
19644 "proc-macro2",
19645 "quote",
19646 "syn 2.0.101",
19647 "synstructure",
19648]
19649
19650[[package]]
19651name = "zbus"
19652version = "5.5.0"
19653source = "registry+https://github.com/rust-lang/crates.io-index"
19654checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19655dependencies = [
19656 "async-broadcast",
19657 "async-executor",
19658 "async-fs",
19659 "async-io",
19660 "async-lock",
19661 "async-process",
19662 "async-recursion 1.1.1",
19663 "async-task",
19664 "async-trait",
19665 "blocking",
19666 "enumflags2",
19667 "event-listener 5.4.0",
19668 "futures-core",
19669 "futures-lite 2.6.0",
19670 "hex",
19671 "nix 0.29.0",
19672 "ordered-stream",
19673 "serde",
19674 "serde_repr",
19675 "static_assertions",
19676 "tracing",
19677 "uds_windows",
19678 "windows-sys 0.59.0",
19679 "winnow",
19680 "xdg-home",
19681 "zbus_macros",
19682 "zbus_names",
19683 "zvariant",
19684]
19685
19686[[package]]
19687name = "zbus_macros"
19688version = "5.5.0"
19689source = "registry+https://github.com/rust-lang/crates.io-index"
19690checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19691dependencies = [
19692 "proc-macro-crate",
19693 "proc-macro2",
19694 "quote",
19695 "syn 2.0.101",
19696 "zbus_names",
19697 "zvariant",
19698 "zvariant_utils",
19699]
19700
19701[[package]]
19702name = "zbus_names"
19703version = "4.2.0"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19706dependencies = [
19707 "serde",
19708 "static_assertions",
19709 "winnow",
19710 "zvariant",
19711]
19712
19713[[package]]
19714name = "zed"
19715version = "0.189.0"
19716dependencies = [
19717 "activity_indicator",
19718 "agent",
19719 "anyhow",
19720 "ashpd",
19721 "askpass",
19722 "assets",
19723 "assistant_context_editor",
19724 "assistant_settings",
19725 "assistant_tool",
19726 "assistant_tools",
19727 "async-watch",
19728 "audio",
19729 "auto_update",
19730 "auto_update_ui",
19731 "backtrace",
19732 "breadcrumbs",
19733 "call",
19734 "channel",
19735 "chrono",
19736 "clap",
19737 "cli",
19738 "client",
19739 "collab_ui",
19740 "collections",
19741 "command_palette",
19742 "component",
19743 "copilot",
19744 "dap",
19745 "dap_adapters",
19746 "db",
19747 "debug_adapter_extension",
19748 "debugger_tools",
19749 "debugger_ui",
19750 "diagnostics",
19751 "editor",
19752 "env_logger 0.11.8",
19753 "extension",
19754 "extension_host",
19755 "extensions_ui",
19756 "feature_flags",
19757 "feedback",
19758 "file_finder",
19759 "fs",
19760 "futures 0.3.31",
19761 "git",
19762 "git_hosting_providers",
19763 "git_ui",
19764 "go_to_line",
19765 "gpui",
19766 "gpui_tokio",
19767 "http_client",
19768 "image_viewer",
19769 "indoc",
19770 "inline_completion_button",
19771 "inspector_ui",
19772 "install_cli",
19773 "jj_ui",
19774 "journal",
19775 "language",
19776 "language_extension",
19777 "language_model",
19778 "language_models",
19779 "language_selector",
19780 "language_tools",
19781 "languages",
19782 "libc",
19783 "log",
19784 "markdown",
19785 "markdown_preview",
19786 "menu",
19787 "migrator",
19788 "mimalloc",
19789 "nix 0.29.0",
19790 "node_runtime",
19791 "notifications",
19792 "outline",
19793 "outline_panel",
19794 "parking_lot",
19795 "paths",
19796 "picker",
19797 "profiling",
19798 "project",
19799 "project_panel",
19800 "project_symbols",
19801 "prompt_store",
19802 "proto",
19803 "recent_projects",
19804 "release_channel",
19805 "remote",
19806 "repl",
19807 "reqwest_client",
19808 "rope",
19809 "search",
19810 "serde",
19811 "serde_json",
19812 "session",
19813 "settings",
19814 "settings_ui",
19815 "shellexpand 2.1.2",
19816 "smol",
19817 "snippet_provider",
19818 "snippets_ui",
19819 "supermaven",
19820 "sysinfo",
19821 "tab_switcher",
19822 "task",
19823 "tasks_ui",
19824 "telemetry",
19825 "telemetry_events",
19826 "terminal_view",
19827 "theme",
19828 "theme_extension",
19829 "theme_selector",
19830 "time",
19831 "title_bar",
19832 "toolchain_selector",
19833 "tree-sitter-md",
19834 "tree-sitter-rust",
19835 "ui",
19836 "ui_input",
19837 "ui_prompt",
19838 "url",
19839 "urlencoding",
19840 "util",
19841 "uuid",
19842 "vim",
19843 "vim_mode_setting",
19844 "web_search",
19845 "web_search_providers",
19846 "welcome",
19847 "windows 0.61.1",
19848 "winresource",
19849 "workspace",
19850 "workspace-hack",
19851 "zed_actions",
19852 "zeta",
19853 "zlog",
19854 "zlog_settings",
19855]
19856
19857[[package]]
19858name = "zed_actions"
19859version = "0.1.0"
19860dependencies = [
19861 "gpui",
19862 "schemars",
19863 "serde",
19864 "uuid",
19865 "workspace-hack",
19866]
19867
19868[[package]]
19869name = "zed_emmet"
19870version = "0.0.3"
19871dependencies = [
19872 "zed_extension_api 0.1.0",
19873]
19874
19875[[package]]
19876name = "zed_extension_api"
19877version = "0.1.0"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19880dependencies = [
19881 "serde",
19882 "serde_json",
19883 "wit-bindgen 0.22.0",
19884]
19885
19886[[package]]
19887name = "zed_extension_api"
19888version = "0.6.0"
19889dependencies = [
19890 "serde",
19891 "serde_json",
19892 "wit-bindgen 0.41.0",
19893]
19894
19895[[package]]
19896name = "zed_glsl"
19897version = "0.1.0"
19898dependencies = [
19899 "zed_extension_api 0.1.0",
19900]
19901
19902[[package]]
19903name = "zed_html"
19904version = "0.2.1"
19905dependencies = [
19906 "zed_extension_api 0.1.0",
19907]
19908
19909[[package]]
19910name = "zed_llm_client"
19911version = "0.8.3"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "22a8b9575b215536ed8ad254ba07171e4e13bd029eda3b54cca4b184d2768050"
19914dependencies = [
19915 "anyhow",
19916 "serde",
19917 "serde_json",
19918 "strum 0.27.1",
19919 "uuid",
19920]
19921
19922[[package]]
19923name = "zed_proto"
19924version = "0.2.2"
19925dependencies = [
19926 "zed_extension_api 0.1.0",
19927]
19928
19929[[package]]
19930name = "zed_ruff"
19931version = "0.1.0"
19932dependencies = [
19933 "zed_extension_api 0.1.0",
19934]
19935
19936[[package]]
19937name = "zed_snippets"
19938version = "0.0.5"
19939dependencies = [
19940 "serde_json",
19941 "zed_extension_api 0.1.0",
19942]
19943
19944[[package]]
19945name = "zed_test_extension"
19946version = "0.1.0"
19947dependencies = [
19948 "zed_extension_api 0.6.0",
19949]
19950
19951[[package]]
19952name = "zed_toml"
19953version = "0.1.4"
19954dependencies = [
19955 "zed_extension_api 0.1.0",
19956]
19957
19958[[package]]
19959name = "zeno"
19960version = "0.3.2"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19963
19964[[package]]
19965name = "zerocopy"
19966version = "0.7.35"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19969dependencies = [
19970 "zerocopy-derive 0.7.35",
19971]
19972
19973[[package]]
19974name = "zerocopy"
19975version = "0.8.24"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19978dependencies = [
19979 "zerocopy-derive 0.8.24",
19980]
19981
19982[[package]]
19983name = "zerocopy-derive"
19984version = "0.7.35"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19987dependencies = [
19988 "proc-macro2",
19989 "quote",
19990 "syn 2.0.101",
19991]
19992
19993[[package]]
19994name = "zerocopy-derive"
19995version = "0.8.24"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19998dependencies = [
19999 "proc-macro2",
20000 "quote",
20001 "syn 2.0.101",
20002]
20003
20004[[package]]
20005name = "zerofrom"
20006version = "0.1.6"
20007source = "registry+https://github.com/rust-lang/crates.io-index"
20008checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
20009dependencies = [
20010 "zerofrom-derive",
20011]
20012
20013[[package]]
20014name = "zerofrom-derive"
20015version = "0.1.6"
20016source = "registry+https://github.com/rust-lang/crates.io-index"
20017checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
20018dependencies = [
20019 "proc-macro2",
20020 "quote",
20021 "syn 2.0.101",
20022 "synstructure",
20023]
20024
20025[[package]]
20026name = "zeroize"
20027version = "1.8.1"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20030dependencies = [
20031 "zeroize_derive",
20032]
20033
20034[[package]]
20035name = "zeroize_derive"
20036version = "1.4.2"
20037source = "registry+https://github.com/rust-lang/crates.io-index"
20038checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20039dependencies = [
20040 "proc-macro2",
20041 "quote",
20042 "syn 2.0.101",
20043]
20044
20045[[package]]
20046name = "zeromq"
20047version = "0.5.0-pre"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20050dependencies = [
20051 "async-dispatcher",
20052 "async-std",
20053 "async-trait",
20054 "asynchronous-codec",
20055 "bytes 1.10.1",
20056 "crossbeam-queue",
20057 "dashmap 5.5.3",
20058 "futures 0.3.31",
20059 "log",
20060 "num-traits",
20061 "once_cell",
20062 "parking_lot",
20063 "rand 0.8.5",
20064 "regex",
20065 "thiserror 1.0.69",
20066 "uuid",
20067]
20068
20069[[package]]
20070name = "zerovec"
20071version = "0.10.4"
20072source = "registry+https://github.com/rust-lang/crates.io-index"
20073checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20074dependencies = [
20075 "yoke",
20076 "zerofrom",
20077 "zerovec-derive",
20078]
20079
20080[[package]]
20081name = "zerovec-derive"
20082version = "0.10.3"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20085dependencies = [
20086 "proc-macro2",
20087 "quote",
20088 "syn 2.0.101",
20089]
20090
20091[[package]]
20092name = "zeta"
20093version = "0.1.0"
20094dependencies = [
20095 "anyhow",
20096 "arrayvec",
20097 "call",
20098 "client",
20099 "clock",
20100 "collections",
20101 "command_palette_hooks",
20102 "ctor",
20103 "db",
20104 "editor",
20105 "env_logger 0.11.8",
20106 "feature_flags",
20107 "fs",
20108 "futures 0.3.31",
20109 "gpui",
20110 "http_client",
20111 "indoc",
20112 "inline_completion",
20113 "language",
20114 "language_model",
20115 "log",
20116 "menu",
20117 "migrator",
20118 "paths",
20119 "postage",
20120 "project",
20121 "proto",
20122 "regex",
20123 "release_channel",
20124 "reqwest_client",
20125 "rpc",
20126 "serde",
20127 "serde_json",
20128 "settings",
20129 "telemetry",
20130 "telemetry_events",
20131 "theme",
20132 "thiserror 2.0.12",
20133 "tree-sitter-go",
20134 "tree-sitter-rust",
20135 "ui",
20136 "unindent",
20137 "util",
20138 "uuid",
20139 "workspace",
20140 "workspace-hack",
20141 "worktree",
20142 "zed_actions",
20143 "zed_llm_client",
20144]
20145
20146[[package]]
20147name = "zip"
20148version = "0.6.6"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20151dependencies = [
20152 "aes",
20153 "byteorder",
20154 "bzip2",
20155 "constant_time_eq 0.1.5",
20156 "crc32fast",
20157 "crossbeam-utils",
20158 "flate2",
20159 "hmac",
20160 "pbkdf2 0.11.0",
20161 "sha1",
20162 "time",
20163 "zstd",
20164]
20165
20166[[package]]
20167name = "zlib-rs"
20168version = "0.5.0"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20171
20172[[package]]
20173name = "zlog"
20174version = "0.1.0"
20175dependencies = [
20176 "anyhow",
20177 "chrono",
20178 "log",
20179 "tempfile",
20180 "workspace-hack",
20181]
20182
20183[[package]]
20184name = "zlog_settings"
20185version = "0.1.0"
20186dependencies = [
20187 "anyhow",
20188 "gpui",
20189 "schemars",
20190 "serde",
20191 "settings",
20192 "workspace-hack",
20193 "zlog",
20194]
20195
20196[[package]]
20197name = "zstd"
20198version = "0.11.2+zstd.1.5.2"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20201dependencies = [
20202 "zstd-safe",
20203]
20204
20205[[package]]
20206name = "zstd-safe"
20207version = "5.0.2+zstd.1.5.2"
20208source = "registry+https://github.com/rust-lang/crates.io-index"
20209checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20210dependencies = [
20211 "libc",
20212 "zstd-sys",
20213]
20214
20215[[package]]
20216name = "zstd-sys"
20217version = "2.0.15+zstd.1.5.7"
20218source = "registry+https://github.com/rust-lang/crates.io-index"
20219checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20220dependencies = [
20221 "cc",
20222 "pkg-config",
20223]
20224
20225[[package]]
20226name = "zune-core"
20227version = "0.4.12"
20228source = "registry+https://github.com/rust-lang/crates.io-index"
20229checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20230
20231[[package]]
20232name = "zune-inflate"
20233version = "0.2.54"
20234source = "registry+https://github.com/rust-lang/crates.io-index"
20235checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20236dependencies = [
20237 "simd-adler32",
20238]
20239
20240[[package]]
20241name = "zune-jpeg"
20242version = "0.4.14"
20243source = "registry+https://github.com/rust-lang/crates.io-index"
20244checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20245dependencies = [
20246 "zune-core",
20247]
20248
20249[[package]]
20250name = "zvariant"
20251version = "5.4.0"
20252source = "registry+https://github.com/rust-lang/crates.io-index"
20253checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20254dependencies = [
20255 "endi",
20256 "enumflags2",
20257 "serde",
20258 "static_assertions",
20259 "url",
20260 "winnow",
20261 "zvariant_derive",
20262 "zvariant_utils",
20263]
20264
20265[[package]]
20266name = "zvariant_derive"
20267version = "5.4.0"
20268source = "registry+https://github.com/rust-lang/crates.io-index"
20269checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20270dependencies = [
20271 "proc-macro-crate",
20272 "proc-macro2",
20273 "quote",
20274 "syn 2.0.101",
20275 "zvariant_utils",
20276]
20277
20278[[package]]
20279name = "zvariant_utils"
20280version = "3.2.0"
20281source = "registry+https://github.com/rust-lang/crates.io-index"
20282checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20283dependencies = [
20284 "proc-macro2",
20285 "quote",
20286 "serde",
20287 "static_assertions",
20288 "syn 2.0.101",
20289 "winnow",
20290]