1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "project",
17 "smallvec",
18 "ui",
19 "util",
20 "workspace",
21 "workspace-hack",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "agent"
53version = "0.1.0"
54dependencies = [
55 "anyhow",
56 "assistant_context_editor",
57 "assistant_settings",
58 "assistant_slash_command",
59 "assistant_slash_commands",
60 "assistant_tool",
61 "async-watch",
62 "buffer_diff",
63 "chrono",
64 "client",
65 "collections",
66 "component",
67 "context_server",
68 "convert_case 0.8.0",
69 "db",
70 "editor",
71 "extension",
72 "feature_flags",
73 "file_icons",
74 "fs",
75 "futures 0.3.31",
76 "fuzzy",
77 "git",
78 "gpui",
79 "heed",
80 "html_to_markdown",
81 "http_client",
82 "indexed_docs",
83 "indoc",
84 "inventory",
85 "itertools 0.14.0",
86 "jsonschema",
87 "language",
88 "language_model",
89 "log",
90 "lsp",
91 "markdown",
92 "menu",
93 "multi_buffer",
94 "notifications",
95 "ordered-float 2.10.1",
96 "parking_lot",
97 "paths",
98 "picker",
99 "postage",
100 "project",
101 "prompt_store",
102 "proto",
103 "rand 0.8.5",
104 "ref-cast",
105 "release_channel",
106 "rope",
107 "rules_library",
108 "schemars",
109 "search",
110 "serde",
111 "serde_json",
112 "serde_json_lenient",
113 "settings",
114 "smallvec",
115 "smol",
116 "streaming_diff",
117 "telemetry",
118 "telemetry_events",
119 "terminal",
120 "terminal_view",
121 "text",
122 "theme",
123 "thiserror 2.0.12",
124 "time",
125 "time_format",
126 "ui",
127 "ui_input",
128 "urlencoding",
129 "util",
130 "uuid",
131 "workspace",
132 "workspace-hack",
133 "zed_actions",
134 "zed_llm_client",
135]
136
137[[package]]
138name = "ahash"
139version = "0.7.8"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
142dependencies = [
143 "getrandom 0.2.15",
144 "once_cell",
145 "version_check",
146]
147
148[[package]]
149name = "ahash"
150version = "0.8.11"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
153dependencies = [
154 "cfg-if",
155 "const-random",
156 "getrandom 0.2.15",
157 "once_cell",
158 "serde",
159 "version_check",
160 "zerocopy 0.7.35",
161]
162
163[[package]]
164name = "aho-corasick"
165version = "1.1.3"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
168dependencies = [
169 "memchr",
170]
171
172[[package]]
173name = "alacritty_terminal"
174version = "0.25.1-dev"
175source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
176dependencies = [
177 "base64 0.22.1",
178 "bitflags 2.9.0",
179 "home",
180 "libc",
181 "log",
182 "miow",
183 "parking_lot",
184 "piper",
185 "polling",
186 "regex-automata 0.4.9",
187 "rustix-openpty",
188 "serde",
189 "signal-hook",
190 "unicode-width 0.1.14",
191 "vte",
192 "windows-sys 0.59.0",
193]
194
195[[package]]
196name = "aliasable"
197version = "0.1.3"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
200
201[[package]]
202name = "aligned-vec"
203version = "0.5.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
206
207[[package]]
208name = "allocator-api2"
209version = "0.2.21"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
212
213[[package]]
214name = "alsa"
215version = "0.9.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
218dependencies = [
219 "alsa-sys",
220 "bitflags 2.9.0",
221 "cfg-if",
222 "libc",
223]
224
225[[package]]
226name = "alsa-sys"
227version = "0.3.1"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
230dependencies = [
231 "libc",
232 "pkg-config",
233]
234
235[[package]]
236name = "ambient-authority"
237version = "0.0.2"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
240
241[[package]]
242name = "ammonia"
243version = "4.1.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
246dependencies = [
247 "cssparser",
248 "html5ever 0.31.0",
249 "maplit",
250 "tendril",
251 "url",
252]
253
254[[package]]
255name = "android-tzdata"
256version = "0.1.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
259
260[[package]]
261name = "android_system_properties"
262version = "0.1.5"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
265dependencies = [
266 "libc",
267]
268
269[[package]]
270name = "anes"
271version = "0.1.6"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
274
275[[package]]
276name = "anstream"
277version = "0.6.18"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
280dependencies = [
281 "anstyle",
282 "anstyle-parse",
283 "anstyle-query",
284 "anstyle-wincon",
285 "colorchoice",
286 "is_terminal_polyfill",
287 "utf8parse",
288]
289
290[[package]]
291name = "anstyle"
292version = "1.0.10"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
295
296[[package]]
297name = "anstyle-parse"
298version = "0.2.6"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
301dependencies = [
302 "utf8parse",
303]
304
305[[package]]
306name = "anstyle-query"
307version = "1.1.2"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
310dependencies = [
311 "windows-sys 0.59.0",
312]
313
314[[package]]
315name = "anstyle-wincon"
316version = "3.0.7"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
319dependencies = [
320 "anstyle",
321 "once_cell",
322 "windows-sys 0.59.0",
323]
324
325[[package]]
326name = "anthropic"
327version = "0.1.0"
328dependencies = [
329 "anyhow",
330 "chrono",
331 "futures 0.3.31",
332 "http_client",
333 "schemars",
334 "serde",
335 "serde_json",
336 "strum 0.27.1",
337 "thiserror 2.0.12",
338 "workspace-hack",
339]
340
341[[package]]
342name = "any_vec"
343version = "0.14.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
346
347[[package]]
348name = "anyhow"
349version = "1.0.98"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
352
353[[package]]
354name = "approx"
355version = "0.5.1"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
358dependencies = [
359 "num-traits",
360]
361
362[[package]]
363name = "arbitrary"
364version = "1.4.1"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
367
368[[package]]
369name = "arc-swap"
370version = "1.7.1"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
373
374[[package]]
375name = "arg_enum_proc_macro"
376version = "0.3.4"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
379dependencies = [
380 "proc-macro2",
381 "quote",
382 "syn 2.0.101",
383]
384
385[[package]]
386name = "arraydeque"
387version = "0.5.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
390
391[[package]]
392name = "arrayref"
393version = "0.3.9"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
396
397[[package]]
398name = "arrayvec"
399version = "0.7.6"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
402dependencies = [
403 "serde",
404]
405
406[[package]]
407name = "as-raw-xcb-connection"
408version = "1.0.1"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
411
412[[package]]
413name = "ascii"
414version = "1.1.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
417
418[[package]]
419name = "ash"
420version = "0.38.0+1.3.281"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
423dependencies = [
424 "libloading",
425]
426
427[[package]]
428name = "ash-window"
429version = "0.13.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
432dependencies = [
433 "ash",
434 "raw-window-handle",
435 "raw-window-metal",
436]
437
438[[package]]
439name = "ashpd"
440version = "0.11.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
443dependencies = [
444 "async-fs",
445 "async-net",
446 "enumflags2",
447 "futures-channel",
448 "futures-util",
449 "rand 0.9.1",
450 "serde",
451 "serde_repr",
452 "url",
453 "zbus",
454]
455
456[[package]]
457name = "askpass"
458version = "0.1.0"
459dependencies = [
460 "anyhow",
461 "futures 0.3.31",
462 "gpui",
463 "shlex",
464 "smol",
465 "tempfile",
466 "util",
467 "workspace-hack",
468]
469
470[[package]]
471name = "assets"
472version = "0.1.0"
473dependencies = [
474 "anyhow",
475 "gpui",
476 "rust-embed",
477 "workspace-hack",
478]
479
480[[package]]
481name = "assistant_context_editor"
482version = "0.1.0"
483dependencies = [
484 "anyhow",
485 "assistant_settings",
486 "assistant_slash_command",
487 "assistant_slash_commands",
488 "chrono",
489 "client",
490 "clock",
491 "collections",
492 "context_server",
493 "editor",
494 "feature_flags",
495 "fs",
496 "futures 0.3.31",
497 "fuzzy",
498 "gpui",
499 "indexed_docs",
500 "language",
501 "language_model",
502 "languages",
503 "log",
504 "multi_buffer",
505 "open_ai",
506 "ordered-float 2.10.1",
507 "parking_lot",
508 "paths",
509 "picker",
510 "pretty_assertions",
511 "project",
512 "prompt_store",
513 "proto",
514 "rand 0.8.5",
515 "regex",
516 "rope",
517 "rpc",
518 "serde",
519 "serde_json",
520 "settings",
521 "smallvec",
522 "smol",
523 "telemetry_events",
524 "text",
525 "theme",
526 "tree-sitter-md",
527 "ui",
528 "unindent",
529 "util",
530 "uuid",
531 "workspace",
532 "workspace-hack",
533 "zed_actions",
534]
535
536[[package]]
537name = "assistant_settings"
538version = "0.1.0"
539dependencies = [
540 "anthropic",
541 "anyhow",
542 "collections",
543 "deepseek",
544 "fs",
545 "gpui",
546 "indexmap",
547 "language_model",
548 "lmstudio",
549 "log",
550 "mistral",
551 "ollama",
552 "open_ai",
553 "paths",
554 "schemars",
555 "serde",
556 "serde_json",
557 "serde_json_lenient",
558 "settings",
559 "workspace-hack",
560 "zed_llm_client",
561]
562
563[[package]]
564name = "assistant_slash_command"
565version = "0.1.0"
566dependencies = [
567 "anyhow",
568 "async-trait",
569 "collections",
570 "derive_more",
571 "extension",
572 "futures 0.3.31",
573 "gpui",
574 "language",
575 "language_model",
576 "parking_lot",
577 "pretty_assertions",
578 "serde",
579 "serde_json",
580 "ui",
581 "workspace",
582 "workspace-hack",
583]
584
585[[package]]
586name = "assistant_slash_commands"
587version = "0.1.0"
588dependencies = [
589 "anyhow",
590 "assistant_slash_command",
591 "cargo_toml",
592 "chrono",
593 "collections",
594 "context_server",
595 "editor",
596 "env_logger 0.11.8",
597 "feature_flags",
598 "fs",
599 "futures 0.3.31",
600 "fuzzy",
601 "globset",
602 "gpui",
603 "html_to_markdown",
604 "http_client",
605 "indexed_docs",
606 "language",
607 "pretty_assertions",
608 "project",
609 "prompt_store",
610 "rope",
611 "serde",
612 "serde_json",
613 "settings",
614 "smol",
615 "text",
616 "toml 0.8.20",
617 "ui",
618 "util",
619 "workspace",
620 "workspace-hack",
621 "worktree",
622]
623
624[[package]]
625name = "assistant_tool"
626version = "0.1.0"
627dependencies = [
628 "anyhow",
629 "buffer_diff",
630 "clock",
631 "collections",
632 "ctor",
633 "derive_more",
634 "env_logger 0.11.8",
635 "futures 0.3.31",
636 "gpui",
637 "icons",
638 "language",
639 "language_model",
640 "log",
641 "parking_lot",
642 "pretty_assertions",
643 "project",
644 "rand 0.8.5",
645 "regex",
646 "serde",
647 "serde_json",
648 "settings",
649 "text",
650 "util",
651 "workspace",
652 "workspace-hack",
653]
654
655[[package]]
656name = "assistant_tools"
657version = "0.1.0"
658dependencies = [
659 "aho-corasick",
660 "anyhow",
661 "assistant_settings",
662 "assistant_tool",
663 "buffer_diff",
664 "chrono",
665 "client",
666 "clock",
667 "collections",
668 "component",
669 "derive_more",
670 "editor",
671 "feature_flags",
672 "fs",
673 "futures 0.3.31",
674 "gpui",
675 "gpui_tokio",
676 "handlebars 4.5.0",
677 "html_to_markdown",
678 "http_client",
679 "indoc",
680 "itertools 0.14.0",
681 "language",
682 "language_model",
683 "language_models",
684 "log",
685 "markdown",
686 "open",
687 "paths",
688 "portable-pty",
689 "pretty_assertions",
690 "project",
691 "prompt_store",
692 "rand 0.8.5",
693 "regex",
694 "reqwest_client",
695 "rust-embed",
696 "schemars",
697 "serde",
698 "serde_json",
699 "settings",
700 "smallvec",
701 "streaming_diff",
702 "strsim",
703 "task",
704 "tempfile",
705 "terminal",
706 "terminal_view",
707 "theme",
708 "tree-sitter-rust",
709 "ui",
710 "unindent",
711 "util",
712 "web_search",
713 "which 6.0.3",
714 "workspace",
715 "workspace-hack",
716 "zed_llm_client",
717 "zlog",
718]
719
720[[package]]
721name = "async-attributes"
722version = "1.1.2"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
725dependencies = [
726 "quote",
727 "syn 1.0.109",
728]
729
730[[package]]
731name = "async-broadcast"
732version = "0.7.2"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
735dependencies = [
736 "event-listener 5.4.0",
737 "event-listener-strategy",
738 "futures-core",
739 "pin-project-lite",
740]
741
742[[package]]
743name = "async-channel"
744version = "1.9.0"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
747dependencies = [
748 "concurrent-queue",
749 "event-listener 2.5.3",
750 "futures-core",
751]
752
753[[package]]
754name = "async-channel"
755version = "2.3.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
758dependencies = [
759 "concurrent-queue",
760 "event-listener-strategy",
761 "futures-core",
762 "pin-project-lite",
763]
764
765[[package]]
766name = "async-compat"
767version = "0.2.4"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
770dependencies = [
771 "futures-core",
772 "futures-io",
773 "once_cell",
774 "pin-project-lite",
775 "tokio",
776]
777
778[[package]]
779name = "async-compression"
780version = "0.4.22"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
783dependencies = [
784 "deflate64",
785 "flate2",
786 "futures-core",
787 "futures-io",
788 "memchr",
789 "pin-project-lite",
790]
791
792[[package]]
793name = "async-dispatcher"
794version = "0.1.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
797dependencies = [
798 "async-task",
799 "futures-lite 1.13.0",
800]
801
802[[package]]
803name = "async-executor"
804version = "1.13.1"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
807dependencies = [
808 "async-task",
809 "concurrent-queue",
810 "fastrand 2.3.0",
811 "futures-lite 2.6.0",
812 "slab",
813]
814
815[[package]]
816name = "async-fs"
817version = "2.1.2"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
820dependencies = [
821 "async-lock",
822 "blocking",
823 "futures-lite 2.6.0",
824]
825
826[[package]]
827name = "async-global-executor"
828version = "2.4.1"
829source = "registry+https://github.com/rust-lang/crates.io-index"
830checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
831dependencies = [
832 "async-channel 2.3.1",
833 "async-executor",
834 "async-io",
835 "async-lock",
836 "blocking",
837 "futures-lite 2.6.0",
838 "once_cell",
839]
840
841[[package]]
842name = "async-io"
843version = "2.4.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
846dependencies = [
847 "async-lock",
848 "cfg-if",
849 "concurrent-queue",
850 "futures-io",
851 "futures-lite 2.6.0",
852 "parking",
853 "polling",
854 "rustix 0.38.44",
855 "slab",
856 "tracing",
857 "windows-sys 0.59.0",
858]
859
860[[package]]
861name = "async-lock"
862version = "3.4.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
865dependencies = [
866 "event-listener 5.4.0",
867 "event-listener-strategy",
868 "pin-project-lite",
869]
870
871[[package]]
872name = "async-net"
873version = "2.0.0"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
876dependencies = [
877 "async-io",
878 "blocking",
879 "futures-lite 2.6.0",
880]
881
882[[package]]
883name = "async-pipe"
884version = "0.1.3"
885source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
886dependencies = [
887 "futures 0.3.31",
888 "log",
889]
890
891[[package]]
892name = "async-process"
893version = "2.3.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
896dependencies = [
897 "async-channel 2.3.1",
898 "async-io",
899 "async-lock",
900 "async-signal",
901 "async-task",
902 "blocking",
903 "cfg-if",
904 "event-listener 5.4.0",
905 "futures-lite 2.6.0",
906 "rustix 0.38.44",
907 "tracing",
908]
909
910[[package]]
911name = "async-recursion"
912version = "0.3.2"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
915dependencies = [
916 "proc-macro2",
917 "quote",
918 "syn 1.0.109",
919]
920
921[[package]]
922name = "async-recursion"
923version = "1.1.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
926dependencies = [
927 "proc-macro2",
928 "quote",
929 "syn 2.0.101",
930]
931
932[[package]]
933name = "async-signal"
934version = "0.2.10"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
937dependencies = [
938 "async-io",
939 "async-lock",
940 "atomic-waker",
941 "cfg-if",
942 "futures-core",
943 "futures-io",
944 "rustix 0.38.44",
945 "signal-hook-registry",
946 "slab",
947 "windows-sys 0.59.0",
948]
949
950[[package]]
951name = "async-std"
952version = "1.13.1"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
955dependencies = [
956 "async-attributes",
957 "async-channel 1.9.0",
958 "async-global-executor",
959 "async-io",
960 "async-lock",
961 "async-process",
962 "crossbeam-utils",
963 "futures-channel",
964 "futures-core",
965 "futures-io",
966 "futures-lite 2.6.0",
967 "gloo-timers",
968 "kv-log-macro",
969 "log",
970 "memchr",
971 "once_cell",
972 "pin-project-lite",
973 "pin-utils",
974 "slab",
975 "wasm-bindgen-futures",
976]
977
978[[package]]
979name = "async-stream"
980version = "0.3.6"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
983dependencies = [
984 "async-stream-impl",
985 "futures-core",
986 "pin-project-lite",
987]
988
989[[package]]
990name = "async-stream-impl"
991version = "0.3.6"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
994dependencies = [
995 "proc-macro2",
996 "quote",
997 "syn 2.0.101",
998]
999
1000[[package]]
1001name = "async-stripe"
1002version = "0.40.0"
1003source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1004dependencies = [
1005 "chrono",
1006 "futures-util",
1007 "http-types",
1008 "hyper 0.14.32",
1009 "hyper-rustls 0.24.2",
1010 "serde",
1011 "serde_json",
1012 "serde_path_to_error",
1013 "serde_qs 0.10.1",
1014 "smart-default",
1015 "smol_str 0.1.24",
1016 "thiserror 1.0.69",
1017 "tokio",
1018]
1019
1020[[package]]
1021name = "async-tar"
1022version = "0.5.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1025dependencies = [
1026 "async-std",
1027 "filetime",
1028 "libc",
1029 "pin-project",
1030 "redox_syscall 0.2.16",
1031 "xattr",
1032]
1033
1034[[package]]
1035name = "async-task"
1036version = "4.7.1"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1039
1040[[package]]
1041name = "async-trait"
1042version = "0.1.88"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
1045dependencies = [
1046 "proc-macro2",
1047 "quote",
1048 "syn 2.0.101",
1049]
1050
1051[[package]]
1052name = "async-tungstenite"
1053version = "0.29.1"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
1056dependencies = [
1057 "atomic-waker",
1058 "futures-core",
1059 "futures-io",
1060 "futures-task",
1061 "futures-util",
1062 "log",
1063 "pin-project-lite",
1064 "rustls-pki-types",
1065 "tokio",
1066 "tokio-rustls 0.26.2",
1067 "tungstenite 0.26.2",
1068]
1069
1070[[package]]
1071name = "async-watch"
1072version = "0.3.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1075dependencies = [
1076 "event-listener 2.5.3",
1077]
1078
1079[[package]]
1080name = "async_zip"
1081version = "0.0.17"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1084dependencies = [
1085 "async-compression",
1086 "crc32fast",
1087 "futures-lite 2.6.0",
1088 "pin-project",
1089 "thiserror 1.0.69",
1090]
1091
1092[[package]]
1093name = "asynchronous-codec"
1094version = "0.7.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1097dependencies = [
1098 "bytes 1.10.1",
1099 "futures-sink",
1100 "futures-util",
1101 "memchr",
1102 "pin-project-lite",
1103]
1104
1105[[package]]
1106name = "atoi"
1107version = "2.0.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1110dependencies = [
1111 "num-traits",
1112]
1113
1114[[package]]
1115name = "atomic"
1116version = "0.5.3"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1119
1120[[package]]
1121name = "atomic-waker"
1122version = "1.1.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1125
1126[[package]]
1127name = "audio"
1128version = "0.1.0"
1129dependencies = [
1130 "anyhow",
1131 "collections",
1132 "derive_more",
1133 "gpui",
1134 "parking_lot",
1135 "rodio",
1136 "util",
1137 "workspace-hack",
1138]
1139
1140[[package]]
1141name = "auditable-serde"
1142version = "0.8.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
1145dependencies = [
1146 "semver",
1147 "serde",
1148 "serde_json",
1149 "topological-sort",
1150]
1151
1152[[package]]
1153name = "auto_update"
1154version = "0.1.0"
1155dependencies = [
1156 "anyhow",
1157 "client",
1158 "db",
1159 "gpui",
1160 "http_client",
1161 "log",
1162 "paths",
1163 "release_channel",
1164 "schemars",
1165 "serde",
1166 "serde_json",
1167 "settings",
1168 "smol",
1169 "tempfile",
1170 "which 6.0.3",
1171 "workspace",
1172 "workspace-hack",
1173]
1174
1175[[package]]
1176name = "auto_update_helper"
1177version = "0.1.0"
1178dependencies = [
1179 "anyhow",
1180 "log",
1181 "simplelog",
1182 "windows 0.61.1",
1183 "winresource",
1184 "workspace-hack",
1185]
1186
1187[[package]]
1188name = "auto_update_ui"
1189version = "0.1.0"
1190dependencies = [
1191 "anyhow",
1192 "auto_update",
1193 "client",
1194 "editor",
1195 "gpui",
1196 "http_client",
1197 "markdown_preview",
1198 "release_channel",
1199 "serde",
1200 "serde_json",
1201 "smol",
1202 "util",
1203 "workspace",
1204 "workspace-hack",
1205]
1206
1207[[package]]
1208name = "autocfg"
1209version = "1.4.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1212
1213[[package]]
1214name = "av1-grain"
1215version = "0.2.3"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1218dependencies = [
1219 "anyhow",
1220 "arrayvec",
1221 "log",
1222 "nom",
1223 "num-rational",
1224 "v_frame",
1225]
1226
1227[[package]]
1228name = "avif-serialize"
1229version = "0.8.3"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
1232dependencies = [
1233 "arrayvec",
1234]
1235
1236[[package]]
1237name = "aws-config"
1238version = "1.6.1"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
1241dependencies = [
1242 "aws-credential-types",
1243 "aws-runtime",
1244 "aws-sdk-sso",
1245 "aws-sdk-ssooidc",
1246 "aws-sdk-sts",
1247 "aws-smithy-async",
1248 "aws-smithy-http",
1249 "aws-smithy-json",
1250 "aws-smithy-runtime",
1251 "aws-smithy-runtime-api",
1252 "aws-smithy-types",
1253 "aws-types",
1254 "bytes 1.10.1",
1255 "fastrand 2.3.0",
1256 "hex",
1257 "http 1.3.1",
1258 "ring",
1259 "time",
1260 "tokio",
1261 "tracing",
1262 "url",
1263 "zeroize",
1264]
1265
1266[[package]]
1267name = "aws-credential-types"
1268version = "1.2.2"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
1271dependencies = [
1272 "aws-smithy-async",
1273 "aws-smithy-runtime-api",
1274 "aws-smithy-types",
1275 "zeroize",
1276]
1277
1278[[package]]
1279name = "aws-lc-rs"
1280version = "1.13.1"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
1283dependencies = [
1284 "aws-lc-sys",
1285 "zeroize",
1286]
1287
1288[[package]]
1289name = "aws-lc-sys"
1290version = "0.29.0"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
1293dependencies = [
1294 "bindgen 0.69.5",
1295 "cc",
1296 "cmake",
1297 "dunce",
1298 "fs_extra",
1299]
1300
1301[[package]]
1302name = "aws-runtime"
1303version = "1.5.6"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
1306dependencies = [
1307 "aws-credential-types",
1308 "aws-sigv4",
1309 "aws-smithy-async",
1310 "aws-smithy-eventstream",
1311 "aws-smithy-http",
1312 "aws-smithy-runtime",
1313 "aws-smithy-runtime-api",
1314 "aws-smithy-types",
1315 "aws-types",
1316 "bytes 1.10.1",
1317 "fastrand 2.3.0",
1318 "http 0.2.12",
1319 "http-body 0.4.6",
1320 "once_cell",
1321 "percent-encoding",
1322 "pin-project-lite",
1323 "tracing",
1324 "uuid",
1325]
1326
1327[[package]]
1328name = "aws-sdk-bedrockruntime"
1329version = "1.82.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
1332dependencies = [
1333 "aws-credential-types",
1334 "aws-runtime",
1335 "aws-sigv4",
1336 "aws-smithy-async",
1337 "aws-smithy-eventstream",
1338 "aws-smithy-http",
1339 "aws-smithy-json",
1340 "aws-smithy-runtime",
1341 "aws-smithy-runtime-api",
1342 "aws-smithy-types",
1343 "aws-types",
1344 "bytes 1.10.1",
1345 "fastrand 2.3.0",
1346 "http 0.2.12",
1347 "hyper 0.14.32",
1348 "once_cell",
1349 "regex-lite",
1350 "tracing",
1351]
1352
1353[[package]]
1354name = "aws-sdk-kinesis"
1355version = "1.66.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
1358dependencies = [
1359 "aws-credential-types",
1360 "aws-runtime",
1361 "aws-smithy-async",
1362 "aws-smithy-eventstream",
1363 "aws-smithy-http",
1364 "aws-smithy-json",
1365 "aws-smithy-runtime",
1366 "aws-smithy-runtime-api",
1367 "aws-smithy-types",
1368 "aws-types",
1369 "bytes 1.10.1",
1370 "fastrand 2.3.0",
1371 "http 0.2.12",
1372 "once_cell",
1373 "regex-lite",
1374 "tracing",
1375]
1376
1377[[package]]
1378name = "aws-sdk-s3"
1379version = "1.82.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
1382dependencies = [
1383 "aws-credential-types",
1384 "aws-runtime",
1385 "aws-sigv4",
1386 "aws-smithy-async",
1387 "aws-smithy-checksums",
1388 "aws-smithy-eventstream",
1389 "aws-smithy-http",
1390 "aws-smithy-json",
1391 "aws-smithy-runtime",
1392 "aws-smithy-runtime-api",
1393 "aws-smithy-types",
1394 "aws-smithy-xml",
1395 "aws-types",
1396 "bytes 1.10.1",
1397 "fastrand 2.3.0",
1398 "hex",
1399 "hmac",
1400 "http 0.2.12",
1401 "http 1.3.1",
1402 "http-body 0.4.6",
1403 "lru",
1404 "once_cell",
1405 "percent-encoding",
1406 "regex-lite",
1407 "sha2",
1408 "tracing",
1409 "url",
1410]
1411
1412[[package]]
1413name = "aws-sdk-sso"
1414version = "1.64.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
1417dependencies = [
1418 "aws-credential-types",
1419 "aws-runtime",
1420 "aws-smithy-async",
1421 "aws-smithy-http",
1422 "aws-smithy-json",
1423 "aws-smithy-runtime",
1424 "aws-smithy-runtime-api",
1425 "aws-smithy-types",
1426 "aws-types",
1427 "bytes 1.10.1",
1428 "fastrand 2.3.0",
1429 "http 0.2.12",
1430 "once_cell",
1431 "regex-lite",
1432 "tracing",
1433]
1434
1435[[package]]
1436name = "aws-sdk-ssooidc"
1437version = "1.65.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
1440dependencies = [
1441 "aws-credential-types",
1442 "aws-runtime",
1443 "aws-smithy-async",
1444 "aws-smithy-http",
1445 "aws-smithy-json",
1446 "aws-smithy-runtime",
1447 "aws-smithy-runtime-api",
1448 "aws-smithy-types",
1449 "aws-types",
1450 "bytes 1.10.1",
1451 "fastrand 2.3.0",
1452 "http 0.2.12",
1453 "once_cell",
1454 "regex-lite",
1455 "tracing",
1456]
1457
1458[[package]]
1459name = "aws-sdk-sts"
1460version = "1.65.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
1463dependencies = [
1464 "aws-credential-types",
1465 "aws-runtime",
1466 "aws-smithy-async",
1467 "aws-smithy-http",
1468 "aws-smithy-json",
1469 "aws-smithy-query",
1470 "aws-smithy-runtime",
1471 "aws-smithy-runtime-api",
1472 "aws-smithy-types",
1473 "aws-smithy-xml",
1474 "aws-types",
1475 "fastrand 2.3.0",
1476 "http 0.2.12",
1477 "once_cell",
1478 "regex-lite",
1479 "tracing",
1480]
1481
1482[[package]]
1483name = "aws-sigv4"
1484version = "1.3.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
1487dependencies = [
1488 "aws-credential-types",
1489 "aws-smithy-eventstream",
1490 "aws-smithy-http",
1491 "aws-smithy-runtime-api",
1492 "aws-smithy-types",
1493 "bytes 1.10.1",
1494 "crypto-bigint 0.5.5",
1495 "form_urlencoded",
1496 "hex",
1497 "hmac",
1498 "http 0.2.12",
1499 "http 1.3.1",
1500 "once_cell",
1501 "p256",
1502 "percent-encoding",
1503 "ring",
1504 "sha2",
1505 "subtle",
1506 "time",
1507 "tracing",
1508 "zeroize",
1509]
1510
1511[[package]]
1512name = "aws-smithy-async"
1513version = "1.2.5"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
1516dependencies = [
1517 "futures-util",
1518 "pin-project-lite",
1519 "tokio",
1520]
1521
1522[[package]]
1523name = "aws-smithy-checksums"
1524version = "0.63.1"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
1527dependencies = [
1528 "aws-smithy-http",
1529 "aws-smithy-types",
1530 "bytes 1.10.1",
1531 "crc32c",
1532 "crc32fast",
1533 "crc64fast-nvme",
1534 "hex",
1535 "http 0.2.12",
1536 "http-body 0.4.6",
1537 "md-5",
1538 "pin-project-lite",
1539 "sha1",
1540 "sha2",
1541 "tracing",
1542]
1543
1544[[package]]
1545name = "aws-smithy-eventstream"
1546version = "0.60.8"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
1549dependencies = [
1550 "aws-smithy-types",
1551 "bytes 1.10.1",
1552 "crc32fast",
1553]
1554
1555[[package]]
1556name = "aws-smithy-http"
1557version = "0.62.0"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
1560dependencies = [
1561 "aws-smithy-eventstream",
1562 "aws-smithy-runtime-api",
1563 "aws-smithy-types",
1564 "bytes 1.10.1",
1565 "bytes-utils",
1566 "futures-core",
1567 "http 0.2.12",
1568 "http 1.3.1",
1569 "http-body 0.4.6",
1570 "once_cell",
1571 "percent-encoding",
1572 "pin-project-lite",
1573 "pin-utils",
1574 "tracing",
1575]
1576
1577[[package]]
1578name = "aws-smithy-http-client"
1579version = "1.0.1"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
1582dependencies = [
1583 "aws-smithy-async",
1584 "aws-smithy-runtime-api",
1585 "aws-smithy-types",
1586 "h2 0.4.9",
1587 "http 0.2.12",
1588 "http 1.3.1",
1589 "http-body 0.4.6",
1590 "hyper 0.14.32",
1591 "hyper 1.6.0",
1592 "hyper-rustls 0.24.2",
1593 "hyper-rustls 0.27.5",
1594 "hyper-util",
1595 "pin-project-lite",
1596 "rustls 0.21.12",
1597 "rustls 0.23.26",
1598 "rustls-native-certs 0.8.1",
1599 "rustls-pki-types",
1600 "tokio",
1601 "tower 0.5.2",
1602 "tracing",
1603]
1604
1605[[package]]
1606name = "aws-smithy-json"
1607version = "0.61.3"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
1610dependencies = [
1611 "aws-smithy-types",
1612]
1613
1614[[package]]
1615name = "aws-smithy-observability"
1616version = "0.1.2"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
1619dependencies = [
1620 "aws-smithy-runtime-api",
1621 "once_cell",
1622]
1623
1624[[package]]
1625name = "aws-smithy-query"
1626version = "0.60.7"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1629dependencies = [
1630 "aws-smithy-types",
1631 "urlencoding",
1632]
1633
1634[[package]]
1635name = "aws-smithy-runtime"
1636version = "1.8.1"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
1639dependencies = [
1640 "aws-smithy-async",
1641 "aws-smithy-http",
1642 "aws-smithy-http-client",
1643 "aws-smithy-observability",
1644 "aws-smithy-runtime-api",
1645 "aws-smithy-types",
1646 "bytes 1.10.1",
1647 "fastrand 2.3.0",
1648 "http 0.2.12",
1649 "http 1.3.1",
1650 "http-body 0.4.6",
1651 "http-body 1.0.1",
1652 "once_cell",
1653 "pin-project-lite",
1654 "pin-utils",
1655 "tokio",
1656 "tracing",
1657]
1658
1659[[package]]
1660name = "aws-smithy-runtime-api"
1661version = "1.7.4"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
1664dependencies = [
1665 "aws-smithy-async",
1666 "aws-smithy-types",
1667 "bytes 1.10.1",
1668 "http 0.2.12",
1669 "http 1.3.1",
1670 "pin-project-lite",
1671 "tokio",
1672 "tracing",
1673 "zeroize",
1674]
1675
1676[[package]]
1677name = "aws-smithy-types"
1678version = "1.3.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
1681dependencies = [
1682 "base64-simd",
1683 "bytes 1.10.1",
1684 "bytes-utils",
1685 "futures-core",
1686 "http 0.2.12",
1687 "http 1.3.1",
1688 "http-body 0.4.6",
1689 "http-body 1.0.1",
1690 "http-body-util",
1691 "itoa",
1692 "num-integer",
1693 "pin-project-lite",
1694 "pin-utils",
1695 "ryu",
1696 "serde",
1697 "time",
1698 "tokio",
1699 "tokio-util",
1700]
1701
1702[[package]]
1703name = "aws-smithy-xml"
1704version = "0.60.9"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1707dependencies = [
1708 "xmlparser",
1709]
1710
1711[[package]]
1712name = "aws-types"
1713version = "1.3.6"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
1716dependencies = [
1717 "aws-credential-types",
1718 "aws-smithy-async",
1719 "aws-smithy-runtime-api",
1720 "aws-smithy-types",
1721 "rustc_version",
1722 "tracing",
1723]
1724
1725[[package]]
1726name = "aws_http_client"
1727version = "0.1.0"
1728dependencies = [
1729 "aws-smithy-runtime-api",
1730 "aws-smithy-types",
1731 "futures 0.3.31",
1732 "http_client",
1733 "tokio",
1734 "workspace-hack",
1735]
1736
1737[[package]]
1738name = "axum"
1739version = "0.6.20"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1742dependencies = [
1743 "async-trait",
1744 "axum-core",
1745 "base64 0.21.7",
1746 "bitflags 1.3.2",
1747 "bytes 1.10.1",
1748 "futures-util",
1749 "headers",
1750 "http 0.2.12",
1751 "http-body 0.4.6",
1752 "hyper 0.14.32",
1753 "itoa",
1754 "matchit",
1755 "memchr",
1756 "mime",
1757 "percent-encoding",
1758 "pin-project-lite",
1759 "rustversion",
1760 "serde",
1761 "serde_json",
1762 "serde_path_to_error",
1763 "serde_urlencoded",
1764 "sha1",
1765 "sync_wrapper 0.1.2",
1766 "tokio",
1767 "tokio-tungstenite 0.20.1",
1768 "tower 0.4.13",
1769 "tower-layer",
1770 "tower-service",
1771]
1772
1773[[package]]
1774name = "axum-core"
1775version = "0.3.4"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1778dependencies = [
1779 "async-trait",
1780 "bytes 1.10.1",
1781 "futures-util",
1782 "http 0.2.12",
1783 "http-body 0.4.6",
1784 "mime",
1785 "rustversion",
1786 "tower-layer",
1787 "tower-service",
1788]
1789
1790[[package]]
1791name = "axum-extra"
1792version = "0.4.2"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1795dependencies = [
1796 "axum",
1797 "bytes 1.10.1",
1798 "futures-util",
1799 "http 0.2.12",
1800 "mime",
1801 "pin-project-lite",
1802 "serde",
1803 "serde_json",
1804 "tokio",
1805 "tower 0.4.13",
1806 "tower-http 0.3.5",
1807 "tower-layer",
1808 "tower-service",
1809]
1810
1811[[package]]
1812name = "backtrace"
1813version = "0.3.74"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1816dependencies = [
1817 "addr2line",
1818 "cfg-if",
1819 "libc",
1820 "miniz_oxide",
1821 "object",
1822 "rustc-demangle",
1823 "windows-targets 0.52.6",
1824]
1825
1826[[package]]
1827name = "base16ct"
1828version = "0.1.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1831
1832[[package]]
1833name = "base64"
1834version = "0.13.1"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1837
1838[[package]]
1839name = "base64"
1840version = "0.21.7"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1843
1844[[package]]
1845name = "base64"
1846version = "0.22.1"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1849
1850[[package]]
1851name = "base64-simd"
1852version = "0.8.0"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1855dependencies = [
1856 "outref",
1857 "vsimd",
1858]
1859
1860[[package]]
1861name = "base64ct"
1862version = "1.7.3"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
1865
1866[[package]]
1867name = "bedrock"
1868version = "0.1.0"
1869dependencies = [
1870 "anyhow",
1871 "aws-sdk-bedrockruntime",
1872 "aws-smithy-types",
1873 "futures 0.3.31",
1874 "schemars",
1875 "serde",
1876 "serde_json",
1877 "strum 0.27.1",
1878 "thiserror 2.0.12",
1879 "tokio",
1880 "workspace-hack",
1881]
1882
1883[[package]]
1884name = "beef"
1885version = "0.5.2"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
1888
1889[[package]]
1890name = "bigdecimal"
1891version = "0.4.8"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
1894dependencies = [
1895 "autocfg",
1896 "libm",
1897 "num-bigint",
1898 "num-integer",
1899 "num-traits",
1900 "serde",
1901]
1902
1903[[package]]
1904name = "bincode"
1905version = "1.3.3"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1908dependencies = [
1909 "serde",
1910]
1911
1912[[package]]
1913name = "bindgen"
1914version = "0.69.5"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1917dependencies = [
1918 "bitflags 2.9.0",
1919 "cexpr",
1920 "clang-sys",
1921 "itertools 0.12.1",
1922 "lazy_static",
1923 "lazycell",
1924 "log",
1925 "prettyplease",
1926 "proc-macro2",
1927 "quote",
1928 "regex",
1929 "rustc-hash 1.1.0",
1930 "shlex",
1931 "syn 2.0.101",
1932 "which 4.4.2",
1933]
1934
1935[[package]]
1936name = "bindgen"
1937version = "0.70.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1940dependencies = [
1941 "bitflags 2.9.0",
1942 "cexpr",
1943 "clang-sys",
1944 "itertools 0.13.0",
1945 "proc-macro2",
1946 "quote",
1947 "regex",
1948 "rustc-hash 1.1.0",
1949 "shlex",
1950 "syn 2.0.101",
1951]
1952
1953[[package]]
1954name = "bindgen"
1955version = "0.71.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
1958dependencies = [
1959 "bitflags 2.9.0",
1960 "cexpr",
1961 "clang-sys",
1962 "itertools 0.13.0",
1963 "log",
1964 "prettyplease",
1965 "proc-macro2",
1966 "quote",
1967 "regex",
1968 "rustc-hash 2.1.1",
1969 "shlex",
1970 "syn 2.0.101",
1971]
1972
1973[[package]]
1974name = "bit-set"
1975version = "0.5.3"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1978dependencies = [
1979 "bit-vec 0.6.3",
1980]
1981
1982[[package]]
1983name = "bit-set"
1984version = "0.8.0"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1987dependencies = [
1988 "bit-vec 0.8.0",
1989]
1990
1991[[package]]
1992name = "bit-vec"
1993version = "0.6.3"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1996
1997[[package]]
1998name = "bit-vec"
1999version = "0.8.0"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2002
2003[[package]]
2004name = "bit_field"
2005version = "0.10.2"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2008
2009[[package]]
2010name = "bitflags"
2011version = "1.3.2"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2014
2015[[package]]
2016name = "bitflags"
2017version = "2.9.0"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
2020dependencies = [
2021 "serde",
2022]
2023
2024[[package]]
2025name = "bitstream-io"
2026version = "2.6.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2029
2030[[package]]
2031name = "bitvec"
2032version = "1.0.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2035dependencies = [
2036 "funty",
2037 "radium",
2038 "tap",
2039 "wyz",
2040]
2041
2042[[package]]
2043name = "blade-graphics"
2044version = "0.6.0"
2045source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2046dependencies = [
2047 "ash",
2048 "ash-window",
2049 "bitflags 2.9.0",
2050 "bytemuck",
2051 "codespan-reporting 0.11.1",
2052 "glow",
2053 "gpu-alloc",
2054 "gpu-alloc-ash",
2055 "hidden-trait",
2056 "js-sys",
2057 "khronos-egl",
2058 "libloading",
2059 "log",
2060 "mint",
2061 "naga",
2062 "objc2",
2063 "objc2-app-kit",
2064 "objc2-core-foundation",
2065 "objc2-foundation",
2066 "objc2-metal",
2067 "objc2-quartz-core",
2068 "objc2-ui-kit",
2069 "raw-window-handle",
2070 "slab",
2071 "wasm-bindgen",
2072 "web-sys",
2073]
2074
2075[[package]]
2076name = "blade-macros"
2077version = "0.3.0"
2078source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2079dependencies = [
2080 "proc-macro2",
2081 "quote",
2082 "syn 2.0.101",
2083]
2084
2085[[package]]
2086name = "blade-util"
2087version = "0.2.0"
2088source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
2089dependencies = [
2090 "blade-graphics",
2091 "bytemuck",
2092 "log",
2093 "profiling",
2094]
2095
2096[[package]]
2097name = "blake2"
2098version = "0.10.6"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2101dependencies = [
2102 "digest",
2103]
2104
2105[[package]]
2106name = "blake3"
2107version = "1.8.2"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
2110dependencies = [
2111 "arrayref",
2112 "arrayvec",
2113 "cc",
2114 "cfg-if",
2115 "constant_time_eq 0.3.1",
2116]
2117
2118[[package]]
2119name = "block"
2120version = "0.1.6"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2123
2124[[package]]
2125name = "block-buffer"
2126version = "0.10.4"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2129dependencies = [
2130 "generic-array",
2131]
2132
2133[[package]]
2134name = "block-padding"
2135version = "0.3.3"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2138dependencies = [
2139 "generic-array",
2140]
2141
2142[[package]]
2143name = "block2"
2144version = "0.6.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
2147dependencies = [
2148 "objc2",
2149]
2150
2151[[package]]
2152name = "blocking"
2153version = "1.6.1"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2156dependencies = [
2157 "async-channel 2.3.1",
2158 "async-task",
2159 "futures-io",
2160 "futures-lite 2.6.0",
2161 "piper",
2162]
2163
2164[[package]]
2165name = "borrow-or-share"
2166version = "0.2.2"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
2169
2170[[package]]
2171name = "borsh"
2172version = "1.5.7"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
2175dependencies = [
2176 "borsh-derive",
2177 "cfg_aliases 0.2.1",
2178]
2179
2180[[package]]
2181name = "borsh-derive"
2182version = "1.5.7"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
2185dependencies = [
2186 "once_cell",
2187 "proc-macro-crate",
2188 "proc-macro2",
2189 "quote",
2190 "syn 2.0.101",
2191]
2192
2193[[package]]
2194name = "breadcrumbs"
2195version = "0.1.0"
2196dependencies = [
2197 "editor",
2198 "gpui",
2199 "itertools 0.14.0",
2200 "theme",
2201 "ui",
2202 "workspace",
2203 "workspace-hack",
2204 "zed_actions",
2205]
2206
2207[[package]]
2208name = "bstr"
2209version = "1.12.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
2212dependencies = [
2213 "memchr",
2214 "regex-automata 0.4.9",
2215 "serde",
2216]
2217
2218[[package]]
2219name = "buffer_diff"
2220version = "0.1.0"
2221dependencies = [
2222 "anyhow",
2223 "clock",
2224 "ctor",
2225 "env_logger 0.11.8",
2226 "futures 0.3.31",
2227 "git2",
2228 "gpui",
2229 "language",
2230 "log",
2231 "pretty_assertions",
2232 "rand 0.8.5",
2233 "rope",
2234 "serde_json",
2235 "sum_tree",
2236 "text",
2237 "unindent",
2238 "util",
2239 "workspace-hack",
2240]
2241
2242[[package]]
2243name = "built"
2244version = "0.7.7"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2247
2248[[package]]
2249name = "bumpalo"
2250version = "3.17.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
2253dependencies = [
2254 "allocator-api2",
2255]
2256
2257[[package]]
2258name = "by_address"
2259version = "1.2.1"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2262
2263[[package]]
2264name = "bytecheck"
2265version = "0.6.12"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2268dependencies = [
2269 "bytecheck_derive",
2270 "ptr_meta",
2271 "simdutf8",
2272]
2273
2274[[package]]
2275name = "bytecheck_derive"
2276version = "0.6.12"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2279dependencies = [
2280 "proc-macro2",
2281 "quote",
2282 "syn 1.0.109",
2283]
2284
2285[[package]]
2286name = "bytecount"
2287version = "0.6.8"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2290
2291[[package]]
2292name = "bytemuck"
2293version = "1.22.0"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
2296dependencies = [
2297 "bytemuck_derive",
2298]
2299
2300[[package]]
2301name = "bytemuck_derive"
2302version = "1.9.3"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
2305dependencies = [
2306 "proc-macro2",
2307 "quote",
2308 "syn 2.0.101",
2309]
2310
2311[[package]]
2312name = "byteorder"
2313version = "1.5.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2316
2317[[package]]
2318name = "byteorder-lite"
2319version = "0.1.0"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2322
2323[[package]]
2324name = "bytes"
2325version = "0.4.12"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2328dependencies = [
2329 "byteorder",
2330 "iovec",
2331]
2332
2333[[package]]
2334name = "bytes"
2335version = "1.10.1"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2338
2339[[package]]
2340name = "bytes-utils"
2341version = "0.1.4"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2344dependencies = [
2345 "bytes 1.10.1",
2346 "either",
2347]
2348
2349[[package]]
2350name = "bzip2"
2351version = "0.4.4"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2354dependencies = [
2355 "bzip2-sys",
2356 "libc",
2357]
2358
2359[[package]]
2360name = "bzip2-sys"
2361version = "0.1.13+1.0.8"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2364dependencies = [
2365 "cc",
2366 "pkg-config",
2367]
2368
2369[[package]]
2370name = "call"
2371version = "0.1.0"
2372dependencies = [
2373 "anyhow",
2374 "audio",
2375 "client",
2376 "collections",
2377 "fs",
2378 "futures 0.3.31",
2379 "gpui",
2380 "gpui_tokio",
2381 "http_client",
2382 "language",
2383 "livekit_client",
2384 "log",
2385 "postage",
2386 "project",
2387 "schemars",
2388 "serde",
2389 "serde_derive",
2390 "settings",
2391 "telemetry",
2392 "util",
2393 "workspace-hack",
2394]
2395
2396[[package]]
2397name = "calloop"
2398version = "0.13.0"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2401dependencies = [
2402 "bitflags 2.9.0",
2403 "log",
2404 "polling",
2405 "rustix 0.38.44",
2406 "slab",
2407 "thiserror 1.0.69",
2408]
2409
2410[[package]]
2411name = "calloop-wayland-source"
2412version = "0.3.0"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2415dependencies = [
2416 "calloop",
2417 "rustix 0.38.44",
2418 "wayland-backend",
2419 "wayland-client",
2420]
2421
2422[[package]]
2423name = "camino"
2424version = "1.1.9"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2427dependencies = [
2428 "serde",
2429]
2430
2431[[package]]
2432name = "cap-fs-ext"
2433version = "3.4.4"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
2436dependencies = [
2437 "cap-primitives",
2438 "cap-std",
2439 "io-lifetimes",
2440 "windows-sys 0.59.0",
2441]
2442
2443[[package]]
2444name = "cap-net-ext"
2445version = "3.4.4"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
2448dependencies = [
2449 "cap-primitives",
2450 "cap-std",
2451 "rustix 1.0.7",
2452 "smallvec",
2453]
2454
2455[[package]]
2456name = "cap-primitives"
2457version = "3.4.4"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
2460dependencies = [
2461 "ambient-authority",
2462 "fs-set-times",
2463 "io-extras",
2464 "io-lifetimes",
2465 "ipnet",
2466 "maybe-owned",
2467 "rustix 1.0.7",
2468 "rustix-linux-procfs",
2469 "windows-sys 0.59.0",
2470 "winx",
2471]
2472
2473[[package]]
2474name = "cap-rand"
2475version = "3.4.4"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
2478dependencies = [
2479 "ambient-authority",
2480 "rand 0.8.5",
2481]
2482
2483[[package]]
2484name = "cap-std"
2485version = "3.4.4"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
2488dependencies = [
2489 "cap-primitives",
2490 "io-extras",
2491 "io-lifetimes",
2492 "rustix 1.0.7",
2493]
2494
2495[[package]]
2496name = "cap-time-ext"
2497version = "3.4.4"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
2500dependencies = [
2501 "ambient-authority",
2502 "cap-primitives",
2503 "iana-time-zone",
2504 "once_cell",
2505 "rustix 1.0.7",
2506 "winx",
2507]
2508
2509[[package]]
2510name = "cargo-platform"
2511version = "0.1.9"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2514dependencies = [
2515 "serde",
2516]
2517
2518[[package]]
2519name = "cargo_metadata"
2520version = "0.19.2"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2523dependencies = [
2524 "camino",
2525 "cargo-platform",
2526 "semver",
2527 "serde",
2528 "serde_json",
2529 "thiserror 2.0.12",
2530]
2531
2532[[package]]
2533name = "cargo_toml"
2534version = "0.21.0"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2537dependencies = [
2538 "serde",
2539 "toml 0.8.20",
2540]
2541
2542[[package]]
2543name = "cast"
2544version = "0.3.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2547
2548[[package]]
2549name = "cbc"
2550version = "0.1.2"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2553dependencies = [
2554 "cipher",
2555]
2556
2557[[package]]
2558name = "cbindgen"
2559version = "0.28.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2562dependencies = [
2563 "heck 0.4.1",
2564 "indexmap",
2565 "log",
2566 "proc-macro2",
2567 "quote",
2568 "serde",
2569 "serde_json",
2570 "syn 2.0.101",
2571 "tempfile",
2572 "toml 0.8.20",
2573]
2574
2575[[package]]
2576name = "cc"
2577version = "1.2.19"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
2580dependencies = [
2581 "jobserver",
2582 "libc",
2583 "shlex",
2584]
2585
2586[[package]]
2587name = "cesu8"
2588version = "1.1.0"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2591
2592[[package]]
2593name = "cexpr"
2594version = "0.6.0"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2597dependencies = [
2598 "nom",
2599]
2600
2601[[package]]
2602name = "cfg-expr"
2603version = "0.15.8"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2606dependencies = [
2607 "smallvec",
2608 "target-lexicon 0.12.16",
2609]
2610
2611[[package]]
2612name = "cfg-if"
2613version = "1.0.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2616
2617[[package]]
2618name = "cfg_aliases"
2619version = "0.1.1"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2622
2623[[package]]
2624name = "cfg_aliases"
2625version = "0.2.1"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2628
2629[[package]]
2630name = "cgl"
2631version = "0.3.2"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2634dependencies = [
2635 "libc",
2636]
2637
2638[[package]]
2639name = "channel"
2640version = "0.1.0"
2641dependencies = [
2642 "anyhow",
2643 "client",
2644 "clock",
2645 "collections",
2646 "futures 0.3.31",
2647 "gpui",
2648 "http_client",
2649 "language",
2650 "log",
2651 "rand 0.8.5",
2652 "release_channel",
2653 "rpc",
2654 "settings",
2655 "sum_tree",
2656 "text",
2657 "time",
2658 "util",
2659 "workspace-hack",
2660]
2661
2662[[package]]
2663name = "chrono"
2664version = "0.4.41"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2667dependencies = [
2668 "android-tzdata",
2669 "iana-time-zone",
2670 "js-sys",
2671 "num-traits",
2672 "serde",
2673 "wasm-bindgen",
2674 "windows-link",
2675]
2676
2677[[package]]
2678name = "chunked_transfer"
2679version = "1.5.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2682
2683[[package]]
2684name = "ciborium"
2685version = "0.2.2"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2688dependencies = [
2689 "ciborium-io",
2690 "ciborium-ll",
2691 "serde",
2692]
2693
2694[[package]]
2695name = "ciborium-io"
2696version = "0.2.2"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2699
2700[[package]]
2701name = "ciborium-ll"
2702version = "0.2.2"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2705dependencies = [
2706 "ciborium-io",
2707 "half",
2708]
2709
2710[[package]]
2711name = "cipher"
2712version = "0.4.4"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2715dependencies = [
2716 "crypto-common",
2717 "inout",
2718 "zeroize",
2719]
2720
2721[[package]]
2722name = "circular-buffer"
2723version = "1.1.0"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
2726
2727[[package]]
2728name = "clang-sys"
2729version = "1.8.1"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2732dependencies = [
2733 "glob",
2734 "libc",
2735 "libloading",
2736]
2737
2738[[package]]
2739name = "clap"
2740version = "4.5.37"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
2743dependencies = [
2744 "clap_builder",
2745 "clap_derive",
2746]
2747
2748[[package]]
2749name = "clap_builder"
2750version = "4.5.37"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
2753dependencies = [
2754 "anstream",
2755 "anstyle",
2756 "clap_lex",
2757 "strsim",
2758 "terminal_size",
2759]
2760
2761[[package]]
2762name = "clap_complete"
2763version = "4.5.47"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
2766dependencies = [
2767 "clap",
2768]
2769
2770[[package]]
2771name = "clap_derive"
2772version = "4.5.32"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2775dependencies = [
2776 "heck 0.5.0",
2777 "proc-macro2",
2778 "quote",
2779 "syn 2.0.101",
2780]
2781
2782[[package]]
2783name = "clap_lex"
2784version = "0.7.4"
2785source = "registry+https://github.com/rust-lang/crates.io-index"
2786checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2787
2788[[package]]
2789name = "cli"
2790version = "0.1.0"
2791dependencies = [
2792 "anyhow",
2793 "clap",
2794 "collections",
2795 "core-foundation 0.10.0",
2796 "core-services",
2797 "exec",
2798 "fork",
2799 "ipc-channel",
2800 "parking_lot",
2801 "paths",
2802 "plist",
2803 "release_channel",
2804 "serde",
2805 "tempfile",
2806 "util",
2807 "windows 0.61.1",
2808 "workspace-hack",
2809]
2810
2811[[package]]
2812name = "client"
2813version = "0.1.0"
2814dependencies = [
2815 "anyhow",
2816 "async-recursion 0.3.2",
2817 "async-tungstenite",
2818 "base64 0.22.1",
2819 "chrono",
2820 "clock",
2821 "cocoa 0.26.0",
2822 "collections",
2823 "credentials_provider",
2824 "feature_flags",
2825 "futures 0.3.31",
2826 "gpui",
2827 "gpui_tokio",
2828 "http_client",
2829 "http_client_tls",
2830 "httparse",
2831 "log",
2832 "parking_lot",
2833 "paths",
2834 "postage",
2835 "rand 0.8.5",
2836 "release_channel",
2837 "rpc",
2838 "rustls-pki-types",
2839 "schemars",
2840 "serde",
2841 "serde_json",
2842 "settings",
2843 "sha2",
2844 "smol",
2845 "telemetry",
2846 "telemetry_events",
2847 "text",
2848 "thiserror 2.0.12",
2849 "time",
2850 "tiny_http",
2851 "tokio",
2852 "tokio-native-tls",
2853 "tokio-rustls 0.26.2",
2854 "tokio-socks",
2855 "url",
2856 "util",
2857 "windows 0.61.1",
2858 "workspace-hack",
2859 "worktree",
2860]
2861
2862[[package]]
2863name = "clock"
2864version = "0.1.0"
2865dependencies = [
2866 "parking_lot",
2867 "serde",
2868 "smallvec",
2869 "workspace-hack",
2870]
2871
2872[[package]]
2873name = "clru"
2874version = "0.6.2"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
2877
2878[[package]]
2879name = "cmake"
2880version = "0.1.54"
2881source = "registry+https://github.com/rust-lang/crates.io-index"
2882checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
2883dependencies = [
2884 "cc",
2885]
2886
2887[[package]]
2888name = "cobs"
2889version = "0.2.3"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2892
2893[[package]]
2894name = "cocoa"
2895version = "0.25.0"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2898dependencies = [
2899 "bitflags 1.3.2",
2900 "block",
2901 "cocoa-foundation 0.1.2",
2902 "core-foundation 0.9.4",
2903 "core-graphics 0.23.2",
2904 "foreign-types 0.5.0",
2905 "libc",
2906 "objc",
2907]
2908
2909[[package]]
2910name = "cocoa"
2911version = "0.26.0"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2914dependencies = [
2915 "bitflags 2.9.0",
2916 "block",
2917 "cocoa-foundation 0.2.0",
2918 "core-foundation 0.10.0",
2919 "core-graphics 0.24.0",
2920 "foreign-types 0.5.0",
2921 "libc",
2922 "objc",
2923]
2924
2925[[package]]
2926name = "cocoa-foundation"
2927version = "0.1.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2930dependencies = [
2931 "bitflags 1.3.2",
2932 "block",
2933 "core-foundation 0.9.4",
2934 "core-graphics-types 0.1.3",
2935 "libc",
2936 "objc",
2937]
2938
2939[[package]]
2940name = "cocoa-foundation"
2941version = "0.2.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2944dependencies = [
2945 "bitflags 2.9.0",
2946 "block",
2947 "core-foundation 0.10.0",
2948 "core-graphics-types 0.2.0",
2949 "libc",
2950 "objc",
2951]
2952
2953[[package]]
2954name = "codespan-reporting"
2955version = "0.11.1"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2958dependencies = [
2959 "termcolor",
2960 "unicode-width 0.1.14",
2961]
2962
2963[[package]]
2964name = "codespan-reporting"
2965version = "0.12.0"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
2968dependencies = [
2969 "serde",
2970 "termcolor",
2971 "unicode-width 0.2.0",
2972]
2973
2974[[package]]
2975name = "collab"
2976version = "0.44.0"
2977dependencies = [
2978 "anyhow",
2979 "assistant_context_editor",
2980 "assistant_settings",
2981 "assistant_slash_command",
2982 "assistant_tool",
2983 "async-stripe",
2984 "async-trait",
2985 "async-tungstenite",
2986 "audio",
2987 "aws-config",
2988 "aws-sdk-kinesis",
2989 "aws-sdk-s3",
2990 "axum",
2991 "axum-extra",
2992 "base64 0.22.1",
2993 "buffer_diff",
2994 "call",
2995 "channel",
2996 "chrono",
2997 "client",
2998 "clock",
2999 "collab_ui",
3000 "collections",
3001 "command_palette_hooks",
3002 "context_server",
3003 "ctor",
3004 "dap",
3005 "dap_adapters",
3006 "dashmap 6.1.0",
3007 "debugger_ui",
3008 "derive_more",
3009 "editor",
3010 "env_logger 0.11.8",
3011 "envy",
3012 "extension",
3013 "file_finder",
3014 "fs",
3015 "futures 0.3.31",
3016 "git",
3017 "git_hosting_providers",
3018 "git_ui",
3019 "gpui",
3020 "gpui_tokio",
3021 "hex",
3022 "http_client",
3023 "hyper 0.14.32",
3024 "indoc",
3025 "jsonwebtoken",
3026 "language",
3027 "language_model",
3028 "livekit_api",
3029 "livekit_client",
3030 "log",
3031 "lsp",
3032 "menu",
3033 "multi_buffer",
3034 "nanoid",
3035 "node_runtime",
3036 "notifications",
3037 "parking_lot",
3038 "pretty_assertions",
3039 "project",
3040 "prometheus",
3041 "prompt_store",
3042 "prost 0.9.0",
3043 "rand 0.8.5",
3044 "recent_projects",
3045 "release_channel",
3046 "remote",
3047 "remote_server",
3048 "reqwest 0.11.27",
3049 "reqwest_client",
3050 "rpc",
3051 "rustc-demangle",
3052 "scrypt",
3053 "sea-orm",
3054 "semantic_version",
3055 "semver",
3056 "serde",
3057 "serde_derive",
3058 "serde_json",
3059 "session",
3060 "settings",
3061 "sha2",
3062 "sqlx",
3063 "strum 0.27.1",
3064 "subtle",
3065 "supermaven_api",
3066 "task",
3067 "telemetry_events",
3068 "text",
3069 "theme",
3070 "thiserror 2.0.12",
3071 "time",
3072 "tokio",
3073 "toml 0.8.20",
3074 "tower 0.4.13",
3075 "tower-http 0.4.4",
3076 "tracing",
3077 "tracing-subscriber",
3078 "unindent",
3079 "util",
3080 "uuid",
3081 "workspace",
3082 "workspace-hack",
3083 "worktree",
3084 "zed_llm_client",
3085]
3086
3087[[package]]
3088name = "collab_ui"
3089version = "0.1.0"
3090dependencies = [
3091 "anyhow",
3092 "call",
3093 "channel",
3094 "chrono",
3095 "client",
3096 "collections",
3097 "db",
3098 "editor",
3099 "emojis",
3100 "futures 0.3.31",
3101 "fuzzy",
3102 "gpui",
3103 "http_client",
3104 "language",
3105 "log",
3106 "menu",
3107 "notifications",
3108 "picker",
3109 "pretty_assertions",
3110 "project",
3111 "release_channel",
3112 "rich_text",
3113 "rpc",
3114 "schemars",
3115 "serde",
3116 "serde_derive",
3117 "serde_json",
3118 "settings",
3119 "smallvec",
3120 "story",
3121 "telemetry",
3122 "theme",
3123 "time",
3124 "time_format",
3125 "title_bar",
3126 "tree-sitter-md",
3127 "ui",
3128 "util",
3129 "workspace",
3130 "workspace-hack",
3131]
3132
3133[[package]]
3134name = "collections"
3135version = "0.1.0"
3136dependencies = [
3137 "indexmap",
3138 "rustc-hash 2.1.1",
3139 "workspace-hack",
3140]
3141
3142[[package]]
3143name = "color_quant"
3144version = "1.1.0"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3147
3148[[package]]
3149name = "colorchoice"
3150version = "1.0.3"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3153
3154[[package]]
3155name = "combine"
3156version = "4.6.7"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3159dependencies = [
3160 "bytes 1.10.1",
3161 "memchr",
3162]
3163
3164[[package]]
3165name = "command_palette"
3166version = "0.1.0"
3167dependencies = [
3168 "anyhow",
3169 "client",
3170 "collections",
3171 "command_palette_hooks",
3172 "ctor",
3173 "db",
3174 "editor",
3175 "env_logger 0.11.8",
3176 "fuzzy",
3177 "go_to_line",
3178 "gpui",
3179 "language",
3180 "log",
3181 "menu",
3182 "picker",
3183 "postage",
3184 "project",
3185 "serde",
3186 "serde_json",
3187 "settings",
3188 "telemetry",
3189 "theme",
3190 "time",
3191 "ui",
3192 "util",
3193 "workspace",
3194 "workspace-hack",
3195 "zed_actions",
3196]
3197
3198[[package]]
3199name = "command_palette_hooks"
3200version = "0.1.0"
3201dependencies = [
3202 "collections",
3203 "derive_more",
3204 "gpui",
3205 "workspace-hack",
3206]
3207
3208[[package]]
3209name = "component"
3210version = "0.1.0"
3211dependencies = [
3212 "collections",
3213 "gpui",
3214 "inventory",
3215 "parking_lot",
3216 "strum 0.27.1",
3217 "theme",
3218 "workspace-hack",
3219]
3220
3221[[package]]
3222name = "concurrent-queue"
3223version = "2.5.0"
3224source = "registry+https://github.com/rust-lang/crates.io-index"
3225checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3226dependencies = [
3227 "crossbeam-utils",
3228]
3229
3230[[package]]
3231name = "console"
3232version = "0.15.11"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
3235dependencies = [
3236 "encode_unicode",
3237 "libc",
3238 "once_cell",
3239 "unicode-width 0.2.0",
3240 "windows-sys 0.59.0",
3241]
3242
3243[[package]]
3244name = "const-oid"
3245version = "0.9.6"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3248
3249[[package]]
3250name = "const-random"
3251version = "0.1.18"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3254dependencies = [
3255 "const-random-macro",
3256]
3257
3258[[package]]
3259name = "const-random-macro"
3260version = "0.1.16"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3263dependencies = [
3264 "getrandom 0.2.15",
3265 "once_cell",
3266 "tiny-keccak",
3267]
3268
3269[[package]]
3270name = "constant_time_eq"
3271version = "0.1.5"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3274
3275[[package]]
3276name = "constant_time_eq"
3277version = "0.3.1"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3280
3281[[package]]
3282name = "context_server"
3283version = "0.1.0"
3284dependencies = [
3285 "anyhow",
3286 "async-trait",
3287 "collections",
3288 "futures 0.3.31",
3289 "gpui",
3290 "log",
3291 "parking_lot",
3292 "postage",
3293 "schemars",
3294 "serde",
3295 "serde_json",
3296 "smol",
3297 "url",
3298 "util",
3299 "workspace-hack",
3300]
3301
3302[[package]]
3303name = "convert_case"
3304version = "0.4.0"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3307
3308[[package]]
3309name = "convert_case"
3310version = "0.6.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3313dependencies = [
3314 "unicode-segmentation",
3315]
3316
3317[[package]]
3318name = "convert_case"
3319version = "0.8.0"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3322dependencies = [
3323 "unicode-segmentation",
3324]
3325
3326[[package]]
3327name = "copilot"
3328version = "0.1.0"
3329dependencies = [
3330 "anyhow",
3331 "async-std",
3332 "chrono",
3333 "client",
3334 "clock",
3335 "collections",
3336 "command_palette_hooks",
3337 "ctor",
3338 "editor",
3339 "env_logger 0.11.8",
3340 "fs",
3341 "futures 0.3.31",
3342 "gpui",
3343 "http_client",
3344 "indoc",
3345 "inline_completion",
3346 "itertools 0.14.0",
3347 "language",
3348 "log",
3349 "lsp",
3350 "menu",
3351 "node_runtime",
3352 "parking_lot",
3353 "paths",
3354 "project",
3355 "rpc",
3356 "serde",
3357 "serde_json",
3358 "settings",
3359 "task",
3360 "theme",
3361 "ui",
3362 "util",
3363 "workspace",
3364 "workspace-hack",
3365]
3366
3367[[package]]
3368name = "core-foundation"
3369version = "0.9.4"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3372dependencies = [
3373 "core-foundation-sys",
3374 "libc",
3375]
3376
3377[[package]]
3378name = "core-foundation"
3379version = "0.10.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3382dependencies = [
3383 "core-foundation-sys",
3384 "libc",
3385]
3386
3387[[package]]
3388name = "core-foundation-sys"
3389version = "0.8.7"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3392
3393[[package]]
3394name = "core-graphics"
3395version = "0.23.2"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3398dependencies = [
3399 "bitflags 1.3.2",
3400 "core-foundation 0.9.4",
3401 "core-graphics-types 0.1.3",
3402 "foreign-types 0.5.0",
3403 "libc",
3404]
3405
3406[[package]]
3407name = "core-graphics"
3408version = "0.24.0"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3411dependencies = [
3412 "bitflags 2.9.0",
3413 "core-foundation 0.10.0",
3414 "core-graphics-types 0.2.0",
3415 "foreign-types 0.5.0",
3416 "libc",
3417]
3418
3419[[package]]
3420name = "core-graphics-helmer-fork"
3421version = "0.24.0"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
3424dependencies = [
3425 "bitflags 2.9.0",
3426 "core-foundation 0.9.4",
3427 "core-graphics-types 0.1.3",
3428 "foreign-types 0.5.0",
3429 "libc",
3430]
3431
3432[[package]]
3433name = "core-graphics-types"
3434version = "0.1.3"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3437dependencies = [
3438 "bitflags 1.3.2",
3439 "core-foundation 0.9.4",
3440 "libc",
3441]
3442
3443[[package]]
3444name = "core-graphics-types"
3445version = "0.2.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3448dependencies = [
3449 "bitflags 2.9.0",
3450 "core-foundation 0.10.0",
3451 "libc",
3452]
3453
3454[[package]]
3455name = "core-graphics2"
3456version = "0.4.1"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
3459dependencies = [
3460 "bitflags 2.9.0",
3461 "block",
3462 "cfg-if",
3463 "core-foundation 0.10.0",
3464 "libc",
3465]
3466
3467[[package]]
3468name = "core-services"
3469version = "0.2.1"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3472dependencies = [
3473 "core-foundation 0.9.4",
3474]
3475
3476[[package]]
3477name = "core-text"
3478version = "21.0.0"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
3481dependencies = [
3482 "core-foundation 0.10.0",
3483 "core-graphics 0.24.0",
3484 "foreign-types 0.5.0",
3485 "libc",
3486]
3487
3488[[package]]
3489name = "core-video"
3490version = "0.4.3"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
3493dependencies = [
3494 "block",
3495 "core-foundation 0.10.0",
3496 "core-graphics2",
3497 "io-surface",
3498 "libc",
3499 "metal",
3500]
3501
3502[[package]]
3503name = "core_maths"
3504version = "0.1.1"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3507dependencies = [
3508 "libm",
3509]
3510
3511[[package]]
3512name = "coreaudio-rs"
3513version = "0.11.3"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3516dependencies = [
3517 "bitflags 1.3.2",
3518 "core-foundation-sys",
3519 "coreaudio-sys",
3520]
3521
3522[[package]]
3523name = "coreaudio-rs"
3524version = "0.12.1"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3527dependencies = [
3528 "bitflags 1.3.2",
3529 "core-foundation-sys",
3530 "coreaudio-sys",
3531]
3532
3533[[package]]
3534name = "coreaudio-sys"
3535version = "0.2.16"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3538dependencies = [
3539 "bindgen 0.70.1",
3540]
3541
3542[[package]]
3543name = "cosmic-text"
3544version = "0.14.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
3547dependencies = [
3548 "bitflags 2.9.0",
3549 "fontdb 0.16.2",
3550 "log",
3551 "rangemap",
3552 "rustc-hash 1.1.0",
3553 "rustybuzz 0.14.1",
3554 "self_cell",
3555 "smol_str 0.2.2",
3556 "swash",
3557 "sys-locale",
3558 "ttf-parser 0.21.1",
3559 "unicode-bidi",
3560 "unicode-linebreak",
3561 "unicode-script",
3562 "unicode-segmentation",
3563]
3564
3565[[package]]
3566name = "cpal"
3567version = "0.15.3"
3568source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3569dependencies = [
3570 "alsa",
3571 "core-foundation-sys",
3572 "coreaudio-rs 0.11.3",
3573 "dasp_sample",
3574 "jni",
3575 "js-sys",
3576 "libc",
3577 "mach2",
3578 "ndk",
3579 "ndk-context",
3580 "oboe",
3581 "wasm-bindgen",
3582 "wasm-bindgen-futures",
3583 "web-sys",
3584 "windows 0.54.0",
3585]
3586
3587[[package]]
3588name = "cpp_demangle"
3589version = "0.4.4"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3592dependencies = [
3593 "cfg-if",
3594]
3595
3596[[package]]
3597name = "cpufeatures"
3598version = "0.2.17"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
3601dependencies = [
3602 "libc",
3603]
3604
3605[[package]]
3606name = "cranelift-bforest"
3607version = "0.116.1"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3610dependencies = [
3611 "cranelift-entity",
3612]
3613
3614[[package]]
3615name = "cranelift-bitset"
3616version = "0.116.1"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3619dependencies = [
3620 "serde",
3621 "serde_derive",
3622]
3623
3624[[package]]
3625name = "cranelift-codegen"
3626version = "0.116.1"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3629dependencies = [
3630 "bumpalo",
3631 "cranelift-bforest",
3632 "cranelift-bitset",
3633 "cranelift-codegen-meta",
3634 "cranelift-codegen-shared",
3635 "cranelift-control",
3636 "cranelift-entity",
3637 "cranelift-isle",
3638 "gimli",
3639 "hashbrown 0.14.5",
3640 "log",
3641 "postcard",
3642 "regalloc2",
3643 "rustc-hash 2.1.1",
3644 "serde",
3645 "serde_derive",
3646 "sha2",
3647 "smallvec",
3648 "target-lexicon 0.13.2",
3649]
3650
3651[[package]]
3652name = "cranelift-codegen-meta"
3653version = "0.116.1"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3656dependencies = [
3657 "cranelift-codegen-shared",
3658]
3659
3660[[package]]
3661name = "cranelift-codegen-shared"
3662version = "0.116.1"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3665
3666[[package]]
3667name = "cranelift-control"
3668version = "0.116.1"
3669source = "registry+https://github.com/rust-lang/crates.io-index"
3670checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3671dependencies = [
3672 "arbitrary",
3673]
3674
3675[[package]]
3676name = "cranelift-entity"
3677version = "0.116.1"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3680dependencies = [
3681 "cranelift-bitset",
3682 "serde",
3683 "serde_derive",
3684]
3685
3686[[package]]
3687name = "cranelift-frontend"
3688version = "0.116.1"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3691dependencies = [
3692 "cranelift-codegen",
3693 "log",
3694 "smallvec",
3695 "target-lexicon 0.13.2",
3696]
3697
3698[[package]]
3699name = "cranelift-isle"
3700version = "0.116.1"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3703
3704[[package]]
3705name = "cranelift-native"
3706version = "0.116.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3709dependencies = [
3710 "cranelift-codegen",
3711 "libc",
3712 "target-lexicon 0.13.2",
3713]
3714
3715[[package]]
3716name = "crc"
3717version = "3.2.1"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3720dependencies = [
3721 "crc-catalog",
3722]
3723
3724[[package]]
3725name = "crc-catalog"
3726version = "2.4.0"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3729
3730[[package]]
3731name = "crc32c"
3732version = "0.6.8"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3735dependencies = [
3736 "rustc_version",
3737]
3738
3739[[package]]
3740name = "crc32fast"
3741version = "1.4.2"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3744dependencies = [
3745 "cfg-if",
3746]
3747
3748[[package]]
3749name = "crc64fast-nvme"
3750version = "1.2.0"
3751source = "registry+https://github.com/rust-lang/crates.io-index"
3752checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
3753dependencies = [
3754 "crc",
3755]
3756
3757[[package]]
3758name = "credentials_provider"
3759version = "0.1.0"
3760dependencies = [
3761 "anyhow",
3762 "futures 0.3.31",
3763 "gpui",
3764 "paths",
3765 "release_channel",
3766 "serde",
3767 "serde_json",
3768 "workspace-hack",
3769]
3770
3771[[package]]
3772name = "criterion"
3773version = "0.5.1"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3776dependencies = [
3777 "anes",
3778 "cast",
3779 "ciborium",
3780 "clap",
3781 "criterion-plot",
3782 "is-terminal",
3783 "itertools 0.10.5",
3784 "num-traits",
3785 "once_cell",
3786 "oorandom",
3787 "plotters",
3788 "rayon",
3789 "regex",
3790 "serde",
3791 "serde_derive",
3792 "serde_json",
3793 "tinytemplate",
3794 "walkdir",
3795]
3796
3797[[package]]
3798name = "criterion-plot"
3799version = "0.5.0"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3802dependencies = [
3803 "cast",
3804 "itertools 0.10.5",
3805]
3806
3807[[package]]
3808name = "crossbeam-channel"
3809version = "0.5.15"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
3812dependencies = [
3813 "crossbeam-utils",
3814]
3815
3816[[package]]
3817name = "crossbeam-deque"
3818version = "0.8.6"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
3821dependencies = [
3822 "crossbeam-epoch",
3823 "crossbeam-utils",
3824]
3825
3826[[package]]
3827name = "crossbeam-epoch"
3828version = "0.9.18"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3831dependencies = [
3832 "crossbeam-utils",
3833]
3834
3835[[package]]
3836name = "crossbeam-queue"
3837version = "0.3.12"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
3840dependencies = [
3841 "crossbeam-utils",
3842]
3843
3844[[package]]
3845name = "crossbeam-utils"
3846version = "0.8.21"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
3849
3850[[package]]
3851name = "crunchy"
3852version = "0.2.3"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
3855
3856[[package]]
3857name = "crypto-bigint"
3858version = "0.4.9"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3861dependencies = [
3862 "generic-array",
3863 "rand_core 0.6.4",
3864 "subtle",
3865 "zeroize",
3866]
3867
3868[[package]]
3869name = "crypto-bigint"
3870version = "0.5.5"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3873dependencies = [
3874 "rand_core 0.6.4",
3875 "subtle",
3876]
3877
3878[[package]]
3879name = "crypto-common"
3880version = "0.1.6"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3883dependencies = [
3884 "generic-array",
3885 "rand_core 0.6.4",
3886 "typenum",
3887]
3888
3889[[package]]
3890name = "cssparser"
3891version = "0.35.0"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
3894dependencies = [
3895 "cssparser-macros",
3896 "dtoa-short",
3897 "itoa",
3898 "phf",
3899 "smallvec",
3900]
3901
3902[[package]]
3903name = "cssparser-macros"
3904version = "0.6.1"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
3907dependencies = [
3908 "quote",
3909 "syn 2.0.101",
3910]
3911
3912[[package]]
3913name = "ctor"
3914version = "0.4.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
3917dependencies = [
3918 "ctor-proc-macro",
3919 "dtor",
3920]
3921
3922[[package]]
3923name = "ctor-proc-macro"
3924version = "0.0.5"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3927
3928[[package]]
3929name = "ctrlc"
3930version = "3.4.6"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
3933dependencies = [
3934 "nix 0.29.0",
3935 "windows-sys 0.59.0",
3936]
3937
3938[[package]]
3939name = "cursor-icon"
3940version = "1.1.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3943
3944[[package]]
3945name = "cxx"
3946version = "1.0.157"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
3949dependencies = [
3950 "cc",
3951 "cxxbridge-cmd",
3952 "cxxbridge-flags",
3953 "cxxbridge-macro",
3954 "foldhash",
3955 "link-cplusplus",
3956]
3957
3958[[package]]
3959name = "cxx-build"
3960version = "1.0.157"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
3963dependencies = [
3964 "cc",
3965 "codespan-reporting 0.12.0",
3966 "proc-macro2",
3967 "quote",
3968 "scratch",
3969 "syn 2.0.101",
3970]
3971
3972[[package]]
3973name = "cxxbridge-cmd"
3974version = "1.0.157"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
3977dependencies = [
3978 "clap",
3979 "codespan-reporting 0.12.0",
3980 "proc-macro2",
3981 "quote",
3982 "syn 2.0.101",
3983]
3984
3985[[package]]
3986name = "cxxbridge-flags"
3987version = "1.0.157"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
3990
3991[[package]]
3992name = "cxxbridge-macro"
3993version = "1.0.157"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
3996dependencies = [
3997 "proc-macro2",
3998 "quote",
3999 "rustversion",
4000 "syn 2.0.101",
4001]
4002
4003[[package]]
4004name = "dap"
4005version = "0.1.0"
4006dependencies = [
4007 "anyhow",
4008 "async-compression",
4009 "async-pipe",
4010 "async-tar",
4011 "async-trait",
4012 "client",
4013 "collections",
4014 "dap-types",
4015 "env_logger 0.11.8",
4016 "fs",
4017 "futures 0.3.31",
4018 "gpui",
4019 "http_client",
4020 "language",
4021 "log",
4022 "node_runtime",
4023 "parking_lot",
4024 "paths",
4025 "proto",
4026 "schemars",
4027 "serde",
4028 "serde_json",
4029 "settings",
4030 "smallvec",
4031 "smol",
4032 "task",
4033 "telemetry",
4034 "util",
4035 "workspace-hack",
4036]
4037
4038[[package]]
4039name = "dap-types"
4040version = "0.0.1"
4041source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
4042dependencies = [
4043 "schemars",
4044 "serde",
4045 "serde_json",
4046]
4047
4048[[package]]
4049name = "dap_adapters"
4050version = "0.1.0"
4051dependencies = [
4052 "anyhow",
4053 "async-trait",
4054 "dap",
4055 "futures 0.3.31",
4056 "gpui",
4057 "json_dotpath",
4058 "language",
4059 "paths",
4060 "serde",
4061 "serde_json",
4062 "smol",
4063 "task",
4064 "util",
4065 "workspace-hack",
4066]
4067
4068[[package]]
4069name = "darling"
4070version = "0.20.11"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
4073dependencies = [
4074 "darling_core",
4075 "darling_macro",
4076]
4077
4078[[package]]
4079name = "darling_core"
4080version = "0.20.11"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
4083dependencies = [
4084 "fnv",
4085 "ident_case",
4086 "proc-macro2",
4087 "quote",
4088 "strsim",
4089 "syn 2.0.101",
4090]
4091
4092[[package]]
4093name = "darling_macro"
4094version = "0.20.11"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
4097dependencies = [
4098 "darling_core",
4099 "quote",
4100 "syn 2.0.101",
4101]
4102
4103[[package]]
4104name = "dashmap"
4105version = "5.5.3"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
4108dependencies = [
4109 "cfg-if",
4110 "hashbrown 0.14.5",
4111 "lock_api",
4112 "once_cell",
4113 "parking_lot_core",
4114]
4115
4116[[package]]
4117name = "dashmap"
4118version = "6.1.0"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
4121dependencies = [
4122 "cfg-if",
4123 "crossbeam-utils",
4124 "hashbrown 0.14.5",
4125 "lock_api",
4126 "once_cell",
4127 "parking_lot_core",
4128]
4129
4130[[package]]
4131name = "dasp_sample"
4132version = "0.11.0"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
4135
4136[[package]]
4137name = "data-encoding"
4138version = "2.9.0"
4139source = "registry+https://github.com/rust-lang/crates.io-index"
4140checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
4141
4142[[package]]
4143name = "data-url"
4144version = "0.3.1"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
4147
4148[[package]]
4149name = "db"
4150version = "0.1.0"
4151dependencies = [
4152 "anyhow",
4153 "gpui",
4154 "indoc",
4155 "log",
4156 "paths",
4157 "release_channel",
4158 "smol",
4159 "sqlez",
4160 "sqlez_macros",
4161 "tempfile",
4162 "util",
4163 "workspace-hack",
4164]
4165
4166[[package]]
4167name = "dbus"
4168version = "0.9.7"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
4171dependencies = [
4172 "libc",
4173 "libdbus-sys",
4174 "winapi",
4175]
4176
4177[[package]]
4178name = "debug_adapter_extension"
4179version = "0.1.0"
4180dependencies = [
4181 "anyhow",
4182 "async-trait",
4183 "dap",
4184 "extension",
4185 "gpui",
4186 "serde_json",
4187 "task",
4188 "workspace-hack",
4189]
4190
4191[[package]]
4192name = "debugger_tools"
4193version = "0.1.0"
4194dependencies = [
4195 "anyhow",
4196 "dap",
4197 "editor",
4198 "futures 0.3.31",
4199 "gpui",
4200 "project",
4201 "serde_json",
4202 "settings",
4203 "smol",
4204 "util",
4205 "workspace",
4206 "workspace-hack",
4207]
4208
4209[[package]]
4210name = "debugger_ui"
4211version = "0.1.0"
4212dependencies = [
4213 "anyhow",
4214 "client",
4215 "collections",
4216 "command_palette_hooks",
4217 "dap",
4218 "dap_adapters",
4219 "db",
4220 "debugger_tools",
4221 "editor",
4222 "env_logger 0.11.8",
4223 "feature_flags",
4224 "file_icons",
4225 "futures 0.3.31",
4226 "fuzzy",
4227 "gpui",
4228 "language",
4229 "log",
4230 "menu",
4231 "parking_lot",
4232 "paths",
4233 "picker",
4234 "pretty_assertions",
4235 "project",
4236 "rpc",
4237 "serde",
4238 "serde_json",
4239 "settings",
4240 "shlex",
4241 "sysinfo",
4242 "task",
4243 "tasks_ui",
4244 "terminal_view",
4245 "theme",
4246 "ui",
4247 "unindent",
4248 "util",
4249 "workspace",
4250 "workspace-hack",
4251]
4252
4253[[package]]
4254name = "deepseek"
4255version = "0.1.0"
4256dependencies = [
4257 "anyhow",
4258 "futures 0.3.31",
4259 "http_client",
4260 "schemars",
4261 "serde",
4262 "serde_json",
4263 "workspace-hack",
4264]
4265
4266[[package]]
4267name = "deflate64"
4268version = "0.1.9"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
4271
4272[[package]]
4273name = "der"
4274version = "0.6.1"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
4277dependencies = [
4278 "const-oid",
4279 "zeroize",
4280]
4281
4282[[package]]
4283name = "der"
4284version = "0.7.10"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
4287dependencies = [
4288 "const-oid",
4289 "pem-rfc7468",
4290 "zeroize",
4291]
4292
4293[[package]]
4294name = "deranged"
4295version = "0.4.0"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
4298dependencies = [
4299 "powerfmt",
4300 "serde",
4301]
4302
4303[[package]]
4304name = "derive_builder"
4305version = "0.20.2"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
4308dependencies = [
4309 "derive_builder_macro",
4310]
4311
4312[[package]]
4313name = "derive_builder_core"
4314version = "0.20.2"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
4317dependencies = [
4318 "darling",
4319 "proc-macro2",
4320 "quote",
4321 "syn 2.0.101",
4322]
4323
4324[[package]]
4325name = "derive_builder_macro"
4326version = "0.20.2"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
4329dependencies = [
4330 "derive_builder_core",
4331 "syn 2.0.101",
4332]
4333
4334[[package]]
4335name = "derive_more"
4336version = "0.99.19"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
4339dependencies = [
4340 "convert_case 0.4.0",
4341 "proc-macro2",
4342 "quote",
4343 "rustc_version",
4344 "syn 2.0.101",
4345]
4346
4347[[package]]
4348name = "derive_refineable"
4349version = "0.1.0"
4350dependencies = [
4351 "proc-macro2",
4352 "quote",
4353 "syn 1.0.109",
4354 "workspace-hack",
4355]
4356
4357[[package]]
4358name = "diagnostics"
4359version = "0.1.0"
4360dependencies = [
4361 "anyhow",
4362 "client",
4363 "collections",
4364 "component",
4365 "ctor",
4366 "editor",
4367 "env_logger 0.11.8",
4368 "futures 0.3.31",
4369 "gpui",
4370 "indoc",
4371 "language",
4372 "log",
4373 "lsp",
4374 "markdown",
4375 "pretty_assertions",
4376 "project",
4377 "rand 0.8.5",
4378 "serde",
4379 "serde_json",
4380 "settings",
4381 "text",
4382 "theme",
4383 "ui",
4384 "unindent",
4385 "util",
4386 "workspace",
4387 "workspace-hack",
4388]
4389
4390[[package]]
4391name = "dialoguer"
4392version = "0.11.0"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4395dependencies = [
4396 "console",
4397 "fuzzy-matcher",
4398 "shell-words",
4399 "tempfile",
4400 "thiserror 1.0.69",
4401 "zeroize",
4402]
4403
4404[[package]]
4405name = "diff"
4406version = "0.1.13"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4409
4410[[package]]
4411name = "diffy"
4412version = "0.4.2"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
4415dependencies = [
4416 "nu-ansi-term 0.50.1",
4417]
4418
4419[[package]]
4420name = "digest"
4421version = "0.10.7"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4424dependencies = [
4425 "block-buffer",
4426 "const-oid",
4427 "crypto-common",
4428 "subtle",
4429]
4430
4431[[package]]
4432name = "dirs"
4433version = "4.0.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4436dependencies = [
4437 "dirs-sys 0.3.7",
4438]
4439
4440[[package]]
4441name = "dirs"
4442version = "5.0.1"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4445dependencies = [
4446 "dirs-sys 0.4.1",
4447]
4448
4449[[package]]
4450name = "dirs"
4451version = "6.0.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
4454dependencies = [
4455 "dirs-sys 0.5.0",
4456]
4457
4458[[package]]
4459name = "dirs-sys"
4460version = "0.3.7"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4463dependencies = [
4464 "libc",
4465 "redox_users 0.4.6",
4466 "winapi",
4467]
4468
4469[[package]]
4470name = "dirs-sys"
4471version = "0.4.1"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4474dependencies = [
4475 "libc",
4476 "option-ext",
4477 "redox_users 0.4.6",
4478 "windows-sys 0.48.0",
4479]
4480
4481[[package]]
4482name = "dirs-sys"
4483version = "0.5.0"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
4486dependencies = [
4487 "libc",
4488 "option-ext",
4489 "redox_users 0.5.0",
4490 "windows-sys 0.59.0",
4491]
4492
4493[[package]]
4494name = "dispatch"
4495version = "0.2.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
4498
4499[[package]]
4500name = "dispatch2"
4501version = "0.3.0"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
4504dependencies = [
4505 "bitflags 2.9.0",
4506 "objc2",
4507]
4508
4509[[package]]
4510name = "displaydoc"
4511version = "0.2.5"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4514dependencies = [
4515 "proc-macro2",
4516 "quote",
4517 "syn 2.0.101",
4518]
4519
4520[[package]]
4521name = "dlib"
4522version = "0.5.2"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4525dependencies = [
4526 "libloading",
4527]
4528
4529[[package]]
4530name = "docs_preprocessor"
4531version = "0.1.0"
4532dependencies = [
4533 "anyhow",
4534 "clap",
4535 "mdbook",
4536 "regex",
4537 "serde",
4538 "serde_json",
4539 "settings",
4540 "util",
4541 "workspace-hack",
4542]
4543
4544[[package]]
4545name = "documented"
4546version = "0.9.1"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
4549dependencies = [
4550 "documented-macros",
4551 "phf",
4552 "thiserror 1.0.69",
4553]
4554
4555[[package]]
4556name = "documented-macros"
4557version = "0.9.1"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
4560dependencies = [
4561 "convert_case 0.6.0",
4562 "itertools 0.13.0",
4563 "optfield",
4564 "proc-macro2",
4565 "quote",
4566 "strum 0.26.3",
4567 "syn 2.0.101",
4568]
4569
4570[[package]]
4571name = "dotenv"
4572version = "0.15.0"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
4575
4576[[package]]
4577name = "dotenvy"
4578version = "0.15.7"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4581
4582[[package]]
4583name = "downcast-rs"
4584version = "1.2.1"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4587
4588[[package]]
4589name = "doxygen-rs"
4590version = "0.4.2"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4593dependencies = [
4594 "phf",
4595]
4596
4597[[package]]
4598name = "dtoa"
4599version = "1.0.10"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
4602
4603[[package]]
4604name = "dtoa-short"
4605version = "0.3.5"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
4608dependencies = [
4609 "dtoa",
4610]
4611
4612[[package]]
4613name = "dtor"
4614version = "0.0.6"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
4617dependencies = [
4618 "dtor-proc-macro",
4619]
4620
4621[[package]]
4622name = "dtor-proc-macro"
4623version = "0.0.5"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4626
4627[[package]]
4628name = "dunce"
4629version = "1.0.5"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4632
4633[[package]]
4634name = "dwrote"
4635version = "0.11.3"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
4638dependencies = [
4639 "lazy_static",
4640 "libc",
4641 "winapi",
4642 "wio",
4643]
4644
4645[[package]]
4646name = "dyn-clone"
4647version = "1.0.19"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
4650
4651[[package]]
4652name = "ec4rs"
4653version = "1.2.0"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
4656
4657[[package]]
4658name = "ecdsa"
4659version = "0.14.8"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4662dependencies = [
4663 "der 0.6.1",
4664 "elliptic-curve",
4665 "rfc6979",
4666 "signature 1.6.4",
4667]
4668
4669[[package]]
4670name = "editor"
4671version = "0.1.0"
4672dependencies = [
4673 "aho-corasick",
4674 "anyhow",
4675 "assets",
4676 "buffer_diff",
4677 "client",
4678 "clock",
4679 "collections",
4680 "command_palette_hooks",
4681 "convert_case 0.8.0",
4682 "ctor",
4683 "dap",
4684 "db",
4685 "emojis",
4686 "env_logger 0.11.8",
4687 "feature_flags",
4688 "file_icons",
4689 "fs",
4690 "futures 0.3.31",
4691 "fuzzy",
4692 "git",
4693 "gpui",
4694 "http_client",
4695 "indoc",
4696 "inline_completion",
4697 "itertools 0.14.0",
4698 "language",
4699 "languages",
4700 "linkify",
4701 "log",
4702 "lsp",
4703 "markdown",
4704 "menu",
4705 "multi_buffer",
4706 "ordered-float 2.10.1",
4707 "parking_lot",
4708 "pretty_assertions",
4709 "project",
4710 "rand 0.8.5",
4711 "release_channel",
4712 "rpc",
4713 "schemars",
4714 "serde",
4715 "serde_json",
4716 "settings",
4717 "smallvec",
4718 "smol",
4719 "snippet",
4720 "sum_tree",
4721 "task",
4722 "telemetry",
4723 "tempfile",
4724 "text",
4725 "theme",
4726 "time",
4727 "tree-sitter-html",
4728 "tree-sitter-python",
4729 "tree-sitter-rust",
4730 "tree-sitter-typescript",
4731 "ui",
4732 "unicode-script",
4733 "unicode-segmentation",
4734 "unindent",
4735 "url",
4736 "util",
4737 "uuid",
4738 "workspace",
4739 "workspace-hack",
4740 "zed_actions",
4741]
4742
4743[[package]]
4744name = "either"
4745version = "1.15.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
4748dependencies = [
4749 "serde",
4750]
4751
4752[[package]]
4753name = "elasticlunr-rs"
4754version = "3.0.2"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4757dependencies = [
4758 "regex",
4759 "serde",
4760 "serde_derive",
4761 "serde_json",
4762]
4763
4764[[package]]
4765name = "elliptic-curve"
4766version = "0.12.3"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4769dependencies = [
4770 "base16ct",
4771 "crypto-bigint 0.4.9",
4772 "der 0.6.1",
4773 "digest",
4774 "ff",
4775 "generic-array",
4776 "group",
4777 "pkcs8 0.9.0",
4778 "rand_core 0.6.4",
4779 "sec1",
4780 "subtle",
4781 "zeroize",
4782]
4783
4784[[package]]
4785name = "email_address"
4786version = "0.2.9"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
4789dependencies = [
4790 "serde",
4791]
4792
4793[[package]]
4794name = "embed-resource"
4795version = "3.0.2"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4798dependencies = [
4799 "cc",
4800 "memchr",
4801 "rustc_version",
4802 "toml 0.8.20",
4803 "vswhom",
4804 "winreg 0.52.0",
4805]
4806
4807[[package]]
4808name = "embedded-io"
4809version = "0.4.0"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4812
4813[[package]]
4814name = "embedded-io"
4815version = "0.6.1"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4818
4819[[package]]
4820name = "emojis"
4821version = "0.6.4"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4824dependencies = [
4825 "phf",
4826]
4827
4828[[package]]
4829name = "encode_unicode"
4830version = "1.0.0"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
4833
4834[[package]]
4835name = "encoding_rs"
4836version = "0.8.35"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4839dependencies = [
4840 "cfg-if",
4841]
4842
4843[[package]]
4844name = "endi"
4845version = "1.1.0"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4848
4849[[package]]
4850name = "enumflags2"
4851version = "0.7.11"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
4854dependencies = [
4855 "enumflags2_derive",
4856 "serde",
4857]
4858
4859[[package]]
4860name = "enumflags2_derive"
4861version = "0.7.11"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
4864dependencies = [
4865 "proc-macro2",
4866 "quote",
4867 "syn 2.0.101",
4868]
4869
4870[[package]]
4871name = "env_filter"
4872version = "0.1.3"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
4875dependencies = [
4876 "log",
4877 "regex",
4878]
4879
4880[[package]]
4881name = "env_logger"
4882version = "0.10.2"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4885dependencies = [
4886 "humantime",
4887 "is-terminal",
4888 "log",
4889 "regex",
4890 "termcolor",
4891]
4892
4893[[package]]
4894name = "env_logger"
4895version = "0.11.8"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
4898dependencies = [
4899 "anstream",
4900 "anstyle",
4901 "env_filter",
4902 "jiff",
4903 "log",
4904]
4905
4906[[package]]
4907name = "envy"
4908version = "0.4.2"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4911dependencies = [
4912 "serde",
4913]
4914
4915[[package]]
4916name = "equivalent"
4917version = "1.0.2"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
4920
4921[[package]]
4922name = "erased-serde"
4923version = "0.4.6"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
4926dependencies = [
4927 "serde",
4928 "typeid",
4929]
4930
4931[[package]]
4932name = "errno"
4933version = "0.2.8"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4936dependencies = [
4937 "errno-dragonfly",
4938 "libc",
4939 "winapi",
4940]
4941
4942[[package]]
4943name = "errno"
4944version = "0.3.11"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
4947dependencies = [
4948 "libc",
4949 "windows-sys 0.59.0",
4950]
4951
4952[[package]]
4953name = "errno-dragonfly"
4954version = "0.1.2"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4957dependencies = [
4958 "cc",
4959 "libc",
4960]
4961
4962[[package]]
4963name = "etagere"
4964version = "0.2.15"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4967dependencies = [
4968 "euclid",
4969 "svg_fmt",
4970]
4971
4972[[package]]
4973name = "etcetera"
4974version = "0.8.0"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4977dependencies = [
4978 "cfg-if",
4979 "home",
4980 "windows-sys 0.48.0",
4981]
4982
4983[[package]]
4984name = "euclid"
4985version = "0.22.11"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4988dependencies = [
4989 "num-traits",
4990]
4991
4992[[package]]
4993name = "eval"
4994version = "0.1.0"
4995dependencies = [
4996 "agent",
4997 "anyhow",
4998 "assistant_settings",
4999 "assistant_tool",
5000 "assistant_tools",
5001 "async-trait",
5002 "async-watch",
5003 "buffer_diff",
5004 "chrono",
5005 "clap",
5006 "client",
5007 "collections",
5008 "debug_adapter_extension",
5009 "dirs 4.0.0",
5010 "dotenv",
5011 "env_logger 0.11.8",
5012 "extension",
5013 "fs",
5014 "futures 0.3.31",
5015 "gpui",
5016 "gpui_tokio",
5017 "handlebars 4.5.0",
5018 "language",
5019 "language_extension",
5020 "language_model",
5021 "language_models",
5022 "languages",
5023 "markdown",
5024 "node_runtime",
5025 "pathdiff",
5026 "paths",
5027 "pretty_assertions",
5028 "project",
5029 "prompt_store",
5030 "regex",
5031 "release_channel",
5032 "reqwest_client",
5033 "serde",
5034 "serde_json",
5035 "settings",
5036 "shellexpand 2.1.2",
5037 "smol",
5038 "telemetry",
5039 "terminal_view",
5040 "toml 0.8.20",
5041 "unindent",
5042 "util",
5043 "uuid",
5044 "workspace-hack",
5045]
5046
5047[[package]]
5048name = "event-listener"
5049version = "2.5.3"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
5052
5053[[package]]
5054name = "event-listener"
5055version = "5.4.0"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
5058dependencies = [
5059 "concurrent-queue",
5060 "parking",
5061 "pin-project-lite",
5062]
5063
5064[[package]]
5065name = "event-listener-strategy"
5066version = "0.5.4"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
5069dependencies = [
5070 "event-listener 5.4.0",
5071 "pin-project-lite",
5072]
5073
5074[[package]]
5075name = "exec"
5076version = "0.3.1"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
5079dependencies = [
5080 "errno 0.2.8",
5081 "libc",
5082]
5083
5084[[package]]
5085name = "exr"
5086version = "1.73.0"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
5089dependencies = [
5090 "bit_field",
5091 "half",
5092 "lebe",
5093 "miniz_oxide",
5094 "rayon-core",
5095 "smallvec",
5096 "zune-inflate",
5097]
5098
5099[[package]]
5100name = "extension"
5101version = "0.1.0"
5102dependencies = [
5103 "anyhow",
5104 "async-compression",
5105 "async-tar",
5106 "async-trait",
5107 "collections",
5108 "dap",
5109 "fs",
5110 "futures 0.3.31",
5111 "gpui",
5112 "heck 0.5.0",
5113 "http_client",
5114 "language",
5115 "log",
5116 "lsp",
5117 "parking_lot",
5118 "semantic_version",
5119 "serde",
5120 "serde_json",
5121 "task",
5122 "toml 0.8.20",
5123 "util",
5124 "wasi-preview1-component-adapter-provider",
5125 "wasm-encoder 0.221.3",
5126 "wasmparser 0.221.3",
5127 "wit-component 0.221.3",
5128 "workspace-hack",
5129]
5130
5131[[package]]
5132name = "extension_cli"
5133version = "0.1.0"
5134dependencies = [
5135 "anyhow",
5136 "clap",
5137 "env_logger 0.11.8",
5138 "extension",
5139 "fs",
5140 "gpui",
5141 "language",
5142 "log",
5143 "reqwest_client",
5144 "rpc",
5145 "serde",
5146 "serde_json",
5147 "theme",
5148 "tokio",
5149 "toml 0.8.20",
5150 "tree-sitter",
5151 "wasmtime",
5152 "workspace-hack",
5153]
5154
5155[[package]]
5156name = "extension_host"
5157version = "0.1.0"
5158dependencies = [
5159 "anyhow",
5160 "async-compression",
5161 "async-tar",
5162 "async-trait",
5163 "client",
5164 "collections",
5165 "criterion",
5166 "ctor",
5167 "dap",
5168 "env_logger 0.11.8",
5169 "extension",
5170 "fs",
5171 "futures 0.3.31",
5172 "gpui",
5173 "http_client",
5174 "language",
5175 "language_extension",
5176 "log",
5177 "lsp",
5178 "moka",
5179 "node_runtime",
5180 "parking_lot",
5181 "paths",
5182 "project",
5183 "rand 0.8.5",
5184 "release_channel",
5185 "remote",
5186 "reqwest_client",
5187 "schemars",
5188 "semantic_version",
5189 "serde",
5190 "serde_json",
5191 "serde_json_lenient",
5192 "settings",
5193 "task",
5194 "telemetry",
5195 "tempfile",
5196 "theme",
5197 "theme_extension",
5198 "toml 0.8.20",
5199 "url",
5200 "util",
5201 "wasmparser 0.221.3",
5202 "wasmtime",
5203 "wasmtime-wasi",
5204 "workspace-hack",
5205]
5206
5207[[package]]
5208name = "extensions_ui"
5209version = "0.1.0"
5210dependencies = [
5211 "anyhow",
5212 "client",
5213 "collections",
5214 "db",
5215 "editor",
5216 "extension",
5217 "extension_host",
5218 "fs",
5219 "fuzzy",
5220 "gpui",
5221 "language",
5222 "log",
5223 "num-format",
5224 "picker",
5225 "project",
5226 "release_channel",
5227 "semantic_version",
5228 "serde",
5229 "settings",
5230 "smallvec",
5231 "strum 0.27.1",
5232 "telemetry",
5233 "theme",
5234 "ui",
5235 "util",
5236 "vim_mode_setting",
5237 "workspace",
5238 "workspace-hack",
5239 "zed_actions",
5240]
5241
5242[[package]]
5243name = "fallible-iterator"
5244version = "0.3.0"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
5247
5248[[package]]
5249name = "fancy-regex"
5250version = "0.13.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
5253dependencies = [
5254 "bit-set 0.5.3",
5255 "regex-automata 0.4.9",
5256 "regex-syntax 0.8.5",
5257]
5258
5259[[package]]
5260name = "fancy-regex"
5261version = "0.14.0"
5262source = "registry+https://github.com/rust-lang/crates.io-index"
5263checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
5264dependencies = [
5265 "bit-set 0.8.0",
5266 "regex-automata 0.4.9",
5267 "regex-syntax 0.8.5",
5268]
5269
5270[[package]]
5271name = "fast-srgb8"
5272version = "1.0.0"
5273source = "registry+https://github.com/rust-lang/crates.io-index"
5274checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
5275
5276[[package]]
5277name = "faster-hex"
5278version = "0.9.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
5281dependencies = [
5282 "serde",
5283]
5284
5285[[package]]
5286name = "faster-hex"
5287version = "0.10.0"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
5290dependencies = [
5291 "heapless",
5292 "serde",
5293]
5294
5295[[package]]
5296name = "fastrand"
5297version = "1.9.0"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
5300dependencies = [
5301 "instant",
5302]
5303
5304[[package]]
5305name = "fastrand"
5306version = "2.3.0"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
5309
5310[[package]]
5311name = "fd-lock"
5312version = "4.0.4"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
5315dependencies = [
5316 "cfg-if",
5317 "rustix 1.0.7",
5318 "windows-sys 0.59.0",
5319]
5320
5321[[package]]
5322name = "fdeflate"
5323version = "0.3.7"
5324source = "registry+https://github.com/rust-lang/crates.io-index"
5325checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
5326dependencies = [
5327 "simd-adler32",
5328]
5329
5330[[package]]
5331name = "feature_flags"
5332version = "0.1.0"
5333dependencies = [
5334 "futures 0.3.31",
5335 "gpui",
5336 "smol",
5337 "workspace-hack",
5338]
5339
5340[[package]]
5341name = "feedback"
5342version = "0.1.0"
5343dependencies = [
5344 "client",
5345 "editor",
5346 "gpui",
5347 "human_bytes",
5348 "menu",
5349 "release_channel",
5350 "serde",
5351 "sysinfo",
5352 "ui",
5353 "urlencoding",
5354 "util",
5355 "workspace",
5356 "workspace-hack",
5357 "zed_actions",
5358]
5359
5360[[package]]
5361name = "ff"
5362version = "0.12.1"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
5365dependencies = [
5366 "rand_core 0.6.4",
5367 "subtle",
5368]
5369
5370[[package]]
5371name = "file_finder"
5372version = "0.1.0"
5373dependencies = [
5374 "anyhow",
5375 "collections",
5376 "ctor",
5377 "editor",
5378 "env_logger 0.11.8",
5379 "file_icons",
5380 "futures 0.3.31",
5381 "fuzzy",
5382 "gpui",
5383 "language",
5384 "menu",
5385 "picker",
5386 "project",
5387 "schemars",
5388 "serde",
5389 "serde_derive",
5390 "serde_json",
5391 "settings",
5392 "text",
5393 "theme",
5394 "ui",
5395 "util",
5396 "workspace",
5397 "workspace-hack",
5398]
5399
5400[[package]]
5401name = "file_icons"
5402version = "0.1.0"
5403dependencies = [
5404 "gpui",
5405 "serde",
5406 "settings",
5407 "theme",
5408 "util",
5409 "workspace-hack",
5410]
5411
5412[[package]]
5413name = "filedescriptor"
5414version = "0.8.3"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
5417dependencies = [
5418 "libc",
5419 "thiserror 1.0.69",
5420 "winapi",
5421]
5422
5423[[package]]
5424name = "filetime"
5425version = "0.2.25"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
5428dependencies = [
5429 "cfg-if",
5430 "libc",
5431 "libredox",
5432 "windows-sys 0.59.0",
5433]
5434
5435[[package]]
5436name = "fixedbitset"
5437version = "0.4.2"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
5440
5441[[package]]
5442name = "flate2"
5443version = "1.1.1"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
5446dependencies = [
5447 "crc32fast",
5448 "libz-rs-sys",
5449 "miniz_oxide",
5450]
5451
5452[[package]]
5453name = "float-cmp"
5454version = "0.9.0"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
5457
5458[[package]]
5459name = "float-ord"
5460version = "0.3.2"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
5463
5464[[package]]
5465name = "float_next_after"
5466version = "1.0.0"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
5469
5470[[package]]
5471name = "fluent-uri"
5472version = "0.3.2"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
5475dependencies = [
5476 "borrow-or-share",
5477 "ref-cast",
5478 "serde",
5479]
5480
5481[[package]]
5482name = "flume"
5483version = "0.11.1"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
5486dependencies = [
5487 "futures-core",
5488 "futures-sink",
5489 "nanorand",
5490 "spin",
5491]
5492
5493[[package]]
5494name = "fnv"
5495version = "1.0.7"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
5498
5499[[package]]
5500name = "foldhash"
5501version = "0.1.5"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
5504
5505[[package]]
5506name = "font-kit"
5507version = "0.14.1"
5508source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
5509dependencies = [
5510 "bitflags 2.9.0",
5511 "byteorder",
5512 "core-foundation 0.10.0",
5513 "core-graphics 0.24.0",
5514 "core-text",
5515 "dirs 5.0.1",
5516 "dwrote",
5517 "float-ord",
5518 "freetype-sys",
5519 "lazy_static",
5520 "libc",
5521 "log",
5522 "pathfinder_geometry",
5523 "pathfinder_simd",
5524 "walkdir",
5525 "winapi",
5526 "yeslogic-fontconfig-sys",
5527]
5528
5529[[package]]
5530name = "font-types"
5531version = "0.8.4"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
5534dependencies = [
5535 "bytemuck",
5536]
5537
5538[[package]]
5539name = "fontconfig-parser"
5540version = "0.5.7"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5543dependencies = [
5544 "roxmltree",
5545]
5546
5547[[package]]
5548name = "fontdb"
5549version = "0.16.2"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
5552dependencies = [
5553 "fontconfig-parser",
5554 "log",
5555 "memmap2",
5556 "slotmap",
5557 "tinyvec",
5558 "ttf-parser 0.20.0",
5559]
5560
5561[[package]]
5562name = "fontdb"
5563version = "0.23.0"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5566dependencies = [
5567 "fontconfig-parser",
5568 "log",
5569 "memmap2",
5570 "slotmap",
5571 "tinyvec",
5572 "ttf-parser 0.25.1",
5573]
5574
5575[[package]]
5576name = "foreign-types"
5577version = "0.3.2"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5580dependencies = [
5581 "foreign-types-shared 0.1.1",
5582]
5583
5584[[package]]
5585name = "foreign-types"
5586version = "0.5.0"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5589dependencies = [
5590 "foreign-types-macros",
5591 "foreign-types-shared 0.3.1",
5592]
5593
5594[[package]]
5595name = "foreign-types-macros"
5596version = "0.2.3"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5599dependencies = [
5600 "proc-macro2",
5601 "quote",
5602 "syn 2.0.101",
5603]
5604
5605[[package]]
5606name = "foreign-types-shared"
5607version = "0.1.1"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5610
5611[[package]]
5612name = "foreign-types-shared"
5613version = "0.3.1"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5616
5617[[package]]
5618name = "fork"
5619version = "0.2.0"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5622dependencies = [
5623 "libc",
5624]
5625
5626[[package]]
5627name = "form_urlencoded"
5628version = "1.2.1"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
5630checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5631dependencies = [
5632 "percent-encoding",
5633]
5634
5635[[package]]
5636name = "fraction"
5637version = "0.15.3"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
5640dependencies = [
5641 "lazy_static",
5642 "num",
5643]
5644
5645[[package]]
5646name = "freetype-sys"
5647version = "0.20.1"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5650dependencies = [
5651 "cc",
5652 "libc",
5653 "pkg-config",
5654]
5655
5656[[package]]
5657name = "fs"
5658version = "0.1.0"
5659dependencies = [
5660 "anyhow",
5661 "ashpd",
5662 "async-tar",
5663 "async-trait",
5664 "cocoa 0.26.0",
5665 "collections",
5666 "fsevent",
5667 "futures 0.3.31",
5668 "git",
5669 "gpui",
5670 "ignore",
5671 "libc",
5672 "log",
5673 "notify",
5674 "objc",
5675 "parking_lot",
5676 "paths",
5677 "proto",
5678 "rope",
5679 "serde",
5680 "serde_json",
5681 "smol",
5682 "tempfile",
5683 "text",
5684 "time",
5685 "util",
5686 "windows 0.61.1",
5687 "workspace-hack",
5688]
5689
5690[[package]]
5691name = "fs-set-times"
5692version = "0.20.3"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
5695dependencies = [
5696 "io-lifetimes",
5697 "rustix 1.0.7",
5698 "windows-sys 0.59.0",
5699]
5700
5701[[package]]
5702name = "fs2"
5703version = "0.4.3"
5704source = "registry+https://github.com/rust-lang/crates.io-index"
5705checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5706dependencies = [
5707 "libc",
5708 "winapi",
5709]
5710
5711[[package]]
5712name = "fs_extra"
5713version = "1.3.0"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5716
5717[[package]]
5718name = "fsevent"
5719version = "0.1.0"
5720dependencies = [
5721 "bitflags 2.9.0",
5722 "core-foundation 0.10.0",
5723 "fsevent-sys 3.1.0",
5724 "parking_lot",
5725 "tempfile",
5726 "workspace-hack",
5727]
5728
5729[[package]]
5730name = "fsevent-sys"
5731version = "3.1.0"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5734dependencies = [
5735 "libc",
5736]
5737
5738[[package]]
5739name = "fsevent-sys"
5740version = "4.1.0"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5743dependencies = [
5744 "libc",
5745]
5746
5747[[package]]
5748name = "funty"
5749version = "2.0.0"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5752
5753[[package]]
5754name = "futf"
5755version = "0.1.5"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5758dependencies = [
5759 "mac",
5760 "new_debug_unreachable",
5761]
5762
5763[[package]]
5764name = "futures"
5765version = "0.1.31"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5768
5769[[package]]
5770name = "futures"
5771version = "0.3.31"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5774dependencies = [
5775 "futures-channel",
5776 "futures-core",
5777 "futures-executor",
5778 "futures-io",
5779 "futures-sink",
5780 "futures-task",
5781 "futures-util",
5782]
5783
5784[[package]]
5785name = "futures-batch"
5786version = "0.6.1"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5789dependencies = [
5790 "futures 0.3.31",
5791 "futures-timer",
5792 "pin-utils",
5793]
5794
5795[[package]]
5796name = "futures-channel"
5797version = "0.3.31"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5800dependencies = [
5801 "futures-core",
5802 "futures-sink",
5803]
5804
5805[[package]]
5806name = "futures-core"
5807version = "0.3.31"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5810
5811[[package]]
5812name = "futures-executor"
5813version = "0.3.31"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5816dependencies = [
5817 "futures-core",
5818 "futures-task",
5819 "futures-util",
5820]
5821
5822[[package]]
5823name = "futures-intrusive"
5824version = "0.5.0"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5827dependencies = [
5828 "futures-core",
5829 "lock_api",
5830 "parking_lot",
5831]
5832
5833[[package]]
5834name = "futures-io"
5835version = "0.3.31"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5838
5839[[package]]
5840name = "futures-lite"
5841version = "1.13.0"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5844dependencies = [
5845 "fastrand 1.9.0",
5846 "futures-core",
5847 "futures-io",
5848 "memchr",
5849 "parking",
5850 "pin-project-lite",
5851 "waker-fn",
5852]
5853
5854[[package]]
5855name = "futures-lite"
5856version = "2.6.0"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5859dependencies = [
5860 "fastrand 2.3.0",
5861 "futures-core",
5862 "futures-io",
5863 "parking",
5864 "pin-project-lite",
5865]
5866
5867[[package]]
5868name = "futures-macro"
5869version = "0.3.31"
5870source = "registry+https://github.com/rust-lang/crates.io-index"
5871checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5872dependencies = [
5873 "proc-macro2",
5874 "quote",
5875 "syn 2.0.101",
5876]
5877
5878[[package]]
5879name = "futures-sink"
5880version = "0.3.31"
5881source = "registry+https://github.com/rust-lang/crates.io-index"
5882checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5883
5884[[package]]
5885name = "futures-task"
5886version = "0.3.31"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5889
5890[[package]]
5891name = "futures-timer"
5892version = "3.0.3"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5895
5896[[package]]
5897name = "futures-util"
5898version = "0.3.31"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5901dependencies = [
5902 "futures 0.1.31",
5903 "futures-channel",
5904 "futures-core",
5905 "futures-io",
5906 "futures-macro",
5907 "futures-sink",
5908 "futures-task",
5909 "memchr",
5910 "pin-project-lite",
5911 "pin-utils",
5912 "slab",
5913 "tokio-io",
5914]
5915
5916[[package]]
5917name = "fuzzy"
5918version = "0.1.0"
5919dependencies = [
5920 "gpui",
5921 "log",
5922 "util",
5923 "workspace-hack",
5924]
5925
5926[[package]]
5927name = "fuzzy-matcher"
5928version = "0.3.7"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5931dependencies = [
5932 "thread_local",
5933]
5934
5935[[package]]
5936name = "generator"
5937version = "0.8.5"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
5940dependencies = [
5941 "cc",
5942 "cfg-if",
5943 "libc",
5944 "log",
5945 "rustversion",
5946 "windows 0.61.1",
5947]
5948
5949[[package]]
5950name = "generic-array"
5951version = "0.14.7"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5954dependencies = [
5955 "typenum",
5956 "version_check",
5957]
5958
5959[[package]]
5960name = "gethostname"
5961version = "0.4.3"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5964dependencies = [
5965 "libc",
5966 "windows-targets 0.48.5",
5967]
5968
5969[[package]]
5970name = "getrandom"
5971version = "0.1.16"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5974dependencies = [
5975 "cfg-if",
5976 "libc",
5977 "wasi 0.9.0+wasi-snapshot-preview1",
5978]
5979
5980[[package]]
5981name = "getrandom"
5982version = "0.2.15"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5985dependencies = [
5986 "cfg-if",
5987 "js-sys",
5988 "libc",
5989 "wasi 0.11.0+wasi-snapshot-preview1",
5990 "wasm-bindgen",
5991]
5992
5993[[package]]
5994name = "getrandom"
5995version = "0.3.2"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
5998dependencies = [
5999 "cfg-if",
6000 "js-sys",
6001 "libc",
6002 "r-efi",
6003 "wasi 0.14.2+wasi-0.2.4",
6004 "wasm-bindgen",
6005]
6006
6007[[package]]
6008name = "gif"
6009version = "0.13.1"
6010source = "registry+https://github.com/rust-lang/crates.io-index"
6011checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
6012dependencies = [
6013 "color_quant",
6014 "weezl",
6015]
6016
6017[[package]]
6018name = "gimli"
6019version = "0.31.1"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
6022dependencies = [
6023 "fallible-iterator",
6024 "indexmap",
6025 "stable_deref_trait",
6026]
6027
6028[[package]]
6029name = "git"
6030version = "0.1.0"
6031dependencies = [
6032 "anyhow",
6033 "askpass",
6034 "async-trait",
6035 "collections",
6036 "derive_more",
6037 "futures 0.3.31",
6038 "git2",
6039 "gpui",
6040 "http_client",
6041 "log",
6042 "parking_lot",
6043 "pretty_assertions",
6044 "regex",
6045 "rope",
6046 "schemars",
6047 "serde",
6048 "serde_json",
6049 "smol",
6050 "sum_tree",
6051 "tempfile",
6052 "text",
6053 "thiserror 2.0.12",
6054 "time",
6055 "unindent",
6056 "url",
6057 "util",
6058 "uuid",
6059 "workspace-hack",
6060]
6061
6062[[package]]
6063name = "git2"
6064version = "0.20.1"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
6067dependencies = [
6068 "bitflags 2.9.0",
6069 "libc",
6070 "libgit2-sys",
6071 "log",
6072 "url",
6073]
6074
6075[[package]]
6076name = "git_hosting_providers"
6077version = "0.1.0"
6078dependencies = [
6079 "anyhow",
6080 "async-trait",
6081 "futures 0.3.31",
6082 "git",
6083 "gpui",
6084 "http_client",
6085 "indoc",
6086 "pretty_assertions",
6087 "regex",
6088 "schemars",
6089 "serde",
6090 "serde_json",
6091 "settings",
6092 "url",
6093 "util",
6094 "workspace-hack",
6095]
6096
6097[[package]]
6098name = "git_ui"
6099version = "0.1.0"
6100dependencies = [
6101 "anyhow",
6102 "askpass",
6103 "assistant_settings",
6104 "buffer_diff",
6105 "chrono",
6106 "collections",
6107 "command_palette_hooks",
6108 "component",
6109 "ctor",
6110 "db",
6111 "editor",
6112 "env_logger 0.11.8",
6113 "futures 0.3.31",
6114 "fuzzy",
6115 "git",
6116 "gpui",
6117 "itertools 0.14.0",
6118 "language",
6119 "language_model",
6120 "linkify",
6121 "log",
6122 "markdown",
6123 "menu",
6124 "multi_buffer",
6125 "notifications",
6126 "panel",
6127 "picker",
6128 "postage",
6129 "pretty_assertions",
6130 "project",
6131 "schemars",
6132 "serde",
6133 "serde_derive",
6134 "serde_json",
6135 "settings",
6136 "strum 0.27.1",
6137 "telemetry",
6138 "theme",
6139 "time",
6140 "time_format",
6141 "ui",
6142 "unindent",
6143 "util",
6144 "windows 0.61.1",
6145 "workspace",
6146 "workspace-hack",
6147 "zed_actions",
6148]
6149
6150[[package]]
6151name = "gix"
6152version = "0.71.0"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
6155dependencies = [
6156 "gix-actor",
6157 "gix-attributes",
6158 "gix-command",
6159 "gix-commitgraph",
6160 "gix-config",
6161 "gix-date",
6162 "gix-diff",
6163 "gix-discover",
6164 "gix-features 0.41.1",
6165 "gix-filter",
6166 "gix-fs 0.14.0",
6167 "gix-glob",
6168 "gix-hash 0.17.0",
6169 "gix-hashtable",
6170 "gix-ignore",
6171 "gix-index",
6172 "gix-lock",
6173 "gix-object",
6174 "gix-odb",
6175 "gix-pack",
6176 "gix-path",
6177 "gix-pathspec",
6178 "gix-protocol",
6179 "gix-ref",
6180 "gix-refspec",
6181 "gix-revision",
6182 "gix-revwalk",
6183 "gix-sec",
6184 "gix-shallow",
6185 "gix-submodule",
6186 "gix-tempfile",
6187 "gix-trace",
6188 "gix-traverse",
6189 "gix-url",
6190 "gix-utils 0.2.0",
6191 "gix-validate 0.9.4",
6192 "gix-worktree",
6193 "once_cell",
6194 "smallvec",
6195 "thiserror 2.0.12",
6196]
6197
6198[[package]]
6199name = "gix-actor"
6200version = "0.34.0"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
6203dependencies = [
6204 "bstr",
6205 "gix-date",
6206 "gix-utils 0.2.0",
6207 "itoa",
6208 "thiserror 2.0.12",
6209 "winnow",
6210]
6211
6212[[package]]
6213name = "gix-attributes"
6214version = "0.25.0"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
6217dependencies = [
6218 "bstr",
6219 "gix-glob",
6220 "gix-path",
6221 "gix-quote",
6222 "gix-trace",
6223 "kstring",
6224 "smallvec",
6225 "thiserror 2.0.12",
6226 "unicode-bom",
6227]
6228
6229[[package]]
6230name = "gix-bitmap"
6231version = "0.2.14"
6232source = "registry+https://github.com/rust-lang/crates.io-index"
6233checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
6234dependencies = [
6235 "thiserror 2.0.12",
6236]
6237
6238[[package]]
6239name = "gix-chunk"
6240version = "0.4.11"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
6243dependencies = [
6244 "thiserror 2.0.12",
6245]
6246
6247[[package]]
6248name = "gix-command"
6249version = "0.5.0"
6250source = "registry+https://github.com/rust-lang/crates.io-index"
6251checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
6252dependencies = [
6253 "bstr",
6254 "gix-path",
6255 "gix-quote",
6256 "gix-trace",
6257 "shell-words",
6258]
6259
6260[[package]]
6261name = "gix-commitgraph"
6262version = "0.27.0"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
6265dependencies = [
6266 "bstr",
6267 "gix-chunk",
6268 "gix-hash 0.17.0",
6269 "memmap2",
6270 "thiserror 2.0.12",
6271]
6272
6273[[package]]
6274name = "gix-config"
6275version = "0.44.0"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
6278dependencies = [
6279 "bstr",
6280 "gix-config-value",
6281 "gix-features 0.41.1",
6282 "gix-glob",
6283 "gix-path",
6284 "gix-ref",
6285 "gix-sec",
6286 "memchr",
6287 "once_cell",
6288 "smallvec",
6289 "thiserror 2.0.12",
6290 "unicode-bom",
6291 "winnow",
6292]
6293
6294[[package]]
6295name = "gix-config-value"
6296version = "0.14.12"
6297source = "registry+https://github.com/rust-lang/crates.io-index"
6298checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
6299dependencies = [
6300 "bitflags 2.9.0",
6301 "bstr",
6302 "gix-path",
6303 "libc",
6304 "thiserror 2.0.12",
6305]
6306
6307[[package]]
6308name = "gix-date"
6309version = "0.9.4"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
6312dependencies = [
6313 "bstr",
6314 "itoa",
6315 "jiff",
6316 "thiserror 2.0.12",
6317]
6318
6319[[package]]
6320name = "gix-diff"
6321version = "0.51.0"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
6324dependencies = [
6325 "bstr",
6326 "gix-command",
6327 "gix-filter",
6328 "gix-fs 0.14.0",
6329 "gix-hash 0.17.0",
6330 "gix-object",
6331 "gix-path",
6332 "gix-tempfile",
6333 "gix-trace",
6334 "gix-traverse",
6335 "gix-worktree",
6336 "imara-diff",
6337 "thiserror 2.0.12",
6338]
6339
6340[[package]]
6341name = "gix-discover"
6342version = "0.39.0"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
6345dependencies = [
6346 "bstr",
6347 "dunce",
6348 "gix-fs 0.14.0",
6349 "gix-hash 0.17.0",
6350 "gix-path",
6351 "gix-ref",
6352 "gix-sec",
6353 "thiserror 2.0.12",
6354]
6355
6356[[package]]
6357name = "gix-features"
6358version = "0.41.1"
6359source = "registry+https://github.com/rust-lang/crates.io-index"
6360checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
6361dependencies = [
6362 "crc32fast",
6363 "crossbeam-channel",
6364 "flate2",
6365 "gix-path",
6366 "gix-trace",
6367 "gix-utils 0.2.0",
6368 "libc",
6369 "once_cell",
6370 "parking_lot",
6371 "prodash",
6372 "thiserror 2.0.12",
6373 "walkdir",
6374]
6375
6376[[package]]
6377name = "gix-features"
6378version = "0.42.1"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
6381dependencies = [
6382 "gix-trace",
6383 "gix-utils 0.3.0",
6384 "libc",
6385 "prodash",
6386]
6387
6388[[package]]
6389name = "gix-filter"
6390version = "0.18.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
6393dependencies = [
6394 "bstr",
6395 "encoding_rs",
6396 "gix-attributes",
6397 "gix-command",
6398 "gix-hash 0.17.0",
6399 "gix-object",
6400 "gix-packetline-blocking",
6401 "gix-path",
6402 "gix-quote",
6403 "gix-trace",
6404 "gix-utils 0.2.0",
6405 "smallvec",
6406 "thiserror 2.0.12",
6407]
6408
6409[[package]]
6410name = "gix-fs"
6411version = "0.14.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
6414dependencies = [
6415 "bstr",
6416 "fastrand 2.3.0",
6417 "gix-features 0.41.1",
6418 "gix-path",
6419 "gix-utils 0.2.0",
6420 "thiserror 2.0.12",
6421]
6422
6423[[package]]
6424name = "gix-fs"
6425version = "0.15.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
6428dependencies = [
6429 "bstr",
6430 "fastrand 2.3.0",
6431 "gix-features 0.42.1",
6432 "gix-path",
6433 "gix-utils 0.3.0",
6434 "thiserror 2.0.12",
6435]
6436
6437[[package]]
6438name = "gix-glob"
6439version = "0.19.0"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
6442dependencies = [
6443 "bitflags 2.9.0",
6444 "bstr",
6445 "gix-features 0.41.1",
6446 "gix-path",
6447]
6448
6449[[package]]
6450name = "gix-hash"
6451version = "0.17.0"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
6454dependencies = [
6455 "faster-hex 0.9.0",
6456 "gix-features 0.41.1",
6457 "sha1-checked",
6458 "thiserror 2.0.12",
6459]
6460
6461[[package]]
6462name = "gix-hash"
6463version = "0.18.0"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
6466dependencies = [
6467 "faster-hex 0.10.0",
6468 "gix-features 0.42.1",
6469 "sha1-checked",
6470 "thiserror 2.0.12",
6471]
6472
6473[[package]]
6474name = "gix-hashtable"
6475version = "0.8.1"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
6478dependencies = [
6479 "gix-hash 0.18.0",
6480 "hashbrown 0.14.5",
6481 "parking_lot",
6482]
6483
6484[[package]]
6485name = "gix-ignore"
6486version = "0.14.0"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
6489dependencies = [
6490 "bstr",
6491 "gix-glob",
6492 "gix-path",
6493 "gix-trace",
6494 "unicode-bom",
6495]
6496
6497[[package]]
6498name = "gix-index"
6499version = "0.39.0"
6500source = "registry+https://github.com/rust-lang/crates.io-index"
6501checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
6502dependencies = [
6503 "bitflags 2.9.0",
6504 "bstr",
6505 "filetime",
6506 "fnv",
6507 "gix-bitmap",
6508 "gix-features 0.41.1",
6509 "gix-fs 0.14.0",
6510 "gix-hash 0.17.0",
6511 "gix-lock",
6512 "gix-object",
6513 "gix-traverse",
6514 "gix-utils 0.2.0",
6515 "gix-validate 0.9.4",
6516 "hashbrown 0.14.5",
6517 "itoa",
6518 "libc",
6519 "memmap2",
6520 "rustix 0.38.44",
6521 "smallvec",
6522 "thiserror 2.0.12",
6523]
6524
6525[[package]]
6526name = "gix-lock"
6527version = "17.1.0"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
6530dependencies = [
6531 "gix-tempfile",
6532 "gix-utils 0.3.0",
6533 "thiserror 2.0.12",
6534]
6535
6536[[package]]
6537name = "gix-object"
6538version = "0.48.0"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
6541dependencies = [
6542 "bstr",
6543 "gix-actor",
6544 "gix-date",
6545 "gix-features 0.41.1",
6546 "gix-hash 0.17.0",
6547 "gix-hashtable",
6548 "gix-path",
6549 "gix-utils 0.2.0",
6550 "gix-validate 0.9.4",
6551 "itoa",
6552 "smallvec",
6553 "thiserror 2.0.12",
6554 "winnow",
6555]
6556
6557[[package]]
6558name = "gix-odb"
6559version = "0.68.0"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
6562dependencies = [
6563 "arc-swap",
6564 "gix-date",
6565 "gix-features 0.41.1",
6566 "gix-fs 0.14.0",
6567 "gix-hash 0.17.0",
6568 "gix-hashtable",
6569 "gix-object",
6570 "gix-pack",
6571 "gix-path",
6572 "gix-quote",
6573 "parking_lot",
6574 "tempfile",
6575 "thiserror 2.0.12",
6576]
6577
6578[[package]]
6579name = "gix-pack"
6580version = "0.58.0"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
6583dependencies = [
6584 "clru",
6585 "gix-chunk",
6586 "gix-features 0.41.1",
6587 "gix-hash 0.17.0",
6588 "gix-hashtable",
6589 "gix-object",
6590 "gix-path",
6591 "memmap2",
6592 "smallvec",
6593 "thiserror 2.0.12",
6594 "uluru",
6595]
6596
6597[[package]]
6598name = "gix-packetline"
6599version = "0.18.4"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
6602dependencies = [
6603 "bstr",
6604 "faster-hex 0.9.0",
6605 "gix-trace",
6606 "thiserror 2.0.12",
6607]
6608
6609[[package]]
6610name = "gix-packetline-blocking"
6611version = "0.18.3"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
6614dependencies = [
6615 "bstr",
6616 "faster-hex 0.9.0",
6617 "gix-trace",
6618 "thiserror 2.0.12",
6619]
6620
6621[[package]]
6622name = "gix-path"
6623version = "0.10.18"
6624source = "registry+https://github.com/rust-lang/crates.io-index"
6625checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
6626dependencies = [
6627 "bstr",
6628 "gix-trace",
6629 "gix-validate 0.10.0",
6630 "home",
6631 "once_cell",
6632 "thiserror 2.0.12",
6633]
6634
6635[[package]]
6636name = "gix-pathspec"
6637version = "0.10.0"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
6640dependencies = [
6641 "bitflags 2.9.0",
6642 "bstr",
6643 "gix-attributes",
6644 "gix-config-value",
6645 "gix-glob",
6646 "gix-path",
6647 "thiserror 2.0.12",
6648]
6649
6650[[package]]
6651name = "gix-protocol"
6652version = "0.49.0"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
6655dependencies = [
6656 "bstr",
6657 "gix-date",
6658 "gix-features 0.41.1",
6659 "gix-hash 0.17.0",
6660 "gix-ref",
6661 "gix-shallow",
6662 "gix-transport",
6663 "gix-utils 0.2.0",
6664 "maybe-async",
6665 "thiserror 2.0.12",
6666 "winnow",
6667]
6668
6669[[package]]
6670name = "gix-quote"
6671version = "0.5.0"
6672source = "registry+https://github.com/rust-lang/crates.io-index"
6673checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
6674dependencies = [
6675 "bstr",
6676 "gix-utils 0.2.0",
6677 "thiserror 2.0.12",
6678]
6679
6680[[package]]
6681name = "gix-ref"
6682version = "0.51.0"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
6685dependencies = [
6686 "gix-actor",
6687 "gix-features 0.41.1",
6688 "gix-fs 0.14.0",
6689 "gix-hash 0.17.0",
6690 "gix-lock",
6691 "gix-object",
6692 "gix-path",
6693 "gix-tempfile",
6694 "gix-utils 0.2.0",
6695 "gix-validate 0.9.4",
6696 "memmap2",
6697 "thiserror 2.0.12",
6698 "winnow",
6699]
6700
6701[[package]]
6702name = "gix-refspec"
6703version = "0.29.0"
6704source = "registry+https://github.com/rust-lang/crates.io-index"
6705checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
6706dependencies = [
6707 "bstr",
6708 "gix-hash 0.17.0",
6709 "gix-revision",
6710 "gix-validate 0.9.4",
6711 "smallvec",
6712 "thiserror 2.0.12",
6713]
6714
6715[[package]]
6716name = "gix-revision"
6717version = "0.33.0"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
6720dependencies = [
6721 "bstr",
6722 "gix-commitgraph",
6723 "gix-date",
6724 "gix-hash 0.17.0",
6725 "gix-object",
6726 "gix-revwalk",
6727 "thiserror 2.0.12",
6728]
6729
6730[[package]]
6731name = "gix-revwalk"
6732version = "0.19.0"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
6735dependencies = [
6736 "gix-commitgraph",
6737 "gix-date",
6738 "gix-hash 0.17.0",
6739 "gix-hashtable",
6740 "gix-object",
6741 "smallvec",
6742 "thiserror 2.0.12",
6743]
6744
6745[[package]]
6746name = "gix-sec"
6747version = "0.10.12"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
6750dependencies = [
6751 "bitflags 2.9.0",
6752 "gix-path",
6753 "libc",
6754 "windows-sys 0.52.0",
6755]
6756
6757[[package]]
6758name = "gix-shallow"
6759version = "0.3.0"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
6762dependencies = [
6763 "bstr",
6764 "gix-hash 0.17.0",
6765 "gix-lock",
6766 "thiserror 2.0.12",
6767]
6768
6769[[package]]
6770name = "gix-submodule"
6771version = "0.18.0"
6772source = "registry+https://github.com/rust-lang/crates.io-index"
6773checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
6774dependencies = [
6775 "bstr",
6776 "gix-config",
6777 "gix-path",
6778 "gix-pathspec",
6779 "gix-refspec",
6780 "gix-url",
6781 "thiserror 2.0.12",
6782]
6783
6784[[package]]
6785name = "gix-tempfile"
6786version = "17.1.0"
6787source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
6789dependencies = [
6790 "dashmap 6.1.0",
6791 "gix-fs 0.15.0",
6792 "libc",
6793 "once_cell",
6794 "parking_lot",
6795 "tempfile",
6796]
6797
6798[[package]]
6799name = "gix-trace"
6800version = "0.1.12"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
6803
6804[[package]]
6805name = "gix-transport"
6806version = "0.46.0"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
6809dependencies = [
6810 "bstr",
6811 "gix-command",
6812 "gix-features 0.41.1",
6813 "gix-packetline",
6814 "gix-quote",
6815 "gix-sec",
6816 "gix-url",
6817 "thiserror 2.0.12",
6818]
6819
6820[[package]]
6821name = "gix-traverse"
6822version = "0.45.0"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
6825dependencies = [
6826 "bitflags 2.9.0",
6827 "gix-commitgraph",
6828 "gix-date",
6829 "gix-hash 0.17.0",
6830 "gix-hashtable",
6831 "gix-object",
6832 "gix-revwalk",
6833 "smallvec",
6834 "thiserror 2.0.12",
6835]
6836
6837[[package]]
6838name = "gix-url"
6839version = "0.30.0"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
6842dependencies = [
6843 "bstr",
6844 "gix-features 0.41.1",
6845 "gix-path",
6846 "percent-encoding",
6847 "thiserror 2.0.12",
6848 "url",
6849]
6850
6851[[package]]
6852name = "gix-utils"
6853version = "0.2.0"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
6856dependencies = [
6857 "fastrand 2.3.0",
6858 "unicode-normalization",
6859]
6860
6861[[package]]
6862name = "gix-utils"
6863version = "0.3.0"
6864source = "registry+https://github.com/rust-lang/crates.io-index"
6865checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
6866dependencies = [
6867 "fastrand 2.3.0",
6868 "unicode-normalization",
6869]
6870
6871[[package]]
6872name = "gix-validate"
6873version = "0.9.4"
6874source = "registry+https://github.com/rust-lang/crates.io-index"
6875checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
6876dependencies = [
6877 "bstr",
6878 "thiserror 2.0.12",
6879]
6880
6881[[package]]
6882name = "gix-validate"
6883version = "0.10.0"
6884source = "registry+https://github.com/rust-lang/crates.io-index"
6885checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
6886dependencies = [
6887 "bstr",
6888 "thiserror 2.0.12",
6889]
6890
6891[[package]]
6892name = "gix-worktree"
6893version = "0.40.0"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
6896dependencies = [
6897 "bstr",
6898 "gix-attributes",
6899 "gix-features 0.41.1",
6900 "gix-fs 0.14.0",
6901 "gix-glob",
6902 "gix-hash 0.17.0",
6903 "gix-ignore",
6904 "gix-index",
6905 "gix-object",
6906 "gix-path",
6907 "gix-validate 0.9.4",
6908]
6909
6910[[package]]
6911name = "glob"
6912version = "0.3.2"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
6915
6916[[package]]
6917name = "globset"
6918version = "0.4.16"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
6921dependencies = [
6922 "aho-corasick",
6923 "bstr",
6924 "log",
6925 "regex-automata 0.4.9",
6926 "regex-syntax 0.8.5",
6927]
6928
6929[[package]]
6930name = "gloo-timers"
6931version = "0.3.0"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
6934dependencies = [
6935 "futures-channel",
6936 "futures-core",
6937 "js-sys",
6938 "wasm-bindgen",
6939]
6940
6941[[package]]
6942name = "glow"
6943version = "0.14.2"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
6946dependencies = [
6947 "js-sys",
6948 "slotmap",
6949 "wasm-bindgen",
6950 "web-sys",
6951]
6952
6953[[package]]
6954name = "go_to_line"
6955version = "0.1.0"
6956dependencies = [
6957 "anyhow",
6958 "editor",
6959 "gpui",
6960 "indoc",
6961 "language",
6962 "menu",
6963 "project",
6964 "rope",
6965 "schemars",
6966 "serde",
6967 "serde_json",
6968 "settings",
6969 "text",
6970 "theme",
6971 "tree-sitter-rust",
6972 "tree-sitter-typescript",
6973 "ui",
6974 "util",
6975 "workspace",
6976 "workspace-hack",
6977]
6978
6979[[package]]
6980name = "google_ai"
6981version = "0.1.0"
6982dependencies = [
6983 "anyhow",
6984 "futures 0.3.31",
6985 "http_client",
6986 "schemars",
6987 "serde",
6988 "serde_json",
6989 "strum 0.27.1",
6990 "workspace-hack",
6991]
6992
6993[[package]]
6994name = "gpu-alloc"
6995version = "0.6.0"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
6998dependencies = [
6999 "bitflags 2.9.0",
7000 "gpu-alloc-types",
7001]
7002
7003[[package]]
7004name = "gpu-alloc-ash"
7005version = "0.7.0"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
7008dependencies = [
7009 "ash",
7010 "gpu-alloc-types",
7011 "tinyvec",
7012]
7013
7014[[package]]
7015name = "gpu-alloc-types"
7016version = "0.3.0"
7017source = "registry+https://github.com/rust-lang/crates.io-index"
7018checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
7019dependencies = [
7020 "bitflags 2.9.0",
7021]
7022
7023[[package]]
7024name = "gpui"
7025version = "0.1.0"
7026dependencies = [
7027 "anyhow",
7028 "as-raw-xcb-connection",
7029 "ashpd",
7030 "async-task",
7031 "backtrace",
7032 "bindgen 0.71.1",
7033 "blade-graphics",
7034 "blade-macros",
7035 "blade-util",
7036 "block",
7037 "bytemuck",
7038 "calloop",
7039 "calloop-wayland-source",
7040 "cbindgen",
7041 "cocoa 0.26.0",
7042 "collections",
7043 "core-foundation 0.10.0",
7044 "core-foundation-sys",
7045 "core-graphics 0.24.0",
7046 "core-text",
7047 "core-video",
7048 "cosmic-text",
7049 "ctor",
7050 "derive_more",
7051 "embed-resource",
7052 "env_logger 0.11.8",
7053 "etagere",
7054 "filedescriptor",
7055 "flume",
7056 "font-kit",
7057 "foreign-types 0.5.0",
7058 "futures 0.3.31",
7059 "gpui_macros",
7060 "http_client",
7061 "image",
7062 "inventory",
7063 "itertools 0.14.0",
7064 "log",
7065 "lyon",
7066 "media",
7067 "metal",
7068 "naga",
7069 "num_cpus",
7070 "objc",
7071 "objc2",
7072 "objc2-metal",
7073 "oo7",
7074 "open",
7075 "parking",
7076 "parking_lot",
7077 "pathfinder_geometry",
7078 "postage",
7079 "profiling",
7080 "rand 0.8.5",
7081 "raw-window-handle",
7082 "refineable",
7083 "reqwest_client",
7084 "resvg",
7085 "scap",
7086 "schemars",
7087 "seahash",
7088 "semantic_version",
7089 "serde",
7090 "serde_derive",
7091 "serde_json",
7092 "slotmap",
7093 "smallvec",
7094 "smol",
7095 "strum 0.27.1",
7096 "sum_tree",
7097 "taffy",
7098 "thiserror 2.0.12",
7099 "unicode-segmentation",
7100 "usvg",
7101 "util",
7102 "uuid",
7103 "waker-fn",
7104 "wayland-backend",
7105 "wayland-client",
7106 "wayland-cursor",
7107 "wayland-protocols",
7108 "wayland-protocols-plasma",
7109 "windows 0.61.1",
7110 "windows-core 0.61.0",
7111 "windows-numerics",
7112 "windows-registry 0.5.1",
7113 "workspace-hack",
7114 "x11-clipboard",
7115 "x11rb",
7116 "xim",
7117 "xkbcommon",
7118]
7119
7120[[package]]
7121name = "gpui_macros"
7122version = "0.1.0"
7123dependencies = [
7124 "gpui",
7125 "proc-macro2",
7126 "quote",
7127 "syn 1.0.109",
7128 "workspace-hack",
7129]
7130
7131[[package]]
7132name = "gpui_tokio"
7133version = "0.1.0"
7134dependencies = [
7135 "gpui",
7136 "tokio",
7137 "util",
7138 "workspace-hack",
7139]
7140
7141[[package]]
7142name = "grid"
7143version = "0.13.0"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
7146
7147[[package]]
7148name = "group"
7149version = "0.12.1"
7150source = "registry+https://github.com/rust-lang/crates.io-index"
7151checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
7152dependencies = [
7153 "ff",
7154 "rand_core 0.6.4",
7155 "subtle",
7156]
7157
7158[[package]]
7159name = "h2"
7160version = "0.3.26"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
7163dependencies = [
7164 "bytes 1.10.1",
7165 "fnv",
7166 "futures-core",
7167 "futures-sink",
7168 "futures-util",
7169 "http 0.2.12",
7170 "indexmap",
7171 "slab",
7172 "tokio",
7173 "tokio-util",
7174 "tracing",
7175]
7176
7177[[package]]
7178name = "h2"
7179version = "0.4.9"
7180source = "registry+https://github.com/rust-lang/crates.io-index"
7181checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
7182dependencies = [
7183 "atomic-waker",
7184 "bytes 1.10.1",
7185 "fnv",
7186 "futures-core",
7187 "futures-sink",
7188 "http 1.3.1",
7189 "indexmap",
7190 "slab",
7191 "tokio",
7192 "tokio-util",
7193 "tracing",
7194]
7195
7196[[package]]
7197name = "half"
7198version = "2.6.0"
7199source = "registry+https://github.com/rust-lang/crates.io-index"
7200checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
7201dependencies = [
7202 "cfg-if",
7203 "crunchy",
7204 "num-traits",
7205]
7206
7207[[package]]
7208name = "handlebars"
7209version = "4.5.0"
7210source = "registry+https://github.com/rust-lang/crates.io-index"
7211checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
7212dependencies = [
7213 "log",
7214 "pest",
7215 "pest_derive",
7216 "rust-embed",
7217 "serde",
7218 "serde_json",
7219 "thiserror 1.0.69",
7220]
7221
7222[[package]]
7223name = "handlebars"
7224version = "6.3.2"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
7227dependencies = [
7228 "derive_builder",
7229 "log",
7230 "num-order",
7231 "pest",
7232 "pest_derive",
7233 "serde",
7234 "serde_json",
7235 "thiserror 2.0.12",
7236]
7237
7238[[package]]
7239name = "hash32"
7240version = "0.3.1"
7241source = "registry+https://github.com/rust-lang/crates.io-index"
7242checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
7243dependencies = [
7244 "byteorder",
7245]
7246
7247[[package]]
7248name = "hashbrown"
7249version = "0.12.3"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
7252dependencies = [
7253 "ahash 0.7.8",
7254]
7255
7256[[package]]
7257name = "hashbrown"
7258version = "0.14.5"
7259source = "registry+https://github.com/rust-lang/crates.io-index"
7260checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
7261dependencies = [
7262 "ahash 0.8.11",
7263 "allocator-api2",
7264]
7265
7266[[package]]
7267name = "hashbrown"
7268version = "0.15.3"
7269source = "registry+https://github.com/rust-lang/crates.io-index"
7270checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
7271dependencies = [
7272 "allocator-api2",
7273 "equivalent",
7274 "foldhash",
7275 "serde",
7276]
7277
7278[[package]]
7279name = "hashlink"
7280version = "0.8.4"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
7283dependencies = [
7284 "hashbrown 0.14.5",
7285]
7286
7287[[package]]
7288name = "hashlink"
7289version = "0.10.0"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
7292dependencies = [
7293 "hashbrown 0.15.3",
7294]
7295
7296[[package]]
7297name = "headers"
7298version = "0.3.9"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
7301dependencies = [
7302 "base64 0.21.7",
7303 "bytes 1.10.1",
7304 "headers-core",
7305 "http 0.2.12",
7306 "httpdate",
7307 "mime",
7308 "sha1",
7309]
7310
7311[[package]]
7312name = "headers-core"
7313version = "0.2.0"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
7316dependencies = [
7317 "http 0.2.12",
7318]
7319
7320[[package]]
7321name = "heapless"
7322version = "0.8.0"
7323source = "registry+https://github.com/rust-lang/crates.io-index"
7324checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
7325dependencies = [
7326 "hash32",
7327 "stable_deref_trait",
7328]
7329
7330[[package]]
7331name = "heck"
7332version = "0.3.3"
7333source = "registry+https://github.com/rust-lang/crates.io-index"
7334checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
7335dependencies = [
7336 "unicode-segmentation",
7337]
7338
7339[[package]]
7340name = "heck"
7341version = "0.4.1"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
7344dependencies = [
7345 "unicode-segmentation",
7346]
7347
7348[[package]]
7349name = "heck"
7350version = "0.5.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
7353
7354[[package]]
7355name = "heed"
7356version = "0.21.0"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
7359dependencies = [
7360 "bitflags 2.9.0",
7361 "byteorder",
7362 "heed-traits",
7363 "heed-types",
7364 "libc",
7365 "lmdb-master-sys",
7366 "once_cell",
7367 "page_size",
7368 "serde",
7369 "synchronoise",
7370 "url",
7371]
7372
7373[[package]]
7374name = "heed-traits"
7375version = "0.20.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
7378
7379[[package]]
7380name = "heed-types"
7381version = "0.21.0"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
7384dependencies = [
7385 "bincode",
7386 "byteorder",
7387 "heed-traits",
7388 "serde",
7389 "serde_json",
7390]
7391
7392[[package]]
7393name = "hermit-abi"
7394version = "0.3.9"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
7397
7398[[package]]
7399name = "hermit-abi"
7400version = "0.4.0"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
7403
7404[[package]]
7405name = "hermit-abi"
7406version = "0.5.0"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
7409
7410[[package]]
7411name = "hex"
7412version = "0.4.3"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
7415
7416[[package]]
7417name = "hexf-parse"
7418version = "0.2.1"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
7421
7422[[package]]
7423name = "hidden-trait"
7424version = "0.1.2"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
7427dependencies = [
7428 "proc-macro2",
7429 "quote",
7430 "syn 1.0.109",
7431]
7432
7433[[package]]
7434name = "hkdf"
7435version = "0.12.4"
7436source = "registry+https://github.com/rust-lang/crates.io-index"
7437checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
7438dependencies = [
7439 "hmac",
7440]
7441
7442[[package]]
7443name = "hmac"
7444version = "0.12.1"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
7447dependencies = [
7448 "digest",
7449]
7450
7451[[package]]
7452name = "home"
7453version = "0.5.11"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
7456dependencies = [
7457 "windows-sys 0.59.0",
7458]
7459
7460[[package]]
7461name = "hound"
7462version = "3.5.1"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
7465
7466[[package]]
7467name = "html5ever"
7468version = "0.27.0"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
7471dependencies = [
7472 "log",
7473 "mac",
7474 "markup5ever 0.12.1",
7475 "proc-macro2",
7476 "quote",
7477 "syn 2.0.101",
7478]
7479
7480[[package]]
7481name = "html5ever"
7482version = "0.31.0"
7483source = "registry+https://github.com/rust-lang/crates.io-index"
7484checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
7485dependencies = [
7486 "log",
7487 "mac",
7488 "markup5ever 0.16.1",
7489 "match_token",
7490]
7491
7492[[package]]
7493name = "html_to_markdown"
7494version = "0.1.0"
7495dependencies = [
7496 "anyhow",
7497 "html5ever 0.27.0",
7498 "indoc",
7499 "markup5ever_rcdom",
7500 "pretty_assertions",
7501 "regex",
7502 "workspace-hack",
7503]
7504
7505[[package]]
7506name = "http"
7507version = "0.2.12"
7508source = "registry+https://github.com/rust-lang/crates.io-index"
7509checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
7510dependencies = [
7511 "bytes 1.10.1",
7512 "fnv",
7513 "itoa",
7514]
7515
7516[[package]]
7517name = "http"
7518version = "1.3.1"
7519source = "registry+https://github.com/rust-lang/crates.io-index"
7520checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
7521dependencies = [
7522 "bytes 1.10.1",
7523 "fnv",
7524 "itoa",
7525]
7526
7527[[package]]
7528name = "http-body"
7529version = "0.4.6"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
7532dependencies = [
7533 "bytes 1.10.1",
7534 "http 0.2.12",
7535 "pin-project-lite",
7536]
7537
7538[[package]]
7539name = "http-body"
7540version = "1.0.1"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
7543dependencies = [
7544 "bytes 1.10.1",
7545 "http 1.3.1",
7546]
7547
7548[[package]]
7549name = "http-body-util"
7550version = "0.1.3"
7551source = "registry+https://github.com/rust-lang/crates.io-index"
7552checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
7553dependencies = [
7554 "bytes 1.10.1",
7555 "futures-core",
7556 "http 1.3.1",
7557 "http-body 1.0.1",
7558 "pin-project-lite",
7559]
7560
7561[[package]]
7562name = "http-range-header"
7563version = "0.3.1"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
7566
7567[[package]]
7568name = "http-types"
7569version = "2.12.0"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
7572dependencies = [
7573 "anyhow",
7574 "async-channel 1.9.0",
7575 "base64 0.13.1",
7576 "futures-lite 1.13.0",
7577 "http 0.2.12",
7578 "infer",
7579 "pin-project-lite",
7580 "rand 0.7.3",
7581 "serde",
7582 "serde_json",
7583 "serde_qs 0.8.5",
7584 "serde_urlencoded",
7585 "url",
7586]
7587
7588[[package]]
7589name = "http_client"
7590version = "0.1.0"
7591dependencies = [
7592 "anyhow",
7593 "bytes 1.10.1",
7594 "derive_more",
7595 "futures 0.3.31",
7596 "http 1.3.1",
7597 "log",
7598 "serde",
7599 "serde_json",
7600 "url",
7601 "workspace-hack",
7602]
7603
7604[[package]]
7605name = "http_client_tls"
7606version = "0.1.0"
7607dependencies = [
7608 "rustls 0.23.26",
7609 "rustls-platform-verifier",
7610 "workspace-hack",
7611]
7612
7613[[package]]
7614name = "httparse"
7615version = "1.10.1"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
7618
7619[[package]]
7620name = "httpdate"
7621version = "1.0.3"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
7624
7625[[package]]
7626name = "human_bytes"
7627version = "0.4.3"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
7630
7631[[package]]
7632name = "humantime"
7633version = "2.2.0"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
7636
7637[[package]]
7638name = "hyper"
7639version = "0.14.32"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
7642dependencies = [
7643 "bytes 1.10.1",
7644 "futures-channel",
7645 "futures-core",
7646 "futures-util",
7647 "h2 0.3.26",
7648 "http 0.2.12",
7649 "http-body 0.4.6",
7650 "httparse",
7651 "httpdate",
7652 "itoa",
7653 "pin-project-lite",
7654 "socket2",
7655 "tokio",
7656 "tower-service",
7657 "tracing",
7658 "want",
7659]
7660
7661[[package]]
7662name = "hyper"
7663version = "1.6.0"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
7666dependencies = [
7667 "bytes 1.10.1",
7668 "futures-channel",
7669 "futures-util",
7670 "h2 0.4.9",
7671 "http 1.3.1",
7672 "http-body 1.0.1",
7673 "httparse",
7674 "itoa",
7675 "pin-project-lite",
7676 "smallvec",
7677 "tokio",
7678 "want",
7679]
7680
7681[[package]]
7682name = "hyper-rustls"
7683version = "0.24.2"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
7686dependencies = [
7687 "futures-util",
7688 "http 0.2.12",
7689 "hyper 0.14.32",
7690 "log",
7691 "rustls 0.21.12",
7692 "rustls-native-certs 0.6.3",
7693 "tokio",
7694 "tokio-rustls 0.24.1",
7695]
7696
7697[[package]]
7698name = "hyper-rustls"
7699version = "0.27.5"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
7702dependencies = [
7703 "futures-util",
7704 "http 1.3.1",
7705 "hyper 1.6.0",
7706 "hyper-util",
7707 "rustls 0.23.26",
7708 "rustls-native-certs 0.8.1",
7709 "rustls-pki-types",
7710 "tokio",
7711 "tokio-rustls 0.26.2",
7712 "tower-service",
7713]
7714
7715[[package]]
7716name = "hyper-tls"
7717version = "0.5.0"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
7720dependencies = [
7721 "bytes 1.10.1",
7722 "hyper 0.14.32",
7723 "native-tls",
7724 "tokio",
7725 "tokio-native-tls",
7726]
7727
7728[[package]]
7729name = "hyper-util"
7730version = "0.1.11"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
7733dependencies = [
7734 "bytes 1.10.1",
7735 "futures-channel",
7736 "futures-util",
7737 "http 1.3.1",
7738 "http-body 1.0.1",
7739 "hyper 1.6.0",
7740 "libc",
7741 "pin-project-lite",
7742 "socket2",
7743 "tokio",
7744 "tower-service",
7745 "tracing",
7746]
7747
7748[[package]]
7749name = "iana-time-zone"
7750version = "0.1.63"
7751source = "registry+https://github.com/rust-lang/crates.io-index"
7752checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
7753dependencies = [
7754 "android_system_properties",
7755 "core-foundation-sys",
7756 "iana-time-zone-haiku",
7757 "js-sys",
7758 "log",
7759 "wasm-bindgen",
7760 "windows-core 0.61.0",
7761]
7762
7763[[package]]
7764name = "iana-time-zone-haiku"
7765version = "0.1.2"
7766source = "registry+https://github.com/rust-lang/crates.io-index"
7767checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
7768dependencies = [
7769 "cc",
7770]
7771
7772[[package]]
7773name = "icons"
7774version = "0.1.0"
7775dependencies = [
7776 "serde",
7777 "strum 0.27.1",
7778 "workspace-hack",
7779]
7780
7781[[package]]
7782name = "icu_collections"
7783version = "1.5.0"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
7786dependencies = [
7787 "displaydoc",
7788 "yoke",
7789 "zerofrom",
7790 "zerovec",
7791]
7792
7793[[package]]
7794name = "icu_locid"
7795version = "1.5.0"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
7798dependencies = [
7799 "displaydoc",
7800 "litemap",
7801 "tinystr",
7802 "writeable",
7803 "zerovec",
7804]
7805
7806[[package]]
7807name = "icu_locid_transform"
7808version = "1.5.0"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
7811dependencies = [
7812 "displaydoc",
7813 "icu_locid",
7814 "icu_locid_transform_data",
7815 "icu_provider",
7816 "tinystr",
7817 "zerovec",
7818]
7819
7820[[package]]
7821name = "icu_locid_transform_data"
7822version = "1.5.1"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
7825
7826[[package]]
7827name = "icu_normalizer"
7828version = "1.5.0"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
7831dependencies = [
7832 "displaydoc",
7833 "icu_collections",
7834 "icu_normalizer_data",
7835 "icu_properties",
7836 "icu_provider",
7837 "smallvec",
7838 "utf16_iter",
7839 "utf8_iter",
7840 "write16",
7841 "zerovec",
7842]
7843
7844[[package]]
7845name = "icu_normalizer_data"
7846version = "1.5.1"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
7849
7850[[package]]
7851name = "icu_properties"
7852version = "1.5.1"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
7855dependencies = [
7856 "displaydoc",
7857 "icu_collections",
7858 "icu_locid_transform",
7859 "icu_properties_data",
7860 "icu_provider",
7861 "tinystr",
7862 "zerovec",
7863]
7864
7865[[package]]
7866name = "icu_properties_data"
7867version = "1.5.1"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
7870
7871[[package]]
7872name = "icu_provider"
7873version = "1.5.0"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
7876dependencies = [
7877 "displaydoc",
7878 "icu_locid",
7879 "icu_provider_macros",
7880 "stable_deref_trait",
7881 "tinystr",
7882 "writeable",
7883 "yoke",
7884 "zerofrom",
7885 "zerovec",
7886]
7887
7888[[package]]
7889name = "icu_provider_macros"
7890version = "1.5.0"
7891source = "registry+https://github.com/rust-lang/crates.io-index"
7892checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
7893dependencies = [
7894 "proc-macro2",
7895 "quote",
7896 "syn 2.0.101",
7897]
7898
7899[[package]]
7900name = "id-arena"
7901version = "2.2.1"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
7904
7905[[package]]
7906name = "ident_case"
7907version = "1.0.1"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
7910
7911[[package]]
7912name = "idna"
7913version = "1.0.3"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
7916dependencies = [
7917 "idna_adapter",
7918 "smallvec",
7919 "utf8_iter",
7920]
7921
7922[[package]]
7923name = "idna_adapter"
7924version = "1.2.0"
7925source = "registry+https://github.com/rust-lang/crates.io-index"
7926checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
7927dependencies = [
7928 "icu_normalizer",
7929 "icu_properties",
7930]
7931
7932[[package]]
7933name = "ignore"
7934version = "0.4.23"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
7937dependencies = [
7938 "crossbeam-deque",
7939 "globset",
7940 "log",
7941 "memchr",
7942 "regex-automata 0.4.9",
7943 "same-file",
7944 "walkdir",
7945 "winapi-util",
7946]
7947
7948[[package]]
7949name = "image"
7950version = "0.25.6"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
7953dependencies = [
7954 "bytemuck",
7955 "byteorder-lite",
7956 "color_quant",
7957 "exr",
7958 "gif",
7959 "image-webp",
7960 "num-traits",
7961 "png",
7962 "qoi",
7963 "ravif",
7964 "rayon",
7965 "rgb",
7966 "tiff",
7967 "zune-core",
7968 "zune-jpeg",
7969]
7970
7971[[package]]
7972name = "image-webp"
7973version = "0.2.1"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
7976dependencies = [
7977 "byteorder-lite",
7978 "quick-error",
7979]
7980
7981[[package]]
7982name = "image_viewer"
7983version = "0.1.0"
7984dependencies = [
7985 "anyhow",
7986 "db",
7987 "editor",
7988 "file_icons",
7989 "gpui",
7990 "language",
7991 "log",
7992 "project",
7993 "schemars",
7994 "serde",
7995 "settings",
7996 "theme",
7997 "ui",
7998 "util",
7999 "workspace",
8000 "workspace-hack",
8001]
8002
8003[[package]]
8004name = "imagesize"
8005version = "0.13.0"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
8008
8009[[package]]
8010name = "imara-diff"
8011version = "0.1.8"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
8014dependencies = [
8015 "hashbrown 0.15.3",
8016]
8017
8018[[package]]
8019name = "imgref"
8020version = "1.11.0"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
8023
8024[[package]]
8025name = "indexed_docs"
8026version = "0.1.0"
8027dependencies = [
8028 "anyhow",
8029 "async-trait",
8030 "cargo_metadata",
8031 "collections",
8032 "derive_more",
8033 "extension",
8034 "fs",
8035 "futures 0.3.31",
8036 "fuzzy",
8037 "gpui",
8038 "heed",
8039 "html_to_markdown",
8040 "http_client",
8041 "indexmap",
8042 "indoc",
8043 "parking_lot",
8044 "paths",
8045 "pretty_assertions",
8046 "serde",
8047 "strum 0.27.1",
8048 "util",
8049 "workspace-hack",
8050]
8051
8052[[package]]
8053name = "indexmap"
8054version = "2.9.0"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
8057dependencies = [
8058 "equivalent",
8059 "hashbrown 0.15.3",
8060 "serde",
8061]
8062
8063[[package]]
8064name = "indoc"
8065version = "2.0.6"
8066source = "registry+https://github.com/rust-lang/crates.io-index"
8067checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
8068
8069[[package]]
8070name = "infer"
8071version = "0.2.3"
8072source = "registry+https://github.com/rust-lang/crates.io-index"
8073checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
8074
8075[[package]]
8076name = "inherent"
8077version = "1.0.12"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
8080dependencies = [
8081 "proc-macro2",
8082 "quote",
8083 "syn 2.0.101",
8084]
8085
8086[[package]]
8087name = "inline_completion"
8088version = "0.1.0"
8089dependencies = [
8090 "anyhow",
8091 "gpui",
8092 "language",
8093 "project",
8094 "workspace-hack",
8095 "zed_llm_client",
8096]
8097
8098[[package]]
8099name = "inline_completion_button"
8100version = "0.1.0"
8101dependencies = [
8102 "anyhow",
8103 "client",
8104 "copilot",
8105 "editor",
8106 "feature_flags",
8107 "fs",
8108 "futures 0.3.31",
8109 "gpui",
8110 "indoc",
8111 "inline_completion",
8112 "language",
8113 "lsp",
8114 "paths",
8115 "project",
8116 "regex",
8117 "serde_json",
8118 "settings",
8119 "supermaven",
8120 "telemetry",
8121 "theme",
8122 "ui",
8123 "workspace",
8124 "workspace-hack",
8125 "zed_actions",
8126 "zed_llm_client",
8127 "zeta",
8128]
8129
8130[[package]]
8131name = "inotify"
8132version = "0.11.0"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
8135dependencies = [
8136 "bitflags 2.9.0",
8137 "inotify-sys",
8138 "libc",
8139]
8140
8141[[package]]
8142name = "inotify-sys"
8143version = "0.1.5"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
8146dependencies = [
8147 "libc",
8148]
8149
8150[[package]]
8151name = "inout"
8152version = "0.1.4"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
8155dependencies = [
8156 "block-padding",
8157 "generic-array",
8158]
8159
8160[[package]]
8161name = "install_cli"
8162version = "0.1.0"
8163dependencies = [
8164 "anyhow",
8165 "client",
8166 "gpui",
8167 "release_channel",
8168 "smol",
8169 "util",
8170 "workspace",
8171 "workspace-hack",
8172]
8173
8174[[package]]
8175name = "instant"
8176version = "0.1.13"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
8179dependencies = [
8180 "cfg-if",
8181]
8182
8183[[package]]
8184name = "interim"
8185version = "0.2.1"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
8188dependencies = [
8189 "chrono",
8190 "logos",
8191]
8192
8193[[package]]
8194name = "interpolate_name"
8195version = "0.2.4"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
8198dependencies = [
8199 "proc-macro2",
8200 "quote",
8201 "syn 2.0.101",
8202]
8203
8204[[package]]
8205name = "inventory"
8206version = "0.3.20"
8207source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
8209dependencies = [
8210 "rustversion",
8211]
8212
8213[[package]]
8214name = "io-extras"
8215version = "0.18.4"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
8218dependencies = [
8219 "io-lifetimes",
8220 "windows-sys 0.59.0",
8221]
8222
8223[[package]]
8224name = "io-lifetimes"
8225version = "2.0.4"
8226source = "registry+https://github.com/rust-lang/crates.io-index"
8227checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
8228
8229[[package]]
8230name = "io-surface"
8231version = "0.16.0"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
8234dependencies = [
8235 "cgl",
8236 "core-foundation 0.10.0",
8237 "core-foundation-sys",
8238 "leaky-cow",
8239 "libc",
8240]
8241
8242[[package]]
8243name = "iovec"
8244version = "0.1.4"
8245source = "registry+https://github.com/rust-lang/crates.io-index"
8246checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
8247dependencies = [
8248 "libc",
8249]
8250
8251[[package]]
8252name = "ipc-channel"
8253version = "0.19.0"
8254source = "registry+https://github.com/rust-lang/crates.io-index"
8255checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
8256dependencies = [
8257 "bincode",
8258 "crossbeam-channel",
8259 "fnv",
8260 "lazy_static",
8261 "libc",
8262 "mio",
8263 "rand 0.8.5",
8264 "serde",
8265 "tempfile",
8266 "uuid",
8267 "windows 0.58.0",
8268]
8269
8270[[package]]
8271name = "ipnet"
8272version = "2.11.0"
8273source = "registry+https://github.com/rust-lang/crates.io-index"
8274checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
8275
8276[[package]]
8277name = "is-docker"
8278version = "0.2.0"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
8281dependencies = [
8282 "once_cell",
8283]
8284
8285[[package]]
8286name = "is-terminal"
8287version = "0.4.16"
8288source = "registry+https://github.com/rust-lang/crates.io-index"
8289checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
8290dependencies = [
8291 "hermit-abi 0.5.0",
8292 "libc",
8293 "windows-sys 0.59.0",
8294]
8295
8296[[package]]
8297name = "is-wsl"
8298version = "0.4.0"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
8301dependencies = [
8302 "is-docker",
8303 "once_cell",
8304]
8305
8306[[package]]
8307name = "is_terminal_polyfill"
8308version = "1.70.1"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
8311
8312[[package]]
8313name = "itertools"
8314version = "0.10.5"
8315source = "registry+https://github.com/rust-lang/crates.io-index"
8316checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
8317dependencies = [
8318 "either",
8319]
8320
8321[[package]]
8322name = "itertools"
8323version = "0.11.0"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
8326dependencies = [
8327 "either",
8328]
8329
8330[[package]]
8331name = "itertools"
8332version = "0.12.1"
8333source = "registry+https://github.com/rust-lang/crates.io-index"
8334checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
8335dependencies = [
8336 "either",
8337]
8338
8339[[package]]
8340name = "itertools"
8341version = "0.13.0"
8342source = "registry+https://github.com/rust-lang/crates.io-index"
8343checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
8344dependencies = [
8345 "either",
8346]
8347
8348[[package]]
8349name = "itertools"
8350version = "0.14.0"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
8353dependencies = [
8354 "either",
8355]
8356
8357[[package]]
8358name = "itoa"
8359version = "1.0.15"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
8362
8363[[package]]
8364name = "jiff"
8365version = "0.2.10"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
8368dependencies = [
8369 "jiff-static",
8370 "jiff-tzdb-platform",
8371 "log",
8372 "portable-atomic",
8373 "portable-atomic-util",
8374 "serde",
8375 "windows-sys 0.59.0",
8376]
8377
8378[[package]]
8379name = "jiff-static"
8380version = "0.2.10"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
8383dependencies = [
8384 "proc-macro2",
8385 "quote",
8386 "syn 2.0.101",
8387]
8388
8389[[package]]
8390name = "jiff-tzdb"
8391version = "0.1.4"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
8394
8395[[package]]
8396name = "jiff-tzdb-platform"
8397version = "0.1.3"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
8400dependencies = [
8401 "jiff-tzdb",
8402]
8403
8404[[package]]
8405name = "jj"
8406version = "0.1.0"
8407dependencies = [
8408 "anyhow",
8409 "gpui",
8410 "jj-lib",
8411 "workspace-hack",
8412]
8413
8414[[package]]
8415name = "jj-lib"
8416version = "0.29.0"
8417source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8418dependencies = [
8419 "async-trait",
8420 "blake2",
8421 "bstr",
8422 "chrono",
8423 "clru",
8424 "digest",
8425 "dunce",
8426 "either",
8427 "futures 0.3.31",
8428 "gix",
8429 "glob",
8430 "hashbrown 0.15.3",
8431 "hex",
8432 "ignore",
8433 "indexmap",
8434 "interim",
8435 "itertools 0.14.0",
8436 "jj-lib-proc-macros",
8437 "maplit",
8438 "once_cell",
8439 "pest",
8440 "pest_derive",
8441 "pollster 0.4.0",
8442 "prost 0.13.5",
8443 "rand 0.8.5",
8444 "rand_chacha 0.3.1",
8445 "rayon",
8446 "ref-cast",
8447 "regex",
8448 "rustix 1.0.7",
8449 "same-file",
8450 "serde",
8451 "serde_json",
8452 "smallvec",
8453 "strsim",
8454 "tempfile",
8455 "thiserror 2.0.12",
8456 "toml_edit",
8457 "tracing",
8458 "version_check",
8459 "winreg 0.52.0",
8460]
8461
8462[[package]]
8463name = "jj-lib-proc-macros"
8464version = "0.29.0"
8465source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
8466dependencies = [
8467 "proc-macro2",
8468 "quote",
8469 "syn 2.0.101",
8470]
8471
8472[[package]]
8473name = "jj_ui"
8474version = "0.1.0"
8475dependencies = [
8476 "command_palette_hooks",
8477 "feature_flags",
8478 "fuzzy",
8479 "gpui",
8480 "jj",
8481 "picker",
8482 "ui",
8483 "util",
8484 "workspace",
8485 "workspace-hack",
8486 "zed_actions",
8487]
8488
8489[[package]]
8490name = "jni"
8491version = "0.21.1"
8492source = "registry+https://github.com/rust-lang/crates.io-index"
8493checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
8494dependencies = [
8495 "cesu8",
8496 "cfg-if",
8497 "combine",
8498 "jni-sys",
8499 "log",
8500 "thiserror 1.0.69",
8501 "walkdir",
8502 "windows-sys 0.45.0",
8503]
8504
8505[[package]]
8506name = "jni-sys"
8507version = "0.3.0"
8508source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
8510
8511[[package]]
8512name = "jobserver"
8513version = "0.1.33"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
8516dependencies = [
8517 "getrandom 0.3.2",
8518 "libc",
8519]
8520
8521[[package]]
8522name = "journal"
8523version = "0.1.0"
8524dependencies = [
8525 "anyhow",
8526 "chrono",
8527 "editor",
8528 "gpui",
8529 "log",
8530 "schemars",
8531 "serde",
8532 "settings",
8533 "shellexpand 2.1.2",
8534 "workspace",
8535 "workspace-hack",
8536]
8537
8538[[package]]
8539name = "jpeg-decoder"
8540version = "0.3.1"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
8543
8544[[package]]
8545name = "js-sys"
8546version = "0.3.77"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
8549dependencies = [
8550 "once_cell",
8551 "wasm-bindgen",
8552]
8553
8554[[package]]
8555name = "json_dotpath"
8556version = "1.1.0"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
8559dependencies = [
8560 "serde",
8561 "serde_derive",
8562 "serde_json",
8563 "thiserror 1.0.69",
8564]
8565
8566[[package]]
8567name = "jsonschema"
8568version = "0.30.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
8571dependencies = [
8572 "ahash 0.8.11",
8573 "base64 0.22.1",
8574 "bytecount",
8575 "email_address",
8576 "fancy-regex 0.14.0",
8577 "fraction",
8578 "idna",
8579 "itoa",
8580 "num-cmp",
8581 "num-traits",
8582 "once_cell",
8583 "percent-encoding",
8584 "referencing",
8585 "regex",
8586 "regex-syntax 0.8.5",
8587 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
8588 "serde",
8589 "serde_json",
8590 "uuid-simd",
8591]
8592
8593[[package]]
8594name = "jsonwebtoken"
8595version = "9.3.1"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
8598dependencies = [
8599 "base64 0.22.1",
8600 "js-sys",
8601 "pem",
8602 "ring",
8603 "serde",
8604 "serde_json",
8605 "simple_asn1",
8606]
8607
8608[[package]]
8609name = "jupyter-protocol"
8610version = "0.6.0"
8611source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8612dependencies = [
8613 "anyhow",
8614 "async-trait",
8615 "bytes 1.10.1",
8616 "chrono",
8617 "futures 0.3.31",
8618 "serde",
8619 "serde_json",
8620 "uuid",
8621]
8622
8623[[package]]
8624name = "jupyter-websocket-client"
8625version = "0.9.0"
8626source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
8627dependencies = [
8628 "anyhow",
8629 "async-trait",
8630 "async-tungstenite",
8631 "futures 0.3.31",
8632 "jupyter-protocol",
8633 "serde",
8634 "serde_json",
8635 "url",
8636 "uuid",
8637]
8638
8639[[package]]
8640name = "khronos-egl"
8641version = "6.0.0"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
8644dependencies = [
8645 "libc",
8646 "libloading",
8647]
8648
8649[[package]]
8650name = "kqueue"
8651version = "1.0.8"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
8654dependencies = [
8655 "kqueue-sys",
8656 "libc",
8657]
8658
8659[[package]]
8660name = "kqueue-sys"
8661version = "1.0.4"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
8664dependencies = [
8665 "bitflags 1.3.2",
8666 "libc",
8667]
8668
8669[[package]]
8670name = "kstring"
8671version = "2.0.2"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
8674dependencies = [
8675 "static_assertions",
8676]
8677
8678[[package]]
8679name = "kurbo"
8680version = "0.11.1"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
8683dependencies = [
8684 "arrayvec",
8685 "smallvec",
8686]
8687
8688[[package]]
8689name = "kv-log-macro"
8690version = "1.0.7"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
8693dependencies = [
8694 "log",
8695]
8696
8697[[package]]
8698name = "language"
8699version = "0.1.0"
8700dependencies = [
8701 "anyhow",
8702 "async-trait",
8703 "async-watch",
8704 "clock",
8705 "collections",
8706 "ctor",
8707 "diffy",
8708 "ec4rs",
8709 "env_logger 0.11.8",
8710 "fs",
8711 "futures 0.3.31",
8712 "fuzzy",
8713 "globset",
8714 "gpui",
8715 "http_client",
8716 "imara-diff",
8717 "indoc",
8718 "itertools 0.14.0",
8719 "log",
8720 "lsp",
8721 "parking_lot",
8722 "postage",
8723 "pretty_assertions",
8724 "rand 0.8.5",
8725 "regex",
8726 "rpc",
8727 "schemars",
8728 "serde",
8729 "serde_json",
8730 "settings",
8731 "smallvec",
8732 "smol",
8733 "streaming-iterator",
8734 "strsim",
8735 "sum_tree",
8736 "task",
8737 "text",
8738 "theme",
8739 "tree-sitter",
8740 "tree-sitter-elixir",
8741 "tree-sitter-embedded-template",
8742 "tree-sitter-heex",
8743 "tree-sitter-html",
8744 "tree-sitter-json",
8745 "tree-sitter-md",
8746 "tree-sitter-python",
8747 "tree-sitter-ruby",
8748 "tree-sitter-rust",
8749 "tree-sitter-typescript",
8750 "unicase",
8751 "unindent",
8752 "util",
8753 "workspace-hack",
8754]
8755
8756[[package]]
8757name = "language_extension"
8758version = "0.1.0"
8759dependencies = [
8760 "anyhow",
8761 "async-trait",
8762 "collections",
8763 "extension",
8764 "fs",
8765 "futures 0.3.31",
8766 "gpui",
8767 "language",
8768 "lsp",
8769 "serde",
8770 "serde_json",
8771 "util",
8772 "workspace-hack",
8773]
8774
8775[[package]]
8776name = "language_model"
8777version = "0.1.0"
8778dependencies = [
8779 "anthropic",
8780 "anyhow",
8781 "base64 0.22.1",
8782 "client",
8783 "collections",
8784 "futures 0.3.31",
8785 "google_ai",
8786 "gpui",
8787 "http_client",
8788 "icons",
8789 "image",
8790 "open_ai",
8791 "parking_lot",
8792 "proto",
8793 "schemars",
8794 "serde",
8795 "serde_json",
8796 "smol",
8797 "strum 0.27.1",
8798 "telemetry_events",
8799 "thiserror 2.0.12",
8800 "util",
8801 "workspace-hack",
8802 "zed_llm_client",
8803]
8804
8805[[package]]
8806name = "language_models"
8807version = "0.1.0"
8808dependencies = [
8809 "anthropic",
8810 "anyhow",
8811 "aws-config",
8812 "aws-credential-types",
8813 "aws_http_client",
8814 "bedrock",
8815 "client",
8816 "collections",
8817 "copilot",
8818 "credentials_provider",
8819 "deepseek",
8820 "editor",
8821 "feature_flags",
8822 "fs",
8823 "futures 0.3.31",
8824 "google_ai",
8825 "gpui",
8826 "gpui_tokio",
8827 "http_client",
8828 "language_model",
8829 "lmstudio",
8830 "log",
8831 "menu",
8832 "mistral",
8833 "ollama",
8834 "open_ai",
8835 "partial-json-fixer",
8836 "project",
8837 "proto",
8838 "release_channel",
8839 "schemars",
8840 "serde",
8841 "serde_json",
8842 "settings",
8843 "smol",
8844 "strum 0.27.1",
8845 "theme",
8846 "thiserror 2.0.12",
8847 "tiktoken-rs",
8848 "tokio",
8849 "ui",
8850 "util",
8851 "workspace-hack",
8852 "zed_llm_client",
8853]
8854
8855[[package]]
8856name = "language_selector"
8857version = "0.1.0"
8858dependencies = [
8859 "anyhow",
8860 "editor",
8861 "file_finder",
8862 "file_icons",
8863 "fuzzy",
8864 "gpui",
8865 "language",
8866 "picker",
8867 "project",
8868 "settings",
8869 "ui",
8870 "util",
8871 "workspace",
8872 "workspace-hack",
8873]
8874
8875[[package]]
8876name = "language_tools"
8877version = "0.1.0"
8878dependencies = [
8879 "anyhow",
8880 "client",
8881 "collections",
8882 "copilot",
8883 "editor",
8884 "env_logger 0.11.8",
8885 "futures 0.3.31",
8886 "gpui",
8887 "itertools 0.14.0",
8888 "language",
8889 "lsp",
8890 "project",
8891 "release_channel",
8892 "serde_json",
8893 "settings",
8894 "theme",
8895 "tree-sitter",
8896 "ui",
8897 "util",
8898 "workspace",
8899 "workspace-hack",
8900 "zed_actions",
8901]
8902
8903[[package]]
8904name = "languages"
8905version = "0.1.0"
8906dependencies = [
8907 "anyhow",
8908 "async-compression",
8909 "async-tar",
8910 "async-trait",
8911 "collections",
8912 "dap",
8913 "futures 0.3.31",
8914 "gpui",
8915 "http_client",
8916 "language",
8917 "log",
8918 "lsp",
8919 "node_runtime",
8920 "parking_lot",
8921 "paths",
8922 "pet",
8923 "pet-conda",
8924 "pet-core",
8925 "pet-fs",
8926 "pet-poetry",
8927 "pet-reporter",
8928 "pretty_assertions",
8929 "project",
8930 "regex",
8931 "rope",
8932 "rust-embed",
8933 "serde",
8934 "serde_json",
8935 "settings",
8936 "smol",
8937 "snippet_provider",
8938 "task",
8939 "text",
8940 "theme",
8941 "toml 0.8.20",
8942 "tree-sitter",
8943 "tree-sitter-bash",
8944 "tree-sitter-c",
8945 "tree-sitter-cpp",
8946 "tree-sitter-css",
8947 "tree-sitter-diff",
8948 "tree-sitter-gitcommit",
8949 "tree-sitter-go",
8950 "tree-sitter-gomod",
8951 "tree-sitter-gowork",
8952 "tree-sitter-jsdoc",
8953 "tree-sitter-json",
8954 "tree-sitter-md",
8955 "tree-sitter-python",
8956 "tree-sitter-regex",
8957 "tree-sitter-rust",
8958 "tree-sitter-typescript",
8959 "tree-sitter-yaml",
8960 "unindent",
8961 "util",
8962 "workspace",
8963 "workspace-hack",
8964]
8965
8966[[package]]
8967name = "lazy_static"
8968version = "1.5.0"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
8971dependencies = [
8972 "spin",
8973]
8974
8975[[package]]
8976name = "lazycell"
8977version = "1.3.0"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
8980
8981[[package]]
8982name = "leak"
8983version = "0.1.2"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
8986
8987[[package]]
8988name = "leaky-cow"
8989version = "0.1.1"
8990source = "registry+https://github.com/rust-lang/crates.io-index"
8991checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
8992dependencies = [
8993 "leak",
8994]
8995
8996[[package]]
8997name = "leb128"
8998version = "0.2.5"
8999source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
9001
9002[[package]]
9003name = "leb128fmt"
9004version = "0.1.0"
9005source = "registry+https://github.com/rust-lang/crates.io-index"
9006checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
9007
9008[[package]]
9009name = "lebe"
9010version = "0.5.2"
9011source = "registry+https://github.com/rust-lang/crates.io-index"
9012checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
9013
9014[[package]]
9015name = "libc"
9016version = "0.2.172"
9017source = "registry+https://github.com/rust-lang/crates.io-index"
9018checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
9019
9020[[package]]
9021name = "libdbus-sys"
9022version = "0.2.5"
9023source = "registry+https://github.com/rust-lang/crates.io-index"
9024checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
9025dependencies = [
9026 "cc",
9027 "pkg-config",
9028]
9029
9030[[package]]
9031name = "libfuzzer-sys"
9032version = "0.4.9"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
9035dependencies = [
9036 "arbitrary",
9037 "cc",
9038]
9039
9040[[package]]
9041name = "libgit2-sys"
9042version = "0.18.1+1.9.0"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
9045dependencies = [
9046 "cc",
9047 "libc",
9048 "libz-sys",
9049 "pkg-config",
9050]
9051
9052[[package]]
9053name = "libloading"
9054version = "0.8.6"
9055source = "registry+https://github.com/rust-lang/crates.io-index"
9056checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
9057dependencies = [
9058 "cfg-if",
9059 "windows-targets 0.52.6",
9060]
9061
9062[[package]]
9063name = "libm"
9064version = "0.2.11"
9065source = "registry+https://github.com/rust-lang/crates.io-index"
9066checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
9067
9068[[package]]
9069name = "libmimalloc-sys"
9070version = "0.1.42"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
9073dependencies = [
9074 "cc",
9075 "libc",
9076]
9077
9078[[package]]
9079name = "libredox"
9080version = "0.1.3"
9081source = "registry+https://github.com/rust-lang/crates.io-index"
9082checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
9083dependencies = [
9084 "bitflags 2.9.0",
9085 "libc",
9086 "redox_syscall 0.5.11",
9087]
9088
9089[[package]]
9090name = "libsqlite3-sys"
9091version = "0.30.1"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
9094dependencies = [
9095 "cc",
9096 "pkg-config",
9097 "vcpkg",
9098]
9099
9100[[package]]
9101name = "libwebrtc"
9102version = "0.3.10"
9103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9104dependencies = [
9105 "cxx",
9106 "jni",
9107 "js-sys",
9108 "lazy_static",
9109 "livekit-protocol",
9110 "livekit-runtime",
9111 "log",
9112 "parking_lot",
9113 "serde",
9114 "serde_json",
9115 "thiserror 1.0.69",
9116 "tokio",
9117 "wasm-bindgen",
9118 "wasm-bindgen-futures",
9119 "web-sys",
9120 "webrtc-sys",
9121]
9122
9123[[package]]
9124name = "libz-rs-sys"
9125version = "0.5.0"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
9128dependencies = [
9129 "zlib-rs",
9130]
9131
9132[[package]]
9133name = "libz-sys"
9134version = "1.1.22"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
9137dependencies = [
9138 "cc",
9139 "libc",
9140 "pkg-config",
9141 "vcpkg",
9142]
9143
9144[[package]]
9145name = "link-cplusplus"
9146version = "1.0.10"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
9149dependencies = [
9150 "cc",
9151]
9152
9153[[package]]
9154name = "linkify"
9155version = "0.10.0"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
9158dependencies = [
9159 "memchr",
9160]
9161
9162[[package]]
9163name = "linux-raw-sys"
9164version = "0.4.15"
9165source = "registry+https://github.com/rust-lang/crates.io-index"
9166checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
9167
9168[[package]]
9169name = "linux-raw-sys"
9170version = "0.9.4"
9171source = "registry+https://github.com/rust-lang/crates.io-index"
9172checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
9173
9174[[package]]
9175name = "litemap"
9176version = "0.7.5"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
9179
9180[[package]]
9181name = "livekit"
9182version = "0.7.8"
9183source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9184dependencies = [
9185 "chrono",
9186 "futures-util",
9187 "lazy_static",
9188 "libloading",
9189 "libwebrtc",
9190 "livekit-api",
9191 "livekit-protocol",
9192 "livekit-runtime",
9193 "log",
9194 "parking_lot",
9195 "prost 0.12.6",
9196 "semver",
9197 "serde",
9198 "serde_json",
9199 "thiserror 1.0.69",
9200 "tokio",
9201]
9202
9203[[package]]
9204name = "livekit-api"
9205version = "0.4.2"
9206source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9207dependencies = [
9208 "futures-util",
9209 "http 0.2.12",
9210 "livekit-protocol",
9211 "livekit-runtime",
9212 "log",
9213 "parking_lot",
9214 "pbjson-types",
9215 "prost 0.12.6",
9216 "rand 0.9.1",
9217 "reqwest 0.11.27",
9218 "scopeguard",
9219 "serde",
9220 "sha2",
9221 "thiserror 1.0.69",
9222 "tokio",
9223 "tokio-tungstenite 0.26.2",
9224 "url",
9225]
9226
9227[[package]]
9228name = "livekit-protocol"
9229version = "0.3.9"
9230source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9231dependencies = [
9232 "futures-util",
9233 "livekit-runtime",
9234 "parking_lot",
9235 "pbjson",
9236 "pbjson-types",
9237 "prost 0.12.6",
9238 "prost-types 0.12.6",
9239 "serde",
9240 "thiserror 1.0.69",
9241 "tokio",
9242]
9243
9244[[package]]
9245name = "livekit-runtime"
9246version = "0.4.0"
9247source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
9248dependencies = [
9249 "tokio",
9250 "tokio-stream",
9251]
9252
9253[[package]]
9254name = "livekit_api"
9255version = "0.1.0"
9256dependencies = [
9257 "anyhow",
9258 "async-trait",
9259 "jsonwebtoken",
9260 "log",
9261 "prost 0.9.0",
9262 "prost-build 0.9.0",
9263 "prost-types 0.9.0",
9264 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
9265 "serde",
9266 "workspace-hack",
9267]
9268
9269[[package]]
9270name = "livekit_client"
9271version = "0.1.0"
9272dependencies = [
9273 "anyhow",
9274 "async-trait",
9275 "collections",
9276 "core-foundation 0.10.0",
9277 "core-video",
9278 "coreaudio-rs 0.12.1",
9279 "cpal",
9280 "futures 0.3.31",
9281 "gpui",
9282 "gpui_tokio",
9283 "http_client_tls",
9284 "image",
9285 "libwebrtc",
9286 "livekit",
9287 "livekit_api",
9288 "log",
9289 "nanoid",
9290 "objc",
9291 "parking_lot",
9292 "postage",
9293 "scap",
9294 "serde",
9295 "serde_json",
9296 "sha2",
9297 "simplelog",
9298 "smallvec",
9299 "tokio-tungstenite 0.26.2",
9300 "util",
9301 "workspace-hack",
9302]
9303
9304[[package]]
9305name = "lmdb-master-sys"
9306version = "0.2.5"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
9309dependencies = [
9310 "cc",
9311 "doxygen-rs",
9312 "libc",
9313]
9314
9315[[package]]
9316name = "lmstudio"
9317version = "0.1.0"
9318dependencies = [
9319 "anyhow",
9320 "futures 0.3.31",
9321 "http_client",
9322 "schemars",
9323 "serde",
9324 "serde_json",
9325 "workspace-hack",
9326]
9327
9328[[package]]
9329name = "lock_api"
9330version = "0.4.12"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
9333dependencies = [
9334 "autocfg",
9335 "scopeguard",
9336]
9337
9338[[package]]
9339name = "log"
9340version = "0.4.27"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
9343dependencies = [
9344 "serde",
9345 "value-bag",
9346]
9347
9348[[package]]
9349name = "logos"
9350version = "0.15.0"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
9353dependencies = [
9354 "logos-derive",
9355]
9356
9357[[package]]
9358name = "logos-codegen"
9359version = "0.15.0"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
9362dependencies = [
9363 "beef",
9364 "fnv",
9365 "lazy_static",
9366 "proc-macro2",
9367 "quote",
9368 "regex-syntax 0.8.5",
9369 "rustc_version",
9370 "syn 2.0.101",
9371]
9372
9373[[package]]
9374name = "logos-derive"
9375version = "0.15.0"
9376source = "registry+https://github.com/rust-lang/crates.io-index"
9377checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
9378dependencies = [
9379 "logos-codegen",
9380]
9381
9382[[package]]
9383name = "loom"
9384version = "0.7.2"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
9387dependencies = [
9388 "cfg-if",
9389 "generator",
9390 "scoped-tls",
9391 "tracing",
9392 "tracing-subscriber",
9393]
9394
9395[[package]]
9396name = "loop9"
9397version = "0.1.5"
9398source = "registry+https://github.com/rust-lang/crates.io-index"
9399checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
9400dependencies = [
9401 "imgref",
9402]
9403
9404[[package]]
9405name = "lru"
9406version = "0.12.5"
9407source = "registry+https://github.com/rust-lang/crates.io-index"
9408checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
9409dependencies = [
9410 "hashbrown 0.15.3",
9411]
9412
9413[[package]]
9414name = "lsp"
9415version = "0.1.0"
9416dependencies = [
9417 "anyhow",
9418 "async-pipe",
9419 "collections",
9420 "ctor",
9421 "env_logger 0.11.8",
9422 "futures 0.3.31",
9423 "gpui",
9424 "log",
9425 "lsp-types",
9426 "parking_lot",
9427 "postage",
9428 "release_channel",
9429 "schemars",
9430 "serde",
9431 "serde_json",
9432 "smol",
9433 "util",
9434 "workspace-hack",
9435]
9436
9437[[package]]
9438name = "lsp-types"
9439version = "0.95.1"
9440source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
9441dependencies = [
9442 "bitflags 1.3.2",
9443 "serde",
9444 "serde_json",
9445 "serde_repr",
9446 "url",
9447]
9448
9449[[package]]
9450name = "lyon"
9451version = "1.0.1"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
9454dependencies = [
9455 "lyon_algorithms",
9456 "lyon_extra",
9457 "lyon_tessellation",
9458]
9459
9460[[package]]
9461name = "lyon_algorithms"
9462version = "1.0.5"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
9465dependencies = [
9466 "lyon_path",
9467 "num-traits",
9468]
9469
9470[[package]]
9471name = "lyon_extra"
9472version = "1.0.3"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
9475dependencies = [
9476 "lyon_path",
9477 "thiserror 1.0.69",
9478]
9479
9480[[package]]
9481name = "lyon_geom"
9482version = "1.0.6"
9483source = "registry+https://github.com/rust-lang/crates.io-index"
9484checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
9485dependencies = [
9486 "arrayvec",
9487 "euclid",
9488 "num-traits",
9489]
9490
9491[[package]]
9492name = "lyon_path"
9493version = "1.0.7"
9494source = "registry+https://github.com/rust-lang/crates.io-index"
9495checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
9496dependencies = [
9497 "lyon_geom",
9498 "num-traits",
9499]
9500
9501[[package]]
9502name = "lyon_tessellation"
9503version = "1.0.15"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
9506dependencies = [
9507 "float_next_after",
9508 "lyon_path",
9509 "num-traits",
9510]
9511
9512[[package]]
9513name = "mac"
9514version = "0.1.1"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
9517
9518[[package]]
9519name = "mach2"
9520version = "0.4.2"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
9523dependencies = [
9524 "libc",
9525]
9526
9527[[package]]
9528name = "malloc_buf"
9529version = "0.0.6"
9530source = "registry+https://github.com/rust-lang/crates.io-index"
9531checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
9532dependencies = [
9533 "libc",
9534]
9535
9536[[package]]
9537name = "maplit"
9538version = "1.0.2"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
9541
9542[[package]]
9543name = "markdown"
9544version = "0.1.0"
9545dependencies = [
9546 "anyhow",
9547 "assets",
9548 "base64 0.22.1",
9549 "env_logger 0.11.8",
9550 "gpui",
9551 "language",
9552 "languages",
9553 "linkify",
9554 "log",
9555 "node_runtime",
9556 "pulldown-cmark 0.12.2",
9557 "settings",
9558 "sum_tree",
9559 "theme",
9560 "ui",
9561 "util",
9562 "workspace-hack",
9563]
9564
9565[[package]]
9566name = "markdown_preview"
9567version = "0.1.0"
9568dependencies = [
9569 "anyhow",
9570 "async-recursion 1.1.1",
9571 "collections",
9572 "editor",
9573 "fs",
9574 "gpui",
9575 "language",
9576 "linkify",
9577 "log",
9578 "pretty_assertions",
9579 "pulldown-cmark 0.12.2",
9580 "settings",
9581 "theme",
9582 "ui",
9583 "util",
9584 "workspace",
9585 "workspace-hack",
9586]
9587
9588[[package]]
9589name = "markup5ever"
9590version = "0.12.1"
9591source = "registry+https://github.com/rust-lang/crates.io-index"
9592checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
9593dependencies = [
9594 "log",
9595 "phf",
9596 "phf_codegen",
9597 "string_cache",
9598 "string_cache_codegen",
9599 "tendril",
9600]
9601
9602[[package]]
9603name = "markup5ever"
9604version = "0.16.1"
9605source = "registry+https://github.com/rust-lang/crates.io-index"
9606checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
9607dependencies = [
9608 "log",
9609 "tendril",
9610 "web_atoms",
9611]
9612
9613[[package]]
9614name = "markup5ever_rcdom"
9615version = "0.3.0"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
9618dependencies = [
9619 "html5ever 0.27.0",
9620 "markup5ever 0.12.1",
9621 "tendril",
9622 "xml5ever",
9623]
9624
9625[[package]]
9626name = "match_token"
9627version = "0.1.0"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
9630dependencies = [
9631 "proc-macro2",
9632 "quote",
9633 "syn 2.0.101",
9634]
9635
9636[[package]]
9637name = "matchers"
9638version = "0.1.0"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
9641dependencies = [
9642 "regex-automata 0.1.10",
9643]
9644
9645[[package]]
9646name = "matchit"
9647version = "0.7.3"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
9650
9651[[package]]
9652name = "maybe-async"
9653version = "0.2.10"
9654source = "registry+https://github.com/rust-lang/crates.io-index"
9655checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
9656dependencies = [
9657 "proc-macro2",
9658 "quote",
9659 "syn 2.0.101",
9660]
9661
9662[[package]]
9663name = "maybe-owned"
9664version = "0.3.4"
9665source = "registry+https://github.com/rust-lang/crates.io-index"
9666checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
9667
9668[[package]]
9669name = "maybe-rayon"
9670version = "0.1.1"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
9673dependencies = [
9674 "cfg-if",
9675 "rayon",
9676]
9677
9678[[package]]
9679name = "md-5"
9680version = "0.10.6"
9681source = "registry+https://github.com/rust-lang/crates.io-index"
9682checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
9683dependencies = [
9684 "cfg-if",
9685 "digest",
9686]
9687
9688[[package]]
9689name = "mdbook"
9690version = "0.4.48"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
9693dependencies = [
9694 "ammonia",
9695 "anyhow",
9696 "chrono",
9697 "clap",
9698 "clap_complete",
9699 "elasticlunr-rs",
9700 "env_logger 0.11.8",
9701 "futures-util",
9702 "handlebars 6.3.2",
9703 "hex",
9704 "ignore",
9705 "log",
9706 "memchr",
9707 "notify",
9708 "notify-debouncer-mini",
9709 "once_cell",
9710 "opener",
9711 "pathdiff",
9712 "pulldown-cmark 0.10.3",
9713 "regex",
9714 "serde",
9715 "serde_json",
9716 "sha2",
9717 "shlex",
9718 "tempfile",
9719 "tokio",
9720 "toml 0.5.11",
9721 "topological-sort",
9722 "walkdir",
9723 "warp",
9724]
9725
9726[[package]]
9727name = "media"
9728version = "0.1.0"
9729dependencies = [
9730 "anyhow",
9731 "bindgen 0.71.1",
9732 "core-foundation 0.10.0",
9733 "core-video",
9734 "ctor",
9735 "foreign-types 0.5.0",
9736 "metal",
9737 "objc",
9738 "workspace-hack",
9739]
9740
9741[[package]]
9742name = "memchr"
9743version = "2.7.4"
9744source = "registry+https://github.com/rust-lang/crates.io-index"
9745checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
9746
9747[[package]]
9748name = "memfd"
9749version = "0.6.4"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
9752dependencies = [
9753 "rustix 0.38.44",
9754]
9755
9756[[package]]
9757name = "memmap2"
9758version = "0.9.5"
9759source = "registry+https://github.com/rust-lang/crates.io-index"
9760checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
9761dependencies = [
9762 "libc",
9763]
9764
9765[[package]]
9766name = "memoffset"
9767version = "0.9.1"
9768source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
9770dependencies = [
9771 "autocfg",
9772]
9773
9774[[package]]
9775name = "menu"
9776version = "0.1.0"
9777dependencies = [
9778 "gpui",
9779 "workspace-hack",
9780]
9781
9782[[package]]
9783name = "metal"
9784version = "0.29.0"
9785source = "registry+https://github.com/rust-lang/crates.io-index"
9786checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
9787dependencies = [
9788 "bitflags 2.9.0",
9789 "block",
9790 "core-graphics-types 0.1.3",
9791 "foreign-types 0.5.0",
9792 "log",
9793 "objc",
9794 "paste",
9795]
9796
9797[[package]]
9798name = "migrator"
9799version = "0.1.0"
9800dependencies = [
9801 "anyhow",
9802 "collections",
9803 "convert_case 0.8.0",
9804 "log",
9805 "pretty_assertions",
9806 "streaming-iterator",
9807 "tree-sitter",
9808 "tree-sitter-json",
9809 "workspace-hack",
9810]
9811
9812[[package]]
9813name = "mimalloc"
9814version = "0.1.46"
9815source = "registry+https://github.com/rust-lang/crates.io-index"
9816checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
9817dependencies = [
9818 "libmimalloc-sys",
9819]
9820
9821[[package]]
9822name = "mime"
9823version = "0.3.17"
9824source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
9826
9827[[package]]
9828name = "mime_guess"
9829version = "2.0.5"
9830source = "registry+https://github.com/rust-lang/crates.io-index"
9831checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
9832dependencies = [
9833 "mime",
9834 "unicase",
9835]
9836
9837[[package]]
9838name = "minimal-lexical"
9839version = "0.2.1"
9840source = "registry+https://github.com/rust-lang/crates.io-index"
9841checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
9842
9843[[package]]
9844name = "miniz_oxide"
9845version = "0.8.8"
9846source = "registry+https://github.com/rust-lang/crates.io-index"
9847checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
9848dependencies = [
9849 "adler2",
9850 "simd-adler32",
9851]
9852
9853[[package]]
9854name = "mint"
9855version = "0.5.9"
9856source = "registry+https://github.com/rust-lang/crates.io-index"
9857checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
9858
9859[[package]]
9860name = "mio"
9861version = "1.0.3"
9862source = "registry+https://github.com/rust-lang/crates.io-index"
9863checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
9864dependencies = [
9865 "libc",
9866 "log",
9867 "wasi 0.11.0+wasi-snapshot-preview1",
9868 "windows-sys 0.52.0",
9869]
9870
9871[[package]]
9872name = "miow"
9873version = "0.6.0"
9874source = "registry+https://github.com/rust-lang/crates.io-index"
9875checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
9876dependencies = [
9877 "windows-sys 0.48.0",
9878]
9879
9880[[package]]
9881name = "mistral"
9882version = "0.1.0"
9883dependencies = [
9884 "anyhow",
9885 "futures 0.3.31",
9886 "http_client",
9887 "schemars",
9888 "serde",
9889 "serde_json",
9890 "strum 0.27.1",
9891 "workspace-hack",
9892]
9893
9894[[package]]
9895name = "moka"
9896version = "0.12.10"
9897source = "registry+https://github.com/rust-lang/crates.io-index"
9898checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
9899dependencies = [
9900 "crossbeam-channel",
9901 "crossbeam-epoch",
9902 "crossbeam-utils",
9903 "loom",
9904 "parking_lot",
9905 "portable-atomic",
9906 "rustc_version",
9907 "smallvec",
9908 "tagptr",
9909 "thiserror 1.0.69",
9910 "uuid",
9911]
9912
9913[[package]]
9914name = "msvc_spectre_libs"
9915version = "0.1.3"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
9918dependencies = [
9919 "cc",
9920]
9921
9922[[package]]
9923name = "multi_buffer"
9924version = "0.1.0"
9925dependencies = [
9926 "anyhow",
9927 "buffer_diff",
9928 "clock",
9929 "collections",
9930 "ctor",
9931 "env_logger 0.11.8",
9932 "gpui",
9933 "indoc",
9934 "itertools 0.14.0",
9935 "language",
9936 "log",
9937 "parking_lot",
9938 "pretty_assertions",
9939 "project",
9940 "rand 0.8.5",
9941 "rope",
9942 "serde",
9943 "settings",
9944 "smallvec",
9945 "smol",
9946 "sum_tree",
9947 "text",
9948 "theme",
9949 "tree-sitter",
9950 "util",
9951 "workspace-hack",
9952]
9953
9954[[package]]
9955name = "multimap"
9956version = "0.8.3"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
9959
9960[[package]]
9961name = "multimap"
9962version = "0.10.0"
9963source = "registry+https://github.com/rust-lang/crates.io-index"
9964checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
9965
9966[[package]]
9967name = "naga"
9968version = "25.0.1"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
9971dependencies = [
9972 "arrayvec",
9973 "bit-set 0.8.0",
9974 "bitflags 2.9.0",
9975 "cfg_aliases 0.2.1",
9976 "codespan-reporting 0.12.0",
9977 "half",
9978 "hashbrown 0.15.3",
9979 "hexf-parse",
9980 "indexmap",
9981 "log",
9982 "num-traits",
9983 "once_cell",
9984 "rustc-hash 1.1.0",
9985 "spirv",
9986 "strum 0.26.3",
9987 "thiserror 2.0.12",
9988 "unicode-ident",
9989]
9990
9991[[package]]
9992name = "nanoid"
9993version = "0.4.0"
9994source = "registry+https://github.com/rust-lang/crates.io-index"
9995checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
9996dependencies = [
9997 "rand 0.8.5",
9998]
9999
10000[[package]]
10001name = "nanorand"
10002version = "0.7.0"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10005dependencies = [
10006 "getrandom 0.2.15",
10007]
10008
10009[[package]]
10010name = "native-tls"
10011version = "0.2.14"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10014dependencies = [
10015 "libc",
10016 "log",
10017 "openssl",
10018 "openssl-probe",
10019 "openssl-sys",
10020 "schannel",
10021 "security-framework 2.11.1",
10022 "security-framework-sys",
10023 "tempfile",
10024]
10025
10026[[package]]
10027name = "nbformat"
10028version = "0.10.0"
10029source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10030dependencies = [
10031 "anyhow",
10032 "chrono",
10033 "jupyter-protocol",
10034 "serde",
10035 "serde_json",
10036 "thiserror 1.0.69",
10037 "uuid",
10038]
10039
10040[[package]]
10041name = "ndk"
10042version = "0.8.0"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10045dependencies = [
10046 "bitflags 2.9.0",
10047 "jni-sys",
10048 "log",
10049 "ndk-sys",
10050 "num_enum",
10051 "thiserror 1.0.69",
10052]
10053
10054[[package]]
10055name = "ndk-context"
10056version = "0.1.1"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10059
10060[[package]]
10061name = "ndk-sys"
10062version = "0.5.0+25.2.9519653"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10065dependencies = [
10066 "jni-sys",
10067]
10068
10069[[package]]
10070name = "new_debug_unreachable"
10071version = "1.0.6"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10074
10075[[package]]
10076name = "nix"
10077version = "0.28.0"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10080dependencies = [
10081 "bitflags 2.9.0",
10082 "cfg-if",
10083 "cfg_aliases 0.1.1",
10084 "libc",
10085]
10086
10087[[package]]
10088name = "nix"
10089version = "0.29.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10092dependencies = [
10093 "bitflags 2.9.0",
10094 "cfg-if",
10095 "cfg_aliases 0.2.1",
10096 "libc",
10097 "memoffset",
10098]
10099
10100[[package]]
10101name = "node_runtime"
10102version = "0.1.0"
10103dependencies = [
10104 "anyhow",
10105 "async-compression",
10106 "async-std",
10107 "async-tar",
10108 "async-trait",
10109 "async-watch",
10110 "futures 0.3.31",
10111 "http_client",
10112 "log",
10113 "paths",
10114 "semver",
10115 "serde",
10116 "serde_json",
10117 "smol",
10118 "util",
10119 "which 6.0.3",
10120 "workspace-hack",
10121]
10122
10123[[package]]
10124name = "nom"
10125version = "7.1.3"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10128dependencies = [
10129 "memchr",
10130 "minimal-lexical",
10131]
10132
10133[[package]]
10134name = "noop_proc_macro"
10135version = "0.3.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10138
10139[[package]]
10140name = "normpath"
10141version = "1.3.0"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10144dependencies = [
10145 "windows-sys 0.59.0",
10146]
10147
10148[[package]]
10149name = "notifications"
10150version = "0.1.0"
10151dependencies = [
10152 "anyhow",
10153 "channel",
10154 "client",
10155 "collections",
10156 "component",
10157 "db",
10158 "gpui",
10159 "rpc",
10160 "settings",
10161 "sum_tree",
10162 "time",
10163 "ui",
10164 "util",
10165 "workspace",
10166 "workspace-hack",
10167]
10168
10169[[package]]
10170name = "notify"
10171version = "8.0.0"
10172source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10173dependencies = [
10174 "bitflags 2.9.0",
10175 "filetime",
10176 "fsevent-sys 4.1.0",
10177 "inotify",
10178 "kqueue",
10179 "libc",
10180 "log",
10181 "mio",
10182 "notify-types",
10183 "walkdir",
10184 "windows-sys 0.59.0",
10185]
10186
10187[[package]]
10188name = "notify-debouncer-mini"
10189version = "0.6.0"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10192dependencies = [
10193 "log",
10194 "notify",
10195 "notify-types",
10196 "tempfile",
10197]
10198
10199[[package]]
10200name = "notify-types"
10201version = "2.0.0"
10202source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10203
10204[[package]]
10205name = "ntapi"
10206version = "0.4.1"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10209dependencies = [
10210 "winapi",
10211]
10212
10213[[package]]
10214name = "nu-ansi-term"
10215version = "0.46.0"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10218dependencies = [
10219 "overload",
10220 "winapi",
10221]
10222
10223[[package]]
10224name = "nu-ansi-term"
10225version = "0.50.1"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
10228dependencies = [
10229 "windows-sys 0.52.0",
10230]
10231
10232[[package]]
10233name = "num"
10234version = "0.4.3"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10237dependencies = [
10238 "num-bigint",
10239 "num-complex",
10240 "num-integer",
10241 "num-iter",
10242 "num-rational",
10243 "num-traits",
10244]
10245
10246[[package]]
10247name = "num-bigint"
10248version = "0.4.6"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10251dependencies = [
10252 "num-integer",
10253 "num-traits",
10254]
10255
10256[[package]]
10257name = "num-bigint-dig"
10258version = "0.8.4"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10261dependencies = [
10262 "byteorder",
10263 "lazy_static",
10264 "libm",
10265 "num-integer",
10266 "num-iter",
10267 "num-traits",
10268 "rand 0.8.5",
10269 "serde",
10270 "smallvec",
10271 "zeroize",
10272]
10273
10274[[package]]
10275name = "num-cmp"
10276version = "0.1.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10279
10280[[package]]
10281name = "num-complex"
10282version = "0.4.6"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10285dependencies = [
10286 "num-traits",
10287]
10288
10289[[package]]
10290name = "num-conv"
10291version = "0.1.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10294
10295[[package]]
10296name = "num-derive"
10297version = "0.4.2"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10300dependencies = [
10301 "proc-macro2",
10302 "quote",
10303 "syn 2.0.101",
10304]
10305
10306[[package]]
10307name = "num-format"
10308version = "0.4.4"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10311dependencies = [
10312 "arrayvec",
10313 "itoa",
10314]
10315
10316[[package]]
10317name = "num-integer"
10318version = "0.1.46"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10321dependencies = [
10322 "num-traits",
10323]
10324
10325[[package]]
10326name = "num-iter"
10327version = "0.1.45"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10330dependencies = [
10331 "autocfg",
10332 "num-integer",
10333 "num-traits",
10334]
10335
10336[[package]]
10337name = "num-modular"
10338version = "0.6.1"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10341
10342[[package]]
10343name = "num-order"
10344version = "1.2.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10347dependencies = [
10348 "num-modular",
10349]
10350
10351[[package]]
10352name = "num-rational"
10353version = "0.4.2"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10356dependencies = [
10357 "num-bigint",
10358 "num-integer",
10359 "num-traits",
10360]
10361
10362[[package]]
10363name = "num-traits"
10364version = "0.2.19"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10367dependencies = [
10368 "autocfg",
10369 "libm",
10370]
10371
10372[[package]]
10373name = "num_cpus"
10374version = "1.16.0"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10377dependencies = [
10378 "hermit-abi 0.3.9",
10379 "libc",
10380]
10381
10382[[package]]
10383name = "num_enum"
10384version = "0.7.3"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10387dependencies = [
10388 "num_enum_derive",
10389]
10390
10391[[package]]
10392name = "num_enum_derive"
10393version = "0.7.3"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10396dependencies = [
10397 "proc-macro-crate",
10398 "proc-macro2",
10399 "quote",
10400 "syn 2.0.101",
10401]
10402
10403[[package]]
10404name = "num_threads"
10405version = "0.1.7"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10408dependencies = [
10409 "libc",
10410]
10411
10412[[package]]
10413name = "nvim-rs"
10414version = "0.9.2"
10415source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10416dependencies = [
10417 "async-trait",
10418 "futures 0.3.31",
10419 "log",
10420 "rmp",
10421 "rmpv",
10422 "tokio",
10423 "tokio-util",
10424]
10425
10426[[package]]
10427name = "objc"
10428version = "0.2.7"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10431dependencies = [
10432 "malloc_buf",
10433 "objc_exception",
10434]
10435
10436[[package]]
10437name = "objc-foundation"
10438version = "0.1.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10441dependencies = [
10442 "block",
10443 "objc",
10444 "objc_id",
10445]
10446
10447[[package]]
10448name = "objc2"
10449version = "0.6.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10452dependencies = [
10453 "objc2-encode",
10454]
10455
10456[[package]]
10457name = "objc2-app-kit"
10458version = "0.3.1"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10461dependencies = [
10462 "bitflags 2.9.0",
10463 "objc2",
10464 "objc2-core-foundation",
10465 "objc2-foundation",
10466 "objc2-quartz-core",
10467]
10468
10469[[package]]
10470name = "objc2-core-foundation"
10471version = "0.3.1"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10474dependencies = [
10475 "bitflags 2.9.0",
10476 "dispatch2",
10477 "objc2",
10478]
10479
10480[[package]]
10481name = "objc2-encode"
10482version = "4.1.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10485
10486[[package]]
10487name = "objc2-foundation"
10488version = "0.3.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10491dependencies = [
10492 "bitflags 2.9.0",
10493 "objc2",
10494 "objc2-core-foundation",
10495]
10496
10497[[package]]
10498name = "objc2-metal"
10499version = "0.3.1"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10502dependencies = [
10503 "bitflags 2.9.0",
10504 "block2",
10505 "dispatch2",
10506 "objc2",
10507 "objc2-core-foundation",
10508 "objc2-foundation",
10509]
10510
10511[[package]]
10512name = "objc2-quartz-core"
10513version = "0.3.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10516dependencies = [
10517 "bitflags 2.9.0",
10518 "objc2",
10519 "objc2-core-foundation",
10520 "objc2-foundation",
10521 "objc2-metal",
10522]
10523
10524[[package]]
10525name = "objc2-ui-kit"
10526version = "0.3.1"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10529dependencies = [
10530 "bitflags 2.9.0",
10531 "objc2",
10532 "objc2-core-foundation",
10533 "objc2-foundation",
10534 "objc2-quartz-core",
10535]
10536
10537[[package]]
10538name = "objc_exception"
10539version = "0.1.2"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10542dependencies = [
10543 "cc",
10544]
10545
10546[[package]]
10547name = "objc_id"
10548version = "0.1.1"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10551dependencies = [
10552 "objc",
10553]
10554
10555[[package]]
10556name = "object"
10557version = "0.36.7"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10560dependencies = [
10561 "crc32fast",
10562 "hashbrown 0.15.3",
10563 "indexmap",
10564 "memchr",
10565]
10566
10567[[package]]
10568name = "oboe"
10569version = "0.6.1"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10572dependencies = [
10573 "jni",
10574 "ndk",
10575 "ndk-context",
10576 "num-derive",
10577 "num-traits",
10578 "oboe-sys",
10579]
10580
10581[[package]]
10582name = "oboe-sys"
10583version = "0.6.1"
10584source = "registry+https://github.com/rust-lang/crates.io-index"
10585checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10586dependencies = [
10587 "cc",
10588]
10589
10590[[package]]
10591name = "ollama"
10592version = "0.1.0"
10593dependencies = [
10594 "anyhow",
10595 "futures 0.3.31",
10596 "http_client",
10597 "schemars",
10598 "serde",
10599 "serde_json",
10600 "workspace-hack",
10601]
10602
10603[[package]]
10604name = "once_cell"
10605version = "1.21.3"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10608
10609[[package]]
10610name = "oo7"
10611version = "0.4.3"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10614dependencies = [
10615 "aes",
10616 "ashpd",
10617 "async-fs",
10618 "async-io",
10619 "async-lock",
10620 "blocking",
10621 "cbc",
10622 "cipher",
10623 "digest",
10624 "endi",
10625 "futures-lite 2.6.0",
10626 "futures-util",
10627 "getrandom 0.3.2",
10628 "hkdf",
10629 "hmac",
10630 "md-5",
10631 "num",
10632 "num-bigint-dig",
10633 "pbkdf2 0.12.2",
10634 "rand 0.9.1",
10635 "serde",
10636 "sha2",
10637 "subtle",
10638 "zbus",
10639 "zbus_macros",
10640 "zeroize",
10641 "zvariant",
10642]
10643
10644[[package]]
10645name = "oorandom"
10646version = "11.1.5"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10649
10650[[package]]
10651name = "open"
10652version = "5.3.2"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10655dependencies = [
10656 "is-wsl",
10657 "libc",
10658 "pathdiff",
10659]
10660
10661[[package]]
10662name = "open_ai"
10663version = "0.1.0"
10664dependencies = [
10665 "anyhow",
10666 "futures 0.3.31",
10667 "http_client",
10668 "schemars",
10669 "serde",
10670 "serde_json",
10671 "strum 0.27.1",
10672 "workspace-hack",
10673]
10674
10675[[package]]
10676name = "opener"
10677version = "0.7.2"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10680dependencies = [
10681 "bstr",
10682 "dbus",
10683 "normpath",
10684 "windows-sys 0.59.0",
10685]
10686
10687[[package]]
10688name = "openssl"
10689version = "0.10.72"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10692dependencies = [
10693 "bitflags 2.9.0",
10694 "cfg-if",
10695 "foreign-types 0.3.2",
10696 "libc",
10697 "once_cell",
10698 "openssl-macros",
10699 "openssl-sys",
10700]
10701
10702[[package]]
10703name = "openssl-macros"
10704version = "0.1.1"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10707dependencies = [
10708 "proc-macro2",
10709 "quote",
10710 "syn 2.0.101",
10711]
10712
10713[[package]]
10714name = "openssl-probe"
10715version = "0.1.6"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10718
10719[[package]]
10720name = "openssl-sys"
10721version = "0.9.107"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10724dependencies = [
10725 "cc",
10726 "libc",
10727 "pkg-config",
10728 "vcpkg",
10729]
10730
10731[[package]]
10732name = "optfield"
10733version = "0.3.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10736dependencies = [
10737 "proc-macro2",
10738 "quote",
10739 "syn 2.0.101",
10740]
10741
10742[[package]]
10743name = "option-ext"
10744version = "0.2.0"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10747
10748[[package]]
10749name = "ordered-float"
10750version = "2.10.1"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10753dependencies = [
10754 "num-traits",
10755]
10756
10757[[package]]
10758name = "ordered-float"
10759version = "4.6.0"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10762dependencies = [
10763 "num-traits",
10764]
10765
10766[[package]]
10767name = "ordered-stream"
10768version = "0.2.0"
10769source = "registry+https://github.com/rust-lang/crates.io-index"
10770checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10771dependencies = [
10772 "futures-core",
10773 "pin-project-lite",
10774]
10775
10776[[package]]
10777name = "ouroboros"
10778version = "0.18.5"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10781dependencies = [
10782 "aliasable",
10783 "ouroboros_macro",
10784 "static_assertions",
10785]
10786
10787[[package]]
10788name = "ouroboros_macro"
10789version = "0.18.5"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10792dependencies = [
10793 "heck 0.4.1",
10794 "proc-macro2",
10795 "proc-macro2-diagnostics",
10796 "quote",
10797 "syn 2.0.101",
10798]
10799
10800[[package]]
10801name = "outline"
10802version = "0.1.0"
10803dependencies = [
10804 "editor",
10805 "fuzzy",
10806 "gpui",
10807 "indoc",
10808 "language",
10809 "menu",
10810 "ordered-float 2.10.1",
10811 "picker",
10812 "project",
10813 "rope",
10814 "serde_json",
10815 "settings",
10816 "smol",
10817 "theme",
10818 "tree-sitter-rust",
10819 "tree-sitter-typescript",
10820 "ui",
10821 "util",
10822 "workspace",
10823 "workspace-hack",
10824 "zed_actions",
10825]
10826
10827[[package]]
10828name = "outline_panel"
10829version = "0.1.0"
10830dependencies = [
10831 "anyhow",
10832 "collections",
10833 "db",
10834 "editor",
10835 "file_icons",
10836 "fuzzy",
10837 "gpui",
10838 "itertools 0.14.0",
10839 "language",
10840 "log",
10841 "menu",
10842 "outline",
10843 "pretty_assertions",
10844 "project",
10845 "schemars",
10846 "search",
10847 "serde",
10848 "serde_json",
10849 "settings",
10850 "smallvec",
10851 "smol",
10852 "theme",
10853 "ui",
10854 "util",
10855 "workspace",
10856 "workspace-hack",
10857 "worktree",
10858 "zed_actions",
10859]
10860
10861[[package]]
10862name = "outref"
10863version = "0.5.2"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10866
10867[[package]]
10868name = "overload"
10869version = "0.1.1"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10872
10873[[package]]
10874name = "p256"
10875version = "0.11.1"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10878dependencies = [
10879 "ecdsa",
10880 "elliptic-curve",
10881 "sha2",
10882]
10883
10884[[package]]
10885name = "page_size"
10886version = "0.6.0"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10889dependencies = [
10890 "libc",
10891 "winapi",
10892]
10893
10894[[package]]
10895name = "palette"
10896version = "0.7.6"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10899dependencies = [
10900 "approx",
10901 "fast-srgb8",
10902 "palette_derive",
10903]
10904
10905[[package]]
10906name = "palette_derive"
10907version = "0.7.6"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10910dependencies = [
10911 "by_address",
10912 "proc-macro2",
10913 "quote",
10914 "syn 2.0.101",
10915]
10916
10917[[package]]
10918name = "panel"
10919version = "0.1.0"
10920dependencies = [
10921 "editor",
10922 "gpui",
10923 "settings",
10924 "theme",
10925 "ui",
10926 "workspace",
10927 "workspace-hack",
10928]
10929
10930[[package]]
10931name = "parking"
10932version = "2.2.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10935
10936[[package]]
10937name = "parking_lot"
10938version = "0.12.3"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10941dependencies = [
10942 "lock_api",
10943 "parking_lot_core",
10944]
10945
10946[[package]]
10947name = "parking_lot_core"
10948version = "0.9.10"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10951dependencies = [
10952 "cfg-if",
10953 "libc",
10954 "redox_syscall 0.5.11",
10955 "smallvec",
10956 "windows-targets 0.52.6",
10957]
10958
10959[[package]]
10960name = "partial-json-fixer"
10961version = "0.5.3"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10964
10965[[package]]
10966name = "password-hash"
10967version = "0.4.2"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10970dependencies = [
10971 "base64ct",
10972 "rand_core 0.6.4",
10973 "subtle",
10974]
10975
10976[[package]]
10977name = "password-hash"
10978version = "0.5.0"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10981dependencies = [
10982 "base64ct",
10983 "rand_core 0.6.4",
10984 "subtle",
10985]
10986
10987[[package]]
10988name = "paste"
10989version = "1.0.15"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10992
10993[[package]]
10994name = "pathdiff"
10995version = "0.2.3"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10998
10999[[package]]
11000name = "pathfinder_geometry"
11001version = "0.5.1"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11004dependencies = [
11005 "log",
11006 "pathfinder_simd",
11007]
11008
11009[[package]]
11010name = "pathfinder_simd"
11011version = "0.5.4"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
11014dependencies = [
11015 "rustc_version",
11016]
11017
11018[[package]]
11019name = "paths"
11020version = "0.1.0"
11021dependencies = [
11022 "dirs 4.0.0",
11023 "util",
11024 "workspace-hack",
11025]
11026
11027[[package]]
11028name = "pbjson"
11029version = "0.6.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11032dependencies = [
11033 "base64 0.21.7",
11034 "serde",
11035]
11036
11037[[package]]
11038name = "pbjson-build"
11039version = "0.6.2"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11042dependencies = [
11043 "heck 0.4.1",
11044 "itertools 0.11.0",
11045 "prost 0.12.6",
11046 "prost-types 0.12.6",
11047]
11048
11049[[package]]
11050name = "pbjson-types"
11051version = "0.6.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11054dependencies = [
11055 "bytes 1.10.1",
11056 "chrono",
11057 "pbjson",
11058 "pbjson-build",
11059 "prost 0.12.6",
11060 "prost-build 0.12.6",
11061 "serde",
11062]
11063
11064[[package]]
11065name = "pbkdf2"
11066version = "0.11.0"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11069dependencies = [
11070 "digest",
11071 "hmac",
11072 "password-hash 0.4.2",
11073 "sha2",
11074]
11075
11076[[package]]
11077name = "pbkdf2"
11078version = "0.12.2"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11081dependencies = [
11082 "digest",
11083 "hmac",
11084]
11085
11086[[package]]
11087name = "pem"
11088version = "3.0.5"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11091dependencies = [
11092 "base64 0.22.1",
11093 "serde",
11094]
11095
11096[[package]]
11097name = "pem-rfc7468"
11098version = "0.7.0"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11101dependencies = [
11102 "base64ct",
11103]
11104
11105[[package]]
11106name = "percent-encoding"
11107version = "2.3.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11110
11111[[package]]
11112name = "perplexity"
11113version = "0.1.0"
11114dependencies = [
11115 "serde",
11116 "zed_extension_api 0.6.0",
11117]
11118
11119[[package]]
11120name = "pest"
11121version = "2.8.0"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11124dependencies = [
11125 "memchr",
11126 "thiserror 2.0.12",
11127 "ucd-trie",
11128]
11129
11130[[package]]
11131name = "pest_derive"
11132version = "2.8.0"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11135dependencies = [
11136 "pest",
11137 "pest_generator",
11138]
11139
11140[[package]]
11141name = "pest_generator"
11142version = "2.8.0"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11145dependencies = [
11146 "pest",
11147 "pest_meta",
11148 "proc-macro2",
11149 "quote",
11150 "syn 2.0.101",
11151]
11152
11153[[package]]
11154name = "pest_meta"
11155version = "2.8.0"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11158dependencies = [
11159 "once_cell",
11160 "pest",
11161 "sha2",
11162]
11163
11164[[package]]
11165name = "pet"
11166version = "0.1.0"
11167source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11168dependencies = [
11169 "clap",
11170 "env_logger 0.10.2",
11171 "lazy_static",
11172 "log",
11173 "msvc_spectre_libs",
11174 "pet-conda",
11175 "pet-core",
11176 "pet-env-var-path",
11177 "pet-fs",
11178 "pet-global-virtualenvs",
11179 "pet-homebrew",
11180 "pet-jsonrpc",
11181 "pet-linux-global-python",
11182 "pet-mac-commandlinetools",
11183 "pet-mac-python-org",
11184 "pet-mac-xcode",
11185 "pet-pipenv",
11186 "pet-pixi",
11187 "pet-poetry",
11188 "pet-pyenv",
11189 "pet-python-utils",
11190 "pet-reporter",
11191 "pet-telemetry",
11192 "pet-venv",
11193 "pet-virtualenv",
11194 "pet-virtualenvwrapper",
11195 "pet-windows-registry",
11196 "pet-windows-store",
11197 "serde",
11198 "serde_json",
11199]
11200
11201[[package]]
11202name = "pet-conda"
11203version = "0.1.0"
11204source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11205dependencies = [
11206 "env_logger 0.10.2",
11207 "lazy_static",
11208 "log",
11209 "msvc_spectre_libs",
11210 "pet-core",
11211 "pet-fs",
11212 "pet-python-utils",
11213 "pet-reporter",
11214 "regex",
11215 "serde",
11216 "serde_json",
11217 "yaml-rust2",
11218]
11219
11220[[package]]
11221name = "pet-core"
11222version = "0.1.0"
11223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11224dependencies = [
11225 "clap",
11226 "lazy_static",
11227 "log",
11228 "msvc_spectre_libs",
11229 "pet-fs",
11230 "regex",
11231 "serde",
11232 "serde_json",
11233]
11234
11235[[package]]
11236name = "pet-env-var-path"
11237version = "0.1.0"
11238source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11239dependencies = [
11240 "lazy_static",
11241 "log",
11242 "msvc_spectre_libs",
11243 "pet-conda",
11244 "pet-core",
11245 "pet-fs",
11246 "pet-python-utils",
11247 "pet-virtualenv",
11248 "regex",
11249]
11250
11251[[package]]
11252name = "pet-fs"
11253version = "0.1.0"
11254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11255dependencies = [
11256 "log",
11257 "msvc_spectre_libs",
11258]
11259
11260[[package]]
11261name = "pet-global-virtualenvs"
11262version = "0.1.0"
11263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11264dependencies = [
11265 "log",
11266 "msvc_spectre_libs",
11267 "pet-conda",
11268 "pet-core",
11269 "pet-fs",
11270 "pet-virtualenv",
11271]
11272
11273[[package]]
11274name = "pet-homebrew"
11275version = "0.1.0"
11276source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11277dependencies = [
11278 "lazy_static",
11279 "log",
11280 "msvc_spectre_libs",
11281 "pet-conda",
11282 "pet-core",
11283 "pet-fs",
11284 "pet-python-utils",
11285 "pet-virtualenv",
11286 "regex",
11287 "serde",
11288 "serde_json",
11289]
11290
11291[[package]]
11292name = "pet-jsonrpc"
11293version = "0.1.0"
11294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11295dependencies = [
11296 "env_logger 0.10.2",
11297 "log",
11298 "msvc_spectre_libs",
11299 "pet-core",
11300 "serde",
11301 "serde_json",
11302]
11303
11304[[package]]
11305name = "pet-linux-global-python"
11306version = "0.1.0"
11307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11308dependencies = [
11309 "log",
11310 "msvc_spectre_libs",
11311 "pet-core",
11312 "pet-fs",
11313 "pet-python-utils",
11314 "pet-virtualenv",
11315]
11316
11317[[package]]
11318name = "pet-mac-commandlinetools"
11319version = "0.1.0"
11320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11321dependencies = [
11322 "log",
11323 "msvc_spectre_libs",
11324 "pet-core",
11325 "pet-fs",
11326 "pet-python-utils",
11327 "pet-virtualenv",
11328]
11329
11330[[package]]
11331name = "pet-mac-python-org"
11332version = "0.1.0"
11333source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11334dependencies = [
11335 "log",
11336 "msvc_spectre_libs",
11337 "pet-core",
11338 "pet-fs",
11339 "pet-python-utils",
11340 "pet-virtualenv",
11341]
11342
11343[[package]]
11344name = "pet-mac-xcode"
11345version = "0.1.0"
11346source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11347dependencies = [
11348 "log",
11349 "msvc_spectre_libs",
11350 "pet-core",
11351 "pet-fs",
11352 "pet-python-utils",
11353 "pet-virtualenv",
11354]
11355
11356[[package]]
11357name = "pet-pipenv"
11358version = "0.1.0"
11359source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11360dependencies = [
11361 "log",
11362 "msvc_spectre_libs",
11363 "pet-core",
11364 "pet-fs",
11365 "pet-python-utils",
11366 "pet-virtualenv",
11367]
11368
11369[[package]]
11370name = "pet-pixi"
11371version = "0.1.0"
11372source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11373dependencies = [
11374 "log",
11375 "msvc_spectre_libs",
11376 "pet-conda",
11377 "pet-core",
11378 "pet-python-utils",
11379]
11380
11381[[package]]
11382name = "pet-poetry"
11383version = "0.1.0"
11384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11385dependencies = [
11386 "base64 0.22.1",
11387 "lazy_static",
11388 "log",
11389 "msvc_spectre_libs",
11390 "pet-core",
11391 "pet-fs",
11392 "pet-python-utils",
11393 "pet-reporter",
11394 "pet-virtualenv",
11395 "regex",
11396 "serde",
11397 "serde_json",
11398 "sha2",
11399 "toml 0.8.20",
11400]
11401
11402[[package]]
11403name = "pet-pyenv"
11404version = "0.1.0"
11405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11406dependencies = [
11407 "lazy_static",
11408 "log",
11409 "msvc_spectre_libs",
11410 "pet-conda",
11411 "pet-core",
11412 "pet-fs",
11413 "pet-python-utils",
11414 "pet-reporter",
11415 "regex",
11416 "serde",
11417 "serde_json",
11418]
11419
11420[[package]]
11421name = "pet-python-utils"
11422version = "0.1.0"
11423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11424dependencies = [
11425 "env_logger 0.10.2",
11426 "lazy_static",
11427 "log",
11428 "msvc_spectre_libs",
11429 "pet-core",
11430 "pet-fs",
11431 "regex",
11432 "serde",
11433 "serde_json",
11434 "sha2",
11435]
11436
11437[[package]]
11438name = "pet-reporter"
11439version = "0.1.0"
11440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11441dependencies = [
11442 "env_logger 0.10.2",
11443 "log",
11444 "msvc_spectre_libs",
11445 "pet-core",
11446 "pet-jsonrpc",
11447 "serde",
11448 "serde_json",
11449]
11450
11451[[package]]
11452name = "pet-telemetry"
11453version = "0.1.0"
11454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11455dependencies = [
11456 "env_logger 0.10.2",
11457 "lazy_static",
11458 "log",
11459 "msvc_spectre_libs",
11460 "pet-core",
11461 "pet-fs",
11462 "pet-python-utils",
11463 "regex",
11464]
11465
11466[[package]]
11467name = "pet-venv"
11468version = "0.1.0"
11469source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11470dependencies = [
11471 "log",
11472 "msvc_spectre_libs",
11473 "pet-core",
11474 "pet-python-utils",
11475 "pet-virtualenv",
11476]
11477
11478[[package]]
11479name = "pet-virtualenv"
11480version = "0.1.0"
11481source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11482dependencies = [
11483 "log",
11484 "msvc_spectre_libs",
11485 "pet-core",
11486 "pet-fs",
11487 "pet-python-utils",
11488]
11489
11490[[package]]
11491name = "pet-virtualenvwrapper"
11492version = "0.1.0"
11493source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11494dependencies = [
11495 "log",
11496 "msvc_spectre_libs",
11497 "pet-core",
11498 "pet-fs",
11499 "pet-python-utils",
11500 "pet-virtualenv",
11501]
11502
11503[[package]]
11504name = "pet-windows-registry"
11505version = "0.1.0"
11506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11507dependencies = [
11508 "lazy_static",
11509 "log",
11510 "msvc_spectre_libs",
11511 "pet-conda",
11512 "pet-core",
11513 "pet-fs",
11514 "pet-python-utils",
11515 "pet-virtualenv",
11516 "pet-windows-store",
11517 "regex",
11518 "winreg 0.55.0",
11519]
11520
11521[[package]]
11522name = "pet-windows-store"
11523version = "0.1.0"
11524source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11525dependencies = [
11526 "lazy_static",
11527 "log",
11528 "msvc_spectre_libs",
11529 "pet-core",
11530 "pet-fs",
11531 "pet-python-utils",
11532 "pet-virtualenv",
11533 "regex",
11534 "winreg 0.55.0",
11535]
11536
11537[[package]]
11538name = "petgraph"
11539version = "0.6.5"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11542dependencies = [
11543 "fixedbitset",
11544 "indexmap",
11545]
11546
11547[[package]]
11548name = "pgvector"
11549version = "0.4.0"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11552dependencies = [
11553 "serde",
11554]
11555
11556[[package]]
11557name = "phf"
11558version = "0.11.3"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11561dependencies = [
11562 "phf_macros",
11563 "phf_shared",
11564]
11565
11566[[package]]
11567name = "phf_codegen"
11568version = "0.11.3"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11571dependencies = [
11572 "phf_generator",
11573 "phf_shared",
11574]
11575
11576[[package]]
11577name = "phf_generator"
11578version = "0.11.3"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11581dependencies = [
11582 "phf_shared",
11583 "rand 0.8.5",
11584]
11585
11586[[package]]
11587name = "phf_macros"
11588version = "0.11.3"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11591dependencies = [
11592 "phf_generator",
11593 "phf_shared",
11594 "proc-macro2",
11595 "quote",
11596 "syn 2.0.101",
11597]
11598
11599[[package]]
11600name = "phf_shared"
11601version = "0.11.3"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11604dependencies = [
11605 "siphasher",
11606]
11607
11608[[package]]
11609name = "picker"
11610version = "0.1.0"
11611dependencies = [
11612 "anyhow",
11613 "ctor",
11614 "editor",
11615 "env_logger 0.11.8",
11616 "gpui",
11617 "menu",
11618 "schemars",
11619 "serde",
11620 "serde_json",
11621 "ui",
11622 "util",
11623 "workspace",
11624 "workspace-hack",
11625]
11626
11627[[package]]
11628name = "pico-args"
11629version = "0.5.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11632
11633[[package]]
11634name = "pin-project"
11635version = "1.1.10"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11638dependencies = [
11639 "pin-project-internal",
11640]
11641
11642[[package]]
11643name = "pin-project-internal"
11644version = "1.1.10"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11647dependencies = [
11648 "proc-macro2",
11649 "quote",
11650 "syn 2.0.101",
11651]
11652
11653[[package]]
11654name = "pin-project-lite"
11655version = "0.2.16"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11658
11659[[package]]
11660name = "pin-utils"
11661version = "0.1.0"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11664
11665[[package]]
11666name = "piper"
11667version = "0.2.4"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11670dependencies = [
11671 "atomic-waker",
11672 "fastrand 2.3.0",
11673 "futures-io",
11674]
11675
11676[[package]]
11677name = "pkcs1"
11678version = "0.7.5"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11681dependencies = [
11682 "der 0.7.10",
11683 "pkcs8 0.10.2",
11684 "spki 0.7.3",
11685]
11686
11687[[package]]
11688name = "pkcs8"
11689version = "0.9.0"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11692dependencies = [
11693 "der 0.6.1",
11694 "spki 0.6.0",
11695]
11696
11697[[package]]
11698name = "pkcs8"
11699version = "0.10.2"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11702dependencies = [
11703 "der 0.7.10",
11704 "spki 0.7.3",
11705]
11706
11707[[package]]
11708name = "pkg-config"
11709version = "0.3.32"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11712
11713[[package]]
11714name = "plist"
11715version = "1.7.1"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11718dependencies = [
11719 "base64 0.22.1",
11720 "indexmap",
11721 "quick-xml 0.32.0",
11722 "serde",
11723 "time",
11724]
11725
11726[[package]]
11727name = "plotters"
11728version = "0.3.7"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11731dependencies = [
11732 "num-traits",
11733 "plotters-backend",
11734 "plotters-svg",
11735 "wasm-bindgen",
11736 "web-sys",
11737]
11738
11739[[package]]
11740name = "plotters-backend"
11741version = "0.3.7"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11744
11745[[package]]
11746name = "plotters-svg"
11747version = "0.3.7"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11750dependencies = [
11751 "plotters-backend",
11752]
11753
11754[[package]]
11755name = "png"
11756version = "0.17.16"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11759dependencies = [
11760 "bitflags 1.3.2",
11761 "crc32fast",
11762 "fdeflate",
11763 "flate2",
11764 "miniz_oxide",
11765]
11766
11767[[package]]
11768name = "polling"
11769version = "3.7.4"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11772dependencies = [
11773 "cfg-if",
11774 "concurrent-queue",
11775 "hermit-abi 0.4.0",
11776 "pin-project-lite",
11777 "rustix 0.38.44",
11778 "tracing",
11779 "windows-sys 0.59.0",
11780]
11781
11782[[package]]
11783name = "pollster"
11784version = "0.2.5"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11787
11788[[package]]
11789name = "pollster"
11790version = "0.4.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11793
11794[[package]]
11795name = "portable-atomic"
11796version = "1.11.0"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11799
11800[[package]]
11801name = "portable-atomic-util"
11802version = "0.2.4"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11805dependencies = [
11806 "portable-atomic",
11807]
11808
11809[[package]]
11810name = "portable-pty"
11811version = "0.9.0"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11814dependencies = [
11815 "anyhow",
11816 "bitflags 1.3.2",
11817 "downcast-rs",
11818 "filedescriptor",
11819 "lazy_static",
11820 "libc",
11821 "log",
11822 "nix 0.28.0",
11823 "serial2",
11824 "shared_library",
11825 "shell-words",
11826 "winapi",
11827 "winreg 0.10.1",
11828]
11829
11830[[package]]
11831name = "postage"
11832version = "0.5.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11835dependencies = [
11836 "atomic",
11837 "crossbeam-queue",
11838 "futures 0.3.31",
11839 "log",
11840 "parking_lot",
11841 "pin-project",
11842 "pollster 0.2.5",
11843 "static_assertions",
11844 "thiserror 1.0.69",
11845]
11846
11847[[package]]
11848name = "postcard"
11849version = "1.1.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11852dependencies = [
11853 "cobs",
11854 "embedded-io 0.4.0",
11855 "embedded-io 0.6.1",
11856 "serde",
11857]
11858
11859[[package]]
11860name = "powerfmt"
11861version = "0.2.0"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11864
11865[[package]]
11866name = "ppv-lite86"
11867version = "0.2.21"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11870dependencies = [
11871 "zerocopy 0.8.24",
11872]
11873
11874[[package]]
11875name = "precomputed-hash"
11876version = "0.1.1"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11879
11880[[package]]
11881name = "prettier"
11882version = "0.1.0"
11883dependencies = [
11884 "anyhow",
11885 "collections",
11886 "fs",
11887 "gpui",
11888 "language",
11889 "log",
11890 "lsp",
11891 "node_runtime",
11892 "parking_lot",
11893 "paths",
11894 "serde",
11895 "serde_json",
11896 "util",
11897 "workspace-hack",
11898]
11899
11900[[package]]
11901name = "pretty_assertions"
11902version = "1.4.1"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11905dependencies = [
11906 "diff",
11907 "yansi",
11908]
11909
11910[[package]]
11911name = "prettyplease"
11912version = "0.2.32"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11915dependencies = [
11916 "proc-macro2",
11917 "syn 2.0.101",
11918]
11919
11920[[package]]
11921name = "proc-macro-crate"
11922version = "3.3.0"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11925dependencies = [
11926 "toml_edit",
11927]
11928
11929[[package]]
11930name = "proc-macro-error-attr2"
11931version = "2.0.0"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11934dependencies = [
11935 "proc-macro2",
11936 "quote",
11937]
11938
11939[[package]]
11940name = "proc-macro-error2"
11941version = "2.0.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11944dependencies = [
11945 "proc-macro-error-attr2",
11946 "proc-macro2",
11947 "quote",
11948 "syn 2.0.101",
11949]
11950
11951[[package]]
11952name = "proc-macro2"
11953version = "1.0.95"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11956dependencies = [
11957 "unicode-ident",
11958]
11959
11960[[package]]
11961name = "proc-macro2-diagnostics"
11962version = "0.10.1"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11965dependencies = [
11966 "proc-macro2",
11967 "quote",
11968 "syn 2.0.101",
11969 "version_check",
11970 "yansi",
11971]
11972
11973[[package]]
11974name = "prodash"
11975version = "29.0.2"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11978dependencies = [
11979 "log",
11980 "parking_lot",
11981]
11982
11983[[package]]
11984name = "profiling"
11985version = "1.0.16"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11988dependencies = [
11989 "profiling-procmacros",
11990]
11991
11992[[package]]
11993name = "profiling-procmacros"
11994version = "1.0.16"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11997dependencies = [
11998 "quote",
11999 "syn 2.0.101",
12000]
12001
12002[[package]]
12003name = "project"
12004version = "0.1.0"
12005dependencies = [
12006 "aho-corasick",
12007 "anyhow",
12008 "askpass",
12009 "async-trait",
12010 "buffer_diff",
12011 "circular-buffer",
12012 "client",
12013 "clock",
12014 "collections",
12015 "context_server",
12016 "dap",
12017 "dap_adapters",
12018 "env_logger 0.11.8",
12019 "extension",
12020 "fancy-regex 0.14.0",
12021 "fs",
12022 "futures 0.3.31",
12023 "fuzzy",
12024 "git",
12025 "git2",
12026 "git_hosting_providers",
12027 "globset",
12028 "gpui",
12029 "http_client",
12030 "image",
12031 "indexmap",
12032 "itertools 0.14.0",
12033 "language",
12034 "log",
12035 "lsp",
12036 "node_runtime",
12037 "parking_lot",
12038 "pathdiff",
12039 "paths",
12040 "postage",
12041 "prettier",
12042 "pretty_assertions",
12043 "rand 0.8.5",
12044 "regex",
12045 "release_channel",
12046 "remote",
12047 "rpc",
12048 "schemars",
12049 "serde",
12050 "serde_json",
12051 "settings",
12052 "sha2",
12053 "shellexpand 2.1.2",
12054 "shlex",
12055 "smol",
12056 "snippet",
12057 "snippet_provider",
12058 "sum_tree",
12059 "task",
12060 "tempfile",
12061 "terminal",
12062 "text",
12063 "toml 0.8.20",
12064 "unindent",
12065 "url",
12066 "util",
12067 "which 6.0.3",
12068 "workspace-hack",
12069 "worktree",
12070 "zlog",
12071]
12072
12073[[package]]
12074name = "project_panel"
12075version = "0.1.0"
12076dependencies = [
12077 "anyhow",
12078 "client",
12079 "collections",
12080 "command_palette_hooks",
12081 "db",
12082 "editor",
12083 "file_icons",
12084 "git",
12085 "gpui",
12086 "indexmap",
12087 "language",
12088 "menu",
12089 "pretty_assertions",
12090 "project",
12091 "schemars",
12092 "search",
12093 "serde",
12094 "serde_derive",
12095 "serde_json",
12096 "settings",
12097 "smallvec",
12098 "theme",
12099 "ui",
12100 "util",
12101 "workspace",
12102 "workspace-hack",
12103 "worktree",
12104 "zed_actions",
12105]
12106
12107[[package]]
12108name = "project_symbols"
12109version = "0.1.0"
12110dependencies = [
12111 "anyhow",
12112 "editor",
12113 "futures 0.3.31",
12114 "fuzzy",
12115 "gpui",
12116 "language",
12117 "lsp",
12118 "ordered-float 2.10.1",
12119 "picker",
12120 "project",
12121 "release_channel",
12122 "serde_json",
12123 "settings",
12124 "theme",
12125 "util",
12126 "workspace",
12127 "workspace-hack",
12128]
12129
12130[[package]]
12131name = "prometheus"
12132version = "0.14.0"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12135dependencies = [
12136 "cfg-if",
12137 "fnv",
12138 "lazy_static",
12139 "memchr",
12140 "parking_lot",
12141 "protobuf",
12142 "thiserror 2.0.12",
12143]
12144
12145[[package]]
12146name = "prompt_store"
12147version = "0.1.0"
12148dependencies = [
12149 "anyhow",
12150 "assets",
12151 "chrono",
12152 "collections",
12153 "fs",
12154 "futures 0.3.31",
12155 "fuzzy",
12156 "gpui",
12157 "handlebars 4.5.0",
12158 "heed",
12159 "language",
12160 "log",
12161 "parking_lot",
12162 "paths",
12163 "rope",
12164 "serde",
12165 "serde_json",
12166 "text",
12167 "util",
12168 "uuid",
12169 "workspace-hack",
12170]
12171
12172[[package]]
12173name = "prost"
12174version = "0.9.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12177dependencies = [
12178 "bytes 1.10.1",
12179 "prost-derive 0.9.0",
12180]
12181
12182[[package]]
12183name = "prost"
12184version = "0.12.6"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12187dependencies = [
12188 "bytes 1.10.1",
12189 "prost-derive 0.12.6",
12190]
12191
12192[[package]]
12193name = "prost"
12194version = "0.13.5"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12197dependencies = [
12198 "bytes 1.10.1",
12199 "prost-derive 0.13.5",
12200]
12201
12202[[package]]
12203name = "prost-build"
12204version = "0.9.0"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12207dependencies = [
12208 "bytes 1.10.1",
12209 "heck 0.3.3",
12210 "itertools 0.10.5",
12211 "lazy_static",
12212 "log",
12213 "multimap 0.8.3",
12214 "petgraph",
12215 "prost 0.9.0",
12216 "prost-types 0.9.0",
12217 "regex",
12218 "tempfile",
12219 "which 4.4.2",
12220]
12221
12222[[package]]
12223name = "prost-build"
12224version = "0.12.6"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12227dependencies = [
12228 "bytes 1.10.1",
12229 "heck 0.5.0",
12230 "itertools 0.12.1",
12231 "log",
12232 "multimap 0.10.0",
12233 "once_cell",
12234 "petgraph",
12235 "prettyplease",
12236 "prost 0.12.6",
12237 "prost-types 0.12.6",
12238 "regex",
12239 "syn 2.0.101",
12240 "tempfile",
12241]
12242
12243[[package]]
12244name = "prost-derive"
12245version = "0.9.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12248dependencies = [
12249 "anyhow",
12250 "itertools 0.10.5",
12251 "proc-macro2",
12252 "quote",
12253 "syn 1.0.109",
12254]
12255
12256[[package]]
12257name = "prost-derive"
12258version = "0.12.6"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12261dependencies = [
12262 "anyhow",
12263 "itertools 0.12.1",
12264 "proc-macro2",
12265 "quote",
12266 "syn 2.0.101",
12267]
12268
12269[[package]]
12270name = "prost-derive"
12271version = "0.13.5"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12274dependencies = [
12275 "anyhow",
12276 "itertools 0.14.0",
12277 "proc-macro2",
12278 "quote",
12279 "syn 2.0.101",
12280]
12281
12282[[package]]
12283name = "prost-types"
12284version = "0.9.0"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12287dependencies = [
12288 "bytes 1.10.1",
12289 "prost 0.9.0",
12290]
12291
12292[[package]]
12293name = "prost-types"
12294version = "0.12.6"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12297dependencies = [
12298 "prost 0.12.6",
12299]
12300
12301[[package]]
12302name = "proto"
12303version = "0.1.0"
12304dependencies = [
12305 "anyhow",
12306 "collections",
12307 "prost 0.9.0",
12308 "prost-build 0.9.0",
12309 "serde",
12310 "workspace-hack",
12311]
12312
12313[[package]]
12314name = "protobuf"
12315version = "3.7.2"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12318dependencies = [
12319 "once_cell",
12320 "protobuf-support",
12321 "thiserror 1.0.69",
12322]
12323
12324[[package]]
12325name = "protobuf-support"
12326version = "3.7.2"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12329dependencies = [
12330 "thiserror 1.0.69",
12331]
12332
12333[[package]]
12334name = "psm"
12335version = "0.1.25"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12338dependencies = [
12339 "cc",
12340]
12341
12342[[package]]
12343name = "ptr_meta"
12344version = "0.1.4"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12347dependencies = [
12348 "ptr_meta_derive",
12349]
12350
12351[[package]]
12352name = "ptr_meta_derive"
12353version = "0.1.4"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12356dependencies = [
12357 "proc-macro2",
12358 "quote",
12359 "syn 1.0.109",
12360]
12361
12362[[package]]
12363name = "pulldown-cmark"
12364version = "0.10.3"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12367dependencies = [
12368 "bitflags 2.9.0",
12369 "memchr",
12370 "pulldown-cmark-escape",
12371 "unicase",
12372]
12373
12374[[package]]
12375name = "pulldown-cmark"
12376version = "0.12.2"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12379dependencies = [
12380 "bitflags 2.9.0",
12381 "memchr",
12382 "unicase",
12383]
12384
12385[[package]]
12386name = "pulldown-cmark-escape"
12387version = "0.10.1"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12390
12391[[package]]
12392name = "pulley-interpreter"
12393version = "29.0.1"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12396dependencies = [
12397 "cranelift-bitset",
12398 "log",
12399 "sptr",
12400 "wasmtime-math",
12401]
12402
12403[[package]]
12404name = "qoi"
12405version = "0.4.1"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12408dependencies = [
12409 "bytemuck",
12410]
12411
12412[[package]]
12413name = "quick-error"
12414version = "2.0.1"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12417
12418[[package]]
12419name = "quick-xml"
12420version = "0.30.0"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12423dependencies = [
12424 "memchr",
12425]
12426
12427[[package]]
12428name = "quick-xml"
12429version = "0.32.0"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12432dependencies = [
12433 "memchr",
12434]
12435
12436[[package]]
12437name = "quick-xml"
12438version = "0.37.4"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12441dependencies = [
12442 "memchr",
12443]
12444
12445[[package]]
12446name = "quinn"
12447version = "0.11.7"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12450dependencies = [
12451 "bytes 1.10.1",
12452 "cfg_aliases 0.2.1",
12453 "pin-project-lite",
12454 "quinn-proto",
12455 "quinn-udp",
12456 "rustc-hash 2.1.1",
12457 "rustls 0.23.26",
12458 "socket2",
12459 "thiserror 2.0.12",
12460 "tokio",
12461 "tracing",
12462 "web-time",
12463]
12464
12465[[package]]
12466name = "quinn-proto"
12467version = "0.11.10"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12470dependencies = [
12471 "bytes 1.10.1",
12472 "getrandom 0.3.2",
12473 "rand 0.9.1",
12474 "ring",
12475 "rustc-hash 2.1.1",
12476 "rustls 0.23.26",
12477 "rustls-pki-types",
12478 "slab",
12479 "thiserror 2.0.12",
12480 "tinyvec",
12481 "tracing",
12482 "web-time",
12483]
12484
12485[[package]]
12486name = "quinn-udp"
12487version = "0.5.11"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12490dependencies = [
12491 "cfg_aliases 0.2.1",
12492 "libc",
12493 "once_cell",
12494 "socket2",
12495 "tracing",
12496 "windows-sys 0.59.0",
12497]
12498
12499[[package]]
12500name = "quote"
12501version = "1.0.40"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12504dependencies = [
12505 "proc-macro2",
12506]
12507
12508[[package]]
12509name = "r-efi"
12510version = "5.2.0"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12513
12514[[package]]
12515name = "radium"
12516version = "0.7.0"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12519
12520[[package]]
12521name = "rand"
12522version = "0.7.3"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12525dependencies = [
12526 "getrandom 0.1.16",
12527 "libc",
12528 "rand_chacha 0.2.2",
12529 "rand_core 0.5.1",
12530 "rand_hc",
12531]
12532
12533[[package]]
12534name = "rand"
12535version = "0.8.5"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12538dependencies = [
12539 "libc",
12540 "rand_chacha 0.3.1",
12541 "rand_core 0.6.4",
12542]
12543
12544[[package]]
12545name = "rand"
12546version = "0.9.1"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12549dependencies = [
12550 "rand_chacha 0.9.0",
12551 "rand_core 0.9.3",
12552]
12553
12554[[package]]
12555name = "rand_chacha"
12556version = "0.2.2"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12559dependencies = [
12560 "ppv-lite86",
12561 "rand_core 0.5.1",
12562]
12563
12564[[package]]
12565name = "rand_chacha"
12566version = "0.3.1"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12569dependencies = [
12570 "ppv-lite86",
12571 "rand_core 0.6.4",
12572]
12573
12574[[package]]
12575name = "rand_chacha"
12576version = "0.9.0"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12579dependencies = [
12580 "ppv-lite86",
12581 "rand_core 0.9.3",
12582]
12583
12584[[package]]
12585name = "rand_core"
12586version = "0.5.1"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12589dependencies = [
12590 "getrandom 0.1.16",
12591]
12592
12593[[package]]
12594name = "rand_core"
12595version = "0.6.4"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12598dependencies = [
12599 "getrandom 0.2.15",
12600]
12601
12602[[package]]
12603name = "rand_core"
12604version = "0.9.3"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12607dependencies = [
12608 "getrandom 0.3.2",
12609]
12610
12611[[package]]
12612name = "rand_hc"
12613version = "0.2.0"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12616dependencies = [
12617 "rand_core 0.5.1",
12618]
12619
12620[[package]]
12621name = "rangemap"
12622version = "1.5.1"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12625
12626[[package]]
12627name = "rav1e"
12628version = "0.7.1"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12631dependencies = [
12632 "arbitrary",
12633 "arg_enum_proc_macro",
12634 "arrayvec",
12635 "av1-grain",
12636 "bitstream-io",
12637 "built",
12638 "cfg-if",
12639 "interpolate_name",
12640 "itertools 0.12.1",
12641 "libc",
12642 "libfuzzer-sys",
12643 "log",
12644 "maybe-rayon",
12645 "new_debug_unreachable",
12646 "noop_proc_macro",
12647 "num-derive",
12648 "num-traits",
12649 "once_cell",
12650 "paste",
12651 "profiling",
12652 "rand 0.8.5",
12653 "rand_chacha 0.3.1",
12654 "simd_helpers",
12655 "system-deps",
12656 "thiserror 1.0.69",
12657 "v_frame",
12658 "wasm-bindgen",
12659]
12660
12661[[package]]
12662name = "ravif"
12663version = "0.11.12"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12666dependencies = [
12667 "avif-serialize",
12668 "imgref",
12669 "loop9",
12670 "quick-error",
12671 "rav1e",
12672 "rayon",
12673 "rgb",
12674]
12675
12676[[package]]
12677name = "raw-window-handle"
12678version = "0.6.2"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12681
12682[[package]]
12683name = "raw-window-metal"
12684version = "0.4.0"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12687dependencies = [
12688 "cocoa 0.25.0",
12689 "core-graphics 0.23.2",
12690 "objc",
12691 "raw-window-handle",
12692]
12693
12694[[package]]
12695name = "rayon"
12696version = "1.10.0"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12699dependencies = [
12700 "either",
12701 "rayon-core",
12702]
12703
12704[[package]]
12705name = "rayon-core"
12706version = "1.12.1"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12709dependencies = [
12710 "crossbeam-deque",
12711 "crossbeam-utils",
12712]
12713
12714[[package]]
12715name = "read-fonts"
12716version = "0.25.3"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12719dependencies = [
12720 "bytemuck",
12721 "font-types",
12722]
12723
12724[[package]]
12725name = "recent_projects"
12726version = "0.1.0"
12727dependencies = [
12728 "anyhow",
12729 "auto_update",
12730 "dap",
12731 "editor",
12732 "extension_host",
12733 "file_finder",
12734 "futures 0.3.31",
12735 "fuzzy",
12736 "gpui",
12737 "language",
12738 "log",
12739 "markdown",
12740 "menu",
12741 "ordered-float 2.10.1",
12742 "paths",
12743 "picker",
12744 "project",
12745 "release_channel",
12746 "remote",
12747 "schemars",
12748 "serde",
12749 "serde_json",
12750 "settings",
12751 "smol",
12752 "task",
12753 "telemetry",
12754 "theme",
12755 "ui",
12756 "util",
12757 "workspace",
12758 "workspace-hack",
12759 "zed_actions",
12760]
12761
12762[[package]]
12763name = "redox_syscall"
12764version = "0.2.16"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12767dependencies = [
12768 "bitflags 1.3.2",
12769]
12770
12771[[package]]
12772name = "redox_syscall"
12773version = "0.5.11"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12776dependencies = [
12777 "bitflags 2.9.0",
12778]
12779
12780[[package]]
12781name = "redox_users"
12782version = "0.4.6"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12785dependencies = [
12786 "getrandom 0.2.15",
12787 "libredox",
12788 "thiserror 1.0.69",
12789]
12790
12791[[package]]
12792name = "redox_users"
12793version = "0.5.0"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12796dependencies = [
12797 "getrandom 0.2.15",
12798 "libredox",
12799 "thiserror 2.0.12",
12800]
12801
12802[[package]]
12803name = "ref-cast"
12804version = "1.0.24"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12807dependencies = [
12808 "ref-cast-impl",
12809]
12810
12811[[package]]
12812name = "ref-cast-impl"
12813version = "1.0.24"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12816dependencies = [
12817 "proc-macro2",
12818 "quote",
12819 "syn 2.0.101",
12820]
12821
12822[[package]]
12823name = "referencing"
12824version = "0.30.0"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12827dependencies = [
12828 "ahash 0.8.11",
12829 "fluent-uri",
12830 "once_cell",
12831 "parking_lot",
12832 "percent-encoding",
12833 "serde_json",
12834]
12835
12836[[package]]
12837name = "refineable"
12838version = "0.1.0"
12839dependencies = [
12840 "derive_refineable",
12841 "workspace-hack",
12842]
12843
12844[[package]]
12845name = "regalloc2"
12846version = "0.11.2"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12849dependencies = [
12850 "allocator-api2",
12851 "bumpalo",
12852 "hashbrown 0.15.3",
12853 "log",
12854 "rustc-hash 2.1.1",
12855 "serde",
12856 "smallvec",
12857]
12858
12859[[package]]
12860name = "regex"
12861version = "1.11.1"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12864dependencies = [
12865 "aho-corasick",
12866 "memchr",
12867 "regex-automata 0.4.9",
12868 "regex-syntax 0.8.5",
12869]
12870
12871[[package]]
12872name = "regex-automata"
12873version = "0.1.10"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12876dependencies = [
12877 "regex-syntax 0.6.29",
12878]
12879
12880[[package]]
12881name = "regex-automata"
12882version = "0.4.9"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12885dependencies = [
12886 "aho-corasick",
12887 "memchr",
12888 "regex-syntax 0.8.5",
12889]
12890
12891[[package]]
12892name = "regex-lite"
12893version = "0.1.6"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12896
12897[[package]]
12898name = "regex-syntax"
12899version = "0.6.29"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12902
12903[[package]]
12904name = "regex-syntax"
12905version = "0.8.5"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12908
12909[[package]]
12910name = "release_channel"
12911version = "0.1.0"
12912dependencies = [
12913 "gpui",
12914 "workspace-hack",
12915]
12916
12917[[package]]
12918name = "remote"
12919version = "0.1.0"
12920dependencies = [
12921 "anyhow",
12922 "askpass",
12923 "async-trait",
12924 "collections",
12925 "fs",
12926 "futures 0.3.31",
12927 "gpui",
12928 "itertools 0.14.0",
12929 "log",
12930 "parking_lot",
12931 "paths",
12932 "prost 0.9.0",
12933 "release_channel",
12934 "rpc",
12935 "schemars",
12936 "serde",
12937 "serde_json",
12938 "shlex",
12939 "smol",
12940 "tempfile",
12941 "thiserror 2.0.12",
12942 "urlencoding",
12943 "util",
12944 "workspace-hack",
12945]
12946
12947[[package]]
12948name = "remote_server"
12949version = "0.1.0"
12950dependencies = [
12951 "anyhow",
12952 "askpass",
12953 "assistant_tool",
12954 "assistant_tools",
12955 "async-watch",
12956 "backtrace",
12957 "cargo_toml",
12958 "chrono",
12959 "clap",
12960 "client",
12961 "clock",
12962 "dap",
12963 "dap_adapters",
12964 "debug_adapter_extension",
12965 "env_logger 0.11.8",
12966 "extension",
12967 "extension_host",
12968 "fork",
12969 "fs",
12970 "futures 0.3.31",
12971 "git",
12972 "git_hosting_providers",
12973 "gpui",
12974 "gpui_tokio",
12975 "http_client",
12976 "language",
12977 "language_extension",
12978 "language_model",
12979 "languages",
12980 "libc",
12981 "log",
12982 "lsp",
12983 "node_runtime",
12984 "paths",
12985 "project",
12986 "proto",
12987 "release_channel",
12988 "remote",
12989 "reqwest_client",
12990 "rpc",
12991 "rust-embed",
12992 "serde",
12993 "serde_json",
12994 "settings",
12995 "shellexpand 2.1.2",
12996 "smol",
12997 "sysinfo",
12998 "telemetry_events",
12999 "toml 0.8.20",
13000 "unindent",
13001 "util",
13002 "worktree",
13003]
13004
13005[[package]]
13006name = "rend"
13007version = "0.4.2"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
13010dependencies = [
13011 "bytecheck",
13012]
13013
13014[[package]]
13015name = "repl"
13016version = "0.1.0"
13017dependencies = [
13018 "alacritty_terminal",
13019 "anyhow",
13020 "async-dispatcher",
13021 "async-tungstenite",
13022 "base64 0.22.1",
13023 "client",
13024 "collections",
13025 "command_palette_hooks",
13026 "editor",
13027 "env_logger 0.11.8",
13028 "feature_flags",
13029 "file_icons",
13030 "futures 0.3.31",
13031 "gpui",
13032 "http_client",
13033 "image",
13034 "indoc",
13035 "jupyter-protocol",
13036 "jupyter-websocket-client",
13037 "language",
13038 "languages",
13039 "log",
13040 "markdown_preview",
13041 "menu",
13042 "multi_buffer",
13043 "nbformat",
13044 "picker",
13045 "project",
13046 "runtimelib",
13047 "schemars",
13048 "serde",
13049 "serde_json",
13050 "settings",
13051 "smol",
13052 "telemetry",
13053 "terminal",
13054 "terminal_view",
13055 "theme",
13056 "tree-sitter-md",
13057 "tree-sitter-python",
13058 "tree-sitter-typescript",
13059 "ui",
13060 "util",
13061 "uuid",
13062 "workspace",
13063 "workspace-hack",
13064]
13065
13066[[package]]
13067name = "reqwest"
13068version = "0.11.27"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13071dependencies = [
13072 "base64 0.21.7",
13073 "bytes 1.10.1",
13074 "encoding_rs",
13075 "futures-core",
13076 "futures-util",
13077 "h2 0.3.26",
13078 "http 0.2.12",
13079 "http-body 0.4.6",
13080 "hyper 0.14.32",
13081 "hyper-rustls 0.24.2",
13082 "hyper-tls",
13083 "ipnet",
13084 "js-sys",
13085 "log",
13086 "mime",
13087 "native-tls",
13088 "once_cell",
13089 "percent-encoding",
13090 "pin-project-lite",
13091 "rustls 0.21.12",
13092 "rustls-native-certs 0.6.3",
13093 "rustls-pemfile 1.0.4",
13094 "serde",
13095 "serde_json",
13096 "serde_urlencoded",
13097 "sync_wrapper 0.1.2",
13098 "system-configuration 0.5.1",
13099 "tokio",
13100 "tokio-native-tls",
13101 "tokio-rustls 0.24.1",
13102 "tower-service",
13103 "url",
13104 "wasm-bindgen",
13105 "wasm-bindgen-futures",
13106 "web-sys",
13107 "winreg 0.50.0",
13108]
13109
13110[[package]]
13111name = "reqwest"
13112version = "0.12.15"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13115dependencies = [
13116 "base64 0.22.1",
13117 "bytes 1.10.1",
13118 "futures-channel",
13119 "futures-core",
13120 "futures-util",
13121 "http 1.3.1",
13122 "http-body 1.0.1",
13123 "http-body-util",
13124 "hyper 1.6.0",
13125 "hyper-util",
13126 "ipnet",
13127 "js-sys",
13128 "log",
13129 "mime",
13130 "once_cell",
13131 "percent-encoding",
13132 "pin-project-lite",
13133 "serde",
13134 "serde_json",
13135 "serde_urlencoded",
13136 "sync_wrapper 1.0.2",
13137 "tokio",
13138 "tower 0.5.2",
13139 "tower-service",
13140 "url",
13141 "wasm-bindgen",
13142 "wasm-bindgen-futures",
13143 "web-sys",
13144 "windows-registry 0.4.0",
13145]
13146
13147[[package]]
13148name = "reqwest"
13149version = "0.12.15"
13150source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13151dependencies = [
13152 "base64 0.22.1",
13153 "bytes 1.10.1",
13154 "encoding_rs",
13155 "futures-core",
13156 "futures-util",
13157 "h2 0.4.9",
13158 "http 1.3.1",
13159 "http-body 1.0.1",
13160 "http-body-util",
13161 "hyper 1.6.0",
13162 "hyper-rustls 0.27.5",
13163 "hyper-util",
13164 "ipnet",
13165 "js-sys",
13166 "log",
13167 "mime",
13168 "once_cell",
13169 "percent-encoding",
13170 "pin-project-lite",
13171 "quinn",
13172 "rustls 0.23.26",
13173 "rustls-native-certs 0.8.1",
13174 "rustls-pemfile 2.2.0",
13175 "rustls-pki-types",
13176 "serde",
13177 "serde_json",
13178 "serde_urlencoded",
13179 "sync_wrapper 1.0.2",
13180 "system-configuration 0.6.1",
13181 "tokio",
13182 "tokio-rustls 0.26.2",
13183 "tokio-socks",
13184 "tokio-util",
13185 "tower 0.5.2",
13186 "tower-service",
13187 "url",
13188 "wasm-bindgen",
13189 "wasm-bindgen-futures",
13190 "wasm-streams",
13191 "web-sys",
13192 "windows-registry 0.4.0",
13193]
13194
13195[[package]]
13196name = "reqwest_client"
13197version = "0.1.0"
13198dependencies = [
13199 "anyhow",
13200 "bytes 1.10.1",
13201 "futures 0.3.31",
13202 "gpui",
13203 "http_client",
13204 "http_client_tls",
13205 "log",
13206 "regex",
13207 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13208 "serde",
13209 "smol",
13210 "tokio",
13211 "workspace-hack",
13212]
13213
13214[[package]]
13215name = "resvg"
13216version = "0.45.1"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13219dependencies = [
13220 "log",
13221 "pico-args",
13222 "rgb",
13223 "svgtypes",
13224 "tiny-skia",
13225 "usvg",
13226]
13227
13228[[package]]
13229name = "rfc6979"
13230version = "0.3.1"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13233dependencies = [
13234 "crypto-bigint 0.4.9",
13235 "hmac",
13236 "zeroize",
13237]
13238
13239[[package]]
13240name = "rgb"
13241version = "0.8.50"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13244dependencies = [
13245 "bytemuck",
13246]
13247
13248[[package]]
13249name = "rich_text"
13250version = "0.1.0"
13251dependencies = [
13252 "futures 0.3.31",
13253 "gpui",
13254 "language",
13255 "linkify",
13256 "pulldown-cmark 0.12.2",
13257 "theme",
13258 "ui",
13259 "util",
13260 "workspace-hack",
13261]
13262
13263[[package]]
13264name = "ring"
13265version = "0.17.14"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13268dependencies = [
13269 "cc",
13270 "cfg-if",
13271 "getrandom 0.2.15",
13272 "libc",
13273 "untrusted",
13274 "windows-sys 0.52.0",
13275]
13276
13277[[package]]
13278name = "rkyv"
13279version = "0.7.45"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13282dependencies = [
13283 "bitvec",
13284 "bytecheck",
13285 "bytes 1.10.1",
13286 "hashbrown 0.12.3",
13287 "ptr_meta",
13288 "rend",
13289 "rkyv_derive",
13290 "seahash",
13291 "tinyvec",
13292 "uuid",
13293]
13294
13295[[package]]
13296name = "rkyv_derive"
13297version = "0.7.45"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13300dependencies = [
13301 "proc-macro2",
13302 "quote",
13303 "syn 1.0.109",
13304]
13305
13306[[package]]
13307name = "rmp"
13308version = "0.8.14"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13311dependencies = [
13312 "byteorder",
13313 "num-traits",
13314 "paste",
13315]
13316
13317[[package]]
13318name = "rmpv"
13319version = "1.3.0"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13322dependencies = [
13323 "num-traits",
13324 "rmp",
13325]
13326
13327[[package]]
13328name = "rodio"
13329version = "0.20.1"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13332dependencies = [
13333 "cpal",
13334 "hound",
13335]
13336
13337[[package]]
13338name = "rope"
13339version = "0.1.0"
13340dependencies = [
13341 "arrayvec",
13342 "criterion",
13343 "ctor",
13344 "env_logger 0.11.8",
13345 "gpui",
13346 "log",
13347 "rand 0.8.5",
13348 "rayon",
13349 "smallvec",
13350 "sum_tree",
13351 "unicode-segmentation",
13352 "util",
13353 "workspace-hack",
13354]
13355
13356[[package]]
13357name = "roxmltree"
13358version = "0.20.0"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13361
13362[[package]]
13363name = "rpc"
13364version = "0.1.0"
13365dependencies = [
13366 "anyhow",
13367 "async-tungstenite",
13368 "base64 0.22.1",
13369 "chrono",
13370 "collections",
13371 "env_logger 0.11.8",
13372 "futures 0.3.31",
13373 "gpui",
13374 "parking_lot",
13375 "proto",
13376 "rand 0.8.5",
13377 "rsa",
13378 "serde",
13379 "serde_json",
13380 "sha2",
13381 "strum 0.27.1",
13382 "tracing",
13383 "util",
13384 "workspace-hack",
13385 "zstd",
13386]
13387
13388[[package]]
13389name = "rsa"
13390version = "0.9.8"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13393dependencies = [
13394 "const-oid",
13395 "digest",
13396 "num-bigint-dig",
13397 "num-integer",
13398 "num-traits",
13399 "pkcs1",
13400 "pkcs8 0.10.2",
13401 "rand_core 0.6.4",
13402 "signature 2.2.0",
13403 "spki 0.7.3",
13404 "subtle",
13405 "zeroize",
13406]
13407
13408[[package]]
13409name = "rules_library"
13410version = "0.1.0"
13411dependencies = [
13412 "anyhow",
13413 "collections",
13414 "editor",
13415 "gpui",
13416 "language",
13417 "language_model",
13418 "log",
13419 "menu",
13420 "picker",
13421 "prompt_store",
13422 "release_channel",
13423 "rope",
13424 "serde",
13425 "settings",
13426 "theme",
13427 "ui",
13428 "util",
13429 "workspace",
13430 "workspace-hack",
13431 "zed_actions",
13432]
13433
13434[[package]]
13435name = "runtimelib"
13436version = "0.25.0"
13437source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13438dependencies = [
13439 "anyhow",
13440 "async-dispatcher",
13441 "async-std",
13442 "base64 0.22.1",
13443 "bytes 1.10.1",
13444 "chrono",
13445 "data-encoding",
13446 "dirs 5.0.1",
13447 "futures 0.3.31",
13448 "glob",
13449 "jupyter-protocol",
13450 "ring",
13451 "serde",
13452 "serde_json",
13453 "shellexpand 3.1.1",
13454 "smol",
13455 "uuid",
13456 "zeromq",
13457]
13458
13459[[package]]
13460name = "rust-embed"
13461version = "8.7.0"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13464dependencies = [
13465 "rust-embed-impl",
13466 "rust-embed-utils",
13467 "walkdir",
13468]
13469
13470[[package]]
13471name = "rust-embed-impl"
13472version = "8.7.0"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13475dependencies = [
13476 "proc-macro2",
13477 "quote",
13478 "rust-embed-utils",
13479 "syn 2.0.101",
13480 "walkdir",
13481]
13482
13483[[package]]
13484name = "rust-embed-utils"
13485version = "8.7.0"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13488dependencies = [
13489 "globset",
13490 "sha2",
13491 "walkdir",
13492]
13493
13494[[package]]
13495name = "rust_decimal"
13496version = "1.37.1"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13499dependencies = [
13500 "arrayvec",
13501 "borsh",
13502 "bytes 1.10.1",
13503 "num-traits",
13504 "rand 0.8.5",
13505 "rkyv",
13506 "serde",
13507 "serde_json",
13508]
13509
13510[[package]]
13511name = "rustc-demangle"
13512version = "0.1.24"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13515
13516[[package]]
13517name = "rustc-hash"
13518version = "1.1.0"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13521
13522[[package]]
13523name = "rustc-hash"
13524version = "2.1.1"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13527
13528[[package]]
13529name = "rustc_version"
13530version = "0.4.1"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13533dependencies = [
13534 "semver",
13535]
13536
13537[[package]]
13538name = "rustix"
13539version = "0.38.44"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13542dependencies = [
13543 "bitflags 2.9.0",
13544 "errno 0.3.11",
13545 "itoa",
13546 "libc",
13547 "linux-raw-sys 0.4.15",
13548 "windows-sys 0.59.0",
13549]
13550
13551[[package]]
13552name = "rustix"
13553version = "1.0.7"
13554source = "registry+https://github.com/rust-lang/crates.io-index"
13555checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13556dependencies = [
13557 "bitflags 2.9.0",
13558 "errno 0.3.11",
13559 "libc",
13560 "linux-raw-sys 0.9.4",
13561 "windows-sys 0.59.0",
13562]
13563
13564[[package]]
13565name = "rustix-linux-procfs"
13566version = "0.1.1"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13569dependencies = [
13570 "once_cell",
13571 "rustix 1.0.7",
13572]
13573
13574[[package]]
13575name = "rustix-openpty"
13576version = "0.1.1"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13579dependencies = [
13580 "errno 0.3.11",
13581 "libc",
13582 "rustix 0.38.44",
13583]
13584
13585[[package]]
13586name = "rustls"
13587version = "0.21.12"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13590dependencies = [
13591 "log",
13592 "ring",
13593 "rustls-webpki 0.101.7",
13594 "sct",
13595]
13596
13597[[package]]
13598name = "rustls"
13599version = "0.23.26"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13602dependencies = [
13603 "aws-lc-rs",
13604 "log",
13605 "once_cell",
13606 "ring",
13607 "rustls-pki-types",
13608 "rustls-webpki 0.103.1",
13609 "subtle",
13610 "zeroize",
13611]
13612
13613[[package]]
13614name = "rustls-native-certs"
13615version = "0.6.3"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13618dependencies = [
13619 "openssl-probe",
13620 "rustls-pemfile 1.0.4",
13621 "schannel",
13622 "security-framework 2.11.1",
13623]
13624
13625[[package]]
13626name = "rustls-native-certs"
13627version = "0.8.1"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13630dependencies = [
13631 "openssl-probe",
13632 "rustls-pki-types",
13633 "schannel",
13634 "security-framework 3.2.0",
13635]
13636
13637[[package]]
13638name = "rustls-pemfile"
13639version = "1.0.4"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13642dependencies = [
13643 "base64 0.21.7",
13644]
13645
13646[[package]]
13647name = "rustls-pemfile"
13648version = "2.2.0"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13651dependencies = [
13652 "rustls-pki-types",
13653]
13654
13655[[package]]
13656name = "rustls-pki-types"
13657version = "1.12.0"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13660dependencies = [
13661 "web-time",
13662 "zeroize",
13663]
13664
13665[[package]]
13666name = "rustls-platform-verifier"
13667version = "0.5.1"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13670dependencies = [
13671 "core-foundation 0.10.0",
13672 "core-foundation-sys",
13673 "jni",
13674 "log",
13675 "once_cell",
13676 "rustls 0.23.26",
13677 "rustls-native-certs 0.8.1",
13678 "rustls-platform-verifier-android",
13679 "rustls-webpki 0.103.1",
13680 "security-framework 3.2.0",
13681 "security-framework-sys",
13682 "webpki-root-certs",
13683 "windows-sys 0.59.0",
13684]
13685
13686[[package]]
13687name = "rustls-platform-verifier-android"
13688version = "0.1.1"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13691
13692[[package]]
13693name = "rustls-webpki"
13694version = "0.101.7"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13697dependencies = [
13698 "ring",
13699 "untrusted",
13700]
13701
13702[[package]]
13703name = "rustls-webpki"
13704version = "0.103.1"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13707dependencies = [
13708 "aws-lc-rs",
13709 "ring",
13710 "rustls-pki-types",
13711 "untrusted",
13712]
13713
13714[[package]]
13715name = "rustversion"
13716version = "1.0.20"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13719
13720[[package]]
13721name = "rustybuzz"
13722version = "0.14.1"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13725dependencies = [
13726 "bitflags 2.9.0",
13727 "bytemuck",
13728 "libm",
13729 "smallvec",
13730 "ttf-parser 0.21.1",
13731 "unicode-bidi-mirroring 0.2.0",
13732 "unicode-ccc 0.2.0",
13733 "unicode-properties",
13734 "unicode-script",
13735]
13736
13737[[package]]
13738name = "rustybuzz"
13739version = "0.20.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13742dependencies = [
13743 "bitflags 2.9.0",
13744 "bytemuck",
13745 "core_maths",
13746 "log",
13747 "smallvec",
13748 "ttf-parser 0.25.1",
13749 "unicode-bidi-mirroring 0.4.0",
13750 "unicode-ccc 0.4.0",
13751 "unicode-properties",
13752 "unicode-script",
13753]
13754
13755[[package]]
13756name = "ryu"
13757version = "1.0.20"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13760
13761[[package]]
13762name = "salsa20"
13763version = "0.10.2"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13766dependencies = [
13767 "cipher",
13768]
13769
13770[[package]]
13771name = "same-file"
13772version = "1.0.6"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13775dependencies = [
13776 "winapi-util",
13777]
13778
13779[[package]]
13780name = "scap"
13781version = "0.0.8"
13782source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13783dependencies = [
13784 "anyhow",
13785 "cocoa 0.25.0",
13786 "core-graphics-helmer-fork",
13787 "log",
13788 "objc",
13789 "rand 0.8.5",
13790 "screencapturekit",
13791 "screencapturekit-sys",
13792 "sysinfo",
13793 "tao-core-video-sys",
13794 "windows 0.61.1",
13795 "windows-capture",
13796 "x11",
13797 "xcb",
13798]
13799
13800[[package]]
13801name = "schannel"
13802version = "0.1.27"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13805dependencies = [
13806 "windows-sys 0.59.0",
13807]
13808
13809[[package]]
13810name = "schema_generator"
13811version = "0.1.0"
13812dependencies = [
13813 "anyhow",
13814 "clap",
13815 "env_logger 0.11.8",
13816 "schemars",
13817 "serde",
13818 "serde_json",
13819 "theme",
13820 "workspace-hack",
13821]
13822
13823[[package]]
13824name = "schemars"
13825version = "0.8.22"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13828dependencies = [
13829 "dyn-clone",
13830 "indexmap",
13831 "schemars_derive",
13832 "serde",
13833 "serde_json",
13834]
13835
13836[[package]]
13837name = "schemars_derive"
13838version = "0.8.22"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13841dependencies = [
13842 "proc-macro2",
13843 "quote",
13844 "serde_derive_internals",
13845 "syn 2.0.101",
13846]
13847
13848[[package]]
13849name = "scoped-tls"
13850version = "1.0.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13853
13854[[package]]
13855name = "scopeguard"
13856version = "1.2.0"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13859
13860[[package]]
13861name = "scratch"
13862version = "1.0.8"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13865
13866[[package]]
13867name = "screencapturekit"
13868version = "0.2.8"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13871dependencies = [
13872 "screencapturekit-sys",
13873]
13874
13875[[package]]
13876name = "screencapturekit-sys"
13877version = "0.2.8"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13880dependencies = [
13881 "block",
13882 "dispatch",
13883 "objc",
13884 "objc-foundation",
13885 "objc_id",
13886 "once_cell",
13887]
13888
13889[[package]]
13890name = "scrypt"
13891version = "0.11.0"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13894dependencies = [
13895 "password-hash 0.5.0",
13896 "pbkdf2 0.12.2",
13897 "salsa20",
13898 "sha2",
13899]
13900
13901[[package]]
13902name = "sct"
13903version = "0.7.1"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13906dependencies = [
13907 "ring",
13908 "untrusted",
13909]
13910
13911[[package]]
13912name = "sea-bae"
13913version = "0.2.1"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13916dependencies = [
13917 "heck 0.4.1",
13918 "proc-macro-error2",
13919 "proc-macro2",
13920 "quote",
13921 "syn 2.0.101",
13922]
13923
13924[[package]]
13925name = "sea-orm"
13926version = "1.1.10"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13929dependencies = [
13930 "async-stream",
13931 "async-trait",
13932 "bigdecimal",
13933 "chrono",
13934 "futures-util",
13935 "log",
13936 "ouroboros",
13937 "pgvector",
13938 "rust_decimal",
13939 "sea-orm-macros",
13940 "sea-query",
13941 "sea-query-binder",
13942 "serde",
13943 "serde_json",
13944 "sqlx",
13945 "strum 0.26.3",
13946 "thiserror 2.0.12",
13947 "time",
13948 "tracing",
13949 "url",
13950 "uuid",
13951]
13952
13953[[package]]
13954name = "sea-orm-macros"
13955version = "1.1.10"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13958dependencies = [
13959 "heck 0.4.1",
13960 "proc-macro2",
13961 "quote",
13962 "sea-bae",
13963 "syn 2.0.101",
13964 "unicode-ident",
13965]
13966
13967[[package]]
13968name = "sea-query"
13969version = "0.32.4"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13972dependencies = [
13973 "bigdecimal",
13974 "chrono",
13975 "inherent",
13976 "ordered-float 4.6.0",
13977 "rust_decimal",
13978 "serde_json",
13979 "time",
13980 "uuid",
13981]
13982
13983[[package]]
13984name = "sea-query-binder"
13985version = "0.7.0"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13988dependencies = [
13989 "bigdecimal",
13990 "chrono",
13991 "rust_decimal",
13992 "sea-query",
13993 "serde_json",
13994 "sqlx",
13995 "time",
13996 "uuid",
13997]
13998
13999[[package]]
14000name = "seahash"
14001version = "4.1.0"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
14004
14005[[package]]
14006name = "search"
14007version = "0.1.0"
14008dependencies = [
14009 "any_vec",
14010 "anyhow",
14011 "bitflags 2.9.0",
14012 "client",
14013 "collections",
14014 "editor",
14015 "futures 0.3.31",
14016 "gpui",
14017 "language",
14018 "menu",
14019 "project",
14020 "schemars",
14021 "serde",
14022 "serde_json",
14023 "settings",
14024 "smol",
14025 "theme",
14026 "ui",
14027 "unindent",
14028 "util",
14029 "workspace",
14030 "workspace-hack",
14031 "zed_actions",
14032]
14033
14034[[package]]
14035name = "sec1"
14036version = "0.3.0"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14039dependencies = [
14040 "base16ct",
14041 "der 0.6.1",
14042 "generic-array",
14043 "pkcs8 0.9.0",
14044 "subtle",
14045 "zeroize",
14046]
14047
14048[[package]]
14049name = "security-framework"
14050version = "2.11.1"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14053dependencies = [
14054 "bitflags 2.9.0",
14055 "core-foundation 0.9.4",
14056 "core-foundation-sys",
14057 "libc",
14058 "security-framework-sys",
14059]
14060
14061[[package]]
14062name = "security-framework"
14063version = "3.2.0"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14066dependencies = [
14067 "bitflags 2.9.0",
14068 "core-foundation 0.10.0",
14069 "core-foundation-sys",
14070 "libc",
14071 "security-framework-sys",
14072]
14073
14074[[package]]
14075name = "security-framework-sys"
14076version = "2.14.0"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14079dependencies = [
14080 "core-foundation-sys",
14081 "libc",
14082]
14083
14084[[package]]
14085name = "self_cell"
14086version = "1.2.0"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14089
14090[[package]]
14091name = "semantic_index"
14092version = "0.1.0"
14093dependencies = [
14094 "anyhow",
14095 "arrayvec",
14096 "blake3",
14097 "client",
14098 "clock",
14099 "collections",
14100 "env_logger 0.11.8",
14101 "feature_flags",
14102 "fs",
14103 "futures 0.3.31",
14104 "futures-batch",
14105 "gpui",
14106 "heed",
14107 "http_client",
14108 "language",
14109 "language_model",
14110 "languages",
14111 "log",
14112 "open_ai",
14113 "parking_lot",
14114 "project",
14115 "reqwest_client",
14116 "serde",
14117 "serde_json",
14118 "settings",
14119 "sha2",
14120 "smol",
14121 "streaming-iterator",
14122 "tempfile",
14123 "theme",
14124 "tree-sitter",
14125 "ui",
14126 "unindent",
14127 "util",
14128 "workspace",
14129 "workspace-hack",
14130 "worktree",
14131]
14132
14133[[package]]
14134name = "semantic_version"
14135version = "0.1.0"
14136dependencies = [
14137 "anyhow",
14138 "serde",
14139 "workspace-hack",
14140]
14141
14142[[package]]
14143name = "semver"
14144version = "1.0.26"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14147dependencies = [
14148 "serde",
14149]
14150
14151[[package]]
14152name = "serde"
14153version = "1.0.219"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14156dependencies = [
14157 "serde_derive",
14158]
14159
14160[[package]]
14161name = "serde_derive"
14162version = "1.0.219"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14165dependencies = [
14166 "proc-macro2",
14167 "quote",
14168 "syn 2.0.101",
14169]
14170
14171[[package]]
14172name = "serde_derive_internals"
14173version = "0.29.1"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14176dependencies = [
14177 "proc-macro2",
14178 "quote",
14179 "syn 2.0.101",
14180]
14181
14182[[package]]
14183name = "serde_fmt"
14184version = "1.0.3"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14187dependencies = [
14188 "serde",
14189]
14190
14191[[package]]
14192name = "serde_json"
14193version = "1.0.140"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14196dependencies = [
14197 "indexmap",
14198 "itoa",
14199 "memchr",
14200 "ryu",
14201 "serde",
14202]
14203
14204[[package]]
14205name = "serde_json_lenient"
14206version = "0.2.4"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14209dependencies = [
14210 "indexmap",
14211 "itoa",
14212 "memchr",
14213 "ryu",
14214 "serde",
14215]
14216
14217[[package]]
14218name = "serde_path_to_error"
14219version = "0.1.17"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14222dependencies = [
14223 "itoa",
14224 "serde",
14225]
14226
14227[[package]]
14228name = "serde_qs"
14229version = "0.8.5"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14232dependencies = [
14233 "percent-encoding",
14234 "serde",
14235 "thiserror 1.0.69",
14236]
14237
14238[[package]]
14239name = "serde_qs"
14240version = "0.10.1"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14243dependencies = [
14244 "percent-encoding",
14245 "serde",
14246 "thiserror 1.0.69",
14247]
14248
14249[[package]]
14250name = "serde_repr"
14251version = "0.1.20"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14254dependencies = [
14255 "proc-macro2",
14256 "quote",
14257 "syn 2.0.101",
14258]
14259
14260[[package]]
14261name = "serde_spanned"
14262version = "0.6.8"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14265dependencies = [
14266 "serde",
14267]
14268
14269[[package]]
14270name = "serde_urlencoded"
14271version = "0.7.1"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14274dependencies = [
14275 "form_urlencoded",
14276 "itoa",
14277 "ryu",
14278 "serde",
14279]
14280
14281[[package]]
14282name = "serial2"
14283version = "0.2.29"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14286dependencies = [
14287 "cfg-if",
14288 "libc",
14289 "winapi",
14290]
14291
14292[[package]]
14293name = "session"
14294version = "0.1.0"
14295dependencies = [
14296 "db",
14297 "gpui",
14298 "serde_json",
14299 "util",
14300 "uuid",
14301 "workspace-hack",
14302]
14303
14304[[package]]
14305name = "settings"
14306version = "0.1.0"
14307dependencies = [
14308 "anyhow",
14309 "collections",
14310 "ec4rs",
14311 "fs",
14312 "futures 0.3.31",
14313 "gpui",
14314 "indoc",
14315 "inventory",
14316 "log",
14317 "paths",
14318 "pretty_assertions",
14319 "release_channel",
14320 "rust-embed",
14321 "schemars",
14322 "serde",
14323 "serde_derive",
14324 "serde_json",
14325 "serde_json_lenient",
14326 "smallvec",
14327 "streaming-iterator",
14328 "tree-sitter",
14329 "tree-sitter-json",
14330 "unindent",
14331 "util",
14332 "workspace-hack",
14333]
14334
14335[[package]]
14336name = "settings_ui"
14337version = "0.1.0"
14338dependencies = [
14339 "command_palette_hooks",
14340 "editor",
14341 "feature_flags",
14342 "fs",
14343 "gpui",
14344 "log",
14345 "paths",
14346 "schemars",
14347 "serde",
14348 "settings",
14349 "theme",
14350 "ui",
14351 "workspace",
14352 "workspace-hack",
14353]
14354
14355[[package]]
14356name = "sha1"
14357version = "0.10.6"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14360dependencies = [
14361 "cfg-if",
14362 "cpufeatures",
14363 "digest",
14364]
14365
14366[[package]]
14367name = "sha1-checked"
14368version = "0.10.0"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14371dependencies = [
14372 "digest",
14373 "sha1",
14374]
14375
14376[[package]]
14377name = "sha1_smol"
14378version = "1.0.1"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14381
14382[[package]]
14383name = "sha2"
14384version = "0.10.8"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14387dependencies = [
14388 "cfg-if",
14389 "cpufeatures",
14390 "digest",
14391]
14392
14393[[package]]
14394name = "sharded-slab"
14395version = "0.1.7"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14398dependencies = [
14399 "lazy_static",
14400]
14401
14402[[package]]
14403name = "shared_library"
14404version = "0.1.9"
14405source = "registry+https://github.com/rust-lang/crates.io-index"
14406checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14407dependencies = [
14408 "lazy_static",
14409 "libc",
14410]
14411
14412[[package]]
14413name = "shell-words"
14414version = "1.1.0"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14417
14418[[package]]
14419name = "shellexpand"
14420version = "2.1.2"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14423dependencies = [
14424 "dirs 4.0.0",
14425]
14426
14427[[package]]
14428name = "shellexpand"
14429version = "3.1.1"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14432dependencies = [
14433 "dirs 6.0.0",
14434]
14435
14436[[package]]
14437name = "shlex"
14438version = "1.3.0"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14441
14442[[package]]
14443name = "signal-hook"
14444version = "0.3.17"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14447dependencies = [
14448 "libc",
14449 "signal-hook-registry",
14450]
14451
14452[[package]]
14453name = "signal-hook-registry"
14454version = "1.4.5"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14457dependencies = [
14458 "libc",
14459]
14460
14461[[package]]
14462name = "signature"
14463version = "1.6.4"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14466dependencies = [
14467 "digest",
14468 "rand_core 0.6.4",
14469]
14470
14471[[package]]
14472name = "signature"
14473version = "2.2.0"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14476dependencies = [
14477 "digest",
14478 "rand_core 0.6.4",
14479]
14480
14481[[package]]
14482name = "simd-adler32"
14483version = "0.3.7"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14486
14487[[package]]
14488name = "simd_helpers"
14489version = "0.1.0"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14492dependencies = [
14493 "quote",
14494]
14495
14496[[package]]
14497name = "simdutf8"
14498version = "0.1.5"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14501
14502[[package]]
14503name = "simple_asn1"
14504version = "0.6.3"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14507dependencies = [
14508 "num-bigint",
14509 "num-traits",
14510 "thiserror 2.0.12",
14511 "time",
14512]
14513
14514[[package]]
14515name = "simplecss"
14516version = "0.2.2"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14519dependencies = [
14520 "log",
14521]
14522
14523[[package]]
14524name = "simplelog"
14525version = "0.12.2"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14528dependencies = [
14529 "log",
14530 "termcolor",
14531 "time",
14532]
14533
14534[[package]]
14535name = "siphasher"
14536version = "1.0.1"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14539
14540[[package]]
14541name = "skrifa"
14542version = "0.26.6"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14545dependencies = [
14546 "bytemuck",
14547 "read-fonts",
14548]
14549
14550[[package]]
14551name = "slab"
14552version = "0.4.9"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14555dependencies = [
14556 "autocfg",
14557]
14558
14559[[package]]
14560name = "slash_commands_example"
14561version = "0.1.0"
14562dependencies = [
14563 "zed_extension_api 0.1.0",
14564]
14565
14566[[package]]
14567name = "slotmap"
14568version = "1.0.7"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14571dependencies = [
14572 "version_check",
14573]
14574
14575[[package]]
14576name = "smallvec"
14577version = "1.15.0"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14580dependencies = [
14581 "serde",
14582]
14583
14584[[package]]
14585name = "smart-default"
14586version = "0.6.0"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14589dependencies = [
14590 "proc-macro2",
14591 "quote",
14592 "syn 1.0.109",
14593]
14594
14595[[package]]
14596name = "smol"
14597version = "2.0.2"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14600dependencies = [
14601 "async-channel 2.3.1",
14602 "async-executor",
14603 "async-fs",
14604 "async-io",
14605 "async-lock",
14606 "async-net",
14607 "async-process",
14608 "blocking",
14609 "futures-lite 2.6.0",
14610]
14611
14612[[package]]
14613name = "smol_str"
14614version = "0.1.24"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14617dependencies = [
14618 "serde",
14619]
14620
14621[[package]]
14622name = "smol_str"
14623version = "0.2.2"
14624source = "registry+https://github.com/rust-lang/crates.io-index"
14625checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14626
14627[[package]]
14628name = "snippet"
14629version = "0.1.0"
14630dependencies = [
14631 "anyhow",
14632 "smallvec",
14633 "workspace-hack",
14634]
14635
14636[[package]]
14637name = "snippet_provider"
14638version = "0.1.0"
14639dependencies = [
14640 "anyhow",
14641 "collections",
14642 "extension",
14643 "fs",
14644 "futures 0.3.31",
14645 "gpui",
14646 "indoc",
14647 "parking_lot",
14648 "paths",
14649 "schemars",
14650 "serde",
14651 "serde_json_lenient",
14652 "snippet",
14653 "util",
14654 "workspace-hack",
14655]
14656
14657[[package]]
14658name = "snippets_ui"
14659version = "0.1.0"
14660dependencies = [
14661 "fuzzy",
14662 "gpui",
14663 "language",
14664 "paths",
14665 "picker",
14666 "ui",
14667 "util",
14668 "workspace",
14669 "workspace-hack",
14670]
14671
14672[[package]]
14673name = "socket2"
14674version = "0.5.9"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14677dependencies = [
14678 "libc",
14679 "windows-sys 0.52.0",
14680]
14681
14682[[package]]
14683name = "spdx"
14684version = "0.10.8"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14687dependencies = [
14688 "smallvec",
14689]
14690
14691[[package]]
14692name = "spin"
14693version = "0.9.8"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14696dependencies = [
14697 "lock_api",
14698]
14699
14700[[package]]
14701name = "spirv"
14702version = "0.3.0+sdk-1.3.268.0"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14705dependencies = [
14706 "bitflags 2.9.0",
14707]
14708
14709[[package]]
14710name = "spki"
14711version = "0.6.0"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14714dependencies = [
14715 "base64ct",
14716 "der 0.6.1",
14717]
14718
14719[[package]]
14720name = "spki"
14721version = "0.7.3"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14724dependencies = [
14725 "base64ct",
14726 "der 0.7.10",
14727]
14728
14729[[package]]
14730name = "sptr"
14731version = "0.3.2"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14734
14735[[package]]
14736name = "sqlez"
14737version = "0.1.0"
14738dependencies = [
14739 "anyhow",
14740 "collections",
14741 "futures 0.3.31",
14742 "indoc",
14743 "libsqlite3-sys",
14744 "parking_lot",
14745 "smol",
14746 "sqlformat",
14747 "thread_local",
14748 "util",
14749 "uuid",
14750 "workspace-hack",
14751]
14752
14753[[package]]
14754name = "sqlez_macros"
14755version = "0.1.0"
14756dependencies = [
14757 "sqlez",
14758 "sqlformat",
14759 "syn 1.0.109",
14760 "workspace-hack",
14761]
14762
14763[[package]]
14764name = "sqlformat"
14765version = "0.2.6"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14768dependencies = [
14769 "nom",
14770 "unicode_categories",
14771]
14772
14773[[package]]
14774name = "sqlx"
14775version = "0.8.5"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14778dependencies = [
14779 "sqlx-core",
14780 "sqlx-macros",
14781 "sqlx-mysql",
14782 "sqlx-postgres",
14783 "sqlx-sqlite",
14784]
14785
14786[[package]]
14787name = "sqlx-core"
14788version = "0.8.5"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14791dependencies = [
14792 "base64 0.22.1",
14793 "bigdecimal",
14794 "bytes 1.10.1",
14795 "chrono",
14796 "crc",
14797 "crossbeam-queue",
14798 "either",
14799 "event-listener 5.4.0",
14800 "futures-core",
14801 "futures-intrusive",
14802 "futures-io",
14803 "futures-util",
14804 "hashbrown 0.15.3",
14805 "hashlink 0.10.0",
14806 "indexmap",
14807 "log",
14808 "memchr",
14809 "once_cell",
14810 "percent-encoding",
14811 "rust_decimal",
14812 "rustls 0.23.26",
14813 "serde",
14814 "serde_json",
14815 "sha2",
14816 "smallvec",
14817 "thiserror 2.0.12",
14818 "time",
14819 "tokio",
14820 "tokio-stream",
14821 "tracing",
14822 "url",
14823 "uuid",
14824 "webpki-roots",
14825]
14826
14827[[package]]
14828name = "sqlx-macros"
14829version = "0.8.5"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14832dependencies = [
14833 "proc-macro2",
14834 "quote",
14835 "sqlx-core",
14836 "sqlx-macros-core",
14837 "syn 2.0.101",
14838]
14839
14840[[package]]
14841name = "sqlx-macros-core"
14842version = "0.8.5"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14845dependencies = [
14846 "dotenvy",
14847 "either",
14848 "heck 0.5.0",
14849 "hex",
14850 "once_cell",
14851 "proc-macro2",
14852 "quote",
14853 "serde",
14854 "serde_json",
14855 "sha2",
14856 "sqlx-core",
14857 "sqlx-mysql",
14858 "sqlx-postgres",
14859 "sqlx-sqlite",
14860 "syn 2.0.101",
14861 "tempfile",
14862 "tokio",
14863 "url",
14864]
14865
14866[[package]]
14867name = "sqlx-mysql"
14868version = "0.8.5"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14871dependencies = [
14872 "atoi",
14873 "base64 0.22.1",
14874 "bigdecimal",
14875 "bitflags 2.9.0",
14876 "byteorder",
14877 "bytes 1.10.1",
14878 "chrono",
14879 "crc",
14880 "digest",
14881 "dotenvy",
14882 "either",
14883 "futures-channel",
14884 "futures-core",
14885 "futures-io",
14886 "futures-util",
14887 "generic-array",
14888 "hex",
14889 "hkdf",
14890 "hmac",
14891 "itoa",
14892 "log",
14893 "md-5",
14894 "memchr",
14895 "once_cell",
14896 "percent-encoding",
14897 "rand 0.8.5",
14898 "rsa",
14899 "rust_decimal",
14900 "serde",
14901 "sha1",
14902 "sha2",
14903 "smallvec",
14904 "sqlx-core",
14905 "stringprep",
14906 "thiserror 2.0.12",
14907 "time",
14908 "tracing",
14909 "uuid",
14910 "whoami",
14911]
14912
14913[[package]]
14914name = "sqlx-postgres"
14915version = "0.8.5"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14918dependencies = [
14919 "atoi",
14920 "base64 0.22.1",
14921 "bigdecimal",
14922 "bitflags 2.9.0",
14923 "byteorder",
14924 "chrono",
14925 "crc",
14926 "dotenvy",
14927 "etcetera",
14928 "futures-channel",
14929 "futures-core",
14930 "futures-util",
14931 "hex",
14932 "hkdf",
14933 "hmac",
14934 "home",
14935 "itoa",
14936 "log",
14937 "md-5",
14938 "memchr",
14939 "num-bigint",
14940 "once_cell",
14941 "rand 0.8.5",
14942 "rust_decimal",
14943 "serde",
14944 "serde_json",
14945 "sha2",
14946 "smallvec",
14947 "sqlx-core",
14948 "stringprep",
14949 "thiserror 2.0.12",
14950 "time",
14951 "tracing",
14952 "uuid",
14953 "whoami",
14954]
14955
14956[[package]]
14957name = "sqlx-sqlite"
14958version = "0.8.5"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14961dependencies = [
14962 "atoi",
14963 "chrono",
14964 "flume",
14965 "futures-channel",
14966 "futures-core",
14967 "futures-executor",
14968 "futures-intrusive",
14969 "futures-util",
14970 "libsqlite3-sys",
14971 "log",
14972 "percent-encoding",
14973 "serde",
14974 "serde_urlencoded",
14975 "sqlx-core",
14976 "thiserror 2.0.12",
14977 "time",
14978 "tracing",
14979 "url",
14980 "uuid",
14981]
14982
14983[[package]]
14984name = "stable_deref_trait"
14985version = "1.2.0"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14988
14989[[package]]
14990name = "static_assertions"
14991version = "1.1.0"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14994
14995[[package]]
14996name = "story"
14997version = "0.1.0"
14998dependencies = [
14999 "gpui",
15000 "itertools 0.14.0",
15001 "smallvec",
15002 "workspace-hack",
15003]
15004
15005[[package]]
15006name = "storybook"
15007version = "0.1.0"
15008dependencies = [
15009 "anyhow",
15010 "clap",
15011 "collab_ui",
15012 "ctrlc",
15013 "dialoguer",
15014 "editor",
15015 "fuzzy",
15016 "gpui",
15017 "indoc",
15018 "language",
15019 "log",
15020 "menu",
15021 "picker",
15022 "project",
15023 "reqwest_client",
15024 "rust-embed",
15025 "settings",
15026 "simplelog",
15027 "story",
15028 "strum 0.27.1",
15029 "theme",
15030 "title_bar",
15031 "ui",
15032 "workspace",
15033 "workspace-hack",
15034]
15035
15036[[package]]
15037name = "streaming-iterator"
15038version = "0.1.9"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15041
15042[[package]]
15043name = "streaming_diff"
15044version = "0.1.0"
15045dependencies = [
15046 "ordered-float 2.10.1",
15047 "rand 0.8.5",
15048 "rope",
15049 "util",
15050 "workspace-hack",
15051]
15052
15053[[package]]
15054name = "strict-num"
15055version = "0.1.1"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15058dependencies = [
15059 "float-cmp",
15060]
15061
15062[[package]]
15063name = "string_cache"
15064version = "0.8.9"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15067dependencies = [
15068 "new_debug_unreachable",
15069 "parking_lot",
15070 "phf_shared",
15071 "precomputed-hash",
15072 "serde",
15073]
15074
15075[[package]]
15076name = "string_cache_codegen"
15077version = "0.5.4"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15080dependencies = [
15081 "phf_generator",
15082 "phf_shared",
15083 "proc-macro2",
15084 "quote",
15085]
15086
15087[[package]]
15088name = "stringprep"
15089version = "0.1.5"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15092dependencies = [
15093 "unicode-bidi",
15094 "unicode-normalization",
15095 "unicode-properties",
15096]
15097
15098[[package]]
15099name = "strsim"
15100version = "0.11.1"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15103
15104[[package]]
15105name = "strum"
15106version = "0.26.3"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15109dependencies = [
15110 "strum_macros 0.26.4",
15111]
15112
15113[[package]]
15114name = "strum"
15115version = "0.27.1"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15118dependencies = [
15119 "strum_macros 0.27.1",
15120]
15121
15122[[package]]
15123name = "strum_macros"
15124version = "0.26.4"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15127dependencies = [
15128 "heck 0.5.0",
15129 "proc-macro2",
15130 "quote",
15131 "rustversion",
15132 "syn 2.0.101",
15133]
15134
15135[[package]]
15136name = "strum_macros"
15137version = "0.27.1"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15140dependencies = [
15141 "heck 0.5.0",
15142 "proc-macro2",
15143 "quote",
15144 "rustversion",
15145 "syn 2.0.101",
15146]
15147
15148[[package]]
15149name = "subtle"
15150version = "2.6.1"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15153
15154[[package]]
15155name = "sum_tree"
15156version = "0.1.0"
15157dependencies = [
15158 "arrayvec",
15159 "ctor",
15160 "env_logger 0.11.8",
15161 "log",
15162 "rand 0.8.5",
15163 "rayon",
15164 "workspace-hack",
15165]
15166
15167[[package]]
15168name = "supermaven"
15169version = "0.1.0"
15170dependencies = [
15171 "anyhow",
15172 "client",
15173 "collections",
15174 "editor",
15175 "env_logger 0.11.8",
15176 "futures 0.3.31",
15177 "gpui",
15178 "http_client",
15179 "inline_completion",
15180 "language",
15181 "log",
15182 "postage",
15183 "project",
15184 "serde",
15185 "serde_json",
15186 "settings",
15187 "smol",
15188 "supermaven_api",
15189 "text",
15190 "theme",
15191 "ui",
15192 "unicode-segmentation",
15193 "util",
15194 "workspace-hack",
15195]
15196
15197[[package]]
15198name = "supermaven_api"
15199version = "0.1.0"
15200dependencies = [
15201 "anyhow",
15202 "futures 0.3.31",
15203 "http_client",
15204 "paths",
15205 "serde",
15206 "serde_json",
15207 "smol",
15208 "workspace-hack",
15209]
15210
15211[[package]]
15212name = "sval"
15213version = "2.14.1"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15216
15217[[package]]
15218name = "sval_buffer"
15219version = "2.14.1"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15222dependencies = [
15223 "sval",
15224 "sval_ref",
15225]
15226
15227[[package]]
15228name = "sval_dynamic"
15229version = "2.14.1"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15232dependencies = [
15233 "sval",
15234]
15235
15236[[package]]
15237name = "sval_fmt"
15238version = "2.14.1"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15241dependencies = [
15242 "itoa",
15243 "ryu",
15244 "sval",
15245]
15246
15247[[package]]
15248name = "sval_json"
15249version = "2.14.1"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15252dependencies = [
15253 "itoa",
15254 "ryu",
15255 "sval",
15256]
15257
15258[[package]]
15259name = "sval_nested"
15260version = "2.14.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15263dependencies = [
15264 "sval",
15265 "sval_buffer",
15266 "sval_ref",
15267]
15268
15269[[package]]
15270name = "sval_ref"
15271version = "2.14.1"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15274dependencies = [
15275 "sval",
15276]
15277
15278[[package]]
15279name = "sval_serde"
15280version = "2.14.1"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15283dependencies = [
15284 "serde",
15285 "sval",
15286 "sval_nested",
15287]
15288
15289[[package]]
15290name = "svg_fmt"
15291version = "0.4.5"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15294
15295[[package]]
15296name = "svgtypes"
15297version = "0.15.3"
15298source = "registry+https://github.com/rust-lang/crates.io-index"
15299checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15300dependencies = [
15301 "kurbo",
15302 "siphasher",
15303]
15304
15305[[package]]
15306name = "swash"
15307version = "0.2.2"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15310dependencies = [
15311 "skrifa",
15312 "yazi",
15313 "zeno",
15314]
15315
15316[[package]]
15317name = "syn"
15318version = "1.0.109"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15321dependencies = [
15322 "proc-macro2",
15323 "quote",
15324 "unicode-ident",
15325]
15326
15327[[package]]
15328name = "syn"
15329version = "2.0.101"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15332dependencies = [
15333 "proc-macro2",
15334 "quote",
15335 "unicode-ident",
15336]
15337
15338[[package]]
15339name = "sync_wrapper"
15340version = "0.1.2"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15343
15344[[package]]
15345name = "sync_wrapper"
15346version = "1.0.2"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15349dependencies = [
15350 "futures-core",
15351]
15352
15353[[package]]
15354name = "synchronoise"
15355version = "1.0.1"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15358dependencies = [
15359 "crossbeam-queue",
15360]
15361
15362[[package]]
15363name = "synstructure"
15364version = "0.13.1"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15367dependencies = [
15368 "proc-macro2",
15369 "quote",
15370 "syn 2.0.101",
15371]
15372
15373[[package]]
15374name = "sys-locale"
15375version = "0.3.2"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15378dependencies = [
15379 "libc",
15380]
15381
15382[[package]]
15383name = "sysinfo"
15384version = "0.31.4"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15387dependencies = [
15388 "core-foundation-sys",
15389 "libc",
15390 "memchr",
15391 "ntapi",
15392 "rayon",
15393 "windows 0.57.0",
15394]
15395
15396[[package]]
15397name = "system-configuration"
15398version = "0.5.1"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15401dependencies = [
15402 "bitflags 1.3.2",
15403 "core-foundation 0.9.4",
15404 "system-configuration-sys 0.5.0",
15405]
15406
15407[[package]]
15408name = "system-configuration"
15409version = "0.6.1"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15412dependencies = [
15413 "bitflags 2.9.0",
15414 "core-foundation 0.9.4",
15415 "system-configuration-sys 0.6.0",
15416]
15417
15418[[package]]
15419name = "system-configuration-sys"
15420version = "0.5.0"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15423dependencies = [
15424 "core-foundation-sys",
15425 "libc",
15426]
15427
15428[[package]]
15429name = "system-configuration-sys"
15430version = "0.6.0"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15433dependencies = [
15434 "core-foundation-sys",
15435 "libc",
15436]
15437
15438[[package]]
15439name = "system-deps"
15440version = "6.2.2"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15443dependencies = [
15444 "cfg-expr",
15445 "heck 0.5.0",
15446 "pkg-config",
15447 "toml 0.8.20",
15448 "version-compare",
15449]
15450
15451[[package]]
15452name = "system-interface"
15453version = "0.27.3"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15456dependencies = [
15457 "bitflags 2.9.0",
15458 "cap-fs-ext",
15459 "cap-std",
15460 "fd-lock",
15461 "io-lifetimes",
15462 "rustix 0.38.44",
15463 "windows-sys 0.59.0",
15464 "winx",
15465]
15466
15467[[package]]
15468name = "tab_switcher"
15469version = "0.1.0"
15470dependencies = [
15471 "anyhow",
15472 "collections",
15473 "ctor",
15474 "editor",
15475 "env_logger 0.11.8",
15476 "fuzzy",
15477 "gpui",
15478 "language",
15479 "menu",
15480 "picker",
15481 "project",
15482 "schemars",
15483 "serde",
15484 "serde_json",
15485 "settings",
15486 "smol",
15487 "theme",
15488 "ui",
15489 "util",
15490 "workspace",
15491 "workspace-hack",
15492]
15493
15494[[package]]
15495name = "taffy"
15496version = "0.4.4"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15499dependencies = [
15500 "arrayvec",
15501 "grid",
15502 "num-traits",
15503 "serde",
15504 "slotmap",
15505]
15506
15507[[package]]
15508name = "tagptr"
15509version = "0.2.0"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15512
15513[[package]]
15514name = "take-until"
15515version = "0.2.0"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15518
15519[[package]]
15520name = "tao-core-video-sys"
15521version = "0.2.0"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15524dependencies = [
15525 "cfg-if",
15526 "core-foundation-sys",
15527 "libc",
15528 "objc",
15529]
15530
15531[[package]]
15532name = "tap"
15533version = "1.0.1"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15536
15537[[package]]
15538name = "target-lexicon"
15539version = "0.12.16"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15542
15543[[package]]
15544name = "target-lexicon"
15545version = "0.13.2"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15548
15549[[package]]
15550name = "task"
15551version = "0.1.0"
15552dependencies = [
15553 "anyhow",
15554 "collections",
15555 "futures 0.3.31",
15556 "gpui",
15557 "hex",
15558 "parking_lot",
15559 "pretty_assertions",
15560 "proto",
15561 "schemars",
15562 "serde",
15563 "serde_json",
15564 "serde_json_lenient",
15565 "sha2",
15566 "shellexpand 2.1.2",
15567 "util",
15568 "workspace-hack",
15569 "zed_actions",
15570]
15571
15572[[package]]
15573name = "tasks_ui"
15574version = "0.1.0"
15575dependencies = [
15576 "anyhow",
15577 "collections",
15578 "editor",
15579 "file_icons",
15580 "fuzzy",
15581 "gpui",
15582 "itertools 0.14.0",
15583 "language",
15584 "menu",
15585 "picker",
15586 "project",
15587 "serde",
15588 "serde_json",
15589 "task",
15590 "tree-sitter-rust",
15591 "tree-sitter-typescript",
15592 "ui",
15593 "util",
15594 "workspace",
15595 "workspace-hack",
15596 "zed_actions",
15597]
15598
15599[[package]]
15600name = "telemetry"
15601version = "0.1.0"
15602dependencies = [
15603 "futures 0.3.31",
15604 "serde",
15605 "serde_json",
15606 "telemetry_events",
15607 "workspace-hack",
15608]
15609
15610[[package]]
15611name = "telemetry_events"
15612version = "0.1.0"
15613dependencies = [
15614 "semantic_version",
15615 "serde",
15616 "serde_json",
15617 "workspace-hack",
15618]
15619
15620[[package]]
15621name = "tempfile"
15622version = "3.20.0"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15625dependencies = [
15626 "fastrand 2.3.0",
15627 "getrandom 0.3.2",
15628 "once_cell",
15629 "rustix 1.0.7",
15630 "windows-sys 0.59.0",
15631]
15632
15633[[package]]
15634name = "tendril"
15635version = "0.4.3"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15638dependencies = [
15639 "futf",
15640 "mac",
15641 "utf-8",
15642]
15643
15644[[package]]
15645name = "termcolor"
15646version = "1.4.1"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15649dependencies = [
15650 "winapi-util",
15651]
15652
15653[[package]]
15654name = "terminal"
15655version = "0.1.0"
15656dependencies = [
15657 "alacritty_terminal",
15658 "anyhow",
15659 "collections",
15660 "dirs 4.0.0",
15661 "futures 0.3.31",
15662 "gpui",
15663 "libc",
15664 "rand 0.8.5",
15665 "regex",
15666 "release_channel",
15667 "schemars",
15668 "serde",
15669 "serde_derive",
15670 "settings",
15671 "smol",
15672 "sysinfo",
15673 "task",
15674 "theme",
15675 "thiserror 2.0.12",
15676 "util",
15677 "windows 0.61.1",
15678 "workspace-hack",
15679]
15680
15681[[package]]
15682name = "terminal_size"
15683version = "0.4.2"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15686dependencies = [
15687 "rustix 1.0.7",
15688 "windows-sys 0.59.0",
15689]
15690
15691[[package]]
15692name = "terminal_view"
15693version = "0.1.0"
15694dependencies = [
15695 "anyhow",
15696 "assistant_slash_command",
15697 "async-recursion 1.1.1",
15698 "breadcrumbs",
15699 "client",
15700 "collections",
15701 "db",
15702 "dirs 4.0.0",
15703 "editor",
15704 "futures 0.3.31",
15705 "gpui",
15706 "itertools 0.14.0",
15707 "language",
15708 "log",
15709 "project",
15710 "rand 0.8.5",
15711 "regex",
15712 "schemars",
15713 "search",
15714 "serde",
15715 "serde_json",
15716 "settings",
15717 "shellexpand 2.1.2",
15718 "smol",
15719 "task",
15720 "terminal",
15721 "theme",
15722 "ui",
15723 "util",
15724 "workspace",
15725 "workspace-hack",
15726 "zed_actions",
15727]
15728
15729[[package]]
15730name = "text"
15731version = "0.1.0"
15732dependencies = [
15733 "anyhow",
15734 "clock",
15735 "collections",
15736 "ctor",
15737 "env_logger 0.11.8",
15738 "gpui",
15739 "http_client",
15740 "log",
15741 "parking_lot",
15742 "postage",
15743 "rand 0.8.5",
15744 "regex",
15745 "rope",
15746 "smallvec",
15747 "sum_tree",
15748 "util",
15749 "workspace-hack",
15750]
15751
15752[[package]]
15753name = "theme"
15754version = "0.1.0"
15755dependencies = [
15756 "anyhow",
15757 "collections",
15758 "derive_more",
15759 "fs",
15760 "futures 0.3.31",
15761 "gpui",
15762 "indexmap",
15763 "log",
15764 "palette",
15765 "parking_lot",
15766 "refineable",
15767 "schemars",
15768 "serde",
15769 "serde_derive",
15770 "serde_json",
15771 "serde_json_lenient",
15772 "serde_repr",
15773 "settings",
15774 "strum 0.27.1",
15775 "thiserror 2.0.12",
15776 "util",
15777 "uuid",
15778 "workspace-hack",
15779]
15780
15781[[package]]
15782name = "theme_extension"
15783version = "0.1.0"
15784dependencies = [
15785 "anyhow",
15786 "extension",
15787 "fs",
15788 "gpui",
15789 "theme",
15790 "workspace-hack",
15791]
15792
15793[[package]]
15794name = "theme_importer"
15795version = "0.1.0"
15796dependencies = [
15797 "anyhow",
15798 "clap",
15799 "gpui",
15800 "indexmap",
15801 "log",
15802 "palette",
15803 "rust-embed",
15804 "serde",
15805 "serde_json",
15806 "serde_json_lenient",
15807 "simplelog",
15808 "strum 0.27.1",
15809 "theme",
15810 "vscode_theme",
15811 "workspace-hack",
15812]
15813
15814[[package]]
15815name = "theme_selector"
15816version = "0.1.0"
15817dependencies = [
15818 "fs",
15819 "fuzzy",
15820 "gpui",
15821 "log",
15822 "picker",
15823 "serde",
15824 "settings",
15825 "telemetry",
15826 "theme",
15827 "ui",
15828 "util",
15829 "workspace",
15830 "workspace-hack",
15831 "zed_actions",
15832]
15833
15834[[package]]
15835name = "thiserror"
15836version = "1.0.69"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15839dependencies = [
15840 "thiserror-impl 1.0.69",
15841]
15842
15843[[package]]
15844name = "thiserror"
15845version = "2.0.12"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15848dependencies = [
15849 "thiserror-impl 2.0.12",
15850]
15851
15852[[package]]
15853name = "thiserror-impl"
15854version = "1.0.69"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15857dependencies = [
15858 "proc-macro2",
15859 "quote",
15860 "syn 2.0.101",
15861]
15862
15863[[package]]
15864name = "thiserror-impl"
15865version = "2.0.12"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15868dependencies = [
15869 "proc-macro2",
15870 "quote",
15871 "syn 2.0.101",
15872]
15873
15874[[package]]
15875name = "thread_local"
15876version = "1.1.8"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15879dependencies = [
15880 "cfg-if",
15881 "once_cell",
15882]
15883
15884[[package]]
15885name = "tiff"
15886version = "0.9.1"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15889dependencies = [
15890 "flate2",
15891 "jpeg-decoder",
15892 "weezl",
15893]
15894
15895[[package]]
15896name = "tiktoken-rs"
15897version = "0.7.0"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15900dependencies = [
15901 "anyhow",
15902 "base64 0.22.1",
15903 "bstr",
15904 "fancy-regex 0.13.0",
15905 "lazy_static",
15906 "regex",
15907 "rustc-hash 1.1.0",
15908]
15909
15910[[package]]
15911name = "time"
15912version = "0.3.41"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15915dependencies = [
15916 "deranged",
15917 "itoa",
15918 "libc",
15919 "num-conv",
15920 "num_threads",
15921 "powerfmt",
15922 "serde",
15923 "time-core",
15924 "time-macros",
15925]
15926
15927[[package]]
15928name = "time-core"
15929version = "0.1.4"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15932
15933[[package]]
15934name = "time-macros"
15935version = "0.2.22"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15938dependencies = [
15939 "num-conv",
15940 "time-core",
15941]
15942
15943[[package]]
15944name = "time_format"
15945version = "0.1.0"
15946dependencies = [
15947 "core-foundation 0.10.0",
15948 "core-foundation-sys",
15949 "sys-locale",
15950 "time",
15951 "workspace-hack",
15952]
15953
15954[[package]]
15955name = "tiny-keccak"
15956version = "2.0.2"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15959dependencies = [
15960 "crunchy",
15961]
15962
15963[[package]]
15964name = "tiny-skia"
15965version = "0.11.4"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15968dependencies = [
15969 "arrayref",
15970 "arrayvec",
15971 "bytemuck",
15972 "cfg-if",
15973 "log",
15974 "png",
15975 "tiny-skia-path",
15976]
15977
15978[[package]]
15979name = "tiny-skia-path"
15980version = "0.11.4"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15983dependencies = [
15984 "arrayref",
15985 "bytemuck",
15986 "strict-num",
15987]
15988
15989[[package]]
15990name = "tiny_http"
15991version = "0.8.2"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15994dependencies = [
15995 "ascii",
15996 "chrono",
15997 "chunked_transfer",
15998 "log",
15999 "url",
16000]
16001
16002[[package]]
16003name = "tinystr"
16004version = "0.7.6"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
16007dependencies = [
16008 "displaydoc",
16009 "zerovec",
16010]
16011
16012[[package]]
16013name = "tinytemplate"
16014version = "1.2.1"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
16017dependencies = [
16018 "serde",
16019 "serde_json",
16020]
16021
16022[[package]]
16023name = "tinyvec"
16024version = "1.9.0"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
16027dependencies = [
16028 "tinyvec_macros",
16029]
16030
16031[[package]]
16032name = "tinyvec_macros"
16033version = "0.1.1"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16036
16037[[package]]
16038name = "title_bar"
16039version = "0.1.0"
16040dependencies = [
16041 "auto_update",
16042 "call",
16043 "chrono",
16044 "client",
16045 "collections",
16046 "db",
16047 "gpui",
16048 "http_client",
16049 "notifications",
16050 "pretty_assertions",
16051 "project",
16052 "remote",
16053 "rpc",
16054 "schemars",
16055 "serde",
16056 "settings",
16057 "smallvec",
16058 "story",
16059 "telemetry",
16060 "theme",
16061 "tree-sitter-md",
16062 "ui",
16063 "util",
16064 "windows 0.61.1",
16065 "workspace",
16066 "workspace-hack",
16067 "zed_actions",
16068]
16069
16070[[package]]
16071name = "tokio"
16072version = "1.44.2"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16075dependencies = [
16076 "backtrace",
16077 "bytes 1.10.1",
16078 "libc",
16079 "mio",
16080 "parking_lot",
16081 "pin-project-lite",
16082 "signal-hook-registry",
16083 "socket2",
16084 "tokio-macros",
16085 "windows-sys 0.52.0",
16086]
16087
16088[[package]]
16089name = "tokio-io"
16090version = "0.1.13"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16093dependencies = [
16094 "bytes 0.4.12",
16095 "futures 0.1.31",
16096 "log",
16097]
16098
16099[[package]]
16100name = "tokio-macros"
16101version = "2.5.0"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16104dependencies = [
16105 "proc-macro2",
16106 "quote",
16107 "syn 2.0.101",
16108]
16109
16110[[package]]
16111name = "tokio-native-tls"
16112version = "0.3.1"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16115dependencies = [
16116 "native-tls",
16117 "tokio",
16118]
16119
16120[[package]]
16121name = "tokio-rustls"
16122version = "0.24.1"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16125dependencies = [
16126 "rustls 0.21.12",
16127 "tokio",
16128]
16129
16130[[package]]
16131name = "tokio-rustls"
16132version = "0.26.2"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16135dependencies = [
16136 "rustls 0.23.26",
16137 "tokio",
16138]
16139
16140[[package]]
16141name = "tokio-socks"
16142version = "0.5.2"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16145dependencies = [
16146 "either",
16147 "futures-io",
16148 "futures-util",
16149 "thiserror 1.0.69",
16150 "tokio",
16151]
16152
16153[[package]]
16154name = "tokio-stream"
16155version = "0.1.17"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16158dependencies = [
16159 "futures-core",
16160 "pin-project-lite",
16161 "tokio",
16162]
16163
16164[[package]]
16165name = "tokio-tungstenite"
16166version = "0.20.1"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16169dependencies = [
16170 "futures-util",
16171 "log",
16172 "tokio",
16173 "tungstenite 0.20.1",
16174]
16175
16176[[package]]
16177name = "tokio-tungstenite"
16178version = "0.21.0"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16181dependencies = [
16182 "futures-util",
16183 "log",
16184 "tokio",
16185 "tungstenite 0.21.0",
16186]
16187
16188[[package]]
16189name = "tokio-tungstenite"
16190version = "0.26.2"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16193dependencies = [
16194 "futures-util",
16195 "log",
16196 "rustls 0.23.26",
16197 "rustls-pki-types",
16198 "tokio",
16199 "tokio-rustls 0.26.2",
16200 "tungstenite 0.26.2",
16201]
16202
16203[[package]]
16204name = "tokio-util"
16205version = "0.7.14"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16208dependencies = [
16209 "bytes 1.10.1",
16210 "futures-core",
16211 "futures-io",
16212 "futures-sink",
16213 "pin-project-lite",
16214 "tokio",
16215]
16216
16217[[package]]
16218name = "toml"
16219version = "0.5.11"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16222dependencies = [
16223 "serde",
16224]
16225
16226[[package]]
16227name = "toml"
16228version = "0.8.20"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16231dependencies = [
16232 "serde",
16233 "serde_spanned",
16234 "toml_datetime",
16235 "toml_edit",
16236]
16237
16238[[package]]
16239name = "toml_datetime"
16240version = "0.6.9"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16243dependencies = [
16244 "serde",
16245]
16246
16247[[package]]
16248name = "toml_edit"
16249version = "0.22.26"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16252dependencies = [
16253 "indexmap",
16254 "serde",
16255 "serde_spanned",
16256 "toml_datetime",
16257 "toml_write",
16258 "winnow",
16259]
16260
16261[[package]]
16262name = "toml_write"
16263version = "0.1.1"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16266
16267[[package]]
16268name = "toolchain_selector"
16269version = "0.1.0"
16270dependencies = [
16271 "editor",
16272 "fuzzy",
16273 "gpui",
16274 "language",
16275 "picker",
16276 "project",
16277 "ui",
16278 "util",
16279 "workspace",
16280 "workspace-hack",
16281]
16282
16283[[package]]
16284name = "topological-sort"
16285version = "0.2.2"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16288
16289[[package]]
16290name = "tower"
16291version = "0.4.13"
16292source = "registry+https://github.com/rust-lang/crates.io-index"
16293checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16294dependencies = [
16295 "futures-core",
16296 "futures-util",
16297 "pin-project",
16298 "pin-project-lite",
16299 "tokio",
16300 "tower-layer",
16301 "tower-service",
16302 "tracing",
16303]
16304
16305[[package]]
16306name = "tower"
16307version = "0.5.2"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16310dependencies = [
16311 "futures-core",
16312 "futures-util",
16313 "pin-project-lite",
16314 "sync_wrapper 1.0.2",
16315 "tokio",
16316 "tower-layer",
16317 "tower-service",
16318]
16319
16320[[package]]
16321name = "tower-http"
16322version = "0.3.5"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16325dependencies = [
16326 "bitflags 1.3.2",
16327 "bytes 1.10.1",
16328 "futures-core",
16329 "futures-util",
16330 "http 0.2.12",
16331 "http-body 0.4.6",
16332 "http-range-header",
16333 "pin-project-lite",
16334 "tower-layer",
16335 "tower-service",
16336]
16337
16338[[package]]
16339name = "tower-http"
16340version = "0.4.4"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16343dependencies = [
16344 "bitflags 2.9.0",
16345 "bytes 1.10.1",
16346 "futures-core",
16347 "futures-util",
16348 "http 0.2.12",
16349 "http-body 0.4.6",
16350 "http-range-header",
16351 "pin-project-lite",
16352 "tower-layer",
16353 "tower-service",
16354 "tracing",
16355]
16356
16357[[package]]
16358name = "tower-layer"
16359version = "0.3.3"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16362
16363[[package]]
16364name = "tower-service"
16365version = "0.3.3"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16368
16369[[package]]
16370name = "tracing"
16371version = "0.1.41"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16374dependencies = [
16375 "log",
16376 "pin-project-lite",
16377 "tracing-attributes",
16378 "tracing-core",
16379]
16380
16381[[package]]
16382name = "tracing-attributes"
16383version = "0.1.28"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16386dependencies = [
16387 "proc-macro2",
16388 "quote",
16389 "syn 2.0.101",
16390]
16391
16392[[package]]
16393name = "tracing-core"
16394version = "0.1.33"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16397dependencies = [
16398 "once_cell",
16399 "valuable",
16400]
16401
16402[[package]]
16403name = "tracing-log"
16404version = "0.2.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16407dependencies = [
16408 "log",
16409 "once_cell",
16410 "tracing-core",
16411]
16412
16413[[package]]
16414name = "tracing-serde"
16415version = "0.2.0"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16418dependencies = [
16419 "serde",
16420 "tracing-core",
16421]
16422
16423[[package]]
16424name = "tracing-subscriber"
16425version = "0.3.19"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16428dependencies = [
16429 "matchers",
16430 "nu-ansi-term 0.46.0",
16431 "once_cell",
16432 "regex",
16433 "serde",
16434 "serde_json",
16435 "sharded-slab",
16436 "smallvec",
16437 "thread_local",
16438 "tracing",
16439 "tracing-core",
16440 "tracing-log",
16441 "tracing-serde",
16442]
16443
16444[[package]]
16445name = "trait-variant"
16446version = "0.1.2"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16449dependencies = [
16450 "proc-macro2",
16451 "quote",
16452 "syn 2.0.101",
16453]
16454
16455[[package]]
16456name = "tree-sitter"
16457version = "0.25.3"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16460dependencies = [
16461 "cc",
16462 "regex",
16463 "regex-syntax 0.8.5",
16464 "serde_json",
16465 "streaming-iterator",
16466 "tree-sitter-language",
16467 "wasmtime-c-api-impl",
16468]
16469
16470[[package]]
16471name = "tree-sitter-bash"
16472version = "0.23.3"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16475dependencies = [
16476 "cc",
16477 "tree-sitter-language",
16478]
16479
16480[[package]]
16481name = "tree-sitter-c"
16482version = "0.23.4"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16485dependencies = [
16486 "cc",
16487 "tree-sitter-language",
16488]
16489
16490[[package]]
16491name = "tree-sitter-cpp"
16492version = "0.23.4"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16495dependencies = [
16496 "cc",
16497 "tree-sitter-language",
16498]
16499
16500[[package]]
16501name = "tree-sitter-css"
16502version = "0.23.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16505dependencies = [
16506 "cc",
16507 "tree-sitter-language",
16508]
16509
16510[[package]]
16511name = "tree-sitter-diff"
16512version = "0.1.0"
16513source = "registry+https://github.com/rust-lang/crates.io-index"
16514checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16515dependencies = [
16516 "cc",
16517 "tree-sitter-language",
16518]
16519
16520[[package]]
16521name = "tree-sitter-elixir"
16522version = "0.3.4"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16525dependencies = [
16526 "cc",
16527 "tree-sitter-language",
16528]
16529
16530[[package]]
16531name = "tree-sitter-embedded-template"
16532version = "0.23.2"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16535dependencies = [
16536 "cc",
16537 "tree-sitter-language",
16538]
16539
16540[[package]]
16541name = "tree-sitter-gitcommit"
16542version = "0.0.1"
16543source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16544dependencies = [
16545 "cc",
16546 "tree-sitter-language",
16547]
16548
16549[[package]]
16550name = "tree-sitter-go"
16551version = "0.23.4"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16554dependencies = [
16555 "cc",
16556 "tree-sitter-language",
16557]
16558
16559[[package]]
16560name = "tree-sitter-gomod"
16561version = "1.1.1"
16562source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16563dependencies = [
16564 "cc",
16565 "tree-sitter-language",
16566]
16567
16568[[package]]
16569name = "tree-sitter-gowork"
16570version = "0.0.1"
16571source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16572dependencies = [
16573 "cc",
16574 "tree-sitter-language",
16575]
16576
16577[[package]]
16578name = "tree-sitter-heex"
16579version = "0.0.1"
16580source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16581dependencies = [
16582 "cc",
16583 "tree-sitter-language",
16584]
16585
16586[[package]]
16587name = "tree-sitter-html"
16588version = "0.23.2"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16591dependencies = [
16592 "cc",
16593 "tree-sitter-language",
16594]
16595
16596[[package]]
16597name = "tree-sitter-jsdoc"
16598version = "0.23.2"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16601dependencies = [
16602 "cc",
16603 "tree-sitter-language",
16604]
16605
16606[[package]]
16607name = "tree-sitter-json"
16608version = "0.24.8"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16611dependencies = [
16612 "cc",
16613 "tree-sitter-language",
16614]
16615
16616[[package]]
16617name = "tree-sitter-language"
16618version = "0.1.5"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16621
16622[[package]]
16623name = "tree-sitter-md"
16624version = "0.3.2"
16625source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16626dependencies = [
16627 "cc",
16628 "tree-sitter-language",
16629]
16630
16631[[package]]
16632name = "tree-sitter-python"
16633version = "0.23.6"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16636dependencies = [
16637 "cc",
16638 "tree-sitter-language",
16639]
16640
16641[[package]]
16642name = "tree-sitter-regex"
16643version = "0.24.3"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16646dependencies = [
16647 "cc",
16648 "tree-sitter-language",
16649]
16650
16651[[package]]
16652name = "tree-sitter-ruby"
16653version = "0.23.1"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16656dependencies = [
16657 "cc",
16658 "tree-sitter-language",
16659]
16660
16661[[package]]
16662name = "tree-sitter-rust"
16663version = "0.24.0"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16666dependencies = [
16667 "cc",
16668 "tree-sitter-language",
16669]
16670
16671[[package]]
16672name = "tree-sitter-typescript"
16673version = "0.23.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16676dependencies = [
16677 "cc",
16678 "tree-sitter-language",
16679]
16680
16681[[package]]
16682name = "tree-sitter-yaml"
16683version = "0.6.1"
16684source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16685dependencies = [
16686 "cc",
16687 "tree-sitter-language",
16688]
16689
16690[[package]]
16691name = "try-lock"
16692version = "0.2.5"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16695
16696[[package]]
16697name = "ttf-parser"
16698version = "0.20.0"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16701
16702[[package]]
16703name = "ttf-parser"
16704version = "0.21.1"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16707
16708[[package]]
16709name = "ttf-parser"
16710version = "0.25.1"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16713dependencies = [
16714 "core_maths",
16715]
16716
16717[[package]]
16718name = "tungstenite"
16719version = "0.20.1"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16722dependencies = [
16723 "byteorder",
16724 "bytes 1.10.1",
16725 "data-encoding",
16726 "http 0.2.12",
16727 "httparse",
16728 "log",
16729 "rand 0.8.5",
16730 "sha1",
16731 "thiserror 1.0.69",
16732 "url",
16733 "utf-8",
16734]
16735
16736[[package]]
16737name = "tungstenite"
16738version = "0.21.0"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16741dependencies = [
16742 "byteorder",
16743 "bytes 1.10.1",
16744 "data-encoding",
16745 "http 1.3.1",
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.26.2"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16760dependencies = [
16761 "bytes 1.10.1",
16762 "data-encoding",
16763 "http 1.3.1",
16764 "httparse",
16765 "log",
16766 "rand 0.9.1",
16767 "rustls 0.23.26",
16768 "rustls-pki-types",
16769 "sha1",
16770 "thiserror 2.0.12",
16771 "utf-8",
16772]
16773
16774[[package]]
16775name = "typeid"
16776version = "1.0.3"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16779
16780[[package]]
16781name = "typenum"
16782version = "1.18.0"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16785
16786[[package]]
16787name = "ucd-trie"
16788version = "0.1.7"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16791
16792[[package]]
16793name = "uds_windows"
16794version = "1.1.0"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16797dependencies = [
16798 "memoffset",
16799 "tempfile",
16800 "winapi",
16801]
16802
16803[[package]]
16804name = "ui"
16805version = "0.1.0"
16806dependencies = [
16807 "chrono",
16808 "component",
16809 "documented",
16810 "gpui",
16811 "icons",
16812 "itertools 0.14.0",
16813 "menu",
16814 "serde",
16815 "settings",
16816 "smallvec",
16817 "story",
16818 "strum 0.27.1",
16819 "theme",
16820 "ui_macros",
16821 "util",
16822 "windows 0.61.1",
16823 "workspace-hack",
16824]
16825
16826[[package]]
16827name = "ui_input"
16828version = "0.1.0"
16829dependencies = [
16830 "component",
16831 "editor",
16832 "gpui",
16833 "settings",
16834 "theme",
16835 "ui",
16836 "workspace-hack",
16837]
16838
16839[[package]]
16840name = "ui_macros"
16841version = "0.1.0"
16842dependencies = [
16843 "quote",
16844 "syn 1.0.109",
16845 "workspace-hack",
16846]
16847
16848[[package]]
16849name = "ui_prompt"
16850version = "0.1.0"
16851dependencies = [
16852 "gpui",
16853 "markdown",
16854 "menu",
16855 "settings",
16856 "theme",
16857 "ui",
16858 "workspace",
16859 "workspace-hack",
16860]
16861
16862[[package]]
16863name = "uluru"
16864version = "3.1.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16867dependencies = [
16868 "arrayvec",
16869]
16870
16871[[package]]
16872name = "unicase"
16873version = "2.8.1"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16876
16877[[package]]
16878name = "unicode-bidi"
16879version = "0.3.18"
16880source = "registry+https://github.com/rust-lang/crates.io-index"
16881checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16882
16883[[package]]
16884name = "unicode-bidi-mirroring"
16885version = "0.2.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16888
16889[[package]]
16890name = "unicode-bidi-mirroring"
16891version = "0.4.0"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16894
16895[[package]]
16896name = "unicode-bom"
16897version = "2.0.3"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16900
16901[[package]]
16902name = "unicode-ccc"
16903version = "0.2.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16906
16907[[package]]
16908name = "unicode-ccc"
16909version = "0.4.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16912
16913[[package]]
16914name = "unicode-ident"
16915version = "1.0.18"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16918
16919[[package]]
16920name = "unicode-linebreak"
16921version = "0.1.5"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16924
16925[[package]]
16926name = "unicode-normalization"
16927version = "0.1.24"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16930dependencies = [
16931 "tinyvec",
16932]
16933
16934[[package]]
16935name = "unicode-properties"
16936version = "0.1.3"
16937source = "registry+https://github.com/rust-lang/crates.io-index"
16938checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16939
16940[[package]]
16941name = "unicode-script"
16942version = "0.5.7"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16945
16946[[package]]
16947name = "unicode-segmentation"
16948version = "1.12.0"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16951
16952[[package]]
16953name = "unicode-vo"
16954version = "0.1.0"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16957
16958[[package]]
16959name = "unicode-width"
16960version = "0.1.14"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16963
16964[[package]]
16965name = "unicode-width"
16966version = "0.2.0"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16969
16970[[package]]
16971name = "unicode-xid"
16972version = "0.2.6"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16975
16976[[package]]
16977name = "unicode_categories"
16978version = "0.1.1"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16981
16982[[package]]
16983name = "unindent"
16984version = "0.2.4"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16987
16988[[package]]
16989name = "untrusted"
16990version = "0.9.0"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16993
16994[[package]]
16995name = "url"
16996version = "2.5.4"
16997source = "registry+https://github.com/rust-lang/crates.io-index"
16998checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16999dependencies = [
17000 "form_urlencoded",
17001 "idna",
17002 "percent-encoding",
17003 "serde",
17004]
17005
17006[[package]]
17007name = "urlencoding"
17008version = "2.1.3"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
17011
17012[[package]]
17013name = "usvg"
17014version = "0.45.1"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
17017dependencies = [
17018 "base64 0.22.1",
17019 "data-url",
17020 "flate2",
17021 "fontdb 0.23.0",
17022 "imagesize",
17023 "kurbo",
17024 "log",
17025 "pico-args",
17026 "roxmltree",
17027 "rustybuzz 0.20.1",
17028 "simplecss",
17029 "siphasher",
17030 "strict-num",
17031 "svgtypes",
17032 "tiny-skia-path",
17033 "unicode-bidi",
17034 "unicode-script",
17035 "unicode-vo",
17036 "xmlwriter",
17037]
17038
17039[[package]]
17040name = "utf-8"
17041version = "0.7.6"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17044
17045[[package]]
17046name = "utf16_iter"
17047version = "1.0.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17050
17051[[package]]
17052name = "utf8_iter"
17053version = "1.0.4"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17056
17057[[package]]
17058name = "utf8parse"
17059version = "0.2.2"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17062
17063[[package]]
17064name = "util"
17065version = "0.1.0"
17066dependencies = [
17067 "anyhow",
17068 "async-fs",
17069 "async_zip",
17070 "collections",
17071 "dirs 4.0.0",
17072 "dunce",
17073 "futures 0.3.31",
17074 "futures-lite 1.13.0",
17075 "git2",
17076 "globset",
17077 "itertools 0.14.0",
17078 "libc",
17079 "log",
17080 "rand 0.8.5",
17081 "regex",
17082 "rust-embed",
17083 "serde",
17084 "serde_json",
17085 "serde_json_lenient",
17086 "smol",
17087 "take-until",
17088 "tempfile",
17089 "tendril",
17090 "unicase",
17091 "util_macros",
17092 "walkdir",
17093 "workspace-hack",
17094]
17095
17096[[package]]
17097name = "util_macros"
17098version = "0.1.0"
17099dependencies = [
17100 "quote",
17101 "syn 1.0.109",
17102 "workspace-hack",
17103]
17104
17105[[package]]
17106name = "uuid"
17107version = "1.16.0"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17110dependencies = [
17111 "getrandom 0.3.2",
17112 "serde",
17113 "sha1_smol",
17114]
17115
17116[[package]]
17117name = "uuid-simd"
17118version = "0.8.0"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17121dependencies = [
17122 "outref",
17123 "uuid",
17124 "vsimd",
17125]
17126
17127[[package]]
17128name = "v_frame"
17129version = "0.3.8"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17132dependencies = [
17133 "aligned-vec",
17134 "num-traits",
17135 "wasm-bindgen",
17136]
17137
17138[[package]]
17139name = "valuable"
17140version = "0.1.1"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17143
17144[[package]]
17145name = "value-bag"
17146version = "1.11.1"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17149dependencies = [
17150 "value-bag-serde1",
17151 "value-bag-sval2",
17152]
17153
17154[[package]]
17155name = "value-bag-serde1"
17156version = "1.11.1"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17159dependencies = [
17160 "erased-serde",
17161 "serde",
17162 "serde_fmt",
17163]
17164
17165[[package]]
17166name = "value-bag-sval2"
17167version = "1.11.1"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17170dependencies = [
17171 "sval",
17172 "sval_buffer",
17173 "sval_dynamic",
17174 "sval_fmt",
17175 "sval_json",
17176 "sval_ref",
17177 "sval_serde",
17178]
17179
17180[[package]]
17181name = "vcpkg"
17182version = "0.2.15"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17185
17186[[package]]
17187name = "version-compare"
17188version = "0.2.0"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17191
17192[[package]]
17193name = "version_check"
17194version = "0.9.5"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17197
17198[[package]]
17199name = "vim"
17200version = "0.1.0"
17201dependencies = [
17202 "anyhow",
17203 "assets",
17204 "async-compat",
17205 "async-trait",
17206 "collections",
17207 "command_palette",
17208 "command_palette_hooks",
17209 "db",
17210 "editor",
17211 "futures 0.3.31",
17212 "git_ui",
17213 "gpui",
17214 "indoc",
17215 "itertools 0.14.0",
17216 "language",
17217 "log",
17218 "lsp",
17219 "multi_buffer",
17220 "nvim-rs",
17221 "parking_lot",
17222 "picker",
17223 "project",
17224 "project_panel",
17225 "regex",
17226 "release_channel",
17227 "schemars",
17228 "search",
17229 "serde",
17230 "serde_derive",
17231 "serde_json",
17232 "settings",
17233 "task",
17234 "text",
17235 "theme",
17236 "tokio",
17237 "ui",
17238 "util",
17239 "vim_mode_setting",
17240 "workspace",
17241 "workspace-hack",
17242 "zed_actions",
17243]
17244
17245[[package]]
17246name = "vim_mode_setting"
17247version = "0.1.0"
17248dependencies = [
17249 "anyhow",
17250 "gpui",
17251 "settings",
17252 "workspace-hack",
17253]
17254
17255[[package]]
17256name = "vscode_theme"
17257version = "0.2.0"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17260dependencies = [
17261 "serde",
17262]
17263
17264[[package]]
17265name = "vsimd"
17266version = "0.8.0"
17267source = "registry+https://github.com/rust-lang/crates.io-index"
17268checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17269
17270[[package]]
17271name = "vswhom"
17272version = "0.1.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17275dependencies = [
17276 "libc",
17277 "vswhom-sys",
17278]
17279
17280[[package]]
17281name = "vswhom-sys"
17282version = "0.1.3"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17285dependencies = [
17286 "cc",
17287 "libc",
17288]
17289
17290[[package]]
17291name = "vte"
17292version = "0.15.0"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17295dependencies = [
17296 "arrayvec",
17297 "bitflags 2.9.0",
17298 "cursor-icon",
17299 "log",
17300 "memchr",
17301 "serde",
17302]
17303
17304[[package]]
17305name = "waker-fn"
17306version = "1.2.0"
17307source = "registry+https://github.com/rust-lang/crates.io-index"
17308checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17309
17310[[package]]
17311name = "walkdir"
17312version = "2.5.0"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17315dependencies = [
17316 "same-file",
17317 "winapi-util",
17318]
17319
17320[[package]]
17321name = "want"
17322version = "0.3.1"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17325dependencies = [
17326 "try-lock",
17327]
17328
17329[[package]]
17330name = "warp"
17331version = "0.3.7"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17334dependencies = [
17335 "bytes 1.10.1",
17336 "futures-channel",
17337 "futures-util",
17338 "headers",
17339 "http 0.2.12",
17340 "hyper 0.14.32",
17341 "log",
17342 "mime",
17343 "mime_guess",
17344 "percent-encoding",
17345 "pin-project",
17346 "scoped-tls",
17347 "serde",
17348 "serde_json",
17349 "serde_urlencoded",
17350 "tokio",
17351 "tokio-tungstenite 0.21.0",
17352 "tokio-util",
17353 "tower-service",
17354 "tracing",
17355]
17356
17357[[package]]
17358name = "wasi"
17359version = "0.9.0+wasi-snapshot-preview1"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17362
17363[[package]]
17364name = "wasi"
17365version = "0.11.0+wasi-snapshot-preview1"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17368
17369[[package]]
17370name = "wasi"
17371version = "0.14.2+wasi-0.2.4"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17374dependencies = [
17375 "wit-bindgen-rt 0.39.0",
17376]
17377
17378[[package]]
17379name = "wasi-preview1-component-adapter-provider"
17380version = "29.0.1"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17383
17384[[package]]
17385name = "wasite"
17386version = "0.1.0"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17389
17390[[package]]
17391name = "wasm-bindgen"
17392version = "0.2.100"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17395dependencies = [
17396 "cfg-if",
17397 "once_cell",
17398 "rustversion",
17399 "wasm-bindgen-macro",
17400]
17401
17402[[package]]
17403name = "wasm-bindgen-backend"
17404version = "0.2.100"
17405source = "registry+https://github.com/rust-lang/crates.io-index"
17406checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17407dependencies = [
17408 "bumpalo",
17409 "log",
17410 "proc-macro2",
17411 "quote",
17412 "syn 2.0.101",
17413 "wasm-bindgen-shared",
17414]
17415
17416[[package]]
17417name = "wasm-bindgen-futures"
17418version = "0.4.50"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17421dependencies = [
17422 "cfg-if",
17423 "js-sys",
17424 "once_cell",
17425 "wasm-bindgen",
17426 "web-sys",
17427]
17428
17429[[package]]
17430name = "wasm-bindgen-macro"
17431version = "0.2.100"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17434dependencies = [
17435 "quote",
17436 "wasm-bindgen-macro-support",
17437]
17438
17439[[package]]
17440name = "wasm-bindgen-macro-support"
17441version = "0.2.100"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17444dependencies = [
17445 "proc-macro2",
17446 "quote",
17447 "syn 2.0.101",
17448 "wasm-bindgen-backend",
17449 "wasm-bindgen-shared",
17450]
17451
17452[[package]]
17453name = "wasm-bindgen-shared"
17454version = "0.2.100"
17455source = "registry+https://github.com/rust-lang/crates.io-index"
17456checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17457dependencies = [
17458 "unicode-ident",
17459]
17460
17461[[package]]
17462name = "wasm-encoder"
17463version = "0.201.0"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17466dependencies = [
17467 "leb128",
17468]
17469
17470[[package]]
17471name = "wasm-encoder"
17472version = "0.221.3"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17475dependencies = [
17476 "leb128",
17477 "wasmparser 0.221.3",
17478]
17479
17480[[package]]
17481name = "wasm-encoder"
17482version = "0.227.1"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17485dependencies = [
17486 "leb128fmt",
17487 "wasmparser 0.227.1",
17488]
17489
17490[[package]]
17491name = "wasm-metadata"
17492version = "0.201.0"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17495dependencies = [
17496 "anyhow",
17497 "indexmap",
17498 "serde",
17499 "serde_derive",
17500 "serde_json",
17501 "spdx",
17502 "wasm-encoder 0.201.0",
17503 "wasmparser 0.201.0",
17504]
17505
17506[[package]]
17507name = "wasm-metadata"
17508version = "0.221.3"
17509source = "registry+https://github.com/rust-lang/crates.io-index"
17510checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17511dependencies = [
17512 "anyhow",
17513 "indexmap",
17514 "serde",
17515 "serde_derive",
17516 "serde_json",
17517 "spdx",
17518 "wasm-encoder 0.221.3",
17519 "wasmparser 0.221.3",
17520]
17521
17522[[package]]
17523name = "wasm-metadata"
17524version = "0.227.1"
17525source = "registry+https://github.com/rust-lang/crates.io-index"
17526checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17527dependencies = [
17528 "anyhow",
17529 "auditable-serde",
17530 "flate2",
17531 "indexmap",
17532 "serde",
17533 "serde_derive",
17534 "serde_json",
17535 "spdx",
17536 "url",
17537 "wasm-encoder 0.227.1",
17538 "wasmparser 0.227.1",
17539]
17540
17541[[package]]
17542name = "wasm-streams"
17543version = "0.4.2"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17546dependencies = [
17547 "futures-util",
17548 "js-sys",
17549 "wasm-bindgen",
17550 "wasm-bindgen-futures",
17551 "web-sys",
17552]
17553
17554[[package]]
17555name = "wasmparser"
17556version = "0.201.0"
17557source = "registry+https://github.com/rust-lang/crates.io-index"
17558checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17559dependencies = [
17560 "bitflags 2.9.0",
17561 "indexmap",
17562 "semver",
17563]
17564
17565[[package]]
17566name = "wasmparser"
17567version = "0.221.3"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17570dependencies = [
17571 "bitflags 2.9.0",
17572 "hashbrown 0.15.3",
17573 "indexmap",
17574 "semver",
17575 "serde",
17576]
17577
17578[[package]]
17579name = "wasmparser"
17580version = "0.227.1"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17583dependencies = [
17584 "bitflags 2.9.0",
17585 "hashbrown 0.15.3",
17586 "indexmap",
17587 "semver",
17588]
17589
17590[[package]]
17591name = "wasmprinter"
17592version = "0.221.3"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17595dependencies = [
17596 "anyhow",
17597 "termcolor",
17598 "wasmparser 0.221.3",
17599]
17600
17601[[package]]
17602name = "wasmtime"
17603version = "29.0.1"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17606dependencies = [
17607 "anyhow",
17608 "async-trait",
17609 "bitflags 2.9.0",
17610 "bumpalo",
17611 "cc",
17612 "cfg-if",
17613 "encoding_rs",
17614 "hashbrown 0.14.5",
17615 "indexmap",
17616 "libc",
17617 "log",
17618 "mach2",
17619 "memfd",
17620 "object",
17621 "once_cell",
17622 "paste",
17623 "postcard",
17624 "psm",
17625 "pulley-interpreter",
17626 "rayon",
17627 "rustix 0.38.44",
17628 "semver",
17629 "serde",
17630 "serde_derive",
17631 "smallvec",
17632 "sptr",
17633 "target-lexicon 0.13.2",
17634 "trait-variant",
17635 "wasmparser 0.221.3",
17636 "wasmtime-asm-macros",
17637 "wasmtime-component-macro",
17638 "wasmtime-component-util",
17639 "wasmtime-cranelift",
17640 "wasmtime-environ",
17641 "wasmtime-fiber",
17642 "wasmtime-jit-icache-coherence",
17643 "wasmtime-math",
17644 "wasmtime-slab",
17645 "wasmtime-versioned-export-macros",
17646 "wasmtime-winch",
17647 "windows-sys 0.59.0",
17648]
17649
17650[[package]]
17651name = "wasmtime-asm-macros"
17652version = "29.0.1"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17655dependencies = [
17656 "cfg-if",
17657]
17658
17659[[package]]
17660name = "wasmtime-c-api-impl"
17661version = "29.0.1"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17664dependencies = [
17665 "anyhow",
17666 "log",
17667 "tracing",
17668 "wasmtime",
17669 "wasmtime-c-api-macros",
17670]
17671
17672[[package]]
17673name = "wasmtime-c-api-macros"
17674version = "29.0.1"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17677dependencies = [
17678 "proc-macro2",
17679 "quote",
17680]
17681
17682[[package]]
17683name = "wasmtime-component-macro"
17684version = "29.0.1"
17685source = "registry+https://github.com/rust-lang/crates.io-index"
17686checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17687dependencies = [
17688 "anyhow",
17689 "proc-macro2",
17690 "quote",
17691 "syn 2.0.101",
17692 "wasmtime-component-util",
17693 "wasmtime-wit-bindgen",
17694 "wit-parser 0.221.3",
17695]
17696
17697[[package]]
17698name = "wasmtime-component-util"
17699version = "29.0.1"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17702
17703[[package]]
17704name = "wasmtime-cranelift"
17705version = "29.0.1"
17706source = "registry+https://github.com/rust-lang/crates.io-index"
17707checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17708dependencies = [
17709 "anyhow",
17710 "cfg-if",
17711 "cranelift-codegen",
17712 "cranelift-control",
17713 "cranelift-entity",
17714 "cranelift-frontend",
17715 "cranelift-native",
17716 "gimli",
17717 "itertools 0.12.1",
17718 "log",
17719 "object",
17720 "smallvec",
17721 "target-lexicon 0.13.2",
17722 "thiserror 1.0.69",
17723 "wasmparser 0.221.3",
17724 "wasmtime-environ",
17725 "wasmtime-versioned-export-macros",
17726]
17727
17728[[package]]
17729name = "wasmtime-environ"
17730version = "29.0.1"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17733dependencies = [
17734 "anyhow",
17735 "cpp_demangle",
17736 "cranelift-bitset",
17737 "cranelift-entity",
17738 "gimli",
17739 "indexmap",
17740 "log",
17741 "object",
17742 "postcard",
17743 "rustc-demangle",
17744 "semver",
17745 "serde",
17746 "serde_derive",
17747 "smallvec",
17748 "target-lexicon 0.13.2",
17749 "wasm-encoder 0.221.3",
17750 "wasmparser 0.221.3",
17751 "wasmprinter",
17752 "wasmtime-component-util",
17753]
17754
17755[[package]]
17756name = "wasmtime-fiber"
17757version = "29.0.1"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17760dependencies = [
17761 "anyhow",
17762 "cc",
17763 "cfg-if",
17764 "rustix 0.38.44",
17765 "wasmtime-asm-macros",
17766 "wasmtime-versioned-export-macros",
17767 "windows-sys 0.59.0",
17768]
17769
17770[[package]]
17771name = "wasmtime-jit-icache-coherence"
17772version = "29.0.1"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17775dependencies = [
17776 "anyhow",
17777 "cfg-if",
17778 "libc",
17779 "windows-sys 0.59.0",
17780]
17781
17782[[package]]
17783name = "wasmtime-math"
17784version = "29.0.1"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17787dependencies = [
17788 "libm",
17789]
17790
17791[[package]]
17792name = "wasmtime-slab"
17793version = "29.0.1"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17796
17797[[package]]
17798name = "wasmtime-versioned-export-macros"
17799version = "29.0.1"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17802dependencies = [
17803 "proc-macro2",
17804 "quote",
17805 "syn 2.0.101",
17806]
17807
17808[[package]]
17809name = "wasmtime-wasi"
17810version = "29.0.1"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17813dependencies = [
17814 "anyhow",
17815 "async-trait",
17816 "bitflags 2.9.0",
17817 "bytes 1.10.1",
17818 "cap-fs-ext",
17819 "cap-net-ext",
17820 "cap-rand",
17821 "cap-std",
17822 "cap-time-ext",
17823 "fs-set-times",
17824 "futures 0.3.31",
17825 "io-extras",
17826 "io-lifetimes",
17827 "rustix 0.38.44",
17828 "system-interface",
17829 "thiserror 1.0.69",
17830 "tokio",
17831 "tracing",
17832 "trait-variant",
17833 "url",
17834 "wasmtime",
17835 "wiggle",
17836 "windows-sys 0.59.0",
17837]
17838
17839[[package]]
17840name = "wasmtime-winch"
17841version = "29.0.1"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17844dependencies = [
17845 "anyhow",
17846 "cranelift-codegen",
17847 "gimli",
17848 "object",
17849 "target-lexicon 0.13.2",
17850 "wasmparser 0.221.3",
17851 "wasmtime-cranelift",
17852 "wasmtime-environ",
17853 "winch-codegen",
17854]
17855
17856[[package]]
17857name = "wasmtime-wit-bindgen"
17858version = "29.0.1"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17861dependencies = [
17862 "anyhow",
17863 "heck 0.5.0",
17864 "indexmap",
17865 "wit-parser 0.221.3",
17866]
17867
17868[[package]]
17869name = "wast"
17870version = "35.0.2"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17873dependencies = [
17874 "leb128",
17875]
17876
17877[[package]]
17878name = "wayland-backend"
17879version = "0.3.8"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17882dependencies = [
17883 "cc",
17884 "downcast-rs",
17885 "rustix 0.38.44",
17886 "scoped-tls",
17887 "smallvec",
17888 "wayland-sys",
17889]
17890
17891[[package]]
17892name = "wayland-client"
17893version = "0.31.8"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17896dependencies = [
17897 "bitflags 2.9.0",
17898 "rustix 0.38.44",
17899 "wayland-backend",
17900 "wayland-scanner",
17901]
17902
17903[[package]]
17904name = "wayland-cursor"
17905version = "0.31.8"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17908dependencies = [
17909 "rustix 0.38.44",
17910 "wayland-client",
17911 "xcursor",
17912]
17913
17914[[package]]
17915name = "wayland-protocols"
17916version = "0.31.2"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17919dependencies = [
17920 "bitflags 2.9.0",
17921 "wayland-backend",
17922 "wayland-client",
17923 "wayland-scanner",
17924]
17925
17926[[package]]
17927name = "wayland-protocols-plasma"
17928version = "0.2.0"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17931dependencies = [
17932 "bitflags 2.9.0",
17933 "wayland-backend",
17934 "wayland-client",
17935 "wayland-protocols",
17936 "wayland-scanner",
17937]
17938
17939[[package]]
17940name = "wayland-scanner"
17941version = "0.31.6"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17944dependencies = [
17945 "proc-macro2",
17946 "quick-xml 0.37.4",
17947 "quote",
17948]
17949
17950[[package]]
17951name = "wayland-sys"
17952version = "0.31.6"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17955dependencies = [
17956 "dlib",
17957 "log",
17958 "once_cell",
17959 "pkg-config",
17960]
17961
17962[[package]]
17963name = "web-sys"
17964version = "0.3.77"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17967dependencies = [
17968 "js-sys",
17969 "wasm-bindgen",
17970]
17971
17972[[package]]
17973name = "web-time"
17974version = "1.1.0"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17977dependencies = [
17978 "js-sys",
17979 "wasm-bindgen",
17980]
17981
17982[[package]]
17983name = "web_atoms"
17984version = "0.1.0"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17987dependencies = [
17988 "phf",
17989 "phf_codegen",
17990 "string_cache",
17991 "string_cache_codegen",
17992]
17993
17994[[package]]
17995name = "web_search"
17996version = "0.1.0"
17997dependencies = [
17998 "anyhow",
17999 "collections",
18000 "gpui",
18001 "serde",
18002 "workspace-hack",
18003 "zed_llm_client",
18004]
18005
18006[[package]]
18007name = "web_search_providers"
18008version = "0.1.0"
18009dependencies = [
18010 "anyhow",
18011 "client",
18012 "futures 0.3.31",
18013 "gpui",
18014 "http_client",
18015 "language_model",
18016 "serde",
18017 "serde_json",
18018 "web_search",
18019 "workspace-hack",
18020 "zed_llm_client",
18021]
18022
18023[[package]]
18024name = "webpki-root-certs"
18025version = "0.26.8"
18026source = "registry+https://github.com/rust-lang/crates.io-index"
18027checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
18028dependencies = [
18029 "rustls-pki-types",
18030]
18031
18032[[package]]
18033name = "webpki-roots"
18034version = "0.26.8"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18037dependencies = [
18038 "rustls-pki-types",
18039]
18040
18041[[package]]
18042name = "webrtc-sys"
18043version = "0.3.7"
18044source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18045dependencies = [
18046 "cc",
18047 "cxx",
18048 "cxx-build",
18049 "glob",
18050 "log",
18051 "webrtc-sys-build",
18052]
18053
18054[[package]]
18055name = "webrtc-sys-build"
18056version = "0.3.6"
18057source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18058dependencies = [
18059 "fs2",
18060 "regex",
18061 "reqwest 0.11.27",
18062 "scratch",
18063 "semver",
18064 "zip",
18065]
18066
18067[[package]]
18068name = "weezl"
18069version = "0.1.8"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18072
18073[[package]]
18074name = "welcome"
18075version = "0.1.0"
18076dependencies = [
18077 "anyhow",
18078 "client",
18079 "component",
18080 "db",
18081 "documented",
18082 "editor",
18083 "fuzzy",
18084 "gpui",
18085 "install_cli",
18086 "language",
18087 "picker",
18088 "project",
18089 "schemars",
18090 "serde",
18091 "settings",
18092 "telemetry",
18093 "theme",
18094 "ui",
18095 "util",
18096 "vim_mode_setting",
18097 "workspace",
18098 "workspace-hack",
18099 "zed_actions",
18100]
18101
18102[[package]]
18103name = "which"
18104version = "4.4.2"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18107dependencies = [
18108 "either",
18109 "home",
18110 "once_cell",
18111 "rustix 0.38.44",
18112]
18113
18114[[package]]
18115name = "which"
18116version = "6.0.3"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18119dependencies = [
18120 "either",
18121 "home",
18122 "rustix 0.38.44",
18123 "winsafe",
18124]
18125
18126[[package]]
18127name = "whoami"
18128version = "1.6.0"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18131dependencies = [
18132 "redox_syscall 0.5.11",
18133 "wasite",
18134]
18135
18136[[package]]
18137name = "wiggle"
18138version = "29.0.1"
18139source = "registry+https://github.com/rust-lang/crates.io-index"
18140checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18141dependencies = [
18142 "anyhow",
18143 "async-trait",
18144 "bitflags 2.9.0",
18145 "thiserror 1.0.69",
18146 "tracing",
18147 "wasmtime",
18148 "wiggle-macro",
18149]
18150
18151[[package]]
18152name = "wiggle-generate"
18153version = "29.0.1"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18156dependencies = [
18157 "anyhow",
18158 "heck 0.5.0",
18159 "proc-macro2",
18160 "quote",
18161 "shellexpand 2.1.2",
18162 "syn 2.0.101",
18163 "witx",
18164]
18165
18166[[package]]
18167name = "wiggle-macro"
18168version = "29.0.1"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18171dependencies = [
18172 "proc-macro2",
18173 "quote",
18174 "syn 2.0.101",
18175 "wiggle-generate",
18176]
18177
18178[[package]]
18179name = "winapi"
18180version = "0.3.9"
18181source = "registry+https://github.com/rust-lang/crates.io-index"
18182checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18183dependencies = [
18184 "winapi-i686-pc-windows-gnu",
18185 "winapi-x86_64-pc-windows-gnu",
18186]
18187
18188[[package]]
18189name = "winapi-i686-pc-windows-gnu"
18190version = "0.4.0"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18193
18194[[package]]
18195name = "winapi-util"
18196version = "0.1.9"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18199dependencies = [
18200 "windows-sys 0.59.0",
18201]
18202
18203[[package]]
18204name = "winapi-x86_64-pc-windows-gnu"
18205version = "0.4.0"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18208
18209[[package]]
18210name = "winch-codegen"
18211version = "29.0.1"
18212source = "registry+https://github.com/rust-lang/crates.io-index"
18213checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18214dependencies = [
18215 "anyhow",
18216 "cranelift-codegen",
18217 "gimli",
18218 "regalloc2",
18219 "smallvec",
18220 "target-lexicon 0.13.2",
18221 "thiserror 1.0.69",
18222 "wasmparser 0.221.3",
18223 "wasmtime-cranelift",
18224 "wasmtime-environ",
18225]
18226
18227[[package]]
18228name = "windows"
18229version = "0.54.0"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18232dependencies = [
18233 "windows-core 0.54.0",
18234 "windows-targets 0.52.6",
18235]
18236
18237[[package]]
18238name = "windows"
18239version = "0.57.0"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18242dependencies = [
18243 "windows-core 0.57.0",
18244 "windows-targets 0.52.6",
18245]
18246
18247[[package]]
18248name = "windows"
18249version = "0.58.0"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18252dependencies = [
18253 "windows-core 0.58.0",
18254 "windows-targets 0.52.6",
18255]
18256
18257[[package]]
18258name = "windows"
18259version = "0.61.1"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18262dependencies = [
18263 "windows-collections",
18264 "windows-core 0.61.0",
18265 "windows-future",
18266 "windows-link",
18267 "windows-numerics",
18268]
18269
18270[[package]]
18271name = "windows-capture"
18272version = "1.4.3"
18273source = "registry+https://github.com/rust-lang/crates.io-index"
18274checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18275dependencies = [
18276 "clap",
18277 "ctrlc",
18278 "parking_lot",
18279 "rayon",
18280 "thiserror 2.0.12",
18281 "windows 0.61.1",
18282 "windows-future",
18283]
18284
18285[[package]]
18286name = "windows-collections"
18287version = "0.2.0"
18288source = "registry+https://github.com/rust-lang/crates.io-index"
18289checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18290dependencies = [
18291 "windows-core 0.61.0",
18292]
18293
18294[[package]]
18295name = "windows-core"
18296version = "0.54.0"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18299dependencies = [
18300 "windows-result 0.1.2",
18301 "windows-targets 0.52.6",
18302]
18303
18304[[package]]
18305name = "windows-core"
18306version = "0.57.0"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18309dependencies = [
18310 "windows-implement 0.57.0",
18311 "windows-interface 0.57.0",
18312 "windows-result 0.1.2",
18313 "windows-targets 0.52.6",
18314]
18315
18316[[package]]
18317name = "windows-core"
18318version = "0.58.0"
18319source = "registry+https://github.com/rust-lang/crates.io-index"
18320checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18321dependencies = [
18322 "windows-implement 0.58.0",
18323 "windows-interface 0.58.0",
18324 "windows-result 0.2.0",
18325 "windows-strings 0.1.0",
18326 "windows-targets 0.52.6",
18327]
18328
18329[[package]]
18330name = "windows-core"
18331version = "0.61.0"
18332source = "registry+https://github.com/rust-lang/crates.io-index"
18333checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18334dependencies = [
18335 "windows-implement 0.60.0",
18336 "windows-interface 0.59.1",
18337 "windows-link",
18338 "windows-result 0.3.2",
18339 "windows-strings 0.4.0",
18340]
18341
18342[[package]]
18343name = "windows-future"
18344version = "0.2.0"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18347dependencies = [
18348 "windows-core 0.61.0",
18349 "windows-link",
18350]
18351
18352[[package]]
18353name = "windows-implement"
18354version = "0.57.0"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18357dependencies = [
18358 "proc-macro2",
18359 "quote",
18360 "syn 2.0.101",
18361]
18362
18363[[package]]
18364name = "windows-implement"
18365version = "0.58.0"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18368dependencies = [
18369 "proc-macro2",
18370 "quote",
18371 "syn 2.0.101",
18372]
18373
18374[[package]]
18375name = "windows-implement"
18376version = "0.60.0"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18379dependencies = [
18380 "proc-macro2",
18381 "quote",
18382 "syn 2.0.101",
18383]
18384
18385[[package]]
18386name = "windows-interface"
18387version = "0.57.0"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18390dependencies = [
18391 "proc-macro2",
18392 "quote",
18393 "syn 2.0.101",
18394]
18395
18396[[package]]
18397name = "windows-interface"
18398version = "0.58.0"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18401dependencies = [
18402 "proc-macro2",
18403 "quote",
18404 "syn 2.0.101",
18405]
18406
18407[[package]]
18408name = "windows-interface"
18409version = "0.59.1"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18412dependencies = [
18413 "proc-macro2",
18414 "quote",
18415 "syn 2.0.101",
18416]
18417
18418[[package]]
18419name = "windows-link"
18420version = "0.1.1"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18423
18424[[package]]
18425name = "windows-numerics"
18426version = "0.2.0"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18429dependencies = [
18430 "windows-core 0.61.0",
18431 "windows-link",
18432]
18433
18434[[package]]
18435name = "windows-registry"
18436version = "0.4.0"
18437source = "registry+https://github.com/rust-lang/crates.io-index"
18438checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18439dependencies = [
18440 "windows-result 0.3.2",
18441 "windows-strings 0.3.1",
18442 "windows-targets 0.53.0",
18443]
18444
18445[[package]]
18446name = "windows-registry"
18447version = "0.5.1"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18450dependencies = [
18451 "windows-link",
18452 "windows-result 0.3.2",
18453 "windows-strings 0.4.0",
18454]
18455
18456[[package]]
18457name = "windows-result"
18458version = "0.1.2"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18461dependencies = [
18462 "windows-targets 0.52.6",
18463]
18464
18465[[package]]
18466name = "windows-result"
18467version = "0.2.0"
18468source = "registry+https://github.com/rust-lang/crates.io-index"
18469checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18470dependencies = [
18471 "windows-targets 0.52.6",
18472]
18473
18474[[package]]
18475name = "windows-result"
18476version = "0.3.2"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18479dependencies = [
18480 "windows-link",
18481]
18482
18483[[package]]
18484name = "windows-strings"
18485version = "0.1.0"
18486source = "registry+https://github.com/rust-lang/crates.io-index"
18487checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18488dependencies = [
18489 "windows-result 0.2.0",
18490 "windows-targets 0.52.6",
18491]
18492
18493[[package]]
18494name = "windows-strings"
18495version = "0.3.1"
18496source = "registry+https://github.com/rust-lang/crates.io-index"
18497checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18498dependencies = [
18499 "windows-link",
18500]
18501
18502[[package]]
18503name = "windows-strings"
18504version = "0.4.0"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18507dependencies = [
18508 "windows-link",
18509]
18510
18511[[package]]
18512name = "windows-sys"
18513version = "0.45.0"
18514source = "registry+https://github.com/rust-lang/crates.io-index"
18515checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18516dependencies = [
18517 "windows-targets 0.42.2",
18518]
18519
18520[[package]]
18521name = "windows-sys"
18522version = "0.48.0"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18525dependencies = [
18526 "windows-targets 0.48.5",
18527]
18528
18529[[package]]
18530name = "windows-sys"
18531version = "0.52.0"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18534dependencies = [
18535 "windows-targets 0.52.6",
18536]
18537
18538[[package]]
18539name = "windows-sys"
18540version = "0.59.0"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18543dependencies = [
18544 "windows-targets 0.52.6",
18545]
18546
18547[[package]]
18548name = "windows-targets"
18549version = "0.42.2"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18552dependencies = [
18553 "windows_aarch64_gnullvm 0.42.2",
18554 "windows_aarch64_msvc 0.42.2",
18555 "windows_i686_gnu 0.42.2",
18556 "windows_i686_msvc 0.42.2",
18557 "windows_x86_64_gnu 0.42.2",
18558 "windows_x86_64_gnullvm 0.42.2",
18559 "windows_x86_64_msvc 0.42.2",
18560]
18561
18562[[package]]
18563name = "windows-targets"
18564version = "0.48.5"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18567dependencies = [
18568 "windows_aarch64_gnullvm 0.48.5",
18569 "windows_aarch64_msvc 0.48.5",
18570 "windows_i686_gnu 0.48.5",
18571 "windows_i686_msvc 0.48.5",
18572 "windows_x86_64_gnu 0.48.5",
18573 "windows_x86_64_gnullvm 0.48.5",
18574 "windows_x86_64_msvc 0.48.5",
18575]
18576
18577[[package]]
18578name = "windows-targets"
18579version = "0.52.6"
18580source = "registry+https://github.com/rust-lang/crates.io-index"
18581checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18582dependencies = [
18583 "windows_aarch64_gnullvm 0.52.6",
18584 "windows_aarch64_msvc 0.52.6",
18585 "windows_i686_gnu 0.52.6",
18586 "windows_i686_gnullvm 0.52.6",
18587 "windows_i686_msvc 0.52.6",
18588 "windows_x86_64_gnu 0.52.6",
18589 "windows_x86_64_gnullvm 0.52.6",
18590 "windows_x86_64_msvc 0.52.6",
18591]
18592
18593[[package]]
18594name = "windows-targets"
18595version = "0.53.0"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18598dependencies = [
18599 "windows_aarch64_gnullvm 0.53.0",
18600 "windows_aarch64_msvc 0.53.0",
18601 "windows_i686_gnu 0.53.0",
18602 "windows_i686_gnullvm 0.53.0",
18603 "windows_i686_msvc 0.53.0",
18604 "windows_x86_64_gnu 0.53.0",
18605 "windows_x86_64_gnullvm 0.53.0",
18606 "windows_x86_64_msvc 0.53.0",
18607]
18608
18609[[package]]
18610name = "windows_aarch64_gnullvm"
18611version = "0.42.2"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18614
18615[[package]]
18616name = "windows_aarch64_gnullvm"
18617version = "0.48.5"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18620
18621[[package]]
18622name = "windows_aarch64_gnullvm"
18623version = "0.52.6"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18626
18627[[package]]
18628name = "windows_aarch64_gnullvm"
18629version = "0.53.0"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18632
18633[[package]]
18634name = "windows_aarch64_msvc"
18635version = "0.42.2"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18638
18639[[package]]
18640name = "windows_aarch64_msvc"
18641version = "0.48.5"
18642source = "registry+https://github.com/rust-lang/crates.io-index"
18643checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18644
18645[[package]]
18646name = "windows_aarch64_msvc"
18647version = "0.52.6"
18648source = "registry+https://github.com/rust-lang/crates.io-index"
18649checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18650
18651[[package]]
18652name = "windows_aarch64_msvc"
18653version = "0.53.0"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18656
18657[[package]]
18658name = "windows_i686_gnu"
18659version = "0.42.2"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18662
18663[[package]]
18664name = "windows_i686_gnu"
18665version = "0.48.5"
18666source = "registry+https://github.com/rust-lang/crates.io-index"
18667checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18668
18669[[package]]
18670name = "windows_i686_gnu"
18671version = "0.52.6"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18674
18675[[package]]
18676name = "windows_i686_gnu"
18677version = "0.53.0"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18680
18681[[package]]
18682name = "windows_i686_gnullvm"
18683version = "0.52.6"
18684source = "registry+https://github.com/rust-lang/crates.io-index"
18685checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18686
18687[[package]]
18688name = "windows_i686_gnullvm"
18689version = "0.53.0"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18692
18693[[package]]
18694name = "windows_i686_msvc"
18695version = "0.42.2"
18696source = "registry+https://github.com/rust-lang/crates.io-index"
18697checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18698
18699[[package]]
18700name = "windows_i686_msvc"
18701version = "0.48.5"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18704
18705[[package]]
18706name = "windows_i686_msvc"
18707version = "0.52.6"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18710
18711[[package]]
18712name = "windows_i686_msvc"
18713version = "0.53.0"
18714source = "registry+https://github.com/rust-lang/crates.io-index"
18715checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18716
18717[[package]]
18718name = "windows_x86_64_gnu"
18719version = "0.42.2"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18722
18723[[package]]
18724name = "windows_x86_64_gnu"
18725version = "0.48.5"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18728
18729[[package]]
18730name = "windows_x86_64_gnu"
18731version = "0.52.6"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18734
18735[[package]]
18736name = "windows_x86_64_gnu"
18737version = "0.53.0"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18740
18741[[package]]
18742name = "windows_x86_64_gnullvm"
18743version = "0.42.2"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18746
18747[[package]]
18748name = "windows_x86_64_gnullvm"
18749version = "0.48.5"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18752
18753[[package]]
18754name = "windows_x86_64_gnullvm"
18755version = "0.52.6"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18758
18759[[package]]
18760name = "windows_x86_64_gnullvm"
18761version = "0.53.0"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18764
18765[[package]]
18766name = "windows_x86_64_msvc"
18767version = "0.42.2"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18770
18771[[package]]
18772name = "windows_x86_64_msvc"
18773version = "0.48.5"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18776
18777[[package]]
18778name = "windows_x86_64_msvc"
18779version = "0.52.6"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18782
18783[[package]]
18784name = "windows_x86_64_msvc"
18785version = "0.53.0"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18788
18789[[package]]
18790name = "winnow"
18791version = "0.7.6"
18792source = "registry+https://github.com/rust-lang/crates.io-index"
18793checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18794dependencies = [
18795 "memchr",
18796]
18797
18798[[package]]
18799name = "winreg"
18800version = "0.10.1"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18803dependencies = [
18804 "winapi",
18805]
18806
18807[[package]]
18808name = "winreg"
18809version = "0.50.0"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18812dependencies = [
18813 "cfg-if",
18814 "windows-sys 0.48.0",
18815]
18816
18817[[package]]
18818name = "winreg"
18819version = "0.52.0"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18822dependencies = [
18823 "cfg-if",
18824 "windows-sys 0.48.0",
18825]
18826
18827[[package]]
18828name = "winreg"
18829version = "0.55.0"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18832dependencies = [
18833 "cfg-if",
18834 "windows-sys 0.59.0",
18835]
18836
18837[[package]]
18838name = "winresource"
18839version = "0.1.20"
18840source = "registry+https://github.com/rust-lang/crates.io-index"
18841checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18842dependencies = [
18843 "toml 0.8.20",
18844 "version_check",
18845]
18846
18847[[package]]
18848name = "winsafe"
18849version = "0.0.19"
18850source = "registry+https://github.com/rust-lang/crates.io-index"
18851checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18852
18853[[package]]
18854name = "winx"
18855version = "0.36.4"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18858dependencies = [
18859 "bitflags 2.9.0",
18860 "windows-sys 0.59.0",
18861]
18862
18863[[package]]
18864name = "wio"
18865version = "0.2.2"
18866source = "registry+https://github.com/rust-lang/crates.io-index"
18867checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18868dependencies = [
18869 "winapi",
18870]
18871
18872[[package]]
18873name = "wit-bindgen"
18874version = "0.22.0"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18877dependencies = [
18878 "bitflags 2.9.0",
18879 "wit-bindgen-rt 0.22.0",
18880 "wit-bindgen-rust-macro 0.22.0",
18881]
18882
18883[[package]]
18884name = "wit-bindgen"
18885version = "0.41.0"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18888dependencies = [
18889 "wit-bindgen-rt 0.41.0",
18890 "wit-bindgen-rust-macro 0.41.0",
18891]
18892
18893[[package]]
18894name = "wit-bindgen-core"
18895version = "0.22.0"
18896source = "registry+https://github.com/rust-lang/crates.io-index"
18897checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18898dependencies = [
18899 "anyhow",
18900 "wit-parser 0.201.0",
18901]
18902
18903[[package]]
18904name = "wit-bindgen-core"
18905version = "0.41.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18908dependencies = [
18909 "anyhow",
18910 "heck 0.5.0",
18911 "wit-parser 0.227.1",
18912]
18913
18914[[package]]
18915name = "wit-bindgen-rt"
18916version = "0.22.0"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18919
18920[[package]]
18921name = "wit-bindgen-rt"
18922version = "0.39.0"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18925dependencies = [
18926 "bitflags 2.9.0",
18927]
18928
18929[[package]]
18930name = "wit-bindgen-rt"
18931version = "0.41.0"
18932source = "registry+https://github.com/rust-lang/crates.io-index"
18933checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18934dependencies = [
18935 "bitflags 2.9.0",
18936 "futures 0.3.31",
18937 "once_cell",
18938]
18939
18940[[package]]
18941name = "wit-bindgen-rust"
18942version = "0.22.0"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18945dependencies = [
18946 "anyhow",
18947 "heck 0.4.1",
18948 "indexmap",
18949 "wasm-metadata 0.201.0",
18950 "wit-bindgen-core 0.22.0",
18951 "wit-component 0.201.0",
18952]
18953
18954[[package]]
18955name = "wit-bindgen-rust"
18956version = "0.41.0"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18959dependencies = [
18960 "anyhow",
18961 "heck 0.5.0",
18962 "indexmap",
18963 "prettyplease",
18964 "syn 2.0.101",
18965 "wasm-metadata 0.227.1",
18966 "wit-bindgen-core 0.41.0",
18967 "wit-component 0.227.1",
18968]
18969
18970[[package]]
18971name = "wit-bindgen-rust-macro"
18972version = "0.22.0"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18975dependencies = [
18976 "anyhow",
18977 "proc-macro2",
18978 "quote",
18979 "syn 2.0.101",
18980 "wit-bindgen-core 0.22.0",
18981 "wit-bindgen-rust 0.22.0",
18982]
18983
18984[[package]]
18985name = "wit-bindgen-rust-macro"
18986version = "0.41.0"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18989dependencies = [
18990 "anyhow",
18991 "prettyplease",
18992 "proc-macro2",
18993 "quote",
18994 "syn 2.0.101",
18995 "wit-bindgen-core 0.41.0",
18996 "wit-bindgen-rust 0.41.0",
18997]
18998
18999[[package]]
19000name = "wit-component"
19001version = "0.201.0"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
19004dependencies = [
19005 "anyhow",
19006 "bitflags 2.9.0",
19007 "indexmap",
19008 "log",
19009 "serde",
19010 "serde_derive",
19011 "serde_json",
19012 "wasm-encoder 0.201.0",
19013 "wasm-metadata 0.201.0",
19014 "wasmparser 0.201.0",
19015 "wit-parser 0.201.0",
19016]
19017
19018[[package]]
19019name = "wit-component"
19020version = "0.221.3"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
19023dependencies = [
19024 "anyhow",
19025 "bitflags 2.9.0",
19026 "indexmap",
19027 "log",
19028 "serde",
19029 "serde_derive",
19030 "serde_json",
19031 "wasm-encoder 0.221.3",
19032 "wasm-metadata 0.221.3",
19033 "wasmparser 0.221.3",
19034 "wit-parser 0.221.3",
19035]
19036
19037[[package]]
19038name = "wit-component"
19039version = "0.227.1"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19042dependencies = [
19043 "anyhow",
19044 "bitflags 2.9.0",
19045 "indexmap",
19046 "log",
19047 "serde",
19048 "serde_derive",
19049 "serde_json",
19050 "wasm-encoder 0.227.1",
19051 "wasm-metadata 0.227.1",
19052 "wasmparser 0.227.1",
19053 "wit-parser 0.227.1",
19054]
19055
19056[[package]]
19057name = "wit-parser"
19058version = "0.201.0"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19061dependencies = [
19062 "anyhow",
19063 "id-arena",
19064 "indexmap",
19065 "log",
19066 "semver",
19067 "serde",
19068 "serde_derive",
19069 "serde_json",
19070 "unicode-xid",
19071 "wasmparser 0.201.0",
19072]
19073
19074[[package]]
19075name = "wit-parser"
19076version = "0.221.3"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19079dependencies = [
19080 "anyhow",
19081 "id-arena",
19082 "indexmap",
19083 "log",
19084 "semver",
19085 "serde",
19086 "serde_derive",
19087 "serde_json",
19088 "unicode-xid",
19089 "wasmparser 0.221.3",
19090]
19091
19092[[package]]
19093name = "wit-parser"
19094version = "0.227.1"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19097dependencies = [
19098 "anyhow",
19099 "id-arena",
19100 "indexmap",
19101 "log",
19102 "semver",
19103 "serde",
19104 "serde_derive",
19105 "serde_json",
19106 "unicode-xid",
19107 "wasmparser 0.227.1",
19108]
19109
19110[[package]]
19111name = "witx"
19112version = "0.9.1"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19115dependencies = [
19116 "anyhow",
19117 "log",
19118 "thiserror 1.0.69",
19119 "wast",
19120]
19121
19122[[package]]
19123name = "workspace"
19124version = "0.1.0"
19125dependencies = [
19126 "any_vec",
19127 "anyhow",
19128 "async-recursion 1.1.1",
19129 "bincode",
19130 "call",
19131 "client",
19132 "clock",
19133 "collections",
19134 "component",
19135 "dap",
19136 "db",
19137 "env_logger 0.11.8",
19138 "fs",
19139 "futures 0.3.31",
19140 "gpui",
19141 "http_client",
19142 "itertools 0.14.0",
19143 "language",
19144 "log",
19145 "menu",
19146 "node_runtime",
19147 "parking_lot",
19148 "postage",
19149 "project",
19150 "remote",
19151 "schemars",
19152 "serde",
19153 "serde_json",
19154 "session",
19155 "settings",
19156 "smallvec",
19157 "sqlez",
19158 "strum 0.27.1",
19159 "task",
19160 "telemetry",
19161 "tempfile",
19162 "theme",
19163 "ui",
19164 "util",
19165 "uuid",
19166 "windows 0.61.1",
19167 "workspace-hack",
19168 "zed_actions",
19169]
19170
19171[[package]]
19172name = "workspace-hack"
19173version = "0.1.0"
19174dependencies = [
19175 "aes",
19176 "ahash 0.8.11",
19177 "aho-corasick",
19178 "anstream",
19179 "arrayvec",
19180 "async-compression",
19181 "async-std",
19182 "async-tungstenite",
19183 "aws-config",
19184 "aws-credential-types",
19185 "aws-runtime",
19186 "aws-sigv4",
19187 "aws-smithy-async",
19188 "aws-smithy-http",
19189 "aws-smithy-runtime",
19190 "aws-smithy-runtime-api",
19191 "aws-smithy-types",
19192 "base64 0.22.1",
19193 "base64ct",
19194 "bigdecimal",
19195 "bit-set 0.8.0",
19196 "bit-vec 0.8.0",
19197 "bitflags 2.9.0",
19198 "bstr",
19199 "bytemuck",
19200 "byteorder",
19201 "bytes 1.10.1",
19202 "cc",
19203 "chrono",
19204 "cipher",
19205 "clang-sys",
19206 "clap",
19207 "clap_builder",
19208 "codespan-reporting 0.12.0",
19209 "concurrent-queue",
19210 "core-foundation 0.9.4",
19211 "core-foundation-sys",
19212 "coreaudio-sys",
19213 "cranelift-codegen",
19214 "crc32fast",
19215 "crossbeam-epoch",
19216 "crossbeam-utils",
19217 "crypto-common",
19218 "deranged",
19219 "digest",
19220 "either",
19221 "euclid",
19222 "event-listener 5.4.0",
19223 "event-listener-strategy",
19224 "flate2",
19225 "flume",
19226 "foldhash",
19227 "form_urlencoded",
19228 "futures 0.3.31",
19229 "futures-channel",
19230 "futures-core",
19231 "futures-executor",
19232 "futures-io",
19233 "futures-sink",
19234 "futures-task",
19235 "futures-util",
19236 "getrandom 0.2.15",
19237 "getrandom 0.3.2",
19238 "gimli",
19239 "half",
19240 "handlebars 4.5.0",
19241 "hashbrown 0.14.5",
19242 "hashbrown 0.15.3",
19243 "heck 0.4.1",
19244 "hmac",
19245 "hyper 0.14.32",
19246 "hyper-rustls 0.27.5",
19247 "idna",
19248 "indexmap",
19249 "inout",
19250 "itertools 0.12.1",
19251 "itertools 0.13.0",
19252 "jiff",
19253 "lazy_static",
19254 "libc",
19255 "libsqlite3-sys",
19256 "linux-raw-sys 0.4.15",
19257 "linux-raw-sys 0.9.4",
19258 "log",
19259 "lyon",
19260 "lyon_path",
19261 "md-5",
19262 "memchr",
19263 "miniz_oxide",
19264 "mio",
19265 "naga",
19266 "nix 0.29.0",
19267 "nom",
19268 "num-bigint",
19269 "num-bigint-dig",
19270 "num-integer",
19271 "num-iter",
19272 "num-rational",
19273 "num-traits",
19274 "objc2",
19275 "objc2-foundation",
19276 "objc2-metal",
19277 "object",
19278 "once_cell",
19279 "percent-encoding",
19280 "phf",
19281 "phf_shared",
19282 "prettyplease",
19283 "proc-macro2",
19284 "prost 0.9.0",
19285 "prost-types 0.9.0",
19286 "quote",
19287 "rand 0.8.5",
19288 "rand 0.9.1",
19289 "rand_chacha 0.3.1",
19290 "rand_core 0.6.4",
19291 "regalloc2",
19292 "regex",
19293 "regex-automata 0.4.9",
19294 "regex-syntax 0.8.5",
19295 "ring",
19296 "rust_decimal",
19297 "rustc-hash 1.1.0",
19298 "rustix 0.38.44",
19299 "rustix 1.0.7",
19300 "rustls 0.23.26",
19301 "rustls-webpki 0.103.1",
19302 "scopeguard",
19303 "sea-orm",
19304 "sea-query-binder",
19305 "security-framework 3.2.0",
19306 "security-framework-sys",
19307 "semver",
19308 "serde",
19309 "serde_derive",
19310 "serde_json",
19311 "sha1",
19312 "simd-adler32",
19313 "smallvec",
19314 "spin",
19315 "sqlx",
19316 "sqlx-macros",
19317 "sqlx-macros-core",
19318 "sqlx-postgres",
19319 "sqlx-sqlite",
19320 "strum 0.26.3",
19321 "subtle",
19322 "syn 1.0.109",
19323 "syn 2.0.101",
19324 "sync_wrapper 1.0.2",
19325 "thiserror 2.0.12",
19326 "time",
19327 "time-macros",
19328 "tokio",
19329 "tokio-rustls 0.26.2",
19330 "tokio-socks",
19331 "tokio-stream",
19332 "tokio-util",
19333 "toml_datetime",
19334 "toml_edit",
19335 "tower 0.5.2",
19336 "tracing",
19337 "tracing-core",
19338 "tungstenite 0.26.2",
19339 "unicode-normalization",
19340 "unicode-properties",
19341 "url",
19342 "uuid",
19343 "wasm-encoder 0.221.3",
19344 "wasmparser 0.221.3",
19345 "wasmtime",
19346 "wasmtime-cranelift",
19347 "wasmtime-environ",
19348 "winapi",
19349 "windows-core 0.61.0",
19350 "windows-numerics",
19351 "windows-sys 0.48.0",
19352 "windows-sys 0.52.0",
19353 "windows-sys 0.59.0",
19354 "winnow",
19355 "zeroize",
19356 "zvariant",
19357]
19358
19359[[package]]
19360name = "worktree"
19361version = "0.1.0"
19362dependencies = [
19363 "anyhow",
19364 "clock",
19365 "collections",
19366 "env_logger 0.11.8",
19367 "fs",
19368 "futures 0.3.31",
19369 "fuzzy",
19370 "git",
19371 "git2",
19372 "gpui",
19373 "http_client",
19374 "ignore",
19375 "language",
19376 "log",
19377 "parking_lot",
19378 "paths",
19379 "postage",
19380 "pretty_assertions",
19381 "rand 0.8.5",
19382 "rpc",
19383 "schemars",
19384 "serde",
19385 "serde_json",
19386 "settings",
19387 "smallvec",
19388 "smol",
19389 "sum_tree",
19390 "text",
19391 "util",
19392 "workspace-hack",
19393]
19394
19395[[package]]
19396name = "write16"
19397version = "1.0.0"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19400
19401[[package]]
19402name = "writeable"
19403version = "0.5.5"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19406
19407[[package]]
19408name = "wyz"
19409version = "0.5.1"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19412dependencies = [
19413 "tap",
19414]
19415
19416[[package]]
19417name = "x11"
19418version = "2.21.0"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19421dependencies = [
19422 "libc",
19423 "pkg-config",
19424]
19425
19426[[package]]
19427name = "x11-clipboard"
19428version = "0.9.3"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19431dependencies = [
19432 "libc",
19433 "x11rb",
19434]
19435
19436[[package]]
19437name = "x11rb"
19438version = "0.13.1"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19441dependencies = [
19442 "as-raw-xcb-connection",
19443 "gethostname",
19444 "libc",
19445 "rustix 0.38.44",
19446 "x11rb-protocol",
19447]
19448
19449[[package]]
19450name = "x11rb-protocol"
19451version = "0.13.1"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19454
19455[[package]]
19456name = "xattr"
19457version = "0.2.3"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19460dependencies = [
19461 "libc",
19462]
19463
19464[[package]]
19465name = "xcb"
19466version = "1.5.0"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19469dependencies = [
19470 "bitflags 1.3.2",
19471 "libc",
19472 "quick-xml 0.30.0",
19473 "x11",
19474]
19475
19476[[package]]
19477name = "xcursor"
19478version = "0.3.8"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19481
19482[[package]]
19483name = "xdg-home"
19484version = "1.3.0"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19487dependencies = [
19488 "libc",
19489 "windows-sys 0.59.0",
19490]
19491
19492[[package]]
19493name = "xim"
19494version = "0.4.0"
19495source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19496dependencies = [
19497 "ahash 0.8.11",
19498 "hashbrown 0.14.5",
19499 "log",
19500 "x11rb",
19501 "xim-ctext",
19502 "xim-parser",
19503]
19504
19505[[package]]
19506name = "xim-ctext"
19507version = "0.3.0"
19508source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19509dependencies = [
19510 "encoding_rs",
19511]
19512
19513[[package]]
19514name = "xim-parser"
19515version = "0.2.1"
19516source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19517dependencies = [
19518 "bitflags 2.9.0",
19519]
19520
19521[[package]]
19522name = "xkbcommon"
19523version = "0.8.0"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19526dependencies = [
19527 "as-raw-xcb-connection",
19528 "libc",
19529 "memmap2",
19530 "xkeysym",
19531]
19532
19533[[package]]
19534name = "xkeysym"
19535version = "0.2.1"
19536source = "registry+https://github.com/rust-lang/crates.io-index"
19537checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19538
19539[[package]]
19540name = "xml5ever"
19541version = "0.18.1"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19544dependencies = [
19545 "log",
19546 "mac",
19547 "markup5ever 0.12.1",
19548]
19549
19550[[package]]
19551name = "xmlparser"
19552version = "0.13.6"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19555
19556[[package]]
19557name = "xmlwriter"
19558version = "0.1.0"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19561
19562[[package]]
19563name = "xtask"
19564version = "0.1.0"
19565dependencies = [
19566 "anyhow",
19567 "cargo_metadata",
19568 "cargo_toml",
19569 "clap",
19570 "workspace-hack",
19571]
19572
19573[[package]]
19574name = "yaml-rust2"
19575version = "0.8.1"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19578dependencies = [
19579 "arraydeque",
19580 "encoding_rs",
19581 "hashlink 0.8.4",
19582]
19583
19584[[package]]
19585name = "yansi"
19586version = "1.0.1"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19589
19590[[package]]
19591name = "yazi"
19592version = "0.2.1"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19595
19596[[package]]
19597name = "yeslogic-fontconfig-sys"
19598version = "6.0.0"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19601dependencies = [
19602 "dlib",
19603 "once_cell",
19604 "pkg-config",
19605]
19606
19607[[package]]
19608name = "yoke"
19609version = "0.7.5"
19610source = "registry+https://github.com/rust-lang/crates.io-index"
19611checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19612dependencies = [
19613 "serde",
19614 "stable_deref_trait",
19615 "yoke-derive",
19616 "zerofrom",
19617]
19618
19619[[package]]
19620name = "yoke-derive"
19621version = "0.7.5"
19622source = "registry+https://github.com/rust-lang/crates.io-index"
19623checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19624dependencies = [
19625 "proc-macro2",
19626 "quote",
19627 "syn 2.0.101",
19628 "synstructure",
19629]
19630
19631[[package]]
19632name = "zbus"
19633version = "5.5.0"
19634source = "registry+https://github.com/rust-lang/crates.io-index"
19635checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19636dependencies = [
19637 "async-broadcast",
19638 "async-executor",
19639 "async-fs",
19640 "async-io",
19641 "async-lock",
19642 "async-process",
19643 "async-recursion 1.1.1",
19644 "async-task",
19645 "async-trait",
19646 "blocking",
19647 "enumflags2",
19648 "event-listener 5.4.0",
19649 "futures-core",
19650 "futures-lite 2.6.0",
19651 "hex",
19652 "nix 0.29.0",
19653 "ordered-stream",
19654 "serde",
19655 "serde_repr",
19656 "static_assertions",
19657 "tracing",
19658 "uds_windows",
19659 "windows-sys 0.59.0",
19660 "winnow",
19661 "xdg-home",
19662 "zbus_macros",
19663 "zbus_names",
19664 "zvariant",
19665]
19666
19667[[package]]
19668name = "zbus_macros"
19669version = "5.5.0"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19672dependencies = [
19673 "proc-macro-crate",
19674 "proc-macro2",
19675 "quote",
19676 "syn 2.0.101",
19677 "zbus_names",
19678 "zvariant",
19679 "zvariant_utils",
19680]
19681
19682[[package]]
19683name = "zbus_names"
19684version = "4.2.0"
19685source = "registry+https://github.com/rust-lang/crates.io-index"
19686checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19687dependencies = [
19688 "serde",
19689 "static_assertions",
19690 "winnow",
19691 "zvariant",
19692]
19693
19694[[package]]
19695name = "zed"
19696version = "0.189.0"
19697dependencies = [
19698 "activity_indicator",
19699 "agent",
19700 "anyhow",
19701 "ashpd",
19702 "askpass",
19703 "assets",
19704 "assistant_context_editor",
19705 "assistant_settings",
19706 "assistant_tool",
19707 "assistant_tools",
19708 "async-watch",
19709 "audio",
19710 "auto_update",
19711 "auto_update_ui",
19712 "backtrace",
19713 "breadcrumbs",
19714 "call",
19715 "channel",
19716 "chrono",
19717 "clap",
19718 "cli",
19719 "client",
19720 "collab_ui",
19721 "collections",
19722 "command_palette",
19723 "component",
19724 "copilot",
19725 "dap",
19726 "dap_adapters",
19727 "db",
19728 "debug_adapter_extension",
19729 "debugger_tools",
19730 "debugger_ui",
19731 "diagnostics",
19732 "editor",
19733 "env_logger 0.11.8",
19734 "extension",
19735 "extension_host",
19736 "extensions_ui",
19737 "feature_flags",
19738 "feedback",
19739 "file_finder",
19740 "fs",
19741 "futures 0.3.31",
19742 "git",
19743 "git_hosting_providers",
19744 "git_ui",
19745 "go_to_line",
19746 "gpui",
19747 "gpui_tokio",
19748 "http_client",
19749 "image_viewer",
19750 "indoc",
19751 "inline_completion_button",
19752 "install_cli",
19753 "jj_ui",
19754 "journal",
19755 "language",
19756 "language_extension",
19757 "language_model",
19758 "language_models",
19759 "language_selector",
19760 "language_tools",
19761 "languages",
19762 "libc",
19763 "log",
19764 "markdown",
19765 "markdown_preview",
19766 "menu",
19767 "migrator",
19768 "mimalloc",
19769 "nix 0.29.0",
19770 "node_runtime",
19771 "notifications",
19772 "outline",
19773 "outline_panel",
19774 "parking_lot",
19775 "paths",
19776 "picker",
19777 "profiling",
19778 "project",
19779 "project_panel",
19780 "project_symbols",
19781 "prompt_store",
19782 "proto",
19783 "recent_projects",
19784 "release_channel",
19785 "remote",
19786 "repl",
19787 "reqwest_client",
19788 "rope",
19789 "search",
19790 "serde",
19791 "serde_json",
19792 "session",
19793 "settings",
19794 "settings_ui",
19795 "shellexpand 2.1.2",
19796 "smol",
19797 "snippet_provider",
19798 "snippets_ui",
19799 "supermaven",
19800 "sysinfo",
19801 "tab_switcher",
19802 "task",
19803 "tasks_ui",
19804 "telemetry",
19805 "telemetry_events",
19806 "terminal_view",
19807 "theme",
19808 "theme_extension",
19809 "theme_selector",
19810 "time",
19811 "title_bar",
19812 "toolchain_selector",
19813 "tree-sitter-md",
19814 "tree-sitter-rust",
19815 "ui",
19816 "ui_input",
19817 "ui_prompt",
19818 "url",
19819 "urlencoding",
19820 "util",
19821 "uuid",
19822 "vim",
19823 "vim_mode_setting",
19824 "web_search",
19825 "web_search_providers",
19826 "welcome",
19827 "windows 0.61.1",
19828 "winresource",
19829 "workspace",
19830 "workspace-hack",
19831 "zed_actions",
19832 "zeta",
19833 "zlog",
19834 "zlog_settings",
19835]
19836
19837[[package]]
19838name = "zed_actions"
19839version = "0.1.0"
19840dependencies = [
19841 "gpui",
19842 "schemars",
19843 "serde",
19844 "uuid",
19845 "workspace-hack",
19846]
19847
19848[[package]]
19849name = "zed_emmet"
19850version = "0.0.3"
19851dependencies = [
19852 "zed_extension_api 0.1.0",
19853]
19854
19855[[package]]
19856name = "zed_extension_api"
19857version = "0.1.0"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19860dependencies = [
19861 "serde",
19862 "serde_json",
19863 "wit-bindgen 0.22.0",
19864]
19865
19866[[package]]
19867name = "zed_extension_api"
19868version = "0.6.0"
19869dependencies = [
19870 "serde",
19871 "serde_json",
19872 "wit-bindgen 0.41.0",
19873]
19874
19875[[package]]
19876name = "zed_glsl"
19877version = "0.1.0"
19878dependencies = [
19879 "zed_extension_api 0.1.0",
19880]
19881
19882[[package]]
19883name = "zed_html"
19884version = "0.2.1"
19885dependencies = [
19886 "zed_extension_api 0.1.0",
19887]
19888
19889[[package]]
19890name = "zed_llm_client"
19891version = "0.8.2"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19894dependencies = [
19895 "anyhow",
19896 "serde",
19897 "serde_json",
19898 "strum 0.27.1",
19899 "uuid",
19900]
19901
19902[[package]]
19903name = "zed_proto"
19904version = "0.2.2"
19905dependencies = [
19906 "zed_extension_api 0.1.0",
19907]
19908
19909[[package]]
19910name = "zed_ruff"
19911version = "0.1.0"
19912dependencies = [
19913 "zed_extension_api 0.1.0",
19914]
19915
19916[[package]]
19917name = "zed_snippets"
19918version = "0.0.5"
19919dependencies = [
19920 "serde_json",
19921 "zed_extension_api 0.1.0",
19922]
19923
19924[[package]]
19925name = "zed_test_extension"
19926version = "0.1.0"
19927dependencies = [
19928 "zed_extension_api 0.6.0",
19929]
19930
19931[[package]]
19932name = "zed_toml"
19933version = "0.1.3"
19934dependencies = [
19935 "zed_extension_api 0.1.0",
19936]
19937
19938[[package]]
19939name = "zeno"
19940version = "0.3.2"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19943
19944[[package]]
19945name = "zerocopy"
19946version = "0.7.35"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19949dependencies = [
19950 "zerocopy-derive 0.7.35",
19951]
19952
19953[[package]]
19954name = "zerocopy"
19955version = "0.8.24"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19958dependencies = [
19959 "zerocopy-derive 0.8.24",
19960]
19961
19962[[package]]
19963name = "zerocopy-derive"
19964version = "0.7.35"
19965source = "registry+https://github.com/rust-lang/crates.io-index"
19966checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19967dependencies = [
19968 "proc-macro2",
19969 "quote",
19970 "syn 2.0.101",
19971]
19972
19973[[package]]
19974name = "zerocopy-derive"
19975version = "0.8.24"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19978dependencies = [
19979 "proc-macro2",
19980 "quote",
19981 "syn 2.0.101",
19982]
19983
19984[[package]]
19985name = "zerofrom"
19986version = "0.1.6"
19987source = "registry+https://github.com/rust-lang/crates.io-index"
19988checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19989dependencies = [
19990 "zerofrom-derive",
19991]
19992
19993[[package]]
19994name = "zerofrom-derive"
19995version = "0.1.6"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19998dependencies = [
19999 "proc-macro2",
20000 "quote",
20001 "syn 2.0.101",
20002 "synstructure",
20003]
20004
20005[[package]]
20006name = "zeroize"
20007version = "1.8.1"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
20010dependencies = [
20011 "zeroize_derive",
20012]
20013
20014[[package]]
20015name = "zeroize_derive"
20016version = "1.4.2"
20017source = "registry+https://github.com/rust-lang/crates.io-index"
20018checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
20019dependencies = [
20020 "proc-macro2",
20021 "quote",
20022 "syn 2.0.101",
20023]
20024
20025[[package]]
20026name = "zeromq"
20027version = "0.5.0-pre"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
20030dependencies = [
20031 "async-dispatcher",
20032 "async-std",
20033 "async-trait",
20034 "asynchronous-codec",
20035 "bytes 1.10.1",
20036 "crossbeam-queue",
20037 "dashmap 5.5.3",
20038 "futures 0.3.31",
20039 "log",
20040 "num-traits",
20041 "once_cell",
20042 "parking_lot",
20043 "rand 0.8.5",
20044 "regex",
20045 "thiserror 1.0.69",
20046 "uuid",
20047]
20048
20049[[package]]
20050name = "zerovec"
20051version = "0.10.4"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20054dependencies = [
20055 "yoke",
20056 "zerofrom",
20057 "zerovec-derive",
20058]
20059
20060[[package]]
20061name = "zerovec-derive"
20062version = "0.10.3"
20063source = "registry+https://github.com/rust-lang/crates.io-index"
20064checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20065dependencies = [
20066 "proc-macro2",
20067 "quote",
20068 "syn 2.0.101",
20069]
20070
20071[[package]]
20072name = "zeta"
20073version = "0.1.0"
20074dependencies = [
20075 "anyhow",
20076 "arrayvec",
20077 "call",
20078 "client",
20079 "clock",
20080 "collections",
20081 "command_palette_hooks",
20082 "ctor",
20083 "db",
20084 "editor",
20085 "env_logger 0.11.8",
20086 "feature_flags",
20087 "fs",
20088 "futures 0.3.31",
20089 "gpui",
20090 "http_client",
20091 "indoc",
20092 "inline_completion",
20093 "language",
20094 "language_model",
20095 "log",
20096 "menu",
20097 "migrator",
20098 "paths",
20099 "postage",
20100 "project",
20101 "proto",
20102 "regex",
20103 "release_channel",
20104 "reqwest_client",
20105 "rpc",
20106 "serde",
20107 "serde_json",
20108 "settings",
20109 "telemetry",
20110 "telemetry_events",
20111 "theme",
20112 "thiserror 2.0.12",
20113 "tree-sitter-go",
20114 "tree-sitter-rust",
20115 "ui",
20116 "unindent",
20117 "util",
20118 "uuid",
20119 "workspace",
20120 "workspace-hack",
20121 "worktree",
20122 "zed_actions",
20123 "zed_llm_client",
20124]
20125
20126[[package]]
20127name = "zip"
20128version = "0.6.6"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20131dependencies = [
20132 "aes",
20133 "byteorder",
20134 "bzip2",
20135 "constant_time_eq 0.1.5",
20136 "crc32fast",
20137 "crossbeam-utils",
20138 "flate2",
20139 "hmac",
20140 "pbkdf2 0.11.0",
20141 "sha1",
20142 "time",
20143 "zstd",
20144]
20145
20146[[package]]
20147name = "zlib-rs"
20148version = "0.5.0"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20151
20152[[package]]
20153name = "zlog"
20154version = "0.1.0"
20155dependencies = [
20156 "anyhow",
20157 "chrono",
20158 "log",
20159 "tempfile",
20160 "workspace-hack",
20161]
20162
20163[[package]]
20164name = "zlog_settings"
20165version = "0.1.0"
20166dependencies = [
20167 "anyhow",
20168 "gpui",
20169 "schemars",
20170 "serde",
20171 "settings",
20172 "workspace-hack",
20173 "zlog",
20174]
20175
20176[[package]]
20177name = "zstd"
20178version = "0.11.2+zstd.1.5.2"
20179source = "registry+https://github.com/rust-lang/crates.io-index"
20180checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20181dependencies = [
20182 "zstd-safe",
20183]
20184
20185[[package]]
20186name = "zstd-safe"
20187version = "5.0.2+zstd.1.5.2"
20188source = "registry+https://github.com/rust-lang/crates.io-index"
20189checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20190dependencies = [
20191 "libc",
20192 "zstd-sys",
20193]
20194
20195[[package]]
20196name = "zstd-sys"
20197version = "2.0.15+zstd.1.5.7"
20198source = "registry+https://github.com/rust-lang/crates.io-index"
20199checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20200dependencies = [
20201 "cc",
20202 "pkg-config",
20203]
20204
20205[[package]]
20206name = "zune-core"
20207version = "0.4.12"
20208source = "registry+https://github.com/rust-lang/crates.io-index"
20209checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20210
20211[[package]]
20212name = "zune-inflate"
20213version = "0.2.54"
20214source = "registry+https://github.com/rust-lang/crates.io-index"
20215checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20216dependencies = [
20217 "simd-adler32",
20218]
20219
20220[[package]]
20221name = "zune-jpeg"
20222version = "0.4.14"
20223source = "registry+https://github.com/rust-lang/crates.io-index"
20224checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20225dependencies = [
20226 "zune-core",
20227]
20228
20229[[package]]
20230name = "zvariant"
20231version = "5.4.0"
20232source = "registry+https://github.com/rust-lang/crates.io-index"
20233checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20234dependencies = [
20235 "endi",
20236 "enumflags2",
20237 "serde",
20238 "static_assertions",
20239 "url",
20240 "winnow",
20241 "zvariant_derive",
20242 "zvariant_utils",
20243]
20244
20245[[package]]
20246name = "zvariant_derive"
20247version = "5.4.0"
20248source = "registry+https://github.com/rust-lang/crates.io-index"
20249checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20250dependencies = [
20251 "proc-macro-crate",
20252 "proc-macro2",
20253 "quote",
20254 "syn 2.0.101",
20255 "zvariant_utils",
20256]
20257
20258[[package]]
20259name = "zvariant_utils"
20260version = "3.2.0"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20263dependencies = [
20264 "proc-macro2",
20265 "quote",
20266 "serde",
20267 "static_assertions",
20268 "syn 2.0.101",
20269 "winnow",
20270]